@office-open/core 0.10.12 → 0.10.13
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/README.md +10 -9
- package/dist/chart/index.d.mts +1 -1
- package/dist/chart/index.mjs +1 -1
- package/dist/{chart-DwE8FCFk.mjs → chart-DOO1st0K.mjs} +3 -1
- package/dist/chart-DOO1st0K.mjs.map +1 -0
- package/dist/converters-C_Y2QX1w.mjs +1789 -0
- package/dist/converters-C_Y2QX1w.mjs.map +1 -0
- package/dist/data-type-CZMKVaaT.d.mts +10 -0
- package/dist/data-type-CZMKVaaT.d.mts.map +1 -0
- package/dist/descriptor/index.d.mts +2 -2
- package/dist/descriptor/index.mjs +2 -2
- package/dist/{descriptor-DAER86Rt.mjs → descriptor-BjNkn5jo.mjs} +3 -33
- package/dist/descriptor-BjNkn5jo.mjs.map +1 -0
- package/dist/drawingml/index.d.mts +2 -2
- package/dist/drawingml/index.mjs +2 -2
- package/dist/{src-bVqU5Bh3.mjs → drawingml-sj1J3lb0.mjs} +22 -3728
- package/dist/drawingml-sj1J3lb0.mjs.map +1 -0
- package/dist/index-BVK2dv6C.d.mts +63 -0
- package/dist/index-BVK2dv6C.d.mts.map +1 -0
- package/dist/index-BfHfKuKy.d.mts +275 -0
- package/dist/index-BfHfKuKy.d.mts.map +1 -0
- package/dist/index-CE53SwpZ.d.mts +1463 -0
- package/dist/index-CE53SwpZ.d.mts.map +1 -0
- package/dist/{index-3STznXzZ.d.mts → index-D6VE-MnJ.d.mts} +3 -15
- package/dist/index-D6VE-MnJ.d.mts.map +1 -0
- package/dist/{index-CN0YjNSx.d.mts → index-DDyd2ErZ.d.mts} +3 -15
- package/dist/index-DDyd2ErZ.d.mts.map +1 -0
- package/dist/{index-CsQP7Cl4.d.mts → index-DlPA26cw.d.mts} +2 -47
- package/dist/index-DlPA26cw.d.mts.map +1 -0
- package/dist/index-k8WKLXnA.d.mts +150 -0
- package/dist/index-k8WKLXnA.d.mts.map +1 -0
- package/dist/index.d.mts +650 -8
- package/dist/index.d.mts.map +1 -0
- package/dist/index.mjs +1271 -7
- package/dist/index.mjs.map +1 -0
- package/dist/output-D_G_JR_8.d.mts +24 -0
- package/dist/output-D_G_JR_8.d.mts.map +1 -0
- package/dist/patch/index.d.mts +2 -2
- package/dist/patch/index.mjs +1 -1
- package/dist/{patch-OSbQIQAi.mjs → patch-BmRfghOo.mjs} +65 -84
- package/dist/patch-BmRfghOo.mjs.map +1 -0
- package/dist/smartart/index.d.mts +1 -1
- package/dist/smartart/index.mjs +1 -1
- package/dist/{smartart-DCY-Vdv7.mjs → smartart-B7ukZ-Tw.mjs} +5 -3
- package/dist/smartart-B7ukZ-Tw.mjs.map +1 -0
- package/dist/theme/index.d.mts +1 -1
- package/dist/theme-CiNzdl-9.mjs +2 -0
- package/dist/theme-CiNzdl-9.mjs.map +1 -0
- package/dist/util/index.d.mts +4 -0
- package/dist/util/index.mjs +3 -0
- package/dist/util-Tq9PSjK0.mjs +1113 -0
- package/dist/util-Tq9PSjK0.mjs.map +1 -0
- package/dist/values-8di32lIe.d.mts +56 -0
- package/dist/values-8di32lIe.d.mts.map +1 -0
- package/package.json +7 -6
- package/dist/index-CHGFwCCQ.d.mts +0 -266
- package/dist/index-CpNwAcem.d.mts +0 -169
- package/dist/index-DdXU1_sq.d.mts +0 -5029
- package/dist/util/values.d.mts +0 -2
- package/dist/util/values.mjs +0 -2
- package/dist/values-CVIZcTRw.mjs +0 -371
- package/dist/values-DQfI1FSg.d.mts +0 -426
package/dist/index.d.mts
CHANGED
|
@@ -1,8 +1,650 @@
|
|
|
1
|
-
import { _ as ChartCollection, a as ChartSpaceOptions, c as DataLabelsOptions, d as ErrorBarType, f as ErrorValueType, g as View3DOptions, h as TrendlineType, i as ChartSeriesData, l as ErrorBarDirection, m as TrendlineOptions, n as AxisChartType, o as ChartType, p as TimeUnit, r as BubbleSeriesData, s as DataLabelPosition, t as chartSpaceDesc, u as ErrorBarOptions, v as ChartData } from "./index-
|
|
2
|
-
import {
|
|
3
|
-
import { $ as createLineColorList, $
|
|
4
|
-
import {
|
|
5
|
-
import { a as
|
|
6
|
-
import {
|
|
7
|
-
import { C as
|
|
8
|
-
|
|
1
|
+
import { _ as ChartCollection, a as ChartSpaceOptions, c as DataLabelsOptions, d as ErrorBarType, f as ErrorValueType, g as View3DOptions, h as TrendlineType, i as ChartSeriesData, l as ErrorBarDirection, m as TrendlineOptions, n as AxisChartType, o as ChartType, p as TimeUnit, r as BubbleSeriesData, s as DataLabelPosition, t as chartSpaceDesc, u as ErrorBarOptions, v as ChartData } from "./index-DDyd2ErZ.mjs";
|
|
2
|
+
import { a as diffTagSets, c as FIELD_SPECS, d as stringify, f as CustomDescriptor, h as WriteContext, i as checkOrder, l as findFieldSpec, m as ReadContext, n as OrderViolation, o as roundTripFields, p as Descriptor, r as RoundTripResult, s as DescriptorFieldSpec, t as FieldConsistencyReport, u as parse } from "./index-BVK2dv6C.mjs";
|
|
3
|
+
import { $ as createLineColorList, $n as createReflectionEffect, $r as createSourceRectangle, $t as TableStyleListOptions, A as scRgbColorDesc, An as createShape3D, Ar as PresetPattern, At as PresentationLayoutVariablesOptions, B as createDiagramTextProperties, Bn as SphereCoords, Br as GradientShadeOptions, Bt as GraphicFrameLockingOptions, C as fillDesc, Cn as createCustomGeometry, Cr as LineEndType, Ct as AnimationLevelOptions, D as parseColorChoice, Dn as stringifyAdjustmentValues, Dr as createCustomDash, Dt as MaxChildrenOptions, E as hslColorDesc, En as GeometryGuide, Er as DashStop, Et as HierBranchStyle, F as DiagramExtensionListOptions, Fn as BackdropOptions, Fr as FillOptions, Ft as createHierBranch, G as DiagramStyleLabelOptions, Gn as EffectDagOptions, Gr as RelativeRect, Gt as createGroupLocking, H as createDiagramRelationshipIds, Hn as createScene3D, Hr as LinearShadeOptions, Ht as PictureLockingOptions, I as DiagramExtensionOptions, In as CameraOptions, Ir as GradientStopOptions, It as createMaxChildren, J as HueDirection, Jn as EffectExtent, Jr as createGradientStop, Jt as OnOffStyleType, K as DiagramStyleOptions, Kn as createEffectDag, Kr as TileFlipMode, Kt as createPictureLocking, L as DiagramTextPropertiesOptions, Ln as LightRigOptions, Lr as buildFill, Lt as createOrgChart, M as solidFillDesc, Mn as BevelPresetType, Mr as createNoFill, Mt as createAdjustList, N as stringifyColorChoice, Nn as createBevel, Nr as BlipFillConfigOptions, Nt as createAnimateOneByOne, O as presetColorDesc, On as PresetMaterialType, Or as createGroupFill, Ot as OrgChartOptions, P as systemColorDesc, Pn as createBottomBevel, Pr as BlipFillMediaData, Pt as createAnimationLevel, Q as createFillColorList, Qn as ReflectionEffectOptions, Qr as SourceRectangleOptions, Qt as TablePartStyleOptions, R as createDiagramExtensionList, Rn as Point3D, Rr as extractBlipFillMedia, Rt as createPreferredChildren, S as outlineDesc, Sn as PathOptions, Sr as LineEndOptions, St as AnimateOneByOneValue, T as patternFillDesc, Tn as stringifyPresetGeometry, Tr as createLineEnd, Tt as HierBranchOptions, U as ColorListOptions, Un as createSoftEdgeEffect, Ur as PathShadeOptions, Ut as ShapeLockingOptions, V as DiagramRelationshipIdsOptions, Vn as Vector3D, Vr as GradientStop, Vt as GroupLockingOptions, W as ColorMethod, Wn as EffectContainerType, Wr as PathShadeType, Wt as createGraphicFrameLocking, X as createDiagramStyle, Xn as calculateEffectExtent, Xr as TileOptions, Xt as TableCellBorderOptions, Y as StyleMatrixIndex, Yn as EffectListOptions, Yr as TileAlignment, Yt as StyleMatrixReferenceOptions, Z as createEffectColorList, Zn as createEffectList, Zr as createTileInfo, Zt as TableCellStyleOptions, _ as graphicFrameLockingDesc, _i as createPresetColor, _n as ConnectionSite, _r as OutlineOptions, _t as createStyleDefinitionHeader, a as blipDesc, ai as SystemColor, an as createTableStyleList, ar as createOuterShadowEffect, at as ColorsDefinitionHeaderOptions, b as shapeLockingDesc, bi as ColorTransformOptions, bn as PathCommand, br as createOutline, bt as AdjustOptions, c as stretchDesc, ci as SchemeColor, cn as Transform2DOptions, cr as GlowEffectOptions, ct as DiagramNameOptions, d as scene3DDesc, di as ScRgbColorOptions, dn as stringifyStretch, dr as FillOverlayEffectOptions, dt as StyleDefinitionHeaderListOptions, ei as BlipEffectsOptions, en as TableStyleOptions, er as PresetShadowEffectOptions, et as createStyleLabel, f as shape3DDesc, fi as createScRgbColor, fn as createExtensionList, fr as createFillOverlayEffect, ft as StyleDefinitionHeaderOptions, g as presetGeometryDesc, gi as PresetColorOptions, gn as createBlip, gr as OutlineFillProperties, gt as createLayoutDefinitionHeaderList, h as customGeometryDesc, hi as PresetColor, hn as BlipOptions, hr as LineJoin, ht as createLayoutDefinitionHeader, i as presentationLayoutVariablesDesc, ii as createSolidFill, in as createTableStyle, ir as RectAlignment, it as ColorsDefinitionHeaderListOptions, j as schemeColorDesc, jn as BevelOptions, jr as createPatternFill, jt as createAdjust, k as rgbColorDesc, kn as Shape3DOptions, kr as PatternFillOptions, kt as PreferredChildrenOptions, l as tileDesc, li as SchemeColorOptions, ln as createGroupTransform2D, lr as createGlowEffect, lt as LayoutDefinitionHeaderListOptions, m as transform2DDesc, mi as createRgbColor, mn as createBlipFill, mr as LineCap, mt as createColorsDefinitionHeaderList, n as diagramRelationshipIdsDesc, ni as SolidFillOptions, nn as TableTextStyleOptions, nr as createPresetShadowEffect, nt as createTextFillColorList, o as blipFillDesc, oi as SystemColorOptions, on as parseTableStyleList, or as InnerShadowEffectOptions, ot as DiagramCategoryOptions, p as groupTransform2DDesc, pi as RgbColorOptions, pn as BlipFillOptions, pr as CompoundLine, pt as createColorsDefinitionHeader, q as FontCollectionIndex, qn as BlurEffectOptions, qr as createGradientFill, qt as createShapeLocking, r as diagramStyleDesc, ri as createColorElement, rn as ThemeableLineStyleOptions, rr as OuterShadowEffectOptions, rt as createTextLineColorList, s as sourceRectangleDesc, si as createSystemColor, sn as GroupTransform2DOptions, sr as createInnerShadowEffect, st as DiagramDescriptionOptions, t as diagramExtensionListDesc, ti as createBlipEffects, tn as TableStyleRegion, tr as PresetShadowVal, tt as createTextEffectColorList, u as bevelDesc, ui as createSchemeColor, un as createTransform2D, ur as BlendMode, ut as LayoutDefinitionHeaderOptions, v as groupLockingDesc, vi as HslColorOptions, vn as CustomGeometryOptions, vr as PenAlignment, vt as createStyleDefinitionHeaderList, w as gradientFillDesc, wn as PresetGeometryOptions, wr as LineEndWidth, wt as AnimationLevelValue, x as effectListDesc, xi as createColorTransforms, xn as PathFillMode, xr as LineEndLength, xt as AnimateOneByOneOptions, y as pictureLockingDesc, yi as createHslColor, yn as GeomRect, yr as PresetDash, yt as AdjustListOptions, z as createDiagramShape3D, zn as Scene3DOptions, zr as GradientFillOptions, zt as createPresentationLayoutVariables } from "./index-CE53SwpZ.mjs";
|
|
4
|
+
import { i as toUint8Array, n as ToUint8ArrayOptions, r as isBase64DataURL, t as DataType } from "./data-type-CZMKVaaT.mjs";
|
|
5
|
+
import { C as uCharHexNumber, S as twipsMeasureValue, T as unsignedDecimalNumber, _ as pointMeasureValue, a as ThemeColor, b as signedHpsMeasureValue, c as dateTimeValue, d as hexBinary, f as hexColorValue, g as percentageValue, h as measurementOrPercentValue, i as RelativeMeasure, l as decimalNumber, m as longHexNumber, n as PositivePercentage, o as ThemeFont, p as hpsMeasureValue, r as PositiveUniversalMeasure, s as UniversalMeasure, t as Percentage, u as eighthPointMeasureValue, v as positiveUniversalMeasureValue, w as universalMeasureValue, x as signedTwipsMeasureValue, y as shortHexNumber } from "./values-8di32lIe.mjs";
|
|
6
|
+
import { i as convertOutput, n as OutputByType, r as OutputType, t as OoxmlMimeType } from "./output-D_G_JR_8.mjs";
|
|
7
|
+
import { $ as convertToEmu, A as xsdRectAlignment, B as uniqueNumericIdCreator, C as xsdLineCap, Ct as createZipStream, D as xsdPattern, Dt as zipAndConvert, E as xsdPathFillMode, Et as unzipSync, F as xsdUnderlineStyle, G as convertEmuToInches, H as derivePasswordHash, I as xsdVerticalMergeRev, J as convertInchesToEmu, K as convertEmuToPixels, L as UniqueNumericIdCreator, M as xsdTextAlign, N as xsdTextAnchor, O as xsdPenAlignment, Ot as zipSyncAndConvert, P as xsdTextCaps, Q as convertPointsToEmu, R as hashedId, S as xsdEffectContainer, St as createPacker, T as xsdMaterialType, Tt as strFromU8, U as hashPasswordAgile, V as uniqueUuid, W as randomBytes, X as convertMillimetersToTwip, Y as convertInchesToTwip, Z as convertPixelsToEmu, _ as replaceSmartArtPlaceholders, _t as XmlifyedFile, a as findAndReplaceImagePlaceholders, at as convertUniversalMeasureToPt, b as xsdBlendMode, bt as ZipOptions, c as getReferencedMedia, ct as compileMapping, d as replaceAllPlaceholders, dt as TargetModeType, et as convertToInch, f as replaceChartPlaceholders, ft as optionalRelsPart, g as replaceNumberingPlaceholders, gt as PackerOptions, h as replaceMediaPlaceholders, ht as Packer, i as collectPlaceholderKeys, it as convertUniversalMeasureToInch, j as xsdStrikeStyle, k as xsdPresetShadow, l as getVideoRefs, lt as RelationshipType, m as replaceImagePlaceholders, mt as CompressionOptions, n as SmartArtRelOptions, nt as convertToTwip, o as formatId, ot as convertUniversalMeasureToTwip, p as replaceHyperlinkPlaceholders, pt as CompileFn, q as convertEmuToPoints, r as addSmartArtRelationships, rt as convertUniversalMeasureToEmu, s as getMediaRefs, st as parseUniversalMeasure, t as IdFormat, tt as convertToPt, u as hasPlaceholders, ut as Relationships, v as replaceVideoPlaceholders, vt as ZIP_DEFLATE_LEVEL, w as xsdLineEndSize, wt as levelForMediaName, x as xsdCompoundLine, xt as Zippable, y as invertMap, yt as ZIP_STORED_LEVEL, z as uniqueId } from "./index-BfHfKuKy.mjs";
|
|
8
|
+
import { C as XmlNamespaceOptions, E as parseCorePropsElement, S as PPTX_NS, T as buildCorePropertiesXmlString, _ as RenderedParagraphNode, a as getNextRelationshipIndex, b as createReplacer, c as createTextElementContents, d as patchSpaceAttribute, f as toJson, g as createTraverser, h as createTokenReplacer, i as appendRelationship, l as getFirstLevelElements, m as createSplitInject, n as PlaceholderDelimiters, o as appendContentType, p as TokenNotFoundError, r as applyCorePropertiesOverride, s as appendOverride, t as BasePatchOptions, u as nextNumericId, v as createRunRenderer, w as CorePropertiesOptions, x as DOCX_NS, y as ReplacerOptions } from "./index-k8WKLXnA.mjs";
|
|
9
|
+
import { a as PointPropertySetOptions, c as stringifyDataModel, d as getColorXml, f as getLayoutXml, g as STYLE_CATEGORIES, h as LAYOUT_CATEGORIES, i as SmartArtData, l as stringifyConnection, m as COLOR_CATEGORIES, n as createDataModel, o as stringifyPoint, p as getStyleXml, r as SmartArtCollection, s as stringifyTransPoint, t as TreeNode, u as DEFAULT_DRAWING_XML } from "./index-DlPA26cw.mjs";
|
|
10
|
+
import { a as ColorSchemeOptions, i as createThemeXml, n as DEFAULT_COLORS, o as FontSchemeOptions, r as buildThemeXml, s as ThemeOptions, t as themeDesc } from "./index-D6VE-MnJ.mjs";
|
|
11
|
+
import { Element } from "@office-open/xml";
|
|
12
|
+
|
|
13
|
+
//#region src/opc/media.d.ts
|
|
14
|
+
interface BaseMediaEntry {
|
|
15
|
+
fileName: string;
|
|
16
|
+
data: Uint8Array;
|
|
17
|
+
type: string;
|
|
18
|
+
}
|
|
19
|
+
declare class Media<T extends BaseMediaEntry> {
|
|
20
|
+
private readonly map;
|
|
21
|
+
private readonly byContent;
|
|
22
|
+
private readonly verified;
|
|
23
|
+
private counter;
|
|
24
|
+
addMedia(data: Uint8Array, type: string, build: (fileName: string) => T, fileName?: string): T;
|
|
25
|
+
private nextName;
|
|
26
|
+
private contentKey;
|
|
27
|
+
private byteEqual;
|
|
28
|
+
get array(): T[];
|
|
29
|
+
}
|
|
30
|
+
//#endregion
|
|
31
|
+
//#region src/opc/content-types.d.ts
|
|
32
|
+
interface DefaultProperties {
|
|
33
|
+
contentType: string;
|
|
34
|
+
extension?: string;
|
|
35
|
+
}
|
|
36
|
+
declare const createDefault: (contentType: string, extension?: string) => string;
|
|
37
|
+
interface OverrideProperties {
|
|
38
|
+
contentType: string;
|
|
39
|
+
partName?: string;
|
|
40
|
+
}
|
|
41
|
+
declare const createOverride: (contentType: string, partName?: string) => string;
|
|
42
|
+
//#endregion
|
|
43
|
+
//#region src/opc/app-properties.d.ts
|
|
44
|
+
interface AppPropertiesOptions {
|
|
45
|
+
template?: string;
|
|
46
|
+
manager?: string;
|
|
47
|
+
company?: string;
|
|
48
|
+
pages?: number;
|
|
49
|
+
words?: number;
|
|
50
|
+
characters?: number;
|
|
51
|
+
lines?: number;
|
|
52
|
+
paragraphs?: number;
|
|
53
|
+
notes?: number;
|
|
54
|
+
slides?: number;
|
|
55
|
+
totalTime?: number;
|
|
56
|
+
hiddenSlides?: number;
|
|
57
|
+
mmClips?: number;
|
|
58
|
+
charactersWithSpaces?: number;
|
|
59
|
+
docSecurity?: number;
|
|
60
|
+
hyperlinkBase?: string;
|
|
61
|
+
application?: string;
|
|
62
|
+
appVersion?: string;
|
|
63
|
+
scaleCrop?: boolean;
|
|
64
|
+
linksUpToDate?: boolean;
|
|
65
|
+
sharedDoc?: boolean;
|
|
66
|
+
hyperlinksChanged?: boolean;
|
|
67
|
+
}
|
|
68
|
+
type AppPropertiesInput = AppPropertiesOptions;
|
|
69
|
+
declare const appPropertiesDesc: CustomDescriptor<AppPropertiesInput>;
|
|
70
|
+
//#endregion
|
|
71
|
+
//#region src/opc/custom-properties.d.ts
|
|
72
|
+
interface CustomPropertyOptions {
|
|
73
|
+
name: string;
|
|
74
|
+
value: string;
|
|
75
|
+
}
|
|
76
|
+
interface CustomPropertiesInput {
|
|
77
|
+
properties: CustomPropertyOptions[];
|
|
78
|
+
}
|
|
79
|
+
declare const customPropertiesDesc: CustomDescriptor<CustomPropertiesInput>;
|
|
80
|
+
//#endregion
|
|
81
|
+
//#region src/util/base64.d.ts
|
|
82
|
+
declare function decodeBase64(input: string): Uint8Array;
|
|
83
|
+
declare function encodeBase64(bytes: Uint8Array): string;
|
|
84
|
+
//#endregion
|
|
85
|
+
//#region src/opc/parser.d.ts
|
|
86
|
+
declare class ParsedArchive {
|
|
87
|
+
private readonly zip;
|
|
88
|
+
private readonly modified;
|
|
89
|
+
private readonly wrapperCache;
|
|
90
|
+
constructor(data: Uint8Array);
|
|
91
|
+
get(path: string): Element | undefined;
|
|
92
|
+
set(path: string, element: Element): void;
|
|
93
|
+
getRaw(path: string): Uint8Array | undefined;
|
|
94
|
+
setRaw(path: string, data: Uint8Array): void;
|
|
95
|
+
remove(path: string): boolean;
|
|
96
|
+
has(path: string): boolean;
|
|
97
|
+
keys(prefix?: string): string[];
|
|
98
|
+
save(): Uint8Array;
|
|
99
|
+
}
|
|
100
|
+
declare function parseArchive(data: Uint8Array): ParsedArchive;
|
|
101
|
+
//#endregion
|
|
102
|
+
//#region src/opc/part-registry.d.ts
|
|
103
|
+
type PartPresence = {
|
|
104
|
+
readonly kind: "always";
|
|
105
|
+
} | {
|
|
106
|
+
readonly kind: "conditional";
|
|
107
|
+
readonly flag: string;
|
|
108
|
+
} | {
|
|
109
|
+
readonly kind: "repeated";
|
|
110
|
+
readonly countFrom: string;
|
|
111
|
+
};
|
|
112
|
+
interface PartDef {
|
|
113
|
+
path: string;
|
|
114
|
+
contentType?: string;
|
|
115
|
+
presence: PartPresence;
|
|
116
|
+
}
|
|
117
|
+
interface PackagePartRegistry {
|
|
118
|
+
format: "docx" | "pptx" | "xlsx";
|
|
119
|
+
parts: readonly PartDef[];
|
|
120
|
+
orphanWhitelist: readonly string[];
|
|
121
|
+
}
|
|
122
|
+
declare const DOCX_PARTS: {
|
|
123
|
+
readonly format: "docx";
|
|
124
|
+
readonly orphanWhitelist: readonly ["word/media/", "word/fonts/", "word/embeddings/", "word/afchunks/", "customXml/", "_rels/", "word/_rels/", "docProps/", "[Content_Types].xml"];
|
|
125
|
+
readonly parts: readonly [{
|
|
126
|
+
readonly path: "[Content_Types].xml";
|
|
127
|
+
readonly presence: {
|
|
128
|
+
readonly kind: "always";
|
|
129
|
+
};
|
|
130
|
+
}, {
|
|
131
|
+
readonly path: "_rels/.rels";
|
|
132
|
+
readonly presence: {
|
|
133
|
+
readonly kind: "always";
|
|
134
|
+
};
|
|
135
|
+
}, {
|
|
136
|
+
readonly path: "word/document.xml";
|
|
137
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml";
|
|
138
|
+
readonly presence: {
|
|
139
|
+
readonly kind: "always";
|
|
140
|
+
};
|
|
141
|
+
}, {
|
|
142
|
+
readonly path: "word/styles.xml";
|
|
143
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml";
|
|
144
|
+
readonly presence: {
|
|
145
|
+
readonly kind: "conditional";
|
|
146
|
+
readonly flag: "freshCompile";
|
|
147
|
+
};
|
|
148
|
+
}, {
|
|
149
|
+
readonly path: "word/numbering.xml";
|
|
150
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml";
|
|
151
|
+
readonly presence: {
|
|
152
|
+
readonly kind: "conditional";
|
|
153
|
+
readonly flag: "freshCompile";
|
|
154
|
+
};
|
|
155
|
+
}, {
|
|
156
|
+
readonly path: "word/footnotes.xml";
|
|
157
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml";
|
|
158
|
+
readonly presence: {
|
|
159
|
+
readonly kind: "conditional";
|
|
160
|
+
readonly flag: "freshCompile";
|
|
161
|
+
};
|
|
162
|
+
}, {
|
|
163
|
+
readonly path: "word/endnotes.xml";
|
|
164
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml";
|
|
165
|
+
readonly presence: {
|
|
166
|
+
readonly kind: "conditional";
|
|
167
|
+
readonly flag: "freshCompile";
|
|
168
|
+
};
|
|
169
|
+
}, {
|
|
170
|
+
readonly path: "word/settings.xml";
|
|
171
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml";
|
|
172
|
+
readonly presence: {
|
|
173
|
+
readonly kind: "conditional";
|
|
174
|
+
readonly flag: "freshCompile";
|
|
175
|
+
};
|
|
176
|
+
}, {
|
|
177
|
+
readonly path: "word/fontTable.xml";
|
|
178
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml";
|
|
179
|
+
readonly presence: {
|
|
180
|
+
readonly kind: "conditional";
|
|
181
|
+
readonly flag: "freshCompile";
|
|
182
|
+
};
|
|
183
|
+
}, {
|
|
184
|
+
readonly path: "docProps/core.xml";
|
|
185
|
+
readonly contentType: "application/vnd.openxmlformats-package.core-properties+xml";
|
|
186
|
+
readonly presence: {
|
|
187
|
+
readonly kind: "conditional";
|
|
188
|
+
readonly flag: "freshCompile";
|
|
189
|
+
};
|
|
190
|
+
}, {
|
|
191
|
+
readonly path: "docProps/app.xml";
|
|
192
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.extended-properties+xml";
|
|
193
|
+
readonly presence: {
|
|
194
|
+
readonly kind: "conditional";
|
|
195
|
+
readonly flag: "freshCompile";
|
|
196
|
+
};
|
|
197
|
+
}, {
|
|
198
|
+
readonly path: "docProps/custom.xml";
|
|
199
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.custom-properties+xml";
|
|
200
|
+
readonly presence: {
|
|
201
|
+
readonly kind: "conditional";
|
|
202
|
+
readonly flag: "freshCompile";
|
|
203
|
+
};
|
|
204
|
+
}, {
|
|
205
|
+
readonly path: "word/comments.xml";
|
|
206
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml";
|
|
207
|
+
readonly presence: {
|
|
208
|
+
readonly kind: "conditional";
|
|
209
|
+
readonly flag: "hasComments";
|
|
210
|
+
};
|
|
211
|
+
}, {
|
|
212
|
+
readonly path: "word/header${i}.xml";
|
|
213
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.wordprocessingml.header+xml";
|
|
214
|
+
readonly presence: {
|
|
215
|
+
readonly kind: "repeated";
|
|
216
|
+
readonly countFrom: "headerCount";
|
|
217
|
+
};
|
|
218
|
+
}, {
|
|
219
|
+
readonly path: "word/footer${i}.xml";
|
|
220
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml";
|
|
221
|
+
readonly presence: {
|
|
222
|
+
readonly kind: "repeated";
|
|
223
|
+
readonly countFrom: "footerCount";
|
|
224
|
+
};
|
|
225
|
+
}, {
|
|
226
|
+
readonly path: "word/charts/chart${i}.xml";
|
|
227
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.drawingml.chart+xml";
|
|
228
|
+
readonly presence: {
|
|
229
|
+
readonly kind: "repeated";
|
|
230
|
+
readonly countFrom: "chartCount";
|
|
231
|
+
};
|
|
232
|
+
}, {
|
|
233
|
+
readonly path: "word/diagrams/data${i}.xml";
|
|
234
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml";
|
|
235
|
+
readonly presence: {
|
|
236
|
+
readonly kind: "repeated";
|
|
237
|
+
readonly countFrom: "smartArtCount";
|
|
238
|
+
};
|
|
239
|
+
}, {
|
|
240
|
+
readonly path: "word/diagrams/layout${i}.xml";
|
|
241
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml";
|
|
242
|
+
readonly presence: {
|
|
243
|
+
readonly kind: "repeated";
|
|
244
|
+
readonly countFrom: "smartArtCount";
|
|
245
|
+
};
|
|
246
|
+
}, {
|
|
247
|
+
readonly path: "word/diagrams/quickStyle${i}.xml";
|
|
248
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml";
|
|
249
|
+
readonly presence: {
|
|
250
|
+
readonly kind: "repeated";
|
|
251
|
+
readonly countFrom: "smartArtCount";
|
|
252
|
+
};
|
|
253
|
+
}, {
|
|
254
|
+
readonly path: "word/diagrams/colors${i}.xml";
|
|
255
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml";
|
|
256
|
+
readonly presence: {
|
|
257
|
+
readonly kind: "repeated";
|
|
258
|
+
readonly countFrom: "smartArtCount";
|
|
259
|
+
};
|
|
260
|
+
}, {
|
|
261
|
+
readonly path: "word/diagrams/drawing${i}.xml";
|
|
262
|
+
readonly contentType: "application/vnd.ms-office.drawingml.diagramDrawing+xml";
|
|
263
|
+
readonly presence: {
|
|
264
|
+
readonly kind: "repeated";
|
|
265
|
+
readonly countFrom: "smartArtCount";
|
|
266
|
+
};
|
|
267
|
+
}, {
|
|
268
|
+
readonly path: "word/bibliography.xml";
|
|
269
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.wordprocessingml.bibliography+xml";
|
|
270
|
+
readonly presence: {
|
|
271
|
+
readonly kind: "conditional";
|
|
272
|
+
readonly flag: "hasBibliography";
|
|
273
|
+
};
|
|
274
|
+
}, {
|
|
275
|
+
readonly path: "word/glossary/document.xml";
|
|
276
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.wordprocessingml.glossary+xml";
|
|
277
|
+
readonly presence: {
|
|
278
|
+
readonly kind: "conditional";
|
|
279
|
+
readonly flag: "hasGlossary";
|
|
280
|
+
};
|
|
281
|
+
}, {
|
|
282
|
+
readonly path: "word/webSettings.xml";
|
|
283
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml";
|
|
284
|
+
readonly presence: {
|
|
285
|
+
readonly kind: "conditional";
|
|
286
|
+
readonly flag: "hasWebSettings";
|
|
287
|
+
};
|
|
288
|
+
}, {
|
|
289
|
+
readonly path: "word/theme/theme1.xml";
|
|
290
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.theme+xml";
|
|
291
|
+
readonly presence: {
|
|
292
|
+
readonly kind: "conditional";
|
|
293
|
+
readonly flag: "freshCompile";
|
|
294
|
+
};
|
|
295
|
+
}];
|
|
296
|
+
};
|
|
297
|
+
declare const PPTX_PARTS: {
|
|
298
|
+
readonly format: "pptx";
|
|
299
|
+
readonly orphanWhitelist: readonly ["ppt/media/", "ppt/embeddings/", "_rels/", "ppt/_rels/", "ppt/slideMasters/_rels/", "ppt/slideLayouts/_rels/", "ppt/slides/_rels/", "ppt/notesMasters/_rels/", "ppt/notesSlides/_rels/", "ppt/charts/_rels/", "ppt/diagrams/_rels/", "docProps/", "[Content_Types].xml"];
|
|
300
|
+
readonly parts: readonly [{
|
|
301
|
+
readonly path: "[Content_Types].xml";
|
|
302
|
+
readonly presence: {
|
|
303
|
+
readonly kind: "always";
|
|
304
|
+
};
|
|
305
|
+
}, {
|
|
306
|
+
readonly path: "_rels/.rels";
|
|
307
|
+
readonly presence: {
|
|
308
|
+
readonly kind: "always";
|
|
309
|
+
};
|
|
310
|
+
}, {
|
|
311
|
+
readonly path: "ppt/presentation.xml";
|
|
312
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml";
|
|
313
|
+
readonly presence: {
|
|
314
|
+
readonly kind: "always";
|
|
315
|
+
};
|
|
316
|
+
}, {
|
|
317
|
+
readonly path: "docProps/core.xml";
|
|
318
|
+
readonly contentType: "application/vnd.openxmlformats-package.core-properties+xml";
|
|
319
|
+
readonly presence: {
|
|
320
|
+
readonly kind: "conditional";
|
|
321
|
+
readonly flag: "freshCompile";
|
|
322
|
+
};
|
|
323
|
+
}, {
|
|
324
|
+
readonly path: "docProps/app.xml";
|
|
325
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.extended-properties+xml";
|
|
326
|
+
readonly presence: {
|
|
327
|
+
readonly kind: "conditional";
|
|
328
|
+
readonly flag: "freshCompile";
|
|
329
|
+
};
|
|
330
|
+
}, {
|
|
331
|
+
readonly path: "ppt/theme/theme${i}.xml";
|
|
332
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.theme+xml";
|
|
333
|
+
readonly presence: {
|
|
334
|
+
readonly kind: "repeated";
|
|
335
|
+
readonly countFrom: "masters + notes/handout masters";
|
|
336
|
+
};
|
|
337
|
+
}, {
|
|
338
|
+
readonly path: "ppt/presProps.xml";
|
|
339
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.presentationml.presProps+xml";
|
|
340
|
+
readonly presence: {
|
|
341
|
+
readonly kind: "conditional";
|
|
342
|
+
readonly flag: "freshCompile";
|
|
343
|
+
};
|
|
344
|
+
}, {
|
|
345
|
+
readonly path: "ppt/viewProps.xml";
|
|
346
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml";
|
|
347
|
+
readonly presence: {
|
|
348
|
+
readonly kind: "conditional";
|
|
349
|
+
readonly flag: "freshCompile";
|
|
350
|
+
};
|
|
351
|
+
}, {
|
|
352
|
+
readonly path: "ppt/tableStyles.xml";
|
|
353
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml";
|
|
354
|
+
readonly presence: {
|
|
355
|
+
readonly kind: "conditional";
|
|
356
|
+
readonly flag: "freshCompile";
|
|
357
|
+
};
|
|
358
|
+
}, {
|
|
359
|
+
readonly path: "ppt/slideMasters/slideMaster${i}.xml";
|
|
360
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml";
|
|
361
|
+
readonly presence: {
|
|
362
|
+
readonly kind: "repeated";
|
|
363
|
+
readonly countFrom: "masters.length";
|
|
364
|
+
};
|
|
365
|
+
}, {
|
|
366
|
+
readonly path: "ppt/slideLayouts/slideLayout${i}.xml";
|
|
367
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml";
|
|
368
|
+
readonly presence: {
|
|
369
|
+
readonly kind: "repeated";
|
|
370
|
+
readonly countFrom: "layouts.length";
|
|
371
|
+
};
|
|
372
|
+
}, {
|
|
373
|
+
readonly path: "ppt/slides/slide${i}.xml";
|
|
374
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.presentationml.slide+xml";
|
|
375
|
+
readonly presence: {
|
|
376
|
+
readonly kind: "repeated";
|
|
377
|
+
readonly countFrom: "slides.length";
|
|
378
|
+
};
|
|
379
|
+
}, {
|
|
380
|
+
readonly path: "ppt/notesMasters/notesMaster1.xml";
|
|
381
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml";
|
|
382
|
+
readonly presence: {
|
|
383
|
+
readonly kind: "conditional";
|
|
384
|
+
readonly flag: "any slide has notes";
|
|
385
|
+
};
|
|
386
|
+
}, {
|
|
387
|
+
readonly path: "ppt/handoutMasters/handoutMaster1.xml";
|
|
388
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml";
|
|
389
|
+
readonly presence: {
|
|
390
|
+
readonly kind: "conditional";
|
|
391
|
+
readonly flag: "includeHandoutMaster";
|
|
392
|
+
};
|
|
393
|
+
}, {
|
|
394
|
+
readonly path: "ppt/notesSlides/notesSlide${i}.xml";
|
|
395
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml";
|
|
396
|
+
readonly presence: {
|
|
397
|
+
readonly kind: "repeated";
|
|
398
|
+
readonly countFrom: "slides with notes";
|
|
399
|
+
};
|
|
400
|
+
}, {
|
|
401
|
+
readonly path: "ppt/commentAuthors.xml";
|
|
402
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml";
|
|
403
|
+
readonly presence: {
|
|
404
|
+
readonly kind: "conditional";
|
|
405
|
+
readonly flag: "any slide has comments";
|
|
406
|
+
};
|
|
407
|
+
}, {
|
|
408
|
+
readonly path: "ppt/comments/comment${i}.xml";
|
|
409
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.presentationml.comments+xml";
|
|
410
|
+
readonly presence: {
|
|
411
|
+
readonly kind: "repeated";
|
|
412
|
+
readonly countFrom: "slides with comments";
|
|
413
|
+
};
|
|
414
|
+
}, {
|
|
415
|
+
readonly path: "ppt/charts/chart${i}.xml";
|
|
416
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.drawingml.chart+xml";
|
|
417
|
+
readonly presence: {
|
|
418
|
+
readonly kind: "repeated";
|
|
419
|
+
readonly countFrom: "charts";
|
|
420
|
+
};
|
|
421
|
+
}, {
|
|
422
|
+
readonly path: "ppt/diagrams/data${i}.xml";
|
|
423
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml";
|
|
424
|
+
readonly presence: {
|
|
425
|
+
readonly kind: "repeated";
|
|
426
|
+
readonly countFrom: "smartArts";
|
|
427
|
+
};
|
|
428
|
+
}, {
|
|
429
|
+
readonly path: "ppt/diagrams/layout${i}.xml";
|
|
430
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml";
|
|
431
|
+
readonly presence: {
|
|
432
|
+
readonly kind: "repeated";
|
|
433
|
+
readonly countFrom: "smartArts";
|
|
434
|
+
};
|
|
435
|
+
}, {
|
|
436
|
+
readonly path: "ppt/diagrams/quickStyle${i}.xml";
|
|
437
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml";
|
|
438
|
+
readonly presence: {
|
|
439
|
+
readonly kind: "repeated";
|
|
440
|
+
readonly countFrom: "smartArts";
|
|
441
|
+
};
|
|
442
|
+
}, {
|
|
443
|
+
readonly path: "ppt/diagrams/colors${i}.xml";
|
|
444
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml";
|
|
445
|
+
readonly presence: {
|
|
446
|
+
readonly kind: "repeated";
|
|
447
|
+
readonly countFrom: "smartArts";
|
|
448
|
+
};
|
|
449
|
+
}, {
|
|
450
|
+
readonly path: "ppt/diagrams/drawing${i}.xml";
|
|
451
|
+
readonly contentType: "application/vnd.ms-office.drawingml.diagramDrawing+xml";
|
|
452
|
+
readonly presence: {
|
|
453
|
+
readonly kind: "repeated";
|
|
454
|
+
readonly countFrom: "smartArts";
|
|
455
|
+
};
|
|
456
|
+
}, {
|
|
457
|
+
readonly path: "ppt/slideSyncPr/slideSyncPr${i}.xml";
|
|
458
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.presentationml.slideSyncProperties+xml";
|
|
459
|
+
readonly presence: {
|
|
460
|
+
readonly kind: "repeated";
|
|
461
|
+
readonly countFrom: "slides with slideSync";
|
|
462
|
+
};
|
|
463
|
+
}];
|
|
464
|
+
};
|
|
465
|
+
declare const XLSX_PARTS: {
|
|
466
|
+
readonly format: "xlsx";
|
|
467
|
+
readonly orphanWhitelist: readonly ["xl/media/", "xl/embeddings/", "_rels/", "xl/_rels/", "xl/worksheets/_rels/", "xl/chartsheets/_rels/", "xl/drawings/_rels/", "xl/pivotTables/_rels/", "xl/pivotCache/_rels/", "xl/externalLinks/_rels/", "docProps/", "[Content_Types].xml"];
|
|
468
|
+
readonly parts: readonly [{
|
|
469
|
+
readonly path: "[Content_Types].xml";
|
|
470
|
+
readonly presence: {
|
|
471
|
+
readonly kind: "always";
|
|
472
|
+
};
|
|
473
|
+
}, {
|
|
474
|
+
readonly path: "_rels/.rels";
|
|
475
|
+
readonly presence: {
|
|
476
|
+
readonly kind: "always";
|
|
477
|
+
};
|
|
478
|
+
}, {
|
|
479
|
+
readonly path: "xl/workbook.xml";
|
|
480
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml";
|
|
481
|
+
readonly presence: {
|
|
482
|
+
readonly kind: "always";
|
|
483
|
+
};
|
|
484
|
+
}, {
|
|
485
|
+
readonly path: "docProps/core.xml";
|
|
486
|
+
readonly contentType: "application/vnd.openxmlformats-package.core-properties+xml";
|
|
487
|
+
readonly presence: {
|
|
488
|
+
readonly kind: "conditional";
|
|
489
|
+
readonly flag: "freshCompile";
|
|
490
|
+
};
|
|
491
|
+
}, {
|
|
492
|
+
readonly path: "docProps/app.xml";
|
|
493
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.extended-properties+xml";
|
|
494
|
+
readonly presence: {
|
|
495
|
+
readonly kind: "conditional";
|
|
496
|
+
readonly flag: "freshCompile";
|
|
497
|
+
};
|
|
498
|
+
}, {
|
|
499
|
+
readonly path: "xl/styles.xml";
|
|
500
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml";
|
|
501
|
+
readonly presence: {
|
|
502
|
+
readonly kind: "conditional";
|
|
503
|
+
readonly flag: "freshCompile";
|
|
504
|
+
};
|
|
505
|
+
}, {
|
|
506
|
+
readonly path: "xl/theme/theme1.xml";
|
|
507
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.theme+xml";
|
|
508
|
+
readonly presence: {
|
|
509
|
+
readonly kind: "conditional";
|
|
510
|
+
readonly flag: "freshCompile";
|
|
511
|
+
};
|
|
512
|
+
}, {
|
|
513
|
+
readonly path: "xl/sharedStrings.xml";
|
|
514
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml";
|
|
515
|
+
readonly presence: {
|
|
516
|
+
readonly kind: "conditional";
|
|
517
|
+
readonly flag: "sharedStrings.count > 0";
|
|
518
|
+
};
|
|
519
|
+
}, {
|
|
520
|
+
readonly path: "xl/worksheets/sheet${i}.xml";
|
|
521
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml";
|
|
522
|
+
readonly presence: {
|
|
523
|
+
readonly kind: "repeated";
|
|
524
|
+
readonly countFrom: "worksheets.length";
|
|
525
|
+
};
|
|
526
|
+
}, {
|
|
527
|
+
readonly path: "xl/chartsheets/sheet${i}.xml";
|
|
528
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml";
|
|
529
|
+
readonly presence: {
|
|
530
|
+
readonly kind: "repeated";
|
|
531
|
+
readonly countFrom: "chartsheets.length";
|
|
532
|
+
};
|
|
533
|
+
}, {
|
|
534
|
+
readonly path: "xl/drawings/drawing${i}.xml";
|
|
535
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.drawing+xml";
|
|
536
|
+
readonly presence: {
|
|
537
|
+
readonly kind: "conditional";
|
|
538
|
+
readonly flag: "worksheet has drawing";
|
|
539
|
+
};
|
|
540
|
+
}, {
|
|
541
|
+
readonly path: "xl/comments${i}.xml";
|
|
542
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml";
|
|
543
|
+
readonly presence: {
|
|
544
|
+
readonly kind: "conditional";
|
|
545
|
+
readonly flag: "worksheet.comments.length > 0";
|
|
546
|
+
};
|
|
547
|
+
}, {
|
|
548
|
+
readonly path: "xl/drawings/vmlDrawing${i}.vml";
|
|
549
|
+
readonly presence: {
|
|
550
|
+
readonly kind: "conditional";
|
|
551
|
+
readonly flag: "worksheet.comments (legacy VML)";
|
|
552
|
+
};
|
|
553
|
+
}, {
|
|
554
|
+
readonly path: "xl/charts/chart${i}.xml";
|
|
555
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.drawingml.chart+xml";
|
|
556
|
+
readonly presence: {
|
|
557
|
+
readonly kind: "repeated";
|
|
558
|
+
readonly countFrom: "charts";
|
|
559
|
+
};
|
|
560
|
+
}, {
|
|
561
|
+
readonly path: "xl/pivotTables/pivotTable${i}.xml";
|
|
562
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml";
|
|
563
|
+
readonly presence: {
|
|
564
|
+
readonly kind: "repeated";
|
|
565
|
+
readonly countFrom: "pivotTables";
|
|
566
|
+
};
|
|
567
|
+
}, {
|
|
568
|
+
readonly path: "xl/pivotCache/pivotCacheDefinition${i}.xml";
|
|
569
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml";
|
|
570
|
+
readonly presence: {
|
|
571
|
+
readonly kind: "repeated";
|
|
572
|
+
readonly countFrom: "pivotCaches";
|
|
573
|
+
};
|
|
574
|
+
}, {
|
|
575
|
+
readonly path: "xl/pivotCache/pivotCacheRecords${i}.xml";
|
|
576
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml";
|
|
577
|
+
readonly presence: {
|
|
578
|
+
readonly kind: "repeated";
|
|
579
|
+
readonly countFrom: "pivotCaches";
|
|
580
|
+
};
|
|
581
|
+
}, {
|
|
582
|
+
readonly path: "xl/tables/table${i}.xml";
|
|
583
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml";
|
|
584
|
+
readonly presence: {
|
|
585
|
+
readonly kind: "repeated";
|
|
586
|
+
readonly countFrom: "tables";
|
|
587
|
+
};
|
|
588
|
+
}, {
|
|
589
|
+
readonly path: "xl/externalLinks/externalLink${i}.xml";
|
|
590
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml";
|
|
591
|
+
readonly presence: {
|
|
592
|
+
readonly kind: "repeated";
|
|
593
|
+
readonly countFrom: "externalLinks.length";
|
|
594
|
+
};
|
|
595
|
+
}, {
|
|
596
|
+
readonly path: "xl/calcChain.xml";
|
|
597
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml";
|
|
598
|
+
readonly presence: {
|
|
599
|
+
readonly kind: "conditional";
|
|
600
|
+
readonly flag: "any formula cell";
|
|
601
|
+
};
|
|
602
|
+
}, {
|
|
603
|
+
readonly path: "xl/revisionHeaders.xml";
|
|
604
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml";
|
|
605
|
+
readonly presence: {
|
|
606
|
+
readonly kind: "conditional";
|
|
607
|
+
readonly flag: "revisionLog";
|
|
608
|
+
};
|
|
609
|
+
}, {
|
|
610
|
+
readonly path: "xl/revisions/revision${i}.xml";
|
|
611
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml";
|
|
612
|
+
readonly presence: {
|
|
613
|
+
readonly kind: "repeated";
|
|
614
|
+
readonly countFrom: "revisionLog.logs.length";
|
|
615
|
+
};
|
|
616
|
+
}, {
|
|
617
|
+
readonly path: "xl/users.xml";
|
|
618
|
+
readonly contentType: "application/vnd.openxmlformats-officedocument.spreadsheetml.users+xml";
|
|
619
|
+
readonly presence: {
|
|
620
|
+
readonly kind: "conditional";
|
|
621
|
+
readonly flag: "revisionLog.users";
|
|
622
|
+
};
|
|
623
|
+
}];
|
|
624
|
+
};
|
|
625
|
+
declare const PART_REGISTRIES: Record<PackagePartRegistry["format"], PackagePartRegistry>;
|
|
626
|
+
//#endregion
|
|
627
|
+
//#region src/opc/opc-consistency.d.ts
|
|
628
|
+
type OpcSeverity = "error" | "warn";
|
|
629
|
+
type OpcCode = "O1" | "O2" | "O3" | "O5" | "O6" | "O7";
|
|
630
|
+
interface OpcIssue {
|
|
631
|
+
code: OpcCode;
|
|
632
|
+
severity: OpcSeverity;
|
|
633
|
+
part: string;
|
|
634
|
+
message: string;
|
|
635
|
+
}
|
|
636
|
+
declare function validateOpcConsistency(entries: ReadonlyMap<string, string>, registry: PackagePartRegistry): OpcIssue[];
|
|
637
|
+
declare function summarizeOpcIssues(issues: readonly OpcIssue[]): {
|
|
638
|
+
errors: number;
|
|
639
|
+
warnings: number;
|
|
640
|
+
};
|
|
641
|
+
//#endregion
|
|
642
|
+
//#region src/opc/content-type-overrides.d.ts
|
|
643
|
+
interface ContentTypeOverrideEntry {
|
|
644
|
+
partName: string;
|
|
645
|
+
contentType: string;
|
|
646
|
+
}
|
|
647
|
+
declare function buildContentTypeOverrides(registry: PackagePartRegistry, facts: ReadonlyMap<string, boolean | number>): ContentTypeOverrideEntry[];
|
|
648
|
+
//#endregion
|
|
649
|
+
export { type AdjustListOptions, type AdjustOptions, type AnimateOneByOneOptions, AnimateOneByOneValue, type AnimationLevelOptions, AnimationLevelValue, type AppPropertiesInput, type AppPropertiesOptions, AxisChartType, type BackdropOptions, type BaseMediaEntry, type BasePatchOptions, type BevelOptions, BevelPresetType, BlendMode, type BlipEffectsOptions, type BlipFillConfigOptions, type BlipFillMediaData, type BlipFillOptions, type BlipOptions, type BlurEffectOptions, BubbleSeriesData, COLOR_CATEGORIES, type CameraOptions, ChartCollection, ChartData, ChartSeriesData, ChartSpaceOptions, ChartType, type ColorListOptions, ColorMethod, type ColorSchemeOptions, type ColorTransformOptions, type ColorsDefinitionHeaderListOptions, type ColorsDefinitionHeaderOptions, type CompileFn, CompoundLine, type CompressionOptions, type ConnectionSite, type ContentTypeOverrideEntry, type CorePropertiesOptions, type CustomDescriptor, type CustomGeometryOptions, type CustomPropertiesInput, type CustomPropertyOptions, DEFAULT_COLORS, DEFAULT_DRAWING_XML, DOCX_NS, DOCX_PARTS, type DashStop, DataLabelPosition, DataLabelsOptions, DataType, type DefaultProperties, type Descriptor, type DescriptorFieldSpec, type DiagramCategoryOptions, type DiagramDescriptionOptions, type DiagramExtensionListOptions, type DiagramExtensionOptions, type DiagramNameOptions, type DiagramRelationshipIdsOptions, type DiagramStyleLabelOptions, type DiagramStyleOptions, type DiagramTextPropertiesOptions, type EffectContainerType, type EffectDagOptions, type EffectExtent, type EffectListOptions, ErrorBarDirection, ErrorBarOptions, ErrorBarType, ErrorValueType, FIELD_SPECS, type FieldConsistencyReport, type FillOptions, type FillOverlayEffectOptions, FontCollectionIndex, type FontSchemeOptions, type GeomRect, type GeometryGuide, type GlowEffectOptions, type GradientFillOptions, type GradientShadeOptions, type GradientStop, type GradientStopOptions, type GraphicFrameLockingOptions, type GroupLockingOptions, type GroupTransform2DOptions, type HierBranchOptions, HierBranchStyle, type HslColorOptions, HueDirection, IdFormat, type InnerShadowEffectOptions, LAYOUT_CATEGORIES, type LayoutDefinitionHeaderListOptions, type LayoutDefinitionHeaderOptions, type LightRigOptions, LineCap, LineEndLength, type LineEndOptions, LineEndType, LineEndWidth, LineJoin, type LinearShadeOptions, type MaxChildrenOptions, Media, type OnOffStyleType, OoxmlMimeType, type OpcCode, type OpcIssue, type OpcSeverity, type OrderViolation, type OrgChartOptions, type OuterShadowEffectOptions, type OutlineFillProperties, type OutlineOptions, type OutputByType, type OutputType, type OverrideProperties, PART_REGISTRIES, PPTX_NS, PPTX_PARTS, type PackagePartRegistry, type Packer, type PackerOptions, ParsedArchive, type PartDef, type PartPresence, type PathCommand, type PathFillMode, type PathOptions, type PathShadeOptions, PathShadeType, type PatternFillOptions, PenAlignment, Percentage, type PictureLockingOptions, type PlaceholderDelimiters, type Point3D, PointPropertySetOptions, PositivePercentage, PositiveUniversalMeasure, type PreferredChildrenOptions, type PresentationLayoutVariablesOptions, PresetColor, type PresetColorOptions, PresetDash, type PresetGeometryOptions, PresetMaterialType, PresetPattern, type PresetShadowEffectOptions, PresetShadowVal, type ReadContext, RectAlignment, type ReflectionEffectOptions, type RelationshipType, Relationships, RelativeMeasure, type RelativeRect, type RenderedParagraphNode, type ReplacerOptions, type RgbColorOptions, type RoundTripResult, STYLE_CATEGORIES, type ScRgbColorOptions, type Scene3DOptions, SchemeColor, type SchemeColorOptions, type Shape3DOptions, type ShapeLockingOptions, SmartArtCollection, SmartArtData, SmartArtRelOptions, type SolidFillOptions, type SourceRectangleOptions, type SphereCoords, type StyleDefinitionHeaderListOptions, type StyleDefinitionHeaderOptions, StyleMatrixIndex, type StyleMatrixReferenceOptions, SystemColor, type SystemColorOptions, type TableCellBorderOptions, type TableCellStyleOptions, type TablePartStyleOptions, type TableStyleListOptions, type TableStyleOptions, type TableStyleRegion, type TableTextStyleOptions, TargetModeType, ThemeColor, ThemeFont, type ThemeOptions, type ThemeableLineStyleOptions, TileAlignment, TileFlipMode, type TileOptions, TimeUnit, ToUint8ArrayOptions, TokenNotFoundError, type Transform2DOptions, TreeNode, TrendlineOptions, TrendlineType, UniqueNumericIdCreator, UniversalMeasure, type Vector3D, View3DOptions, type WriteContext, XLSX_PARTS, type XmlNamespaceOptions, type XmlifyedFile, ZIP_DEFLATE_LEVEL, ZIP_STORED_LEVEL, type ZipOptions, type Zippable, addSmartArtRelationships, appPropertiesDesc, appendContentType, appendOverride, appendRelationship, applyCorePropertiesOverride, bevelDesc, blipDesc, blipFillDesc, buildContentTypeOverrides, buildCorePropertiesXmlString, buildFill, buildThemeXml, calculateEffectExtent, chartSpaceDesc, checkOrder, collectPlaceholderKeys, compileMapping, convertEmuToInches, convertEmuToPixels, convertEmuToPoints, convertInchesToEmu, convertInchesToTwip, convertMillimetersToTwip, convertOutput, convertPixelsToEmu, convertPointsToEmu, convertToEmu, convertToInch, convertToPt, convertToTwip, convertUniversalMeasureToEmu, convertUniversalMeasureToInch, convertUniversalMeasureToPt, convertUniversalMeasureToTwip, createAdjust, createAdjustList, createAnimateOneByOne, createAnimationLevel, createBevel, createBlip, createBlipEffects, createBlipFill, createBottomBevel, createColorElement, createColorTransforms, createColorsDefinitionHeader, createColorsDefinitionHeaderList, createCustomDash, createCustomGeometry, createDataModel, createDefault, createDiagramExtensionList, createDiagramRelationshipIds, createDiagramShape3D, createDiagramStyle, createDiagramTextProperties, createEffectColorList, createEffectDag, createEffectList, createExtensionList, createFillColorList, createFillOverlayEffect, createGlowEffect, createGradientFill, createGradientStop, createGraphicFrameLocking, createGroupFill, createGroupLocking, createGroupTransform2D, createHierBranch, createHslColor, createInnerShadowEffect, createLayoutDefinitionHeader, createLayoutDefinitionHeaderList, createLineColorList, createLineEnd, createMaxChildren, createNoFill, createOrgChart, createOuterShadowEffect, createOutline, createOverride, createPacker, createPatternFill, createPictureLocking, createPreferredChildren, createPresentationLayoutVariables, createPresetColor, createPresetShadowEffect, createReflectionEffect, createReplacer, createRgbColor, createRunRenderer, createScRgbColor, createScene3D, createSchemeColor, createShape3D, createShapeLocking, createSoftEdgeEffect, createSolidFill, createSourceRectangle, createSplitInject, createStyleDefinitionHeader, createStyleDefinitionHeaderList, createStyleLabel, createSystemColor, createTableStyle, createTableStyleList, createTextEffectColorList, createTextElementContents, createTextFillColorList, createTextLineColorList, createThemeXml, createTileInfo, createTokenReplacer, createTransform2D, createTraverser, createZipStream, customGeometryDesc, customPropertiesDesc, dateTimeValue, decimalNumber, decodeBase64, derivePasswordHash, diagramExtensionListDesc, diagramRelationshipIdsDesc, diagramStyleDesc, diffTagSets, effectListDesc, eighthPointMeasureValue, encodeBase64, extractBlipFillMedia, fillDesc, findAndReplaceImagePlaceholders, findFieldSpec, formatId, getColorXml, getFirstLevelElements, getLayoutXml, getMediaRefs, getNextRelationshipIndex, getReferencedMedia, getStyleXml, getVideoRefs, gradientFillDesc, graphicFrameLockingDesc, groupLockingDesc, groupTransform2DDesc, hasPlaceholders, hashPasswordAgile, hashedId, hexBinary, hexColorValue, hpsMeasureValue, hslColorDesc, invertMap, isBase64DataURL, levelForMediaName, longHexNumber, measurementOrPercentValue, nextNumericId, optionalRelsPart, outlineDesc, parse, parseArchive, parseColorChoice, parseCorePropsElement, parseTableStyleList, parseUniversalMeasure, patchSpaceAttribute, patternFillDesc, percentageValue, pictureLockingDesc, pointMeasureValue, positiveUniversalMeasureValue, presentationLayoutVariablesDesc, presetColorDesc, presetGeometryDesc, randomBytes, replaceAllPlaceholders, replaceChartPlaceholders, replaceHyperlinkPlaceholders, replaceImagePlaceholders, replaceMediaPlaceholders, replaceNumberingPlaceholders, replaceSmartArtPlaceholders, replaceVideoPlaceholders, rgbColorDesc, roundTripFields, scRgbColorDesc, scene3DDesc, schemeColorDesc, shape3DDesc, shapeLockingDesc, shortHexNumber, signedHpsMeasureValue, signedTwipsMeasureValue, solidFillDesc, sourceRectangleDesc, strFromU8, stretchDesc, stringify, stringifyAdjustmentValues, stringifyColorChoice, stringifyConnection, stringifyDataModel, stringifyPoint, stringifyPresetGeometry, stringifyStretch, stringifyTransPoint, summarizeOpcIssues, systemColorDesc, themeDesc, tileDesc, toJson, toUint8Array, transform2DDesc, twipsMeasureValue, uCharHexNumber, uniqueId, uniqueNumericIdCreator, uniqueUuid, universalMeasureValue, unsignedDecimalNumber, unzipSync, validateOpcConsistency, xsdBlendMode, xsdCompoundLine, xsdEffectContainer, xsdLineCap, xsdLineEndSize, xsdMaterialType, xsdPathFillMode, xsdPattern, xsdPenAlignment, xsdPresetShadow, xsdRectAlignment, xsdStrikeStyle, xsdTextAlign, xsdTextAnchor, xsdTextCaps, xsdUnderlineStyle, xsdVerticalMergeRev, zipAndConvert, zipSyncAndConvert };
|
|
650
|
+
//# sourceMappingURL=index.d.mts.map
|