pds-dev-kit-web-test 2.5.78 → 2.5.80

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.
@@ -99,6 +99,8 @@ type ActionHandlerPayload = {
99
99
  e: React.MouseEvent;
100
100
  blockId: string;
101
101
  isEditingGroup: boolean;
102
+ childrenCBIds: number[];
103
+ workdir: string;
102
104
  };
103
105
  '@CUSTOMSECTION/BULK_CREATED': {
104
106
  message: string;
@@ -436,6 +436,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
436
436
  });
437
437
  };
438
438
  var onContextGroup = function (e, blockId, isEditingGroup) {
439
+ var _a;
439
440
  setSelectedBlockId(blockId);
440
441
  sectionActionHandler &&
441
442
  sectionActionHandler({
@@ -443,7 +444,9 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
443
444
  payload: {
444
445
  blockId: blockId,
445
446
  e: e,
446
- isEditingGroup: isEditingGroup
447
+ isEditingGroup: isEditingGroup,
448
+ workdir: (_a = (0, group_1.getBlockWorkDirPath)(newblock, blockId)) !== null && _a !== void 0 ? _a : 'NOT-FOUND',
449
+ childrenCBIds: (0, group_1.findDirectChildrenCbIds)(newblock, blockId)
447
450
  }
448
451
  });
449
452
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.78",
3
+ "version": "2.5.80",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "lottie-react": "^2.3.1",
24
24
  "nuka-carousel": "^4.8.4",
25
25
  "publ-echo": "^0.0.99",
26
- "publ-echo-test": "^0.0.125",
26
+ "publ-echo-test": "^0.0.126",
27
27
  "react-hook-form": "^7.28.1",
28
28
  "react-i18next": "^11.12.0",
29
29
  "react-router-dom": "^5.2.0",