realreport-designer 1.9.5 → 1.9.7

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.9.5
2
+ RealReport Designer v1.9.7
3
3
  Copyright (C) 2013-2024 WooriTech Inc.
4
4
  All Rights Reserved.
5
5
  */
@@ -489,8 +489,7 @@ All Rights Reserved.
489
489
  margin: 0;
490
490
  padding: 0;
491
491
  text-align: center;
492
- /** 상위에서 지정할 수 있도록 여기에 font-size를 지정하지 말 것. */
493
- line-height: 1.35em;
492
+ line-height: normal;
494
493
  }
495
494
 
496
495
  .rr-text[data-design]:hover {
@@ -531,12 +530,10 @@ All Rights Reserved.
531
530
  color: #777;
532
531
  border: 1px solid #aaa;
533
532
  }
534
-
535
533
  .rr-image[data-empty] span:before {
536
534
  content: "[IMAGE]";
537
535
  white-space: nowrap;
538
536
  }
539
-
540
537
  .rr-image[data-design]:hover {
541
538
  background-color: rgba(111, 111, 0, 0.1);
542
539
  }
@@ -550,24 +547,62 @@ All Rights Reserved.
550
547
  color: #777;
551
548
  border: 1px solid #aaa;
552
549
  }
553
-
554
550
  .rr-svg[data-empty] span:before {
555
551
  content: "[ SVG ]";
556
552
  white-space: nowrap;
557
553
  }
558
-
559
554
  .rr-svg[data-design]:hover {
560
555
  background-color: rgba(111, 111, 0, 0.1);
561
556
  }
562
557
 
558
+ .rr-sign:not([data-design]) {
559
+ cursor: pointer;
560
+ }
561
+ /* .rr-sign[data-empty] {
562
+ display: table;
563
+ margin: 0;
564
+ padding: 0;
565
+ text-align: center;
566
+ background: #ddd;
567
+ color: #777;
568
+ border: 1px solid #aaa;
569
+ }
570
+ .rr-sign[data-empty] span:before {
571
+ content: "[Sign]";
572
+ white-space: nowrap;
573
+ } */
574
+ .rr-sign[data-design] {
575
+ background-color: #f0f0f0;
576
+ }
577
+ .rr-sign[data-design]:before {
578
+ content: "[서 명]";
579
+ white-space: nowrap;
580
+ color: #040;
581
+ position: absolute;
582
+ top: 50%;
583
+ left: 50%;
584
+ transform: translate(-50%, -50%);
585
+ font-size: 15px;
586
+ }
587
+ .rr-sign[data-design] img {
588
+ display: none;
589
+ }
590
+ .rr-sign[data-design]:hover {
591
+ background-color: rgba(111, 111, 0, 0.1);
592
+ }
593
+ .rr-sign img {
594
+ box-sizing: border-box;
595
+ padding: 10px;
596
+ object-fit: contain;
597
+ pointer-events: none;
598
+ }
599
+
563
600
  .rr-bar {
564
601
  overflow: hidden;
565
602
  }
566
-
567
603
  .rr-bar-bar {
568
604
  background-color: green;
569
605
  }
570
-
571
606
  .rr-bar-bar[data-design] {
572
607
  background-color: transparent;
573
608
  }
@@ -654,6 +689,21 @@ All Rights Reserved.
654
689
  background-color: rgba(111, 111, 0, 0.1);
655
690
  }
656
691
 
692
+ .rr-sign-panel {
693
+ padding: 10px;
694
+ border: 1px solid gray;
695
+ background: #f8f8ff;
696
+ }
697
+ .rr-sign-panel-title {
698
+ font-size: 1.2em;
699
+ }
700
+ .rr-sign-panel-body {
701
+ border: 1px solid #999;
702
+ }
703
+ .rr-sign-panel button {
704
+ padding: 4px 8px;
705
+ }
706
+
657
707
  /** design */
658
708
  .rr-section-guard {
659
709
  background-color: #f0f0f0;
@@ -815,6 +865,11 @@ All Rights Reserved.
815
865
  border-bottom: 1px solid lightgray;
816
866
  }
817
867
 
868
+ .rr-table.rr-crosstab thead tr td {
869
+ font-size: 10px;
870
+ border: 1px solid #aaa;
871
+ }
872
+
818
873
  .rr-crosstab-field-cell {
819
874
  text-align: center;
820
875
  }
@@ -875,6 +930,10 @@ All Rights Reserved.
875
930
  border-radius: 3px;
876
931
  }
877
932
 
933
+ .rr-crosstab {
934
+ font-size: 10px;
935
+ }
936
+
878
937
  .rr-crosstab-head {
879
938
  padding: 2px 1px !important;
880
939
  font-size: 10px;
@@ -884,7 +943,6 @@ All Rights Reserved.
884
943
 
885
944
  .rr-crosstab-value {
886
945
  padding: 1px 1px !important;
887
- font-size: 10px;
888
946
  text-align: right;
889
947
  }
890
948
 
@@ -2587,6 +2645,8 @@ All Rights Reserved.
2587
2645
 
2588
2646
  .rr-property-item-container {
2589
2647
  padding-left: 50px;
2648
+ padding-right: 10px;
2649
+ background-color: #fcfcff;
2590
2650
  }
2591
2651
 
2592
2652
  .rr-property-row-item {
@@ -5342,7 +5402,8 @@ input[data-rrproperty]::-webkit-inner-spin-button {
5342
5402
  min-width: 10px;
5343
5403
  }
5344
5404
  .rr-property-indent-mark {
5345
- background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMzIiIGN5PSIzMiIgcj0iMTIiIGZpbGw9IiM4Njg2QjkiLz4KPC9zdmc+Cg==") no-repeat center / contain;
5405
+ background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMzIiIGN5PSIzMiIgcj0iMTIiIGZpbGw9IiM4Njg2QjkiLz4KPC9zdmc+Cg==")
5406
+ no-repeat center / contain;
5346
5407
  }
5347
5408
  .rr-property-row-content input[type="checkbox"] {
5348
5409
  display: flex;
@@ -5554,11 +5615,11 @@ input[data-rrproperty]::-webkit-inner-spin-button {
5554
5615
  }
5555
5616
 
5556
5617
  /* edit layer 영역 */
5557
- .rr-edit-marquee-item:not([style*="left: 0"]):not([style*="top: 0"]):not(
5618
+ /* .rr-edit-marquee-item:not([style*="left: 0"]):not([style*="top: 0"]):not(
5558
5619
  [data-target^="series"]
5559
5620
  ) {
5560
5621
  display: none;
5561
- }
5622
+ } */
5562
5623
 
5563
5624
  .rr-edit-marquee.rr-bandgroup-marquee
5564
5625
  > .rr-edit-marquee-item[style*="left: 0"]:not([style*="top: 0"]) {
@@ -5651,7 +5712,8 @@ input[data-rrproperty]::-webkit-inner-spin-button {
5651
5712
 
5652
5713
  /** 아이템 마커 */
5653
5714
  .rr-image[data-empty] span::before,
5654
- .rr-svg[data-empty] span:before {
5715
+ .rr-svg[data-empty] span:before,
5716
+ .rr-sign[data-empty] span:before {
5655
5717
  position: absolute;
5656
5718
  top: 50%;
5657
5719
  left: 50%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realreport-designer",
3
- "version": "1.9.5",
3
+ "version": "1.9.7",
4
4
  "description": "RealReport Designer component library",
5
5
  "author": "Wooritech",
6
6
  "homepage": "https://real-report.com",