realreport-designer 1.10.1 → 1.10.3

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.1
2
+ RealReport Designer v1.10.3
3
3
  Copyright (C) 2013-2025 WooriTech Inc.
4
4
  All Rights Reserved.
5
5
  */
@@ -549,6 +549,16 @@ All Rights Reserved.
549
549
  width: 100%;
550
550
  }
551
551
 
552
+ .rr-text-band .rr-text-band-body[data-empty]:before {
553
+ background-color: #00000008;
554
+ color: #777;
555
+ text-align: center;
556
+ content: "[TEXT BAND]";
557
+ display: table;
558
+ width: 100%;
559
+ padding: 2px;
560
+ }
561
+
552
562
  .rr-html[data-empty]:before {
553
563
  color: #999;
554
564
  text-align: center;
@@ -3422,28 +3432,21 @@ input[data-rrproperty]::-webkit-inner-spin-button {
3422
3432
  /* Designer Style */
3423
3433
 
3424
3434
  .rrd-root {
3425
- --rrd-font-family: "Malgun Gothic", "맑은 고딕", AppleSDGothicNeo-Light,
3426
- sans-serif;
3427
-
3435
+ --rrd-font-family: "Malgun Gothic", "맑은 고딕", AppleSDGothicNeo-Light, sans-serif;
3428
3436
  --rrd-panel-header-color: #4e4e80;
3429
-
3430
3437
  --rrd-dialog-background: #333842;
3431
3438
  --rrd-dialog-title-background: #7474c1;
3432
3439
  --rrd-dialog-bottom-background: #f0f0f0;
3433
3440
  --rrd-dialog-invalid-color: #ff4d4f;
3434
-
3435
3441
  --rrd-script-editor-background: #282c34;
3436
3442
  --rrd-tool-item-border-radius: 3px;
3437
3443
  --rrd-tool-item-edit-padding-horz: 8px;
3438
3444
  --rrd-tool-item-select-background-color: #fcfcfc;
3439
-
3440
3445
  --rrd-focus-bg-color: #4daaff;
3441
3446
  --rrd-marquee-bg-color: #55adff;
3442
3447
  --rrd-marquee-cellselect-bg-color: #49a7ff;
3443
3448
  --rrd-marquee-focus-bg-color: #0083ff;
3444
-
3445
3449
  --rrd-preview-border-color: lightgray;
3446
-
3447
3450
  --rrd-hover-opacity: 0.8;
3448
3451
  --rrd-radius: 4px;
3449
3452
 
@@ -3999,9 +4002,9 @@ input[data-rrproperty]::-webkit-inner-spin-button {
3999
4002
  background-color: var(--rrd-light-theme-primary-color-2);
4000
4003
  box-shadow: inset 0 -1px 0 0 var(--rrd-preview-border-color);
4001
4004
  }
4002
- .rrd-headerbar[data-app-mode="preview"] #app_mode_preview,
4003
- .rrd-headerbar[data-app-mode="preview"] #app_mode_preview2,
4004
- .rrd-headerbar[data-app-mode="preview"] #app_mode_email_preview {
4005
+ .rrd-headerbar[data-app-mode="preview"] #header_bar_report_preview_mode,
4006
+ .rrd-headerbar[data-app-mode="preview"] #header_bar_email_preview_mode,
4007
+ .rrd-headerbar[data-app-mode="preview"] #header_bar_sheet_preview_mode {
4005
4008
  margin-left: 8px;
4006
4009
  padding: 3px 10px;
4007
4010
  border-radius: 3px;
@@ -4069,9 +4072,10 @@ input[data-rrproperty]::-webkit-inner-spin-button {
4069
4072
  .rrd-actionbar[data-app-mode="preview"] {
4070
4073
  margin-top: -1px;
4071
4074
  }
4072
- .rrd-actionbar #design_group,
4073
- .rrd-actionbar #report_item_group,
4074
- .rrd-actionbar #sheet_item_group {
4075
+ .rrd-actionbar #item_bar_design_group,
4076
+ .rrd-actionbar #item_bar_report_group,
4077
+ .rrd-actionbar #item_bar_email_group,
4078
+ .rrd-actionbar #item_bar_sheet_group {
4075
4079
  display: grid;
4076
4080
  grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
4077
4081
  grid-auto-rows: auto;
@@ -4081,16 +4085,16 @@ input[data-rrproperty]::-webkit-inner-spin-button {
4081
4085
  padding: 10px;
4082
4086
  }
4083
4087
  /* TODO: R2-744 해결전 임시방편으로 적용함. 이후 수정 예정 */
4084
- .rrd-actionbar #report_item_group > button,
4085
- .rrd-actionbar #sheet_item_group > button {
4088
+ .rrd-actionbar #item_bar_report_group > button,
4089
+ .rrd-actionbar #item_bar_sheet_group > button {
4086
4090
  background-color: var(--rrd-light-theme-primary-color-8);
4087
4091
  }
4088
4092
  /* TODO: R2-744 해결전 임시방편으로 적용함. 이후 수정 예정 */
4089
- .rrd-actionbar #report_item_group > button:hover,
4090
- .rrd-actionbar #sheet_item_group > button:hover {
4093
+ .rrd-actionbar #item_bar_report_group > button:hover,
4094
+ .rrd-actionbar #item_bar_sheet_group > button:hover {
4091
4095
  background-color: var(--rrd-light-theme-primary-color-9);
4092
4096
  }
4093
- .rrd-actionbar #design_group {
4097
+ .rrd-actionbar #item_bar_design_group {
4094
4098
  background-color: var(--rrd-light-theme-primary-color-9);
4095
4099
  }
4096
4100
  .rrd-actionbar .rrd-tool-button {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realreport-designer",
3
- "version": "1.10.1",
3
+ "version": "1.10.3",
4
4
  "description": "RealReport Designer component library",
5
5
  "author": "Wooritech",
6
6
  "homepage": "https://real-report.com",