impaktapps-ui-builder 0.0.382-alpha.311 → 0.0.382-alpha.312

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.
@@ -378,7 +378,7 @@ const PageMasterUiSchema = {
378
378
  },
379
379
  {
380
380
  type: "Control",
381
- scope: "#/properties/popUpComponent",
381
+ scope: "#/properties/popUpPageMasterComponent",
382
382
  options: {
383
383
  widget: "PopUp"
384
384
  },
@@ -461,7 +461,7 @@ const PageMasterUiSchema = {
461
461
  },
462
462
  {
463
463
  type: "Control",
464
- scope: "#/properties/popUpEvent",
464
+ scope: "#/properties/popUpPageMasterEvent",
465
465
  options: {
466
466
  widget: "PopUp"
467
467
  },
@@ -6524,7 +6524,7 @@ const componentBasicUiSchema = {
6524
6524
  },
6525
6525
  {
6526
6526
  type: "Control",
6527
- scope: "#/properties/popUpComponent",
6527
+ scope: "#/properties/popUpComponentSection",
6528
6528
  options: {
6529
6529
  widget: "PopUp"
6530
6530
  },
@@ -6607,7 +6607,7 @@ const componentBasicUiSchema = {
6607
6607
  },
6608
6608
  {
6609
6609
  type: "Control",
6610
- scope: "#/properties/popUpEvent",
6610
+ scope: "#/properties/popUpEventSection",
6611
6611
  options: {
6612
6612
  widget: "PopUp"
6613
6613
  },
@@ -7870,7 +7870,6 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
7870
7870
  const response2 = saveFormdataInLocalStorage(store2.ctx.core.data, path);
7871
7871
  const data2 = path ? _.get(response2, path) : response2;
7872
7872
  store2.setFormdata(data2);
7873
- store2.updateDialog("popUpComponent");
7874
7873
  },
7875
7874
  deleteEvent: function() {
7876
7875
  var _a;
@@ -7879,7 +7878,6 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
7879
7878
  store2.formData.events.splice(rowId, 1);
7880
7879
  const response2 = saveFormdataInLocalStorage(store2.ctx.core.data, path);
7881
7880
  store2.setFormdata(_.get(response2, path));
7882
- store2.updateDialog("popUpEvent");
7883
7881
  },
7884
7882
  widgetAddClickHandler: function() {
7885
7883
  var _a;
@@ -7917,10 +7915,10 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
7917
7915
  store2.navigate(-1);
7918
7916
  },
7919
7917
  deletePopUpComponent: function() {
7920
- store2.updateDialog("popUpComponent");
7918
+ store2.updateDialog("popUpComponentSection");
7921
7919
  },
7922
7920
  deletePopUpEvent: function() {
7923
- store2.updateDialog("popUpEvent");
7921
+ store2.updateDialog("popUpEventSection");
7924
7922
  }
7925
7923
  };
7926
7924
  };
@@ -7970,7 +7968,7 @@ var pageMaster = (funcParams) => {
7970
7968
  Edit_Components: Component(store2, dynamicData2, submitHandler, service2).editComponents,
7971
7969
  Delete_Components: async function() {
7972
7970
  await Component(store2, dynamicData2, submitHandler, service2).deleteComponents();
7973
- store2.updateDialog("popUpComponent");
7971
+ store2.updateDialog("popUpPageMasterComponent");
7974
7972
  },
7975
7973
  eventAddHandler: function() {
7976
7974
  var _a;
@@ -7995,13 +7993,13 @@ var pageMaster = (funcParams) => {
7995
7993
  store2.formData.events.splice(rowId, 1);
7996
7994
  const response2 = saveFormdataInLocalStorage(store2.ctx.core.data);
7997
7995
  store2.setFormdata(response2);
7998
- store2.updateDialog("popUpEvent");
7996
+ store2.updateDialog("popUpPageMasterEvent");
7999
7997
  },
8000
7998
  deletePopUpComponent: function() {
8001
- store2.updateDialog("popUpComponent");
7999
+ store2.updateDialog("popUpPageMasterComponent");
8002
8000
  },
8003
8001
  deletePopUpEvent: function() {
8004
- store2.updateDialog("popUpEvent");
8002
+ store2.updateDialog("popUpPageMasterEvent");
8005
8003
  }
8006
8004
  };
8007
8005
  };