@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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/pipeline/spec/pipes/vchart/legend/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { SpecPipe } from '../../../../../types';
2
+ export declare const pivotDiscreteLegend: SpecPipe;
3
+ //# sourceMappingURL=pivotDiscreteLegend.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pivotDiscreteLegend.d.ts","sourceRoot":"","sources":["../../../../../../src/pipeline/spec/pipes/vchart/legend/pivotDiscreteLegend.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAiB,QAAQ,EAAE,MAAM,WAAW,CAAA;AAExD,eAAO,MAAM,mBAAmB,EAAE,QAmGjC,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { SpecPipe } from '../../../../../types';
2
+ export declare const areaStyle: SpecPipe;
3
+ //# sourceMappingURL=areaStyle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"areaStyle.d.ts","sourceRoot":"","sources":["../../../../../../src/pipeline/spec/pipes/vchart/markStyle/areaStyle.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAoB,QAAQ,EAAE,MAAM,WAAW,CAAA;AAG3D,eAAO,MAAM,SAAS,EAAE,QA+CvB,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { SpecPipe } from '../../../../../types';
2
+ export declare const barStyle: SpecPipe;
3
+ //# sourceMappingURL=barStyle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"barStyle.d.ts","sourceRoot":"","sources":["../../../../../../src/pipeline/spec/pipes/vchart/markStyle/barStyle.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAmB,QAAQ,EAAE,MAAM,WAAW,CAAA;AAE1D,eAAO,MAAM,QAAQ,EAAE,QA6DtB,CAAA"}
@@ -1,4 +1,6 @@
1
1
  export { barStyle } from './barStyle';
2
2
  export { pointStyle } from './pointStyle';
3
+ export * from './pointState';
3
4
  export { lineStyle } from './lineStyle';
4
5
  export { areaStyle } from './areaStyle';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/pipeline/spec/pipes/vchart/markStyle/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,cAAc,cAAc,CAAA;AAC5B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { SpecPipe } from '../../../../../types';
2
+ export declare const lineStyle: SpecPipe;
3
+ //# sourceMappingURL=lineStyle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lineStyle.d.ts","sourceRoot":"","sources":["../../../../../../src/pipeline/spec/pipes/vchart/markStyle/lineStyle.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAoB,QAAQ,EAAE,MAAM,WAAW,CAAA;AAG3D,eAAO,MAAM,SAAS,EAAE,QA0DvB,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { SpecPipe } from '../../../../../types';
2
+ export declare const pointStateDimensionHover: SpecPipe;
3
+ export declare const pointStateHover: SpecPipe;
4
+ //# sourceMappingURL=pointState.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pointState.d.ts","sourceRoot":"","sources":["../../../../../../src/pipeline/spec/pipes/vchart/markStyle/pointState.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAA;AAEzC,eAAO,MAAM,wBAAwB,EAAE,QAetC,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,QAwB7B,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { SpecPipe } from '../../../../../types';
2
+ export declare const pointStyle: SpecPipe;
3
+ //# sourceMappingURL=pointStyle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pointStyle.d.ts","sourceRoot":"","sources":["../../../../../../src/pipeline/spec/pipes/vchart/markStyle/pointStyle.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAqB,QAAQ,EAAE,MAAM,WAAW,CAAA;AAE5D,eAAO,MAAM,UAAU,EAAE,QAkDxB,CAAA"}
@@ -1 +1,2 @@
1
1
  export { percent } from './percent';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/pipeline/spec/pipes/vchart/percent/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { SpecPipe } from '../../../../../types';
2
+ export declare const percent: SpecPipe;
3
+ //# sourceMappingURL=percent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"percent.d.ts","sourceRoot":"","sources":["../../../../../../src/pipeline/spec/pipes/vchart/percent/percent.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAA;AAEpC,eAAO,MAAM,OAAO,EAAE,QAIrB,CAAA"}
@@ -3,3 +3,4 @@ export { pivotIndicators, pivotIndicatorsAsRow, pivotIndicatorsAsCol } from './p
3
3
  export { pivotGridStyle } from './pivotGridStyle';
4
4
  export { pivotColumnDimensions } from './pivotColumnDimensions';
