taxtank-core 2.0.60 → 2.0.63
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.
|
@@ -20612,25 +20612,21 @@ applyPlugin(jsPDF);
|
|
|
20612
20612
|
class JsPdf extends jsPDF {
|
|
20613
20613
|
}
|
|
20614
20614
|
|
|
20615
|
-
/**
|
|
20616
|
-
* Settings for generated PDF file from DOM elements
|
|
20617
|
-
*/
|
|
20618
20615
|
const FILE_SETTINGS$1 = {
|
|
20619
20616
|
margin: 10,
|
|
20620
20617
|
filename: 'export.pdf',
|
|
20621
20618
|
image: { type: 'jpeg', quality: 0.95 },
|
|
20622
20619
|
html2canvas: {
|
|
20623
|
-
scale: 1,
|
|
20624
20620
|
windowWidth: 1200,
|
|
20625
20621
|
windowHeight: 900,
|
|
20626
|
-
|
|
20622
|
+
scale: 1.25,
|
|
20623
|
+
foreignObjectRendering: false,
|
|
20627
20624
|
letterRendering: false,
|
|
20628
20625
|
useCORS: true,
|
|
20629
|
-
|
|
20630
|
-
|
|
20631
|
-
pagebreak: {
|
|
20632
|
-
mode: 'avoid-all'
|
|
20626
|
+
backgroundColor: '#fff',
|
|
20627
|
+
logging: true
|
|
20633
20628
|
},
|
|
20629
|
+
pagebreak: { mode: 'avoid-all' },
|
|
20634
20630
|
jsPDF: {
|
|
20635
20631
|
unit: 'mm',
|
|
20636
20632
|
format: 'a3',
|