impaktapps-ui-builder 0.0.412-mtreemap.26 → 0.0.412-mtreemap.28
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
package/package.json
CHANGED
|
@@ -431,7 +431,7 @@ export const PageMasterUiSchema: any = (theme) => {
|
|
|
431
431
|
},
|
|
432
432
|
{
|
|
433
433
|
type: "Control",
|
|
434
|
-
scope: "#/properties/
|
|
434
|
+
scope: "#/properties/popUpPageMasterComponent",
|
|
435
435
|
options: {
|
|
436
436
|
widget: "PopUp"
|
|
437
437
|
},
|
|
@@ -516,7 +516,7 @@ export const PageMasterUiSchema: any = (theme) => {
|
|
|
516
516
|
},
|
|
517
517
|
{
|
|
518
518
|
type: "Control",
|
|
519
|
-
scope: "#/properties/
|
|
519
|
+
scope: "#/properties/popUpPageMasterEvent",
|
|
520
520
|
options: {
|
|
521
521
|
widget: "PopUp"
|
|
522
522
|
},
|