microboard-temp 0.13.10 → 0.13.11

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.
@@ -40025,7 +40025,9 @@ class Shape extends BaseItem {
40025
40025
  this.subject.publish(this);
40026
40026
  });
40027
40027
  this.text.insideOf = this.itemType;
40028
+ this.transformPath();
40028
40029
  this.updateMbr();
40030
+ this.subject.publish(this);
40029
40031
  }
40030
40032
  saveShapeData() {
40031
40033
  tempStorage.setShapeData({
@@ -40576,6 +40578,8 @@ class Sticker extends BaseItem {
40576
40578
  this.subject.publish(this);
40577
40579
  });
40578
40580
  this.text.updateElement();
40581
+ this.transformPath();
40582
+ this.subject.publish(this);
40579
40583
  }
40580
40584
  emit(operation) {
40581
40585
  if (this.board.events) {
package/dist/cjs/index.js CHANGED
@@ -40025,7 +40025,9 @@ class Shape extends BaseItem {
40025
40025
  this.subject.publish(this);
40026
40026
  });
40027
40027
  this.text.insideOf = this.itemType;
40028
+ this.transformPath();
40028
40029
  this.updateMbr();
40030
+ this.subject.publish(this);
40029
40031
  }
40030
40032
  saveShapeData() {
40031
40033
  tempStorage.setShapeData({
@@ -40576,6 +40578,8 @@ class Sticker extends BaseItem {
40576
40578
  this.subject.publish(this);
40577
40579
  });
40578
40580
  this.text.updateElement();
40581
+ this.transformPath();
40582
+ this.subject.publish(this);
40579
40583
  }
40580
40584
  emit(operation) {
40581
40585
  if (this.board.events) {
package/dist/cjs/node.js CHANGED
@@ -42498,7 +42498,9 @@ class Shape extends BaseItem {
42498
42498
  this.subject.publish(this);
42499
42499
  });
42500
42500
  this.text.insideOf = this.itemType;
42501
+ this.transformPath();
42501
42502
  this.updateMbr();
42503
+ this.subject.publish(this);
42502
42504
  }
42503
42505
  saveShapeData() {
42504
42506
  tempStorage.setShapeData({
@@ -43049,6 +43051,8 @@ class Sticker extends BaseItem {
43049
43051
  this.subject.publish(this);
43050
43052
  });
43051
43053
  this.text.updateElement();
43054
+ this.transformPath();
43055
+ this.subject.publish(this);
43052
43056
  }
43053
43057
  emit(operation) {
43054
43058
  if (this.board.events) {
@@ -39854,7 +39854,9 @@ class Shape extends BaseItem {
39854
39854
  this.subject.publish(this);
39855
39855
  });
39856
39856
  this.text.insideOf = this.itemType;
39857
+ this.transformPath();
39857
39858
  this.updateMbr();
39859
+ this.subject.publish(this);
39858
39860
  }
39859
39861
  saveShapeData() {
39860
39862
  tempStorage.setShapeData({
@@ -40405,6 +40407,8 @@ class Sticker extends BaseItem {
40405
40407
  this.subject.publish(this);
40406
40408
  });
40407
40409
  this.text.updateElement();
40410
+ this.transformPath();
40411
+ this.subject.publish(this);
40408
40412
  }
40409
40413
  emit(operation) {
40410
40414
  if (this.board.events) {
package/dist/esm/index.js CHANGED
@@ -39847,7 +39847,9 @@ class Shape extends BaseItem {
39847
39847
  this.subject.publish(this);
39848
39848
  });
39849
39849
  this.text.insideOf = this.itemType;
39850
+ this.transformPath();
39850
39851
  this.updateMbr();
39852
+ this.subject.publish(this);
39851
39853
  }
39852
39854
  saveShapeData() {
39853
39855
  tempStorage.setShapeData({
@@ -40398,6 +40400,8 @@ class Sticker extends BaseItem {
40398
40400
  this.subject.publish(this);
40399
40401
  });
40400
40402
  this.text.updateElement();
40403
+ this.transformPath();
40404
+ this.subject.publish(this);
40401
40405
  }
40402
40406
  emit(operation) {
40403
40407
  if (this.board.events) {
package/dist/esm/node.js CHANGED
@@ -42315,7 +42315,9 @@ class Shape extends BaseItem {
42315
42315
  this.subject.publish(this);
42316
42316
  });
42317
42317
  this.text.insideOf = this.itemType;
42318
+ this.transformPath();
42318
42319
  this.updateMbr();
42320
+ this.subject.publish(this);
42319
42321
  }
42320
42322
  saveShapeData() {
42321
42323
  tempStorage.setShapeData({
@@ -42866,6 +42868,8 @@ class Sticker extends BaseItem {
42866
42868
  this.subject.publish(this);
42867
42869
  });
42868
42870
  this.text.updateElement();
42871
+ this.transformPath();
42872
+ this.subject.publish(this);
42869
42873
  }
42870
42874
  emit(operation) {
42871
42875
  if (this.board.events) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-temp",
3
- "version": "0.13.10",
3
+ "version": "0.13.11",
4
4
  "description": "A flexible interactive whiteboard library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",