@visactor/vseed 0.4.22 → 0.4.24

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 (623) hide show
  1. package/dist/cjs/index.cjs +2 -2
  2. package/dist/cjs/index.cjs.map +1 -1
  3. package/dist/esm/builder/builder/advanced/colorItems.js.map +1 -1
  4. package/dist/esm/builder/builder/build.js.map +1 -1
  5. package/dist/esm/builder/builder/buildAdvanced.js +2 -2
  6. package/dist/esm/builder/builder/buildAdvanced.js.map +1 -1
  7. package/dist/esm/builder/builder/buildSpec.js +2 -2
  8. package/dist/esm/builder/builder/buildSpec.js.map +1 -1
  9. package/dist/esm/builder/builder/builder.js.map +1 -1
  10. package/dist/esm/builder/builder/index.js +1 -2
  11. package/dist/esm/builder/builder/prepare.js.map +1 -1
  12. package/dist/esm/builder/register/all.js.map +1 -1
  13. package/dist/esm/builder/register/chartType/area.js.map +1 -1
  14. package/dist/esm/builder/register/chartType/areaPercent.js.map +1 -1
  15. package/dist/esm/builder/register/chartType/bar.js.map +1 -1
  16. package/dist/esm/builder/register/chartType/barParallel.js.map +1 -1
  17. package/dist/esm/builder/register/chartType/barPercent.js.map +1 -1
  18. package/dist/esm/builder/register/chartType/boxplot.js.map +1 -1
  19. package/dist/esm/builder/register/chartType/circlePacking.js.map +1 -1
  20. package/dist/esm/builder/register/chartType/column.js.map +1 -1
  21. package/dist/esm/builder/register/chartType/columnParallel.js.map +1 -1
  22. package/dist/esm/builder/register/chartType/columnPercent.js.map +1 -1
  23. package/dist/esm/builder/register/chartType/donut.js.map +1 -1
  24. package/dist/esm/builder/register/chartType/dualAxis.js.map +1 -1
  25. package/dist/esm/builder/register/chartType/funnel.js.map +1 -1
  26. package/dist/esm/builder/register/chartType/heatmap.js.map +1 -1
  27. package/dist/esm/builder/register/chartType/histogram.js.map +1 -1
  28. package/dist/esm/builder/register/chartType/index.js +31 -32
  29. package/dist/esm/builder/register/chartType/line.js.map +1 -1
  30. package/dist/esm/builder/register/chartType/pie.js.map +1 -1
  31. package/dist/esm/builder/register/chartType/pivotTable.js.map +1 -1
  32. package/dist/esm/builder/register/chartType/raceBar.js.map +1 -1
  33. package/dist/esm/builder/register/chartType/raceColumn.js.map +1 -1
  34. package/dist/esm/builder/register/chartType/raceDonut.js.map +1 -1
  35. package/dist/esm/builder/register/chartType/raceLine.js.map +1 -1
  36. package/dist/esm/builder/register/chartType/racePie.js.map +1 -1
  37. package/dist/esm/builder/register/chartType/raceScatter.js.map +1 -1
  38. package/dist/esm/builder/register/chartType/radar.js.map +1 -1
  39. package/dist/esm/builder/register/chartType/rose.js.map +1 -1
  40. package/dist/esm/builder/register/chartType/roseParallel.js.map +1 -1
  41. package/dist/esm/builder/register/chartType/scatter.js.map +1 -1
  42. package/dist/esm/builder/register/chartType/sunburst.js.map +1 -1
  43. package/dist/esm/builder/register/chartType/table.js.map +1 -1
  44. package/dist/esm/builder/register/chartType/treeMap.js.map +1 -1
  45. package/dist/esm/builder/register/custom.js.map +1 -1
  46. package/dist/esm/builder/register/index.js +3 -4
  47. package/dist/esm/builder/register/theme/custom.js.map +1 -1
  48. package/dist/esm/builder/register/theme/dark.js.map +1 -1
  49. package/dist/esm/builder/register/theme/index.js +3 -4
  50. package/dist/esm/builder/register/theme/light.js.map +1 -1
  51. package/dist/esm/dataReshape/constant.js.map +1 -1
  52. package/dist/esm/dataReshape/dataReshapeByEncoding.js.map +1 -1
  53. package/dist/esm/dataReshape/foldMeasures.js.map +1 -1
  54. package/dist/esm/dataReshape/index.js +3 -4
  55. package/dist/esm/dataReshape/unfoldDimensions.js.map +1 -1
  56. package/dist/esm/dataSelector/selector.js +1 -1
  57. package/dist/esm/dataSelector/selector.js.map +1 -1
  58. package/dist/esm/i18n/i18n.js.map +1 -1
  59. package/dist/esm/i18n/i18nData.js.map +1 -1
  60. package/dist/esm/i18n/index.js.map +1 -1
  61. package/dist/esm/index.js +5 -6
  62. package/dist/esm/pipeline/advanced/chart/pipeline/area.js.map +1 -1
  63. package/dist/esm/pipeline/advanced/chart/pipeline/areaPercent.js.map +1 -1
  64. package/dist/esm/pipeline/advanced/chart/pipeline/bar.js.map +1 -1
  65. package/dist/esm/pipeline/advanced/chart/pipeline/barParallel.js.map +1 -1
  66. package/dist/esm/pipeline/advanced/chart/pipeline/barPercent.js.map +1 -1
  67. package/dist/esm/pipeline/advanced/chart/pipeline/boxplot.js.map +1 -1
  68. package/dist/esm/pipeline/advanced/chart/pipeline/circlePacking.js.map +1 -1
  69. package/dist/esm/pipeline/advanced/chart/pipeline/column.js.map +1 -1
  70. package/dist/esm/pipeline/advanced/chart/pipeline/columnParallel.js.map +1 -1
  71. package/dist/esm/pipeline/advanced/chart/pipeline/columnPercent.js.map +1 -1
  72. package/dist/esm/pipeline/advanced/chart/pipeline/donut.js.map +1 -1
  73. package/dist/esm/pipeline/advanced/chart/pipeline/dualAxis.js.map +1 -1
  74. package/dist/esm/pipeline/advanced/chart/pipeline/funnel.js.map +1 -1
  75. package/dist/esm/pipeline/advanced/chart/pipeline/heatmap.js.map +1 -1
  76. package/dist/esm/pipeline/advanced/chart/pipeline/histogram.js.map +1 -1
  77. package/dist/esm/pipeline/advanced/chart/pipeline/index.js +29 -30
  78. package/dist/esm/pipeline/advanced/chart/pipeline/line.js.map +1 -1
  79. package/dist/esm/pipeline/advanced/chart/pipeline/pie.js.map +1 -1
  80. package/dist/esm/pipeline/advanced/chart/pipeline/raceBar.js.map +1 -1
  81. package/dist/esm/pipeline/advanced/chart/pipeline/raceColumn.js.map +1 -1
  82. package/dist/esm/pipeline/advanced/chart/pipeline/raceDonut.js.map +1 -1
  83. package/dist/esm/pipeline/advanced/chart/pipeline/raceLine.js.map +1 -1
  84. package/dist/esm/pipeline/advanced/chart/pipeline/racePie.js.map +1 -1
  85. package/dist/esm/pipeline/advanced/chart/pipeline/raceScatter.js.map +1 -1
  86. package/dist/esm/pipeline/advanced/chart/pipeline/radar.js.map +1 -1
  87. package/dist/esm/pipeline/advanced/chart/pipeline/rose.js.map +1 -1
  88. package/dist/esm/pipeline/advanced/chart/pipeline/roseParallel.js.map +1 -1
  89. package/dist/esm/pipeline/advanced/chart/pipeline/scatter.js.map +1 -1
  90. package/dist/esm/pipeline/advanced/chart/pipeline/sunburst.js.map +1 -1
  91. package/dist/esm/pipeline/advanced/chart/pipeline/treeMap.js.map +1 -1
  92. package/dist/esm/pipeline/advanced/chart/pipes/analysis/common.js.map +1 -1
  93. package/dist/esm/pipeline/advanced/chart/pipes/analysis/index.js +3 -4
  94. package/dist/esm/pipeline/advanced/chart/pipes/analysis/sortLegend.js.map +1 -1
  95. package/dist/esm/pipeline/advanced/chart/pipes/analysis/sortXBand.js.map +1 -1
  96. package/dist/esm/pipeline/advanced/chart/pipes/analysis/sortYBand.js.map +1 -1
  97. package/dist/esm/pipeline/advanced/chart/pipes/annotation/annotation.js.map +1 -1
  98. package/dist/esm/pipeline/advanced/chart/pipes/annotation/index.js +1 -2
  99. package/dist/esm/pipeline/advanced/chart/pipes/config/boxplot.js.map +1 -1
  100. package/dist/esm/pipeline/advanced/chart/pipes/config/circlePacking.js.map +1 -1
  101. package/dist/esm/pipeline/advanced/chart/pipes/config/column.js.map +1 -1
  102. package/dist/esm/pipeline/advanced/chart/pipes/config/dualAxis.js.map +1 -1
  103. package/dist/esm/pipeline/advanced/chart/pipes/config/heatmap.js.map +1 -1
  104. package/dist/esm/pipeline/advanced/chart/pipes/config/histogram.js.map +1 -1
  105. package/dist/esm/pipeline/advanced/chart/pipes/config/index.js +9 -9
  106. package/dist/esm/pipeline/advanced/chart/pipes/config/index.js.map +1 -1
  107. package/dist/esm/pipeline/advanced/chart/pipes/config/line.js.map +1 -1
  108. package/dist/esm/pipeline/advanced/chart/pipes/config/pie.js.map +1 -1
  109. package/dist/esm/pipeline/advanced/chart/pipes/config/scatter.js.map +1 -1
  110. package/dist/esm/pipeline/advanced/chart/pipes/config/sunburst.js.map +1 -1
  111. package/dist/esm/pipeline/advanced/chart/pipes/config/treeMap.js.map +1 -1
  112. package/dist/esm/pipeline/advanced/chart/pipes/default/defaultDimensions.js.map +1 -1
  113. package/dist/esm/pipeline/advanced/chart/pipes/default/defaultMeasureId.js.map +1 -1
  114. package/dist/esm/pipeline/advanced/chart/pipes/default/defaultMeasures.js.map +1 -1
  115. package/dist/esm/pipeline/advanced/chart/pipes/default/index.js +3 -4
  116. package/dist/esm/pipeline/advanced/chart/pipes/dimensions/addPivotDimensionsForScatter.js.map +1 -1
  117. package/dist/esm/pipeline/advanced/chart/pipes/dimensions/pickDimensionsForReshape.js.map +1 -1
  118. package/dist/esm/pipeline/advanced/chart/pipes/encoding/adapter/encodingAdapter.js.map +1 -1
  119. package/dist/esm/pipeline/advanced/chart/pipes/encoding/adapter/index.js +1 -2
  120. package/dist/esm/pipeline/advanced/chart/pipes/encoding/bar.js.map +1 -1
  121. package/dist/esm/pipeline/advanced/chart/pipes/encoding/boxplot.js.map +1 -1
  122. package/dist/esm/pipeline/advanced/chart/pipes/encoding/color/addColorToEncoding.js.map +1 -1
  123. package/dist/esm/pipeline/advanced/chart/pipes/encoding/color/index.js +1 -2
  124. package/dist/esm/pipeline/advanced/chart/pipes/encoding/column.js.map +1 -1
  125. package/dist/esm/pipeline/advanced/chart/pipes/encoding/dualAxis.js.map +1 -1
  126. package/dist/esm/pipeline/advanced/chart/pipes/encoding/funnel.js.map +1 -1
  127. package/dist/esm/pipeline/advanced/chart/pipes/encoding/heatmap.js.map +1 -1
  128. package/dist/esm/pipeline/advanced/chart/pipes/encoding/hierarchy.js.map +1 -1
  129. package/dist/esm/pipeline/advanced/chart/pipes/encoding/histogram.js.map +1 -1
  130. package/dist/esm/pipeline/advanced/chart/pipes/encoding/index.js +20 -21
  131. package/dist/esm/pipeline/advanced/chart/pipes/encoding/line.js.map +1 -1
  132. package/dist/esm/pipeline/advanced/chart/pipes/encoding/pie.js.map +1 -1
  133. package/dist/esm/pipeline/advanced/chart/pipes/encoding/raceBar.js.map +1 -1
  134. package/dist/esm/pipeline/advanced/chart/pipes/encoding/raceColumn.js.map +1 -1
  135. package/dist/esm/pipeline/advanced/chart/pipes/encoding/raceDonut.js.map +1 -1
  136. package/dist/esm/pipeline/advanced/chart/pipes/encoding/raceLine.js.map +1 -1
  137. package/dist/esm/pipeline/advanced/chart/pipes/encoding/racePie.js.map +1 -1
  138. package/dist/esm/pipeline/advanced/chart/pipes/encoding/raceScatter.js.map +1 -1
  139. package/dist/esm/pipeline/advanced/chart/pipes/encoding/radar.js.map +1 -1
  140. package/dist/esm/pipeline/advanced/chart/pipes/encoding/rose.js.map +1 -1
  141. package/dist/esm/pipeline/advanced/chart/pipes/encoding/scatter.js.map +1 -1
  142. package/dist/esm/pipeline/advanced/chart/pipes/init/index.js +1 -2
  143. package/dist/esm/pipeline/advanced/chart/pipes/init/initAdvancedVSeed.js.map +1 -1
  144. package/dist/esm/pipeline/advanced/chart/pipes/markStyle/index.js +1 -2
  145. package/dist/esm/pipeline/advanced/chart/pipes/markStyle/markStyle.js.map +1 -1
  146. package/dist/esm/pipeline/advanced/chart/pipes/measures/buildMeasures.js.map +1 -1
  147. package/dist/esm/pipeline/advanced/chart/pipes/measures/buildMeasuresForDualAxis.js.map +1 -1
  148. package/dist/esm/pipeline/advanced/chart/pipes/measures/buildMeasuresForScatter.js.map +1 -1
  149. package/dist/esm/pipeline/advanced/chart/pipes/measures/index.js +3 -4
  150. package/dist/esm/pipeline/advanced/chart/pipes/measures/utils.js.map +1 -1
  151. package/dist/esm/pipeline/advanced/chart/pipes/page/page.js.map +1 -1
  152. package/dist/esm/pipeline/advanced/chart/pipes/pivot/index.js +1 -2
  153. package/dist/esm/pipeline/advanced/chart/pipes/pivot/pivotAdapter.js.map +1 -1
  154. package/dist/esm/pipeline/advanced/chart/pipes/regressionLine/index.js +1 -2
  155. package/dist/esm/pipeline/advanced/chart/pipes/regressionLine/regressionLine.js.map +1 -1
  156. package/dist/esm/pipeline/advanced/chart/pipes/reshape/index.js +10 -11
  157. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithBoxplotEncoding.js.map +1 -1
  158. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithDualEncoding.js.map +1 -1
  159. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithEncoding.js.map +1 -1
  160. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithHistogramEncoding.js.map +1 -1
  161. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithScatterEncoding.js.map +1 -1
  162. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithBoxplotEncoding.js.map +1 -1
  163. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithDualEncoding.js.map +1 -1
  164. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithEncoding.js.map +1 -1
  165. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithHistogramEncoding.js.map +1 -1
  166. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithScatterEncoding.js.map +1 -1
  167. package/dist/esm/pipeline/advanced/chart/pipes/theme/index.js +1 -2
  168. package/dist/esm/pipeline/advanced/chart/pipes/theme/theme.js.map +1 -1
  169. package/dist/esm/pipeline/advanced/table/pipeline/index.js +2 -3
  170. package/dist/esm/pipeline/advanced/table/pipeline/pivotTable.js.map +1 -1
  171. package/dist/esm/pipeline/advanced/table/pipeline/table.js.map +1 -1
  172. package/dist/esm/pipeline/advanced/table/pipes/cellStyle/cellStyle.js.map +1 -1
  173. package/dist/esm/pipeline/advanced/table/pipes/cellStyle/index.js +1 -2
  174. package/dist/esm/pipeline/advanced/table/pipes/config/index.js +2 -3
  175. package/dist/esm/pipeline/advanced/table/pipes/config/pivotTableConfig.js.map +1 -1
  176. package/dist/esm/pipeline/advanced/table/pipes/config/tableConfig.js.map +1 -1
  177. package/dist/esm/pipeline/advanced/table/pipes/default/defaultDimensions.js.map +1 -1
  178. package/dist/esm/pipeline/advanced/table/pipes/default/defaultMeasures.js.map +1 -1
  179. package/dist/esm/pipeline/advanced/table/pipes/default/index.js +2 -3
  180. package/dist/esm/pipeline/advanced/table/pipes/encoding/index.js +1 -2
  181. package/dist/esm/pipeline/advanced/table/pipes/encoding/pivotTable.js.map +1 -1
  182. package/dist/esm/pipeline/advanced/table/pipes/init/initAdvancedVSeed.js.map +1 -1
  183. package/dist/esm/pipeline/advanced/table/pipes/page/page.js.map +1 -1
  184. package/dist/esm/pipeline/advanced/table/pipes/records/records.js.map +1 -1
  185. package/dist/esm/pipeline/spec/chart/pipeline/area.js.map +1 -1
  186. package/dist/esm/pipeline/spec/chart/pipeline/areaPercent.js.map +1 -1
  187. package/dist/esm/pipeline/spec/chart/pipeline/bar.js.map +1 -1
  188. package/dist/esm/pipeline/spec/chart/pipeline/barParallel.js.map +1 -1
  189. package/dist/esm/pipeline/spec/chart/pipeline/barPercent.js.map +1 -1
  190. package/dist/esm/pipeline/spec/chart/pipeline/boxplot.js.map +1 -1
  191. package/dist/esm/pipeline/spec/chart/pipeline/circlePacking.js.map +1 -1
  192. package/dist/esm/pipeline/spec/chart/pipeline/column.js.map +1 -1
  193. package/dist/esm/pipeline/spec/chart/pipeline/columnParallel.js.map +1 -1
  194. package/dist/esm/pipeline/spec/chart/pipeline/columnPercent.js.map +1 -1
  195. package/dist/esm/pipeline/spec/chart/pipeline/donut.js.map +1 -1
  196. package/dist/esm/pipeline/spec/chart/pipeline/dualAxis.js.map +1 -1
  197. package/dist/esm/pipeline/spec/chart/pipeline/funnel.js.map +1 -1
  198. package/dist/esm/pipeline/spec/chart/pipeline/heatmap.js.map +1 -1
  199. package/dist/esm/pipeline/spec/chart/pipeline/histogram.js.map +1 -1
  200. package/dist/esm/pipeline/spec/chart/pipeline/index.js +29 -30
  201. package/dist/esm/pipeline/spec/chart/pipeline/line.js.map +1 -1
  202. package/dist/esm/pipeline/spec/chart/pipeline/pie.js.map +1 -1
  203. package/dist/esm/pipeline/spec/chart/pipeline/raceBar.js.map +1 -1
  204. package/dist/esm/pipeline/spec/chart/pipeline/raceColumn.js.map +1 -1
  205. package/dist/esm/pipeline/spec/chart/pipeline/raceDonut.js.map +1 -1
  206. package/dist/esm/pipeline/spec/chart/pipeline/raceLine.js.map +1 -1
  207. package/dist/esm/pipeline/spec/chart/pipeline/racePie.js.map +1 -1
  208. package/dist/esm/pipeline/spec/chart/pipeline/raceScatter.js.map +1 -1
  209. package/dist/esm/pipeline/spec/chart/pipeline/radar.js.map +1 -1
  210. package/dist/esm/pipeline/spec/chart/pipeline/rose.js.map +1 -1
  211. package/dist/esm/pipeline/spec/chart/pipeline/roseParallel.js.map +1 -1
  212. package/dist/esm/pipeline/spec/chart/pipeline/scatter.js.map +1 -1
  213. package/dist/esm/pipeline/spec/chart/pipeline/sunburst.js.map +1 -1
  214. package/dist/esm/pipeline/spec/chart/pipeline/treeMap.js.map +1 -1
  215. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationArea.js.map +1 -1
  216. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationAreaBand.js.map +1 -1
  217. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationHorizontalLine.js.map +1 -1
  218. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPoint.js.map +1 -1
  219. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPointCommon.js.map +1 -1
  220. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPointOfDualAxis.js.map +1 -1
  221. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPointOfHistogram.js.map +1 -1
  222. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationVerticalLine.js.map +1 -1
  223. package/dist/esm/pipeline/spec/chart/pipes/annotation/index.js +8 -9
  224. package/dist/esm/pipeline/spec/chart/pipes/annotation/splitLine.js.map +1 -1
  225. package/dist/esm/pipeline/spec/chart/pipes/annotation/utils.js.map +1 -1
  226. package/dist/esm/pipeline/spec/chart/pipes/axes/bandAxisStyle.js.map +1 -1
  227. package/dist/esm/pipeline/spec/chart/pipes/axes/format/linearFormat.js.map +1 -1
  228. package/dist/esm/pipeline/spec/chart/pipes/axes/heatmapBandAxis.js.map +1 -1
  229. package/dist/esm/pipeline/spec/chart/pipes/axes/histogramXLinear.js.map +1 -1
  230. package/dist/esm/pipeline/spec/chart/pipes/axes/index.js +11 -12
  231. package/dist/esm/pipeline/spec/chart/pipes/axes/linearAxisStyle.js.map +1 -1
  232. package/dist/esm/pipeline/spec/chart/pipes/axes/radarAngle.js.map +1 -1
  233. package/dist/esm/pipeline/spec/chart/pipes/axes/radarRadius.js.map +1 -1
  234. package/dist/esm/pipeline/spec/chart/pipes/axes/radius.js.map +1 -1
  235. package/dist/esm/pipeline/spec/chart/pipes/axes/title/defaultTitleText.js.map +1 -1
  236. package/dist/esm/pipeline/spec/chart/pipes/axes/xBand.js.map +1 -1
  237. package/dist/esm/pipeline/spec/chart/pipes/axes/xLinear.js.map +1 -1
  238. package/dist/esm/pipeline/spec/chart/pipes/axes/yBand.js.map +1 -1
  239. package/dist/esm/pipeline/spec/chart/pipes/axes/yLinear.js.map +1 -1
  240. package/dist/esm/pipeline/spec/chart/pipes/axes/yLinearPrimary.js.map +1 -1
  241. package/dist/esm/pipeline/spec/chart/pipes/axes/yLinearSecondary.js.map +1 -1
  242. package/dist/esm/pipeline/spec/chart/pipes/backgroundColor/background.js.map +1 -1
  243. package/dist/esm/pipeline/spec/chart/pipes/backgroundColor/index.js +1 -2
  244. package/dist/esm/pipeline/spec/chart/pipes/barWidth/barGapInGroup.js.map +1 -1
  245. package/dist/esm/pipeline/spec/chart/pipes/barWidth/barMaxWidth.js.map +1 -1
  246. package/dist/esm/pipeline/spec/chart/pipes/boxWidth/boxGapInGroup.js.map +1 -1
  247. package/dist/esm/pipeline/spec/chart/pipes/boxWidth/boxMaxWidth.js.map +1 -1
  248. package/dist/esm/pipeline/spec/chart/pipes/brush/brush.js.map +1 -1
  249. package/dist/esm/pipeline/spec/chart/pipes/color/color.js.map +1 -1
  250. package/dist/esm/pipeline/spec/chart/pipes/color/colorAdapter.js.map +1 -1
  251. package/dist/esm/pipeline/spec/chart/pipes/color/colorAreaStyleFill.js.map +1 -1
  252. package/dist/esm/pipeline/spec/chart/pipes/color/colorBarStyleFill.js.map +1 -1
  253. package/dist/esm/pipeline/spec/chart/pipes/color/colorBoxPlotStyleFill.js.map +1 -1
  254. package/dist/esm/pipeline/spec/chart/pipes/color/colorFunnelStyleFill.js.map +1 -1
  255. package/dist/esm/pipeline/spec/chart/pipes/color/colorLineStyleFill.js.map +1 -1
  256. package/dist/esm/pipeline/spec/chart/pipes/color/colorPieStyleFill.js.map +1 -1
  257. package/dist/esm/pipeline/spec/chart/pipes/color/colorPointStyleFill.js.map +1 -1
  258. package/dist/esm/pipeline/spec/chart/pipes/color/colorRoseStyleFill.js.map +1 -1
  259. package/dist/esm/pipeline/spec/chart/pipes/color/index.js +12 -13
  260. package/dist/esm/pipeline/spec/chart/pipes/color/linearColor.js.map +1 -1
  261. package/dist/esm/pipeline/spec/chart/pipes/color/linearColorForDualAxis.js.map +1 -1
  262. package/dist/esm/pipeline/spec/chart/pipes/crosshair/histogramCrosshair.js.map +1 -1
  263. package/dist/esm/pipeline/spec/chart/pipes/crosshair/horizontalCrosshairLine.js.map +1 -1
  264. package/dist/esm/pipeline/spec/chart/pipes/crosshair/horizontalCrosshairRect.js.map +1 -1
  265. package/dist/esm/pipeline/spec/chart/pipes/crosshair/index.js +5 -6
  266. package/dist/esm/pipeline/spec/chart/pipes/crosshair/verticalCrosshairLine.js.map +1 -1
  267. package/dist/esm/pipeline/spec/chart/pipes/crosshair/verticalCrosshairRect.js.map +1 -1
  268. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetBoxplot.js.map +1 -1
  269. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetDualAxis.js.map +1 -1
  270. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetHierarchy.js.map +1 -1
  271. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetHistogram.js.map +1 -1
  272. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetPivot.js.map +1 -1
  273. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetPivotHierarchy.js.map +1 -1
  274. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetScatter.js.map +1 -1
  275. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetXY.js.map +1 -1
  276. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetYX.js.map +1 -1
  277. package/dist/esm/pipeline/spec/chart/pipes/dataset/index.js +10 -11
  278. package/dist/esm/pipeline/spec/chart/pipes/dataset/progressive.js.map +1 -1
  279. package/dist/esm/pipeline/spec/chart/pipes/dual/adjustXField.js.map +1 -1
  280. package/dist/esm/pipeline/spec/chart/pipes/dual/dualChartType.js.map +1 -1
  281. package/dist/esm/pipeline/spec/chart/pipes/dual/index.js +2 -3
  282. package/dist/esm/pipeline/spec/chart/pipes/hierarchy/drill.js.map +1 -1
  283. package/dist/esm/pipeline/spec/chart/pipes/hierarchy/index.js +1 -2
  284. package/dist/esm/pipeline/spec/chart/pipes/init/area.js.map +1 -1
  285. package/dist/esm/pipeline/spec/chart/pipes/init/bar.js.map +1 -1
  286. package/dist/esm/pipeline/spec/chart/pipes/init/barParallel.js.map +1 -1
  287. package/dist/esm/pipeline/spec/chart/pipes/init/boxplot.js.map +1 -1
  288. package/dist/esm/pipeline/spec/chart/pipes/init/circlePacking.js.map +1 -1
  289. package/dist/esm/pipeline/spec/chart/pipes/init/column.js.map +1 -1
  290. package/dist/esm/pipeline/spec/chart/pipes/init/columnParallel.js.map +1 -1
  291. package/dist/esm/pipeline/spec/chart/pipes/init/donut.js.map +1 -1
  292. package/dist/esm/pipeline/spec/chart/pipes/init/dualAxis.js.map +1 -1
  293. package/dist/esm/pipeline/spec/chart/pipes/init/funnel.js.map +1 -1
  294. package/dist/esm/pipeline/spec/chart/pipes/init/heatmap.js.map +1 -1
  295. package/dist/esm/pipeline/spec/chart/pipes/init/histogram.js.map +1 -1
  296. package/dist/esm/pipeline/spec/chart/pipes/init/index.js +20 -21
  297. package/dist/esm/pipeline/spec/chart/pipes/init/line.js.map +1 -1
  298. package/dist/esm/pipeline/spec/chart/pipes/init/pie.js.map +1 -1
  299. package/dist/esm/pipeline/spec/chart/pipes/init/pivot.js.map +1 -1
  300. package/dist/esm/pipeline/spec/chart/pipes/init/radar.js.map +1 -1
  301. package/dist/esm/pipeline/spec/chart/pipes/init/rose.js.map +1 -1
  302. package/dist/esm/pipeline/spec/chart/pipes/init/roseParallel.js.map +1 -1
  303. package/dist/esm/pipeline/spec/chart/pipes/init/scatter.js.map +1 -1
  304. package/dist/esm/pipeline/spec/chart/pipes/init/sunburst.js.map +1 -1
  305. package/dist/esm/pipeline/spec/chart/pipes/init/treeMap.js.map +1 -1
  306. package/dist/esm/pipeline/spec/chart/pipes/label/index.js +9 -10
  307. package/dist/esm/pipeline/spec/chart/pipes/label/label.js.map +1 -1
  308. package/dist/esm/pipeline/spec/chart/pipes/label/labelBoxPlot.js.map +1 -1
  309. package/dist/esm/pipeline/spec/chart/pipes/label/labelCirclePacking.js.map +1 -1
  310. package/dist/esm/pipeline/spec/chart/pipes/label/labelDualAxis.js.map +1 -1
  311. package/dist/esm/pipeline/spec/chart/pipes/label/labelPie.js.map +1 -1
  312. package/dist/esm/pipeline/spec/chart/pipes/label/labelScatter.js.map +1 -1
  313. package/dist/esm/pipeline/spec/chart/pipes/label/labelSunburst.js.map +1 -1
  314. package/dist/esm/pipeline/spec/chart/pipes/label/labelTreeMapGroup.js.map +1 -1
  315. package/dist/esm/pipeline/spec/chart/pipes/label/labelTreeMapLeaf.js.map +1 -1
  316. package/dist/esm/pipeline/spec/chart/pipes/legend/boxLegend.js.map +1 -1
  317. package/dist/esm/pipeline/spec/chart/pipes/legend/colorLegend.js.map +1 -1
  318. package/dist/esm/pipeline/spec/chart/pipes/legend/discreteLegend.js.map +1 -1
  319. package/dist/esm/pipeline/spec/chart/pipes/legend/heatmapColorLegend.js.map +1 -1
  320. package/dist/esm/pipeline/spec/chart/pipes/legend/index.js +5 -6
  321. package/dist/esm/pipeline/spec/chart/pipes/legend/pivotColorLegend.js.map +1 -1
  322. package/dist/esm/pipeline/spec/chart/pipes/legend/pivotDiscreteLegend.js.map +1 -1
  323. package/dist/esm/pipeline/spec/chart/pipes/markStyle/areaStyle.js.map +1 -1
  324. package/dist/esm/pipeline/spec/chart/pipes/markStyle/barStyle.js.map +1 -1
  325. package/dist/esm/pipeline/spec/chart/pipes/markStyle/boxPlotStyle.js.map +1 -1
  326. package/dist/esm/pipeline/spec/chart/pipes/markStyle/cellStyle.js.map +1 -1
  327. package/dist/esm/pipeline/spec/chart/pipes/markStyle/curve/curve.js.map +1 -1
  328. package/dist/esm/pipeline/spec/chart/pipes/markStyle/curve/index.js +1 -2
  329. package/dist/esm/pipeline/spec/chart/pipes/markStyle/funnelStyle.js.map +1 -1
  330. package/dist/esm/pipeline/spec/chart/pipes/markStyle/funnelTransformStyle.js.map +1 -1
  331. package/dist/esm/pipeline/spec/chart/pipes/markStyle/index.js +11 -12
  332. package/dist/esm/pipeline/spec/chart/pipes/markStyle/lineStyle.js.map +1 -1
  333. package/dist/esm/pipeline/spec/chart/pipes/markStyle/outlierStyle.js.map +1 -1
  334. package/dist/esm/pipeline/spec/chart/pipes/markStyle/pieStyle.js.map +1 -1
  335. package/dist/esm/pipeline/spec/chart/pipes/markStyle/pointState.js.map +1 -1
  336. package/dist/esm/pipeline/spec/chart/pipes/markStyle/pointStyle.js.map +1 -1
  337. package/dist/esm/pipeline/spec/chart/pipes/markStyle/roseStyle.js.map +1 -1
  338. package/dist/esm/pipeline/spec/chart/pipes/percent/index.js +1 -2
  339. package/dist/esm/pipeline/spec/chart/pipes/percent/percent.js.map +1 -1
  340. package/dist/esm/pipeline/spec/chart/pipes/pipeFilter/areaStyleFilter.js.map +1 -1
  341. package/dist/esm/pipeline/spec/chart/pipes/pipeFilter/barStyleFilter.js.map +1 -1
  342. package/dist/esm/pipeline/spec/chart/pipes/pipeFilter/lineStyleFilter.js.map +1 -1
  343. package/dist/esm/pipeline/spec/chart/pipes/pipeFilter/pointStyleFilter.js.map +1 -1
  344. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/dimensionLinkage.js.map +1 -1
  345. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/heatmapColorDomain.js.map +1 -1
  346. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/index.js +10 -11
  347. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotAdapter.js.map +1 -1
  348. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotAxisStyle.js.map +1 -1
  349. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotColumnDimensions.js.map +1 -1
  350. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotGridStyle.js.map +1 -1
  351. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotHideIndicatorName.js.map +1 -1
  352. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotIndicators.js.map +1 -1
  353. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotRowDimensions.js.map +1 -1
  354. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotTitle.js.map +1 -1
  355. package/dist/esm/pipeline/spec/chart/pipes/player/isPlayer.js.map +1 -1
  356. package/dist/esm/pipeline/spec/chart/pipes/player/playerBar.js.map +1 -1
  357. package/dist/esm/pipeline/spec/chart/pipes/player/playerColumn.js.map +1 -1
  358. package/dist/esm/pipeline/spec/chart/pipes/player/playerLine.js.map +1 -1
  359. package/dist/esm/pipeline/spec/chart/pipes/player/playerPie.js.map +1 -1
  360. package/dist/esm/pipeline/spec/chart/pipes/player/playerScatter.js.map +1 -1
  361. package/dist/esm/pipeline/spec/chart/pipes/region/addRegionPadding.js.map +1 -1
  362. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/columnRegressionLine.js.map +1 -1
  363. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/common.js.map +1 -1
  364. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/ecdfRegressionLine.js.map +1 -1
  365. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/kdeRegressionLine.js.map +1 -1
  366. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/linearRegressionLine.js.map +1 -1
  367. package/dist/esm/pipeline/spec/chart/pipes/series/index.js +1 -2
  368. package/dist/esm/pipeline/spec/chart/pipes/series/series.js.map +1 -1
  369. package/dist/esm/pipeline/spec/chart/pipes/size/index.js +1 -2
  370. package/dist/esm/pipeline/spec/chart/pipes/size/scatterSize.js.map +1 -1
  371. package/dist/esm/pipeline/spec/chart/pipes/stack/index.js +2 -3
  372. package/dist/esm/pipeline/spec/chart/pipes/stack/stack.js.map +1 -1
  373. package/dist/esm/pipeline/spec/chart/pipes/stack/stackCornerRadius.js.map +1 -1
  374. package/dist/esm/pipeline/spec/chart/pipes/theme/fontFamily.js.map +1 -1
  375. package/dist/esm/pipeline/spec/chart/pipes/theme/index.js +1 -2
  376. package/dist/esm/pipeline/spec/chart/pipes/tooltip/index.js +7 -8
  377. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltip.js.map +1 -1
  378. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipBoxplot.js.map +1 -1
  379. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipDualAxis.js.map +1 -1
  380. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipElement.js.map +1 -1
  381. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHeatmap.js.map +1 -1
  382. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHierarchy.js.map +1 -1
  383. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHistogram.js.map +1 -1
  384. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipScatter.js.map +1 -1
  385. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipStyle.js.map +1 -1
  386. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipTreeMap.js.map +1 -1
  387. package/dist/esm/pipeline/spec/chart/utils/condition.js.map +1 -1
  388. package/dist/esm/pipeline/spec/chart/utils/histogram.js.map +1 -1
  389. package/dist/esm/pipeline/spec/table/pipeline/index.js +2 -3
  390. package/dist/esm/pipeline/spec/table/pipeline/pivotTable.js.map +1 -1
  391. package/dist/esm/pipeline/spec/table/pipeline/table.js.map +1 -1
  392. package/dist/esm/pipeline/spec/table/pipes/cellStyle/common.js.map +1 -1
  393. package/dist/esm/pipeline/spec/table/pipes/cellStyle/pivot.js.map +1 -1
  394. package/dist/esm/pipeline/spec/table/pipes/cellStyle/table.js.map +1 -1
  395. package/dist/esm/pipeline/spec/table/pipes/columns/columnsAggregation.js.map +1 -1
  396. package/dist/esm/pipeline/spec/table/pipes/columns/dimensionsToColumns.js.map +1 -1
  397. package/dist/esm/pipeline/spec/table/pipes/columns/measuresToColumns.js.map +1 -1
  398. package/dist/esm/pipeline/spec/table/pipes/columns/pivotColumns.js.map +1 -1
  399. package/dist/esm/pipeline/spec/table/pipes/columns/utils.js.map +1 -1
  400. package/dist/esm/pipeline/spec/table/pipes/corner/index.js +1 -2
  401. package/dist/esm/pipeline/spec/table/pipes/corner/titleOnDimension.js.map +1 -1
  402. package/dist/esm/pipeline/spec/table/pipes/indicators/index.js +2 -3
  403. package/dist/esm/pipeline/spec/table/pipes/indicators/pivotDataConfig.js.map +1 -1
  404. package/dist/esm/pipeline/spec/table/pipes/indicators/pivotIndicators.js.map +1 -1
  405. package/dist/esm/pipeline/spec/table/pipes/init/index.js +2 -3
  406. package/dist/esm/pipeline/spec/table/pipes/init/pivotTable.js +1 -1
  407. package/dist/esm/pipeline/spec/table/pipes/init/pivotTable.js.map +1 -1
  408. package/dist/esm/pipeline/spec/table/pipes/init/table.js +1 -1
  409. package/dist/esm/pipeline/spec/table/pipes/init/table.js.map +1 -1
  410. package/dist/esm/pipeline/spec/table/pipes/rows/index.js +1 -2
  411. package/dist/esm/pipeline/spec/table/pipes/rows/pivotRows.js.map +1 -1
  412. package/dist/esm/pipeline/spec/table/pipes/theme/bodyStyle.js.map +1 -1
  413. package/dist/esm/pipeline/spec/table/pipes/theme/bottomFrozenStyle.js.map +1 -1
  414. package/dist/esm/pipeline/spec/table/pipes/theme/cornerHeaderStyle.js.map +1 -1
  415. package/dist/esm/pipeline/spec/table/pipes/theme/frameStyle.js.map +1 -1
  416. package/dist/esm/pipeline/spec/table/pipes/theme/headerStyle.js.map +1 -1
  417. package/dist/esm/pipeline/spec/table/pipes/theme/rowHeaderStyle.js.map +1 -1
  418. package/dist/esm/pipeline/spec/table/pipes/theme/scrollStyle.js.map +1 -1
  419. package/dist/esm/pipeline/spec/table/pipes/theme/selectionStyle.js.map +1 -1
  420. package/dist/esm/pipeline/utils/boxplot.js.map +1 -1
  421. package/dist/esm/pipeline/utils/chatType.js.map +1 -1
  422. package/dist/esm/pipeline/utils/constant.js.map +1 -1
  423. package/dist/esm/pipeline/utils/dimensions/delete.js.map +1 -1
  424. package/dist/esm/pipeline/utils/dimensions/typeGuard.js.map +1 -1
  425. package/dist/esm/pipeline/utils/format/createFormatter.js.map +1 -1
  426. package/dist/esm/pipeline/utils/format/createFormatterByDimension.js.map +1 -1
  427. package/dist/esm/pipeline/utils/format/createFormatterByMeasure.js.map +1 -1
  428. package/dist/esm/pipeline/utils/format/createNumFormatter.js.map +1 -1
  429. package/dist/esm/pipeline/utils/format/createTimeFormatter.js.map +1 -1
  430. package/dist/esm/pipeline/utils/measures/delete.js.map +1 -1
  431. package/dist/esm/pipeline/utils/measures/depth.js.map +1 -1
  432. package/dist/esm/pipeline/utils/measures/find.js.map +1 -1
  433. package/dist/esm/pipeline/utils/measures/typeGuard.js.map +1 -1
  434. package/dist/esm/pipeline/utils/pipeline.js.map +1 -1
  435. package/dist/esm/pipeline/utils/replaceNullToUndefined.js.map +1 -1
  436. package/dist/esm/pipeline/utils/sandbox/builtin-utils.js.map +1 -1
  437. package/dist/esm/pipeline/utils/sandbox/execute.js +1 -1
  438. package/dist/esm/pipeline/utils/sandbox/execute.js.map +1 -1
  439. package/dist/esm/pipeline/utils/sandbox/index.js +2 -3
  440. package/dist/esm/pipeline/utils/tree/traverse.js.map +1 -1
  441. package/dist/esm/pipeline/utils/valid/checkVSeed.js.map +1 -1
  442. package/dist/esm/pipeline/utils/valid/index.js +1 -2
  443. package/dist/esm/theme/common/annotaion.js +2 -1
  444. package/dist/esm/theme/common/annotaion.js.map +1 -1
  445. package/dist/esm/theme/common/axes.js.map +1 -1
  446. package/dist/esm/theme/common/boxPlot.js.map +1 -1
  447. package/dist/esm/theme/common/brush.js.map +1 -1
  448. package/dist/esm/theme/common/color.js.map +1 -1
  449. package/dist/esm/theme/common/crosshair.js.map +1 -1
  450. package/dist/esm/theme/common/funnelTransform.js.map +1 -1
  451. package/dist/esm/theme/common/heatmapCell.js.map +1 -1
  452. package/dist/esm/theme/common/label.js.map +1 -1
  453. package/dist/esm/theme/common/legend.js.map +1 -1
  454. package/dist/esm/theme/common/player.js.map +1 -1
  455. package/dist/esm/theme/common/regressionLine.js.map +1 -1
  456. package/dist/esm/theme/common/table.js.map +1 -1
  457. package/dist/esm/theme/common/tooltip.js.map +1 -1
  458. package/dist/esm/theme/dark/area.js.map +1 -1
  459. package/dist/esm/theme/dark/bar.js.map +1 -1
  460. package/dist/esm/theme/dark/boxPlot.js.map +1 -1
  461. package/dist/esm/theme/dark/column.js.map +1 -1
  462. package/dist/esm/theme/dark/dark.js.map +1 -1
  463. package/dist/esm/theme/dark/dualAxis.js.map +1 -1
  464. package/dist/esm/theme/dark/funnel.js.map +1 -1
  465. package/dist/esm/theme/dark/heatmap.js.map +1 -1
  466. package/dist/esm/theme/dark/hierarchy.js.map +1 -1
  467. package/dist/esm/theme/dark/histogram.js.map +1 -1
  468. package/dist/esm/theme/dark/index.js +1 -2
  469. package/dist/esm/theme/dark/line.js.map +1 -1
  470. package/dist/esm/theme/dark/pie.js.map +1 -1
  471. package/dist/esm/theme/dark/race.js.map +1 -1
  472. package/dist/esm/theme/dark/raceLine.js.map +1 -1
  473. package/dist/esm/theme/dark/racePie.js.map +1 -1
  474. package/dist/esm/theme/dark/radar.js.map +1 -1
  475. package/dist/esm/theme/dark/rose.js.map +1 -1
  476. package/dist/esm/theme/dark/scatter.js.map +1 -1
  477. package/dist/esm/theme/index.js +3 -4
  478. package/dist/esm/theme/light/area.js.map +1 -1
  479. package/dist/esm/theme/light/bar.js.map +1 -1
  480. package/dist/esm/theme/light/boxPlot.js.map +1 -1
  481. package/dist/esm/theme/light/column.js.map +1 -1
  482. package/dist/esm/theme/light/dualAxis.js.map +1 -1
  483. package/dist/esm/theme/light/funnel.js.map +1 -1
  484. package/dist/esm/theme/light/heatmap.js.map +1 -1
  485. package/dist/esm/theme/light/hierarchy.js.map +1 -1
  486. package/dist/esm/theme/light/histogram.js.map +1 -1
  487. package/dist/esm/theme/light/index.js +1 -2
  488. package/dist/esm/theme/light/light.js.map +1 -1
  489. package/dist/esm/theme/light/line.js.map +1 -1
  490. package/dist/esm/theme/light/pie.js.map +1 -1
  491. package/dist/esm/theme/light/race.js.map +1 -1
  492. package/dist/esm/theme/light/raceLine.js.map +1 -1
  493. package/dist/esm/theme/light/racePie.js.map +1 -1
  494. package/dist/esm/theme/light/radar.js.map +1 -1
  495. package/dist/esm/theme/light/rose.js.map +1 -1
  496. package/dist/esm/theme/light/scatter.js.map +1 -1
  497. package/dist/esm/theme/tokenTheme.js.map +1 -1
  498. package/dist/esm/types/advancedVSeed.js.map +1 -1
  499. package/dist/esm/types/builder/builder.js.map +1 -1
  500. package/dist/esm/types/chartType/area/index.js +1 -2
  501. package/dist/esm/types/chartType/area/zArea.js.map +1 -1
  502. package/dist/esm/types/chartType/areaPercent/index.js +1 -2
  503. package/dist/esm/types/chartType/areaPercent/zAreaPercent.js.map +1 -1
  504. package/dist/esm/types/chartType/bar/zBar.js.map +1 -1
  505. package/dist/esm/types/chartType/barParallel/zBarParallel.js.map +1 -1
  506. package/dist/esm/types/chartType/barPercent/zBarPercent.js.map +1 -1
  507. package/dist/esm/types/chartType/boxPlot/zBoxPlot.js.map +1 -1
  508. package/dist/esm/types/chartType/circlePacking/zCirclePacking.js.map +1 -1
  509. package/dist/esm/types/chartType/column/zColumn.js.map +1 -1
  510. package/dist/esm/types/chartType/columnParallel/zColumnParallel.js.map +1 -1
  511. package/dist/esm/types/chartType/columnPercent/zColumnPercent.js.map +1 -1
  512. package/dist/esm/types/chartType/donut/zDonut.js.map +1 -1
  513. package/dist/esm/types/chartType/dualAxis/index.js +1 -2
  514. package/dist/esm/types/chartType/dualAxis/zDualAxis.js.map +1 -1
  515. package/dist/esm/types/chartType/funnel/zFunnel.js.map +1 -1
  516. package/dist/esm/types/chartType/heatmap/zHeatmap.js.map +1 -1
  517. package/dist/esm/types/chartType/histogram/zHistogram.js.map +1 -1
  518. package/dist/esm/types/chartType/line/zLine.js.map +1 -1
  519. package/dist/esm/types/chartType/pie/zPie.js.map +1 -1
  520. package/dist/esm/types/chartType/pivotTable/zPivotTable.js.map +1 -1
  521. package/dist/esm/types/chartType/raceBar/zRaceBar.js.map +1 -1
  522. package/dist/esm/types/chartType/raceColumn/zRaceColumn.js.map +1 -1
  523. package/dist/esm/types/chartType/raceDonut/zRaceDonut.js.map +1 -1
  524. package/dist/esm/types/chartType/raceLine/zRaceLine.js.map +1 -1
  525. package/dist/esm/types/chartType/racePie/zRacePie.js.map +1 -1
  526. package/dist/esm/types/chartType/raceScatter/zRaceScatter.js.map +1 -1
  527. package/dist/esm/types/chartType/radar/zRadar.js.map +1 -1
  528. package/dist/esm/types/chartType/rose/zRose.js.map +1 -1
  529. package/dist/esm/types/chartType/roseParallel/zRoseParallel.js.map +1 -1
  530. package/dist/esm/types/chartType/scatter/zScatter.js.map +1 -1
  531. package/dist/esm/types/chartType/sunburst/zSunburst.js.map +1 -1
  532. package/dist/esm/types/chartType/table/zTable.js.map +1 -1
  533. package/dist/esm/types/chartType/treeMap/zTreeMap.js.map +1 -1
  534. package/dist/esm/types/dataSelector/selector.js.map +1 -1
  535. package/dist/esm/types/i18n/i18n.js.map +1 -1
  536. package/dist/esm/types/properties/aggregation/index.js +1 -2
  537. package/dist/esm/types/properties/aggregation/zAggregation.js.map +1 -1
  538. package/dist/esm/types/properties/analysis/analysis.js.map +1 -1
  539. package/dist/esm/types/properties/analysis/sort.js.map +1 -1
  540. package/dist/esm/types/properties/analysis/sortLegend.js.map +1 -1
  541. package/dist/esm/types/properties/annotation/annotation.js.map +1 -1
  542. package/dist/esm/types/properties/annotation/zAnnotationArea.js.map +1 -1
  543. package/dist/esm/types/properties/annotation/zAnnotationHorizontalLine.js.map +1 -1
  544. package/dist/esm/types/properties/annotation/zAnnotationPoint.js.map +1 -1
  545. package/dist/esm/types/properties/annotation/zAnnotationVerticalLine.js.map +1 -1
  546. package/dist/esm/types/properties/brush/index.js +1 -2
  547. package/dist/esm/types/properties/brush/zBrush.js.map +1 -1
  548. package/dist/esm/types/properties/cellStyle/bodyCellStyle.js.map +1 -1
  549. package/dist/esm/types/properties/cellStyle/cellStyle.js.map +1 -1
  550. package/dist/esm/types/properties/chartType/chartType.js.map +1 -1
  551. package/dist/esm/types/properties/chartType/index.js +1 -2
  552. package/dist/esm/types/properties/config/annotation/zAnnotation.js.map +1 -1
  553. package/dist/esm/types/properties/config/area.js.map +1 -1
  554. package/dist/esm/types/properties/config/axes/zBandAxis.js.map +1 -1
  555. package/dist/esm/types/properties/config/axes/zLinearAxis.js.map +1 -1
  556. package/dist/esm/types/properties/config/backgroundColor/backgroundColor.js.map +1 -1
  557. package/dist/esm/types/properties/config/bar.js.map +1 -1
  558. package/dist/esm/types/properties/config/barWidth/index.js.map +1 -1
  559. package/dist/esm/types/properties/config/boxWidth/zBoxWidth.js.map +1 -1
  560. package/dist/esm/types/properties/config/boxplot.js.map +1 -1
  561. package/dist/esm/types/properties/config/circlePacking.js.map +1 -1
  562. package/dist/esm/types/properties/config/color/color.js.map +1 -1
  563. package/dist/esm/types/properties/config/column.js.map +1 -1
  564. package/dist/esm/types/properties/config/config.js.map +1 -1
  565. package/dist/esm/types/properties/config/crosshair/zCrosshair.js.map +1 -1
  566. package/dist/esm/types/properties/config/dimensionLinkage/dimensionLinkage.js.map +1 -1
  567. package/dist/esm/types/properties/config/dualAxis.js.map +1 -1
  568. package/dist/esm/types/properties/config/funnel.js.map +1 -1
  569. package/dist/esm/types/properties/config/funnelTransform/zFunnelTransform.js.map +1 -1
  570. package/dist/esm/types/properties/config/heatmap/zHeatmap.js.map +1 -1
  571. package/dist/esm/types/properties/config/heatmap.js.map +1 -1
  572. package/dist/esm/types/properties/config/histogram.js.map +1 -1
  573. package/dist/esm/types/properties/config/label/zLabel.js.map +1 -1
  574. package/dist/esm/types/properties/config/label/zPieLabel.js.map +1 -1
  575. package/dist/esm/types/properties/config/legend/legend.js.map +1 -1
  576. package/dist/esm/types/properties/config/line.js.map +1 -1
  577. package/dist/esm/types/properties/config/pie.js.map +1 -1
  578. package/dist/esm/types/properties/config/pivotGrid/index.js +1 -2
  579. package/dist/esm/types/properties/config/pivotGrid/pivotGrid.js.map +1 -1
  580. package/dist/esm/types/properties/config/pivotTable.js.map +1 -1
  581. package/dist/esm/types/properties/config/player/index.js +1 -2
  582. package/dist/esm/types/properties/config/player/zPlayer.js.map +1 -1
  583. package/dist/esm/types/properties/config/race.js.map +1 -1
  584. package/dist/esm/types/properties/config/rose.js.map +1 -1
  585. package/dist/esm/types/properties/config/scatter.js.map +1 -1
  586. package/dist/esm/types/properties/config/stackCornerRadius/stackCornerRadius.js.map +1 -1
  587. package/dist/esm/types/properties/config/sunburst.js.map +1 -1
  588. package/dist/esm/types/properties/config/table.js.map +1 -1
  589. package/dist/esm/types/properties/config/tooltip/tooltip.js.map +1 -1
  590. package/dist/esm/types/properties/config/treeMap.js.map +1 -1
  591. package/dist/esm/types/properties/config/whiskers/index.js.map +1 -1
  592. package/dist/esm/types/properties/dataset/dataset.js.map +1 -1
  593. package/dist/esm/types/properties/dataset/index.js +1 -2
  594. package/dist/esm/types/properties/datasetReshapeInfo/index.js +1 -2
  595. package/dist/esm/types/properties/datasetReshapeInfo/zDatasetReshapeInfo.js.map +1 -1
  596. package/dist/esm/types/properties/dimensions/zDimensions.js.map +1 -1
  597. package/dist/esm/types/properties/encoding/index.js +3 -4
  598. package/dist/esm/types/properties/encoding/zDimensionEncoding.js.map +1 -1
  599. package/dist/esm/types/properties/encoding/zEncoding.js.map +1 -1
  600. package/dist/esm/types/properties/encoding/zMeasureEncoding.js.map +1 -1
  601. package/dist/esm/types/properties/format/numFormat.js.map +1 -1
  602. package/dist/esm/types/properties/format/timeFormat.js.map +1 -1
  603. package/dist/esm/types/properties/markStyle/barStyle.js.map +1 -1
  604. package/dist/esm/types/properties/markStyle/boxPlotStyle.js.map +1 -1
  605. package/dist/esm/types/properties/markStyle/lineStyle.js.map +1 -1
  606. package/dist/esm/types/properties/markStyle/markStyle.js.map +1 -1
  607. package/dist/esm/types/properties/markStyle/outlierStyle.js.map +1 -1
  608. package/dist/esm/types/properties/markStyle/pointStyle.js.map +1 -1
  609. package/dist/esm/types/properties/markStyle/zAreaStyle.js.map +1 -1
  610. package/dist/esm/types/properties/measures/zDualMeasures.js.map +1 -1
  611. package/dist/esm/types/properties/measures/zMeasures.js.map +1 -1
  612. package/dist/esm/types/properties/page/index.js +1 -2
  613. package/dist/esm/types/properties/page/zPage.js.map +1 -1
  614. package/dist/esm/types/properties/regressionLine/zRegressionLine.js.map +1 -1
  615. package/dist/esm/types/properties/theme/customTheme.js.map +1 -1
  616. package/dist/esm/types/properties/theme/index.js +2 -3
  617. package/dist/esm/types/properties/theme/theme.js.map +1 -1
  618. package/dist/esm/types/properties/totals/index.js +1 -2
  619. package/dist/esm/types/properties/totals/zTotals.js.map +1 -1
  620. package/dist/esm/types/zVseed.js.map +1 -1
  621. package/dist/umd/index.js +357 -357
  622. package/dist/umd/index.js.map +1 -1
  623. package/package.json +5 -5
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/raceBar/zRaceBar.js","sources":["webpack://@visactor/vseed/./src/types/chartType/raceBar/zRaceBar.ts"],"sourcesContent":["import { zLocale } from '../../i18n'\nimport {\n zAnnotationArea,\n zAnnotationHorizontalLine,\n zAnnotationPoint,\n zAnnotationVerticalLine,\n zBackgroundColor,\n zBarMaxWidth,\n zBarStyle,\n zColor,\n zCrosshairRect,\n zDataset,\n zDimensionLinkage,\n zDimensions,\n zEncoding,\n zLabel,\n zLegend,\n zMeasures,\n zStackCornerRadius,\n zTheme,\n zTooltip,\n zBrush,\n zXLinearAxis,\n zYBandAxis,\n zPage,\n zPlayer,\n zSort,\n zSortLegend,\n} from '../../properties'\n\nimport { z } from 'zod'\n\nexport const zRaceBar = z.object({\n chartType: z.literal('raceBar'),\n dataset: zDataset.nullish(),\n encoding: zEncoding.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.nullish(),\n page: zPage.nullish(),\n player: zPlayer.nullish(),\n sort: zSort.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n color: zColor.nullish(),\n label: zLabel.nullish(),\n legend: zLegend.nullish(),\n tooltip: zTooltip.nullish(),\n brush: zBrush.nullish(),\n xAxis: zXLinearAxis.nullish(),\n yAxis: zYBandAxis.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n stackCornerRadius: zStackCornerRadius.nullish(),\n barMaxWidth: zBarMaxWidth.nullish(),\n sortLegend: zSortLegend.nullish(),\n theme: zTheme.nullish(),\n barStyle: z.array(zBarStyle).or(zBarStyle).nullish(),\n annotationPoint: z.array(zAnnotationPoint).or(zAnnotationPoint).nullish(),\n annotationVerticalLine: z.array(zAnnotationVerticalLine).or(zAnnotationVerticalLine).nullish(),\n annotationHorizontalLine: z.array(zAnnotationHorizontalLine).or(zAnnotationHorizontalLine).nullish(),\n annotationArea: z.array(zAnnotationArea).or(zAnnotationArea).nullish(),\n dimensionLinkage: zDimensionLinkage.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zRaceBar","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zPlayer","zSort","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXLinearAxis","zYBandAxis","zCrosshairRect","zStackCornerRadius","zBarMaxWidth","zSortLegend","zTheme","zBarStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","zLocale"],"mappings":";;;AAgCO,MAAMA,WAAWC,EAAE,MAAM,CAAC;IAC/B,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,UAAUC,UAAU,OAAO;IAC3B,YAAYC,YAAY,OAAO;IAC/B,UAAUC,UAAU,OAAO;IAC3B,MAAMC,MAAM,OAAO;IACnB,QAAQC,QAAQ,OAAO;IACvB,MAAMC,MAAM,OAAO;IAEnB,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;IACvB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,OAAOC,aAAa,OAAO;IAC3B,OAAOC,WAAW,OAAO;IACzB,eAAeC,eAAe,OAAO;IACrC,mBAAmBC,mBAAmB,OAAO;IAC7C,aAAaC,aAAa,OAAO;IACjC,YAAYC,YAAY,OAAO;IAC/B,OAAOC,OAAO,OAAO;IACrB,UAAUpB,EAAE,KAAK,CAACqB,WAAW,EAAE,CAACA,WAAW,OAAO;IAClD,iBAAiBrB,EAAE,KAAK,CAACsB,kBAAkB,EAAE,CAACA,kBAAkB,OAAO;IACvE,wBAAwBtB,EAAE,KAAK,CAACuB,yBAAyB,EAAE,CAACA,yBAAyB,OAAO;IAC5F,0BAA0BvB,EAAE,KAAK,CAACwB,2BAA2B,EAAE,CAACA,2BAA2B,OAAO;IAClG,gBAAgBxB,EAAE,KAAK,CAACyB,iBAAiB,EAAE,CAACA,iBAAiB,OAAO;IACpE,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/raceBar/zRaceBar.js","sources":["../../../../../src/types/chartType/raceBar/zRaceBar.ts"],"sourcesContent":["import { zLocale } from '../../i18n'\nimport {\n zAnnotationArea,\n zAnnotationHorizontalLine,\n zAnnotationPoint,\n zAnnotationVerticalLine,\n zBackgroundColor,\n zBarMaxWidth,\n zBarStyle,\n zColor,\n zCrosshairRect,\n zDataset,\n zDimensionLinkage,\n zDimensions,\n zEncoding,\n zLabel,\n zLegend,\n zMeasures,\n zStackCornerRadius,\n zTheme,\n zTooltip,\n zBrush,\n zXLinearAxis,\n zYBandAxis,\n zPage,\n zPlayer,\n zSort,\n zSortLegend,\n} from '../../properties'\n\nimport { z } from 'zod'\n\nexport const zRaceBar = z.object({\n chartType: z.literal('raceBar'),\n dataset: zDataset.nullish(),\n encoding: zEncoding.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.nullish(),\n page: zPage.nullish(),\n player: zPlayer.nullish(),\n sort: zSort.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n color: zColor.nullish(),\n label: zLabel.nullish(),\n legend: zLegend.nullish(),\n tooltip: zTooltip.nullish(),\n brush: zBrush.nullish(),\n xAxis: zXLinearAxis.nullish(),\n yAxis: zYBandAxis.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n stackCornerRadius: zStackCornerRadius.nullish(),\n barMaxWidth: zBarMaxWidth.nullish(),\n sortLegend: zSortLegend.nullish(),\n theme: zTheme.nullish(),\n barStyle: z.array(zBarStyle).or(zBarStyle).nullish(),\n annotationPoint: z.array(zAnnotationPoint).or(zAnnotationPoint).nullish(),\n annotationVerticalLine: z.array(zAnnotationVerticalLine).or(zAnnotationVerticalLine).nullish(),\n annotationHorizontalLine: z.array(zAnnotationHorizontalLine).or(zAnnotationHorizontalLine).nullish(),\n annotationArea: z.array(zAnnotationArea).or(zAnnotationArea).nullish(),\n dimensionLinkage: zDimensionLinkage.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zRaceBar","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zPlayer","zSort","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXLinearAxis","zYBandAxis","zCrosshairRect","zStackCornerRadius","zBarMaxWidth","zSortLegend","zTheme","zBarStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","zLocale"],"mappings":";;;AAgCO,MAAMA,WAAWC,EAAE,MAAM,CAAC;IAC/B,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,UAAUC,UAAU,OAAO;IAC3B,YAAYC,YAAY,OAAO;IAC/B,UAAUC,UAAU,OAAO;IAC3B,MAAMC,MAAM,OAAO;IACnB,QAAQC,QAAQ,OAAO;IACvB,MAAMC,MAAM,OAAO;IAEnB,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;IACvB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,OAAOC,aAAa,OAAO;IAC3B,OAAOC,WAAW,OAAO;IACzB,eAAeC,eAAe,OAAO;IACrC,mBAAmBC,mBAAmB,OAAO;IAC7C,aAAaC,aAAa,OAAO;IACjC,YAAYC,YAAY,OAAO;IAC/B,OAAOC,OAAO,OAAO;IACrB,UAAUpB,EAAE,KAAK,CAACqB,WAAW,EAAE,CAACA,WAAW,OAAO;IAClD,iBAAiBrB,EAAE,KAAK,CAACsB,kBAAkB,EAAE,CAACA,kBAAkB,OAAO;IACvE,wBAAwBtB,EAAE,KAAK,CAACuB,yBAAyB,EAAE,CAACA,yBAAyB,OAAO;IAC5F,0BAA0BvB,EAAE,KAAK,CAACwB,2BAA2B,EAAE,CAACA,2BAA2B,OAAO;IAClG,gBAAgBxB,EAAE,KAAK,CAACyB,iBAAiB,EAAE,CAACA,iBAAiB,OAAO;IACpE,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/raceColumn/zRaceColumn.js","sources":["webpack://@visactor/vseed/./src/types/chartType/raceColumn/zRaceColumn.ts"],"sourcesContent":["import { zLocale } from '../../i18n'\nimport {\n zAnnotationArea,\n zAnnotationHorizontalLine,\n zAnnotationPoint,\n zAnnotationVerticalLine,\n zBackgroundColor,\n zBarMaxWidth,\n zBarStyle,\n zColor,\n zCrosshairRect,\n zDataset,\n zDimensionLinkage,\n zDimensions,\n zEncoding,\n zLabel,\n zLegend,\n zMeasures,\n zStackCornerRadius,\n zTheme,\n zTooltip,\n zBrush,\n zXLinearAxis,\n zYBandAxis,\n zPage,\n zPlayer,\n zSort,\n zSortLegend,\n} from '../../properties'\n\nimport { z } from 'zod'\n\nexport const zRaceColumn = z.object({\n chartType: z.literal('raceColumn'),\n dataset: zDataset.nullish(),\n encoding: zEncoding.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.nullish(),\n page: zPage.nullish(),\n player: zPlayer.nullish(),\n sort: zSort.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n color: zColor.nullish(),\n label: zLabel.nullish(),\n legend: zLegend.nullish(),\n tooltip: zTooltip.nullish(),\n brush: zBrush.nullish(),\n xAxis: zYBandAxis.nullish(),\n yAxis: zXLinearAxis.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n stackCornerRadius: zStackCornerRadius.nullish(),\n barMaxWidth: zBarMaxWidth.nullish(),\n sortLegend: zSortLegend.nullish(),\n theme: zTheme.nullish(),\n barStyle: z.array(zBarStyle).or(zBarStyle).nullish(),\n annotationPoint: z.array(zAnnotationPoint).or(zAnnotationPoint).nullish(),\n annotationVerticalLine: z.array(zAnnotationVerticalLine).or(zAnnotationVerticalLine).nullish(),\n annotationHorizontalLine: z.array(zAnnotationHorizontalLine).or(zAnnotationHorizontalLine).nullish(),\n annotationArea: z.array(zAnnotationArea).or(zAnnotationArea).nullish(),\n dimensionLinkage: zDimensionLinkage.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zRaceColumn","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zPlayer","zSort","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zYBandAxis","zXLinearAxis","zCrosshairRect","zStackCornerRadius","zBarMaxWidth","zSortLegend","zTheme","zBarStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","zLocale"],"mappings":";;;AAgCO,MAAMA,cAAcC,EAAE,MAAM,CAAC;IAClC,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,UAAUC,UAAU,OAAO;IAC3B,YAAYC,YAAY,OAAO;IAC/B,UAAUC,UAAU,OAAO;IAC3B,MAAMC,MAAM,OAAO;IACnB,QAAQC,QAAQ,OAAO;IACvB,MAAMC,MAAM,OAAO;IAEnB,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;IACvB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,OAAOC,WAAW,OAAO;IACzB,OAAOC,aAAa,OAAO;IAC3B,eAAeC,eAAe,OAAO;IACrC,mBAAmBC,mBAAmB,OAAO;IAC7C,aAAaC,aAAa,OAAO;IACjC,YAAYC,YAAY,OAAO;IAC/B,OAAOC,OAAO,OAAO;IACrB,UAAUpB,EAAE,KAAK,CAACqB,WAAW,EAAE,CAACA,WAAW,OAAO;IAClD,iBAAiBrB,EAAE,KAAK,CAACsB,kBAAkB,EAAE,CAACA,kBAAkB,OAAO;IACvE,wBAAwBtB,EAAE,KAAK,CAACuB,yBAAyB,EAAE,CAACA,yBAAyB,OAAO;IAC5F,0BAA0BvB,EAAE,KAAK,CAACwB,2BAA2B,EAAE,CAACA,2BAA2B,OAAO;IAClG,gBAAgBxB,EAAE,KAAK,CAACyB,iBAAiB,EAAE,CAACA,iBAAiB,OAAO;IACpE,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/raceColumn/zRaceColumn.js","sources":["../../../../../src/types/chartType/raceColumn/zRaceColumn.ts"],"sourcesContent":["import { zLocale } from '../../i18n'\nimport {\n zAnnotationArea,\n zAnnotationHorizontalLine,\n zAnnotationPoint,\n zAnnotationVerticalLine,\n zBackgroundColor,\n zBarMaxWidth,\n zBarStyle,\n zColor,\n zCrosshairRect,\n zDataset,\n zDimensionLinkage,\n zDimensions,\n zEncoding,\n zLabel,\n zLegend,\n zMeasures,\n zStackCornerRadius,\n zTheme,\n zTooltip,\n zBrush,\n zXLinearAxis,\n zYBandAxis,\n zPage,\n zPlayer,\n zSort,\n zSortLegend,\n} from '../../properties'\n\nimport { z } from 'zod'\n\nexport const zRaceColumn = z.object({\n chartType: z.literal('raceColumn'),\n dataset: zDataset.nullish(),\n encoding: zEncoding.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.nullish(),\n page: zPage.nullish(),\n player: zPlayer.nullish(),\n sort: zSort.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n color: zColor.nullish(),\n label: zLabel.nullish(),\n legend: zLegend.nullish(),\n tooltip: zTooltip.nullish(),\n brush: zBrush.nullish(),\n xAxis: zYBandAxis.nullish(),\n yAxis: zXLinearAxis.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n stackCornerRadius: zStackCornerRadius.nullish(),\n barMaxWidth: zBarMaxWidth.nullish(),\n sortLegend: zSortLegend.nullish(),\n theme: zTheme.nullish(),\n barStyle: z.array(zBarStyle).or(zBarStyle).nullish(),\n annotationPoint: z.array(zAnnotationPoint).or(zAnnotationPoint).nullish(),\n annotationVerticalLine: z.array(zAnnotationVerticalLine).or(zAnnotationVerticalLine).nullish(),\n annotationHorizontalLine: z.array(zAnnotationHorizontalLine).or(zAnnotationHorizontalLine).nullish(),\n annotationArea: z.array(zAnnotationArea).or(zAnnotationArea).nullish(),\n dimensionLinkage: zDimensionLinkage.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zRaceColumn","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zPlayer","zSort","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zYBandAxis","zXLinearAxis","zCrosshairRect","zStackCornerRadius","zBarMaxWidth","zSortLegend","zTheme","zBarStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","zLocale"],"mappings":";;;AAgCO,MAAMA,cAAcC,EAAE,MAAM,CAAC;IAClC,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,UAAUC,UAAU,OAAO;IAC3B,YAAYC,YAAY,OAAO;IAC/B,UAAUC,UAAU,OAAO;IAC3B,MAAMC,MAAM,OAAO;IACnB,QAAQC,QAAQ,OAAO;IACvB,MAAMC,MAAM,OAAO;IAEnB,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;IACvB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,OAAOC,WAAW,OAAO;IACzB,OAAOC,aAAa,OAAO;IAC3B,eAAeC,eAAe,OAAO;IACrC,mBAAmBC,mBAAmB,OAAO;IAC7C,aAAaC,aAAa,OAAO;IACjC,YAAYC,YAAY,OAAO;IAC/B,OAAOC,OAAO,OAAO;IACrB,UAAUpB,EAAE,KAAK,CAACqB,WAAW,EAAE,CAACA,WAAW,OAAO;IAClD,iBAAiBrB,EAAE,KAAK,CAACsB,kBAAkB,EAAE,CAACA,kBAAkB,OAAO;IACvE,wBAAwBtB,EAAE,KAAK,CAACuB,yBAAyB,EAAE,CAACA,yBAAyB,OAAO;IAC5F,0BAA0BvB,EAAE,KAAK,CAACwB,2BAA2B,EAAE,CAACA,2BAA2B,OAAO;IAClG,gBAAgBxB,EAAE,KAAK,CAACyB,iBAAiB,EAAE,CAACA,iBAAiB,OAAO;IACpE,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/raceDonut/zRaceDonut.js","sources":["webpack://@visactor/vseed/./src/types/chartType/raceDonut/zRaceDonut.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\n\nimport {\n zBackgroundColor,\n zColor,\n zDataset,\n zDimensions,\n zEncoding,\n zLegend,\n zMeasures,\n zPieLabel,\n zTheme,\n zTooltip,\n zBrush,\n zPage,\n zPlayer,\n} from '../../properties'\n\nexport const zRaceDonut = z.object({\n chartType: z.literal('raceDonut'),\n dataset: zDataset.nullish(),\n encoding: zEncoding.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.nullish(),\n page: zPage.nullish(),\n player: zPlayer.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n color: zColor.nullish(),\n label: zPieLabel.nullish(),\n legend: zLegend.nullish(),\n tooltip: zTooltip.nullish(),\n brush: zBrush.nullish(),\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zRaceDonut","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zPlayer","zBackgroundColor","zColor","zPieLabel","zLegend","zTooltip","zBrush","zTheme","zLocale"],"mappings":";;;AAmBO,MAAMA,aAAaC,EAAE,MAAM,CAAC;IACjC,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,UAAUC,UAAU,OAAO;IAC3B,YAAYC,YAAY,OAAO;IAC/B,UAAUC,UAAU,OAAO;IAC3B,MAAMC,MAAM,OAAO;IACnB,QAAQC,QAAQ,OAAO;IAEvB,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,UAAU,OAAO;IACxB,QAAQC,QAAQ,OAAO;IACvB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/raceDonut/zRaceDonut.js","sources":["../../../../../src/types/chartType/raceDonut/zRaceDonut.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\n\nimport {\n zBackgroundColor,\n zColor,\n zDataset,\n zDimensions,\n zEncoding,\n zLegend,\n zMeasures,\n zPieLabel,\n zTheme,\n zTooltip,\n zBrush,\n zPage,\n zPlayer,\n} from '../../properties'\n\nexport const zRaceDonut = z.object({\n chartType: z.literal('raceDonut'),\n dataset: zDataset.nullish(),\n encoding: zEncoding.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.nullish(),\n page: zPage.nullish(),\n player: zPlayer.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n color: zColor.nullish(),\n label: zPieLabel.nullish(),\n legend: zLegend.nullish(),\n tooltip: zTooltip.nullish(),\n brush: zBrush.nullish(),\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zRaceDonut","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zPlayer","zBackgroundColor","zColor","zPieLabel","zLegend","zTooltip","zBrush","zTheme","zLocale"],"mappings":";;;AAmBO,MAAMA,aAAaC,EAAE,MAAM,CAAC;IACjC,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,UAAUC,UAAU,OAAO;IAC3B,YAAYC,YAAY,OAAO;IAC/B,UAAUC,UAAU,OAAO;IAC3B,MAAMC,MAAM,OAAO;IACnB,QAAQC,QAAQ,OAAO;IAEvB,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,UAAU,OAAO;IACxB,QAAQC,QAAQ,OAAO;IACvB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/raceLine/zRaceLine.js","sources":["webpack://@visactor/vseed/./src/types/chartType/raceLine/zRaceLine.ts"],"sourcesContent":["import { zLocale } from '../../i18n'\nimport {\n zAnnotationArea,\n zAnnotationHorizontalLine,\n zAnnotationPoint,\n zAnnotationVerticalLine,\n zBackgroundColor,\n zColor,\n zCrosshairLine,\n zDataset,\n zDimensionLinkage,\n zDimensions,\n zEncoding,\n zLabel,\n zLegend,\n zLineStyle,\n zMeasures,\n zPointStyle,\n zSort,\n zSortLegend,\n zTheme,\n zTooltip,\n zBrush,\n zXBandAxis,\n zYLinearAxis,\n zPage,\n zPlayer,\n} from '../../properties'\n\nimport { z } from 'zod'\n\nexport const zRaceLine = z.object({\n chartType: z.literal('raceLine'),\n dataset: zDataset.nullish(),\n encoding: zEncoding.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.nullish(),\n page: zPage.nullish(),\n player: zPlayer.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n color: zColor.nullish(),\n label: zLabel.nullish(),\n legend: zLegend.nullish(),\n tooltip: zTooltip.nullish(),\n brush: zBrush.nullish(),\n xAxis: zXBandAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n crosshairLine: zCrosshairLine.nullish(),\n sort: zSort.nullish(),\n sortLegend: zSortLegend.nullish(),\n theme: zTheme.nullish(),\n pointStyle: z.array(zPointStyle).or(zPointStyle).nullish(),\n lineStyle: z.array(zLineStyle).or(zLineStyle).nullish(),\n annotationPoint: z.array(zAnnotationPoint).or(zAnnotationPoint).nullish(),\n annotationVerticalLine: z.array(zAnnotationVerticalLine).or(zAnnotationVerticalLine).nullish(),\n annotationHorizontalLine: z.array(zAnnotationHorizontalLine).or(zAnnotationHorizontalLine).nullish(),\n annotationArea: z.array(zAnnotationArea).or(zAnnotationArea).nullish(),\n dimensionLinkage: zDimensionLinkage.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zRaceLine","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zPlayer","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXBandAxis","zYLinearAxis","zCrosshairLine","zSort","zSortLegend","zTheme","zPointStyle","zLineStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","zLocale"],"mappings":";;;AA+BO,MAAMA,YAAYC,EAAE,MAAM,CAAC;IAChC,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,UAAUC,UAAU,OAAO;IAC3B,YAAYC,YAAY,OAAO;IAC/B,UAAUC,UAAU,OAAO;IAC3B,MAAMC,MAAM,OAAO;IACnB,QAAQC,QAAQ,OAAO;IAEvB,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;IACvB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,OAAOC,WAAW,OAAO;IACzB,OAAOC,aAAa,OAAO;IAC3B,eAAeC,eAAe,OAAO;IACrC,MAAMC,MAAM,OAAO;IACnB,YAAYC,YAAY,OAAO;IAC/B,OAAOC,OAAO,OAAO;IACrB,YAAYlB,EAAE,KAAK,CAACmB,aAAa,EAAE,CAACA,aAAa,OAAO;IACxD,WAAWnB,EAAE,KAAK,CAACoB,YAAY,EAAE,CAACA,YAAY,OAAO;IACrD,iBAAiBpB,EAAE,KAAK,CAACqB,kBAAkB,EAAE,CAACA,kBAAkB,OAAO;IACvE,wBAAwBrB,EAAE,KAAK,CAACsB,yBAAyB,EAAE,CAACA,yBAAyB,OAAO;IAC5F,0BAA0BtB,EAAE,KAAK,CAACuB,2BAA2B,EAAE,CAACA,2BAA2B,OAAO;IAClG,gBAAgBvB,EAAE,KAAK,CAACwB,iBAAiB,EAAE,CAACA,iBAAiB,OAAO;IACpE,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/raceLine/zRaceLine.js","sources":["../../../../../src/types/chartType/raceLine/zRaceLine.ts"],"sourcesContent":["import { zLocale } from '../../i18n'\nimport {\n zAnnotationArea,\n zAnnotationHorizontalLine,\n zAnnotationPoint,\n zAnnotationVerticalLine,\n zBackgroundColor,\n zColor,\n zCrosshairLine,\n zDataset,\n zDimensionLinkage,\n zDimensions,\n zEncoding,\n zLabel,\n zLegend,\n zLineStyle,\n zMeasures,\n zPointStyle,\n zSort,\n zSortLegend,\n zTheme,\n zTooltip,\n zBrush,\n zXBandAxis,\n zYLinearAxis,\n zPage,\n zPlayer,\n} from '../../properties'\n\nimport { z } from 'zod'\n\nexport const zRaceLine = z.object({\n chartType: z.literal('raceLine'),\n dataset: zDataset.nullish(),\n encoding: zEncoding.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.nullish(),\n page: zPage.nullish(),\n player: zPlayer.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n color: zColor.nullish(),\n label: zLabel.nullish(),\n legend: zLegend.nullish(),\n tooltip: zTooltip.nullish(),\n brush: zBrush.nullish(),\n xAxis: zXBandAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n crosshairLine: zCrosshairLine.nullish(),\n sort: zSort.nullish(),\n sortLegend: zSortLegend.nullish(),\n theme: zTheme.nullish(),\n pointStyle: z.array(zPointStyle).or(zPointStyle).nullish(),\n lineStyle: z.array(zLineStyle).or(zLineStyle).nullish(),\n annotationPoint: z.array(zAnnotationPoint).or(zAnnotationPoint).nullish(),\n annotationVerticalLine: z.array(zAnnotationVerticalLine).or(zAnnotationVerticalLine).nullish(),\n annotationHorizontalLine: z.array(zAnnotationHorizontalLine).or(zAnnotationHorizontalLine).nullish(),\n annotationArea: z.array(zAnnotationArea).or(zAnnotationArea).nullish(),\n dimensionLinkage: zDimensionLinkage.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zRaceLine","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zPlayer","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXBandAxis","zYLinearAxis","zCrosshairLine","zSort","zSortLegend","zTheme","zPointStyle","zLineStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","zLocale"],"mappings":";;;AA+BO,MAAMA,YAAYC,EAAE,MAAM,CAAC;IAChC,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,UAAUC,UAAU,OAAO;IAC3B,YAAYC,YAAY,OAAO;IAC/B,UAAUC,UAAU,OAAO;IAC3B,MAAMC,MAAM,OAAO;IACnB,QAAQC,QAAQ,OAAO;IAEvB,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;IACvB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,OAAOC,WAAW,OAAO;IACzB,OAAOC,aAAa,OAAO;IAC3B,eAAeC,eAAe,OAAO;IACrC,MAAMC,MAAM,OAAO;IACnB,YAAYC,YAAY,OAAO;IAC/B,OAAOC,OAAO,OAAO;IACrB,YAAYlB,EAAE,KAAK,CAACmB,aAAa,EAAE,CAACA,aAAa,OAAO;IACxD,WAAWnB,EAAE,KAAK,CAACoB,YAAY,EAAE,CAACA,YAAY,OAAO;IACrD,iBAAiBpB,EAAE,KAAK,CAACqB,kBAAkB,EAAE,CAACA,kBAAkB,OAAO;IACvE,wBAAwBrB,EAAE,KAAK,CAACsB,yBAAyB,EAAE,CAACA,yBAAyB,OAAO;IAC5F,0BAA0BtB,EAAE,KAAK,CAACuB,2BAA2B,EAAE,CAACA,2BAA2B,OAAO;IAClG,gBAAgBvB,EAAE,KAAK,CAACwB,iBAAiB,EAAE,CAACA,iBAAiB,OAAO;IACpE,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/racePie/zRacePie.js","sources":["webpack://@visactor/vseed/./src/types/chartType/racePie/zRacePie.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zBackgroundColor,\n zColor,\n zDataset,\n zDimensions,\n zEncoding,\n zLegend,\n zMeasures,\n zPieLabel,\n zTheme,\n zTooltip,\n zBrush,\n zPage,\n zPlayer,\n} from '../../properties'\n\nexport const zRacePie = z.object({\n chartType: z.literal('racePie'),\n dataset: zDataset.nullish(),\n encoding: zEncoding.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.nullish(),\n page: zPage.nullish(),\n player: zPlayer.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n color: zColor.nullish(),\n label: zPieLabel.nullish(),\n legend: zLegend.nullish(),\n tooltip: zTooltip.nullish(),\n brush: zBrush.nullish(),\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zRacePie","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zPlayer","zBackgroundColor","zColor","zPieLabel","zLegend","zTooltip","zBrush","zTheme","zLocale"],"mappings":";;;AAkBO,MAAMA,WAAWC,EAAE,MAAM,CAAC;IAC/B,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,UAAUC,UAAU,OAAO;IAC3B,YAAYC,YAAY,OAAO;IAC/B,UAAUC,UAAU,OAAO;IAC3B,MAAMC,MAAM,OAAO;IACnB,QAAQC,QAAQ,OAAO;IAEvB,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,UAAU,OAAO;IACxB,QAAQC,QAAQ,OAAO;IACvB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/racePie/zRacePie.js","sources":["../../../../../src/types/chartType/racePie/zRacePie.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zBackgroundColor,\n zColor,\n zDataset,\n zDimensions,\n zEncoding,\n zLegend,\n zMeasures,\n zPieLabel,\n zTheme,\n zTooltip,\n zBrush,\n zPage,\n zPlayer,\n} from '../../properties'\n\nexport const zRacePie = z.object({\n chartType: z.literal('racePie'),\n dataset: zDataset.nullish(),\n encoding: zEncoding.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.nullish(),\n page: zPage.nullish(),\n player: zPlayer.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n color: zColor.nullish(),\n label: zPieLabel.nullish(),\n legend: zLegend.nullish(),\n tooltip: zTooltip.nullish(),\n brush: zBrush.nullish(),\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zRacePie","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zPlayer","zBackgroundColor","zColor","zPieLabel","zLegend","zTooltip","zBrush","zTheme","zLocale"],"mappings":";;;AAkBO,MAAMA,WAAWC,EAAE,MAAM,CAAC;IAC/B,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,UAAUC,UAAU,OAAO;IAC3B,YAAYC,YAAY,OAAO;IAC/B,UAAUC,UAAU,OAAO;IAC3B,MAAMC,MAAM,OAAO;IACnB,QAAQC,QAAQ,OAAO;IAEvB,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,UAAU,OAAO;IACxB,QAAQC,QAAQ,OAAO;IACvB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/raceScatter/zRaceScatter.js","sources":["webpack://@visactor/vseed/./src/types/chartType/raceScatter/zRaceScatter.ts"],"sourcesContent":["import { zLocale } from '../../i18n'\nimport {\n zAnnotationArea,\n zAnnotationHorizontalLine,\n zAnnotationPoint,\n zAnnotationVerticalLine,\n zBackgroundColor,\n zBrush,\n zColor,\n zCrosshairLine,\n zDataset,\n zDimensions,\n zEncoding,\n zLabel,\n zLegend,\n zMeasures,\n zPage,\n zPlayer,\n zPointStyle,\n zRegressionLine,\n zSort,\n zTheme,\n zTooltip,\n zXLinearAxis,\n zYLinearAxis,\n} from '../../properties'\n\nimport { z } from 'zod'\n\nexport const zRaceScatter = z.object({\n chartType: z.literal('raceScatter'),\n dataset: zDataset.nullish(),\n encoding: zEncoding.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.nullish(),\n page: zPage.nullish(),\n\n player: zPlayer.nullish(),\n sort: zSort.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n size: z.number().or(z.array(z.number())).nullish(),\n sizeRange: z.number().or(z.array(z.number())).nullish(),\n color: zColor.nullish(),\n label: zLabel.nullish(),\n legend: zLegend.nullish(),\n tooltip: zTooltip.nullish(),\n brush: zBrush.nullish(),\n xAxis: zXLinearAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n crosshairLine: zCrosshairLine.nullish(),\n theme: zTheme.nullish(),\n pointStyle: z.array(zPointStyle).or(zPointStyle).nullish(),\n annotationPoint: z.array(zAnnotationPoint).or(zAnnotationPoint).nullish(),\n annotationVerticalLine: z.array(zAnnotationVerticalLine).or(zAnnotationVerticalLine).nullish(),\n annotationHorizontalLine: z.array(zAnnotationHorizontalLine).or(zAnnotationHorizontalLine).nullish(),\n annotationArea: z.array(zAnnotationArea).or(zAnnotationArea).nullish(),\n regressionLine: zRegressionLine.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zRaceScatter","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zPlayer","zSort","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXLinearAxis","zYLinearAxis","zCrosshairLine","zTheme","zPointStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zRegressionLine","zLocale"],"mappings":";;;AA6BO,MAAMA,eAAeC,EAAE,MAAM,CAAC;IACnC,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,UAAUC,UAAU,OAAO;IAC3B,YAAYC,YAAY,OAAO;IAC/B,UAAUC,UAAU,OAAO;IAC3B,MAAMC,MAAM,OAAO;IAEnB,QAAQC,QAAQ,OAAO;IACvB,MAAMC,MAAM,OAAO;IAEnB,iBAAiBC,iBAAiB,OAAO;IACzC,MAAMR,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IAChD,WAAWA,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IACrD,OAAOS,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;IACvB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,OAAOC,aAAa,OAAO;IAC3B,OAAOC,aAAa,OAAO;IAC3B,eAAeC,eAAe,OAAO;IACrC,OAAOC,OAAO,OAAO;IACrB,YAAYjB,EAAE,KAAK,CAACkB,aAAa,EAAE,CAACA,aAAa,OAAO;IACxD,iBAAiBlB,EAAE,KAAK,CAACmB,kBAAkB,EAAE,CAACA,kBAAkB,OAAO;IACvE,wBAAwBnB,EAAE,KAAK,CAACoB,yBAAyB,EAAE,CAACA,yBAAyB,OAAO;IAC5F,0BAA0BpB,EAAE,KAAK,CAACqB,2BAA2B,EAAE,CAACA,2BAA2B,OAAO;IAClG,gBAAgBrB,EAAE,KAAK,CAACsB,iBAAiB,EAAE,CAACA,iBAAiB,OAAO;IACpE,gBAAgBC,gBAAgB,OAAO;IACvC,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/raceScatter/zRaceScatter.js","sources":["../../../../../src/types/chartType/raceScatter/zRaceScatter.ts"],"sourcesContent":["import { zLocale } from '../../i18n'\nimport {\n zAnnotationArea,\n zAnnotationHorizontalLine,\n zAnnotationPoint,\n zAnnotationVerticalLine,\n zBackgroundColor,\n zBrush,\n zColor,\n zCrosshairLine,\n zDataset,\n zDimensions,\n zEncoding,\n zLabel,\n zLegend,\n zMeasures,\n zPage,\n zPlayer,\n zPointStyle,\n zRegressionLine,\n zSort,\n zTheme,\n zTooltip,\n zXLinearAxis,\n zYLinearAxis,\n} from '../../properties'\n\nimport { z } from 'zod'\n\nexport const zRaceScatter = z.object({\n chartType: z.literal('raceScatter'),\n dataset: zDataset.nullish(),\n encoding: zEncoding.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.nullish(),\n page: zPage.nullish(),\n\n player: zPlayer.nullish(),\n sort: zSort.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n size: z.number().or(z.array(z.number())).nullish(),\n sizeRange: z.number().or(z.array(z.number())).nullish(),\n color: zColor.nullish(),\n label: zLabel.nullish(),\n legend: zLegend.nullish(),\n tooltip: zTooltip.nullish(),\n brush: zBrush.nullish(),\n xAxis: zXLinearAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n crosshairLine: zCrosshairLine.nullish(),\n theme: zTheme.nullish(),\n pointStyle: z.array(zPointStyle).or(zPointStyle).nullish(),\n annotationPoint: z.array(zAnnotationPoint).or(zAnnotationPoint).nullish(),\n annotationVerticalLine: z.array(zAnnotationVerticalLine).or(zAnnotationVerticalLine).nullish(),\n annotationHorizontalLine: z.array(zAnnotationHorizontalLine).or(zAnnotationHorizontalLine).nullish(),\n annotationArea: z.array(zAnnotationArea).or(zAnnotationArea).nullish(),\n regressionLine: zRegressionLine.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zRaceScatter","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zPlayer","zSort","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXLinearAxis","zYLinearAxis","zCrosshairLine","zTheme","zPointStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zRegressionLine","zLocale"],"mappings":";;;AA6BO,MAAMA,eAAeC,EAAE,MAAM,CAAC;IACnC,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,UAAUC,UAAU,OAAO;IAC3B,YAAYC,YAAY,OAAO;IAC/B,UAAUC,UAAU,OAAO;IAC3B,MAAMC,MAAM,OAAO;IAEnB,QAAQC,QAAQ,OAAO;IACvB,MAAMC,MAAM,OAAO;IAEnB,iBAAiBC,iBAAiB,OAAO;IACzC,MAAMR,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IAChD,WAAWA,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IACrD,OAAOS,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;IACvB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,OAAOC,aAAa,OAAO;IAC3B,OAAOC,aAAa,OAAO;IAC3B,eAAeC,eAAe,OAAO;IACrC,OAAOC,OAAO,OAAO;IACrB,YAAYjB,EAAE,KAAK,CAACkB,aAAa,EAAE,CAACA,aAAa,OAAO;IACxD,iBAAiBlB,EAAE,KAAK,CAACmB,kBAAkB,EAAE,CAACA,kBAAkB,OAAO;IACvE,wBAAwBnB,EAAE,KAAK,CAACoB,yBAAyB,EAAE,CAACA,yBAAyB,OAAO;IAC5F,0BAA0BpB,EAAE,KAAK,CAACqB,2BAA2B,EAAE,CAACA,2BAA2B,OAAO;IAClG,gBAAgBrB,EAAE,KAAK,CAACsB,iBAAiB,EAAE,CAACA,iBAAiB,OAAO;IACpE,gBAAgBC,gBAAgB,OAAO;IACvC,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/radar/zRadar.js","sources":["webpack://@visactor/vseed/./src/types/chartType/radar/zRadar.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\n\nimport {\n zBackgroundColor,\n zColor,\n zDataset,\n zDimensions,\n zEncoding,\n zLabel,\n zLegend,\n zMeasures,\n zTheme,\n zTooltip,\n zBrush,\n zPage,\n} from '../../properties'\n\nexport const zRadar = z.object({\n chartType: z.literal('radar'),\n dataset: zDataset.nullish(),\n encoding: zEncoding.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.nullish(),\n page: zPage.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n color: zColor.nullish(),\n label: zLabel.nullish(),\n legend: zLegend.nullish(),\n tooltip: zTooltip.nullish(),\n brush: zBrush.nullish(),\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zRadar","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zTheme","zLocale"],"mappings":";;;AAkBO,MAAMA,SAASC,EAAE,MAAM,CAAC;IAC7B,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,UAAUC,UAAU,OAAO;IAC3B,YAAYC,YAAY,OAAO;IAC/B,UAAUC,UAAU,OAAO;IAC3B,MAAMC,MAAM,OAAO;IAEnB,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;IACvB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/radar/zRadar.js","sources":["../../../../../src/types/chartType/radar/zRadar.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\n\nimport {\n zBackgroundColor,\n zColor,\n zDataset,\n zDimensions,\n zEncoding,\n zLabel,\n zLegend,\n zMeasures,\n zTheme,\n zTooltip,\n zBrush,\n zPage,\n} from '../../properties'\n\nexport const zRadar = z.object({\n chartType: z.literal('radar'),\n dataset: zDataset.nullish(),\n encoding: zEncoding.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.nullish(),\n page: zPage.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n color: zColor.nullish(),\n label: zLabel.nullish(),\n legend: zLegend.nullish(),\n tooltip: zTooltip.nullish(),\n brush: zBrush.nullish(),\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zRadar","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zTheme","zLocale"],"mappings":";;;AAkBO,MAAMA,SAASC,EAAE,MAAM,CAAC;IAC7B,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,UAAUC,UAAU,OAAO;IAC3B,YAAYC,YAAY,OAAO;IAC/B,UAAUC,UAAU,OAAO;IAC3B,MAAMC,MAAM,OAAO;IAEnB,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;IACvB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/rose/zRose.js","sources":["webpack://@visactor/vseed/./src/types/chartType/rose/zRose.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\n\nimport {\n zBackgroundColor,\n zColor,\n zDataset,\n zDimensions,\n zEncoding,\n zLabel,\n zLegend,\n zMeasures,\n zTheme,\n zTooltip,\n zBrush,\n zPage,\n} from '../../properties'\n\nexport const zRose = z.object({\n chartType: z.literal('rose'),\n dataset: zDataset.nullish(),\n encoding: zEncoding.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.nullish(),\n page: zPage.nullish(),\n backgroundColor: zBackgroundColor.nullish(),\n color: zColor.nullish(),\n label: zLabel.nullish(),\n legend: zLegend.nullish(),\n tooltip: zTooltip.nullish(),\n brush: zBrush.nullish(),\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zRose","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zTheme","zLocale"],"mappings":";;;AAkBO,MAAMA,QAAQC,EAAE,MAAM,CAAC;IAC5B,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,UAAUC,UAAU,OAAO;IAC3B,YAAYC,YAAY,OAAO;IAC/B,UAAUC,UAAU,OAAO;IAC3B,MAAMC,MAAM,OAAO;IACnB,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;IACvB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/rose/zRose.js","sources":["../../../../../src/types/chartType/rose/zRose.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\n\nimport {\n zBackgroundColor,\n zColor,\n zDataset,\n zDimensions,\n zEncoding,\n zLabel,\n zLegend,\n zMeasures,\n zTheme,\n zTooltip,\n zBrush,\n zPage,\n} from '../../properties'\n\nexport const zRose = z.object({\n chartType: z.literal('rose'),\n dataset: zDataset.nullish(),\n encoding: zEncoding.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.nullish(),\n page: zPage.nullish(),\n backgroundColor: zBackgroundColor.nullish(),\n color: zColor.nullish(),\n label: zLabel.nullish(),\n legend: zLegend.nullish(),\n tooltip: zTooltip.nullish(),\n brush: zBrush.nullish(),\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zRose","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zTheme","zLocale"],"mappings":";;;AAkBO,MAAMA,QAAQC,EAAE,MAAM,CAAC;IAC5B,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,UAAUC,UAAU,OAAO;IAC3B,YAAYC,YAAY,OAAO;IAC/B,UAAUC,UAAU,OAAO;IAC3B,MAAMC,MAAM,OAAO;IACnB,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;IACvB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/roseParallel/zRoseParallel.js","sources":["webpack://@visactor/vseed/./src/types/chartType/roseParallel/zRoseParallel.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zBackgroundColor,\n zColor,\n zDataset,\n zDimensions,\n zEncoding,\n zLabel,\n zLegend,\n zMeasures,\n zTheme,\n zTooltip,\n zBrush,\n zPage,\n} from '../../properties'\n\nexport const zRoseParallel = z.object({\n chartType: z.literal('roseParallel'),\n dataset: zDataset.nullish(),\n encoding: zEncoding.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.nullish(),\n page: zPage.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n color: zColor.nullish(),\n label: zLabel.nullish(),\n legend: zLegend.nullish(),\n tooltip: zTooltip.nullish(),\n brush: zBrush.nullish(),\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zRoseParallel","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zTheme","zLocale"],"mappings":";;;AAiBO,MAAMA,gBAAgBC,EAAE,MAAM,CAAC;IACpC,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,UAAUC,UAAU,OAAO;IAC3B,YAAYC,YAAY,OAAO;IAC/B,UAAUC,UAAU,OAAO;IAC3B,MAAMC,MAAM,OAAO;IAEnB,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;IACvB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/roseParallel/zRoseParallel.js","sources":["../../../../../src/types/chartType/roseParallel/zRoseParallel.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zBackgroundColor,\n zColor,\n zDataset,\n zDimensions,\n zEncoding,\n zLabel,\n zLegend,\n zMeasures,\n zTheme,\n zTooltip,\n zBrush,\n zPage,\n} from '../../properties'\n\nexport const zRoseParallel = z.object({\n chartType: z.literal('roseParallel'),\n dataset: zDataset.nullish(),\n encoding: zEncoding.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.nullish(),\n page: zPage.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n color: zColor.nullish(),\n label: zLabel.nullish(),\n legend: zLegend.nullish(),\n tooltip: zTooltip.nullish(),\n brush: zBrush.nullish(),\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zRoseParallel","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zTheme","zLocale"],"mappings":";;;AAiBO,MAAMA,gBAAgBC,EAAE,MAAM,CAAC;IACpC,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,UAAUC,UAAU,OAAO;IAC3B,YAAYC,YAAY,OAAO;IAC/B,UAAUC,UAAU,OAAO;IAC3B,MAAMC,MAAM,OAAO;IAEnB,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;IACvB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/scatter/zScatter.js","sources":["webpack://@visactor/vseed/./src/types/chartType/scatter/zScatter.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zAnnotationArea,\n zAnnotationHorizontalLine,\n zAnnotationPoint,\n zAnnotationVerticalLine,\n zBackgroundColor,\n zColor,\n zCrosshairLine,\n zDataset,\n zDimensionLinkage,\n zDimensions,\n zEncoding,\n zLabel,\n zLegend,\n zLinearRegressionLine,\n zLogisticRegressionLine,\n zLowessRegressionLine,\n zMeasures,\n zPointStyle,\n zPolynomialRegressionLine,\n zTheme,\n zTooltip,\n zBrush,\n zXLinearAxis,\n zYLinearAxis,\n zPage,\n} from '../../properties'\n\nexport const zScatter = z.object({\n chartType: z.literal('scatter'),\n dataset: zDataset.nullish(),\n encoding: zEncoding.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.nullish(),\n page: zPage.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n size: z.number().or(z.array(z.number())).nullish(),\n sizeRange: z.number().or(z.array(z.number())).nullish(),\n color: zColor.nullish(),\n label: zLabel.nullish(),\n legend: zLegend.nullish(),\n tooltip: zTooltip.nullish(),\n brush: zBrush.nullish(),\n xAxis: zXLinearAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n crosshairLine: zCrosshairLine.nullish(),\n theme: zTheme.nullish(),\n pointStyle: z.array(zPointStyle).or(zPointStyle).nullish(),\n annotationPoint: z.array(zAnnotationPoint).or(zAnnotationPoint).nullish(),\n annotationVerticalLine: z.array(zAnnotationVerticalLine).or(zAnnotationVerticalLine).nullish(),\n annotationHorizontalLine: z.array(zAnnotationHorizontalLine).or(zAnnotationHorizontalLine).nullish(),\n annotationArea: z.array(zAnnotationArea).or(zAnnotationArea).nullish(),\n linearRegressionLine: z.array(zLinearRegressionLine).or(zLinearRegressionLine).nullish(),\n lowessRegressionLine: z.array(zLowessRegressionLine).or(zLowessRegressionLine).nullish(),\n polynomialRegressionLine: z.array(zPolynomialRegressionLine).or(zPolynomialRegressionLine).nullish(),\n logisticRegressionLine: z.array(zLogisticRegressionLine).or(zLogisticRegressionLine).nullish(),\n dimensionLinkage: zDimensionLinkage.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zScatter","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXLinearAxis","zYLinearAxis","zCrosshairLine","zTheme","zPointStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zLinearRegressionLine","zLowessRegressionLine","zPolynomialRegressionLine","zLogisticRegressionLine","zDimensionLinkage","zLocale"],"mappings":";;;AA8BO,MAAMA,WAAWC,EAAE,MAAM,CAAC;IAC/B,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,UAAUC,UAAU,OAAO;IAC3B,YAAYC,YAAY,OAAO;IAC/B,UAAUC,UAAU,OAAO;IAC3B,MAAMC,MAAM,OAAO;IAEnB,iBAAiBC,iBAAiB,OAAO;IACzC,MAAMN,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IAChD,WAAWA,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IACrD,OAAOO,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;IACvB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,OAAOC,aAAa,OAAO;IAC3B,OAAOC,aAAa,OAAO;IAC3B,eAAeC,eAAe,OAAO;IACrC,OAAOC,OAAO,OAAO;IACrB,YAAYf,EAAE,KAAK,CAACgB,aAAa,EAAE,CAACA,aAAa,OAAO;IACxD,iBAAiBhB,EAAE,KAAK,CAACiB,kBAAkB,EAAE,CAACA,kBAAkB,OAAO;IACvE,wBAAwBjB,EAAE,KAAK,CAACkB,yBAAyB,EAAE,CAACA,yBAAyB,OAAO;IAC5F,0BAA0BlB,EAAE,KAAK,CAACmB,2BAA2B,EAAE,CAACA,2BAA2B,OAAO;IAClG,gBAAgBnB,EAAE,KAAK,CAACoB,iBAAiB,EAAE,CAACA,iBAAiB,OAAO;IACpE,sBAAsBpB,EAAE,KAAK,CAACqB,uBAAuB,EAAE,CAACA,uBAAuB,OAAO;IACtF,sBAAsBrB,EAAE,KAAK,CAACsB,uBAAuB,EAAE,CAACA,uBAAuB,OAAO;IACtF,0BAA0BtB,EAAE,KAAK,CAACuB,2BAA2B,EAAE,CAACA,2BAA2B,OAAO;IAClG,wBAAwBvB,EAAE,KAAK,CAACwB,yBAAyB,EAAE,CAACA,yBAAyB,OAAO;IAC5F,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/scatter/zScatter.js","sources":["../../../../../src/types/chartType/scatter/zScatter.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zAnnotationArea,\n zAnnotationHorizontalLine,\n zAnnotationPoint,\n zAnnotationVerticalLine,\n zBackgroundColor,\n zColor,\n zCrosshairLine,\n zDataset,\n zDimensionLinkage,\n zDimensions,\n zEncoding,\n zLabel,\n zLegend,\n zLinearRegressionLine,\n zLogisticRegressionLine,\n zLowessRegressionLine,\n zMeasures,\n zPointStyle,\n zPolynomialRegressionLine,\n zTheme,\n zTooltip,\n zBrush,\n zXLinearAxis,\n zYLinearAxis,\n zPage,\n} from '../../properties'\n\nexport const zScatter = z.object({\n chartType: z.literal('scatter'),\n dataset: zDataset.nullish(),\n encoding: zEncoding.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.nullish(),\n page: zPage.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n size: z.number().or(z.array(z.number())).nullish(),\n sizeRange: z.number().or(z.array(z.number())).nullish(),\n color: zColor.nullish(),\n label: zLabel.nullish(),\n legend: zLegend.nullish(),\n tooltip: zTooltip.nullish(),\n brush: zBrush.nullish(),\n xAxis: zXLinearAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n crosshairLine: zCrosshairLine.nullish(),\n theme: zTheme.nullish(),\n pointStyle: z.array(zPointStyle).or(zPointStyle).nullish(),\n annotationPoint: z.array(zAnnotationPoint).or(zAnnotationPoint).nullish(),\n annotationVerticalLine: z.array(zAnnotationVerticalLine).or(zAnnotationVerticalLine).nullish(),\n annotationHorizontalLine: z.array(zAnnotationHorizontalLine).or(zAnnotationHorizontalLine).nullish(),\n annotationArea: z.array(zAnnotationArea).or(zAnnotationArea).nullish(),\n linearRegressionLine: z.array(zLinearRegressionLine).or(zLinearRegressionLine).nullish(),\n lowessRegressionLine: z.array(zLowessRegressionLine).or(zLowessRegressionLine).nullish(),\n polynomialRegressionLine: z.array(zPolynomialRegressionLine).or(zPolynomialRegressionLine).nullish(),\n logisticRegressionLine: z.array(zLogisticRegressionLine).or(zLogisticRegressionLine).nullish(),\n dimensionLinkage: zDimensionLinkage.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zScatter","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXLinearAxis","zYLinearAxis","zCrosshairLine","zTheme","zPointStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zLinearRegressionLine","zLowessRegressionLine","zPolynomialRegressionLine","zLogisticRegressionLine","zDimensionLinkage","zLocale"],"mappings":";;;AA8BO,MAAMA,WAAWC,EAAE,MAAM,CAAC;IAC/B,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,UAAUC,UAAU,OAAO;IAC3B,YAAYC,YAAY,OAAO;IAC/B,UAAUC,UAAU,OAAO;IAC3B,MAAMC,MAAM,OAAO;IAEnB,iBAAiBC,iBAAiB,OAAO;IACzC,MAAMN,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IAChD,WAAWA,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IACrD,OAAOO,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;IACvB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,OAAOC,aAAa,OAAO;IAC3B,OAAOC,aAAa,OAAO;IAC3B,eAAeC,eAAe,OAAO;IACrC,OAAOC,OAAO,OAAO;IACrB,YAAYf,EAAE,KAAK,CAACgB,aAAa,EAAE,CAACA,aAAa,OAAO;IACxD,iBAAiBhB,EAAE,KAAK,CAACiB,kBAAkB,EAAE,CAACA,kBAAkB,OAAO;IACvE,wBAAwBjB,EAAE,KAAK,CAACkB,yBAAyB,EAAE,CAACA,yBAAyB,OAAO;IAC5F,0BAA0BlB,EAAE,KAAK,CAACmB,2BAA2B,EAAE,CAACA,2BAA2B,OAAO;IAClG,gBAAgBnB,EAAE,KAAK,CAACoB,iBAAiB,EAAE,CAACA,iBAAiB,OAAO;IACpE,sBAAsBpB,EAAE,KAAK,CAACqB,uBAAuB,EAAE,CAACA,uBAAuB,OAAO;IACtF,sBAAsBrB,EAAE,KAAK,CAACsB,uBAAuB,EAAE,CAACA,uBAAuB,OAAO;IACtF,0BAA0BtB,EAAE,KAAK,CAACuB,2BAA2B,EAAE,CAACA,2BAA2B,OAAO;IAClG,wBAAwBvB,EAAE,KAAK,CAACwB,yBAAyB,EAAE,CAACA,yBAAyB,OAAO;IAC5F,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/sunburst/zSunburst.js","sources":["webpack://@visactor/vseed/./src/types/chartType/sunburst/zSunburst.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zBackgroundColor,\n zColor,\n zDataset,\n zDimensions,\n zLabel,\n zMeasures,\n zPage,\n zTheme,\n zTooltip,\n} from '../../properties'\n\nexport const zSunburst = z.object({\n chartType: z.literal('sunburst'),\n dataset: zDataset.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.nullish(),\n page: zPage.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n color: zColor.nullish(),\n label: zLabel.nullish(),\n tooltip: zTooltip.nullish(),\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zSunburst","z","zDataset","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zTooltip","zTheme","zLocale"],"mappings":";;;AAcO,MAAMA,YAAYC,EAAE,MAAM,CAAC;IAChC,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,YAAYC,YAAY,OAAO;IAC/B,UAAUC,UAAU,OAAO;IAC3B,MAAMC,MAAM,OAAO;IAEnB,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/sunburst/zSunburst.js","sources":["../../../../../src/types/chartType/sunburst/zSunburst.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zBackgroundColor,\n zColor,\n zDataset,\n zDimensions,\n zLabel,\n zMeasures,\n zPage,\n zTheme,\n zTooltip,\n} from '../../properties'\n\nexport const zSunburst = z.object({\n chartType: z.literal('sunburst'),\n dataset: zDataset.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.nullish(),\n page: zPage.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n color: zColor.nullish(),\n label: zLabel.nullish(),\n tooltip: zTooltip.nullish(),\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zSunburst","z","zDataset","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zTooltip","zTheme","zLocale"],"mappings":";;;AAcO,MAAMA,YAAYC,EAAE,MAAM,CAAC;IAChC,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,YAAYC,YAAY,OAAO;IAC/B,UAAUC,UAAU,OAAO;IAC3B,MAAMC,MAAM,OAAO;IAEnB,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/table/zTable.js","sources":["webpack://@visactor/vseed/./src/types/chartType/table/zTable.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zBackgroundColor,\n zBodyCellStyle,\n zDataset,\n zDimensions,\n zMeasureTree,\n zTheme,\n zTotalType,\n} from '../../properties'\nimport { zPage } from '../../properties/page'\nexport const zTable = z.object({\n chartType: z.literal('table'),\n dataset: zDataset.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasureTree.nullish(),\n page: zPage.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n borderColor: z.string().nullish(),\n bodyFontSize: z.number().nullish(),\n bodyFontColor: z.string().nullish(),\n bodyBackgroundColor: z.string().nullish(),\n hoverBodyBackgroundColor: z.string().nullish(),\n hoverBodyInlineBackgroundColor: z.string().nullish(),\n headerFontSize: z.number().nullish(),\n headerFontColor: z.string().nullish(),\n headerBackgroundColor: z.string().nullish(),\n hoverHeaderBackgroundColor: z.string().nullish(),\n hoverHeaderInlineBackgroundColor: z.string().nullish(),\n selectedBorderColor: z.string().nullish(),\n selectedBackgroundColor: z.string().nullish(),\n bodyCellStyle: z.array(zBodyCellStyle).or(zBodyCellStyle).nullish(),\n\n totals: zTotalType.nullish(),\n\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zTable","z","zDataset","zDimensions","zMeasureTree","zPage","zBackgroundColor","zBodyCellStyle","zTotalType","zTheme","zLocale"],"mappings":";;;;AAYO,MAAMA,SAASC,EAAE,MAAM,CAAC;IAC7B,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,YAAYC,YAAY,OAAO;IAC/B,UAAUC,aAAa,OAAO;IAC9B,MAAMC,MAAM,OAAO;IAEnB,iBAAiBC,iBAAiB,OAAO;IACzC,aAAaL,EAAE,MAAM,GAAG,OAAO;IAC/B,cAAcA,EAAE,MAAM,GAAG,OAAO;IAChC,eAAeA,EAAE,MAAM,GAAG,OAAO;IACjC,qBAAqBA,EAAE,MAAM,GAAG,OAAO;IACvC,0BAA0BA,EAAE,MAAM,GAAG,OAAO;IAC5C,gCAAgCA,EAAE,MAAM,GAAG,OAAO;IAClD,gBAAgBA,EAAE,MAAM,GAAG,OAAO;IAClC,iBAAiBA,EAAE,MAAM,GAAG,OAAO;IACnC,uBAAuBA,EAAE,MAAM,GAAG,OAAO;IACzC,4BAA4BA,EAAE,MAAM,GAAG,OAAO;IAC9C,kCAAkCA,EAAE,MAAM,GAAG,OAAO;IACpD,qBAAqBA,EAAE,MAAM,GAAG,OAAO;IACvC,yBAAyBA,EAAE,MAAM,GAAG,OAAO;IAC3C,eAAeA,EAAE,KAAK,CAACM,gBAAgB,EAAE,CAACA,gBAAgB,OAAO;IAEjE,QAAQC,WAAW,OAAO;IAE1B,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/table/zTable.js","sources":["../../../../../src/types/chartType/table/zTable.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zBackgroundColor,\n zBodyCellStyle,\n zDataset,\n zDimensions,\n zMeasureTree,\n zTheme,\n zTotalType,\n} from '../../properties'\nimport { zPage } from '../../properties/page'\nexport const zTable = z.object({\n chartType: z.literal('table'),\n dataset: zDataset.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasureTree.nullish(),\n page: zPage.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n borderColor: z.string().nullish(),\n bodyFontSize: z.number().nullish(),\n bodyFontColor: z.string().nullish(),\n bodyBackgroundColor: z.string().nullish(),\n hoverBodyBackgroundColor: z.string().nullish(),\n hoverBodyInlineBackgroundColor: z.string().nullish(),\n headerFontSize: z.number().nullish(),\n headerFontColor: z.string().nullish(),\n headerBackgroundColor: z.string().nullish(),\n hoverHeaderBackgroundColor: z.string().nullish(),\n hoverHeaderInlineBackgroundColor: z.string().nullish(),\n selectedBorderColor: z.string().nullish(),\n selectedBackgroundColor: z.string().nullish(),\n bodyCellStyle: z.array(zBodyCellStyle).or(zBodyCellStyle).nullish(),\n\n totals: zTotalType.nullish(),\n\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zTable","z","zDataset","zDimensions","zMeasureTree","zPage","zBackgroundColor","zBodyCellStyle","zTotalType","zTheme","zLocale"],"mappings":";;;;AAYO,MAAMA,SAASC,EAAE,MAAM,CAAC;IAC7B,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,YAAYC,YAAY,OAAO;IAC/B,UAAUC,aAAa,OAAO;IAC9B,MAAMC,MAAM,OAAO;IAEnB,iBAAiBC,iBAAiB,OAAO;IACzC,aAAaL,EAAE,MAAM,GAAG,OAAO;IAC/B,cAAcA,EAAE,MAAM,GAAG,OAAO;IAChC,eAAeA,EAAE,MAAM,GAAG,OAAO;IACjC,qBAAqBA,EAAE,MAAM,GAAG,OAAO;IACvC,0BAA0BA,EAAE,MAAM,GAAG,OAAO;IAC5C,gCAAgCA,EAAE,MAAM,GAAG,OAAO;IAClD,gBAAgBA,EAAE,MAAM,GAAG,OAAO;IAClC,iBAAiBA,EAAE,MAAM,GAAG,OAAO;IACnC,uBAAuBA,EAAE,MAAM,GAAG,OAAO;IACzC,4BAA4BA,EAAE,MAAM,GAAG,OAAO;IAC9C,kCAAkCA,EAAE,MAAM,GAAG,OAAO;IACpD,qBAAqBA,EAAE,MAAM,GAAG,OAAO;IACvC,yBAAyBA,EAAE,MAAM,GAAG,OAAO;IAC3C,eAAeA,EAAE,KAAK,CAACM,gBAAgB,EAAE,CAACA,gBAAgB,OAAO;IAEjE,QAAQC,WAAW,OAAO;IAE1B,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/treeMap/zTreeMap.js","sources":["webpack://@visactor/vseed/./src/types/chartType/treeMap/zTreeMap.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zBackgroundColor,\n zColor,\n zDataset,\n zDimensions,\n zLabel,\n zMeasures,\n zPage,\n zTheme,\n zTooltip,\n} from '../../properties'\n\nexport const zTreeMap = z.object({\n chartType: z.literal('treeMap'),\n dataset: zDataset.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.nullish(),\n page: zPage.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n color: zColor.nullish(),\n label: zLabel.nullish(),\n tooltip: zTooltip.nullish(),\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zTreeMap","z","zDataset","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zTooltip","zTheme","zLocale"],"mappings":";;;AAcO,MAAMA,WAAWC,EAAE,MAAM,CAAC;IAC/B,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,YAAYC,YAAY,OAAO;IAC/B,UAAUC,UAAU,OAAO;IAC3B,MAAMC,MAAM,OAAO;IAEnB,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/treeMap/zTreeMap.js","sources":["../../../../../src/types/chartType/treeMap/zTreeMap.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zBackgroundColor,\n zColor,\n zDataset,\n zDimensions,\n zLabel,\n zMeasures,\n zPage,\n zTheme,\n zTooltip,\n} from '../../properties'\n\nexport const zTreeMap = z.object({\n chartType: z.literal('treeMap'),\n dataset: zDataset.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.nullish(),\n page: zPage.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n color: zColor.nullish(),\n label: zLabel.nullish(),\n tooltip: zTooltip.nullish(),\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zTreeMap","z","zDataset","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zTooltip","zTheme","zLocale"],"mappings":";;;AAcO,MAAMA,WAAWC,EAAE,MAAM,CAAC;IAC/B,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,YAAYC,YAAY,OAAO;IAC/B,UAAUC,UAAU,OAAO;IAC3B,MAAMC,MAAM,OAAO;IAEnB,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/dataSelector/selector.js","sources":["webpack://@visactor/vseed/./src/types/dataSelector/selector.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zDatum, type Datum } from '../properties'\n\nexport type ValueSelector = string | number\n\nexport type PartialDatumSelector = Datum\n\n/**\n * @description 字段选择器,用于直接选择指定字段(列),不涉及条件判断\n */\nexport type FieldSelector = {\n /**\n * @description 字段名,可以是单个字段或多个字段数组\n * @example 单个字段\n * field: 'sales'\n * @example 多个字段\n * field: ['sales', 'profit', 'revenue']\n */\n field: string | string[]\n}\n\n/**\n * @description 指标选择器, 用于选择数据项中指标字段的值\n */\nexport type MeasureSelector = {\n /**\n * @description 指标字段, measures 某一项的 id\n */\n field: string\n /**\n * @description 操作符\n * - =: 选择数据项中指标字段的值等于 value 的数据项\n * - ==: 选择数据项中指标字段的值等于 value 的数据项\n * - !=: 选择数据项中指标字段的值不等于 value 的数据项\n * - >: 选择数据项中指标字段的值大于 value 的数据项\n * - <: 选择数据项中指标字段的值小于 value 的数据项\n * - >=: 选择数据项中指标字段的值大于等于 value 的数据项\n * - <=: 选择数据项中指标字段的值小于等于 value 的数据项\n * - between: 选择数据项中指标字段的值在 value 之间的 data item\n */\n operator?: '=' | '==' | '!=' | '>' | '<' | '>=' | '<=' | 'between'\n /**\n * @description 操作符\n * - =: 选择数据项中指标字段的值等于 value 的数据项, 会将值转换为字符串后进行比较, 因此 1 == \"1\" 为 true\n * - ==: 选择数据项中指标字段的值精准等于 value 的数据项, 不会做任何特殊处理, 因此 1 == \"1\" 为 false\n * - !=: 选择数据项中指标字段的值不等于 value 的数据项\n * - >: 选择数据项中指标字段的值大于 value 的数据项\n * - <: 选择数据项中指标字段的值小于 value 的数据项\n * - >=: 选择数据项中指标字段的值大于等于 value 的数据项\n * - <=: 选择数据项中指标字段的值小于等于 value 的数据项\n * - between: 选择数据项中指标字段的值在 value 之间的 data item\n * same as operator\n */\n op?: '=' | '==' | '!=' | '>' | '<' | '>=' | '<=' | 'between'\n /**\n * @description 选择数据项中指标字段的值\n * - 仅 op 为 between 时, value 为长度为2的数组, 数组中的元素为指标字段的最小值和最大值\n * - 其他情况, value 为指标字段的单个值\n */\n value: string | number | Array<string | number>\n // /**\n // * @description 是否使用原始数据进行数据匹配, 开启后会有更多的数据被匹配到\n // * 若下述数据, measures 仅设置了 value, field 为 isHigh 或 isLow, op 为 =, value 为 1,\n // * 关闭useOrigin时, 数据项并不会考虑measures之外的字段, 因此field为isHigh或isLow的字段会被忽略\n // * 开启useOrigin时, 会直接使用整个数据项进行匹配\n // * [\n // * {value: 100, isHigh: 1, isLow: 0},\n // * {value: 200, isHigh: 0, isLow: 1},\n // * {value: 300, isHigh: 1, isLow: 0},\n // * ]\n // * @default false\n // */\n // useOrigin?: boolean\n}\n\n/**\n * @description 维度选择器, 用于选择数据项中维度字段的值\n */\nexport type DimensionSelector = {\n /**\n * @description 维度字段, dimensions 某一项的 id\n */\n field: string\n /**\n * @description 操作符\n * - in: 选择数据项中维度字段的值在 value 中的数据项\n * - not in: 选择数据项中维度字段的值不在 value 中的数据项\n */\n operator?: 'in' | 'not in'\n /**\n * @description 操作符\n * - in: 选择数据项中维度字段的值在 value 中的数据项\n * - not in: 选择数据项中维度字段的值不在 value 中的数据项\n * same as operator\n */\n op?: 'in' | 'not in'\n /**\n * @description 选择数据项中维度字段的值, 支持数组\n */\n value: string | number | Array<string | number>\n // /**\n // * @description 是否使用原始数据进行数据匹配, 开启后会有更多的数据被匹配到\n // * 若下述数据, dimensions 仅设置了 name, field 为 name, op 为 =, value 为 \"high\",\n // * 关闭useOrigin时, 数据项并不会考虑dimensions之外的字段, 因此field为name的字段会被忽略\n // * 开启useOrigin时, 会直接使用整个数据项进行匹配\n // * [\n // * {name: \"low\", isHigh: \"false\", isLow: \"true\"},\n // * {name: \"low\", isHigh: \"false\", isLow: \"true\"},\n // * {name: \"high\", isHigh: \"true\", isLow: \"false\"},\n // * ]\n // * @default false\n // */\n // useOrigin?: boolean\n}\n\nexport type Selector = ValueSelector | PartialDatumSelector | MeasureSelector | DimensionSelector\n\nexport type AreaSelector = MeasureSelector | DimensionSelector\n\nexport type AreaSelectors = Array<AreaSelector>\n\nexport type Selectors = Array<Selector>\n\n/**\n * 行索引与字段组合的数据结构\n * @description 用于表示动态筛选器返回的结果,指向原始数据中特定行的特定字段\n */\nexport type RowWithFieldRes = {\n /**\n * 原始数据项的行索引\n * @description 从 0 开始计数,对应数据源中数据项的位置\n */\n __row_index: number\n /**\n * 字段名称\n * @description\n * - 具体字段名:表示该行中的某个特定字段\n * - '*':表示该行的所有字段(整行)\n */\n field: string | '*'\n}\n\n/**\n * 部分数据项结果\n * @description 用于表示动态筛选器返回的部分数据项\n */\nexport type PartialDatumRes = Datum\n\nexport type DynamicFilterExecutionResult<T> = {\n success: boolean\n data?: T[]\n error?: string\n}\n\n/**\n * 表格动态筛选器配置\n * @description 通过 AI 生成的 JavaScript 代码实现表格单元格级别的精确筛选\n * @environment 仅支持浏览器环境(需要 Web Worker),Node.js 环境将使用 fallback\n */\nexport interface TableDynamicFilter {\n type: 'row-with-field'\n /**\n * 用户的筛选需求描述(自然语言)\n * @example \"高亮销售额大于1000的单元格\"\n * @example \"高亮每行中最大值所在的单元格\"\n */\n description?: string\n\n /**\n * AI 生成的 JavaScript 筛选代码\n * @description\n * - 只能使用内置工具函数(通过 _ 或 R 访问)\n * - 输入参数: data (数组),每个 item 包含 _index 字段表示行号\n * - 必须返回单元格选择器数组: Array<{ __row_index: number, field: string }>\n * - field 为 \"*\" 时表示整行高亮\n * - 禁止使用: eval, Function, 异步操作, DOM API, 网络请求\n *\n * @example Top N 筛选\n * dynamicFilter = {\n * type: 'row-with-field',\n * description: '高亮销售额最高的前3个产品',\n * code: `\n * const sorted = _.sortBy(data, 'sales');\n * const reversed = [...sorted].reverse();\n * const result = _.take(reversed, 3);\n * return _.flatten(\n * _.map(result, item => [\n * { __row_index: item._index, field: 'product' },\n * { __row_index: item._index, field: 'sales' }\n * ])\n * );\n * `,\n * enabled: true\n * }\n *\n * @example 多条件筛选\n * dynamicFilter = {\n * type: 'row-with-field',\n * description: '高亮利润率大于20%且销售额超过5000的产品',\n * code: `\n * const matched = _.filter(data, item => {\n * const profitRate = (item.profit / item.sales) * 100;\n * return profitRate > 20 && item.sales > 5000;\n * });\n * return _.flatten(\n * _.map(matched, item => [\n * { __row_index: item._index, field: 'product' },\n * { __row_index: item._index, field: 'sales' }\n * ])\n * );\n * `,\n * enabled: true\n * }\n *\n * @example 相对值筛选\n * dynamicFilter = { *\n * type: 'row-with-field',\n * description: '高亮销售额高于平均值的产品',\n * code: `\n * const avgSales = _.meanBy(data, 'sales');\n * const matched = _.filter(data, item => item.sales > avgSales);\n * return _.flatten(\n * _.map(matched, item => [\n * { __row_index: item._index, field: 'product' },\n * { __row_index: item._index, field: 'sales' }\n * ])\n * );\n * `,\n * enabled: true\n * }\n *\n * @example 分组筛选\n * dynamicFilter = {\n * type: 'row-with-field',\n * description: '每个区域中销售额最高的产品',\n * code: `\n * const grouped = _.groupBy(data, 'region');\n * const topByRegion = _.map(_.values(grouped), group => _.maxBy(group, 'sales'));\n * return _.flatten(\n * _.map(topByRegion, item => [\n * { __row_index: item._index, field: 'product' },\n * { __row_index: item._index, field: 'sales' }\n * ])\n * );\n * `,\n * enabled: true\n * }\n *\n * @example 整行高亮\n * dynamicFilter = {\n * description: '高亮销售额大于利润的整行',\n * code: `\n * const matched = _.filter(data, item => item.sales > item.profit);\n * return matched.map(item => ({\n * __row_index: item._index,\n * field: '*'\n * }));\n * `,\n * enabled: true\n * }\n */\n code: string\n\n /**\n * 代码执行失败或环境不支持时的降级方案\n */\n fallback?: Selector | Selectors\n\n /**\n * 动态筛选执行结果(运行期字段)\n * @description prepare() 阶段写入,运行时只读\n */\n result?: DynamicFilterExecutionResult<RowWithFieldRes>\n}\n\n/**\n * 图表动态筛选器配置\n * @description 通过 AI 生成的 JavaScript 代码实现图表标记(柱子、点等)的筛选\n * @environment 仅支持浏览器环境(需要 Web Worker),Node.js 环境将使用 fallback\n */\nexport interface ChartDynamicFilter {\n type: 'row-with-field'\n /**\n * 用户的筛选需求描述(自然语言)\n * @example \"高亮销售额大于1000的柱子\"\n * @example \"高亮每个区域中利润率最高的柱子\"\n */\n description?: string\n\n /**\n * AI 生成的 JavaScript 筛选代码\n * @description\n * - 只能使用内置工具函数(通过 _ 或 R 访问)\n * - 输入参数: data (数组),每个 item 包含 __row_index 字段表示行号\n * - 必须返回行索引与字段组合的数组: Array<{ __row_index: number, field: string }>\n * - __row_index 表示原始数据项的行号,field 表示需要高亮的字段\n * - 禁止使用: eval, Function, 异步操作, DOM API, 网络请求\n *\n * @example 高亮销售额大于1000的数据项的 sales 字段\n * ```javascript\n * const filtered = _.filter(data, item => item.sales > 1000);\n * return _.map(filtered, item => ({\n * __row_index: item.__row_index,\n * field: 'sales'\n * }));\n * ```\n *\n * @example 高亮每个区域中利润率最高的数据项\n * ```javascript\n * const grouped = _.groupBy(data, 'area');\n * const maxItems = _.map(grouped, group =>\n * _.maxBy(group, item => item.profit / item.sales)\n * );\n * return _.flatten(\n * _.map(maxItems, item => [\n * { __row_index: item.__row_index, field: 'product' },\n * { __row_index: item.__row_index, field: 'profit' }\n * ])\n * );\n * ```\n *\n * @example 高亮多条件筛选的数据项\n * ```javascript\n * const filtered = _.filter(data, item => {\n * const profitRate = item.profit / item.sales;\n * return profitRate > 0.2 && item.sales > 5000;\n * });\n * return _.flatten(\n * _.map(filtered, item => [\n * { __row_index: item.__row_index, field: 'product' },\n * { __row_index: item.__row_index, field: 'sales' }\n * ])\n * );\n * ```\n */\n code: string\n\n /**\n * 代码执行失败或环境不支持时的降级方案\n */\n fallback?: Selector | Selectors\n\n /**\n * 动态筛选执行结果(运行期字段)\n * @description prepare() 阶段写入,运行时只读\n */\n result?: DynamicFilterExecutionResult<RowWithFieldRes>\n}\n\nexport interface ValueDynamicFilter {\n type: 'value'\n /**\n * 用户的筛选需求描述(自然语言)\n * @example \"获取销售额最高的值作为标注线参考\"\n * @example \"计算平均销售额用于标注线\"\n */\n description?: string\n\n /**\n * AI 生成的 JavaScript 筛选代码\n * @description\n * - 只能使用内置工具函数(通过 _ 或 R 访问)\n * - 输入参数: data (数组)\n * - 必须返回单个数值或字符串: number | string\n * - 适用场景:标注线(水平线、垂直线)需要的动态数值\n * - 禁止使用: eval, Function, 异步操作, DOM API, 网络请求\n *\n * @example 获取销售额最大值作为标注线值\n * ```javascript\n * const maxSales = _.maxBy(data, 'sales')?.sales;\n * return maxSales || 0;\n * ```\n *\n * @example 计算平均值用于标注线\n * ```javascript\n * const avgSales = _.meanBy(data, 'sales');\n * return _.round(avgSales, 2);\n * ```\n *\n * @example 获取分位数作为标注线\n * ```javascript\n * const sorted = _.sortBy(data, 'sales');\n * const index = Math.floor(sorted.length * 0.75);\n * return sorted[index]?.sales || 0;\n * ```\n *\n * @example 根据条件计算目标值\n * ```javascript\n * const currentYearTotal = _.sumBy(\n * _.filter(data, item => item.year === 2024),\n * 'sales'\n * );\n * return currentYearTotal;\n * ```\n */\n code: string\n\n /**\n * 代码执行失败或环境不支持时的降级方案\n */\n fallback?: string | number\n\n /**\n * 动态筛选执行结果(运行期字段)\n * @description prepare() 阶段写入,运行时只读\n */\n result?: {\n success: boolean\n data?: number | string\n }\n}\n\nexport const zPartialSelector = zDatum\n\nexport const zFieldSelector = z.object({\n field: z.union([z.string(), z.array(z.string())]),\n})\n\nexport const zMeasureSelector = z.object({\n field: z.string(),\n operator: z.enum(['=', '==', '!=', '>', '<', '>=', '<=', 'between']).nullish(),\n op: z.enum(['=', '==', '!=', '>', '<', '>=', '<=', 'between']).nullish(),\n value: z.union([z.string(), z.number(), z.array(z.union([z.string(), z.number()]))]),\n})\n\nexport const zDimensionSelector = z.object({\n field: z.string(),\n operator: z.enum(['in', 'not in']).nullish(),\n op: z.enum(['in', 'not in']).nullish(),\n value: z.union([z.string(), z.number(), z.array(z.union([z.string(), z.number()]))]),\n})\n\nexport const zSelector = z.union([\n z.string(),\n z.number(),\n zFieldSelector,\n zMeasureSelector,\n zDimensionSelector,\n zPartialSelector,\n])\n\nexport const zSelectors = z.array(zSelector)\n\nexport const zAreaSelector = z.union([zFieldSelector, zMeasureSelector, zDimensionSelector])\n\nexport const zAreaSelectors = z.array(zAreaSelector)\n\nexport const zCellSelector = z.object({\n __row_index: z.number(),\n field: z.union([z.string(), z.literal('*')]),\n})\n\nexport const zTableDynamicFilter = z.object({\n type: z.literal('row-with-field'),\n description: z.string().optional(),\n code: z.string(),\n fallback: z.union([zSelector, zSelectors]).optional(),\n result: z\n .object({\n success: z.boolean(),\n data: z.array(zCellSelector).optional(),\n })\n .optional(),\n})\n\nexport const zChartDynamicFilter = z.object({\n type: z.literal('row-with-field'),\n description: z.string().optional(),\n code: z.string(),\n fallback: z.union([zSelector, zSelectors]).optional(),\n result: z\n .object({\n success: z.boolean(),\n data: z.array(zCellSelector).optional(),\n })\n .optional(),\n})\n\nexport const zValueDynamicFilter = z.object({\n type: z.literal('value'),\n description: z.string().optional(),\n code: z.string(),\n fallback: z.union([z.string(), z.number()]).optional(),\n result: z\n .object({\n success: z.boolean(),\n data: z.union([z.number(), z.string()]).optional(),\n })\n .optional(),\n})\n\n/**\n * @deprecated 请使用 zTableDynamicFilter 或 zChartDynamicFilter\n */\nexport const zDynamicFilter = z.union([zTableDynamicFilter, zChartDynamicFilter])\n"],"names":["zPartialSelector","zDatum","zFieldSelector","z","zMeasureSelector","zDimensionSelector","zSelector","zSelectors","zAreaSelector","zAreaSelectors","zCellSelector","zTableDynamicFilter","zChartDynamicFilter","zValueDynamicFilter","zDynamicFilter"],"mappings":";;AA4ZO,MAAMA,mBAAmBC;AAEzB,MAAMC,iBAAiBC,EAAE,MAAM,CAAC;IACrC,OAAOA,EAAE,KAAK,CAAC;QAACA,EAAE,MAAM;QAAIA,EAAE,KAAK,CAACA,EAAE,MAAM;KAAI;AAClD;AAEO,MAAMC,mBAAmBD,EAAE,MAAM,CAAC;IACvC,OAAOA,EAAE,MAAM;IACf,UAAUA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAK;QAAM;QAAM;QAAK;QAAK;QAAM;QAAM;KAAU,EAAE,OAAO;IAC5E,IAAIA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAK;QAAM;QAAM;QAAK;QAAK;QAAM;QAAM;KAAU,EAAE,OAAO;IACtE,OAAOA,EAAE,KAAK,CAAC;QAACA,EAAE,MAAM;QAAIA,EAAE,MAAM;QAAIA,EAAE,KAAK,CAACA,EAAE,KAAK,CAAC;YAACA,EAAE,MAAM;YAAIA,EAAE,MAAM;SAAG;KAAG;AACrF;AAEO,MAAME,qBAAqBF,EAAE,MAAM,CAAC;IACzC,OAAOA,EAAE,MAAM;IACf,UAAUA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAM;KAAS,EAAE,OAAO;IAC1C,IAAIA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAM;KAAS,EAAE,OAAO;IACpC,OAAOA,EAAE,KAAK,CAAC;QAACA,EAAE,MAAM;QAAIA,EAAE,MAAM;QAAIA,EAAE,KAAK,CAACA,EAAE,KAAK,CAAC;YAACA,EAAE,MAAM;YAAIA,EAAE,MAAM;SAAG;KAAG;AACrF;AAEO,MAAMG,YAAYH,EAAE,KAAK,CAAC;IAC/BA,EAAE,MAAM;IACRA,EAAE,MAAM;IACRD;IACAE;IACAC;IACAL;CACD;AAEM,MAAMO,aAAaJ,EAAE,KAAK,CAACG;AAE3B,MAAME,gBAAgBL,EAAE,KAAK,CAAC;IAACD;IAAgBE;IAAkBC;CAAmB;AAEpF,MAAMI,iBAAiBN,EAAE,KAAK,CAACK;AAE/B,MAAME,gBAAgBP,EAAE,MAAM,CAAC;IACpC,aAAaA,EAAE,MAAM;IACrB,OAAOA,EAAE,KAAK,CAAC;QAACA,EAAE,MAAM;QAAIA,EAAE,OAAO,CAAC;KAAK;AAC7C;AAEO,MAAMQ,sBAAsBR,EAAE,MAAM,CAAC;IAC1C,MAAMA,EAAE,OAAO,CAAC;IAChB,aAAaA,EAAE,MAAM,GAAG,QAAQ;IAChC,MAAMA,EAAE,MAAM;IACd,UAAUA,EAAE,KAAK,CAAC;QAACG;QAAWC;KAAW,EAAE,QAAQ;IACnD,QAAQJ,EAAAA,MACC,CAAC;QACN,SAASA,EAAE,OAAO;QAClB,MAAMA,EAAE,KAAK,CAACO,eAAe,QAAQ;IACvC,GACC,QAAQ;AACb;AAEO,MAAME,sBAAsBT,EAAE,MAAM,CAAC;IAC1C,MAAMA,EAAE,OAAO,CAAC;IAChB,aAAaA,EAAE,MAAM,GAAG,QAAQ;IAChC,MAAMA,EAAE,MAAM;IACd,UAAUA,EAAE,KAAK,CAAC;QAACG;QAAWC;KAAW,EAAE,QAAQ;IACnD,QAAQJ,EAAAA,MACC,CAAC;QACN,SAASA,EAAE,OAAO;QAClB,MAAMA,EAAE,KAAK,CAACO,eAAe,QAAQ;IACvC,GACC,QAAQ;AACb;AAEO,MAAMG,sBAAsBV,EAAE,MAAM,CAAC;IAC1C,MAAMA,EAAE,OAAO,CAAC;IAChB,aAAaA,EAAE,MAAM,GAAG,QAAQ;IAChC,MAAMA,EAAE,MAAM;IACd,UAAUA,EAAE,KAAK,CAAC;QAACA,EAAE,MAAM;QAAIA,EAAE,MAAM;KAAG,EAAE,QAAQ;IACpD,QAAQA,EAAAA,MACC,CAAC;QACN,SAASA,EAAE,OAAO;QAClB,MAAMA,EAAE,KAAK,CAAC;YAACA,EAAE,MAAM;YAAIA,EAAE,MAAM;SAAG,EAAE,QAAQ;IAClD,GACC,QAAQ;AACb;AAKO,MAAMW,iBAAiBX,EAAE,KAAK,CAAC;IAACQ;IAAqBC;CAAoB"}
1
+ {"version":3,"file":"types/dataSelector/selector.js","sources":["../../../../src/types/dataSelector/selector.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zDatum, type Datum } from '../properties'\n\nexport type ValueSelector = string | number\n\nexport type PartialDatumSelector = Datum\n\n/**\n * @description 字段选择器,用于直接选择指定字段(列),不涉及条件判断\n */\nexport type FieldSelector = {\n /**\n * @description 字段名,可以是单个字段或多个字段数组\n * @example 单个字段\n * field: 'sales'\n * @example 多个字段\n * field: ['sales', 'profit', 'revenue']\n */\n field: string | string[]\n}\n\n/**\n * @description 指标选择器, 用于选择数据项中指标字段的值\n */\nexport type MeasureSelector = {\n /**\n * @description 指标字段, measures 某一项的 id\n */\n field: string\n /**\n * @description 操作符\n * - =: 选择数据项中指标字段的值等于 value 的数据项\n * - ==: 选择数据项中指标字段的值等于 value 的数据项\n * - !=: 选择数据项中指标字段的值不等于 value 的数据项\n * - >: 选择数据项中指标字段的值大于 value 的数据项\n * - <: 选择数据项中指标字段的值小于 value 的数据项\n * - >=: 选择数据项中指标字段的值大于等于 value 的数据项\n * - <=: 选择数据项中指标字段的值小于等于 value 的数据项\n * - between: 选择数据项中指标字段的值在 value 之间的 data item\n */\n operator?: '=' | '==' | '!=' | '>' | '<' | '>=' | '<=' | 'between'\n /**\n * @description 操作符\n * - =: 选择数据项中指标字段的值等于 value 的数据项, 会将值转换为字符串后进行比较, 因此 1 == \"1\" 为 true\n * - ==: 选择数据项中指标字段的值精准等于 value 的数据项, 不会做任何特殊处理, 因此 1 == \"1\" 为 false\n * - !=: 选择数据项中指标字段的值不等于 value 的数据项\n * - >: 选择数据项中指标字段的值大于 value 的数据项\n * - <: 选择数据项中指标字段的值小于 value 的数据项\n * - >=: 选择数据项中指标字段的值大于等于 value 的数据项\n * - <=: 选择数据项中指标字段的值小于等于 value 的数据项\n * - between: 选择数据项中指标字段的值在 value 之间的 data item\n * same as operator\n */\n op?: '=' | '==' | '!=' | '>' | '<' | '>=' | '<=' | 'between'\n /**\n * @description 选择数据项中指标字段的值\n * - 仅 op 为 between 时, value 为长度为2的数组, 数组中的元素为指标字段的最小值和最大值\n * - 其他情况, value 为指标字段的单个值\n */\n value: string | number | Array<string | number>\n // /**\n // * @description 是否使用原始数据进行数据匹配, 开启后会有更多的数据被匹配到\n // * 若下述数据, measures 仅设置了 value, field 为 isHigh 或 isLow, op 为 =, value 为 1,\n // * 关闭useOrigin时, 数据项并不会考虑measures之外的字段, 因此field为isHigh或isLow的字段会被忽略\n // * 开启useOrigin时, 会直接使用整个数据项进行匹配\n // * [\n // * {value: 100, isHigh: 1, isLow: 0},\n // * {value: 200, isHigh: 0, isLow: 1},\n // * {value: 300, isHigh: 1, isLow: 0},\n // * ]\n // * @default false\n // */\n // useOrigin?: boolean\n}\n\n/**\n * @description 维度选择器, 用于选择数据项中维度字段的值\n */\nexport type DimensionSelector = {\n /**\n * @description 维度字段, dimensions 某一项的 id\n */\n field: string\n /**\n * @description 操作符\n * - in: 选择数据项中维度字段的值在 value 中的数据项\n * - not in: 选择数据项中维度字段的值不在 value 中的数据项\n */\n operator?: 'in' | 'not in'\n /**\n * @description 操作符\n * - in: 选择数据项中维度字段的值在 value 中的数据项\n * - not in: 选择数据项中维度字段的值不在 value 中的数据项\n * same as operator\n */\n op?: 'in' | 'not in'\n /**\n * @description 选择数据项中维度字段的值, 支持数组\n */\n value: string | number | Array<string | number>\n // /**\n // * @description 是否使用原始数据进行数据匹配, 开启后会有更多的数据被匹配到\n // * 若下述数据, dimensions 仅设置了 name, field 为 name, op 为 =, value 为 \"high\",\n // * 关闭useOrigin时, 数据项并不会考虑dimensions之外的字段, 因此field为name的字段会被忽略\n // * 开启useOrigin时, 会直接使用整个数据项进行匹配\n // * [\n // * {name: \"low\", isHigh: \"false\", isLow: \"true\"},\n // * {name: \"low\", isHigh: \"false\", isLow: \"true\"},\n // * {name: \"high\", isHigh: \"true\", isLow: \"false\"},\n // * ]\n // * @default false\n // */\n // useOrigin?: boolean\n}\n\nexport type Selector = ValueSelector | PartialDatumSelector | MeasureSelector | DimensionSelector\n\nexport type AreaSelector = MeasureSelector | DimensionSelector\n\nexport type AreaSelectors = Array<AreaSelector>\n\nexport type Selectors = Array<Selector>\n\n/**\n * 行索引与字段组合的数据结构\n * @description 用于表示动态筛选器返回的结果,指向原始数据中特定行的特定字段\n */\nexport type RowWithFieldRes = {\n /**\n * 原始数据项的行索引\n * @description 从 0 开始计数,对应数据源中数据项的位置\n */\n __row_index: number\n /**\n * 字段名称\n * @description\n * - 具体字段名:表示该行中的某个特定字段\n * - '*':表示该行的所有字段(整行)\n */\n field: string | '*'\n}\n\n/**\n * 部分数据项结果\n * @description 用于表示动态筛选器返回的部分数据项\n */\nexport type PartialDatumRes = Datum\n\nexport type DynamicFilterExecutionResult<T> = {\n success: boolean\n data?: T[]\n error?: string\n}\n\n/**\n * 表格动态筛选器配置\n * @description 通过 AI 生成的 JavaScript 代码实现表格单元格级别的精确筛选\n * @environment 仅支持浏览器环境(需要 Web Worker),Node.js 环境将使用 fallback\n */\nexport interface TableDynamicFilter {\n type: 'row-with-field'\n /**\n * 用户的筛选需求描述(自然语言)\n * @example \"高亮销售额大于1000的单元格\"\n * @example \"高亮每行中最大值所在的单元格\"\n */\n description?: string\n\n /**\n * AI 生成的 JavaScript 筛选代码\n * @description\n * - 只能使用内置工具函数(通过 _ 或 R 访问)\n * - 输入参数: data (数组),每个 item 包含 _index 字段表示行号\n * - 必须返回单元格选择器数组: Array<{ __row_index: number, field: string }>\n * - field 为 \"*\" 时表示整行高亮\n * - 禁止使用: eval, Function, 异步操作, DOM API, 网络请求\n *\n * @example Top N 筛选\n * dynamicFilter = {\n * type: 'row-with-field',\n * description: '高亮销售额最高的前3个产品',\n * code: `\n * const sorted = _.sortBy(data, 'sales');\n * const reversed = [...sorted].reverse();\n * const result = _.take(reversed, 3);\n * return _.flatten(\n * _.map(result, item => [\n * { __row_index: item._index, field: 'product' },\n * { __row_index: item._index, field: 'sales' }\n * ])\n * );\n * `,\n * enabled: true\n * }\n *\n * @example 多条件筛选\n * dynamicFilter = {\n * type: 'row-with-field',\n * description: '高亮利润率大于20%且销售额超过5000的产品',\n * code: `\n * const matched = _.filter(data, item => {\n * const profitRate = (item.profit / item.sales) * 100;\n * return profitRate > 20 && item.sales > 5000;\n * });\n * return _.flatten(\n * _.map(matched, item => [\n * { __row_index: item._index, field: 'product' },\n * { __row_index: item._index, field: 'sales' }\n * ])\n * );\n * `,\n * enabled: true\n * }\n *\n * @example 相对值筛选\n * dynamicFilter = { *\n * type: 'row-with-field',\n * description: '高亮销售额高于平均值的产品',\n * code: `\n * const avgSales = _.meanBy(data, 'sales');\n * const matched = _.filter(data, item => item.sales > avgSales);\n * return _.flatten(\n * _.map(matched, item => [\n * { __row_index: item._index, field: 'product' },\n * { __row_index: item._index, field: 'sales' }\n * ])\n * );\n * `,\n * enabled: true\n * }\n *\n * @example 分组筛选\n * dynamicFilter = {\n * type: 'row-with-field',\n * description: '每个区域中销售额最高的产品',\n * code: `\n * const grouped = _.groupBy(data, 'region');\n * const topByRegion = _.map(_.values(grouped), group => _.maxBy(group, 'sales'));\n * return _.flatten(\n * _.map(topByRegion, item => [\n * { __row_index: item._index, field: 'product' },\n * { __row_index: item._index, field: 'sales' }\n * ])\n * );\n * `,\n * enabled: true\n * }\n *\n * @example 整行高亮\n * dynamicFilter = {\n * description: '高亮销售额大于利润的整行',\n * code: `\n * const matched = _.filter(data, item => item.sales > item.profit);\n * return matched.map(item => ({\n * __row_index: item._index,\n * field: '*'\n * }));\n * `,\n * enabled: true\n * }\n */\n code: string\n\n /**\n * 代码执行失败或环境不支持时的降级方案\n */\n fallback?: Selector | Selectors\n\n /**\n * 动态筛选执行结果(运行期字段)\n * @description prepare() 阶段写入,运行时只读\n */\n result?: DynamicFilterExecutionResult<RowWithFieldRes>\n}\n\n/**\n * 图表动态筛选器配置\n * @description 通过 AI 生成的 JavaScript 代码实现图表标记(柱子、点等)的筛选\n * @environment 仅支持浏览器环境(需要 Web Worker),Node.js 环境将使用 fallback\n */\nexport interface ChartDynamicFilter {\n type: 'row-with-field'\n /**\n * 用户的筛选需求描述(自然语言)\n * @example \"高亮销售额大于1000的柱子\"\n * @example \"高亮每个区域中利润率最高的柱子\"\n */\n description?: string\n\n /**\n * AI 生成的 JavaScript 筛选代码\n * @description\n * - 只能使用内置工具函数(通过 _ 或 R 访问)\n * - 输入参数: data (数组),每个 item 包含 __row_index 字段表示行号\n * - 必须返回行索引与字段组合的数组: Array<{ __row_index: number, field: string }>\n * - __row_index 表示原始数据项的行号,field 表示需要高亮的字段\n * - 禁止使用: eval, Function, 异步操作, DOM API, 网络请求\n *\n * @example 高亮销售额大于1000的数据项的 sales 字段\n * ```javascript\n * const filtered = _.filter(data, item => item.sales > 1000);\n * return _.map(filtered, item => ({\n * __row_index: item.__row_index,\n * field: 'sales'\n * }));\n * ```\n *\n * @example 高亮每个区域中利润率最高的数据项\n * ```javascript\n * const grouped = _.groupBy(data, 'area');\n * const maxItems = _.map(grouped, group =>\n * _.maxBy(group, item => item.profit / item.sales)\n * );\n * return _.flatten(\n * _.map(maxItems, item => [\n * { __row_index: item.__row_index, field: 'product' },\n * { __row_index: item.__row_index, field: 'profit' }\n * ])\n * );\n * ```\n *\n * @example 高亮多条件筛选的数据项\n * ```javascript\n * const filtered = _.filter(data, item => {\n * const profitRate = item.profit / item.sales;\n * return profitRate > 0.2 && item.sales > 5000;\n * });\n * return _.flatten(\n * _.map(filtered, item => [\n * { __row_index: item.__row_index, field: 'product' },\n * { __row_index: item.__row_index, field: 'sales' }\n * ])\n * );\n * ```\n */\n code: string\n\n /**\n * 代码执行失败或环境不支持时的降级方案\n */\n fallback?: Selector | Selectors\n\n /**\n * 动态筛选执行结果(运行期字段)\n * @description prepare() 阶段写入,运行时只读\n */\n result?: DynamicFilterExecutionResult<RowWithFieldRes>\n}\n\nexport interface ValueDynamicFilter {\n type: 'value'\n /**\n * 用户的筛选需求描述(自然语言)\n * @example \"获取销售额最高的值作为标注线参考\"\n * @example \"计算平均销售额用于标注线\"\n */\n description?: string\n\n /**\n * AI 生成的 JavaScript 筛选代码\n * @description\n * - 只能使用内置工具函数(通过 _ 或 R 访问)\n * - 输入参数: data (数组)\n * - 必须返回单个数值或字符串: number | string\n * - 适用场景:标注线(水平线、垂直线)需要的动态数值\n * - 禁止使用: eval, Function, 异步操作, DOM API, 网络请求\n *\n * @example 获取销售额最大值作为标注线值\n * ```javascript\n * const maxSales = _.maxBy(data, 'sales')?.sales;\n * return maxSales || 0;\n * ```\n *\n * @example 计算平均值用于标注线\n * ```javascript\n * const avgSales = _.meanBy(data, 'sales');\n * return _.round(avgSales, 2);\n * ```\n *\n * @example 获取分位数作为标注线\n * ```javascript\n * const sorted = _.sortBy(data, 'sales');\n * const index = Math.floor(sorted.length * 0.75);\n * return sorted[index]?.sales || 0;\n * ```\n *\n * @example 根据条件计算目标值\n * ```javascript\n * const currentYearTotal = _.sumBy(\n * _.filter(data, item => item.year === 2024),\n * 'sales'\n * );\n * return currentYearTotal;\n * ```\n */\n code: string\n\n /**\n * 代码执行失败或环境不支持时的降级方案\n */\n fallback?: string | number\n\n /**\n * 动态筛选执行结果(运行期字段)\n * @description prepare() 阶段写入,运行时只读\n */\n result?: {\n success: boolean\n data?: number | string\n }\n}\n\nexport const zPartialSelector = zDatum\n\nexport const zFieldSelector = z.object({\n field: z.union([z.string(), z.array(z.string())]),\n})\n\nexport const zMeasureSelector = z.object({\n field: z.string(),\n operator: z.enum(['=', '==', '!=', '>', '<', '>=', '<=', 'between']).nullish(),\n op: z.enum(['=', '==', '!=', '>', '<', '>=', '<=', 'between']).nullish(),\n value: z.union([z.string(), z.number(), z.array(z.union([z.string(), z.number()]))]),\n})\n\nexport const zDimensionSelector = z.object({\n field: z.string(),\n operator: z.enum(['in', 'not in']).nullish(),\n op: z.enum(['in', 'not in']).nullish(),\n value: z.union([z.string(), z.number(), z.array(z.union([z.string(), z.number()]))]),\n})\n\nexport const zSelector = z.union([\n z.string(),\n z.number(),\n zFieldSelector,\n zMeasureSelector,\n zDimensionSelector,\n zPartialSelector,\n])\n\nexport const zSelectors = z.array(zSelector)\n\nexport const zAreaSelector = z.union([zFieldSelector, zMeasureSelector, zDimensionSelector])\n\nexport const zAreaSelectors = z.array(zAreaSelector)\n\nexport const zCellSelector = z.object({\n __row_index: z.number(),\n field: z.union([z.string(), z.literal('*')]),\n})\n\nexport const zTableDynamicFilter = z.object({\n type: z.literal('row-with-field'),\n description: z.string().optional(),\n code: z.string(),\n fallback: z.union([zSelector, zSelectors]).optional(),\n result: z\n .object({\n success: z.boolean(),\n data: z.array(zCellSelector).optional(),\n })\n .optional(),\n})\n\nexport const zChartDynamicFilter = z.object({\n type: z.literal('row-with-field'),\n description: z.string().optional(),\n code: z.string(),\n fallback: z.union([zSelector, zSelectors]).optional(),\n result: z\n .object({\n success: z.boolean(),\n data: z.array(zCellSelector).optional(),\n })\n .optional(),\n})\n\nexport const zValueDynamicFilter = z.object({\n type: z.literal('value'),\n description: z.string().optional(),\n code: z.string(),\n fallback: z.union([z.string(), z.number()]).optional(),\n result: z\n .object({\n success: z.boolean(),\n data: z.union([z.number(), z.string()]).optional(),\n })\n .optional(),\n})\n\n/**\n * @deprecated 请使用 zTableDynamicFilter 或 zChartDynamicFilter\n */\nexport const zDynamicFilter = z.union([zTableDynamicFilter, zChartDynamicFilter])\n"],"names":["zPartialSelector","zDatum","zFieldSelector","z","zMeasureSelector","zDimensionSelector","zSelector","zSelectors","zAreaSelector","zAreaSelectors","zCellSelector","zTableDynamicFilter","zChartDynamicFilter","zValueDynamicFilter","zDynamicFilter"],"mappings":";;AA4ZO,MAAMA,mBAAmBC;AAEzB,MAAMC,iBAAiBC,EAAE,MAAM,CAAC;IACrC,OAAOA,EAAE,KAAK,CAAC;QAACA,EAAE,MAAM;QAAIA,EAAE,KAAK,CAACA,EAAE,MAAM;KAAI;AAClD;AAEO,MAAMC,mBAAmBD,EAAE,MAAM,CAAC;IACvC,OAAOA,EAAE,MAAM;IACf,UAAUA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAK;QAAM;QAAM;QAAK;QAAK;QAAM;QAAM;KAAU,EAAE,OAAO;IAC5E,IAAIA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAK;QAAM;QAAM;QAAK;QAAK;QAAM;QAAM;KAAU,EAAE,OAAO;IACtE,OAAOA,EAAE,KAAK,CAAC;QAACA,EAAE,MAAM;QAAIA,EAAE,MAAM;QAAIA,EAAE,KAAK,CAACA,EAAE,KAAK,CAAC;YAACA,EAAE,MAAM;YAAIA,EAAE,MAAM;SAAG;KAAG;AACrF;AAEO,MAAME,qBAAqBF,EAAE,MAAM,CAAC;IACzC,OAAOA,EAAE,MAAM;IACf,UAAUA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAM;KAAS,EAAE,OAAO;IAC1C,IAAIA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAM;KAAS,EAAE,OAAO;IACpC,OAAOA,EAAE,KAAK,CAAC;QAACA,EAAE,MAAM;QAAIA,EAAE,MAAM;QAAIA,EAAE,KAAK,CAACA,EAAE,KAAK,CAAC;YAACA,EAAE,MAAM;YAAIA,EAAE,MAAM;SAAG;KAAG;AACrF;AAEO,MAAMG,YAAYH,EAAE,KAAK,CAAC;IAC/BA,EAAE,MAAM;IACRA,EAAE,MAAM;IACRD;IACAE;IACAC;IACAL;CACD;AAEM,MAAMO,aAAaJ,EAAE,KAAK,CAACG;AAE3B,MAAME,gBAAgBL,EAAE,KAAK,CAAC;IAACD;IAAgBE;IAAkBC;CAAmB;AAEpF,MAAMI,iBAAiBN,EAAE,KAAK,CAACK;AAE/B,MAAME,gBAAgBP,EAAE,MAAM,CAAC;IACpC,aAAaA,EAAE,MAAM;IACrB,OAAOA,EAAE,KAAK,CAAC;QAACA,EAAE,MAAM;QAAIA,EAAE,OAAO,CAAC;KAAK;AAC7C;AAEO,MAAMQ,sBAAsBR,EAAE,MAAM,CAAC;IAC1C,MAAMA,EAAE,OAAO,CAAC;IAChB,aAAaA,EAAE,MAAM,GAAG,QAAQ;IAChC,MAAMA,EAAE,MAAM;IACd,UAAUA,EAAE,KAAK,CAAC;QAACG;QAAWC;KAAW,EAAE,QAAQ;IACnD,QAAQJ,EAAAA,MACC,CAAC;QACN,SAASA,EAAE,OAAO;QAClB,MAAMA,EAAE,KAAK,CAACO,eAAe,QAAQ;IACvC,GACC,QAAQ;AACb;AAEO,MAAME,sBAAsBT,EAAE,MAAM,CAAC;IAC1C,MAAMA,EAAE,OAAO,CAAC;IAChB,aAAaA,EAAE,MAAM,GAAG,QAAQ;IAChC,MAAMA,EAAE,MAAM;IACd,UAAUA,EAAE,KAAK,CAAC;QAACG;QAAWC;KAAW,EAAE,QAAQ;IACnD,QAAQJ,EAAAA,MACC,CAAC;QACN,SAASA,EAAE,OAAO;QAClB,MAAMA,EAAE,KAAK,CAACO,eAAe,QAAQ;IACvC,GACC,QAAQ;AACb;AAEO,MAAMG,sBAAsBV,EAAE,MAAM,CAAC;IAC1C,MAAMA,EAAE,OAAO,CAAC;IAChB,aAAaA,EAAE,MAAM,GAAG,QAAQ;IAChC,MAAMA,EAAE,MAAM;IACd,UAAUA,EAAE,KAAK,CAAC;QAACA,EAAE,MAAM;QAAIA,EAAE,MAAM;KAAG,EAAE,QAAQ;IACpD,QAAQA,EAAAA,MACC,CAAC;QACN,SAASA,EAAE,OAAO;QAClB,MAAMA,EAAE,KAAK,CAAC;YAACA,EAAE,MAAM;YAAIA,EAAE,MAAM;SAAG,EAAE,QAAQ;IAClD,GACC,QAAQ;AACb;AAKO,MAAMW,iBAAiBX,EAAE,KAAK,CAAC;IAACQ;IAAqBC;CAAoB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/i18n/i18n.js","sources":["webpack://@visactor/vseed/./src/types/i18n/i18n.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport type Locale = 'zh-CN' | 'en-US'\n\nexport type TranslateRecordType = Record<string, { [local in Locale]: string }>\n\nexport const zLocale = z.enum(['zh-CN', 'en-US']).default('zh-CN')\n"],"names":["zLocale","z"],"mappings":";AAMO,MAAMA,UAAUC,CAAC,CAADA,OAAM,CAAC;IAAC;IAAS;CAAQ,EAAE,OAAO,CAAC"}
1
+ {"version":3,"file":"types/i18n/i18n.js","sources":["../../../../src/types/i18n/i18n.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport type Locale = 'zh-CN' | 'en-US'\n\nexport type TranslateRecordType = Record<string, { [local in Locale]: string }>\n\nexport const zLocale = z.enum(['zh-CN', 'en-US']).default('zh-CN')\n"],"names":["zLocale","z"],"mappings":";AAMO,MAAMA,UAAUC,CAAC,CAADA,OAAM,CAAC;IAAC;IAAS;CAAQ,EAAE,OAAO,CAAC"}
@@ -1,2 +1 @@
1
- import { zTotalType } from "./zAggregation.js";
2
- export { zTotalType };
1
+ export { zTotalType } from "./zAggregation.js";
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/aggregation/zAggregation.js","sources":["webpack://@visactor/vseed/./src/types/properties/aggregation/zAggregation.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zTotalType = z.enum(['sum', 'avg', 'max', 'min', 'count'])\n"],"names":["zTotalType","z"],"mappings":";AAEO,MAAMA,aAAaC,CAAC,CAADA,OAAM,CAAC;IAAC;IAAO;IAAO;IAAO;IAAO;CAAQ"}
1
+ {"version":3,"file":"types/properties/aggregation/zAggregation.js","sources":["../../../../../src/types/properties/aggregation/zAggregation.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zTotalType = z.enum(['sum', 'avg', 'max', 'min', 'count'])\n"],"names":["zTotalType","z"],"mappings":";AAEO,MAAMA,aAAaC,CAAC,CAADA,OAAM,CAAC;IAAC;IAAO;IAAO;IAAO;IAAO;CAAQ"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/analysis/analysis.js","sources":["webpack://@visactor/vseed/./src/types/properties/analysis/analysis.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zAnalysis = z.object({\n orderMapping: z.record(z.string(), z.array(z.string())).nullish(),\n})\n"],"names":["zAnalysis","z"],"mappings":";AAEO,MAAMA,YAAYC,EAAE,MAAM,CAAC;IAChC,cAAcA,EAAE,MAAM,CAACA,EAAE,MAAM,IAAIA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;AACjE"}
1
+ {"version":3,"file":"types/properties/analysis/analysis.js","sources":["../../../../../src/types/properties/analysis/analysis.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zAnalysis = z.object({\n orderMapping: z.record(z.string(), z.array(z.string())).nullish(),\n})\n"],"names":["zAnalysis","z"],"mappings":";AAEO,MAAMA,YAAYC,EAAE,MAAM,CAAC;IAChC,cAAcA,EAAE,MAAM,CAACA,EAAE,MAAM,IAAIA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;AACjE"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/analysis/sort.js","sources":["webpack://@visactor/vseed/./src/types/properties/analysis/sort.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zSort = z.object({\n order: z.enum(['asc', 'desc']).default('asc'),\n orderBy: z.string().nullish(),\n customOrder: z.array(z.any()).nullish(),\n})\n\n/**\n * @description 类目轴排序配置, 支持根据维度或指标排序, 以及自定义排序顺序\n * @default {}\n * @example\n * - order:'asc'\n * - orderBy:'date'\n * 或\n * - customOrder:['2019', '2020', '2021']\n */\nexport type Sort = {\n /**\n * @description 排序顺序, 可选值为 'asc' 或 'desc'\n * @enum ['asc', 'desc']\n * @example order:'asc'\n */\n order?: 'asc' | 'desc'\n\n /**\n * @description 排序依赖的字段, 可以是维度id或指标id\n * @example\n * - orderBy:'date'\n * - orderBy:'profit'\n */\n orderBy?: string\n\n /**\n * @description 自定义排序顺序, 该顺序将直接应用至类目轴\n */\n customOrder?: string[]\n}\n"],"names":["zSort","z"],"mappings":";AAEO,MAAMA,QAAQC,EAAE,MAAM,CAAC;IAC5B,OAAOA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAO;KAAO,EAAE,OAAO,CAAC;IACvC,SAASA,EAAE,MAAM,GAAG,OAAO;IAC3B,aAAaA,EAAE,KAAK,CAACA,EAAE,GAAG,IAAI,OAAO;AACvC"}
1
+ {"version":3,"file":"types/properties/analysis/sort.js","sources":["../../../../../src/types/properties/analysis/sort.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zSort = z.object({\n order: z.enum(['asc', 'desc']).default('asc'),\n orderBy: z.string().nullish(),\n customOrder: z.array(z.any()).nullish(),\n})\n\n/**\n * @description 类目轴排序配置, 支持根据维度或指标排序, 以及自定义排序顺序\n * @default {}\n * @example\n * - order:'asc'\n * - orderBy:'date'\n * 或\n * - customOrder:['2019', '2020', '2021']\n */\nexport type Sort = {\n /**\n * @description 排序顺序, 可选值为 'asc' 或 'desc'\n * @enum ['asc', 'desc']\n * @example order:'asc'\n */\n order?: 'asc' | 'desc'\n\n /**\n * @description 排序依赖的字段, 可以是维度id或指标id\n * @example\n * - orderBy:'date'\n * - orderBy:'profit'\n */\n orderBy?: string\n\n /**\n * @description 自定义排序顺序, 该顺序将直接应用至类目轴\n */\n customOrder?: string[]\n}\n"],"names":["zSort","z"],"mappings":";AAEO,MAAMA,QAAQC,EAAE,MAAM,CAAC;IAC5B,OAAOA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAO;KAAO,EAAE,OAAO,CAAC;IACvC,SAASA,EAAE,MAAM,GAAG,OAAO;IAC3B,aAAaA,EAAE,KAAK,CAACA,EAAE,GAAG,IAAI,OAAO;AACvC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/analysis/sortLegend.js","sources":["webpack://@visactor/vseed/./src/types/properties/analysis/sortLegend.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zSortLegend = z.object({\n order: z.enum(['asc', 'desc']).default('asc'),\n orderBy: z.string().nullish(),\n customOrder: z.array(z.any()).nullish(),\n})\n\n/**\n * @description 图例排序配置, 支持根据维度或指标排序, 以及自定义排序顺序; 排序数组遵循从左到右或从上到下的顺序\n * @default {}\n * @example\n * - order:'asc'\n * - orderBy:'date'\n * 或\n * - customOrder:['2019', '2020', '2021']\n */\nexport type SortLegend = {\n /**\n * @description 排序顺序, 可选值为 'asc' 或 'desc'\n * @default 'asc'\n * @enum ['asc', 'desc']\n * @example order:'asc'\n */\n order?: 'asc' | 'desc'\n /**\n * @description 排序依赖的字段, 可以是维度id或指标id\n * @example\n * - orderBy:'date'\n * - orderBy:'profit'\n */\n orderBy?: string\n /**\n * @description 自定义排序顺序, 该顺序将直接应用至图例, 升序从左到右或从上到下, 降序从右到左或从下到上\n */\n customOrder?: string[]\n}\n"],"names":["zSortLegend","z"],"mappings":";AAEO,MAAMA,cAAcC,EAAE,MAAM,CAAC;IAClC,OAAOA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAO;KAAO,EAAE,OAAO,CAAC;IACvC,SAASA,EAAE,MAAM,GAAG,OAAO;IAC3B,aAAaA,EAAE,KAAK,CAACA,EAAE,GAAG,IAAI,OAAO;AACvC"}
1
+ {"version":3,"file":"types/properties/analysis/sortLegend.js","sources":["../../../../../src/types/properties/analysis/sortLegend.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zSortLegend = z.object({\n order: z.enum(['asc', 'desc']).default('asc'),\n orderBy: z.string().nullish(),\n customOrder: z.array(z.any()).nullish(),\n})\n\n/**\n * @description 图例排序配置, 支持根据维度或指标排序, 以及自定义排序顺序; 排序数组遵循从左到右或从上到下的顺序\n * @default {}\n * @example\n * - order:'asc'\n * - orderBy:'date'\n * 或\n * - customOrder:['2019', '2020', '2021']\n */\nexport type SortLegend = {\n /**\n * @description 排序顺序, 可选值为 'asc' 或 'desc'\n * @default 'asc'\n * @enum ['asc', 'desc']\n * @example order:'asc'\n */\n order?: 'asc' | 'desc'\n /**\n * @description 排序依赖的字段, 可以是维度id或指标id\n * @example\n * - orderBy:'date'\n * - orderBy:'profit'\n */\n orderBy?: string\n /**\n * @description 自定义排序顺序, 该顺序将直接应用至图例, 升序从左到右或从上到下, 降序从右到左或从下到上\n */\n customOrder?: string[]\n}\n"],"names":["zSortLegend","z"],"mappings":";AAEO,MAAMA,cAAcC,EAAE,MAAM,CAAC;IAClC,OAAOA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAO;KAAO,EAAE,OAAO,CAAC;IACvC,SAASA,EAAE,MAAM,GAAG,OAAO;IAC3B,aAAaA,EAAE,KAAK,CAACA,EAAE,GAAG,IAAI,OAAO;AACvC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/annotation/annotation.js","sources":["webpack://@visactor/vseed/./src/types/properties/annotation/annotation.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zAnnotationPoint } from './zAnnotationPoint'\nimport { zAnnotationVerticalLine } from './zAnnotationVerticalLine'\nimport { zAnnotationHorizontalLine } from './zAnnotationHorizontalLine'\nimport { zAnnotationArea } from './zAnnotationArea'\n\nexport const zAnnotation = z.object({\n annotationPoint: zAnnotationPoint.or(z.array(zAnnotationPoint)).nullish(),\n annotationVerticalLine: zAnnotationVerticalLine.or(z.array(zAnnotationVerticalLine)).nullish(),\n annotationHorizontalLine: zAnnotationHorizontalLine.or(z.array(zAnnotationHorizontalLine)).nullish(),\n annotationArea: zAnnotationArea.or(z.array(zAnnotationArea)).nullish(),\n})\n\nexport type Annotation = z.infer<typeof zAnnotation>\n"],"names":["zAnnotation","z","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea"],"mappings":";;;;;AAMO,MAAMA,cAAcC,EAAE,MAAM,CAAC;IAClC,iBAAiBC,iBAAiB,EAAE,CAACD,EAAE,KAAK,CAACC,mBAAmB,OAAO;IACvE,wBAAwBC,wBAAwB,EAAE,CAACF,EAAE,KAAK,CAACE,0BAA0B,OAAO;IAC5F,0BAA0BC,0BAA0B,EAAE,CAACH,EAAE,KAAK,CAACG,4BAA4B,OAAO;IAClG,gBAAgBC,gBAAgB,EAAE,CAACJ,EAAE,KAAK,CAACI,kBAAkB,OAAO;AACtE"}
1
+ {"version":3,"file":"types/properties/annotation/annotation.js","sources":["../../../../../src/types/properties/annotation/annotation.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zAnnotationPoint } from './zAnnotationPoint'\nimport { zAnnotationVerticalLine } from './zAnnotationVerticalLine'\nimport { zAnnotationHorizontalLine } from './zAnnotationHorizontalLine'\nimport { zAnnotationArea } from './zAnnotationArea'\n\nexport const zAnnotation = z.object({\n annotationPoint: zAnnotationPoint.or(z.array(zAnnotationPoint)).nullish(),\n annotationVerticalLine: zAnnotationVerticalLine.or(z.array(zAnnotationVerticalLine)).nullish(),\n annotationHorizontalLine: zAnnotationHorizontalLine.or(z.array(zAnnotationHorizontalLine)).nullish(),\n annotationArea: zAnnotationArea.or(z.array(zAnnotationArea)).nullish(),\n})\n\nexport type Annotation = z.infer<typeof zAnnotation>\n"],"names":["zAnnotation","z","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea"],"mappings":";;;;;AAMO,MAAMA,cAAcC,EAAE,MAAM,CAAC;IAClC,iBAAiBC,iBAAiB,EAAE,CAACD,EAAE,KAAK,CAACC,mBAAmB,OAAO;IACvE,wBAAwBC,wBAAwB,EAAE,CAACF,EAAE,KAAK,CAACE,0BAA0B,OAAO;IAC5F,0BAA0BC,0BAA0B,EAAE,CAACH,EAAE,KAAK,CAACG,4BAA4B,OAAO;IAClG,gBAAgBC,gBAAgB,EAAE,CAACJ,EAAE,KAAK,CAACI,kBAAkB,OAAO;AACtE"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/annotation/zAnnotationArea.js","sources":["webpack://@visactor/vseed/./src/types/properties/annotation/zAnnotationArea.ts"],"sourcesContent":["import { zAreaSelector, zAreaSelectors } from '../../dataSelector'\nimport { z } from 'zod'\n\nexport const zAnnotationArea = z.object({\n selector: z.union([zAreaSelector, zAreaSelectors]).nullish(),\n textPosition: z\n .enum(['top', 'topRight', 'topLeft', 'bottom', 'bottomLeft', 'bottomRight', 'left', 'right'])\n .default('top')\n .nullish(),\n text: z.string().or(z.array(z.string())).nullish(),\n textColor: z.string().default('#ffffff').nullish(),\n textFontSize: z.number().default(12).nullish(),\n textFontWeight: z.number().default(400).nullish(),\n textAlign: z.enum(['left', 'right', 'center']).default('center').nullish(),\n textBaseline: z.enum(['top', 'middle', 'bottom']).default('top').nullish(),\n\n textBackgroundVisible: z.boolean().default(true).nullish(),\n textBackgroundColor: z.string().default('#191d24').nullish(),\n textBackgroundBorderColor: z.string().default('#191d24').nullish(),\n textBackgroundBorderWidth: z.number().default(1).nullish(),\n textBackgroundBorderRadius: z.number().default(4).nullish(),\n textBackgroundPadding: z.number().default(4).nullish(),\n\n areaColor: z.string().default('#888888').nullish(),\n areaColorOpacity: z.number().default(0.15).nullish(),\n areaBorderColor: z.string().default('#888888').nullish(),\n areaBorderWidth: z.number().default(1).nullish(),\n areaBorderRadius: z.number().default(4).nullish(),\n areaLineDash: z.array(z.number()).nullish(),\n\n outerPadding: z.number().default(4).nullish(),\n})\n"],"names":["zAnnotationArea","z","zAreaSelector","zAreaSelectors"],"mappings":";;AAGO,MAAMA,kBAAkBC,EAAE,MAAM,CAAC;IACtC,UAAUA,EAAE,KAAK,CAAC;QAACC;QAAeC;KAAe,EAAE,OAAO;IAC1D,cAAcF,CAAC,CAADA,OACP,CAAC;QAAC;QAAO;QAAY;QAAW;QAAU;QAAc;QAAe;QAAQ;KAAQ,EAC3F,OAAO,CAAC,OACR,OAAO;IACV,MAAMA,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IAChD,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,cAAcA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;IAC5C,gBAAgBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;IAC/C,WAAWA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAQ;QAAS;KAAS,EAAE,OAAO,CAAC,UAAU,OAAO;IACxE,cAAcA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAO;QAAU;KAAS,EAAE,OAAO,CAAC,OAAO,OAAO;IAExE,uBAAuBA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACxD,qBAAqBA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAC1D,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChE,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACxD,4BAA4BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACzD,uBAAuBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAEpD,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,kBAAkBA,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,OAAO;IAClD,iBAAiBA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IACtD,iBAAiBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAC9C,kBAAkBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAC/C,cAAcA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAEzC,cAAcA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;AAC7C"}
1
+ {"version":3,"file":"types/properties/annotation/zAnnotationArea.js","sources":["../../../../../src/types/properties/annotation/zAnnotationArea.ts"],"sourcesContent":["import { zAreaSelector, zAreaSelectors } from '../../dataSelector'\nimport { z } from 'zod'\n\nexport const zAnnotationArea = z.object({\n selector: z.union([zAreaSelector, zAreaSelectors]).nullish(),\n textPosition: z\n .enum(['top', 'topRight', 'topLeft', 'bottom', 'bottomLeft', 'bottomRight', 'left', 'right'])\n .default('top')\n .nullish(),\n text: z.string().or(z.array(z.string())).nullish(),\n textColor: z.string().default('#ffffff').nullish(),\n textFontSize: z.number().default(12).nullish(),\n textFontWeight: z.number().default(400).nullish(),\n textAlign: z.enum(['left', 'right', 'center']).default('center').nullish(),\n textBaseline: z.enum(['top', 'middle', 'bottom']).default('top').nullish(),\n\n textBackgroundVisible: z.boolean().default(true).nullish(),\n textBackgroundColor: z.string().default('#191d24').nullish(),\n textBackgroundBorderColor: z.string().default('#191d24').nullish(),\n textBackgroundBorderWidth: z.number().default(1).nullish(),\n textBackgroundBorderRadius: z.number().default(4).nullish(),\n textBackgroundPadding: z.number().default(4).nullish(),\n\n areaColor: z.string().default('#888888').nullish(),\n areaColorOpacity: z.number().default(0.15).nullish(),\n areaBorderColor: z.string().default('#888888').nullish(),\n areaBorderWidth: z.number().default(1).nullish(),\n areaBorderRadius: z.number().default(4).nullish(),\n areaLineDash: z.array(z.number()).nullish(),\n\n outerPadding: z.number().default(4).nullish(),\n})\n"],"names":["zAnnotationArea","z","zAreaSelector","zAreaSelectors"],"mappings":";;AAGO,MAAMA,kBAAkBC,EAAE,MAAM,CAAC;IACtC,UAAUA,EAAE,KAAK,CAAC;QAACC;QAAeC;KAAe,EAAE,OAAO;IAC1D,cAAcF,CAAC,CAADA,OACP,CAAC;QAAC;QAAO;QAAY;QAAW;QAAU;QAAc;QAAe;QAAQ;KAAQ,EAC3F,OAAO,CAAC,OACR,OAAO;IACV,MAAMA,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IAChD,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,cAAcA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;IAC5C,gBAAgBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;IAC/C,WAAWA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAQ;QAAS;KAAS,EAAE,OAAO,CAAC,UAAU,OAAO;IACxE,cAAcA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAO;QAAU;KAAS,EAAE,OAAO,CAAC,OAAO,OAAO;IAExE,uBAAuBA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACxD,qBAAqBA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAC1D,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChE,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACxD,4BAA4BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACzD,uBAAuBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAEpD,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,kBAAkBA,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,OAAO;IAClD,iBAAiBA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IACtD,iBAAiBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAC9C,kBAAkBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAC/C,cAAcA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAEzC,cAAcA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;AAC7C"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/annotation/zAnnotationHorizontalLine.js","sources":["webpack://@visactor/vseed/./src/types/properties/annotation/zAnnotationHorizontalLine.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zValueDynamicFilter } from '../../dataSelector'\n\nexport const zAnnotationHorizontalLine = z.object({\n yValue: z.union([z.number(), z.string(), z.array(z.union([z.number(), z.string()]))]).nullish(),\n dynamicFilter: zValueDynamicFilter.optional(),\n text: z.string().or(z.array(z.string())).nullish(),\n textPosition: z\n .enum(['outsideStart', 'outsideEnd', 'outsideMiddle', 'insideStart', 'insideMiddle', 'insideEnd'])\n .default('insideEnd')\n .nullish(),\n textColor: z.string().default('#ffffff').nullish(),\n textFontSize: z.number().default(12).nullish(),\n textFontWeight: z.number().default(400).nullish(),\n textAlign: z.enum(['left', 'right', 'center']).default('right').nullish(),\n textBaseline: z.enum(['top', 'middle', 'bottom']).default('top').nullish(),\n\n lineVisible: z.boolean().default(true).nullish(),\n lineColor: z.string().default('#212121').nullish(),\n lineWidth: z.number().default(1).nullish(),\n lineStyle: z\n .union([z.literal('solid'), z.literal('dashed'), z.literal('dotted')])\n .default('dashed')\n .nullish(),\n\n textBackgroundVisible: z.boolean().default(true).nullish(),\n textBackgroundColor: z.string().default('#212121').nullish(),\n textBackgroundBorderColor: z.string().default('#212121').nullish(),\n textBackgroundBorderRadius: z.number().default(4).nullish(),\n textBackgroundBorderWidth: z.number().default(1).nullish(),\n textBackgroundPadding: z.number().default(2).nullish(),\n})\n"],"names":["zAnnotationHorizontalLine","z","zValueDynamicFilter"],"mappings":";;AAGO,MAAMA,4BAA4BC,EAAE,MAAM,CAAC;IAChD,QAAQA,EAAE,KAAK,CAAC;QAACA,EAAE,MAAM;QAAIA,EAAE,MAAM;QAAIA,EAAE,KAAK,CAACA,EAAE,KAAK,CAAC;YAACA,EAAE,MAAM;YAAIA,EAAE,MAAM;SAAG;KAAG,EAAE,OAAO;IAC7F,eAAeC,oBAAoB,QAAQ;IAC3C,MAAMD,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IAChD,cAAcA,CAAC,CAADA,OACP,CAAC;QAAC;QAAgB;QAAc;QAAiB;QAAe;QAAgB;KAAY,EAChG,OAAO,CAAC,aACR,OAAO;IACV,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,cAAcA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;IAC5C,gBAAgBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;IAC/C,WAAWA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAQ;QAAS;KAAS,EAAE,OAAO,CAAC,SAAS,OAAO;IACvE,cAAcA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAO;QAAU;KAAS,EAAE,OAAO,CAAC,OAAO,OAAO;IAExE,aAAaA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IAC9C,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACxC,WAAWA,EAAAA,KACH,CAAC;QAACA,EAAE,OAAO,CAAC;QAAUA,EAAE,OAAO,CAAC;QAAWA,EAAE,OAAO,CAAC;KAAU,EACpE,OAAO,CAAC,UACR,OAAO;IAEV,uBAAuBA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACxD,qBAAqBA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAC1D,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChE,4BAA4BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACzD,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACxD,uBAAuBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;AACtD"}
1
+ {"version":3,"file":"types/properties/annotation/zAnnotationHorizontalLine.js","sources":["../../../../../src/types/properties/annotation/zAnnotationHorizontalLine.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zValueDynamicFilter } from '../../dataSelector'\n\nexport const zAnnotationHorizontalLine = z.object({\n yValue: z.union([z.number(), z.string(), z.array(z.union([z.number(), z.string()]))]).nullish(),\n dynamicFilter: zValueDynamicFilter.optional(),\n text: z.string().or(z.array(z.string())).nullish(),\n textPosition: z\n .enum(['outsideStart', 'outsideEnd', 'outsideMiddle', 'insideStart', 'insideMiddle', 'insideEnd'])\n .default('insideEnd')\n .nullish(),\n textColor: z.string().default('#ffffff').nullish(),\n textFontSize: z.number().default(12).nullish(),\n textFontWeight: z.number().default(400).nullish(),\n textAlign: z.enum(['left', 'right', 'center']).default('right').nullish(),\n textBaseline: z.enum(['top', 'middle', 'bottom']).default('top').nullish(),\n\n lineVisible: z.boolean().default(true).nullish(),\n lineColor: z.string().default('#212121').nullish(),\n lineWidth: z.number().default(1).nullish(),\n lineStyle: z\n .union([z.literal('solid'), z.literal('dashed'), z.literal('dotted')])\n .default('dashed')\n .nullish(),\n\n textBackgroundVisible: z.boolean().default(true).nullish(),\n textBackgroundColor: z.string().default('#212121').nullish(),\n textBackgroundBorderColor: z.string().default('#212121').nullish(),\n textBackgroundBorderRadius: z.number().default(4).nullish(),\n textBackgroundBorderWidth: z.number().default(1).nullish(),\n textBackgroundPadding: z.number().default(2).nullish(),\n})\n"],"names":["zAnnotationHorizontalLine","z","zValueDynamicFilter"],"mappings":";;AAGO,MAAMA,4BAA4BC,EAAE,MAAM,CAAC;IAChD,QAAQA,EAAE,KAAK,CAAC;QAACA,EAAE,MAAM;QAAIA,EAAE,MAAM;QAAIA,EAAE,KAAK,CAACA,EAAE,KAAK,CAAC;YAACA,EAAE,MAAM;YAAIA,EAAE,MAAM;SAAG;KAAG,EAAE,OAAO;IAC7F,eAAeC,oBAAoB,QAAQ;IAC3C,MAAMD,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IAChD,cAAcA,CAAC,CAADA,OACP,CAAC;QAAC;QAAgB;QAAc;QAAiB;QAAe;QAAgB;KAAY,EAChG,OAAO,CAAC,aACR,OAAO;IACV,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,cAAcA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;IAC5C,gBAAgBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;IAC/C,WAAWA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAQ;QAAS;KAAS,EAAE,OAAO,CAAC,SAAS,OAAO;IACvE,cAAcA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAO;QAAU;KAAS,EAAE,OAAO,CAAC,OAAO,OAAO;IAExE,aAAaA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IAC9C,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACxC,WAAWA,EAAAA,KACH,CAAC;QAACA,EAAE,OAAO,CAAC;QAAUA,EAAE,OAAO,CAAC;QAAWA,EAAE,OAAO,CAAC;KAAU,EACpE,OAAO,CAAC,UACR,OAAO;IAEV,uBAAuBA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACxD,qBAAqBA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAC1D,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChE,4BAA4BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACzD,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACxD,uBAAuBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;AACtD"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/annotation/zAnnotationPoint.js","sources":["webpack://@visactor/vseed/./src/types/properties/annotation/zAnnotationPoint.ts"],"sourcesContent":["import { zChartDynamicFilter, zSelector, zSelectors } from '../../dataSelector'\nimport { z } from 'zod'\n\nexport const zAnnotationPoint = z.object({\n selector: z.union([zSelector, zSelectors]).nullish(),\n dynamicFilter: zChartDynamicFilter.optional(),\n text: z.string().or(z.array(z.string())).nullish(),\n textColor: z.string().default('#ffffff').nullish(),\n textFontSize: z.number().default(12).nullish(),\n textFontWeight: z.number().default(400).nullish(),\n textAlign: z.enum(['left', 'right', 'center']).default('center').nullish(),\n textBaseline: z.enum(['top', 'middle', 'bottom']).default('middle').nullish(),\n textBackgroundVisible: z.boolean().default(true).nullish(),\n textBackgroundColor: z.string().default('#212121').nullish(),\n textBackgroundBorderColor: z.string().nullish(),\n textBackgroundBorderWidth: z.number().default(1).nullish(),\n textBackgroundBorderRadius: z.number().default(4).nullish(),\n textBackgroundPadding: z.number().nullish(),\n\n offsetY: z.number().default(0).nullish(),\n offsetX: z.number().default(0).nullish(),\n})\n"],"names":["zAnnotationPoint","z","zSelector","zSelectors","zChartDynamicFilter"],"mappings":";;AAGO,MAAMA,mBAAmBC,EAAE,MAAM,CAAC;IACvC,UAAUA,EAAE,KAAK,CAAC;QAACC;QAAWC;KAAW,EAAE,OAAO;IAClD,eAAeC,oBAAoB,QAAQ;IAC3C,MAAMH,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IAChD,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,cAAcA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;IAC5C,gBAAgBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;IAC/C,WAAWA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAQ;QAAS;KAAS,EAAE,OAAO,CAAC,UAAU,OAAO;IACxE,cAAcA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAO;QAAU;KAAS,EAAE,OAAO,CAAC,UAAU,OAAO;IAC3E,uBAAuBA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACxD,qBAAqBA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAC1D,2BAA2BA,EAAE,MAAM,GAAG,OAAO;IAC7C,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACxD,4BAA4BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACzD,uBAAuBA,EAAE,MAAM,GAAG,OAAO;IAEzC,SAASA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACtC,SAASA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;AACxC"}
1
+ {"version":3,"file":"types/properties/annotation/zAnnotationPoint.js","sources":["../../../../../src/types/properties/annotation/zAnnotationPoint.ts"],"sourcesContent":["import { zChartDynamicFilter, zSelector, zSelectors } from '../../dataSelector'\nimport { z } from 'zod'\n\nexport const zAnnotationPoint = z.object({\n selector: z.union([zSelector, zSelectors]).nullish(),\n dynamicFilter: zChartDynamicFilter.optional(),\n text: z.string().or(z.array(z.string())).nullish(),\n textColor: z.string().default('#ffffff').nullish(),\n textFontSize: z.number().default(12).nullish(),\n textFontWeight: z.number().default(400).nullish(),\n textAlign: z.enum(['left', 'right', 'center']).default('center').nullish(),\n textBaseline: z.enum(['top', 'middle', 'bottom']).default('middle').nullish(),\n textBackgroundVisible: z.boolean().default(true).nullish(),\n textBackgroundColor: z.string().default('#212121').nullish(),\n textBackgroundBorderColor: z.string().nullish(),\n textBackgroundBorderWidth: z.number().default(1).nullish(),\n textBackgroundBorderRadius: z.number().default(4).nullish(),\n textBackgroundPadding: z.number().nullish(),\n\n offsetY: z.number().default(0).nullish(),\n offsetX: z.number().default(0).nullish(),\n})\n"],"names":["zAnnotationPoint","z","zSelector","zSelectors","zChartDynamicFilter"],"mappings":";;AAGO,MAAMA,mBAAmBC,EAAE,MAAM,CAAC;IACvC,UAAUA,EAAE,KAAK,CAAC;QAACC;QAAWC;KAAW,EAAE,OAAO;IAClD,eAAeC,oBAAoB,QAAQ;IAC3C,MAAMH,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IAChD,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,cAAcA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;IAC5C,gBAAgBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;IAC/C,WAAWA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAQ;QAAS;KAAS,EAAE,OAAO,CAAC,UAAU,OAAO;IACxE,cAAcA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAO;QAAU;KAAS,EAAE,OAAO,CAAC,UAAU,OAAO;IAC3E,uBAAuBA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACxD,qBAAqBA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAC1D,2BAA2BA,EAAE,MAAM,GAAG,OAAO;IAC7C,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACxD,4BAA4BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACzD,uBAAuBA,EAAE,MAAM,GAAG,OAAO;IAEzC,SAASA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACtC,SAASA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;AACxC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/annotation/zAnnotationVerticalLine.js","sources":["webpack://@visactor/vseed/./src/types/properties/annotation/zAnnotationVerticalLine.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zValueDynamicFilter } from '../../dataSelector'\n\nexport const zAnnotationVerticalLine = z.object({\n xValue: z.union([z.number(), z.string(), z.array(z.union([z.number(), z.string()]))]).nullish(),\n dynamicFilter: zValueDynamicFilter.optional(),\n text: z.string().or(z.array(z.string())).nullish(),\n textPosition: z\n .enum(['outsideStart', 'outsideEnd', 'outsideMiddle', 'insideStart', 'insideMiddle', 'insideEnd'])\n .default('insideEnd')\n .nullish(),\n textColor: z.string().default('#ffffff').nullish(),\n textFontSize: z.number().default(12).nullish(),\n textFontWeight: z.number().default(400).nullish(),\n textAlign: z.enum(['left', 'right', 'center']).default('right').nullish(),\n textBaseline: z.enum(['top', 'middle', 'bottom']).default('top').nullish(),\n\n textBackgroundVisible: z.boolean().default(true).nullish(),\n textBackgroundColor: z.string().default('#212121').nullish(),\n textBackgroundBorderColor: z.string().default('#212121').nullish(),\n textBackgroundBorderRadius: z.number().default(4).nullish(),\n textBackgroundBorderWidth: z.number().default(1).nullish(),\n textBackgroundPadding: z.number().default(2).nullish(),\n\n lineVisible: z.boolean().default(true).nullish(),\n lineColor: z.string().default('#212121').nullish(),\n lineWidth: z.number().default(1).nullish(),\n lineStyle: z\n .union([z.literal('solid'), z.literal('dashed'), z.literal('dotted')])\n .default('dashed')\n .nullish(),\n})\n"],"names":["zAnnotationVerticalLine","z","zValueDynamicFilter"],"mappings":";;AAGO,MAAMA,0BAA0BC,EAAE,MAAM,CAAC;IAC9C,QAAQA,EAAE,KAAK,CAAC;QAACA,EAAE,MAAM;QAAIA,EAAE,MAAM;QAAIA,EAAE,KAAK,CAACA,EAAE,KAAK,CAAC;YAACA,EAAE,MAAM;YAAIA,EAAE,MAAM;SAAG;KAAG,EAAE,OAAO;IAC7F,eAAeC,oBAAoB,QAAQ;IAC3C,MAAMD,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IAChD,cAAcA,CAAC,CAADA,OACP,CAAC;QAAC;QAAgB;QAAc;QAAiB;QAAe;QAAgB;KAAY,EAChG,OAAO,CAAC,aACR,OAAO;IACV,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,cAAcA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;IAC5C,gBAAgBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;IAC/C,WAAWA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAQ;QAAS;KAAS,EAAE,OAAO,CAAC,SAAS,OAAO;IACvE,cAAcA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAO;QAAU;KAAS,EAAE,OAAO,CAAC,OAAO,OAAO;IAExE,uBAAuBA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACxD,qBAAqBA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAC1D,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChE,4BAA4BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACzD,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACxD,uBAAuBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAEpD,aAAaA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IAC9C,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACxC,WAAWA,EAAAA,KACH,CAAC;QAACA,EAAE,OAAO,CAAC;QAAUA,EAAE,OAAO,CAAC;QAAWA,EAAE,OAAO,CAAC;KAAU,EACpE,OAAO,CAAC,UACR,OAAO;AACZ"}
1
+ {"version":3,"file":"types/properties/annotation/zAnnotationVerticalLine.js","sources":["../../../../../src/types/properties/annotation/zAnnotationVerticalLine.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zValueDynamicFilter } from '../../dataSelector'\n\nexport const zAnnotationVerticalLine = z.object({\n xValue: z.union([z.number(), z.string(), z.array(z.union([z.number(), z.string()]))]).nullish(),\n dynamicFilter: zValueDynamicFilter.optional(),\n text: z.string().or(z.array(z.string())).nullish(),\n textPosition: z\n .enum(['outsideStart', 'outsideEnd', 'outsideMiddle', 'insideStart', 'insideMiddle', 'insideEnd'])\n .default('insideEnd')\n .nullish(),\n textColor: z.string().default('#ffffff').nullish(),\n textFontSize: z.number().default(12).nullish(),\n textFontWeight: z.number().default(400).nullish(),\n textAlign: z.enum(['left', 'right', 'center']).default('right').nullish(),\n textBaseline: z.enum(['top', 'middle', 'bottom']).default('top').nullish(),\n\n textBackgroundVisible: z.boolean().default(true).nullish(),\n textBackgroundColor: z.string().default('#212121').nullish(),\n textBackgroundBorderColor: z.string().default('#212121').nullish(),\n textBackgroundBorderRadius: z.number().default(4).nullish(),\n textBackgroundBorderWidth: z.number().default(1).nullish(),\n textBackgroundPadding: z.number().default(2).nullish(),\n\n lineVisible: z.boolean().default(true).nullish(),\n lineColor: z.string().default('#212121').nullish(),\n lineWidth: z.number().default(1).nullish(),\n lineStyle: z\n .union([z.literal('solid'), z.literal('dashed'), z.literal('dotted')])\n .default('dashed')\n .nullish(),\n})\n"],"names":["zAnnotationVerticalLine","z","zValueDynamicFilter"],"mappings":";;AAGO,MAAMA,0BAA0BC,EAAE,MAAM,CAAC;IAC9C,QAAQA,EAAE,KAAK,CAAC;QAACA,EAAE,MAAM;QAAIA,EAAE,MAAM;QAAIA,EAAE,KAAK,CAACA,EAAE,KAAK,CAAC;YAACA,EAAE,MAAM;YAAIA,EAAE,MAAM;SAAG;KAAG,EAAE,OAAO;IAC7F,eAAeC,oBAAoB,QAAQ;IAC3C,MAAMD,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IAChD,cAAcA,CAAC,CAADA,OACP,CAAC;QAAC;QAAgB;QAAc;QAAiB;QAAe;QAAgB;KAAY,EAChG,OAAO,CAAC,aACR,OAAO;IACV,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,cAAcA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;IAC5C,gBAAgBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;IAC/C,WAAWA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAQ;QAAS;KAAS,EAAE,OAAO,CAAC,SAAS,OAAO;IACvE,cAAcA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAO;QAAU;KAAS,EAAE,OAAO,CAAC,OAAO,OAAO;IAExE,uBAAuBA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACxD,qBAAqBA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAC1D,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChE,4BAA4BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACzD,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACxD,uBAAuBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAEpD,aAAaA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IAC9C,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACxC,WAAWA,EAAAA,KACH,CAAC;QAACA,EAAE,OAAO,CAAC;QAAUA,EAAE,OAAO,CAAC;QAAWA,EAAE,OAAO,CAAC;KAAU,EACpE,OAAO,CAAC,UACR,OAAO;AACZ"}
@@ -1,2 +1 @@
1
- import { zBrush, zBrushConfig } from "./zBrush.js";
2
- export { zBrush, zBrushConfig };
1
+ export { zBrush, zBrushConfig } from "./zBrush.js";
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/brush/zBrush.js","sources":["webpack://@visactor/vseed/./src/types/properties/brush/zBrush.ts"],"sourcesContent":["import { z } from 'zod'\n\nconst zBrushStyleConfig = z.object({\n opacity: z.number().optional(),\n stroke: z.string().optional(),\n lineWidth: z.number().optional(),\n})\n\nexport const zBrushConfig = z.object({\n enable: z.boolean().optional().default(false),\n inBrushStyle: zBrushStyleConfig.optional(),\n outOfBrushStyle: zBrushStyleConfig.optional(),\n})\n\nexport type BrushConfig = z.infer<typeof zBrushConfig>\n\nexport const zBrush = z.object({\n enable: z.boolean().optional().default(false),\n brushType: z.enum(['x', 'y', 'rect', 'polygon']).optional().default('rect'),\n brushMode: z.enum(['single', 'multiple']).optional().default('single'),\n removeOnClick: z.boolean().optional().default(true),\n inBrushStyle: zBrushStyleConfig.optional(),\n outOfBrushStyle: zBrushStyleConfig.optional(),\n})\n"],"names":["zBrushStyleConfig","z","zBrushConfig","zBrush"],"mappings":";AAEA,MAAMA,oBAAoBC,EAAE,MAAM,CAAC;IACjC,SAASA,EAAE,MAAM,GAAG,QAAQ;IAC5B,QAAQA,EAAE,MAAM,GAAG,QAAQ;IAC3B,WAAWA,EAAE,MAAM,GAAG,QAAQ;AAChC;AAEO,MAAMC,eAAeD,EAAE,MAAM,CAAC;IACnC,QAAQA,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACvC,cAAcD,kBAAkB,QAAQ;IACxC,iBAAiBA,kBAAkB,QAAQ;AAC7C;AAIO,MAAMG,SAASF,EAAE,MAAM,CAAC;IAC7B,QAAQA,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACvC,WAAWA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAK;QAAK;QAAQ;KAAU,EAAE,QAAQ,GAAG,OAAO,CAAC;IACpE,WAAWA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAU;KAAW,EAAE,QAAQ,GAAG,OAAO,CAAC;IAC7D,eAAeA,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IAC9C,cAAcD,kBAAkB,QAAQ;IACxC,iBAAiBA,kBAAkB,QAAQ;AAC7C"}
1
+ {"version":3,"file":"types/properties/brush/zBrush.js","sources":["../../../../../src/types/properties/brush/zBrush.ts"],"sourcesContent":["import { z } from 'zod'\n\nconst zBrushStyleConfig = z.object({\n opacity: z.number().optional(),\n stroke: z.string().optional(),\n lineWidth: z.number().optional(),\n})\n\nexport const zBrushConfig = z.object({\n enable: z.boolean().optional().default(false),\n inBrushStyle: zBrushStyleConfig.optional(),\n outOfBrushStyle: zBrushStyleConfig.optional(),\n})\n\nexport type BrushConfig = z.infer<typeof zBrushConfig>\n\nexport const zBrush = z.object({\n enable: z.boolean().optional().default(false),\n brushType: z.enum(['x', 'y', 'rect', 'polygon']).optional().default('rect'),\n brushMode: z.enum(['single', 'multiple']).optional().default('single'),\n removeOnClick: z.boolean().optional().default(true),\n inBrushStyle: zBrushStyleConfig.optional(),\n outOfBrushStyle: zBrushStyleConfig.optional(),\n})\n"],"names":["zBrushStyleConfig","z","zBrushConfig","zBrush"],"mappings":";AAEA,MAAMA,oBAAoBC,EAAE,MAAM,CAAC;IACjC,SAASA,EAAE,MAAM,GAAG,QAAQ;IAC5B,QAAQA,EAAE,MAAM,GAAG,QAAQ;IAC3B,WAAWA,EAAE,MAAM,GAAG,QAAQ;AAChC;AAEO,MAAMC,eAAeD,EAAE,MAAM,CAAC;IACnC,QAAQA,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACvC,cAAcD,kBAAkB,QAAQ;IACxC,iBAAiBA,kBAAkB,QAAQ;AAC7C;AAIO,MAAMG,SAASF,EAAE,MAAM,CAAC;IAC7B,QAAQA,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACvC,WAAWA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAK;QAAK;QAAQ;KAAU,EAAE,QAAQ,GAAG,OAAO,CAAC;IACpE,WAAWA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAU;KAAW,EAAE,QAAQ,GAAG,OAAO,CAAC;IAC7D,eAAeA,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IAC9C,cAAcD,kBAAkB,QAAQ;IACxC,iBAAiBA,kBAAkB,QAAQ;AAC7C"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/cellStyle/bodyCellStyle.js","sources":["webpack://@visactor/vseed/./src/types/properties/cellStyle/bodyCellStyle.ts"],"sourcesContent":["import { z } from 'zod'\nimport type { FieldSelector, TableDynamicFilter } from '../../dataSelector'\nimport {\n zFieldSelector,\n zSelector,\n zSelectors,\n zTableDynamicFilter,\n type Selector,\n type Selectors,\n} from '../../dataSelector'\n\nexport type BodyCellStyle = {\n /**\n * 数据选择器\n * @description\n * 若配置selector, 提供数值 selector, 局部数据 selector, 条件维度 selector, 条件指标 selector 共四类数据匹配能力\n * 若未配置selector, 则样式全局生效.\n *\n * 注意: selector 和 dynamicFilter 不能同时使用,dynamicFilter 优先级更高\n *\n * @type {Selector | Selectors | FieldSelector}\n * @example 数值选择器\n * selector = \"tool\"\n * selector = [\"tool\", \"book\"]\n * selector = 100\n * selector = [100, 200]\n * @example 局部数据选择器\n * selector = { profit: 100 }\n * selector = [{ profit: 100 }, { profit: 200 }]\n * @example 条件维度选择器\n * selector = {\n * field: 'category',\n * operator: 'in',\n * value: 'tool'\n * }\n * selector = {\n * field: 'category',\n * operator: 'not in',\n * value: 'book'\n * }\n * @example 条件指标选择器\n * selector = {\n * field: 'profit',\n * operator: '>=',\n * value: 100\n * }\n * selector = {\n * field: 'profit',\n * operator: 'between'\n * value: [100, 300]\n * }\n * @example 字段列筛选\n * selector = {\n * field: 'category'\n * }\n * selector = {\n * field: ['category', 'profit']\n * }\n */\n selector?: Selector | Selectors | FieldSelector\n /**\n * 动态筛选器(代码驱动)\n * @description\n * 通过 AI 生成的 JavaScript 代码实现复杂数据筛选逻辑\n * 适用于 Top N、统计分析、复杂条件等静态 selector 难以表达的场景\n *\n * 核心能力:\n * - 支持任意复杂的数据筛选条件\n * - 使用 内置工具函数 进行数据操作\n * - 在浏览器环境中安全执行(Web Worker 沙箱)\n *\n * 环境要求: 仅支持浏览器环境,Node.js 环境将使用 fallback\n *\n * 注意: selector 和 dynamicFilter 不能同时使用,dynamicFilter 优先级更高\n *\n * @type {TableDynamicFilter}\n */\n dynamicFilter?: TableDynamicFilter\n /**\n * 单元格背景色\n */\n backgroundColor?: string\n /**\n * 是否开启背景色的色阶配置(color scale)\n */\n enableBackgroundColorScale?: boolean\n /**\n * 单元格背景色scale映射,优先级高于backgroundColor\n */\n backgroundColorScale?: {\n /** 最小值,不配置时默认为当前数据列中的最小值 */\n minValue?: number\n /** 最大值,不配置时默认为当前数据列中的最大值 */\n maxValue?: number\n /** 最小值对应的颜色 */\n minColor: string\n /** 最大值对应的颜色 */\n maxColor: string\n }\n /**\n * 是否开启背景数据条条(一个条形柱来显示当前单元格的大小)功能,默认不开启\n */\n enableProgressBar?: boolean\n /**\n * 当前单元格直为正数时的背景数据条颜色\n */\n barPositiveColor?: string\n /**\n * 数值为负数时的背景数据条条颜色\n */\n barNegativeColor?: string\n /**\n * 进度条最小值\n * @description 未配置时自动计算列的最小值\n */\n barMin?: number\n /**\n * 进度条最大值\n * @description 未配置时自动计算列的最大值\n */\n barMax?: number\n /** * 单元格文字颜色\n */\n textColor?: string\n /**\n * 单元格文字大小\n */\n textFontSize?: number\n /**\n * 单元格边框颜色\n */\n borderColor?: string\n /**\n * 单元格边框线宽\n */\n borderLineWidth?: number\n}\n\nexport const zBodyCellStyle = z.object({\n selector: z.union([zSelector, zSelectors, zFieldSelector]).nullish(),\n dynamicFilter: zTableDynamicFilter.nullish(),\n backgroundColor: z.string().nullish(),\n enableBackgroundColorScale: z.boolean().nullish(),\n backgroundColorScale: z\n .object({\n minValue: z.number().optional(),\n maxValue: z.number().optional(),\n minColor: z.string(),\n maxColor: z.string(),\n })\n .nullish(),\n textFontSize: z.number().nullish(),\n borderColor: z.string().nullish(),\n borderLineWidth: z.number().nullish(),\n enableProgressBar: z.boolean().nullish(),\n barMin: z.number().nullish(),\n barMax: z.number().nullish(),\n barPositiveColor: z.string().nullish(),\n barNegativeColor: z.string().nullish(),\n})\n"],"names":["zBodyCellStyle","z","zSelector","zSelectors","zFieldSelector","zTableDynamicFilter"],"mappings":";;AA0IO,MAAMA,iBAAiBC,EAAE,MAAM,CAAC;IACrC,UAAUA,EAAE,KAAK,CAAC;QAACC;QAAWC;QAAYC;KAAe,EAAE,OAAO;IAClE,eAAeC,oBAAoB,OAAO;IAC1C,iBAAiBJ,EAAE,MAAM,GAAG,OAAO;IACnC,4BAA4BA,EAAE,OAAO,GAAG,OAAO;IAC/C,sBAAsBA,EAAAA,MACb,CAAC;QACN,UAAUA,EAAE,MAAM,GAAG,QAAQ;QAC7B,UAAUA,EAAE,MAAM,GAAG,QAAQ;QAC7B,UAAUA,EAAE,MAAM;QAClB,UAAUA,EAAE,MAAM;IACpB,GACC,OAAO;IACV,cAAcA,EAAE,MAAM,GAAG,OAAO;IAChC,aAAaA,EAAE,MAAM,GAAG,OAAO;IAC/B,iBAAiBA,EAAE,MAAM,GAAG,OAAO;IACnC,mBAAmBA,EAAE,OAAO,GAAG,OAAO;IACtC,QAAQA,EAAE,MAAM,GAAG,OAAO;IAC1B,QAAQA,EAAE,MAAM,GAAG,OAAO;IAC1B,kBAAkBA,EAAE,MAAM,GAAG,OAAO;IACpC,kBAAkBA,EAAE,MAAM,GAAG,OAAO;AACtC"}
1
+ {"version":3,"file":"types/properties/cellStyle/bodyCellStyle.js","sources":["../../../../../src/types/properties/cellStyle/bodyCellStyle.ts"],"sourcesContent":["import { z } from 'zod'\nimport type { FieldSelector, TableDynamicFilter } from '../../dataSelector'\nimport {\n zFieldSelector,\n zSelector,\n zSelectors,\n zTableDynamicFilter,\n type Selector,\n type Selectors,\n} from '../../dataSelector'\n\nexport type BodyCellStyle = {\n /**\n * 数据选择器\n * @description\n * 若配置selector, 提供数值 selector, 局部数据 selector, 条件维度 selector, 条件指标 selector 共四类数据匹配能力\n * 若未配置selector, 则样式全局生效.\n *\n * 注意: selector 和 dynamicFilter 不能同时使用,dynamicFilter 优先级更高\n *\n * @type {Selector | Selectors | FieldSelector}\n * @example 数值选择器\n * selector = \"tool\"\n * selector = [\"tool\", \"book\"]\n * selector = 100\n * selector = [100, 200]\n * @example 局部数据选择器\n * selector = { profit: 100 }\n * selector = [{ profit: 100 }, { profit: 200 }]\n * @example 条件维度选择器\n * selector = {\n * field: 'category',\n * operator: 'in',\n * value: 'tool'\n * }\n * selector = {\n * field: 'category',\n * operator: 'not in',\n * value: 'book'\n * }\n * @example 条件指标选择器\n * selector = {\n * field: 'profit',\n * operator: '>=',\n * value: 100\n * }\n * selector = {\n * field: 'profit',\n * operator: 'between'\n * value: [100, 300]\n * }\n * @example 字段列筛选\n * selector = {\n * field: 'category'\n * }\n * selector = {\n * field: ['category', 'profit']\n * }\n */\n selector?: Selector | Selectors | FieldSelector\n /**\n * 动态筛选器(代码驱动)\n * @description\n * 通过 AI 生成的 JavaScript 代码实现复杂数据筛选逻辑\n * 适用于 Top N、统计分析、复杂条件等静态 selector 难以表达的场景\n *\n * 核心能力:\n * - 支持任意复杂的数据筛选条件\n * - 使用 内置工具函数 进行数据操作\n * - 在浏览器环境中安全执行(Web Worker 沙箱)\n *\n * 环境要求: 仅支持浏览器环境,Node.js 环境将使用 fallback\n *\n * 注意: selector 和 dynamicFilter 不能同时使用,dynamicFilter 优先级更高\n *\n * @type {TableDynamicFilter}\n */\n dynamicFilter?: TableDynamicFilter\n /**\n * 单元格背景色\n */\n backgroundColor?: string\n /**\n * 是否开启背景色的色阶配置(color scale)\n */\n enableBackgroundColorScale?: boolean\n /**\n * 单元格背景色scale映射,优先级高于backgroundColor\n */\n backgroundColorScale?: {\n /** 最小值,不配置时默认为当前数据列中的最小值 */\n minValue?: number\n /** 最大值,不配置时默认为当前数据列中的最大值 */\n maxValue?: number\n /** 最小值对应的颜色 */\n minColor: string\n /** 最大值对应的颜色 */\n maxColor: string\n }\n /**\n * 是否开启背景数据条条(一个条形柱来显示当前单元格的大小)功能,默认不开启\n */\n enableProgressBar?: boolean\n /**\n * 当前单元格直为正数时的背景数据条颜色\n */\n barPositiveColor?: string\n /**\n * 数值为负数时的背景数据条条颜色\n */\n barNegativeColor?: string\n /**\n * 进度条最小值\n * @description 未配置时自动计算列的最小值\n */\n barMin?: number\n /**\n * 进度条最大值\n * @description 未配置时自动计算列的最大值\n */\n barMax?: number\n /** * 单元格文字颜色\n */\n textColor?: string\n /**\n * 单元格文字大小\n */\n textFontSize?: number\n /**\n * 单元格边框颜色\n */\n borderColor?: string\n /**\n * 单元格边框线宽\n */\n borderLineWidth?: number\n}\n\nexport const zBodyCellStyle = z.object({\n selector: z.union([zSelector, zSelectors, zFieldSelector]).nullish(),\n dynamicFilter: zTableDynamicFilter.nullish(),\n backgroundColor: z.string().nullish(),\n enableBackgroundColorScale: z.boolean().nullish(),\n backgroundColorScale: z\n .object({\n minValue: z.number().optional(),\n maxValue: z.number().optional(),\n minColor: z.string(),\n maxColor: z.string(),\n })\n .nullish(),\n textFontSize: z.number().nullish(),\n borderColor: z.string().nullish(),\n borderLineWidth: z.number().nullish(),\n enableProgressBar: z.boolean().nullish(),\n barMin: z.number().nullish(),\n barMax: z.number().nullish(),\n barPositiveColor: z.string().nullish(),\n barNegativeColor: z.string().nullish(),\n})\n"],"names":["zBodyCellStyle","z","zSelector","zSelectors","zFieldSelector","zTableDynamicFilter"],"mappings":";;AA0IO,MAAMA,iBAAiBC,EAAE,MAAM,CAAC;IACrC,UAAUA,EAAE,KAAK,CAAC;QAACC;QAAWC;QAAYC;KAAe,EAAE,OAAO;IAClE,eAAeC,oBAAoB,OAAO;IAC1C,iBAAiBJ,EAAE,MAAM,GAAG,OAAO;IACnC,4BAA4BA,EAAE,OAAO,GAAG,OAAO;IAC/C,sBAAsBA,EAAAA,MACb,CAAC;QACN,UAAUA,EAAE,MAAM,GAAG,QAAQ;QAC7B,UAAUA,EAAE,MAAM,GAAG,QAAQ;QAC7B,UAAUA,EAAE,MAAM;QAClB,UAAUA,EAAE,MAAM;IACpB,GACC,OAAO;IACV,cAAcA,EAAE,MAAM,GAAG,OAAO;IAChC,aAAaA,EAAE,MAAM,GAAG,OAAO;IAC/B,iBAAiBA,EAAE,MAAM,GAAG,OAAO;IACnC,mBAAmBA,EAAE,OAAO,GAAG,OAAO;IACtC,QAAQA,EAAE,MAAM,GAAG,OAAO;IAC1B,QAAQA,EAAE,MAAM,GAAG,OAAO;IAC1B,kBAAkBA,EAAE,MAAM,GAAG,OAAO;IACpC,kBAAkBA,EAAE,MAAM,GAAG,OAAO;AACtC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/cellStyle/cellStyle.js","sources":["webpack://@visactor/vseed/./src/types/properties/cellStyle/cellStyle.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zBodyCellStyle } from './bodyCellStyle'\n\nexport const zCellStyle = z.object({\n bodyCellStyle: zBodyCellStyle.nullish(),\n})\n\nexport type CellStyle = z.infer<typeof zCellStyle>\n"],"names":["zCellStyle","z","zBodyCellStyle"],"mappings":";;AAGO,MAAMA,aAAaC,EAAE,MAAM,CAAC;IACjC,eAAeC,eAAe,OAAO;AACvC"}
1
+ {"version":3,"file":"types/properties/cellStyle/cellStyle.js","sources":["../../../../../src/types/properties/cellStyle/cellStyle.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zBodyCellStyle } from './bodyCellStyle'\n\nexport const zCellStyle = z.object({\n bodyCellStyle: zBodyCellStyle.nullish(),\n})\n\nexport type CellStyle = z.infer<typeof zCellStyle>\n"],"names":["zCellStyle","z","zBodyCellStyle"],"mappings":";;AAGO,MAAMA,aAAaC,EAAE,MAAM,CAAC;IACjC,eAAeC,eAAe,OAAO;AACvC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/chartType/chartType.js","sources":["webpack://@visactor/vseed/./src/types/properties/chartType/chartType.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport type ChartType =\n | 'table'\n | 'pivotTable'\n // cartesian\n | 'line'\n | 'column'\n | 'columnPercent'\n | 'columnParallel'\n | 'bar'\n | 'barPercent'\n | 'barParallel'\n | 'area'\n | 'areaPercent'\n | 'scatter'\n | 'dualAxis'\n // polar\n | 'rose'\n | 'roseParallel'\n | 'pie'\n | 'donut'\n | 'radar'\n // race\n | 'raceBar'\n | 'raceColumn'\n | 'raceScatter'\n | 'raceLine'\n | 'racePie'\n | 'raceDonut'\n // hierarchy\n | 'treeMap'\n | 'sunburst'\n | 'circlePacking'\n // other\n | 'heatmap'\n | 'funnel'\n | 'boxPlot'\n | 'histogram'\n\nexport const zChartType = z.enum([\n 'table',\n 'pivotTable',\n // cartesian\n 'line',\n 'column',\n 'columnPercent',\n 'columnParallel',\n 'bar',\n 'barPercent',\n 'barParallel',\n 'raceBar',\n 'area',\n 'areaPercent',\n 'scatter',\n 'dualAxis',\n // polar\n 'rose',\n 'roseParallel',\n 'pie',\n 'donut',\n 'radar',\n // race\n 'raceBar',\n 'raceColumn',\n 'raceScatter',\n 'raceLine',\n 'racePie',\n 'raceDonut',\n // hierarchy\n 'treeMap',\n 'sunburst',\n 'circlePacking',\n // other\n 'funnel',\n 'heatmap',\n 'boxPlot',\n 'histogram',\n])\n"],"names":["zChartType","z"],"mappings":";AAwCO,MAAMA,aAAaC,CAAC,CAADA,OAAM,CAAC;IAC/B;IACA;IAEA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IAEA;IACA;IACA;IACA;CACD"}
1
+ {"version":3,"file":"types/properties/chartType/chartType.js","sources":["../../../../../src/types/properties/chartType/chartType.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport type ChartType =\n | 'table'\n | 'pivotTable'\n // cartesian\n | 'line'\n | 'column'\n | 'columnPercent'\n | 'columnParallel'\n | 'bar'\n | 'barPercent'\n | 'barParallel'\n | 'area'\n | 'areaPercent'\n | 'scatter'\n | 'dualAxis'\n // polar\n | 'rose'\n | 'roseParallel'\n | 'pie'\n | 'donut'\n | 'radar'\n // race\n | 'raceBar'\n | 'raceColumn'\n | 'raceScatter'\n | 'raceLine'\n | 'racePie'\n | 'raceDonut'\n // hierarchy\n | 'treeMap'\n | 'sunburst'\n | 'circlePacking'\n // other\n | 'heatmap'\n | 'funnel'\n | 'boxPlot'\n | 'histogram'\n\nexport const zChartType = z.enum([\n 'table',\n 'pivotTable',\n // cartesian\n 'line',\n 'column',\n 'columnPercent',\n 'columnParallel',\n 'bar',\n 'barPercent',\n 'barParallel',\n 'raceBar',\n 'area',\n 'areaPercent',\n 'scatter',\n 'dualAxis',\n // polar\n 'rose',\n 'roseParallel',\n 'pie',\n 'donut',\n 'radar',\n // race\n 'raceBar',\n 'raceColumn',\n 'raceScatter',\n 'raceLine',\n 'racePie',\n 'raceDonut',\n // hierarchy\n 'treeMap',\n 'sunburst',\n 'circlePacking',\n // other\n 'funnel',\n 'heatmap',\n 'boxPlot',\n 'histogram',\n])\n"],"names":["zChartType","z"],"mappings":";AAwCO,MAAMA,aAAaC,CAAC,CAADA,OAAM,CAAC;IAC/B;IACA;IAEA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IAEA;IACA;IACA;IACA;CACD"}
@@ -1,2 +1 @@
1
- import { zChartType } from "./chartType.js";
2
- export { zChartType };
1
+ export { zChartType } from "./chartType.js";
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/annotation/zAnnotation.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/annotation/zAnnotation.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zAnnotationPoint } from '../../annotation/zAnnotationPoint'\nimport { zAnnotationHorizontalLine } from '../../annotation/zAnnotationHorizontalLine'\nimport { zAnnotationArea } from '../../annotation/zAnnotationArea'\n\nexport const zAnnotationPointConfig = zAnnotationPoint.omit({ selector: true, text: true }).partial()\n\n// Use pick to explicitly list fields we want to expose in config variants.\nexport const zAnnotationHorizontalLineConfig = zAnnotationHorizontalLine\n .pick({\n // only pick fields that exist on the runtime schema\n lineColor: true,\n lineWidth: true,\n lineVisible: true,\n lineStyle: true,\n\n textBackgroundVisible: true,\n textColor: true,\n textFontSize: true,\n textFontWeight: true,\n textBackgroundColor: true,\n textBackgroundBorderColor: true,\n textBackgroundBorderWidth: true,\n textBackgroundBorderRadius: true,\n textBackgroundPadding: true,\n })\n // extend with additional config-only fields that runtime schema doesn't include\n .extend({\n endSymbolVisible: z.boolean().nullish(),\n endSymbolType: z.string().nullish(),\n endSymbolSize: z.number().nullish(),\n\n startSymbolVisible: z.boolean().nullish(),\n startSymbolType: z.string().nullish(),\n startSymbolSize: z.number().nullish(),\n })\n .partial()\n\nexport const zAnnotationVerticalLineConfig = zAnnotationHorizontalLineConfig.clone()\n\nexport const zAnnotationAreaConfig = zAnnotationArea\n .pick({\n textColor: true,\n textFontSize: true,\n textFontWeight: true,\n\n textBackgroundVisible: true,\n textBackgroundColor: true,\n textBackgroundBorderColor: true,\n textBackgroundBorderWidth: true,\n textBackgroundBorderRadius: true,\n textBackgroundPadding: true,\n\n areaColor: true,\n areaColorOpacity: true,\n areaBorderColor: true,\n areaBorderWidth: true,\n areaBorderRadius: true,\n areaLineDash: true,\n\n outerPadding: true,\n })\n .partial()\n\nexport const zAnnotationConfig = z.object({\n annotationPoint: zAnnotationPointConfig.nullish(),\n annotationHorizontalLine: zAnnotationHorizontalLineConfig.nullish(),\n annotationVerticalLine: zAnnotationVerticalLineConfig.nullish(),\n annotationArea: zAnnotationAreaConfig.nullish(),\n})\n"],"names":["zAnnotationPointConfig","zAnnotationPoint","zAnnotationHorizontalLineConfig","zAnnotationHorizontalLine","z","zAnnotationVerticalLineConfig","zAnnotationAreaConfig","zAnnotationArea","zAnnotationConfig"],"mappings":";;;;AAKO,MAAMA,yBAAyBC,iBAAiB,IAAI,CAAC;IAAE,UAAU;IAAM,MAAM;AAAK,GAAG,OAAO;AAG5F,MAAMC,kCAAkCC,0BAAAA,IACxC,CAAC;IAEJ,WAAW;IACX,WAAW;IACX,aAAa;IACb,WAAW;IAEX,uBAAuB;IACvB,WAAW;IACX,cAAc;IACd,gBAAgB;IAChB,qBAAqB;IACrB,2BAA2B;IAC3B,2BAA2B;IAC3B,4BAA4B;IAC5B,uBAAuB;AACzB,GAEC,MAAM,CAAC;IACN,kBAAkBC,EAAE,OAAO,GAAG,OAAO;IACrC,eAAeA,EAAE,MAAM,GAAG,OAAO;IACjC,eAAeA,EAAE,MAAM,GAAG,OAAO;IAEjC,oBAAoBA,EAAE,OAAO,GAAG,OAAO;IACvC,iBAAiBA,EAAE,MAAM,GAAG,OAAO;IACnC,iBAAiBA,EAAE,MAAM,GAAG,OAAO;AACrC,GACC,OAAO;AAEH,MAAMC,gCAAgCH,gCAAgC,KAAK;AAE3E,MAAMI,wBAAwBC,gBAAAA,IAC9B,CAAC;IACJ,WAAW;IACX,cAAc;IACd,gBAAgB;IAEhB,uBAAuB;IACvB,qBAAqB;IACrB,2BAA2B;IAC3B,2BAA2B;IAC3B,4BAA4B;IAC5B,uBAAuB;IAEvB,WAAW;IACX,kBAAkB;IAClB,iBAAiB;IACjB,iBAAiB;IACjB,kBAAkB;IAClB,cAAc;IAEd,cAAc;AAChB,GACC,OAAO;AAEH,MAAMC,oBAAoBJ,EAAE,MAAM,CAAC;IACxC,iBAAiBJ,uBAAuB,OAAO;IAC/C,0BAA0BE,gCAAgC,OAAO;IACjE,wBAAwBG,8BAA8B,OAAO;IAC7D,gBAAgBC,sBAAsB,OAAO;AAC/C"}
1
+ {"version":3,"file":"types/properties/config/annotation/zAnnotation.js","sources":["../../../../../../src/types/properties/config/annotation/zAnnotation.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zAnnotationPoint } from '../../annotation/zAnnotationPoint'\nimport { zAnnotationHorizontalLine } from '../../annotation/zAnnotationHorizontalLine'\nimport { zAnnotationArea } from '../../annotation/zAnnotationArea'\n\nexport const zAnnotationPointConfig = zAnnotationPoint.omit({ selector: true, text: true }).partial()\n\n// Use pick to explicitly list fields we want to expose in config variants.\nexport const zAnnotationHorizontalLineConfig = zAnnotationHorizontalLine\n .pick({\n // only pick fields that exist on the runtime schema\n lineColor: true,\n lineWidth: true,\n lineVisible: true,\n lineStyle: true,\n\n textBackgroundVisible: true,\n textColor: true,\n textFontSize: true,\n textFontWeight: true,\n textBackgroundColor: true,\n textBackgroundBorderColor: true,\n textBackgroundBorderWidth: true,\n textBackgroundBorderRadius: true,\n textBackgroundPadding: true,\n })\n // extend with additional config-only fields that runtime schema doesn't include\n .extend({\n endSymbolVisible: z.boolean().nullish(),\n endSymbolType: z.string().nullish(),\n endSymbolSize: z.number().nullish(),\n\n startSymbolVisible: z.boolean().nullish(),\n startSymbolType: z.string().nullish(),\n startSymbolSize: z.number().nullish(),\n })\n .partial()\n\nexport const zAnnotationVerticalLineConfig = zAnnotationHorizontalLineConfig.clone()\n\nexport const zAnnotationAreaConfig = zAnnotationArea\n .pick({\n textColor: true,\n textFontSize: true,\n textFontWeight: true,\n\n textBackgroundVisible: true,\n textBackgroundColor: true,\n textBackgroundBorderColor: true,\n textBackgroundBorderWidth: true,\n textBackgroundBorderRadius: true,\n textBackgroundPadding: true,\n\n areaColor: true,\n areaColorOpacity: true,\n areaBorderColor: true,\n areaBorderWidth: true,\n areaBorderRadius: true,\n areaLineDash: true,\n\n outerPadding: true,\n })\n .partial()\n\nexport const zAnnotationConfig = z.object({\n annotationPoint: zAnnotationPointConfig.nullish(),\n annotationHorizontalLine: zAnnotationHorizontalLineConfig.nullish(),\n annotationVerticalLine: zAnnotationVerticalLineConfig.nullish(),\n annotationArea: zAnnotationAreaConfig.nullish(),\n})\n"],"names":["zAnnotationPointConfig","zAnnotationPoint","zAnnotationHorizontalLineConfig","zAnnotationHorizontalLine","z","zAnnotationVerticalLineConfig","zAnnotationAreaConfig","zAnnotationArea","zAnnotationConfig"],"mappings":";;;;AAKO,MAAMA,yBAAyBC,iBAAiB,IAAI,CAAC;IAAE,UAAU;IAAM,MAAM;AAAK,GAAG,OAAO;AAG5F,MAAMC,kCAAkCC,0BAAAA,IACxC,CAAC;IAEJ,WAAW;IACX,WAAW;IACX,aAAa;IACb,WAAW;IAEX,uBAAuB;IACvB,WAAW;IACX,cAAc;IACd,gBAAgB;IAChB,qBAAqB;IACrB,2BAA2B;IAC3B,2BAA2B;IAC3B,4BAA4B;IAC5B,uBAAuB;AACzB,GAEC,MAAM,CAAC;IACN,kBAAkBC,EAAE,OAAO,GAAG,OAAO;IACrC,eAAeA,EAAE,MAAM,GAAG,OAAO;IACjC,eAAeA,EAAE,MAAM,GAAG,OAAO;IAEjC,oBAAoBA,EAAE,OAAO,GAAG,OAAO;IACvC,iBAAiBA,EAAE,MAAM,GAAG,OAAO;IACnC,iBAAiBA,EAAE,MAAM,GAAG,OAAO;AACrC,GACC,OAAO;AAEH,MAAMC,gCAAgCH,gCAAgC,KAAK;AAE3E,MAAMI,wBAAwBC,gBAAAA,IAC9B,CAAC;IACJ,WAAW;IACX,cAAc;IACd,gBAAgB;IAEhB,uBAAuB;IACvB,qBAAqB;IACrB,2BAA2B;IAC3B,2BAA2B;IAC3B,4BAA4B;IAC5B,uBAAuB;IAEvB,WAAW;IACX,kBAAkB;IAClB,iBAAiB;IACjB,iBAAiB;IACjB,kBAAkB;IAClB,cAAc;IAEd,cAAc;AAChB,GACC,OAAO;AAEH,MAAMC,oBAAoBJ,EAAE,MAAM,CAAC;IACxC,iBAAiBJ,uBAAuB,OAAO;IAC/C,0BAA0BE,gCAAgC,OAAO;IACjE,wBAAwBG,8BAA8B,OAAO;IAC7D,gBAAgBC,sBAAsB,OAAO;AAC/C"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/area.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/area.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zXBandAxis, zYLinearAxis } from './axes'\nimport { zCrosshairLine } from './crosshair'\nimport { zBackgroundColor } from './backgroundColor/backgroundColor'\nimport { zColor } from './color/color'\nimport { zLabel } from './label'\nimport { zLegend } from './legend/legend'\nimport { zTooltip } from './tooltip/tooltip'\nimport { zAnnotationConfig } from './annotation/zAnnotation'\nimport { zPivotChartGridConfig } from './pivotGrid'\nimport { zDimensionLinkage } from './dimensionLinkage/dimensionLinkage'\n\nimport { zBrushConfig } from '../brush/zBrush'\n\nexport const zAreaConfig = z.object({\n backgroundColor: zBackgroundColor.nullish(),\n label: zLabel.nullish(),\n color: zColor.nullish(),\n tooltip: zTooltip.nullish(),\n legend: zLegend.nullish(),\n\n xAxis: zXBandAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n crosshairLine: zCrosshairLine.nullish(),\n pivotGrid: zPivotChartGridConfig.nullish(),\n annotation: zAnnotationConfig.nullish(),\n\n dimensionLinkage: zDimensionLinkage.nullish(),\n\n brush: zBrushConfig.nullish(),\n})\nexport const zAreaPercentConfig = zAreaConfig\n\nexport type AreaConfig = z.infer<typeof zAreaConfig>\nexport type AreaPercentConfig = z.infer<typeof zAreaPercentConfig>\n"],"names":["zAreaConfig","z","zBackgroundColor","zLabel","zColor","zTooltip","zLegend","zXBandAxis","zYLinearAxis","zCrosshairLine","zPivotChartGridConfig","zAnnotationConfig","zDimensionLinkage","zBrushConfig","zAreaPercentConfig"],"mappings":";;;;;;;;;;;;AAcO,MAAMA,cAAcC,EAAE,MAAM,CAAC;IAClC,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,SAASC,SAAS,OAAO;IACzB,QAAQC,QAAQ,OAAO;IAEvB,OAAOC,WAAW,OAAO;IACzB,OAAOC,aAAa,OAAO;IAC3B,eAAeC,eAAe,OAAO;IACrC,WAAWC,sBAAsB,OAAO;IACxC,YAAYC,kBAAkB,OAAO;IAErC,kBAAkBC,kBAAkB,OAAO;IAE3C,OAAOC,aAAa,OAAO;AAC7B;AACO,MAAMC,qBAAqBd"}
1
+ {"version":3,"file":"types/properties/config/area.js","sources":["../../../../../src/types/properties/config/area.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zXBandAxis, zYLinearAxis } from './axes'\nimport { zCrosshairLine } from './crosshair'\nimport { zBackgroundColor } from './backgroundColor/backgroundColor'\nimport { zColor } from './color/color'\nimport { zLabel } from './label'\nimport { zLegend } from './legend/legend'\nimport { zTooltip } from './tooltip/tooltip'\nimport { zAnnotationConfig } from './annotation/zAnnotation'\nimport { zPivotChartGridConfig } from './pivotGrid'\nimport { zDimensionLinkage } from './dimensionLinkage/dimensionLinkage'\n\nimport { zBrushConfig } from '../brush/zBrush'\n\nexport const zAreaConfig = z.object({\n backgroundColor: zBackgroundColor.nullish(),\n label: zLabel.nullish(),\n color: zColor.nullish(),\n tooltip: zTooltip.nullish(),\n legend: zLegend.nullish(),\n\n xAxis: zXBandAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n crosshairLine: zCrosshairLine.nullish(),\n pivotGrid: zPivotChartGridConfig.nullish(),\n annotation: zAnnotationConfig.nullish(),\n\n dimensionLinkage: zDimensionLinkage.nullish(),\n\n brush: zBrushConfig.nullish(),\n})\nexport const zAreaPercentConfig = zAreaConfig\n\nexport type AreaConfig = z.infer<typeof zAreaConfig>\nexport type AreaPercentConfig = z.infer<typeof zAreaPercentConfig>\n"],"names":["zAreaConfig","z","zBackgroundColor","zLabel","zColor","zTooltip","zLegend","zXBandAxis","zYLinearAxis","zCrosshairLine","zPivotChartGridConfig","zAnnotationConfig","zDimensionLinkage","zBrushConfig","zAreaPercentConfig"],"mappings":";;;;;;;;;;;;AAcO,MAAMA,cAAcC,EAAE,MAAM,CAAC;IAClC,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,SAASC,SAAS,OAAO;IACzB,QAAQC,QAAQ,OAAO;IAEvB,OAAOC,WAAW,OAAO;IACzB,OAAOC,aAAa,OAAO;IAC3B,eAAeC,eAAe,OAAO;IACrC,WAAWC,sBAAsB,OAAO;IACxC,YAAYC,kBAAkB,OAAO;IAErC,kBAAkBC,kBAAkB,OAAO;IAE3C,OAAOC,aAAa,OAAO;AAC7B;AACO,MAAMC,qBAAqBd"}