realreport 1.6.3 → 1.6.5

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,8 +1,8 @@
1
1
  /// <reference types="node" />
2
2
  /// <reference types="pdfkit" />
3
3
  /**
4
- * RealReport v1.6.3
5
- * commit 0053b16
4
+ * RealReport v1.6.5
5
+ * commit 0760f6c
6
6
 
7
7
  * Copyright (C) 2013-2023 WooriTech Inc.
8
8
  https://real-report.com
@@ -10,10 +10,10 @@
10
10
  */
11
11
 
12
12
  /**
13
- * RealReport Core v1.6.3
13
+ * RealReport Core v1.6.5
14
14
  * Copyright (C) 2013-2023 WooriTech Inc.
15
15
  * All Rights Reserved.
16
- * commit 43175979256e8a9718b16c74107a144ccd4e5e2e
16
+ * commit 671e16b13ba954e784bec5c0ab15fbac98d4892e
17
17
  */
18
18
 
19
19
 
@@ -5110,6 +5110,9 @@ declare abstract class ReportPageItem extends Base$1 implements ISelectionSource
5110
5110
  protected _saveObjects(items: ReportItem[], target: any): void;
5111
5111
  protected _arrangePaddingStyles(styles: Styles): void;
5112
5112
  protected _validateSize(v: ValueString): ValueString;
5113
+ protected _validateStylesValue(styles: {
5114
+ [key: string]: string;
5115
+ }): void;
5113
5116
  }
5114
5117
  declare enum ItemMoveType {
5115
5118
  INNER = "inner",