5
5
  export { pivotRowDimensions } from './pivotRowDimensions';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/pipeline/spec/pipes/vchart/pivotChart/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,eAAe,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAA;AAC/F,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAA;AAC/D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { SpecPipe, SpecPipeline } from '../../../../../types';
2
+ export declare const pivotAdapter: (pipeline: SpecPipeline, pivotPipeline: SpecPipeline) => SpecPipe;
3
+ //# sourceMappingURL=pivotAdapter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pivotAdapter.d.ts","sourceRoot":"","sources":["../../../../../../src/pipeline/spec/pipes/vchart/pivotChart/pivotAdapter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,YAAY,EAAuB,MAAM,WAAW,CAAA;AAGlF,eAAO,MAAM,YAAY,GAAI,UAAU,YAAY,EAAE,eAAe,YAAY,KAAG,QAWlF,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { SpecPipe } from '../../../../../types';
2
+ export declare const pivotColumnDimensions: SpecPipe;
3
+ //# sourceMappingURL=pivotColumnDimensions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pivotColumnDimensions.d.ts","sourceRoot":"","sources":["../../../../../../src/pipeline/spec/pipes/vchart/pivotChart/pivotColumnDimensions.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAA;AAEzC,eAAO,MAAM,qBAAqB,EAAE,QAgBnC,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { SpecPipe } from '../../../../../types';
2
+ export declare const pivotGridStyle: SpecPipe;
3
+ //# sourceMappingURL=pivotGridStyle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pivotGridStyle.d.ts","sourceRoot":"","sources":["../../../../../../src/pipeline/spec/pipes/vchart/pivotChart/pivotGridStyle.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAA;AAEzC,eAAO,MAAM,cAAc,EAAE,QAqG5B,CAAA"}
@@ -1,4 +1,5 @@
1
- import type { SpecPipe, SpecPipeline } from '../../../../types';
1
+ import type { SpecPipe, SpecPipeline } from '../../../../../types';
2
2
  export declare const pivotIndicators: (chartPipeline: SpecPipeline) => SpecPipe;
3
3
  export declare const pivotIndicatorsAsRow: SpecPipe;
4
4
  export declare const pivotIndicatorsAsCol: SpecPipe;
5
+ //# sourceMappingURL=pivotIndicators.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pivotIndicators.d.ts","sourceRoot":"","sources":["../../../../../../src/pipeline/spec/pipes/vchart/pivotChart/pivotIndicators.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,YAAY,EAAuB,MAAM,WAAW,CAAA;AAG5E,eAAO,MAAM,eAAe,GACzB,eAAe,YAAY,KAAG,QAuC9B,CAAA;AAEH,eAAO,MAAM,oBAAoB,EAAE,QAOlC,CAAA;AAED,eAAO,MAAM,oBAAoB,EAAE,QAOlC,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { SpecPipe } from '../../../../../types';
2
+ export declare const pivotRowDimensions: SpecPipe;
3
+ //# sourceMappingURL=pivotRowDimensions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pivotRowDimensions.d.ts","sourceRoot":"","sources":["../../../../../../src/pipeline/spec/pipes/vchart/pivotChart/pivotRowDimensions.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAA;AAEzC,eAAO,MAAM,kBAAkB,EAAE,QAgBhC,CAAA"}
@@ -1,2 +1,3 @@
1
1
  export { stackInverse } from './stack';
2
2
  export { stackCornerRadius } from './stackCornerRadius';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/pipeline/spec/pipes/vchart/stack/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AACtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { SpecPipe } from '../../../../../types';
2
+ export declare const stackInverse: SpecPipe;
3
+ //# sourceMappingURL=stack.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stack.d.ts","sourceRoot":"","sources":["../../../../../../src/pipeline/spec/pipes/vchart/stack/stack.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAA;AAEzC,eAAO,MAAM,YAAY,EAAE,QAI1B,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { SpecPipe } from '../../../../../types';
2
+ export declare const stackCornerRadius: SpecPipe;
3
+ //# sourceMappingURL=stackCornerRadius.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stackCornerRadius.d.ts","sourceRoot":"","sources":["../../../../../../src/pipeline/spec/pipes/vchart/stack/stackCornerRadius.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAqB,MAAM,WAAW,CAAA;AAE5D,eAAO,MAAM,iBAAiB,EAAE,QAS/B,CAAA"}
@@ -1 +1,2 @@
1
1
  export { tooltip } from './tooltip';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/pipeline/spec/pipes/vchart/tooltip/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { SpecPipe } from '../../../../../types';
