@visactor/vseed 0.0.15 → 0.0.17

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 (582) hide show
  1. package/dist/builder/builder/build.d.ts +1 -0
  2. package/dist/builder/builder/build.d.ts.map +1 -0
  3. package/dist/builder/builder/buildAdvanced.d.ts +1 -0
  4. package/dist/builder/builder/buildAdvanced.d.ts.map +1 -0
  5. package/dist/builder/builder/buildSpec.d.ts +1 -0
  6. package/dist/builder/builder/buildSpec.d.ts.map +1 -0
  7. package/dist/builder/builder/builder.d.ts +830 -130
  8. package/dist/builder/builder/builder.d.ts.map +1 -0
  9. package/dist/builder/builder/index.d.ts +1 -0
  10. package/dist/builder/builder/index.d.ts.map +1 -0
  11. package/dist/builder/index.d.ts +1 -0
  12. package/dist/builder/index.d.ts.map +1 -0
  13. package/dist/builder/register/all.d.ts +1 -0
  14. package/dist/builder/register/all.d.ts.map +1 -0
  15. package/dist/builder/register/chartType.d.ts +6 -1
  16. package/dist/builder/register/chartType.d.ts.map +1 -0
  17. package/dist/builder/register/index.d.ts +1 -0
  18. package/dist/builder/register/index.d.ts.map +1 -0
  19. package/dist/builder/register/theme.d.ts +1 -0
  20. package/dist/builder/register/theme.d.ts.map +1 -0
  21. package/dist/dataReshape/constant.d.ts +1 -0
  22. package/dist/dataReshape/constant.d.ts.map +1 -0
  23. package/dist/dataReshape/dataReshapeFor1D1M.d.ts +1 -0
  24. package/dist/dataReshape/dataReshapeFor1D1M.d.ts.map +1 -0
  25. package/dist/dataReshape/dataReshapeFor1D2M.d.ts +20 -0
  26. package/dist/dataReshape/dataReshapeFor1D2M.d.ts.map +1 -0
  27. package/dist/dataReshape/dataReshapeFor2D1M.d.ts +1 -0
  28. package/dist/dataReshape/dataReshapeFor2D1M.d.ts.map +1 -0
  29. package/dist/dataReshape/foldMeasures.d.ts +1 -0
  30. package/dist/dataReshape/foldMeasures.d.ts.map +1 -0
  31. package/dist/dataReshape/index.d.ts +2 -0
  32. package/dist/dataReshape/index.d.ts.map +1 -0
  33. package/dist/dataReshape/unfoldDimensions.d.ts +1 -0
  34. package/dist/dataReshape/unfoldDimensions.d.ts.map +1 -0
  35. package/dist/dataSelector/index.d.ts +1 -0
  36. package/dist/dataSelector/index.d.ts.map +1 -0
  37. package/dist/dataSelector/selector.d.ts +1 -0
  38. package/dist/dataSelector/selector.d.ts.map +1 -0
  39. package/dist/i18n/i18n.d.ts +1 -0
  40. package/dist/i18n/i18n.d.ts.map +1 -0
  41. package/dist/i18n/index.d.ts +1 -0
  42. package/dist/i18n/index.d.ts.map +1 -0
  43. package/dist/index.cjs +1251 -184
  44. package/dist/index.cjs.map +1 -1
  45. package/dist/index.d.ts +1 -0
  46. package/dist/index.d.ts.map +1 -0
  47. package/dist/index.js +1228 -197
  48. package/dist/index.js.map +1 -1
  49. package/dist/pipeline/advanced/index.d.ts +1 -0
  50. package/dist/pipeline/advanced/index.d.ts.map +1 -0
  51. package/dist/pipeline/advanced/pipeline/area.d.ts +1 -0
  52. package/dist/pipeline/advanced/pipeline/area.d.ts.map +1 -0
  53. package/dist/pipeline/advanced/pipeline/areaPercent.d.ts +1 -0
  54. package/dist/pipeline/advanced/pipeline/areaPercent.d.ts.map +1 -0
  55. package/dist/pipeline/advanced/pipeline/bar.d.ts +1 -0
  56. package/dist/pipeline/advanced/pipeline/bar.d.ts.map +1 -0
  57. package/dist/pipeline/advanced/pipeline/barParallel.d.ts +1 -0
  58. package/dist/pipeline/advanced/pipeline/barParallel.d.ts.map +1 -0
  59. package/dist/pipeline/advanced/pipeline/barPercent.d.ts +1 -0
  60. package/dist/pipeline/advanced/pipeline/barPercent.d.ts.map +1 -0
  61. package/dist/pipeline/advanced/pipeline/column.d.ts +1 -0
  62. package/dist/pipeline/advanced/pipeline/column.d.ts.map +1 -0
  63. package/dist/pipeline/advanced/pipeline/columnParallel.d.ts +1 -0
  64. package/dist/pipeline/advanced/pipeline/columnParallel.d.ts.map +1 -0
  65. package/dist/pipeline/advanced/pipeline/columnPercent.d.ts +1 -0
  66. package/dist/pipeline/advanced/pipeline/columnPercent.d.ts.map +1 -0
  67. package/dist/pipeline/advanced/pipeline/donut.d.ts +3 -0
  68. package/dist/pipeline/advanced/pipeline/donut.d.ts.map +1 -0
  69. package/dist/pipeline/advanced/pipeline/funnel.d.ts +3 -0
  70. package/dist/pipeline/advanced/pipeline/funnel.d.ts.map +1 -0
  71. package/dist/pipeline/advanced/pipeline/index.d.ts +6 -0
  72. package/dist/pipeline/advanced/pipeline/index.d.ts.map +1 -0
  73. package/dist/pipeline/advanced/pipeline/line.d.ts +1 -0
  74. package/dist/pipeline/advanced/pipeline/line.d.ts.map +1 -0
  75. package/dist/pipeline/advanced/pipeline/pie.d.ts +1 -0
  76. package/dist/pipeline/advanced/pipeline/pie.d.ts.map +1 -0
  77. package/dist/pipeline/advanced/pipeline/rose.d.ts +3 -0
  78. package/dist/pipeline/advanced/pipeline/rose.d.ts.map +1 -0
  79. package/dist/pipeline/advanced/pipeline/roseParallel.d.ts +3 -0
  80. package/dist/pipeline/advanced/pipeline/roseParallel.d.ts.map +1 -0
  81. package/dist/pipeline/advanced/pipeline/scatter.d.ts +3 -0
  82. package/dist/pipeline/advanced/pipeline/scatter.d.ts.map +1 -0
  83. package/dist/pipeline/advanced/pipes/annotation/annotation.d.ts +1 -0
  84. package/dist/pipeline/advanced/pipes/annotation/annotation.d.ts.map +1 -0
  85. package/dist/pipeline/advanced/pipes/annotation/index.d.ts +1 -0
  86. package/dist/pipeline/advanced/pipes/annotation/index.d.ts.map +1 -0
  87. package/dist/pipeline/advanced/pipes/baseConfig/baseConfig.d.ts +1 -0
  88. package/dist/pipeline/advanced/pipes/baseConfig/baseConfig.d.ts.map +1 -0
  89. package/dist/pipeline/advanced/pipes/baseConfig/index.d.ts +1 -0
  90. package/dist/pipeline/advanced/pipes/baseConfig/index.d.ts.map +1 -0
  91. package/dist/pipeline/advanced/pipes/config/config.d.ts +6 -0
  92. package/dist/pipeline/advanced/pipes/config/config.d.ts.map +1 -0
  93. package/dist/pipeline/advanced/pipes/config/index.d.ts +1 -0
  94. package/dist/pipeline/advanced/pipes/config/index.d.ts.map +1 -0
  95. package/dist/pipeline/advanced/pipes/encoding/encodingFunnel.d.ts +3 -0
  96. package/dist/pipeline/advanced/pipes/encoding/encodingFunnel.d.ts.map +1 -0
  97. package/dist/pipeline/advanced/pipes/encoding/encodingPie.d.ts +3 -0
  98. package/dist/pipeline/advanced/pipes/encoding/encodingPie.d.ts.map +1 -0
  99. package/dist/pipeline/advanced/pipes/encoding/encodingRose.d.ts +3 -0
  100. package/dist/pipeline/advanced/pipes/encoding/encodingRose.d.ts.map +1 -0
  101. package/dist/pipeline/advanced/pipes/encoding/encodingXY.d.ts +1 -0
  102. package/dist/pipeline/advanced/pipes/encoding/encodingXY.d.ts.map +1 -0
  103. package/dist/pipeline/advanced/pipes/encoding/encodingYX.d.ts +1 -0
  104. package/dist/pipeline/advanced/pipes/encoding/encodingYX.d.ts.map +1 -0
  105. package/dist/pipeline/advanced/pipes/encoding/encodingYY.d.ts +3 -0
  106. package/dist/pipeline/advanced/pipes/encoding/encodingYY.d.ts.map +1 -0
  107. package/dist/pipeline/advanced/pipes/encoding/index.d.ts +4 -1
  108. package/dist/pipeline/advanced/pipes/encoding/index.d.ts.map +1 -0
  109. package/dist/pipeline/advanced/pipes/i18n/index.d.ts +1 -0
  110. package/dist/pipeline/advanced/pipes/i18n/index.d.ts.map +1 -0
  111. package/dist/pipeline/advanced/pipes/i18n/locale.d.ts +1 -0
  112. package/dist/pipeline/advanced/pipes/i18n/locale.d.ts.map +1 -0
  113. package/dist/pipeline/advanced/pipes/index.d.ts +1 -0
  114. package/dist/pipeline/advanced/pipes/index.d.ts.map +1 -0
  115. package/dist/pipeline/advanced/pipes/init/autoDimensions.d.ts +1 -0
  116. package/dist/pipeline/advanced/pipes/init/autoDimensions.d.ts.map +1 -0
  117. package/dist/pipeline/advanced/pipes/init/autoMeasures.d.ts +1 -0
  118. package/dist/pipeline/advanced/pipes/init/autoMeasures.d.ts.map +1 -0
  119. package/dist/pipeline/advanced/pipes/init/index.d.ts +1 -0
  120. package/dist/pipeline/advanced/pipes/init/index.d.ts.map +1 -0
  121. package/dist/pipeline/advanced/pipes/init/initAdvancedVSeed.d.ts +1 -0
  122. package/dist/pipeline/advanced/pipes/init/initAdvancedVSeed.d.ts.map +1 -0
  123. package/dist/pipeline/advanced/pipes/init/utils.d.ts +1 -0
  124. package/dist/pipeline/advanced/pipes/init/utils.d.ts.map +1 -0
  125. package/dist/pipeline/advanced/pipes/markStyle/index.d.ts +1 -0
  126. package/dist/pipeline/advanced/pipes/markStyle/index.d.ts.map +1 -0
  127. package/dist/pipeline/advanced/pipes/markStyle/markStyle.d.ts +1 -0
  128. package/dist/pipeline/advanced/pipes/markStyle/markStyle.d.ts.map +1 -0
  129. package/dist/pipeline/advanced/pipes/pivot/index.d.ts +1 -0
  130. package/dist/pipeline/advanced/pipes/pivot/index.d.ts.map +1 -0
  131. package/dist/pipeline/advanced/pipes/pivot/pivotAdapter.d.ts +1 -0
  132. package/dist/pipeline/advanced/pipes/pivot/pivotAdapter.d.ts.map +1 -0
  133. package/dist/pipeline/advanced/pipes/reshape/index.d.ts +3 -0
  134. package/dist/pipeline/advanced/pipes/reshape/index.d.ts.map +1 -0
  135. package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo1D1M.d.ts +1 -0
  136. package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo1D1M.d.ts.map +1 -0
  137. package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo1D2M.d.ts +9 -0
  138. package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo1D2M.d.ts.map +1 -0
  139. package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo2D1M.d.ts +1 -0
  140. package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo2D1M.d.ts.map +1 -0
  141. package/dist/pipeline/advanced/pipes/reshape/reshapeTo1D1M.d.ts +1 -0
  142. package/dist/pipeline/advanced/pipes/reshape/reshapeTo1D1M.d.ts.map +1 -0
  143. package/dist/pipeline/advanced/pipes/reshape/reshapeTo1D2M.d.ts +9 -0
  144. package/dist/pipeline/advanced/pipes/reshape/reshapeTo1D2M.d.ts.map +1 -0
  145. package/dist/pipeline/advanced/pipes/reshape/reshapeTo2D1M.d.ts +1 -0
  146. package/dist/pipeline/advanced/pipes/reshape/reshapeTo2D1M.d.ts.map +1 -0
  147. package/dist/pipeline/advanced/pipes/theme/index.d.ts +1 -0
  148. package/dist/pipeline/advanced/pipes/theme/index.d.ts.map +1 -0
  149. package/dist/pipeline/advanced/pipes/theme/theme.d.ts +1 -0
  150. package/dist/pipeline/advanced/pipes/theme/theme.d.ts.map +1 -0
  151. package/dist/pipeline/constant.d.ts +1 -0
  152. package/dist/pipeline/constant.d.ts.map +1 -0
  153. package/dist/pipeline/index.d.ts +1 -0
  154. package/dist/pipeline/index.d.ts.map +1 -0
  155. package/dist/pipeline/spec/index.d.ts +1 -0
  156. package/dist/pipeline/spec/index.d.ts.map +1 -0
  157. package/dist/pipeline/spec/pipeline/area.d.ts +1 -0
  158. package/dist/pipeline/spec/pipeline/area.d.ts.map +1 -0
  159. package/dist/pipeline/spec/pipeline/areaPercent.d.ts +1 -0
  160. package/dist/pipeline/spec/pipeline/areaPercent.d.ts.map +1 -0
  161. package/dist/pipeline/spec/pipeline/bar.d.ts +1 -0
  162. package/dist/pipeline/spec/pipeline/bar.d.ts.map +1 -0
  163. package/dist/pipeline/spec/pipeline/barParallel.d.ts +1 -0
  164. package/dist/pipeline/spec/pipeline/barParallel.d.ts.map +1 -0
  165. package/dist/pipeline/spec/pipeline/barPercent.d.ts +1 -0
  166. package/dist/pipeline/spec/pipeline/barPercent.d.ts.map +1 -0
  167. package/dist/pipeline/spec/pipeline/column.d.ts +1 -0
  168. package/dist/pipeline/spec/pipeline/column.d.ts.map +1 -0
  169. package/dist/pipeline/spec/pipeline/columnParallel.d.ts +1 -0
  170. package/dist/pipeline/spec/pipeline/columnParallel.d.ts.map +1 -0
  171. package/dist/pipeline/spec/pipeline/columnPercent.d.ts +1 -0
  172. package/dist/pipeline/spec/pipeline/columnPercent.d.ts.map +1 -0
  173. package/dist/pipeline/spec/pipeline/donut.d.ts +3 -0
  174. package/dist/pipeline/spec/pipeline/donut.d.ts.map +1 -0
  175. package/dist/pipeline/spec/pipeline/funnel.d.ts +3 -0
  176. package/dist/pipeline/spec/pipeline/funnel.d.ts.map +1 -0
  177. package/dist/pipeline/spec/pipeline/index.d.ts +6 -0
  178. package/dist/pipeline/spec/pipeline/index.d.ts.map +1 -0
  179. package/dist/pipeline/spec/pipeline/line.d.ts +1 -0
  180. package/dist/pipeline/spec/pipeline/line.d.ts.map +1 -0
  181. package/dist/pipeline/spec/pipeline/pie.d.ts +1 -0
  182. package/dist/pipeline/spec/pipeline/pie.d.ts.map +1 -0
  183. package/dist/pipeline/spec/pipeline/rose.d.ts +2 -0
  184. package/dist/pipeline/spec/pipeline/rose.d.ts.map +1 -0
  185. package/dist/pipeline/spec/pipeline/roseParallel.d.ts +3 -0
  186. package/dist/pipeline/spec/pipeline/roseParallel.d.ts.map +1 -0
  187. package/dist/pipeline/spec/pipeline/scatter.d.ts +3 -0
  188. package/dist/pipeline/spec/pipeline/scatter.d.ts.map +1 -0
  189. package/dist/pipeline/spec/pipes/index.d.ts +15 -14
  190. package/dist/pipeline/spec/pipes/index.d.ts.map +1 -0
  191. package/dist/pipeline/spec/pipes/vchart/annotation/annotationArea.d.ts +3 -0
  192. package/dist/pipeline/spec/pipes/vchart/annotation/annotationArea.d.ts.map +1 -0
  193. package/dist/pipeline/spec/pipes/vchart/annotation/annotationAreaBand.d.ts +3 -0
  194. package/dist/pipeline/spec/pipes/vchart/annotation/annotationAreaBand.d.ts.map +1 -0
  195. package/dist/pipeline/spec/pipes/vchart/annotation/annotationHorizontalLine.d.ts +3 -0
  196. package/dist/pipeline/spec/pipes/vchart/annotation/annotationHorizontalLine.d.ts.map +1 -0
  197. package/dist/pipeline/spec/pipes/vchart/annotation/annotationPoint.d.ts +3 -0
  198. package/dist/pipeline/spec/pipes/vchart/annotation/annotationPoint.d.ts.map +1 -0
  199. package/dist/pipeline/spec/pipes/vchart/annotation/annotationVerticalLine.d.ts +3 -0
  200. package/dist/pipeline/spec/pipes/vchart/annotation/annotationVerticalLine.d.ts.map +1 -0
  201. package/dist/pipeline/spec/pipes/{annotation → vchart/annotation}/index.d.ts +1 -0
  202. package/dist/pipeline/spec/pipes/vchart/annotation/index.d.ts.map +1 -0
  203. package/dist/pipeline/spec/pipes/vchart/annotation/utils.d.ts +3 -0
  204. package/dist/pipeline/spec/pipes/vchart/annotation/utils.d.ts.map +1 -0
  205. package/dist/pipeline/spec/pipes/vchart/axes/a.d.ts +3 -0
  206. package/dist/pipeline/spec/pipes/vchart/axes/a.d.ts.map +1 -0
  207. package/dist/pipeline/spec/pipes/vchart/axes/angle.d.ts +3 -0
  208. package/dist/pipeline/spec/pipes/vchart/axes/angle.d.ts.map +1 -0
  209. package/dist/pipeline/spec/pipes/{axes → vchart/axes}/index.d.ts +3 -0
  210. package/dist/pipeline/spec/pipes/vchart/axes/index.d.ts.map +1 -0
  211. package/dist/pipeline/spec/pipes/vchart/axes/radius.d.ts +3 -0
  212. package/dist/pipeline/spec/pipes/vchart/axes/radius.d.ts.map +1 -0
  213. package/dist/pipeline/spec/pipes/vchart/axes/xBand.d.ts +3 -0
  214. package/dist/pipeline/spec/pipes/vchart/axes/xBand.d.ts.map +1 -0
  215. package/dist/pipeline/spec/pipes/vchart/axes/xLinear.d.ts +3 -0
  216. package/dist/pipeline/spec/pipes/vchart/axes/xLinear.d.ts.map +1 -0
  217. package/dist/pipeline/spec/pipes/vchart/axes/yBand.d.ts +3 -0
  218. package/dist/pipeline/spec/pipes/vchart/axes/yBand.d.ts.map +1 -0
  219. package/dist/pipeline/spec/pipes/vchart/axes/yLinear.d.ts +3 -0
  220. package/dist/pipeline/spec/pipes/vchart/axes/yLinear.d.ts.map +1 -0
  221. package/dist/pipeline/spec/pipes/vchart/backgroundColor/background.d.ts +3 -0
  222. package/dist/pipeline/spec/pipes/vchart/backgroundColor/background.d.ts.map +1 -0
  223. package/dist/pipeline/spec/pipes/{backgroundColor → vchart/backgroundColor}/index.d.ts +1 -0
  224. package/dist/pipeline/spec/pipes/vchart/backgroundColor/index.d.ts.map +1 -0
  225. package/dist/pipeline/spec/pipes/vchart/color/color.d.ts +3 -0
  226. package/dist/pipeline/spec/pipes/vchart/color/color.d.ts.map +1 -0
  227. package/dist/pipeline/spec/pipes/vchart/color/index.d.ts +2 -0
  228. package/dist/pipeline/spec/pipes/vchart/color/index.d.ts.map +1 -0
  229. package/dist/pipeline/spec/pipes/vchart/crosshair/horizontalCrosshairLine.d.ts +3 -0
  230. package/dist/pipeline/spec/pipes/vchart/crosshair/horizontalCrosshairLine.d.ts.map +1 -0
  231. package/dist/pipeline/spec/pipes/vchart/crosshair/horizontalCrosshairRect.d.ts +3 -0
  232. package/dist/pipeline/spec/pipes/vchart/crosshair/horizontalCrosshairRect.d.ts.map +1 -0
  233. package/dist/pipeline/spec/pipes/{crosshair → vchart/crosshair}/index.d.ts +2 -0
  234. package/dist/pipeline/spec/pipes/vchart/crosshair/index.d.ts.map +1 -0
  235. package/dist/pipeline/spec/pipes/vchart/crosshair/verticalCrosshairLine.d.ts +3 -0
  236. package/dist/pipeline/spec/pipes/vchart/crosshair/verticalCrosshairLine.d.ts.map +1 -0
  237. package/dist/pipeline/spec/pipes/vchart/crosshair/verticalCrosshairRect.d.ts +3 -0
  238. package/dist/pipeline/spec/pipes/vchart/crosshair/verticalCrosshairRect.d.ts.map +1 -0
  239. package/dist/pipeline/spec/pipes/vchart/dataset/dataset.d.ts +3 -0
  240. package/dist/pipeline/spec/pipes/vchart/dataset/dataset.d.ts.map +1 -0
  241. package/dist/pipeline/spec/pipes/{dataset → vchart/dataset}/datasetPivot.d.ts +2 -1
  242. package/dist/pipeline/spec/pipes/vchart/dataset/datasetPivot.d.ts.map +1 -0
  243. package/dist/pipeline/spec/pipes/{dataset → vchart/dataset}/index.d.ts +1 -0
  244. package/dist/pipeline/spec/pipes/vchart/dataset/index.d.ts.map +1 -0
  245. package/dist/pipeline/spec/pipes/vchart/init/area.d.ts +3 -0
  246. package/dist/pipeline/spec/pipes/vchart/init/area.d.ts.map +1 -0
  247. package/dist/pipeline/spec/pipes/vchart/init/bar.d.ts +3 -0
  248. package/dist/pipeline/spec/pipes/vchart/init/bar.d.ts.map +1 -0
  249. package/dist/pipeline/spec/pipes/vchart/init/barParallel.d.ts +3 -0
  250. package/dist/pipeline/spec/pipes/vchart/init/barParallel.d.ts.map +1 -0
  251. package/dist/pipeline/spec/pipes/vchart/init/column.d.ts +3 -0
  252. package/dist/pipeline/spec/pipes/vchart/init/column.d.ts.map +1 -0
  253. package/dist/pipeline/spec/pipes/vchart/init/columnParallel.d.ts +3 -0
  254. package/dist/pipeline/spec/pipes/vchart/init/columnParallel.d.ts.map +1 -0
  255. package/dist/pipeline/spec/pipes/vchart/init/donut.d.ts +3 -0
  256. package/dist/pipeline/spec/pipes/vchart/init/donut.d.ts.map +1 -0
  257. package/dist/pipeline/spec/pipes/vchart/init/funnel.d.ts +3 -0
  258. package/dist/pipeline/spec/pipes/vchart/init/funnel.d.ts.map +1 -0
  259. package/dist/pipeline/spec/pipes/{init → vchart/init}/index.d.ts +5 -0
  260. package/dist/pipeline/spec/pipes/vchart/init/index.d.ts.map +1 -0
  261. package/dist/pipeline/spec/pipes/vchart/init/line.d.ts +3 -0
  262. package/dist/pipeline/spec/pipes/vchart/init/line.d.ts.map +1 -0
  263. package/dist/pipeline/spec/pipes/vchart/init/pie.d.ts +3 -0
  264. package/dist/pipeline/spec/pipes/vchart/init/pie.d.ts.map +1 -0
  265. package/dist/pipeline/spec/pipes/{init → vchart/init}/pivot.d.ts +2 -1
  266. package/dist/pipeline/spec/pipes/vchart/init/pivot.d.ts.map +1 -0
  267. package/dist/pipeline/spec/pipes/vchart/init/rose.d.ts +3 -0
  268. package/dist/pipeline/spec/pipes/vchart/init/rose.d.ts.map +1 -0
  269. package/dist/pipeline/spec/pipes/vchart/init/roseParallel.d.ts +3 -0
  270. package/dist/pipeline/spec/pipes/vchart/init/roseParallel.d.ts.map +1 -0
  271. package/dist/pipeline/spec/pipes/vchart/init/scatter.d.ts +3 -0
  272. package/dist/pipeline/spec/pipes/vchart/init/scatter.d.ts.map +1 -0
  273. package/dist/pipeline/spec/pipes/vchart/label/index.d.ts +2 -0
  274. package/dist/pipeline/spec/pipes/vchart/label/index.d.ts.map +1 -0
  275. package/dist/pipeline/spec/pipes/vchart/label/label.d.ts +3 -0
  276. package/dist/pipeline/spec/pipes/vchart/label/label.d.ts.map +1 -0
  277. package/dist/pipeline/spec/pipes/vchart/legend/discreteLegend.d.ts +3 -0
  278. package/dist/pipeline/spec/pipes/vchart/legend/discreteLegend.d.ts.map +1 -0
  279. package/dist/pipeline/spec/pipes/{legend → vchart/legend}/index.d.ts +1 -0
  280. package/dist/pipeline/spec/pipes/vchart/legend/index.d.ts.map +1 -0
  281. package/dist/pipeline/spec/pipes/vchart/legend/pivotDiscreteLegend.d.ts +3 -0
  282. package/dist/pipeline/spec/pipes/vchart/legend/pivotDiscreteLegend.d.ts.map +1 -0
  283. package/dist/pipeline/spec/pipes/vchart/markStyle/areaStyle.d.ts +3 -0
  284. package/dist/pipeline/spec/pipes/vchart/markStyle/areaStyle.d.ts.map +1 -0
  285. package/dist/pipeline/spec/pipes/vchart/markStyle/barStyle.d.ts +3 -0
  286. package/dist/pipeline/spec/pipes/vchart/markStyle/barStyle.d.ts.map +1 -0
  287. package/dist/pipeline/spec/pipes/{markStyle → vchart/markStyle}/index.d.ts +2 -0
  288. package/dist/pipeline/spec/pipes/vchart/markStyle/index.d.ts.map +1 -0
  289. package/dist/pipeline/spec/pipes/vchart/markStyle/lineStyle.d.ts +3 -0
  290. package/dist/pipeline/spec/pipes/vchart/markStyle/lineStyle.d.ts.map +1 -0
  291. package/dist/pipeline/spec/pipes/vchart/markStyle/pointState.d.ts +4 -0
  292. package/dist/pipeline/spec/pipes/vchart/markStyle/pointState.d.ts.map +1 -0
  293. package/dist/pipeline/spec/pipes/vchart/markStyle/pointStyle.d.ts +3 -0
  294. package/dist/pipeline/spec/pipes/vchart/markStyle/pointStyle.d.ts.map +1 -0
  295. package/dist/pipeline/spec/pipes/{percent → vchart/percent}/index.d.ts +1 -0
  296. package/dist/pipeline/spec/pipes/vchart/percent/index.d.ts.map +1 -0
  297. package/dist/pipeline/spec/pipes/vchart/percent/percent.d.ts +3 -0
  298. package/dist/pipeline/spec/pipes/vchart/percent/percent.d.ts.map +1 -0
  299. package/dist/pipeline/spec/pipes/{pivotChart → vchart/pivotChart}/index.d.ts +1 -0
  300. package/dist/pipeline/spec/pipes/vchart/pivotChart/index.d.ts.map +1 -0
  301. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotAdapter.d.ts +3 -0
  302. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotAdapter.d.ts.map +1 -0
  303. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotColumnDimensions.d.ts +3 -0
  304. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotColumnDimensions.d.ts.map +1 -0
  305. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotGridStyle.d.ts +3 -0
  306. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotGridStyle.d.ts.map +1 -0
  307. package/dist/pipeline/spec/pipes/{pivotChart → vchart/pivotChart}/pivotIndicators.d.ts +2 -1
  308. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotIndicators.d.ts.map +1 -0
  309. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotRowDimensions.d.ts +3 -0
  310. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotRowDimensions.d.ts.map +1 -0
  311. package/dist/pipeline/spec/pipes/{stack → vchart/stack}/index.d.ts +1 -0
  312. package/dist/pipeline/spec/pipes/vchart/stack/index.d.ts.map +1 -0
  313. package/dist/pipeline/spec/pipes/vchart/stack/stack.d.ts +3 -0
  314. package/dist/pipeline/spec/pipes/vchart/stack/stack.d.ts.map +1 -0
  315. package/dist/pipeline/spec/pipes/vchart/stack/stackCornerRadius.d.ts +3 -0
  316. package/dist/pipeline/spec/pipes/vchart/stack/stackCornerRadius.d.ts.map +1 -0
  317. package/dist/pipeline/spec/pipes/{tooltip → vchart/tooltip}/index.d.ts +1 -0
  318. package/dist/pipeline/spec/pipes/vchart/tooltip/index.d.ts.map +1 -0
  319. package/dist/pipeline/spec/pipes/vchart/tooltip/tooltip.d.ts +3 -0
  320. package/dist/pipeline/spec/pipes/vchart/tooltip/tooltip.d.ts.map +1 -0
  321. package/dist/pipeline/utils/chatType.d.ts +1 -0
  322. package/dist/pipeline/utils/chatType.d.ts.map +1 -0
  323. package/dist/pipeline/utils/format/createFormatter.d.ts +1 -0
  324. package/dist/pipeline/utils/format/createFormatter.d.ts.map +1 -0
  325. package/dist/pipeline/utils/format/createNumFormatter.d.ts +1 -0
  326. package/dist/pipeline/utils/format/createNumFormatter.d.ts.map +1 -0
  327. package/dist/pipeline/utils/format/index.d.ts +1 -0
  328. package/dist/pipeline/utils/format/index.d.ts.map +1 -0
  329. package/dist/pipeline/utils/index.d.ts +1 -0
  330. package/dist/pipeline/utils/index.d.ts.map +1 -0
  331. package/dist/pipeline/utils/measures/findMeasureById.d.ts +3 -1
  332. package/dist/pipeline/utils/measures/findMeasureById.d.ts.map +1 -0
  333. package/dist/pipeline/utils/measures/index.d.ts +2 -1
  334. package/dist/pipeline/utils/measures/index.d.ts.map +1 -0
  335. package/dist/pipeline/utils/pipeline.d.ts +1 -0
  336. package/dist/pipeline/utils/pipeline.d.ts.map +1 -0
  337. package/dist/theme/dark.d.ts +1 -0
  338. package/dist/theme/dark.d.ts.map +1 -0
  339. package/dist/theme/index.d.ts +1 -0
  340. package/dist/theme/index.d.ts.map +1 -0
  341. package/dist/theme/light.d.ts +1 -0
  342. package/dist/theme/light.d.ts.map +1 -0
  343. package/dist/types/advancedVSeed.d.ts +185 -6
  344. package/dist/types/advancedVSeed.d.ts.map +1 -0
  345. package/dist/types/builder/builder.d.ts +2 -1
  346. package/dist/types/builder/builder.d.ts.map +1 -0
  347. package/dist/types/builder/index.d.ts +1 -0
  348. package/dist/types/builder/index.d.ts.map +1 -0
  349. package/dist/types/builder/spec.d.ts +1 -0
  350. package/dist/types/builder/spec.d.ts.map +1 -0
  351. package/dist/types/chartType/area/area.d.ts +1 -0
  352. package/dist/types/chartType/area/area.d.ts.map +1 -0
  353. package/dist/types/chartType/area/index.d.ts +1 -0
  354. package/dist/types/chartType/area/index.d.ts.map +1 -0
  355. package/dist/types/chartType/areaPercent/areaPercent.d.ts +1 -0
  356. package/dist/types/chartType/areaPercent/areaPercent.d.ts.map +1 -0
  357. package/dist/types/chartType/areaPercent/index.d.ts +1 -0
  358. package/dist/types/chartType/areaPercent/index.d.ts.map +1 -0
  359. package/dist/types/chartType/bar/bar.d.ts +1 -0
  360. package/dist/types/chartType/bar/bar.d.ts.map +1 -0
  361. package/dist/types/chartType/bar/index.d.ts +1 -0
  362. package/dist/types/chartType/bar/index.d.ts.map +1 -0
  363. package/dist/types/chartType/barParallel/barParallel.d.ts +1 -0
  364. package/dist/types/chartType/barParallel/barParallel.d.ts.map +1 -0
  365. package/dist/types/chartType/barParallel/index.d.ts +1 -0
  366. package/dist/types/chartType/barParallel/index.d.ts.map +1 -0
  367. package/dist/types/chartType/barPercent/barPercent.d.ts +1 -0
  368. package/dist/types/chartType/barPercent/barPercent.d.ts.map +1 -0
  369. package/dist/types/chartType/barPercent/index.d.ts +1 -0
  370. package/dist/types/chartType/barPercent/index.d.ts.map +1 -0
  371. package/dist/types/chartType/column/column.d.ts +1 -0
  372. package/dist/types/chartType/column/column.d.ts.map +1 -0
  373. package/dist/types/chartType/column/index.d.ts +1 -0
  374. package/dist/types/chartType/column/index.d.ts.map +1 -0
  375. package/dist/types/chartType/columnParallel/columnParallel.d.ts +1 -0
  376. package/dist/types/chartType/columnParallel/columnParallel.d.ts.map +1 -0
  377. package/dist/types/chartType/columnParallel/index.d.ts +1 -0
  378. package/dist/types/chartType/columnParallel/index.d.ts.map +1 -0
  379. package/dist/types/chartType/columnPercent/columnPercent.d.ts +1 -0
  380. package/dist/types/chartType/columnPercent/columnPercent.d.ts.map +1 -0
  381. package/dist/types/chartType/columnPercent/index.d.ts +1 -0
  382. package/dist/types/chartType/columnPercent/index.d.ts.map +1 -0
  383. package/dist/types/chartType/donut/donut.d.ts +139 -1
  384. package/dist/types/chartType/donut/donut.d.ts.map +1 -0
  385. package/dist/types/chartType/donut/index.d.ts +2 -1
  386. package/dist/types/chartType/donut/index.d.ts.map +1 -0
  387. package/dist/types/chartType/dualAxis/dualAxis.d.ts +1 -0
  388. package/dist/types/chartType/dualAxis/dualAxis.d.ts.map +1 -0
  389. package/dist/types/chartType/dualAxis/index.d.ts +1 -0
  390. package/dist/types/chartType/dualAxis/index.d.ts.map +1 -0
  391. package/dist/types/chartType/funnel/funnel.d.ts +224 -0
  392. package/dist/types/chartType/funnel/funnel.d.ts.map +1 -0
  393. package/dist/types/chartType/funnel/index.d.ts +2 -0
  394. package/dist/types/chartType/funnel/index.d.ts.map +1 -0
  395. package/dist/types/chartType/index.d.ts +7 -4
  396. package/dist/types/chartType/index.d.ts.map +1 -0
  397. package/dist/types/chartType/line/index.d.ts +1 -0
  398. package/dist/types/chartType/line/index.d.ts.map +1 -0
  399. package/dist/types/chartType/line/line.d.ts +1 -0
  400. package/dist/types/chartType/line/line.d.ts.map +1 -0
  401. package/dist/types/chartType/pie/index.d.ts +1 -0
  402. package/dist/types/chartType/pie/index.d.ts.map +1 -0
  403. package/dist/types/chartType/pie/pie.d.ts +2 -1
  404. package/dist/types/chartType/pie/pie.d.ts.map +1 -0
  405. package/dist/types/chartType/pivotTable/index.d.ts +1 -0
  406. package/dist/types/chartType/pivotTable/index.d.ts.map +1 -0
  407. package/dist/types/chartType/pivotTable/pivotTable.d.ts +1 -0
  408. package/dist/types/chartType/pivotTable/pivotTable.d.ts.map +1 -0
  409. package/dist/types/chartType/rose/index.d.ts +2 -1
  410. package/dist/types/chartType/rose/index.d.ts.map +1 -0
  411. package/dist/types/chartType/rose/rose.d.ts +144 -6
  412. package/dist/types/chartType/rose/rose.d.ts.map +1 -0
  413. package/dist/types/chartType/roseParallel/index.d.ts +2 -0
  414. package/dist/types/chartType/roseParallel/index.d.ts.map +1 -0
  415. package/dist/types/chartType/roseParallel/roseParallel.d.ts +225 -0
  416. package/dist/types/chartType/roseParallel/roseParallel.d.ts.map +1 -0
  417. package/dist/types/chartType/scatter/index.d.ts +2 -0
  418. package/dist/types/chartType/scatter/index.d.ts.map +1 -0
  419. package/dist/types/chartType/scatter/scatter.d.ts +843 -0
  420. package/dist/types/chartType/scatter/scatter.d.ts.map +1 -0
  421. package/dist/types/chartType/table/index.d.ts +1 -0
  422. package/dist/types/chartType/table/index.d.ts.map +1 -0
  423. package/dist/types/chartType/table/table.d.ts +1 -0
  424. package/dist/types/chartType/table/table.d.ts.map +1 -0
  425. package/dist/types/dataSelector/index.d.ts +1 -0
  426. package/dist/types/dataSelector/index.d.ts.map +1 -0
  427. package/dist/types/dataSelector/selector.d.ts +1 -0
  428. package/dist/types/dataSelector/selector.d.ts.map +1 -0
  429. package/dist/types/i18n/i18n.d.ts +1 -0
  430. package/dist/types/i18n/i18n.d.ts.map +1 -0
  431. package/dist/types/i18n/index.d.ts +1 -0
  432. package/dist/types/i18n/index.d.ts.map +1 -0
  433. package/dist/types/index.d.ts +1 -0
  434. package/dist/types/index.d.ts.map +1 -0
  435. package/dist/types/pipeline/advancedVSeed/advancedVSeed.d.ts +2 -1
  436. package/dist/types/pipeline/advancedVSeed/advancedVSeed.d.ts.map +1 -0
  437. package/dist/types/pipeline/advancedVSeed/index.d.ts +1 -0
  438. package/dist/types/pipeline/advancedVSeed/index.d.ts.map +1 -0
  439. package/dist/types/pipeline/index.d.ts +1 -0
  440. package/dist/types/pipeline/index.d.ts.map +1 -0
  441. package/dist/types/pipeline/pipeline.d.ts +1 -0
  442. package/dist/types/pipeline/pipeline.d.ts.map +1 -0
  443. package/dist/types/pipeline/spec/index.d.ts +1 -0
  444. package/dist/types/pipeline/spec/index.d.ts.map +1 -0
  445. package/dist/types/pipeline/spec/spec.d.ts +2 -1
  446. package/dist/types/pipeline/spec/spec.d.ts.map +1 -0
  447. package/dist/types/properties/annotation/annotation.d.ts +1 -0
  448. package/dist/types/properties/annotation/annotation.d.ts.map +1 -0
  449. package/dist/types/properties/annotation/annotationArea.d.ts +1 -0
  450. package/dist/types/properties/annotation/annotationArea.d.ts.map +1 -0
  451. package/dist/types/properties/annotation/annotationHorizontalLine.d.ts +1 -0
  452. package/dist/types/properties/annotation/annotationHorizontalLine.d.ts.map +1 -0
  453. package/dist/types/properties/annotation/annotationPoint.d.ts +1 -0
  454. package/dist/types/properties/annotation/annotationPoint.d.ts.map +1 -0
  455. package/dist/types/properties/annotation/annotationVerticalLine.d.ts +1 -0
  456. package/dist/types/properties/annotation/annotationVerticalLine.d.ts.map +1 -0
  457. package/dist/types/properties/annotation/index.d.ts +1 -0
  458. package/dist/types/properties/annotation/index.d.ts.map +1 -0
  459. package/dist/types/properties/baseConfig/backgroundColor.d.ts +1 -0
  460. package/dist/types/properties/baseConfig/backgroundColor.d.ts.map +1 -0
  461. package/dist/types/properties/baseConfig/baseConfig.d.ts +1 -0
  462. package/dist/types/properties/baseConfig/baseConfig.d.ts.map +1 -0
  463. package/dist/types/properties/baseConfig/color.d.ts +3 -2
  464. package/dist/types/properties/baseConfig/color.d.ts.map +1 -0
  465. package/dist/types/properties/baseConfig/index.d.ts +1 -0
  466. package/dist/types/properties/baseConfig/index.d.ts.map +1 -0
  467. package/dist/types/properties/baseConfig/label.d.ts +1 -0
  468. package/dist/types/properties/baseConfig/label.d.ts.map +1 -0
  469. package/dist/types/properties/baseConfig/legend.d.ts +1 -0
  470. package/dist/types/properties/baseConfig/legend.d.ts.map +1 -0
  471. package/dist/types/properties/baseConfig/tooltip.d.ts +1 -0
  472. package/dist/types/properties/baseConfig/tooltip.d.ts.map +1 -0
  473. package/dist/types/properties/chartType/chartType.d.ts +9 -2
  474. package/dist/types/properties/chartType/chartType.d.ts.map +1 -0
  475. package/dist/types/properties/chartType/index.d.ts +1 -0
  476. package/dist/types/properties/chartType/index.d.ts.map +1 -0
  477. package/dist/types/properties/config/axis.d.ts +1 -0
  478. package/dist/types/properties/config/axis.d.ts.map +1 -0
  479. package/dist/types/properties/config/bandAxis.d.ts +1 -0
  480. package/dist/types/properties/config/bandAxis.d.ts.map +1 -0
  481. package/dist/types/properties/config/config.d.ts +91 -3
  482. package/dist/types/properties/config/config.d.ts.map +1 -0
  483. package/dist/types/properties/config/crosshair.d.ts +1 -0
  484. package/dist/types/properties/config/crosshair.d.ts.map +1 -0
  485. package/dist/types/properties/config/index.d.ts +1 -0
  486. package/dist/types/properties/config/index.d.ts.map +1 -0
  487. package/dist/types/properties/config/linearAxis.d.ts +1 -0
  488. package/dist/types/properties/config/linearAxis.d.ts.map +1 -0
  489. package/dist/types/properties/config/stackCornerRadius.d.ts +1 -0
  490. package/dist/types/properties/config/stackCornerRadius.d.ts.map +1 -0
  491. package/dist/types/properties/dataset/dataset.d.ts +1 -0
  492. package/dist/types/properties/dataset/dataset.d.ts.map +1 -0
  493. package/dist/types/properties/dataset/index.d.ts +1 -0
  494. package/dist/types/properties/dataset/index.d.ts.map +1 -0
  495. package/dist/types/properties/datasetReshapeInfo/datasetReshapeInfo.d.ts +1 -0
  496. package/dist/types/properties/datasetReshapeInfo/datasetReshapeInfo.d.ts.map +1 -0
  497. package/dist/types/properties/datasetReshapeInfo/index.d.ts +1 -0
  498. package/dist/types/properties/datasetReshapeInfo/index.d.ts.map +1 -0
  499. package/dist/types/properties/dimensions/dimensions.d.ts +1 -0
  500. package/dist/types/properties/dimensions/dimensions.d.ts.map +1 -0
  501. package/dist/types/properties/dimensions/index.d.ts +1 -0
  502. package/dist/types/properties/dimensions/index.d.ts.map +1 -0
  503. package/dist/types/properties/encoding/encoding.d.ts +3 -0
  504. package/dist/types/properties/encoding/encoding.d.ts.map +1 -0
  505. package/dist/types/properties/encoding/index.d.ts +1 -0
  506. package/dist/types/properties/encoding/index.d.ts.map +1 -0
  507. package/dist/types/properties/index.d.ts +1 -0
  508. package/dist/types/properties/index.d.ts.map +1 -0
  509. package/dist/types/properties/markStyle/areaStyle.d.ts +1 -0
  510. package/dist/types/properties/markStyle/areaStyle.d.ts.map +1 -0
  511. package/dist/types/properties/markStyle/barStyle.d.ts +1 -0
  512. package/dist/types/properties/markStyle/barStyle.d.ts.map +1 -0
  513. package/dist/types/properties/markStyle/index.d.ts +1 -0
  514. package/dist/types/properties/markStyle/index.d.ts.map +1 -0
  515. package/dist/types/properties/markStyle/lineStyle.d.ts +1 -0
  516. package/dist/types/properties/markStyle/lineStyle.d.ts.map +1 -0
  517. package/dist/types/properties/markStyle/markStyle.d.ts +1 -0
  518. package/dist/types/properties/markStyle/markStyle.d.ts.map +1 -0
  519. package/dist/types/properties/markStyle/pointStyle.d.ts +1 -0
  520. package/dist/types/properties/markStyle/pointStyle.d.ts.map +1 -0
  521. package/dist/types/properties/measures/format/formatter.d.ts +1 -0
  522. package/dist/types/properties/measures/format/formatter.d.ts.map +1 -0
  523. package/dist/types/properties/measures/format/index.d.ts +1 -0
  524. package/dist/types/properties/measures/format/index.d.ts.map +1 -0
  525. package/dist/types/properties/measures/format/numFormat.d.ts +1 -0
  526. package/dist/types/properties/measures/format/numFormat.d.ts.map +1 -0
  527. package/dist/types/properties/measures/index.d.ts +1 -0
  528. package/dist/types/properties/measures/index.d.ts.map +1 -0
  529. package/dist/types/properties/measures/measures.d.ts +1 -0
  530. package/dist/types/properties/measures/measures.d.ts.map +1 -0
  531. package/dist/types/properties/theme/customTheme.d.ts +181 -6
  532. package/dist/types/properties/theme/customTheme.d.ts.map +1 -0
  533. package/dist/types/properties/theme/index.d.ts +1 -0
  534. package/dist/types/properties/theme/index.d.ts.map +1 -0
  535. package/dist/types/properties/theme/theme.d.ts +1 -0
  536. package/dist/types/properties/theme/theme.d.ts.map +1 -0
  537. package/dist/types/vseed.d.ts +1256 -3
  538. package/dist/types/vseed.d.ts.map +1 -0
  539. package/dist/umd/index.js +1227 -184
  540. package/dist/umd/index.js.map +1 -1
  541. package/package.json +1 -1
  542. package/dist/pipeline/advanced/pipes/encoding/encodingPolar.d.ts +0 -2
  543. package/dist/pipeline/spec/pipes/annotation/annotationArea.d.ts +0 -2
  544. package/dist/pipeline/spec/pipes/annotation/annotationAreaBand.d.ts +0 -2
  545. package/dist/pipeline/spec/pipes/annotation/annotationHorizontalLine.d.ts +0 -2
  546. package/dist/pipeline/spec/pipes/annotation/annotationPoint.d.ts +0 -2
  547. package/dist/pipeline/spec/pipes/annotation/annotationVerticalLine.d.ts +0 -2
  548. package/dist/pipeline/spec/pipes/annotation/utils.d.ts +0 -2
  549. package/dist/pipeline/spec/pipes/axes/xBand.d.ts +0 -2
  550. package/dist/pipeline/spec/pipes/axes/xLinear.d.ts +0 -2
  551. package/dist/pipeline/spec/pipes/axes/yBand.d.ts +0 -2
  552. package/dist/pipeline/spec/pipes/axes/yLinear.d.ts +0 -2
  553. package/dist/pipeline/spec/pipes/backgroundColor/background.d.ts +0 -2
  554. package/dist/pipeline/spec/pipes/color/color.d.ts +0 -2
  555. package/dist/pipeline/spec/pipes/color/index.d.ts +0 -1
  556. package/dist/pipeline/spec/pipes/crosshair/horizontalCrosshairRect.d.ts +0 -2
  557. package/dist/pipeline/spec/pipes/crosshair/verticalCrosshairLine.d.ts +0 -2
  558. package/dist/pipeline/spec/pipes/crosshair/verticalCrosshairRect.d.ts +0 -2
  559. package/dist/pipeline/spec/pipes/dataset/dataset.d.ts +0 -2
  560. package/dist/pipeline/spec/pipes/init/area.d.ts +0 -2
  561. package/dist/pipeline/spec/pipes/init/bar.d.ts +0 -2
  562. package/dist/pipeline/spec/pipes/init/barParallel.d.ts +0 -2
  563. package/dist/pipeline/spec/pipes/init/column.d.ts +0 -2
  564. package/dist/pipeline/spec/pipes/init/columnParallel.d.ts +0 -2
  565. package/dist/pipeline/spec/pipes/init/line.d.ts +0 -2
  566. package/dist/pipeline/spec/pipes/init/pie.d.ts +0 -2
  567. package/dist/pipeline/spec/pipes/label/index.d.ts +0 -1
  568. package/dist/pipeline/spec/pipes/label/label.d.ts +0 -2
  569. package/dist/pipeline/spec/pipes/legend/discreteLegend.d.ts +0 -2
  570. package/dist/pipeline/spec/pipes/legend/pivotDiscreteLegend.d.ts +0 -2
  571. package/dist/pipeline/spec/pipes/markStyle/areaStyle.d.ts +0 -2
  572. package/dist/pipeline/spec/pipes/markStyle/barStyle.d.ts +0 -2
  573. package/dist/pipeline/spec/pipes/markStyle/lineStyle.d.ts +0 -2
  574. package/dist/pipeline/spec/pipes/markStyle/pointStyle.d.ts +0 -2
  575. package/dist/pipeline/spec/pipes/percent/percent.d.ts +0 -2
  576. package/dist/pipeline/spec/pipes/pivotChart/pivotAdapter.d.ts +0 -2
  577. package/dist/pipeline/spec/pipes/pivotChart/pivotColumnDimensions.d.ts +0 -2
  578. package/dist/pipeline/spec/pipes/pivotChart/pivotGridStyle.d.ts +0 -2
  579. package/dist/pipeline/spec/pipes/pivotChart/pivotRowDimensions.d.ts +0 -2
  580. package/dist/pipeline/spec/pipes/stack/stack.d.ts +0 -2
  581. package/dist/pipeline/spec/pipes/stack/stackCornerRadius.d.ts +0 -2
  582. package/dist/pipeline/spec/pipes/tooltip/tooltip.d.ts +0 -2
