taxtank-core 2.0.65 → 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/index.d.ts CHANGED
@@ -8637,6 +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
+ private collectScopeTokens;
8641
+ private syncComponentStyles;
8640
8642
  static ɵfac: i0.ɵɵFactoryDeclaration<PdfFromDomElementService, never>;
8641
8643
  static ɵprov: i0.ɵɵInjectableDeclaration<PdfFromDomElementService>;
8642
8644
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "2.0.65",
3
+ "version": "2.0.66",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.1.3",