realreport-designer 1.11.0 → 1.11.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.
- package/dist/realreport-designer.cjs +193 -192
- package/dist/realreport-designer.d.ts +549 -11
- package/dist/realreport-designer.js +28179 -26615
- package/dist/realreport-designer.umd.js +187 -186
- package/dist/styles/realreport-designer.css +5 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
RealReport Designer v1.11.
|
|
2
|
+
RealReport Designer v1.11.2
|
|
3
3
|
Copyright (C) 2013-2025 WooriTech Inc.
|
|
4
4
|
All Rights Reserved.
|
|
5
5
|
*/
|
|
@@ -1331,6 +1331,7 @@ border-bottom: 1px solid #ccc; */
|
|
|
1331
1331
|
}
|
|
1332
1332
|
|
|
1333
1333
|
.rr-sheet-print-table tr td {
|
|
1334
|
+
border: 0;
|
|
1334
1335
|
border-color: transparent;
|
|
1335
1336
|
}
|
|
1336
1337
|
|
|
@@ -7272,6 +7273,9 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
7272
7273
|
border: 1px solid rgba(191, 191, 191, 0.3);
|
|
7273
7274
|
/* border: none; */
|
|
7274
7275
|
}
|
|
7276
|
+
.rr-map-chart .rr-design-back {
|
|
7277
|
+
z-index: 1;
|
|
7278
|
+
}
|
|
7275
7279
|
.rr-box-container.rr-cbox.rr-group-element > .rr-design-back {
|
|
7276
7280
|
display: flex;
|
|
7277
7281
|
align-items: center;
|