microboard-temp 0.4.61 → 0.4.63
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 +7 -0
- package/dist/cjs/index.js +7 -0
- package/dist/cjs/node.js +7 -0
- package/dist/esm/browser.js +7 -0
- package/dist/esm/index.js +7 -0
- package/dist/esm/node.js +7 -0
- package/package.json +1 -1
package/dist/cjs/browser.js
CHANGED
|
@@ -18821,6 +18821,13 @@ class FrameCommand {
|
|
|
18821
18821
|
children: frame2.getChildrenIds()
|
|
18822
18822
|
};
|
|
18823
18823
|
});
|
|
18824
|
+
case "addChildren":
|
|
18825
|
+
case "removeChildren":
|
|
18826
|
+
return mapItemsByOperation(frame, (item) => {
|
|
18827
|
+
return {
|
|
18828
|
+
...this.operation
|
|
18829
|
+
};
|
|
18830
|
+
});
|
|
18824
18831
|
default:
|
|
18825
18832
|
return mapItemsByOperation(frame, (item) => {
|
|
18826
18833
|
const op = this.operation;
|
package/dist/cjs/index.js
CHANGED
|
@@ -18821,6 +18821,13 @@ class FrameCommand {
|
|
|
18821
18821
|
children: frame2.getChildrenIds()
|
|
18822
18822
|
};
|
|
18823
18823
|
});
|
|
18824
|
+
case "addChildren":
|
|
18825
|
+
case "removeChildren":
|
|
18826
|
+
return mapItemsByOperation(frame, (item) => {
|
|
18827
|
+
return {
|
|
18828
|
+
...this.operation
|
|
18829
|
+
};
|
|
18830
|
+
});
|
|
18824
18831
|
default:
|
|
18825
18832
|
return mapItemsByOperation(frame, (item) => {
|
|
18826
18833
|
const op = this.operation;
|
package/dist/cjs/node.js
CHANGED
|
@@ -21361,6 +21361,13 @@ class FrameCommand {
|
|
|
21361
21361
|
children: frame2.getChildrenIds()
|
|
21362
21362
|
};
|
|
21363
21363
|
});
|
|
21364
|
+
case "addChildren":
|
|
21365
|
+
case "removeChildren":
|
|
21366
|
+
return mapItemsByOperation(frame, (item) => {
|
|
21367
|
+
return {
|
|
21368
|
+
...this.operation
|
|
21369
|
+
};
|
|
21370
|
+
});
|
|
21364
21371
|
default:
|
|
21365
21372
|
return mapItemsByOperation(frame, (item) => {
|
|
21366
21373
|
const op = this.operation;
|
package/dist/esm/browser.js
CHANGED
|
@@ -18671,6 +18671,13 @@ class FrameCommand {
|
|
|
18671
18671
|
children: frame2.getChildrenIds()
|
|
18672
18672
|
};
|
|
18673
18673
|
});
|
|
18674
|
+
case "addChildren":
|
|
18675
|
+
case "removeChildren":
|
|
18676
|
+
return mapItemsByOperation(frame, (item) => {
|
|
18677
|
+
return {
|
|
18678
|
+
...this.operation
|
|
18679
|
+
};
|
|
18680
|
+
});
|
|
18674
18681
|
default:
|
|
18675
18682
|
return mapItemsByOperation(frame, (item) => {
|
|
18676
18683
|
const op = this.operation;
|
package/dist/esm/index.js
CHANGED
|
@@ -18664,6 +18664,13 @@ class FrameCommand {
|
|
|
18664
18664
|
children: frame2.getChildrenIds()
|
|
18665
18665
|
};
|
|
18666
18666
|
});
|
|
18667
|
+
case "addChildren":
|
|
18668
|
+
case "removeChildren":
|
|
18669
|
+
return mapItemsByOperation(frame, (item) => {
|
|
18670
|
+
return {
|
|
18671
|
+
...this.operation
|
|
18672
|
+
};
|
|
18673
|
+
});
|
|
18667
18674
|
default:
|
|
18668
18675
|
return mapItemsByOperation(frame, (item) => {
|
|
18669
18676
|
const op = this.operation;
|
package/dist/esm/node.js
CHANGED
|
@@ -21199,6 +21199,13 @@ class FrameCommand {
|
|
|
21199
21199
|
children: frame2.getChildrenIds()
|
|
21200
21200
|
};
|
|
21201
21201
|
});
|
|
21202
|
+
case "addChildren":
|
|
21203
|
+
case "removeChildren":
|
|
21204
|
+
return mapItemsByOperation(frame, (item) => {
|
|
21205
|
+
return {
|
|
21206
|
+
...this.operation
|
|
21207
|
+
};
|
|
21208
|
+
});
|
|
21202
21209
|
default:
|
|
21203
21210
|
return mapItemsByOperation(frame, (item) => {
|
|
21204
21211
|
const op = this.operation;
|