realreport-designer 1.10.13 → 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.
@@ -1,5 +1,5 @@
1
1
  /*
2
- RealReport Designer v1.10.13
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
  }
@@ -558,7 +562,12 @@ border: 1px dotted #00000020; */
558
562
  white-space: nowrap;
559
563
  }
560
564
 
561
- .rr-text-band .rr-text-band-body[data-empty]:before {
565
+ .barcode-empty:before {
566
+ content: "[BARCODE]";
567
+ white-space: nowrap;
568
+ }
569
+
570
+ .rr-text-band .rr-textband-body[data-empty]:before {
562
571
  background-color: #00000008;
563
572
  color: #777;
564
573
  text-align: center;
@@ -1400,6 +1409,7 @@ border-bottom: 1px solid #ccc; */
1400
1409
  width: 100%;
1401
1410
  position: absolute;
1402
1411
  top: 50%;
1412
+ left: 0;
1403
1413
  transform: translateY(-50%);
1404
1414
  }
1405
1415
 
@@ -3586,27 +3596,26 @@ input[data-rrproperty]::-webkit-inner-spin-button {
3586
3596
  color: #6b6b6b;
3587
3597
  }
3588
3598
 
3589
- .rr-color-picker-pallete-palletes,
3590
- .rr-color-picker-pallete-custom-colors {
3599
+ .rr-color-picker-palette-palettes-list,
3600
+ .rr-color-picker-palette-custom-colors {
3591
3601
  display: grid;
3592
3602
  grid-template-columns: repeat(10, 1fr);
3593
3603
  position: relative;
3594
3604
  gap: 5px;
3595
3605
  }
3596
3606
 
3597
- .rr-color-picker-pallete-palletes div,
3598
- .rr-color-picker-pallete-custom-colors div {
3607
+ .rr-color-picker-palette-palettes-list div,
3608
+ .rr-color-picker-palette-custom-colors div {
3599
3609
  aspect-ratio: 1 / 1;
3600
3610
  border-radius: 3px;
3601
3611
  cursor: pointer;
3602
3612
  }
3603
3613
 
3604
- .rr-color-picker-pallete-custom-colors div {
3614
+ .rr-color-picker-palette-custom-colors div {
3605
3615
  border: 1px solid #dadce0;
3606
3616
  }
3607
3617
 
3608
- .rr-color-picker-pallete-custom-label {
3609
- padding-top: 9px;
3618
+ .rr-color-picker-palette-label {
3610
3619
  font-size: 12px;
3611
3620
  display: flex;
3612
3621
  align-items: center;
@@ -3614,10 +3623,32 @@ input[data-rrproperty]::-webkit-inner-spin-button {
3614
3623
  color: #717171;
3615
3624
  }
3616
3625
 
3617
- .rr-color-picker-pallete-custom-colors {
3626
+ .rr-color-picker-palette-palettes .rr-color-picker-palette-label {
3627
+ padding-top: 9px;
3628
+ cursor: pointer;
3629
+ display: flex;
3630
+ align-items: center;
3631
+ justify-content: space-between;
3632
+ }
3633
+
3634
+
3635
+ .rr-color-picker-palette-palettes .rr-color-picker-palette-label.on + .rr-color-picker-palette-palettes-list {
3636
+ display: grid;
3637
+ }
3638
+
3639
+ .rr-color-picker-palette-palettes .rr-color-picker-palette-label.on svg {
3640
+ transform: rotate(180deg);
3641
+ }
3642
+
3643
+ .rr-color-picker-palette-custom-colors,
3644
+ .rr-color-picker-palette-palettes-list {
3618
3645
  padding-top: 5px;
3619
3646
  }
3620
3647
 
3648
+ .rr-color-picker-palette-palettes-list {
3649
+ display: none;
3650
+ }
3651
+
3621
3652
  .rr-color-picker-color-info {
3622
3653
  display: flex;
3623
3654
  height: 23px;
@@ -3780,17 +3811,17 @@ input[data-rrproperty]::-webkit-inner-spin-button {
3780
3811
  background: var(--rrd-primary-btn-bg-hover);
3781
3812
  }
3782
3813
 
3783
- .rr-color-picker-pallete-eye-dropper {
3814
+ .rr-color-picker-palette-eye-dropper {
3784
3815
  display: flex;
3785
3816
  align-items: center;
3786
3817
  transition: background 0.3s ease;
3787
3818
  }
3788
3819
 
3789
- .rr-color-picker-pallete-eye-dropper:hover {
3820
+ .rr-color-picker-palette-eye-dropper:hover {
3790
3821
  background: #e7e7e7;
3791
3822
  }
3792
3823
 
3793
- .rr-color-picker-pallete-eye-dropper svg {
3824
+ .rr-color-picker-palette-eye-dropper svg {
3794
3825
  width: 100%;
3795
3826
  aspect-ratio: 1 / 1;
3796
3827
  height: auto;
@@ -5099,6 +5130,7 @@ input[data-rrproperty]::-webkit-inner-spin-button {
5099
5130
  .rrd-simple-field-table tr td {
5100
5131
  background-color: var(--rrd-light-theme-primary-color-2);
5101
5132
  white-space: nowrap;
5133
+ padding: 3px 5px;
5102
5134
  }
5103
5135
  .rrd-band-field-table tr:nth-child(2n + 1) td,
5104
5136
  .rrd-simple-field-table tr:nth-child(2n + 1) td {
@@ -5230,6 +5262,7 @@ input[data-rrproperty]::-webkit-inner-spin-button {
5230
5262
  }
5231
5263
 
5232
5264
  .rrd-band-data-sample-header {
5265
+ height: 30px;
5233
5266
  padding: 4px 4px;
5234
5267
  background-color: var(--rrd-light-theme-primary-color-3);
5235
5268
  color: #333;
@@ -5327,16 +5360,18 @@ input[data-rrproperty]::-webkit-inner-spin-button {
5327
5360
  color: var(--light-theme-light-text-color);
5328
5361
  }
5329
5362
 
5330
- .rrd-band-data-sample td,
5331
- .rrd-band-data-sample th {
5332
- border-right: 1px solid #6e778655;
5333
- border-bottom: 1px solid #6e778655;
5363
+ .rrd-band-data-sample td {
5334
5364
  padding: 3px 5px;
5335
5365
  }
5336
5366
  .rrd-band-data-sample th {
5337
5367
  background-color: var(--rrd-light-theme-primary-color-3);
5338
5368
  text-align: center;
5339
- padding: 0px;
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;
5340
5375
  }
5341
5376
  .rrd-band-field-table {
5342
5377
  background-color: var(--rrd-light-theme-primary-color-2);
@@ -5424,6 +5459,17 @@ input[data-rrproperty]::-webkit-inner-spin-button {
5424
5459
  outline: none;
5425
5460
  }
5426
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
+
5427
5473
  /* .rrd-simple-data-header {
5428
5474
  background-color: #0088ff60;
5429
5475
  }
@@ -7195,7 +7241,8 @@ input[data-rrproperty]::-webkit-inner-spin-button {
7195
7241
  .rr-image[data-empty] span::before,
7196
7242
  .rr-svg[data-empty] span:before,
7197
7243
  .rr-sign[data-empty] span:before,
7198
- .qrcode-empty:before {
7244
+ .qrcode-empty:before,
7245
+ .barcode-empty:before {
7199
7246
  position: absolute;
7200
7247
  top: 50%;
7201
7248
  left: 50%;
@@ -7207,7 +7254,8 @@ input[data-rrproperty]::-webkit-inner-spin-button {
7207
7254
  top: 0;
7208
7255
  right: 0;
7209
7256
  }
7210
- .rr-content-box [data-design] .qrcode-empty::after {
7257
+ .rr-content-box [data-design] .qrcode-empty::after,
7258
+ .rr-content-box [data-design] .barcode-empty::after {
7211
7259
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMTI3OTcgMy4xMzc2NkM5LjUxIDIuNDU2NjcgMTAuNDkwMiAyLjQ1NjY3IDEwLjg3MjMgMy4xMzc2NUwxNi40OTI2IDEzLjE1NjNDMTYuODY2NSAxMy44MjI4IDE2LjM4NDcgMTQuNjQ1NSAxNS42MjA0IDE0LjY0NTVINC4zNzk4QzMuNjE1NDggMTQuNjQ1NSAzLjEzMzcxIDEzLjgyMjggMy41MDc2NiAxMy4xNTYyTDkuMTI3OTcgMy4xMzc2NloiIGZpbGw9IiNGRkNEMDAiLz4KPGxpbmUgeDE9IjEwIiB5MT0iNi4zMzMwMSIgeDI9IjEwIiB5Mj0iMTEuMDgzIiBzdHJva2U9ImJsYWNrIi8+CjxjaXJjbGUgY3g9IjEwIiBjeT0iMTIuNSIgcj0iMC41IiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K");
7212
7260
  position: absolute;
7213
7261
  top: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realreport-designer",
3
- "version": "1.10.13",
3
+ "version": "1.10.15",
4
4
  "description": "RealReport Designer component library",
5
5
  "author": "Wooritech",
6
6
  "homepage": "https://real-report.com",