@silurus/ooxml 0.74.5 → 0.74.6

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/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
1
  import { t as e } from "./docx-DftZMp7R.js";
2
- import { t } from "./pptx-BxU0Lb3J.js";
2
+ import { t } from "./pptx-qbadwIv4.js";
3
3
  import { t as n } from "./xlsx-BqMHvfsE.js";
4
4
  export { e as docx, t as pptx, n as xlsx };
@@ -6393,7 +6393,7 @@ var Gi = new URL("pptx_parser_bg.wasm", import.meta.url).href, Ki = class e {
6393
6393
  };
6394
6394
  }
6395
6395
  _recycleSlot(e, t) {
6396
- this._slots.delete(e), t.renderGeneration++, t.presentationGeneration++, t.presentationHandle?.destroy(), t.presentationHandle = null, t.mediaInteractive = !1, t.bitmap &&= (t.bitmap.close(), null), t.textLayer && (t.textLayer.innerHTML = "", t.textLayer.style.transform = "", t.textLayer.style.transformOrigin = ""), t.highlightLayer.innerHTML = "", t.highlightLayer.style.transform = "", t.highlightLayer.style.transformOrigin = "", t.renderedSlide = -1, t.renderedScale = -1, t.wrapper.remove(), this._free.push(t);
6396
+ this._slots.delete(e), t.renderGeneration++, t.presentationGeneration++, t.presentationHandle?.destroy(), t.presentationHandle = null, t.mediaInteractive = !1, t.bitmap &&= (t.bitmap.close(), null), t.textLayer && (t.textLayer.innerHTML = "", t.textLayer.style.transform = "", t.textLayer.style.transformOrigin = ""), t.highlightLayer.innerHTML = "", t.highlightLayer.style.transform = "", t.highlightLayer.style.transformOrigin = "", t.canvas.style.height = "", t.renderedSlide = -1, t.renderedScale = -1, t.wrapper.remove(), this._free.push(t);
6397
6397
  }
6398
6398
  _positionSlot(e, t, n) {
6399
6399
  e.wrapper.style.top = `${n.offsets[t]}px`;
package/dist/pptx.mjs CHANGED
@@ -1,3 +1,3 @@
1
1
  import { Yt as e, _t as t, l as n } from "./find-cursor-DtgyGs5V.js";
2
- import { a as r, i, n as a, o, r as s, s as c } from "./pptx-BxU0Lb3J.js";
2
+ import { a as r, i, n as a, o, r as s, s as c } from "./pptx-qbadwIv4.js";
3
3
  export { e as OoxmlError, i as PptxPresentation, a as PptxScrollViewer, s as PptxViewer, t as autoResize, o as buildPptxHighlightLayer, c as buildPptxTextLayer, n as openExternalHyperlink, r as renderSlide };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silurus/ooxml",
3
- "version": "0.74.5",
3
+ "version": "0.74.6",
4
4
  "description": "Browser-based OOXML viewer (docx/xlsx/pptx) — Rust/WASM parser + Canvas renderer",
5
5
  "license": "MIT",
6
6
  "author": "Yuki Yokotani <silurus.dev@gmail.com>",