realreport 1.11.13 → 1.11.14

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.11.13
2
+ RealReport v1.11.14
3
3
  Copyright (C) 2013-2025 WooriTech Inc.
4
4
  All Rights Reserved.
5
5
  */
@@ -1,7 +1,7 @@
1
1
  /// <reference types="pdfkit" />
2
2
  /**
3
- * RealReport v1.11.13
4
- * commit 7ece66e
3
+ * RealReport v1.11.14
4
+ * commit c8a4579
5
5
 
6
6
  * {@link https://real-report.com}
7
7
  * Copyright (C) 2013-2025 WooriTech Inc.
@@ -12,10 +12,10 @@ import { Cvfo, Style } from 'exceljs';
12
12
  import { ExportOptions as ExportOptions$1 } from '@realgrid/realchart';
13
13
 
14
14
  /**
15
- * RealReport Core v1.11.13
15
+ * RealReport Core v1.11.14
16
16
  * Copyright (C) 2013-2025 WooriTech Inc.
17
17
  * All Rights Reserved.
18
- * commit 32b2be7843d8af28a440099d423e85b0eac3661c
18
+ * commit b78dbb6927f210015244245b6016bff2c9f517af
19
19
  */
20
20
 
21
21
 
@@ -8278,6 +8278,7 @@ declare abstract class PrintContainerBase extends VisualContainer$1 {
8278
8278
  private _instanceofIPrintReport;
8279
8279
  protected _resetPreviewer(): void;
8280
8280
  private $_clickHandler;
8281
+ protected _itemOf(hash: string): ReportItem;
8281
8282
  $_keydownHandler: (ev: KeyboardEvent) => boolean;
8282
8283
  }
8283
8284
 
@@ -15169,7 +15170,6 @@ declare class PrintContainer extends PrintContainerBase {
15169
15170
  private $_addBorderContainer;
15170
15171
  protected _scrollEndHandler: () => void;
15171
15172
  }
15172
-
15173
15173
  interface PdfFont {
15174
15174
  name: string;
15175
15175
  content: string;
@@ -15348,6 +15348,7 @@ declare class ExcelPrintContainer extends PrintContainerBase {
15348
15348
  loadAsyncLoadableElements(): Promise<void>;
15349
15349
  protected _doPrepareContainer(doc: Document, dom: HTMLElement): void;
15350
15350
  protected _setPrintMode(reports: ReportBase | (ReportBase | IPrintReport)[]): void;
15351
+ protected _itemOf(hash: string): ReportItem;
15351
15352
  private $_printReport;
15352
15353
  private $_getPageHeight;
15353
15354
  }
@@ -49262,6 +49263,7 @@ declare abstract class ReportViewBase {
49262
49263
  protected _checkPrintContainerZoom(): void;
49263
49264
  protected _createContainer(container: string | HTMLDivElement): PrintContainer | ExcelPrintContainer;
49264
49265
  protected _dispose(): void;
49266
+ protected _getReportType(report: Report | Email | ExcelReport): ReportType;
49265
49267
  get containerId(): string;
49266
49268
  set containerId(container: string | HTMLDivElement);
49267
49269
  get version(): string;