realreport-designer 1.11.2 → 1.11.4

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.11.2
2
+ RealReport Designer v1.11.4
3
3
  Copyright (C) 2013-2025 WooriTech Inc.
4
4
  All Rights Reserved.
5
5
  */
@@ -7,6 +7,20 @@ All Rights Reserved.
7
7
 
8
8
  /* Report Style */
9
9
 
10
+ sup {
11
+ vertical-align: super;
12
+ }
13
+
14
+ sub {
15
+ vertical-align: sub;
16
+ }
17
+
18
+ sub, sup {
19
+ font-size: smaller;
20
+ top: 0;
21
+ line-height: normal;
22
+ }
23
+
10
24
  .rr-report-root {
11
25
  font-family: "Malgun Gothic", "맑은 고딕", AppleSDGothicNeo-Light, sans-serif;
12
26
  font-size: 13px;
@@ -14,12 +28,8 @@ All Rights Reserved.
14
28
  color: #000000;
15
29
  -webkit-appearance: none;
16
30
  outline: none;
17
- -webkit-touch-callout: none;
18
- -webkit-user-select: none;
19
- -moz-user-select: none;
20
- -ms-user-select: none;
21
- user-select: none;
22
31
  -ms-touch-action: none;
32
+ -webkit-touch-callout: none;
23
33
  -webkit-print-color-adjust: exact;
24
34
  }
25
35
 
@@ -1714,12 +1724,12 @@ border-bottom: 1px solid #ccc; */
1714
1724
  display: flex;
1715
1725
  align-items: center;
1716
1726
  stroke-width: 1.5px;
1717
- stroke: var(--light-theme-icon-color);
1727
+ stroke: #f3f3f3;
1718
1728
  cursor: pointer;
1719
1729
  }
1720
1730
 
