impaktapps-ui-builder 0.0.382-alpha.12 → 0.0.382-alpha.13
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 +40 -40
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- 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 +42 -20
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +21 -23
|
@@ -6415,26 +6415,6 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6415
6415
|
layout: 2
|
|
6416
6416
|
}
|
|
6417
6417
|
},
|
|
6418
|
-
{
|
|
6419
|
-
type: "Control",
|
|
6420
|
-
scope: "#/properties/pageName",
|
|
6421
|
-
options: {
|
|
6422
|
-
widget: "Box"
|
|
6423
|
-
},
|
|
6424
|
-
config: {
|
|
6425
|
-
layout: { xs: 7, sm: 7, md: 9 },
|
|
6426
|
-
main: {
|
|
6427
|
-
heading: " "
|
|
6428
|
-
},
|
|
6429
|
-
style: {
|
|
6430
|
-
float: "right",
|
|
6431
|
-
width: "auto",
|
|
6432
|
-
fontSize: "12px",
|
|
6433
|
-
color: "gray",
|
|
6434
|
-
paddingTop: "10px"
|
|
6435
|
-
}
|
|
6436
|
-
}
|
|
6437
|
-
},
|
|
6438
6418
|
{
|
|
6439
6419
|
type: "Control",
|
|
6440
6420
|
scope: "#/properties/backIcon",
|
|
@@ -6480,6 +6460,26 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6480
6460
|
}
|
|
6481
6461
|
}
|
|
6482
6462
|
]
|
|
6463
|
+
},
|
|
6464
|
+
{
|
|
6465
|
+
type: "Control",
|
|
6466
|
+
scope: "#/properties/pageName",
|
|
6467
|
+
options: {
|
|
6468
|
+
widget: "Box"
|
|
6469
|
+
},
|
|
6470
|
+
config: {
|
|
6471
|
+
layout: 12,
|
|
6472
|
+
main: {
|
|
6473
|
+
heading: " "
|
|
6474
|
+
},
|
|
6475
|
+
style: {
|
|
6476
|
+
float: "right",
|
|
6477
|
+
width: "auto",
|
|
6478
|
+
fontSize: "12px",
|
|
6479
|
+
color: "gray",
|
|
6480
|
+
paddingTop: "10px"
|
|
6481
|
+
}
|
|
6482
|
+
}
|
|
6483
6483
|
}
|
|
6484
6484
|
]
|
|
6485
6485
|
}
|
|
@@ -8030,26 +8030,6 @@ const EventUiSchema = (theme) => {
|
|
|
8030
8030
|
layout: 2
|
|
8031
8031
|
}
|
|
8032
8032
|
},
|
|
8033
|
-
{
|
|
8034
|
-
type: "Control",
|
|
8035
|
-
scope: "#/properties/pageName",
|
|
8036
|
-
options: {
|
|
8037
|
-
widget: "Box"
|
|
8038
|
-
},
|
|
8039
|
-
config: {
|
|
8040
|
-
layout: { xs: 7, sm: 7, md: 9 },
|
|
8041
|
-
main: {
|
|
8042
|
-
heading: " "
|
|
8043
|
-
},
|
|
8044
|
-
style: {
|
|
8045
|
-
float: "right",
|
|
8046
|
-
width: "auto",
|
|
8047
|
-
fontSize: "12px",
|
|
8048
|
-
color: "gray",
|
|
8049
|
-
paddingTop: "10px"
|
|
8050
|
-
}
|
|
8051
|
-
}
|
|
8052
|
-
},
|
|
8053
8033
|
{
|
|
8054
8034
|
type: "Control",
|
|
8055
8035
|
scope: "#/properties/backIcon",
|
|
@@ -8095,6 +8075,26 @@ const EventUiSchema = (theme) => {
|
|
|
8095
8075
|
}
|
|
8096
8076
|
}
|
|
8097
8077
|
]
|
|
8078
|
+
},
|
|
8079
|
+
{
|
|
8080
|
+
type: "Control",
|
|
8081
|
+
scope: "#/properties/pageName",
|
|
8082
|
+
options: {
|
|
8083
|
+
widget: "Box"
|
|
8084
|
+
},
|
|
8085
|
+
config: {
|
|
8086
|
+
layout: 12,
|
|
8087
|
+
main: {
|
|
8088
|
+
heading: " "
|
|
8089
|
+
},
|
|
8090
|
+
style: {
|
|
8091
|
+
float: "right",
|
|
8092
|
+
width: "auto",
|
|
8093
|
+
fontSize: "12px",
|
|
8094
|
+
color: "gray",
|
|
8095
|
+
paddingTop: "10px"
|
|
8096
|
+
}
|
|
8097
|
+
}
|
|
8098
8098
|
}
|
|
8099
8099
|
]
|
|
8100
8100
|
}
|