taxtank-core 2.0.15 → 2.0.17

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
@@ -8481,6 +8481,10 @@ declare class PdfFromHtmlTableService extends PdfFromTableService {
8481
8481
  * Generate PDF file from provided list of HTML tables
8482
8482
  */
8483
8483
  private generateFile;
8484
+ /**
8485
+ * extracts formatted text from caption's html
8486
+ */
8487
+ private getCaptionText;
8484
8488
  static ɵfac: i0.ɵɵFactoryDeclaration<PdfFromHtmlTableService, never>;
8485
8489
  static ɵprov: i0.ɵɵInjectableDeclaration<PdfFromHtmlTableService>;
8486
8490
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "2.0.15",
3
+ "version": "2.0.17",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.1.3",