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.
- package/dist/bind-marker-sys.png +0 -0
- package/dist/bind-marker.png +0 -0
- package/dist/realreport.d.ts +3 -2
- package/dist/realreport.es.js +1 -1
- package/dist/realreport.js +1 -1
- package/package.json +4 -40
- package/dist/realreport.ie11.js +0 -1
|
Binary file
|
|
Binary file
|
package/dist/realreport.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
/**
|
|
3
|
-
* RealReport v1.1.
|
|
4
|
-
* commit
|
|
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;
|