@@ -1015,3 +1015,4 @@ export declare const zArea: z.ZodObject<{
1015
1015
  "en-US": "en-US";
1016
1016
  }>>>;
1017
1017
  }, z.core.$strip>;
1018
+ //# sourceMappingURL=area.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"area.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/area/area.ts"],"names":[],"mappings":"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"}
@@ -1 +1,2 @@
1
1
  export * from './area';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/area/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA"}
@@ -1014,3 +1014,4 @@ export declare const zAreaPercent: z.ZodObject<{
1014
1014
  "en-US": "en-US";
1015
1015
  }>>>;
1016
1016
  }, z.core.$strip>;
1017
+ //# sourceMappingURL=areaPercent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"areaPercent.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/areaPercent/areaPercent.ts"],"names":[],"mappings":"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"}
@@ -1 +1,2 @@
1
1
  export * from './areaPercent';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/areaPercent/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA"}
@@ -846,3 +846,4 @@ export declare const zBar: z.ZodObject<{
846
846
  "en-US": "en-US";
847
847
  }>>>;
848
848
  }, z.core.$strip>;
849
+ //# sourceMappingURL=bar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bar.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/bar/bar.ts"],"names":[],"mappings":"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"}
@@ -1 +1,2 @@
1
1
  export * from './bar';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/bar/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAA"}
