realreport 1.6.0 → 1.6.1
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="node" />
|
|
2
2
|
/// <reference types="pdfkit" />
|
|
3
3
|
/**
|
|
4
|
-
* RealReport v1.6.
|
|
5
|
-
* commit
|
|
4
|
+
* RealReport v1.6.1
|
|
5
|
+
* commit e0486a7
|
|
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.6.
|
|
13
|
+
* RealReport Core v1.6.1
|
|
14
14
|
* Copyright (C) 2013-2023 WooriTech Inc.
|
|
15
15
|
* All Rights Reserved.
|
|
16
|
-
* commit
|
|
16
|
+
* commit f5cc4f5c9e3fa39816f8dbdf640fc3fbbde0a749
|
|
17
17
|
*/
|
|
18
18
|
|
|
19
19
|
|
|
@@ -6848,6 +6848,8 @@ declare class PrintContainer extends VisualContainer$1 {
|
|
|
6848
6848
|
private $_showError;
|
|
6849
6849
|
private $_createIndicator;
|
|
6850
6850
|
private $_refreshContextValues;
|
|
6851
|
+
private $_replacePages;
|
|
6852
|
+
private $_refreshHtmlItemValue;
|
|
6851
6853
|
private $_printReport;
|
|
6852
6854
|
private $_getContainer;
|
|
6853
6855
|
private $_getPreviewer;
|