@uploadcare/file-uploader 1.24.6 → 1.24.7
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 +2 -2
- package/dist/index.ssr.js +1 -1
- package/package.json +1 -1
- 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
package/dist/env.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -624,7 +624,7 @@ declare class UploaderPublicApi {
|
|
|
624
624
|
getOutputCollectionState<TStatus extends OutputCollectionStatus>(): ReturnType<typeof buildOutputCollectionState<TStatus>>;
|
|
625
625
|
initFlow: (force?: boolean) => void;
|
|
626
626
|
doneFlow: () => void;
|
|
627
|
-
setCurrentActivity: <T extends ActivityType>(activityType: T, ...params: T extends keyof ActivityParamsMap ? [ActivityParamsMap[T]] : T extends RegisteredActivityType ? [undefined?] : [
|
|
627
|
+
setCurrentActivity: <T extends ActivityType>(activityType: T, ...[params]: T extends keyof ActivityParamsMap ? [ActivityParamsMap[T]] : T extends RegisteredActivityType ? [undefined?] : [unknown?]) => void;
|
|
628
628
|
getCurrentActivity: () => ActivityType;
|
|
629
629
|
setModalState: (opened: boolean) => void;
|
|
630
630
|
private get _sourceList();
|
package/dist/index.js
CHANGED
|
@@ -1217,7 +1217,7 @@ import { TelemetryAPIService } from "@uploadcare/quality-insights";
|
|
|
1217
1217
|
import { Queue as Queue2 } from "@uploadcare/upload-client";
|
|
1218
1218
|
|
|
1219
1219
|
// package.json
|
|
1220
|
-
var version = "1.24.
|
|
1220
|
+
var version = "1.24.7";
|
|
1221
1221
|
|
|
1222
1222
|
// src/env.ts
|
|
1223
1223
|
var PACKAGE_NAME = "blocks";
|
|
@@ -3743,7 +3743,7 @@ var UploaderPublicApi = class {
|
|
|
3743
3743
|
this._ctx.modalManager?.closeAll();
|
|
3744
3744
|
}
|
|
3745
3745
|
};
|
|
3746
|
-
setCurrentActivity = (activityType, ...params) => {
|
|
3746
|
+
setCurrentActivity = (activityType, ...[params]) => {
|
|
3747
3747
|
if (this._ctx.hasBlockInCtx((b) => b.activityType === activityType)) {
|
|
3748
3748
|
this._ctx.set$({
|
|
3749
3749
|
"*currentActivityParams": params ?? {},
|
package/dist/index.ssr.js
CHANGED
|
@@ -1138,7 +1138,7 @@ export const ModalEvents = {
|
|
|
1138
1138
|
DESTROY: "modal:destroy",
|
|
1139
1139
|
};
|
|
1140
1140
|
export const PACKAGE_NAME = `blocks`;
|
|
1141
|
-
export const PACKAGE_VERSION = `1.24.
|
|
1141
|
+
export const PACKAGE_VERSION = `1.24.7`;
|
|
1142
1142
|
export const PresenceToggle = class {
|
|
1143
1143
|
static template = `<slot></slot> `;
|
|
1144
1144
|
static reg = () => {};
|
package/package.json
CHANGED
|
@@ -622,7 +622,7 @@ declare class UploaderPublicApi {
|
|
|
622
622
|
getOutputCollectionState<TStatus extends OutputCollectionStatus>(): ReturnType<typeof buildOutputCollectionState<TStatus>>;
|
|
623
623
|
initFlow: (force?: boolean) => void;
|
|
624
624
|
doneFlow: () => void;
|
|
625
|
-
setCurrentActivity: <T extends ActivityType>(activityType: T, ...params: T extends keyof ActivityParamsMap ? [ActivityParamsMap[T]] : T extends RegisteredActivityType ? [undefined?] : [
|
|
625
|
+
setCurrentActivity: <T extends ActivityType>(activityType: T, ...[params]: T extends keyof ActivityParamsMap ? [ActivityParamsMap[T]] : T extends RegisteredActivityType ? [undefined?] : [unknown?]) => void;
|
|
626
626
|
getCurrentActivity: () => ActivityType;
|
|
627
627
|
setModalState: (opened: boolean) => void;
|
|
628
628
|
private get _sourceList();
|