@silurus/ooxml 0.64.2 → 0.65.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 CHANGED
@@ -441,10 +441,11 @@ export const PptxViewerComponent = component$<{ src: string }>(({ src }) => {
441
441
  | | Ruby annotations / furigana (`w:ruby`) | ✅ |
442
442
  | **Formatting** | Paragraph alignment (left / center / right / justify / distribute — CJK `both`/`distribute` spread by inter-character pitch, §17.18.44) | ✅ |
443
443
  | | Line spacing (auto / atLeast / exact) | ✅ |
444
- | | Line grid (`w:docGrid`, §17.6.5) | ✅ |
444
+ | | Document grid (`w:docGrid`, §17.6.5 — line pitch + East Asian character grid / 字詰め) | ✅ |
445
445
  | | Margin collapsing between paragraphs | ✅ |
446
446
  | | Indents and tab stops | ✅ |
447
- | | Lists (bullet and numbered) | ✅ |
447
+ | | Multi-column section layout (`w:cols`, §17.6.4 — newspaper-flow columns; full-width floats span all columns) | ✅ |
448
+ | | Lists (bullet and numbered, multi-level `%N` markers §17.9.11) | ✅ |
448
449
  | | Paragraph styles (Heading 1–9, Normal, custom) | ✅ |
449
450
  | | Table style `w:pPr` cascade (§17.7.6) | ✅ |
450
451
  | | Table style borders / shading / banding (`tblStylePr`, `cnfStyle`, §17.4.7) | ✅ |
@@ -459,7 +460,7 @@ export const PptxViewerComponent = component$<{ src: string }>(({ src }) => {
459
460
  | | Images (inline and anchored, with text wrap) | ✅ |
460
461
  | | SVG images (`asvg:svgBlip` MS-2016 extension — vector drawn from the embedded `.svg`, raster fallback) | ✅ |
461
462
  | | Text boxes / drawing shapes (`wps:txbx`, `a:prstGeom` — 186 preset geometries via the shared engine; connector arrow heads `headEnd` / `tailEnd` (§20.1.8.3) and `prstDash` dash patterns (§20.1.8.48)) | ✅ |
462
- | | WMF / EMF metafile images (legacy vector) | Not planned |
463
+ | | WMF metafile images (legacy vector, incl. inside text boxes) rasterized via a built-in player (window mapping, pens/brushes, poly/rect); true EMF detected but not yet rendered | ✅ |
463
464
  | **Advanced** | Footnotes — reference markers + bottom-of-page bodies with separator rule, numbered (`w:footnoteReference` / `w:footnoteRef`, §17.11) | ✅ |
464
465
  | | Endnotes — reference markers + bodies at document end (`w:endnoteReference`, §17.11) | ✅ |
465
466
  | | `w:snapToGrid` opt-out of the document grid (§17.3.1.32) | ✅ |
@@ -541,6 +542,7 @@ export const PptxViewerComponent = component$<{ src: string }>(({ src }) => {
541
542
  | | Charts (pie, doughnut) | ✅ |
542
543
  | | Charts (scatter — `scatterStyle` marker / line / smooth variants) | ✅ |
543
544
  | | Charts (bubble — `bubbleSize` per-point area scaling) | ✅ |
545
+ | | Charts (combo — bar + line with a secondary value axis on the right) | ✅ |
544
546
  | | SmartArt (renders the PowerPoint-saved drawing layout `dsp:drawing`; no native diagram layout engine) | ✅ |
545
547
  | | OLE embedded objects (`p:oleObj` — preview/icon rendering) | ❌ Not planned |
546
548
  | | Video / audio (poster + interactive playback) | ✅ |
@@ -585,7 +587,7 @@ export const PptxViewerComponent = component$<{ src: string }>(({ src }) => {
585
587
  | | Vertical anchor (top / center / bottom) | ✅ |
586
588
  | | Line spacing (`spcPct`, `spcPts`) | ✅ |
587
589
  | | Space before / after paragraph | ✅ |
588
- | | Bullet points (character and auto-numbered) | ✅ |
590
+ | | Bullet points (character, auto-numbered, and picture `a:buBlip` §21.1.2.4.2) | ✅ |
589
591
  | | Tab stops | ✅ |
590
592
  | | Indent / margin | ✅ |
591
593
  | | Vertical text (`bodyPr@vert` — vert / vert270 / eaVert) | ✅ |