realreport 1.11.25 → 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.
- package/dist/realreport.css +5 -2
- package/dist/realreport.d.ts +4 -4
- package/dist/realreport.es.js +3 -3
- package/dist/realreport.js +3 -3
- package/package.json +2 -2
package/dist/realreport.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
RealReport v1.11.
|
|
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
|
-
|
|
545
|
+
/* https://github.com/realgrid/realreport/issues/2855
|
|
546
|
+
- 아래의 overflow로 인해 바디영역의 아이템은 컨테이너에서 overflow를 켜도 표시되지 않는다.
|
|
547
|
+
*/
|
|
548
|
+
/* overflow: hidden; */
|
|
546
549
|
}
|
|
547
550
|
|
|
548
551
|
.rr-floating-container {
|
package/dist/realreport.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* RealReport v1.11.
|
|
3
|
-
* commit
|
|
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.
|
|
11
|
+
* RealReport Core v1.11.27
|
|
12
12
|
* Copyright (C) 2013-2026 WooriTech Inc.
|
|
13
13
|
* All Rights Reserved.
|
|
14
|
-
* commit
|
|
14
|
+
* commit 9dd44112b0bd75ca0c50e06eaeeb49a354015905
|
|
15
15
|
*/
|
|
16
16
|
type ConfigObject$2 = {
|
|
17
17
|
[key: string]: any;
|