2
+ export declare const tooltip: SpecPipe;
3
+ //# sourceMappingURL=tooltip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../../../../src/pipeline/spec/pipes/vchart/tooltip/tooltip.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAW,MAAM,WAAW,CAAA;AAMlD,eAAO,MAAM,OAAO,EAAE,QA+ErB,CAAA"}
@@ -37,3 +37,4 @@ export declare const isPivotChart: (vseed: VSeed | AdvancedVSeed) => true | {
37
37
  } | undefined;
38
38
  } | /*elided*/ any)[] | undefined;
39
39
  } | undefined;
40
+ //# sourceMappingURL=chatType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chatType.d.ts","sourceRoot":"","sources":["../../../src/pipeline/utils/chatType.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAgB,KAAK,EAAE,MAAM,WAAW,CAAA;AAE9E,eAAO,MAAM,QAAQ,GAAI,WAAW,SAAS,YAE5C,CAAA;AAED,eAAO,MAAM,QAAQ,GAAI,WAAW,SAAS,YAE5C,CAAA;AAED,eAAO,MAAM,YAAY,GAAI,OAAO,KAAK,GAAG,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aASxD,CAAA"}
@@ -1,3 +1,4 @@
1
1
  import type { Formatter, Locale, NumFormat } from '../../../types';
2
2
  export declare const createFormatter: (format: Partial<NumFormat>) => Formatter;
3
3
  export declare const autoFormatter: (value?: number | string, locale?: Locale) => string;
4
+ //# sourceMappingURL=createFormatter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createFormatter.d.ts","sourceRoot":"","sources":["../../../../src/pipeline/utils/format/createFormatter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,WAAW,CAAA;AAG7D,eAAO,MAAM,eAAe,GAAI,QAAQ,OAAO,CAAC,SAAS,CAAC,KAAG,SAE5D,CAAA;AAED,eAAO,MAAM,aAAa,GAAI,QAAQ,MAAM,GAAG,MAAM,EAAE,SAAS,MAAM,KAAG,MAExE,CAAA"}
@@ -1,3 +1,4 @@
1
1
  import type { Formatter, Locale, NumFormat } from '../../../types';
2
2
  export declare const createNumFormatter: (format: NumFormat) => Formatter;
3
3
  export declare const autoNumFormatter: (value?: number | string, locale?: Locale) => string;
4
+ //# sourceMappingURL=createNumFormatter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createNumFormatter.d.ts","sourceRoot":"","sources":["../../../../src/pipeline/utils/format/createNumFormatter.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,WAAW,CAAA;AAE7D,eAAO,MAAM,kBAAkB,GAAI,QAAQ,SAAS,KAAG,SA8CtD,CAAA;AAED,eAAO,MAAM,gBAAgB,GAAI,QAAQ,MAAM,GAAG,MAAM,EAAE,SAAQ,MAAyB,KAAG,MAsC7F,CAAA"}
@@ -1,2 +1,3 @@
1
1
  export * from './createNumFormatter';
2
2
  export * from './createFormatter';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/pipeline/utils/format/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA;AACpC,cAAc,mBAAmB,CAAA"}
@@ -2,3 +2,4 @@ export * from './pipeline';
2
2
  export * from './chatType';
3
3
  export * from './format';
4
4
  export * from './measures';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/pipeline/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,YAAY,CAAA;AAC1B,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA"}
@@ -1,2 +1,4 @@
1
1
  import type { Measure, Measures } from '../../../types';
