@univerjs/core 0.6.5 → 0.6.6

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/lib/es/index.js CHANGED
@@ -13678,7 +13678,7 @@ class Jm extends ne {
13678
13678
  this._error$.next({ errorKey: n });
13679
13679
  }
13680
13680
  }
13681
- const Zm = "0.6.5", Qm = {
13681
+ const Zm = "0.6.6", Qm = {
13682
13682
  version: Zm
13683
13683
  };
13684
13684
  function t_(t = "", e = Fr.ZH_CN, n = "") {
@@ -90,4 +90,5 @@ export interface IDrawingParam extends IDrawingSearch {
90
90
  transforms?: Nullable<ITransformState[]>;
91
91
  isMultiTransform?: BooleanNumber;
92
92
  groupId?: string;
93
+ allowTransform?: boolean;
93
94
  }