@vvfx/sdk 0.0.0-alpha.82 → 0.0.0-alpha.84

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/index.d.cts CHANGED
@@ -1285,7 +1285,7 @@ declare class SDK {
1285
1285
  closeMaskGizmo(): void;
1286
1286
  getMask(): string | null | undefined;
1287
1287
  setMaskGizmoConfig(config: Partial<MaskGizmoConfig>): void;
1288
- openLoadingGizmo(id: string): void;
1288
+ openLoadingGizmo(id: string, loadingBox?: Box2): void;
1289
1289
  closeLoadingGizmo(id: string): void;
1290
1290
  /**
1291
1291
  * @description 元素打组
package/dist/index.d.ts CHANGED
@@ -1285,7 +1285,7 @@ declare class SDK {
1285
1285
  closeMaskGizmo(): void;
1286
1286
  getMask(): string | null | undefined;
1287
1287
  setMaskGizmoConfig(config: Partial<MaskGizmoConfig>): void;
1288
- openLoadingGizmo(id: string): void;
1288
+ openLoadingGizmo(id: string, loadingBox?: Box2): void;
1289
1289
  closeLoadingGizmo(id: string): void;
1290
1290
  /**
1291
1291
  * @description 元素打组