realreport-designer 1.9.4 → 1.9.5

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.9.4
2
+ RealReport Designer v1.9.5
3
3
  Copyright (C) 2013-2024 WooriTech Inc.
4
4
  All Rights Reserved.
5
5
  */
@@ -1318,7 +1318,7 @@ All Rights Reserved.
1318
1318
  --rct-point-label-fill: #333;
1319
1319
 
1320
1320
  --rct-point-label-line-stroke-width: 1px;
1321
- --rct-point-label-line-stroke: #585;
1321
+ --rct-point-label-line-stroke: #55855560;
1322
1322
 
1323
1323
  --rct-credits-fill: #777;
1324
1324
 
@@ -1540,9 +1540,9 @@ All Rights Reserved.
1540
1540
  fill: var(--rct-legend-item-disabled);
1541
1541
  text-decoration: var(--rct-legend-item-disabled-decoration);
1542
1542
  }
1543
- /* .rct-legend-item-marker {
1544
- stroke: none;
1545
- } */
1543
+ .rct-legend-item-label[data-empty] {
1544
+ fill: var(--rct-legend-item-disabled);
1545
+ }
1546
1546
  .rct-legend-item-marker[data-hidden] {
1547
1547
  fill: #aaa !important;
1548
1548
  stroke: #aaa !important;
@@ -1550,6 +1550,13 @@ All Rights Reserved.
1550
1550
  .rct-legend-item-marker[data-hidden] path[data-fill] {
1551
1551
  fill: #aaa !important;
1552
1552
  }
1553
+ .rct-legend-item-marker[data-empty] {
1554
+ fill: #aaa !important;
1555
+ stroke: #aaa !important;
1556
+ }
1557
+ .rct-legend-item-marker[data-empty] path[data-fill] {
1558
+ fill: #aaa !important;
1559
+ }
1553
1560
 
1554
1561
  /** body */
1555
1562
  .rct-body-background {
@@ -2432,7 +2439,7 @@ All Rights Reserved.
2432
2439
  }
2433
2440
 
2434
2441
  .rp-root input[type=checkbox] {
2435
- margin-left: 0px;
2442
+ margin: 0px;
2436
2443
  }
2437
2444
 
2438
2445
  .rp-root input::placeholder,
@@ -2561,11 +2568,18 @@ All Rights Reserved.
2561
2568
  }
2562
2569
 
2563
2570
  .rr-property-row-focus {
2564
- /* background: rgba(0, 127, 255, 0.4); */
2565
2571
  background: #101010;
2566
2572
  color: white;
2567
2573
  }
2568
2574
 
