tuain-ng-forms-lib 15.0.24 → 15.0.25

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.
@@ -2715,7 +2715,7 @@ class LibEventManagerService {
2715
2715
 
2716
2716
  class LibFileManagementService {
2717
2717
  openFile(fileBase64Data, fileName, fileType) { }
2718
- saveFileFromURL(fileUrl, fullFileName = null) { }
2718
+ saveFileFromURL(fileUrl, fileName = null, fileType = null) { }
2719
2719
  saveFile(fileBase64Data, fileName, fileType) { }
2720
2720
  printPdfFile(pdfBufferData) { }
2721
2721
  }