@silurus/ooxml 0.55.0 → 0.56.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
@@ -411,7 +411,11 @@ export const PptxViewerComponent = component$<{ src: string }>(({ src }) => {
411
411
  | | Table style borders / shading / banding (`tblStylePr`, `cnfStyle`, §17.4.7) | ✅ |
412
412
  | | Table of contents (TOC field) — dot leaders, right-aligned page numbers | ✅ |
413
413
  | | keepNext / keepLines / widowControl | ✅ |
414
+ | | Right-to-left text — UAX#9 bidi, `w:bidi` / `w:rtl`, complex-script formatting (`w:szCs` / `w:bCs` / `rFonts@cs`, §17.3.2.26), RTL lists and indents | ✅ |
415
+ | | Japanese kinsoku line breaking (`w:kinsoku`, §17.15.1.58 — 行頭/行末禁則) | ✅ |
414
416
  | **Elements** | Tables (with borders, fills, merges, banding, alignment) | ✅ |
417
+ | | Table auto-layout by preferred widths (`w:tblLayout` autofit, §17.4.52; min content width) | ✅ |
418
+ | | Right-to-left table column order (`w:bidiVisual`, §17.4.1) | ✅ |
415
419
  | | Math equations (OMML `m:oMath` / `m:oMathPara`, rendered via MathJax — opt-in `@silurus/ooxml/math`) | ✅ |
416
420
  | | Images (inline and anchored, with text wrap) | ✅ |
417
421
  | | Text boxes / drawing shapes | ✅ |
@@ -445,6 +449,7 @@ export const PptxViewerComponent = component$<{ src: string }>(({ src }) => {
445
449
  | | Text wrapping | ✅ |
446
450
  | | Number formats (`0.00`, `%`, `#,##0`, custom date/time) | ✅ |
447
451
  | **Structure** | Merged cells | ✅ |
452
+ | | Right-to-left sheets (`sheetView rightToLeft`, §18.3.1.87 — mirrored grid, headers, selection, scroll) | ✅ |
448
453
  | | Frozen panes | ✅ |
449
454
  | | Row / column sizing (custom widths and heights) | ✅ |
450
455
  | | Hidden rows / columns | ✅ |
@@ -533,7 +538,7 @@ export const PptxViewerComponent = component$<{ src: string }>(({ src }) => {
533
538
  | | Tab stops | ✅ |
534
539
  | | Indent / margin | ✅ |
535
540
  | | Vertical text (`bodyPr@vert` — vert / vert270 / eaVert) | ✅ |
536
- | | Right-to-left paragraph (`pPr@rtl` Arabic / Hebrew default alignment + browser bidi) | ✅ |
541
+ | | Right-to-left text — UAX#9 bidi engine, `pPr@rtl`, RTL bullets, `bodyPr@rtlCol` column order, `tblPr@rtl` tables | ✅ |
537
542
  | **Text — body** | Text padding (insets) | ✅ |
538
543
  | | normAutoFit (shrink to fit) | ✅ |
539
544
  | | spAutoFit (expand box; suppresses wrap when text fits in one line) | ✅ |