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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "4.2.14",
3
+ "version": "4.2.15",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",
@@ -96,4 +96,4 @@
96
96
  "react-dom": ">=16.9.0",
97
97
  "ztxkutils": ">=2.1.1"
98
98
  }
99
- }
99
+ }