js.documents 7.3.0 → 7.5.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/dist/edit/docx/content.cjs +2 -2
- package/dist/edit/docx/content.js +2 -2
- package/dist/edit/docx/editor.cjs +8 -1
- package/dist/edit/docx/editor.d.cts +3 -0
- package/dist/edit/docx/editor.d.ts +3 -0
- package/dist/edit/docx/editor.js +9 -2
- package/dist/edit/docx/run.cjs +1 -1
- package/dist/edit/docx/run.js +1 -1
- package/dist/edit/odg/editor.cjs +8 -1
- package/dist/edit/odg/editor.d.cts +3 -1
- package/dist/edit/odg/editor.d.ts +3 -1
- package/dist/edit/odg/editor.js +9 -2
- package/dist/edit/odg/scaffold.cjs +5 -4
- package/dist/edit/odg/scaffold.d.cts +2 -1
- package/dist/edit/odg/scaffold.d.ts +2 -1
- package/dist/edit/odg/scaffold.js +5 -5
- package/dist/edit/odp/editor.cjs +8 -1
- package/dist/edit/odp/editor.d.cts +3 -1
- package/dist/edit/odp/editor.d.ts +3 -1
- package/dist/edit/odp/editor.js +9 -2
- package/dist/edit/odp/scaffold.cjs +5 -4
- package/dist/edit/odp/scaffold.d.cts +2 -1
- package/dist/edit/odp/scaffold.d.ts +2 -1
- package/dist/edit/odp/scaffold.js +5 -5
- package/dist/edit/odp/shape.cjs +1 -1
- package/dist/edit/odp/shape.js +1 -1
- package/dist/edit/ods/editor.cjs +8 -1
- package/dist/edit/ods/editor.d.cts +3 -0
- package/dist/edit/ods/editor.d.ts +3 -0
- package/dist/edit/ods/editor.js +9 -2
- package/dist/edit/ods/scaffold.cjs +5 -4
- package/dist/edit/ods/scaffold.d.cts +2 -1
- package/dist/edit/ods/scaffold.d.ts +2 -1
- package/dist/edit/ods/scaffold.js +5 -5
- package/dist/edit/odt/editor.cjs +7 -0
- package/dist/edit/odt/editor.d.cts +3 -1
- package/dist/edit/odt/editor.d.ts +3 -1
- package/dist/edit/odt/editor.js +8 -1
- package/dist/edit/odt/scaffold.cjs +5 -4
- package/dist/edit/odt/scaffold.d.cts +2 -1
- package/dist/edit/odt/scaffold.d.ts +2 -1
- package/dist/edit/odt/scaffold.js +5 -5
- package/dist/edit/pptx/editor.cjs +10 -3
- package/dist/edit/pptx/editor.d.cts +3 -1
- package/dist/edit/pptx/editor.d.ts +3 -1
- package/dist/edit/pptx/editor.js +11 -4
- package/dist/edit/pptx/scaffold.cjs +1 -1
- package/dist/edit/pptx/scaffold.js +1 -1
- package/dist/edit/pptx/shape.cjs +1 -1
- package/dist/edit/pptx/shape.js +1 -1
- package/dist/edit/pptx/slide.cjs +2 -2
- package/dist/edit/pptx/slide.js +2 -2
- package/dist/index.cjs +12 -0
- package/dist/index.d.cts +4 -3
- package/dist/index.d.ts +4 -3
- package/dist/index.js +2 -2
- package/dist/metadata/core-patch.cjs +29 -0
- package/dist/metadata/core-patch.d.cts +15 -0
- package/dist/metadata/core-patch.d.ts +15 -0
- package/dist/metadata/core-patch.js +26 -0
- package/dist/metadata/write.cjs +4 -17
- package/dist/metadata/write.d.cts +2 -7
- package/dist/metadata/write.d.ts +2 -7
- package/dist/metadata/write.js +3 -16
- package/dist/odf-package/formula.cjs +1 -1
- package/dist/odf-package/formula.js +1 -1
- package/dist/omml/write.cjs +1 -1
- package/dist/omml/write.js +1 -1
- package/dist/opc/core-properties.cjs +2 -2
- package/dist/opc/core-properties.js +2 -2
- package/dist/opc/media.cjs +1 -1
- package/dist/opc/media.js +1 -1
- package/dist/xml/odf-text.cjs +1 -1
- package/dist/xml/odf-text.js +1 -1
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_xml_fragment = require("../../xml/fragment.cjs");
|
|
3
2
|
const require_xml_entities = require("../../xml/entities.cjs");
|
|
3
|
+
const require_xml_fragment = require("../../xml/fragment.cjs");
|
|
4
4
|
let document_schema_js = require("document-schema.js");
|
|
5
5
|
let odf_js = require("odf.js");
|
|
6
6
|
//#region src/edit/ods/scaffold.ts
|
|
@@ -61,7 +61,7 @@ function buildPageLayout() {
|
|
|
61
61
|
function buildStylesXml() {
|
|
62
62
|
return require_xml_fragment.el("office:document-styles", {
|
|
63
63
|
...(0, odf_js.xmlnsAttributes)([...STYLES_NS_PREFIXES]),
|
|
64
|
-
"office:version":
|
|
64
|
+
"office:version": "1.3"
|
|
65
65
|
}, [
|
|
66
66
|
require_xml_fragment.el("office:styles"),
|
|
67
67
|
require_xml_fragment.el("office:automatic-styles", {}, [buildPageLayout()]),
|
|
@@ -94,7 +94,7 @@ function buildContentXml() {
|
|
|
94
94
|
return require_xml_fragment.el("office:document-content", {
|
|
95
95
|
...(0, odf_js.xmlnsAttributes)([...CONTENT_NS_PREFIXES]),
|
|
96
96
|
...OF_NAMESPACE_ATTR,
|
|
97
|
-
"office:version":
|
|
97
|
+
"office:version": "1.3"
|
|
98
98
|
}, [require_xml_fragment.el("office:automatic-styles", {}, [buildSheetTableStyle()]), require_xml_fragment.el("office:body", {}, [require_xml_fragment.el("office:spreadsheet", {}, [buildCalculationSettings(), table])])]);
|
|
99
99
|
}
|
|
100
100
|
function buildOfficeMeta(metadata) {
|
|
@@ -112,7 +112,7 @@ function buildOfficeMeta(metadata) {
|
|
|
112
112
|
function buildMetaXml(metadata) {
|
|
113
113
|
return require_xml_fragment.el("office:document-meta", {
|
|
114
114
|
...(0, odf_js.xmlnsAttributes)([...META_NS_PREFIXES]),
|
|
115
|
-
"office:version":
|
|
115
|
+
"office:version": "1.3"
|
|
116
116
|
}, [require_xml_fragment.el("office:meta", {}, buildOfficeMeta(metadata))]);
|
|
117
117
|
}
|
|
118
118
|
function createEmptyOdsPackage(options) {
|
|
@@ -137,6 +137,7 @@ function createEmptyOdsPackage(options) {
|
|
|
137
137
|
//#endregion
|
|
138
138
|
exports.DEFAULT_SHEET_NAME = DEFAULT_SHEET_NAME;
|
|
139
139
|
exports.MASTER_PAGE_NAME = MASTER_PAGE_NAME;
|
|
140
|
+
exports.ODF_VERSION = ODF_VERSION;
|
|
140
141
|
exports.PAGE_LAYOUT_NAME = PAGE_LAYOUT_NAME;
|
|
141
142
|
exports.SHEET_TABLE_STYLE_NAME = SHEET_TABLE_STYLE_NAME;
|
|
142
143
|
exports.createEmptyOdsPackage = createEmptyOdsPackage;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { LayoutMetadata } from "document-schema.js";
|
|
2
2
|
import { Package } from "odf.js";
|
|
3
3
|
//#region src/edit/ods/scaffold.d.ts
|
|
4
|
+
declare const ODF_VERSION = "1.3";
|
|
4
5
|
declare const PAGE_LAYOUT_NAME = "PM1";
|
|
5
6
|
declare const MASTER_PAGE_NAME = "Standard";
|
|
6
7
|
declare const SHEET_TABLE_STYLE_NAME = "OdsTable";
|
|
@@ -10,4 +11,4 @@ interface CreateEmptyOdsPackageOptions {
|
|
|
10
11
|
}
|
|
11
12
|
declare function createEmptyOdsPackage(options?: CreateEmptyOdsPackageOptions): Package;
|
|
12
13
|
//#endregion
|
|
13
|
-
export { CreateEmptyOdsPackageOptions, DEFAULT_SHEET_NAME, MASTER_PAGE_NAME, PAGE_LAYOUT_NAME, SHEET_TABLE_STYLE_NAME, createEmptyOdsPackage };
|
|
14
|
+
export { CreateEmptyOdsPackageOptions, DEFAULT_SHEET_NAME, MASTER_PAGE_NAME, ODF_VERSION, PAGE_LAYOUT_NAME, SHEET_TABLE_STYLE_NAME, createEmptyOdsPackage };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { LayoutMetadata } from "document-schema.js";
|
|
2
2
|
import { Package } from "odf.js";
|
|
3
3
|
//#region src/edit/ods/scaffold.d.ts
|
|
4
|
+
declare const ODF_VERSION = "1.3";
|
|
4
5
|
declare const PAGE_LAYOUT_NAME = "PM1";
|
|
5
6
|
declare const MASTER_PAGE_NAME = "Standard";
|
|
6
7
|
declare const SHEET_TABLE_STYLE_NAME = "OdsTable";
|
|
@@ -10,4 +11,4 @@ interface CreateEmptyOdsPackageOptions {
|
|
|
10
11
|
}
|
|
11
12
|
declare function createEmptyOdsPackage(options?: CreateEmptyOdsPackageOptions): Package;
|
|
12
13
|
//#endregion
|
|
13
|
-
export { CreateEmptyOdsPackageOptions, DEFAULT_SHEET_NAME, MASTER_PAGE_NAME, PAGE_LAYOUT_NAME, SHEET_TABLE_STYLE_NAME, createEmptyOdsPackage };
|
|
14
|
+
export { CreateEmptyOdsPackageOptions, DEFAULT_SHEET_NAME, MASTER_PAGE_NAME, ODF_VERSION, PAGE_LAYOUT_NAME, SHEET_TABLE_STYLE_NAME, createEmptyOdsPackage };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { el, txt } from "../../xml/fragment.js";
|
|
2
1
|
import { encodeXmlText as encodeXmlText$1 } from "../../xml/entities.js";
|
|
2
|
+
import { el, txt } from "../../xml/fragment.js";
|
|
3
3
|
import { PAGE_SIZE_A4 } from "document-schema.js";
|
|
4
4
|
import { ODF_MEDIA_TYPES, setDocumentMediaType, syncManifest, xmlnsAttributes } from "odf.js";
|
|
5
5
|
//#region src/edit/ods/scaffold.ts
|
|
@@ -60,7 +60,7 @@ function buildPageLayout() {
|
|
|
60
60
|
function buildStylesXml() {
|
|
61
61
|
return el("office:document-styles", {
|
|
62
62
|
...xmlnsAttributes([...STYLES_NS_PREFIXES]),
|
|
63
|
-
"office:version":
|
|
63
|
+
"office:version": "1.3"
|
|
64
64
|
}, [
|
|
65
65
|
el("office:styles"),
|
|
66
66
|
el("office:automatic-styles", {}, [buildPageLayout()]),
|
|
@@ -93,7 +93,7 @@ function buildContentXml() {
|
|
|
93
93
|
return el("office:document-content", {
|
|
94
94
|
...xmlnsAttributes([...CONTENT_NS_PREFIXES]),
|
|
95
95
|
...OF_NAMESPACE_ATTR,
|
|
96
|
-
"office:version":
|
|
96
|
+
"office:version": "1.3"
|
|
97
97
|
}, [el("office:automatic-styles", {}, [buildSheetTableStyle()]), el("office:body", {}, [el("office:spreadsheet", {}, [buildCalculationSettings(), table])])]);
|
|
98
98
|
}
|
|
99
99
|
function buildOfficeMeta(metadata) {
|
|
@@ -111,7 +111,7 @@ function buildOfficeMeta(metadata) {
|
|
|
111
111
|
function buildMetaXml(metadata) {
|
|
112
112
|
return el("office:document-meta", {
|
|
113
113
|
...xmlnsAttributes([...META_NS_PREFIXES]),
|
|
114
|
-
"office:version":
|
|
114
|
+
"office:version": "1.3"
|
|
115
115
|
}, [el("office:meta", {}, buildOfficeMeta(metadata))]);
|
|
116
116
|
}
|
|
117
117
|
function createEmptyOdsPackage(options) {
|
|
@@ -134,4 +134,4 @@ function createEmptyOdsPackage(options) {
|
|
|
134
134
|
return pkg;
|
|
135
135
|
}
|
|
136
136
|
//#endregion
|
|
137
|
-
export { DEFAULT_SHEET_NAME, MASTER_PAGE_NAME, PAGE_LAYOUT_NAME, SHEET_TABLE_STYLE_NAME, createEmptyOdsPackage };
|
|
137
|
+
export { DEFAULT_SHEET_NAME, MASTER_PAGE_NAME, ODF_VERSION, PAGE_LAYOUT_NAME, SHEET_TABLE_STYLE_NAME, createEmptyOdsPackage };
|
package/dist/edit/odt/editor.cjs
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_metadata_core_patch = require("../../metadata/core-patch.cjs");
|
|
2
3
|
const require_model_metadata = require("../../model/metadata.cjs");
|
|
3
4
|
const require_ports_clock = require("../../ports/clock.cjs");
|
|
4
5
|
const require_edit_odt_automatic_styles = require("./automatic-styles.cjs");
|
|
@@ -77,6 +78,12 @@ var OdtEditor = class {
|
|
|
77
78
|
const officeText = findOfficeText(findContentRoot(pkg));
|
|
78
79
|
this.body = new OdtBodyImpl(officeText, pkg);
|
|
79
80
|
}
|
|
81
|
+
get metadata() {
|
|
82
|
+
return (0, odf_js.readOdfMetadata)(this.pkg);
|
|
83
|
+
}
|
|
84
|
+
set metadata(value) {
|
|
85
|
+
require_metadata_core_patch.patchOdfMetadataOnPackage(this.pkg, value, "1.3");
|
|
86
|
+
}
|
|
80
87
|
paragraphs() {
|
|
81
88
|
const officeText = findOfficeText(findContentRoot(this.pkg));
|
|
82
89
|
const out = [];
|
|
@@ -2,7 +2,7 @@ import { t as ClockPort } from "../../clock-C7SUuYN0.cjs";
|
|
|
2
2
|
import { n as ParagraphInit, t as OdtParagraph } from "../../paragraph-CRaLSzWz.cjs";
|
|
3
3
|
import { t as OdtList } from "../../list-yc0dJrOX.cjs";
|
|
4
4
|
import { a as TableInit, n as OdtTable } from "../../table-COmzfIOe.cjs";
|
|
5
|
-
import { Box, ContentFormula, ContentVector } from "document-schema.js";
|
|
5
|
+
import { Box, ContentFormula, ContentVector, LayoutMetadata } from "document-schema.js";
|
|
6
6
|
import { Package } from "odf.js";
|
|
7
7
|
//#region src/edit/odt/editor.d.ts
|
|
8
8
|
interface OdtBody {
|
|
@@ -17,6 +17,8 @@ declare class OdtEditor {
|
|
|
17
17
|
readonly body: OdtBody;
|
|
18
18
|
private readonly pkg;
|
|
19
19
|
constructor(pkg: Package);
|
|
20
|
+
get metadata(): LayoutMetadata;
|
|
21
|
+
set metadata(value: LayoutMetadata);
|
|
20
22
|
paragraphs(): OdtParagraph[];
|
|
21
23
|
tables(): OdtTable[];
|
|
22
24
|
lists(): OdtList[];
|
|
@@ -2,7 +2,7 @@ import { t as ClockPort } from "../../clock-C7SUuYN0.js";
|
|
|
2
2
|
import { n as ParagraphInit, t as OdtParagraph } from "../../paragraph-D4f705GG.js";
|
|
3
3
|
import { t as OdtList } from "../../list-C32h8MNc.js";
|
|
4
4
|
import { a as TableInit, n as OdtTable } from "../../table-BmMyqRML.js";
|
|
5
|
-
import { Box, ContentFormula, ContentVector } from "document-schema.js";
|
|
5
|
+
import { Box, ContentFormula, ContentVector, LayoutMetadata } from "document-schema.js";
|
|
6
6
|
import { Package } from "odf.js";
|
|
7
7
|
//#region src/edit/odt/editor.d.ts
|
|
8
8
|
interface OdtBody {
|
|
@@ -17,6 +17,8 @@ declare class OdtEditor {
|
|
|
17
17
|
readonly body: OdtBody;
|
|
18
18
|
private readonly pkg;
|
|
19
19
|
constructor(pkg: Package);
|
|
20
|
+
get metadata(): LayoutMetadata;
|
|
21
|
+
set metadata(value: LayoutMetadata);
|
|
20
22
|
paragraphs(): OdtParagraph[];
|
|
21
23
|
tables(): OdtTable[];
|
|
22
24
|
lists(): OdtList[];
|
package/dist/edit/odt/editor.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { patchOdfMetadataOnPackage } from "../../metadata/core-patch.js";
|
|
1
2
|
import { resolveMetadataTimestamps } from "../../model/metadata.js";
|
|
2
3
|
import { systemClock } from "../../ports/clock.js";
|
|
3
4
|
import { ensurePageBreakStyleName } from "./automatic-styles.js";
|
|
@@ -7,7 +8,7 @@ import { OdtParagraph, buildParagraph } from "./paragraph.js";
|
|
|
7
8
|
import { OdtList, buildList } from "./list.js";
|
|
8
9
|
import { createEmptyOdtPackage } from "./scaffold.js";
|
|
9
10
|
import { OdtTable, buildTable } from "./table.js";
|
|
10
|
-
import { decodePackage, encodePackage } from "odf.js";
|
|
11
|
+
import { decodePackage, encodePackage, readOdfMetadata } from "odf.js";
|
|
11
12
|
//#region src/edit/odt/editor.ts
|
|
12
13
|
const CONTENT_PART_PATH = "content.xml";
|
|
13
14
|
function findContentRoot(pkg) {
|
|
@@ -76,6 +77,12 @@ var OdtEditor = class {
|
|
|
76
77
|
const officeText = findOfficeText(findContentRoot(pkg));
|
|
77
78
|
this.body = new OdtBodyImpl(officeText, pkg);
|
|
78
79
|
}
|
|
80
|
+
get metadata() {
|
|
81
|
+
return readOdfMetadata(this.pkg);
|
|
82
|
+
}
|
|
83
|
+
set metadata(value) {
|
|
84
|
+
patchOdfMetadataOnPackage(this.pkg, value, "1.3");
|
|
85
|
+
}
|
|
79
86
|
paragraphs() {
|
|
80
87
|
const officeText = findOfficeText(findContentRoot(this.pkg));
|
|
81
88
|
const out = [];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_xml_fragment = require("../../xml/fragment.cjs");
|
|
3
2
|
const require_xml_entities = require("../../xml/entities.cjs");
|
|
3
|
+
const require_xml_fragment = require("../../xml/fragment.cjs");
|
|
4
4
|
const require_layout_shared = require("../../layout/shared.cjs");
|
|
5
5
|
let document_schema_js = require("document-schema.js");
|
|
6
6
|
let odf_js = require("odf.js");
|
|
@@ -76,7 +76,7 @@ function buildHeadingStyles() {
|
|
|
76
76
|
function buildStylesXml() {
|
|
77
77
|
return require_xml_fragment.el("office:document-styles", {
|
|
78
78
|
...(0, odf_js.xmlnsAttributes)([...STYLES_NS_PREFIXES]),
|
|
79
|
-
"office:version":
|
|
79
|
+
"office:version": "1.3"
|
|
80
80
|
}, [
|
|
81
81
|
require_xml_fragment.el("office:styles", {}, buildHeadingStyles()),
|
|
82
82
|
require_xml_fragment.el("office:automatic-styles", {}, [buildPageLayout()]),
|
|
@@ -89,7 +89,7 @@ function buildStylesXml() {
|
|
|
89
89
|
function buildContentXml() {
|
|
90
90
|
return require_xml_fragment.el("office:document-content", {
|
|
91
91
|
...(0, odf_js.xmlnsAttributes)([...CONTENT_NS_PREFIXES]),
|
|
92
|
-
"office:version":
|
|
92
|
+
"office:version": "1.3"
|
|
93
93
|
}, [require_xml_fragment.el("office:automatic-styles"), require_xml_fragment.el("office:body", {}, [require_xml_fragment.el("office:text")])]);
|
|
94
94
|
}
|
|
95
95
|
function buildOfficeMeta(metadata) {
|
|
@@ -107,7 +107,7 @@ function buildOfficeMeta(metadata) {
|
|
|
107
107
|
function buildMetaXml(metadata) {
|
|
108
108
|
return require_xml_fragment.el("office:document-meta", {
|
|
109
109
|
...(0, odf_js.xmlnsAttributes)([...META_NS_PREFIXES]),
|
|
110
|
-
"office:version":
|
|
110
|
+
"office:version": "1.3"
|
|
111
111
|
}, [require_xml_fragment.el("office:meta", {}, buildOfficeMeta(metadata))]);
|
|
112
112
|
}
|
|
113
113
|
function createEmptyOdtPackage(options) {
|
|
@@ -130,4 +130,5 @@ function createEmptyOdtPackage(options) {
|
|
|
130
130
|
return pkg;
|
|
131
131
|
}
|
|
132
132
|
//#endregion
|
|
133
|
+
exports.ODF_VERSION = ODF_VERSION;
|
|
133
134
|
exports.createEmptyOdtPackage = createEmptyOdtPackage;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { LayoutMetadata } from "document-schema.js";
|
|
2
2
|
import { Package } from "odf.js";
|
|
3
3
|
//#region src/edit/odt/scaffold.d.ts
|
|
4
|
+
declare const ODF_VERSION = "1.3";
|
|
4
5
|
interface CreateEmptyOdtPackageOptions {
|
|
5
6
|
readonly metadata?: LayoutMetadata;
|
|
6
7
|
}
|
|
7
8
|
declare function createEmptyOdtPackage(options?: CreateEmptyOdtPackageOptions): Package;
|
|
8
9
|
//#endregion
|
|
9
|
-
export { CreateEmptyOdtPackageOptions, createEmptyOdtPackage };
|
|
10
|
+
export { CreateEmptyOdtPackageOptions, ODF_VERSION, createEmptyOdtPackage };
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { LayoutMetadata } from "document-schema.js";
|
|
2
2
|
import { Package } from "odf.js";
|
|
3
3
|
//#region src/edit/odt/scaffold.d.ts
|
|
4
|
+
declare const ODF_VERSION = "1.3";
|
|
4
5
|
interface CreateEmptyOdtPackageOptions {
|
|
5
6
|
readonly metadata?: LayoutMetadata;
|
|
6
7
|
}
|
|
7
8
|
declare function createEmptyOdtPackage(options?: CreateEmptyOdtPackageOptions): Package;
|
|
8
9
|
//#endregion
|
|
9
|
-
export { CreateEmptyOdtPackageOptions, createEmptyOdtPackage };
|
|
10
|
+
export { CreateEmptyOdtPackageOptions, ODF_VERSION, createEmptyOdtPackage };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { el, txt } from "../../xml/fragment.js";
|
|
2
1
|
import { encodeXmlText as encodeXmlText$1 } from "../../xml/entities.js";
|
|
2
|
+
import { el, txt } from "../../xml/fragment.js";
|
|
3
3
|
import { HEADING_STYLES } from "../../layout/shared.js";
|
|
4
4
|
import { PAGE_SIZE_LETTER } from "document-schema.js";
|
|
5
5
|
import { ODF_MEDIA_TYPES, setDocumentMediaType, syncManifest, xmlnsAttributes } from "odf.js";
|
|
@@ -75,7 +75,7 @@ function buildHeadingStyles() {
|
|
|
75
75
|
function buildStylesXml() {
|
|
76
76
|
return el("office:document-styles", {
|
|
77
77
|
...xmlnsAttributes([...STYLES_NS_PREFIXES]),
|
|
78
|
-
"office:version":
|
|
78
|
+
"office:version": "1.3"
|
|
79
79
|
}, [
|
|
80
80
|
el("office:styles", {}, buildHeadingStyles()),
|
|
81
81
|
el("office:automatic-styles", {}, [buildPageLayout()]),
|
|
@@ -88,7 +88,7 @@ function buildStylesXml() {
|
|
|
88
88
|
function buildContentXml() {
|
|
89
89
|
return el("office:document-content", {
|
|
90
90
|
...xmlnsAttributes([...CONTENT_NS_PREFIXES]),
|
|
91
|
-
"office:version":
|
|
91
|
+
"office:version": "1.3"
|
|
92
92
|
}, [el("office:automatic-styles"), el("office:body", {}, [el("office:text")])]);
|
|
93
93
|
}
|
|
94
94
|
function buildOfficeMeta(metadata) {
|
|
@@ -106,7 +106,7 @@ function buildOfficeMeta(metadata) {
|
|
|
106
106
|
function buildMetaXml(metadata) {
|
|
107
107
|
return el("office:document-meta", {
|
|
108
108
|
...xmlnsAttributes([...META_NS_PREFIXES]),
|
|
109
|
-
"office:version":
|
|
109
|
+
"office:version": "1.3"
|
|
110
110
|
}, [el("office:meta", {}, buildOfficeMeta(metadata))]);
|
|
111
111
|
}
|
|
112
112
|
function createEmptyOdtPackage(options) {
|
|
@@ -129,4 +129,4 @@ function createEmptyOdtPackage(options) {
|
|
|
129
129
|
return pkg;
|
|
130
130
|
}
|
|
131
131
|
//#endregion
|
|
132
|
-
export { createEmptyOdtPackage };
|
|
132
|
+
export { ODF_VERSION, createEmptyOdtPackage };
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_model_metadata = require("../../model/metadata.cjs");
|
|
3
|
-
const require_ports_clock = require("../../ports/clock.cjs");
|
|
4
2
|
const require_xml_fragment = require("../../xml/fragment.cjs");
|
|
3
|
+
const require_opc_content_types = require("../../opc/content-types.cjs");
|
|
5
4
|
const require_opc_paths = require("../../opc/paths.cjs");
|
|
6
5
|
const require_opc_rels = require("../../opc/rels.cjs");
|
|
6
|
+
const require_metadata_core_patch = require("../../metadata/core-patch.cjs");
|
|
7
|
+
const require_model_metadata = require("../../model/metadata.cjs");
|
|
8
|
+
const require_ports_clock = require("../../ports/clock.cjs");
|
|
7
9
|
const require_model_units = require("../../model/units.cjs");
|
|
8
|
-
const require_opc_content_types = require("../../opc/content-types.cjs");
|
|
9
10
|
const require_edit_pptx_scaffold = require("./scaffold.cjs");
|
|
10
11
|
const require_edit_pptx_slide = require("./slide.cjs");
|
|
11
12
|
let ooxml_js = require("ooxml.js");
|
|
@@ -71,6 +72,12 @@ var PptxEditor = class {
|
|
|
71
72
|
constructor(pkg) {
|
|
72
73
|
this.pkg = pkg;
|
|
73
74
|
}
|
|
75
|
+
get metadata() {
|
|
76
|
+
return (0, ooxml_js.readCoreProperties)(this.pkg);
|
|
77
|
+
}
|
|
78
|
+
set metadata(value) {
|
|
79
|
+
require_metadata_core_patch.patchOoxmlCorePropertiesOnPackage(this.pkg, value);
|
|
80
|
+
}
|
|
74
81
|
slides() {
|
|
75
82
|
const sldIdLst = findSldIdLst(findPresentationRoot(this.pkg));
|
|
76
83
|
const presentationRels = (0, ooxml_js.resolveRelationships)(this.pkg, PRESENTATION_PART_PATH);
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { t as ClockPort } from "../../clock-C7SUuYN0.cjs";
|
|
2
2
|
import { PptxSlide } from "./slide.cjs";
|
|
3
|
-
import { PageSize } from "document-schema.js";
|
|
3
|
+
import { LayoutMetadata, PageSize } from "document-schema.js";
|
|
4
4
|
import { Package } from "ooxml.js";
|
|
5
5
|
//#region src/edit/pptx/editor.d.ts
|
|
6
6
|
declare class PptxEditor {
|
|
7
7
|
private readonly pkg;
|
|
8
8
|
constructor(pkg: Package);
|
|
9
|
+
get metadata(): LayoutMetadata;
|
|
10
|
+
set metadata(value: LayoutMetadata);
|
|
9
11
|
slides(): PptxSlide[];
|
|
10
12
|
addSlide(): PptxSlide;
|
|
11
13
|
removeSlideAt(index: number): void;
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { t as ClockPort } from "../../clock-C7SUuYN0.js";
|
|
2
2
|
import { PptxSlide } from "./slide.js";
|
|
3
3
|
import { Package } from "ooxml.js";
|
|
4
|
-
import { PageSize } from "document-schema.js";
|
|
4
|
+
import { LayoutMetadata, PageSize } from "document-schema.js";
|
|
5
5
|
//#region src/edit/pptx/editor.d.ts
|
|
6
6
|
declare class PptxEditor {
|
|
7
7
|
private readonly pkg;
|
|
8
8
|
constructor(pkg: Package);
|
|
9
|
+
get metadata(): LayoutMetadata;
|
|
10
|
+
set metadata(value: LayoutMetadata);
|
|
9
11
|
slides(): PptxSlide[];
|
|
10
12
|
addSlide(): PptxSlide;
|
|
11
13
|
removeSlideAt(index: number): void;
|
package/dist/edit/pptx/editor.js
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import { resolveMetadataTimestamps } from "../../model/metadata.js";
|
|
2
|
-
import { systemClock } from "../../ports/clock.js";
|
|
3
1
|
import { el } from "../../xml/fragment.js";
|
|
2
|
+
import { ensureContentTypeOverride } from "../../opc/content-types.js";
|
|
4
3
|
import { buildRelativeTarget } from "../../opc/paths.js";
|
|
5
4
|
import { addRelationship } from "../../opc/rels.js";
|
|
5
|
+
import { patchOoxmlCorePropertiesOnPackage } from "../../metadata/core-patch.js";
|
|
6
|
+
import { resolveMetadataTimestamps } from "../../model/metadata.js";
|
|
7
|
+
import { systemClock } from "../../ports/clock.js";
|
|
6
8
|
import { emuToPt, ptToEmu } from "../../model/units.js";
|
|
7
|
-
import { ensureContentTypeOverride } from "../../opc/content-types.js";
|
|
8
9
|
import { DML_NS, PML_NS, R_NS, SLIDE_LAYOUT_PART_PATH, SLIDE_LAYOUT_REL_TYPE, buildEmptyGroupSpTree, createEmptyPptxPackage } from "./scaffold.js";
|
|
9
10
|
import { PptxSlide } from "./slide.js";
|
|
10
|
-
import { decodePackage, encodePackage, resolveRelationships, rootElement } from "ooxml.js";
|
|
11
|
+
import { decodePackage, encodePackage, readCoreProperties, resolveRelationships, rootElement } from "ooxml.js";
|
|
11
12
|
//#region src/edit/pptx/editor.ts
|
|
12
13
|
const PRESENTATION_PART_PATH = "ppt/presentation.xml";
|
|
13
14
|
const MEDIA_DIR = "ppt/media";
|
|
@@ -70,6 +71,12 @@ var PptxEditor = class {
|
|
|
70
71
|
constructor(pkg) {
|
|
71
72
|
this.pkg = pkg;
|
|
72
73
|
}
|
|
74
|
+
get metadata() {
|
|
75
|
+
return readCoreProperties(this.pkg);
|
|
76
|
+
}
|
|
77
|
+
set metadata(value) {
|
|
78
|
+
patchOoxmlCorePropertiesOnPackage(this.pkg, value);
|
|
79
|
+
}
|
|
73
80
|
slides() {
|
|
74
81
|
const sldIdLst = findSldIdLst(findPresentationRoot(this.pkg));
|
|
75
82
|
const presentationRels = resolveRelationships(this.pkg, PRESENTATION_PART_PATH);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_xml_fragment = require("../../xml/fragment.cjs");
|
|
3
|
+
const require_opc_content_types = require("../../opc/content-types.cjs");
|
|
3
4
|
const require_opc_paths = require("../../opc/paths.cjs");
|
|
4
5
|
const require_opc_rels = require("../../opc/rels.cjs");
|
|
5
|
-
const require_opc_content_types = require("../../opc/content-types.cjs");
|
|
6
6
|
const require_opc_core_properties = require("../../opc/core-properties.cjs");
|
|
7
7
|
//#region src/edit/pptx/scaffold.ts
|
|
8
8
|
const CONTENT_TYPES_NS = "http://schemas.openxmlformats.org/package/2006/content-types";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { el } from "../../xml/fragment.js";
|
|
2
|
+
import { ensureContentTypeOverride } from "../../opc/content-types.js";
|
|
2
3
|
import { buildRelativeTarget } from "../../opc/paths.js";
|
|
3
4
|
import { addRelationship } from "../../opc/rels.js";
|
|
4
|
-
import { ensureContentTypeOverride } from "../../opc/content-types.js";
|
|
5
5
|
import { addCoreProperties } from "../../opc/core-properties.js";
|
|
6
6
|
//#region src/edit/pptx/scaffold.ts
|
|
7
7
|
const CONTENT_TYPES_NS = "http://schemas.openxmlformats.org/package/2006/content-types";
|
package/dist/edit/pptx/shape.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_xml_fragment = require("../../xml/fragment.cjs");
|
|
3
2
|
const require_xml_entities = require("../../xml/entities.cjs");
|
|
3
|
+
const require_xml_fragment = require("../../xml/fragment.cjs");
|
|
4
4
|
const require_omml_write = require("../../omml/write.cjs");
|
|
5
5
|
const require_model_units = require("../../model/units.cjs");
|
|
6
6
|
const require_xml_edit = require("../../xml/edit.cjs");
|
package/dist/edit/pptx/shape.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { el, txt } from "../../xml/fragment.js";
|
|
2
1
|
import { encodeXmlText, needsSpacePreserve } from "../../xml/entities.js";
|
|
2
|
+
import { el, txt } from "../../xml/fragment.js";
|
|
3
3
|
import { buildOfficeMathParagraph } from "../../omml/write.js";
|
|
4
4
|
import { emuToPt, ptToEmu } from "../../model/units.js";
|
|
5
5
|
import { removeAttr, removeChild, setAttr } from "../../xml/edit.js";
|
package/dist/edit/pptx/slide.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_xml_entities = require("../../xml/entities.cjs");
|
|
2
3
|
const require_xml_fragment = require("../../xml/fragment.cjs");
|
|
4
|
+
const require_opc_content_types = require("../../opc/content-types.cjs");
|
|
3
5
|
const require_opc_paths = require("../../opc/paths.cjs");
|
|
4
6
|
const require_opc_rels = require("../../opc/rels.cjs");
|
|
5
|
-
const require_xml_entities = require("../../xml/entities.cjs");
|
|
6
7
|
const require_xml_edit = require("../../xml/edit.cjs");
|
|
7
|
-
const require_opc_content_types = require("../../opc/content-types.cjs");
|
|
8
8
|
const require_edit_pptx_scaffold = require("./scaffold.cjs");
|
|
9
9
|
const require_edit_pptx_shape = require("./shape.cjs");
|
|
10
10
|
const require_edit_pptx_image = require("./image.cjs");
|
package/dist/edit/pptx/slide.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
import { encodeXmlText } from "../../xml/entities.js";
|
|
1
2
|
import { el, txt } from "../../xml/fragment.js";
|
|
3
|
+
import { ensureContentTypeOverride } from "../../opc/content-types.js";
|
|
2
4
|
import { buildRelativeTarget } from "../../opc/paths.js";
|
|
3
5
|
import { addRelationship } from "../../opc/rels.js";
|
|
4
|
-
import { encodeXmlText } from "../../xml/entities.js";
|
|
5
6
|
import { removeChild } from "../../xml/edit.js";
|
|
6
|
-
import { ensureContentTypeOverride } from "../../opc/content-types.js";
|
|
7
7
|
import { DML_NS, NOTES_MASTER_REL_TYPE, PML_NS, buildEmptyGroupSpTree, ensureNotesMaster } from "./scaffold.js";
|
|
8
8
|
import { PptxShape, buildTextBoxShape } from "./shape.js";
|
|
9
9
|
import { insertPictureShapeMedia } from "./image.js";
|
package/dist/index.cjs
CHANGED
|
@@ -194,6 +194,18 @@ Object.defineProperty(exports, "ContentDrawPageSchema", {
|
|
|
194
194
|
return document_schema_js.ContentDrawPageSchema;
|
|
195
195
|
}
|
|
196
196
|
});
|
|
197
|
+
Object.defineProperty(exports, "ContentEmbeddedObjectBlockSchema", {
|
|
198
|
+
enumerable: true,
|
|
199
|
+
get: function() {
|
|
200
|
+
return document_schema_js.ContentEmbeddedObjectBlockSchema;
|
|
201
|
+
}
|
|
202
|
+
});
|
|
203
|
+
Object.defineProperty(exports, "ContentEmbeddedObjectSchema", {
|
|
204
|
+
enumerable: true,
|
|
205
|
+
get: function() {
|
|
206
|
+
return document_schema_js.ContentEmbeddedObjectSchema;
|
|
207
|
+
}
|
|
208
|
+
});
|
|
197
209
|
Object.defineProperty(exports, "ContentImageBlockSchema", {
|
|
198
210
|
enumerable: true,
|
|
199
211
|
get: function() {
|
package/dist/index.d.cts
CHANGED
|
@@ -125,9 +125,10 @@ import { OdbReportContentOptions, OdbReportNotSpecifiedError, readOdbReportConte
|
|
|
125
125
|
import { renderOdbReportContent } from "./odb/report/render.cjs";
|
|
126
126
|
import { OdbReportDataSourceError, odbReportCommandSql, resolveOdbReportRows } from "./odb/report/source.cjs";
|
|
127
127
|
import { UnsupportedPackageFormatError, decodeDocumentPackage, decodeOdbPackage, encodeDocumentPackage } from "./package-codec.cjs";
|
|
128
|
-
import { MetadataOverrides
|
|
128
|
+
import { MetadataOverrides } from "./metadata/core-patch.cjs";
|
|
129
|
+
import { PatchDocxMetadataOptions, SetDocumentMetadataOptions, patchDocxMetadata, setDocumentMetadata } from "./metadata/write.cjs";
|
|
129
130
|
import { throwIfAborted } from "./ports/abort.cjs";
|
|
130
|
-
import { Alignment, Box, COLOR_BLACK, CellPosition, CellRange, Color as LayoutColor, ContentBlock, ContentBlockSchema, ContentCellFill, ContentCellValue, ContentCellValueSchema, ContentDocument, ContentDocumentJson, ContentDocumentSchema, ContentDrawPage, ContentDrawPageSchema, ContentImageBlock, ContentImageBlockSchema, ContentListMembership, ContentPageBreak, ContentPageBreakSchema, ContentParagraph, ContentParagraphSchema, ContentPathPoint, ContentPathPointSchema, ContentPathSegment, ContentPathSegmentSchema, ContentRun, ContentRunSchema, ContentSection, ContentSectionSchema, ContentShape, ContentShapeSchema, ContentSheet, ContentSheetCell, ContentSheetCellSchema, ContentSheetColumn, ContentSheetColumnSchema, ContentSheetImage, ContentSheetPrintRange, ContentSheetPrintRangeSchema, ContentSheetPrintSettings, ContentSheetPrintSettingsSchema, ContentSheetRepeatRange, ContentSheetRepeatRangeSchema, ContentSheetRow, ContentSheetRowSchema, ContentSheetSchema, ContentSlide, ContentSlideSchema, ContentStroke, ContentStrokeSchema, ContentSubpath, ContentSubpathSchema, ContentTable, ContentTableCell, ContentTableCellSchema, ContentTableRow, ContentTableRowSchema, ContentTableSchema, ContentVector, ContentVectorSchema, DEFAULT_LAYOUT_FONT, DocumentJsonResult, DocumentSchemaKind, DocumentTree, DocumentTreeJson, DocumentTreeSchema, FontFace, LayoutFont, LayoutMetadata, Margins, MathAssembledGlyphs, MathBox, MathColor, MathFontMetrics, MathGlyphMetrics, MathGlyphPlacement, MathGlyphRun, MathLayoutItem, MathRule, MathStretchAxis, MathStretchGlyph, MathStretchResult, MathStroke, PAGE_SIZE_A4, PAGE_SIZE_LETTER, PageSize, PositionedFormula, SLIDE_SIZE_STANDARD, SLIDE_SIZE_WIDESCREEN, UnrecognizedDocumentSchemaError, cellReference, columnIndexToLetters, columnLettersToIndex, contentDocumentWithSchema, documentFromJson, documentSchemaKindOf, documentTreeWithSchema, isContentBlock, parseCellReference, parseRangeReference, rangeReference, rgbHexToColor, schemaUriFor } from "document-schema.js";
|
|
131
|
+
import { Alignment, Box, COLOR_BLACK, CellPosition, CellRange, Color as LayoutColor, ContentBlock, ContentBlockSchema, ContentCellFill, ContentCellValue, ContentCellValueSchema, ContentDocument, ContentDocumentJson, ContentDocumentSchema, ContentDrawPage, ContentDrawPageSchema, ContentEmbeddedObject, ContentEmbeddedObjectBlock, ContentEmbeddedObjectBlockSchema, ContentEmbeddedObjectKind, ContentEmbeddedObjectSchema, ContentImageBlock, ContentImageBlockSchema, ContentListMembership, ContentPageBreak, ContentPageBreakSchema, ContentParagraph, ContentParagraphSchema, ContentPathPoint, ContentPathPointSchema, ContentPathSegment, ContentPathSegmentSchema, ContentRun, ContentRunSchema, ContentSection, ContentSectionSchema, ContentShape, ContentShapeSchema, ContentSheet, ContentSheetCell, ContentSheetCellSchema, ContentSheetColumn, ContentSheetColumnSchema, ContentSheetImage, ContentSheetPrintRange, ContentSheetPrintRangeSchema, ContentSheetPrintSettings, ContentSheetPrintSettingsSchema, ContentSheetRepeatRange, ContentSheetRepeatRangeSchema, ContentSheetRow, ContentSheetRowSchema, ContentSheetSchema, ContentSlide, ContentSlideSchema, ContentStroke, ContentStrokeSchema, ContentSubpath, ContentSubpathSchema, ContentTable, ContentTableCell, ContentTableCellSchema, ContentTableRow, ContentTableRowSchema, ContentTableSchema, ContentVector, ContentVectorSchema, DEFAULT_LAYOUT_FONT, DocumentJsonResult, DocumentSchemaKind, DocumentTree, DocumentTreeJson, DocumentTreeSchema, FontFace, LayoutFont, LayoutMetadata, Margins, MathAssembledGlyphs, MathBox, MathColor, MathFontMetrics, MathGlyphMetrics, MathGlyphPlacement, MathGlyphRun, MathLayoutItem, MathRule, MathStretchAxis, MathStretchGlyph, MathStretchResult, MathStroke, PAGE_SIZE_A4, PAGE_SIZE_LETTER, PageSize, PositionedFormula, SLIDE_SIZE_STANDARD, SLIDE_SIZE_WIDESCREEN, UnrecognizedDocumentSchemaError, cellReference, columnIndexToLetters, columnLettersToIndex, contentDocumentWithSchema, documentFromJson, documentSchemaKindOf, documentTreeWithSchema, isContentBlock, parseCellReference, parseRangeReference, rangeReference, rgbHexToColor, schemaUriFor } from "document-schema.js";
|
|
131
132
|
import { FontFaceParseError, FontRegistry, FontRegistryOptions, FontSubstitution, LAYOUT_FORMAT_VERSION, LayoutDocument, LayoutDocumentSchema, LayoutEllipse, LayoutImage, LayoutImageAsset, LayoutItem, LayoutLine, LayoutLink, LayoutPage, LayoutPath, LayoutPathSegment, LayoutRect, LayoutSubpath, LayoutText, LoadedMathFont, MathFont, MathFontDescriptorMetrics, NOOP_DIAGNOSTIC_SINK, PdfDiagnostic, PdfDiagnosticSeverity, PdfDiagnosticSink, PdfEncryptedError, PdfParseError, ProvidedFont, ReadPdfOptions, ResolvedFace, WinAnsiSubstitution, WritePdfOptions, createFontMeasurer, createFontRegistry, createStandardFontMeasurer, loadMathFont, pdfCodec, readFontFace as describeFontFace, readPdf, writePdf } from "pdf-codec";
|
|
132
133
|
import { Attribute, AttributeSchema, BinaryPart, BinaryPartSchema, Comment, CommentSchema, CompactAttrPairs, CompactPackage, CompactPackageSchema, CompactPart, CompactPartSchema, CompactXmlNode, CompactXmlNodeSchema, DefinedName, DefinedNameSchema, Footnote, FootnoteSchema, HeaderFooterPart, HeaderFooterPartSchema, NumberingDefinition, NumberingDefinitionSchema, NumberingDefinitions, NumberingLevel, NumberingLevelSchema, Package, PackageSchema, Part, PartSchema, Relationship, SectionHeaderFooterReferences, SectionHeaderFooterReferencesSchema, XmlCdata, XmlCdataSchema, XmlComment, XmlCommentSchema, XmlDeclaration, XmlDeclarationSchema, XmlElement, XmlElementSchema, XmlNode, XmlNodeSchema, XmlPart, XmlPartSchema, XmlPi, XmlPiSchema, XmlText, XmlTextSchema, attr, base64ToBytes, buildXlsxPackageFromContent as buildXlsxPackage, buildXml, bytesToBase64, childrenWithTag, compactCodec, compactPackageCodec, decodeCompactPackage, decodeEntities, decodePackage, elementsWithTag, encodeCompactPackage, encodePackage, fromCompact, isCompactXmlNode, isXmlNode, packageCodec, parsePackage, parseXml, readXlsxContent, resolveRelationships, rootElement, serializePackage, textContent as textContent$1, toCompact, unzipPackage, walk, xmlCodec, zipPackage } from "ooxml.js";
|
|
133
134
|
import { OdbComponentInfo, OdbConnectionInfo, OdbForm, OdbFormControl, OdbFormDefinition, OdbInventory, OdbQueryInfo, OdbReport, OdbReportBand, OdbReportElement, OdbReportFunction, OdbReportGroup, readOdbForm, readOdbInventory, readOdbReport, resolveOdbComponent } from "odf.js";
|
|
@@ -135,4 +136,4 @@ import { RtfBytesSchema, readRtfContent, writeRtfContent } from "rtf-codec";
|
|
|
135
136
|
import { readWpdContent } from "wpd-codec";
|
|
136
137
|
import { readDocContent, writeDocContent } from "doc-codec";
|
|
137
138
|
import { XlsContentDocument, readXlsContent, writeXlsContent } from "xls-codec";
|
|
138
|
-
export { type Alignment, type Attribute, AttributeSchema, type BinaryPart, BinaryPartSchema, type Box, type BuildCsvTextOptions, type BuildDocxPackageOptions, type BuildOdgPackageOptions, type BuildOdpPackageOptions, type BuildOdsPackageOptions, type BuildOdtPackageOptions, type BuildPptxPackageOptions, type BuildSvgTextOptions, COLOR_BLACK, type CellPosition, type CellRange, type CellTypeDeclineReason, type CellTypeInference, type CellTypeInferenceResult, type CellTypeInferenceSink, type CellTypeRule, type ClockPort, type Comment, CommentSchema, type CompactAttrPairs, type CompactPackage, CompactPackageSchema, type CompactPart, CompactPartSchema, type CompactXmlNode, CompactXmlNodeSchema, type CompositionHop, type ContentBlock, ContentBlockSchema, type ContentCellFill, type ContentCellValue, ContentCellValueSchema, type ContentDocument, type ContentDocumentJson, ContentDocumentSchema, type ContentDrawPage, ContentDrawPageSchema, type ContentImageBlock, ContentImageBlockSchema, type ContentListMembership, type ContentPageBreak, ContentPageBreakSchema, type ContentParagraph, ContentParagraphSchema, type ContentPathPoint, ContentPathPointSchema, type ContentPathSegment, ContentPathSegmentSchema, type ContentRun, ContentRunSchema, type ContentSection, ContentSectionSchema, type ContentShape, ContentShapeSchema, type ContentSheet, type ContentSheetCell, ContentSheetCellSchema, type ContentSheetColumn, ContentSheetColumnSchema, type ContentSheetImage, type ContentSheetPrintRange, ContentSheetPrintRangeSchema, type ContentSheetPrintSettings, ContentSheetPrintSettingsSchema, type ContentSheetRepeatRange, ContentSheetRepeatRangeSchema, type ContentSheetRow, ContentSheetRowSchema, ContentSheetSchema, type ContentSlide, ContentSlideSchema, type ContentStroke, ContentStrokeSchema, type ContentSubpath, ContentSubpathSchema, type ContentTable, type ContentTableCell, ContentTableCellSchema, type ContentTableRow, ContentTableRowSchema, ContentTableSchema, type ContentVector, ContentVectorSchema, type ConversionOptions, type ConversionPlan, type ConversionRequest, type ConversionResult, type CreateDocxOptions, type CreateEmptyDocxPackageOptions, type CreateEmptyOdgPackageOptions, type CreateEmptyOdpPackageOptions, type CreateEmptyOdsPackageOptions, type CreateEmptyOdtPackageOptions, type CreateEmptyPptxPackageOptions, type CreateMarkdownEditorOptions, type CreateOdgOptions, type CreateOdpOptions, type CreateOdsOptions, type CreateOdtOptions, type CreatePdfOptions, type CreatePptxOptions, CsvBytesSchema, CsvInvalidUtf8Error, CsvParseError, type CsvReadOptions, CsvSheetNotFoundError, CsvSheetNotSpecifiedError, CsvUnsupportedDocumentKindError, type CsvWriteOptions, DEFAULT_LAYOUT_FONT, DOCUMENT_FORMATS, type DefinedName, DefinedNameSchema, type Diagnostic, DocBytesSchema, type DocumentBridgeOptions, type DocumentConverter, type DocumentFontRegistryOptions, type DocumentFormat, DocumentFormatSchema, type DocumentFormulaEntry, type DocumentJsonResult, type DocumentPayload, type DocumentSchemaKind, type DocumentToPdfOptions, type DocumentTree, type DocumentTreeJson, DocumentTreeSchema, type DocxBody, DocxBytesSchema, DocxEditor, type DocxExtras, DocxParagraph, DocxRun, DocxTable, DocxTableCell, DocxTableRow, type DocxVerticalMerge, type DrawingLayoutOptions, type DrawingLayoutResult, type DrawingParagraphInit, type DrawingRunInit, type EngineLayoutOptions, SUPPORTED_BACKUP_FORMAT_VERSION as FIREBIRD_SUPPORTED_BACKUP_FORMAT_VERSION, FirebirdBackupFormatError, FirebirdBackupParseError, type FirebirdBackupSummary, FirebirdCompositeRecordUnsupportedError, FirebirdDataParseError, FirebirdSchemaParseError, FirebirdUnsupportedFieldTypeError, FontDeobfuscationError, type FontFace, FontFaceParseError, type FontRegistry, type FontRegistryOptions, type FontSourcePackage, type FontSubstitution, type Footnote, FootnoteSchema, type GridLattice, type HeaderFooterPart, HeaderFooterPartSchema, type HsqldbBinaryScript, HsqldbBinaryScriptParseError, type HsqldbColumn, type HsqldbDecodeOptions, HsqldbRowFormatError, HsqldbScriptParseError, HsqldbSqlEvaluationError, HsqldbSqlParseError, HsqldbSqlUnsupportedError, type HsqldbTable, LATEX_DIAGNOSTIC_CODES, LAYOUT_FORMAT_VERSION, type LatexDiagnostic, type LatexDiagnosticCode, type LatexDiagnosticSink, type LatexFormulaOptions, type LatexFormulaResult, type LatexLoweringResult, type LayoutColor, type LayoutDocument, LayoutDocumentSchema, type LayoutEllipse, type LayoutFont, type LayoutFormulaOptions, type LayoutImage, type LayoutImageAsset, type LayoutItem, type LayoutLine, type LayoutLink, type LayoutMetadata, type LayoutPage, type LayoutPath, type LayoutPathSegment, type LayoutRect, type LayoutSubpath, type LayoutText, type LoadedMathFont, type LowerLatexOptions, MATH_LINT_CODES, type Margins, type MarkdownBody, MarkdownBytesSchema, MarkdownEditor, MarkdownList, type MarkdownListInit, type MarkdownMathLoweringOptions, MarkdownParagraph, type ParagraphInit as MarkdownParagraphInit, type MarkdownRenderDiagnostic, type MarkdownRenderDiagnosticCode, MarkdownRenderDiagnosticCodes, type MarkdownRenderDiagnosticSeverity, type MarkdownRenderDiagnosticSink, MarkdownRun, type RunInit as MarkdownRunInit, MarkdownTable, MarkdownTableCell, type TableInit as MarkdownTableInit, MarkdownTableRow, type MathAssembledGlyphs, type MathBox, type MathColor, type MathDiagnostic, type MathDiagnosticKind, type MathFont, type MathFontDescriptorMetrics, type MathFontMetrics, type MathGlyphMetrics, type MathGlyphPlacement, type MathGlyphRun, type MathLayoutItem, type MathLayoutResult, type MathLintCode, type MathLintDiagnostic, type MathMlAttribute, type MathMlElement, type MathMlNode, type MathMlText, type MathRule, type MathStretchAxis, type MathStretchGlyph, type MathStretchResult, type MathStroke, type MathVariant, type MetadataOverrides, NOOP_DIAGNOSTIC_SINK, type NumberingDefinition, NumberingDefinitionSchema, type NumberingDefinitions, type NumberingLevel, NumberingLevelSchema, type OdbComponentInfo, type OdbConnectionInfo, type OdbConversionOptions, type OdbForm, type OdbFormControl, type OdbFormDefinition, type OdbInventory, OdbNoEmbeddedDataSourceError, type OdbQueryInfo, type OdbReport, type OdbReportBand, type OdbReportContentOptions, OdbReportDataSourceError, type OdbReportElement, type OdbReportFunction, type OdbReportGroup, OdbReportNotSpecifiedError, type OdbReportToDocxOptions, type OdbReportToOdtOptions, OdbTableNotFoundError, OdbTableNotSpecifiedError, type OdbToCsvOptions, type OdbUnsupportedFormat, OdbUnsupportedFormatError, OdfEmbeddedFontError, OdgBoxVector, type BoxVectorInit as OdgBoxVectorInit, OdgBytesSchema, OdgEditor, OdgLineVector, type LineVectorInit as OdgLineVectorInit, OdgPage, type PageImageInit as OdgPageImageInit, OdgPathVector, type PathVectorInit as OdgPathVectorInit, type TextBoxInit as OdgTextBoxInit, type OdgVector, type OdgVectorKind, type OdmToPdfOptions, OdmUnresolvedSectionError, OdpBytesSchema, OdpEditor, OdpShape, OdpSlide, type SlideImageInit as OdpSlideImageInit, type SlideTableInit as OdpSlideTableInit, type TextBoxInit$1 as OdpTextBoxInit, OdsBytesSchema, OdsCell, OdsEditor, OdsSheet, type OdtBody, OdtBytesSchema, OdtEditor, OdtList, OdtListItem, OdtParagraph, type ParagraphInit$1 as OdtParagraphInit, OdtRun, type RunInit$1 as OdtRunInit, OdtTable, OdtTableCell, type TableInit$1 as OdtTableInit, OdtTableRow, type OmmlDiagnostic, type OmmlDiagnosticKind, type OmmlReadResult, type OmmlWriteResult, OoxmlEmbeddedFontError, type OperatorProperties, PAGE_SIZE_A4, PAGE_SIZE_LETTER, type Package, PackageSchema, type PageInit, type PageSize, type Part, PartSchema, type PatchDocxMetadataOptions, PdfBytesSchema, type PdfDiagnostic, type PdfDiagnosticSeverity, type PdfDiagnosticSink, PdfEditor, type PdfEllipseInit, PdfEllipseItem, PdfEncryptedError, type PdfImageInit, PdfImageItem, PdfInternalLinkItem, type PdfItem, type PdfLineInit, PdfLineItem, type PdfLinkInit, PdfLinkItem, PdfPage, PdfParseError, type PdfPathInit, PdfPathItem, type PdfRectInit, PdfRectItem, type PdfTextInit, PdfTextItem, type PdfToDocumentOptions, type PositionedFormula, PptBytesSchema, PptxBytesSchema, PptxEditor, PptxShape, PptxSlide, PptxTable, PptxTableCell, type PptxTableInit, PptxTableRow, type PresentationLayoutResult, type ProvidedFont, type ReadCsvContentOptions, type ReadDocumentMetadataOptions, type ReadDocxContentOptions, type ReadFirebirdBackupResult, type ReadNativeDocumentTreeOptions, type ReadPdfOptions, type ReadSvgContentOptions, type ReconstructOptions, type Relationship, type RenderMarkdownOptions, type ResolvedFace, type RptAggregateFunction, type RptBandDefinition, type RptBandInstance, type RptBandKind, type RptFormula, RptFormulaEvaluationError, RptFormulaParseError, RptFormulaUnsupportedError, type RptGroupDefinition, type RptNamedFunctionDefinition, type RptReference, type RptReportDefinition, type RptReportRun, RptReportStructureError, type RptScope, RtfBytesSchema, SLIDE_SIZE_STANDARD, SLIDE_SIZE_WIDESCREEN, SVG_DIAGNOSTIC_CODES, type SectionHeaderFooterReferences, SectionHeaderFooterReferencesSchema, type SetDocumentMetadataOptions, type SheetsLayoutOptions, type SlideImageInit$1 as SlideImageInit, type SlideTableInit$1 as SlideTableInit, type SlidesLayoutOptions, type SpreadsheetLayoutResult, type SqlAggregateArgument, type SqlAggregateFunction, type SqlColumnRef, type SqlComparisonOperator, type SqlFromClause, type SqlJoinClause, type SqlLiteral, type SqlNameRef, type SqlOperand, type SqlOrderByTerm, type SqlPredicate, type SqlPunctuation, type SqlResultSet, type SqlSelectItem, type SqlSelectStatement, type SqlSortDirection, type SqlToken, SvgBytesSchema, type SvgDiagnostic, type SvgDiagnosticCode, type SvgDiagnosticSink, SvgInvalidUtf8Error, SvgMissingRootElementError, SvgMultiPageNotSpecifiedError, SvgPageNotFoundError, type SvgReadOptions, SvgUnsupportedDocumentKindError, type SvgWriteOptions, type TextBoxInit$2 as TextBoxInit, type UnifiedConversionOptions, UnrecognizedDocumentSchemaError, UnsupportedFontSourceFormatError, UnsupportedPackageFormatError, type WinAnsiSubstitution, type WordprocessingLayoutResult, type WritePdfOptions, XlsBytesSchema, type XlsContentDocument, XlsxBytesSchema, type XmlCdata, XmlCdataSchema, type XmlComment, XmlCommentSchema, type XmlDeclaration, XmlDeclarationSchema, type XmlElement, XmlElementSchema, type XmlNode, XmlNodeSchema, type XmlPart, XmlPartSchema, type XmlPi, XmlPiSchema, type XmlText, XmlTextSchema, applyMathVariant, attr, base64ToBytes, buildCsvText, buildDocumentBytes, buildDocxPackage, buildDrawingBlock, buildFormulaBlock, buildMarkdownText, buildOdgPackage, buildOdpPackage, buildOdsPackage, buildOdtPackage, buildOfficeMath, buildOfficeMathParagraph, buildPptxPackage, buildSvgText, buildXlsxPackage, buildXml, bytesToBase64, cellReference, childrenWithTag, collectDocumentFormulas, collectOfficeMathElements, columnIndexToLetters, columnLettersToIndex, compactCodec, compactPackageCodec, contentDocumentWithSchema, convertDocument, convertDrawingToLayout, convertPresentationToLayout, convertSpreadsheetToLayout, convertWordprocessingToLayout, createDocumentFontRegistry, createDocx, createFontMeasurer, createFontRegistry, createLocalDocumentConverter, createMarkdownEditor, createOdg, createOdp, createOds, createOdt, createPdf, createPptx, createStandardFontMeasurer, csvMarkdownCodec, csvPdfCodec, csvToMarkdown, csvToOds, csvToPdf, csvToXlsx, decodeCompactPackage, decodeCsvText, decodeDocumentPackage, decodeEntities, decodeHsqldbCachedTables, decodeMarkdownText, decodeOdbPackage, decodePackage, decodeSvgText, deobfuscateEmbeddedFont, deriveFontKey, describeFontFace, detectGridLattice, docPdfCodec, docToPdf, documentFromJson, documentSchemaKindOf, documentTreeWithSchema, docxPdfCodec, docxToMarkdown, docxToOdt, docxToPdf, docxToPptx, drawingOfBlock, elementChildren, elementLocalName, elementsWithTag, embeddedPresentationSerialiser, encodeCompactPackage, encodeCsvText, encodeDocumentPackage, encodeMarkdownText, encodePackage, encodeSvgText, evaluateRptBandOutsideData, evaluateSelect, extractOdfEmbeddedFonts, extractOoxmlEmbeddedFonts, extractSourceFonts, extractSourceFontsForFormat, firstChildByLocalName, fixedClock, flipY, formulaDocument, formulaOfBlock, formulaPlaceholderText, fromCompact, displayTextFor as hsqldbCellDisplayText, inferCellValue, inflateHsqldbCompressedScript, isCompactXmlNode, isContentBlock, isMathMlElement, isMathVariant, isXmlNode, latexToFormula, layoutDocumentFromPackage, layoutFormula, lintMathCoherence, loadMathFont, localName, looksLikeSfnt, lowerLatex, lowerMarkdownMath, mapMathVariant, markdownDocxCodec, markdownOdtCodec, markdownPdfCodec, markdownToCsv, markdownToDocx, markdownToOdt, markdownToPdf, markdownToXlsx, textContent as mathMlTextContent, odbReportCommandSql, odbReportGroupChain, odbReportToDocx, odbReportToOdt, odbReportToPdf, odbTablesToSpreadsheetDocument, odbToCsv, odbToXlsx, odfToPdf, odgPdfCodec, odgSvgCodec, odgToPdf, odgToSvg, odmToPdf, odpPdfCodec, odpPptxCodec, odpToOdt, odpToPdf, odpToPptx, odsCsvCodec, odsPdfCodec, odsToCsv, odsToPdf, odsToXlsx, odsXlsxCodec, odtDocxCodec, odtPdfCodec, odtToDocx, odtToMarkdown, odtToOdp, odtToPdf, openDocx, openMarkdown, openOdg, openOdp, openOds, openOdt, openPdf, openPptx, operatorProperties, packageCodec, parseCellReference, parseHsqldbBinaryScript, parseHsqldbScript, parsePackage, parseRangeReference, parseRptFormula, parseSelect, parseXml, patchDocxMetadata, pdfCodec, pdfToCsv, pdfToDoc, pdfToDocx, pdfToMarkdown, pdfToOdg, pdfToOdp, pdfToOds, pdfToOdt, pdfToPpt, pdfToPptx, pdfToRtf, pdfToSvg, pdfToXls, pdfToXlsx, pptPdfCodec, pptToPdf, pptxPdfCodec, pptxToDocx, pptxToOdp, pptxToPdf, rangeReference, readCsvContent, readDocContent, readDocumentMetadata, readDocxContent, readDocxExtras, readFirebirdBackup, readMarkdownContent, readNativeDocumentTree, readOdbForm, readOdbForms, readOdbInventory, readOdbReport, readOdbReportContent, readOdbReports, readOdbTables, readOdfEmbeddedFormula, readOdfFormulaContent, readOdgContent, readOdpContent, readOdsContent, readOdtContent, readOfficeMath, readPdf, readPptContent, readPptxContent, readRtfContent, readSvgContent, readWpdContent, readXlsContent, readXlsxContent, reconstructDrawing, reconstructPresentation, reconstructSpreadsheet, reconstructWordprocessing, renderContentDocumentToMarkdown, renderOdbReportContent, resolveCompositionPlan, resolveMetadataTimestamps, resolveOdbComponent, resolveOdbReportRows, resolveRelationships, rgbHexToColor, rootElement, rptBandDefinition, rptDefinitionFromReport, rtfPdfCodec, rtfToPdf, runRptReport, schemaUriFor, serializePackage, setDocumentMetadata, svgPdfCodec, svgToOdg, svgToPdf, systemClock, textContent$1 as textContent, throwIfAborted, toCompact, tokenizeSql, unzipPackage, walk, writeDocContent, writePdf, writePptContent, writeRtfContent, writeXlsContent, xlsPdfCodec, xlsToPdf, xlsxCsvCodec, xlsxMarkdownCodec, xlsxPdfCodec, xlsxToCsv, xlsxToMarkdown, xlsxToOds, xlsxToPdf, xmlCodec, zipPackage };
|
|
139
|
+
export { type Alignment, type Attribute, AttributeSchema, type BinaryPart, BinaryPartSchema, type Box, type BuildCsvTextOptions, type BuildDocxPackageOptions, type BuildOdgPackageOptions, type BuildOdpPackageOptions, type BuildOdsPackageOptions, type BuildOdtPackageOptions, type BuildPptxPackageOptions, type BuildSvgTextOptions, COLOR_BLACK, type CellPosition, type CellRange, type CellTypeDeclineReason, type CellTypeInference, type CellTypeInferenceResult, type CellTypeInferenceSink, type CellTypeRule, type ClockPort, type Comment, CommentSchema, type CompactAttrPairs, type CompactPackage, CompactPackageSchema, type CompactPart, CompactPartSchema, type CompactXmlNode, CompactXmlNodeSchema, type CompositionHop, type ContentBlock, ContentBlockSchema, type ContentCellFill, type ContentCellValue, ContentCellValueSchema, type ContentDocument, type ContentDocumentJson, ContentDocumentSchema, type ContentDrawPage, ContentDrawPageSchema, type ContentEmbeddedObject, type ContentEmbeddedObjectBlock, ContentEmbeddedObjectBlockSchema, type ContentEmbeddedObjectKind, ContentEmbeddedObjectSchema, type ContentImageBlock, ContentImageBlockSchema, type ContentListMembership, type ContentPageBreak, ContentPageBreakSchema, type ContentParagraph, ContentParagraphSchema, type ContentPathPoint, ContentPathPointSchema, type ContentPathSegment, ContentPathSegmentSchema, type ContentRun, ContentRunSchema, type ContentSection, ContentSectionSchema, type ContentShape, ContentShapeSchema, type ContentSheet, type ContentSheetCell, ContentSheetCellSchema, type ContentSheetColumn, ContentSheetColumnSchema, type ContentSheetImage, type ContentSheetPrintRange, ContentSheetPrintRangeSchema, type ContentSheetPrintSettings, ContentSheetPrintSettingsSchema, type ContentSheetRepeatRange, ContentSheetRepeatRangeSchema, type ContentSheetRow, ContentSheetRowSchema, ContentSheetSchema, type ContentSlide, ContentSlideSchema, type ContentStroke, ContentStrokeSchema, type ContentSubpath, ContentSubpathSchema, type ContentTable, type ContentTableCell, ContentTableCellSchema, type ContentTableRow, ContentTableRowSchema, ContentTableSchema, type ContentVector, ContentVectorSchema, type ConversionOptions, type ConversionPlan, type ConversionRequest, type ConversionResult, type CreateDocxOptions, type CreateEmptyDocxPackageOptions, type CreateEmptyOdgPackageOptions, type CreateEmptyOdpPackageOptions, type CreateEmptyOdsPackageOptions, type CreateEmptyOdtPackageOptions, type CreateEmptyPptxPackageOptions, type CreateMarkdownEditorOptions, type CreateOdgOptions, type CreateOdpOptions, type CreateOdsOptions, type CreateOdtOptions, type CreatePdfOptions, type CreatePptxOptions, CsvBytesSchema, CsvInvalidUtf8Error, CsvParseError, type CsvReadOptions, CsvSheetNotFoundError, CsvSheetNotSpecifiedError, CsvUnsupportedDocumentKindError, type CsvWriteOptions, DEFAULT_LAYOUT_FONT, DOCUMENT_FORMATS, type DefinedName, DefinedNameSchema, type Diagnostic, DocBytesSchema, type DocumentBridgeOptions, type DocumentConverter, type DocumentFontRegistryOptions, type DocumentFormat, DocumentFormatSchema, type DocumentFormulaEntry, type DocumentJsonResult, type DocumentPayload, type DocumentSchemaKind, type DocumentToPdfOptions, type DocumentTree, type DocumentTreeJson, DocumentTreeSchema, type DocxBody, DocxBytesSchema, DocxEditor, type DocxExtras, DocxParagraph, DocxRun, DocxTable, DocxTableCell, DocxTableRow, type DocxVerticalMerge, type DrawingLayoutOptions, type DrawingLayoutResult, type DrawingParagraphInit, type DrawingRunInit, type EngineLayoutOptions, SUPPORTED_BACKUP_FORMAT_VERSION as FIREBIRD_SUPPORTED_BACKUP_FORMAT_VERSION, FirebirdBackupFormatError, FirebirdBackupParseError, type FirebirdBackupSummary, FirebirdCompositeRecordUnsupportedError, FirebirdDataParseError, FirebirdSchemaParseError, FirebirdUnsupportedFieldTypeError, FontDeobfuscationError, type FontFace, FontFaceParseError, type FontRegistry, type FontRegistryOptions, type FontSourcePackage, type FontSubstitution, type Footnote, FootnoteSchema, type GridLattice, type HeaderFooterPart, HeaderFooterPartSchema, type HsqldbBinaryScript, HsqldbBinaryScriptParseError, type HsqldbColumn, type HsqldbDecodeOptions, HsqldbRowFormatError, HsqldbScriptParseError, HsqldbSqlEvaluationError, HsqldbSqlParseError, HsqldbSqlUnsupportedError, type HsqldbTable, LATEX_DIAGNOSTIC_CODES, LAYOUT_FORMAT_VERSION, type LatexDiagnostic, type LatexDiagnosticCode, type LatexDiagnosticSink, type LatexFormulaOptions, type LatexFormulaResult, type LatexLoweringResult, type LayoutColor, type LayoutDocument, LayoutDocumentSchema, type LayoutEllipse, type LayoutFont, type LayoutFormulaOptions, type LayoutImage, type LayoutImageAsset, type LayoutItem, type LayoutLine, type LayoutLink, type LayoutMetadata, type LayoutPage, type LayoutPath, type LayoutPathSegment, type LayoutRect, type LayoutSubpath, type LayoutText, type LoadedMathFont, type LowerLatexOptions, MATH_LINT_CODES, type Margins, type MarkdownBody, MarkdownBytesSchema, MarkdownEditor, MarkdownList, type MarkdownListInit, type MarkdownMathLoweringOptions, MarkdownParagraph, type ParagraphInit as MarkdownParagraphInit, type MarkdownRenderDiagnostic, type MarkdownRenderDiagnosticCode, MarkdownRenderDiagnosticCodes, type MarkdownRenderDiagnosticSeverity, type MarkdownRenderDiagnosticSink, MarkdownRun, type RunInit as MarkdownRunInit, MarkdownTable, MarkdownTableCell, type TableInit as MarkdownTableInit, MarkdownTableRow, type MathAssembledGlyphs, type MathBox, type MathColor, type MathDiagnostic, type MathDiagnosticKind, type MathFont, type MathFontDescriptorMetrics, type MathFontMetrics, type MathGlyphMetrics, type MathGlyphPlacement, type MathGlyphRun, type MathLayoutItem, type MathLayoutResult, type MathLintCode, type MathLintDiagnostic, type MathMlAttribute, type MathMlElement, type MathMlNode, type MathMlText, type MathRule, type MathStretchAxis, type MathStretchGlyph, type MathStretchResult, type MathStroke, type MathVariant, type MetadataOverrides, NOOP_DIAGNOSTIC_SINK, type NumberingDefinition, NumberingDefinitionSchema, type NumberingDefinitions, type NumberingLevel, NumberingLevelSchema, type OdbComponentInfo, type OdbConnectionInfo, type OdbConversionOptions, type OdbForm, type OdbFormControl, type OdbFormDefinition, type OdbInventory, OdbNoEmbeddedDataSourceError, type OdbQueryInfo, type OdbReport, type OdbReportBand, type OdbReportContentOptions, OdbReportDataSourceError, type OdbReportElement, type OdbReportFunction, type OdbReportGroup, OdbReportNotSpecifiedError, type OdbReportToDocxOptions, type OdbReportToOdtOptions, OdbTableNotFoundError, OdbTableNotSpecifiedError, type OdbToCsvOptions, type OdbUnsupportedFormat, OdbUnsupportedFormatError, OdfEmbeddedFontError, OdgBoxVector, type BoxVectorInit as OdgBoxVectorInit, OdgBytesSchema, OdgEditor, OdgLineVector, type LineVectorInit as OdgLineVectorInit, OdgPage, type PageImageInit as OdgPageImageInit, OdgPathVector, type PathVectorInit as OdgPathVectorInit, type TextBoxInit as OdgTextBoxInit, type OdgVector, type OdgVectorKind, type OdmToPdfOptions, OdmUnresolvedSectionError, OdpBytesSchema, OdpEditor, OdpShape, OdpSlide, type SlideImageInit as OdpSlideImageInit, type SlideTableInit as OdpSlideTableInit, type TextBoxInit$1 as OdpTextBoxInit, OdsBytesSchema, OdsCell, OdsEditor, OdsSheet, type OdtBody, OdtBytesSchema, OdtEditor, OdtList, OdtListItem, OdtParagraph, type ParagraphInit$1 as OdtParagraphInit, OdtRun, type RunInit$1 as OdtRunInit, OdtTable, OdtTableCell, type TableInit$1 as OdtTableInit, OdtTableRow, type OmmlDiagnostic, type OmmlDiagnosticKind, type OmmlReadResult, type OmmlWriteResult, OoxmlEmbeddedFontError, type OperatorProperties, PAGE_SIZE_A4, PAGE_SIZE_LETTER, type Package, PackageSchema, type PageInit, type PageSize, type Part, PartSchema, type PatchDocxMetadataOptions, PdfBytesSchema, type PdfDiagnostic, type PdfDiagnosticSeverity, type PdfDiagnosticSink, PdfEditor, type PdfEllipseInit, PdfEllipseItem, PdfEncryptedError, type PdfImageInit, PdfImageItem, PdfInternalLinkItem, type PdfItem, type PdfLineInit, PdfLineItem, type PdfLinkInit, PdfLinkItem, PdfPage, PdfParseError, type PdfPathInit, PdfPathItem, type PdfRectInit, PdfRectItem, type PdfTextInit, PdfTextItem, type PdfToDocumentOptions, type PositionedFormula, PptBytesSchema, PptxBytesSchema, PptxEditor, PptxShape, PptxSlide, PptxTable, PptxTableCell, type PptxTableInit, PptxTableRow, type PresentationLayoutResult, type ProvidedFont, type ReadCsvContentOptions, type ReadDocumentMetadataOptions, type ReadDocxContentOptions, type ReadFirebirdBackupResult, type ReadNativeDocumentTreeOptions, type ReadPdfOptions, type ReadSvgContentOptions, type ReconstructOptions, type Relationship, type RenderMarkdownOptions, type ResolvedFace, type RptAggregateFunction, type RptBandDefinition, type RptBandInstance, type RptBandKind, type RptFormula, RptFormulaEvaluationError, RptFormulaParseError, RptFormulaUnsupportedError, type RptGroupDefinition, type RptNamedFunctionDefinition, type RptReference, type RptReportDefinition, type RptReportRun, RptReportStructureError, type RptScope, RtfBytesSchema, SLIDE_SIZE_STANDARD, SLIDE_SIZE_WIDESCREEN, SVG_DIAGNOSTIC_CODES, type SectionHeaderFooterReferences, SectionHeaderFooterReferencesSchema, type SetDocumentMetadataOptions, type SheetsLayoutOptions, type SlideImageInit$1 as SlideImageInit, type SlideTableInit$1 as SlideTableInit, type SlidesLayoutOptions, type SpreadsheetLayoutResult, type SqlAggregateArgument, type SqlAggregateFunction, type SqlColumnRef, type SqlComparisonOperator, type SqlFromClause, type SqlJoinClause, type SqlLiteral, type SqlNameRef, type SqlOperand, type SqlOrderByTerm, type SqlPredicate, type SqlPunctuation, type SqlResultSet, type SqlSelectItem, type SqlSelectStatement, type SqlSortDirection, type SqlToken, SvgBytesSchema, type SvgDiagnostic, type SvgDiagnosticCode, type SvgDiagnosticSink, SvgInvalidUtf8Error, SvgMissingRootElementError, SvgMultiPageNotSpecifiedError, SvgPageNotFoundError, type SvgReadOptions, SvgUnsupportedDocumentKindError, type SvgWriteOptions, type TextBoxInit$2 as TextBoxInit, type UnifiedConversionOptions, UnrecognizedDocumentSchemaError, UnsupportedFontSourceFormatError, UnsupportedPackageFormatError, type WinAnsiSubstitution, type WordprocessingLayoutResult, type WritePdfOptions, XlsBytesSchema, type XlsContentDocument, XlsxBytesSchema, type XmlCdata, XmlCdataSchema, type XmlComment, XmlCommentSchema, type XmlDeclaration, XmlDeclarationSchema, type XmlElement, XmlElementSchema, type XmlNode, XmlNodeSchema, type XmlPart, XmlPartSchema, type XmlPi, XmlPiSchema, type XmlText, XmlTextSchema, applyMathVariant, attr, base64ToBytes, buildCsvText, buildDocumentBytes, buildDocxPackage, buildDrawingBlock, buildFormulaBlock, buildMarkdownText, buildOdgPackage, buildOdpPackage, buildOdsPackage, buildOdtPackage, buildOfficeMath, buildOfficeMathParagraph, buildPptxPackage, buildSvgText, buildXlsxPackage, buildXml, bytesToBase64, cellReference, childrenWithTag, collectDocumentFormulas, collectOfficeMathElements, columnIndexToLetters, columnLettersToIndex, compactCodec, compactPackageCodec, contentDocumentWithSchema, convertDocument, convertDrawingToLayout, convertPresentationToLayout, convertSpreadsheetToLayout, convertWordprocessingToLayout, createDocumentFontRegistry, createDocx, createFontMeasurer, createFontRegistry, createLocalDocumentConverter, createMarkdownEditor, createOdg, createOdp, createOds, createOdt, createPdf, createPptx, createStandardFontMeasurer, csvMarkdownCodec, csvPdfCodec, csvToMarkdown, csvToOds, csvToPdf, csvToXlsx, decodeCompactPackage, decodeCsvText, decodeDocumentPackage, decodeEntities, decodeHsqldbCachedTables, decodeMarkdownText, decodeOdbPackage, decodePackage, decodeSvgText, deobfuscateEmbeddedFont, deriveFontKey, describeFontFace, detectGridLattice, docPdfCodec, docToPdf, documentFromJson, documentSchemaKindOf, documentTreeWithSchema, docxPdfCodec, docxToMarkdown, docxToOdt, docxToPdf, docxToPptx, drawingOfBlock, elementChildren, elementLocalName, elementsWithTag, embeddedPresentationSerialiser, encodeCompactPackage, encodeCsvText, encodeDocumentPackage, encodeMarkdownText, encodePackage, encodeSvgText, evaluateRptBandOutsideData, evaluateSelect, extractOdfEmbeddedFonts, extractOoxmlEmbeddedFonts, extractSourceFonts, extractSourceFontsForFormat, firstChildByLocalName, fixedClock, flipY, formulaDocument, formulaOfBlock, formulaPlaceholderText, fromCompact, displayTextFor as hsqldbCellDisplayText, inferCellValue, inflateHsqldbCompressedScript, isCompactXmlNode, isContentBlock, isMathMlElement, isMathVariant, isXmlNode, latexToFormula, layoutDocumentFromPackage, layoutFormula, lintMathCoherence, loadMathFont, localName, looksLikeSfnt, lowerLatex, lowerMarkdownMath, mapMathVariant, markdownDocxCodec, markdownOdtCodec, markdownPdfCodec, markdownToCsv, markdownToDocx, markdownToOdt, markdownToPdf, markdownToXlsx, textContent as mathMlTextContent, odbReportCommandSql, odbReportGroupChain, odbReportToDocx, odbReportToOdt, odbReportToPdf, odbTablesToSpreadsheetDocument, odbToCsv, odbToXlsx, odfToPdf, odgPdfCodec, odgSvgCodec, odgToPdf, odgToSvg, odmToPdf, odpPdfCodec, odpPptxCodec, odpToOdt, odpToPdf, odpToPptx, odsCsvCodec, odsPdfCodec, odsToCsv, odsToPdf, odsToXlsx, odsXlsxCodec, odtDocxCodec, odtPdfCodec, odtToDocx, odtToMarkdown, odtToOdp, odtToPdf, openDocx, openMarkdown, openOdg, openOdp, openOds, openOdt, openPdf, openPptx, operatorProperties, packageCodec, parseCellReference, parseHsqldbBinaryScript, parseHsqldbScript, parsePackage, parseRangeReference, parseRptFormula, parseSelect, parseXml, patchDocxMetadata, pdfCodec, pdfToCsv, pdfToDoc, pdfToDocx, pdfToMarkdown, pdfToOdg, pdfToOdp, pdfToOds, pdfToOdt, pdfToPpt, pdfToPptx, pdfToRtf, pdfToSvg, pdfToXls, pdfToXlsx, pptPdfCodec, pptToPdf, pptxPdfCodec, pptxToDocx, pptxToOdp, pptxToPdf, rangeReference, readCsvContent, readDocContent, readDocumentMetadata, readDocxContent, readDocxExtras, readFirebirdBackup, readMarkdownContent, readNativeDocumentTree, readOdbForm, readOdbForms, readOdbInventory, readOdbReport, readOdbReportContent, readOdbReports, readOdbTables, readOdfEmbeddedFormula, readOdfFormulaContent, readOdgContent, readOdpContent, readOdsContent, readOdtContent, readOfficeMath, readPdf, readPptContent, readPptxContent, readRtfContent, readSvgContent, readWpdContent, readXlsContent, readXlsxContent, reconstructDrawing, reconstructPresentation, reconstructSpreadsheet, reconstructWordprocessing, renderContentDocumentToMarkdown, renderOdbReportContent, resolveCompositionPlan, resolveMetadataTimestamps, resolveOdbComponent, resolveOdbReportRows, resolveRelationships, rgbHexToColor, rootElement, rptBandDefinition, rptDefinitionFromReport, rtfPdfCodec, rtfToPdf, runRptReport, schemaUriFor, serializePackage, setDocumentMetadata, svgPdfCodec, svgToOdg, svgToPdf, systemClock, textContent$1 as textContent, throwIfAborted, toCompact, tokenizeSql, unzipPackage, walk, writeDocContent, writePdf, writePptContent, writeRtfContent, writeXlsContent, xlsPdfCodec, xlsToPdf, xlsxCsvCodec, xlsxMarkdownCodec, xlsxPdfCodec, xlsxToCsv, xlsxToMarkdown, xlsxToOds, xlsxToPdf, xmlCodec, zipPackage };
|