realreport-designer 1.10.10 → 1.10.13
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 +212 -197
- package/dist/realreport-designer.d.ts +21 -2
- package/dist/realreport-designer.js +52316 -50255
- package/dist/realreport-designer.umd.js +232 -217
- package/dist/styles/realreport-designer.css +37 -16
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
RealReport Designer v1.10.
|
|
2
|
+
RealReport Designer v1.10.13
|
|
3
3
|
Copyright (C) 2013-2025 WooriTech Inc.
|
|
4
4
|
All Rights Reserved.
|
|
5
5
|
*/
|
|
@@ -553,6 +553,11 @@ border: 1px dotted #00000020; */
|
|
|
553
553
|
width: 100%;
|
|
554
554
|
}
|
|
555
555
|
|
|
556
|
+
.qrcode-empty:before {
|
|
557
|
+
content: "[QR]";
|
|
558
|
+
white-space: nowrap;
|
|
559
|
+
}
|
|
560
|
+
|
|
556
561
|
.rr-text-band .rr-text-band-body[data-empty]:before {
|
|
557
562
|
background-color: #00000008;
|
|
558
563
|
color: #777;
|
|
@@ -571,6 +576,16 @@ border: 1px dotted #00000020; */
|
|
|
571
576
|
width: 100%;
|
|
572
577
|
}
|
|
573
578
|
|
|
579
|
+
.rr-image[data-empty][data-design] {
|
|
580
|
+
display: table;
|
|
581
|
+
margin: 0;
|
|
582
|
+
padding: 0;
|
|
583
|
+
text-align: center;
|
|
584
|
+
background-color: #f0f0f0;
|
|
585
|
+
color: #777;
|
|
586
|
+
border: 1px solid rgba(191, 191, 191, 0.3);
|
|
587
|
+
}
|
|
588
|
+
|
|
574
589
|
.rr-image[data-empty] span:before {
|
|
575
590
|
content: "[IMAGE]";
|
|
576
591
|
white-space: nowrap;
|
|
@@ -580,14 +595,14 @@ border: 1px dotted #00000020; */
|
|
|
580
595
|
background-color: rgba(111, 111, 0, 0.1);
|
|
581
596
|
}
|
|
582
597
|
|
|
583
|
-
.rr-svg[data-empty] {
|
|
598
|
+
.rr-svg[data-empty][data-design] {
|
|
584
599
|
display: table;
|
|
585
600
|
margin: 0;
|
|
586
601
|
padding: 0;
|
|
587
602
|
text-align: center;
|
|
588
|
-
background: #
|
|
603
|
+
background-color: #f0f0f0;
|
|
589
604
|
color: #777;
|
|
590
|
-
border: 1px solid
|
|
605
|
+
border: 1px solid rgba(191, 191, 191, 0.3);
|
|
591
606
|
}
|
|
592
607
|
|
|
593
608
|
.rr-svg[data-empty] span:before {
|
|
@@ -3390,7 +3405,7 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
3390
3405
|
}
|
|
3391
3406
|
|
|
3392
3407
|
.rr-color-picker-header {
|
|
3393
|
-
height:
|
|
3408
|
+
height: 33px;
|
|
3394
3409
|
width: 100%;
|
|
3395
3410
|
display: flex;
|
|
3396
3411
|
justify-content: flex-end;
|
|
@@ -3497,8 +3512,8 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
3497
3512
|
display: flex;
|
|
3498
3513
|
flex-direction: column;
|
|
3499
3514
|
justify-content: space-between;
|
|
3500
|
-
gap:
|
|
3501
|
-
padding: 15px;
|
|
3515
|
+
gap: 9px;
|
|
3516
|
+
padding: 9px 15px;
|
|
3502
3517
|
background-color: #fff;
|
|
3503
3518
|
border-radius: 0 0 30px 30px;
|
|
3504
3519
|
}
|
|
@@ -3591,7 +3606,7 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
3591
3606
|
}
|
|
3592
3607
|
|
|
3593
3608
|
.rr-color-picker-pallete-custom-label {
|
|
3594
|
-
padding-top:
|
|
3609
|
+
padding-top: 9px;
|
|
3595
3610
|
font-size: 12px;
|
|
3596
3611
|
display: flex;
|
|
3597
3612
|
align-items: center;
|
|
@@ -3721,7 +3736,7 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
3721
3736
|
display: flex;
|
|
3722
3737
|
justify-content: flex-end;
|
|
3723
3738
|
gap: 5px;
|
|
3724
|
-
padding-top:
|
|
3739
|
+
padding-top: 9px;
|
|
3725
3740
|
}
|
|
3726
3741
|
|
|
3727
3742
|
.rr-color-picker-hsv-container-buttons::before {
|
|
@@ -3740,30 +3755,29 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
3740
3755
|
min-width: 64px;
|
|
3741
3756
|
padding: 4px 10px;
|
|
3742
3757
|
appearance: none;
|
|
3743
|
-
background: #111;
|
|
3744
3758
|
color: #000;
|
|
3745
3759
|
font-size: 12px;
|
|
3746
3760
|
font-weight: bold;
|
|
3747
3761
|
line-height: 1.3;
|
|
3748
3762
|
border-radius: 3px;
|
|
3749
3763
|
background: none;
|
|
3750
|
-
border: 1px solid
|
|
3751
|
-
transition:
|
|
3764
|
+
border: 1px solid var(--rrd-button-border);
|
|
3765
|
+
transition: background 0.3s ease;
|
|
3752
3766
|
}
|
|
3753
3767
|
|
|
3754
3768
|
.rr-color-picker-hsv-container-buttons button:last-child:hover {
|
|
3755
|
-
|
|
3769
|
+
background-color: var(--rrd-secondary-btn-bg-hover);
|
|
3756
3770
|
}
|
|
3757
3771
|
|
|
3758
3772
|
.rr-color-picker-hsv-container-buttons button:first-child {
|
|
3759
|
-
background: var(--rrd-primary-btn-bg
|
|
3773
|
+
background: var(--rrd-primary-btn-bg);
|
|
3760
3774
|
color: #fff;
|
|
3761
3775
|
border: none;
|
|
3762
3776
|
transition: background 0.3s ease;
|
|
3763
3777
|
}
|
|
3764
3778
|
|
|
3765
3779
|
.rr-color-picker-hsv-container-buttons button:first-child:hover {
|
|
3766
|
-
background:
|
|
3780
|
+
background: var(--rrd-primary-btn-bg-hover);
|
|
3767
3781
|
}
|
|
3768
3782
|
|
|
3769
3783
|
.rr-color-picker-pallete-eye-dropper {
|
|
@@ -7180,7 +7194,8 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
7180
7194
|
/** 아이템 마커 */
|
|
7181
7195
|
.rr-image[data-empty] span::before,
|
|
7182
7196
|
.rr-svg[data-empty] span:before,
|
|
7183
|
-
.rr-sign[data-empty] span:before
|
|
7197
|
+
.rr-sign[data-empty] span:before,
|
|
7198
|
+
.qrcode-empty:before {
|
|
7184
7199
|
position: absolute;
|
|
7185
7200
|
top: 50%;
|
|
7186
7201
|
left: 50%;
|
|
@@ -7192,6 +7207,12 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
7192
7207
|
top: 0;
|
|
7193
7208
|
right: 0;
|
|
7194
7209
|
}
|
|
7210
|
+
.rr-content-box [data-design] .qrcode-empty::after {
|
|
7211
|
+
content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMTI3OTcgMy4xMzc2NkM5LjUxIDIuNDU2NjcgMTAuNDkwMiAyLjQ1NjY3IDEwLjg3MjMgMy4xMzc2NUwxNi40OTI2IDEzLjE1NjNDMTYuODY2NSAxMy44MjI4IDE2LjM4NDcgMTQuNjQ1NSAxNS42MjA0IDE0LjY0NTVINC4zNzk4QzMuNjE1NDggMTQuNjQ1NSAzLjEzMzcxIDEzLjgyMjggMy41MDc2NiAxMy4xNTYyTDkuMTI3OTcgMy4xMzc2NloiIGZpbGw9IiNGRkNEMDAiLz4KPGxpbmUgeDE9IjEwIiB5MT0iNi4zMzMwMSIgeDI9IjEwIiB5Mj0iMTEuMDgzIiBzdHJva2U9ImJsYWNrIi8+CjxjaXJjbGUgY3g9IjEwIiBjeT0iMTIuNSIgcj0iMC41IiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K");
|
|
7212
|
+
position: absolute;
|
|
7213
|
+
top: 0;
|
|
7214
|
+
right: 0;
|
|
7215
|
+
}
|
|
7195
7216
|
.rr-design-back {
|
|
7196
7217
|
display: flex;
|
|
7197
7218
|
align-items: center;
|