taxtank-core 2.0.19 → 2.0.21

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
@@ -6176,6 +6176,7 @@ declare class DocumentService extends RestService$1<FolderDocument, Document, Co
6176
6176
  disabledMethods: RestMethod[];
6177
6177
  constructor(environment: any);
6178
6178
  listenEvents(): void;
6179
+ postFiles(folder: DocumentFolder, files: AppFile[]): Observable<Document[]>;
6179
6180
  static ɵfac: i0.ɵɵFactoryDeclaration<DocumentService, never>;
6180
6181
  static ɵprov: i0.ɵɵInjectableDeclaration<DocumentService>;
6181
6182
  }
@@ -8011,7 +8012,7 @@ declare class HoldingTradeImport {
8011
8012
 
8012
8013
  declare class HoldingTradeImportService extends RestService$1<HoldingTradeImport, HoldingTradeImport$1, Collection<HoldingTradeImport$1>> {
8013
8014
  modelClass: typeof HoldingTradeImport$1;
8014
- collectionClass: typeof Collection<HoldingTradeImport>;
8015
+ collectionClass: typeof Collection<HoldingTradeImport$1>;
8015
8016
  endpointUri: string;
8016
8017
  disabledMethods: RestMethod[];
8017
8018
  roles: UserRolesEnum[];
@@ -8379,7 +8380,6 @@ declare class PdfSettings {
8379
8380
  filename: string;
8380
8381
  orientation: PdfOrientationEnum;
8381
8382
  /**
8382
- * Optional parameters: description and subtitle is after the title
8383
8383
  */
8384
8384
  description: string;
8385
8385
  subtitle: string;
@@ -8396,6 +8396,7 @@ declare class PdfFromDomElementService {
8396
8396
  private init;
8397
8397
  download(elements: NodeListOf<HTMLElement>, fileSettings?: PdfSettings): Observable<unknown>;
8398
8398
  export(elements: NodeListOf<HTMLElement>, filename?: string): Observable<unknown>;
8399
+ injectExportStyles(element: HTMLElement): void;
8399
8400
  static ɵfac: i0.ɵɵFactoryDeclaration<PdfFromDomElementService, never>;
8400
8401
  static ɵprov: i0.ɵɵInjectableDeclaration<PdfFromDomElementService>;
8401
8402
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "2.0.19",
3
+ "version": "2.0.21",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.1.3",
@@ -21,8 +21,8 @@
21
21
  "class-transformer": "^0.5.1",
22
22
  "event-source-polyfill": "^1.0.31",
23
23
  "file-saver": "^2.0.5",
24
- "html2pdf.js": "^0.10.2",
25
- "jspdf": "^3.0.0",
24
+ "html2pdf.js": "^0.11.2",
25
+ "jspdf": "^3.0.2",
26
26
  "jspdf-autotable": "^5.0.2",
27
27
  "lodash": "^4.17.21",
28
28
  "mixpanel-browser": "^2.49.0",