realreport-designer 1.11.1 → 1.11.3
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 +198 -200
- package/dist/realreport-designer.d.ts +538 -1
- package/dist/realreport-designer.js +28537 -27005
- package/dist/realreport-designer.umd.js +192 -194
- package/dist/styles/realreport-designer.css +5 -6
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
RealReport Designer v1.11.
|
|
2
|
+
RealReport Designer v1.11.3
|
|
3
3
|
Copyright (C) 2013-2025 WooriTech Inc.
|
|
4
4
|
All Rights Reserved.
|
|
5
5
|
*/
|
|
@@ -14,12 +14,8 @@ All Rights Reserved.
|
|
|
14
14
|
color: #000000;
|
|
15
15
|
-webkit-appearance: none;
|
|
16
16
|
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
17
|
-ms-touch-action: none;
|
|
18
|
+
-webkit-touch-callout: none;
|
|
23
19
|
-webkit-print-color-adjust: exact;
|
|
24
20
|
}
|
|
25
21
|
|
|
@@ -7273,6 +7269,9 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
7273
7269
|
border: 1px solid rgba(191, 191, 191, 0.3);
|
|
7274
7270
|
/* border: none; */
|
|
7275
7271
|
}
|
|
7272
|
+
.rr-map-chart .rr-design-back {
|
|
7273
|
+
z-index: 1;
|
|
7274
|
+
}
|
|
7276
7275
|
.rr-box-container.rr-cbox.rr-group-element > .rr-design-back {
|
|
7277
7276
|
display: flex;
|
|
7278
7277
|
align-items: center;
|