nexabase-report 0.28.7 → 0.28.11
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/NEXAREPORT.md +3 -3
- package/dist/{html2pdf-Cqwtmhg2.js → html2pdf-BbaKkiaF.js} +2 -2
- package/dist/{index-CbeX1DRC.js → index-BnfAMRjR.js} +36074 -36206
- package/dist/{index.es-hcXQwKwC.js → index.es-CFr2fVks.js} +2 -2
- package/dist/{jspdf.es.min-CRu7jxNm.js → jspdf.es.min-CiHN6K-J.js} +1 -1
- package/dist/nexabase-report.es.js +1 -1
- package/dist/nexabase-report.umd.js +283 -288
- package/dist/{pptxgen.es-DgWoEfAr.js → pptxgen.es-CKJ3lCVs.js} +1 -1
- package/package.json +1 -1
package/NEXAREPORT.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!-- nexabase-report@0.28.
|
|
1
|
+
<!-- nexabase-report@0.28.11 — generado por scripts/gen-ai-context.mjs, no editar a mano -->
|
|
2
2
|
# NexaReport — referencia para agentes de IA
|
|
3
3
|
|
|
4
4
|
> Este archivo se genera desde los tipos TypeScript reales del paquete (`src/lib/types/report.ts`
|
|
@@ -281,10 +281,10 @@ El schema formal completo (todas las interfaces, no solo bandas/elementos) está
|
|
|
281
281
|
`nexabase-report/schema`, así que es accesible sin instalar nada vía:
|
|
282
282
|
|
|
283
283
|
```
|
|
284
|
-
https://unpkg.com/nexabase-report@0.28.
|
|
284
|
+
https://unpkg.com/nexabase-report@0.28.11/schema/nexareport.schema.json
|
|
285
285
|
```
|
|
286
286
|
|
|
287
|
-
(cambia `@0.28.
|
|
287
|
+
(cambia `@0.28.11` por `@latest` para la versión más reciente). Valida el JSON generado
|
|
288
288
|
contra ese schema antes de darlo por bueno — evita que un campo inventado llegue al usuario.
|
|
289
289
|
|
|
290
290
|
Más ejemplos reales (subreportes, crosstab, master-detail, códigos de barras) en `examples/*.json`
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as Nl, c as ut, d as Vl } from "./index-
|
|
2
|
-
import { j as Xl } from "./jspdf.es.min-
|
|
1
|
+
import { g as Nl, c as ut, d as Vl } from "./index-BnfAMRjR.js";
|
|
2
|
+
import { j as Xl } from "./jspdf.es.min-CiHN6K-J.js";
|
|
3
3
|
function Jl(Pe, br) {
|
|
4
4
|
for (var fe = 0; fe < br.length; fe++) {
|
|
5
5
|
const HA = br[fe];
|