microboard-temp 0.4.77 → 0.4.78
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 -0
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/node.js +1 -0
- package/dist/esm/browser.js +1 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/node.js +1 -0
- package/package.json +1 -1
package/dist/cjs/browser.js
CHANGED
|
@@ -47936,6 +47936,7 @@ class Deck extends BaseItem {
|
|
|
47936
47936
|
x: cards[0].left,
|
|
47937
47937
|
y: cards[0].top
|
|
47938
47938
|
});
|
|
47939
|
+
this.updateMbr();
|
|
47939
47940
|
this.applyAddChildren(cards.map((card) => card.getId()));
|
|
47940
47941
|
}
|
|
47941
47942
|
this.transformation.subject.subscribe(() => {
|
package/dist/cjs/index.js
CHANGED
|
@@ -47936,6 +47936,7 @@ class Deck extends BaseItem {
|
|
|
47936
47936
|
x: cards[0].left,
|
|
47937
47937
|
y: cards[0].top
|
|
47938
47938
|
});
|
|
47939
|
+
this.updateMbr();
|
|
47939
47940
|
this.applyAddChildren(cards.map((card) => card.getId()));
|
|
47940
47941
|
}
|
|
47941
47942
|
this.transformation.subject.subscribe(() => {
|
package/dist/cjs/node.js
CHANGED
|
@@ -50409,6 +50409,7 @@ class Deck extends BaseItem {
|
|
|
50409
50409
|
x: cards[0].left,
|
|
50410
50410
|
y: cards[0].top
|
|
50411
50411
|
});
|
|
50412
|
+
this.updateMbr();
|
|
50412
50413
|
this.applyAddChildren(cards.map((card) => card.getId()));
|
|
50413
50414
|
}
|
|
50414
50415
|
this.transformation.subject.subscribe(() => {
|
package/dist/esm/browser.js
CHANGED
|
@@ -47785,6 +47785,7 @@ class Deck extends BaseItem {
|
|
|
47785
47785
|
x: cards[0].left,
|
|
47786
47786
|
y: cards[0].top
|
|
47787
47787
|
});
|
|
47788
|
+
this.updateMbr();
|
|
47788
47789
|
this.applyAddChildren(cards.map((card) => card.getId()));
|
|
47789
47790
|
}
|
|
47790
47791
|
this.transformation.subject.subscribe(() => {
|
package/dist/esm/index.js
CHANGED
|
@@ -47778,6 +47778,7 @@ class Deck extends BaseItem {
|
|
|
47778
47778
|
x: cards[0].left,
|
|
47779
47779
|
y: cards[0].top
|
|
47780
47780
|
});
|
|
47781
|
+
this.updateMbr();
|
|
47781
47782
|
this.applyAddChildren(cards.map((card) => card.getId()));
|
|
47782
47783
|
}
|
|
47783
47784
|
this.transformation.subject.subscribe(() => {
|
package/dist/esm/node.js
CHANGED
|
@@ -50246,6 +50246,7 @@ class Deck extends BaseItem {
|
|
|
50246
50246
|
x: cards[0].left,
|
|
50247
50247
|
y: cards[0].top
|
|
50248
50248
|
});
|
|
50249
|
+
this.updateMbr();
|
|
50249
50250
|
this.applyAddChildren(cards.map((card) => card.getId()));
|
|
50250
50251
|
}
|
|
50251
50252
|
this.transformation.subject.subscribe(() => {
|