realreport-designer 1.11.15 → 1.11.16
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.
- package/dist/realreport-designer.cjs +150 -150
- package/dist/realreport-designer.d.ts +503 -66
- package/dist/realreport-designer.js +22956 -21546
- package/dist/realreport-designer.umd.js +134 -134
- package/dist/styles/realreport-designer.css +5 -4
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
RealReport Designer v1.11.
|
|
2
|
+
RealReport Designer v1.11.16
|
|
3
3
|
Copyright (C) 2013-2025 WooriTech Inc.
|
|
4
4
|
All Rights Reserved.
|
|
5
5
|
*/
|
|
@@ -3185,9 +3185,8 @@ border-bottom: 1px solid #ccc; */
|
|
|
3185
3185
|
padding: 1px 4px;
|
|
3186
3186
|
display: flex;
|
|
3187
3187
|
align-items: center;
|
|
3188
|
-
background:
|
|
3189
|
-
border-
|
|
3190
|
-
border-bottom: 1px solid #242424;
|
|
3188
|
+
background: var(--rrd-light-theme-primary-color-2);
|
|
3189
|
+
border-block: 1px solid #b6b6b6;
|
|
3191
3190
|
}
|
|
3192
3191
|
|
|
3193
3192
|
.rr-property-collection-add {
|
|
@@ -3202,6 +3201,7 @@ border-bottom: 1px solid #ccc; */
|
|
|
3202
3201
|
.rr-property-collection-add:hover {
|
|
3203
3202
|
border-color: #777;
|
|
3204
3203
|
background-color: #333;
|
|
3204
|
+
cursor: pointer;
|
|
3205
3205
|
}
|
|
3206
3206
|
|
|
3207
3207
|
.rr-property-collection-delete {
|
|
@@ -3224,6 +3224,7 @@ border-bottom: 1px solid #ccc; */
|
|
|
3224
3224
|
border: 1px solid transparent;
|
|
3225
3225
|
border-radius: 2px;
|
|
3226
3226
|
color: white;
|
|
3227
|
+
cursor: pointer;
|
|
3227
3228
|
}
|
|
3228
3229
|
|
|
3229
3230
|
.rr-property-collection-up:hover {
|