realreport-designer 1.10.2 → 1.10.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.
- package/dist/realreport-designer.cjs +163 -163
- package/dist/realreport-designer.d.ts +15709 -320
- package/dist/realreport-designer.js +48248 -47975
- package/dist/realreport-designer.umd.js +166 -166
- package/dist/styles/realreport-designer.css +13 -12
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
RealReport Designer v1.10.
|
|
2
|
+
RealReport Designer v1.10.4
|
|
3
3
|
Copyright (C) 2013-2025 WooriTech Inc.
|
|
4
4
|
All Rights Reserved.
|
|
5
5
|
*/
|
|
@@ -4002,9 +4002,9 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
4002
4002
|
background-color: var(--rrd-light-theme-primary-color-2);
|
|
4003
4003
|
box-shadow: inset 0 -1px 0 0 var(--rrd-preview-border-color);
|
|
4004
4004
|
}
|
|
4005
|
-
.rrd-headerbar[data-app-mode="preview"] #
|
|
4006
|
-
.rrd-headerbar[data-app-mode="preview"] #
|
|
4007
|
-
.rrd-headerbar[data-app-mode="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 {
|
|
4008
4008
|
margin-left: 8px;
|
|
4009
4009
|
padding: 3px 10px;
|
|
4010
4010
|
border-radius: 3px;
|
|
@@ -4072,9 +4072,10 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
4072
4072
|
.rrd-actionbar[data-app-mode="preview"] {
|
|
4073
4073
|
margin-top: -1px;
|
|
4074
4074
|
}
|
|
4075
|
-
.rrd-actionbar #
|
|
4076
|
-
.rrd-actionbar #
|
|
4077
|
-
.rrd-actionbar #
|
|
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 {
|
|
4078
4079
|
display: grid;
|
|
4079
4080
|
grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
|
|
4080
4081
|
grid-auto-rows: auto;
|
|
@@ -4084,16 +4085,16 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
4084
4085
|
padding: 10px;
|
|
4085
4086
|
}
|
|
4086
4087
|
/* TODO: R2-744 해결전 임시방편으로 적용함. 이후 수정 예정 */
|
|
4087
|
-
.rrd-actionbar #
|
|
4088
|
-
.rrd-actionbar #
|
|
4088
|
+
.rrd-actionbar #item_bar_report_group > button,
|
|
4089
|
+
.rrd-actionbar #item_bar_sheet_group > button {
|
|
4089
4090
|
background-color: var(--rrd-light-theme-primary-color-8);
|
|
4090
4091
|
}
|
|
4091
4092
|
/* TODO: R2-744 해결전 임시방편으로 적용함. 이후 수정 예정 */
|
|
4092
|
-
.rrd-actionbar #
|
|
4093
|
-
.rrd-actionbar #
|
|
4093
|
+
.rrd-actionbar #item_bar_report_group > button:hover,
|
|
4094
|
+
.rrd-actionbar #item_bar_sheet_group > button:hover {
|
|
4094
4095
|
background-color: var(--rrd-light-theme-primary-color-9);
|
|
4095
4096
|
}
|
|
4096
|
-
.rrd-actionbar #
|
|
4097
|
+
.rrd-actionbar #item_bar_design_group {
|
|
4097
4098
|
background-color: var(--rrd-light-theme-primary-color-9);
|
|
4098
4099
|
}
|
|
4099
4100
|
.rrd-actionbar .rrd-tool-button {
|