@vvfx/sdk 0.0.0-alpha.81 → 0.0.0-alpha.83

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 元素打组
@@ -1344,6 +1344,7 @@ declare class SDK {
1344
1344
  setItemFontFamily(id: string, fontFamilyName: string, url: string): Promise<void>;
1345
1345
  createSceneByCreateInfos(createInfos: ItemCreateInfo[], sceneInfo: SceneCreaetInfo): spec.JSONScene;
1346
1346
  changeItemPropertyByCreateInfo(createInfo: ItemCreateInfo | ItemCreateInfo[]): void;
1347
+ setTransformGizmoLockScale(state: boolean): void;
1347
1348
  }
1348
1349
 
1349
1350
  type SizeAdaptDirection = 'x' | 'y';
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 元素打组
@@ -1344,6 +1344,7 @@ declare class SDK {
1344
1344
  setItemFontFamily(id: string, fontFamilyName: string, url: string): Promise<void>;
1345
1345
  createSceneByCreateInfos(createInfos: ItemCreateInfo[], sceneInfo: SceneCreaetInfo): spec.JSONScene;
1346
1346
  changeItemPropertyByCreateInfo(createInfo: ItemCreateInfo | ItemCreateInfo[]): void;
1347
+ setTransformGizmoLockScale(state: boolean): void;
1347
1348
  }
1348
1349
 
1349
1350
  type SizeAdaptDirection = 'x' | 'y';