@visactor/vtable 1.22.11-alpha.6 → 1.22.11-alpha.8

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 (77) hide show
  1. package/cjs/PivotChart.d.ts +2 -2
  2. package/cjs/PivotChart.js +4 -4
  3. package/cjs/PivotChart.js.map +1 -1
  4. package/cjs/body-helper/style.js +1 -2
  5. package/cjs/core/BaseTable.js +1 -1
  6. package/cjs/core/BaseTable.js.map +1 -1
  7. package/cjs/core/FouseInput.js +2 -1
  8. package/cjs/event/listener/container-dom.js +1 -1
  9. package/cjs/event/listener/container-dom.js.map +1 -1
  10. package/cjs/event/listener/scroll-bar.js +8 -2
  11. package/cjs/event/listener/scroll-bar.js.map +1 -1
  12. package/cjs/event/listener/table-group.js +7 -5
  13. package/cjs/event/listener/table-group.js.map +1 -1
  14. package/cjs/event/media-click.js +1 -1
  15. package/cjs/event/scroll.js +1 -1
  16. package/cjs/event/sparkline-event.js +1 -1
  17. package/cjs/event/util.js +1 -1
  18. package/cjs/index.d.ts +1 -1
  19. package/cjs/index.js +1 -1
  20. package/cjs/index.js.map +1 -1
  21. package/cjs/layout/index.js +2 -1
  22. package/cjs/plugins/custom-cell-style.js +1 -1
  23. package/cjs/plugins/index.js +1 -1
  24. package/cjs/plugins/interface.js +1 -1
  25. package/cjs/plugins/invert-highlight.js +1 -2
  26. package/cjs/plugins/list-tree-stick-cell.js +1 -1
  27. package/cjs/plugins/plugin-manager.js +1 -1
  28. package/cjs/scenegraph/graphic/active-cell-chart-list.d.ts +3 -2
  29. package/cjs/scenegraph/graphic/active-cell-chart-list.js +25 -22
  30. package/cjs/scenegraph/graphic/active-cell-chart-list.js.map +1 -1
  31. package/cjs/scenegraph/graphic/chart.d.ts +1 -0
  32. package/cjs/scenegraph/graphic/chart.js +14 -8
  33. package/cjs/scenegraph/graphic/chart.js.map +1 -1
  34. package/cjs/scenegraph/scenegraph.js +14 -10
  35. package/cjs/scenegraph/scenegraph.js.map +1 -1
  36. package/cjs/state/state.js +1 -1
  37. package/cjs/vrender.js.map +1 -1
  38. package/dist/vtable.js +57 -33
  39. package/dist/vtable.min.js +1 -1
  40. package/es/PivotChart.d.ts +2 -2
  41. package/es/PivotChart.js +5 -5
  42. package/es/PivotChart.js.map +1 -1
  43. package/es/body-helper/style.js +1 -2
  44. package/es/core/BaseTable.js +1 -1
  45. package/es/core/BaseTable.js.map +1 -1
  46. package/es/core/FouseInput.js +2 -1
  47. package/es/event/listener/container-dom.js +1 -1
  48. package/es/event/listener/container-dom.js.map +1 -1
  49. package/es/event/listener/scroll-bar.js +8 -2
  50. package/es/event/listener/scroll-bar.js.map +1 -1
  51. package/es/event/listener/table-group.js +7 -5
  52. package/es/event/listener/table-group.js.map +1 -1
  53. package/es/event/media-click.js +1 -1
  54. package/es/event/scroll.js +1 -1
  55. package/es/event/sparkline-event.js +1 -1
  56. package/es/event/util.js +1 -1
  57. package/es/index.d.ts +1 -1
  58. package/es/index.js +1 -1
  59. package/es/index.js.map +1 -1
  60. package/es/layout/index.js +2 -1
  61. package/es/plugins/custom-cell-style.js +1 -1
  62. package/es/plugins/index.js +1 -1
  63. package/es/plugins/interface.js +1 -1
  64. package/es/plugins/invert-highlight.js +1 -2
  65. package/es/plugins/list-tree-stick-cell.js +1 -1
  66. package/es/plugins/plugin-manager.js +1 -1
  67. package/es/scenegraph/graphic/active-cell-chart-list.d.ts +3 -2
  68. package/es/scenegraph/graphic/active-cell-chart-list.js +14 -11
  69. package/es/scenegraph/graphic/active-cell-chart-list.js.map +1 -1
  70. package/es/scenegraph/graphic/chart.d.ts +1 -0
  71. package/es/scenegraph/graphic/chart.js +13 -8
  72. package/es/scenegraph/graphic/chart.js.map +1 -1
  73. package/es/scenegraph/scenegraph.js +13 -10
  74. package/es/scenegraph/scenegraph.js.map +1 -1
  75. package/es/state/state.js +1 -1
  76. package/es/vrender.js.map +1 -1
  77. package/package.json +3 -3
@@ -105,6 +105,6 @@ export declare class PivotChart extends BaseTable implements PivotChartAPI {
105
105
  getLayoutRowTree(): LayouTreeNode[];
106
106
  getLayoutRowTreeCount(): number;
107
107
  getCellHeaderTreeNodes(col: number, row: number): ICellHeaderPaths;
108
- disableDimensionHoverToAllChartInstances(): void;
109
- enableDimensionHoverToAllChartInstances(): void;
108
+ disableTooltipToAllChartInstances(): void;
109
+ enableTooltipToAllChartInstances(): void;
110
110
  }
package/es/PivotChart.js CHANGED
@@ -38,7 +38,7 @@ import { hasLinearAxis } from "./layout/chart-helper/get-axis-config";
38
38
 
39
39
  import { cacheStageCanvas, clearChartRenderQueue } from "./scenegraph/graphic/contributions/chart-render-helper";
40
40
 
41
- import { disableDimensionHoverToAllChartInstances, enableDimensionHoverToAllChartInstances } from "./scenegraph/graphic/active-cell-chart-list";
41
+ import { disableTooltipToAllChartInstances, enableTooltipToAllChartInstances } from "./scenegraph/graphic/active-cell-chart-list";
42
42
 
43
43
  registerAxis(), registerEmptyTip(), registerLegend(), registerMenu(), registerTitle(),
44
44
  registerTooltip(), registerAnimation(), registerChartCell(), registerCheckboxCell(),
@@ -789,11 +789,11 @@ export class PivotChart extends BaseTable {
789
789
  getCellHeaderTreeNodes(col, row) {
790
790
  return this.internalProps.layoutMap.getCellHeaderPathsWithTreeNode(col, row);
791
791
  }
792
- disableDimensionHoverToAllChartInstances() {
793
- disableDimensionHoverToAllChartInstances();
792
+ disableTooltipToAllChartInstances() {
793
+ disableTooltipToAllChartInstances();
794
794
  }
795
- enableDimensionHoverToAllChartInstances() {
796
- enableDimensionHoverToAllChartInstances();
795
+ enableTooltipToAllChartInstances() {
796
+ enableTooltipToAllChartInstances();
797
797
  }
798
798
  }
799
799
  //# sourceMappingURL=PivotChart.js.map