realreport 1.8.3 → 1.8.4

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,5 +1,5 @@
1
1
  /*
2
- RealReport v1.8.3
2
+ RealReport v1.8.4
3
3
  Copyright (C) 2013-2024 WooriTech Inc.
4
4
  All Rights Reserved.
5
5
  */
@@ -1,7 +1,7 @@
1
1
  /// <reference types="pdfkit" />
2
2
  /**
3
- * RealReport v1.8.3
4
- * commit 14f0316
3
+ * RealReport v1.8.4
4
+ * commit 4cbf910
5
5
 
6
6
  * Copyright (C) 2013-2024 WooriTech Inc.
7
7
  https://real-report.com
@@ -9,10 +9,10 @@
9
9
  */
10
10
 
11
11
  /**
12
- * RealReport Core v1.8.3
12
+ * RealReport Core v1.8.4
13
13
  * Copyright (C) 2013-2024 WooriTech Inc.
14
14
  * All Rights Reserved.
15
- * commit 6185f3910212c822e985b530dac2452edcb86bd8
15
+ * commit 40d5438857ce09d15cfc240c2056d7d8ebee963f
16
16
  */
17
17
  type ConfigObject$1 = {
18
18
  [key: string]: any;
@@ -3468,6 +3468,7 @@ declare abstract class ReportItemElement<T extends ReportItem> extends ReportEle
3468
3468
  findElementOf(dom: HTMLElement): ReportItemElement<ReportItem>;
3469
3469
  getPrintValue(ctx: PrintContext, m: ReportItem, defaultValue?: any): any;
3470
3470
  getPrintLinkValue(ctx: PrintContext, m: ReportItem): any;
3471
+ private $_getContextDataIndexValue;
3471
3472
  protected _doModelChanged(oldModel: T): void;
3472
3473
  protected _setX(dom: HTMLElement, x: number): void;
3473
3474
  protected _setY(dom: HTMLElement, y: number): void;