@vunk/form 1.4.4 → 1.4.6
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/button/src/ctx.d.ts +7 -7
- package/components/button/src/index.vue.d.ts +167 -200
- package/components/button/src/types.d.ts +1 -1
- package/components/cascader/index.cjs +3 -3
- package/components/cascader/index.mjs +3 -3
- package/components/cascader/src/ctx.d.ts +17 -6
- package/components/cascader/src/index.vue.d.ts +41 -13662
- package/components/checkbox/index.cjs +4 -4
- package/components/checkbox/index.mjs +4 -4
- package/components/checkbox/src/ctx.d.ts +4 -4
- package/components/checkbox/src/index.vue.d.ts +496 -481
- package/components/color-picker/index.cjs +2 -2
- package/components/color-picker/index.mjs +2 -2
- package/components/color-picker/src/ctx.d.ts +6 -6
- package/components/color-picker/src/index.vue.d.ts +15 -10959
- package/components/date-picker/index.cjs +1 -2
- package/components/date-picker/index.mjs +1 -2
- package/components/date-picker/src/ctx.d.ts +18 -10
- package/components/date-picker/src/index.vue.d.ts +96 -60
- package/components/date-picker/src/types.d.ts +1 -1
- package/components/date-picker-range/src/ctx.d.ts +16 -8
- package/components/date-picker-range/src/index.vue.d.ts +38 -20
- package/components/date-picker-range/src/types.d.ts +2 -2
- package/components/download-plus/src/ctx.d.ts +2 -2
- package/components/download-plus/src/index.vue.d.ts +451 -516
- package/components/esri-input-geojson/src/append.vue.d.ts +370 -1801
- package/components/esri-input-geojson/src/ctx.d.ts +20 -14
- package/components/esri-input-geojson/src/index.vue.d.ts +53 -41
- package/components/esri-input-geojson/src/types.d.ts +1 -1
- package/components/form/index.cjs +1 -1
- package/components/form/index.mjs +1 -1
- package/components/form/src/ctx.d.ts +1 -1
- package/components/form/src/index.vue.d.ts +313 -376
- package/components/form-item/src/ctx.d.ts +3 -3
- package/components/form-item/src/index.vue.d.ts +109 -126
- package/components/form-item-renderer/index.cjs +1 -0
- package/components/form-item-renderer/index.mjs +1 -0
- package/components/form-item-renderer/src/types.d.ts +1 -0
- package/components/geoinput/src/ctx.d.ts +18 -12
- package/components/geoinput/src/index.vue.d.ts +43 -31
- package/components/geoinput/src/types.d.ts +1 -1
- package/components/geoinput-read/src/append.vue.d.ts +220 -262
- package/components/geoinput-read/src/core.vue.d.ts +86 -81
- package/components/geoinput-read/src/ctx.d.ts +20 -14
- package/components/geoinput-read/src/index.vue.d.ts +129 -112
- package/components/geoinput-update/src/append.vue.d.ts +370 -1801
- package/components/geoinput-update/src/ctx.d.ts +20 -14
- package/components/geoinput-update/src/index.vue.d.ts +211 -388
- package/components/input/index.cjs +3 -7
- package/components/input/index.mjs +3 -7
- package/components/input/src/ctx.d.ts +21 -15
- package/components/input/src/index.vue.d.ts +314 -331
- package/components/input/src/types.d.ts +1 -1
- package/components/input-collection/src/ctx.d.ts +2 -2
- package/components/input-collection/src/index.vue.d.ts +267 -334
- package/components/input-collection/src/types.d.ts +1 -1
- package/components/input-link/index.cjs +7 -7
- package/components/input-link/index.mjs +7 -7
- package/components/input-link/src/ctx.d.ts +18 -12
- package/components/input-link/src/index.vue.d.ts +43 -31
- package/components/input-number/index.cjs +4 -4
- package/components/input-number/index.mjs +4 -4
- package/components/input-number/src/ctx.d.ts +6 -6
- package/components/input-number/src/index.vue.d.ts +107 -1483
- package/components/monaco-editor/src/ctx.d.ts +2 -2
- package/components/monaco-editor/src/index.vue.d.ts +5 -5
- package/components/monaco-editor/src/types.d.ts +1 -1
- package/components/radio/index.cjs +4 -4
- package/components/radio/index.mjs +4 -4
- package/components/radio/src/ctx.d.ts +6 -6
- package/components/radio/src/index.vue.d.ts +317 -303
- package/components/select/src/ctx.d.ts +2 -2
- package/components/select/src/index.vue.d.ts +33 -12877
- package/components/slider/src/ctx.d.ts +12 -12
- package/components/slider/src/index.vue.d.ts +29 -31
- package/components/switch/index.cjs +6 -7
- package/components/switch/index.mjs +6 -7
- package/components/switch/src/ctx.d.ts +11 -11
- package/components/switch/src/index.vue.d.ts +157 -206
- package/components/templates-default/index.cjs +0 -2
- package/components/templates-default/index.mjs +0 -2
- package/components/templates-default/src/index.vue.d.ts +2 -22
- package/components/templates-element-plus/src/index.vue.d.ts +92 -144
- package/components/templates-layout/index.cjs +1 -1
- package/components/templates-layout/index.mjs +1 -1
- package/components/templates-layout/src/index.vue.d.ts +107 -95
- package/components/upload/src/ctx.d.ts +7 -7
- package/components/upload/src/file.vue.d.ts +136 -193
- package/components/upload/src/index.vue.d.ts +386 -1888
- package/components/upload/src/types.d.ts +5 -0
- package/components/upload-plus/src/ctx.d.ts +2 -2
- package/components/upload-plus/src/index.vue.d.ts +484 -556
- package/components/van-cascader/src/ctx.d.ts +15 -4
- package/components/van-cascader/src/index.vue.d.ts +960 -10948
- package/components/var-datetime-picker/src/const.d.ts +1 -1
- package/components/var-datetime-picker/src/ctx.d.ts +2 -2
- package/components/var-datetime-picker/src/index.vue.d.ts +157 -212
- package/components/var-datetime-picker/src/types.d.ts +1 -1
- package/components/vditor/src/ctx.d.ts +2 -2
- package/components/vditor/src/index.vue.d.ts +5 -5
- package/components/vditor/src/types.d.ts +1 -1
- package/package.json +1 -1
- package/shared/const/index.d.ts +0 -4
- package/shared/element-plus/ctx.d.ts +0 -26
- package/shared/element-plus/index.d.ts +0 -3
- package/shared/element-plus/instances.d.ts +0 -195
- package/shared/element-plus/version.d.ts +0 -1
- package/shared/form/index.d.ts +0 -18
- package/shared/helper/index.d.ts +0 -4
- package/shared/index.d.ts +0 -2
- package/shared/infer-prop/index.d.ts +0 -17
- package/shared/progress-it/index.d.ts +0 -16
- package/shared/rules/index.d.ts +0 -35
- package/shared/types/form/checkbox.d.ts +0 -13
- package/shared/types/form/index.d.ts +0 -2
- package/shared/types/form/radio.d.ts +0 -8
- package/shared/types/index.d.ts +0 -2
- package/shared/types/source/index.d.ts +0 -21
- package/shared/types/source-manager/index.d.ts +0 -6
- package/shared/upload/index.d.ts +0 -7
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import { UploadFile, UploadFiles
|
|
1
|
+
import { UploadFile, UploadFiles } from 'element-plus';
|
|
2
2
|
import type { AnyFunc } from '@vunk/core';
|
|
3
|
-
import {
|
|
4
|
-
interface UploadRawFile extends _UploadRawFile {
|
|
5
|
-
progress: Setter;
|
|
6
|
-
}
|
|
3
|
+
import { UploadRawFile } from './types';
|
|
7
4
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
5
|
tip: {
|
|
9
6
|
type: StringConstructor;
|
|
@@ -91,7 +88,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
91
88
|
readonly prototype: any;
|
|
92
89
|
})[], unknown, unknown, () => void, boolean>;
|
|
93
90
|
crossorigin: {
|
|
94
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
91
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials") | ((new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials"))[], unknown, unknown>>;
|
|
95
92
|
readonly required: false;
|
|
96
93
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
97
94
|
__epPropKey: true;
|
|
@@ -104,16 +101,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
104
101
|
__epPropKey: true;
|
|
105
102
|
};
|
|
106
103
|
method: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "post", boolean>;
|
|
107
|
-
data: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
108
|
-
multiple:
|
|
104
|
+
data: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | (() => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | ((new (...args: any[]) => import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | (() => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
105
|
+
multiple: BooleanConstructor;
|
|
109
106
|
name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "file", boolean>;
|
|
110
|
-
drag:
|
|
107
|
+
drag: BooleanConstructor;
|
|
111
108
|
withCredentials: BooleanConstructor;
|
|
112
109
|
showFileList: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
113
110
|
accept: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
114
111
|
fileList: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]) | ((new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]))[], unknown, unknown, () => [], boolean>;
|
|
115
112
|
autoUpload: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
116
|
-
listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
113
|
+
listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "picture" | "text" | "picture-card", unknown, "text", boolean>;
|
|
117
114
|
httpRequest: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
|
|
118
115
|
(): import("element-plus").UploadRequestHandler;
|
|
119
116
|
new (): any;
|
|
@@ -153,7 +150,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
153
150
|
label: StringConstructor;
|
|
154
151
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
155
152
|
prop: {
|
|
156
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
153
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
157
154
|
readonly required: false;
|
|
158
155
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
159
156
|
__epPropKey: true;
|
|
@@ -166,7 +163,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
166
163
|
};
|
|
167
164
|
error: StringConstructor;
|
|
168
165
|
validateStatus: {
|
|
169
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
166
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
170
167
|
readonly required: false;
|
|
171
168
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
172
169
|
__epPropKey: true;
|
|
@@ -183,17 +180,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
183
180
|
coreBindProps: import("vue").ComputedRef<{
|
|
184
181
|
name: string;
|
|
185
182
|
data: import("element-plus/es/utils").Mutable<{}>;
|
|
186
|
-
multiple:
|
|
183
|
+
multiple: boolean;
|
|
187
184
|
onChange: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
188
185
|
withCredentials: boolean;
|
|
189
|
-
drag:
|
|
186
|
+
drag: boolean;
|
|
190
187
|
beforeRemove: (uploadFile: UploadFile, uploadFiles: UploadFiles) => import("element-plus/es/utils").Awaitable<boolean>;
|
|
191
188
|
onRemove: ((uploadFile: UploadFile, uploadFiles: UploadFiles) => void) & ((e: UploadFile) => any);
|
|
192
189
|
onPreview: (uploadFile: UploadFile) => void;
|
|
193
190
|
onProgress: (evt: import("element-plus").UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
194
191
|
onError: (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
195
192
|
onExceed: (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
|
|
196
|
-
crossorigin: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
193
|
+
crossorigin: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials") | ((new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials"))[], unknown, unknown>;
|
|
197
194
|
action: string;
|
|
198
195
|
headers: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers) | ((new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers))[], unknown, unknown>;
|
|
199
196
|
method: string;
|
|
@@ -305,7 +302,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
305
302
|
readonly prototype: any;
|
|
306
303
|
})[], unknown, unknown, () => void, boolean>;
|
|
307
304
|
crossorigin: {
|
|
308
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
305
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials") | ((new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials"))[], unknown, unknown>>;
|
|
309
306
|
readonly required: false;
|
|
310
307
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
311
308
|
__epPropKey: true;
|
|
@@ -318,16 +315,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
318
315
|
__epPropKey: true;
|
|
319
316
|
};
|
|
320
317
|
method: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "post", boolean>;
|
|
321
|
-
data: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
322
|
-
multiple:
|
|
318
|
+
data: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | (() => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | ((new (...args: any[]) => import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | (() => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
319
|
+
multiple: BooleanConstructor;
|
|
323
320
|
name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "file", boolean>;
|
|
324
|
-
drag:
|
|
321
|
+
drag: BooleanConstructor;
|
|
325
322
|
withCredentials: BooleanConstructor;
|
|
326
323
|
showFileList: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
327
324
|
accept: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
328
325
|
fileList: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]) | ((new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]))[], unknown, unknown, () => [], boolean>;
|
|
329
326
|
autoUpload: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
330
|
-
listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
327
|
+
listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "picture" | "text" | "picture-card", unknown, "text", boolean>;
|
|
331
328
|
httpRequest: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
|
|
332
329
|
(): import("element-plus").UploadRequestHandler;
|
|
333
330
|
new (): any;
|
|
@@ -367,7 +364,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
367
364
|
label: StringConstructor;
|
|
368
365
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
369
366
|
prop: {
|
|
370
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
367
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
371
368
|
readonly required: false;
|
|
372
369
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
373
370
|
__epPropKey: true;
|
|
@@ -380,7 +377,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
380
377
|
};
|
|
381
378
|
error: StringConstructor;
|
|
382
379
|
validateStatus: {
|
|
383
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
380
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
384
381
|
readonly required: false;
|
|
385
382
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
386
383
|
__epPropKey: true;
|
|
@@ -396,7 +393,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
396
393
|
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
397
394
|
name: string;
|
|
398
395
|
data: import("element-plus/es/utils").Mutable<{}>;
|
|
399
|
-
formItemSize: "
|
|
396
|
+
formItemSize: "small" | "default" | "large";
|
|
400
397
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
401
398
|
inline: boolean;
|
|
402
399
|
readonly: boolean;
|
|
@@ -404,10 +401,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
404
401
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
405
402
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
406
403
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
407
|
-
multiple:
|
|
404
|
+
multiple: boolean;
|
|
408
405
|
onChange: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
409
406
|
withCredentials: boolean;
|
|
410
|
-
drag:
|
|
407
|
+
drag: boolean;
|
|
411
408
|
beforeUpload: Function;
|
|
412
409
|
onRemove: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
413
410
|
onPreview: (uploadFile: UploadFile) => void;
|
|
@@ -438,128 +435,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
438
435
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
439
436
|
install(app: import("vue").App): void;
|
|
440
437
|
};
|
|
441
|
-
ElUpload: import("element-plus/es/utils").SFCWithInstall<
|
|
442
|
-
|
|
443
|
-
(): (rawFile: import("element-plus
|
|
444
|
-
|
|
445
|
-
readonly prototype: any;
|
|
446
|
-
} | ((new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | {
|
|
447
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
|
|
448
|
-
new (): any;
|
|
449
|
-
readonly prototype: any;
|
|
450
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
451
|
-
readonly beforeRemove: {
|
|
452
|
-
readonly type: import("vue").PropType<(uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => import("element-plus/es/utils").Awaitable<boolean>>;
|
|
453
|
-
readonly required: false;
|
|
454
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
455
|
-
__epPropKey: true;
|
|
456
|
-
};
|
|
457
|
-
readonly onRemove: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | (() => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | {
|
|
458
|
-
(): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
459
|
-
new (): any;
|
|
460
|
-
readonly prototype: any;
|
|
461
|
-
} | ((new (...args: any[]) => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | (() => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | {
|
|
462
|
-
(): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
463
|
-
new (): any;
|
|
464
|
-
readonly prototype: any;
|
|
465
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
466
|
-
readonly onChange: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | (() => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | {
|
|
467
|
-
(): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
468
|
-
new (): any;
|
|
469
|
-
readonly prototype: any;
|
|
470
|
-
} | ((new (...args: any[]) => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | (() => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | {
|
|
471
|
-
(): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
472
|
-
new (): any;
|
|
473
|
-
readonly prototype: any;
|
|
474
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
475
|
-
readonly onPreview: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void) | (() => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void) | {
|
|
476
|
-
(): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
|
|
477
|
-
new (): any;
|
|
478
|
-
readonly prototype: any;
|
|
479
|
-
} | ((new (...args: any[]) => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void) | (() => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void) | {
|
|
480
|
-
(): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
|
|
481
|
-
new (): any;
|
|
482
|
-
readonly prototype: any;
|
|
483
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
484
|
-
readonly onSuccess: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (response: any, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | (() => (response: any, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | {
|
|
485
|
-
(): (response: any, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
486
|
-
new (): any;
|
|
487
|
-
readonly prototype: any;
|
|
488
|
-
} | ((new (...args: any[]) => (response: any, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | (() => (response: any, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | {
|
|
489
|
-
(): (response: any, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
490
|
-
new (): any;
|
|
491
|
-
readonly prototype: any;
|
|
492
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
493
|
-
readonly onProgress: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (evt: import("element-plus").UploadProgressEvent, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | (() => (evt: import("element-plus").UploadProgressEvent, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | {
|
|
494
|
-
(): (evt: import("element-plus").UploadProgressEvent, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
495
|
-
new (): any;
|
|
496
|
-
readonly prototype: any;
|
|
497
|
-
} | ((new (...args: any[]) => (evt: import("element-plus").UploadProgressEvent, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | (() => (evt: import("element-plus").UploadProgressEvent, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | {
|
|
498
|
-
(): (evt: import("element-plus").UploadProgressEvent, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
499
|
-
new (): any;
|
|
500
|
-
readonly prototype: any;
|
|
501
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
502
|
-
readonly onError: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (error: Error, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | (() => (error: Error, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | {
|
|
503
|
-
(): (error: Error, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
504
|
-
new (): any;
|
|
505
|
-
readonly prototype: any;
|
|
506
|
-
} | ((new (...args: any[]) => (error: Error, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | (() => (error: Error, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | {
|
|
507
|
-
(): (error: Error, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
508
|
-
new (): any;
|
|
509
|
-
readonly prototype: any;
|
|
510
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
511
|
-
readonly onExceed: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | {
|
|
512
|
-
(): (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
|
|
513
|
-
new (): any;
|
|
514
|
-
readonly prototype: any;
|
|
515
|
-
} | ((new (...args: any[]) => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | {
|
|
516
|
-
(): (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
|
|
517
|
-
new (): any;
|
|
518
|
-
readonly prototype: any;
|
|
519
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
520
|
-
readonly crossorigin: {
|
|
521
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ("" | "anonymous" | "use-credentials") & {}) | (() => "" | "anonymous" | "use-credentials") | ((new (...args: any[]) => ("" | "anonymous" | "use-credentials") & {}) | (() => "" | "anonymous" | "use-credentials"))[], unknown, unknown>>;
|
|
522
|
-
readonly required: false;
|
|
523
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
524
|
-
__epPropKey: true;
|
|
525
|
-
};
|
|
526
|
-
readonly action: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "#", boolean>;
|
|
527
|
-
readonly headers: {
|
|
528
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers) | ((new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers))[], unknown, unknown>>;
|
|
529
|
-
readonly required: false;
|
|
530
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
531
|
-
__epPropKey: true;
|
|
532
|
-
};
|
|
533
|
-
readonly method: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "post", boolean>;
|
|
534
|
-
readonly data: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | ((new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
535
|
-
readonly multiple: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
536
|
-
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "file", boolean>;
|
|
537
|
-
readonly drag: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
538
|
-
readonly withCredentials: BooleanConstructor;
|
|
539
|
-
readonly showFileList: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
540
|
-
readonly accept: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
541
|
-
readonly fileList: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]) | ((new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]))[], unknown, unknown, () => [], boolean>;
|
|
542
|
-
readonly autoUpload: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
543
|
-
readonly listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "text" | "picture" | "picture-card", unknown, "text", boolean>;
|
|
544
|
-
readonly httpRequest: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
|
|
545
|
-
(): import("element-plus").UploadRequestHandler;
|
|
546
|
-
new (): any;
|
|
547
|
-
readonly prototype: any;
|
|
548
|
-
} | ((new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
|
|
549
|
-
(): import("element-plus").UploadRequestHandler;
|
|
550
|
-
new (): any;
|
|
551
|
-
readonly prototype: any;
|
|
552
|
-
})[], unknown, unknown, import("element-plus").UploadRequestHandler, boolean>;
|
|
553
|
-
readonly disabled: BooleanConstructor;
|
|
554
|
-
readonly limit: NumberConstructor;
|
|
555
|
-
}, {
|
|
556
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
557
|
-
readonly beforeUpload: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | {
|
|
558
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
|
|
438
|
+
ElUpload: import("element-plus/es/utils").SFCWithInstall<{
|
|
439
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
440
|
+
readonly beforeUpload: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<void | undefined | null | boolean | File | Blob>) | (() => (rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<void | undefined | null | boolean | File | Blob>) | {
|
|
441
|
+
(): (rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<void | undefined | null | boolean | File | Blob>;
|
|
559
442
|
new (): any;
|
|
560
443
|
readonly prototype: any;
|
|
561
|
-
} | ((new (...args: any[]) => (rawFile: import("element-plus
|
|
562
|
-
(): (rawFile: import("element-plus
|
|
444
|
+
} | ((new (...args: any[]) => (rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<void | undefined | null | boolean | File | Blob>) | (() => (rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<void | undefined | null | boolean | File | Blob>) | {
|
|
445
|
+
(): (rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<void | undefined | null | boolean | File | Blob>;
|
|
563
446
|
new (): any;
|
|
564
447
|
readonly prototype: any;
|
|
565
448
|
})[], unknown, unknown, () => void, boolean>;
|
|
@@ -633,1213 +516,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
633
516
|
readonly prototype: any;
|
|
634
517
|
})[], unknown, unknown, () => void, boolean>;
|
|
635
518
|
readonly crossorigin: {
|
|
636
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
637
|
-
readonly required: false;
|
|
638
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
639
|
-
__epPropKey: true;
|
|
640
|
-
};
|
|
641
|
-
readonly action: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "#", boolean>;
|
|
642
|
-
readonly headers: {
|
|
643
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers) | ((new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers))[], unknown, unknown>>;
|
|
644
|
-
readonly required: false;
|
|
645
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
646
|
-
__epPropKey: true;
|
|
647
|
-
};
|
|
648
|
-
readonly method: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "post", boolean>;
|
|
649
|
-
readonly data: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | ((new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
650
|
-
readonly multiple: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
651
|
-
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "file", boolean>;
|
|
652
|
-
readonly drag: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
653
|
-
readonly withCredentials: BooleanConstructor;
|
|
654
|
-
readonly showFileList: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
655
|
-
readonly accept: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
656
|
-
readonly fileList: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]) | ((new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]))[], unknown, unknown, () => [], boolean>;
|
|
657
|
-
readonly autoUpload: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
658
|
-
readonly listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "text" | "picture" | "picture-card", unknown, "text", boolean>;
|
|
659
|
-
readonly httpRequest: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
|
|
660
|
-
(): import("element-plus").UploadRequestHandler;
|
|
661
|
-
new (): any;
|
|
662
|
-
readonly prototype: any;
|
|
663
|
-
} | ((new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
|
|
664
|
-
(): import("element-plus").UploadRequestHandler;
|
|
665
|
-
new (): any;
|
|
666
|
-
readonly prototype: any;
|
|
667
|
-
})[], unknown, unknown, import("element-plus").UploadRequestHandler, boolean>;
|
|
668
|
-
readonly disabled: BooleanConstructor;
|
|
669
|
-
readonly limit: NumberConstructor;
|
|
670
|
-
}>> & {
|
|
671
|
-
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
672
|
-
}>>;
|
|
673
|
-
disabled: import("vue").ComputedRef<boolean>;
|
|
674
|
-
uploadRef: import("vue").ShallowRef<({
|
|
675
|
-
$: import("vue").ComponentInternalInstance;
|
|
676
|
-
$data: {};
|
|
677
|
-
$props: Partial<{
|
|
678
|
-
readonly disabled: boolean;
|
|
679
|
-
readonly name: string;
|
|
680
|
-
readonly drag: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
681
|
-
readonly multiple: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
682
|
-
readonly data: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | ((new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>))[], unknown, unknown>;
|
|
683
|
-
readonly onError: (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
684
|
-
readonly onProgress: (evt: import("element-plus/es/components/upload/src/upload").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
685
|
-
readonly action: string;
|
|
686
|
-
readonly method: string;
|
|
687
|
-
readonly showFileList: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
688
|
-
readonly accept: string;
|
|
689
|
-
readonly fileList: import("element-plus/es/components/upload/src/upload").UploadUserFile[];
|
|
690
|
-
readonly autoUpload: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
691
|
-
readonly listType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "text" | "picture" | "picture-card", unknown>;
|
|
692
|
-
readonly httpRequest: import("element-plus/es/components/upload/src/upload").UploadRequestHandler;
|
|
693
|
-
readonly withCredentials: boolean;
|
|
694
|
-
readonly beforeUpload: (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
|
|
695
|
-
readonly onRemove: (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void;
|
|
696
|
-
readonly onSuccess: (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown;
|
|
697
|
-
readonly onExceed: (files: File[], uploadFiles: import("element-plus/es/components/upload/src/upload").UploadUserFile[]) => void;
|
|
698
|
-
readonly onStart: (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
699
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
700
|
-
readonly beforeUpload: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | {
|
|
701
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
|
|
702
|
-
new (): any;
|
|
703
|
-
readonly prototype: any;
|
|
704
|
-
} | ((new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | {
|
|
705
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
|
|
706
|
-
new (): any;
|
|
707
|
-
readonly prototype: any;
|
|
708
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
709
|
-
readonly onRemove: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void) | (() => (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void) | {
|
|
710
|
-
(): (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void;
|
|
711
|
-
new (): any;
|
|
712
|
-
readonly prototype: any;
|
|
713
|
-
} | ((new (...args: any[]) => (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void) | (() => (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void) | {
|
|
714
|
-
(): (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void;
|
|
715
|
-
new (): any;
|
|
716
|
-
readonly prototype: any;
|
|
717
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
718
|
-
readonly onStart: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
719
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
720
|
-
new (): any;
|
|
721
|
-
readonly prototype: any;
|
|
722
|
-
} | ((new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
723
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
724
|
-
new (): any;
|
|
725
|
-
readonly prototype: any;
|
|
726
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
727
|
-
readonly onSuccess: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown) | (() => (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown) | {
|
|
728
|
-
(): (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown;
|
|
729
|
-
new (): any;
|
|
730
|
-
readonly prototype: any;
|
|
731
|
-
} | ((new (...args: any[]) => (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown) | (() => (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown) | {
|
|
732
|
-
(): (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown;
|
|
733
|
-
new (): any;
|
|
734
|
-
readonly prototype: any;
|
|
735
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
736
|
-
readonly onProgress: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
737
|
-
(): (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
738
|
-
new (): any;
|
|
739
|
-
readonly prototype: any;
|
|
740
|
-
} | ((new (...args: any[]) => (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
741
|
-
(): (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
742
|
-
new (): any;
|
|
743
|
-
readonly prototype: any;
|
|
744
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
745
|
-
readonly onError: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
746
|
-
(): (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
747
|
-
new (): any;
|
|
748
|
-
readonly prototype: any;
|
|
749
|
-
} | ((new (...args: any[]) => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
750
|
-
(): (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
751
|
-
new (): any;
|
|
752
|
-
readonly prototype: any;
|
|
753
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
754
|
-
readonly onExceed: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | {
|
|
755
|
-
(): (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
|
|
756
|
-
new (): any;
|
|
757
|
-
readonly prototype: any;
|
|
758
|
-
} | ((new (...args: any[]) => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | {
|
|
759
|
-
(): (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
|
|
760
|
-
new (): any;
|
|
761
|
-
readonly prototype: any;
|
|
762
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
763
|
-
readonly action: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "#", boolean>;
|
|
764
|
-
readonly headers: {
|
|
765
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers) | ((new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers))[], unknown, unknown>>;
|
|
766
|
-
readonly required: false;
|
|
767
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
768
|
-
__epPropKey: true;
|
|
769
|
-
};
|
|
770
|
-
readonly method: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "post", boolean>;
|
|
771
|
-
readonly data: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | ((new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
772
|
-
readonly multiple: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
773
|
-
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "file", boolean>;
|
|
774
|
-
readonly drag: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
775
|
-
readonly withCredentials: BooleanConstructor;
|
|
776
|
-
readonly showFileList: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
777
|
-
readonly accept: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
778
|
-
readonly fileList: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]) | ((new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]))[], unknown, unknown, () => [], boolean>;
|
|
779
|
-
readonly autoUpload: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
780
|
-
readonly listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "text" | "picture" | "picture-card", unknown, "text", boolean>;
|
|
781
|
-
readonly httpRequest: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
|
|
782
|
-
(): import("element-plus").UploadRequestHandler;
|
|
783
|
-
new (): any;
|
|
784
|
-
readonly prototype: any;
|
|
785
|
-
} | ((new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
|
|
786
|
-
(): import("element-plus").UploadRequestHandler;
|
|
787
|
-
new (): any;
|
|
788
|
-
readonly prototype: any;
|
|
789
|
-
})[], unknown, unknown, import("element-plus").UploadRequestHandler, boolean>;
|
|
790
|
-
readonly disabled: BooleanConstructor;
|
|
791
|
-
readonly limit: NumberConstructor;
|
|
792
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "name" | "drag" | "multiple" | "data" | "onError" | "onProgress" | "action" | "method" | "showFileList" | "accept" | "fileList" | "autoUpload" | "listType" | "httpRequest" | "withCredentials" | "beforeUpload" | "onRemove" | "onSuccess" | "onExceed" | "onStart">;
|
|
793
|
-
$attrs: {
|
|
794
|
-
[x: string]: unknown;
|
|
795
|
-
};
|
|
796
|
-
$refs: {
|
|
797
|
-
[x: string]: unknown;
|
|
798
|
-
};
|
|
799
|
-
$slots: Readonly<{
|
|
800
|
-
[name: string]: import("vue").Slot | undefined;
|
|
801
|
-
}>;
|
|
802
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
803
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
804
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
805
|
-
$el: any;
|
|
806
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
807
|
-
readonly beforeUpload: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | {
|
|
808
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
|
|
809
|
-
new (): any;
|
|
810
|
-
readonly prototype: any;
|
|
811
|
-
} | ((new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | {
|
|
812
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
|
|
813
|
-
new (): any;
|
|
814
|
-
readonly prototype: any;
|
|
815
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
816
|
-
readonly onRemove: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void) | (() => (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void) | {
|
|
817
|
-
(): (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void;
|
|
818
|
-
new (): any;
|
|
819
|
-
readonly prototype: any;
|
|
820
|
-
} | ((new (...args: any[]) => (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void) | (() => (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void) | {
|
|
821
|
-
(): (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void;
|
|
822
|
-
new (): any;
|
|
823
|
-
readonly prototype: any;
|
|
824
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
825
|
-
readonly onStart: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
826
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
827
|
-
new (): any;
|
|
828
|
-
readonly prototype: any;
|
|
829
|
-
} | ((new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
830
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
831
|
-
new (): any;
|
|
832
|
-
readonly prototype: any;
|
|
833
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
834
|
-
readonly onSuccess: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown) | (() => (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown) | {
|
|
835
|
-
(): (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown;
|
|
836
|
-
new (): any;
|
|
837
|
-
readonly prototype: any;
|
|
838
|
-
} | ((new (...args: any[]) => (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown) | (() => (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown) | {
|
|
839
|
-
(): (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown;
|
|
840
|
-
new (): any;
|
|
841
|
-
readonly prototype: any;
|
|
842
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
843
|
-
readonly onProgress: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
844
|
-
(): (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
845
|
-
new (): any;
|
|
846
|
-
readonly prototype: any;
|
|
847
|
-
} | ((new (...args: any[]) => (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
848
|
-
(): (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
849
|
-
new (): any;
|
|
850
|
-
readonly prototype: any;
|
|
851
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
852
|
-
readonly onError: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
853
|
-
(): (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
854
|
-
new (): any;
|
|
855
|
-
readonly prototype: any;
|
|
856
|
-
} | ((new (...args: any[]) => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
857
|
-
(): (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
858
|
-
new (): any;
|
|
859
|
-
readonly prototype: any;
|
|
860
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
861
|
-
readonly onExceed: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | {
|
|
862
|
-
(): (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
|
|
863
|
-
new (): any;
|
|
864
|
-
readonly prototype: any;
|
|
865
|
-
} | ((new (...args: any[]) => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | {
|
|
866
|
-
(): (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
|
|
867
|
-
new (): any;
|
|
868
|
-
readonly prototype: any;
|
|
869
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
870
|
-
readonly action: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "#", boolean>;
|
|
871
|
-
readonly headers: {
|
|
872
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers) | ((new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers))[], unknown, unknown>>;
|
|
873
|
-
readonly required: false;
|
|
874
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
875
|
-
__epPropKey: true;
|
|
876
|
-
};
|
|
877
|
-
readonly method: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "post", boolean>;
|
|
878
|
-
readonly data: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | ((new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
879
|
-
readonly multiple: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
880
|
-
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "file", boolean>;
|
|
881
|
-
readonly drag: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
882
|
-
readonly withCredentials: BooleanConstructor;
|
|
883
|
-
readonly showFileList: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
884
|
-
readonly accept: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
885
|
-
readonly fileList: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]) | ((new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]))[], unknown, unknown, () => [], boolean>;
|
|
886
|
-
readonly autoUpload: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
887
|
-
readonly listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "text" | "picture" | "picture-card", unknown, "text", boolean>;
|
|
888
|
-
readonly httpRequest: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
|
|
889
|
-
(): import("element-plus").UploadRequestHandler;
|
|
890
|
-
new (): any;
|
|
891
|
-
readonly prototype: any;
|
|
892
|
-
} | ((new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
|
|
893
|
-
(): import("element-plus").UploadRequestHandler;
|
|
894
|
-
new (): any;
|
|
895
|
-
readonly prototype: any;
|
|
896
|
-
})[], unknown, unknown, import("element-plus").UploadRequestHandler, boolean>;
|
|
897
|
-
readonly disabled: BooleanConstructor;
|
|
898
|
-
readonly limit: NumberConstructor;
|
|
899
|
-
}>>, {
|
|
900
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
901
|
-
readonly beforeUpload: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | {
|
|
902
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
|
|
903
|
-
new (): any;
|
|
904
|
-
readonly prototype: any;
|
|
905
|
-
} | ((new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | {
|
|
906
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
|
|
907
|
-
new (): any;
|
|
908
|
-
readonly prototype: any;
|
|
909
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
910
|
-
readonly onRemove: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void) | (() => (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void) | {
|
|
911
|
-
(): (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void;
|
|
912
|
-
new (): any;
|
|
913
|
-
readonly prototype: any;
|
|
914
|
-
} | ((new (...args: any[]) => (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void) | (() => (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void) | {
|
|
915
|
-
(): (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void;
|
|
916
|
-
new (): any;
|
|
917
|
-
readonly prototype: any;
|
|
918
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
919
|
-
readonly onStart: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
920
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
921
|
-
new (): any;
|
|
922
|
-
readonly prototype: any;
|
|
923
|
-
} | ((new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
924
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
925
|
-
new (): any;
|
|
926
|
-
readonly prototype: any;
|
|
927
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
928
|
-
readonly onSuccess: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown) | (() => (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown) | {
|
|
929
|
-
(): (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown;
|
|
930
|
-
new (): any;
|
|
931
|
-
readonly prototype: any;
|
|
932
|
-
} | ((new (...args: any[]) => (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown) | (() => (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown) | {
|
|
933
|
-
(): (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown;
|
|
934
|
-
new (): any;
|
|
935
|
-
readonly prototype: any;
|
|
936
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
937
|
-
readonly onProgress: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
938
|
-
(): (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
939
|
-
new (): any;
|
|
940
|
-
readonly prototype: any;
|
|
941
|
-
} | ((new (...args: any[]) => (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
942
|
-
(): (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
943
|
-
new (): any;
|
|
944
|
-
readonly prototype: any;
|
|
945
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
946
|
-
readonly onError: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
947
|
-
(): (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
948
|
-
new (): any;
|
|
949
|
-
readonly prototype: any;
|
|
950
|
-
} | ((new (...args: any[]) => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
951
|
-
(): (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
952
|
-
new (): any;
|
|
953
|
-
readonly prototype: any;
|
|
954
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
955
|
-
readonly onExceed: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | {
|
|
956
|
-
(): (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
|
|
957
|
-
new (): any;
|
|
958
|
-
readonly prototype: any;
|
|
959
|
-
} | ((new (...args: any[]) => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | {
|
|
960
|
-
(): (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
|
|
961
|
-
new (): any;
|
|
962
|
-
readonly prototype: any;
|
|
963
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
964
|
-
readonly action: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "#", boolean>;
|
|
965
|
-
readonly headers: {
|
|
966
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers) | ((new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers))[], unknown, unknown>>;
|
|
967
|
-
readonly required: false;
|
|
968
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
969
|
-
__epPropKey: true;
|
|
970
|
-
};
|
|
971
|
-
readonly method: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "post", boolean>;
|
|
972
|
-
readonly data: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | ((new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
973
|
-
readonly multiple: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
974
|
-
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "file", boolean>;
|
|
975
|
-
readonly drag: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
976
|
-
readonly withCredentials: BooleanConstructor;
|
|
977
|
-
readonly showFileList: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
978
|
-
readonly accept: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
979
|
-
readonly fileList: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]) | ((new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]))[], unknown, unknown, () => [], boolean>;
|
|
980
|
-
readonly autoUpload: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
981
|
-
readonly listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "text" | "picture" | "picture-card", unknown, "text", boolean>;
|
|
982
|
-
readonly httpRequest: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
|
|
983
|
-
(): import("element-plus").UploadRequestHandler;
|
|
984
|
-
new (): any;
|
|
985
|
-
readonly prototype: any;
|
|
986
|
-
} | ((new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
|
|
987
|
-
(): import("element-plus").UploadRequestHandler;
|
|
988
|
-
new (): any;
|
|
989
|
-
readonly prototype: any;
|
|
990
|
-
})[], unknown, unknown, import("element-plus").UploadRequestHandler, boolean>;
|
|
991
|
-
readonly disabled: BooleanConstructor;
|
|
992
|
-
readonly limit: NumberConstructor;
|
|
993
|
-
}>> & {
|
|
994
|
-
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
995
|
-
}>>;
|
|
996
|
-
ns: {
|
|
997
|
-
namespace: import("vue").ComputedRef<string>;
|
|
998
|
-
b: (blockSuffix?: string) => string;
|
|
999
|
-
e: (element?: string | undefined) => string;
|
|
1000
|
-
m: (modifier?: string | undefined) => string;
|
|
1001
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1002
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1003
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1004
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1005
|
-
is: {
|
|
1006
|
-
(name: string, state: boolean | undefined): string;
|
|
1007
|
-
(name: string): string;
|
|
1008
|
-
};
|
|
1009
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1010
|
-
cssVarName: (name: string) => string;
|
|
1011
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1012
|
-
cssVarBlockName: (name: string) => string;
|
|
1013
|
-
};
|
|
1014
|
-
disabled: import("vue").ComputedRef<boolean>;
|
|
1015
|
-
requests: import("vue").ShallowRef<Record<string, XMLHttpRequest | Promise<unknown>>>;
|
|
1016
|
-
inputRef: import("vue").ShallowRef<HTMLInputElement | undefined>;
|
|
1017
|
-
uploadFiles: (files: File[]) => void;
|
|
1018
|
-
upload: (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => Promise<void>;
|
|
1019
|
-
resolveData: (data: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | ((new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>))[], unknown, unknown>, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => Promise<Record<string, any>>;
|
|
1020
|
-
doUpload: (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile, beforeData?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | ((new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>))[], unknown, unknown> | undefined) => Promise<void>;
|
|
1021
|
-
handleChange: (e: Event) => void;
|
|
1022
|
-
handleClick: () => void;
|
|
1023
|
-
handleKeydown: () => void;
|
|
1024
|
-
abort: (file?: import("element-plus/es/components/upload/src/upload").UploadFile | undefined) => void;
|
|
1025
|
-
UploadDragger: import("vue").DefineComponent<{
|
|
1026
|
-
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1027
|
-
}, {
|
|
1028
|
-
COMPONENT_NAME: string;
|
|
1029
|
-
emit: (event: "file", file: File[]) => void;
|
|
1030
|
-
uploaderContext: import("element-plus/es/components/upload/src/constants").UploadContext;
|
|
1031
|
-
ns: {
|
|
1032
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1033
|
-
b: (blockSuffix?: string) => string;
|
|
1034
|
-
e: (element?: string | undefined) => string;
|
|
1035
|
-
m: (modifier?: string | undefined) => string;
|
|
1036
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1037
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1038
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1039
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1040
|
-
is: {
|
|
1041
|
-
(name: string, state: boolean | undefined): string;
|
|
1042
|
-
(name: string): string;
|
|
1043
|
-
};
|
|
1044
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1045
|
-
cssVarName: (name: string) => string;
|
|
1046
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1047
|
-
cssVarBlockName: (name: string) => string;
|
|
1048
|
-
};
|
|
1049
|
-
dragover: import("vue").Ref<boolean>;
|
|
1050
|
-
disabled: import("vue").ComputedRef<boolean>;
|
|
1051
|
-
onDrop: (e: DragEvent) => void;
|
|
1052
|
-
onDragover: () => void;
|
|
1053
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1054
|
-
file: (file: File[]) => boolean;
|
|
1055
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1056
|
-
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1057
|
-
}>> & {
|
|
1058
|
-
onFile?: ((file: File[]) => any) | undefined;
|
|
1059
|
-
}, {
|
|
1060
|
-
readonly disabled: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1061
|
-
}>;
|
|
1062
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
1063
|
-
readonly disabled: boolean;
|
|
1064
|
-
readonly name: string;
|
|
1065
|
-
readonly drag: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1066
|
-
readonly multiple: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1067
|
-
readonly data: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | ((new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>))[], unknown, unknown>;
|
|
1068
|
-
readonly onError: (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
1069
|
-
readonly onProgress: (evt: import("element-plus/es/components/upload/src/upload").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
1070
|
-
readonly action: string;
|
|
1071
|
-
readonly method: string;
|
|
1072
|
-
readonly showFileList: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1073
|
-
readonly accept: string;
|
|
1074
|
-
readonly fileList: import("element-plus/es/components/upload/src/upload").UploadUserFile[];
|
|
1075
|
-
readonly autoUpload: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1076
|
-
readonly listType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "text" | "picture" | "picture-card", unknown>;
|
|
1077
|
-
readonly httpRequest: import("element-plus/es/components/upload/src/upload").UploadRequestHandler;
|
|
1078
|
-
readonly withCredentials: boolean;
|
|
1079
|
-
readonly beforeUpload: (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
|
|
1080
|
-
readonly onRemove: (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void;
|
|
1081
|
-
readonly onSuccess: (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown;
|
|
1082
|
-
readonly onExceed: (files: File[], uploadFiles: import("element-plus/es/components/upload/src/upload").UploadUserFile[]) => void;
|
|
1083
|
-
readonly onStart: (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
1084
|
-
}> & {
|
|
1085
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
1086
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
1087
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
1088
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
1089
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
1090
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
1091
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
1092
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
1093
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
1094
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
1095
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
1096
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
1097
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
1098
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
1099
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
1100
|
-
};
|
|
1101
|
-
$forceUpdate: () => void;
|
|
1102
|
-
$nextTick: typeof import("vue").nextTick;
|
|
1103
|
-
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
1104
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
1105
|
-
readonly beforeUpload: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | {
|
|
1106
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
|
|
1107
|
-
new (): any;
|
|
1108
|
-
readonly prototype: any;
|
|
1109
|
-
} | ((new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | {
|
|
1110
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
|
|
1111
|
-
new (): any;
|
|
1112
|
-
readonly prototype: any;
|
|
1113
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1114
|
-
readonly onRemove: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void) | (() => (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void) | {
|
|
1115
|
-
(): (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void;
|
|
1116
|
-
new (): any;
|
|
1117
|
-
readonly prototype: any;
|
|
1118
|
-
} | ((new (...args: any[]) => (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void) | (() => (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void) | {
|
|
1119
|
-
(): (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void;
|
|
1120
|
-
new (): any;
|
|
1121
|
-
readonly prototype: any;
|
|
1122
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1123
|
-
readonly onStart: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
1124
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
1125
|
-
new (): any;
|
|
1126
|
-
readonly prototype: any;
|
|
1127
|
-
} | ((new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
1128
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
1129
|
-
new (): any;
|
|
1130
|
-
readonly prototype: any;
|
|
1131
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1132
|
-
readonly onSuccess: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown) | (() => (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown) | {
|
|
1133
|
-
(): (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown;
|
|
1134
|
-
new (): any;
|
|
1135
|
-
readonly prototype: any;
|
|
1136
|
-
} | ((new (...args: any[]) => (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown) | (() => (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown) | {
|
|
1137
|
-
(): (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown;
|
|
1138
|
-
new (): any;
|
|
1139
|
-
readonly prototype: any;
|
|
1140
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1141
|
-
readonly onProgress: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
1142
|
-
(): (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
1143
|
-
new (): any;
|
|
1144
|
-
readonly prototype: any;
|
|
1145
|
-
} | ((new (...args: any[]) => (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
1146
|
-
(): (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
1147
|
-
new (): any;
|
|
1148
|
-
readonly prototype: any;
|
|
1149
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1150
|
-
readonly onError: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
1151
|
-
(): (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
1152
|
-
new (): any;
|
|
1153
|
-
readonly prototype: any;
|
|
1154
|
-
} | ((new (...args: any[]) => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
1155
|
-
(): (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
1156
|
-
new (): any;
|
|
1157
|
-
readonly prototype: any;
|
|
1158
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1159
|
-
readonly onExceed: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | {
|
|
1160
|
-
(): (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
|
|
1161
|
-
new (): any;
|
|
1162
|
-
readonly prototype: any;
|
|
1163
|
-
} | ((new (...args: any[]) => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | {
|
|
1164
|
-
(): (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
|
|
1165
|
-
new (): any;
|
|
1166
|
-
readonly prototype: any;
|
|
1167
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1168
|
-
readonly action: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "#", boolean>;
|
|
1169
|
-
readonly headers: {
|
|
1170
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers) | ((new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers))[], unknown, unknown>>;
|
|
1171
|
-
readonly required: false;
|
|
1172
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1173
|
-
__epPropKey: true;
|
|
1174
|
-
};
|
|
1175
|
-
readonly method: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "post", boolean>;
|
|
1176
|
-
readonly data: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | ((new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
1177
|
-
readonly multiple: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1178
|
-
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "file", boolean>;
|
|
1179
|
-
readonly drag: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1180
|
-
readonly withCredentials: BooleanConstructor;
|
|
1181
|
-
readonly showFileList: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1182
|
-
readonly accept: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1183
|
-
readonly fileList: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]) | ((new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]))[], unknown, unknown, () => [], boolean>;
|
|
1184
|
-
readonly autoUpload: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1185
|
-
readonly listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "text" | "picture" | "picture-card", unknown, "text", boolean>;
|
|
1186
|
-
readonly httpRequest: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
|
|
1187
|
-
(): import("element-plus").UploadRequestHandler;
|
|
1188
|
-
new (): any;
|
|
1189
|
-
readonly prototype: any;
|
|
1190
|
-
} | ((new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
|
|
1191
|
-
(): import("element-plus").UploadRequestHandler;
|
|
1192
|
-
new (): any;
|
|
1193
|
-
readonly prototype: any;
|
|
1194
|
-
})[], unknown, unknown, import("element-plus").UploadRequestHandler, boolean>;
|
|
1195
|
-
readonly disabled: BooleanConstructor;
|
|
1196
|
-
readonly limit: NumberConstructor;
|
|
1197
|
-
}>> & import("vue").ShallowUnwrapRef<{
|
|
1198
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1199
|
-
readonly beforeUpload: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | {
|
|
1200
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
|
|
1201
|
-
new (): any;
|
|
1202
|
-
readonly prototype: any;
|
|
1203
|
-
} | ((new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | {
|
|
1204
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
|
|
1205
|
-
new (): any;
|
|
1206
|
-
readonly prototype: any;
|
|
1207
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1208
|
-
readonly onRemove: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void) | (() => (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void) | {
|
|
1209
|
-
(): (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void;
|
|
1210
|
-
new (): any;
|
|
1211
|
-
readonly prototype: any;
|
|
1212
|
-
} | ((new (...args: any[]) => (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void) | (() => (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void) | {
|
|
1213
|
-
(): (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void;
|
|
1214
|
-
new (): any;
|
|
1215
|
-
readonly prototype: any;
|
|
1216
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1217
|
-
readonly onStart: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
1218
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
1219
|
-
new (): any;
|
|
1220
|
-
readonly prototype: any;
|
|
1221
|
-
} | ((new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
1222
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
1223
|
-
new (): any;
|
|
1224
|
-
readonly prototype: any;
|
|
1225
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1226
|
-
readonly onSuccess: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown) | (() => (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown) | {
|
|
1227
|
-
(): (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown;
|
|
1228
|
-
new (): any;
|
|
1229
|
-
readonly prototype: any;
|
|
1230
|
-
} | ((new (...args: any[]) => (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown) | (() => (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown) | {
|
|
1231
|
-
(): (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown;
|
|
1232
|
-
new (): any;
|
|
1233
|
-
readonly prototype: any;
|
|
1234
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1235
|
-
readonly onProgress: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
1236
|
-
(): (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
1237
|
-
new (): any;
|
|
1238
|
-
readonly prototype: any;
|
|
1239
|
-
} | ((new (...args: any[]) => (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
1240
|
-
(): (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
1241
|
-
new (): any;
|
|
1242
|
-
readonly prototype: any;
|
|
1243
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1244
|
-
readonly onError: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
1245
|
-
(): (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
1246
|
-
new (): any;
|
|
1247
|
-
readonly prototype: any;
|
|
1248
|
-
} | ((new (...args: any[]) => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
1249
|
-
(): (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
1250
|
-
new (): any;
|
|
1251
|
-
readonly prototype: any;
|
|
1252
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1253
|
-
readonly onExceed: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | {
|
|
1254
|
-
(): (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
|
|
1255
|
-
new (): any;
|
|
1256
|
-
readonly prototype: any;
|
|
1257
|
-
} | ((new (...args: any[]) => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | {
|
|
1258
|
-
(): (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
|
|
1259
|
-
new (): any;
|
|
1260
|
-
readonly prototype: any;
|
|
1261
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1262
|
-
readonly action: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "#", boolean>;
|
|
1263
|
-
readonly headers: {
|
|
1264
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers) | ((new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers))[], unknown, unknown>>;
|
|
1265
|
-
readonly required: false;
|
|
1266
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1267
|
-
__epPropKey: true;
|
|
1268
|
-
};
|
|
1269
|
-
readonly method: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "post", boolean>;
|
|
1270
|
-
readonly data: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | ((new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
1271
|
-
readonly multiple: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1272
|
-
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "file", boolean>;
|
|
1273
|
-
readonly drag: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1274
|
-
readonly withCredentials: BooleanConstructor;
|
|
1275
|
-
readonly showFileList: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1276
|
-
readonly accept: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1277
|
-
readonly fileList: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]) | ((new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]))[], unknown, unknown, () => [], boolean>;
|
|
1278
|
-
readonly autoUpload: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1279
|
-
readonly listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "text" | "picture" | "picture-card", unknown, "text", boolean>;
|
|
1280
|
-
readonly httpRequest: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
|
|
1281
|
-
(): import("element-plus").UploadRequestHandler;
|
|
1282
|
-
new (): any;
|
|
1283
|
-
readonly prototype: any;
|
|
1284
|
-
} | ((new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
|
|
1285
|
-
(): import("element-plus").UploadRequestHandler;
|
|
1286
|
-
new (): any;
|
|
1287
|
-
readonly prototype: any;
|
|
1288
|
-
})[], unknown, unknown, import("element-plus").UploadRequestHandler, boolean>;
|
|
1289
|
-
readonly disabled: BooleanConstructor;
|
|
1290
|
-
readonly limit: NumberConstructor;
|
|
1291
|
-
}>> & {
|
|
1292
|
-
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1293
|
-
}>>;
|
|
1294
|
-
ns: {
|
|
1295
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1296
|
-
b: (blockSuffix?: string) => string;
|
|
1297
|
-
e: (element?: string | undefined) => string;
|
|
1298
|
-
m: (modifier?: string | undefined) => string;
|
|
1299
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1300
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1301
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1302
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1303
|
-
is: {
|
|
1304
|
-
(name: string, state: boolean | undefined): string;
|
|
1305
|
-
(name: string): string;
|
|
1306
|
-
};
|
|
1307
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1308
|
-
cssVarName: (name: string) => string;
|
|
1309
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1310
|
-
cssVarBlockName: (name: string) => string;
|
|
1311
|
-
};
|
|
1312
|
-
disabled: import("vue").ComputedRef<boolean>;
|
|
1313
|
-
requests: import("vue").ShallowRef<Record<string, XMLHttpRequest | Promise<unknown>>>;
|
|
1314
|
-
inputRef: import("vue").ShallowRef<HTMLInputElement | undefined>;
|
|
1315
|
-
uploadFiles: (files: File[]) => void;
|
|
1316
|
-
upload: (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => Promise<void>;
|
|
1317
|
-
resolveData: (data: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | ((new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>))[], unknown, unknown>, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => Promise<Record<string, any>>;
|
|
1318
|
-
doUpload: (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile, beforeData?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | ((new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>))[], unknown, unknown> | undefined) => Promise<void>;
|
|
1319
|
-
handleChange: (e: Event) => void;
|
|
1320
|
-
handleClick: () => void;
|
|
1321
|
-
handleKeydown: () => void;
|
|
1322
|
-
abort: (file?: import("element-plus/es/components/upload/src/upload").UploadFile | undefined) => void;
|
|
1323
|
-
UploadDragger: import("vue").DefineComponent<{
|
|
1324
|
-
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1325
|
-
}, {
|
|
1326
|
-
COMPONENT_NAME: string;
|
|
1327
|
-
emit: (event: "file", file: File[]) => void;
|
|
1328
|
-
uploaderContext: import("element-plus/es/components/upload/src/constants").UploadContext;
|
|
1329
|
-
ns: {
|
|
1330
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1331
|
-
b: (blockSuffix?: string) => string;
|
|
1332
|
-
e: (element?: string | undefined) => string;
|
|
1333
|
-
m: (modifier?: string | undefined) => string;
|
|
1334
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1335
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1336
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1337
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1338
|
-
is: {
|
|
1339
|
-
(name: string, state: boolean | undefined): string;
|
|
1340
|
-
(name: string): string;
|
|
1341
|
-
};
|
|
1342
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1343
|
-
cssVarName: (name: string) => string;
|
|
1344
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1345
|
-
cssVarBlockName: (name: string) => string;
|
|
1346
|
-
};
|
|
1347
|
-
dragover: import("vue").Ref<boolean>;
|
|
1348
|
-
disabled: import("vue").ComputedRef<boolean>;
|
|
1349
|
-
onDrop: (e: DragEvent) => void;
|
|
1350
|
-
onDragover: () => void;
|
|
1351
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1352
|
-
file: (file: File[]) => boolean;
|
|
1353
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1354
|
-
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1355
|
-
}>> & {
|
|
1356
|
-
onFile?: ((file: File[]) => any) | undefined;
|
|
1357
|
-
}, {
|
|
1358
|
-
readonly disabled: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1359
|
-
}>;
|
|
1360
|
-
}> & {} & import("vue").ComponentCustomProperties) | undefined>;
|
|
1361
|
-
abort: (file: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
|
|
1362
|
-
submit: () => void;
|
|
1363
|
-
clearFiles: (states?: import("element-plus/es/components/upload/src/upload").UploadStatus[]) => void;
|
|
1364
|
-
uploadFiles: import("vue").Ref<{
|
|
1365
|
-
name: string;
|
|
1366
|
-
percentage?: number | undefined;
|
|
1367
|
-
status: import("element-plus/es/components/upload/src/upload").UploadStatus;
|
|
1368
|
-
size?: number | undefined;
|
|
1369
|
-
response?: unknown;
|
|
1370
|
-
uid: number;
|
|
1371
|
-
url?: string | undefined;
|
|
1372
|
-
raw?: {
|
|
1373
|
-
uid: number;
|
|
1374
|
-
readonly lastModified: number;
|
|
1375
|
-
readonly name: string;
|
|
1376
|
-
readonly webkitRelativePath: string;
|
|
1377
|
-
readonly size: number;
|
|
1378
|
-
readonly type: string;
|
|
1379
|
-
arrayBuffer: () => Promise<ArrayBuffer>;
|
|
1380
|
-
slice: (start?: number | undefined, end?: number | undefined, contentType?: string | undefined) => Blob;
|
|
1381
|
-
stream: () => ReadableStream<any>;
|
|
1382
|
-
text: () => Promise<string>;
|
|
1383
|
-
} | undefined;
|
|
1384
|
-
}[]> | import("vue").WritableComputedRef<import("element-plus/es/components/upload/src/upload").UploadFiles>;
|
|
1385
|
-
handleStart: (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
1386
|
-
handleError: (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
1387
|
-
handleRemove: (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void;
|
|
1388
|
-
handleSuccess: (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown;
|
|
1389
|
-
handleProgress: (evt: import("element-plus/es/components/upload/src/upload").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
1390
|
-
revokeFileObjectURL: (file: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
|
|
1391
|
-
isPictureCard: import("vue").ComputedRef<boolean>;
|
|
1392
|
-
uploadContentProps: import("vue").ComputedRef<import("element-plus").UploadContentProps>;
|
|
1393
|
-
UploadList: import("vue").DefineComponent<{
|
|
1394
|
-
readonly files: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus/es/components/upload/src/upload").UploadFiles) | (() => import("element-plus/es/components/upload/src/upload").UploadFiles) | ((new (...args: any[]) => import("element-plus/es/components/upload/src/upload").UploadFiles) | (() => import("element-plus/es/components/upload/src/upload").UploadFiles))[], unknown, unknown, () => never[], boolean>;
|
|
1395
|
-
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1396
|
-
readonly handlePreview: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void) | (() => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void) | {
|
|
1397
|
-
(): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
|
|
1398
|
-
new (): any;
|
|
1399
|
-
readonly prototype: any;
|
|
1400
|
-
} | ((new (...args: any[]) => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void) | (() => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void) | {
|
|
1401
|
-
(): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
|
|
1402
|
-
new (): any;
|
|
1403
|
-
readonly prototype: any;
|
|
1404
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1405
|
-
readonly listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "text" | "picture" | "picture-card", unknown, "text", boolean>;
|
|
1406
|
-
readonly crossorigin: {
|
|
1407
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ("" | "anonymous" | "use-credentials") & {}) | (() => "" | "anonymous" | "use-credentials") | ((new (...args: any[]) => ("" | "anonymous" | "use-credentials") & {}) | (() => "" | "anonymous" | "use-credentials"))[], unknown, unknown>>;
|
|
519
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials") | ((new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials"))[], unknown, unknown>>;
|
|
1408
520
|
readonly required: false;
|
|
1409
521
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1410
522
|
__epPropKey: true;
|
|
1411
523
|
};
|
|
1412
|
-
}, {
|
|
1413
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1414
|
-
readonly files: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus/es/components/upload/src/upload").UploadFiles) | (() => import("element-plus/es/components/upload/src/upload").UploadFiles) | ((new (...args: any[]) => import("element-plus/es/components/upload/src/upload").UploadFiles) | (() => import("element-plus/es/components/upload/src/upload").UploadFiles))[], unknown, unknown, () => never[], boolean>;
|
|
1415
|
-
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1416
|
-
readonly handlePreview: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void) | (() => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void) | {
|
|
1417
|
-
(): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
|
|
1418
|
-
new (): any;
|
|
1419
|
-
readonly prototype: any;
|
|
1420
|
-
} | ((new (...args: any[]) => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void) | (() => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void) | {
|
|
1421
|
-
(): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
|
|
1422
|
-
new (): any;
|
|
1423
|
-
readonly prototype: any;
|
|
1424
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1425
|
-
readonly listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "text" | "picture" | "picture-card", unknown, "text", boolean>;
|
|
1426
|
-
readonly crossorigin: {
|
|
1427
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ("" | "anonymous" | "use-credentials") & {}) | (() => "" | "anonymous" | "use-credentials") | ((new (...args: any[]) => ("" | "anonymous" | "use-credentials") & {}) | (() => "" | "anonymous" | "use-credentials"))[], unknown, unknown>>;
|
|
1428
|
-
readonly required: false;
|
|
1429
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1430
|
-
__epPropKey: true;
|
|
1431
|
-
};
|
|
1432
|
-
}>> & {
|
|
1433
|
-
onRemove?: ((file: import("element-plus/es/components/upload/src/upload").UploadFile) => any) | undefined;
|
|
1434
|
-
}>>;
|
|
1435
|
-
emit: (event: "remove", file: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
|
|
1436
|
-
t: import("element-plus").Translator;
|
|
1437
|
-
nsUpload: {
|
|
1438
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1439
|
-
b: (blockSuffix?: string) => string;
|
|
1440
|
-
e: (element?: string | undefined) => string;
|
|
1441
|
-
m: (modifier?: string | undefined) => string;
|
|
1442
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1443
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1444
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1445
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1446
|
-
is: {
|
|
1447
|
-
(name: string, state: boolean | undefined): string;
|
|
1448
|
-
(name: string): string;
|
|
1449
|
-
};
|
|
1450
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1451
|
-
cssVarName: (name: string) => string;
|
|
1452
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1453
|
-
cssVarBlockName: (name: string) => string;
|
|
1454
|
-
};
|
|
1455
|
-
nsIcon: {
|
|
1456
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1457
|
-
b: (blockSuffix?: string) => string;
|
|
1458
|
-
e: (element?: string | undefined) => string;
|
|
1459
|
-
m: (modifier?: string | undefined) => string;
|
|
1460
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1461
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1462
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1463
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1464
|
-
is: {
|
|
1465
|
-
(name: string, state: boolean | undefined): string;
|
|
1466
|
-
(name: string): string;
|
|
1467
|
-
};
|
|
1468
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1469
|
-
cssVarName: (name: string) => string;
|
|
1470
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1471
|
-
cssVarBlockName: (name: string) => string;
|
|
1472
|
-
};
|
|
1473
|
-
nsList: {
|
|
1474
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1475
|
-
b: (blockSuffix?: string) => string;
|
|
1476
|
-
e: (element?: string | undefined) => string;
|
|
1477
|
-
m: (modifier?: string | undefined) => string;
|
|
1478
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1479
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1480
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1481
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1482
|
-
is: {
|
|
1483
|
-
(name: string, state: boolean | undefined): string;
|
|
1484
|
-
(name: string): string;
|
|
1485
|
-
};
|
|
1486
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1487
|
-
cssVarName: (name: string) => string;
|
|
1488
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1489
|
-
cssVarBlockName: (name: string) => string;
|
|
1490
|
-
};
|
|
1491
|
-
disabled: import("vue").ComputedRef<boolean>;
|
|
1492
|
-
focusing: import("vue").Ref<boolean>;
|
|
1493
|
-
containerKls: import("vue").ComputedRef<string[]>;
|
|
1494
|
-
handleRemove: (file: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
|
|
1495
|
-
ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
1496
|
-
readonly size: {
|
|
1497
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
1498
|
-
readonly required: false;
|
|
1499
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1500
|
-
__epPropKey: true;
|
|
1501
|
-
};
|
|
1502
|
-
readonly color: {
|
|
1503
|
-
readonly type: import("vue").PropType<string>;
|
|
1504
|
-
readonly required: false;
|
|
1505
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1506
|
-
__epPropKey: true;
|
|
1507
|
-
};
|
|
1508
|
-
}, {
|
|
1509
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1510
|
-
readonly size: {
|
|
1511
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
1512
|
-
readonly required: false;
|
|
1513
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1514
|
-
__epPropKey: true;
|
|
1515
|
-
};
|
|
1516
|
-
readonly color: {
|
|
1517
|
-
readonly type: import("vue").PropType<string>;
|
|
1518
|
-
readonly required: false;
|
|
1519
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1520
|
-
__epPropKey: true;
|
|
1521
|
-
};
|
|
1522
|
-
}>> & {
|
|
1523
|
-
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1524
|
-
}>>;
|
|
1525
|
-
ns: {
|
|
1526
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1527
|
-
b: (blockSuffix?: string) => string;
|
|
1528
|
-
e: (element?: string | undefined) => string;
|
|
1529
|
-
m: (modifier?: string | undefined) => string;
|
|
1530
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1531
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1532
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1533
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1534
|
-
is: {
|
|
1535
|
-
(name: string, state: boolean | undefined): string;
|
|
1536
|
-
(name: string): string;
|
|
1537
|
-
};
|
|
1538
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1539
|
-
cssVarName: (name: string) => string;
|
|
1540
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1541
|
-
cssVarBlockName: (name: string) => string;
|
|
1542
|
-
};
|
|
1543
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1544
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1545
|
-
readonly size: {
|
|
1546
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
1547
|
-
readonly required: false;
|
|
1548
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1549
|
-
__epPropKey: true;
|
|
1550
|
-
};
|
|
1551
|
-
readonly color: {
|
|
1552
|
-
readonly type: import("vue").PropType<string>;
|
|
1553
|
-
readonly required: false;
|
|
1554
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1555
|
-
__epPropKey: true;
|
|
1556
|
-
};
|
|
1557
|
-
}>>, {}>> & Record<string, any>;
|
|
1558
|
-
Check: any;
|
|
1559
|
-
CircleCheck: any;
|
|
1560
|
-
Close: any;
|
|
1561
|
-
Delete: any;
|
|
1562
|
-
Document: any;
|
|
1563
|
-
ZoomIn: any;
|
|
1564
|
-
ElProgress: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
1565
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "circle" | "line" | "dashboard", unknown, "line", boolean>;
|
|
1566
|
-
readonly percentage: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1567
|
-
readonly status: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "exception", unknown, "", boolean>;
|
|
1568
|
-
readonly indeterminate: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1569
|
-
readonly duration: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
1570
|
-
readonly strokeWidth: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
1571
|
-
readonly strokeLinecap: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square") | ((new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square"))[], unknown, unknown, "round", boolean>;
|
|
1572
|
-
readonly textInside: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1573
|
-
readonly width: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 126, boolean>;
|
|
1574
|
-
readonly showText: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1575
|
-
readonly color: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("element-plus/es/components").ProgressFn | import("element-plus/es/components").ProgressColor[]) & {}) | (() => string | import("element-plus/es/components").ProgressFn | import("element-plus/es/components").ProgressColor[]) | ((new (...args: any[]) => (string | import("element-plus/es/components").ProgressFn | import("element-plus/es/components").ProgressColor[]) & {}) | (() => string | import("element-plus/es/components").ProgressFn | import("element-plus/es/components").ProgressColor[]))[], unknown, unknown, "", boolean>;
|
|
1576
|
-
readonly striped: BooleanConstructor;
|
|
1577
|
-
readonly stripedFlow: BooleanConstructor;
|
|
1578
|
-
readonly format: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus/es/components").ProgressFn) | (() => import("element-plus/es/components").ProgressFn) | {
|
|
1579
|
-
(): import("element-plus/es/components").ProgressFn;
|
|
1580
|
-
new (): any;
|
|
1581
|
-
readonly prototype: any;
|
|
1582
|
-
} | ((new (...args: any[]) => import("element-plus/es/components").ProgressFn) | (() => import("element-plus/es/components").ProgressFn) | {
|
|
1583
|
-
(): import("element-plus/es/components").ProgressFn;
|
|
1584
|
-
new (): any;
|
|
1585
|
-
readonly prototype: any;
|
|
1586
|
-
})[], unknown, unknown, (percentage: number) => string, boolean>;
|
|
1587
|
-
}, {
|
|
1588
|
-
STATUS_COLOR_MAP: Record<string, string>;
|
|
1589
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1590
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "circle" | "line" | "dashboard", unknown, "line", boolean>;
|
|
1591
|
-
readonly percentage: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1592
|
-
readonly status: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "exception", unknown, "", boolean>;
|
|
1593
|
-
readonly indeterminate: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1594
|
-
readonly duration: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
1595
|
-
readonly strokeWidth: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
1596
|
-
readonly strokeLinecap: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square") | ((new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square"))[], unknown, unknown, "round", boolean>;
|
|
1597
|
-
readonly textInside: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1598
|
-
readonly width: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 126, boolean>;
|
|
1599
|
-
readonly showText: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1600
|
-
readonly color: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) & {}) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | ((new (...args: any[]) => (string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) & {}) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]))[], unknown, unknown, "", boolean>;
|
|
1601
|
-
readonly striped: BooleanConstructor;
|
|
1602
|
-
readonly stripedFlow: BooleanConstructor;
|
|
1603
|
-
readonly format: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
1604
|
-
(): import("element-plus").ProgressFn;
|
|
1605
|
-
new (): any;
|
|
1606
|
-
readonly prototype: any;
|
|
1607
|
-
} | ((new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
1608
|
-
(): import("element-plus").ProgressFn;
|
|
1609
|
-
new (): any;
|
|
1610
|
-
readonly prototype: any;
|
|
1611
|
-
})[], unknown, unknown, (percentage: number) => string, boolean>;
|
|
1612
|
-
}>> & {
|
|
1613
|
-
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1614
|
-
}>>;
|
|
1615
|
-
ns: {
|
|
1616
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1617
|
-
b: (blockSuffix?: string) => string;
|
|
1618
|
-
e: (element?: string | undefined) => string;
|
|
1619
|
-
m: (modifier?: string | undefined) => string;
|
|
1620
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1621
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1622
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1623
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1624
|
-
is: {
|
|
1625
|
-
(name: string, state: boolean | undefined): string;
|
|
1626
|
-
(name: string): string;
|
|
1627
|
-
};
|
|
1628
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1629
|
-
cssVarName: (name: string) => string;
|
|
1630
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1631
|
-
cssVarBlockName: (name: string) => string;
|
|
1632
|
-
};
|
|
1633
|
-
barStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1634
|
-
relativeStrokeWidth: import("vue").ComputedRef<string>;
|
|
1635
|
-
radius: import("vue").ComputedRef<number>;
|
|
1636
|
-
trackPath: import("vue").ComputedRef<string>;
|
|
1637
|
-
perimeter: import("vue").ComputedRef<number>;
|
|
1638
|
-
rate: import("vue").ComputedRef<1 | 0.75>;
|
|
1639
|
-
strokeDashoffset: import("vue").ComputedRef<string>;
|
|
1640
|
-
trailPathStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1641
|
-
circlePathStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1642
|
-
stroke: import("vue").ComputedRef<string>;
|
|
1643
|
-
statusIcon: import("vue").ComputedRef<any>;
|
|
1644
|
-
progressTextSize: import("vue").ComputedRef<number>;
|
|
1645
|
-
content: import("vue").ComputedRef<string>;
|
|
1646
|
-
getColors: (color: import("element-plus/es/components").ProgressColor[]) => import("element-plus/es/components").ProgressColor[];
|
|
1647
|
-
getCurrentColor: (percentage: number) => string;
|
|
1648
|
-
ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
1649
|
-
readonly size: {
|
|
1650
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
1651
|
-
readonly required: false;
|
|
1652
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1653
|
-
__epPropKey: true;
|
|
1654
|
-
};
|
|
1655
|
-
readonly color: {
|
|
1656
|
-
readonly type: import("vue").PropType<string>;
|
|
1657
|
-
readonly required: false;
|
|
1658
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1659
|
-
__epPropKey: true;
|
|
1660
|
-
};
|
|
1661
|
-
}, {
|
|
1662
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1663
|
-
readonly size: {
|
|
1664
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
1665
|
-
readonly required: false;
|
|
1666
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1667
|
-
__epPropKey: true;
|
|
1668
|
-
};
|
|
1669
|
-
readonly color: {
|
|
1670
|
-
readonly type: import("vue").PropType<string>;
|
|
1671
|
-
readonly required: false;
|
|
1672
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1673
|
-
__epPropKey: true;
|
|
1674
|
-
};
|
|
1675
|
-
}>> & {
|
|
1676
|
-
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1677
|
-
}>>;
|
|
1678
|
-
ns: {
|
|
1679
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1680
|
-
b: (blockSuffix?: string) => string;
|
|
1681
|
-
e: (element?: string | undefined) => string;
|
|
1682
|
-
m: (modifier?: string | undefined) => string;
|
|
1683
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1684
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1685
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1686
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1687
|
-
is: {
|
|
1688
|
-
(name: string, state: boolean | undefined): string;
|
|
1689
|
-
(name: string): string;
|
|
1690
|
-
};
|
|
1691
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1692
|
-
cssVarName: (name: string) => string;
|
|
1693
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1694
|
-
cssVarBlockName: (name: string) => string;
|
|
1695
|
-
};
|
|
1696
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1697
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1698
|
-
readonly size: {
|
|
1699
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
1700
|
-
readonly required: false;
|
|
1701
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1702
|
-
__epPropKey: true;
|
|
1703
|
-
};
|
|
1704
|
-
readonly color: {
|
|
1705
|
-
readonly type: import("vue").PropType<string>;
|
|
1706
|
-
readonly required: false;
|
|
1707
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1708
|
-
__epPropKey: true;
|
|
1709
|
-
};
|
|
1710
|
-
}>>, {}>> & Record<string, any>;
|
|
1711
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1712
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "circle" | "line" | "dashboard", unknown, "line", boolean>;
|
|
1713
|
-
readonly percentage: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1714
|
-
readonly status: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "exception", unknown, "", boolean>;
|
|
1715
|
-
readonly indeterminate: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1716
|
-
readonly duration: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
1717
|
-
readonly strokeWidth: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
1718
|
-
readonly strokeLinecap: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square") | ((new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square"))[], unknown, unknown, "round", boolean>;
|
|
1719
|
-
readonly textInside: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1720
|
-
readonly width: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 126, boolean>;
|
|
1721
|
-
readonly showText: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1722
|
-
readonly color: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) & {}) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | ((new (...args: any[]) => (string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) & {}) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]))[], unknown, unknown, "", boolean>;
|
|
1723
|
-
readonly striped: BooleanConstructor;
|
|
1724
|
-
readonly stripedFlow: BooleanConstructor;
|
|
1725
|
-
readonly format: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
1726
|
-
(): import("element-plus").ProgressFn;
|
|
1727
|
-
new (): any;
|
|
1728
|
-
readonly prototype: any;
|
|
1729
|
-
} | ((new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
1730
|
-
(): import("element-plus").ProgressFn;
|
|
1731
|
-
new (): any;
|
|
1732
|
-
readonly prototype: any;
|
|
1733
|
-
})[], unknown, unknown, (percentage: number) => string, boolean>;
|
|
1734
|
-
}>>, {
|
|
1735
|
-
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "circle" | "line" | "dashboard", unknown>;
|
|
1736
|
-
readonly width: number;
|
|
1737
|
-
readonly color: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("element-plus/es/components").ProgressFn | import("element-plus/es/components").ProgressColor[]) & {}) | (() => string | import("element-plus/es/components").ProgressFn | import("element-plus/es/components").ProgressColor[]) | ((new (...args: any[]) => (string | import("element-plus/es/components").ProgressFn | import("element-plus/es/components").ProgressColor[]) & {}) | (() => string | import("element-plus/es/components").ProgressFn | import("element-plus/es/components").ProgressColor[]))[], unknown, unknown>;
|
|
1738
|
-
readonly duration: number;
|
|
1739
|
-
readonly strokeLinecap: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square") | ((new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square"))[], unknown, unknown>;
|
|
1740
|
-
readonly strokeWidth: number;
|
|
1741
|
-
readonly indeterminate: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1742
|
-
readonly format: import("element-plus/es/components").ProgressFn;
|
|
1743
|
-
readonly percentage: number;
|
|
1744
|
-
readonly status: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "warning" | "exception", unknown>;
|
|
1745
|
-
readonly textInside: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1746
|
-
readonly showText: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1747
|
-
readonly striped: boolean;
|
|
1748
|
-
readonly stripedFlow: boolean;
|
|
1749
|
-
}>> & Record<string, any>;
|
|
1750
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1751
|
-
remove: (file: import("element-plus/es/components/upload/src/upload").UploadFile) => boolean;
|
|
1752
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1753
|
-
readonly files: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus/es/components/upload/src/upload").UploadFiles) | (() => import("element-plus/es/components/upload/src/upload").UploadFiles) | ((new (...args: any[]) => import("element-plus/es/components/upload/src/upload").UploadFiles) | (() => import("element-plus/es/components/upload/src/upload").UploadFiles))[], unknown, unknown, () => never[], boolean>;
|
|
1754
|
-
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1755
|
-
readonly handlePreview: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void) | (() => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void) | {
|
|
1756
|
-
(): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
|
|
1757
|
-
new (): any;
|
|
1758
|
-
readonly prototype: any;
|
|
1759
|
-
} | ((new (...args: any[]) => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void) | (() => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void) | {
|
|
1760
|
-
(): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
|
|
1761
|
-
new (): any;
|
|
1762
|
-
readonly prototype: any;
|
|
1763
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1764
|
-
readonly listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "text" | "picture" | "picture-card", unknown, "text", boolean>;
|
|
1765
|
-
readonly crossorigin: {
|
|
1766
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ("" | "anonymous" | "use-credentials") & {}) | (() => "" | "anonymous" | "use-credentials") | ((new (...args: any[]) => ("" | "anonymous" | "use-credentials") & {}) | (() => "" | "anonymous" | "use-credentials"))[], unknown, unknown>>;
|
|
1767
|
-
readonly required: false;
|
|
1768
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1769
|
-
__epPropKey: true;
|
|
1770
|
-
};
|
|
1771
|
-
}>> & {
|
|
1772
|
-
onRemove?: ((file: import("element-plus/es/components/upload/src/upload").UploadFile) => any) | undefined;
|
|
1773
|
-
}, {
|
|
1774
|
-
readonly disabled: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1775
|
-
readonly listType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "text" | "picture" | "picture-card", unknown>;
|
|
1776
|
-
readonly files: import("element-plus/es/components/upload/src/upload").UploadFiles;
|
|
1777
|
-
readonly handlePreview: (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
|
|
1778
|
-
}>;
|
|
1779
|
-
UploadContent: import("vue").DefineComponent<{
|
|
1780
|
-
readonly beforeUpload: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | {
|
|
1781
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
|
|
1782
|
-
new (): any;
|
|
1783
|
-
readonly prototype: any;
|
|
1784
|
-
} | ((new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | {
|
|
1785
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
|
|
1786
|
-
new (): any;
|
|
1787
|
-
readonly prototype: any;
|
|
1788
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1789
|
-
readonly onRemove: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void) | (() => (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void) | {
|
|
1790
|
-
(): (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void;
|
|
1791
|
-
new (): any;
|
|
1792
|
-
readonly prototype: any;
|
|
1793
|
-
} | ((new (...args: any[]) => (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void) | (() => (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void) | {
|
|
1794
|
-
(): (file: import("element-plus/es/components/upload/src/upload").UploadRawFile | import("element-plus/es/components/upload/src/upload").UploadFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile | undefined) => void;
|
|
1795
|
-
new (): any;
|
|
1796
|
-
readonly prototype: any;
|
|
1797
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1798
|
-
readonly onStart: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
1799
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
1800
|
-
new (): any;
|
|
1801
|
-
readonly prototype: any;
|
|
1802
|
-
} | ((new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
1803
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
1804
|
-
new (): any;
|
|
1805
|
-
readonly prototype: any;
|
|
1806
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1807
|
-
readonly onSuccess: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown) | (() => (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown) | {
|
|
1808
|
-
(): (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown;
|
|
1809
|
-
new (): any;
|
|
1810
|
-
readonly prototype: any;
|
|
1811
|
-
} | ((new (...args: any[]) => (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown) | (() => (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown) | {
|
|
1812
|
-
(): (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown;
|
|
1813
|
-
new (): any;
|
|
1814
|
-
readonly prototype: any;
|
|
1815
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1816
|
-
readonly onProgress: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (evt: import("element-plus/es/components/upload/src/upload").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (evt: import("element-plus/es/components/upload/src/upload").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
1817
|
-
(): (evt: import("element-plus/es/components/upload/src/upload").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
1818
|
-
new (): any;
|
|
1819
|
-
readonly prototype: any;
|
|
1820
|
-
} | ((new (...args: any[]) => (evt: import("element-plus/es/components/upload/src/upload").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (evt: import("element-plus/es/components/upload/src/upload").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
1821
|
-
(): (evt: import("element-plus/es/components/upload/src/upload").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
1822
|
-
new (): any;
|
|
1823
|
-
readonly prototype: any;
|
|
1824
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1825
|
-
readonly onError: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
1826
|
-
(): (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
1827
|
-
new (): any;
|
|
1828
|
-
readonly prototype: any;
|
|
1829
|
-
} | ((new (...args: any[]) => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
1830
|
-
(): (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
1831
|
-
new (): any;
|
|
1832
|
-
readonly prototype: any;
|
|
1833
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1834
|
-
readonly onExceed: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (files: File[], uploadFiles: import("element-plus/es/components/upload/src/upload").UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: import("element-plus/es/components/upload/src/upload").UploadUserFile[]) => void) | {
|
|
1835
|
-
(): (files: File[], uploadFiles: import("element-plus/es/components/upload/src/upload").UploadUserFile[]) => void;
|
|
1836
|
-
new (): any;
|
|
1837
|
-
readonly prototype: any;
|
|
1838
|
-
} | ((new (...args: any[]) => (files: File[], uploadFiles: import("element-plus/es/components/upload/src/upload").UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: import("element-plus/es/components/upload/src/upload").UploadUserFile[]) => void) | {
|
|
1839
|
-
(): (files: File[], uploadFiles: import("element-plus/es/components/upload/src/upload").UploadUserFile[]) => void;
|
|
1840
|
-
new (): any;
|
|
1841
|
-
readonly prototype: any;
|
|
1842
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1843
524
|
readonly action: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "#", boolean>;
|
|
1844
525
|
readonly headers: {
|
|
1845
526
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers) | ((new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers))[], unknown, unknown>>;
|
|
@@ -1848,242 +529,130 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1848
529
|
__epPropKey: true;
|
|
1849
530
|
};
|
|
1850
531
|
readonly method: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "post", boolean>;
|
|
1851
|
-
readonly data: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
1852
|
-
readonly multiple:
|
|
532
|
+
readonly data: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | (() => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | ((new (...args: any[]) => import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | (() => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
533
|
+
readonly multiple: BooleanConstructor;
|
|
1853
534
|
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "file", boolean>;
|
|
1854
|
-
readonly drag:
|
|
535
|
+
readonly drag: BooleanConstructor;
|
|
1855
536
|
readonly withCredentials: BooleanConstructor;
|
|
1856
537
|
readonly showFileList: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1857
538
|
readonly accept: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1858
|
-
readonly fileList: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus
|
|
1859
|
-
readonly autoUpload: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1860
|
-
readonly listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
1861
|
-
readonly httpRequest: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus
|
|
1862
|
-
(): import("element-plus
|
|
1863
|
-
new (): any;
|
|
1864
|
-
readonly prototype: any;
|
|
1865
|
-
} | ((new (...args: any[]) => import("element-plus
|
|
1866
|
-
(): import("element-plus
|
|
1867
|
-
new (): any;
|
|
1868
|
-
readonly prototype: any;
|
|
1869
|
-
})[], unknown, unknown, import("element-plus
|
|
1870
|
-
readonly disabled: BooleanConstructor;
|
|
1871
|
-
readonly limit: NumberConstructor;
|
|
1872
|
-
}
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
readonly
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
} | ((new (...args: any[]) => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | (() => (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void) | {
|
|
1924
|
-
(): (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
1925
|
-
new (): any;
|
|
1926
|
-
readonly prototype: any;
|
|
1927
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1928
|
-
readonly onExceed: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | {
|
|
1929
|
-
(): (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
|
|
1930
|
-
new (): any;
|
|
1931
|
-
readonly prototype: any;
|
|
1932
|
-
} | ((new (...args: any[]) => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | {
|
|
1933
|
-
(): (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
|
|
1934
|
-
new (): any;
|
|
1935
|
-
readonly prototype: any;
|
|
1936
|
-
})[], unknown, unknown, () => void, boolean>;
|
|
1937
|
-
readonly action: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "#", boolean>;
|
|
1938
|
-
readonly headers: {
|
|
1939
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers) | ((new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers))[], unknown, unknown>>;
|
|
1940
|
-
readonly required: false;
|
|
1941
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1942
|
-
__epPropKey: true;
|
|
1943
|
-
};
|
|
1944
|
-
readonly method: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "post", boolean>;
|
|
1945
|
-
readonly data: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | ((new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
1946
|
-
readonly multiple: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1947
|
-
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "file", boolean>;
|
|
1948
|
-
readonly drag: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1949
|
-
readonly withCredentials: BooleanConstructor;
|
|
1950
|
-
readonly showFileList: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1951
|
-
readonly accept: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1952
|
-
readonly fileList: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]) | ((new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]))[], unknown, unknown, () => [], boolean>;
|
|
1953
|
-
readonly autoUpload: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1954
|
-
readonly listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "text" | "picture" | "picture-card", unknown, "text", boolean>;
|
|
1955
|
-
readonly httpRequest: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
|
|
1956
|
-
(): import("element-plus").UploadRequestHandler;
|
|
1957
|
-
new (): any;
|
|
1958
|
-
readonly prototype: any;
|
|
1959
|
-
} | ((new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
|
|
1960
|
-
(): import("element-plus").UploadRequestHandler;
|
|
1961
|
-
new (): any;
|
|
1962
|
-
readonly prototype: any;
|
|
1963
|
-
})[], unknown, unknown, import("element-plus").UploadRequestHandler, boolean>;
|
|
1964
|
-
readonly disabled: BooleanConstructor;
|
|
1965
|
-
readonly limit: NumberConstructor;
|
|
1966
|
-
}>> & {
|
|
1967
|
-
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1968
|
-
}>>;
|
|
1969
|
-
ns: {
|
|
1970
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1971
|
-
b: (blockSuffix?: string) => string;
|
|
1972
|
-
e: (element?: string | undefined) => string;
|
|
1973
|
-
m: (modifier?: string | undefined) => string;
|
|
1974
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1975
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1976
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1977
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1978
|
-
is: {
|
|
1979
|
-
(name: string, state: boolean | undefined): string;
|
|
1980
|
-
(name: string): string;
|
|
1981
|
-
};
|
|
1982
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1983
|
-
cssVarName: (name: string) => string;
|
|
1984
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1985
|
-
cssVarBlockName: (name: string) => string;
|
|
539
|
+
readonly fileList: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]) | ((new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]))[], unknown, unknown, () => [], boolean>;
|
|
540
|
+
readonly autoUpload: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
541
|
+
readonly listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "picture" | "text" | "picture-card", unknown, "text", boolean>;
|
|
542
|
+
readonly httpRequest: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
|
|
543
|
+
(): import("element-plus").UploadRequestHandler;
|
|
544
|
+
new (): any;
|
|
545
|
+
readonly prototype: any;
|
|
546
|
+
} | ((new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
|
|
547
|
+
(): import("element-plus").UploadRequestHandler;
|
|
548
|
+
new (): any;
|
|
549
|
+
readonly prototype: any;
|
|
550
|
+
})[], unknown, unknown, import("element-plus").UploadRequestHandler, boolean>;
|
|
551
|
+
readonly disabled: BooleanConstructor;
|
|
552
|
+
readonly limit: NumberConstructor;
|
|
553
|
+
}>>, {
|
|
554
|
+
abort: (file: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
|
|
555
|
+
submit: () => void;
|
|
556
|
+
clearFiles: (states?: import("element-plus/es/components/upload/src/upload").UploadStatus[]) => void;
|
|
557
|
+
handleStart: (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
558
|
+
handleRemove: (file: import("element-plus/es/components/upload/src/upload").UploadFile | import("element-plus/es/components/upload/src/upload").UploadRawFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
559
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
560
|
+
readonly data: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | (() => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | ((new (...args: any[]) => import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | (() => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)))[], unknown, unknown>;
|
|
561
|
+
readonly disabled: boolean;
|
|
562
|
+
readonly drag: boolean;
|
|
563
|
+
readonly multiple: boolean;
|
|
564
|
+
readonly name: string;
|
|
565
|
+
readonly onChange: (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
566
|
+
readonly onError: (error: Error, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
567
|
+
readonly onProgress: (evt: import("element-plus/es/components/upload/src/upload").UploadProgressEvent, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
568
|
+
readonly action: string;
|
|
569
|
+
readonly withCredentials: boolean;
|
|
570
|
+
readonly method: string;
|
|
571
|
+
readonly showFileList: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
572
|
+
readonly accept: string;
|
|
573
|
+
readonly fileList: import("element-plus").UploadUserFile[];
|
|
574
|
+
readonly autoUpload: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
575
|
+
readonly listType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "picture" | "text" | "picture-card", unknown>;
|
|
576
|
+
readonly httpRequest: import("element-plus").UploadRequestHandler;
|
|
577
|
+
readonly beforeUpload: (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<void | undefined | null | boolean | File | Blob>;
|
|
578
|
+
readonly onRemove: (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
579
|
+
readonly onPreview: (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
|
|
580
|
+
readonly onSuccess: (response: any, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
581
|
+
readonly onExceed: (files: File[], uploadFiles: import("element-plus/es/components/upload/src/upload").UploadUserFile[]) => void;
|
|
582
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
583
|
+
P: {};
|
|
584
|
+
B: {};
|
|
585
|
+
D: {};
|
|
586
|
+
C: {};
|
|
587
|
+
M: {};
|
|
588
|
+
Defaults: {};
|
|
589
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
590
|
+
readonly beforeUpload: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<void | undefined | null | boolean | File | Blob>) | (() => (rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<void | undefined | null | boolean | File | Blob>) | {
|
|
591
|
+
(): (rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<void | undefined | null | boolean | File | Blob>;
|
|
592
|
+
new (): any;
|
|
593
|
+
readonly prototype: any;
|
|
594
|
+
} | ((new (...args: any[]) => (rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<void | undefined | null | boolean | File | Blob>) | (() => (rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<void | undefined | null | boolean | File | Blob>) | {
|
|
595
|
+
(): (rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<void | undefined | null | boolean | File | Blob>;
|
|
596
|
+
new (): any;
|
|
597
|
+
readonly prototype: any;
|
|
598
|
+
})[], unknown, unknown, () => void, boolean>;
|
|
599
|
+
readonly beforeRemove: {
|
|
600
|
+
readonly type: import("vue").PropType<(uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => import("element-plus/es/utils").Awaitable<boolean>>;
|
|
601
|
+
readonly required: false;
|
|
602
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
603
|
+
__epPropKey: true;
|
|
1986
604
|
};
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
inputRef: import("vue").ShallowRef<HTMLInputElement | undefined>;
|
|
1990
|
-
uploadFiles: (files: File[]) => void;
|
|
1991
|
-
upload: (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => Promise<void>;
|
|
1992
|
-
resolveData: (data: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | ((new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>))[], unknown, unknown>, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => Promise<Record<string, any>>;
|
|
1993
|
-
doUpload: (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile, beforeData?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | ((new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>))[], unknown, unknown> | undefined) => Promise<void>;
|
|
1994
|
-
handleChange: (e: Event) => void;
|
|
1995
|
-
handleClick: () => void;
|
|
1996
|
-
handleKeydown: () => void;
|
|
1997
|
-
abort: (file?: import("element-plus/es/components/upload/src/upload").UploadFile | undefined) => void;
|
|
1998
|
-
UploadDragger: import("vue").DefineComponent<{
|
|
1999
|
-
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2000
|
-
}, {
|
|
2001
|
-
COMPONENT_NAME: string;
|
|
2002
|
-
emit: (event: "file", file: File[]) => void;
|
|
2003
|
-
uploaderContext: import("element-plus/es/components/upload/src/constants").UploadContext;
|
|
2004
|
-
ns: {
|
|
2005
|
-
namespace: import("vue").ComputedRef<string>;
|
|
2006
|
-
b: (blockSuffix?: string) => string;
|
|
2007
|
-
e: (element?: string | undefined) => string;
|
|
2008
|
-
m: (modifier?: string | undefined) => string;
|
|
2009
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
2010
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
2011
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
2012
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
2013
|
-
is: {
|
|
2014
|
-
(name: string, state: boolean | undefined): string;
|
|
2015
|
-
(name: string): string;
|
|
2016
|
-
};
|
|
2017
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
2018
|
-
cssVarName: (name: string) => string;
|
|
2019
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2020
|
-
cssVarBlockName: (name: string) => string;
|
|
2021
|
-
};
|
|
2022
|
-
dragover: import("vue").Ref<boolean>;
|
|
2023
|
-
disabled: import("vue").ComputedRef<boolean>;
|
|
2024
|
-
onDrop: (e: DragEvent) => void;
|
|
2025
|
-
onDragover: () => void;
|
|
2026
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2027
|
-
file: (file: File[]) => boolean;
|
|
2028
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2029
|
-
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2030
|
-
}>> & {
|
|
2031
|
-
onFile?: ((file: File[]) => any) | undefined;
|
|
2032
|
-
}, {
|
|
2033
|
-
readonly disabled: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2034
|
-
}>;
|
|
2035
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2036
|
-
readonly beforeUpload: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | (() => (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>) | {
|
|
2037
|
-
(): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
|
|
605
|
+
readonly onRemove: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | (() => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | {
|
|
606
|
+
(): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
2038
607
|
new (): any;
|
|
2039
608
|
readonly prototype: any;
|
|
2040
|
-
} | ((new (...args: any[]) => (
|
|
2041
|
-
(): (
|
|
609
|
+
} | ((new (...args: any[]) => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | (() => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | {
|
|
610
|
+
(): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
2042
611
|
new (): any;
|
|
2043
612
|
readonly prototype: any;
|
|
2044
613
|
})[], unknown, unknown, () => void, boolean>;
|
|
2045
|
-
readonly
|
|
2046
|
-
(): (
|
|
614
|
+
readonly onChange: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | (() => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | {
|
|
615
|
+
(): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
2047
616
|
new (): any;
|
|
2048
617
|
readonly prototype: any;
|
|
2049
|
-
} | ((new (...args: any[]) => (
|
|
2050
|
-
(): (
|
|
618
|
+
} | ((new (...args: any[]) => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | (() => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | {
|
|
619
|
+
(): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
2051
620
|
new (): any;
|
|
2052
621
|
readonly prototype: any;
|
|
2053
622
|
})[], unknown, unknown, () => void, boolean>;
|
|
2054
|
-
readonly
|
|
2055
|
-
(): (
|
|
623
|
+
readonly onPreview: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void) | (() => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void) | {
|
|
624
|
+
(): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
|
|
2056
625
|
new (): any;
|
|
2057
626
|
readonly prototype: any;
|
|
2058
|
-
} | ((new (...args: any[]) => (
|
|
2059
|
-
(): (
|
|
627
|
+
} | ((new (...args: any[]) => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void) | (() => (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void) | {
|
|
628
|
+
(): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
|
|
2060
629
|
new (): any;
|
|
2061
630
|
readonly prototype: any;
|
|
2062
631
|
})[], unknown, unknown, () => void, boolean>;
|
|
2063
|
-
readonly onSuccess: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (response: any,
|
|
2064
|
-
(): (response: any,
|
|
632
|
+
readonly onSuccess: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (response: any, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | (() => (response: any, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | {
|
|
633
|
+
(): (response: any, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
2065
634
|
new (): any;
|
|
2066
635
|
readonly prototype: any;
|
|
2067
|
-
} | ((new (...args: any[]) => (response: any,
|
|
2068
|
-
(): (response: any,
|
|
636
|
+
} | ((new (...args: any[]) => (response: any, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | (() => (response: any, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | {
|
|
637
|
+
(): (response: any, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
2069
638
|
new (): any;
|
|
2070
639
|
readonly prototype: any;
|
|
2071
640
|
})[], unknown, unknown, () => void, boolean>;
|
|
2072
|
-
readonly onProgress: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (evt: import("element-plus").UploadProgressEvent,
|
|
2073
|
-
(): (evt: import("element-plus").UploadProgressEvent,
|
|
641
|
+
readonly onProgress: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (evt: import("element-plus").UploadProgressEvent, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | (() => (evt: import("element-plus").UploadProgressEvent, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | {
|
|
642
|
+
(): (evt: import("element-plus").UploadProgressEvent, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
2074
643
|
new (): any;
|
|
2075
644
|
readonly prototype: any;
|
|
2076
|
-
} | ((new (...args: any[]) => (evt: import("element-plus").UploadProgressEvent,
|
|
2077
|
-
(): (evt: import("element-plus").UploadProgressEvent,
|
|
645
|
+
} | ((new (...args: any[]) => (evt: import("element-plus").UploadProgressEvent, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | (() => (evt: import("element-plus").UploadProgressEvent, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | {
|
|
646
|
+
(): (evt: import("element-plus").UploadProgressEvent, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
2078
647
|
new (): any;
|
|
2079
648
|
readonly prototype: any;
|
|
2080
649
|
})[], unknown, unknown, () => void, boolean>;
|
|
2081
|
-
readonly onError: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (
|
|
2082
|
-
(): (
|
|
650
|
+
readonly onError: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (error: Error, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | (() => (error: Error, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | {
|
|
651
|
+
(): (error: Error, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
2083
652
|
new (): any;
|
|
2084
653
|
readonly prototype: any;
|
|
2085
|
-
} | ((new (...args: any[]) => (
|
|
2086
|
-
(): (
|
|
654
|
+
} | ((new (...args: any[]) => (error: Error, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | (() => (error: Error, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void) | {
|
|
655
|
+
(): (error: Error, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
2087
656
|
new (): any;
|
|
2088
657
|
readonly prototype: any;
|
|
2089
658
|
})[], unknown, unknown, () => void, boolean>;
|
|
@@ -2096,6 +665,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2096
665
|
new (): any;
|
|
2097
666
|
readonly prototype: any;
|
|
2098
667
|
})[], unknown, unknown, () => void, boolean>;
|
|
668
|
+
readonly crossorigin: {
|
|
669
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials") | ((new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials"))[], unknown, unknown>>;
|
|
670
|
+
readonly required: false;
|
|
671
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
672
|
+
__epPropKey: true;
|
|
673
|
+
};
|
|
2099
674
|
readonly action: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "#", boolean>;
|
|
2100
675
|
readonly headers: {
|
|
2101
676
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers) | ((new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers))[], unknown, unknown>>;
|
|
@@ -2104,16 +679,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2104
679
|
__epPropKey: true;
|
|
2105
680
|
};
|
|
2106
681
|
readonly method: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "post", boolean>;
|
|
2107
|
-
readonly data: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
2108
|
-
readonly multiple:
|
|
682
|
+
readonly data: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | (() => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | ((new (...args: any[]) => import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | (() => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
683
|
+
readonly multiple: BooleanConstructor;
|
|
2109
684
|
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "file", boolean>;
|
|
2110
|
-
readonly drag:
|
|
685
|
+
readonly drag: BooleanConstructor;
|
|
2111
686
|
readonly withCredentials: BooleanConstructor;
|
|
2112
687
|
readonly showFileList: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2113
688
|
readonly accept: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2114
689
|
readonly fileList: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]) | ((new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]))[], unknown, unknown, () => [], boolean>;
|
|
2115
690
|
readonly autoUpload: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2116
|
-
readonly listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
691
|
+
readonly listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "picture" | "text" | "picture-card", unknown, "text", boolean>;
|
|
2117
692
|
readonly httpRequest: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
|
|
2118
693
|
(): import("element-plus").UploadRequestHandler;
|
|
2119
694
|
new (): any;
|
|
@@ -2126,35 +701,45 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2126
701
|
readonly disabled: BooleanConstructor;
|
|
2127
702
|
readonly limit: NumberConstructor;
|
|
2128
703
|
}>>, {
|
|
704
|
+
abort: (file: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
|
|
705
|
+
submit: () => void;
|
|
706
|
+
clearFiles: (states?: import("element-plus/es/components/upload/src/upload").UploadStatus[]) => void;
|
|
707
|
+
handleStart: (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
708
|
+
handleRemove: (file: import("element-plus/es/components/upload/src/upload").UploadFile | import("element-plus/es/components/upload/src/upload").UploadRawFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
709
|
+
}, {}, {}, {}, {
|
|
710
|
+
readonly data: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | (() => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | ((new (...args: any[]) => import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | (() => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)))[], unknown, unknown>;
|
|
2129
711
|
readonly disabled: boolean;
|
|
712
|
+
readonly drag: boolean;
|
|
713
|
+
readonly multiple: boolean;
|
|
2130
714
|
readonly name: string;
|
|
2131
|
-
readonly
|
|
2132
|
-
readonly
|
|
2133
|
-
readonly
|
|
2134
|
-
readonly onError: (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
2135
|
-
readonly onProgress: (evt: import("element-plus/es/components/upload/src/upload").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
715
|
+
readonly onChange: (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
716
|
+
readonly onError: (error: Error, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
717
|
+
readonly onProgress: (evt: import("element-plus/es/components/upload/src/upload").UploadProgressEvent, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
2136
718
|
readonly action: string;
|
|
719
|
+
readonly withCredentials: boolean;
|
|
2137
720
|
readonly method: string;
|
|
2138
721
|
readonly showFileList: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2139
722
|
readonly accept: string;
|
|
2140
|
-
readonly fileList: import("element-plus
|
|
723
|
+
readonly fileList: import("element-plus").UploadUserFile[];
|
|
2141
724
|
readonly autoUpload: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2142
|
-
readonly listType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
2143
|
-
readonly httpRequest: import("element-plus
|
|
2144
|
-
readonly
|
|
2145
|
-
readonly
|
|
2146
|
-
readonly
|
|
2147
|
-
readonly onSuccess: (response: any,
|
|
725
|
+
readonly listType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "picture" | "text" | "picture-card", unknown>;
|
|
726
|
+
readonly httpRequest: import("element-plus").UploadRequestHandler;
|
|
727
|
+
readonly beforeUpload: (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<void | undefined | null | boolean | File | Blob>;
|
|
728
|
+
readonly onRemove: (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
729
|
+
readonly onPreview: (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
|
|
730
|
+
readonly onSuccess: (response: any, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
2148
731
|
readonly onExceed: (files: File[], uploadFiles: import("element-plus/es/components/upload/src/upload").UploadUserFile[]) => void;
|
|
2149
|
-
readonly onStart: (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
2150
732
|
}>;
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
733
|
+
__isFragment?: never;
|
|
734
|
+
__isTeleport?: never;
|
|
735
|
+
__isSuspense?: never;
|
|
736
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
737
|
+
readonly beforeUpload: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<void | undefined | null | boolean | File | Blob>) | (() => (rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<void | undefined | null | boolean | File | Blob>) | {
|
|
738
|
+
(): (rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<void | undefined | null | boolean | File | Blob>;
|
|
2154
739
|
new (): any;
|
|
2155
740
|
readonly prototype: any;
|
|
2156
|
-
} | ((new (...args: any[]) => (rawFile: import("element-plus
|
|
2157
|
-
(): (rawFile: import("element-plus
|
|
741
|
+
} | ((new (...args: any[]) => (rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<void | undefined | null | boolean | File | Blob>) | (() => (rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<void | undefined | null | boolean | File | Blob>) | {
|
|
742
|
+
(): (rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<void | undefined | null | boolean | File | Blob>;
|
|
2158
743
|
new (): any;
|
|
2159
744
|
readonly prototype: any;
|
|
2160
745
|
})[], unknown, unknown, () => void, boolean>;
|
|
@@ -2228,7 +813,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2228
813
|
readonly prototype: any;
|
|
2229
814
|
})[], unknown, unknown, () => void, boolean>;
|
|
2230
815
|
readonly crossorigin: {
|
|
2231
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
816
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials") | ((new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials"))[], unknown, unknown>>;
|
|
2232
817
|
readonly required: false;
|
|
2233
818
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2234
819
|
__epPropKey: true;
|
|
@@ -2241,16 +826,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2241
826
|
__epPropKey: true;
|
|
2242
827
|
};
|
|
2243
828
|
readonly method: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "post", boolean>;
|
|
2244
|
-
readonly data: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
2245
|
-
readonly multiple:
|
|
829
|
+
readonly data: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | (() => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | ((new (...args: any[]) => import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | (() => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
830
|
+
readonly multiple: BooleanConstructor;
|
|
2246
831
|
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "file", boolean>;
|
|
2247
|
-
readonly drag:
|
|
832
|
+
readonly drag: BooleanConstructor;
|
|
2248
833
|
readonly withCredentials: BooleanConstructor;
|
|
2249
834
|
readonly showFileList: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2250
835
|
readonly accept: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2251
836
|
readonly fileList: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]) | ((new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]))[], unknown, unknown, () => [], boolean>;
|
|
2252
837
|
readonly autoUpload: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2253
|
-
readonly listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
838
|
+
readonly listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "picture" | "text" | "picture-card", unknown, "text", boolean>;
|
|
2254
839
|
readonly httpRequest: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
|
|
2255
840
|
(): import("element-plus").UploadRequestHandler;
|
|
2256
841
|
new (): any;
|
|
@@ -2263,29 +848,52 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2263
848
|
readonly disabled: BooleanConstructor;
|
|
2264
849
|
readonly limit: NumberConstructor;
|
|
2265
850
|
}>>, {
|
|
2266
|
-
|
|
851
|
+
abort: (file: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
|
|
852
|
+
submit: () => void;
|
|
853
|
+
clearFiles: (states?: import("element-plus/es/components/upload/src/upload").UploadStatus[]) => void;
|
|
854
|
+
handleStart: (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
855
|
+
handleRemove: (file: import("element-plus/es/components/upload/src/upload").UploadFile | import("element-plus/es/components/upload/src/upload").UploadRawFile, rawFile?: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
|
|
856
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
857
|
+
readonly data: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | (() => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | ((new (...args: any[]) => import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | (() => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)))[], unknown, unknown>;
|
|
2267
858
|
readonly disabled: boolean;
|
|
859
|
+
readonly drag: boolean;
|
|
860
|
+
readonly multiple: boolean;
|
|
2268
861
|
readonly name: string;
|
|
2269
|
-
readonly
|
|
2270
|
-
readonly multiple: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2271
|
-
readonly data: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | ((new (...args: any[]) => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>))[], unknown, unknown>;
|
|
862
|
+
readonly onChange: (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
2272
863
|
readonly onError: (error: Error, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
2273
864
|
readonly onProgress: (evt: import("element-plus/es/components/upload/src/upload").UploadProgressEvent, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
2274
865
|
readonly action: string;
|
|
866
|
+
readonly withCredentials: boolean;
|
|
2275
867
|
readonly method: string;
|
|
2276
868
|
readonly showFileList: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2277
869
|
readonly accept: string;
|
|
2278
870
|
readonly fileList: import("element-plus").UploadUserFile[];
|
|
2279
871
|
readonly autoUpload: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2280
|
-
readonly listType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
872
|
+
readonly listType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "picture" | "text" | "picture-card", unknown>;
|
|
2281
873
|
readonly httpRequest: import("element-plus").UploadRequestHandler;
|
|
2282
|
-
readonly
|
|
2283
|
-
readonly beforeUpload: (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
|
|
874
|
+
readonly beforeUpload: (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<void | undefined | null | boolean | File | Blob>;
|
|
2284
875
|
readonly onRemove: (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
2285
876
|
readonly onPreview: (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
|
|
2286
877
|
readonly onSuccess: (response: any, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
|
|
2287
878
|
readonly onExceed: (files: File[], uploadFiles: import("element-plus/es/components/upload/src/upload").UploadUserFile[]) => void;
|
|
2288
|
-
}, {},
|
|
879
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
880
|
+
$slots: {
|
|
881
|
+
file?(_: {
|
|
882
|
+
file: import("element-plus/es/components/upload/src/upload").UploadFile;
|
|
883
|
+
index: number;
|
|
884
|
+
}): any;
|
|
885
|
+
file?(_: {
|
|
886
|
+
file: import("element-plus/es/components/upload/src/upload").UploadFile;
|
|
887
|
+
index: number;
|
|
888
|
+
}): any;
|
|
889
|
+
trigger?(_: {}): any;
|
|
890
|
+
trigger?(_: {}): any;
|
|
891
|
+
default?(_: {}): any;
|
|
892
|
+
default?(_: {}): any;
|
|
893
|
+
default?(_: {}): any;
|
|
894
|
+
tip?(_: {}): any;
|
|
895
|
+
};
|
|
896
|
+
})>;
|
|
2289
897
|
FileVue: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2290
898
|
listType: {
|
|
2291
899
|
type: import("vue").PropType<"picture" | "picture-card" | "text">;
|
|
@@ -2317,12 +925,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2317
925
|
nsIcon: {
|
|
2318
926
|
namespace: import("vue").ComputedRef<string>;
|
|
2319
927
|
b: (blockSuffix?: string) => string;
|
|
2320
|
-
e: (element?: string
|
|
2321
|
-
m: (modifier?: string
|
|
2322
|
-
be: (blockSuffix?: string
|
|
2323
|
-
em: (element?: string
|
|
2324
|
-
bm: (blockSuffix?: string
|
|
2325
|
-
bem: (blockSuffix?: string
|
|
928
|
+
e: (element?: string) => string;
|
|
929
|
+
m: (modifier?: string) => string;
|
|
930
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
931
|
+
em: (element?: string, modifier?: string) => string;
|
|
932
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
933
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
2326
934
|
is: {
|
|
2327
935
|
(name: string, state: boolean | undefined): string;
|
|
2328
936
|
(name: string): string;
|
|
@@ -2335,12 +943,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2335
943
|
nsUpload: {
|
|
2336
944
|
namespace: import("vue").ComputedRef<string>;
|
|
2337
945
|
b: (blockSuffix?: string) => string;
|
|
2338
|
-
e: (element?: string
|
|
2339
|
-
m: (modifier?: string
|
|
2340
|
-
be: (blockSuffix?: string
|
|
2341
|
-
em: (element?: string
|
|
2342
|
-
bm: (blockSuffix?: string
|
|
2343
|
-
bem: (blockSuffix?: string
|
|
946
|
+
e: (element?: string) => string;
|
|
947
|
+
m: (modifier?: string) => string;
|
|
948
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
949
|
+
em: (element?: string, modifier?: string) => string;
|
|
950
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
951
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
2344
952
|
is: {
|
|
2345
953
|
(name: string, state: boolean | undefined): string;
|
|
2346
954
|
(name: string): string;
|
|
@@ -2388,43 +996,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2388
996
|
onDownload: (arg: UploadFile) => any;
|
|
2389
997
|
preview: boolean;
|
|
2390
998
|
}, {}, {
|
|
2391
|
-
ElProgress: import("element-plus/es/utils").SFCWithInstall<
|
|
2392
|
-
|
|
2393
|
-
readonly percentage: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2394
|
-
readonly status: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "exception", unknown, "", boolean>;
|
|
2395
|
-
readonly indeterminate: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2396
|
-
readonly duration: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
2397
|
-
readonly strokeWidth: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
2398
|
-
readonly strokeLinecap: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square") | ((new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square"))[], unknown, unknown, "round", boolean>;
|
|
2399
|
-
readonly textInside: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2400
|
-
readonly width: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 126, boolean>;
|
|
2401
|
-
readonly showText: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2402
|
-
readonly color: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) & {}) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | ((new (...args: any[]) => (string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) & {}) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]))[], unknown, unknown, "", boolean>;
|
|
2403
|
-
readonly striped: BooleanConstructor;
|
|
2404
|
-
readonly stripedFlow: BooleanConstructor;
|
|
2405
|
-
readonly format: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
2406
|
-
(): import("element-plus").ProgressFn;
|
|
2407
|
-
new (): any;
|
|
2408
|
-
readonly prototype: any;
|
|
2409
|
-
} | ((new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
2410
|
-
(): import("element-plus").ProgressFn;
|
|
2411
|
-
new (): any;
|
|
2412
|
-
readonly prototype: any;
|
|
2413
|
-
})[], unknown, unknown, (percentage: number) => string, boolean>;
|
|
2414
|
-
}, {
|
|
2415
|
-
STATUS_COLOR_MAP: Record<string, string>;
|
|
2416
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
999
|
+
ElProgress: import("element-plus/es/utils").SFCWithInstall<{
|
|
1000
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2417
1001
|
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "circle" | "line" | "dashboard", unknown, "line", boolean>;
|
|
2418
1002
|
readonly percentage: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2419
1003
|
readonly status: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "exception", unknown, "", boolean>;
|
|
2420
|
-
readonly indeterminate:
|
|
1004
|
+
readonly indeterminate: BooleanConstructor;
|
|
2421
1005
|
readonly duration: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
2422
1006
|
readonly strokeWidth: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
2423
|
-
readonly strokeLinecap: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
2424
|
-
readonly textInside:
|
|
1007
|
+
readonly strokeLinecap: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>) | ((new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>))[], unknown, unknown, "round", boolean>;
|
|
1008
|
+
readonly textInside: BooleanConstructor;
|
|
2425
1009
|
readonly width: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 126, boolean>;
|
|
2426
1010
|
readonly showText: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2427
|
-
readonly color: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
1011
|
+
readonly color: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | ((new (...args: any[]) => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]))[], unknown, unknown, "", boolean>;
|
|
2428
1012
|
readonly striped: BooleanConstructor;
|
|
2429
1013
|
readonly stripedFlow: BooleanConstructor;
|
|
2430
1014
|
readonly format: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
@@ -2436,117 +1020,82 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2436
1020
|
new (): any;
|
|
2437
1021
|
readonly prototype: any;
|
|
2438
1022
|
})[], unknown, unknown, (percentage: number) => string, boolean>;
|
|
2439
|
-
}
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
readonly
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
}>>;
|
|
2505
|
-
ns: {
|
|
2506
|
-
namespace: import("vue").ComputedRef<string>;
|
|
2507
|
-
b: (blockSuffix?: string) => string;
|
|
2508
|
-
e: (element?: string | undefined) => string;
|
|
2509
|
-
m: (modifier?: string | undefined) => string;
|
|
2510
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
2511
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
2512
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
2513
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
2514
|
-
is: {
|
|
2515
|
-
(name: string, state: boolean | undefined): string;
|
|
2516
|
-
(name: string): string;
|
|
2517
|
-
};
|
|
2518
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
2519
|
-
cssVarName: (name: string) => string;
|
|
2520
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2521
|
-
cssVarBlockName: (name: string) => string;
|
|
2522
|
-
};
|
|
2523
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
2524
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2525
|
-
readonly size: {
|
|
2526
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
2527
|
-
readonly required: false;
|
|
2528
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2529
|
-
__epPropKey: true;
|
|
2530
|
-
};
|
|
2531
|
-
readonly color: {
|
|
2532
|
-
readonly type: import("vue").PropType<string>;
|
|
2533
|
-
readonly required: false;
|
|
2534
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2535
|
-
__epPropKey: true;
|
|
2536
|
-
};
|
|
2537
|
-
}>>, {}>> & Record<string, any>;
|
|
2538
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1023
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
1024
|
+
readonly width: number;
|
|
1025
|
+
readonly color: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | ((new (...args: any[]) => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]))[], unknown, unknown>;
|
|
1026
|
+
readonly strokeLinecap: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>) | ((new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>))[], unknown, unknown>;
|
|
1027
|
+
readonly strokeWidth: number;
|
|
1028
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "circle" | "line" | "dashboard", unknown>;
|
|
1029
|
+
readonly duration: number;
|
|
1030
|
+
readonly format: import("element-plus").ProgressFn;
|
|
1031
|
+
readonly indeterminate: boolean;
|
|
1032
|
+
readonly percentage: number;
|
|
1033
|
+
readonly status: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "warning" | "exception", unknown>;
|
|
1034
|
+
readonly showText: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1035
|
+
readonly textInside: boolean;
|
|
1036
|
+
readonly striped: boolean;
|
|
1037
|
+
readonly stripedFlow: boolean;
|
|
1038
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1039
|
+
P: {};
|
|
1040
|
+
B: {};
|
|
1041
|
+
D: {};
|
|
1042
|
+
C: {};
|
|
1043
|
+
M: {};
|
|
1044
|
+
Defaults: {};
|
|
1045
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1046
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "circle" | "line" | "dashboard", unknown, "line", boolean>;
|
|
1047
|
+
readonly percentage: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1048
|
+
readonly status: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "exception", unknown, "", boolean>;
|
|
1049
|
+
readonly indeterminate: BooleanConstructor;
|
|
1050
|
+
readonly duration: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
1051
|
+
readonly strokeWidth: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
1052
|
+
readonly strokeLinecap: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>) | ((new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>))[], unknown, unknown, "round", boolean>;
|
|
1053
|
+
readonly textInside: BooleanConstructor;
|
|
1054
|
+
readonly width: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 126, boolean>;
|
|
1055
|
+
readonly showText: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1056
|
+
readonly color: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | ((new (...args: any[]) => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]))[], unknown, unknown, "", boolean>;
|
|
1057
|
+
readonly striped: BooleanConstructor;
|
|
1058
|
+
readonly stripedFlow: BooleanConstructor;
|
|
1059
|
+
readonly format: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
1060
|
+
(): import("element-plus").ProgressFn;
|
|
1061
|
+
new (): any;
|
|
1062
|
+
readonly prototype: any;
|
|
1063
|
+
} | ((new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
1064
|
+
(): import("element-plus").ProgressFn;
|
|
1065
|
+
new (): any;
|
|
1066
|
+
readonly prototype: any;
|
|
1067
|
+
})[], unknown, unknown, (percentage: number) => string, boolean>;
|
|
1068
|
+
}>>, {}, {}, {}, {}, {
|
|
1069
|
+
readonly width: number;
|
|
1070
|
+
readonly color: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | ((new (...args: any[]) => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]))[], unknown, unknown>;
|
|
1071
|
+
readonly strokeLinecap: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>) | ((new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>))[], unknown, unknown>;
|
|
1072
|
+
readonly strokeWidth: number;
|
|
1073
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "circle" | "line" | "dashboard", unknown>;
|
|
1074
|
+
readonly duration: number;
|
|
1075
|
+
readonly format: import("element-plus").ProgressFn;
|
|
1076
|
+
readonly indeterminate: boolean;
|
|
1077
|
+
readonly percentage: number;
|
|
1078
|
+
readonly status: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "warning" | "exception", unknown>;
|
|
1079
|
+
readonly showText: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1080
|
+
readonly textInside: boolean;
|
|
1081
|
+
readonly striped: boolean;
|
|
1082
|
+
readonly stripedFlow: boolean;
|
|
1083
|
+
}>;
|
|
1084
|
+
__isFragment?: never;
|
|
1085
|
+
__isTeleport?: never;
|
|
1086
|
+
__isSuspense?: never;
|
|
1087
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2539
1088
|
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "circle" | "line" | "dashboard", unknown, "line", boolean>;
|
|
2540
1089
|
readonly percentage: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2541
1090
|
readonly status: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "exception", unknown, "", boolean>;
|
|
2542
|
-
readonly indeterminate:
|
|
1091
|
+
readonly indeterminate: BooleanConstructor;
|
|
2543
1092
|
readonly duration: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
2544
1093
|
readonly strokeWidth: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
2545
|
-
readonly strokeLinecap: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
2546
|
-
readonly textInside:
|
|
1094
|
+
readonly strokeLinecap: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>) | ((new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>))[], unknown, unknown, "round", boolean>;
|
|
1095
|
+
readonly textInside: BooleanConstructor;
|
|
2547
1096
|
readonly width: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 126, boolean>;
|
|
2548
1097
|
readonly showText: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2549
|
-
readonly color: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
1098
|
+
readonly color: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | ((new (...args: any[]) => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]))[], unknown, unknown, "", boolean>;
|
|
2550
1099
|
readonly striped: BooleanConstructor;
|
|
2551
1100
|
readonly stripedFlow: BooleanConstructor;
|
|
2552
1101
|
readonly format: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
@@ -2558,39 +1107,35 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2558
1107
|
new (): any;
|
|
2559
1108
|
readonly prototype: any;
|
|
2560
1109
|
})[], unknown, unknown, (percentage: number) => string, boolean>;
|
|
2561
|
-
}>>, {
|
|
2562
|
-
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "circle" | "line" | "dashboard", unknown>;
|
|
1110
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
2563
1111
|
readonly width: number;
|
|
2564
|
-
readonly color: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
2565
|
-
readonly
|
|
2566
|
-
readonly strokeLinecap: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square") | ((new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square"))[], unknown, unknown>;
|
|
1112
|
+
readonly color: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | ((new (...args: any[]) => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]))[], unknown, unknown>;
|
|
1113
|
+
readonly strokeLinecap: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>) | ((new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>))[], unknown, unknown>;
|
|
2567
1114
|
readonly strokeWidth: number;
|
|
2568
|
-
readonly
|
|
1115
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "circle" | "line" | "dashboard", unknown>;
|
|
1116
|
+
readonly duration: number;
|
|
2569
1117
|
readonly format: import("element-plus").ProgressFn;
|
|
1118
|
+
readonly indeterminate: boolean;
|
|
2570
1119
|
readonly percentage: number;
|
|
2571
1120
|
readonly status: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "warning" | "exception", unknown>;
|
|
2572
|
-
readonly textInside: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2573
1121
|
readonly showText: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1122
|
+
readonly textInside: boolean;
|
|
2574
1123
|
readonly striped: boolean;
|
|
2575
1124
|
readonly stripedFlow: boolean;
|
|
2576
|
-
}, {},
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
readonly color: {
|
|
2585
|
-
readonly type: import("vue").PropType<string>;
|
|
2586
|
-
readonly required: false;
|
|
2587
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2588
|
-
__epPropKey: true;
|
|
1125
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1126
|
+
$slots: {
|
|
1127
|
+
default?(_: {
|
|
1128
|
+
percentage: number;
|
|
1129
|
+
}): any;
|
|
1130
|
+
default?(_: {
|
|
1131
|
+
percentage: number;
|
|
1132
|
+
}): any;
|
|
2589
1133
|
};
|
|
2590
|
-
}
|
|
2591
|
-
|
|
1134
|
+
})>;
|
|
1135
|
+
ElIcon: import("element-plus/es/utils").SFCWithInstall<{
|
|
1136
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2592
1137
|
readonly size: {
|
|
2593
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1138
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
2594
1139
|
readonly required: false;
|
|
2595
1140
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2596
1141
|
__epPropKey: true;
|
|
@@ -2601,31 +1146,33 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2601
1146
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2602
1147
|
__epPropKey: true;
|
|
2603
1148
|
};
|
|
2604
|
-
}
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
1149
|
+
}>>, {}, 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, {
|
|
1150
|
+
P: {};
|
|
1151
|
+
B: {};
|
|
1152
|
+
D: {};
|
|
1153
|
+
C: {};
|
|
1154
|
+
M: {};
|
|
1155
|
+
Defaults: {};
|
|
1156
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1157
|
+
readonly size: {
|
|
1158
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
1159
|
+
readonly required: false;
|
|
1160
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1161
|
+
__epPropKey: true;
|
|
1162
|
+
};
|
|
1163
|
+
readonly color: {
|
|
1164
|
+
readonly type: import("vue").PropType<string>;
|
|
1165
|
+
readonly required: false;
|
|
1166
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1167
|
+
__epPropKey: true;
|
|
2619
1168
|
};
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
2626
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1169
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
1170
|
+
__isFragment?: never;
|
|
1171
|
+
__isTeleport?: never;
|
|
1172
|
+
__isSuspense?: never;
|
|
1173
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2627
1174
|
readonly size: {
|
|
2628
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1175
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
2629
1176
|
readonly required: false;
|
|
2630
1177
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2631
1178
|
__epPropKey: true;
|
|
@@ -2636,7 +1183,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2636
1183
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2637
1184
|
__epPropKey: true;
|
|
2638
1185
|
};
|
|
2639
|
-
}>>, {},
|
|
1186
|
+
}>>, {}, 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 () => {
|
|
1187
|
+
$slots: {
|
|
1188
|
+
default?(_: {}): any;
|
|
1189
|
+
};
|
|
1190
|
+
})>;
|
|
2640
1191
|
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>;
|
|
2641
1192
|
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>;
|
|
2642
1193
|
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>;
|
|
@@ -2645,140 +1196,87 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2645
1196
|
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>;
|
|
2646
1197
|
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>;
|
|
2647
1198
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2648
|
-
ElLink: import("element-plus/es/utils").SFCWithInstall<
|
|
2649
|
-
|
|
2650
|
-
readonly underline: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2651
|
-
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2652
|
-
readonly href: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2653
|
-
readonly target: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "_self", boolean>;
|
|
2654
|
-
readonly icon: {
|
|
2655
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
2656
|
-
readonly required: false;
|
|
2657
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2658
|
-
__epPropKey: true;
|
|
2659
|
-
};
|
|
2660
|
-
}, {
|
|
2661
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1199
|
+
ElLink: import("element-plus/es/utils").SFCWithInstall<{
|
|
1200
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2662
1201
|
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "default", boolean>;
|
|
2663
1202
|
readonly underline: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2664
|
-
readonly disabled:
|
|
1203
|
+
readonly disabled: BooleanConstructor;
|
|
2665
1204
|
readonly href: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2666
|
-
readonly target: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string
|
|
1205
|
+
readonly target: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "_self", boolean>;
|
|
2667
1206
|
readonly icon: {
|
|
2668
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
1207
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
2669
1208
|
readonly required: false;
|
|
2670
1209
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2671
1210
|
__epPropKey: true;
|
|
2672
1211
|
};
|
|
2673
1212
|
}>> & {
|
|
2674
1213
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
2675
|
-
}
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
};
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
readonly size: {
|
|
2699
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
2700
|
-
readonly required: false;
|
|
2701
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2702
|
-
__epPropKey: true;
|
|
2703
|
-
};
|
|
2704
|
-
readonly color: {
|
|
2705
|
-
readonly type: import("vue").PropType<string>;
|
|
2706
|
-
readonly required: false;
|
|
2707
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2708
|
-
__epPropKey: true;
|
|
2709
|
-
};
|
|
2710
|
-
}, {
|
|
2711
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2712
|
-
readonly size: {
|
|
2713
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
2714
|
-
readonly required: false;
|
|
2715
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2716
|
-
__epPropKey: true;
|
|
2717
|
-
};
|
|
2718
|
-
readonly color: {
|
|
2719
|
-
readonly type: import("vue").PropType<string>;
|
|
2720
|
-
readonly required: false;
|
|
2721
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2722
|
-
__epPropKey: true;
|
|
2723
|
-
};
|
|
2724
|
-
}>> & {
|
|
2725
|
-
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
2726
|
-
}>>;
|
|
2727
|
-
ns: {
|
|
2728
|
-
namespace: import("vue").ComputedRef<string>;
|
|
2729
|
-
b: (blockSuffix?: string) => string;
|
|
2730
|
-
e: (element?: string | undefined) => string;
|
|
2731
|
-
m: (modifier?: string | undefined) => string;
|
|
2732
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
2733
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
2734
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
2735
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
2736
|
-
is: {
|
|
2737
|
-
(name: string, state: boolean | undefined): string;
|
|
2738
|
-
(name: string): string;
|
|
2739
|
-
};
|
|
2740
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
2741
|
-
cssVarName: (name: string) => string;
|
|
2742
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2743
|
-
cssVarBlockName: (name: string) => string;
|
|
2744
|
-
};
|
|
2745
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
2746
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2747
|
-
readonly size: {
|
|
2748
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
2749
|
-
readonly required: false;
|
|
2750
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2751
|
-
__epPropKey: true;
|
|
2752
|
-
};
|
|
2753
|
-
readonly color: {
|
|
2754
|
-
readonly type: import("vue").PropType<string>;
|
|
1214
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1215
|
+
click: (evt: MouseEvent) => void;
|
|
1216
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
1217
|
+
readonly disabled: boolean;
|
|
1218
|
+
readonly underline: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1219
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
1220
|
+
readonly target: string;
|
|
1221
|
+
readonly href: string;
|
|
1222
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1223
|
+
P: {};
|
|
1224
|
+
B: {};
|
|
1225
|
+
D: {};
|
|
1226
|
+
C: {};
|
|
1227
|
+
M: {};
|
|
1228
|
+
Defaults: {};
|
|
1229
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1230
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "default", boolean>;
|
|
1231
|
+
readonly underline: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1232
|
+
readonly disabled: BooleanConstructor;
|
|
1233
|
+
readonly href: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1234
|
+
readonly target: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "_self", boolean>;
|
|
1235
|
+
readonly icon: {
|
|
1236
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
2755
1237
|
readonly required: false;
|
|
2756
1238
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2757
1239
|
__epPropKey: true;
|
|
2758
1240
|
};
|
|
2759
|
-
}
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
1241
|
+
}>> & {
|
|
1242
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
1243
|
+
}, {}, {}, {}, {}, {
|
|
1244
|
+
readonly disabled: boolean;
|
|
1245
|
+
readonly underline: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1246
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
1247
|
+
readonly target: string;
|
|
1248
|
+
readonly href: string;
|
|
1249
|
+
}>;
|
|
1250
|
+
__isFragment?: never;
|
|
1251
|
+
__isTeleport?: never;
|
|
1252
|
+
__isSuspense?: never;
|
|
1253
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2763
1254
|
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "default", boolean>;
|
|
2764
1255
|
readonly underline: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2765
|
-
readonly disabled:
|
|
1256
|
+
readonly disabled: BooleanConstructor;
|
|
2766
1257
|
readonly href: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2767
|
-
readonly target: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string
|
|
1258
|
+
readonly target: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "_self", boolean>;
|
|
2768
1259
|
readonly icon: {
|
|
2769
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
1260
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
2770
1261
|
readonly required: false;
|
|
2771
1262
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2772
1263
|
__epPropKey: true;
|
|
2773
1264
|
};
|
|
2774
1265
|
}>> & {
|
|
2775
1266
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
2776
|
-
}, {
|
|
1267
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1268
|
+
click: (evt: MouseEvent) => void;
|
|
1269
|
+
}, string, {
|
|
1270
|
+
readonly disabled: boolean;
|
|
1271
|
+
readonly underline: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2777
1272
|
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
2778
1273
|
readonly target: string;
|
|
2779
|
-
readonly underline: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2780
1274
|
readonly href: string;
|
|
2781
|
-
|
|
2782
|
-
|
|
1275
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1276
|
+
$slots: {
|
|
1277
|
+
default?(_: {}): any;
|
|
1278
|
+
icon?(_: {}): any;
|
|
1279
|
+
};
|
|
1280
|
+
})>;
|
|
2783
1281
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2784
1282
|
export default _default;
|