@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.
@@ -61936,11 +61936,11 @@ maxInitialWidth,
61936
61936
  multiDragCountRef.current = 0;
61937
61937
  }, 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 ??
61938
61938
  (rowSelection === 'multiple'
61939
- ? () => {
61939
+ ? (dragItem) => {
61940
61940
  const count = multiDragCountRef.current;
61941
61941
  if (count > 1)
61942
61942
  return `Moving ${count} rows`;
61943
- return '';
61943
+ return `${dragItem.rowNode?.data?.id ?? ''}`;
61944
61944
  }
61945
61945
  : undefined), rowHeight: rowHeight, rowSelection: selectable
61946
61946
  ? {