es-grid-template 1.5.15 → 1.5.16

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.
@@ -336,8 +336,7 @@ const TableGrid = props => {
336
336
  // @ts-ignore
337
337
  setMergedSelectedKeys([selectedRow[rowKey]]);
338
338
  rowSelected?.({
339
- // @ts-ignore
340
- selected: [selectedRow[rowKey]],
339
+ selected: [selectedRow],
341
340
  type: 'rowSelected',
342
341
  rowData: selectedRow
343
342
  });
@@ -336,8 +336,7 @@ const TableGrid = props => {
336
336
  // @ts-ignore
337
337
  setMergedSelectedKeys([selectedRow[rowKey]]);
338
338
  rowSelected?.({
339
- // @ts-ignore
340
- selected: [selectedRow[rowKey]],
339
+ selected: [selectedRow],
341
340
  type: 'rowSelected',
342
341
  rowData: selectedRow
343
342
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-grid-template",
3
- "version": "1.5.15",
3
+ "version": "1.5.16",
4
4
  "description": "es-grid-template",
5
5
  "keywords": [
6
6
  "react",