2575
+ .rr-property-row-focus svg {
2576
+ fill: white;
2577
+ }
2578
+
2579
+ .rr-property-row select {
2580
+ min-width: 20px;
2581
+ }
2582
+
2569
2583
  .rr-property-row-select {
2570
2584
  background: rgba(0, 127, 255, 0.5);
2571
2585
  color: white;
@@ -2599,6 +2613,7 @@ input[data-rrproperty]::-webkit-inner-spin-button {
2599
2613
 
2600
2614
  .rr-property-select {
2601
2615
  flex: 1 1 0;
2616
+ min-height: 20px;
2602
2617
  }
2603
2618
 
2604
2619
  .rr-property-select[data-empty="true"] {
@@ -2695,7 +2710,6 @@ input[data-rrproperty]::-webkit-inner-spin-button {
2695
2710
  width: 13px;
2696
2711
  text-align: center;
2697
2712
  background-color: #555;
2698
- padding: 2px;
2699
2713
  margin-left: 4px;
2700
2714
  color: lightgray;
2701
2715
  border-radius: 2px;
@@ -3236,11 +3250,14 @@ input[data-rrproperty]::-webkit-inner-spin-button {
3236
3250
  background-color: #00000020;
3237
3251
  }
3238
3252
 
3253
+ .rrd-report-designer button {
3254
+ cursor: pointer;
3255
+ }
3256
+
3239
3257
  /* parent font 스타일을 상속받지 않으므로 별도로 지정해야한다. */
3240
3258
  .rrd-report-designer button,
3241
3259
  .rrd-report-designer input {
3242
3260
  font-family: var(--rrd-font-family);
3243
- cursor: pointer;
3244
3261
  }
3245
3262
 
3246
3263
  /* 디자이너 global 기본 전체 설정 스타일 */
@@ -3630,6 +3647,13 @@ input[data-rrproperty]::-webkit-inner-spin-button {
3630
3647
  background-color: var(--rrd-light-theme-primary-color-2);
3631
3648
  z-index: 220;
3632
3649
  }
3650
+ .rrd-property-path {
3651
+ display: -webkit-box;
3652
+ word-break: break-word;
3653
+ -webkit-line-clamp: 2;
3654
+ -webkit-box-orient: vertical;
3655
+ text-overflow: ellipsis;
3656
+ }
3633
3657
 
3634
3658
  /* 패널 */
3635
3659
  /** panel resizer */
@@ -4007,6 +4031,8 @@ input[data-rrproperty]::-webkit-inner-spin-button {
4007
4031
  .rrd-simple-field-table tr td:nth-child(2) {
4008
4032
  min-width: 20px;
4009
4033
  text-align: center;
4034
+ position: sticky;
4035
+ left: 0;
4010
4036
  }
4011
4037
  .rrd-band-field-table tr td:nth-child(3),
4012
4038
  .rrd-simple-field-table tr td:nth-child(3) {
@@ -4069,7 +4095,6 @@ input[data-rrproperty]::-webkit-inner-spin-button {
4069
4095
 
4070
4096
  .rrd-band-field-table th,
4071
4097
  .rrd-simple-field-table th {
4072
- position: sticky;
4073
4098
  top: 0;
4074
4099
  z-index: 100;
4075
4100
  background-color: var(--rrd-light-theme-primary-color-3);
@@ -4215,11 +4240,16 @@ input[data-rrproperty]::-webkit-inner-spin-button {
4215
4240
  .rrd-band-data-sample th {
4216
4241
  position: sticky;
4217
4242
  top: 0;
4243
+ left: 0;
4218
4244
  z-index: 100;
4219
4245
  background-color: var(--rrd-light-theme-primary-color-3);
4220
4246
  text-align: center;
4221
4247
  padding: 0px;
4222
4248
  }
4249
+ .rrd-band-field-table tr td:first-child {
4250
+ position: sticky;
4251
+ left: 0;
4252
+ }
4223
4253
  .rrd-band-data-sample thead tr th:first-child {
4224
4254
  z-index: 101;
4225
4255
  text-align: center;
@@ -4233,6 +4263,12 @@ input[data-rrproperty]::-webkit-inner-spin-button {
4233
4263
  position: sticky;
4234
4264
  left: 0;
4235
4265
  }
4266
+ .rrd-band-data-sample tr td:first-child {
4267
+ background-color: var(--rrd-light-theme-primary-color-2);
4268
+ }
4269
+ .rrd-band-data-sample tr:nth-child(2n + 1) td:first-child {
4270
+ background-color: var(--rrd-light-theme-primary-color-1);
4271
+ }
4236
4272
  .rrd-band-data-sample tr td span {
4237
4273
  display: inline-block;
4238
4274
  width: 100%;
@@ -4462,7 +4498,7 @@ input[data-rrproperty]::-webkit-inner-spin-button {
4462
4498
  background-color: var(--rrd-light-theme-primary-color-2);
4463
4499
  }
4464
4500
  .rrd-language-field-table th,
4465
- .rrd-language-field-table td {
4501
+ .rrd-language-field-table td {
4466
4502
  border-right: 1px solid #c0c0c0;
4467
4503
  border-bottom: 1px solid #c0c0c0;
4468
4504
  padding: 0 4px;
@@ -5259,26 +5295,12 @@ input[data-rrproperty]::-webkit-inner-spin-button {
5259
5295
  .rr-property-body {
5260
5296
  background-color: var(--rrd-light-theme-primary-color-1);
5261
5297
  }
5262
- .rr-property-category[data-model] {
5263
- background-color: var(--rrd-light-theme-primary-color-4);
5264
- }
5265
-
5266
5298
  .rr-property-category {
5267
5299
  background-color: var(--rrd-light-theme-primary-color-3);
5268
5300
  border-top: none;
5269
5301
  border-bottom: none;
5270
- height: 18px;
5271
- }
5272
- .rr-property-collection-delete:hover {
5273
- border: none;
5274
- background-color: var(--rrd-light-theme-primary-color-6);
5275
- }
5276
- .rr-property-collection-right:hover {
5277
- border: none;
5278
- background-color: var(--rrd-light-theme-primary-color-6);
5302
+ height: 20px;
5279
5303
  }
5280
-
5281
-
5282
5304
  .rp-text-expander {
5283
5305
  background-color: transparent;
5284
5306
  font-size: 20px;
@@ -5289,15 +5311,20 @@ input[data-rrproperty]::-webkit-inner-spin-button {
5289
5311
  font-weight: bold;
5290
5312
  }
5291
5313
  .rr-property-row {
5292
- height: 28px;
5314
+ min-height: 26px;
5293
5315
  }
5294
5316
  .rr-property-row-focus {
5317
+ color: var(--rrd-light-theme-primary-color-9);
5295
5318
  background: var(--rrd-light-theme-primary-color-3);
5296
5319
  }
5297
5320
  .rr-property-row:hover {
5298
5321
  background: var(--rrd-light-theme-primary-color-2);
5299
5322
  }
5323
+ .rr-property-row-focus svg {
5324
+ fill: var(--rrd-light-theme-primary-color-7);
5325
+ }
5300
5326
  .rr-property-row-label {
5327
+ word-break: break-word;
5301
5328
  color: var(--light-theme-dark-text-color);
5302
5329
  }
5303
5330
  .rr-property-edit-button {
@@ -5315,8 +5342,13 @@ input[data-rrproperty]::-webkit-inner-spin-button {
5315
5342
  min-width: 10px;
5316
5343
  }
5317
5344
  .rr-property-indent-mark {
5318
- background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNDIiIGN5PSIzMiIgcj0iMTIiIGZpbGw9IiM4Njg2QjkiLz4KPC9zdmc+Cg==")
5319
- no-repeat center / contain;
5345
+ background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMzIiIGN5PSIzMiIgcj0iMTIiIGZpbGw9IiM4Njg2QjkiLz4KPC9zdmc+Cg==") no-repeat center / contain;
5346
+ }
5347
+ .rr-property-row-content input[type="checkbox"] {
5348
+ display: flex;
5349
+ align-items: center;
5350
+ padding: 0;
5351
+ margin: 0;
5320
5352
  }
5321
5353
 
5322
5354
  /* 인스펙터 컬러피커 아이콘 */
@@ -5645,8 +5677,7 @@ input[data-rrproperty]::-webkit-inner-spin-button {
5645
5677
  }
5646
5678
  .rr-property-row-content input:focus,
5647
5679
  .rr-property-row-content select:focus {
5648
- outline: none;
5649
- border: 2px solid var(--rrd-light-theme-primary-color-8);
5680
+ outline: 2px solid var(--rrd-light-theme-primary-color-8);
5650
5681
  border-radius: 3px;
5651
5682
  }
5652
5683
  /** 체크박스 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realreport-designer",
3
- "version": "1.9.4",
3
+ "version": "1.9.5",
4
4
  "description": "RealReport Designer component library",
5
5
  "author": "Wooritech",
6
6
  "homepage": "https://real-report.com",