@@ -846,3 +846,4 @@ export declare const zBarParallel: z.ZodObject<{
846
846
  "en-US": "en-US";
847
847
  }>>>;
848
848
  }, z.core.$strip>;
849
+ //# sourceMappingURL=barParallel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"barParallel.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/barParallel/barParallel.ts"],"names":[],"mappings":"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"}
@@ -1 +1,2 @@
1
1
  export * from './barParallel';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/barParallel/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA"}
@@ -846,3 +846,4 @@ export declare const zBarPercent: z.ZodObject<{
846
846
  "en-US": "en-US";
847
847
  }>>>;
848
848
  }, z.core.$strip>;
849
+ //# sourceMappingURL=barPercent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"barPercent.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/barPercent/barPercent.ts"],"names":[],"mappings":"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"}
@@ -1 +1,2 @@
1
1
  export * from './barPercent';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/barPercent/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}
@@ -846,3 +846,4 @@ export declare const zColumn: z.ZodObject<{
846
846
  "en-US": "en-US";
847
847
  }>>>;
848
848
  }, z.core.$strip>;
849
+ //# sourceMappingURL=column.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"column.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/column/column.ts"],"names":[],"mappings":"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"}
@@ -1 +1,2 @@
1
1
  export * from './column';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/column/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA"}
