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.
Files changed (1131) hide show
  1. package/esm/Word.js +13 -0
  2. package/esm/createOfficeViewer.js +5 -1
  3. package/esm/excel/render/drawing/EChartsRender.js +1 -1
  4. package/esm/util/fileType.js +6 -0
  5. package/esm/word/parse/defaultXML/settingsXML.d.ts +1 -0
  6. package/esm/word/parse/defaultXML/settingsXML.js +5 -0
  7. package/esm/word/parse/defaultXML/stylesXML.d.ts +1 -0
  8. package/esm/word/parse/defaultXML/stylesXML.js +5 -0
  9. package/esm/word/parse/defaultXML/themeXML.d.ts +1 -0
  10. package/esm/word/parse/defaultXML/themeXML.js +5 -0
  11. package/lib/Word.js +13 -0
  12. package/lib/createOfficeViewer.d.ts +1 -1
  13. package/lib/createOfficeViewer.js +5 -1
  14. package/lib/excel/formula/builtinFunctions.d.ts +1 -1
  15. package/lib/excel/lang/lang.d.ts +1 -1
  16. package/lib/excel/render/autoFilter/sortState/getColumnSortOrder.d.ts +1 -1
  17. package/lib/excel/render/dnd/mousedownColHeader.d.ts +1 -1
  18. package/lib/excel/render/dnd/mousedownRowHeader.d.ts +1 -1
  19. package/lib/excel/render/drawing/EChartsRender.js +19 -1
  20. package/lib/package/XMLPackageParser.d.ts +1 -1
  21. package/lib/package/ZipPackageParser.d.ts +1 -1
  22. package/lib/util/fileType.js +6 -0
  23. package/lib/word/parse/defaultXML/settingsXML.d.ts +1 -0
  24. package/lib/word/parse/defaultXML/settingsXML.js +9 -0
  25. package/lib/word/parse/defaultXML/stylesXML.d.ts +1 -0
  26. package/lib/word/parse/defaultXML/stylesXML.js +9 -0
  27. package/lib/word/parse/defaultXML/themeXML.d.ts +1 -0
  28. package/lib/word/parse/defaultXML/themeXML.js +9 -0
  29. package/lib/word/parse/jcToTextAlign.d.ts +1 -1
  30. package/package.json +3 -2
  31. package/dist/tsconfig.tsbuildinfo +0 -1
  32. package/esm/node_modules/echarts/index.js +0 -295
  33. package/esm/node_modules/echarts/lib/action/roamHelper.js +0 -81
  34. package/esm/node_modules/echarts/lib/animation/basicTransition.js +0 -202
  35. package/esm/node_modules/echarts/lib/animation/customGraphicKeyframeAnimation.js +0 -103
  36. package/esm/node_modules/echarts/lib/animation/customGraphicTransition.js +0 -440
  37. package/esm/node_modules/echarts/lib/animation/morphTransitionHelper.js +0 -164
  38. package/esm/node_modules/echarts/lib/animation/universalTransition.js +0 -608
  39. package/esm/node_modules/echarts/lib/chart/bar/BarSeries.js +0 -71
  40. package/esm/node_modules/echarts/lib/chart/bar/BarView.js +0 -852
  41. package/esm/node_modules/echarts/lib/chart/bar/BaseBarSeries.js +0 -118
  42. package/esm/node_modules/echarts/lib/chart/bar/PictorialBarSeries.js +0 -54
  43. package/esm/node_modules/echarts/lib/chart/bar/PictorialBarView.js +0 -593
  44. package/esm/node_modules/echarts/lib/chart/bar/install.js +0 -41
  45. package/esm/node_modules/echarts/lib/chart/bar/installPictorialBar.js +0 -14
  46. package/esm/node_modules/echarts/lib/chart/boxplot/BoxplotSeries.js +0 -67
  47. package/esm/node_modules/echarts/lib/chart/boxplot/BoxplotView.js +0 -131
  48. package/esm/node_modules/echarts/lib/chart/boxplot/boxplotLayout.js +0 -141
  49. package/esm/node_modules/echarts/lib/chart/boxplot/boxplotTransform.js +0 -26
  50. package/esm/node_modules/echarts/lib/chart/boxplot/install.js +0 -13
  51. package/esm/node_modules/echarts/lib/chart/boxplot/prepareBoxplotData.js +0 -56
  52. package/esm/node_modules/echarts/lib/chart/candlestick/CandlestickSeries.js +0 -79
  53. package/esm/node_modules/echarts/lib/chart/candlestick/CandlestickView.js +0 -291
  54. package/esm/node_modules/echarts/lib/chart/candlestick/candlestickLayout.js +0 -163
  55. package/esm/node_modules/echarts/lib/chart/candlestick/candlestickVisual.js +0 -43
  56. package/esm/node_modules/echarts/lib/chart/candlestick/install.js +0 -15
  57. package/esm/node_modules/echarts/lib/chart/candlestick/preprocessor.js +0 -15
  58. package/esm/node_modules/echarts/lib/chart/custom/CustomSeries.js +0 -64
  59. package/esm/node_modules/echarts/lib/chart/custom/CustomView.js +0 -888
  60. package/esm/node_modules/echarts/lib/chart/custom/install.js +0 -9
  61. package/esm/node_modules/echarts/lib/chart/effectScatter/EffectScatterSeries.js +0 -64
  62. package/esm/node_modules/echarts/lib/chart/effectScatter/EffectScatterView.js +0 -58
  63. package/esm/node_modules/echarts/lib/chart/effectScatter/install.js +0 -11
  64. package/esm/node_modules/echarts/lib/chart/funnel/FunnelSeries.js +0 -104
  65. package/esm/node_modules/echarts/lib/chart/funnel/FunnelView.js +0 -161
  66. package/esm/node_modules/echarts/lib/chart/funnel/funnelLayout.js +0 -304
  67. package/esm/node_modules/echarts/lib/chart/funnel/install.js +0 -13
  68. package/esm/node_modules/echarts/lib/chart/gauge/GaugeSeries.js +0 -144
  69. package/esm/node_modules/echarts/lib/chart/gauge/GaugeView.js +0 -524
  70. package/esm/node_modules/echarts/lib/chart/gauge/PointerPath.js +0 -42
  71. package/esm/node_modules/echarts/lib/chart/gauge/install.js +0 -9
  72. package/esm/node_modules/echarts/lib/chart/graph/GraphSeries.js +0 -234
  73. package/esm/node_modules/echarts/lib/chart/graph/GraphView.js +0 -226
  74. package/esm/node_modules/echarts/lib/chart/graph/adjustEdge.js +0 -133
  75. package/esm/node_modules/echarts/lib/chart/graph/categoryFilter.js +0 -34
  76. package/esm/node_modules/echarts/lib/chart/graph/categoryVisual.js +0 -50
  77. package/esm/node_modules/echarts/lib/chart/graph/circularLayout.js +0 -11
  78. package/esm/node_modules/echarts/lib/chart/graph/circularLayoutHelper.js +0 -151
  79. package/esm/node_modules/echarts/lib/chart/graph/createView.js +0 -62
  80. package/esm/node_modules/echarts/lib/chart/graph/edgeVisual.js +0 -53
  81. package/esm/node_modules/echarts/lib/chart/graph/forceHelper.js +0 -136
  82. package/esm/node_modules/echarts/lib/chart/graph/forceLayout.js +0 -120
  83. package/esm/node_modules/echarts/lib/chart/graph/graphHelper.js +0 -63
  84. package/esm/node_modules/echarts/lib/chart/graph/install.js +0 -57
  85. package/esm/node_modules/echarts/lib/chart/graph/simpleLayout.js +0 -38
  86. package/esm/node_modules/echarts/lib/chart/graph/simpleLayoutHelper.js +0 -30
  87. package/esm/node_modules/echarts/lib/chart/heatmap/HeatmapLayer.js +0 -124
  88. package/esm/node_modules/echarts/lib/chart/heatmap/HeatmapSeries.js +0 -48
  89. package/esm/node_modules/echarts/lib/chart/heatmap/HeatmapView.js +0 -271
  90. package/esm/node_modules/echarts/lib/chart/heatmap/install.js +0 -9
  91. package/esm/node_modules/echarts/lib/chart/helper/EffectLine.js +0 -164
  92. package/esm/node_modules/echarts/lib/chart/helper/EffectPolyline.js +0 -89
  93. package/esm/node_modules/echarts/lib/chart/helper/EffectSymbol.js +0 -165
  94. package/esm/node_modules/echarts/lib/chart/helper/LargeLineDraw.js +0 -259
  95. package/esm/node_modules/echarts/lib/chart/helper/LargeSymbolDraw.js +0 -269
  96. package/esm/node_modules/echarts/lib/chart/helper/Line.js +0 -378
  97. package/esm/node_modules/echarts/lib/chart/helper/LineDraw.js +0 -122
  98. package/esm/node_modules/echarts/lib/chart/helper/LinePath.js +0 -70
  99. package/esm/node_modules/echarts/lib/chart/helper/Polyline.js +0 -65
  100. package/esm/node_modules/echarts/lib/chart/helper/Symbol.js +0 -293
  101. package/esm/node_modules/echarts/lib/chart/helper/SymbolDraw.js +0 -172
  102. package/esm/node_modules/echarts/lib/chart/helper/createClipPathFromCoordSys.js +0 -107
  103. package/esm/node_modules/echarts/lib/chart/helper/createGraphFromNodeEdge.js +0 -74
  104. package/esm/node_modules/echarts/lib/chart/helper/createRenderPlanner.js +0 -22
  105. package/esm/node_modules/echarts/lib/chart/helper/createSeriesData.js +0 -121
  106. package/esm/node_modules/echarts/lib/chart/helper/createSeriesDataSimply.js +0 -28
  107. package/esm/node_modules/echarts/lib/chart/helper/enableAriaDecalForTree.js +0 -18
  108. package/esm/node_modules/echarts/lib/chart/helper/labelHelper.js +0 -37
  109. package/esm/node_modules/echarts/lib/chart/helper/multipleGraphEdgeHelper.js +0 -185
  110. package/esm/node_modules/echarts/lib/chart/helper/sectorHelper.js +0 -22
  111. package/esm/node_modules/echarts/lib/chart/helper/treeHelper.js +0 -52
  112. package/esm/node_modules/echarts/lib/chart/helper/whiskerBoxCommon.js +0 -96
  113. package/esm/node_modules/echarts/lib/chart/line/LineSeries.js +0 -112
  114. package/esm/node_modules/echarts/lib/chart/line/LineView.js +0 -1069
  115. package/esm/node_modules/echarts/lib/chart/line/helper.js +0 -83
  116. package/esm/node_modules/echarts/lib/chart/line/install.js +0 -28
  117. package/esm/node_modules/echarts/lib/chart/line/lineAnimationDiff.js +0 -125
  118. package/esm/node_modules/echarts/lib/chart/line/poly.js +0 -310
  119. package/esm/node_modules/echarts/lib/chart/lines/LinesSeries.js +0 -268
  120. package/esm/node_modules/echarts/lib/chart/lines/LinesView.js +0 -143
  121. package/esm/node_modules/echarts/lib/chart/lines/install.js +0 -13
  122. package/esm/node_modules/echarts/lib/chart/lines/linesLayout.js +0 -71
  123. package/esm/node_modules/echarts/lib/chart/lines/linesVisual.js +0 -74
  124. package/esm/node_modules/echarts/lib/chart/map/MapSeries.js +0 -206
  125. package/esm/node_modules/echarts/lib/chart/map/MapView.js +0 -137
  126. package/esm/node_modules/echarts/lib/chart/map/install.js +0 -18
  127. package/esm/node_modules/echarts/lib/chart/map/mapDataStatistic.js +0 -64
  128. package/esm/node_modules/echarts/lib/chart/map/mapSymbolLayout.js +0 -46
  129. package/esm/node_modules/echarts/lib/chart/parallel/ParallelSeries.js +0 -86
  130. package/esm/node_modules/echarts/lib/chart/parallel/ParallelView.js +0 -182
  131. package/esm/node_modules/echarts/lib/chart/parallel/install.js +0 -14
  132. package/esm/node_modules/echarts/lib/chart/parallel/parallelVisual.js +0 -69
  133. package/esm/node_modules/echarts/lib/chart/pie/PieSeries.js +0 -175
  134. package/esm/node_modules/echarts/lib/chart/pie/PieView.js +0 -244
  135. package/esm/node_modules/echarts/lib/chart/pie/install.js +0 -18
  136. package/esm/node_modules/echarts/lib/chart/pie/labelLayout.js +0 -433
  137. package/esm/node_modules/echarts/lib/chart/pie/pieLayout.js +0 -192
  138. package/esm/node_modules/echarts/lib/chart/radar/RadarSeries.js +0 -93
  139. package/esm/node_modules/echarts/lib/chart/radar/RadarView.js +0 -187
  140. package/esm/node_modules/echarts/lib/chart/radar/backwardCompat.js +0 -33
  141. package/esm/node_modules/echarts/lib/chart/radar/install.js +0 -18
  142. package/esm/node_modules/echarts/lib/chart/radar/radarLayout.js +0 -42
  143. package/esm/node_modules/echarts/lib/chart/sankey/SankeySeries.js +0 -174
  144. package/esm/node_modules/echarts/lib/chart/sankey/SankeyView.js +0 -287
  145. package/esm/node_modules/echarts/lib/chart/sankey/install.js +0 -27
  146. package/esm/node_modules/echarts/lib/chart/sankey/sankeyLayout.js +0 -449
  147. package/esm/node_modules/echarts/lib/chart/sankey/sankeyVisual.js +0 -52
  148. package/esm/node_modules/echarts/lib/chart/scatter/ScatterSeries.js +0 -79
  149. package/esm/node_modules/echarts/lib/chart/scatter/ScatterView.js +0 -92
  150. package/esm/node_modules/echarts/lib/chart/scatter/install.js +0 -15
  151. package/esm/node_modules/echarts/lib/chart/sunburst/SunburstPiece.js +0 -191
  152. package/esm/node_modules/echarts/lib/chart/sunburst/SunburstSeries.js +0 -165
  153. package/esm/node_modules/echarts/lib/chart/sunburst/SunburstView.js +0 -165
  154. package/esm/node_modules/echarts/lib/chart/sunburst/install.js +0 -18
  155. package/esm/node_modules/echarts/lib/chart/sunburst/sunburstAction.js +0 -68
  156. package/esm/node_modules/echarts/lib/chart/sunburst/sunburstLayout.js +0 -176
  157. package/esm/node_modules/echarts/lib/chart/sunburst/sunburstVisual.js +0 -35
  158. package/esm/node_modules/echarts/lib/chart/themeRiver/ThemeRiverSeries.js +0 -219
  159. package/esm/node_modules/echarts/lib/chart/themeRiver/ThemeRiverView.js +0 -146
  160. package/esm/node_modules/echarts/lib/chart/themeRiver/install.js +0 -13
  161. package/esm/node_modules/echarts/lib/chart/themeRiver/themeRiverLayout.js +0 -117
  162. package/esm/node_modules/echarts/lib/chart/tree/TreeSeries.js +0 -146
  163. package/esm/node_modules/echarts/lib/chart/tree/TreeView.js +0 -584
  164. package/esm/node_modules/echarts/lib/chart/tree/install.js +0 -15
  165. package/esm/node_modules/echarts/lib/chart/tree/layoutHelper.js +0 -234
  166. package/esm/node_modules/echarts/lib/chart/tree/traversalHelper.js +0 -87
  167. package/esm/node_modules/echarts/lib/chart/tree/treeAction.js +0 -42
  168. package/esm/node_modules/echarts/lib/chart/tree/treeLayout.js +0 -99
  169. package/esm/node_modules/echarts/lib/chart/tree/treeVisual.js +0 -17
  170. package/esm/node_modules/echarts/lib/chart/treemap/Breadcrumb.js +0 -149
  171. package/esm/node_modules/echarts/lib/chart/treemap/TreemapSeries.js +0 -326
  172. package/esm/node_modules/echarts/lib/chart/treemap/TreemapView.js +0 -813
  173. package/esm/node_modules/echarts/lib/chart/treemap/install.js +0 -15
  174. package/esm/node_modules/echarts/lib/chart/treemap/treemapAction.js +0 -35
  175. package/esm/node_modules/echarts/lib/chart/treemap/treemapLayout.js +0 -449
  176. package/esm/node_modules/echarts/lib/chart/treemap/treemapVisual.js +0 -154
  177. package/esm/node_modules/echarts/lib/component/aria/install.js +0 -9
  178. package/esm/node_modules/echarts/lib/component/aria/preprocessor.js +0 -21
  179. package/esm/node_modules/echarts/lib/component/axis/AngleAxisView.js +0 -287
  180. package/esm/node_modules/echarts/lib/component/axis/AxisBuilder.js +0 -535
  181. package/esm/node_modules/echarts/lib/component/axis/AxisView.js +0 -76
  182. package/esm/node_modules/echarts/lib/component/axis/CartesianAxisView.js +0 -191
  183. package/esm/node_modules/echarts/lib/component/axis/ParallelAxisView.js +0 -135
  184. package/esm/node_modules/echarts/lib/component/axis/RadiusAxisView.js +0 -169
  185. package/esm/node_modules/echarts/lib/component/axis/SingleAxisView.js +0 -107
  186. package/esm/node_modules/echarts/lib/component/axis/axisSplitHelper.js +0 -85
  187. package/esm/node_modules/echarts/lib/component/axis/parallelAxisAction.js +0 -71
  188. package/esm/node_modules/echarts/lib/component/axisPointer/AxisPointerModel.js +0 -71
  189. package/esm/node_modules/echarts/lib/component/axisPointer/AxisPointerView.js +0 -39
  190. package/esm/node_modules/echarts/lib/component/axisPointer/BaseAxisPointer.js +0 -355
  191. package/esm/node_modules/echarts/lib/component/axisPointer/CartesianAxisPointer.js +0 -107
  192. package/esm/node_modules/echarts/lib/component/axisPointer/PolarAxisPointer.js +0 -102
  193. package/esm/node_modules/echarts/lib/component/axisPointer/SingleAxisPointer.js +0 -104
  194. package/esm/node_modules/echarts/lib/component/axisPointer/axisTrigger.js +0 -338
  195. package/esm/node_modules/echarts/lib/component/axisPointer/findPointFromSeries.js +0 -58
  196. package/esm/node_modules/echarts/lib/component/axisPointer/globalListener.js +0 -98
  197. package/esm/node_modules/echarts/lib/component/axisPointer/install.js +0 -44
  198. package/esm/node_modules/echarts/lib/component/axisPointer/modelHelper.js +0 -255
  199. package/esm/node_modules/echarts/lib/component/axisPointer/viewHelper.js +0 -155
  200. package/esm/node_modules/echarts/lib/component/brush/BrushModel.js +0 -95
  201. package/esm/node_modules/echarts/lib/component/brush/BrushView.js +0 -70
  202. package/esm/node_modules/echarts/lib/component/brush/install.js +0 -60
  203. package/esm/node_modules/echarts/lib/component/brush/preprocessor.js +0 -47
  204. package/esm/node_modules/echarts/lib/component/brush/selector.js +0 -74
  205. package/esm/node_modules/echarts/lib/component/brush/visualEncoding.js +0 -215
  206. package/esm/node_modules/echarts/lib/component/calendar/CalendarView.js +0 -352
  207. package/esm/node_modules/echarts/lib/component/calendar/install.js +0 -11
  208. package/esm/node_modules/echarts/lib/component/dataZoom/AxisProxy.js +0 -301
  209. package/esm/node_modules/echarts/lib/component/dataZoom/DataZoomModel.js +0 -389
  210. package/esm/node_modules/echarts/lib/component/dataZoom/DataZoomView.js +0 -20
  211. package/esm/node_modules/echarts/lib/component/dataZoom/InsideZoomModel.js +0 -24
  212. package/esm/node_modules/echarts/lib/component/dataZoom/InsideZoomView.js +0 -157
  213. package/esm/node_modules/echarts/lib/component/dataZoom/SelectZoomModel.js +0 -15
  214. package/esm/node_modules/echarts/lib/component/dataZoom/SelectZoomView.js +0 -15
  215. package/esm/node_modules/echarts/lib/component/dataZoom/SliderZoomModel.js +0 -85
  216. package/esm/node_modules/echarts/lib/component/dataZoom/SliderZoomView.js +0 -782
  217. package/esm/node_modules/echarts/lib/component/dataZoom/dataZoomAction.js +0 -18
  218. package/esm/node_modules/echarts/lib/component/dataZoom/dataZoomProcessor.js +0 -89
  219. package/esm/node_modules/echarts/lib/component/dataZoom/helper.js +0 -120
  220. package/esm/node_modules/echarts/lib/component/dataZoom/history.js +0 -76
  221. package/esm/node_modules/echarts/lib/component/dataZoom/install.js +0 -12
  222. package/esm/node_modules/echarts/lib/component/dataZoom/installCommon.js +0 -18
  223. package/esm/node_modules/echarts/lib/component/dataZoom/installDataZoomInside.js +0 -13
  224. package/esm/node_modules/echarts/lib/component/dataZoom/installDataZoomSelect.js +0 -11
  225. package/esm/node_modules/echarts/lib/component/dataZoom/installDataZoomSlider.js +0 -11
  226. package/esm/node_modules/echarts/lib/component/dataZoom/roams.js +0 -182
  227. package/esm/node_modules/echarts/lib/component/dataset/install.js +0 -50
  228. package/esm/node_modules/echarts/lib/component/geo/GeoView.js +0 -69
  229. package/esm/node_modules/echarts/lib/component/geo/install.js +0 -101
  230. package/esm/node_modules/echarts/lib/component/graphic/GraphicModel.js +0 -203
  231. package/esm/node_modules/echarts/lib/component/graphic/GraphicView.js +0 -353
  232. package/esm/node_modules/echarts/lib/component/graphic/install.js +0 -34
  233. package/esm/node_modules/echarts/lib/component/grid/install.js +0 -10
  234. package/esm/node_modules/echarts/lib/component/grid/installSimple.js +0 -57
  235. package/esm/node_modules/echarts/lib/component/helper/BrushController.js +0 -713
  236. package/esm/node_modules/echarts/lib/component/helper/BrushTargetManager.js +0 -302
  237. package/esm/node_modules/echarts/lib/component/helper/MapDraw.js +0 -635
  238. package/esm/node_modules/echarts/lib/component/helper/RoamController.js +0 -203
  239. package/esm/node_modules/echarts/lib/component/helper/brushHelper.js +0 -31
  240. package/esm/node_modules/echarts/lib/component/helper/cursorHelper.js +0 -59
  241. package/esm/node_modules/echarts/lib/component/helper/interactionMutex.js +0 -36
  242. package/esm/node_modules/echarts/lib/component/helper/listComponent.js +0 -47
  243. package/esm/node_modules/echarts/lib/component/helper/roamHelper.js +0 -75
  244. package/esm/node_modules/echarts/lib/component/helper/sliderMove.js +0 -115
  245. package/esm/node_modules/echarts/lib/component/legend/LegendModel.js +0 -276
  246. package/esm/node_modules/echarts/lib/component/legend/LegendView.js +0 -486
  247. package/esm/node_modules/echarts/lib/component/legend/ScrollableLegendModel.js +0 -63
  248. package/esm/node_modules/echarts/lib/component/legend/ScrollableLegendView.js +0 -361
  249. package/esm/node_modules/echarts/lib/component/legend/install.js +0 -10
  250. package/esm/node_modules/echarts/lib/component/legend/installLegendPlain.js +0 -16
  251. package/esm/node_modules/echarts/lib/component/legend/installLegendScroll.js +0 -14
  252. package/esm/node_modules/echarts/lib/component/legend/legendAction.js +0 -72
  253. package/esm/node_modules/echarts/lib/component/legend/legendFilter.js +0 -61
  254. package/esm/node_modules/echarts/lib/component/legend/scrollableLegendAction.js +0 -62
  255. package/esm/node_modules/echarts/lib/component/marker/MarkAreaModel.js +0 -44
  256. package/esm/node_modules/echarts/lib/component/marker/MarkAreaView.js +0 -323
  257. package/esm/node_modules/echarts/lib/component/marker/MarkLineModel.js +0 -47
  258. package/esm/node_modules/echarts/lib/component/marker/MarkLineView.js +0 -322
  259. package/esm/node_modules/echarts/lib/component/marker/MarkPointModel.js +0 -41
  260. package/esm/node_modules/echarts/lib/component/marker/MarkPointView.js +0 -150
  261. package/esm/node_modules/echarts/lib/component/marker/MarkerModel.js +0 -125
  262. package/esm/node_modules/echarts/lib/component/marker/MarkerView.js +0 -54
  263. package/esm/node_modules/echarts/lib/component/marker/checkMarkerInSeries.js +0 -16
  264. package/esm/node_modules/echarts/lib/component/marker/installMarkArea.js +0 -16
  265. package/esm/node_modules/echarts/lib/component/marker/installMarkLine.js +0 -16
  266. package/esm/node_modules/echarts/lib/component/marker/installMarkPoint.js +0 -16
  267. package/esm/node_modules/echarts/lib/component/marker/markerHelper.js +0 -148
  268. package/esm/node_modules/echarts/lib/component/parallel/ParallelView.js +0 -96
  269. package/esm/node_modules/echarts/lib/component/parallel/install.js +0 -33
  270. package/esm/node_modules/echarts/lib/component/polar/install.js +0 -51
  271. package/esm/node_modules/echarts/lib/component/radar/RadarView.js +0 -166
  272. package/esm/node_modules/echarts/lib/component/radar/install.js +0 -23
  273. package/esm/node_modules/echarts/lib/component/singleAxis/install.js +0 -33
  274. package/esm/node_modules/echarts/lib/component/timeline/SliderTimelineModel.js +0 -118
  275. package/esm/node_modules/echarts/lib/component/timeline/SliderTimelineView.js +0 -615
  276. package/esm/node_modules/echarts/lib/component/timeline/TimelineAxis.js +0 -30
  277. package/esm/node_modules/echarts/lib/component/timeline/TimelineModel.js +0 -147
  278. package/esm/node_modules/echarts/lib/component/timeline/TimelineView.js +0 -15
  279. package/esm/node_modules/echarts/lib/component/timeline/install.js +0 -17
  280. package/esm/node_modules/echarts/lib/component/timeline/preprocessor.js +0 -72
  281. package/esm/node_modules/echarts/lib/component/timeline/timelineAction.js +0 -42
  282. package/esm/node_modules/echarts/lib/component/title/install.js +0 -187
  283. package/esm/node_modules/echarts/lib/component/toolbox/ToolboxModel.js +0 -67
  284. package/esm/node_modules/echarts/lib/component/toolbox/ToolboxView.js +0 -257
  285. package/esm/node_modules/echarts/lib/component/toolbox/feature/Brush.js +0 -91
  286. package/esm/node_modules/echarts/lib/component/toolbox/feature/DataView.js +0 -406
  287. package/esm/node_modules/echarts/lib/component/toolbox/feature/DataZoom.js +0 -207
  288. package/esm/node_modules/echarts/lib/component/toolbox/feature/MagicType.js +0 -166
  289. package/esm/node_modules/echarts/lib/component/toolbox/feature/Restore.js +0 -38
  290. package/esm/node_modules/echarts/lib/component/toolbox/feature/SaveAsImage.js +0 -105
  291. package/esm/node_modules/echarts/lib/component/toolbox/featureManager.js +0 -37
  292. package/esm/node_modules/echarts/lib/component/toolbox/install.js +0 -23
  293. package/esm/node_modules/echarts/lib/component/tooltip/TooltipHTMLContent.js +0 -357
  294. package/esm/node_modules/echarts/lib/component/tooltip/TooltipModel.js +0 -84
  295. package/esm/node_modules/echarts/lib/component/tooltip/TooltipRichContent.js +0 -168
  296. package/esm/node_modules/echarts/lib/component/tooltip/TooltipView.js +0 -803
  297. package/esm/node_modules/echarts/lib/component/tooltip/helper.js +0 -38
  298. package/esm/node_modules/echarts/lib/component/tooltip/install.js +0 -31
  299. package/esm/node_modules/echarts/lib/component/tooltip/seriesFormatTooltip.js +0 -102
  300. package/esm/node_modules/echarts/lib/component/tooltip/tooltipMarkup.js +0 -284
  301. package/esm/node_modules/echarts/lib/component/transform/filterTransform.js +0 -56
  302. package/esm/node_modules/echarts/lib/component/transform/install.js +0 -9
  303. package/esm/node_modules/echarts/lib/component/transform/sortTransform.js +0 -115
  304. package/esm/node_modules/echarts/lib/component/visualMap/ContinuousModel.js +0 -215
  305. package/esm/node_modules/echarts/lib/component/visualMap/ContinuousView.js +0 -651
  306. package/esm/node_modules/echarts/lib/component/visualMap/PiecewiseModel.js +0 -397
  307. package/esm/node_modules/echarts/lib/component/visualMap/PiecewiseView.js +0 -174
  308. package/esm/node_modules/echarts/lib/component/visualMap/VisualMapModel.js +0 -372
  309. package/esm/node_modules/echarts/lib/component/visualMap/VisualMapView.js +0 -114
  310. package/esm/node_modules/echarts/lib/component/visualMap/helper.js +0 -50
  311. package/esm/node_modules/echarts/lib/component/visualMap/install.js +0 -12
  312. package/esm/node_modules/echarts/lib/component/visualMap/installCommon.js +0 -23
  313. package/esm/node_modules/echarts/lib/component/visualMap/installVisualMapContinuous.js +0 -11
  314. package/esm/node_modules/echarts/lib/component/visualMap/installVisualMapPiecewise.js +0 -11
  315. package/esm/node_modules/echarts/lib/component/visualMap/preprocessor.js +0 -37
  316. package/esm/node_modules/echarts/lib/component/visualMap/visualEncoding.js +0 -68
  317. package/esm/node_modules/echarts/lib/component/visualMap/visualMapAction.js +0 -58
  318. package/esm/node_modules/echarts/lib/coord/Axis.js +0 -239
  319. package/esm/node_modules/echarts/lib/coord/CoordinateSystem.js +0 -47
  320. package/esm/node_modules/echarts/lib/coord/View.js +0 -205
  321. package/esm/node_modules/echarts/lib/coord/axisAlignTicks.js +0 -97
  322. package/esm/node_modules/echarts/lib/coord/axisCommonTypes.js +0 -50
  323. package/esm/node_modules/echarts/lib/coord/axisDefault.js +0 -162
  324. package/esm/node_modules/echarts/lib/coord/axisHelper.js +0 -308
  325. package/esm/node_modules/echarts/lib/coord/axisModelCommonMixin.js +0 -60
  326. package/esm/node_modules/echarts/lib/coord/axisModelCreator.js +0 -70
  327. package/esm/node_modules/echarts/lib/coord/axisTickLabelBuilder.js +0 -283
  328. package/esm/node_modules/echarts/lib/coord/calendar/Calendar.js +0 -333
  329. package/esm/node_modules/echarts/lib/coord/calendar/CalendarModel.js +0 -118
  330. package/esm/node_modules/echarts/lib/coord/calendar/prepareCustom.js +0 -70
  331. package/esm/node_modules/echarts/lib/coord/cartesian/Axis2D.js +0 -53
  332. package/esm/node_modules/echarts/lib/coord/cartesian/AxisModel.js +0 -20
  333. package/esm/node_modules/echarts/lib/coord/cartesian/Cartesian.js +0 -32
  334. package/esm/node_modules/echarts/lib/coord/cartesian/Cartesian2D.js +0 -127
  335. package/esm/node_modules/echarts/lib/coord/cartesian/Grid.js +0 -446
  336. package/esm/node_modules/echarts/lib/coord/cartesian/GridModel.js +0 -31
  337. package/esm/node_modules/echarts/lib/coord/cartesian/cartesianAxisHelper.js +0 -79
  338. package/esm/node_modules/echarts/lib/coord/cartesian/prepareCustom.js +0 -34
  339. package/esm/node_modules/echarts/lib/coord/geo/Geo.js +0 -167
  340. package/esm/node_modules/echarts/lib/coord/geo/GeoJSONResource.js +0 -102
  341. package/esm/node_modules/echarts/lib/coord/geo/GeoModel.js +0 -170
  342. package/esm/node_modules/echarts/lib/coord/geo/GeoSVGResource.js +0 -292
  343. package/esm/node_modules/echarts/lib/coord/geo/Region.js +0 -241
  344. package/esm/node_modules/echarts/lib/coord/geo/fix/diaoyuIsland.js +0 -57
  345. package/esm/node_modules/echarts/lib/coord/geo/fix/nanhai.js +0 -32
  346. package/esm/node_modules/echarts/lib/coord/geo/fix/textCoord.js +0 -64
  347. package/esm/node_modules/echarts/lib/coord/geo/geoCreator.js +0 -195
  348. package/esm/node_modules/echarts/lib/coord/geo/geoSourceManager.js +0 -81
  349. package/esm/node_modules/echarts/lib/coord/geo/parseGeoJson.js +0 -103
  350. package/esm/node_modules/echarts/lib/coord/geo/prepareCustom.js +0 -39
  351. package/esm/node_modules/echarts/lib/coord/parallel/AxisModel.js +0 -73
  352. package/esm/node_modules/echarts/lib/coord/parallel/Parallel.js +0 -365
  353. package/esm/node_modules/echarts/lib/coord/parallel/ParallelAxis.js +0 -18
  354. package/esm/node_modules/echarts/lib/coord/parallel/ParallelModel.js +0 -81
  355. package/esm/node_modules/echarts/lib/coord/parallel/parallelCreator.js +0 -27
  356. package/esm/node_modules/echarts/lib/coord/parallel/parallelPreprocessor.js +0 -44
  357. package/esm/node_modules/echarts/lib/coord/polar/AngleAxis.js +0 -70
  358. package/esm/node_modules/echarts/lib/coord/polar/AxisModel.js +0 -40
  359. package/esm/node_modules/echarts/lib/coord/polar/Polar.js +0 -175
  360. package/esm/node_modules/echarts/lib/coord/polar/PolarModel.js +0 -32
  361. package/esm/node_modules/echarts/lib/coord/polar/RadiusAxis.js +0 -17
  362. package/esm/node_modules/echarts/lib/coord/polar/polarCreator.js +0 -116
  363. package/esm/node_modules/echarts/lib/coord/polar/prepareCustom.js +0 -46
  364. package/esm/node_modules/echarts/lib/coord/radar/IndicatorAxis.js +0 -16
  365. package/esm/node_modules/echarts/lib/coord/radar/Radar.js +0 -152
  366. package/esm/node_modules/echarts/lib/coord/radar/RadarModel.js +0 -118
  367. package/esm/node_modules/echarts/lib/coord/scaleRawExtentInfo.js +0 -199
  368. package/esm/node_modules/echarts/lib/coord/single/AxisModel.js +0 -62
  369. package/esm/node_modules/echarts/lib/coord/single/Single.js +0 -166
  370. package/esm/node_modules/echarts/lib/coord/single/SingleAxis.js +0 -25
  371. package/esm/node_modules/echarts/lib/coord/single/prepareCustom.js +0 -30
  372. package/esm/node_modules/echarts/lib/coord/single/singleAxisHelper.js +0 -48
  373. package/esm/node_modules/echarts/lib/coord/single/singleCreator.js +0 -29
  374. package/esm/node_modules/echarts/lib/core/CoordinateSystem.js +0 -33
  375. package/esm/node_modules/echarts/lib/core/ExtensionAPI.js +0 -18
  376. package/esm/node_modules/echarts/lib/core/Scheduler.js +0 -447
  377. package/esm/node_modules/echarts/lib/core/echarts.js +0 -2225
  378. package/esm/node_modules/echarts/lib/core/impl.js +0 -25
  379. package/esm/node_modules/echarts/lib/core/lifecycle.js +0 -5
  380. package/esm/node_modules/echarts/lib/core/locale.js +0 -47
  381. package/esm/node_modules/echarts/lib/core/task.js +0 -303
  382. package/esm/node_modules/echarts/lib/data/DataDiffer.js +0 -253
  383. package/esm/node_modules/echarts/lib/data/DataStore.js +0 -959
  384. package/esm/node_modules/echarts/lib/data/Graph.js +0 -402
  385. package/esm/node_modules/echarts/lib/data/OrdinalMeta.js +0 -82
  386. package/esm/node_modules/echarts/lib/data/SeriesData.js +0 -939
  387. package/esm/node_modules/echarts/lib/data/SeriesDimensionDefine.js +0 -49
  388. package/esm/node_modules/echarts/lib/data/Source.js +0 -258
  389. package/esm/node_modules/echarts/lib/data/Tree.js +0 -307
  390. package/esm/node_modules/echarts/lib/data/helper/SeriesDataSchema.js +0 -183
  391. package/esm/node_modules/echarts/lib/data/helper/createDimensions.js +0 -282
  392. package/esm/node_modules/echarts/lib/data/helper/dataProvider.js +0 -313
  393. package/esm/node_modules/echarts/lib/data/helper/dataStackHelper.js +0 -139
  394. package/esm/node_modules/echarts/lib/data/helper/dataValueHelper.js +0 -196
  395. package/esm/node_modules/echarts/lib/data/helper/dimensionHelper.js +0 -131
  396. package/esm/node_modules/echarts/lib/data/helper/linkSeriesData.js +0 -106
  397. package/esm/node_modules/echarts/lib/data/helper/sourceHelper.js +0 -314
  398. package/esm/node_modules/echarts/lib/data/helper/sourceManager.js +0 -376
  399. package/esm/node_modules/echarts/lib/data/helper/transform.js +0 -376
  400. package/esm/node_modules/echarts/lib/export/api/format.js +0 -4
  401. package/esm/node_modules/echarts/lib/export/api/graphic.js +0 -20
  402. package/esm/node_modules/echarts/lib/export/api/helper.js +0 -68
  403. package/esm/node_modules/echarts/lib/export/api/number.js +0 -1
  404. package/esm/node_modules/echarts/lib/export/api/time.js +0 -2
  405. package/esm/node_modules/echarts/lib/export/api/util.js +0 -1
  406. package/esm/node_modules/echarts/lib/export/api.js +0 -62
  407. package/esm/node_modules/echarts/lib/export/core.js +0 -34
  408. package/esm/node_modules/echarts/lib/extension.js +0 -70
  409. package/esm/node_modules/echarts/lib/i18n/langEN.js +0 -158
  410. package/esm/node_modules/echarts/lib/i18n/langZH.js +0 -155
  411. package/esm/node_modules/echarts/lib/label/LabelManager.js +0 -395
  412. package/esm/node_modules/echarts/lib/label/installLabelLayout.js +0 -25
  413. package/esm/node_modules/echarts/lib/label/labelGuideHelper.js +0 -504
  414. package/esm/node_modules/echarts/lib/label/labelLayoutHelper.js +0 -261
  415. package/esm/node_modules/echarts/lib/label/labelStyle.js +0 -444
  416. package/esm/node_modules/echarts/lib/label/sectorLabel.js +0 -161
  417. package/esm/node_modules/echarts/lib/layout/barGrid.js +0 -436
  418. package/esm/node_modules/echarts/lib/layout/barPolar.js +0 -213
  419. package/esm/node_modules/echarts/lib/layout/points.js +0 -64
  420. package/esm/node_modules/echarts/lib/legacy/dataSelectAction.js +0 -76
  421. package/esm/node_modules/echarts/lib/legacy/getTextRect.js +0 -20
  422. package/esm/node_modules/echarts/lib/loading/default.js +0 -124
  423. package/esm/node_modules/echarts/lib/model/Component.js +0 -193
  424. package/esm/node_modules/echarts/lib/model/Global.js +0 -693
  425. package/esm/node_modules/echarts/lib/model/Model.js +0 -134
  426. package/esm/node_modules/echarts/lib/model/OptionManager.js +0 -319
  427. package/esm/node_modules/echarts/lib/model/Series.js +0 -502
  428. package/esm/node_modules/echarts/lib/model/globalDefault.js +0 -132
  429. package/esm/node_modules/echarts/lib/model/internalComponentCreator.js +0 -26
  430. package/esm/node_modules/echarts/lib/model/mixin/areaStyle.js +0 -17
  431. package/esm/node_modules/echarts/lib/model/mixin/dataFormat.js +0 -160
  432. package/esm/node_modules/echarts/lib/model/mixin/itemStyle.js +0 -17
  433. package/esm/node_modules/echarts/lib/model/mixin/lineStyle.js +0 -17
  434. package/esm/node_modules/echarts/lib/model/mixin/makeStyleMapper.js +0 -28
  435. package/esm/node_modules/echarts/lib/model/mixin/palette.js +0 -64
  436. package/esm/node_modules/echarts/lib/model/mixin/textStyle.js +0 -45
  437. package/esm/node_modules/echarts/lib/model/referHelper.js +0 -128
  438. package/esm/node_modules/echarts/lib/preprocessor/backwardCompat.js +0 -215
  439. package/esm/node_modules/echarts/lib/preprocessor/helper/compatStyle.js +0 -291
  440. package/esm/node_modules/echarts/lib/processor/dataFilter.js +0 -69
  441. package/esm/node_modules/echarts/lib/processor/dataSample.js +0 -101
  442. package/esm/node_modules/echarts/lib/processor/dataStack.js +0 -93
  443. package/esm/node_modules/echarts/lib/processor/negativeDataFilter.js +0 -21
  444. package/esm/node_modules/echarts/lib/renderer/installCanvasRenderer.js +0 -7
  445. package/esm/node_modules/echarts/lib/renderer/installSVGRenderer.js +0 -7
  446. package/esm/node_modules/echarts/lib/scale/Interval.js +0 -226
  447. package/esm/node_modules/echarts/lib/scale/Log.js +0 -136
  448. package/esm/node_modules/echarts/lib/scale/Ordinal.js +0 -167
  449. package/esm/node_modules/echarts/lib/scale/Scale.js +0 -71
  450. package/esm/node_modules/echarts/lib/scale/Time.js +0 -451
  451. package/esm/node_modules/echarts/lib/scale/helper.js +0 -82
  452. package/esm/node_modules/echarts/lib/theme/dark.js +0 -223
  453. package/esm/node_modules/echarts/lib/theme/light.js +0 -49
  454. package/esm/node_modules/echarts/lib/util/ECEventProcessor.js +0 -102
  455. package/esm/node_modules/echarts/lib/util/animation.js +0 -121
  456. package/esm/node_modules/echarts/lib/util/clazz.js +0 -265
  457. package/esm/node_modules/echarts/lib/util/component.js +0 -146
  458. package/esm/node_modules/echarts/lib/util/conditionalExpression.js +0 -215
  459. package/esm/node_modules/echarts/lib/util/decal.js +0 -352
  460. package/esm/node_modules/echarts/lib/util/event.js +0 -57
  461. package/esm/node_modules/echarts/lib/util/format.js +0 -200
  462. package/esm/node_modules/echarts/lib/util/graphic.js +0 -489
  463. package/esm/node_modules/echarts/lib/util/innerStore.js +0 -26
  464. package/esm/node_modules/echarts/lib/util/layout.js +0 -408
  465. package/esm/node_modules/echarts/lib/util/log.js +0 -94
  466. package/esm/node_modules/echarts/lib/util/model.js +0 -654
  467. package/esm/node_modules/echarts/lib/util/number.js +0 -515
  468. package/esm/node_modules/echarts/lib/util/shape/sausage.js +0 -67
  469. package/esm/node_modules/echarts/lib/util/states.js +0 -650
  470. package/esm/node_modules/echarts/lib/util/styleCompat.js +0 -186
  471. package/esm/node_modules/echarts/lib/util/symbol.js +0 -297
  472. package/esm/node_modules/echarts/lib/util/throttle.js +0 -172
  473. package/esm/node_modules/echarts/lib/util/time.js +0 -231
  474. package/esm/node_modules/echarts/lib/util/types.js +0 -13
  475. package/esm/node_modules/echarts/lib/util/vendor.js +0 -15
  476. package/esm/node_modules/echarts/lib/view/Chart.js +0 -160
  477. package/esm/node_modules/echarts/lib/view/Component.js +0 -47
  478. package/esm/node_modules/echarts/lib/visual/LegendVisualProvider.js +0 -81
  479. package/esm/node_modules/echarts/lib/visual/VisualMapping.js +0 -438
  480. package/esm/node_modules/echarts/lib/visual/aria.js +0 -189
  481. package/esm/node_modules/echarts/lib/visual/decal.js +0 -26
  482. package/esm/node_modules/echarts/lib/visual/helper.js +0 -101
  483. package/esm/node_modules/echarts/lib/visual/style.js +0 -175
  484. package/esm/node_modules/echarts/lib/visual/symbol.js +0 -83
  485. package/esm/node_modules/echarts/lib/visual/visualDefault.js +0 -47
  486. package/esm/node_modules/echarts/lib/visual/visualSolution.js +0 -159
  487. package/esm/node_modules/zrender/lib/Element.js +0 -1053
  488. package/esm/node_modules/zrender/lib/Handler.js +0 -298
  489. package/esm/node_modules/zrender/lib/Storage.js +0 -161
  490. package/esm/node_modules/zrender/lib/animation/Animation.js +0 -150
  491. package/esm/node_modules/zrender/lib/animation/Animator.js +0 -739
  492. package/esm/node_modules/zrender/lib/animation/Clip.js +0 -67
  493. package/esm/node_modules/zrender/lib/animation/cubicEasing.js +0 -26
  494. package/esm/node_modules/zrender/lib/animation/easing.js +0 -197
  495. package/esm/node_modules/zrender/lib/animation/requestAnimationFrame.js +0 -13
  496. package/esm/node_modules/zrender/lib/canvas/Layer.js +0 -298
  497. package/esm/node_modules/zrender/lib/canvas/Painter.js +0 -643
  498. package/esm/node_modules/zrender/lib/canvas/dashStyle.js +0 -30
  499. package/esm/node_modules/zrender/lib/canvas/graphic.js +0 -561
  500. package/esm/node_modules/zrender/lib/canvas/helper.js +0 -81
  501. package/esm/node_modules/zrender/lib/config.js +0 -15
  502. package/esm/node_modules/zrender/lib/contain/arc.js +0 -38
  503. package/esm/node_modules/zrender/lib/contain/cubic.js +0 -18
  504. package/esm/node_modules/zrender/lib/contain/line.js +0 -26
  505. package/esm/node_modules/zrender/lib/contain/path.js +0 -310
  506. package/esm/node_modules/zrender/lib/contain/polygon.js +0 -25
  507. package/esm/node_modules/zrender/lib/contain/quadratic.js +0 -18
  508. package/esm/node_modules/zrender/lib/contain/text.js +0 -170
  509. package/esm/node_modules/zrender/lib/contain/util.js +0 -10
  510. package/esm/node_modules/zrender/lib/contain/windingLine.js +0 -17
  511. package/esm/node_modules/zrender/lib/core/BoundingRect.js +0 -218
  512. package/esm/node_modules/zrender/lib/core/Eventful.js +0 -164
  513. package/esm/node_modules/zrender/lib/core/GestureMgr.js +0 -84
  514. package/esm/node_modules/zrender/lib/core/LRU.js +0 -110
  515. package/esm/node_modules/zrender/lib/core/OrientedBoundingRect.js +0 -123
  516. package/esm/node_modules/zrender/lib/core/PathProxy.js +0 -700
  517. package/esm/node_modules/zrender/lib/core/Point.js +0 -131
  518. package/esm/node_modules/zrender/lib/core/Transformable.js +0 -246
  519. package/esm/node_modules/zrender/lib/core/WeakMap.js +0 -44
  520. package/esm/node_modules/zrender/lib/core/bbox.js +0 -127
  521. package/esm/node_modules/zrender/lib/core/curve.js +0 -348
  522. package/esm/node_modules/zrender/lib/core/dom.js +0 -97
  523. package/esm/node_modules/zrender/lib/core/env.js +0 -82
  524. package/esm/node_modules/zrender/lib/core/event.js +0 -108
  525. package/esm/node_modules/zrender/lib/core/fourPointsTransform.js +0 -61
  526. package/esm/node_modules/zrender/lib/core/matrix.js +0 -101
  527. package/esm/node_modules/zrender/lib/core/platform.js +0 -74
  528. package/esm/node_modules/zrender/lib/core/timsort.js +0 -524
  529. package/esm/node_modules/zrender/lib/core/util.js +0 -543
  530. package/esm/node_modules/zrender/lib/core/vector.js +0 -114
  531. package/esm/node_modules/zrender/lib/dom/HandlerProxy.js +0 -296
  532. package/esm/node_modules/zrender/lib/graphic/CompoundPath.js +0 -52
  533. package/esm/node_modules/zrender/lib/graphic/Displayable.js +0 -327
  534. package/esm/node_modules/zrender/lib/graphic/Gradient.js +0 -15
  535. package/esm/node_modules/zrender/lib/graphic/Group.js +0 -182
  536. package/esm/node_modules/zrender/lib/graphic/Image.js +0 -76
  537. package/esm/node_modules/zrender/lib/graphic/IncrementalDisplayable.js +0 -115
  538. package/esm/node_modules/zrender/lib/graphic/LinearGradient.js +0 -20
  539. package/esm/node_modules/zrender/lib/graphic/Path.js +0 -401
  540. package/esm/node_modules/zrender/lib/graphic/RadialGradient.js +0 -19
  541. package/esm/node_modules/zrender/lib/graphic/TSpan.js +0 -66
  542. package/esm/node_modules/zrender/lib/graphic/Text.js +0 -552
  543. package/esm/node_modules/zrender/lib/graphic/constants.js +0 -5
  544. package/esm/node_modules/zrender/lib/graphic/helper/image.js +0 -57
  545. package/esm/node_modules/zrender/lib/graphic/helper/parseText.js +0 -471
  546. package/esm/node_modules/zrender/lib/graphic/helper/poly.js +0 -28
  547. package/esm/node_modules/zrender/lib/graphic/helper/roundRect.js +0 -77
  548. package/esm/node_modules/zrender/lib/graphic/helper/roundSector.js +0 -230
  549. package/esm/node_modules/zrender/lib/graphic/helper/smoothBezier.js +0 -66
  550. package/esm/node_modules/zrender/lib/graphic/helper/subPixelOptimize.js +0 -58
  551. package/esm/node_modules/zrender/lib/graphic/shape/Arc.js +0 -46
  552. package/esm/node_modules/zrender/lib/graphic/shape/BezierCurve.js +0 -100
  553. package/esm/node_modules/zrender/lib/graphic/shape/Circle.js +0 -29
  554. package/esm/node_modules/zrender/lib/graphic/shape/Ellipse.js +0 -41
  555. package/esm/node_modules/zrender/lib/graphic/shape/Line.js +0 -71
  556. package/esm/node_modules/zrender/lib/graphic/shape/Polygon.js +0 -29
  557. package/esm/node_modules/zrender/lib/graphic/shape/Polyline.js +0 -36
  558. package/esm/node_modules/zrender/lib/graphic/shape/Rect.js +0 -59
  559. package/esm/node_modules/zrender/lib/graphic/shape/Ring.js +0 -35
  560. package/esm/node_modules/zrender/lib/graphic/shape/Sector.js +0 -38
  561. package/esm/node_modules/zrender/lib/mixin/Draggable.js +0 -68
  562. package/esm/node_modules/zrender/lib/svg/Painter.js +0 -255
  563. package/esm/node_modules/zrender/lib/svg/SVGPathRebuilder.js +0 -106
  564. package/esm/node_modules/zrender/lib/svg/core.js +0 -109
  565. package/esm/node_modules/zrender/lib/svg/cssAnimation.js +0 -277
  566. package/esm/node_modules/zrender/lib/svg/cssClassId.js +0 -6
  567. package/esm/node_modules/zrender/lib/svg/cssEmphasis.js +0 -63
  568. package/esm/node_modules/zrender/lib/svg/domapi.js +0 -23
  569. package/esm/node_modules/zrender/lib/svg/graphic.js +0 -482
  570. package/esm/node_modules/zrender/lib/svg/helper.js +0 -143
  571. package/esm/node_modules/zrender/lib/svg/mapStyleToAttrs.js +0 -84
  572. package/esm/node_modules/zrender/lib/svg/patch.js +0 -256
  573. package/esm/node_modules/zrender/lib/tool/color.js +0 -432
  574. package/esm/node_modules/zrender/lib/tool/convertPath.js +0 -200
  575. package/esm/node_modules/zrender/lib/tool/dividePath.js +0 -314
  576. package/esm/node_modules/zrender/lib/tool/morphPath.js +0 -593
  577. package/esm/node_modules/zrender/lib/tool/parseSVG.js +0 -639
  578. package/esm/node_modules/zrender/lib/tool/parseXML.js +0 -18
  579. package/esm/node_modules/zrender/lib/tool/path.js +0 -372
  580. package/esm/node_modules/zrender/lib/tool/transformPath.js +0 -84
  581. package/esm/node_modules/zrender/lib/zrender.js +0 -330
  582. package/lib/node_modules/echarts/index.js +0 -345
  583. package/lib/node_modules/echarts/lib/action/roamHelper.js +0 -85
  584. package/lib/node_modules/echarts/lib/animation/basicTransition.js +0 -214
  585. package/lib/node_modules/echarts/lib/animation/customGraphicKeyframeAnimation.js +0 -108
  586. package/lib/node_modules/echarts/lib/animation/customGraphicTransition.js +0 -448
  587. package/lib/node_modules/echarts/lib/animation/morphTransitionHelper.js +0 -169
  588. package/lib/node_modules/echarts/lib/animation/universalTransition.js +0 -612
  589. package/lib/node_modules/echarts/lib/chart/bar/BarSeries.js +0 -75
  590. package/lib/node_modules/echarts/lib/chart/bar/BarView.js +0 -856
  591. package/lib/node_modules/echarts/lib/chart/bar/BaseBarSeries.js +0 -122
  592. package/lib/node_modules/echarts/lib/chart/bar/PictorialBarSeries.js +0 -58
  593. package/lib/node_modules/echarts/lib/chart/bar/PictorialBarView.js +0 -597
  594. package/lib/node_modules/echarts/lib/chart/bar/install.js +0 -45
  595. package/lib/node_modules/echarts/lib/chart/bar/installPictorialBar.js +0 -18
  596. package/lib/node_modules/echarts/lib/chart/boxplot/BoxplotSeries.js +0 -71
  597. package/lib/node_modules/echarts/lib/chart/boxplot/BoxplotView.js +0 -135
  598. package/lib/node_modules/echarts/lib/chart/boxplot/boxplotLayout.js +0 -145
  599. package/lib/node_modules/echarts/lib/chart/boxplot/boxplotTransform.js +0 -30
  600. package/lib/node_modules/echarts/lib/chart/boxplot/install.js +0 -17
  601. package/lib/node_modules/echarts/lib/chart/boxplot/prepareBoxplotData.js +0 -60
  602. package/lib/node_modules/echarts/lib/chart/candlestick/CandlestickSeries.js +0 -83
  603. package/lib/node_modules/echarts/lib/chart/candlestick/CandlestickView.js +0 -295
  604. package/lib/node_modules/echarts/lib/chart/candlestick/candlestickLayout.js +0 -167
  605. package/lib/node_modules/echarts/lib/chart/candlestick/candlestickVisual.js +0 -47
  606. package/lib/node_modules/echarts/lib/chart/candlestick/install.js +0 -19
  607. package/lib/node_modules/echarts/lib/chart/candlestick/preprocessor.js +0 -19
  608. package/lib/node_modules/echarts/lib/chart/custom/CustomSeries.js +0 -71
  609. package/lib/node_modules/echarts/lib/chart/custom/CustomView.js +0 -892
  610. package/lib/node_modules/echarts/lib/chart/custom/install.js +0 -13
  611. package/lib/node_modules/echarts/lib/chart/effectScatter/EffectScatterSeries.js +0 -68
  612. package/lib/node_modules/echarts/lib/chart/effectScatter/EffectScatterView.js +0 -62
  613. package/lib/node_modules/echarts/lib/chart/effectScatter/install.js +0 -15
  614. package/lib/node_modules/echarts/lib/chart/funnel/FunnelSeries.js +0 -108
  615. package/lib/node_modules/echarts/lib/chart/funnel/FunnelView.js +0 -165
  616. package/lib/node_modules/echarts/lib/chart/funnel/funnelLayout.js +0 -308
  617. package/lib/node_modules/echarts/lib/chart/funnel/install.js +0 -17
  618. package/lib/node_modules/echarts/lib/chart/gauge/GaugeSeries.js +0 -148
  619. package/lib/node_modules/echarts/lib/chart/gauge/GaugeView.js +0 -528
  620. package/lib/node_modules/echarts/lib/chart/gauge/PointerPath.js +0 -46
  621. package/lib/node_modules/echarts/lib/chart/gauge/install.js +0 -13
  622. package/lib/node_modules/echarts/lib/chart/graph/GraphSeries.js +0 -238
  623. package/lib/node_modules/echarts/lib/chart/graph/GraphView.js +0 -230
  624. package/lib/node_modules/echarts/lib/chart/graph/adjustEdge.js +0 -137
  625. package/lib/node_modules/echarts/lib/chart/graph/categoryFilter.js +0 -38
  626. package/lib/node_modules/echarts/lib/chart/graph/categoryVisual.js +0 -54
  627. package/lib/node_modules/echarts/lib/chart/graph/circularLayout.js +0 -15
  628. package/lib/node_modules/echarts/lib/chart/graph/circularLayoutHelper.js +0 -156
  629. package/lib/node_modules/echarts/lib/chart/graph/createView.js +0 -66
  630. package/lib/node_modules/echarts/lib/chart/graph/edgeVisual.js +0 -57
  631. package/lib/node_modules/echarts/lib/chart/graph/forceHelper.js +0 -140
  632. package/lib/node_modules/echarts/lib/chart/graph/forceLayout.js +0 -124
  633. package/lib/node_modules/echarts/lib/chart/graph/graphHelper.js +0 -68
  634. package/lib/node_modules/echarts/lib/chart/graph/install.js +0 -61
  635. package/lib/node_modules/echarts/lib/chart/graph/simpleLayout.js +0 -42
  636. package/lib/node_modules/echarts/lib/chart/graph/simpleLayoutHelper.js +0 -35
  637. package/lib/node_modules/echarts/lib/chart/heatmap/HeatmapLayer.js +0 -128
  638. package/lib/node_modules/echarts/lib/chart/heatmap/HeatmapSeries.js +0 -52
  639. package/lib/node_modules/echarts/lib/chart/heatmap/HeatmapView.js +0 -275
  640. package/lib/node_modules/echarts/lib/chart/heatmap/install.js +0 -13
  641. package/lib/node_modules/echarts/lib/chart/helper/EffectLine.js +0 -168
  642. package/lib/node_modules/echarts/lib/chart/helper/EffectPolyline.js +0 -93
  643. package/lib/node_modules/echarts/lib/chart/helper/EffectSymbol.js +0 -169
  644. package/lib/node_modules/echarts/lib/chart/helper/LargeLineDraw.js +0 -263
  645. package/lib/node_modules/echarts/lib/chart/helper/LargeSymbolDraw.js +0 -273
  646. package/lib/node_modules/echarts/lib/chart/helper/Line.js +0 -382
  647. package/lib/node_modules/echarts/lib/chart/helper/LineDraw.js +0 -126
  648. package/lib/node_modules/echarts/lib/chart/helper/LinePath.js +0 -74
  649. package/lib/node_modules/echarts/lib/chart/helper/Polyline.js +0 -69
  650. package/lib/node_modules/echarts/lib/chart/helper/Symbol.js +0 -297
  651. package/lib/node_modules/echarts/lib/chart/helper/SymbolDraw.js +0 -176
  652. package/lib/node_modules/echarts/lib/chart/helper/createClipPathFromCoordSys.js +0 -113
  653. package/lib/node_modules/echarts/lib/chart/helper/createGraphFromNodeEdge.js +0 -78
  654. package/lib/node_modules/echarts/lib/chart/helper/createRenderPlanner.js +0 -26
  655. package/lib/node_modules/echarts/lib/chart/helper/createSeriesData.js +0 -125
  656. package/lib/node_modules/echarts/lib/chart/helper/createSeriesDataSimply.js +0 -32
  657. package/lib/node_modules/echarts/lib/chart/helper/enableAriaDecalForTree.js +0 -22
  658. package/lib/node_modules/echarts/lib/chart/helper/labelHelper.js +0 -42
  659. package/lib/node_modules/echarts/lib/chart/helper/multipleGraphEdgeHelper.js +0 -191
  660. package/lib/node_modules/echarts/lib/chart/helper/sectorHelper.js +0 -26
  661. package/lib/node_modules/echarts/lib/chart/helper/treeHelper.js +0 -59
  662. package/lib/node_modules/echarts/lib/chart/helper/whiskerBoxCommon.js +0 -100
  663. package/lib/node_modules/echarts/lib/chart/line/LineSeries.js +0 -116
  664. package/lib/node_modules/echarts/lib/chart/line/LineView.js +0 -1073
  665. package/lib/node_modules/echarts/lib/chart/line/helper.js +0 -88
  666. package/lib/node_modules/echarts/lib/chart/line/install.js +0 -32
  667. package/lib/node_modules/echarts/lib/chart/line/lineAnimationDiff.js +0 -129
  668. package/lib/node_modules/echarts/lib/chart/line/poly.js +0 -315
  669. package/lib/node_modules/echarts/lib/chart/lines/LinesSeries.js +0 -272
  670. package/lib/node_modules/echarts/lib/chart/lines/LinesView.js +0 -147
  671. package/lib/node_modules/echarts/lib/chart/lines/install.js +0 -17
  672. package/lib/node_modules/echarts/lib/chart/lines/linesLayout.js +0 -75
  673. package/lib/node_modules/echarts/lib/chart/lines/linesVisual.js +0 -78
  674. package/lib/node_modules/echarts/lib/chart/map/MapSeries.js +0 -210
  675. package/lib/node_modules/echarts/lib/chart/map/MapView.js +0 -141
  676. package/lib/node_modules/echarts/lib/chart/map/install.js +0 -22
  677. package/lib/node_modules/echarts/lib/chart/map/mapDataStatistic.js +0 -68
  678. package/lib/node_modules/echarts/lib/chart/map/mapSymbolLayout.js +0 -50
  679. package/lib/node_modules/echarts/lib/chart/parallel/ParallelSeries.js +0 -90
  680. package/lib/node_modules/echarts/lib/chart/parallel/ParallelView.js +0 -186
  681. package/lib/node_modules/echarts/lib/chart/parallel/install.js +0 -18
  682. package/lib/node_modules/echarts/lib/chart/parallel/parallelVisual.js +0 -73
  683. package/lib/node_modules/echarts/lib/chart/pie/PieSeries.js +0 -179
  684. package/lib/node_modules/echarts/lib/chart/pie/PieView.js +0 -248
  685. package/lib/node_modules/echarts/lib/chart/pie/install.js +0 -22
  686. package/lib/node_modules/echarts/lib/chart/pie/labelLayout.js +0 -437
  687. package/lib/node_modules/echarts/lib/chart/pie/pieLayout.js +0 -197
  688. package/lib/node_modules/echarts/lib/chart/radar/RadarSeries.js +0 -97
  689. package/lib/node_modules/echarts/lib/chart/radar/RadarView.js +0 -191
  690. package/lib/node_modules/echarts/lib/chart/radar/backwardCompat.js +0 -37
  691. package/lib/node_modules/echarts/lib/chart/radar/install.js +0 -22
  692. package/lib/node_modules/echarts/lib/chart/radar/radarLayout.js +0 -46
  693. package/lib/node_modules/echarts/lib/chart/sankey/SankeySeries.js +0 -178
  694. package/lib/node_modules/echarts/lib/chart/sankey/SankeyView.js +0 -291
  695. package/lib/node_modules/echarts/lib/chart/sankey/install.js +0 -31
  696. package/lib/node_modules/echarts/lib/chart/sankey/sankeyLayout.js +0 -453
  697. package/lib/node_modules/echarts/lib/chart/sankey/sankeyVisual.js +0 -56
  698. package/lib/node_modules/echarts/lib/chart/scatter/ScatterSeries.js +0 -83
  699. package/lib/node_modules/echarts/lib/chart/scatter/ScatterView.js +0 -96
  700. package/lib/node_modules/echarts/lib/chart/scatter/install.js +0 -19
  701. package/lib/node_modules/echarts/lib/chart/sunburst/SunburstPiece.js +0 -195
  702. package/lib/node_modules/echarts/lib/chart/sunburst/SunburstSeries.js +0 -169
  703. package/lib/node_modules/echarts/lib/chart/sunburst/SunburstView.js +0 -169
  704. package/lib/node_modules/echarts/lib/chart/sunburst/install.js +0 -22
  705. package/lib/node_modules/echarts/lib/chart/sunburst/sunburstAction.js +0 -73
  706. package/lib/node_modules/echarts/lib/chart/sunburst/sunburstLayout.js +0 -180
  707. package/lib/node_modules/echarts/lib/chart/sunburst/sunburstVisual.js +0 -39
  708. package/lib/node_modules/echarts/lib/chart/themeRiver/ThemeRiverSeries.js +0 -223
  709. package/lib/node_modules/echarts/lib/chart/themeRiver/ThemeRiverView.js +0 -150
  710. package/lib/node_modules/echarts/lib/chart/themeRiver/install.js +0 -17
  711. package/lib/node_modules/echarts/lib/chart/themeRiver/themeRiverLayout.js +0 -121
  712. package/lib/node_modules/echarts/lib/chart/tree/TreeSeries.js +0 -150
  713. package/lib/node_modules/echarts/lib/chart/tree/TreeView.js +0 -588
  714. package/lib/node_modules/echarts/lib/chart/tree/install.js +0 -19
  715. package/lib/node_modules/echarts/lib/chart/tree/layoutHelper.js +0 -243
  716. package/lib/node_modules/echarts/lib/chart/tree/traversalHelper.js +0 -92
  717. package/lib/node_modules/echarts/lib/chart/tree/treeAction.js +0 -46
  718. package/lib/node_modules/echarts/lib/chart/tree/treeLayout.js +0 -103
  719. package/lib/node_modules/echarts/lib/chart/tree/treeVisual.js +0 -21
  720. package/lib/node_modules/echarts/lib/chart/treemap/Breadcrumb.js +0 -153
  721. package/lib/node_modules/echarts/lib/chart/treemap/TreemapSeries.js +0 -330
  722. package/lib/node_modules/echarts/lib/chart/treemap/TreemapView.js +0 -817
  723. package/lib/node_modules/echarts/lib/chart/treemap/install.js +0 -19
  724. package/lib/node_modules/echarts/lib/chart/treemap/treemapAction.js +0 -39
  725. package/lib/node_modules/echarts/lib/chart/treemap/treemapLayout.js +0 -453
  726. package/lib/node_modules/echarts/lib/chart/treemap/treemapVisual.js +0 -158
  727. package/lib/node_modules/echarts/lib/component/aria/install.js +0 -13
  728. package/lib/node_modules/echarts/lib/component/aria/preprocessor.js +0 -25
  729. package/lib/node_modules/echarts/lib/component/axis/AngleAxisView.js +0 -290
  730. package/lib/node_modules/echarts/lib/component/axis/AxisBuilder.js +0 -539
  731. package/lib/node_modules/echarts/lib/component/axis/AxisView.js +0 -80
  732. package/lib/node_modules/echarts/lib/component/axis/CartesianAxisView.js +0 -197
  733. package/lib/node_modules/echarts/lib/component/axis/ParallelAxisView.js +0 -139
  734. package/lib/node_modules/echarts/lib/component/axis/RadiusAxisView.js +0 -172
  735. package/lib/node_modules/echarts/lib/component/axis/SingleAxisView.js +0 -111
  736. package/lib/node_modules/echarts/lib/component/axis/axisSplitHelper.js +0 -90
  737. package/lib/node_modules/echarts/lib/component/axis/parallelAxisAction.js +0 -75
  738. package/lib/node_modules/echarts/lib/component/axisPointer/AxisPointerModel.js +0 -75
  739. package/lib/node_modules/echarts/lib/component/axisPointer/AxisPointerView.js +0 -43
  740. package/lib/node_modules/echarts/lib/component/axisPointer/BaseAxisPointer.js +0 -358
  741. package/lib/node_modules/echarts/lib/component/axisPointer/CartesianAxisPointer.js +0 -111
  742. package/lib/node_modules/echarts/lib/component/axisPointer/PolarAxisPointer.js +0 -106
  743. package/lib/node_modules/echarts/lib/component/axisPointer/SingleAxisPointer.js +0 -108
  744. package/lib/node_modules/echarts/lib/component/axisPointer/axisTrigger.js +0 -342
  745. package/lib/node_modules/echarts/lib/component/axisPointer/findPointFromSeries.js +0 -62
  746. package/lib/node_modules/echarts/lib/component/axisPointer/globalListener.js +0 -103
  747. package/lib/node_modules/echarts/lib/component/axisPointer/install.js +0 -48
  748. package/lib/node_modules/echarts/lib/component/axisPointer/modelHelper.js +0 -263
  749. package/lib/node_modules/echarts/lib/component/axisPointer/viewHelper.js +0 -166
  750. package/lib/node_modules/echarts/lib/component/brush/BrushModel.js +0 -99
  751. package/lib/node_modules/echarts/lib/component/brush/BrushView.js +0 -74
  752. package/lib/node_modules/echarts/lib/component/brush/install.js +0 -64
  753. package/lib/node_modules/echarts/lib/component/brush/preprocessor.js +0 -51
  754. package/lib/node_modules/echarts/lib/component/brush/selector.js +0 -79
  755. package/lib/node_modules/echarts/lib/component/brush/visualEncoding.js +0 -220
  756. package/lib/node_modules/echarts/lib/component/calendar/CalendarView.js +0 -356
  757. package/lib/node_modules/echarts/lib/component/calendar/install.js +0 -15
  758. package/lib/node_modules/echarts/lib/component/dataZoom/AxisProxy.js +0 -305
  759. package/lib/node_modules/echarts/lib/component/dataZoom/DataZoomModel.js +0 -393
  760. package/lib/node_modules/echarts/lib/component/dataZoom/DataZoomView.js +0 -24
  761. package/lib/node_modules/echarts/lib/component/dataZoom/InsideZoomModel.js +0 -28
  762. package/lib/node_modules/echarts/lib/component/dataZoom/InsideZoomView.js +0 -161
  763. package/lib/node_modules/echarts/lib/component/dataZoom/SelectZoomModel.js +0 -19
  764. package/lib/node_modules/echarts/lib/component/dataZoom/SelectZoomView.js +0 -19
  765. package/lib/node_modules/echarts/lib/component/dataZoom/SliderZoomModel.js +0 -89
  766. package/lib/node_modules/echarts/lib/component/dataZoom/SliderZoomView.js +0 -786
  767. package/lib/node_modules/echarts/lib/component/dataZoom/dataZoomAction.js +0 -22
  768. package/lib/node_modules/echarts/lib/component/dataZoom/dataZoomProcessor.js +0 -93
  769. package/lib/node_modules/echarts/lib/component/dataZoom/helper.js +0 -128
  770. package/lib/node_modules/echarts/lib/component/dataZoom/history.js +0 -83
  771. package/lib/node_modules/echarts/lib/component/dataZoom/install.js +0 -16
  772. package/lib/node_modules/echarts/lib/component/dataZoom/installCommon.js +0 -22
  773. package/lib/node_modules/echarts/lib/component/dataZoom/installDataZoomInside.js +0 -17
  774. package/lib/node_modules/echarts/lib/component/dataZoom/installDataZoomSelect.js +0 -15
  775. package/lib/node_modules/echarts/lib/component/dataZoom/installDataZoomSlider.js +0 -15
  776. package/lib/node_modules/echarts/lib/component/dataZoom/roams.js +0 -188
  777. package/lib/node_modules/echarts/lib/component/dataset/install.js +0 -55
  778. package/lib/node_modules/echarts/lib/component/geo/GeoView.js +0 -73
  779. package/lib/node_modules/echarts/lib/component/geo/install.js +0 -105
  780. package/lib/node_modules/echarts/lib/component/graphic/GraphicModel.js +0 -208
  781. package/lib/node_modules/echarts/lib/component/graphic/GraphicView.js +0 -358
  782. package/lib/node_modules/echarts/lib/component/graphic/install.js +0 -38
  783. package/lib/node_modules/echarts/lib/component/grid/install.js +0 -14
  784. package/lib/node_modules/echarts/lib/component/grid/installSimple.js +0 -61
  785. package/lib/node_modules/echarts/lib/component/helper/BrushController.js +0 -717
  786. package/lib/node_modules/echarts/lib/component/helper/BrushTargetManager.js +0 -306
  787. package/lib/node_modules/echarts/lib/component/helper/MapDraw.js +0 -639
  788. package/lib/node_modules/echarts/lib/component/helper/RoamController.js +0 -207
  789. package/lib/node_modules/echarts/lib/component/helper/brushHelper.js +0 -37
  790. package/lib/node_modules/echarts/lib/component/helper/cursorHelper.js +0 -63
  791. package/lib/node_modules/echarts/lib/component/helper/interactionMutex.js +0 -42
  792. package/lib/node_modules/echarts/lib/component/helper/listComponent.js +0 -52
  793. package/lib/node_modules/echarts/lib/component/helper/roamHelper.js +0 -80
  794. package/lib/node_modules/echarts/lib/component/helper/sliderMove.js +0 -119
  795. package/lib/node_modules/echarts/lib/component/legend/LegendModel.js +0 -280
  796. package/lib/node_modules/echarts/lib/component/legend/LegendView.js +0 -490
  797. package/lib/node_modules/echarts/lib/component/legend/ScrollableLegendModel.js +0 -67
  798. package/lib/node_modules/echarts/lib/component/legend/ScrollableLegendView.js +0 -365
  799. package/lib/node_modules/echarts/lib/component/legend/install.js +0 -14
  800. package/lib/node_modules/echarts/lib/component/legend/installLegendPlain.js +0 -20
  801. package/lib/node_modules/echarts/lib/component/legend/installLegendScroll.js +0 -18
  802. package/lib/node_modules/echarts/lib/component/legend/legendAction.js +0 -76
  803. package/lib/node_modules/echarts/lib/component/legend/legendFilter.js +0 -65
  804. package/lib/node_modules/echarts/lib/component/legend/scrollableLegendAction.js +0 -66
  805. package/lib/node_modules/echarts/lib/component/marker/MarkAreaModel.js +0 -48
  806. package/lib/node_modules/echarts/lib/component/marker/MarkAreaView.js +0 -328
  807. package/lib/node_modules/echarts/lib/component/marker/MarkLineModel.js +0 -51
  808. package/lib/node_modules/echarts/lib/component/marker/MarkLineView.js +0 -326
  809. package/lib/node_modules/echarts/lib/component/marker/MarkPointModel.js +0 -45
  810. package/lib/node_modules/echarts/lib/component/marker/MarkPointView.js +0 -154
  811. package/lib/node_modules/echarts/lib/component/marker/MarkerModel.js +0 -129
  812. package/lib/node_modules/echarts/lib/component/marker/MarkerView.js +0 -58
  813. package/lib/node_modules/echarts/lib/component/marker/checkMarkerInSeries.js +0 -20
  814. package/lib/node_modules/echarts/lib/component/marker/installMarkArea.js +0 -20
  815. package/lib/node_modules/echarts/lib/component/marker/installMarkLine.js +0 -20
  816. package/lib/node_modules/echarts/lib/component/marker/installMarkPoint.js +0 -20
  817. package/lib/node_modules/echarts/lib/component/marker/markerHelper.js +0 -157
  818. package/lib/node_modules/echarts/lib/component/parallel/ParallelView.js +0 -100
  819. package/lib/node_modules/echarts/lib/component/parallel/install.js +0 -37
  820. package/lib/node_modules/echarts/lib/component/polar/install.js +0 -55
  821. package/lib/node_modules/echarts/lib/component/radar/RadarView.js +0 -170
  822. package/lib/node_modules/echarts/lib/component/radar/install.js +0 -27
  823. package/lib/node_modules/echarts/lib/component/singleAxis/install.js +0 -37
  824. package/lib/node_modules/echarts/lib/component/timeline/SliderTimelineModel.js +0 -122
  825. package/lib/node_modules/echarts/lib/component/timeline/SliderTimelineView.js +0 -619
  826. package/lib/node_modules/echarts/lib/component/timeline/TimelineAxis.js +0 -34
  827. package/lib/node_modules/echarts/lib/component/timeline/TimelineModel.js +0 -151
  828. package/lib/node_modules/echarts/lib/component/timeline/TimelineView.js +0 -19
  829. package/lib/node_modules/echarts/lib/component/timeline/install.js +0 -21
  830. package/lib/node_modules/echarts/lib/component/timeline/preprocessor.js +0 -76
  831. package/lib/node_modules/echarts/lib/component/timeline/timelineAction.js +0 -46
  832. package/lib/node_modules/echarts/lib/component/title/install.js +0 -191
  833. package/lib/node_modules/echarts/lib/component/toolbox/ToolboxModel.js +0 -71
  834. package/lib/node_modules/echarts/lib/component/toolbox/ToolboxView.js +0 -261
  835. package/lib/node_modules/echarts/lib/component/toolbox/feature/Brush.js +0 -95
  836. package/lib/node_modules/echarts/lib/component/toolbox/feature/DataView.js +0 -410
  837. package/lib/node_modules/echarts/lib/component/toolbox/feature/DataZoom.js +0 -211
  838. package/lib/node_modules/echarts/lib/component/toolbox/feature/MagicType.js +0 -170
  839. package/lib/node_modules/echarts/lib/component/toolbox/feature/Restore.js +0 -42
  840. package/lib/node_modules/echarts/lib/component/toolbox/feature/SaveAsImage.js +0 -109
  841. package/lib/node_modules/echarts/lib/component/toolbox/featureManager.js +0 -43
  842. package/lib/node_modules/echarts/lib/component/toolbox/install.js +0 -27
  843. package/lib/node_modules/echarts/lib/component/tooltip/TooltipHTMLContent.js +0 -361
  844. package/lib/node_modules/echarts/lib/component/tooltip/TooltipModel.js +0 -88
  845. package/lib/node_modules/echarts/lib/component/tooltip/TooltipRichContent.js +0 -172
  846. package/lib/node_modules/echarts/lib/component/tooltip/TooltipView.js +0 -807
  847. package/lib/node_modules/echarts/lib/component/tooltip/helper.js +0 -46
  848. package/lib/node_modules/echarts/lib/component/tooltip/install.js +0 -35
  849. package/lib/node_modules/echarts/lib/component/tooltip/seriesFormatTooltip.js +0 -106
  850. package/lib/node_modules/echarts/lib/component/tooltip/tooltipMarkup.js +0 -292
  851. package/lib/node_modules/echarts/lib/component/transform/filterTransform.js +0 -60
  852. package/lib/node_modules/echarts/lib/component/transform/install.js +0 -13
  853. package/lib/node_modules/echarts/lib/component/transform/sortTransform.js +0 -119
  854. package/lib/node_modules/echarts/lib/component/visualMap/ContinuousModel.js +0 -219
  855. package/lib/node_modules/echarts/lib/component/visualMap/ContinuousView.js +0 -655
  856. package/lib/node_modules/echarts/lib/component/visualMap/PiecewiseModel.js +0 -401
  857. package/lib/node_modules/echarts/lib/component/visualMap/PiecewiseView.js +0 -178
  858. package/lib/node_modules/echarts/lib/component/visualMap/VisualMapModel.js +0 -376
  859. package/lib/node_modules/echarts/lib/component/visualMap/VisualMapView.js +0 -118
  860. package/lib/node_modules/echarts/lib/component/visualMap/helper.js +0 -55
  861. package/lib/node_modules/echarts/lib/component/visualMap/install.js +0 -16
  862. package/lib/node_modules/echarts/lib/component/visualMap/installCommon.js +0 -27
  863. package/lib/node_modules/echarts/lib/component/visualMap/installVisualMapContinuous.js +0 -15
  864. package/lib/node_modules/echarts/lib/component/visualMap/installVisualMapPiecewise.js +0 -15
  865. package/lib/node_modules/echarts/lib/component/visualMap/preprocessor.js +0 -41
  866. package/lib/node_modules/echarts/lib/component/visualMap/visualEncoding.js +0 -72
  867. package/lib/node_modules/echarts/lib/component/visualMap/visualMapAction.js +0 -63
  868. package/lib/node_modules/echarts/lib/coord/Axis.js +0 -243
  869. package/lib/node_modules/echarts/lib/coord/CoordinateSystem.js +0 -51
  870. package/lib/node_modules/echarts/lib/coord/View.js +0 -209
  871. package/lib/node_modules/echarts/lib/coord/axisAlignTicks.js +0 -101
  872. package/lib/node_modules/echarts/lib/coord/axisCommonTypes.js +0 -54
  873. package/lib/node_modules/echarts/lib/coord/axisDefault.js +0 -166
  874. package/lib/node_modules/echarts/lib/coord/axisHelper.js +0 -322
  875. package/lib/node_modules/echarts/lib/coord/axisModelCommonMixin.js +0 -64
  876. package/lib/node_modules/echarts/lib/coord/axisModelCreator.js +0 -74
  877. package/lib/node_modules/echarts/lib/coord/axisTickLabelBuilder.js +0 -289
  878. package/lib/node_modules/echarts/lib/coord/calendar/Calendar.js +0 -337
  879. package/lib/node_modules/echarts/lib/coord/calendar/CalendarModel.js +0 -122
  880. package/lib/node_modules/echarts/lib/coord/calendar/prepareCustom.js +0 -74
  881. package/lib/node_modules/echarts/lib/coord/cartesian/Axis2D.js +0 -57
  882. package/lib/node_modules/echarts/lib/coord/cartesian/AxisModel.js +0 -25
  883. package/lib/node_modules/echarts/lib/coord/cartesian/Cartesian.js +0 -36
  884. package/lib/node_modules/echarts/lib/coord/cartesian/Cartesian2D.js +0 -132
  885. package/lib/node_modules/echarts/lib/coord/cartesian/Grid.js +0 -450
  886. package/lib/node_modules/echarts/lib/coord/cartesian/GridModel.js +0 -35
  887. package/lib/node_modules/echarts/lib/coord/cartesian/cartesianAxisHelper.js +0 -85
  888. package/lib/node_modules/echarts/lib/coord/cartesian/prepareCustom.js +0 -38
  889. package/lib/node_modules/echarts/lib/coord/geo/Geo.js +0 -172
  890. package/lib/node_modules/echarts/lib/coord/geo/GeoJSONResource.js +0 -106
  891. package/lib/node_modules/echarts/lib/coord/geo/GeoModel.js +0 -174
  892. package/lib/node_modules/echarts/lib/coord/geo/GeoSVGResource.js +0 -296
  893. package/lib/node_modules/echarts/lib/coord/geo/Region.js +0 -249
  894. package/lib/node_modules/echarts/lib/coord/geo/fix/diaoyuIsland.js +0 -61
  895. package/lib/node_modules/echarts/lib/coord/geo/fix/nanhai.js +0 -36
  896. package/lib/node_modules/echarts/lib/coord/geo/fix/textCoord.js +0 -68
  897. package/lib/node_modules/echarts/lib/coord/geo/geoCreator.js +0 -199
  898. package/lib/node_modules/echarts/lib/coord/geo/geoSourceManager.js +0 -85
  899. package/lib/node_modules/echarts/lib/coord/geo/parseGeoJson.js +0 -107
  900. package/lib/node_modules/echarts/lib/coord/geo/prepareCustom.js +0 -43
  901. package/lib/node_modules/echarts/lib/coord/parallel/AxisModel.js +0 -77
  902. package/lib/node_modules/echarts/lib/coord/parallel/Parallel.js +0 -369
  903. package/lib/node_modules/echarts/lib/coord/parallel/ParallelAxis.js +0 -22
  904. package/lib/node_modules/echarts/lib/coord/parallel/ParallelModel.js +0 -85
  905. package/lib/node_modules/echarts/lib/coord/parallel/parallelCreator.js +0 -31
  906. package/lib/node_modules/echarts/lib/coord/parallel/parallelPreprocessor.js +0 -48
  907. package/lib/node_modules/echarts/lib/coord/polar/AngleAxis.js +0 -74
  908. package/lib/node_modules/echarts/lib/coord/polar/AxisModel.js +0 -46
  909. package/lib/node_modules/echarts/lib/coord/polar/Polar.js +0 -180
  910. package/lib/node_modules/echarts/lib/coord/polar/PolarModel.js +0 -36
  911. package/lib/node_modules/echarts/lib/coord/polar/RadiusAxis.js +0 -21
  912. package/lib/node_modules/echarts/lib/coord/polar/polarCreator.js +0 -120
  913. package/lib/node_modules/echarts/lib/coord/polar/prepareCustom.js +0 -50
  914. package/lib/node_modules/echarts/lib/coord/radar/IndicatorAxis.js +0 -20
  915. package/lib/node_modules/echarts/lib/coord/radar/Radar.js +0 -156
  916. package/lib/node_modules/echarts/lib/coord/radar/RadarModel.js +0 -122
  917. package/lib/node_modules/echarts/lib/coord/scaleRawExtentInfo.js +0 -205
  918. package/lib/node_modules/echarts/lib/coord/single/AxisModel.js +0 -66
  919. package/lib/node_modules/echarts/lib/coord/single/Single.js +0 -171
  920. package/lib/node_modules/echarts/lib/coord/single/SingleAxis.js +0 -29
  921. package/lib/node_modules/echarts/lib/coord/single/prepareCustom.js +0 -34
  922. package/lib/node_modules/echarts/lib/coord/single/singleAxisHelper.js +0 -52
  923. package/lib/node_modules/echarts/lib/coord/single/singleCreator.js +0 -33
  924. package/lib/node_modules/echarts/lib/core/CoordinateSystem.js +0 -37
  925. package/lib/node_modules/echarts/lib/core/ExtensionAPI.js +0 -22
  926. package/lib/node_modules/echarts/lib/core/Scheduler.js +0 -451
  927. package/lib/node_modules/echarts/lib/core/echarts.js +0 -2255
  928. package/lib/node_modules/echarts/lib/core/impl.js +0 -30
  929. package/lib/node_modules/echarts/lib/core/lifecycle.js +0 -9
  930. package/lib/node_modules/echarts/lib/core/locale.js +0 -55
  931. package/lib/node_modules/echarts/lib/core/task.js +0 -308
  932. package/lib/node_modules/echarts/lib/data/DataDiffer.js +0 -257
  933. package/lib/node_modules/echarts/lib/data/DataStore.js +0 -967
  934. package/lib/node_modules/echarts/lib/data/Graph.js +0 -408
  935. package/lib/node_modules/echarts/lib/data/OrdinalMeta.js +0 -86
  936. package/lib/node_modules/echarts/lib/data/SeriesData.js +0 -943
  937. package/lib/node_modules/echarts/lib/data/SeriesDimensionDefine.js +0 -53
  938. package/lib/node_modules/echarts/lib/data/Source.js +0 -267
  939. package/lib/node_modules/echarts/lib/data/Tree.js +0 -312
  940. package/lib/node_modules/echarts/lib/data/helper/SeriesDataSchema.js +0 -191
  941. package/lib/node_modules/echarts/lib/data/helper/createDimensions.js +0 -287
  942. package/lib/node_modules/echarts/lib/data/helper/dataProvider.js +0 -321
  943. package/lib/node_modules/echarts/lib/data/helper/dataStackHelper.js +0 -145
  944. package/lib/node_modules/echarts/lib/data/helper/dataValueHelper.js +0 -203
  945. package/lib/node_modules/echarts/lib/data/helper/dimensionHelper.js +0 -136
  946. package/lib/node_modules/echarts/lib/data/helper/linkSeriesData.js +0 -110
  947. package/lib/node_modules/echarts/lib/data/helper/sourceHelper.js +0 -324
  948. package/lib/node_modules/echarts/lib/data/helper/sourceManager.js +0 -381
  949. package/lib/node_modules/echarts/lib/data/helper/transform.js +0 -382
  950. package/lib/node_modules/echarts/lib/export/api/format.js +0 -21
  951. package/lib/node_modules/echarts/lib/export/api/graphic.js +0 -59
  952. package/lib/node_modules/echarts/lib/export/api/helper.js +0 -81
  953. package/lib/node_modules/echarts/lib/export/api/number.js +0 -26
  954. package/lib/node_modules/echarts/lib/export/api/time.js +0 -11
  955. package/lib/node_modules/echarts/lib/export/api/util.js +0 -24
  956. package/lib/node_modules/echarts/lib/export/api.js +0 -72
  957. package/lib/node_modules/echarts/lib/export/core.js +0 -73
  958. package/lib/node_modules/echarts/lib/extension.js +0 -74
  959. package/lib/node_modules/echarts/lib/i18n/langEN.js +0 -162
  960. package/lib/node_modules/echarts/lib/i18n/langZH.js +0 -159
  961. package/lib/node_modules/echarts/lib/label/LabelManager.js +0 -399
  962. package/lib/node_modules/echarts/lib/label/installLabelLayout.js +0 -29
  963. package/lib/node_modules/echarts/lib/label/labelGuideHelper.js +0 -512
  964. package/lib/node_modules/echarts/lib/label/labelLayoutHelper.js +0 -268
  965. package/lib/node_modules/echarts/lib/label/labelStyle.js +0 -456
  966. package/lib/node_modules/echarts/lib/label/sectorLabel.js +0 -166
  967. package/lib/node_modules/echarts/lib/layout/barGrid.js +0 -445
  968. package/lib/node_modules/echarts/lib/layout/barPolar.js +0 -217
  969. package/lib/node_modules/echarts/lib/layout/points.js +0 -68
  970. package/lib/node_modules/echarts/lib/legacy/dataSelectAction.js +0 -81
  971. package/lib/node_modules/echarts/lib/legacy/getTextRect.js +0 -24
  972. package/lib/node_modules/echarts/lib/loading/default.js +0 -128
  973. package/lib/node_modules/echarts/lib/model/Component.js +0 -197
  974. package/lib/node_modules/echarts/lib/model/Global.js +0 -697
  975. package/lib/node_modules/echarts/lib/model/Model.js +0 -138
  976. package/lib/node_modules/echarts/lib/model/OptionManager.js +0 -323
  977. package/lib/node_modules/echarts/lib/model/Series.js +0 -507
  978. package/lib/node_modules/echarts/lib/model/globalDefault.js +0 -136
  979. package/lib/node_modules/echarts/lib/model/internalComponentCreator.js +0 -31
  980. package/lib/node_modules/echarts/lib/model/mixin/areaStyle.js +0 -22
  981. package/lib/node_modules/echarts/lib/model/mixin/dataFormat.js +0 -165
  982. package/lib/node_modules/echarts/lib/model/mixin/itemStyle.js +0 -22
  983. package/lib/node_modules/echarts/lib/model/mixin/lineStyle.js +0 -22
  984. package/lib/node_modules/echarts/lib/model/mixin/makeStyleMapper.js +0 -32
  985. package/lib/node_modules/echarts/lib/model/mixin/palette.js +0 -69
  986. package/lib/node_modules/echarts/lib/model/mixin/textStyle.js +0 -49
  987. package/lib/node_modules/echarts/lib/model/referHelper.js +0 -132
  988. package/lib/node_modules/echarts/lib/preprocessor/backwardCompat.js +0 -219
  989. package/lib/node_modules/echarts/lib/preprocessor/helper/compatStyle.js +0 -295
  990. package/lib/node_modules/echarts/lib/processor/dataFilter.js +0 -73
  991. package/lib/node_modules/echarts/lib/processor/dataSample.js +0 -105
  992. package/lib/node_modules/echarts/lib/processor/dataStack.js +0 -97
  993. package/lib/node_modules/echarts/lib/processor/negativeDataFilter.js +0 -25
  994. package/lib/node_modules/echarts/lib/renderer/installCanvasRenderer.js +0 -11
  995. package/lib/node_modules/echarts/lib/renderer/installSVGRenderer.js +0 -11
  996. package/lib/node_modules/echarts/lib/scale/Interval.js +0 -230
  997. package/lib/node_modules/echarts/lib/scale/Log.js +0 -140
  998. package/lib/node_modules/echarts/lib/scale/Ordinal.js +0 -171
  999. package/lib/node_modules/echarts/lib/scale/Scale.js +0 -75
  1000. package/lib/node_modules/echarts/lib/scale/Time.js +0 -455
  1001. package/lib/node_modules/echarts/lib/scale/helper.js +0 -94
  1002. package/lib/node_modules/echarts/lib/theme/dark.js +0 -227
  1003. package/lib/node_modules/echarts/lib/theme/light.js +0 -53
  1004. package/lib/node_modules/echarts/lib/util/ECEventProcessor.js +0 -106
  1005. package/lib/node_modules/echarts/lib/util/animation.js +0 -125
  1006. package/lib/node_modules/echarts/lib/util/clazz.js +0 -274
  1007. package/lib/node_modules/echarts/lib/util/component.js +0 -153
  1008. package/lib/node_modules/echarts/lib/util/conditionalExpression.js +0 -219
  1009. package/lib/node_modules/echarts/lib/util/decal.js +0 -356
  1010. package/lib/node_modules/echarts/lib/util/event.js +0 -61
  1011. package/lib/node_modules/echarts/lib/util/format.js +0 -214
  1012. package/lib/node_modules/echarts/lib/util/graphic.js +0 -527
  1013. package/lib/node_modules/echarts/lib/util/innerStore.js +0 -31
  1014. package/lib/node_modules/echarts/lib/util/layout.js +0 -422
  1015. package/lib/node_modules/echarts/lib/util/log.js +0 -104
  1016. package/lib/node_modules/echarts/lib/util/model.js +0 -681
  1017. package/lib/node_modules/echarts/lib/util/number.js +0 -542
  1018. package/lib/node_modules/echarts/lib/util/shape/sausage.js +0 -71
  1019. package/lib/node_modules/echarts/lib/util/states.js +0 -697
  1020. package/lib/node_modules/echarts/lib/util/styleCompat.js +0 -193
  1021. package/lib/node_modules/echarts/lib/util/symbol.js +0 -304
  1022. package/lib/node_modules/echarts/lib/util/throttle.js +0 -178
  1023. package/lib/node_modules/echarts/lib/util/time.js +0 -265
  1024. package/lib/node_modules/echarts/lib/util/types.js +0 -25
  1025. package/lib/node_modules/echarts/lib/util/vendor.js +0 -19
  1026. package/lib/node_modules/echarts/lib/view/Chart.js +0 -164
  1027. package/lib/node_modules/echarts/lib/view/Component.js +0 -51
  1028. package/lib/node_modules/echarts/lib/visual/LegendVisualProvider.js +0 -85
  1029. package/lib/node_modules/echarts/lib/visual/VisualMapping.js +0 -442
  1030. package/lib/node_modules/echarts/lib/visual/aria.js +0 -193
  1031. package/lib/node_modules/echarts/lib/visual/decal.js +0 -30
  1032. package/lib/node_modules/echarts/lib/visual/helper.js +0 -107
  1033. package/lib/node_modules/echarts/lib/visual/style.js +0 -181
  1034. package/lib/node_modules/echarts/lib/visual/symbol.js +0 -88
  1035. package/lib/node_modules/echarts/lib/visual/visualDefault.js +0 -51
  1036. package/lib/node_modules/echarts/lib/visual/visualSolution.js +0 -166
  1037. package/lib/node_modules/zrender/lib/Element.js +0 -1058
  1038. package/lib/node_modules/zrender/lib/Handler.js +0 -302
  1039. package/lib/node_modules/zrender/lib/Storage.js +0 -165
  1040. package/lib/node_modules/zrender/lib/animation/Animation.js +0 -155
  1041. package/lib/node_modules/zrender/lib/animation/Animator.js +0 -744
  1042. package/lib/node_modules/zrender/lib/animation/Clip.js +0 -71
  1043. package/lib/node_modules/zrender/lib/animation/cubicEasing.js +0 -30
  1044. package/lib/node_modules/zrender/lib/animation/easing.js +0 -201
  1045. package/lib/node_modules/zrender/lib/animation/requestAnimationFrame.js +0 -17
  1046. package/lib/node_modules/zrender/lib/canvas/Layer.js +0 -302
  1047. package/lib/node_modules/zrender/lib/canvas/Painter.js +0 -647
  1048. package/lib/node_modules/zrender/lib/canvas/dashStyle.js +0 -35
  1049. package/lib/node_modules/zrender/lib/canvas/graphic.js +0 -567
  1050. package/lib/node_modules/zrender/lib/canvas/helper.js +0 -89
  1051. package/lib/node_modules/zrender/lib/config.js +0 -23
  1052. package/lib/node_modules/zrender/lib/contain/arc.js +0 -42
  1053. package/lib/node_modules/zrender/lib/contain/cubic.js +0 -22
  1054. package/lib/node_modules/zrender/lib/contain/line.js +0 -30
  1055. package/lib/node_modules/zrender/lib/contain/path.js +0 -315
  1056. package/lib/node_modules/zrender/lib/contain/polygon.js +0 -29
  1057. package/lib/node_modules/zrender/lib/contain/quadratic.js +0 -22
  1058. package/lib/node_modules/zrender/lib/contain/text.js +0 -181
  1059. package/lib/node_modules/zrender/lib/contain/util.js +0 -14
  1060. package/lib/node_modules/zrender/lib/contain/windingLine.js +0 -21
  1061. package/lib/node_modules/zrender/lib/core/BoundingRect.js +0 -222
  1062. package/lib/node_modules/zrender/lib/core/Eventful.js +0 -168
  1063. package/lib/node_modules/zrender/lib/core/GestureMgr.js +0 -88
  1064. package/lib/node_modules/zrender/lib/core/LRU.js +0 -116
  1065. package/lib/node_modules/zrender/lib/core/OrientedBoundingRect.js +0 -127
  1066. package/lib/node_modules/zrender/lib/core/PathProxy.js +0 -705
  1067. package/lib/node_modules/zrender/lib/core/Point.js +0 -135
  1068. package/lib/node_modules/zrender/lib/core/Transformable.js +0 -252
  1069. package/lib/node_modules/zrender/lib/core/WeakMap.js +0 -48
  1070. package/lib/node_modules/zrender/lib/core/bbox.js +0 -135
  1071. package/lib/node_modules/zrender/lib/core/curve.js +0 -365
  1072. package/lib/node_modules/zrender/lib/core/dom.js +0 -104
  1073. package/lib/node_modules/zrender/lib/core/env.js +0 -86
  1074. package/lib/node_modules/zrender/lib/core/event.js +0 -118
  1075. package/lib/node_modules/zrender/lib/core/fourPointsTransform.js +0 -65
  1076. package/lib/node_modules/zrender/lib/core/matrix.js +0 -113
  1077. package/lib/node_modules/zrender/lib/core/platform.js +0 -83
  1078. package/lib/node_modules/zrender/lib/core/timsort.js +0 -528
  1079. package/lib/node_modules/zrender/lib/core/util.js +0 -596
  1080. package/lib/node_modules/zrender/lib/core/vector.js +0 -142
  1081. package/lib/node_modules/zrender/lib/dom/HandlerProxy.js +0 -300
  1082. package/lib/node_modules/zrender/lib/graphic/CompoundPath.js +0 -56
  1083. package/lib/node_modules/zrender/lib/graphic/Displayable.js +0 -333
  1084. package/lib/node_modules/zrender/lib/graphic/Gradient.js +0 -19
  1085. package/lib/node_modules/zrender/lib/graphic/Group.js +0 -186
  1086. package/lib/node_modules/zrender/lib/graphic/Image.js +0 -82
  1087. package/lib/node_modules/zrender/lib/graphic/IncrementalDisplayable.js +0 -119
  1088. package/lib/node_modules/zrender/lib/graphic/LinearGradient.js +0 -24
  1089. package/lib/node_modules/zrender/lib/graphic/Path.js +0 -407
  1090. package/lib/node_modules/zrender/lib/graphic/RadialGradient.js +0 -23
  1091. package/lib/node_modules/zrender/lib/graphic/TSpan.js +0 -71
  1092. package/lib/node_modules/zrender/lib/graphic/Text.js +0 -560
  1093. package/lib/node_modules/zrender/lib/graphic/constants.js +0 -11
  1094. package/lib/node_modules/zrender/lib/graphic/helper/image.js +0 -63
  1095. package/lib/node_modules/zrender/lib/graphic/helper/parseText.js +0 -478
  1096. package/lib/node_modules/zrender/lib/graphic/helper/poly.js +0 -32
  1097. package/lib/node_modules/zrender/lib/graphic/helper/roundRect.js +0 -81
  1098. package/lib/node_modules/zrender/lib/graphic/helper/roundSector.js +0 -234
  1099. package/lib/node_modules/zrender/lib/graphic/helper/smoothBezier.js +0 -70
  1100. package/lib/node_modules/zrender/lib/graphic/helper/subPixelOptimize.js +0 -64
  1101. package/lib/node_modules/zrender/lib/graphic/shape/Arc.js +0 -51
  1102. package/lib/node_modules/zrender/lib/graphic/shape/BezierCurve.js +0 -105
  1103. package/lib/node_modules/zrender/lib/graphic/shape/Circle.js +0 -34
  1104. package/lib/node_modules/zrender/lib/graphic/shape/Ellipse.js +0 -46
  1105. package/lib/node_modules/zrender/lib/graphic/shape/Line.js +0 -76
  1106. package/lib/node_modules/zrender/lib/graphic/shape/Polygon.js +0 -34
  1107. package/lib/node_modules/zrender/lib/graphic/shape/Polyline.js +0 -41
  1108. package/lib/node_modules/zrender/lib/graphic/shape/Rect.js +0 -64
  1109. package/lib/node_modules/zrender/lib/graphic/shape/Ring.js +0 -40
  1110. package/lib/node_modules/zrender/lib/graphic/shape/Sector.js +0 -43
  1111. package/lib/node_modules/zrender/lib/mixin/Draggable.js +0 -72
  1112. package/lib/node_modules/zrender/lib/svg/Painter.js +0 -259
  1113. package/lib/node_modules/zrender/lib/svg/SVGPathRebuilder.js +0 -110
  1114. package/lib/node_modules/zrender/lib/svg/core.js +0 -123
  1115. package/lib/node_modules/zrender/lib/svg/cssAnimation.js +0 -283
  1116. package/lib/node_modules/zrender/lib/svg/cssClassId.js +0 -10
  1117. package/lib/node_modules/zrender/lib/svg/cssEmphasis.js +0 -67
  1118. package/lib/node_modules/zrender/lib/svg/domapi.js +0 -33
  1119. package/lib/node_modules/zrender/lib/svg/graphic.js +0 -492
  1120. package/lib/node_modules/zrender/lib/svg/helper.js +0 -165
  1121. package/lib/node_modules/zrender/lib/svg/mapStyleToAttrs.js +0 -88
  1122. package/lib/node_modules/zrender/lib/svg/patch.js +0 -261
  1123. package/lib/node_modules/zrender/lib/tool/color.js +0 -448
  1124. package/lib/node_modules/zrender/lib/tool/convertPath.js +0 -205
  1125. package/lib/node_modules/zrender/lib/tool/dividePath.js +0 -319
  1126. package/lib/node_modules/zrender/lib/tool/morphPath.js +0 -602
  1127. package/lib/node_modules/zrender/lib/tool/parseSVG.js +0 -644
  1128. package/lib/node_modules/zrender/lib/tool/parseXML.js +0 -22
  1129. package/lib/node_modules/zrender/lib/tool/path.js +0 -379
  1130. package/lib/node_modules/zrender/lib/tool/transformPath.js +0 -88
  1131. 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('../../../node_modules/echarts/index.js').then(function (echarts) {
11
+ import('echarts').then(function (echarts) {
12
12
  // @ts-ignore 奇怪为啥不对
13
13
  var chart = echarts.init(_this.drawingContainer);
14
14
  chart.setOption(option);
@@ -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<Excel | Word | UnSupport>;
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<"AGGREGATE" | "ACOS" | "ACOSH" | "ACOT" | "ACOTH" | "ASIN" | "ASINH" | "ATAN" | "ATAN2" | "ATANH" | "COS" | "COSH" | "COT" | "COTH" | "CSC" | "CSCH" | "SEC" | "SECH" | "SIN" | "SINH" | "TAN" | "TANH" | "ASC" | "BAHTTEXT" | "CHAR" | "CLEAN" | "CODE" | "CONCAT" | "CONCATENATE" | "DBCS" | "DOLLAR" | "EXACT" | "FIND" | "FIXED" | "LEFT" | "LEN" | "LOWER" | "MID" | "NUMBERVALUE" | "PROPER" | "REPLACE" | "REPT" | "RIGHT" | "SEARCH" | "SUBSTITUTE" | "T" | "TEXT" | "TRIM" | "UNICHAR" | "UNICODE" | "UPPER" | "ENCODEURL" | "VALUE" | "AVEDEV" | "AVERAGE" | "AVERAGEIF" | "AVERAGEIFS" | "AVERAGEA" | "COUNT" | "COUNTA" | "COUNTIF" | "COUNTIFS" | "LARGE" | "SMALL" | "MAX" | "MAXA" | "MAXIFS" | "MEDIAN" | "MIN" | "MINIFS" | "MINA" | "MODE.MULT" | "MODE.SNGL" | "BETA.DIST" | "BETA.INV" | "BINOM.DIST" | "BINOM.DIST.RANGE" | "BINOM.INV" | "CHISQ.DIST" | "CHISQ.DIST.RT" | "CHISQ.INV" | "CHISQ.INV.RT" | "CHISQ.TEST" | "CONFIDENCE.NORM" | "CONFIDENCE.T" | "CORREL" | "COVARIANCE.P" | "COVARIANCE.S" | "DEVSQ" | "EXPON.DIST" | "F.DIST" | "F.DIST.RT" | "F.INV" | "F.INV.RT" | "F.TEST" | "FISHER" | "FISHERINV" | "FORECAST" | "FREQUENCY" | "GAMMA" | "GAMMA.DIST" | "GAMMA.INV" | "GAMMALN" | "GAMMALN.PRECISE" | "GAUSS" | "GEOMEAN" | "GROWTH" | "HARMEAN" | "HYPGEOM.DIST" | "INTERCEPT" | "KURT" | "LOGNORM.DIST" | "LOGNORM.INV" | "NEGBINOM.DIST" | "NORM.DIST" | "NORM.INV" | "NORM.S.DIST" | "NORM.S.INV" | "PHI" | "POISSON.DIST" | "PROB" | "QUARTILE" | "QUARTILE.INC" | "QUARTILE.EXC" | "STANDARDIZE" | "STDEV" | "STDEV.P" | "STDEVA" | "STDEVPA" | "STEYX" | "T.DIST" | "T.DIST.2T" | "T.DIST.RT" | "T.INV" | "T.INV.2T" | "VAR.S" | "VAR.P" | "WEIBULL.DIST" | "Z.TEST" | "PEARSON" | "PERMUT" | "PERMUTATIONA" | "RSQ" | "SLOPE" | "SKEW" | "SKEW.P" | "COUNTBLANK" | "PERCENTILE.EXC" | "PERCENTILE.INC" | "PERCENTRANK.EXC" | "PERCENTRANK.INC" | "VARA" | "VARPA" | "LINEST" | "LOGEST" | "TREND" | "TRIMMEAN" | "ADDRESS" | "AREAS" | "COLUMN" | "COLUMNS" | "HLOOKUP" | "MATCH" | "ROW" | "ROWS" | "TRANSPOSE" | "SORT" | "LOOKUP" | "UNIQUE" | "VLOOKUP" | "ABS" | "ARABIC" | "BASE" | "CEILING" | "CEILING.MATH" | "CEILING.PRECISE" | "COMBIN" | "COMBINA" | "DECIMAL" | "DEGREES" | "EVEN" | "EXP" | "FACT" | "FACTDOUBLE" | "FLOOR" | "FLOOR.MATH" | "FLOOR.PRECISE" | "GCD" | "INT" | "ISO.CEILING" | "LCM" | "LN" | "LOG" | "LOG10" | "MDETERM" | "MMULT" | "MOD" | "MROUND" | "MULTINOMIAL" | "MUNIT" | "ODD" | "PI" | "POWER" | "PRODUCT" | "QUOTIENT" | "RADIANS" | "RAND" | "RANK" | "RANK.EQ" | "RANK.AVG" | "RANDBETWEEN" | "ROMAN" | "ROUND" | "ROUNDDOWN" | "ROUNDUP" | "SERIESSUM" | "SIGN" | "SQRT" | "SQRTPI" | "SUM" | "SUBTOTAL" | "SUMIF" | "SUMIFS" | "SUMPRODUCT" | "SUMSQ" | "SUMX2MY2" | "SUMX2PY2" | "SUMXMY2" | "TRUNC" | "AND" | "IF" | "IFS" | "IFNA" | "OR" | "TRUE" | "TEXTJOIN" | "FALSE" | "SWITCH" | "XOR" | "ERROR.TYPE" | "ISBLANK" | "ISERR" | "ISERROR" | "ISEVEN" | "ISODD" | "ISLOGICAL" | "ISNA" | "ISNONTEXT" | "ISNUMBER" | "ISREF" | "ISTEXT" | "N" | "NA" | "TYPE" | "COUPDAYS" | "CUMIPMT" | "CUMPRINC" | "DB" | "DDB" | "DISC" | "DOLLARDE" | "DOLLARFR" | "EFFECT" | "FV" | "FVSCHEDULE" | "IPMT" | "IRR" | "ISPMT" | "MIRR" | "NOMINAL" | "NPER" | "NPV" | "PDURATION" | "PMT" | "PPMT" | "PRICEDISC" | "PV" | "RATE" | "RRI" | "SLN" | "SYD" | "TBILLEQ" | "TBILLPRICE" | "TBILLYIELD" | "XIRR" | "XNPV" | "BESSELI" | "BESSELJ" | "BESSELK" | "BESSELY" | "BIN2DEC" | "BIN2HEX" | "BIN2OCT" | "BITAND" | "BITLSHIFT" | "BITOR" | "BITRSHIFT" | "BITXOR" | "COMPLEX" | "CONVERT" | "DEC2BIN" | "DEC2HEX" | "DEC2OCT" | "DELTA" | "ERF" | "ERFC" | "GESTEP" | "HEX2BIN" | "HEX2DEC" | "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" | "OCT2BIN" | "OCT2DEC" | "OCT2HEX" | "DATE" | "DATEDIF" | "DATEVALUE" | "DAY" | "DAYS" | "DAYS360" | "EDATE" | "EOMONTH" | "HOUR" | "ISOWEEKNUM" | "MINUTE" | "MONTH" | "NETWORKDAYS" | "NETWORKDAYS.INTL" | "NOW" | "SECOND" | "TIME" | "TIMEVALUE" | "TODAY" | "WEEKDAY" | "WEEKNUM" | "WORKDAY" | "WORKDAY.INTL" | "YEAR" | "YEARFRAC" | "DAVERAGE" | "SHEET" | "CELL" | "ACCRINT" | "ACCRINTM" | "AMORDEGRC" | "AMORLINC" | "ARRAYTOTEXT" | "BETADIST" | "BETAINV" | "BINOMDIST" | "CALL" | "CHIDIST" | "CHIINV" | "CHITEST" | "CONFIDENCE" | "COUPDAYBS" | "COUPDAYSNC" | "COUPNCD" | "COUPNUM" | "COUPPCD" | "COVAR" | "CRITBINOM" | "CUBEKPIMEMBER" | "CUBEMEMBER" | "CUBEMEMBERPROPERTY" | "CUBERANKEDMEMBER" | "CUBESET" | "CUBESETCOUNT" | "CUBEVALUE" | "DCOUNT" | "DCOUNTA" | "DGET" | "DMAX" | "DMIN" | "DPRODUCT" | "DSTDEV" | "DSTDEVP" | "DSUM" | "DURATION" | "DVAR" | "DVARP" | "ERF.PRECISE" | "ERFC.PRECISE" | "EUROCONVERT" | "EXPONDIST" | "FDIST" | "FILTER" | "FILTERXML" | "FINDB" | "FINV" | "FORECAST.ETS" | "FORECAST.ETS.CONFINT" | "FORECAST.ETS.SEASONALITY" | "FORECAST.ETS.STAT" | "FORECAST.LINEAR" | "FORMULATEXT" | "FTEST" | "GAMMADIST" | "GAMMAINV" | "GETPIVOTDATA" | "HEX2OCT" | "HYPERLINK" | "HYPGEOMDIST" | "IFERROR" | "INFO" | "INTRATE" | "ISFORMULA" | "JIS" | "LEFTB" | "LENB" | "LET" | "LOGINV" | "LOGNORMDIST" | "MDURATION" | "MIDB" | "MINVERSE" | "MODE" | "NEGBINOMDIST" | "NORMDIST" | "NORMINV" | "NORMSDIST" | "NORMSINV" | "NOT" | "ODDFPRICE" | "ODDFYIELD" | "ODDLPRICE" | "ODDLYIELD" | "PERCENTILE" | "PERCENTRANK" | "PHONETIC" | "POISSON" | "PRICE" | "PRICEMAT" | "RANDARRAY" | "RECEIVED" | "REGISTER.ID" | "REPLACEB" | "RIGHTB" | "RTD" | "SEARCHB" | "SEQUENCE" | "SHEETS" | "SORTBY" | "STDEV.S" | "STDEVP" | "T.TEST" | "TDIST" | "TINV" | "TTEST" | "VALUETOTEXT" | "VAR" | "VARP" | "VDB" | "WEBSERVICE" | "WEIBULL" | "XLOOKUP" | "XMATCH" | "YIELD" | "YIELDDISC" | "YIELDMAT" | "ZTEST">;
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];
@@ -23,7 +23,7 @@ declare const languages: {
23
23
  count: string;
24
24
  sum: string;
25
25
  };
26
- zh_CN: Record<"count" | "autoFilter.sortAscending" | "autoFilter.sortDescending" | "checkBox.selectAll" | "checkBox.search" | "customFilter.equal" | "customFilter.notEqual" | "customFilter.greaterThan" | "customFilter.greaterThanOrEqual" | "customFilter.lessThan" | "customFilter.lessThanOrEqual" | "customFilter.beginsWith" | "customFilter.notBeginsWith" | "customFilter.endsWith" | "customFilter.notEndsWith" | "customFilter.contains" | "customFilter.notContains" | "customFilter.and" | "customFilter.or" | "average" | "sum", string>;
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): "none" | "asc" | "desc";
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: "corner" | "drawing" | "cell" | "row-header" | "col-header" | "row-grid" | "col-grid";
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: "corner" | "drawing" | "cell" | "row-header" | "col-header" | "row-grid" | "col-grid";
13
+ selectType: "cell" | "corner" | "drawing" | "row-header" | "col-header" | "row-grid" | "col-grid";
14
14
  activeCell: RangeRef;
15
15
  sheetIndex: number;
16
16
  cellRanges: {