@visactor/vseed 0.0.15 → 0.0.16

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 (548) 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 +20 -11
  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 +4 -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/dataReshapeFor2D1M.d.ts +1 -0
  26. package/dist/dataReshape/dataReshapeFor2D1M.d.ts.map +1 -0
  27. package/dist/dataReshape/foldMeasures.d.ts +1 -0
  28. package/dist/dataReshape/foldMeasures.d.ts.map +1 -0
  29. package/dist/dataReshape/index.d.ts +1 -0
  30. package/dist/dataReshape/index.d.ts.map +1 -0
  31. package/dist/dataReshape/unfoldDimensions.d.ts +1 -0
  32. package/dist/dataReshape/unfoldDimensions.d.ts.map +1 -0
  33. package/dist/dataSelector/index.d.ts +1 -0
  34. package/dist/dataSelector/index.d.ts.map +1 -0
  35. package/dist/dataSelector/selector.d.ts +1 -0
  36. package/dist/dataSelector/selector.d.ts.map +1 -0
  37. package/dist/i18n/i18n.d.ts +1 -0
  38. package/dist/i18n/i18n.d.ts.map +1 -0
  39. package/dist/i18n/index.d.ts +1 -0
  40. package/dist/i18n/index.d.ts.map +1 -0
  41. package/dist/index.cjs +457 -12
  42. package/dist/index.cjs.map +1 -1
  43. package/dist/index.d.ts +1 -0
  44. package/dist/index.d.ts.map +1 -0
  45. package/dist/index.js +435 -8
  46. package/dist/index.js.map +1 -1
  47. package/dist/pipeline/advanced/index.d.ts +1 -0
  48. package/dist/pipeline/advanced/index.d.ts.map +1 -0
  49. package/dist/pipeline/advanced/pipeline/area.d.ts +1 -0
  50. package/dist/pipeline/advanced/pipeline/area.d.ts.map +1 -0
  51. package/dist/pipeline/advanced/pipeline/areaPercent.d.ts +1 -0
  52. package/dist/pipeline/advanced/pipeline/areaPercent.d.ts.map +1 -0
  53. package/dist/pipeline/advanced/pipeline/bar.d.ts +1 -0
  54. package/dist/pipeline/advanced/pipeline/bar.d.ts.map +1 -0
  55. package/dist/pipeline/advanced/pipeline/barParallel.d.ts +1 -0
  56. package/dist/pipeline/advanced/pipeline/barParallel.d.ts.map +1 -0
  57. package/dist/pipeline/advanced/pipeline/barPercent.d.ts +1 -0
  58. package/dist/pipeline/advanced/pipeline/barPercent.d.ts.map +1 -0
  59. package/dist/pipeline/advanced/pipeline/column.d.ts +1 -0
  60. package/dist/pipeline/advanced/pipeline/column.d.ts.map +1 -0
  61. package/dist/pipeline/advanced/pipeline/columnParallel.d.ts +1 -0
  62. package/dist/pipeline/advanced/pipeline/columnParallel.d.ts.map +1 -0
  63. package/dist/pipeline/advanced/pipeline/columnPercent.d.ts +1 -0
  64. package/dist/pipeline/advanced/pipeline/columnPercent.d.ts.map +1 -0
  65. package/dist/pipeline/advanced/pipeline/donut.d.ts +3 -0
  66. package/dist/pipeline/advanced/pipeline/donut.d.ts.map +1 -0
  67. package/dist/pipeline/advanced/pipeline/index.d.ts +4 -0
  68. package/dist/pipeline/advanced/pipeline/index.d.ts.map +1 -0
  69. package/dist/pipeline/advanced/pipeline/line.d.ts +1 -0
  70. package/dist/pipeline/advanced/pipeline/line.d.ts.map +1 -0
  71. package/dist/pipeline/advanced/pipeline/pie.d.ts +1 -0
  72. package/dist/pipeline/advanced/pipeline/pie.d.ts.map +1 -0
  73. package/dist/pipeline/advanced/pipeline/rose.d.ts +3 -0
  74. package/dist/pipeline/advanced/pipeline/rose.d.ts.map +1 -0
  75. package/dist/pipeline/advanced/pipeline/roseParallel.d.ts +3 -0
  76. package/dist/pipeline/advanced/pipeline/roseParallel.d.ts.map +1 -0
  77. package/dist/pipeline/advanced/pipes/annotation/annotation.d.ts +1 -0
  78. package/dist/pipeline/advanced/pipes/annotation/annotation.d.ts.map +1 -0
  79. package/dist/pipeline/advanced/pipes/annotation/index.d.ts +1 -0
  80. package/dist/pipeline/advanced/pipes/annotation/index.d.ts.map +1 -0
  81. package/dist/pipeline/advanced/pipes/baseConfig/baseConfig.d.ts +1 -0
  82. package/dist/pipeline/advanced/pipes/baseConfig/baseConfig.d.ts.map +1 -0
  83. package/dist/pipeline/advanced/pipes/baseConfig/index.d.ts +1 -0
  84. package/dist/pipeline/advanced/pipes/baseConfig/index.d.ts.map +1 -0
  85. package/dist/pipeline/advanced/pipes/config/config.d.ts +4 -0
  86. package/dist/pipeline/advanced/pipes/config/config.d.ts.map +1 -0
  87. package/dist/pipeline/advanced/pipes/config/index.d.ts +1 -0
  88. package/dist/pipeline/advanced/pipes/config/index.d.ts.map +1 -0
  89. package/dist/pipeline/advanced/pipes/encoding/encodingPie.d.ts +3 -0
  90. package/dist/pipeline/advanced/pipes/encoding/encodingPie.d.ts.map +1 -0
  91. package/dist/pipeline/advanced/pipes/encoding/encodingRose.d.ts +3 -0
  92. package/dist/pipeline/advanced/pipes/encoding/encodingRose.d.ts.map +1 -0
  93. package/dist/pipeline/advanced/pipes/encoding/encodingXY.d.ts +1 -0
  94. package/dist/pipeline/advanced/pipes/encoding/encodingXY.d.ts.map +1 -0
  95. package/dist/pipeline/advanced/pipes/encoding/encodingYX.d.ts +1 -0
  96. package/dist/pipeline/advanced/pipes/encoding/encodingYX.d.ts.map +1 -0
  97. package/dist/pipeline/advanced/pipes/encoding/index.d.ts +3 -1
  98. package/dist/pipeline/advanced/pipes/encoding/index.d.ts.map +1 -0
  99. package/dist/pipeline/advanced/pipes/i18n/index.d.ts +1 -0
  100. package/dist/pipeline/advanced/pipes/i18n/index.d.ts.map +1 -0
  101. package/dist/pipeline/advanced/pipes/i18n/locale.d.ts +1 -0
  102. package/dist/pipeline/advanced/pipes/i18n/locale.d.ts.map +1 -0
  103. package/dist/pipeline/advanced/pipes/index.d.ts +1 -0
  104. package/dist/pipeline/advanced/pipes/index.d.ts.map +1 -0
  105. package/dist/pipeline/advanced/pipes/init/autoDimensions.d.ts +1 -0
  106. package/dist/pipeline/advanced/pipes/init/autoDimensions.d.ts.map +1 -0
  107. package/dist/pipeline/advanced/pipes/init/autoMeasures.d.ts +1 -0
  108. package/dist/pipeline/advanced/pipes/init/autoMeasures.d.ts.map +1 -0
  109. package/dist/pipeline/advanced/pipes/init/index.d.ts +1 -0
  110. package/dist/pipeline/advanced/pipes/init/index.d.ts.map +1 -0
  111. package/dist/pipeline/advanced/pipes/init/initAdvancedVSeed.d.ts +1 -0
  112. package/dist/pipeline/advanced/pipes/init/initAdvancedVSeed.d.ts.map +1 -0
  113. package/dist/pipeline/advanced/pipes/init/utils.d.ts +1 -0
  114. package/dist/pipeline/advanced/pipes/init/utils.d.ts.map +1 -0
  115. package/dist/pipeline/advanced/pipes/markStyle/index.d.ts +1 -0
  116. package/dist/pipeline/advanced/pipes/markStyle/index.d.ts.map +1 -0
  117. package/dist/pipeline/advanced/pipes/markStyle/markStyle.d.ts +1 -0
  118. package/dist/pipeline/advanced/pipes/markStyle/markStyle.d.ts.map +1 -0
  119. package/dist/pipeline/advanced/pipes/pivot/index.d.ts +1 -0
  120. package/dist/pipeline/advanced/pipes/pivot/index.d.ts.map +1 -0
  121. package/dist/pipeline/advanced/pipes/pivot/pivotAdapter.d.ts +1 -0
  122. package/dist/pipeline/advanced/pipes/pivot/pivotAdapter.d.ts.map +1 -0
  123. package/dist/pipeline/advanced/pipes/reshape/index.d.ts +1 -0
  124. package/dist/pipeline/advanced/pipes/reshape/index.d.ts.map +1 -0
  125. package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo1D1M.d.ts +1 -0
  126. package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo1D1M.d.ts.map +1 -0
  127. package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo2D1M.d.ts +1 -0
  128. package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo2D1M.d.ts.map +1 -0
  129. package/dist/pipeline/advanced/pipes/reshape/reshapeTo1D1M.d.ts +1 -0
  130. package/dist/pipeline/advanced/pipes/reshape/reshapeTo1D1M.d.ts.map +1 -0
  131. package/dist/pipeline/advanced/pipes/reshape/reshapeTo2D1M.d.ts +1 -0
  132. package/dist/pipeline/advanced/pipes/reshape/reshapeTo2D1M.d.ts.map +1 -0
  133. package/dist/pipeline/advanced/pipes/theme/index.d.ts +1 -0
  134. package/dist/pipeline/advanced/pipes/theme/index.d.ts.map +1 -0
  135. package/dist/pipeline/advanced/pipes/theme/theme.d.ts +1 -0
  136. package/dist/pipeline/advanced/pipes/theme/theme.d.ts.map +1 -0
  137. package/dist/pipeline/constant.d.ts +1 -0
  138. package/dist/pipeline/constant.d.ts.map +1 -0
  139. package/dist/pipeline/index.d.ts +1 -0
  140. package/dist/pipeline/index.d.ts.map +1 -0
  141. package/dist/pipeline/spec/index.d.ts +1 -0
  142. package/dist/pipeline/spec/index.d.ts.map +1 -0
  143. package/dist/pipeline/spec/pipeline/area.d.ts +1 -0
  144. package/dist/pipeline/spec/pipeline/area.d.ts.map +1 -0
  145. package/dist/pipeline/spec/pipeline/areaPercent.d.ts +1 -0
  146. package/dist/pipeline/spec/pipeline/areaPercent.d.ts.map +1 -0
  147. package/dist/pipeline/spec/pipeline/bar.d.ts +1 -0
  148. package/dist/pipeline/spec/pipeline/bar.d.ts.map +1 -0
  149. package/dist/pipeline/spec/pipeline/barParallel.d.ts +1 -0
  150. package/dist/pipeline/spec/pipeline/barParallel.d.ts.map +1 -0
  151. package/dist/pipeline/spec/pipeline/barPercent.d.ts +1 -0
  152. package/dist/pipeline/spec/pipeline/barPercent.d.ts.map +1 -0
  153. package/dist/pipeline/spec/pipeline/column.d.ts +1 -0
  154. package/dist/pipeline/spec/pipeline/column.d.ts.map +1 -0
  155. package/dist/pipeline/spec/pipeline/columnParallel.d.ts +1 -0
  156. package/dist/pipeline/spec/pipeline/columnParallel.d.ts.map +1 -0
  157. package/dist/pipeline/spec/pipeline/columnPercent.d.ts +1 -0
  158. package/dist/pipeline/spec/pipeline/columnPercent.d.ts.map +1 -0
  159. package/dist/pipeline/spec/pipeline/donut.d.ts +3 -0
  160. package/dist/pipeline/spec/pipeline/donut.d.ts.map +1 -0
  161. package/dist/pipeline/spec/pipeline/index.d.ts +4 -0
  162. package/dist/pipeline/spec/pipeline/index.d.ts.map +1 -0
  163. package/dist/pipeline/spec/pipeline/line.d.ts +1 -0
  164. package/dist/pipeline/spec/pipeline/line.d.ts.map +1 -0
  165. package/dist/pipeline/spec/pipeline/pie.d.ts +1 -0
  166. package/dist/pipeline/spec/pipeline/pie.d.ts.map +1 -0
  167. package/dist/pipeline/spec/pipeline/rose.d.ts +2 -0
  168. package/dist/pipeline/spec/pipeline/rose.d.ts.map +1 -0
  169. package/dist/pipeline/spec/pipeline/roseParallel.d.ts +3 -0
  170. package/dist/pipeline/spec/pipeline/roseParallel.d.ts.map +1 -0
  171. package/dist/pipeline/spec/pipes/index.d.ts +15 -14
  172. package/dist/pipeline/spec/pipes/index.d.ts.map +1 -0
  173. package/dist/pipeline/spec/pipes/vchart/annotation/annotationArea.d.ts +3 -0
  174. package/dist/pipeline/spec/pipes/vchart/annotation/annotationArea.d.ts.map +1 -0
  175. package/dist/pipeline/spec/pipes/vchart/annotation/annotationAreaBand.d.ts +3 -0
  176. package/dist/pipeline/spec/pipes/vchart/annotation/annotationAreaBand.d.ts.map +1 -0
  177. package/dist/pipeline/spec/pipes/vchart/annotation/annotationHorizontalLine.d.ts +3 -0
  178. package/dist/pipeline/spec/pipes/vchart/annotation/annotationHorizontalLine.d.ts.map +1 -0
  179. package/dist/pipeline/spec/pipes/vchart/annotation/annotationPoint.d.ts +3 -0
  180. package/dist/pipeline/spec/pipes/vchart/annotation/annotationPoint.d.ts.map +1 -0
  181. package/dist/pipeline/spec/pipes/vchart/annotation/annotationVerticalLine.d.ts +3 -0
  182. package/dist/pipeline/spec/pipes/vchart/annotation/annotationVerticalLine.d.ts.map +1 -0
  183. package/dist/pipeline/spec/pipes/{annotation → vchart/annotation}/index.d.ts +1 -0
  184. package/dist/pipeline/spec/pipes/vchart/annotation/index.d.ts.map +1 -0
  185. package/dist/pipeline/spec/pipes/vchart/annotation/utils.d.ts +3 -0
  186. package/dist/pipeline/spec/pipes/vchart/annotation/utils.d.ts.map +1 -0
  187. package/dist/pipeline/spec/pipes/vchart/axes/a.d.ts +3 -0
  188. package/dist/pipeline/spec/pipes/vchart/axes/a.d.ts.map +1 -0
  189. package/dist/pipeline/spec/pipes/vchart/axes/angle.d.ts +3 -0
  190. package/dist/pipeline/spec/pipes/vchart/axes/angle.d.ts.map +1 -0
  191. package/dist/pipeline/spec/pipes/{axes → vchart/axes}/index.d.ts +3 -0
  192. package/dist/pipeline/spec/pipes/vchart/axes/index.d.ts.map +1 -0
  193. package/dist/pipeline/spec/pipes/vchart/axes/radius.d.ts +3 -0
  194. package/dist/pipeline/spec/pipes/vchart/axes/radius.d.ts.map +1 -0
  195. package/dist/pipeline/spec/pipes/vchart/axes/xBand.d.ts +3 -0
  196. package/dist/pipeline/spec/pipes/vchart/axes/xBand.d.ts.map +1 -0
  197. package/dist/pipeline/spec/pipes/vchart/axes/xLinear.d.ts +3 -0
  198. package/dist/pipeline/spec/pipes/vchart/axes/xLinear.d.ts.map +1 -0
  199. package/dist/pipeline/spec/pipes/vchart/axes/yBand.d.ts +3 -0
  200. package/dist/pipeline/spec/pipes/vchart/axes/yBand.d.ts.map +1 -0
  201. package/dist/pipeline/spec/pipes/vchart/axes/yLinear.d.ts +3 -0
  202. package/dist/pipeline/spec/pipes/vchart/axes/yLinear.d.ts.map +1 -0
  203. package/dist/pipeline/spec/pipes/vchart/backgroundColor/background.d.ts +3 -0
  204. package/dist/pipeline/spec/pipes/vchart/backgroundColor/background.d.ts.map +1 -0
  205. package/dist/pipeline/spec/pipes/{backgroundColor → vchart/backgroundColor}/index.d.ts +1 -0
  206. package/dist/pipeline/spec/pipes/vchart/backgroundColor/index.d.ts.map +1 -0
  207. package/dist/pipeline/spec/pipes/vchart/color/color.d.ts +3 -0
  208. package/dist/pipeline/spec/pipes/vchart/color/color.d.ts.map +1 -0
  209. package/dist/pipeline/spec/pipes/vchart/color/index.d.ts +2 -0
  210. package/dist/pipeline/spec/pipes/vchart/color/index.d.ts.map +1 -0
  211. package/dist/pipeline/spec/pipes/vchart/crosshair/horizontalCrosshairRect.d.ts +3 -0
  212. package/dist/pipeline/spec/pipes/vchart/crosshair/horizontalCrosshairRect.d.ts.map +1 -0
  213. package/dist/pipeline/spec/pipes/{crosshair → vchart/crosshair}/index.d.ts +1 -0
  214. package/dist/pipeline/spec/pipes/vchart/crosshair/index.d.ts.map +1 -0
  215. package/dist/pipeline/spec/pipes/vchart/crosshair/verticalCrosshairLine.d.ts +3 -0
  216. package/dist/pipeline/spec/pipes/vchart/crosshair/verticalCrosshairLine.d.ts.map +1 -0
  217. package/dist/pipeline/spec/pipes/vchart/crosshair/verticalCrosshairRect.d.ts +3 -0
  218. package/dist/pipeline/spec/pipes/vchart/crosshair/verticalCrosshairRect.d.ts.map +1 -0
  219. package/dist/pipeline/spec/pipes/vchart/dataset/dataset.d.ts +3 -0
  220. package/dist/pipeline/spec/pipes/vchart/dataset/dataset.d.ts.map +1 -0
  221. package/dist/pipeline/spec/pipes/{dataset → vchart/dataset}/datasetPivot.d.ts +2 -1
  222. package/dist/pipeline/spec/pipes/vchart/dataset/datasetPivot.d.ts.map +1 -0
  223. package/dist/pipeline/spec/pipes/{dataset → vchart/dataset}/index.d.ts +1 -0
  224. package/dist/pipeline/spec/pipes/vchart/dataset/index.d.ts.map +1 -0
  225. package/dist/pipeline/spec/pipes/vchart/init/area.d.ts +3 -0
  226. package/dist/pipeline/spec/pipes/vchart/init/area.d.ts.map +1 -0
  227. package/dist/pipeline/spec/pipes/vchart/init/bar.d.ts +3 -0
  228. package/dist/pipeline/spec/pipes/vchart/init/bar.d.ts.map +1 -0
  229. package/dist/pipeline/spec/pipes/vchart/init/barParallel.d.ts +3 -0
  230. package/dist/pipeline/spec/pipes/vchart/init/barParallel.d.ts.map +1 -0
  231. package/dist/pipeline/spec/pipes/vchart/init/column.d.ts +3 -0
  232. package/dist/pipeline/spec/pipes/vchart/init/column.d.ts.map +1 -0
  233. package/dist/pipeline/spec/pipes/vchart/init/columnParallel.d.ts +3 -0
  234. package/dist/pipeline/spec/pipes/vchart/init/columnParallel.d.ts.map +1 -0
  235. package/dist/pipeline/spec/pipes/vchart/init/donut.d.ts +3 -0
  236. package/dist/pipeline/spec/pipes/vchart/init/donut.d.ts.map +1 -0
  237. package/dist/pipeline/spec/pipes/{init → vchart/init}/index.d.ts +4 -0
  238. package/dist/pipeline/spec/pipes/vchart/init/index.d.ts.map +1 -0
  239. package/dist/pipeline/spec/pipes/vchart/init/line.d.ts +3 -0
  240. package/dist/pipeline/spec/pipes/vchart/init/line.d.ts.map +1 -0
  241. package/dist/pipeline/spec/pipes/vchart/init/pie.d.ts +3 -0
  242. package/dist/pipeline/spec/pipes/vchart/init/pie.d.ts.map +1 -0
  243. package/dist/pipeline/spec/pipes/{init → vchart/init}/pivot.d.ts +2 -1
  244. package/dist/pipeline/spec/pipes/vchart/init/pivot.d.ts.map +1 -0
  245. package/dist/pipeline/spec/pipes/vchart/init/rose.d.ts +3 -0
  246. package/dist/pipeline/spec/pipes/vchart/init/rose.d.ts.map +1 -0
  247. package/dist/pipeline/spec/pipes/vchart/init/roseParallel.d.ts +3 -0
  248. package/dist/pipeline/spec/pipes/vchart/init/roseParallel.d.ts.map +1 -0
  249. package/dist/pipeline/spec/pipes/vchart/label/index.d.ts +2 -0
  250. package/dist/pipeline/spec/pipes/vchart/label/index.d.ts.map +1 -0
  251. package/dist/pipeline/spec/pipes/vchart/label/label.d.ts +3 -0
  252. package/dist/pipeline/spec/pipes/vchart/label/label.d.ts.map +1 -0
  253. package/dist/pipeline/spec/pipes/vchart/legend/discreteLegend.d.ts +3 -0
  254. package/dist/pipeline/spec/pipes/vchart/legend/discreteLegend.d.ts.map +1 -0
  255. package/dist/pipeline/spec/pipes/{legend → vchart/legend}/index.d.ts +1 -0
  256. package/dist/pipeline/spec/pipes/vchart/legend/index.d.ts.map +1 -0
  257. package/dist/pipeline/spec/pipes/vchart/legend/pivotDiscreteLegend.d.ts +3 -0
  258. package/dist/pipeline/spec/pipes/vchart/legend/pivotDiscreteLegend.d.ts.map +1 -0
  259. package/dist/pipeline/spec/pipes/vchart/markStyle/areaStyle.d.ts +3 -0
  260. package/dist/pipeline/spec/pipes/vchart/markStyle/areaStyle.d.ts.map +1 -0
  261. package/dist/pipeline/spec/pipes/vchart/markStyle/barStyle.d.ts +3 -0
  262. package/dist/pipeline/spec/pipes/vchart/markStyle/barStyle.d.ts.map +1 -0
  263. package/dist/pipeline/spec/pipes/{markStyle → vchart/markStyle}/index.d.ts +1 -0
  264. package/dist/pipeline/spec/pipes/vchart/markStyle/index.d.ts.map +1 -0
  265. package/dist/pipeline/spec/pipes/vchart/markStyle/lineStyle.d.ts +3 -0
  266. package/dist/pipeline/spec/pipes/vchart/markStyle/lineStyle.d.ts.map +1 -0
  267. package/dist/pipeline/spec/pipes/vchart/markStyle/pointStyle.d.ts +3 -0
  268. package/dist/pipeline/spec/pipes/vchart/markStyle/pointStyle.d.ts.map +1 -0
  269. package/dist/pipeline/spec/pipes/{percent → vchart/percent}/index.d.ts +1 -0
  270. package/dist/pipeline/spec/pipes/vchart/percent/index.d.ts.map +1 -0
  271. package/dist/pipeline/spec/pipes/vchart/percent/percent.d.ts +3 -0
  272. package/dist/pipeline/spec/pipes/vchart/percent/percent.d.ts.map +1 -0
  273. package/dist/pipeline/spec/pipes/{pivotChart → vchart/pivotChart}/index.d.ts +1 -0
  274. package/dist/pipeline/spec/pipes/vchart/pivotChart/index.d.ts.map +1 -0
  275. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotAdapter.d.ts +3 -0
  276. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotAdapter.d.ts.map +1 -0
  277. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotColumnDimensions.d.ts +3 -0
  278. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotColumnDimensions.d.ts.map +1 -0
  279. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotGridStyle.d.ts +3 -0
  280. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotGridStyle.d.ts.map +1 -0
  281. package/dist/pipeline/spec/pipes/{pivotChart → vchart/pivotChart}/pivotIndicators.d.ts +2 -1
  282. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotIndicators.d.ts.map +1 -0
  283. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotRowDimensions.d.ts +3 -0
  284. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotRowDimensions.d.ts.map +1 -0
  285. package/dist/pipeline/spec/pipes/{stack → vchart/stack}/index.d.ts +1 -0
  286. package/dist/pipeline/spec/pipes/vchart/stack/index.d.ts.map +1 -0
  287. package/dist/pipeline/spec/pipes/vchart/stack/stack.d.ts +3 -0
  288. package/dist/pipeline/spec/pipes/vchart/stack/stack.d.ts.map +1 -0
  289. package/dist/pipeline/spec/pipes/vchart/stack/stackCornerRadius.d.ts +3 -0
  290. package/dist/pipeline/spec/pipes/vchart/stack/stackCornerRadius.d.ts.map +1 -0
  291. package/dist/pipeline/spec/pipes/{tooltip → vchart/tooltip}/index.d.ts +1 -0
  292. package/dist/pipeline/spec/pipes/vchart/tooltip/index.d.ts.map +1 -0
  293. package/dist/pipeline/spec/pipes/vchart/tooltip/tooltip.d.ts +3 -0
  294. package/dist/pipeline/spec/pipes/vchart/tooltip/tooltip.d.ts.map +1 -0
  295. package/dist/pipeline/utils/chatType.d.ts +1 -0
  296. package/dist/pipeline/utils/chatType.d.ts.map +1 -0
  297. package/dist/pipeline/utils/format/createFormatter.d.ts +1 -0
  298. package/dist/pipeline/utils/format/createFormatter.d.ts.map +1 -0
  299. package/dist/pipeline/utils/format/createNumFormatter.d.ts +1 -0
  300. package/dist/pipeline/utils/format/createNumFormatter.d.ts.map +1 -0
  301. package/dist/pipeline/utils/format/index.d.ts +1 -0
  302. package/dist/pipeline/utils/format/index.d.ts.map +1 -0
  303. package/dist/pipeline/utils/index.d.ts +1 -0
  304. package/dist/pipeline/utils/index.d.ts.map +1 -0
  305. package/dist/pipeline/utils/measures/findMeasureById.d.ts +1 -0
  306. package/dist/pipeline/utils/measures/findMeasureById.d.ts.map +1 -0
  307. package/dist/pipeline/utils/measures/index.d.ts +1 -0
  308. package/dist/pipeline/utils/measures/index.d.ts.map +1 -0
  309. package/dist/pipeline/utils/pipeline.d.ts +1 -0
  310. package/dist/pipeline/utils/pipeline.d.ts.map +1 -0
  311. package/dist/theme/dark.d.ts +1 -0
  312. package/dist/theme/dark.d.ts.map +1 -0
  313. package/dist/theme/index.d.ts +1 -0
  314. package/dist/theme/index.d.ts.map +1 -0
  315. package/dist/theme/light.d.ts +1 -0
  316. package/dist/theme/light.d.ts.map +1 -0
  317. package/dist/types/advancedVSeed.d.ts +6 -2
  318. package/dist/types/advancedVSeed.d.ts.map +1 -0
  319. package/dist/types/builder/builder.d.ts +2 -1
  320. package/dist/types/builder/builder.d.ts.map +1 -0
  321. package/dist/types/builder/index.d.ts +1 -0
  322. package/dist/types/builder/index.d.ts.map +1 -0
  323. package/dist/types/builder/spec.d.ts +1 -0
  324. package/dist/types/builder/spec.d.ts.map +1 -0
  325. package/dist/types/chartType/area/area.d.ts +1 -0
  326. package/dist/types/chartType/area/area.d.ts.map +1 -0
  327. package/dist/types/chartType/area/index.d.ts +1 -0
  328. package/dist/types/chartType/area/index.d.ts.map +1 -0
  329. package/dist/types/chartType/areaPercent/areaPercent.d.ts +1 -0
  330. package/dist/types/chartType/areaPercent/areaPercent.d.ts.map +1 -0
  331. package/dist/types/chartType/areaPercent/index.d.ts +1 -0
  332. package/dist/types/chartType/areaPercent/index.d.ts.map +1 -0
  333. package/dist/types/chartType/bar/bar.d.ts +1 -0
  334. package/dist/types/chartType/bar/bar.d.ts.map +1 -0
  335. package/dist/types/chartType/bar/index.d.ts +1 -0
  336. package/dist/types/chartType/bar/index.d.ts.map +1 -0
  337. package/dist/types/chartType/barParallel/barParallel.d.ts +1 -0
  338. package/dist/types/chartType/barParallel/barParallel.d.ts.map +1 -0
  339. package/dist/types/chartType/barParallel/index.d.ts +1 -0
  340. package/dist/types/chartType/barParallel/index.d.ts.map +1 -0
  341. package/dist/types/chartType/barPercent/barPercent.d.ts +1 -0
  342. package/dist/types/chartType/barPercent/barPercent.d.ts.map +1 -0
  343. package/dist/types/chartType/barPercent/index.d.ts +1 -0
  344. package/dist/types/chartType/barPercent/index.d.ts.map +1 -0
  345. package/dist/types/chartType/column/column.d.ts +1 -0
  346. package/dist/types/chartType/column/column.d.ts.map +1 -0
  347. package/dist/types/chartType/column/index.d.ts +1 -0
  348. package/dist/types/chartType/column/index.d.ts.map +1 -0
  349. package/dist/types/chartType/columnParallel/columnParallel.d.ts +1 -0
  350. package/dist/types/chartType/columnParallel/columnParallel.d.ts.map +1 -0
  351. package/dist/types/chartType/columnParallel/index.d.ts +1 -0
  352. package/dist/types/chartType/columnParallel/index.d.ts.map +1 -0
  353. package/dist/types/chartType/columnPercent/columnPercent.d.ts +1 -0
  354. package/dist/types/chartType/columnPercent/columnPercent.d.ts.map +1 -0
  355. package/dist/types/chartType/columnPercent/index.d.ts +1 -0
  356. package/dist/types/chartType/columnPercent/index.d.ts.map +1 -0
  357. package/dist/types/chartType/donut/donut.d.ts +139 -1
  358. package/dist/types/chartType/donut/donut.d.ts.map +1 -0
  359. package/dist/types/chartType/donut/index.d.ts +2 -1
  360. package/dist/types/chartType/donut/index.d.ts.map +1 -0
  361. package/dist/types/chartType/dualAxis/dualAxis.d.ts +1 -0
  362. package/dist/types/chartType/dualAxis/dualAxis.d.ts.map +1 -0
  363. package/dist/types/chartType/dualAxis/index.d.ts +1 -0
  364. package/dist/types/chartType/dualAxis/index.d.ts.map +1 -0
  365. package/dist/types/chartType/index.d.ts +5 -4
  366. package/dist/types/chartType/index.d.ts.map +1 -0
  367. package/dist/types/chartType/line/index.d.ts +1 -0
  368. package/dist/types/chartType/line/index.d.ts.map +1 -0
  369. package/dist/types/chartType/line/line.d.ts +1 -0
  370. package/dist/types/chartType/line/line.d.ts.map +1 -0
  371. package/dist/types/chartType/pie/index.d.ts +1 -0
  372. package/dist/types/chartType/pie/index.d.ts.map +1 -0
  373. package/dist/types/chartType/pie/pie.d.ts +2 -1
  374. package/dist/types/chartType/pie/pie.d.ts.map +1 -0
  375. package/dist/types/chartType/pivotTable/index.d.ts +1 -0
  376. package/dist/types/chartType/pivotTable/index.d.ts.map +1 -0
  377. package/dist/types/chartType/pivotTable/pivotTable.d.ts +1 -0
  378. package/dist/types/chartType/pivotTable/pivotTable.d.ts.map +1 -0
  379. package/dist/types/chartType/rose/index.d.ts +2 -1
  380. package/dist/types/chartType/rose/index.d.ts.map +1 -0
  381. package/dist/types/chartType/rose/rose.d.ts +144 -6
  382. package/dist/types/chartType/rose/rose.d.ts.map +1 -0
  383. package/dist/types/chartType/roseParallel/index.d.ts +2 -0
  384. package/dist/types/chartType/roseParallel/index.d.ts.map +1 -0
  385. package/dist/types/chartType/roseParallel/roseParallel.d.ts +225 -0
  386. package/dist/types/chartType/roseParallel/roseParallel.d.ts.map +1 -0
  387. package/dist/types/chartType/table/index.d.ts +1 -0
  388. package/dist/types/chartType/table/index.d.ts.map +1 -0
  389. package/dist/types/chartType/table/table.d.ts +1 -0
  390. package/dist/types/chartType/table/table.d.ts.map +1 -0
  391. package/dist/types/dataSelector/index.d.ts +1 -0
  392. package/dist/types/dataSelector/index.d.ts.map +1 -0
  393. package/dist/types/dataSelector/selector.d.ts +1 -0
  394. package/dist/types/dataSelector/selector.d.ts.map +1 -0
  395. package/dist/types/i18n/i18n.d.ts +1 -0
  396. package/dist/types/i18n/i18n.d.ts.map +1 -0
  397. package/dist/types/i18n/index.d.ts +1 -0
  398. package/dist/types/i18n/index.d.ts.map +1 -0
  399. package/dist/types/index.d.ts +1 -0
  400. package/dist/types/index.d.ts.map +1 -0
  401. package/dist/types/pipeline/advancedVSeed/advancedVSeed.d.ts +2 -1
  402. package/dist/types/pipeline/advancedVSeed/advancedVSeed.d.ts.map +1 -0
  403. package/dist/types/pipeline/advancedVSeed/index.d.ts +1 -0
  404. package/dist/types/pipeline/advancedVSeed/index.d.ts.map +1 -0
  405. package/dist/types/pipeline/index.d.ts +1 -0
  406. package/dist/types/pipeline/index.d.ts.map +1 -0
  407. package/dist/types/pipeline/pipeline.d.ts +1 -0
  408. package/dist/types/pipeline/pipeline.d.ts.map +1 -0
  409. package/dist/types/pipeline/spec/index.d.ts +1 -0
  410. package/dist/types/pipeline/spec/index.d.ts.map +1 -0
  411. package/dist/types/pipeline/spec/spec.d.ts +2 -1
  412. package/dist/types/pipeline/spec/spec.d.ts.map +1 -0
  413. package/dist/types/properties/annotation/annotation.d.ts +1 -0
  414. package/dist/types/properties/annotation/annotation.d.ts.map +1 -0
  415. package/dist/types/properties/annotation/annotationArea.d.ts +1 -0
  416. package/dist/types/properties/annotation/annotationArea.d.ts.map +1 -0
  417. package/dist/types/properties/annotation/annotationHorizontalLine.d.ts +1 -0
  418. package/dist/types/properties/annotation/annotationHorizontalLine.d.ts.map +1 -0
  419. package/dist/types/properties/annotation/annotationPoint.d.ts +1 -0
  420. package/dist/types/properties/annotation/annotationPoint.d.ts.map +1 -0
  421. package/dist/types/properties/annotation/annotationVerticalLine.d.ts +1 -0
  422. package/dist/types/properties/annotation/annotationVerticalLine.d.ts.map +1 -0
  423. package/dist/types/properties/annotation/index.d.ts +1 -0
  424. package/dist/types/properties/annotation/index.d.ts.map +1 -0
  425. package/dist/types/properties/baseConfig/backgroundColor.d.ts +1 -0
  426. package/dist/types/properties/baseConfig/backgroundColor.d.ts.map +1 -0
  427. package/dist/types/properties/baseConfig/baseConfig.d.ts +1 -0
  428. package/dist/types/properties/baseConfig/baseConfig.d.ts.map +1 -0
  429. package/dist/types/properties/baseConfig/color.d.ts +1 -0
  430. package/dist/types/properties/baseConfig/color.d.ts.map +1 -0
  431. package/dist/types/properties/baseConfig/index.d.ts +1 -0
  432. package/dist/types/properties/baseConfig/index.d.ts.map +1 -0
  433. package/dist/types/properties/baseConfig/label.d.ts +1 -0
  434. package/dist/types/properties/baseConfig/label.d.ts.map +1 -0
  435. package/dist/types/properties/baseConfig/legend.d.ts +1 -0
  436. package/dist/types/properties/baseConfig/legend.d.ts.map +1 -0
  437. package/dist/types/properties/baseConfig/tooltip.d.ts +1 -0
  438. package/dist/types/properties/baseConfig/tooltip.d.ts.map +1 -0
  439. package/dist/types/properties/chartType/chartType.d.ts +4 -1
  440. package/dist/types/properties/chartType/chartType.d.ts.map +1 -0
  441. package/dist/types/properties/chartType/index.d.ts +1 -0
  442. package/dist/types/properties/chartType/index.d.ts.map +1 -0
  443. package/dist/types/properties/config/axis.d.ts +1 -0
  444. package/dist/types/properties/config/axis.d.ts.map +1 -0
  445. package/dist/types/properties/config/bandAxis.d.ts +1 -0
  446. package/dist/types/properties/config/bandAxis.d.ts.map +1 -0
  447. package/dist/types/properties/config/config.d.ts +3 -1
  448. package/dist/types/properties/config/config.d.ts.map +1 -0
  449. package/dist/types/properties/config/crosshair.d.ts +1 -0
  450. package/dist/types/properties/config/crosshair.d.ts.map +1 -0
  451. package/dist/types/properties/config/index.d.ts +1 -0
  452. package/dist/types/properties/config/index.d.ts.map +1 -0
  453. package/dist/types/properties/config/linearAxis.d.ts +1 -0
  454. package/dist/types/properties/config/linearAxis.d.ts.map +1 -0
  455. package/dist/types/properties/config/stackCornerRadius.d.ts +1 -0
  456. package/dist/types/properties/config/stackCornerRadius.d.ts.map +1 -0
  457. package/dist/types/properties/dataset/dataset.d.ts +1 -0
  458. package/dist/types/properties/dataset/dataset.d.ts.map +1 -0
  459. package/dist/types/properties/dataset/index.d.ts +1 -0
  460. package/dist/types/properties/dataset/index.d.ts.map +1 -0
  461. package/dist/types/properties/datasetReshapeInfo/datasetReshapeInfo.d.ts +1 -0
  462. package/dist/types/properties/datasetReshapeInfo/datasetReshapeInfo.d.ts.map +1 -0
  463. package/dist/types/properties/datasetReshapeInfo/index.d.ts +1 -0
  464. package/dist/types/properties/datasetReshapeInfo/index.d.ts.map +1 -0
  465. package/dist/types/properties/dimensions/dimensions.d.ts +1 -0
  466. package/dist/types/properties/dimensions/dimensions.d.ts.map +1 -0
  467. package/dist/types/properties/dimensions/index.d.ts +1 -0
  468. package/dist/types/properties/dimensions/index.d.ts.map +1 -0
  469. package/dist/types/properties/encoding/encoding.d.ts +1 -0
  470. package/dist/types/properties/encoding/encoding.d.ts.map +1 -0
  471. package/dist/types/properties/encoding/index.d.ts +1 -0
  472. package/dist/types/properties/encoding/index.d.ts.map +1 -0
  473. package/dist/types/properties/index.d.ts +1 -0
  474. package/dist/types/properties/index.d.ts.map +1 -0
  475. package/dist/types/properties/markStyle/areaStyle.d.ts +1 -0
  476. package/dist/types/properties/markStyle/areaStyle.d.ts.map +1 -0
  477. package/dist/types/properties/markStyle/barStyle.d.ts +1 -0
  478. package/dist/types/properties/markStyle/barStyle.d.ts.map +1 -0
  479. package/dist/types/properties/markStyle/index.d.ts +1 -0
  480. package/dist/types/properties/markStyle/index.d.ts.map +1 -0
  481. package/dist/types/properties/markStyle/lineStyle.d.ts +1 -0
  482. package/dist/types/properties/markStyle/lineStyle.d.ts.map +1 -0
  483. package/dist/types/properties/markStyle/markStyle.d.ts +1 -0
  484. package/dist/types/properties/markStyle/markStyle.d.ts.map +1 -0
  485. package/dist/types/properties/markStyle/pointStyle.d.ts +1 -0
  486. package/dist/types/properties/markStyle/pointStyle.d.ts.map +1 -0
  487. package/dist/types/properties/measures/format/formatter.d.ts +1 -0
  488. package/dist/types/properties/measures/format/formatter.d.ts.map +1 -0
  489. package/dist/types/properties/measures/format/index.d.ts +1 -0
  490. package/dist/types/properties/measures/format/index.d.ts.map +1 -0
  491. package/dist/types/properties/measures/format/numFormat.d.ts +1 -0
  492. package/dist/types/properties/measures/format/numFormat.d.ts.map +1 -0
  493. package/dist/types/properties/measures/index.d.ts +1 -0
  494. package/dist/types/properties/measures/index.d.ts.map +1 -0
  495. package/dist/types/properties/measures/measures.d.ts +1 -0
  496. package/dist/types/properties/measures/measures.d.ts.map +1 -0
  497. package/dist/types/properties/theme/customTheme.d.ts +5 -2
  498. package/dist/types/properties/theme/customTheme.d.ts.map +1 -0
  499. package/dist/types/properties/theme/index.d.ts +1 -0
  500. package/dist/types/properties/theme/index.d.ts.map +1 -0
  501. package/dist/types/properties/theme/theme.d.ts +1 -0
  502. package/dist/types/properties/theme/theme.d.ts.map +1 -0
  503. package/dist/types/vseed.d.ts +3 -1
  504. package/dist/types/vseed.d.ts.map +1 -0
  505. package/dist/umd/index.js +445 -12
  506. package/dist/umd/index.js.map +1 -1
  507. package/package.json +1 -1
  508. package/dist/pipeline/advanced/pipes/encoding/encodingPolar.d.ts +0 -2
  509. package/dist/pipeline/spec/pipes/annotation/annotationArea.d.ts +0 -2
  510. package/dist/pipeline/spec/pipes/annotation/annotationAreaBand.d.ts +0 -2
  511. package/dist/pipeline/spec/pipes/annotation/annotationHorizontalLine.d.ts +0 -2
  512. package/dist/pipeline/spec/pipes/annotation/annotationPoint.d.ts +0 -2
  513. package/dist/pipeline/spec/pipes/annotation/annotationVerticalLine.d.ts +0 -2
  514. package/dist/pipeline/spec/pipes/annotation/utils.d.ts +0 -2
  515. package/dist/pipeline/spec/pipes/axes/xBand.d.ts +0 -2
  516. package/dist/pipeline/spec/pipes/axes/xLinear.d.ts +0 -2
  517. package/dist/pipeline/spec/pipes/axes/yBand.d.ts +0 -2
  518. package/dist/pipeline/spec/pipes/axes/yLinear.d.ts +0 -2
  519. package/dist/pipeline/spec/pipes/backgroundColor/background.d.ts +0 -2
  520. package/dist/pipeline/spec/pipes/color/color.d.ts +0 -2
  521. package/dist/pipeline/spec/pipes/color/index.d.ts +0 -1
  522. package/dist/pipeline/spec/pipes/crosshair/horizontalCrosshairRect.d.ts +0 -2
  523. package/dist/pipeline/spec/pipes/crosshair/verticalCrosshairLine.d.ts +0 -2
  524. package/dist/pipeline/spec/pipes/crosshair/verticalCrosshairRect.d.ts +0 -2
  525. package/dist/pipeline/spec/pipes/dataset/dataset.d.ts +0 -2
  526. package/dist/pipeline/spec/pipes/init/area.d.ts +0 -2
  527. package/dist/pipeline/spec/pipes/init/bar.d.ts +0 -2
  528. package/dist/pipeline/spec/pipes/init/barParallel.d.ts +0 -2
  529. package/dist/pipeline/spec/pipes/init/column.d.ts +0 -2
  530. package/dist/pipeline/spec/pipes/init/columnParallel.d.ts +0 -2
  531. package/dist/pipeline/spec/pipes/init/line.d.ts +0 -2
  532. package/dist/pipeline/spec/pipes/init/pie.d.ts +0 -2
  533. package/dist/pipeline/spec/pipes/label/index.d.ts +0 -1
  534. package/dist/pipeline/spec/pipes/label/label.d.ts +0 -2
  535. package/dist/pipeline/spec/pipes/legend/discreteLegend.d.ts +0 -2
  536. package/dist/pipeline/spec/pipes/legend/pivotDiscreteLegend.d.ts +0 -2
  537. package/dist/pipeline/spec/pipes/markStyle/areaStyle.d.ts +0 -2
  538. package/dist/pipeline/spec/pipes/markStyle/barStyle.d.ts +0 -2
  539. package/dist/pipeline/spec/pipes/markStyle/lineStyle.d.ts +0 -2
  540. package/dist/pipeline/spec/pipes/markStyle/pointStyle.d.ts +0 -2
  541. package/dist/pipeline/spec/pipes/percent/percent.d.ts +0 -2
  542. package/dist/pipeline/spec/pipes/pivotChart/pivotAdapter.d.ts +0 -2
  543. package/dist/pipeline/spec/pipes/pivotChart/pivotColumnDimensions.d.ts +0 -2
  544. package/dist/pipeline/spec/pipes/pivotChart/pivotGridStyle.d.ts +0 -2
  545. package/dist/pipeline/spec/pipes/pivotChart/pivotRowDimensions.d.ts +0 -2
  546. package/dist/pipeline/spec/pipes/stack/stack.d.ts +0 -2
  547. package/dist/pipeline/spec/pipes/stack/stackCornerRadius.d.ts +0 -2
  548. package/dist/pipeline/spec/pipes/tooltip/tooltip.d.ts +0 -2
