abstract-document 6.11.0 → 6.12.1
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/lib/abstract-document/styles/group-style.d.ts.map +1 -1
- package/lib/abstract-document/styles/group-style.js +1 -5
- package/lib/abstract-document/styles/group-style.js.map +1 -1
- package/lib/abstract-document-xml/__tests__/layer/export-test-def.d.ts +13 -0
- package/lib/abstract-document-xml/__tests__/layer/export-test-def.d.ts.map +1 -0
- package/lib/abstract-document-xml/__tests__/layer/export-test-def.js +3 -0
- package/lib/abstract-document-xml/__tests__/layer/export-test-def.js.map +1 -0
- package/lib/abstract-document-xml/__tests__/layer/export.test.d.ts +3 -0
- package/lib/abstract-document-xml/__tests__/layer/export.test.d.ts.map +1 -0
- package/lib/abstract-document-xml/__tests__/layer/export.test.js +41 -0
- package/lib/abstract-document-xml/__tests__/layer/export.test.js.map +1 -0
- package/lib/abstract-document-xml/__tests__/layer/test-defs/simple-document.d.ts +3 -0
- package/lib/abstract-document-xml/__tests__/layer/test-defs/simple-document.d.ts.map +1 -0
- package/lib/abstract-document-xml/__tests__/layer/test-defs/simple-document.js +361 -0
- package/lib/abstract-document-xml/__tests__/layer/test-defs/simple-document.js.map +1 -0
- package/lib/abstract-document-xml/abstract-doc-of-xml/creator.d.ts.map +1 -1
- package/lib/abstract-document-xml/abstract-doc-of-xml/creator.js +2 -0
- package/lib/abstract-document-xml/abstract-doc-of-xml/creator.js.map +1 -1
- package/lib/abstract-document-xml/abstract-doc-of-xml/custom-elements.d.ts +17 -12
- package/lib/abstract-document-xml/abstract-doc-of-xml/custom-elements.d.ts.map +1 -1
- package/lib/abstract-document-xml/abstract-doc-of-xml/custom-elements.js +20 -15
- package/lib/abstract-document-xml/abstract-doc-of-xml/custom-elements.js.map +1 -1
- package/lib/abstract-document-xml/xsd-template/custom-elements.d.ts +10 -4
- package/lib/abstract-document-xml/xsd-template/custom-elements.d.ts.map +1 -1
- package/lib/abstract-document-xml/xsd-template/custom-elements.js +41 -9
- package/lib/abstract-document-xml/xsd-template/custom-elements.js.map +1 -1
- package/lib/abstract-document-xml/xsd-template/elements.d.ts.map +1 -1
- package/lib/abstract-document-xml/xsd-template/elements.js +34 -8
- package/lib/abstract-document-xml/xsd-template/elements.js.map +1 -1
- package/lib/abstract-document-xml/xsd-template/xsd-template.d.ts.map +1 -1
- package/lib/abstract-document-xml/xsd-template/xsd-template.js +5 -2
- package/lib/abstract-document-xml/xsd-template/xsd-template.js.map +1 -1
- package/package.json +2 -2
- package/src/abstract-document/styles/group-style.ts +1 -5
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Group.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Header and footer.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Header → footer.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed hyperlink and textrun.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed hyperlink → textrun.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed textrun and images.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed textrun → images.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple images.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple tables.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Center alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with End alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment that linebreaks.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Page numbering.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table colSpan and rowSpan.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table colSpan → rowSpan.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table without rows.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single hyperlink.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single image.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment that linebreaks.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment that linebreaks.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment that linebreaks.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/hello with Arial font.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/hello.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/letter-dimensions.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/page-orientation-landscape.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/page-orientation-portrait.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/tocSeparator.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/world.docx +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position group.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position header and footer.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position paragraph.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in group.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in table.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position table.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Paragraphs.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Tables.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group no keeptogether.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group too big for one page.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Header and footer.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal linktarget.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line break.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line breaks empty lines.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Margins header body footer.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun no underline.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun with underline.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed textrun and images.pdf and b/package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed textrun → images.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images overflow.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Center alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with End alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment that linebreaks.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Page numbering.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table row that doesnt fit page.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table single row.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with group.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header 2.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin bottom.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top single table.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan multipages.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all auto.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all fix.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table background.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of image.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of text.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table center alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table colSpan and rowSpan.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table minimal row height.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table mix auto fix.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table padding.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table right alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table row alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell with wrapping.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with default colored borders.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with header.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with multi colored borders.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with single colored borders.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single date.pdf +14 -14
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single figure.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink centered.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink no underline.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink right aligned.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image from URL.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color hex.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color name.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color url.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg dasharray.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline alphabetic.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline bottom.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline hanging.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline middle.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline top.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment that linebreaks.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment that linebreaks.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Justify alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment that linebreaks.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with super and subscripts.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Table of content separator.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/hello with roman font.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/hello.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/pagebreak.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/world.pdf +2 -2
- package/src/abstract-document-xml/abstract-doc-of-xml/creator.ts +6 -0
- package/src/abstract-document-xml/abstract-doc-of-xml/custom-elements.tsx +39 -25
- package/src/abstract-document-xml/xsd-template/custom-elements.ts +42 -8
- package/src/abstract-document-xml/xsd-template/elements.ts +15 -8
- package/src/abstract-document-xml/xsd-template/xsd-template.ts +5 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ImageCell = exports.
|
|
3
|
+
exports.ImageParagraph = exports.ImageCell = exports.ImageRow = exports.TextParagraph = exports.TextCell = exports.TextRow = exports.extractStyleNames = void 0;
|
|
4
4
|
const index_1 = require("../../abstract-document/index");
|
|
5
5
|
const stylePropsKeys = {
|
|
6
6
|
ParagraphStyle: true,
|
|
@@ -22,13 +22,10 @@ function extractStyleNames(styleNames, styleNameTypes) {
|
|
|
22
22
|
return styleNameProps;
|
|
23
23
|
}
|
|
24
24
|
exports.extractStyleNames = extractStyleNames;
|
|
25
|
-
function
|
|
26
|
-
|
|
27
|
-
const styleNames = extractStyleNames(props.styleNames, styleNameTypes);
|
|
28
|
-
const textRun = index_1.TextRun.create({ text, style: textStyle, styleName: styleNames.TextStyle });
|
|
29
|
-
return index_1.Paragraph.create({ style: paragraphStyle, styleName: styleNames.ParagraphStyle }, [textRun]);
|
|
25
|
+
function TextRow(props, styleNameTypes) {
|
|
26
|
+
return index_1.TableRow.create({}, [TextCell(props, styleNameTypes)]);
|
|
30
27
|
}
|
|
31
|
-
exports.
|
|
28
|
+
exports.TextRow = TextRow;
|
|
32
29
|
function TextCell(props, styleNameTypes) {
|
|
33
30
|
const { text, textStyle, paragraphStyle, cellStyle, columnSpan, rowSpan } = props;
|
|
34
31
|
const styleNames = extractStyleNames(props.styleNames, styleNameTypes);
|
|
@@ -37,17 +34,17 @@ function TextCell(props, styleNameTypes) {
|
|
|
37
34
|
return index_1.TableCell.create({ columnSpan, rowSpan, style: cellStyle, styleName: styleNames.TableCellStyle }, [paragraph]);
|
|
38
35
|
}
|
|
39
36
|
exports.TextCell = TextCell;
|
|
40
|
-
function
|
|
41
|
-
const { text, textStyle, paragraphStyle
|
|
37
|
+
function TextParagraph(props, styleNameTypes) {
|
|
38
|
+
const { text, textStyle, paragraphStyle } = props;
|
|
42
39
|
const styleNames = extractStyleNames(props.styleNames, styleNameTypes);
|
|
43
40
|
const textRun = index_1.TextRun.create({ text, style: textStyle, styleName: styleNames.TextStyle });
|
|
44
|
-
|
|
45
|
-
const tableCell = index_1.TableCell.create({ columnSpan, rowSpan, style: cellStyle, styleName: styleNames.TableCellStyle }, [
|
|
46
|
-
paragraph,
|
|
47
|
-
]);
|
|
48
|
-
return index_1.TableRow.create({}, [tableCell]);
|
|
41
|
+
return index_1.Paragraph.create({ style: paragraphStyle, styleName: styleNames.ParagraphStyle }, [textRun]);
|
|
49
42
|
}
|
|
50
|
-
exports.
|
|
43
|
+
exports.TextParagraph = TextParagraph;
|
|
44
|
+
function ImageRow(props, styleNameTypes) {
|
|
45
|
+
return index_1.TableRow.create({}, [ImageCell(props, styleNameTypes)]);
|
|
46
|
+
}
|
|
47
|
+
exports.ImageRow = ImageRow;
|
|
51
48
|
function ImageCell(props, styleNameTypes) {
|
|
52
49
|
const { image, width, height, paragraphStyle, cellStyle, columnSpan, rowSpan } = props;
|
|
53
50
|
const styleNames = extractStyleNames(props.styleNames, styleNameTypes);
|
|
@@ -56,4 +53,12 @@ function ImageCell(props, styleNameTypes) {
|
|
|
56
53
|
return index_1.TableCell.create({ columnSpan, rowSpan, style: cellStyle, styleName: styleNames.TableCellStyle }, paragraph && [paragraph]);
|
|
57
54
|
}
|
|
58
55
|
exports.ImageCell = ImageCell;
|
|
56
|
+
function ImageParagraph(props, styleNameTypes) {
|
|
57
|
+
const { image, width, height, paragraphStyle } = props;
|
|
58
|
+
const styleNames = extractStyleNames(props.styleNames, styleNameTypes);
|
|
59
|
+
const imageElement = image && index_1.Image.create({ imageResource: image, width, height });
|
|
60
|
+
const paragraph = imageElement && index_1.Paragraph.create({ style: paragraphStyle, styleName: styleNames.ParagraphStyle }, [imageElement]);
|
|
61
|
+
return paragraph;
|
|
62
|
+
}
|
|
63
|
+
exports.ImageParagraph = ImageParagraph;
|
|
59
64
|
//# sourceMappingURL=custom-elements.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"custom-elements.js","sourceRoot":"","sources":["../../../src/abstract-document-xml/abstract-doc-of-xml/custom-elements.tsx"],"names":[],"mappings":";;;AAAA,yDAUuC;AAUvC,MAAM,cAAc,GAA4B;IAC9C,cAAc,EAAE,IAAI;IACpB,SAAS,EAAE,IAAI;IACf,cAAc,EAAE,IAAI;IACpB,UAAU,EAAE,IAAI;IAChB,UAAU,EAAE,IAAI;CACjB,CAAC;AAEF,SAAgB,iBAAiB,CAC/B,UAA8B,EAC9B,cAAsC;IAEtC,MAAM,KAAK,GAAG,CAAC,UAAU,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IAE5C,IAAI,cAAc,GAAG,EAAE,CAAC;IAExB,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE;QACxB,MAAM,OAAO,GAAG,IAAI,CAAC,IAAI,EAAE,CAAC;QAC5B,MAAM,IAAI,GAAG,cAAc,CAAC,OAAO,CAAC,CAAC;QACrC,IAAI,IAAI,IAAI,cAAc,CAAC,IAAI,CAAC,EAAE;YAChC,cAAc,mCAAQ,cAAc,KAAE,CAAC,IAAI,CAAC,EAAE,OAAO,GAAE,CAAC;SACzD;KACF;IACD,OAAO,cAAc,CAAC;AACxB,CAAC;AAhBD,8CAgBC;AASD,SAAgB,
|
|
1
|
+
{"version":3,"file":"custom-elements.js","sourceRoot":"","sources":["../../../src/abstract-document-xml/abstract-doc-of-xml/custom-elements.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,13 @@
|
|
|
1
|
-
export declare const textParagraph = "<xs:complexType name=\"TextParagraph\">\n\t<xs:annotation>\n\t\t<xs:documentation>Shortcut to create \\<Paragraph> \\<TextRun text=\"...\" /> \\</Paragraph></xs:documentation>\n\t</xs:annotation>\n\t<xs:choice minOccurs=\"0\" maxOccurs=\"1\">\n\t\t<xs:element name=\"style\" type=\"TextStyle\" />\n\t</xs:choice>\n\t<xs:attribute name=\"styleNames\" type=\"xs:string\" >\n\t\t<xs:annotation>\n\t\t\t<xs:documentation>Refrence to a TextStyle that is defined in \\<AbstractDoc> \\<StyleNames> \\<StyleName name=\"...\" /> \\</StyleNames> \\</AbstractDoc></xs:documentation>\n\t\t</xs:annotation>\n\t</xs:attribute>\n\t<xs:attribute name=\"target\" type=\"xs:string\" />\n\t<xs:attribute name=\"text\" type=\"xs:string\" use=\"required\" />\n</xs:complexType>";
|
|
2
|
-
export declare const textParagraphElement = "<xs:element name=\"TextParagraph\" type=\"TextParagraph\" maxOccurs=\"unbounded\" />";
|
|
3
|
-
export declare const textCell = "<xs:complexType name=\"TextCell\">\n\t<xs:annotation>\n\t\t<xs:documentation>Shortcut to create a \\<TableCell> \\<Paragraph> \\<TextRun text=\"...\" /> \\</Paragraph> \\</TableCell></xs:documentation>\n\t</xs:annotation>\n\t<xs:choice minOccurs=\"0\" maxOccurs=\"1\">\n\t\t<xs:element name=\"style\" type=\"TextStyle\" />\n\t</xs:choice>\n\t<xs:attribute name=\"styleNames\" type=\"xs:string\" >\n\t\t<xs:annotation>\n\t\t<xs:documentation>Refrence to a TextStyle that is defined in \\<AbstractDoc> \\<StyleNames> \\<StyleName name=\"...\" /> \\</StyleNames> \\</AbstractDoc></xs:documentation>\n\t\t</xs:annotation>\n\t</xs:attribute>\n\t<xs:attribute name=\"target\" type=\"xs:string\" />\n\t<xs:attribute name=\"columnSpan\" type=\"xs:string\" />\n\t<xs:attribute name=\"rowSpan\" type=\"xs:string\" />\n\t<xs:attribute name=\"text\" type=\"xs:string\" use=\"required\" />\n</xs:complexType>";
|
|
4
|
-
export declare const textCellElement = "<xs:element name=\"TextCell\" type=\"TextCell\" minOccurs=\"0\" maxOccurs=\"unbounded\" />";
|
|
5
1
|
export declare const textRow = "<xs:complexType name=\"TextRow\">\n\t<xs:annotation>\n\t\t<xs:documentation>Shortcut to create a \\<TableRow> \\<TableCell> \\<Paragraph> \\<TextRun text=\"...\" /> \\</Paragraph> \\</TableCell> \\</TableRow></xs:documentation>\n\t</xs:annotation>\n\t<xs:choice minOccurs=\"0\" maxOccurs=\"1\">\n\t\t<xs:element name=\"style\" type=\"TextStyle\" />\n\t</xs:choice>\n\t<xs:attribute name=\"styleNames\" type=\"xs:string\" >\n\t\t<xs:annotation>\n\t\t<xs:documentation>Refrence to a TextStyle that is defined in \\<AbstractDoc> \\<StyleNames> \\<StyleName name=\"...\" /> \\</StyleNames> \\</AbstractDoc></xs:documentation>\n\t\t</xs:annotation>\n\t</xs:attribute>\n\t<xs:attribute name=\"target\" type=\"xs:string\" />\n\t<xs:attribute name=\"columnSpan\" type=\"xs:string\" />\n\t<xs:attribute name=\"rowSpan\" type=\"xs:string\" />\n\t<xs:attribute name=\"text\" type=\"xs:string\" use=\"required\" />\n</xs:complexType>";
|
|
6
2
|
export declare const textRowElement = "<xs:element name=\"TextRow\" type=\"TextRow\" maxOccurs=\"unbounded\" />";
|
|
3
|
+
export declare const textCell = "<xs:complexType name=\"TextCell\">\n\t<xs:annotation>\n\t\t<xs:documentation>Shortcut to create a \\<TableCell> \\<Paragraph> \\<TextRun text=\"...\" /> \\</Paragraph> \\</TableCell></xs:documentation>\n\t</xs:annotation>\n\t<xs:choice minOccurs=\"0\" maxOccurs=\"1\">\n\t\t<xs:element name=\"style\" type=\"TextStyle\" />\n\t</xs:choice>\n\t<xs:attribute name=\"styleNames\" type=\"xs:string\" >\n\t\t<xs:annotation>\n\t\t<xs:documentation>Refrence to a TextStyle that is defined in \\<AbstractDoc> \\<StyleNames> \\<StyleName name=\"...\" /> \\</StyleNames> \\</AbstractDoc></xs:documentation>\n\t\t</xs:annotation>\n\t</xs:attribute>\n\t<xs:attribute name=\"target\" type=\"xs:string\" />\n\t<xs:attribute name=\"columnSpan\" type=\"xs:string\" />\n\t<xs:attribute name=\"rowSpan\" type=\"xs:string\" />\n\t<xs:attribute name=\"text\" type=\"xs:string\" use=\"required\" />\n</xs:complexType>";
|
|
4
|
+
export declare const textCellElement = "<xs:element name=\"TextCell\" type=\"TextCell\" minOccurs=\"0\" maxOccurs=\"unbounded\" />";
|
|
5
|
+
export declare const textParagraph = "<xs:complexType name=\"TextParagraph\">\n\t<xs:annotation>\n\t\t<xs:documentation>Shortcut to create \\<Paragraph> \\<TextRun text=\"...\" /> \\</Paragraph></xs:documentation>\n\t</xs:annotation>\n\t<xs:choice minOccurs=\"0\" maxOccurs=\"1\">\n\t\t<xs:element name=\"style\" type=\"TextStyle\" />\n\t</xs:choice>\n\t<xs:attribute name=\"styleNames\" type=\"xs:string\" >\n\t\t<xs:annotation>\n\t\t\t<xs:documentation>Refrence to a TextStyle that is defined in \\<AbstractDoc> \\<StyleNames> \\<StyleName name=\"...\" /> \\</StyleNames> \\</AbstractDoc></xs:documentation>\n\t\t</xs:annotation>\n\t</xs:attribute>\n\t<xs:attribute name=\"target\" type=\"xs:string\" />\n\t<xs:attribute name=\"text\" type=\"xs:string\" use=\"required\" />\n</xs:complexType>";
|
|
6
|
+
export declare const textParagraphElement = "<xs:element name=\"TextParagraph\" type=\"TextParagraph\" maxOccurs=\"unbounded\" />";
|
|
7
|
+
export declare const imageRow = "<xs:complexType name=\"ImageRow\">\n\t<xs:annotation>\n\t\t<xs:documentation>Shortcut to create a \\<TableRow> \\<TableCell> \\<Paragraph> \\<Image src text=\"...\" /> \\</Paragraph> \\</TableCell> \\</TableRow></xs:documentation>\n\t</xs:annotation>\n\t<xs:attribute name=\"styleNames\" type=\"xs:string\" />\n\t<xs:attribute name=\"target\" type=\"xs:string\" />\n\t<xs:attribute name=\"columnSpan\" type=\"xs:string\" />\n\t<xs:attribute name=\"rowSpan\" type=\"xs:string\" />\n\t<xs:attribute name=\"text\" type=\"xs:string\" use=\"required\" />\n</xs:complexType>";
|
|
8
|
+
export declare const imageRowElement = "<xs:element name=\"ImageRow\" type=\"ImageRow\" maxOccurs=\"unbounded\" />";
|
|
9
|
+
export declare const imageCell = "<xs:complexType name=\"ImageCell\">\n\t<xs:annotation>\n\t\t<xs:documentation>Shortcut to create a \\<ImageCell> \\<Paragraph> \\<Image src=\"...\" /> \\</Paragraph> \\</TableCell></xs:documentation>\n\t</xs:annotation>\n\t<xs:attribute name=\"styleNames\" type=\"xs:string\" />\n\t<xs:attribute name=\"target\" type=\"xs:string\" />\n\t<xs:attribute name=\"columnSpan\" type=\"xs:string\" />\n\t<xs:attribute name=\"rowSpan\" type=\"xs:string\" />\n\t<xs:attribute name=\"text\" type=\"xs:string\" use=\"required\" />\n</xs:complexType>";
|
|
10
|
+
export declare const imageCellElement = "<xs:element name=\"ImageCell\" type=\"ImageCell\" minOccurs=\"0\" maxOccurs=\"unbounded\" />";
|
|
11
|
+
export declare const imageParagraph = "<xs:complexType name=\"ImageParagraph\">\n\t<xs:annotation>\n\t\t<xs:documentation>Shortcut to create \\<Paragraph> \\<Image src=\"...\" /> \\</Paragraph></xs:documentation>\n\t</xs:annotation>\n\t<xs:attribute name=\"styleNames\" type=\"xs:string\" />\n\t<xs:attribute name=\"src\" type=\"xs:string\" use=\"required\" />\n\t<xs:attribute name=\"width\" type=\"xs:decimal\" use=\"required\" />\n\t<xs:attribute name=\"height\" type=\"xs:decimal\" use=\"required\" />\n</xs:complexType>";
|
|
12
|
+
export declare const imageParagraphElement = "<xs:element name=\"ImageParagraph\" type=\"ImageParagraph\" maxOccurs=\"unbounded\" />";
|
|
7
13
|
//# sourceMappingURL=custom-elements.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"custom-elements.d.ts","sourceRoot":"","sources":["../../../src/abstract-document-xml/xsd-template/custom-elements.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,aAAa,yvBAcR,CAAC;AACnB,eAAO,MAAM,oBAAoB,yFAAmF,CAAC;AAErH,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"custom-elements.d.ts","sourceRoot":"","sources":["../../../src/abstract-document-xml/xsd-template/custom-elements.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,OAAO,85BAgBF,CAAC;AACnB,eAAO,MAAM,cAAc,6EAAuE,CAAC;AAEnG,eAAO,MAAM,QAAQ,o4BAgBH,CAAC;AACnB,eAAO,MAAM,eAAe,+FAAuF,CAAC;AAEpH,eAAO,MAAM,aAAa,yvBAcR,CAAC;AACnB,eAAO,MAAM,oBAAoB,yFAAmF,CAAC;AAErH,eAAO,MAAM,QAAQ,6jBASH,CAAC;AACnB,eAAO,MAAM,eAAe,+EAAyE,CAAC;AAEtG,eAAO,MAAM,SAAS,8hBASJ,CAAC;AACnB,eAAO,MAAM,gBAAgB,iGAAyF,CAAC;AAEvH,eAAO,MAAM,cAAc,0eAQT,CAAC;AACnB,eAAO,MAAM,qBAAqB,2FAAqF,CAAC"}
|
|
@@ -1,23 +1,25 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.imageParagraphElement = exports.imageParagraph = exports.imageCellElement = exports.imageCell = exports.imageRowElement = exports.imageRow = exports.textParagraphElement = exports.textParagraph = exports.textCellElement = exports.textCell = exports.textRowElement = exports.textRow = void 0;
|
|
4
4
|
/* eslint-disable no-useless-escape */
|
|
5
|
-
exports.
|
|
5
|
+
exports.textRow = `<xs:complexType name="TextRow">
|
|
6
6
|
<xs:annotation>
|
|
7
|
-
<xs:documentation>Shortcut to create \\<Paragraph> \\<TextRun text="..." /> \\</Paragraph></xs:documentation>
|
|
7
|
+
<xs:documentation>Shortcut to create a \\<TableRow> \\<TableCell> \\<Paragraph> \\<TextRun text="..." /> \\</Paragraph> \\</TableCell> \\</TableRow></xs:documentation>
|
|
8
8
|
</xs:annotation>
|
|
9
9
|
<xs:choice minOccurs="0" maxOccurs="1">
|
|
10
10
|
<xs:element name="style" type="TextStyle" />
|
|
11
11
|
</xs:choice>
|
|
12
12
|
<xs:attribute name="styleNames" type="xs:string" >
|
|
13
13
|
<xs:annotation>
|
|
14
|
-
|
|
14
|
+
<xs:documentation>Refrence to a TextStyle that is defined in \\<AbstractDoc> \\<StyleNames> \\<StyleName name="..." /> \\</StyleNames> \\</AbstractDoc></xs:documentation>
|
|
15
15
|
</xs:annotation>
|
|
16
16
|
</xs:attribute>
|
|
17
17
|
<xs:attribute name="target" type="xs:string" />
|
|
18
|
+
<xs:attribute name="columnSpan" type="xs:string" />
|
|
19
|
+
<xs:attribute name="rowSpan" type="xs:string" />
|
|
18
20
|
<xs:attribute name="text" type="xs:string" use="required" />
|
|
19
21
|
</xs:complexType>`;
|
|
20
|
-
exports.
|
|
22
|
+
exports.textRowElement = `<xs:element name="TextRow" type="TextRow" maxOccurs="unbounded" />`;
|
|
21
23
|
exports.textCell = `<xs:complexType name="TextCell">
|
|
22
24
|
<xs:annotation>
|
|
23
25
|
<xs:documentation>Shortcut to create a \\<TableCell> \\<Paragraph> \\<TextRun text="..." /> \\</Paragraph> \\</TableCell></xs:documentation>
|
|
@@ -36,22 +38,52 @@ exports.textCell = `<xs:complexType name="TextCell">
|
|
|
36
38
|
<xs:attribute name="text" type="xs:string" use="required" />
|
|
37
39
|
</xs:complexType>`;
|
|
38
40
|
exports.textCellElement = `<xs:element name="TextCell" type="TextCell" minOccurs="0" maxOccurs="unbounded" />`;
|
|
39
|
-
exports.
|
|
41
|
+
exports.textParagraph = `<xs:complexType name="TextParagraph">
|
|
40
42
|
<xs:annotation>
|
|
41
|
-
<xs:documentation>Shortcut to create
|
|
43
|
+
<xs:documentation>Shortcut to create \\<Paragraph> \\<TextRun text="..." /> \\</Paragraph></xs:documentation>
|
|
42
44
|
</xs:annotation>
|
|
43
45
|
<xs:choice minOccurs="0" maxOccurs="1">
|
|
44
46
|
<xs:element name="style" type="TextStyle" />
|
|
45
47
|
</xs:choice>
|
|
46
48
|
<xs:attribute name="styleNames" type="xs:string" >
|
|
47
49
|
<xs:annotation>
|
|
48
|
-
|
|
50
|
+
<xs:documentation>Refrence to a TextStyle that is defined in \\<AbstractDoc> \\<StyleNames> \\<StyleName name="..." /> \\</StyleNames> \\</AbstractDoc></xs:documentation>
|
|
49
51
|
</xs:annotation>
|
|
50
52
|
</xs:attribute>
|
|
51
53
|
<xs:attribute name="target" type="xs:string" />
|
|
54
|
+
<xs:attribute name="text" type="xs:string" use="required" />
|
|
55
|
+
</xs:complexType>`;
|
|
56
|
+
exports.textParagraphElement = `<xs:element name="TextParagraph" type="TextParagraph" maxOccurs="unbounded" />`;
|
|
57
|
+
exports.imageRow = `<xs:complexType name="ImageRow">
|
|
58
|
+
<xs:annotation>
|
|
59
|
+
<xs:documentation>Shortcut to create a \\<TableRow> \\<TableCell> \\<Paragraph> \\<Image src text="..." /> \\</Paragraph> \\</TableCell> \\</TableRow></xs:documentation>
|
|
60
|
+
</xs:annotation>
|
|
61
|
+
<xs:attribute name="styleNames" type="xs:string" />
|
|
62
|
+
<xs:attribute name="target" type="xs:string" />
|
|
52
63
|
<xs:attribute name="columnSpan" type="xs:string" />
|
|
53
64
|
<xs:attribute name="rowSpan" type="xs:string" />
|
|
54
65
|
<xs:attribute name="text" type="xs:string" use="required" />
|
|
55
66
|
</xs:complexType>`;
|
|
56
|
-
exports.
|
|
67
|
+
exports.imageRowElement = `<xs:element name="ImageRow" type="ImageRow" maxOccurs="unbounded" />`;
|
|
68
|
+
exports.imageCell = `<xs:complexType name="ImageCell">
|
|
69
|
+
<xs:annotation>
|
|
70
|
+
<xs:documentation>Shortcut to create a \\<ImageCell> \\<Paragraph> \\<Image src="..." /> \\</Paragraph> \\</TableCell></xs:documentation>
|
|
71
|
+
</xs:annotation>
|
|
72
|
+
<xs:attribute name="styleNames" type="xs:string" />
|
|
73
|
+
<xs:attribute name="target" type="xs:string" />
|
|
74
|
+
<xs:attribute name="columnSpan" type="xs:string" />
|
|
75
|
+
<xs:attribute name="rowSpan" type="xs:string" />
|
|
76
|
+
<xs:attribute name="text" type="xs:string" use="required" />
|
|
77
|
+
</xs:complexType>`;
|
|
78
|
+
exports.imageCellElement = `<xs:element name="ImageCell" type="ImageCell" minOccurs="0" maxOccurs="unbounded" />`;
|
|
79
|
+
exports.imageParagraph = `<xs:complexType name="ImageParagraph">
|
|
80
|
+
<xs:annotation>
|
|
81
|
+
<xs:documentation>Shortcut to create \\<Paragraph> \\<Image src="..." /> \\</Paragraph></xs:documentation>
|
|
82
|
+
</xs:annotation>
|
|
83
|
+
<xs:attribute name="styleNames" type="xs:string" />
|
|
84
|
+
<xs:attribute name="src" type="xs:string" use="required" />
|
|
85
|
+
<xs:attribute name="width" type="xs:decimal" use="required" />
|
|
86
|
+
<xs:attribute name="height" type="xs:decimal" use="required" />
|
|
87
|
+
</xs:complexType>`;
|
|
88
|
+
exports.imageParagraphElement = `<xs:element name="ImageParagraph" type="ImageParagraph" maxOccurs="unbounded" />`;
|
|
57
89
|
//# sourceMappingURL=custom-elements.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"custom-elements.js","sourceRoot":"","sources":["../../../src/abstract-document-xml/xsd-template/custom-elements.ts"],"names":[],"mappings":";;;AAAA,sCAAsC;AACzB,QAAA,aAAa,GAAG;;;;;;;;;;;;;;kBAcX,CAAC;AACN,QAAA,oBAAoB,GAAG,gFAAgF,CAAC;AAExG,QAAA,QAAQ,GAAG
|
|
1
|
+
{"version":3,"file":"custom-elements.js","sourceRoot":"","sources":["../../../src/abstract-document-xml/xsd-template/custom-elements.ts"],"names":[],"mappings":";;;AAAA,sCAAsC;AACzB,QAAA,OAAO,GAAG;;;;;;;;;;;;;;;;kBAgBL,CAAC;AACN,QAAA,cAAc,GAAG,oEAAoE,CAAC;AAEtF,QAAA,QAAQ,GAAG;;;;;;;;;;;;;;;;kBAgBN,CAAC;AACN,QAAA,eAAe,GAAG,oFAAoF,CAAC;AAEvG,QAAA,aAAa,GAAG;;;;;;;;;;;;;;kBAcX,CAAC;AACN,QAAA,oBAAoB,GAAG,gFAAgF,CAAC;AAExG,QAAA,QAAQ,GAAG;;;;;;;;;kBASN,CAAC;AACN,QAAA,eAAe,GAAG,sEAAsE,CAAC;AAEzF,QAAA,SAAS,GAAG;;;;;;;;;kBASP,CAAC;AACN,QAAA,gBAAgB,GAAG,sFAAsF,CAAC;AAE1G,QAAA,cAAc,GAAG;;;;;;;;kBAQZ,CAAC;AACN,QAAA,qBAAqB,GAAG,kFAAkF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"elements.d.ts","sourceRoot":"","sources":["../../../src/abstract-document-xml/xsd-template/elements.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,uSAOV,CAAC;AAEf,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"elements.d.ts","sourceRoot":"","sources":["../../../src/abstract-document-xml/xsd-template/elements.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,uSAOV,CAAC;AAEf,eAAO,MAAM,OAAO,QAWF,CAAC;AAEnB,eAAO,MAAM,IAAI,6YASC,CAAC;AAEnB,eAAO,MAAM,cAAc,QAUT,CAAC;AAEnB,eAAO,MAAM,KAAK,QAWA,CAAC;AAEnB,eAAO,MAAM,KAAK,QAsBA,CAAC;AAEnB,eAAO,MAAM,UAAU,QAQL,CAAC;AAEnB,eAAO,MAAM,QAAQ,QAMH,CAAC;AAEnB,eAAO,MAAM,SAAS,QAkBJ,CAAC;AAEnB,eAAO,MAAM,QAAQ,qLAGH,CAAC;AAEnB,eAAO,MAAM,SAAS,qpCAeJ,CAAC;AAEnB,eAAO,MAAM,SAAS,sjBAWJ,CAAC;AAEnB,eAAO,MAAM,YAAY,qHAEP,CAAC;AAEnB,eAAO,MAAM,UAAU,iHAEL,CAAC;AAEnB,eAAO,MAAM,OAAO,slBAWF,CAAC;AAEnB,eAAO,MAAM,SAAS,i5BAqBJ,CAAC;AAEnB,eAAO,MAAM,KAAK,+RAIA,CAAC;AAEnB,eAAO,MAAM,SAAS,0CAAwC,CAAC"}
|
|
@@ -1,7 +1,26 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
10
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
11
|
+
}) : function(o, v) {
|
|
12
|
+
o["default"] = v;
|
|
13
|
+
});
|
|
14
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
15
|
+
if (mod && mod.__esModule) return mod;
|
|
16
|
+
var result = {};
|
|
17
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
18
|
+
__setModuleDefault(result, mod);
|
|
19
|
+
return result;
|
|
20
|
+
};
|
|
2
21
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
22
|
exports.pageBreak = exports.image = exports.textField = exports.textRun = exports.linkTarget = exports.tocSeparator = exports.hyperLink = exports.paragraph = exports.markdown = exports.tableCell = exports.tableRow = exports.headerRows = exports.table = exports.group = exports.sectionElement = exports.page = exports.section = exports.abstractDoc = void 0;
|
|
4
|
-
const
|
|
23
|
+
const Custom = __importStar(require("./custom-elements"));
|
|
5
24
|
exports.abstractDoc = `<xs:element name="AbstractDoc">
|
|
6
25
|
<xs:complexType>
|
|
7
26
|
<xs:sequence>
|
|
@@ -16,7 +35,8 @@ exports.section = `<xs:complexType name="Section">
|
|
|
16
35
|
<xs:element name="Group" type="Group" minOccurs="0" />
|
|
17
36
|
<xs:element name="PageBreak" type="PageBreak" minOccurs="0" />
|
|
18
37
|
<xs:element name="Paragraph" type="Paragraph" minOccurs="0" />
|
|
19
|
-
${
|
|
38
|
+
${Custom.textParagraphElement}
|
|
39
|
+
${Custom.imageParagraphElement}
|
|
20
40
|
<xs:element name="Markdown" type="Markdown" minOccurs="0" />
|
|
21
41
|
<xs:element name="page" type="page" minOccurs="0" maxOccurs="1"></xs:element>
|
|
22
42
|
</xs:choice>
|
|
@@ -37,7 +57,8 @@ exports.sectionElement = `<xs:complexType name="SectionElement">
|
|
|
37
57
|
<xs:element name="Group" type="Group" minOccurs="0" />
|
|
38
58
|
<xs:element name="PageBreak" type="PageBreak" minOccurs="0" />
|
|
39
59
|
<xs:element name="Paragraph" type="Paragraph" minOccurs="0" />
|
|
40
|
-
${
|
|
60
|
+
${Custom.textParagraphElement}
|
|
61
|
+
${Custom.imageParagraphElement}
|
|
41
62
|
<xs:element name="Markdown" type="Markdown" minOccurs="0" />
|
|
42
63
|
</xs:choice>
|
|
43
64
|
</xs:complexType>`;
|
|
@@ -47,7 +68,8 @@ exports.group = `<xs:complexType name="Group">
|
|
|
47
68
|
<xs:element name="Group" type="Group" minOccurs="0" />
|
|
48
69
|
<xs:element name="PageBreak" type="PageBreak" minOccurs="0" />
|
|
49
70
|
<xs:element name="Paragraph" type="Paragraph" minOccurs="0" />
|
|
50
|
-
${
|
|
71
|
+
${Custom.textParagraphElement}
|
|
72
|
+
${Custom.imageParagraphElement}
|
|
51
73
|
<xs:element name="style" type="GroupStyle" minOccurs="0" />
|
|
52
74
|
</xs:choice>
|
|
53
75
|
<xs:attribute name="keepTogether" type="xs:boolean" />
|
|
@@ -59,7 +81,8 @@ exports.table = `<xs:complexType name="Table">
|
|
|
59
81
|
<xs:sequence>
|
|
60
82
|
<xs:choice minOccurs="1">
|
|
61
83
|
<xs:element name="TableRow" type="TableRow" maxOccurs="unbounded" />
|
|
62
|
-
${
|
|
84
|
+
${Custom.textRowElement}
|
|
85
|
+
${Custom.imageRowElement}
|
|
63
86
|
</xs:choice>
|
|
64
87
|
</xs:sequence>
|
|
65
88
|
</xs:choice>
|
|
@@ -78,14 +101,16 @@ exports.headerRows = `<xs:complexType name="headerRows">
|
|
|
78
101
|
<xs:sequence>
|
|
79
102
|
<xs:choice minOccurs="1" maxOccurs="unbounded">
|
|
80
103
|
<xs:element name="TableRow" type="TableRow"/>
|
|
81
|
-
${
|
|
104
|
+
${Custom.textRowElement}
|
|
105
|
+
${Custom.imageRowElement}
|
|
82
106
|
</xs:choice>
|
|
83
107
|
</xs:sequence>
|
|
84
108
|
</xs:complexType>`;
|
|
85
109
|
exports.tableRow = `<xs:complexType name="TableRow">
|
|
86
110
|
<xs:choice maxOccurs="unbounded">
|
|
87
111
|
<xs:element name="TableCell" type="TableCell" minOccurs="0" maxOccurs="unbounded" />
|
|
88
|
-
${
|
|
112
|
+
${Custom.textCellElement}
|
|
113
|
+
${Custom.imageCellElement}
|
|
89
114
|
</xs:choice>
|
|
90
115
|
</xs:complexType>`;
|
|
91
116
|
exports.tableCell = `<xs:complexType name="TableCell">
|
|
@@ -95,7 +120,8 @@ exports.tableCell = `<xs:complexType name="TableCell">
|
|
|
95
120
|
<xs:element name="Group" type="Group" minOccurs="0" maxOccurs="unbounded" />
|
|
96
121
|
<xs:element name="PageBreak" type="PageBreak" minOccurs="0" maxOccurs="unbounded" />
|
|
97
122
|
<xs:element name="Paragraph" type="Paragraph" minOccurs="0" maxOccurs="unbounded" />
|
|
98
|
-
${
|
|
123
|
+
${Custom.textParagraphElement}
|
|
124
|
+
${Custom.imageParagraphElement}
|
|
99
125
|
<xs:element name="Markdown" type="Markdown" minOccurs="0" maxOccurs="unbounded" />
|
|
100
126
|
</xs:choice>
|
|
101
127
|
<xs:attribute name="rowSpan" type="xs:integer" />
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"elements.js","sourceRoot":"","sources":["../../../src/abstract-document-xml/xsd-template/elements.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"elements.js","sourceRoot":"","sources":["../../../src/abstract-document-xml/xsd-template/elements.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAE/B,QAAA,WAAW,GAAG;;;;;;;cAOb,CAAC;AAEF,QAAA,OAAO,GAAG;;;;;;IAMnB,MAAM,CAAC,oBAAoB;IAC3B,MAAM,CAAC,qBAAqB;;;;kBAId,CAAC;AAEN,QAAA,IAAI,GAAG;;;;;;;;;kBASF,CAAC;AAEN,QAAA,cAAc,GAAG;;;;;;IAM1B,MAAM,CAAC,oBAAoB;IAC3B,MAAM,CAAC,qBAAqB;;;kBAGd,CAAC;AAEN,QAAA,KAAK,GAAG;;;;;;IAMjB,MAAM,CAAC,oBAAoB;IAC3B,MAAM,CAAC,qBAAqB;;;;kBAId,CAAC;AAEN,QAAA,KAAK,GAAG;;;;;;;MAOf,MAAM,CAAC,cAAc;MACrB,MAAM,CAAC,eAAe;;;;;;;;;;;;;;kBAcV,CAAC;AAEN,QAAA,UAAU,GAAG;;;;KAIrB,MAAM,CAAC,cAAc;KACrB,MAAM,CAAC,eAAe;;;kBAGT,CAAC;AAEN,QAAA,QAAQ,GAAG;;;IAGpB,MAAM,CAAC,eAAe;IACtB,MAAM,CAAC,gBAAgB;;kBAET,CAAC;AAEN,QAAA,SAAS,GAAG;;;;;;;IAOrB,MAAM,CAAC,oBAAoB;IAC3B,MAAM,CAAC,qBAAqB;;;;;;;;;;kBAUd,CAAC;AAEN,QAAA,QAAQ,GAAG;;;kBAGN,CAAC;AAEN,QAAA,SAAS,GAAG;;;;;;;;;;;;;;;kBAeP,CAAC;AAEN,QAAA,SAAS,GAAG;;;;;;;;;;;kBAWP,CAAC;AAEN,QAAA,YAAY,GAAG;;kBAEV,CAAC;AAEN,QAAA,UAAU,GAAG;;kBAER,CAAC;AAEN,QAAA,OAAO,GAAG;;;;;;;;;;;kBAWL,CAAC;AAEN,QAAA,SAAS,GAAG;;;;;;;;;;;;;;;;;;;;;kBAqBP,CAAC;AAEN,QAAA,KAAK,GAAG;;;;kBAIH,CAAC;AAEN,QAAA,SAAS,GAAG,qCAAqC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"xsd-template.d.ts","sourceRoot":"","sources":["../../../src/abstract-document-xml/xsd-template/xsd-template.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"xsd-template.d.ts","sourceRoot":"","sources":["../../../src/abstract-document-xml/xsd-template/xsd-template.ts"],"names":[],"mappings":"AAoCA,eAAO,MAAM,GAAG,QAMH,CAAC;AAEd,eAAO,MAAM,UAAU,QASV,CAAC"}
|
|
@@ -48,9 +48,12 @@ ${Elements.tableRow}
|
|
|
48
48
|
${Elements.headerRows}
|
|
49
49
|
${Elements.table}
|
|
50
50
|
${Elements.tableCell}
|
|
51
|
-
${CustomElements.
|
|
51
|
+
${CustomElements.textRow}
|
|
52
52
|
${CustomElements.textCell}
|
|
53
|
-
${CustomElements.
|
|
53
|
+
${CustomElements.textParagraph}
|
|
54
|
+
${CustomElements.imageRow}
|
|
55
|
+
${CustomElements.imageCell}
|
|
56
|
+
${CustomElements.imageParagraph}`;
|
|
54
57
|
exports.xsd = `<?xml version="1.0" encoding="UTF-8"?>
|
|
55
58
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
56
59
|
${commonParts}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"xsd-template.js","sourceRoot":"","sources":["../../../src/abstract-document-xml/xsd-template/xsd-template.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,qDAAuC;AACvC,iDAAmC;AACnC,kEAAoD;AAEpD,MAAM,WAAW,GAAG,GAAG,MAAM,CAAC,gBAAgB;EAC5C,QAAQ,CAAC,OAAO;EAChB,QAAQ,CAAC,cAAc;EACvB,QAAQ,CAAC,IAAI;EACb,QAAQ,CAAC,SAAS;EAClB,QAAQ,CAAC,KAAK;EACd,QAAQ,CAAC,SAAS;EAClB,QAAQ,CAAC,OAAO;EAChB,QAAQ,CAAC,SAAS;EAClB,QAAQ,CAAC,YAAY;EACrB,QAAQ,CAAC,UAAU;EACnB,MAAM,CAAC,QAAQ;EACf,MAAM,CAAC,eAAe;EACtB,QAAQ,CAAC,KAAK;EACd,MAAM,CAAC,UAAU;EACjB,MAAM,CAAC,SAAS;EAChB,MAAM,CAAC,cAAc;EACrB,MAAM,CAAC,UAAU;EACjB,QAAQ,CAAC,SAAS;EAClB,QAAQ,CAAC,QAAQ;EACjB,MAAM,CAAC,cAAc;EACrB,QAAQ,CAAC,QAAQ;EACjB,QAAQ,CAAC,UAAU;EACnB,QAAQ,CAAC,KAAK;EACd,QAAQ,CAAC,SAAS;EAClB,cAAc,CAAC,aAAa;EAC5B,cAAc,CAAC,QAAQ;EACvB,cAAc,CAAC,
|
|
1
|
+
{"version":3,"file":"xsd-template.js","sourceRoot":"","sources":["../../../src/abstract-document-xml/xsd-template/xsd-template.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,qDAAuC;AACvC,iDAAmC;AACnC,kEAAoD;AAEpD,MAAM,WAAW,GAAG,GAAG,MAAM,CAAC,gBAAgB;EAC5C,QAAQ,CAAC,OAAO;EAChB,QAAQ,CAAC,cAAc;EACvB,QAAQ,CAAC,IAAI;EACb,QAAQ,CAAC,SAAS;EAClB,QAAQ,CAAC,KAAK;EACd,QAAQ,CAAC,SAAS;EAClB,QAAQ,CAAC,OAAO;EAChB,QAAQ,CAAC,SAAS;EAClB,QAAQ,CAAC,YAAY;EACrB,QAAQ,CAAC,UAAU;EACnB,MAAM,CAAC,QAAQ;EACf,MAAM,CAAC,eAAe;EACtB,QAAQ,CAAC,KAAK;EACd,MAAM,CAAC,UAAU;EACjB,MAAM,CAAC,SAAS;EAChB,MAAM,CAAC,cAAc;EACrB,MAAM,CAAC,UAAU;EACjB,QAAQ,CAAC,SAAS;EAClB,QAAQ,CAAC,QAAQ;EACjB,MAAM,CAAC,cAAc;EACrB,QAAQ,CAAC,QAAQ;EACjB,QAAQ,CAAC,UAAU;EACnB,QAAQ,CAAC,KAAK;EACd,QAAQ,CAAC,SAAS;EAClB,cAAc,CAAC,OAAO;EACtB,cAAc,CAAC,QAAQ;EACvB,cAAc,CAAC,aAAa;EAC5B,cAAc,CAAC,QAAQ;EACvB,cAAc,CAAC,SAAS;EACxB,cAAc,CAAC,cAAc,EAAE,CAAC;AAErB,QAAA,GAAG,GAAG;;MAEb,WAAW;MACX,MAAM,CAAC,UAAU;MACjB,MAAM,CAAC,SAAS;MAChB,QAAQ,CAAC,WAAW;aACb,CAAC;AAED,QAAA,UAAU,GAAG;;MAEpB,QAAQ,CAAC,OAAO;MAChB,WAAW;;;;;;aAMJ,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "abstract-document",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.12.1",
|
|
4
4
|
"description": "Dynamically create documents using code or JSX and render to any format",
|
|
5
5
|
"repository": "https://github.com/dividab/abstract-visuals/tree/master/packages/abstract-document",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"jszip": "^3.10.1",
|
|
41
41
|
"pdf2json": "2.0.1"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "c65fd6dd950955ee50fecf1b067bf42808f8ccd8"
|
|
44
44
|
}
|
|
@@ -14,11 +14,7 @@ export interface GroupStyleProps {
|
|
|
14
14
|
|
|
15
15
|
export function create(props?: GroupStyleProps): GroupStyle {
|
|
16
16
|
const { margins = LayoutFoundation.create(), position = "relative" } = props || {};
|
|
17
|
-
return {
|
|
18
|
-
type: "GroupStyle",
|
|
19
|
-
margins,
|
|
20
|
-
position,
|
|
21
|
-
};
|
|
17
|
+
return { type: "GroupStyle", margins, position };
|
|
22
18
|
}
|
|
23
19
|
|
|
24
20
|
export function overrideWith(overrider: GroupStyle | undefined, toOverride: GroupStyle | undefined): GroupStyle {
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with End alignment.docx
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment.docx
CHANGED
|
Binary file
|
|
Binary file
|
package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment.docx
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -53,7 +53,7 @@ endobj
|
|
|
53
53
|
(PDFKit)
|
|
54
54
|
endobj
|
|
55
55
|
12 0 obj
|
|
56
|
-
(D:
|
|
56
|
+
(D:20231008070041Z)
|
|
57
57
|
endobj
|
|
58
58
|
9 0 obj
|
|
59
59
|
<<
|
|
@@ -116,7 +116,7 @@ trailer
|
|
|
116
116
|
/Size 13
|
|
117
117
|
/Root 3 0 R
|
|
118
118
|
/Info 9 0 R
|
|
119
|
-
/ID [<
|
|
119
|
+
/ID [<541883f37d8e5d59fd1919683ce468ea> <541883f37d8e5d59fd1919683ce468ea>]
|
|
120
120
|
>>
|
|
121
121
|
startxref
|
|
122
122
|
1104
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position header and footer.pdf
CHANGED
|
@@ -103,7 +103,7 @@ endobj
|
|
|
103
103
|
(PDFKit)
|
|
104
104
|
endobj
|
|
105
105
|
12 0 obj
|
|
106
|
-
(D:
|
|
106
|
+
(D:20231008070041Z)
|
|
107
107
|
endobj
|
|
108
108
|
9 0 obj
|
|
109
109
|
<<
|
|
@@ -166,7 +166,7 @@ trailer
|
|
|
166
166
|
/Size 13
|
|
167
167
|
/Root 3 0 R
|
|
168
168
|
/Info 9 0 R
|
|
169
|
-
/ID [<
|
|
169
|
+
/ID [<2028e1c01617b9e0c2e1b3782c838c65> <2028e1c01617b9e0c2e1b3782c838c65>]
|
|
170
170
|
>>
|
|
171
171
|
startxref
|
|
172
172
|
1492
|
|
@@ -43,7 +43,7 @@ endobj
|
|
|
43
43
|
(PDFKit)
|
|
44
44
|
endobj
|
|
45
45
|
12 0 obj
|
|
46
|
-
(D:
|
|
46
|
+
(D:20231008070041Z)
|
|
47
47
|
endobj
|
|
48
48
|
9 0 obj
|
|
49
49
|
<<
|
|
@@ -106,7 +106,7 @@ trailer
|
|
|
106
106
|
/Size 13
|
|
107
107
|
/Root 3 0 R
|
|
108
108
|
/Info 9 0 R
|
|
109
|
-
/ID [<
|
|
109
|
+
/ID [<7a4eadc1f3b7ed2171a42eb714e71aa5> <7a4eadc1f3b7ed2171a42eb714e71aa5>]
|
|
110
110
|
>>
|
|
111
111
|
startxref
|
|
112
112
|
902
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in group.pdf
CHANGED
|
@@ -53,7 +53,7 @@ endobj
|
|
|
53
53
|
(PDFKit)
|
|
54
54
|
endobj
|
|
55
55
|
12 0 obj
|
|
56
|
-
(D:
|
|
56
|
+
(D:20231008070041Z)
|
|
57
57
|
endobj
|
|
58
58
|
9 0 obj
|
|
59
59
|
<<
|
|
@@ -116,7 +116,7 @@ trailer
|
|
|
116
116
|
/Size 13
|
|
117
117
|
/Root 3 0 R
|
|
118
118
|
/Info 9 0 R
|
|
119
|
-
/ID [<
|
|
119
|
+
/ID [<6538c3634acdffed5036ee932241ec88> <6538c3634acdffed5036ee932241ec88>]
|
|
120
120
|
>>
|
|
121
121
|
startxref
|
|
122
122
|
1066
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in table.pdf
CHANGED
|
@@ -77,7 +77,7 @@ endobj
|
|
|
77
77
|
(PDFKit)
|
|
78
78
|
endobj
|
|
79
79
|
12 0 obj
|
|
80
|
-
(D:
|
|
80
|
+
(D:20231008070041Z)
|
|
81
81
|
endobj
|
|
82
82
|
9 0 obj
|
|
83
83
|
<<
|
|
@@ -140,7 +140,7 @@ trailer
|
|
|
140
140
|
/Size 13
|
|
141
141
|
/Root 3 0 R
|
|
142
142
|
/Info 9 0 R
|
|
143
|
-
/ID [<
|
|
143
|
+
/ID [<1ceb77a1772d050b314a07cc703d472b> <1ceb77a1772d050b314a07cc703d472b>]
|
|
144
144
|
>>
|
|
145
145
|
startxref
|
|
146
146
|
1373
|
|
@@ -67,7 +67,7 @@ endobj
|
|
|
67
67
|
(PDFKit)
|
|
68
68
|
endobj
|
|
69
69
|
12 0 obj
|
|
70
|
-
(D:
|
|
70
|
+
(D:20231008070041Z)
|
|
71
71
|
endobj
|
|
72
72
|
9 0 obj
|
|
73
73
|
<<
|
|
@@ -130,7 +130,7 @@ trailer
|
|
|
130
130
|
/Size 13
|
|
131
131
|
/Root 3 0 R
|
|
132
132
|
/Info 9 0 R
|
|
133
|
-
/ID [<
|
|
133
|
+
/ID [<0808b5a91e8faf794b2010ab51b38ce8> <0808b5a91e8faf794b2010ab51b38ce8>]
|
|
134
134
|
>>
|
|
135
135
|
startxref
|
|
136
136
|
1151
|
|
@@ -839,7 +839,7 @@ endobj
|
|
|
839
839
|
(PDFKit)
|
|
840
840
|
endobj
|
|
841
841
|
15 0 obj
|
|
842
|
-
(D:
|
|
842
|
+
(D:20231008070041Z)
|
|
843
843
|
endobj
|
|
844
844
|
12 0 obj
|
|
845
845
|
<<
|
|
@@ -905,7 +905,7 @@ trailer
|
|
|
905
905
|
/Size 16
|
|
906
906
|
/Root 3 0 R
|
|
907
907
|
/Info 12 0 R
|
|
908
|
-
/ID [<
|
|
908
|
+
/ID [<b086cc0e73b1788e941b6fff8c6105e9> <b086cc0e73b1788e941b6fff8c6105e9>]
|
|
909
909
|
>>
|
|
910
910
|
startxref
|
|
911
911
|
21921
|