@silurus/ooxml 0.65.0 → 0.66.1
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/dist/docx-BfmPyKWJ.js +2999 -0
- package/dist/docx.mjs +2 -2
- package/dist/index.mjs +3 -3
- package/dist/{pptx-9D6TfXnD.js → pptx-GygKVlSS.js} +2 -2
- package/dist/pptx.mjs +2 -2
- package/dist/render-worker-host-4IbvpiUo.js +27 -0
- package/dist/render-worker-host-BdfGz_ou.js +27 -0
- package/dist/render-worker-host-DQ6bkQ0n.js +27 -0
- package/dist/{src-BsVzeDyL.js → src-LzMutzSd.js} +1381 -698
- package/dist/types/docx.d.ts +23 -0
- package/dist/types/index.d.ts +23 -0
- package/dist/{xlsx-ClPv4Yee.js → xlsx-CO8NBW79.js} +3 -3
- package/dist/xlsx.mjs +2 -2
- package/package.json +1 -1
- package/dist/docx-B8_OFVgL.js +0 -2901
- package/dist/render-worker-host-BnJxDb1v.js +0 -27
- package/dist/render-worker-host-CVCsSH1k.js +0 -27
- package/dist/render-worker-host-DpvAEegl.js +0 -27
package/dist/docx.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { G as e } from "./src-
|
|
2
|
-
import { i as t, n, r } from "./docx-
|
|
1
|
+
import { G as e } from "./src-LzMutzSd.js";
|
|
2
|
+
import { i as t, n, r } from "./docx-BfmPyKWJ.js";
|
|
3
3
|
export { t as DocxDocument, r as DocxViewer, e as autoResize, n as noteText };
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as e } from "./pptx-
|
|
2
|
-
import { t } from "./xlsx-
|
|
3
|
-
import { t as n } from "./docx-
|
|
1
|
+
import { t as e } from "./pptx-GygKVlSS.js";
|
|
2
|
+
import { t } from "./xlsx-CO8NBW79.js";
|
|
3
|
+
import { t as n } from "./docx-BfmPyKWJ.js";
|
|
4
4
|
export { n as docx, e as pptx, t as xlsx };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as e, B as t, C as n, D as r, E as i, F as a, G as o, H as s, I as c, K as l, L as u, M as d, N as f, O as p, P as m, Q as h, R as g, S as _, T as v, U as y, V as b, W as x, X as S, Y as C, Z as w, _ as T, at as E, ct as D, d as O, dt as k, et as A, ft as j, g as M, i as N, it as P, j as F, k as I, m as L, n as R, o as z, ot as ee, q as B, r as V, rt as H, s as U, st as W, t as te, tt as G, u as ne, ut as re, v as K, w as ie, x as ae, y as oe, z as se } from "./src-
|
|
1
|
+
import { A as e, B as t, C as n, D as r, E as i, F as a, G as o, H as s, I as c, K as l, L as u, M as d, N as f, O as p, P as m, Q as h, R as g, S as _, T as v, U as y, V as b, W as x, X as S, Y as C, Z as w, _ as T, at as E, ct as D, d as O, dt as k, et as A, ft as j, g as M, i as N, it as P, j as F, k as I, m as L, n as R, o as z, ot as ee, q as B, r as V, rt as H, s as U, st as W, t as te, tt as G, u as ne, ut as re, v as K, w as ie, x as ae, y as oe, z as se } from "./src-LzMutzSd.js";
|
|
2
2
|
import { t as ce } from "./mathjax-Q1s8_eMq.js";
|
|
3
3
|
//#region packages/pptx/src/types.ts
|
|
4
4
|
function le(e) {
|
|
@@ -1793,7 +1793,7 @@ var Jt = "data:application/wasm;base64,AGFzbQEAAAAB9AIwYAJ/fwBgAn9/AX9gA39/fwBgA
|
|
|
1793
1793
|
static async load(t, n = {}) {
|
|
1794
1794
|
let r = n.mode ?? "main";
|
|
1795
1795
|
if (r === "worker" && (typeof Worker > "u" || typeof OffscreenCanvas > "u")) throw Error("mode: 'worker' requires Worker and OffscreenCanvas support");
|
|
1796
|
-
let i = new e(r === "worker" ? (await import("./render-worker-host-
|
|
1796
|
+
let i = new e(r === "worker" ? (await import("./render-worker-host-BdfGz_ou.js")).createRenderWorker() : new qt(), r), a;
|
|
1797
1797
|
if (typeof t == "string") {
|
|
1798
1798
|
let e = await fetch(t);
|
|
1799
1799
|
if (!e.ok) throw Error(`Failed to fetch: ${e.status} ${e.statusText}`);
|
package/dist/pptx.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { G as e } from "./src-
|
|
2
|
-
import { i as t, n, r } from "./pptx-
|
|
1
|
+
import { G as e } from "./src-LzMutzSd.js";
|
|
2
|
+
import { i as t, n, r } from "./pptx-GygKVlSS.js";
|
|
3
3
|
export { r as PptxPresentation, n as PptxViewer, e as autoResize, t as renderSlide };
|