realreport-designer 1.9.5 → 1.9.6
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 +152 -144
- package/dist/realreport-designer.d.ts +59 -32
- package/dist/realreport-designer.js +30268 -29845
- package/dist/realreport-designer.umd.js +153 -145
- package/dist/styles/realreport-designer.css +14 -5
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
RealReport Designer v1.9.
|
|
2
|
+
RealReport Designer v1.9.6
|
|
3
3
|
Copyright (C) 2013-2024 WooriTech Inc.
|
|
4
4
|
All Rights Reserved.
|
|
5
5
|
*/
|
|
@@ -815,6 +815,11 @@ All Rights Reserved.
|
|
|
815
815
|
border-bottom: 1px solid lightgray;
|
|
816
816
|
}
|
|
817
817
|
|
|
818
|
+
.rr-table.rr-crosstab thead tr td {
|
|
819
|
+
font-size: 10px;
|
|
820
|
+
border: 1px solid #aaa;
|
|
821
|
+
}
|
|
822
|
+
|
|
818
823
|
.rr-crosstab-field-cell {
|
|
819
824
|
text-align: center;
|
|
820
825
|
}
|
|
@@ -875,6 +880,10 @@ All Rights Reserved.
|
|
|
875
880
|
border-radius: 3px;
|
|
876
881
|
}
|
|
877
882
|
|
|
883
|
+
.rr-crosstab {
|
|
884
|
+
font-size: 10px;
|
|
885
|
+
}
|
|
886
|
+
|
|
878
887
|
.rr-crosstab-head {
|
|
879
888
|
padding: 2px 1px !important;
|
|
880
889
|
font-size: 10px;
|
|
@@ -884,7 +893,6 @@ All Rights Reserved.
|
|
|
884
893
|
|
|
885
894
|
.rr-crosstab-value {
|
|
886
895
|
padding: 1px 1px !important;
|
|
887
|
-
font-size: 10px;
|
|
888
896
|
text-align: right;
|
|
889
897
|
}
|
|
890
898
|
|
|
@@ -5342,7 +5350,8 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
5342
5350
|
min-width: 10px;
|
|
5343
5351
|
}
|
|
5344
5352
|
.rr-property-indent-mark {
|
|
5345
|
-
background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMzIiIGN5PSIzMiIgcj0iMTIiIGZpbGw9IiM4Njg2QjkiLz4KPC9zdmc+Cg==")
|
|
5353
|
+
background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMzIiIGN5PSIzMiIgcj0iMTIiIGZpbGw9IiM4Njg2QjkiLz4KPC9zdmc+Cg==")
|
|
5354
|
+
no-repeat center / contain;
|
|
5346
5355
|
}
|
|
5347
5356
|
.rr-property-row-content input[type="checkbox"] {
|
|
5348
5357
|
display: flex;
|
|
@@ -5554,11 +5563,11 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
5554
5563
|
}
|
|
5555
5564
|
|
|
5556
5565
|
/* edit layer 영역 */
|
|
5557
|
-
.rr-edit-marquee-item:not([style*="left: 0"]):not([style*="top: 0"]):not(
|
|
5566
|
+
/* .rr-edit-marquee-item:not([style*="left: 0"]):not([style*="top: 0"]):not(
|
|
5558
5567
|
[data-target^="series"]
|
|
5559
5568
|
) {
|
|
5560
5569
|
display: none;
|
|
5561
|
-
}
|
|
5570
|
+
} */
|
|
5562
5571
|
|
|
5563
5572
|
.rr-edit-marquee.rr-bandgroup-marquee
|
|
5564
5573
|
> .rr-edit-marquee-item[style*="left: 0"]:not([style*="top: 0"]) {
|