impaktapps-ui-builder 1.0.196 → 1.0.198

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.
@@ -10510,7 +10510,7 @@ function downloadFile$1({ data, name }) {
10510
10510
  URL.revokeObjectURL(url);
10511
10511
  }
10512
10512
  const downloadFileFromUrl = (response, service2) => {
10513
- let url = `${service2.defaults.baseURL}/${response.path}`;
10513
+ let url = `${service2.defaults.baseURL}${response.path}`;
10514
10514
  if (response == null ? void 0 : response.params) {
10515
10515
  const keysArray = Object.keys(response == null ? void 0 : response.params);
10516
10516
  keysArray.map((e, i) => {
@@ -10851,7 +10851,7 @@ var service = (funcParams) => {
10851
10851
  dynamicData: funcParams.dynamicData,
10852
10852
  userValue: funcParams.userValue,
10853
10853
  service: funcParams.service,
10854
- serviceHolder: { downloadFile: downloadFile$1, download: downloadFileFromUrl, ...funcParams.functionsProvider },
10854
+ serviceHolder: { downloadFile: downloadFile$1, downloadFileFromUrl, ...funcParams.functionsProvider },
10855
10855
  eventGroups,
10856
10856
  functionsProvider: funcParams.functionsProvider,
10857
10857
  formDataHolder