@apexcura/ui-components 0.0.14-Beta251 → 0.0.14-Beta253
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 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -824,6 +824,7 @@ var ModelElement = (props) => {
|
|
|
824
824
|
}
|
|
825
825
|
},
|
|
826
826
|
modalContent && modalContent.fields[0].fields.map((eachFiled) => {
|
|
827
|
+
console.log(eachFiled.fileds[0].label);
|
|
827
828
|
eachFiled.fileds && eachFiled.fileds.map((headerItem) => {
|
|
828
829
|
console.log("headerItem", headerItem);
|
|
829
830
|
return /* @__PURE__ */ import_react20.default.createElement("p", { style: { fontWeight: "500", padding: "10px" } }, /* @__PURE__ */ import_react20.default.createElement(
|
|
@@ -852,7 +853,6 @@ var TableElement = (props) => {
|
|
|
852
853
|
const [selectedRecord, setSelectedRecord] = (0, import_react21.useState)({});
|
|
853
854
|
const [model, setModel] = (0, import_react21.useState)(false);
|
|
854
855
|
const [dataSource, setDataSource] = (0, import_react21.useState)([]);
|
|
855
|
-
console.log(props.value);
|
|
856
856
|
const defaultVal = props.value;
|
|
857
857
|
(0, import_react21.useEffect)(() => {
|
|
858
858
|
if (tbody) {
|
package/dist/index.mjs
CHANGED
|
@@ -758,6 +758,7 @@ var ModelElement = (props) => {
|
|
|
758
758
|
}
|
|
759
759
|
},
|
|
760
760
|
modalContent && modalContent.fields[0].fields.map((eachFiled) => {
|
|
761
|
+
console.log(eachFiled.fileds[0].label);
|
|
761
762
|
eachFiled.fileds && eachFiled.fileds.map((headerItem) => {
|
|
762
763
|
console.log("headerItem", headerItem);
|
|
763
764
|
return /* @__PURE__ */ React20.createElement("p", { style: { fontWeight: "500", padding: "10px" } }, /* @__PURE__ */ React20.createElement(
|
|
@@ -786,7 +787,6 @@ var TableElement = (props) => {
|
|
|
786
787
|
const [selectedRecord, setSelectedRecord] = useState5({});
|
|
787
788
|
const [model, setModel] = useState5(false);
|
|
788
789
|
const [dataSource, setDataSource] = useState5([]);
|
|
789
|
-
console.log(props.value);
|
|
790
790
|
const defaultVal = props.value;
|
|
791
791
|
useEffect2(() => {
|
|
792
792
|
if (tbody) {
|