taxtank-core 2.0.20 → 2.0.21
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/fesm2022/taxtank-core.mjs +3 -1
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
- package/index.d.ts.map +0 -1
@@ -13127,6 +13127,9 @@ class DocumentService extends RestService$1 {
|
|
13127
13127
|
this.listenCSE(PropertyValuation, this.refreshCache);
|
13128
13128
|
this.listenCSE(PropertyCategoryMovement, this.refreshCache);
|
13129
13129
|
}
|
13130
|
+
postFiles(folder, files) {
|
13131
|
+
return this.postParallel(files.map(file => plainToClass(Document, { folder, file })));
|
13132
|
+
}
|
13130
13133
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DocumentService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
13131
13134
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DocumentService, providedIn: 'root' }); }
|
13132
13135
|
}
|
@@ -22045,7 +22048,6 @@ class PdfSettings {
|
|
22045
22048
|
this.filename = 'export';
|
22046
22049
|
this.orientation = PdfOrientationEnum.PORTRAIT;
|
22047
22050
|
/**
|
22048
|
-
* Optional parameters: description and subtitle is after the title
|
22049
22051
|
*/
|
22050
22052
|
this.description = '';
|
22051
22053
|
this.subtitle = '';
|