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