impaktapps-ui-builder 0.0.101-alpha.281 → 0.0.101-alpha.282
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.
|
@@ -10315,6 +10315,7 @@ var service = (funcParams) => {
|
|
|
10315
10315
|
userValue: funcParams.userValue,
|
|
10316
10316
|
service: funcParams.service,
|
|
10317
10317
|
serviceHolder: { downloadFile: downloadFile$1, download: doDownload, ...funcParams.functionsProvider },
|
|
10318
|
+
eventGroups,
|
|
10318
10319
|
functionsProvider: funcParams.functionsProvider,
|
|
10319
10320
|
formDataHolder
|
|
10320
10321
|
};
|
|
@@ -10441,6 +10442,7 @@ var service = (funcParams) => {
|
|
|
10441
10442
|
);
|
|
10442
10443
|
const schema2 = (_m = pageData == null ? void 0 : pageData.schema) != null ? _m : { type: "object", properties: {} };
|
|
10443
10444
|
const newEventGroups = extractEvents(config2);
|
|
10445
|
+
console.log("newEventGroups", newEventGroups, eventGroups);
|
|
10444
10446
|
eventGroups = newEventGroups;
|
|
10445
10447
|
executeEventsParameters = {
|
|
10446
10448
|
config: {},
|