impaktapps-ui-builder 0.0.961 → 0.0.962
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.
|
@@ -9466,7 +9466,7 @@ var service = (funcParams) => {
|
|
|
9466
9466
|
};
|
|
9467
9467
|
return {
|
|
9468
9468
|
setPage: async function() {
|
|
9469
|
-
var _a, _b, _c, _d;
|
|
9469
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m;
|
|
9470
9470
|
funcParams.store.setFormdata({});
|
|
9471
9471
|
funcParams.store.newData = {};
|
|
9472
9472
|
const pageBasicDetailString = sessionStorage.getItem("pagemasterMetaData");
|
|
@@ -9498,7 +9498,6 @@ var service = (funcParams) => {
|
|
|
9498
9498
|
flexDirection: "row",
|
|
9499
9499
|
position: "absolute",
|
|
9500
9500
|
bottom: 0,
|
|
9501
|
-
marginBottom: "-8px",
|
|
9502
9501
|
height: "fit-content",
|
|
9503
9502
|
overflow: "hidden",
|
|
9504
9503
|
zIndex: 1e3,
|
|
@@ -9517,22 +9516,23 @@ var service = (funcParams) => {
|
|
|
9517
9516
|
heading: "Copywriter@ACT21.IO"
|
|
9518
9517
|
},
|
|
9519
9518
|
style: {
|
|
9520
|
-
color: ((_c = theme == null ? void 0 : theme.palette) == null ? void 0 : _c.text.disabled) || "#AFAFAF",
|
|
9519
|
+
color: ((_d = (_c = theme == null ? void 0 : theme.palette) == null ? void 0 : _c.text) == null ? void 0 : _d.disabled) || "#AFAFAF",
|
|
9521
9520
|
fontSize: "12px",
|
|
9522
9521
|
textAlign: "center",
|
|
9523
|
-
lineHeight:
|
|
9522
|
+
lineHeight: 2,
|
|
9524
9523
|
width: "fit-content",
|
|
9525
9524
|
left: "50%",
|
|
9526
9525
|
position: "relative",
|
|
9527
9526
|
margin: 0,
|
|
9528
9527
|
flexGrow: 1,
|
|
9529
|
-
height: 0
|
|
9528
|
+
height: 0,
|
|
9529
|
+
transform: "translate(-50%, 0%)"
|
|
9530
9530
|
}
|
|
9531
9531
|
}
|
|
9532
9532
|
},
|
|
9533
9533
|
{
|
|
9534
9534
|
type: "Control",
|
|
9535
|
-
scope: "#/properties/
|
|
9535
|
+
scope: "#/properties/FooterBackIcon",
|
|
9536
9536
|
options: {
|
|
9537
9537
|
widget: "Box"
|
|
9538
9538
|
},
|
|
@@ -9543,24 +9543,24 @@ var service = (funcParams) => {
|
|
|
9543
9543
|
width: "fit-content"
|
|
9544
9544
|
},
|
|
9545
9545
|
style: {
|
|
9546
|
-
fill: theme.palette.primary.main,
|
|
9546
|
+
fill: (_f = (_e = theme == null ? void 0 : theme.palette) == null ? void 0 : _e.primary) == null ? void 0 : _f.main,
|
|
9547
9547
|
width: 20,
|
|
9548
9548
|
height: 0,
|
|
9549
|
-
margin: 0,
|
|
9550
9549
|
top: 0,
|
|
9551
9550
|
right: { xs: "12px", sm: "84px" },
|
|
9552
9551
|
position: "absolute",
|
|
9553
9552
|
fontSize: "12px",
|
|
9554
9553
|
cursor: "pointer",
|
|
9555
9554
|
":hover": {
|
|
9556
|
-
fill: theme.palette.primary.dark
|
|
9557
|
-
}
|
|
9555
|
+
fill: (_h = (_g = theme == null ? void 0 : theme.palette) == null ? void 0 : _g.primary) == null ? void 0 : _h.dark
|
|
9556
|
+
},
|
|
9557
|
+
marginRight: "13px"
|
|
9558
9558
|
}
|
|
9559
9559
|
}
|
|
9560
9560
|
},
|
|
9561
9561
|
{
|
|
9562
9562
|
type: "Control",
|
|
9563
|
-
scope: "#/properties/
|
|
9563
|
+
scope: "#/properties/FooterBackHandlerText",
|
|
9564
9564
|
options: {
|
|
9565
9565
|
widget: "Box"
|
|
9566
9566
|
},
|
|
@@ -9575,24 +9575,24 @@ var service = (funcParams) => {
|
|
|
9575
9575
|
lineHeight: 1,
|
|
9576
9576
|
height: 0,
|
|
9577
9577
|
width: "fit-content",
|
|
9578
|
-
color: theme.palette.primary.main,
|
|
9579
|
-
fontSize: "
|
|
9578
|
+
color: (_j = (_i = theme == null ? void 0 : theme.palette) == null ? void 0 : _i.primary) == null ? void 0 : _j.main,
|
|
9579
|
+
fontSize: "14px",
|
|
9580
9580
|
cursor: "pointer",
|
|
9581
9581
|
marginLeft: "2px",
|
|
9582
|
-
marginRight: 0,
|
|
9583
9582
|
top: 3,
|
|
9584
9583
|
right: "12px",
|
|
9585
9584
|
position: "absolute",
|
|
9586
9585
|
":hover": {
|
|
9587
|
-
color: theme.palette.primary.dark
|
|
9588
|
-
}
|
|
9586
|
+
color: (_l = (_k = theme == null ? void 0 : theme.palette) == null ? void 0 : _k.primary) == null ? void 0 : _l.dark
|
|
9587
|
+
},
|
|
9588
|
+
marginRight: "4px"
|
|
9589
9589
|
}
|
|
9590
9590
|
}
|
|
9591
9591
|
}
|
|
9592
9592
|
]
|
|
9593
9593
|
}
|
|
9594
9594
|
);
|
|
9595
|
-
const schema2 = (
|
|
9595
|
+
const schema2 = (_m = pageData == null ? void 0 : pageData.schema) != null ? _m : { type: "object", properties: {} };
|
|
9596
9596
|
eventGroups = extractEvents(config);
|
|
9597
9597
|
executeEventsParameters = {
|
|
9598
9598
|
config: {},
|