@apexcura/ui-components 0.0.11-Beta49 → 0.0.11-Beta50

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
@@ -461,6 +461,7 @@ var AddMoreTable = (props) => {
461
461
  ...eachRow,
462
462
  actions: /* @__PURE__ */ import_react13.default.createElement(import_react13.default.Fragment, 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)))
463
463
  };
464
+ console.log(...eachRow);
464
465
  rowData.push(mainRow);
465
466
  if (eachRow.variable_data && Array.isArray(eachRow.variable_data)) {
466
467
  eachRow.variable_data.forEach((variable, subIndex) => {
package/dist/index.mjs CHANGED
@@ -414,6 +414,7 @@ var AddMoreTable = (props) => {
414
414
  ...eachRow,
415
415
  actions: /* @__PURE__ */ React12.createElement(React12.Fragment, 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)))
416
416
  };
417
+ console.log(...eachRow);
417
418
  rowData.push(mainRow);
418
419
  if (eachRow.variable_data && Array.isArray(eachRow.variable_data)) {
419
420
  eachRow.variable_data.forEach((variable, subIndex) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.11-Beta49",
3
+ "version": "0.0.11-Beta50",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",