@vunk/form 1.2.2 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/components/button/src/index.vue.d.ts +282 -6
  2. package/components/cascader/src/ctx.d.ts +1 -1
  3. package/components/cascader/src/index.vue.d.ts +13672 -8
  4. package/components/checkbox/src/ctx.d.ts +1 -1
  5. package/components/checkbox/src/index.vue.d.ts +906 -10
  6. package/components/color-picker/src/index.vue.d.ts +10950 -7
  7. package/components/date-picker/src/ctx.d.ts +1 -1
  8. package/components/date-picker/src/index.vue.d.ts +225 -11
  9. package/components/date-picker-range/src/ctx.d.ts +1 -1
  10. package/components/date-picker-range/src/index.vue.d.ts +24 -12
  11. package/components/download-plus/index.cjs +4 -4
  12. package/components/download-plus/index.mjs +4 -4
  13. package/components/download-plus/src/index.vue.d.ts +822 -8
  14. package/components/esri-input-geojson/src/append.vue.d.ts +2232 -5
  15. package/components/esri-input-geojson/src/ctx.d.ts +1 -1
  16. package/components/esri-input-geojson/src/default-view.vue.d.ts +3 -3
  17. package/components/esri-input-geojson/src/index.vue.d.ts +723 -23
  18. package/components/esri-input-geojson/src/viewer.vue.d.ts +141 -10
  19. package/components/form/src/ctx.d.ts +1 -1
  20. package/components/form/src/index.vue.d.ts +373 -39
  21. package/components/form-item/index.cjs +3 -4
  22. package/components/form-item/index.mjs +3 -4
  23. package/components/form-item/src/index.vue.d.ts +185 -5
  24. package/components/form-item-renderer/src/index.vue.d.ts +5 -5
  25. package/components/form-item-renderer-template/src/index.vue.d.ts +4 -4
  26. package/components/geoinput/src/index.vue.d.ts +40 -17
  27. package/components/geoinput-read/src/append.vue.d.ts +379 -2
  28. package/components/geoinput-read/src/core.vue.d.ts +176 -14
  29. package/components/geoinput-read/src/ctx.d.ts +1 -1
  30. package/components/geoinput-read/src/index.vue.d.ts +743 -15
  31. package/components/geoinput-update/src/append.vue.d.ts +2231 -5
  32. package/components/geoinput-update/src/ctx.d.ts +1 -1
  33. package/components/geoinput-update/src/index.vue.d.ts +814 -20
  34. package/components/input/index.cjs +2 -2
  35. package/components/input/index.mjs +2 -2
  36. package/components/input/src/index.vue.d.ts +479 -13
  37. package/components/input-link/src/index.vue.d.ts +25 -13
  38. package/components/input-number/src/ctx.d.ts +1 -1
  39. package/components/input-number/src/index.vue.d.ts +1579 -12
  40. package/components/monaco-editor/index.cjs +83 -0
  41. package/components/monaco-editor/index.css +3 -0
  42. package/components/monaco-editor/index.d.ts +4 -0
  43. package/components/monaco-editor/index.mjs +77 -0
  44. package/components/monaco-editor/src/ctx.d.ts +70 -0
  45. package/components/monaco-editor/src/index.vue.d.ts +209 -0
  46. package/components/monaco-editor/src/types.d.ts +7 -0
  47. package/components/radio/src/index.vue.d.ts +444 -10
  48. package/components/select/src/ctx.d.ts +3 -3
  49. package/components/select/src/index.vue.d.ts +12944 -31
  50. package/components/slider/index.cjs +3 -3
  51. package/components/slider/index.mjs +3 -3
  52. package/components/slider/src/index.vue.d.ts +25 -12
  53. package/components/switch/src/index.vue.d.ts +319 -8
  54. package/components/templates-default/index.cjs +41 -26
  55. package/components/templates-default/index.mjs +41 -26
  56. package/components/templates-default/src/index.vue.d.ts +162 -7
  57. package/components/templates-element-plus/src/index.vue.d.ts +193 -6
  58. package/components/templates-esri/src/index.vue.d.ts +30 -7
  59. package/components/templates-layout/src/index.vue.d.ts +148 -6
  60. package/components/templates-mapbox/src/index.vue.d.ts +30 -7
  61. package/components/templates-variant/src/index.vue.d.ts +30 -7
  62. package/components/upload/index.cjs +2 -2
  63. package/components/upload/index.mjs +2 -2
  64. package/components/upload/src/ctx.d.ts +1 -1
  65. package/components/upload/src/file.vue.d.ts +263 -6
  66. package/components/upload/src/index.vue.d.ts +2366 -9
  67. package/components/upload-plus/index.cjs +19 -20
  68. package/components/upload-plus/index.mjs +19 -20
  69. package/components/upload-plus/src/index.vue.d.ts +874 -12
  70. package/components/van-cascader/src/index.vue.d.ts +13048 -11
  71. package/components/var-datetime-picker/src/index.vue.d.ts +624 -10
  72. package/components/vditor/index.cjs +43 -408
  73. package/components/vditor/index.mjs +44 -409
  74. package/components/vditor/src/ctx.d.ts +52 -6
  75. package/components/vditor/src/index.vue.d.ts +274 -16
  76. package/components/vditor/src/types.d.ts +7 -9
  77. package/composables/useSourceManager.d.ts +1 -1
  78. package/index.css +4 -13
  79. package/package.json +9 -4
  80. package/shared/element-plus/ctx.d.ts +3 -3
  81. package/shared/element-plus/instances.d.ts +2 -2
  82. package/components/vditor/index.css +0 -12
  83. package/components/vditor/src/handle-fullscreen.vue.d.ts +0 -18
  84. package/components/vditor/src/handle-value.vue.d.ts +0 -18
  85. package/components/vditor/src/use.d.ts +0 -4
