realreport-designer 1.11.12 → 1.11.14

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.12
2
+ RealReport Designer v1.11.14
3
3
  Copyright (C) 2013-2025 WooriTech Inc.
4
4
  All Rights Reserved.
5
5
  */
@@ -21,6 +21,47 @@ sub, sup {
21
21
  line-height: normal;
22
22
  }
23
23
 
24
+ .rr-asset-dialog-snipper,
25
+ .rr-report-snipper {
26
+ position: absolute;
27
+ top: 0;
28
+ left: 0;
29
+ width: 100%;
30
+ height: 100%;
31
+ display: none;
32
+ align-items: center;
33
+ justify-content: center;
34
+ z-index: 1000;
35
+ }
36
+
37
+ .rr-report-snipper.active,
38
+ .rr-asset-dialog-snipper.active {
39
+ display: flex;
40
+ }
41
+
42
+ .rr-asset-dialog-snipper-backdrop,
43
+ .rr-report-snipper-backdrop {
44
+ position: absolute;
45
+ top: 0;
46
+ left: 0;
47
+ width: 100%;
48
+ height: 100%;
49
+ background: rgba(1,1,1,0.5);
50
+ }
51
+
52
+ .rr-asset-dialog-snipper-image,
53
+ .rr-report-snipper-image {
54
+ width: 64px;
55
+ height: 64px;
56
+ animation: spin 1s linear infinite;
57
+ }
58
+
59
+ @keyframes spin {
60
+ to {
61
+ transform: rotate(360deg);
62
+ }
63
+ }
64
+
24
65
  .rr-report-root {
25
66
  font-family: "Malgun Gothic", "맑은 고딕", AppleSDGothicNeo-Light, sans-serif;
26
67
  font-size: 13px;
@@ -545,6 +586,14 @@ border: 1px dotted #00000020; */
545
586
  min-width: 20px;
546
587
  }
547
588
 
589
+ .rr-text span[data-ellipsis] {
590
+ overflow: hidden;
591
+
592
+ line-clamp: var(--lines, 2);
593
+ -webkit-line-clamp: var(--lines, 2);
594
+ -webkit-box-orient: vertical;
595
+ }
596
+
548
597
  .rr-summary {
549
598
  display: table;
550
599
  margin: 0;
@@ -5878,7 +5927,8 @@ input[data-rrproperty]::-webkit-inner-spin-button {
5878
5927
  gap: 8px;
5879
5928
  font-size: var(--rrd-dialog-font-size);
5880
5929
  }
5881
- .rrd-data-dialog-body button {
5930
+ .rrd-data-dialog-body button,
5931
+ .rrd-asset-dialog-body button {
5882
5932
  height: 24px;
5883
5933
  background: none;
5884
5934
  border: 1px solid var(--rrd-light-theme-primary-color-9);
@@ -5889,10 +5939,14 @@ input[data-rrproperty]::-webkit-inner-spin-button {
5889
5939
  cursor: pointer;
5890
5940
  padding: 1px 6px;
5891
5941
  }
5892
- .rrd-data-dialog-body button:hover {
5942
+ .rrd-data-dialog-body button:hover,
5943
+ .rrd-asset-dialog-body button:hover {
5893
5944
  background: var(--rrd-light-theme-primary-color-9);
5894
5945
  color: white;
5895
5946
  }
5947
+ .rrd-asset-dialog-body button {
5948
+ margin-left: 0;
5949
+ }
5896
5950
  .rrd-data-dialog-body input {
5897
5951
  border: 1px solid var(--rrd-light-theme-primary-color-8);
5898
5952
  border-radius: var(--rrd-radius);
@@ -7029,6 +7083,10 @@ input[data-rrproperty]::-webkit-inner-spin-button {
7029
7083
  background-color: var(--rrd-secondary-btn-bg-hover);
7030
7084
  }
7031
7085
 
7086
+ .rrd-dialog-bottom.rrd-dialog-image-update {
7087
+ padding: 0 !important;
7088
+ }
7089
+
7032
7090
  /* 다이얼로그 & 밴드 디자이너 Submit 버튼 (Create) */
7033
7091
  .rr-band-designer
7034
7092
  .rr-band-designer-footer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realreport-designer",
3
- "version": "1.11.12",
3
+ "version": "1.11.14",
4
4
  "description": "RealReport Designer component library",
5
5
  "author": "Wooritech",
6
6
  "homepage": "https://real-report.com",