impaktapps-ui-builder 0.0.382-alpha.15 → 0.0.382-alpha.17
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 +28 -10
- 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 +23 -33
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +23 -11
|
@@ -6463,23 +6463,32 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6463
6463
|
},
|
|
6464
6464
|
{
|
|
6465
6465
|
type: "Control",
|
|
6466
|
-
scope: "#/properties/
|
|
6466
|
+
scope: "#/properties/text",
|
|
6467
6467
|
options: {
|
|
6468
6468
|
widget: "Box"
|
|
6469
6469
|
},
|
|
6470
6470
|
config: {
|
|
6471
|
-
layout:
|
|
6471
|
+
layout: 9.7,
|
|
6472
6472
|
main: {
|
|
6473
6473
|
heading: " "
|
|
6474
6474
|
},
|
|
6475
6475
|
style: {
|
|
6476
|
+
color: theme.palette.text.disabled,
|
|
6476
6477
|
textAlign: "right",
|
|
6477
|
-
width: "auto",
|
|
6478
6478
|
fontSize: "12px",
|
|
6479
|
-
|
|
6480
|
-
paddingTop: "10px"
|
|
6479
|
+
marginTop: "-16px"
|
|
6481
6480
|
}
|
|
6482
6481
|
}
|
|
6482
|
+
},
|
|
6483
|
+
{
|
|
6484
|
+
type: "Control",
|
|
6485
|
+
scope: "#/properties/emptyBox",
|
|
6486
|
+
options: {
|
|
6487
|
+
widget: "EmptyBox"
|
|
6488
|
+
},
|
|
6489
|
+
config: {
|
|
6490
|
+
layout: 2.3
|
|
6491
|
+
}
|
|
6483
6492
|
}
|
|
6484
6493
|
]
|
|
6485
6494
|
}
|
|
@@ -8054,23 +8063,32 @@ const EventUiSchema = (theme) => {
|
|
|
8054
8063
|
},
|
|
8055
8064
|
{
|
|
8056
8065
|
type: "Control",
|
|
8057
|
-
scope: "#/properties/
|
|
8066
|
+
scope: "#/properties/text",
|
|
8058
8067
|
options: {
|
|
8059
8068
|
widget: "Box"
|
|
8060
8069
|
},
|
|
8061
8070
|
config: {
|
|
8062
|
-
layout:
|
|
8071
|
+
layout: 9.7,
|
|
8063
8072
|
main: {
|
|
8064
8073
|
heading: " "
|
|
8065
8074
|
},
|
|
8066
8075
|
style: {
|
|
8076
|
+
color: theme.palette.text.disabled,
|
|
8067
8077
|
textAlign: "right",
|
|
8068
|
-
width: "auto",
|
|
8069
8078
|
fontSize: "12px",
|
|
8070
|
-
|
|
8071
|
-
paddingTop: "10px"
|
|
8079
|
+
marginTop: "-16px"
|
|
8072
8080
|
}
|
|
8073
8081
|
}
|
|
8082
|
+
},
|
|
8083
|
+
{
|
|
8084
|
+
type: "Control",
|
|
8085
|
+
scope: "#/properties/emptyBox",
|
|
8086
|
+
options: {
|
|
8087
|
+
widget: "EmptyBox"
|
|
8088
|
+
},
|
|
8089
|
+
config: {
|
|
8090
|
+
layout: 2.3
|
|
8091
|
+
}
|
|
8074
8092
|
}
|
|
8075
8093
|
]
|
|
8076
8094
|
}
|