@@ -846,3 +846,4 @@ export declare const zColumnParallel: z.ZodObject<{
846
846
  "en-US": "en-US";
847
847
  }>>>;
848
848
  }, z.core.$strip>;
849
+ //# sourceMappingURL=columnParallel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"columnParallel.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/columnParallel/columnParallel.ts"],"names":[],"mappings":"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"}
@@ -1 +1,2 @@
1
1
  export * from './columnParallel';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/columnParallel/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA"}
@@ -846,3 +846,4 @@ export declare const zColumnPercent: z.ZodObject<{
846
846
  "en-US": "en-US";
847
847
  }>>>;
848
848
  }, z.core.$strip>;
849
+ //# sourceMappingURL=columnPercent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"columnPercent.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/columnPercent/columnPercent.ts"],"names":[],"mappings":"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"}
@@ -1 +1,2 @@
1
1
  export * from './columnPercent';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/columnPercent/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA"}
@@ -1,4 +1,5 @@
1
- import type { Locale } from '../../i18n';
1
+ import { z } from 'zod';
2
+ import { type Locale } from '../../i18n';
2
3
  import type { BackgroundColor, Color, Dataset, Dimensions, Label, Legend, Measures, Theme, Tooltip } from '../../properties';
3
4
  /**
4
5
  * 环形图类型定义
@@ -85,3 +86,140 @@ export interface Donut {
85
86
  */
