@silurus/ooxml 0.64.0 → 0.64.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-bm_nejFi.js → docx-CYWZ0ngf.js} +368 -372
- package/dist/docx.mjs +2 -2
- package/dist/index.mjs +3 -3
- package/dist/{pptx-BMkeLNP-.js → pptx-N97zm9pT.js} +455 -432
- package/dist/pptx.mjs +2 -2
- package/dist/{render-worker-host-j-N9SY-5.js → render-worker-host-Cle0Hnjr.js} +1 -1
- package/dist/{render-worker-host-CpdJg0Em.js → render-worker-host-DCQ7z8jC.js} +1 -1
- package/dist/{src-DaB2HHXH.js → src-D-GPkjc_.js} +14 -1
- package/dist/{xlsx-D8CS3kbR.js → xlsx-C89e1hC-.js} +203 -203
- package/dist/xlsx.mjs +2 -2
- package/package.json +1 -1
|
@@ -30177,4 +30177,17 @@ function Tr(e, t, n = {}) {
|
|
|
30177
30177
|
};
|
|
30178
30178
|
}
|
|
30179
30179
|
//#endregion
|
|
30180
|
-
|
|
30180
|
+
//#region packages/core/src/text/justify-draw.ts
|
|
30181
|
+
function Er(e, t, n, r) {
|
|
30182
|
+
let i = [], a = 0, o = 0;
|
|
30183
|
+
for (let s of t) i.push({
|
|
30184
|
+
text: e.slice(a, s).join(""),
|
|
30185
|
+
dx: r(e.slice(0, a).join("")) + o * n
|
|
30186
|
+
}), a = s, o++;
|
|
30187
|
+
return i.push({
|
|
30188
|
+
text: e.slice(a).join(""),
|
|
30189
|
+
dx: r(e.slice(0, a).join("")) + o * n
|
|
30190
|
+
}), i;
|
|
30191
|
+
}
|
|
30192
|
+
//#endregion
|
|
30193
|
+
export { s as $, it as A, De as B, St as C, ut as D, dt as E, Be as F, A as G, L as H, ze as I, d as J, j as K, Le as L, rt as M, Ke as N, st as O, Ge as P, m as Q, ke as R, wt as S, lt as T, R as U, I as V, F as W, l as X, p as Y, c as Z, ln as _, xr as a, jt as b, vr as c, Ln as d, t as et, In as f, cn as g, un as h, Sr as i, Qe as j, $e as k, mr as l, Pn as m, Tr as n, br as o, Fn as p, u as q, Cr as r, yr as s, Er as t, pr as u, Qt as v, Ct as w, Nt as x, an as y, Oe as z };
|