realreport 1.9.0 → 1.9.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.css +25 -1
- package/dist/realreport.d.ts +920 -685
- package/dist/realreport.es.js +1 -1
- package/dist/realreport.js +1 -1
- package/package.json +1 -1
package/dist/realreport.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
RealReport v1.9.
|
|
2
|
+
RealReport v1.9.2
|
|
3
3
|
Copyright (C) 2013-2024 WooriTech Inc.
|
|
4
4
|
All Rights Reserved.
|
|
5
5
|
*/
|
|
@@ -87,6 +87,18 @@ All Rights Reserved.
|
|
|
87
87
|
outline: none;
|
|
88
88
|
}
|
|
89
89
|
|
|
90
|
+
.rr-text-area-editor::-webkit-scrollbar {
|
|
91
|
+
width: 2px;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.rr-text-area-editor::-webkit-scrollbar-track {
|
|
95
|
+
background-color: transparent;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.rr-text-area-editor::-webkit-scrollbar-thumb {
|
|
99
|
+
background: #d2d2d2;
|
|
100
|
+
}
|
|
101
|
+
|
|
90
102
|
.rr-design-box {
|
|
91
103
|
color: #888;
|
|
92
104
|
font-style: italic;
|
|
@@ -435,6 +447,14 @@ All Rights Reserved.
|
|
|
435
447
|
border: none !important;
|
|
436
448
|
box-shadow: none !important;
|
|
437
449
|
}
|
|
450
|
+
|
|
451
|
+
.rr-editable-marker {
|
|
452
|
+
display: none;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
.rr-text[data-editable] span {
|
|
456
|
+
min-width: none;
|
|
457
|
+
}
|
|
438
458
|
}
|
|
439
459
|
|
|
440
460
|
.rr-stack-container {
|
|
@@ -473,6 +493,10 @@ All Rights Reserved.
|
|
|
473
493
|
border: 1px solid #aaa;
|
|
474
494
|
}
|
|
475
495
|
|
|
496
|
+
.rr-text[data-editable] span {
|
|
497
|
+
min-width: 20px;
|
|
498
|
+
}
|
|
499
|
+
|
|
476
500
|
.rr-summary {
|
|
477
501
|
display: table;
|
|
478
502
|
margin: 0;
|