impaktapps-ui-builder 0.0.382-alpha.16 → 0.0.382-alpha.18
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 +4 -4
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +4 -4
- 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 +2 -2
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +2 -2
|
@@ -6463,14 +6463,14 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6463
6463
|
},
|
|
6464
6464
|
{
|
|
6465
6465
|
type: "Control",
|
|
6466
|
-
scope: "#/properties/
|
|
6466
|
+
scope: "#/properties/pageName",
|
|
6467
6467
|
options: {
|
|
6468
6468
|
widget: "Box"
|
|
6469
6469
|
},
|
|
6470
6470
|
config: {
|
|
6471
6471
|
layout: 9.7,
|
|
6472
6472
|
main: {
|
|
6473
|
-
heading: "
|
|
6473
|
+
heading: " "
|
|
6474
6474
|
},
|
|
6475
6475
|
style: {
|
|
6476
6476
|
color: theme.palette.text.disabled,
|
|
@@ -8063,14 +8063,14 @@ const EventUiSchema = (theme) => {
|
|
|
8063
8063
|
},
|
|
8064
8064
|
{
|
|
8065
8065
|
type: "Control",
|
|
8066
|
-
scope: "#/properties/
|
|
8066
|
+
scope: "#/properties/pageName",
|
|
8067
8067
|
options: {
|
|
8068
8068
|
widget: "Box"
|
|
8069
8069
|
},
|
|
8070
8070
|
config: {
|
|
8071
8071
|
layout: 9.7,
|
|
8072
8072
|
main: {
|
|
8073
|
-
heading: "
|
|
8073
|
+
heading: " "
|
|
8074
8074
|
},
|
|
8075
8075
|
style: {
|
|
8076
8076
|
color: theme.palette.text.disabled,
|