pds-dev-kit-web-test 2.7.388 → 2.7.389
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.
|
@@ -1038,8 +1038,10 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
|
1038
1038
|
return ids.length + bulkBlockIds.length;
|
|
1039
1039
|
}
|
|
1040
1040
|
var editableCBIDs = (0, group_1.findDirectChildrenCbIds)(newblock, editingGroupBlock);
|
|
1041
|
-
var
|
|
1042
|
-
|
|
1041
|
+
var t = (0, react_i18next_1.useTranslation)('translation').t;
|
|
1042
|
+
var a = t('str_grid_height_variable');
|
|
1043
|
+
console.log('here', a);
|
|
1044
|
+
return ((0, jsx_runtime_1.jsx)(ErrorBoundary_1.ErrorBoundary, { children: (0, jsx_runtime_1.jsxs)(gleStyles_1.S_gleStyles, __assign({ isBulkMode: shortcutKeyMode === 'BULK_SELECT', strKeys: { str_grid_height_variable: a } }, { children: [showSectionHiddenCover && (0, jsx_runtime_1.jsx)(S_HiddenCover_1.S_HiddenCover, {}), (0, jsx_runtime_1.jsx)(S_SectionWrapper, __assign({ ref: gleRef, "x-dlayout-section-type": "NO_NAME", onClick: onClickSection, onContextMenu: function (e) {
|
|
1043
1045
|
e.stopPropagation();
|
|
1044
1046
|
e.preventDefault();
|
|
1045
1047
|
onContextSection(e);
|