@visactor/vseed 0.1.51 → 0.2.1

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 (514) 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.map +1 -1
  6. package/dist/esm/builder/builder/buildSpec.js.map +1 -1
  7. package/dist/esm/builder/builder/builder.d.ts +346 -0
  8. package/dist/esm/builder/builder/builder.js.map +1 -1
  9. package/dist/esm/builder/register/all.js.map +1 -1
  10. package/dist/esm/builder/register/chartType/area.js.map +1 -1
  11. package/dist/esm/builder/register/chartType/areaPercent.js.map +1 -1
  12. package/dist/esm/builder/register/chartType/bar.js.map +1 -1
  13. package/dist/esm/builder/register/chartType/barParallel.js.map +1 -1
  14. package/dist/esm/builder/register/chartType/barPercent.js.map +1 -1
  15. package/dist/esm/builder/register/chartType/boxplot.js.map +1 -1
  16. package/dist/esm/builder/register/chartType/column.js.map +1 -1
  17. package/dist/esm/builder/register/chartType/columnParallel.js.map +1 -1
  18. package/dist/esm/builder/register/chartType/columnPercent.js.map +1 -1
  19. package/dist/esm/builder/register/chartType/donut.js.map +1 -1
  20. package/dist/esm/builder/register/chartType/dualAxis.js.map +1 -1
  21. package/dist/esm/builder/register/chartType/funnel.js.map +1 -1
  22. package/dist/esm/builder/register/chartType/heatmap.js.map +1 -1
  23. package/dist/esm/builder/register/chartType/histogram.js.map +1 -1
  24. package/dist/esm/builder/register/chartType/line.js.map +1 -1
  25. package/dist/esm/builder/register/chartType/pie.js.map +1 -1
  26. package/dist/esm/builder/register/chartType/pivotTable.js.map +1 -1
  27. package/dist/esm/builder/register/chartType/radar.js.map +1 -1
  28. package/dist/esm/builder/register/chartType/rose.js.map +1 -1
  29. package/dist/esm/builder/register/chartType/roseParallel.js.map +1 -1
  30. package/dist/esm/builder/register/chartType/scatter.js.map +1 -1
  31. package/dist/esm/builder/register/chartType/table.js.map +1 -1
  32. package/dist/esm/builder/register/custom.js.map +1 -1
  33. package/dist/esm/builder/register/theme/custom.js.map +1 -1
  34. package/dist/esm/builder/register/theme/dark.js.map +1 -1
  35. package/dist/esm/builder/register/theme/light.js.map +1 -1
  36. package/dist/esm/dataReshape/constant.js.map +1 -1
  37. package/dist/esm/dataReshape/dataReshapeByEncoding.js.map +1 -1
  38. package/dist/esm/dataReshape/foldMeasures.js.map +1 -1
  39. package/dist/esm/dataReshape/unfoldDimensions.js.map +1 -1
  40. package/dist/esm/dataSelector/selector.js.map +1 -1
  41. package/dist/esm/i18n/i18n.js.map +1 -1
  42. package/dist/esm/i18n/i18nData.js +9 -9
  43. package/dist/esm/i18n/i18nData.js.map +1 -1
  44. package/dist/esm/pipeline/advanced/chart/pipeline/area.js.map +1 -1
  45. package/dist/esm/pipeline/advanced/chart/pipeline/areaPercent.js.map +1 -1
  46. package/dist/esm/pipeline/advanced/chart/pipeline/bar.js.map +1 -1
  47. package/dist/esm/pipeline/advanced/chart/pipeline/barParallel.js.map +1 -1
  48. package/dist/esm/pipeline/advanced/chart/pipeline/barPercent.js.map +1 -1
  49. package/dist/esm/pipeline/advanced/chart/pipeline/boxplot.js.map +1 -1
  50. package/dist/esm/pipeline/advanced/chart/pipeline/column.js.map +1 -1
  51. package/dist/esm/pipeline/advanced/chart/pipeline/columnParallel.js.map +1 -1
  52. package/dist/esm/pipeline/advanced/chart/pipeline/columnPercent.js.map +1 -1
  53. package/dist/esm/pipeline/advanced/chart/pipeline/donut.js +3 -3
  54. package/dist/esm/pipeline/advanced/chart/pipeline/donut.js.map +1 -1
  55. package/dist/esm/pipeline/advanced/chart/pipeline/dualAxis.js.map +1 -1
  56. package/dist/esm/pipeline/advanced/chart/pipeline/funnel.js.map +1 -1
  57. package/dist/esm/pipeline/advanced/chart/pipeline/heatmap.js.map +1 -1
  58. package/dist/esm/pipeline/advanced/chart/pipeline/histogram.js +1 -2
  59. package/dist/esm/pipeline/advanced/chart/pipeline/histogram.js.map +1 -1
  60. package/dist/esm/pipeline/advanced/chart/pipeline/line.js.map +1 -1
  61. package/dist/esm/pipeline/advanced/chart/pipeline/pie.js +3 -3
  62. package/dist/esm/pipeline/advanced/chart/pipeline/pie.js.map +1 -1
  63. package/dist/esm/pipeline/advanced/chart/pipeline/radar.js.map +1 -1
  64. package/dist/esm/pipeline/advanced/chart/pipeline/rose.js.map +1 -1
  65. package/dist/esm/pipeline/advanced/chart/pipeline/roseParallel.js.map +1 -1
  66. package/dist/esm/pipeline/advanced/chart/pipeline/scatter.js.map +1 -1
  67. package/dist/esm/pipeline/advanced/chart/pipes/analysis/common.js.map +1 -1
  68. package/dist/esm/pipeline/advanced/chart/pipes/analysis/sortLegend.js.map +1 -1
  69. package/dist/esm/pipeline/advanced/chart/pipes/analysis/sortXBand.js.map +1 -1
  70. package/dist/esm/pipeline/advanced/chart/pipes/analysis/sortYBand.js.map +1 -1
  71. package/dist/esm/pipeline/advanced/chart/pipes/annotation/annotation.js.map +1 -1
  72. package/dist/esm/pipeline/advanced/chart/pipes/config/boxplot.js +2 -0
  73. package/dist/esm/pipeline/advanced/chart/pipes/config/boxplot.js.map +1 -1
  74. package/dist/esm/pipeline/advanced/chart/pipes/config/column.js.map +1 -1
  75. package/dist/esm/pipeline/advanced/chart/pipes/config/dualAxis.js.map +1 -1
  76. package/dist/esm/pipeline/advanced/chart/pipes/config/histogram.js.map +1 -1
  77. package/dist/esm/pipeline/advanced/chart/pipes/config/index.js.map +1 -1
  78. package/dist/esm/pipeline/advanced/chart/pipes/config/line.js.map +1 -1
  79. package/dist/esm/pipeline/advanced/chart/pipes/config/pie.js.map +1 -1
  80. package/dist/esm/pipeline/advanced/chart/pipes/config/scatter.js.map +1 -1
  81. package/dist/esm/pipeline/advanced/chart/pipes/default/defaultDimensions.js.map +1 -1
  82. package/dist/esm/pipeline/advanced/chart/pipes/default/defaultMeasureId.js.map +1 -1
  83. package/dist/esm/pipeline/advanced/chart/pipes/default/defaultMeasures.js +2 -2
  84. package/dist/esm/pipeline/advanced/chart/pipes/default/defaultMeasures.js.map +1 -1
  85. package/dist/esm/pipeline/advanced/chart/pipes/dimensions/pickDimensionsForReshape.js.map +1 -1
  86. package/dist/esm/pipeline/advanced/chart/pipes/encoding/adapter/encodingAdapter.js.map +1 -1
  87. package/dist/esm/pipeline/advanced/chart/pipes/encoding/bar.js.map +1 -1
  88. package/dist/esm/pipeline/advanced/chart/pipes/encoding/boxplot.js.map +1 -1
  89. package/dist/esm/pipeline/advanced/chart/pipes/encoding/color/addColorToEncoding.js.map +1 -1
  90. package/dist/esm/pipeline/advanced/chart/pipes/encoding/column.js.map +1 -1
  91. package/dist/esm/pipeline/advanced/chart/pipes/encoding/dualAxis.js.map +1 -1
  92. package/dist/esm/pipeline/advanced/chart/pipes/encoding/funnel.js.map +1 -1
  93. package/dist/esm/pipeline/advanced/chart/pipes/encoding/heatmap.js.map +1 -1
  94. package/dist/esm/pipeline/advanced/chart/pipes/encoding/histogram.js.map +1 -1
  95. package/dist/esm/pipeline/advanced/chart/pipes/encoding/line.js.map +1 -1
  96. package/dist/esm/pipeline/advanced/chart/pipes/encoding/pie.js +8 -6
  97. package/dist/esm/pipeline/advanced/chart/pipes/encoding/pie.js.map +1 -1
  98. package/dist/esm/pipeline/advanced/chart/pipes/encoding/radar.js.map +1 -1
  99. package/dist/esm/pipeline/advanced/chart/pipes/encoding/rose.js.map +1 -1
  100. package/dist/esm/pipeline/advanced/chart/pipes/encoding/scatter.js.map +1 -1
  101. package/dist/esm/pipeline/advanced/chart/pipes/init/initAdvancedVSeed.js.map +1 -1
  102. package/dist/esm/pipeline/advanced/chart/pipes/markStyle/markStyle.js +3 -1
  103. package/dist/esm/pipeline/advanced/chart/pipes/markStyle/markStyle.js.map +1 -1
  104. package/dist/esm/pipeline/advanced/chart/pipes/measures/buildMeasures.js +5 -1
  105. package/dist/esm/pipeline/advanced/chart/pipes/measures/buildMeasures.js.map +1 -1
  106. package/dist/esm/pipeline/advanced/chart/pipes/measures/buildMeasuresForDualAxis.js.map +1 -1
  107. package/dist/esm/pipeline/advanced/chart/pipes/measures/buildMeasuresForScatter.js.map +1 -1
  108. package/dist/esm/pipeline/advanced/chart/pipes/measures/pickMeasuresForReshape.js.map +1 -1
  109. package/dist/esm/pipeline/advanced/chart/pipes/measures/utils.js.map +1 -1
  110. package/dist/esm/pipeline/advanced/chart/pipes/pivot/pivotAdapter.js.map +1 -1
  111. package/dist/esm/pipeline/advanced/chart/pipes/regressionLine/regressionLine.js.map +1 -1
  112. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithBoxplotEncoding.js +1 -1
  113. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithBoxplotEncoding.js.map +1 -1
  114. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithDualEncoding.js.map +1 -1
  115. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithEncoding.js +1 -1
  116. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithEncoding.js.map +1 -1
  117. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithHistogramEncoding.js +1 -1
  118. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithHistogramEncoding.js.map +1 -1
  119. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithScatterEncoding.js.map +1 -1
  120. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithBoxplotEncoding.js.map +1 -1
  121. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithDualEncoding.js.map +1 -1
  122. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithEncoding.js.map +1 -1
  123. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithHistogramEncoding.js.map +1 -1
  124. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithScatterEncoding.js.map +1 -1
  125. package/dist/esm/pipeline/advanced/chart/pipes/theme/theme.js.map +1 -1
  126. package/dist/esm/pipeline/advanced/table/pipeline/pivotTable.js.map +1 -1
  127. package/dist/esm/pipeline/advanced/table/pipeline/table.js.map +1 -1
  128. package/dist/esm/pipeline/advanced/table/pipes/cellStyle/cellStyle.js.map +1 -1
  129. package/dist/esm/pipeline/advanced/table/pipes/config/pivotTableConfig.js.map +1 -1
  130. package/dist/esm/pipeline/advanced/table/pipes/config/tableConfig.js.map +1 -1
  131. package/dist/esm/pipeline/advanced/table/pipes/default/defaultDimensions.js.map +1 -1
  132. package/dist/esm/pipeline/advanced/table/pipes/default/defaultMeasureId.js.map +1 -1
  133. package/dist/esm/pipeline/advanced/table/pipes/default/defaultMeasures.js.map +1 -1
  134. package/dist/esm/pipeline/advanced/table/pipes/encoding/pivotTable.js.map +1 -1
  135. package/dist/esm/pipeline/advanced/table/pipes/init/initAdvancedVSeed.js.map +1 -1
  136. package/dist/esm/pipeline/advanced/table/pipes/records/records.js.map +1 -1
  137. package/dist/esm/pipeline/advanced/table/pipes/reshape/reshapePivotTable.js.map +1 -1
  138. package/dist/esm/pipeline/spec/chart/pipeline/area.js.map +1 -1
  139. package/dist/esm/pipeline/spec/chart/pipeline/areaPercent.js.map +1 -1
  140. package/dist/esm/pipeline/spec/chart/pipeline/bar.js.map +1 -1
  141. package/dist/esm/pipeline/spec/chart/pipeline/barParallel.js.map +1 -1
  142. package/dist/esm/pipeline/spec/chart/pipeline/barPercent.js.map +1 -1
  143. package/dist/esm/pipeline/spec/chart/pipeline/boxplot.js +10 -5
  144. package/dist/esm/pipeline/spec/chart/pipeline/boxplot.js.map +1 -1
  145. package/dist/esm/pipeline/spec/chart/pipeline/column.js.map +1 -1
  146. package/dist/esm/pipeline/spec/chart/pipeline/columnParallel.js.map +1 -1
  147. package/dist/esm/pipeline/spec/chart/pipeline/columnPercent.js.map +1 -1
  148. package/dist/esm/pipeline/spec/chart/pipeline/donut.js.map +1 -1
  149. package/dist/esm/pipeline/spec/chart/pipeline/dualAxis.js +15 -13
  150. package/dist/esm/pipeline/spec/chart/pipeline/dualAxis.js.map +1 -1
  151. package/dist/esm/pipeline/spec/chart/pipeline/funnel.js.map +1 -1
  152. package/dist/esm/pipeline/spec/chart/pipeline/heatmap.js.map +1 -1
  153. package/dist/esm/pipeline/spec/chart/pipeline/histogram.js.map +1 -1
  154. package/dist/esm/pipeline/spec/chart/pipeline/line.js.map +1 -1
  155. package/dist/esm/pipeline/spec/chart/pipeline/pie.js.map +1 -1
  156. package/dist/esm/pipeline/spec/chart/pipeline/radar.js.map +1 -1
  157. package/dist/esm/pipeline/spec/chart/pipeline/rose.js.map +1 -1
  158. package/dist/esm/pipeline/spec/chart/pipeline/roseParallel.js.map +1 -1
  159. package/dist/esm/pipeline/spec/chart/pipeline/scatter.js +3 -1
  160. package/dist/esm/pipeline/spec/chart/pipeline/scatter.js.map +1 -1
  161. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationArea.js.map +1 -1
  162. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationAreaBand.js.map +1 -1
  163. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationHorizontalLine.js.map +1 -1
  164. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPoint.js.map +1 -1
  165. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPointOfDualAxis.js.map +1 -1
  166. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationVerticalLine.js.map +1 -1
  167. package/dist/esm/pipeline/spec/chart/pipes/annotation/splitLine.js.map +1 -1
  168. package/dist/esm/pipeline/spec/chart/pipes/annotation/utils.js.map +1 -1
  169. package/dist/esm/pipeline/spec/chart/pipes/axes/format/linearFormat.js.map +1 -1
  170. package/dist/esm/pipeline/spec/chart/pipes/axes/radarAngle.js.map +1 -1
  171. package/dist/esm/pipeline/spec/chart/pipes/axes/radarRadius.js.map +1 -1
  172. package/dist/esm/pipeline/spec/chart/pipes/axes/radius.js.map +1 -1
  173. package/dist/esm/pipeline/spec/chart/pipes/axes/title/defaultTitleText.js.map +1 -1
  174. package/dist/esm/pipeline/spec/chart/pipes/axes/xBand.js.map +1 -1
  175. package/dist/esm/pipeline/spec/chart/pipes/axes/xLinear.js.map +1 -1
  176. package/dist/esm/pipeline/spec/chart/pipes/axes/yBand.js.map +1 -1
  177. package/dist/esm/pipeline/spec/chart/pipes/axes/yLinear.js.map +1 -1
  178. package/dist/esm/pipeline/spec/chart/pipes/axes/yLinearPrimary.js.map +1 -1
  179. package/dist/esm/pipeline/spec/chart/pipes/axes/yLinearSecondary.js.map +1 -1
  180. package/dist/esm/pipeline/spec/chart/pipes/backgroundColor/background.js.map +1 -1
  181. package/dist/esm/pipeline/spec/chart/pipes/barWidth/barGapInGroup.js.map +1 -1
  182. package/dist/esm/pipeline/spec/chart/pipes/barWidth/barMaxWidth.js.map +1 -1
  183. package/dist/esm/pipeline/spec/chart/pipes/boxWidth/boxGapInGroup.d.ts +2 -0
  184. package/dist/esm/pipeline/spec/chart/pipes/boxWidth/boxGapInGroup.js +14 -0
  185. package/dist/esm/pipeline/spec/chart/pipes/boxWidth/boxGapInGroup.js.map +1 -0
  186. package/dist/esm/pipeline/spec/chart/pipes/boxWidth/boxMaxWidth.d.ts +2 -0
  187. package/dist/esm/pipeline/spec/chart/pipes/boxWidth/boxMaxWidth.js +14 -0
  188. package/dist/esm/pipeline/spec/chart/pipes/boxWidth/boxMaxWidth.js.map +1 -0
  189. package/dist/esm/pipeline/spec/chart/pipes/boxWidth/index.d.ts +2 -0
  190. package/dist/esm/pipeline/spec/chart/pipes/boxWidth/index.js +2 -0
  191. package/dist/esm/pipeline/spec/chart/pipes/color/color.js.map +1 -1
  192. package/dist/esm/pipeline/spec/chart/pipes/color/colorAdapter.js.map +1 -1
  193. package/dist/esm/pipeline/spec/chart/pipes/color/colorAreaStyleFill.js.map +1 -1
  194. package/dist/esm/pipeline/spec/chart/pipes/color/colorBarStyleFill.js.map +1 -1
  195. package/dist/esm/pipeline/spec/chart/pipes/color/colorBoxPlotStyleFill.d.ts +2 -0
  196. package/dist/esm/pipeline/spec/chart/pipes/color/colorBoxPlotStyleFill.js +17 -0
  197. package/dist/esm/pipeline/spec/chart/pipes/color/colorBoxPlotStyleFill.js.map +1 -0
  198. package/dist/esm/pipeline/spec/chart/pipes/color/colorCellStyleFill.js.map +1 -1
  199. package/dist/esm/pipeline/spec/chart/pipes/color/colorFunnelStyleFill.js.map +1 -1
  200. package/dist/esm/pipeline/spec/chart/pipes/color/colorLineStyleFill.js.map +1 -1
  201. package/dist/esm/pipeline/spec/chart/pipes/color/colorPieStyleFill.js.map +1 -1
  202. package/dist/esm/pipeline/spec/chart/pipes/color/colorPointStyleFill.js.map +1 -1
  203. package/dist/esm/pipeline/spec/chart/pipes/color/colorRoseStyleFill.js.map +1 -1
  204. package/dist/esm/pipeline/spec/chart/pipes/color/index.d.ts +1 -0
  205. package/dist/esm/pipeline/spec/chart/pipes/color/index.js +2 -1
  206. package/dist/esm/pipeline/spec/chart/pipes/color/linearColor.js.map +1 -1
  207. package/dist/esm/pipeline/spec/chart/pipes/color/linearColorForDualAxis.js.map +1 -1
  208. package/dist/esm/pipeline/spec/chart/pipes/crosshair/histogramCrosshair.js.map +1 -1
  209. package/dist/esm/pipeline/spec/chart/pipes/crosshair/horizontalCrosshairLine.js.map +1 -1
  210. package/dist/esm/pipeline/spec/chart/pipes/crosshair/horizontalCrosshairRect.js +1 -1
  211. package/dist/esm/pipeline/spec/chart/pipes/crosshair/horizontalCrosshairRect.js.map +1 -1
  212. package/dist/esm/pipeline/spec/chart/pipes/crosshair/verticalCrosshairLine.js.map +1 -1
  213. package/dist/esm/pipeline/spec/chart/pipes/crosshair/verticalCrosshairRect.js +1 -1
  214. package/dist/esm/pipeline/spec/chart/pipes/crosshair/verticalCrosshairRect.js.map +1 -1
  215. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetBoxplot.js.map +1 -1
  216. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetDualAxis.js.map +1 -1
  217. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetHistogram.js.map +1 -1
  218. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetPivot.js.map +1 -1
  219. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetScatter.js.map +1 -1
  220. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetXY.js.map +1 -1
  221. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetYX.js.map +1 -1
  222. package/dist/esm/pipeline/spec/chart/pipes/dataset/progressive.js.map +1 -1
  223. package/dist/esm/pipeline/spec/chart/pipes/dual/dualChartType.js.map +1 -1
  224. package/dist/esm/pipeline/spec/chart/pipes/index.d.ts +2 -0
  225. package/dist/esm/pipeline/spec/chart/pipes/index.js +2 -0
  226. package/dist/esm/pipeline/spec/chart/pipes/init/area.js.map +1 -1
  227. package/dist/esm/pipeline/spec/chart/pipes/init/bar.js.map +1 -1
  228. package/dist/esm/pipeline/spec/chart/pipes/init/barParallel.js.map +1 -1
  229. package/dist/esm/pipeline/spec/chart/pipes/init/boxplot.js.map +1 -1
  230. package/dist/esm/pipeline/spec/chart/pipes/init/column.js.map +1 -1
  231. package/dist/esm/pipeline/spec/chart/pipes/init/columnParallel.js.map +1 -1
  232. package/dist/esm/pipeline/spec/chart/pipes/init/donut.js.map +1 -1
  233. package/dist/esm/pipeline/spec/chart/pipes/init/dualAxis.js.map +1 -1
  234. package/dist/esm/pipeline/spec/chart/pipes/init/funnel.js.map +1 -1
  235. package/dist/esm/pipeline/spec/chart/pipes/init/heatmap.js.map +1 -1
  236. package/dist/esm/pipeline/spec/chart/pipes/init/histogram.js.map +1 -1
  237. package/dist/esm/pipeline/spec/chart/pipes/init/line.js.map +1 -1
  238. package/dist/esm/pipeline/spec/chart/pipes/init/pie.js.map +1 -1
  239. package/dist/esm/pipeline/spec/chart/pipes/init/pivot.js +2 -2
  240. package/dist/esm/pipeline/spec/chart/pipes/init/pivot.js.map +1 -1
  241. package/dist/esm/pipeline/spec/chart/pipes/init/radar.js.map +1 -1
  242. package/dist/esm/pipeline/spec/chart/pipes/init/rose.js.map +1 -1
  243. package/dist/esm/pipeline/spec/chart/pipes/init/roseParallel.js.map +1 -1
  244. package/dist/esm/pipeline/spec/chart/pipes/init/scatter.js.map +1 -1
  245. package/dist/esm/pipeline/spec/chart/pipes/label/label.js.map +1 -1
  246. package/dist/esm/pipeline/spec/chart/pipes/label/labelDualAxis.js.map +1 -1
  247. package/dist/esm/pipeline/spec/chart/pipes/label/labelPie.js.map +1 -1
  248. package/dist/esm/pipeline/spec/chart/pipes/label/labelScatter.js.map +1 -1
  249. package/dist/esm/pipeline/spec/chart/pipes/legend/boxLegend.js.map +1 -1
  250. package/dist/esm/pipeline/spec/chart/pipes/legend/colorLegend.js.map +1 -1
  251. package/dist/esm/pipeline/spec/chart/pipes/legend/discreteLegend.js.map +1 -1
  252. package/dist/esm/pipeline/spec/chart/pipes/legend/heatmapColorLegend.js.map +1 -1
  253. package/dist/esm/pipeline/spec/chart/pipes/legend/pivotColorLegend.js.map +1 -1
  254. package/dist/esm/pipeline/spec/chart/pipes/legend/pivotDiscreteLegend.js.map +1 -1
  255. package/dist/esm/pipeline/spec/chart/pipes/markStyle/areaStyle.js.map +1 -1
  256. package/dist/esm/pipeline/spec/chart/pipes/markStyle/barStyle.js.map +1 -1
  257. package/dist/esm/pipeline/spec/chart/pipes/markStyle/boxPlotStyle.d.ts +2 -0
  258. package/dist/esm/pipeline/spec/chart/pipes/markStyle/boxPlotStyle.js +52 -0
  259. package/dist/esm/pipeline/spec/chart/pipes/markStyle/boxPlotStyle.js.map +1 -0
  260. package/dist/esm/pipeline/spec/chart/pipes/markStyle/cellStyle.js.map +1 -1
  261. package/dist/esm/pipeline/spec/chart/pipes/markStyle/curve/curve.js.map +1 -1
  262. package/dist/esm/pipeline/spec/chart/pipes/markStyle/funnelStyle.js.map +1 -1
  263. package/dist/esm/pipeline/spec/chart/pipes/markStyle/funnelTransformStyle.js.map +1 -1
  264. package/dist/esm/pipeline/spec/chart/pipes/markStyle/index.d.ts +2 -0
  265. package/dist/esm/pipeline/spec/chart/pipes/markStyle/index.js +3 -1
  266. package/dist/esm/pipeline/spec/chart/pipes/markStyle/lineStyle.js.map +1 -1
  267. package/dist/esm/pipeline/spec/chart/pipes/markStyle/outlierStyle.d.ts +2 -0
  268. package/dist/esm/pipeline/spec/chart/pipes/markStyle/outlierStyle.js +67 -0
  269. package/dist/esm/pipeline/spec/chart/pipes/markStyle/outlierStyle.js.map +1 -0
  270. package/dist/esm/pipeline/spec/chart/pipes/markStyle/pieStyle.js.map +1 -1
  271. package/dist/esm/pipeline/spec/chart/pipes/markStyle/pointState.js.map +1 -1
  272. package/dist/esm/pipeline/spec/chart/pipes/markStyle/pointStyle.js.map +1 -1
  273. package/dist/esm/pipeline/spec/chart/pipes/markStyle/roseStyle.js.map +1 -1
  274. package/dist/esm/pipeline/spec/chart/pipes/percent/percent.js.map +1 -1
  275. package/dist/esm/pipeline/spec/chart/pipes/pipeFilter/areaStyleFilter.d.ts +2 -0
  276. package/dist/esm/pipeline/spec/chart/pipes/pipeFilter/areaStyleFilter.js +7 -0
  277. package/dist/esm/pipeline/spec/chart/pipes/pipeFilter/areaStyleFilter.js.map +1 -0
  278. package/dist/esm/pipeline/spec/chart/pipes/pipeFilter/barStyleFilter.d.ts +2 -0
  279. package/dist/esm/pipeline/spec/chart/pipes/pipeFilter/barStyleFilter.js +7 -0
  280. package/dist/esm/pipeline/spec/chart/pipes/pipeFilter/barStyleFilter.js.map +1 -0
  281. package/dist/esm/pipeline/spec/chart/pipes/pipeFilter/index.d.ts +4 -0
  282. package/dist/esm/pipeline/spec/chart/pipes/pipeFilter/index.js +4 -0
  283. package/dist/esm/pipeline/spec/chart/pipes/pipeFilter/lineStyleFilter.d.ts +2 -0
  284. package/dist/esm/pipeline/spec/chart/pipes/pipeFilter/lineStyleFilter.js +7 -0
  285. package/dist/esm/pipeline/spec/chart/pipes/pipeFilter/lineStyleFilter.js.map +1 -0
  286. package/dist/esm/pipeline/spec/chart/pipes/pipeFilter/pointStyleFilter.d.ts +2 -0
  287. package/dist/esm/pipeline/spec/chart/pipes/pipeFilter/pointStyleFilter.js +7 -0
  288. package/dist/esm/pipeline/spec/chart/pipes/pipeFilter/pointStyleFilter.js.map +1 -0
  289. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/dimensionLinkage.js +18 -20
  290. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/dimensionLinkage.js.map +1 -1
  291. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotAdapter.js.map +1 -1
  292. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotAxisStyle.js +2 -0
  293. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotAxisStyle.js.map +1 -1
  294. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotColumnDimensions.js.map +1 -1
  295. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotGridStyle.js +1 -1
  296. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotGridStyle.js.map +1 -1
  297. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotHideIndicatorName.js +7 -3
  298. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotHideIndicatorName.js.map +1 -1
  299. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotIndicators.js +2 -2
  300. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotIndicators.js.map +1 -1
  301. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotRowDimensions.js.map +1 -1
  302. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotTitle.js.map +1 -1
  303. package/dist/esm/pipeline/spec/chart/pipes/region/addRegionPadding.js.map +1 -1
  304. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/columnRegressionLine.js +8 -4
  305. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/columnRegressionLine.js.map +1 -1
  306. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/common.d.ts +1 -0
  307. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/common.js +2 -1
  308. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/common.js.map +1 -1
  309. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/ecdfRegressionLine.js +1 -0
  310. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/ecdfRegressionLine.js.map +1 -1
  311. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/kdeRegressionLine.js +6 -1
  312. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/kdeRegressionLine.js.map +1 -1
  313. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/linearRegressionLine.d.ts +1 -1
  314. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/linearRegressionLine.js +15 -9
  315. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/linearRegressionLine.js.map +1 -1
  316. package/dist/esm/pipeline/spec/chart/pipes/series/series.js.map +1 -1
  317. package/dist/esm/pipeline/spec/chart/pipes/size/scatterSize.js.map +1 -1
  318. package/dist/esm/pipeline/spec/chart/pipes/stack/stack.js.map +1 -1
  319. package/dist/esm/pipeline/spec/chart/pipes/stack/stackCornerRadius.js +2 -3
  320. package/dist/esm/pipeline/spec/chart/pipes/stack/stackCornerRadius.js.map +1 -1
  321. package/dist/esm/pipeline/spec/chart/pipes/tooltip/index.d.ts +1 -1
  322. package/dist/esm/pipeline/spec/chart/pipes/tooltip/index.js +2 -2
  323. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltip.js.map +1 -1
  324. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipBoxplot.js.map +1 -1
  325. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipDualAxis.d.ts +1 -0
  326. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipDualAxis.js +16 -2
  327. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipDualAxis.js.map +1 -1
  328. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHeatmap.js.map +1 -1
  329. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHistogram.js.map +1 -1
  330. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipScatter.js.map +1 -1
  331. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipStyle.js.map +1 -1
  332. package/dist/esm/pipeline/spec/chart/utils/histogram.js.map +1 -1
  333. package/dist/esm/pipeline/spec/table/pipeline/pivotTable.js.map +1 -1
  334. package/dist/esm/pipeline/spec/table/pipeline/table.js.map +1 -1
  335. package/dist/esm/pipeline/spec/table/pipes/cellStyle/common.js.map +1 -1
  336. package/dist/esm/pipeline/spec/table/pipes/cellStyle/pivot.js.map +1 -1
  337. package/dist/esm/pipeline/spec/table/pipes/cellStyle/table.js.map +1 -1
  338. package/dist/esm/pipeline/spec/table/pipes/columns/dimensionsToColumns.js.map +1 -1
  339. package/dist/esm/pipeline/spec/table/pipes/columns/measuresToColumns.js.map +1 -1
  340. package/dist/esm/pipeline/spec/table/pipes/columns/pivotColumns.js.map +1 -1
  341. package/dist/esm/pipeline/spec/table/pipes/corner/titleOnDimension.js.map +1 -1
  342. package/dist/esm/pipeline/spec/table/pipes/indicators/pivotDataConfig.js.map +1 -1
  343. package/dist/esm/pipeline/spec/table/pipes/indicators/pivotIndicators.js.map +1 -1
  344. package/dist/esm/pipeline/spec/table/pipes/init/pivotTable.js.map +1 -1
  345. package/dist/esm/pipeline/spec/table/pipes/init/table.js.map +1 -1
  346. package/dist/esm/pipeline/spec/table/pipes/rows/pivotRows.js.map +1 -1
  347. package/dist/esm/pipeline/spec/table/pipes/theme/bodyStyle.js.map +1 -1
  348. package/dist/esm/pipeline/spec/table/pipes/theme/cornerHeaderStyle.js.map +1 -1
  349. package/dist/esm/pipeline/spec/table/pipes/theme/frameStyle.js.map +1 -1
  350. package/dist/esm/pipeline/spec/table/pipes/theme/headerStyle.js.map +1 -1
  351. package/dist/esm/pipeline/spec/table/pipes/theme/rowHeaderStyle.js.map +1 -1
  352. package/dist/esm/pipeline/spec/table/pipes/theme/scrollStyle.js.map +1 -1
  353. package/dist/esm/pipeline/spec/table/pipes/theme/selectionStyle.js.map +1 -1
  354. package/dist/esm/pipeline/utils/chatType.js.map +1 -1
  355. package/dist/esm/pipeline/utils/constant.js.map +1 -1
  356. package/dist/esm/pipeline/utils/dimensions/delete.js.map +1 -1
  357. package/dist/esm/pipeline/utils/dimensions/typeGuard.js.map +1 -1
  358. package/dist/esm/pipeline/utils/format/createFormatter.js.map +1 -1
  359. package/dist/esm/pipeline/utils/format/createFormatterByMeasure.js.map +1 -1
  360. package/dist/esm/pipeline/utils/format/createNumFormatter.js +1 -1
  361. package/dist/esm/pipeline/utils/format/createNumFormatter.js.map +1 -1
  362. package/dist/esm/pipeline/utils/measures/delete.js.map +1 -1
  363. package/dist/esm/pipeline/utils/measures/depth.js.map +1 -1
  364. package/dist/esm/pipeline/utils/measures/find.d.ts +1 -0
  365. package/dist/esm/pipeline/utils/measures/find.js +13 -1
  366. package/dist/esm/pipeline/utils/measures/find.js.map +1 -1
  367. package/dist/esm/pipeline/utils/measures/typeGuard.js.map +1 -1
  368. package/dist/esm/pipeline/utils/pipeline.js.map +1 -1
  369. package/dist/esm/pipeline/utils/replaceNullToUndefined.js.map +1 -1
  370. package/dist/esm/pipeline/utils/tree/traverse.js.map +1 -1
  371. package/dist/esm/pipeline/utils/valid/checkVSeed.js.map +1 -1
  372. package/dist/esm/theme/common/annotaion.js.map +1 -1
  373. package/dist/esm/theme/common/axes.js +4 -4
  374. package/dist/esm/theme/common/axes.js.map +1 -1
  375. package/dist/esm/theme/common/boxPlot.d.ts +5 -0
  376. package/dist/esm/theme/common/boxPlot.js +15 -0
  377. package/dist/esm/theme/common/boxPlot.js.map +1 -0
  378. package/dist/esm/theme/common/color.js.map +1 -1
  379. package/dist/esm/theme/common/crosshair.js +4 -4
  380. package/dist/esm/theme/common/crosshair.js.map +1 -1
  381. package/dist/esm/theme/common/funnelTransform.js.map +1 -1
  382. package/dist/esm/theme/common/heatmapCell.js.map +1 -1
  383. package/dist/esm/theme/common/label.js.map +1 -1
  384. package/dist/esm/theme/common/legend.js.map +1 -1
  385. package/dist/esm/theme/common/regressionLine.js.map +1 -1
  386. package/dist/esm/theme/common/table.js +2 -0
  387. package/dist/esm/theme/common/table.js.map +1 -1
  388. package/dist/esm/theme/common/tooltip.js.map +1 -1
  389. package/dist/esm/theme/dark/dark.js +4 -1
  390. package/dist/esm/theme/dark/dark.js.map +1 -1
  391. package/dist/esm/theme/light/light.js +4 -1
  392. package/dist/esm/theme/light/light.js.map +1 -1
  393. package/dist/esm/types/advancedVSeed.d.ts +362 -0
  394. package/dist/esm/types/advancedVSeed.js.map +1 -1
  395. package/dist/esm/types/builder/builder.js.map +1 -1
  396. package/dist/esm/types/chartType/area/zArea.js.map +1 -1
  397. package/dist/esm/types/chartType/areaPercent/zAreaPercent.js.map +1 -1
  398. package/dist/esm/types/chartType/bar/zBar.js.map +1 -1
  399. package/dist/esm/types/chartType/barParallel/zBarParallel.js.map +1 -1
  400. package/dist/esm/types/chartType/barPercent/zBarPercent.js.map +1 -1
  401. package/dist/esm/types/chartType/boxplot/boxplot.d.ts +17 -1
  402. package/dist/esm/types/chartType/boxplot/zBoxplot.d.ts +318 -0
  403. package/dist/esm/types/chartType/boxplot/zBoxplot.js +6 -2
  404. package/dist/esm/types/chartType/boxplot/zBoxplot.js.map +1 -1
  405. package/dist/esm/types/chartType/column/zColumn.js.map +1 -1
  406. package/dist/esm/types/chartType/columnParallel/zColumnParallel.js.map +1 -1
  407. package/dist/esm/types/chartType/columnPercent/zColumnPercent.js.map +1 -1
  408. package/dist/esm/types/chartType/donut/zDonut.js.map +1 -1
  409. package/dist/esm/types/chartType/dualAxis/zDualAxis.js.map +1 -1
  410. package/dist/esm/types/chartType/funnel/zFunnel.js.map +1 -1
  411. package/dist/esm/types/chartType/heatmap/zHeatmap.js.map +1 -1
  412. package/dist/esm/types/chartType/histogram/zHistogram.js.map +1 -1
  413. package/dist/esm/types/chartType/line/zLine.js.map +1 -1
  414. package/dist/esm/types/chartType/pie/zPie.js.map +1 -1
  415. package/dist/esm/types/chartType/pivotTable/zPivotTable.js.map +1 -1
  416. package/dist/esm/types/chartType/radar/zRadar.js.map +1 -1
  417. package/dist/esm/types/chartType/rose/zRose.js.map +1 -1
  418. package/dist/esm/types/chartType/roseParallel/zRoseParallel.js.map +1 -1
  419. package/dist/esm/types/chartType/scatter/zScatter.js.map +1 -1
  420. package/dist/esm/types/chartType/table/zTable.js.map +1 -1
  421. package/dist/esm/types/dataSelector/selector.js.map +1 -1
  422. package/dist/esm/types/i18n/i18n.js.map +1 -1
  423. package/dist/esm/types/properties/analysis/analysis.js.map +1 -1
  424. package/dist/esm/types/properties/analysis/sort.js.map +1 -1
  425. package/dist/esm/types/properties/analysis/sortLegend.js.map +1 -1
  426. package/dist/esm/types/properties/annotation/annotation.js.map +1 -1
  427. package/dist/esm/types/properties/annotation/zAnnotationArea.js.map +1 -1
  428. package/dist/esm/types/properties/annotation/zAnnotationHorizontalLine.js.map +1 -1
  429. package/dist/esm/types/properties/annotation/zAnnotationPoint.js.map +1 -1
  430. package/dist/esm/types/properties/annotation/zAnnotationVerticalLine.js.map +1 -1
  431. package/dist/esm/types/properties/cellStyle/bodyCellStyle.js.map +1 -1
  432. package/dist/esm/types/properties/cellStyle/cellStyle.js.map +1 -1
  433. package/dist/esm/types/properties/chartType/chartType.js.map +1 -1
  434. package/dist/esm/types/properties/chartType/dualChartType.js.map +1 -1
  435. package/dist/esm/types/properties/config/annotation/zAnnotaion.js.map +1 -1
  436. package/dist/esm/types/properties/config/area.js.map +1 -1
  437. package/dist/esm/types/properties/config/axes/zBandAxis.js.map +1 -1
  438. package/dist/esm/types/properties/config/axes/zLinearAxis.js.map +1 -1
  439. package/dist/esm/types/properties/config/backgroundColor/backgroundColor.js.map +1 -1
  440. package/dist/esm/types/properties/config/bar.js.map +1 -1
  441. package/dist/esm/types/properties/config/barWidth/index.js.map +1 -1
  442. package/dist/esm/types/properties/config/boxWidth/boxWidth.d.ts +8 -0
  443. package/dist/esm/types/properties/config/boxWidth/boxWidth.js +0 -0
  444. package/dist/esm/types/properties/config/boxWidth/index.d.ts +2 -0
  445. package/dist/esm/types/properties/config/boxWidth/index.js +1 -0
  446. package/dist/esm/types/properties/config/boxWidth/zBoxWidth.d.ts +3 -0
  447. package/dist/esm/types/properties/config/boxWidth/zBoxWidth.js +6 -0
  448. package/dist/esm/types/properties/config/boxWidth/zBoxWidth.js.map +1 -0
  449. package/dist/esm/types/properties/config/boxplot.d.ts +23 -0
  450. package/dist/esm/types/properties/config/boxplot.js +11 -1
  451. package/dist/esm/types/properties/config/boxplot.js.map +1 -1
  452. package/dist/esm/types/properties/config/color/color.js.map +1 -1
  453. package/dist/esm/types/properties/config/column.js.map +1 -1
  454. package/dist/esm/types/properties/config/config.d.ts +23 -0
  455. package/dist/esm/types/properties/config/config.js.map +1 -1
  456. package/dist/esm/types/properties/config/crosshair/zCrosshair.js.map +1 -1
  457. package/dist/esm/types/properties/config/dimensionLinkage/dimensionLinkage.js.map +1 -1
  458. package/dist/esm/types/properties/config/dualAxis.js.map +1 -1
  459. package/dist/esm/types/properties/config/funnel.js.map +1 -1
  460. package/dist/esm/types/properties/config/funnelTransform/zFunnelTransform.js.map +1 -1
  461. package/dist/esm/types/properties/config/heatmap/zHeatmap.js.map +1 -1
  462. package/dist/esm/types/properties/config/heatmap.js.map +1 -1
  463. package/dist/esm/types/properties/config/histogram.js.map +1 -1
  464. package/dist/esm/types/properties/config/index.d.ts +1 -0
  465. package/dist/esm/types/properties/config/index.js +1 -0
  466. package/dist/esm/types/properties/config/label/zLabel.js.map +1 -1
  467. package/dist/esm/types/properties/config/label/zPieLabel.js.map +1 -1
  468. package/dist/esm/types/properties/config/legend/legend.js.map +1 -1
  469. package/dist/esm/types/properties/config/line.js.map +1 -1
  470. package/dist/esm/types/properties/config/pie.js.map +1 -1
  471. package/dist/esm/types/properties/config/pivotGrid/pivotGrid.js.map +1 -1
  472. package/dist/esm/types/properties/config/pivotTable.js.map +1 -1
  473. package/dist/esm/types/properties/config/rose.js.map +1 -1
  474. package/dist/esm/types/properties/config/scatter.js.map +1 -1
  475. package/dist/esm/types/properties/config/stackCornerRadius/stackCornerRadius.js.map +1 -1
  476. package/dist/esm/types/properties/config/table.js.map +1 -1
  477. package/dist/esm/types/properties/config/tooltip/tooltip.js.map +1 -1
  478. package/dist/esm/types/properties/config/whiskers/index.js.map +1 -1
  479. package/dist/esm/types/properties/dataset/dataset.js.map +1 -1
  480. package/dist/esm/types/properties/datasetReshapeInfo/zDatasetReshapeInfo.js.map +1 -1
  481. package/dist/esm/types/properties/dimensions/zDimensions.js.map +1 -1
  482. package/dist/esm/types/properties/encoding/zDimensionEncoding.js.map +1 -1
  483. package/dist/esm/types/properties/encoding/zEncoding.js +1 -1
  484. package/dist/esm/types/properties/encoding/zEncoding.js.map +1 -1
  485. package/dist/esm/types/properties/encoding/zMeasureEncoding.js.map +1 -1
  486. package/dist/esm/types/properties/format/numFormat.js.map +1 -1
  487. package/dist/esm/types/properties/markStyle/barStyle.js.map +1 -1
  488. package/dist/esm/types/properties/markStyle/boxPlotStyle.d.ts +148 -0
  489. package/dist/esm/types/properties/markStyle/boxPlotStyle.js +14 -0
  490. package/dist/esm/types/properties/markStyle/boxPlotStyle.js.map +1 -0
  491. package/dist/esm/types/properties/markStyle/index.d.ts +2 -0
  492. package/dist/esm/types/properties/markStyle/index.js +2 -0
  493. package/dist/esm/types/properties/markStyle/lineStyle.js.map +1 -1
  494. package/dist/esm/types/properties/markStyle/markStyle.d.ts +316 -0
  495. package/dist/esm/types/properties/markStyle/markStyle.js +5 -1
  496. package/dist/esm/types/properties/markStyle/markStyle.js.map +1 -1
  497. package/dist/esm/types/properties/markStyle/outlierStyle.d.ts +161 -0
  498. package/dist/esm/types/properties/markStyle/outlierStyle.js +22 -0
  499. package/dist/esm/types/properties/markStyle/outlierStyle.js.map +1 -0
  500. package/dist/esm/types/properties/markStyle/pointStyle.js.map +1 -1
  501. package/dist/esm/types/properties/markStyle/zAreaStyle.js.map +1 -1
  502. package/dist/esm/types/properties/measures/zDualMeasures.js.map +1 -1
  503. package/dist/esm/types/properties/measures/zMeasures.js.map +1 -1
  504. package/dist/esm/types/properties/measures/zScatterMeasures.js.map +1 -1
  505. package/dist/esm/types/properties/regressionLine/zRegressionLine.js.map +1 -1
  506. package/dist/esm/types/properties/theme/customTheme.d.ts +46 -0
  507. package/dist/esm/types/properties/theme/customTheme.js.map +1 -1
  508. package/dist/esm/types/properties/theme/theme.js.map +1 -1
  509. package/dist/esm/types/vseed.d.ts +1 -0
  510. package/dist/esm/types/zVseed.d.ts +318 -0
  511. package/dist/esm/types/zVseed.js.map +1 -1
  512. package/dist/umd/index.js +661 -386
  513. package/dist/umd/index.js.map +1 -1
  514. package/package.json +5 -5
