@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.mjs CHANGED
@@ -1,3 +1,3 @@
1
- import { G as e } from "./src-BsVzeDyL.js";
2
- import { i as t, n, r } from "./docx-B8_OFVgL.js";
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-9D6TfXnD.js";
2
- import { t } from "./xlsx-ClPv4Yee.js";
3
- import { t as n } from "./docx-B8_OFVgL.js";
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-BsVzeDyL.js";
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-BnJxDb1v.js")).createRenderWorker() : new qt(), r), a;
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-BsVzeDyL.js";
2
- import { i as t, n, r } from "./pptx-9D6TfXnD.js";
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 };