@office-open/core 0.10.12 → 0.10.14

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.
Files changed (62) hide show
  1. package/README.md +10 -9
  2. package/dist/chart/index.d.mts +2 -2
  3. package/dist/chart/index.mjs +1 -1
  4. package/dist/{chart-DwE8FCFk.mjs → chart-DIGJna_6.mjs} +220 -9
  5. package/dist/chart-DIGJna_6.mjs.map +1 -0
  6. package/dist/converters-C_Y2QX1w.mjs +1789 -0
  7. package/dist/converters-C_Y2QX1w.mjs.map +1 -0
  8. package/dist/data-type-CZMKVaaT.d.mts +10 -0
  9. package/dist/data-type-CZMKVaaT.d.mts.map +1 -0
  10. package/dist/descriptor/index.d.mts +2 -2
  11. package/dist/descriptor/index.mjs +2 -2
  12. package/dist/{descriptor-DAER86Rt.mjs → descriptor-BjNkn5jo.mjs} +3 -33
  13. package/dist/descriptor-BjNkn5jo.mjs.map +1 -0
  14. package/dist/drawingml/index.d.mts +2 -2
  15. package/dist/drawingml/index.mjs +2 -2
  16. package/dist/{src-bVqU5Bh3.mjs → drawingml-sj1J3lb0.mjs} +22 -3728
  17. package/dist/drawingml-sj1J3lb0.mjs.map +1 -0
  18. package/dist/index-BVK2dv6C.d.mts +63 -0
  19. package/dist/index-BVK2dv6C.d.mts.map +1 -0
  20. package/dist/index-BfHfKuKy.d.mts +275 -0
  21. package/dist/index-BfHfKuKy.d.mts.map +1 -0
  22. package/dist/index-CE53SwpZ.d.mts +1463 -0
  23. package/dist/index-CE53SwpZ.d.mts.map +1 -0
  24. package/dist/{index-3STznXzZ.d.mts → index-D6VE-MnJ.d.mts} +3 -15
  25. package/dist/index-D6VE-MnJ.d.mts.map +1 -0
  26. package/dist/{index-CN0YjNSx.d.mts → index-DE4CLElr.d.mts} +29 -21
  27. package/dist/index-DE4CLElr.d.mts.map +1 -0
  28. package/dist/{index-CsQP7Cl4.d.mts → index-DlPA26cw.d.mts} +2 -47
  29. package/dist/index-DlPA26cw.d.mts.map +1 -0
  30. package/dist/index-k8WKLXnA.d.mts +150 -0
  31. package/dist/index-k8WKLXnA.d.mts.map +1 -0
  32. package/dist/index.d.mts +650 -8
  33. package/dist/index.d.mts.map +1 -0
  34. package/dist/index.mjs +1271 -7
  35. package/dist/index.mjs.map +1 -0
  36. package/dist/output-D_G_JR_8.d.mts +24 -0
  37. package/dist/output-D_G_JR_8.d.mts.map +1 -0
  38. package/dist/patch/index.d.mts +2 -2
  39. package/dist/patch/index.mjs +1 -1
  40. package/dist/{patch-OSbQIQAi.mjs → patch-BmRfghOo.mjs} +65 -84
  41. package/dist/patch-BmRfghOo.mjs.map +1 -0
  42. package/dist/smartart/index.d.mts +1 -1
  43. package/dist/smartart/index.mjs +1 -1
  44. package/dist/{smartart-DCY-Vdv7.mjs → smartart-B7ukZ-Tw.mjs} +5 -3
  45. package/dist/smartart-B7ukZ-Tw.mjs.map +1 -0
  46. package/dist/theme/index.d.mts +1 -1
  47. package/dist/theme-CiNzdl-9.mjs +2 -0
  48. package/dist/theme-CiNzdl-9.mjs.map +1 -0
  49. package/dist/util/index.d.mts +4 -0
  50. package/dist/util/index.mjs +3 -0
  51. package/dist/util-Tq9PSjK0.mjs +1113 -0
  52. package/dist/util-Tq9PSjK0.mjs.map +1 -0
  53. package/dist/values-8di32lIe.d.mts +56 -0
  54. package/dist/values-8di32lIe.d.mts.map +1 -0
  55. package/package.json +7 -6
  56. package/dist/index-CHGFwCCQ.d.mts +0 -266
  57. package/dist/index-CpNwAcem.d.mts +0 -169
  58. package/dist/index-DdXU1_sq.d.mts +0 -5029
  59. package/dist/util/values.d.mts +0 -2
  60. package/dist/util/values.mjs +0 -2
  61. package/dist/values-CVIZcTRw.mjs +0 -371
  62. package/dist/values-DQfI1FSg.d.mts +0 -426
