impaktapps-ui-builder 0.0.382-alpha.304 → 0.0.382-alpha.305

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.
@@ -308,8 +308,7 @@ const PageMasterUiSchema = {
308
308
  size: "small"
309
309
  },
310
310
  style: {
311
- width: { xs: "100%", sm: "100%", md: "25%", lg: "20%" },
312
- float: "right"
311
+ width: { xs: "100%", sm: "100%", md: "25%", lg: "20%" }
313
312
  }
314
313
  }
315
314
  },
@@ -334,6 +333,14 @@ const PageMasterUiSchema = {
334
333
  width: { xs: "100%", sm: "100%", md: "25%", lg: "20%" }
335
334
  }
336
335
  }
336
+ },
337
+ {
338
+ type: "Control",
339
+ scope: "#/properties/EmptyBox",
340
+ config: { layout: { xs: 11, sm: 5.5, md: 5.5, lg: 6 } },
341
+ options: {
342
+ widget: "EmptyBox"
343
+ }
337
344
  }
338
345
  ]
339
346
  }
@@ -7711,7 +7718,10 @@ var pageMaster = (funcParams) => {
7711
7718
  },
7712
7719
  saveHandler: async () => await saveHandler(store2, service2, submitHandler),
7713
7720
  Edit_Components: Component(store2, dynamicData2, submitHandler, service2).editComponents,
7714
- Delete_Components: Component(store2, dynamicData2, submitHandler, service2).deleteComponents,
7721
+ Delete_Components: async function() {
7722
+ await Component(store2, dynamicData2, submitHandler, service2).deleteComponents();
7723
+ store2.updateDialog("popUpComponent");
7724
+ },
7715
7725
  eventAddHandler: function() {
7716
7726
  var _a;
7717
7727
  const id = (_a = store2.searchParams) == null ? void 0 : _a.get("id");