@@ -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"}
@@ -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,8 @@ 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
+ //# 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"}
@@ -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"}
@@ -932,3 +932,4 @@ export declare const zLine: z.ZodObject<{
932
932
  "en-US": "en-US";
933
933
  }>>>;
934
934
  }, z.core.$strip>;
935
+ //# sourceMappingURL=line.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"line.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/line/line.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AAsBxC,OAAO,KAAK,EACV,cAAc,EACd,wBAAwB,EACxB,eAAe,EACf,sBAAsB,EACtB,eAAe,EACf,KAAK,EACL,OAAO,EACP,UAAU,EACV,KAAK,EACL,MAAM,EACN,SAAS,EACT,QAAQ,EACR,UAAU,EACV,KAAK,EACL,OAAO,EACP,aAAa,EACb,SAAS,EACT,WAAW,EACZ,MAAM,kBAAkB,CAAA;AACzB,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,IAAI;IACnB;;;;;OAKG;IACH,SAAS,EAAE,MAAM,CAAA;IACjB;;;;;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;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,CAAA;IAEjB;;;OAGG;IACH,KAAK,CAAC,EAAE,WAAW,CAAA;IAEnB;;;OAGG;IACH,aAAa,CAAC,EAAE,aAAa,CAAA;IAE7B;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;;;;;OAOG;IACH,UAAU,CAAC,EAAE,UAAU,GAAG,UAAU,EAAE,CAAA;IAEtC;;;;;;;OAOG;IACH,SAAS,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAA;IAEnC;;;OAGG;IACH,eAAe,CAAC,EAAE,eAAe,GAAG,eAAe,EAAE,CAAA;IAErD;;;OAGG;IACH,sBAAsB,CAAC,EAAE,sBAAsB,GAAG,sBAAsB,EAAE,CAAA;IAE1E;;;OAGG;IACH,wBAAwB,CAAC,EAAE,wBAAwB,GAAG,wBAAwB,EAAE,CAAA;IAEhF;;;OAGG;IACH,cAAc,CAAC,EAAE,cAAc,GAAG,cAAc,EAAE,CAAA;IAElD;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAqBhB,CAAA"}
@@ -1 +1,2 @@
1
1
  export * from './pie';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/pie/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAA"}
