@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":"scatter.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/scatter/scatter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AAqBxC,OAAO,KAAK,EACV,cAAc,EACd,wBAAwB,EACxB,eAAe,EACf,sBAAsB,EACtB,eAAe,EACf,KAAK,EACL,OAAO,EACP,UAAU,EACV,KAAK,EACL,MAAM,EACN,QAAQ,EACR,UAAU,EACV,KAAK,EACL,OAAO,EACP,aAAa,EACb,WAAW,EACX,WAAW,EACZ,MAAM,kBAAkB,CAAA;AACzB,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,OAAO;IACtB;;;;;OAKG;IACH,SAAS,EAAE,SAAS,CAAA;IACpB;;;;;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,WAAW,CAAA;IAEnB;;;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;;;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,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAoBnB,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"}
@@ -1,2 +1,3 @@
1
1
  export type Pipe<T, U> = (result: Partial<T>, context: U) => Partial<T>;
2
2
  export type ExecPipelineType = <T, U>(pipeline: Array<Pipe<T, U>>, context: U, initialValue?: Partial<T>) => T;
3
+ //# sourceMappingURL=pipeline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../src/types/pipeline/pipeline.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,IAAI,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,KAAK,OAAO,CAAC,CAAC,CAAC,CAAA;AAEvE,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,EAAE,CAAC,EAClC,QAAQ,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAC3B,OAAO,EAAE,CAAC,EACV,YAAY,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,KACtB,CAAC,CAAA"}
@@ -1 +1,2 @@
1
1
  export type * from './spec';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/pipeline/spec/index.ts"],"names":[],"mappings":"AAAA,mBAAmB,QAAQ,CAAA"}
@@ -1,6 +1,6 @@
1
1
  import type { Spec } from '../..';
2
2
  import type { Pipe } from '../pipeline';
3
- import type { VSeed } from '../../chartType';
3
+ import type { VSeed } from '../../vseed';
4
4
  import type { AdvancedVSeed } from '../../advancedVSeed';
5
5
  export type SpecPipelineContext = {
6
6
  vseed: VSeed;
@@ -8,3 +8,4 @@ export type SpecPipelineContext = {
8
8
  };
9
9
  export type SpecPipe = Pipe<Spec, SpecPipelineContext>;
10
10
  export type SpecPipeline = SpecPipe[];
11
+ //# sourceMappingURL=spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"spec.d.ts","sourceRoot":"","sources":["../../../../src/types/pipeline/spec/spec.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAA;AACrC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AACxC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAA;AAE5D,MAAM,MAAM,mBAAmB,GAAG;IAChC,KAAK,EAAE,KAAK,CAAA;IACZ,aAAa,EAAE,aAAa,CAAA;CAC7B,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG,IAAI,CAAC,IAAI,EAAE,mBAAmB,CAAC,CAAA;AAEtD,MAAM,MAAM,YAAY,GAAG,QAAQ,EAAE,CAAA"}
@@ -822,3 +822,4 @@ export declare const zAnnotation: z.ZodObject<{
822
822
  }, z.core.$strip>>]>>;
823
823
  }, z.core.$strip>;
824
824
  export type Annotation = z.infer<typeof zAnnotation>;
825
+ //# sourceMappingURL=annotation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotation.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/annotation/annotation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAMvB,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAKtB,CAAA;AAEF,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAA"}
@@ -246,3 +246,4 @@ export declare const zAnnotationArea: z.ZodObject<{
246
246
  areaBorderRadius: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
247
247
  outerPadding: z.ZodOptional<z.ZodNumber>;
248
248
  }, z.core.$strip>;
