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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.412-mtreemap.26",
3
+ "version": "0.0.412-mtreemap.27",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -431,7 +431,7 @@ export const PageMasterUiSchema: any = (theme) => {
431
431
  },
432
432
  {
433
433
  type: "Control",
434
- scope: "#/properties/popUpComponentSection",
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/popUpEventSection",
519
+ scope: "#/properties/popUpPageMasterEvent",
520
520
  options: {
521
521
  widget: "PopUp"
522
522
  },
@@ -219,7 +219,7 @@ export const EventUiSchema: any = (theme) => {
219
219
  },
220
220
  {
221
221
  type: "Control",
222
- scope: "#/properties/popUpEventSection",
222
+ scope: "#/properties/popUpEvent",
223
223
  options: {
224
224
  widget: "PopUp"
225
225
  },