realreport 1.11.21 → 1.11.22

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.21
2
+ RealReport v1.11.22
3
3
  Copyright (C) 2013-2026 WooriTech Inc.
4
4
  All Rights Reserved.
5
5
  */
@@ -1,7 +1,7 @@
1
1
  /// <reference types="pdfkit" />
2
2
  /**
3
- * RealReport v1.11.21
4
- * commit 2ef8016
3
+ * RealReport v1.11.22
4
+ * commit 38bdbbe
5
5
 
6
6
  * {@link https://real-report.com}
7
7
  * Copyright (C) 2013-2026 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.21
15
+ * RealReport Core v1.11.22
16
16
  * Copyright (C) 2013-2026 WooriTech Inc.
17
17
  * All Rights Reserved.
18
- * commit 4bffe548e8787ebc316be46295c5571dde972305
18
+ * commit 45e85bba87b7fd41e24c091f4922277a921cad7b
19
19
  */
20
20
 
21
21
 
@@ -2826,6 +2826,7 @@ declare class TableBandRowGroupHeader extends TableBandRowGroupSection {
2826
2826
  get outlineLabel(): string;
2827
2827
  get pathLabel(): string;
2828
2828
  canDelete(): boolean;
2829
+ protected _getEditProps(): IPropInfo[];
2829
2830
  }
2830
2831
  declare class TableBandRowGroupFooter extends TableBandRowGroupSection {
2831
2832
  static readonly PROP_MERGED = "merged";
@@ -8984,7 +8985,7 @@ declare class TextBand extends ReportBandItem {
8984
8985
  protected _doSave(target: object): void;
8985
8986
  }
8986
8987
 
8987
- declare class MarkdownBand extends ReportItem {
8988
+ declare class MarkdownBand extends ReportBandItem {
8988
8989
  static readonly DEFAULT_WIDTH = "100%";
8989
8990
  static readonly DEFAULT_HEIGHT = 100;
8990
8991
  static readonly ALLOWED_TAGS: string[];