@visactor/vseed 0.0.14 → 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 +693 -15
  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 +668 -11
  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 +868 -0
  326. package/dist/types/chartType/area/area.d.ts.map +1 -0
  327. package/dist/types/chartType/area/index.d.ts +2 -1
  328. package/dist/types/chartType/area/index.d.ts.map +1 -0
  329. package/dist/types/chartType/areaPercent/areaPercent.d.ts +868 -0
  330. package/dist/types/chartType/areaPercent/areaPercent.d.ts.map +1 -0
  331. package/dist/types/chartType/areaPercent/index.d.ts +2 -1
  332. package/dist/types/chartType/areaPercent/index.d.ts.map +1 -0
  333. package/dist/types/chartType/bar/bar.d.ts +714 -2
  334. package/dist/types/chartType/bar/bar.d.ts.map +1 -0
  335. package/dist/types/chartType/bar/index.d.ts +2 -1
  336. package/dist/types/chartType/bar/index.d.ts.map +1 -0
  337. package/dist/types/chartType/barParallel/barParallel.d.ts +712 -0
  338. package/dist/types/chartType/barParallel/barParallel.d.ts.map +1 -0
  339. package/dist/types/chartType/barParallel/index.d.ts +2 -1
  340. package/dist/types/chartType/barParallel/index.d.ts.map +1 -0
  341. package/dist/types/chartType/barPercent/barPercent.d.ts +712 -0
  342. package/dist/types/chartType/barPercent/barPercent.d.ts.map +1 -0
  343. package/dist/types/chartType/barPercent/index.d.ts +2 -1
  344. package/dist/types/chartType/barPercent/index.d.ts.map +1 -0
  345. package/dist/types/chartType/column/column.d.ts +712 -0
  346. package/dist/types/chartType/column/column.d.ts.map +1 -0
  347. package/dist/types/chartType/column/index.d.ts +2 -1
  348. package/dist/types/chartType/column/index.d.ts.map +1 -0
  349. package/dist/types/chartType/columnParallel/columnParallel.d.ts +712 -0
  350. package/dist/types/chartType/columnParallel/columnParallel.d.ts.map +1 -0
  351. package/dist/types/chartType/columnParallel/index.d.ts +2 -1
  352. package/dist/types/chartType/columnParallel/index.d.ts.map +1 -0
  353. package/dist/types/chartType/columnPercent/columnPercent.d.ts +712 -0
  354. package/dist/types/chartType/columnPercent/columnPercent.d.ts.map +1 -0
  355. package/dist/types/chartType/columnPercent/index.d.ts +2 -1
  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 +14 -13
  366. package/dist/types/chartType/index.d.ts.map +1 -0
  367. package/dist/types/chartType/line/index.d.ts +2 -1
  368. package/dist/types/chartType/line/index.d.ts.map +1 -0
  369. package/dist/types/chartType/line/line.d.ts +795 -0
  370. package/dist/types/chartType/line/line.d.ts.map +1 -0
  371. package/dist/types/chartType/pie/index.d.ts +2 -1
  372. package/dist/types/chartType/pie/index.d.ts.map +1 -0
  373. package/dist/types/chartType/pie/pie.d.ts +138 -0
  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 +2 -1
  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 +6858 -32
  504. package/dist/types/vseed.d.ts.map +1 -0
  505. package/dist/umd/index.js +9120 -0
  506. package/dist/umd/index.js.map +1 -0
  507. package/package.json +10 -10
  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
@@ -1,5 +1,6 @@
1
1
  import type { Locale } from '../../i18n';
2
2
  import type { AnnotationArea, AnnotationHorizontalLine, AnnotationPoint, AnnotationVerticalLine, BackgroundColor, Color, Dataset, Dimensions, Label, Legend, LineStyle, Measures, PointStyle, Theme, Tooltip, CrosshairLine, XBandAxis, YLinearAxis } from '../../properties';
3
+ import { z } from 'zod';
3
4
  /**
4
5
  * 折线图类型定义
5
6
  * @description 折线图,适用于展示数据随时间或有序类别变化的趋势,通过线段连接数据点形成趋势线
@@ -138,3 +139,797 @@ export interface Line {
138
139
  */