@@ -0,0 +1,1463 @@
1
+ import { f as CustomDescriptor, h as WriteContext, m as ReadContext } from "./index-BVK2dv6C.mjs";
2
+ import { t as DataType } from "./data-type-CZMKVaaT.mjs";
3
+ import { s as UniversalMeasure } from "./values-8di32lIe.mjs";
4
+ import { Element } from "@office-open/xml";
5
+
6
+ //#region src/drawingml/color/color-transform.d.ts
7
+ interface ColorTransformOptions {
8
+ tint?: number;
9
+ shade?: number;
10
+ comp?: boolean;
11
+ inv?: boolean;
12
+ gray?: boolean;
13
+ alpha?: number;
14
+ alphaOff?: number;
15
+ alphaMod?: number;
16
+ hue?: number;
17
+ hueOff?: number;
18
+ hueMod?: number;
19
+ sat?: number;
20
+ satOff?: number;
21
+ satMod?: number;
22
+ lum?: number;
23
+ lumOff?: number;
24
+ lumMod?: number;
25
+ red?: number;
26
+ redOff?: number;
27
+ redMod?: number;
28
+ green?: number;
29
+ greenOff?: number;
30
+ greenMod?: number;
31
+ blue?: number;
32
+ blueOff?: number;
33
+ blueMod?: number;
34
+ gamma?: boolean;
35
+ invGamma?: boolean;
36
+ }
37
+ declare const createColorTransforms: (options: ColorTransformOptions) => readonly string[];
38
+ //#endregion
39
+ //#region src/drawingml/color/hsl-color.d.ts
40
+ interface HslColorOptions {
41
+ hue: number;
42
+ saturation: number;
43
+ luminance: number;
44
+ transforms?: ColorTransformOptions;
45
+ }
46
+ declare const createHslColor: (options: HslColorOptions) => string;
47
+ //#endregion
48
+ //#region src/drawingml/color/preset-color.d.ts
49
+ declare const PresetColor: {
50
+ readonly ALICE_BLUE: "aliceBlue";
51
+ readonly ANTIQUE_WHITE: "antiqueWhite";
52
+ readonly AQUA: "aqua";
53
+ readonly AQUAMARINE: "aquamarine";
54
+ readonly AZURE: "azure";
55
+ readonly BEIGE: "beige";
56
+ readonly BISQUE: "bisque";
57
+ readonly BLACK: "black";
58
+ readonly BLANCHED_ALMOND: "blanchedAlmond";
59
+ readonly BLUE: "blue";
60
+ readonly BLUE_VIOLET: "blueViolet";
61
+ readonly BROWN: "brown";
62
+ readonly BURLY_WOOD: "burlyWood";
63
+ readonly CADET_BLUE: "cadetBlue";
64
+ readonly CHARTREUSE: "chartreuse";
65
+ readonly CHOCOLATE: "chocolate";
66
+ readonly CORAL: "coral";
67
+ readonly CORNFLOWER_BLUE: "cornflowerBlue";
68
+ readonly CORNSILK: "cornsilk";
69
+ readonly CRIMSON: "crimson";
70
+ readonly CYAN: "cyan";
71
+ readonly DARK_BLUE: "darkBlue";
72
+ readonly DARK_CYAN: "darkCyan";
73
+ readonly DARK_GOLDENROD: "darkGoldenrod";
74
+ readonly DARK_GRAY: "darkGray";
75
+ readonly DARK_GREY: "darkGrey";
76
+ readonly DARK_GREEN: "darkGreen";
77
+ readonly DARK_KHAKI: "darkKhaki";
78
+ readonly DARK_MAGENTA: "darkMagenta";
79
+ readonly DARK_OLIVE_GREEN: "darkOliveGreen";
80
+ readonly DARK_ORANGE: "darkOrange";
81
+ readonly DARK_ORCHID: "darkOrchid";
82
+ readonly DARK_RED: "darkRed";
83
+ readonly DARK_SALMON: "darkSalmon";
84
+ readonly DARK_SEA_GREEN: "darkSeaGreen";
85
+ readonly DARK_SLATE_BLUE: "darkSlateBlue";
86
+ readonly DARK_SLATE_GRAY: "darkSlateGray";
87
+ readonly DARK_SLATE_GREY: "darkSlateGrey";
88
+ readonly DARK_TURQUOISE: "darkTurquoise";
89
+ readonly DARK_VIOLET: "darkViolet";
90
+ readonly DEEP_PINK: "deepPink";
91
+ readonly DEEP_SKY_BLUE: "deepSkyBlue";
92
+ readonly DIM_GRAY: "dimGray";
93
+ readonly DIM_GREY: "dimGrey";
94
+ readonly DODGER_BLUE: "dodgerBlue";
95
+ readonly FIREBRICK: "firebrick";
96
+ readonly FLORAL_WHITE: "floralWhite";
97
+ readonly FOREST_GREEN: "forestGreen";
98
+ readonly FUCHSIA: "fuchsia";
99
+ readonly GAINSBORO: "gainsboro";
100
+ readonly GHOST_WHITE: "ghostWhite";
101
+ readonly GOLD: "gold";
102
+ readonly GOLDENROD: "goldenrod";
103
+ readonly GRAY: "gray";
104
+ readonly GREY: "grey";
105
+ readonly GREEN: "green";
106
+ readonly GREEN_YELLOW: "greenYellow";
107
+ readonly HONEYDEW: "honeydew";
108
+ readonly HOT_PINK: "hotPink";
109
+ readonly INDIAN_RED: "indianRed";
110
+ readonly INDIGO: "indigo";
111
+ readonly IVORY: "ivory";
112
+ readonly KHAKI: "khaki";
113
+ readonly LAVENDER: "lavender";
114
+ readonly LAVENDER_BLUSH: "lavenderBlush";
115
+ readonly LAWN_GREEN: "lawnGreen";
116
+ readonly LEMON_CHIFFON: "lemonChiffon";
117
+ readonly LIGHT_BLUE: "lightBlue";
118
+ readonly LIGHT_CORAL: "lightCoral";
119
+ readonly LIGHT_CYAN: "lightCyan";
120
+ readonly LIGHT_GOLDENROD_YELLOW: "lightGoldenrodYellow";
121
+ readonly LIGHT_GRAY: "lightGray";
122
+ readonly LIGHT_GREY: "lightGrey";
123
+ readonly LIGHT_GREEN: "lightGreen";
124
+ readonly LIGHT_PINK: "lightPink";
125
+ readonly LIGHT_SALMON: "lightSalmon";
126
+ readonly LIGHT_SEA_GREEN: "lightSeaGreen";
127
+ readonly LIGHT_SKY_BLUE: "lightSkyBlue";
128
+ readonly LIGHT_SLATE_GRAY: "lightSlateGray";
129
+ readonly LIGHT_SLATE_GREY: "lightSlateGrey";
130
+ readonly LIGHT_STEEL_BLUE: "lightSteelBlue";
131
+ readonly LIGHT_YELLOW: "lightYellow";
132
+ readonly LIME: "lime";
133
+ readonly LIME_GREEN: "limeGreen";
134
+ readonly LINEN: "linen";
135
+ readonly MAGENTA: "magenta";
136
+ readonly MAROON: "maroon";
137
+ readonly MEDIUM_AQUAMARINE: "mediumAquamarine";
138
+ readonly MEDIUM_BLUE: "mediumBlue";
139
+ readonly MEDIUM_ORCHID: "mediumOrchid";
140
+ readonly MEDIUM_PURPLE: "mediumPurple";
141
+ readonly MEDIUM_SEA_GREEN: "mediumSeaGreen";
142
+ readonly MEDIUM_SLATE_BLUE: "mediumSlateBlue";
143
+ readonly MEDIUM_SPRING_GREEN: "mediumSpringGreen";
144
+ readonly MEDIUM_TURQUOISE: "mediumTurquoise";
145
+ readonly MEDIUM_VIOLET_RED: "mediumVioletRed";
146
+ readonly MIDNIGHT_BLUE: "midnightBlue";
147
+ readonly MINT_CREAM: "mintCream";
148
+ readonly MISTY_ROSE: "mistyRose";
149
+ readonly MOCCASIN: "moccasin";
150
+ readonly NAVAJO_WHITE: "navajoWhite";
151
+ readonly NAVY: "navy";
152
+ readonly OLD_LACE: "oldLace";
153
+ readonly OLIVE: "olive";
154
+ readonly OLIVE_DRAB: "oliveDrab";
155
+ readonly ORANGE: "orange";
156
+ readonly ORANGE_RED: "orangeRed";
157
+ readonly ORCHID: "orchid";
158
+ readonly PALE_GOLDENROD: "paleGoldenrod";
159
+ readonly PALE_GREEN: "paleGreen";
160
+ readonly PALE_TURQUOISE: "paleTurquoise";
161
+ readonly PALE_VIOLET_RED: "paleVioletRed";
162
+ readonly PAPAYA_WHIP: "papayaWhip";
163
+ readonly PEACH_PUFF: "peachPuff";
164
+ readonly PERU: "peru";
165
+ readonly PINK: "pink";
166
+ readonly PLUM: "plum";
167
+ readonly POWDER_BLUE: "powderBlue";
168
+ readonly PURPLE: "purple";
169
+ readonly RED: "red";
170
+ readonly ROSY_BROWN: "rosyBrown";
171
+ readonly ROYAL_BLUE: "royalBlue";
172
+ readonly SADDLE_BROWN: "saddleBrown";
173
+ readonly SALMON: "salmon";
174
+ readonly SANDY_BROWN: "sandyBrown";
175
+ readonly SEA_GREEN: "seaGreen";
176
+ readonly SEA_SHELL: "seaShell";
177
+ readonly SIENNA: "sienna";
178
+ readonly SILVER: "silver";
179
+ readonly SKY_BLUE: "skyBlue";
180
+ readonly SLATE_BLUE: "slateBlue";
181
+ readonly SLATE_GRAY: "slateGray";
182
+ readonly SLATE_GREY: "slateGrey";
183
+ readonly SNOW: "snow";
184
+ readonly SPRING_GREEN: "springGreen";
185
+ readonly STEEL_BLUE: "steelBlue";
186
+ readonly TAN: "tan";
187
+ readonly TEAL: "teal";
188
+ readonly THISTLE: "thistle";
189
+ readonly TOMATO: "tomato";
190
+ readonly TURQUOISE: "turquoise";
191
+ readonly VIOLET: "violet";
192
+ readonly WHEAT: "wheat";
193
+ readonly WHITE: "white";
194
+ readonly WHITE_SMOKE: "whiteSmoke";
195
+ readonly YELLOW: "yellow";
196
+ readonly YELLOW_GREEN: "yellowGreen";
197
+ };
198
+ interface PresetColorOptions {
199
+ value: (typeof PresetColor)[keyof typeof PresetColor];
200
+ transforms?: ColorTransformOptions;
201
+ }
202
+ declare const createPresetColor: (options: PresetColorOptions) => string;
203
+ //#endregion
204
+ //#region src/drawingml/color/rgb-color.d.ts
205
+ interface RgbColorOptions {
206
+ value: string;
207
+ transforms?: ColorTransformOptions;
208
+ }
209
+ declare const createRgbColor: (options: RgbColorOptions) => string;
210
+ //#endregion
211
+ //#region src/drawingml/color/sc-rgb-color.d.ts
212
+ interface ScRgbColorOptions {
213
+ r: string;
214
+ g: string;
215
+ b: string;
216
+ transforms?: ColorTransformOptions;
217
+ }
218
+ declare const createScRgbColor: (options: ScRgbColorOptions) => string;
219
+ //#endregion
220
+ //#region src/drawingml/color/scheme-color.d.ts
221
+ interface SchemeColorOptions {
222
+ value: (typeof SchemeColor)[keyof typeof SchemeColor];
223
+ transforms?: ColorTransformOptions;
224
+ }
225
+ declare const SchemeColor: {
226
+ readonly BG1: "bg1";
227
+ readonly TX1: "tx1";
228
+ readonly BG2: "bg2";
229
+ readonly TX2: "tx2";
230
+ readonly ACCENT1: "accent1";
231
+ readonly ACCENT2: "accent2";
232
+ readonly ACCENT3: "accent3";
233
+ readonly ACCENT4: "accent4";
234
+ readonly ACCENT5: "accent5";
235
+ readonly ACCENT6: "accent6";
236
+ readonly HLINK: "hlink";
237
+ readonly FOLHLINK: "folHlink";
238
+ readonly DK1: "dk1";
239
+ readonly LT1: "lt1";
240
+ readonly DK2: "dk2";
241
+ readonly LT2: "lt2";
242
+ readonly PHCLR: "phClr";
243
+ };
244
+ declare const createSchemeColor: (options: SchemeColorOptions) => string;
245
+ //#endregion
246
+ //#region src/drawingml/color/system-color.d.ts
247
+ declare const SystemColor: {
248
+ readonly SCROLL_BAR: "scrollBar";
249
+ readonly BACKGROUND: "background";
250
+ readonly ACTIVE_CAPTION: "activeCaption";
251
+ readonly INACTIVE_CAPTION: "inactiveCaption";
252
+ readonly MENU: "menu";
253
+ readonly WINDOW: "window";
254
+ readonly WINDOW_FRAME: "windowFrame";
255
+ readonly MENU_TEXT: "menuText";
256
+ readonly WINDOW_TEXT: "windowText";
257
+ readonly CAPTION_TEXT: "captionText";
258
+ readonly ACTIVE_BORDER: "activeBorder";
259
+ readonly INACTIVE_BORDER: "inactiveBorder";
260
+ readonly APP_WORKSPACE: "appWorkspace";
261
+ readonly HIGHLIGHT: "highlight";
262
+ readonly HIGHLIGHT_TEXT: "highlightText";
263
+ readonly BTN_FACE: "btnFace";
264
+ readonly BTN_SHADOW: "btnShadow";
265
+ readonly GRAY_TEXT: "grayText";
266
+ readonly BTN_TEXT: "btnText";
267
+ readonly INACTIVE_CAPTION_TEXT: "inactiveCaptionText";
268
+ readonly BTN_HIGHLIGHT: "btnHighlight";
269
+ readonly THREE_D_DK_SHADOW: "3dDkShadow";
270
+ readonly THREE_D_LIGHT: "3dLight";
271
+ readonly INFO_TEXT: "infoText";
272
+ readonly INFO_BK: "infoBk";
273
+ readonly HOT_LIGHT: "hotLight";
274
+ readonly GRADIENT_ACTIVE_CAPTION: "gradientActiveCaption";
275
+ readonly GRADIENT_INACTIVE_CAPTION: "gradientInactiveCaption";
276
+ readonly MENU_HIGHLIGHT: "menuHighlight";
277
+ readonly MENU_BAR: "menuBar";
278
+ };
279
+ interface SystemColorOptions {
280
+ value: (typeof SystemColor)[keyof typeof SystemColor];
281
+ lastClr?: string;
282
+ transforms?: ColorTransformOptions;
283
+ }
284
+ declare const createSystemColor: (options: SystemColorOptions) => string;
285
+ //#endregion
286
+ //#region src/drawingml/color/solid-fill.d.ts
287
+ type SolidFillOptions = ScRgbColorOptions | RgbColorOptions | SchemeColorOptions | HslColorOptions | SystemColorOptions | PresetColorOptions;
288
+ declare const createColorElement: (color: SolidFillOptions) => string;
289
+ declare const createSolidFill: (options: SolidFillOptions) => string;
290
+ //#endregion
291
+ //#region src/drawingml/blip/blip-effects.d.ts
292
+ interface LuminanceEffectOptions$1 {
293
+ bright?: number;
294
+ contrast?: number;
295
+ }
296
+ interface HSLEffectOptions$1 {
297
+ hue?: number;
298
+ saturation?: number;
299
+ luminance?: number;
300
+ }
301
+ interface TintEffectOptions$1 {
302
+ hue?: number;
303
+ amount?: number;
304
+ }
305
+ interface DuotoneEffectOptions$1 {
306
+ color1: SolidFillOptions;
307
+ color2: SolidFillOptions;
308
+ }
309
+ interface BiLevelEffectOptions {
310
+ threshold: number;
311
+ }
312
+ interface AlphaReplaceEffectOptions$1 {
313
+ amount: number;
314
+ }
315
+ interface AlphaBiLevelEffectOptions$1 {
316
+ threshold: number;
317
+ }
318
+ interface AlphaModulateFixedEffectOptions$1 {
319
+ amount?: number;
320
+ }
321
+ interface ColorChangeEffectOptions$1 {
322
+ from: SolidFillOptions;
323
+ to: SolidFillOptions;
324
+ useAlpha?: boolean;
325
+ }
326
+ interface ColorReplaceEffectOptions {
327
+ color: SolidFillOptions;
328
+ }
329
+ interface BlipBlurEffectOptions {
330
+ radius?: number;
331
+ grow?: boolean;
332
+ }
333
+ interface BlipEffectsOptions {
334
+ grayscale?: boolean;
335
+ luminance?: LuminanceEffectOptions$1;
336
+ hsl?: HSLEffectOptions$1;
337
+ tint?: TintEffectOptions$1;
338
+ duotone?: DuotoneEffectOptions$1;
339
+ biLevel?: BiLevelEffectOptions;
340
+ alphaCeiling?: boolean;
341
+ alphaFloor?: boolean;
342
+ alphaInverse?: SolidFillOptions;
343
+ alphaModFix?: AlphaModulateFixedEffectOptions$1;
344
+ alphaRepl?: AlphaReplaceEffectOptions$1;
345
+ alphaBiLevel?: AlphaBiLevelEffectOptions$1;
346
+ colorChange?: ColorChangeEffectOptions$1;
347
+ colorRepl?: ColorReplaceEffectOptions;
348
+ blur?: BlipBlurEffectOptions;
349
+ }
350
+ declare const createBlipEffects: (options: BlipEffectsOptions) => string[];
351
+ //#endregion
352
+ //#region src/drawingml/blip/source-rectangle.d.ts
353
+ interface SourceRectangleOptions {
354
+ left?: number;
355
+ top?: number;
356
+ right?: number;
357
+ bottom?: number;
358
+ }
359
+ declare const createSourceRectangle: (options?: SourceRectangleOptions) => string;
360
+ //#endregion
361
+ //#region src/drawingml/blip/tile.d.ts
362
+ declare const TileFlipMode$1: {
363
+ readonly NONE: "none";
364
+ readonly X: "x";
365
+ readonly Y: "y";
366
+ readonly XY: "xy";
367
+ };
368
+ declare const TileAlignment: {
369
+ readonly TOP_LEFT: "topLeft";
370
+ readonly TOP: "top";
371
+ readonly TOP_RIGHT: "topRight";
372
+ readonly LEFT: "left";
373
+ readonly CENTER: "center";
374
+ readonly RIGHT: "right";
375
+ readonly BOTTOM_LEFT: "bottomLeft";
376
+ readonly BOTTOM: "bottom";
377
+ readonly BOTTOM_RIGHT: "bottomRight";
378
+ };
379
+ interface TileOptions {
380
+ tx?: number;
381
+ ty?: number;
382
+ sx?: number;
383
+ sy?: number;
384
+ flip?: (typeof TileFlipMode$1)[keyof typeof TileFlipMode$1];
385
+ align?: (typeof TileAlignment)[keyof typeof TileAlignment];
386
+ }
387
+ declare const createTileInfo: (options?: TileOptions) => string;
388
+ //#endregion
389
+ //#region src/drawingml/fill/gradient-fill.d.ts
390
+ interface GradientStop {
391
+ position: number;
392
+ color: SolidFillOptions;
393
+ }
394
+ declare const PathShadeType: {
395
+ readonly SHAPE: "shape";
396
+ readonly CIRCLE: "circle";
397
+ readonly RECT: "rect";
398
+ };
399
+ declare const TileFlipMode: {
400
+ readonly NONE: "none";
401
+ readonly X: "x";
402
+ readonly Y: "y";
403
+ readonly XY: "xy";
404
+ };
405
+ interface LinearShadeOptions {
406
+ angle?: number;
407
+ scaled?: boolean;
408
+ }
409
+ interface RelativeRect {
410
+ left?: string;
411
+ top?: string;
412
+ right?: string;
413
+ bottom?: string;
414
+ }
415
+ interface PathShadeOptions {
416
+ path?: (typeof PathShadeType)[keyof typeof PathShadeType];
417
+ fillToRectangle?: RelativeRect;
418
+ }
419
+ type GradientShadeOptions = LinearShadeOptions | PathShadeOptions;
420
+ interface GradientFillOptions {
421
+ stops: readonly GradientStop[];
422
+ shade?: GradientShadeOptions;
423
+ flip?: (typeof TileFlipMode)[keyof typeof TileFlipMode];
424
+ tileRectangle?: RelativeRect;
425
+ rotateWithShape?: boolean;
426
+ }
427
+ declare const createGradientStop: (stop: GradientStop) => string;
428
+ declare const createGradientFill: (options: GradientFillOptions) => string;
429
+ //#endregion
430
+ //#region src/drawingml/fill/fill-options.d.ts
431
+ interface GradientStopOptions {
432
+ position: number;
433
+ color: string | SolidFillOptions;
434
+ }
435
+ interface BlipFillConfigOptions {
436
+ data: DataType;
437
+ imageType: "png" | "jpg" | "gif" | "bmp" | "tif" | "ico" | "emf" | "wmf";
438
+ dpi?: number;
439
+ rotWithShape?: boolean;
440
+ blipEffects?: BlipEffectsOptions;
441
+ sourceRectangle?: SourceRectangleOptions;
442
+ tile?: TileOptions;
443
+ }
444
+ interface BlipFillMediaData {
445
+ fileName: string;
446
+ data: Uint8Array;
447
+ type: string;
448
+ }
449
+ type FillOptions = string | {
450
+ type: "solid";
451
+ color: string | SolidFillOptions;
452
+ } | {
453
+ type: "none";
454
+ } | {
455
+ type: "gradient";
456
+ angle?: number;
457
+ scaled?: boolean;
458
+ path?: "shape" | "circle" | "rect";
459
+ stops: readonly GradientStopOptions[];
460
+ } | {
461
+ type: "gradient";
462
+ options: GradientFillOptions;
463
+ } | ({
464
+ type: "blip";
465
+ } & BlipFillConfigOptions) | {
466
+ type: "pattern";
467
+ pattern: string;
468
+ foregroundColor?: string | SolidFillOptions;
469
+ backgroundColor?: string | SolidFillOptions;
470
+ } | {
471
+ type: "group";
472
+ };
473
+ declare const extractBlipFillMedia: (fill: FillOptions, nameAllocator?: (type: string) => string) => BlipFillMediaData | undefined;
474
+ declare const buildFill: (options: FillOptions, embedPlaceholder?: string) => string;
475
+ //#endregion
476
+ //#region src/drawingml/fill/no-fill.d.ts
477
+ declare const createNoFill: () => string;
478
+ //#endregion
479
+ //#region src/drawingml/fill/pattern-fill.d.ts
480
+ declare const PresetPattern: {
481
+ readonly PCT5: "percent5";
482
+ readonly PCT10: "percent10";
483
+ readonly PCT20: "percent20";
484
+ readonly PCT25: "percent25";
485
+ readonly PCT30: "percent30";
486
+ readonly PCT40: "percent40";
487
+ readonly PCT50: "percent50";
488
+ readonly PCT60: "percent60";
489
+ readonly PCT70: "percent70";
490
+ readonly PCT75: "percent75";
491
+ readonly PCT80: "percent80";
492
+ readonly PCT90: "percent90";
493
+ readonly HORZ: "horizontal";
494
+ readonly VERT: "vertical";
495
+ readonly LT_HORZ: "lightHorizontal";
496
+ readonly LT_VERT: "lightVertical";
497
+ readonly DK_HORZ: "darkHorizontal";
498
+ readonly DK_VERT: "darkVertical";
499
+ readonly NAR_HORZ: "narrowHorizontal";
500
+ readonly NAR_VERT: "narrowVertical";
501
+ readonly DASH_HORZ: "dashedHorizontal";
502
+ readonly DASH_VERT: "dashedVertical";
503
+ readonly CROSS: "cross";
504
+ readonly DN_DIAG: "downDiagonal";
505
+ readonly UP_DIAG: "upDiagonal";
506
+ readonly LT_DN_DIAG: "lightDownDiagonal";
507
+ readonly LT_UP_DIAG: "lightUpDiagonal";
508
+ readonly DK_DN_DIAG: "darkDownDiagonal";
509
+ readonly DK_UP_DIAG: "darkUpDiagonal";
510
+ readonly WD_DN_DIAG: "wideDownDiagonal";
511
+ readonly WD_UP_DIAG: "wideUpDiagonal";
512
+ readonly DASH_DN_DIAG: "dashedDownDiagonal";
513
+ readonly DASH_UP_DIAG: "dashedUpDiagonal";
514
+ readonly DIAG_CROSS: "diagonalCross";
515
+ readonly SM_CHECK: "smallChecker";
516
+ readonly LG_CHECK: "largeChecker";
517
+ readonly SM_GRID: "smallGrid";
518
+ readonly LG_GRID: "largeGrid";
519
+ readonly DOT_GRID: "dotGrid";
520
+ readonly SM_CONFETTI: "smallConfetti";
521
+ readonly LG_CONFETTI: "largeConfetti";
522
+ readonly HORZ_BRICK: "horizontalBrick";
523
+ readonly DIAG_BRICK: "diagonalBrick";
524
+ readonly SOLID_DMND: "solidDiamond";
525
+ readonly OPEN_DMND: "openDiamond";
526
+ readonly DOT_DMND: "dottedDiamond";
527
+ readonly PLAID: "plaid";
528
+ readonly SPHERE: "sphere";
529
+ readonly WEAVE: "weave";
530
+ readonly DIVOT: "divot";
531
+ readonly SHINGLE: "shingle";
532
+ readonly WAVE: "wave";
533
+ readonly TRELLIS: "trellis";
534
+ readonly ZIG_ZAG: "zigZag";
535
+ };
536
+ interface PatternFillOptions {
537
+ pattern: (typeof PresetPattern)[keyof typeof PresetPattern];
538
+ foregroundColor?: SolidFillOptions;
539
+ backgroundColor?: SolidFillOptions;
540
+ }
541
+ declare const createPatternFill: (options: PatternFillOptions) => string;
542
+ //#endregion
543
+ //#region src/drawingml/fill/group-fill.d.ts
544
+ declare const createGroupFill: () => string;
545
+ //#endregion
546
+ //#region src/drawingml/outline/custom-dash.d.ts
547
+ interface DashStop {
548
+ d: string;
549
+ sp: string;
550
+ }
551
+ declare const createCustomDash: (stops: readonly DashStop[]) => string;
552
+ //#endregion
553
+ //#region src/drawingml/outline/line-end.d.ts
554
+ declare const LineEndType: {
555
+ readonly NONE: "none";
556
+ readonly TRIANGLE: "triangle";
557
+ readonly STEALTH: "stealth";
558
+ readonly DIAMOND: "diamond";
559
+ readonly OVAL: "oval";
560
+ readonly ARROW: "arrow";
561
+ };
562
+ declare const LineEndWidth: {
563
+ readonly SMALL: "small";
564
+ readonly MEDIUM: "medium";
565
+ readonly LARGE: "large";
566
+ };
567
+ declare const LineEndLength: {
568
+ readonly SMALL: "small";
569
+ readonly MEDIUM: "medium";
570
+ readonly LARGE: "large";
571
+ };
572
+ interface LineEndOptions {
573
+ type: (typeof LineEndType)[keyof typeof LineEndType];
574
+ width?: (typeof LineEndWidth)[keyof typeof LineEndWidth];
575
+ length?: (typeof LineEndLength)[keyof typeof LineEndLength];
576
+ }
577
+ declare const createLineEnd: (name: string, options: LineEndOptions) => string;
578
+ //#endregion
579
+ //#region src/drawingml/outline/outline.d.ts
580
+ declare const LineCap: {
581
+ readonly ROUND: "round";
582
+ readonly SQUARE: "square";
583
+ readonly FLAT: "flat";
584
+ };
585
+ declare const CompoundLine: {
586
+ readonly SINGLE: "single";
587
+ readonly DOUBLE: "double";
588
+ readonly THICK_THIN: "thickThin";
589
+ readonly THIN_THICK: "thinThick";
590
+ readonly TRI: "triple";
591
+ };
592
+ declare const PenAlignment: {
593
+ readonly CENTER: "center";
594
+ readonly INSET: "inside";
595
+ };
596
+ declare const PresetDash: {
597
+ readonly SOLID: "solid";
598
+ readonly DOT: "dot";
599
+ readonly DASH: "dash";
600
+ readonly LG_DASH: "lgDash";
601
+ readonly DASH_DOT: "dashDot";
602
+ readonly LG_DASH_DOT: "lgDashDot";
603
+ readonly LG_DASH_DOT_DOT: "lgDashDotDot";
604
+ readonly SYS_DASH: "sysDash";
605
+ readonly SYS_DOT: "sysDot";
606
+ readonly SYS_DASH_DOT: "sysDashDot";
607
+ readonly SYS_DASH_DOT_DOT: "sysDashDotDot";
608
+ };
609
+ declare const LineJoin: {
610
+ readonly ROUND: "round";
611
+ readonly BEVEL: "bevel";
612
+ readonly MITER: "miter";
613
+ };
614
+ interface OutlineProperties {
615
+ width?: number | UniversalMeasure;
616
+ cap?: (typeof LineCap)[keyof typeof LineCap];
617
+ compoundLine?: (typeof CompoundLine)[keyof typeof CompoundLine];
618
+ align?: (typeof PenAlignment)[keyof typeof PenAlignment];
619
+ dash?: (typeof PresetDash)[keyof typeof PresetDash];
620
+ customDash?: readonly DashStop[];
621
+ join?: (typeof LineJoin)[keyof typeof LineJoin];
622
+ miterLimit?: number;
623
+ headEnd?: LineEndOptions;
624
+ tailEnd?: LineEndOptions;
625
+ }
626
+ interface OutlineFillProperties {
627
+ type?: "noFill" | "solidFill" | "gradFill" | "pattFill";
628
+ color?: SolidFillOptions;
629
+ gradientFill?: GradientFillOptions;
630
+ patternFill?: PatternFillOptions;
631
+ }
632
+ type OutlineOptions = OutlineProperties & OutlineFillProperties;
633
+ declare const createOutline: (options: OutlineOptions) => string;
634
+ //#endregion
635
+ //#region src/drawingml/effects/fill-overlay.d.ts
636
+ declare const BlendMode: {
637
+ readonly OVER: "over";
638
+ readonly MULTIPLY: "multiply";
639
+ readonly SCREEN: "screen";
640
+ readonly DARKEN: "darken";
641
+ readonly LIGHTEN: "lighten";
642
+ };
643
+ interface FillOverlayEffectOptions {
644
+ blend: (typeof BlendMode)[keyof typeof BlendMode];
645
+ solidFill?: SolidFillOptions;
646
+ gradientFill?: GradientFillOptions;
647
+ patternFill?: PatternFillOptions;
648
+ groupFill?: boolean;
649
+ noFill?: boolean;
650
+ }
651
+ declare const createFillOverlayEffect: (options: FillOverlayEffectOptions) => string;
652
+ //#endregion
653
+ //#region src/drawingml/effects/glow.d.ts
654
+ interface GlowEffectOptions {
655
+ radius?: number;
656
+ color: SolidFillOptions;
657
+ }
658
+ declare const createGlowEffect: (options: GlowEffectOptions) => string;
659
+ //#endregion
660
+ //#region src/drawingml/effects/inner-shadow.d.ts
661
+ interface InnerShadowEffectOptions {
662
+ blurRadius?: number;
663
+ distance?: number;
664
+ direction?: number;
665
+ color: SolidFillOptions;
666
+ }
667
+ declare const createInnerShadowEffect: (options: InnerShadowEffectOptions) => string;
668
+ //#endregion
669
+ //#region src/drawingml/effects/outer-shadow.d.ts
670
+ declare const RectAlignment: {
671
+ readonly TOP_LEFT: "topLeft";
672
+ readonly TOP: "top";
673
+ readonly TOP_RIGHT: "topRight";
674
+ readonly LEFT: "left";
675
+ readonly CENTER: "center";
676
+ readonly RIGHT: "right";
677
+ readonly BOTTOM_LEFT: "bottomLeft";
678
+ readonly BOTTOM: "bottom";
679
+ readonly BOTTOM_RIGHT: "bottomRight";
680
+ };
681
+ interface OuterShadowEffectOptions {
682
+ blurRadius?: number;
683
+ distance?: number;
684
+ direction?: number;
685
+ scaleX?: number;
686
+ scaleY?: number;
687
+ skewX?: number;
688
+ skewY?: number;
689
+ alignment?: (typeof RectAlignment)[keyof typeof RectAlignment];
690
+ rotWithShape?: boolean;
691
+ color: SolidFillOptions;
692
+ }
693
+ declare const createOuterShadowEffect: (options: OuterShadowEffectOptions) => string;
694
+ //#endregion
695
+ //#region src/drawingml/effects/preset-shadow.d.ts
696
+ declare const PresetShadowVal: {
697
+ readonly SHDW1: "shadow1";
698
+ readonly SHDW2: "shadow2";
699
+ readonly SHDW3: "shadow3";
700
+ readonly SHDW4: "shadow4";
701
+ readonly SHDW5: "shadow5";
702
+ readonly SHDW6: "shadow6";
703
+ readonly SHDW7: "shadow7";
704
+ readonly SHDW8: "shadow8";
705
+ readonly SHDW9: "shadow9";
706
+ readonly SHDW10: "shadow10";
707
+ readonly SHDW11: "shadow11";
708
+ readonly SHDW12: "shadow12";
709
+ readonly SHDW13: "shadow13";
710
+ readonly SHDW14: "shadow14";
711
+ readonly SHDW15: "shadow15";
712
+ readonly SHDW16: "shadow16";
713
+ readonly SHDW17: "shadow17";
714
+ readonly SHDW18: "shadow18";
715
+ readonly SHDW19: "shadow19";
716
+ readonly SHDW20: "shadow20";
717
+ };
718
+ interface PresetShadowEffectOptions {
719
+ preset: (typeof PresetShadowVal)[keyof typeof PresetShadowVal];
720
+ distance?: number;
721
+ direction?: number;
722
+ color: SolidFillOptions;
723
+ }
724
+ declare const createPresetShadowEffect: (options: PresetShadowEffectOptions) => string;
725
+ //#endregion
726
+ //#region src/drawingml/effects/reflection.d.ts
727
+ interface ReflectionEffectOptions {
728
+ blurRadius?: number;
729
+ startAlpha?: number;
730
+ startPosition?: number;
731
+ endAlpha?: number;
732
+ endPosition?: number;
733
+ distance?: number;
734
+ direction?: number;
735
+ fadeDirection?: number;
736
+ scaleX?: number;
737
+ scaleY?: number;
738
+ skewX?: number;
739
+ skewY?: number;
740
+ alignment?: string;
741
+ rotWithShape?: boolean;
742
+ }
743
+ declare const createReflectionEffect: (options?: ReflectionEffectOptions) => string;
744
+ //#endregion
745
+ //#region src/drawingml/effects/effect-list.d.ts
746
+ interface EffectExtent {
747
+ l: number;
748
+ t: number;
749
+ r: number;
750
+ b: number;
751
+ }
752
+ declare const calculateEffectExtent: (options?: EffectListOptions) => EffectExtent;
753
+ interface BlurEffectOptions {
754
+ radius?: number;
755
+ grow?: boolean;
756
+ }
757
+ interface EffectListOptions {
758
+ blur?: BlurEffectOptions;
759
+ fillOverlay?: FillOverlayEffectOptions;
760
+ glow?: GlowEffectOptions;
761
+ innerShadow?: InnerShadowEffectOptions;
762
+ outerShadow?: OuterShadowEffectOptions;
763
+ presetShadow?: PresetShadowEffectOptions;
764
+ reflection?: ReflectionEffectOptions | true;
765
+ softEdge?: number;
766
+ }
767
+ declare const createEffectList: (options: EffectListOptions) => string;
768
+ //#endregion
769
+ //#region src/drawingml/effects/effect-dag.d.ts
770
+ declare const EffectContainerType: {
771
+ readonly SIB: "sibling";
772
+ readonly TREE: "tree";
773
+ };
774
+ interface AlphaBiLevelEffectOptions {
775
+ threshold: number;
776
+ }
777
+ interface AlphaInverseEffectOptions {
778
+ color?: SolidFillOptions;
779
+ }
780
+ interface AlphaModulateFixedEffectOptions {
781
+ amount?: number;
782
+ }
783
+ interface AlphaOutsetEffectOptions {
784
+ radius?: number;
785
+ }
786
+ interface AlphaReplaceEffectOptions {
787
+ alpha: number;
788
+ }
789
+ interface BlendEffectOptions {
790
+ blend: (typeof BlendMode)[keyof typeof BlendMode];
791
+ container: EffectDagOptions;
792
+ }
793
+ interface ColorChangeEffectOptions {
794
+ from: SolidFillOptions;
795
+ to: SolidFillOptions;
796
+ useA?: boolean;
797
+ }
798
+ interface DuotoneEffectOptions {
799
+ color1: SolidFillOptions;
800
+ color2: SolidFillOptions;
801
+ }
802
+ interface FillEffectOptions {
803
+ solidFill?: SolidFillOptions;
804
+ gradientFill?: GradientFillOptions;
805
+ patternFill?: PatternFillOptions;
806
+ groupFill?: boolean;
807
+ noFill?: boolean;
808
+ }
809
+ interface HSLEffectOptions {
810
+ hue?: number;
811
+ saturation?: number;
812
+ luminance?: number;
813
+ }
814
+ interface LuminanceEffectOptions {
815
+ bright?: number;
816
+ contrast?: number;
817
+ }
818
+ interface TintEffectOptions {
819
+ hue?: number;
820
+ amount?: number;
821
+ }
822
+ interface RelativeOffsetEffectOptions {
823
+ translateX?: number;
824
+ translateY?: number;
825
+ }
826
+ interface TransformEffectOptions {
827
+ scaleX?: number;
828
+ scaleY?: number;
829
+ skewX?: number;
830
+ skewY?: number;
831
+ translateX?: number;
832
+ translateY?: number;
833
+ }
834
+ interface EffectReferenceOptions {
835
+ ref: string;
836
+ }
837
+ interface EffectDagOptions {
838
+ type?: (typeof EffectContainerType)[keyof typeof EffectContainerType];
839
+ name?: string;
840
+ blur?: BlurEffectOptions;
841
+ fillOverlay?: FillOverlayEffectOptions;
842
+ glow?: GlowEffectOptions;
843
+ innerShadow?: InnerShadowEffectOptions;
844
+ outerShadow?: OuterShadowEffectOptions;
845
+ presetShadow?: PresetShadowEffectOptions;
846
+ reflection?: ReflectionEffectOptions | true;
847
+ softEdge?: number;
848
+ containers?: readonly EffectDagOptions[];
849
+ effectRefs?: readonly EffectReferenceOptions[];
850
+ alphaBiLevel?: AlphaBiLevelEffectOptions;
851
+ alphaCeiling?: boolean;
852
+ alphaFloor?: boolean;
853
+ alphaInverse?: AlphaInverseEffectOptions;
854
+ alphaModulate?: EffectDagOptions;
855
+ alphaModulateFixed?: AlphaModulateFixedEffectOptions;
856
+ alphaOutset?: AlphaOutsetEffectOptions;
857
+ alphaReplace?: AlphaReplaceEffectOptions;
858
+ biLevel?: {
859
+ threshold: number;
860
+ };
861
+ blend?: BlendEffectOptions;
862
+ colorChange?: ColorChangeEffectOptions;
863
+ colorReplace?: SolidFillOptions;
864
+ duotone?: DuotoneEffectOptions;
865
+ fill?: FillEffectOptions;
866
+ grayscale?: boolean;
867
+ hsl?: HSLEffectOptions;
868
+ luminance?: LuminanceEffectOptions;
869
+ tint?: TintEffectOptions;
870
+ relativeOffset?: RelativeOffsetEffectOptions;
871
+ transform?: TransformEffectOptions;
872
+ }
873
+ declare const createEffectDag: (options: EffectDagOptions) => string;
874
+ //#endregion
875
+ //#region src/drawingml/effects/soft-edge.d.ts
876
+ declare const createSoftEdgeEffect: (rad: number) => string;
877
+ //#endregion
878
+ //#region src/drawingml/three-d/scene-3d.d.ts
879
+ interface SphereCoords {
880
+ lat: number;
881
+ lon: number;
882
+ rev: number;
883
+ }
884
+ interface CameraOptions {
885
+ preset: string;
886
+ fov?: number;
887
+ zoom?: string;
888
+ rotation?: SphereCoords;
889
+ }
890
+ interface LightRigOptions {
891
+ rig: string;
892
+ direction: string;
893
+ rotation?: SphereCoords;
894
+ }
895
+ interface Point3D {
896
+ x: number;
897
+ y: number;
898
+ z: number;
899
+ }
900
+ interface Vector3D {
901
+ dx: number;
902
+ dy: number;
903
+ dz: number;
904
+ }
905
+ interface BackdropOptions {
906
+ anchor: Point3D;
907
+ normal: Vector3D;
908
+ up: Vector3D;
909
+ }
910
+ interface Scene3DOptions {
911
+ camera: CameraOptions;
912
+ lightRig: LightRigOptions;
913
+ backdrop?: BackdropOptions;
914
+ }
915
+ declare const createScene3D: (options: Scene3DOptions) => string;
916
+ //#endregion
917
+ //#region src/drawingml/three-d/bevel.d.ts
918
+ declare const BevelPresetType: {
919
+ readonly RELAXED_INSET: "relaxedInset";
920
+ readonly CIRCLE: "circle";
921
+ readonly SLOPE: "slope";
922
+ readonly CROSS: "cross";
923
+ readonly ANGLE: "angle";
924
+ readonly SOFT_ROUND: "softRound";
925
+ readonly CONVEX: "convex";
926
+ readonly COOL_SLANT: "coolSlant";
927
+ readonly DIVOT: "divot";
928
+ readonly RIBLET: "riblet";
929
+ readonly HARD_EDGE: "hardEdge";
930
+ readonly ART_DECO: "artDeco";
931
+ };
932
+ interface BevelOptions {
933
+ w?: number;
934
+ h?: number;
935
+ prst?: (typeof BevelPresetType)[keyof typeof BevelPresetType];
936
+ }
937
+ declare const createBevel: (options?: BevelOptions) => string;
938
+ declare const createBottomBevel: (options?: BevelOptions) => string;
939
+ //#endregion
940
+ //#region src/drawingml/three-d/shape-3d.d.ts
941
+ declare const PresetMaterialType: {
942
+ readonly LEGACY_MATTE: "legacyMatte";
943
+ readonly LEGACY_PLASTIC: "legacyPlastic";
944
+ readonly LEGACY_METAL: "legacyMetal";
945
+ readonly LEGACY_WIREFRAME: "legacyWireframe";
946
+ readonly MATTE: "matte";
947
+ readonly PLASTIC: "plastic";
948
+ readonly METAL: "metal";
949
+ readonly WARM_MATTE: "warmMatte";
950
+ readonly TRANSLUCENT_POWDER: "translucentPowder";
951
+ readonly POWDER: "powder";
952
+ readonly DK_EDGE: "darkEdge";
953
+ readonly SOFT_EDGE: "softEdge";
954
+ readonly CLEAR: "clear";
955
+ readonly FLAT: "flat";
956
+ readonly SOFT_METAL: "softMetal";
957
+ };
958
+ interface Shape3DOptions {
959
+ bevelT?: BevelOptions;
960
+ bevelB?: BevelOptions;
961
+ extrusionColor?: SolidFillOptions;
962
+ contourColor?: SolidFillOptions;
963
+ z?: number;
964
+ extrusionH?: number;
965
+ contourW?: number;
966
+ prstMaterial?: (typeof PresetMaterialType)[keyof typeof PresetMaterialType];
967
+ }
968
+ declare const createShape3D: (options: Shape3DOptions) => string;
969
+ //#endregion
970
+ //#region src/drawingml/geometry/adjustment-values.d.ts
971
+ interface GeometryGuide {
972
+ name: string;
973
+ formula: string;
974
+ }
975
+ declare function stringifyAdjustmentValues(guides?: readonly GeometryGuide[]): string;
976
+ //#endregion
977
+ //#region src/drawingml/geometry/preset-geometry.d.ts
978
+ interface PresetGeometryOptions {
979
+ preset?: string;
980
+ adjustmentValues?: readonly GeometryGuide[];
981
+ }
982
+ declare function stringifyPresetGeometry(options?: PresetGeometryOptions): string;
983
+ //#endregion
984
+ //#region src/drawingml/geometry/custom-geometry.d.ts
985
+ declare const PathFillMode: {
986
+ readonly NONE: "none";
987
+ readonly NORM: "normal";
988
+ readonly LIGHTEN: "lighten";
989
+ readonly LIGHTEN_LESS: "lightenLess";
990
+ readonly DARKEN: "darken";
991
+ readonly DARKEN_LESS: "darkenLess";
992
+ };
993
+ interface AdjustPoint {
994
+ x: string;
995
+ y: string;
996
+ }
997
+ interface PathMoveTo {
998
+ command: "moveTo";
999
+ point: AdjustPoint;
1000
+ }
1001
+ interface PathLineTo {
1002
+ command: "lineTo";
1003
+ point: AdjustPoint;
1004
+ }
1005
+ interface PathArcTo {
1006
+ command: "arcTo";
1007
+ widthRadius: string;
1008
+ heightRadius: string;
1009
+ startAngle: string;
1010
+ sweepAngle: string;
1011
+ }
1012
+ interface PathQuadBezTo {
1013
+ command: "quadBezTo";
1014
+ points: readonly [AdjustPoint, AdjustPoint];
1015
+ }
1016
+ interface PathCubicBezTo {
1017
+ command: "cubicBezTo";
1018
+ points: readonly [AdjustPoint, AdjustPoint, AdjustPoint];
1019
+ }
1020
+ interface PathClose {
1021
+ command: "close";
1022
+ }
1023
+ type PathCommand = PathMoveTo | PathLineTo | PathArcTo | PathQuadBezTo | PathCubicBezTo | PathClose;
1024
+ interface PathOptions {
1025
+ w?: number;
1026
+ h?: number;
1027
+ fill?: (typeof PathFillMode)[keyof typeof PathFillMode];
1028
+ stroke?: boolean;
1029
+ extrusionOk?: boolean;
1030
+ commands: readonly PathCommand[];
1031
+ }
1032
+ interface AdjustHandlePosition {
1033
+ x: string;
1034
+ y: string;
1035
+ }
1036
+ interface XYAdjustHandle {
1037
+ type: "xy";
1038
+ guideRefX?: string;
1039
+ minX?: string;
1040
+ maxX?: string;
1041
+ guideRefY?: string;
1042
+ minY?: string;
1043
+ maxY?: string;
1044
+ position: AdjustHandlePosition;
1045
+ }
1046
+ interface PolarAdjustHandle {
1047
+ type: "polar";
1048
+ guideRefRadius?: string;
1049
+ minRadius?: string;
1050
+ maxRadius?: string;
1051
+ guideRefAngle?: string;
1052
+ minAngle?: string;
1053
+ maxAngle?: string;
1054
+ position: AdjustHandlePosition;
1055
+ }
1056
+ type AdjustHandle = XYAdjustHandle | PolarAdjustHandle;
1057
+ interface ConnectionSite {
1058
+ angle: string;
1059
+ position: AdjustHandlePosition;
1060
+ }
1061
+ interface GeomRect {
1062
+ left: string;
1063
+ top: string;
1064
+ right: string;
1065
+ bottom: string;
1066
+ }
1067
+ interface CustomGeometryOptions {
1068
+ adjustmentValues?: readonly GeometryGuide[];
1069
+ guides?: readonly GeometryGuide[];
1070
+ adjustHandles?: readonly AdjustHandle[];
1071
+ connectionSites?: readonly ConnectionSite[];
1072
+ textRectangle?: GeomRect;
1073
+ pathList: readonly PathOptions[];
1074
+ }
1075
+ declare const createCustomGeometry: (options: CustomGeometryOptions) => string;
1076
+ //#endregion
1077
+ //#region src/drawingml/blip/blip.d.ts
1078
+ interface BlipOptions {
1079
+ referenceId: string;
1080
+ type?: "svg" | string;
1081
+ fallbackFileName?: string;
1082
+ }
1083
+ declare const createBlip: (options: BlipOptions, blipEffects?: BlipEffectsOptions) => string;
1084
+ //#endregion
1085
+ //#region src/drawingml/blip/blip-fill.d.ts
1086
+ interface BlipFillOptions {
1087
+ dpi?: number;
1088
+ rotWithShape?: boolean;
1089
+ blipEffects?: BlipEffectsOptions;
1090
+ sourceRectangle?: SourceRectangleOptions;
1091
+ tile?: TileOptions;
1092
+ }
1093
+ declare const createBlipFill: (blipOptions: BlipOptions, fillOptions?: BlipFillOptions) => string;
1094
+ //#endregion
1095
+ //#region src/drawingml/blip/blip-extensions.d.ts
1096
+ declare const createExtensionList: (svgReferenceId: string) => string;
1097
+ //#endregion
1098
+ //#region src/drawingml/blip/stretch.d.ts
1099
+ declare function stringifyStretch(): string;
1100
+ //#endregion
1101
+ //#region src/drawingml/transform.d.ts
1102
+ interface Transform2DOptions {
1103
+ x?: number | UniversalMeasure;
1104
+ y?: number | UniversalMeasure;
1105
+ width?: number | UniversalMeasure;
1106
+ height?: number | UniversalMeasure;
1107
+ flipHorizontal?: boolean;
1108
+ flipVertical?: boolean;
1109
+ rotation?: number;
1110
+ }
1111
+ interface GroupTransform2DOptions extends Transform2DOptions {
1112
+ childOffsetX?: number | UniversalMeasure;
1113
+ childOffsetY?: number | UniversalMeasure;
1114
+ childExtentWidth?: number | UniversalMeasure;
1115
+ childExtentHeight?: number | UniversalMeasure;
1116
+ }
1117
+ declare const createTransform2D: (options: Transform2DOptions, elementName?: string) => string;
1118
+ declare const createGroupTransform2D: (options: GroupTransform2DOptions, elementName?: string) => string;
1119
+ //#endregion
1120
+ //#region src/drawingml/table-style.d.ts
1121
+ type TableStyleRegion = "tblBg" | "wholeTbl" | "band1H" | "band2H" | "band1V" | "band2V" | "lastCol" | "firstCol" | "lastRow" | "seCell" | "swCell" | "firstRow" | "neCell" | "nwCell";
1122
+ type OnOffStyleType = "on" | "off" | "def";
1123
+ interface TablePartStyleOptions {
1124
+ text?: TableTextStyleOptions;
1125
+ cell?: TableCellStyleOptions;
1126
+ }
1127
+ interface TableTextStyleOptions {
1128
+ bold?: OnOffStyleType;
1129
+ italic?: OnOffStyleType;
1130
+ fontReference?: StyleMatrixReferenceOptions;
1131
+ color?: string;
1132
+ }
1133
+ interface TableCellStyleOptions {
1134
+ borders?: TableCellBorderOptions;
1135
+ fillReference?: StyleMatrixReferenceOptions;
1136
+ fill?: string;
1137
+ }
1138
+ interface TableCellBorderOptions {
1139
+ left?: ThemeableLineStyleOptions;
1140
+ right?: ThemeableLineStyleOptions;
1141
+ top?: ThemeableLineStyleOptions;
1142
+ bottom?: ThemeableLineStyleOptions;
1143
+ insideH?: ThemeableLineStyleOptions;
1144
+ insideV?: ThemeableLineStyleOptions;
1145
+ }
1146
+ interface ThemeableLineStyleOptions {
1147
+ width?: number;
1148
+ color?: string;
1149
+ lineReference?: StyleMatrixReferenceOptions;
1150
+ }
1151
+ interface StyleMatrixReferenceOptions {
1152
+ idx: number;
1153
+ color?: string;
1154
+ }
1155
+ interface TableStyleOptions {
1156
+ styleId: string;
1157
+ styleName: string;
1158
+ regions?: Partial<Record<TableStyleRegion, TablePartStyleOptions>>;
1159
+ }
1160
+ interface TableStyleListOptions {
1161
+ defaultStyleId: string;
1162
+ styles?: readonly TableStyleOptions[];
1163
+ }
1164
+ declare function createTableStyle(opts: TableStyleOptions): string;
1165
+ declare function createTableStyleList(opts: TableStyleListOptions): string;
1166
+ declare function parseTableStyleList(el: Element): TableStyleListOptions;
1167
+ //#endregion
1168
+ //#region src/drawingml/locking/locking.d.ts
1169
+ interface BaseLockingOptions {
1170
+ noGrp?: boolean;
1171
+ noSelect?: boolean;
1172
+ noRot?: boolean;
1173
+ noChangeAspect?: boolean;
1174
+ noMove?: boolean;
1175
+ noResize?: boolean;
1176
+ noEditPoints?: boolean;
1177
+ noAdjustHandles?: boolean;
1178
+ noChangeArrowheads?: boolean;
1179
+ noChangeShapeType?: boolean;
1180
+ }
1181
+ interface ShapeLockingOptions extends BaseLockingOptions {
1182
+ noTextEdit?: boolean;
1183
+ }
1184
+ interface PictureLockingOptions extends BaseLockingOptions {
1185
+ noCrop?: boolean;
1186
+ }
1187
+ interface GroupLockingOptions {
1188
+ noGrp?: boolean;
1189
+ noUngrp?: boolean;
1190
+ noSelect?: boolean;
1191
+ noRot?: boolean;
1192
+ noChangeAspect?: boolean;
1193
+ noMove?: boolean;
1194
+ noResize?: boolean;
1195
+ }
1196
+ interface GraphicFrameLockingOptions {
1197
+ noGrp?: boolean;
1198
+ noDrilldown?: boolean;
1199
+ noSelect?: boolean;
1200
+ noChangeAspect?: boolean;
1201
+ noMove?: boolean;
1202
+ noResize?: boolean;
1203
+ }
1204
+ declare function createShapeLocking(opts: ShapeLockingOptions): string;
1205
+ declare function createPictureLocking(opts: PictureLockingOptions): string;
1206
+ declare function createGroupLocking(opts: GroupLockingOptions): string;
1207
+ declare function createGraphicFrameLocking(opts: GraphicFrameLockingOptions): string;
1208
+ //#endregion
1209
+ //#region src/drawingml/diagram/layout-vars.d.ts
1210
+ interface AdjustOptions {
1211
+ idx: number;
1212
+ val: number;
1213
+ }
1214
+ declare const createAdjust: (options: AdjustOptions) => string;
1215
+ declare const AnimationLevelValue: {
1216
+ readonly NONE: "none";
1217
+ readonly LEVEL: "lvl";
1218
+ readonly CENTER: "ctr";
1219
+ };
1220
+ interface AnimationLevelOptions {
1221
+ val?: (typeof AnimationLevelValue)[keyof typeof AnimationLevelValue];
1222
+ }
1223
+ declare const createAnimationLevel: (options?: AnimationLevelOptions) => string;
1224
+ declare const AnimateOneByOneValue: {
1225
+ readonly NONE: "none";
1226
+ readonly ONE: "one";
1227
+ readonly BRANCH: "branch";
1228
+ };
1229
+ interface AnimateOneByOneOptions {
1230
+ val?: (typeof AnimateOneByOneValue)[keyof typeof AnimateOneByOneValue];
1231
+ }
1232
+ declare const createAnimateOneByOne: (options?: AnimateOneByOneOptions) => string;
1233
+ interface MaxChildrenOptions {
1234
+ val?: number;
1235
+ }
1236
+ declare const createMaxChildren: (options?: MaxChildrenOptions) => string;
1237
+ interface PreferredChildrenOptions {
1238
+ val?: number;
1239
+ }
1240
+ declare const createPreferredChildren: (options?: PreferredChildrenOptions) => string;
1241
+ interface OrgChartOptions {
1242
+ val?: boolean;
1243
+ }
1244
+ declare const createOrgChart: (options?: OrgChartOptions) => string;
1245
+ declare const HierBranchStyle: {
1246
+ readonly LEFT: "l";
1247
+ readonly RIGHT: "r";
1248
+ readonly HANGING: "hang";
1249
+ readonly STANDARD: "std";
1250
+ readonly INITIAL: "init";
1251
+ };
1252
+ interface HierBranchOptions {
1253
+ val?: (typeof HierBranchStyle)[keyof typeof HierBranchStyle];
1254
+ }
1255
+ declare const createHierBranch: (options?: HierBranchOptions) => string;
1256
+ interface PresentationLayoutVariablesOptions {
1257
+ orgChart?: OrgChartOptions;
1258
+ maxChildren?: MaxChildrenOptions;
1259
+ preferredChildren?: PreferredChildrenOptions;
1260
+ animateOneByOne?: AnimateOneByOneOptions;
1261
+ animationLevel?: AnimationLevelOptions;
1262
+ hierBranch?: HierBranchOptions;
1263
+ }
1264
+ declare const createPresentationLayoutVariables: (options?: PresentationLayoutVariablesOptions) => string;
1265
+ interface AdjustListOptions {
1266
+ adjustments?: readonly AdjustOptions[];
1267
+ }
1268
+ declare const createAdjustList: (options?: AdjustListOptions) => string;
1269
+ //#endregion
1270
+ //#region src/drawingml/diagram/headers.d.ts
1271
+ interface DiagramNameOptions {
1272
+ lang?: string;
1273
+ val: string;
1274
+ }
1275
+ interface DiagramDescriptionOptions {
1276
+ lang?: string;
1277
+ val: string;
1278
+ }
1279
+ interface DiagramCategoryOptions {
1280
+ type: string;
1281
+ pri: number;
1282
+ }
1283
+ interface ColorsDefinitionHeaderOptions {
1284
+ uniqueId: string;
1285
+ minVer?: string;
1286
+ resId?: number;
1287
+ title: readonly DiagramNameOptions[];
1288
+ desc: readonly DiagramDescriptionOptions[];
1289
+ categories?: readonly DiagramCategoryOptions[];
1290
+ }
1291
+ declare const createColorsDefinitionHeader: (options: ColorsDefinitionHeaderOptions) => string;
1292
+ interface ColorsDefinitionHeaderListOptions {
1293
+ headers?: readonly ColorsDefinitionHeaderOptions[];
1294
+ }
1295
+ declare const createColorsDefinitionHeaderList: (options?: ColorsDefinitionHeaderListOptions) => string;
1296
+ interface LayoutDefinitionHeaderOptions {
1297
+ uniqueId: string;
1298
+ minVer?: string;
1299
+ defStyle?: string;
1300
+ resId?: number;
1301
+ title: readonly DiagramNameOptions[];
1302
+ desc: readonly DiagramDescriptionOptions[];
1303
+ categories?: readonly DiagramCategoryOptions[];
1304
+ }
1305
+ declare const createLayoutDefinitionHeader: (options: LayoutDefinitionHeaderOptions) => string;
1306
+ interface LayoutDefinitionHeaderListOptions {
1307
+ headers?: readonly LayoutDefinitionHeaderOptions[];
1308
+ }
1309
+ declare const createLayoutDefinitionHeaderList: (options?: LayoutDefinitionHeaderListOptions) => string;
1310
+ interface StyleDefinitionHeaderOptions {
1311
+ uniqueId: string;
1312
+ minVer?: string;
1313
+ resId?: number;
1314
+ title: readonly DiagramNameOptions[];
1315
+ desc: readonly DiagramDescriptionOptions[];
1316
+ categories?: readonly DiagramCategoryOptions[];
1317
+ }
1318
+ declare const createStyleDefinitionHeader: (options: StyleDefinitionHeaderOptions) => string;
1319
+ interface StyleDefinitionHeaderListOptions {
1320
+ headers?: readonly StyleDefinitionHeaderOptions[];
1321
+ }
1322
+ declare const createStyleDefinitionHeaderList: (options?: StyleDefinitionHeaderListOptions) => string;
1323
+ //#endregion
1324
+ //#region src/drawingml/diagram/diagram-style.d.ts
1325
+ declare const StyleMatrixIndex: {
1326
+ readonly SUBTLE: "subtle";
1327
+ readonly MODERATE: "moderate";
1328
+ readonly INTENSE: "intense";
1329
+ };
1330
+ declare const FontCollectionIndex: {
1331
+ readonly MAJOR: "major";
1332
+ readonly MINOR: "minor";
1333
+ readonly NONE: "none";
1334
+ };
1335
+ interface DiagramStyleReferenceOptions {
1336
+ idx: number;
1337
+ }
1338
+ interface DiagramFontReferenceOptions {
1339
+ idx: string;
1340
+ }
1341
+ interface DiagramStyleOptions {
1342
+ lineReference?: DiagramStyleReferenceOptions;
1343
+ fillReference?: DiagramStyleReferenceOptions;
1344
+ effectReference?: DiagramStyleReferenceOptions;
1345
+ fontReference?: DiagramFontReferenceOptions;
1346
+ }
1347
+ declare const createDiagramStyle: (options?: DiagramStyleOptions) => string;
1348
+ declare const ColorMethod: {
1349
+ readonly SPAN: "span";
1350
+ readonly CYCLE: "cycle";
1351
+ readonly REPEAT: "repeat";
1352
+ };
1353
+ declare const HueDirection: {
1354
+ readonly CLOCKWISE: "cw";
1355
+ readonly COUNTER_CLOCKWISE: "ccw";
1356
+ };
1357
+ interface ColorListOptions {
1358
+ meth?: (typeof ColorMethod)[keyof typeof ColorMethod];
1359
+ hueDir?: (typeof HueDirection)[keyof typeof HueDirection];
1360
+ colors?: readonly SolidFillOptions[];
1361
+ }
1362
+ declare const createFillColorList: (options?: ColorListOptions) => string;
1363
+ declare const createLineColorList: (options?: ColorListOptions) => string;
1364
+ declare const createEffectColorList: (options?: ColorListOptions) => string;
1365
+ declare const createTextFillColorList: (options?: ColorListOptions) => string;
1366
+ declare const createTextLineColorList: (options?: ColorListOptions) => string;
1367
+ declare const createTextEffectColorList: (options?: ColorListOptions) => string;
1368
+ interface DiagramStyleLabelOptions {
1369
+ name: string;
1370
+ fillColorList?: ColorListOptions;
1371
+ lineColorList?: ColorListOptions;
1372
+ effectColorList?: ColorListOptions;
1373
+ textFillColorList?: ColorListOptions;
1374
+ textLineColorList?: ColorListOptions;
1375
+ textEffectColorList?: ColorListOptions;
1376
+ }
1377
+ declare const createStyleLabel: (options: DiagramStyleLabelOptions) => string;
1378
+ //#endregion
1379
+ //#region src/drawingml/diagram/diagram-rel.d.ts
1380
+ interface DiagramRelationshipIdsOptions {
1381
+ dm: string;
1382
+ lo: string;
1383
+ qs: string;
1384
+ cs: string;
1385
+ }
1386
+ declare const createDiagramRelationshipIds: (options: DiagramRelationshipIdsOptions) => string;
1387
+ //#endregion
1388
+ //#region src/drawingml/diagram/diagram-props.d.ts
1389
+ interface DiagramExtensionListOptions {
1390
+ extensions?: readonly DiagramExtensionOptions[];
1391
+ }
1392
+ interface DiagramExtensionOptions {
1393
+ uri: string;
1394
+ content?: string;
1395
+ }
1396
+ declare const createDiagramExtensionList: (options?: DiagramExtensionListOptions) => string;
1397
+ declare const createDiagramShape3D: (options: Shape3DOptions) => string;
1398
+ interface DiagramTextPropertiesOptions {
1399
+ flat?: boolean;
1400
+ }
1401
+ declare const createDiagramTextProperties: (_options?: DiagramTextPropertiesOptions) => string;
1402
+ //#endregion
1403
+ //#region src/drawingml/color/color-descriptors.d.ts
1404
+ declare const rgbColorDesc: CustomDescriptor<RgbColorOptions>;
1405
+ declare const schemeColorDesc: CustomDescriptor<SchemeColorOptions>;
1406
+ declare const hslColorDesc: CustomDescriptor<HslColorOptions>;
1407
+ declare const systemColorDesc: CustomDescriptor<SystemColorOptions>;
1408
+ declare const presetColorDesc: CustomDescriptor<PresetColorOptions>;
1409
+ declare const scRgbColorDesc: CustomDescriptor<ScRgbColorOptions>;
1410
+ declare function stringifyColorChoice(color: SolidFillOptions, ctx: WriteContext): string;
1411
+ declare function parseColorChoice(el: Element, ctx: ReadContext): SolidFillOptions;
1412
+ declare const solidFillDesc: CustomDescriptor<SolidFillOptions>;
1413
+ //#endregion
1414
+ //#region src/drawingml/fill/fill-descriptors.d.ts
1415
+ declare const gradientFillDesc: CustomDescriptor<GradientFillOptions>;
1416
+ declare const patternFillDesc: CustomDescriptor<PatternFillOptions>;
1417
+ declare const fillDesc: CustomDescriptor<FillOptions>;
1418
+ //#endregion
1419
+ //#region src/drawingml/outline/outline-descriptors.d.ts
1420
+ declare const outlineDesc: CustomDescriptor<OutlineOptions>;
1421
+ //#endregion
1422
+ //#region src/drawingml/effects/effect-descriptors.d.ts
1423
+ declare const effectListDesc: CustomDescriptor<EffectListOptions>;
1424
+ //#endregion
1425
+ //#region src/drawingml/locking/locking-descriptors.d.ts
1426
+ declare const shapeLockingDesc: CustomDescriptor<ShapeLockingOptions>;
1427
+ declare const pictureLockingDesc: CustomDescriptor<PictureLockingOptions>;
1428
+ declare const groupLockingDesc: CustomDescriptor<GroupLockingOptions>;
1429
+ declare const graphicFrameLockingDesc: CustomDescriptor<GraphicFrameLockingOptions>;
1430
+ //#endregion
1431
+ //#region src/drawingml/geometry/geometry-descriptors.d.ts
1432
+ declare const presetGeometryDesc: CustomDescriptor<PresetGeometryOptions>;
1433
+ declare const customGeometryDesc: CustomDescriptor<CustomGeometryOptions>;
1434
+ //#endregion
1435
+ //#region src/drawingml/transform-descriptors.d.ts
1436
+ declare const transform2DDesc: CustomDescriptor<Transform2DOptions>;
1437
+ declare const groupTransform2DDesc: CustomDescriptor<GroupTransform2DOptions>;
1438
+ //#endregion
1439
+ //#region src/drawingml/three-d/three-d-descriptors.d.ts
1440
+ declare const bevelDesc: CustomDescriptor<BevelOptions>;
1441
+ declare const shape3DDesc: CustomDescriptor<Shape3DOptions>;
1442
+ declare const scene3DDesc: CustomDescriptor<Scene3DOptions>;
1443
+ //#endregion
1444
+ //#region src/drawingml/blip/blip-descriptors.d.ts
1445
+ declare const tileDesc: CustomDescriptor<TileOptions>;
1446
+ declare const sourceRectangleDesc: CustomDescriptor<SourceRectangleOptions>;
1447
+ declare const stretchDesc: CustomDescriptor<SourceRectangleOptions>;
1448
+ declare const blipDesc: CustomDescriptor<BlipOptions & {
1449
+ blipEffects?: BlipEffectsOptions;
1450
+ }>;
1451
+ declare const blipFillDesc: CustomDescriptor<BlipFillOptions & {
1452
+ referenceId?: string;
1453
+ blipEffects?: BlipEffectsOptions;
1454
+ }>;
1455
+ //#endregion
1456
+ //#region src/drawingml/diagram/diagram-descriptors.d.ts
1457
+ declare const diagramRelationshipIdsDesc: CustomDescriptor<DiagramRelationshipIdsOptions>;
1458
+ declare const diagramStyleDesc: CustomDescriptor<DiagramStyleOptions>;
1459
+ declare const presentationLayoutVariablesDesc: CustomDescriptor<PresentationLayoutVariablesOptions>;
1460
+ declare const diagramExtensionListDesc: CustomDescriptor<DiagramExtensionListOptions>;
1461
+ //#endregion
1462
+ export { createLineColorList as $, createReflectionEffect as $n, createSourceRectangle as $r, TableStyleListOptions as $t, scRgbColorDesc as A, createShape3D as An, PresetPattern as Ar, PresentationLayoutVariablesOptions as At, createDiagramTextProperties as B, SphereCoords as Bn, GradientShadeOptions as Br, GraphicFrameLockingOptions as Bt, fillDesc as C, createCustomGeometry as Cn, LineEndType as Cr, AnimationLevelOptions as Ct, parseColorChoice as D, stringifyAdjustmentValues as Dn, createCustomDash as Dr, MaxChildrenOptions as Dt, hslColorDesc as E, GeometryGuide as En, DashStop as Er, HierBranchStyle as Et, DiagramExtensionListOptions as F, BackdropOptions as Fn, FillOptions as Fr, createHierBranch as Ft, DiagramStyleLabelOptions as G, EffectDagOptions as Gn, RelativeRect as Gr, createGroupLocking as Gt, createDiagramRelationshipIds as H, createScene3D as Hn, LinearShadeOptions as Hr, PictureLockingOptions as Ht, DiagramExtensionOptions as I, CameraOptions as In, GradientStopOptions as Ir, createMaxChildren as It, HueDirection as J, EffectExtent as Jn, createGradientStop as Jr, OnOffStyleType as Jt, DiagramStyleOptions as K, createEffectDag as Kn, TileFlipMode as Kr, createPictureLocking as Kt, DiagramTextPropertiesOptions as L, LightRigOptions as Ln, buildFill as Lr, createOrgChart as Lt, solidFillDesc as M, BevelPresetType as Mn, createNoFill as Mr, createAdjustList as Mt, stringifyColorChoice as N, createBevel as Nn, BlipFillConfigOptions as Nr, createAnimateOneByOne as Nt, presetColorDesc as O, PresetMaterialType as On, createGroupFill as Or, OrgChartOptions as Ot, systemColorDesc as P, createBottomBevel as Pn, BlipFillMediaData as Pr, createAnimationLevel as Pt, createFillColorList as Q, ReflectionEffectOptions as Qn, SourceRectangleOptions as Qr, TablePartStyleOptions as Qt, createDiagramExtensionList as R, Point3D as Rn, extractBlipFillMedia as Rr, createPreferredChildren as Rt, outlineDesc as S, PathOptions as Sn, LineEndOptions as Sr, AnimateOneByOneValue as St, patternFillDesc as T, stringifyPresetGeometry as Tn, createLineEnd as Tr, HierBranchOptions as Tt, ColorListOptions as U, createSoftEdgeEffect as Un, PathShadeOptions as Ur, ShapeLockingOptions as Ut, DiagramRelationshipIdsOptions as V, Vector3D as Vn, GradientStop as Vr, GroupLockingOptions as Vt, ColorMethod as W, EffectContainerType as Wn, PathShadeType as Wr, createGraphicFrameLocking as Wt, createDiagramStyle as X, calculateEffectExtent as Xn, TileOptions as Xr, TableCellBorderOptions as Xt, StyleMatrixIndex as Y, EffectListOptions as Yn, TileAlignment as Yr, StyleMatrixReferenceOptions as Yt, createEffectColorList as Z, createEffectList as Zn, createTileInfo as Zr, TableCellStyleOptions as Zt, graphicFrameLockingDesc as _, createPresetColor as _i, ConnectionSite as _n, OutlineOptions as _r, createStyleDefinitionHeader as _t, blipDesc as a, SystemColor as ai, createTableStyleList as an, createOuterShadowEffect as ar, ColorsDefinitionHeaderOptions as at, shapeLockingDesc as b, ColorTransformOptions as bi, PathCommand as bn, createOutline as br, AdjustOptions as bt, stretchDesc as c, SchemeColor as ci, Transform2DOptions as cn, GlowEffectOptions as cr, DiagramNameOptions as ct, scene3DDesc as d, ScRgbColorOptions as di, stringifyStretch as dn, FillOverlayEffectOptions as dr, StyleDefinitionHeaderListOptions as dt, BlipEffectsOptions as ei, TableStyleOptions as en, PresetShadowEffectOptions as er, createStyleLabel as et, shape3DDesc as f, createScRgbColor as fi, createExtensionList as fn, createFillOverlayEffect as fr, StyleDefinitionHeaderOptions as ft, presetGeometryDesc as g, PresetColorOptions as gi, createBlip as gn, OutlineFillProperties as gr, createLayoutDefinitionHeaderList as gt, customGeometryDesc as h, PresetColor as hi, BlipOptions as hn, LineJoin as hr, createLayoutDefinitionHeader as ht, presentationLayoutVariablesDesc as i, createSolidFill as ii, createTableStyle as in, RectAlignment as ir, ColorsDefinitionHeaderListOptions as it, schemeColorDesc as j, BevelOptions as jn, createPatternFill as jr, createAdjust as jt, rgbColorDesc as k, Shape3DOptions as kn, PatternFillOptions as kr, PreferredChildrenOptions as kt, tileDesc as l, SchemeColorOptions as li, createGroupTransform2D as ln, createGlowEffect as lr, LayoutDefinitionHeaderListOptions as lt, transform2DDesc as m, createRgbColor as mi, createBlipFill as mn, LineCap as mr, createColorsDefinitionHeaderList as mt, diagramRelationshipIdsDesc as n, SolidFillOptions as ni, TableTextStyleOptions as nn, createPresetShadowEffect as nr, createTextFillColorList as nt, blipFillDesc as o, SystemColorOptions as oi, parseTableStyleList as on, InnerShadowEffectOptions as or, DiagramCategoryOptions as ot, groupTransform2DDesc as p, RgbColorOptions as pi, BlipFillOptions as pn, CompoundLine as pr, createColorsDefinitionHeader as pt, FontCollectionIndex as q, BlurEffectOptions as qn, createGradientFill as qr, createShapeLocking as qt, diagramStyleDesc as r, createColorElement as ri, ThemeableLineStyleOptions as rn, OuterShadowEffectOptions as rr, createTextLineColorList as rt, sourceRectangleDesc as s, createSystemColor as si, GroupTransform2DOptions as sn, createInnerShadowEffect as sr, DiagramDescriptionOptions as st, diagramExtensionListDesc as t, createBlipEffects as ti, TableStyleRegion as tn, PresetShadowVal as tr, createTextEffectColorList as tt, bevelDesc as u, createSchemeColor as ui, createTransform2D as un, BlendMode as ur, LayoutDefinitionHeaderOptions as ut, groupLockingDesc as v, HslColorOptions as vi, CustomGeometryOptions as vn, PenAlignment as vr, createStyleDefinitionHeaderList as vt, gradientFillDesc as w, PresetGeometryOptions as wn, LineEndWidth as wr, AnimationLevelValue as wt, effectListDesc as x, createColorTransforms as xi, PathFillMode as xn, LineEndLength as xr, AnimateOneByOneOptions as xt, pictureLockingDesc as y, createHslColor as yi, GeomRect as yn, PresetDash as yr, AdjustListOptions as yt, createDiagramShape3D as z, Scene3DOptions as zn, GradientFillOptions as zr, createPresentationLayoutVariables as zt };
1463
+ //# sourceMappingURL=index-CE53SwpZ.d.mts.map