2
- export declare function findMeasureById(measures: Measures, id: string): Measure | undefined;
2
+ export declare const findMeasureById: (measures: Measures, id: string) => Measure | undefined;
3
+ export declare const findFirstMeasure: (measures: Measures) => Measure | undefined;
4
+ //# sourceMappingURL=findMeasureById.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"findMeasureById.d.ts","sourceRoot":"","sources":["../../../../src/pipeline/utils/measures/findMeasureById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAgB,QAAQ,EAAE,MAAM,WAAW,CAAA;AAEhE,eAAO,MAAM,eAAe,GAAI,UAAU,QAAQ,EAAE,IAAI,MAAM,KAAG,OAAO,GAAG,SAuB1E,CAAA;AAED,eAAO,MAAM,gBAAgB,GAAI,UAAU,QAAQ,KAAG,OAAO,GAAG,SAwB/D,CAAA"}
@@ -1 +1,2 @@
1
- export { findMeasureById } from './findMeasureById';
1
+ export * from './findMeasureById';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/pipeline/utils/measures/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA"}
@@ -7,3 +7,4 @@ import type { ExecPipelineType } from '../../types';
7
7
  * @returns 执行后的结果
8
8
  */
9
9
  export declare const execPipeline: ExecPipelineType;
10
+ //# sourceMappingURL=pipeline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../src/pipeline/utils/pipeline.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAQ,MAAM,WAAW,CAAA;AAEvD;;;;;;GAMG;AACH,eAAO,MAAM,YAAY,EAAE,gBAS1B,CAAA"}
@@ -1,2 +1,3 @@
1
1
  import type { CustomThemeConfig } from '../types';
2
2
  export declare const darkTheme: () => CustomThemeConfig;
3
+ //# sourceMappingURL=dark.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dark.d.ts","sourceRoot":"","sources":["../../src/theme/dark.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAA0B,MAAM,WAAW,CAAA;AAE1E,eAAO,MAAM,SAAS,QAAO,iBA+M5B,CAAA"}
@@ -1,2 +1,3 @@
1
1
  export { darkTheme } from './dark';
2
2
  export { lightTheme } from './light';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/theme/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAA;AAClC,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA"}
@@ -1,2 +1,3 @@
1
1
  import type { CustomThemeConfig } from '../types';
2
2
  export declare const lightTheme: () => CustomThemeConfig;
3
+ //# sourceMappingURL=light.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"light.d.ts","sourceRoot":"","sources":["../../src/theme/light.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAA0B,MAAM,WAAW,CAAA;AAE1E,eAAO,MAAM,UAAU,QAAO,iBAiN7B,CAAA"}
@@ -13,9 +13,12 @@ export declare const zAdvancedVSeed: z.ZodObject<{
13
13
  area: "area";
14
14
  areaPercent: "areaPercent";
15
15
  rose: "rose";
16
+ roseParallel: "roseParallel";
16
17
  pie: "pie";
17
18
  donut: "donut";
18
19
  dualAxis: "dualAxis";
20
+ scatter: "scatter";
21
+ funnel: "funnel";
19
22
  }>;
20
23
  dataset: z.ZodArray<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodAny>>;