@@ -1,6 +1,6 @@
1
+ import { z } from 'zod';
1
2
  import type { Locale } from '../../i18n';
2
3
  import type { BackgroundColor, Color, Dataset, Dimensions, Label, Legend, Measures, Theme, Tooltip } from '../../properties';
3
- import { z } from 'zod';
4
4
  /**
5
5
  * 饼图类型定义
6
6
  * @description 饼图,适用于展示单一维度数据的占比关系,通过扇形面积大小表示各类别占比
@@ -222,3 +222,4 @@ export declare const zPie: z.ZodObject<{
222
222
  "en-US": "en-US";
223
223
  }>>>;
224
224
  }, z.core.$strip>;
225
+ //# sourceMappingURL=pie.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pie.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/pie/pie.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;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,GAAG;IAClB;;;;;OAKG;IACH,SAAS,EAAE,KAAK,CAAA;IAChB;;;;;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,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAYf,CAAA"}
@@ -1 +1,2 @@
1
1
  export type { PivotTable } from './pivotTable';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/pivotTable/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA"}
@@ -65,3 +65,4 @@ export interface PivotTable {
65
65
  */
66
66
  locale?: Locale;
67
67
  }
68
+ //# sourceMappingURL=pivotTable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pivotTable.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/pivotTable/pivotTable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AACxC,OAAO,KAAK,EAAE,eAAe,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAA;AAE7F;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,UAAU;IACzB;;;;;OAKG;IACH,SAAS,EAAE,YAAY,CAAA;IACvB;;;;;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;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB"}
@@ -1 +1,2 @@
1
- export type { Rose } from './rose';
1
+ export * from './rose';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/rose/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA"}
@@ -1,8 +1,9 @@
1
- import type { Locale } from '../../i18n';
2
- import type { BackgroundColor, Color, Dataset, Dimensions, Label, Legend, Measures, Theme, Tooltip } from '../../properties';
1
+ import { z } from 'zod';
2
+ import { type Locale } from '../../i18n';
3
+ import { type BackgroundColor, type Color, type Dataset, type Dimensions, type Label, type Legend, type Measures, type Theme, type Tooltip } from '../../properties';
3
4
  /**
4
- * 玫瑰图类型定义
5
- * @description 玫瑰图,适用于多维度数据对比场景,通过极坐标系下的扇形弧度和半径展示数据大小
5
+ * 堆叠玫瑰图类型定义
6
+ * @description 堆叠玫瑰图,适用于多维度数据对比场景,通过极坐标系下的扇形弧度和半径展示数据大小
6
7
  * 适用场景:
7
8
  * - 多维度数据的分布对比
8
9
  * - 周期性数据的强弱比较
@@ -16,8 +17,8 @@ import type { BackgroundColor, Color, Dataset, Dimensions, Label, Legend, Measur
16
17
  */
