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/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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "2.0.63",
3
+ "version": "2.0.65",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.1.3",