nexabase-report 0.4.0 → 0.4.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/README.md +4 -4
- package/dist/html2canvas.esm-d2sM-0Wm.js +4870 -0
- package/dist/html2pdf-XQIhgwA3.js +9114 -0
- package/dist/{index-EE5FdcwR.js → index-B4_lMjQk.js} +17527 -17458
- package/dist/{index.es-Dlgpv5Mf.js → index.es-B_gGRcDx.js} +2 -2
- package/dist/{jspdf.es.min-CEYFDnSg.js → jspdf.es.min-mT1QZWJO.js} +3 -2
- package/dist/nexabase-report.es.js +1 -1
- package/dist/nexabase-report.umd.js +225 -217
- package/docs/PUBLISHING.md +17 -17
- package/docs/guide/designer.md +130 -0
- package/docs/guide/getting-started.md +179 -0
- package/docs/guide/quick-start.md +170 -0
- package/docs/guide/viewer.md +199 -0
- package/docs/index.md +65 -0
- package/package.json +20 -17
- package/dist/html2canvas-CIl29z_V.js +0 -26
- package/dist/html2canvas-DrQHzW4S.js +0 -4877
- package/dist/html2pdf-CqVUYxiC.js +0 -4242
|
@@ -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-B4_lMjQk.js";
|
|
2
|
+
import { _ as Xa } from "./jspdf.es.min-mT1QZWJO.js";
|
|
3
3
|
var vt = function(a) {
|
|
4
4
|
return a && a.Math === Math && a;
|
|
5
5
|
}, _ = (
|
|
@@ -141,6 +141,7 @@ var Pl = /* @__PURE__ */ Qr(On, 9, 0), kl = /* @__PURE__ */ Qr(On, 9, 1), Fl = /
|
|
|
141
141
|
"stream finished",
|
|
142
142
|
"no stream handler",
|
|
143
143
|
,
|
|
144
|
+
// determined by compression function
|
|
144
145
|
"no callback",
|
|
145
146
|
"invalid UTF-8 data",
|
|
146
147
|
"extra field too long",
|
|
@@ -4180,7 +4181,7 @@ function(n) {
|
|
|
4180
4181
|
}, n.loadImageFile = n.loadFile;
|
|
4181
4182
|
}(Rt.API), function(n) {
|
|
4182
4183
|
function e() {
|
|
4183
|
-
return (Ht.html2canvas ? Promise.resolve(Ht.html2canvas) : import("./html2canvas-
|
|
4184
|
+
return (Ht.html2canvas ? Promise.resolve(Ht.html2canvas) : import("./html2canvas.esm-d2sM-0Wm.js")).catch(function(c) {
|
|
4184
4185
|
return Promise.reject(new Error("Could not load html2canvas: " + c));
|
|
4185
4186
|
}).then(function(c) {
|
|
4186
4187
|
return c.default ? c.default : c;
|
|
@@ -7302,7 +7303,7 @@ function(n) {
|
|
|
7302
7303
|
*/
|
|
7303
7304
|
function(n) {
|
|
7304
7305
|
function e() {
|
|
7305
|
-
return (Ht.canvg ? Promise.resolve(Ht.canvg) : import("./index.es-
|
|
7306
|
+
return (Ht.canvg ? Promise.resolve(Ht.canvg) : import("./index.es-B_gGRcDx.js")).catch(function(r) {
|
|
7306
7307
|
return Promise.reject(new Error("Could not load canvg: " + r));
|
|
7307
7308
|
}).then(function(r) {
|
|
7308
7309
|
return r.default ? r.default : r;
|