pds-dev-kit-web-test 2.5.306 → 2.5.309

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.
@@ -288,7 +288,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
288
288
  childrenBlockIds: bulks_1,
289
289
  workDir: (_a = (0, group_1.getBlockWorkDirPath)(newblock, editingGroupBlock)) !== null && _a !== void 0 ? _a : 'NOT-FOUND',
290
290
  childrenCBIds: childrenCBIds,
291
- groupDisabled: groupDisabled
291
+ groupDisabled: groupDisabled && editingGroupBlock !== 'ROOT'
292
292
  }
293
293
  }
294
294
  });
@@ -360,7 +360,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
360
360
  childrenBlockIds: allRootChildIds,
361
361
  workDir: (_e = (0, group_1.getBlockWorkDirPath)(newblock, editingGroupBlock)) !== null && _e !== void 0 ? _e : 'NOT-FOUND',
362
362
  childrenCBIds: childrenCBIds,
363
- groupDisabled: groupDisabled
363
+ groupDisabled: groupDisabled && editingGroupBlock !== 'ROOT'
364
364
  }
365
365
  }
366
366
  });
@@ -438,7 +438,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
438
438
  childrenBlockIds: newBulkBlockIds,
439
439
  childrenCBIds: childrenCBIds,
440
440
  workDir: (_a = (0, group_1.getBlockWorkDirPath)(newblock, editingGroupBlock)) !== null && _a !== void 0 ? _a : 'NOT-FOUND',
441
- groupDisabled: groupDisabled
441
+ groupDisabled: groupDisabled && editingGroupBlock !== 'ROOT'
442
442
  }
443
443
  }
444
444
  });
@@ -490,7 +490,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
490
490
  childrenBlockIds: newBulks,
491
491
  workDir: (_c = (0, group_1.getBlockWorkDirPath)(newblock, editingGroupBlock)) !== null && _c !== void 0 ? _c : 'NOT-FOUND',
492
492
  childrenCBIds: childrenCBIds,
493
- groupDisabled: groupDisabled
493
+ groupDisabled: groupDisabled && editingGroupBlock !== 'ROOT'
494
494
  }
495
495
  }
496
496
  });
@@ -818,7 +818,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
818
818
  childrenBlockIds: filtered,
819
819
  workDir: (_b = (0, group_1.getBlockWorkDirPath)(newblock, editingGroupBlock)) !== null && _b !== void 0 ? _b : 'NOT-FOUND',
820
820
  childrenCBIds: newBulkCBIds,
821
- groupDisabled: groupDisabled
821
+ groupDisabled: groupDisabled && editingGroupBlock !== 'ROOT'
822
822
  }
823
823
  }
824
824
  });
@@ -903,7 +903,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
903
903
  childrenBlockIds: newBulkBlockIds_1,
904
904
  childrenCBIds: childrenCBIds_1,
905
905
  workDir: (_b = (0, group_1.getBlockWorkDirPath)(newblock, editingGroupBlock)) !== null && _b !== void 0 ? _b : 'NOT-FOUND',
906
- groupDisabled: groupDisabled
906
+ groupDisabled: groupDisabled && editingGroupBlock !== 'ROOT'
907
907
  }
908
908
  }
909
909
  });
@@ -959,7 +959,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
959
959
  childrenBlockIds: newBulkBlockIds_2,
960
960
  childrenCBIds: childrenCBIds_2,
961
961
  workDir: (_f = (0, group_1.getBlockWorkDirPath)(newblock, editingGroupBlock)) !== null && _f !== void 0 ? _f : 'NOT-FOUND',
962
- groupDisabled: groupDisabled
962
+ groupDisabled: groupDisabled && editingGroupBlock !== 'ROOT'
963
963
  }
964
964
  }
965
965
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.306",
3
+ "version": "2.5.309",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "i18next-intervalplural-postprocessor": "^3.0.0",
23
23
  "lottie-react": "^2.3.1",
24
24
  "nuka-carousel": "^4.8.4",
25
- "publ-echo": "^0.0.115",
25
+ "publ-echo": "^0.0.116",
26
26
  "react-hook-form": "^7.28.1",
27
27
  "react-i18next": "^11.12.0",
28
28
  "react-router-dom": "^5.2.0",