publ-echo-test 0.0.95 → 0.0.96
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.
@@ -629,6 +629,7 @@ var ReactGridLayout = function (_a) {
|
|
629
629
|
onDoubleClickGroup && onDoubleClickGroup(e, block.blockId, type);
|
630
630
|
};
|
631
631
|
return (_jsx(OutsideClickHandler, { onOutsideClick: onDoubleClickOutsideGroup, children: _jsx(GroupItem, { className: classNames({
|
632
|
+
'bulk-child-item': isInBulk,
|
632
633
|
'grid-bulk-block': block.blockId === 'BULK',
|
633
634
|
'editing': editingGroupBlock === block.blockId,
|
634
635
|
'selected': selectedGroupBlock === block.blockId
|
@@ -644,7 +645,6 @@ var ReactGridLayout = function (_a) {
|
|
644
645
|
isHiddenVisibility: isHiddenVisibility, customColWidth: colWidth, autoResize: false, children: _jsx("div", { onClick: handleClick, onDoubleClick: handleDoubleClick }) }, block.blockId) }));
|
645
646
|
};
|
646
647
|
var currentGroupBlocks = blockStructure ? findGroupBlocks(blockStructure, editingGroupBlock) : [];
|
647
|
-
console.log('currentGroupBlocks: ', currentGroupBlocks);
|
648
648
|
return (_jsxs("div", { ref: innerRef, className: mergedClassName, style: mergedStyle, onDrop: isDroppable ? onDropHandler : noop, onDragLeave: isDroppable ? onDragLeaveHandler : noop, onDragEnter: isDroppable ? onDragEnterHandler : noop, onDragOver: isDroppable ? onDragOverHandler : noop, children: [currentGroupBlocks.map(function (each) { return processGroup(each); }), React.Children.map(children, function (child) { return processGridItem(child); }), placeholder(), activeDrag && _jsx("div", { className: "grid-guide-line-center" }), activeDrag && (_jsx("div", { className: "grid-placeholder", style: {
|
649
649
|
marginTop: margin[1] + "px",
|
650
650
|
marginBottom: margin[1] + "px",
|