publ-echo-test 0.0.168 → 0.0.170

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.
@@ -671,6 +671,7 @@ var ReactGridLayout = function (_a) {
671
671
  var childrenIds = findAllChildrenCbIds(blockStructure, block.blockId).map(function (i) { return i.toString(); });
672
672
  var groupItem = getBoundingArea(layout, childrenIds);
673
673
  if (!groupItem) {
674
+ console.log('no -group-item, blockid: ', block.blockId);
674
675
  return _jsx(_Fragment, {});
675
676
  }
676
677
  var zOrder = (_a = block[device === 'DESKTOP' ? 'zOrderDesktopInternal' : 'zOrderMobileInternal']) !== null && _a !== void 0 ? _a : 0;
@@ -740,6 +741,7 @@ var ReactGridLayout = function (_a) {
740
741
  var currentGroupBlocks = blockStructure
741
742
  ? findGroupBlocks(blockStructure, editingGroupBlock)
742
743
  : [];
744
+ console.log('currentGroupBlocks', currentGroupBlocks);
743
745
  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: {
744
746
  marginTop: margin[1] + 'px',
745
747
  marginBottom: margin[1] + 'px',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.168",
3
+ "version": "0.0.170",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",