1721
- .rr-border-direction-icons-container:hover {
1722
- background: var(--rrd-light-theme-primary-color-4);
1731
+ .rr-border-direction-icons-container:hover>svg {
1732
+ opacity: 0.8;
1723
1733
  }
1724
1734
 
1725
1735
  @keyframes fade-out {
@@ -3305,6 +3315,14 @@ input[data-rrproperty]::-webkit-inner-spin-button {
3305
3315
  font-size: 12px;
3306
3316
  }
3307
3317
 
3318
+ /* Sheet Border 관련 덮어쓰기 용 */
3319
+ .rr-border-direction-icons-container {
3320
+ stroke: #f3f3f3;
3321
+ }
3322
+ .rr-border-direction-icons-container:hover {
3323
+ background: none;
3324
+ }
3325
+
3308
3326
  .rp-expander {
3309
3327
  flex: 0 0 13px;
3310
3328
  display: inline-flex;
@@ -3324,6 +3342,7 @@ input[data-rrproperty]::-webkit-inner-spin-button {
3324
3342
  background: white;
3325
3343
  padding: 2px;
3326
3344
  border-radius: 1px;
3345
+ cursor: pointer;
3327
3346
  }
3328
3347
 
3329
3348
  .rp-color-style-box {
@@ -4974,16 +4993,18 @@ input[data-rrproperty]::-webkit-inner-spin-button {
4974
4993
  .rrd-data-container {
4975
4994
  background-color: var(--rrd-light-theme-primary-color-1);
4976
4995
  }
4977
- .rrd-data-list-header button:not([title="Grid"]):not([title="List"]) {
4996
+ .rrd-data-list-header-action-button {
4978
4997
  min-width: 70px;
4979
4998
  font-size: 12px;
4999
+ border: none;
4980
5000
  background-color: var(--rrd-light-theme-primary-color-8);
4981
5001
  color: var(--light-theme-light-text-color);
4982
5002
  border-radius: 3px;
4983
5003
  }
4984
- .rrd-data-list-header button:not([title="Grid"]):not([title="List"]) span {
5004
+ .rrd-data-list-header-action-button span {
4985
5005
  color: var(--light-theme-light-text-color);
4986
5006
  }
5007
+
4987
5008
  .rrd-data-container .rrd-data-list-body {
4988
5009
  display: flex;
4989
5010
  align-items: flex-start;
@@ -6765,6 +6786,14 @@ input[data-rrproperty]::-webkit-inner-spin-button {
6765
6786
  background-color: transparent;
6766
6787
  }
6767
6788
 
6789
+ .rr-border-direction-icons-container {
6790
+ stroke: var(--light-theme-icon-color);
6791
+ }
6792
+
6793
+ .rr-border-direction-icons-container:hover {
6794
+ background: var(--rrd-light-theme-primary-color-4);
6795
+ }
6796
+
6768
6797
  /* outline */
6769
6798
  .rrd-outline-header {
6770
6799
  padding: 0 12px;
@@ -7198,7 +7227,6 @@ input[data-rrproperty]::-webkit-inner-spin-button {
7198
7227
 
7199
7228
  /** color-style-box */
7200
7229
  .rp-color-style {
7201
- height: 25px !important;
7202
7230
  cursor: pointer;
7203
7231
  }
7204
7232
  .rp-color-style-box {
@@ -7208,14 +7236,6 @@ input[data-rrproperty]::-webkit-inner-spin-button {
7208
7236
  border: 1px solid #b4b1b1;
7209
7237
  border-radius: 5px;
7210
7238
  }
7211
- /* 스타일을 통일하기로 함 */
7212
- /* .rp-color-style-box[data-empty="true"] {
7213
- border: none;
7214
- background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAzMCAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE4NTZfMjM0MikiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEzLjgyODYgMjUuMjMwMkMxMi4zNzE0IDI2LjM0MDIgMTAuNTU3MSAyNi45ODUyIDguNTg1NzEgMjYuOTg1MkMzLjg0Mjg2IDI2Ljk4NTIgMCAyMy4yMjAyIDAgMTguNTU1MkMwIDE1LjMzMDIgMS44NTcxNCAxMi41MjUyIDQuNTcxNDMgMTEuMTE1MkM1LjA0Mjg2IDEyLjc4MDIgNS45NTcxNCAxNC4yNjUyIDcuMTcxNDMgMTUuNDY1MkM4LjMgMTYuNTc1MiA5LjcgMTcuNDMwMiAxMS4yNzE0IDE3LjkyNTJDMTEuMjcxNCAxOC4xNTAyIDExLjI0MjkgMTguMzYwMiAxMS4yNDI5IDE4LjU3MDJDMTEuMjQyOSAyMS4xMjAyIDEyLjIxNDMgMjMuNDYwMiAxMy44Mjg2IDI1LjIxNTJWMjUuMjMwMloiIGZpbGw9IiM4Q0JFODgiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOS45OTk2IDE4LjU3MDVDMjkuOTk5NiAyMy4yMjA1IDI2LjE1NjcgMjcuMDAwNSAyMS40MTM4IDI3LjAwMDVDMTYuNjcxIDI3LjAwMDUgMTIuODI4MSAyMy4yMzU1IDEyLjgyODEgMTguNTcwNVYxOC4yNzA1QzEzLjMyODEgMTguMzQ1NSAxMy44MjgxIDE4LjM3NTUgMTQuMzQyNCAxOC4zNzU1QzE3LjE0MjQgMTguMzc1NSAxOS42ODUzIDE3LjI2NTUgMjEuNTQyNCAxNS40NTA1QzIyLjg3MSAxNC4xNDU1IDIzLjgyODEgMTIuNDgwNSAyNC4yNzEgMTAuNjA1NUMyNy41OTk2IDExLjc2MDUgMjkuOTk5NiAxNC44ODA1IDI5Ljk5OTYgMTguNTU1NVYxOC41NzA1WiIgZmlsbD0iI0ZGOEM4QyIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIyLjk1NzYgOC40M0MyMi45NTc2IDEzLjA4IDE5LjExNDcgMTYuODYgMTQuMzcxOCAxNi44NkM5LjYyODk5IDE2Ljg2IDUuNzg2MTMgMTMuMDk1IDUuNzg2MTMgOC40M0M1Ljc4NjEzIDMuNzY1IDkuNjE0NyAwIDE0LjM1NzYgMEMxOS4xMDA0IDAgMjIuOTQzMyAzLjc2NSAyMi45NDMzIDguNDNIMjIuOTU3NloiIGZpbGw9IiM1RkMwRjEiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xODU2XzIzNDIiPgo8cmVjdCB3aWR0aD0iMzAiIGhlaWdodD0iMjciIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==")
7215
- no-repeat center;
7216
- background-size: 18px;
7217
- background-color: transparent !important;
7218
- } */
7219
7239
 
7220
7240
  /** colorPicker */
7221
7241
  .rr-color-picker {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realreport-designer",
3
- "version": "1.11.2",
3
+ "version": "1.11.4",
4
4
  "description": "RealReport Designer component library",
5
5
  "author": "Wooritech",
6
6
  "homepage": "https://real-report.com",