ztxkui 4.2.14 → 4.2.15
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.
|
@@ -613,7 +613,7 @@ var PrintContainer = function (_a) {
|
|
|
613
613
|
dom: containerRef.current,
|
|
614
614
|
isShowPage: isAddExportPage,
|
|
615
615
|
fileBinary: fontTTF,
|
|
616
|
-
isDownload: true,
|
|
616
|
+
// isDownload: true,
|
|
617
617
|
isCompress: true,
|
|
618
618
|
pdfName: pdfName,
|
|
619
619
|
pdfOption: {
|
|
@@ -910,7 +910,7 @@ var PrintContainer = function (_a) {
|
|
|
910
910
|
dom: containerRef.current,
|
|
911
911
|
isShowPage: isAddExportPage,
|
|
912
912
|
pdfName: pdfName,
|
|
913
|
-
isDownload: true,
|
|
913
|
+
// isDownload: true,
|
|
914
914
|
pdfOptions: {
|
|
915
915
|
orientation: options.pdfOptions.orientation,
|
|
916
916
|
format: options.pdfOptions.format,
|
package/package.json
CHANGED