microboard-temp 0.13.57 → 0.13.58
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 -11
- package/dist/cjs/index.js +1 -11
- package/dist/cjs/node.js +1 -11
- package/dist/esm/browser.js +1 -11
- package/dist/esm/index.js +1 -11
- package/dist/esm/node.js +1 -11
- package/package.json +1 -1
package/dist/cjs/browser.js
CHANGED
|
@@ -13244,7 +13244,7 @@ var init_BaseItem = __esm(() => {
|
|
|
13244
13244
|
this.subject.publish(this);
|
|
13245
13245
|
}
|
|
13246
13246
|
updateMbr() {
|
|
13247
|
-
|
|
13247
|
+
return;
|
|
13248
13248
|
}
|
|
13249
13249
|
getLinkTo() {
|
|
13250
13250
|
return this.linkTo.link;
|
|
@@ -13355,16 +13355,6 @@ var init_BaseItem = __esm(() => {
|
|
|
13355
13355
|
}
|
|
13356
13356
|
}
|
|
13357
13357
|
this.transformation.apply(transformOp);
|
|
13358
|
-
const m = transformOp.method;
|
|
13359
|
-
if (m !== "translateTo" && m !== "translateBy" && m !== "rotateTo" && m !== "rotateBy" && m !== "locked" && m !== "unlocked") {
|
|
13360
|
-
if (m === "applyMatrix") {
|
|
13361
|
-
if (transformOp.items.some((i) => i.matrix.scaleX !== 1 || i.matrix.scaleY !== 1)) {
|
|
13362
|
-
this._physicsHalfExtent = -1;
|
|
13363
|
-
}
|
|
13364
|
-
} else {
|
|
13365
|
-
this._physicsHalfExtent = -1;
|
|
13366
|
-
}
|
|
13367
|
-
}
|
|
13368
13358
|
break;
|
|
13369
13359
|
}
|
|
13370
13360
|
case "LinkTo":
|
package/dist/cjs/index.js
CHANGED
|
@@ -13244,7 +13244,7 @@ var init_BaseItem = __esm(() => {
|
|
|
13244
13244
|
this.subject.publish(this);
|
|
13245
13245
|
}
|
|
13246
13246
|
updateMbr() {
|
|
13247
|
-
|
|
13247
|
+
return;
|
|
13248
13248
|
}
|
|
13249
13249
|
getLinkTo() {
|
|
13250
13250
|
return this.linkTo.link;
|
|
@@ -13355,16 +13355,6 @@ var init_BaseItem = __esm(() => {
|
|
|
13355
13355
|
}
|
|
13356
13356
|
}
|
|
13357
13357
|
this.transformation.apply(transformOp);
|
|
13358
|
-
const m = transformOp.method;
|
|
13359
|
-
if (m !== "translateTo" && m !== "translateBy" && m !== "rotateTo" && m !== "rotateBy" && m !== "locked" && m !== "unlocked") {
|
|
13360
|
-
if (m === "applyMatrix") {
|
|
13361
|
-
if (transformOp.items.some((i) => i.matrix.scaleX !== 1 || i.matrix.scaleY !== 1)) {
|
|
13362
|
-
this._physicsHalfExtent = -1;
|
|
13363
|
-
}
|
|
13364
|
-
} else {
|
|
13365
|
-
this._physicsHalfExtent = -1;
|
|
13366
|
-
}
|
|
13367
|
-
}
|
|
13368
13358
|
break;
|
|
13369
13359
|
}
|
|
13370
13360
|
case "LinkTo":
|
package/dist/cjs/node.js
CHANGED
|
@@ -13264,7 +13264,7 @@ var init_BaseItem = __esm(() => {
|
|
|
13264
13264
|
this.subject.publish(this);
|
|
13265
13265
|
}
|
|
13266
13266
|
updateMbr() {
|
|
13267
|
-
|
|
13267
|
+
return;
|
|
13268
13268
|
}
|
|
13269
13269
|
getLinkTo() {
|
|
13270
13270
|
return this.linkTo.link;
|
|
@@ -13375,16 +13375,6 @@ var init_BaseItem = __esm(() => {
|
|
|
13375
13375
|
}
|
|
13376
13376
|
}
|
|
13377
13377
|
this.transformation.apply(transformOp);
|
|
13378
|
-
const m = transformOp.method;
|
|
13379
|
-
if (m !== "translateTo" && m !== "translateBy" && m !== "rotateTo" && m !== "rotateBy" && m !== "locked" && m !== "unlocked") {
|
|
13380
|
-
if (m === "applyMatrix") {
|
|
13381
|
-
if (transformOp.items.some((i) => i.matrix.scaleX !== 1 || i.matrix.scaleY !== 1)) {
|
|
13382
|
-
this._physicsHalfExtent = -1;
|
|
13383
|
-
}
|
|
13384
|
-
} else {
|
|
13385
|
-
this._physicsHalfExtent = -1;
|
|
13386
|
-
}
|
|
13387
|
-
}
|
|
13388
13378
|
break;
|
|
13389
13379
|
}
|
|
13390
13380
|
case "LinkTo":
|
package/dist/esm/browser.js
CHANGED
|
@@ -13216,7 +13216,7 @@ var init_BaseItem = __esm(() => {
|
|
|
13216
13216
|
this.subject.publish(this);
|
|
13217
13217
|
}
|
|
13218
13218
|
updateMbr() {
|
|
13219
|
-
|
|
13219
|
+
return;
|
|
13220
13220
|
}
|
|
13221
13221
|
getLinkTo() {
|
|
13222
13222
|
return this.linkTo.link;
|
|
@@ -13327,16 +13327,6 @@ var init_BaseItem = __esm(() => {
|
|
|
13327
13327
|
}
|
|
13328
13328
|
}
|
|
13329
13329
|
this.transformation.apply(transformOp);
|
|
13330
|
-
const m = transformOp.method;
|
|
13331
|
-
if (m !== "translateTo" && m !== "translateBy" && m !== "rotateTo" && m !== "rotateBy" && m !== "locked" && m !== "unlocked") {
|
|
13332
|
-
if (m === "applyMatrix") {
|
|
13333
|
-
if (transformOp.items.some((i) => i.matrix.scaleX !== 1 || i.matrix.scaleY !== 1)) {
|
|
13334
|
-
this._physicsHalfExtent = -1;
|
|
13335
|
-
}
|
|
13336
|
-
} else {
|
|
13337
|
-
this._physicsHalfExtent = -1;
|
|
13338
|
-
}
|
|
13339
|
-
}
|
|
13340
13330
|
break;
|
|
13341
13331
|
}
|
|
13342
13332
|
case "LinkTo":
|
package/dist/esm/index.js
CHANGED
|
@@ -13209,7 +13209,7 @@ var init_BaseItem = __esm(() => {
|
|
|
13209
13209
|
this.subject.publish(this);
|
|
13210
13210
|
}
|
|
13211
13211
|
updateMbr() {
|
|
13212
|
-
|
|
13212
|
+
return;
|
|
13213
13213
|
}
|
|
13214
13214
|
getLinkTo() {
|
|
13215
13215
|
return this.linkTo.link;
|
|
@@ -13320,16 +13320,6 @@ var init_BaseItem = __esm(() => {
|
|
|
13320
13320
|
}
|
|
13321
13321
|
}
|
|
13322
13322
|
this.transformation.apply(transformOp);
|
|
13323
|
-
const m = transformOp.method;
|
|
13324
|
-
if (m !== "translateTo" && m !== "translateBy" && m !== "rotateTo" && m !== "rotateBy" && m !== "locked" && m !== "unlocked") {
|
|
13325
|
-
if (m === "applyMatrix") {
|
|
13326
|
-
if (transformOp.items.some((i) => i.matrix.scaleX !== 1 || i.matrix.scaleY !== 1)) {
|
|
13327
|
-
this._physicsHalfExtent = -1;
|
|
13328
|
-
}
|
|
13329
|
-
} else {
|
|
13330
|
-
this._physicsHalfExtent = -1;
|
|
13331
|
-
}
|
|
13332
|
-
}
|
|
13333
13323
|
break;
|
|
13334
13324
|
}
|
|
13335
13325
|
case "LinkTo":
|
package/dist/esm/node.js
CHANGED
|
@@ -13231,7 +13231,7 @@ var init_BaseItem = __esm(() => {
|
|
|
13231
13231
|
this.subject.publish(this);
|
|
13232
13232
|
}
|
|
13233
13233
|
updateMbr() {
|
|
13234
|
-
|
|
13234
|
+
return;
|
|
13235
13235
|
}
|
|
13236
13236
|
getLinkTo() {
|
|
13237
13237
|
return this.linkTo.link;
|
|
@@ -13342,16 +13342,6 @@ var init_BaseItem = __esm(() => {
|
|
|
13342
13342
|
}
|
|
13343
13343
|
}
|
|
13344
13344
|
this.transformation.apply(transformOp);
|
|
13345
|
-
const m = transformOp.method;
|
|
13346
|
-
if (m !== "translateTo" && m !== "translateBy" && m !== "rotateTo" && m !== "rotateBy" && m !== "locked" && m !== "unlocked") {
|
|
13347
|
-
if (m === "applyMatrix") {
|
|
13348
|
-
if (transformOp.items.some((i) => i.matrix.scaleX !== 1 || i.matrix.scaleY !== 1)) {
|
|
13349
|
-
this._physicsHalfExtent = -1;
|
|
13350
|
-
}
|
|
13351
|
-
} else {
|
|
13352
|
-
this._physicsHalfExtent = -1;
|
|
13353
|
-
}
|
|
13354
|
-
}
|
|
13355
13345
|
break;
|
|
13356
13346
|
}
|
|
13357
13347
|
case "LinkTo":
|