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.
- package/esm2020/lib/services/file-manager.service.mjs +2 -2
- package/fesm2015/tuain-ng-forms-lib.mjs +1 -1
- package/fesm2015/tuain-ng-forms-lib.mjs.map +1 -1
- package/fesm2020/tuain-ng-forms-lib.mjs +1 -1
- package/fesm2020/tuain-ng-forms-lib.mjs.map +1 -1
- package/lib/services/file-manager.service.d.ts +1 -1
- package/package.json +1 -1
|
@@ -2715,7 +2715,7 @@ class LibEventManagerService {
|
|
|
2715
2715
|
|
|
2716
2716
|
class LibFileManagementService {
|
|
2717
2717
|
openFile(fileBase64Data, fileName, fileType) { }
|
|
2718
|
-
saveFileFromURL(fileUrl,
|
|
2718
|
+
saveFileFromURL(fileUrl, fileName = null, fileType = null) { }
|
|
2719
2719
|
saveFile(fileBase64Data, fileName, fileType) { }
|
|
2720
2720
|
printPdfFile(pdfBufferData) { }
|
|
2721
2721
|
}
|