@vunk/form 1.3.0 → 1.4.0

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