realreport 1.7.4 → 1.7.5
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/dist/realreport.d.ts +6 -4
- package/dist/realreport.es.js +1 -1
- package/dist/realreport.js +1 -1
- package/package.json +1 -1
package/dist/realreport.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="pdfkit" />
|
|
2
2
|
/// <reference types="node" />
|
|
3
3
|
/**
|
|
4
|
-
* RealReport v1.7.
|
|
5
|
-
* commit
|
|
4
|
+
* RealReport v1.7.5
|
|
5
|
+
* commit 02fedb9
|
|
6
6
|
|
|
7
7
|
* Copyright (C) 2013-2023 WooriTech Inc.
|
|
8
8
|
https://real-report.com
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
12
|
/**
|
|
13
|
-
* RealReport Core v1.7.
|
|
13
|
+
* RealReport Core v1.7.5
|
|
14
14
|
* Copyright (C) 2013-2023 WooriTech Inc.
|
|
15
15
|
* All Rights Reserved.
|
|
16
|
-
* commit
|
|
16
|
+
* commit 3d539c2b90f3209c824d1f7cce998547b8c7f724
|
|
17
17
|
*/
|
|
18
18
|
declare const enum Cursor$1 {
|
|
19
19
|
DEFAULT = "default",
|
|
@@ -7064,11 +7064,13 @@ declare class PrintContainer extends VisualContainer$1 {
|
|
|
7064
7064
|
private $_getPageHeight;
|
|
7065
7065
|
private $_resetPreviewer;
|
|
7066
7066
|
private $_buildOutput;
|
|
7067
|
+
private $_setFrontBackLayer;
|
|
7067
7068
|
/**
|
|
7068
7069
|
* unitpost 한장 요약 HTML 요청으로 singlePage 별도 메서드로 분리
|
|
7069
7070
|
*/
|
|
7070
7071
|
private $_prepareSinglePage;
|
|
7071
7072
|
private $_setSinglePage;
|
|
7073
|
+
private $_setSinglePageStyles;
|
|
7072
7074
|
private $_isReportFooter;
|
|
7073
7075
|
private $_setPrintMode;
|
|
7074
7076
|
private $_getScaleSize;
|