@opengeni/artifact-tool 0.3.14 → 0.3.17-canary.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/{chunk-OVXX4G35.js → chunk-5XFCLETG.js} +7 -7
- package/dist/{chunk-QA3NXBAG.js → chunk-AQANVYZA.js} +30 -30
- package/dist/{chunk-SYFNJGH5.js → chunk-HIFSREUZ.js} +5 -5
- package/dist/{chunk-XAZTHG6W.js → chunk-IWYLNRFN.js} +3 -3
- package/dist/{chunk-GNXDFSOB.js → chunk-PI2AZVGK.js} +4 -4
- package/dist/document-docx-codec.js +1 -1
- package/dist/document-render.js +1 -1
- package/dist/index.js +23 -23
- package/dist/materializer-cli-entry.js +8 -8
- package/dist/materializer-cli.js +8 -8
- package/dist/presentation-pptx.js +3 -3
- package/dist/presentation-render.js +5 -5
- package/dist/presentation.js +2 -2
- package/dist/production-document.js +23 -23
- package/dist/production-presentation.js +23 -23
- package/dist/production-spreadsheet.js +23 -23
- package/dist/reference.js +21 -21
- package/dist/spreadsheet-render.js +1 -1
- package/dist/spreadsheet-xlsx-codec.js +5 -5
- package/dist/spreadsheet.js +2 -2
- package/package.json +2 -2
- /package/dist/{chunk-OVXX4G35.js.map → chunk-5XFCLETG.js.map} +0 -0
- /package/dist/{chunk-QA3NXBAG.js.map → chunk-AQANVYZA.js.map} +0 -0
- /package/dist/{chunk-SYFNJGH5.js.map → chunk-HIFSREUZ.js.map} +0 -0
- /package/dist/{chunk-XAZTHG6W.js.map → chunk-IWYLNRFN.js.map} +0 -0
- /package/dist/{chunk-GNXDFSOB.js.map → chunk-PI2AZVGK.js.map} +0 -0
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
import {
|
|
2
|
+
inflateBoundedZipEntry,
|
|
3
|
+
parseBoundedZip,
|
|
4
|
+
verifyBoundedZipEntry
|
|
5
|
+
} from "./chunk-72SYDU4O.js";
|
|
1
6
|
import {
|
|
2
7
|
LOSS_PRESERVATION,
|
|
3
8
|
SpreadsheetFidelityError,
|
|
@@ -12,7 +17,7 @@ import {
|
|
|
12
17
|
import {
|
|
13
18
|
Workbook,
|
|
14
19
|
validateSupportedFormula
|
|
15
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-HIFSREUZ.js";
|
|
16
21
|
import {
|
|
17
22
|
formatCellAddress,
|
|
18
23
|
formatRangeAddress,
|
|
@@ -23,11 +28,6 @@ import {
|
|
|
23
28
|
boundedUtf8ByteLength,
|
|
24
29
|
inspectRasterImage
|
|
25
30
|
} from "./chunk-FGZM4FQ6.js";
|
|
26
|
-
import {
|
|
27
|
-
inflateBoundedZipEntry,
|
|
28
|
-
parseBoundedZip,
|
|
29
|
-
verifyBoundedZipEntry
|
|
30
|
-
} from "./chunk-72SYDU4O.js";
|
|
31
31
|
import {
|
|
32
32
|
FileBlob
|
|
33
33
|
} from "./chunk-4BSENMAE.js";
|
|
@@ -2455,4 +2455,4 @@ function safeExportImage(image) {
|
|
|
2455
2455
|
export {
|
|
2456
2456
|
SpreadsheetXlsxCodec
|
|
2457
2457
|
};
|
|
2458
|
-
//# sourceMappingURL=chunk-
|
|
2458
|
+
//# sourceMappingURL=chunk-5XFCLETG.js.map
|
|
@@ -1,10 +1,34 @@
|
|
|
1
|
+
import {
|
|
2
|
+
DOCUMENT_LOSS_PRESERVATION
|
|
3
|
+
} from "./chunk-RBGQADXA.js";
|
|
1
4
|
import {
|
|
2
5
|
CompositeArtifactState,
|
|
3
6
|
requireCompositeState
|
|
4
7
|
} from "./chunk-HTJBLBDE.js";
|
|
8
|
+
import {
|
|
9
|
+
NativeDocumentSession,
|
|
10
|
+
NativePresentationSession,
|
|
11
|
+
NativeSpreadsheetSession
|
|
12
|
+
} from "./chunk-LVPFJH2Z.js";
|
|
13
|
+
import {
|
|
14
|
+
ArtifactRuntimeError
|
|
15
|
+
} from "./chunk-4YYYUZQH.js";
|
|
5
16
|
import {
|
|
6
17
|
SpreadsheetFile
|
|
7
18
|
} from "./chunk-VOJHMSM3.js";
|
|
19
|
+
import {
|
|
20
|
+
Document,
|
|
21
|
+
DocumentBlockCollection,
|
|
22
|
+
DocumentCommentThread,
|
|
23
|
+
DocumentComments,
|
|
24
|
+
DocumentFile,
|
|
25
|
+
DocumentParagraph,
|
|
26
|
+
DocumentSection,
|
|
27
|
+
DocumentSections,
|
|
28
|
+
DocumentStory,
|
|
29
|
+
DocumentTable,
|
|
30
|
+
TrackedChanges
|
|
31
|
+
} from "./chunk-66CT2ZRP.js";
|
|
8
32
|
import {
|
|
9
33
|
Presentation,
|
|
10
34
|
PresentationChart,
|
|
@@ -24,44 +48,20 @@ import {
|
|
|
24
48
|
colorValue,
|
|
25
49
|
presentationLossState,
|
|
26
50
|
setPresentationLossState
|
|
27
|
-
} from "./chunk-
|
|
28
|
-
import {
|
|
29
|
-
DOCUMENT_LOSS_PRESERVATION
|
|
30
|
-
} from "./chunk-RBGQADXA.js";
|
|
31
|
-
import {
|
|
32
|
-
Document,
|
|
33
|
-
DocumentBlockCollection,
|
|
34
|
-
DocumentCommentThread,
|
|
35
|
-
DocumentComments,
|
|
36
|
-
DocumentFile,
|
|
37
|
-
DocumentParagraph,
|
|
38
|
-
DocumentSection,
|
|
39
|
-
DocumentSections,
|
|
40
|
-
DocumentStory,
|
|
41
|
-
DocumentTable,
|
|
42
|
-
TrackedChanges
|
|
43
|
-
} from "./chunk-66CT2ZRP.js";
|
|
44
|
-
import {
|
|
45
|
-
NativeDocumentSession,
|
|
46
|
-
NativePresentationSession,
|
|
47
|
-
NativeSpreadsheetSession
|
|
48
|
-
} from "./chunk-LVPFJH2Z.js";
|
|
51
|
+
} from "./chunk-PI2AZVGK.js";
|
|
49
52
|
import {
|
|
50
53
|
LOSS_PRESERVATION
|
|
51
54
|
} from "./chunk-J6N7IR44.js";
|
|
52
55
|
import {
|
|
53
56
|
Workbook
|
|
54
|
-
} from "./chunk-
|
|
55
|
-
import {
|
|
56
|
-
decodeRasterBase64,
|
|
57
|
-
inspectRasterImage
|
|
58
|
-
} from "./chunk-FGZM4FQ6.js";
|
|
57
|
+
} from "./chunk-HIFSREUZ.js";
|
|
59
58
|
import {
|
|
60
59
|
UnsupportedArtifactFeatureError
|
|
61
60
|
} from "./chunk-O24KTEGP.js";
|
|
62
61
|
import {
|
|
63
|
-
|
|
64
|
-
|
|
62
|
+
decodeRasterBase64,
|
|
63
|
+
inspectRasterImage
|
|
64
|
+
} from "./chunk-FGZM4FQ6.js";
|
|
65
65
|
|
|
66
66
|
// src/production-sha256.ts
|
|
67
67
|
var ROUND_CONSTANTS = Uint32Array.of(
|
|
@@ -2258,4 +2258,4 @@ export {
|
|
|
2258
2258
|
getArtifactCompositeDiagnostics,
|
|
2259
2259
|
disposeArtifact
|
|
2260
2260
|
};
|
|
2261
|
-
//# sourceMappingURL=chunk-
|
|
2261
|
+
//# sourceMappingURL=chunk-AQANVYZA.js.map
|
|
@@ -11,6 +11,10 @@ import {
|
|
|
11
11
|
parseCellAddress,
|
|
12
12
|
parseRangeAddress
|
|
13
13
|
} from "./chunk-4FRFNNBM.js";
|
|
14
|
+
import {
|
|
15
|
+
ArtifactLimitError,
|
|
16
|
+
UnsupportedArtifactFeatureError
|
|
17
|
+
} from "./chunk-O24KTEGP.js";
|
|
14
18
|
import {
|
|
15
19
|
boundedUtf8ByteLength
|
|
16
20
|
} from "./chunk-FGZM4FQ6.js";
|
|
@@ -19,10 +23,6 @@ import {
|
|
|
19
23
|
defineHelpEntries,
|
|
20
24
|
filterHelpEntries
|
|
21
25
|
} from "./chunk-Q2FFHEY7.js";
|
|
22
|
-
import {
|
|
23
|
-
ArtifactLimitError,
|
|
24
|
-
UnsupportedArtifactFeatureError
|
|
25
|
-
} from "./chunk-O24KTEGP.js";
|
|
26
26
|
|
|
27
27
|
// src/spreadsheet-formula.ts
|
|
28
28
|
var DEFAULT_FORMULA_LIMITS = Object.freeze({
|
|
@@ -5325,4 +5325,4 @@ export {
|
|
|
5325
5325
|
WorkbookComments,
|
|
5326
5326
|
CommentThread
|
|
5327
5327
|
};
|
|
5328
|
-
//# sourceMappingURL=chunk-
|
|
5328
|
+
//# sourceMappingURL=chunk-HIFSREUZ.js.map
|
|
@@ -6,10 +6,10 @@ import {
|
|
|
6
6
|
} from "./chunk-LVPFJH2Z.js";
|
|
7
7
|
import {
|
|
8
8
|
SpreadsheetXlsxCodec
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-5XFCLETG.js";
|
|
10
10
|
import {
|
|
11
11
|
Workbook
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-HIFSREUZ.js";
|
|
13
13
|
|
|
14
14
|
// src/materializer-cli.ts
|
|
15
15
|
import { createHash } from "crypto";
|
|
@@ -557,4 +557,4 @@ export {
|
|
|
557
557
|
runArtifactMaterializerCli,
|
|
558
558
|
editableArtifactMaterializerCapabilitiesForRuntime
|
|
559
559
|
};
|
|
560
|
-
//# sourceMappingURL=chunk-
|
|
560
|
+
//# sourceMappingURL=chunk-IWYLNRFN.js.map
|
|
@@ -5,14 +5,14 @@ import {
|
|
|
5
5
|
normalizeRasterContentType,
|
|
6
6
|
validateRasterImageBytes
|
|
7
7
|
} from "./chunk-FGZM4FQ6.js";
|
|
8
|
+
import {
|
|
9
|
+
FileBlob
|
|
10
|
+
} from "./chunk-4BSENMAE.js";
|
|
8
11
|
import {
|
|
9
12
|
boundInspectionRecords,
|
|
10
13
|
defineHelpEntries,
|
|
11
14
|
filterHelpEntries
|
|
12
15
|
} from "./chunk-Q2FFHEY7.js";
|
|
13
|
-
import {
|
|
14
|
-
FileBlob
|
|
15
|
-
} from "./chunk-4BSENMAE.js";
|
|
16
16
|
|
|
17
17
|
// src/presentation-pptx-state.ts
|
|
18
18
|
var lossState = /* @__PURE__ */ new WeakMap();
|
|
@@ -2071,4 +2071,4 @@ export {
|
|
|
2071
2071
|
colorValue,
|
|
2072
2072
|
truncate
|
|
2073
2073
|
};
|
|
2074
|
-
//# sourceMappingURL=chunk-
|
|
2074
|
+
//# sourceMappingURL=chunk-PI2AZVGK.js.map
|
|
@@ -16,13 +16,13 @@ import {
|
|
|
16
16
|
inflateBoundedZipEntry,
|
|
17
17
|
parseBoundedZip
|
|
18
18
|
} from "./chunk-72SYDU4O.js";
|
|
19
|
-
import "./chunk-Q2FFHEY7.js";
|
|
20
19
|
import {
|
|
21
20
|
UnsupportedArtifactFeatureError
|
|
22
21
|
} from "./chunk-O24KTEGP.js";
|
|
23
22
|
import {
|
|
24
23
|
FileBlob
|
|
25
24
|
} from "./chunk-4BSENMAE.js";
|
|
25
|
+
import "./chunk-Q2FFHEY7.js";
|
|
26
26
|
import "./chunk-VUNV25KB.js";
|
|
27
27
|
|
|
28
28
|
// src/document-docx-packer.ts
|
package/dist/document-render.js
CHANGED
|
@@ -7,13 +7,13 @@ import {
|
|
|
7
7
|
DocumentParagraph,
|
|
8
8
|
DocumentTable
|
|
9
9
|
} from "./chunk-66CT2ZRP.js";
|
|
10
|
-
import "./chunk-Q2FFHEY7.js";
|
|
11
10
|
import {
|
|
12
11
|
ArtifactLimitError
|
|
13
12
|
} from "./chunk-O24KTEGP.js";
|
|
14
13
|
import {
|
|
15
14
|
FileBlob
|
|
16
15
|
} from "./chunk-4BSENMAE.js";
|
|
16
|
+
import "./chunk-Q2FFHEY7.js";
|
|
17
17
|
import "./chunk-VUNV25KB.js";
|
|
18
18
|
|
|
19
19
|
// src/document-render.ts
|
package/dist/index.js
CHANGED
|
@@ -9,9 +9,27 @@ import {
|
|
|
9
9
|
disposeArtifact,
|
|
10
10
|
getArtifactCompositeDiagnostics,
|
|
11
11
|
getConfiguredArtifactRuntime
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-AQANVYZA.js";
|
|
13
|
+
import "./chunk-RBGQADXA.js";
|
|
13
14
|
import "./chunk-HTJBLBDE.js";
|
|
15
|
+
import "./chunk-LVPFJH2Z.js";
|
|
16
|
+
import "./chunk-4YYYUZQH.js";
|
|
14
17
|
import "./chunk-VOJHMSM3.js";
|
|
18
|
+
import {
|
|
19
|
+
DocumentBlockCollection,
|
|
20
|
+
DocumentCommentThread,
|
|
21
|
+
DocumentComments,
|
|
22
|
+
DocumentPageBreak,
|
|
23
|
+
DocumentParagraph,
|
|
24
|
+
DocumentSection,
|
|
25
|
+
DocumentSectionStories,
|
|
26
|
+
DocumentSections,
|
|
27
|
+
DocumentStory,
|
|
28
|
+
DocumentTable,
|
|
29
|
+
DocumentTextRun,
|
|
30
|
+
TrackedChange,
|
|
31
|
+
TrackedChanges
|
|
32
|
+
} from "./chunk-66CT2ZRP.js";
|
|
15
33
|
import {
|
|
16
34
|
InvalidPresentationInputError,
|
|
17
35
|
PresentationChart,
|
|
@@ -39,24 +57,7 @@ import {
|
|
|
39
57
|
assertRenderPixelBudget,
|
|
40
58
|
colorValue,
|
|
41
59
|
truncate
|
|
42
|
-
} from "./chunk-
|
|
43
|
-
import "./chunk-RBGQADXA.js";
|
|
44
|
-
import {
|
|
45
|
-
DocumentBlockCollection,
|
|
46
|
-
DocumentCommentThread,
|
|
47
|
-
DocumentComments,
|
|
48
|
-
DocumentPageBreak,
|
|
49
|
-
DocumentParagraph,
|
|
50
|
-
DocumentSection,
|
|
51
|
-
DocumentSectionStories,
|
|
52
|
-
DocumentSections,
|
|
53
|
-
DocumentStory,
|
|
54
|
-
DocumentTable,
|
|
55
|
-
DocumentTextRun,
|
|
56
|
-
TrackedChange,
|
|
57
|
-
TrackedChanges
|
|
58
|
-
} from "./chunk-66CT2ZRP.js";
|
|
59
|
-
import "./chunk-LVPFJH2Z.js";
|
|
60
|
+
} from "./chunk-PI2AZVGK.js";
|
|
60
61
|
import {
|
|
61
62
|
SpreadsheetFidelityError,
|
|
62
63
|
SpreadsheetSecurityError
|
|
@@ -87,19 +88,18 @@ import {
|
|
|
87
88
|
Worksheet,
|
|
88
89
|
WorksheetCollection,
|
|
89
90
|
validateSerializedWorkbook
|
|
90
|
-
} from "./chunk-
|
|
91
|
+
} from "./chunk-HIFSREUZ.js";
|
|
91
92
|
import "./chunk-4FRFNNBM.js";
|
|
92
|
-
import "./chunk-FGZM4FQ6.js";
|
|
93
|
-
import "./chunk-Q2FFHEY7.js";
|
|
94
93
|
import {
|
|
95
94
|
ArtifactConflictError,
|
|
96
95
|
ArtifactLimitError,
|
|
97
96
|
UnsupportedArtifactFeatureError
|
|
98
97
|
} from "./chunk-O24KTEGP.js";
|
|
98
|
+
import "./chunk-FGZM4FQ6.js";
|
|
99
99
|
import {
|
|
100
100
|
FileBlob
|
|
101
101
|
} from "./chunk-4BSENMAE.js";
|
|
102
|
-
import "./chunk-
|
|
102
|
+
import "./chunk-Q2FFHEY7.js";
|
|
103
103
|
import "./chunk-VUNV25KB.js";
|
|
104
104
|
export {
|
|
105
105
|
ArtifactConflictError,
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
runArtifactMaterializerCli
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-IWYLNRFN.js";
|
|
5
5
|
import "./chunk-LMLPFF3S.js";
|
|
6
|
+
import "./chunk-4XJE7NRA.js";
|
|
6
7
|
import "./chunk-LVPFJH2Z.js";
|
|
7
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-4YYYUZQH.js";
|
|
9
|
+
import "./chunk-5XFCLETG.js";
|
|
10
|
+
import "./chunk-72SYDU4O.js";
|
|
8
11
|
import "./chunk-J6N7IR44.js";
|
|
9
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-HIFSREUZ.js";
|
|
10
13
|
import "./chunk-4FRFNNBM.js";
|
|
11
|
-
import "./chunk-FGZM4FQ6.js";
|
|
12
|
-
import "./chunk-72SYDU4O.js";
|
|
13
|
-
import "./chunk-Q2FFHEY7.js";
|
|
14
14
|
import "./chunk-O24KTEGP.js";
|
|
15
|
+
import "./chunk-FGZM4FQ6.js";
|
|
15
16
|
import "./chunk-4BSENMAE.js";
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-4YYYUZQH.js";
|
|
17
|
+
import "./chunk-Q2FFHEY7.js";
|
|
18
18
|
import "./chunk-VUNV25KB.js";
|
|
19
19
|
|
|
20
20
|
// src/materializer-cli-entry.ts
|
package/dist/materializer-cli.js
CHANGED
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
import {
|
|
3
3
|
editableArtifactMaterializerCapabilitiesForRuntime,
|
|
4
4
|
runArtifactMaterializerCli
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-IWYLNRFN.js";
|
|
6
6
|
import "./chunk-LMLPFF3S.js";
|
|
7
|
+
import "./chunk-4XJE7NRA.js";
|
|
7
8
|
import "./chunk-LVPFJH2Z.js";
|
|
8
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-4YYYUZQH.js";
|
|
10
|
+
import "./chunk-5XFCLETG.js";
|
|
11
|
+
import "./chunk-72SYDU4O.js";
|
|
9
12
|
import "./chunk-J6N7IR44.js";
|
|
10
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-HIFSREUZ.js";
|
|
11
14
|
import "./chunk-4FRFNNBM.js";
|
|
12
|
-
import "./chunk-FGZM4FQ6.js";
|
|
13
|
-
import "./chunk-72SYDU4O.js";
|
|
14
|
-
import "./chunk-Q2FFHEY7.js";
|
|
15
15
|
import "./chunk-O24KTEGP.js";
|
|
16
|
+
import "./chunk-FGZM4FQ6.js";
|
|
16
17
|
import "./chunk-4BSENMAE.js";
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-4YYYUZQH.js";
|
|
18
|
+
import "./chunk-Q2FFHEY7.js";
|
|
19
19
|
import "./chunk-VUNV25KB.js";
|
|
20
20
|
export {
|
|
21
21
|
editableArtifactMaterializerCapabilitiesForRuntime,
|
|
@@ -11,17 +11,17 @@ import {
|
|
|
11
11
|
colorValue,
|
|
12
12
|
presentationLossState,
|
|
13
13
|
setPresentationLossState
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-FGZM4FQ6.js";
|
|
14
|
+
} from "./chunk-PI2AZVGK.js";
|
|
16
15
|
import {
|
|
17
16
|
inflateBoundedZipEntry,
|
|
18
17
|
parseBoundedZip,
|
|
19
18
|
verifyBoundedZipEntry
|
|
20
19
|
} from "./chunk-72SYDU4O.js";
|
|
21
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-FGZM4FQ6.js";
|
|
22
21
|
import {
|
|
23
22
|
FileBlob
|
|
24
23
|
} from "./chunk-4BSENMAE.js";
|
|
24
|
+
import "./chunk-Q2FFHEY7.js";
|
|
25
25
|
import "./chunk-VUNV25KB.js";
|
|
26
26
|
|
|
27
27
|
// src/presentation-pptx-xml.ts
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
+
import {
|
|
2
|
+
rasterizeSvgToPng
|
|
3
|
+
} from "./chunk-XIFUNVBO.js";
|
|
1
4
|
import {
|
|
2
5
|
InvalidPresentationInputError,
|
|
3
6
|
UnsupportedPresentationFeatureError,
|
|
4
7
|
assertRenderPixelBudget,
|
|
5
8
|
colorValue,
|
|
6
9
|
truncate
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import {
|
|
9
|
-
rasterizeSvgToPng
|
|
10
|
-
} from "./chunk-XIFUNVBO.js";
|
|
10
|
+
} from "./chunk-PI2AZVGK.js";
|
|
11
11
|
import "./chunk-FGZM4FQ6.js";
|
|
12
|
-
import "./chunk-Q2FFHEY7.js";
|
|
13
12
|
import {
|
|
14
13
|
FileBlob
|
|
15
14
|
} from "./chunk-4BSENMAE.js";
|
|
15
|
+
import "./chunk-Q2FFHEY7.js";
|
|
16
16
|
import "./chunk-VUNV25KB.js";
|
|
17
17
|
|
|
18
18
|
// src/presentation-render.ts
|
package/dist/presentation.js
CHANGED
|
@@ -30,10 +30,10 @@ import {
|
|
|
30
30
|
assertRenderPixelBudget,
|
|
31
31
|
colorValue,
|
|
32
32
|
truncate
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-PI2AZVGK.js";
|
|
34
34
|
import "./chunk-FGZM4FQ6.js";
|
|
35
|
-
import "./chunk-Q2FFHEY7.js";
|
|
36
35
|
import "./chunk-4BSENMAE.js";
|
|
36
|
+
import "./chunk-Q2FFHEY7.js";
|
|
37
37
|
import "./chunk-VUNV25KB.js";
|
|
38
38
|
export {
|
|
39
39
|
InvalidPresentationInputError,
|
|
@@ -9,9 +9,27 @@ import {
|
|
|
9
9
|
disposeArtifact,
|
|
10
10
|
getArtifactCompositeDiagnostics,
|
|
11
11
|
getConfiguredArtifactRuntime
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-AQANVYZA.js";
|
|
13
|
+
import "./chunk-RBGQADXA.js";
|
|
13
14
|
import "./chunk-HTJBLBDE.js";
|
|
15
|
+
import "./chunk-LVPFJH2Z.js";
|
|
16
|
+
import "./chunk-4YYYUZQH.js";
|
|
14
17
|
import "./chunk-VOJHMSM3.js";
|
|
18
|
+
import {
|
|
19
|
+
DocumentBlockCollection,
|
|
20
|
+
DocumentCommentThread,
|
|
21
|
+
DocumentComments,
|
|
22
|
+
DocumentPageBreak,
|
|
23
|
+
DocumentParagraph,
|
|
24
|
+
DocumentSection,
|
|
25
|
+
DocumentSectionStories,
|
|
26
|
+
DocumentSections,
|
|
27
|
+
DocumentStory,
|
|
28
|
+
DocumentTable,
|
|
29
|
+
DocumentTextRun,
|
|
30
|
+
TrackedChange,
|
|
31
|
+
TrackedChanges
|
|
32
|
+
} from "./chunk-66CT2ZRP.js";
|
|
15
33
|
import {
|
|
16
34
|
InvalidPresentationInputError,
|
|
17
35
|
PresentationChart,
|
|
@@ -39,24 +57,7 @@ import {
|
|
|
39
57
|
assertRenderPixelBudget,
|
|
40
58
|
colorValue,
|
|
41
59
|
truncate
|
|
42
|
-
} from "./chunk-
|
|
43
|
-
import "./chunk-RBGQADXA.js";
|
|
44
|
-
import {
|
|
45
|
-
DocumentBlockCollection,
|
|
46
|
-
DocumentCommentThread,
|
|
47
|
-
DocumentComments,
|
|
48
|
-
DocumentPageBreak,
|
|
49
|
-
DocumentParagraph,
|
|
50
|
-
DocumentSection,
|
|
51
|
-
DocumentSectionStories,
|
|
52
|
-
DocumentSections,
|
|
53
|
-
DocumentStory,
|
|
54
|
-
DocumentTable,
|
|
55
|
-
DocumentTextRun,
|
|
56
|
-
TrackedChange,
|
|
57
|
-
TrackedChanges
|
|
58
|
-
} from "./chunk-66CT2ZRP.js";
|
|
59
|
-
import "./chunk-LVPFJH2Z.js";
|
|
60
|
+
} from "./chunk-PI2AZVGK.js";
|
|
60
61
|
import {
|
|
61
62
|
SpreadsheetFidelityError,
|
|
62
63
|
SpreadsheetSecurityError
|
|
@@ -87,13 +88,12 @@ import {
|
|
|
87
88
|
Worksheet,
|
|
88
89
|
WorksheetCollection,
|
|
89
90
|
validateSerializedWorkbook
|
|
90
|
-
} from "./chunk-
|
|
91
|
+
} from "./chunk-HIFSREUZ.js";
|
|
91
92
|
import "./chunk-4FRFNNBM.js";
|
|
92
|
-
import "./chunk-FGZM4FQ6.js";
|
|
93
|
-
import "./chunk-Q2FFHEY7.js";
|
|
94
93
|
import "./chunk-O24KTEGP.js";
|
|
94
|
+
import "./chunk-FGZM4FQ6.js";
|
|
95
95
|
import "./chunk-4BSENMAE.js";
|
|
96
|
-
import "./chunk-
|
|
96
|
+
import "./chunk-Q2FFHEY7.js";
|
|
97
97
|
import "./chunk-VUNV25KB.js";
|
|
98
98
|
export {
|
|
99
99
|
ChartSeriesCollection,
|
|
@@ -9,9 +9,27 @@ import {
|
|
|
9
9
|
disposeArtifact,
|
|
10
10
|
getArtifactCompositeDiagnostics,
|
|
11
11
|
getConfiguredArtifactRuntime
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-AQANVYZA.js";
|
|
13
|
+
import "./chunk-RBGQADXA.js";
|
|
13
14
|
import "./chunk-HTJBLBDE.js";
|
|
15
|
+
import "./chunk-LVPFJH2Z.js";
|
|
16
|
+
import "./chunk-4YYYUZQH.js";
|
|
14
17
|
import "./chunk-VOJHMSM3.js";
|
|
18
|
+
import {
|
|
19
|
+
DocumentBlockCollection,
|
|
20
|
+
DocumentCommentThread,
|
|
21
|
+
DocumentComments,
|
|
22
|
+
DocumentPageBreak,
|
|
23
|
+
DocumentParagraph,
|
|
24
|
+
DocumentSection,
|
|
25
|
+
DocumentSectionStories,
|
|
26
|
+
DocumentSections,
|
|
27
|
+
DocumentStory,
|
|
28
|
+
DocumentTable,
|
|
29
|
+
DocumentTextRun,
|
|
30
|
+
TrackedChange,
|
|
31
|
+
TrackedChanges
|
|
32
|
+
} from "./chunk-66CT2ZRP.js";
|
|
15
33
|
import {
|
|
16
34
|
InvalidPresentationInputError,
|
|
17
35
|
PresentationChart,
|
|
@@ -39,24 +57,7 @@ import {
|
|
|
39
57
|
assertRenderPixelBudget,
|
|
40
58
|
colorValue,
|
|
41
59
|
truncate
|
|
42
|
-
} from "./chunk-
|
|
43
|
-
import "./chunk-RBGQADXA.js";
|
|
44
|
-
import {
|
|
45
|
-
DocumentBlockCollection,
|
|
46
|
-
DocumentCommentThread,
|
|
47
|
-
DocumentComments,
|
|
48
|
-
DocumentPageBreak,
|
|
49
|
-
DocumentParagraph,
|
|
50
|
-
DocumentSection,
|
|
51
|
-
DocumentSectionStories,
|
|
52
|
-
DocumentSections,
|
|
53
|
-
DocumentStory,
|
|
54
|
-
DocumentTable,
|
|
55
|
-
DocumentTextRun,
|
|
56
|
-
TrackedChange,
|
|
57
|
-
TrackedChanges
|
|
58
|
-
} from "./chunk-66CT2ZRP.js";
|
|
59
|
-
import "./chunk-LVPFJH2Z.js";
|
|
60
|
+
} from "./chunk-PI2AZVGK.js";
|
|
60
61
|
import {
|
|
61
62
|
SpreadsheetFidelityError,
|
|
62
63
|
SpreadsheetSecurityError
|
|
@@ -87,13 +88,12 @@ import {
|
|
|
87
88
|
Worksheet,
|
|
88
89
|
WorksheetCollection,
|
|
89
90
|
validateSerializedWorkbook
|
|
90
|
-
} from "./chunk-
|
|
91
|
+
} from "./chunk-HIFSREUZ.js";
|
|
91
92
|
import "./chunk-4FRFNNBM.js";
|
|
92
|
-
import "./chunk-FGZM4FQ6.js";
|
|
93
|
-
import "./chunk-Q2FFHEY7.js";
|
|
94
93
|
import "./chunk-O24KTEGP.js";
|
|
94
|
+
import "./chunk-FGZM4FQ6.js";
|
|
95
95
|
import "./chunk-4BSENMAE.js";
|
|
96
|
-
import "./chunk-
|
|
96
|
+
import "./chunk-Q2FFHEY7.js";
|
|
97
97
|
import "./chunk-VUNV25KB.js";
|
|
98
98
|
export {
|
|
99
99
|
ChartSeriesCollection,
|
|
@@ -9,9 +9,27 @@ import {
|
|
|
9
9
|
disposeArtifact,
|
|
10
10
|
getArtifactCompositeDiagnostics,
|
|
11
11
|
getConfiguredArtifactRuntime
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-AQANVYZA.js";
|
|
13
|
+
import "./chunk-RBGQADXA.js";
|
|
13
14
|
import "./chunk-HTJBLBDE.js";
|
|
15
|
+
import "./chunk-LVPFJH2Z.js";
|
|
16
|
+
import "./chunk-4YYYUZQH.js";
|
|
14
17
|
import "./chunk-VOJHMSM3.js";
|
|
18
|
+
import {
|
|
19
|
+
DocumentBlockCollection,
|
|
20
|
+
DocumentCommentThread,
|
|
21
|
+
DocumentComments,
|
|
22
|
+
DocumentPageBreak,
|
|
23
|
+
DocumentParagraph,
|
|
24
|
+
DocumentSection,
|
|
25
|
+
DocumentSectionStories,
|
|
26
|
+
DocumentSections,
|
|
27
|
+
DocumentStory,
|
|
28
|
+
DocumentTable,
|
|
29
|
+
DocumentTextRun,
|
|
30
|
+
TrackedChange,
|
|
31
|
+
TrackedChanges
|
|
32
|
+
} from "./chunk-66CT2ZRP.js";
|
|
15
33
|
import {
|
|
16
34
|
InvalidPresentationInputError,
|
|
17
35
|
PresentationChart,
|
|
@@ -39,24 +57,7 @@ import {
|
|
|
39
57
|
assertRenderPixelBudget,
|
|
40
58
|
colorValue,
|
|
41
59
|
truncate
|
|
42
|
-
} from "./chunk-
|
|
43
|
-
import "./chunk-RBGQADXA.js";
|
|
44
|
-
import {
|
|
45
|
-
DocumentBlockCollection,
|
|
46
|
-
DocumentCommentThread,
|
|
47
|
-
DocumentComments,
|
|
48
|
-
DocumentPageBreak,
|
|
49
|
-
DocumentParagraph,
|
|
50
|
-
DocumentSection,
|
|
51
|
-
DocumentSectionStories,
|
|
52
|
-
DocumentSections,
|
|
53
|
-
DocumentStory,
|
|
54
|
-
DocumentTable,
|
|
55
|
-
DocumentTextRun,
|
|
56
|
-
TrackedChange,
|
|
57
|
-
TrackedChanges
|
|
58
|
-
} from "./chunk-66CT2ZRP.js";
|
|
59
|
-
import "./chunk-LVPFJH2Z.js";
|
|
60
|
+
} from "./chunk-PI2AZVGK.js";
|
|
60
61
|
import {
|
|
61
62
|
SpreadsheetFidelityError,
|
|
62
63
|
SpreadsheetSecurityError
|
|
@@ -87,13 +88,12 @@ import {
|
|
|
87
88
|
Worksheet,
|
|
88
89
|
WorksheetCollection,
|
|
89
90
|
validateSerializedWorkbook
|
|
90
|
-
} from "./chunk-
|
|
91
|
+
} from "./chunk-HIFSREUZ.js";
|
|
91
92
|
import "./chunk-4FRFNNBM.js";
|
|
92
|
-
import "./chunk-FGZM4FQ6.js";
|
|
93
|
-
import "./chunk-Q2FFHEY7.js";
|
|
94
93
|
import "./chunk-O24KTEGP.js";
|
|
94
|
+
import "./chunk-FGZM4FQ6.js";
|
|
95
95
|
import "./chunk-4BSENMAE.js";
|
|
96
|
-
import "./chunk-
|
|
96
|
+
import "./chunk-Q2FFHEY7.js";
|
|
97
97
|
import "./chunk-VUNV25KB.js";
|
|
98
98
|
export {
|
|
99
99
|
ChartSeriesCollection,
|
package/dist/reference.js
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
1
|
import {
|
|
2
2
|
SpreadsheetFile
|
|
3
3
|
} from "./chunk-VOJHMSM3.js";
|
|
4
|
+
import {
|
|
5
|
+
Document,
|
|
6
|
+
DocumentBlockCollection,
|
|
7
|
+
DocumentCommentThread,
|
|
8
|
+
DocumentComments,
|
|
9
|
+
DocumentFile,
|
|
10
|
+
DocumentPageBreak,
|
|
11
|
+
DocumentParagraph,
|
|
12
|
+
DocumentSection,
|
|
13
|
+
DocumentSectionStories,
|
|
14
|
+
DocumentSections,
|
|
15
|
+
DocumentStory,
|
|
16
|
+
DocumentTable,
|
|
17
|
+
DocumentTextRun,
|
|
18
|
+
TrackedChange,
|
|
19
|
+
TrackedChanges
|
|
20
|
+
} from "./chunk-66CT2ZRP.js";
|
|
4
21
|
import {
|
|
5
22
|
InvalidPresentationInputError,
|
|
6
23
|
PPTX_MEDIA_TYPE,
|
|
@@ -33,24 +50,7 @@ import {
|
|
|
33
50
|
assertRenderPixelBudget,
|
|
34
51
|
colorValue,
|
|
35
52
|
truncate
|
|
36
|
-
} from "./chunk-
|
|
37
|
-
import {
|
|
38
|
-
Document,
|
|
39
|
-
DocumentBlockCollection,
|
|
40
|
-
DocumentCommentThread,
|
|
41
|
-
DocumentComments,
|
|
42
|
-
DocumentFile,
|
|
43
|
-
DocumentPageBreak,
|
|
44
|
-
DocumentParagraph,
|
|
45
|
-
DocumentSection,
|
|
46
|
-
DocumentSectionStories,
|
|
47
|
-
DocumentSections,
|
|
48
|
-
DocumentStory,
|
|
49
|
-
DocumentTable,
|
|
50
|
-
DocumentTextRun,
|
|
51
|
-
TrackedChange,
|
|
52
|
-
TrackedChanges
|
|
53
|
-
} from "./chunk-66CT2ZRP.js";
|
|
53
|
+
} from "./chunk-PI2AZVGK.js";
|
|
54
54
|
import "./chunk-J6N7IR44.js";
|
|
55
55
|
import {
|
|
56
56
|
ChartCollection,
|
|
@@ -80,16 +80,16 @@ import {
|
|
|
80
80
|
Worksheet,
|
|
81
81
|
WorksheetCollection,
|
|
82
82
|
validateSerializedWorkbook
|
|
83
|
-
} from "./chunk-
|
|
83
|
+
} from "./chunk-HIFSREUZ.js";
|
|
84
84
|
import {
|
|
85
85
|
InvalidSpreadsheetImageError
|
|
86
86
|
} from "./chunk-4FRFNNBM.js";
|
|
87
|
-
import "./chunk-FGZM4FQ6.js";
|
|
88
|
-
import "./chunk-Q2FFHEY7.js";
|
|
89
87
|
import {
|
|
90
88
|
UnsupportedArtifactFeatureError
|
|
91
89
|
} from "./chunk-O24KTEGP.js";
|
|
90
|
+
import "./chunk-FGZM4FQ6.js";
|
|
92
91
|
import "./chunk-4BSENMAE.js";
|
|
92
|
+
import "./chunk-Q2FFHEY7.js";
|
|
93
93
|
import "./chunk-VUNV25KB.js";
|
|
94
94
|
|
|
95
95
|
// src/kernel.ts
|
|
@@ -6,11 +6,11 @@ import {
|
|
|
6
6
|
parseRangeAddress,
|
|
7
7
|
spreadsheetImageSource
|
|
8
8
|
} from "./chunk-4FRFNNBM.js";
|
|
9
|
-
import "./chunk-FGZM4FQ6.js";
|
|
10
9
|
import {
|
|
11
10
|
ArtifactLimitError,
|
|
12
11
|
UnsupportedArtifactFeatureError
|
|
13
12
|
} from "./chunk-O24KTEGP.js";
|
|
13
|
+
import "./chunk-FGZM4FQ6.js";
|
|
14
14
|
import {
|
|
15
15
|
FileBlob
|
|
16
16
|
} from "./chunk-4BSENMAE.js";
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
SpreadsheetXlsxCodec
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-5XFCLETG.js";
|
|
4
|
+
import "./chunk-72SYDU4O.js";
|
|
4
5
|
import "./chunk-J6N7IR44.js";
|
|
5
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-HIFSREUZ.js";
|
|
6
7
|
import "./chunk-4FRFNNBM.js";
|
|
7
|
-
import "./chunk-FGZM4FQ6.js";
|
|
8
|
-
import "./chunk-72SYDU4O.js";
|
|
9
|
-
import "./chunk-Q2FFHEY7.js";
|
|
10
8
|
import "./chunk-O24KTEGP.js";
|
|
9
|
+
import "./chunk-FGZM4FQ6.js";
|
|
11
10
|
import "./chunk-4BSENMAE.js";
|
|
11
|
+
import "./chunk-Q2FFHEY7.js";
|
|
12
12
|
import "./chunk-VUNV25KB.js";
|
|
13
13
|
export {
|
|
14
14
|
SpreadsheetXlsxCodec
|
package/dist/spreadsheet.js
CHANGED
|
@@ -26,13 +26,13 @@ import {
|
|
|
26
26
|
Worksheet,
|
|
27
27
|
WorksheetCollection,
|
|
28
28
|
validateSerializedWorkbook
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-HIFSREUZ.js";
|
|
30
30
|
import {
|
|
31
31
|
InvalidSpreadsheetImageError
|
|
32
32
|
} from "./chunk-4FRFNNBM.js";
|
|
33
|
+
import "./chunk-O24KTEGP.js";
|
|
33
34
|
import "./chunk-FGZM4FQ6.js";
|
|
34
35
|
import "./chunk-Q2FFHEY7.js";
|
|
35
|
-
import "./chunk-O24KTEGP.js";
|
|
36
36
|
import "./chunk-VUNV25KB.js";
|
|
37
37
|
export {
|
|
38
38
|
ChartCollection,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opengeni/artifact-tool",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.17-canary.0",
|
|
4
4
|
"description": "OpenGeni-owned document, spreadsheet, and presentation engine with skill-compatible authoring APIs.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"prepublishOnly": "bash ../../scripts/prepublish-guard"
|
|
116
116
|
},
|
|
117
117
|
"dependencies": {
|
|
118
|
-
"@opengeni/contracts": "^2.
|
|
118
|
+
"@opengeni/contracts": "^2.11.1-canary.0",
|
|
119
119
|
"@resvg/resvg-js": "^2.6.2",
|
|
120
120
|
"docx": "9.7.1",
|
|
121
121
|
"exceljs": "^4.4.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|