impaktapps-ui-builder 0.0.101-alpha.27 → 0.0.101-alpha.28
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/impaktapps-ui-builder.es.js +32 -66
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +8 -8
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.ts +3 -2
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +29 -171
|
@@ -7056,8 +7056,9 @@ const componentBasicUiSchema = (theme) => {
|
|
|
7056
7056
|
width: "100%",
|
|
7057
7057
|
fontSize: "10px",
|
|
7058
7058
|
color: theme.palette.grey[600],
|
|
7059
|
-
position: "
|
|
7060
|
-
bottom: "
|
|
7059
|
+
position: "fixed",
|
|
7060
|
+
bottom: "24px",
|
|
7061
|
+
backgroundColor: theme.palette.background.default,
|
|
7061
7062
|
borderBottom: `1px solid ${theme.palette.common.black}29`,
|
|
7062
7063
|
borderTop: `1px solid ${theme.palette.common.black}29`
|
|
7063
7064
|
}
|
|
@@ -8842,7 +8843,7 @@ const EventSchema = {
|
|
|
8842
8843
|
required: ["eventType", "Handler"]
|
|
8843
8844
|
};
|
|
8844
8845
|
const EventUiSchema = (theme) => {
|
|
8845
|
-
var _a
|
|
8846
|
+
var _a;
|
|
8846
8847
|
const uiSchema = {
|
|
8847
8848
|
type: "HorizontalLayout",
|
|
8848
8849
|
heading: "Page-Event",
|
|
@@ -9243,6 +9244,30 @@ const EventUiSchema = (theme) => {
|
|
|
9243
9244
|
}
|
|
9244
9245
|
]
|
|
9245
9246
|
},
|
|
9247
|
+
{
|
|
9248
|
+
type: "Control",
|
|
9249
|
+
scope: "#/properties/pageName",
|
|
9250
|
+
options: {
|
|
9251
|
+
widget: "Box"
|
|
9252
|
+
},
|
|
9253
|
+
config: {
|
|
9254
|
+
layout: 12,
|
|
9255
|
+
main: {
|
|
9256
|
+
heading: ""
|
|
9257
|
+
},
|
|
9258
|
+
style: {
|
|
9259
|
+
paddingLeft: theme.spacing(3),
|
|
9260
|
+
width: "100%",
|
|
9261
|
+
fontSize: "10px",
|
|
9262
|
+
color: theme.palette.grey[600],
|
|
9263
|
+
position: "fixed",
|
|
9264
|
+
bottom: "24px",
|
|
9265
|
+
backgroundColor: theme.palette.background.default,
|
|
9266
|
+
borderBottom: `1px solid ${theme.palette.common.black}29`,
|
|
9267
|
+
borderTop: `1px solid ${theme.palette.common.black}29`
|
|
9268
|
+
}
|
|
9269
|
+
}
|
|
9270
|
+
},
|
|
9246
9271
|
{
|
|
9247
9272
|
type: "Control",
|
|
9248
9273
|
scope: "#/properties/notify",
|
|
@@ -9260,7 +9285,7 @@ const EventUiSchema = (theme) => {
|
|
|
9260
9285
|
style: {
|
|
9261
9286
|
flexDirection: "row",
|
|
9262
9287
|
position: "absolute",
|
|
9263
|
-
bottom:
|
|
9288
|
+
bottom: 10,
|
|
9264
9289
|
height: "fit-content",
|
|
9265
9290
|
overflow: "hidden",
|
|
9266
9291
|
zIndex: 1e3,
|
|
@@ -9279,78 +9304,19 @@ const EventUiSchema = (theme) => {
|
|
|
9279
9304
|
heading: "Copywriter@ACT21.IO"
|
|
9280
9305
|
},
|
|
9281
9306
|
style: {
|
|
9282
|
-
color: ((
|
|
9307
|
+
color: ((_a = theme == null ? void 0 : theme.palette) == null ? void 0 : _a.text.disabled) || "#AFAFAF",
|
|
9283
9308
|
fontSize: "11px",
|
|
9284
9309
|
textAlign: "center",
|
|
9285
|
-
lineHeight:
|
|
9310
|
+
lineHeight: 0,
|
|
9286
9311
|
width: "fit-content",
|
|
9287
9312
|
left: "50%",
|
|
9288
9313
|
position: "relative",
|
|
9289
|
-
margin:
|
|
9314
|
+
margin: "revert",
|
|
9290
9315
|
flexGrow: 1,
|
|
9291
9316
|
height: 0,
|
|
9292
9317
|
transform: "translate(-50%, 0%)"
|
|
9293
9318
|
}
|
|
9294
9319
|
}
|
|
9295
|
-
},
|
|
9296
|
-
{
|
|
9297
|
-
type: "Control",
|
|
9298
|
-
scope: "#/properties/FooterBackIcon",
|
|
9299
|
-
options: {
|
|
9300
|
-
widget: "Box"
|
|
9301
|
-
},
|
|
9302
|
-
config: {
|
|
9303
|
-
main: {
|
|
9304
|
-
iconName: "PrevIcon",
|
|
9305
|
-
onClick: "backHandler",
|
|
9306
|
-
width: "fit-content"
|
|
9307
|
-
},
|
|
9308
|
-
style: {
|
|
9309
|
-
fill: (_d = (_c = theme == null ? void 0 : theme.palette) == null ? void 0 : _c.primary) == null ? void 0 : _d.main,
|
|
9310
|
-
width: 20,
|
|
9311
|
-
height: 0,
|
|
9312
|
-
top: 0,
|
|
9313
|
-
right: { xs: "12px", sm: "84px" },
|
|
9314
|
-
position: "absolute",
|
|
9315
|
-
fontSize: "12px",
|
|
9316
|
-
cursor: "pointer",
|
|
9317
|
-
":hover": {
|
|
9318
|
-
fill: (_f = (_e = theme == null ? void 0 : theme.palette) == null ? void 0 : _e.primary) == null ? void 0 : _f.dark
|
|
9319
|
-
},
|
|
9320
|
-
marginRight: "20px"
|
|
9321
|
-
}
|
|
9322
|
-
}
|
|
9323
|
-
},
|
|
9324
|
-
{
|
|
9325
|
-
type: "Control",
|
|
9326
|
-
scope: "#/properties/FooterBackHandlerText",
|
|
9327
|
-
options: {
|
|
9328
|
-
widget: "Box"
|
|
9329
|
-
},
|
|
9330
|
-
config: {
|
|
9331
|
-
main: {
|
|
9332
|
-
heading: "Previous Page",
|
|
9333
|
-
onClick: "backHandler"
|
|
9334
|
-
},
|
|
9335
|
-
style: {
|
|
9336
|
-
display: { xs: "none", sm: "flex" },
|
|
9337
|
-
textAlign: "left",
|
|
9338
|
-
lineHeight: 1,
|
|
9339
|
-
height: 0,
|
|
9340
|
-
width: "fit-content",
|
|
9341
|
-
color: (_h = (_g = theme == null ? void 0 : theme.palette) == null ? void 0 : _g.primary) == null ? void 0 : _h.main,
|
|
9342
|
-
fontSize: "12px",
|
|
9343
|
-
cursor: "pointer",
|
|
9344
|
-
marginLeft: "2px",
|
|
9345
|
-
top: 3,
|
|
9346
|
-
right: "12px",
|
|
9347
|
-
position: "absolute",
|
|
9348
|
-
":hover": {
|
|
9349
|
-
color: (_j = (_i = theme == null ? void 0 : theme.palette) == null ? void 0 : _i.primary) == null ? void 0 : _j.dark
|
|
9350
|
-
},
|
|
9351
|
-
marginRight: "4px"
|
|
9352
|
-
}
|
|
9353
|
-
}
|
|
9354
9320
|
}
|
|
9355
9321
|
]
|
|
9356
9322
|
}
|