@silurus/ooxml 0.77.1 → 0.78.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/{canvas-viewer-mechanics-D5zXbOrS.js → canvas-viewer-mechanics-B4K_t5X_.js} +1 -1
- package/dist/{document-pull-client-CC8pPuzi.js → document-pull-client-5AakVD6e.js} +3137 -3016
- package/dist/{docx-Dg9N9OX4.js → docx-bjhRwb2u.js} +4 -4
- package/dist/docx.mjs +3 -3
- package/dist/docx_parser_bg.wasm +0 -0
- package/dist/index.mjs +3 -3
- package/dist/{line-distribute-BtfPlM2A.js → line-distribute-BVFW1-Hs.js} +1 -1
- package/dist/{line-metrics-B66x33iy.js → line-metrics-DS0NS2Iq.js} +2615 -1807
- package/dist/node.mjs +7 -7
- package/dist/{pptx-BFP7Isgf.js → pptx-D1rCrHGR.js} +5 -5
- package/dist/pptx.mjs +4 -4
- package/dist/pptx_parser_bg.wasm +0 -0
- package/dist/{render-D-cOpMLV.js → render-DhlT5jxZ.js} +1 -1
- package/dist/render-worker-host-CtJo7hc9.js +27 -0
- package/dist/render-worker-host-D8vv-Asx.js +27 -0
- package/dist/render-worker-host-DAjG9nmw.js +27 -0
- package/dist/{resource-measurement-CVfVTQrt.js → resource-measurement-BA-4Q-II.js} +1 -1
- package/dist/{session-DxAVpIP-.js → session-C_HGxbRD.js} +2 -2
- package/dist/{slide-pull-client-Lag44QA8.js → slide-pull-client-BiC4sVGi.js} +642 -580
- package/dist/types/docx.d.ts +102 -8
- package/dist/types/index.d.ts +89 -12
- package/dist/types/node.d.ts +82 -6
- package/dist/types/pptx.d.ts +76 -8
- package/dist/types/xlsx.d.ts +85 -8
- package/dist/{worksheet-pull-client-D74b_23i.js → worksheet-pull-client-BnvgeqfG.js} +2 -2
- package/dist/{xlsx-Bik59Raj.js → xlsx-BG_WYSc0.js} +1383 -1056
- package/dist/xlsx.mjs +4 -4
- package/dist/xlsx_parser_bg.wasm +0 -0
- package/package.json +1 -1
- package/dist/render-worker-host-BzpMoFRr.js +0 -27
- package/dist/render-worker-host-CdZ5hW2X.js +0 -27
- package/dist/render-worker-host-quqYq02i.js +0 -27
package/README.md
CHANGED
|
@@ -79,7 +79,7 @@ pnpm add @silurus/ooxml
|
|
|
79
79
|
> **Bundle size note**: the package is ESM-only (`.mjs`). npm's *Unpacked
|
|
80
80
|
> Size* sums every entry bundle **and** the standalone MathJax + STIX Two Math
|
|
81
81
|
> asset, so the reported figure is much larger than any single app build. For
|
|
82
|
-
> v0.
|
|
82
|
+
> v0.78.1, the complete npm package is approximately 12.0 MB unpacked (4.0 MB
|
|
83
83
|
> as the downloaded tarball), while a format-specific application graph is
|
|
84
84
|
> approximately:
|
|
85
85
|
>
|
|
@@ -654,7 +654,7 @@ file without uploading it.
|
|
|
654
654
|
| | Markdown export (`XlsxWorkbook.toMarkdown()` — each sheet as a `## SheetName` pipe table) | ✅ |
|
|
655
655
|
| **Interaction** | Cell selection (single / range / row / column / all / multiple areas; `setSelection('B2:D5')` or canonical structured state) | ✅ |
|
|
656
656
|
| | Excel-style row / column header highlight on selection | ✅ |
|
|
657
|
-
| | Shift+click to extend, Ctrl+C to copy as TSV | ✅ |
|
|
657
|
+
| | Shift+click to extend, Ctrl/⌘+drag to add another area, Ctrl+C to copy as TSV | ✅ |
|
|
658
658
|
| | Text selection inside cells (transparent overlay) | ✅ |
|
|
659
659
|
| | `onSelectionStateChange`, bounded range/element `getSelectionContext()` / `copySelection()`, chart/picture/shape selection, `getCellAt(x, y)` | ✅ |
|
|
660
660
|
| | Zoom slider (Excel-style, right of the tab bar, 10–400% with 100% centered; `showZoomSlider` option) | ✅ |
|