taxtank-core 2.0.63 → 2.0.65
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 +20 -30
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/index.d.ts +0 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -8637,7 +8637,6 @@ declare class PdfFromDomElementService {
|
|
|
8637
8637
|
private init;
|
|
8638
8638
|
download(elements: NodeListOf<HTMLElement>, fileSettings?: PdfSettings): Observable<unknown>;
|
|
8639
8639
|
export(elements: NodeListOf<HTMLElement>, filename?: string): Observable<unknown>;
|
|
8640
|
-
injectExportStyles(element: HTMLElement): void;
|
|
8641
8640
|
static ɵfac: i0.ɵɵFactoryDeclaration<PdfFromDomElementService, never>;
|
|
8642
8641
|
static ɵprov: i0.ɵɵInjectableDeclaration<PdfFromDomElementService>;
|
|
8643
8642
|
}
|