21
24
  datasetReshapeInfo: z.ZodArray<z.ZodObject<{
@@ -103,6 +106,7 @@ export declare const zAdvancedVSeed: z.ZodObject<{
103
106
  angle: z.ZodOptional<z.ZodArray<z.ZodString>>;
104
107
  radius: z.ZodOptional<z.ZodArray<z.ZodString>>;
105
108
  tooltip: z.ZodOptional<z.ZodArray<z.ZodString>>;
109
+ size: z.ZodOptional<z.ZodArray<z.ZodString>>;
106
110
  }, z.core.$strip>>;
107
111
  baseConfig: z.ZodObject<{
108
112
  vchart: z.ZodOptional<z.ZodObject<{
@@ -177,6 +181,8 @@ export declare const zAdvancedVSeed: z.ZodObject<{
177
181
  }, z.core.$strip>>;
178
182
  }, z.core.$strip>;
179
183
  config: z.ZodObject<{
184
+ table: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
185
+ pivotTable: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
180
186
  line: z.ZodOptional<z.ZodObject<{
181
187
  xAxis: z.ZodOptional<z.ZodObject<{
182
188
  visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
@@ -957,12 +963,97 @@ export declare const zAdvancedVSeed: z.ZodObject<{
957
963
  labelBackgroundColor: z.ZodOptional<z.ZodString>;
958
964
  }, z.core.$strip>>;
959
965
  }, z.core.$strip>>;
966
+ rose: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
967
+ roseParallel: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
960
968
  pie: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
961
969
  donut: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
962
- rose: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
963
970
  dualAxis: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
964
- table: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
965
- pivotTable: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
971
+ scatter: z.ZodOptional<z.ZodObject<{
972
+ xAxis: z.ZodOptional<z.ZodObject<{
973
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
974
+ min: z.ZodOptional<z.ZodNumber>;
975
+ max: z.ZodOptional<z.ZodNumber>;
976
+ nice: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
977
+ zero: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
978
+ inverse: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
979
+ label: z.ZodOptional<z.ZodObject<{
980
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
981
+ labelColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
982
+ labelFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
983
+ labelFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
984
+ labelAngle: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
985
+ }, z.core.$strip>>;
986
+ line: z.ZodOptional<z.ZodObject<{
987
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
988
+ lineColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
989
+ lineWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
990
+ }, z.core.$strip>>;
991
+ tick: z.ZodOptional<z.ZodObject<{
992
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
993
+ tickInside: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
994
+ tickColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
995
+ tickSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
996
+ }, z.core.$strip>>;
997
+ title: z.ZodOptional<z.ZodObject<{
998
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
999
+ titleText: z.ZodOptional<z.ZodDefault<z.ZodString>>;
1000
+ titleColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
1001
+ titleFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
1002
+ titleFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
1003
+ }, z.core.$strip>>;
1004
+ grid: z.ZodOptional<z.ZodObject<{
1005
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1006
+ gridColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
1007
+ gridWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
1008
+ }, z.core.$strip>>;
1009
+ }, z.core.$strip>>;
1010
+ yAxis: z.ZodOptional<z.ZodObject<{
1011
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1012
+ min: z.ZodOptional<z.ZodNumber>;
1013
+ max: z.ZodOptional<z.ZodNumber>;
1014
+ nice: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1015
+ zero: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1016
+ inverse: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1017
+ label: z.ZodOptional<z.ZodObject<{
1018
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1019
+ labelColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
1020
+ labelFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
1021
+ labelFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
1022
+ labelAngle: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
1023
+ }, z.core.$strip>>;
1024
+ line: z.ZodOptional<z.ZodObject<{
1025
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1026
+ lineColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
1027
+ lineWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
1028
+ }, z.core.$strip>>;
1029
+ tick: z.ZodOptional<z.ZodObject<{
1030
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1031
+ tickInside: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1032
+ tickColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
1033
+ tickSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
1034
+ }, z.core.$strip>>;
1035
+ title: z.ZodOptional<z.ZodObject<{
1036
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1037
+ titleText: z.ZodOptional<z.ZodDefault<z.ZodString>>;
1038
+ titleColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
1039
+ titleFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
1040
+ titleFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
1041
+ }, z.core.$strip>>;
1042
+ grid: z.ZodOptional<z.ZodObject<{
1043
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1044
+ gridColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
1045
+ gridWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
1046
+ }, z.core.$strip>>;
1047
+ }, z.core.$strip>>;
1048
+ crosshairLine: z.ZodOptional<z.ZodObject<{
1049
+ visible: z.ZodOptional<z.ZodBoolean>;
1050
+ lineColor: z.ZodOptional<z.ZodString>;
1051
+ labelColor: z.ZodOptional<z.ZodString>;
1052
+ labelVisible: z.ZodOptional<z.ZodBoolean>;
1053
+ labelBackgroundColor: z.ZodOptional<z.ZodString>;
1054
+ }, z.core.$strip>>;
1055
+ }, z.core.$strip>>;
1056
+ funnel: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
966
1057
  }, z.core.$strip>;
967
1058
  theme: z.ZodString;
968
1059
  markStyle: z.ZodObject<{
@@ -1659,6 +1750,8 @@ export declare const zAdvancedVSeed: z.ZodObject<{
1659
1750
  }, z.core.$strip>>;
1660
1751
  }, z.core.$strip>>;
1661
1752
  config: z.ZodOptional<z.ZodObject<{
1753
+ table: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
1754
+ pivotTable: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
1662
1755
  line: z.ZodOptional<z.ZodObject<{
1663
1756
  xAxis: z.ZodOptional<z.ZodObject<{
1664
1757
  visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
@@ -2439,12 +2532,97 @@ export declare const zAdvancedVSeed: z.ZodObject<{
2439
2532
  labelBackgroundColor: z.ZodOptional<z.ZodString>;
2440
2533
  }, z.core.$strip>>;
2441
2534
  }, z.core.$strip>>;
2535
+ rose: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
2536
+ roseParallel: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
2442
2537
  pie: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
2443
2538
  donut: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
2444
- rose: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
2445
2539
  dualAxis: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
2446
- table: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
2447
- pivotTable: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
2540
+ scatter: z.ZodOptional<z.ZodObject<{
2541
+ xAxis: z.ZodOptional<z.ZodObject<{
2542
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2543
+ min: z.ZodOptional<z.ZodNumber>;
2544
+ max: z.ZodOptional<z.ZodNumber>;
2545
+ nice: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2546
+ zero: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2547
+ inverse: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2548
+ label: z.ZodOptional<z.ZodObject<{
2549
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2550
+ labelColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2551
+ labelFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
2552
+ labelFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
2553
+ labelAngle: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
2554
+ }, z.core.$strip>>;
2555
+ line: z.ZodOptional<z.ZodObject<{
2556
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2557
+ lineColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2558
+ lineWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
2559
+ }, z.core.$strip>>;
2560
+ tick: z.ZodOptional<z.ZodObject<{
2561
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2562
+ tickInside: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2563
+ tickColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2564
+ tickSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
2565
+ }, z.core.$strip>>;
2566
+ title: z.ZodOptional<z.ZodObject<{
2567
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2568
+ titleText: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2569
+ titleColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2570
+ titleFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
2571
+ titleFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
2572
+ }, z.core.$strip>>;
2573
+ grid: z.ZodOptional<z.ZodObject<{
2574
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2575
+ gridColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2576
+ gridWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
2577
+ }, z.core.$strip>>;
2578
+ }, z.core.$strip>>;
2579
+ yAxis: z.ZodOptional<z.ZodObject<{
2580
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2581
+ min: z.ZodOptional<z.ZodNumber>;
2582
+ max: z.ZodOptional<z.ZodNumber>;
2583
+ nice: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2584
+ zero: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2585
+ inverse: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2586
+ label: z.ZodOptional<z.ZodObject<{
2587
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2588
+ labelColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2589
+ labelFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
2590
+ labelFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
2591
+ labelAngle: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
2592
+ }, z.core.$strip>>;
2593
+ line: z.ZodOptional<z.ZodObject<{
2594
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2595
+ lineColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2596
+ lineWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
2597
+ }, z.core.$strip>>;
2598
+ tick: z.ZodOptional<z.ZodObject<{
2599
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2600
+ tickInside: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2601
+ tickColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2602
+ tickSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
2603
+ }, z.core.$strip>>;
2604
+ title: z.ZodOptional<z.ZodObject<{
2605
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2606
+ titleText: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2607
+ titleColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2608
+ titleFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
2609
+ titleFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
2610
+ }, z.core.$strip>>;
2611
+ grid: z.ZodOptional<z.ZodObject<{
2612
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2613
+ gridColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2614
+ gridWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
2615
+ }, z.core.$strip>>;
2616
+ }, z.core.$strip>>;
2617
+ crosshairLine: z.ZodOptional<z.ZodObject<{
2618
+ visible: z.ZodOptional<z.ZodBoolean>;
2619
+ lineColor: z.ZodOptional<z.ZodString>;
2620
+ labelColor: z.ZodOptional<z.ZodString>;
2621
+ labelVisible: z.ZodOptional<z.ZodBoolean>;
2622
+ labelBackgroundColor: z.ZodOptional<z.ZodString>;
2623
+ }, z.core.$strip>>;
2624
+ }, z.core.$strip>>;
2625
+ funnel: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
2448
2626
  }, z.core.$strip>>;
2449
2627
  annotation: z.ZodOptional<z.ZodObject<{
2450
2628
  annotationPoint: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
@@ -4717,3 +4895,4 @@ export declare const zAdvancedVSeed: z.ZodObject<{
4717
4895
  }>>;
4718
4896
  }, z.core.$strip>;
4719
4897
  export type AdvancedVSeed = z.infer<typeof zAdvancedVSeed>;
4898
+ //# sourceMappingURL=advancedVSeed.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"advancedVSeed.d.ts","sourceRoot":"","sources":["../../src/types/advancedVSeed.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAavB,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAczB,CAAA;AAEF,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAA"}
@@ -1,6 +1,6 @@
1
1
  import type { Spec } from '..';
2
2
  import type { ChartType, CustomThemeConfig } from '../properties';
3
- import type { VSeed } from '../chartType';
3
+ import type { VSeed } from '../vseed';
4
4
  import type { AdvancedPipeline, SpecPipeline } from '../pipeline';
5
5
  import type { AdvancedVSeed } from '../advancedVSeed';
6
6
  export interface VSeedBuilder {
@@ -18,3 +18,4 @@ export interface VSeedBuilder {
18
18
  get advancedVSeed(): AdvancedVSeed | null;
19
19
  set advancedVSeed(value: AdvancedVSeed | null);
20
20
  }
21
+ //# sourceMappingURL=builder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"builder.d.ts","sourceRoot":"","sources":["../../../src/types/builder/builder.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAA;AACrC,OAAO,KAAK,EAAE,SAAS,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAA;AACjE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,UAAU,CAAA;AACrC,OAAO,KAAK,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACjE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAErD,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,IAAI,CAAA;IACjB,aAAa,EAAE,MAAM,aAAa,GAAG,IAAI,CAAA;IACzC,SAAS,EAAE,CAAC,aAAa,EAAE,aAAa,KAAK,IAAI,CAAA;IAEjD,mBAAmB,EAAE,CAAC,SAAS,EAAE,SAAS,KAAK,gBAAgB,CAAA;IAC/D,eAAe,EAAE,CAAC,SAAS,EAAE,SAAS,KAAK,YAAY,CAAA;IACvD,QAAQ,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,iBAAiB,CAAA;IACjD,WAAW,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,iBAAiB,CAAC,CAAA;IAEpD,IAAI,IAAI,IAAI,IAAI,GAAG,IAAI,CAAA;IACvB,IAAI,IAAI,CAAC,KAAK,EAAE,IAAI,GAAG,IAAI,EAAC;IAC5B,IAAI,KAAK,IAAI,KAAK,CAAA;IAClB,IAAI,KAAK,CAAC,KAAK,EAAE,KAAK,EAAC;IACvB,IAAI,aAAa,IAAI,aAAa,GAAG,IAAI,CAAA;IACzC,IAAI,aAAa,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI,EAAC;CAC/C"}
@@ -1,2 +1,3 @@
1
1
  export type * from './builder';
2
2
  export type * from './spec';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/builder/index.ts"],"names":[],"mappings":"AAAA,mBAAmB,WAAW,CAAA;AAC9B,mBAAmB,QAAQ,CAAA"}
@@ -1,3 +1,4 @@
1
1
  import type { PivotChartConstructorOptions, PivotTableConstructorOptions, ListTableConstructorOptions } from '@visactor/vtable';
2
2
  import type { ISpec } from '@visactor/vchart';
3
3
  export type Spec = ISpec | PivotChartConstructorOptions | PivotTableConstructorOptions | ListTableConstructorOptions;
4
+ //# sourceMappingURL=spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"spec.d.ts","sourceRoot":"","sources":["../../../src/types/builder/spec.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,4BAA4B,EAC5B,4BAA4B,EAC5B,2BAA2B,EAC5B,MAAM,kBAAkB,CAAA;AACzB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAA;AAE7C,MAAM,MAAM,IAAI,GAAG,KAAK,GAAG,4BAA4B,GAAG,4BAA4B,GAAG,2BAA2B,CAAA"}