realreport 1.6.0 → 1.6.2

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.
@@ -1,8 +1,8 @@
1
1
  /// <reference types="node" />
2
2
  /// <reference types="pdfkit" />
3
3
  /**
4
- * RealReport v1.6.0
5
- * commit 646372e
4
+ * RealReport v1.6.2
5
+ * commit 54fb754
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.0
13
+ * RealReport Core v1.6.2
14
14
  * Copyright (C) 2013-2023 WooriTech Inc.
15
15
  * All Rights Reserved.
16
- * commit 60c355abf73e264b6f108ea3e25004a3296d930b
16
+ * commit a206dc616f8fd555b2a7a2fe1a78a5b4d951aae1
17
17
  */
18
18
 
19
19
 
@@ -6515,6 +6515,7 @@ declare class HtmlItem extends ReportItem {
6515
6515
  canPropAdoptDragSource(prop: IPropInfo, source: any): boolean;
6516
6516
  adoptPropDragSource(prop: IPropInfo, source: any): IDropResult;
6517
6517
  getRowContextValue(value: string, ctx: PrintContext): string | number;
6518
+ private $_getTokenValue;
6518
6519
  private $_parse;
6519
6520
  private $_parseValues;
6520
6521
  }
@@ -6848,6 +6849,8 @@ declare class PrintContainer extends VisualContainer$1 {
6848
6849
  private $_showError;
6849
6850
  private $_createIndicator;
6850
6851
  private $_refreshContextValues;
6852
+ private $_replacePages;
6853
+ private $_refreshHtmlItemValue;
6851
6854
  private $_printReport;
6852
6855
  private $_getContainer;
6853
6856
  private $_getPreviewer;