office-viewer 0.3.12 → 0.3.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/Word.js +13 -0
- package/esm/createOfficeViewer.js +5 -1
- package/esm/excel/render/drawing/EChartsRender.js +1 -1
- package/esm/util/fileType.js +6 -0
- package/esm/word/parse/defaultXML/settingsXML.d.ts +1 -0
- package/esm/word/parse/defaultXML/settingsXML.js +5 -0
- package/esm/word/parse/defaultXML/stylesXML.d.ts +1 -0
- package/esm/word/parse/defaultXML/stylesXML.js +5 -0
- package/esm/word/parse/defaultXML/themeXML.d.ts +1 -0
- package/esm/word/parse/defaultXML/themeXML.js +5 -0
- package/lib/Word.js +13 -0
- package/lib/createOfficeViewer.d.ts +1 -1
- package/lib/createOfficeViewer.js +5 -1
- package/lib/excel/formula/builtinFunctions.d.ts +1 -1
- package/lib/excel/lang/lang.d.ts +1 -1
- package/lib/excel/render/autoFilter/sortState/getColumnSortOrder.d.ts +1 -1
- package/lib/excel/render/dnd/mousedownColHeader.d.ts +1 -1
- package/lib/excel/render/dnd/mousedownRowHeader.d.ts +1 -1
- package/lib/excel/render/drawing/EChartsRender.js +19 -1
- package/lib/package/XMLPackageParser.d.ts +1 -1
- package/lib/package/ZipPackageParser.d.ts +1 -1
- package/lib/util/fileType.js +6 -0
- package/lib/word/parse/defaultXML/settingsXML.d.ts +1 -0
- package/lib/word/parse/defaultXML/settingsXML.js +9 -0
- package/lib/word/parse/defaultXML/stylesXML.d.ts +1 -0
- package/lib/word/parse/defaultXML/stylesXML.js +9 -0
- package/lib/word/parse/defaultXML/themeXML.d.ts +1 -0
- package/lib/word/parse/defaultXML/themeXML.js +9 -0
- package/lib/word/parse/jcToTextAlign.d.ts +1 -1
- package/package.json +3 -2
- package/dist/tsconfig.tsbuildinfo +0 -1
- package/esm/node_modules/echarts/index.js +0 -295
- package/esm/node_modules/echarts/lib/action/roamHelper.js +0 -81
- package/esm/node_modules/echarts/lib/animation/basicTransition.js +0 -202
- package/esm/node_modules/echarts/lib/animation/customGraphicKeyframeAnimation.js +0 -103
- package/esm/node_modules/echarts/lib/animation/customGraphicTransition.js +0 -440
- package/esm/node_modules/echarts/lib/animation/morphTransitionHelper.js +0 -164
- package/esm/node_modules/echarts/lib/animation/universalTransition.js +0 -608
- package/esm/node_modules/echarts/lib/chart/bar/BarSeries.js +0 -71
- package/esm/node_modules/echarts/lib/chart/bar/BarView.js +0 -852
- package/esm/node_modules/echarts/lib/chart/bar/BaseBarSeries.js +0 -118
- package/esm/node_modules/echarts/lib/chart/bar/PictorialBarSeries.js +0 -54
- package/esm/node_modules/echarts/lib/chart/bar/PictorialBarView.js +0 -593
- package/esm/node_modules/echarts/lib/chart/bar/install.js +0 -41
- package/esm/node_modules/echarts/lib/chart/bar/installPictorialBar.js +0 -14
- package/esm/node_modules/echarts/lib/chart/boxplot/BoxplotSeries.js +0 -67
- package/esm/node_modules/echarts/lib/chart/boxplot/BoxplotView.js +0 -131
- package/esm/node_modules/echarts/lib/chart/boxplot/boxplotLayout.js +0 -141
- package/esm/node_modules/echarts/lib/chart/boxplot/boxplotTransform.js +0 -26
- package/esm/node_modules/echarts/lib/chart/boxplot/install.js +0 -13
- package/esm/node_modules/echarts/lib/chart/boxplot/prepareBoxplotData.js +0 -56
- package/esm/node_modules/echarts/lib/chart/candlestick/CandlestickSeries.js +0 -79
- package/esm/node_modules/echarts/lib/chart/candlestick/CandlestickView.js +0 -291
- package/esm/node_modules/echarts/lib/chart/candlestick/candlestickLayout.js +0 -163
- package/esm/node_modules/echarts/lib/chart/candlestick/candlestickVisual.js +0 -43
- package/esm/node_modules/echarts/lib/chart/candlestick/install.js +0 -15
- package/esm/node_modules/echarts/lib/chart/candlestick/preprocessor.js +0 -15
- package/esm/node_modules/echarts/lib/chart/custom/CustomSeries.js +0 -64
- package/esm/node_modules/echarts/lib/chart/custom/CustomView.js +0 -888
- package/esm/node_modules/echarts/lib/chart/custom/install.js +0 -9
- package/esm/node_modules/echarts/lib/chart/effectScatter/EffectScatterSeries.js +0 -64
- package/esm/node_modules/echarts/lib/chart/effectScatter/EffectScatterView.js +0 -58
- package/esm/node_modules/echarts/lib/chart/effectScatter/install.js +0 -11
- package/esm/node_modules/echarts/lib/chart/funnel/FunnelSeries.js +0 -104
- package/esm/node_modules/echarts/lib/chart/funnel/FunnelView.js +0 -161
- package/esm/node_modules/echarts/lib/chart/funnel/funnelLayout.js +0 -304
- package/esm/node_modules/echarts/lib/chart/funnel/install.js +0 -13
- package/esm/node_modules/echarts/lib/chart/gauge/GaugeSeries.js +0 -144
- package/esm/node_modules/echarts/lib/chart/gauge/GaugeView.js +0 -524
- package/esm/node_modules/echarts/lib/chart/gauge/PointerPath.js +0 -42
- package/esm/node_modules/echarts/lib/chart/gauge/install.js +0 -9
- package/esm/node_modules/echarts/lib/chart/graph/GraphSeries.js +0 -234
- package/esm/node_modules/echarts/lib/chart/graph/GraphView.js +0 -226
- package/esm/node_modules/echarts/lib/chart/graph/adjustEdge.js +0 -133
- package/esm/node_modules/echarts/lib/chart/graph/categoryFilter.js +0 -34
- package/esm/node_modules/echarts/lib/chart/graph/categoryVisual.js +0 -50
- package/esm/node_modules/echarts/lib/chart/graph/circularLayout.js +0 -11
- package/esm/node_modules/echarts/lib/chart/graph/circularLayoutHelper.js +0 -151
- package/esm/node_modules/echarts/lib/chart/graph/createView.js +0 -62
- package/esm/node_modules/echarts/lib/chart/graph/edgeVisual.js +0 -53
- package/esm/node_modules/echarts/lib/chart/graph/forceHelper.js +0 -136
- package/esm/node_modules/echarts/lib/chart/graph/forceLayout.js +0 -120
- package/esm/node_modules/echarts/lib/chart/graph/graphHelper.js +0 -63
- package/esm/node_modules/echarts/lib/chart/graph/install.js +0 -57
- package/esm/node_modules/echarts/lib/chart/graph/simpleLayout.js +0 -38
- package/esm/node_modules/echarts/lib/chart/graph/simpleLayoutHelper.js +0 -30
- package/esm/node_modules/echarts/lib/chart/heatmap/HeatmapLayer.js +0 -124
- package/esm/node_modules/echarts/lib/chart/heatmap/HeatmapSeries.js +0 -48
- package/esm/node_modules/echarts/lib/chart/heatmap/HeatmapView.js +0 -271
- package/esm/node_modules/echarts/lib/chart/heatmap/install.js +0 -9
- package/esm/node_modules/echarts/lib/chart/helper/EffectLine.js +0 -164
- package/esm/node_modules/echarts/lib/chart/helper/EffectPolyline.js +0 -89
- package/esm/node_modules/echarts/lib/chart/helper/EffectSymbol.js +0 -165
- package/esm/node_modules/echarts/lib/chart/helper/LargeLineDraw.js +0 -259
- package/esm/node_modules/echarts/lib/chart/helper/LargeSymbolDraw.js +0 -269
- package/esm/node_modules/echarts/lib/chart/helper/Line.js +0 -378
- package/esm/node_modules/echarts/lib/chart/helper/LineDraw.js +0 -122
- package/esm/node_modules/echarts/lib/chart/helper/LinePath.js +0 -70
- package/esm/node_modules/echarts/lib/chart/helper/Polyline.js +0 -65
- package/esm/node_modules/echarts/lib/chart/helper/Symbol.js +0 -293
- package/esm/node_modules/echarts/lib/chart/helper/SymbolDraw.js +0 -172
- package/esm/node_modules/echarts/lib/chart/helper/createClipPathFromCoordSys.js +0 -107
- package/esm/node_modules/echarts/lib/chart/helper/createGraphFromNodeEdge.js +0 -74
- package/esm/node_modules/echarts/lib/chart/helper/createRenderPlanner.js +0 -22
- package/esm/node_modules/echarts/lib/chart/helper/createSeriesData.js +0 -121
- package/esm/node_modules/echarts/lib/chart/helper/createSeriesDataSimply.js +0 -28
- package/esm/node_modules/echarts/lib/chart/helper/enableAriaDecalForTree.js +0 -18
- package/esm/node_modules/echarts/lib/chart/helper/labelHelper.js +0 -37
- package/esm/node_modules/echarts/lib/chart/helper/multipleGraphEdgeHelper.js +0 -185
- package/esm/node_modules/echarts/lib/chart/helper/sectorHelper.js +0 -22
- package/esm/node_modules/echarts/lib/chart/helper/treeHelper.js +0 -52
- package/esm/node_modules/echarts/lib/chart/helper/whiskerBoxCommon.js +0 -96
- package/esm/node_modules/echarts/lib/chart/line/LineSeries.js +0 -112
- package/esm/node_modules/echarts/lib/chart/line/LineView.js +0 -1069
- package/esm/node_modules/echarts/lib/chart/line/helper.js +0 -83
- package/esm/node_modules/echarts/lib/chart/line/install.js +0 -28
- package/esm/node_modules/echarts/lib/chart/line/lineAnimationDiff.js +0 -125
- package/esm/node_modules/echarts/lib/chart/line/poly.js +0 -310
- package/esm/node_modules/echarts/lib/chart/lines/LinesSeries.js +0 -268
- package/esm/node_modules/echarts/lib/chart/lines/LinesView.js +0 -143
- package/esm/node_modules/echarts/lib/chart/lines/install.js +0 -13
- package/esm/node_modules/echarts/lib/chart/lines/linesLayout.js +0 -71
- package/esm/node_modules/echarts/lib/chart/lines/linesVisual.js +0 -74
- package/esm/node_modules/echarts/lib/chart/map/MapSeries.js +0 -206
- package/esm/node_modules/echarts/lib/chart/map/MapView.js +0 -137
- package/esm/node_modules/echarts/lib/chart/map/install.js +0 -18
- package/esm/node_modules/echarts/lib/chart/map/mapDataStatistic.js +0 -64
- package/esm/node_modules/echarts/lib/chart/map/mapSymbolLayout.js +0 -46
- package/esm/node_modules/echarts/lib/chart/parallel/ParallelSeries.js +0 -86
- package/esm/node_modules/echarts/lib/chart/parallel/ParallelView.js +0 -182
- package/esm/node_modules/echarts/lib/chart/parallel/install.js +0 -14
- package/esm/node_modules/echarts/lib/chart/parallel/parallelVisual.js +0 -69
- package/esm/node_modules/echarts/lib/chart/pie/PieSeries.js +0 -175
- package/esm/node_modules/echarts/lib/chart/pie/PieView.js +0 -244
- package/esm/node_modules/echarts/lib/chart/pie/install.js +0 -18
- package/esm/node_modules/echarts/lib/chart/pie/labelLayout.js +0 -433
- package/esm/node_modules/echarts/lib/chart/pie/pieLayout.js +0 -192
- package/esm/node_modules/echarts/lib/chart/radar/RadarSeries.js +0 -93
- package/esm/node_modules/echarts/lib/chart/radar/RadarView.js +0 -187
- package/esm/node_modules/echarts/lib/chart/radar/backwardCompat.js +0 -33
- package/esm/node_modules/echarts/lib/chart/radar/install.js +0 -18
- package/esm/node_modules/echarts/lib/chart/radar/radarLayout.js +0 -42
- package/esm/node_modules/echarts/lib/chart/sankey/SankeySeries.js +0 -174
- package/esm/node_modules/echarts/lib/chart/sankey/SankeyView.js +0 -287
- package/esm/node_modules/echarts/lib/chart/sankey/install.js +0 -27
- package/esm/node_modules/echarts/lib/chart/sankey/sankeyLayout.js +0 -449
- package/esm/node_modules/echarts/lib/chart/sankey/sankeyVisual.js +0 -52
- package/esm/node_modules/echarts/lib/chart/scatter/ScatterSeries.js +0 -79
- package/esm/node_modules/echarts/lib/chart/scatter/ScatterView.js +0 -92
- package/esm/node_modules/echarts/lib/chart/scatter/install.js +0 -15
- package/esm/node_modules/echarts/lib/chart/sunburst/SunburstPiece.js +0 -191
- package/esm/node_modules/echarts/lib/chart/sunburst/SunburstSeries.js +0 -165
- package/esm/node_modules/echarts/lib/chart/sunburst/SunburstView.js +0 -165
- package/esm/node_modules/echarts/lib/chart/sunburst/install.js +0 -18
- package/esm/node_modules/echarts/lib/chart/sunburst/sunburstAction.js +0 -68
- package/esm/node_modules/echarts/lib/chart/sunburst/sunburstLayout.js +0 -176
- package/esm/node_modules/echarts/lib/chart/sunburst/sunburstVisual.js +0 -35
- package/esm/node_modules/echarts/lib/chart/themeRiver/ThemeRiverSeries.js +0 -219
- package/esm/node_modules/echarts/lib/chart/themeRiver/ThemeRiverView.js +0 -146
- package/esm/node_modules/echarts/lib/chart/themeRiver/install.js +0 -13
- package/esm/node_modules/echarts/lib/chart/themeRiver/themeRiverLayout.js +0 -117
- package/esm/node_modules/echarts/lib/chart/tree/TreeSeries.js +0 -146
- package/esm/node_modules/echarts/lib/chart/tree/TreeView.js +0 -584
- package/esm/node_modules/echarts/lib/chart/tree/install.js +0 -15
- package/esm/node_modules/echarts/lib/chart/tree/layoutHelper.js +0 -234
- package/esm/node_modules/echarts/lib/chart/tree/traversalHelper.js +0 -87
- package/esm/node_modules/echarts/lib/chart/tree/treeAction.js +0 -42
- package/esm/node_modules/echarts/lib/chart/tree/treeLayout.js +0 -99
- package/esm/node_modules/echarts/lib/chart/tree/treeVisual.js +0 -17
- package/esm/node_modules/echarts/lib/chart/treemap/Breadcrumb.js +0 -149
- package/esm/node_modules/echarts/lib/chart/treemap/TreemapSeries.js +0 -326
- package/esm/node_modules/echarts/lib/chart/treemap/TreemapView.js +0 -813
- package/esm/node_modules/echarts/lib/chart/treemap/install.js +0 -15
- package/esm/node_modules/echarts/lib/chart/treemap/treemapAction.js +0 -35
- package/esm/node_modules/echarts/lib/chart/treemap/treemapLayout.js +0 -449
- package/esm/node_modules/echarts/lib/chart/treemap/treemapVisual.js +0 -154
- package/esm/node_modules/echarts/lib/component/aria/install.js +0 -9
- package/esm/node_modules/echarts/lib/component/aria/preprocessor.js +0 -21
- package/esm/node_modules/echarts/lib/component/axis/AngleAxisView.js +0 -287
- package/esm/node_modules/echarts/lib/component/axis/AxisBuilder.js +0 -535
- package/esm/node_modules/echarts/lib/component/axis/AxisView.js +0 -76
- package/esm/node_modules/echarts/lib/component/axis/CartesianAxisView.js +0 -191
- package/esm/node_modules/echarts/lib/component/axis/ParallelAxisView.js +0 -135
- package/esm/node_modules/echarts/lib/component/axis/RadiusAxisView.js +0 -169
- package/esm/node_modules/echarts/lib/component/axis/SingleAxisView.js +0 -107
- package/esm/node_modules/echarts/lib/component/axis/axisSplitHelper.js +0 -85
- package/esm/node_modules/echarts/lib/component/axis/parallelAxisAction.js +0 -71
- package/esm/node_modules/echarts/lib/component/axisPointer/AxisPointerModel.js +0 -71
- package/esm/node_modules/echarts/lib/component/axisPointer/AxisPointerView.js +0 -39
- package/esm/node_modules/echarts/lib/component/axisPointer/BaseAxisPointer.js +0 -355
- package/esm/node_modules/echarts/lib/component/axisPointer/CartesianAxisPointer.js +0 -107
- package/esm/node_modules/echarts/lib/component/axisPointer/PolarAxisPointer.js +0 -102
- package/esm/node_modules/echarts/lib/component/axisPointer/SingleAxisPointer.js +0 -104
- package/esm/node_modules/echarts/lib/component/axisPointer/axisTrigger.js +0 -338
- package/esm/node_modules/echarts/lib/component/axisPointer/findPointFromSeries.js +0 -58
- package/esm/node_modules/echarts/lib/component/axisPointer/globalListener.js +0 -98
- package/esm/node_modules/echarts/lib/component/axisPointer/install.js +0 -44
- package/esm/node_modules/echarts/lib/component/axisPointer/modelHelper.js +0 -255
- package/esm/node_modules/echarts/lib/component/axisPointer/viewHelper.js +0 -155
- package/esm/node_modules/echarts/lib/component/brush/BrushModel.js +0 -95
- package/esm/node_modules/echarts/lib/component/brush/BrushView.js +0 -70
- package/esm/node_modules/echarts/lib/component/brush/install.js +0 -60
- package/esm/node_modules/echarts/lib/component/brush/preprocessor.js +0 -47
- package/esm/node_modules/echarts/lib/component/brush/selector.js +0 -74
- package/esm/node_modules/echarts/lib/component/brush/visualEncoding.js +0 -215
- package/esm/node_modules/echarts/lib/component/calendar/CalendarView.js +0 -352
- package/esm/node_modules/echarts/lib/component/calendar/install.js +0 -11
- package/esm/node_modules/echarts/lib/component/dataZoom/AxisProxy.js +0 -301
- package/esm/node_modules/echarts/lib/component/dataZoom/DataZoomModel.js +0 -389
- package/esm/node_modules/echarts/lib/component/dataZoom/DataZoomView.js +0 -20
- package/esm/node_modules/echarts/lib/component/dataZoom/InsideZoomModel.js +0 -24
- package/esm/node_modules/echarts/lib/component/dataZoom/InsideZoomView.js +0 -157
- package/esm/node_modules/echarts/lib/component/dataZoom/SelectZoomModel.js +0 -15
- package/esm/node_modules/echarts/lib/component/dataZoom/SelectZoomView.js +0 -15
- package/esm/node_modules/echarts/lib/component/dataZoom/SliderZoomModel.js +0 -85
- package/esm/node_modules/echarts/lib/component/dataZoom/SliderZoomView.js +0 -782
- package/esm/node_modules/echarts/lib/component/dataZoom/dataZoomAction.js +0 -18
- package/esm/node_modules/echarts/lib/component/dataZoom/dataZoomProcessor.js +0 -89
- package/esm/node_modules/echarts/lib/component/dataZoom/helper.js +0 -120
- package/esm/node_modules/echarts/lib/component/dataZoom/history.js +0 -76
- package/esm/node_modules/echarts/lib/component/dataZoom/install.js +0 -12
- package/esm/node_modules/echarts/lib/component/dataZoom/installCommon.js +0 -18
- package/esm/node_modules/echarts/lib/component/dataZoom/installDataZoomInside.js +0 -13
- package/esm/node_modules/echarts/lib/component/dataZoom/installDataZoomSelect.js +0 -11
- package/esm/node_modules/echarts/lib/component/dataZoom/installDataZoomSlider.js +0 -11
- package/esm/node_modules/echarts/lib/component/dataZoom/roams.js +0 -182
- package/esm/node_modules/echarts/lib/component/dataset/install.js +0 -50
- package/esm/node_modules/echarts/lib/component/geo/GeoView.js +0 -69
- package/esm/node_modules/echarts/lib/component/geo/install.js +0 -101
- package/esm/node_modules/echarts/lib/component/graphic/GraphicModel.js +0 -203
- package/esm/node_modules/echarts/lib/component/graphic/GraphicView.js +0 -353
- package/esm/node_modules/echarts/lib/component/graphic/install.js +0 -34
- package/esm/node_modules/echarts/lib/component/grid/install.js +0 -10
- package/esm/node_modules/echarts/lib/component/grid/installSimple.js +0 -57
- package/esm/node_modules/echarts/lib/component/helper/BrushController.js +0 -713
- package/esm/node_modules/echarts/lib/component/helper/BrushTargetManager.js +0 -302
- package/esm/node_modules/echarts/lib/component/helper/MapDraw.js +0 -635
- package/esm/node_modules/echarts/lib/component/helper/RoamController.js +0 -203
- package/esm/node_modules/echarts/lib/component/helper/brushHelper.js +0 -31
- package/esm/node_modules/echarts/lib/component/helper/cursorHelper.js +0 -59
- package/esm/node_modules/echarts/lib/component/helper/interactionMutex.js +0 -36
- package/esm/node_modules/echarts/lib/component/helper/listComponent.js +0 -47
- package/esm/node_modules/echarts/lib/component/helper/roamHelper.js +0 -75
- package/esm/node_modules/echarts/lib/component/helper/sliderMove.js +0 -115
- package/esm/node_modules/echarts/lib/component/legend/LegendModel.js +0 -276
- package/esm/node_modules/echarts/lib/component/legend/LegendView.js +0 -486
- package/esm/node_modules/echarts/lib/component/legend/ScrollableLegendModel.js +0 -63
- package/esm/node_modules/echarts/lib/component/legend/ScrollableLegendView.js +0 -361
- package/esm/node_modules/echarts/lib/component/legend/install.js +0 -10
- package/esm/node_modules/echarts/lib/component/legend/installLegendPlain.js +0 -16
- package/esm/node_modules/echarts/lib/component/legend/installLegendScroll.js +0 -14
- package/esm/node_modules/echarts/lib/component/legend/legendAction.js +0 -72
- package/esm/node_modules/echarts/lib/component/legend/legendFilter.js +0 -61
- package/esm/node_modules/echarts/lib/component/legend/scrollableLegendAction.js +0 -62
- package/esm/node_modules/echarts/lib/component/marker/MarkAreaModel.js +0 -44
- package/esm/node_modules/echarts/lib/component/marker/MarkAreaView.js +0 -323
- package/esm/node_modules/echarts/lib/component/marker/MarkLineModel.js +0 -47
- package/esm/node_modules/echarts/lib/component/marker/MarkLineView.js +0 -322
- package/esm/node_modules/echarts/lib/component/marker/MarkPointModel.js +0 -41
- package/esm/node_modules/echarts/lib/component/marker/MarkPointView.js +0 -150
- package/esm/node_modules/echarts/lib/component/marker/MarkerModel.js +0 -125
- package/esm/node_modules/echarts/lib/component/marker/MarkerView.js +0 -54
- package/esm/node_modules/echarts/lib/component/marker/checkMarkerInSeries.js +0 -16
- package/esm/node_modules/echarts/lib/component/marker/installMarkArea.js +0 -16
- package/esm/node_modules/echarts/lib/component/marker/installMarkLine.js +0 -16
- package/esm/node_modules/echarts/lib/component/marker/installMarkPoint.js +0 -16
- package/esm/node_modules/echarts/lib/component/marker/markerHelper.js +0 -148
- package/esm/node_modules/echarts/lib/component/parallel/ParallelView.js +0 -96
- package/esm/node_modules/echarts/lib/component/parallel/install.js +0 -33
- package/esm/node_modules/echarts/lib/component/polar/install.js +0 -51
- package/esm/node_modules/echarts/lib/component/radar/RadarView.js +0 -166
- package/esm/node_modules/echarts/lib/component/radar/install.js +0 -23
- package/esm/node_modules/echarts/lib/component/singleAxis/install.js +0 -33
- package/esm/node_modules/echarts/lib/component/timeline/SliderTimelineModel.js +0 -118
- package/esm/node_modules/echarts/lib/component/timeline/SliderTimelineView.js +0 -615
- package/esm/node_modules/echarts/lib/component/timeline/TimelineAxis.js +0 -30
- package/esm/node_modules/echarts/lib/component/timeline/TimelineModel.js +0 -147
- package/esm/node_modules/echarts/lib/component/timeline/TimelineView.js +0 -15
- package/esm/node_modules/echarts/lib/component/timeline/install.js +0 -17
- package/esm/node_modules/echarts/lib/component/timeline/preprocessor.js +0 -72
- package/esm/node_modules/echarts/lib/component/timeline/timelineAction.js +0 -42
- package/esm/node_modules/echarts/lib/component/title/install.js +0 -187
- package/esm/node_modules/echarts/lib/component/toolbox/ToolboxModel.js +0 -67
- package/esm/node_modules/echarts/lib/component/toolbox/ToolboxView.js +0 -257
- package/esm/node_modules/echarts/lib/component/toolbox/feature/Brush.js +0 -91
- package/esm/node_modules/echarts/lib/component/toolbox/feature/DataView.js +0 -406
- package/esm/node_modules/echarts/lib/component/toolbox/feature/DataZoom.js +0 -207
- package/esm/node_modules/echarts/lib/component/toolbox/feature/MagicType.js +0 -166
- package/esm/node_modules/echarts/lib/component/toolbox/feature/Restore.js +0 -38
- package/esm/node_modules/echarts/lib/component/toolbox/feature/SaveAsImage.js +0 -105
- package/esm/node_modules/echarts/lib/component/toolbox/featureManager.js +0 -37
- package/esm/node_modules/echarts/lib/component/toolbox/install.js +0 -23
- package/esm/node_modules/echarts/lib/component/tooltip/TooltipHTMLContent.js +0 -357
- package/esm/node_modules/echarts/lib/component/tooltip/TooltipModel.js +0 -84
- package/esm/node_modules/echarts/lib/component/tooltip/TooltipRichContent.js +0 -168
- package/esm/node_modules/echarts/lib/component/tooltip/TooltipView.js +0 -803
- package/esm/node_modules/echarts/lib/component/tooltip/helper.js +0 -38
- package/esm/node_modules/echarts/lib/component/tooltip/install.js +0 -31
- package/esm/node_modules/echarts/lib/component/tooltip/seriesFormatTooltip.js +0 -102
- package/esm/node_modules/echarts/lib/component/tooltip/tooltipMarkup.js +0 -284
- package/esm/node_modules/echarts/lib/component/transform/filterTransform.js +0 -56
- package/esm/node_modules/echarts/lib/component/transform/install.js +0 -9
- package/esm/node_modules/echarts/lib/component/transform/sortTransform.js +0 -115
- package/esm/node_modules/echarts/lib/component/visualMap/ContinuousModel.js +0 -215
- package/esm/node_modules/echarts/lib/component/visualMap/ContinuousView.js +0 -651
- package/esm/node_modules/echarts/lib/component/visualMap/PiecewiseModel.js +0 -397
- package/esm/node_modules/echarts/lib/component/visualMap/PiecewiseView.js +0 -174
- package/esm/node_modules/echarts/lib/component/visualMap/VisualMapModel.js +0 -372
- package/esm/node_modules/echarts/lib/component/visualMap/VisualMapView.js +0 -114
- package/esm/node_modules/echarts/lib/component/visualMap/helper.js +0 -50
- package/esm/node_modules/echarts/lib/component/visualMap/install.js +0 -12
- package/esm/node_modules/echarts/lib/component/visualMap/installCommon.js +0 -23
- package/esm/node_modules/echarts/lib/component/visualMap/installVisualMapContinuous.js +0 -11
- package/esm/node_modules/echarts/lib/component/visualMap/installVisualMapPiecewise.js +0 -11
- package/esm/node_modules/echarts/lib/component/visualMap/preprocessor.js +0 -37
- package/esm/node_modules/echarts/lib/component/visualMap/visualEncoding.js +0 -68
- package/esm/node_modules/echarts/lib/component/visualMap/visualMapAction.js +0 -58
- package/esm/node_modules/echarts/lib/coord/Axis.js +0 -239
- package/esm/node_modules/echarts/lib/coord/CoordinateSystem.js +0 -47
- package/esm/node_modules/echarts/lib/coord/View.js +0 -205
- package/esm/node_modules/echarts/lib/coord/axisAlignTicks.js +0 -97
- package/esm/node_modules/echarts/lib/coord/axisCommonTypes.js +0 -50
- package/esm/node_modules/echarts/lib/coord/axisDefault.js +0 -162
- package/esm/node_modules/echarts/lib/coord/axisHelper.js +0 -308
- package/esm/node_modules/echarts/lib/coord/axisModelCommonMixin.js +0 -60
- package/esm/node_modules/echarts/lib/coord/axisModelCreator.js +0 -70
- package/esm/node_modules/echarts/lib/coord/axisTickLabelBuilder.js +0 -283
- package/esm/node_modules/echarts/lib/coord/calendar/Calendar.js +0 -333
- package/esm/node_modules/echarts/lib/coord/calendar/CalendarModel.js +0 -118
- package/esm/node_modules/echarts/lib/coord/calendar/prepareCustom.js +0 -70
- package/esm/node_modules/echarts/lib/coord/cartesian/Axis2D.js +0 -53
- package/esm/node_modules/echarts/lib/coord/cartesian/AxisModel.js +0 -20
- package/esm/node_modules/echarts/lib/coord/cartesian/Cartesian.js +0 -32
- package/esm/node_modules/echarts/lib/coord/cartesian/Cartesian2D.js +0 -127
- package/esm/node_modules/echarts/lib/coord/cartesian/Grid.js +0 -446
- package/esm/node_modules/echarts/lib/coord/cartesian/GridModel.js +0 -31
- package/esm/node_modules/echarts/lib/coord/cartesian/cartesianAxisHelper.js +0 -79
- package/esm/node_modules/echarts/lib/coord/cartesian/prepareCustom.js +0 -34
- package/esm/node_modules/echarts/lib/coord/geo/Geo.js +0 -167
- package/esm/node_modules/echarts/lib/coord/geo/GeoJSONResource.js +0 -102
- package/esm/node_modules/echarts/lib/coord/geo/GeoModel.js +0 -170
- package/esm/node_modules/echarts/lib/coord/geo/GeoSVGResource.js +0 -292
- package/esm/node_modules/echarts/lib/coord/geo/Region.js +0 -241
- package/esm/node_modules/echarts/lib/coord/geo/fix/diaoyuIsland.js +0 -57
- package/esm/node_modules/echarts/lib/coord/geo/fix/nanhai.js +0 -32
- package/esm/node_modules/echarts/lib/coord/geo/fix/textCoord.js +0 -64
- package/esm/node_modules/echarts/lib/coord/geo/geoCreator.js +0 -195
- package/esm/node_modules/echarts/lib/coord/geo/geoSourceManager.js +0 -81
- package/esm/node_modules/echarts/lib/coord/geo/parseGeoJson.js +0 -103
- package/esm/node_modules/echarts/lib/coord/geo/prepareCustom.js +0 -39
- package/esm/node_modules/echarts/lib/coord/parallel/AxisModel.js +0 -73
- package/esm/node_modules/echarts/lib/coord/parallel/Parallel.js +0 -365
- package/esm/node_modules/echarts/lib/coord/parallel/ParallelAxis.js +0 -18
- package/esm/node_modules/echarts/lib/coord/parallel/ParallelModel.js +0 -81
- package/esm/node_modules/echarts/lib/coord/parallel/parallelCreator.js +0 -27
- package/esm/node_modules/echarts/lib/coord/parallel/parallelPreprocessor.js +0 -44
- package/esm/node_modules/echarts/lib/coord/polar/AngleAxis.js +0 -70
- package/esm/node_modules/echarts/lib/coord/polar/AxisModel.js +0 -40
- package/esm/node_modules/echarts/lib/coord/polar/Polar.js +0 -175
- package/esm/node_modules/echarts/lib/coord/polar/PolarModel.js +0 -32
- package/esm/node_modules/echarts/lib/coord/polar/RadiusAxis.js +0 -17
- package/esm/node_modules/echarts/lib/coord/polar/polarCreator.js +0 -116
- package/esm/node_modules/echarts/lib/coord/polar/prepareCustom.js +0 -46
- package/esm/node_modules/echarts/lib/coord/radar/IndicatorAxis.js +0 -16
- package/esm/node_modules/echarts/lib/coord/radar/Radar.js +0 -152
- package/esm/node_modules/echarts/lib/coord/radar/RadarModel.js +0 -118
- package/esm/node_modules/echarts/lib/coord/scaleRawExtentInfo.js +0 -199
- package/esm/node_modules/echarts/lib/coord/single/AxisModel.js +0 -62
- package/esm/node_modules/echarts/lib/coord/single/Single.js +0 -166
- package/esm/node_modules/echarts/lib/coord/single/SingleAxis.js +0 -25
- package/esm/node_modules/echarts/lib/coord/single/prepareCustom.js +0 -30
- package/esm/node_modules/echarts/lib/coord/single/singleAxisHelper.js +0 -48
- package/esm/node_modules/echarts/lib/coord/single/singleCreator.js +0 -29
- package/esm/node_modules/echarts/lib/core/CoordinateSystem.js +0 -33
- package/esm/node_modules/echarts/lib/core/ExtensionAPI.js +0 -18
- package/esm/node_modules/echarts/lib/core/Scheduler.js +0 -447
- package/esm/node_modules/echarts/lib/core/echarts.js +0 -2225
- package/esm/node_modules/echarts/lib/core/impl.js +0 -25
- package/esm/node_modules/echarts/lib/core/lifecycle.js +0 -5
- package/esm/node_modules/echarts/lib/core/locale.js +0 -47
- package/esm/node_modules/echarts/lib/core/task.js +0 -303
- package/esm/node_modules/echarts/lib/data/DataDiffer.js +0 -253
- package/esm/node_modules/echarts/lib/data/DataStore.js +0 -959
- package/esm/node_modules/echarts/lib/data/Graph.js +0 -402
- package/esm/node_modules/echarts/lib/data/OrdinalMeta.js +0 -82
- package/esm/node_modules/echarts/lib/data/SeriesData.js +0 -939
- package/esm/node_modules/echarts/lib/data/SeriesDimensionDefine.js +0 -49
- package/esm/node_modules/echarts/lib/data/Source.js +0 -258
- package/esm/node_modules/echarts/lib/data/Tree.js +0 -307
- package/esm/node_modules/echarts/lib/data/helper/SeriesDataSchema.js +0 -183
- package/esm/node_modules/echarts/lib/data/helper/createDimensions.js +0 -282
- package/esm/node_modules/echarts/lib/data/helper/dataProvider.js +0 -313
- package/esm/node_modules/echarts/lib/data/helper/dataStackHelper.js +0 -139
- package/esm/node_modules/echarts/lib/data/helper/dataValueHelper.js +0 -196
- package/esm/node_modules/echarts/lib/data/helper/dimensionHelper.js +0 -131
- package/esm/node_modules/echarts/lib/data/helper/linkSeriesData.js +0 -106
- package/esm/node_modules/echarts/lib/data/helper/sourceHelper.js +0 -314
- package/esm/node_modules/echarts/lib/data/helper/sourceManager.js +0 -376
- package/esm/node_modules/echarts/lib/data/helper/transform.js +0 -376
- package/esm/node_modules/echarts/lib/export/api/format.js +0 -4
- package/esm/node_modules/echarts/lib/export/api/graphic.js +0 -20
- package/esm/node_modules/echarts/lib/export/api/helper.js +0 -68
- package/esm/node_modules/echarts/lib/export/api/number.js +0 -1
- package/esm/node_modules/echarts/lib/export/api/time.js +0 -2
- package/esm/node_modules/echarts/lib/export/api/util.js +0 -1
- package/esm/node_modules/echarts/lib/export/api.js +0 -62
- package/esm/node_modules/echarts/lib/export/core.js +0 -34
- package/esm/node_modules/echarts/lib/extension.js +0 -70
- package/esm/node_modules/echarts/lib/i18n/langEN.js +0 -158
- package/esm/node_modules/echarts/lib/i18n/langZH.js +0 -155
- package/esm/node_modules/echarts/lib/label/LabelManager.js +0 -395
- package/esm/node_modules/echarts/lib/label/installLabelLayout.js +0 -25
- package/esm/node_modules/echarts/lib/label/labelGuideHelper.js +0 -504
- package/esm/node_modules/echarts/lib/label/labelLayoutHelper.js +0 -261
- package/esm/node_modules/echarts/lib/label/labelStyle.js +0 -444
- package/esm/node_modules/echarts/lib/label/sectorLabel.js +0 -161
- package/esm/node_modules/echarts/lib/layout/barGrid.js +0 -436
- package/esm/node_modules/echarts/lib/layout/barPolar.js +0 -213
- package/esm/node_modules/echarts/lib/layout/points.js +0 -64
- package/esm/node_modules/echarts/lib/legacy/dataSelectAction.js +0 -76
- package/esm/node_modules/echarts/lib/legacy/getTextRect.js +0 -20
- package/esm/node_modules/echarts/lib/loading/default.js +0 -124
- package/esm/node_modules/echarts/lib/model/Component.js +0 -193
- package/esm/node_modules/echarts/lib/model/Global.js +0 -693
- package/esm/node_modules/echarts/lib/model/Model.js +0 -134
- package/esm/node_modules/echarts/lib/model/OptionManager.js +0 -319
- package/esm/node_modules/echarts/lib/model/Series.js +0 -502
- package/esm/node_modules/echarts/lib/model/globalDefault.js +0 -132
- package/esm/node_modules/echarts/lib/model/internalComponentCreator.js +0 -26
- package/esm/node_modules/echarts/lib/model/mixin/areaStyle.js +0 -17
- package/esm/node_modules/echarts/lib/model/mixin/dataFormat.js +0 -160
- package/esm/node_modules/echarts/lib/model/mixin/itemStyle.js +0 -17
- package/esm/node_modules/echarts/lib/model/mixin/lineStyle.js +0 -17
- package/esm/node_modules/echarts/lib/model/mixin/makeStyleMapper.js +0 -28
- package/esm/node_modules/echarts/lib/model/mixin/palette.js +0 -64
- package/esm/node_modules/echarts/lib/model/mixin/textStyle.js +0 -45
- package/esm/node_modules/echarts/lib/model/referHelper.js +0 -128
- package/esm/node_modules/echarts/lib/preprocessor/backwardCompat.js +0 -215
- package/esm/node_modules/echarts/lib/preprocessor/helper/compatStyle.js +0 -291
- package/esm/node_modules/echarts/lib/processor/dataFilter.js +0 -69
- package/esm/node_modules/echarts/lib/processor/dataSample.js +0 -101
- package/esm/node_modules/echarts/lib/processor/dataStack.js +0 -93
- package/esm/node_modules/echarts/lib/processor/negativeDataFilter.js +0 -21
- package/esm/node_modules/echarts/lib/renderer/installCanvasRenderer.js +0 -7
- package/esm/node_modules/echarts/lib/renderer/installSVGRenderer.js +0 -7
- package/esm/node_modules/echarts/lib/scale/Interval.js +0 -226
- package/esm/node_modules/echarts/lib/scale/Log.js +0 -136
- package/esm/node_modules/echarts/lib/scale/Ordinal.js +0 -167
- package/esm/node_modules/echarts/lib/scale/Scale.js +0 -71
- package/esm/node_modules/echarts/lib/scale/Time.js +0 -451
- package/esm/node_modules/echarts/lib/scale/helper.js +0 -82
- package/esm/node_modules/echarts/lib/theme/dark.js +0 -223
- package/esm/node_modules/echarts/lib/theme/light.js +0 -49
- package/esm/node_modules/echarts/lib/util/ECEventProcessor.js +0 -102
- package/esm/node_modules/echarts/lib/util/animation.js +0 -121
- package/esm/node_modules/echarts/lib/util/clazz.js +0 -265
- package/esm/node_modules/echarts/lib/util/component.js +0 -146
- package/esm/node_modules/echarts/lib/util/conditionalExpression.js +0 -215
- package/esm/node_modules/echarts/lib/util/decal.js +0 -352
- package/esm/node_modules/echarts/lib/util/event.js +0 -57
- package/esm/node_modules/echarts/lib/util/format.js +0 -200
- package/esm/node_modules/echarts/lib/util/graphic.js +0 -489
- package/esm/node_modules/echarts/lib/util/innerStore.js +0 -26
- package/esm/node_modules/echarts/lib/util/layout.js +0 -408
- package/esm/node_modules/echarts/lib/util/log.js +0 -94
- package/esm/node_modules/echarts/lib/util/model.js +0 -654
- package/esm/node_modules/echarts/lib/util/number.js +0 -515
- package/esm/node_modules/echarts/lib/util/shape/sausage.js +0 -67
- package/esm/node_modules/echarts/lib/util/states.js +0 -650
- package/esm/node_modules/echarts/lib/util/styleCompat.js +0 -186
- package/esm/node_modules/echarts/lib/util/symbol.js +0 -297
- package/esm/node_modules/echarts/lib/util/throttle.js +0 -172
- package/esm/node_modules/echarts/lib/util/time.js +0 -231
- package/esm/node_modules/echarts/lib/util/types.js +0 -13
- package/esm/node_modules/echarts/lib/util/vendor.js +0 -15
- package/esm/node_modules/echarts/lib/view/Chart.js +0 -160
- package/esm/node_modules/echarts/lib/view/Component.js +0 -47
- package/esm/node_modules/echarts/lib/visual/LegendVisualProvider.js +0 -81
- package/esm/node_modules/echarts/lib/visual/VisualMapping.js +0 -438
- package/esm/node_modules/echarts/lib/visual/aria.js +0 -189
- package/esm/node_modules/echarts/lib/visual/decal.js +0 -26
- package/esm/node_modules/echarts/lib/visual/helper.js +0 -101
- package/esm/node_modules/echarts/lib/visual/style.js +0 -175
- package/esm/node_modules/echarts/lib/visual/symbol.js +0 -83
- package/esm/node_modules/echarts/lib/visual/visualDefault.js +0 -47
- package/esm/node_modules/echarts/lib/visual/visualSolution.js +0 -159
- package/esm/node_modules/zrender/lib/Element.js +0 -1053
- package/esm/node_modules/zrender/lib/Handler.js +0 -298
- package/esm/node_modules/zrender/lib/Storage.js +0 -161
- package/esm/node_modules/zrender/lib/animation/Animation.js +0 -150
- package/esm/node_modules/zrender/lib/animation/Animator.js +0 -739
- package/esm/node_modules/zrender/lib/animation/Clip.js +0 -67
- package/esm/node_modules/zrender/lib/animation/cubicEasing.js +0 -26
- package/esm/node_modules/zrender/lib/animation/easing.js +0 -197
- package/esm/node_modules/zrender/lib/animation/requestAnimationFrame.js +0 -13
- package/esm/node_modules/zrender/lib/canvas/Layer.js +0 -298
- package/esm/node_modules/zrender/lib/canvas/Painter.js +0 -643
- package/esm/node_modules/zrender/lib/canvas/dashStyle.js +0 -30
- package/esm/node_modules/zrender/lib/canvas/graphic.js +0 -561
- package/esm/node_modules/zrender/lib/canvas/helper.js +0 -81
- package/esm/node_modules/zrender/lib/config.js +0 -15
- package/esm/node_modules/zrender/lib/contain/arc.js +0 -38
- package/esm/node_modules/zrender/lib/contain/cubic.js +0 -18
- package/esm/node_modules/zrender/lib/contain/line.js +0 -26
- package/esm/node_modules/zrender/lib/contain/path.js +0 -310
- package/esm/node_modules/zrender/lib/contain/polygon.js +0 -25
- package/esm/node_modules/zrender/lib/contain/quadratic.js +0 -18
- package/esm/node_modules/zrender/lib/contain/text.js +0 -170
- package/esm/node_modules/zrender/lib/contain/util.js +0 -10
- package/esm/node_modules/zrender/lib/contain/windingLine.js +0 -17
- package/esm/node_modules/zrender/lib/core/BoundingRect.js +0 -218
- package/esm/node_modules/zrender/lib/core/Eventful.js +0 -164
- package/esm/node_modules/zrender/lib/core/GestureMgr.js +0 -84
- package/esm/node_modules/zrender/lib/core/LRU.js +0 -110
- package/esm/node_modules/zrender/lib/core/OrientedBoundingRect.js +0 -123
- package/esm/node_modules/zrender/lib/core/PathProxy.js +0 -700
- package/esm/node_modules/zrender/lib/core/Point.js +0 -131
- package/esm/node_modules/zrender/lib/core/Transformable.js +0 -246
- package/esm/node_modules/zrender/lib/core/WeakMap.js +0 -44
- package/esm/node_modules/zrender/lib/core/bbox.js +0 -127
- package/esm/node_modules/zrender/lib/core/curve.js +0 -348
- package/esm/node_modules/zrender/lib/core/dom.js +0 -97
- package/esm/node_modules/zrender/lib/core/env.js +0 -82
- package/esm/node_modules/zrender/lib/core/event.js +0 -108
- package/esm/node_modules/zrender/lib/core/fourPointsTransform.js +0 -61
- package/esm/node_modules/zrender/lib/core/matrix.js +0 -101
- package/esm/node_modules/zrender/lib/core/platform.js +0 -74
- package/esm/node_modules/zrender/lib/core/timsort.js +0 -524
- package/esm/node_modules/zrender/lib/core/util.js +0 -543
- package/esm/node_modules/zrender/lib/core/vector.js +0 -114
- package/esm/node_modules/zrender/lib/dom/HandlerProxy.js +0 -296
- package/esm/node_modules/zrender/lib/graphic/CompoundPath.js +0 -52
- package/esm/node_modules/zrender/lib/graphic/Displayable.js +0 -327
- package/esm/node_modules/zrender/lib/graphic/Gradient.js +0 -15
- package/esm/node_modules/zrender/lib/graphic/Group.js +0 -182
- package/esm/node_modules/zrender/lib/graphic/Image.js +0 -76
- package/esm/node_modules/zrender/lib/graphic/IncrementalDisplayable.js +0 -115
- package/esm/node_modules/zrender/lib/graphic/LinearGradient.js +0 -20
- package/esm/node_modules/zrender/lib/graphic/Path.js +0 -401
- package/esm/node_modules/zrender/lib/graphic/RadialGradient.js +0 -19
- package/esm/node_modules/zrender/lib/graphic/TSpan.js +0 -66
- package/esm/node_modules/zrender/lib/graphic/Text.js +0 -552
- package/esm/node_modules/zrender/lib/graphic/constants.js +0 -5
- package/esm/node_modules/zrender/lib/graphic/helper/image.js +0 -57
- package/esm/node_modules/zrender/lib/graphic/helper/parseText.js +0 -471
- package/esm/node_modules/zrender/lib/graphic/helper/poly.js +0 -28
- package/esm/node_modules/zrender/lib/graphic/helper/roundRect.js +0 -77
- package/esm/node_modules/zrender/lib/graphic/helper/roundSector.js +0 -230
- package/esm/node_modules/zrender/lib/graphic/helper/smoothBezier.js +0 -66
- package/esm/node_modules/zrender/lib/graphic/helper/subPixelOptimize.js +0 -58
- package/esm/node_modules/zrender/lib/graphic/shape/Arc.js +0 -46
- package/esm/node_modules/zrender/lib/graphic/shape/BezierCurve.js +0 -100
- package/esm/node_modules/zrender/lib/graphic/shape/Circle.js +0 -29
- package/esm/node_modules/zrender/lib/graphic/shape/Ellipse.js +0 -41
- package/esm/node_modules/zrender/lib/graphic/shape/Line.js +0 -71
- package/esm/node_modules/zrender/lib/graphic/shape/Polygon.js +0 -29
- package/esm/node_modules/zrender/lib/graphic/shape/Polyline.js +0 -36
- package/esm/node_modules/zrender/lib/graphic/shape/Rect.js +0 -59
- package/esm/node_modules/zrender/lib/graphic/shape/Ring.js +0 -35
- package/esm/node_modules/zrender/lib/graphic/shape/Sector.js +0 -38
- package/esm/node_modules/zrender/lib/mixin/Draggable.js +0 -68
- package/esm/node_modules/zrender/lib/svg/Painter.js +0 -255
- package/esm/node_modules/zrender/lib/svg/SVGPathRebuilder.js +0 -106
- package/esm/node_modules/zrender/lib/svg/core.js +0 -109
- package/esm/node_modules/zrender/lib/svg/cssAnimation.js +0 -277
- package/esm/node_modules/zrender/lib/svg/cssClassId.js +0 -6
- package/esm/node_modules/zrender/lib/svg/cssEmphasis.js +0 -63
- package/esm/node_modules/zrender/lib/svg/domapi.js +0 -23
- package/esm/node_modules/zrender/lib/svg/graphic.js +0 -482
- package/esm/node_modules/zrender/lib/svg/helper.js +0 -143
- package/esm/node_modules/zrender/lib/svg/mapStyleToAttrs.js +0 -84
- package/esm/node_modules/zrender/lib/svg/patch.js +0 -256
- package/esm/node_modules/zrender/lib/tool/color.js +0 -432
- package/esm/node_modules/zrender/lib/tool/convertPath.js +0 -200
- package/esm/node_modules/zrender/lib/tool/dividePath.js +0 -314
- package/esm/node_modules/zrender/lib/tool/morphPath.js +0 -593
- package/esm/node_modules/zrender/lib/tool/parseSVG.js +0 -639
- package/esm/node_modules/zrender/lib/tool/parseXML.js +0 -18
- package/esm/node_modules/zrender/lib/tool/path.js +0 -372
- package/esm/node_modules/zrender/lib/tool/transformPath.js +0 -84
- package/esm/node_modules/zrender/lib/zrender.js +0 -330
- package/lib/node_modules/echarts/index.js +0 -345
- package/lib/node_modules/echarts/lib/action/roamHelper.js +0 -85
- package/lib/node_modules/echarts/lib/animation/basicTransition.js +0 -214
- package/lib/node_modules/echarts/lib/animation/customGraphicKeyframeAnimation.js +0 -108
- package/lib/node_modules/echarts/lib/animation/customGraphicTransition.js +0 -448
- package/lib/node_modules/echarts/lib/animation/morphTransitionHelper.js +0 -169
- package/lib/node_modules/echarts/lib/animation/universalTransition.js +0 -612
- package/lib/node_modules/echarts/lib/chart/bar/BarSeries.js +0 -75
- package/lib/node_modules/echarts/lib/chart/bar/BarView.js +0 -856
- package/lib/node_modules/echarts/lib/chart/bar/BaseBarSeries.js +0 -122
- package/lib/node_modules/echarts/lib/chart/bar/PictorialBarSeries.js +0 -58
- package/lib/node_modules/echarts/lib/chart/bar/PictorialBarView.js +0 -597
- package/lib/node_modules/echarts/lib/chart/bar/install.js +0 -45
- package/lib/node_modules/echarts/lib/chart/bar/installPictorialBar.js +0 -18
- package/lib/node_modules/echarts/lib/chart/boxplot/BoxplotSeries.js +0 -71
- package/lib/node_modules/echarts/lib/chart/boxplot/BoxplotView.js +0 -135
- package/lib/node_modules/echarts/lib/chart/boxplot/boxplotLayout.js +0 -145
- package/lib/node_modules/echarts/lib/chart/boxplot/boxplotTransform.js +0 -30
- package/lib/node_modules/echarts/lib/chart/boxplot/install.js +0 -17
- package/lib/node_modules/echarts/lib/chart/boxplot/prepareBoxplotData.js +0 -60
- package/lib/node_modules/echarts/lib/chart/candlestick/CandlestickSeries.js +0 -83
- package/lib/node_modules/echarts/lib/chart/candlestick/CandlestickView.js +0 -295
- package/lib/node_modules/echarts/lib/chart/candlestick/candlestickLayout.js +0 -167
- package/lib/node_modules/echarts/lib/chart/candlestick/candlestickVisual.js +0 -47
- package/lib/node_modules/echarts/lib/chart/candlestick/install.js +0 -19
- package/lib/node_modules/echarts/lib/chart/candlestick/preprocessor.js +0 -19
- package/lib/node_modules/echarts/lib/chart/custom/CustomSeries.js +0 -71
- package/lib/node_modules/echarts/lib/chart/custom/CustomView.js +0 -892
- package/lib/node_modules/echarts/lib/chart/custom/install.js +0 -13
- package/lib/node_modules/echarts/lib/chart/effectScatter/EffectScatterSeries.js +0 -68
- package/lib/node_modules/echarts/lib/chart/effectScatter/EffectScatterView.js +0 -62
- package/lib/node_modules/echarts/lib/chart/effectScatter/install.js +0 -15
- package/lib/node_modules/echarts/lib/chart/funnel/FunnelSeries.js +0 -108
- package/lib/node_modules/echarts/lib/chart/funnel/FunnelView.js +0 -165
- package/lib/node_modules/echarts/lib/chart/funnel/funnelLayout.js +0 -308
- package/lib/node_modules/echarts/lib/chart/funnel/install.js +0 -17
- package/lib/node_modules/echarts/lib/chart/gauge/GaugeSeries.js +0 -148
- package/lib/node_modules/echarts/lib/chart/gauge/GaugeView.js +0 -528
- package/lib/node_modules/echarts/lib/chart/gauge/PointerPath.js +0 -46
- package/lib/node_modules/echarts/lib/chart/gauge/install.js +0 -13
- package/lib/node_modules/echarts/lib/chart/graph/GraphSeries.js +0 -238
- package/lib/node_modules/echarts/lib/chart/graph/GraphView.js +0 -230
- package/lib/node_modules/echarts/lib/chart/graph/adjustEdge.js +0 -137
- package/lib/node_modules/echarts/lib/chart/graph/categoryFilter.js +0 -38
- package/lib/node_modules/echarts/lib/chart/graph/categoryVisual.js +0 -54
- package/lib/node_modules/echarts/lib/chart/graph/circularLayout.js +0 -15
- package/lib/node_modules/echarts/lib/chart/graph/circularLayoutHelper.js +0 -156
- package/lib/node_modules/echarts/lib/chart/graph/createView.js +0 -66
- package/lib/node_modules/echarts/lib/chart/graph/edgeVisual.js +0 -57
- package/lib/node_modules/echarts/lib/chart/graph/forceHelper.js +0 -140
- package/lib/node_modules/echarts/lib/chart/graph/forceLayout.js +0 -124
- package/lib/node_modules/echarts/lib/chart/graph/graphHelper.js +0 -68
- package/lib/node_modules/echarts/lib/chart/graph/install.js +0 -61
- package/lib/node_modules/echarts/lib/chart/graph/simpleLayout.js +0 -42
- package/lib/node_modules/echarts/lib/chart/graph/simpleLayoutHelper.js +0 -35
- package/lib/node_modules/echarts/lib/chart/heatmap/HeatmapLayer.js +0 -128
- package/lib/node_modules/echarts/lib/chart/heatmap/HeatmapSeries.js +0 -52
- package/lib/node_modules/echarts/lib/chart/heatmap/HeatmapView.js +0 -275
- package/lib/node_modules/echarts/lib/chart/heatmap/install.js +0 -13
- package/lib/node_modules/echarts/lib/chart/helper/EffectLine.js +0 -168
- package/lib/node_modules/echarts/lib/chart/helper/EffectPolyline.js +0 -93
- package/lib/node_modules/echarts/lib/chart/helper/EffectSymbol.js +0 -169
- package/lib/node_modules/echarts/lib/chart/helper/LargeLineDraw.js +0 -263
- package/lib/node_modules/echarts/lib/chart/helper/LargeSymbolDraw.js +0 -273
- package/lib/node_modules/echarts/lib/chart/helper/Line.js +0 -382
- package/lib/node_modules/echarts/lib/chart/helper/LineDraw.js +0 -126
- package/lib/node_modules/echarts/lib/chart/helper/LinePath.js +0 -74
- package/lib/node_modules/echarts/lib/chart/helper/Polyline.js +0 -69
- package/lib/node_modules/echarts/lib/chart/helper/Symbol.js +0 -297
- package/lib/node_modules/echarts/lib/chart/helper/SymbolDraw.js +0 -176
- package/lib/node_modules/echarts/lib/chart/helper/createClipPathFromCoordSys.js +0 -113
- package/lib/node_modules/echarts/lib/chart/helper/createGraphFromNodeEdge.js +0 -78
- package/lib/node_modules/echarts/lib/chart/helper/createRenderPlanner.js +0 -26
- package/lib/node_modules/echarts/lib/chart/helper/createSeriesData.js +0 -125
- package/lib/node_modules/echarts/lib/chart/helper/createSeriesDataSimply.js +0 -32
- package/lib/node_modules/echarts/lib/chart/helper/enableAriaDecalForTree.js +0 -22
- package/lib/node_modules/echarts/lib/chart/helper/labelHelper.js +0 -42
- package/lib/node_modules/echarts/lib/chart/helper/multipleGraphEdgeHelper.js +0 -191
- package/lib/node_modules/echarts/lib/chart/helper/sectorHelper.js +0 -26
- package/lib/node_modules/echarts/lib/chart/helper/treeHelper.js +0 -59
- package/lib/node_modules/echarts/lib/chart/helper/whiskerBoxCommon.js +0 -100
- package/lib/node_modules/echarts/lib/chart/line/LineSeries.js +0 -116
- package/lib/node_modules/echarts/lib/chart/line/LineView.js +0 -1073
- package/lib/node_modules/echarts/lib/chart/line/helper.js +0 -88
- package/lib/node_modules/echarts/lib/chart/line/install.js +0 -32
- package/lib/node_modules/echarts/lib/chart/line/lineAnimationDiff.js +0 -129
- package/lib/node_modules/echarts/lib/chart/line/poly.js +0 -315
- package/lib/node_modules/echarts/lib/chart/lines/LinesSeries.js +0 -272
- package/lib/node_modules/echarts/lib/chart/lines/LinesView.js +0 -147
- package/lib/node_modules/echarts/lib/chart/lines/install.js +0 -17
- package/lib/node_modules/echarts/lib/chart/lines/linesLayout.js +0 -75
- package/lib/node_modules/echarts/lib/chart/lines/linesVisual.js +0 -78
- package/lib/node_modules/echarts/lib/chart/map/MapSeries.js +0 -210
- package/lib/node_modules/echarts/lib/chart/map/MapView.js +0 -141
- package/lib/node_modules/echarts/lib/chart/map/install.js +0 -22
- package/lib/node_modules/echarts/lib/chart/map/mapDataStatistic.js +0 -68
- package/lib/node_modules/echarts/lib/chart/map/mapSymbolLayout.js +0 -50
- package/lib/node_modules/echarts/lib/chart/parallel/ParallelSeries.js +0 -90
- package/lib/node_modules/echarts/lib/chart/parallel/ParallelView.js +0 -186
- package/lib/node_modules/echarts/lib/chart/parallel/install.js +0 -18
- package/lib/node_modules/echarts/lib/chart/parallel/parallelVisual.js +0 -73
- package/lib/node_modules/echarts/lib/chart/pie/PieSeries.js +0 -179
- package/lib/node_modules/echarts/lib/chart/pie/PieView.js +0 -248
- package/lib/node_modules/echarts/lib/chart/pie/install.js +0 -22
- package/lib/node_modules/echarts/lib/chart/pie/labelLayout.js +0 -437
- package/lib/node_modules/echarts/lib/chart/pie/pieLayout.js +0 -197
- package/lib/node_modules/echarts/lib/chart/radar/RadarSeries.js +0 -97
- package/lib/node_modules/echarts/lib/chart/radar/RadarView.js +0 -191
- package/lib/node_modules/echarts/lib/chart/radar/backwardCompat.js +0 -37
- package/lib/node_modules/echarts/lib/chart/radar/install.js +0 -22
- package/lib/node_modules/echarts/lib/chart/radar/radarLayout.js +0 -46
- package/lib/node_modules/echarts/lib/chart/sankey/SankeySeries.js +0 -178
- package/lib/node_modules/echarts/lib/chart/sankey/SankeyView.js +0 -291
- package/lib/node_modules/echarts/lib/chart/sankey/install.js +0 -31
- package/lib/node_modules/echarts/lib/chart/sankey/sankeyLayout.js +0 -453
- package/lib/node_modules/echarts/lib/chart/sankey/sankeyVisual.js +0 -56
- package/lib/node_modules/echarts/lib/chart/scatter/ScatterSeries.js +0 -83
- package/lib/node_modules/echarts/lib/chart/scatter/ScatterView.js +0 -96
- package/lib/node_modules/echarts/lib/chart/scatter/install.js +0 -19
- package/lib/node_modules/echarts/lib/chart/sunburst/SunburstPiece.js +0 -195
- package/lib/node_modules/echarts/lib/chart/sunburst/SunburstSeries.js +0 -169
- package/lib/node_modules/echarts/lib/chart/sunburst/SunburstView.js +0 -169
- package/lib/node_modules/echarts/lib/chart/sunburst/install.js +0 -22
- package/lib/node_modules/echarts/lib/chart/sunburst/sunburstAction.js +0 -73
- package/lib/node_modules/echarts/lib/chart/sunburst/sunburstLayout.js +0 -180
- package/lib/node_modules/echarts/lib/chart/sunburst/sunburstVisual.js +0 -39
- package/lib/node_modules/echarts/lib/chart/themeRiver/ThemeRiverSeries.js +0 -223
- package/lib/node_modules/echarts/lib/chart/themeRiver/ThemeRiverView.js +0 -150
- package/lib/node_modules/echarts/lib/chart/themeRiver/install.js +0 -17
- package/lib/node_modules/echarts/lib/chart/themeRiver/themeRiverLayout.js +0 -121
- package/lib/node_modules/echarts/lib/chart/tree/TreeSeries.js +0 -150
- package/lib/node_modules/echarts/lib/chart/tree/TreeView.js +0 -588
- package/lib/node_modules/echarts/lib/chart/tree/install.js +0 -19
- package/lib/node_modules/echarts/lib/chart/tree/layoutHelper.js +0 -243
- package/lib/node_modules/echarts/lib/chart/tree/traversalHelper.js +0 -92
- package/lib/node_modules/echarts/lib/chart/tree/treeAction.js +0 -46
- package/lib/node_modules/echarts/lib/chart/tree/treeLayout.js +0 -103
- package/lib/node_modules/echarts/lib/chart/tree/treeVisual.js +0 -21
- package/lib/node_modules/echarts/lib/chart/treemap/Breadcrumb.js +0 -153
- package/lib/node_modules/echarts/lib/chart/treemap/TreemapSeries.js +0 -330
- package/lib/node_modules/echarts/lib/chart/treemap/TreemapView.js +0 -817
- package/lib/node_modules/echarts/lib/chart/treemap/install.js +0 -19
- package/lib/node_modules/echarts/lib/chart/treemap/treemapAction.js +0 -39
- package/lib/node_modules/echarts/lib/chart/treemap/treemapLayout.js +0 -453
- package/lib/node_modules/echarts/lib/chart/treemap/treemapVisual.js +0 -158
- package/lib/node_modules/echarts/lib/component/aria/install.js +0 -13
- package/lib/node_modules/echarts/lib/component/aria/preprocessor.js +0 -25
- package/lib/node_modules/echarts/lib/component/axis/AngleAxisView.js +0 -290
- package/lib/node_modules/echarts/lib/component/axis/AxisBuilder.js +0 -539
- package/lib/node_modules/echarts/lib/component/axis/AxisView.js +0 -80
- package/lib/node_modules/echarts/lib/component/axis/CartesianAxisView.js +0 -197
- package/lib/node_modules/echarts/lib/component/axis/ParallelAxisView.js +0 -139
- package/lib/node_modules/echarts/lib/component/axis/RadiusAxisView.js +0 -172
- package/lib/node_modules/echarts/lib/component/axis/SingleAxisView.js +0 -111
- package/lib/node_modules/echarts/lib/component/axis/axisSplitHelper.js +0 -90
- package/lib/node_modules/echarts/lib/component/axis/parallelAxisAction.js +0 -75
- package/lib/node_modules/echarts/lib/component/axisPointer/AxisPointerModel.js +0 -75
- package/lib/node_modules/echarts/lib/component/axisPointer/AxisPointerView.js +0 -43
- package/lib/node_modules/echarts/lib/component/axisPointer/BaseAxisPointer.js +0 -358
- package/lib/node_modules/echarts/lib/component/axisPointer/CartesianAxisPointer.js +0 -111
- package/lib/node_modules/echarts/lib/component/axisPointer/PolarAxisPointer.js +0 -106
- package/lib/node_modules/echarts/lib/component/axisPointer/SingleAxisPointer.js +0 -108
- package/lib/node_modules/echarts/lib/component/axisPointer/axisTrigger.js +0 -342
- package/lib/node_modules/echarts/lib/component/axisPointer/findPointFromSeries.js +0 -62
- package/lib/node_modules/echarts/lib/component/axisPointer/globalListener.js +0 -103
- package/lib/node_modules/echarts/lib/component/axisPointer/install.js +0 -48
- package/lib/node_modules/echarts/lib/component/axisPointer/modelHelper.js +0 -263
- package/lib/node_modules/echarts/lib/component/axisPointer/viewHelper.js +0 -166
- package/lib/node_modules/echarts/lib/component/brush/BrushModel.js +0 -99
- package/lib/node_modules/echarts/lib/component/brush/BrushView.js +0 -74
- package/lib/node_modules/echarts/lib/component/brush/install.js +0 -64
- package/lib/node_modules/echarts/lib/component/brush/preprocessor.js +0 -51
- package/lib/node_modules/echarts/lib/component/brush/selector.js +0 -79
- package/lib/node_modules/echarts/lib/component/brush/visualEncoding.js +0 -220
- package/lib/node_modules/echarts/lib/component/calendar/CalendarView.js +0 -356
- package/lib/node_modules/echarts/lib/component/calendar/install.js +0 -15
- package/lib/node_modules/echarts/lib/component/dataZoom/AxisProxy.js +0 -305
- package/lib/node_modules/echarts/lib/component/dataZoom/DataZoomModel.js +0 -393
- package/lib/node_modules/echarts/lib/component/dataZoom/DataZoomView.js +0 -24
- package/lib/node_modules/echarts/lib/component/dataZoom/InsideZoomModel.js +0 -28
- package/lib/node_modules/echarts/lib/component/dataZoom/InsideZoomView.js +0 -161
- package/lib/node_modules/echarts/lib/component/dataZoom/SelectZoomModel.js +0 -19
- package/lib/node_modules/echarts/lib/component/dataZoom/SelectZoomView.js +0 -19
- package/lib/node_modules/echarts/lib/component/dataZoom/SliderZoomModel.js +0 -89
- package/lib/node_modules/echarts/lib/component/dataZoom/SliderZoomView.js +0 -786
- package/lib/node_modules/echarts/lib/component/dataZoom/dataZoomAction.js +0 -22
- package/lib/node_modules/echarts/lib/component/dataZoom/dataZoomProcessor.js +0 -93
- package/lib/node_modules/echarts/lib/component/dataZoom/helper.js +0 -128
- package/lib/node_modules/echarts/lib/component/dataZoom/history.js +0 -83
- package/lib/node_modules/echarts/lib/component/dataZoom/install.js +0 -16
- package/lib/node_modules/echarts/lib/component/dataZoom/installCommon.js +0 -22
- package/lib/node_modules/echarts/lib/component/dataZoom/installDataZoomInside.js +0 -17
- package/lib/node_modules/echarts/lib/component/dataZoom/installDataZoomSelect.js +0 -15
- package/lib/node_modules/echarts/lib/component/dataZoom/installDataZoomSlider.js +0 -15
- package/lib/node_modules/echarts/lib/component/dataZoom/roams.js +0 -188
- package/lib/node_modules/echarts/lib/component/dataset/install.js +0 -55
- package/lib/node_modules/echarts/lib/component/geo/GeoView.js +0 -73
- package/lib/node_modules/echarts/lib/component/geo/install.js +0 -105
- package/lib/node_modules/echarts/lib/component/graphic/GraphicModel.js +0 -208
- package/lib/node_modules/echarts/lib/component/graphic/GraphicView.js +0 -358
- package/lib/node_modules/echarts/lib/component/graphic/install.js +0 -38
- package/lib/node_modules/echarts/lib/component/grid/install.js +0 -14
- package/lib/node_modules/echarts/lib/component/grid/installSimple.js +0 -61
- package/lib/node_modules/echarts/lib/component/helper/BrushController.js +0 -717
- package/lib/node_modules/echarts/lib/component/helper/BrushTargetManager.js +0 -306
- package/lib/node_modules/echarts/lib/component/helper/MapDraw.js +0 -639
- package/lib/node_modules/echarts/lib/component/helper/RoamController.js +0 -207
- package/lib/node_modules/echarts/lib/component/helper/brushHelper.js +0 -37
- package/lib/node_modules/echarts/lib/component/helper/cursorHelper.js +0 -63
- package/lib/node_modules/echarts/lib/component/helper/interactionMutex.js +0 -42
- package/lib/node_modules/echarts/lib/component/helper/listComponent.js +0 -52
- package/lib/node_modules/echarts/lib/component/helper/roamHelper.js +0 -80
- package/lib/node_modules/echarts/lib/component/helper/sliderMove.js +0 -119
- package/lib/node_modules/echarts/lib/component/legend/LegendModel.js +0 -280
- package/lib/node_modules/echarts/lib/component/legend/LegendView.js +0 -490
- package/lib/node_modules/echarts/lib/component/legend/ScrollableLegendModel.js +0 -67
- package/lib/node_modules/echarts/lib/component/legend/ScrollableLegendView.js +0 -365
- package/lib/node_modules/echarts/lib/component/legend/install.js +0 -14
- package/lib/node_modules/echarts/lib/component/legend/installLegendPlain.js +0 -20
- package/lib/node_modules/echarts/lib/component/legend/installLegendScroll.js +0 -18
- package/lib/node_modules/echarts/lib/component/legend/legendAction.js +0 -76
- package/lib/node_modules/echarts/lib/component/legend/legendFilter.js +0 -65
- package/lib/node_modules/echarts/lib/component/legend/scrollableLegendAction.js +0 -66
- package/lib/node_modules/echarts/lib/component/marker/MarkAreaModel.js +0 -48
- package/lib/node_modules/echarts/lib/component/marker/MarkAreaView.js +0 -328
- package/lib/node_modules/echarts/lib/component/marker/MarkLineModel.js +0 -51
- package/lib/node_modules/echarts/lib/component/marker/MarkLineView.js +0 -326
- package/lib/node_modules/echarts/lib/component/marker/MarkPointModel.js +0 -45
- package/lib/node_modules/echarts/lib/component/marker/MarkPointView.js +0 -154
- package/lib/node_modules/echarts/lib/component/marker/MarkerModel.js +0 -129
- package/lib/node_modules/echarts/lib/component/marker/MarkerView.js +0 -58
- package/lib/node_modules/echarts/lib/component/marker/checkMarkerInSeries.js +0 -20
- package/lib/node_modules/echarts/lib/component/marker/installMarkArea.js +0 -20
- package/lib/node_modules/echarts/lib/component/marker/installMarkLine.js +0 -20
- package/lib/node_modules/echarts/lib/component/marker/installMarkPoint.js +0 -20
- package/lib/node_modules/echarts/lib/component/marker/markerHelper.js +0 -157
- package/lib/node_modules/echarts/lib/component/parallel/ParallelView.js +0 -100
- package/lib/node_modules/echarts/lib/component/parallel/install.js +0 -37
- package/lib/node_modules/echarts/lib/component/polar/install.js +0 -55
- package/lib/node_modules/echarts/lib/component/radar/RadarView.js +0 -170
- package/lib/node_modules/echarts/lib/component/radar/install.js +0 -27
- package/lib/node_modules/echarts/lib/component/singleAxis/install.js +0 -37
- package/lib/node_modules/echarts/lib/component/timeline/SliderTimelineModel.js +0 -122
- package/lib/node_modules/echarts/lib/component/timeline/SliderTimelineView.js +0 -619
- package/lib/node_modules/echarts/lib/component/timeline/TimelineAxis.js +0 -34
- package/lib/node_modules/echarts/lib/component/timeline/TimelineModel.js +0 -151
- package/lib/node_modules/echarts/lib/component/timeline/TimelineView.js +0 -19
- package/lib/node_modules/echarts/lib/component/timeline/install.js +0 -21
- package/lib/node_modules/echarts/lib/component/timeline/preprocessor.js +0 -76
- package/lib/node_modules/echarts/lib/component/timeline/timelineAction.js +0 -46
- package/lib/node_modules/echarts/lib/component/title/install.js +0 -191
- package/lib/node_modules/echarts/lib/component/toolbox/ToolboxModel.js +0 -71
- package/lib/node_modules/echarts/lib/component/toolbox/ToolboxView.js +0 -261
- package/lib/node_modules/echarts/lib/component/toolbox/feature/Brush.js +0 -95
- package/lib/node_modules/echarts/lib/component/toolbox/feature/DataView.js +0 -410
- package/lib/node_modules/echarts/lib/component/toolbox/feature/DataZoom.js +0 -211
- package/lib/node_modules/echarts/lib/component/toolbox/feature/MagicType.js +0 -170
- package/lib/node_modules/echarts/lib/component/toolbox/feature/Restore.js +0 -42
- package/lib/node_modules/echarts/lib/component/toolbox/feature/SaveAsImage.js +0 -109
- package/lib/node_modules/echarts/lib/component/toolbox/featureManager.js +0 -43
- package/lib/node_modules/echarts/lib/component/toolbox/install.js +0 -27
- package/lib/node_modules/echarts/lib/component/tooltip/TooltipHTMLContent.js +0 -361
- package/lib/node_modules/echarts/lib/component/tooltip/TooltipModel.js +0 -88
- package/lib/node_modules/echarts/lib/component/tooltip/TooltipRichContent.js +0 -172
- package/lib/node_modules/echarts/lib/component/tooltip/TooltipView.js +0 -807
- package/lib/node_modules/echarts/lib/component/tooltip/helper.js +0 -46
- package/lib/node_modules/echarts/lib/component/tooltip/install.js +0 -35
- package/lib/node_modules/echarts/lib/component/tooltip/seriesFormatTooltip.js +0 -106
- package/lib/node_modules/echarts/lib/component/tooltip/tooltipMarkup.js +0 -292
- package/lib/node_modules/echarts/lib/component/transform/filterTransform.js +0 -60
- package/lib/node_modules/echarts/lib/component/transform/install.js +0 -13
- package/lib/node_modules/echarts/lib/component/transform/sortTransform.js +0 -119
- package/lib/node_modules/echarts/lib/component/visualMap/ContinuousModel.js +0 -219
- package/lib/node_modules/echarts/lib/component/visualMap/ContinuousView.js +0 -655
- package/lib/node_modules/echarts/lib/component/visualMap/PiecewiseModel.js +0 -401
- package/lib/node_modules/echarts/lib/component/visualMap/PiecewiseView.js +0 -178
- package/lib/node_modules/echarts/lib/component/visualMap/VisualMapModel.js +0 -376
- package/lib/node_modules/echarts/lib/component/visualMap/VisualMapView.js +0 -118
- package/lib/node_modules/echarts/lib/component/visualMap/helper.js +0 -55
- package/lib/node_modules/echarts/lib/component/visualMap/install.js +0 -16
- package/lib/node_modules/echarts/lib/component/visualMap/installCommon.js +0 -27
- package/lib/node_modules/echarts/lib/component/visualMap/installVisualMapContinuous.js +0 -15
- package/lib/node_modules/echarts/lib/component/visualMap/installVisualMapPiecewise.js +0 -15
- package/lib/node_modules/echarts/lib/component/visualMap/preprocessor.js +0 -41
- package/lib/node_modules/echarts/lib/component/visualMap/visualEncoding.js +0 -72
- package/lib/node_modules/echarts/lib/component/visualMap/visualMapAction.js +0 -63
- package/lib/node_modules/echarts/lib/coord/Axis.js +0 -243
- package/lib/node_modules/echarts/lib/coord/CoordinateSystem.js +0 -51
- package/lib/node_modules/echarts/lib/coord/View.js +0 -209
- package/lib/node_modules/echarts/lib/coord/axisAlignTicks.js +0 -101
- package/lib/node_modules/echarts/lib/coord/axisCommonTypes.js +0 -54
- package/lib/node_modules/echarts/lib/coord/axisDefault.js +0 -166
- package/lib/node_modules/echarts/lib/coord/axisHelper.js +0 -322
- package/lib/node_modules/echarts/lib/coord/axisModelCommonMixin.js +0 -64
- package/lib/node_modules/echarts/lib/coord/axisModelCreator.js +0 -74
- package/lib/node_modules/echarts/lib/coord/axisTickLabelBuilder.js +0 -289
- package/lib/node_modules/echarts/lib/coord/calendar/Calendar.js +0 -337
- package/lib/node_modules/echarts/lib/coord/calendar/CalendarModel.js +0 -122
- package/lib/node_modules/echarts/lib/coord/calendar/prepareCustom.js +0 -74
- package/lib/node_modules/echarts/lib/coord/cartesian/Axis2D.js +0 -57
- package/lib/node_modules/echarts/lib/coord/cartesian/AxisModel.js +0 -25
- package/lib/node_modules/echarts/lib/coord/cartesian/Cartesian.js +0 -36
- package/lib/node_modules/echarts/lib/coord/cartesian/Cartesian2D.js +0 -132
- package/lib/node_modules/echarts/lib/coord/cartesian/Grid.js +0 -450
- package/lib/node_modules/echarts/lib/coord/cartesian/GridModel.js +0 -35
- package/lib/node_modules/echarts/lib/coord/cartesian/cartesianAxisHelper.js +0 -85
- package/lib/node_modules/echarts/lib/coord/cartesian/prepareCustom.js +0 -38
- package/lib/node_modules/echarts/lib/coord/geo/Geo.js +0 -172
- package/lib/node_modules/echarts/lib/coord/geo/GeoJSONResource.js +0 -106
- package/lib/node_modules/echarts/lib/coord/geo/GeoModel.js +0 -174
- package/lib/node_modules/echarts/lib/coord/geo/GeoSVGResource.js +0 -296
- package/lib/node_modules/echarts/lib/coord/geo/Region.js +0 -249
- package/lib/node_modules/echarts/lib/coord/geo/fix/diaoyuIsland.js +0 -61
- package/lib/node_modules/echarts/lib/coord/geo/fix/nanhai.js +0 -36
- package/lib/node_modules/echarts/lib/coord/geo/fix/textCoord.js +0 -68
- package/lib/node_modules/echarts/lib/coord/geo/geoCreator.js +0 -199
- package/lib/node_modules/echarts/lib/coord/geo/geoSourceManager.js +0 -85
- package/lib/node_modules/echarts/lib/coord/geo/parseGeoJson.js +0 -107
- package/lib/node_modules/echarts/lib/coord/geo/prepareCustom.js +0 -43
- package/lib/node_modules/echarts/lib/coord/parallel/AxisModel.js +0 -77
- package/lib/node_modules/echarts/lib/coord/parallel/Parallel.js +0 -369
- package/lib/node_modules/echarts/lib/coord/parallel/ParallelAxis.js +0 -22
- package/lib/node_modules/echarts/lib/coord/parallel/ParallelModel.js +0 -85
- package/lib/node_modules/echarts/lib/coord/parallel/parallelCreator.js +0 -31
- package/lib/node_modules/echarts/lib/coord/parallel/parallelPreprocessor.js +0 -48
- package/lib/node_modules/echarts/lib/coord/polar/AngleAxis.js +0 -74
- package/lib/node_modules/echarts/lib/coord/polar/AxisModel.js +0 -46
- package/lib/node_modules/echarts/lib/coord/polar/Polar.js +0 -180
- package/lib/node_modules/echarts/lib/coord/polar/PolarModel.js +0 -36
- package/lib/node_modules/echarts/lib/coord/polar/RadiusAxis.js +0 -21
- package/lib/node_modules/echarts/lib/coord/polar/polarCreator.js +0 -120
- package/lib/node_modules/echarts/lib/coord/polar/prepareCustom.js +0 -50
- package/lib/node_modules/echarts/lib/coord/radar/IndicatorAxis.js +0 -20
- package/lib/node_modules/echarts/lib/coord/radar/Radar.js +0 -156
- package/lib/node_modules/echarts/lib/coord/radar/RadarModel.js +0 -122
- package/lib/node_modules/echarts/lib/coord/scaleRawExtentInfo.js +0 -205
- package/lib/node_modules/echarts/lib/coord/single/AxisModel.js +0 -66
- package/lib/node_modules/echarts/lib/coord/single/Single.js +0 -171
- package/lib/node_modules/echarts/lib/coord/single/SingleAxis.js +0 -29
- package/lib/node_modules/echarts/lib/coord/single/prepareCustom.js +0 -34
- package/lib/node_modules/echarts/lib/coord/single/singleAxisHelper.js +0 -52
- package/lib/node_modules/echarts/lib/coord/single/singleCreator.js +0 -33
- package/lib/node_modules/echarts/lib/core/CoordinateSystem.js +0 -37
- package/lib/node_modules/echarts/lib/core/ExtensionAPI.js +0 -22
- package/lib/node_modules/echarts/lib/core/Scheduler.js +0 -451
- package/lib/node_modules/echarts/lib/core/echarts.js +0 -2255
- package/lib/node_modules/echarts/lib/core/impl.js +0 -30
- package/lib/node_modules/echarts/lib/core/lifecycle.js +0 -9
- package/lib/node_modules/echarts/lib/core/locale.js +0 -55
- package/lib/node_modules/echarts/lib/core/task.js +0 -308
- package/lib/node_modules/echarts/lib/data/DataDiffer.js +0 -257
- package/lib/node_modules/echarts/lib/data/DataStore.js +0 -967
- package/lib/node_modules/echarts/lib/data/Graph.js +0 -408
- package/lib/node_modules/echarts/lib/data/OrdinalMeta.js +0 -86
- package/lib/node_modules/echarts/lib/data/SeriesData.js +0 -943
- package/lib/node_modules/echarts/lib/data/SeriesDimensionDefine.js +0 -53
- package/lib/node_modules/echarts/lib/data/Source.js +0 -267
- package/lib/node_modules/echarts/lib/data/Tree.js +0 -312
- package/lib/node_modules/echarts/lib/data/helper/SeriesDataSchema.js +0 -191
- package/lib/node_modules/echarts/lib/data/helper/createDimensions.js +0 -287
- package/lib/node_modules/echarts/lib/data/helper/dataProvider.js +0 -321
- package/lib/node_modules/echarts/lib/data/helper/dataStackHelper.js +0 -145
- package/lib/node_modules/echarts/lib/data/helper/dataValueHelper.js +0 -203
- package/lib/node_modules/echarts/lib/data/helper/dimensionHelper.js +0 -136
- package/lib/node_modules/echarts/lib/data/helper/linkSeriesData.js +0 -110
- package/lib/node_modules/echarts/lib/data/helper/sourceHelper.js +0 -324
- package/lib/node_modules/echarts/lib/data/helper/sourceManager.js +0 -381
- package/lib/node_modules/echarts/lib/data/helper/transform.js +0 -382
- package/lib/node_modules/echarts/lib/export/api/format.js +0 -21
- package/lib/node_modules/echarts/lib/export/api/graphic.js +0 -59
- package/lib/node_modules/echarts/lib/export/api/helper.js +0 -81
- package/lib/node_modules/echarts/lib/export/api/number.js +0 -26
- package/lib/node_modules/echarts/lib/export/api/time.js +0 -11
- package/lib/node_modules/echarts/lib/export/api/util.js +0 -24
- package/lib/node_modules/echarts/lib/export/api.js +0 -72
- package/lib/node_modules/echarts/lib/export/core.js +0 -73
- package/lib/node_modules/echarts/lib/extension.js +0 -74
- package/lib/node_modules/echarts/lib/i18n/langEN.js +0 -162
- package/lib/node_modules/echarts/lib/i18n/langZH.js +0 -159
- package/lib/node_modules/echarts/lib/label/LabelManager.js +0 -399
- package/lib/node_modules/echarts/lib/label/installLabelLayout.js +0 -29
- package/lib/node_modules/echarts/lib/label/labelGuideHelper.js +0 -512
- package/lib/node_modules/echarts/lib/label/labelLayoutHelper.js +0 -268
- package/lib/node_modules/echarts/lib/label/labelStyle.js +0 -456
- package/lib/node_modules/echarts/lib/label/sectorLabel.js +0 -166
- package/lib/node_modules/echarts/lib/layout/barGrid.js +0 -445
- package/lib/node_modules/echarts/lib/layout/barPolar.js +0 -217
- package/lib/node_modules/echarts/lib/layout/points.js +0 -68
- package/lib/node_modules/echarts/lib/legacy/dataSelectAction.js +0 -81
- package/lib/node_modules/echarts/lib/legacy/getTextRect.js +0 -24
- package/lib/node_modules/echarts/lib/loading/default.js +0 -128
- package/lib/node_modules/echarts/lib/model/Component.js +0 -197
- package/lib/node_modules/echarts/lib/model/Global.js +0 -697
- package/lib/node_modules/echarts/lib/model/Model.js +0 -138
- package/lib/node_modules/echarts/lib/model/OptionManager.js +0 -323
- package/lib/node_modules/echarts/lib/model/Series.js +0 -507
- package/lib/node_modules/echarts/lib/model/globalDefault.js +0 -136
- package/lib/node_modules/echarts/lib/model/internalComponentCreator.js +0 -31
- package/lib/node_modules/echarts/lib/model/mixin/areaStyle.js +0 -22
- package/lib/node_modules/echarts/lib/model/mixin/dataFormat.js +0 -165
- package/lib/node_modules/echarts/lib/model/mixin/itemStyle.js +0 -22
- package/lib/node_modules/echarts/lib/model/mixin/lineStyle.js +0 -22
- package/lib/node_modules/echarts/lib/model/mixin/makeStyleMapper.js +0 -32
- package/lib/node_modules/echarts/lib/model/mixin/palette.js +0 -69
- package/lib/node_modules/echarts/lib/model/mixin/textStyle.js +0 -49
- package/lib/node_modules/echarts/lib/model/referHelper.js +0 -132
- package/lib/node_modules/echarts/lib/preprocessor/backwardCompat.js +0 -219
- package/lib/node_modules/echarts/lib/preprocessor/helper/compatStyle.js +0 -295
- package/lib/node_modules/echarts/lib/processor/dataFilter.js +0 -73
- package/lib/node_modules/echarts/lib/processor/dataSample.js +0 -105
- package/lib/node_modules/echarts/lib/processor/dataStack.js +0 -97
- package/lib/node_modules/echarts/lib/processor/negativeDataFilter.js +0 -25
- package/lib/node_modules/echarts/lib/renderer/installCanvasRenderer.js +0 -11
- package/lib/node_modules/echarts/lib/renderer/installSVGRenderer.js +0 -11
- package/lib/node_modules/echarts/lib/scale/Interval.js +0 -230
- package/lib/node_modules/echarts/lib/scale/Log.js +0 -140
- package/lib/node_modules/echarts/lib/scale/Ordinal.js +0 -171
- package/lib/node_modules/echarts/lib/scale/Scale.js +0 -75
- package/lib/node_modules/echarts/lib/scale/Time.js +0 -455
- package/lib/node_modules/echarts/lib/scale/helper.js +0 -94
- package/lib/node_modules/echarts/lib/theme/dark.js +0 -227
- package/lib/node_modules/echarts/lib/theme/light.js +0 -53
- package/lib/node_modules/echarts/lib/util/ECEventProcessor.js +0 -106
- package/lib/node_modules/echarts/lib/util/animation.js +0 -125
- package/lib/node_modules/echarts/lib/util/clazz.js +0 -274
- package/lib/node_modules/echarts/lib/util/component.js +0 -153
- package/lib/node_modules/echarts/lib/util/conditionalExpression.js +0 -219
- package/lib/node_modules/echarts/lib/util/decal.js +0 -356
- package/lib/node_modules/echarts/lib/util/event.js +0 -61
- package/lib/node_modules/echarts/lib/util/format.js +0 -214
- package/lib/node_modules/echarts/lib/util/graphic.js +0 -527
- package/lib/node_modules/echarts/lib/util/innerStore.js +0 -31
- package/lib/node_modules/echarts/lib/util/layout.js +0 -422
- package/lib/node_modules/echarts/lib/util/log.js +0 -104
- package/lib/node_modules/echarts/lib/util/model.js +0 -681
- package/lib/node_modules/echarts/lib/util/number.js +0 -542
- package/lib/node_modules/echarts/lib/util/shape/sausage.js +0 -71
- package/lib/node_modules/echarts/lib/util/states.js +0 -697
- package/lib/node_modules/echarts/lib/util/styleCompat.js +0 -193
- package/lib/node_modules/echarts/lib/util/symbol.js +0 -304
- package/lib/node_modules/echarts/lib/util/throttle.js +0 -178
- package/lib/node_modules/echarts/lib/util/time.js +0 -265
- package/lib/node_modules/echarts/lib/util/types.js +0 -25
- package/lib/node_modules/echarts/lib/util/vendor.js +0 -19
- package/lib/node_modules/echarts/lib/view/Chart.js +0 -164
- package/lib/node_modules/echarts/lib/view/Component.js +0 -51
- package/lib/node_modules/echarts/lib/visual/LegendVisualProvider.js +0 -85
- package/lib/node_modules/echarts/lib/visual/VisualMapping.js +0 -442
- package/lib/node_modules/echarts/lib/visual/aria.js +0 -193
- package/lib/node_modules/echarts/lib/visual/decal.js +0 -30
- package/lib/node_modules/echarts/lib/visual/helper.js +0 -107
- package/lib/node_modules/echarts/lib/visual/style.js +0 -181
- package/lib/node_modules/echarts/lib/visual/symbol.js +0 -88
- package/lib/node_modules/echarts/lib/visual/visualDefault.js +0 -51
- package/lib/node_modules/echarts/lib/visual/visualSolution.js +0 -166
- package/lib/node_modules/zrender/lib/Element.js +0 -1058
- package/lib/node_modules/zrender/lib/Handler.js +0 -302
- package/lib/node_modules/zrender/lib/Storage.js +0 -165
- package/lib/node_modules/zrender/lib/animation/Animation.js +0 -155
- package/lib/node_modules/zrender/lib/animation/Animator.js +0 -744
- package/lib/node_modules/zrender/lib/animation/Clip.js +0 -71
- package/lib/node_modules/zrender/lib/animation/cubicEasing.js +0 -30
- package/lib/node_modules/zrender/lib/animation/easing.js +0 -201
- package/lib/node_modules/zrender/lib/animation/requestAnimationFrame.js +0 -17
- package/lib/node_modules/zrender/lib/canvas/Layer.js +0 -302
- package/lib/node_modules/zrender/lib/canvas/Painter.js +0 -647
- package/lib/node_modules/zrender/lib/canvas/dashStyle.js +0 -35
- package/lib/node_modules/zrender/lib/canvas/graphic.js +0 -567
- package/lib/node_modules/zrender/lib/canvas/helper.js +0 -89
- package/lib/node_modules/zrender/lib/config.js +0 -23
- package/lib/node_modules/zrender/lib/contain/arc.js +0 -42
- package/lib/node_modules/zrender/lib/contain/cubic.js +0 -22
- package/lib/node_modules/zrender/lib/contain/line.js +0 -30
- package/lib/node_modules/zrender/lib/contain/path.js +0 -315
- package/lib/node_modules/zrender/lib/contain/polygon.js +0 -29
- package/lib/node_modules/zrender/lib/contain/quadratic.js +0 -22
- package/lib/node_modules/zrender/lib/contain/text.js +0 -181
- package/lib/node_modules/zrender/lib/contain/util.js +0 -14
- package/lib/node_modules/zrender/lib/contain/windingLine.js +0 -21
- package/lib/node_modules/zrender/lib/core/BoundingRect.js +0 -222
- package/lib/node_modules/zrender/lib/core/Eventful.js +0 -168
- package/lib/node_modules/zrender/lib/core/GestureMgr.js +0 -88
- package/lib/node_modules/zrender/lib/core/LRU.js +0 -116
- package/lib/node_modules/zrender/lib/core/OrientedBoundingRect.js +0 -127
- package/lib/node_modules/zrender/lib/core/PathProxy.js +0 -705
- package/lib/node_modules/zrender/lib/core/Point.js +0 -135
- package/lib/node_modules/zrender/lib/core/Transformable.js +0 -252
- package/lib/node_modules/zrender/lib/core/WeakMap.js +0 -48
- package/lib/node_modules/zrender/lib/core/bbox.js +0 -135
- package/lib/node_modules/zrender/lib/core/curve.js +0 -365
- package/lib/node_modules/zrender/lib/core/dom.js +0 -104
- package/lib/node_modules/zrender/lib/core/env.js +0 -86
- package/lib/node_modules/zrender/lib/core/event.js +0 -118
- package/lib/node_modules/zrender/lib/core/fourPointsTransform.js +0 -65
- package/lib/node_modules/zrender/lib/core/matrix.js +0 -113
- package/lib/node_modules/zrender/lib/core/platform.js +0 -83
- package/lib/node_modules/zrender/lib/core/timsort.js +0 -528
- package/lib/node_modules/zrender/lib/core/util.js +0 -596
- package/lib/node_modules/zrender/lib/core/vector.js +0 -142
- package/lib/node_modules/zrender/lib/dom/HandlerProxy.js +0 -300
- package/lib/node_modules/zrender/lib/graphic/CompoundPath.js +0 -56
- package/lib/node_modules/zrender/lib/graphic/Displayable.js +0 -333
- package/lib/node_modules/zrender/lib/graphic/Gradient.js +0 -19
- package/lib/node_modules/zrender/lib/graphic/Group.js +0 -186
- package/lib/node_modules/zrender/lib/graphic/Image.js +0 -82
- package/lib/node_modules/zrender/lib/graphic/IncrementalDisplayable.js +0 -119
- package/lib/node_modules/zrender/lib/graphic/LinearGradient.js +0 -24
- package/lib/node_modules/zrender/lib/graphic/Path.js +0 -407
- package/lib/node_modules/zrender/lib/graphic/RadialGradient.js +0 -23
- package/lib/node_modules/zrender/lib/graphic/TSpan.js +0 -71
- package/lib/node_modules/zrender/lib/graphic/Text.js +0 -560
- package/lib/node_modules/zrender/lib/graphic/constants.js +0 -11
- package/lib/node_modules/zrender/lib/graphic/helper/image.js +0 -63
- package/lib/node_modules/zrender/lib/graphic/helper/parseText.js +0 -478
- package/lib/node_modules/zrender/lib/graphic/helper/poly.js +0 -32
- package/lib/node_modules/zrender/lib/graphic/helper/roundRect.js +0 -81
- package/lib/node_modules/zrender/lib/graphic/helper/roundSector.js +0 -234
- package/lib/node_modules/zrender/lib/graphic/helper/smoothBezier.js +0 -70
- package/lib/node_modules/zrender/lib/graphic/helper/subPixelOptimize.js +0 -64
- package/lib/node_modules/zrender/lib/graphic/shape/Arc.js +0 -51
- package/lib/node_modules/zrender/lib/graphic/shape/BezierCurve.js +0 -105
- package/lib/node_modules/zrender/lib/graphic/shape/Circle.js +0 -34
- package/lib/node_modules/zrender/lib/graphic/shape/Ellipse.js +0 -46
- package/lib/node_modules/zrender/lib/graphic/shape/Line.js +0 -76
- package/lib/node_modules/zrender/lib/graphic/shape/Polygon.js +0 -34
- package/lib/node_modules/zrender/lib/graphic/shape/Polyline.js +0 -41
- package/lib/node_modules/zrender/lib/graphic/shape/Rect.js +0 -64
- package/lib/node_modules/zrender/lib/graphic/shape/Ring.js +0 -40
- package/lib/node_modules/zrender/lib/graphic/shape/Sector.js +0 -43
- package/lib/node_modules/zrender/lib/mixin/Draggable.js +0 -72
- package/lib/node_modules/zrender/lib/svg/Painter.js +0 -259
- package/lib/node_modules/zrender/lib/svg/SVGPathRebuilder.js +0 -110
- package/lib/node_modules/zrender/lib/svg/core.js +0 -123
- package/lib/node_modules/zrender/lib/svg/cssAnimation.js +0 -283
- package/lib/node_modules/zrender/lib/svg/cssClassId.js +0 -10
- package/lib/node_modules/zrender/lib/svg/cssEmphasis.js +0 -67
- package/lib/node_modules/zrender/lib/svg/domapi.js +0 -33
- package/lib/node_modules/zrender/lib/svg/graphic.js +0 -492
- package/lib/node_modules/zrender/lib/svg/helper.js +0 -165
- package/lib/node_modules/zrender/lib/svg/mapStyleToAttrs.js +0 -88
- package/lib/node_modules/zrender/lib/svg/patch.js +0 -261
- package/lib/node_modules/zrender/lib/tool/color.js +0 -448
- package/lib/node_modules/zrender/lib/tool/convertPath.js +0 -205
- package/lib/node_modules/zrender/lib/tool/dividePath.js +0 -319
- package/lib/node_modules/zrender/lib/tool/morphPath.js +0 -602
- package/lib/node_modules/zrender/lib/tool/parseSVG.js +0 -644
- package/lib/node_modules/zrender/lib/tool/parseXML.js +0 -22
- package/lib/node_modules/zrender/lib/tool/path.js +0 -379
- package/lib/node_modules/zrender/lib/tool/transformPath.js +0 -88
- package/lib/node_modules/zrender/lib/zrender.js +0 -341
package/esm/Word.js
CHANGED
|
@@ -24,6 +24,9 @@ import { printIframe } from './util/print.js';
|
|
|
24
24
|
import { Settings } from './openxml/Settings.js';
|
|
25
25
|
import { get } from './util/get.js';
|
|
26
26
|
import { fileTypeFromBuffer } from './util/fileType.js';
|
|
27
|
+
import { stylesXML } from './word/parse/defaultXML/stylesXML.js';
|
|
28
|
+
import { themeXML } from './word/parse/defaultXML/themeXML.js';
|
|
29
|
+
import { settingsXML } from './word/parse/defaultXML/settingsXML.js';
|
|
27
30
|
|
|
28
31
|
var defaultRenderOptions = {
|
|
29
32
|
classPrefix: 'docx-viewer',
|
|
@@ -132,6 +135,9 @@ var Word = /** @class */ (function () {
|
|
|
132
135
|
}
|
|
133
136
|
finally { if (e_1) throw e_1.error; }
|
|
134
137
|
}
|
|
138
|
+
if (this.themes.length === 0) {
|
|
139
|
+
this.themes.push(parseTheme(themeXML));
|
|
140
|
+
}
|
|
135
141
|
};
|
|
136
142
|
/**
|
|
137
143
|
* 解析全局样式
|
|
@@ -153,6 +159,10 @@ var Word = /** @class */ (function () {
|
|
|
153
159
|
}
|
|
154
160
|
finally { if (e_2) throw e_2.error; }
|
|
155
161
|
}
|
|
162
|
+
// 没有样式表的情况
|
|
163
|
+
if (!this.styles) {
|
|
164
|
+
this.styles = parseStyles(this, stylesXML);
|
|
165
|
+
}
|
|
156
166
|
};
|
|
157
167
|
/**
|
|
158
168
|
* 解析全局配置
|
|
@@ -174,6 +184,9 @@ var Word = /** @class */ (function () {
|
|
|
174
184
|
}
|
|
175
185
|
finally { if (e_3) throw e_3.error; }
|
|
176
186
|
}
|
|
187
|
+
if (!this.settings) {
|
|
188
|
+
this.settings = Settings.parse(this, settingsXML);
|
|
189
|
+
}
|
|
177
190
|
};
|
|
178
191
|
/**
|
|
179
192
|
* 解析字体表
|
|
@@ -34,7 +34,7 @@ function createOfficeViewer(docFile, renderOptions, fileName, parser) {
|
|
|
34
34
|
return [2 /*return*/, excel];
|
|
35
35
|
case 2:
|
|
36
36
|
fileType = fileTypeFromArrayBuffer(docFile);
|
|
37
|
-
if (fileType === null || fileType.ext !== 'zip') {
|
|
37
|
+
if (fileType === null || (fileType.ext !== 'zip' && fileType.ext !== 'xml')) {
|
|
38
38
|
if ((fileType === null || fileType === void 0 ? void 0 : fileType.ext) === 'cfb') {
|
|
39
39
|
return [2 /*return*/, new UnSupport('不支持加密文件')];
|
|
40
40
|
}
|
|
@@ -80,6 +80,10 @@ function createOfficeViewer(docFile, renderOptions, fileName, parser) {
|
|
|
80
80
|
isWord = true;
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
|
+
// 目前只有支持 xml 格式
|
|
84
|
+
if ((fileType === null || fileType === void 0 ? void 0 : fileType.ext) === 'xml') {
|
|
85
|
+
isWord = true;
|
|
86
|
+
}
|
|
83
87
|
if (isWord) {
|
|
84
88
|
return [2 /*return*/, new Word(docFile, renderOptions, parser)];
|
|
85
89
|
}
|
|
@@ -8,7 +8,7 @@ var EChartsRender = /** @class */ (function (_super) {
|
|
|
8
8
|
}
|
|
9
9
|
EChartsRender.prototype.render = function (option) {
|
|
10
10
|
var _this = this;
|
|
11
|
-
import('
|
|
11
|
+
import('echarts').then(function (echarts) {
|
|
12
12
|
// @ts-ignore 奇怪为啥不对
|
|
13
13
|
var chart = echarts.init(_this.drawingContainer);
|
|
14
14
|
chart.setOption(option);
|
package/esm/util/fileType.js
CHANGED
|
@@ -63,6 +63,12 @@ function fileTypeFromBuffer(buffer) {
|
|
|
63
63
|
if (checkString(buffer, '%PDF')) {
|
|
64
64
|
return { ext: 'pdf', mime: 'application/pdf' };
|
|
65
65
|
}
|
|
66
|
+
if (checkString(buffer, '<?xml ')) {
|
|
67
|
+
return {
|
|
68
|
+
ext: 'xml',
|
|
69
|
+
mime: 'application/xml'
|
|
70
|
+
};
|
|
71
|
+
}
|
|
66
72
|
if (check(buffer, [0xd0, 0xcf, 0x11, 0xe0, 0xa1, 0xb1, 0x1a, 0xe1])) {
|
|
67
73
|
// Detected Microsoft Compound File Binary File (MS-CFB) Format.
|
|
68
74
|
return {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const settingsXML: Document;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { parseXML } from '../../../util/xml.js';
|
|
2
|
+
|
|
3
|
+
var settingsXML = parseXML("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<w:settings xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n xmlns:o=\"urn:schemas-microsoft-com:office:office\"\n xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\"\n xmlns:m=\"http://schemas.openxmlformats.org/officeDocument/2006/math\"\n xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w10=\"urn:schemas-microsoft-com:office:word\"\n xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\"\n xmlns:w14=\"http://schemas.microsoft.com/office/word/2010/wordml\"\n xmlns:w15=\"http://schemas.microsoft.com/office/word/2012/wordml\"\n xmlns:w16cex=\"http://schemas.microsoft.com/office/word/2018/wordml/cex\"\n xmlns:w16cid=\"http://schemas.microsoft.com/office/word/2016/wordml/cid\"\n xmlns:w16=\"http://schemas.microsoft.com/office/word/2018/wordml\"\n xmlns:w16sdtdh=\"http://schemas.microsoft.com/office/word/2020/wordml/sdtdatahash\"\n xmlns:w16se=\"http://schemas.microsoft.com/office/word/2015/wordml/symex\"\n xmlns:sl=\"http://schemas.openxmlformats.org/schemaLibrary/2006/main\"\n mc:Ignorable=\"w14 w15 w16se w16cid w16 w16cex w16sdtdh\">\n <w:zoom w:percent=\"170\" />\n <w:bordersDoNotSurroundHeader />\n <w:bordersDoNotSurroundFooter />\n <w:defaultTabStop w:val=\"420\" />\n <w:drawingGridVerticalSpacing w:val=\"156\" />\n <w:displayHorizontalDrawingGridEvery w:val=\"0\" />\n <w:displayVerticalDrawingGridEvery w:val=\"2\" />\n <w:characterSpacingControl w:val=\"compressPunctuation\" />\n <w:compat>\n <w:spaceForUL />\n <w:balanceSingleByteDoubleByteWidth />\n <w:doNotLeaveBackslashAlone />\n <w:ulTrailSpace />\n <w:doNotExpandShiftReturn />\n <w:adjustLineHeightInTable />\n <w:useFELayout />\n <w:compatSetting w:name=\"compatibilityMode\" w:uri=\"http://schemas.microsoft.com/office/word\"\n w:val=\"15\" />\n <w:compatSetting w:name=\"overrideTableStyleFontSizeAndJustification\"\n w:uri=\"http://schemas.microsoft.com/office/word\" w:val=\"1\" />\n <w:compatSetting w:name=\"enableOpenTypeFeatures\"\n w:uri=\"http://schemas.microsoft.com/office/word\" w:val=\"1\" />\n <w:compatSetting w:name=\"doNotFlipMirrorIndents\"\n w:uri=\"http://schemas.microsoft.com/office/word\" w:val=\"1\" />\n <w:compatSetting w:name=\"differentiateMultirowTableHeaders\"\n w:uri=\"http://schemas.microsoft.com/office/word\" w:val=\"1\" />\n <w:compatSetting w:name=\"useWord2013TrackBottomHyphenation\"\n w:uri=\"http://schemas.microsoft.com/office/word\" w:val=\"0\" />\n </w:compat>\n <w:rsids>\n <w:rsidRoot w:val=\"006A5323\" />\n <w:rsid w:val=\"000A6C4B\" />\n <w:rsid w:val=\"001E68A4\" />\n <w:rsid w:val=\"001F5721\" />\n <w:rsid w:val=\"002017C7\" />\n <w:rsid w:val=\"00223735\" />\n <w:rsid w:val=\"002415FE\" />\n <w:rsid w:val=\"00310664\" />\n <w:rsid w:val=\"003273E9\" />\n <w:rsid w:val=\"003A1158\" />\n <w:rsid w:val=\"003A4403\" />\n <w:rsid w:val=\"004251A5\" />\n <w:rsid w:val=\"00485792\" />\n <w:rsid w:val=\"004A5781\" />\n <w:rsid w:val=\"00574DD7\" />\n <w:rsid w:val=\"005B6B1F\" />\n <w:rsid w:val=\"006A5323\" />\n <w:rsid w:val=\"00703A50\" />\n <w:rsid w:val=\"00756C94\" />\n <w:rsid w:val=\"007932E0\" />\n <w:rsid w:val=\"007C06E5\" />\n <w:rsid w:val=\"0083191B\" />\n <w:rsid w:val=\"008A4BC5\" />\n <w:rsid w:val=\"009371BC\" />\n <w:rsid w:val=\"00954104\" />\n <w:rsid w:val=\"009D35B0\" />\n <w:rsid w:val=\"00A275CB\" />\n <w:rsid w:val=\"00A70849\" />\n <w:rsid w:val=\"00AA7527\" />\n <w:rsid w:val=\"00AB20C4\" />\n <w:rsid w:val=\"00AE568B\" />\n <w:rsid w:val=\"00B06B85\" />\n <w:rsid w:val=\"00BA32DF\" />\n <w:rsid w:val=\"00C737CD\" />\n <w:rsid w:val=\"00E660A5\" />\n <w:rsid w:val=\"00FB20FB\" />\n </w:rsids>\n <m:mathPr>\n <m:mathFont m:val=\"Cambria Math\" />\n <m:brkBin m:val=\"before\" />\n <m:brkBinSub m:val=\"--\" />\n <m:smallFrac m:val=\"0\" />\n <m:dispDef />\n <m:lMargin m:val=\"0\" />\n <m:rMargin m:val=\"0\" />\n <m:defJc m:val=\"centerGroup\" />\n <m:wrapIndent m:val=\"1440\" />\n <m:intLim m:val=\"subSup\" />\n <m:naryLim m:val=\"undOvr\" />\n </m:mathPr>\n <w:themeFontLang w:val=\"en-CN\" w:eastAsia=\"zh-CN\" />\n <w:clrSchemeMapping w:bg1=\"light1\" w:t1=\"dark1\" w:bg2=\"light2\" w:t2=\"dark2\" w:accent1=\"accent1\"\n w:accent2=\"accent2\" w:accent3=\"accent3\" w:accent4=\"accent4\" w:accent5=\"accent5\"\n w:accent6=\"accent6\" w:hyperlink=\"hyperlink\" w:followedHyperlink=\"followedHyperlink\" />\n <w:decimalSymbol w:val=\".\" />\n <w:listSeparator w:val=\",\" />\n <w14:docId w14:val=\"7D05306F\" />\n <w15:chartTrackingRefBased />\n <w15:docId w15:val=\"{3E2DE498-7B91-1143-917B-23A36B6D81E1}\" />\n</w:settings>");
|
|
4
|
+
|
|
5
|
+
export { settingsXML };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const stylesXML: Document;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { parseXML } from '../../../util/xml.js';
|
|
2
|
+
|
|
3
|
+
var stylesXML = parseXML("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<w:styles xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\"\n xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\"\n xmlns:w14=\"http://schemas.microsoft.com/office/word/2010/wordml\"\n xmlns:w15=\"http://schemas.microsoft.com/office/word/2012/wordml\"\n xmlns:w16cex=\"http://schemas.microsoft.com/office/word/2018/wordml/cex\"\n xmlns:w16cid=\"http://schemas.microsoft.com/office/word/2016/wordml/cid\"\n xmlns:w16=\"http://schemas.microsoft.com/office/word/2018/wordml\"\n xmlns:w16sdtdh=\"http://schemas.microsoft.com/office/word/2020/wordml/sdtdatahash\"\n xmlns:w16se=\"http://schemas.microsoft.com/office/word/2015/wordml/symex\"\n mc:Ignorable=\"w14 w15 w16se w16cid w16 w16cex w16sdtdh\">\n <w:docDefaults>\n <w:rPrDefault>\n <w:rPr>\n <w:rFonts w:asciiTheme=\"minorHAnsi\" w:eastAsiaTheme=\"minorEastAsia\"\n w:hAnsiTheme=\"minorHAnsi\" w:cstheme=\"minorBidi\" />\n <w:kern w:val=\"2\" />\n <w:sz w:val=\"21\" />\n <w:szCs w:val=\"24\" />\n <w:lang w:val=\"en-CN\" w:eastAsia=\"zh-CN\" w:bidi=\"ar-SA\" />\n <w14:ligatures w14:val=\"standardContextual\" />\n </w:rPr>\n </w:rPrDefault>\n <w:pPrDefault />\n </w:docDefaults>\n <w:latentStyles w:defLockedState=\"0\" w:defUIPriority=\"99\" w:defSemiHidden=\"0\"\n w:defUnhideWhenUsed=\"0\" w:defQFormat=\"0\" w:count=\"376\">\n <w:lsdException w:name=\"Normal\" w:uiPriority=\"0\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"heading 1\" w:uiPriority=\"9\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"heading 2\" w:semiHidden=\"1\" w:uiPriority=\"9\" w:unhideWhenUsed=\"1\"\n w:qFormat=\"1\" />\n <w:lsdException w:name=\"heading 3\" w:semiHidden=\"1\" w:uiPriority=\"9\" w:unhideWhenUsed=\"1\"\n w:qFormat=\"1\" />\n <w:lsdException w:name=\"heading 4\" w:semiHidden=\"1\" w:uiPriority=\"9\" w:unhideWhenUsed=\"1\"\n w:qFormat=\"1\" />\n <w:lsdException w:name=\"heading 5\" w:semiHidden=\"1\" w:uiPriority=\"9\" w:unhideWhenUsed=\"1\"\n w:qFormat=\"1\" />\n <w:lsdException w:name=\"heading 6\" w:semiHidden=\"1\" w:uiPriority=\"9\" w:unhideWhenUsed=\"1\"\n w:qFormat=\"1\" />\n <w:lsdException w:name=\"heading 7\" w:semiHidden=\"1\" w:uiPriority=\"9\" w:unhideWhenUsed=\"1\"\n w:qFormat=\"1\" />\n <w:lsdException w:name=\"heading 8\" w:semiHidden=\"1\" w:uiPriority=\"9\" w:unhideWhenUsed=\"1\"\n w:qFormat=\"1\" />\n <w:lsdException w:name=\"heading 9\" w:semiHidden=\"1\" w:uiPriority=\"9\" w:unhideWhenUsed=\"1\"\n w:qFormat=\"1\" />\n <w:lsdException w:name=\"index 1\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"index 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"index 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"index 4\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"index 5\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"index 6\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"index 7\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"index 8\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"index 9\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"toc 1\" w:semiHidden=\"1\" w:uiPriority=\"39\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"toc 2\" w:semiHidden=\"1\" w:uiPriority=\"39\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"toc 3\" w:semiHidden=\"1\" w:uiPriority=\"39\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"toc 4\" w:semiHidden=\"1\" w:uiPriority=\"39\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"toc 5\" w:semiHidden=\"1\" w:uiPriority=\"39\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"toc 6\" w:semiHidden=\"1\" w:uiPriority=\"39\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"toc 7\" w:semiHidden=\"1\" w:uiPriority=\"39\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"toc 8\" w:semiHidden=\"1\" w:uiPriority=\"39\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"toc 9\" w:semiHidden=\"1\" w:uiPriority=\"39\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Normal Indent\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"footnote text\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"annotation text\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"header\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"footer\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"index heading\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"caption\" w:semiHidden=\"1\" w:uiPriority=\"35\" w:unhideWhenUsed=\"1\"\n w:qFormat=\"1\" />\n <w:lsdException w:name=\"table of figures\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"envelope address\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"envelope return\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"footnote reference\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"annotation reference\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"line number\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"page number\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"endnote reference\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"endnote text\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"table of authorities\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"macro\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"toa heading\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Bullet\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Number\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List 4\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List 5\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Bullet 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Bullet 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Bullet 4\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Bullet 5\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Number 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Number 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Number 4\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Number 5\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Title\" w:uiPriority=\"10\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Closing\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Signature\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Default Paragraph Font\" w:semiHidden=\"1\" w:uiPriority=\"1\"\n w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Body Text\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Body Text Indent\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Continue\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Continue 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Continue 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Continue 4\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Continue 5\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Message Header\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Subtitle\" w:uiPriority=\"11\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Salutation\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Date\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Body Text First Indent\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Body Text First Indent 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Note Heading\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Body Text 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Body Text 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Body Text Indent 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Body Text Indent 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Block Text\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Hyperlink\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"FollowedHyperlink\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Strong\" w:uiPriority=\"22\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Emphasis\" w:uiPriority=\"20\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Document Map\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Plain Text\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"E-mail Signature\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"HTML Top of Form\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"HTML Bottom of Form\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Normal (Web)\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"HTML Acronym\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"HTML Address\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"HTML Cite\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"HTML Code\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"HTML Definition\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"HTML Keyboard\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"HTML Preformatted\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"HTML Sample\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"HTML Typewriter\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"HTML Variable\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Normal Table\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"annotation subject\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"No List\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Outline List 1\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Outline List 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Outline List 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Simple 1\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Simple 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Simple 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Classic 1\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Classic 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Classic 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Classic 4\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Colorful 1\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Colorful 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Colorful 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Columns 1\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Columns 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Columns 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Columns 4\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Columns 5\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Grid 1\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Grid 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Grid 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Grid 4\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Grid 5\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Grid 6\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Grid 7\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Grid 8\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table List 1\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table List 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table List 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table List 4\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table List 5\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table List 6\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table List 7\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table List 8\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table 3D effects 1\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table 3D effects 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table 3D effects 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Contemporary\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Elegant\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Professional\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Subtle 1\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Subtle 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Web 1\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Web 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Web 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Balloon Text\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Grid\" w:uiPriority=\"39\" />\n <w:lsdException w:name=\"Table Theme\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Placeholder Text\" w:semiHidden=\"1\" />\n <w:lsdException w:name=\"No Spacing\" w:uiPriority=\"1\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Light Shading\" w:uiPriority=\"60\" />\n <w:lsdException w:name=\"Light List\" w:uiPriority=\"61\" />\n <w:lsdException w:name=\"Light Grid\" w:uiPriority=\"62\" />\n <w:lsdException w:name=\"Medium Shading 1\" w:uiPriority=\"63\" />\n <w:lsdException w:name=\"Medium Shading 2\" w:uiPriority=\"64\" />\n <w:lsdException w:name=\"Medium List 1\" w:uiPriority=\"65\" />\n <w:lsdException w:name=\"Medium List 2\" w:uiPriority=\"66\" />\n <w:lsdException w:name=\"Medium Grid 1\" w:uiPriority=\"67\" />\n <w:lsdException w:name=\"Medium Grid 2\" w:uiPriority=\"68\" />\n <w:lsdException w:name=\"Medium Grid 3\" w:uiPriority=\"69\" />\n <w:lsdException w:name=\"Dark List\" w:uiPriority=\"70\" />\n <w:lsdException w:name=\"Colorful Shading\" w:uiPriority=\"71\" />\n <w:lsdException w:name=\"Colorful List\" w:uiPriority=\"72\" />\n <w:lsdException w:name=\"Colorful Grid\" w:uiPriority=\"73\" />\n <w:lsdException w:name=\"Light Shading Accent 1\" w:uiPriority=\"60\" />\n <w:lsdException w:name=\"Light List Accent 1\" w:uiPriority=\"61\" />\n <w:lsdException w:name=\"Light Grid Accent 1\" w:uiPriority=\"62\" />\n <w:lsdException w:name=\"Medium Shading 1 Accent 1\" w:uiPriority=\"63\" />\n <w:lsdException w:name=\"Medium Shading 2 Accent 1\" w:uiPriority=\"64\" />\n <w:lsdException w:name=\"Medium List 1 Accent 1\" w:uiPriority=\"65\" />\n <w:lsdException w:name=\"Revision\" w:semiHidden=\"1\" />\n <w:lsdException w:name=\"List Paragraph\" w:uiPriority=\"34\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Quote\" w:uiPriority=\"29\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Intense Quote\" w:uiPriority=\"30\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Medium List 2 Accent 1\" w:uiPriority=\"66\" />\n <w:lsdException w:name=\"Medium Grid 1 Accent 1\" w:uiPriority=\"67\" />\n <w:lsdException w:name=\"Medium Grid 2 Accent 1\" w:uiPriority=\"68\" />\n <w:lsdException w:name=\"Medium Grid 3 Accent 1\" w:uiPriority=\"69\" />\n <w:lsdException w:name=\"Dark List Accent 1\" w:uiPriority=\"70\" />\n <w:lsdException w:name=\"Colorful Shading Accent 1\" w:uiPriority=\"71\" />\n <w:lsdException w:name=\"Colorful List Accent 1\" w:uiPriority=\"72\" />\n <w:lsdException w:name=\"Colorful Grid Accent 1\" w:uiPriority=\"73\" />\n <w:lsdException w:name=\"Light Shading Accent 2\" w:uiPriority=\"60\" />\n <w:lsdException w:name=\"Light List Accent 2\" w:uiPriority=\"61\" />\n <w:lsdException w:name=\"Light Grid Accent 2\" w:uiPriority=\"62\" />\n <w:lsdException w:name=\"Medium Shading 1 Accent 2\" w:uiPriority=\"63\" />\n <w:lsdException w:name=\"Medium Shading 2 Accent 2\" w:uiPriority=\"64\" />\n <w:lsdException w:name=\"Medium List 1 Accent 2\" w:uiPriority=\"65\" />\n <w:lsdException w:name=\"Medium List 2 Accent 2\" w:uiPriority=\"66\" />\n <w:lsdException w:name=\"Medium Grid 1 Accent 2\" w:uiPriority=\"67\" />\n <w:lsdException w:name=\"Medium Grid 2 Accent 2\" w:uiPriority=\"68\" />\n <w:lsdException w:name=\"Medium Grid 3 Accent 2\" w:uiPriority=\"69\" />\n <w:lsdException w:name=\"Dark List Accent 2\" w:uiPriority=\"70\" />\n <w:lsdException w:name=\"Colorful Shading Accent 2\" w:uiPriority=\"71\" />\n <w:lsdException w:name=\"Colorful List Accent 2\" w:uiPriority=\"72\" />\n <w:lsdException w:name=\"Colorful Grid Accent 2\" w:uiPriority=\"73\" />\n <w:lsdException w:name=\"Light Shading Accent 3\" w:uiPriority=\"60\" />\n <w:lsdException w:name=\"Light List Accent 3\" w:uiPriority=\"61\" />\n <w:lsdException w:name=\"Light Grid Accent 3\" w:uiPriority=\"62\" />\n <w:lsdException w:name=\"Medium Shading 1 Accent 3\" w:uiPriority=\"63\" />\n <w:lsdException w:name=\"Medium Shading 2 Accent 3\" w:uiPriority=\"64\" />\n <w:lsdException w:name=\"Medium List 1 Accent 3\" w:uiPriority=\"65\" />\n <w:lsdException w:name=\"Medium List 2 Accent 3\" w:uiPriority=\"66\" />\n <w:lsdException w:name=\"Medium Grid 1 Accent 3\" w:uiPriority=\"67\" />\n <w:lsdException w:name=\"Medium Grid 2 Accent 3\" w:uiPriority=\"68\" />\n <w:lsdException w:name=\"Medium Grid 3 Accent 3\" w:uiPriority=\"69\" />\n <w:lsdException w:name=\"Dark List Accent 3\" w:uiPriority=\"70\" />\n <w:lsdException w:name=\"Colorful Shading Accent 3\" w:uiPriority=\"71\" />\n <w:lsdException w:name=\"Colorful List Accent 3\" w:uiPriority=\"72\" />\n <w:lsdException w:name=\"Colorful Grid Accent 3\" w:uiPriority=\"73\" />\n <w:lsdException w:name=\"Light Shading Accent 4\" w:uiPriority=\"60\" />\n <w:lsdException w:name=\"Light List Accent 4\" w:uiPriority=\"61\" />\n <w:lsdException w:name=\"Light Grid Accent 4\" w:uiPriority=\"62\" />\n <w:lsdException w:name=\"Medium Shading 1 Accent 4\" w:uiPriority=\"63\" />\n <w:lsdException w:name=\"Medium Shading 2 Accent 4\" w:uiPriority=\"64\" />\n <w:lsdException w:name=\"Medium List 1 Accent 4\" w:uiPriority=\"65\" />\n <w:lsdException w:name=\"Medium List 2 Accent 4\" w:uiPriority=\"66\" />\n <w:lsdException w:name=\"Medium Grid 1 Accent 4\" w:uiPriority=\"67\" />\n <w:lsdException w:name=\"Medium Grid 2 Accent 4\" w:uiPriority=\"68\" />\n <w:lsdException w:name=\"Medium Grid 3 Accent 4\" w:uiPriority=\"69\" />\n <w:lsdException w:name=\"Dark List Accent 4\" w:uiPriority=\"70\" />\n <w:lsdException w:name=\"Colorful Shading Accent 4\" w:uiPriority=\"71\" />\n <w:lsdException w:name=\"Colorful List Accent 4\" w:uiPriority=\"72\" />\n <w:lsdException w:name=\"Colorful Grid Accent 4\" w:uiPriority=\"73\" />\n <w:lsdException w:name=\"Light Shading Accent 5\" w:uiPriority=\"60\" />\n <w:lsdException w:name=\"Light List Accent 5\" w:uiPriority=\"61\" />\n <w:lsdException w:name=\"Light Grid Accent 5\" w:uiPriority=\"62\" />\n <w:lsdException w:name=\"Medium Shading 1 Accent 5\" w:uiPriority=\"63\" />\n <w:lsdException w:name=\"Medium Shading 2 Accent 5\" w:uiPriority=\"64\" />\n <w:lsdException w:name=\"Medium List 1 Accent 5\" w:uiPriority=\"65\" />\n <w:lsdException w:name=\"Medium List 2 Accent 5\" w:uiPriority=\"66\" />\n <w:lsdException w:name=\"Medium Grid 1 Accent 5\" w:uiPriority=\"67\" />\n <w:lsdException w:name=\"Medium Grid 2 Accent 5\" w:uiPriority=\"68\" />\n <w:lsdException w:name=\"Medium Grid 3 Accent 5\" w:uiPriority=\"69\" />\n <w:lsdException w:name=\"Dark List Accent 5\" w:uiPriority=\"70\" />\n <w:lsdException w:name=\"Colorful Shading Accent 5\" w:uiPriority=\"71\" />\n <w:lsdException w:name=\"Colorful List Accent 5\" w:uiPriority=\"72\" />\n <w:lsdException w:name=\"Colorful Grid Accent 5\" w:uiPriority=\"73\" />\n <w:lsdException w:name=\"Light Shading Accent 6\" w:uiPriority=\"60\" />\n <w:lsdException w:name=\"Light List Accent 6\" w:uiPriority=\"61\" />\n <w:lsdException w:name=\"Light Grid Accent 6\" w:uiPriority=\"62\" />\n <w:lsdException w:name=\"Medium Shading 1 Accent 6\" w:uiPriority=\"63\" />\n <w:lsdException w:name=\"Medium Shading 2 Accent 6\" w:uiPriority=\"64\" />\n <w:lsdException w:name=\"Medium List 1 Accent 6\" w:uiPriority=\"65\" />\n <w:lsdException w:name=\"Medium List 2 Accent 6\" w:uiPriority=\"66\" />\n <w:lsdException w:name=\"Medium Grid 1 Accent 6\" w:uiPriority=\"67\" />\n <w:lsdException w:name=\"Medium Grid 2 Accent 6\" w:uiPriority=\"68\" />\n <w:lsdException w:name=\"Medium Grid 3 Accent 6\" w:uiPriority=\"69\" />\n <w:lsdException w:name=\"Dark List Accent 6\" w:uiPriority=\"70\" />\n <w:lsdException w:name=\"Colorful Shading Accent 6\" w:uiPriority=\"71\" />\n <w:lsdException w:name=\"Colorful List Accent 6\" w:uiPriority=\"72\" />\n <w:lsdException w:name=\"Colorful Grid Accent 6\" w:uiPriority=\"73\" />\n <w:lsdException w:name=\"Subtle Emphasis\" w:uiPriority=\"19\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Intense Emphasis\" w:uiPriority=\"21\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Subtle Reference\" w:uiPriority=\"31\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Intense Reference\" w:uiPriority=\"32\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Book Title\" w:uiPriority=\"33\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Bibliography\" w:semiHidden=\"1\" w:uiPriority=\"37\"\n w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"TOC Heading\" w:semiHidden=\"1\" w:uiPriority=\"39\" w:unhideWhenUsed=\"1\"\n w:qFormat=\"1\" />\n <w:lsdException w:name=\"Plain Table 1\" w:uiPriority=\"41\" />\n <w:lsdException w:name=\"Plain Table 2\" w:uiPriority=\"42\" />\n <w:lsdException w:name=\"Plain Table 3\" w:uiPriority=\"43\" />\n <w:lsdException w:name=\"Plain Table 4\" w:uiPriority=\"44\" />\n <w:lsdException w:name=\"Plain Table 5\" w:uiPriority=\"45\" />\n <w:lsdException w:name=\"Grid Table Light\" w:uiPriority=\"40\" />\n <w:lsdException w:name=\"Grid Table 1 Light\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"Grid Table 2\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"Grid Table 3\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"Grid Table 4\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"Grid Table 5 Dark\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"Grid Table 6 Colorful\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"Grid Table 7 Colorful\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"Grid Table 1 Light Accent 1\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"Grid Table 2 Accent 1\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"Grid Table 3 Accent 1\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"Grid Table 4 Accent 1\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"Grid Table 5 Dark Accent 1\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"Grid Table 6 Colorful Accent 1\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"Grid Table 7 Colorful Accent 1\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"Grid Table 1 Light Accent 2\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"Grid Table 2 Accent 2\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"Grid Table 3 Accent 2\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"Grid Table 4 Accent 2\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"Grid Table 5 Dark Accent 2\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"Grid Table 6 Colorful Accent 2\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"Grid Table 7 Colorful Accent 2\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"Grid Table 1 Light Accent 3\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"Grid Table 2 Accent 3\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"Grid Table 3 Accent 3\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"Grid Table 4 Accent 3\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"Grid Table 5 Dark Accent 3\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"Grid Table 6 Colorful Accent 3\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"Grid Table 7 Colorful Accent 3\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"Grid Table 1 Light Accent 4\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"Grid Table 2 Accent 4\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"Grid Table 3 Accent 4\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"Grid Table 4 Accent 4\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"Grid Table 5 Dark Accent 4\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"Grid Table 6 Colorful Accent 4\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"Grid Table 7 Colorful Accent 4\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"Grid Table 1 Light Accent 5\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"Grid Table 2 Accent 5\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"Grid Table 3 Accent 5\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"Grid Table 4 Accent 5\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"Grid Table 5 Dark Accent 5\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"Grid Table 6 Colorful Accent 5\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"Grid Table 7 Colorful Accent 5\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"Grid Table 1 Light Accent 6\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"Grid Table 2 Accent 6\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"Grid Table 3 Accent 6\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"Grid Table 4 Accent 6\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"Grid Table 5 Dark Accent 6\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"Grid Table 6 Colorful Accent 6\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"Grid Table 7 Colorful Accent 6\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"List Table 1 Light\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"List Table 2\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"List Table 3\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"List Table 4\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"List Table 5 Dark\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"List Table 6 Colorful\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"List Table 7 Colorful\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"List Table 1 Light Accent 1\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"List Table 2 Accent 1\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"List Table 3 Accent 1\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"List Table 4 Accent 1\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"List Table 5 Dark Accent 1\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"List Table 6 Colorful Accent 1\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"List Table 7 Colorful Accent 1\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"List Table 1 Light Accent 2\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"List Table 2 Accent 2\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"List Table 3 Accent 2\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"List Table 4 Accent 2\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"List Table 5 Dark Accent 2\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"List Table 6 Colorful Accent 2\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"List Table 7 Colorful Accent 2\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"List Table 1 Light Accent 3\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"List Table 2 Accent 3\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"List Table 3 Accent 3\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"List Table 4 Accent 3\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"List Table 5 Dark Accent 3\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"List Table 6 Colorful Accent 3\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"List Table 7 Colorful Accent 3\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"List Table 1 Light Accent 4\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"List Table 2 Accent 4\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"List Table 3 Accent 4\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"List Table 4 Accent 4\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"List Table 5 Dark Accent 4\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"List Table 6 Colorful Accent 4\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"List Table 7 Colorful Accent 4\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"List Table 1 Light Accent 5\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"List Table 2 Accent 5\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"List Table 3 Accent 5\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"List Table 4 Accent 5\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"List Table 5 Dark Accent 5\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"List Table 6 Colorful Accent 5\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"List Table 7 Colorful Accent 5\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"List Table 1 Light Accent 6\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"List Table 2 Accent 6\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"List Table 3 Accent 6\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"List Table 4 Accent 6\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"List Table 5 Dark Accent 6\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"List Table 6 Colorful Accent 6\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"List Table 7 Colorful Accent 6\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"Mention\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Smart Hyperlink\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Hashtag\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Unresolved Mention\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Smart Link\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n </w:latentStyles>\n <w:style w:type=\"paragraph\" w:default=\"1\" w:styleId=\"Normal\">\n <w:name w:val=\"Normal\" />\n <w:qFormat />\n <w:pPr>\n <w:widowControl w:val=\"0\" />\n <w:jc w:val=\"both\" />\n </w:pPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Heading1\">\n <w:name w:val=\"heading 1\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"Heading1Char\" />\n <w:uiPriority w:val=\"9\" />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:spacing w:before=\"480\" w:after=\"80\" />\n <w:outlineLvl w:val=\"0\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\"\n w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n <w:sz w:val=\"48\" />\n <w:szCs w:val=\"48\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Heading2\">\n <w:name w:val=\"heading 2\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"Heading2Char\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:unhideWhenUsed />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:spacing w:before=\"160\" w:after=\"80\" />\n <w:outlineLvl w:val=\"1\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\"\n w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n <w:sz w:val=\"40\" />\n <w:szCs w:val=\"40\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Heading3\">\n <w:name w:val=\"heading 3\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"Heading3Char\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:unhideWhenUsed />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:spacing w:before=\"160\" w:after=\"80\" />\n <w:outlineLvl w:val=\"2\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\"\n w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n <w:sz w:val=\"32\" />\n <w:szCs w:val=\"32\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Heading4\">\n <w:name w:val=\"heading 4\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"Heading4Char\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:unhideWhenUsed />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:spacing w:before=\"80\" w:after=\"40\" />\n <w:outlineLvl w:val=\"3\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:cstheme=\"majorBidi\" />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n <w:sz w:val=\"28\" />\n <w:szCs w:val=\"28\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Heading5\">\n <w:name w:val=\"heading 5\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"Heading5Char\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:unhideWhenUsed />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:spacing w:before=\"80\" w:after=\"40\" />\n <w:outlineLvl w:val=\"4\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:cstheme=\"majorBidi\" />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n <w:sz w:val=\"24\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Heading6\">\n <w:name w:val=\"heading 6\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"Heading6Char\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:unhideWhenUsed />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:spacing w:before=\"40\" />\n <w:outlineLvl w:val=\"5\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:cstheme=\"majorBidi\" />\n <w:b />\n <w:bCs />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Heading7\">\n <w:name w:val=\"heading 7\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"Heading7Char\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:unhideWhenUsed />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:spacing w:before=\"40\" />\n <w:outlineLvl w:val=\"6\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:cstheme=\"majorBidi\" />\n <w:b />\n <w:bCs />\n <w:color w:val=\"595959\" w:themeColor=\"text1\" w:themeTint=\"A6\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Heading8\">\n <w:name w:val=\"heading 8\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"Heading8Char\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:unhideWhenUsed />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:outlineLvl w:val=\"7\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:cstheme=\"majorBidi\" />\n <w:color w:val=\"595959\" w:themeColor=\"text1\" w:themeTint=\"A6\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Heading9\">\n <w:name w:val=\"heading 9\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"Heading9Char\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:unhideWhenUsed />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:outlineLvl w:val=\"8\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:eastAsiaTheme=\"majorEastAsia\" w:cstheme=\"majorBidi\" />\n <w:color w:val=\"595959\" w:themeColor=\"text1\" w:themeTint=\"A6\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:default=\"1\" w:styleId=\"DefaultParagraphFont\">\n <w:name w:val=\"Default Paragraph Font\" />\n <w:uiPriority w:val=\"1\" />\n <w:semiHidden />\n <w:unhideWhenUsed />\n </w:style>\n <w:style w:type=\"table\" w:default=\"1\" w:styleId=\"TableNormal\">\n <w:name w:val=\"Normal Table\" />\n <w:uiPriority w:val=\"99\" />\n <w:semiHidden />\n <w:unhideWhenUsed />\n <w:tblPr>\n <w:tblInd w:w=\"0\" w:type=\"dxa\" />\n <w:tblCellMar>\n <w:top w:w=\"0\" w:type=\"dxa\" />\n <w:left w:w=\"108\" w:type=\"dxa\" />\n <w:bottom w:w=\"0\" w:type=\"dxa\" />\n <w:right w:w=\"108\" w:type=\"dxa\" />\n </w:tblCellMar>\n </w:tblPr>\n </w:style>\n <w:style w:type=\"numbering\" w:default=\"1\" w:styleId=\"NoList\">\n <w:name w:val=\"No List\" />\n <w:uiPriority w:val=\"99\" />\n <w:semiHidden />\n <w:unhideWhenUsed />\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"Heading1Char\">\n <w:name w:val=\"Heading 1 Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"Heading1\" />\n <w:uiPriority w:val=\"9\" />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\"\n w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n <w:sz w:val=\"48\" />\n <w:szCs w:val=\"48\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"Heading2Char\">\n <w:name w:val=\"Heading 2 Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"Heading2\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\"\n w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n <w:sz w:val=\"40\" />\n <w:szCs w:val=\"40\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"Heading3Char\">\n <w:name w:val=\"Heading 3 Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"Heading3\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\"\n w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n <w:sz w:val=\"32\" />\n <w:szCs w:val=\"32\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"Heading4Char\">\n <w:name w:val=\"Heading 4 Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"Heading4\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:rFonts w:cstheme=\"majorBidi\" />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n <w:sz w:val=\"28\" />\n <w:szCs w:val=\"28\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"Heading5Char\">\n <w:name w:val=\"Heading 5 Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"Heading5\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:rFonts w:cstheme=\"majorBidi\" />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n <w:sz w:val=\"24\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"Heading6Char\">\n <w:name w:val=\"Heading 6 Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"Heading6\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:rFonts w:cstheme=\"majorBidi\" />\n <w:b />\n <w:bCs />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"Heading7Char\">\n <w:name w:val=\"Heading 7 Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"Heading7\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:rFonts w:cstheme=\"majorBidi\" />\n <w:b />\n <w:bCs />\n <w:color w:val=\"595959\" w:themeColor=\"text1\" w:themeTint=\"A6\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"Heading8Char\">\n <w:name w:val=\"Heading 8 Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"Heading8\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:rFonts w:cstheme=\"majorBidi\" />\n <w:color w:val=\"595959\" w:themeColor=\"text1\" w:themeTint=\"A6\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"Heading9Char\">\n <w:name w:val=\"Heading 9 Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"Heading9\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:rFonts w:eastAsiaTheme=\"majorEastAsia\" w:cstheme=\"majorBidi\" />\n <w:color w:val=\"595959\" w:themeColor=\"text1\" w:themeTint=\"A6\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Title\">\n <w:name w:val=\"Title\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"TitleChar\" />\n <w:uiPriority w:val=\"10\" />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:spacing w:after=\"80\" />\n <w:contextualSpacing />\n <w:jc w:val=\"center\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\"\n w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:spacing w:val=\"-10\" />\n <w:kern w:val=\"28\" />\n <w:sz w:val=\"56\" />\n <w:szCs w:val=\"56\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"TitleChar\">\n <w:name w:val=\"Title Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"Title\" />\n <w:uiPriority w:val=\"10\" />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\"\n w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:spacing w:val=\"-10\" />\n <w:kern w:val=\"28\" />\n <w:sz w:val=\"56\" />\n <w:szCs w:val=\"56\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Subtitle\">\n <w:name w:val=\"Subtitle\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"SubtitleChar\" />\n <w:uiPriority w:val=\"11\" />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:numPr>\n <w:ilvl w:val=\"1\" />\n </w:numPr>\n <w:spacing w:after=\"160\" />\n <w:jc w:val=\"center\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\"\n w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:color w:val=\"595959\" w:themeColor=\"text1\" w:themeTint=\"A6\" />\n <w:spacing w:val=\"15\" />\n <w:sz w:val=\"28\" />\n <w:szCs w:val=\"28\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"SubtitleChar\">\n <w:name w:val=\"Subtitle Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"Subtitle\" />\n <w:uiPriority w:val=\"11\" />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\"\n w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:color w:val=\"595959\" w:themeColor=\"text1\" w:themeTint=\"A6\" />\n <w:spacing w:val=\"15\" />\n <w:sz w:val=\"28\" />\n <w:szCs w:val=\"28\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Quote\">\n <w:name w:val=\"Quote\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"QuoteChar\" />\n <w:uiPriority w:val=\"29\" />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:spacing w:before=\"160\" w:after=\"160\" />\n <w:jc w:val=\"center\" />\n </w:pPr>\n <w:rPr>\n <w:i />\n <w:iCs />\n <w:color w:val=\"404040\" w:themeColor=\"text1\" w:themeTint=\"BF\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"QuoteChar\">\n <w:name w:val=\"Quote Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"Quote\" />\n <w:uiPriority w:val=\"29\" />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:i />\n <w:iCs />\n <w:color w:val=\"404040\" w:themeColor=\"text1\" w:themeTint=\"BF\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"ListParagraph\">\n <w:name w:val=\"List Paragraph\" />\n <w:basedOn w:val=\"Normal\" />\n <w:uiPriority w:val=\"34\" />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:ind w:left=\"720\" />\n <w:contextualSpacing />\n </w:pPr>\n </w:style>\n <w:style w:type=\"character\" w:styleId=\"IntenseEmphasis\">\n <w:name w:val=\"Intense Emphasis\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:uiPriority w:val=\"21\" />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:i />\n <w:iCs />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"IntenseQuote\">\n <w:name w:val=\"Intense Quote\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"IntenseQuoteChar\" />\n <w:uiPriority w:val=\"30\" />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:pBdr>\n <w:top w:val=\"single\" w:sz=\"4\" w:space=\"10\" w:color=\"0F4761\" w:themeColor=\"accent1\"\n w:themeShade=\"BF\" />\n <w:bottom w:val=\"single\" w:sz=\"4\" w:space=\"10\" w:color=\"0F4761\"\n w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n </w:pBdr>\n <w:spacing w:before=\"360\" w:after=\"360\" />\n <w:ind w:left=\"864\" w:right=\"864\" />\n <w:jc w:val=\"center\" />\n </w:pPr>\n <w:rPr>\n <w:i />\n <w:iCs />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"IntenseQuoteChar\">\n <w:name w:val=\"Intense Quote Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"IntenseQuote\" />\n <w:uiPriority w:val=\"30\" />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:i />\n <w:iCs />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:styleId=\"IntenseReference\">\n <w:name w:val=\"Intense Reference\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:uiPriority w:val=\"32\" />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:b />\n <w:bCs />\n <w:smallCaps />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n <w:spacing w:val=\"5\" />\n </w:rPr>\n </w:style>\n</w:styles>");
|
|
4
|
+
|
|
5
|
+
export { stylesXML };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const themeXML: Document;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { parseXML } from '../../../util/xml.js';
|
|
2
|
+
|
|
3
|
+
var themeXML = parseXML("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<a:theme xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" name=\"Office Theme\">\n <a:themeElements>\n <a:clrScheme name=\"Office\">\n <a:dk1>\n <a:sysClr val=\"windowText\" lastClr=\"000000\" />\n </a:dk1>\n <a:lt1>\n <a:sysClr val=\"window\" lastClr=\"FFFFFF\" />\n </a:lt1>\n <a:dk2>\n <a:srgbClr val=\"0E2841\" />\n </a:dk2>\n <a:lt2>\n <a:srgbClr val=\"E8E8E8\" />\n </a:lt2>\n <a:accent1>\n <a:srgbClr val=\"156082\" />\n </a:accent1>\n <a:accent2>\n <a:srgbClr val=\"E97132\" />\n </a:accent2>\n <a:accent3>\n <a:srgbClr val=\"196B24\" />\n </a:accent3>\n <a:accent4>\n <a:srgbClr val=\"0F9ED5\" />\n </a:accent4>\n <a:accent5>\n <a:srgbClr val=\"A02B93\" />\n </a:accent5>\n <a:accent6>\n <a:srgbClr val=\"4EA72E\" />\n </a:accent6>\n <a:hlink>\n <a:srgbClr val=\"467886\" />\n </a:hlink>\n <a:folHlink>\n <a:srgbClr val=\"96607D\" />\n </a:folHlink>\n </a:clrScheme>\n <a:fontScheme name=\"Office\">\n <a:majorFont>\n <a:latin typeface=\"Aptos Display\" panose=\"020F0302020204030204\" />\n <a:ea typeface=\"\" />\n <a:cs typeface=\"\" />\n <a:font script=\"Jpan\" typeface=\"\u6E38\u30B4\u30B7\u30C3\u30AF Light\" />\n <a:font script=\"Hang\" typeface=\"\uB9D1\uC740 \uACE0\uB515\" />\n <a:font script=\"Hans\" typeface=\"\u7B49\u7EBF Light\" />\n <a:font script=\"Hant\" typeface=\"\u65B0\u7D30\u660E\u9AD4\" />\n <a:font script=\"Arab\" typeface=\"Times New Roman\" />\n <a:font script=\"Hebr\" typeface=\"Times New Roman\" />\n <a:font script=\"Thai\" typeface=\"Angsana New\" />\n <a:font script=\"Ethi\" typeface=\"Nyala\" />\n <a:font script=\"Beng\" typeface=\"Vrinda\" />\n <a:font script=\"Gujr\" typeface=\"Shruti\" />\n <a:font script=\"Khmr\" typeface=\"MoolBoran\" />\n <a:font script=\"Knda\" typeface=\"Tunga\" />\n <a:font script=\"Guru\" typeface=\"Raavi\" />\n <a:font script=\"Cans\" typeface=\"Euphemia\" />\n <a:font script=\"Cher\" typeface=\"Plantagenet Cherokee\" />\n <a:font script=\"Yiii\" typeface=\"Microsoft Yi Baiti\" />\n <a:font script=\"Tibt\" typeface=\"Microsoft Himalaya\" />\n <a:font script=\"Thaa\" typeface=\"MV Boli\" />\n <a:font script=\"Deva\" typeface=\"Mangal\" />\n <a:font script=\"Telu\" typeface=\"Gautami\" />\n <a:font script=\"Taml\" typeface=\"Latha\" />\n <a:font script=\"Syrc\" typeface=\"Estrangelo Edessa\" />\n <a:font script=\"Orya\" typeface=\"Kalinga\" />\n <a:font script=\"Mlym\" typeface=\"Kartika\" />\n <a:font script=\"Laoo\" typeface=\"DokChampa\" />\n <a:font script=\"Sinh\" typeface=\"Iskoola Pota\" />\n <a:font script=\"Mong\" typeface=\"Mongolian Baiti\" />\n <a:font script=\"Viet\" typeface=\"Times New Roman\" />\n <a:font script=\"Uigh\" typeface=\"Microsoft Uighur\" />\n <a:font script=\"Geor\" typeface=\"Sylfaen\" />\n <a:font script=\"Armn\" typeface=\"Arial\" />\n <a:font script=\"Bugi\" typeface=\"Leelawadee UI\" />\n <a:font script=\"Bopo\" typeface=\"Microsoft JhengHei\" />\n <a:font script=\"Java\" typeface=\"Javanese Text\" />\n <a:font script=\"Lisu\" typeface=\"Segoe UI\" />\n <a:font script=\"Mymr\" typeface=\"Myanmar Text\" />\n <a:font script=\"Nkoo\" typeface=\"Ebrima\" />\n <a:font script=\"Olck\" typeface=\"Nirmala UI\" />\n <a:font script=\"Osma\" typeface=\"Ebrima\" />\n <a:font script=\"Phag\" typeface=\"Phagspa\" />\n <a:font script=\"Syrn\" typeface=\"Estrangelo Edessa\" />\n <a:font script=\"Syrj\" typeface=\"Estrangelo Edessa\" />\n <a:font script=\"Syre\" typeface=\"Estrangelo Edessa\" />\n <a:font script=\"Sora\" typeface=\"Nirmala UI\" />\n <a:font script=\"Tale\" typeface=\"Microsoft Tai Le\" />\n <a:font script=\"Talu\" typeface=\"Microsoft New Tai Lue\" />\n <a:font script=\"Tfng\" typeface=\"Ebrima\" />\n </a:majorFont>\n <a:minorFont>\n <a:latin typeface=\"Aptos\" panose=\"020F0502020204030204\" />\n <a:ea typeface=\"\" />\n <a:cs typeface=\"\" />\n <a:font script=\"Jpan\" typeface=\"\u6E38\u660E\u671D\" />\n <a:font script=\"Hang\" typeface=\"\uB9D1\uC740 \uACE0\uB515\" />\n <a:font script=\"Hans\" typeface=\"\u7B49\u7EBF\" />\n <a:font script=\"Hant\" typeface=\"\u65B0\u7D30\u660E\u9AD4\" />\n <a:font script=\"Arab\" typeface=\"Arial\" />\n <a:font script=\"Hebr\" typeface=\"Arial\" />\n <a:font script=\"Thai\" typeface=\"Cordia New\" />\n <a:font script=\"Ethi\" typeface=\"Nyala\" />\n <a:font script=\"Beng\" typeface=\"Vrinda\" />\n <a:font script=\"Gujr\" typeface=\"Shruti\" />\n <a:font script=\"Khmr\" typeface=\"DaunPenh\" />\n <a:font script=\"Knda\" typeface=\"Tunga\" />\n <a:font script=\"Guru\" typeface=\"Raavi\" />\n <a:font script=\"Cans\" typeface=\"Euphemia\" />\n <a:font script=\"Cher\" typeface=\"Plantagenet Cherokee\" />\n <a:font script=\"Yiii\" typeface=\"Microsoft Yi Baiti\" />\n <a:font script=\"Tibt\" typeface=\"Microsoft Himalaya\" />\n <a:font script=\"Thaa\" typeface=\"MV Boli\" />\n <a:font script=\"Deva\" typeface=\"Mangal\" />\n <a:font script=\"Telu\" typeface=\"Gautami\" />\n <a:font script=\"Taml\" typeface=\"Latha\" />\n <a:font script=\"Syrc\" typeface=\"Estrangelo Edessa\" />\n <a:font script=\"Orya\" typeface=\"Kalinga\" />\n <a:font script=\"Mlym\" typeface=\"Kartika\" />\n <a:font script=\"Laoo\" typeface=\"DokChampa\" />\n <a:font script=\"Sinh\" typeface=\"Iskoola Pota\" />\n <a:font script=\"Mong\" typeface=\"Mongolian Baiti\" />\n <a:font script=\"Viet\" typeface=\"Arial\" />\n <a:font script=\"Uigh\" typeface=\"Microsoft Uighur\" />\n <a:font script=\"Geor\" typeface=\"Sylfaen\" />\n <a:font script=\"Armn\" typeface=\"Arial\" />\n <a:font script=\"Bugi\" typeface=\"Leelawadee UI\" />\n <a:font script=\"Bopo\" typeface=\"Microsoft JhengHei\" />\n <a:font script=\"Java\" typeface=\"Javanese Text\" />\n <a:font script=\"Lisu\" typeface=\"Segoe UI\" />\n <a:font script=\"Mymr\" typeface=\"Myanmar Text\" />\n <a:font script=\"Nkoo\" typeface=\"Ebrima\" />\n <a:font script=\"Olck\" typeface=\"Nirmala UI\" />\n <a:font script=\"Osma\" typeface=\"Ebrima\" />\n <a:font script=\"Phag\" typeface=\"Phagspa\" />\n <a:font script=\"Syrn\" typeface=\"Estrangelo Edessa\" />\n <a:font script=\"Syrj\" typeface=\"Estrangelo Edessa\" />\n <a:font script=\"Syre\" typeface=\"Estrangelo Edessa\" />\n <a:font script=\"Sora\" typeface=\"Nirmala UI\" />\n <a:font script=\"Tale\" typeface=\"Microsoft Tai Le\" />\n <a:font script=\"Talu\" typeface=\"Microsoft New Tai Lue\" />\n <a:font script=\"Tfng\" typeface=\"Ebrima\" />\n </a:minorFont>\n </a:fontScheme>\n <a:fmtScheme name=\"Office\">\n <a:fillStyleLst>\n <a:solidFill>\n <a:schemeClr val=\"phClr\" />\n </a:solidFill>\n <a:gradFill rotWithShape=\"1\">\n <a:gsLst>\n <a:gs pos=\"0\">\n <a:schemeClr val=\"phClr\">\n <a:lumMod val=\"110000\" />\n <a:satMod val=\"105000\" />\n <a:tint val=\"67000\" />\n </a:schemeClr>\n </a:gs>\n <a:gs pos=\"50000\">\n <a:schemeClr val=\"phClr\">\n <a:lumMod val=\"105000\" />\n <a:satMod val=\"103000\" />\n <a:tint val=\"73000\" />\n </a:schemeClr>\n </a:gs>\n <a:gs pos=\"100000\">\n <a:schemeClr val=\"phClr\">\n <a:lumMod val=\"105000\" />\n <a:satMod val=\"109000\" />\n <a:tint val=\"81000\" />\n </a:schemeClr>\n </a:gs>\n </a:gsLst>\n <a:lin ang=\"5400000\" scaled=\"0\" />\n </a:gradFill>\n <a:gradFill rotWithShape=\"1\">\n <a:gsLst>\n <a:gs pos=\"0\">\n <a:schemeClr val=\"phClr\">\n <a:satMod val=\"103000\" />\n <a:lumMod val=\"102000\" />\n <a:tint val=\"94000\" />\n </a:schemeClr>\n </a:gs>\n <a:gs pos=\"50000\">\n <a:schemeClr val=\"phClr\">\n <a:satMod val=\"110000\" />\n <a:lumMod val=\"100000\" />\n <a:shade val=\"100000\" />\n </a:schemeClr>\n </a:gs>\n <a:gs pos=\"100000\">\n <a:schemeClr val=\"phClr\">\n <a:lumMod val=\"99000\" />\n <a:satMod val=\"120000\" />\n <a:shade val=\"78000\" />\n </a:schemeClr>\n </a:gs>\n </a:gsLst>\n <a:lin ang=\"5400000\" scaled=\"0\" />\n </a:gradFill>\n </a:fillStyleLst>\n <a:lnStyleLst>\n <a:ln w=\"6350\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\">\n <a:solidFill>\n <a:schemeClr val=\"phClr\" />\n </a:solidFill>\n <a:prstDash val=\"solid\" />\n <a:miter lim=\"800000\" />\n </a:ln>\n <a:ln w=\"12700\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\">\n <a:solidFill>\n <a:schemeClr val=\"phClr\" />\n </a:solidFill>\n <a:prstDash val=\"solid\" />\n <a:miter lim=\"800000\" />\n </a:ln>\n <a:ln w=\"19050\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\">\n <a:solidFill>\n <a:schemeClr val=\"phClr\" />\n </a:solidFill>\n <a:prstDash val=\"solid\" />\n <a:miter lim=\"800000\" />\n </a:ln>\n </a:lnStyleLst>\n <a:effectStyleLst>\n <a:effectStyle>\n <a:effectLst />\n </a:effectStyle>\n <a:effectStyle>\n <a:effectLst />\n </a:effectStyle>\n <a:effectStyle>\n <a:effectLst>\n <a:outerShdw blurRad=\"57150\" dist=\"19050\" dir=\"5400000\" algn=\"ctr\"\n rotWithShape=\"0\">\n <a:srgbClr val=\"000000\">\n <a:alpha val=\"63000\" />\n </a:srgbClr>\n </a:outerShdw>\n </a:effectLst>\n </a:effectStyle>\n </a:effectStyleLst>\n <a:bgFillStyleLst>\n <a:solidFill>\n <a:schemeClr val=\"phClr\" />\n </a:solidFill>\n <a:solidFill>\n <a:schemeClr val=\"phClr\">\n <a:tint val=\"95000\" />\n <a:satMod val=\"170000\" />\n </a:schemeClr>\n </a:solidFill>\n <a:gradFill rotWithShape=\"1\">\n <a:gsLst>\n <a:gs pos=\"0\">\n <a:schemeClr val=\"phClr\">\n <a:tint val=\"93000\" />\n <a:satMod val=\"150000\" />\n <a:shade val=\"98000\" />\n <a:lumMod val=\"102000\" />\n </a:schemeClr>\n </a:gs>\n <a:gs pos=\"50000\">\n <a:schemeClr val=\"phClr\">\n <a:tint val=\"98000\" />\n <a:satMod val=\"130000\" />\n <a:shade val=\"90000\" />\n <a:lumMod val=\"103000\" />\n </a:schemeClr>\n </a:gs>\n <a:gs pos=\"100000\">\n <a:schemeClr val=\"phClr\">\n <a:shade val=\"63000\" />\n <a:satMod val=\"120000\" />\n </a:schemeClr>\n </a:gs>\n </a:gsLst>\n <a:lin ang=\"5400000\" scaled=\"0\" />\n </a:gradFill>\n </a:bgFillStyleLst>\n </a:fmtScheme>\n </a:themeElements>\n <a:objectDefaults />\n <a:extraClrSchemeLst />\n <a:extLst>\n <a:ext uri=\"{05A4C25C-085E-4340-85A3-A5531E510DB2}\">\n <thm15:themeFamily xmlns:thm15=\"http://schemas.microsoft.com/office/thememl/2012/main\"\n name=\"Office Theme\" id=\"{62F939B6-93AF-4DB8-9C6B-D6C7DFDC589F}\"\n vid=\"{4A3C46E8-61CC-4603-A589-7422A47A8E4A}\" />\n </a:ext>\n </a:extLst>\n</a:theme>");
|
|
4
|
+
|
|
5
|
+
export { themeXML };
|
package/lib/Word.js
CHANGED
|
@@ -28,6 +28,9 @@ var print = require('./util/print.js');
|
|
|
28
28
|
var Settings = require('./openxml/Settings.js');
|
|
29
29
|
var get = require('./util/get.js');
|
|
30
30
|
var fileType = require('./util/fileType.js');
|
|
31
|
+
var stylesXML = require('./word/parse/defaultXML/stylesXML.js');
|
|
32
|
+
var themeXML = require('./word/parse/defaultXML/themeXML.js');
|
|
33
|
+
var settingsXML = require('./word/parse/defaultXML/settingsXML.js');
|
|
31
34
|
|
|
32
35
|
var defaultRenderOptions = {
|
|
33
36
|
classPrefix: 'docx-viewer',
|
|
@@ -136,6 +139,9 @@ var Word = /** @class */ (function () {
|
|
|
136
139
|
}
|
|
137
140
|
finally { if (e_1) throw e_1.error; }
|
|
138
141
|
}
|
|
142
|
+
if (this.themes.length === 0) {
|
|
143
|
+
this.themes.push(Theme.parseTheme(themeXML.themeXML));
|
|
144
|
+
}
|
|
139
145
|
};
|
|
140
146
|
/**
|
|
141
147
|
* 解析全局样式
|
|
@@ -157,6 +163,10 @@ var Word = /** @class */ (function () {
|
|
|
157
163
|
}
|
|
158
164
|
finally { if (e_2) throw e_2.error; }
|
|
159
165
|
}
|
|
166
|
+
// 没有样式表的情况
|
|
167
|
+
if (!this.styles) {
|
|
168
|
+
this.styles = Style.parseStyles(this, stylesXML.stylesXML);
|
|
169
|
+
}
|
|
160
170
|
};
|
|
161
171
|
/**
|
|
162
172
|
* 解析全局配置
|
|
@@ -178,6 +188,9 @@ var Word = /** @class */ (function () {
|
|
|
178
188
|
}
|
|
179
189
|
finally { if (e_3) throw e_3.error; }
|
|
180
190
|
}
|
|
191
|
+
if (!this.settings) {
|
|
192
|
+
this.settings = Settings.Settings.parse(this, settingsXML.settingsXML);
|
|
193
|
+
}
|
|
181
194
|
};
|
|
182
195
|
/**
|
|
183
196
|
* 解析字体表
|
|
@@ -13,4 +13,4 @@ import { PackageParser } from './package/PackageParser';
|
|
|
13
13
|
* @param parser 文件解析器,支持 zip 和 xml 两种,也可以扩展
|
|
14
14
|
* @returns OfficeViewer 实例
|
|
15
15
|
*/
|
|
16
|
-
export declare function createOfficeViewer(docFile: ArrayBuffer, renderOptions?: Partial<RenderOptions>, fileName?: string, parser?: PackageParser): Promise<
|
|
16
|
+
export declare function createOfficeViewer(docFile: ArrayBuffer, renderOptions?: Partial<RenderOptions>, fileName?: string, parser?: PackageParser): Promise<Word | UnSupport | Excel>;
|
|
@@ -38,7 +38,7 @@ function createOfficeViewer(docFile, renderOptions, fileName, parser) {
|
|
|
38
38
|
return [2 /*return*/, excel];
|
|
39
39
|
case 2:
|
|
40
40
|
fileType$1 = fileType.fileTypeFromArrayBuffer(docFile);
|
|
41
|
-
if (fileType$1 === null || fileType$1.ext !== 'zip') {
|
|
41
|
+
if (fileType$1 === null || (fileType$1.ext !== 'zip' && fileType$1.ext !== 'xml')) {
|
|
42
42
|
if ((fileType$1 === null || fileType$1 === void 0 ? void 0 : fileType$1.ext) === 'cfb') {
|
|
43
43
|
return [2 /*return*/, new UnSupport["default"]('不支持加密文件')];
|
|
44
44
|
}
|
|
@@ -84,6 +84,10 @@ function createOfficeViewer(docFile, renderOptions, fileName, parser) {
|
|
|
84
84
|
isWord = true;
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
|
+
// 目前只有支持 xml 格式
|
|
88
|
+
if ((fileType$1 === null || fileType$1 === void 0 ? void 0 : fileType$1.ext) === 'xml') {
|
|
89
|
+
isWord = true;
|
|
90
|
+
}
|
|
87
91
|
if (isWord) {
|
|
88
92
|
return [2 /*return*/, new Word["default"](docFile, renderOptions, parser)];
|
|
89
93
|
}
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
* 内置函数列表
|
|
3
3
|
*/
|
|
4
4
|
export declare const builtinFunctions: readonly ["ABS", "ACCRINT", "ACCRINTM", "ACOS", "ACOSH", "ACOT", "ACOTH", "ADDRESS", "AGGREGATE", "AMORDEGRC", "AMORLINC", "AND", "ARABIC", "AREAS", "ARRAYTOTEXT", "ASC", "ASIN", "ASINH", "ATAN", "ATAN2", "ATANH", "AVEDEV", "AVERAGE", "AVERAGEA", "AVERAGEIF", "AVERAGEIFS", "BAHTTEXT", "BASE", "BESSELI", "BESSELJ", "BESSELK", "BESSELY", "BETA.DIST", "BETA.INV", "BETADIST", "BETAINV", "BIN2DEC", "BIN2HEX", "BIN2OCT", "BINOM.DIST", "BINOM.DIST.RANGE", "BINOM.INV", "BINOMDIST", "BITAND", "BITLSHIFT", "BITOR", "BITRSHIFT", "BITXOR", "CALL", "CEILING", "CEILING.MATH", "CEILING.PRECISE", "CELL", "CHAR", "CHIDIST", "CHIINV", "CHISQ.DIST", "CHISQ.DIST.RT", "CHISQ.INV", "CHISQ.INV.RT", "CHISQ.TEST", "CHITEST", "CLEAN", "CODE", "COLUMN", "COLUMNS", "COMBIN", "COMBINA", "COMPLEX", "CONCAT", "CONCATENATE", "CONFIDENCE", "CONFIDENCE.NORM", "CONFIDENCE.T", "CONVERT", "CORREL", "COS", "COSH", "COT", "COTH", "COUNT", "COUNTA", "COUNTBLANK", "COUNTIF", "COUNTIFS", "COUPDAYBS", "COUPDAYS", "COUPDAYSNC", "COUPNCD", "COUPNUM", "COUPPCD", "COVAR", "COVARIANCE.P", "COVARIANCE.S", "CRITBINOM", "CSC", "CSCH", "CUBEKPIMEMBER", "CUBEMEMBER", "CUBEMEMBERPROPERTY", "CUBERANKEDMEMBER", "CUBESET", "CUBESETCOUNT", "CUBEVALUE", "CUMIPMT", "CUMPRINC", "DATE", "DATEDIF", "DATEVALUE", "DAVERAGE", "DAY", "DAYS", "DAYS360", "DB", "DBCS", "DCOUNT", "DCOUNTA", "DDB", "DEC2BIN", "DEC2HEX", "DEC2OCT", "DECIMAL", "DEGREES", "DELTA", "DEVSQ", "DGET", "DISC", "DMAX", "DMIN", "DOLLAR", "DOLLARDE", "DOLLARFR", "DPRODUCT", "DSTDEV", "DSTDEVP", "DSUM", "DURATION", "DVAR", "DVARP", "EDATE", "EFFECT", "ENCODEURL", "EOMONTH", "ERF", "ERF.PRECISE", "ERFC", "ERFC.PRECISE", "ERROR.TYPE", "EUROCONVERT", "EVEN", "EXACT", "EXP", "EXPON.DIST", "EXPONDIST", "F.DIST", "F.DIST.RT", "F.INV", "F.INV.RT", "F.TEST", "FACT", "FACTDOUBLE", "FALSE", "FDIST", "FILTER", "FILTERXML", "FIND", "FINDB", "FINV", "FISHER", "FISHERINV", "FIXED", "FLOOR", "FLOOR.MATH", "FLOOR.PRECISE", "FORECAST", "FORECAST.ETS", "FORECAST.ETS.CONFINT", "FORECAST.ETS.SEASONALITY", "FORECAST.ETS.STAT", "FORECAST.LINEAR", "FORMULATEXT", "FREQUENCY", "FTEST", "FV", "FVSCHEDULE", "GAMMA", "GAMMA.DIST", "GAMMA.INV", "GAMMADIST", "GAMMAINV", "GAMMALN", "GAMMALN.PRECISE", "GAUSS", "GCD", "GEOMEAN", "GESTEP", "GETPIVOTDATA", "GROWTH", "HARMEAN", "HEX2BIN", "HEX2DEC", "HEX2OCT", "HLOOKUP", "HOUR", "HYPERLINK", "HYPGEOM.DIST", "HYPGEOMDIST", "IF", "IFERROR", "IFNA", "IFS", "IMABS", "IMAGINARY", "IMARGUMENT", "IMCONJUGATE", "IMCOS", "IMCOSH", "IMCOT", "IMCSC", "IMCSCH", "IMDIV", "IMEXP", "IMLN", "IMLOG10", "IMLOG2", "IMPOWER", "IMPRODUCT", "IMREAL", "IMSEC", "IMSECH", "IMSIN", "IMSINH", "IMSQRT", "IMSUB", "IMSUM", "IMTAN", "INFO", "INT", "INTERCEPT", "INTRATE", "IPMT", "IRR", "ISBLANK", "ISERR", "ISERROR", "ISEVEN", "ISFORMULA", "ISLOGICAL", "ISNA", "ISNONTEXT", "ISNUMBER", "ISO.CEILING", "ISODD", "ISOWEEKNUM", "ISPMT", "ISREF", "ISTEXT", "JIS", "KURT", "LARGE", "LCM", "LEFT", "LEFTB", "LEN", "LENB", "LET", "LINEST", "LN", "LOG", "LOG10", "LOGEST", "LOGINV", "LOGNORM.DIST", "LOGNORM.INV", "LOGNORMDIST", "LOOKUP", "LOWER", "MATCH", "MAX", "MAXA", "MAXIFS", "MDETERM", "MDURATION", "MEDIAN", "MID", "MIDB", "MIN", "MINA", "MINIFS", "MINUTE", "MINVERSE", "MIRR", "MMULT", "MOD", "MODE", "MODE.MULT", "MODE.SNGL", "MONTH", "MROUND", "MULTINOMIAL", "MUNIT", "N", "NA", "NEGBINOM.DIST", "NEGBINOMDIST", "NETWORKDAYS", "NETWORKDAYS.INTL", "NOMINAL", "NORM.DIST", "NORM.INV", "NORM.S.DIST", "NORM.S.INV", "NORMDIST", "NORMINV", "NORMSDIST", "NORMSINV", "NOT", "NOW", "NPER", "NPV", "NUMBERVALUE", "OCT2BIN", "OCT2DEC", "OCT2HEX", "ODD", "ODDFPRICE", "ODDFYIELD", "ODDLPRICE", "ODDLYIELD", "OR", "PDURATION", "PEARSON", "PERCENTILE", "PERCENTILE.EXC", "PERCENTILE.INC", "PERCENTRANK", "PERCENTRANK.EXC", "PERCENTRANK.INC", "PERMUT", "PERMUTATIONA", "PHI", "PHONETIC", "PI", "PMT", "POISSON", "POISSON.DIST", "POWER", "PPMT", "PRICE", "PRICEDISC", "PRICEMAT", "PROB", "PRODUCT", "PROPER", "PV", "QUARTILE", "QUARTILE.EXC", "QUARTILE.INC", "QUOTIENT", "RADIANS", "RAND", "RANDARRAY", "RANDBETWEEN", "RANK", "RANK.AVG", "RANK.EQ", "RATE", "RECEIVED", "REGISTER.ID", "REPLACE", "REPLACEB", "REPT", "RIGHT", "RIGHTB", "ROMAN", "ROUND", "ROUNDDOWN", "ROUNDUP", "ROW", "ROWS", "RRI", "RSQ", "RTD", "SEARCH", "SEARCHB", "SEC", "SECH", "SECOND", "SEQUENCE", "SERIESSUM", "SHEET", "SHEETS", "SIGN", "SIN", "SINH", "SKEW", "SKEW.P", "SLN", "SLOPE", "SMALL", "SORT", "SORTBY", "SQRT", "SQRTPI", "STANDARDIZE", "STDEV", "STDEV.P", "STDEV.S", "STDEVA", "STDEVP", "STDEVPA", "STEYX", "SUBSTITUTE", "SUBTOTAL", "SUM", "SUMIF", "SUMIFS", "SUMPRODUCT", "SUMSQ", "SUMX2MY2", "SUMX2PY2", "SUMXMY2", "SWITCH", "SYD", "T", "T.DIST", "T.DIST.2T", "T.DIST.RT", "T.INV", "T.INV.2T", "T.TEST", "TAN", "TANH", "TBILLEQ", "TBILLPRICE", "TBILLYIELD", "TDIST", "TEXT", "TEXTJOIN", "TIME", "TIMEVALUE", "TINV", "TODAY", "TRANSPOSE", "TREND", "TRIM", "TRIMMEAN", "TRUE", "TRUNC", "TTEST", "TYPE", "UNICHAR", "UNICODE", "UNIQUE", "UPPER", "VALUE", "VALUETOTEXT", "VAR", "VAR.P", "VAR.S", "VARA", "VARP", "VARPA", "VDB", "VLOOKUP", "WEBSERVICE", "WEEKDAY", "WEEKNUM", "WEIBULL", "WEIBULL.DIST", "WORKDAY", "WORKDAY.INTL", "XIRR", "XLOOKUP", "XMATCH", "XNPV", "XOR", "YEAR", "YEARFRAC", "YIELD", "YIELDDISC", "YIELDMAT", "Z.TEST", "ZTEST"];
|
|
5
|
-
export declare const builtinFunctionSet: Set<"
|
|
5
|
+
export declare const builtinFunctionSet: Set<"NA" | "SUM" | "SHEET" | "CELL" | "CONCAT" | "ABS" | "ACCRINT" | "ACCRINTM" | "ACOS" | "ACOSH" | "ACOT" | "ACOTH" | "ADDRESS" | "AGGREGATE" | "AMORDEGRC" | "AMORLINC" | "AND" | "ARABIC" | "AREAS" | "ARRAYTOTEXT" | "ASC" | "ASIN" | "ASINH" | "ATAN" | "ATAN2" | "ATANH" | "AVEDEV" | "AVERAGE" | "AVERAGEA" | "AVERAGEIF" | "AVERAGEIFS" | "BAHTTEXT" | "BASE" | "BESSELI" | "BESSELJ" | "BESSELK" | "BESSELY" | "BETA.DIST" | "BETA.INV" | "BETADIST" | "BETAINV" | "BIN2DEC" | "BIN2HEX" | "BIN2OCT" | "BINOM.DIST" | "BINOM.DIST.RANGE" | "BINOM.INV" | "BINOMDIST" | "BITAND" | "BITLSHIFT" | "BITOR" | "BITRSHIFT" | "BITXOR" | "CALL" | "CEILING" | "CEILING.MATH" | "CEILING.PRECISE" | "CHAR" | "CHIDIST" | "CHIINV" | "CHISQ.DIST" | "CHISQ.DIST.RT" | "CHISQ.INV" | "CHISQ.INV.RT" | "CHISQ.TEST" | "CHITEST" | "CLEAN" | "CODE" | "COLUMN" | "COLUMNS" | "COMBIN" | "COMBINA" | "COMPLEX" | "CONCATENATE" | "CONFIDENCE" | "CONFIDENCE.NORM" | "CONFIDENCE.T" | "CONVERT" | "CORREL" | "COS" | "COSH" | "COT" | "COTH" | "COUNT" | "COUNTA" | "COUNTBLANK" | "COUNTIF" | "COUNTIFS" | "COUPDAYBS" | "COUPDAYS" | "COUPDAYSNC" | "COUPNCD" | "COUPNUM" | "COUPPCD" | "COVAR" | "COVARIANCE.P" | "COVARIANCE.S" | "CRITBINOM" | "CSC" | "CSCH" | "CUBEKPIMEMBER" | "CUBEMEMBER" | "CUBEMEMBERPROPERTY" | "CUBERANKEDMEMBER" | "CUBESET" | "CUBESETCOUNT" | "CUBEVALUE" | "CUMIPMT" | "CUMPRINC" | "DATE" | "DATEDIF" | "DATEVALUE" | "DAVERAGE" | "DAY" | "DAYS" | "DAYS360" | "DB" | "DBCS" | "DCOUNT" | "DCOUNTA" | "DDB" | "DEC2BIN" | "DEC2HEX" | "DEC2OCT" | "DECIMAL" | "DEGREES" | "DELTA" | "DEVSQ" | "DGET" | "DISC" | "DMAX" | "DMIN" | "DOLLAR" | "DOLLARDE" | "DOLLARFR" | "DPRODUCT" | "DSTDEV" | "DSTDEVP" | "DSUM" | "DURATION" | "DVAR" | "DVARP" | "EDATE" | "EFFECT" | "ENCODEURL" | "EOMONTH" | "ERF" | "ERF.PRECISE" | "ERFC" | "ERFC.PRECISE" | "ERROR.TYPE" | "EUROCONVERT" | "EVEN" | "EXACT" | "EXP" | "EXPON.DIST" | "EXPONDIST" | "F.DIST" | "F.DIST.RT" | "F.INV" | "F.INV.RT" | "F.TEST" | "FACT" | "FACTDOUBLE" | "FALSE" | "FDIST" | "FILTER" | "FILTERXML" | "FIND" | "FINDB" | "FINV" | "FISHER" | "FISHERINV" | "FIXED" | "FLOOR" | "FLOOR.MATH" | "FLOOR.PRECISE" | "FORECAST" | "FORECAST.ETS" | "FORECAST.ETS.CONFINT" | "FORECAST.ETS.SEASONALITY" | "FORECAST.ETS.STAT" | "FORECAST.LINEAR" | "FORMULATEXT" | "FREQUENCY" | "FTEST" | "FV" | "FVSCHEDULE" | "GAMMA" | "GAMMA.DIST" | "GAMMA.INV" | "GAMMADIST" | "GAMMAINV" | "GAMMALN" | "GAMMALN.PRECISE" | "GAUSS" | "GCD" | "GEOMEAN" | "GESTEP" | "GETPIVOTDATA" | "GROWTH" | "HARMEAN" | "HEX2BIN" | "HEX2DEC" | "HEX2OCT" | "HLOOKUP" | "HOUR" | "HYPERLINK" | "HYPGEOM.DIST" | "HYPGEOMDIST" | "IF" | "IFERROR" | "IFNA" | "IFS" | "IMABS" | "IMAGINARY" | "IMARGUMENT" | "IMCONJUGATE" | "IMCOS" | "IMCOSH" | "IMCOT" | "IMCSC" | "IMCSCH" | "IMDIV" | "IMEXP" | "IMLN" | "IMLOG10" | "IMLOG2" | "IMPOWER" | "IMPRODUCT" | "IMREAL" | "IMSEC" | "IMSECH" | "IMSIN" | "IMSINH" | "IMSQRT" | "IMSUB" | "IMSUM" | "IMTAN" | "INFO" | "INT" | "INTERCEPT" | "INTRATE" | "IPMT" | "IRR" | "ISBLANK" | "ISERR" | "ISERROR" | "ISEVEN" | "ISFORMULA" | "ISLOGICAL" | "ISNA" | "ISNONTEXT" | "ISNUMBER" | "ISO.CEILING" | "ISODD" | "ISOWEEKNUM" | "ISPMT" | "ISREF" | "ISTEXT" | "JIS" | "KURT" | "LARGE" | "LCM" | "LEFT" | "LEFTB" | "LEN" | "LENB" | "LET" | "LINEST" | "LN" | "LOG" | "LOG10" | "LOGEST" | "LOGINV" | "LOGNORM.DIST" | "LOGNORM.INV" | "LOGNORMDIST" | "LOOKUP" | "LOWER" | "MATCH" | "MAX" | "MAXA" | "MAXIFS" | "MDETERM" | "MDURATION" | "MEDIAN" | "MID" | "MIDB" | "MIN" | "MINA" | "MINIFS" | "MINUTE" | "MINVERSE" | "MIRR" | "MMULT" | "MOD" | "MODE" | "MODE.MULT" | "MODE.SNGL" | "MONTH" | "MROUND" | "MULTINOMIAL" | "MUNIT" | "N" | "NEGBINOM.DIST" | "NEGBINOMDIST" | "NETWORKDAYS" | "NETWORKDAYS.INTL" | "NOMINAL" | "NORM.DIST" | "NORM.INV" | "NORM.S.DIST" | "NORM.S.INV" | "NORMDIST" | "NORMINV" | "NORMSDIST" | "NORMSINV" | "NOT" | "NOW" | "NPER" | "NPV" | "NUMBERVALUE" | "OCT2BIN" | "OCT2DEC" | "OCT2HEX" | "ODD" | "ODDFPRICE" | "ODDFYIELD" | "ODDLPRICE" | "ODDLYIELD" | "OR" | "PDURATION" | "PEARSON" | "PERCENTILE" | "PERCENTILE.EXC" | "PERCENTILE.INC" | "PERCENTRANK" | "PERCENTRANK.EXC" | "PERCENTRANK.INC" | "PERMUT" | "PERMUTATIONA" | "PHI" | "PHONETIC" | "PI" | "PMT" | "POISSON" | "POISSON.DIST" | "POWER" | "PPMT" | "PRICE" | "PRICEDISC" | "PRICEMAT" | "PROB" | "PRODUCT" | "PROPER" | "PV" | "QUARTILE" | "QUARTILE.EXC" | "QUARTILE.INC" | "QUOTIENT" | "RADIANS" | "RAND" | "RANDARRAY" | "RANDBETWEEN" | "RANK" | "RANK.AVG" | "RANK.EQ" | "RATE" | "RECEIVED" | "REGISTER.ID" | "REPLACE" | "REPLACEB" | "REPT" | "RIGHT" | "RIGHTB" | "ROMAN" | "ROUND" | "ROUNDDOWN" | "ROUNDUP" | "ROW" | "ROWS" | "RRI" | "RSQ" | "RTD" | "SEARCH" | "SEARCHB" | "SEC" | "SECH" | "SECOND" | "SEQUENCE" | "SERIESSUM" | "SHEETS" | "SIGN" | "SIN" | "SINH" | "SKEW" | "SKEW.P" | "SLN" | "SLOPE" | "SMALL" | "SORT" | "SORTBY" | "SQRT" | "SQRTPI" | "STANDARDIZE" | "STDEV" | "STDEV.P" | "STDEV.S" | "STDEVA" | "STDEVP" | "STDEVPA" | "STEYX" | "SUBSTITUTE" | "SUBTOTAL" | "SUMIF" | "SUMIFS" | "SUMPRODUCT" | "SUMSQ" | "SUMX2MY2" | "SUMX2PY2" | "SUMXMY2" | "SWITCH" | "SYD" | "T" | "T.DIST" | "T.DIST.2T" | "T.DIST.RT" | "T.INV" | "T.INV.2T" | "T.TEST" | "TAN" | "TANH" | "TBILLEQ" | "TBILLPRICE" | "TBILLYIELD" | "TDIST" | "TEXT" | "TEXTJOIN" | "TIME" | "TIMEVALUE" | "TINV" | "TODAY" | "TRANSPOSE" | "TREND" | "TRIM" | "TRIMMEAN" | "TRUE" | "TRUNC" | "TTEST" | "TYPE" | "UNICHAR" | "UNICODE" | "UNIQUE" | "UPPER" | "VALUE" | "VALUETOTEXT" | "VAR" | "VAR.P" | "VAR.S" | "VARA" | "VARP" | "VARPA" | "VDB" | "VLOOKUP" | "WEBSERVICE" | "WEEKDAY" | "WEEKNUM" | "WEIBULL" | "WEIBULL.DIST" | "WORKDAY" | "WORKDAY.INTL" | "XIRR" | "XLOOKUP" | "XMATCH" | "XNPV" | "XOR" | "YEAR" | "YEARFRAC" | "YIELD" | "YIELDDISC" | "YIELDMAT" | "Z.TEST" | "ZTEST">;
|
|
6
6
|
export type FunctionName = (typeof builtinFunctions)[number];
|
package/lib/excel/lang/lang.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ declare const languages: {
|
|
|
23
23
|
count: string;
|
|
24
24
|
sum: string;
|
|
25
25
|
};
|
|
26
|
-
zh_CN: Record<"count" | "
|
|
26
|
+
zh_CN: Record<"count" | "sum" | "average" | "customFilter.equal" | "customFilter.notEqual" | "customFilter.beginsWith" | "customFilter.notBeginsWith" | "customFilter.endsWith" | "customFilter.notEndsWith" | "customFilter.contains" | "customFilter.notContains" | "customFilter.greaterThan" | "customFilter.greaterThanOrEqual" | "customFilter.lessThan" | "customFilter.lessThanOrEqual" | "autoFilter.sortAscending" | "autoFilter.sortDescending" | "checkBox.selectAll" | "checkBox.search" | "customFilter.and" | "customFilter.or", string>;
|
|
27
27
|
};
|
|
28
28
|
export type Language = keyof typeof languages;
|
|
29
29
|
export declare function getTranslate(language: string): (key: EnKeys) => string;
|
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import { CT_SortState } from '../../../../openxml/ExcelTypes';
|
|
5
5
|
import { RangeRef } from '../../../types/RangeRef';
|
|
6
|
-
export declare function getColumnSortOrder(colIndex: number, rangeRef: RangeRef, sortState?: CT_SortState): "
|
|
6
|
+
export declare function getColumnSortOrder(colIndex: number, rangeRef: RangeRef, sortState?: CT_SortState): "desc" | "none" | "asc";
|
|
@@ -10,7 +10,7 @@ import { HitTestResult } from '../selection/hitTest';
|
|
|
10
10
|
export declare function mousedownColHeader(workbook: Workbook, hitTestResult: HitTestResult): {
|
|
11
11
|
user: string;
|
|
12
12
|
region: import("../../sheet/ViewRange").Region;
|
|
13
|
-
selectType: "
|
|
13
|
+
selectType: "cell" | "corner" | "drawing" | "row-header" | "col-header" | "row-grid" | "col-grid";
|
|
14
14
|
activeCell: RangeRef;
|
|
15
15
|
sheetIndex: number;
|
|
16
16
|
cellRanges: {
|
|
@@ -10,7 +10,7 @@ import { HitTestResult } from '../selection/hitTest';
|
|
|
10
10
|
export declare function mousedownRowHeader(workbook: Workbook, hitTestResult: HitTestResult): {
|
|
11
11
|
user: string;
|
|
12
12
|
region: import("../../sheet/ViewRange").Region;
|
|
13
|
-
selectType: "
|
|
13
|
+
selectType: "cell" | "corner" | "drawing" | "row-header" | "col-header" | "row-grid" | "col-grid";
|
|
14
14
|
activeCell: RangeRef;
|
|
15
15
|
sheetIndex: number;
|
|
16
16
|
cellRanges: {
|