realreport 1.1.12 → 1.2.0

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.
@@ -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;
@@ -480,6 +469,31 @@
480
469
  background-image: url("./check-empty.png");
481
470
  }
482
471
 
472
+ .rr-datalist[data-empty] {
473
+ display: table;
474
+ margin: 0;
475
+ padding: 0;
476
+ text-align: center;
477
+ background: #eaeaea;
478
+ color: #777;
479
+ border: 1px solid #aaa;
480
+ }
481
+ .rr-datalist[data-design]:hover {
482
+ background-color: rgba(111, 111, 0, 0.1);
483
+ }
484
+
485
+ .rr-bandgroupcell[data-empty] {
486
+ display: table;
487
+ margin: 0;
488
+ padding: 0;
489
+ text-align: center;
490
+ background: #eaeaea;
491
+ color: #777;
492
+ border: 1px solid #aaa;
493
+ }
494
+ .rr-bandgroupcell[data-empty]:hover {
495
+ background-color: rgba(111, 111, 0, 0.1);
496
+ }
483
497
 
484
498
  /** design */
485
499
  .rr-section-guard {
@@ -583,7 +597,6 @@
583
597
  background-color: #efffef;
584
598
  }
585
599
 
586
-
587
600
  .rr-band-col {
588
601
  position: absolute;
589
602
  display: inline-flex;
@@ -600,9 +613,6 @@
600
613
  display: none;
601
614
  }
602
615
 
603
- /* .rr-tableband-group {
604
- } */
605
-
606
616
  .rr-end-row-message {
607
617
  font-size: 13px;
608
618
  color: #333;
@@ -612,6 +622,54 @@
612
622
  border-bottom: 1px solid lightgray;
613
623
  }
614
624
 
625
+ .rr-crosstab-head {
626
+ text-align: center;
627
+ background-color: #f0f0f0;
628
+ }
629
+
630
+ .rr-crosstab-section-table tr td {
631
+ position: relative;
632
+ margin: 0 !important;
633
+ padding: 1px 4px;
634
+ border-spacing: 0 !important;
635
+ box-sizing: border-box !important;
636
+ border-collapse: separate;
637
+ border: 1px solid #aaa;
638
+ height: 0px;
639
+ overflow: hidden;
640
+ color: gray;
641
+ }
642
+
643
+ .rr-crosstab-field-container {
644
+ background-color: #efefef;
645
+ border: 1px solid lightgray;
646
+ max-width: 150px;
647
+ }
648
+
649
+ .rr-crosstab-field {
650
+ padding: 2px 2px;
651
+ }
652
+
653
+ .rr-crosstab-field:hover {
654
+ background-color: #ddd;
655
+ }
656
+
657
+ .rr-crosstab-field-arrow {
658
+ box-sizing: border-box;
659
+ margin-left: 4px;
660
+ padding: 0px 5px;
661
+ font-size: 16px;
662
+ line-height: 16px;
663
+ color: #555;
664
+ border: 1px solid transparent;
665
+ }
666
+
667
+ .rr-crosstab-field-arrow:hover {
668
+ color: black;
669
+ border: 1px solid #555;
670
+ border-radius: 3px;
671
+ }
672
+
615
673
  .rr-select-feedback {
616
674
  border: 2px solid #11111180;
617
675
  background-color: #0000ff10;