realreport-designer 1.11.3 → 1.11.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.
- package/dist/realreport-designer.cjs +989 -236
- package/dist/realreport-designer.d.ts +67 -12
- package/dist/realreport-designer.js +48307 -52939
- package/dist/realreport-designer.umd.js +989 -236
- package/dist/styles/realreport-designer.css +44 -15
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
RealReport Designer v1.11.
|
|
2
|
+
RealReport Designer v1.11.5
|
|
3
3
|
Copyright (C) 2013-2025 WooriTech Inc.
|
|
4
4
|
All Rights Reserved.
|
|
5
5
|
*/
|
|
@@ -7,6 +7,20 @@ All Rights Reserved.
|
|
|
7
7
|
|
|
8
8
|
/* Report Style */
|
|
9
9
|
|
|
10
|
+
sup {
|
|
11
|
+
vertical-align: super;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
sub {
|
|
15
|
+
vertical-align: sub;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
sub, sup {
|
|
19
|
+
font-size: smaller;
|
|
20
|
+
top: 0;
|
|
21
|
+
line-height: normal;
|
|
22
|
+
}
|
|
23
|
+
|
|
10
24
|
.rr-report-root {
|
|
11
25
|
font-family: "Malgun Gothic", "맑은 고딕", AppleSDGothicNeo-Light, sans-serif;
|
|
12
26
|
font-size: 13px;
|
|
@@ -511,6 +525,7 @@ border: 1px dotted #00000020; */
|
|
|
511
525
|
}
|
|
512
526
|
|
|
513
527
|
.rr-text > span {
|
|
528
|
+
width: 100%;
|
|
514
529
|
pointer-events: none;
|
|
515
530
|
}
|
|
516
531
|
|
|
@@ -553,6 +568,10 @@ border: 1px dotted #00000020; */
|
|
|
553
568
|
width: 100%;
|
|
554
569
|
}
|
|
555
570
|
|
|
571
|
+
.rr-summary > span {
|
|
572
|
+
width: 100%;
|
|
573
|
+
}
|
|
574
|
+
|
|
556
575
|
.qrcode-empty:before {
|
|
557
576
|
content: "[QR]";
|
|
558
577
|
white-space: nowrap;
|
|
@@ -1710,12 +1729,12 @@ border-bottom: 1px solid #ccc; */
|
|
|
1710
1729
|
display: flex;
|
|
1711
1730
|
align-items: center;
|
|
1712
1731
|
stroke-width: 1.5px;
|
|
1713
|
-
stroke:
|
|
1732
|
+
stroke: #f3f3f3;
|
|
1714
1733
|
cursor: pointer;
|
|
1715
1734
|
}
|
|
1716
1735
|
|
|
1717
|
-
.rr-border-direction-icons-container:hover {
|
|
1718
|
-
|
|
1736
|
+
.rr-border-direction-icons-container:hover>svg {
|
|
1737
|
+
opacity: 0.8;
|
|
1719
1738
|
}
|
|
1720
1739
|
|
|
1721
1740
|
@keyframes fade-out {
|
|
@@ -3301,6 +3320,14 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
3301
3320
|
font-size: 12px;
|
|
3302
3321
|
}
|
|
3303
3322
|
|
|
3323
|
+
/* Sheet Border 관련 덮어쓰기 용 */
|
|
3324
|
+
.rr-border-direction-icons-container {
|
|
3325
|
+
stroke: #f3f3f3;
|
|
3326
|
+
}
|
|
3327
|
+
.rr-border-direction-icons-container:hover {
|
|
3328
|
+
background: none;
|
|
3329
|
+
}
|
|
3330
|
+
|
|
3304
3331
|
.rp-expander {
|
|
3305
3332
|
flex: 0 0 13px;
|
|
3306
3333
|
display: inline-flex;
|
|
@@ -3320,6 +3347,7 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
3320
3347
|
background: white;
|
|
3321
3348
|
padding: 2px;
|
|
3322
3349
|
border-radius: 1px;
|
|
3350
|
+
cursor: pointer;
|
|
3323
3351
|
}
|
|
3324
3352
|
|
|
3325
3353
|
.rp-color-style-box {
|
|
@@ -4970,16 +4998,18 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
4970
4998
|
.rrd-data-container {
|
|
4971
4999
|
background-color: var(--rrd-light-theme-primary-color-1);
|
|
4972
5000
|
}
|
|
4973
|
-
.rrd-data-list-header
|
|
5001
|
+
.rrd-data-list-header-action-button {
|
|
4974
5002
|
min-width: 70px;
|
|
4975
5003
|
font-size: 12px;
|
|
5004
|
+
border: none;
|
|
4976
5005
|
background-color: var(--rrd-light-theme-primary-color-8);
|
|
4977
5006
|
color: var(--light-theme-light-text-color);
|
|
4978
5007
|
border-radius: 3px;
|
|
4979
5008
|
}
|
|
4980
|
-
.rrd-data-list-header
|
|
5009
|
+
.rrd-data-list-header-action-button span {
|
|
4981
5010
|
color: var(--light-theme-light-text-color);
|
|
4982
5011
|
}
|
|
5012
|
+
|
|
4983
5013
|
.rrd-data-container .rrd-data-list-body {
|
|
4984
5014
|
display: flex;
|
|
4985
5015
|
align-items: flex-start;
|
|
@@ -6761,6 +6791,14 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
6761
6791
|
background-color: transparent;
|
|
6762
6792
|
}
|
|
6763
6793
|
|
|
6794
|
+
.rr-border-direction-icons-container {
|
|
6795
|
+
stroke: var(--light-theme-icon-color);
|
|
6796
|
+
}
|
|
6797
|
+
|
|
6798
|
+
.rr-border-direction-icons-container:hover {
|
|
6799
|
+
background: var(--rrd-light-theme-primary-color-4);
|
|
6800
|
+
}
|
|
6801
|
+
|
|
6764
6802
|
/* outline */
|
|
6765
6803
|
.rrd-outline-header {
|
|
6766
6804
|
padding: 0 12px;
|
|
@@ -7194,7 +7232,6 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
7194
7232
|
|
|
7195
7233
|
/** color-style-box */
|
|
7196
7234
|
.rp-color-style {
|
|
7197
|
-
height: 25px !important;
|
|
7198
7235
|
cursor: pointer;
|
|
7199
7236
|
}
|
|
7200
7237
|
.rp-color-style-box {
|
|
@@ -7204,14 +7241,6 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
7204
7241
|
border: 1px solid #b4b1b1;
|
|
7205
7242
|
border-radius: 5px;
|
|
7206
7243
|
}
|
|
7207
|
-
/* 스타일을 통일하기로 함 */
|
|
7208
|
-
/* .rp-color-style-box[data-empty="true"] {
|
|
7209
|
-
border: none;
|
|
7210
|
-
background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAzMCAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE4NTZfMjM0MikiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEzLjgyODYgMjUuMjMwMkMxMi4zNzE0IDI2LjM0MDIgMTAuNTU3MSAyNi45ODUyIDguNTg1NzEgMjYuOTg1MkMzLjg0Mjg2IDI2Ljk4NTIgMCAyMy4yMjAyIDAgMTguNTU1MkMwIDE1LjMzMDIgMS44NTcxNCAxMi41MjUyIDQuNTcxNDMgMTEuMTE1MkM1LjA0Mjg2IDEyLjc4MDIgNS45NTcxNCAxNC4yNjUyIDcuMTcxNDMgMTUuNDY1MkM4LjMgMTYuNTc1MiA5LjcgMTcuNDMwMiAxMS4yNzE0IDE3LjkyNTJDMTEuMjcxNCAxOC4xNTAyIDExLjI0MjkgMTguMzYwMiAxMS4yNDI5IDE4LjU3MDJDMTEuMjQyOSAyMS4xMjAyIDEyLjIxNDMgMjMuNDYwMiAxMy44Mjg2IDI1LjIxNTJWMjUuMjMwMloiIGZpbGw9IiM4Q0JFODgiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOS45OTk2IDE4LjU3MDVDMjkuOTk5NiAyMy4yMjA1IDI2LjE1NjcgMjcuMDAwNSAyMS40MTM4IDI3LjAwMDVDMTYuNjcxIDI3LjAwMDUgMTIuODI4MSAyMy4yMzU1IDEyLjgyODEgMTguNTcwNVYxOC4yNzA1QzEzLjMyODEgMTguMzQ1NSAxMy44MjgxIDE4LjM3NTUgMTQuMzQyNCAxOC4zNzU1QzE3LjE0MjQgMTguMzc1NSAxOS42ODUzIDE3LjI2NTUgMjEuNTQyNCAxNS40NTA1QzIyLjg3MSAxNC4xNDU1IDIzLjgyODEgMTIuNDgwNSAyNC4yNzEgMTAuNjA1NUMyNy41OTk2IDExLjc2MDUgMjkuOTk5NiAxNC44ODA1IDI5Ljk5OTYgMTguNTU1NVYxOC41NzA1WiIgZmlsbD0iI0ZGOEM4QyIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIyLjk1NzYgOC40M0MyMi45NTc2IDEzLjA4IDE5LjExNDcgMTYuODYgMTQuMzcxOCAxNi44NkM5LjYyODk5IDE2Ljg2IDUuNzg2MTMgMTMuMDk1IDUuNzg2MTMgOC40M0M1Ljc4NjEzIDMuNzY1IDkuNjE0NyAwIDE0LjM1NzYgMEMxOS4xMDA0IDAgMjIuOTQzMyAzLjc2NSAyMi45NDMzIDguNDNIMjIuOTU3NloiIGZpbGw9IiM1RkMwRjEiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xODU2XzIzNDIiPgo8cmVjdCB3aWR0aD0iMzAiIGhlaWdodD0iMjciIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==")
|
|
7211
|
-
no-repeat center;
|
|
7212
|
-
background-size: 18px;
|
|
7213
|
-
background-color: transparent !important;
|
|
7214
|
-
} */
|
|
7215
7244
|
|
|
7216
7245
|
/** colorPicker */
|
|
7217
7246
|
.rr-color-picker {
|