86
87
  locale?: Locale;
87
88
  }
89
+ export declare const zDonut: z.ZodObject<{
90
+ chartType: z.ZodLiteral<"donut">;
91
+ dataset: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodAny>>>;
92
+ dimensions: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
93
+ id: z.ZodString;
94
+ alias: z.ZodOptional<z.ZodString>;
95
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
96
+ location: z.ZodEnum<{
97
+ dimension: "dimension";
98
+ rowDimension: "rowDimension";
99
+ columnDimension: "columnDimension";
100
+ }>;
101
+ }, z.core.$strip>>>>;
102
+ measures: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
103
+ id: z.ZodString;
104
+ alias: z.ZodOptional<z.ZodString>;
105
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
106
+ children: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject</*elided*/ any, z.core.$strip>, z.ZodObject<{
107
+ id: z.ZodString;
108
+ alias: z.ZodOptional<z.ZodString>;
109
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
110
+ autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
111
+ format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
112
+ type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
113
+ number: "number";
114
+ percent: "percent";
115
+ permille: "permille";
116
+ }>>>;
117
+ ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
118
+ symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
119
+ thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
120
+ decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
121
+ round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
122
+ round: "round";
123
+ floor: "floor";
124
+ ceil: "ceil";
125
+ }>>>;
126
+ prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
127
+ suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
128
+ }, z.core.$strip>>>>;
129
+ }, z.core.$strip>]>>>;
130
+ }, z.core.$strip>, z.ZodObject<{
131
+ id: z.ZodString;
132
+ alias: z.ZodOptional<z.ZodString>;
133
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
134
+ autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
135
+ format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
136
+ type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
137
+ number: "number";
138
+ percent: "percent";
139
+ permille: "permille";
140
+ }>>>;
141
+ ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
142
+ symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
143
+ thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
144
+ decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
145
+ round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
146
+ round: "round";
147
+ floor: "floor";
148
+ ceil: "ceil";
149
+ }>>>;
150
+ prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
151
+ suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
152
+ }, z.core.$strip>>>>;
153
+ }, z.core.$strip>]>>>>;
154
+ backgroundColor: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
155
+ color: z.ZodOptional<z.ZodObject<{
156
+ colorScheme: z.ZodOptional<z.ZodArray<z.ZodString>>;
157
+ colorMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
158
+ }, z.core.$strip>>;
159
+ label: z.ZodOptional<z.ZodObject<{
160
+ enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
161
+ }, z.core.$strip>>;
162
+ legend: z.ZodOptional<z.ZodObject<{
163
+ enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
164
+ border: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
165
+ maxSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
166
+ shapeType: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
167
+ circle: "circle";
168
+ cross: "cross";
169
+ diamond: "diamond";
170
+ square: "square";
171
+ arrow: "arrow";
172
+ arrow2Left: "arrow2Left";
173
+ arrow2Right: "arrow2Right";
174
+ wedge: "wedge";
175
+ thinTriangle: "thinTriangle";
176
+ triangle: "triangle";
177
+ triangleUp: "triangleUp";
178
+ triangleDown: "triangleDown";
179
+ triangleRight: "triangleRight";
180
+ triangleLeft: "triangleLeft";
181
+ stroke: "stroke";
182
+ star: "star";
183
+ wye: "wye";
184
+ rect: "rect";
185
+ arrowLeft: "arrowLeft";
186
+ arrowRight: "arrowRight";
187
+ rectRound: "rectRound";
188
+ roundLine: "roundLine";
189
+ }>>>;
190
+ position: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
191
+ left: "left";
192
+ leftTop: "leftTop";
193
+ leftBottom: "leftBottom";
194
+ lt: "lt";
195
+ lb: "lb";
196
+ top: "top";
197
+ topLeft: "topLeft";
198
+ topRight: "topRight";
199
+ tl: "tl";
200
+ tr: "tr";
201
+ right: "right";
202
+ rightTop: "rightTop";
203
+ rightBottom: "rightBottom";
204
+ rt: "rt";
205
+ rb: "rb";
206
+ bottom: "bottom";
207
+ bottomLeft: "bottomLeft";
208
+ bottomRight: "bottomRight";
209
+ bl: "bl";
210
+ br: "br";
211
+ }>>>;
212
+ labelFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
213
+ labelFontColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
214
+ labelFontWeight: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
215
+ }, z.core.$strip>>;
216
+ tooltip: z.ZodOptional<z.ZodObject<{
217
+ enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
218
+ }, z.core.$strip>>;
219
+ theme: z.ZodOptional<z.ZodString>;
220
+ locale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
221
+ "zh-CN": "zh-CN";
222
+ "en-US": "en-US";
223
+ }>>>;
224
+ }, z.core.$strip>;
225
+ //# sourceMappingURL=donut.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"donut.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/donut/donut.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAW,KAAK,MAAM,EAAE,MAAM,YAAY,CAAA;AACjD,OAAO,KAAK,EACV,eAAe,EACf,KAAK,EACL,OAAO,EACP,UAAU,EACV,KAAK,EACL,MAAM,EACN,QAAQ,EACR,KAAK,EACL,OAAO,EACR,MAAM,kBAAkB,CAAA;AAYzB;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,KAAK;IACpB;;;;;OAKG;IACH,SAAS,EAAE,OAAO,CAAA;IAClB;;;;;OAKG;IACH,OAAO,EAAE,OAAO,CAAA;IAEhB;;;;;OAKG;IACH,UAAU,CAAC,EAAE,UAAU,CAAA;IAEvB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAA;IAEnB;;;;OAIG;IACH,eAAe,CAAC,EAAE,eAAe,CAAA;IAEjC;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAYjB,CAAA"}
@@ -1 +1,2 @@
1
- export type { Donut } from './donut';
1
+ export * from './donut';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/donut/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA"}
@@ -87,3 +87,4 @@ export interface DualAxis {
87
87
  */
88
88
  locale?: Locale;
89
89
  }
