microboard-temp 0.13.85 → 0.13.86
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/cjs/browser.js +6 -7
- package/dist/cjs/index.js +6 -7
- package/dist/cjs/node.js +6 -7
- package/dist/esm/browser.js +6 -7
- package/dist/esm/index.js +6 -7
- package/dist/esm/node.js +6 -7
- package/package.json +1 -1
package/dist/cjs/browser.js
CHANGED
|
@@ -58748,12 +58748,12 @@ var init_Sticker = __esm(() => {
|
|
|
58748
58748
|
if (data.backgroundColor != null) {
|
|
58749
58749
|
this.backgroundColor = coerceColorValue(data.backgroundColor);
|
|
58750
58750
|
}
|
|
58751
|
-
if (data.transformation) {
|
|
58752
|
-
this.transformation.deserialize(data.transformation);
|
|
58753
|
-
}
|
|
58754
58751
|
if (data.text) {
|
|
58755
58752
|
this.text.deserialize(data.text);
|
|
58756
58753
|
}
|
|
58754
|
+
if (data.transformation) {
|
|
58755
|
+
this.transformation.deserialize(data.transformation);
|
|
58756
|
+
}
|
|
58757
58757
|
this.text.updateElement();
|
|
58758
58758
|
const linkTo = data.linkTo;
|
|
58759
58759
|
if (linkTo) {
|
|
@@ -69242,13 +69242,12 @@ var init_Shape = __esm(() => {
|
|
|
69242
69242
|
this.borderOpacity = data.borderOpacity ?? this.borderOpacity;
|
|
69243
69243
|
this.borderStyle = data.borderStyle ?? this.borderStyle;
|
|
69244
69244
|
this.borderWidth = data.borderWidth ?? this.borderWidth;
|
|
69245
|
-
if (data.transformation) {
|
|
69246
|
-
this.transformation.deserialize(data.transformation);
|
|
69247
|
-
this.transformPath();
|
|
69248
|
-
}
|
|
69249
69245
|
if (data.text) {
|
|
69250
69246
|
this.text.deserialize(data.text);
|
|
69251
69247
|
}
|
|
69248
|
+
if (data.transformation) {
|
|
69249
|
+
this.transformation.deserialize(data.transformation);
|
|
69250
|
+
}
|
|
69252
69251
|
this.transformPath();
|
|
69253
69252
|
this.text.updateElement();
|
|
69254
69253
|
this.subject.publish(this);
|
package/dist/cjs/index.js
CHANGED
|
@@ -58748,12 +58748,12 @@ var init_Sticker = __esm(() => {
|
|
|
58748
58748
|
if (data.backgroundColor != null) {
|
|
58749
58749
|
this.backgroundColor = coerceColorValue(data.backgroundColor);
|
|
58750
58750
|
}
|
|
58751
|
-
if (data.transformation) {
|
|
58752
|
-
this.transformation.deserialize(data.transformation);
|
|
58753
|
-
}
|
|
58754
58751
|
if (data.text) {
|
|
58755
58752
|
this.text.deserialize(data.text);
|
|
58756
58753
|
}
|
|
58754
|
+
if (data.transformation) {
|
|
58755
|
+
this.transformation.deserialize(data.transformation);
|
|
58756
|
+
}
|
|
58757
58757
|
this.text.updateElement();
|
|
58758
58758
|
const linkTo = data.linkTo;
|
|
58759
58759
|
if (linkTo) {
|
|
@@ -69242,13 +69242,12 @@ var init_Shape = __esm(() => {
|
|
|
69242
69242
|
this.borderOpacity = data.borderOpacity ?? this.borderOpacity;
|
|
69243
69243
|
this.borderStyle = data.borderStyle ?? this.borderStyle;
|
|
69244
69244
|
this.borderWidth = data.borderWidth ?? this.borderWidth;
|
|
69245
|
-
if (data.transformation) {
|
|
69246
|
-
this.transformation.deserialize(data.transformation);
|
|
69247
|
-
this.transformPath();
|
|
69248
|
-
}
|
|
69249
69245
|
if (data.text) {
|
|
69250
69246
|
this.text.deserialize(data.text);
|
|
69251
69247
|
}
|
|
69248
|
+
if (data.transformation) {
|
|
69249
|
+
this.transformation.deserialize(data.transformation);
|
|
69250
|
+
}
|
|
69252
69251
|
this.transformPath();
|
|
69253
69252
|
this.text.updateElement();
|
|
69254
69253
|
this.subject.publish(this);
|
package/dist/cjs/node.js
CHANGED
|
@@ -61168,12 +61168,12 @@ var init_Sticker = __esm(() => {
|
|
|
61168
61168
|
if (data.backgroundColor != null) {
|
|
61169
61169
|
this.backgroundColor = coerceColorValue(data.backgroundColor);
|
|
61170
61170
|
}
|
|
61171
|
-
if (data.transformation) {
|
|
61172
|
-
this.transformation.deserialize(data.transformation);
|
|
61173
|
-
}
|
|
61174
61171
|
if (data.text) {
|
|
61175
61172
|
this.text.deserialize(data.text);
|
|
61176
61173
|
}
|
|
61174
|
+
if (data.transformation) {
|
|
61175
|
+
this.transformation.deserialize(data.transformation);
|
|
61176
|
+
}
|
|
61177
61177
|
this.text.updateElement();
|
|
61178
61178
|
const linkTo = data.linkTo;
|
|
61179
61179
|
if (linkTo) {
|
|
@@ -71662,13 +71662,12 @@ var init_Shape = __esm(() => {
|
|
|
71662
71662
|
this.borderOpacity = data.borderOpacity ?? this.borderOpacity;
|
|
71663
71663
|
this.borderStyle = data.borderStyle ?? this.borderStyle;
|
|
71664
71664
|
this.borderWidth = data.borderWidth ?? this.borderWidth;
|
|
71665
|
-
if (data.transformation) {
|
|
71666
|
-
this.transformation.deserialize(data.transformation);
|
|
71667
|
-
this.transformPath();
|
|
71668
|
-
}
|
|
71669
71665
|
if (data.text) {
|
|
71670
71666
|
this.text.deserialize(data.text);
|
|
71671
71667
|
}
|
|
71668
|
+
if (data.transformation) {
|
|
71669
|
+
this.transformation.deserialize(data.transformation);
|
|
71670
|
+
}
|
|
71672
71671
|
this.transformPath();
|
|
71673
71672
|
this.text.updateElement();
|
|
71674
71673
|
this.subject.publish(this);
|
package/dist/esm/browser.js
CHANGED
|
@@ -58686,12 +58686,12 @@ var init_Sticker = __esm(() => {
|
|
|
58686
58686
|
if (data.backgroundColor != null) {
|
|
58687
58687
|
this.backgroundColor = coerceColorValue(data.backgroundColor);
|
|
58688
58688
|
}
|
|
58689
|
-
if (data.transformation) {
|
|
58690
|
-
this.transformation.deserialize(data.transformation);
|
|
58691
|
-
}
|
|
58692
58689
|
if (data.text) {
|
|
58693
58690
|
this.text.deserialize(data.text);
|
|
58694
58691
|
}
|
|
58692
|
+
if (data.transformation) {
|
|
58693
|
+
this.transformation.deserialize(data.transformation);
|
|
58694
|
+
}
|
|
58695
58695
|
this.text.updateElement();
|
|
58696
58696
|
const linkTo = data.linkTo;
|
|
58697
58697
|
if (linkTo) {
|
|
@@ -69180,13 +69180,12 @@ var init_Shape = __esm(() => {
|
|
|
69180
69180
|
this.borderOpacity = data.borderOpacity ?? this.borderOpacity;
|
|
69181
69181
|
this.borderStyle = data.borderStyle ?? this.borderStyle;
|
|
69182
69182
|
this.borderWidth = data.borderWidth ?? this.borderWidth;
|
|
69183
|
-
if (data.transformation) {
|
|
69184
|
-
this.transformation.deserialize(data.transformation);
|
|
69185
|
-
this.transformPath();
|
|
69186
|
-
}
|
|
69187
69183
|
if (data.text) {
|
|
69188
69184
|
this.text.deserialize(data.text);
|
|
69189
69185
|
}
|
|
69186
|
+
if (data.transformation) {
|
|
69187
|
+
this.transformation.deserialize(data.transformation);
|
|
69188
|
+
}
|
|
69190
69189
|
this.transformPath();
|
|
69191
69190
|
this.text.updateElement();
|
|
69192
69191
|
this.subject.publish(this);
|
package/dist/esm/index.js
CHANGED
|
@@ -58679,12 +58679,12 @@ var init_Sticker = __esm(() => {
|
|
|
58679
58679
|
if (data.backgroundColor != null) {
|
|
58680
58680
|
this.backgroundColor = coerceColorValue(data.backgroundColor);
|
|
58681
58681
|
}
|
|
58682
|
-
if (data.transformation) {
|
|
58683
|
-
this.transformation.deserialize(data.transformation);
|
|
58684
|
-
}
|
|
58685
58682
|
if (data.text) {
|
|
58686
58683
|
this.text.deserialize(data.text);
|
|
58687
58684
|
}
|
|
58685
|
+
if (data.transformation) {
|
|
58686
|
+
this.transformation.deserialize(data.transformation);
|
|
58687
|
+
}
|
|
58688
58688
|
this.text.updateElement();
|
|
58689
58689
|
const linkTo = data.linkTo;
|
|
58690
58690
|
if (linkTo) {
|
|
@@ -69173,13 +69173,12 @@ var init_Shape = __esm(() => {
|
|
|
69173
69173
|
this.borderOpacity = data.borderOpacity ?? this.borderOpacity;
|
|
69174
69174
|
this.borderStyle = data.borderStyle ?? this.borderStyle;
|
|
69175
69175
|
this.borderWidth = data.borderWidth ?? this.borderWidth;
|
|
69176
|
-
if (data.transformation) {
|
|
69177
|
-
this.transformation.deserialize(data.transformation);
|
|
69178
|
-
this.transformPath();
|
|
69179
|
-
}
|
|
69180
69176
|
if (data.text) {
|
|
69181
69177
|
this.text.deserialize(data.text);
|
|
69182
69178
|
}
|
|
69179
|
+
if (data.transformation) {
|
|
69180
|
+
this.transformation.deserialize(data.transformation);
|
|
69181
|
+
}
|
|
69183
69182
|
this.transformPath();
|
|
69184
69183
|
this.text.updateElement();
|
|
69185
69184
|
this.subject.publish(this);
|
package/dist/esm/node.js
CHANGED
|
@@ -61088,12 +61088,12 @@ var init_Sticker = __esm(() => {
|
|
|
61088
61088
|
if (data.backgroundColor != null) {
|
|
61089
61089
|
this.backgroundColor = coerceColorValue(data.backgroundColor);
|
|
61090
61090
|
}
|
|
61091
|
-
if (data.transformation) {
|
|
61092
|
-
this.transformation.deserialize(data.transformation);
|
|
61093
|
-
}
|
|
61094
61091
|
if (data.text) {
|
|
61095
61092
|
this.text.deserialize(data.text);
|
|
61096
61093
|
}
|
|
61094
|
+
if (data.transformation) {
|
|
61095
|
+
this.transformation.deserialize(data.transformation);
|
|
61096
|
+
}
|
|
61097
61097
|
this.text.updateElement();
|
|
61098
61098
|
const linkTo = data.linkTo;
|
|
61099
61099
|
if (linkTo) {
|
|
@@ -71582,13 +71582,12 @@ var init_Shape = __esm(() => {
|
|
|
71582
71582
|
this.borderOpacity = data.borderOpacity ?? this.borderOpacity;
|
|
71583
71583
|
this.borderStyle = data.borderStyle ?? this.borderStyle;
|
|
71584
71584
|
this.borderWidth = data.borderWidth ?? this.borderWidth;
|
|
71585
|
-
if (data.transformation) {
|
|
71586
|
-
this.transformation.deserialize(data.transformation);
|
|
71587
|
-
this.transformPath();
|
|
71588
|
-
}
|
|
71589
71585
|
if (data.text) {
|
|
71590
71586
|
this.text.deserialize(data.text);
|
|
71591
71587
|
}
|
|
71588
|
+
if (data.transformation) {
|
|
71589
|
+
this.transformation.deserialize(data.transformation);
|
|
71590
|
+
}
|
|
71592
71591
|
this.transformPath();
|
|
71593
71592
|
this.text.updateElement();
|
|
71594
71593
|
this.subject.publish(this);
|