nexabase-report 0.3.0 → 0.3.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 +4 -4
- package/dist/{html2canvas-Cyaj-wj-.js → html2canvas-OS3QNo3J.js} +2 -2
- package/dist/{html2canvas-Dxt9O3_f.js → html2canvas-PXHaohUp.js} +1 -1
- package/dist/{html2pdf-ChLbdK-F.js → html2pdf-hgaCZ6lQ.js} +3 -3
- package/dist/{index-WXx32NMF.js → index-DGMS37uu.js} +14596 -14537
- package/dist/{index.es-DFPmbBml.js → index.es-0l4FLy5P.js} +2 -2
- package/dist/{jspdf.es.min-HvNQriJ1.js → jspdf.es.min-G4HnA2xa.js} +2 -2
- package/dist/nexabase-report.es.js +1 -1
- package/dist/nexabase-report.umd.js +141 -141
- package/docs/PUBLISHING.md +4 -4
- 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 +1 -1
package/docs/PUBLISHING.md
CHANGED
|
@@ -113,12 +113,12 @@ npm publish --registry=http://localhost:4873
|
|
|
113
113
|
Una vez publicado en npm, automáticamente disponible en:
|
|
114
114
|
|
|
115
115
|
```html
|
|
116
|
-
<!-- jsDelivr (recomendado,
|
|
117
|
-
<script src="https://cdn.jsdelivr.net/npm/nexabase-report
|
|
118
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/nexabase-report
|
|
116
|
+
<!-- jsDelivr (recomendado, latest tag) -->
|
|
117
|
+
<script src="https://cdn.jsdelivr.net/npm/nexabase-report/dist/nexabase-report.umd.js"></script>
|
|
118
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/nexabase-report/dist/style.css">
|
|
119
119
|
|
|
120
120
|
<!-- unpkg -->
|
|
121
|
-
<script src="https://unpkg.com/nexabase-report
|
|
121
|
+
<script src="https://unpkg.com/nexabase-report/dist/nexabase-report.umd.js"></script>
|
|
122
122
|
|
|
123
123
|
<!-- Uso -->
|
|
124
124
|
<script>
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
private async Task ExportExcel() => await JS.InvokeVoidAsync("nexaReportExportExcel", "viewer");
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
<script src="https://cdn.jsdelivr.net/npm/nexabase-report
|
|
44
|
+
<script src="https://cdn.jsdelivr.net/npm/nexabase-report/dist/nexabase-report.umd.js"></script>
|
|
45
45
|
<script>
|
|
46
46
|
window.nexaReportRender = function(id, def, data) {
|
|
47
47
|
if (!window._nexaReg) { NexaReport.registerNexaReport(); window._nexaReg = true; }
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
<base href="/" />
|
|
7
7
|
<ImportMap />
|
|
8
8
|
<link rel="icon" type="image/png" href="favicon.png" />
|
|
9
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/nexabase-report
|
|
9
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/nexabase-report/dist/style.css" />
|
|
10
10
|
<HeadOutlet />
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
|
13
13
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
|
14
|
-
<script src="https://cdn.jsdelivr.net/npm/nexabase-report
|
|
14
|
+
<script src="https://cdn.jsdelivr.net/npm/nexabase-report/dist/nexabase-report.umd.js"></script>
|
|
15
15
|
<Routes />
|
|
16
16
|
<ReconnectModal />
|
|
17
17
|
<script src="_framework/blazor.web.js"></script>
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
</div>
|
|
8
8
|
|
|
9
9
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
|
10
|
-
<script src="https://cdn.jsdelivr.net/npm/nexabase-report
|
|
10
|
+
<script src="https://cdn.jsdelivr.net/npm/nexabase-report/dist/nexabase-report.umd.js"></script>
|
|
11
11
|
<script>
|
|
12
12
|
$.getJSON('factura_de_recolección_de_residuos.json', function(definition) {
|
|
13
13
|
var residuos = [];
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
6
|
<title>Reporte - Ejemplo jQuery + nexabase-report</title>
|
|
7
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/nexabase-report
|
|
7
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/nexabase-report/dist/style.css">
|
|
8
8
|
<style>
|
|
9
9
|
body { font-family: system-ui, sans-serif; margin: 20px; background: #f9fafb; }
|
|
10
10
|
.report-container { height: 800px; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; background: white; }
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
Los datos de factura e items son construidos dinámicamente en el cliente.
|
|
34
34
|
</div>
|
|
35
35
|
|
|
36
|
-
<script src="https://cdn.jsdelivr.net/npm/nexabase-report
|
|
36
|
+
<script src="https://cdn.jsdelivr.net/npm/nexabase-report/dist/nexabase-report.umd.js"></script>
|
|
37
37
|
<script>
|
|
38
38
|
$(function() {
|
|
39
39
|
// Registrar el custom element una vez
|
package/examples/viewer.html
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
</div>
|
|
29
29
|
|
|
30
30
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
|
31
|
-
<script src="https://cdn.jsdelivr.net/npm/nexabase-report
|
|
31
|
+
<script src="https://cdn.jsdelivr.net/npm/nexabase-report/dist/nexabase-report.umd.js"></script>
|
|
32
32
|
<script>
|
|
33
33
|
$(function() {
|
|
34
34
|
$.getJSON('factura_de_recolección_de_residuos.json', function(definition) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexabase-report",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "Professional report designer and viewer for NexaBase — drag & drop designer, PDF/Excel export, charts, crosstabs, subreports.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "NexaBase Team",
|