impaktapps-ui-builder 0.0.382-alpha.62 → 0.0.382-alpha.63
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 +68 -71
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +3 -3
- 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 +96 -239
- package/src/impaktapps-ui-builder/runtime/services/events.ts +0 -239
- package/src/impaktapps-ui-builder/runtime/services/interface.ts +0 -12
- package/src/impaktapps-ui-builder/runtime/services/service.ts +0 -209
|
@@ -6351,11 +6351,18 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6351
6351
|
{
|
|
6352
6352
|
type: "HorizontalLayout",
|
|
6353
6353
|
config: {
|
|
6354
|
-
|
|
6354
|
+
main: {
|
|
6355
|
+
direction: "row"
|
|
6356
|
+
},
|
|
6355
6357
|
style: {
|
|
6358
|
+
flexDirection: "row",
|
|
6356
6359
|
position: "absolute",
|
|
6357
|
-
bottom:
|
|
6358
|
-
|
|
6360
|
+
bottom: 0,
|
|
6361
|
+
marginBottom: "-8px",
|
|
6362
|
+
height: "fit-content",
|
|
6363
|
+
overflow: "hidden",
|
|
6364
|
+
zIndex: 1e3,
|
|
6365
|
+
width: "inherit"
|
|
6359
6366
|
}
|
|
6360
6367
|
},
|
|
6361
6368
|
elements: [
|
|
@@ -6366,90 +6373,80 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6366
6373
|
widget: "Box"
|
|
6367
6374
|
},
|
|
6368
6375
|
config: {
|
|
6369
|
-
layout: 9.5,
|
|
6370
6376
|
main: {
|
|
6371
6377
|
heading: "Copywriter@ACT21.IO"
|
|
6372
6378
|
},
|
|
6373
6379
|
style: {
|
|
6374
6380
|
color: ((_a = theme == null ? void 0 : theme.palette) == null ? void 0 : _a.text.disabled) || "#AFAFAF",
|
|
6375
6381
|
fontSize: "12px",
|
|
6376
|
-
textAlign: "center"
|
|
6382
|
+
textAlign: "center",
|
|
6383
|
+
lineHeight: 1,
|
|
6384
|
+
width: "fit-content",
|
|
6385
|
+
left: "50%",
|
|
6386
|
+
position: "relative",
|
|
6387
|
+
margin: 0,
|
|
6388
|
+
flexGrow: 1,
|
|
6389
|
+
height: 0
|
|
6377
6390
|
}
|
|
6378
6391
|
}
|
|
6379
6392
|
},
|
|
6380
6393
|
{
|
|
6381
|
-
type: "
|
|
6382
|
-
|
|
6383
|
-
|
|
6384
|
-
|
|
6394
|
+
type: "Control",
|
|
6395
|
+
scope: "#/properties/backIcon",
|
|
6396
|
+
options: {
|
|
6397
|
+
widget: "Box"
|
|
6385
6398
|
},
|
|
6386
|
-
|
|
6387
|
-
{
|
|
6388
|
-
|
|
6389
|
-
|
|
6390
|
-
|
|
6391
|
-
widget: "EmptyBox"
|
|
6392
|
-
},
|
|
6393
|
-
config: {
|
|
6394
|
-
layout: 6,
|
|
6395
|
-
style: {
|
|
6396
|
-
flexGrow: 1
|
|
6397
|
-
}
|
|
6398
|
-
}
|
|
6399
|
+
config: {
|
|
6400
|
+
main: {
|
|
6401
|
+
iconName: "PrevIcon",
|
|
6402
|
+
onClick: "backHandler",
|
|
6403
|
+
width: "fit-content"
|
|
6399
6404
|
},
|
|
6400
|
-
{
|
|
6401
|
-
|
|
6402
|
-
|
|
6403
|
-
|
|
6404
|
-
|
|
6405
|
-
|
|
6406
|
-
|
|
6407
|
-
|
|
6408
|
-
|
|
6409
|
-
|
|
6410
|
-
|
|
6411
|
-
|
|
6412
|
-
style: {
|
|
6413
|
-
fill: theme.palette.primary.main,
|
|
6414
|
-
width: 20,
|
|
6415
|
-
height: 20,
|
|
6416
|
-
display: "flex",
|
|
6417
|
-
alignItems: "center",
|
|
6418
|
-
justifyContent: "center",
|
|
6419
|
-
marginRight: "-8px",
|
|
6420
|
-
cursor: "pointer",
|
|
6421
|
-
":hover": {
|
|
6422
|
-
fill: theme.palette.primary.dark
|
|
6423
|
-
}
|
|
6424
|
-
}
|
|
6405
|
+
style: {
|
|
6406
|
+
fill: theme.palette.primary.main,
|
|
6407
|
+
width: 20,
|
|
6408
|
+
height: 0,
|
|
6409
|
+
margin: 0,
|
|
6410
|
+
top: 0,
|
|
6411
|
+
right: "90px",
|
|
6412
|
+
position: "absolute",
|
|
6413
|
+
fontSize: "12px",
|
|
6414
|
+
cursor: "pointer",
|
|
6415
|
+
":hover": {
|
|
6416
|
+
fill: theme.palette.primary.dark
|
|
6425
6417
|
}
|
|
6418
|
+
}
|
|
6419
|
+
}
|
|
6420
|
+
},
|
|
6421
|
+
{
|
|
6422
|
+
type: "Control",
|
|
6423
|
+
scope: "#/properties/text",
|
|
6424
|
+
options: {
|
|
6425
|
+
widget: "Box"
|
|
6426
|
+
},
|
|
6427
|
+
config: {
|
|
6428
|
+
main: {
|
|
6429
|
+
heading: "Previous Page",
|
|
6430
|
+
onClick: "backHandler"
|
|
6426
6431
|
},
|
|
6427
|
-
{
|
|
6428
|
-
|
|
6429
|
-
|
|
6430
|
-
|
|
6431
|
-
|
|
6432
|
-
|
|
6433
|
-
|
|
6434
|
-
|
|
6435
|
-
|
|
6436
|
-
|
|
6437
|
-
|
|
6438
|
-
|
|
6439
|
-
|
|
6440
|
-
|
|
6441
|
-
|
|
6442
|
-
fontSize: "12px",
|
|
6443
|
-
cursor: "pointer",
|
|
6444
|
-
marginLeft: "2px",
|
|
6445
|
-
marginRight: 0,
|
|
6446
|
-
":hover": {
|
|
6447
|
-
color: theme.palette.primary.dark
|
|
6448
|
-
}
|
|
6449
|
-
}
|
|
6432
|
+
style: {
|
|
6433
|
+
textAlign: "left",
|
|
6434
|
+
lineHeight: 1,
|
|
6435
|
+
height: 0,
|
|
6436
|
+
width: "fit-content",
|
|
6437
|
+
color: theme.palette.primary.main,
|
|
6438
|
+
fontSize: "12px",
|
|
6439
|
+
cursor: "pointer",
|
|
6440
|
+
marginLeft: "2px",
|
|
6441
|
+
marginRight: 0,
|
|
6442
|
+
top: 3,
|
|
6443
|
+
right: "20px",
|
|
6444
|
+
position: "absolute",
|
|
6445
|
+
":hover": {
|
|
6446
|
+
color: theme.palette.primary.dark
|
|
6450
6447
|
}
|
|
6451
6448
|
}
|
|
6452
|
-
|
|
6449
|
+
}
|
|
6453
6450
|
}
|
|
6454
6451
|
]
|
|
6455
6452
|
}
|