17
18
  export interface Rose {
18
19
  /**
19
- * 玫瑰图
20
- * @description 玫瑰图,通过极坐标系展示多维度数据对比关系
20
+ * 堆叠玫瑰图
21
+ * @description 堆叠玫瑰图,通过极坐标系展示多维度数据对比关系
21
22
  * @type {'rose'}
22
23
  * @example 'rose'
23
24
  */
@@ -85,3 +86,140 @@ export interface Rose {
85
86
  */
86
87
  locale?: Locale;
87
88
  }
89
+ export declare const zRose: z.ZodObject<{
90
+ chartType: z.ZodLiteral<"rose">;
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=rose.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rose.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/rose/rose.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAW,KAAK,MAAM,EAAE,MAAM,YAAY,CAAA;AACjD,OAAO,EAUL,KAAK,eAAe,EACpB,KAAK,KAAK,EACV,KAAK,OAAO,EACZ,KAAK,UAAU,EACf,KAAK,KAAK,EACV,KAAK,MAAM,EACX,KAAK,QAAQ,EACb,KAAK,KAAK,EACV,KAAK,OAAO,EACb,MAAM,kBAAkB,CAAA;AAEzB;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,IAAI;IACnB;;;;;OAKG;IACH,SAAS,EAAE,MAAM,CAAA;IACjB;;;;;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,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAYhB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './roseParallel';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/roseParallel/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA"}
@@ -0,0 +1,225 @@
1
+ import { z } from 'zod';
2
+ import { type Locale } from '../../i18n';
3
+ import { type BackgroundColor, type Color, type Dataset, type Dimensions, type Label, type Legend, type Measures, type Theme, type Tooltip } from '../../properties';
4
+ /**
5
+ * 分组玫瑰图类型定义
6
+ * @description 分组玫瑰图,适用于多维度数据对比场景,通过极坐标系下的扇形弧度和半径展示数据大小
7
+ * 适用场景:
8
+ * - 多维度数据的分布对比
9
+ * - 周期性数据的强弱比较
10
+ * - 分类数据的数值与占比同时展示
11
+ * 数据要求:
12
+ * - 至少1个数值字段(度量)
13
+ * - 第一个维度会放至角度轴, 其余维度会与指标名称(存在多个指标时)合并, 作为图例项展示
14
+ * - 所有指标会自动合并为一个指标
15
+ * 默认开启的功能:
16
+ * - 默认开启图例、极坐标系、数据标签、提示信息、数值缩放
17
+ */
18
+ export interface RoseParallel {
19
+ /**
20
+ * 分组玫瑰图
21
+ * @description 分组玫瑰图,通过极坐标系展示多维度数据对比关系
22
+ * @type {'roseParallel'}
23
+ * @example 'roseParallel'
24
+ */
25
+ chartType: 'roseParallel';
26
+ /**
27
+ * 数据集
28
+ * @description 符合TidyData规范的且已经聚合的数据集,用于定义图表的数据来源和结构, 用户输入的数据集并不需要进行任何处理, VSeed带有强大的数据重塑功能, 会自行进行数据重塑, 玫瑰图的数据最终会被转换为2个维度, 1个指标.
29
+ * @type {Array<Record<string|number, any>>}
30
+ * @example [{month:'1月', value:100}, {month:'2月', value:150}, {month:'3月', value:120}]
31
+ */
32
+ dataset: Dataset;
33
+ /**
34
+ * 维度
35
+ * @description 玫瑰图的第一个维度被映射到角度轴, 其余维度会与指标名称(存在多个指标时)合并, 作为图例项展示.
36
+ * @type {Dimensions}
37
+ * @example [{id: 'category', alias: '类别'}]
38
+ */
39
+ dimensions?: Dimensions;
40
+ /**
41
+ * 指标
42
+ * @description 玫瑰图的指标会自动合并为一个指标, 映射到半径轴, 存在多个指标时, 指标名称会与其余维度合并, 作为图例项展示.
43
+ * @type {Measures}
44
+ * @example [{id: 'value', alias: '数值'}]
45
+ */
46
+ measures?: Measures;
47
+ /**
48
+ * 图表的背景颜色
49
+ * @default transparent 默认为透明背景
50
+ * @description 背景颜色可以是颜色字符串, 例如'red', 'blue', 也可以是hex, rgb或rgba'#ff0000', 'rgba(255,0,0,0.5)'
51
+ */
52
+ backgroundColor?: BackgroundColor;
53
+ /**
54
+ * 颜色
55
+ * @description 颜色配置, 用于定义图表的颜色方案, 包括颜色列表, 颜色映射, 颜色渐变等.
56
+ */
57
+ color?: Color;
58
+ /**
59
+ * 标签
60
+ * @description 标签配置, 用于定义图表的数据标签, 包括数据标签的位置, 格式, 样式等.
61
+ */
62
+ label?: Label;
63
+ /**
64
+ * 图例
65
+ * @description 图例配置, 用于定义图表的图例, 包括图例的位置, 格式, 样式等.
66
+ */
67
+ legend?: Legend;
68
+ /**
69
+ * 提示信息
70
+ * @description 提示信息配置, 用于定义图表的提示信息, 包括提示信息的位置, 格式, 样式等.
71
+ */
72
+ tooltip?: Tooltip;
73
+ /**
74
+ * 图表的主题, 主题是优先级较低的功能配置, 包含所有图表类型共用的通用配置, 与单类图表类型共用的图表配置
75
+ * @default light 默认为亮色主题
76
+ * @description 内置light与dark两种主题, 用户可以通过Builder自定义主题
77
+ * @example 'dark'
78
+ * @example 'light'
79
+ * @example 'customThemeName'
80
+ */
81
+ theme?: Theme;
82
+ /**
83
+ * 语言
84
+ * @description 图表语言配置, 支持'zh-CN'与'en-US'两种语言, 另外可以调用 intl.setLocale('zh-CN') 方法设置语言
85
+ * @default 'zh-CN'
86
+ */
87
+ locale?: Locale;
88
+ }
89
+ export declare const zRoseParallel: z.ZodObject<{
90
+ chartType: z.ZodLiteral<"roseParallel">;
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=roseParallel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"roseParallel.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/roseParallel/roseParallel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAW,KAAK,MAAM,EAAE,MAAM,YAAY,CAAA;AACjD,OAAO,EAUL,KAAK,eAAe,EACpB,KAAK,KAAK,EACV,KAAK,OAAO,EACZ,KAAK,UAAU,EACf,KAAK,KAAK,EACV,KAAK,MAAM,EACX,KAAK,QAAQ,EACb,KAAK,KAAK,EACV,KAAK,OAAO,EACb,MAAM,kBAAkB,CAAA;AAEzB;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,YAAY;IAC3B;;;;;OAKG;IACH,SAAS,EAAE,cAAc,CAAA;IACzB;;;;;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,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAYxB,CAAA"}
@@ -1 +1,2 @@
1
1
  export type { Table } from './table';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/table/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA"}
@@ -65,3 +65,4 @@ export interface Table {
65
65
  */
66
66
  locale?: Locale;
67
67
  }
68
+ //# sourceMappingURL=table.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/table/table.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AACxC,OAAO,KAAK,EAAE,eAAe,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAA;AAE7F;;;;;;;;;;;;;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;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB"}
@@ -1 +1,2 @@
1
1
  export * from './selector';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/dataSelector/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA"}
@@ -86,3 +86,4 @@ export declare const zSelectors: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
86
86
  }>>;
87
87
  value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
88
88
  }, z.core.$strip>]>>;
