taxtank-core 2.0.64 → 2.0.66
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 +51 -23
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/index.d.ts +2 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -8637,7 +8637,8 @@ 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
|
-
|
|
8640
|
+
private collectScopeTokens;
|
|
8641
|
+
private syncComponentStyles;
|
|
8641
8642
|
static ɵfac: i0.ɵɵFactoryDeclaration<PdfFromDomElementService, never>;
|
|
8642
8643
|
static ɵprov: i0.ɵɵInjectableDeclaration<PdfFromDomElementService>;
|
|
8643
8644
|
}
|