90
+ //# sourceMappingURL=dualAxis.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dualAxis.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/dualAxis/dualAxis.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AACxC,OAAO,KAAK,EACV,eAAe,EACf,KAAK,EACL,OAAO,EACP,UAAU,EACV,KAAK,EACL,MAAM,EACN,QAAQ,EACR,KAAK,EACL,OAAO,EACR,MAAM,kBAAkB,CAAA;AAEzB;;;;;;;;;;;;;;;GAeG;AACH,MAAM,WAAW,QAAQ;IACvB;;;;;OAKG;IACH,SAAS,EAAE,UAAU,CAAA;IACrB;;;;;OAKG;IACH,OAAO,EAAE,OAAO,CAAA;IAEhB;;;;;OAKG;IACH,UAAU,CAAC,EAAE,UAAU,CAAA;IAEvB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAA;IAEnB;;;;OAIG;IACH,eAAe,CAAC,EAAE,eAAe,CAAA;IAEjC;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB"}
@@ -1 +1,2 @@
1
1
  export type { DualAxis } from './dualAxis';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/dualAxis/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA"}
@@ -0,0 +1,224 @@
1
+ import { z } from 'zod';
2
+ import type { Locale } from '../../i18n';
3
+ import type { BackgroundColor, Color, Dataset, Dimensions, Label, Legend, Measures, Theme, Tooltip } from '../../properties';
4
+ /**
5
+ * 漏斗图
6
+ * @description 漏斗图,用于展示单一维度数据的占比关系
7
+ * 适用场景:
8
+ * 漏斗图适用场景:
9
+ * - 适合用来分析具有多个连续、规范化步骤的流程,并清晰地展示在每个环节的数据流失或转化情况
10
+ * 数据要求:
11
+ * - 至少1个数值字段(指标)
12
+ * - 所有维度会与指标名称(存在多个指标时)合并成一个维度, 作为图例项展示
13
+ * - 所有指标会自动合并为一个指标
14
+ * 默认开启的功能:
15
+ * - 默认开启图例、数据标签、提示信息、占比计算
16
+ */
17
+ export interface Funnel {
18
+ /**
19
+ * 漏斗图
20
+ * @description 漏斗图,展示单一维度数据的占比关系
21
+ * @type {'funnel'}
22
+ * @example 'funnel'
23
+ */
24
+ chartType: 'funnel';
25
+ /**
26
+ * 数据集
27
+ * @description 符合TidyData规范的且已经聚合的数据集,用于定义图表的数据来源和结构, 用户输入的数据集并不需要进行任何处理, VSeed带有强大的数据重塑功能, 会自行进行数据重塑, 饼图的数据最终会被转换为1个维度, 1个指标.
28
+ * @type {Array<Record<string|number, any>>}
29
+ * @example [{category:'A', value:30}, {category:'B', value:70}]
30
+ */
31
+ dataset: Dataset;
32
+ /**
33
+ * 维度
34
+ * @description 漏斗图的所有维度会与指标名称(存在多个指标时)合并成一个维度,并作为图例项展示
35
+ * @type {Dimensions}
36
+ * @example [{id: 'category', alias: '类别'}]
37
+ */
38
+ dimensions?: Dimensions;
39
+ /**
40
+ * 指标
41
+ * @description 漏斗图的所有指标会自动合并为一个指标, 存在多个指标时, 指标名称会与其余维度合并, 作为图例项展示.
42
+ * @type {Measures}
43
+ * @example [{id: 'value', alias: '数值占比', format: 'percent'}]
44
+ */
45
+ measures?: Measures;
46
+ /**
47
+ * 图表的背景颜色
48
+ * @default transparent 默认为透明背景
49
+ * @description 背景颜色可以是颜色字符串, 例如'red', 'blue', 也可以是hex, rgb或rgba'#ff0000', 'rgba(255,0,0,0.5)'
50
+ */
51
+ backgroundColor?: BackgroundColor;
52
+ /**
53
+ * 颜色
54
+ * @description 颜色配置, 用于定义图表的颜色方案, 包括颜色列表, 颜色映射, 颜色渐变等.
55
+ */
56
+ color?: Color;
57
+ /**
58
+ * 标签
59
+ * @description 标签配置, 用于定义图表的数据标签, 包括数据标签的位置, 格式, 样式等.
60
+ */
61
+ label?: Label;
62
+ /**
63
+ * 图例
64
+ * @description 图例配置, 用于定义图表的图例, 包括图例的位置, 格式, 样式等.
65
+ */
66
+ legend?: Legend;
67
+ /**
68
+ * 提示信息
69
+ * @description 提示信息配置, 用于定义图表的提示信息, 包括提示信息的位置, 格式, 样式等.
70
+ */
71
+ tooltip?: Tooltip;
72
+ /**
73
+ * 图表的主题, 主题是优先级较低的功能配置, 包含所有图表类型共用的通用配置, 与单类图表类型共用的图表配置
74
+ * @default light 默认为亮色主题
75
+ * @description 内置light与dark两种主题, 用户可以通过Builder自定义主题
76
+ * @example 'dark'
77
+ * @example 'light'
78
+ * @example 'customThemeName'
79
+ */
80
+ theme?: Theme;
81
+ /**
82
+ * 语言
83
+ * @description 图表语言配置, 支持'zh-CN'与'en-US'两种语言, 另外可以调用 intl.setLocale('zh-CN') 方法设置语言
84
+ * @default 'zh-CN'
85
+ */
86
+ locale?: Locale;
87
+ }
88
+ export declare const zFunnel: z.ZodObject<{
89
+ chartType: z.ZodLiteral<"funnel">;
90
+ dataset: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodAny>>>;
91
+ dimensions: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
92
+ id: z.ZodString;
93
+ alias: z.ZodOptional<z.ZodString>;
94
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
95
+ location: z.ZodEnum<{
96
+ dimension: "dimension";
97
+ rowDimension: "rowDimension";
98
+ columnDimension: "columnDimension";
99
+ }>;
100
+ }, z.core.$strip>>>>;
101
+ measures: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
102
+ id: z.ZodString;
103
+ alias: z.ZodOptional<z.ZodString>;
104
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
105
+ children: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject</*elided*/ any, z.core.$strip>, z.ZodObject<{
106
+ id: z.ZodString;
107
+ alias: z.ZodOptional<z.ZodString>;
108
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
109
+ autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
110
+ format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
111
+ type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
112
+ number: "number";
113
+ percent: "percent";
114
+ permille: "permille";
115
+ }>>>;
116
+ ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
117
+ symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
118
+ thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
119
+ decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
120
+ round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
121
+ round: "round";
122
+ floor: "floor";
123
+ ceil: "ceil";
124
+ }>>>;
125
+ prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
126
+ suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
127
+ }, z.core.$strip>>>>;
128
+ }, z.core.$strip>]>>>;
129
+ }, z.core.$strip>, z.ZodObject<{
130
+ id: z.ZodString;
131
+ alias: z.ZodOptional<z.ZodString>;
132
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
133
+ autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
134
+ format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
135
+ type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
136
+ number: "number";
137
+ percent: "percent";
138
+ permille: "permille";
139
+ }>>>;
140
+ ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
141
+ symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
142
+ thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
143
+ decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
144
+ round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
145
+ round: "round";
146
+ floor: "floor";
147
+ ceil: "ceil";
148
+ }>>>;
149
+ prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
150
+ suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
151
+ }, z.core.$strip>>>>;
152
+ }, z.core.$strip>]>>>>;
153
+ backgroundColor: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
154
+ color: z.ZodOptional<z.ZodObject<{
155
+ colorScheme: z.ZodOptional<z.ZodArray<z.ZodString>>;
156
+ colorMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
157
+ }, z.core.$strip>>;
158
+ label: z.ZodOptional<z.ZodObject<{
159
+ enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
160
+ }, z.core.$strip>>;
161
+ legend: z.ZodOptional<z.ZodObject<{
162
+ enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
163
+ border: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
164
+ maxSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
165
+ shapeType: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
166
+ circle: "circle";
167
+ cross: "cross";
168
+ diamond: "diamond";
169
+ square: "square";
170
+ arrow: "arrow";
171
+ arrow2Left: "arrow2Left";
172
+ arrow2Right: "arrow2Right";
173
+ wedge: "wedge";
174
+ thinTriangle: "thinTriangle";
175
+ triangle: "triangle";
176
+ triangleUp: "triangleUp";
177
+ triangleDown: "triangleDown";
178
+ triangleRight: "triangleRight";
179
+ triangleLeft: "triangleLeft";
180
+ stroke: "stroke";
181
+ star: "star";
182
+ wye: "wye";
183
+ rect: "rect";
184
+ arrowLeft: "arrowLeft";
185
+ arrowRight: "arrowRight";
186
+ rectRound: "rectRound";
187
+ roundLine: "roundLine";
188
+ }>>>;
189
+ position: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
190
+ left: "left";
191
+ leftTop: "leftTop";
192
+ leftBottom: "leftBottom";
193
+ lt: "lt";
194
+ lb: "lb";
195
+ top: "top";
196
+ topLeft: "topLeft";
197
+ topRight: "topRight";
198
+ tl: "tl";
199
+ tr: "tr";
200
+ right: "right";
201
+ rightTop: "rightTop";
202
+ rightBottom: "rightBottom";
203
+ rt: "rt";
204
+ rb: "rb";
205
+ bottom: "bottom";
206
+ bottomLeft: "bottomLeft";
207
+ bottomRight: "bottomRight";
208
+ bl: "bl";
209
+ br: "br";
210
+ }>>>;
211
+ labelFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
212
+ labelFontColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
213
+ labelFontWeight: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
214
+ }, z.core.$strip>>;
215
+ tooltip: z.ZodOptional<z.ZodObject<{
216
+ enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
217
+ }, z.core.$strip>>;
218
+ theme: z.ZodOptional<z.ZodString>;
219
+ locale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
220
+ "zh-CN": "zh-CN";
221
+ "en-US": "en-US";
222
+ }>>>;
223
+ }, z.core.$strip>;
224
+ //# sourceMappingURL=funnel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"funnel.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/funnel/funnel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AAaxC,OAAO,KAAK,EACV,eAAe,EACf,KAAK,EACL,OAAO,EACP,UAAU,EACV,KAAK,EACL,MAAM,EACN,QAAQ,EACR,KAAK,EACL,OAAO,EACR,MAAM,kBAAkB,CAAA;AAEzB;;;;;;;;;;;;GAYG;AACH,MAAM,WAAW,MAAM;IACrB;;;;;OAKG;IACH,SAAS,EAAE,QAAQ,CAAA;IACnB;;;;;OAKG;IACH,OAAO,EAAE,OAAO,CAAA;IAEhB;;;;;OAKG;IACH,UAAU,CAAC,EAAE,UAAU,CAAA;IAEvB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAA;IAEnB;;;;OAIG;IACH,eAAe,CAAC,EAAE,eAAe,CAAA;IAEjC;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAYlB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './funnel';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/funnel/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA"}
@@ -1,5 +1,6 @@
1
1
  export type * from './table';
