@vunk/form 1.4.4 → 1.4.6

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