nexabase-report 0.4.11 → 0.4.13
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/{html2pdf-ac57KHI-.js → html2pdf-CzEkBYgh.js} +2 -2
- package/dist/{index-DTEqJqaE.js → index-8SpWyFtJ.js} +2288 -2237
- package/dist/{index.es-C-dsqiMd.js → index.es-CBODtOif.js} +2 -2
- package/dist/{jspdf.es.min-DiEesoVB.js → jspdf.es.min-C0sJzBrf.js} +1 -1
- package/dist/lib/styles/_designer.css +12 -6
- package/dist/lib/styles/_viewer.css +12 -6
- package/dist/nexabase-report.es.js +1 -1
- package/dist/nexabase-report.umd.js +120 -120
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as Ke, a as Do } from "./index-
|
|
2
|
-
import { _ as Xa } from "./jspdf.es.min-
|
|
1
|
+
import { c as Ke, a as Do } from "./index-8SpWyFtJ.js";
|
|
2
|
+
import { _ as Xa } from "./jspdf.es.min-C0sJzBrf.js";
|
|
3
3
|
var vt = function(a) {
|
|
4
4
|
return a && a.Math === Math && a;
|
|
5
5
|
}, _ = (
|
|
@@ -7303,7 +7303,7 @@ function(n) {
|
|
|
7303
7303
|
*/
|
|
7304
7304
|
function(n) {
|
|
7305
7305
|
function e() {
|
|
7306
|
-
return (Ht.canvg ? Promise.resolve(Ht.canvg) : import("./index.es-
|
|
7306
|
+
return (Ht.canvg ? Promise.resolve(Ht.canvg) : import("./index.es-CBODtOif.js")).catch(function(r) {
|
|
7307
7307
|
return Promise.reject(new Error("Could not load canvg: " + r));
|
|
7308
7308
|
}).then(function(r) {
|
|
7309
7309
|
return r.default ? r.default : r;
|
|
@@ -2113,9 +2113,12 @@
|
|
|
2113
2113
|
width: 100%;
|
|
2114
2114
|
height: 100%;
|
|
2115
2115
|
border: 1px solid var(--nd-border-strong);
|
|
2116
|
-
background:
|
|
2116
|
+
background: inherit;
|
|
2117
2117
|
overflow: hidden;
|
|
2118
2118
|
border-radius: 2px;
|
|
2119
|
+
font-size: inherit;
|
|
2120
|
+
font-family: inherit;
|
|
2121
|
+
color: inherit;
|
|
2119
2122
|
}
|
|
2120
2123
|
|
|
2121
2124
|
.nd-table-header {
|
|
@@ -2125,12 +2128,14 @@
|
|
|
2125
2128
|
flex-shrink: 0;
|
|
2126
2129
|
}
|
|
2127
2130
|
|
|
2128
|
-
.nd-table-row { display: flex; flex: 1; background:
|
|
2131
|
+
.nd-table-row { display: flex; flex: 1; background: inherit; }
|
|
2129
2132
|
|
|
2130
2133
|
.nd-table-cell {
|
|
2131
2134
|
padding: 4px 8px;
|
|
2132
2135
|
border-right: 1px solid var(--nd-border);
|
|
2133
|
-
font-size:
|
|
2136
|
+
font-size: inherit;
|
|
2137
|
+
font-family: inherit;
|
|
2138
|
+
color: inherit;
|
|
2134
2139
|
white-space: nowrap;
|
|
2135
2140
|
overflow: hidden;
|
|
2136
2141
|
text-overflow: ellipsis;
|
|
@@ -2141,11 +2146,12 @@
|
|
|
2141
2146
|
|
|
2142
2147
|
.nd-table-cell:last-child { border-right: none; }
|
|
2143
2148
|
|
|
2144
|
-
.nd-table-cell.head { font-weight: 600; color:
|
|
2149
|
+
.nd-table-cell.head { font-weight: 600; color: inherit; background: #f8fafc; }
|
|
2145
2150
|
|
|
2146
2151
|
.nd-table-cell.body {
|
|
2147
|
-
color:
|
|
2148
|
-
|
|
2152
|
+
color: inherit;
|
|
2153
|
+
opacity: 0.8;
|
|
2154
|
+
font-family: inherit;
|
|
2149
2155
|
font-style: italic;
|
|
2150
2156
|
}
|
|
2151
2157
|
|
|
@@ -6,7 +6,9 @@
|
|
|
6
6
|
.nexa-table {
|
|
7
7
|
width: 100%;
|
|
8
8
|
border-collapse: collapse;
|
|
9
|
-
font-size:
|
|
9
|
+
font-size: inherit;
|
|
10
|
+
font-family: inherit;
|
|
11
|
+
color: inherit;
|
|
10
12
|
}
|
|
11
13
|
|
|
12
14
|
.nexa-table thead tr {
|
|
@@ -17,7 +19,9 @@
|
|
|
17
19
|
.nexa-table th {
|
|
18
20
|
padding: 6px 8px;
|
|
19
21
|
font-weight: 600;
|
|
20
|
-
color:
|
|
22
|
+
color: inherit;
|
|
23
|
+
font-size: inherit;
|
|
24
|
+
font-family: inherit;
|
|
21
25
|
text-align: left;
|
|
22
26
|
border-right: 1px solid var(--nd-border, #e2e8f0);
|
|
23
27
|
}
|
|
@@ -28,7 +32,9 @@
|
|
|
28
32
|
padding: 5px 8px;
|
|
29
33
|
border-right: 1px solid var(--nd-border, #e2e8f0);
|
|
30
34
|
border-bottom: 1px solid var(--nd-border, #e2e8f0);
|
|
31
|
-
color:
|
|
35
|
+
color: inherit;
|
|
36
|
+
font-size: inherit;
|
|
37
|
+
font-family: inherit;
|
|
32
38
|
}
|
|
33
39
|
|
|
34
40
|
.nexa-table td:last-child { border-right: none; }
|
|
@@ -47,15 +53,15 @@
|
|
|
47
53
|
.nexa-table-group-header td {
|
|
48
54
|
font-weight: 700;
|
|
49
55
|
background: #e0e7ff;
|
|
50
|
-
color:
|
|
51
|
-
font-size:
|
|
56
|
+
color: inherit;
|
|
57
|
+
font-size: 1.1em;
|
|
52
58
|
padding: 4px 8px;
|
|
53
59
|
}
|
|
54
60
|
|
|
55
61
|
.nexa-table-group-footer td {
|
|
56
62
|
font-weight: 600;
|
|
57
63
|
background: #f1f5f9;
|
|
58
|
-
color:
|
|
64
|
+
color: inherit;
|
|
59
65
|
border-top: 1px solid #cbd5e1;
|
|
60
66
|
}
|
|
61
67
|
|