@silurus/ooxml 0.17.0 → 0.18.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 +6 -2
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +3 -3
- package/dist/{pptx-CEHbFVsy.js → pptx-B9bdrXoy.js} +1 -1
- package/dist/{pptx-Cn6PQpHT.cjs → pptx-CUEsKfI-.cjs} +1 -1
- package/dist/pptx.cjs +1 -1
- package/dist/pptx.mjs +1 -1
- package/dist/{renderer-rSBto6l5.js → renderer-Ctkyp4ee.js} +386 -143
- package/dist/renderer-DfM3skLm.cjs +1 -0
- package/dist/types/index.d.ts +217 -0
- package/dist/types/pptx.d.ts +85 -0
- package/dist/types/xlsx.d.ts +132 -0
- package/dist/xlsx-C5mcZ9eL.cjs +10 -0
- package/dist/xlsx-DGP6jxn-.js +2689 -0
- package/dist/xlsx.cjs +1 -1
- package/dist/xlsx.mjs +1 -1
- package/package.json +1 -1
- package/dist/renderer-DB-DghvA.cjs +0 -1
- package/dist/xlsx-B3-MeECM.js +0 -2546
- package/dist/xlsx-CWkWdRpm.cjs +0 -10
package/README.md
CHANGED
|
@@ -423,8 +423,12 @@ export const PptxViewerComponent = component$<{ src: string }>(({ src }) => {
|
|
|
423
423
|
| | Row / column sizing (custom widths and heights) | ✅ |
|
|
424
424
|
| | Hidden rows / columns | ✅ |
|
|
425
425
|
| **Elements** | Images (`<xdr:twoCellAnchor>`) | ✅ |
|
|
426
|
-
| | Charts (bar, line, area, radar) | ✅ |
|
|
427
|
-
| |
|
|
426
|
+
| | Charts (bar, line, area, radar, scatter / bubble) | ✅ |
|
|
427
|
+
| | Chart markers (circle / square / diamond / triangle / x / plus / star / dot / dash, per-point `<c:dPt>` overrides) | ✅ |
|
|
428
|
+
| | Chart data labels (`<c:dLbl>` per-point with CELLRANGE / VALUE / SERIESNAME / CATEGORYNAME field references, position `l`/`r`/`t`/`b`/`ctr`/`outEnd`) | ✅ |
|
|
429
|
+
| | Chart error bars (`<c:errBars>` X/Y direction, `cust` / `fixedVal` / `stdErr` / `stdDev` / `percentage`, dashed/styled lines) | ✅ |
|
|
430
|
+
| | Chart manual layout (`<c:title><c:layout>` and `<c:plotArea><c:layout>`) | ✅ |
|
|
431
|
+
| | Sparklines (`x14:sparklineGroup` — line / column / win-loss, with markers and high/low/first/last/negative highlights) | ✅ |
|
|
428
432
|
| **Advanced** | Conditional formatting (`cellIs`, `colorScale`, `dataBar`, `iconSet`, `top10`, `aboveAverage`) | ✅ |
|
|
429
433
|
| | Slicers (static, Office 2010 extension) | ✅ |
|
|
430
434
|
| | Pivot tables | ❌ Not planned |
|
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require(`./
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require(`./xlsx-C5mcZ9eL.cjs`),t=require(`./pptx-CUEsKfI-.cjs`),n=require(`./docx-DKPVLT6O.cjs`);Object.defineProperty(exports,`docx`,{enumerable:!0,get:function(){return n.t}}),Object.defineProperty(exports,`pptx`,{enumerable:!0,get:function(){return t.t}}),Object.defineProperty(exports,`xlsx`,{enumerable:!0,get:function(){return e.t}});
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as e } from "./
|
|
2
|
-
import { t } from "./
|
|
1
|
+
import { t as e } from "./xlsx-DGP6jxn-.js";
|
|
2
|
+
import { t } from "./pptx-B9bdrXoy.js";
|
|
3
3
|
import { t as n } from "./docx-C_zG3e0V.js";
|
|
4
|
-
export { n as docx,
|
|
4
|
+
export { n as docx, t as pptx, e as xlsx };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as e, t } from "./autoResize-U2-IRmNE.js";
|
|
2
|
-
import { t as n } from "./renderer-
|
|
2
|
+
import { t as n } from "./renderer-Ctkyp4ee.js";
|
|
3
3
|
import { i as r, n as i, r as a, t as o } from "./paint-CIAXt08M.js";
|
|
4
4
|
//#region packages/pptx/src/media-chrome.ts
|
|
5
5
|
function s(e, t, n, r, i, a) {
|