@apexcura/ui-components 0.0.11-Beta29 → 0.0.11-Beta30
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
|
@@ -416,6 +416,7 @@ var AddMoreTable = (props) => {
|
|
|
416
416
|
}
|
|
417
417
|
});
|
|
418
418
|
});
|
|
419
|
+
console.log("rowElements/////", rowElements);
|
|
419
420
|
rowElements[""] = /* @__PURE__ */ import_react13.default.createElement(import_react13.default.Fragment, null, eachRow.variable_data.length > 1 && /* @__PURE__ */ import_react13.default.createElement("button", null, "delete"), eachRow.variable_data.length - 1 && /* @__PURE__ */ import_react13.default.createElement("button", null, "Add"));
|
|
420
421
|
}
|
|
421
422
|
return {
|
package/dist/index.mjs
CHANGED
|
@@ -369,6 +369,7 @@ var AddMoreTable = (props) => {
|
|
|
369
369
|
}
|
|
370
370
|
});
|
|
371
371
|
});
|
|
372
|
+
console.log("rowElements/////", rowElements);
|
|
372
373
|
rowElements[""] = /* @__PURE__ */ React12.createElement(React12.Fragment, null, eachRow.variable_data.length > 1 && /* @__PURE__ */ React12.createElement("button", null, "delete"), eachRow.variable_data.length - 1 && /* @__PURE__ */ React12.createElement("button", null, "Add"));
|
|
373
374
|
}
|
|
374
375
|
return {
|