realreport-designer 1.10.9 → 1.10.12

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 Designer v1.10.9
2
+ RealReport Designer v1.10.12
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: #ddd;
603
+ background-color: #f0f0f0;
589
604
  color: #777;
590
- border: 1px solid #aaa;
605
+ border: 1px solid rgba(191, 191, 191, 0.3);
591
606
  }
592
607
 
593
608
  .rr-svg[data-empty] span:before {
@@ -7180,7 +7195,8 @@ input[data-rrproperty]::-webkit-inner-spin-button {
7180
7195
  /** 아이템 마커 */
7181
7196
  .rr-image[data-empty] span::before,
7182
7197
  .rr-svg[data-empty] span:before,
7183
- .rr-sign[data-empty] span:before {
7198
+ .rr-sign[data-empty] span:before,
7199
+ .qrcode-empty:before {
7184
7200
  position: absolute;
7185
7201
  top: 50%;
7186
7202
  left: 50%;
@@ -7192,6 +7208,12 @@ input[data-rrproperty]::-webkit-inner-spin-button {
7192
7208
  top: 0;
7193
7209
  right: 0;
7194
7210
  }
7211
+ .rr-content-box [data-design] .qrcode-empty::after {
7212
+ content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMTI3OTcgMy4xMzc2NkM5LjUxIDIuNDU2NjcgMTAuNDkwMiAyLjQ1NjY3IDEwLjg3MjMgMy4xMzc2NUwxNi40OTI2IDEzLjE1NjNDMTYuODY2NSAxMy44MjI4IDE2LjM4NDcgMTQuNjQ1NSAxNS42MjA0IDE0LjY0NTVINC4zNzk4QzMuNjE1NDggMTQuNjQ1NSAzLjEzMzcxIDEzLjgyMjggMy41MDc2NiAxMy4xNTYyTDkuMTI3OTcgMy4xMzc2NloiIGZpbGw9IiNGRkNEMDAiLz4KPGxpbmUgeDE9IjEwIiB5MT0iNi4zMzMwMSIgeDI9IjEwIiB5Mj0iMTEuMDgzIiBzdHJva2U9ImJsYWNrIi8+CjxjaXJjbGUgY3g9IjEwIiBjeT0iMTIuNSIgcj0iMC41IiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K");
7213
+ position: absolute;
7214
+ top: 0;
7215
+ right: 0;
7216
+ }
7195
7217
  .rr-design-back {
7196
7218
  display: flex;
7197
7219
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realreport-designer",
3
- "version": "1.10.9",
3
+ "version": "1.10.12",
4
4
  "description": "RealReport Designer component library",
5
5
  "author": "Wooritech",
6
6
  "homepage": "https://real-report.com",