pds-dev-kit-web-test 2.6.29 → 2.7.1
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.
@@ -52,6 +52,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
52
52
|
Object.defineProperty(exports, "__esModule", { value: true });
|
53
53
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
54
54
|
/* eslint-disable @typescript-eslint/no-unused-vars */
|
55
|
+
var group_1 = require("publ-echo/dist/lib/GridLayoutEditor/group");
|
55
56
|
var react_1 = __importStar(require("react"));
|
56
57
|
var ErrorBoundary_1 = require("../../DynamicLayout/components/Section/ErrorBoundary");
|
57
58
|
var dynamicLayoutContext_1 = require("../../DynamicLayout/dynamicLayoutContext");
|
@@ -200,6 +201,10 @@ var GridAutoRowEditor = (0, react_1.forwardRef)(function CustomSection(props, re
|
|
200
201
|
}
|
201
202
|
return 16;
|
202
203
|
})();
|
204
|
+
var pedigree = jsonProperties === null || jsonProperties === void 0 ? void 0 : jsonProperties.pedigree;
|
205
|
+
var editableCBIds = (0, group_1.findDirectChildrenCbIds)(pedigree, 'ROOT');
|
206
|
+
console.log('pedigree', pedigree);
|
207
|
+
console.log(editableCBIds);
|
203
208
|
return ((0, jsx_runtime_1.jsx)(ErrorBoundary_1.ErrorBoundary, { children: (0, jsx_runtime_1.jsx)(dynamicLayoutContext_1.dynamicLayoutContext.Provider, __assign({ value: {
|
204
209
|
device: device,
|
205
210
|
mode: mode,
|