@stll/docx-core
Advanced tools
| //#region src/generated/docx_kernel.d.ts | ||
| /* tslint:disable */ | ||
| /* eslint-disable */ | ||
| type DocxProjectionFormattingSpan = readonly [startUtf16: number, endUtf16: number, style: "bold" | "highlight"]; | ||
| type DocxProjectionFormattingSpan = readonly [startUtf16: number, endUtf16: number, style: "bold" | "highlight" | "superscript"]; | ||
| type DocxProjectionStructure = readonly [] | readonly [type: "table", tableId: string, row: number, column: number]; | ||
@@ -6,0 +6,0 @@ type DocxProjectionParagraph = readonly [ordinal: number, text: string, packageParagraphId: string | null, formatting: readonly DocxProjectionFormattingSpan[], structure: DocxProjectionStructure, styleId: string | null]; |
+1
-1
| { | ||
| "name": "@stll/docx-core", | ||
| "version": "0.10.0", | ||
| "version": "0.11.0", | ||
| "description": "Typed OOXML/DOCX model, validation, serialization, legal-source compilation, and browser-native package projection.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
430521
0.11%