@silurus/ooxml 0.75.3 → 0.75.5
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 +12 -254
- package/dist/{document-pull-client-C3s6Y0eT.js → document-pull-client-BcNYhoAG.js} +3920 -3701
- package/dist/{docx-C4sCu6Z1.js → docx-DjF8FgoP.js} +3 -3
- package/dist/docx.mjs +1 -1
- package/dist/docx_parser_bg.wasm +0 -0
- package/dist/{duotone-bitmap-by-path-D4mAC2FR.js → duotone-bitmap-by-path-CWsSJkJu.js} +1 -1
- package/dist/index.mjs +3 -3
- package/dist/{line-distribute-BHeDP03S.js → line-distribute-B8sqT8kC.js} +1 -1
- package/dist/{line-metrics-EFT-W2Au.js → line-metrics-D9gqQWHl.js} +286 -279
- package/dist/node.mjs +3 -3
- package/dist/{pptx-DQqAbp3d.js → pptx-C17xP8AV.js} +3 -3
- package/dist/{pptx-Bjf_CgIh.js → pptx-Dl8tOSmP.js} +1 -1
- package/dist/pptx.mjs +2 -2
- package/dist/pptx_parser_bg.wasm +0 -0
- package/dist/{render-BcebVCOq.js → render-CalC7GX4.js} +2 -2
- package/dist/{render-worker-host-vEEGCzB3.js → render-worker-host-BG3a7brz.js} +1 -1
- package/dist/render-worker-host-Cyv5Hkbh.js +27 -0
- package/dist/{renderer-C3LQln2P.js → renderer-B9R6F_QY.js} +39 -39
- package/dist/types/docx.d.ts +80 -14
- package/dist/types/index.d.ts +1100 -1069
- package/dist/types/math.d.ts +1 -1
- package/dist/types/node.d.ts +744 -713
- package/dist/types/pptx.d.ts +800 -800
- package/dist/types/xlsx.d.ts +11 -13
- package/dist/{xlsx-Ca8qcow5.js → xlsx-BaH9irS0.js} +141 -141
- package/dist/xlsx.mjs +1 -1
- package/package.json +3 -1
- package/dist/render-worker-host-8wfcbD3f.js +0 -27
package/dist/types/xlsx.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//#region dist/.types-work/mathjax-
|
|
1
|
+
//#region dist/.types-work/mathjax-Cp9KrvN5.d.ts
|
|
2
2
|
//#region packages/core/src/math/mathjax.d.ts
|
|
3
3
|
interface MathSvg {
|
|
4
4
|
/** standalone `<svg>…</svg>` markup. */
|
|
@@ -29,7 +29,7 @@ interface MathRenderer {
|
|
|
29
29
|
mathMLToSvg(mathml: string): Promise<MathSvg>;
|
|
30
30
|
}
|
|
31
31
|
//#endregion
|
|
32
|
-
//#region dist/.types-work/hyperlink-
|
|
32
|
+
//#region dist/.types-work/hyperlink-DTGUpBI3.d.ts
|
|
33
33
|
//#region packages/core/src/types/math.d.ts
|
|
34
34
|
type MathStyle = 'roman' | 'italic' | 'bold' | 'boldItalic';
|
|
35
35
|
interface MathRun {
|
|
@@ -165,6 +165,13 @@ interface MathBorderBox {
|
|
|
165
165
|
base: MathNode[];
|
|
166
166
|
}
|
|
167
167
|
type MathNode = MathRun | MathFraction | MathScript | MathNary | MathDelimiter | MathRadical | MathLimit | MathArray | MathGroupChr | MathBar | MathAccent | MathFunc | MathGroup | MathPhant | MathSPre | MathBox | MathBorderBox;
|
|
168
|
+
type SpaceLine = {
|
|
169
|
+
type: 'pct';
|
|
170
|
+
val: number;
|
|
171
|
+
} | {
|
|
172
|
+
type: 'pts';
|
|
173
|
+
val: number;
|
|
174
|
+
};
|
|
168
175
|
//#endregion
|
|
169
176
|
//#region packages/core/src/types/chart.d.ts
|
|
170
177
|
interface ChartSeries {
|
|
@@ -1300,7 +1307,7 @@ type HyperlinkTarget = {
|
|
|
1300
1307
|
*/
|
|
1301
1308
|
declare function openExternalHyperlink(url: string, allowed?: readonly string[], win?: Pick<Window, 'open'> | undefined): boolean;
|
|
1302
1309
|
//#endregion
|
|
1303
|
-
//#region dist/.types-work/find-highlight-
|
|
1310
|
+
//#region dist/.types-work/find-highlight-CnpZn3yb.d.ts
|
|
1304
1311
|
//#region packages/core/src/autoResize.d.ts
|
|
1305
1312
|
interface AutoResizeOptions {
|
|
1306
1313
|
/**
|
|
@@ -1469,16 +1476,7 @@ interface FindHighlightColors {
|
|
|
1469
1476
|
active?: string;
|
|
1470
1477
|
}
|
|
1471
1478
|
//#endregion
|
|
1472
|
-
//#region dist/.types-work/
|
|
1473
|
-
type SpaceLine = {
|
|
1474
|
-
type: 'pct';
|
|
1475
|
-
val: number;
|
|
1476
|
-
} | {
|
|
1477
|
-
type: 'pts';
|
|
1478
|
-
val: number;
|
|
1479
|
-
};
|
|
1480
|
-
//#endregion
|
|
1481
|
-
//#region dist/.types-work/xlsx-DJYn-XbI.d.ts
|
|
1479
|
+
//#region dist/.types-work/xlsx-Dyp8TxbZ.d.ts
|
|
1482
1480
|
//#region packages/xlsx/src/types.d.ts
|
|
1483
1481
|
interface Workbook {
|
|
1484
1482
|
sheets: SheetMeta[];
|