@visactor/vchart-types 1.13.1 → 1.13.2

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 (171) hide show
  1. package/package.json +1 -1
  2. package/tsconfig.tsbuildinfo +1 -1
  3. package/types/animation/utils.d.ts +2 -2
  4. package/types/chart/base/base-chart.d.ts +1 -2
  5. package/types/chart/common/interface.d.ts +5 -4
  6. package/types/chart/gauge/interface.d.ts +2 -2
  7. package/types/chart/interface/common.d.ts +2 -2
  8. package/types/chart/polar/interface.d.ts +1 -1
  9. package/types/chart/sequence/interface.d.ts +2 -1
  10. package/types/compile/compilable-base.d.ts +2 -3
  11. package/types/compile/compiler.d.ts +8 -8
  12. package/types/compile/interface/compilable-item.d.ts +63 -5
  13. package/types/compile/interface/compiler.d.ts +4 -20
  14. package/types/compile/mark/compilable-mark.d.ts +4 -5
  15. package/types/compile/mark/interface.d.ts +19 -7
  16. package/types/compile/mark/mark-data.d.ts +2 -2
  17. package/types/compile/mark/mark-state-manager.d.ts +2 -2
  18. package/types/component/axis/base-axis.d.ts +1 -1
  19. package/types/component/axis/interface/common.d.ts +2 -2
  20. package/types/component/axis/polar/interface/common.d.ts +1 -1
  21. package/types/component/crosshair/interface/cartesian.d.ts +1 -1
  22. package/types/component/crosshair/interface/common.d.ts +1 -1
  23. package/types/component/crosshair/interface/polar.d.ts +1 -1
  24. package/types/component/crosshair/interface/theme.d.ts +1 -1
  25. package/types/component/data-zoom/data-zoom/interface.d.ts +1 -2
  26. package/types/component/data-zoom/scroll-bar/interface.d.ts +1 -2
  27. package/types/component/interface/theme.d.ts +13 -9
  28. package/types/component/label/interface.d.ts +14 -2
  29. package/types/component/label/label.d.ts +2 -15
  30. package/types/component/label/util.d.ts +1 -2
  31. package/types/component/legend/interface.d.ts +5 -2
  32. package/types/component/legend/util.d.ts +2 -2
  33. package/types/component/marker/base-marker.d.ts +1 -1
  34. package/types/component/marker/interface.d.ts +3 -4
  35. package/types/component/marker/mark-line/interface/spec.d.ts +1 -1
  36. package/types/component/marker/mark-point/interface/theme.d.ts +1 -1
  37. package/types/component/player/interface/theme.d.ts +1 -2
  38. package/types/component/poptip/interface.d.ts +1 -1
  39. package/types/component/title/interface/theme.d.ts +1 -1
  40. package/types/component/tooltip/interface/theme.d.ts +1 -1
  41. package/types/core/factory.d.ts +1 -1
  42. package/types/core/interface.d.ts +6 -7
  43. package/types/core/vchart.d.ts +3 -3
  44. package/types/data/transforms/aggregation.d.ts +2 -29
  45. package/types/data/transforms/dimension-statistics.d.ts +1 -13
  46. package/types/data/transforms/hierarchy-dimension-statistics.d.ts +1 -1
  47. package/types/data/transforms/interface.d.ts +47 -0
  48. package/types/data/transforms/regression.d.ts +1 -4
  49. package/types/event/events/dimension/interface.d.ts +1 -1
  50. package/types/event/interface.d.ts +1 -2
  51. package/types/interaction/interface.d.ts +1 -5
  52. package/types/mark/arc-3d.d.ts +1 -2
  53. package/types/mark/arc.d.ts +1 -2
  54. package/types/mark/area.d.ts +1 -2
  55. package/types/mark/box-plot.d.ts +1 -2
  56. package/types/mark/cell.d.ts +1 -2
  57. package/types/mark/component.d.ts +1 -2
  58. package/types/mark/group.d.ts +1 -9
  59. package/types/mark/image.d.ts +1 -2
  60. package/types/mark/interface/common.d.ts +1 -1
  61. package/types/mark/interface/index.d.ts +1 -0
  62. package/types/mark/interface/mark.d.ts +44 -0
  63. package/types/mark/label.d.ts +2 -11
  64. package/types/mark/line.d.ts +1 -2
  65. package/types/mark/link-path.d.ts +1 -2
  66. package/types/mark/path.d.ts +1 -2
  67. package/types/mark/polygon/polygon.d.ts +1 -2
  68. package/types/mark/polygon/pyramid-3d.d.ts +1 -2
  69. package/types/mark/rect-3d.d.ts +1 -2
  70. package/types/mark/rect.d.ts +1 -2
  71. package/types/mark/ripple.d.ts +1 -2
  72. package/types/mark/rule.d.ts +1 -2
  73. package/types/mark/symbol.d.ts +1 -2
  74. package/types/mark/text.d.ts +2 -8
  75. package/types/model/interface.d.ts +5 -5
  76. package/types/plugin/chart/interface.d.ts +1 -2
  77. package/types/plugin/chart/media-query/interface/common.d.ts +2 -2
  78. package/types/plugin/components/tooltip-handler/base.d.ts +3 -3
  79. package/types/region/interface.d.ts +1 -2
  80. package/types/region/region.d.ts +1 -2
  81. package/types/scale/global-scale.d.ts +1 -1
  82. package/types/scale/interface.d.ts +1 -1
  83. package/types/series/area/animation.d.ts +1 -5
  84. package/types/series/area/area.d.ts +1 -2
  85. package/types/series/area/interface.d.ts +7 -4
  86. package/types/series/bar/animation.d.ts +1 -8
  87. package/types/series/bar/bar.d.ts +1 -3
  88. package/types/series/bar/interface.d.ts +10 -4
  89. package/types/series/base/base-series.d.ts +2 -3
  90. package/types/series/box-plot/box-plot.d.ts +1 -1
  91. package/types/series/cartesian/cartesian.d.ts +2 -2
  92. package/types/series/cartesian/interface.d.ts +1 -1
  93. package/types/series/circle-packing/animation.d.ts +1 -2
  94. package/types/series/circle-packing/circle-packing.d.ts +1 -1
  95. package/types/series/circle-packing/interface.d.ts +2 -1
  96. package/types/series/correlation/animation.d.ts +1 -5
  97. package/types/series/correlation/correlation.d.ts +1 -2
  98. package/types/series/correlation/interface.d.ts +7 -4
  99. package/types/series/dot/dot.d.ts +1 -1
  100. package/types/series/funnel/3d/funnel-3d.d.ts +1 -1
  101. package/types/series/funnel/funnel.d.ts +1 -5
  102. package/types/series/funnel/interface.d.ts +1 -1
  103. package/types/series/gauge/gauge.d.ts +2 -0
  104. package/types/series/gauge/interface.d.ts +1 -2
  105. package/types/series/heatmap/animation.d.ts +1 -1
  106. package/types/series/heatmap/heatmap.d.ts +1 -3
  107. package/types/series/heatmap/interface.d.ts +2 -2
  108. package/types/series/index.d.ts +7 -3
  109. package/types/series/interface/common.d.ts +2 -3
  110. package/types/series/interface/series.d.ts +6 -9
  111. package/types/series/interface/theme.d.ts +1 -1
  112. package/types/series/line/animation.d.ts +1 -5
  113. package/types/series/line/interface.d.ts +7 -4
  114. package/types/series/link/link.d.ts +1 -1
  115. package/types/series/liquid/animation.d.ts +1 -11
  116. package/types/series/liquid/interface.d.ts +12 -2
  117. package/types/series/map/interface.d.ts +1 -1
  118. package/types/series/map/map.d.ts +1 -2
  119. package/types/series/mixin/interface.d.ts +14 -0
  120. package/types/series/mixin/line-mixin.d.ts +3 -18
  121. package/types/series/pictogram/pictogram.d.ts +8 -7
  122. package/types/series/pie/3d/pie-3d.d.ts +1 -1
  123. package/types/series/pie/animation/animation.d.ts +1 -5
  124. package/types/series/pie/animation/centerOffset.d.ts +1 -4
  125. package/types/series/pie/interface.d.ts +9 -2
  126. package/types/series/pie/pie.d.ts +1 -4
  127. package/types/series/polar/progress-like/animation.d.ts +1 -4
  128. package/types/series/polar/progress-like/interface.d.ts +4 -0
  129. package/types/series/polar/progress-like/progress-like.d.ts +1 -2
  130. package/types/series/progress/circular/interface.d.ts +1 -2
  131. package/types/series/progress/linear/animation.d.ts +1 -5
  132. package/types/series/progress/linear/interface.d.ts +4 -1
  133. package/types/series/radar/animation.d.ts +2 -8
  134. package/types/series/radar/interface.d.ts +11 -4
  135. package/types/series/range-column/animation.d.ts +1 -5
  136. package/types/series/range-column/interface.d.ts +6 -2
  137. package/types/series/range-column/range-column.d.ts +1 -1
  138. package/types/series/rose/animation.d.ts +1 -5
  139. package/types/series/rose/interface.d.ts +7 -3
  140. package/types/series/rose/rose.d.ts +1 -3
  141. package/types/series/sankey/animation.d.ts +1 -7
  142. package/types/series/sankey/interface.d.ts +7 -2
  143. package/types/series/sankey/sankey.d.ts +2 -3
  144. package/types/series/scatter/animation.d.ts +1 -5
  145. package/types/series/scatter/interface.d.ts +7 -3
  146. package/types/series/scatter/scatter.d.ts +1 -2
  147. package/types/series/sunburst/interface.d.ts +1 -1
  148. package/types/series/sunburst/sunburst.d.ts +1 -1
  149. package/types/series/treemap/animation.d.ts +1 -2
  150. package/types/series/treemap/interface.d.ts +3 -2
  151. package/types/series/treemap/tooltip-helper.d.ts +1 -1
  152. package/types/series/treemap/treemap.d.ts +2 -3
  153. package/types/series/util/label-mark.d.ts +1 -1
  154. package/types/series/util/utils.d.ts +1 -1
  155. package/types/series/venn/animation.d.ts +1 -2
  156. package/types/series/venn/interface.d.ts +3 -2
  157. package/types/series/venn/venn.d.ts +3 -4
  158. package/types/series/waterfall/animation.d.ts +3 -3
  159. package/types/series/waterfall/interface.d.ts +3 -3
  160. package/types/series/waterfall/waterfall.d.ts +2 -4
  161. package/types/series/word-cloud/animation.d.ts +1 -8
  162. package/types/series/word-cloud/base.d.ts +1 -3
  163. package/types/series/word-cloud/interface.d.ts +9 -1
  164. package/types/theme/interface.d.ts +1 -1
  165. package/types/typings/params.d.ts +1 -1
  166. package/types/typings/spec/chart.d.ts +26 -26
  167. package/types/typings/spec/common.d.ts +10 -9
  168. package/types/typings/spec/index.d.ts +1 -1
  169. package/types/typings/spec/media-query.d.ts +3 -2
  170. package/types/typings/visual.d.ts +3 -3
  171. package/types/util/data.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-types",
3
- "version": "1.13.1",
3
+ "version": "1.13.2",
4
4
  "description": "Provide the type declarations of VChart.",
5
5
  "sideEffects": false,
6
6
  "main": "types/index.d.ts",