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