@office-open/core 0.12.3 → 0.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chart/index.d.mts +2 -2
- package/dist/chart/index.mjs +1 -1
- package/dist/{chart-DEIF3VZn.mjs → chart-Bn_McAo-.mjs} +4 -4
- package/dist/chart-Bn_McAo-.mjs.map +1 -0
- package/dist/drawing/index.d.mts +2 -2
- package/dist/drawing/index.mjs +1 -1
- package/dist/{drawing-BVwCkNXB.mjs → drawing-DJ363Awy.mjs} +102 -108
- package/dist/drawing-DJ363Awy.mjs.map +1 -0
- package/dist/{ext-uri-BHBcIrW7.mjs → ext-uri-BR1ouCh3.mjs} +6 -11
- package/dist/ext-uri-BR1ouCh3.mjs.map +1 -0
- package/dist/{index-DRggxtp7.d.mts → index-6_MYd0cg.d.mts} +3 -3
- package/dist/{index-DRggxtp7.d.mts.map → index-6_MYd0cg.d.mts.map} +1 -1
- package/dist/{index-DPkf_CtG.d.mts → index-BDeoFmTS.d.mts} +146 -149
- package/dist/index-BDeoFmTS.d.mts.map +1 -0
- package/dist/{index-DfFszyH1.d.mts → index-Cd0lFS5x.d.mts} +9 -17
- package/dist/index-Cd0lFS5x.d.mts.map +1 -0
- package/dist/{index-DcukVskh.d.mts → index-DOtPArpl.d.mts} +2 -2
- package/dist/{index-DcukVskh.d.mts.map → index-DOtPArpl.d.mts.map} +1 -1
- package/dist/{index-BwRtWyaP.d.mts → index-Dg0nIw2S.d.mts} +7 -7
- package/dist/{index-BwRtWyaP.d.mts.map → index-Dg0nIw2S.d.mts.map} +1 -1
- package/dist/{index-L6AXewfV.d.mts → index-DkJrkIVp.d.mts} +2 -3
- package/dist/index-DkJrkIVp.d.mts.map +1 -0
- package/dist/index.d.mts +8 -8
- package/dist/index.mjs +30 -10
- package/dist/index.mjs.map +1 -1
- package/dist/patch-AkQY17CD.mjs.map +1 -1
- package/dist/smartart/index.d.mts +1 -1
- package/dist/smartart/index.mjs +1 -1
- package/dist/{smartart-YH87Emca.mjs → smartart-D-8KBdQ_.mjs} +4 -4
- package/dist/{smartart-YH87Emca.mjs.map → smartart-D-8KBdQ_.mjs.map} +1 -1
- package/dist/{style-matrix-DjhMuuQg.mjs → style-matrix-B6YSVw6a.mjs} +2 -2
- package/dist/{style-matrix-DjhMuuQg.mjs.map → style-matrix-B6YSVw6a.mjs.map} +1 -1
- package/dist/theme/index.d.mts +3 -3
- package/dist/theme/index.mjs +2 -2
- package/dist/{theme-Dx0Db9bX.mjs → theme-BdqG5lmO.mjs} +3 -3
- package/dist/theme-BdqG5lmO.mjs.map +1 -0
- package/dist/{theme-options-kO89NUEX.d.mts → theme-options-wZX4i_xx.d.mts} +2 -2
- package/dist/{theme-options-kO89NUEX.d.mts.map → theme-options-wZX4i_xx.d.mts.map} +1 -1
- package/dist/util/index.d.mts +2 -2
- package/dist/util/index.mjs +3 -3
- package/dist/{util-iHHKF2Rx.mjs → util-BGfk-gE0.mjs} +2 -2
- package/dist/{util-iHHKF2Rx.mjs.map → util-BGfk-gE0.mjs.map} +1 -1
- package/dist/vector/index.d.mts +2 -2
- package/dist/vector/index.mjs +2 -2
- package/dist/{vector-DZ_OteHJ.mjs → vector-BhETDAdp.mjs} +2 -9
- package/dist/vector-BhETDAdp.mjs.map +1 -0
- package/package.json +2 -2
- package/dist/chart-DEIF3VZn.mjs.map +0 -1
- package/dist/drawing-BVwCkNXB.mjs.map +0 -1
- package/dist/ext-uri-BHBcIrW7.mjs.map +0 -1
- package/dist/index-DPkf_CtG.d.mts.map +0 -1
- package/dist/index-DfFszyH1.d.mts.map +0 -1
- package/dist/index-L6AXewfV.d.mts.map +0 -1
- package/dist/theme-Dx0Db9bX.mjs.map +0 -1
- package/dist/vector-DZ_OteHJ.mjs.map +0 -1
|
@@ -300,11 +300,146 @@ interface TileOptions {
|
|
|
300
300
|
}
|
|
301
301
|
declare const createTileInfo: (options?: TileOptions) => string;
|
|
302
302
|
//#endregion
|
|
303
|
-
//#region src/drawing/
|
|
304
|
-
interface
|
|
305
|
-
|
|
303
|
+
//#region src/drawing/blip/blip-effects.d.ts
|
|
304
|
+
interface LuminanceEffectOptions {
|
|
305
|
+
bright?: number;
|
|
306
|
+
contrast?: number;
|
|
307
|
+
}
|
|
308
|
+
interface HSLEffectOptions {
|
|
309
|
+
hue?: number;
|
|
310
|
+
saturation?: number;
|
|
311
|
+
luminance?: number;
|
|
312
|
+
}
|
|
313
|
+
interface TintEffectOptions {
|
|
314
|
+
hue?: number;
|
|
315
|
+
amount?: number;
|
|
316
|
+
}
|
|
317
|
+
interface DuotoneEffectOptions {
|
|
318
|
+
color1: SolidFillOptions;
|
|
319
|
+
color2: SolidFillOptions;
|
|
320
|
+
}
|
|
321
|
+
interface BiLevelEffectOptions {
|
|
322
|
+
threshold: number;
|
|
323
|
+
}
|
|
324
|
+
interface AlphaReplaceEffectOptions {
|
|
325
|
+
alpha: number;
|
|
326
|
+
}
|
|
327
|
+
interface AlphaBiLevelEffectOptions {
|
|
328
|
+
threshold: number;
|
|
329
|
+
}
|
|
330
|
+
interface AlphaModulateFixedEffectOptions {
|
|
331
|
+
amount?: number;
|
|
332
|
+
}
|
|
333
|
+
interface ColorChangeEffectOptions {
|
|
334
|
+
from: SolidFillOptions;
|
|
335
|
+
to: SolidFillOptions;
|
|
336
|
+
useAlpha?: boolean;
|
|
337
|
+
}
|
|
338
|
+
interface ColorReplaceEffectOptions {
|
|
306
339
|
color: SolidFillOptions;
|
|
307
340
|
}
|
|
341
|
+
interface BlipBlurEffectOptions {
|
|
342
|
+
radius?: number;
|
|
343
|
+
grow?: boolean;
|
|
344
|
+
}
|
|
345
|
+
interface BlipEffectsOptions {
|
|
346
|
+
grayscale?: boolean;
|
|
347
|
+
luminance?: LuminanceEffectOptions;
|
|
348
|
+
hsl?: HSLEffectOptions;
|
|
349
|
+
tint?: TintEffectOptions;
|
|
350
|
+
duotone?: DuotoneEffectOptions;
|
|
351
|
+
biLevel?: BiLevelEffectOptions;
|
|
352
|
+
alphaCeiling?: boolean;
|
|
353
|
+
alphaFloor?: boolean;
|
|
354
|
+
alphaInverse?: SolidFillOptions;
|
|
355
|
+
alphaModulateFixed?: AlphaModulateFixedEffectOptions;
|
|
356
|
+
alphaReplace?: AlphaReplaceEffectOptions;
|
|
357
|
+
alphaBiLevel?: AlphaBiLevelEffectOptions;
|
|
358
|
+
colorChange?: ColorChangeEffectOptions;
|
|
359
|
+
colorReplace?: ColorReplaceEffectOptions;
|
|
360
|
+
blur?: BlipBlurEffectOptions;
|
|
361
|
+
}
|
|
362
|
+
declare const createBlipEffects: (options: BlipEffectsOptions) => string[];
|
|
363
|
+
//#endregion
|
|
364
|
+
//#region src/drawing/blip/blip.d.ts
|
|
365
|
+
type BlipCompression = "email" | "screen" | "print" | "hqprint" | "none";
|
|
366
|
+
interface BlipOptions {
|
|
367
|
+
referenceId?: string;
|
|
368
|
+
linkReferenceId?: string;
|
|
369
|
+
compression?: BlipCompression;
|
|
370
|
+
type?: "svg" | string;
|
|
371
|
+
fallbackFileName?: string;
|
|
372
|
+
}
|
|
373
|
+
declare const createBlip: (options: BlipOptions, blipEffects?: BlipEffectsOptions) => string;
|
|
374
|
+
//#endregion
|
|
375
|
+
//#region src/drawing/blip/source-rectangle.d.ts
|
|
376
|
+
interface SourceRectangleOptions {
|
|
377
|
+
left?: number;
|
|
378
|
+
top?: number;
|
|
379
|
+
right?: number;
|
|
380
|
+
bottom?: number;
|
|
381
|
+
}
|
|
382
|
+
declare const createSourceRectangle: (options?: SourceRectangleOptions, tag?: string) => string;
|
|
383
|
+
//#endregion
|
|
384
|
+
//#region src/drawing/fill/pattern-fill.d.ts
|
|
385
|
+
type PresetPattern = "percent5" | "percent10" | "percent20" | "percent25" | "percent30" | "percent40" | "percent50" | "percent60" | "percent70" | "percent75" | "percent80" | "percent90" | "horizontal" | "vertical" | "lightHorizontal" | "lightVertical" | "darkHorizontal" | "darkVertical" | "narrowHorizontal" | "narrowVertical" | "dashedHorizontal" | "dashedVertical" | "cross" | "downDiagonal" | "upDiagonal" | "lightDownDiagonal" | "lightUpDiagonal" | "darkDownDiagonal" | "darkUpDiagonal" | "wideDownDiagonal" | "wideUpDiagonal" | "dashedDownDiagonal" | "dashedUpDiagonal" | "diagonalCross" | "smallChecker" | "largeChecker" | "smallGrid" | "largeGrid" | "dotGrid" | "smallConfetti" | "largeConfetti" | "horizontalBrick" | "diagonalBrick" | "solidDiamond" | "openDiamond" | "dottedDiamond" | "plaid" | "sphere" | "weave" | "divot" | "shingle" | "wave" | "trellis" | "zigZag";
|
|
386
|
+
interface PatternFillOptions {
|
|
387
|
+
pattern: PresetPattern;
|
|
388
|
+
foregroundColor?: SolidFillOptions;
|
|
389
|
+
backgroundColor?: SolidFillOptions;
|
|
390
|
+
}
|
|
391
|
+
declare const createPatternFill: (options: PatternFillOptions) => string;
|
|
392
|
+
//#endregion
|
|
393
|
+
//#region src/drawing/fill/fill-options.d.ts
|
|
394
|
+
interface GradientStopOptions {
|
|
395
|
+
position: number;
|
|
396
|
+
color: HexColor | SolidFillOptions;
|
|
397
|
+
}
|
|
398
|
+
interface BlipFillConfigOptions {
|
|
399
|
+
noEmbed?: true;
|
|
400
|
+
data?: DataType;
|
|
401
|
+
imageType?: "png" | "jpg" | "gif" | "bmp" | "tif" | "ico" | "emf" | "wmf";
|
|
402
|
+
fileName?: string;
|
|
403
|
+
dpi?: number;
|
|
404
|
+
compression?: BlipCompression;
|
|
405
|
+
rotWithShape?: boolean;
|
|
406
|
+
blipEffects?: BlipEffectsOptions;
|
|
407
|
+
sourceRectangle?: SourceRectangleOptions;
|
|
408
|
+
tile?: TileOptions;
|
|
409
|
+
}
|
|
410
|
+
interface BlipFillMediaData {
|
|
411
|
+
fileName: string;
|
|
412
|
+
data: Uint8Array;
|
|
413
|
+
type: string;
|
|
414
|
+
}
|
|
415
|
+
type FillOptions = string | {
|
|
416
|
+
type: "solid";
|
|
417
|
+
color: string | SolidFillOptions;
|
|
418
|
+
} | {
|
|
419
|
+
type: "none";
|
|
420
|
+
} | {
|
|
421
|
+
type: "gradient";
|
|
422
|
+
angle?: number;
|
|
423
|
+
scaled?: boolean;
|
|
424
|
+
path?: "shape" | "circle" | "rect";
|
|
425
|
+
stops: readonly GradientStopOptions[];
|
|
426
|
+
} | {
|
|
427
|
+
type: "gradient";
|
|
428
|
+
options: GradientFillOptions;
|
|
429
|
+
} | ({
|
|
430
|
+
type: "blip";
|
|
431
|
+
} & BlipFillConfigOptions) | {
|
|
432
|
+
type: "pattern";
|
|
433
|
+
pattern: PresetPattern;
|
|
434
|
+
foregroundColor?: HexColor | SolidFillOptions;
|
|
435
|
+
backgroundColor?: HexColor | SolidFillOptions;
|
|
436
|
+
} | {
|
|
437
|
+
type: "group";
|
|
438
|
+
};
|
|
439
|
+
declare const extractBlipFillMedia: (fill: FillOptions, nameAllocator?: (type: string) => string) => BlipFillMediaData | undefined;
|
|
440
|
+
declare const buildFill: (options: FillOptions, embedPlaceholder?: string) => string | undefined;
|
|
441
|
+
//#endregion
|
|
442
|
+
//#region src/drawing/fill/gradient-fill.d.ts
|
|
308
443
|
type PathShade = "shape" | "circle" | "rect";
|
|
309
444
|
interface LinearShadeOptions {
|
|
310
445
|
angle?: number;
|
|
@@ -322,24 +457,15 @@ interface PathShadeOptions {
|
|
|
322
457
|
}
|
|
323
458
|
type GradientShadeOptions = LinearShadeOptions | PathShadeOptions;
|
|
324
459
|
interface GradientFillOptions {
|
|
325
|
-
stops: readonly
|
|
460
|
+
stops: readonly GradientStopOptions[];
|
|
326
461
|
shade?: GradientShadeOptions;
|
|
327
462
|
flip?: TileFlipMode;
|
|
328
463
|
tileRectangle?: RelativeRect;
|
|
329
464
|
rotateWithShape?: boolean;
|
|
330
465
|
}
|
|
331
|
-
declare const createGradientStop: (stop:
|
|
466
|
+
declare const createGradientStop: (stop: GradientStopOptions) => string;
|
|
332
467
|
declare const createGradientFill: (options: GradientFillOptions) => string;
|
|
333
468
|
//#endregion
|
|
334
|
-
//#region src/drawing/fill/pattern-fill.d.ts
|
|
335
|
-
type PresetPattern = "percent5" | "percent10" | "percent20" | "percent25" | "percent30" | "percent40" | "percent50" | "percent60" | "percent70" | "percent75" | "percent80" | "percent90" | "horizontal" | "vertical" | "lightHorizontal" | "lightVertical" | "darkHorizontal" | "darkVertical" | "narrowHorizontal" | "narrowVertical" | "dashedHorizontal" | "dashedVertical" | "cross" | "downDiagonal" | "upDiagonal" | "lightDownDiagonal" | "lightUpDiagonal" | "darkDownDiagonal" | "darkUpDiagonal" | "wideDownDiagonal" | "wideUpDiagonal" | "dashedDownDiagonal" | "dashedUpDiagonal" | "diagonalCross" | "smallChecker" | "largeChecker" | "smallGrid" | "largeGrid" | "dotGrid" | "smallConfetti" | "largeConfetti" | "horizontalBrick" | "diagonalBrick" | "solidDiamond" | "openDiamond" | "dottedDiamond" | "plaid" | "sphere" | "weave" | "divot" | "shingle" | "wave" | "trellis" | "zigZag";
|
|
336
|
-
interface PatternFillOptions {
|
|
337
|
-
pattern: PresetPattern;
|
|
338
|
-
foregroundColor?: SolidFillOptions;
|
|
339
|
-
backgroundColor?: SolidFillOptions;
|
|
340
|
-
}
|
|
341
|
-
declare const createPatternFill: (options: PatternFillOptions) => string;
|
|
342
|
-
//#endregion
|
|
343
469
|
//#region src/drawing/effects/fill-overlay.d.ts
|
|
344
470
|
declare const BlendMode: {
|
|
345
471
|
readonly OVER: "over";
|
|
@@ -443,67 +569,6 @@ interface EffectListOptions {
|
|
|
443
569
|
}
|
|
444
570
|
declare const createEffectList: (options: EffectListOptions) => string;
|
|
445
571
|
//#endregion
|
|
446
|
-
//#region src/drawing/blip/blip-effects.d.ts
|
|
447
|
-
interface LuminanceEffectOptions {
|
|
448
|
-
bright?: number;
|
|
449
|
-
contrast?: number;
|
|
450
|
-
}
|
|
451
|
-
interface HSLEffectOptions {
|
|
452
|
-
hue?: number;
|
|
453
|
-
saturation?: number;
|
|
454
|
-
luminance?: number;
|
|
455
|
-
}
|
|
456
|
-
interface TintEffectOptions {
|
|
457
|
-
hue?: number;
|
|
458
|
-
amount?: number;
|
|
459
|
-
}
|
|
460
|
-
interface DuotoneEffectOptions {
|
|
461
|
-
color1: SolidFillOptions;
|
|
462
|
-
color2: SolidFillOptions;
|
|
463
|
-
}
|
|
464
|
-
interface BiLevelEffectOptions {
|
|
465
|
-
threshold: number;
|
|
466
|
-
}
|
|
467
|
-
interface AlphaReplaceEffectOptions {
|
|
468
|
-
alpha: number;
|
|
469
|
-
}
|
|
470
|
-
interface AlphaBiLevelEffectOptions {
|
|
471
|
-
threshold: number;
|
|
472
|
-
}
|
|
473
|
-
interface AlphaModulateFixedEffectOptions {
|
|
474
|
-
amount?: number;
|
|
475
|
-
}
|
|
476
|
-
interface ColorChangeEffectOptions {
|
|
477
|
-
from: SolidFillOptions;
|
|
478
|
-
to: SolidFillOptions;
|
|
479
|
-
useAlpha?: boolean;
|
|
480
|
-
}
|
|
481
|
-
interface ColorReplaceEffectOptions {
|
|
482
|
-
color: SolidFillOptions;
|
|
483
|
-
}
|
|
484
|
-
interface BlipBlurEffectOptions {
|
|
485
|
-
radius?: number;
|
|
486
|
-
grow?: boolean;
|
|
487
|
-
}
|
|
488
|
-
interface BlipEffectsOptions {
|
|
489
|
-
grayscale?: boolean;
|
|
490
|
-
luminance?: LuminanceEffectOptions;
|
|
491
|
-
hsl?: HSLEffectOptions;
|
|
492
|
-
tint?: TintEffectOptions;
|
|
493
|
-
duotone?: DuotoneEffectOptions;
|
|
494
|
-
biLevel?: BiLevelEffectOptions;
|
|
495
|
-
alphaCeiling?: boolean;
|
|
496
|
-
alphaFloor?: boolean;
|
|
497
|
-
alphaInverse?: SolidFillOptions;
|
|
498
|
-
alphaModulateFixed?: AlphaModulateFixedEffectOptions;
|
|
499
|
-
alphaReplace?: AlphaReplaceEffectOptions;
|
|
500
|
-
alphaBiLevel?: AlphaBiLevelEffectOptions;
|
|
501
|
-
colorChange?: ColorChangeEffectOptions;
|
|
502
|
-
colorReplace?: ColorReplaceEffectOptions;
|
|
503
|
-
blur?: BlipBlurEffectOptions;
|
|
504
|
-
}
|
|
505
|
-
declare const createBlipEffects: (options: BlipEffectsOptions) => string[];
|
|
506
|
-
//#endregion
|
|
507
572
|
//#region src/drawing/effects/effect-dag.d.ts
|
|
508
573
|
type EffectContainer = "sibling" | "tree";
|
|
509
574
|
interface AlphaInverseEffectOptions {
|
|
@@ -576,63 +641,6 @@ interface EffectDagOptions {
|
|
|
576
641
|
}
|
|
577
642
|
declare const createEffectDag: (options: EffectDagOptions) => string;
|
|
578
643
|
//#endregion
|
|
579
|
-
//#region src/drawing/blip/source-rectangle.d.ts
|
|
580
|
-
interface SourceRectangleOptions {
|
|
581
|
-
left?: number;
|
|
582
|
-
top?: number;
|
|
583
|
-
right?: number;
|
|
584
|
-
bottom?: number;
|
|
585
|
-
}
|
|
586
|
-
declare const createSourceRectangle: (options?: SourceRectangleOptions, tag?: string) => string;
|
|
587
|
-
//#endregion
|
|
588
|
-
//#region src/drawing/fill/fill-options.d.ts
|
|
589
|
-
interface GradientStopOptions {
|
|
590
|
-
position: number;
|
|
591
|
-
color: HexColor | SolidFillOptions;
|
|
592
|
-
}
|
|
593
|
-
interface BlipFillConfigOptions {
|
|
594
|
-
noEmbed?: true;
|
|
595
|
-
data?: DataType;
|
|
596
|
-
imageType?: "png" | "jpg" | "gif" | "bmp" | "tif" | "ico" | "emf" | "wmf";
|
|
597
|
-
fileName?: string;
|
|
598
|
-
dpi?: number;
|
|
599
|
-
rotWithShape?: boolean;
|
|
600
|
-
blipEffects?: BlipEffectsOptions;
|
|
601
|
-
sourceRectangle?: SourceRectangleOptions;
|
|
602
|
-
tile?: TileOptions;
|
|
603
|
-
}
|
|
604
|
-
interface BlipFillMediaData {
|
|
605
|
-
fileName: string;
|
|
606
|
-
data: Uint8Array;
|
|
607
|
-
type: string;
|
|
608
|
-
}
|
|
609
|
-
type FillOptions = string | {
|
|
610
|
-
type: "solid";
|
|
611
|
-
color: string | SolidFillOptions;
|
|
612
|
-
} | {
|
|
613
|
-
type: "none";
|
|
614
|
-
} | {
|
|
615
|
-
type: "gradient";
|
|
616
|
-
angle?: number;
|
|
617
|
-
scaled?: boolean;
|
|
618
|
-
path?: "shape" | "circle" | "rect";
|
|
619
|
-
stops: readonly GradientStopOptions[];
|
|
620
|
-
} | {
|
|
621
|
-
type: "gradient";
|
|
622
|
-
options: GradientFillOptions;
|
|
623
|
-
} | ({
|
|
624
|
-
type: "blip";
|
|
625
|
-
} & BlipFillConfigOptions) | {
|
|
626
|
-
type: "pattern";
|
|
627
|
-
pattern: PresetPattern;
|
|
628
|
-
foregroundColor?: HexColor | SolidFillOptions;
|
|
629
|
-
backgroundColor?: HexColor | SolidFillOptions;
|
|
630
|
-
} | {
|
|
631
|
-
type: "group";
|
|
632
|
-
};
|
|
633
|
-
declare const extractBlipFillMedia: (fill: FillOptions, nameAllocator?: (type: string) => string) => BlipFillMediaData | undefined;
|
|
634
|
-
declare const buildFill: (options: FillOptions, embedPlaceholder?: string) => string | undefined;
|
|
635
|
-
//#endregion
|
|
636
644
|
//#region src/drawing/geometry/adjustment-values.d.ts
|
|
637
645
|
interface GeometryGuide {
|
|
638
646
|
name: string;
|
|
@@ -863,7 +871,7 @@ interface ShapePropertiesOptions {
|
|
|
863
871
|
rotation?: number;
|
|
864
872
|
geometry?: ShapeType | PresetGeometryOptions;
|
|
865
873
|
customGeometry?: CustomGeometryOptions;
|
|
866
|
-
fill?: FillOptions;
|
|
874
|
+
fill?: FillOptions | null;
|
|
867
875
|
outline?: OutlineOptions;
|
|
868
876
|
effects?: EffectListOptions;
|
|
869
877
|
effectDag?: EffectDagOptions;
|
|
@@ -937,7 +945,7 @@ declare const bodyPropertiesDesc: CustomDescriptor<BodyPropertiesOptions, WriteC
|
|
|
937
945
|
type UnderlineStyle = "single" | "double" | "none";
|
|
938
946
|
type StrikeStyle = "singleStrike" | "doubleStrike" | "noStrike";
|
|
939
947
|
type TextCapitalization = "none" | "all" | "small";
|
|
940
|
-
type TextAlignment = "left" | "center" | "right" | "justify";
|
|
948
|
+
type TextAlignment = "left" | "center" | "right" | "justify" | "lowJustification" | "distribute" | "thaiDistributed";
|
|
941
949
|
interface TextHyperlinkOptions {
|
|
942
950
|
url?: string;
|
|
943
951
|
slide?: number;
|
|
@@ -1133,21 +1141,11 @@ declare const outlineDesc: CustomDescriptor<OutlineOptions>;
|
|
|
1133
1141
|
//#region src/drawing/effects/soft-edge.d.ts
|
|
1134
1142
|
declare const createSoftEdgeEffect: (rad: number | UniversalMeasure) => string;
|
|
1135
1143
|
//#endregion
|
|
1136
|
-
//#region src/drawing/blip/blip.d.ts
|
|
1137
|
-
type BlipCompression = "email" | "screen" | "print" | "hqprint" | "none";
|
|
1138
|
-
interface BlipOptions {
|
|
1139
|
-
referenceId?: string;
|
|
1140
|
-
linkReferenceId?: string;
|
|
1141
|
-
compression?: BlipCompression;
|
|
1142
|
-
type?: "svg" | string;
|
|
1143
|
-
fallbackFileName?: string;
|
|
1144
|
-
}
|
|
1145
|
-
declare const createBlip: (options: BlipOptions, blipEffects?: BlipEffectsOptions) => string;
|
|
1146
|
-
//#endregion
|
|
1147
1144
|
//#region src/drawing/blip/blip-fill.d.ts
|
|
1148
1145
|
interface BlipFillOptions {
|
|
1149
1146
|
dpi?: number;
|
|
1150
1147
|
rotWithShape?: boolean;
|
|
1148
|
+
compression?: BlipCompression;
|
|
1151
1149
|
blipEffects?: BlipEffectsOptions;
|
|
1152
1150
|
sourceRectangle?: SourceRectangleOptions;
|
|
1153
1151
|
tile?: TileOptions;
|
|
@@ -1202,7 +1200,6 @@ declare const scene3DDesc: CustomDescriptor<Scene3DOptions>;
|
|
|
1202
1200
|
//#region src/drawing/table-style.d.ts
|
|
1203
1201
|
type TableStyleRegion = "tblBg" | "wholeTbl" | "band1H" | "band2H" | "band1V" | "band2V" | "lastCol" | "firstCol" | "lastRow" | "seCell" | "swCell" | "firstRow" | "neCell" | "nwCell";
|
|
1204
1202
|
type OnOffStyleType = "on" | "off" | "default";
|
|
1205
|
-
type CompoundLineType = "single" | "double" | "thickThin" | "thinThick" | "triple";
|
|
1206
1203
|
interface TableFontReferenceOptions {
|
|
1207
1204
|
collection: "major" | "minor" | "none";
|
|
1208
1205
|
color?: SolidFillOptions;
|
|
@@ -1239,7 +1236,7 @@ interface TableCellBorderOptions {
|
|
|
1239
1236
|
}
|
|
1240
1237
|
interface ThemeableLineStyleOptions {
|
|
1241
1238
|
width?: number;
|
|
1242
|
-
compound?:
|
|
1239
|
+
compound?: CompoundLine;
|
|
1243
1240
|
color?: string;
|
|
1244
1241
|
lineReference?: StyleMatrixReferenceOptions;
|
|
1245
1242
|
}
|
|
@@ -1574,5 +1571,5 @@ declare const diagramStyleDesc: CustomDescriptor<DiagramStyleOptions>;
|
|
|
1574
1571
|
declare const presentationLayoutVariablesDesc: CustomDescriptor<PresentationLayoutVariablesOptions>;
|
|
1575
1572
|
declare const diagramExtensionListDesc: CustomDescriptor<DiagramExtensionListOptions>;
|
|
1576
1573
|
//#endregion
|
|
1577
|
-
export { ColorStyleLabelOptions as $,
|
|
1578
|
-
//# sourceMappingURL=index-
|
|
1574
|
+
export { ColorStyleLabelOptions as $, ScRgbColorOptions as $a, calculateEffectExtent as $i, ParagraphDescriptorOptions as $n, bodyPropertiesDesc as $r, pickNonVisualDrawingProperties as $t, patternFillDesc as A, PatternFillOptions as Aa, LineEndType as Ai, parseTableStyleList as An, StrikeStyle as Ar, AnimateOneByOneOptions as At, solidFillDesc as B, TileAlignment as Ba, GeomRect as Bi, createGroupTransform2D as Bn, TextRunOptions as Br, createAdjustList as Bt, pictureLockingDesc as C, createGradientStop as Ca, OutlineFillProperties as Ci, TableStyleOptions as Cn, BulletStyleOptions as Cr, createLayoutDefinitionHeader as Ct, fillDesc as D, GradientStopOptions as Da, createOutline as Di, createTableStyle as Dn, DEFAULT_SHADOW_DIRECTION as Dr, AdjustListOptions as Dt, emitFillXml as E, FillOptions as Ea, PresetDash as Ei, ThemeableLineStyleOptions as En, DEFAULT_SHADOW_BLUR_RADIUS as Er, createStyleDefinitionHeaderList as Et, parseColorChoiceElement as F, BlipCompression as Fa, PresetGeometryOptions as Fi, shape3DDesc as Fn, TextCharacterPropertiesOptions as Fr, MaxChildrenOptions as Ft, DiagramTextPropertiesOptions as G, createColorElement as Ga, GeometryGuide as Gi, createBlipFill as Gn, NormalAutofitOptions as Gr, createOrgChart as Gt, systemColorDesc as H, TileOptions as Ha, PathFillMode as Hi, stringifyStretch as Hn, UnderlineStyle as Hr, createAnimationLevel as Ht, presetColorDesc as I, BlipOptions as Ia, ShapeType as Ii, StyleMatrixReferenceOptions as In, TextFieldOptions as Ir, OrgChartOptions as It, createDiagramTextProperties as J, SystemColorOptions as Ja, EffectDagOptions as Ji, stringifyLineProperties as Jn, TextHorzOverflow as Jr, NonVisualContentPartPropertiesOptions as Jt, createDiagramExtensionList as K, createSolidFill as Ka, stringifyAdjustmentValues as Ki, createSoftEdgeEffect as Kn, PresetTextShapeOptions as Kr, createPreferredChildren as Kt, rgbColorDesc as L, createBlip as La, stringifyPresetGeometry as Li, BlackWhiteMode as Ln, TextFont as Lr, PreferredChildrenOptions as Lt, hslColorDesc as M, createPatternFill as Ma, createLineEnd as Mi, bevelDesc as Mn, TextAlignment as Mr, AnimationLevelOptions as Mt, isPlainRgbColor as N, SourceRectangleOptions as Na, DashStop as Ni, cell3DDesc as Nn, TextBreakOptions as Nr, HierBranch as Nt, findFillChild as O, buildFill as Oa, LineEndLength as Oi, createTableStyleList as On, DEFAULT_SHADOW_DISTANCE as Or, AdjustOptions as Ot, parseColorChoice as P, createSourceRectangle as Pa, createCustomDash as Pi, scene3DDesc as Pn, TextCapitalization as Pr, HierBranchOptions as Pt, ColorMethod as Q, createSchemeColor as Qa, EffectListOptions as Qi, textBodyDesc as Qn, VerticalAnchor as Qr, parseNonVisualDrawingProperties as Qt, scRgbColorDesc as R, BlipEffectsOptions as Ra, ConnectionSite as Ri, GroupTransform2DOptions as Rn, TextHyperlinkOptions as Rr, PresentationLayoutVariablesOptions as Rt, groupLockingDesc as S, createGradientFill as Sa, LineJoin as Si, TableStyleListOptions as Sn, BulletPictureOptions as Sr, createColorsDefinitionHeaderList as St, effectListDesc as T, BlipFillMediaData as Ta, PenAlignment as Ti, TableTextStyleOptions as Tn, DEFAULT_SHADOW_ALPHA as Tr, createStyleDefinitionHeader as Tt, DiagramExtensionListOptions as U, createTileInfo as Ua, PathOptions as Ui, createExtensionList as Un, BodyPropertiesOptions as Ur, createHierBranch as Ut, stringifyColorChoice as V, TileFlipMode as Va, PathCommand as Vi, createTransform2D as Vn, TextTabAlignment as Vr, createAnimateOneByOne as Vt, DiagramExtensionOptions as W, SolidFillOptions as Wa, createCustomGeometry as Wi, BlipFillOptions as Wn, FlatTextOptions as Wr, createMaxChildren as Wt, createDiagramRelationshipIds as X, SchemeColor as Xa, BlurEffectOptions as Xi, createNoFill as Xn, TextVertOverflow as Xr, stringifyNonVisualContentPartProperties as Xt, DiagramRelationshipIdsOptions as Y, createSystemColor as Ya, createEffectDag as Yi, createGroupFill as Yn, TextShapePreset as Yr, parseNonVisualContentPartProperties as Yt, ColorListOptions as Z, SchemeColorOptions as Za, EffectExtent as Zi, TextBodyOptions as Zn, TextVertical as Zr, NonVisualDrawingPropertiesOptions as Zt, transform2DDesc as _, GradientShadeOptions as _a, SphereCoords as _i, TableBackgroundStyleOptions as _n, AutoNumberFormat as _r, LayoutDefinitionHeaderListOptions as _t, BlipDescriptorOptions as a, createPresetShadowEffect as aa, PresetMaterial as ai, ContentPartLockingOptions as an, createPresetColor as ao, readHyperlink as ar, createEffectColorList as at, connectorLockingDesc as b, PathShadeOptions as ba, CompoundLine as bi, TableFontReferenceOptions as bn, BulletNoneOption as br, StyleDefinitionHeaderOptions as bt, sourceRectangleDesc as c, createOuterShadowEffect as ca, BevelOptions as ci, PictureLockingOptions as cn, ColorTransformOptions as co, stringifyRunProperties as cr, createStyleLabel as ct, tileDesc as d, GlowEffectOptions as da, createBottomBevel as di, createContentPartLocking as dn, TextStylesOptions as dr, createTextLineColorList as dt, createEffectList as ea, createBodyProperties as ei, stringifyNonVisualDrawingProperties as en, createScRgbColor as eo, paragraphDesc as er, DiagramStyleOptions as et, stringifyTextRun as f, createGlowEffect as fa, BackdropOptions as fi, createGraphicFrameLocking as fn, parseTextStyles as fr, ColorsDefinitionHeaderListOptions as ft, groupTransform2DDesc as g, GradientFillOptions as ga, Scene3DOptions as gi, OnOffStyleType as gn, textStylesDesc as gr, DiagramNameOptions as gt, groupShapePropertiesDesc as h, createFillOverlayEffect as ha, Point3D as hi, createShapeLocking as hn, textListStyleDesc as hr, DiagramDescriptionOptions as ht, presentationLayoutVariablesDesc as i, PresetShadowEffectOptions as ia, shapePropertiesDesc as ii, ConnectorLockingOptions as in, PresetColorOptions as io, buildHyperlinkElement as ir, createDiagramStyle as it, emitColorChoice as j, PresetPattern as ja, LineEndWidth as ji, Cell3DOptions as jn, TabStopOptions as jr, AnimationLevel as jt, gradientFillDesc as k, extractBlipFillMedia as ka, LineEndOptions as ki, parseTableStyle as kn, RunFont as kr, AnimateOneByOne as kt, stretchDesc as l, InnerShadowEffectOptions as la, BevelPreset as li, ShapeLockingOptions as ln, createColorTransforms as lo, DEFAULT_TEXT_STYLES as lr, createTextEffectColorList as lt, GroupShapePropertiesOptions as m, FillOverlayEffectOptions as ma, LightRigOptions as mi, createPictureLocking as mn, stringifyTextStyles as mr, DiagramCategoryOptions as mt, diagramRelationshipIdsDesc as n, createReflectionEffect as na, ShapePropertiesExtensionOptions as ni, parseEndpointConnection as nn, createRgbColor as no, stringifyParagraphPropertiesElement as nr, HueDirection as nt, blipDesc as o, OuterShadowEffectOptions as oa, Shape3DOptions as oi, GraphicFrameLockingOptions as on, HslColorOptions as oo, registerHyperlink as or, createFillColorList as ot, textRunDesc as p, BlendMode as pa, CameraOptions as pi, createGroupLocking as pn, stringifyTextListStyleTag as pr, ColorsDefinitionHeaderOptions as pt, createDiagramShape3D as q, SystemColor as qa, EffectContainer as qi, outlineDesc as qn, TextBodyWrapping as qr, createPresentationLayoutVariables as qt, diagramStyleDesc as r, PresetShadow as ra, ShapePropertiesOptions as ri, stringifyEndpointConnection as rn, PresetColor as ro, Mutable as rr, StyleMatrixIndex as rt, blipFillDesc as s, RectAlignment as sa, createShape3D as si, GroupLockingOptions as sn, createHslColor as so, runPropertiesDesc as sr, createLineColorList as st, diagramExtensionListDesc as t, ReflectionEffectOptions as ta, parseBodyProperties as ti, EndpointConnectionOptions as tn, RgbColorOptions as to, readParagraphProperties as tr, FontCollectionIndex as tt, stringifyBlipEffects as u, createInnerShadowEffect as ua, createBevel as ui, createConnectorLocking as un, TextListStyleOptions as ur, createTextFillColorList as ut, customGeometryDesc as v, LinearShadeOptions as va, Vector3D as vi, TableCellBorderOptions as vn, BulletAutoNumOptions as vr, LayoutDefinitionHeaderOptions as vt, shapeLockingDesc as w, BlipFillConfigOptions as wa, OutlineOptions as wi, TableStyleRegion as wn, DEFAULT_OUTLINE_WIDTH as wr, createLayoutDefinitionHeaderList as wt, graphicFrameLockingDesc as x, RelativeRect as xa, LineCap as xi, TablePartStyleOptions as xn, BulletOptions as xr, createColorsDefinitionHeader as xt, presetGeometryDesc as y, PathShade as ya, createScene3D as yi, TableCellStyleOptions as yn, BulletCharOptions as yr, StyleDefinitionHeaderListOptions as yt, schemeColorDesc as z, createBlipEffects as za, CustomGeometryOptions as zi, Transform2DOptions as zn, TextParagraphPropertiesOptions as zr, createAdjust as zt };
|
|
1575
|
+
//# sourceMappingURL=index-BDeoFmTS.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-BDeoFmTS.d.mts","names":[],"sources":["../src/drawing/color/color-transform.ts","../src/drawing/color/hsl-color.ts","../src/drawing/color/preset-color.ts","../src/drawing/color/rgb-color.ts","../src/drawing/color/sc-rgb-color.ts","../src/drawing/color/scheme-color.ts","../src/drawing/color/system-color.ts","../src/drawing/color/solid-fill.ts","../src/drawing/blip/tile.ts","../src/drawing/blip/blip-effects.ts","../src/drawing/blip/blip.ts","../src/drawing/blip/source-rectangle.ts","../src/drawing/fill/pattern-fill.ts","../src/drawing/fill/fill-options.ts","../src/drawing/fill/gradient-fill.ts","../src/drawing/effects/fill-overlay.ts","../src/drawing/effects/glow.ts","../src/drawing/effects/inner-shadow.ts","../src/drawing/effects/outer-shadow.ts","../src/drawing/effects/preset-shadow.ts","../src/drawing/effects/reflection.ts","../src/drawing/effects/effect-list.ts","../src/drawing/effects/effect-dag.ts","../src/drawing/geometry/adjustment-values.ts","../src/drawing/geometry/custom-geometry.ts","../src/drawing/geometry/preset-geometry.ts","../src/drawing/outline/custom-dash.ts","../src/drawing/outline/line-end.ts","../src/drawing/outline/outline.ts","../src/drawing/three-d/scene-3d.ts","../src/drawing/three-d/bevel.ts","../src/drawing/three-d/shape-3d.ts","../src/drawing/shape-properties-desc.ts","../src/drawing/text/body-properties.ts","../src/drawing/text/types.ts","../src/drawing/text/list-style.ts","../src/drawing/text/run-properties.ts","../src/drawing/text/paragraph.ts","../src/drawing/text/text-body.ts","../src/drawing/fill/no-fill.ts","../src/drawing/fill/group-fill.ts","../src/drawing/outline/outline-descriptors.ts","../src/drawing/effects/soft-edge.ts","../src/drawing/blip/blip-fill.ts","../src/drawing/blip/blip-extensions.ts","../src/drawing/blip/stretch.ts","../src/drawing/transform.ts","../src/drawing/black-white-mode.ts","../src/drawing/style-reference.ts","../src/drawing/three-d/three-d-descriptors.ts","../src/drawing/table-style.ts","../src/drawing/locking/locking.ts","../src/drawing/connection.ts","../src/drawing/non-visual/drawing-properties.ts","../src/drawing/non-visual/content-part-properties.ts","../src/drawing/diagram/layout-vars.ts","../src/drawing/diagram/headers.ts","../src/drawing/diagram/diagram-style.ts","../src/drawing/diagram/diagram-rel.ts","../src/drawing/diagram/diagram-props.ts","../src/drawing/color/color-descriptors.ts","../src/drawing/fill/fill-descriptors.ts","../src/drawing/effects/effect-descriptors.ts","../src/drawing/locking/locking-descriptors.ts","../src/drawing/geometry/geometry-descriptors.ts","../src/drawing/transform-descriptors.ts","../src/drawing/group-shape-properties-desc.ts","../src/drawing/text/run.ts","../src/drawing/blip/blip-descriptors.ts","../src/drawing/diagram/diagram-descriptors.ts"],"mappings":"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"}
|
|
@@ -73,6 +73,11 @@ declare class Relationships {
|
|
|
73
73
|
add(type: RelationshipType, target: string, targetMode?: (typeof TargetModeType)[keyof typeof TargetModeType]): number;
|
|
74
74
|
get relationshipCount(): number;
|
|
75
75
|
get nextRelationshipId(): number;
|
|
76
|
+
reserveId(id: number | string): void;
|
|
77
|
+
reserveSourceRids(source: string, passthrough: readonly {
|
|
78
|
+
source: string;
|
|
79
|
+
rId: string;
|
|
80
|
+
}[]): void;
|
|
76
81
|
renameEntryByType(type: string, newId: number): void;
|
|
77
82
|
idByKind(kind: string): number | undefined;
|
|
78
83
|
claimSourceRel(rel: {
|
|
@@ -123,7 +128,6 @@ declare const convertEmuToPoints: (emus: number) => number;
|
|
|
123
128
|
declare const convertEmuToTwip: (emus: number) => number;
|
|
124
129
|
declare const convertTwipToEmu: (twips: number) => number;
|
|
125
130
|
declare const convertPointsToTwip: (points: number) => number;
|
|
126
|
-
declare const convertTwipToPoints: (twips: number) => number;
|
|
127
131
|
interface ParsedMeasure {
|
|
128
132
|
value: number;
|
|
129
133
|
unit: "mm" | "cm" | "in" | "pt" | "pc" | "pi" | "px";
|
|
@@ -173,8 +177,8 @@ declare const xsdRectAlignment: {
|
|
|
173
177
|
declare const xsdTextAlign: {
|
|
174
178
|
to: (key: string) => string;
|
|
175
179
|
from: (xsd: string) => string;
|
|
176
|
-
forward: Record<"left" | "center" | "right" | "justify", "l" | "ctr" | "r" | "just">;
|
|
177
|
-
reverse: Record<"l" | "ctr" | "r" | "just", "left" | "center" | "right" | "justify">;
|
|
180
|
+
forward: Record<"left" | "center" | "right" | "justify" | "lowJustification" | "distribute" | "thaiDistributed", "l" | "ctr" | "r" | "just" | "justLow" | "dist" | "thaiDist">;
|
|
181
|
+
reverse: Record<"l" | "ctr" | "r" | "just" | "justLow" | "dist" | "thaiDist", "left" | "center" | "right" | "justify" | "lowJustification" | "distribute" | "thaiDistributed">;
|
|
178
182
|
};
|
|
179
183
|
declare const xsdTextAnchor: {
|
|
180
184
|
to: (key: string) => string;
|
|
@@ -386,12 +390,6 @@ declare const xsdResizeHandles: {
|
|
|
386
390
|
forward: Record<"exact" | "relative", "exact" | "rel">;
|
|
387
391
|
reverse: Record<"exact" | "rel", "exact" | "relative">;
|
|
388
392
|
};
|
|
389
|
-
declare const xsdOnOffStyle: {
|
|
390
|
-
to: (key: string) => string;
|
|
391
|
-
from: (xsd: string) => string;
|
|
392
|
-
forward: Record<"default", "def">;
|
|
393
|
-
reverse: Record<"def", "default">;
|
|
394
|
-
};
|
|
395
393
|
declare const xsdAnimClass: {
|
|
396
394
|
to: (key: string) => string;
|
|
397
395
|
from: (xsd: string) => string;
|
|
@@ -452,12 +450,6 @@ declare const xsdTextVerticalType: {
|
|
|
452
450
|
forward: Record<"horizontal" | "vertical" | "vertical270" | "wordArtVertical" | "eastAsianVertical" | "mongolianVertical" | "wordArtVerticalRightToLeft", "horz" | "vert" | "vert270" | "wordArtVert" | "eaVert" | "mongolianVert" | "wordArtVertRtl">;
|
|
453
451
|
reverse: Record<"horz" | "vert" | "vert270" | "wordArtVert" | "eaVert" | "mongolianVert" | "wordArtVertRtl", "horizontal" | "vertical" | "vertical270" | "wordArtVertical" | "eastAsianVertical" | "mongolianVertical" | "wordArtVerticalRightToLeft">;
|
|
454
452
|
};
|
|
455
|
-
declare const xsdDashStyle: {
|
|
456
|
-
to: (key: string) => string;
|
|
457
|
-
from: (xsd: string) => string;
|
|
458
|
-
forward: Record<"longDash" | "systemDot" | "systemDash", "lgDash" | "sysDot" | "sysDash">;
|
|
459
|
-
reverse: Record<"lgDash" | "sysDot" | "sysDash", "longDash" | "systemDot" | "systemDash">;
|
|
460
|
-
};
|
|
461
453
|
declare const xsdOrient: {
|
|
462
454
|
to: (key: string) => string;
|
|
463
455
|
from: (xsd: string) => string;
|
|
@@ -589,5 +581,5 @@ declare function replaceOleLinkPlaceholders(xml: string, links: {
|
|
|
589
581
|
key: string;
|
|
590
582
|
}[], offset: number): string;
|
|
591
583
|
//#endregion
|
|
592
|
-
export {
|
|
593
|
-
//# sourceMappingURL=index-
|
|
584
|
+
export { xsdLightRigDirection as $, convertTwipToEmu as $t, xsdAnimValueType as A, ZipStreamWriter as An, UniqueNumericIdCreator as At, xsdCompoundLine as B, convertEmuToPixels as Bt, replacePlaceholders as C, Packer as Cn, xsdTextVerticalType as Ct, xsdAnimCalcMode as D, ZIP_STORED_LEVEL as Dn, xsdVerticalMergeRev as Dt, invertMap as E, ZIP_DEFLATE_LEVEL as En, xsdUnderlineStyle as Et, xsdAxisOrientation as F, strFromU8$1 as Fn, extUriMatches as Ft, xsdEffectContainer as G, convertMillimetersToTwip as Gt, xsdDataLabelPosition as H, convertEmuToTwip as Ht, xsdAxisPosition as I, unzipSync$1 as In, derivePasswordHash as It, xsdHierBranch as J, convertPointsToTwip as Jt, xsdErrorValueType as K, convertPixelsToEmu as Kt, xsdBlendMode as L, zipAndConvert as Ln, hashPasswordAgile as Lt, xsdAxisCrossBetween as M, createPacker as Mn, uniqueId as Mt, xsdAxisCrosses as N, createZipStream as Nn, uniqueNumericIdCreator as Nt, xsdAnimClass as O, ZipOptions as On, ImageFileType as Ot, xsdAxisLabelAlignment as P, levelForMediaName as Pn, uniqueUuid as Pt, xsdLegendPosition as Q, convertToTwip as Qt, xsdChartBuild as R, zipSync$1 as Rn, randomBytes as Rt, replaceOlePlaceholders as S, CompressionOptions as Sn, xsdTextTabAlignment as St, replaceVideoPlaceholders as T, XmlifyedFile as Tn, xsdTrendlineType as Tt, xsdDiagramBuild as U, convertInchesToEmu as Ut, xsdConsolidateFunction as V, convertEmuToPoints as Vt, xsdDiagramDirection as W, convertInchesToTwip as Wt, xsdIterateType as X, convertToInch as Xt, xsdHueDirection as Y, convertToEmu as Yt, xsdJcAlignment as Z, convertToPt as Zt, replaceImageLinkPlaceholders as _, buildRootRelationships as _n, xsdTableWidthType as _t, findAndReplaceImagePlaceholders as a, emitPercent as an, xsdPathFillMode as at, replaceNumberingPlaceholders as b, resolveRelationshipTarget as bn, xsdTextBuild as bt, getMediaRefs as c, parsePercent as cn, xsdPlaceholderType as ct, getVideoRefs as d, XmlifyedFileEntry as dn, xsdResizeHandles as dt, convertUniversalMeasureToEmu as en, xsdLineCap as et, hasPlaceholders as f, addBinaryFile as fn, xsdShadingPattern as ft, replaceHyperlinkPlaceholders as g, TargetModeType as gn, xsdStrikeStyle as gt, replaceChartPlaceholders as h, Relationships as hn, xsdSplitType as ht, collectPlaceholderKeys as i, emitAngle as in, xsdOrient as it, xsdAnimationDgmBuild as j, Zippable$1 as jn, hashedId as jt, xsdAnimLevel as k, ZipPartSink as kn, imageTypeFromPath as kt, getOleRefs as l, parsePercentAttr as ln, xsdPresetShadow as lt, replaceAudioPlaceholders as m, RelationshipType as mn, xsdSlideLayoutType as mt, SmartArtRelOptions as n, convertUniversalMeasureToPt as nn, xsdMaterialType as nt, formatId as o, mapOptional as on, xsdPattern as ot, replaceAllPlaceholders as p, compileMapping as pn, xsdSizeRepresents as pt, xsdFontAlignment as q, convertPointsToEmu as qt, addSmartArtRelationships as r, convertUniversalMeasureToTwip as rn, xsdMathStyle as rt, getAudioRefs as s, parseAngle as sn, xsdPenAlignment as st, IdFormat as t, convertUniversalMeasureToInch as tn, xsdLineEndSize as tt, getReferencedMedia as u, parseUniversalMeasure as un, xsdRectAlignment as ut, replaceImagePlaceholders as v, optionalRelsPart as vn, xsdTextAlign as vt, replaceSmartArtPlaceholders as w, PackerOptions as wn, xsdTotalsRowFunction as wt, replaceOleLinkPlaceholders as x, CompileFn as xn, xsdTextCaps as xt, replaceMediaPlaceholders as y, partPathToRelsPath as yn, xsdTextAnchor as yt, xsdComments as z, zipSyncAndConvert as zn, convertEmuToInches as zt };
|
|
585
|
+
//# sourceMappingURL=index-Cd0lFS5x.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-Cd0lFS5x.d.mts","names":[],"sources":["../src/opc/packer.ts","../src/opc/relationships.ts","../src/util/compile.ts","../src/util/converters.ts","../src/util/crypto.ts","../src/util/ext-uri.ts","../src/util/generators.ts","../src/util/image-type.ts","../src/util/mappings.ts","../src/util/placeholder.ts"],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { f as CustomDescriptor, h as WriteContext, m as ReadContext } from "./index-BQLIofaF.mjs";
|
|
2
|
-
import { _ as ThemeOverrideOptions, g as ThemeOptions, o as DefaultShapeStyleOptions, r as ColorSchemeOptions, t as ColorMappingOptions } from "./theme-options-
|
|
2
|
+
import { _ as ThemeOverrideOptions, g as ThemeOptions, o as DefaultShapeStyleOptions, r as ColorSchemeOptions, t as ColorMappingOptions } from "./theme-options-wZX4i_xx.mjs";
|
|
3
3
|
import { Element } from "@office-open/xml";
|
|
4
4
|
//#region src/theme/default-theme.d.ts
|
|
5
5
|
declare function createThemeXml(options?: ThemeOptions, ctx?: WriteContext): string;
|
|
@@ -28,4 +28,4 @@ declare function stringifyShapeStyle(opts: DefaultShapeStyleOptions, ctx: WriteC
|
|
|
28
28
|
declare function parseShapeStyle(el: Element | undefined, ctx: ReadContext): DefaultShapeStyleOptions | undefined;
|
|
29
29
|
//#endregion
|
|
30
30
|
export { stringifyColorMapping as a, themeOverrideDesc as c, buildThemeXml as d, createThemeXml as f, parseColorMapping as i, themeDesc as l, stringifyShapeStyle as n, ThemeManagerOptions as o, DEFAULT_COLOR_MAPPING as r, themeManagerDesc as s, parseShapeStyle as t, DEFAULT_COLORS as u };
|
|
31
|
-
//# sourceMappingURL=index-
|
|
31
|
+
//# sourceMappingURL=index-DOtPArpl.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-
|
|
1
|
+
{"version":3,"file":"index-DOtPArpl.d.mts","names":[],"sources":["../src/theme/default-theme.ts","../src/theme/build-theme-xml.ts","../src/theme/default-colors.ts","../src/theme/theme-descriptors.ts","../src/theme/theme-override.ts","../src/theme/color-mapping.ts","../src/theme/style-matrix.ts"],"mappings":";;;;iBAmBgB,eAAe,UAAU,cAAc,MAAM;;;iBCkC7C,cAAc,UAAU,cAAc,MAAM;;;cC7C/C,gBAAgB,OAAO,cAAc;;;cCerC,WAAW,iBAAiB,cAAc,cAAc;;;cCFxD,mBAAmB,iBAC9B,sBACA,cACA;KA6BU,sBAAsB;cAErB,kBAAkB,iBAC7B,qBACA,cACA;;;cCVW,uBAAuB;iBAgBpB,sBACd,MAAM,QAAQ,kCACd;iBAWc,kBACd,IAAI,sBACH,QAAQ;;;iBCHK,oBACd,MAAM,0BACN,KAAK,cAML;iBASc,gBACd,IAAI,qBACJ,KAAK,cACJ"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as DataType } from "./data-type-CZMKVaaT.mjs";
|
|
2
2
|
import { f as CustomDescriptor } from "./index-BQLIofaF.mjs";
|
|
3
|
-
import {
|
|
4
|
-
import { o as DefaultShapeStyleOptions, t as ColorMappingOptions } from "./theme-options-
|
|
3
|
+
import { Wn as BlipFillOptions, Zn as TextBodyOptions, Zt as NonVisualDrawingPropertiesOptions, m as GroupShapePropertiesOptions, on as GraphicFrameLockingOptions, ri as ShapePropertiesOptions, zn as Transform2DOptions } from "./index-BDeoFmTS.mjs";
|
|
4
|
+
import { o as DefaultShapeStyleOptions, t as ColorMappingOptions } from "./theme-options-wZX4i_xx.mjs";
|
|
5
5
|
//#region src/chart/chart-collection.d.ts
|
|
6
6
|
interface ChartData {
|
|
7
7
|
key: string;
|
|
@@ -116,7 +116,7 @@ interface ChartSeriesCommon {
|
|
|
116
116
|
invertIfNegative?: boolean;
|
|
117
117
|
smooth?: boolean;
|
|
118
118
|
explosion?: number;
|
|
119
|
-
pictureOptions?:
|
|
119
|
+
pictureOptions?: ChartPictureOptions;
|
|
120
120
|
shapeProperties?: ShapePropertiesOptions;
|
|
121
121
|
shape?: BarShape;
|
|
122
122
|
bubble3D?: boolean;
|
|
@@ -387,10 +387,10 @@ interface DataPointOptions {
|
|
|
387
387
|
bubble3D?: boolean;
|
|
388
388
|
explosion?: number;
|
|
389
389
|
shapeProperties?: ShapePropertiesOptions;
|
|
390
|
-
pictureOptions?:
|
|
390
|
+
pictureOptions?: ChartPictureOptions;
|
|
391
391
|
}
|
|
392
392
|
type PictureFormat = "stack" | "scale" | "stackScale" | "stretch";
|
|
393
|
-
interface
|
|
393
|
+
interface ChartPictureOptions {
|
|
394
394
|
applyToFront?: boolean;
|
|
395
395
|
applyToSides?: boolean;
|
|
396
396
|
applyToEnd?: boolean;
|
|
@@ -501,5 +501,5 @@ interface LegendEntryOptions {
|
|
|
501
501
|
//#region src/chart/chart-descriptors.d.ts
|
|
502
502
|
declare const chartSpaceDesc: CustomDescriptor<ChartSpaceOptions>;
|
|
503
503
|
//#endregion
|
|
504
|
-
export { PivotSourceOptions as $,
|
|
505
|
-
//# sourceMappingURL=index-
|
|
504
|
+
export { PivotSourceOptions as $, ChartUserShapesOptions as A, ErrorBarType as B, ChartPivotFormatOptions as C, UserShapesOptions as Ct, ChartStyle2010Options as D, ChartData as Dt, ChartSpaceOptions as E, ChartCollection as Et, DataTableOptions as F, LegendEntryOptions as G, ExternalDataOptions as H, DisplayBlanksAs as I, MarkerOptions as J, LegendPosition as K, DisplayUnitsOptions as L, DataLabelPosition as M, DataLabelsOptions as N, ChartTitleOptions as O, DataPointOptions as P, PictureFormat as Q, ErrorBarDirection as R, ChartPictureOptions as S, UserShapeShapeOptions as St, ChartSeriesData as T, userShapesDesc as Tt, LayoutMode as U, ErrorValueType as V, LayoutTarget as W, OfPieType as X, MarkerSymbol as Y, PageSetupOrientation as Z, ChartGrouping as _, UserShapeGraphicFrameOptions as _t, AxisLabelAlignment as a, SizeRepresents as at, ChartPageMarginsOptions as b, UserShapeObjectOptions as bt, AxisOrientation as c, TimeUnit as ct, AxisTickLabelPosition as d, TrendlineType as dt, PrintSettingsOptions as et, AxisTickMark as f, View3DOptions as ft, BuiltInDisplayUnit as g, UserShapeExtentOptions as gt, BubbleSeriesData as h, UserShapeConnectorOptions as ht, AxisKind as i, SecondaryChartGroupOptions as it, DataLabelOptions as j, ChartType as k, AxisPosition as l, TrendlineLabelOptions as lt, BarShape as m, RelativeSizeAnchorOptions as mt, AxisCrossBetween as n, RadarStyle as nt, AxisNumberFormatOptions as o, SplitType as ot, BandFormatOptions as p, AbsoluteSizeAnchorOptions as pt, ManualLayoutOptions as q, AxisCrosses as r, ScatterSeriesData as rt, AxisOptions as s, SurfaceOptions as st, chartSpaceDesc as t, ProtectionOptions as tt, AxisScalingOptions as u, TrendlineOptions as ut, ChartHeaderFooterOptions as v, UserShapeGroupOptions as vt, ChartSeriesCommon as w, buildUserShapesData as wt, ChartPageSetupOptions as x, UserShapePictureOptions as xt, ChartLinesOptions as y, UserShapeMarkerOptions as yt, ErrorBarOptions as z };
|
|
505
|
+
//# sourceMappingURL=index-Dg0nIw2S.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-
|
|
1
|
+
{"version":3,"file":"index-Dg0nIw2S.d.mts","names":[],"sources":["../src/chart/chart-collection.ts","../src/chart/user-shapes/user-shapes.ts","../src/chart/types.ts","../src/chart/chart-descriptors.ts"],"mappings":"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"}
|