nexabase-report 0.3.2 → 0.4.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/README.md +4 -4
- package/dist/{html2canvas-AtLyXWtP.js → html2canvas-CIl29z_V.js} +2 -2
- package/dist/{html2canvas-B37RfnAd.js → html2canvas-DrQHzW4S.js} +1 -1
- package/dist/{html2pdf-MO-8nuYw.js → html2pdf-CqVUYxiC.js} +3 -3
- package/dist/{index-DLc-dsvr.js → index-EE5FdcwR.js} +18769 -18689
- package/dist/{index.es-CEDOM-ff.js → index.es-Dlgpv5Mf.js} +2 -2
- package/dist/{jspdf.es.min-P9H2mKOY.js → jspdf.es.min-CEYFDnSg.js} +2 -2
- package/dist/lib/styles/_designer.css +1 -0
- package/dist/nexabase-report.es.js +1 -1
- package/dist/nexabase-report.umd.js +132 -132
- package/docs/PUBLISHING.md +4 -4
- package/docs/VIEWER_API.md +1 -0
- package/examples/BlazorServer/Pages/FacturaReport.razor +1 -1
- package/examples/blazor-report/Components/App.razor +2 -2
- package/examples/blazor-report/Components/Pages/Factura.razor +1 -1
- package/examples/integration/integration-jquery.html +2 -2
- package/examples/viewer.html +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -60,12 +60,12 @@ import 'nexabase-report/style.css';
|
|
|
60
60
|
<!DOCTYPE html>
|
|
61
61
|
<html>
|
|
62
62
|
<head>
|
|
63
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/nexabase-report
|
|
63
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/nexabase-report/dist/style.css">
|
|
64
64
|
</head>
|
|
65
65
|
<body>
|
|
66
66
|
<nexa-viewer id="viewer" minimal></nexa-viewer>
|
|
67
67
|
|
|
68
|
-
<script src="https://cdn.jsdelivr.net/npm/nexabase-report
|
|
68
|
+
<script src="https://cdn.jsdelivr.net/npm/nexabase-report/dist/nexabase-report.umd.js"></script>
|
|
69
69
|
<script>
|
|
70
70
|
NexaReport.registerNexaReport();
|
|
71
71
|
|
|
@@ -558,8 +558,8 @@ npm publish --access public
|
|
|
558
558
|
CDN automático:
|
|
559
559
|
|
|
560
560
|
```html
|
|
561
|
-
<script src="https://cdn.jsdelivr.net/npm/nexabase-report
|
|
562
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/nexabase-report
|
|
561
|
+
<script src="https://cdn.jsdelivr.net/npm/nexabase-report/dist/nexabase-report.umd.js"></script>
|
|
562
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/nexabase-report/dist/style.css">
|
|
563
563
|
```
|
|
564
564
|
|
|
565
565
|
Ver [`docs/PUBLISHING.md`](docs/PUBLISHING.md) para CI/CD y registro privado.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as c } from "./index-
|
|
2
|
-
import { r as f } from "./html2canvas-
|
|
1
|
+
import { a as c } from "./index-EE5FdcwR.js";
|
|
2
|
+
import { r as f } from "./html2canvas-DrQHzW4S.js";
|
|
3
3
|
function l(r, n) {
|
|
4
4
|
for (var o = 0; o < n.length; o++) {
|
|
5
5
|
const e = n[o];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { g as De, a as Ke, c as Te } from "./index-
|
|
2
|
-
import { j as Ge } from "./jspdf.es.min-
|
|
3
|
-
import { r as Be } from "./html2canvas-
|
|
1
|
+
import { g as De, a as Ke, c as Te } from "./index-EE5FdcwR.js";
|
|
2
|
+
import { j as Ge } from "./jspdf.es.min-CEYFDnSg.js";
|
|
3
|
+
import { r as Be } from "./html2canvas-DrQHzW4S.js";
|
|
4
4
|
function Ue(ge, we) {
|
|
5
5
|
for (var me = 0; me < we.length; me++) {
|
|
6
6
|
const ce = we[me];
|