realreport-designer 1.9.4 → 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.
@@ -1,5 +1,5 @@
1
1
  /*
2
- RealReport Designer v1.9.4
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
 
@@ -1318,7 +1326,7 @@ All Rights Reserved.
1318
1326
  --rct-point-label-fill: #333;
1319
1327
 
1320
1328
  --rct-point-label-line-stroke-width: 1px;
1321
- --rct-point-label-line-stroke: #585;
1329
+ --rct-point-label-line-stroke: #55855560;
1322
1330
 
1323
1331
  --rct-credits-fill: #777;
1324
1332
 
@@ -1540,9 +1548,9 @@ All Rights Reserved.
1540
1548
  fill: var(--rct-legend-item-disabled);
1541
1549
  text-decoration: var(--rct-legend-item-disabled-decoration);
1542
1550
  }
1543
- /* .rct-legend-item-marker {
1544
- stroke: none;
1545
- } */
1551
+ .rct-legend-item-label[data-empty] {
1552
+ fill: var(--rct-legend-item-disabled);
1553
+ }
1546
1554
  .rct-legend-item-marker[data-hidden] {
1547
1555
  fill: #aaa !important;
1548
1556
  stroke: #aaa !important;
@@ -1550,6 +1558,13 @@ All Rights Reserved.
1550
1558
  .rct-legend-item-marker[data-hidden] path[data-fill] {
1551
1559
  fill: #aaa !important;
1552
1560
  }
1561
+ .rct-legend-item-marker[data-empty] {
1562
+ fill: #aaa !important;
1563
+ stroke: #aaa !important;
1564
+ }
1565
+ .rct-legend-item-marker[data-empty] path[data-fill] {
1566
+ fill: #aaa !important;
1567
+ }
1553
1568
 
1554
1569
  /** body */
1555
1570
  .rct-body-background {
@@ -2432,7 +2447,7 @@ All Rights Reserved.
2432
2447
  }
2433
2448
 
2434
2449
  .rp-root input[type=checkbox] {
2435
- margin-left: 0px;
2450
+ margin: 0px;
2436
2451
  }
2437
2452
 
2438
2453
  .rp-root input::placeholder,
@@ -2561,11 +2576,18 @@ All Rights Reserved.
2561
2576
  }
2562
2577
 
2563
2578
  .rr-property-row-focus {
2564
- /* background: rgba(0, 127, 255, 0.4); */
2565
2579
  background: #101010;
2566
2580
  color: white;
2567
2581
  }
2568
2582
 
