impaktapps-ui-builder 1.0.1-alpha.4 → 1.0.1-alpha.5

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.
@@ -10277,6 +10277,7 @@ var service = (funcParams) => {
10277
10277
  eventGroups = {};
10278
10278
  pageData = await funcParams.pageDataProvider();
10279
10279
  const config2 = pageData == null ? void 0 : pageData.config;
10280
+ funcParams == null ? void 0 : funcParams.setExternaldata();
10280
10281
  const uiSchema = pageData == null ? void 0 : pageData.uiSchema;
10281
10282
  const event2 = new CustomEvent("pageNameChanged", {
10282
10283
  detail: { pageName: config2.label }