taxtank-core 2.0.55 → 2.0.58
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/fesm2022/taxtank-core.mjs +50 -10
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -8634,6 +8634,7 @@ declare class PdfSettings {
|
|
|
8634
8634
|
* in which all the styles that the user sees on the page will be saved
|
|
8635
8635
|
*/
|
|
8636
8636
|
declare class PdfFromDomElementService {
|
|
8637
|
+
private createIsolatedDocument;
|
|
8637
8638
|
private init;
|
|
8638
8639
|
download(elements: NodeListOf<HTMLElement>, fileSettings?: PdfSettings): Observable<unknown>;
|
|
8639
8640
|
export(elements: NodeListOf<HTMLElement>, filename?: string): Observable<unknown>;
|