realreport-designer 1.10.14 → 1.10.15
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 +143 -139
- package/dist/realreport-designer.d.ts +2 -0
- package/dist/realreport-designer.js +17422 -17237
- package/dist/realreport-designer.umd.js +127 -123
- package/dist/styles/realreport-designer.css +26 -7
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
RealReport Designer v1.10.
|
|
2
|
+
RealReport Designer v1.10.15
|
|
3
3
|
Copyright (C) 2013-2025 WooriTech Inc.
|
|
4
4
|
All Rights Reserved.
|
|
5
5
|
*/
|
|
@@ -514,6 +514,10 @@ border: 1px dotted #00000020; */
|
|
|
514
514
|
line-height: normal;
|
|
515
515
|
}
|
|
516
516
|
|
|
517
|
+
.rr-text > span {
|
|
518
|
+
pointer-events: none;
|
|
519
|
+
}
|
|
520
|
+
|
|
517
521
|
.rr-text[data-design]:hover {
|
|
518
522
|
background-color: rgba(111, 111, 0, 0.1);
|
|
519
523
|
}
|
|
@@ -563,7 +567,7 @@ border: 1px dotted #00000020; */
|
|
|
563
567
|
white-space: nowrap;
|
|
564
568
|
}
|
|
565
569
|
|
|
566
|
-
.rr-text-band .rr-
|
|
570
|
+
.rr-text-band .rr-textband-body[data-empty]:before {
|
|
567
571
|
background-color: #00000008;
|
|
568
572
|
color: #777;
|
|
569
573
|
text-align: center;
|
|
@@ -5126,6 +5130,7 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
5126
5130
|
.rrd-simple-field-table tr td {
|
|
5127
5131
|
background-color: var(--rrd-light-theme-primary-color-2);
|
|
5128
5132
|
white-space: nowrap;
|
|
5133
|
+
padding: 3px 5px;
|
|
5129
5134
|
}
|
|
5130
5135
|
.rrd-band-field-table tr:nth-child(2n + 1) td,
|
|
5131
5136
|
.rrd-simple-field-table tr:nth-child(2n + 1) td {
|
|
@@ -5257,6 +5262,7 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
5257
5262
|
}
|
|
5258
5263
|
|
|
5259
5264
|
.rrd-band-data-sample-header {
|
|
5265
|
+
height: 30px;
|
|
5260
5266
|
padding: 4px 4px;
|
|
5261
5267
|
background-color: var(--rrd-light-theme-primary-color-3);
|
|
5262
5268
|
color: #333;
|
|
@@ -5354,16 +5360,18 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
5354
5360
|
color: var(--light-theme-light-text-color);
|
|
5355
5361
|
}
|
|
5356
5362
|
|
|
5357
|
-
.rrd-band-data-sample td
|
|
5358
|
-
.rrd-band-data-sample th {
|
|
5359
|
-
border-right: 1px solid #6e778655;
|
|
5360
|
-
border-bottom: 1px solid #6e778655;
|
|
5363
|
+
.rrd-band-data-sample td {
|
|
5361
5364
|
padding: 3px 5px;
|
|
5362
5365
|
}
|
|
5363
5366
|
.rrd-band-data-sample th {
|
|
5364
5367
|
background-color: var(--rrd-light-theme-primary-color-3);
|
|
5365
5368
|
text-align: center;
|
|
5366
|
-
padding:
|
|
5369
|
+
padding-top: 2px;
|
|
5370
|
+
}
|
|
5371
|
+
.rrd-band-data-sample td,
|
|
5372
|
+
.rrd-band-data-sample th {
|
|
5373
|
+
border-right: 1px solid #6e778655;
|
|
5374
|
+
border-bottom: 1px solid #6e778655;
|
|
5367
5375
|
}
|
|
5368
5376
|
.rrd-band-field-table {
|
|
5369
5377
|
background-color: var(--rrd-light-theme-primary-color-2);
|
|
@@ -5451,6 +5459,17 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
5451
5459
|
outline: none;
|
|
5452
5460
|
}
|
|
5453
5461
|
|
|
5462
|
+
.rrd-band-sample-view-remove-btn {
|
|
5463
|
+
cursor: pointer;
|
|
5464
|
+
}
|
|
5465
|
+
|
|
5466
|
+
.rrd-band-sample-view-remove-btn,
|
|
5467
|
+
.rrd-band-field-table-remove-btn {
|
|
5468
|
+
display: flex;
|
|
5469
|
+
align-items: center;
|
|
5470
|
+
justify-content: center;
|
|
5471
|
+
}
|
|
5472
|
+
|
|
5454
5473
|
/* .rrd-simple-data-header {
|
|
5455
5474
|
background-color: #0088ff60;
|
|
5456
5475
|
}
|