249
+ //# sourceMappingURL=annotationArea.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotationArea.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/annotation/annotationArea.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,KAAK,QAAQ,EAAE,KAAK,SAAS,EAAE,MAAM,oBAAoB,CAAA;AACzF,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,QAAQ,EAAE,QAAQ,GAAG,SAAS,CAAA;IAE9B;;;;;OAKG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAExB;;;;;OAKG;IACH,YAAY,CAAC,EAAE,KAAK,GAAG,UAAU,GAAG,SAAS,GAAG,QAAQ,GAAG,YAAY,GAAG,aAAa,GAAG,MAAM,GAAG,OAAO,CAAA;IAE1G;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;;;OAKG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB;;;;;OAKG;IACH,cAAc,CAAC,EAAE,MAAM,CAAA;IAEvB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAA;IACvC;;;;;OAKG;IACH,YAAY,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,QAAQ,CAAA;IAC1C;;;;;OAKG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B;;;;;OAKG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB;;;;;OAKG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAC9B;;;;;OAKG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAC9B;;;;;OAKG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAA;IAC/B;;;;;OAKG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAE1B;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB;;;;;OAKG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB;;;;;OAKG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB;;;;;OAKG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB,CAAA;AAED,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA2B1B,CAAA"}
@@ -251,3 +251,4 @@ export declare const zAnnotationHorizontalLine: z.ZodObject<{
251
251
  offsetY: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
252
252
  offsetX: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
253
253
  }, z.core.$strip>;
254
+ //# sourceMappingURL=annotationHorizontalLine.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotationHorizontalLine.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/annotation/annotationHorizontalLine.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,KAAK,QAAQ,EAAE,KAAK,SAAS,EAAE,MAAM,oBAAoB,CAAA;AACzF,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,MAAM,wBAAwB,GAAG;IACrC;;OAEG;IACH,QAAQ,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAA;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAA;IAChD;;;;;OAKG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IACxB;;;;;OAKG;IACH,YAAY,CAAC,EAAE,cAAc,GAAG,YAAY,GAAG,eAAe,GAAG,aAAa,GAAG,cAAc,GAAG,WAAW,CAAA;IAC7G;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;;;OAKG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB;;;;;OAKG;IACH,cAAc,CAAC,EAAE,MAAM,CAAA;IAEvB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAA;IACvC;;;;;OAKG;IACH,YAAY,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,QAAQ,CAAA;IAC1C;;;;;OAKG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB;;;;;OAKG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB;;;;;OAKG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,QAAQ,CAAA;IACzC;;;;;OAKG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B;;;;;OAKG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB;;;;;OAKG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAC9B;;;;;OAKG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAC9B;;;;;OAKG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAA;IAC/B;;;;;OAKG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAA;CAC3B,CAAA;AAED,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAyBpC,CAAA"}
@@ -197,3 +197,4 @@ export declare const zAnnotationPoint: z.ZodObject<{
197
197
  offsetY: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
198
198
  offsetX: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
199
199
  }, z.core.$strip>;
200
+ //# sourceMappingURL=annotationPoint.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotationPoint.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/annotation/annotationPoint.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,KAAK,QAAQ,EAAE,KAAK,SAAS,EAAE,MAAM,oBAAoB,CAAA;AACzF,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,QAAQ,EAAE,QAAQ,GAAG,SAAS,CAAA;IAC9B;;;;;OAKG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IACxB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;;;OAKG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB;;;;;OAKG;IACH,cAAc,CAAC,EAAE,MAAM,CAAA;IAEvB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAA;IACvC;;;;;OAKG;IACH,YAAY,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,QAAQ,CAAA;IAE1C;;;;;OAKG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB;;;;;OAKG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB;;;;;OAKG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B;;;;;OAKG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB;;;;;OAKG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAC9B;;;;;OAKG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAC9B;;;;;OAKG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAA;IAC/B;;;;;OAKG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAA;CAC3B,CAAA;AAED,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAgB3B,CAAA"}
@@ -251,3 +251,4 @@ export declare const zAnnotationVerticalLine: z.ZodObject<{
251
251
  offsetY: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
252
252
  offsetX: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
253
253
  }, z.core.$strip>;
