///
export declare const ElUpload: import("element-plus/es/utils").SFCWithInstall import("element-plus/es/utils").Awaitable>, () => void, unknown, unknown, unknown>;
readonly beforeRemove: import("element-plus/es/utils").BuildPropReturn import("element-plus/es/utils").Awaitable>, unknown, unknown, unknown, unknown>;
readonly onRemove: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onChange: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onPreview: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onSuccess: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onProgress: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onError: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onExceed: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly action: import("element-plus/es/utils").BuildPropReturn;
readonly headers: import("element-plus/es/utils").BuildPropReturn | Headers>, unknown, unknown, unknown, unknown>;
readonly method: import("element-plus/es/utils").BuildPropReturn;
readonly data: import("element-plus/es/utils").BuildPropReturn import("element-plus/es/utils").Mutable<{}>, unknown, unknown, unknown>;
readonly multiple: import("element-plus/es/utils").BuildPropReturn;
readonly name: import("element-plus/es/utils").BuildPropReturn;
readonly drag: import("element-plus/es/utils").BuildPropReturn;
readonly withCredentials: BooleanConstructor;
readonly showFileList: import("element-plus/es/utils").BuildPropReturn;
readonly accept: import("element-plus/es/utils").BuildPropReturn;
readonly type: import("element-plus/es/utils").BuildPropReturn;
readonly fileList: import("element-plus/es/utils").BuildPropReturn, () => [], unknown, unknown, unknown>;
readonly autoUpload: import("element-plus/es/utils").BuildPropReturn;
readonly listType: import("element-plus/es/utils").BuildPropReturn;
readonly httpRequest: import("element-plus/es/utils").BuildPropReturn, import("./src/upload").UploadRequestHandler, unknown, unknown, unknown>;
readonly disabled: BooleanConstructor;
readonly limit: NumberConstructor;
}, {
props: Readonly import("element-plus/es/utils").Awaitable>, () => void, unknown, unknown, unknown>;
readonly beforeRemove: import("element-plus/es/utils").BuildPropReturn import("element-plus/es/utils").Awaitable>, unknown, unknown, unknown, unknown>;
readonly onRemove: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onChange: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onPreview: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onSuccess: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onProgress: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onError: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onExceed: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly action: import("element-plus/es/utils").BuildPropReturn;
readonly headers: import("element-plus/es/utils").BuildPropReturn | Headers>, unknown, unknown, unknown, unknown>;
readonly method: import("element-plus/es/utils").BuildPropReturn;
readonly data: import("element-plus/es/utils").BuildPropReturn import("element-plus/es/utils").Mutable<{}>, unknown, unknown, unknown>;
readonly multiple: import("element-plus/es/utils").BuildPropReturn;
readonly name: import("element-plus/es/utils").BuildPropReturn;
readonly drag: import("element-plus/es/utils").BuildPropReturn;
readonly withCredentials: BooleanConstructor;
readonly showFileList: import("element-plus/es/utils").BuildPropReturn;
readonly accept: import("element-plus/es/utils").BuildPropReturn;
readonly type: import("element-plus/es/utils").BuildPropReturn;
readonly fileList: import("element-plus/es/utils").BuildPropReturn, () => [], unknown, unknown, unknown>;
readonly autoUpload: import("element-plus/es/utils").BuildPropReturn;
readonly listType: import("element-plus/es/utils").BuildPropReturn;
readonly httpRequest: import("element-plus/es/utils").BuildPropReturn, import("./src/upload").UploadRequestHandler, unknown, unknown, unknown>;
readonly disabled: BooleanConstructor;
readonly limit: NumberConstructor;
}>> & {
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
}>>;
slots: Readonly<{
[name: string]: import("vue").Slot | undefined;
}>;
disabled: import("vue").ComputedRef;
uploadRef: import("vue").ShallowRef<({
$: import("vue").ComponentInternalInstance;
$data: {};
$props: Partial<{
type: string;
disabled: boolean;
name: string;
data: Record;
drag: import("element-plus/es/utils").BuildPropType;
multiple: import("element-plus/es/utils").BuildPropType;
onError: (err: import("./src/ajax").UploadAjaxError, rawFile: import("./src/upload").UploadRawFile) => void;
onProgress: (evt: import("./src/upload").UploadProgressEvent, rawFile: import("./src/upload").UploadRawFile) => void;
headers: import("element-plus/es/utils").BuildPropType | Headers>, unknown, unknown>;
method: string;
showFileList: import("element-plus/es/utils").BuildPropType;
accept: string;
fileList: import("./src/upload").UploadUserFile[];
autoUpload: import("element-plus/es/utils").BuildPropType;
listType: import("element-plus/es/utils").BuildPropType;
httpRequest: import("./src/upload").UploadRequestHandler;
withCredentials: boolean;
beforeUpload: (rawFile: import("./src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable;
onRemove: (file: import("./src/upload").UploadFile | import("./src/upload").UploadRawFile, rawFile?: import("./src/upload").UploadRawFile | undefined) => void;
onSuccess: (response: any, rawFile: import("./src/upload").UploadRawFile) => unknown;
onExceed: (files: File[], uploadFiles: import("./src/upload").UploadUserFile[]) => void;
onStart: (rawFile: import("./src/upload").UploadRawFile) => void;
}> & Omit, () => [], unknown, unknown, unknown>;
readonly beforeUpload: import("element-plus/es/utils").BuildPropReturn import("element-plus/es/utils").Awaitable>, () => void, unknown, unknown, unknown>;
readonly onRemove: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onStart: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onSuccess: import("element-plus/es/utils").BuildPropReturn unknown>, () => void, unknown, unknown, unknown>;
readonly onProgress: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onError: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onExceed: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly action: import("element-plus/es/utils").BuildPropReturn;
readonly headers: import("element-plus/es/utils").BuildPropReturn | Headers>, unknown, unknown, unknown, unknown>;
readonly method: import("element-plus/es/utils").BuildPropReturn;
readonly data: import("element-plus/es/utils").BuildPropReturn import("element-plus/es/utils").Mutable<{}>, unknown, unknown, unknown>;
readonly multiple: import("element-plus/es/utils").BuildPropReturn;
readonly name: import("element-plus/es/utils").BuildPropReturn;
readonly drag: import("element-plus/es/utils").BuildPropReturn;
readonly withCredentials: BooleanConstructor;
readonly showFileList: import("element-plus/es/utils").BuildPropReturn;
readonly accept: import("element-plus/es/utils").BuildPropReturn;
readonly type: import("element-plus/es/utils").BuildPropReturn;
readonly autoUpload: import("element-plus/es/utils").BuildPropReturn;
readonly listType: import("element-plus/es/utils").BuildPropReturn;
readonly httpRequest: import("element-plus/es/utils").BuildPropReturn, import("./src/upload").UploadRequestHandler, unknown, unknown, unknown>;
readonly disabled: BooleanConstructor;
readonly limit: NumberConstructor;
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "name" | "data" | "drag" | "multiple" | "onError" | "onProgress" | "headers" | "method" | "showFileList" | "accept" | "fileList" | "autoUpload" | "listType" | "httpRequest" | "withCredentials" | "beforeUpload" | "onRemove" | "onSuccess" | "onExceed" | "onStart">;
$attrs: {
[x: string]: unknown;
};
$refs: {
[x: string]: unknown;
};
$slots: Readonly<{
[name: string]: import("vue").Slot | undefined;
}>;
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null;
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null;
$emit: (event: string, ...args: any[]) => void;
$el: any;
$options: import("vue").ComponentOptionsBase, () => [], unknown, unknown, unknown>;
readonly beforeUpload: import("element-plus/es/utils").BuildPropReturn import("element-plus/es/utils").Awaitable>, () => void, unknown, unknown, unknown>;
readonly onRemove: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onStart: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onSuccess: import("element-plus/es/utils").BuildPropReturn unknown>, () => void, unknown, unknown, unknown>;
readonly onProgress: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onError: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onExceed: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly action: import("element-plus/es/utils").BuildPropReturn;
readonly headers: import("element-plus/es/utils").BuildPropReturn | Headers>, unknown, unknown, unknown, unknown>;
readonly method: import("element-plus/es/utils").BuildPropReturn;
readonly data: import("element-plus/es/utils").BuildPropReturn import("element-plus/es/utils").Mutable<{}>, unknown, unknown, unknown>;
readonly multiple: import("element-plus/es/utils").BuildPropReturn;
readonly name: import("element-plus/es/utils").BuildPropReturn;
readonly drag: import("element-plus/es/utils").BuildPropReturn;
readonly withCredentials: BooleanConstructor;
readonly showFileList: import("element-plus/es/utils").BuildPropReturn;
readonly accept: import("element-plus/es/utils").BuildPropReturn;
readonly type: import("element-plus/es/utils").BuildPropReturn;
readonly autoUpload: import("element-plus/es/utils").BuildPropReturn;
readonly listType: import("element-plus/es/utils").BuildPropReturn;
readonly httpRequest: import("element-plus/es/utils").BuildPropReturn, import("./src/upload").UploadRequestHandler, unknown, unknown, unknown>;
readonly disabled: BooleanConstructor;
readonly limit: NumberConstructor;
}>>, {
props: Readonly, () => [], unknown, unknown, unknown>;
readonly beforeUpload: import("element-plus/es/utils").BuildPropReturn import("element-plus/es/utils").Awaitable>, () => void, unknown, unknown, unknown>;
readonly onRemove: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onStart: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onSuccess: import("element-plus/es/utils").BuildPropReturn unknown>, () => void, unknown, unknown, unknown>;
readonly onProgress: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onError: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onExceed: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly action: import("element-plus/es/utils").BuildPropReturn;
readonly headers: import("element-plus/es/utils").BuildPropReturn | Headers>, unknown, unknown, unknown, unknown>;
readonly method: import("element-plus/es/utils").BuildPropReturn;
readonly data: import("element-plus/es/utils").BuildPropReturn import("element-plus/es/utils").Mutable<{}>, unknown, unknown, unknown>;
readonly multiple: import("element-plus/es/utils").BuildPropReturn;
readonly name: import("element-plus/es/utils").BuildPropReturn;
readonly drag: import("element-plus/es/utils").BuildPropReturn;
readonly withCredentials: BooleanConstructor;
readonly showFileList: import("element-plus/es/utils").BuildPropReturn;
readonly accept: import("element-plus/es/utils").BuildPropReturn;
readonly type: import("element-plus/es/utils").BuildPropReturn;
readonly autoUpload: import("element-plus/es/utils").BuildPropReturn;
readonly listType: import("element-plus/es/utils").BuildPropReturn;
readonly httpRequest: import("element-plus/es/utils").BuildPropReturn, import("./src/upload").UploadRequestHandler, unknown, unknown, unknown>;
readonly disabled: BooleanConstructor;
readonly limit: NumberConstructor;
}>> & {
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
}>>;
ns: {
namespace: import("vue").ComputedRef;
b: (blockSuffix?: string) => string;
e: (element?: string | undefined) => string;
m: (modifier?: string | undefined) => string;
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
em: (element?: string | undefined, modifier?: string | undefined) => string;
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
is: {
(name: string, state: boolean | undefined): string;
(name: string): string;
};
};
requests: import("vue").ShallowRef>>;
inputRef: import("vue").ShallowRef;
uploadFiles: (files: File[]) => void;
upload: (rawFile: import("./src/upload").UploadRawFile) => Promise;
doUpload: (rawFile: import("./src/upload").UploadRawFile) => void;
handleChange: (e: Event) => void;
handleClick: () => void;
handleKeydown: () => void;
abort: (file?: import("./src/upload").UploadFile | undefined) => void;
UploadDragger: import("vue").DefineComponent<{
readonly disabled: import("element-plus/es/utils").BuildPropReturn;
}, {
COMPONENT_NAME: string;
props: Readonly;
}>> & {
onFile?: ((file: File[]) => any) | undefined;
}>>;
emit: (event: "file", file: File[]) => void;
uploaderContext: import("../..").UploadContext;
ns: {
namespace: import("vue").ComputedRef;
b: (blockSuffix?: string) => string;
e: (element?: string | undefined) => string;
m: (modifier?: string | undefined) => string;
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
em: (element?: string | undefined, modifier?: string | undefined) => string;
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
is: {
(name: string, state: boolean | undefined): string;
(name: string): string;
};
};
dragover: import("vue").Ref;
onDrop: (e: DragEvent) => void;
onDragover: () => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
file: (file: File[]) => boolean;
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly;
}>> & {
onFile?: ((file: File[]) => any) | undefined;
}, {
disabled: import("element-plus/es/utils").BuildPropType;
}>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, {
type: string;
disabled: boolean;
name: string;
data: Record;
drag: import("element-plus/es/utils").BuildPropType;
multiple: import("element-plus/es/utils").BuildPropType;
onError: (err: import("./src/ajax").UploadAjaxError, rawFile: import("./src/upload").UploadRawFile) => void;
onProgress: (evt: import("./src/upload").UploadProgressEvent, rawFile: import("./src/upload").UploadRawFile) => void;
headers: import("element-plus/es/utils").BuildPropType | Headers>, unknown, unknown>;
method: string;
showFileList: import("element-plus/es/utils").BuildPropType;
accept: string;
fileList: import("./src/upload").UploadUserFile[];
autoUpload: import("element-plus/es/utils").BuildPropType;
listType: import("element-plus/es/utils").BuildPropType;
httpRequest: import("./src/upload").UploadRequestHandler;
withCredentials: boolean;
beforeUpload: (rawFile: import("./src/upload").UploadRawFile) => import("element-plus/es/utils").Awaitable;
onRemove: (file: import("./src/upload").UploadFile | import("./src/upload").UploadRawFile, rawFile?: import("./src/upload").UploadRawFile | undefined) => void;
onSuccess: (response: any, rawFile: import("./src/upload").UploadRawFile) => unknown;
onExceed: (files: File[], uploadFiles: import("./src/upload").UploadUserFile[]) => void;
onStart: (rawFile: import("./src/upload").UploadRawFile) => void;
}> & {
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
created?: ((() => void) | (() => void)[]) | undefined;
beforeMount?: ((() => void) | (() => void)[]) | undefined;
mounted?: ((() => void) | (() => void)[]) | undefined;
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
updated?: ((() => void) | (() => void)[]) | undefined;
activated?: ((() => void) | (() => void)[]) | undefined;
deactivated?: ((() => void) | (() => void)[]) | undefined;
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
destroyed?: ((() => void) | (() => void)[]) | undefined;
unmounted?: ((() => void) | (() => void)[]) | undefined;
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null, info: string) => boolean | void)[]) | undefined;
};
$forceUpdate: () => void;
$nextTick: typeof import("vue").nextTick;
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions | undefined): import("vue").WatchStopHandle;
} & Readonly, () => [], unknown, unknown, unknown>;
readonly beforeUpload: import("element-plus/es/utils").BuildPropReturn import("element-plus/es/utils").Awaitable>, () => void, unknown, unknown, unknown>;
readonly onRemove: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onStart: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onSuccess: import("element-plus/es/utils").BuildPropReturn unknown>, () => void, unknown, unknown, unknown>;
readonly onProgress: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onError: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onExceed: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly action: import("element-plus/es/utils").BuildPropReturn;
readonly headers: import("element-plus/es/utils").BuildPropReturn | Headers>, unknown, unknown, unknown, unknown>;
readonly method: import("element-plus/es/utils").BuildPropReturn;
readonly data: import("element-plus/es/utils").BuildPropReturn import("element-plus/es/utils").Mutable<{}>, unknown, unknown, unknown>;
readonly multiple: import("element-plus/es/utils").BuildPropReturn;
readonly name: import("element-plus/es/utils").BuildPropReturn;
readonly drag: import("element-plus/es/utils").BuildPropReturn;
readonly withCredentials: BooleanConstructor;
readonly showFileList: import("element-plus/es/utils").BuildPropReturn;
readonly accept: import("element-plus/es/utils").BuildPropReturn;
readonly type: import("element-plus/es/utils").BuildPropReturn;
readonly autoUpload: import("element-plus/es/utils").BuildPropReturn;
readonly listType: import("element-plus/es/utils").BuildPropReturn;
readonly httpRequest: import("element-plus/es/utils").BuildPropReturn, import("./src/upload").UploadRequestHandler, unknown, unknown, unknown>;
readonly disabled: BooleanConstructor;
readonly limit: NumberConstructor;
}>> & import("vue").ShallowUnwrapRef<{
props: Readonly, () => [], unknown, unknown, unknown>;
readonly beforeUpload: import("element-plus/es/utils").BuildPropReturn import("element-plus/es/utils").Awaitable>, () => void, unknown, unknown, unknown>;
readonly onRemove: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onStart: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onSuccess: import("element-plus/es/utils").BuildPropReturn unknown>, () => void, unknown, unknown, unknown>;
readonly onProgress: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onError: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly onExceed: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly action: import("element-plus/es/utils").BuildPropReturn;
readonly headers: import("element-plus/es/utils").BuildPropReturn | Headers>, unknown, unknown, unknown, unknown>;
readonly method: import("element-plus/es/utils").BuildPropReturn;
readonly data: import("element-plus/es/utils").BuildPropReturn import("element-plus/es/utils").Mutable<{}>, unknown, unknown, unknown>;
readonly multiple: import("element-plus/es/utils").BuildPropReturn;
readonly name: import("element-plus/es/utils").BuildPropReturn;
readonly drag: import("element-plus/es/utils").BuildPropReturn;
readonly withCredentials: BooleanConstructor;
readonly showFileList: import("element-plus/es/utils").BuildPropReturn;
readonly accept: import("element-plus/es/utils").BuildPropReturn;
readonly type: import("element-plus/es/utils").BuildPropReturn;
readonly autoUpload: import("element-plus/es/utils").BuildPropReturn;
readonly listType: import("element-plus/es/utils").BuildPropReturn;
readonly httpRequest: import("element-plus/es/utils").BuildPropReturn, import("./src/upload").UploadRequestHandler, unknown, unknown, unknown>;
readonly disabled: BooleanConstructor;
readonly limit: NumberConstructor;
}>> & {
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
}>>;
ns: {
namespace: import("vue").ComputedRef;
b: (blockSuffix?: string) => string;
e: (element?: string | undefined) => string;
m: (modifier?: string | undefined) => string;
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
em: (element?: string | undefined, modifier?: string | undefined) => string;
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
is: {
(name: string, state: boolean | undefined): string;
(name: string): string;
};
};
requests: import("vue").ShallowRef>>;
inputRef: import("vue").ShallowRef;
uploadFiles: (files: File[]) => void;
upload: (rawFile: import("./src/upload").UploadRawFile) => Promise;
doUpload: (rawFile: import("./src/upload").UploadRawFile) => void;
handleChange: (e: Event) => void;
handleClick: () => void;
handleKeydown: () => void;
abort: (file?: import("./src/upload").UploadFile | undefined) => void;
UploadDragger: import("vue").DefineComponent<{
readonly disabled: import("element-plus/es/utils").BuildPropReturn;
}, {
COMPONENT_NAME: string;
props: Readonly;
}>> & {
onFile?: ((file: File[]) => any) | undefined;
}>>;
emit: (event: "file", file: File[]) => void;
uploaderContext: import("../..").UploadContext;
ns: {
namespace: import("vue").ComputedRef;
b: (blockSuffix?: string) => string;
e: (element?: string | undefined) => string;
m: (modifier?: string | undefined) => string;
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
em: (element?: string | undefined, modifier?: string | undefined) => string;
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
is: {
(name: string, state: boolean | undefined): string;
(name: string): string;
};
};
dragover: import("vue").Ref;
onDrop: (e: DragEvent) => void;
onDragover: () => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
file: (file: File[]) => boolean;
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly;
}>> & {
onFile?: ((file: File[]) => any) | undefined;
}, {
disabled: import("element-plus/es/utils").BuildPropType;
}>;
}> & {} & {} & import("vue").ComponentCustomProperties) | undefined>;
abort: (file: import("./src/upload").UploadFile) => void;
submit: () => void;
clearFiles: (states?: import("./src/upload").UploadStatus[]) => void;
uploadFiles: import("vue").Ref<{
name: string;
percentage?: number | undefined;
status: import("./src/upload").UploadStatus;
size?: number | undefined;
response?: unknown;
uid: number;
url?: string | undefined;
raw?: {
uid: number;
readonly lastModified: number;
readonly name: string;
readonly webkitRelativePath: string;
readonly size: number;
readonly type: string;
arrayBuffer: {
(): Promise;
(): Promise;
};
slice: {
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
};
stream: {
(): ReadableStream;
(): NodeJS.ReadableStream;
};
text: {
(): Promise;
(): Promise;
};
} | undefined;
}[]>;
handleStart: (rawFile: import("./src/upload").UploadRawFile) => void;
handleError: (err: import("./src/ajax").UploadAjaxError, rawFile: import("./src/upload").UploadRawFile) => void;
handleRemove: (file: import("./src/upload").UploadFile | import("./src/upload").UploadRawFile, rawFile?: import("./src/upload").UploadRawFile | undefined) => void;
handleSuccess: (response: any, rawFile: import("./src/upload").UploadRawFile) => unknown;
handleProgress: (evt: import("./src/upload").UploadProgressEvent, rawFile: import("./src/upload").UploadRawFile) => void;
isPictureCard: import("vue").ComputedRef;
uploadContentProps: import("vue").ComputedRef;
UploadList: import("vue").DefineComponent<{
readonly files: import("element-plus/es/utils").BuildPropReturn, () => never[], unknown, unknown, unknown>;
readonly disabled: import("element-plus/es/utils").BuildPropReturn;
readonly handlePreview: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly listType: import("element-plus/es/utils").BuildPropReturn;
}, {
props: Readonly, () => never[], unknown, unknown, unknown>;
readonly disabled: import("element-plus/es/utils").BuildPropReturn;
readonly handlePreview: import("element-plus/es/utils").BuildPropReturn void>, () => void, unknown, unknown, unknown>;
readonly listType: import("element-plus/es/utils").BuildPropReturn;
}>> & {
onRemove?: ((file: import("./src/upload").UploadFile) => any) | undefined;
}>>;
emit: (event: "remove", file: import("./src/upload").UploadFile) => void;
t: import("../..").Translator;
nsUpload: {
namespace: import("vue").ComputedRef;
b: (blockSuffix?: string) => string;
e: (element?: string | undefined) => string;
m: (modifier?: string | undefined) => string;
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
em: (element?: string | undefined, modifier?: string | undefined) => string;
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
is: {
(name: string, state: boolean | undefined): string;
(name: string): string;
};
};
nsIcon: {
namespace: import("vue").ComputedRef;
b: (blockSuffix?: string) => string;
e: (element?: string | undefined) => string;
m: (modifier?: string | undefined) => string;
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
em: (element?: string | undefined, modifier?: string | undefined) => string;
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
is: {
(name: string, state: boolean | undefined): string;
(name: string): string;
};
};
nsList: {
namespace: import("vue").ComputedRef;
b: (blockSuffix?: string) => string;
e: (element?: string | undefined) => string;
m: (modifier?: string | undefined) => string;
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
em: (element?: string | undefined, modifier?: string | undefined) => string;
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
is: {
(name: string, state: boolean | undefined): string;
(name: string): string;
};
};
focusing: import("vue").Ref;
handleClick: (file: import("./src/upload").UploadFile) => void;
onFileClicked: (e: Event) => void;
handleRemove: (file: import("./src/upload").UploadFile) => void;
ElIcon: import("element-plus/es/utils").SFCWithInstall, unknown, unknown, unknown, unknown>;
readonly color: import("element-plus/es/utils").BuildPropReturn;
}, {
props: Readonly, unknown, unknown, unknown, unknown>;
readonly color: import("element-plus/es/utils").BuildPropReturn;
}>> & {
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
}>>;
ns: {
namespace: import("vue").ComputedRef;
b: (blockSuffix?: string) => string;
e: (element?: string | undefined) => string;
m: (modifier?: string | undefined) => string;
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
em: (element?: string | undefined, modifier?: string | undefined) => string;
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
is: {
(name: string, state: boolean | undefined): string;
(name: string): string;
};
};
style: import("vue").ComputedRef;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly, unknown, unknown, unknown, unknown>;
readonly color: import("element-plus/es/utils").BuildPropReturn;
}>>, {
size: import("element-plus/es/utils").BuildPropType, unknown, unknown>;
color: string;
}>> & Record;
Check: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>;
CircleCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>;
Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>;
Delete: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>;
Document: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>;
ZoomIn: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>;
ElProgress: import("element-plus/es/utils").SFCWithInstall;
readonly percentage: import("element-plus/es/utils").BuildPropReturn;
readonly status: import("element-plus/es/utils").BuildPropReturn;
readonly indeterminate: import("element-plus/es/utils").BuildPropReturn;
readonly duration: import("element-plus/es/utils").BuildPropReturn;
readonly strokeWidth: import("element-plus/es/utils").BuildPropReturn;
readonly strokeLinecap: import("element-plus/es/utils").BuildPropReturn, "round", unknown, unknown, unknown>;
readonly textInside: import("element-plus/es/utils").BuildPropReturn;
readonly width: import("element-plus/es/utils").BuildPropReturn;
readonly showText: import("element-plus/es/utils").BuildPropReturn;
readonly color: import("element-plus/es/utils").BuildPropReturn string) | {
color: string;
percentage: number;
}[]>, "", unknown, unknown, unknown>;
readonly format: import("element-plus/es/utils").BuildPropReturn string>, (percentage: number) => string, unknown, unknown, unknown>;
}, {
ns: {
namespace: import("vue").ComputedRef;
b: (blockSuffix?: string) => string;
e: (element?: string | undefined) => string;
m: (modifier?: string | undefined) => string;
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
em: (element?: string | undefined, modifier?: string | undefined) => string;
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
is: {
(name: string, state: boolean | undefined): string;
(name: string): string;
};
};
barStyle: import("vue").ComputedRef;
relativeStrokeWidth: import("vue").ComputedRef;
radius: import("vue").ComputedRef