impaktapps-ui-builder 0.0.398 → 0.0.399

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.
@@ -8634,7 +8634,8 @@ var service = (funcParams) => {
8634
8634
  userValue: funcParams.userValue,
8635
8635
  service: funcParams.service,
8636
8636
  serviceHolder: { downloadFile: downloadFile$1, download: doDownload },
8637
- eventGroups
8637
+ eventGroups,
8638
+ functionsProvider: funcParams.functionsProvider
8638
8639
  };
8639
8640
  return {
8640
8641
  setPage: async function() {
@@ -8646,6 +8647,7 @@ var service = (funcParams) => {
8646
8647
  dynamicData: funcParams.dynamicData,
8647
8648
  userValue: funcParams.userValue,
8648
8649
  service: funcParams.service,
8650
+ functionsProvider: funcParams.functionsProvider,
8649
8651
  serviceHolder: this,
8650
8652
  eventGroups
8651
8653
  };