@apexcura/ui-components 0.0.14-Beta158 → 0.0.14-Beta159

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
@@ -785,6 +785,8 @@ var TableElement = (props) => {
785
785
  dataIndex: "View",
786
786
  key: "View",
787
787
  render: (_, record) => {
788
+ console.log("_", _);
789
+ console.log(record);
788
790
  return /* @__PURE__ */ import_react20.default.createElement(
789
791
  "a",
790
792
  {
package/dist/index.mjs CHANGED
@@ -719,6 +719,8 @@ var TableElement = (props) => {
719
719
  dataIndex: "View",
720
720
  key: "View",
721
721
  render: (_, record) => {
722
+ console.log("_", _);
723
+ console.log(record);
722
724
  return /* @__PURE__ */ React20.createElement(
723
725
  "a",
724
726
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.14-Beta158",
3
+ "version": "0.0.14-Beta159",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",