@linzjs/step-ag-grid 31.2.0 → 31.2.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.
@@ -61934,11 +61934,11 @@ maxInitialWidth,
61934
61934
  multiDragCountRef.current = 0;
61935
61935
  }, onRowDragEnd: onRowDragEnd, onRowDragMove: onRowDragMove, onSelectionChanged: synchroniseExternalStateToGridSelection, onSortChanged: onSortChanged, pinnedBottomRowData: params.pinnedBottomRowData, pinnedTopRowData: params.pinnedTopRowData, postSortRows: params.onRowDragEnd || !defaultPostSort ? undefined : postSortRows, preventDefaultOnContextMenu: true, quickFilterParser: quickFilterParser, rowClassRules: params.rowClassRules, rowDragText: params.rowDragText ??
61936
61936
  (rowSelection === 'multiple'
61937
- ? () => {
61937
+ ? (dragItem) => {
61938
61938
  const count = multiDragCountRef.current;
61939
61939
  if (count > 1)
61940
61940
  return `Moving ${count} rows`;
61941
- return '';
61941
+ return `${dragItem.rowNode?.data?.id ?? ''}`;
61942
61942
  }
61943
61943
  : undefined), rowHeight: rowHeight, rowSelection: selectable
61944
61944
  ? {