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