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