89
+ //# sourceMappingURL=selector.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"selector.d.ts","sourceRoot":"","sources":["../../../src/types/dataSelector/selector.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,eAAe,CAAA;AAE1C,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,MAAM,CAAA;AAE3C,MAAM,MAAM,oBAAoB,GAAG,KAAK,CAAA;AAExC,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,SAAS,CAAA;IAClE,EAAE,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,SAAS,CAAA;IAC5D,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC,CAAA;CAChD,CAAA;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,IAAI,GAAG,QAAQ,CAAA;IAC1B,EAAE,CAAC,EAAE,IAAI,GAAG,QAAQ,CAAA;IACpB,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC,CAAA;CAChD,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG,aAAa,GAAG,oBAAoB,GAAG,eAAe,GAAG,iBAAiB,CAAA;AAEjG,MAAM,MAAM,SAAS,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAA;AAEvC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAepB,CAAA;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAAqB,CAAA"}
@@ -7,3 +7,4 @@ export declare const zLocale: z.ZodDefault<z.ZodEnum<{
7
7
  "zh-CN": "zh-CN";
8
8
  "en-US": "en-US";
9
9
  }>>;
10
+ //# sourceMappingURL=i18n.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../../src/types/i18n/i18n.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,MAAM,MAAM,GAAG,OAAO,GAAG,OAAO,CAAA;AAEtC,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC,MAAM,EAAE;KAAG,KAAK,IAAI,MAAM,GAAG,MAAM;CAAE,CAAC,CAAA;AAE/E,eAAO,MAAM,OAAO;;;GAA8C,CAAA"}
@@ -1 +1,2 @@
1
1
  export * from './i18n';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/i18n/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA"}
