microboard-temp 0.4.62 → 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.
@@ -18822,17 +18822,10 @@ class FrameCommand {
18822
18822
  };
18823
18823
  });
18824
18824
  case "addChildren":
18825
- return mapItemsByOperation(frame, (item) => {
18826
- return {
18827
- ...this.operation,
18828
- newData: { childIds: item.getChildrenIds() }
18829
- };
18830
- });
18831
18825
  case "removeChildren":
18832
18826
  return mapItemsByOperation(frame, (item) => {
18833
18827
  return {
18834
- ...this.operation,
18835
- newData: { childIds: item.getChildrenIds() }
18828
+ ...this.operation
18836
18829
  };
18837
18830
  });
18838
18831
  default:
package/dist/cjs/index.js CHANGED
@@ -18822,17 +18822,10 @@ class FrameCommand {
18822
18822
  };
18823
18823
  });
18824
18824
  case "addChildren":
18825
- return mapItemsByOperation(frame, (item) => {
18826
- return {
18827
- ...this.operation,
18828
- newData: { childIds: item.getChildrenIds() }
18829
- };
18830
- });
18831
18825
  case "removeChildren":
18832
18826
  return mapItemsByOperation(frame, (item) => {
18833
18827
  return {
18834
- ...this.operation,
18835
- newData: { childIds: item.getChildrenIds() }
18828
+ ...this.operation
18836
18829
  };
18837
18830
  });
18838
18831
  default:
package/dist/cjs/node.js CHANGED
@@ -21362,17 +21362,10 @@ class FrameCommand {
21362
21362
  };
21363
21363
  });
21364
21364
  case "addChildren":
21365
- return mapItemsByOperation(frame, (item) => {
21366
- return {
21367
- ...this.operation,
21368
- newData: { childIds: item.getChildrenIds() }
21369
- };
21370
- });
21371
21365
  case "removeChildren":
21372
21366
  return mapItemsByOperation(frame, (item) => {
21373
21367
  return {
21374
- ...this.operation,
21375
- newData: { childIds: item.getChildrenIds() }
21368
+ ...this.operation
21376
21369
  };
21377
21370
  });
21378
21371
  default:
@@ -18672,17 +18672,10 @@ class FrameCommand {
18672
18672
  };
18673
18673
  });
18674
18674
  case "addChildren":
18675
- return mapItemsByOperation(frame, (item) => {
18676
- return {
18677
- ...this.operation,
18678
- newData: { childIds: item.getChildrenIds() }
18679
- };
18680
- });
18681
18675
  case "removeChildren":
18682
18676
  return mapItemsByOperation(frame, (item) => {
18683
18677
  return {
18684
- ...this.operation,
18685
- newData: { childIds: item.getChildrenIds() }
18678
+ ...this.operation
18686
18679
  };
18687
18680
  });
18688
18681
  default:
package/dist/esm/index.js CHANGED
@@ -18665,17 +18665,10 @@ class FrameCommand {
18665
18665
  };
18666
18666
  });
18667
18667
  case "addChildren":
18668
- return mapItemsByOperation(frame, (item) => {
18669
- return {
18670
- ...this.operation,
18671
- newData: { childIds: item.getChildrenIds() }
18672
- };
18673
- });
18674
18668
  case "removeChildren":
18675
18669
  return mapItemsByOperation(frame, (item) => {
18676
18670
  return {
18677
- ...this.operation,
18678
- newData: { childIds: item.getChildrenIds() }
18671
+ ...this.operation
18679
18672
  };
18680
18673
  });
18681
18674
  default:
package/dist/esm/node.js CHANGED
@@ -21200,17 +21200,10 @@ class FrameCommand {
21200
21200
  };
21201
21201
  });
21202
21202
  case "addChildren":
21203
- return mapItemsByOperation(frame, (item) => {
21204
- return {
21205
- ...this.operation,
21206
- newData: { childIds: item.getChildrenIds() }
21207
- };
21208
- });
21209
21203
  case "removeChildren":
21210
21204
  return mapItemsByOperation(frame, (item) => {
21211
21205
  return {
21212
- ...this.operation,
21213
- newData: { childIds: item.getChildrenIds() }
21206
+ ...this.operation
21214
21207
  };
21215
21208
  });
21216
21209
  default:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-temp",
3
- "version": "0.4.62",
3
+ "version": "0.4.63",
4
4
  "description": "A flexible interactive whiteboard library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",