nexabase-report 0.2.1 → 0.2.3
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 +12 -0
- package/dist/{html2canvas-B-tAhudp.js → html2canvas-lgGzgSKy.js} +2 -2
- package/dist/{html2canvas-DzGPejdJ.js → html2canvas-xaUg0sZY.js} +1 -1
- package/dist/{html2pdf-DKyKa-Ei.js → html2pdf-BaxxmOjO.js} +3 -3
- package/dist/{index-3RAwseHQ.js → index-BjDXUsdw.js} +68722 -68571
- package/dist/{index.es-CKVR7NaR.js → index.es-D4FSgTc5.js} +2 -2
- package/dist/{jspdf.es.min-JIgjvvpV.js → jspdf.es.min-h5IBy_7w.js} +2 -2
- package/dist/nexabase-report.es.js +1 -1
- package/dist/nexabase-report.umd.js +212 -212
- package/dist/style.css +61 -0
- package/examples/AnexoFactura.pdf +0 -0
- package/examples/factura_de_recolecci/303/263n_de_residuos.json +528 -0
- package/examples/integration-angular.html +99 -0
- package/examples/integration-api.html +80 -0
- package/examples/integration-react.html +80 -0
- package/examples/integration-vanilla.html +66 -0
- package/examples/integration-vue.html +85 -0
- package/examples/report-factura-residuos.json +2 -1
- package/package.json +13 -3
package/README.md
CHANGED
|
@@ -323,6 +323,18 @@ Verifica que `dataSource` en la definición del reporte coincida con el alias de
|
|
|
323
323
|
|
|
324
324
|
---
|
|
325
325
|
|
|
326
|
+
## Ejemplos de integración
|
|
327
|
+
|
|
328
|
+
Puedes abrir estos archivos HTML directamente en tu navegador (requiere `npm run build` primero):
|
|
329
|
+
|
|
330
|
+
| Archivo | Framework | Descripción |
|
|
331
|
+
|---------|-----------|-------------|
|
|
332
|
+
| [HTML puro](examples/integration-vanilla.html) | Ninguno | Carga inline con UMD bundle |
|
|
333
|
+
| [Vue 3](examples/integration-vue.html) | Vue 3 (CDN) | Integración con Vue via CDN |
|
|
334
|
+
| [React](examples/integration-react.html) | React 18 (CDN) | Integración con React via CDN |
|
|
335
|
+
| [Angular](examples/integration-angular.html) | Angular 18 (CDN) | Integración con Angular via CDN |
|
|
336
|
+
| [Carga desde API](examples/integration-api.html) | Ninguno | Carga dinámica desde URL |
|
|
337
|
+
|
|
326
338
|
## Documentación adicional
|
|
327
339
|
|
|
328
340
|
- [API del Viewer](docs/VIEWER_API.md)
|
|
@@ -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-BjDXUsdw.js";
|
|
2
|
+
import { r as f } from "./html2canvas-xaUg0sZY.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-BjDXUsdw.js";
|
|
2
|
+
import { j as Ge } from "./jspdf.es.min-h5IBy_7w.js";
|
|
3
|
+
import { r as Be } from "./html2canvas-xaUg0sZY.js";
|
|
4
4
|
function Ue(ge, we) {
|
|
5
5
|
for (var me = 0; me < we.length; me++) {
|
|
6
6
|
const ce = we[me];
|