@apexcura/ui-components 0.0.14-Beta61 → 0.0.14-Beta62

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.
package/dist/index.js CHANGED
@@ -767,6 +767,7 @@ var TableElement = (props) => {
767
767
  }
768
768
  const dataSource = tbody && tbody.map((row, index) => ({
769
769
  ...row,
770
+ key: index + 1,
770
771
  [columns[0].key]: index + 1
771
772
  }));
772
773
  const count = dataSource ? dataSource.length : 0;
package/dist/index.mjs CHANGED
@@ -707,6 +707,7 @@ var TableElement = (props) => {
707
707
  }
708
708
  const dataSource = tbody && tbody.map((row, index) => ({
709
709
  ...row,
710
+ key: index + 1,
710
711
  [columns[0].key]: index + 1
711
712
  }));
712
713
  const count = dataSource ? dataSource.length : 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.14-Beta61",
3
+ "version": "0.0.14-Beta62",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",