254
+ //# sourceMappingURL=annotationVerticalLine.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotationVerticalLine.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/annotation/annotationVerticalLine.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,KAAK,QAAQ,EAAE,KAAK,SAAS,EAAE,MAAM,oBAAoB,CAAA;AACzF,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,MAAM,sBAAsB,GAAG;IACnC;;OAEG;IACH,QAAQ,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAA;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAA;IAChD;;;;;OAKG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IACxB;;;;;OAKG;IACH,YAAY,CAAC,EAAE,cAAc,GAAG,YAAY,GAAG,eAAe,GAAG,aAAa,GAAG,cAAc,GAAG,WAAW,CAAA;IAC7G;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;;;OAKG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB;;;;;OAKG;IACH,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAA;IACvC;;;;;OAKG;IACH,YAAY,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,QAAQ,CAAA;IAC1C;;;;;OAKG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB;;;;;OAKG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB;;;;;OAKG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,QAAQ,CAAA;IACzC;;;;;OAKG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B;;;;;OAKG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB;;;;;OAKG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAC9B;;;;;OAKG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAC9B;;;;;OAKG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAA;IAC/B;;;;;OAKG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAA;CAC3B,CAAA;AAED,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAyBlC,CAAA"}
@@ -3,3 +3,4 @@ export * from './annotation';
3
3
  export * from './annotationHorizontalLine';
4
4
  export * from './annotationVerticalLine';
5
5
  export * from './annotationArea';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/annotation/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA;AACjC,cAAc,cAAc,CAAA;AAC5B,cAAc,4BAA4B,CAAA;AAC1C,cAAc,0BAA0B,CAAA;AACxC,cAAc,kBAAkB,CAAA"}
@@ -6,3 +6,4 @@ export declare const zBackgroundColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
6
6
  * @description 背景颜色可以是颜色字符串, 例如'red', 'blue', 也可以是hex, rgb或rgba'#ff0000', 'rgba(255,0,0,0.5)'
7
7
  */
8
8
  export type BackgroundColor = string | undefined;
