@apexcura/ui-components 0.0.11-Beta20 → 0.0.11-Beta21
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 +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -425,8 +425,10 @@ var AddMoreTable = (props) => {
|
|
|
425
425
|
Instructions: { label: "Instructions", element: "textarea", type: "text" },
|
|
426
426
|
addIcon: /* @__PURE__ */ import_react13.default.createElement("button", { onClick: () => console.log("Add more clicked") }, /* @__PURE__ */ import_react13.default.createElement(import_icons2.PlusOutlined, null))
|
|
427
427
|
};
|
|
428
|
+
console.log("eachrow----------", eachRow);
|
|
428
429
|
rowElements["AddMoreIcon"] = addIconObject.addIcon;
|
|
429
430
|
}
|
|
431
|
+
console.log("RowElement", rowElements);
|
|
430
432
|
}
|
|
431
433
|
return {
|
|
432
434
|
key: index.toString(),
|
package/dist/index.mjs
CHANGED
|
@@ -378,8 +378,10 @@ var AddMoreTable = (props) => {
|
|
|
378
378
|
Instructions: { label: "Instructions", element: "textarea", type: "text" },
|
|
379
379
|
addIcon: /* @__PURE__ */ React12.createElement("button", { onClick: () => console.log("Add more clicked") }, /* @__PURE__ */ React12.createElement(PlusOutlined, null))
|
|
380
380
|
};
|
|
381
|
+
console.log("eachrow----------", eachRow);
|
|
381
382
|
rowElements["AddMoreIcon"] = addIconObject.addIcon;
|
|
382
383
|
}
|
|
384
|
+
console.log("RowElement", rowElements);
|
|
383
385
|
}
|
|
384
386
|
return {
|
|
385
387
|
key: index.toString(),
|