realreport 1.11.26 → 1.11.27

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.26
2
+ RealReport v1.11.27
3
3
  Copyright (C) 2013-2026 WooriTech Inc.
4
4
  All Rights Reserved.
5
5
  */
@@ -542,7 +542,10 @@ border: 1px dotted #00000020; */
542
542
  }
543
543
 
544
544
  .rr-box-container {
545
- overflow: hidden;
545
+ /* https://github.com/realgrid/realreport/issues/2855
546
+ - 아래의 overflow로 인해 바디영역의 아이템은 컨테이너에서 overflow를 켜도 표시되지 않는다.
547
+ */
548
+ /* overflow: hidden; */
546
549
  }
547
550
 
548
551
  .rr-floating-container {
@@ -1,6 +1,6 @@
1
1
  /**
2
- * RealReport v1.11.26
3
- * commit 83d7e40
2
+ * RealReport v1.11.27
3
+ * commit d6b6952
4
4
 
5
5
  * {@link https://real-report.com}
6
6
  * Copyright (C) 2013-2026 WooriTech Inc.
@@ -8,10 +8,10 @@
8
8
  */
9
9
 
10
10
  /**
11
- * RealReport Core v1.11.26
11
+ * RealReport Core v1.11.27
12
12
  * Copyright (C) 2013-2026 WooriTech Inc.
13
13
  * All Rights Reserved.
14
- * commit 938d41985d8f9627ef7aaa32af4451cae881d333
14
+ * commit 9dd44112b0bd75ca0c50e06eaeeb49a354015905
15
15
  */
16
16
  type ConfigObject$2 = {
17
17
  [key: string]: any;