@apexcura/ui-components 0.0.11-Beta15 → 0.0.11-Beta16

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
@@ -412,8 +412,8 @@ var AddMoreTable = (props) => {
412
412
  for (let i = 0; i < curr.length; i++) {
413
413
  Object.keys(curr[i].forEach((key) => {
414
414
  if (curr[i][key] && curr[i][key].element) {
415
- rowElements[eachRow.label] = renderInputElement(curr[i][key] && curr[i][key].element);
416
- console.log(curr[i][key] && curr[i][key].element);
415
+ rowElements[eachRow.label] = renderInputElement(curr[i][key] && curr[i][key]);
416
+ console.log("++++++++++", curr[i][key] && curr[i][key]);
417
417
  }
418
418
  }));
419
419
  }
package/dist/index.mjs CHANGED
@@ -365,8 +365,8 @@ var AddMoreTable = (props) => {
365
365
  for (let i = 0; i < curr.length; i++) {
366
366
  Object.keys(curr[i].forEach((key) => {
367
367
  if (curr[i][key] && curr[i][key].element) {
368
- rowElements[eachRow.label] = renderInputElement(curr[i][key] && curr[i][key].element);
369
- console.log(curr[i][key] && curr[i][key].element);
368
+ rowElements[eachRow.label] = renderInputElement(curr[i][key] && curr[i][key]);
369
+ console.log("++++++++++", curr[i][key] && curr[i][key]);
370
370
  }
371
371
  }));
372
372
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.11-Beta15",
3
+ "version": "0.0.11-Beta16",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",