impaktapps-ui-builder 0.0.412-mtreemap.26 → 0.0.412-mtreemap.27
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 +3 -3
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +2 -2
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +2 -2
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +1 -1
|
@@ -344,7 +344,7 @@ const PageMasterUiSchema = (theme) => {
|
|
|
344
344
|
},
|
|
345
345
|
{
|
|
346
346
|
type: "Control",
|
|
347
|
-
scope: "#/properties/
|
|
347
|
+
scope: "#/properties/popUpPageMasterComponent",
|
|
348
348
|
options: {
|
|
349
349
|
widget: "PopUp"
|
|
350
350
|
},
|
|
@@ -416,7 +416,7 @@ const PageMasterUiSchema = (theme) => {
|
|
|
416
416
|
},
|
|
417
417
|
{
|
|
418
418
|
type: "Control",
|
|
419
|
-
scope: "#/properties/
|
|
419
|
+
scope: "#/properties/popUpPageMasterEvent",
|
|
420
420
|
options: {
|
|
421
421
|
widget: "PopUp"
|
|
422
422
|
},
|
|
@@ -8384,7 +8384,7 @@ const EventUiSchema = (theme) => {
|
|
|
8384
8384
|
},
|
|
8385
8385
|
{
|
|
8386
8386
|
type: "Control",
|
|
8387
|
-
scope: "#/properties/
|
|
8387
|
+
scope: "#/properties/popUpEvent",
|
|
8388
8388
|
options: {
|
|
8389
8389
|
widget: "PopUp"
|
|
8390
8390
|
},
|