realreport 1.1.7 → 1.1.12

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.
Binary file
Binary file
@@ -1,7 +1,7 @@
1
1
  /// <reference types="node" />
2
2
  /**
3
- * RealReport v1.1.4
4
- * commit 9339293
3
+ * RealReport v1.1.12
4
+ * commit 1bab37a
5
5
 
6
6
  * Copyright (C) 2013-2022 WooriTech Inc.
7
7
  https://real-report.com
@@ -5404,6 +5404,7 @@ declare abstract class ReportViewBase {
5404
5404
  protected _options: ReportOptions;
5405
5405
  protected _cm: boolean;
5406
5406
  protected _container: PrintContainer | undefined;
5407
+ protected _currentPage: number;
5407
5408
  constructor(container: string | HTMLDivElement, options?: ReportOptions);
5408
5409
  abstract preview(): void;
5409
5410
  abstract exportPdf(fonts: PdfFont[]): void;