@uploadcare/file-uploader 1.24.6 → 1.24.8
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.
- package/dist/env.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -3
- package/dist/index.ssr.js +1 -1
- package/package.json +2 -2
- package/web/file-uploader.iife.min.d.ts +1 -1
- package/web/file-uploader.iife.min.js +1 -1
- package/web/file-uploader.min.d.ts +1 -1
- package/web/file-uploader.min.js +1 -1
- package/web/uc-cloud-image-editor.min.d.ts +1 -1
- package/web/uc-cloud-image-editor.min.js +1 -1
- package/web/uc-file-uploader-inline.min.d.ts +1 -1
- package/web/uc-file-uploader-inline.min.js +1 -1
- package/web/uc-file-uploader-minimal.min.d.ts +1 -1
- package/web/uc-file-uploader-minimal.min.js +1 -1
- package/web/uc-file-uploader-regular.min.d.ts +1 -1
- package/web/uc-file-uploader-regular.min.js +1 -1
- package/web/uc-img.min.js +1 -1
|
@@ -285,7 +285,7 @@ declare class UploaderPublicApi {
|
|
|
285
285
|
getOutputCollectionState<TStatus extends OutputCollectionStatus>(): ReturnType<typeof buildOutputCollectionState<TStatus>>;
|
|
286
286
|
initFlow: (force?: boolean) => void;
|
|
287
287
|
doneFlow: () => void;
|
|
288
|
-
setCurrentActivity: <T extends ActivityType>(activityType: T, ...params: T extends keyof ActivityParamsMap ? [ActivityParamsMap[T]] : T extends RegisteredActivityType ? [undefined?] : [
|
|
288
|
+
setCurrentActivity: <T extends ActivityType>(activityType: T, ...[params]: T extends keyof ActivityParamsMap ? [ActivityParamsMap[T]] : T extends RegisteredActivityType ? [undefined?] : [unknown?]) => void;
|
|
289
289
|
getCurrentActivity: () => ActivityType;
|
|
290
290
|
setModalState: (opened: boolean) => void;
|
|
291
291
|
private get _sourceList();
|