nexabase-report 0.1.6 → 0.2.0
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/{html2canvas-C6NW7TDZ.js → html2canvas-DeDxn_1B.js} +2 -2
- package/dist/{html2canvas-DnLy7Bvt.js → html2canvas-JyIFSCoX.js} +1 -1
- package/dist/{html2pdf-CE-MkL8X.js → html2pdf-Ns6I-qbl.js} +3 -3
- package/dist/{index-82W7YhuN.js → index-DGgZte1M.js} +5631 -5624
- package/dist/{index.es-Dwx39Zhh.js → index.es-m--eTKUr.js} +2 -2
- package/dist/{jspdf.es.min-BrmVrj1R.js → jspdf.es.min-BDbMkhon.js} +2 -2
- package/dist/nexabase-report.es.js +1 -1
- package/dist/nexabase-report.umd.js +85 -85
- package/examples/report-anexo-factura.json +74 -0
- package/examples/rh_logo.png +0 -0
- 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-DGgZte1M.js";
|
|
2
|
+
import { _ as Xa } from "./jspdf.es.min-BDbMkhon.js";
|
|
3
3
|
var vt = function(a) {
|
|
4
4
|
return a && a.Math === Math && a;
|
|
5
5
|
}, _ = (
|
|
@@ -4180,7 +4180,7 @@ function(n) {
|
|
|
4180
4180
|
}, n.loadImageFile = n.loadFile;
|
|
4181
4181
|
}(Rt.API), function(n) {
|
|
4182
4182
|
function e() {
|
|
4183
|
-
return (Ht.html2canvas ? Promise.resolve(Ht.html2canvas) : import("./html2canvas-
|
|
4183
|
+
return (Ht.html2canvas ? Promise.resolve(Ht.html2canvas) : import("./html2canvas-DeDxn_1B.js").then((c) => c.h)).catch(function(c) {
|
|
4184
4184
|
return Promise.reject(new Error("Could not load html2canvas: " + c));
|
|
4185
4185
|
}).then(function(c) {
|
|
4186
4186
|
return c.default ? c.default : c;
|
|
@@ -7302,7 +7302,7 @@ function(n) {
|
|
|
7302
7302
|
*/
|
|
7303
7303
|
function(n) {
|
|
7304
7304
|
function e() {
|
|
7305
|
-
return (Ht.canvg ? Promise.resolve(Ht.canvg) : import("./index.es-
|
|
7305
|
+
return (Ht.canvg ? Promise.resolve(Ht.canvg) : import("./index.es-m--eTKUr.js")).catch(function(r) {
|
|
7306
7306
|
return Promise.reject(new Error("Could not load canvg: " + r));
|
|
7307
7307
|
}).then(function(r) {
|
|
7308
7308
|
return r.default ? r.default : r;
|