@apexcura/ui-components 0.0.11-Beta0 → 0.0.11-Beta1
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
|
@@ -378,6 +378,8 @@ var AddMoreTable = (props) => {
|
|
|
378
378
|
...variableData,
|
|
379
379
|
...eachRow
|
|
380
380
|
};
|
|
381
|
+
console.log("eachRow---------", eachRow);
|
|
382
|
+
console.log("VariableData", { ...variableData });
|
|
381
383
|
}) : [];
|
|
382
384
|
return /* @__PURE__ */ import_react13.default.createElement(import_react13.default.Fragment, null, /* @__PURE__ */ import_react13.default.createElement(
|
|
383
385
|
import_antd11.Table,
|
package/dist/index.mjs
CHANGED
|
@@ -331,6 +331,8 @@ var AddMoreTable = (props) => {
|
|
|
331
331
|
...variableData,
|
|
332
332
|
...eachRow
|
|
333
333
|
};
|
|
334
|
+
console.log("eachRow---------", eachRow);
|
|
335
|
+
console.log("VariableData", { ...variableData });
|
|
334
336
|
}) : [];
|
|
335
337
|
return /* @__PURE__ */ React12.createElement(React12.Fragment, null, /* @__PURE__ */ React12.createElement(
|
|
336
338
|
Table,
|