@silurus/ooxml 0.60.2 → 0.62.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 +1 -0
- package/dist/{docx-C-Xv4gHb.js → docx-T14vhkTM.js} +389 -349
- package/dist/docx.mjs +2 -2
- package/dist/index.mjs +3 -3
- package/dist/pptx-D26eLmSN.js +1894 -0
- package/dist/pptx.mjs +2 -2
- package/dist/render-worker-host-5ujZbyy-.js +27 -0
- package/dist/render-worker-host-BbPdLKW3.js +27 -0
- package/dist/render-worker-host-hySSiyes.js +27 -0
- package/dist/{src-CWqt1QE0.js → src-D377dlK7.js} +576 -525
- package/dist/types/index.d.ts +79 -0
- package/dist/types/pptx.d.ts +60 -0
- package/dist/types/xlsx.d.ts +19 -0
- package/dist/xlsx-CCGJYt-x.js +3915 -0
- package/dist/xlsx.mjs +2 -2
- package/package.json +1 -1
- package/dist/pptx-CcRBxO-i.js +0 -1852
- package/dist/render-worker-host-BD-wqOCv.js +0 -27
- package/dist/render-worker-host-CI4BVZcT.js +0 -27
- package/dist/render-worker-host-qS8zOCxE.js +0 -27
- package/dist/xlsx-B8GnK1Ad.js +0 -3904
package/README.md
CHANGED
|
@@ -567,6 +567,7 @@ export const PptxViewerComponent = component$<{ src: string }>(({ src }) => {
|
|
|
567
567
|
| | Per-run underline colour (`uFill` / `uFillTx`) | ✅ |
|
|
568
568
|
| | Font family, size, color | ✅ |
|
|
569
569
|
| | East Asian font (`rPr > a:ea` — separate typeface for CJK glyphs) | ✅ |
|
|
570
|
+
| | Symbol font runs (`a:sym` — e.g. Wingdings / Webdings glyphs) | ✅ |
|
|
570
571
|
| | Caps transform (`all` / `small`) | ✅ |
|
|
571
572
|
| | Letter spacing (`spc`) | ✅ |
|
|
572
573
|
| | Superscript / subscript | ✅ |
|