k-vtable 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2044) hide show
  1. package/README.md +151 -0
  2. package/cjs/ListTable-all.d.ts +3 -0
  3. package/cjs/ListTable-all.js +20 -0
  4. package/cjs/ListTable-all.js.map +1 -0
  5. package/cjs/ListTable-simple.d.ts +3 -0
  6. package/cjs/ListTable-simple.js +14 -0
  7. package/cjs/ListTable-simple.js.map +1 -0
  8. package/cjs/ListTable.d.ts +101 -0
  9. package/cjs/ListTable.js +682 -0
  10. package/cjs/ListTable.js.map +1 -0
  11. package/cjs/PivotChart.d.ts +100 -0
  12. package/cjs/PivotChart.js +755 -0
  13. package/cjs/PivotChart.js.map +1 -0
  14. package/cjs/PivotTable-all.d.ts +3 -0
  15. package/cjs/PivotTable-all.js +19 -0
  16. package/cjs/PivotTable-all.js.map +1 -0
  17. package/cjs/PivotTable-simple.d.ts +3 -0
  18. package/cjs/PivotTable-simple.js +14 -0
  19. package/cjs/PivotTable-simple.js.map +1 -0
  20. package/cjs/PivotTable.d.ts +112 -0
  21. package/cjs/PivotTable.js +992 -0
  22. package/cjs/PivotTable.js.map +1 -0
  23. package/cjs/body-helper/body-helper.d.ts +20 -0
  24. package/cjs/body-helper/body-helper.js +121 -0
  25. package/cjs/body-helper/body-helper.js.map +1 -0
  26. package/cjs/body-helper/style/ButtonStyle.d.ts +45 -0
  27. package/cjs/body-helper/style/ButtonStyle.js +110 -0
  28. package/cjs/body-helper/style/ButtonStyle.js.map +1 -0
  29. package/cjs/body-helper/style/CheckboxStyle.d.ts +42 -0
  30. package/cjs/body-helper/style/CheckboxStyle.js +104 -0
  31. package/cjs/body-helper/style/CheckboxStyle.js.map +1 -0
  32. package/cjs/body-helper/style/ImageStyle.d.ts +7 -0
  33. package/cjs/body-helper/style/ImageStyle.js +24 -0
  34. package/cjs/body-helper/style/ImageStyle.js.map +1 -0
  35. package/cjs/body-helper/style/MultilineTextStyle.d.ts +13 -0
  36. package/cjs/body-helper/style/MultilineTextStyle.js +38 -0
  37. package/cjs/body-helper/style/MultilineTextStyle.js.map +1 -0
  38. package/cjs/body-helper/style/NumberStyle.d.ts +7 -0
  39. package/cjs/body-helper/style/NumberStyle.js +24 -0
  40. package/cjs/body-helper/style/NumberStyle.js.map +1 -0
  41. package/cjs/body-helper/style/ProgressBarStyle.d.ts +55 -0
  42. package/cjs/body-helper/style/ProgressBarStyle.js +139 -0
  43. package/cjs/body-helper/style/ProgressBarStyle.js.map +1 -0
  44. package/cjs/body-helper/style/RadioStyle.d.ts +45 -0
  45. package/cjs/body-helper/style/RadioStyle.js +111 -0
  46. package/cjs/body-helper/style/RadioStyle.js.map +1 -0
  47. package/cjs/body-helper/style/Style.d.ts +95 -0
  48. package/cjs/body-helper/style/Style.js +225 -0
  49. package/cjs/body-helper/style/Style.js.map +1 -0
  50. package/cjs/body-helper/style/SwitchStyle.d.ts +36 -0
  51. package/cjs/body-helper/style/SwitchStyle.js +90 -0
  52. package/cjs/body-helper/style/SwitchStyle.js.map +1 -0
  53. package/cjs/body-helper/style.d.ts +11 -0
  54. package/cjs/body-helper/style.js +52 -0
  55. package/cjs/body-helper/style.js.map +1 -0
  56. package/cjs/chartModule.d.ts +3 -0
  57. package/cjs/chartModule.js +14 -0
  58. package/cjs/chartModule.js.map +1 -0
  59. package/cjs/components/axis/axis.d.ts +52 -0
  60. package/cjs/components/axis/axis.js +190 -0
  61. package/cjs/components/axis/axis.js.map +1 -0
  62. package/cjs/components/axis/band-scale.d.ts +18 -0
  63. package/cjs/components/axis/band-scale.js +54 -0
  64. package/cjs/components/axis/band-scale.js.map +1 -0
  65. package/cjs/components/axis/get-axis-attributes.d.ts +146 -0
  66. package/cjs/components/axis/get-axis-attributes.js +199 -0
  67. package/cjs/components/axis/get-axis-attributes.js.map +1 -0
  68. package/cjs/components/axis/get-axis-component-size.d.ts +6 -0
  69. package/cjs/components/axis/get-axis-component-size.js +138 -0
  70. package/cjs/components/axis/get-axis-component-size.js.map +1 -0
  71. package/cjs/components/axis/label-overlap.d.ts +3 -0
  72. package/cjs/components/axis/label-overlap.js +64 -0
  73. package/cjs/components/axis/label-overlap.js.map +1 -0
  74. package/cjs/components/axis/linear-scale.d.ts +48 -0
  75. package/cjs/components/axis/linear-scale.js +136 -0
  76. package/cjs/components/axis/linear-scale.js.map +1 -0
  77. package/cjs/components/empty-tip/empty-tip.d.ts +25 -0
  78. package/cjs/components/empty-tip/empty-tip.js +102 -0
  79. package/cjs/components/empty-tip/empty-tip.js.map +1 -0
  80. package/cjs/components/index.d.ts +6 -0
  81. package/cjs/components/index.js +44 -0
  82. package/cjs/components/index.js.map +1 -0
  83. package/cjs/components/legend/continue-legend/continue-legend.d.ts +24 -0
  84. package/cjs/components/legend/continue-legend/continue-legend.js +98 -0
  85. package/cjs/components/legend/continue-legend/continue-legend.js.map +1 -0
  86. package/cjs/components/legend/continue-legend/get-continue-legend-attributes.d.ts +5 -0
  87. package/cjs/components/legend/continue-legend/get-continue-legend-attributes.js +139 -0
  88. package/cjs/components/legend/continue-legend/get-continue-legend-attributes.js.map +1 -0
  89. package/cjs/components/legend/create-legend.d.ts +6 -0
  90. package/cjs/components/legend/create-legend.js +14 -0
  91. package/cjs/components/legend/create-legend.js.map +1 -0
  92. package/cjs/components/legend/discrete-legend/discrete-legend.d.ts +25 -0
  93. package/cjs/components/legend/discrete-legend/discrete-legend.js +115 -0
  94. package/cjs/components/legend/discrete-legend/discrete-legend.js.map +1 -0
  95. package/cjs/components/legend/discrete-legend/get-discrete-legend-attributes.d.ts +5 -0
  96. package/cjs/components/legend/discrete-legend/get-discrete-legend-attributes.js +90 -0
  97. package/cjs/components/legend/discrete-legend/get-discrete-legend-attributes.js.map +1 -0
  98. package/cjs/components/menu/dom/BaseMenu.d.ts +16 -0
  99. package/cjs/components/menu/dom/BaseMenu.js +33 -0
  100. package/cjs/components/menu/dom/BaseMenu.js.map +1 -0
  101. package/cjs/components/menu/dom/Menu.d.ts +9 -0
  102. package/cjs/components/menu/dom/Menu.js +24 -0
  103. package/cjs/components/menu/dom/Menu.js.map +1 -0
  104. package/cjs/components/menu/dom/MenuHandler.d.ts +24 -0
  105. package/cjs/components/menu/dom/MenuHandler.js +148 -0
  106. package/cjs/components/menu/dom/MenuHandler.js.map +1 -0
  107. package/cjs/components/menu/dom/logic/MenuContainer.d.ts +21 -0
  108. package/cjs/components/menu/dom/logic/MenuContainer.js +105 -0
  109. package/cjs/components/menu/dom/logic/MenuContainer.js.map +1 -0
  110. package/cjs/components/menu/dom/logic/MenuElement.d.ts +26 -0
  111. package/cjs/components/menu/dom/logic/MenuElement.js +287 -0
  112. package/cjs/components/menu/dom/logic/MenuElement.js.map +1 -0
  113. package/cjs/components/menu/dom/logic/MenuElementStyle.d.ts +1 -0
  114. package/cjs/components/menu/dom/logic/MenuElementStyle.js +17 -0
  115. package/cjs/components/menu/dom/logic/MenuElementStyle.js.map +1 -0
  116. package/cjs/components/react/react-custom-layout.d.ts +27 -0
  117. package/cjs/components/react/react-custom-layout.js +179 -0
  118. package/cjs/components/react/react-custom-layout.js.map +1 -0
  119. package/cjs/components/title/title.d.ts +21 -0
  120. package/cjs/components/title/title.js +89 -0
  121. package/cjs/components/title/title.js.map +1 -0
  122. package/cjs/components/tooltip/BaseTooltip.d.ts +22 -0
  123. package/cjs/components/tooltip/BaseTooltip.js +35 -0
  124. package/cjs/components/tooltip/BaseTooltip.js.map +1 -0
  125. package/cjs/components/tooltip/Tooltip.d.ts +5 -0
  126. package/cjs/components/tooltip/Tooltip.js +16 -0
  127. package/cjs/components/tooltip/Tooltip.js.map +1 -0
  128. package/cjs/components/tooltip/TooltipHandler.d.ts +31 -0
  129. package/cjs/components/tooltip/TooltipHandler.js +132 -0
  130. package/cjs/components/tooltip/TooltipHandler.js.map +1 -0
  131. package/cjs/components/tooltip/logic/BubbleTooltipElement.d.ts +34 -0
  132. package/cjs/components/tooltip/logic/BubbleTooltipElement.js +163 -0
  133. package/cjs/components/tooltip/logic/BubbleTooltipElement.js.map +1 -0
  134. package/cjs/components/tooltip/logic/BubbleTooltipElementStyle.d.ts +1 -0
  135. package/cjs/components/tooltip/logic/BubbleTooltipElementStyle.js +17 -0
  136. package/cjs/components/tooltip/logic/BubbleTooltipElementStyle.js.map +1 -0
  137. package/cjs/components/util/orient.d.ts +3 -0
  138. package/cjs/components/util/orient.js +14 -0
  139. package/cjs/components/util/orient.js.map +1 -0
  140. package/cjs/components/util/register.d.ts +3 -0
  141. package/cjs/components/util/register.js +15 -0
  142. package/cjs/components/util/register.js.map +1 -0
  143. package/cjs/components/util/transform.d.ts +5 -0
  144. package/cjs/components/util/transform.js +45 -0
  145. package/cjs/components/util/transform.js.map +1 -0
  146. package/cjs/core/BaseTable.d.ts +436 -0
  147. package/cjs/core/BaseTable.js +1866 -0
  148. package/cjs/core/BaseTable.js.map +1 -0
  149. package/cjs/core/FouseInput.d.ts +12 -0
  150. package/cjs/core/FouseInput.js +41 -0
  151. package/cjs/core/FouseInput.js.map +1 -0
  152. package/cjs/core/TABLE_EVENT_TYPE.d.ts +61 -0
  153. package/cjs/core/TABLE_EVENT_TYPE.js +65 -0
  154. package/cjs/core/TABLE_EVENT_TYPE.js.map +1 -0
  155. package/cjs/core/animation.d.ts +17 -0
  156. package/cjs/core/animation.js +61 -0
  157. package/cjs/core/animation.js.map +1 -0
  158. package/cjs/core/factory.d.ts +11 -0
  159. package/cjs/core/factory.js +29 -0
  160. package/cjs/core/factory.js.map +1 -0
  161. package/cjs/core/group-helper.d.ts +6 -0
  162. package/cjs/core/group-helper.js +22 -0
  163. package/cjs/core/group-helper.js.map +1 -0
  164. package/cjs/core/record-helper.d.ts +8 -0
  165. package/cjs/core/record-helper.js +428 -0
  166. package/cjs/core/record-helper.js.map +1 -0
  167. package/cjs/core/row-series-number-helper.d.ts +8 -0
  168. package/cjs/core/row-series-number-helper.js +46 -0
  169. package/cjs/core/row-series-number-helper.js.map +1 -0
  170. package/cjs/core/style-helper.d.ts +3 -0
  171. package/cjs/core/style-helper.js +110 -0
  172. package/cjs/core/style-helper.js.map +1 -0
  173. package/cjs/core/style.d.ts +1 -0
  174. package/cjs/core/style.js +17 -0
  175. package/cjs/core/style.js.map +1 -0
  176. package/cjs/core/tableHelper.d.ts +45 -0
  177. package/cjs/core/tableHelper.js +287 -0
  178. package/cjs/core/tableHelper.js.map +1 -0
  179. package/cjs/core/utils/get-cell-position.d.ts +12 -0
  180. package/cjs/core/utils/get-cell-position.js +214 -0
  181. package/cjs/core/utils/get-cell-position.js.map +1 -0
  182. package/cjs/core/utils/get-custom-merge-cell-func.d.ts +2 -0
  183. package/cjs/core/utils/get-custom-merge-cell-func.js +14 -0
  184. package/cjs/core/utils/get-custom-merge-cell-func.js.map +1 -0
  185. package/cjs/core.d.ts +3 -0
  186. package/cjs/core.js +15 -0
  187. package/cjs/core.js.map +1 -0
  188. package/cjs/data/CachedDataSource.d.ts +36 -0
  189. package/cjs/data/CachedDataSource.js +259 -0
  190. package/cjs/data/CachedDataSource.js.map +1 -0
  191. package/cjs/data/DataSource.d.ts +129 -0
  192. package/cjs/data/DataSource.js +758 -0
  193. package/cjs/data/DataSource.js.map +1 -0
  194. package/cjs/data.d.ts +4 -0
  195. package/cjs/data.js +24 -0
  196. package/cjs/data.js.map +1 -0
  197. package/cjs/dataset/DataStatistics.d.ts +10 -0
  198. package/cjs/dataset/DataStatistics.js +81 -0
  199. package/cjs/dataset/DataStatistics.js.map +1 -0
  200. package/cjs/dataset/dataset-pivot-table.d.ts +60 -0
  201. package/cjs/dataset/dataset-pivot-table.js +349 -0
  202. package/cjs/dataset/dataset-pivot-table.js.map +1 -0
  203. package/cjs/dataset/dataset.d.ts +108 -0
  204. package/cjs/dataset/dataset.js +810 -0
  205. package/cjs/dataset/dataset.js.map +1 -0
  206. package/cjs/dataset/flatDataToObject.d.ts +46 -0
  207. package/cjs/dataset/flatDataToObject.js +133 -0
  208. package/cjs/dataset/flatDataToObject.js.map +1 -0
  209. package/cjs/edit/edit-manager.d.ts +19 -0
  210. package/cjs/edit/edit-manager.js +124 -0
  211. package/cjs/edit/edit-manager.js.map +1 -0
  212. package/cjs/edit/editors.d.ts +5 -0
  213. package/cjs/edit/editors.js +10 -0
  214. package/cjs/edit/editors.js.map +1 -0
  215. package/cjs/event/EventHandler.d.ts +47 -0
  216. package/cjs/event/EventHandler.js +128 -0
  217. package/cjs/event/EventHandler.js.map +1 -0
  218. package/cjs/event/EventTarget.d.ts +12 -0
  219. package/cjs/event/EventTarget.js +67 -0
  220. package/cjs/event/EventTarget.js.map +1 -0
  221. package/cjs/event/component/button.d.ts +2 -0
  222. package/cjs/event/component/button.js +21 -0
  223. package/cjs/event/component/button.js.map +1 -0
  224. package/cjs/event/drill.d.ts +5 -0
  225. package/cjs/event/drill.js +38 -0
  226. package/cjs/event/drill.js.map +1 -0
  227. package/cjs/event/event.d.ts +63 -0
  228. package/cjs/event/event.js +208 -0
  229. package/cjs/event/event.js.map +1 -0
  230. package/cjs/event/helper.d.ts +2 -0
  231. package/cjs/event/helper.js +35 -0
  232. package/cjs/event/helper.js.map +1 -0
  233. package/cjs/event/listener/container-dom.d.ts +2 -0
  234. package/cjs/event/listener/container-dom.js +343 -0
  235. package/cjs/event/listener/container-dom.js.map +1 -0
  236. package/cjs/event/listener/scroll-bar.d.ts +2 -0
  237. package/cjs/event/listener/scroll-bar.js +80 -0
  238. package/cjs/event/listener/scroll-bar.js.map +1 -0
  239. package/cjs/event/listener/table-group.d.ts +6 -0
  240. package/cjs/event/listener/table-group.js +519 -0
  241. package/cjs/event/listener/table-group.js.map +1 -0
  242. package/cjs/event/listener/touch.d.ts +2 -0
  243. package/cjs/event/listener/touch.js +84 -0
  244. package/cjs/event/listener/touch.js.map +1 -0
  245. package/cjs/event/media-click.d.ts +2 -0
  246. package/cjs/event/media-click.js +85 -0
  247. package/cjs/event/media-click.js.map +1 -0
  248. package/cjs/event/scroll.d.ts +20 -0
  249. package/cjs/event/scroll.js +92 -0
  250. package/cjs/event/scroll.js.map +1 -0
  251. package/cjs/event/self-event-listener/base-table/dbclick-auto-column-width.d.ts +2 -0
  252. package/cjs/event/self-event-listener/base-table/dbclick-auto-column-width.js +31 -0
  253. package/cjs/event/self-event-listener/base-table/dbclick-auto-column-width.js.map +1 -0
  254. package/cjs/event/self-event-listener/base-table/dropdown-menu.d.ts +2 -0
  255. package/cjs/event/self-event-listener/base-table/dropdown-menu.js +16 -0
  256. package/cjs/event/self-event-listener/base-table/dropdown-menu.js.map +1 -0
  257. package/cjs/event/self-event-listener/base-table/icon.d.ts +2 -0
  258. package/cjs/event/self-event-listener/base-table/icon.js +23 -0
  259. package/cjs/event/self-event-listener/base-table/icon.js.map +1 -0
  260. package/cjs/event/self-event-listener/base-table/right-button-click.d.ts +2 -0
  261. package/cjs/event/self-event-listener/base-table/right-button-click.js +25 -0
  262. package/cjs/event/self-event-listener/base-table/right-button-click.js.map +1 -0
  263. package/cjs/event/self-event-listener/list-table/checkbox.d.ts +3 -0
  264. package/cjs/event/self-event-listener/list-table/checkbox.js +124 -0
  265. package/cjs/event/self-event-listener/list-table/checkbox.js.map +1 -0
  266. package/cjs/event/self-event-listener/pivot-chart/axis-click.d.ts +2 -0
  267. package/cjs/event/self-event-listener/pivot-chart/axis-click.js +43 -0
  268. package/cjs/event/self-event-listener/pivot-chart/axis-click.js.map +1 -0
  269. package/cjs/event/self-event-listener/pivot-chart/axis-hover.d.ts +2 -0
  270. package/cjs/event/self-event-listener/pivot-chart/axis-hover.js +41 -0
  271. package/cjs/event/self-event-listener/pivot-chart/axis-hover.js.map +1 -0
  272. package/cjs/event/self-event-listener/pivot-table/drill.d.ts +1 -0
  273. package/cjs/event/self-event-listener/pivot-table/drill.js +3 -0
  274. package/cjs/event/self-event-listener/pivot-table/drill.js.map +1 -0
  275. package/cjs/event/sparkline-event.d.ts +2 -0
  276. package/cjs/event/sparkline-event.js +27 -0
  277. package/cjs/event/sparkline-event.js.map +1 -0
  278. package/cjs/event/util.d.ts +20 -0
  279. package/cjs/event/util.js +46 -0
  280. package/cjs/event/util.js.map +1 -0
  281. package/cjs/header-helper/header-helper.d.ts +29 -0
  282. package/cjs/header-helper/header-helper.js +272 -0
  283. package/cjs/header-helper/header-helper.js.map +1 -0
  284. package/cjs/header-helper/style/CheckboxStyle.d.ts +42 -0
  285. package/cjs/header-helper/style/CheckboxStyle.js +104 -0
  286. package/cjs/header-helper/style/CheckboxStyle.js.map +1 -0
  287. package/cjs/header-helper/style/ImageStyle.d.ts +7 -0
  288. package/cjs/header-helper/style/ImageStyle.js +25 -0
  289. package/cjs/header-helper/style/ImageStyle.js.map +1 -0
  290. package/cjs/header-helper/style/MultilineTextHeaderStyle.d.ts +13 -0
  291. package/cjs/header-helper/style/MultilineTextHeaderStyle.js +38 -0
  292. package/cjs/header-helper/style/MultilineTextHeaderStyle.js.map +1 -0
  293. package/cjs/header-helper/style/SortHeaderStyle.d.ts +1 -0
  294. package/cjs/header-helper/style/SortHeaderStyle.js +3 -0
  295. package/cjs/header-helper/style/SortHeaderStyle.js.map +1 -0
  296. package/cjs/header-helper/style/Style.d.ts +95 -0
  297. package/cjs/header-helper/style/Style.js +226 -0
  298. package/cjs/header-helper/style/Style.js.map +1 -0
  299. package/cjs/header-helper/style.d.ts +6 -0
  300. package/cjs/header-helper/style.js +35 -0
  301. package/cjs/header-helper/style.js.map +1 -0
  302. package/cjs/icons.d.ts +5 -0
  303. package/cjs/icons.js +299 -0
  304. package/cjs/icons.js.map +1 -0
  305. package/cjs/index.d.ts +33 -0
  306. package/cjs/index.js +215 -0
  307. package/cjs/index.js.map +1 -0
  308. package/cjs/layout/cell-range/simple-cell-range.d.ts +4 -0
  309. package/cjs/layout/cell-range/simple-cell-range.js +148 -0
  310. package/cjs/layout/cell-range/simple-cell-range.js.map +1 -0
  311. package/cjs/layout/chart-helper/get-axis-config.d.ts +39 -0
  312. package/cjs/layout/chart-helper/get-axis-config.js +398 -0
  313. package/cjs/layout/chart-helper/get-axis-config.js.map +1 -0
  314. package/cjs/layout/chart-helper/get-axis-domain.d.ts +11 -0
  315. package/cjs/layout/chart-helper/get-axis-domain.js +49 -0
  316. package/cjs/layout/chart-helper/get-axis-domain.js.map +1 -0
  317. package/cjs/layout/chart-helper/get-chart-spec.d.ts +13 -0
  318. package/cjs/layout/chart-helper/get-chart-spec.js +287 -0
  319. package/cjs/layout/chart-helper/get-chart-spec.js.map +1 -0
  320. package/cjs/layout/chart-helper/tick-align.d.ts +12 -0
  321. package/cjs/layout/chart-helper/tick-align.js +23 -0
  322. package/cjs/layout/chart-helper/tick-align.js.map +1 -0
  323. package/cjs/layout/chart-helper/zero-align.d.ts +10 -0
  324. package/cjs/layout/chart-helper/zero-align.js +119 -0
  325. package/cjs/layout/chart-helper/zero-align.js.map +1 -0
  326. package/cjs/layout/index.d.ts +1 -0
  327. package/cjs/layout/index.js +14 -0
  328. package/cjs/layout/index.js.map +1 -0
  329. package/cjs/layout/layout-helper.d.ts +20 -0
  330. package/cjs/layout/layout-helper.js +154 -0
  331. package/cjs/layout/layout-helper.js.map +1 -0
  332. package/cjs/layout/pivot-header-layout.d.ts +279 -0
  333. package/cjs/layout/pivot-header-layout.js +1845 -0
  334. package/cjs/layout/pivot-header-layout.js.map +1 -0
  335. package/cjs/layout/pivot-layout.d.ts +1 -0
  336. package/cjs/layout/pivot-layout.js +1 -0
  337. package/cjs/layout/pivot-layout.js.map +1 -0
  338. package/cjs/layout/row-height-map.d.ts +34 -0
  339. package/cjs/layout/row-height-map.js +176 -0
  340. package/cjs/layout/row-height-map.js.map +1 -0
  341. package/cjs/layout/simple-header-layout.d.ts +153 -0
  342. package/cjs/layout/simple-header-layout.js +779 -0
  343. package/cjs/layout/simple-header-layout.js.map +1 -0
  344. package/cjs/layout/tree-helper.d.ts +71 -0
  345. package/cjs/layout/tree-helper.js +405 -0
  346. package/cjs/layout/tree-helper.js.map +1 -0
  347. package/cjs/plugins/chartModules.d.ts +3 -0
  348. package/cjs/plugins/chartModules.js +6 -0
  349. package/cjs/plugins/chartModules.js.map +1 -0
  350. package/cjs/plugins/custom-cell-style.d.ts +26 -0
  351. package/cjs/plugins/custom-cell-style.js +113 -0
  352. package/cjs/plugins/custom-cell-style.js.map +1 -0
  353. package/cjs/plugins/icons.d.ts +12 -0
  354. package/cjs/plugins/icons.js +26 -0
  355. package/cjs/plugins/icons.js.map +1 -0
  356. package/cjs/plugins/invert-highlight.d.ts +1 -0
  357. package/cjs/plugins/invert-highlight.js +23 -0
  358. package/cjs/plugins/invert-highlight.js.map +1 -0
  359. package/cjs/plugins/list-tree-stick-cell.d.ts +18 -0
  360. package/cjs/plugins/list-tree-stick-cell.js +180 -0
  361. package/cjs/plugins/list-tree-stick-cell.js.map +1 -0
  362. package/cjs/plugins/themes.d.ts +4 -0
  363. package/cjs/plugins/themes.js +6 -0
  364. package/cjs/plugins/themes.js.map +1 -0
  365. package/cjs/register.d.ts +15 -0
  366. package/cjs/register.js +45 -0
  367. package/cjs/register.js.map +1 -0
  368. package/cjs/render/jsx/index.d.ts +8 -0
  369. package/cjs/render/jsx/index.js +91 -0
  370. package/cjs/render/jsx/index.js.map +1 -0
  371. package/cjs/render/layout/arc.d.ts +12 -0
  372. package/cjs/render/layout/arc.js +18 -0
  373. package/cjs/render/layout/arc.js.map +1 -0
  374. package/cjs/render/layout/circle.d.ts +12 -0
  375. package/cjs/render/layout/circle.js +18 -0
  376. package/cjs/render/layout/circle.js.map +1 -0
  377. package/cjs/render/layout/container.d.ts +14 -0
  378. package/cjs/render/layout/container.js +27 -0
  379. package/cjs/render/layout/container.js.map +1 -0
  380. package/cjs/render/layout/direction.d.ts +22 -0
  381. package/cjs/render/layout/direction.js +35 -0
  382. package/cjs/render/layout/direction.js.map +1 -0
  383. package/cjs/render/layout/element.d.ts +43 -0
  384. package/cjs/render/layout/element.js +27 -0
  385. package/cjs/render/layout/element.js.map +1 -0
  386. package/cjs/render/layout/group-element.d.ts +5 -0
  387. package/cjs/render/layout/group-element.js +16 -0
  388. package/cjs/render/layout/group-element.js.map +1 -0
  389. package/cjs/render/layout/group.d.ts +12 -0
  390. package/cjs/render/layout/group.js +18 -0
  391. package/cjs/render/layout/group.js.map +1 -0
  392. package/cjs/render/layout/icon.d.ts +21 -0
  393. package/cjs/render/layout/icon.js +50 -0
  394. package/cjs/render/layout/icon.js.map +1 -0
  395. package/cjs/render/layout/image.d.ts +14 -0
  396. package/cjs/render/layout/image.js +19 -0
  397. package/cjs/render/layout/image.js.map +1 -0
  398. package/cjs/render/layout/index.d.ts +13 -0
  399. package/cjs/render/layout/index.js +41 -0
  400. package/cjs/render/layout/index.js.map +1 -0
  401. package/cjs/render/layout/line.d.ts +1 -0
  402. package/cjs/render/layout/line.js +15 -0
  403. package/cjs/render/layout/line.js.map +1 -0
  404. package/cjs/render/layout/percent-calc.d.ts +5 -0
  405. package/cjs/render/layout/percent-calc.js +13 -0
  406. package/cjs/render/layout/percent-calc.js.map +1 -0
  407. package/cjs/render/layout/rect.d.ts +12 -0
  408. package/cjs/render/layout/rect.js +18 -0
  409. package/cjs/render/layout/rect.js.map +1 -0
  410. package/cjs/render/layout/tag.d.ts +14 -0
  411. package/cjs/render/layout/tag.js +21 -0
  412. package/cjs/render/layout/tag.js.map +1 -0
  413. package/cjs/render/layout/text.d.ts +13 -0
  414. package/cjs/render/layout/text.js +23 -0
  415. package/cjs/render/layout/text.js.map +1 -0
  416. package/cjs/scenegraph/animation/appear.d.ts +2 -0
  417. package/cjs/scenegraph/animation/appear.js +26 -0
  418. package/cjs/scenegraph/animation/appear.js.map +1 -0
  419. package/cjs/scenegraph/component/cell-content.d.ts +36 -0
  420. package/cjs/scenegraph/component/cell-content.js +109 -0
  421. package/cjs/scenegraph/component/cell-content.js.map +1 -0
  422. package/cjs/scenegraph/component/cell-mover.d.ts +21 -0
  423. package/cjs/scenegraph/component/cell-mover.js +119 -0
  424. package/cjs/scenegraph/component/cell-mover.js.map +1 -0
  425. package/cjs/scenegraph/component/custom.d.ts +16 -0
  426. package/cjs/scenegraph/component/custom.js +309 -0
  427. package/cjs/scenegraph/component/custom.js.map +1 -0
  428. package/cjs/scenegraph/component/drill-icon.d.ts +9 -0
  429. package/cjs/scenegraph/component/drill-icon.js +70 -0
  430. package/cjs/scenegraph/component/drill-icon.js.map +1 -0
  431. package/cjs/scenegraph/component/menu.d.ts +41 -0
  432. package/cjs/scenegraph/component/menu.js +217 -0
  433. package/cjs/scenegraph/component/menu.js.map +1 -0
  434. package/cjs/scenegraph/component/table-component.d.ts +52 -0
  435. package/cjs/scenegraph/component/table-component.js +560 -0
  436. package/cjs/scenegraph/component/table-component.js.map +1 -0
  437. package/cjs/scenegraph/component/util.d.ts +3 -0
  438. package/cjs/scenegraph/component/util.js +18 -0
  439. package/cjs/scenegraph/component/util.js.map +1 -0
  440. package/cjs/scenegraph/debug-tool/debug-tool.d.ts +34 -0
  441. package/cjs/scenegraph/debug-tool/debug-tool.js +125 -0
  442. package/cjs/scenegraph/debug-tool/debug-tool.js.map +1 -0
  443. package/cjs/scenegraph/debug-tool/index.d.ts +4 -0
  444. package/cjs/scenegraph/debug-tool/index.js +14 -0
  445. package/cjs/scenegraph/debug-tool/index.js.map +1 -0
  446. package/cjs/scenegraph/graphic/chart.d.ts +47 -0
  447. package/cjs/scenegraph/graphic/chart.js +129 -0
  448. package/cjs/scenegraph/graphic/chart.js.map +1 -0
  449. package/cjs/scenegraph/graphic/contributions/chart-render-helper.d.ts +11 -0
  450. package/cjs/scenegraph/graphic/contributions/chart-render-helper.js +166 -0
  451. package/cjs/scenegraph/graphic/contributions/chart-render-helper.js.map +1 -0
  452. package/cjs/scenegraph/graphic/contributions/chart-render.d.ts +11 -0
  453. package/cjs/scenegraph/graphic/contributions/chart-render.js +74 -0
  454. package/cjs/scenegraph/graphic/contributions/chart-render.js.map +1 -0
  455. package/cjs/scenegraph/graphic/contributions/draw-interceptor.d.ts +13 -0
  456. package/cjs/scenegraph/graphic/contributions/draw-interceptor.js +92 -0
  457. package/cjs/scenegraph/graphic/contributions/draw-interceptor.js.map +1 -0
  458. package/cjs/scenegraph/graphic/contributions/group-contribution-render.d.ts +79 -0
  459. package/cjs/scenegraph/graphic/contributions/group-contribution-render.js +341 -0
  460. package/cjs/scenegraph/graphic/contributions/group-contribution-render.js.map +1 -0
  461. package/cjs/scenegraph/graphic/contributions/image-contribution-render.d.ts +38 -0
  462. package/cjs/scenegraph/graphic/contributions/image-contribution-render.js +75 -0
  463. package/cjs/scenegraph/graphic/contributions/image-contribution-render.js.map +1 -0
  464. package/cjs/scenegraph/graphic/contributions/index.d.ts +3 -0
  465. package/cjs/scenegraph/graphic/contributions/index.js +46 -0
  466. package/cjs/scenegraph/graphic/contributions/index.js.map +1 -0
  467. package/cjs/scenegraph/graphic/contributions/rect-contribution-render.d.ts +18 -0
  468. package/cjs/scenegraph/graphic/contributions/rect-contribution-render.js +91 -0
  469. package/cjs/scenegraph/graphic/contributions/rect-contribution-render.js.map +1 -0
  470. package/cjs/scenegraph/graphic/contributions/text-contribution-render.d.ts +12 -0
  471. package/cjs/scenegraph/graphic/contributions/text-contribution-render.js +72 -0
  472. package/cjs/scenegraph/graphic/contributions/text-contribution-render.js.map +1 -0
  473. package/cjs/scenegraph/graphic/group.d.ts +37 -0
  474. package/cjs/scenegraph/graphic/group.js +135 -0
  475. package/cjs/scenegraph/graphic/group.js.map +1 -0
  476. package/cjs/scenegraph/graphic/icon.d.ts +47 -0
  477. package/cjs/scenegraph/graphic/icon.js +78 -0
  478. package/cjs/scenegraph/graphic/icon.js.map +1 -0
  479. package/cjs/scenegraph/graphic/mark.d.ts +4 -0
  480. package/cjs/scenegraph/graphic/mark.js +74 -0
  481. package/cjs/scenegraph/graphic/mark.js.map +1 -0
  482. package/cjs/scenegraph/graphic/text.d.ts +2 -0
  483. package/cjs/scenegraph/graphic/text.js +15 -0
  484. package/cjs/scenegraph/graphic/text.js.map +1 -0
  485. package/cjs/scenegraph/group-creater/cell-helper.d.ts +16 -0
  486. package/cjs/scenegraph/group-creater/cell-helper.js +325 -0
  487. package/cjs/scenegraph/group-creater/cell-helper.js.map +1 -0
  488. package/cjs/scenegraph/group-creater/cell-type/button-cell.d.ts +6 -0
  489. package/cjs/scenegraph/group-creater/cell-type/button-cell.js +146 -0
  490. package/cjs/scenegraph/group-creater/cell-type/button-cell.js.map +1 -0
  491. package/cjs/scenegraph/group-creater/cell-type/chart-cell.d.ts +5 -0
  492. package/cjs/scenegraph/group-creater/cell-type/chart-cell.js +100 -0
  493. package/cjs/scenegraph/group-creater/cell-type/chart-cell.js.map +1 -0
  494. package/cjs/scenegraph/group-creater/cell-type/checkbox-cell.d.ts +6 -0
  495. package/cjs/scenegraph/group-creater/cell-type/checkbox-cell.js +143 -0
  496. package/cjs/scenegraph/group-creater/cell-type/checkbox-cell.js.map +1 -0
  497. package/cjs/scenegraph/group-creater/cell-type/image-cell.d.ts +15 -0
  498. package/cjs/scenegraph/group-creater/cell-type/image-cell.js +234 -0
  499. package/cjs/scenegraph/group-creater/cell-type/image-cell.js.map +1 -0
  500. package/cjs/scenegraph/group-creater/cell-type/index.d.ts +10 -0
  501. package/cjs/scenegraph/group-creater/cell-type/index.js +67 -0
  502. package/cjs/scenegraph/group-creater/cell-type/index.js.map +1 -0
  503. package/cjs/scenegraph/group-creater/cell-type/progress-bar-cell.d.ts +11 -0
  504. package/cjs/scenegraph/group-creater/cell-type/progress-bar-cell.js +390 -0
  505. package/cjs/scenegraph/group-creater/cell-type/progress-bar-cell.js.map +1 -0
  506. package/cjs/scenegraph/group-creater/cell-type/radio-cell.d.ts +6 -0
  507. package/cjs/scenegraph/group-creater/cell-type/radio-cell.js +150 -0
  508. package/cjs/scenegraph/group-creater/cell-type/radio-cell.js.map +1 -0
  509. package/cjs/scenegraph/group-creater/cell-type/spark-line-cell.d.ts +5 -0
  510. package/cjs/scenegraph/group-creater/cell-type/spark-line-cell.js +201 -0
  511. package/cjs/scenegraph/group-creater/cell-type/spark-line-cell.js.map +1 -0
  512. package/cjs/scenegraph/group-creater/cell-type/switch-cell.d.ts +6 -0
  513. package/cjs/scenegraph/group-creater/cell-type/switch-cell.js +152 -0
  514. package/cjs/scenegraph/group-creater/cell-type/switch-cell.js.map +1 -0
  515. package/cjs/scenegraph/group-creater/cell-type/text-cell.d.ts +6 -0
  516. package/cjs/scenegraph/group-creater/cell-type/text-cell.js +66 -0
  517. package/cjs/scenegraph/group-creater/cell-type/text-cell.js.map +1 -0
  518. package/cjs/scenegraph/group-creater/cell-type/video-cell.d.ts +6 -0
  519. package/cjs/scenegraph/group-creater/cell-type/video-cell.js +139 -0
  520. package/cjs/scenegraph/group-creater/cell-type/video-cell.js.map +1 -0
  521. package/cjs/scenegraph/group-creater/column-helper.d.ts +14 -0
  522. package/cjs/scenegraph/group-creater/column-helper.js +142 -0
  523. package/cjs/scenegraph/group-creater/column-helper.js.map +1 -0
  524. package/cjs/scenegraph/group-creater/column.d.ts +4 -0
  525. package/cjs/scenegraph/group-creater/column.js +31 -0
  526. package/cjs/scenegraph/group-creater/column.js.map +1 -0
  527. package/cjs/scenegraph/group-creater/init-scenegraph.d.ts +2 -0
  528. package/cjs/scenegraph/group-creater/init-scenegraph.js +58 -0
  529. package/cjs/scenegraph/group-creater/init-scenegraph.js.map +1 -0
  530. package/cjs/scenegraph/group-creater/progress/create-group-for-first-screen.d.ts +3 -0
  531. package/cjs/scenegraph/group-creater/progress/create-group-for-first-screen.js +53 -0
  532. package/cjs/scenegraph/group-creater/progress/create-group-for-first-screen.js.map +1 -0
  533. package/cjs/scenegraph/group-creater/progress/default-width-height.d.ts +3 -0
  534. package/cjs/scenegraph/group-creater/progress/default-width-height.js +24 -0
  535. package/cjs/scenegraph/group-creater/progress/default-width-height.js.map +1 -0
  536. package/cjs/scenegraph/group-creater/progress/proxy.d.ts +79 -0
  537. package/cjs/scenegraph/group-creater/progress/proxy.js +341 -0
  538. package/cjs/scenegraph/group-creater/progress/proxy.js.map +1 -0
  539. package/cjs/scenegraph/group-creater/progress/update-position/dynamic-set-x.d.ts +4 -0
  540. package/cjs/scenegraph/group-creater/progress/update-position/dynamic-set-x.js +173 -0
  541. package/cjs/scenegraph/group-creater/progress/update-position/dynamic-set-x.js.map +1 -0
  542. package/cjs/scenegraph/group-creater/progress/update-position/dynamic-set-y.d.ts +4 -0
  543. package/cjs/scenegraph/group-creater/progress/update-position/dynamic-set-y.js +190 -0
  544. package/cjs/scenegraph/group-creater/progress/update-position/dynamic-set-y.js.map +1 -0
  545. package/cjs/scenegraph/group-creater/progress/update-position/sort-horizontal.d.ts +2 -0
  546. package/cjs/scenegraph/group-creater/progress/update-position/sort-horizontal.js +62 -0
  547. package/cjs/scenegraph/group-creater/progress/update-position/sort-horizontal.js.map +1 -0
  548. package/cjs/scenegraph/group-creater/progress/update-position/sort-vertical.d.ts +2 -0
  549. package/cjs/scenegraph/group-creater/progress/update-position/sort-vertical.js +75 -0
  550. package/cjs/scenegraph/group-creater/progress/update-position/sort-vertical.js.map +1 -0
  551. package/cjs/scenegraph/group-creater/progress/update-position/update-auto-column.d.ts +2 -0
  552. package/cjs/scenegraph/group-creater/progress/update-position/update-auto-column.js +37 -0
  553. package/cjs/scenegraph/group-creater/progress/update-position/update-auto-column.js.map +1 -0
  554. package/cjs/scenegraph/group-creater/progress/update-position/update-auto-row.d.ts +2 -0
  555. package/cjs/scenegraph/group-creater/progress/update-position/update-auto-row.js +47 -0
  556. package/cjs/scenegraph/group-creater/progress/update-position/update-auto-row.js.map +1 -0
  557. package/cjs/scenegraph/group-creater/progress/update-position/util.d.ts +8 -0
  558. package/cjs/scenegraph/group-creater/progress/update-position/util.js +98 -0
  559. package/cjs/scenegraph/group-creater/progress/update-position/util.js.map +1 -0
  560. package/cjs/scenegraph/icon/icon-update.d.ts +28 -0
  561. package/cjs/scenegraph/icon/icon-update.js +188 -0
  562. package/cjs/scenegraph/icon/icon-update.js.map +1 -0
  563. package/cjs/scenegraph/layout/compute-col-width.d.ts +4 -0
  564. package/cjs/scenegraph/layout/compute-col-width.js +344 -0
  565. package/cjs/scenegraph/layout/compute-col-width.js.map +1 -0
  566. package/cjs/scenegraph/layout/compute-row-height.d.ts +3 -0
  567. package/cjs/scenegraph/layout/compute-row-height.js +335 -0
  568. package/cjs/scenegraph/layout/compute-row-height.js.map +1 -0
  569. package/cjs/scenegraph/layout/frozen-react.d.ts +5 -0
  570. package/cjs/scenegraph/layout/frozen-react.js +91 -0
  571. package/cjs/scenegraph/layout/frozen-react.js.map +1 -0
  572. package/cjs/scenegraph/layout/frozen.d.ts +6 -0
  573. package/cjs/scenegraph/layout/frozen.js +330 -0
  574. package/cjs/scenegraph/layout/frozen.js.map +1 -0
  575. package/cjs/scenegraph/layout/height-util.d.ts +7 -0
  576. package/cjs/scenegraph/layout/height-util.js +127 -0
  577. package/cjs/scenegraph/layout/height-util.js.map +1 -0
  578. package/cjs/scenegraph/layout/move-cell.d.ts +2 -0
  579. package/cjs/scenegraph/layout/move-cell.js +50 -0
  580. package/cjs/scenegraph/layout/move-cell.js.map +1 -0
  581. package/cjs/scenegraph/layout/update-col.d.ts +3 -0
  582. package/cjs/scenegraph/layout/update-col.js +207 -0
  583. package/cjs/scenegraph/layout/update-col.js.map +1 -0
  584. package/cjs/scenegraph/layout/update-height.d.ts +6 -0
  585. package/cjs/scenegraph/layout/update-height.js +146 -0
  586. package/cjs/scenegraph/layout/update-height.js.map +1 -0
  587. package/cjs/scenegraph/layout/update-row.d.ts +3 -0
  588. package/cjs/scenegraph/layout/update-row.js +284 -0
  589. package/cjs/scenegraph/layout/update-row.js.map +1 -0
  590. package/cjs/scenegraph/layout/update-width.d.ts +2 -0
  591. package/cjs/scenegraph/layout/update-width.js +238 -0
  592. package/cjs/scenegraph/layout/update-width.js.map +1 -0
  593. package/cjs/scenegraph/refresh-node/update-chart.d.ts +7 -0
  594. package/cjs/scenegraph/refresh-node/update-chart.js +201 -0
  595. package/cjs/scenegraph/refresh-node/update-chart.js.map +1 -0
  596. package/cjs/scenegraph/scenegraph.d.ts +182 -0
  597. package/cjs/scenegraph/scenegraph.js +898 -0
  598. package/cjs/scenegraph/scenegraph.js.map +1 -0
  599. package/cjs/scenegraph/select/create-select-border.d.ts +3 -0
  600. package/cjs/scenegraph/select/create-select-border.js +60 -0
  601. package/cjs/scenegraph/select/create-select-border.js.map +1 -0
  602. package/cjs/scenegraph/select/delete-select-border.d.ts +5 -0
  603. package/cjs/scenegraph/select/delete-select-border.js +37 -0
  604. package/cjs/scenegraph/select/delete-select-border.js.map +1 -0
  605. package/cjs/scenegraph/select/move-select-border.d.ts +2 -0
  606. package/cjs/scenegraph/select/move-select-border.js +15 -0
  607. package/cjs/scenegraph/select/move-select-border.js.map +1 -0
  608. package/cjs/scenegraph/select/update-select-border.d.ts +8 -0
  609. package/cjs/scenegraph/select/update-select-border.js +272 -0
  610. package/cjs/scenegraph/select/update-select-border.js.map +1 -0
  611. package/cjs/scenegraph/select/update-select-style.d.ts +3 -0
  612. package/cjs/scenegraph/select/update-select-style.js +13 -0
  613. package/cjs/scenegraph/select/update-select-style.js.map +1 -0
  614. package/cjs/scenegraph/stick-text/index.d.ts +3 -0
  615. package/cjs/scenegraph/stick-text/index.js +189 -0
  616. package/cjs/scenegraph/stick-text/index.js.map +1 -0
  617. package/cjs/scenegraph/style/corner-cell.d.ts +3 -0
  618. package/cjs/scenegraph/style/corner-cell.js +28 -0
  619. package/cjs/scenegraph/style/corner-cell.js.map +1 -0
  620. package/cjs/scenegraph/style/frame-border.d.ts +8 -0
  621. package/cjs/scenegraph/style/frame-border.js +144 -0
  622. package/cjs/scenegraph/style/frame-border.js.map +1 -0
  623. package/cjs/scenegraph/utils/border-line.d.ts +8 -0
  624. package/cjs/scenegraph/utils/border-line.js +51 -0
  625. package/cjs/scenegraph/utils/border-line.js.map +1 -0
  626. package/cjs/scenegraph/utils/break-string.d.ts +5 -0
  627. package/cjs/scenegraph/utils/break-string.js +24 -0
  628. package/cjs/scenegraph/utils/break-string.js.map +1 -0
  629. package/cjs/scenegraph/utils/cell-border-stroke-width.d.ts +3 -0
  630. package/cjs/scenegraph/utils/cell-border-stroke-width.js +21 -0
  631. package/cjs/scenegraph/utils/cell-border-stroke-width.js.map +1 -0
  632. package/cjs/scenegraph/utils/cell-pos.d.ts +4 -0
  633. package/cjs/scenegraph/utils/cell-pos.js +18 -0
  634. package/cjs/scenegraph/utils/cell-pos.js.map +1 -0
  635. package/cjs/scenegraph/utils/deal-promise-data.d.ts +2 -0
  636. package/cjs/scenegraph/utils/deal-promise-data.js +12 -0
  637. package/cjs/scenegraph/utils/deal-promise-data.js.map +1 -0
  638. package/cjs/scenegraph/utils/empty-group.d.ts +2 -0
  639. package/cjs/scenegraph/utils/empty-group.js +10 -0
  640. package/cjs/scenegraph/utils/empty-group.js.map +1 -0
  641. package/cjs/scenegraph/utils/font.d.ts +1 -0
  642. package/cjs/scenegraph/utils/font.js +20 -0
  643. package/cjs/scenegraph/utils/font.js.map +1 -0
  644. package/cjs/scenegraph/utils/get-cell-merge.d.ts +3 -0
  645. package/cjs/scenegraph/utils/get-cell-merge.js +17 -0
  646. package/cjs/scenegraph/utils/get-cell-merge.js.map +1 -0
  647. package/cjs/scenegraph/utils/get-hierarchy-offset.d.ts +2 -0
  648. package/cjs/scenegraph/utils/get-hierarchy-offset.js +27 -0
  649. package/cjs/scenegraph/utils/get-hierarchy-offset.js.map +1 -0
  650. package/cjs/scenegraph/utils/get-prop.d.ts +4 -0
  651. package/cjs/scenegraph/utils/get-prop.js +44 -0
  652. package/cjs/scenegraph/utils/get-prop.js.map +1 -0
  653. package/cjs/scenegraph/utils/icon.d.ts +12 -0
  654. package/cjs/scenegraph/utils/icon.js +35 -0
  655. package/cjs/scenegraph/utils/icon.js.map +1 -0
  656. package/cjs/scenegraph/utils/is-merge-cell-group.d.ts +2 -0
  657. package/cjs/scenegraph/utils/is-merge-cell-group.js +16 -0
  658. package/cjs/scenegraph/utils/is-merge-cell-group.js.map +1 -0
  659. package/cjs/scenegraph/utils/keep-aspect-ratio.d.ts +4 -0
  660. package/cjs/scenegraph/utils/keep-aspect-ratio.js +17 -0
  661. package/cjs/scenegraph/utils/keep-aspect-ratio.js.map +1 -0
  662. package/cjs/scenegraph/utils/padding.d.ts +6 -0
  663. package/cjs/scenegraph/utils/padding.js +21 -0
  664. package/cjs/scenegraph/utils/padding.js.map +1 -0
  665. package/cjs/scenegraph/utils/render-service.d.ts +7 -0
  666. package/cjs/scenegraph/utils/render-service.js +27 -0
  667. package/cjs/scenegraph/utils/render-service.js.map +1 -0
  668. package/cjs/scenegraph/utils/text-icon-layout.d.ts +29 -0
  669. package/cjs/scenegraph/utils/text-icon-layout.js +335 -0
  670. package/cjs/scenegraph/utils/text-icon-layout.js.map +1 -0
  671. package/cjs/scenegraph/utils/text-measure.d.ts +38 -0
  672. package/cjs/scenegraph/utils/text-measure.js +166 -0
  673. package/cjs/scenegraph/utils/text-measure.js.map +1 -0
  674. package/cjs/scenegraph/utils/text-pos.d.ts +8 -0
  675. package/cjs/scenegraph/utils/text-pos.js +27 -0
  676. package/cjs/scenegraph/utils/text-pos.js.map +1 -0
  677. package/cjs/scenegraph/utils/update-container.d.ts +2 -0
  678. package/cjs/scenegraph/utils/update-container.js +12 -0
  679. package/cjs/scenegraph/utils/update-container.js.map +1 -0
  680. package/cjs/state/cell-move/adjust-header.d.ts +3 -0
  681. package/cjs/state/cell-move/adjust-header.js +26 -0
  682. package/cjs/state/cell-move/adjust-header.js.map +1 -0
  683. package/cjs/state/cell-move/index.d.ts +4 -0
  684. package/cjs/state/cell-move/index.js +112 -0
  685. package/cjs/state/cell-move/index.js.map +1 -0
  686. package/cjs/state/checkbox/checkbox.d.ts +12 -0
  687. package/cjs/state/checkbox/checkbox.js +210 -0
  688. package/cjs/state/checkbox/checkbox.js.map +1 -0
  689. package/cjs/state/common/check-in-select.d.ts +7 -0
  690. package/cjs/state/common/check-in-select.js +63 -0
  691. package/cjs/state/common/check-in-select.js.map +1 -0
  692. package/cjs/state/drill/index.d.ts +2 -0
  693. package/cjs/state/drill/index.js +15 -0
  694. package/cjs/state/drill/index.js.map +1 -0
  695. package/cjs/state/frozen/index.d.ts +2 -0
  696. package/cjs/state/frozen/index.js +10 -0
  697. package/cjs/state/frozen/index.js.map +1 -0
  698. package/cjs/state/hover/col.d.ts +4 -0
  699. package/cjs/state/hover/col.js +24 -0
  700. package/cjs/state/hover/col.js.map +1 -0
  701. package/cjs/state/hover/is-cell-hover.d.ts +5 -0
  702. package/cjs/state/hover/is-cell-hover.js +49 -0
  703. package/cjs/state/hover/is-cell-hover.js.map +1 -0
  704. package/cjs/state/hover/row.d.ts +4 -0
  705. package/cjs/state/hover/row.js +22 -0
  706. package/cjs/state/hover/row.js.map +1 -0
  707. package/cjs/state/hover/single.d.ts +4 -0
  708. package/cjs/state/hover/single.js +18 -0
  709. package/cjs/state/hover/single.js.map +1 -0
  710. package/cjs/state/hover/update-cell.d.ts +2 -0
  711. package/cjs/state/hover/update-cell.js +24 -0
  712. package/cjs/state/hover/update-cell.js.map +1 -0
  713. package/cjs/state/hover/update-position.d.ts +2 -0
  714. package/cjs/state/hover/update-position.js +44 -0
  715. package/cjs/state/hover/update-position.js.map +1 -0
  716. package/cjs/state/radio/radio.d.ts +7 -0
  717. package/cjs/state/radio/radio.js +96 -0
  718. package/cjs/state/radio/radio.js.map +1 -0
  719. package/cjs/state/resize/update-resize-column.d.ts +2 -0
  720. package/cjs/state/resize/update-resize-column.js +85 -0
  721. package/cjs/state/resize/update-resize-column.js.map +1 -0
  722. package/cjs/state/resize/update-resize-row.d.ts +2 -0
  723. package/cjs/state/resize/update-resize-row.js +64 -0
  724. package/cjs/state/resize/update-resize-row.js.map +1 -0
  725. package/cjs/state/select/custom-select.d.ts +7 -0
  726. package/cjs/state/select/custom-select.js +36 -0
  727. package/cjs/state/select/custom-select.js.map +1 -0
  728. package/cjs/state/select/is-cell-select-highlight.d.ts +6 -0
  729. package/cjs/state/select/is-cell-select-highlight.js +88 -0
  730. package/cjs/state/select/is-cell-select-highlight.js.map +1 -0
  731. package/cjs/state/select/update-position.d.ts +4 -0
  732. package/cjs/state/select/update-position.js +308 -0
  733. package/cjs/state/select/update-position.js.map +1 -0
  734. package/cjs/state/sort/index.d.ts +2 -0
  735. package/cjs/state/sort/index.js +56 -0
  736. package/cjs/state/sort/index.js.map +1 -0
  737. package/cjs/state/spark-line/index.d.ts +3 -0
  738. package/cjs/state/spark-line/index.js +102 -0
  739. package/cjs/state/spark-line/index.js.map +1 -0
  740. package/cjs/state/state.d.ts +206 -0
  741. package/cjs/state/state.js +796 -0
  742. package/cjs/state/state.js.map +1 -0
  743. package/cjs/themes/ARCO.d.ts +3 -0
  744. package/cjs/themes/ARCO.js +113 -0
  745. package/cjs/themes/ARCO.js.map +1 -0
  746. package/cjs/themes/BRIGHT.d.ts +3 -0
  747. package/cjs/themes/BRIGHT.js +70 -0
  748. package/cjs/themes/BRIGHT.js.map +1 -0
  749. package/cjs/themes/DARK.d.ts +3 -0
  750. package/cjs/themes/DARK.js +103 -0
  751. package/cjs/themes/DARK.js.map +1 -0
  752. package/cjs/themes/DEFAULT.d.ts +3 -0
  753. package/cjs/themes/DEFAULT.js +86 -0
  754. package/cjs/themes/DEFAULT.js.map +1 -0
  755. package/cjs/themes/SIMPLIFY.d.ts +3 -0
  756. package/cjs/themes/SIMPLIFY.js +53 -0
  757. package/cjs/themes/SIMPLIFY.js.map +1 -0
  758. package/cjs/themes/component.d.ts +35 -0
  759. package/cjs/themes/component.js +47 -0
  760. package/cjs/themes/component.js.map +1 -0
  761. package/cjs/themes/theme.d.ts +67 -0
  762. package/cjs/themes/theme.js +777 -0
  763. package/cjs/themes/theme.js.map +1 -0
  764. package/cjs/themes.d.ts +28 -0
  765. package/cjs/themes.js +57 -0
  766. package/cjs/themes.js.map +1 -0
  767. package/cjs/tools/LimitPromiseQueue.d.ts +8 -0
  768. package/cjs/tools/LimitPromiseQueue.js +29 -0
  769. package/cjs/tools/LimitPromiseQueue.js.map +1 -0
  770. package/cjs/tools/NumberMap.d.ts +23 -0
  771. package/cjs/tools/NumberMap.js +123 -0
  772. package/cjs/tools/NumberMap.js.map +1 -0
  773. package/cjs/tools/Rect.d.ts +24 -0
  774. package/cjs/tools/Rect.js +70 -0
  775. package/cjs/tools/Rect.js.map +1 -0
  776. package/cjs/tools/calc.d.ts +8 -0
  777. package/cjs/tools/calc.js +205 -0
  778. package/cjs/tools/calc.js.map +1 -0
  779. package/cjs/tools/cell-range.d.ts +2 -0
  780. package/cjs/tools/cell-range.js +10 -0
  781. package/cjs/tools/cell-range.js.map +1 -0
  782. package/cjs/tools/debounce.d.ts +1 -0
  783. package/cjs/tools/debounce.js +51 -0
  784. package/cjs/tools/debounce.js.map +1 -0
  785. package/cjs/tools/diff-cell.d.ts +72 -0
  786. package/cjs/tools/diff-cell.js +170 -0
  787. package/cjs/tools/diff-cell.js.map +1 -0
  788. package/cjs/tools/dom.d.ts +1 -0
  789. package/cjs/tools/dom.js +11 -0
  790. package/cjs/tools/dom.js.map +1 -0
  791. package/cjs/tools/env.d.ts +19 -0
  792. package/cjs/tools/env.js +48 -0
  793. package/cjs/tools/env.js.map +1 -0
  794. package/cjs/tools/get-data-path/create-dataset.d.ts +11 -0
  795. package/cjs/tools/get-data-path/create-dataset.js +149 -0
  796. package/cjs/tools/get-data-path/create-dataset.js.map +1 -0
  797. package/cjs/tools/get-data-path/index.d.ts +2 -0
  798. package/cjs/tools/get-data-path/index.js +51 -0
  799. package/cjs/tools/get-data-path/index.js.map +1 -0
  800. package/cjs/tools/global.d.ts +15 -0
  801. package/cjs/tools/global.js +15 -0
  802. package/cjs/tools/global.js.map +1 -0
  803. package/cjs/tools/helper.d.ts +72 -0
  804. package/cjs/tools/helper.js +228 -0
  805. package/cjs/tools/helper.js.map +1 -0
  806. package/cjs/tools/icons.d.ts +4 -0
  807. package/cjs/tools/icons.js +10 -0
  808. package/cjs/tools/icons.js.map +1 -0
  809. package/cjs/tools/isx.d.ts +16 -0
  810. package/cjs/tools/isx.js +117 -0
  811. package/cjs/tools/isx.js.map +1 -0
  812. package/cjs/tools/join.d.ts +1 -0
  813. package/cjs/tools/join.js +12 -0
  814. package/cjs/tools/join.js.map +1 -0
  815. package/cjs/tools/merge-range.d.ts +11 -0
  816. package/cjs/tools/merge-range.js +35 -0
  817. package/cjs/tools/merge-range.js.map +1 -0
  818. package/cjs/tools/pixel-ratio.d.ts +2 -0
  819. package/cjs/tools/pixel-ratio.js +16 -0
  820. package/cjs/tools/pixel-ratio.js.map +1 -0
  821. package/cjs/tools/sort.d.ts +2 -0
  822. package/cjs/tools/sort.js +18 -0
  823. package/cjs/tools/sort.js.map +1 -0
  824. package/cjs/tools/style.d.ts +5 -0
  825. package/cjs/tools/style.js +30 -0
  826. package/cjs/tools/style.js.map +1 -0
  827. package/cjs/tools/update-row.d.ts +19 -0
  828. package/cjs/tools/update-row.js +38 -0
  829. package/cjs/tools/update-row.js.map +1 -0
  830. package/cjs/tools/util.d.ts +46 -0
  831. package/cjs/tools/util.js +279 -0
  832. package/cjs/tools/util.js.map +1 -0
  833. package/cjs/ts-types/animation/appear.d.ts +11 -0
  834. package/cjs/ts-types/animation/appear.js +6 -0
  835. package/cjs/ts-types/animation/appear.js.map +1 -0
  836. package/cjs/ts-types/animation/index.d.ts +1 -0
  837. package/cjs/ts-types/animation/index.js +21 -0
  838. package/cjs/ts-types/animation/index.js.map +1 -0
  839. package/cjs/ts-types/base-table.d.ts +641 -0
  840. package/cjs/ts-types/base-table.js +6 -0
  841. package/cjs/ts-types/base-table.js.map +1 -0
  842. package/cjs/ts-types/column/index.d.ts +2 -0
  843. package/cjs/ts-types/column/index.js +21 -0
  844. package/cjs/ts-types/column/index.js.map +1 -0
  845. package/cjs/ts-types/column/style.d.ts +151 -0
  846. package/cjs/ts-types/column/style.js +6 -0
  847. package/cjs/ts-types/column/style.js.map +1 -0
  848. package/cjs/ts-types/column/type.d.ts +2 -0
  849. package/cjs/ts-types/column/type.js +6 -0
  850. package/cjs/ts-types/column/type.js.map +1 -0
  851. package/cjs/ts-types/common.d.ts +114 -0
  852. package/cjs/ts-types/common.js +14 -0
  853. package/cjs/ts-types/common.js.map +1 -0
  854. package/cjs/ts-types/component/axis.d.ts +2 -0
  855. package/cjs/ts-types/component/axis.js +6 -0
  856. package/cjs/ts-types/component/axis.js.map +1 -0
  857. package/cjs/ts-types/component/empty-tip.d.ts +20 -0
  858. package/cjs/ts-types/component/empty-tip.js +6 -0
  859. package/cjs/ts-types/component/empty-tip.js.map +1 -0
  860. package/cjs/ts-types/component/index.d.ts +1 -0
  861. package/cjs/ts-types/component/index.js +21 -0
  862. package/cjs/ts-types/component/index.js.map +1 -0
  863. package/cjs/ts-types/component/legend.d.ts +18 -0
  864. package/cjs/ts-types/component/legend.js +6 -0
  865. package/cjs/ts-types/component/legend.js.map +1 -0
  866. package/cjs/ts-types/component/title.d.ts +49 -0
  867. package/cjs/ts-types/component/title.js +6 -0
  868. package/cjs/ts-types/component/title.js.map +1 -0
  869. package/cjs/ts-types/component/util.d.ts +1 -0
  870. package/cjs/ts-types/component/util.js +6 -0
  871. package/cjs/ts-types/component/util.js.map +1 -0
  872. package/cjs/ts-types/customElement.d.ts +128 -0
  873. package/cjs/ts-types/customElement.js +6 -0
  874. package/cjs/ts-types/customElement.js.map +1 -0
  875. package/cjs/ts-types/customLayout.d.ts +9 -0
  876. package/cjs/ts-types/customLayout.js +6 -0
  877. package/cjs/ts-types/customLayout.js.map +1 -0
  878. package/cjs/ts-types/dataset/aggregation.d.ts +192 -0
  879. package/cjs/ts-types/dataset/aggregation.js +423 -0
  880. package/cjs/ts-types/dataset/aggregation.js.map +1 -0
  881. package/cjs/ts-types/dataset/index.d.ts +1 -0
  882. package/cjs/ts-types/dataset/index.js +21 -0
  883. package/cjs/ts-types/dataset/index.js.map +1 -0
  884. package/cjs/ts-types/events.d.ts +363 -0
  885. package/cjs/ts-types/events.js +6 -0
  886. package/cjs/ts-types/events.js.map +1 -0
  887. package/cjs/ts-types/icon.d.ts +93 -0
  888. package/cjs/ts-types/icon.js +28 -0
  889. package/cjs/ts-types/icon.js.map +1 -0
  890. package/cjs/ts-types/index.d.ts +17 -0
  891. package/cjs/ts-types/index.js +29 -0
  892. package/cjs/ts-types/index.js.map +1 -0
  893. package/cjs/ts-types/list-table/define/basic-define.d.ts +50 -0
  894. package/cjs/ts-types/list-table/define/basic-define.js +6 -0
  895. package/cjs/ts-types/list-table/define/basic-define.js.map +1 -0
  896. package/cjs/ts-types/list-table/define/button-define.d.ts +9 -0
  897. package/cjs/ts-types/list-table/define/button-define.js +6 -0
  898. package/cjs/ts-types/list-table/define/button-define.js.map +1 -0
  899. package/cjs/ts-types/list-table/define/chart-define.d.ts +11 -0
  900. package/cjs/ts-types/list-table/define/chart-define.js +6 -0
  901. package/cjs/ts-types/list-table/define/chart-define.js.map +1 -0
  902. package/cjs/ts-types/list-table/define/checkbox-define.d.ts +15 -0
  903. package/cjs/ts-types/list-table/define/checkbox-define.js +6 -0
  904. package/cjs/ts-types/list-table/define/checkbox-define.js.map +1 -0
  905. package/cjs/ts-types/list-table/define/composite-define.d.ts +26 -0
  906. package/cjs/ts-types/list-table/define/composite-define.js +6 -0
  907. package/cjs/ts-types/list-table/define/composite-define.js.map +1 -0
  908. package/cjs/ts-types/list-table/define/image-define.d.ts +17 -0
  909. package/cjs/ts-types/list-table/define/image-define.js +6 -0
  910. package/cjs/ts-types/list-table/define/image-define.js.map +1 -0
  911. package/cjs/ts-types/list-table/define/index.d.ts +31 -0
  912. package/cjs/ts-types/list-table/define/index.js +6 -0
  913. package/cjs/ts-types/list-table/define/index.js.map +1 -0
  914. package/cjs/ts-types/list-table/define/link-define.d.ts +22 -0
  915. package/cjs/ts-types/list-table/define/link-define.js +6 -0
  916. package/cjs/ts-types/list-table/define/link-define.js.map +1 -0
  917. package/cjs/ts-types/list-table/define/multilinetext-define.d.ts +11 -0
  918. package/cjs/ts-types/list-table/define/multilinetext-define.js +6 -0
  919. package/cjs/ts-types/list-table/define/multilinetext-define.js.map +1 -0
  920. package/cjs/ts-types/list-table/define/progressbar-define.d.ts +11 -0
  921. package/cjs/ts-types/list-table/define/progressbar-define.js +6 -0
  922. package/cjs/ts-types/list-table/define/progressbar-define.js.map +1 -0
  923. package/cjs/ts-types/list-table/define/radio-define.d.ts +11 -0
  924. package/cjs/ts-types/list-table/define/radio-define.js +6 -0
  925. package/cjs/ts-types/list-table/define/radio-define.js.map +1 -0
  926. package/cjs/ts-types/list-table/define/sparkline-define.d.ts +10 -0
  927. package/cjs/ts-types/list-table/define/sparkline-define.js +6 -0
  928. package/cjs/ts-types/list-table/define/sparkline-define.js.map +1 -0
  929. package/cjs/ts-types/list-table/define/switch-define.d.ts +11 -0
  930. package/cjs/ts-types/list-table/define/switch-define.js +6 -0
  931. package/cjs/ts-types/list-table/define/switch-define.js.map +1 -0
  932. package/cjs/ts-types/list-table/index.d.ts +2 -0
  933. package/cjs/ts-types/list-table/index.js +21 -0
  934. package/cjs/ts-types/list-table/index.js.map +1 -0
  935. package/cjs/ts-types/list-table/layout-map/api.d.ts +126 -0
  936. package/cjs/ts-types/list-table/layout-map/api.js +6 -0
  937. package/cjs/ts-types/list-table/layout-map/api.js.map +1 -0
  938. package/cjs/ts-types/list-table/layout-map/index.d.ts +1 -0
  939. package/cjs/ts-types/list-table/layout-map/index.js +6 -0
  940. package/cjs/ts-types/list-table/layout-map/index.js.map +1 -0
  941. package/cjs/ts-types/menu.d.ts +74 -0
  942. package/cjs/ts-types/menu.js +6 -0
  943. package/cjs/ts-types/menu.js.map +1 -0
  944. package/cjs/ts-types/new-data-set.d.ts +158 -0
  945. package/cjs/ts-types/new-data-set.js +16 -0
  946. package/cjs/ts-types/new-data-set.js.map +1 -0
  947. package/cjs/ts-types/pivot-table/PIVOT_TABLE_EVENT_TYPE.d.ts +10 -0
  948. package/cjs/ts-types/pivot-table/PIVOT_TABLE_EVENT_TYPE.js +15 -0
  949. package/cjs/ts-types/pivot-table/PIVOT_TABLE_EVENT_TYPE.js.map +1 -0
  950. package/cjs/ts-types/pivot-table/corner.d.ts +37 -0
  951. package/cjs/ts-types/pivot-table/corner.js +6 -0
  952. package/cjs/ts-types/pivot-table/corner.js.map +1 -0
  953. package/cjs/ts-types/pivot-table/dimension/basic-dimension.d.ts +43 -0
  954. package/cjs/ts-types/pivot-table/dimension/basic-dimension.js +6 -0
  955. package/cjs/ts-types/pivot-table/dimension/basic-dimension.js.map +1 -0
  956. package/cjs/ts-types/pivot-table/dimension/image-dimension.d.ts +10 -0
  957. package/cjs/ts-types/pivot-table/dimension/image-dimension.js +6 -0
  958. package/cjs/ts-types/pivot-table/dimension/image-dimension.js.map +1 -0
  959. package/cjs/ts-types/pivot-table/dimension/index.d.ts +6 -0
  960. package/cjs/ts-types/pivot-table/dimension/index.js +6 -0
  961. package/cjs/ts-types/pivot-table/dimension/index.js.map +1 -0
  962. package/cjs/ts-types/pivot-table/dimension/link-dimension.d.ts +13 -0
  963. package/cjs/ts-types/pivot-table/dimension/link-dimension.js +6 -0
  964. package/cjs/ts-types/pivot-table/dimension/link-dimension.js.map +1 -0
  965. package/cjs/ts-types/pivot-table/dimension/multilinetext-dimension.d.ts +7 -0
  966. package/cjs/ts-types/pivot-table/dimension/multilinetext-dimension.js +6 -0
  967. package/cjs/ts-types/pivot-table/dimension/multilinetext-dimension.js.map +1 -0
  968. package/cjs/ts-types/pivot-table/index.d.ts +4 -0
  969. package/cjs/ts-types/pivot-table/index.js +22 -0
  970. package/cjs/ts-types/pivot-table/index.js.map +1 -0
  971. package/cjs/ts-types/pivot-table/indicator/basic-indicator.d.ts +51 -0
  972. package/cjs/ts-types/pivot-table/indicator/basic-indicator.js +6 -0
  973. package/cjs/ts-types/pivot-table/indicator/basic-indicator.js.map +1 -0
  974. package/cjs/ts-types/pivot-table/indicator/chart-indicator.d.ts +11 -0
  975. package/cjs/ts-types/pivot-table/indicator/chart-indicator.js +6 -0
  976. package/cjs/ts-types/pivot-table/indicator/chart-indicator.js.map +1 -0
  977. package/cjs/ts-types/pivot-table/indicator/checkbox-indicator.d.ts +9 -0
  978. package/cjs/ts-types/pivot-table/indicator/checkbox-indicator.js +6 -0
  979. package/cjs/ts-types/pivot-table/indicator/checkbox-indicator.js.map +1 -0
  980. package/cjs/ts-types/pivot-table/indicator/composite-indicator.d.ts +24 -0
  981. package/cjs/ts-types/pivot-table/indicator/composite-indicator.js +6 -0
  982. package/cjs/ts-types/pivot-table/indicator/composite-indicator.js.map +1 -0
  983. package/cjs/ts-types/pivot-table/indicator/image-indicator.d.ts +17 -0
  984. package/cjs/ts-types/pivot-table/indicator/image-indicator.js +6 -0
  985. package/cjs/ts-types/pivot-table/indicator/image-indicator.js.map +1 -0
  986. package/cjs/ts-types/pivot-table/indicator/index.d.ts +12 -0
  987. package/cjs/ts-types/pivot-table/indicator/index.js +6 -0
  988. package/cjs/ts-types/pivot-table/indicator/index.js.map +1 -0
  989. package/cjs/ts-types/pivot-table/indicator/link-indicator.d.ts +22 -0
  990. package/cjs/ts-types/pivot-table/indicator/link-indicator.js +6 -0
  991. package/cjs/ts-types/pivot-table/indicator/link-indicator.js.map +1 -0
  992. package/cjs/ts-types/pivot-table/indicator/multilinetext-indicator.d.ts +11 -0
  993. package/cjs/ts-types/pivot-table/indicator/multilinetext-indicator.js +6 -0
  994. package/cjs/ts-types/pivot-table/indicator/multilinetext-indicator.js.map +1 -0
  995. package/cjs/ts-types/pivot-table/indicator/progress-indicator.d.ts +11 -0
  996. package/cjs/ts-types/pivot-table/indicator/progress-indicator.js +6 -0
  997. package/cjs/ts-types/pivot-table/indicator/progress-indicator.js.map +1 -0
  998. package/cjs/ts-types/pivot-table/indicator/sparkline-indicator.d.ts +10 -0
  999. package/cjs/ts-types/pivot-table/indicator/sparkline-indicator.js +6 -0
  1000. package/cjs/ts-types/pivot-table/indicator/sparkline-indicator.js.map +1 -0
  1001. package/cjs/ts-types/pivot-table/title.d.ts +20 -0
  1002. package/cjs/ts-types/pivot-table/title.js +6 -0
  1003. package/cjs/ts-types/pivot-table/title.js.map +1 -0
  1004. package/cjs/ts-types/sparkline.d.ts +37 -0
  1005. package/cjs/ts-types/sparkline.js +6 -0
  1006. package/cjs/ts-types/sparkline.js.map +1 -0
  1007. package/cjs/ts-types/style-define.d.ts +72 -0
  1008. package/cjs/ts-types/style-define.js +6 -0
  1009. package/cjs/ts-types/style-define.js.map +1 -0
  1010. package/cjs/ts-types/table-engine.d.ts +405 -0
  1011. package/cjs/ts-types/table-engine.js +13 -0
  1012. package/cjs/ts-types/table-engine.js.map +1 -0
  1013. package/cjs/ts-types/theme.d.ts +164 -0
  1014. package/cjs/ts-types/theme.js +6 -0
  1015. package/cjs/ts-types/theme.js.map +1 -0
  1016. package/cjs/ts-types/tooltip.d.ts +26 -0
  1017. package/cjs/ts-types/tooltip.js +6 -0
  1018. package/cjs/ts-types/tooltip.js.map +1 -0
  1019. package/cjs/vrender.d.ts +8 -0
  1020. package/cjs/vrender.js +61 -0
  1021. package/cjs/vrender.js.map +1 -0
  1022. package/dist/vtable.js +83482 -0
  1023. package/dist/vtable.min.js +15 -0
  1024. package/es/ListTable-all.d.ts +3 -0
  1025. package/es/ListTable-all.js +17 -0
  1026. package/es/ListTable-all.js.map +1 -0
  1027. package/es/ListTable-simple.d.ts +3 -0
  1028. package/es/ListTable-simple.js +8 -0
  1029. package/es/ListTable-simple.js.map +1 -0
  1030. package/es/ListTable.d.ts +101 -0
  1031. package/es/ListTable.js +675 -0
  1032. package/es/ListTable.js.map +1 -0
  1033. package/es/PivotChart.d.ts +100 -0
  1034. package/es/PivotChart.js +773 -0
  1035. package/es/PivotChart.js.map +1 -0
  1036. package/es/PivotTable-all.d.ts +3 -0
  1037. package/es/PivotTable-all.js +13 -0
  1038. package/es/PivotTable-all.js.map +1 -0
  1039. package/es/PivotTable-simple.d.ts +3 -0
  1040. package/es/PivotTable-simple.js +8 -0
  1041. package/es/PivotTable-simple.js.map +1 -0
  1042. package/es/PivotTable.d.ts +112 -0
  1043. package/es/PivotTable.js +985 -0
  1044. package/es/PivotTable.js.map +1 -0
  1045. package/es/body-helper/body-helper.d.ts +20 -0
  1046. package/es/body-helper/body-helper.js +112 -0
  1047. package/es/body-helper/body-helper.js.map +1 -0
  1048. package/es/body-helper/style/ButtonStyle.d.ts +45 -0
  1049. package/es/body-helper/style/ButtonStyle.js +102 -0
  1050. package/es/body-helper/style/ButtonStyle.js.map +1 -0
  1051. package/es/body-helper/style/CheckboxStyle.d.ts +42 -0
  1052. package/es/body-helper/style/CheckboxStyle.js +96 -0
  1053. package/es/body-helper/style/CheckboxStyle.js.map +1 -0
  1054. package/es/body-helper/style/ImageStyle.d.ts +7 -0
  1055. package/es/body-helper/style/ImageStyle.js +16 -0
  1056. package/es/body-helper/style/ImageStyle.js.map +1 -0
  1057. package/es/body-helper/style/MultilineTextStyle.d.ts +13 -0
  1058. package/es/body-helper/style/MultilineTextStyle.js +30 -0
  1059. package/es/body-helper/style/MultilineTextStyle.js.map +1 -0
  1060. package/es/body-helper/style/NumberStyle.d.ts +7 -0
  1061. package/es/body-helper/style/NumberStyle.js +16 -0
  1062. package/es/body-helper/style/NumberStyle.js.map +1 -0
  1063. package/es/body-helper/style/ProgressBarStyle.d.ts +55 -0
  1064. package/es/body-helper/style/ProgressBarStyle.js +131 -0
  1065. package/es/body-helper/style/ProgressBarStyle.js.map +1 -0
  1066. package/es/body-helper/style/RadioStyle.d.ts +45 -0
  1067. package/es/body-helper/style/RadioStyle.js +103 -0
  1068. package/es/body-helper/style/RadioStyle.js.map +1 -0
  1069. package/es/body-helper/style/Style.d.ts +95 -0
  1070. package/es/body-helper/style/Style.js +219 -0
  1071. package/es/body-helper/style/Style.js.map +1 -0
  1072. package/es/body-helper/style/SwitchStyle.d.ts +36 -0
  1073. package/es/body-helper/style/SwitchStyle.js +82 -0
  1074. package/es/body-helper/style/SwitchStyle.js.map +1 -0
  1075. package/es/body-helper/style.d.ts +11 -0
  1076. package/es/body-helper/style.js +28 -0
  1077. package/es/body-helper/style.js.map +1 -0
  1078. package/es/chartModule.d.ts +3 -0
  1079. package/es/chartModule.js +10 -0
  1080. package/es/chartModule.js.map +1 -0
  1081. package/es/components/axis/axis.d.ts +52 -0
  1082. package/es/components/axis/axis.js +198 -0
  1083. package/es/components/axis/axis.js.map +1 -0
  1084. package/es/components/axis/band-scale.d.ts +18 -0
  1085. package/es/components/axis/band-scale.js +46 -0
  1086. package/es/components/axis/band-scale.js.map +1 -0
  1087. package/es/components/axis/get-axis-attributes.d.ts +146 -0
  1088. package/es/components/axis/get-axis-attributes.js +200 -0
  1089. package/es/components/axis/get-axis-attributes.js.map +1 -0
  1090. package/es/components/axis/get-axis-component-size.d.ts +6 -0
  1091. package/es/components/axis/get-axis-component-size.js +128 -0
  1092. package/es/components/axis/get-axis-component-size.js.map +1 -0
  1093. package/es/components/axis/label-overlap.d.ts +3 -0
  1094. package/es/components/axis/label-overlap.js +57 -0
  1095. package/es/components/axis/label-overlap.js.map +1 -0
  1096. package/es/components/axis/linear-scale.d.ts +48 -0
  1097. package/es/components/axis/linear-scale.js +115 -0
  1098. package/es/components/axis/linear-scale.js.map +1 -0
  1099. package/es/components/empty-tip/empty-tip.d.ts +25 -0
  1100. package/es/components/empty-tip/empty-tip.js +98 -0
  1101. package/es/components/empty-tip/empty-tip.js.map +1 -0
  1102. package/es/components/index.d.ts +6 -0
  1103. package/es/components/index.js +44 -0
  1104. package/es/components/index.js.map +1 -0
  1105. package/es/components/legend/continue-legend/continue-legend.d.ts +24 -0
  1106. package/es/components/legend/continue-legend/continue-legend.js +96 -0
  1107. package/es/components/legend/continue-legend/continue-legend.js.map +1 -0
  1108. package/es/components/legend/continue-legend/get-continue-legend-attributes.d.ts +5 -0
  1109. package/es/components/legend/continue-legend/get-continue-legend-attributes.js +132 -0
  1110. package/es/components/legend/continue-legend/get-continue-legend-attributes.js.map +1 -0
  1111. package/es/components/legend/create-legend.d.ts +6 -0
  1112. package/es/components/legend/create-legend.js +8 -0
  1113. package/es/components/legend/create-legend.js.map +1 -0
  1114. package/es/components/legend/discrete-legend/discrete-legend.d.ts +25 -0
  1115. package/es/components/legend/discrete-legend/discrete-legend.js +112 -0
  1116. package/es/components/legend/discrete-legend/discrete-legend.js.map +1 -0
  1117. package/es/components/legend/discrete-legend/get-discrete-legend-attributes.d.ts +5 -0
  1118. package/es/components/legend/discrete-legend/get-discrete-legend-attributes.js +84 -0
  1119. package/es/components/legend/discrete-legend/get-discrete-legend-attributes.js.map +1 -0
  1120. package/es/components/menu/dom/BaseMenu.d.ts +16 -0
  1121. package/es/components/menu/dom/BaseMenu.js +25 -0
  1122. package/es/components/menu/dom/BaseMenu.js.map +1 -0
  1123. package/es/components/menu/dom/Menu.d.ts +9 -0
  1124. package/es/components/menu/dom/Menu.js +18 -0
  1125. package/es/components/menu/dom/Menu.js.map +1 -0
  1126. package/es/components/menu/dom/MenuHandler.d.ts +24 -0
  1127. package/es/components/menu/dom/MenuHandler.js +146 -0
  1128. package/es/components/menu/dom/MenuHandler.js.map +1 -0
  1129. package/es/components/menu/dom/logic/MenuContainer.d.ts +21 -0
  1130. package/es/components/menu/dom/logic/MenuContainer.js +102 -0
  1131. package/es/components/menu/dom/logic/MenuContainer.js.map +1 -0
  1132. package/es/components/menu/dom/logic/MenuElement.d.ts +26 -0
  1133. package/es/components/menu/dom/logic/MenuElement.js +288 -0
  1134. package/es/components/menu/dom/logic/MenuElement.js.map +1 -0
  1135. package/es/components/menu/dom/logic/MenuElementStyle.d.ts +1 -0
  1136. package/es/components/menu/dom/logic/MenuElementStyle.js +9 -0
  1137. package/es/components/menu/dom/logic/MenuElementStyle.js.map +1 -0
  1138. package/es/components/react/react-custom-layout.d.ts +27 -0
  1139. package/es/components/react/react-custom-layout.js +169 -0
  1140. package/es/components/react/react-custom-layout.js.map +1 -0
  1141. package/es/components/title/title.d.ts +21 -0
  1142. package/es/components/title/title.js +84 -0
  1143. package/es/components/title/title.js.map +1 -0
  1144. package/es/components/tooltip/BaseTooltip.d.ts +22 -0
  1145. package/es/components/tooltip/BaseTooltip.js +27 -0
  1146. package/es/components/tooltip/BaseTooltip.js.map +1 -0
  1147. package/es/components/tooltip/Tooltip.d.ts +5 -0
  1148. package/es/components/tooltip/Tooltip.js +10 -0
  1149. package/es/components/tooltip/Tooltip.js.map +1 -0
  1150. package/es/components/tooltip/TooltipHandler.d.ts +31 -0
  1151. package/es/components/tooltip/TooltipHandler.js +134 -0
  1152. package/es/components/tooltip/TooltipHandler.js.map +1 -0
  1153. package/es/components/tooltip/logic/BubbleTooltipElement.d.ts +34 -0
  1154. package/es/components/tooltip/logic/BubbleTooltipElement.js +162 -0
  1155. package/es/components/tooltip/logic/BubbleTooltipElement.js.map +1 -0
  1156. package/es/components/tooltip/logic/BubbleTooltipElementStyle.d.ts +1 -0
  1157. package/es/components/tooltip/logic/BubbleTooltipElementStyle.js +9 -0
  1158. package/es/components/tooltip/logic/BubbleTooltipElementStyle.js.map +1 -0
  1159. package/es/components/util/orient.d.ts +3 -0
  1160. package/es/components/util/orient.js +8 -0
  1161. package/es/components/util/orient.js.map +1 -0
  1162. package/es/components/util/register.d.ts +3 -0
  1163. package/es/components/util/register.js +8 -0
  1164. package/es/components/util/register.js.map +1 -0
  1165. package/es/components/util/transform.d.ts +5 -0
  1166. package/es/components/util/transform.js +34 -0
  1167. package/es/components/util/transform.js.map +1 -0
  1168. package/es/core/BaseTable.d.ts +436 -0
  1169. package/es/core/BaseTable.js +1900 -0
  1170. package/es/core/BaseTable.js.map +1 -0
  1171. package/es/core/FouseInput.d.ts +12 -0
  1172. package/es/core/FouseInput.js +33 -0
  1173. package/es/core/FouseInput.js.map +1 -0
  1174. package/es/core/TABLE_EVENT_TYPE.d.ts +61 -0
  1175. package/es/core/TABLE_EVENT_TYPE.js +61 -0
  1176. package/es/core/TABLE_EVENT_TYPE.js.map +1 -0
  1177. package/es/core/animation.d.ts +17 -0
  1178. package/es/core/animation.js +54 -0
  1179. package/es/core/animation.js.map +1 -0
  1180. package/es/core/factory.d.ts +11 -0
  1181. package/es/core/factory.js +23 -0
  1182. package/es/core/factory.js.map +1 -0
  1183. package/es/core/group-helper.d.ts +6 -0
  1184. package/es/core/group-helper.js +14 -0
  1185. package/es/core/group-helper.js.map +1 -0
  1186. package/es/core/record-helper.d.ts +8 -0
  1187. package/es/core/record-helper.js +425 -0
  1188. package/es/core/record-helper.js.map +1 -0
  1189. package/es/core/row-series-number-helper.d.ts +8 -0
  1190. package/es/core/row-series-number-helper.js +15 -0
  1191. package/es/core/row-series-number-helper.js.map +1 -0
  1192. package/es/core/style-helper.d.ts +3 -0
  1193. package/es/core/style-helper.js +86 -0
  1194. package/es/core/style-helper.js.map +1 -0
  1195. package/es/core/style.d.ts +1 -0
  1196. package/es/core/style.js +9 -0
  1197. package/es/core/style.js.map +1 -0
  1198. package/es/core/tableHelper.d.ts +45 -0
  1199. package/es/core/tableHelper.js +253 -0
  1200. package/es/core/tableHelper.js.map +1 -0
  1201. package/es/core/utils/get-cell-position.d.ts +12 -0
  1202. package/es/core/utils/get-cell-position.js +202 -0
  1203. package/es/core/utils/get-cell-position.js.map +1 -0
  1204. package/es/core/utils/get-custom-merge-cell-func.d.ts +2 -0
  1205. package/es/core/utils/get-custom-merge-cell-func.js +6 -0
  1206. package/es/core/utils/get-custom-merge-cell-func.js.map +1 -0
  1207. package/es/core.d.ts +3 -0
  1208. package/es/core.js +4 -0
  1209. package/es/core.js.map +1 -0
  1210. package/es/data/CachedDataSource.d.ts +36 -0
  1211. package/es/data/CachedDataSource.js +249 -0
  1212. package/es/data/CachedDataSource.js.map +1 -0
  1213. package/es/data/DataSource.d.ts +129 -0
  1214. package/es/data/DataSource.js +732 -0
  1215. package/es/data/DataSource.js.map +1 -0
  1216. package/es/data.d.ts +4 -0
  1217. package/es/data.js +6 -0
  1218. package/es/data.js.map +1 -0
  1219. package/es/dataset/DataStatistics.d.ts +10 -0
  1220. package/es/dataset/DataStatistics.js +74 -0
  1221. package/es/dataset/DataStatistics.js.map +1 -0
  1222. package/es/dataset/dataset-pivot-table.d.ts +60 -0
  1223. package/es/dataset/dataset-pivot-table.js +340 -0
  1224. package/es/dataset/dataset-pivot-table.js.map +1 -0
  1225. package/es/dataset/dataset.d.ts +108 -0
  1226. package/es/dataset/dataset.js +803 -0
  1227. package/es/dataset/dataset.js.map +1 -0
  1228. package/es/dataset/flatDataToObject.d.ts +46 -0
  1229. package/es/dataset/flatDataToObject.js +124 -0
  1230. package/es/dataset/flatDataToObject.js.map +1 -0
  1231. package/es/edit/edit-manager.d.ts +19 -0
  1232. package/es/edit/edit-manager.js +121 -0
  1233. package/es/edit/edit-manager.js.map +1 -0
  1234. package/es/edit/editors.d.ts +5 -0
  1235. package/es/edit/editors.js +6 -0
  1236. package/es/edit/editors.js.map +1 -0
  1237. package/es/event/EventHandler.d.ts +47 -0
  1238. package/es/event/EventHandler.js +119 -0
  1239. package/es/event/EventHandler.js.map +1 -0
  1240. package/es/event/EventTarget.d.ts +12 -0
  1241. package/es/event/EventTarget.js +58 -0
  1242. package/es/event/EventTarget.js.map +1 -0
  1243. package/es/event/component/button.d.ts +2 -0
  1244. package/es/event/component/button.js +13 -0
  1245. package/es/event/component/button.js.map +1 -0
  1246. package/es/event/drill.d.ts +5 -0
  1247. package/es/event/drill.js +32 -0
  1248. package/es/event/drill.js.map +1 -0
  1249. package/es/event/event.d.ts +63 -0
  1250. package/es/event/event.js +240 -0
  1251. package/es/event/event.js.map +1 -0
  1252. package/es/event/helper.d.ts +2 -0
  1253. package/es/event/helper.js +27 -0
  1254. package/es/event/helper.js.map +1 -0
  1255. package/es/event/listener/container-dom.d.ts +2 -0
  1256. package/es/event/listener/container-dom.js +348 -0
  1257. package/es/event/listener/container-dom.js.map +1 -0
  1258. package/es/event/listener/scroll-bar.d.ts +2 -0
  1259. package/es/event/listener/scroll-bar.js +75 -0
  1260. package/es/event/listener/scroll-bar.js.map +1 -0
  1261. package/es/event/listener/table-group.d.ts +6 -0
  1262. package/es/event/listener/table-group.js +522 -0
  1263. package/es/event/listener/table-group.js.map +1 -0
  1264. package/es/event/listener/touch.d.ts +2 -0
  1265. package/es/event/listener/touch.js +76 -0
  1266. package/es/event/listener/touch.js.map +1 -0
  1267. package/es/event/media-click.d.ts +2 -0
  1268. package/es/event/media-click.js +85 -0
  1269. package/es/event/media-click.js.map +1 -0
  1270. package/es/event/scroll.d.ts +20 -0
  1271. package/es/event/scroll.js +81 -0
  1272. package/es/event/scroll.js.map +1 -0
  1273. package/es/event/self-event-listener/base-table/dbclick-auto-column-width.d.ts +2 -0
  1274. package/es/event/self-event-listener/base-table/dbclick-auto-column-width.js +25 -0
  1275. package/es/event/self-event-listener/base-table/dbclick-auto-column-width.js.map +1 -0
  1276. package/es/event/self-event-listener/base-table/dropdown-menu.d.ts +2 -0
  1277. package/es/event/self-event-listener/base-table/dropdown-menu.js +8 -0
  1278. package/es/event/self-event-listener/base-table/dropdown-menu.js.map +1 -0
  1279. package/es/event/self-event-listener/base-table/icon.d.ts +2 -0
  1280. package/es/event/self-event-listener/base-table/icon.js +18 -0
  1281. package/es/event/self-event-listener/base-table/icon.js.map +1 -0
  1282. package/es/event/self-event-listener/base-table/right-button-click.d.ts +2 -0
  1283. package/es/event/self-event-listener/base-table/right-button-click.js +17 -0
  1284. package/es/event/self-event-listener/base-table/right-button-click.js.map +1 -0
  1285. package/es/event/self-event-listener/list-table/checkbox.d.ts +3 -0
  1286. package/es/event/self-event-listener/list-table/checkbox.js +117 -0
  1287. package/es/event/self-event-listener/list-table/checkbox.js.map +1 -0
  1288. package/es/event/self-event-listener/pivot-chart/axis-click.d.ts +2 -0
  1289. package/es/event/self-event-listener/pivot-chart/axis-click.js +37 -0
  1290. package/es/event/self-event-listener/pivot-chart/axis-click.js.map +1 -0
  1291. package/es/event/self-event-listener/pivot-chart/axis-hover.d.ts +2 -0
  1292. package/es/event/self-event-listener/pivot-chart/axis-hover.js +33 -0
  1293. package/es/event/self-event-listener/pivot-chart/axis-hover.js.map +1 -0
  1294. package/es/event/self-event-listener/pivot-table/drill.d.ts +1 -0
  1295. package/es/event/self-event-listener/pivot-table/drill.js +3 -0
  1296. package/es/event/self-event-listener/pivot-table/drill.js.map +1 -0
  1297. package/es/event/sparkline-event.d.ts +2 -0
  1298. package/es/event/sparkline-event.js +19 -0
  1299. package/es/event/sparkline-event.js.map +1 -0
  1300. package/es/event/util.d.ts +20 -0
  1301. package/es/event/util.js +38 -0
  1302. package/es/event/util.js.map +1 -0
  1303. package/es/header-helper/header-helper.d.ts +29 -0
  1304. package/es/header-helper/header-helper.js +252 -0
  1305. package/es/header-helper/header-helper.js.map +1 -0
  1306. package/es/header-helper/style/CheckboxStyle.d.ts +42 -0
  1307. package/es/header-helper/style/CheckboxStyle.js +96 -0
  1308. package/es/header-helper/style/CheckboxStyle.js.map +1 -0
  1309. package/es/header-helper/style/ImageStyle.d.ts +7 -0
  1310. package/es/header-helper/style/ImageStyle.js +17 -0
  1311. package/es/header-helper/style/ImageStyle.js.map +1 -0
  1312. package/es/header-helper/style/MultilineTextHeaderStyle.d.ts +13 -0
  1313. package/es/header-helper/style/MultilineTextHeaderStyle.js +30 -0
  1314. package/es/header-helper/style/MultilineTextHeaderStyle.js.map +1 -0
  1315. package/es/header-helper/style/SortHeaderStyle.d.ts +1 -0
  1316. package/es/header-helper/style/SortHeaderStyle.js +3 -0
  1317. package/es/header-helper/style/SortHeaderStyle.js.map +1 -0
  1318. package/es/header-helper/style/Style.d.ts +95 -0
  1319. package/es/header-helper/style/Style.js +220 -0
  1320. package/es/header-helper/style/Style.js.map +1 -0
  1321. package/es/header-helper/style.d.ts +6 -0
  1322. package/es/header-helper/style.js +17 -0
  1323. package/es/header-helper/style.js.map +1 -0
  1324. package/es/icons.d.ts +5 -0
  1325. package/es/icons.js +295 -0
  1326. package/es/icons.js.map +1 -0
  1327. package/es/index.d.ts +33 -0
  1328. package/es/index.js +68 -0
  1329. package/es/index.js.map +1 -0
  1330. package/es/layout/cell-range/simple-cell-range.d.ts +4 -0
  1331. package/es/layout/cell-range/simple-cell-range.js +141 -0
  1332. package/es/layout/cell-range/simple-cell-range.js.map +1 -0
  1333. package/es/layout/chart-helper/get-axis-config.d.ts +39 -0
  1334. package/es/layout/chart-helper/get-axis-config.js +391 -0
  1335. package/es/layout/chart-helper/get-axis-config.js.map +1 -0
  1336. package/es/layout/chart-helper/get-axis-domain.d.ts +11 -0
  1337. package/es/layout/chart-helper/get-axis-domain.js +44 -0
  1338. package/es/layout/chart-helper/get-axis-domain.js.map +1 -0
  1339. package/es/layout/chart-helper/get-chart-spec.d.ts +13 -0
  1340. package/es/layout/chart-helper/get-chart-spec.js +281 -0
  1341. package/es/layout/chart-helper/get-chart-spec.js.map +1 -0
  1342. package/es/layout/chart-helper/tick-align.d.ts +12 -0
  1343. package/es/layout/chart-helper/tick-align.js +16 -0
  1344. package/es/layout/chart-helper/tick-align.js.map +1 -0
  1345. package/es/layout/chart-helper/zero-align.d.ts +10 -0
  1346. package/es/layout/chart-helper/zero-align.js +111 -0
  1347. package/es/layout/chart-helper/zero-align.js.map +1 -0
  1348. package/es/layout/index.d.ts +1 -0
  1349. package/es/layout/index.js +1 -0
  1350. package/es/layout/index.js.map +1 -0
  1351. package/es/layout/layout-helper.d.ts +20 -0
  1352. package/es/layout/layout-helper.js +146 -0
  1353. package/es/layout/layout-helper.js.map +1 -0
  1354. package/es/layout/pivot-header-layout.d.ts +279 -0
  1355. package/es/layout/pivot-header-layout.js +1832 -0
  1356. package/es/layout/pivot-header-layout.js.map +1 -0
  1357. package/es/layout/pivot-layout.d.ts +1 -0
  1358. package/es/layout/pivot-layout.js +1 -0
  1359. package/es/layout/pivot-layout.js.map +1 -0
  1360. package/es/layout/row-height-map.d.ts +34 -0
  1361. package/es/layout/row-height-map.js +168 -0
  1362. package/es/layout/row-height-map.js.map +1 -0
  1363. package/es/layout/simple-header-layout.d.ts +153 -0
  1364. package/es/layout/simple-header-layout.js +780 -0
  1365. package/es/layout/simple-header-layout.js.map +1 -0
  1366. package/es/layout/tree-helper.d.ts +71 -0
  1367. package/es/layout/tree-helper.js +401 -0
  1368. package/es/layout/tree-helper.js.map +1 -0
  1369. package/es/plugins/chartModules.d.ts +3 -0
  1370. package/es/plugins/chartModules.js +2 -0
  1371. package/es/plugins/chartModules.js.map +1 -0
  1372. package/es/plugins/custom-cell-style.d.ts +26 -0
  1373. package/es/plugins/custom-cell-style.js +107 -0
  1374. package/es/plugins/custom-cell-style.js.map +1 -0
  1375. package/es/plugins/icons.d.ts +12 -0
  1376. package/es/plugins/icons.js +22 -0
  1377. package/es/plugins/icons.js.map +1 -0
  1378. package/es/plugins/invert-highlight.d.ts +1 -0
  1379. package/es/plugins/invert-highlight.js +14 -0
  1380. package/es/plugins/invert-highlight.js.map +1 -0
  1381. package/es/plugins/list-tree-stick-cell.d.ts +18 -0
  1382. package/es/plugins/list-tree-stick-cell.js +178 -0
  1383. package/es/plugins/list-tree-stick-cell.js.map +1 -0
  1384. package/es/plugins/themes.d.ts +4 -0
  1385. package/es/plugins/themes.js +2 -0
  1386. package/es/plugins/themes.js.map +1 -0
  1387. package/es/register.d.ts +15 -0
  1388. package/es/register.js +44 -0
  1389. package/es/register.js.map +1 -0
  1390. package/es/render/jsx/index.d.ts +8 -0
  1391. package/es/render/jsx/index.js +16 -0
  1392. package/es/render/jsx/index.js.map +1 -0
  1393. package/es/render/layout/arc.d.ts +12 -0
  1394. package/es/render/layout/arc.js +12 -0
  1395. package/es/render/layout/arc.js.map +1 -0
  1396. package/es/render/layout/circle.d.ts +12 -0
  1397. package/es/render/layout/circle.js +12 -0
  1398. package/es/render/layout/circle.js.map +1 -0
  1399. package/es/render/layout/container.d.ts +14 -0
  1400. package/es/render/layout/container.js +21 -0
  1401. package/es/render/layout/container.js.map +1 -0
  1402. package/es/render/layout/direction.d.ts +22 -0
  1403. package/es/render/layout/direction.js +31 -0
  1404. package/es/render/layout/direction.js.map +1 -0
  1405. package/es/render/layout/element.d.ts +43 -0
  1406. package/es/render/layout/element.js +19 -0
  1407. package/es/render/layout/element.js.map +1 -0
  1408. package/es/render/layout/group-element.d.ts +5 -0
  1409. package/es/render/layout/group-element.js +8 -0
  1410. package/es/render/layout/group-element.js.map +1 -0
  1411. package/es/render/layout/group.d.ts +12 -0
  1412. package/es/render/layout/group.js +12 -0
  1413. package/es/render/layout/group.js.map +1 -0
  1414. package/es/render/layout/icon.d.ts +21 -0
  1415. package/es/render/layout/icon.js +21 -0
  1416. package/es/render/layout/icon.js.map +1 -0
  1417. package/es/render/layout/image.d.ts +14 -0
  1418. package/es/render/layout/image.js +13 -0
  1419. package/es/render/layout/image.js.map +1 -0
  1420. package/es/render/layout/index.d.ts +13 -0
  1421. package/es/render/layout/index.js +26 -0
  1422. package/es/render/layout/index.js.map +1 -0
  1423. package/es/render/layout/line.d.ts +1 -0
  1424. package/es/render/layout/line.js +2 -0
  1425. package/es/render/layout/line.js.map +1 -0
  1426. package/es/render/layout/percent-calc.d.ts +5 -0
  1427. package/es/render/layout/percent-calc.js +7 -0
  1428. package/es/render/layout/percent-calc.js.map +1 -0
  1429. package/es/render/layout/rect.d.ts +12 -0
  1430. package/es/render/layout/rect.js +12 -0
  1431. package/es/render/layout/rect.js.map +1 -0
  1432. package/es/render/layout/tag.d.ts +14 -0
  1433. package/es/render/layout/tag.js +15 -0
  1434. package/es/render/layout/tag.js.map +1 -0
  1435. package/es/render/layout/text.d.ts +13 -0
  1436. package/es/render/layout/text.js +17 -0
  1437. package/es/render/layout/text.js.map +1 -0
  1438. package/es/scenegraph/animation/appear.d.ts +2 -0
  1439. package/es/scenegraph/animation/appear.js +20 -0
  1440. package/es/scenegraph/animation/appear.js.map +1 -0
  1441. package/es/scenegraph/component/cell-content.d.ts +36 -0
  1442. package/es/scenegraph/component/cell-content.js +105 -0
  1443. package/es/scenegraph/component/cell-content.js.map +1 -0
  1444. package/es/scenegraph/component/cell-mover.d.ts +21 -0
  1445. package/es/scenegraph/component/cell-mover.js +113 -0
  1446. package/es/scenegraph/component/cell-mover.js.map +1 -0
  1447. package/es/scenegraph/component/custom.d.ts +16 -0
  1448. package/es/scenegraph/component/custom.js +311 -0
  1449. package/es/scenegraph/component/custom.js.map +1 -0
  1450. package/es/scenegraph/component/drill-icon.d.ts +9 -0
  1451. package/es/scenegraph/component/drill-icon.js +41 -0
  1452. package/es/scenegraph/component/drill-icon.js.map +1 -0
  1453. package/es/scenegraph/component/menu.d.ts +41 -0
  1454. package/es/scenegraph/component/menu.js +215 -0
  1455. package/es/scenegraph/component/menu.js.map +1 -0
  1456. package/es/scenegraph/component/table-component.d.ts +52 -0
  1457. package/es/scenegraph/component/table-component.js +564 -0
  1458. package/es/scenegraph/component/table-component.js.map +1 -0
  1459. package/es/scenegraph/component/util.d.ts +3 -0
  1460. package/es/scenegraph/component/util.js +12 -0
  1461. package/es/scenegraph/component/util.js.map +1 -0
  1462. package/es/scenegraph/debug-tool/debug-tool.d.ts +34 -0
  1463. package/es/scenegraph/debug-tool/debug-tool.js +113 -0
  1464. package/es/scenegraph/debug-tool/debug-tool.js.map +1 -0
  1465. package/es/scenegraph/debug-tool/index.d.ts +4 -0
  1466. package/es/scenegraph/debug-tool/index.js +6 -0
  1467. package/es/scenegraph/debug-tool/index.js.map +1 -0
  1468. package/es/scenegraph/graphic/chart.d.ts +47 -0
  1469. package/es/scenegraph/graphic/chart.js +123 -0
  1470. package/es/scenegraph/graphic/chart.js.map +1 -0
  1471. package/es/scenegraph/graphic/contributions/chart-render-helper.d.ts +11 -0
  1472. package/es/scenegraph/graphic/contributions/chart-render-helper.js +159 -0
  1473. package/es/scenegraph/graphic/contributions/chart-render-helper.js.map +1 -0
  1474. package/es/scenegraph/graphic/contributions/chart-render.d.ts +11 -0
  1475. package/es/scenegraph/graphic/contributions/chart-render.js +76 -0
  1476. package/es/scenegraph/graphic/contributions/chart-render.js.map +1 -0
  1477. package/es/scenegraph/graphic/contributions/draw-interceptor.d.ts +13 -0
  1478. package/es/scenegraph/graphic/contributions/draw-interceptor.js +66 -0
  1479. package/es/scenegraph/graphic/contributions/draw-interceptor.js.map +1 -0
  1480. package/es/scenegraph/graphic/contributions/group-contribution-render.d.ts +79 -0
  1481. package/es/scenegraph/graphic/contributions/group-contribution-render.js +346 -0
  1482. package/es/scenegraph/graphic/contributions/group-contribution-render.js.map +1 -0
  1483. package/es/scenegraph/graphic/contributions/image-contribution-render.d.ts +38 -0
  1484. package/es/scenegraph/graphic/contributions/image-contribution-render.js +69 -0
  1485. package/es/scenegraph/graphic/contributions/image-contribution-render.js.map +1 -0
  1486. package/es/scenegraph/graphic/contributions/index.d.ts +3 -0
  1487. package/es/scenegraph/graphic/contributions/index.js +38 -0
  1488. package/es/scenegraph/graphic/contributions/index.js.map +1 -0
  1489. package/es/scenegraph/graphic/contributions/rect-contribution-render.d.ts +18 -0
  1490. package/es/scenegraph/graphic/contributions/rect-contribution-render.js +90 -0
  1491. package/es/scenegraph/graphic/contributions/rect-contribution-render.js.map +1 -0
  1492. package/es/scenegraph/graphic/contributions/text-contribution-render.d.ts +12 -0
  1493. package/es/scenegraph/graphic/contributions/text-contribution-render.js +69 -0
  1494. package/es/scenegraph/graphic/contributions/text-contribution-render.js.map +1 -0
  1495. package/es/scenegraph/graphic/group.d.ts +37 -0
  1496. package/es/scenegraph/graphic/group.js +127 -0
  1497. package/es/scenegraph/graphic/group.js.map +1 -0
  1498. package/es/scenegraph/graphic/icon.d.ts +47 -0
  1499. package/es/scenegraph/graphic/icon.js +70 -0
  1500. package/es/scenegraph/graphic/icon.js.map +1 -0
  1501. package/es/scenegraph/graphic/mark.d.ts +4 -0
  1502. package/es/scenegraph/graphic/mark.js +66 -0
  1503. package/es/scenegraph/graphic/mark.js.map +1 -0
  1504. package/es/scenegraph/graphic/text.d.ts +2 -0
  1505. package/es/scenegraph/graphic/text.js +2 -0
  1506. package/es/scenegraph/graphic/text.js.map +1 -0
  1507. package/es/scenegraph/group-creater/cell-helper.d.ts +16 -0
  1508. package/es/scenegraph/group-creater/cell-helper.js +325 -0
  1509. package/es/scenegraph/group-creater/cell-helper.js.map +1 -0
  1510. package/es/scenegraph/group-creater/cell-type/button-cell.d.ts +6 -0
  1511. package/es/scenegraph/group-creater/cell-type/button-cell.js +137 -0
  1512. package/es/scenegraph/group-creater/cell-type/button-cell.js.map +1 -0
  1513. package/es/scenegraph/group-creater/cell-type/chart-cell.d.ts +5 -0
  1514. package/es/scenegraph/group-creater/cell-type/chart-cell.js +76 -0
  1515. package/es/scenegraph/group-creater/cell-type/chart-cell.js.map +1 -0
  1516. package/es/scenegraph/group-creater/cell-type/checkbox-cell.d.ts +6 -0
  1517. package/es/scenegraph/group-creater/cell-type/checkbox-cell.js +138 -0
  1518. package/es/scenegraph/group-creater/cell-type/checkbox-cell.js.map +1 -0
  1519. package/es/scenegraph/group-creater/cell-type/image-cell.d.ts +15 -0
  1520. package/es/scenegraph/group-creater/cell-type/image-cell.js +206 -0
  1521. package/es/scenegraph/group-creater/cell-type/image-cell.js.map +1 -0
  1522. package/es/scenegraph/group-creater/cell-type/index.d.ts +10 -0
  1523. package/es/scenegraph/group-creater/cell-type/index.js +64 -0
  1524. package/es/scenegraph/group-creater/cell-type/index.js.map +1 -0
  1525. package/es/scenegraph/group-creater/cell-type/progress-bar-cell.d.ts +11 -0
  1526. package/es/scenegraph/group-creater/cell-type/progress-bar-cell.js +389 -0
  1527. package/es/scenegraph/group-creater/cell-type/progress-bar-cell.js.map +1 -0
  1528. package/es/scenegraph/group-creater/cell-type/radio-cell.d.ts +6 -0
  1529. package/es/scenegraph/group-creater/cell-type/radio-cell.js +143 -0
  1530. package/es/scenegraph/group-creater/cell-type/radio-cell.js.map +1 -0
  1531. package/es/scenegraph/group-creater/cell-type/spark-line-cell.d.ts +5 -0
  1532. package/es/scenegraph/group-creater/cell-type/spark-line-cell.js +202 -0
  1533. package/es/scenegraph/group-creater/cell-type/spark-line-cell.js.map +1 -0
  1534. package/es/scenegraph/group-creater/cell-type/switch-cell.d.ts +6 -0
  1535. package/es/scenegraph/group-creater/cell-type/switch-cell.js +150 -0
  1536. package/es/scenegraph/group-creater/cell-type/switch-cell.js.map +1 -0
  1537. package/es/scenegraph/group-creater/cell-type/text-cell.d.ts +6 -0
  1538. package/es/scenegraph/group-creater/cell-type/text-cell.js +66 -0
  1539. package/es/scenegraph/group-creater/cell-type/text-cell.js.map +1 -0
  1540. package/es/scenegraph/group-creater/cell-type/video-cell.d.ts +6 -0
  1541. package/es/scenegraph/group-creater/cell-type/video-cell.js +127 -0
  1542. package/es/scenegraph/group-creater/cell-type/video-cell.js.map +1 -0
  1543. package/es/scenegraph/group-creater/column-helper.d.ts +14 -0
  1544. package/es/scenegraph/group-creater/column-helper.js +141 -0
  1545. package/es/scenegraph/group-creater/column-helper.js.map +1 -0
  1546. package/es/scenegraph/group-creater/column.d.ts +4 -0
  1547. package/es/scenegraph/group-creater/column.js +26 -0
  1548. package/es/scenegraph/group-creater/column.js.map +1 -0
  1549. package/es/scenegraph/group-creater/init-scenegraph.d.ts +2 -0
  1550. package/es/scenegraph/group-creater/init-scenegraph.js +50 -0
  1551. package/es/scenegraph/group-creater/init-scenegraph.js.map +1 -0
  1552. package/es/scenegraph/group-creater/progress/create-group-for-first-screen.d.ts +3 -0
  1553. package/es/scenegraph/group-creater/progress/create-group-for-first-screen.js +46 -0
  1554. package/es/scenegraph/group-creater/progress/create-group-for-first-screen.js.map +1 -0
  1555. package/es/scenegraph/group-creater/progress/default-width-height.d.ts +3 -0
  1556. package/es/scenegraph/group-creater/progress/default-width-height.js +18 -0
  1557. package/es/scenegraph/group-creater/progress/default-width-height.js.map +1 -0
  1558. package/es/scenegraph/group-creater/progress/proxy.d.ts +79 -0
  1559. package/es/scenegraph/group-creater/progress/proxy.js +357 -0
  1560. package/es/scenegraph/group-creater/progress/proxy.js.map +1 -0
  1561. package/es/scenegraph/group-creater/progress/update-position/dynamic-set-x.d.ts +4 -0
  1562. package/es/scenegraph/group-creater/progress/update-position/dynamic-set-x.js +168 -0
  1563. package/es/scenegraph/group-creater/progress/update-position/dynamic-set-x.js.map +1 -0
  1564. package/es/scenegraph/group-creater/progress/update-position/dynamic-set-y.d.ts +4 -0
  1565. package/es/scenegraph/group-creater/progress/update-position/dynamic-set-y.js +185 -0
  1566. package/es/scenegraph/group-creater/progress/update-position/dynamic-set-y.js.map +1 -0
  1567. package/es/scenegraph/group-creater/progress/update-position/sort-horizontal.d.ts +2 -0
  1568. package/es/scenegraph/group-creater/progress/update-position/sort-horizontal.js +56 -0
  1569. package/es/scenegraph/group-creater/progress/update-position/sort-horizontal.js.map +1 -0
  1570. package/es/scenegraph/group-creater/progress/update-position/sort-vertical.d.ts +2 -0
  1571. package/es/scenegraph/group-creater/progress/update-position/sort-vertical.js +70 -0
  1572. package/es/scenegraph/group-creater/progress/update-position/sort-vertical.js.map +1 -0
  1573. package/es/scenegraph/group-creater/progress/update-position/update-auto-column.d.ts +2 -0
  1574. package/es/scenegraph/group-creater/progress/update-position/update-auto-column.js +29 -0
  1575. package/es/scenegraph/group-creater/progress/update-position/update-auto-column.js.map +1 -0
  1576. package/es/scenegraph/group-creater/progress/update-position/update-auto-row.d.ts +2 -0
  1577. package/es/scenegraph/group-creater/progress/update-position/update-auto-row.js +39 -0
  1578. package/es/scenegraph/group-creater/progress/update-position/update-auto-row.js.map +1 -0
  1579. package/es/scenegraph/group-creater/progress/update-position/util.d.ts +8 -0
  1580. package/es/scenegraph/group-creater/progress/update-position/util.js +88 -0
  1581. package/es/scenegraph/group-creater/progress/update-position/util.js.map +1 -0
  1582. package/es/scenegraph/icon/icon-update.d.ts +28 -0
  1583. package/es/scenegraph/icon/icon-update.js +178 -0
  1584. package/es/scenegraph/icon/icon-update.js.map +1 -0
  1585. package/es/scenegraph/layout/compute-col-width.d.ts +4 -0
  1586. package/es/scenegraph/layout/compute-col-width.js +320 -0
  1587. package/es/scenegraph/layout/compute-col-width.js.map +1 -0
  1588. package/es/scenegraph/layout/compute-row-height.d.ts +3 -0
  1589. package/es/scenegraph/layout/compute-row-height.js +340 -0
  1590. package/es/scenegraph/layout/compute-row-height.js.map +1 -0
  1591. package/es/scenegraph/layout/frozen-react.d.ts +5 -0
  1592. package/es/scenegraph/layout/frozen-react.js +82 -0
  1593. package/es/scenegraph/layout/frozen-react.js.map +1 -0
  1594. package/es/scenegraph/layout/frozen.d.ts +6 -0
  1595. package/es/scenegraph/layout/frozen.js +328 -0
  1596. package/es/scenegraph/layout/frozen.js.map +1 -0
  1597. package/es/scenegraph/layout/height-util.d.ts +7 -0
  1598. package/es/scenegraph/layout/height-util.js +118 -0
  1599. package/es/scenegraph/layout/height-util.js.map +1 -0
  1600. package/es/scenegraph/layout/move-cell.d.ts +2 -0
  1601. package/es/scenegraph/layout/move-cell.js +44 -0
  1602. package/es/scenegraph/layout/move-cell.js.map +1 -0
  1603. package/es/scenegraph/layout/update-col.d.ts +3 -0
  1604. package/es/scenegraph/layout/update-col.js +204 -0
  1605. package/es/scenegraph/layout/update-col.js.map +1 -0
  1606. package/es/scenegraph/layout/update-height.d.ts +6 -0
  1607. package/es/scenegraph/layout/update-height.js +149 -0
  1608. package/es/scenegraph/layout/update-height.js.map +1 -0
  1609. package/es/scenegraph/layout/update-row.d.ts +3 -0
  1610. package/es/scenegraph/layout/update-row.js +278 -0
  1611. package/es/scenegraph/layout/update-row.js.map +1 -0
  1612. package/es/scenegraph/layout/update-width.d.ts +2 -0
  1613. package/es/scenegraph/layout/update-width.js +247 -0
  1614. package/es/scenegraph/layout/update-width.js.map +1 -0
  1615. package/es/scenegraph/refresh-node/update-chart.d.ts +7 -0
  1616. package/es/scenegraph/refresh-node/update-chart.js +196 -0
  1617. package/es/scenegraph/refresh-node/update-chart.js.map +1 -0
  1618. package/es/scenegraph/scenegraph.d.ts +182 -0
  1619. package/es/scenegraph/scenegraph.js +908 -0
  1620. package/es/scenegraph/scenegraph.js.map +1 -0
  1621. package/es/scenegraph/select/create-select-border.d.ts +3 -0
  1622. package/es/scenegraph/select/create-select-border.js +51 -0
  1623. package/es/scenegraph/select/create-select-border.js.map +1 -0
  1624. package/es/scenegraph/select/delete-select-border.d.ts +5 -0
  1625. package/es/scenegraph/select/delete-select-border.js +29 -0
  1626. package/es/scenegraph/select/delete-select-border.js.map +1 -0
  1627. package/es/scenegraph/select/move-select-border.d.ts +2 -0
  1628. package/es/scenegraph/select/move-select-border.js +9 -0
  1629. package/es/scenegraph/select/move-select-border.js.map +1 -0
  1630. package/es/scenegraph/select/update-select-border.d.ts +8 -0
  1631. package/es/scenegraph/select/update-select-border.js +263 -0
  1632. package/es/scenegraph/select/update-select-border.js.map +1 -0
  1633. package/es/scenegraph/select/update-select-style.d.ts +3 -0
  1634. package/es/scenegraph/select/update-select-style.js +7 -0
  1635. package/es/scenegraph/select/update-select-style.js.map +1 -0
  1636. package/es/scenegraph/stick-text/index.d.ts +3 -0
  1637. package/es/scenegraph/stick-text/index.js +179 -0
  1638. package/es/scenegraph/stick-text/index.js.map +1 -0
  1639. package/es/scenegraph/style/corner-cell.d.ts +3 -0
  1640. package/es/scenegraph/style/corner-cell.js +22 -0
  1641. package/es/scenegraph/style/corner-cell.js.map +1 -0
  1642. package/es/scenegraph/style/frame-border.d.ts +8 -0
  1643. package/es/scenegraph/style/frame-border.js +138 -0
  1644. package/es/scenegraph/style/frame-border.js.map +1 -0
  1645. package/es/scenegraph/utils/border-line.d.ts +8 -0
  1646. package/es/scenegraph/utils/border-line.js +45 -0
  1647. package/es/scenegraph/utils/border-line.js.map +1 -0
  1648. package/es/scenegraph/utils/break-string.d.ts +5 -0
  1649. package/es/scenegraph/utils/break-string.js +16 -0
  1650. package/es/scenegraph/utils/break-string.js.map +1 -0
  1651. package/es/scenegraph/utils/cell-border-stroke-width.d.ts +3 -0
  1652. package/es/scenegraph/utils/cell-border-stroke-width.js +12 -0
  1653. package/es/scenegraph/utils/cell-border-stroke-width.js.map +1 -0
  1654. package/es/scenegraph/utils/cell-pos.d.ts +4 -0
  1655. package/es/scenegraph/utils/cell-pos.js +12 -0
  1656. package/es/scenegraph/utils/cell-pos.js.map +1 -0
  1657. package/es/scenegraph/utils/deal-promise-data.d.ts +2 -0
  1658. package/es/scenegraph/utils/deal-promise-data.js +6 -0
  1659. package/es/scenegraph/utils/deal-promise-data.js.map +1 -0
  1660. package/es/scenegraph/utils/empty-group.d.ts +2 -0
  1661. package/es/scenegraph/utils/empty-group.js +6 -0
  1662. package/es/scenegraph/utils/empty-group.js.map +1 -0
  1663. package/es/scenegraph/utils/font.d.ts +1 -0
  1664. package/es/scenegraph/utils/font.js +6 -0
  1665. package/es/scenegraph/utils/font.js.map +1 -0
  1666. package/es/scenegraph/utils/get-cell-merge.d.ts +3 -0
  1667. package/es/scenegraph/utils/get-cell-merge.js +11 -0
  1668. package/es/scenegraph/utils/get-cell-merge.js.map +1 -0
  1669. package/es/scenegraph/utils/get-hierarchy-offset.d.ts +2 -0
  1670. package/es/scenegraph/utils/get-hierarchy-offset.js +21 -0
  1671. package/es/scenegraph/utils/get-hierarchy-offset.js.map +1 -0
  1672. package/es/scenegraph/utils/get-prop.d.ts +4 -0
  1673. package/es/scenegraph/utils/get-prop.js +36 -0
  1674. package/es/scenegraph/utils/get-prop.js.map +1 -0
  1675. package/es/scenegraph/utils/icon.d.ts +12 -0
  1676. package/es/scenegraph/utils/icon.js +29 -0
  1677. package/es/scenegraph/utils/icon.js.map +1 -0
  1678. package/es/scenegraph/utils/is-merge-cell-group.d.ts +2 -0
  1679. package/es/scenegraph/utils/is-merge-cell-group.js +6 -0
  1680. package/es/scenegraph/utils/is-merge-cell-group.js.map +1 -0
  1681. package/es/scenegraph/utils/keep-aspect-ratio.d.ts +4 -0
  1682. package/es/scenegraph/utils/keep-aspect-ratio.js +11 -0
  1683. package/es/scenegraph/utils/keep-aspect-ratio.js.map +1 -0
  1684. package/es/scenegraph/utils/padding.d.ts +6 -0
  1685. package/es/scenegraph/utils/padding.js +14 -0
  1686. package/es/scenegraph/utils/padding.js.map +1 -0
  1687. package/es/scenegraph/utils/render-service.d.ts +7 -0
  1688. package/es/scenegraph/utils/render-service.js +19 -0
  1689. package/es/scenegraph/utils/render-service.js.map +1 -0
  1690. package/es/scenegraph/utils/text-icon-layout.d.ts +29 -0
  1691. package/es/scenegraph/utils/text-icon-layout.js +334 -0
  1692. package/es/scenegraph/utils/text-icon-layout.js.map +1 -0
  1693. package/es/scenegraph/utils/text-measure.d.ts +38 -0
  1694. package/es/scenegraph/utils/text-measure.js +163 -0
  1695. package/es/scenegraph/utils/text-measure.js.map +1 -0
  1696. package/es/scenegraph/utils/text-pos.d.ts +8 -0
  1697. package/es/scenegraph/utils/text-pos.js +20 -0
  1698. package/es/scenegraph/utils/text-pos.js.map +1 -0
  1699. package/es/scenegraph/utils/update-container.d.ts +2 -0
  1700. package/es/scenegraph/utils/update-container.js +6 -0
  1701. package/es/scenegraph/utils/update-container.js.map +1 -0
  1702. package/es/state/cell-move/adjust-header.d.ts +3 -0
  1703. package/es/state/cell-move/adjust-header.js +20 -0
  1704. package/es/state/cell-move/adjust-header.js.map +1 -0
  1705. package/es/state/cell-move/index.d.ts +4 -0
  1706. package/es/state/cell-move/index.js +106 -0
  1707. package/es/state/cell-move/index.js.map +1 -0
  1708. package/es/state/checkbox/checkbox.d.ts +12 -0
  1709. package/es/state/checkbox/checkbox.js +199 -0
  1710. package/es/state/checkbox/checkbox.js.map +1 -0
  1711. package/es/state/common/check-in-select.d.ts +7 -0
  1712. package/es/state/common/check-in-select.js +53 -0
  1713. package/es/state/common/check-in-select.js.map +1 -0
  1714. package/es/state/drill/index.d.ts +2 -0
  1715. package/es/state/drill/index.js +9 -0
  1716. package/es/state/drill/index.js.map +1 -0
  1717. package/es/state/frozen/index.d.ts +2 -0
  1718. package/es/state/frozen/index.js +4 -0
  1719. package/es/state/frozen/index.js.map +1 -0
  1720. package/es/state/hover/col.d.ts +4 -0
  1721. package/es/state/hover/col.js +16 -0
  1722. package/es/state/hover/col.js.map +1 -0
  1723. package/es/state/hover/is-cell-hover.d.ts +5 -0
  1724. package/es/state/hover/is-cell-hover.js +44 -0
  1725. package/es/state/hover/is-cell-hover.js.map +1 -0
  1726. package/es/state/hover/row.d.ts +4 -0
  1727. package/es/state/hover/row.js +14 -0
  1728. package/es/state/hover/row.js.map +1 -0
  1729. package/es/state/hover/single.d.ts +4 -0
  1730. package/es/state/hover/single.js +10 -0
  1731. package/es/state/hover/single.js.map +1 -0
  1732. package/es/state/hover/update-cell.d.ts +2 -0
  1733. package/es/state/hover/update-cell.js +15 -0
  1734. package/es/state/hover/update-cell.js.map +1 -0
  1735. package/es/state/hover/update-position.d.ts +2 -0
  1736. package/es/state/hover/update-position.js +36 -0
  1737. package/es/state/hover/update-position.js.map +1 -0
  1738. package/es/state/radio/radio.d.ts +7 -0
  1739. package/es/state/radio/radio.js +80 -0
  1740. package/es/state/radio/radio.js.map +1 -0
  1741. package/es/state/resize/update-resize-column.d.ts +2 -0
  1742. package/es/state/resize/update-resize-column.js +79 -0
  1743. package/es/state/resize/update-resize-column.js.map +1 -0
  1744. package/es/state/resize/update-resize-row.d.ts +2 -0
  1745. package/es/state/resize/update-resize-row.js +58 -0
  1746. package/es/state/resize/update-resize-row.js.map +1 -0
  1747. package/es/state/select/custom-select.d.ts +7 -0
  1748. package/es/state/select/custom-select.js +30 -0
  1749. package/es/state/select/custom-select.js.map +1 -0
  1750. package/es/state/select/is-cell-select-highlight.d.ts +6 -0
  1751. package/es/state/select/is-cell-select-highlight.js +81 -0
  1752. package/es/state/select/is-cell-select-highlight.js.map +1 -0
  1753. package/es/state/select/update-position.d.ts +4 -0
  1754. package/es/state/select/update-position.js +300 -0
  1755. package/es/state/select/update-position.js.map +1 -0
  1756. package/es/state/sort/index.d.ts +2 -0
  1757. package/es/state/sort/index.js +50 -0
  1758. package/es/state/sort/index.js.map +1 -0
  1759. package/es/state/spark-line/index.d.ts +3 -0
  1760. package/es/state/spark-line/index.js +96 -0
  1761. package/es/state/spark-line/index.js.map +1 -0
  1762. package/es/state/state.d.ts +206 -0
  1763. package/es/state/state.js +834 -0
  1764. package/es/state/state.js.map +1 -0
  1765. package/es/themes/ARCO.d.ts +3 -0
  1766. package/es/themes/ARCO.js +109 -0
  1767. package/es/themes/ARCO.js.map +1 -0
  1768. package/es/themes/BRIGHT.d.ts +3 -0
  1769. package/es/themes/BRIGHT.js +66 -0
  1770. package/es/themes/BRIGHT.js.map +1 -0
  1771. package/es/themes/DARK.d.ts +3 -0
  1772. package/es/themes/DARK.js +99 -0
  1773. package/es/themes/DARK.js.map +1 -0
  1774. package/es/themes/DEFAULT.d.ts +3 -0
  1775. package/es/themes/DEFAULT.js +82 -0
  1776. package/es/themes/DEFAULT.js.map +1 -0
  1777. package/es/themes/SIMPLIFY.d.ts +3 -0
  1778. package/es/themes/SIMPLIFY.js +49 -0
  1779. package/es/themes/SIMPLIFY.js.map +1 -0
  1780. package/es/themes/component.d.ts +35 -0
  1781. package/es/themes/component.js +42 -0
  1782. package/es/themes/component.js.map +1 -0
  1783. package/es/themes/theme.d.ts +67 -0
  1784. package/es/themes/theme.js +752 -0
  1785. package/es/themes/theme.js.map +1 -0
  1786. package/es/themes.d.ts +28 -0
  1787. package/es/themes.js +64 -0
  1788. package/es/themes.js.map +1 -0
  1789. package/es/tools/LimitPromiseQueue.d.ts +8 -0
  1790. package/es/tools/LimitPromiseQueue.js +21 -0
  1791. package/es/tools/LimitPromiseQueue.js.map +1 -0
  1792. package/es/tools/NumberMap.d.ts +23 -0
  1793. package/es/tools/NumberMap.js +117 -0
  1794. package/es/tools/NumberMap.js.map +1 -0
  1795. package/es/tools/Rect.d.ts +24 -0
  1796. package/es/tools/Rect.js +62 -0
  1797. package/es/tools/Rect.js.map +1 -0
  1798. package/es/tools/calc.d.ts +8 -0
  1799. package/es/tools/calc.js +201 -0
  1800. package/es/tools/calc.js.map +1 -0
  1801. package/es/tools/cell-range.d.ts +2 -0
  1802. package/es/tools/cell-range.js +4 -0
  1803. package/es/tools/cell-range.js.map +1 -0
  1804. package/es/tools/debounce.d.ts +1 -0
  1805. package/es/tools/debounce.js +43 -0
  1806. package/es/tools/debounce.js.map +1 -0
  1807. package/es/tools/diff-cell.d.ts +72 -0
  1808. package/es/tools/diff-cell.js +160 -0
  1809. package/es/tools/diff-cell.js.map +1 -0
  1810. package/es/tools/dom.d.ts +1 -0
  1811. package/es/tools/dom.js +5 -0
  1812. package/es/tools/dom.js.map +1 -0
  1813. package/es/tools/env.d.ts +19 -0
  1814. package/es/tools/env.js +42 -0
  1815. package/es/tools/env.js.map +1 -0
  1816. package/es/tools/get-data-path/create-dataset.d.ts +11 -0
  1817. package/es/tools/get-data-path/create-dataset.js +147 -0
  1818. package/es/tools/get-data-path/create-dataset.js.map +1 -0
  1819. package/es/tools/get-data-path/index.d.ts +2 -0
  1820. package/es/tools/get-data-path/index.js +51 -0
  1821. package/es/tools/get-data-path/index.js.map +1 -0
  1822. package/es/tools/global.d.ts +15 -0
  1823. package/es/tools/global.js +30 -0
  1824. package/es/tools/global.js.map +1 -0
  1825. package/es/tools/helper.d.ts +72 -0
  1826. package/es/tools/helper.js +226 -0
  1827. package/es/tools/helper.js.map +1 -0
  1828. package/es/tools/icons.d.ts +4 -0
  1829. package/es/tools/icons.js +4 -0
  1830. package/es/tools/icons.js.map +1 -0
  1831. package/es/tools/isx.d.ts +16 -0
  1832. package/es/tools/isx.js +79 -0
  1833. package/es/tools/isx.js.map +1 -0
  1834. package/es/tools/join.d.ts +1 -0
  1835. package/es/tools/join.js +6 -0
  1836. package/es/tools/join.js.map +1 -0
  1837. package/es/tools/merge-range.d.ts +11 -0
  1838. package/es/tools/merge-range.js +28 -0
  1839. package/es/tools/merge-range.js.map +1 -0
  1840. package/es/tools/pixel-ratio.d.ts +2 -0
  1841. package/es/tools/pixel-ratio.js +12 -0
  1842. package/es/tools/pixel-ratio.js.map +1 -0
  1843. package/es/tools/sort.d.ts +2 -0
  1844. package/es/tools/sort.js +12 -0
  1845. package/es/tools/sort.js.map +1 -0
  1846. package/es/tools/style.d.ts +5 -0
  1847. package/es/tools/style.js +20 -0
  1848. package/es/tools/style.js.map +1 -0
  1849. package/es/tools/update-row.d.ts +19 -0
  1850. package/es/tools/update-row.js +32 -0
  1851. package/es/tools/update-row.js.map +1 -0
  1852. package/es/tools/util.d.ts +46 -0
  1853. package/es/tools/util.js +231 -0
  1854. package/es/tools/util.js.map +1 -0
  1855. package/es/ts-types/animation/appear.d.ts +11 -0
  1856. package/es/ts-types/animation/appear.js +2 -0
  1857. package/es/ts-types/animation/appear.js.map +1 -0
  1858. package/es/ts-types/animation/index.d.ts +1 -0
  1859. package/es/ts-types/animation/index.js +2 -0
  1860. package/es/ts-types/animation/index.js.map +1 -0
  1861. package/es/ts-types/base-table.d.ts +641 -0
  1862. package/es/ts-types/base-table.js +2 -0
  1863. package/es/ts-types/base-table.js.map +1 -0
  1864. package/es/ts-types/column/index.d.ts +2 -0
  1865. package/es/ts-types/column/index.js +4 -0
  1866. package/es/ts-types/column/index.js.map +1 -0
  1867. package/es/ts-types/column/style.d.ts +151 -0
  1868. package/es/ts-types/column/style.js +2 -0
  1869. package/es/ts-types/column/style.js.map +1 -0
  1870. package/es/ts-types/column/type.d.ts +2 -0
  1871. package/es/ts-types/column/type.js +2 -0
  1872. package/es/ts-types/column/type.js.map +1 -0
  1873. package/es/ts-types/common.d.ts +114 -0
  1874. package/es/ts-types/common.js +13 -0
  1875. package/es/ts-types/common.js.map +1 -0
  1876. package/es/ts-types/component/axis.d.ts +2 -0
  1877. package/es/ts-types/component/axis.js +2 -0
  1878. package/es/ts-types/component/axis.js.map +1 -0
  1879. package/es/ts-types/component/empty-tip.d.ts +20 -0
  1880. package/es/ts-types/component/empty-tip.js +2 -0
  1881. package/es/ts-types/component/empty-tip.js.map +1 -0
  1882. package/es/ts-types/component/index.d.ts +1 -0
  1883. package/es/ts-types/component/index.js +2 -0
  1884. package/es/ts-types/component/index.js.map +1 -0
  1885. package/es/ts-types/component/legend.d.ts +18 -0
  1886. package/es/ts-types/component/legend.js +2 -0
  1887. package/es/ts-types/component/legend.js.map +1 -0
  1888. package/es/ts-types/component/title.d.ts +49 -0
  1889. package/es/ts-types/component/title.js +2 -0
  1890. package/es/ts-types/component/title.js.map +1 -0
  1891. package/es/ts-types/component/util.d.ts +1 -0
  1892. package/es/ts-types/component/util.js +2 -0
  1893. package/es/ts-types/component/util.js.map +1 -0
  1894. package/es/ts-types/customElement.d.ts +128 -0
  1895. package/es/ts-types/customElement.js +2 -0
  1896. package/es/ts-types/customElement.js.map +1 -0
  1897. package/es/ts-types/customLayout.d.ts +9 -0
  1898. package/es/ts-types/customLayout.js +2 -0
  1899. package/es/ts-types/customLayout.js.map +1 -0
  1900. package/es/ts-types/dataset/aggregation.d.ts +192 -0
  1901. package/es/ts-types/dataset/aggregation.js +397 -0
  1902. package/es/ts-types/dataset/aggregation.js.map +1 -0
  1903. package/es/ts-types/dataset/index.d.ts +1 -0
  1904. package/es/ts-types/dataset/index.js +2 -0
  1905. package/es/ts-types/dataset/index.js.map +1 -0
  1906. package/es/ts-types/events.d.ts +363 -0
  1907. package/es/ts-types/events.js +2 -0
  1908. package/es/ts-types/events.js.map +1 -0
  1909. package/es/ts-types/icon.d.ts +93 -0
  1910. package/es/ts-types/icon.js +30 -0
  1911. package/es/ts-types/icon.js.map +1 -0
  1912. package/es/ts-types/index.d.ts +17 -0
  1913. package/es/ts-types/index.js +34 -0
  1914. package/es/ts-types/index.js.map +1 -0
  1915. package/es/ts-types/list-table/define/basic-define.d.ts +50 -0
  1916. package/es/ts-types/list-table/define/basic-define.js +2 -0
  1917. package/es/ts-types/list-table/define/basic-define.js.map +1 -0
  1918. package/es/ts-types/list-table/define/button-define.d.ts +9 -0
  1919. package/es/ts-types/list-table/define/button-define.js +2 -0
  1920. package/es/ts-types/list-table/define/button-define.js.map +1 -0
  1921. package/es/ts-types/list-table/define/chart-define.d.ts +11 -0
  1922. package/es/ts-types/list-table/define/chart-define.js +2 -0
  1923. package/es/ts-types/list-table/define/chart-define.js.map +1 -0
  1924. package/es/ts-types/list-table/define/checkbox-define.d.ts +15 -0
  1925. package/es/ts-types/list-table/define/checkbox-define.js +2 -0
  1926. package/es/ts-types/list-table/define/checkbox-define.js.map +1 -0
  1927. package/es/ts-types/list-table/define/composite-define.d.ts +26 -0
  1928. package/es/ts-types/list-table/define/composite-define.js +2 -0
  1929. package/es/ts-types/list-table/define/composite-define.js.map +1 -0
  1930. package/es/ts-types/list-table/define/image-define.d.ts +17 -0
  1931. package/es/ts-types/list-table/define/image-define.js +2 -0
  1932. package/es/ts-types/list-table/define/image-define.js.map +1 -0
  1933. package/es/ts-types/list-table/define/index.d.ts +31 -0
  1934. package/es/ts-types/list-table/define/index.js +2 -0
  1935. package/es/ts-types/list-table/define/index.js.map +1 -0
  1936. package/es/ts-types/list-table/define/link-define.d.ts +22 -0
  1937. package/es/ts-types/list-table/define/link-define.js +2 -0
  1938. package/es/ts-types/list-table/define/link-define.js.map +1 -0
  1939. package/es/ts-types/list-table/define/multilinetext-define.d.ts +11 -0
  1940. package/es/ts-types/list-table/define/multilinetext-define.js +2 -0
  1941. package/es/ts-types/list-table/define/multilinetext-define.js.map +1 -0
  1942. package/es/ts-types/list-table/define/progressbar-define.d.ts +11 -0
  1943. package/es/ts-types/list-table/define/progressbar-define.js +2 -0
  1944. package/es/ts-types/list-table/define/progressbar-define.js.map +1 -0
  1945. package/es/ts-types/list-table/define/radio-define.d.ts +11 -0
  1946. package/es/ts-types/list-table/define/radio-define.js +2 -0
  1947. package/es/ts-types/list-table/define/radio-define.js.map +1 -0
  1948. package/es/ts-types/list-table/define/sparkline-define.d.ts +10 -0
  1949. package/es/ts-types/list-table/define/sparkline-define.js +2 -0
  1950. package/es/ts-types/list-table/define/sparkline-define.js.map +1 -0
  1951. package/es/ts-types/list-table/define/switch-define.d.ts +11 -0
  1952. package/es/ts-types/list-table/define/switch-define.js +2 -0
  1953. package/es/ts-types/list-table/define/switch-define.js.map +1 -0
  1954. package/es/ts-types/list-table/index.d.ts +2 -0
  1955. package/es/ts-types/list-table/index.js +4 -0
  1956. package/es/ts-types/list-table/index.js.map +1 -0
  1957. package/es/ts-types/list-table/layout-map/api.d.ts +126 -0
  1958. package/es/ts-types/list-table/layout-map/api.js +2 -0
  1959. package/es/ts-types/list-table/layout-map/api.js.map +1 -0
  1960. package/es/ts-types/list-table/layout-map/index.d.ts +1 -0
  1961. package/es/ts-types/list-table/layout-map/index.js +2 -0
  1962. package/es/ts-types/list-table/layout-map/index.js.map +1 -0
  1963. package/es/ts-types/menu.d.ts +74 -0
  1964. package/es/ts-types/menu.js +2 -0
  1965. package/es/ts-types/menu.js.map +1 -0
  1966. package/es/ts-types/new-data-set.d.ts +158 -0
  1967. package/es/ts-types/new-data-set.js +15 -0
  1968. package/es/ts-types/new-data-set.js.map +1 -0
  1969. package/es/ts-types/pivot-table/PIVOT_TABLE_EVENT_TYPE.d.ts +10 -0
  1970. package/es/ts-types/pivot-table/PIVOT_TABLE_EVENT_TYPE.js +13 -0
  1971. package/es/ts-types/pivot-table/PIVOT_TABLE_EVENT_TYPE.js.map +1 -0
  1972. package/es/ts-types/pivot-table/corner.d.ts +37 -0
  1973. package/es/ts-types/pivot-table/corner.js +2 -0
  1974. package/es/ts-types/pivot-table/corner.js.map +1 -0
  1975. package/es/ts-types/pivot-table/dimension/basic-dimension.d.ts +43 -0
  1976. package/es/ts-types/pivot-table/dimension/basic-dimension.js +2 -0
  1977. package/es/ts-types/pivot-table/dimension/basic-dimension.js.map +1 -0
  1978. package/es/ts-types/pivot-table/dimension/image-dimension.d.ts +10 -0
  1979. package/es/ts-types/pivot-table/dimension/image-dimension.js +2 -0
  1980. package/es/ts-types/pivot-table/dimension/image-dimension.js.map +1 -0
  1981. package/es/ts-types/pivot-table/dimension/index.d.ts +6 -0
  1982. package/es/ts-types/pivot-table/dimension/index.js +2 -0
  1983. package/es/ts-types/pivot-table/dimension/index.js.map +1 -0
  1984. package/es/ts-types/pivot-table/dimension/link-dimension.d.ts +13 -0
  1985. package/es/ts-types/pivot-table/dimension/link-dimension.js +2 -0
  1986. package/es/ts-types/pivot-table/dimension/link-dimension.js.map +1 -0
  1987. package/es/ts-types/pivot-table/dimension/multilinetext-dimension.d.ts +7 -0
  1988. package/es/ts-types/pivot-table/dimension/multilinetext-dimension.js +2 -0
  1989. package/es/ts-types/pivot-table/dimension/multilinetext-dimension.js.map +1 -0
  1990. package/es/ts-types/pivot-table/index.d.ts +4 -0
  1991. package/es/ts-types/pivot-table/index.js +8 -0
  1992. package/es/ts-types/pivot-table/index.js.map +1 -0
  1993. package/es/ts-types/pivot-table/indicator/basic-indicator.d.ts +51 -0
  1994. package/es/ts-types/pivot-table/indicator/basic-indicator.js +2 -0
  1995. package/es/ts-types/pivot-table/indicator/basic-indicator.js.map +1 -0
  1996. package/es/ts-types/pivot-table/indicator/chart-indicator.d.ts +11 -0
  1997. package/es/ts-types/pivot-table/indicator/chart-indicator.js +2 -0
  1998. package/es/ts-types/pivot-table/indicator/chart-indicator.js.map +1 -0
  1999. package/es/ts-types/pivot-table/indicator/checkbox-indicator.d.ts +9 -0
  2000. package/es/ts-types/pivot-table/indicator/checkbox-indicator.js +2 -0
  2001. package/es/ts-types/pivot-table/indicator/checkbox-indicator.js.map +1 -0
  2002. package/es/ts-types/pivot-table/indicator/composite-indicator.d.ts +24 -0
  2003. package/es/ts-types/pivot-table/indicator/composite-indicator.js +2 -0
  2004. package/es/ts-types/pivot-table/indicator/composite-indicator.js.map +1 -0
  2005. package/es/ts-types/pivot-table/indicator/image-indicator.d.ts +17 -0
  2006. package/es/ts-types/pivot-table/indicator/image-indicator.js +2 -0
  2007. package/es/ts-types/pivot-table/indicator/image-indicator.js.map +1 -0
  2008. package/es/ts-types/pivot-table/indicator/index.d.ts +12 -0
  2009. package/es/ts-types/pivot-table/indicator/index.js +2 -0
  2010. package/es/ts-types/pivot-table/indicator/index.js.map +1 -0
  2011. package/es/ts-types/pivot-table/indicator/link-indicator.d.ts +22 -0
  2012. package/es/ts-types/pivot-table/indicator/link-indicator.js +2 -0
  2013. package/es/ts-types/pivot-table/indicator/link-indicator.js.map +1 -0
  2014. package/es/ts-types/pivot-table/indicator/multilinetext-indicator.d.ts +11 -0
  2015. package/es/ts-types/pivot-table/indicator/multilinetext-indicator.js +2 -0
  2016. package/es/ts-types/pivot-table/indicator/multilinetext-indicator.js.map +1 -0
  2017. package/es/ts-types/pivot-table/indicator/progress-indicator.d.ts +11 -0
  2018. package/es/ts-types/pivot-table/indicator/progress-indicator.js +2 -0
  2019. package/es/ts-types/pivot-table/indicator/progress-indicator.js.map +1 -0
  2020. package/es/ts-types/pivot-table/indicator/sparkline-indicator.d.ts +10 -0
  2021. package/es/ts-types/pivot-table/indicator/sparkline-indicator.js +2 -0
  2022. package/es/ts-types/pivot-table/indicator/sparkline-indicator.js.map +1 -0
  2023. package/es/ts-types/pivot-table/title.d.ts +20 -0
  2024. package/es/ts-types/pivot-table/title.js +2 -0
  2025. package/es/ts-types/pivot-table/title.js.map +1 -0
  2026. package/es/ts-types/sparkline.d.ts +37 -0
  2027. package/es/ts-types/sparkline.js +2 -0
  2028. package/es/ts-types/sparkline.js.map +1 -0
  2029. package/es/ts-types/style-define.d.ts +72 -0
  2030. package/es/ts-types/style-define.js +2 -0
  2031. package/es/ts-types/style-define.js.map +1 -0
  2032. package/es/ts-types/table-engine.d.ts +405 -0
  2033. package/es/ts-types/table-engine.js +13 -0
  2034. package/es/ts-types/table-engine.js.map +1 -0
  2035. package/es/ts-types/theme.d.ts +164 -0
  2036. package/es/ts-types/theme.js +2 -0
  2037. package/es/ts-types/theme.js.map +1 -0
  2038. package/es/ts-types/tooltip.d.ts +26 -0
  2039. package/es/ts-types/tooltip.js +2 -0
  2040. package/es/ts-types/tooltip.js.map +1 -0
  2041. package/es/vrender.d.ts +8 -0
  2042. package/es/vrender.js +27 -0
  2043. package/es/vrender.js.map +1 -0
  2044. package/package.json +132 -0
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/layout/simple-header-layout.ts"],"names":[],"mappings":"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","file":"simple-header-layout.js","sourcesContent":["/* eslint-disable sort-imports */\nimport { isValid, merge } from '@visactor/vutils';\nimport type { ListTable } from '../ListTable';\nimport { DefaultSparklineSpec } from '../tools/global';\nimport type {\n CellAddress,\n CellRange,\n CellLocation,\n IListTableCellHeaderPaths,\n LayoutObjectId,\n AggregationType,\n Aggregation,\n IRowSeriesNumber\n} from '../ts-types';\nimport type { ChartColumnDefine, ColumnsDefine } from '../ts-types/list-table/define';\nimport type {\n ColumnData,\n ColumnDefine,\n HeaderData,\n LayoutMapAPI,\n SeriesNumberColumnData,\n WidthData\n} from '../ts-types/list-table/layout-map/api';\nimport { checkHasChart, getChartDataId } from './chart-helper/get-chart-spec';\nimport {\n checkHasAggregation,\n checkHasAggregationOnBottom,\n checkHasAggregationOnTop,\n checkHasTreeDefine\n} from './layout-helper';\nimport type { Aggregator } from '../ts-types/dataset/aggregation';\nimport { DimensionTree } from './tree-helper';\nimport { getCellRange } from './cell-range/simple-cell-range';\n// import { EmptyDataCache } from './utils';\n\n// let seqId = 0;\nexport class SimpleHeaderLayoutMap implements LayoutMapAPI {\n private seqId: number = 0;\n private _headerObjects: HeaderData[];\n private _headerObjectMap: { [key in LayoutObjectId]: HeaderData };\n private _headerObjectsIncludeHided: HeaderData[];\n // private _headerObjectMapIncludeHided: { [key in LayoutObjectId]: HeaderData };\n // private _headerObjectFieldKey: { [key in string]: HeaderData };\n private _headerCellIds: number[][];\n private _columns: ColumnData[];\n private _columnsIncludeHided: ColumnData[];\n rowSeriesNumberColumn: SeriesNumberColumnData[];\n leftRowSeriesNumberColumn: SeriesNumberColumnData[];\n rightRowSeriesNumberColumn: SeriesNumberColumnData[];\n leftRowSeriesNumberColumnCount: number = 0;\n rightRowSeriesNumberColumnCount: number = 0;\n /** 后期加的 对应pivot-header-layout 中的columnDimensionTree 为了排序后获取到排序后的columns */\n columnTree: DimensionTree;\n readonly bodyRowSpanCount: number = 1;\n //透视表中树形结构使用 这里为了table逻辑不报错\n // rowHierarchyIndent?: number = 0;\n hierarchyIndent?: number; // 树形展示缩进值\n hierarchyTextStartAlignment?: boolean;\n // private _emptyDataCache = new EmptyDataCache();\n _transpose = false;\n _showHeader = true;\n _recordsCount = 0;\n _table: ListTable;\n _hasAggregation: boolean = false;\n _hasAggregationOnTopCount: number = 0;\n _hasAggregationOnBottomCount: number = 0;\n /**层级维度结构显示形式 */\n rowHierarchyType?: 'grid' | 'tree';\n // 缓存行号列号对应的cellRange 需要注意当表头位置拖拽后 这个缓存的行列号已不准确 进行重置\n _cellRangeMap: Map<string, CellRange>; //存储单元格的行列号范围 针对解决是否为合并单元格情况\n constructor(table: ListTable, columns: ColumnsDefine, showHeader: boolean, hierarchyIndent: number) {\n this._cellRangeMap = new Map();\n this._showHeader = showHeader;\n this._table = table;\n this._columns = [];\n this._columnsIncludeHided = [];\n this._headerCellIds = [];\n this.hierarchyIndent = hierarchyIndent ?? 20;\n this.hierarchyTextStartAlignment = table.options.hierarchyTextStartAlignment;\n this.columnTree = new DimensionTree(columns as any, { seqId: 0 }, null); //seqId这里没有利用上 所有顺便传了0\n this._headerObjectsIncludeHided = this._addHeaders(0, columns, []);\n // this._headerObjectMapIncludeHided = this._headerObjectsIncludeHided.reduce((o, e) => {\n // o[e.id as number] = e;\n // return o;\n // }, {} as { [key in LayoutObjectId]: HeaderData });\n\n this._headerObjects = this._headerObjectsIncludeHided.filter(col => {\n return col.define.hide !== true;\n });\n this._headerObjectMap = this._headerObjects.reduce((o, e) => {\n o[e.id as number] = e;\n return o;\n }, {} as { [key in LayoutObjectId]: HeaderData });\n this.rowHierarchyType = checkHasTreeDefine(this) ? 'tree' : 'grid';\n this._hasAggregation = checkHasAggregation(this);\n this._hasAggregationOnBottomCount = checkHasAggregationOnBottom(this);\n this._hasAggregationOnTopCount = checkHasAggregationOnTop(this);\n // this._headerObjectFieldKey = this._headerObjects.reduce((o, e) => {\n // o[e.fieldKey] = e;\n // return o;\n // }, {} as { [key in string]: HeaderData });\n this.handleRowSeriesNumber(table.internalProps.rowSeriesNumber);\n }\n handleRowSeriesNumber(rowSeriesNumber: IRowSeriesNumber) {\n if (rowSeriesNumber) {\n if (Array.isArray(rowSeriesNumber)) {\n this.rowSeriesNumberColumn = rowSeriesNumber.map((seriesNumber, index) => {\n return {\n id: this.seqId++,\n title: seriesNumber.title,\n define: merge({ field: '_vtable_rowSeries_number_' + index }, seriesNumber),\n cellType: seriesNumber.cellType ?? 'text',\n headerType: seriesNumber.cellType === 'checkbox' ? 'checkbox' : 'text',\n style: seriesNumber.style,\n width: seriesNumber.width,\n format: seriesNumber.format,\n field: seriesNumber.field ?? '_vtable_rowSeries_number_' + index,\n icon: seriesNumber.icon,\n headerIcon: seriesNumber.headerIcon,\n isChildNode: false\n };\n });\n } else {\n this.rowSeriesNumberColumn = [\n {\n id: this.seqId++,\n title: rowSeriesNumber.title,\n define: merge({ field: '_vtable_rowSeries_number' }, rowSeriesNumber),\n cellType: rowSeriesNumber.cellType ?? 'text',\n headerType: rowSeriesNumber.cellType === 'checkbox' ? 'checkbox' : 'text',\n style: rowSeriesNumber.style,\n width: rowSeriesNumber.width,\n format: rowSeriesNumber.format,\n field: '_vtable_rowSeries_number', //rowSeriesNumber.field,\n icon: rowSeriesNumber.icon,\n headerIcon: rowSeriesNumber.headerIcon,\n isChildNode: false\n }\n ];\n }\n this.leftRowSeriesNumberColumn = this.rowSeriesNumberColumn.filter(rowSeriesNumberItem => {\n // if (rowSeriesNumberItem.define.align === 'left' || !isValid(rowSeriesNumberItem.define.align)) {\n // return true;\n // }\n return true;\n });\n this.rightRowSeriesNumberColumn = this.rowSeriesNumberColumn.filter(rowSeriesNumberItem => {\n // if (rowSeriesNumberItem.define.align === 'right') {\n // return true;\n // }\n return false;\n });\n this.leftRowSeriesNumberColumnCount = this.leftRowSeriesNumberColumn.length;\n this.rightRowSeriesNumberColumnCount = this.rightRowSeriesNumberColumn.length;\n }\n }\n // get columnWidths(): ColumnData[] {\n // return this._columns;\n // }\n get transpose(): boolean {\n return this._transpose;\n }\n set transpose(_transpose: boolean) {\n this._transpose = _transpose;\n }\n get showHeader(): boolean {\n return this._showHeader;\n }\n set showHeader(_showHeader: boolean) {\n this._showHeader = _showHeader;\n }\n isSeriesNumberInHeader(col: number, row: number): boolean {\n if (this.leftRowSeriesNumberColumnCount > 0 && col >= 0 && row >= 0 && col < this.leftRowSeriesNumberColumnCount) {\n if (this.transpose) {\n return false;\n } else if (row < this.headerLevelCount) {\n return true;\n }\n }\n if (\n this.rightRowSeriesNumberColumnCount > 0 &&\n row >= 0 &&\n col >= this.colCount - this.rightRowSeriesNumberColumnCount\n ) {\n if (this.transpose) {\n return false;\n } else if (row < this.headerLevelCount) {\n return true;\n }\n }\n return false;\n }\n isSeriesNumberInBody(col: number, row: number): boolean {\n if (this.leftRowSeriesNumberColumnCount > 0 && col >= 0 && col < this.leftRowSeriesNumberColumnCount) {\n if (this.transpose) {\n return true;\n }\n if (row >= this.headerLevelCount) {\n return true;\n }\n }\n if (this.rightRowSeriesNumberColumnCount > 0 && col >= this.colCount - this.rightRowSeriesNumberColumnCount) {\n if (this.transpose) {\n return true;\n }\n if (row >= this.headerLevelCount) {\n return true;\n }\n }\n return false;\n }\n isSeriesNumber(col: number, row: number): boolean {\n if (isValid(col) && isValid(row)) {\n if (\n this.leftRowSeriesNumberColumnCount > 0 &&\n col >= 0 &&\n row >= 0 &&\n col < this.leftRowSeriesNumberColumnCount\n ) {\n return true;\n }\n if (\n this.rightRowSeriesNumberColumnCount > 0 &&\n row >= 0 &&\n col >= this.colCount - this.rightRowSeriesNumberColumnCount\n ) {\n return true;\n }\n }\n return false;\n }\n getSeriesNumberHeader(col: number, row: number) {\n if (this.leftRowSeriesNumberColumnCount > 0 && col >= 0 && col < this.leftRowSeriesNumberColumnCount) {\n if (this.transpose) {\n return undefined;\n }\n if (row < this.headerLevelCount) {\n return Object.assign({}, this.leftRowSeriesNumberColumn[col], {\n style: Object.assign(\n {},\n this._table.transpose\n ? this._table.internalProps.theme.rowHeaderStyle\n : this._table.internalProps.theme.headerStyle,\n this._table.internalProps.rowSeriesNumber.headerStyle\n )\n });\n }\n }\n if (\n this.rightRowSeriesNumberColumnCount > 0 &&\n col >= this.colCount - this.rightRowSeriesNumberColumnCount &&\n row < this.headerLevelCount\n ) {\n if (this.transpose) {\n return undefined;\n }\n if (row < this.headerLevelCount) {\n return this.rightRowSeriesNumberColumn[col - (this.colCount - this.rightRowSeriesNumberColumnCount)];\n }\n }\n return undefined;\n }\n getSeriesNumberBody(col: number, row: number) {\n if (this.leftRowSeriesNumberColumnCount > 0 && col >= 0 && col < this.leftRowSeriesNumberColumnCount) {\n if (this.transpose) {\n return this.leftRowSeriesNumberColumn[col];\n }\n if (row >= this.headerLevelCount) {\n return this.leftRowSeriesNumberColumn[col];\n }\n }\n if (this.rightRowSeriesNumberColumnCount > 0 && col >= this.colCount - this.rightRowSeriesNumberColumnCount) {\n if (this.transpose) {\n return this.rightRowSeriesNumberColumn[col - (this.colCount - this.rightRowSeriesNumberColumnCount)];\n }\n if (row >= this.headerLevelCount) {\n return this.rightRowSeriesNumberColumn[col - (this.colCount - this.rightRowSeriesNumberColumnCount)];\n }\n }\n return undefined;\n }\n isHeader(col: number, row: number): boolean {\n if (\n this.transpose &&\n col >= this.leftRowSeriesNumberColumnCount &&\n col < this.headerLevelCount + this.leftRowSeriesNumberColumnCount\n ) {\n return true;\n }\n if (!this.transpose && row >= 0 && row < this.headerLevelCount) {\n return true;\n }\n return false;\n }\n isAggregation(col: number, row: number): boolean {\n // const column = this.getBody(col, row);\n // const aggregation = column.aggregation;\n if (this.hasAggregation) {\n if (this.hasAggregationOnBottomCount) {\n if (this.transpose) {\n if (col >= this.colCount - this.hasAggregationOnBottomCount) {\n return true;\n }\n } else {\n if (row >= this.rowCount - this.hasAggregationOnBottomCount) {\n return true;\n }\n }\n }\n if (this.hasAggregationOnTopCount) {\n if (this.transpose) {\n if (col >= this.rowHeaderLevelCount && col < this.rowHeaderLevelCount + this.hasAggregationOnTopCount) {\n return true;\n }\n } else {\n if (row >= this.columnHeaderLevelCount && row < this.columnHeaderLevelCount + this.hasAggregationOnTopCount) {\n return true;\n }\n }\n }\n }\n return false;\n }\n isTopAggregation(col: number, row: number): boolean {\n if (this.hasAggregationOnTopCount) {\n if (this.transpose) {\n if (col >= this.rowHeaderLevelCount && col < this.rowHeaderLevelCount + this.hasAggregationOnTopCount) {\n return true;\n }\n } else {\n if (row >= this.columnHeaderLevelCount && row < this.columnHeaderLevelCount + this.hasAggregationOnTopCount) {\n return true;\n }\n }\n }\n return false;\n }\n isBottomAggregation(col: number, row: number): boolean {\n if (this.hasAggregationOnBottomCount) {\n if (this.transpose) {\n if (col >= this.colCount - this.hasAggregationOnBottomCount) {\n return true;\n }\n } else {\n if (row >= this.rowCount - this.hasAggregationOnBottomCount) {\n return true;\n }\n }\n }\n return false;\n }\n get hasAggregation() {\n return this._hasAggregation;\n }\n\n get hasAggregationOnTopCount() {\n return this._hasAggregationOnTopCount;\n }\n\n get hasAggregationOnBottomCount() {\n return this._hasAggregationOnBottomCount;\n }\n\n getAggregatorsByCell(col: number, row: number) {\n const column = this.getColumnDefine(col, row);\n const aggregators = (column as any).vtable_aggregator;\n return aggregators;\n }\n\n getAggregatorsByCellRange(startCol: number, startRow: number, endCol: number, endRow: number) {\n let aggregators: Aggregator[] = [];\n if (this.transpose) {\n for (let i = startRow; i <= endRow; i++) {\n const column = this.getColumnDefine(startCol, i) as any;\n if (column.vtable_aggregator) {\n aggregators = aggregators.concat(\n Array.isArray(column.vtable_aggregator) ? column.vtable_aggregator : [column.vtable_aggregator]\n );\n }\n }\n } else {\n for (let i = startCol; i <= endCol; i++) {\n const column = this.getColumnDefine(i, startRow) as any;\n if (column.vtable_aggregator) {\n aggregators = aggregators.concat(\n Array.isArray(column.vtable_aggregator) ? column.vtable_aggregator : [column.vtable_aggregator]\n );\n }\n }\n return aggregators;\n }\n return [];\n }\n getAggregatorOnTop(col: number, row: number) {\n const column = this.getColumnDefine(col, row);\n const aggregators = (column as any).vtable_aggregator;\n const aggregation = (column as ColumnDefine).aggregation;\n if (Array.isArray(aggregation)) {\n const topAggregationIndexs = aggregation.reduce((indexs, agg, index) => {\n if (agg.showOnTop) {\n indexs.push(index);\n }\n return indexs;\n }, []);\n const topAggregators = topAggregationIndexs.map(index => aggregators[index]);\n if (this.transpose) {\n return (topAggregators as Aggregator[])[col - this.rowHeaderLevelCount];\n }\n return (topAggregators as Aggregator[])[row - this.columnHeaderLevelCount];\n }\n if (this.transpose && col - this.rowHeaderLevelCount === 0) {\n return (aggregation as Aggregation)?.showOnTop ? (aggregators as Aggregator) : null;\n } else if (!this.transpose && row - this.columnHeaderLevelCount === 0) {\n return (aggregation as Aggregation)?.showOnTop ? (aggregators as Aggregator) : null;\n }\n return null;\n }\n\n getAggregatorOnBottom(col: number, row: number) {\n const column = this.getColumnDefine(col, row);\n const aggregators = (column as any).vtable_aggregator;\n const aggregation = (column as ColumnDefine).aggregation;\n if (Array.isArray(aggregation)) {\n const bottomAggregationIndexs = aggregation.reduce((indexs, agg, index) => {\n if (!agg.showOnTop) {\n indexs.push(index);\n }\n return indexs;\n }, []);\n const bottomAggregators = bottomAggregationIndexs.map(index => aggregators[index]);\n if (this.transpose) {\n return (bottomAggregators as Aggregator[])[col - (this.colCount - this.hasAggregationOnBottomCount)];\n }\n return (bottomAggregators as Aggregator[])[row - (this.rowCount - this.hasAggregationOnBottomCount)];\n }\n if (this.transpose && col - (this.colCount - this.hasAggregationOnBottomCount) === 0) {\n return !(aggregation as Aggregation)?.showOnTop ? (aggregators as Aggregator) : null;\n } else if (!this.transpose && row - (this.rowCount - this.hasAggregationOnBottomCount) === 0) {\n return !(aggregation as Aggregation)?.showOnTop ? (aggregators as Aggregator) : null;\n }\n return null;\n }\n /**\n * 获取单元格所在行或者列中的聚合值的单元格地址\n * @param col\n * @param row\n * @returns\n */\n getAggregatorCellAddress(startCol: number, startRow: number, endCol: number, endRow: number) {\n const cellAddrs = [];\n const topCount = this.hasAggregationOnTopCount;\n const bottomCount = this.hasAggregationOnBottomCount;\n if (this.transpose) {\n for (let row = startRow; row <= endRow; row++) {\n const column = this.getColumnDefine(startCol, row) as any;\n if (column.vtable_aggregator) {\n for (let i = 0; i < topCount; i++) {\n cellAddrs.push({ col: this.headerLevelCount + i, row });\n }\n for (let i = 0; i < bottomCount; i++) {\n cellAddrs.push({ col: this.rowCount - bottomCount + i, row });\n }\n }\n }\n } else {\n for (let col = startCol; col <= endCol; col++) {\n const column = this.getColumnDefine(col, startRow) as any;\n if (column.vtable_aggregator) {\n for (let i = 0; i < topCount; i++) {\n cellAddrs.push({ col, row: this.headerLevelCount + i });\n }\n for (let i = 0; i < bottomCount; i++) {\n cellAddrs.push({ col, row: this.rowCount - bottomCount + i });\n }\n }\n }\n }\n return cellAddrs;\n }\n getCellLocation(col: number, row: number): CellLocation {\n if (this.isHeader(col, row)) {\n if (this.transpose) {\n return 'rowHeader';\n }\n return 'columnHeader';\n }\n return 'body';\n }\n isRowHeader(col: number, row: number): boolean {\n if (\n this.transpose &&\n col >= this.leftRowSeriesNumberColumnCount &&\n col < this.headerLevelCount + this.leftRowSeriesNumberColumnCount\n ) {\n return true;\n }\n return false;\n }\n isColumnHeader(col: number, row: number): boolean {\n if (\n !this.transpose &&\n row >= 0 &&\n row <= this.headerLevelCount - 1 &&\n col >= this.leftRowSeriesNumberColumnCount &&\n col < this.colCount - this.rightRowSeriesNumberColumnCount\n ) {\n return true;\n }\n return false;\n }\n /**\n * 是否属于冻结左侧列\n * @param col\n * @param row 不传的话 只需要判断col,传入row的话非冻结角头部分的才返回true\n * @returns\n */\n isFrozenColumn(col: number, row?: number): boolean {\n if (isValid(row)) {\n if (\n col >= 0 &&\n col < this.frozenColCount &&\n row >= this.frozenRowCount &&\n row < this.rowCount - this.bottomFrozenRowCount\n ) {\n return true;\n }\n } else {\n if (this.frozenColCount > 0 && col >= 0 && col < this.frozenColCount) {\n return true;\n }\n }\n return false;\n }\n /**\n * 是否属于右侧冻结列\n * @param col\n * @param row 不传的话 只需要判断col,传入row的话非冻结角头部分的才返回true\n * @returns\n */\n isRightFrozenColumn(col: number, row?: number): boolean {\n if (isValid(row)) {\n if (\n col >= this.colCount - this.rightFrozenColCount &&\n row >= this.frozenRowCount &&\n row < this.rowCount - this.bottomFrozenRowCount\n ) {\n return true;\n }\n } else {\n if (this.rightFrozenColCount > 0 && col >= this.colCount - this.rightFrozenColCount) {\n return true;\n }\n }\n return false;\n }\n /**\n * 是否属于冻结顶部行\n * @param col 只传入col一个值的话 会被当做row\n * @param row 不传的话只需要判断col(其实会当做row);传入两个值的话非冻结角头部分的才返回true\n * @returns\n */\n isFrozenRow(col: number, row?: number): boolean {\n if (isValid(row)) {\n if (\n row >= 0 &&\n row < this.frozenRowCount &&\n col >= this.frozenColCount &&\n col < this.colCount - this.rightFrozenColCount\n ) {\n return true;\n }\n } else {\n row = col;\n if (this.frozenRowCount > 0 && row >= 0 && row < this.frozenRowCount) {\n return true;\n }\n }\n return false;\n }\n /**\n * 是否属于冻结底部行\n * @param col 只传入col一个值的话 会被当做row\n * @param row 不传的话只需要判断col(其实会当做row);传入两个值的话非冻结角头部分的才返回true\n * @returns\n */\n isBottomFrozenRow(col: number, row?: number): boolean {\n if (isValid(row)) {\n if (\n row >= this.rowCount - this.bottomFrozenRowCount &&\n col >= this.frozenColCount &&\n col < this.colCount - this.rightFrozenColCount\n ) {\n return true;\n }\n } else {\n row = col;\n if (this.bottomFrozenRowCount > 0 && row >= this.rowCount - this.bottomFrozenRowCount) {\n return true;\n }\n }\n return false;\n }\n isLeftTopCorner(col: number, row: number): boolean {\n if (col >= 0 && col < this.frozenColCount && row >= 0 && row < this.frozenRowCount) {\n return true;\n }\n return false;\n }\n isLeftBottomCorner(col: number, row: number): boolean {\n if (col >= 0 && col < this.frozenColCount && row >= this.rowCount - this.bottomFrozenRowCount) {\n return true;\n }\n return false;\n }\n isRightTopCorner(col: number, row: number): boolean {\n if (col >= this.colCount - this.rightFrozenColCount && row >= 0 && row < this.frozenRowCount) {\n return true;\n }\n return false;\n }\n isRightBottomCorner(col: number, row: number): boolean {\n if (col >= this.colCount - this.rightFrozenColCount && row >= this.rowCount - this.bottomFrozenRowCount) {\n return true;\n }\n return false;\n }\n isCornerHeader(col: number, row: number): boolean {\n return false;\n }\n\n getColumnHeaderRange(): CellRange {\n if (this.transpose) {\n return {\n start: { col: 0, row: 0 },\n end: { col: this._headerCellIds.length - 1, row: (this.rowCount ?? 0) - 1 }\n };\n }\n return {\n start: { col: 0, row: 0 },\n end: { col: (this.colCount ?? 0) - 1, row: this._headerCellIds.length - 1 }\n };\n }\n //目前和getColumnHeaderRange 逻辑一致 因为基本表格只有一侧有表头\n getRowHeaderRange(): CellRange | undefined {\n if (this.transpose) {\n return {\n start: { col: 0, row: 0 },\n end: { col: this._headerCellIds.length - 1, row: (this.rowCount ?? 0) - 1 }\n };\n }\n return {\n start: { col: 0, row: 0 },\n end: { col: (this.colCount ?? 0) - 1, row: this._headerCellIds.length - 1 }\n };\n }\n getCornerHeaderRange(): CellRange | undefined {\n return undefined;\n }\n getBodyRange(): CellRange {\n if (this.transpose) {\n return {\n start: { col: this.headerLevelCount, row: 0 },\n end: { col: (this.colCount ?? 0) - 1, row: (this.rowCount ?? 0) - 1 }\n };\n }\n return {\n start: { col: 0, row: this.headerLevelCount },\n end: { col: (this.colCount ?? 0) - 1, row: (this.rowCount ?? 0) - 1 }\n };\n }\n /**\n * 是否为最底层表头\n * @param col\n * @param row\n * @returns\n */\n // isHeaderNode(col: number, row: number): boolean {\n // const header = this.getHeader(col, row);\n // if (\n // header &&\n // header.define &&\n // (!(<any>header.define).columns || (<any>header.define).hideColumnsSubHeader)\n // )\n // return true;\n // return false;\n // }\n get headerLevelCount(): number {\n return this.showHeader ? this._headerCellIds.length : 0;\n }\n get columnHeaderLevelCount(): number {\n return this.transpose ? 0 : this.headerLevelCount;\n }\n get rowHeaderLevelCount(): number {\n return this.transpose ? this.headerLevelCount : 0;\n }\n get frozenColCount(): number {\n if (this._table.internalProps.frozenColCount) {\n if (this.colCount > this._table.internalProps.frozenColCount) {\n return this._table.internalProps.frozenColCount;\n }\n return this.colCount;\n }\n return 0;\n }\n get frozenRowCount(): number {\n // return this._table.internalProps.frozenRowCount ?? 0;\n if (this._table.internalProps.frozenRowCount) {\n if (this.rowCount >= this._table.internalProps.frozenRowCount) {\n return this._table.internalProps.frozenRowCount;\n }\n return this.rowCount;\n }\n return 0;\n }\n get bottomFrozenRowCount(): number {\n if (this._table.internalProps.bottomFrozenRowCount) {\n if (this.rowCount - this.headerLevelCount >= this._table.internalProps.bottomFrozenRowCount) {\n return this._table.internalProps.bottomFrozenRowCount;\n }\n return this.rowCount - this.headerLevelCount;\n }\n return 0;\n }\n get rightFrozenColCount(): number {\n if (this._table.internalProps.rightFrozenColCount) {\n if (this.colCount - this.frozenColCount >= this._table.internalProps.rightFrozenColCount) {\n return this._table.internalProps.rightFrozenColCount;\n }\n return Math.max(0, this.colCount - this.frozenColCount);\n }\n return 0;\n }\n get colCount(): number {\n //标准表格 列数是由表头定义的field决定的;如果是转置表格,这个值么有地方用到,而且是由数据量决定的,在listTable中有定义这个值\n return this.transpose\n ? this.headerLevelCount +\n this.recordsCount +\n this.leftRowSeriesNumberColumnCount +\n this.rightRowSeriesNumberColumnCount\n : this._columns.length + this.leftRowSeriesNumberColumnCount + this.rightRowSeriesNumberColumnCount;\n }\n get rowCount(): number {\n //转置表格 行数是由表头定义的field决定的;如果是标准表格,这个值么有地方用到,而且是由数据量决定的,在listTable中有定义这个值\n return this.transpose ? this._columns.length : this.headerLevelCount + this.recordsCount;\n }\n /** 不包括冻结的行 */\n get bodyRowCount(): number {\n //转置表格 行数是由表头定义的field决定的;如果是标准表格,这个值么有地方用到,而且是由数据量决定的,在listTable中有定义这个值\n return this.transpose ? this._columns.length : this.rowCount - this.bottomFrozenRowCount - this.headerLevelCount;\n }\n /** 不包括冻结的列 */\n get bodyColCount(): number {\n //转置表格 行数是由表头定义的field决定的;如果是标准表格,这个值么有地方用到,而且是由数据量决定的,在listTable中有定义这个值\n return this.transpose ? this.colCount - this.rightFrozenColCount - this.rowHeaderLevelCount : this._columns.length;\n }\n get recordsCount() {\n //标准表格 列数是由表头定义的field决定的;如果是转置表格,这个值么有地方用到,而且是由数据量决定的,在listTable中有定义这个值\n return this._recordsCount;\n }\n set recordsCount(recordsCount: number) {\n //标准表格 列数是由表头定义的field决定的;如果是转置表格,这个值么有地方用到,而且是由数据量决定的,在listTable中有定义这个值\n this._recordsCount = recordsCount;\n }\n get headerObjects(): HeaderData[] {\n return this._headerObjects;\n }\n get columnObjects(): ColumnData[] {\n return this._columns;\n }\n get headerObjectsIncludeHided(): HeaderData[] {\n return this._headerObjectsIncludeHided;\n }\n //对比multi-layout 那个里面有columWidths对象,保持结构一致\n get columnWidths(): WidthData[] {\n if (this.leftRowSeriesNumberColumnCount) {\n const widths = this.leftRowSeriesNumberColumn.map(item => {\n return {\n width: item.width,\n minWidth: item.minWidth,\n maxWidth: item.maxWidth\n };\n });\n widths.push(\n ...this._columns.map(item => {\n return {\n width: item.width,\n minWidth: item.minWidth,\n maxWidth: item.maxWidth\n };\n })\n );\n return widths;\n }\n\n return this._columns.map(item => {\n return {\n width: item.width,\n minWidth: item.minWidth,\n maxWidth: item.maxWidth\n };\n });\n }\n\n getColumnWidthDefined(col: number): WidthData {\n if (col >= 0) {\n if (col < this.leftRowSeriesNumberColumnCount) {\n return this.leftRowSeriesNumberColumn[col];\n }\n if (this.transpose) {\n let width: string | number = 0;\n let maxWidth: string | number;\n let minWidth: string | number;\n if (col >= this.rowHeaderLevelCount + this.leftRowSeriesNumberColumnCount) {\n let isAuto;\n this.columnObjects.forEach((obj, index) => {\n if (typeof obj.width === 'number') {\n width = Math.max(obj.width, <number>width);\n } else if (obj.width === 'auto') {\n isAuto = true;\n }\n if (typeof obj.minWidth === 'number') {\n minWidth = Math.max(obj.minWidth, <number>minWidth);\n }\n if (typeof obj.maxWidth === 'number') {\n maxWidth = Math.max(obj.maxWidth, <number>maxWidth);\n }\n });\n width = width > 0 ? width : isAuto ? 'auto' : undefined;\n return { width, minWidth, maxWidth };\n }\n if (this.isRowHeader(col, 0)) {\n const defaultWidth = Array.isArray(this._table.defaultHeaderColWidth)\n ? this._table.defaultHeaderColWidth[col] ?? this._table.defaultColWidth\n : this._table.defaultHeaderColWidth;\n if (defaultWidth === 'auto') {\n return { width: 'auto' };\n }\n return { width: defaultWidth };\n }\n }\n\n return this._columns[col - this.leftRowSeriesNumberColumnCount];\n }\n return undefined;\n }\n getCellId(col: number, row: number): LayoutObjectId {\n if (this.transpose) {\n if (col >= this.headerLevelCount + this.leftRowSeriesNumberColumnCount) {\n return this._columns[row]?.id;\n }\n if (this.isSeriesNumber(col, row)) {\n return row + '_series_number';\n }\n //in header\n return this._headerCellIds[col - this.leftRowSeriesNumberColumnCount]?.[row];\n }\n if (this.isSeriesNumber(col, row)) {\n return this.rowSeriesNumberColumn[col].id;\n }\n if (this.headerLevelCount <= row) {\n return this._columns[col - this.leftRowSeriesNumberColumnCount]?.id;\n }\n //in header\n return this._headerCellIds[row]?.[col - this.leftRowSeriesNumberColumnCount];\n }\n getHeader(col: number, row: number): HeaderData | SeriesNumberColumnData {\n if (this.isSeriesNumberInHeader(col, row)) {\n return this.getSeriesNumberHeader(col, row);\n }\n const id = this.getCellId(col, row);\n return this._headerObjectMap[id as number]!;\n }\n getHeaderField(col: number, row: number) {\n if (this.isSeriesNumberInHeader(col, row)) {\n return this.getSeriesNumberHeader(col, row)?.field;\n } else if (this.isSeriesNumberInBody(col, row)) {\n return this.getSeriesNumberBody(col, row)?.field;\n }\n const id = this.getCellId(col, row);\n return (\n this._headerObjectMap[id as number]?.field ||\n (this.transpose\n ? this._columns[row] && this._columns[row].field\n : this._columns[col - this.leftRowSeriesNumberColumnCount] &&\n this._columns[col - this.leftRowSeriesNumberColumnCount].field)\n );\n }\n getHeaderCellAdressById(id: number): CellAddress | undefined {\n for (let i = 0; i < this._headerCellIds.length; i++) {\n const row = this._headerCellIds[i];\n for (let j = 0; j < row.length; j++) {\n if (row[j] === id) {\n if (this.transpose) {\n return { col: i, row: j };\n }\n return { col: j + this.leftRowSeriesNumberColumnCount, row: i };\n }\n }\n }\n return undefined;\n }\n /** 根据field获取表头cell位置 */\n getHeaderCellAddressByField(field: string): CellAddress | undefined {\n const hd = this.headerObjects.find((col: any) => col && col.field === field);\n return hd && this.getHeaderCellAdressById(hd.id as number);\n }\n getBody(col: number, _row: number): ColumnData | SeriesNumberColumnData {\n if (this.isSeriesNumber(col, _row)) {\n return this.getSeriesNumberBody(col, _row);\n }\n return this.transpose ? this._columns[_row] : this._columns[col - this.leftRowSeriesNumberColumnCount];\n }\n getBodyLayoutRangeById(id: LayoutObjectId): CellRange {\n if (this.transpose) {\n for (let row = 0; row < (this.rowCount ?? 0); row++) {\n if (id === this._columns[row].id) {\n return {\n start: { col: 0, row },\n end: { col: 0, row }\n };\n }\n }\n } else {\n for (let col = this.leftRowSeriesNumberColumnCount; col < (this.colCount ?? 0); col++) {\n if (id === this._columns[col - this.leftRowSeriesNumberColumnCount].id) {\n return {\n start: { col, row: 0 },\n end: { col, row: 0 }\n };\n }\n }\n }\n return {\n start: { col: -1, row: -1 },\n end: { col: -1, row: -1 }\n };\n // throw new Error(`can not found body layout @id=${id as number}`);\n }\n getCellRange(col: number, row: number): CellRange {\n return getCellRange(col, row, this);\n }\n isCellRangeEqual(col: number, row: number, targetCol: number, targetRow: number): boolean {\n const range1 = this.getCellRange(col, row);\n const range2 = this.getCellRange(targetCol, targetRow);\n return (\n range1.start.col === range2.start.col &&\n range1.end.col === range2.end.col &&\n range1.start.row === range2.start.row &&\n range1.end.row === range2.end.row\n );\n }\n getRecordShowIndexByCell(col: number, row: number): number {\n const skipRowCount = this.hasAggregationOnTopCount ? this.headerLevelCount + 1 : this.headerLevelCount;\n if (this.transpose) {\n if (col < skipRowCount) {\n return -1;\n }\n return col - skipRowCount;\n }\n\n if (row < skipRowCount) {\n return -1;\n }\n return row - skipRowCount;\n }\n getRecordStartRowByRecordIndex(index: number): number {\n const skipRowCount = this.hasAggregationOnTopCount ? this.headerLevelCount + 1 : this.headerLevelCount;\n return skipRowCount + index;\n }\n private _addHeaders(\n row: number,\n column: ColumnsDefine,\n roots: number[],\n hideColumnsSubHeader?: boolean\n ): HeaderData[] {\n const results: HeaderData[] = [];\n const rowCells = this._newRow(row, hideColumnsSubHeader); // !hideColumnsSubHeader ? this._headerCellIds[row] || this._newRow(row) : [];\n column.forEach((hd: ColumnDefine) => {\n const col = this._columns.length;\n const id = this.seqId++;\n const cell: HeaderData = {\n id,\n title: hd.title ?? (hd as any).caption,\n // captionIcon,\n headerIcon: hd.headerIcon,\n field: (hd as ColumnDefine).field,\n // fieldFormat: (hd as ColumnDefine).fieldFormat,\n style: hd.headerStyle,\n headerType: hd.headerType ?? 'text',\n dropDownMenu: hd.dropDownMenu,\n define: hd,\n columnWidthComputeMode: hd.columnWidthComputeMode\n // iconPositionList:[]\n };\n\n results[id] = cell;\n for (let r = row - 1; r >= 0; r--) {\n this._headerCellIds[r] && (this._headerCellIds[r][col] = roots[r]);\n }\n if (!hideColumnsSubHeader) {\n rowCells[col] = id;\n } else if (this._headerCellIds[row - 1]) {\n rowCells[col] = this._headerCellIds[row - 1][col];\n }\n if (hd.columns) {\n const isAllHided = hd.columns.every((c: any) => c.hide);\n !isAllHided &&\n this._addHeaders(\n row + 1,\n hd.columns,\n [...roots, id],\n hd.hideColumnsSubHeader || hideColumnsSubHeader\n ).forEach(c => results.push(c));\n } else {\n const colDef = {\n id: this.seqId++,\n field: hd.field,\n // fieldKey: colDef.fieldKey,\n fieldFormat: hd.fieldFormat,\n width: hd.width,\n minWidth: hd.minWidth,\n maxWidth: hd.maxWidth,\n icon: hd.icon,\n cellType: hd.cellType ?? (hd as any).columnType ?? 'text',\n chartModule: 'chartModule' in hd ? hd.chartModule : null, // todo: 放到对应的column对象中\n chartSpec: 'chartSpec' in hd ? hd.chartSpec : null, // todo: 放到对应的column对象中\n sparklineSpec: 'sparklineSpec' in hd ? hd.sparklineSpec : DefaultSparklineSpec, // todo: 放到对应的column对象中\n style: hd.style,\n define: hd,\n columnWidthComputeMode: hd.columnWidthComputeMode,\n disableColumnResize: hd?.disableColumnResize,\n aggregation: hd.aggregation, //getAggregationForColumn(hd, col, this._table),\n isChildNode: row >= 1\n };\n this._columnsIncludeHided.push(colDef);\n if (hd.hide !== true) {\n this._columns.push(colDef);\n\n for (let r = row + 1; r < this._headerCellIds.length; r++) {\n this._headerCellIds[r][col] = id;\n }\n }\n }\n });\n return results;\n }\n\n private _newRow(row: number, hideColumnsSubHeader = false): number[] {\n //如果当前行已经有数组对象 将上一行的id内容补全到当前行上\n if (this._headerCellIds[row]) {\n const prev = this._headerCellIds[row - 1];\n if (prev.length > this._headerCellIds[row].length) {\n for (let col = this._headerCellIds[row].length; col < prev.length; col++) {\n this._headerCellIds[row][col] = prev[col];\n }\n }\n return this._headerCellIds[row];\n }\n // 隐藏子标题的情况 吐出一个新的数组\n if (hideColumnsSubHeader) {\n return [];\n }\n // 其他情况 不隐藏子标题 同步上一行的id\n const newRow: number[] = (this._headerCellIds[row] = []);\n if (!this._columns.length) {\n return newRow;\n }\n const prev = this._headerCellIds[row - 1];\n for (let col = 0; col < prev.length; col++) {\n newRow[col] = prev[col];\n }\n return newRow;\n }\n getCellHeaderPaths(col: number, row: number): IListTableCellHeaderPaths {\n if (this.isSeriesNumber(col, row)) {\n return undefined;\n }\n let colPath: IListTableCellHeaderPaths['colHeaderPaths'] = [];\n let rowPath: IListTableCellHeaderPaths['rowHeaderPaths'] = [];\n if (!this.transpose) {\n colPath = [\n {\n field: this._columns[col - this.leftRowSeriesNumberColumnCount].field\n }\n ];\n } else {\n rowPath = [\n {\n field: this._columns[row].field\n }\n ];\n }\n return {\n colHeaderPaths: colPath,\n rowHeaderPaths: rowPath,\n cellLocation: this.getCellLocation(col, row)\n };\n }\n private getParentCellId(col: number, row: number) {\n if (row === 0) {\n return undefined;\n }\n if (this.isColumnHeader(col, row)) {\n return this.getCellId(col, row - 1);\n } else if (this.isRowHeader(col, row)) {\n if (this.isSeriesNumberInBody(col - 1, row)) {\n return undefined;\n }\n return this.getCellId(col - 1, row);\n }\n return undefined;\n }\n /**\n * 判断从source地址是否可以移动到target地址\n * @param source\n * @param target\n * @returns boolean 是否可以移动\n */\n canMoveHeaderPosition(source: CellAddress, target: CellAddress): boolean {\n if (this.isSeriesNumberInHeader(target.col, target.row) || this.isSeriesNumberInHeader(source.col, source.row)) {\n return false;\n } else if (\n !this.transpose &&\n this.isSeriesNumberInBody(target.col, target.row) &&\n this.isSeriesNumberInBody(source.col, source.row)\n ) {\n // return true;\n const sourceIndex = this.getRecordShowIndexByCell(0, source.row);\n const targetIndex = this.getRecordShowIndexByCell(0, target.row);\n const canMove = this._table.dataSource.canChangeOrder(sourceIndex, targetIndex);\n return canMove;\n } else if (\n this.transpose &&\n this.isSeriesNumberInBody(target.col, target.row) &&\n this.isSeriesNumberInBody(source.col, source.row)\n ) {\n // 如果是子节点之间相互换位置 则匹配表头最后一级\n if (\n this.getBody(source.col + this.leftRowSeriesNumberColumnCount, source.row).isChildNode &&\n this.getBody(target.col + this.leftRowSeriesNumberColumnCount, target.row).isChildNode\n ) {\n source.col = source.col + this.leftRowSeriesNumberColumnCount + this.rowHeaderLevelCount - 1;\n target.col = target.col + this.leftRowSeriesNumberColumnCount + this.rowHeaderLevelCount - 1;\n } else {\n // 为适应下面的判断逻辑 将col加至表格第一级\n source.col = source.col + this.leftRowSeriesNumberColumnCount;\n target.col = target.col + this.leftRowSeriesNumberColumnCount;\n }\n }\n if (source.col < 0 || source.row < 0 || target.col < 0 || target.row < 0) {\n return false;\n }\n if (this._table.internalProps.frozenColDragHeaderMode === 'disabled') {\n if (this._table.isFrozenColumn(target.col)) {\n return false;\n }\n }\n\n // 获取操作单元格的range范围\n const sourceCellRange = this.getCellRange(source.col, source.row);\n // 获取source和target对应sourceCellRange.start.row的headerId\n if (this.isColumnHeader(source.col, source.row)) {\n const sourceTopId = this.getParentCellId(source.col, sourceCellRange.start.row);\n const targetTopId = this.getParentCellId(target.col, sourceCellRange.start.row);\n return sourceTopId === targetTopId;\n } else if (this.isRowHeader(source.col, source.row)) {\n const sourceTopId = this.getParentCellId(sourceCellRange.start.col, source.row);\n const targetTopId = this.getParentCellId(sourceCellRange.start.col, target.row);\n return sourceTopId === targetTopId;\n }\n return false;\n }\n /**\n * 拖拽换位置 从source地址换到target地址\n * @param source\n * @param target\n * @returns\n */\n moveHeaderPosition(\n source: CellAddress,\n target: CellAddress\n ): {\n sourceIndex: number;\n targetIndex: number;\n sourceSize: number;\n targetSize: number;\n moveType: 'column' | 'row';\n } {\n // 判断从source地址是否可以移动到target地址\n if (\n (this._table.options.dragOrder?.validateDragOrderOnEnd(source, target) ||\n !this._table.options.dragOrder?.validateDragOrderOnEnd) &&\n this.canMoveHeaderPosition(source, target)\n ) {\n let sourceCellRange = this.getCellRange(source.col, source.row);\n // 对移动列表头 行表头 分别处理\n if (this.isColumnHeader(source.col, source.row)) {\n // source单元格包含的列数\n const sourceSize = sourceCellRange.end.col - sourceCellRange.start.col + 1;\n // 插入目标地址的列index\n let targetIndex;\n const targetCellRange = this.getCellRange(target.col, sourceCellRange.start.row);\n if (target.col >= source.col) {\n targetIndex = targetCellRange.end.col - sourceSize + 1;\n } else {\n targetIndex = targetCellRange.start.col;\n }\n //如果操作列和目标地址col一样 则不执行其他逻辑\n if (targetIndex === sourceCellRange.start.col) {\n return null;\n }\n // 逐行将每一行的source id 移动到目标地址targetCol处\n for (let row = 0; row < this._headerCellIds.length; row++) {\n // 从header id的二维数组中取出需要操作的source ids\n const sourceIds = this._headerCellIds[row].splice(\n sourceCellRange.start.col - this.leftRowSeriesNumberColumnCount,\n sourceSize\n );\n // 将source ids插入到目标地址targetCol处\n // 把sourceIds变成一个适合splice的数组(包含splice前2个参数的数组) 以通过splice来插入sourceIds数组\n sourceIds.unshift(targetIndex - this.leftRowSeriesNumberColumnCount, 0);\n Array.prototype.splice.apply(this._headerCellIds[row], sourceIds);\n }\n //将_columns的列定义调整位置 同调整_headerCellIds逻辑\n const sourceColumns = this._columns.splice(\n sourceCellRange.start.col - this.leftRowSeriesNumberColumnCount,\n sourceSize\n );\n sourceColumns.unshift((targetIndex - this.leftRowSeriesNumberColumnCount) as any, 0 as any);\n Array.prototype.splice.apply(this._columns, sourceColumns);\n\n // 对表头columnTree调整节点位置\n this.columnTree.movePosition(\n sourceCellRange.start.row,\n sourceCellRange.start.col - this.leftRowSeriesNumberColumnCount,\n targetIndex - this.leftRowSeriesNumberColumnCount\n );\n this.columnTree.reset(this.columnTree.tree.children);\n this._cellRangeMap = new Map();\n return {\n sourceIndex: sourceCellRange.start.col,\n targetIndex,\n sourceSize,\n targetSize: targetCellRange.end.col - targetCellRange.start.col + 1,\n moveType: 'column'\n };\n } else if (\n this.isRowHeader(source.col, source.row) ||\n (this.isSeriesNumberInBody(source.col, source.row) && this.transpose)\n ) {\n if (this.isSeriesNumberInBody(source.col, source.row)) {\n sourceCellRange = this.getCellRange(source.col + this.leftRowSeriesNumberColumnCount, source.row); // 把拖拽转移到拖拽表头节点\n }\n // source单元格包含的列数\n const sourceSize = sourceCellRange.end.row - sourceCellRange.start.row + 1;\n // 插入目标地址的列index\n let targetIndex;\n const targetCellRange = this.getCellRange(sourceCellRange.start.col, target.row);\n if (target.row >= source.row) {\n targetIndex = targetCellRange.end.row - sourceSize + 1;\n } else {\n targetIndex = targetCellRange.start.row;\n }\n //如果操作列和目标地址col一样 则不执行其他逻辑\n if (targetIndex === sourceCellRange.start.row) {\n return null;\n }\n // 逐行将每一行的source id 移动到目标地址targetCol处\n for (let row = 0; row < this._headerCellIds.length; row++) {\n // 从header id的二维数组中取出需要操作的source ids\n const sourceIds = this._headerCellIds[row].splice(sourceCellRange.start.row, sourceSize);\n // 将source ids插入到目标地址targetCol处\n // 把sourceIds变成一个适合splice的数组(包含splice前2个参数的数组) 以通过splice来插入sourceIds数组\n sourceIds.unshift(targetIndex, 0);\n Array.prototype.splice.apply(this._headerCellIds[row], sourceIds);\n }\n //将_columns的列定义调整位置 同调整_headerCellIds逻辑\n const sourceColumns = this._columns.splice(sourceCellRange.start.row, sourceSize);\n sourceColumns.unshift(targetIndex as any, 0 as any);\n Array.prototype.splice.apply(this._columns, sourceColumns);\n\n // 对表头columnTree调整节点位置\n this.columnTree.movePosition(\n sourceCellRange.start.col - this.leftRowSeriesNumberColumnCount,\n sourceCellRange.start.row,\n targetIndex + (target.row > source.row ? sourceCellRange.end.row - sourceCellRange.start.row : 0)\n );\n this.columnTree.reset(this.columnTree.tree.children);\n this._cellRangeMap = new Map();\n return {\n sourceIndex: sourceCellRange.start.row,\n targetIndex,\n sourceSize,\n targetSize: targetCellRange.end.row - targetCellRange.start.row + 1,\n moveType: 'row'\n };\n } else if (this.isSeriesNumberInBody(source.col, source.row)) {\n return {\n sourceIndex: source.row,\n targetIndex: target.row,\n sourceSize: 1,\n targetSize: 1,\n moveType: 'row'\n };\n }\n }\n return null;\n }\n /**\n * 点击某个单元格的展开折叠按钮 改变该节点的状态 维度树重置\n */\n toggleHierarchyState(diffDataIndices: { add: number[]; remove: number[] }) {\n // const addCellPositions: any[] = [];\n // diffDataIndices.add.forEach(index => {\n // if (\n // this._table.frozenRowCount + index >= this._table.scenegraph.proxy.rowStart &&\n // this._table.frozenRowCount + index <=\n // Math.max(\n // this._table.scenegraph.proxy.rowEnd,\n // this._table.scenegraph.proxy.rowStart + this._table.scenegraph.proxy.rowLimit\n // )\n // ) {\n // addCellPositions.push({ col: 0, row: this._table.frozenRowCount + index });\n // }\n // });\n // const removeCellPositions: any[] = [];\n // diffDataIndices.remove.forEach(index => {\n // if (\n // this._table.frozenRowCount + index >= this._table.scenegraph.proxy.rowStart &&\n // this._table.frozenRowCount + index <= this._table.scenegraph.proxy.rowEnd\n // ) {\n // removeCellPositions.push({ col: 0, row: this._table.frozenRowCount + index });\n // }\n // });\n const addCellPositions = diffDataIndices.add.map(index => {\n return { col: 0, row: this._table.columnHeaderLevelCount + index };\n });\n const removeCellPositions = diffDataIndices.remove.map(index => {\n return { col: 0, row: this._table.columnHeaderLevelCount + index };\n });\n return {\n addCellPositions,\n removeCellPositions\n };\n }\n setChartInstance(_col: number, _row: number, chartInstance: any) {\n const columnObj = this.transpose ? this._columns[_row] : this._columns[_col - this.leftRowSeriesNumberColumnCount];\n if (typeof columnObj.chartSpec === 'function') {\n return;\n }\n columnObj.chartInstance = chartInstance;\n }\n\n getChartInstance(_col: number, _row: number) {\n const columnObj = this.transpose ? this._columns[_row] : this._columns[_col - this.leftRowSeriesNumberColumnCount];\n return columnObj.chartInstance;\n }\n checkHasChart() {\n return checkHasChart(this);\n }\n\n getAxisConfigInPivotChart(col: number, row: number): any {\n return undefined;\n }\n isEmpty(col: number, row: number) {\n return false;\n }\n isAxisCell(col: number, row: number) {\n return false;\n }\n getChartAxes(col: number, row: number): any[] {\n return [];\n }\n /** 共享chartSpec 非函数 */\n isShareChartSpec(col: number, row: number): boolean {\n const body = this.getBody(col, row);\n const chartSpec = (body as ColumnData)?.chartSpec;\n if (typeof chartSpec === 'function') {\n return false;\n }\n return true;\n }\n /** 是否当chart没有数据时 图表单元格不绘制chart的任何内容 如网格线 */\n isNoChartDataRenderNothing(col: number, row: number): boolean {\n const body = this.getBody(col, row);\n const noDataRenderNothing = ((body as ColumnData)?.define as ChartColumnDefine).noDataRenderNothing;\n return noDataRenderNothing;\n }\n getChartSpec(col: number, row: number) {\n return this.getRawChartSpec(col, row);\n }\n getRawChartSpec(col: number, row: number): any {\n const body = this.getBody(col, row);\n const chartSpec = (body as ColumnData)?.chartSpec;\n if (typeof chartSpec === 'function') {\n // 动态组织spec\n const arg = {\n col,\n row,\n dataValue: this._table.getCellOriginValue(col, row) || '',\n value: this._table.getCellValue(col, row) || '',\n rect: this._table.getCellRangeRelativeRect(this._table.getCellRange(col, row)),\n table: this._table\n };\n return chartSpec(arg);\n }\n return chartSpec;\n }\n getChartDataId(col: number, row: number): any {\n return getChartDataId(col, row, this);\n }\n release() {\n const activeChartInstance = this._table._getActiveChartInstance();\n activeChartInstance?.release();\n this.columnObjects.forEach(indicatorObject => {\n indicatorObject.chartInstance?.release();\n });\n }\n\n clearCellRangeMap() {\n this._cellRangeMap.clear();\n }\n\n updateColumnTitle(col: number, row: number, title: string) {\n const define = this._table.internalProps.layoutMap.getHeader(col, row);\n define.title = title;\n define.define.title = title;\n }\n\n getColumnByField(field: string | number): {\n col: number;\n columnDefine: ColumnData;\n }[] {\n const result = this.columnObjects?.reduce((pre: { col: number; columnDefine: ColumnData }[], cur, index) => {\n if (cur.field === field) {\n pre.push({ col: index, columnDefine: cur });\n }\n return pre;\n }, []);\n return result;\n }\n\n getColumnByKey(key: string): {\n col: number;\n columnDefine: ColumnData;\n } {\n let col;\n const result = this.columnObjects?.find((columnData: ColumnData, index) => {\n if (columnData.define?.key === key) {\n col = index;\n return true;\n }\n return false;\n });\n return {\n columnDefine: result,\n col\n };\n }\n\n getColumnDefine(col: number, row: number) {\n if (col >= 0) {\n if (col < this.leftRowSeriesNumberColumnCount) {\n return this.leftRowSeriesNumberColumn[col].define;\n }\n if (this.transpose) {\n return this._columns[row].define;\n }\n\n return this._columns[col - this.leftRowSeriesNumberColumnCount].define;\n }\n return undefined;\n }\n}\n"]}
@@ -0,0 +1,71 @@
1
+ import { NumberMap } from '../tools/NumberMap';
2
+ import type { Either } from '../tools/helper';
3
+ import type { CellInfo, ColumnIconOption, HeaderData, ICustomRender, IDimension, IDimensionInfo, IIndicator, LayoutObjectId } from '../ts-types';
4
+ import { HierarchyState } from '../ts-types';
5
+ import type { PivotHeaderLayoutMap } from './pivot-header-layout';
6
+ import type { BaseTableAPI } from '../ts-types/base-table';
7
+ interface ITreeLayoutBaseHeadNode {
8
+ id: number;
9
+ value: string;
10
+ children: ITreeLayoutHeadNode[] | undefined;
11
+ columns?: any;
12
+ level: number;
13
+ afterSpanLevel: number;
14
+ levelSpan: number;
15
+ startIndex: number;
16
+ size: number;
17
+ startInTotal: number;
18
+ customRender?: ICustomRender;
19
+ hierarchyState: HierarchyState;
20
+ headerIcon?: (string | ColumnIconOption)[] | ((args: CellInfo) => (string | ColumnIconOption)[]);
21
+ }
22
+ interface ITreeLayoutDimensionHeadNode extends ITreeLayoutBaseHeadNode {
23
+ dimensionKey: string;
24
+ virtual?: boolean;
25
+ }
26
+ interface ITreeLayoutIndicatorHeadNode extends ITreeLayoutBaseHeadNode {
27
+ indicatorKey: string;
28
+ hide?: boolean;
29
+ }
30
+ export type ITreeLayoutHeadNode = Either<ITreeLayoutDimensionHeadNode, ITreeLayoutIndicatorHeadNode>;
31
+ export declare class DimensionTree {
32
+ sharedVar: {
33
+ seqId: number;
34
+ };
35
+ hasHideNode: boolean;
36
+ sizeIncludeParent: boolean;
37
+ setExpandLevel: number;
38
+ hierarchyType: 'grid' | 'tree' | 'grid-tree';
39
+ tree: ITreeLayoutHeadNode;
40
+ totalLevel: number;
41
+ expandedMaxLevel: number;
42
+ dimensionKeys: NumberMap<string>;
43
+ dimensionKeysIncludeVirtual: NumberMap<string>;
44
+ cache: Map<number, any>;
45
+ constructor(tree: ITreeLayoutHeadNode[], sharedVar: {
46
+ seqId: number;
47
+ }, hierarchyType?: 'grid' | 'tree' | 'grid-tree', rowExpandLevel?: number);
48
+ reset(tree: ITreeLayoutHeadNode[]): void;
49
+ setTreeNode(node: ITreeLayoutHeadNode, startIndex: number, parent: ITreeLayoutHeadNode): number;
50
+ getTreePath(index: number, maxDeep?: number): Array<ITreeLayoutHeadNode>;
51
+ findNodeById(nodes: ITreeLayoutHeadNode[], id: LayoutObjectId): ITreeLayoutHeadNode;
52
+ searchPath(index: number, node: ITreeLayoutHeadNode, path: Array<ITreeLayoutHeadNode>, maxDeep: number): void;
53
+ movePosition(level: number, sourceIndex: number, targetIndex: number): void;
54
+ getCopiedTree(): any;
55
+ }
56
+ export type LayouTreeNode = {
57
+ dimensionKey?: string;
58
+ indicatorKey?: string;
59
+ value: string;
60
+ hierarchyState: HierarchyState;
61
+ children?: LayouTreeNode[];
62
+ };
63
+ export declare function generateLayoutTree(tree: LayouTreeNode[], children: ITreeLayoutHeadNode[]): void;
64
+ export declare function countLayoutTree(children: {
65
+ children?: any;
66
+ }[], countParentNode: boolean): number;
67
+ export declare function dealHeader(hd: ITreeLayoutHeadNode, _headerCellIds: number[][], results: HeaderData[], roots: number[], row: number, layoutMap: PivotHeaderLayoutMap): void;
68
+ export declare function dealHeaderForGridTreeMode(hd: ITreeLayoutHeadNode, _headerCellIds: number[][], results: HeaderData[], roots: number[], row: number, totalLevel: number, expandedMaxLevel: number, show: boolean, dimensions: (IDimension | string)[], isRowTree: boolean, indicatorsAsCol: boolean, layoutMap: PivotHeaderLayoutMap): void;
69
+ export declare function dealHeaderForTreeMode(hd: ITreeLayoutHeadNode, _headerCellIds: number[][], results: HeaderData[], roots: number[], row: number, totalLevel: number, show: boolean, dimensions: (IDimension | string)[], layoutMap: PivotHeaderLayoutMap): void;
70
+ export declare function deleteTreeHideNode(tree_children: LayouTreeNode[], dimensionPath: IDimensionInfo[], indicators: IIndicator[], hasHideNode: boolean, table: BaseTableAPI): void;
71
+ export {};