nexabase-report 0.5.13 → 0.5.14
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-CVyxZKQW.js → html2pdf-DAsy0xBV.js} +2 -2
- package/dist/{index-DbpCi5uz.js → index-DxMSxdjv.js} +29065 -29166
- package/dist/{index.es-m9_uegWC.js → index.es-CNldezWh.js} +2 -2
- package/dist/{jspdf.es.min-COMU5-uZ.js → jspdf.es.min-Cm8b-Aiq.js} +1 -1
- package/dist/lib/styles/_designer.css +3 -5
- package/dist/nexabase-report.es.js +1 -1
- package/dist/nexabase-report.umd.js +210 -210
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as Va, d as il } from "./index-
|
|
2
|
-
import { _ as La } from "./jspdf.es.min-
|
|
1
|
+
import { c as Va, d as il } from "./index-DxMSxdjv.js";
|
|
2
|
+
import { _ as La } from "./jspdf.es.min-Cm8b-Aiq.js";
|
|
3
3
|
var fn = {}, cn = {}, cr, vn;
|
|
4
4
|
function Q() {
|
|
5
5
|
if (vn) return cr;
|
|
@@ -7303,7 +7303,7 @@ function wu(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-CNldezWh.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;
|
|
@@ -1608,12 +1608,10 @@
|
|
|
1608
1608
|
}
|
|
1609
1609
|
|
|
1610
1610
|
.nd-scroller {
|
|
1611
|
-
|
|
1611
|
+
position: absolute;
|
|
1612
|
+
inset: 0;
|
|
1612
1613
|
overflow: auto;
|
|
1613
1614
|
padding: 50px;
|
|
1614
|
-
display: flex;
|
|
1615
|
-
justify-content: center;
|
|
1616
|
-
position: relative;
|
|
1617
1615
|
--nd-scale: 1;
|
|
1618
1616
|
}
|
|
1619
1617
|
|
|
@@ -1626,7 +1624,7 @@
|
|
|
1626
1624
|
}
|
|
1627
1625
|
.nd-scroller::-webkit-scrollbar-thumb:hover { background: var(--nd-text-muted); }
|
|
1628
1626
|
|
|
1629
|
-
.nd-page-wrapper {
|
|
1627
|
+
.nd-page-wrapper { width: fit-content; margin: 0 auto; padding-bottom: 100px; }
|
|
1630
1628
|
|
|
1631
1629
|
.nd-page {
|
|
1632
1630
|
background: #fff;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { D as s, N as r, a as t, S as E, b as m, i, r as l, e as o, t as p } from "./index-
|
|
1
|
+
import { D as s, N as r, a as t, S as E, b as m, i, r as l, e as o, t as p } from "./index-DxMSxdjv.js";
|
|
2
2
|
export {
|
|
3
3
|
s as DEFAULT_THEME,
|
|
4
4
|
r as NexaDesignerElement,
|