9
+ //# sourceMappingURL=backgroundColor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backgroundColor.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/baseConfig/backgroundColor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,eAAO,MAAM,gBAAgB,0CAA+C,CAAA;AAE5E;;;;GAIG;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,SAAS,CAAA"}
@@ -144,3 +144,4 @@ export declare const zBaseConfig: z.ZodObject<{
144
144
  export type VTableBaseConfig = z.infer<typeof zVTableBaseConfig>;
145
145
  export type VChartBaseConfig = z.infer<typeof zVChartBaseConfig>;
146
146
  export {};
147
+ //# sourceMappingURL=baseConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"baseConfig.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/baseConfig/baseConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAMrB,CAAA;AAEF,QAAA,MAAM,iBAAiB;;iBAErB,CAAA;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGtB,CAAA;AAEF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAChE,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA"}
@@ -9,7 +9,7 @@ export type Color = {
9
9
  * @description 颜色配色方案用于定义图表中不同元素的颜色
10
10
  * @example ['#FFCDD2,#F8BBD0,#E1BEE7,#D1C4E9,#C5CAE9,#BBDEFB,#B3E5FC,#B2EBF2,#B2DFDB,#C8E6C9,#DCEDC8,#F0F4C3,#FFF9C4,#FFECB3,#FFE0B2']
11
11
  */
12
- colorScheme: string[];
12
+ colorScheme?: string[];
13
13
  /**
14
14
  * 颜色映射
15
15
  * @description 颜色映射用于将数据值映射到具体的颜色
@@ -19,5 +19,6 @@ export type Color = {
19
19
  * 'sales': 'blue',
20
20
  * }
21
21
  */
22
- colorMapping: Record<string, string>;
22
+ colorMapping?: Record<string, string>;
23
23
  };
24
+ //# sourceMappingURL=color.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"color.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/baseConfig/color.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,eAAO,MAAM,MAAM;;;iBAGjB,CAAA;AAEF,MAAM,MAAM,KAAK,GAAG;IAClB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,EAAE,CAAA;IACtB;;;;;;;;OAQG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;CACtC,CAAA"}
@@ -10,3 +10,4 @@ export type { Legend } from './legend';
10
10
  export { zLegend } from './legend';
11
11
  export type { Tooltip } from './tooltip';
12
12
  export { zTooltip } from './tooltip';
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/baseConfig/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAA;AAEtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAA;AACpD,YAAY,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AACxD,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAC1C,YAAY,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AACpC,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAA;AAChC,YAAY,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AACpC,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAA;AAChC,YAAY,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAA;AAClC,YAAY,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAA"}
@@ -9,3 +9,4 @@ export type Label = {
9
9
  */
10
10
  enable: boolean;
11
11
  };
12
+ //# sourceMappingURL=label.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/baseConfig/label.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,eAAO,MAAM,MAAM;;iBAEjB,CAAA;AAEF,MAAM,MAAM,KAAK,GAAG;IAClB;;;OAGG;IACH,MAAM,EAAE,OAAO,CAAA;CAChB,CAAA"}
@@ -106,3 +106,4 @@ export declare const zLegend: z.ZodObject<{
106
106
  labelFontColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
107
107
  labelFontWeight: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
108
108
  }, z.core.$strip>;
109
+ //# sourceMappingURL=legend.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"legend.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/baseConfig/legend.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,MAAM,MAAM,GAAG;IACnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB;;;;;;;OAOG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACjC;;;;OAIG;IACH,SAAS,CAAC,EACN,QAAQ,GACR,OAAO,GACP,SAAS,GACT,QAAQ,GACR,OAAO,GACP,YAAY,GACZ,aAAa,GACb,OAAO,GACP,cAAc,GACd,UAAU,GACV,YAAY,GACZ,cAAc,GACd,eAAe,GACf,cAAc,GACd,QAAQ,GACR,MAAM,GACN,KAAK,GACL,MAAM,GACN,WAAW,GACX,YAAY,GACZ,WAAW,GACX,WAAW,CAAA;IACf;;;;OAIG;IACH,QAAQ,CAAC,EACL,MAAM,GACN,SAAS,GACT,YAAY,GACZ,IAAI,GACJ,IAAI,GACJ,KAAK,GACL,SAAS,GACT,UAAU,GACV,IAAI,GACJ,IAAI,GACJ,OAAO,GACP,UAAU,GACV,aAAa,GACb,IAAI,GACJ,IAAI,GACJ,QAAQ,GACR,YAAY,GACZ,aAAa,GACb,IAAI,GACJ,IAAI,CAAA;CACT,CAAA;AAED,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA2DlB,CAAA"}
@@ -9,3 +9,4 @@ export type Tooltip = {
9
9
  */
10
10
  enable: boolean;
11
11
  };
12
+ //# sourceMappingURL=tooltip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/baseConfig/tooltip.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,eAAO,MAAM,QAAQ;;iBAEnB,CAAA;AAEF,MAAM,MAAM,OAAO,GAAG;IACpB;;;OAGG;IACH,MAAM,EAAE,OAAO,CAAA;CAChB,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- export type ChartType = 'table' | 'pivotTable' | 'line' | 'column' | 'columnPercent' | 'columnParallel' | 'bar' | 'barPercent' | 'barParallel' | 'area' | 'areaPercent' | 'rose' | 'pie' | 'donut' | 'dualAxis';
2
+ export type ChartType = 'table' | 'pivotTable' | 'line' | 'column' | 'columnPercent' | 'columnParallel' | 'bar' | 'barPercent' | 'barParallel' | 'area' | 'areaPercent' | 'rose' | 'roseParallel' | 'pie' | 'donut' | 'dualAxis' | 'scatter' | 'funnel';
3
3
  export declare enum ChartTypeEnum {
4
4
  Table = "table",
5
5
  PivotTable = "pivotTable",
@@ -13,9 +13,12 @@ export declare enum ChartTypeEnum {
13
13
  Area = "area",
14
14
  AreaPercent = "areaPercent",
15
15
  Rose = "rose",
16
+ RoseParallel = "roseParallel",
16
17
  Pie = "pie",
17
18
  Donut = "donut",
18
- DualAxis = "dualAxis"
19
+ DualAxis = "dualAxis",
20
+ Scatter = "scatter",
21
+ Funnel = "funnel"
19
22
  }
20
23
  export declare const zChartType: z.ZodEnum<{
21
24
  table: "table";
@@ -30,7 +33,11 @@ export declare const zChartType: z.ZodEnum<{
30
33
  area: "area";
31
34
  areaPercent: "areaPercent";
32
35
  rose: "rose";
36
+ roseParallel: "roseParallel";
33
37
  pie: "pie";
34
38
  donut: "donut";
35
39
  dualAxis: "dualAxis";
40
+ scatter: "scatter";
41
+ funnel: "funnel";
36
42
  }>;
43
+ //# sourceMappingURL=chartType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chartType.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/chartType/chartType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,MAAM,SAAS,GACjB,OAAO,GACP,YAAY,GACZ,MAAM,GACN,QAAQ,GACR,eAAe,GACf,gBAAgB,GAChB,KAAK,GACL,YAAY,GACZ,aAAa,GACb,MAAM,GACN,aAAa,GACb,MAAM,GACN,cAAc,GACd,KAAK,GACL,OAAO,GACP,UAAU,GACV,SAAS,GACT,QAAQ,CAAA;AAEZ,oBAAY,aAAa;IACvB,KAAK,UAAU;IACf,UAAU,eAAe;IACzB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,aAAa,kBAAkB;IAC/B,cAAc,mBAAmB;IACjC,GAAG,QAAQ;IACX,UAAU,eAAe;IACzB,WAAW,gBAAgB;IAC3B,IAAI,SAAS;IACb,WAAW,gBAAgB;IAC3B,IAAI,SAAS;IACb,YAAY,iBAAiB;IAC7B,GAAG,QAAQ;IACX,KAAK,UAAU;IACf,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,MAAM,WAAW;CAClB;AAED,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;EAmBrB,CAAA"}
@@ -1,2 +1,3 @@
1
1
  export type { ChartType } from './chartType';
2
2
  export { zChartType } from './chartType';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/chartType/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA"}
@@ -255,3 +255,4 @@ export declare const zAxis: z.ZodObject<{
255
255
  gridWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
256
256
  }, z.core.$strip>>;
257
257
  }, z.core.$strip>;
258
+ //# sourceMappingURL=axis.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axis.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/config/axis.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,MAAM,IAAI,GAAG;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;;OAKG;IACH,GAAG,CAAC,EAAE,MAAM,CAAA;IAEZ;;;;;OAKG;IACH,GAAG,CAAC,EAAE,MAAM,CAAA;IAEZ;;;;;OAKG;IACH,IAAI,CAAC,EAAE,OAAO,CAAA;IAEd;;;;;OAKG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;;OAKG;IACH,IAAI,CAAC,EAAE,OAAO,CAAA;IAEd;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB;;;;;;OAMG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB;;;;OAIG;IACH,yBAAyB,CAAC,EAAE,MAAM,EAAE,CAAA;IACpC;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAA;IAE7B;;;OAGG;IACH,KAAK,CAAC,EAAE;QACN;;;WAGG;QACH,OAAO,CAAC,EAAE,OAAO,CAAA;QACjB;;;WAGG;QACH,UAAU,CAAC,EAAE,MAAM,CAAA;QACnB;;;WAGG;QACH,aAAa,CAAC,EAAE,MAAM,CAAA;QACtB;;;WAGG;QACH,eAAe,CAAC,EAAE,MAAM,CAAA;QACxB;;;WAGG;QACH,UAAU,CAAC,EAAE,MAAM,CAAA;KACpB,CAAA;IAED;;;;;;;;OAQG;IACH,IAAI,CAAC,EAAE;QACL;;;WAGG;QACH,OAAO,CAAC,EAAE,OAAO,CAAA;QACjB;;;WAGG;QACH,SAAS,CAAC,EAAE,MAAM,CAAA;QAClB;;;WAGG;QACH,SAAS,CAAC,EAAE,MAAM,CAAA;KACnB,CAAA;IAED;;;OAGG;IACH,IAAI,CAAC,EAAE;QACL;;;WAGG;QACH,OAAO,CAAC,EAAE,OAAO,CAAA;QACjB;;;WAGG;QACH,UAAU,CAAC,EAAE,OAAO,CAAA;QACpB;;;WAGG;QACH,SAAS,CAAC,EAAE,MAAM,CAAA;QAClB;;;WAGG;QACH,QAAQ,CAAC,EAAE,MAAM,CAAA;KAClB,CAAA;IAED;;;OAGG;IACH,KAAK,CAAC,EAAE;QACN;;;WAGG;QACH,OAAO,CAAC,EAAE,OAAO,CAAA;QACjB;;;WAGG;QACH,SAAS,CAAC,EAAE,MAAM,CAAA;QAClB;;;WAGG;QACH,UAAU,CAAC,EAAE,MAAM,CAAA;QACnB;;;WAGG;QACH,aAAa,CAAC,EAAE,MAAM,CAAA;QACtB;;;WAGG;QACH,eAAe,CAAC,EAAE,MAAM,CAAA;KACzB,CAAA;IAED;;;OAGG;IACH,IAAI,CAAC,EAAE;QACL,OAAO,CAAC,EAAE,OAAO,CAAA;QACjB;;;WAGG;QACH,SAAS,CAAC,EAAE,MAAM,CAAA;QAClB;;;WAGG;QACH,SAAS,CAAC,EAAE,MAAM,CAAA;KACnB,CAAA;CACF,CAAA;AAED,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAuDhB,CAAA"}
@@ -80,3 +80,4 @@ export declare const zYBandAxis: z.ZodObject<{
80
80
  gridWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
81
81
  }, z.core.$strip>>;
82
82
  }, z.core.$strip>;
83
+ //# sourceMappingURL=bandAxis.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bandAxis.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/config/bandAxis.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAElC,MAAM,MAAM,SAAS,GAAG,IAAI,CAAC,IAAI,EAAE,KAAK,GAAG,KAAK,GAAG,MAAM,GAAG,MAAM,CAAC,CAAA;AACnE,MAAM,MAAM,SAAS,GAAG,IAAI,CAAC,IAAI,EAAE,KAAK,GAAG,KAAK,GAAG,MAAM,GAAG,MAAM,CAAC,CAAA;AAEnE,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAiDrB,CAAA;AACF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAa,CAAA"}
@@ -1,5 +1,7 @@
1
1
  import { z } from 'zod';
2
2
  export declare const zConfig: z.ZodObject<{
3
+ table: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
4
+ pivotTable: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
3
5
  line: z.ZodOptional<z.ZodObject<{
4
6
  xAxis: z.ZodOptional<z.ZodObject<{
5
7
  visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
@@ -780,11 +782,97 @@ export declare const zConfig: z.ZodObject<{
780
782
  labelBackgroundColor: z.ZodOptional<z.ZodString>;
781
783
  }, z.core.$strip>>;
782
784
  }, z.core.$strip>>;
785
+ rose: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
786
+ roseParallel: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
783
787
  pie: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
784
788
  donut: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
785
- rose: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
786
789
  dualAxis: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
787
- table: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
788
- pivotTable: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
790
+ scatter: z.ZodOptional<z.ZodObject<{
791
+ xAxis: z.ZodOptional<z.ZodObject<{
792
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
793
+ min: z.ZodOptional<z.ZodNumber>;
794
+ max: z.ZodOptional<z.ZodNumber>;
795
+ nice: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
796
+ zero: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
797
+ inverse: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
798
+ label: z.ZodOptional<z.ZodObject<{
799
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
800
+ labelColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
801
+ labelFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
802
+ labelFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
803
+ labelAngle: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
804
+ }, z.core.$strip>>;
805
+ line: z.ZodOptional<z.ZodObject<{
806
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
807
+ lineColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
808
+ lineWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
809
+ }, z.core.$strip>>;
810
+ tick: z.ZodOptional<z.ZodObject<{
811
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
812
+ tickInside: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
813
+ tickColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
814
+ tickSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
815
+ }, z.core.$strip>>;
816
+ title: z.ZodOptional<z.ZodObject<{
817
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
818
+ titleText: z.ZodOptional<z.ZodDefault<z.ZodString>>;
819
+ titleColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
820
+ titleFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
821
+ titleFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
822
+ }, z.core.$strip>>;
823
+ grid: z.ZodOptional<z.ZodObject<{
824
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
825
+ gridColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
826
+ gridWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
827
+ }, z.core.$strip>>;
828
+ }, z.core.$strip>>;
829
+ yAxis: z.ZodOptional<z.ZodObject<{
830
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
831
+ min: z.ZodOptional<z.ZodNumber>;
832
+ max: z.ZodOptional<z.ZodNumber>;
833
+ nice: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
834
+ zero: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
835
+ inverse: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
836
+ label: z.ZodOptional<z.ZodObject<{
837
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
838
+ labelColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
839
+ labelFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
840
+ labelFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
841
+ labelAngle: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
842
+ }, z.core.$strip>>;
843
+ line: z.ZodOptional<z.ZodObject<{
844
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
845
+ lineColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
846
+ lineWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
847
+ }, z.core.$strip>>;
848
+ tick: z.ZodOptional<z.ZodObject<{
849
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
850
+ tickInside: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
851
+ tickColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
852
+ tickSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
853
+ }, z.core.$strip>>;
854
+ title: z.ZodOptional<z.ZodObject<{
855
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
856
+ titleText: z.ZodOptional<z.ZodDefault<z.ZodString>>;
857
+ titleColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
858
+ titleFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
859
+ titleFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
860
+ }, z.core.$strip>>;
861
+ grid: z.ZodOptional<z.ZodObject<{
862
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
863
+ gridColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
864
+ gridWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
865
+ }, z.core.$strip>>;
866
+ }, z.core.$strip>>;
867
+ crosshairLine: z.ZodOptional<z.ZodObject<{
868
+ visible: z.ZodOptional<z.ZodBoolean>;
869
+ lineColor: z.ZodOptional<z.ZodString>;
870
+ labelColor: z.ZodOptional<z.ZodString>;
871
+ labelVisible: z.ZodOptional<z.ZodBoolean>;
872
+ labelBackgroundColor: z.ZodOptional<z.ZodString>;
873
+ }, z.core.$strip>>;
874
+ }, z.core.$strip>>;
875
+ funnel: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
789
876
  }, z.core.$strip>;
790
877
  export type Config = z.infer<typeof zConfig>;
878
+ //# sourceMappingURL=config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/config/config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAMvB,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAuFlB,CAAA;AAEF,MAAM,MAAM,MAAM,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,OAAO,CAAC,CAAA"}
@@ -15,3 +15,4 @@ export declare const zCrosshairRect: z.ZodObject<{
15
15
  labelBackgroundColor: z.ZodOptional<z.ZodString>;
16
16
  }, z.core.$strip>;
17
17
  export type CrosshairRect = z.infer<typeof zCrosshairLine>;
18
+ //# sourceMappingURL=crosshair.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"crosshair.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/config/crosshair.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,eAAO,MAAM,cAAc;;;;;;iBAMzB,CAAA;AAEF,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAA;AAE1D,eAAO,MAAM,cAAc;;;;;;iBAMzB,CAAA;AAEF,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAA"}
@@ -4,3 +4,4 @@ export * from './bandAxis';
4
4
  export * from './linearAxis';
5
5
  export * from './crosshair';
6
6
  export * from './stackCornerRadius';
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/config/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA;AACtB,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA;AAC1B,cAAc,cAAc,CAAA;AAC5B,cAAc,aAAa,CAAA;AAC3B,cAAc,qBAAqB,CAAA"}
@@ -78,3 +78,4 @@ export declare const zYLinearAxis: z.ZodObject<{
78
78
  gridWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
79
79
  }, z.core.$strip>>;
80
80
  }, z.core.$strip>;
81
+ //# sourceMappingURL=linearAxis.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linearAxis.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/config/linearAxis.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,QAAQ,CAAA;AAElC,MAAM,MAAM,WAAW,GAAG,IAAI,CAC5B,IAAI,EACF,eAAe,GACf,kBAAkB,GAClB,iBAAiB,GACjB,2BAA2B,GAC3B,gBAAgB,GAChB,sBAAsB,CACzB,CAAA;AACD,MAAM,MAAM,WAAW,GAAG,IAAI,CAC5B,IAAI,EACF,eAAe,GACf,kBAAkB,GAClB,iBAAiB,GACjB,2BAA2B,GAC3B,gBAAgB,GAChB,sBAAsB,CACzB,CAAA;AAED,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAiDvB,CAAA;AAEF,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAe,CAAA"}
@@ -1,3 +1,4 @@
1
1
  import { z } from 'zod';
2
2
  export declare const zStackCornerRadius: z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>;
3
3
  export type StackCornerRadius = z.infer<typeof zStackCornerRadius>;
4
+ //# sourceMappingURL=stackCornerRadius.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stackCornerRadius.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/config/stackCornerRadius.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,eAAO,MAAM,kBAAkB,kEAA2D,CAAA;AAE1F,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA"}
@@ -13,3 +13,4 @@ export declare const zDatum: z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>,
13
13
  export declare const zDataset: z.ZodArray<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodAny>>;
14
14
  export type Datum = z.infer<typeof zDatum>;
15
15
  export type Dataset = z.infer<typeof zDataset>;
16
+ //# sourceMappingURL=dataset.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dataset.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/dataset/dataset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB;;;;;;;;;GASG;AACH,eAAO,MAAM,MAAM,+DAA+C,CAAA;AAClE,eAAO,MAAM,QAAQ,2EAAkB,CAAA;AAEvC,MAAM,MAAM,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,MAAM,CAAC,CAAA;AAC1C,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAA"}
@@ -1,2 +1,3 @@
1
1
  export type { Dataset, Datum } from './dataset';
2
2
  export { zDataset, zDatum } from './dataset';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/dataset/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,WAAW,CAAA;AAC/C,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,WAAW,CAAA"}
@@ -39,3 +39,4 @@ export declare const zDatasetReshapeInfo: z.ZodArray<z.ZodObject<{
39
39
  }, z.core.$strip>;
40
40
  }, z.core.$strip>>;