@@ -5,3 +5,4 @@ export type * from './builder';
5
5
  export * from './vseed';
6
6
  export type * from './advancedVSeed';
7
7
  export type * from './i18n';
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,mBAAmB,YAAY,CAAA;AAC/B,mBAAmB,aAAa,CAAA;AAChC,mBAAmB,WAAW,CAAA;AAC9B,cAAc,SAAS,CAAA;AACvB,mBAAmB,iBAAiB,CAAA;AACpC,mBAAmB,QAAQ,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import type { AdvancedVSeed } from '../../advancedVSeed';
2
- import type { VSeed } from '../../chartType';
2
+ import type { VSeed } from '../../vseed';
3
3
  import type { CustomTheme } from '../../properties';
4
4
  import type { Pipe } from '../pipeline';
5
5
  export type AdvancedPipelineContext = {
@@ -8,3 +8,4 @@ export type AdvancedPipelineContext = {
8
8
  };
9
9
  export type AdvancedPipe = Pipe<AdvancedVSeed, AdvancedPipelineContext>;
10
10
  export type AdvancedPipeline = Pipe<AdvancedVSeed, AdvancedPipelineContext>[];
11
+ //# sourceMappingURL=advancedVSeed.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"advancedVSeed.d.ts","sourceRoot":"","sources":["../../../../src/types/pipeline/advancedVSeed/advancedVSeed.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAA;AAC5D,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AACxC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAEvC,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,EAAE,KAAK,CAAA;IACZ,WAAW,CAAC,EAAE,WAAW,CAAA;CAC1B,CAAA;AAED,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,aAAa,EAAE,uBAAuB,CAAC,CAAA;AAEvE,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,aAAa,EAAE,uBAAuB,CAAC,EAAE,CAAA"}
@@ -1 +1,2 @@
1
1
  export type * from './advancedVSeed';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/pipeline/advancedVSeed/index.ts"],"names":[],"mappings":"AAAA,mBAAmB,iBAAiB,CAAA"}
@@ -1,3 +1,4 @@
1
1
  export type * from './pipeline';
2
2
  export type * from './spec';
3
3
  export type * from './advancedVSeed';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/pipeline/index.ts"],"names":[],"mappings":"AAAA,mBAAmB,YAAY,CAAA;AAC/B,mBAAmB,QAAQ,CAAA;AAC3B,mBAAmB,iBAAiB,CAAA"}