impaktapps-ui-builder 0.0.101-alpha.273 → 0.0.101-alpha.275

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.
@@ -10309,9 +10309,8 @@ var service = (funcParams) => {
10309
10309
  eventGroups = {};
10310
10310
  const formDataHolder = {};
10311
10311
  if (pageData) {
10312
- if (!lodash.exports.isEmpty(pageData) && typeof pageData === "object") {
10313
- eventGroups = extractEvents(pageData == null ? void 0 : pageData.config);
10314
- }
10312
+ if (!lodash.exports.isEmpty(pageData) && typeof pageData === "object")
10313
+ ;
10315
10314
  }
10316
10315
  let executeEventsParameters = {
10317
10316
  config: {},
@@ -10335,10 +10334,6 @@ var service = (funcParams) => {
10335
10334
  pageData = await funcParams.pageDataProvider();
10336
10335
  const config2 = pageData == null ? void 0 : pageData.config;
10337
10336
  const uiSchema = pageData == null ? void 0 : pageData.uiSchema;
10338
- const event2 = new CustomEvent("pageNameChanged", {
10339
- detail: { pageName: config2.label }
10340
- });
10341
- window.dispatchEvent(event2);
10342
10337
  const theme = (_b = (_a = funcParams == null ? void 0 : funcParams.store) == null ? void 0 : _a.theme) == null ? void 0 : _b.myTheme;
10343
10338
  uiSchema.elements.push(
10344
10339
  {