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.
- package/dist/impaktapps-ui-builder.es.js +1 -0
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +4 -4
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/dist/src/impaktapps-ui-builder/runtime/services/service.d.ts +1 -0
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/runtime/services/service.ts +5 -1
|
@@ -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 }
|