@@ -4,7 +4,7 @@ import { Setter } from '@vunk/form/shared/progress-it';
4
4
  interface UploadRawFile extends _UploadRawFile {
5
5
  progress: Setter;
6
6
  }
7
- declare const _default: import("vue").DefineComponent<{
7
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
8
  tip: {
9
9
  type: StringConstructor;
10
10
  default: string;
@@ -174,7 +174,7 @@ declare const _default: import("vue").DefineComponent<{
174
174
  for: StringConstructor;
175
175
  inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
176
176
  showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
177
- }, {
177
+ }>, {
178
178
  formItemBindProps: import("vue").ComputedRef<{}>;
179
179
  pickObject: <T extends import("@vunk/core").NormalObject, EX extends (keyof T)[], KI extends keyof T>(data: T, opts?: {
180
180
  excludes?: EX;
@@ -195,7 +195,7 @@ declare const _default: import("vue").DefineComponent<{
195
195
  onExceed: (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
196
196
  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
197
  action: string;
198
- headers: unknown;
198
+ 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
199
  method: string;
200
200
  showFileList: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
201
201
  accept: string;
@@ -207,12 +207,15 @@ declare const _default: import("vue").DefineComponent<{
207
207
  uploadRef: import("vue").ShallowRef<{
208
208
  handleRemove: AnyFunc;
209
209
  abort: AnyFunc;
210
+ }, {
211
+ handleRemove: AnyFunc;
212
+ abort: AnyFunc;
210
213
  }>;
211
214
  handleRemove: (file: UploadFile) => void;
212
215
  readonly: import("vue").ComputedRef<boolean>;
213
216
  onSuccess: (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
214
217
  beforeUpload: (rawFile: UploadRawFile) => Promise<any>;
215
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
218
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
216
219
  'update:fileList': any;
217
220
  remove: (e: UploadFile) => UploadFile;
218
221
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -385,12 +388,14 @@ declare const _default: import("vue").DefineComponent<{
385
388
  for: StringConstructor;
386
389
  inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
387
390
  showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
388
- }>> & {
391
+ }>> & Readonly<{
389
392
  onRemove?: (e: UploadFile) => any;
390
393
  "onUpdate:fileList"?: (...args: any[] | unknown[]) => any;
391
- }, {
394
+ }>, {
392
395
  disabled: boolean;
393
396
  required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
397
+ name: string;
398
+ data: import("element-plus/es/utils").Mutable<{}>;
394
399
  formItemSize: "default" | "small" | "large";
395
400
  formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
396
401
  inline: boolean;
@@ -399,8 +404,6 @@ declare const _default: import("vue").DefineComponent<{
399
404
  labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
400
405
  inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
401
406
  showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
402
- name: string;
403
- data: import("element-plus/es/utils").Mutable<{}>;
404
407
  multiple: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
405
408
  onChange: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
406
409
  withCredentials: boolean;
@@ -423,5 +426,2359 @@ declare const _default: import("vue").DefineComponent<{
423
426
  onDownload: (arg: UploadFile) => any;
424
427
  preview: boolean;
425
428
  tip: string;
426
- }, {}>;
429
+ }, {}, {
430
+ VkfFormItem: {
431
+ new (...args: any[]): any;
432
+ __isFragment?: never;
433
+ __isTeleport?: never;
434
+ __isSuspense?: never;
435
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
436
+ [x: string]: any;
437
+ [x: symbol]: any;
438
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
439
+ install(app: import("vue").App): void;
440
+ };
441
+ ElUpload: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
442
+ 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>) | {
443
+ (): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
444
+ new (): any;
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>;
559
+ new (): any;
560
+ readonly prototype: any;
561
+ } | ((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>) | {
562
+ (): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
563
+ new (): any;
564
+ readonly prototype: any;
565
+ })[], unknown, unknown, () => void, boolean>;
566
+ readonly beforeRemove: {
567
+ 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>>;
568
+ readonly required: false;
569
+ readonly validator: ((val: unknown) => boolean) | undefined;
570
+ __epPropKey: true;
571
+ };
572
+ 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) | {
573
+ (): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
574
+ new (): any;
575
+ readonly prototype: any;
576
+ } | ((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) | {
577
+ (): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
578
+ new (): any;
579
+ readonly prototype: any;
580
+ })[], unknown, unknown, () => void, boolean>;
581
+ 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) | {
582
+ (): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
583
+ new (): any;
584
+ readonly prototype: any;
585
+ } | ((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) | {
586
+ (): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
587
+ new (): any;
588
+ readonly prototype: any;
589
+ })[], unknown, unknown, () => void, boolean>;
590
+ 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) | {
591
+ (): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
592
+ new (): any;
593
+ readonly prototype: any;
594
+ } | ((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) | {
595
+ (): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
596
+ new (): any;
597
+ readonly prototype: any;
598
+ })[], unknown, unknown, () => void, boolean>;
599
+ 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) | {
600
+ (): (response: any, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
601
+ new (): any;
602
+ readonly prototype: any;
603
+ } | ((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) | {
604
+ (): (response: any, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
605
+ new (): any;
606
+ readonly prototype: any;
607
+ })[], unknown, unknown, () => void, boolean>;
608
+ 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) | {
609
+ (): (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;
610
+ new (): any;
611
+ readonly prototype: any;
612
+ } | ((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) | {
613
+ (): (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;
614
+ new (): any;
615
+ readonly prototype: any;
616
+ })[], unknown, unknown, () => void, boolean>;
617
+ 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) | {
618
+ (): (error: Error, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
619
+ new (): any;
620
+ readonly prototype: any;
621
+ } | ((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) | {
622
+ (): (error: Error, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
623
+ new (): any;
624
+ readonly prototype: any;
625
+ })[], unknown, unknown, () => void, boolean>;
626
+ 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) | {
627
+ (): (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
628
+ new (): any;
629
+ readonly prototype: any;
630
+ } | ((new (...args: any[]) => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | {
631
+ (): (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
632
+ new (): any;
633
+ readonly prototype: any;
634
+ })[], unknown, unknown, () => void, boolean>;
635
+ readonly crossorigin: {
636
+ 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>>;
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>>;
1408
+ readonly required: false;
1409
+ readonly validator: ((val: unknown) => boolean) | undefined;
1410
+ __epPropKey: true;
1411
+ };
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
+ readonly action: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "#", boolean>;
1844
+ readonly headers: {
1845
+ 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>>;
1846
+ readonly required: false;
1847
+ readonly validator: ((val: unknown) => boolean) | undefined;
1848
+ __epPropKey: true;
1849
+ };
1850
+ 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[]) => ((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>;
1852
+ readonly multiple: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
1853
+ readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "file", boolean>;
1854
+ readonly drag: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
1855
+ readonly withCredentials: BooleanConstructor;
1856
+ readonly showFileList: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1857
+ 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/es/components/upload/src/upload").UploadUserFile[]) | (() => import("element-plus/es/components/upload/src/upload").UploadUserFile[]) | ((new (...args: any[]) => import("element-plus/es/components/upload/src/upload").UploadUserFile[]) | (() => import("element-plus/es/components/upload/src/upload").UploadUserFile[]))[], unknown, unknown, () => [], boolean>;
1859
+ readonly autoUpload: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1860
+ readonly listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "text" | "picture" | "picture-card", unknown, "text", boolean>;
1861
+ readonly httpRequest: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus/es/components/upload/src/upload").UploadRequestHandler) | (() => import("element-plus/es/components/upload/src/upload").UploadRequestHandler) | {
1862
+ (): import("element-plus/es/components/upload/src/upload").UploadRequestHandler;
1863
+ new (): any;
1864
+ readonly prototype: any;
1865
+ } | ((new (...args: any[]) => import("element-plus/es/components/upload/src/upload").UploadRequestHandler) | (() => import("element-plus/es/components/upload/src/upload").UploadRequestHandler) | {
1866
+ (): import("element-plus/es/components/upload/src/upload").UploadRequestHandler;
1867
+ new (): any;
1868
+ readonly prototype: any;
1869
+ })[], unknown, unknown, import("element-plus/es/components/upload/src/upload").UploadRequestHandler, boolean>;
1870
+ readonly disabled: BooleanConstructor;
1871
+ readonly limit: NumberConstructor;
1872
+ }, {
1873
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1874
+ 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>) | {
1875
+ (): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
1876
+ new (): any;
1877
+ readonly prototype: any;
1878
+ } | ((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>) | {
1879
+ (): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
1880
+ new (): any;
1881
+ readonly prototype: any;
1882
+ })[], unknown, unknown, () => void, boolean>;
1883
+ 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) | {
1884
+ (): (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;
1885
+ new (): any;
1886
+ readonly prototype: any;
1887
+ } | ((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) | {
1888
+ (): (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;
1889
+ new (): any;
1890
+ readonly prototype: any;
1891
+ })[], unknown, unknown, () => void, boolean>;
1892
+ 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) | {
1893
+ (): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
1894
+ new (): any;
1895
+ readonly prototype: any;
1896
+ } | ((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) | {
1897
+ (): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
1898
+ new (): any;
1899
+ readonly prototype: any;
1900
+ })[], unknown, unknown, () => void, boolean>;
1901
+ 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) | {
1902
+ (): (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown;
1903
+ new (): any;
1904
+ readonly prototype: any;
1905
+ } | ((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) | {
1906
+ (): (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown;
1907
+ new (): any;
1908
+ readonly prototype: any;
1909
+ })[], unknown, unknown, () => void, boolean>;
1910
+ 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) | {
1911
+ (): (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
1912
+ new (): any;
1913
+ readonly prototype: any;
1914
+ } | ((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) | {
1915
+ (): (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
1916
+ new (): any;
1917
+ readonly prototype: any;
1918
+ })[], unknown, unknown, () => void, boolean>;
1919
+ 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) | {
1920
+ (): (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
1921
+ new (): any;
1922
+ readonly prototype: any;
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;
1986
+ };
1987
+ disabled: import("vue").ComputedRef<boolean>;
1988
+ requests: import("vue").ShallowRef<Record<string, XMLHttpRequest | Promise<unknown>>>;
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>;
2038
+ new (): any;
2039
+ readonly prototype: any;
2040
+ } | ((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>) | {
2041
+ (): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
2042
+ new (): any;
2043
+ readonly prototype: any;
2044
+ })[], unknown, unknown, () => void, boolean>;
2045
+ 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) | {
2046
+ (): (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;
2047
+ new (): any;
2048
+ readonly prototype: any;
2049
+ } | ((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) | {
2050
+ (): (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;
2051
+ new (): any;
2052
+ readonly prototype: any;
2053
+ })[], unknown, unknown, () => void, boolean>;
2054
+ 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) | {
2055
+ (): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
2056
+ new (): any;
2057
+ readonly prototype: any;
2058
+ } | ((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) | {
2059
+ (): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
2060
+ new (): any;
2061
+ readonly prototype: any;
2062
+ })[], unknown, unknown, () => void, boolean>;
2063
+ 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) | {
2064
+ (): (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown;
2065
+ new (): any;
2066
+ readonly prototype: any;
2067
+ } | ((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) | {
2068
+ (): (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown;
2069
+ new (): any;
2070
+ readonly prototype: any;
2071
+ })[], unknown, unknown, () => void, boolean>;
2072
+ 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) | {
2073
+ (): (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
2074
+ new (): any;
2075
+ readonly prototype: any;
2076
+ } | ((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) | {
2077
+ (): (evt: import("element-plus").UploadProgressEvent, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
2078
+ new (): any;
2079
+ readonly prototype: any;
2080
+ })[], unknown, unknown, () => void, boolean>;
2081
+ 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) | {
2082
+ (): (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
2083
+ new (): any;
2084
+ readonly prototype: any;
2085
+ } | ((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) | {
2086
+ (): (err: import("element-plus/es/components/upload/src/ajax").UploadAjaxError, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => void;
2087
+ new (): any;
2088
+ readonly prototype: any;
2089
+ })[], unknown, unknown, () => void, boolean>;
2090
+ 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) | {
2091
+ (): (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
2092
+ new (): any;
2093
+ readonly prototype: any;
2094
+ } | ((new (...args: any[]) => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | {
2095
+ (): (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
2096
+ new (): any;
2097
+ readonly prototype: any;
2098
+ })[], unknown, unknown, () => void, boolean>;
2099
+ readonly action: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "#", boolean>;
2100
+ readonly headers: {
2101
+ 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>>;
2102
+ readonly required: false;
2103
+ readonly validator: ((val: unknown) => boolean) | undefined;
2104
+ __epPropKey: true;
2105
+ };
2106
+ 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[]) => ((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>;
2108
+ readonly multiple: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2109
+ readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "file", boolean>;
2110
+ readonly drag: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2111
+ readonly withCredentials: BooleanConstructor;
2112
+ readonly showFileList: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2113
+ readonly accept: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
2114
+ 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
+ readonly autoUpload: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2116
+ readonly listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "text" | "picture" | "picture-card", unknown, "text", boolean>;
2117
+ readonly httpRequest: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
2118
+ (): import("element-plus").UploadRequestHandler;
2119
+ new (): any;
2120
+ readonly prototype: any;
2121
+ } | ((new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
2122
+ (): import("element-plus").UploadRequestHandler;
2123
+ new (): any;
2124
+ readonly prototype: any;
2125
+ })[], unknown, unknown, import("element-plus").UploadRequestHandler, boolean>;
2126
+ readonly disabled: BooleanConstructor;
2127
+ readonly limit: NumberConstructor;
2128
+ }>>, {
2129
+ readonly disabled: boolean;
2130
+ readonly name: string;
2131
+ readonly drag: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2132
+ readonly multiple: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2133
+ 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>;
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;
2136
+ readonly action: string;
2137
+ readonly method: string;
2138
+ readonly showFileList: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2139
+ readonly accept: string;
2140
+ readonly fileList: import("element-plus/es/components/upload/src/upload").UploadUserFile[];
2141
+ readonly autoUpload: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2142
+ readonly listType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "text" | "picture" | "picture-card", unknown>;
2143
+ readonly httpRequest: import("element-plus/es/components/upload/src/upload").UploadRequestHandler;
2144
+ readonly withCredentials: boolean;
2145
+ readonly beforeUpload: (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
2146
+ 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;
2147
+ readonly onSuccess: (response: any, rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => unknown;
2148
+ 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
+ }>;
2151
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2152
+ 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>) | {
2153
+ (): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
2154
+ new (): any;
2155
+ readonly prototype: any;
2156
+ } | ((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>) | {
2157
+ (): (rawFile: import("element-plus/es/components/upload/src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable<boolean | void | File | Blob | null | undefined>;
2158
+ new (): any;
2159
+ readonly prototype: any;
2160
+ })[], unknown, unknown, () => void, boolean>;
2161
+ readonly beforeRemove: {
2162
+ 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>>;
2163
+ readonly required: false;
2164
+ readonly validator: ((val: unknown) => boolean) | undefined;
2165
+ __epPropKey: true;
2166
+ };
2167
+ 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) | {
2168
+ (): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
2169
+ new (): any;
2170
+ readonly prototype: any;
2171
+ } | ((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) | {
2172
+ (): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
2173
+ new (): any;
2174
+ readonly prototype: any;
2175
+ })[], unknown, unknown, () => void, boolean>;
2176
+ 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) | {
2177
+ (): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
2178
+ new (): any;
2179
+ readonly prototype: any;
2180
+ } | ((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) | {
2181
+ (): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
2182
+ new (): any;
2183
+ readonly prototype: any;
2184
+ })[], unknown, unknown, () => void, boolean>;
2185
+ 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) | {
2186
+ (): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
2187
+ new (): any;
2188
+ readonly prototype: any;
2189
+ } | ((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) | {
2190
+ (): (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
2191
+ new (): any;
2192
+ readonly prototype: any;
2193
+ })[], unknown, unknown, () => void, boolean>;
2194
+ 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) | {
2195
+ (): (response: any, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
2196
+ new (): any;
2197
+ readonly prototype: any;
2198
+ } | ((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) | {
2199
+ (): (response: any, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
2200
+ new (): any;
2201
+ readonly prototype: any;
2202
+ })[], unknown, unknown, () => void, boolean>;
2203
+ 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) | {
2204
+ (): (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;
2205
+ new (): any;
2206
+ readonly prototype: any;
2207
+ } | ((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) | {
2208
+ (): (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;
2209
+ new (): any;
2210
+ readonly prototype: any;
2211
+ })[], unknown, unknown, () => void, boolean>;
2212
+ 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) | {
2213
+ (): (error: Error, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
2214
+ new (): any;
2215
+ readonly prototype: any;
2216
+ } | ((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) | {
2217
+ (): (error: Error, uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
2218
+ new (): any;
2219
+ readonly prototype: any;
2220
+ })[], unknown, unknown, () => void, boolean>;
2221
+ 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) | {
2222
+ (): (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
2223
+ new (): any;
2224
+ readonly prototype: any;
2225
+ } | ((new (...args: any[]) => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | {
2226
+ (): (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
2227
+ new (): any;
2228
+ readonly prototype: any;
2229
+ })[], unknown, unknown, () => void, boolean>;
2230
+ readonly crossorigin: {
2231
+ 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
+ readonly required: false;
2233
+ readonly validator: ((val: unknown) => boolean) | undefined;
2234
+ __epPropKey: true;
2235
+ };
2236
+ readonly action: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "#", boolean>;
2237
+ readonly headers: {
2238
+ 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>>;
2239
+ readonly required: false;
2240
+ readonly validator: ((val: unknown) => boolean) | undefined;
2241
+ __epPropKey: true;
2242
+ };
2243
+ 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[]) => ((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>;
2245
+ readonly multiple: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2246
+ readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "file", boolean>;
2247
+ readonly drag: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2248
+ readonly withCredentials: BooleanConstructor;
2249
+ readonly showFileList: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2250
+ readonly accept: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
2251
+ 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
+ readonly autoUpload: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2253
+ readonly listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "text" | "picture" | "picture-card", unknown, "text", boolean>;
2254
+ readonly httpRequest: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
2255
+ (): import("element-plus").UploadRequestHandler;
2256
+ new (): any;
2257
+ readonly prototype: any;
2258
+ } | ((new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
2259
+ (): import("element-plus").UploadRequestHandler;
2260
+ new (): any;
2261
+ readonly prototype: any;
2262
+ })[], unknown, unknown, import("element-plus").UploadRequestHandler, boolean>;
2263
+ readonly disabled: BooleanConstructor;
2264
+ readonly limit: NumberConstructor;
2265
+ }>>, {
2266
+ readonly onChange: (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
2267
+ readonly disabled: boolean;
2268
+ readonly name: string;
2269
+ readonly drag: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
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>;
2272
+ 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
+ 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
+ readonly action: string;
2275
+ readonly method: string;
2276
+ readonly showFileList: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2277
+ readonly accept: string;
2278
+ readonly fileList: import("element-plus").UploadUserFile[];
2279
+ readonly autoUpload: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2280
+ readonly listType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "text" | "picture" | "picture-card", unknown>;
2281
+ readonly httpRequest: import("element-plus").UploadRequestHandler;
2282
+ readonly withCredentials: boolean;
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>;
2284
+ readonly onRemove: (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile, uploadFiles: import("element-plus/es/components/upload/src/upload").UploadFiles) => void;
2285
+ readonly onPreview: (uploadFile: import("element-plus/es/components/upload/src/upload").UploadFile) => void;
2286
+ 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
+ readonly onExceed: (files: File[], uploadFiles: import("element-plus/es/components/upload/src/upload").UploadUserFile[]) => void;
2288
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
2289
+ FileVue: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2290
+ listType: {
2291
+ type: import("vue").PropType<"picture" | "picture-card" | "text">;
2292
+ default: string;
2293
+ };
2294
+ file: {
2295
+ type: import("vue").PropType<UploadFile>;
2296
+ default: () => {};
2297
+ };
2298
+ disabled: {
2299
+ type: BooleanConstructor;
2300
+ default: boolean;
2301
+ };
2302
+ onPreview: {
2303
+ type: import("vue").PropType<import("@vunk/core").Func<UploadFile>>;
2304
+ default: () => () => void;
2305
+ };
2306
+ onDownload: {
2307
+ type: import("vue").PropType<import("@vunk/core").Func<UploadFile>>;
2308
+ default: any;
2309
+ };
2310
+ preview: {
2311
+ type: BooleanConstructor;
2312
+ default: boolean;
2313
+ };
2314
+ }>, {
2315
+ handleRemove: (file?: UploadFile) => void;
2316
+ t: import("element-plus").Translator;
2317
+ nsIcon: {
2318
+ namespace: import("vue").ComputedRef<string>;
2319
+ b: (blockSuffix?: string) => string;
2320
+ e: (element?: string | undefined) => string;
2321
+ m: (modifier?: string | undefined) => string;
2322
+ be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
2323
+ em: (element?: string | undefined, modifier?: string | undefined) => string;
2324
+ bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
2325
+ bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
2326
+ is: {
2327
+ (name: string, state: boolean | undefined): string;
2328
+ (name: string): string;
2329
+ };
2330
+ cssVar: (object: Record<string, string>) => Record<string, string>;
2331
+ cssVarName: (name: string) => string;
2332
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
2333
+ cssVarBlockName: (name: string) => string;
2334
+ };
2335
+ nsUpload: {
2336
+ namespace: import("vue").ComputedRef<string>;
2337
+ b: (blockSuffix?: string) => string;
2338
+ e: (element?: string | undefined) => string;
2339
+ m: (modifier?: string | undefined) => string;
2340
+ be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
2341
+ em: (element?: string | undefined, modifier?: string | undefined) => string;
2342
+ bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
2343
+ bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
2344
+ is: {
2345
+ (name: string, state: boolean | undefined): string;
2346
+ (name: string): string;
2347
+ };
2348
+ cssVar: (object: Record<string, string>) => Record<string, string>;
2349
+ cssVarName: (name: string) => string;
2350
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
2351
+ cssVarBlockName: (name: string) => string;
2352
+ };
2353
+ handleDownload: (file?: UploadFile) => void;
2354
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2355
+ remove: (e: UploadFile) => UploadFile;
2356
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2357
+ listType: {
2358
+ type: import("vue").PropType<"picture" | "picture-card" | "text">;
2359
+ default: string;
2360
+ };
2361
+ file: {
2362
+ type: import("vue").PropType<UploadFile>;
2363
+ default: () => {};
2364
+ };
2365
+ disabled: {
2366
+ type: BooleanConstructor;
2367
+ default: boolean;
2368
+ };
2369
+ onPreview: {
2370
+ type: import("vue").PropType<import("@vunk/core").Func<UploadFile>>;
2371
+ default: () => () => void;
2372
+ };
2373
+ onDownload: {
2374
+ type: import("vue").PropType<import("@vunk/core").Func<UploadFile>>;
2375
+ default: any;
2376
+ };
2377
+ preview: {
2378
+ type: BooleanConstructor;
2379
+ default: boolean;
2380
+ };
2381
+ }>> & Readonly<{
2382
+ onRemove?: (e: UploadFile) => any;
2383
+ }>, {
2384
+ disabled: boolean;
2385
+ file: UploadFile;
2386
+ onPreview: (arg: UploadFile) => any;
2387
+ listType: "text" | "picture" | "picture-card";
2388
+ onDownload: (arg: UploadFile) => any;
2389
+ preview: boolean;
2390
+ }, {}, {
2391
+ ElProgress: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
2392
+ readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "circle" | "line" | "dashboard", unknown, "line", boolean>;
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<{
2417
+ readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "circle" | "line" | "dashboard", unknown, "line", boolean>;
2418
+ readonly percentage: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
2419
+ readonly status: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "exception", unknown, "", boolean>;
2420
+ readonly indeterminate: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2421
+ readonly duration: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
2422
+ 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[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square") | ((new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square"))[], unknown, unknown, "round", boolean>;
2424
+ readonly textInside: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2425
+ readonly width: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 126, boolean>;
2426
+ 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[]) => (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
+ readonly striped: BooleanConstructor;
2429
+ readonly stripedFlow: BooleanConstructor;
2430
+ readonly format: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
2431
+ (): import("element-plus").ProgressFn;
2432
+ new (): any;
2433
+ readonly prototype: any;
2434
+ } | ((new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
2435
+ (): import("element-plus").ProgressFn;
2436
+ new (): any;
2437
+ readonly prototype: any;
2438
+ })[], unknown, unknown, (percentage: number) => string, boolean>;
2439
+ }>> & {
2440
+ [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
2441
+ }>>;
2442
+ ns: {
2443
+ namespace: import("vue").ComputedRef<string>;
2444
+ b: (blockSuffix?: string) => string;
2445
+ e: (element?: string | undefined) => string;
2446
+ m: (modifier?: string | undefined) => string;
2447
+ be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
2448
+ em: (element?: string | undefined, modifier?: string | undefined) => string;
2449
+ bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
2450
+ bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
2451
+ is: {
2452
+ (name: string, state: boolean | undefined): string;
2453
+ (name: string): string;
2454
+ };
2455
+ cssVar: (object: Record<string, string>) => Record<string, string>;
2456
+ cssVarName: (name: string) => string;
2457
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
2458
+ cssVarBlockName: (name: string) => string;
2459
+ };
2460
+ barStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2461
+ relativeStrokeWidth: import("vue").ComputedRef<string>;
2462
+ radius: import("vue").ComputedRef<number>;
2463
+ trackPath: import("vue").ComputedRef<string>;
2464
+ perimeter: import("vue").ComputedRef<number>;
2465
+ rate: import("vue").ComputedRef<1 | 0.75>;
2466
+ strokeDashoffset: import("vue").ComputedRef<string>;
2467
+ trailPathStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2468
+ circlePathStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2469
+ stroke: import("vue").ComputedRef<string>;
2470
+ statusIcon: import("vue").ComputedRef<any>;
2471
+ progressTextSize: import("vue").ComputedRef<number>;
2472
+ content: import("vue").ComputedRef<string>;
2473
+ getColors: (color: import("element-plus/es/components/progress/src/progress").ProgressColor[]) => import("element-plus/es/components/progress/src/progress").ProgressColor[];
2474
+ getCurrentColor: (percentage: number) => string;
2475
+ ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
2476
+ readonly size: {
2477
+ 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>>;
2478
+ readonly required: false;
2479
+ readonly validator: ((val: unknown) => boolean) | undefined;
2480
+ __epPropKey: true;
2481
+ };
2482
+ readonly color: {
2483
+ readonly type: import("vue").PropType<string>;
2484
+ readonly required: false;
2485
+ readonly validator: ((val: unknown) => boolean) | undefined;
2486
+ __epPropKey: true;
2487
+ };
2488
+ }, {
2489
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2490
+ readonly size: {
2491
+ 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>>;
2492
+ readonly required: false;
2493
+ readonly validator: ((val: unknown) => boolean) | undefined;
2494
+ __epPropKey: true;
2495
+ };
2496
+ readonly color: {
2497
+ readonly type: import("vue").PropType<string>;
2498
+ readonly required: false;
2499
+ readonly validator: ((val: unknown) => boolean) | undefined;
2500
+ __epPropKey: true;
2501
+ };
2502
+ }>> & {
2503
+ [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
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<{
2539
+ readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "circle" | "line" | "dashboard", unknown, "line", boolean>;
2540
+ readonly percentage: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
2541
+ readonly status: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "exception", unknown, "", boolean>;
2542
+ readonly indeterminate: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2543
+ readonly duration: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
2544
+ 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[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square") | ((new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square"))[], unknown, unknown, "round", boolean>;
2546
+ readonly textInside: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2547
+ readonly width: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 126, boolean>;
2548
+ 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[]) => (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
+ readonly striped: BooleanConstructor;
2551
+ readonly stripedFlow: BooleanConstructor;
2552
+ readonly format: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
2553
+ (): import("element-plus").ProgressFn;
2554
+ new (): any;
2555
+ readonly prototype: any;
2556
+ } | ((new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
2557
+ (): import("element-plus").ProgressFn;
2558
+ new (): any;
2559
+ readonly prototype: any;
2560
+ })[], unknown, unknown, (percentage: number) => string, boolean>;
2561
+ }>>, {
2562
+ readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "circle" | "line" | "dashboard", unknown>;
2563
+ readonly width: number;
2564
+ 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>;
2565
+ readonly duration: number;
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>;
2567
+ readonly strokeWidth: number;
2568
+ readonly indeterminate: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2569
+ readonly format: import("element-plus").ProgressFn;
2570
+ readonly percentage: number;
2571
+ 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
+ readonly showText: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2574
+ readonly striped: boolean;
2575
+ readonly stripedFlow: boolean;
2576
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
2577
+ ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
2578
+ readonly size: {
2579
+ 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>>;
2580
+ readonly required: false;
2581
+ readonly validator: ((val: unknown) => boolean) | undefined;
2582
+ __epPropKey: true;
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;
2589
+ };
2590
+ }, {
2591
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2592
+ readonly size: {
2593
+ 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
+ readonly required: false;
2595
+ readonly validator: ((val: unknown) => boolean) | undefined;
2596
+ __epPropKey: true;
2597
+ };
2598
+ readonly color: {
2599
+ readonly type: import("vue").PropType<string>;
2600
+ readonly required: false;
2601
+ readonly validator: ((val: unknown) => boolean) | undefined;
2602
+ __epPropKey: true;
2603
+ };
2604
+ }>> & {
2605
+ [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
2606
+ }>>;
2607
+ ns: {
2608
+ namespace: import("vue").ComputedRef<string>;
2609
+ b: (blockSuffix?: string) => string;
2610
+ e: (element?: string | undefined) => string;
2611
+ m: (modifier?: string | undefined) => string;
2612
+ be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
2613
+ em: (element?: string | undefined, modifier?: string | undefined) => string;
2614
+ bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
2615
+ bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
2616
+ is: {
2617
+ (name: string, state: boolean | undefined): string;
2618
+ (name: string): string;
2619
+ };
2620
+ cssVar: (object: Record<string, string>) => Record<string, string>;
2621
+ cssVarName: (name: string) => string;
2622
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
2623
+ cssVarBlockName: (name: string) => string;
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<{
2627
+ readonly size: {
2628
+ 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
+ readonly required: false;
2630
+ readonly validator: ((val: unknown) => boolean) | undefined;
2631
+ __epPropKey: true;
2632
+ };
2633
+ readonly color: {
2634
+ readonly type: import("vue").PropType<string>;
2635
+ readonly required: false;
2636
+ readonly validator: ((val: unknown) => boolean) | undefined;
2637
+ __epPropKey: true;
2638
+ };
2639
+ }>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
2640
+ 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
+ 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
+ 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>;
2643
+ Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2644
+ CircleCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2645
+ 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
+ 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
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2648
+ ElLink: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
2649
+ readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "default", boolean>;
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<{
2662
+ readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "default", boolean>;
2663
+ readonly underline: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2664
+ readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2665
+ 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 & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "_self", boolean>;
2667
+ readonly icon: {
2668
+ 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>>;
2669
+ readonly required: false;
2670
+ readonly validator: ((val: unknown) => boolean) | undefined;
2671
+ __epPropKey: true;
2672
+ };
2673
+ }>> & {
2674
+ onClick?: ((evt: MouseEvent) => any) | undefined;
2675
+ }>>;
2676
+ emit: (event: "click", evt: MouseEvent) => void;
2677
+ ns: {
2678
+ namespace: import("vue").ComputedRef<string>;
2679
+ b: (blockSuffix?: string) => string;
2680
+ e: (element?: string | undefined) => string;
2681
+ m: (modifier?: string | undefined) => string;
2682
+ be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
2683
+ em: (element?: string | undefined, modifier?: string | undefined) => string;
2684
+ bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
2685
+ bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
2686
+ is: {
2687
+ (name: string, state: boolean | undefined): string;
2688
+ (name: string): string;
2689
+ };
2690
+ cssVar: (object: Record<string, string>) => Record<string, string>;
2691
+ cssVarName: (name: string) => string;
2692
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
2693
+ cssVarBlockName: (name: string) => string;
2694
+ };
2695
+ linkKls: import("vue").ComputedRef<string[]>;
2696
+ handleClick: (event: MouseEvent) => void;
2697
+ ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
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>;
2755
+ readonly required: false;
2756
+ readonly validator: ((val: unknown) => boolean) | undefined;
2757
+ __epPropKey: true;
2758
+ };
2759
+ }>>, {}>> & Record<string, any>;
2760
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2761
+ click: (evt: MouseEvent) => boolean;
2762
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2763
+ readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "default", boolean>;
2764
+ readonly underline: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2765
+ readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2766
+ 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 & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "_self", boolean>;
2768
+ readonly icon: {
2769
+ 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>>;
2770
+ readonly required: false;
2771
+ readonly validator: ((val: unknown) => boolean) | undefined;
2772
+ __epPropKey: true;
2773
+ };
2774
+ }>> & {
2775
+ onClick?: ((evt: MouseEvent) => any) | undefined;
2776
+ }, {
2777
+ readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
2778
+ readonly target: string;
2779
+ readonly underline: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2780
+ readonly href: string;
2781
+ readonly disabled: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2782
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
2783
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
427
2784
  export default _default;