impaktapps-ui-builder 0.0.399 → 0.0.400
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.
|
@@ -8633,7 +8633,7 @@ var service = (funcParams) => {
|
|
|
8633
8633
|
dynamicData: funcParams.dynamicData,
|
|
8634
8634
|
userValue: funcParams.userValue,
|
|
8635
8635
|
service: funcParams.service,
|
|
8636
|
-
serviceHolder: { downloadFile: downloadFile$1, download: doDownload },
|
|
8636
|
+
serviceHolder: { downloadFile: downloadFile$1, download: doDownload, ...funcParams.functionsProvider },
|
|
8637
8637
|
eventGroups,
|
|
8638
8638
|
functionsProvider: funcParams.functionsProvider
|
|
8639
8639
|
};
|