@silurus/ooxml 0.78.1 → 0.79.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/README.md +39 -1
- package/THIRD_PARTY_NOTICES.md +13 -0
- package/dist/{canvas-viewer-mechanics-B4K_t5X_.js → canvas-viewer-mechanics-DJ9yfiLN.js} +1 -1
- package/dist/chart-number-format-tjYUR9eS.js +435 -0
- package/dist/dash-CMzZIDz_.js +824 -0
- package/dist/{document-pull-client-5AakVD6e.js → document-pull-client-DYoybVCn.js} +2119 -2113
- package/dist/{docx-bjhRwb2u.js → docx-CSk_-kj_.js} +65 -56
- package/dist/docx.mjs +4 -4
- package/dist/docx_parser_bg.wasm +0 -0
- package/dist/index.mjs +3 -3
- package/dist/{line-distribute-BVFW1-Hs.js → line-distribute-CU7vu7XS.js} +1 -1
- package/dist/{line-metrics-DS0NS2Iq.js → line-metrics-A77J_KRx.js} +4229 -3233
- package/dist/math.mjs +1 -1
- package/dist/node.mjs +322 -322
- package/dist/{pptx-D1rCrHGR.js → pptx-CO1Ut97p.js} +192 -183
- package/dist/pptx.mjs +5 -5
- package/dist/pptx_parser_bg.wasm +0 -0
- package/dist/region-map.mjs +12708 -0
- package/dist/{render-DhlT5jxZ.js → render-C5m7Ddwx.js} +1 -1
- package/dist/render-worker-host-BhMT5U73.js +27 -0
- package/dist/render-worker-host-DNMxGh5s.js +27 -0
- package/dist/render-worker-host-DWyg7wio.js +27 -0
- package/dist/{resource-measurement-BA-4Q-II.js → resource-measurement-COxqtfGk.js} +1 -1
- package/dist/{session-C_HGxbRD.js → session-CJwZaquG.js} +10 -10
- package/dist/{slide-pull-client-BiC4sVGi.js → slide-pull-client-CFHNk0ek.js} +584 -583
- package/dist/three-d.mjs +2426 -0
- package/dist/types/docx.d.ts +251 -16
- package/dist/types/index.d.ts +266 -20
- package/dist/types/math.d.ts +1 -1
- package/dist/types/node.d.ts +225 -1
- package/dist/types/pptx.d.ts +253 -16
- package/dist/types/region-map.d.ts +586 -0
- package/dist/types/three-d.d.ts +586 -0
- package/dist/types/xlsx.d.ts +256 -16
- package/dist/{worksheet-pull-client-BnvgeqfG.js → worksheet-pull-client-CziyJf24.js} +13 -13
- package/dist/{xlsx-BG_WYSc0.js → xlsx-DHQmjAfh.js} +1246 -1073
- package/dist/xlsx.mjs +5 -5
- package/dist/xlsx_parser_bg.wasm +0 -0
- package/package.json +13 -1
- package/dist/render-worker-host-CtJo7hc9.js +0 -27
- package/dist/render-worker-host-D8vv-Asx.js +0 -27
- package/dist/render-worker-host-DAjG9nmw.js +0 -27
- /package/dist/{highlight-rect-CAkCWJ37.js → highlight-rect-cCvVU-MW.js} +0 -0
- /package/dist/{mathjax-CMjda8Ip.js → mathjax-Dqo857oC.js} +0 -0
- /package/dist/{transfer-DCu4c2BL.js → transfer-3QEJrsJa.js} +0 -0
- /package/dist/{visible-index-CgyJLAS_.js → visible-index-CKvgpUrf.js} +0 -0
package/dist/pptx.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as e } from "./slide-pull-client-
|
|
2
|
-
import { It as t, Lt as n, a as r,
|
|
3
|
-
import { w as o } from "./canvas-viewer-mechanics-
|
|
4
|
-
import { a as s, i as c, n as l, o as u, r as d, s as f } from "./pptx-
|
|
5
|
-
export { t as OoxmlDecodedImageLimitError,
|
|
1
|
+
import { c as e } from "./slide-pull-client-CFHNk0ek.js";
|
|
2
|
+
import { It as t, Lt as n, a as r, on as i, sn as a } from "./line-metrics-A77J_KRx.js";
|
|
3
|
+
import { w as o } from "./canvas-viewer-mechanics-DJ9yfiLN.js";
|
|
4
|
+
import { a as s, i as c, n as l, o as u, r as d, s as f } from "./pptx-CO1Ut97p.js";
|
|
5
|
+
export { t as OoxmlDecodedImageLimitError, i as OoxmlError, a as OoxmlResourceLimitError, s as PptxPresentation, l as PptxScrollViewer, d as PptxViewer, o as autoResize, u as buildPptxHighlightLayer, f as buildPptxTextLayer, n as isOoxmlDecodedImageLimitError, r as openExternalHyperlink, c as readPptxTextSelectionContext, e as renderSlide };
|
package/dist/pptx_parser_bg.wasm
CHANGED
|
Binary file
|