2583
+ .rr-property-row-focus svg {
2584
+ fill: white;
2585
+ }
2586
+
2587
+ .rr-property-row select {
2588
+ min-width: 20px;
2589
+ }
2590
+
2569
2591
  .rr-property-row-select {
2570
2592
  background: rgba(0, 127, 255, 0.5);
2571
2593
  color: white;
@@ -2599,6 +2621,7 @@ input[data-rrproperty]::-webkit-inner-spin-button {
2599
2621
 
2600
2622
  .rr-property-select {
2601
2623
  flex: 1 1 0;
2624
+ min-height: 20px;
2602
2625
  }
2603
2626
 
2604
2627
  .rr-property-select[data-empty="true"] {
@@ -2695,7 +2718,6 @@ input[data-rrproperty]::-webkit-inner-spin-button {
2695
2718
  width: 13px;
2696
2719
  text-align: center;
2697
2720
  background-color: #555;
2698
- padding: 2px;
2699
2721
  margin-left: 4px;
2700
2722
  color: lightgray;
2701
2723
  border-radius: 2px;
@@ -3236,11 +3258,14 @@ input[data-rrproperty]::-webkit-inner-spin-button {
3236
3258
  background-color: #00000020;
3237
3259
  }
3238
3260
 
3261
+ .rrd-report-designer button {
3262
+ cursor: pointer;
3263
+ }
3264
+
3239
3265
  /* parent font 스타일을 상속받지 않으므로 별도로 지정해야한다. */
3240
3266
  .rrd-report-designer button,
3241
3267
  .rrd-report-designer input {
3242
3268
  font-family: var(--rrd-font-family);
3243
- cursor: pointer;
3244
3269
  }
3245
3270
 
3246
3271
  /* 디자이너 global 기본 전체 설정 스타일 */
@@ -3630,6 +3655,13 @@ input[data-rrproperty]::-webkit-inner-spin-button {
3630
3655
  background-color: var(--rrd-light-theme-primary-color-2);
3631
3656
  z-index: 220;
3632
3657
  }
3658
+ .rrd-property-path {
3659
+ display: -webkit-box;
3660
+ word-break: break-word;
3661
+ -webkit-line-clamp: 2;
3662
+ -webkit-box-orient: vertical;
3663
+ text-overflow: ellipsis;
3664
+ }
3633
3665
 
3634
3666
  /* 패널 */
3635
3667
  /** panel resizer */
@@ -4007,6 +4039,8 @@ input[data-rrproperty]::-webkit-inner-spin-button {
4007
4039
  .rrd-simple-field-table tr td:nth-child(2) {
4008
4040
  min-width: 20px;
4009
4041
  text-align: center;
4042
+ position: sticky;
4043
+ left: 0;
4010
4044
  }
4011
4045
  .rrd-band-field-table tr td:nth-child(3),
4012
4046
  .rrd-simple-field-table tr td:nth-child(3) {
@@ -4069,7 +4103,6 @@ input[data-rrproperty]::-webkit-inner-spin-button {
4069
4103
 
4070
4104
  .rrd-band-field-table th,
4071
4105
  .rrd-simple-field-table th {
4072
- position: sticky;
4073
4106
  top: 0;
4074
4107
  z-index: 100;
4075
4108
  background-color: var(--rrd-light-theme-primary-color-3);
@@ -4215,11 +4248,16 @@ input[data-rrproperty]::-webkit-inner-spin-button {
4215
4248
  .rrd-band-data-sample th {
4216
4249
  position: sticky;
4217
4250
  top: 0;
4251
+ left: 0;
4218
4252
  z-index: 100;
4219
4253
  background-color: var(--rrd-light-theme-primary-color-3);
4220
4254
  text-align: center;
4221
4255
  padding: 0px;
4222
4256
  }
4257
+ .rrd-band-field-table tr td:first-child {
4258
+ position: sticky;
4259
+ left: 0;
4260
+ }
4223
4261
  .rrd-band-data-sample thead tr th:first-child {
4224
4262
  z-index: 101;
4225
4263
  text-align: center;
@@ -4233,6 +4271,12 @@ input[data-rrproperty]::-webkit-inner-spin-button {
4233
4271
  position: sticky;
4234
4272
  left: 0;
4235
4273
  }
4274
+ .rrd-band-data-sample tr td:first-child {
4275
+ background-color: var(--rrd-light-theme-primary-color-2);
4276
+ }
4277
+ .rrd-band-data-sample tr:nth-child(2n + 1) td:first-child {
4278
+ background-color: var(--rrd-light-theme-primary-color-1);
4279
+ }
4236
4280
  .rrd-band-data-sample tr td span {
4237
4281
  display: inline-block;
4238
4282
  width: 100%;
@@ -4462,7 +4506,7 @@ input[data-rrproperty]::-webkit-inner-spin-button {
4462
4506
  background-color: var(--rrd-light-theme-primary-color-2);
4463
4507
  }
4464
4508
  .rrd-language-field-table th,
4465
- .rrd-language-field-table td {
4509
+ .rrd-language-field-table td {
4466
4510
  border-right: 1px solid #c0c0c0;
4467
4511
  border-bottom: 1px solid #c0c0c0;
4468
4512
  padding: 0 4px;
@@ -5259,26 +5303,12 @@ input[data-rrproperty]::-webkit-inner-spin-button {
5259
5303
  .rr-property-body {
5260
5304
  background-color: var(--rrd-light-theme-primary-color-1);
5261
5305
  }
5262
- .rr-property-category[data-model] {
5263
- background-color: var(--rrd-light-theme-primary-color-4);
5264
- }
5265
-
5266
5306
  .rr-property-category {
5267
5307
  background-color: var(--rrd-light-theme-primary-color-3);
5268
5308
  border-top: none;
5269
5309
  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);
5310
+ height: 20px;
5279
5311
  }
5280
-
5281
-
5282
5312
  .rp-text-expander {
5283
5313
  background-color: transparent;
5284
5314
  font-size: 20px;
@@ -5289,15 +5319,20 @@ input[data-rrproperty]::-webkit-inner-spin-button {
5289
5319
  font-weight: bold;
5290
5320
  }
5291
5321
  .rr-property-row {
5292
- height: 28px;
5322
+ min-height: 26px;
5293
5323
  }
5294
5324
  .rr-property-row-focus {
5325
+ color: var(--rrd-light-theme-primary-color-9);
5295
5326
  background: var(--rrd-light-theme-primary-color-3);
5296
5327
  }
5297
5328
  .rr-property-row:hover {
5298
5329
  background: var(--rrd-light-theme-primary-color-2);
5299
5330
  }
5331
+ .rr-property-row-focus svg {
5332
+ fill: var(--rrd-light-theme-primary-color-7);
5333
+ }
5300
5334
  .rr-property-row-label {
5335
+ word-break: break-word;
5301
5336
  color: var(--light-theme-dark-text-color);
5302
5337
  }
5303
5338
  .rr-property-edit-button {
@@ -5315,9 +5350,15 @@ input[data-rrproperty]::-webkit-inner-spin-button {
5315
5350
  min-width: 10px;
5316
5351
  }
5317
5352
  .rr-property-indent-mark {
5318
- background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNDIiIGN5PSIzMiIgcj0iMTIiIGZpbGw9IiM4Njg2QjkiLz4KPC9zdmc+Cg==")
5353
+ background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMzIiIGN5PSIzMiIgcj0iMTIiIGZpbGw9IiM4Njg2QjkiLz4KPC9zdmc+Cg==")
5319
5354
  no-repeat center / contain;
5320
5355
  }
5356
+ .rr-property-row-content input[type="checkbox"] {
5357
+ display: flex;
5358
+ align-items: center;
5359
+ padding: 0;
5360
+ margin: 0;
5361
+ }
5321
5362
 
5322
5363
  /* 인스펙터 컬러피커 아이콘 */
5323
5364
  .rp-color-style {
@@ -5522,11 +5563,11 @@ input[data-rrproperty]::-webkit-inner-spin-button {
5522
5563
  }
5523
5564
 
5524
5565
  /* edit layer 영역 */
5525
- .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(
5526
5567
  [data-target^="series"]
5527
5568
  ) {
5528
5569
  display: none;
5529
- }
5570
+ } */
5530
5571
 
5531
5572
  .rr-edit-marquee.rr-bandgroup-marquee
5532
5573
  > .rr-edit-marquee-item[style*="left: 0"]:not([style*="top: 0"]) {
@@ -5645,8 +5686,7 @@ input[data-rrproperty]::-webkit-inner-spin-button {
5645
5686
  }
5646
5687
  .rr-property-row-content input:focus,
5647
5688
  .rr-property-row-content select:focus {
5648
- outline: none;
5649
- border: 2px solid var(--rrd-light-theme-primary-color-8);
5689
+ outline: 2px solid var(--rrd-light-theme-primary-color-8);
5650
5690
  border-radius: 3px;
5651
5691
  }
5652
5692
  /** 체크박스 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realreport-designer",
3
- "version": "1.9.4",
3
+ "version": "1.9.6",
4
4
  "description": "RealReport Designer component library",
5
5
  "author": "Wooritech",
6
6
  "homepage": "https://real-report.com",