nexabase-report 0.28.40 → 0.28.49
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/{generated-BIdKRDqj.js → generated-BJ_UpWRr.js} +69 -0
- package/dist/{html2pdf-BYDqIM8C.js → html2pdf-CN5Bea9j.js} +2 -2
- package/dist/{index-CxsyeL9A.js → index-CNxyint1.js} +30644 -30510
- package/dist/{index.es-C0WS8lGz.js → index.es-DTqgXQcB.js} +2 -2
- package/dist/{jspdf.es.min-ySuRghn4.js → jspdf.es.min-Cvx4ls2L.js} +1 -1
- package/dist/lib/styles/_designer.css +15 -0
- package/dist/nexabase-report.es.js +1 -1
- package/dist/nexabase-report.umd.js +320 -258
- package/dist/{pptxgen.es-fxpXrCF0.js → pptxgen.es-B-m84vNS.js} +1 -1
- package/docs/EXTERNAL_INTEGRATION.md +35 -14
- package/docs/PUBLISHING.md +27 -10
- package/docs/guide/getting-started.md +24 -2
- package/docs/guide/quick-start.md +43 -4
- package/docs/guide/viewer.md +48 -12
- package/docs/index.md +21 -7
- package/examples/integration/integration-jquery.html +23 -2
- package/examples/viewer.html +13 -1
- package/package.json +3 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as Va, d as il } from "./index-
|
|
2
|
-
import { _ as La } from "./jspdf.es.min-
|
|
1
|
+
import { c as Va, d as il } from "./index-CNxyint1.js";
|
|
2
|
+
import { _ as La } from "./jspdf.es.min-Cvx4ls2L.js";
|
|
3
3
|
var fn = {}, cn = {}, cr, vn;
|
|
4
4
|
function Q() {
|
|
5
5
|
if (vn) return cr;
|
|
@@ -7303,7 +7303,7 @@ function wu(n) {
|
|
|
7303
7303
|
*/
|
|
7304
7304
|
(function(n) {
|
|
7305
7305
|
function e() {
|
|
7306
|
-
return (Ht.canvg ? Promise.resolve(Ht.canvg) : import("./index.es-
|
|
7306
|
+
return (Ht.canvg ? Promise.resolve(Ht.canvg) : import("./index.es-DTqgXQcB.js")).catch((function(r) {
|
|
7307
7307
|
return Promise.reject(new Error("Could not load canvg: " + r));
|
|
7308
7308
|
})).then((function(r) {
|
|
7309
7309
|
return r.default ? r.default : r;
|
|
@@ -2929,6 +2929,7 @@
|
|
|
2929
2929
|
font-family: ui-monospace, Consolas, monospace;
|
|
2930
2930
|
}
|
|
2931
2931
|
.nd-help-content pre {
|
|
2932
|
+
position: relative;
|
|
2932
2933
|
background: #0f172a;
|
|
2933
2934
|
color: #e2e8f0;
|
|
2934
2935
|
padding: 12px 14px;
|
|
@@ -2937,6 +2938,20 @@
|
|
|
2937
2938
|
margin: 0 0 14px;
|
|
2938
2939
|
}
|
|
2939
2940
|
.nd-help-content pre code { background: none; color: inherit; padding: 0; }
|
|
2941
|
+
.nd-help-copy-btn {
|
|
2942
|
+
position: absolute;
|
|
2943
|
+
top: 8px;
|
|
2944
|
+
right: 8px;
|
|
2945
|
+
padding: 3px 9px;
|
|
2946
|
+
font-size: 11px;
|
|
2947
|
+
font-family: inherit;
|
|
2948
|
+
color: #e2e8f0;
|
|
2949
|
+
background: rgba(255, 255, 255, 0.1);
|
|
2950
|
+
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
2951
|
+
border-radius: 5px;
|
|
2952
|
+
cursor: pointer;
|
|
2953
|
+
}
|
|
2954
|
+
.nd-help-copy-btn:hover { background: rgba(255, 255, 255, 0.2); }
|
|
2940
2955
|
.nd-help-content table {
|
|
2941
2956
|
width: 100%;
|
|
2942
2957
|
border-collapse: collapse;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { D as s, N as r, a as t, S as E, b as m, i, r as l, e as o, t as p } from "./index-
|
|
1
|
+
import { D as s, N as r, a as t, S as E, b as m, i, r as l, e as o, t as p } from "./index-CNxyint1.js";
|
|
2
2
|
export {
|
|
3
3
|
s as DEFAULT_THEME,
|
|
4
4
|
r as NexaDesignerElement,
|