impaktapps-ui-builder 1.0.60 → 1.0.61
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 -2
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +9 -9
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/dist/src/impaktapps-ui-builder/runtime/services/service.d.ts +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/runtime/services/service.ts +2 -5
|
@@ -10333,13 +10333,12 @@ var service = (funcParams) => {
|
|
|
10333
10333
|
setPage: async function() {
|
|
10334
10334
|
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m;
|
|
10335
10335
|
funcParams.store.setAdditionalErrors([]);
|
|
10336
|
-
funcParams.store.setFormdata({});
|
|
10336
|
+
funcParams.store.setFormdata((funcParams == null ? void 0 : funcParams.initFormData()) || {});
|
|
10337
10337
|
funcParams.store.setSchema({ type: "object", properties: {} });
|
|
10338
10338
|
funcParams.store.newData = {};
|
|
10339
10339
|
eventGroups = {};
|
|
10340
10340
|
pageData = await funcParams.pageDataProvider();
|
|
10341
10341
|
const config2 = pageData == null ? void 0 : pageData.config;
|
|
10342
|
-
funcParams == null ? void 0 : funcParams.setExternaldata();
|
|
10343
10342
|
const uiSchema = pageData == null ? void 0 : pageData.uiSchema;
|
|
10344
10343
|
const event2 = new CustomEvent("pageNameChanged", {
|
|
10345
10344
|
detail: { pageName: config2.label, hasBackIcon: true }
|