139
140
  locale?: Locale;
140
141
  }
142
+ export declare const zLine: z.ZodObject<{
143
+ chartType: z.ZodLiteral<"line">;
144
+ dataset: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodAny>>>;
145
+ dimensions: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
146
+ id: z.ZodString;
147
+ alias: z.ZodOptional<z.ZodString>;
148
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
149
+ location: z.ZodEnum<{
150
+ dimension: "dimension";
151
+ rowDimension: "rowDimension";
152
+ columnDimension: "columnDimension";
153
+ }>;
154
+ }, z.core.$strip>>>>;
155
+ measures: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
156
+ id: z.ZodString;
157
+ alias: z.ZodOptional<z.ZodString>;
158
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
159
+ children: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject</*elided*/ any, z.core.$strip>, z.ZodObject<{
160
+ id: z.ZodString;
161
+ alias: z.ZodOptional<z.ZodString>;
162
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
163
+ autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
164
+ format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
165
+ type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
166
+ number: "number";
167
+ percent: "percent";
168
+ permille: "permille";
169
+ }>>>;
170
+ ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
171
+ symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
172
+ thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
173
+ decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
174
+ round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
175
+ round: "round";
176
+ floor: "floor";
177
+ ceil: "ceil";
178
+ }>>>;
179
+ prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
180
+ suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
181
+ }, z.core.$strip>>>>;
182
+ }, z.core.$strip>]>>>;
183
+ }, z.core.$strip>, z.ZodObject<{
184
+ id: z.ZodString;
185
+ alias: z.ZodOptional<z.ZodString>;
186
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
187
+ autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
188
+ format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
189
+ type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
190
+ number: "number";
191
+ percent: "percent";
192
+ permille: "permille";
193
+ }>>>;
194
+ ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
195
+ symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
196
+ thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
197
+ decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
198
+ round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
199
+ round: "round";
200
+ floor: "floor";
201
+ ceil: "ceil";
202
+ }>>>;
203
+ prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
204
+ suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
205
+ }, z.core.$strip>>>>;
206
+ }, z.core.$strip>]>>>>;
207
+ backgroundColor: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
208
+ color: z.ZodOptional<z.ZodObject<{
209
+ colorScheme: z.ZodOptional<z.ZodArray<z.ZodString>>;
210
+ colorMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
211
+ }, z.core.$strip>>;
212
+ label: z.ZodOptional<z.ZodObject<{
213
+ enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
214
+ }, z.core.$strip>>;
215
+ legend: z.ZodOptional<z.ZodObject<{
216
+ enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
217
+ border: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
218
+ maxSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
219
+ shapeType: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
220
+ circle: "circle";
221
+ cross: "cross";
222
+ diamond: "diamond";
223
+ square: "square";
224
+ arrow: "arrow";
225
+ arrow2Left: "arrow2Left";
226
+ arrow2Right: "arrow2Right";
227
+ wedge: "wedge";
228
+ thinTriangle: "thinTriangle";
229
+ triangle: "triangle";
230
+ triangleUp: "triangleUp";
231
+ triangleDown: "triangleDown";
232
+ triangleRight: "triangleRight";
233
+ triangleLeft: "triangleLeft";
234
+ stroke: "stroke";
235
+ star: "star";
236
+ wye: "wye";
237
+ rect: "rect";
238
+ arrowLeft: "arrowLeft";
239
+ arrowRight: "arrowRight";
240
+ rectRound: "rectRound";
241
+ roundLine: "roundLine";
242
+ }>>>;
243
+ position: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
244
+ left: "left";
245
+ leftTop: "leftTop";
246
+ leftBottom: "leftBottom";
247
+ lt: "lt";
248
+ lb: "lb";
249
+ top: "top";
250
+ topLeft: "topLeft";
251
+ topRight: "topRight";
252
+ tl: "tl";
253
+ tr: "tr";
254
+ right: "right";
255
+ rightTop: "rightTop";
256
+ rightBottom: "rightBottom";
257
+ rt: "rt";
258
+ rb: "rb";
259
+ bottom: "bottom";
260
+ bottomLeft: "bottomLeft";
261
+ bottomRight: "bottomRight";
262
+ bl: "bl";
263
+ br: "br";
264
+ }>>>;
265
+ labelFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
266
+ labelFontColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
267
+ labelFontWeight: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
268
+ }, z.core.$strip>>;
269
+ tooltip: z.ZodOptional<z.ZodObject<{
270
+ enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
271
+ }, z.core.$strip>>;
272
+ xAxis: z.ZodOptional<z.ZodObject<{
273
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
274
+ labelAutoHide: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
275
+ labelAutoHideGap: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
276
+ labelAutoRotate: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
277
+ labelAutoRotateAngleRange: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodNumber>>>;
278
+ labelAutoLimit: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
279
+ labelAutoLimitLength: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
280
+ label: z.ZodOptional<z.ZodObject<{
281
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
282
+ labelColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
283
+ labelFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
284
+ labelFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
285
+ labelAngle: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
286
+ }, z.core.$strip>>;
287
+ line: z.ZodOptional<z.ZodObject<{
288
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
289
+ lineColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
290
+ lineWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
291
+ }, z.core.$strip>>;
292
+ tick: z.ZodOptional<z.ZodObject<{
293
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
294
+ tickInside: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
295
+ tickColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
296
+ tickSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
297
+ }, z.core.$strip>>;
298
+ title: z.ZodOptional<z.ZodObject<{
299
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
300
+ titleText: z.ZodOptional<z.ZodDefault<z.ZodString>>;
301
+ titleColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
302
+ titleFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
303
+ titleFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
304
+ }, z.core.$strip>>;
305
+ grid: z.ZodOptional<z.ZodObject<{
306
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
307
+ gridColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
308
+ gridWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
309
+ }, z.core.$strip>>;
310
+ }, z.core.$strip>>;
311
+ yAxis: z.ZodOptional<z.ZodObject<{
312
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
313
+ min: z.ZodOptional<z.ZodNumber>;
314
+ max: z.ZodOptional<z.ZodNumber>;
315
+ nice: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
316
+ zero: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
317
+ inverse: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
318
+ label: z.ZodOptional<z.ZodObject<{
319
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
320
+ labelColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
321
+ labelFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
322
+ labelFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
323
+ labelAngle: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
324
+ }, z.core.$strip>>;
325
+ line: z.ZodOptional<z.ZodObject<{
326
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
327
+ lineColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
328
+ lineWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
329
+ }, z.core.$strip>>;
330
+ tick: z.ZodOptional<z.ZodObject<{
331
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
332
+ tickInside: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
333
+ tickColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
334
+ tickSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
335
+ }, z.core.$strip>>;
336
+ title: z.ZodOptional<z.ZodObject<{
337
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
338
+ titleText: z.ZodOptional<z.ZodDefault<z.ZodString>>;
339
+ titleColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
340
+ titleFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
341
+ titleFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
342
+ }, z.core.$strip>>;
343
+ grid: z.ZodOptional<z.ZodObject<{
344
+ visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
345
+ gridColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
346
+ gridWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
347
+ }, z.core.$strip>>;
348
+ }, z.core.$strip>>;
349
+ crosshairLine: z.ZodOptional<z.ZodObject<{
350
+ visible: z.ZodOptional<z.ZodBoolean>;
351
+ lineColor: z.ZodOptional<z.ZodString>;
352
+ labelColor: z.ZodOptional<z.ZodString>;
353
+ labelVisible: z.ZodOptional<z.ZodBoolean>;
354
+ labelBackgroundColor: z.ZodOptional<z.ZodString>;
355
+ }, z.core.$strip>>;
356
+ theme: z.ZodOptional<z.ZodString>;
357
+ pointStyle: z.ZodOptional<z.ZodObject<{
358
+ selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
359
+ field: z.ZodString;
360
+ operator: z.ZodOptional<z.ZodEnum<{
361
+ "=": "=";
362
+ "==": "==";
363
+ "!=": "!=";
364
+ ">": ">";
365
+ "<": "<";
366
+ ">=": ">=";
367
+ "<=": "<=";
368
+ between: "between";
369
+ }>>;
370
+ op: z.ZodOptional<z.ZodEnum<{
371
+ "=": "=";
372
+ "==": "==";
373
+ "!=": "!=";
374
+ ">": ">";
375
+ "<": "<";
376
+ ">=": ">=";
377
+ "<=": "<=";
378
+ between: "between";
379
+ }>>;
380
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
381
+ }, z.core.$strip>, z.ZodObject<{
382
+ field: z.ZodString;
383
+ operator: z.ZodOptional<z.ZodEnum<{
384
+ in: "in";
385
+ "not in": "not in";
386
+ }>>;
387
+ op: z.ZodOptional<z.ZodEnum<{
388
+ in: "in";
389
+ "not in": "not in";
390
+ }>>;
391
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
392
+ }, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
393
+ field: z.ZodString;
394
+ operator: z.ZodOptional<z.ZodEnum<{
395
+ "=": "=";
396
+ "==": "==";
397
+ "!=": "!=";
398
+ ">": ">";
399
+ "<": "<";
400
+ ">=": ">=";
401
+ "<=": "<=";
402
+ between: "between";
403
+ }>>;
404
+ op: z.ZodOptional<z.ZodEnum<{
405
+ "=": "=";
406
+ "==": "==";
407
+ "!=": "!=";
408
+ ">": ">";
409
+ "<": "<";
410
+ ">=": ">=";
411
+ "<=": "<=";
412
+ between: "between";
413
+ }>>;
414
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
415
+ }, z.core.$strip>, z.ZodObject<{
416
+ field: z.ZodString;
417
+ operator: z.ZodOptional<z.ZodEnum<{
418
+ in: "in";
419
+ "not in": "not in";
420
+ }>>;
421
+ op: z.ZodOptional<z.ZodEnum<{
422
+ in: "in";
423
+ "not in": "not in";
424
+ }>>;
425
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
426
+ }, z.core.$strip>]>>]>>;
427
+ pointSize: z.ZodOptional<z.ZodNumber>;
428
+ pointColor: z.ZodOptional<z.ZodString>;
429
+ pointColorOpacity: z.ZodOptional<z.ZodNumber>;
430
+ pointBorderColor: z.ZodOptional<z.ZodString>;
431
+ pointBorderWidth: z.ZodOptional<z.ZodNumber>;
432
+ pointBorderStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
433
+ solid: "solid";
434
+ dashed: "dashed";
435
+ dotted: "dotted";
436
+ }>]>>;
437
+ }, z.core.$strip>>;
438
+ lineStyle: z.ZodOptional<z.ZodObject<{
439
+ selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
440
+ field: z.ZodString;
441
+ operator: z.ZodOptional<z.ZodEnum<{
442
+ "=": "=";
443
+ "==": "==";
444
+ "!=": "!=";
445
+ ">": ">";
446
+ "<": "<";
447
+ ">=": ">=";
448
+ "<=": "<=";
449
+ between: "between";
450
+ }>>;
451
+ op: z.ZodOptional<z.ZodEnum<{
452
+ "=": "=";
453
+ "==": "==";
454
+ "!=": "!=";
455
+ ">": ">";
456
+ "<": "<";
457
+ ">=": ">=";
458
+ "<=": "<=";
459
+ between: "between";
460
+ }>>;
461
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
462
+ }, z.core.$strip>, z.ZodObject<{
463
+ field: z.ZodString;
464
+ operator: z.ZodOptional<z.ZodEnum<{
465
+ in: "in";
466
+ "not in": "not in";
467
+ }>>;
468
+ op: z.ZodOptional<z.ZodEnum<{
469
+ in: "in";
470
+ "not in": "not in";
471
+ }>>;
472
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
473
+ }, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
474
+ field: z.ZodString;
475
+ operator: z.ZodOptional<z.ZodEnum<{
476
+ "=": "=";
477
+ "==": "==";
478
+ "!=": "!=";
479
+ ">": ">";
480
+ "<": "<";
481
+ ">=": ">=";
482
+ "<=": "<=";
483
+ between: "between";
484
+ }>>;
485
+ op: z.ZodOptional<z.ZodEnum<{
486
+ "=": "=";
487
+ "==": "==";
488
+ "!=": "!=";
489
+ ">": ">";
490
+ "<": "<";
491
+ ">=": ">=";
492
+ "<=": "<=";
493
+ between: "between";
494
+ }>>;
495
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
496
+ }, z.core.$strip>, z.ZodObject<{
497
+ field: z.ZodString;
498
+ operator: z.ZodOptional<z.ZodEnum<{
499
+ in: "in";
500
+ "not in": "not in";
501
+ }>>;
502
+ op: z.ZodOptional<z.ZodEnum<{
503
+ in: "in";
504
+ "not in": "not in";
505
+ }>>;
506
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
507
+ }, z.core.$strip>]>>]>>;
508
+ lineSmooth: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
509
+ lineColor: z.ZodOptional<z.ZodString>;
510
+ lineColorOpacity: z.ZodOptional<z.ZodNumber>;
511
+ lineWidth: z.ZodOptional<z.ZodNumber>;
512
+ lineStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
513
+ solid: "solid";
514
+ dashed: "dashed";
515
+ dotted: "dotted";
516
+ }>]>>;
517
+ }, z.core.$strip>>;
518
+ annotationPoint: z.ZodOptional<z.ZodObject<{
519
+ selector: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
520
+ field: z.ZodString;
521
+ operator: z.ZodOptional<z.ZodEnum<{
522
+ "=": "=";
523
+ "==": "==";
524
+ "!=": "!=";
525
+ ">": ">";
526
+ "<": "<";
527
+ ">=": ">=";
528
+ "<=": "<=";
529
+ between: "between";
530
+ }>>;
531
+ op: z.ZodOptional<z.ZodEnum<{
532
+ "=": "=";
533
+ "==": "==";
534
+ "!=": "!=";
535
+ ">": ">";
536
+ "<": "<";
537
+ ">=": ">=";
538
+ "<=": "<=";
539
+ between: "between";
540
+ }>>;
541
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
542
+ }, z.core.$strip>, z.ZodObject<{
543
+ field: z.ZodString;
544
+ operator: z.ZodOptional<z.ZodEnum<{
545
+ in: "in";
546
+ "not in": "not in";
547
+ }>>;
548
+ op: z.ZodOptional<z.ZodEnum<{
549
+ in: "in";
550
+ "not in": "not in";
551
+ }>>;
552
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
553
+ }, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
554
+ field: z.ZodString;
555
+ operator: z.ZodOptional<z.ZodEnum<{
556
+ "=": "=";
557
+ "==": "==";
558
+ "!=": "!=";
559
+ ">": ">";
560
+ "<": "<";
561
+ ">=": ">=";
562
+ "<=": "<=";
563
+ between: "between";
564
+ }>>;
565
+ op: z.ZodOptional<z.ZodEnum<{
566
+ "=": "=";
567
+ "==": "==";
568
+ "!=": "!=";
569
+ ">": ">";
570
+ "<": "<";
571
+ ">=": ">=";
572
+ "<=": "<=";
573
+ between: "between";
574
+ }>>;
575
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
576
+ }, z.core.$strip>, z.ZodObject<{
577
+ field: z.ZodString;
578
+ operator: z.ZodOptional<z.ZodEnum<{
579
+ in: "in";
580
+ "not in": "not in";
581
+ }>>;
582
+ op: z.ZodOptional<z.ZodEnum<{
583
+ in: "in";
584
+ "not in": "not in";
585
+ }>>;
586
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
587
+ }, z.core.$strip>]>>]>;
588
+ text: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString>]>>;
589
+ textColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
590
+ textFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
591
+ textFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
592
+ textAlign: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
593
+ left: "left";
594
+ right: "right";
595
+ center: "center";
596
+ }>>>;
597
+ textBaseline: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
598
+ top: "top";
599
+ bottom: "bottom";
600
+ middle: "middle";
601
+ }>>>;
602
+ backgroundVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
603
+ backgroundColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
604
+ backgroundBorderColor: z.ZodOptional<z.ZodString>;
605
+ backgroundBorderWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
606
+ backgroundBorderRadius: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
607
+ backgroundPadding: z.ZodOptional<z.ZodNumber>;
608
+ offsetY: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
609
+ offsetX: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
610
+ }, z.core.$strip>>;
611
+ annotationVerticalLine: z.ZodOptional<z.ZodObject<{
612
+ selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
613
+ field: z.ZodString;
614
+ operator: z.ZodOptional<z.ZodEnum<{
615
+ "=": "=";
616
+ "==": "==";
617
+ "!=": "!=";
618
+ ">": ">";
619
+ "<": "<";
620
+ ">=": ">=";
621
+ "<=": "<=";
622
+ between: "between";
623
+ }>>;
624
+ op: z.ZodOptional<z.ZodEnum<{
625
+ "=": "=";
626
+ "==": "==";
627
+ "!=": "!=";
628
+ ">": ">";
629
+ "<": "<";
630
+ ">=": ">=";
631
+ "<=": "<=";
632
+ between: "between";
633
+ }>>;
634
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
635
+ }, z.core.$strip>, z.ZodObject<{
636
+ field: z.ZodString;
637
+ operator: z.ZodOptional<z.ZodEnum<{
638
+ in: "in";
639
+ "not in": "not in";
640
+ }>>;
641
+ op: z.ZodOptional<z.ZodEnum<{
642
+ in: "in";
643
+ "not in": "not in";
644
+ }>>;
645
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
646
+ }, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
647
+ field: z.ZodString;
648
+ operator: z.ZodOptional<z.ZodEnum<{
649
+ "=": "=";
650
+ "==": "==";
651
+ "!=": "!=";
652
+ ">": ">";
653
+ "<": "<";
654
+ ">=": ">=";
655
+ "<=": "<=";
656
+ between: "between";
657
+ }>>;
658
+ op: z.ZodOptional<z.ZodEnum<{
659
+ "=": "=";
660
+ "==": "==";
661
+ "!=": "!=";
662
+ ">": ">";
663
+ "<": "<";
664
+ ">=": ">=";
665
+ "<=": "<=";
666
+ between: "between";
667
+ }>>;
668
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
669
+ }, z.core.$strip>, z.ZodObject<{
670
+ field: z.ZodString;
671
+ operator: z.ZodOptional<z.ZodEnum<{
672
+ in: "in";
673
+ "not in": "not in";
674
+ }>>;
675
+ op: z.ZodOptional<z.ZodEnum<{
676
+ in: "in";
677
+ "not in": "not in";
678
+ }>>;
679
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
680
+ }, z.core.$strip>]>>]>>;
681
+ xValue: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodArray<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>]>>;
682
+ text: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString>]>>;
683
+ textPosition: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
684
+ outsideStart: "outsideStart";
685
+ outsideEnd: "outsideEnd";
686
+ outsideMiddle: "outsideMiddle";
687
+ insideStart: "insideStart";
688
+ insideMiddle: "insideMiddle";
689
+ insideEnd: "insideEnd";
690
+ }>>>;
691
+ textColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
692
+ textFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
693
+ textFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
694
+ textAlign: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
695
+ left: "left";
696
+ right: "right";
697
+ center: "center";
698
+ }>>>;
699
+ textBaseline: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
700
+ top: "top";
701
+ bottom: "bottom";
702
+ middle: "middle";
703
+ }>>>;
704
+ lineVisible: z.ZodOptional<z.ZodBoolean>;
705
+ lineColor: z.ZodOptional<z.ZodString>;
706
+ lineWidth: z.ZodOptional<z.ZodNumber>;
707
+ lineStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"solid">, z.ZodLiteral<"dashed">, z.ZodLiteral<"dotted">]>>;
708
+ backgroundVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
709
+ backgroundColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
710
+ backgroundBorderColor: z.ZodOptional<z.ZodString>;
711
+ backgroundBorderWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
712
+ backgroundBorderRadius: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
713
+ backgroundPadding: z.ZodOptional<z.ZodNumber>;
714
+ offsetY: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
715
+ offsetX: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
716
+ }, z.core.$strip>>;
717
+ annotationHorizontalLine: z.ZodOptional<z.ZodObject<{
718
+ selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
719
+ field: z.ZodString;
720
+ operator: z.ZodOptional<z.ZodEnum<{
721
+ "=": "=";
722
+ "==": "==";
723
+ "!=": "!=";
724
+ ">": ">";
725
+ "<": "<";
726
+ ">=": ">=";
727
+ "<=": "<=";
728
+ between: "between";
729
+ }>>;
730
+ op: z.ZodOptional<z.ZodEnum<{
731
+ "=": "=";
732
+ "==": "==";
733
+ "!=": "!=";
734
+ ">": ">";
735
+ "<": "<";
736
+ ">=": ">=";
737
+ "<=": "<=";
738
+ between: "between";
739
+ }>>;
740
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
741
+ }, z.core.$strip>, z.ZodObject<{
742
+ field: z.ZodString;
743
+ operator: z.ZodOptional<z.ZodEnum<{
744
+ in: "in";
745
+ "not in": "not in";
746
+ }>>;
747
+ op: z.ZodOptional<z.ZodEnum<{
748
+ in: "in";
749
+ "not in": "not in";
750
+ }>>;
751
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
752
+ }, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
753
+ field: z.ZodString;
754
+ operator: z.ZodOptional<z.ZodEnum<{
755
+ "=": "=";
756
+ "==": "==";
757
+ "!=": "!=";
758
+ ">": ">";
759
+ "<": "<";
760
+ ">=": ">=";
761
+ "<=": "<=";
762
+ between: "between";
763
+ }>>;
764
+ op: z.ZodOptional<z.ZodEnum<{
765
+ "=": "=";
766
+ "==": "==";
767
+ "!=": "!=";
768
+ ">": ">";
769
+ "<": "<";
770
+ ">=": ">=";
771
+ "<=": "<=";
772
+ between: "between";
773
+ }>>;
774
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
775
+ }, z.core.$strip>, z.ZodObject<{
776
+ field: z.ZodString;
777
+ operator: z.ZodOptional<z.ZodEnum<{
778
+ in: "in";
779
+ "not in": "not in";
780
+ }>>;
781
+ op: z.ZodOptional<z.ZodEnum<{
782
+ in: "in";
783
+ "not in": "not in";
784
+ }>>;
785
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
786
+ }, z.core.$strip>]>>]>>;
787
+ yValue: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodArray<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>]>>;
788
+ text: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString>]>>;
789
+ textPosition: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
790
+ outsideStart: "outsideStart";
791
+ outsideEnd: "outsideEnd";
792
+ outsideMiddle: "outsideMiddle";
793
+ insideStart: "insideStart";
794
+ insideMiddle: "insideMiddle";
795
+ insideEnd: "insideEnd";
796
+ }>>>;
797
+ textColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
798
+ textFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
799
+ textFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
800
+ textAlign: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
801
+ left: "left";
802
+ right: "right";
803
+ center: "center";
804
+ }>>>;
805
+ textBaseline: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
806
+ top: "top";
807
+ bottom: "bottom";
808
+ middle: "middle";
809
+ }>>>;
810
+ lineVisible: z.ZodOptional<z.ZodBoolean>;
811
+ lineColor: z.ZodOptional<z.ZodString>;
812
+ lineWidth: z.ZodOptional<z.ZodNumber>;
813
+ lineStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"solid">, z.ZodLiteral<"dashed">, z.ZodLiteral<"dotted">]>>;
814
+ backgroundVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
815
+ backgroundColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
816
+ backgroundBorderColor: z.ZodOptional<z.ZodString>;
817
+ backgroundBorderWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
818
+ backgroundBorderRadius: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
819
+ backgroundPadding: z.ZodOptional<z.ZodNumber>;
820
+ offsetY: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
821
+ offsetX: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
822
+ }, z.core.$strip>>;
823
+ annotationArea: z.ZodOptional<z.ZodObject<{
824
+ selector: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
825
+ field: z.ZodString;
826
+ operator: z.ZodOptional<z.ZodEnum<{
827
+ "=": "=";
828
+ "==": "==";
829
+ "!=": "!=";
830
+ ">": ">";
831
+ "<": "<";
832
+ ">=": ">=";
833
+ "<=": "<=";
834
+ between: "between";
835
+ }>>;
836
+ op: z.ZodOptional<z.ZodEnum<{
837
+ "=": "=";
838
+ "==": "==";
839
+ "!=": "!=";
840
+ ">": ">";
841
+ "<": "<";
842
+ ">=": ">=";
843
+ "<=": "<=";
844
+ between: "between";
845
+ }>>;
846
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
847
+ }, z.core.$strip>, z.ZodObject<{
848
+ field: z.ZodString;
849
+ operator: z.ZodOptional<z.ZodEnum<{
850
+ in: "in";
851
+ "not in": "not in";
852
+ }>>;
853
+ op: z.ZodOptional<z.ZodEnum<{
854
+ in: "in";
855
+ "not in": "not in";
856
+ }>>;
857
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
858
+ }, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
859
+ field: z.ZodString;
860
+ operator: z.ZodOptional<z.ZodEnum<{
861
+ "=": "=";
862
+ "==": "==";
863
+ "!=": "!=";
864
+ ">": ">";
865
+ "<": "<";
866
+ ">=": ">=";
867
+ "<=": "<=";
868
+ between: "between";
869
+ }>>;
870
+ op: z.ZodOptional<z.ZodEnum<{
871
+ "=": "=";
872
+ "==": "==";
873
+ "!=": "!=";
874
+ ">": ">";
875
+ "<": "<";
876
+ ">=": ">=";
877
+ "<=": "<=";
878
+ between: "between";
879
+ }>>;
880
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
881
+ }, z.core.$strip>, z.ZodObject<{
882
+ field: z.ZodString;
883
+ operator: z.ZodOptional<z.ZodEnum<{
884
+ in: "in";
885
+ "not in": "not in";
886
+ }>>;
887
+ op: z.ZodOptional<z.ZodEnum<{
888
+ in: "in";
889
+ "not in": "not in";
890
+ }>>;
891
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
892
+ }, z.core.$strip>]>>]>;
893
+ textPosition: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
894
+ left: "left";
895
+ top: "top";
896
+ topLeft: "topLeft";
897
+ topRight: "topRight";
898
+ right: "right";
899
+ bottom: "bottom";
900
+ bottomLeft: "bottomLeft";
901
+ bottomRight: "bottomRight";
902
+ }>>>;
903
+ text: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString>]>>;
904
+ textColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
905
+ textFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
906
+ textFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
907
+ textAlign: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
908
+ left: "left";
909
+ right: "right";
910
+ center: "center";
911
+ }>>>;
912
+ textBaseline: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
913
+ top: "top";
914
+ bottom: "bottom";
915
+ middle: "middle";
916
+ }>>>;
917
+ backgroundVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
918
+ backgroundColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
919
+ backgroundBorderColor: z.ZodOptional<z.ZodString>;
920
+ backgroundBorderWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
921
+ backgroundBorderRadius: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
922
+ backgroundPadding: z.ZodOptional<z.ZodNumber>;
923
+ areaColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
924
+ areaColorOpacity: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
925
+ areaBorderColor: z.ZodOptional<z.ZodNumber>;
926
+ areaBorderWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
927
+ areaBorderRadius: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
928
+ outerPadding: z.ZodOptional<z.ZodNumber>;
929
+ }, z.core.$strip>>;
930
+ locale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
931
+ "zh-CN": "zh-CN";
932
+ "en-US": "en-US";
933
+ }>>>;
934
+ }, z.core.$strip>;
935
+ //# sourceMappingURL=line.d.ts.map