@@ -1 +1 @@
1
- {"version":3,"file":"types/chartType/table/zTable.js","sources":["webpack://@visactor/vseed/./src/types/chartType/table/zTable.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport { zBackgroundColor, zBodyCellStyle, zDataset, zDimensions, zMeasureTree, zTheme } from '../../properties'\n\nexport const zTable = z.object({\n chartType: z.literal('table'),\n dataset: zDataset.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasureTree.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: zBodyCellStyle.nullish(),\n\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zTable","z","zDataset","zDimensions","zMeasureTree","zBackgroundColor","zBodyCellStyle","zTheme","zLocale"],"mappings":";;;AAIO,MAAMA,SAASC,EAAE,MAAM,CAAC;IAC7B,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,YAAYC,YAAY,OAAO;IAC/B,UAAUC,aAAa,OAAO;IAE9B,iBAAiBC,iBAAiB,OAAO;IACzC,aAAaJ,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,eAAeK,eAAe,OAAO;IAErC,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}
1
+ {"version":3,"file":"types/chartType/table/zTable.js","sources":["../../../../../src/types/chartType/table/zTable.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport { zBackgroundColor, zBodyCellStyle, zDataset, zDimensions, zMeasureTree, zTheme } from '../../properties'\n\nexport const zTable = z.object({\n chartType: z.literal('table'),\n dataset: zDataset.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasureTree.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: zBodyCellStyle.nullish(),\n\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zTable","z","zDataset","zDimensions","zMeasureTree","zBackgroundColor","zBodyCellStyle","zTheme","zLocale"],"mappings":";;;AAIO,MAAMA,SAASC,EAAE,MAAM,CAAC;IAC7B,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,YAAYC,YAAY,OAAO;IAC/B,UAAUC,aAAa,OAAO;IAE9B,iBAAiBC,iBAAiB,OAAO;IACzC,aAAaJ,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,eAAeK,eAAe,OAAO;IAErC,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/dataSelector/selector.js","sources":["webpack://@visactor/vseed/./src/types/dataSelector/selector.ts"],"sourcesContent":["import { z } from 'zod'\nimport type { Datum } from '../properties'\n\nexport type ValueSelector = string | number\n\nexport type PartialDatumSelector = Datum\n\n/**\n * @description 指标选择器, 用于选择数据项中指标字段的值\n */\nexport type MeasureSelector = {\n /**\n * @description 指标字段, measures 某一项的 id\n */\n field: string\n /**\n * @description 操作符\n * - =: 选择数据项中指标字段的值等于 value 的数据项\n * - ==: 选择数据项中指标字段的值等于 value 的数据项\n * - !=: 选择数据项中指标字段的值不等于 value 的数据项\n * - >: 选择数据项中指标字段的值大于 value 的数据项\n * - <: 选择数据项中指标字段的值小于 value 的数据项\n * - >=: 选择数据项中指标字段的值大于等于 value 的数据项\n * - <=: 选择数据项中指标字段的值小于等于 value 的数据项\n * - between: 选择数据项中指标字段的值在 value 之间的 data item\n */\n operator?: '=' | '==' | '!=' | '>' | '<' | '>=' | '<=' | 'between'\n /**\n * @description 操作符\n * - =: 选择数据项中指标字段的值等于 value 的数据项, 会将值转换为字符串后进行比较, 因此 1 == \"1\" 为 true\n * - ==: 选择数据项中指标字段的值精准等于 value 的数据项, 不会做任何特殊处理, 因此 1 == \"1\" 为 false\n * - !=: 选择数据项中指标字段的值不等于 value 的数据项\n * - >: 选择数据项中指标字段的值大于 value 的数据项\n * - <: 选择数据项中指标字段的值小于 value 的数据项\n * - >=: 选择数据项中指标字段的值大于等于 value 的数据项\n * - <=: 选择数据项中指标字段的值小于等于 value 的数据项\n * - between: 选择数据项中指标字段的值在 value 之间的 data item\n * same as operator\n */\n op?: '=' | '==' | '!=' | '>' | '<' | '>=' | '<=' | 'between'\n /**\n * @description 选择数据项中指标字段的值\n * - 仅 op 为 between 时, value 为长度为2的数组, 数组中的元素为指标字段的最小值和最大值\n * - 其他情况, value 为指标字段的单个值\n */\n value: string | number | Array<string | number>\n // /**\n // * @description 是否使用原始数据进行数据匹配, 开启后会有更多的数据被匹配到\n // * 若下述数据, measures 仅设置了 value, field 为 isHigh 或 isLow, op 为 =, value 为 1,\n // * 关闭useOrigin时, 数据项并不会考虑measures之外的字段, 因此field为isHigh或isLow的字段会被忽略\n // * 开启useOrigin时, 会直接使用整个数据项进行匹配\n // * [\n // * {value: 100, isHigh: 1, isLow: 0},\n // * {value: 200, isHigh: 0, isLow: 1},\n // * {value: 300, isHigh: 1, isLow: 0},\n // * ]\n // * @default false\n // */\n // useOrigin?: boolean\n}\n\n/**\n * @description 维度选择器, 用于选择数据项中维度字段的值\n */\nexport type DimensionSelector = {\n /**\n * @description 维度字段, dimensions 某一项的 id\n */\n field: string\n /**\n * @description 操作符\n * - in: 选择数据项中维度字段的值在 value 中的数据项\n * - not in: 选择数据项中维度字段的值不在 value 中的数据项\n */\n operator?: 'in' | 'not in'\n /**\n * @description 操作符\n * - in: 选择数据项中维度字段的值在 value 中的数据项\n * - not in: 选择数据项中维度字段的值不在 value 中的数据项\n * same as operator\n */\n op?: 'in' | 'not in'\n /**\n * @description 选择数据项中维度字段的值, 支持数组\n */\n value: string | number | Array<string | number>\n // /**\n // * @description 是否使用原始数据进行数据匹配, 开启后会有更多的数据被匹配到\n // * 若下述数据, dimensions 仅设置了 name, field 为 name, op 为 =, value 为 \"high\",\n // * 关闭useOrigin时, 数据项并不会考虑dimensions之外的字段, 因此field为name的字段会被忽略\n // * 开启useOrigin时, 会直接使用整个数据项进行匹配\n // * [\n // * {name: \"low\", isHigh: \"false\", isLow: \"true\"},\n // * {name: \"low\", isHigh: \"false\", isLow: \"true\"},\n // * {name: \"high\", isHigh: \"true\", isLow: \"false\"},\n // * ]\n // * @default false\n // */\n // useOrigin?: boolean\n}\n\nexport type Selector = ValueSelector | PartialDatumSelector | MeasureSelector | DimensionSelector\n\nexport type Selectors = Array<Selector>\n\nexport const zSelector = z.union([\n z.string(),\n z.number(),\n z.object({\n field: z.string(),\n operator: z.enum(['=', '==', '!=', '>', '<', '>=', '<=', 'between']).nullish(),\n op: z.enum(['=', '==', '!=', '>', '<', '>=', '<=', 'between']).nullish(),\n value: z.union([z.string(), z.number(), z.array(z.union([z.string(), z.number()]))]),\n }),\n z.object({\n field: z.string(),\n operator: z.enum(['in', 'not in']).nullish(),\n op: z.enum(['in', 'not in']).nullish(),\n value: z.union([z.string(), z.number(), z.array(z.union([z.string(), z.number()]))]),\n }),\n])\n\nexport const zSelectors = z.array(zSelector)\n"],"names":["zSelector","z","zSelectors"],"mappings":";AAyGO,MAAMA,YAAYC,EAAE,KAAK,CAAC;IAC/BA,EAAE,MAAM;IACRA,EAAE,MAAM;IACRA,EAAE,MAAM,CAAC;QACP,OAAOA,EAAE,MAAM;QACf,UAAUA,CAAC,CAADA,OAAM,CAAC;YAAC;YAAK;YAAM;YAAM;YAAK;YAAK;YAAM;YAAM;SAAU,EAAE,OAAO;QAC5E,IAAIA,CAAC,CAADA,OAAM,CAAC;YAAC;YAAK;YAAM;YAAM;YAAK;YAAK;YAAM;YAAM;SAAU,EAAE,OAAO;QACtE,OAAOA,EAAE,KAAK,CAAC;YAACA,EAAE,MAAM;YAAIA,EAAE,MAAM;YAAIA,EAAE,KAAK,CAACA,EAAE,KAAK,CAAC;gBAACA,EAAE,MAAM;gBAAIA,EAAE,MAAM;aAAG;SAAG;IACrF;IACAA,EAAE,MAAM,CAAC;QACP,OAAOA,EAAE,MAAM;QACf,UAAUA,CAAC,CAADA,OAAM,CAAC;YAAC;YAAM;SAAS,EAAE,OAAO;QAC1C,IAAIA,CAAC,CAADA,OAAM,CAAC;YAAC;YAAM;SAAS,EAAE,OAAO;QACpC,OAAOA,EAAE,KAAK,CAAC;YAACA,EAAE,MAAM;YAAIA,EAAE,MAAM;YAAIA,EAAE,KAAK,CAACA,EAAE,KAAK,CAAC;gBAACA,EAAE,MAAM;gBAAIA,EAAE,MAAM;aAAG;SAAG;IACrF;CACD;AAEM,MAAMC,aAAaD,EAAE,KAAK,CAACD"}
1
+ {"version":3,"file":"types/dataSelector/selector.js","sources":["../../../../src/types/dataSelector/selector.ts"],"sourcesContent":["import { z } from 'zod'\nimport type { Datum } from '../properties'\n\nexport type ValueSelector = string | number\n\nexport type PartialDatumSelector = Datum\n\n/**\n * @description 指标选择器, 用于选择数据项中指标字段的值\n */\nexport type MeasureSelector = {\n /**\n * @description 指标字段, measures 某一项的 id\n */\n field: string\n /**\n * @description 操作符\n * - =: 选择数据项中指标字段的值等于 value 的数据项\n * - ==: 选择数据项中指标字段的值等于 value 的数据项\n * - !=: 选择数据项中指标字段的值不等于 value 的数据项\n * - >: 选择数据项中指标字段的值大于 value 的数据项\n * - <: 选择数据项中指标字段的值小于 value 的数据项\n * - >=: 选择数据项中指标字段的值大于等于 value 的数据项\n * - <=: 选择数据项中指标字段的值小于等于 value 的数据项\n * - between: 选择数据项中指标字段的值在 value 之间的 data item\n */\n operator?: '=' | '==' | '!=' | '>' | '<' | '>=' | '<=' | 'between'\n /**\n * @description 操作符\n * - =: 选择数据项中指标字段的值等于 value 的数据项, 会将值转换为字符串后进行比较, 因此 1 == \"1\" 为 true\n * - ==: 选择数据项中指标字段的值精准等于 value 的数据项, 不会做任何特殊处理, 因此 1 == \"1\" 为 false\n * - !=: 选择数据项中指标字段的值不等于 value 的数据项\n * - >: 选择数据项中指标字段的值大于 value 的数据项\n * - <: 选择数据项中指标字段的值小于 value 的数据项\n * - >=: 选择数据项中指标字段的值大于等于 value 的数据项\n * - <=: 选择数据项中指标字段的值小于等于 value 的数据项\n * - between: 选择数据项中指标字段的值在 value 之间的 data item\n * same as operator\n */\n op?: '=' | '==' | '!=' | '>' | '<' | '>=' | '<=' | 'between'\n /**\n * @description 选择数据项中指标字段的值\n * - 仅 op 为 between 时, value 为长度为2的数组, 数组中的元素为指标字段的最小值和最大值\n * - 其他情况, value 为指标字段的单个值\n */\n value: string | number | Array<string | number>\n // /**\n // * @description 是否使用原始数据进行数据匹配, 开启后会有更多的数据被匹配到\n // * 若下述数据, measures 仅设置了 value, field 为 isHigh 或 isLow, op 为 =, value 为 1,\n // * 关闭useOrigin时, 数据项并不会考虑measures之外的字段, 因此field为isHigh或isLow的字段会被忽略\n // * 开启useOrigin时, 会直接使用整个数据项进行匹配\n // * [\n // * {value: 100, isHigh: 1, isLow: 0},\n // * {value: 200, isHigh: 0, isLow: 1},\n // * {value: 300, isHigh: 1, isLow: 0},\n // * ]\n // * @default false\n // */\n // useOrigin?: boolean\n}\n\n/**\n * @description 维度选择器, 用于选择数据项中维度字段的值\n */\nexport type DimensionSelector = {\n /**\n * @description 维度字段, dimensions 某一项的 id\n */\n field: string\n /**\n * @description 操作符\n * - in: 选择数据项中维度字段的值在 value 中的数据项\n * - not in: 选择数据项中维度字段的值不在 value 中的数据项\n */\n operator?: 'in' | 'not in'\n /**\n * @description 操作符\n * - in: 选择数据项中维度字段的值在 value 中的数据项\n * - not in: 选择数据项中维度字段的值不在 value 中的数据项\n * same as operator\n */\n op?: 'in' | 'not in'\n /**\n * @description 选择数据项中维度字段的值, 支持数组\n */\n value: string | number | Array<string | number>\n // /**\n // * @description 是否使用原始数据进行数据匹配, 开启后会有更多的数据被匹配到\n // * 若下述数据, dimensions 仅设置了 name, field 为 name, op 为 =, value 为 \"high\",\n // * 关闭useOrigin时, 数据项并不会考虑dimensions之外的字段, 因此field为name的字段会被忽略\n // * 开启useOrigin时, 会直接使用整个数据项进行匹配\n // * [\n // * {name: \"low\", isHigh: \"false\", isLow: \"true\"},\n // * {name: \"low\", isHigh: \"false\", isLow: \"true\"},\n // * {name: \"high\", isHigh: \"true\", isLow: \"false\"},\n // * ]\n // * @default false\n // */\n // useOrigin?: boolean\n}\n\nexport type Selector = ValueSelector | PartialDatumSelector | MeasureSelector | DimensionSelector\n\nexport type Selectors = Array<Selector>\n\nexport const zSelector = z.union([\n z.string(),\n z.number(),\n z.object({\n field: z.string(),\n operator: z.enum(['=', '==', '!=', '>', '<', '>=', '<=', 'between']).nullish(),\n op: z.enum(['=', '==', '!=', '>', '<', '>=', '<=', 'between']).nullish(),\n value: z.union([z.string(), z.number(), z.array(z.union([z.string(), z.number()]))]),\n }),\n z.object({\n field: z.string(),\n operator: z.enum(['in', 'not in']).nullish(),\n op: z.enum(['in', 'not in']).nullish(),\n value: z.union([z.string(), z.number(), z.array(z.union([z.string(), z.number()]))]),\n }),\n])\n\nexport const zSelectors = z.array(zSelector)\n"],"names":["zSelector","z","zSelectors"],"mappings":";AAyGO,MAAMA,YAAYC,EAAE,KAAK,CAAC;IAC/BA,EAAE,MAAM;IACRA,EAAE,MAAM;IACRA,EAAE,MAAM,CAAC;QACP,OAAOA,EAAE,MAAM;QACf,UAAUA,CAAC,CAADA,OAAM,CAAC;YAAC;YAAK;YAAM;YAAM;YAAK;YAAK;YAAM;YAAM;SAAU,EAAE,OAAO;QAC5E,IAAIA,CAAC,CAADA,OAAM,CAAC;YAAC;YAAK;YAAM;YAAM;YAAK;YAAK;YAAM;YAAM;SAAU,EAAE,OAAO;QACtE,OAAOA,EAAE,KAAK,CAAC;YAACA,EAAE,MAAM;YAAIA,EAAE,MAAM;YAAIA,EAAE,KAAK,CAACA,EAAE,KAAK,CAAC;gBAACA,EAAE,MAAM;gBAAIA,EAAE,MAAM;aAAG;SAAG;IACrF;IACAA,EAAE,MAAM,CAAC;QACP,OAAOA,EAAE,MAAM;QACf,UAAUA,CAAC,CAADA,OAAM,CAAC;YAAC;YAAM;SAAS,EAAE,OAAO;QAC1C,IAAIA,CAAC,CAADA,OAAM,CAAC;YAAC;YAAM;SAAS,EAAE,OAAO;QACpC,OAAOA,EAAE,KAAK,CAAC;YAACA,EAAE,MAAM;YAAIA,EAAE,MAAM;YAAIA,EAAE,KAAK,CAACA,EAAE,KAAK,CAAC;gBAACA,EAAE,MAAM;gBAAIA,EAAE,MAAM;aAAG;SAAG;IACrF;CACD;AAEM,MAAMC,aAAaD,EAAE,KAAK,CAACD"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/i18n/i18n.js","sources":["webpack://@visactor/vseed/./src/types/i18n/i18n.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport type Locale = 'zh-CN' | 'en-US'\n\nexport type TranslateRecordType = Record<string, { [local in Locale]: string }>\n\nexport const zLocale = z.enum(['zh-CN', 'en-US']).default('zh-CN')\n"],"names":["zLocale","z"],"mappings":";AAMO,MAAMA,UAAUC,CAAC,CAADA,OAAM,CAAC;IAAC;IAAS;CAAQ,EAAE,OAAO,CAAC"}
1
+ {"version":3,"file":"types/i18n/i18n.js","sources":["../../../../src/types/i18n/i18n.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport type Locale = 'zh-CN' | 'en-US'\n\nexport type TranslateRecordType = Record<string, { [local in Locale]: string }>\n\nexport const zLocale = z.enum(['zh-CN', 'en-US']).default('zh-CN')\n"],"names":["zLocale","z"],"mappings":";AAMO,MAAMA,UAAUC,CAAC,CAADA,OAAM,CAAC;IAAC;IAAS;CAAQ,EAAE,OAAO,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/analysis/analysis.js","sources":["webpack://@visactor/vseed/./src/types/properties/analysis/analysis.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zAnalysis = z.object({\n orderMapping: z.record(z.string(), z.array(z.string())).nullish(),\n})\n"],"names":["zAnalysis","z"],"mappings":";AAEO,MAAMA,YAAYC,EAAE,MAAM,CAAC;IAChC,cAAcA,EAAE,MAAM,CAACA,EAAE,MAAM,IAAIA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;AACjE"}
1
+ {"version":3,"file":"types/properties/analysis/analysis.js","sources":["../../../../../src/types/properties/analysis/analysis.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zAnalysis = z.object({\n orderMapping: z.record(z.string(), z.array(z.string())).nullish(),\n})\n"],"names":["zAnalysis","z"],"mappings":";AAEO,MAAMA,YAAYC,EAAE,MAAM,CAAC;IAChC,cAAcA,EAAE,MAAM,CAACA,EAAE,MAAM,IAAIA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;AACjE"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/analysis/sort.js","sources":["webpack://@visactor/vseed/./src/types/properties/analysis/sort.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zSort = z.object({\n order: z.enum(['asc', 'desc']).default('asc'),\n orderBy: z.string().nullish(),\n customOrder: z.array(z.any()).nullish(),\n})\n\n/**\n * @description 类目轴排序配置, 支持根据维度或指标排序, 以及自定义排序顺序\n * @default {}\n * @example\n * - order:'asc'\n * - orderBy:'date'\n * 或\n * - customOrder:['2019', '2020', '2021']\n */\nexport type Sort = {\n /**\n * @description 排序顺序, 可选值为 'asc' 或 'desc'\n * @enum ['asc', 'desc']\n * @example order:'asc'\n */\n order?: 'asc' | 'desc'\n\n /**\n * @description 排序依赖的字段, 可以是维度id或指标id\n * @example\n * - orderBy:'date'\n * - orderBy:'profit'\n */\n orderBy?: string\n\n /**\n * @description 自定义排序顺序, 该顺序将直接应用至类目轴\n */\n customOrder?: string[]\n}\n"],"names":["zSort","z"],"mappings":";AAEO,MAAMA,QAAQC,EAAE,MAAM,CAAC;IAC5B,OAAOA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAO;KAAO,EAAE,OAAO,CAAC;IACvC,SAASA,EAAE,MAAM,GAAG,OAAO;IAC3B,aAAaA,EAAE,KAAK,CAACA,EAAE,GAAG,IAAI,OAAO;AACvC"}
1
+ {"version":3,"file":"types/properties/analysis/sort.js","sources":["../../../../../src/types/properties/analysis/sort.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zSort = z.object({\n order: z.enum(['asc', 'desc']).default('asc'),\n orderBy: z.string().nullish(),\n customOrder: z.array(z.any()).nullish(),\n})\n\n/**\n * @description 类目轴排序配置, 支持根据维度或指标排序, 以及自定义排序顺序\n * @default {}\n * @example\n * - order:'asc'\n * - orderBy:'date'\n * 或\n * - customOrder:['2019', '2020', '2021']\n */\nexport type Sort = {\n /**\n * @description 排序顺序, 可选值为 'asc' 或 'desc'\n * @enum ['asc', 'desc']\n * @example order:'asc'\n */\n order?: 'asc' | 'desc'\n\n /**\n * @description 排序依赖的字段, 可以是维度id或指标id\n * @example\n * - orderBy:'date'\n * - orderBy:'profit'\n */\n orderBy?: string\n\n /**\n * @description 自定义排序顺序, 该顺序将直接应用至类目轴\n */\n customOrder?: string[]\n}\n"],"names":["zSort","z"],"mappings":";AAEO,MAAMA,QAAQC,EAAE,MAAM,CAAC;IAC5B,OAAOA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAO;KAAO,EAAE,OAAO,CAAC;IACvC,SAASA,EAAE,MAAM,GAAG,OAAO;IAC3B,aAAaA,EAAE,KAAK,CAACA,EAAE,GAAG,IAAI,OAAO;AACvC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/analysis/sortLegend.js","sources":["webpack://@visactor/vseed/./src/types/properties/analysis/sortLegend.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zSortLegend = z.object({\n order: z.enum(['asc', 'desc']).default('asc'),\n orderBy: z.string().nullish(),\n customOrder: z.array(z.any()).nullish(),\n})\n\n/**\n * @description 图例排序配置, 支持根据维度或指标排序, 以及自定义排序顺序; 排序数组遵循从左到右或从上到下的顺序\n * @default {}\n * @example\n * - order:'asc'\n * - orderBy:'date'\n * 或\n * - customOrder:['2019', '2020', '2021']\n */\nexport type SortLegend = {\n /**\n * @description 排序顺序, 可选值为 'asc' 或 'desc'\n * @default 'asc'\n * @enum ['asc', 'desc']\n * @example order:'asc'\n */\n order?: 'asc' | 'desc'\n /**\n * @description 排序依赖的字段, 可以是维度id或指标id\n * @example\n * - orderBy:'date'\n * - orderBy:'profit'\n */\n orderBy?: string\n /**\n * @description 自定义排序顺序, 该顺序将直接应用至图例, 升序从左到右或从上到下, 降序从右到左或从下到上\n */\n customOrder?: string[]\n}\n"],"names":["zSortLegend","z"],"mappings":";AAEO,MAAMA,cAAcC,EAAE,MAAM,CAAC;IAClC,OAAOA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAO;KAAO,EAAE,OAAO,CAAC;IACvC,SAASA,EAAE,MAAM,GAAG,OAAO;IAC3B,aAAaA,EAAE,KAAK,CAACA,EAAE,GAAG,IAAI,OAAO;AACvC"}
1
+ {"version":3,"file":"types/properties/analysis/sortLegend.js","sources":["../../../../../src/types/properties/analysis/sortLegend.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zSortLegend = z.object({\n order: z.enum(['asc', 'desc']).default('asc'),\n orderBy: z.string().nullish(),\n customOrder: z.array(z.any()).nullish(),\n})\n\n/**\n * @description 图例排序配置, 支持根据维度或指标排序, 以及自定义排序顺序; 排序数组遵循从左到右或从上到下的顺序\n * @default {}\n * @example\n * - order:'asc'\n * - orderBy:'date'\n * 或\n * - customOrder:['2019', '2020', '2021']\n */\nexport type SortLegend = {\n /**\n * @description 排序顺序, 可选值为 'asc' 或 'desc'\n * @default 'asc'\n * @enum ['asc', 'desc']\n * @example order:'asc'\n */\n order?: 'asc' | 'desc'\n /**\n * @description 排序依赖的字段, 可以是维度id或指标id\n * @example\n * - orderBy:'date'\n * - orderBy:'profit'\n */\n orderBy?: string\n /**\n * @description 自定义排序顺序, 该顺序将直接应用至图例, 升序从左到右或从上到下, 降序从右到左或从下到上\n */\n customOrder?: string[]\n}\n"],"names":["zSortLegend","z"],"mappings":";AAEO,MAAMA,cAAcC,EAAE,MAAM,CAAC;IAClC,OAAOA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAO;KAAO,EAAE,OAAO,CAAC;IACvC,SAASA,EAAE,MAAM,GAAG,OAAO;IAC3B,aAAaA,EAAE,KAAK,CAACA,EAAE,GAAG,IAAI,OAAO;AACvC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/annotation/annotation.js","sources":["webpack://@visactor/vseed/./src/types/properties/annotation/annotation.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zAnnotationPoint } from './zAnnotationPoint'\nimport { zAnnotationVerticalLine } from './zAnnotationVerticalLine'\nimport { zAnnotationHorizontalLine } from './zAnnotationHorizontalLine'\nimport { zAnnotationArea } from './zAnnotationArea'\n\nexport const zAnnotation = z.object({\n annotationPoint: zAnnotationPoint.or(z.array(zAnnotationPoint)).nullish(),\n annotationVerticalLine: zAnnotationVerticalLine.or(z.array(zAnnotationVerticalLine)).nullish(),\n annotationHorizontalLine: zAnnotationHorizontalLine.or(z.array(zAnnotationHorizontalLine)).nullish(),\n annotationArea: zAnnotationArea.or(z.array(zAnnotationArea)).nullish(),\n})\n\nexport type Annotation = z.infer<typeof zAnnotation>\n"],"names":["zAnnotation","z","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea"],"mappings":";;;;;AAMO,MAAMA,cAAcC,EAAE,MAAM,CAAC;IAClC,iBAAiBC,iBAAiB,EAAE,CAACD,EAAE,KAAK,CAACC,mBAAmB,OAAO;IACvE,wBAAwBC,wBAAwB,EAAE,CAACF,EAAE,KAAK,CAACE,0BAA0B,OAAO;IAC5F,0BAA0BC,0BAA0B,EAAE,CAACH,EAAE,KAAK,CAACG,4BAA4B,OAAO;IAClG,gBAAgBC,gBAAgB,EAAE,CAACJ,EAAE,KAAK,CAACI,kBAAkB,OAAO;AACtE"}
1
+ {"version":3,"file":"types/properties/annotation/annotation.js","sources":["../../../../../src/types/properties/annotation/annotation.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zAnnotationPoint } from './zAnnotationPoint'\nimport { zAnnotationVerticalLine } from './zAnnotationVerticalLine'\nimport { zAnnotationHorizontalLine } from './zAnnotationHorizontalLine'\nimport { zAnnotationArea } from './zAnnotationArea'\n\nexport const zAnnotation = z.object({\n annotationPoint: zAnnotationPoint.or(z.array(zAnnotationPoint)).nullish(),\n annotationVerticalLine: zAnnotationVerticalLine.or(z.array(zAnnotationVerticalLine)).nullish(),\n annotationHorizontalLine: zAnnotationHorizontalLine.or(z.array(zAnnotationHorizontalLine)).nullish(),\n annotationArea: zAnnotationArea.or(z.array(zAnnotationArea)).nullish(),\n})\n\nexport type Annotation = z.infer<typeof zAnnotation>\n"],"names":["zAnnotation","z","zAnnotationPoint","zAnnotationVerticalLine","zAnnotationHorizontalLine","zAnnotationArea"],"mappings":";;;;;AAMO,MAAMA,cAAcC,EAAE,MAAM,CAAC;IAClC,iBAAiBC,iBAAiB,EAAE,CAACD,EAAE,KAAK,CAACC,mBAAmB,OAAO;IACvE,wBAAwBC,wBAAwB,EAAE,CAACF,EAAE,KAAK,CAACE,0BAA0B,OAAO;IAC5F,0BAA0BC,0BAA0B,EAAE,CAACH,EAAE,KAAK,CAACG,4BAA4B,OAAO;IAClG,gBAAgBC,gBAAgB,EAAE,CAACJ,EAAE,KAAK,CAACI,kBAAkB,OAAO;AACtE"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/annotation/zAnnotationArea.js","sources":["webpack://@visactor/vseed/./src/types/properties/annotation/zAnnotationArea.ts"],"sourcesContent":["import { zSelector, zSelectors } from '../../dataSelector'\nimport { z } from 'zod'\n\nexport const zAnnotationArea = z.object({\n selector: z.union([zSelector, zSelectors]).nullish(),\n textPosition: z\n .enum(['top', 'topRight', 'topLeft', 'bottom', 'bottomLeft', 'bottomRight', 'left', 'right'])\n .default('top')\n .nullish(),\n text: z.string().or(z.array(z.string())).nullish(),\n textColor: z.string().default('#ffffff').nullish(),\n textFontSize: z.number().default(12).nullish(),\n textFontWeight: z.number().default(400).nullish(),\n textAlign: z.enum(['left', 'right', 'center']).default('center').nullish(),\n textBaseline: z.enum(['top', 'middle', 'bottom']).default('top').nullish(),\n\n textBackgroundVisible: z.boolean().default(true).nullish(),\n textBackgroundColor: z.string().default('#191d24').nullish(),\n textBackgroundBorderColor: z.string().default('#191d24').nullish(),\n textBackgroundBorderWidth: z.number().default(1).nullish(),\n textBackgroundBorderRadius: z.number().default(4).nullish(),\n textBackgroundPadding: z.number().default(4).nullish(),\n\n areaColor: z.string().default('#888888').nullish(),\n areaColorOpacity: z.number().default(0.15).nullish(),\n areaBorderColor: z.string().default('#888888').nullish(),\n areaBorderWidth: z.number().default(1).nullish(),\n areaBorderRadius: z.number().default(4).nullish(),\n areaLineDash: z.array(z.number()).nullish(),\n\n outerPadding: z.number().default(4).nullish(),\n})\n"],"names":["zAnnotationArea","z","zSelector","zSelectors"],"mappings":";;AAGO,MAAMA,kBAAkBC,EAAE,MAAM,CAAC;IACtC,UAAUA,EAAE,KAAK,CAAC;QAACC;QAAWC;KAAW,EAAE,OAAO;IAClD,cAAcF,CAAC,CAADA,OACP,CAAC;QAAC;QAAO;QAAY;QAAW;QAAU;QAAc;QAAe;QAAQ;KAAQ,EAC3F,OAAO,CAAC,OACR,OAAO;IACV,MAAMA,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IAChD,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,cAAcA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;IAC5C,gBAAgBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;IAC/C,WAAWA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAQ;QAAS;KAAS,EAAE,OAAO,CAAC,UAAU,OAAO;IACxE,cAAcA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAO;QAAU;KAAS,EAAE,OAAO,CAAC,OAAO,OAAO;IAExE,uBAAuBA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACxD,qBAAqBA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAC1D,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChE,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACxD,4BAA4BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACzD,uBAAuBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAEpD,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,kBAAkBA,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,OAAO;IAClD,iBAAiBA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IACtD,iBAAiBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAC9C,kBAAkBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAC/C,cAAcA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAEzC,cAAcA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;AAC7C"}
1
+ {"version":3,"file":"types/properties/annotation/zAnnotationArea.js","sources":["../../../../../src/types/properties/annotation/zAnnotationArea.ts"],"sourcesContent":["import { zSelector, zSelectors } from '../../dataSelector'\nimport { z } from 'zod'\n\nexport const zAnnotationArea = z.object({\n selector: z.union([zSelector, zSelectors]).nullish(),\n textPosition: z\n .enum(['top', 'topRight', 'topLeft', 'bottom', 'bottomLeft', 'bottomRight', 'left', 'right'])\n .default('top')\n .nullish(),\n text: z.string().or(z.array(z.string())).nullish(),\n textColor: z.string().default('#ffffff').nullish(),\n textFontSize: z.number().default(12).nullish(),\n textFontWeight: z.number().default(400).nullish(),\n textAlign: z.enum(['left', 'right', 'center']).default('center').nullish(),\n textBaseline: z.enum(['top', 'middle', 'bottom']).default('top').nullish(),\n\n textBackgroundVisible: z.boolean().default(true).nullish(),\n textBackgroundColor: z.string().default('#191d24').nullish(),\n textBackgroundBorderColor: z.string().default('#191d24').nullish(),\n textBackgroundBorderWidth: z.number().default(1).nullish(),\n textBackgroundBorderRadius: z.number().default(4).nullish(),\n textBackgroundPadding: z.number().default(4).nullish(),\n\n areaColor: z.string().default('#888888').nullish(),\n areaColorOpacity: z.number().default(0.15).nullish(),\n areaBorderColor: z.string().default('#888888').nullish(),\n areaBorderWidth: z.number().default(1).nullish(),\n areaBorderRadius: z.number().default(4).nullish(),\n areaLineDash: z.array(z.number()).nullish(),\n\n outerPadding: z.number().default(4).nullish(),\n})\n"],"names":["zAnnotationArea","z","zSelector","zSelectors"],"mappings":";;AAGO,MAAMA,kBAAkBC,EAAE,MAAM,CAAC;IACtC,UAAUA,EAAE,KAAK,CAAC;QAACC;QAAWC;KAAW,EAAE,OAAO;IAClD,cAAcF,CAAC,CAADA,OACP,CAAC;QAAC;QAAO;QAAY;QAAW;QAAU;QAAc;QAAe;QAAQ;KAAQ,EAC3F,OAAO,CAAC,OACR,OAAO;IACV,MAAMA,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IAChD,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,cAAcA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;IAC5C,gBAAgBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;IAC/C,WAAWA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAQ;QAAS;KAAS,EAAE,OAAO,CAAC,UAAU,OAAO;IACxE,cAAcA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAO;QAAU;KAAS,EAAE,OAAO,CAAC,OAAO,OAAO;IAExE,uBAAuBA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACxD,qBAAqBA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAC1D,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChE,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACxD,4BAA4BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACzD,uBAAuBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAEpD,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,kBAAkBA,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,OAAO;IAClD,iBAAiBA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IACtD,iBAAiBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAC9C,kBAAkBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAC/C,cAAcA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAEzC,cAAcA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;AAC7C"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/annotation/zAnnotationHorizontalLine.js","sources":["webpack://@visactor/vseed/./src/types/properties/annotation/zAnnotationHorizontalLine.ts"],"sourcesContent":["import { zSelector, zSelectors } from '../../dataSelector'\nimport { z } from 'zod'\n\nexport const zAnnotationHorizontalLine = z.object({\n selector: z.union([zSelector, zSelectors]).nullish(),\n yValue: z.union([z.number(), z.string(), z.array(z.union([z.number(), z.string()]))]).nullish(),\n text: z.string().or(z.array(z.string())).nullish(),\n textPosition: z\n .enum(['outsideStart', 'outsideEnd', 'outsideMiddle', 'insideStart', 'insideMiddle', 'insideEnd'])\n .default('insideEnd')\n .nullish(),\n textColor: z.string().default('#ffffff').nullish(),\n textFontSize: z.number().default(12).nullish(),\n textFontWeight: z.number().default(400).nullish(),\n textAlign: z.enum(['left', 'right', 'center']).default('right').nullish(),\n textBaseline: z.enum(['top', 'middle', 'bottom']).default('top').nullish(),\n\n lineVisible: z.boolean().default(true).nullish(),\n lineColor: z.string().default('#212121').nullish(),\n lineWidth: z.number().default(1).nullish(),\n lineStyle: z\n .union([z.literal('solid'), z.literal('dashed'), z.literal('dotted')])\n .default('dashed')\n .nullish(),\n\n textBackgroundVisible: z.boolean().default(true).nullish(),\n textBackgroundColor: z.string().default('#212121').nullish(),\n textBackgroundBorderColor: z.string().default('#212121').nullish(),\n textBackgroundBorderRadius: z.number().default(4).nullish(),\n textBackgroundBorderWidth: z.number().default(1).nullish(),\n textBackgroundPadding: z.number().default(2).nullish(),\n})\n"],"names":["zAnnotationHorizontalLine","z","zSelector","zSelectors"],"mappings":";;AAGO,MAAMA,4BAA4BC,EAAE,MAAM,CAAC;IAChD,UAAUA,EAAE,KAAK,CAAC;QAACC;QAAWC;KAAW,EAAE,OAAO;IAClD,QAAQF,EAAE,KAAK,CAAC;QAACA,EAAE,MAAM;QAAIA,EAAE,MAAM;QAAIA,EAAE,KAAK,CAACA,EAAE,KAAK,CAAC;YAACA,EAAE,MAAM;YAAIA,EAAE,MAAM;SAAG;KAAG,EAAE,OAAO;IAC7F,MAAMA,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IAChD,cAAcA,CAAC,CAADA,OACP,CAAC;QAAC;QAAgB;QAAc;QAAiB;QAAe;QAAgB;KAAY,EAChG,OAAO,CAAC,aACR,OAAO;IACV,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,cAAcA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;IAC5C,gBAAgBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;IAC/C,WAAWA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAQ;QAAS;KAAS,EAAE,OAAO,CAAC,SAAS,OAAO;IACvE,cAAcA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAO;QAAU;KAAS,EAAE,OAAO,CAAC,OAAO,OAAO;IAExE,aAAaA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IAC9C,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACxC,WAAWA,EAAAA,KACH,CAAC;QAACA,EAAE,OAAO,CAAC;QAAUA,EAAE,OAAO,CAAC;QAAWA,EAAE,OAAO,CAAC;KAAU,EACpE,OAAO,CAAC,UACR,OAAO;IAEV,uBAAuBA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACxD,qBAAqBA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAC1D,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChE,4BAA4BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACzD,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACxD,uBAAuBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;AACtD"}
1
+ {"version":3,"file":"types/properties/annotation/zAnnotationHorizontalLine.js","sources":["../../../../../src/types/properties/annotation/zAnnotationHorizontalLine.ts"],"sourcesContent":["import { zSelector, zSelectors } from '../../dataSelector'\nimport { z } from 'zod'\n\nexport const zAnnotationHorizontalLine = z.object({\n selector: z.union([zSelector, zSelectors]).nullish(),\n yValue: z.union([z.number(), z.string(), z.array(z.union([z.number(), z.string()]))]).nullish(),\n text: z.string().or(z.array(z.string())).nullish(),\n textPosition: z\n .enum(['outsideStart', 'outsideEnd', 'outsideMiddle', 'insideStart', 'insideMiddle', 'insideEnd'])\n .default('insideEnd')\n .nullish(),\n textColor: z.string().default('#ffffff').nullish(),\n textFontSize: z.number().default(12).nullish(),\n textFontWeight: z.number().default(400).nullish(),\n textAlign: z.enum(['left', 'right', 'center']).default('right').nullish(),\n textBaseline: z.enum(['top', 'middle', 'bottom']).default('top').nullish(),\n\n lineVisible: z.boolean().default(true).nullish(),\n lineColor: z.string().default('#212121').nullish(),\n lineWidth: z.number().default(1).nullish(),\n lineStyle: z\n .union([z.literal('solid'), z.literal('dashed'), z.literal('dotted')])\n .default('dashed')\n .nullish(),\n\n textBackgroundVisible: z.boolean().default(true).nullish(),\n textBackgroundColor: z.string().default('#212121').nullish(),\n textBackgroundBorderColor: z.string().default('#212121').nullish(),\n textBackgroundBorderRadius: z.number().default(4).nullish(),\n textBackgroundBorderWidth: z.number().default(1).nullish(),\n textBackgroundPadding: z.number().default(2).nullish(),\n})\n"],"names":["zAnnotationHorizontalLine","z","zSelector","zSelectors"],"mappings":";;AAGO,MAAMA,4BAA4BC,EAAE,MAAM,CAAC;IAChD,UAAUA,EAAE,KAAK,CAAC;QAACC;QAAWC;KAAW,EAAE,OAAO;IAClD,QAAQF,EAAE,KAAK,CAAC;QAACA,EAAE,MAAM;QAAIA,EAAE,MAAM;QAAIA,EAAE,KAAK,CAACA,EAAE,KAAK,CAAC;YAACA,EAAE,MAAM;YAAIA,EAAE,MAAM;SAAG;KAAG,EAAE,OAAO;IAC7F,MAAMA,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IAChD,cAAcA,CAAC,CAADA,OACP,CAAC;QAAC;QAAgB;QAAc;QAAiB;QAAe;QAAgB;KAAY,EAChG,OAAO,CAAC,aACR,OAAO;IACV,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,cAAcA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;IAC5C,gBAAgBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;IAC/C,WAAWA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAQ;QAAS;KAAS,EAAE,OAAO,CAAC,SAAS,OAAO;IACvE,cAAcA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAO;QAAU;KAAS,EAAE,OAAO,CAAC,OAAO,OAAO;IAExE,aAAaA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IAC9C,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACxC,WAAWA,EAAAA,KACH,CAAC;QAACA,EAAE,OAAO,CAAC;QAAUA,EAAE,OAAO,CAAC;QAAWA,EAAE,OAAO,CAAC;KAAU,EACpE,OAAO,CAAC,UACR,OAAO;IAEV,uBAAuBA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACxD,qBAAqBA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAC1D,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChE,4BAA4BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACzD,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACxD,uBAAuBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;AACtD"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/annotation/zAnnotationPoint.js","sources":["webpack://@visactor/vseed/./src/types/properties/annotation/zAnnotationPoint.ts"],"sourcesContent":["import { zSelector, zSelectors } from '../../dataSelector'\nimport { z } from 'zod'\n\nexport const zAnnotationPoint = z.object({\n selector: z.union([zSelector, zSelectors]).nullish(),\n text: z.string().or(z.array(z.string())).nullish(),\n textColor: z.string().default('#ffffff').nullish(),\n textFontSize: z.number().default(12).nullish(),\n textFontWeight: z.number().default(400).nullish(),\n textAlign: z.enum(['left', 'right', 'center']).default('center').nullish(),\n textBaseline: z.enum(['top', 'middle', 'bottom']).default('middle').nullish(),\n textBackgroundVisible: z.boolean().default(true).nullish(),\n textBackgroundColor: z.string().default('#212121').nullish(),\n textBackgroundBorderColor: z.string().nullish(),\n textBackgroundBorderWidth: z.number().default(1).nullish(),\n textBackgroundBorderRadius: z.number().default(4).nullish(),\n textBackgroundPadding: z.number().nullish(),\n\n offsetY: z.number().default(0).nullish(),\n offsetX: z.number().default(0).nullish(),\n})\n"],"names":["zAnnotationPoint","z","zSelector","zSelectors"],"mappings":";;AAGO,MAAMA,mBAAmBC,EAAE,MAAM,CAAC;IACvC,UAAUA,EAAE,KAAK,CAAC;QAACC;QAAWC;KAAW,EAAE,OAAO;IAClD,MAAMF,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IAChD,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,cAAcA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;IAC5C,gBAAgBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;IAC/C,WAAWA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAQ;QAAS;KAAS,EAAE,OAAO,CAAC,UAAU,OAAO;IACxE,cAAcA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAO;QAAU;KAAS,EAAE,OAAO,CAAC,UAAU,OAAO;IAC3E,uBAAuBA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACxD,qBAAqBA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAC1D,2BAA2BA,EAAE,MAAM,GAAG,OAAO;IAC7C,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACxD,4BAA4BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACzD,uBAAuBA,EAAE,MAAM,GAAG,OAAO;IAEzC,SAASA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACtC,SAASA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;AACxC"}
1
+ {"version":3,"file":"types/properties/annotation/zAnnotationPoint.js","sources":["../../../../../src/types/properties/annotation/zAnnotationPoint.ts"],"sourcesContent":["import { zSelector, zSelectors } from '../../dataSelector'\nimport { z } from 'zod'\n\nexport const zAnnotationPoint = z.object({\n selector: z.union([zSelector, zSelectors]).nullish(),\n text: z.string().or(z.array(z.string())).nullish(),\n textColor: z.string().default('#ffffff').nullish(),\n textFontSize: z.number().default(12).nullish(),\n textFontWeight: z.number().default(400).nullish(),\n textAlign: z.enum(['left', 'right', 'center']).default('center').nullish(),\n textBaseline: z.enum(['top', 'middle', 'bottom']).default('middle').nullish(),\n textBackgroundVisible: z.boolean().default(true).nullish(),\n textBackgroundColor: z.string().default('#212121').nullish(),\n textBackgroundBorderColor: z.string().nullish(),\n textBackgroundBorderWidth: z.number().default(1).nullish(),\n textBackgroundBorderRadius: z.number().default(4).nullish(),\n textBackgroundPadding: z.number().nullish(),\n\n offsetY: z.number().default(0).nullish(),\n offsetX: z.number().default(0).nullish(),\n})\n"],"names":["zAnnotationPoint","z","zSelector","zSelectors"],"mappings":";;AAGO,MAAMA,mBAAmBC,EAAE,MAAM,CAAC;IACvC,UAAUA,EAAE,KAAK,CAAC;QAACC;QAAWC;KAAW,EAAE,OAAO;IAClD,MAAMF,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IAChD,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,cAAcA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;IAC5C,gBAAgBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;IAC/C,WAAWA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAQ;QAAS;KAAS,EAAE,OAAO,CAAC,UAAU,OAAO;IACxE,cAAcA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAO;QAAU;KAAS,EAAE,OAAO,CAAC,UAAU,OAAO;IAC3E,uBAAuBA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACxD,qBAAqBA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAC1D,2BAA2BA,EAAE,MAAM,GAAG,OAAO;IAC7C,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACxD,4BAA4BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACzD,uBAAuBA,EAAE,MAAM,GAAG,OAAO;IAEzC,SAASA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACtC,SAASA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;AACxC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/annotation/zAnnotationVerticalLine.js","sources":["webpack://@visactor/vseed/./src/types/properties/annotation/zAnnotationVerticalLine.ts"],"sourcesContent":["import { zSelector, zSelectors } from '../../dataSelector'\nimport { z } from 'zod'\n\nexport const zAnnotationVerticalLine = z.object({\n selector: z.union([zSelector, zSelectors]).nullish(),\n xValue: z.union([z.number(), z.string(), z.array(z.union([z.number(), z.string()]))]).nullish(),\n text: z.string().or(z.array(z.string())).nullish(),\n textPosition: z\n .enum(['outsideStart', 'outsideEnd', 'outsideMiddle', 'insideStart', 'insideMiddle', 'insideEnd'])\n .default('insideEnd')\n .nullish(),\n textColor: z.string().default('#ffffff').nullish(),\n textFontSize: z.number().default(12).nullish(),\n textFontWeight: z.number().default(400).nullish(),\n textAlign: z.enum(['left', 'right', 'center']).default('right').nullish(),\n textBaseline: z.enum(['top', 'middle', 'bottom']).default('top').nullish(),\n\n textBackgroundVisible: z.boolean().default(true).nullish(),\n textBackgroundColor: z.string().default('#212121').nullish(),\n textBackgroundBorderColor: z.string().default('#212121').nullish(),\n textBackgroundBorderRadius: z.number().default(4).nullish(),\n textBackgroundBorderWidth: z.number().default(1).nullish(),\n textBackgroundPadding: z.number().default(2).nullish(),\n\n lineVisible: z.boolean().default(true).nullish(),\n lineColor: z.string().default('#212121').nullish(),\n lineWidth: z.number().default(1).nullish(),\n lineStyle: z\n .union([z.literal('solid'), z.literal('dashed'), z.literal('dotted')])\n .default('dashed')\n .nullish(),\n})\n"],"names":["zAnnotationVerticalLine","z","zSelector","zSelectors"],"mappings":";;AAGO,MAAMA,0BAA0BC,EAAE,MAAM,CAAC;IAC9C,UAAUA,EAAE,KAAK,CAAC;QAACC;QAAWC;KAAW,EAAE,OAAO;IAClD,QAAQF,EAAE,KAAK,CAAC;QAACA,EAAE,MAAM;QAAIA,EAAE,MAAM;QAAIA,EAAE,KAAK,CAACA,EAAE,KAAK,CAAC;YAACA,EAAE,MAAM;YAAIA,EAAE,MAAM;SAAG;KAAG,EAAE,OAAO;IAC7F,MAAMA,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IAChD,cAAcA,CAAC,CAADA,OACP,CAAC;QAAC;QAAgB;QAAc;QAAiB;QAAe;QAAgB;KAAY,EAChG,OAAO,CAAC,aACR,OAAO;IACV,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,cAAcA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;IAC5C,gBAAgBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;IAC/C,WAAWA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAQ;QAAS;KAAS,EAAE,OAAO,CAAC,SAAS,OAAO;IACvE,cAAcA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAO;QAAU;KAAS,EAAE,OAAO,CAAC,OAAO,OAAO;IAExE,uBAAuBA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACxD,qBAAqBA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAC1D,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChE,4BAA4BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACzD,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACxD,uBAAuBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAEpD,aAAaA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IAC9C,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACxC,WAAWA,EAAAA,KACH,CAAC;QAACA,EAAE,OAAO,CAAC;QAAUA,EAAE,OAAO,CAAC;QAAWA,EAAE,OAAO,CAAC;KAAU,EACpE,OAAO,CAAC,UACR,OAAO;AACZ"}
1
+ {"version":3,"file":"types/properties/annotation/zAnnotationVerticalLine.js","sources":["../../../../../src/types/properties/annotation/zAnnotationVerticalLine.ts"],"sourcesContent":["import { zSelector, zSelectors } from '../../dataSelector'\nimport { z } from 'zod'\n\nexport const zAnnotationVerticalLine = z.object({\n selector: z.union([zSelector, zSelectors]).nullish(),\n xValue: z.union([z.number(), z.string(), z.array(z.union([z.number(), z.string()]))]).nullish(),\n text: z.string().or(z.array(z.string())).nullish(),\n textPosition: z\n .enum(['outsideStart', 'outsideEnd', 'outsideMiddle', 'insideStart', 'insideMiddle', 'insideEnd'])\n .default('insideEnd')\n .nullish(),\n textColor: z.string().default('#ffffff').nullish(),\n textFontSize: z.number().default(12).nullish(),\n textFontWeight: z.number().default(400).nullish(),\n textAlign: z.enum(['left', 'right', 'center']).default('right').nullish(),\n textBaseline: z.enum(['top', 'middle', 'bottom']).default('top').nullish(),\n\n textBackgroundVisible: z.boolean().default(true).nullish(),\n textBackgroundColor: z.string().default('#212121').nullish(),\n textBackgroundBorderColor: z.string().default('#212121').nullish(),\n textBackgroundBorderRadius: z.number().default(4).nullish(),\n textBackgroundBorderWidth: z.number().default(1).nullish(),\n textBackgroundPadding: z.number().default(2).nullish(),\n\n lineVisible: z.boolean().default(true).nullish(),\n lineColor: z.string().default('#212121').nullish(),\n lineWidth: z.number().default(1).nullish(),\n lineStyle: z\n .union([z.literal('solid'), z.literal('dashed'), z.literal('dotted')])\n .default('dashed')\n .nullish(),\n})\n"],"names":["zAnnotationVerticalLine","z","zSelector","zSelectors"],"mappings":";;AAGO,MAAMA,0BAA0BC,EAAE,MAAM,CAAC;IAC9C,UAAUA,EAAE,KAAK,CAAC;QAACC;QAAWC;KAAW,EAAE,OAAO;IAClD,QAAQF,EAAE,KAAK,CAAC;QAACA,EAAE,MAAM;QAAIA,EAAE,MAAM;QAAIA,EAAE,KAAK,CAACA,EAAE,KAAK,CAAC;YAACA,EAAE,MAAM;YAAIA,EAAE,MAAM;SAAG;KAAG,EAAE,OAAO;IAC7F,MAAMA,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IAChD,cAAcA,CAAC,CAADA,OACP,CAAC;QAAC;QAAgB;QAAc;QAAiB;QAAe;QAAgB;KAAY,EAChG,OAAO,CAAC,aACR,OAAO;IACV,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,cAAcA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;IAC5C,gBAAgBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;IAC/C,WAAWA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAQ;QAAS;KAAS,EAAE,OAAO,CAAC,SAAS,OAAO;IACvE,cAAcA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAO;QAAU;KAAS,EAAE,OAAO,CAAC,OAAO,OAAO;IAExE,uBAAuBA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACxD,qBAAqBA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAC1D,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChE,4BAA4BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACzD,2BAA2BA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACxD,uBAAuBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAEpD,aAAaA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IAC9C,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;IAChD,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACxC,WAAWA,EAAAA,KACH,CAAC;QAACA,EAAE,OAAO,CAAC;QAAUA,EAAE,OAAO,CAAC;QAAWA,EAAE,OAAO,CAAC;KAAU,EACpE,OAAO,CAAC,UACR,OAAO;AACZ"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/cellStyle/bodyCellStyle.js","sources":["webpack://@visactor/vseed/./src/types/properties/cellStyle/bodyCellStyle.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zSelector, zSelectors, type Selector, type Selectors } from '../../dataSelector'\n\nexport type BodyCellStyle = {\n /**\n * 数据选择器\n * @description\n * 若配置selector, 提供数值 selector, 局部数据 selector, 条件维度 selector, 条件指标 selector 共四类数据匹配能力\n * 若未配置selector, 则样式全局生效.\n * @type {Selector | Selectors}\n * @example 数值选择器\n * selector = \"tool\"\n * selector = [\"tool\", \"book\"]\n * selector = 100\n * selector = [100, 200]\n * @example 局部数据选择器\n * selector = { profit: 100 }\n * selector = [{ profit: 100 }, { profit: 200 }]\n * @example 条件维度选择器\n * selector = {\n * field: 'category',\n * operator: 'in',\n * value: 'tool'\n * }\n * selector = {\n * field: 'category',\n * operator: 'not in',\n * value: 'book'\n * }\n * @example 条件指标选择器\n * selector = {\n * field: 'profit',\n * operator: '>=',\n * value: 100\n * }\n * selector = {\n * field: 'profit',\n * operator: 'between'\n * value: [100, 300]\n * }\n */\n selector?: Selector | Selectors\n /**\n * 单元格背景色\n */\n backgroundColor?: string\n /**\n * 单元格文字颜色\n */\n textColor?: string\n /**\n * 单元格文字大小\n */\n textFontSize?: number\n /**\n * 单元格边框颜色\n */\n borderColor?: string\n /**\n * 单元格边框线宽\n */\n borderLineWidth?: number\n}\n\nexport const zBodyCellStyle = z.object({\n selector: z.union([zSelector, zSelectors]).nullish(),\n backgroundColor: z.string().nullish(),\n textColor: z.string().nullish(),\n textFontSize: z.number().nullish(),\n borderColor: z.string().nullish(),\n borderLineWidth: z.number().nullish(),\n})\n"],"names":["zBodyCellStyle","z","zSelector","zSelectors"],"mappings":";;AAgEO,MAAMA,iBAAiBC,EAAE,MAAM,CAAC;IACrC,UAAUA,EAAE,KAAK,CAAC;QAACC;QAAWC;KAAW,EAAE,OAAO;IAClD,iBAAiBF,EAAE,MAAM,GAAG,OAAO;IACnC,WAAWA,EAAE,MAAM,GAAG,OAAO;IAC7B,cAAcA,EAAE,MAAM,GAAG,OAAO;IAChC,aAAaA,EAAE,MAAM,GAAG,OAAO;IAC/B,iBAAiBA,EAAE,MAAM,GAAG,OAAO;AACrC"}
1
+ {"version":3,"file":"types/properties/cellStyle/bodyCellStyle.js","sources":["../../../../../src/types/properties/cellStyle/bodyCellStyle.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zSelector, zSelectors, type Selector, type Selectors } from '../../dataSelector'\n\nexport type BodyCellStyle = {\n /**\n * 数据选择器\n * @description\n * 若配置selector, 提供数值 selector, 局部数据 selector, 条件维度 selector, 条件指标 selector 共四类数据匹配能力\n * 若未配置selector, 则样式全局生效.\n * @type {Selector | Selectors}\n * @example 数值选择器\n * selector = \"tool\"\n * selector = [\"tool\", \"book\"]\n * selector = 100\n * selector = [100, 200]\n * @example 局部数据选择器\n * selector = { profit: 100 }\n * selector = [{ profit: 100 }, { profit: 200 }]\n * @example 条件维度选择器\n * selector = {\n * field: 'category',\n * operator: 'in',\n * value: 'tool'\n * }\n * selector = {\n * field: 'category',\n * operator: 'not in',\n * value: 'book'\n * }\n * @example 条件指标选择器\n * selector = {\n * field: 'profit',\n * operator: '>=',\n * value: 100\n * }\n * selector = {\n * field: 'profit',\n * operator: 'between'\n * value: [100, 300]\n * }\n */\n selector?: Selector | Selectors\n /**\n * 单元格背景色\n */\n backgroundColor?: string\n /**\n * 单元格文字颜色\n */\n textColor?: string\n /**\n * 单元格文字大小\n */\n textFontSize?: number\n /**\n * 单元格边框颜色\n */\n borderColor?: string\n /**\n * 单元格边框线宽\n */\n borderLineWidth?: number\n}\n\nexport const zBodyCellStyle = z.object({\n selector: z.union([zSelector, zSelectors]).nullish(),\n backgroundColor: z.string().nullish(),\n textColor: z.string().nullish(),\n textFontSize: z.number().nullish(),\n borderColor: z.string().nullish(),\n borderLineWidth: z.number().nullish(),\n})\n"],"names":["zBodyCellStyle","z","zSelector","zSelectors"],"mappings":";;AAgEO,MAAMA,iBAAiBC,EAAE,MAAM,CAAC;IACrC,UAAUA,EAAE,KAAK,CAAC;QAACC;QAAWC;KAAW,EAAE,OAAO;IAClD,iBAAiBF,EAAE,MAAM,GAAG,OAAO;IACnC,WAAWA,EAAE,MAAM,GAAG,OAAO;IAC7B,cAAcA,EAAE,MAAM,GAAG,OAAO;IAChC,aAAaA,EAAE,MAAM,GAAG,OAAO;IAC/B,iBAAiBA,EAAE,MAAM,GAAG,OAAO;AACrC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/cellStyle/cellStyle.js","sources":["webpack://@visactor/vseed/./src/types/properties/cellStyle/cellStyle.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zBodyCellStyle } from './bodyCellStyle'\n\nexport const zCellStyle = z.object({\n bodyCellStyle: zBodyCellStyle.nullish(),\n})\n\nexport type CellStyle = z.infer<typeof zCellStyle>\n"],"names":["zCellStyle","z","zBodyCellStyle"],"mappings":";;AAGO,MAAMA,aAAaC,EAAE,MAAM,CAAC;IACjC,eAAeC,eAAe,OAAO;AACvC"}
1
+ {"version":3,"file":"types/properties/cellStyle/cellStyle.js","sources":["../../../../../src/types/properties/cellStyle/cellStyle.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zBodyCellStyle } from './bodyCellStyle'\n\nexport const zCellStyle = z.object({\n bodyCellStyle: zBodyCellStyle.nullish(),\n})\n\nexport type CellStyle = z.infer<typeof zCellStyle>\n"],"names":["zCellStyle","z","zBodyCellStyle"],"mappings":";;AAGO,MAAMA,aAAaC,EAAE,MAAM,CAAC;IACjC,eAAeC,eAAe,OAAO;AACvC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/chartType/chartType.js","sources":["webpack://@visactor/vseed/./src/types/properties/chartType/chartType.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport type ChartType =\n | 'table'\n | 'pivotTable'\n // cartesian\n | 'line'\n | 'column'\n | 'columnPercent'\n | 'columnParallel'\n | 'bar'\n | 'barPercent'\n | 'barParallel'\n | 'area'\n | 'areaPercent'\n | 'scatter'\n | 'dualAxis'\n // polar\n | 'rose'\n | 'roseParallel'\n | 'pie'\n | 'donut'\n | 'radar'\n // other\n | 'heatmap'\n | 'funnel'\n | 'boxPlot'\n | 'histogram'\n\nexport const zChartType = z.enum([\n 'table',\n 'pivotTable',\n // cartesian\n 'line',\n 'column',\n 'columnPercent',\n 'columnParallel',\n 'bar',\n 'barPercent',\n 'barParallel',\n 'area',\n 'areaPercent',\n 'scatter',\n 'dualAxis',\n // polar\n 'rose',\n 'roseParallel',\n 'pie',\n 'donut',\n 'radar',\n // other\n 'funnel',\n 'heatmap',\n 'boxPlot',\n 'histogram',\n])\n"],"names":["zChartType","z"],"mappings":";AA6BO,MAAMA,aAAaC,CAAC,CAADA,OAAM,CAAC;IAC/B;IACA;IAEA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IACA;CACD"}
1
+ {"version":3,"file":"types/properties/chartType/chartType.js","sources":["../../../../../src/types/properties/chartType/chartType.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport type ChartType =\n | 'table'\n | 'pivotTable'\n // cartesian\n | 'line'\n | 'column'\n | 'columnPercent'\n | 'columnParallel'\n | 'bar'\n | 'barPercent'\n | 'barParallel'\n | 'area'\n | 'areaPercent'\n | 'scatter'\n | 'dualAxis'\n // polar\n | 'rose'\n | 'roseParallel'\n | 'pie'\n | 'donut'\n | 'radar'\n // other\n | 'heatmap'\n | 'funnel'\n | 'boxPlot'\n | 'histogram'\n\nexport const zChartType = z.enum([\n 'table',\n 'pivotTable',\n // cartesian\n 'line',\n 'column',\n 'columnPercent',\n 'columnParallel',\n 'bar',\n 'barPercent',\n 'barParallel',\n 'area',\n 'areaPercent',\n 'scatter',\n 'dualAxis',\n // polar\n 'rose',\n 'roseParallel',\n 'pie',\n 'donut',\n 'radar',\n // other\n 'funnel',\n 'heatmap',\n 'boxPlot',\n 'histogram',\n])\n"],"names":["zChartType","z"],"mappings":";AA6BO,MAAMA,aAAaC,CAAC,CAADA,OAAM,CAAC;IAC/B;IACA;IAEA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IACA;IACA;IAEA;IACA;IACA;IACA;CACD"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/chartType/dualChartType.js","sources":["webpack://@visactor/vseed/./src/types/properties/chartType/dualChartType.ts"],"sourcesContent":["import { z } from 'zod'\n\n// 'columnPercent' 和 'areaPercent' 会改变轴值域为[0,1], VTable不支持.\nexport const zDualChartType = z.object({\n primary: z.enum(['line', 'column', 'columnParallel', 'area', 'scatter']).default('column'),\n secondary: z.enum(['line', 'column', 'columnParallel', 'area', 'scatter']).default('line'),\n})\n\nexport type DualChartType = z.infer<typeof zDualChartType>\n"],"names":["zDualChartType","z"],"mappings":";AAGO,MAAMA,iBAAiBC,EAAE,MAAM,CAAC;IACrC,SAASA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAQ;QAAU;QAAkB;QAAQ;KAAU,EAAE,OAAO,CAAC;IACjF,WAAWA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAQ;QAAU;QAAkB;QAAQ;KAAU,EAAE,OAAO,CAAC;AACrF"}
1
+ {"version":3,"file":"types/properties/chartType/dualChartType.js","sources":["../../../../../src/types/properties/chartType/dualChartType.ts"],"sourcesContent":["import { z } from 'zod'\n\n// 'columnPercent' 和 'areaPercent' 会改变轴值域为[0,1], VTable不支持.\nexport const zDualChartType = z.object({\n primary: z.enum(['line', 'column', 'columnParallel', 'area', 'scatter']).default('column'),\n secondary: z.enum(['line', 'column', 'columnParallel', 'area', 'scatter']).default('line'),\n})\n\nexport type DualChartType = z.infer<typeof zDualChartType>\n"],"names":["zDualChartType","z"],"mappings":";AAGO,MAAMA,iBAAiBC,EAAE,MAAM,CAAC;IACrC,SAASA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAQ;QAAU;QAAkB;QAAQ;KAAU,EAAE,OAAO,CAAC;IACjF,WAAWA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAQ;QAAU;QAAkB;QAAQ;KAAU,EAAE,OAAO,CAAC;AACrF"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/annotation/zAnnotaion.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/annotation/zAnnotaion.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zAnnotationPoint } from '../../annotation/zAnnotationPoint'\nimport { zAnnotationHorizontalLine } from '../../annotation/zAnnotationHorizontalLine'\nimport { zAnnotationArea } from '../../annotation/zAnnotationArea'\n\nexport const zAnnotationPointConfig = zAnnotationPoint.omit({ selector: true, text: true }).partial()\n\n// Use pick to explicitly list fields we want to expose in config variants.\nexport const zAnnotationHorizontalLineConfig = zAnnotationHorizontalLine\n .pick({\n // only pick fields that exist on the runtime schema\n lineColor: true,\n lineWidth: true,\n lineVisible: true,\n lineStyle: true,\n\n textBackgroundVisible: true,\n textColor: true,\n textFontSize: true,\n textFontWeight: true,\n textBackgroundColor: true,\n textBackgroundBorderColor: true,\n textBackgroundBorderWidth: true,\n textBackgroundBorderRadius: true,\n textBackgroundPadding: true,\n })\n // extend with additional config-only fields that runtime schema doesn't include\n .extend({\n endSymbolVisible: z.boolean().nullish(),\n endSymbolType: z.string().nullish(),\n endSymbolSize: z.number().nullish(),\n\n startSymbolVisible: z.boolean().nullish(),\n startSymbolType: z.string().nullish(),\n startSymbolSize: z.number().nullish(),\n })\n .partial()\n\nexport const zAnnotationVerticalLineConfig = zAnnotationHorizontalLineConfig.clone()\n\nexport const zAnnotationAreaConfig = zAnnotationArea\n .pick({\n textColor: true,\n textFontSize: true,\n textFontWeight: true,\n\n textBackgroundVisible: true,\n textBackgroundColor: true,\n textBackgroundBorderColor: true,\n textBackgroundBorderWidth: true,\n textBackgroundBorderRadius: true,\n textBackgroundPadding: true,\n\n areaColor: true,\n areaColorOpacity: true,\n areaBorderColor: true,\n areaBorderWidth: true,\n areaBorderRadius: true,\n areaLineDash: true,\n\n outerPadding: true,\n })\n .partial()\n\nexport const zAnnotationConfig = z.object({\n annotationPoint: zAnnotationPointConfig.nullish(),\n annotationHorizontalLine: zAnnotationHorizontalLineConfig.nullish(),\n annotationVerticalLine: zAnnotationVerticalLineConfig.nullish(),\n annotationArea: zAnnotationAreaConfig.nullish(),\n})\n"],"names":["zAnnotationPointConfig","zAnnotationPoint","zAnnotationHorizontalLineConfig","zAnnotationHorizontalLine","z","zAnnotationVerticalLineConfig","zAnnotationAreaConfig","zAnnotationArea","zAnnotationConfig"],"mappings":";;;;AAKO,MAAMA,yBAAyBC,iBAAiB,IAAI,CAAC;IAAE,UAAU;IAAM,MAAM;AAAK,GAAG,OAAO;AAG5F,MAAMC,kCAAkCC,0BAAAA,IACxC,CAAC;IAEJ,WAAW;IACX,WAAW;IACX,aAAa;IACb,WAAW;IAEX,uBAAuB;IACvB,WAAW;IACX,cAAc;IACd,gBAAgB;IAChB,qBAAqB;IACrB,2BAA2B;IAC3B,2BAA2B;IAC3B,4BAA4B;IAC5B,uBAAuB;AACzB,GAEC,MAAM,CAAC;IACN,kBAAkBC,EAAE,OAAO,GAAG,OAAO;IACrC,eAAeA,EAAE,MAAM,GAAG,OAAO;IACjC,eAAeA,EAAE,MAAM,GAAG,OAAO;IAEjC,oBAAoBA,EAAE,OAAO,GAAG,OAAO;IACvC,iBAAiBA,EAAE,MAAM,GAAG,OAAO;IACnC,iBAAiBA,EAAE,MAAM,GAAG,OAAO;AACrC,GACC,OAAO;AAEH,MAAMC,gCAAgCH,gCAAgC,KAAK;AAE3E,MAAMI,wBAAwBC,gBAAAA,IAC9B,CAAC;IACJ,WAAW;IACX,cAAc;IACd,gBAAgB;IAEhB,uBAAuB;IACvB,qBAAqB;IACrB,2BAA2B;IAC3B,2BAA2B;IAC3B,4BAA4B;IAC5B,uBAAuB;IAEvB,WAAW;IACX,kBAAkB;IAClB,iBAAiB;IACjB,iBAAiB;IACjB,kBAAkB;IAClB,cAAc;IAEd,cAAc;AAChB,GACC,OAAO;AAEH,MAAMC,oBAAoBJ,EAAE,MAAM,CAAC;IACxC,iBAAiBJ,uBAAuB,OAAO;IAC/C,0BAA0BE,gCAAgC,OAAO;IACjE,wBAAwBG,8BAA8B,OAAO;IAC7D,gBAAgBC,sBAAsB,OAAO;AAC/C"}
1
+ {"version":3,"file":"types/properties/config/annotation/zAnnotaion.js","sources":["../../../../../../src/types/properties/config/annotation/zAnnotaion.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zAnnotationPoint } from '../../annotation/zAnnotationPoint'\nimport { zAnnotationHorizontalLine } from '../../annotation/zAnnotationHorizontalLine'\nimport { zAnnotationArea } from '../../annotation/zAnnotationArea'\n\nexport const zAnnotationPointConfig = zAnnotationPoint.omit({ selector: true, text: true }).partial()\n\n// Use pick to explicitly list fields we want to expose in config variants.\nexport const zAnnotationHorizontalLineConfig = zAnnotationHorizontalLine\n .pick({\n // only pick fields that exist on the runtime schema\n lineColor: true,\n lineWidth: true,\n lineVisible: true,\n lineStyle: true,\n\n textBackgroundVisible: true,\n textColor: true,\n textFontSize: true,\n textFontWeight: true,\n textBackgroundColor: true,\n textBackgroundBorderColor: true,\n textBackgroundBorderWidth: true,\n textBackgroundBorderRadius: true,\n textBackgroundPadding: true,\n })\n // extend with additional config-only fields that runtime schema doesn't include\n .extend({\n endSymbolVisible: z.boolean().nullish(),\n endSymbolType: z.string().nullish(),\n endSymbolSize: z.number().nullish(),\n\n startSymbolVisible: z.boolean().nullish(),\n startSymbolType: z.string().nullish(),\n startSymbolSize: z.number().nullish(),\n })\n .partial()\n\nexport const zAnnotationVerticalLineConfig = zAnnotationHorizontalLineConfig.clone()\n\nexport const zAnnotationAreaConfig = zAnnotationArea\n .pick({\n textColor: true,\n textFontSize: true,\n textFontWeight: true,\n\n textBackgroundVisible: true,\n textBackgroundColor: true,\n textBackgroundBorderColor: true,\n textBackgroundBorderWidth: true,\n textBackgroundBorderRadius: true,\n textBackgroundPadding: true,\n\n areaColor: true,\n areaColorOpacity: true,\n areaBorderColor: true,\n areaBorderWidth: true,\n areaBorderRadius: true,\n areaLineDash: true,\n\n outerPadding: true,\n })\n .partial()\n\nexport const zAnnotationConfig = z.object({\n annotationPoint: zAnnotationPointConfig.nullish(),\n annotationHorizontalLine: zAnnotationHorizontalLineConfig.nullish(),\n annotationVerticalLine: zAnnotationVerticalLineConfig.nullish(),\n annotationArea: zAnnotationAreaConfig.nullish(),\n})\n"],"names":["zAnnotationPointConfig","zAnnotationPoint","zAnnotationHorizontalLineConfig","zAnnotationHorizontalLine","z","zAnnotationVerticalLineConfig","zAnnotationAreaConfig","zAnnotationArea","zAnnotationConfig"],"mappings":";;;;AAKO,MAAMA,yBAAyBC,iBAAiB,IAAI,CAAC;IAAE,UAAU;IAAM,MAAM;AAAK,GAAG,OAAO;AAG5F,MAAMC,kCAAkCC,0BAAAA,IACxC,CAAC;IAEJ,WAAW;IACX,WAAW;IACX,aAAa;IACb,WAAW;IAEX,uBAAuB;IACvB,WAAW;IACX,cAAc;IACd,gBAAgB;IAChB,qBAAqB;IACrB,2BAA2B;IAC3B,2BAA2B;IAC3B,4BAA4B;IAC5B,uBAAuB;AACzB,GAEC,MAAM,CAAC;IACN,kBAAkBC,EAAE,OAAO,GAAG,OAAO;IACrC,eAAeA,EAAE,MAAM,GAAG,OAAO;IACjC,eAAeA,EAAE,MAAM,GAAG,OAAO;IAEjC,oBAAoBA,EAAE,OAAO,GAAG,OAAO;IACvC,iBAAiBA,EAAE,MAAM,GAAG,OAAO;IACnC,iBAAiBA,EAAE,MAAM,GAAG,OAAO;AACrC,GACC,OAAO;AAEH,MAAMC,gCAAgCH,gCAAgC,KAAK;AAE3E,MAAMI,wBAAwBC,gBAAAA,IAC9B,CAAC;IACJ,WAAW;IACX,cAAc;IACd,gBAAgB;IAEhB,uBAAuB;IACvB,qBAAqB;IACrB,2BAA2B;IAC3B,2BAA2B;IAC3B,4BAA4B;IAC5B,uBAAuB;IAEvB,WAAW;IACX,kBAAkB;IAClB,iBAAiB;IACjB,iBAAiB;IACjB,kBAAkB;IAClB,cAAc;IAEd,cAAc;AAChB,GACC,OAAO;AAEH,MAAMC,oBAAoBJ,EAAE,MAAM,CAAC;IACxC,iBAAiBJ,uBAAuB,OAAO;IAC/C,0BAA0BE,gCAAgC,OAAO;IACjE,wBAAwBG,8BAA8B,OAAO;IAC7D,gBAAgBC,sBAAsB,OAAO;AAC/C"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/area.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/area.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zXBandAxis, zYLinearAxis } from './axes'\nimport { zCrosshairLine } from './crosshair'\nimport { zBackgroundColor } from './backgroundColor/backgroundColor'\nimport { zColor } from './color/color'\nimport { zLabel } from './label'\nimport { zLegend } from './legend/legend'\nimport { zTooltip } from './tooltip/tooltip'\nimport { zAnnotationConfig } from './annotation/zAnnotaion'\nimport { zPivotChartGridConfig } from './pivotGrid'\nimport { zDimensionLinkage } from './dimensionLinkage/dimensionLinkage'\n\nexport const zAreaConfig = z.object({\n backgroundColor: zBackgroundColor.nullish(),\n label: zLabel.nullish(),\n color: zColor.nullish(),\n tooltip: zTooltip.nullish(),\n legend: zLegend.nullish(),\n\n xAxis: zXBandAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n crosshairLine: zCrosshairLine.nullish(),\n pivotGrid: zPivotChartGridConfig.nullish(),\n annotation: zAnnotationConfig.nullish(),\n\n dimensionLinkage: zDimensionLinkage.nullish(),\n})\nexport const zAreaPercentConfig = zAreaConfig\n\nexport type AreaConfig = z.infer<typeof zAreaConfig>\nexport type AreaPercentConfig = z.infer<typeof zAreaPercentConfig>\n"],"names":["zAreaConfig","z","zBackgroundColor","zLabel","zColor","zTooltip","zLegend","zXBandAxis","zYLinearAxis","zCrosshairLine","zPivotChartGridConfig","zAnnotationConfig","zDimensionLinkage","zAreaPercentConfig"],"mappings":";;;;;;;;;;;AAYO,MAAMA,cAAcC,EAAE,MAAM,CAAC;IAClC,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,SAASC,SAAS,OAAO;IACzB,QAAQC,QAAQ,OAAO;IAEvB,OAAOC,WAAW,OAAO;IACzB,OAAOC,aAAa,OAAO;IAC3B,eAAeC,eAAe,OAAO;IACrC,WAAWC,sBAAsB,OAAO;IACxC,YAAYC,kBAAkB,OAAO;IAErC,kBAAkBC,kBAAkB,OAAO;AAC7C;AACO,MAAMC,qBAAqBb"}
1
+ {"version":3,"file":"types/properties/config/area.js","sources":["../../../../../src/types/properties/config/area.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zXBandAxis, zYLinearAxis } from './axes'\nimport { zCrosshairLine } from './crosshair'\nimport { zBackgroundColor } from './backgroundColor/backgroundColor'\nimport { zColor } from './color/color'\nimport { zLabel } from './label'\nimport { zLegend } from './legend/legend'\nimport { zTooltip } from './tooltip/tooltip'\nimport { zAnnotationConfig } from './annotation/zAnnotaion'\nimport { zPivotChartGridConfig } from './pivotGrid'\nimport { zDimensionLinkage } from './dimensionLinkage/dimensionLinkage'\n\nexport const zAreaConfig = z.object({\n backgroundColor: zBackgroundColor.nullish(),\n label: zLabel.nullish(),\n color: zColor.nullish(),\n tooltip: zTooltip.nullish(),\n legend: zLegend.nullish(),\n\n xAxis: zXBandAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n crosshairLine: zCrosshairLine.nullish(),\n pivotGrid: zPivotChartGridConfig.nullish(),\n annotation: zAnnotationConfig.nullish(),\n\n dimensionLinkage: zDimensionLinkage.nullish(),\n})\nexport const zAreaPercentConfig = zAreaConfig\n\nexport type AreaConfig = z.infer<typeof zAreaConfig>\nexport type AreaPercentConfig = z.infer<typeof zAreaPercentConfig>\n"],"names":["zAreaConfig","z","zBackgroundColor","zLabel","zColor","zTooltip","zLegend","zXBandAxis","zYLinearAxis","zCrosshairLine","zPivotChartGridConfig","zAnnotationConfig","zDimensionLinkage","zAreaPercentConfig"],"mappings":";;;;;;;;;;;AAYO,MAAMA,cAAcC,EAAE,MAAM,CAAC;IAClC,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,SAASC,SAAS,OAAO;IACzB,QAAQC,QAAQ,OAAO;IAEvB,OAAOC,WAAW,OAAO;IACzB,OAAOC,aAAa,OAAO;IAC3B,eAAeC,eAAe,OAAO;IACrC,WAAWC,sBAAsB,OAAO;IACxC,YAAYC,kBAAkB,OAAO;IAErC,kBAAkBC,kBAAkB,OAAO;AAC7C;AACO,MAAMC,qBAAqBb"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/axes/zBandAxis.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/axes/zBandAxis.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zXBandAxis = z.object({\n visible: z.boolean().default(true).nullish(),\n\n labelAutoHide: z.boolean().default(true).nullish(),\n labelAutoHideGap: z.number().default(0).nullish(),\n labelAutoRotate: z.boolean().default(true).nullish(),\n labelAutoRotateAngleRange: z.array(z.number()).default([0, -45, -90]).nullish(),\n labelAutoLimit: z.boolean().default(true).nullish(),\n labelAutoLimitLength: z.number().default(100).nullish(),\n label: z\n .object({\n visible: z.boolean().default(true).nullish(),\n labelColor: z.string().default('#797B85').nullish(),\n labelFontSize: z.number().default(12).nullish(),\n labelFontWeight: z.number().default(400).nullish(),\n labelAngle: z.number().default(0).nullish(),\n })\n .nullish(),\n line: z\n .object({\n visible: z.boolean().default(true).nullish(),\n lineColor: z.string().default('rgba(54, 65, 89, 0.30)').nullish(),\n lineWidth: z.number().default(1).nullish(),\n })\n .nullish(),\n tick: z\n .object({\n visible: z.boolean().default(true).nullish(),\n tickInside: z.boolean().default(false).nullish(),\n tickColor: z.string().default('rgba(54, 65, 89, 0.30)').nullish(),\n tickSize: z.number().default(4).nullish(),\n })\n .nullish(),\n title: z\n .object({\n visible: z.boolean().default(false).nullish(),\n titleText: z.string().default('').nullish(),\n titleColor: z.string().default('#646A73').nullish(),\n titleFontSize: z.number().default(12).nullish(),\n titleFontWeight: z.number().default(400).nullish(),\n })\n .nullish(),\n grid: z\n .object({\n visible: z.boolean().default(false).nullish(),\n gridColor: z.string().default('rgba(54, 65, 89, 0.15)').nullish(),\n gridWidth: z.number().default(0.5).nullish(),\n gridLineDash: z.array(z.number()).nullish(),\n })\n .nullish(),\n})\nexport const zYBandAxis = zXBandAxis\n"],"names":["zXBandAxis","z","zYBandAxis"],"mappings":";AAEO,MAAMA,aAAaC,EAAE,MAAM,CAAC;IACjC,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IAE1C,eAAeA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IAChD,kBAAkBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAC/C,iBAAiBA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IAClD,2BAA2BA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO,CAAC;QAAC;QAAG;QAAK;KAAI,EAAE,OAAO;IAC7E,gBAAgBA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACjD,sBAAsBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;IACrD,OAAOA,EAAAA,MACE,CAAC;QACN,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;QAC1C,YAAYA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;QACjD,eAAeA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;QAC7C,iBAAiBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;QAChD,YAAYA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAC3C,GACC,OAAO;IACV,MAAMA,EAAAA,MACG,CAAC;QACN,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;QAC1C,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,0BAA0B,OAAO;QAC/D,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAC1C,GACC,OAAO;IACV,MAAMA,EAAAA,MACG,CAAC;QACN,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;QAC1C,YAAYA,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,OAAO;QAC9C,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,0BAA0B,OAAO;QAC/D,UAAUA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACzC,GACC,OAAO;IACV,OAAOA,EAAAA,MACE,CAAC;QACN,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,OAAO;QAC3C,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;QACzC,YAAYA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;QACjD,eAAeA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;QAC7C,iBAAiBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;IAClD,GACC,OAAO;IACV,MAAMA,EAAAA,MACG,CAAC;QACN,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,OAAO;QAC3C,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,0BAA0B,OAAO;QAC/D,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;QAC1C,cAAcA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAC3C,GACC,OAAO;AACZ;AACO,MAAMC,aAAaF"}
1
+ {"version":3,"file":"types/properties/config/axes/zBandAxis.js","sources":["../../../../../../src/types/properties/config/axes/zBandAxis.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zXBandAxis = z.object({\n visible: z.boolean().default(true).nullish(),\n\n labelAutoHide: z.boolean().default(true).nullish(),\n labelAutoHideGap: z.number().default(0).nullish(),\n labelAutoRotate: z.boolean().default(true).nullish(),\n labelAutoRotateAngleRange: z.array(z.number()).default([0, -45, -90]).nullish(),\n labelAutoLimit: z.boolean().default(true).nullish(),\n labelAutoLimitLength: z.number().default(100).nullish(),\n label: z\n .object({\n visible: z.boolean().default(true).nullish(),\n labelColor: z.string().default('#797B85').nullish(),\n labelFontSize: z.number().default(12).nullish(),\n labelFontWeight: z.number().default(400).nullish(),\n labelAngle: z.number().default(0).nullish(),\n })\n .nullish(),\n line: z\n .object({\n visible: z.boolean().default(true).nullish(),\n lineColor: z.string().default('rgba(54, 65, 89, 0.30)').nullish(),\n lineWidth: z.number().default(1).nullish(),\n })\n .nullish(),\n tick: z\n .object({\n visible: z.boolean().default(true).nullish(),\n tickInside: z.boolean().default(false).nullish(),\n tickColor: z.string().default('rgba(54, 65, 89, 0.30)').nullish(),\n tickSize: z.number().default(4).nullish(),\n })\n .nullish(),\n title: z\n .object({\n visible: z.boolean().default(false).nullish(),\n titleText: z.string().default('').nullish(),\n titleColor: z.string().default('#646A73').nullish(),\n titleFontSize: z.number().default(12).nullish(),\n titleFontWeight: z.number().default(400).nullish(),\n })\n .nullish(),\n grid: z\n .object({\n visible: z.boolean().default(false).nullish(),\n gridColor: z.string().default('rgba(54, 65, 89, 0.15)').nullish(),\n gridWidth: z.number().default(0.5).nullish(),\n gridLineDash: z.array(z.number()).nullish(),\n })\n .nullish(),\n})\nexport const zYBandAxis = zXBandAxis\n"],"names":["zXBandAxis","z","zYBandAxis"],"mappings":";AAEO,MAAMA,aAAaC,EAAE,MAAM,CAAC;IACjC,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IAE1C,eAAeA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IAChD,kBAAkBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAC/C,iBAAiBA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IAClD,2BAA2BA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO,CAAC;QAAC;QAAG;QAAK;KAAI,EAAE,OAAO;IAC7E,gBAAgBA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACjD,sBAAsBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;IACrD,OAAOA,EAAAA,MACE,CAAC;QACN,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;QAC1C,YAAYA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;QACjD,eAAeA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;QAC7C,iBAAiBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;QAChD,YAAYA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAC3C,GACC,OAAO;IACV,MAAMA,EAAAA,MACG,CAAC;QACN,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;QAC1C,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,0BAA0B,OAAO;QAC/D,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAC1C,GACC,OAAO;IACV,MAAMA,EAAAA,MACG,CAAC;QACN,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;QAC1C,YAAYA,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,OAAO;QAC9C,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,0BAA0B,OAAO;QAC/D,UAAUA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACzC,GACC,OAAO;IACV,OAAOA,EAAAA,MACE,CAAC;QACN,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,OAAO;QAC3C,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;QACzC,YAAYA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;QACjD,eAAeA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;QAC7C,iBAAiBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;IAClD,GACC,OAAO;IACV,MAAMA,EAAAA,MACG,CAAC;QACN,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,OAAO;QAC3C,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,0BAA0B,OAAO;QAC/D,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;QAC1C,cAAcA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAC3C,GACC,OAAO;AACZ;AACO,MAAMC,aAAaF"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/axes/zLinearAxis.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/axes/zLinearAxis.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zNumFormat } from '../../format'\n\nexport const zXLinearAxis = z.object({\n visible: z.boolean().default(true).nullish(),\n\n min: z.number().nullish(),\n max: z.number().nullish(),\n nice: z.boolean().default(true).nullish(),\n zero: z.boolean().default(true).nullish(),\n log: z.boolean().default(false).nullish(),\n logBase: z.number().default(10).nullish(),\n inverse: z.boolean().default(false).nullish(),\n numFormat: zNumFormat.nullish(),\n label: z\n .object({\n visible: z.boolean().default(true).nullish(),\n labelColor: z.string().default('#797B85').nullish(),\n labelFontSize: z.number().default(12).nullish(),\n labelFontWeight: z.number().default(400).nullish(),\n labelAngle: z.number().default(0).nullish(),\n })\n .nullish(),\n line: z\n .object({\n visible: z.boolean().default(true).nullish(),\n lineColor: z.string().default('rgba(54, 65, 89, 0.30)').nullish(),\n lineWidth: z.number().default(1).nullish(),\n })\n .nullish(),\n tick: z\n .object({\n visible: z.boolean().default(true).nullish(),\n tickInside: z.boolean().default(false).nullish(),\n tickColor: z.string().default('rgba(54, 65, 89, 0.30)').nullish(),\n tickSize: z.number().default(4).nullish(),\n })\n .nullish(),\n title: z\n .object({\n visible: z.boolean().default(false).nullish(),\n titleText: z.string().default('').nullish(),\n titleColor: z.string().default('#646A73').nullish(),\n titleFontSize: z.number().default(12).nullish(),\n titleFontWeight: z.number().default(400).nullish(),\n })\n .nullish(),\n grid: z\n .object({\n visible: z.boolean().default(false).nullish(),\n gridColor: z.string().default('rgba(54, 65, 89, 0.15)').nullish(),\n gridWidth: z.number().default(0.5).nullish(),\n gridLineDash: z.array(z.number()).nullish(),\n })\n .nullish(),\n})\n\nexport const zYLinearAxis = zXLinearAxis\n"],"names":["zXLinearAxis","z","zNumFormat","zYLinearAxis"],"mappings":";;AAGO,MAAMA,eAAeC,EAAE,MAAM,CAAC;IACnC,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IAE1C,KAAKA,EAAE,MAAM,GAAG,OAAO;IACvB,KAAKA,EAAE,MAAM,GAAG,OAAO;IACvB,MAAMA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACvC,MAAMA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACvC,KAAKA,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,OAAO;IACvC,SAASA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;IACvC,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,OAAO;IAC3C,WAAWC,WAAW,OAAO;IAC7B,OAAOD,EAAAA,MACE,CAAC;QACN,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;QAC1C,YAAYA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;QACjD,eAAeA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;QAC7C,iBAAiBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;QAChD,YAAYA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAC3C,GACC,OAAO;IACV,MAAMA,EAAAA,MACG,CAAC;QACN,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;QAC1C,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,0BAA0B,OAAO;QAC/D,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAC1C,GACC,OAAO;IACV,MAAMA,EAAAA,MACG,CAAC;QACN,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;QAC1C,YAAYA,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,OAAO;QAC9C,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,0BAA0B,OAAO;QAC/D,UAAUA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACzC,GACC,OAAO;IACV,OAAOA,EAAAA,MACE,CAAC;QACN,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,OAAO;QAC3C,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;QACzC,YAAYA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;QACjD,eAAeA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;QAC7C,iBAAiBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;IAClD,GACC,OAAO;IACV,MAAMA,EAAAA,MACG,CAAC;QACN,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,OAAO;QAC3C,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,0BAA0B,OAAO;QAC/D,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;QAC1C,cAAcA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAC3C,GACC,OAAO;AACZ;AAEO,MAAME,eAAeH"}
1
+ {"version":3,"file":"types/properties/config/axes/zLinearAxis.js","sources":["../../../../../../src/types/properties/config/axes/zLinearAxis.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zNumFormat } from '../../format'\n\nexport const zXLinearAxis = z.object({\n visible: z.boolean().default(true).nullish(),\n\n min: z.number().nullish(),\n max: z.number().nullish(),\n nice: z.boolean().default(true).nullish(),\n zero: z.boolean().default(true).nullish(),\n log: z.boolean().default(false).nullish(),\n logBase: z.number().default(10).nullish(),\n inverse: z.boolean().default(false).nullish(),\n numFormat: zNumFormat.nullish(),\n label: z\n .object({\n visible: z.boolean().default(true).nullish(),\n labelColor: z.string().default('#797B85').nullish(),\n labelFontSize: z.number().default(12).nullish(),\n labelFontWeight: z.number().default(400).nullish(),\n labelAngle: z.number().default(0).nullish(),\n })\n .nullish(),\n line: z\n .object({\n visible: z.boolean().default(true).nullish(),\n lineColor: z.string().default('rgba(54, 65, 89, 0.30)').nullish(),\n lineWidth: z.number().default(1).nullish(),\n })\n .nullish(),\n tick: z\n .object({\n visible: z.boolean().default(true).nullish(),\n tickInside: z.boolean().default(false).nullish(),\n tickColor: z.string().default('rgba(54, 65, 89, 0.30)').nullish(),\n tickSize: z.number().default(4).nullish(),\n })\n .nullish(),\n title: z\n .object({\n visible: z.boolean().default(false).nullish(),\n titleText: z.string().default('').nullish(),\n titleColor: z.string().default('#646A73').nullish(),\n titleFontSize: z.number().default(12).nullish(),\n titleFontWeight: z.number().default(400).nullish(),\n })\n .nullish(),\n grid: z\n .object({\n visible: z.boolean().default(false).nullish(),\n gridColor: z.string().default('rgba(54, 65, 89, 0.15)').nullish(),\n gridWidth: z.number().default(0.5).nullish(),\n gridLineDash: z.array(z.number()).nullish(),\n })\n .nullish(),\n})\n\nexport const zYLinearAxis = zXLinearAxis\n"],"names":["zXLinearAxis","z","zNumFormat","zYLinearAxis"],"mappings":";;AAGO,MAAMA,eAAeC,EAAE,MAAM,CAAC;IACnC,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IAE1C,KAAKA,EAAE,MAAM,GAAG,OAAO;IACvB,KAAKA,EAAE,MAAM,GAAG,OAAO;IACvB,MAAMA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACvC,MAAMA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACvC,KAAKA,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,OAAO;IACvC,SAASA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;IACvC,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,OAAO;IAC3C,WAAWC,WAAW,OAAO;IAC7B,OAAOD,EAAAA,MACE,CAAC;QACN,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;QAC1C,YAAYA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;QACjD,eAAeA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;QAC7C,iBAAiBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;QAChD,YAAYA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAC3C,GACC,OAAO;IACV,MAAMA,EAAAA,MACG,CAAC;QACN,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;QAC1C,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,0BAA0B,OAAO;QAC/D,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IAC1C,GACC,OAAO;IACV,MAAMA,EAAAA,MACG,CAAC;QACN,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;QAC1C,YAAYA,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,OAAO;QAC9C,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,0BAA0B,OAAO;QAC/D,UAAUA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACzC,GACC,OAAO;IACV,OAAOA,EAAAA,MACE,CAAC;QACN,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,OAAO;QAC3C,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;QACzC,YAAYA,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,OAAO;QACjD,eAAeA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;QAC7C,iBAAiBA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;IAClD,GACC,OAAO;IACV,MAAMA,EAAAA,MACG,CAAC;QACN,SAASA,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,OAAO;QAC3C,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,0BAA0B,OAAO;QAC/D,WAAWA,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,OAAO;QAC1C,cAAcA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAC3C,GACC,OAAO;AACZ;AAEO,MAAME,eAAeH"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/backgroundColor/backgroundColor.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/backgroundColor/backgroundColor.ts"],"sourcesContent":["import { z } from 'zod'\nexport const zBackgroundColor = z.string().default('transparent').nullish()\n\n/**\n * 图表的背景颜色\n * @default transparent 默认为透明背景\n * @description 背景颜色可以是颜色字符串, 例如'red', 'blue', 也可以是hex, rgb或rgba'#ff0000', 'rgba(255,0,0,0.5)'\n */\nexport type BackgroundColor = string | undefined\n"],"names":["zBackgroundColor","z"],"mappings":";AACO,MAAMA,mBAAmBC,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,OAAO"}
1
+ {"version":3,"file":"types/properties/config/backgroundColor/backgroundColor.js","sources":["../../../../../../src/types/properties/config/backgroundColor/backgroundColor.ts"],"sourcesContent":["import { z } from 'zod'\nexport const zBackgroundColor = z.string().default('transparent').nullish()\n\n/**\n * 图表的背景颜色\n * @default transparent 默认为透明背景\n * @description 背景颜色可以是颜色字符串, 例如'red', 'blue', 也可以是hex, rgb或rgba'#ff0000', 'rgba(255,0,0,0.5)'\n */\nexport type BackgroundColor = string | undefined\n"],"names":["zBackgroundColor","z"],"mappings":";AACO,MAAMA,mBAAmBC,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,OAAO"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/bar.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/bar.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zYBandAxis, zXLinearAxis } from './axes'\nimport { zCrosshairRect } from './crosshair'\nimport { zStackCornerRadius } from './stackCornerRadius/stackCornerRadius'\nimport { zBackgroundColor } from './backgroundColor/backgroundColor'\nimport { zColor } from './color/color'\nimport { zLabel } from './label'\nimport { zLegend } from './legend/legend'\nimport { zTooltip } from './tooltip/tooltip'\nimport { zAnnotationConfig } from './annotation/zAnnotaion'\nimport { zPivotChartGridConfig } from './pivotGrid'\nimport { zDimensionLinkage } from './dimensionLinkage/dimensionLinkage'\n\nexport const zBarConfig = z.object({\n backgroundColor: zBackgroundColor.nullish(),\n label: zLabel.nullish(),\n color: zColor.nullish(),\n tooltip: zTooltip.nullish(),\n legend: zLegend.nullish(),\n\n xAxis: zXLinearAxis.nullish(),\n yAxis: zYBandAxis.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n stackCornerRadius: zStackCornerRadius.nullish(),\n pivotGrid: zPivotChartGridConfig.nullish(),\n annotation: zAnnotationConfig.nullish(),\n\n dimensionLinkage: zDimensionLinkage.nullish(),\n})\nexport const zBarParallelConfig = zBarConfig\nexport const zBarPercentConfig = zBarConfig\n\nexport type BarConfig = z.infer<typeof zBarConfig>\nexport type BarParallelConfig = z.infer<typeof zBarParallelConfig>\nexport type BarPercentConfig = z.infer<typeof zBarPercentConfig>\n"],"names":["zBarConfig","z","zBackgroundColor","zLabel","zColor","zTooltip","zLegend","zXLinearAxis","zYBandAxis","zCrosshairRect","zStackCornerRadius","zPivotChartGridConfig","zAnnotationConfig","zDimensionLinkage","zBarParallelConfig","zBarPercentConfig"],"mappings":";;;;;;;;;;;;AAaO,MAAMA,aAAaC,EAAE,MAAM,CAAC;IACjC,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,SAASC,SAAS,OAAO;IACzB,QAAQC,QAAQ,OAAO;IAEvB,OAAOC,aAAa,OAAO;IAC3B,OAAOC,WAAW,OAAO;IACzB,eAAeC,eAAe,OAAO;IACrC,mBAAmBC,mBAAmB,OAAO;IAC7C,WAAWC,sBAAsB,OAAO;IACxC,YAAYC,kBAAkB,OAAO;IAErC,kBAAkBC,kBAAkB,OAAO;AAC7C;AACO,MAAMC,qBAAqBd;AAC3B,MAAMe,oBAAoBf"}
1
+ {"version":3,"file":"types/properties/config/bar.js","sources":["../../../../../src/types/properties/config/bar.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zYBandAxis, zXLinearAxis } from './axes'\nimport { zCrosshairRect } from './crosshair'\nimport { zStackCornerRadius } from './stackCornerRadius/stackCornerRadius'\nimport { zBackgroundColor } from './backgroundColor/backgroundColor'\nimport { zColor } from './color/color'\nimport { zLabel } from './label'\nimport { zLegend } from './legend/legend'\nimport { zTooltip } from './tooltip/tooltip'\nimport { zAnnotationConfig } from './annotation/zAnnotaion'\nimport { zPivotChartGridConfig } from './pivotGrid'\nimport { zDimensionLinkage } from './dimensionLinkage/dimensionLinkage'\n\nexport const zBarConfig = z.object({\n backgroundColor: zBackgroundColor.nullish(),\n label: zLabel.nullish(),\n color: zColor.nullish(),\n tooltip: zTooltip.nullish(),\n legend: zLegend.nullish(),\n\n xAxis: zXLinearAxis.nullish(),\n yAxis: zYBandAxis.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n stackCornerRadius: zStackCornerRadius.nullish(),\n pivotGrid: zPivotChartGridConfig.nullish(),\n annotation: zAnnotationConfig.nullish(),\n\n dimensionLinkage: zDimensionLinkage.nullish(),\n})\nexport const zBarParallelConfig = zBarConfig\nexport const zBarPercentConfig = zBarConfig\n\nexport type BarConfig = z.infer<typeof zBarConfig>\nexport type BarParallelConfig = z.infer<typeof zBarParallelConfig>\nexport type BarPercentConfig = z.infer<typeof zBarPercentConfig>\n"],"names":["zBarConfig","z","zBackgroundColor","zLabel","zColor","zTooltip","zLegend","zXLinearAxis","zYBandAxis","zCrosshairRect","zStackCornerRadius","zPivotChartGridConfig","zAnnotationConfig","zDimensionLinkage","zBarParallelConfig","zBarPercentConfig"],"mappings":";;;;;;;;;;;;AAaO,MAAMA,aAAaC,EAAE,MAAM,CAAC;IACjC,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,SAASC,SAAS,OAAO;IACzB,QAAQC,QAAQ,OAAO;IAEvB,OAAOC,aAAa,OAAO;IAC3B,OAAOC,WAAW,OAAO;IACzB,eAAeC,eAAe,OAAO;IACrC,mBAAmBC,mBAAmB,OAAO;IAC7C,WAAWC,sBAAsB,OAAO;IACxC,YAAYC,kBAAkB,OAAO;IAErC,kBAAkBC,kBAAkB,OAAO;AAC7C;AACO,MAAMC,qBAAqBd;AAC3B,MAAMe,oBAAoBf"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/barWidth/index.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/barWidth/index.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zBarMaxWidth = z.number().or(z.string())\n\nexport type BarMaxWidth = z.infer<typeof zBarMaxWidth>\n\nexport const zBarGapInGroup = z.number().or(z.string())\n\nexport type BarGapInGroup = z.infer<typeof zBarGapInGroup>\n"],"names":["zBarMaxWidth","z","zBarGapInGroup"],"mappings":";AAEO,MAAMA,eAAeC,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,MAAM;AAI3C,MAAMC,iBAAiBD,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,MAAM"}
1
+ {"version":3,"file":"types/properties/config/barWidth/index.js","sources":["../../../../../../src/types/properties/config/barWidth/index.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zBarMaxWidth = z.number().or(z.string())\n\nexport type BarMaxWidth = z.infer<typeof zBarMaxWidth>\n\nexport const zBarGapInGroup = z.number().or(z.string())\n\nexport type BarGapInGroup = z.infer<typeof zBarGapInGroup>\n"],"names":["zBarMaxWidth","z","zBarGapInGroup"],"mappings":";AAEO,MAAMA,eAAeC,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,MAAM;AAI3C,MAAMC,iBAAiBD,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,MAAM"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * 箱线图中箱子的最大宽度
3
+ */
4
+ export type BoxMaxWidth = string | number;
5
+ /**
6
+ * 箱线图中同组箱子之间的间距
7
+ */
8
+ export type BoxGapInGroup = string | number;
@@ -0,0 +1,2 @@
1
+ export type * from './boxWidth';
2
+ export * from './zBoxWidth';
@@ -0,0 +1 @@
1
+ export * from "./zBoxWidth.js";
@@ -0,0 +1,3 @@
1
+ import { z } from 'zod';
2
+ export declare const zBoxMaxWidth: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
3
+ export declare const zBoxGapInGroup: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
@@ -0,0 +1,6 @@
1
+ import { z } from "zod";
2
+ const zBoxMaxWidth = z.number().or(z.string());
3
+ const zBoxGapInGroup = z.number().or(z.string());
4
+ export { zBoxGapInGroup, zBoxMaxWidth };
5
+
6
+ //# sourceMappingURL=zBoxWidth.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types/properties/config/boxWidth/zBoxWidth.js","sources":["../../../../../../src/types/properties/config/boxWidth/zBoxWidth.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zBoxMaxWidth = z.number().or(z.string())\n\nexport const zBoxGapInGroup = z.number().or(z.string())\n"],"names":["zBoxMaxWidth","z","zBoxGapInGroup"],"mappings":";AAEO,MAAMA,eAAeC,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,MAAM;AAE3C,MAAMC,iBAAiBD,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,MAAM"}
@@ -416,5 +416,28 @@ export declare const zBoxplotConfig: z.ZodObject<{
416
416
  showTooltip: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
417
417
  showLabel: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
418
418
  }, z.core.$strip>>>;
419
+ boxPlotStyle: z.ZodOptional<z.ZodNullable<z.ZodObject<{
420
+ boxVisible: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
421
+ boxColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
422
+ boxColorOpacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
423
+ boxBorderColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
424
+ boxBorderWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
425
+ boxBorderOpacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
426
+ }, z.core.$strip>>>;
427
+ outlierStyle: z.ZodOptional<z.ZodNullable<z.ZodObject<{
428
+ pointVisible: z.ZodOptional<z.ZodBoolean>;
429
+ pointSize: z.ZodOptional<z.ZodNumber>;
430
+ pointColor: z.ZodOptional<z.ZodString>;
431
+ pointColorOpacity: z.ZodOptional<z.ZodNumber>;
432
+ pointBorderColor: z.ZodOptional<z.ZodString>;
433
+ pointBorderWidth: z.ZodOptional<z.ZodNumber>;
434
+ pointBorderStyle: z.ZodOptional<z.ZodEnum<{
435
+ solid: "solid";
436
+ dashed: "dashed";
437
+ dotted: "dotted";
438
+ }>>;
439
+ }, z.core.$strip>>>;
440
+ boxMaxWidth: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
441
+ boxGapInGroup: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
419
442
  }, z.core.$strip>;
420
443
  export type BoxplotConfig = z.infer<typeof zBoxplotConfig>;
@@ -10,6 +10,8 @@ import { zAnnotationConfig } from "./annotation/zAnnotaion.js";
10
10
  import { zPivotChartGridConfig } from "./pivotGrid/index.js";
11
11
  import { zWhiskersConfig } from "./whiskers/index.js";
12
12
  import { zDimensionLinkage } from "./dimensionLinkage/dimensionLinkage.js";
13
+ import { zBoxPlotStyle, zOutlierStyle } from "../markStyle/index.js";
14
+ import { zBoxGapInGroup, zBoxMaxWidth } from "./boxWidth/index.js";
13
15
  const zBoxplotConfig = z.object({
14
16
  backgroundColor: zBackgroundColor.nullish(),
15
17
  label: zLabel.nullish(),
@@ -22,7 +24,15 @@ const zBoxplotConfig = z.object({
22
24
  pivotGrid: zPivotChartGridConfig.nullish(),
23
25
  annotation: zAnnotationConfig.nullish(),
24
26
  whiskers: zWhiskersConfig.nullish(),
25
- dimensionLinkage: zDimensionLinkage.nullish()
27
+ dimensionLinkage: zDimensionLinkage.nullish(),
28
+ boxPlotStyle: zBoxPlotStyle.omit({
29
+ selector: true
30
+ }).nullish(),
31
+ outlierStyle: zOutlierStyle.omit({
32
+ selector: true
33
+ }).nullish(),
34
+ boxMaxWidth: zBoxMaxWidth.nullish(),
35
+ boxGapInGroup: zBoxGapInGroup.nullish()
26
36
  });
27
37
  export { zBoxplotConfig };
28
38
 
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/boxplot.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/boxplot.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zXBandAxis, zYLinearAxis } from './axes'\nimport { zCrosshairRect } from './crosshair'\nimport { zBackgroundColor } from './backgroundColor/backgroundColor'\nimport { zColor } from './color/color'\nimport { zLabel } from './label'\nimport { zLegend } from './legend/legend'\nimport { zTooltip } from './tooltip/tooltip'\nimport { zAnnotationConfig } from './annotation/zAnnotaion'\nimport { zPivotChartGridConfig } from './pivotGrid'\nimport { zWhiskersConfig } from './whiskers'\nimport { zDimensionLinkage } from './dimensionLinkage/dimensionLinkage'\n\nexport const zBoxplotConfig = z.object({\n backgroundColor: zBackgroundColor.nullish(),\n label: zLabel.nullish(),\n color: zColor.nullish(),\n tooltip: zTooltip.nullish(),\n legend: zLegend.nullish(),\n\n xAxis: zXBandAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n pivotGrid: zPivotChartGridConfig.nullish(),\n annotation: zAnnotationConfig.nullish(),\n\n whiskers: zWhiskersConfig.nullish(),\n\n dimensionLinkage: zDimensionLinkage.nullish(),\n})\n\nexport type BoxplotConfig = z.infer<typeof zBoxplotConfig>\n"],"names":["zBoxplotConfig","z","zBackgroundColor","zLabel","zColor","zTooltip","zLegend","zXBandAxis","zYLinearAxis","zCrosshairRect","zPivotChartGridConfig","zAnnotationConfig","zWhiskersConfig","zDimensionLinkage"],"mappings":";;;;;;;;;;;;AAaO,MAAMA,iBAAiBC,EAAE,MAAM,CAAC;IACrC,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,SAASC,SAAS,OAAO;IACzB,QAAQC,QAAQ,OAAO;IAEvB,OAAOC,WAAW,OAAO;IACzB,OAAOC,aAAa,OAAO;IAC3B,eAAeC,eAAe,OAAO;IACrC,WAAWC,sBAAsB,OAAO;IACxC,YAAYC,kBAAkB,OAAO;IAErC,UAAUC,gBAAgB,OAAO;IAEjC,kBAAkBC,kBAAkB,OAAO;AAC7C"}
1
+ {"version":3,"file":"types/properties/config/boxplot.js","sources":["../../../../../src/types/properties/config/boxplot.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zXBandAxis, zYLinearAxis } from './axes'\nimport { zCrosshairRect } from './crosshair'\nimport { zBackgroundColor } from './backgroundColor/backgroundColor'\nimport { zColor } from './color/color'\nimport { zLabel } from './label'\nimport { zLegend } from './legend/legend'\nimport { zTooltip } from './tooltip/tooltip'\nimport { zAnnotationConfig } from './annotation/zAnnotaion'\nimport { zPivotChartGridConfig } from './pivotGrid'\nimport { zWhiskersConfig } from './whiskers'\nimport { zDimensionLinkage } from './dimensionLinkage/dimensionLinkage'\nimport { zBoxPlotStyle, zOutlierStyle } from '../markStyle'\nimport { zBoxGapInGroup, zBoxMaxWidth } from './boxWidth'\n\nexport const zBoxplotConfig = z.object({\n backgroundColor: zBackgroundColor.nullish(),\n label: zLabel.nullish(),\n color: zColor.nullish(),\n tooltip: zTooltip.nullish(),\n legend: zLegend.nullish(),\n\n xAxis: zXBandAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n pivotGrid: zPivotChartGridConfig.nullish(),\n annotation: zAnnotationConfig.nullish(),\n\n whiskers: zWhiskersConfig.nullish(),\n\n dimensionLinkage: zDimensionLinkage.nullish(),\n\n boxPlotStyle: zBoxPlotStyle.omit({ selector: true }).nullish(),\n outlierStyle: zOutlierStyle.omit({ selector: true }).nullish(),\n boxMaxWidth: zBoxMaxWidth.nullish(),\n boxGapInGroup: zBoxGapInGroup.nullish(),\n})\n\nexport type BoxplotConfig = z.infer<typeof zBoxplotConfig>\n"],"names":["zBoxplotConfig","z","zBackgroundColor","zLabel","zColor","zTooltip","zLegend","zXBandAxis","zYLinearAxis","zCrosshairRect","zPivotChartGridConfig","zAnnotationConfig","zWhiskersConfig","zDimensionLinkage","zBoxPlotStyle","zOutlierStyle","zBoxMaxWidth","zBoxGapInGroup"],"mappings":";;;;;;;;;;;;;;AAeO,MAAMA,iBAAiBC,EAAE,MAAM,CAAC;IACrC,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,SAASC,SAAS,OAAO;IACzB,QAAQC,QAAQ,OAAO;IAEvB,OAAOC,WAAW,OAAO;IACzB,OAAOC,aAAa,OAAO;IAC3B,eAAeC,eAAe,OAAO;IACrC,WAAWC,sBAAsB,OAAO;IACxC,YAAYC,kBAAkB,OAAO;IAErC,UAAUC,gBAAgB,OAAO;IAEjC,kBAAkBC,kBAAkB,OAAO;IAE3C,cAAcC,cAAc,IAAI,CAAC;QAAE,UAAU;IAAK,GAAG,OAAO;IAC5D,cAAcC,cAAc,IAAI,CAAC;QAAE,UAAU;IAAK,GAAG,OAAO;IAC5D,aAAaC,aAAa,OAAO;IACjC,eAAeC,eAAe,OAAO;AACvC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/color/color.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/color/color.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zColor = z.object({\n colorScheme: z.array(z.string()).nullish(),\n linearColorScheme: z.array(z.string()).nullish(),\n colorMapping: z.record(z.string(), z.string()).nullish(),\n})\n\nexport const zLinearColor = z.object({\n linearColorScheme: z.array(z.string()).nullish(),\n})\n\nexport type Color = {\n /**\n * @description 离散颜色配色方案, 颜色配色方案用于定义图表中不同元素的颜色\n * @example ['#FFCDD2,#F8BBD0,#E1BEE7,#D1C4E9,#C5CAE9,#BBDEFB,#B3E5FC,#B2EBF2,#B2DFDB,#C8E6C9,#DCEDC8,#F0F4C3,#FFF9C4,#FFECB3,#FFE0B2']\n */\n colorScheme?: string[]\n /**\n * @description 线性渐变颜色配色方案, 线性渐变颜色配色方案用于定义图表中不同元素的颜色\n * @example ['#FFCDD2, #F8BBD0]\n */\n linearColorScheme?: string[]\n /**\n * @description 颜色映射, 颜色映射用于将数据值映射到具体的颜色\n * @example\n * {\n * 'profit': 'red',\n * 'sales': 'blue',\n * }\n */\n colorMapping?: Record<string, string>\n /**\n * @description 正负颜色配置, 用于定义图表中正值的颜色\n */\n positiveColor?: string\n /**\n * @description 正负颜色配置, 用于定义图表中负值的颜色\n */\n negativeColor?: string\n}\n"],"names":["zColor","z","zLinearColor"],"mappings":";AAEO,MAAMA,SAASC,EAAE,MAAM,CAAC;IAC7B,aAAaA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IACxC,mBAAmBA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAC9C,cAAcA,EAAE,MAAM,CAACA,EAAE,MAAM,IAAIA,EAAE,MAAM,IAAI,OAAO;AACxD;AAEO,MAAMC,eAAeD,EAAE,MAAM,CAAC;IACnC,mBAAmBA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;AAChD"}
1
+ {"version":3,"file":"types/properties/config/color/color.js","sources":["../../../../../../src/types/properties/config/color/color.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zColor = z.object({\n colorScheme: z.array(z.string()).nullish(),\n linearColorScheme: z.array(z.string()).nullish(),\n colorMapping: z.record(z.string(), z.string()).nullish(),\n})\n\nexport const zLinearColor = z.object({\n linearColorScheme: z.array(z.string()).nullish(),\n})\n\nexport type Color = {\n /**\n * @description 离散颜色配色方案, 颜色配色方案用于定义图表中不同元素的颜色\n * @example ['#FFCDD2,#F8BBD0,#E1BEE7,#D1C4E9,#C5CAE9,#BBDEFB,#B3E5FC,#B2EBF2,#B2DFDB,#C8E6C9,#DCEDC8,#F0F4C3,#FFF9C4,#FFECB3,#FFE0B2']\n */\n colorScheme?: string[]\n /**\n * @description 线性渐变颜色配色方案, 线性渐变颜色配色方案用于定义图表中不同元素的颜色\n * @example ['#FFCDD2, #F8BBD0]\n */\n linearColorScheme?: string[]\n /**\n * @description 颜色映射, 颜色映射用于将数据值映射到具体的颜色\n * @example\n * {\n * 'profit': 'red',\n * 'sales': 'blue',\n * }\n */\n colorMapping?: Record<string, string>\n /**\n * @description 正负颜色配置, 用于定义图表中正值的颜色\n */\n positiveColor?: string\n /**\n * @description 正负颜色配置, 用于定义图表中负值的颜色\n */\n negativeColor?: string\n}\n"],"names":["zColor","z","zLinearColor"],"mappings":";AAEO,MAAMA,SAASC,EAAE,MAAM,CAAC;IAC7B,aAAaA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IACxC,mBAAmBA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAC9C,cAAcA,EAAE,MAAM,CAACA,EAAE,MAAM,IAAIA,EAAE,MAAM,IAAI,OAAO;AACxD;AAEO,MAAMC,eAAeD,EAAE,MAAM,CAAC;IACnC,mBAAmBA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;AAChD"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/column.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/column.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zXBandAxis, zYLinearAxis } from './axes'\nimport { zCrosshairRect } from './crosshair'\nimport { zStackCornerRadius } from './stackCornerRadius/stackCornerRadius'\nimport { zBackgroundColor } from './backgroundColor/backgroundColor'\nimport { zColor } from './color/color'\nimport { zLabel } from './label'\nimport { zLegend } from './legend/legend'\nimport { zTooltip } from './tooltip/tooltip'\nimport { zAnnotationConfig } from './annotation/zAnnotaion'\nimport { zPivotChartGridConfig } from './pivotGrid'\nimport { zBarGapInGroup, zBarMaxWidth } from './barWidth'\nimport { zRegressionLine } from '../regressionLine'\nimport { zDimensionLinkage } from './dimensionLinkage/dimensionLinkage'\n\nexport const zColumnParallelConfig = z.object({\n backgroundColor: zBackgroundColor.nullish(),\n label: zLabel.nullish(),\n color: zColor.nullish(),\n tooltip: zTooltip.nullish(),\n legend: zLegend.nullish(),\n\n xAxis: zXBandAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n stackCornerRadius: zStackCornerRadius.nullish(),\n barMaxWidth: zBarMaxWidth.nullish(),\n barGapInGroup: zBarGapInGroup.nullish(),\n pivotGrid: zPivotChartGridConfig.nullish(),\n annotation: zAnnotationConfig.nullish(),\n\n dimensionLinkage: zDimensionLinkage.nullish(),\n})\nexport const zColumnConfig = zColumnParallelConfig.extend({\n regressionLine: zRegressionLine.nullish(),\n})\nexport const zColumnPercentConfig = zColumnParallelConfig.extend({})\n\nexport type ColumnConfig = z.infer<typeof zColumnConfig>\nexport type ColumnParallelConfig = z.infer<typeof zColumnParallelConfig>\nexport type ColumnPercentConfig = z.infer<typeof zColumnPercentConfig>\n"],"names":["zColumnParallelConfig","z","zBackgroundColor","zLabel","zColor","zTooltip","zLegend","zXBandAxis","zYLinearAxis","zCrosshairRect","zStackCornerRadius","zBarMaxWidth","zBarGapInGroup","zPivotChartGridConfig","zAnnotationConfig","zDimensionLinkage","zColumnConfig","zRegressionLine","zColumnPercentConfig"],"mappings":";;;;;;;;;;;;;;AAeO,MAAMA,wBAAwBC,EAAE,MAAM,CAAC;IAC5C,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,SAASC,SAAS,OAAO;IACzB,QAAQC,QAAQ,OAAO;IAEvB,OAAOC,WAAW,OAAO;IACzB,OAAOC,aAAa,OAAO;IAC3B,eAAeC,eAAe,OAAO;IACrC,mBAAmBC,mBAAmB,OAAO;IAC7C,aAAaC,aAAa,OAAO;IACjC,eAAeC,eAAe,OAAO;IACrC,WAAWC,sBAAsB,OAAO;IACxC,YAAYC,kBAAkB,OAAO;IAErC,kBAAkBC,kBAAkB,OAAO;AAC7C;AACO,MAAMC,gBAAgBhB,sBAAsB,MAAM,CAAC;IACxD,gBAAgBiB,gBAAgB,OAAO;AACzC;AACO,MAAMC,uBAAuBlB,sBAAsB,MAAM,CAAC,CAAC"}
1
+ {"version":3,"file":"types/properties/config/column.js","sources":["../../../../../src/types/properties/config/column.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zXBandAxis, zYLinearAxis } from './axes'\nimport { zCrosshairRect } from './crosshair'\nimport { zStackCornerRadius } from './stackCornerRadius/stackCornerRadius'\nimport { zBackgroundColor } from './backgroundColor/backgroundColor'\nimport { zColor } from './color/color'\nimport { zLabel } from './label'\nimport { zLegend } from './legend/legend'\nimport { zTooltip } from './tooltip/tooltip'\nimport { zAnnotationConfig } from './annotation/zAnnotaion'\nimport { zPivotChartGridConfig } from './pivotGrid'\nimport { zBarGapInGroup, zBarMaxWidth } from './barWidth'\nimport { zRegressionLine } from '../regressionLine'\nimport { zDimensionLinkage } from './dimensionLinkage/dimensionLinkage'\n\nexport const zColumnParallelConfig = z.object({\n backgroundColor: zBackgroundColor.nullish(),\n label: zLabel.nullish(),\n color: zColor.nullish(),\n tooltip: zTooltip.nullish(),\n legend: zLegend.nullish(),\n\n xAxis: zXBandAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n stackCornerRadius: zStackCornerRadius.nullish(),\n barMaxWidth: zBarMaxWidth.nullish(),\n barGapInGroup: zBarGapInGroup.nullish(),\n pivotGrid: zPivotChartGridConfig.nullish(),\n annotation: zAnnotationConfig.nullish(),\n\n dimensionLinkage: zDimensionLinkage.nullish(),\n})\nexport const zColumnConfig = zColumnParallelConfig.extend({\n regressionLine: zRegressionLine.nullish(),\n})\nexport const zColumnPercentConfig = zColumnParallelConfig.extend({})\n\nexport type ColumnConfig = z.infer<typeof zColumnConfig>\nexport type ColumnParallelConfig = z.infer<typeof zColumnParallelConfig>\nexport type ColumnPercentConfig = z.infer<typeof zColumnPercentConfig>\n"],"names":["zColumnParallelConfig","z","zBackgroundColor","zLabel","zColor","zTooltip","zLegend","zXBandAxis","zYLinearAxis","zCrosshairRect","zStackCornerRadius","zBarMaxWidth","zBarGapInGroup","zPivotChartGridConfig","zAnnotationConfig","zDimensionLinkage","zColumnConfig","zRegressionLine","zColumnPercentConfig"],"mappings":";;;;;;;;;;;;;;AAeO,MAAMA,wBAAwBC,EAAE,MAAM,CAAC;IAC5C,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,SAASC,SAAS,OAAO;IACzB,QAAQC,QAAQ,OAAO;IAEvB,OAAOC,WAAW,OAAO;IACzB,OAAOC,aAAa,OAAO;IAC3B,eAAeC,eAAe,OAAO;IACrC,mBAAmBC,mBAAmB,OAAO;IAC7C,aAAaC,aAAa,OAAO;IACjC,eAAeC,eAAe,OAAO;IACrC,WAAWC,sBAAsB,OAAO;IACxC,YAAYC,kBAAkB,OAAO;IAErC,kBAAkBC,kBAAkB,OAAO;AAC7C;AACO,MAAMC,gBAAgBhB,sBAAsB,MAAM,CAAC;IACxD,gBAAgBiB,gBAAgB,OAAO;AACzC;AACO,MAAMC,uBAAuBlB,sBAAsB,MAAM,CAAC,CAAC"}
@@ -7093,6 +7093,29 @@ export declare const zConfig: z.ZodObject<{
7093
7093
  showTooltip: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
7094
7094
  showLabel: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
7095
7095
  }, z.core.$strip>>>;
7096
+ boxPlotStyle: z.ZodOptional<z.ZodNullable<z.ZodObject<{
7097
+ boxVisible: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
7098
+ boxColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7099
+ boxColorOpacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
7100
+ boxBorderColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7101
+ boxBorderWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
7102
+ boxBorderOpacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
7103
+ }, z.core.$strip>>>;
7104
+ outlierStyle: z.ZodOptional<z.ZodNullable<z.ZodObject<{
7105
+ pointVisible: z.ZodOptional<z.ZodBoolean>;
7106
+ pointSize: z.ZodOptional<z.ZodNumber>;
7107
+ pointColor: z.ZodOptional<z.ZodString>;
7108
+ pointColorOpacity: z.ZodOptional<z.ZodNumber>;
7109
+ pointBorderColor: z.ZodOptional<z.ZodString>;
7110
+ pointBorderWidth: z.ZodOptional<z.ZodNumber>;
7111
+ pointBorderStyle: z.ZodOptional<z.ZodEnum<{
7112
+ solid: "solid";
7113
+ dashed: "dashed";
7114
+ dotted: "dotted";
7115
+ }>>;
7116
+ }, z.core.$strip>>>;
7117
+ boxMaxWidth: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
7118
+ boxGapInGroup: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
7096
7119
  }, z.core.$strip>>>;
7097
7120
  histogram: z.ZodOptional<z.ZodNullable<z.ZodObject<{
7098
7121
  backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>>>;
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/config.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/config.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zTableConfig } from './table'\nimport { zLineConfig } from './line'\nimport { zColumnConfig, zColumnParallelConfig, zColumnPercentConfig } from './column'\nimport { zBarConfig, zBarParallelConfig, zBarPercentConfig } from './bar'\nimport { zAreaConfig, zAreaPercentConfig } from './area'\nimport { zScatterConfig } from './scatter'\nimport { zDualAxisConfig } from './dualAxis'\nimport { zDonutConfig, zPieConfig, zRadarConfig } from './pie'\nimport { zRoseConfig, zRoseParallelConfig } from './rose'\nimport { zFunnelConfig } from './funnel'\nimport { zHeatmapConfig } from './heatmap'\nimport { zPivotTableConfig } from './pivotTable'\nimport { zBoxplotConfig } from './boxplot'\nimport { zHistogramConfig } from './histogram'\n\nexport type Config = z.infer<typeof zConfig>\nexport const zConfig = z.object({\n table: zTableConfig.nullish(),\n pivotTable: zPivotTableConfig.nullish(),\n\n // cartesian\n line: zLineConfig.nullish(),\n column: zColumnConfig.nullish(),\n columnParallel: zColumnParallelConfig.nullish(),\n columnPercent: zColumnPercentConfig.nullish(),\n bar: zBarConfig.nullish(),\n barParallel: zBarParallelConfig.nullish(),\n barPercent: zBarPercentConfig.nullish(),\n area: zAreaConfig.nullish(),\n areaPercent: zAreaPercentConfig.nullish(),\n\n scatter: zScatterConfig.nullish(),\n dualAxis: zDualAxisConfig.nullish(),\n\n // polar\n rose: zRoseConfig.nullish(),\n roseParallel: zRoseParallelConfig.nullish(),\n pie: zPieConfig.nullish(),\n donut: zDonutConfig.nullish(),\n radar: zRadarConfig.nullish(),\n // other\n funnel: zFunnelConfig.nullish(),\n heatmap: zHeatmapConfig.nullish(),\n boxPlot: zBoxplotConfig.nullish(),\n histogram: zHistogramConfig.nullish(),\n})\n"],"names":["zConfig","z","zTableConfig","zPivotTableConfig","zLineConfig","zColumnConfig","zColumnParallelConfig","zColumnPercentConfig","zBarConfig","zBarParallelConfig","zBarPercentConfig","zAreaConfig","zAreaPercentConfig","zScatterConfig","zDualAxisConfig","zRoseConfig","zRoseParallelConfig","zPieConfig","zDonutConfig","zRadarConfig","zFunnelConfig","zHeatmapConfig","zBoxplotConfig","zHistogramConfig"],"mappings":";;;;;;;;;;;;;;;AAiBO,MAAMA,UAAUC,EAAE,MAAM,CAAC;IAC9B,OAAOC,aAAa,OAAO;IAC3B,YAAYC,kBAAkB,OAAO;IAGrC,MAAMC,YAAY,OAAO;IACzB,QAAQC,cAAc,OAAO;IAC7B,gBAAgBC,sBAAsB,OAAO;IAC7C,eAAeC,qBAAqB,OAAO;IAC3C,KAAKC,WAAW,OAAO;IACvB,aAAaC,mBAAmB,OAAO;IACvC,YAAYC,kBAAkB,OAAO;IACrC,MAAMC,YAAY,OAAO;IACzB,aAAaC,mBAAmB,OAAO;IAEvC,SAASC,eAAe,OAAO;IAC/B,UAAUC,gBAAgB,OAAO;IAGjC,MAAMC,YAAY,OAAO;IACzB,cAAcC,oBAAoB,OAAO;IACzC,KAAKC,WAAW,OAAO;IACvB,OAAOC,aAAa,OAAO;IAC3B,OAAOC,aAAa,OAAO;IAE3B,QAAQC,cAAc,OAAO;IAC7B,SAASC,eAAe,OAAO;IAC/B,SAASC,eAAe,OAAO;IAC/B,WAAWC,iBAAiB,OAAO;AACrC"}
1
+ {"version":3,"file":"types/properties/config/config.js","sources":["../../../../../src/types/properties/config/config.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zTableConfig } from './table'\nimport { zLineConfig } from './line'\nimport { zColumnConfig, zColumnParallelConfig, zColumnPercentConfig } from './column'\nimport { zBarConfig, zBarParallelConfig, zBarPercentConfig } from './bar'\nimport { zAreaConfig, zAreaPercentConfig } from './area'\nimport { zScatterConfig } from './scatter'\nimport { zDualAxisConfig } from './dualAxis'\nimport { zDonutConfig, zPieConfig, zRadarConfig } from './pie'\nimport { zRoseConfig, zRoseParallelConfig } from './rose'\nimport { zFunnelConfig } from './funnel'\nimport { zHeatmapConfig } from './heatmap'\nimport { zPivotTableConfig } from './pivotTable'\nimport { zBoxplotConfig } from './boxplot'\nimport { zHistogramConfig } from './histogram'\n\nexport type Config = z.infer<typeof zConfig>\nexport const zConfig = z.object({\n table: zTableConfig.nullish(),\n pivotTable: zPivotTableConfig.nullish(),\n\n // cartesian\n line: zLineConfig.nullish(),\n column: zColumnConfig.nullish(),\n columnParallel: zColumnParallelConfig.nullish(),\n columnPercent: zColumnPercentConfig.nullish(),\n bar: zBarConfig.nullish(),\n barParallel: zBarParallelConfig.nullish(),\n barPercent: zBarPercentConfig.nullish(),\n area: zAreaConfig.nullish(),\n areaPercent: zAreaPercentConfig.nullish(),\n\n scatter: zScatterConfig.nullish(),\n dualAxis: zDualAxisConfig.nullish(),\n\n // polar\n rose: zRoseConfig.nullish(),\n roseParallel: zRoseParallelConfig.nullish(),\n pie: zPieConfig.nullish(),\n donut: zDonutConfig.nullish(),\n radar: zRadarConfig.nullish(),\n // other\n funnel: zFunnelConfig.nullish(),\n heatmap: zHeatmapConfig.nullish(),\n boxPlot: zBoxplotConfig.nullish(),\n histogram: zHistogramConfig.nullish(),\n})\n"],"names":["zConfig","z","zTableConfig","zPivotTableConfig","zLineConfig","zColumnConfig","zColumnParallelConfig","zColumnPercentConfig","zBarConfig","zBarParallelConfig","zBarPercentConfig","zAreaConfig","zAreaPercentConfig","zScatterConfig","zDualAxisConfig","zRoseConfig","zRoseParallelConfig","zPieConfig","zDonutConfig","zRadarConfig","zFunnelConfig","zHeatmapConfig","zBoxplotConfig","zHistogramConfig"],"mappings":";;;;;;;;;;;;;;;AAiBO,MAAMA,UAAUC,EAAE,MAAM,CAAC;IAC9B,OAAOC,aAAa,OAAO;IAC3B,YAAYC,kBAAkB,OAAO;IAGrC,MAAMC,YAAY,OAAO;IACzB,QAAQC,cAAc,OAAO;IAC7B,gBAAgBC,sBAAsB,OAAO;IAC7C,eAAeC,qBAAqB,OAAO;IAC3C,KAAKC,WAAW,OAAO;IACvB,aAAaC,mBAAmB,OAAO;IACvC,YAAYC,kBAAkB,OAAO;IACrC,MAAMC,YAAY,OAAO;IACzB,aAAaC,mBAAmB,OAAO;IAEvC,SAASC,eAAe,OAAO;IAC/B,UAAUC,gBAAgB,OAAO;IAGjC,MAAMC,YAAY,OAAO;IACzB,cAAcC,oBAAoB,OAAO;IACzC,KAAKC,WAAW,OAAO;IACvB,OAAOC,aAAa,OAAO;IAC3B,OAAOC,aAAa,OAAO;IAE3B,QAAQC,cAAc,OAAO;IAC7B,SAASC,eAAe,OAAO;IAC/B,SAASC,eAAe,OAAO;IAC/B,WAAWC,iBAAiB,OAAO;AACrC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/crosshair/zCrosshair.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/crosshair/zCrosshair.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zCrosshairLine = z.object({\n visible: z.boolean().nullish(),\n lineColor: z.string().nullish(),\n labelColor: z.string().nullish(),\n labelVisible: z.boolean().nullish(),\n labelBackgroundColor: z.string().nullish(),\n lineDash: z.array(z.number()).nullish(),\n})\n\nexport const zCrosshairRect = z.object({\n visible: z.boolean().nullish(),\n rectColor: z.string().nullish(),\n labelColor: z.string().nullish(),\n labelVisible: z.boolean().nullish(),\n labelBackgroundColor: z.string().nullish(),\n})\n"],"names":["zCrosshairLine","z","zCrosshairRect"],"mappings":";AAEO,MAAMA,iBAAiBC,EAAE,MAAM,CAAC;IACrC,SAASA,EAAE,OAAO,GAAG,OAAO;IAC5B,WAAWA,EAAE,MAAM,GAAG,OAAO;IAC7B,YAAYA,EAAE,MAAM,GAAG,OAAO;IAC9B,cAAcA,EAAE,OAAO,GAAG,OAAO;IACjC,sBAAsBA,EAAE,MAAM,GAAG,OAAO;IACxC,UAAUA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;AACvC;AAEO,MAAMC,iBAAiBD,EAAE,MAAM,CAAC;IACrC,SAASA,EAAE,OAAO,GAAG,OAAO;IAC5B,WAAWA,EAAE,MAAM,GAAG,OAAO;IAC7B,YAAYA,EAAE,MAAM,GAAG,OAAO;IAC9B,cAAcA,EAAE,OAAO,GAAG,OAAO;IACjC,sBAAsBA,EAAE,MAAM,GAAG,OAAO;AAC1C"}
1
+ {"version":3,"file":"types/properties/config/crosshair/zCrosshair.js","sources":["../../../../../../src/types/properties/config/crosshair/zCrosshair.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zCrosshairLine = z.object({\n visible: z.boolean().nullish(),\n lineColor: z.string().nullish(),\n labelColor: z.string().nullish(),\n labelVisible: z.boolean().nullish(),\n labelBackgroundColor: z.string().nullish(),\n lineDash: z.array(z.number()).nullish(),\n})\n\nexport const zCrosshairRect = z.object({\n visible: z.boolean().nullish(),\n rectColor: z.string().nullish(),\n labelColor: z.string().nullish(),\n labelVisible: z.boolean().nullish(),\n labelBackgroundColor: z.string().nullish(),\n})\n"],"names":["zCrosshairLine","z","zCrosshairRect"],"mappings":";AAEO,MAAMA,iBAAiBC,EAAE,MAAM,CAAC;IACrC,SAASA,EAAE,OAAO,GAAG,OAAO;IAC5B,WAAWA,EAAE,MAAM,GAAG,OAAO;IAC7B,YAAYA,EAAE,MAAM,GAAG,OAAO;IAC9B,cAAcA,EAAE,OAAO,GAAG,OAAO;IACjC,sBAAsBA,EAAE,MAAM,GAAG,OAAO;IACxC,UAAUA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;AACvC;AAEO,MAAMC,iBAAiBD,EAAE,MAAM,CAAC;IACrC,SAASA,EAAE,OAAO,GAAG,OAAO;IAC5B,WAAWA,EAAE,MAAM,GAAG,OAAO;IAC7B,YAAYA,EAAE,MAAM,GAAG,OAAO;IAC9B,cAAcA,EAAE,OAAO,GAAG,OAAO;IACjC,sBAAsBA,EAAE,MAAM,GAAG,OAAO;AAC1C"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/dimensionLinkage/dimensionLinkage.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/dimensionLinkage/dimensionLinkage.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zDimensionLinkage = z.object({\n enable: z.boolean().nullish(),\n showTooltip: z.boolean().nullish(),\n showLabel: z.boolean().nullish(),\n})\n\n/**\n * 透视图表维度联动配置\n */\nexport type DimensionLinkage = {\n /**\n * 是否开启透视图表维度联动\n */\n enable: boolean\n /**\n * 是否显示所有维度对应子图表的Tooltip提示信息\n */\n showTooltip?: boolean\n /**\n * 是否显示crosshair 对应的标签\n */\n showLabel?: boolean\n}\n"],"names":["zDimensionLinkage","z"],"mappings":";AAEO,MAAMA,oBAAoBC,EAAE,MAAM,CAAC;IACxC,QAAQA,EAAE,OAAO,GAAG,OAAO;IAC3B,aAAaA,EAAE,OAAO,GAAG,OAAO;IAChC,WAAWA,EAAE,OAAO,GAAG,OAAO;AAChC"}
1
+ {"version":3,"file":"types/properties/config/dimensionLinkage/dimensionLinkage.js","sources":["../../../../../../src/types/properties/config/dimensionLinkage/dimensionLinkage.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zDimensionLinkage = z.object({\n enable: z.boolean().nullish(),\n showTooltip: z.boolean().nullish(),\n showLabel: z.boolean().nullish(),\n})\n\n/**\n * 透视图表维度联动配置\n */\nexport type DimensionLinkage = {\n /**\n * 是否开启透视图表维度联动\n */\n enable: boolean\n /**\n * 是否显示所有维度对应子图表的Tooltip提示信息\n */\n showTooltip?: boolean\n /**\n * 是否显示crosshair 对应的标签\n */\n showLabel?: boolean\n}\n"],"names":["zDimensionLinkage","z"],"mappings":";AAEO,MAAMA,oBAAoBC,EAAE,MAAM,CAAC;IACxC,QAAQA,EAAE,OAAO,GAAG,OAAO;IAC3B,aAAaA,EAAE,OAAO,GAAG,OAAO;IAChC,WAAWA,EAAE,OAAO,GAAG,OAAO;AAChC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/dualAxis.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/dualAxis.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zXBandAxis, zYLinearAxis } from './axes'\nimport { zCrosshairRect } from './crosshair'\nimport { zBackgroundColor } from './backgroundColor/backgroundColor'\nimport { zColor } from './color/color'\nimport { zLabel } from './label'\nimport { zLegend } from './legend/legend'\nimport { zTooltip } from './tooltip/tooltip'\nimport { zDualChartType } from '../chartType'\nimport { zAnnotationConfig } from './annotation/zAnnotaion'\nimport { zPivotChartGridConfig } from './pivotGrid'\nimport { zDimensionLinkage } from './dimensionLinkage/dimensionLinkage'\n\nexport const zDualAxisConfig = z.object({\n backgroundColor: zBackgroundColor.nullish(),\n label: zLabel.nullish(),\n color: zColor.nullish(),\n tooltip: zTooltip.nullish(),\n legend: zLegend.nullish(),\n\n dualChartType: z.array(zDualChartType).or(zDualChartType).nullish(),\n alignTicks: z.array(z.boolean()).or(z.boolean()).nullish(),\n primaryYAxis: z.array(zYLinearAxis).or(zYLinearAxis).nullish(),\n secondaryYAxis: z.array(zYLinearAxis).or(zYLinearAxis).nullish(),\n\n xAxis: zXBandAxis.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n pivotGrid: zPivotChartGridConfig.nullish(),\n annotation: zAnnotationConfig.nullish(),\n\n dimensionLinkage: zDimensionLinkage.nullish(),\n})\n\nexport type DualAxisConfig = z.infer<typeof zDualAxisConfig>\n"],"names":["zDualAxisConfig","z","zBackgroundColor","zLabel","zColor","zTooltip","zLegend","zDualChartType","zYLinearAxis","zXBandAxis","zCrosshairRect","zPivotChartGridConfig","zAnnotationConfig","zDimensionLinkage"],"mappings":";;;;;;;;;;;;AAaO,MAAMA,kBAAkBC,EAAE,MAAM,CAAC;IACtC,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,SAASC,SAAS,OAAO;IACzB,QAAQC,QAAQ,OAAO;IAEvB,eAAeL,EAAE,KAAK,CAACM,gBAAgB,EAAE,CAACA,gBAAgB,OAAO;IACjE,YAAYN,EAAE,KAAK,CAACA,EAAE,OAAO,IAAI,EAAE,CAACA,EAAE,OAAO,IAAI,OAAO;IACxD,cAAcA,EAAE,KAAK,CAACO,cAAc,EAAE,CAACA,cAAc,OAAO;IAC5D,gBAAgBP,EAAE,KAAK,CAACO,cAAc,EAAE,CAACA,cAAc,OAAO;IAE9D,OAAOC,WAAW,OAAO;IACzB,eAAeC,eAAe,OAAO;IACrC,WAAWC,sBAAsB,OAAO;IACxC,YAAYC,kBAAkB,OAAO;IAErC,kBAAkBC,kBAAkB,OAAO;AAC7C"}
1
+ {"version":3,"file":"types/properties/config/dualAxis.js","sources":["../../../../../src/types/properties/config/dualAxis.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zXBandAxis, zYLinearAxis } from './axes'\nimport { zCrosshairRect } from './crosshair'\nimport { zBackgroundColor } from './backgroundColor/backgroundColor'\nimport { zColor } from './color/color'\nimport { zLabel } from './label'\nimport { zLegend } from './legend/legend'\nimport { zTooltip } from './tooltip/tooltip'\nimport { zDualChartType } from '../chartType'\nimport { zAnnotationConfig } from './annotation/zAnnotaion'\nimport { zPivotChartGridConfig } from './pivotGrid'\nimport { zDimensionLinkage } from './dimensionLinkage/dimensionLinkage'\n\nexport const zDualAxisConfig = z.object({\n backgroundColor: zBackgroundColor.nullish(),\n label: zLabel.nullish(),\n color: zColor.nullish(),\n tooltip: zTooltip.nullish(),\n legend: zLegend.nullish(),\n\n dualChartType: z.array(zDualChartType).or(zDualChartType).nullish(),\n alignTicks: z.array(z.boolean()).or(z.boolean()).nullish(),\n primaryYAxis: z.array(zYLinearAxis).or(zYLinearAxis).nullish(),\n secondaryYAxis: z.array(zYLinearAxis).or(zYLinearAxis).nullish(),\n\n xAxis: zXBandAxis.nullish(),\n crosshairRect: zCrosshairRect.nullish(),\n pivotGrid: zPivotChartGridConfig.nullish(),\n annotation: zAnnotationConfig.nullish(),\n\n dimensionLinkage: zDimensionLinkage.nullish(),\n})\n\nexport type DualAxisConfig = z.infer<typeof zDualAxisConfig>\n"],"names":["zDualAxisConfig","z","zBackgroundColor","zLabel","zColor","zTooltip","zLegend","zDualChartType","zYLinearAxis","zXBandAxis","zCrosshairRect","zPivotChartGridConfig","zAnnotationConfig","zDimensionLinkage"],"mappings":";;;;;;;;;;;;AAaO,MAAMA,kBAAkBC,EAAE,MAAM,CAAC;IACtC,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,SAASC,SAAS,OAAO;IACzB,QAAQC,QAAQ,OAAO;IAEvB,eAAeL,EAAE,KAAK,CAACM,gBAAgB,EAAE,CAACA,gBAAgB,OAAO;IACjE,YAAYN,EAAE,KAAK,CAACA,EAAE,OAAO,IAAI,EAAE,CAACA,EAAE,OAAO,IAAI,OAAO;IACxD,cAAcA,EAAE,KAAK,CAACO,cAAc,EAAE,CAACA,cAAc,OAAO;IAC5D,gBAAgBP,EAAE,KAAK,CAACO,cAAc,EAAE,CAACA,cAAc,OAAO;IAE9D,OAAOC,WAAW,OAAO;IACzB,eAAeC,eAAe,OAAO;IACrC,WAAWC,sBAAsB,OAAO;IACxC,YAAYC,kBAAkB,OAAO;IAErC,kBAAkBC,kBAAkB,OAAO;AAC7C"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/funnel.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/funnel.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zBackgroundColor } from './backgroundColor/backgroundColor'\nimport { zColor } from './color/color'\nimport { zLabel } from './label'\nimport { zLegend } from './legend/legend'\nimport { zTooltip } from './tooltip/tooltip'\nimport { zFunnelTransform } from './funnelTransform/zFunnelTransform'\nimport { zPivotChartGridConfig } from './pivotGrid'\n\nexport const zFunnelConfig = z.object({\n backgroundColor: zBackgroundColor.nullish(),\n label: zLabel.nullish(),\n color: zColor.nullish(),\n tooltip: zTooltip.nullish(),\n legend: zLegend.nullish(),\n\n pivotGrid: zPivotChartGridConfig.nullish(),\n transform: zFunnelTransform.nullish(),\n})\n\nexport type FunnelConfig = z.infer<typeof zFunnelConfig>\n"],"names":["zFunnelConfig","z","zBackgroundColor","zLabel","zColor","zTooltip","zLegend","zPivotChartGridConfig","zFunnelTransform"],"mappings":";;;;;;;;AASO,MAAMA,gBAAgBC,EAAE,MAAM,CAAC;IACpC,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,SAASC,SAAS,OAAO;IACzB,QAAQC,QAAQ,OAAO;IAEvB,WAAWC,sBAAsB,OAAO;IACxC,WAAWC,iBAAiB,OAAO;AACrC"}
1
+ {"version":3,"file":"types/properties/config/funnel.js","sources":["../../../../../src/types/properties/config/funnel.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zBackgroundColor } from './backgroundColor/backgroundColor'\nimport { zColor } from './color/color'\nimport { zLabel } from './label'\nimport { zLegend } from './legend/legend'\nimport { zTooltip } from './tooltip/tooltip'\nimport { zFunnelTransform } from './funnelTransform/zFunnelTransform'\nimport { zPivotChartGridConfig } from './pivotGrid'\n\nexport const zFunnelConfig = z.object({\n backgroundColor: zBackgroundColor.nullish(),\n label: zLabel.nullish(),\n color: zColor.nullish(),\n tooltip: zTooltip.nullish(),\n legend: zLegend.nullish(),\n\n pivotGrid: zPivotChartGridConfig.nullish(),\n transform: zFunnelTransform.nullish(),\n})\n\nexport type FunnelConfig = z.infer<typeof zFunnelConfig>\n"],"names":["zFunnelConfig","z","zBackgroundColor","zLabel","zColor","zTooltip","zLegend","zPivotChartGridConfig","zFunnelTransform"],"mappings":";;;;;;;;AASO,MAAMA,gBAAgBC,EAAE,MAAM,CAAC;IACpC,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,OAAO,OAAO;IACrB,OAAOC,OAAO,OAAO;IACrB,SAASC,SAAS,OAAO;IACzB,QAAQC,QAAQ,OAAO;IAEvB,WAAWC,sBAAsB,OAAO;IACxC,WAAWC,iBAAiB,OAAO;AACrC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/funnelTransform/zFunnelTransform.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/funnelTransform/zFunnelTransform.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zFunnelTransform = z.object({\n backgroundColor: z.string().nullish(),\n textColor: z.string().nullish(),\n})\n"],"names":["zFunnelTransform","z"],"mappings":";AAEO,MAAMA,mBAAmBC,EAAE,MAAM,CAAC;IACvC,iBAAiBA,EAAE,MAAM,GAAG,OAAO;IACnC,WAAWA,EAAE,MAAM,GAAG,OAAO;AAC/B"}
1
+ {"version":3,"file":"types/properties/config/funnelTransform/zFunnelTransform.js","sources":["../../../../../../src/types/properties/config/funnelTransform/zFunnelTransform.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zFunnelTransform = z.object({\n backgroundColor: z.string().nullish(),\n textColor: z.string().nullish(),\n})\n"],"names":["zFunnelTransform","z"],"mappings":";AAEO,MAAMA,mBAAmBC,EAAE,MAAM,CAAC;IACvC,iBAAiBA,EAAE,MAAM,GAAG,OAAO;IACnC,WAAWA,EAAE,MAAM,GAAG,OAAO;AAC/B"}