taxtank-core 1.0.78 → 1.0.82

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "1.0.78",
3
+ "version": "1.0.82",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^19.0.2",
@@ -1,11 +1,12 @@
1
1
  import { PdfSettings } from '../../../../models/pdf/pdf-settings';
2
2
  import { PdfFromTableService } from '../pdf-from-table.service';
3
+ import { UserOptions } from 'jspdf-autotable';
3
4
  import * as i0 from "@angular/core";
4
5
  /**
5
6
  * Service to generate and export PDF file from provided HTML tables
6
7
  */
7
8
  export declare class PdfFromHtmlTableService extends PdfFromTableService {
8
- export(tables: NodeListOf<HTMLTableElement>, fileSettings: PdfSettings): void;
9
+ export(tables: NodeListOf<HTMLTableElement>, fileSettings: PdfSettings, customOptions?: UserOptions): void;
9
10
  /**
10
11
  * Generate PDF file from provided list of HTML tables
11
12
  */