@silurus/ooxml 0.87.0 → 0.88.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/render-worker-1uPAxMZr.js +31 -0
- package/dist/assets/render-worker-BlvJybji.js +10 -0
- package/dist/assets/render-worker-CzmiJfFL.js +11 -0
- package/dist/{canvas-viewer-mechanics-Cpk0YFvM.js → canvas-viewer-mechanics-DbLz0rYW.js} +2 -2
- package/dist/chart-ex.mjs +581 -616
- package/dist/{comment-ui-runtime-BfE7MJZn.js → comment-ui-runtime-CWGqn5Vr.js} +1 -1
- package/dist/{document-pull-client-yKxI8aDH.js → document-pull-client-B9PTM-pL.js} +3824 -3795
- package/dist/{docx-BkSRiy07.js → docx-BF9WXrYH.js} +428 -320
- package/dist/docx.mjs +4 -4
- package/dist/docx_parser_bg.wasm +0 -0
- package/dist/{dom-interaction-boundary-CBUQJsIM.js → dom-interaction-boundary-Cnm8DSBN.js} +2 -2
- package/dist/{hyperlink-ArrU3ArU.js → hyperlink-Cxzhet30.js} +93 -94
- package/dist/index.mjs +3 -3
- package/dist/{line-distribute-Dtudnqhs.js → line-distribute-D1WNHKz_.js} +2 -2
- package/dist/node.mjs +8 -8
- package/dist/plot-area-frame-DLTYKHNP.js +4354 -0
- package/dist/{pptx-62MmVbYB.js → pptx-DkyYBYoL.js} +13 -11
- package/dist/pptx.mjs +5 -5
- package/dist/pptx_parser_bg.wasm +0 -0
- package/dist/region-map.mjs +4 -4
- package/dist/{render-8Zo7dnds.js → render-D3iqVKCo.js} +1 -1
- package/dist/{render-worker-host-BfbnEChF.js → render-worker-host-B5wQfB7U.js} +1 -1
- package/dist/{render-worker-host-DNL9dWRh.js → render-worker-host-D4123J27.js} +1 -1
- package/dist/{render-worker-host-IkHrYOci.js → render-worker-host-Di3LxLc0.js} +1 -1
- package/dist/renderer-B4GZb5We.js +6492 -0
- package/dist/{resource-measurement-CJsgolre.js → resource-measurement-SHQCbkh2.js} +3 -3
- package/dist/{session-CrU8f8DI.js → session-BGq81gRQ.js} +2 -2
- package/dist/{slide-pull-client-B9KA8bU6.js → slide-pull-client-DiPnm240.js} +46 -46
- package/dist/{three-d-YYghQndN.js → three-d-DJBl8g8M.js} +251 -435
- package/dist/three-d.mjs +998 -906
- package/dist/tiff.mjs +1 -1
- package/dist/types/chart-ex.d.ts +142 -4
- package/dist/types/docx.d.ts +148 -10
- package/dist/types/index.d.ts +122 -16
- package/dist/types/node.d.ts +113 -7
- package/dist/types/pptx.d.ts +116 -10
- package/dist/types/region-map.d.ts +142 -4
- package/dist/types/three-d.d.ts +142 -4
- package/dist/types/xlsx.d.ts +148 -10
- package/dist/{worksheet-pull-client-eIcQ-xlD.js → worksheet-pull-client-BM8ywvbu.js} +2 -2
- package/dist/{xlsx-CRcSzZNq.js → xlsx-C9NVjgaV.js} +122 -120
- package/dist/xlsx.mjs +5 -5
- package/dist/xlsx_parser_bg.wasm +0 -0
- package/package.json +1 -1
- package/dist/assets/render-worker-CeK_iqK3.js +0 -10
- package/dist/assets/render-worker-DusrDhPk.js +0 -11
- package/dist/assets/render-worker-n2ZG0lrQ.js +0 -31
- package/dist/plot-area-frame-D5hEOgkJ.js +0 -2903
- package/dist/renderer-XFSCOT6m.js +0 -5857
- /package/dist/{pixel-budget-Dgjw269h.js → pixel-budget-9P63Bsk5.js} +0 -0
- /package/dist/{units-EJdC96r6.js → units-BzZ0gAxs.js} +0 -0
package/dist/types/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//#region dist/.types-work/chart-
|
|
1
|
+
//#region dist/.types-work/chart-BtUu4_7Y.d.ts
|
|
2
2
|
type DecodedImageBudgetStrategy = 'adaptive' | 'strict';
|
|
3
3
|
interface ImageResourceOptions {
|
|
4
4
|
decodedByteBudget?: number;
|
|
@@ -434,7 +434,9 @@ interface ChartSeries {
|
|
|
434
434
|
markerFill?: string | null;
|
|
435
435
|
markerFillPaint?: Fill | null;
|
|
436
436
|
markerFillPaintAuthored?: boolean | null;
|
|
437
|
+
markerStyle?: ChartExElementStyle | null;
|
|
437
438
|
markerLine?: string | null;
|
|
439
|
+
markerLinePaintAuthored?: boolean | null;
|
|
438
440
|
markerLineWidthEmu?: number | null;
|
|
439
441
|
dataPointOverrides?: ChartDataPointOverride[] | null;
|
|
440
442
|
dataLabelOverrides?: ChartDataLabelOverride[] | null;
|
|
@@ -448,6 +450,7 @@ interface ChartSeries {
|
|
|
448
450
|
lineHidden?: boolean | null;
|
|
449
451
|
}
|
|
450
452
|
interface ChartTrendline {
|
|
453
|
+
style?: ChartExElementStyle | null;
|
|
451
454
|
name?: string | null;
|
|
452
455
|
trendlineType: string;
|
|
453
456
|
order?: number | null;
|
|
@@ -486,6 +489,7 @@ interface ChartTrendline {
|
|
|
486
489
|
lineWidthEmu?: number | null;
|
|
487
490
|
lineDash?: string | null;
|
|
488
491
|
lineHidden?: boolean | null;
|
|
492
|
+
linePaintAuthored?: boolean | null;
|
|
489
493
|
}
|
|
490
494
|
interface ChartDataPointOverride {
|
|
491
495
|
idx: number;
|
|
@@ -501,7 +505,9 @@ interface ChartDataPointOverride {
|
|
|
501
505
|
markerFill?: string;
|
|
502
506
|
markerFillPaint?: Fill | null;
|
|
503
507
|
markerFillPaintAuthored?: boolean | null;
|
|
508
|
+
markerStyle?: ChartExElementStyle | null;
|
|
504
509
|
markerLine?: string;
|
|
510
|
+
markerLinePaintAuthored?: boolean | null;
|
|
505
511
|
markerLineWidthEmu?: number;
|
|
506
512
|
bubble3D?: boolean | null;
|
|
507
513
|
explosion?: number;
|
|
@@ -543,8 +549,12 @@ interface ChartDataLabelOverride {
|
|
|
543
549
|
deleted?: boolean;
|
|
544
550
|
}
|
|
545
551
|
interface ChartLabelBox {
|
|
552
|
+
style?: ChartExElementStyle | null;
|
|
553
|
+
effectFallbackStyle?: ChartExElementStyle | null;
|
|
554
|
+
effectStyleIndex?: number;
|
|
555
|
+
effectFallbackIndex?: number;
|
|
546
556
|
fill?: string;
|
|
547
|
-
fillPaint?:
|
|
557
|
+
fillPaint?: Fill | null;
|
|
548
558
|
fillHidden?: boolean | null;
|
|
549
559
|
fillPaintAuthored?: boolean | null;
|
|
550
560
|
borderColor?: string;
|
|
@@ -595,8 +605,11 @@ interface ChartSeriesDataLabels {
|
|
|
595
605
|
leaderLineWidthEmu?: number;
|
|
596
606
|
leaderLineHidden?: boolean;
|
|
597
607
|
leaderLineDash?: string;
|
|
608
|
+
leaderLinePaintAuthored?: boolean | null;
|
|
609
|
+
leaderLineStyle?: ChartExElementStyle | null;
|
|
598
610
|
}
|
|
599
611
|
interface ChartErrBars {
|
|
612
|
+
style?: ChartExElementStyle | null;
|
|
600
613
|
dir: string;
|
|
601
614
|
barType: string;
|
|
602
615
|
plus: (number | null)[];
|
|
@@ -606,6 +619,7 @@ interface ChartErrBars {
|
|
|
606
619
|
lineWidthEmu?: number;
|
|
607
620
|
dash?: string;
|
|
608
621
|
hidden?: boolean;
|
|
622
|
+
linePaintAuthored?: boolean | null;
|
|
609
623
|
}
|
|
610
624
|
type ChartType = 'line' | 'stackedLine' | 'stackedLinePct' | 'clusteredBar' | 'clusteredBarH' | 'stackedBar' | 'stackedBarH' | 'stackedBarPct' | 'stackedBarHPct' | 'area' | 'stackedArea' | 'stackedAreaPct' | 'pie' | 'doughnut' | 'scatter' | 'bubble' | 'radar' | 'waterfall' | 'stock' | 'surface' | 'surface3D' | 'boxWhisker' | 'sunburst' | 'treemap' | string;
|
|
611
625
|
type ChartPlotGroupKind = 'area' | 'area3D' | 'line' | 'line3D' | 'stock' | 'radar' | 'scatter' | 'pie' | 'pie3D' | 'doughnut' | 'bar' | 'bar3D' | 'ofPie' | 'surface' | 'surface3D' | 'bubble';
|
|
@@ -622,6 +636,7 @@ interface ChartPlotGroup {
|
|
|
622
636
|
barDirection?: string | null;
|
|
623
637
|
scatterStyle?: string | null;
|
|
624
638
|
radarStyle?: string | null;
|
|
639
|
+
varyColors?: boolean | null;
|
|
625
640
|
gapWidth?: number | null;
|
|
626
641
|
overlap?: number | null;
|
|
627
642
|
bubbleScale?: number | null;
|
|
@@ -630,10 +645,16 @@ interface ChartPlotGroup {
|
|
|
630
645
|
}
|
|
631
646
|
type ChartLineDashSegment = DrawingMLCustomDashSegment;
|
|
632
647
|
interface ChartExElementStyle {
|
|
648
|
+
shapePropertiesPresent?: boolean | null;
|
|
649
|
+
allowNoFillOverride?: boolean | null;
|
|
650
|
+
allowNoLineOverride?: boolean | null;
|
|
633
651
|
fontSizeHpt?: number | null;
|
|
634
652
|
fontBold?: boolean | null;
|
|
635
653
|
fontItalic?: boolean | null;
|
|
636
654
|
fontColor?: string | null;
|
|
655
|
+
fontColors?: Array<string | null> | null;
|
|
656
|
+
fontColorIndex?: number | null;
|
|
657
|
+
fontFormattingIndices?: number[] | null;
|
|
637
658
|
fontPaintAuthored?: boolean | null;
|
|
638
659
|
fontHidden?: boolean | null;
|
|
639
660
|
fontFace?: string | null;
|
|
@@ -665,8 +686,22 @@ interface ChartExElementStyle {
|
|
|
665
686
|
lineCap?: string | null;
|
|
666
687
|
lineJoin?: string | null;
|
|
667
688
|
lineCompound?: string | null;
|
|
689
|
+
shadows?: Array<Shadow | null> | null;
|
|
690
|
+
innerShadows?: Array<Shadow | null> | null;
|
|
691
|
+
glows?: Array<Glow | null> | null;
|
|
692
|
+
softEdges?: Array<SoftEdge | null> | null;
|
|
693
|
+
reflections?: Array<Reflection | null> | null;
|
|
694
|
+
effectAuthored?: boolean | null;
|
|
695
|
+
effectNoStyle?: boolean | null;
|
|
696
|
+
effectUnsupported?: boolean | null;
|
|
668
697
|
fillColorIndex?: number | null;
|
|
698
|
+
fillFormattingIndices?: number[] | null;
|
|
699
|
+
fillSemanticFallbackIndices?: number[] | null;
|
|
669
700
|
lineColorIndex?: number | null;
|
|
701
|
+
lineFormattingIndices?: number[] | null;
|
|
702
|
+
lineSemanticFallbackIndices?: number[] | null;
|
|
703
|
+
effectFormattingIndices?: number[] | null;
|
|
704
|
+
effectColorIndex?: number | null;
|
|
670
705
|
}
|
|
671
706
|
type ChartStyleRole = 'axisTitle' | 'categoryAxis' | 'chartArea' | 'dataLabel' | 'dataLabelCallout' | 'dataPoint' | 'dataPoint3D' | 'dataPointLine' | 'dataPointMarker' | 'dataPointWireframe' | 'dataTable' | 'downBar' | 'dropLine' | 'errorBar' | 'floor' | 'gridlineMajor' | 'gridlineMinor' | 'hiLoLine' | 'leaderLine' | 'legend' | 'plotArea' | 'plotArea3D' | 'seriesAxis' | 'seriesLine' | 'title' | 'trendline' | 'trendlineLabel' | 'upBar' | 'valueAxis' | 'wall';
|
|
672
707
|
interface ChartSurfaceBandFormat {
|
|
@@ -678,7 +713,12 @@ interface ChartSurfaceBandFormat {
|
|
|
678
713
|
lineWidthEmu?: number | null;
|
|
679
714
|
lineHidden?: boolean | null;
|
|
680
715
|
}
|
|
716
|
+
interface ChartClassicSurfaceBandStyles {
|
|
717
|
+
fixed?: ChartExElementStyle | null;
|
|
718
|
+
byBandCount?: Array<ChartExElementStyle | null> | null;
|
|
719
|
+
}
|
|
681
720
|
interface ChartDataTable {
|
|
721
|
+
style?: ChartExElementStyle | null;
|
|
682
722
|
showHorizontalBorder: boolean;
|
|
683
723
|
showVerticalBorder: boolean;
|
|
684
724
|
showOutline: boolean;
|
|
@@ -686,6 +726,8 @@ interface ChartDataTable {
|
|
|
686
726
|
fontSizeHpt?: number | null;
|
|
687
727
|
fontFace?: string | null;
|
|
688
728
|
fontColor?: string | null;
|
|
729
|
+
fontPaintAuthored?: boolean | null;
|
|
730
|
+
fontHidden?: boolean | null;
|
|
689
731
|
fontBold?: boolean | null;
|
|
690
732
|
fontItalic?: boolean | null;
|
|
691
733
|
fillColor?: string | null;
|
|
@@ -696,6 +738,7 @@ interface ChartDataTable {
|
|
|
696
738
|
lineWidthEmu?: number | null;
|
|
697
739
|
lineDash?: string | null;
|
|
698
740
|
lineHidden?: boolean | null;
|
|
741
|
+
linePaintAuthored?: boolean | null;
|
|
699
742
|
}
|
|
700
743
|
interface ChartModel {
|
|
701
744
|
chartType: ChartType;
|
|
@@ -708,6 +751,19 @@ interface ChartModel {
|
|
|
708
751
|
series: ChartSeries[];
|
|
709
752
|
plotGroups?: ChartPlotGroup[] | null;
|
|
710
753
|
chartTextBoxes?: ChartTextBox[] | null;
|
|
754
|
+
chartTextStyle?: ChartExElementStyle | null;
|
|
755
|
+
chartAreaStyle?: ChartExElementStyle | null;
|
|
756
|
+
plotAreaStyle?: ChartExElementStyle | null;
|
|
757
|
+
legendStyle?: ChartExElementStyle | null;
|
|
758
|
+
titleStyle?: ChartExElementStyle | null;
|
|
759
|
+
catAxisStyle?: ChartExElementStyle | null;
|
|
760
|
+
valAxisStyle?: ChartExElementStyle | null;
|
|
761
|
+
catAxisTitleStyle?: ChartExElementStyle | null;
|
|
762
|
+
valAxisTitleStyle?: ChartExElementStyle | null;
|
|
763
|
+
catAxisMajorGridlineStyle?: ChartExElementStyle | null;
|
|
764
|
+
catAxisMinorGridlineStyle?: ChartExElementStyle | null;
|
|
765
|
+
valAxisMajorGridlineStyle?: ChartExElementStyle | null;
|
|
766
|
+
valAxisMinorGridlineStyle?: ChartExElementStyle | null;
|
|
711
767
|
varyColors?: boolean | null;
|
|
712
768
|
showDataLabels: boolean;
|
|
713
769
|
valMin: number | null;
|
|
@@ -752,13 +808,19 @@ interface ChartModel {
|
|
|
752
808
|
catAxisMinorTickMark?: 'cross' | 'out' | 'in' | 'none' | string | null;
|
|
753
809
|
titleFontSizeHpt: number | null;
|
|
754
810
|
titleFontColor: string | null;
|
|
811
|
+
titleFontPaintAuthored?: boolean | null;
|
|
755
812
|
titleFontFace: string | null;
|
|
756
813
|
catAxisFontSizeHpt: number | null;
|
|
757
814
|
valAxisFontSizeHpt: number | null;
|
|
758
815
|
catAxisFontColor?: string | null;
|
|
816
|
+
catAxisFontPaintAuthored?: boolean | null;
|
|
759
817
|
valAxisFontColor?: string | null;
|
|
818
|
+
valAxisFontPaintAuthored?: boolean | null;
|
|
760
819
|
dataLabelFontSizeHpt: number | null;
|
|
761
820
|
dataLabelFontBold?: boolean | null;
|
|
821
|
+
dataLabelFontItalic?: boolean | null;
|
|
822
|
+
dataLabelFontLanguage?: string | null;
|
|
823
|
+
dataLabelFontBaseline?: number | null;
|
|
762
824
|
subtotalIndices: number[];
|
|
763
825
|
legendManualLayout?: LegendManualLayout | null;
|
|
764
826
|
valAxisFormatCode?: string | null;
|
|
@@ -768,8 +830,12 @@ interface ChartModel {
|
|
|
768
830
|
barOverlap?: number | null;
|
|
769
831
|
dataLabelPosition?: string | null;
|
|
770
832
|
dataLabelFontColor?: string | null;
|
|
833
|
+
dataLabelFontPaintAuthored?: boolean | null;
|
|
771
834
|
dataLabelFormatCode?: string | null;
|
|
772
835
|
titleFontBold?: boolean | null;
|
|
836
|
+
titleFontItalic?: boolean | null;
|
|
837
|
+
titleFontLanguage?: string | null;
|
|
838
|
+
titleFontBaseline?: number | null;
|
|
773
839
|
catAxisFontBold?: boolean | null;
|
|
774
840
|
catAxisFontItalic?: boolean | null;
|
|
775
841
|
valAxisFontBold?: boolean | null;
|
|
@@ -778,6 +844,7 @@ interface ChartModel {
|
|
|
778
844
|
catAxisTitleFontBold?: boolean | null;
|
|
779
845
|
catAxisTitleFontItalic?: boolean | null;
|
|
780
846
|
catAxisTitleFontColor?: string | null;
|
|
847
|
+
catAxisTitleFontPaintAuthored?: boolean | null;
|
|
781
848
|
catAxisTitleRotation?: number | null;
|
|
782
849
|
catAxisTitleVerticalMode?: 'horz' | 'vert' | 'vert270' | 'wordArtVert' | 'eaVert' | 'mongolianVert' | 'wordArtVertRtl' | null;
|
|
783
850
|
catAxisTitleManualLayout?: ChartManualLayout | null;
|
|
@@ -786,6 +853,7 @@ interface ChartModel {
|
|
|
786
853
|
valAxisTitleFontBold?: boolean | null;
|
|
787
854
|
valAxisTitleFontItalic?: boolean | null;
|
|
788
855
|
valAxisTitleFontColor?: string | null;
|
|
856
|
+
valAxisTitleFontPaintAuthored?: boolean | null;
|
|
789
857
|
valAxisTitleRotation?: number | null;
|
|
790
858
|
valAxisTitleVerticalMode?: 'horz' | 'vert' | 'vert270' | 'wordArtVert' | 'eaVert' | 'mongolianVert' | 'wordArtVertRtl' | null;
|
|
791
859
|
valAxisTitleManualLayout?: ChartManualLayout | null;
|
|
@@ -797,8 +865,12 @@ interface ChartModel {
|
|
|
797
865
|
dataLabelFontFace?: string | null;
|
|
798
866
|
legendFontFace?: string | null;
|
|
799
867
|
legendFontColor?: string | null;
|
|
868
|
+
legendFontPaintAuthored?: boolean | null;
|
|
800
869
|
legendFontSizeHpt?: number | null;
|
|
801
870
|
legendFontBold?: boolean | null;
|
|
871
|
+
legendFontItalic?: boolean | null;
|
|
872
|
+
legendFontLanguage?: string | null;
|
|
873
|
+
legendFontBaseline?: number | null;
|
|
802
874
|
legendFillColor?: string | null;
|
|
803
875
|
legendFill?: Fill | null;
|
|
804
876
|
legendFillHidden?: boolean | null;
|
|
@@ -844,6 +916,7 @@ interface ChartModel {
|
|
|
844
916
|
catAxisMax?: number | null;
|
|
845
917
|
titleManualLayout?: ChartManualLayout | null;
|
|
846
918
|
plotAreaManualLayout?: ChartManualLayout | null;
|
|
919
|
+
cartesianAutoLayoutProfile?: 'wordClassicColumn' | null;
|
|
847
920
|
scatterStyle?: string | null;
|
|
848
921
|
bubbleScale?: number | null;
|
|
849
922
|
bubbleSizeRepresents?: 'area' | 'w' | null;
|
|
@@ -861,17 +934,21 @@ interface ChartModel {
|
|
|
861
934
|
valAxisGridlineColor?: string | null;
|
|
862
935
|
valAxisGridlineWidthEmu?: number | null;
|
|
863
936
|
valAxisGridlineDash?: string | null;
|
|
937
|
+
valAxisGridlinePaintAuthored?: boolean | null;
|
|
864
938
|
catAxisGridlineColor?: string | null;
|
|
865
939
|
catAxisGridlineWidthEmu?: number | null;
|
|
866
940
|
catAxisGridlineDash?: string | null;
|
|
941
|
+
catAxisGridlinePaintAuthored?: boolean | null;
|
|
867
942
|
valAxisMinorGridlines?: boolean | null;
|
|
868
943
|
valAxisMinorGridlineColor?: string | null;
|
|
869
944
|
valAxisMinorGridlineWidthEmu?: number | null;
|
|
870
945
|
valAxisMinorGridlineDash?: string | null;
|
|
946
|
+
valAxisMinorGridlinePaintAuthored?: boolean | null;
|
|
871
947
|
catAxisMinorGridlines?: boolean | null;
|
|
872
948
|
catAxisMinorGridlineColor?: string | null;
|
|
873
949
|
catAxisMinorGridlineWidthEmu?: number | null;
|
|
874
950
|
catAxisMinorGridlineDash?: string | null;
|
|
951
|
+
catAxisMinorGridlinePaintAuthored?: boolean | null;
|
|
875
952
|
valAxisMajorUnit?: number | null;
|
|
876
953
|
valAxisMinorUnit?: number | null;
|
|
877
954
|
catAxisMajorUnit?: number | null;
|
|
@@ -922,6 +999,13 @@ interface ChartModel {
|
|
|
922
999
|
chartexColorPalette?: Array<string | null> | null;
|
|
923
1000
|
chartexColorStyleMethod?: string | null;
|
|
924
1001
|
chartStyleRoles?: Partial<Record<ChartStyleRole, ChartExElementStyle>> | null;
|
|
1002
|
+
classicChartStyleRoles?: Partial<Record<ChartStyleRole, ChartExElementStyle>> | null;
|
|
1003
|
+
classicSurfaceBandStyles?: ChartClassicSurfaceBandStyles | null;
|
|
1004
|
+
linkedChartStyleRoles?: Partial<Record<ChartStyleRole, ChartExElementStyle>> | null;
|
|
1005
|
+
classicVaryingPointChartStyleRoles?: Partial<Record<ChartStyleRole, ChartExElementStyle>> | null;
|
|
1006
|
+
classicVaryingPointChartStyleRolesByGroup?: Array<Partial<Record<ChartStyleRole, ChartExElementStyle>> | null> | null;
|
|
1007
|
+
varyingPointChartStyleRoles?: Partial<Record<ChartStyleRole, ChartExElementStyle>> | null;
|
|
1008
|
+
varyingPointChartStyleRolesByGroup?: Array<Partial<Record<ChartStyleRole, ChartExElementStyle>> | null> | null;
|
|
925
1009
|
chartStyleColorPalette?: Array<string | null> | null;
|
|
926
1010
|
chartStyleColorMethod?: string | null;
|
|
927
1011
|
chartStyleMarkerSizePt?: number | null;
|
|
@@ -935,8 +1019,9 @@ interface ChartModel {
|
|
|
935
1019
|
chartexConnectorLines?: boolean | null;
|
|
936
1020
|
}
|
|
937
1021
|
interface ChartStockBarPaint {
|
|
1022
|
+
style?: ChartExElementStyle | null;
|
|
938
1023
|
fillColor?: string | null;
|
|
939
|
-
fill?:
|
|
1024
|
+
fill?: Fill | null;
|
|
940
1025
|
fillPaintAuthored?: boolean | null;
|
|
941
1026
|
fillHidden?: boolean | null;
|
|
942
1027
|
lineColor?: string | null;
|
|
@@ -953,7 +1038,9 @@ interface ChartStockUpDownBarStyle {
|
|
|
953
1038
|
down: ChartStockBarPaint;
|
|
954
1039
|
}
|
|
955
1040
|
interface ChartDecorationLineStyle {
|
|
1041
|
+
style?: ChartExElementStyle | null;
|
|
956
1042
|
color?: string | null;
|
|
1043
|
+
fill?: SolidFill | GradientFill | PatternFill | null;
|
|
957
1044
|
paintAuthored?: boolean | null;
|
|
958
1045
|
widthEmu?: number | null;
|
|
959
1046
|
dash?: string | null;
|
|
@@ -985,6 +1072,7 @@ interface ChartOfPie {
|
|
|
985
1072
|
secondPieSizePercent: number;
|
|
986
1073
|
gapWidthPercent: number;
|
|
987
1074
|
seriesLines: boolean;
|
|
1075
|
+
seriesLineStyle?: ChartDecorationLineStyle | null;
|
|
988
1076
|
}
|
|
989
1077
|
interface ChartThreeDSurface {
|
|
990
1078
|
style?: ChartExElementStyle | null;
|
|
@@ -1030,6 +1118,10 @@ interface ChartThreeD {
|
|
|
1030
1118
|
backWall?: ChartThreeDSurface | null;
|
|
1031
1119
|
}
|
|
1032
1120
|
interface ChartThreeDSeriesAxis {
|
|
1121
|
+
style?: ChartExElementStyle | null;
|
|
1122
|
+
titleStyle?: ChartExElementStyle | null;
|
|
1123
|
+
majorGridlineStyle?: ChartExElementStyle | null;
|
|
1124
|
+
minorGridlineStyle?: ChartExElementStyle | null;
|
|
1033
1125
|
title?: string | null;
|
|
1034
1126
|
hidden: boolean;
|
|
1035
1127
|
orientation?: 'minMax' | 'maxMin' | string | null;
|
|
@@ -1039,6 +1131,7 @@ interface ChartThreeDSeriesAxis {
|
|
|
1039
1131
|
majorTickMark: string;
|
|
1040
1132
|
minorTickMark?: string | null;
|
|
1041
1133
|
fontColor?: string | null;
|
|
1134
|
+
fontPaintAuthored?: boolean | null;
|
|
1042
1135
|
fontSizeHpt?: number | null;
|
|
1043
1136
|
fontBold?: boolean | null;
|
|
1044
1137
|
fontItalic?: boolean | null;
|
|
@@ -1052,6 +1145,7 @@ interface ChartThreeDSeriesAxis {
|
|
|
1052
1145
|
titleFontBold?: boolean | null;
|
|
1053
1146
|
titleFontItalic?: boolean | null;
|
|
1054
1147
|
titleFontColor?: string | null;
|
|
1148
|
+
titleFontPaintAuthored?: boolean | null;
|
|
1055
1149
|
titleFontFace?: string | null;
|
|
1056
1150
|
titleRotation?: number | null;
|
|
1057
1151
|
titleVerticalMode?: ChartModel['catAxisTitleVerticalMode'];
|
|
@@ -1158,6 +1252,10 @@ interface ChartexHistogramBinning {
|
|
|
1158
1252
|
overflow?: number | null;
|
|
1159
1253
|
}
|
|
1160
1254
|
interface SecondaryValueAxis {
|
|
1255
|
+
style?: ChartExElementStyle | null;
|
|
1256
|
+
titleStyle?: ChartExElementStyle | null;
|
|
1257
|
+
majorGridlineStyle?: ChartExElementStyle | null;
|
|
1258
|
+
minorGridlineStyle?: ChartExElementStyle | null;
|
|
1161
1259
|
min: number | null;
|
|
1162
1260
|
max: number | null;
|
|
1163
1261
|
title: string | null;
|
|
@@ -1165,6 +1263,7 @@ interface SecondaryValueAxis {
|
|
|
1165
1263
|
formatCode?: string | null;
|
|
1166
1264
|
displayUnits?: ChartDisplayUnits | null;
|
|
1167
1265
|
fontColor?: string | null;
|
|
1266
|
+
fontPaintAuthored?: boolean | null;
|
|
1168
1267
|
fontSizeHpt?: number | null;
|
|
1169
1268
|
fontItalic?: boolean | null;
|
|
1170
1269
|
fontBold?: boolean | null;
|
|
@@ -1172,6 +1271,7 @@ interface SecondaryValueAxis {
|
|
|
1172
1271
|
lineColor?: string | null;
|
|
1173
1272
|
lineWidthEmu?: number | null;
|
|
1174
1273
|
lineDash?: string | null;
|
|
1274
|
+
linePaintAuthored?: boolean | null;
|
|
1175
1275
|
lineHidden: boolean;
|
|
1176
1276
|
majorTickMark: string;
|
|
1177
1277
|
minorTickMark?: string | null;
|
|
@@ -1179,10 +1279,12 @@ interface SecondaryValueAxis {
|
|
|
1179
1279
|
minorGridlineColor?: string | null;
|
|
1180
1280
|
minorGridlineWidthEmu?: number | null;
|
|
1181
1281
|
minorGridlineDash?: string | null;
|
|
1282
|
+
minorGridlinePaintAuthored?: boolean | null;
|
|
1182
1283
|
majorGridlines?: boolean;
|
|
1183
1284
|
majorGridlineColor?: string | null;
|
|
1184
1285
|
majorGridlineWidthEmu?: number | null;
|
|
1185
1286
|
majorGridlineDash?: string | null;
|
|
1287
|
+
majorGridlinePaintAuthored?: boolean | null;
|
|
1186
1288
|
majorUnit?: number | null;
|
|
1187
1289
|
minorUnit?: number | null;
|
|
1188
1290
|
logBase?: number | null;
|
|
@@ -1198,6 +1300,7 @@ interface SecondaryValueAxis {
|
|
|
1198
1300
|
titleFontBold?: boolean | null;
|
|
1199
1301
|
titleFontItalic?: boolean | null;
|
|
1200
1302
|
titleFontColor?: string | null;
|
|
1303
|
+
titleFontPaintAuthored?: boolean | null;
|
|
1201
1304
|
titleFontFace?: string | null;
|
|
1202
1305
|
titleRotation?: number | null;
|
|
1203
1306
|
titleVerticalMode?: 'horz' | 'vert' | 'vert270' | 'wordArtVert' | 'eaVert' | 'mongolianVert' | 'wordArtVertRtl' | null;
|
|
@@ -1215,6 +1318,8 @@ interface ChartDisplayUnitsLabel {
|
|
|
1215
1318
|
fontBold?: boolean | null;
|
|
1216
1319
|
fontItalic?: boolean | null;
|
|
1217
1320
|
fontColor?: string | null;
|
|
1321
|
+
fontPaintAuthored?: boolean | null;
|
|
1322
|
+
fontHidden?: boolean | null;
|
|
1218
1323
|
fontFace?: string | null;
|
|
1219
1324
|
rotation?: number | null;
|
|
1220
1325
|
boxStyle?: ChartLabelBox | null;
|
|
@@ -1247,6 +1352,7 @@ interface ChartLegendEntryOverride {
|
|
|
1247
1352
|
fontColor?: string | null;
|
|
1248
1353
|
fontSizeHpt?: number | null;
|
|
1249
1354
|
fontBold?: boolean | null;
|
|
1355
|
+
fontItalic?: boolean | null;
|
|
1250
1356
|
}
|
|
1251
1357
|
interface ChartRect {
|
|
1252
1358
|
x: number;
|
|
@@ -1255,7 +1361,7 @@ interface ChartRect {
|
|
|
1255
1361
|
h: number;
|
|
1256
1362
|
}
|
|
1257
1363
|
//#endregion
|
|
1258
|
-
//#region dist/.types-work/chart-ex-contract-
|
|
1364
|
+
//#region dist/.types-work/chart-ex-contract-Dds4H6Xe.d.ts
|
|
1259
1365
|
interface ChartExRenderer {
|
|
1260
1366
|
render(ctx: CanvasRenderingContext2D, chart: ChartModel, rect: ChartRect, ptToPx: number, shapeRotationDeg?: number): boolean;
|
|
1261
1367
|
}
|
|
@@ -1272,12 +1378,12 @@ interface MathRenderer {
|
|
|
1272
1378
|
mathMLToSvg(mathml: string): Promise<MathSvg>;
|
|
1273
1379
|
}
|
|
1274
1380
|
//#endregion
|
|
1275
|
-
//#region dist/.types-work/three-d-contract-
|
|
1381
|
+
//#region dist/.types-work/three-d-contract-xjaLTy8R.d.ts
|
|
1276
1382
|
interface ChartThreeDRenderer {
|
|
1277
1383
|
render(ctx: CanvasRenderingContext2D, chart: ChartModel, rect: ChartRect, ptToPx: number, shapeRotationDeg?: number): boolean;
|
|
1278
1384
|
}
|
|
1279
1385
|
//#endregion
|
|
1280
|
-
//#region dist/.types-work/region-map-contract-
|
|
1386
|
+
//#region dist/.types-work/region-map-contract-DlO_Z1Gd.d.ts
|
|
1281
1387
|
interface ChartRegionMapRenderer {
|
|
1282
1388
|
render(ctx: CanvasRenderingContext2D, chart: ChartModel, rect: ChartRect, ptToPx: number, shapeRotationDeg?: number): boolean;
|
|
1283
1389
|
}
|
|
@@ -1297,7 +1403,7 @@ interface TiffRenderer {
|
|
|
1297
1403
|
render(bytes: Uint8Array, options?: Readonly<TiffRenderOptions>): Promise<ImageBitmap | null>;
|
|
1298
1404
|
}
|
|
1299
1405
|
//#endregion
|
|
1300
|
-
//#region dist/.types-work/hyperlink-
|
|
1406
|
+
//#region dist/.types-work/hyperlink-BUVsH0z0.d.ts
|
|
1301
1407
|
type CjkLang = 'kr' | 'sc' | 'tc' | 'hk' | 'jp';
|
|
1302
1408
|
type CjkFallback = 'auto' | CjkLang;
|
|
1303
1409
|
type OoxmlErrorCode = 'encrypted' | 'invalid-password' | 'unsupported-encryption' | 'legacy-binary-format' | 'not-ooxml';
|
|
@@ -1476,7 +1582,7 @@ interface FindHighlightColors {
|
|
|
1476
1582
|
active?: string;
|
|
1477
1583
|
}
|
|
1478
1584
|
//#endregion
|
|
1479
|
-
//#region dist/.types-work/types-
|
|
1585
|
+
//#region dist/.types-work/types-fEjGozew.d.ts
|
|
1480
1586
|
interface DocxDocumentModel {
|
|
1481
1587
|
section: SectionProps;
|
|
1482
1588
|
body: BodyElement[];
|
|
@@ -2223,7 +2329,7 @@ interface RenderPageOptions {
|
|
|
2223
2329
|
showTrackedChanges?: boolean;
|
|
2224
2330
|
}
|
|
2225
2331
|
//#endregion
|
|
2226
|
-
//#region dist/.types-work/docx-
|
|
2332
|
+
//#region dist/.types-work/docx-CKHYWz-i.d.ts
|
|
2227
2333
|
interface CommentAnchorRange {
|
|
2228
2334
|
readonly commentId: string;
|
|
2229
2335
|
readonly source: Readonly<DocxStorySource>;
|
|
@@ -2766,10 +2872,10 @@ interface DocxHighlightMatch {
|
|
|
2766
2872
|
type DocxHighlightColors = FindHighlightColors;
|
|
2767
2873
|
declare function buildDocxHighlightLayer(layer: HTMLDivElement, runs: DocxTextRunInfo[], matches: DocxHighlightMatch[], cssWidth: number, cssHeight: number, measureForFont: (font: string) => (s: string) => number, colors?: DocxHighlightColors): void;
|
|
2768
2874
|
declare namespace docx_d_exports {
|
|
2769
|
-
export { AnchorHostMetrics, AutoResizeOptions, BodyElement, BorderSpec, CellBorders, CellElement, ChartAreaGroupDecorations, ChartBarGroupDecorations, ChartDataLabelOverride, ChartDataPointOverride, ChartDataTable, ChartDecorationLineStyle, ChartDisplayUnits, ChartDisplayUnitsLabel, ChartErrBars, ChartExElementStyle, ChartExRenderer, ChartLabelBox, ChartLegendEntryOverride, ChartLineDashSegment, ChartLineGroupDecorations, ChartManualLayout, ChartModel, ChartOfPie, ChartPlotGroup, ChartPlotGroupAxisSlot, ChartPlotGroupKind, ChartRect, ChartRegionMapRenderer, ChartRun, ChartSeries, ChartSeriesDataLabels, ChartStockBarPaint, ChartStockUpDownBarStyle, ChartSurfaceBandFormat, ChartTextBox, ChartTextParagraph, ChartTextRun, ChartThreeD, ChartThreeDPictureOptions, ChartThreeDRenderer, ChartThreeDSeriesAxis, ChartThreeDSurface, ChartTrendline, ChartType, ChartexBoxSeries, ChartexBoxWhisker, ChartexGeography, ChartexHistogramBinning, ChartexRegionMap, ChartexRegionMapColors, ChartexRegionMapRow, ChartexSunburst, ChartexSunburstRow, ChartexTreemap, ChartexValueColorStop, CjkFallback, ColSpec, CollectPageRunsOptions, ColumnsSpec, CommentAnchorGeometryFallback, CommentAnchorPoint, CommentAnchorRange, DecodedImageBudgetStrategy, DocComment, DocNote, DocParagraph, DocRevision, DocRun, DocSettings, DocTable, DocTableCell, DocTableRow, DocxCommentAnchorKind, DocxCommentHighlightRect, DocxCommentMark, DocxCommentSelectionContext, DocxCommentsOptions, DocxDocument, DocxDocumentModel, DocxElementContext, DocxElementContextOptions, DocxHighlightColors, DocxHighlightMatch, DocxMatchLocation, DocxPageCommentThreadsOptions, DocxPagePoint, DocxRunBorder, DocxScrollViewer, DocxScrollViewerOptions, DocxSelectionContext, DocxSelectionContextOptions, DocxSelectionRunLocator, DocxSelectionSourceLocator, DocxStorySource, DocxTextRun, DocxTextRunInfo, DocxTextSelectionContext, DocxViewer, DocxViewerOptions, DrawingMLCustomDashSegment, Duotone$1 as Duotone, EmbeddedFontRef, FieldRun, FillRect, FindHighlightColors, FindMatch, FindMatchesOptions, FramePr, GradientFill, GradientStop, HeaderFooter, HeadersFooters, HyperlinkTarget, ImageFill, ImageResourceOptions, ImageRun, LegendManualLayout, LineEnd, LineNumbering, LineSpacing, LoadOptions$2 as LoadOptions, MatchRunSlice, MathAccent, MathArray, MathBar, MathBorderBox, MathBox, MathDelimiter, MathFraction, MathFunc, MathGroup, MathGroupChr, MathLimit, MathNary, MathNode, MathPhant, MathRadical, MathRenderer, MathRun, MathSPre, MathScript, MathStyle, MathSvg, NoFill, NoteRef, NumberingInfo, OoxmlDecodedImageLimitError, OoxmlDecodedImageLimitMetric, OoxmlError, OoxmlErrorCode, OoxmlErrorStage, OoxmlFormat, OoxmlResourceLimit, OoxmlResourceLimitError, OoxmlResourceLimitErrorDetails, OoxmlResourceLimits, OoxmlResourceMetric, OoxmlResourceMetrics, OoxmlResourceMetricsCheckpoint, OoxmlResourceName, OoxmlResourcePolicySnapshot, OoxmlResourceUsageSnapshot, OoxmlResourceViolation, PTabRun, PageBorderEdge, PageBorders, PageNumType, ParaBorderEdge, ParagraphBorders, PathCmd$1 as PathCmd, PatternFill, RenderPageOptions, RenderPageToBitmapOptions, ResolveDocxCommentThreadsOptions, ResolvedDocxCommentAnchor, ResolvedDocxCommentThread, RevisionAnchorGeometryFallback, RevisionAnchorRange, RubyAnnotation, RunRevision, SecondaryValueAxis, SectionGeom, SectionProps, ShapeFill$1 as ShapeFill, ShapeRun, ShapeStrokeFill, ShapeText$1 as ShapeText, ShapeTextRun$1 as ShapeTextRun, SolidFill, SrcRect, TabStop, TableBorders, TblpPr, TextPath, TextSelectionContextOptions, TiffDecodeError, TiffRenderOptions, TiffRenderer, TileInfo, ViewerCommentConnectorOptions, ViewerCommentConnectorRoute, ViewerCommentConnectorStroke, ViewerCommentMessageContext, ViewerCommentThreadContext, ViewerContextMenuEvent, ZoomableViewer, autoResize, buildDocxHighlightLayer, buildDocxTextLayer, isOoxmlDecodedImageLimitError, isTiffDecodeError, noteText, openExternalHyperlink, readDocxTextSelectionContext, resolveCommentAnchorRuns, resolveDocxCommentThreads, resolveRevisionAnchorRuns };
|
|
2875
|
+
export { AnchorHostMetrics, AutoResizeOptions, BodyElement, BorderSpec, CellBorders, CellElement, ChartAreaGroupDecorations, ChartBarGroupDecorations, ChartClassicSurfaceBandStyles, ChartDataLabelOverride, ChartDataPointOverride, ChartDataTable, ChartDecorationLineStyle, ChartDisplayUnits, ChartDisplayUnitsLabel, ChartErrBars, ChartExElementStyle, ChartExRenderer, ChartLabelBox, ChartLegendEntryOverride, ChartLineDashSegment, ChartLineGroupDecorations, ChartManualLayout, ChartModel, ChartOfPie, ChartPlotGroup, ChartPlotGroupAxisSlot, ChartPlotGroupKind, ChartRect, ChartRegionMapRenderer, ChartRun, ChartSeries, ChartSeriesDataLabels, ChartStockBarPaint, ChartStockUpDownBarStyle, ChartSurfaceBandFormat, ChartTextBox, ChartTextParagraph, ChartTextRun, ChartThreeD, ChartThreeDPictureOptions, ChartThreeDRenderer, ChartThreeDSeriesAxis, ChartThreeDSurface, ChartTrendline, ChartType, ChartexBoxSeries, ChartexBoxWhisker, ChartexGeography, ChartexHistogramBinning, ChartexRegionMap, ChartexRegionMapColors, ChartexRegionMapRow, ChartexSunburst, ChartexSunburstRow, ChartexTreemap, ChartexValueColorStop, CjkFallback, ColSpec, CollectPageRunsOptions, ColumnsSpec, CommentAnchorGeometryFallback, CommentAnchorPoint, CommentAnchorRange, DecodedImageBudgetStrategy, DocComment, DocNote, DocParagraph, DocRevision, DocRun, DocSettings, DocTable, DocTableCell, DocTableRow, DocxCommentAnchorKind, DocxCommentHighlightRect, DocxCommentMark, DocxCommentSelectionContext, DocxCommentsOptions, DocxDocument, DocxDocumentModel, DocxElementContext, DocxElementContextOptions, DocxHighlightColors, DocxHighlightMatch, DocxMatchLocation, DocxPageCommentThreadsOptions, DocxPagePoint, DocxRunBorder, DocxScrollViewer, DocxScrollViewerOptions, DocxSelectionContext, DocxSelectionContextOptions, DocxSelectionRunLocator, DocxSelectionSourceLocator, DocxStorySource, DocxTextRun, DocxTextRunInfo, DocxTextSelectionContext, DocxViewer, DocxViewerOptions, DrawingMLCustomDashSegment, Duotone$1 as Duotone, EmbeddedFontRef, FieldRun, FillRect, FindHighlightColors, FindMatch, FindMatchesOptions, FramePr, Glow, GradientFill, GradientStop, HeaderFooter, HeadersFooters, HyperlinkTarget, ImageFill, ImageResourceOptions, ImageRun, LegendManualLayout, LineEnd, LineNumbering, LineSpacing, LoadOptions$2 as LoadOptions, MatchRunSlice, MathAccent, MathArray, MathBar, MathBorderBox, MathBox, MathDelimiter, MathFraction, MathFunc, MathGroup, MathGroupChr, MathLimit, MathNary, MathNode, MathPhant, MathRadical, MathRenderer, MathRun, MathSPre, MathScript, MathStyle, MathSvg, NoFill, NoteRef, NumberingInfo, OoxmlDecodedImageLimitError, OoxmlDecodedImageLimitMetric, OoxmlError, OoxmlErrorCode, OoxmlErrorStage, OoxmlFormat, OoxmlResourceLimit, OoxmlResourceLimitError, OoxmlResourceLimitErrorDetails, OoxmlResourceLimits, OoxmlResourceMetric, OoxmlResourceMetrics, OoxmlResourceMetricsCheckpoint, OoxmlResourceName, OoxmlResourcePolicySnapshot, OoxmlResourceUsageSnapshot, OoxmlResourceViolation, PTabRun, PageBorderEdge, PageBorders, PageNumType, ParaBorderEdge, ParagraphBorders, PathCmd$1 as PathCmd, PatternFill, Reflection, RenderPageOptions, RenderPageToBitmapOptions, ResolveDocxCommentThreadsOptions, ResolvedDocxCommentAnchor, ResolvedDocxCommentThread, RevisionAnchorGeometryFallback, RevisionAnchorRange, RubyAnnotation, RunRevision, SecondaryValueAxis, SectionGeom, SectionProps, Shadow, ShapeFill$1 as ShapeFill, ShapeRun, ShapeStrokeFill, ShapeText$1 as ShapeText, ShapeTextRun$1 as ShapeTextRun, SoftEdge, SolidFill, SrcRect, TabStop, TableBorders, TblpPr, TextPath, TextSelectionContextOptions, TiffDecodeError, TiffRenderOptions, TiffRenderer, TileInfo, ViewerCommentConnectorOptions, ViewerCommentConnectorRoute, ViewerCommentConnectorStroke, ViewerCommentMessageContext, ViewerCommentThreadContext, ViewerContextMenuEvent, ZoomableViewer, autoResize, buildDocxHighlightLayer, buildDocxTextLayer, isOoxmlDecodedImageLimitError, isTiffDecodeError, noteText, openExternalHyperlink, readDocxTextSelectionContext, resolveCommentAnchorRuns, resolveDocxCommentThreads, resolveRevisionAnchorRuns };
|
|
2770
2876
|
}
|
|
2771
2877
|
//#endregion
|
|
2772
|
-
//#region dist/.types-work/types-
|
|
2878
|
+
//#region dist/.types-work/types-B8-0I5kb.d.ts
|
|
2773
2879
|
interface BlipBullet {
|
|
2774
2880
|
type: 'blip';
|
|
2775
2881
|
imagePath: string;
|
|
@@ -3031,7 +3137,7 @@ interface PictureElement {
|
|
|
3031
3137
|
sp3d?: Sp3d;
|
|
3032
3138
|
}
|
|
3033
3139
|
//#endregion
|
|
3034
|
-
//#region dist/.types-work/pptx-
|
|
3140
|
+
//#region dist/.types-work/pptx-CBQE8b6s.d.ts
|
|
3035
3141
|
interface PptxTextRunInfo {
|
|
3036
3142
|
elementIndex?: number;
|
|
3037
3143
|
origin?: SlideElementOrigin;
|
|
@@ -3603,10 +3709,10 @@ interface PptxHighlightMatch {
|
|
|
3603
3709
|
type PptxHighlightColors = FindHighlightColors;
|
|
3604
3710
|
declare function buildPptxHighlightLayer(layer: HTMLDivElement, runs: PptxTextRunInfo[], matches: PptxHighlightMatch[], cssWidth: number, cssHeight: number, measureForFont: (font: string) => (s: string) => number, colors?: PptxHighlightColors): void;
|
|
3605
3711
|
declare namespace pptx_d_exports {
|
|
3606
|
-
export { ArrowEnd, AutoResizeOptions, Bevel3d, BlipBullet, Bullet, Camera3d, ChartAreaGroupDecorations, ChartBarGroupDecorations, ChartDataLabelOverride, ChartDataPointOverride, ChartDataTable, ChartDecorationLineStyle, ChartDisplayUnits, ChartDisplayUnitsLabel, ChartElement, ChartErrBars, ChartExElementStyle, ChartExRenderer, ChartLabelBox, ChartLegendEntryOverride, ChartLineDashSegment, ChartLineGroupDecorations, ChartManualLayout, ChartModel, ChartOfPie, ChartPlotGroup, ChartPlotGroupAxisSlot, ChartPlotGroupKind, ChartRect, ChartRegionMapRenderer, ChartSeries, ChartSeriesDataLabels, ChartStockBarPaint, ChartStockUpDownBarStyle, ChartSurfaceBandFormat, ChartTextBox, ChartTextParagraph, ChartTextRun, ChartThreeD, ChartThreeDPictureOptions, ChartThreeDRenderer, ChartThreeDSeriesAxis, ChartThreeDSurface, ChartTrendline, ChartType, ChartexBoxSeries, ChartexBoxWhisker, ChartexGeography, ChartexHistogramBinning, ChartexRegionMap, ChartexRegionMapColors, ChartexRegionMapRow, ChartexSunburst, ChartexSunburstRow, ChartexTreemap, ChartexValueColorStop, CjkFallback, DecodedImageBudgetStrategy, DimOptions, DrawingMLCustomDashSegment, Duotone$1 as Duotone, EquationRun, Fill, FillRect, FindHighlightColors, FindMatch, FindMatchesOptions, Glow, GradientFill, GradientStop$1 as GradientStop, HiddenSlideMode, HyperlinkTarget, ImageFill, ImageResourceOptions, LegendManualLayout, LightRig, LineBreak, LoadOptions$1 as LoadOptions, MatchRunSlice, MathAccent, MathArray, MathBar, MathBorderBox, MathBox, MathDelimiter, MathFraction, MathFunc, MathGroup, MathGroupChr, MathLimit, MathNary, MathNode, MathPhant, MathRadical, MathRenderer, MathRun, MathSPre, MathScript, MathStyle, MathSvg, MediaElement, NoFill, OoxmlDecodedImageLimitError, OoxmlDecodedImageLimitMetric, OoxmlError, OoxmlErrorCode, OoxmlErrorStage, OoxmlFormat, OoxmlResourceLimit, OoxmlResourceLimitError, OoxmlResourceLimitErrorDetails, OoxmlResourceLimits, OoxmlResourceMetric, OoxmlResourceMetrics, OoxmlResourceMetricsCheckpoint, OoxmlResourceName, OoxmlResourcePolicySnapshot, OoxmlResourceUsageSnapshot, OoxmlResourceViolation, Paragraph, PathCmd$2 as PathCmd, PatternFill, PictureElement, PptxComment, PptxCommentAnchor, PptxCommentReply, PptxCommentSelectionContext, PptxCommentsOptions, PptxElementBounds, PptxElementContext, PptxElementContextOptions, PptxHighlightColors, PptxHighlightMatch, PptxMatchLocation, PptxPresentation, PptxScrollViewer, PptxScrollViewerOptions, PptxSelectionContext, PptxSelectionContextOptions, PptxSelectionRunLocator, PptxSlidePoint, PptxTextRunInfo, PptxTextSelectionContext, PptxViewer, PptxViewerOptions, PresentSlideOptions, Presentation, PresentationHandle, Reflection, RenderOptions, RenderSlideOptions, RenderSlideToBitmapOptions, Rot3d, Scene3d, SecondaryValueAxis, Shadow, ShapeElement, Slide, SlideElement, SlideElementOrigin, SlideElementSource, SlideRenderOptions, SoftEdge, SolidFill, Sp3d, SpaceLine, SrcRect, Stroke, TabStop$1 as TabStop, TableCell, TableElement, TableRow, TextBody, TextOutline, TextRect, TextRun, TextRunCallback, TextRunData, TextSelectionContextOptions, TiffDecodeError, TiffRenderOptions, TiffRenderer, TileInfo, ViewerCommentConnectorOptions, ViewerCommentConnectorRoute, ViewerCommentConnectorStroke, ViewerCommentMessageContext, ViewerCommentThreadContext, ViewerContextMenuEvent, ZoomableViewer, autoResize, buildPptxHighlightLayer, buildPptxTextLayer, isOoxmlDecodedImageLimitError, isTiffDecodeError, openExternalHyperlink, readPptxTextSelectionContext, renderSlide };
|
|
3712
|
+
export { ArrowEnd, AutoResizeOptions, Bevel3d, BlipBullet, Bullet, Camera3d, ChartAreaGroupDecorations, ChartBarGroupDecorations, ChartClassicSurfaceBandStyles, ChartDataLabelOverride, ChartDataPointOverride, ChartDataTable, ChartDecorationLineStyle, ChartDisplayUnits, ChartDisplayUnitsLabel, ChartElement, ChartErrBars, ChartExElementStyle, ChartExRenderer, ChartLabelBox, ChartLegendEntryOverride, ChartLineDashSegment, ChartLineGroupDecorations, ChartManualLayout, ChartModel, ChartOfPie, ChartPlotGroup, ChartPlotGroupAxisSlot, ChartPlotGroupKind, ChartRect, ChartRegionMapRenderer, ChartSeries, ChartSeriesDataLabels, ChartStockBarPaint, ChartStockUpDownBarStyle, ChartSurfaceBandFormat, ChartTextBox, ChartTextParagraph, ChartTextRun, ChartThreeD, ChartThreeDPictureOptions, ChartThreeDRenderer, ChartThreeDSeriesAxis, ChartThreeDSurface, ChartTrendline, ChartType, ChartexBoxSeries, ChartexBoxWhisker, ChartexGeography, ChartexHistogramBinning, ChartexRegionMap, ChartexRegionMapColors, ChartexRegionMapRow, ChartexSunburst, ChartexSunburstRow, ChartexTreemap, ChartexValueColorStop, CjkFallback, DecodedImageBudgetStrategy, DimOptions, DrawingMLCustomDashSegment, Duotone$1 as Duotone, EquationRun, Fill, FillRect, FindHighlightColors, FindMatch, FindMatchesOptions, Glow, GradientFill, GradientStop$1 as GradientStop, HiddenSlideMode, HyperlinkTarget, ImageFill, ImageResourceOptions, LegendManualLayout, LightRig, LineBreak, LoadOptions$1 as LoadOptions, MatchRunSlice, MathAccent, MathArray, MathBar, MathBorderBox, MathBox, MathDelimiter, MathFraction, MathFunc, MathGroup, MathGroupChr, MathLimit, MathNary, MathNode, MathPhant, MathRadical, MathRenderer, MathRun, MathSPre, MathScript, MathStyle, MathSvg, MediaElement, NoFill, OoxmlDecodedImageLimitError, OoxmlDecodedImageLimitMetric, OoxmlError, OoxmlErrorCode, OoxmlErrorStage, OoxmlFormat, OoxmlResourceLimit, OoxmlResourceLimitError, OoxmlResourceLimitErrorDetails, OoxmlResourceLimits, OoxmlResourceMetric, OoxmlResourceMetrics, OoxmlResourceMetricsCheckpoint, OoxmlResourceName, OoxmlResourcePolicySnapshot, OoxmlResourceUsageSnapshot, OoxmlResourceViolation, Paragraph, PathCmd$2 as PathCmd, PatternFill, PictureElement, PptxComment, PptxCommentAnchor, PptxCommentReply, PptxCommentSelectionContext, PptxCommentsOptions, PptxElementBounds, PptxElementContext, PptxElementContextOptions, PptxHighlightColors, PptxHighlightMatch, PptxMatchLocation, PptxPresentation, PptxScrollViewer, PptxScrollViewerOptions, PptxSelectionContext, PptxSelectionContextOptions, PptxSelectionRunLocator, PptxSlidePoint, PptxTextRunInfo, PptxTextSelectionContext, PptxViewer, PptxViewerOptions, PresentSlideOptions, Presentation, PresentationHandle, Reflection, RenderOptions, RenderSlideOptions, RenderSlideToBitmapOptions, Rot3d, Scene3d, SecondaryValueAxis, Shadow, ShapeElement, Slide, SlideElement, SlideElementOrigin, SlideElementSource, SlideRenderOptions, SoftEdge, SolidFill, Sp3d, SpaceLine, SrcRect, Stroke, TabStop$1 as TabStop, TableCell, TableElement, TableRow, TextBody, TextOutline, TextRect, TextRun, TextRunCallback, TextRunData, TextSelectionContextOptions, TiffDecodeError, TiffRenderOptions, TiffRenderer, TileInfo, ViewerCommentConnectorOptions, ViewerCommentConnectorRoute, ViewerCommentConnectorStroke, ViewerCommentMessageContext, ViewerCommentThreadContext, ViewerContextMenuEvent, ZoomableViewer, autoResize, buildPptxHighlightLayer, buildPptxTextLayer, isOoxmlDecodedImageLimitError, isTiffDecodeError, openExternalHyperlink, readPptxTextSelectionContext, renderSlide };
|
|
3607
3713
|
}
|
|
3608
3714
|
//#endregion
|
|
3609
|
-
//#region dist/.types-work/types-
|
|
3715
|
+
//#region dist/.types-work/types-VRdpmXrR.d.ts
|
|
3610
3716
|
type ShapeFill = Exclude<Fill, {
|
|
3611
3717
|
fillType: 'image';
|
|
3612
3718
|
} | {
|
|
@@ -4361,7 +4467,7 @@ interface XlsxRenderViewportOptions {
|
|
|
4361
4467
|
} | null;
|
|
4362
4468
|
}
|
|
4363
4469
|
//#endregion
|
|
4364
|
-
//#region dist/.types-work/xlsx-
|
|
4470
|
+
//#region dist/.types-work/xlsx-BucT8L3K.d.ts
|
|
4365
4471
|
type ResolvedList = {
|
|
4366
4472
|
kind: 'values';
|
|
4367
4473
|
values: string[];
|
|
@@ -4918,7 +5024,7 @@ declare class XlsxSheetViewer implements ZoomableViewer {
|
|
|
4918
5024
|
}
|
|
4919
5025
|
declare function resolveSharedStrings(ws: Worksheet, sharedStrings: SharedString[]): Worksheet;
|
|
4920
5026
|
declare namespace xlsx_d_exports {
|
|
4921
|
-
export { ArrowEnd, AutoResizeOptions, Border, BorderEdge, Cell, CellAddress, CellFill, CellFont, CellValue, CellXf, CfIcon, CfRule, CfStop, CfValue, ChartAnchor, ChartAreaGroupDecorations, ChartBarGroupDecorations, ChartDataLabelOverride, ChartDataPointOverride, ChartDataTable, ChartDecorationLineStyle, ChartDisplayUnits, ChartDisplayUnitsLabel, ChartErrBars, ChartExElementStyle, ChartExRenderer, ChartLabelBox, ChartLegendEntryOverride, ChartLineDashSegment, ChartLineGroupDecorations, ChartManualLayout, ChartModel, ChartOfPie, ChartPlotGroup, ChartPlotGroupAxisSlot, ChartPlotGroupKind, ChartRect, ChartRegionMapRenderer, ChartSeries, ChartSeriesDataLabels, ChartStockBarPaint, ChartStockUpDownBarStyle, ChartSurfaceBandFormat, ChartTextBox, ChartTextParagraph, ChartTextRun, ChartThreeD, ChartThreeDPictureOptions, ChartThreeDRenderer, ChartThreeDSeriesAxis, ChartThreeDSurface, ChartTrendline, ChartType, ChartexBoxSeries, ChartexBoxWhisker, ChartexGeography, ChartexHistogramBinning, ChartexRegionMap, ChartexRegionMapColors, ChartexRegionMapRow, ChartexSunburst, ChartexSunburstRow, ChartexTreemap, ChartexValueColorStop, CjkFallback, ConditionalFormat, DataValidation, DecodedImageBudgetStrategy, DefinedName, DrawingMLCustomDashSegment, Duotone, Dxf, FillRect, FindHighlightColors, FindMatch, FindMatchesOptions, GradientFill, GradientFillSpec, GradientStop$1 as GradientStop, HiddenSheetMode, Hyperlink, HyperlinkTarget, ImageAnchor, ImageFill, ImageResourceOptions, LegendManualLayout, LoadOptions, MAX_SELECTION_AREAS, MAX_SELECTION_CONTEXT_CELLS, MAX_SELECTION_CONTEXT_TEXT_CHARACTERS, MathAccent, MathArray, MathBar, MathBorderBox, MathBox, MathDelimiter, MathFraction, MathFunc, MathGroup, MathGroupChr, MathLimit, MathNary, MathNode, MathPhant, MathRadical, MathRenderer, MathRun, MathSPre, MathScript, MathStyle, MathSvg, MergeCell, NoFill, NumFmt, OoxmlDecodedImageLimitError, OoxmlDecodedImageLimitMetric, OoxmlError, OoxmlErrorCode, OoxmlErrorStage, OoxmlFormat, OoxmlResourceLimit, OoxmlResourceLimitError, OoxmlResourceLimitErrorDetails, OoxmlResourceLimits, OoxmlResourceMetric, OoxmlResourceMetrics, OoxmlResourceMetricsCheckpoint, OoxmlResourceName, OoxmlResourcePolicySnapshot, OoxmlResourceUsageSnapshot, OoxmlResourceViolation, OutlinePr, ParsedWorkbook, PathCmd, PathInfo, PatternFill, PhoneticAlignment, PhoneticProperties, PhoneticRun, PhoneticType, PivotCacheSource, PivotDataField, PivotDiagnostic, PivotLocation, PivotMetadataStatus, PivotPageField, PivotPartialReason, PivotTableMetadata, RenderViewportToBitmapOptions, ResolvedList, Row, Run, RunFont, SecondaryValueAxis, ShapeAnchor, ShapeFill, ShapeGeom, ShapeInfo, ShapeParagraph, ShapeText, ShapeTextRun, SharedString, SheetMeta, SheetVisibility, SlicerAnchor, SlicerElementStyle, SlicerItem, SlicerStyle, SolidFill, SpaceLine, Sparkline, SparklineGroup, SrcRect, Styles, TableColumnInfo, TableInfo, TiffDecodeError, TiffRenderOptions, TiffRenderer, TileInfo, ViewerCommentMessageContext, ViewerCommentThreadContext, ViewerContextMenuEvent, ViewportRange, Workbook, Worksheet, WorksheetCellRange, XlsxCellViewportRect, XlsxComment, XlsxCommentReply, XlsxCommentsOptions, XlsxCopyResult, XlsxElementAnchorMarker, XlsxElementContext, XlsxMatchLocation, XlsxRangeSelectionContext, XlsxRenderViewportOptions, XlsxScrollToCellOptions, XlsxSelectionArea, XlsxSelectionContext, XlsxSelectionContextCell, XlsxSelectionContextOptions, XlsxSelectionInput, XlsxSelectionState, XlsxSheetLoadOptions, XlsxSheetViewer, XlsxSheetViewerOptions, XlsxTextRunInfo, XlsxViewer, XlsxViewerOptions, XlsxViewportOffset, XlsxWorkbook, ZoomableViewer, autoResize, isOoxmlDecodedImageLimitError, isTiffDecodeError, openExternalHyperlink, resolveSharedStrings };
|
|
5027
|
+
export { ArrowEnd, AutoResizeOptions, Border, BorderEdge, Cell, CellAddress, CellFill, CellFont, CellValue, CellXf, CfIcon, CfRule, CfStop, CfValue, ChartAnchor, ChartAreaGroupDecorations, ChartBarGroupDecorations, ChartClassicSurfaceBandStyles, ChartDataLabelOverride, ChartDataPointOverride, ChartDataTable, ChartDecorationLineStyle, ChartDisplayUnits, ChartDisplayUnitsLabel, ChartErrBars, ChartExElementStyle, ChartExRenderer, ChartLabelBox, ChartLegendEntryOverride, ChartLineDashSegment, ChartLineGroupDecorations, ChartManualLayout, ChartModel, ChartOfPie, ChartPlotGroup, ChartPlotGroupAxisSlot, ChartPlotGroupKind, ChartRect, ChartRegionMapRenderer, ChartSeries, ChartSeriesDataLabels, ChartStockBarPaint, ChartStockUpDownBarStyle, ChartSurfaceBandFormat, ChartTextBox, ChartTextParagraph, ChartTextRun, ChartThreeD, ChartThreeDPictureOptions, ChartThreeDRenderer, ChartThreeDSeriesAxis, ChartThreeDSurface, ChartTrendline, ChartType, ChartexBoxSeries, ChartexBoxWhisker, ChartexGeography, ChartexHistogramBinning, ChartexRegionMap, ChartexRegionMapColors, ChartexRegionMapRow, ChartexSunburst, ChartexSunburstRow, ChartexTreemap, ChartexValueColorStop, CjkFallback, ConditionalFormat, DataValidation, DecodedImageBudgetStrategy, DefinedName, DrawingMLCustomDashSegment, Duotone, Dxf, FillRect, FindHighlightColors, FindMatch, FindMatchesOptions, Glow, GradientFill, GradientFillSpec, GradientStop$1 as GradientStop, HiddenSheetMode, Hyperlink, HyperlinkTarget, ImageAnchor, ImageFill, ImageResourceOptions, LegendManualLayout, LoadOptions, MAX_SELECTION_AREAS, MAX_SELECTION_CONTEXT_CELLS, MAX_SELECTION_CONTEXT_TEXT_CHARACTERS, MathAccent, MathArray, MathBar, MathBorderBox, MathBox, MathDelimiter, MathFraction, MathFunc, MathGroup, MathGroupChr, MathLimit, MathNary, MathNode, MathPhant, MathRadical, MathRenderer, MathRun, MathSPre, MathScript, MathStyle, MathSvg, MergeCell, NoFill, NumFmt, OoxmlDecodedImageLimitError, OoxmlDecodedImageLimitMetric, OoxmlError, OoxmlErrorCode, OoxmlErrorStage, OoxmlFormat, OoxmlResourceLimit, OoxmlResourceLimitError, OoxmlResourceLimitErrorDetails, OoxmlResourceLimits, OoxmlResourceMetric, OoxmlResourceMetrics, OoxmlResourceMetricsCheckpoint, OoxmlResourceName, OoxmlResourcePolicySnapshot, OoxmlResourceUsageSnapshot, OoxmlResourceViolation, OutlinePr, ParsedWorkbook, PathCmd, PathInfo, PatternFill, PhoneticAlignment, PhoneticProperties, PhoneticRun, PhoneticType, PivotCacheSource, PivotDataField, PivotDiagnostic, PivotLocation, PivotMetadataStatus, PivotPageField, PivotPartialReason, PivotTableMetadata, Reflection, RenderViewportToBitmapOptions, ResolvedList, Row, Run, RunFont, SecondaryValueAxis, Shadow, ShapeAnchor, ShapeFill, ShapeGeom, ShapeInfo, ShapeParagraph, ShapeText, ShapeTextRun, SharedString, SheetMeta, SheetVisibility, SlicerAnchor, SlicerElementStyle, SlicerItem, SlicerStyle, SoftEdge, SolidFill, SpaceLine, Sparkline, SparklineGroup, SrcRect, Styles, TableColumnInfo, TableInfo, TiffDecodeError, TiffRenderOptions, TiffRenderer, TileInfo, ViewerCommentMessageContext, ViewerCommentThreadContext, ViewerContextMenuEvent, ViewportRange, Workbook, Worksheet, WorksheetCellRange, XlsxCellViewportRect, XlsxComment, XlsxCommentReply, XlsxCommentsOptions, XlsxCopyResult, XlsxElementAnchorMarker, XlsxElementContext, XlsxMatchLocation, XlsxRangeSelectionContext, XlsxRenderViewportOptions, XlsxScrollToCellOptions, XlsxSelectionArea, XlsxSelectionContext, XlsxSelectionContextCell, XlsxSelectionContextOptions, XlsxSelectionInput, XlsxSelectionState, XlsxSheetLoadOptions, XlsxSheetViewer, XlsxSheetViewerOptions, XlsxTextRunInfo, XlsxViewer, XlsxViewerOptions, XlsxViewportOffset, XlsxWorkbook, ZoomableViewer, autoResize, isOoxmlDecodedImageLimitError, isTiffDecodeError, openExternalHyperlink, resolveSharedStrings };
|
|
4922
5028
|
}
|
|
4923
5029
|
//#endregion
|
|
4924
5030
|
export { docx_d_exports as docx, pptx_d_exports as pptx, xlsx_d_exports as xlsx };
|