realreport 1.1.12 → 1.3.1

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/README.md CHANGED
@@ -1,9 +1,16 @@
1
1
  # RealReport
2
2
 
3
3
  [RealReport](https://real-report.com)는 Javascript 리포팅 라이브러리입니다.
4
-
4
+ e
5
5
  RealReport 사용하려면 반드시 제품 [라이선스](https://real-report.com/license)가 필요합니다. 라이선스를 발급 받고 제품을 다운로드하는 더 자세한 방법은 [라이선스 발급](https://real-report.com/license) 페이지를 참조하세요.
6
6
 
7
+ ## 배포
8
+
9
+ ### examples 배포 구조
10
+
11
+ <img width="871" alt="image" src="https://user-images.githubusercontent.com/6207238/181147115-33cc9432-2770-4514-9def-92e6d09390f6.png">
12
+
13
+
7
14
  ## JavaScript 설치
8
15
 
9
16
  ### 다운로드
@@ -109,4 +116,4 @@ RealReport의 강력한 내보내기 기능중 하나인 PDF 내보내기 기능
109
116
  </html>
110
117
  ```
111
118
 
112
- ## 자세한 내용은 [RealReport 문서 사이트](https://real-report.com/)를 참조하세요.
119
+ ## 자세한 내용은 [RealReport 문서 사이트](https://real-report.com/)를 참조하세요.
package/dist/README.md CHANGED
@@ -1,9 +1,16 @@
1
1
  # RealReport
2
2
 
3
3
  [RealReport](https://real-report.com)는 Javascript 리포팅 라이브러리입니다.
4
-
4
+ e
5
5
  RealReport 사용하려면 반드시 제품 [라이선스](https://real-report.com/license)가 필요합니다. 라이선스를 발급 받고 제품을 다운로드하는 더 자세한 방법은 [라이선스 발급](https://real-report.com/license) 페이지를 참조하세요.
6
6
 
7
+ ## 배포
8
+
9
+ ### examples 배포 구조
10
+
11
+ <img width="871" alt="image" src="https://user-images.githubusercontent.com/6207238/181147115-33cc9432-2770-4514-9def-92e6d09390f6.png">
12
+
13
+
7
14
  ## JavaScript 설치
8
15
 
9
16
  ### 다운로드
@@ -109,4 +116,4 @@ RealReport의 강력한 내보내기 기능중 하나인 PDF 내보내기 기능
109
116
  </html>
110
117
  ```
111
118
 
112
- ## 자세한 내용은 [RealReport 문서 사이트](https://real-report.com/)를 참조하세요.
119
+ ## 자세한 내용은 [RealReport 문서 사이트](https://real-report.com/)를 참조하세요.
@@ -111,24 +111,11 @@
111
111
  z-index: 1;
112
112
  }
113
113
 
114
- /* .rr-item-element {
115
- border: 1px solid transparent;
116
- }
117
- .rr-item-element[data-design] {
118
- border: 1px solid #ddd;
119
- } */
120
-
121
- /* .rr-group-element {
122
- border: 1px solid transparent;
123
- }
124
- .rr-group-element[data-design] {
125
- border: 1px solid #ddd;
126
- } */
127
- .rr-group-element[data-empty='true'] {
114
+ .rr-group-element[data-empty] {
128
115
  background: #f8f8f8;
129
116
  }
130
117
 
131
- .rr-floating[data-empty='true'] {
118
+ .rr-floating[data-empty] {
132
119
  background: #f0f0f0cc;
133
120
  }
134
121
 
@@ -173,12 +160,14 @@
173
160
 
174
161
  .rr-focus-view {
175
162
  box-sizing: content-box !important;
163
+ /* border: 1px solid rgba(33, 33, 127, 0.7); */
176
164
  border: 2px solid rgba(33, 33, 127, 0.7);
177
165
  pointer-events: none;
178
166
  }
179
167
 
180
168
  .rr-focus-handle {
181
169
  border: 1px solid white;
170
+ /* border-radius: 50%; */
182
171
  background-color: rgba(33, 33, 127, 0.7);
183
172
  pointer-events: auto;
184
173
  cursor: nwse-resize;
@@ -349,6 +338,9 @@
349
338
  page-break-after: always;
350
339
  display: none;
351
340
  }
341
+ .rr-rendered {
342
+ display: none;
343
+ }
352
344
  }
353
345
 
354
346
  .rr-stack-container {
@@ -480,6 +472,31 @@
480
472
  background-image: url("./check-empty.png");
481
473
  }
482
474
 
475
+ .rr-datalist[data-empty] {
476
+ display: table;
477
+ margin: 0;
478
+ padding: 0;
479
+ text-align: center;
480
+ background: #eaeaea;
481
+ color: #777;
482
+ border: 1px solid #aaa;
483
+ }
484
+ .rr-datalist[data-design]:hover {
485
+ background-color: rgba(111, 111, 0, 0.1);
486
+ }
487
+
488
+ .rr-bandgroupcell[data-empty] {
489
+ display: table;
490
+ margin: 0;
491
+ padding: 0;
492
+ text-align: center;
493
+ background: #eaeaea;
494
+ color: #777;
495
+ border: 1px solid #aaa;
496
+ }
497
+ .rr-bandgroupcell[data-empty]:hover {
498
+ background-color: rgba(111, 111, 0, 0.1);
499
+ }
483
500
 
484
501
  /** design */
485
502
  .rr-section-guard {
@@ -583,7 +600,6 @@
583
600
  background-color: #efffef;
584
601
  }
585
602
 
586
-
587
603
  .rr-band-col {
588
604
  position: absolute;
589
605
  display: inline-flex;
@@ -600,9 +616,6 @@
600
616
  display: none;
601
617
  }
602
618
 
603
- /* .rr-tableband-group {
604
- } */
605
-
606
619
  .rr-end-row-message {
607
620
  font-size: 13px;
608
621
  color: #333;
@@ -612,6 +625,80 @@
612
625
  border-bottom: 1px solid lightgray;
613
626
  }
614
627
 
628
+ .rr-crosstab-field-cell {
629
+ text-align: center;;
630
+ }
631
+
632
+ .rr-crosstab-head {
633
+ text-align: center;
634
+ background-color: #f0f0f0;
635
+ }
636
+
637
+ .rr-crosstab-section-table tr td {
638
+ position: relative;
639
+ margin: 0 !important;
640
+ padding: 1px 4px;
641
+ border-spacing: 0 !important;
642
+ box-sizing: border-box !important;
643
+ border-collapse: separate;
644
+ border: 1px solid #aaa;
645
+ overflow: hidden;
646
+ color: gray;
647
+ white-space: nowrap;
648
+ }
649
+
650
+ .rr-crosstab-field-container {
651
+ background-color: #efefef;
652
+ border: 1px solid lightgray;
653
+ }
654
+ .rr-crosstab-field-container[data-empty='1']::before {
655
+ content: "[Fields]";
656
+ color: #040;
657
+ position: absolute;
658
+ top: 50%;
659
+ left: 50%;
660
+ transform: translate(-50%, -50%);
661
+ }
662
+
663
+ .rr-crosstab-field {
664
+ padding: 2px 2px;
665
+ }
666
+
667
+ .rr-crosstab-field:hover {
668
+ background-color: #ddd;
669
+ }
670
+
671
+ .rr-crosstab-field-arrow {
672
+ box-sizing: border-box;
673
+ margin-left: 4px;
674
+ padding: 0px 5px;
675
+ font-size: 16px;
676
+ line-height: 16px;
677
+ color: #555;
678
+ border: 1px solid transparent;
679
+ }
680
+
681
+ .rr-crosstab-field-arrow:hover {
682
+ color: black;
683
+ border: 1px solid #555;
684
+ border-radius: 3px;
685
+ }
686
+
687
+ .rr-crosstab-head {
688
+ padding: 2px 1px !important;
689
+ font-size: 10px;
690
+ text-align: center;
691
+ background-color: '#f0f0f0';
692
+ }
693
+ .rr-crosstab-value {
694
+ padding: 1px 1px !important;
695
+ font-size: 10px;
696
+ text-align: right;
697
+ }
698
+ .rr-crosstab-null {
699
+ background-color: #efefef;
700
+ }
701
+
615
702
  .rr-select-feedback {
616
703
  border: 2px solid #11111180;
617
704
  background-color: #0000ff10;
@@ -670,6 +757,49 @@
670
757
  text-align: center;
671
758
  }
672
759
 
760
+ .rr-table-designer {
761
+ padding: 10px;
762
+ border-radius: 5px;
763
+ background-color: #f8f8f8;
764
+ border: 1px solid gray;
765
+ }
766
+ .rr-table-designer span[data-title="1"] {
767
+ font-size: 14px;
768
+ font-weight: bold;
769
+ padding: 2px 1px;
770
+ color: '#334';
771
+ background-color: #eeeef0;
772
+ margin-bottom: 10px;
773
+ }
774
+ .rr-table-designer button {
775
+ font-size: 14px;
776
+ }
777
+
778
+ .rr-band-designer {
779
+ padding: 10px;
780
+ border-radius: 5px;
781
+ background-color: #f8f8f8;
782
+ border: 1px solid gray;
783
+ }
784
+ .rr-band-designer span[data-title="1"] {
785
+ font-size: 14px;
786
+ font-weight: bold;
787
+ padding: 2px 1px;
788
+ color: '#334';
789
+ background-color: #eeeef0;
790
+ margin-bottom: 10px;
791
+ }
792
+ .rr-band-designer button {
793
+ font-size: 14px;
794
+ }
795
+ .rr-band-designer-field:hover {
796
+ background-color: #0088ff20;
797
+ }
798
+ .rr-band-designer-field[data-select='1'] {
799
+ background-color: #eee;
800
+ font-weight: bold;
801
+ }
802
+
673
803
  .rr-edit-marquee {
674
804
  position: absolute;
675
805
  pointer-events: none;
@@ -681,7 +811,8 @@
681
811
  display: flex;
682
812
  align-items: center;
683
813
  justify-content: center;
684
- border: 1px solid #fff;
814
+ box-sizing: border-box;
815
+ border: 0.5px solid #fff;
685
816
  background-color: #555566cc;
686
817
  color: white;
687
818
  font-family: Arial, Helvetica, sans-serif;