41
41
  export type DatasetReshapeInfo = z.infer<typeof zDatasetReshapeInfo>;
42
+ //# sourceMappingURL=datasetReshapeInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"datasetReshapeInfo.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/datasetReshapeInfo/datasetReshapeInfo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,MAAM,QAAQ,GAAG;IACrB,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC,CAAA;IAC3C,SAAS,EAAE,MAAM,CAAA;IACjB,WAAW,EAAE,MAAM,CAAA;IACnB,YAAY,EAAE,MAAM,CAAA;CACrB,CAAA;AAED,MAAM,MAAM,UAAU,GAAG;IACvB,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,MAAM,EAAE,CAAA;IACpB,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;CACnC,CAAA;AAED,eAAO,MAAM,SAAS;;;;;iBAKpB,CAAA;AACF,eAAO,MAAM,WAAW;;;;;iBAKtB,CAAA;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;kBAM/B,CAAA;AAED,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAA"}
@@ -1,2 +1,3 @@
1
1
  export { zDatasetReshapeInfo, zFoldInfo, zUnfoldInfo } from './datasetReshapeInfo';
2
2
  export type { FoldInfo, UnfoldInfo, DatasetReshapeInfo } from './datasetReshapeInfo';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/datasetReshapeInfo/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAClF,YAAY,EAAE,QAAQ,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA"}
@@ -21,3 +21,4 @@ export declare const zDimensions: z.ZodOptional<z.ZodArray<z.ZodObject<{
21
21
  }, z.core.$strip>>>;
22
22
  export type Dimension = z.infer<typeof zDimension>;
23
23
  export type Dimensions = z.infer<typeof zDimensions>;
24
+ //# sourceMappingURL=dimensions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dimensions.d.ts","sourceRoot":"","sources":["../../../../src/types/properties/dimensions/dimensions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,eAAO,MAAM,UAAU;;;;;;;;;iBAKrB,CAAA;AAEF,eAAO,MAAM,WAAW;;;;;;;;;mBAAiC,CAAA;AAEzD,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAA;AAElD,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAA"}
@@ -1,2 +1,3 @@
1
1
  export type { Dimension, Dimensions } from './dimensions';
2
2
  export { zDimension, zDimensions } from './dimensions';
3
+ //# sourceMappingURL=index.d.ts.map