@silurus/ooxml 0.67.0 → 0.69.0
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 +3 -0
- package/dist/docx-DVGEDCWy.js +3218 -0
- package/dist/docx.mjs +1 -1
- package/dist/index.mjs +3 -3
- package/dist/pptx-Bkjpmiqt.js +2080 -0
- package/dist/pptx.mjs +1 -1
- package/dist/render-worker-host-D1d4uOqW.js +27 -0
- package/dist/render-worker-host-DAh6fO6-.js +27 -0
- package/dist/render-worker-host-fgjf6Hlu.js +27 -0
- package/dist/types/docx.d.ts +16 -0
- package/dist/types/index.d.ts +69 -21
- package/dist/types/xlsx.d.ts +53 -21
- package/dist/xlsx-DLv5RYrM.js +4237 -0
- package/dist/xlsx.mjs +1 -1
- package/package.json +1 -1
- package/dist/docx-ax5d8q4F.js +0 -3166
- package/dist/pptx-10-ZMrrs.js +0 -2066
- package/dist/render-worker-host-CX3eOOuv.js +0 -27
- package/dist/render-worker-host-CZjrumRh.js +0 -27
- package/dist/render-worker-host-DW2Upw5x.js +0 -27
- package/dist/xlsx-0MAip8l5.js +0 -4128
package/README.md
CHANGED
|
@@ -518,6 +518,9 @@ export const PptxViewerComponent = component$<{ src: string }>(({ src }) => {
|
|
|
518
518
|
| | Text selection inside cells (transparent overlay) | ✅ |
|
|
519
519
|
| | `onSelectionChange` callback, `getCellAt(x, y)` API | ✅ |
|
|
520
520
|
| | Zoom slider (Excel-style, right of the tab bar, 10–400% with 100% centered; `showZoomSlider` option) | ✅ |
|
|
521
|
+
| | Ctrl/⌘ + mouse-wheel and trackpad-pinch zoom (in addition to the slider) | ✅ |
|
|
522
|
+
| | Drag-to-resize columns / rows by dragging header borders (`resizable` option, default on) — **view-only: changes the on-screen view only and never modifies the loaded file** | ✅ |
|
|
523
|
+
| | Customizable cell-selection color (`selectionColor` option, `setSelectionColor()`) | ✅ |
|
|
521
524
|
|
|
522
525
|
---
|
|
523
526
|
|