@silurus/ooxml 0.30.0 → 0.32.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 -1
- package/dist/docx-CLU-JjMc.js +1112 -0
- package/dist/docx-DpX3h8ly.cjs +1 -0
- package/dist/docx.cjs +1 -1
- package/dist/docx.mjs +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +3 -3
- package/dist/pptx-DvPbYSW1.cjs +1 -0
- package/dist/pptx-T1x0Fi8N.js +23281 -0
- package/dist/pptx.cjs +1 -1
- package/dist/pptx.mjs +1 -1
- package/dist/renderer-BOwyHm7d.cjs +1 -0
- package/dist/{renderer-Yby-8Tj3.js → renderer-ChX8p6Vl.js} +44 -44
- package/dist/types/index.d.ts +26 -0
- package/dist/types/pptx.d.ts +26 -0
- package/dist/xlsx-DD7X2doc.cjs +11 -0
- package/dist/xlsx-Gb9Y99-c.js +3107 -0
- package/dist/xlsx.cjs +1 -1
- package/dist/xlsx.mjs +1 -1
- package/package.json +1 -1
- package/dist/docx-CeUXDueu.js +0 -1112
- package/dist/docx-PWGB0FtF.cjs +0 -1
- package/dist/pptx-BgsClw9l.js +0 -23260
- package/dist/pptx-C_bHKY_S.cjs +0 -1
- package/dist/renderer-BlhIP7oX.cjs +0 -1
- package/dist/xlsx-B0y0uShB.js +0 -3107
- package/dist/xlsx-qn4BzTNU.cjs +0 -11
package/README.md
CHANGED
|
@@ -495,7 +495,7 @@ export const PptxViewerComponent = component$<{ src: string }>(({ src }) => {
|
|
|
495
495
|
| | Vertical / RTL text | ❌ |
|
|
496
496
|
| **Text — body** | Text padding (insets) | ✅ |
|
|
497
497
|
| | normAutoFit (shrink to fit) | ✅ |
|
|
498
|
-
| | spAutoFit (expand box;
|
|
498
|
+
| | spAutoFit (expand box; suppresses wrap when text fits in one line) | ✅ |
|
|
499
499
|
| | Word wrap / no wrap | ✅ |
|
|
500
500
|
| | Multi-column text body (`numCol` / `spcCol` — balanced flow) | ✅ |
|
|
501
501
|
| | Theme object-default inheritance (`<a:objectDefaults><a:txDef\|spDef>` bodyPr fallback) | ✅ |
|