2
2
  export type * from './pivotTable';
3
+ export type * from './dualAxis';
3
4
  export * from './line';
4
5
  export * from './column';
5
6
  export * from './columnParallel';
@@ -9,8 +10,10 @@ export * from './barParallel';
9
10
  export * from './barPercent';
10
11
  export * from './area';
11
12
  export * from './areaPercent';
12
- export type * from './dualAxis';
13
- export type * from './rose';
13
+ export * from './rose';
14
+ export * from './roseParallel';
14
15
  export * from './pie';
15
- export type * from './donut';
16
- export * from '../vseed';
16
+ export * from './donut';
17
+ export * from './scatter';
18
+ export * from './funnel';
19
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/chartType/index.ts"],"names":[],"mappings":"AAAA,mBAAmB,SAAS,CAAA;AAC5B,mBAAmB,cAAc,CAAA;AACjC,mBAAmB,YAAY,CAAA;AAE/B,cAAc,QAAQ,CAAA;AACtB,cAAc,UAAU,CAAA;AACxB,cAAc,kBAAkB,CAAA;AAChC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,OAAO,CAAA;AACrB,cAAc,eAAe,CAAA;AAC7B,cAAc,cAAc,CAAA;AAC5B,cAAc,QAAQ,CAAA;AACtB,cAAc,eAAe,CAAA;AAC7B,cAAc,QAAQ,CAAA;AACtB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,OAAO,CAAA;AACrB,cAAc,SAAS,CAAA;AACvB,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA"}
@@ -1 +1,2 @@
1
1
  export * from './line';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/line/index.ts"],"names":[],"mappings":"AAAA,cAAe,QAAQ,CAAA"}