@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.
@@ -1,4 +1,4 @@
1
- //#region dist/.types-work/mathjax-BO1uUSCW.d.ts
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-CHHEOeCL.d.ts
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-gMP3FAnW.d.ts
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/common-Bgczc_Eb.d.ts
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[];