realreport 1.8.7 → 1.8.8

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.7
2
+ RealReport v1.8.8
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.7
4
- * commit e8f372d
3
+ * RealReport v1.8.8
4
+ * commit 1b46143
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.7
12
+ * RealReport Core v1.8.8
13
13
  * Copyright (C) 2013-2024 WooriTech Inc.
14
14
  * All Rights Reserved.
15
- * commit 2aaf9cc3a7145340f2496410f5c04ecff548ded0
15
+ * commit 69b12800d983b21d8253f1d0e913d665b6d800f4
16
16
  */
17
17
  type ConfigObject$1 = {
18
18
  [key: string]: any;
@@ -6830,6 +6830,7 @@ declare abstract class BandPrintInfo<T extends ReportItem> {
6830
6830
  protected _isDetailBandPrintEnd(row: BandPrintInfo<SimpleBand | TableBand | BandGroup>): boolean;
6831
6831
  protected _resetRowIndex(row: BandPrintInfo<SimpleBand | TableBand | BandGroup>): void;
6832
6832
  protected _prepareDetailBandPrintNext(ctx: PrintContext, band: DataBand, row: BandPrintInfo<SimpleBand | TableBand | BandGroup>, rows: BandPrintRow[], rowsPerPage: number): void;
6833
+ protected _isNextRowDataRow(rows: BandPrintRow[]): boolean;
6833
6834
  }
6834
6835
  type PrintLine = {
6835
6836
  line: HTMLElement | BandPrintInfo<BandModel> | ReportFooterPrintInfo | PageBreaker;