@apexcura/ui-components 0.0.11-Beta77 → 0.0.11-Beta78
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 +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -465,6 +465,7 @@ var AddMoreTable = (props) => {
|
|
|
465
465
|
}, {}),
|
|
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);
|
|
468
469
|
return rowData;
|
|
469
470
|
});
|
|
470
471
|
if (!columns.some((col) => col.dataIndex === "actions")) {
|
package/dist/index.mjs
CHANGED
|
@@ -418,6 +418,7 @@ var AddMoreTable = (props) => {
|
|
|
418
418
|
}, {}),
|
|
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);
|
|
421
422
|
return rowData;
|
|
422
423
|
});
|
|
423
424
|
if (!columns.some((col) => col.dataIndex === "actions")) {
|