@apexcura/ui-components 0.0.11-Beta73 → 0.0.11-Beta74

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
@@ -465,6 +465,7 @@ var AddMoreTable = (props) => {
465
465
  subRow,
466
466
  actions: /* @__PURE__ */ import_react13.default.createElement("div", null, /* @__PURE__ */ import_react13.default.createElement(import_antd11.Button, { onClick: () => onHandleDelete(eachRow.id) }, /* @__PURE__ */ import_react13.default.createElement(import_icons2.DeleteOutlined, null)), index === rows.length - 1 && /* @__PURE__ */ import_react13.default.createElement(import_antd11.Button, { onClick: onHandleRows }, /* @__PURE__ */ import_react13.default.createElement(import_icons2.PlusOutlined, null)))
467
467
  };
468
+ console.log("rowData", rowData);
468
469
  return [rowData];
469
470
  }).flat();
470
471
  if (!columns.some((col) => col.dataIndex === "actions")) {
package/dist/index.mjs CHANGED
@@ -418,6 +418,7 @@ var AddMoreTable = (props) => {
418
418
  subRow,
419
419
  actions: /* @__PURE__ */ React12.createElement("div", null, /* @__PURE__ */ React12.createElement(Button3, { onClick: () => onHandleDelete(eachRow.id) }, /* @__PURE__ */ React12.createElement(DeleteOutlined, null)), index === rows.length - 1 && /* @__PURE__ */ React12.createElement(Button3, { onClick: onHandleRows }, /* @__PURE__ */ React12.createElement(PlusOutlined, null)))
420
420
  };
421
+ console.log("rowData", rowData);
421
422
  return [rowData];
422
423
  }).flat();
423
424
  if (!columns.some((col) => col.dataIndex === "actions")) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.11-Beta73",
3
+ "version": "0.0.11-Beta74",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",