@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":"theme/light/pie.js","sources":["webpack://@visactor/vseed/./src/theme/light/pie.ts"],"sourcesContent":["import {\n getLightColor,\n getLightLabel,\n getLightLegend,\n getLightBrushConfig,\n getLightPivotChartGridConfig,\n} from '../common'\nimport { getLightTooltip } from '../common/tooltip'\n\nexport const getPieTheme = () => {\n const baseConfig = {\n backgroundColor: 'transparent',\n color: getLightColor(),\n label: getLightLabel(),\n legend: getLightLegend(),\n tooltip: getLightTooltip(),\n brush: getLightBrushConfig(),\n }\n\n return {\n ...baseConfig,\n label: {\n ...baseConfig.label,\n showValuePercent: true,\n labelLayout: 'arc' as const,\n showDimension: true,\n },\n\n pivotGrid: getLightPivotChartGridConfig(),\n }\n}\n\nexport const getDonutTheme = () => {\n return getPieTheme()\n}\n"],"names":["getPieTheme","baseConfig","getLightColor","getLightLabel","getLightLegend","getLightTooltip","getLightBrushConfig","getLightPivotChartGridConfig","getDonutTheme"],"mappings":";;AASO,MAAMA,cAAc;IACzB,MAAMC,aAAa;QACjB,iBAAiB;QACjB,OAAOC;QACP,OAAOC;QACP,QAAQC;QACR,SAASC;QACT,OAAOC;IACT;IAEA,OAAO;QACL,GAAGL,UAAU;QACb,OAAO;YACL,GAAGA,WAAW,KAAK;YACnB,kBAAkB;YAClB,aAAa;YACb,eAAe;QACjB;QAEA,WAAWM;IACb;AACF;AAEO,MAAMC,gBAAgB,IACpBR"}
1
+ {"version":3,"file":"theme/light/pie.js","sources":["../../../../src/theme/light/pie.ts"],"sourcesContent":["import {\n getLightColor,\n getLightLabel,\n getLightLegend,\n getLightBrushConfig,\n getLightPivotChartGridConfig,\n} from '../common'\nimport { getLightTooltip } from '../common/tooltip'\n\nexport const getPieTheme = () => {\n const baseConfig = {\n backgroundColor: 'transparent',\n color: getLightColor(),\n label: getLightLabel(),\n legend: getLightLegend(),\n tooltip: getLightTooltip(),\n brush: getLightBrushConfig(),\n }\n\n return {\n ...baseConfig,\n label: {\n ...baseConfig.label,\n showValuePercent: true,\n labelLayout: 'arc' as const,\n showDimension: true,\n },\n\n pivotGrid: getLightPivotChartGridConfig(),\n }\n}\n\nexport const getDonutTheme = () => {\n return getPieTheme()\n}\n"],"names":["getPieTheme","baseConfig","getLightColor","getLightLabel","getLightLegend","getLightTooltip","getLightBrushConfig","getLightPivotChartGridConfig","getDonutTheme"],"mappings":";;AASO,MAAMA,cAAc;IACzB,MAAMC,aAAa;QACjB,iBAAiB;QACjB,OAAOC;QACP,OAAOC;QACP,QAAQC;QACR,SAASC;QACT,OAAOC;IACT;IAEA,OAAO;QACL,GAAGL,UAAU;QACb,OAAO;YACL,GAAGA,WAAW,KAAK;YACnB,kBAAkB;YAClB,aAAa;YACb,eAAe;QACjB;QAEA,WAAWM;IACb;AACF;AAEO,MAAMC,gBAAgB,IACpBR"}
@@ -1 +1 @@
1
- {"version":3,"file":"theme/light/race.js","sources":["webpack://@visactor/vseed/./src/theme/light/race.ts"],"sourcesContent":["import type { Player, YBandAxis } from 'src/types'\nimport {\n getLightColor,\n getLightLabel,\n getLightLegend,\n getLightBrushConfig,\n getLightPivotChartGridConfig,\n getLightCrosshairRect,\n getLightCrosshairLine,\n getLightPlayer,\n} from '../common'\nimport { getLightTooltip } from '../common/tooltip'\nimport { getLightAnnotation } from '../common/annotaion'\nimport { getLightBandAxis, getLightLinearAxis } from '../common/axes'\nimport { getLightRegressionLine } from '../common/regressionLine'\n\nexport const getRaceBarTheme = () => {\n const linearAxis = getLightLinearAxis()\n const bandAxis = getLightBandAxis()\n const barBandAxis: YBandAxis = {\n ...bandAxis,\n labelAutoHide: false,\n labelAutoHideGap: 1,\n labelAutoLimit: false,\n labelAutoLimitLength: undefined,\n labelAutoRotate: false,\n labelAutoRotateAngleRange: [0, -45, -90],\n }\n const crosshairRect = getLightCrosshairRect()\n const player = getLightPlayer() as Player\n\n const baseConfig = {\n backgroundColor: 'transparent',\n color: getLightColor(),\n label: getLightLabel(),\n legend: getLightLegend(),\n tooltip: getLightTooltip(),\n brush: getLightBrushConfig(),\n }\n\n return {\n ...baseConfig,\n legend: {\n ...baseConfig.legend,\n enable: false,\n },\n xAxis: {\n ...linearAxis,\n animation: {\n duration: player.interval,\n easing: 'linear',\n },\n nice: false,\n },\n yAxis: {\n ...barBandAxis,\n animation: {\n duration: player.interval ? player.interval * 0.6 : undefined,\n easing: 'cubicInOut',\n },\n },\n crosshairRect,\n player,\n\n stackCornerRadius: [0, 4, 4, 0],\n pivotGrid: getLightPivotChartGridConfig(),\n annotation: getLightAnnotation(),\n }\n}\n\nexport const getRaceColumnTheme = () => {\n const linearAxis = getLightLinearAxis()\n const bandAxis = getLightBandAxis()\n const crosshairRect = getLightCrosshairRect()\n const player = getLightPlayer() as Player\n\n const baseConfig = {\n backgroundColor: 'transparent',\n color: getLightColor(),\n label: getLightLabel(),\n legend: getLightLegend(),\n tooltip: getLightTooltip(),\n brush: getLightBrushConfig(),\n }\n\n return {\n ...baseConfig,\n legend: {\n ...baseConfig.legend,\n enable: false,\n },\n xAxis: {\n ...bandAxis,\n animation: {\n duration: player.interval ? player.interval * 0.6 : undefined,\n easing: 'cubicInOut',\n },\n },\n yAxis: {\n ...linearAxis,\n animation: {\n duration: player.interval,\n easing: 'linear',\n },\n nice: false,\n },\n crosshairRect,\n player,\n\n stackCornerRadius: [4, 4, 0, 0],\n pivotGrid: getLightPivotChartGridConfig(),\n annotation: getLightAnnotation(),\n\n regressionLine: getLightRegressionLine(),\n }\n}\n\nexport const getRaceScatterTheme = () => {\n const linearAxis = getLightLinearAxis()\n const crosshairLine = getLightCrosshairLine()\n const player = getLightPlayer() as Player\n\n const baseConfig = {\n backgroundColor: 'transparent',\n color: getLightColor(),\n label: getLightLabel(),\n legend: getLightLegend(),\n tooltip: getLightTooltip(),\n brush: getLightBrushConfig(),\n }\n\n return {\n ...baseConfig,\n legend: {\n ...baseConfig.legend,\n enable: false,\n },\n crosshairLine,\n sizeRange: [8, 24],\n xAxis: {\n ...linearAxis,\n max: true,\n animation: {\n duration: player.interval ? player.interval * 0.6 : undefined,\n easing: 'cubicInOut',\n },\n line: {\n ...linearAxis.line,\n visible: true,\n },\n },\n yAxis: {\n ...linearAxis,\n max: true,\n animation: {\n duration: player.interval ? player.interval * 0.6 : undefined,\n easing: 'cubicInOut',\n },\n line: {\n ...linearAxis.line,\n visible: true,\n },\n },\n label: {\n ...baseConfig.label,\n showValue: false,\n showValuePercent: false,\n },\n player,\n\n pivotGrid: getLightPivotChartGridConfig(),\n annotation: getLightAnnotation(),\n\n regressionLine: getLightRegressionLine(),\n }\n}\n"],"names":["getRaceBarTheme","linearAxis","getLightLinearAxis","bandAxis","getLightBandAxis","barBandAxis","undefined","crosshairRect","getLightCrosshairRect","player","getLightPlayer","baseConfig","getLightColor","getLightLabel","getLightLegend","getLightTooltip","getLightBrushConfig","getLightPivotChartGridConfig","getLightAnnotation","getRaceColumnTheme","getLightRegressionLine","getRaceScatterTheme","crosshairLine","getLightCrosshairLine"],"mappings":";;;;;AAgBO,MAAMA,kBAAkB;IAC7B,MAAMC,aAAaC;IACnB,MAAMC,WAAWC;IACjB,MAAMC,cAAyB;QAC7B,GAAGF,QAAQ;QACX,eAAe;QACf,kBAAkB;QAClB,gBAAgB;QAChB,sBAAsBG;QACtB,iBAAiB;QACjB,2BAA2B;YAAC;YAAG;YAAK;SAAI;IAC1C;IACA,MAAMC,gBAAgBC;IACtB,MAAMC,SAASC;IAEf,MAAMC,aAAa;QACjB,iBAAiB;QACjB,OAAOC;QACP,OAAOC;QACP,QAAQC;QACR,SAASC;QACT,OAAOC;IACT;IAEA,OAAO;QACL,GAAGL,UAAU;QACb,QAAQ;YACN,GAAGA,WAAW,MAAM;YACpB,QAAQ;QACV;QACA,OAAO;YACL,GAAGV,UAAU;YACb,WAAW;gBACT,UAAUQ,OAAO,QAAQ;gBACzB,QAAQ;YACV;YACA,MAAM;QACR;QACA,OAAO;YACL,GAAGJ,WAAW;YACd,WAAW;gBACT,UAAUI,OAAO,QAAQ,GAAGA,AAAkB,MAAlBA,OAAO,QAAQ,GAASH;gBACpD,QAAQ;YACV;QACF;QACAC;QACAE;QAEA,mBAAmB;YAAC;YAAG;YAAG;YAAG;SAAE;QAC/B,WAAWQ;QACX,YAAYC;IACd;AACF;AAEO,MAAMC,qBAAqB;IAChC,MAAMlB,aAAaC;IACnB,MAAMC,WAAWC;IACjB,MAAMG,gBAAgBC;IACtB,MAAMC,SAASC;IAEf,MAAMC,aAAa;QACjB,iBAAiB;QACjB,OAAOC;QACP,OAAOC;QACP,QAAQC;QACR,SAASC;QACT,OAAOC;IACT;IAEA,OAAO;QACL,GAAGL,UAAU;QACb,QAAQ;YACN,GAAGA,WAAW,MAAM;YACpB,QAAQ;QACV;QACA,OAAO;YACL,GAAGR,QAAQ;YACX,WAAW;gBACT,UAAUM,OAAO,QAAQ,GAAGA,AAAkB,MAAlBA,OAAO,QAAQ,GAASH;gBACpD,QAAQ;YACV;QACF;QACA,OAAO;YACL,GAAGL,UAAU;YACb,WAAW;gBACT,UAAUQ,OAAO,QAAQ;gBACzB,QAAQ;YACV;YACA,MAAM;QACR;QACAF;QACAE;QAEA,mBAAmB;YAAC;YAAG;YAAG;YAAG;SAAE;QAC/B,WAAWQ;QACX,YAAYC;QAEZ,gBAAgBE;IAClB;AACF;AAEO,MAAMC,sBAAsB;IACjC,MAAMpB,aAAaC;IACnB,MAAMoB,gBAAgBC;IACtB,MAAMd,SAASC;IAEf,MAAMC,aAAa;QACjB,iBAAiB;QACjB,OAAOC;QACP,OAAOC;QACP,QAAQC;QACR,SAASC;QACT,OAAOC;IACT;IAEA,OAAO;QACL,GAAGL,UAAU;QACb,QAAQ;YACN,GAAGA,WAAW,MAAM;YACpB,QAAQ;QACV;QACAW;QACA,WAAW;YAAC;YAAG;SAAG;QAClB,OAAO;YACL,GAAGrB,UAAU;YACb,KAAK;YACL,WAAW;gBACT,UAAUQ,OAAO,QAAQ,GAAGA,AAAkB,MAAlBA,OAAO,QAAQ,GAASH;gBACpD,QAAQ;YACV;YACA,MAAM;gBACJ,GAAGL,WAAW,IAAI;gBAClB,SAAS;YACX;QACF;QACA,OAAO;YACL,GAAGA,UAAU;YACb,KAAK;YACL,WAAW;gBACT,UAAUQ,OAAO,QAAQ,GAAGA,AAAkB,MAAlBA,OAAO,QAAQ,GAASH;gBACpD,QAAQ;YACV;YACA,MAAM;gBACJ,GAAGL,WAAW,IAAI;gBAClB,SAAS;YACX;QACF;QACA,OAAO;YACL,GAAGU,WAAW,KAAK;YACnB,WAAW;YACX,kBAAkB;QACpB;QACAF;QAEA,WAAWQ;QACX,YAAYC;QAEZ,gBAAgBE;IAClB;AACF"}
1
+ {"version":3,"file":"theme/light/race.js","sources":["../../../../src/theme/light/race.ts"],"sourcesContent":["import type { Player, YBandAxis } from 'src/types'\nimport {\n getLightColor,\n getLightLabel,\n getLightLegend,\n getLightBrushConfig,\n getLightPivotChartGridConfig,\n getLightCrosshairRect,\n getLightCrosshairLine,\n getLightPlayer,\n} from '../common'\nimport { getLightTooltip } from '../common/tooltip'\nimport { getLightAnnotation } from '../common/annotaion'\nimport { getLightBandAxis, getLightLinearAxis } from '../common/axes'\nimport { getLightRegressionLine } from '../common/regressionLine'\n\nexport const getRaceBarTheme = () => {\n const linearAxis = getLightLinearAxis()\n const bandAxis = getLightBandAxis()\n const barBandAxis: YBandAxis = {\n ...bandAxis,\n labelAutoHide: false,\n labelAutoHideGap: 1,\n labelAutoLimit: false,\n labelAutoLimitLength: undefined,\n labelAutoRotate: false,\n labelAutoRotateAngleRange: [0, -45, -90],\n }\n const crosshairRect = getLightCrosshairRect()\n const player = getLightPlayer() as Player\n\n const baseConfig = {\n backgroundColor: 'transparent',\n color: getLightColor(),\n label: getLightLabel(),\n legend: getLightLegend(),\n tooltip: getLightTooltip(),\n brush: getLightBrushConfig(),\n }\n\n return {\n ...baseConfig,\n legend: {\n ...baseConfig.legend,\n enable: false,\n },\n xAxis: {\n ...linearAxis,\n animation: {\n duration: player.interval,\n easing: 'linear',\n },\n nice: false,\n },\n yAxis: {\n ...barBandAxis,\n animation: {\n duration: player.interval ? player.interval * 0.6 : undefined,\n easing: 'cubicInOut',\n },\n },\n crosshairRect,\n player,\n\n stackCornerRadius: [0, 4, 4, 0],\n pivotGrid: getLightPivotChartGridConfig(),\n annotation: getLightAnnotation(),\n }\n}\n\nexport const getRaceColumnTheme = () => {\n const linearAxis = getLightLinearAxis()\n const bandAxis = getLightBandAxis()\n const crosshairRect = getLightCrosshairRect()\n const player = getLightPlayer() as Player\n\n const baseConfig = {\n backgroundColor: 'transparent',\n color: getLightColor(),\n label: getLightLabel(),\n legend: getLightLegend(),\n tooltip: getLightTooltip(),\n brush: getLightBrushConfig(),\n }\n\n return {\n ...baseConfig,\n legend: {\n ...baseConfig.legend,\n enable: false,\n },\n xAxis: {\n ...bandAxis,\n animation: {\n duration: player.interval ? player.interval * 0.6 : undefined,\n easing: 'cubicInOut',\n },\n },\n yAxis: {\n ...linearAxis,\n animation: {\n duration: player.interval,\n easing: 'linear',\n },\n nice: false,\n },\n crosshairRect,\n player,\n\n stackCornerRadius: [4, 4, 0, 0],\n pivotGrid: getLightPivotChartGridConfig(),\n annotation: getLightAnnotation(),\n\n regressionLine: getLightRegressionLine(),\n }\n}\n\nexport const getRaceScatterTheme = () => {\n const linearAxis = getLightLinearAxis()\n const crosshairLine = getLightCrosshairLine()\n const player = getLightPlayer() as Player\n\n const baseConfig = {\n backgroundColor: 'transparent',\n color: getLightColor(),\n label: getLightLabel(),\n legend: getLightLegend(),\n tooltip: getLightTooltip(),\n brush: getLightBrushConfig(),\n }\n\n return {\n ...baseConfig,\n legend: {\n ...baseConfig.legend,\n enable: false,\n },\n crosshairLine,\n sizeRange: [8, 24],\n xAxis: {\n ...linearAxis,\n max: true,\n animation: {\n duration: player.interval ? player.interval * 0.6 : undefined,\n easing: 'cubicInOut',\n },\n line: {\n ...linearAxis.line,\n visible: true,\n },\n },\n yAxis: {\n ...linearAxis,\n max: true,\n animation: {\n duration: player.interval ? player.interval * 0.6 : undefined,\n easing: 'cubicInOut',\n },\n line: {\n ...linearAxis.line,\n visible: true,\n },\n },\n label: {\n ...baseConfig.label,\n showValue: false,\n showValuePercent: false,\n },\n player,\n\n pivotGrid: getLightPivotChartGridConfig(),\n annotation: getLightAnnotation(),\n\n regressionLine: getLightRegressionLine(),\n }\n}\n"],"names":["getRaceBarTheme","linearAxis","getLightLinearAxis","bandAxis","getLightBandAxis","barBandAxis","undefined","crosshairRect","getLightCrosshairRect","player","getLightPlayer","baseConfig","getLightColor","getLightLabel","getLightLegend","getLightTooltip","getLightBrushConfig","getLightPivotChartGridConfig","getLightAnnotation","getRaceColumnTheme","getLightRegressionLine","getRaceScatterTheme","crosshairLine","getLightCrosshairLine"],"mappings":";;;;;AAgBO,MAAMA,kBAAkB;IAC7B,MAAMC,aAAaC;IACnB,MAAMC,WAAWC;IACjB,MAAMC,cAAyB;QAC7B,GAAGF,QAAQ;QACX,eAAe;QACf,kBAAkB;QAClB,gBAAgB;QAChB,sBAAsBG;QACtB,iBAAiB;QACjB,2BAA2B;YAAC;YAAG;YAAK;SAAI;IAC1C;IACA,MAAMC,gBAAgBC;IACtB,MAAMC,SAASC;IAEf,MAAMC,aAAa;QACjB,iBAAiB;QACjB,OAAOC;QACP,OAAOC;QACP,QAAQC;QACR,SAASC;QACT,OAAOC;IACT;IAEA,OAAO;QACL,GAAGL,UAAU;QACb,QAAQ;YACN,GAAGA,WAAW,MAAM;YACpB,QAAQ;QACV;QACA,OAAO;YACL,GAAGV,UAAU;YACb,WAAW;gBACT,UAAUQ,OAAO,QAAQ;gBACzB,QAAQ;YACV;YACA,MAAM;QACR;QACA,OAAO;YACL,GAAGJ,WAAW;YACd,WAAW;gBACT,UAAUI,OAAO,QAAQ,GAAGA,AAAkB,MAAlBA,OAAO,QAAQ,GAASH;gBACpD,QAAQ;YACV;QACF;QACAC;QACAE;QAEA,mBAAmB;YAAC;YAAG;YAAG;YAAG;SAAE;QAC/B,WAAWQ;QACX,YAAYC;IACd;AACF;AAEO,MAAMC,qBAAqB;IAChC,MAAMlB,aAAaC;IACnB,MAAMC,WAAWC;IACjB,MAAMG,gBAAgBC;IACtB,MAAMC,SAASC;IAEf,MAAMC,aAAa;QACjB,iBAAiB;QACjB,OAAOC;QACP,OAAOC;QACP,QAAQC;QACR,SAASC;QACT,OAAOC;IACT;IAEA,OAAO;QACL,GAAGL,UAAU;QACb,QAAQ;YACN,GAAGA,WAAW,MAAM;YACpB,QAAQ;QACV;QACA,OAAO;YACL,GAAGR,QAAQ;YACX,WAAW;gBACT,UAAUM,OAAO,QAAQ,GAAGA,AAAkB,MAAlBA,OAAO,QAAQ,GAASH;gBACpD,QAAQ;YACV;QACF;QACA,OAAO;YACL,GAAGL,UAAU;YACb,WAAW;gBACT,UAAUQ,OAAO,QAAQ;gBACzB,QAAQ;YACV;YACA,MAAM;QACR;QACAF;QACAE;QAEA,mBAAmB;YAAC;YAAG;YAAG;YAAG;SAAE;QAC/B,WAAWQ;QACX,YAAYC;QAEZ,gBAAgBE;IAClB;AACF;AAEO,MAAMC,sBAAsB;IACjC,MAAMpB,aAAaC;IACnB,MAAMoB,gBAAgBC;IACtB,MAAMd,SAASC;IAEf,MAAMC,aAAa;QACjB,iBAAiB;QACjB,OAAOC;QACP,OAAOC;QACP,QAAQC;QACR,SAASC;QACT,OAAOC;IACT;IAEA,OAAO;QACL,GAAGL,UAAU;QACb,QAAQ;YACN,GAAGA,WAAW,MAAM;YACpB,QAAQ;QACV;QACAW;QACA,WAAW;YAAC;YAAG;SAAG;QAClB,OAAO;YACL,GAAGrB,UAAU;YACb,KAAK;YACL,WAAW;gBACT,UAAUQ,OAAO,QAAQ,GAAGA,AAAkB,MAAlBA,OAAO,QAAQ,GAASH;gBACpD,QAAQ;YACV;YACA,MAAM;gBACJ,GAAGL,WAAW,IAAI;gBAClB,SAAS;YACX;QACF;QACA,OAAO;YACL,GAAGA,UAAU;YACb,KAAK;YACL,WAAW;gBACT,UAAUQ,OAAO,QAAQ,GAAGA,AAAkB,MAAlBA,OAAO,QAAQ,GAASH;gBACpD,QAAQ;YACV;YACA,MAAM;gBACJ,GAAGL,WAAW,IAAI;gBAClB,SAAS;YACX;QACF;QACA,OAAO;YACL,GAAGU,WAAW,KAAK;YACnB,WAAW;YACX,kBAAkB;QACpB;QACAF;QAEA,WAAWQ;QACX,YAAYC;QAEZ,gBAAgBE;IAClB;AACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"theme/light/raceLine.js","sources":["webpack://@visactor/vseed/./src/theme/light/raceLine.ts"],"sourcesContent":["import type { Player } from 'src/types'\nimport { getLineTheme } from './line'\nimport { getLightPlayer } from '../common'\n\nexport const getRaceLineTheme = () => {\n const lineTheme = getLineTheme()\n const player = getLightPlayer() as Player\n\n return {\n ...lineTheme,\n legend: {\n ...lineTheme.legend,\n enable: false,\n },\n xAxis: {\n ...lineTheme.xAxis,\n animation: {\n duration: player.interval,\n },\n },\n label: {\n ...lineTheme.label,\n enable: false,\n },\n yAxis: {\n ...lineTheme.yAxis,\n max: true,\n animation: {\n duration: player.interval,\n easing: 'linear',\n },\n nice: true,\n },\n player: {\n ...player,\n maxCount: false as const,\n } as Player,\n }\n}\n"],"names":["getRaceLineTheme","lineTheme","getLineTheme","player","getLightPlayer"],"mappings":";;AAIO,MAAMA,mBAAmB;IAC9B,MAAMC,YAAYC;IAClB,MAAMC,SAASC;IAEf,OAAO;QACL,GAAGH,SAAS;QACZ,QAAQ;YACN,GAAGA,UAAU,MAAM;YACnB,QAAQ;QACV;QACA,OAAO;YACL,GAAGA,UAAU,KAAK;YAClB,WAAW;gBACT,UAAUE,OAAO,QAAQ;YAC3B;QACF;QACA,OAAO;YACL,GAAGF,UAAU,KAAK;YAClB,QAAQ;QACV;QACA,OAAO;YACL,GAAGA,UAAU,KAAK;YAClB,KAAK;YACL,WAAW;gBACT,UAAUE,OAAO,QAAQ;gBACzB,QAAQ;YACV;YACA,MAAM;QACR;QACA,QAAQ;YACN,GAAGA,MAAM;YACT,UAAU;QACZ;IACF;AACF"}
1
+ {"version":3,"file":"theme/light/raceLine.js","sources":["../../../../src/theme/light/raceLine.ts"],"sourcesContent":["import type { Player } from 'src/types'\nimport { getLineTheme } from './line'\nimport { getLightPlayer } from '../common'\n\nexport const getRaceLineTheme = () => {\n const lineTheme = getLineTheme()\n const player = getLightPlayer() as Player\n\n return {\n ...lineTheme,\n legend: {\n ...lineTheme.legend,\n enable: false,\n },\n xAxis: {\n ...lineTheme.xAxis,\n animation: {\n duration: player.interval,\n },\n },\n label: {\n ...lineTheme.label,\n enable: false,\n },\n yAxis: {\n ...lineTheme.yAxis,\n max: true,\n animation: {\n duration: player.interval,\n easing: 'linear',\n },\n nice: true,\n },\n player: {\n ...player,\n maxCount: false as const,\n } as Player,\n }\n}\n"],"names":["getRaceLineTheme","lineTheme","getLineTheme","player","getLightPlayer"],"mappings":";;AAIO,MAAMA,mBAAmB;IAC9B,MAAMC,YAAYC;IAClB,MAAMC,SAASC;IAEf,OAAO;QACL,GAAGH,SAAS;QACZ,QAAQ;YACN,GAAGA,UAAU,MAAM;YACnB,QAAQ;QACV;QACA,OAAO;YACL,GAAGA,UAAU,KAAK;YAClB,WAAW;gBACT,UAAUE,OAAO,QAAQ;YAC3B;QACF;QACA,OAAO;YACL,GAAGF,UAAU,KAAK;YAClB,QAAQ;QACV;QACA,OAAO;YACL,GAAGA,UAAU,KAAK;YAClB,KAAK;YACL,WAAW;gBACT,UAAUE,OAAO,QAAQ;gBACzB,QAAQ;YACV;YACA,MAAM;QACR;QACA,QAAQ;YACN,GAAGA,MAAM;YACT,UAAU;QACZ;IACF;AACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"theme/light/racePie.js","sources":["webpack://@visactor/vseed/./src/theme/light/racePie.ts"],"sourcesContent":["import type { Player } from 'src/types'\nimport { getPieTheme } from './pie'\nimport { getLightPlayer } from '../common'\n\nexport const getRacePieTheme = () => {\n const pieTheme = getPieTheme()\n const player = getLightPlayer() as Player\n\n return {\n ...pieTheme,\n legend: {\n ...pieTheme.legend,\n enable: false,\n },\n player,\n }\n}\n\nexport const getRaceDonutTheme = () => {\n return getRacePieTheme()\n}\n"],"names":["getRacePieTheme","pieTheme","getPieTheme","player","getLightPlayer","getRaceDonutTheme"],"mappings":";;AAIO,MAAMA,kBAAkB;IAC7B,MAAMC,WAAWC;IACjB,MAAMC,SAASC;IAEf,OAAO;QACL,GAAGH,QAAQ;QACX,QAAQ;YACN,GAAGA,SAAS,MAAM;YAClB,QAAQ;QACV;QACAE;IACF;AACF;AAEO,MAAME,oBAAoB,IACxBL"}
1
+ {"version":3,"file":"theme/light/racePie.js","sources":["../../../../src/theme/light/racePie.ts"],"sourcesContent":["import type { Player } from 'src/types'\nimport { getPieTheme } from './pie'\nimport { getLightPlayer } from '../common'\n\nexport const getRacePieTheme = () => {\n const pieTheme = getPieTheme()\n const player = getLightPlayer() as Player\n\n return {\n ...pieTheme,\n legend: {\n ...pieTheme.legend,\n enable: false,\n },\n player,\n }\n}\n\nexport const getRaceDonutTheme = () => {\n return getRacePieTheme()\n}\n"],"names":["getRacePieTheme","pieTheme","getPieTheme","player","getLightPlayer","getRaceDonutTheme"],"mappings":";;AAIO,MAAMA,kBAAkB;IAC7B,MAAMC,WAAWC;IACjB,MAAMC,SAASC;IAEf,OAAO;QACL,GAAGH,QAAQ;QACX,QAAQ;YACN,GAAGA,SAAS,MAAM;YAClB,QAAQ;QACV;QACAE;IACF;AACF;AAEO,MAAME,oBAAoB,IACxBL"}
@@ -1 +1 @@
1
- {"version":3,"file":"theme/light/radar.js","sources":["webpack://@visactor/vseed/./src/theme/light/radar.ts"],"sourcesContent":["import {\n getLightColor,\n getLightLabel,\n getLightLegend,\n getLightBrushConfig,\n getLightPivotChartGridConfig,\n} from '../common'\nimport { getLightTooltip } from '../common/tooltip'\n\nexport const getRadarTheme = () => {\n const baseConfig = {\n backgroundColor: 'transparent',\n color: getLightColor(),\n label: getLightLabel(),\n legend: getLightLegend(),\n tooltip: getLightTooltip(),\n brush: getLightBrushConfig(),\n }\n\n return {\n ...baseConfig,\n pivotGrid: getLightPivotChartGridConfig(),\n }\n}\n"],"names":["getRadarTheme","baseConfig","getLightColor","getLightLabel","getLightLegend","getLightTooltip","getLightBrushConfig","getLightPivotChartGridConfig"],"mappings":";;AASO,MAAMA,gBAAgB;IAC3B,MAAMC,aAAa;QACjB,iBAAiB;QACjB,OAAOC;QACP,OAAOC;QACP,QAAQC;QACR,SAASC;QACT,OAAOC;IACT;IAEA,OAAO;QACL,GAAGL,UAAU;QACb,WAAWM;IACb;AACF"}
1
+ {"version":3,"file":"theme/light/radar.js","sources":["../../../../src/theme/light/radar.ts"],"sourcesContent":["import {\n getLightColor,\n getLightLabel,\n getLightLegend,\n getLightBrushConfig,\n getLightPivotChartGridConfig,\n} from '../common'\nimport { getLightTooltip } from '../common/tooltip'\n\nexport const getRadarTheme = () => {\n const baseConfig = {\n backgroundColor: 'transparent',\n color: getLightColor(),\n label: getLightLabel(),\n legend: getLightLegend(),\n tooltip: getLightTooltip(),\n brush: getLightBrushConfig(),\n }\n\n return {\n ...baseConfig,\n pivotGrid: getLightPivotChartGridConfig(),\n }\n}\n"],"names":["getRadarTheme","baseConfig","getLightColor","getLightLabel","getLightLegend","getLightTooltip","getLightBrushConfig","getLightPivotChartGridConfig"],"mappings":";;AASO,MAAMA,gBAAgB;IAC3B,MAAMC,aAAa;QACjB,iBAAiB;QACjB,OAAOC;QACP,OAAOC;QACP,QAAQC;QACR,SAASC;QACT,OAAOC;IACT;IAEA,OAAO;QACL,GAAGL,UAAU;QACb,WAAWM;IACb;AACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"theme/light/rose.js","sources":["webpack://@visactor/vseed/./src/theme/light/rose.ts"],"sourcesContent":["import {\n getLightColor,\n getLightLabel,\n getLightLegend,\n getLightBrushConfig,\n getLightPivotChartGridConfig,\n} from '../common'\nimport { getLightTooltip } from '../common/tooltip'\n\nexport const getRoseTheme = () => {\n const baseConfig = {\n backgroundColor: 'transparent',\n color: getLightColor(),\n label: getLightLabel(),\n legend: getLightLegend(),\n tooltip: getLightTooltip(),\n brush: getLightBrushConfig(),\n }\n\n return {\n ...baseConfig,\n label: {\n ...baseConfig.label,\n showValuePercent: true,\n showDimension: true,\n },\n\n pivotGrid: getLightPivotChartGridConfig(),\n }\n}\n\nexport const getRoseParallelTheme = () => {\n return getRoseTheme()\n}\n"],"names":["getRoseTheme","baseConfig","getLightColor","getLightLabel","getLightLegend","getLightTooltip","getLightBrushConfig","getLightPivotChartGridConfig","getRoseParallelTheme"],"mappings":";;AASO,MAAMA,eAAe;IAC1B,MAAMC,aAAa;QACjB,iBAAiB;QACjB,OAAOC;QACP,OAAOC;QACP,QAAQC;QACR,SAASC;QACT,OAAOC;IACT;IAEA,OAAO;QACL,GAAGL,UAAU;QACb,OAAO;YACL,GAAGA,WAAW,KAAK;YACnB,kBAAkB;YAClB,eAAe;QACjB;QAEA,WAAWM;IACb;AACF;AAEO,MAAMC,uBAAuB,IAC3BR"}
1
+ {"version":3,"file":"theme/light/rose.js","sources":["../../../../src/theme/light/rose.ts"],"sourcesContent":["import {\n getLightColor,\n getLightLabel,\n getLightLegend,\n getLightBrushConfig,\n getLightPivotChartGridConfig,\n} from '../common'\nimport { getLightTooltip } from '../common/tooltip'\n\nexport const getRoseTheme = () => {\n const baseConfig = {\n backgroundColor: 'transparent',\n color: getLightColor(),\n label: getLightLabel(),\n legend: getLightLegend(),\n tooltip: getLightTooltip(),\n brush: getLightBrushConfig(),\n }\n\n return {\n ...baseConfig,\n label: {\n ...baseConfig.label,\n showValuePercent: true,\n showDimension: true,\n },\n\n pivotGrid: getLightPivotChartGridConfig(),\n }\n}\n\nexport const getRoseParallelTheme = () => {\n return getRoseTheme()\n}\n"],"names":["getRoseTheme","baseConfig","getLightColor","getLightLabel","getLightLegend","getLightTooltip","getLightBrushConfig","getLightPivotChartGridConfig","getRoseParallelTheme"],"mappings":";;AASO,MAAMA,eAAe;IAC1B,MAAMC,aAAa;QACjB,iBAAiB;QACjB,OAAOC;QACP,OAAOC;QACP,QAAQC;QACR,SAASC;QACT,OAAOC;IACT;IAEA,OAAO;QACL,GAAGL,UAAU;QACb,OAAO;YACL,GAAGA,WAAW,KAAK;YACnB,kBAAkB;YAClB,eAAe;QACjB;QAEA,WAAWM;IACb;AACF;AAEO,MAAMC,uBAAuB,IAC3BR"}
@@ -1 +1 @@
1
- {"version":3,"file":"theme/light/scatter.js","sources":["webpack://@visactor/vseed/./src/theme/light/scatter.ts"],"sourcesContent":["import {\n getLightColor,\n getLightLabel,\n getLightLegend,\n getLightBrushConfig,\n getLightPivotChartGridConfig,\n getLightCrosshairLine,\n} from '../common'\nimport { getLightTooltip } from '../common/tooltip'\nimport { getLightAnnotation } from '../common/annotaion'\nimport { getLightLinearAxis } from '../common/axes'\nimport { getLightRegressionLine } from '../common/regressionLine'\n\nexport const getScatterTheme = () => {\n const linearAxis = getLightLinearAxis()\n const crosshairLine = getLightCrosshairLine()\n\n const baseConfig = {\n backgroundColor: 'transparent',\n color: getLightColor(),\n label: getLightLabel(),\n legend: getLightLegend(),\n tooltip: getLightTooltip(),\n brush: getLightBrushConfig(),\n }\n\n return {\n ...baseConfig,\n crosshairLine,\n sizeRange: [8, 24],\n xAxis: {\n ...linearAxis,\n line: {\n ...linearAxis.line,\n visible: true,\n },\n },\n yAxis: {\n ...linearAxis,\n line: {\n ...linearAxis.line,\n visible: true,\n },\n },\n label: {\n ...baseConfig.label,\n showValue: false,\n showValuePercent: false,\n },\n\n pivotGrid: getLightPivotChartGridConfig(),\n annotation: getLightAnnotation(),\n\n regressionLine: getLightRegressionLine(),\n }\n}\n"],"names":["getScatterTheme","linearAxis","getLightLinearAxis","crosshairLine","getLightCrosshairLine","baseConfig","getLightColor","getLightLabel","getLightLegend","getLightTooltip","getLightBrushConfig","getLightPivotChartGridConfig","getLightAnnotation","getLightRegressionLine"],"mappings":";;;;;AAaO,MAAMA,kBAAkB;IAC7B,MAAMC,aAAaC;IACnB,MAAMC,gBAAgBC;IAEtB,MAAMC,aAAa;QACjB,iBAAiB;QACjB,OAAOC;QACP,OAAOC;QACP,QAAQC;QACR,SAASC;QACT,OAAOC;IACT;IAEA,OAAO;QACL,GAAGL,UAAU;QACbF;QACA,WAAW;YAAC;YAAG;SAAG;QAClB,OAAO;YACL,GAAGF,UAAU;YACb,MAAM;gBACJ,GAAGA,WAAW,IAAI;gBAClB,SAAS;YACX;QACF;QACA,OAAO;YACL,GAAGA,UAAU;YACb,MAAM;gBACJ,GAAGA,WAAW,IAAI;gBAClB,SAAS;YACX;QACF;QACA,OAAO;YACL,GAAGI,WAAW,KAAK;YACnB,WAAW;YACX,kBAAkB;QACpB;QAEA,WAAWM;QACX,YAAYC;QAEZ,gBAAgBC;IAClB;AACF"}
1
+ {"version":3,"file":"theme/light/scatter.js","sources":["../../../../src/theme/light/scatter.ts"],"sourcesContent":["import {\n getLightColor,\n getLightLabel,\n getLightLegend,\n getLightBrushConfig,\n getLightPivotChartGridConfig,\n getLightCrosshairLine,\n} from '../common'\nimport { getLightTooltip } from '../common/tooltip'\nimport { getLightAnnotation } from '../common/annotaion'\nimport { getLightLinearAxis } from '../common/axes'\nimport { getLightRegressionLine } from '../common/regressionLine'\n\nexport const getScatterTheme = () => {\n const linearAxis = getLightLinearAxis()\n const crosshairLine = getLightCrosshairLine()\n\n const baseConfig = {\n backgroundColor: 'transparent',\n color: getLightColor(),\n label: getLightLabel(),\n legend: getLightLegend(),\n tooltip: getLightTooltip(),\n brush: getLightBrushConfig(),\n }\n\n return {\n ...baseConfig,\n crosshairLine,\n sizeRange: [8, 24],\n xAxis: {\n ...linearAxis,\n line: {\n ...linearAxis.line,\n visible: true,\n },\n },\n yAxis: {\n ...linearAxis,\n line: {\n ...linearAxis.line,\n visible: true,\n },\n },\n label: {\n ...baseConfig.label,\n showValue: false,\n showValuePercent: false,\n },\n\n pivotGrid: getLightPivotChartGridConfig(),\n annotation: getLightAnnotation(),\n\n regressionLine: getLightRegressionLine(),\n }\n}\n"],"names":["getScatterTheme","linearAxis","getLightLinearAxis","crosshairLine","getLightCrosshairLine","baseConfig","getLightColor","getLightLabel","getLightLegend","getLightTooltip","getLightBrushConfig","getLightPivotChartGridConfig","getLightAnnotation","getLightRegressionLine"],"mappings":";;;;;AAaO,MAAMA,kBAAkB;IAC7B,MAAMC,aAAaC;IACnB,MAAMC,gBAAgBC;IAEtB,MAAMC,aAAa;QACjB,iBAAiB;QACjB,OAAOC;QACP,OAAOC;QACP,QAAQC;QACR,SAASC;QACT,OAAOC;IACT;IAEA,OAAO;QACL,GAAGL,UAAU;QACbF;QACA,WAAW;YAAC;YAAG;SAAG;QAClB,OAAO;YACL,GAAGF,UAAU;YACb,MAAM;gBACJ,GAAGA,WAAW,IAAI;gBAClB,SAAS;YACX;QACF;QACA,OAAO;YACL,GAAGA,UAAU;YACb,MAAM;gBACJ,GAAGA,WAAW,IAAI;gBAClB,SAAS;YACX;QACF;QACA,OAAO;YACL,GAAGI,WAAW,KAAK;YACnB,WAAW;YACX,kBAAkB;QACpB;QAEA,WAAWM;QACX,YAAYC;QAEZ,gBAAgBC;IAClB;AACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"theme/tokenTheme.js","sources":["webpack://@visactor/vseed/./src/theme/tokenTheme.ts"],"sourcesContent":["import tinycolor from 'tinycolor2'\nimport type { Config, CustomThemeConfig } from 'src/types'\nimport { registerAll } from '../builder/register/all'\nimport { registerCustomTheme } from '../builder/register/theme'\nimport { darkTheme } from './dark'\nimport { lightTheme } from './light'\n\nexport type TokenThemeBase = 'light' | 'dark'\n\nexport type TokenThemeDefinition = {\n baseTheme: TokenThemeBase\n fontFamily?: string\n tableHeaderFontSize?: number\n tableBodyFontSize?: number\n labelFontSize?: number\n tooltipFontSize?: number\n axisFontSize?: number\n legendFontSize?: number\n playerFontSize?: number\n colorScheme: [string, string, ...string[]]\n linearColorScheme: [string, string]\n textPrimary: string\n textSecondary: string\n borderColor: string\n surfaceColor?: string\n surfaceBackgroundColor?: string\n accentColor?: string\n positiveColor?: string\n negativeColor?: string\n tooltipBackgroundColor: string\n tooltipBorderColor?: string\n axisLabelColor?: string\n axisTitleColor?: string\n axisGridColor?: string\n axisLineColor?: string\n labelColor?: string\n labelStroke?: string\n legendLabelColor?: string\n legendPagerIconColor?: string\n legendPagerIconDisableColor?: string\n playerRailColor?: string\n playerSliderHandleColor?: string\n playerSliderHandleBorderColor?: string\n tableBorderColor?: string\n tableBodyFontColor?: string\n tableHeaderFontColor?: string\n tableHeaderBackgroundColor?: string\n tableHoverBodyBackgroundColor?: string\n tableHoverBodyInlineBackgroundColor?: string\n tableHoverHeaderBackgroundColor?: string\n tableHoverHeaderInlineBackgroundColor?: string\n tableSelectedBorderColor?: string\n tableSelectedBackgroundColor?: string\n}\n\nexport type TokenThemeRegistry = Record<string, TokenThemeDefinition>\n\nexport type RegisterTokenThemeOptions = {\n ensureRegisterAll?: boolean\n}\n\ntype ThemeConfigMap = NonNullable<CustomThemeConfig['config']>\ntype ThemeConfigKey = keyof ThemeConfigMap\n\nconst raceChartTypes: ThemeConfigKey[] = ['raceBar', 'raceColumn', 'raceScatter', 'raceLine', 'racePie', 'raceDonut']\n\nlet hasEnsuredRegisterAll = false\n\nconst isRecord = (value: unknown): value is Record<string, unknown> => {\n return typeof value === 'object' && value !== null && !Array.isArray(value)\n}\n\nconst mergeThemeNode = <T>(base: T, patch: Partial<T>): T => {\n if (!isRecord(base) || !isRecord(patch)) {\n return patch as T\n }\n\n const result: Record<string, unknown> = { ...base }\n for (const [key, patchValue] of Object.entries(patch)) {\n if (patchValue === undefined) {\n continue\n }\n\n const currentValue = result[key]\n if (Array.isArray(patchValue)) {\n result[key] = [...patchValue]\n continue\n }\n\n if (isRecord(currentValue) && isRecord(patchValue)) {\n result[key] = mergeThemeNode(currentValue, patchValue)\n continue\n }\n\n result[key] = patchValue\n }\n\n return result as T\n}\n\nconst withAlpha = (color: string, alpha: number) => tinycolor(color).setAlpha(alpha).toRgbString()\n\nconst ensureRegisterAll = (options?: RegisterTokenThemeOptions) => {\n if (options?.ensureRegisterAll === false || hasEnsuredRegisterAll) {\n return\n }\n\n registerAll()\n hasEnsuredRegisterAll = true\n}\n\nconst getAccentColor = (tokens: TokenThemeDefinition) => tokens.accentColor || tokens.colorScheme[0]\n\nconst getAxisPatch = (tokens: TokenThemeDefinition) => ({\n label: {\n labelColor: tokens.axisLabelColor || tokens.textSecondary,\n labelFontSize: tokens.axisFontSize,\n },\n title: {\n titleColor: tokens.axisTitleColor || tokens.textSecondary,\n titleFontSize: tokens.axisFontSize,\n },\n grid: {\n gridColor: tokens.axisGridColor || tokens.borderColor,\n },\n tick: {\n tickColor: tokens.axisLineColor || tokens.borderColor,\n },\n line: {\n lineColor: tokens.axisLineColor || tokens.borderColor,\n },\n})\n\nconst getPivotGridPatch = (tokens: TokenThemeDefinition) => ({\n borderColor: tokens.tableBorderColor || tokens.borderColor,\n bodyFontSize: tokens.tableBodyFontSize,\n bodyFontColor: tokens.tableBodyFontColor || tokens.textPrimary,\n headerFontSize: tokens.tableHeaderFontSize,\n headerFontColor: tokens.tableHeaderFontColor || tokens.textPrimary,\n headerBackgroundColor: tokens.tableHeaderBackgroundColor || tokens.surfaceColor || 'transparent',\n hoverHeaderBackgroundColor: tokens.tableHoverHeaderBackgroundColor || withAlpha(getAccentColor(tokens), 0.18),\n hoverHeaderInlineBackgroundColor:\n tokens.tableHoverHeaderInlineBackgroundColor || withAlpha(getAccentColor(tokens), 0.08),\n titleFontColor: tokens.textPrimary,\n titleFontSize: tokens.tableHeaderFontSize,\n chartGridColor: tokens.axisGridColor || tokens.borderColor,\n axisLabelColor: tokens.axisLabelColor || tokens.textSecondary,\n axisLabelFontSize: tokens.axisFontSize,\n})\n\nconst getPlayerPatch = (tokens: TokenThemeDefinition) => {\n const accentColor = getAccentColor(tokens)\n\n return {\n fontFamily: tokens.fontFamily,\n fontSize: tokens.playerFontSize,\n railColor: tokens.playerRailColor || tokens.borderColor,\n trackColor: accentColor,\n sliderHandleColor: tokens.playerSliderHandleColor || tokens.surfaceColor || '#ffffff',\n sliderHandleBorderColor: tokens.playerSliderHandleBorderColor || accentColor,\n startButtonColor: accentColor,\n pauseButtonColor: accentColor,\n backwardButtonColor: accentColor,\n forwardButtonColor: accentColor,\n }\n}\n\nconst getTablePatch = (tokens: TokenThemeDefinition) => {\n const accentColor = getAccentColor(tokens)\n\n return {\n borderColor: tokens.tableBorderColor || tokens.borderColor,\n bodyFontSize: tokens.tableBodyFontSize,\n bodyFontFamily: tokens.fontFamily,\n bodyFontColor: tokens.tableBodyFontColor || tokens.textPrimary,\n headerFontSize: tokens.tableHeaderFontSize,\n headerFontFamily: tokens.fontFamily,\n headerFontColor: tokens.tableHeaderFontColor || tokens.textPrimary,\n headerBackgroundColor: tokens.tableHeaderBackgroundColor || tokens.surfaceColor || 'transparent',\n hoverBodyBackgroundColor: tokens.tableHoverBodyBackgroundColor || withAlpha(accentColor, 0.18),\n hoverBodyInlineBackgroundColor: tokens.tableHoverBodyInlineBackgroundColor || withAlpha(accentColor, 0.08),\n hoverHeaderBackgroundColor: tokens.tableHoverHeaderBackgroundColor || withAlpha(accentColor, 0.18),\n hoverHeaderInlineBackgroundColor: tokens.tableHoverHeaderInlineBackgroundColor || withAlpha(accentColor, 0.08),\n selectedBorderColor: tokens.tableSelectedBorderColor || accentColor,\n selectedBackgroundColor: tokens.tableSelectedBackgroundColor || withAlpha(accentColor, 0.12),\n backgroundColor: tokens.surfaceBackgroundColor || 'transparent',\n barAxisColor: tokens.axisLineColor || tokens.borderColor,\n backgroundColorScale: {\n minColor: tokens.linearColorScheme[0],\n maxColor: tokens.linearColorScheme[1],\n },\n }\n}\n\nconst getChartPatch = (tokens: TokenThemeDefinition) => ({\n backgroundColor: 'transparent',\n fontFamily: tokens.fontFamily,\n color: {\n colorScheme: [...tokens.colorScheme],\n linearColorScheme: [...tokens.linearColorScheme],\n positiveColor: tokens.positiveColor,\n negativeColor: tokens.negativeColor,\n },\n label: {\n labelFontSize: tokens.labelFontSize,\n labelColor: tokens.labelColor || tokens.textPrimary,\n labelStroke: tokens.labelStroke,\n },\n legend: {\n labelColor: tokens.legendLabelColor || tokens.textSecondary,\n labelFontSize: tokens.legendFontSize,\n pagerIconColor: tokens.legendPagerIconColor || tokens.textSecondary,\n pagerIconDisableColor: tokens.legendPagerIconDisableColor || tokens.borderColor,\n },\n tooltip: {\n backgroundColor: tokens.tooltipBackgroundColor,\n borderColor: tokens.tooltipBorderColor || tokens.borderColor,\n fontSize: tokens.tooltipFontSize,\n keyColor: tokens.textSecondary,\n valueColor: tokens.textPrimary,\n titleColor: tokens.textPrimary,\n },\n})\n\nconst getAnnotationPatch = (tokens: TokenThemeDefinition) => ({\n annotationPoint: {\n textFontSize: tokens.labelFontSize,\n },\n annotationHorizontalLine: {\n textFontSize: tokens.labelFontSize,\n },\n annotationVerticalLine: {\n textFontSize: tokens.labelFontSize,\n },\n annotationArea: {\n textFontSize: tokens.labelFontSize,\n },\n})\n\nconst getRegressionLinePatch = (tokens: TokenThemeDefinition) => ({\n kdeRegressionLine: {\n textFontSize: tokens.labelFontSize,\n },\n ecdfRegressionLine: {\n textFontSize: tokens.labelFontSize,\n },\n linearRegressionLine: {\n textFontSize: tokens.labelFontSize,\n },\n lowessRegressionLine: {\n textFontSize: tokens.labelFontSize,\n },\n polynomialRegressionLine: {\n textFontSize: tokens.labelFontSize,\n },\n logisticRegressionLine: {\n textFontSize: tokens.labelFontSize,\n },\n})\n\nconst withAxesAndExtras = (\n chartType: ThemeConfigKey,\n chartConfig: NonNullable<ThemeConfigMap[ThemeConfigKey]>,\n tokens: TokenThemeDefinition,\n) => {\n let nextChartConfig = mergeThemeNode(chartConfig, getChartPatch(tokens))\n const chartRecord = nextChartConfig as Record<string, unknown>\n\n if (Object.prototype.hasOwnProperty.call(chartRecord, 'xAxis')) {\n nextChartConfig = mergeThemeNode(nextChartConfig, { xAxis: getAxisPatch(tokens) } as Partial<\n typeof nextChartConfig\n >)\n }\n\n if (Object.prototype.hasOwnProperty.call(chartRecord, 'yAxis')) {\n nextChartConfig = mergeThemeNode(nextChartConfig, { yAxis: getAxisPatch(tokens) } as Partial<\n typeof nextChartConfig\n >)\n }\n\n if (Object.prototype.hasOwnProperty.call(chartRecord, 'primaryYAxis')) {\n nextChartConfig = mergeThemeNode(nextChartConfig, { primaryYAxis: getAxisPatch(tokens) } as Partial<\n typeof nextChartConfig\n >)\n }\n\n if (Object.prototype.hasOwnProperty.call(chartRecord, 'secondaryYAxis')) {\n nextChartConfig = mergeThemeNode(nextChartConfig, { secondaryYAxis: getAxisPatch(tokens) } as Partial<\n typeof nextChartConfig\n >)\n }\n\n if (Object.prototype.hasOwnProperty.call(chartRecord, 'pivotGrid')) {\n nextChartConfig = mergeThemeNode(nextChartConfig, { pivotGrid: getPivotGridPatch(tokens) } as Partial<\n typeof nextChartConfig\n >)\n }\n\n if (Object.prototype.hasOwnProperty.call(chartRecord, 'annotation')) {\n nextChartConfig = mergeThemeNode(nextChartConfig, { annotation: getAnnotationPatch(tokens) } as Partial<\n typeof nextChartConfig\n >)\n }\n\n if (Object.prototype.hasOwnProperty.call(chartRecord, 'regressionLine')) {\n nextChartConfig = mergeThemeNode(nextChartConfig, { regressionLine: getRegressionLinePatch(tokens) } as Partial<\n typeof nextChartConfig\n >)\n }\n\n if (raceChartTypes.includes(chartType) && Object.prototype.hasOwnProperty.call(chartRecord, 'player')) {\n nextChartConfig = mergeThemeNode(nextChartConfig, { player: getPlayerPatch(tokens) } as Partial<\n typeof nextChartConfig\n >)\n }\n\n return nextChartConfig\n}\n\nexport const createTokenThemeConfig = (tokens: TokenThemeDefinition): CustomThemeConfig => {\n const baseTheme = tokens.baseTheme === 'dark' ? darkTheme() : lightTheme()\n const baseConfig = (baseTheme.config || {}) as ThemeConfigMap\n const nextConfig = {} as ThemeConfigMap\n\n for (const chartType of Object.keys(baseConfig) as ThemeConfigKey[]) {\n const chartConfig = baseConfig[chartType]\n if (!chartConfig) {\n continue\n }\n\n if (chartType === 'table' || chartType === 'pivotTable') {\n nextConfig[chartType] = mergeThemeNode(chartConfig, getTablePatch(tokens)) as ThemeConfigMap[ThemeConfigKey]\n continue\n }\n\n nextConfig[chartType] = withAxesAndExtras(chartType, chartConfig, tokens) as ThemeConfigMap[ThemeConfigKey]\n }\n\n return {\n config: nextConfig as Config,\n }\n}\n\nexport const registerTokenTheme = (\n themeName: string,\n tokens: TokenThemeDefinition,\n options?: RegisterTokenThemeOptions,\n) => {\n ensureRegisterAll(options)\n registerCustomTheme(themeName, createTokenThemeConfig(tokens))\n}\n\nexport const registerTokenThemes = (themes: TokenThemeRegistry, options?: RegisterTokenThemeOptions) => {\n ensureRegisterAll(options)\n\n for (const [themeName, tokens] of Object.entries(themes)) {\n registerCustomTheme(themeName, createTokenThemeConfig(tokens))\n }\n}\n"],"names":["raceChartTypes","hasEnsuredRegisterAll","isRecord","value","Array","mergeThemeNode","base","patch","result","key","patchValue","Object","undefined","currentValue","withAlpha","color","alpha","tinycolor","ensureRegisterAll","options","registerAll","getAccentColor","tokens","getAxisPatch","getPivotGridPatch","getPlayerPatch","accentColor","getTablePatch","getChartPatch","getAnnotationPatch","getRegressionLinePatch","withAxesAndExtras","chartType","chartConfig","nextChartConfig","chartRecord","createTokenThemeConfig","baseTheme","darkTheme","lightTheme","baseConfig","nextConfig","registerTokenTheme","themeName","registerCustomTheme","registerTokenThemes","themes"],"mappings":"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"}
1
+ {"version":3,"file":"theme/tokenTheme.js","sources":["../../../src/theme/tokenTheme.ts"],"sourcesContent":["import tinycolor from 'tinycolor2'\nimport type { Config, CustomThemeConfig } from 'src/types'\nimport { registerAll } from '../builder/register/all'\nimport { registerCustomTheme } from '../builder/register/theme'\nimport { darkTheme } from './dark'\nimport { lightTheme } from './light'\n\nexport type TokenThemeBase = 'light' | 'dark'\n\nexport type TokenThemeDefinition = {\n baseTheme: TokenThemeBase\n fontFamily?: string\n tableHeaderFontSize?: number\n tableBodyFontSize?: number\n labelFontSize?: number\n tooltipFontSize?: number\n axisFontSize?: number\n legendFontSize?: number\n playerFontSize?: number\n colorScheme: [string, string, ...string[]]\n linearColorScheme: [string, string]\n textPrimary: string\n textSecondary: string\n borderColor: string\n surfaceColor?: string\n surfaceBackgroundColor?: string\n accentColor?: string\n positiveColor?: string\n negativeColor?: string\n tooltipBackgroundColor: string\n tooltipBorderColor?: string\n axisLabelColor?: string\n axisTitleColor?: string\n axisGridColor?: string\n axisLineColor?: string\n labelColor?: string\n labelStroke?: string\n legendLabelColor?: string\n legendPagerIconColor?: string\n legendPagerIconDisableColor?: string\n playerRailColor?: string\n playerSliderHandleColor?: string\n playerSliderHandleBorderColor?: string\n tableBorderColor?: string\n tableBodyFontColor?: string\n tableHeaderFontColor?: string\n tableHeaderBackgroundColor?: string\n tableHoverBodyBackgroundColor?: string\n tableHoverBodyInlineBackgroundColor?: string\n tableHoverHeaderBackgroundColor?: string\n tableHoverHeaderInlineBackgroundColor?: string\n tableSelectedBorderColor?: string\n tableSelectedBackgroundColor?: string\n}\n\nexport type TokenThemeRegistry = Record<string, TokenThemeDefinition>\n\nexport type RegisterTokenThemeOptions = {\n ensureRegisterAll?: boolean\n}\n\ntype ThemeConfigMap = NonNullable<CustomThemeConfig['config']>\ntype ThemeConfigKey = keyof ThemeConfigMap\n\nconst raceChartTypes: ThemeConfigKey[] = ['raceBar', 'raceColumn', 'raceScatter', 'raceLine', 'racePie', 'raceDonut']\n\nlet hasEnsuredRegisterAll = false\n\nconst isRecord = (value: unknown): value is Record<string, unknown> => {\n return typeof value === 'object' && value !== null && !Array.isArray(value)\n}\n\nconst mergeThemeNode = <T>(base: T, patch: Partial<T>): T => {\n if (!isRecord(base) || !isRecord(patch)) {\n return patch as T\n }\n\n const result: Record<string, unknown> = { ...base }\n for (const [key, patchValue] of Object.entries(patch)) {\n if (patchValue === undefined) {\n continue\n }\n\n const currentValue = result[key]\n if (Array.isArray(patchValue)) {\n result[key] = [...patchValue]\n continue\n }\n\n if (isRecord(currentValue) && isRecord(patchValue)) {\n result[key] = mergeThemeNode(currentValue, patchValue)\n continue\n }\n\n result[key] = patchValue\n }\n\n return result as T\n}\n\nconst withAlpha = (color: string, alpha: number) => tinycolor(color).setAlpha(alpha).toRgbString()\n\nconst ensureRegisterAll = (options?: RegisterTokenThemeOptions) => {\n if (options?.ensureRegisterAll === false || hasEnsuredRegisterAll) {\n return\n }\n\n registerAll()\n hasEnsuredRegisterAll = true\n}\n\nconst getAccentColor = (tokens: TokenThemeDefinition) => tokens.accentColor || tokens.colorScheme[0]\n\nconst getAxisPatch = (tokens: TokenThemeDefinition) => ({\n label: {\n labelColor: tokens.axisLabelColor || tokens.textSecondary,\n labelFontSize: tokens.axisFontSize,\n },\n title: {\n titleColor: tokens.axisTitleColor || tokens.textSecondary,\n titleFontSize: tokens.axisFontSize,\n },\n grid: {\n gridColor: tokens.axisGridColor || tokens.borderColor,\n },\n tick: {\n tickColor: tokens.axisLineColor || tokens.borderColor,\n },\n line: {\n lineColor: tokens.axisLineColor || tokens.borderColor,\n },\n})\n\nconst getPivotGridPatch = (tokens: TokenThemeDefinition) => ({\n borderColor: tokens.tableBorderColor || tokens.borderColor,\n bodyFontSize: tokens.tableBodyFontSize,\n bodyFontColor: tokens.tableBodyFontColor || tokens.textPrimary,\n headerFontSize: tokens.tableHeaderFontSize,\n headerFontColor: tokens.tableHeaderFontColor || tokens.textPrimary,\n headerBackgroundColor: tokens.tableHeaderBackgroundColor || tokens.surfaceColor || 'transparent',\n hoverHeaderBackgroundColor: tokens.tableHoverHeaderBackgroundColor || withAlpha(getAccentColor(tokens), 0.18),\n hoverHeaderInlineBackgroundColor:\n tokens.tableHoverHeaderInlineBackgroundColor || withAlpha(getAccentColor(tokens), 0.08),\n titleFontColor: tokens.textPrimary,\n titleFontSize: tokens.tableHeaderFontSize,\n chartGridColor: tokens.axisGridColor || tokens.borderColor,\n axisLabelColor: tokens.axisLabelColor || tokens.textSecondary,\n axisLabelFontSize: tokens.axisFontSize,\n})\n\nconst getPlayerPatch = (tokens: TokenThemeDefinition) => {\n const accentColor = getAccentColor(tokens)\n\n return {\n fontFamily: tokens.fontFamily,\n fontSize: tokens.playerFontSize,\n railColor: tokens.playerRailColor || tokens.borderColor,\n trackColor: accentColor,\n sliderHandleColor: tokens.playerSliderHandleColor || tokens.surfaceColor || '#ffffff',\n sliderHandleBorderColor: tokens.playerSliderHandleBorderColor || accentColor,\n startButtonColor: accentColor,\n pauseButtonColor: accentColor,\n backwardButtonColor: accentColor,\n forwardButtonColor: accentColor,\n }\n}\n\nconst getTablePatch = (tokens: TokenThemeDefinition) => {\n const accentColor = getAccentColor(tokens)\n\n return {\n borderColor: tokens.tableBorderColor || tokens.borderColor,\n bodyFontSize: tokens.tableBodyFontSize,\n bodyFontFamily: tokens.fontFamily,\n bodyFontColor: tokens.tableBodyFontColor || tokens.textPrimary,\n headerFontSize: tokens.tableHeaderFontSize,\n headerFontFamily: tokens.fontFamily,\n headerFontColor: tokens.tableHeaderFontColor || tokens.textPrimary,\n headerBackgroundColor: tokens.tableHeaderBackgroundColor || tokens.surfaceColor || 'transparent',\n hoverBodyBackgroundColor: tokens.tableHoverBodyBackgroundColor || withAlpha(accentColor, 0.18),\n hoverBodyInlineBackgroundColor: tokens.tableHoverBodyInlineBackgroundColor || withAlpha(accentColor, 0.08),\n hoverHeaderBackgroundColor: tokens.tableHoverHeaderBackgroundColor || withAlpha(accentColor, 0.18),\n hoverHeaderInlineBackgroundColor: tokens.tableHoverHeaderInlineBackgroundColor || withAlpha(accentColor, 0.08),\n selectedBorderColor: tokens.tableSelectedBorderColor || accentColor,\n selectedBackgroundColor: tokens.tableSelectedBackgroundColor || withAlpha(accentColor, 0.12),\n backgroundColor: tokens.surfaceBackgroundColor || 'transparent',\n barAxisColor: tokens.axisLineColor || tokens.borderColor,\n backgroundColorScale: {\n minColor: tokens.linearColorScheme[0],\n maxColor: tokens.linearColorScheme[1],\n },\n }\n}\n\nconst getChartPatch = (tokens: TokenThemeDefinition) => ({\n backgroundColor: 'transparent',\n fontFamily: tokens.fontFamily,\n color: {\n colorScheme: [...tokens.colorScheme],\n linearColorScheme: [...tokens.linearColorScheme],\n positiveColor: tokens.positiveColor,\n negativeColor: tokens.negativeColor,\n },\n label: {\n labelFontSize: tokens.labelFontSize,\n labelColor: tokens.labelColor || tokens.textPrimary,\n labelStroke: tokens.labelStroke,\n },\n legend: {\n labelColor: tokens.legendLabelColor || tokens.textSecondary,\n labelFontSize: tokens.legendFontSize,\n pagerIconColor: tokens.legendPagerIconColor || tokens.textSecondary,\n pagerIconDisableColor: tokens.legendPagerIconDisableColor || tokens.borderColor,\n },\n tooltip: {\n backgroundColor: tokens.tooltipBackgroundColor,\n borderColor: tokens.tooltipBorderColor || tokens.borderColor,\n fontSize: tokens.tooltipFontSize,\n keyColor: tokens.textSecondary,\n valueColor: tokens.textPrimary,\n titleColor: tokens.textPrimary,\n },\n})\n\nconst getAnnotationPatch = (tokens: TokenThemeDefinition) => ({\n annotationPoint: {\n textFontSize: tokens.labelFontSize,\n },\n annotationHorizontalLine: {\n textFontSize: tokens.labelFontSize,\n },\n annotationVerticalLine: {\n textFontSize: tokens.labelFontSize,\n },\n annotationArea: {\n textFontSize: tokens.labelFontSize,\n },\n})\n\nconst getRegressionLinePatch = (tokens: TokenThemeDefinition) => ({\n kdeRegressionLine: {\n textFontSize: tokens.labelFontSize,\n },\n ecdfRegressionLine: {\n textFontSize: tokens.labelFontSize,\n },\n linearRegressionLine: {\n textFontSize: tokens.labelFontSize,\n },\n lowessRegressionLine: {\n textFontSize: tokens.labelFontSize,\n },\n polynomialRegressionLine: {\n textFontSize: tokens.labelFontSize,\n },\n logisticRegressionLine: {\n textFontSize: tokens.labelFontSize,\n },\n})\n\nconst withAxesAndExtras = (\n chartType: ThemeConfigKey,\n chartConfig: NonNullable<ThemeConfigMap[ThemeConfigKey]>,\n tokens: TokenThemeDefinition,\n) => {\n let nextChartConfig = mergeThemeNode(chartConfig, getChartPatch(tokens))\n const chartRecord = nextChartConfig as Record<string, unknown>\n\n if (Object.prototype.hasOwnProperty.call(chartRecord, 'xAxis')) {\n nextChartConfig = mergeThemeNode(nextChartConfig, { xAxis: getAxisPatch(tokens) } as Partial<\n typeof nextChartConfig\n >)\n }\n\n if (Object.prototype.hasOwnProperty.call(chartRecord, 'yAxis')) {\n nextChartConfig = mergeThemeNode(nextChartConfig, { yAxis: getAxisPatch(tokens) } as Partial<\n typeof nextChartConfig\n >)\n }\n\n if (Object.prototype.hasOwnProperty.call(chartRecord, 'primaryYAxis')) {\n nextChartConfig = mergeThemeNode(nextChartConfig, { primaryYAxis: getAxisPatch(tokens) } as Partial<\n typeof nextChartConfig\n >)\n }\n\n if (Object.prototype.hasOwnProperty.call(chartRecord, 'secondaryYAxis')) {\n nextChartConfig = mergeThemeNode(nextChartConfig, { secondaryYAxis: getAxisPatch(tokens) } as Partial<\n typeof nextChartConfig\n >)\n }\n\n if (Object.prototype.hasOwnProperty.call(chartRecord, 'pivotGrid')) {\n nextChartConfig = mergeThemeNode(nextChartConfig, { pivotGrid: getPivotGridPatch(tokens) } as Partial<\n typeof nextChartConfig\n >)\n }\n\n if (Object.prototype.hasOwnProperty.call(chartRecord, 'annotation')) {\n nextChartConfig = mergeThemeNode(nextChartConfig, { annotation: getAnnotationPatch(tokens) } as Partial<\n typeof nextChartConfig\n >)\n }\n\n if (Object.prototype.hasOwnProperty.call(chartRecord, 'regressionLine')) {\n nextChartConfig = mergeThemeNode(nextChartConfig, { regressionLine: getRegressionLinePatch(tokens) } as Partial<\n typeof nextChartConfig\n >)\n }\n\n if (raceChartTypes.includes(chartType) && Object.prototype.hasOwnProperty.call(chartRecord, 'player')) {\n nextChartConfig = mergeThemeNode(nextChartConfig, { player: getPlayerPatch(tokens) } as Partial<\n typeof nextChartConfig\n >)\n }\n\n return nextChartConfig\n}\n\nexport const createTokenThemeConfig = (tokens: TokenThemeDefinition): CustomThemeConfig => {\n const baseTheme = tokens.baseTheme === 'dark' ? darkTheme() : lightTheme()\n const baseConfig = (baseTheme.config || {}) as ThemeConfigMap\n const nextConfig = {} as ThemeConfigMap\n\n for (const chartType of Object.keys(baseConfig) as ThemeConfigKey[]) {\n const chartConfig = baseConfig[chartType]\n if (!chartConfig) {\n continue\n }\n\n if (chartType === 'table' || chartType === 'pivotTable') {\n nextConfig[chartType] = mergeThemeNode(chartConfig, getTablePatch(tokens)) as ThemeConfigMap[ThemeConfigKey]\n continue\n }\n\n nextConfig[chartType] = withAxesAndExtras(chartType, chartConfig, tokens) as ThemeConfigMap[ThemeConfigKey]\n }\n\n return {\n config: nextConfig as Config,\n }\n}\n\nexport const registerTokenTheme = (\n themeName: string,\n tokens: TokenThemeDefinition,\n options?: RegisterTokenThemeOptions,\n) => {\n ensureRegisterAll(options)\n registerCustomTheme(themeName, createTokenThemeConfig(tokens))\n}\n\nexport const registerTokenThemes = (themes: TokenThemeRegistry, options?: RegisterTokenThemeOptions) => {\n ensureRegisterAll(options)\n\n for (const [themeName, tokens] of Object.entries(themes)) {\n registerCustomTheme(themeName, createTokenThemeConfig(tokens))\n }\n}\n"],"names":["raceChartTypes","hasEnsuredRegisterAll","isRecord","value","Array","mergeThemeNode","base","patch","result","key","patchValue","Object","undefined","currentValue","withAlpha","color","alpha","tinycolor","ensureRegisterAll","options","registerAll","getAccentColor","tokens","getAxisPatch","getPivotGridPatch","getPlayerPatch","accentColor","getTablePatch","getChartPatch","getAnnotationPatch","getRegressionLinePatch","withAxesAndExtras","chartType","chartConfig","nextChartConfig","chartRecord","createTokenThemeConfig","baseTheme","darkTheme","lightTheme","baseConfig","nextConfig","registerTokenTheme","themeName","registerCustomTheme","registerTokenThemes","themes"],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/advancedVSeed.js","sources":["webpack://@visactor/vseed/./src/types/advancedVSeed.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zChartType } from './properties/chartType'\nimport { zDataset } from './properties/dataset'\nimport { zDimensions, zDimensionTree } from './properties/dimensions'\nimport { zMeasures, zMeasureTree } from './properties/measures'\nimport { zEncoding } from './properties/encoding'\nimport { zDatasetReshapeInfo } from './properties/datasetReshapeInfo'\nimport { zTheme, zCustomThemeConfig } from './properties/theme'\nimport { zConfig, type Config } from './properties/config'\nimport {\n zAnalysis,\n zAnnotation,\n zRegressionLine,\n zMarkStyle,\n zPage,\n zPivotTableTotals,\n type PivotTableTotals,\n} from './properties'\nimport { zLocale } from './i18n'\nimport { zCellStyle } from './properties/cellStyle/cellStyle'\n\nexport type AdvancedVSeed = {\n chartType: z.infer<typeof zChartType>\n dataset: z.infer<typeof zDataset>\n datasetReshapeInfo: z.infer<typeof zDatasetReshapeInfo>\n pivotAllDatasetReshapeInfo: z.infer<typeof zDatasetReshapeInfo>\n dimensions?: z.infer<typeof zDimensions>\n measures?: z.infer<typeof zMeasures>\n reshapeMeasures?: z.infer<typeof zMeasures>[]\n reshapeDimensions?: z.infer<typeof zDimensions>\n measureTree?: z.infer<typeof zMeasureTree>\n dimensionTree?: z.infer<typeof zDimensionTree>\n encoding: z.infer<typeof zEncoding>\n page?: z.infer<typeof zPage>\n config: Config\n analysis: z.infer<typeof zAnalysis>\n theme: z.infer<typeof zTheme>\n markStyle: z.infer<typeof zMarkStyle>\n cellStyle: z.infer<typeof zCellStyle>\n customTheme: z.infer<typeof zCustomThemeConfig>\n annotation: z.infer<typeof zAnnotation>\n locale: z.infer<typeof zLocale>\n regressionLine: z.infer<typeof zRegressionLine>\n totals?: PivotTableTotals\n}\n\nexport const zAdvancedVSeed: z.ZodType<AdvancedVSeed> = z.object({\n chartType: zChartType,\n dataset: zDataset,\n datasetReshapeInfo: zDatasetReshapeInfo,\n pivotAllDatasetReshapeInfo: zDatasetReshapeInfo,\n dimensions: zDimensions.optional(),\n measures: zMeasures.optional(),\n reshapeMeasures: z.array(zMeasures).optional(),\n reshapeDimensions: zDimensions.optional(),\n measureTree: zMeasureTree.optional(), // 现在只有表格中可能会配置这种树状结构\n dimensionTree: zDimensionTree.optional(), // 现在只有表格中可能会配置这种树状结构\n encoding: zEncoding,\n page: zPage.optional(),\n config: zConfig,\n analysis: zAnalysis,\n theme: zTheme,\n markStyle: zMarkStyle,\n cellStyle: zCellStyle,\n customTheme: zCustomThemeConfig,\n annotation: zAnnotation,\n locale: zLocale,\n regressionLine: zRegressionLine,\n totals: zPivotTableTotals.optional(),\n})\n"],"names":["zAdvancedVSeed","z","zChartType","zDataset","zDatasetReshapeInfo","zDimensions","zMeasures","zMeasureTree","zDimensionTree","zEncoding","zPage","zConfig","zAnalysis","zTheme","zMarkStyle","zCellStyle","zCustomThemeConfig","zAnnotation","zLocale","zRegressionLine","zPivotTableTotals"],"mappings":";;;;;;;;;;;;AA8CO,MAAMA,iBAA2CC,EAAE,MAAM,CAAC;IAC/D,WAAWC;IACX,SAASC;IACT,oBAAoBC;IACpB,4BAA4BA;IAC5B,YAAYC,YAAY,QAAQ;IAChC,UAAUC,UAAU,QAAQ;IAC5B,iBAAiBL,EAAE,KAAK,CAACK,WAAW,QAAQ;IAC5C,mBAAmBD,YAAY,QAAQ;IACvC,aAAaE,aAAa,QAAQ;IAClC,eAAeC,eAAe,QAAQ;IACtC,UAAUC;IACV,MAAMC,MAAM,QAAQ;IACpB,QAAQC;IACR,UAAUC;IACV,OAAOC;IACP,WAAWC;IACX,WAAWC;IACX,aAAaC;IACb,YAAYC;IACZ,QAAQC;IACR,gBAAgBC;IAChB,QAAQC,kBAAkB,QAAQ;AACpC"}
1
+ {"version":3,"file":"types/advancedVSeed.js","sources":["../../../src/types/advancedVSeed.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zChartType } from './properties/chartType'\nimport { zDataset } from './properties/dataset'\nimport { zDimensions, zDimensionTree } from './properties/dimensions'\nimport { zMeasures, zMeasureTree } from './properties/measures'\nimport { zEncoding } from './properties/encoding'\nimport { zDatasetReshapeInfo } from './properties/datasetReshapeInfo'\nimport { zTheme, zCustomThemeConfig } from './properties/theme'\nimport { zConfig, type Config } from './properties/config'\nimport {\n zAnalysis,\n zAnnotation,\n zRegressionLine,\n zMarkStyle,\n zPage,\n zPivotTableTotals,\n type PivotTableTotals,\n} from './properties'\nimport { zLocale } from './i18n'\nimport { zCellStyle } from './properties/cellStyle/cellStyle'\n\nexport type AdvancedVSeed = {\n chartType: z.infer<typeof zChartType>\n dataset: z.infer<typeof zDataset>\n datasetReshapeInfo: z.infer<typeof zDatasetReshapeInfo>\n pivotAllDatasetReshapeInfo: z.infer<typeof zDatasetReshapeInfo>\n dimensions?: z.infer<typeof zDimensions>\n measures?: z.infer<typeof zMeasures>\n reshapeMeasures?: z.infer<typeof zMeasures>[]\n reshapeDimensions?: z.infer<typeof zDimensions>\n measureTree?: z.infer<typeof zMeasureTree>\n dimensionTree?: z.infer<typeof zDimensionTree>\n encoding: z.infer<typeof zEncoding>\n page?: z.infer<typeof zPage>\n config: Config\n analysis: z.infer<typeof zAnalysis>\n theme: z.infer<typeof zTheme>\n markStyle: z.infer<typeof zMarkStyle>\n cellStyle: z.infer<typeof zCellStyle>\n customTheme: z.infer<typeof zCustomThemeConfig>\n annotation: z.infer<typeof zAnnotation>\n locale: z.infer<typeof zLocale>\n regressionLine: z.infer<typeof zRegressionLine>\n totals?: PivotTableTotals\n}\n\nexport const zAdvancedVSeed: z.ZodType<AdvancedVSeed> = z.object({\n chartType: zChartType,\n dataset: zDataset,\n datasetReshapeInfo: zDatasetReshapeInfo,\n pivotAllDatasetReshapeInfo: zDatasetReshapeInfo,\n dimensions: zDimensions.optional(),\n measures: zMeasures.optional(),\n reshapeMeasures: z.array(zMeasures).optional(),\n reshapeDimensions: zDimensions.optional(),\n measureTree: zMeasureTree.optional(), // 现在只有表格中可能会配置这种树状结构\n dimensionTree: zDimensionTree.optional(), // 现在只有表格中可能会配置这种树状结构\n encoding: zEncoding,\n page: zPage.optional(),\n config: zConfig,\n analysis: zAnalysis,\n theme: zTheme,\n markStyle: zMarkStyle,\n cellStyle: zCellStyle,\n customTheme: zCustomThemeConfig,\n annotation: zAnnotation,\n locale: zLocale,\n regressionLine: zRegressionLine,\n totals: zPivotTableTotals.optional(),\n})\n"],"names":["zAdvancedVSeed","z","zChartType","zDataset","zDatasetReshapeInfo","zDimensions","zMeasures","zMeasureTree","zDimensionTree","zEncoding","zPage","zConfig","zAnalysis","zTheme","zMarkStyle","zCellStyle","zCustomThemeConfig","zAnnotation","zLocale","zRegressionLine","zPivotTableTotals"],"mappings":";;;;;;;;;;;;AA8CO,MAAMA,iBAA2CC,EAAE,MAAM,CAAC;IAC/D,WAAWC;IACX,SAASC;IACT,oBAAoBC;IACpB,4BAA4BA;IAC5B,YAAYC,YAAY,QAAQ;IAChC,UAAUC,UAAU,QAAQ;IAC5B,iBAAiBL,EAAE,KAAK,CAACK,WAAW,QAAQ;IAC5C,mBAAmBD,YAAY,QAAQ;IACvC,aAAaE,aAAa,QAAQ;IAClC,eAAeC,eAAe,QAAQ;IACtC,UAAUC;IACV,MAAMC,MAAM,QAAQ;IACpB,QAAQC;IACR,UAAUC;IACV,OAAOC;IACP,WAAWC;IACX,WAAWC;IACX,aAAaC;IACb,YAAYC;IACZ,QAAQC;IACR,gBAAgBC;IAChB,QAAQC,kBAAkB,QAAQ;AACpC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/builder/builder.js","sources":["webpack://@visactor/vseed/./src/types/builder/builder.ts"],"sourcesContent":["import type { Spec } from 'src/types'\nimport type { ChartType, CustomThemeConfig } from '../properties'\nimport type { VSeed } from '../vseed'\nimport type { AdvancedPipeline, SpecPipeline } from '../pipeline'\nimport type { AdvancedVSeed } from '../advancedVSeed'\n\nexport abstract class VSeedBuilder {\n abstract build: () => Spec\n abstract buildAdvanced: () => AdvancedVSeed | null\n abstract buildSpec: (advancedVSeed: AdvancedVSeed) => Spec\n abstract prepare: () => Promise<void>\n\n static getAdvancedPipeline: (chartType: ChartType) => AdvancedPipeline\n static getSpecPipeline: (chartType: ChartType) => SpecPipeline\n static getTheme: (themeKey: string) => CustomThemeConfig\n static getThemeMap: () => Record<string, CustomThemeConfig>\n\n abstract getColorItems: () => { id: string; alias: string }[]\n abstract getColorIdMap: () => Record<string, { id: string; alias: string }>\n\n abstract get spec(): Spec | null\n abstract set spec(value: Spec | null)\n abstract get vseed(): VSeed\n abstract set vseed(value: VSeed)\n abstract get advancedVSeed(): AdvancedVSeed | null\n abstract set advancedVSeed(value: AdvancedVSeed | null)\n}\n"],"names":["VSeedBuilder"],"mappings":"AAMO,MAAeA;IAMpB,OAAO,oBAA+D;IACtE,OAAO,gBAAuD;IAC9D,OAAO,SAAiD;IACxD,OAAO,YAAoD;AAW7D"}
1
+ {"version":3,"file":"types/builder/builder.js","sources":["../../../../src/types/builder/builder.ts"],"sourcesContent":["import type { Spec } from 'src/types'\nimport type { ChartType, CustomThemeConfig } from '../properties'\nimport type { VSeed } from '../vseed'\nimport type { AdvancedPipeline, SpecPipeline } from '../pipeline'\nimport type { AdvancedVSeed } from '../advancedVSeed'\n\nexport abstract class VSeedBuilder {\n abstract build: () => Spec\n abstract buildAdvanced: () => AdvancedVSeed | null\n abstract buildSpec: (advancedVSeed: AdvancedVSeed) => Spec\n abstract prepare: () => Promise<void>\n\n static getAdvancedPipeline: (chartType: ChartType) => AdvancedPipeline\n static getSpecPipeline: (chartType: ChartType) => SpecPipeline\n static getTheme: (themeKey: string) => CustomThemeConfig\n static getThemeMap: () => Record<string, CustomThemeConfig>\n\n abstract getColorItems: () => { id: string; alias: string }[]\n abstract getColorIdMap: () => Record<string, { id: string; alias: string }>\n\n abstract get spec(): Spec | null\n abstract set spec(value: Spec | null)\n abstract get vseed(): VSeed\n abstract set vseed(value: VSeed)\n abstract get advancedVSeed(): AdvancedVSeed | null\n abstract set advancedVSeed(value: AdvancedVSeed | null)\n}\n"],"names":["VSeedBuilder"],"mappings":"AAMO,MAAeA;IAMpB,OAAO,oBAA+D;IACtE,OAAO,gBAAuD;IAC9D,OAAO,SAAiD;IACxD,OAAO,YAAoD;AAW7D"}
@@ -1,2 +1 @@
1
- import { zArea } from "./zArea.js";
2
- export { zArea };
1
+ export { zArea } from "./zArea.js";
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/area/zArea.js","sources":["webpack://@visactor/vseed/./src/types/chartType/area/zArea.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zAnnotationArea,\n zAnnotationHorizontalLine,\n zAnnotationPoint,\n zAnnotationVerticalLine,\n zAreaStyle,\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 zTheme,\n zTooltip,\n zBrush,\n zXBandAxis,\n zYLinearAxis,\n zPage,\n} from '../../properties'\n\nexport const zArea = z.object({\n chartType: z.literal('area'),\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 xAxis: zXBandAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n crosshairLine: zCrosshairLine.nullish(),\n theme: zTheme.nullish(),\n pointStyle: z.array(zPointStyle).or(zPointStyle).nullish(),\n lineStyle: z.array(zLineStyle).or(zLineStyle).nullish(),\n areaStyle: z.array(zAreaStyle).or(zAreaStyle).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":["zArea","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXBandAxis","zYLinearAxis","zCrosshairLine","zTheme","zPointStyle","zLineStyle","zAreaStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","zLocale"],"mappings":";;;AA4BO,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;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,OAAOC,OAAO,OAAO;IACrB,YAAYf,EAAE,KAAK,CAACgB,aAAa,EAAE,CAACA,aAAa,OAAO;IACxD,WAAWhB,EAAE,KAAK,CAACiB,YAAY,EAAE,CAACA,YAAY,OAAO;IACrD,WAAWjB,EAAE,KAAK,CAACkB,YAAY,EAAE,CAACA,YAAY,OAAO;IACrD,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,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/area/zArea.js","sources":["../../../../../src/types/chartType/area/zArea.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zAnnotationArea,\n zAnnotationHorizontalLine,\n zAnnotationPoint,\n zAnnotationVerticalLine,\n zAreaStyle,\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 zTheme,\n zTooltip,\n zBrush,\n zXBandAxis,\n zYLinearAxis,\n zPage,\n} from '../../properties'\n\nexport const zArea = z.object({\n chartType: z.literal('area'),\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 xAxis: zXBandAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n crosshairLine: zCrosshairLine.nullish(),\n theme: zTheme.nullish(),\n pointStyle: z.array(zPointStyle).or(zPointStyle).nullish(),\n lineStyle: z.array(zLineStyle).or(zLineStyle).nullish(),\n areaStyle: z.array(zAreaStyle).or(zAreaStyle).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":["zArea","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXBandAxis","zYLinearAxis","zCrosshairLine","zTheme","zPointStyle","zLineStyle","zAreaStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","zLocale"],"mappings":";;;AA4BO,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;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,OAAOC,OAAO,OAAO;IACrB,YAAYf,EAAE,KAAK,CAACgB,aAAa,EAAE,CAACA,aAAa,OAAO;IACxD,WAAWhB,EAAE,KAAK,CAACiB,YAAY,EAAE,CAACA,YAAY,OAAO;IACrD,WAAWjB,EAAE,KAAK,CAACkB,YAAY,EAAE,CAACA,YAAY,OAAO;IACrD,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,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1,2 +1 @@
1
- import { zAreaPercent } from "./zAreaPercent.js";
2
- export { zAreaPercent };
1
+ export { zAreaPercent } from "./zAreaPercent.js";
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/areaPercent/zAreaPercent.js","sources":["webpack://@visactor/vseed/./src/types/chartType/areaPercent/zAreaPercent.ts"],"sourcesContent":["import { zLocale } from '../../i18n'\nimport {\n zAnnotationArea,\n zAnnotationHorizontalLine,\n zAnnotationPoint,\n zAnnotationVerticalLine,\n zAreaStyle,\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 zTheme,\n zTooltip,\n zBrush,\n zXBandAxis,\n zYLinearAxis,\n zPage,\n} from '../../properties'\n\nimport { z } from 'zod'\n\nexport const zAreaPercent = z.object({\n chartType: z.literal('areaPercent'),\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 xAxis: zXBandAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n crosshairLine: zCrosshairLine.nullish(),\n theme: zTheme.nullish(),\n pointStyle: z.array(zPointStyle).or(zPointStyle).nullish(),\n lineStyle: z.array(zLineStyle).or(zLineStyle).nullish(),\n areaStyle: z.array(zAreaStyle).or(zAreaStyle).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":["zAreaPercent","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXBandAxis","zYLinearAxis","zCrosshairLine","zTheme","zPointStyle","zLineStyle","zAreaStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","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,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,OAAOC,OAAO,OAAO;IACrB,YAAYf,EAAE,KAAK,CAACgB,aAAa,EAAE,CAACA,aAAa,OAAO;IACxD,WAAWhB,EAAE,KAAK,CAACiB,YAAY,EAAE,CAACA,YAAY,OAAO;IACrD,WAAWjB,EAAE,KAAK,CAACkB,YAAY,EAAE,CAACA,YAAY,OAAO;IACrD,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,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/areaPercent/zAreaPercent.js","sources":["../../../../../src/types/chartType/areaPercent/zAreaPercent.ts"],"sourcesContent":["import { zLocale } from '../../i18n'\nimport {\n zAnnotationArea,\n zAnnotationHorizontalLine,\n zAnnotationPoint,\n zAnnotationVerticalLine,\n zAreaStyle,\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 zTheme,\n zTooltip,\n zBrush,\n zXBandAxis,\n zYLinearAxis,\n zPage,\n} from '../../properties'\n\nimport { z } from 'zod'\n\nexport const zAreaPercent = z.object({\n chartType: z.literal('areaPercent'),\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 xAxis: zXBandAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n crosshairLine: zCrosshairLine.nullish(),\n theme: zTheme.nullish(),\n pointStyle: z.array(zPointStyle).or(zPointStyle).nullish(),\n lineStyle: z.array(zLineStyle).or(zLineStyle).nullish(),\n areaStyle: z.array(zAreaStyle).or(zAreaStyle).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":["zAreaPercent","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXBandAxis","zYLinearAxis","zCrosshairLine","zTheme","zPointStyle","zLineStyle","zAreaStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","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,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,OAAOC,OAAO,OAAO;IACrB,YAAYf,EAAE,KAAK,CAACgB,aAAa,EAAE,CAACA,aAAa,OAAO;IACxD,WAAWhB,EAAE,KAAK,CAACiB,YAAY,EAAE,CAACA,YAAY,OAAO;IACrD,WAAWjB,EAAE,KAAK,CAACkB,YAAY,EAAE,CAACA,YAAY,OAAO;IACrD,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,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/bar/zBar.js","sources":["webpack://@visactor/vseed/./src/types/chartType/bar/zBar.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} from '../../properties'\n\nimport { z } from 'zod'\n\nexport const zBar = z.object({\n chartType: z.literal('bar'),\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 xAxis: zXLinearAxis.nullish(),\n yAxis: zYBandAxis.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n stackCornerRadius: zStackCornerRadius.nullish(),\n barMaxWidth: zBarMaxWidth.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":["zBar","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXLinearAxis","zYBandAxis","zCrosshairRect","zStackCornerRadius","zBarMaxWidth","zTheme","zBarStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","zLocale"],"mappings":";;;AA6BO,MAAMA,OAAOC,EAAE,MAAM,CAAC;IAC3B,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,aAAa,OAAO;IAC3B,OAAOC,WAAW,OAAO;IACzB,eAAeC,eAAe,OAAO;IACrC,mBAAmBC,mBAAmB,OAAO;IAC7C,aAAaC,aAAa,OAAO;IACjC,OAAOC,OAAO,OAAO;IACrB,UAAUjB,EAAE,KAAK,CAACkB,WAAW,EAAE,CAACA,WAAW,OAAO;IAClD,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,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/bar/zBar.js","sources":["../../../../../src/types/chartType/bar/zBar.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} from '../../properties'\n\nimport { z } from 'zod'\n\nexport const zBar = z.object({\n chartType: z.literal('bar'),\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 xAxis: zXLinearAxis.nullish(),\n yAxis: zYBandAxis.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n stackCornerRadius: zStackCornerRadius.nullish(),\n barMaxWidth: zBarMaxWidth.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":["zBar","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXLinearAxis","zYBandAxis","zCrosshairRect","zStackCornerRadius","zBarMaxWidth","zTheme","zBarStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","zLocale"],"mappings":";;;AA6BO,MAAMA,OAAOC,EAAE,MAAM,CAAC;IAC3B,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,aAAa,OAAO;IAC3B,OAAOC,WAAW,OAAO;IACzB,eAAeC,eAAe,OAAO;IACrC,mBAAmBC,mBAAmB,OAAO;IAC7C,aAAaC,aAAa,OAAO;IACjC,OAAOC,OAAO,OAAO;IACrB,UAAUjB,EAAE,KAAK,CAACkB,WAAW,EAAE,CAACA,WAAW,OAAO;IAClD,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,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/barParallel/zBarParallel.js","sources":["webpack://@visactor/vseed/./src/types/chartType/barParallel/zBarParallel.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zAnnotationArea,\n zAnnotationHorizontalLine,\n zAnnotationPoint,\n zAnnotationVerticalLine,\n zBackgroundColor,\n zBarGapInGroup,\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} from '../../properties'\n\nexport const zBarParallel = z.object({\n chartType: z.literal('barParallel'),\n dataset: zDataset.nullish(),\n encoding: zEncoding.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.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 xAxis: zXLinearAxis.nullish(),\n yAxis: zYBandAxis.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n stackCornerRadius: zStackCornerRadius.nullish(),\n barMaxWidth: zBarMaxWidth.nullish(),\n barGapInGroup: zBarGapInGroup.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 page: zPage.nullish(),\n})\n"],"names":["zBarParallel","z","zDataset","zEncoding","zDimensions","zMeasures","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXLinearAxis","zYBandAxis","zCrosshairRect","zStackCornerRadius","zBarMaxWidth","zBarGapInGroup","zTheme","zBarStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","zLocale","zPage"],"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,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,eAAeC,eAAe,OAAO;IACrC,OAAOC,OAAO,OAAO;IACrB,UAAUjB,EAAE,KAAK,CAACkB,WAAW,EAAE,CAACA,WAAW,OAAO;IAClD,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,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;IACvB,MAAMC,MAAM,OAAO;AACrB"}
1
+ {"version":3,"file":"types/chartType/barParallel/zBarParallel.js","sources":["../../../../../src/types/chartType/barParallel/zBarParallel.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zAnnotationArea,\n zAnnotationHorizontalLine,\n zAnnotationPoint,\n zAnnotationVerticalLine,\n zBackgroundColor,\n zBarGapInGroup,\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} from '../../properties'\n\nexport const zBarParallel = z.object({\n chartType: z.literal('barParallel'),\n dataset: zDataset.nullish(),\n encoding: zEncoding.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.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 xAxis: zXLinearAxis.nullish(),\n yAxis: zYBandAxis.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n stackCornerRadius: zStackCornerRadius.nullish(),\n barMaxWidth: zBarMaxWidth.nullish(),\n barGapInGroup: zBarGapInGroup.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 page: zPage.nullish(),\n})\n"],"names":["zBarParallel","z","zDataset","zEncoding","zDimensions","zMeasures","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXLinearAxis","zYBandAxis","zCrosshairRect","zStackCornerRadius","zBarMaxWidth","zBarGapInGroup","zTheme","zBarStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","zLocale","zPage"],"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,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,eAAeC,eAAe,OAAO;IACrC,OAAOC,OAAO,OAAO;IACrB,UAAUjB,EAAE,KAAK,CAACkB,WAAW,EAAE,CAACA,WAAW,OAAO;IAClD,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,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;IACvB,MAAMC,MAAM,OAAO;AACrB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/barPercent/zBarPercent.js","sources":["webpack://@visactor/vseed/./src/types/chartType/barPercent/zBarPercent.ts"],"sourcesContent":["import { z } from 'zod'\nimport { 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} from '../../properties'\n\nexport const zBarPercent = z.object({\n chartType: z.literal('barPercent'),\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 xAxis: zXLinearAxis.nullish(),\n yAxis: zYBandAxis.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n stackCornerRadius: zStackCornerRadius.nullish(),\n barMaxWidth: zBarMaxWidth.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":["zBarPercent","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXLinearAxis","zYBandAxis","zCrosshairRect","zStackCornerRadius","zBarMaxWidth","zTheme","zBarStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","zLocale"],"mappings":";;;AA4BO,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;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,OAAOC,OAAO,OAAO;IACrB,UAAUjB,EAAE,KAAK,CAACkB,WAAW,EAAE,CAACA,WAAW,OAAO;IAClD,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,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/barPercent/zBarPercent.js","sources":["../../../../../src/types/chartType/barPercent/zBarPercent.ts"],"sourcesContent":["import { z } from 'zod'\nimport { 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} from '../../properties'\n\nexport const zBarPercent = z.object({\n chartType: z.literal('barPercent'),\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 xAxis: zXLinearAxis.nullish(),\n yAxis: zYBandAxis.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n stackCornerRadius: zStackCornerRadius.nullish(),\n barMaxWidth: zBarMaxWidth.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":["zBarPercent","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXLinearAxis","zYBandAxis","zCrosshairRect","zStackCornerRadius","zBarMaxWidth","zTheme","zBarStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","zLocale"],"mappings":";;;AA4BO,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;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,OAAOC,OAAO,OAAO;IACrB,UAAUjB,EAAE,KAAK,CAACkB,WAAW,EAAE,CAACA,WAAW,OAAO;IAClD,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,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/boxPlot/zBoxPlot.js","sources":["webpack://@visactor/vseed/./src/types/chartType/boxPlot/zBoxPlot.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zAnnotationArea,\n zAnnotationHorizontalLine,\n zAnnotationPoint,\n zAnnotationVerticalLine,\n zBackgroundColor,\n zBoxGapInGroup,\n zBoxMaxWidth,\n zBoxPlotStyle,\n zColor,\n zCrosshairRect,\n zDataset,\n zDimensionLinkage,\n zDimensions,\n zEncoding,\n zLabel,\n zLegend,\n zMeasures,\n zOutlierStyle,\n zSort,\n zSortLegend,\n zTheme,\n zTooltip,\n zBrush,\n zWhiskersConfig,\n zXBandAxis,\n zYLinearAxis,\n zPage,\n} from '../../properties'\n\nexport const zBoxPlot = z.object({\n chartType: z.literal('boxPlot'),\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 xAxis: zXBandAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n sort: zSort.nullish(),\n sortLegent: zSortLegend.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n boxPlotStyle: z.array(zBoxPlotStyle).or(zBoxPlotStyle).nullish(),\n outlierStyle: z.array(zOutlierStyle).or(zOutlierStyle).nullish(),\n theme: zTheme.nullish(),\n whiskers: zWhiskersConfig.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 boxMaxWidth: zBoxMaxWidth.nullish(),\n boxGapInGroup: zBoxGapInGroup.nullish(),\n})\n"],"names":["zBoxPlot","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXBandAxis","zYLinearAxis","zSort","zSortLegend","zCrosshairRect","zBoxPlotStyle","zOutlierStyle","zTheme","zWhiskersConfig","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","zLocale","zBoxMaxWidth","zBoxGapInGroup"],"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;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,MAAMC,MAAM,OAAO;IACnB,YAAYC,YAAY,OAAO;IAC/B,eAAeC,eAAe,OAAO;IACrC,cAAchB,EAAE,KAAK,CAACiB,eAAe,EAAE,CAACA,eAAe,OAAO;IAC9D,cAAcjB,EAAE,KAAK,CAACkB,eAAe,EAAE,CAACA,eAAe,OAAO;IAC9D,OAAOC,OAAO,OAAO;IACrB,UAAUC,gBAAgB,OAAO;IACjC,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;IACvB,aAAaC,aAAa,OAAO;IACjC,eAAeC,eAAe,OAAO;AACvC"}
1
+ {"version":3,"file":"types/chartType/boxPlot/zBoxPlot.js","sources":["../../../../../src/types/chartType/boxPlot/zBoxPlot.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zAnnotationArea,\n zAnnotationHorizontalLine,\n zAnnotationPoint,\n zAnnotationVerticalLine,\n zBackgroundColor,\n zBoxGapInGroup,\n zBoxMaxWidth,\n zBoxPlotStyle,\n zColor,\n zCrosshairRect,\n zDataset,\n zDimensionLinkage,\n zDimensions,\n zEncoding,\n zLabel,\n zLegend,\n zMeasures,\n zOutlierStyle,\n zSort,\n zSortLegend,\n zTheme,\n zTooltip,\n zBrush,\n zWhiskersConfig,\n zXBandAxis,\n zYLinearAxis,\n zPage,\n} from '../../properties'\n\nexport const zBoxPlot = z.object({\n chartType: z.literal('boxPlot'),\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 xAxis: zXBandAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n sort: zSort.nullish(),\n sortLegent: zSortLegend.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n boxPlotStyle: z.array(zBoxPlotStyle).or(zBoxPlotStyle).nullish(),\n outlierStyle: z.array(zOutlierStyle).or(zOutlierStyle).nullish(),\n theme: zTheme.nullish(),\n whiskers: zWhiskersConfig.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 boxMaxWidth: zBoxMaxWidth.nullish(),\n boxGapInGroup: zBoxGapInGroup.nullish(),\n})\n"],"names":["zBoxPlot","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXBandAxis","zYLinearAxis","zSort","zSortLegend","zCrosshairRect","zBoxPlotStyle","zOutlierStyle","zTheme","zWhiskersConfig","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","zLocale","zBoxMaxWidth","zBoxGapInGroup"],"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;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,MAAMC,MAAM,OAAO;IACnB,YAAYC,YAAY,OAAO;IAC/B,eAAeC,eAAe,OAAO;IACrC,cAAchB,EAAE,KAAK,CAACiB,eAAe,EAAE,CAACA,eAAe,OAAO;IAC9D,cAAcjB,EAAE,KAAK,CAACkB,eAAe,EAAE,CAACA,eAAe,OAAO;IAC9D,OAAOC,OAAO,OAAO;IACrB,UAAUC,gBAAgB,OAAO;IACjC,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;IACvB,aAAaC,aAAa,OAAO;IACjC,eAAeC,eAAe,OAAO;AACvC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/circlePacking/zCirclePacking.js","sources":["webpack://@visactor/vseed/./src/types/chartType/circlePacking/zCirclePacking.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 zCirclePacking = z.object({\n chartType: z.literal('circlePacking'),\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":["zCirclePacking","z","zDataset","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zTooltip","zTheme","zLocale"],"mappings":";;;AAcO,MAAMA,iBAAiBC,EAAE,MAAM,CAAC;IACrC,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/circlePacking/zCirclePacking.js","sources":["../../../../../src/types/chartType/circlePacking/zCirclePacking.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 zCirclePacking = z.object({\n chartType: z.literal('circlePacking'),\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":["zCirclePacking","z","zDataset","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zTooltip","zTheme","zLocale"],"mappings":";;;AAcO,MAAMA,iBAAiBC,EAAE,MAAM,CAAC;IACrC,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/column/zColumn.js","sources":["webpack://@visactor/vseed/./src/types/chartType/column/zColumn.ts"],"sourcesContent":["import { z } from 'zod'\nimport { 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 zPolynomialRegressionLine,\n zSort,\n zSortLegend,\n zStackCornerRadius,\n zTheme,\n zTooltip,\n zBrush,\n zXBandAxis,\n zYLinearAxis,\n zPage,\n zPlayer,\n} from '../../properties'\n\nexport const zColumn = z.object({\n chartType: z.literal('column'),\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 sort: zSort.nullish(),\n sortLegent: zSortLegend.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n stackCornerRadius: zStackCornerRadius.nullish(),\n barMaxWidth: zBarMaxWidth.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 polynomialRegressionLine: z.array(zPolynomialRegressionLine).or(zPolynomialRegressionLine).nullish(),\n dimensionLinkage: zDimensionLinkage.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zColumn","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zPlayer","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXBandAxis","zYLinearAxis","zSort","zSortLegend","zCrosshairRect","zStackCornerRadius","zBarMaxWidth","zTheme","zBarStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zPolynomialRegressionLine","zDimensionLinkage","zLocale"],"mappings":";;;AAgCO,MAAMA,UAAUC,EAAE,MAAM,CAAC;IAC9B,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,MAAMC,MAAM,OAAO;IACnB,YAAYC,YAAY,OAAO;IAC/B,eAAeC,eAAe,OAAO;IACrC,mBAAmBC,mBAAmB,OAAO;IAC7C,aAAaC,aAAa,OAAO;IACjC,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,0BAA0BzB,EAAE,KAAK,CAAC0B,2BAA2B,EAAE,CAACA,2BAA2B,OAAO;IAClG,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/column/zColumn.js","sources":["../../../../../src/types/chartType/column/zColumn.ts"],"sourcesContent":["import { z } from 'zod'\nimport { 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 zPolynomialRegressionLine,\n zSort,\n zSortLegend,\n zStackCornerRadius,\n zTheme,\n zTooltip,\n zBrush,\n zXBandAxis,\n zYLinearAxis,\n zPage,\n zPlayer,\n} from '../../properties'\n\nexport const zColumn = z.object({\n chartType: z.literal('column'),\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 sort: zSort.nullish(),\n sortLegent: zSortLegend.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n stackCornerRadius: zStackCornerRadius.nullish(),\n barMaxWidth: zBarMaxWidth.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 polynomialRegressionLine: z.array(zPolynomialRegressionLine).or(zPolynomialRegressionLine).nullish(),\n dimensionLinkage: zDimensionLinkage.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zColumn","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zPlayer","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXBandAxis","zYLinearAxis","zSort","zSortLegend","zCrosshairRect","zStackCornerRadius","zBarMaxWidth","zTheme","zBarStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zPolynomialRegressionLine","zDimensionLinkage","zLocale"],"mappings":";;;AAgCO,MAAMA,UAAUC,EAAE,MAAM,CAAC;IAC9B,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,MAAMC,MAAM,OAAO;IACnB,YAAYC,YAAY,OAAO;IAC/B,eAAeC,eAAe,OAAO;IACrC,mBAAmBC,mBAAmB,OAAO;IAC7C,aAAaC,aAAa,OAAO;IACjC,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,0BAA0BzB,EAAE,KAAK,CAAC0B,2BAA2B,EAAE,CAACA,2BAA2B,OAAO;IAClG,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/columnParallel/zColumnParallel.js","sources":["webpack://@visactor/vseed/./src/types/chartType/columnParallel/zColumnParallel.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zAnnotationArea,\n zAnnotationHorizontalLine,\n zAnnotationPoint,\n zAnnotationVerticalLine,\n zBackgroundColor,\n zBarGapInGroup,\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 zXBandAxis,\n zYLinearAxis,\n zPage,\n zPlayer,\n} from '../../properties'\n\nexport const zColumnParallel = z.object({\n chartType: z.literal('columnParallel'),\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 crosshairRect: zCrosshairRect.nullish(),\n stackCornerRadius: zStackCornerRadius.nullish(),\n barMaxWidth: zBarMaxWidth.nullish(),\n barGapInGroup: zBarGapInGroup.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":["zColumnParallel","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zPlayer","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXBandAxis","zYLinearAxis","zCrosshairRect","zStackCornerRadius","zBarMaxWidth","zBarGapInGroup","zTheme","zBarStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","zLocale"],"mappings":";;;AA8BO,MAAMA,kBAAkBC,EAAE,MAAM,CAAC;IACtC,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,mBAAmBC,mBAAmB,OAAO;IAC7C,aAAaC,aAAa,OAAO;IACjC,eAAeC,eAAe,OAAO;IACrC,OAAOC,OAAO,OAAO;IACrB,UAAUnB,EAAE,KAAK,CAACoB,WAAW,EAAE,CAACA,WAAW,OAAO;IAClD,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/columnParallel/zColumnParallel.js","sources":["../../../../../src/types/chartType/columnParallel/zColumnParallel.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zAnnotationArea,\n zAnnotationHorizontalLine,\n zAnnotationPoint,\n zAnnotationVerticalLine,\n zBackgroundColor,\n zBarGapInGroup,\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 zXBandAxis,\n zYLinearAxis,\n zPage,\n zPlayer,\n} from '../../properties'\n\nexport const zColumnParallel = z.object({\n chartType: z.literal('columnParallel'),\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 crosshairRect: zCrosshairRect.nullish(),\n stackCornerRadius: zStackCornerRadius.nullish(),\n barMaxWidth: zBarMaxWidth.nullish(),\n barGapInGroup: zBarGapInGroup.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":["zColumnParallel","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zPlayer","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXBandAxis","zYLinearAxis","zCrosshairRect","zStackCornerRadius","zBarMaxWidth","zBarGapInGroup","zTheme","zBarStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","zLocale"],"mappings":";;;AA8BO,MAAMA,kBAAkBC,EAAE,MAAM,CAAC;IACtC,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,mBAAmBC,mBAAmB,OAAO;IAC7C,aAAaC,aAAa,OAAO;IACjC,eAAeC,eAAe,OAAO;IACrC,OAAOC,OAAO,OAAO;IACrB,UAAUnB,EAAE,KAAK,CAACoB,WAAW,EAAE,CAACA,WAAW,OAAO;IAClD,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/columnPercent/zColumnPercent.js","sources":["webpack://@visactor/vseed/./src/types/chartType/columnPercent/zColumnPercent.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 zXBandAxis,\n zYLinearAxis,\n zPage,\n} from '../../properties'\n\nimport { z } from 'zod'\n\nexport const zColumnPercent = z.object({\n chartType: z.literal('columnPercent'),\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 xAxis: zXBandAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n stackCornerRadius: zStackCornerRadius.nullish(),\n barMaxWidth: zBarMaxWidth.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":["zColumnPercent","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXBandAxis","zYLinearAxis","zCrosshairRect","zStackCornerRadius","zBarMaxWidth","zTheme","zBarStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","zLocale"],"mappings":";;;AA6BO,MAAMA,iBAAiBC,EAAE,MAAM,CAAC;IACrC,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,WAAW,OAAO;IACzB,OAAOC,aAAa,OAAO;IAC3B,eAAeC,eAAe,OAAO;IACrC,mBAAmBC,mBAAmB,OAAO;IAC7C,aAAaC,aAAa,OAAO;IACjC,OAAOC,OAAO,OAAO;IACrB,UAAUjB,EAAE,KAAK,CAACkB,WAAW,EAAE,CAACA,WAAW,OAAO;IAClD,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,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/columnPercent/zColumnPercent.js","sources":["../../../../../src/types/chartType/columnPercent/zColumnPercent.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 zXBandAxis,\n zYLinearAxis,\n zPage,\n} from '../../properties'\n\nimport { z } from 'zod'\n\nexport const zColumnPercent = z.object({\n chartType: z.literal('columnPercent'),\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 xAxis: zXBandAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n stackCornerRadius: zStackCornerRadius.nullish(),\n barMaxWidth: zBarMaxWidth.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":["zColumnPercent","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXBandAxis","zYLinearAxis","zCrosshairRect","zStackCornerRadius","zBarMaxWidth","zTheme","zBarStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","zLocale"],"mappings":";;;AA6BO,MAAMA,iBAAiBC,EAAE,MAAM,CAAC;IACrC,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,WAAW,OAAO;IACzB,OAAOC,aAAa,OAAO;IAC3B,eAAeC,eAAe,OAAO;IACrC,mBAAmBC,mBAAmB,OAAO;IAC7C,aAAaC,aAAa,OAAO;IACjC,OAAOC,OAAO,OAAO;IACrB,UAAUjB,EAAE,KAAK,CAACkB,WAAW,EAAE,CAACA,WAAW,OAAO;IAClD,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,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/donut/zDonut.js","sources":["webpack://@visactor/vseed/./src/types/chartType/donut/zDonut.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} from '../../properties'\n\nexport const zDonut = z.object({\n chartType: z.literal('donut'),\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: 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":["zDonut","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zPieLabel","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,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/donut/zDonut.js","sources":["../../../../../src/types/chartType/donut/zDonut.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} from '../../properties'\n\nexport const zDonut = z.object({\n chartType: z.literal('donut'),\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: 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":["zDonut","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zPieLabel","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,UAAU,OAAO;IACxB,QAAQC,QAAQ,OAAO;IACvB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1,2 +1 @@
1
- import { zDualAxis } from "./zDualAxis.js";
2
- export { zDualAxis };
1
+ export { zDualAxis } from "./zDualAxis.js";
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/dualAxis/zDualAxis.js","sources":["webpack://@visactor/vseed/./src/types/chartType/dualAxis/zDualAxis.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from 'src/types/i18n'\nimport {\n zAnnotationArea,\n zAnnotationHorizontalLine,\n zAnnotationPoint,\n zAnnotationVerticalLine,\n zAreaStyle,\n zBackgroundColor,\n zBarGapInGroup,\n zBarMaxWidth,\n zBarStyle,\n zColor,\n zCrosshairRect,\n zDataset,\n zDimensionLinkage,\n zDimensions,\n zDualMeasures,\n zLabel,\n zLegend,\n zLineStyle,\n zPointStyle,\n zSort,\n zSortLegend,\n zTheme,\n zTooltip,\n zBrush,\n zXBandAxis,\n zYLinearAxis,\n zPage,\n} from 'src/types/properties'\n\nexport const zDualAxis = z.object({\n chartType: z.literal('dualAxis'),\n dataset: zDataset.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zDualMeasures.nullish(),\n page: zPage.nullish(),\n\n alignTicks: z.array(z.boolean()).or(z.boolean()).nullish(),\n\n primaryYAxis: z.array(zYLinearAxis).or(zYLinearAxis).nullish(),\n secondaryYAxis: z.array(zYLinearAxis).or(zYLinearAxis).nullish(),\n xAxis: zXBandAxis.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\n crosshairRect: zCrosshairRect.nullish(),\n sort: zSort.nullish(),\n sortLegend: zSortLegend.nullish(),\n theme: zTheme.nullish(),\n barMaxWidth: zBarMaxWidth.nullish(),\n barGapInGroup: zBarGapInGroup.nullish(),\n\n barStyle: z.array(zBarStyle).or(zBarStyle).nullish(),\n pointStyle: z.array(zPointStyle).or(zPointStyle).nullish(),\n lineStyle: z.array(zLineStyle).or(zLineStyle).nullish(),\n areaStyle: z.array(zAreaStyle).or(zAreaStyle).nullish(),\n\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\n locale: zLocale.nullish(),\n})\n"],"names":["zDualAxis","z","zDataset","zDimensions","zDualMeasures","zPage","zYLinearAxis","zXBandAxis","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zCrosshairRect","zSort","zSortLegend","zTheme","zBarMaxWidth","zBarGapInGroup","zBarStyle","zPointStyle","zLineStyle","zAreaStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","zLocale"],"mappings":";;;AAgCO,MAAMA,YAAYC,EAAE,MAAM,CAAC;IAChC,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,YAAYC,YAAY,OAAO;IAC/B,UAAUC,cAAc,OAAO;IAC/B,MAAMC,MAAM,OAAO;IAEnB,YAAYJ,EAAE,KAAK,CAACA,EAAE,OAAO,IAAI,EAAE,CAACA,EAAE,OAAO,IAAI,OAAO;IAExD,cAAcA,EAAE,KAAK,CAACK,cAAc,EAAE,CAACA,cAAc,OAAO;IAC5D,gBAAgBL,EAAE,KAAK,CAACK,cAAc,EAAE,CAACA,cAAc,OAAO;IAC9D,OAAOC,WAAW,OAAO;IAEzB,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;IACvB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IAErB,eAAeC,eAAe,OAAO;IACrC,MAAMC,MAAM,OAAO;IACnB,YAAYC,YAAY,OAAO;IAC/B,OAAOC,OAAO,OAAO;IACrB,aAAaC,aAAa,OAAO;IACjC,eAAeC,eAAe,OAAO;IAErC,UAAUlB,EAAE,KAAK,CAACmB,WAAW,EAAE,CAACA,WAAW,OAAO;IAClD,YAAYnB,EAAE,KAAK,CAACoB,aAAa,EAAE,CAACA,aAAa,OAAO;IACxD,WAAWpB,EAAE,KAAK,CAACqB,YAAY,EAAE,CAACA,YAAY,OAAO;IACrD,WAAWrB,EAAE,KAAK,CAACsB,YAAY,EAAE,CAACA,YAAY,OAAO;IAErD,iBAAiBtB,EAAE,KAAK,CAACuB,kBAAkB,EAAE,CAACA,kBAAkB,OAAO;IACvE,wBAAwBvB,EAAE,KAAK,CAACwB,yBAAyB,EAAE,CAACA,yBAAyB,OAAO;IAC5F,0BAA0BxB,EAAE,KAAK,CAACyB,2BAA2B,EAAE,CAACA,2BAA2B,OAAO;IAClG,gBAAgBzB,EAAE,KAAK,CAAC0B,iBAAiB,EAAE,CAACA,iBAAiB,OAAO;IACpE,kBAAkBC,kBAAkB,OAAO;IAE3C,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/dualAxis/zDualAxis.js","sources":["../../../../../src/types/chartType/dualAxis/zDualAxis.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from 'src/types/i18n'\nimport {\n zAnnotationArea,\n zAnnotationHorizontalLine,\n zAnnotationPoint,\n zAnnotationVerticalLine,\n zAreaStyle,\n zBackgroundColor,\n zBarGapInGroup,\n zBarMaxWidth,\n zBarStyle,\n zColor,\n zCrosshairRect,\n zDataset,\n zDimensionLinkage,\n zDimensions,\n zDualMeasures,\n zLabel,\n zLegend,\n zLineStyle,\n zPointStyle,\n zSort,\n zSortLegend,\n zTheme,\n zTooltip,\n zBrush,\n zXBandAxis,\n zYLinearAxis,\n zPage,\n} from 'src/types/properties'\n\nexport const zDualAxis = z.object({\n chartType: z.literal('dualAxis'),\n dataset: zDataset.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zDualMeasures.nullish(),\n page: zPage.nullish(),\n\n alignTicks: z.array(z.boolean()).or(z.boolean()).nullish(),\n\n primaryYAxis: z.array(zYLinearAxis).or(zYLinearAxis).nullish(),\n secondaryYAxis: z.array(zYLinearAxis).or(zYLinearAxis).nullish(),\n xAxis: zXBandAxis.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\n crosshairRect: zCrosshairRect.nullish(),\n sort: zSort.nullish(),\n sortLegend: zSortLegend.nullish(),\n theme: zTheme.nullish(),\n barMaxWidth: zBarMaxWidth.nullish(),\n barGapInGroup: zBarGapInGroup.nullish(),\n\n barStyle: z.array(zBarStyle).or(zBarStyle).nullish(),\n pointStyle: z.array(zPointStyle).or(zPointStyle).nullish(),\n lineStyle: z.array(zLineStyle).or(zLineStyle).nullish(),\n areaStyle: z.array(zAreaStyle).or(zAreaStyle).nullish(),\n\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\n locale: zLocale.nullish(),\n})\n"],"names":["zDualAxis","z","zDataset","zDimensions","zDualMeasures","zPage","zYLinearAxis","zXBandAxis","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zCrosshairRect","zSort","zSortLegend","zTheme","zBarMaxWidth","zBarGapInGroup","zBarStyle","zPointStyle","zLineStyle","zAreaStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","zLocale"],"mappings":";;;AAgCO,MAAMA,YAAYC,EAAE,MAAM,CAAC;IAChC,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,YAAYC,YAAY,OAAO;IAC/B,UAAUC,cAAc,OAAO;IAC/B,MAAMC,MAAM,OAAO;IAEnB,YAAYJ,EAAE,KAAK,CAACA,EAAE,OAAO,IAAI,EAAE,CAACA,EAAE,OAAO,IAAI,OAAO;IAExD,cAAcA,EAAE,KAAK,CAACK,cAAc,EAAE,CAACA,cAAc,OAAO;IAC5D,gBAAgBL,EAAE,KAAK,CAACK,cAAc,EAAE,CAACA,cAAc,OAAO;IAC9D,OAAOC,WAAW,OAAO;IAEzB,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;IACvB,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IAErB,eAAeC,eAAe,OAAO;IACrC,MAAMC,MAAM,OAAO;IACnB,YAAYC,YAAY,OAAO;IAC/B,OAAOC,OAAO,OAAO;IACrB,aAAaC,aAAa,OAAO;IACjC,eAAeC,eAAe,OAAO;IAErC,UAAUlB,EAAE,KAAK,CAACmB,WAAW,EAAE,CAACA,WAAW,OAAO;IAClD,YAAYnB,EAAE,KAAK,CAACoB,aAAa,EAAE,CAACA,aAAa,OAAO;IACxD,WAAWpB,EAAE,KAAK,CAACqB,YAAY,EAAE,CAACA,YAAY,OAAO;IACrD,WAAWrB,EAAE,KAAK,CAACsB,YAAY,EAAE,CAACA,YAAY,OAAO;IAErD,iBAAiBtB,EAAE,KAAK,CAACuB,kBAAkB,EAAE,CAACA,kBAAkB,OAAO;IACvE,wBAAwBvB,EAAE,KAAK,CAACwB,yBAAyB,EAAE,CAACA,yBAAyB,OAAO;IAC5F,0BAA0BxB,EAAE,KAAK,CAACyB,2BAA2B,EAAE,CAACA,2BAA2B,OAAO;IAClG,gBAAgBzB,EAAE,KAAK,CAAC0B,iBAAiB,EAAE,CAACA,iBAAiB,OAAO;IACpE,kBAAkBC,kBAAkB,OAAO;IAE3C,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/funnel/zFunnel.js","sources":["webpack://@visactor/vseed/./src/types/chartType/funnel/zFunnel.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zBackgroundColor,\n zColor,\n zColorLegend,\n zDataset,\n zDimensions,\n zEncoding,\n zLabel,\n zMeasures,\n zPage,\n zTheme,\n zTooltip,\n zBrush,\n} from '../../properties'\n\nexport const zFunnel = z.object({\n chartType: z.literal('funnel'),\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: zColorLegend.nullish(),\n tooltip: zTooltip.nullish(),\n brush: zBrush.nullish(),\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zFunnel","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zColorLegend","zTooltip","zBrush","zTheme","zLocale"],"mappings":";;;AAiBO,MAAMA,UAAUC,EAAE,MAAM,CAAC;IAC9B,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,aAAa,OAAO;IAC5B,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/funnel/zFunnel.js","sources":["../../../../../src/types/chartType/funnel/zFunnel.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zBackgroundColor,\n zColor,\n zColorLegend,\n zDataset,\n zDimensions,\n zEncoding,\n zLabel,\n zMeasures,\n zPage,\n zTheme,\n zTooltip,\n zBrush,\n} from '../../properties'\n\nexport const zFunnel = z.object({\n chartType: z.literal('funnel'),\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: zColorLegend.nullish(),\n tooltip: zTooltip.nullish(),\n brush: zBrush.nullish(),\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zFunnel","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zColorLegend","zTooltip","zBrush","zTheme","zLocale"],"mappings":";;;AAiBO,MAAMA,UAAUC,EAAE,MAAM,CAAC;IAC9B,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,aAAa,OAAO;IAC5B,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/heatmap/zHeatmap.js","sources":["webpack://@visactor/vseed/./src/types/chartType/heatmap/zHeatmap.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\n\nimport {\n zBackgroundColor,\n zColor,\n zColorLegend,\n zDataset,\n zDimensions,\n zLabel,\n zMeasures,\n zTheme,\n zTooltip,\n zBrush,\n zPage,\n} from '../../properties'\n\nexport const zHeatmap = z.object({\n chartType: z.literal('heatmap'),\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 legend: zColorLegend.nullish(),\n tooltip: zTooltip.nullish(),\n brush: zBrush.nullish(),\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zHeatmap","z","zDataset","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zColorLegend","zTooltip","zBrush","zTheme","zLocale"],"mappings":";;;AAiBO,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,QAAQC,aAAa,OAAO;IAC5B,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/heatmap/zHeatmap.js","sources":["../../../../../src/types/chartType/heatmap/zHeatmap.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\n\nimport {\n zBackgroundColor,\n zColor,\n zColorLegend,\n zDataset,\n zDimensions,\n zLabel,\n zMeasures,\n zTheme,\n zTooltip,\n zBrush,\n zPage,\n} from '../../properties'\n\nexport const zHeatmap = z.object({\n chartType: z.literal('heatmap'),\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 legend: zColorLegend.nullish(),\n tooltip: zTooltip.nullish(),\n brush: zBrush.nullish(),\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zHeatmap","z","zDataset","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zColorLegend","zTooltip","zBrush","zTheme","zLocale"],"mappings":";;;AAiBO,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,QAAQC,aAAa,OAAO;IAC5B,SAASC,SAAS,OAAO;IACzB,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/histogram/zHistogram.js","sources":["webpack://@visactor/vseed/./src/types/chartType/histogram/zHistogram.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zAnnotationArea,\n zAnnotationHorizontalLine,\n zAnnotationPoint,\n zAnnotationVerticalLine,\n zBackgroundColor,\n zBarStyle,\n zColor,\n zCrosshairRect,\n zDataset,\n zDimensionLinkage,\n zDimensions,\n zEcdfRegressionLine,\n zEncoding,\n zKdeRegressionLine,\n zLabel,\n zLegend,\n zMeasures,\n zTheme,\n zTooltip,\n zBrush,\n zXLinearAxis,\n zYLinearAxis,\n zPage,\n} from '../../properties'\n\nexport const zHistogram = z.object({\n chartType: z.literal('histogram'),\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 xAxis: zXLinearAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n binCount: z.number().positive().nullish(),\n binStep: z.number().positive().nullish(),\n binValueType: z.literal('count').or(z.literal('percentage')).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 ecdfRegressionLine: z.array(zEcdfRegressionLine).or(zEcdfRegressionLine).nullish(),\n kdeRegressionLine: z.array(zKdeRegressionLine).or(zKdeRegressionLine).nullish(),\n dimensionLinkage: zDimensionLinkage.nullish(),\n locale: zLocale.nullish(),\n})\n\nexport type Histogram = z.infer<typeof zHistogram>\n"],"names":["zHistogram","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXLinearAxis","zYLinearAxis","zCrosshairRect","zTheme","zBarStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zEcdfRegressionLine","zKdeRegressionLine","zDimensionLinkage","zLocale"],"mappings":";;;AA4BO,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;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,aAAa,OAAO;IAC3B,eAAeC,eAAe,OAAO;IACrC,UAAUd,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO;IACvC,SAASA,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO;IACtC,cAAcA,EAAE,OAAO,CAAC,SAAS,EAAE,CAACA,EAAE,OAAO,CAAC,eAAe,OAAO;IACpE,OAAOe,OAAO,OAAO;IACrB,UAAUf,EAAE,KAAK,CAACgB,WAAW,EAAE,CAACA,WAAW,OAAO;IAClD,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,oBAAoBpB,EAAE,KAAK,CAACqB,qBAAqB,EAAE,CAACA,qBAAqB,OAAO;IAChF,mBAAmBrB,EAAE,KAAK,CAACsB,oBAAoB,EAAE,CAACA,oBAAoB,OAAO;IAC7E,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/histogram/zHistogram.js","sources":["../../../../../src/types/chartType/histogram/zHistogram.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zAnnotationArea,\n zAnnotationHorizontalLine,\n zAnnotationPoint,\n zAnnotationVerticalLine,\n zBackgroundColor,\n zBarStyle,\n zColor,\n zCrosshairRect,\n zDataset,\n zDimensionLinkage,\n zDimensions,\n zEcdfRegressionLine,\n zEncoding,\n zKdeRegressionLine,\n zLabel,\n zLegend,\n zMeasures,\n zTheme,\n zTooltip,\n zBrush,\n zXLinearAxis,\n zYLinearAxis,\n zPage,\n} from '../../properties'\n\nexport const zHistogram = z.object({\n chartType: z.literal('histogram'),\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 xAxis: zXLinearAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n binCount: z.number().positive().nullish(),\n binStep: z.number().positive().nullish(),\n binValueType: z.literal('count').or(z.literal('percentage')).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 ecdfRegressionLine: z.array(zEcdfRegressionLine).or(zEcdfRegressionLine).nullish(),\n kdeRegressionLine: z.array(zKdeRegressionLine).or(zKdeRegressionLine).nullish(),\n dimensionLinkage: zDimensionLinkage.nullish(),\n locale: zLocale.nullish(),\n})\n\nexport type Histogram = z.infer<typeof zHistogram>\n"],"names":["zHistogram","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXLinearAxis","zYLinearAxis","zCrosshairRect","zTheme","zBarStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zEcdfRegressionLine","zKdeRegressionLine","zDimensionLinkage","zLocale"],"mappings":";;;AA4BO,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;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,aAAa,OAAO;IAC3B,eAAeC,eAAe,OAAO;IACrC,UAAUd,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO;IACvC,SAASA,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO;IACtC,cAAcA,EAAE,OAAO,CAAC,SAAS,EAAE,CAACA,EAAE,OAAO,CAAC,eAAe,OAAO;IACpE,OAAOe,OAAO,OAAO;IACrB,UAAUf,EAAE,KAAK,CAACgB,WAAW,EAAE,CAACA,WAAW,OAAO;IAClD,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,oBAAoBpB,EAAE,KAAK,CAACqB,qBAAqB,EAAE,CAACA,qBAAqB,OAAO;IAChF,mBAAmBrB,EAAE,KAAK,CAACsB,oBAAoB,EAAE,CAACA,oBAAoB,OAAO;IAC7E,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/line/zLine.js","sources":["webpack://@visactor/vseed/./src/types/chartType/line/zLine.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} from '../../properties'\n\nimport { z } from 'zod'\n\nexport const zLine = z.object({\n chartType: z.literal('line'),\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 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":["zLine","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXBandAxis","zYLinearAxis","zCrosshairLine","zSort","zSortLegend","zTheme","zPointStyle","zLineStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","zLocale"],"mappings":";;;AA8BO,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;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,MAAMC,MAAM,OAAO;IACnB,YAAYC,YAAY,OAAO;IAC/B,OAAOC,OAAO,OAAO;IACrB,YAAYjB,EAAE,KAAK,CAACkB,aAAa,EAAE,CAACA,aAAa,OAAO;IACxD,WAAWlB,EAAE,KAAK,CAACmB,YAAY,EAAE,CAACA,YAAY,OAAO;IACrD,iBAAiBnB,EAAE,KAAK,CAACoB,kBAAkB,EAAE,CAACA,kBAAkB,OAAO;IACvE,wBAAwBpB,EAAE,KAAK,CAACqB,yBAAyB,EAAE,CAACA,yBAAyB,OAAO;IAC5F,0BAA0BrB,EAAE,KAAK,CAACsB,2BAA2B,EAAE,CAACA,2BAA2B,OAAO;IAClG,gBAAgBtB,EAAE,KAAK,CAACuB,iBAAiB,EAAE,CAACA,iBAAiB,OAAO;IACpE,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/line/zLine.js","sources":["../../../../../src/types/chartType/line/zLine.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} from '../../properties'\n\nimport { z } from 'zod'\n\nexport const zLine = z.object({\n chartType: z.literal('line'),\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 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":["zLine","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zLabel","zLegend","zTooltip","zBrush","zXBandAxis","zYLinearAxis","zCrosshairLine","zSort","zSortLegend","zTheme","zPointStyle","zLineStyle","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea","zDimensionLinkage","zLocale"],"mappings":";;;AA8BO,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;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,MAAMC,MAAM,OAAO;IACnB,YAAYC,YAAY,OAAO;IAC/B,OAAOC,OAAO,OAAO;IACrB,YAAYjB,EAAE,KAAK,CAACkB,aAAa,EAAE,CAACA,aAAa,OAAO;IACxD,WAAWlB,EAAE,KAAK,CAACmB,YAAY,EAAE,CAACA,YAAY,OAAO;IACrD,iBAAiBnB,EAAE,KAAK,CAACoB,kBAAkB,EAAE,CAACA,kBAAkB,OAAO;IACvE,wBAAwBpB,EAAE,KAAK,CAACqB,yBAAyB,EAAE,CAACA,yBAAyB,OAAO;IAC5F,0BAA0BrB,EAAE,KAAK,CAACsB,2BAA2B,EAAE,CAACA,2BAA2B,OAAO;IAClG,gBAAgBtB,EAAE,KAAK,CAACuB,iBAAiB,EAAE,CAACA,iBAAiB,OAAO;IACpE,kBAAkBC,kBAAkB,OAAO;IAC3C,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/pie/zPie.js","sources":["webpack://@visactor/vseed/./src/types/chartType/pie/zPie.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} from '../../properties'\n\nexport const zPie = z.object({\n chartType: z.literal('pie'),\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: 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":["zPie","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zPieLabel","zLegend","zTooltip","zBrush","zTheme","zLocale"],"mappings":";;;AAiBO,MAAMA,OAAOC,EAAE,MAAM,CAAC;IAC3B,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,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/pie/zPie.js","sources":["../../../../../src/types/chartType/pie/zPie.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} from '../../properties'\n\nexport const zPie = z.object({\n chartType: z.literal('pie'),\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: 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":["zPie","z","zDataset","zEncoding","zDimensions","zMeasures","zPage","zBackgroundColor","zColor","zPieLabel","zLegend","zTooltip","zBrush","zTheme","zLocale"],"mappings":";;;AAiBO,MAAMA,OAAOC,EAAE,MAAM,CAAC;IAC3B,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,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/pivotTable/zPivotTable.js","sources":["webpack://@visactor/vseed/./src/types/chartType/pivotTable/zPivotTable.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zBackgroundColor,\n zDataset,\n zDimensions,\n zTheme,\n zMeasures,\n zBodyCellStyle,\n zPage,\n zPivotTableTotals,\n} from '../../properties'\n\nexport const zPivotTable = z.object({\n chartType: z.literal('pivotTable'),\n dataset: zDataset.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.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 indicatorsAsCol: z.boolean().nullish(),\n totals: zPivotTableTotals.nullish(),\n\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zPivotTable","z","zDataset","zDimensions","zMeasures","zPage","zBackgroundColor","zBodyCellStyle","zPivotTableTotals","zTheme","zLocale"],"mappings":";;;AAaO,MAAMA,cAAcC,EAAE,MAAM,CAAC;IAClC,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,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,iBAAiBN,EAAE,OAAO,GAAG,OAAO;IACpC,QAAQO,kBAAkB,OAAO;IAEjC,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/pivotTable/zPivotTable.js","sources":["../../../../../src/types/chartType/pivotTable/zPivotTable.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport {\n zBackgroundColor,\n zDataset,\n zDimensions,\n zTheme,\n zMeasures,\n zBodyCellStyle,\n zPage,\n zPivotTableTotals,\n} from '../../properties'\n\nexport const zPivotTable = z.object({\n chartType: z.literal('pivotTable'),\n dataset: zDataset.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasures.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 indicatorsAsCol: z.boolean().nullish(),\n totals: zPivotTableTotals.nullish(),\n\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zPivotTable","z","zDataset","zDimensions","zMeasures","zPage","zBackgroundColor","zBodyCellStyle","zPivotTableTotals","zTheme","zLocale"],"mappings":";;;AAaO,MAAMA,cAAcC,EAAE,MAAM,CAAC;IAClC,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,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,iBAAiBN,EAAE,OAAO,GAAG,OAAO;IACpC,QAAQO,kBAAkB,OAAO;IAEjC,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}