@silurus/ooxml 0.83.0 → 0.83.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 +2 -2
- package/dist/assets/{render-worker-DuztdEcX.js → render-worker-4GSYWsM3.js} +1 -1
- package/dist/assets/{render-worker-Bu31cf1J.js → render-worker-DwFpY197.js} +1 -1
- package/dist/{document-pull-client-BAhqoTmm.js → document-pull-client-DSx36ZsB.js} +20 -9
- package/dist/{docx-Dg73PGgC.js → docx-BF-WKW73.js} +365 -288
- package/dist/docx.mjs +1 -1
- package/dist/index.mjs +2 -2
- package/dist/node.mjs +5 -5
- package/dist/{pptx-BcUCETmQ.js → pptx-CA-Q09yW.js} +205 -185
- package/dist/pptx.mjs +2 -2
- package/dist/{render-CL-7V3E8.js → render-DtbFbO5c.js} +1 -1
- package/dist/{render-worker-host-FJ19-fUI.js → render-worker-host-D1jcACJV.js} +1 -1
- package/dist/{render-worker-host-DDZo0feh.js → render-worker-host-DCLyw6UR.js} +1 -1
- package/dist/{session-BjydZEDF.js → session-CxT-t0BX.js} +1 -1
- package/dist/{slide-pull-client-CwvvncPA.js → slide-pull-client-B9rcJdO4.js} +83 -53
- package/dist/types/docx.d.ts +6 -1
- package/dist/types/index.d.ts +13 -2
- package/dist/types/pptx.d.ts +7 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -686,7 +686,7 @@ file without uploading it.
|
|
|
686
686
|
| | Comments (§17.13.4) — opt-in margin balloons (`comments: true`): commented ranges tinted, threaded replies via `commentsExtended.xml`, resolved threads hidden, click-to-select stacking; also available as data (`doc.comments`, `doc.commentAnchorRanges()`) | ✅ |
|
|
687
687
|
| | Markdown export (`DocxDocument.toMarkdown()` — headings, lists, tables, footnotes / comments) | ✅ |
|
|
688
688
|
| | Mail merge fields | ❌ Not planned |
|
|
689
|
-
| **Interaction** | Text selection (transparent overlay, native copy) | ✅ |
|
|
689
|
+
| **Interaction** | Text selection, including table-cell text (transparent overlay, native copy) | ✅ |
|
|
690
690
|
| | Bounded read-only text/element context (`getSelectionContext()`, page/source locators, element selection, AI/MCP callback) | ✅ |
|
|
691
691
|
| | In-document find (`findText` / `findNext` / `findPrev` / `clearFind` — full-text search, all hits highlighted, each match tagged with its page) | ✅ |
|
|
692
692
|
| | Runtime zoom (`getScale` / `setScale` / `fitWidth` / `fitPage`) | ✅ |
|
|
@@ -849,7 +849,7 @@ file without uploading it.
|
|
|
849
849
|
| **Theme** | Scheme colors (dk1/lt1/accent1–6) | ✅ |
|
|
850
850
|
| | Font scheme (`+mj-lt`, `+mn-lt`) | ✅ |
|
|
851
851
|
| | lumMod / lumOff / alpha transforms | ✅ |
|
|
852
|
-
| **Interaction** | Text selection (transparent overlay, native copy) | ✅ |
|
|
852
|
+
| **Interaction** | Text selection, including table-cell text (transparent overlay, native copy) | ✅ |
|
|
853
853
|
| | Bounded text/element selection context (`getSelectionContext()`, element selection, master/layout/slide provenance, main + worker) | ✅ |
|
|
854
854
|
| | Comments — opt-in slide-side cards (`comments: true`), authored target markers and highlights, replies and resolved state; also available per slide through the presentation model | ✅ |
|
|
855
855
|
| | In-document find (`findText` / `findNext` / `findPrev` / `clearFind` — matches tagged with slide) | ✅ |
|