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