microboard-temp 0.14.5 → 0.14.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/dist/cjs/browser.js +1 -5
- package/dist/cjs/index.js +1 -5
- package/dist/cjs/node.js +1 -5
- package/dist/esm/browser.js +1 -5
- package/dist/esm/index.js +1 -5
- package/dist/esm/node.js +1 -5
- package/package.json +1 -1
package/dist/cjs/browser.js
CHANGED
|
@@ -59069,12 +59069,8 @@ var init_Connector = __esm(() => {
|
|
|
59069
59069
|
}
|
|
59070
59070
|
if (data.transformation) {
|
|
59071
59071
|
this.transformation.deserialize(data.transformation);
|
|
59072
|
-
this.translatePoints();
|
|
59073
|
-
this.updatePaths();
|
|
59074
|
-
} else {
|
|
59075
|
-
this.translatePoints();
|
|
59076
|
-
this.updatePaths();
|
|
59077
59072
|
}
|
|
59073
|
+
this.updatePaths();
|
|
59078
59074
|
this.subject.publish(this);
|
|
59079
59075
|
return this;
|
|
59080
59076
|
}
|
package/dist/cjs/index.js
CHANGED
|
@@ -59069,12 +59069,8 @@ var init_Connector = __esm(() => {
|
|
|
59069
59069
|
}
|
|
59070
59070
|
if (data.transformation) {
|
|
59071
59071
|
this.transformation.deserialize(data.transformation);
|
|
59072
|
-
this.translatePoints();
|
|
59073
|
-
this.updatePaths();
|
|
59074
|
-
} else {
|
|
59075
|
-
this.translatePoints();
|
|
59076
|
-
this.updatePaths();
|
|
59077
59072
|
}
|
|
59073
|
+
this.updatePaths();
|
|
59078
59074
|
this.subject.publish(this);
|
|
59079
59075
|
return this;
|
|
59080
59076
|
}
|
package/dist/cjs/node.js
CHANGED
|
@@ -61489,12 +61489,8 @@ var init_Connector = __esm(() => {
|
|
|
61489
61489
|
}
|
|
61490
61490
|
if (data.transformation) {
|
|
61491
61491
|
this.transformation.deserialize(data.transformation);
|
|
61492
|
-
this.translatePoints();
|
|
61493
|
-
this.updatePaths();
|
|
61494
|
-
} else {
|
|
61495
|
-
this.translatePoints();
|
|
61496
|
-
this.updatePaths();
|
|
61497
61492
|
}
|
|
61493
|
+
this.updatePaths();
|
|
61498
61494
|
this.subject.publish(this);
|
|
61499
61495
|
return this;
|
|
61500
61496
|
}
|
package/dist/esm/browser.js
CHANGED
|
@@ -59006,12 +59006,8 @@ var init_Connector = __esm(() => {
|
|
|
59006
59006
|
}
|
|
59007
59007
|
if (data.transformation) {
|
|
59008
59008
|
this.transformation.deserialize(data.transformation);
|
|
59009
|
-
this.translatePoints();
|
|
59010
|
-
this.updatePaths();
|
|
59011
|
-
} else {
|
|
59012
|
-
this.translatePoints();
|
|
59013
|
-
this.updatePaths();
|
|
59014
59009
|
}
|
|
59010
|
+
this.updatePaths();
|
|
59015
59011
|
this.subject.publish(this);
|
|
59016
59012
|
return this;
|
|
59017
59013
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -58999,12 +58999,8 @@ var init_Connector = __esm(() => {
|
|
|
58999
58999
|
}
|
|
59000
59000
|
if (data.transformation) {
|
|
59001
59001
|
this.transformation.deserialize(data.transformation);
|
|
59002
|
-
this.translatePoints();
|
|
59003
|
-
this.updatePaths();
|
|
59004
|
-
} else {
|
|
59005
|
-
this.translatePoints();
|
|
59006
|
-
this.updatePaths();
|
|
59007
59002
|
}
|
|
59003
|
+
this.updatePaths();
|
|
59008
59004
|
this.subject.publish(this);
|
|
59009
59005
|
return this;
|
|
59010
59006
|
}
|
package/dist/esm/node.js
CHANGED
|
@@ -61408,12 +61408,8 @@ var init_Connector = __esm(() => {
|
|
|
61408
61408
|
}
|
|
61409
61409
|
if (data.transformation) {
|
|
61410
61410
|
this.transformation.deserialize(data.transformation);
|
|
61411
|
-
this.translatePoints();
|
|
61412
|
-
this.updatePaths();
|
|
61413
|
-
} else {
|
|
61414
|
-
this.translatePoints();
|
|
61415
|
-
this.updatePaths();
|
|
61416
61411
|
}
|
|
61412
|
+
this.updatePaths();
|
|
61417
61413
|
this.subject.publish(this);
|
|
61418
61414
|
return this;
|
|
61419
61415
|
}
|