@silurus/ooxml 0.60.1 → 0.61.0
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-DcHz7cyz.js +2140 -0
- package/dist/docx.mjs +1 -1
- package/dist/index.mjs +2 -2
- package/dist/{pptx-CcRBxO-i.js → pptx-XdCbndbT.js} +2 -2
- package/dist/pptx.mjs +1 -1
- package/dist/render-worker-host-BbPdLKW3.js +27 -0
- package/dist/{render-worker-host-qS8zOCxE.js → render-worker-host-CZI8tWId.js} +1 -1
- package/dist/types/docx.d.ts +4 -0
- package/dist/types/index.d.ts +4 -0
- package/package.json +1 -1
- package/dist/docx-B4CmtwJQ.js +0 -2100
- package/dist/render-worker-host-CChgqx5o.js +0 -27
package/dist/docx.mjs
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as e } from "./pptx-
|
|
1
|
+
import { t as e } from "./pptx-XdCbndbT.js";
|
|
2
2
|
import { t } from "./xlsx-B8GnK1Ad.js";
|
|
3
|
-
import { t as n } from "./docx-
|
|
3
|
+
import { t as n } from "./docx-DcHz7cyz.js";
|
|
4
4
|
export { n as docx, e as pptx, t as xlsx };
|
|
@@ -509,7 +509,7 @@ function Me(e, t, r, a = "#000000", o, s = {
|
|
|
509
509
|
"bordercallout1",
|
|
510
510
|
"accentcallout1",
|
|
511
511
|
"accentbordercallout1"
|
|
512
|
-
]), x = !t.custGeom &&
|
|
512
|
+
]), x = !t.custGeom && n(g), S = (e, n) => {
|
|
513
513
|
let a = n ?? v, o = n ? null : t.stroke ? () => {
|
|
514
514
|
X(e, t.stroke, r), e.stroke();
|
|
515
515
|
} : null, s = () => Ae(e);
|
|
@@ -1610,7 +1610,7 @@ var Tt = "data:application/wasm;base64,AGFzbQEAAAAB8gIwYAJ/fwBgAn9/AX9gA39/fwBgA
|
|
|
1610
1610
|
static async load(t, n = {}) {
|
|
1611
1611
|
let r = n.mode ?? "main";
|
|
1612
1612
|
if (r === "worker" && (typeof Worker > "u" || typeof OffscreenCanvas > "u")) throw Error("mode: 'worker' requires Worker and OffscreenCanvas support");
|
|
1613
|
-
let i = new e(r === "worker" ? (await import("./render-worker-host-
|
|
1613
|
+
let i = new e(r === "worker" ? (await import("./render-worker-host-CZI8tWId.js")).createRenderWorker() : new wt(), r), a;
|
|
1614
1614
|
if (typeof t == "string") {
|
|
1615
1615
|
let e = await fetch(t);
|
|
1616
1616
|
if (!e.ok) throw Error(`Failed to fetch: ${e.status} ${e.statusText}`);
|
package/dist/pptx.mjs
CHANGED