microboard-temp 0.13.86 → 0.13.87

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.
@@ -60131,10 +60131,6 @@ var init_Frame = __esm(() => {
60131
60131
  this.borderOpacity = data.borderOpacity ?? this.borderOpacity;
60132
60132
  this.borderStyle = data.borderStyle ?? this.borderStyle;
60133
60133
  this.borderWidth = data.borderWidth ?? this.borderWidth;
60134
- if (data.transformation) {
60135
- this.transformation.deserialize(data.transformation);
60136
- this.transformPath();
60137
- }
60138
60134
  if (data.childIds) {
60139
60135
  this.childIds = data.childIds || [];
60140
60136
  }
@@ -60142,6 +60138,10 @@ var init_Frame = __esm(() => {
60142
60138
  this.text.deserialize(data.text);
60143
60139
  this.updateTextContainer();
60144
60140
  }
60141
+ if (data.transformation) {
60142
+ this.transformation.deserialize(data.transformation);
60143
+ this.transformPath();
60144
+ }
60145
60145
  this.canChangeRatio = data.canChangeRatio ?? this.canChangeRatio;
60146
60146
  this.subject.publish(this);
60147
60147
  return this;
package/dist/cjs/index.js CHANGED
@@ -60131,10 +60131,6 @@ var init_Frame = __esm(() => {
60131
60131
  this.borderOpacity = data.borderOpacity ?? this.borderOpacity;
60132
60132
  this.borderStyle = data.borderStyle ?? this.borderStyle;
60133
60133
  this.borderWidth = data.borderWidth ?? this.borderWidth;
60134
- if (data.transformation) {
60135
- this.transformation.deserialize(data.transformation);
60136
- this.transformPath();
60137
- }
60138
60134
  if (data.childIds) {
60139
60135
  this.childIds = data.childIds || [];
60140
60136
  }
@@ -60142,6 +60138,10 @@ var init_Frame = __esm(() => {
60142
60138
  this.text.deserialize(data.text);
60143
60139
  this.updateTextContainer();
60144
60140
  }
60141
+ if (data.transformation) {
60142
+ this.transformation.deserialize(data.transformation);
60143
+ this.transformPath();
60144
+ }
60145
60145
  this.canChangeRatio = data.canChangeRatio ?? this.canChangeRatio;
60146
60146
  this.subject.publish(this);
60147
60147
  return this;
package/dist/cjs/node.js CHANGED
@@ -62551,10 +62551,6 @@ var init_Frame = __esm(() => {
62551
62551
  this.borderOpacity = data.borderOpacity ?? this.borderOpacity;
62552
62552
  this.borderStyle = data.borderStyle ?? this.borderStyle;
62553
62553
  this.borderWidth = data.borderWidth ?? this.borderWidth;
62554
- if (data.transformation) {
62555
- this.transformation.deserialize(data.transformation);
62556
- this.transformPath();
62557
- }
62558
62554
  if (data.childIds) {
62559
62555
  this.childIds = data.childIds || [];
62560
62556
  }
@@ -62562,6 +62558,10 @@ var init_Frame = __esm(() => {
62562
62558
  this.text.deserialize(data.text);
62563
62559
  this.updateTextContainer();
62564
62560
  }
62561
+ if (data.transformation) {
62562
+ this.transformation.deserialize(data.transformation);
62563
+ this.transformPath();
62564
+ }
62565
62565
  this.canChangeRatio = data.canChangeRatio ?? this.canChangeRatio;
62566
62566
  this.subject.publish(this);
62567
62567
  return this;
@@ -60069,10 +60069,6 @@ var init_Frame = __esm(() => {
60069
60069
  this.borderOpacity = data.borderOpacity ?? this.borderOpacity;
60070
60070
  this.borderStyle = data.borderStyle ?? this.borderStyle;
60071
60071
  this.borderWidth = data.borderWidth ?? this.borderWidth;
60072
- if (data.transformation) {
60073
- this.transformation.deserialize(data.transformation);
60074
- this.transformPath();
60075
- }
60076
60072
  if (data.childIds) {
60077
60073
  this.childIds = data.childIds || [];
60078
60074
  }
@@ -60080,6 +60076,10 @@ var init_Frame = __esm(() => {
60080
60076
  this.text.deserialize(data.text);
60081
60077
  this.updateTextContainer();
60082
60078
  }
60079
+ if (data.transformation) {
60080
+ this.transformation.deserialize(data.transformation);
60081
+ this.transformPath();
60082
+ }
60083
60083
  this.canChangeRatio = data.canChangeRatio ?? this.canChangeRatio;
60084
60084
  this.subject.publish(this);
60085
60085
  return this;
package/dist/esm/index.js CHANGED
@@ -60062,10 +60062,6 @@ var init_Frame = __esm(() => {
60062
60062
  this.borderOpacity = data.borderOpacity ?? this.borderOpacity;
60063
60063
  this.borderStyle = data.borderStyle ?? this.borderStyle;
60064
60064
  this.borderWidth = data.borderWidth ?? this.borderWidth;
60065
- if (data.transformation) {
60066
- this.transformation.deserialize(data.transformation);
60067
- this.transformPath();
60068
- }
60069
60065
  if (data.childIds) {
60070
60066
  this.childIds = data.childIds || [];
60071
60067
  }
@@ -60073,6 +60069,10 @@ var init_Frame = __esm(() => {
60073
60069
  this.text.deserialize(data.text);
60074
60070
  this.updateTextContainer();
60075
60071
  }
60072
+ if (data.transformation) {
60073
+ this.transformation.deserialize(data.transformation);
60074
+ this.transformPath();
60075
+ }
60076
60076
  this.canChangeRatio = data.canChangeRatio ?? this.canChangeRatio;
60077
60077
  this.subject.publish(this);
60078
60078
  return this;
package/dist/esm/node.js CHANGED
@@ -62471,10 +62471,6 @@ var init_Frame = __esm(() => {
62471
62471
  this.borderOpacity = data.borderOpacity ?? this.borderOpacity;
62472
62472
  this.borderStyle = data.borderStyle ?? this.borderStyle;
62473
62473
  this.borderWidth = data.borderWidth ?? this.borderWidth;
62474
- if (data.transformation) {
62475
- this.transformation.deserialize(data.transformation);
62476
- this.transformPath();
62477
- }
62478
62474
  if (data.childIds) {
62479
62475
  this.childIds = data.childIds || [];
62480
62476
  }
@@ -62482,6 +62478,10 @@ var init_Frame = __esm(() => {
62482
62478
  this.text.deserialize(data.text);
62483
62479
  this.updateTextContainer();
62484
62480
  }
62481
+ if (data.transformation) {
62482
+ this.transformation.deserialize(data.transformation);
62483
+ this.transformPath();
62484
+ }
62485
62485
  this.canChangeRatio = data.canChangeRatio ?? this.canChangeRatio;
62486
62486
  this.subject.publish(this);
62487
62487
  return this;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-temp",
3
- "version": "0.13.86",
3
+ "version": "0.13.87",
4
4
  "description": "A flexible interactive whiteboard library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",