realreport-designer 1.9.0 → 1.9.2

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.0
2
+ RealReport Designer v1.9.2
3
3
  Copyright (C) 2013-2024 WooriTech Inc.
4
4
  All Rights Reserved.
5
5
  */
@@ -89,6 +89,18 @@ All Rights Reserved.
89
89
  outline: none;
90
90
  }
91
91
 
92
+ .rr-text-area-editor::-webkit-scrollbar {
93
+ width: 2px;
94
+ }
95
+
96
+ .rr-text-area-editor::-webkit-scrollbar-track {
97
+ background-color: transparent;
98
+ }
99
+
100
+ .rr-text-area-editor::-webkit-scrollbar-thumb {
101
+ background: #d2d2d2;
102
+ }
103
+
92
104
  .rr-design-box {
93
105
  color: #888;
94
106
  font-style: italic;
@@ -437,6 +449,14 @@ All Rights Reserved.
437
449
  border: none !important;
438
450
  box-shadow: none !important;
439
451
  }
452
+
453
+ .rr-editable-marker {
454
+ display: none;
455
+ }
456
+
457
+ .rr-text[data-editable] span {
458
+ min-width: none;
459
+ }
440
460
  }
441
461
 
442
462
  .rr-stack-container {
@@ -475,6 +495,10 @@ All Rights Reserved.
475
495
  border: 1px solid #aaa;
476
496
  }
477
497
 
498
+ .rr-text[data-editable] span {
499
+ min-width: 20px;
500
+ }
501
+
478
502
  .rr-summary {
479
503
  display: table;
480
504
  margin: 0;
@@ -3173,7 +3197,7 @@ input[data-rrproperty]::-webkit-inner-spin-button {
3173
3197
  white-space: nowrap;
3174
3198
  }
3175
3199
  /** 미리보기 */
3176
- .rrd-preview-container {
3200
+ .rrd-preview-scroll-container {
3177
3201
  background: var(--rrd-light-theme-primary-color-2);
3178
3202
  }
3179
3203
 
@@ -3972,35 +3996,6 @@ input[data-rrproperty]::-webkit-inner-spin-button {
3972
3996
  position: sticky;
3973
3997
  left: 0;
3974
3998
  }
3975
- .rrd-band-field-table-mover {
3976
- width: 21px;
3977
- min-width: 10px;
3978
- height: 21px;
3979
- background: transparent url('/assets/images/json-row-mover.png') no-repeat
3980
- center center;
3981
- background-size: 13px;
3982
- /* cursor: move; */
3983
- border: none;
3984
- }
3985
- .rrd-band-field-table-mover:hover {
3986
- background: transparent url('/assets/images/json-row-mover-active.png')
3987
- no-repeat center center;
3988
- background-size: 13px;
3989
- }
3990
- .rrd-band-field-table-menu {
3991
- width: 21px;
3992
- height: 21px;
3993
- background: transparent url('/assets/images/json-row-menu.png') no-repeat
3994
- center center;
3995
- background-size: 13px;
3996
- cursor: pointer;
3997
- border: none;
3998
- }
3999
- .rrd-band-field-table-menu:hover {
4000
- background: transparent url('/assets/images/json-row-menu-active.png')
4001
- no-repeat center center;
4002
- background-size: 13px;
4003
- }
4004
3999
  .rrd-band-field-table tr td span,
4005
4000
  .rrd-simple-field-table tr td span {
4006
4001
  display: inline-block;
@@ -4143,34 +4138,6 @@ input[data-rrproperty]::-webkit-inner-spin-button {
4143
4138
  position: sticky;
4144
4139
  left: 0;
4145
4140
  }
4146
- .rrd-band-data-sample-mover {
4147
- width: 21px;
4148
- height: 21px;
4149
- background: transparent url('/assets/images/json-row-mover.png') no-repeat
4150
- center center;
4151
- background-size: 13px;
4152
- cursor: move;
4153
- border: none;
4154
- }
4155
- .rrd-band-data-sample-mover:hover {
4156
- background: transparent url('/assets/images/json-row-mover-active.png')
4157
- no-repeat center center;
4158
- background-size: 13px;
4159
- }
4160
- .rrd-band-data-sample-menu {
4161
- width: 21px;
4162
- height: 21px;
4163
- background: transparent url('/assets/images/json-row-menu.png') no-repeat
4164
- center center;
4165
- background-size: 13px;
4166
- cursor: pointer;
4167
- border: none;
4168
- }
4169
- .rrd-band-data-sample-menu:hover {
4170
- background: transparent url('/assets/images/json-row-menu-active.png')
4171
- no-repeat center center;
4172
- background-size: 13px;
4173
- }
4174
4141
  .rrd-band-data-sample tr td span {
4175
4142
  display: inline-block;
4176
4143
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realreport-designer",
3
- "version": "1.9.0",
3
+ "version": "1.9.2",
4
4
  "description": "RealReport Designer component library",
5
5
  "author": "Wooritech",
6
6
  "homepage": "https://real-report.com",