publ-echo-test 0.0.149 → 0.0.151

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.
@@ -579,9 +579,9 @@ var ReactGridLayout = function (_a) {
579
579
  return zIndexMap.ROOT + z;
580
580
  }
581
581
  if (!editable) {
582
- return 0;
582
+ return z;
583
583
  }
584
- return 0;
584
+ return z;
585
585
  })();
586
586
  var outsideOfEditingGroup = !editingGroupAllChildren.includes(l.i);
587
587
  var zIndex = editorMode === 'EDIT' ? editorZIndex : z;
@@ -590,7 +590,11 @@ var ReactGridLayout = function (_a) {
590
590
  'not-editable-grid-item': !isRoot && !editable,
591
591
  'bulk-child-item': isInBulk,
592
592
  'outside-of-editing-group': outsideOfEditingGroup,
593
- }), z: zIndex, zOrder: l.z, zOrderInternal: parent ? "".concat(parent.blockId, " > ").concat(zOrder) : zOrder.toString(), isDraggable: editable && !isInBulk, isResizable: editable && !isInBulk, containerWidth: width, cols: cols, margin: margin, containerPadding: containerPadding || margin, maxRows: maxRows, rowHeight: rowHeight, cancel: draggableCancel, handle: draggableHandle, onDragStop: onDragStopHandler, onDragStart: onDragStartHandler, onDrag: onDragHandler, onResizeStart: onResizeStartHandler, onResize: onResizeHandler, onResizeStop: onResizeStopHandler, onFitToContent: onFitToContentHandler, isBounded: bounded, useCSSTransforms: useCSSTransforms && isMounted, usePercentages: !isMounted, transformScale: transformScale, w: l.w, h: l.h, x: l.x, y: l.y, i: l.i, minH: l.minH, minW: l.minW, maxH: l.maxH, maxW: l.maxW, static: l.static, droppingPosition: isDroppingItem ? droppingPosition : undefined, resizeHandles: resizeHandlesOptions, resizeHandle: resizeHandle, isHiddenVisibility: isHiddenVisibility, customColWidth: colWidth, autoResize: !!l.autoResize, children: child }, l.i));
593
+ }), z: zIndex, zOrder: l.z, zOrderInternal: parent
594
+ ? "".concat(parent[device === 'DESKTOP'
595
+ ? 'zOrderDesktopInternal'
596
+ : 'zOrderMobileInternal'], " > ").concat(zOrder)
597
+ : zOrder.toString(), isDraggable: editable && !isInBulk, isResizable: editable && !isInBulk, containerWidth: width, cols: cols, margin: margin, containerPadding: containerPadding || margin, maxRows: maxRows, rowHeight: rowHeight, cancel: draggableCancel, handle: draggableHandle, onDragStop: onDragStopHandler, onDragStart: onDragStartHandler, onDrag: onDragHandler, onResizeStart: onResizeStartHandler, onResize: onResizeHandler, onResizeStop: onResizeStopHandler, onFitToContent: onFitToContentHandler, isBounded: bounded, useCSSTransforms: useCSSTransforms && isMounted, usePercentages: !isMounted, transformScale: transformScale, w: l.w, h: l.h, x: l.x, y: l.y, i: l.i, minH: l.minH, minW: l.minW, maxH: l.maxH, maxW: l.maxW, static: l.static, droppingPosition: isDroppingItem ? droppingPosition : undefined, resizeHandles: resizeHandlesOptions, resizeHandle: resizeHandle, isHiddenVisibility: isHiddenVisibility, customColWidth: colWidth, autoResize: !!l.autoResize, children: child }, l.i));
594
598
  };
595
599
  var onDragOverHandler = function (e) {
596
600
  var _a;
@@ -717,7 +721,11 @@ var ReactGridLayout = function (_a) {
717
721
  'grid-bulk-block': block.blockId === 'BULK',
718
722
  editing: editingGroupBlock === block.blockId,
719
723
  selected: selectedGroupBlock === block.blockId,
720
- }), z: zIndex, zOrder: zOrder, zOrderInternal: parent ? "".concat(parent.blockId, " > ").concat(zOrder) : zOrder.toString(), containerWidth: width, cols: cols, margin: margin, containerPadding: containerPadding || margin, maxRows: maxRows, rowHeight: rowHeight, cancel: draggableCancel, handle: draggableHandle, onDragStop: onDragStopGroupHandler, onDragStart: onDragStartHandler, onDrag: onDragHandler, onResizeStart: onResizeStartHandler, onResize: onResizeHandler, onResizeStop: onResizeStopHandler, onFitToContent: onFitToContentHandler, isDraggable: !viewOnly && !isEditingGroup && !isInBulk, isResizable: !viewOnly && !isEditingGroup && !isInBulk, isBounded: false, useCSSTransforms: useCSSTransforms && isMounted, usePercentages: !isMounted, transformScale: transformScale, w: groupItem.w, h: groupItem.h, x: groupItem.x, y: groupItem.y, i: block.blockId,
724
+ }), z: zIndex, zOrder: zOrder, zOrderInternal: parent
725
+ ? "".concat(parent[device === 'DESKTOP'
726
+ ? 'zOrderDesktopInternal'
727
+ : 'zOrderMobileInternal'], " > ").concat(zOrder)
728
+ : zOrder.toString(), containerWidth: width, cols: cols, margin: margin, containerPadding: containerPadding || margin, maxRows: maxRows, rowHeight: rowHeight, cancel: draggableCancel, handle: draggableHandle, onDragStop: onDragStopGroupHandler, onDragStart: onDragStartHandler, onDrag: onDragHandler, onResizeStart: onResizeStartHandler, onResize: onResizeHandler, onResizeStop: onResizeStopHandler, onFitToContent: onFitToContentHandler, isDraggable: !viewOnly && !isEditingGroup && !isInBulk, isResizable: !viewOnly && !isEditingGroup && !isInBulk, isBounded: false, useCSSTransforms: useCSSTransforms && isMounted, usePercentages: !isMounted, transformScale: transformScale, w: groupItem.w, h: groupItem.h, x: groupItem.x, y: groupItem.y, i: block.blockId,
721
729
  // minH={l.minH}
722
730
  // minW={l.minW}
723
731
  // maxH={l.maxH}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.149",
3
+ "version": "0.0.151",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",