@apexcura/ui-components 0.0.14-Beta249 → 0.0.14-Beta250

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