realreport-designer 1.10.14 → 1.11.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.
@@ -1,5 +1,5 @@
1
1
  /*
2
- RealReport Designer v1.10.14
2
+ RealReport Designer v1.11.0
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-text-band-body[data-empty]:before {
570
+ .rr-text-band .rr-textband-body[data-empty]:before {
567
571
  background-color: #00000008;
568
572
  color: #777;
569
573
  text-align: center;
@@ -1326,6 +1330,10 @@ border-bottom: 1px solid #ccc; */
1326
1330
  white-space: pre;
1327
1331
  }
1328
1332
 
1333
+ .rr-sheet-print-table tr td {
1334
+ border-color: transparent;
1335
+ }
1336
+
1329
1337
  .rr-sheet-design-table tr {
1330
1338
  margin: 0 !important;
1331
1339
  padding: 0 !important;
@@ -5126,6 +5134,7 @@ input[data-rrproperty]::-webkit-inner-spin-button {
5126
5134
  .rrd-simple-field-table tr td {
5127
5135
  background-color: var(--rrd-light-theme-primary-color-2);
5128
5136
  white-space: nowrap;
5137
+ padding: 3px 5px;
5129
5138
  }
5130
5139
  .rrd-band-field-table tr:nth-child(2n + 1) td,
5131
5140
  .rrd-simple-field-table tr:nth-child(2n + 1) td {
@@ -5257,6 +5266,7 @@ input[data-rrproperty]::-webkit-inner-spin-button {
5257
5266
  }
5258
5267
 
5259
5268
  .rrd-band-data-sample-header {
5269
+ height: 30px;
5260
5270
  padding: 4px 4px;
5261
5271
  background-color: var(--rrd-light-theme-primary-color-3);
5262
5272
  color: #333;
@@ -5354,16 +5364,18 @@ input[data-rrproperty]::-webkit-inner-spin-button {
5354
5364
  color: var(--light-theme-light-text-color);
5355
5365
  }
5356
5366
 
5357
- .rrd-band-data-sample td,
5358
- .rrd-band-data-sample th {
5359
- border-right: 1px solid #6e778655;
5360
- border-bottom: 1px solid #6e778655;
5367
+ .rrd-band-data-sample td {
5361
5368
  padding: 3px 5px;
5362
5369
  }
5363
5370
  .rrd-band-data-sample th {
5364
5371
  background-color: var(--rrd-light-theme-primary-color-3);
5365
5372
  text-align: center;
5366
- padding: 0px;
5373
+ padding-top: 2px;
5374
+ }
5375
+ .rrd-band-data-sample td,
5376
+ .rrd-band-data-sample th {
5377
+ border-right: 1px solid #6e778655;
5378
+ border-bottom: 1px solid #6e778655;
5367
5379
  }
5368
5380
  .rrd-band-field-table {
5369
5381
  background-color: var(--rrd-light-theme-primary-color-2);
@@ -5451,6 +5463,17 @@ input[data-rrproperty]::-webkit-inner-spin-button {
5451
5463
  outline: none;
5452
5464
  }
5453
5465
 
5466
+ .rrd-band-sample-view-remove-btn {
5467
+ cursor: pointer;
5468
+ }
5469
+
5470
+ .rrd-band-sample-view-remove-btn,
5471
+ .rrd-band-field-table-remove-btn {
5472
+ display: flex;
5473
+ align-items: center;
5474
+ justify-content: center;
5475
+ }
5476
+
5454
5477
  /* .rrd-simple-data-header {
5455
5478
  background-color: #0088ff60;
5456
5479
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realreport-designer",
3
- "version": "1.10.14",
3
+ "version": "1.11.0",
4
4
  "description": "RealReport Designer component library",
5
5
  "author": "Wooritech",
6
6
  "homepage": "https://real-report.com",