impaktapps-ui-builder 0.0.382-alpha.17 → 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 +2 -2
- 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 +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +1 -1
|
@@ -6463,7 +6463,7 @@ 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
|
},
|
|
@@ -8063,7 +8063,7 @@ 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
|
},
|