@apexcura/ui-components 0.0.14-Beta256 → 0.0.14-Beta257

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
@@ -823,13 +823,8 @@ var ModelElement = (props) => {
823
823
  margin: "-10px"
824
824
  }
825
825
  },
826
- modalContent && modalContent.fields[0].fields.map((eachFiled) => {
827
- console.log("eachFiled", eachFiled);
828
- console.log(eachFiled.name);
829
- console.log(eachFiled.className);
830
- console.log(eachFiled.fields);
831
- console.log("eachFiled.fileds", eachFiled.fileds);
832
- eachFiled.fileds && eachFiled.fileds.map((headerItem) => {
826
+ modalContent && modalContent.fields[0].fields.map((eachField) => {
827
+ eachField.fields && eachField.fields.map((headerItem) => {
833
828
  console.log("headerItem", headerItem);
834
829
  return /* @__PURE__ */ import_react20.default.createElement("p", { style: { fontWeight: "500", padding: "10px" } }, /* @__PURE__ */ import_react20.default.createElement(
835
830
  "span",
@@ -840,8 +835,8 @@ var ModelElement = (props) => {
840
835
  paddingRight: "10px"
841
836
  }
842
837
  },
843
- headerItem[0].label
844
- ), headerItem[1].label !== "" ? headerItem[1].label : "--");
838
+ headerItem.label
839
+ ), headerItem.label !== "" ? headerItem[1].label : "--");
845
840
  });
846
841
  })
847
842
  )
package/dist/index.mjs CHANGED
@@ -757,13 +757,8 @@ var ModelElement = (props) => {
757
757
  margin: "-10px"
758
758
  }
759
759
  },
760
- modalContent && modalContent.fields[0].fields.map((eachFiled) => {
761
- console.log("eachFiled", eachFiled);
762
- console.log(eachFiled.name);
763
- console.log(eachFiled.className);
764
- console.log(eachFiled.fields);
765
- console.log("eachFiled.fileds", eachFiled.fileds);
766
- eachFiled.fileds && eachFiled.fileds.map((headerItem) => {
760
+ modalContent && modalContent.fields[0].fields.map((eachField) => {
761
+ eachField.fields && eachField.fields.map((headerItem) => {
767
762
  console.log("headerItem", headerItem);
768
763
  return /* @__PURE__ */ React20.createElement("p", { style: { fontWeight: "500", padding: "10px" } }, /* @__PURE__ */ React20.createElement(
769
764
  "span",
@@ -774,8 +769,8 @@ var ModelElement = (props) => {
774
769
  paddingRight: "10px"
775
770
  }
776
771
  },
777
- headerItem[0].label
778
- ), headerItem[1].label !== "" ? headerItem[1].label : "--");
772
+ headerItem.label
773
+ ), headerItem.label !== "" ? headerItem[1].label : "--");
779
774
  });
780
775
  })
781
776
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.14-Beta256",
3
+ "version": "0.0.14-Beta257",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",