@opengeni/artifact-tool 0.2.2 → 0.2.8
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-ZZXPEE4S.js → chunk-6PBM7FKI.js} +34 -34
- package/dist/{chunk-PI2AZVGK.js → chunk-GNXDFSOB.js} +4 -4
- package/dist/{chunk-DCTLTNPW.js → chunk-QZI5POCC.js} +6 -6
- package/dist/{chunk-NAG44K67.js → chunk-RU5G3HNF.js} +5 -5
- package/dist/{chunk-IYFXZQ34.js → chunk-XT2EJFCU.js} +5 -5
- package/dist/document-docx-codec.js +4 -4
- package/dist/document-render.js +1 -1
- package/dist/index.js +35 -35
- package/dist/materializer-cli-entry.js +8 -8
- package/dist/materializer-cli.js +8 -8
- package/dist/presentation-pptx.js +7 -7
- package/dist/presentation-render.js +5 -5
- package/dist/presentation.js +2 -2
- package/dist/production-document.js +35 -35
- package/dist/production-presentation.js +35 -35
- package/dist/production-spreadsheet.js +35 -35
- package/dist/reference.js +36 -36
- 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-ZZXPEE4S.js.map → chunk-6PBM7FKI.js.map} +0 -0
- /package/dist/{chunk-PI2AZVGK.js.map → chunk-GNXDFSOB.js.map} +0 -0
- /package/dist/{chunk-DCTLTNPW.js.map → chunk-QZI5POCC.js.map} +0 -0
- /package/dist/{chunk-NAG44K67.js.map → chunk-RU5G3HNF.js.map} +0 -0
- /package/dist/{chunk-IYFXZQ34.js.map → chunk-XT2EJFCU.js.map} +0 -0
|
@@ -1,18 +1,33 @@
|
|
|
1
|
-
import {
|
|
2
|
-
SpreadsheetFile
|
|
3
|
-
} from "./chunk-VOJHMSM3.js";
|
|
4
1
|
import {
|
|
5
2
|
CompositeArtifactState,
|
|
6
3
|
requireCompositeState
|
|
7
4
|
} from "./chunk-HTJBLBDE.js";
|
|
5
|
+
import {
|
|
6
|
+
SpreadsheetFile
|
|
7
|
+
} from "./chunk-VOJHMSM3.js";
|
|
8
|
+
import {
|
|
9
|
+
Presentation,
|
|
10
|
+
PresentationChart,
|
|
11
|
+
PresentationChartCollection,
|
|
12
|
+
PresentationFile,
|
|
13
|
+
PresentationGroup,
|
|
14
|
+
PresentationGroupCollection,
|
|
15
|
+
PresentationImage,
|
|
16
|
+
PresentationImageCollection,
|
|
17
|
+
PresentationShape,
|
|
18
|
+
PresentationShapeCollection,
|
|
19
|
+
PresentationTable,
|
|
20
|
+
PresentationTableCollection,
|
|
21
|
+
PresentationText,
|
|
22
|
+
Slide,
|
|
23
|
+
SlideCollection,
|
|
24
|
+
colorValue,
|
|
25
|
+
presentationLossState,
|
|
26
|
+
setPresentationLossState
|
|
27
|
+
} from "./chunk-GNXDFSOB.js";
|
|
8
28
|
import {
|
|
9
29
|
DOCUMENT_LOSS_PRESERVATION
|
|
10
30
|
} from "./chunk-RBGQADXA.js";
|
|
11
|
-
import {
|
|
12
|
-
NativeDocumentSession,
|
|
13
|
-
NativePresentationSession,
|
|
14
|
-
NativeSpreadsheetSession
|
|
15
|
-
} from "./chunk-B2ZJRZDA.js";
|
|
16
31
|
import {
|
|
17
32
|
Document,
|
|
18
33
|
DocumentBlockCollection,
|
|
@@ -26,42 +41,27 @@ import {
|
|
|
26
41
|
DocumentTable,
|
|
27
42
|
TrackedChanges
|
|
28
43
|
} from "./chunk-66CT2ZRP.js";
|
|
44
|
+
import {
|
|
45
|
+
NativeDocumentSession,
|
|
46
|
+
NativePresentationSession,
|
|
47
|
+
NativeSpreadsheetSession
|
|
48
|
+
} from "./chunk-B2ZJRZDA.js";
|
|
29
49
|
import {
|
|
30
50
|
LOSS_PRESERVATION
|
|
31
51
|
} from "./chunk-J6N7IR44.js";
|
|
32
52
|
import {
|
|
33
53
|
Workbook
|
|
34
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-XT2EJFCU.js";
|
|
55
|
+
import {
|
|
56
|
+
decodeRasterBase64,
|
|
57
|
+
inspectRasterImage
|
|
58
|
+
} from "./chunk-FGZM4FQ6.js";
|
|
35
59
|
import {
|
|
36
60
|
UnsupportedArtifactFeatureError
|
|
37
61
|
} from "./chunk-O24KTEGP.js";
|
|
38
62
|
import {
|
|
39
63
|
ArtifactRuntimeError
|
|
40
64
|
} from "./chunk-N2IHNWBS.js";
|
|
41
|
-
import {
|
|
42
|
-
Presentation,
|
|
43
|
-
PresentationChart,
|
|
44
|
-
PresentationChartCollection,
|
|
45
|
-
PresentationFile,
|
|
46
|
-
PresentationGroup,
|
|
47
|
-
PresentationGroupCollection,
|
|
48
|
-
PresentationImage,
|
|
49
|
-
PresentationImageCollection,
|
|
50
|
-
PresentationShape,
|
|
51
|
-
PresentationShapeCollection,
|
|
52
|
-
PresentationTable,
|
|
53
|
-
PresentationTableCollection,
|
|
54
|
-
PresentationText,
|
|
55
|
-
Slide,
|
|
56
|
-
SlideCollection,
|
|
57
|
-
colorValue,
|
|
58
|
-
presentationLossState,
|
|
59
|
-
setPresentationLossState
|
|
60
|
-
} from "./chunk-PI2AZVGK.js";
|
|
61
|
-
import {
|
|
62
|
-
decodeRasterBase64,
|
|
63
|
-
inspectRasterImage
|
|
64
|
-
} from "./chunk-FGZM4FQ6.js";
|
|
65
65
|
|
|
66
66
|
// src/production-sha256.ts
|
|
67
67
|
var ROUND_CONSTANTS = Uint32Array.of(
|
|
@@ -2257,4 +2257,4 @@ export {
|
|
|
2257
2257
|
getArtifactCompositeDiagnostics,
|
|
2258
2258
|
disposeArtifact
|
|
2259
2259
|
};
|
|
2260
|
-
//# sourceMappingURL=chunk-
|
|
2260
|
+
//# sourceMappingURL=chunk-6PBM7FKI.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";
|
|
11
8
|
import {
|
|
12
9
|
boundInspectionRecords,
|
|
13
10
|
defineHelpEntries,
|
|
14
11
|
filterHelpEntries
|
|
15
12
|
} 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-GNXDFSOB.js.map
|
|
@@ -12,22 +12,22 @@ import {
|
|
|
12
12
|
import {
|
|
13
13
|
Workbook,
|
|
14
14
|
validateSupportedFormula
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-XT2EJFCU.js";
|
|
16
16
|
import {
|
|
17
17
|
formatCellAddress,
|
|
18
18
|
formatRangeAddress,
|
|
19
19
|
normalizeSpreadsheetImageConfig,
|
|
20
20
|
parseRangeAddress
|
|
21
21
|
} from "./chunk-4FRFNNBM.js";
|
|
22
|
+
import {
|
|
23
|
+
boundedUtf8ByteLength,
|
|
24
|
+
inspectRasterImage
|
|
25
|
+
} from "./chunk-FGZM4FQ6.js";
|
|
22
26
|
import {
|
|
23
27
|
inflateBoundedZipEntry,
|
|
24
28
|
parseBoundedZip,
|
|
25
29
|
verifyBoundedZipEntry
|
|
26
30
|
} from "./chunk-72SYDU4O.js";
|
|
27
|
-
import {
|
|
28
|
-
boundedUtf8ByteLength,
|
|
29
|
-
inspectRasterImage
|
|
30
|
-
} from "./chunk-FGZM4FQ6.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-QZI5POCC.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
SpreadsheetXlsxCodec
|
|
3
|
-
} from "./chunk-DCTLTNPW.js";
|
|
4
1
|
import {
|
|
5
2
|
loadConfiguredArtifactKernelRuntime
|
|
6
3
|
} from "./chunk-U5G2BKM2.js";
|
|
7
4
|
import {
|
|
8
5
|
NativeSpreadsheetSession
|
|
9
6
|
} from "./chunk-B2ZJRZDA.js";
|
|
7
|
+
import {
|
|
8
|
+
SpreadsheetXlsxCodec
|
|
9
|
+
} from "./chunk-QZI5POCC.js";
|
|
10
10
|
import {
|
|
11
11
|
Workbook
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-XT2EJFCU.js";
|
|
13
13
|
|
|
14
14
|
// src/materializer-cli.ts
|
|
15
15
|
import { createHash } from "crypto";
|
|
@@ -546,4 +546,4 @@ export {
|
|
|
546
546
|
runArtifactMaterializerCli,
|
|
547
547
|
editableArtifactMaterializerCapabilitiesForRuntime
|
|
548
548
|
};
|
|
549
|
-
//# sourceMappingURL=chunk-
|
|
549
|
+
//# sourceMappingURL=chunk-RU5G3HNF.js.map
|
|
@@ -11,10 +11,6 @@ import {
|
|
|
11
11
|
parseCellAddress,
|
|
12
12
|
parseRangeAddress
|
|
13
13
|
} from "./chunk-4FRFNNBM.js";
|
|
14
|
-
import {
|
|
15
|
-
ArtifactLimitError,
|
|
16
|
-
UnsupportedArtifactFeatureError
|
|
17
|
-
} from "./chunk-O24KTEGP.js";
|
|
18
14
|
import {
|
|
19
15
|
boundedUtf8ByteLength
|
|
20
16
|
} from "./chunk-FGZM4FQ6.js";
|
|
@@ -23,6 +19,10 @@ import {
|
|
|
23
19
|
defineHelpEntries,
|
|
24
20
|
filterHelpEntries
|
|
25
21
|
} 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({
|
|
@@ -5303,4 +5303,4 @@ export {
|
|
|
5303
5303
|
WorkbookComments,
|
|
5304
5304
|
CommentThread
|
|
5305
5305
|
};
|
|
5306
|
-
//# sourceMappingURL=chunk-
|
|
5306
|
+
//# sourceMappingURL=chunk-XT2EJFCU.js.map
|
|
@@ -12,17 +12,17 @@ import {
|
|
|
12
12
|
DocumentTable,
|
|
13
13
|
DocumentTextRun
|
|
14
14
|
} from "./chunk-66CT2ZRP.js";
|
|
15
|
-
import {
|
|
16
|
-
UnsupportedArtifactFeatureError
|
|
17
|
-
} from "./chunk-O24KTEGP.js";
|
|
18
15
|
import {
|
|
19
16
|
inflateBoundedZipEntry,
|
|
20
17
|
parseBoundedZip
|
|
21
18
|
} from "./chunk-72SYDU4O.js";
|
|
19
|
+
import "./chunk-Q2FFHEY7.js";
|
|
20
|
+
import {
|
|
21
|
+
UnsupportedArtifactFeatureError
|
|
22
|
+
} from "./chunk-O24KTEGP.js";
|
|
22
23
|
import {
|
|
23
24
|
FileBlob
|
|
24
25
|
} 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";
|
|
10
11
|
import {
|
|
11
12
|
ArtifactLimitError
|
|
12
13
|
} from "./chunk-O24KTEGP.js";
|
|
13
14
|
import {
|
|
14
15
|
FileBlob
|
|
15
16
|
} 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,11 +9,38 @@ import {
|
|
|
9
9
|
disposeArtifact,
|
|
10
10
|
getArtifactCompositeDiagnostics,
|
|
11
11
|
getConfiguredArtifactRuntime
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-VOJHMSM3.js";
|
|
12
|
+
} from "./chunk-6PBM7FKI.js";
|
|
14
13
|
import "./chunk-HTJBLBDE.js";
|
|
14
|
+
import "./chunk-VOJHMSM3.js";
|
|
15
|
+
import {
|
|
16
|
+
InvalidPresentationInputError,
|
|
17
|
+
PresentationChart,
|
|
18
|
+
PresentationChartCollection,
|
|
19
|
+
PresentationChartSeries,
|
|
20
|
+
PresentationChartSeriesCollection,
|
|
21
|
+
PresentationGroup,
|
|
22
|
+
PresentationGroupCollection,
|
|
23
|
+
PresentationImage,
|
|
24
|
+
PresentationImageCollection,
|
|
25
|
+
PresentationLayout,
|
|
26
|
+
PresentationLayoutCollection,
|
|
27
|
+
PresentationMaster,
|
|
28
|
+
PresentationMasterCollection,
|
|
29
|
+
PresentationShape,
|
|
30
|
+
PresentationShapeCollection,
|
|
31
|
+
PresentationTable,
|
|
32
|
+
PresentationTableCell,
|
|
33
|
+
PresentationTableCollection,
|
|
34
|
+
PresentationText,
|
|
35
|
+
Slide,
|
|
36
|
+
SlideCollection,
|
|
37
|
+
SlidePlaceholderCollection,
|
|
38
|
+
UnsupportedPresentationFeatureError,
|
|
39
|
+
assertRenderPixelBudget,
|
|
40
|
+
colorValue,
|
|
41
|
+
truncate
|
|
42
|
+
} from "./chunk-GNXDFSOB.js";
|
|
15
43
|
import "./chunk-RBGQADXA.js";
|
|
16
|
-
import "./chunk-B2ZJRZDA.js";
|
|
17
44
|
import {
|
|
18
45
|
DocumentBlockCollection,
|
|
19
46
|
DocumentCommentThread,
|
|
@@ -29,6 +56,7 @@ import {
|
|
|
29
56
|
TrackedChange,
|
|
30
57
|
TrackedChanges
|
|
31
58
|
} from "./chunk-66CT2ZRP.js";
|
|
59
|
+
import "./chunk-B2ZJRZDA.js";
|
|
32
60
|
import {
|
|
33
61
|
SpreadsheetFidelityError,
|
|
34
62
|
SpreadsheetSecurityError
|
|
@@ -59,47 +87,19 @@ import {
|
|
|
59
87
|
Worksheet,
|
|
60
88
|
WorksheetCollection,
|
|
61
89
|
validateSerializedWorkbook
|
|
62
|
-
} from "./chunk-
|
|
90
|
+
} from "./chunk-XT2EJFCU.js";
|
|
63
91
|
import "./chunk-4FRFNNBM.js";
|
|
92
|
+
import "./chunk-FGZM4FQ6.js";
|
|
93
|
+
import "./chunk-Q2FFHEY7.js";
|
|
64
94
|
import {
|
|
65
95
|
ArtifactConflictError,
|
|
66
96
|
ArtifactLimitError,
|
|
67
97
|
UnsupportedArtifactFeatureError
|
|
68
98
|
} from "./chunk-O24KTEGP.js";
|
|
69
|
-
import "./chunk-N2IHNWBS.js";
|
|
70
|
-
import {
|
|
71
|
-
InvalidPresentationInputError,
|
|
72
|
-
PresentationChart,
|
|
73
|
-
PresentationChartCollection,
|
|
74
|
-
PresentationChartSeries,
|
|
75
|
-
PresentationChartSeriesCollection,
|
|
76
|
-
PresentationGroup,
|
|
77
|
-
PresentationGroupCollection,
|
|
78
|
-
PresentationImage,
|
|
79
|
-
PresentationImageCollection,
|
|
80
|
-
PresentationLayout,
|
|
81
|
-
PresentationLayoutCollection,
|
|
82
|
-
PresentationMaster,
|
|
83
|
-
PresentationMasterCollection,
|
|
84
|
-
PresentationShape,
|
|
85
|
-
PresentationShapeCollection,
|
|
86
|
-
PresentationTable,
|
|
87
|
-
PresentationTableCell,
|
|
88
|
-
PresentationTableCollection,
|
|
89
|
-
PresentationText,
|
|
90
|
-
Slide,
|
|
91
|
-
SlideCollection,
|
|
92
|
-
SlidePlaceholderCollection,
|
|
93
|
-
UnsupportedPresentationFeatureError,
|
|
94
|
-
assertRenderPixelBudget,
|
|
95
|
-
colorValue,
|
|
96
|
-
truncate
|
|
97
|
-
} from "./chunk-PI2AZVGK.js";
|
|
98
|
-
import "./chunk-FGZM4FQ6.js";
|
|
99
99
|
import {
|
|
100
100
|
FileBlob
|
|
101
101
|
} from "./chunk-4BSENMAE.js";
|
|
102
|
-
import "./chunk-
|
|
102
|
+
import "./chunk-N2IHNWBS.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-
|
|
5
|
-
import "./chunk-DCTLTNPW.js";
|
|
4
|
+
} from "./chunk-RU5G3HNF.js";
|
|
6
5
|
import "./chunk-U5G2BKM2.js";
|
|
7
|
-
import "./chunk-ZCJYRJGB.js";
|
|
8
6
|
import "./chunk-B2ZJRZDA.js";
|
|
7
|
+
import "./chunk-QZI5POCC.js";
|
|
9
8
|
import "./chunk-J6N7IR44.js";
|
|
10
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-XT2EJFCU.js";
|
|
11
10
|
import "./chunk-4FRFNNBM.js";
|
|
12
|
-
import "./chunk-O24KTEGP.js";
|
|
13
|
-
import "./chunk-N2IHNWBS.js";
|
|
14
|
-
import "./chunk-72SYDU4O.js";
|
|
15
11
|
import "./chunk-FGZM4FQ6.js";
|
|
16
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-72SYDU4O.js";
|
|
17
13
|
import "./chunk-Q2FFHEY7.js";
|
|
14
|
+
import "./chunk-O24KTEGP.js";
|
|
15
|
+
import "./chunk-4BSENMAE.js";
|
|
16
|
+
import "./chunk-ZCJYRJGB.js";
|
|
17
|
+
import "./chunk-N2IHNWBS.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-
|
|
6
|
-
import "./chunk-DCTLTNPW.js";
|
|
5
|
+
} from "./chunk-RU5G3HNF.js";
|
|
7
6
|
import "./chunk-U5G2BKM2.js";
|
|
8
|
-
import "./chunk-ZCJYRJGB.js";
|
|
9
7
|
import "./chunk-B2ZJRZDA.js";
|
|
8
|
+
import "./chunk-QZI5POCC.js";
|
|
10
9
|
import "./chunk-J6N7IR44.js";
|
|
11
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-XT2EJFCU.js";
|
|
12
11
|
import "./chunk-4FRFNNBM.js";
|
|
13
|
-
import "./chunk-O24KTEGP.js";
|
|
14
|
-
import "./chunk-N2IHNWBS.js";
|
|
15
|
-
import "./chunk-72SYDU4O.js";
|
|
16
12
|
import "./chunk-FGZM4FQ6.js";
|
|
17
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-72SYDU4O.js";
|
|
18
14
|
import "./chunk-Q2FFHEY7.js";
|
|
15
|
+
import "./chunk-O24KTEGP.js";
|
|
16
|
+
import "./chunk-4BSENMAE.js";
|
|
17
|
+
import "./chunk-ZCJYRJGB.js";
|
|
18
|
+
import "./chunk-N2IHNWBS.js";
|
|
19
19
|
import "./chunk-VUNV25KB.js";
|
|
20
20
|
export {
|
|
21
21
|
editableArtifactMaterializerCapabilitiesForRuntime,
|
|
@@ -2,11 +2,6 @@ import {
|
|
|
2
2
|
presentationModelDigest,
|
|
3
3
|
sha256Hex
|
|
4
4
|
} from "./chunk-5XIA6KHZ.js";
|
|
5
|
-
import {
|
|
6
|
-
inflateBoundedZipEntry,
|
|
7
|
-
parseBoundedZip,
|
|
8
|
-
verifyBoundedZipEntry
|
|
9
|
-
} from "./chunk-72SYDU4O.js";
|
|
10
5
|
import {
|
|
11
6
|
PPTX_MEDIA_TYPE,
|
|
12
7
|
Presentation,
|
|
@@ -16,12 +11,17 @@ import {
|
|
|
16
11
|
colorValue,
|
|
17
12
|
presentationLossState,
|
|
18
13
|
setPresentationLossState
|
|
19
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-GNXDFSOB.js";
|
|
20
15
|
import "./chunk-FGZM4FQ6.js";
|
|
16
|
+
import {
|
|
17
|
+
inflateBoundedZipEntry,
|
|
18
|
+
parseBoundedZip,
|
|
19
|
+
verifyBoundedZipEntry
|
|
20
|
+
} from "./chunk-72SYDU4O.js";
|
|
21
|
+
import "./chunk-Q2FFHEY7.js";
|
|
21
22
|
import {
|
|
22
23
|
FileBlob
|
|
23
24
|
} 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";
|
|
4
1
|
import {
|
|
5
2
|
InvalidPresentationInputError,
|
|
6
3
|
UnsupportedPresentationFeatureError,
|
|
7
4
|
assertRenderPixelBudget,
|
|
8
5
|
colorValue,
|
|
9
6
|
truncate
|
|
10
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-GNXDFSOB.js";
|
|
8
|
+
import {
|
|
9
|
+
rasterizeSvgToPng
|
|
10
|
+
} from "./chunk-XIFUNVBO.js";
|
|
11
11
|
import "./chunk-FGZM4FQ6.js";
|
|
12
|
+
import "./chunk-Q2FFHEY7.js";
|
|
12
13
|
import {
|
|
13
14
|
FileBlob
|
|
14
15
|
} 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-GNXDFSOB.js";
|
|
34
34
|
import "./chunk-FGZM4FQ6.js";
|
|
35
|
-
import "./chunk-4BSENMAE.js";
|
|
36
35
|
import "./chunk-Q2FFHEY7.js";
|
|
36
|
+
import "./chunk-4BSENMAE.js";
|
|
37
37
|
import "./chunk-VUNV25KB.js";
|
|
38
38
|
export {
|
|
39
39
|
InvalidPresentationInputError,
|
|
@@ -9,11 +9,38 @@ import {
|
|
|
9
9
|
disposeArtifact,
|
|
10
10
|
getArtifactCompositeDiagnostics,
|
|
11
11
|
getConfiguredArtifactRuntime
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-VOJHMSM3.js";
|
|
12
|
+
} from "./chunk-6PBM7FKI.js";
|
|
14
13
|
import "./chunk-HTJBLBDE.js";
|
|
14
|
+
import "./chunk-VOJHMSM3.js";
|
|
15
|
+
import {
|
|
16
|
+
InvalidPresentationInputError,
|
|
17
|
+
PresentationChart,
|
|
18
|
+
PresentationChartCollection,
|
|
19
|
+
PresentationChartSeries,
|
|
20
|
+
PresentationChartSeriesCollection,
|
|
21
|
+
PresentationGroup,
|
|
22
|
+
PresentationGroupCollection,
|
|
23
|
+
PresentationImage,
|
|
24
|
+
PresentationImageCollection,
|
|
25
|
+
PresentationLayout,
|
|
26
|
+
PresentationLayoutCollection,
|
|
27
|
+
PresentationMaster,
|
|
28
|
+
PresentationMasterCollection,
|
|
29
|
+
PresentationShape,
|
|
30
|
+
PresentationShapeCollection,
|
|
31
|
+
PresentationTable,
|
|
32
|
+
PresentationTableCell,
|
|
33
|
+
PresentationTableCollection,
|
|
34
|
+
PresentationText,
|
|
35
|
+
Slide,
|
|
36
|
+
SlideCollection,
|
|
37
|
+
SlidePlaceholderCollection,
|
|
38
|
+
UnsupportedPresentationFeatureError,
|
|
39
|
+
assertRenderPixelBudget,
|
|
40
|
+
colorValue,
|
|
41
|
+
truncate
|
|
42
|
+
} from "./chunk-GNXDFSOB.js";
|
|
15
43
|
import "./chunk-RBGQADXA.js";
|
|
16
|
-
import "./chunk-B2ZJRZDA.js";
|
|
17
44
|
import {
|
|
18
45
|
DocumentBlockCollection,
|
|
19
46
|
DocumentCommentThread,
|
|
@@ -29,6 +56,7 @@ import {
|
|
|
29
56
|
TrackedChange,
|
|
30
57
|
TrackedChanges
|
|
31
58
|
} from "./chunk-66CT2ZRP.js";
|
|
59
|
+
import "./chunk-B2ZJRZDA.js";
|
|
32
60
|
import {
|
|
33
61
|
SpreadsheetFidelityError,
|
|
34
62
|
SpreadsheetSecurityError
|
|
@@ -59,41 +87,13 @@ import {
|
|
|
59
87
|
Worksheet,
|
|
60
88
|
WorksheetCollection,
|
|
61
89
|
validateSerializedWorkbook
|
|
62
|
-
} from "./chunk-
|
|
90
|
+
} from "./chunk-XT2EJFCU.js";
|
|
63
91
|
import "./chunk-4FRFNNBM.js";
|
|
64
|
-
import "./chunk-O24KTEGP.js";
|
|
65
|
-
import "./chunk-N2IHNWBS.js";
|
|
66
|
-
import {
|
|
67
|
-
InvalidPresentationInputError,
|
|
68
|
-
PresentationChart,
|
|
69
|
-
PresentationChartCollection,
|
|
70
|
-
PresentationChartSeries,
|
|
71
|
-
PresentationChartSeriesCollection,
|
|
72
|
-
PresentationGroup,
|
|
73
|
-
PresentationGroupCollection,
|
|
74
|
-
PresentationImage,
|
|
75
|
-
PresentationImageCollection,
|
|
76
|
-
PresentationLayout,
|
|
77
|
-
PresentationLayoutCollection,
|
|
78
|
-
PresentationMaster,
|
|
79
|
-
PresentationMasterCollection,
|
|
80
|
-
PresentationShape,
|
|
81
|
-
PresentationShapeCollection,
|
|
82
|
-
PresentationTable,
|
|
83
|
-
PresentationTableCell,
|
|
84
|
-
PresentationTableCollection,
|
|
85
|
-
PresentationText,
|
|
86
|
-
Slide,
|
|
87
|
-
SlideCollection,
|
|
88
|
-
SlidePlaceholderCollection,
|
|
89
|
-
UnsupportedPresentationFeatureError,
|
|
90
|
-
assertRenderPixelBudget,
|
|
91
|
-
colorValue,
|
|
92
|
-
truncate
|
|
93
|
-
} from "./chunk-PI2AZVGK.js";
|
|
94
92
|
import "./chunk-FGZM4FQ6.js";
|
|
95
|
-
import "./chunk-4BSENMAE.js";
|
|
96
93
|
import "./chunk-Q2FFHEY7.js";
|
|
94
|
+
import "./chunk-O24KTEGP.js";
|
|
95
|
+
import "./chunk-4BSENMAE.js";
|
|
96
|
+
import "./chunk-N2IHNWBS.js";
|
|
97
97
|
import "./chunk-VUNV25KB.js";
|
|
98
98
|
export {
|
|
99
99
|
ChartSeriesCollection,
|
|
@@ -9,11 +9,38 @@ import {
|
|
|
9
9
|
disposeArtifact,
|
|
10
10
|
getArtifactCompositeDiagnostics,
|
|
11
11
|
getConfiguredArtifactRuntime
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-VOJHMSM3.js";
|
|
12
|
+
} from "./chunk-6PBM7FKI.js";
|
|
14
13
|
import "./chunk-HTJBLBDE.js";
|
|
14
|
+
import "./chunk-VOJHMSM3.js";
|
|
15
|
+
import {
|
|
16
|
+
InvalidPresentationInputError,
|
|
17
|
+
PresentationChart,
|
|
18
|
+
PresentationChartCollection,
|
|
19
|
+
PresentationChartSeries,
|
|
20
|
+
PresentationChartSeriesCollection,
|
|
21
|
+
PresentationGroup,
|
|
22
|
+
PresentationGroupCollection,
|
|
23
|
+
PresentationImage,
|
|
24
|
+
PresentationImageCollection,
|
|
25
|
+
PresentationLayout,
|
|
26
|
+
PresentationLayoutCollection,
|
|
27
|
+
PresentationMaster,
|
|
28
|
+
PresentationMasterCollection,
|
|
29
|
+
PresentationShape,
|
|
30
|
+
PresentationShapeCollection,
|
|
31
|
+
PresentationTable,
|
|
32
|
+
PresentationTableCell,
|
|
33
|
+
PresentationTableCollection,
|
|
34
|
+
PresentationText,
|
|
35
|
+
Slide,
|
|
36
|
+
SlideCollection,
|
|
37
|
+
SlidePlaceholderCollection,
|
|
38
|
+
UnsupportedPresentationFeatureError,
|
|
39
|
+
assertRenderPixelBudget,
|
|
40
|
+
colorValue,
|
|
41
|
+
truncate
|
|
42
|
+
} from "./chunk-GNXDFSOB.js";
|
|
15
43
|
import "./chunk-RBGQADXA.js";
|
|
16
|
-
import "./chunk-B2ZJRZDA.js";
|
|
17
44
|
import {
|
|
18
45
|
DocumentBlockCollection,
|
|
19
46
|
DocumentCommentThread,
|
|
@@ -29,6 +56,7 @@ import {
|
|
|
29
56
|
TrackedChange,
|
|
30
57
|
TrackedChanges
|
|
31
58
|
} from "./chunk-66CT2ZRP.js";
|
|
59
|
+
import "./chunk-B2ZJRZDA.js";
|
|
32
60
|
import {
|
|
33
61
|
SpreadsheetFidelityError,
|
|
34
62
|
SpreadsheetSecurityError
|
|
@@ -59,41 +87,13 @@ import {
|
|
|
59
87
|
Worksheet,
|
|
60
88
|
WorksheetCollection,
|
|
61
89
|
validateSerializedWorkbook
|
|
62
|
-
} from "./chunk-
|
|
90
|
+
} from "./chunk-XT2EJFCU.js";
|
|
63
91
|
import "./chunk-4FRFNNBM.js";
|
|
64
|
-
import "./chunk-O24KTEGP.js";
|
|
65
|
-
import "./chunk-N2IHNWBS.js";
|
|
66
|
-
import {
|
|
67
|
-
InvalidPresentationInputError,
|
|
68
|
-
PresentationChart,
|
|
69
|
-
PresentationChartCollection,
|
|
70
|
-
PresentationChartSeries,
|
|
71
|
-
PresentationChartSeriesCollection,
|
|
72
|
-
PresentationGroup,
|
|
73
|
-
PresentationGroupCollection,
|
|
74
|
-
PresentationImage,
|
|
75
|
-
PresentationImageCollection,
|
|
76
|
-
PresentationLayout,
|
|
77
|
-
PresentationLayoutCollection,
|
|
78
|
-
PresentationMaster,
|
|
79
|
-
PresentationMasterCollection,
|
|
80
|
-
PresentationShape,
|
|
81
|
-
PresentationShapeCollection,
|
|
82
|
-
PresentationTable,
|
|
83
|
-
PresentationTableCell,
|
|
84
|
-
PresentationTableCollection,
|
|
85
|
-
PresentationText,
|
|
86
|
-
Slide,
|
|
87
|
-
SlideCollection,
|
|
88
|
-
SlidePlaceholderCollection,
|
|
89
|
-
UnsupportedPresentationFeatureError,
|
|
90
|
-
assertRenderPixelBudget,
|
|
91
|
-
colorValue,
|
|
92
|
-
truncate
|
|
93
|
-
} from "./chunk-PI2AZVGK.js";
|
|
94
92
|
import "./chunk-FGZM4FQ6.js";
|
|
95
|
-
import "./chunk-4BSENMAE.js";
|
|
96
93
|
import "./chunk-Q2FFHEY7.js";
|
|
94
|
+
import "./chunk-O24KTEGP.js";
|
|
95
|
+
import "./chunk-4BSENMAE.js";
|
|
96
|
+
import "./chunk-N2IHNWBS.js";
|
|
97
97
|
import "./chunk-VUNV25KB.js";
|
|
98
98
|
export {
|
|
99
99
|
ChartSeriesCollection,
|
|
@@ -9,11 +9,38 @@ import {
|
|
|
9
9
|
disposeArtifact,
|
|
10
10
|
getArtifactCompositeDiagnostics,
|
|
11
11
|
getConfiguredArtifactRuntime
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-VOJHMSM3.js";
|
|
12
|
+
} from "./chunk-6PBM7FKI.js";
|
|
14
13
|
import "./chunk-HTJBLBDE.js";
|
|
14
|
+
import "./chunk-VOJHMSM3.js";
|
|
15
|
+
import {
|
|
16
|
+
InvalidPresentationInputError,
|
|
17
|
+
PresentationChart,
|
|
18
|
+
PresentationChartCollection,
|
|
19
|
+
PresentationChartSeries,
|
|
20
|
+
PresentationChartSeriesCollection,
|
|
21
|
+
PresentationGroup,
|
|
22
|
+
PresentationGroupCollection,
|
|
23
|
+
PresentationImage,
|
|
24
|
+
PresentationImageCollection,
|
|
25
|
+
PresentationLayout,
|
|
26
|
+
PresentationLayoutCollection,
|
|
27
|
+
PresentationMaster,
|
|
28
|
+
PresentationMasterCollection,
|
|
29
|
+
PresentationShape,
|
|
30
|
+
PresentationShapeCollection,
|
|
31
|
+
PresentationTable,
|
|
32
|
+
PresentationTableCell,
|
|
33
|
+
PresentationTableCollection,
|
|
34
|
+
PresentationText,
|
|
35
|
+
Slide,
|
|
36
|
+
SlideCollection,
|
|
37
|
+
SlidePlaceholderCollection,
|
|
38
|
+
UnsupportedPresentationFeatureError,
|
|
39
|
+
assertRenderPixelBudget,
|
|
40
|
+
colorValue,
|
|
41
|
+
truncate
|
|
42
|
+
} from "./chunk-GNXDFSOB.js";
|
|
15
43
|
import "./chunk-RBGQADXA.js";
|
|
16
|
-
import "./chunk-B2ZJRZDA.js";
|
|
17
44
|
import {
|
|
18
45
|
DocumentBlockCollection,
|
|
19
46
|
DocumentCommentThread,
|
|
@@ -29,6 +56,7 @@ import {
|
|
|
29
56
|
TrackedChange,
|
|
30
57
|
TrackedChanges
|
|
31
58
|
} from "./chunk-66CT2ZRP.js";
|
|
59
|
+
import "./chunk-B2ZJRZDA.js";
|
|
32
60
|
import {
|
|
33
61
|
SpreadsheetFidelityError,
|
|
34
62
|
SpreadsheetSecurityError
|
|
@@ -59,41 +87,13 @@ import {
|
|
|
59
87
|
Worksheet,
|
|
60
88
|
WorksheetCollection,
|
|
61
89
|
validateSerializedWorkbook
|
|
62
|
-
} from "./chunk-
|
|
90
|
+
} from "./chunk-XT2EJFCU.js";
|
|
63
91
|
import "./chunk-4FRFNNBM.js";
|
|
64
|
-
import "./chunk-O24KTEGP.js";
|
|
65
|
-
import "./chunk-N2IHNWBS.js";
|
|
66
|
-
import {
|
|
67
|
-
InvalidPresentationInputError,
|
|
68
|
-
PresentationChart,
|
|
69
|
-
PresentationChartCollection,
|
|
70
|
-
PresentationChartSeries,
|
|
71
|
-
PresentationChartSeriesCollection,
|
|
72
|
-
PresentationGroup,
|
|
73
|
-
PresentationGroupCollection,
|
|
74
|
-
PresentationImage,
|
|
75
|
-
PresentationImageCollection,
|
|
76
|
-
PresentationLayout,
|
|
77
|
-
PresentationLayoutCollection,
|
|
78
|
-
PresentationMaster,
|
|
79
|
-
PresentationMasterCollection,
|
|
80
|
-
PresentationShape,
|
|
81
|
-
PresentationShapeCollection,
|
|
82
|
-
PresentationTable,
|
|
83
|
-
PresentationTableCell,
|
|
84
|
-
PresentationTableCollection,
|
|
85
|
-
PresentationText,
|
|
86
|
-
Slide,
|
|
87
|
-
SlideCollection,
|
|
88
|
-
SlidePlaceholderCollection,
|
|
89
|
-
UnsupportedPresentationFeatureError,
|
|
90
|
-
assertRenderPixelBudget,
|
|
91
|
-
colorValue,
|
|
92
|
-
truncate
|
|
93
|
-
} from "./chunk-PI2AZVGK.js";
|
|
94
92
|
import "./chunk-FGZM4FQ6.js";
|
|
95
|
-
import "./chunk-4BSENMAE.js";
|
|
96
93
|
import "./chunk-Q2FFHEY7.js";
|
|
94
|
+
import "./chunk-O24KTEGP.js";
|
|
95
|
+
import "./chunk-4BSENMAE.js";
|
|
96
|
+
import "./chunk-N2IHNWBS.js";
|
|
97
97
|
import "./chunk-VUNV25KB.js";
|
|
98
98
|
export {
|
|
99
99
|
ChartSeriesCollection,
|
package/dist/reference.js
CHANGED
|
@@ -1,6 +1,39 @@
|
|
|
1
1
|
import {
|
|
2
2
|
SpreadsheetFile
|
|
3
3
|
} from "./chunk-VOJHMSM3.js";
|
|
4
|
+
import {
|
|
5
|
+
InvalidPresentationInputError,
|
|
6
|
+
PPTX_MEDIA_TYPE,
|
|
7
|
+
Presentation,
|
|
8
|
+
PresentationChart,
|
|
9
|
+
PresentationChartCollection,
|
|
10
|
+
PresentationChartSeries,
|
|
11
|
+
PresentationChartSeriesCollection,
|
|
12
|
+
PresentationFidelityError,
|
|
13
|
+
PresentationFile,
|
|
14
|
+
PresentationGroup,
|
|
15
|
+
PresentationGroupCollection,
|
|
16
|
+
PresentationImage,
|
|
17
|
+
PresentationImageCollection,
|
|
18
|
+
PresentationLayout,
|
|
19
|
+
PresentationLayoutCollection,
|
|
20
|
+
PresentationMaster,
|
|
21
|
+
PresentationMasterCollection,
|
|
22
|
+
PresentationSecurityError,
|
|
23
|
+
PresentationShape,
|
|
24
|
+
PresentationShapeCollection,
|
|
25
|
+
PresentationTable,
|
|
26
|
+
PresentationTableCell,
|
|
27
|
+
PresentationTableCollection,
|
|
28
|
+
PresentationText,
|
|
29
|
+
Slide,
|
|
30
|
+
SlideCollection,
|
|
31
|
+
SlidePlaceholderCollection,
|
|
32
|
+
UnsupportedPresentationFeatureError,
|
|
33
|
+
assertRenderPixelBudget,
|
|
34
|
+
colorValue,
|
|
35
|
+
truncate
|
|
36
|
+
} from "./chunk-GNXDFSOB.js";
|
|
4
37
|
import {
|
|
5
38
|
Document,
|
|
6
39
|
DocumentBlockCollection,
|
|
@@ -47,50 +80,17 @@ import {
|
|
|
47
80
|
Worksheet,
|
|
48
81
|
WorksheetCollection,
|
|
49
82
|
validateSerializedWorkbook
|
|
50
|
-
} from "./chunk-
|
|
83
|
+
} from "./chunk-XT2EJFCU.js";
|
|
51
84
|
import {
|
|
52
85
|
InvalidSpreadsheetImageError
|
|
53
86
|
} from "./chunk-4FRFNNBM.js";
|
|
87
|
+
import "./chunk-FGZM4FQ6.js";
|
|
88
|
+
import "./chunk-Q2FFHEY7.js";
|
|
54
89
|
import {
|
|
55
90
|
ArtifactLimitError,
|
|
56
91
|
UnsupportedArtifactFeatureError
|
|
57
92
|
} from "./chunk-O24KTEGP.js";
|
|
58
|
-
import {
|
|
59
|
-
InvalidPresentationInputError,
|
|
60
|
-
PPTX_MEDIA_TYPE,
|
|
61
|
-
Presentation,
|
|
62
|
-
PresentationChart,
|
|
63
|
-
PresentationChartCollection,
|
|
64
|
-
PresentationChartSeries,
|
|
65
|
-
PresentationChartSeriesCollection,
|
|
66
|
-
PresentationFidelityError,
|
|
67
|
-
PresentationFile,
|
|
68
|
-
PresentationGroup,
|
|
69
|
-
PresentationGroupCollection,
|
|
70
|
-
PresentationImage,
|
|
71
|
-
PresentationImageCollection,
|
|
72
|
-
PresentationLayout,
|
|
73
|
-
PresentationLayoutCollection,
|
|
74
|
-
PresentationMaster,
|
|
75
|
-
PresentationMasterCollection,
|
|
76
|
-
PresentationSecurityError,
|
|
77
|
-
PresentationShape,
|
|
78
|
-
PresentationShapeCollection,
|
|
79
|
-
PresentationTable,
|
|
80
|
-
PresentationTableCell,
|
|
81
|
-
PresentationTableCollection,
|
|
82
|
-
PresentationText,
|
|
83
|
-
Slide,
|
|
84
|
-
SlideCollection,
|
|
85
|
-
SlidePlaceholderCollection,
|
|
86
|
-
UnsupportedPresentationFeatureError,
|
|
87
|
-
assertRenderPixelBudget,
|
|
88
|
-
colorValue,
|
|
89
|
-
truncate
|
|
90
|
-
} from "./chunk-PI2AZVGK.js";
|
|
91
|
-
import "./chunk-FGZM4FQ6.js";
|
|
92
93
|
import "./chunk-4BSENMAE.js";
|
|
93
|
-
import "./chunk-Q2FFHEY7.js";
|
|
94
94
|
import "./chunk-VUNV25KB.js";
|
|
95
95
|
|
|
96
96
|
// 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";
|
|
9
10
|
import {
|
|
10
11
|
ArtifactLimitError,
|
|
11
12
|
UnsupportedArtifactFeatureError
|
|
12
13
|
} 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-QZI5POCC.js";
|
|
4
4
|
import "./chunk-J6N7IR44.js";
|
|
5
|
-
import "./chunk-
|
|
5
|
+
import "./chunk-XT2EJFCU.js";
|
|
6
6
|
import "./chunk-4FRFNNBM.js";
|
|
7
|
-
import "./chunk-O24KTEGP.js";
|
|
8
|
-
import "./chunk-72SYDU4O.js";
|
|
9
7
|
import "./chunk-FGZM4FQ6.js";
|
|
10
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-72SYDU4O.js";
|
|
11
9
|
import "./chunk-Q2FFHEY7.js";
|
|
10
|
+
import "./chunk-O24KTEGP.js";
|
|
11
|
+
import "./chunk-4BSENMAE.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-XT2EJFCU.js";
|
|
30
30
|
import {
|
|
31
31
|
InvalidSpreadsheetImageError
|
|
32
32
|
} from "./chunk-4FRFNNBM.js";
|
|
33
|
-
import "./chunk-O24KTEGP.js";
|
|
34
33
|
import "./chunk-FGZM4FQ6.js";
|
|
35
34
|
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.2.
|
|
3
|
+
"version": "0.2.8",
|
|
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": "^0.
|
|
118
|
+
"@opengeni/contracts": "^0.50.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
|