@visactor/vseed 0.2.0 → 0.2.2

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 (504) 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 +12 -0
  8. package/dist/esm/builder/builder/builder.js.map +1 -1
  9. package/dist/esm/builder/register/all.js +2 -2
  10. package/dist/esm/builder/register/all.js.map +1 -1
  11. package/dist/esm/builder/register/chartType/area.js.map +1 -1
  12. package/dist/esm/builder/register/chartType/areaPercent.js.map +1 -1
  13. package/dist/esm/builder/register/chartType/bar.js.map +1 -1
  14. package/dist/esm/builder/register/chartType/barParallel.js.map +1 -1
  15. package/dist/esm/builder/register/chartType/barPercent.js.map +1 -1
  16. package/dist/esm/builder/register/chartType/boxplot.d.ts +1 -1
  17. package/dist/esm/builder/register/chartType/boxplot.js +2 -2
  18. package/dist/esm/builder/register/chartType/boxplot.js.map +1 -1
  19. package/dist/esm/builder/register/chartType/column.js.map +1 -1
  20. package/dist/esm/builder/register/chartType/columnParallel.js.map +1 -1
  21. package/dist/esm/builder/register/chartType/columnPercent.js.map +1 -1
  22. package/dist/esm/builder/register/chartType/donut.js.map +1 -1
  23. package/dist/esm/builder/register/chartType/dualAxis.js.map +1 -1
  24. package/dist/esm/builder/register/chartType/funnel.js.map +1 -1
  25. package/dist/esm/builder/register/chartType/heatmap.js.map +1 -1
  26. package/dist/esm/builder/register/chartType/histogram.js.map +1 -1
  27. package/dist/esm/builder/register/chartType/index.d.ts +1 -1
  28. package/dist/esm/builder/register/chartType/index.js +2 -2
  29. package/dist/esm/builder/register/chartType/line.js.map +1 -1
  30. package/dist/esm/builder/register/chartType/pie.js.map +1 -1
  31. package/dist/esm/builder/register/chartType/pivotTable.js.map +1 -1
  32. package/dist/esm/builder/register/chartType/radar.js.map +1 -1
  33. package/dist/esm/builder/register/chartType/rose.js.map +1 -1
  34. package/dist/esm/builder/register/chartType/roseParallel.js.map +1 -1
  35. package/dist/esm/builder/register/chartType/scatter.js.map +1 -1
  36. package/dist/esm/builder/register/chartType/table.js.map +1 -1
  37. package/dist/esm/builder/register/custom.js.map +1 -1
  38. package/dist/esm/builder/register/theme/custom.js.map +1 -1
  39. package/dist/esm/builder/register/theme/dark.js.map +1 -1
  40. package/dist/esm/builder/register/theme/light.js.map +1 -1
  41. package/dist/esm/dataReshape/constant.js.map +1 -1
  42. package/dist/esm/dataReshape/dataReshapeByEncoding.js.map +1 -1
  43. package/dist/esm/dataReshape/foldMeasures.js.map +1 -1
  44. package/dist/esm/dataReshape/unfoldDimensions.js.map +1 -1
  45. package/dist/esm/dataSelector/selector.js.map +1 -1
  46. package/dist/esm/i18n/i18n.js.map +1 -1
  47. package/dist/esm/i18n/i18nData.js +9 -9
  48. package/dist/esm/i18n/i18nData.js.map +1 -1
  49. package/dist/esm/index.d.ts +1 -1
  50. package/dist/esm/index.js +2 -2
  51. package/dist/esm/pipeline/advanced/chart/pipeline/area.js.map +1 -1
  52. package/dist/esm/pipeline/advanced/chart/pipeline/areaPercent.js.map +1 -1
  53. package/dist/esm/pipeline/advanced/chart/pipeline/bar.js.map +1 -1
  54. package/dist/esm/pipeline/advanced/chart/pipeline/barParallel.js.map +1 -1
  55. package/dist/esm/pipeline/advanced/chart/pipeline/barPercent.js.map +1 -1
  56. package/dist/esm/pipeline/advanced/chart/pipeline/boxplot.js.map +1 -1
  57. package/dist/esm/pipeline/advanced/chart/pipeline/column.js.map +1 -1
  58. package/dist/esm/pipeline/advanced/chart/pipeline/columnParallel.js.map +1 -1
  59. package/dist/esm/pipeline/advanced/chart/pipeline/columnPercent.js.map +1 -1
  60. package/dist/esm/pipeline/advanced/chart/pipeline/donut.js.map +1 -1
  61. package/dist/esm/pipeline/advanced/chart/pipeline/dualAxis.js.map +1 -1
  62. package/dist/esm/pipeline/advanced/chart/pipeline/funnel.js.map +1 -1
  63. package/dist/esm/pipeline/advanced/chart/pipeline/heatmap.js.map +1 -1
  64. package/dist/esm/pipeline/advanced/chart/pipeline/histogram.js.map +1 -1
  65. package/dist/esm/pipeline/advanced/chart/pipeline/line.js.map +1 -1
  66. package/dist/esm/pipeline/advanced/chart/pipeline/pie.js.map +1 -1
  67. package/dist/esm/pipeline/advanced/chart/pipeline/radar.js.map +1 -1
  68. package/dist/esm/pipeline/advanced/chart/pipeline/rose.js.map +1 -1
  69. package/dist/esm/pipeline/advanced/chart/pipeline/roseParallel.js.map +1 -1
  70. package/dist/esm/pipeline/advanced/chart/pipeline/scatter.js.map +1 -1
  71. package/dist/esm/pipeline/advanced/chart/pipes/analysis/common.js.map +1 -1
  72. package/dist/esm/pipeline/advanced/chart/pipes/analysis/sortLegend.js.map +1 -1
  73. package/dist/esm/pipeline/advanced/chart/pipes/analysis/sortXBand.js.map +1 -1
  74. package/dist/esm/pipeline/advanced/chart/pipes/analysis/sortYBand.js.map +1 -1
  75. package/dist/esm/pipeline/advanced/chart/pipes/annotation/annotation.js.map +1 -1
  76. package/dist/esm/pipeline/advanced/chart/pipes/config/boxplot.js +2 -0
  77. package/dist/esm/pipeline/advanced/chart/pipes/config/boxplot.js.map +1 -1
  78. package/dist/esm/pipeline/advanced/chart/pipes/config/column.js.map +1 -1
  79. package/dist/esm/pipeline/advanced/chart/pipes/config/dualAxis.js.map +1 -1
  80. package/dist/esm/pipeline/advanced/chart/pipes/config/histogram.js +17 -0
  81. package/dist/esm/pipeline/advanced/chart/pipes/config/histogram.js.map +1 -1
  82. package/dist/esm/pipeline/advanced/chart/pipes/config/index.js.map +1 -1
  83. package/dist/esm/pipeline/advanced/chart/pipes/config/line.js.map +1 -1
  84. package/dist/esm/pipeline/advanced/chart/pipes/config/pie.js.map +1 -1
  85. package/dist/esm/pipeline/advanced/chart/pipes/config/scatter.js.map +1 -1
  86. package/dist/esm/pipeline/advanced/chart/pipes/default/defaultDimensions.js.map +1 -1
  87. package/dist/esm/pipeline/advanced/chart/pipes/default/defaultMeasureId.js.map +1 -1
  88. package/dist/esm/pipeline/advanced/chart/pipes/default/defaultMeasures.js +2 -2
  89. package/dist/esm/pipeline/advanced/chart/pipes/default/defaultMeasures.js.map +1 -1
  90. package/dist/esm/pipeline/advanced/chart/pipes/dimensions/pickDimensionsForReshape.js.map +1 -1
  91. package/dist/esm/pipeline/advanced/chart/pipes/encoding/adapter/encodingAdapter.js.map +1 -1
  92. package/dist/esm/pipeline/advanced/chart/pipes/encoding/bar.js.map +1 -1
  93. package/dist/esm/pipeline/advanced/chart/pipes/encoding/boxplot.js.map +1 -1
  94. package/dist/esm/pipeline/advanced/chart/pipes/encoding/color/addColorToEncoding.js.map +1 -1
  95. package/dist/esm/pipeline/advanced/chart/pipes/encoding/column.js.map +1 -1
  96. package/dist/esm/pipeline/advanced/chart/pipes/encoding/dualAxis.js.map +1 -1
  97. package/dist/esm/pipeline/advanced/chart/pipes/encoding/funnel.js.map +1 -1
  98. package/dist/esm/pipeline/advanced/chart/pipes/encoding/heatmap.js.map +1 -1
  99. package/dist/esm/pipeline/advanced/chart/pipes/encoding/histogram.js.map +1 -1
  100. package/dist/esm/pipeline/advanced/chart/pipes/encoding/line.js.map +1 -1
  101. package/dist/esm/pipeline/advanced/chart/pipes/encoding/pie.js.map +1 -1
  102. package/dist/esm/pipeline/advanced/chart/pipes/encoding/radar.js.map +1 -1
  103. package/dist/esm/pipeline/advanced/chart/pipes/encoding/rose.js.map +1 -1
  104. package/dist/esm/pipeline/advanced/chart/pipes/encoding/scatter.js.map +1 -1
  105. package/dist/esm/pipeline/advanced/chart/pipes/init/initAdvancedVSeed.js.map +1 -1
  106. package/dist/esm/pipeline/advanced/chart/pipes/markStyle/markStyle.js.map +1 -1
  107. package/dist/esm/pipeline/advanced/chart/pipes/measures/buildMeasures.js +3 -0
  108. package/dist/esm/pipeline/advanced/chart/pipes/measures/buildMeasures.js.map +1 -1
  109. package/dist/esm/pipeline/advanced/chart/pipes/measures/buildMeasuresForDualAxis.js.map +1 -1
  110. package/dist/esm/pipeline/advanced/chart/pipes/measures/buildMeasuresForScatter.js.map +1 -1
  111. package/dist/esm/pipeline/advanced/chart/pipes/measures/pickMeasuresForReshape.js.map +1 -1
  112. package/dist/esm/pipeline/advanced/chart/pipes/measures/utils.js.map +1 -1
  113. package/dist/esm/pipeline/advanced/chart/pipes/pivot/pivotAdapter.js.map +1 -1
  114. package/dist/esm/pipeline/advanced/chart/pipes/regressionLine/regressionLine.js.map +1 -1
  115. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithBoxplotEncoding.js.map +1 -1
  116. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithDualEncoding.js.map +1 -1
  117. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithEncoding.js.map +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 +5 -1
  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.map +1 -1
  150. package/dist/esm/pipeline/spec/chart/pipeline/funnel.js.map +1 -1
  151. package/dist/esm/pipeline/spec/chart/pipeline/heatmap.js.map +1 -1
  152. package/dist/esm/pipeline/spec/chart/pipeline/histogram.js +3 -3
  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.map +1 -1
  160. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationArea.js.map +1 -1
  161. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationAreaBand.js.map +1 -1
  162. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationHorizontalLine.js.map +1 -1
  163. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPoint.js +3 -76
  164. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPoint.js.map +1 -1
  165. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPointCommon.d.ts +6 -0
  166. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPointCommon.js +95 -0
  167. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPointCommon.js.map +1 -0
  168. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPointOfDualAxis.js +16 -84
  169. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPointOfDualAxis.js.map +1 -1
  170. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPointOfHistogram.d.ts +2 -0
  171. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPointOfHistogram.js +23 -0
  172. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPointOfHistogram.js.map +1 -0
  173. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationVerticalLine.js.map +1 -1
  174. package/dist/esm/pipeline/spec/chart/pipes/annotation/index.d.ts +1 -0
  175. package/dist/esm/pipeline/spec/chart/pipes/annotation/index.js +2 -1
  176. package/dist/esm/pipeline/spec/chart/pipes/annotation/splitLine.js.map +1 -1
  177. package/dist/esm/pipeline/spec/chart/pipes/annotation/utils.js.map +1 -1
  178. package/dist/esm/pipeline/spec/chart/pipes/axes/format/linearFormat.js.map +1 -1
  179. package/dist/esm/pipeline/spec/chart/pipes/axes/radarAngle.js.map +1 -1
  180. package/dist/esm/pipeline/spec/chart/pipes/axes/radarRadius.js.map +1 -1
  181. package/dist/esm/pipeline/spec/chart/pipes/axes/radius.js.map +1 -1
  182. package/dist/esm/pipeline/spec/chart/pipes/axes/title/defaultTitleText.js.map +1 -1
  183. package/dist/esm/pipeline/spec/chart/pipes/axes/xBand.js.map +1 -1
  184. package/dist/esm/pipeline/spec/chart/pipes/axes/xLinear.js.map +1 -1
  185. package/dist/esm/pipeline/spec/chart/pipes/axes/yBand.js.map +1 -1
  186. package/dist/esm/pipeline/spec/chart/pipes/axes/yLinear.js.map +1 -1
  187. package/dist/esm/pipeline/spec/chart/pipes/axes/yLinearPrimary.js.map +1 -1
  188. package/dist/esm/pipeline/spec/chart/pipes/axes/yLinearSecondary.js.map +1 -1
  189. package/dist/esm/pipeline/spec/chart/pipes/backgroundColor/background.js.map +1 -1
  190. package/dist/esm/pipeline/spec/chart/pipes/barWidth/barGapInGroup.js.map +1 -1
  191. package/dist/esm/pipeline/spec/chart/pipes/barWidth/barMaxWidth.js.map +1 -1
  192. package/dist/esm/pipeline/spec/chart/pipes/boxWidth/boxGapInGroup.d.ts +2 -0
  193. package/dist/esm/pipeline/spec/chart/pipes/boxWidth/boxGapInGroup.js +14 -0
  194. package/dist/esm/pipeline/spec/chart/pipes/boxWidth/boxGapInGroup.js.map +1 -0
  195. package/dist/esm/pipeline/spec/chart/pipes/boxWidth/boxMaxWidth.d.ts +2 -0
  196. package/dist/esm/pipeline/spec/chart/pipes/boxWidth/boxMaxWidth.js +14 -0
  197. package/dist/esm/pipeline/spec/chart/pipes/boxWidth/boxMaxWidth.js.map +1 -0
  198. package/dist/esm/pipeline/spec/chart/pipes/boxWidth/index.d.ts +2 -0
  199. package/dist/esm/pipeline/spec/chart/pipes/boxWidth/index.js +2 -0
  200. package/dist/esm/pipeline/spec/chart/pipes/color/color.js.map +1 -1
  201. package/dist/esm/pipeline/spec/chart/pipes/color/colorAdapter.js.map +1 -1
  202. package/dist/esm/pipeline/spec/chart/pipes/color/colorAreaStyleFill.js.map +1 -1
  203. package/dist/esm/pipeline/spec/chart/pipes/color/colorBarStyleFill.js.map +1 -1
  204. package/dist/esm/pipeline/spec/chart/pipes/color/colorBoxPlotStyleFill.js.map +1 -1
  205. package/dist/esm/pipeline/spec/chart/pipes/color/colorCellStyleFill.js.map +1 -1
  206. package/dist/esm/pipeline/spec/chart/pipes/color/colorFunnelStyleFill.js.map +1 -1
  207. package/dist/esm/pipeline/spec/chart/pipes/color/colorLineStyleFill.js.map +1 -1
  208. package/dist/esm/pipeline/spec/chart/pipes/color/colorPieStyleFill.js.map +1 -1
  209. package/dist/esm/pipeline/spec/chart/pipes/color/colorPointStyleFill.js.map +1 -1
  210. package/dist/esm/pipeline/spec/chart/pipes/color/colorRoseStyleFill.js.map +1 -1
  211. package/dist/esm/pipeline/spec/chart/pipes/color/linearColor.js.map +1 -1
  212. package/dist/esm/pipeline/spec/chart/pipes/color/linearColorForDualAxis.js.map +1 -1
  213. package/dist/esm/pipeline/spec/chart/pipes/crosshair/histogramCrosshair.js.map +1 -1
  214. package/dist/esm/pipeline/spec/chart/pipes/crosshair/horizontalCrosshairLine.js.map +1 -1
  215. package/dist/esm/pipeline/spec/chart/pipes/crosshair/horizontalCrosshairRect.js.map +1 -1
  216. package/dist/esm/pipeline/spec/chart/pipes/crosshair/verticalCrosshairLine.js.map +1 -1
  217. package/dist/esm/pipeline/spec/chart/pipes/crosshair/verticalCrosshairRect.js.map +1 -1
  218. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetBoxplot.js.map +1 -1
  219. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetDualAxis.js.map +1 -1
  220. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetHistogram.js.map +1 -1
  221. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetPivot.js.map +1 -1
  222. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetScatter.js.map +1 -1
  223. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetXY.js.map +1 -1
  224. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetYX.js.map +1 -1
  225. package/dist/esm/pipeline/spec/chart/pipes/dataset/progressive.js.map +1 -1
  226. package/dist/esm/pipeline/spec/chart/pipes/dual/dualChartType.js.map +1 -1
  227. package/dist/esm/pipeline/spec/chart/pipes/index.d.ts +1 -0
  228. package/dist/esm/pipeline/spec/chart/pipes/index.js +1 -0
  229. package/dist/esm/pipeline/spec/chart/pipes/init/area.js.map +1 -1
  230. package/dist/esm/pipeline/spec/chart/pipes/init/bar.js.map +1 -1
  231. package/dist/esm/pipeline/spec/chart/pipes/init/barParallel.js.map +1 -1
  232. package/dist/esm/pipeline/spec/chart/pipes/init/boxplot.js.map +1 -1
  233. package/dist/esm/pipeline/spec/chart/pipes/init/column.js.map +1 -1
  234. package/dist/esm/pipeline/spec/chart/pipes/init/columnParallel.js.map +1 -1
  235. package/dist/esm/pipeline/spec/chart/pipes/init/donut.js.map +1 -1
  236. package/dist/esm/pipeline/spec/chart/pipes/init/dualAxis.js.map +1 -1
  237. package/dist/esm/pipeline/spec/chart/pipes/init/funnel.js.map +1 -1
  238. package/dist/esm/pipeline/spec/chart/pipes/init/heatmap.js.map +1 -1
  239. package/dist/esm/pipeline/spec/chart/pipes/init/histogram.js.map +1 -1
  240. package/dist/esm/pipeline/spec/chart/pipes/init/line.js.map +1 -1
  241. package/dist/esm/pipeline/spec/chart/pipes/init/pie.js.map +1 -1
  242. package/dist/esm/pipeline/spec/chart/pipes/init/pivot.js.map +1 -1
  243. package/dist/esm/pipeline/spec/chart/pipes/init/radar.js.map +1 -1
  244. package/dist/esm/pipeline/spec/chart/pipes/init/rose.js.map +1 -1
  245. package/dist/esm/pipeline/spec/chart/pipes/init/roseParallel.js.map +1 -1
  246. package/dist/esm/pipeline/spec/chart/pipes/init/scatter.js.map +1 -1
  247. package/dist/esm/pipeline/spec/chart/pipes/label/label.js.map +1 -1
  248. package/dist/esm/pipeline/spec/chart/pipes/label/labelDualAxis.js.map +1 -1
  249. package/dist/esm/pipeline/spec/chart/pipes/label/labelPie.js.map +1 -1
  250. package/dist/esm/pipeline/spec/chart/pipes/label/labelScatter.js.map +1 -1
  251. package/dist/esm/pipeline/spec/chart/pipes/legend/boxLegend.js.map +1 -1
  252. package/dist/esm/pipeline/spec/chart/pipes/legend/colorLegend.js.map +1 -1
  253. package/dist/esm/pipeline/spec/chart/pipes/legend/discreteLegend.js.map +1 -1
  254. package/dist/esm/pipeline/spec/chart/pipes/legend/heatmapColorLegend.js.map +1 -1
  255. package/dist/esm/pipeline/spec/chart/pipes/legend/pivotColorLegend.js.map +1 -1
  256. package/dist/esm/pipeline/spec/chart/pipes/legend/pivotDiscreteLegend.js.map +1 -1
  257. package/dist/esm/pipeline/spec/chart/pipes/markStyle/areaStyle.js.map +1 -1
  258. package/dist/esm/pipeline/spec/chart/pipes/markStyle/barStyle.js.map +1 -1
  259. package/dist/esm/pipeline/spec/chart/pipes/markStyle/boxPlotStyle.js.map +1 -1
  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/lineStyle.js.map +1 -1
  265. package/dist/esm/pipeline/spec/chart/pipes/markStyle/outlierStyle.js.map +1 -1
  266. package/dist/esm/pipeline/spec/chart/pipes/markStyle/pieStyle.js.map +1 -1
  267. package/dist/esm/pipeline/spec/chart/pipes/markStyle/pointState.js.map +1 -1
  268. package/dist/esm/pipeline/spec/chart/pipes/markStyle/pointStyle.js.map +1 -1
  269. package/dist/esm/pipeline/spec/chart/pipes/markStyle/roseStyle.js.map +1 -1
  270. package/dist/esm/pipeline/spec/chart/pipes/percent/percent.js.map +1 -1
  271. package/dist/esm/pipeline/spec/chart/pipes/pipeFilter/areaStyleFilter.js.map +1 -1
  272. package/dist/esm/pipeline/spec/chart/pipes/pipeFilter/barStyleFilter.js.map +1 -1
  273. package/dist/esm/pipeline/spec/chart/pipes/pipeFilter/lineStyleFilter.js.map +1 -1
  274. package/dist/esm/pipeline/spec/chart/pipes/pipeFilter/pointStyleFilter.js.map +1 -1
  275. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/dimensionLinkage.js.map +1 -1
  276. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotAdapter.js.map +1 -1
  277. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotAxisStyle.js.map +1 -1
  278. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotColumnDimensions.js.map +1 -1
  279. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotGridStyle.js.map +1 -1
  280. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotHideIndicatorName.js +7 -3
  281. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotHideIndicatorName.js.map +1 -1
  282. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotIndicators.js.map +1 -1
  283. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotRowDimensions.js.map +1 -1
  284. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotTitle.js.map +1 -1
  285. package/dist/esm/pipeline/spec/chart/pipes/region/addRegionPadding.js.map +1 -1
  286. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/columnRegressionLine.js +3 -1
  287. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/columnRegressionLine.js.map +1 -1
  288. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/common.js.map +1 -1
  289. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/ecdfRegressionLine.js.map +1 -1
  290. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/kdeRegressionLine.js.map +1 -1
  291. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/linearRegressionLine.d.ts +1 -1
  292. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/linearRegressionLine.js +7 -6
  293. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/linearRegressionLine.js.map +1 -1
  294. package/dist/esm/pipeline/spec/chart/pipes/series/series.js.map +1 -1
  295. package/dist/esm/pipeline/spec/chart/pipes/size/scatterSize.js.map +1 -1
  296. package/dist/esm/pipeline/spec/chart/pipes/stack/stack.js.map +1 -1
  297. package/dist/esm/pipeline/spec/chart/pipes/stack/stackCornerRadius.js.map +1 -1
  298. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltip.js.map +1 -1
  299. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipBoxplot.js.map +1 -1
  300. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipDualAxis.js.map +1 -1
  301. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHeatmap.js.map +1 -1
  302. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHistogram.js +8 -7
  303. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHistogram.js.map +1 -1
  304. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipScatter.js.map +1 -1
  305. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipStyle.js.map +1 -1
  306. package/dist/esm/pipeline/spec/chart/utils/histogram.d.ts +1 -0
  307. package/dist/esm/pipeline/spec/chart/utils/histogram.js +6 -2
  308. package/dist/esm/pipeline/spec/chart/utils/histogram.js.map +1 -1
  309. package/dist/esm/pipeline/spec/table/pipeline/pivotTable.js.map +1 -1
  310. package/dist/esm/pipeline/spec/table/pipeline/table.js.map +1 -1
  311. package/dist/esm/pipeline/spec/table/pipes/cellStyle/common.js.map +1 -1
  312. package/dist/esm/pipeline/spec/table/pipes/cellStyle/pivot.js.map +1 -1
  313. package/dist/esm/pipeline/spec/table/pipes/cellStyle/table.js.map +1 -1
  314. package/dist/esm/pipeline/spec/table/pipes/columns/dimensionsToColumns.js.map +1 -1
  315. package/dist/esm/pipeline/spec/table/pipes/columns/measuresToColumns.js.map +1 -1
  316. package/dist/esm/pipeline/spec/table/pipes/columns/pivotColumns.js.map +1 -1
  317. package/dist/esm/pipeline/spec/table/pipes/corner/titleOnDimension.js.map +1 -1
  318. package/dist/esm/pipeline/spec/table/pipes/indicators/pivotDataConfig.js.map +1 -1
  319. package/dist/esm/pipeline/spec/table/pipes/indicators/pivotIndicators.js.map +1 -1
  320. package/dist/esm/pipeline/spec/table/pipes/init/pivotTable.js.map +1 -1
  321. package/dist/esm/pipeline/spec/table/pipes/init/table.js.map +1 -1
  322. package/dist/esm/pipeline/spec/table/pipes/rows/pivotRows.js.map +1 -1
  323. package/dist/esm/pipeline/spec/table/pipes/theme/bodyStyle.js.map +1 -1
  324. package/dist/esm/pipeline/spec/table/pipes/theme/cornerHeaderStyle.js.map +1 -1
  325. package/dist/esm/pipeline/spec/table/pipes/theme/frameStyle.js.map +1 -1
  326. package/dist/esm/pipeline/spec/table/pipes/theme/headerStyle.js.map +1 -1
  327. package/dist/esm/pipeline/spec/table/pipes/theme/rowHeaderStyle.js.map +1 -1
  328. package/dist/esm/pipeline/spec/table/pipes/theme/scrollStyle.js.map +1 -1
  329. package/dist/esm/pipeline/spec/table/pipes/theme/selectionStyle.js.map +1 -1
  330. package/dist/esm/pipeline/utils/chatType.js.map +1 -1
  331. package/dist/esm/pipeline/utils/constant.js.map +1 -1
  332. package/dist/esm/pipeline/utils/dimensions/delete.js.map +1 -1
  333. package/dist/esm/pipeline/utils/dimensions/typeGuard.js.map +1 -1
  334. package/dist/esm/pipeline/utils/format/createFormatter.js.map +1 -1
  335. package/dist/esm/pipeline/utils/format/createFormatterByMeasure.js.map +1 -1
  336. package/dist/esm/pipeline/utils/format/createNumFormatter.js +1 -1
  337. package/dist/esm/pipeline/utils/format/createNumFormatter.js.map +1 -1
  338. package/dist/esm/pipeline/utils/measures/delete.js.map +1 -1
  339. package/dist/esm/pipeline/utils/measures/depth.js.map +1 -1
  340. package/dist/esm/pipeline/utils/measures/find.js.map +1 -1
  341. package/dist/esm/pipeline/utils/measures/typeGuard.js.map +1 -1
  342. package/dist/esm/pipeline/utils/pipeline.js.map +1 -1
  343. package/dist/esm/pipeline/utils/replaceNullToUndefined.js.map +1 -1
  344. package/dist/esm/pipeline/utils/tree/traverse.js.map +1 -1
  345. package/dist/esm/pipeline/utils/valid/checkVSeed.js.map +1 -1
  346. package/dist/esm/theme/common/annotaion.js.map +1 -1
  347. package/dist/esm/theme/common/axes.js.map +1 -1
  348. package/dist/esm/theme/common/boxPlot.js.map +1 -1
  349. package/dist/esm/theme/common/color.js.map +1 -1
  350. package/dist/esm/theme/common/crosshair.js.map +1 -1
  351. package/dist/esm/theme/common/funnelTransform.js.map +1 -1
  352. package/dist/esm/theme/common/heatmapCell.js.map +1 -1
  353. package/dist/esm/theme/common/label.js.map +1 -1
  354. package/dist/esm/theme/common/legend.js.map +1 -1
  355. package/dist/esm/theme/common/regressionLine.js.map +1 -1
  356. package/dist/esm/theme/common/table.js.map +1 -1
  357. package/dist/esm/theme/common/tooltip.js.map +1 -1
  358. package/dist/esm/theme/dark/dark.js.map +1 -1
  359. package/dist/esm/theme/light/light.js.map +1 -1
  360. package/dist/esm/types/advancedVSeed.d.ts +4 -0
  361. package/dist/esm/types/advancedVSeed.js.map +1 -1
  362. package/dist/esm/types/builder/builder.js.map +1 -1
  363. package/dist/esm/types/chartType/area/area.d.ts +2 -2
  364. package/dist/esm/types/chartType/area/zArea.js.map +1 -1
  365. package/dist/esm/types/chartType/areaPercent/areaPercent.d.ts +3 -5
  366. package/dist/esm/types/chartType/areaPercent/zAreaPercent.js.map +1 -1
  367. package/dist/esm/types/chartType/bar/bar.d.ts +3 -3
  368. package/dist/esm/types/chartType/bar/zBar.js.map +1 -1
  369. package/dist/esm/types/chartType/barParallel/barParallel.d.ts +3 -3
  370. package/dist/esm/types/chartType/barParallel/zBarParallel.js.map +1 -1
  371. package/dist/esm/types/chartType/barPercent/barPercent.d.ts +3 -3
  372. package/dist/esm/types/chartType/barPercent/zBarPercent.js.map +1 -1
  373. package/dist/esm/types/chartType/{boxplot/boxplot.d.ts → boxPlot/boxPlot.d.ts} +12 -4
  374. package/dist/esm/types/chartType/boxPlot/index.d.ts +2 -0
  375. package/dist/esm/types/chartType/boxPlot/index.js +1 -0
  376. package/dist/esm/types/chartType/{boxplot/zBoxplot.d.ts → boxPlot/zBoxPlot.d.ts} +3 -1
  377. package/dist/esm/types/chartType/{boxplot/zBoxplot.js → boxPlot/zBoxPlot.js} +7 -5
  378. package/dist/esm/types/chartType/boxPlot/zBoxPlot.js.map +1 -0
  379. package/dist/esm/types/chartType/column/column.d.ts +4 -4
  380. package/dist/esm/types/chartType/column/zColumn.d.ts +2 -2
  381. package/dist/esm/types/chartType/column/zColumn.js +1 -1
  382. package/dist/esm/types/chartType/column/zColumn.js.map +1 -1
  383. package/dist/esm/types/chartType/columnParallel/columnParallel.d.ts +3 -5
  384. package/dist/esm/types/chartType/columnParallel/zColumnParallel.js.map +1 -1
  385. package/dist/esm/types/chartType/columnPercent/columnPercent.d.ts +3 -3
  386. package/dist/esm/types/chartType/columnPercent/zColumnPercent.js.map +1 -1
  387. package/dist/esm/types/chartType/donut/zDonut.js.map +1 -1
  388. package/dist/esm/types/chartType/dualAxis/dualAxis.d.ts +3 -3
  389. package/dist/esm/types/chartType/dualAxis/zDualAxis.js.map +1 -1
  390. package/dist/esm/types/chartType/funnel/zFunnel.js.map +1 -1
  391. package/dist/esm/types/chartType/heatmap/zHeatmap.js.map +1 -1
  392. package/dist/esm/types/chartType/histogram/histogram.d.ts +6 -6
  393. package/dist/esm/types/chartType/histogram/zHistogram.js.map +1 -1
  394. package/dist/esm/types/chartType/index.d.ts +1 -1
  395. package/dist/esm/types/chartType/index.js +1 -1
  396. package/dist/esm/types/chartType/line/line.d.ts +3 -5
  397. package/dist/esm/types/chartType/line/zLine.js.map +1 -1
  398. package/dist/esm/types/chartType/pie/zPie.js.map +1 -1
  399. package/dist/esm/types/chartType/pivotTable/pivotTable.d.ts +1 -1
  400. package/dist/esm/types/chartType/pivotTable/zPivotTable.js.map +1 -1
  401. package/dist/esm/types/chartType/radar/zRadar.js.map +1 -1
  402. package/dist/esm/types/chartType/rose/zRose.js.map +1 -1
  403. package/dist/esm/types/chartType/roseParallel/zRoseParallel.js.map +1 -1
  404. package/dist/esm/types/chartType/scatter/scatter.d.ts +7 -7
  405. package/dist/esm/types/chartType/scatter/zScatter.d.ts +8 -8
  406. package/dist/esm/types/chartType/scatter/zScatter.js +4 -4
  407. package/dist/esm/types/chartType/scatter/zScatter.js.map +1 -1
  408. package/dist/esm/types/chartType/table/table.d.ts +1 -1
  409. package/dist/esm/types/chartType/table/zTable.js.map +1 -1
  410. package/dist/esm/types/dataSelector/selector.js.map +1 -1
  411. package/dist/esm/types/i18n/i18n.js.map +1 -1
  412. package/dist/esm/types/properties/analysis/analysis.js.map +1 -1
  413. package/dist/esm/types/properties/analysis/sort.js.map +1 -1
  414. package/dist/esm/types/properties/analysis/sortLegend.js.map +1 -1
  415. package/dist/esm/types/properties/annotation/annotation.js.map +1 -1
  416. package/dist/esm/types/properties/annotation/zAnnotationArea.js.map +1 -1
  417. package/dist/esm/types/properties/annotation/zAnnotationHorizontalLine.js.map +1 -1
  418. package/dist/esm/types/properties/annotation/zAnnotationPoint.js.map +1 -1
  419. package/dist/esm/types/properties/annotation/zAnnotationVerticalLine.js.map +1 -1
  420. package/dist/esm/types/properties/cellStyle/bodyCellStyle.js.map +1 -1
  421. package/dist/esm/types/properties/cellStyle/cellStyle.js.map +1 -1
  422. package/dist/esm/types/properties/chartType/chartType.js.map +1 -1
  423. package/dist/esm/types/properties/chartType/dualChartType.js.map +1 -1
  424. package/dist/esm/types/properties/config/annotation/zAnnotaion.js.map +1 -1
  425. package/dist/esm/types/properties/config/area.js.map +1 -1
  426. package/dist/esm/types/properties/config/axes/zBandAxis.js.map +1 -1
  427. package/dist/esm/types/properties/config/axes/zLinearAxis.js.map +1 -1
  428. package/dist/esm/types/properties/config/backgroundColor/backgroundColor.js.map +1 -1
  429. package/dist/esm/types/properties/config/bar.js.map +1 -1
  430. package/dist/esm/types/properties/config/barWidth/index.js.map +1 -1
  431. package/dist/esm/types/properties/config/boxWidth/boxWidth.d.ts +8 -0
  432. package/dist/esm/types/properties/config/boxWidth/boxWidth.js +0 -0
  433. package/dist/esm/types/properties/config/boxWidth/index.d.ts +2 -0
  434. package/dist/esm/types/properties/config/boxWidth/index.js +1 -0
  435. package/dist/esm/types/properties/config/boxWidth/zBoxWidth.d.ts +3 -0
  436. package/dist/esm/types/properties/config/boxWidth/zBoxWidth.js +6 -0
  437. package/dist/esm/types/properties/config/boxWidth/zBoxWidth.js.map +1 -0
  438. package/dist/esm/types/properties/config/boxplot.d.ts +2 -0
  439. package/dist/esm/types/properties/config/boxplot.js +4 -1
  440. package/dist/esm/types/properties/config/boxplot.js.map +1 -1
  441. package/dist/esm/types/properties/config/color/color.js.map +1 -1
  442. package/dist/esm/types/properties/config/column.js.map +1 -1
  443. package/dist/esm/types/properties/config/config.d.ts +2 -0
  444. package/dist/esm/types/properties/config/config.js.map +1 -1
  445. package/dist/esm/types/properties/config/crosshair/zCrosshair.js.map +1 -1
  446. package/dist/esm/types/properties/config/dimensionLinkage/dimensionLinkage.js.map +1 -1
  447. package/dist/esm/types/properties/config/dualAxis.js.map +1 -1
  448. package/dist/esm/types/properties/config/funnel.js.map +1 -1
  449. package/dist/esm/types/properties/config/funnelTransform/zFunnelTransform.js.map +1 -1
  450. package/dist/esm/types/properties/config/heatmap/zHeatmap.js.map +1 -1
  451. package/dist/esm/types/properties/config/heatmap.js.map +1 -1
  452. package/dist/esm/types/properties/config/histogram.js.map +1 -1
  453. package/dist/esm/types/properties/config/index.d.ts +1 -0
  454. package/dist/esm/types/properties/config/index.js +1 -0
  455. package/dist/esm/types/properties/config/label/zLabel.js.map +1 -1
  456. package/dist/esm/types/properties/config/label/zPieLabel.js.map +1 -1
  457. package/dist/esm/types/properties/config/legend/legend.js.map +1 -1
  458. package/dist/esm/types/properties/config/line.js.map +1 -1
  459. package/dist/esm/types/properties/config/pie.js.map +1 -1
  460. package/dist/esm/types/properties/config/pivotGrid/pivotGrid.js.map +1 -1
  461. package/dist/esm/types/properties/config/pivotTable.js.map +1 -1
  462. package/dist/esm/types/properties/config/rose.js.map +1 -1
  463. package/dist/esm/types/properties/config/scatter.js.map +1 -1
  464. package/dist/esm/types/properties/config/stackCornerRadius/stackCornerRadius.js.map +1 -1
  465. package/dist/esm/types/properties/config/table.js.map +1 -1
  466. package/dist/esm/types/properties/config/tooltip/tooltip.js.map +1 -1
  467. package/dist/esm/types/properties/config/whiskers/index.js.map +1 -1
  468. package/dist/esm/types/properties/dataset/dataset.js.map +1 -1
  469. package/dist/esm/types/properties/datasetReshapeInfo/zDatasetReshapeInfo.js.map +1 -1
  470. package/dist/esm/types/properties/dimensions/zDimensions.js.map +1 -1
  471. package/dist/esm/types/properties/encoding/zDimensionEncoding.js.map +1 -1
  472. package/dist/esm/types/properties/encoding/zEncoding.js +1 -1
  473. package/dist/esm/types/properties/encoding/zEncoding.js.map +1 -1
  474. package/dist/esm/types/properties/encoding/zMeasureEncoding.js.map +1 -1
  475. package/dist/esm/types/properties/format/numFormat.js.map +1 -1
  476. package/dist/esm/types/properties/markStyle/barStyle.js.map +1 -1
  477. package/dist/esm/types/properties/markStyle/boxPlotStyle.js.map +1 -1
  478. package/dist/esm/types/properties/markStyle/lineStyle.js.map +1 -1
  479. package/dist/esm/types/properties/markStyle/markStyle.js.map +1 -1
  480. package/dist/esm/types/properties/markStyle/outlierStyle.js.map +1 -1
  481. package/dist/esm/types/properties/markStyle/pointStyle.js.map +1 -1
  482. package/dist/esm/types/properties/markStyle/zAreaStyle.js.map +1 -1
  483. package/dist/esm/types/properties/measures/zDualMeasures.js.map +1 -1
  484. package/dist/esm/types/properties/measures/zMeasures.js.map +1 -1
  485. package/dist/esm/types/properties/measures/zScatterMeasures.js.map +1 -1
  486. package/dist/esm/types/properties/regressionLine/linearRegressionLine.d.ts +4 -0
  487. package/dist/esm/types/properties/regressionLine/logisticRegressionLine.d.ts +4 -0
  488. package/dist/esm/types/properties/regressionLine/lowessRegressionLine.d.ts +4 -0
  489. package/dist/esm/types/properties/regressionLine/polynomialRegressionLine.d.ts +4 -0
  490. package/dist/esm/types/properties/regressionLine/zRegressionLine.js.map +1 -1
  491. package/dist/esm/types/properties/theme/customTheme.d.ts +4 -0
  492. package/dist/esm/types/properties/theme/customTheme.js.map +1 -1
  493. package/dist/esm/types/properties/theme/theme.js.map +1 -1
  494. package/dist/esm/types/vseed.d.ts +3 -2
  495. package/dist/esm/types/zVseed.d.ts +12 -10
  496. package/dist/esm/types/zVseed.js +2 -2
  497. package/dist/esm/types/zVseed.js.map +1 -1
  498. package/dist/umd/index.js +503 -424
  499. package/dist/umd/index.js.map +1 -1
  500. package/package.json +3 -3
  501. package/dist/esm/types/chartType/boxplot/index.d.ts +0 -2
  502. package/dist/esm/types/chartType/boxplot/index.js +0 -1
  503. package/dist/esm/types/chartType/boxplot/zBoxplot.js.map +0 -1
  504. /package/dist/esm/types/chartType/{boxplot/boxplot.js → boxPlot/boxPlot.js} +0 -0
@@ -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"}
@@ -437,5 +437,7 @@ export declare const zBoxplotConfig: z.ZodObject<{
437
437
  dotted: "dotted";
438
438
  }>>;
439
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]>>>;
440
442
  }, z.core.$strip>;
441
443
  export type BoxplotConfig = z.infer<typeof zBoxplotConfig>;
@@ -11,6 +11,7 @@ import { zPivotChartGridConfig } from "./pivotGrid/index.js";
11
11
  import { zWhiskersConfig } from "./whiskers/index.js";
12
12
  import { zDimensionLinkage } from "./dimensionLinkage/dimensionLinkage.js";
13
13
  import { zBoxPlotStyle, zOutlierStyle } from "../markStyle/index.js";
14
+ import { zBoxGapInGroup, zBoxMaxWidth } from "./boxWidth/index.js";
14
15
  const zBoxplotConfig = z.object({
15
16
  backgroundColor: zBackgroundColor.nullish(),
16
17
  label: zLabel.nullish(),
@@ -29,7 +30,9 @@ const zBoxplotConfig = z.object({
29
30
  }).nullish(),
30
31
  outlierStyle: zOutlierStyle.omit({
31
32
  selector: true
32
- }).nullish()
33
+ }).nullish(),
34
+ boxMaxWidth: zBoxMaxWidth.nullish(),
35
+ boxGapInGroup: zBoxGapInGroup.nullish()
33
36
  });
34
37
  export { zBoxplotConfig };
35
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'\nimport { zBoxPlotStyle, zOutlierStyle } from '../markStyle'\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})\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"],"mappings":";;;;;;;;;;;;;AAcO,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;AAC9D"}
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"}
@@ -7114,6 +7114,8 @@ export declare const zConfig: z.ZodObject<{
7114
7114
  dotted: "dotted";
7115
7115
  }>>;
7116
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]>>>;
7117
7119
  }, z.core.$strip>>>;
7118
7120
  histogram: z.ZodOptional<z.ZodNullable<z.ZodObject<{
7119
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"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/heatmap/zHeatmap.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/heatmap/zHeatmap.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zHeatmapCell = z.object({\n stroke: z.string().nullish(),\n lineWidth: z.number().nullish(),\n cornerRadius: z.number().nullish(),\n})\n"],"names":["zHeatmapCell","z"],"mappings":";AAEO,MAAMA,eAAeC,EAAE,MAAM,CAAC;IACnC,QAAQA,EAAE,MAAM,GAAG,OAAO;IAC1B,WAAWA,EAAE,MAAM,GAAG,OAAO;IAC7B,cAAcA,EAAE,MAAM,GAAG,OAAO;AAClC"}
1
+ {"version":3,"file":"types/properties/config/heatmap/zHeatmap.js","sources":["../../../../../../src/types/properties/config/heatmap/zHeatmap.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zHeatmapCell = z.object({\n stroke: z.string().nullish(),\n lineWidth: z.number().nullish(),\n cornerRadius: z.number().nullish(),\n})\n"],"names":["zHeatmapCell","z"],"mappings":";AAEO,MAAMA,eAAeC,EAAE,MAAM,CAAC;IACnC,QAAQA,EAAE,MAAM,GAAG,OAAO;IAC1B,WAAWA,EAAE,MAAM,GAAG,OAAO;IAC7B,cAAcA,EAAE,MAAM,GAAG,OAAO;AAClC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/heatmap.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/heatmap.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 { zPivotChartGridConfig } from './pivotGrid'\nimport { zHeatmapCell } from './heatmap/zHeatmap'\n\nexport const zHeatmapConfig = 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 cell: zHeatmapCell.nullish(),\n})\n\nexport type HeatmapConfig = z.infer<typeof zHeatmapConfig>\n"],"names":["zHeatmapConfig","z","zBackgroundColor","zLabel","zColor","zTooltip","zLegend","zPivotChartGridConfig","zHeatmapCell"],"mappings":";;;;;;;;AASO,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,WAAWC,sBAAsB,OAAO;IACxC,MAAMC,aAAa,OAAO;AAC5B"}
1
+ {"version":3,"file":"types/properties/config/heatmap.js","sources":["../../../../../src/types/properties/config/heatmap.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 { zPivotChartGridConfig } from './pivotGrid'\nimport { zHeatmapCell } from './heatmap/zHeatmap'\n\nexport const zHeatmapConfig = 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 cell: zHeatmapCell.nullish(),\n})\n\nexport type HeatmapConfig = z.infer<typeof zHeatmapConfig>\n"],"names":["zHeatmapConfig","z","zBackgroundColor","zLabel","zColor","zTooltip","zLegend","zPivotChartGridConfig","zHeatmapCell"],"mappings":";;;;;;;;AASO,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,WAAWC,sBAAsB,OAAO;IACxC,MAAMC,aAAa,OAAO;AAC5B"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/histogram.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/histogram.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 { zRegressionLine } from '../regressionLine'\nimport { zDimensionLinkage } from './dimensionLinkage/dimensionLinkage'\n\nexport const zHistogramConfig = 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 pivotGrid: zPivotChartGridConfig.nullish(),\n annotation: zAnnotationConfig.nullish(),\n binCount: z.number().positive().nullish(),\n binStep: z.number().positive().nullish(),\n binValueType: z.literal('count').or(z.literal('percentage')).nullish(),\n regressionLine: zRegressionLine.nullish(),\n\n dimensionLinkage: zDimensionLinkage.nullish(),\n})\n\nexport type HistogramConfig = z.infer<typeof zHistogramConfig>\n"],"names":["zHistogramConfig","z","zBackgroundColor","zLabel","zColor","zTooltip","zLegend","zXBandAxis","zYLinearAxis","zCrosshairRect","zStackCornerRadius","zPivotChartGridConfig","zAnnotationConfig","zRegressionLine","zDimensionLinkage"],"mappings":";;;;;;;;;;;;;AAcO,MAAMA,mBAAmBC,EAAE,MAAM,CAAC;IACvC,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,WAAWC,sBAAsB,OAAO;IACxC,YAAYC,kBAAkB,OAAO;IACrC,UAAUX,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO;IACvC,SAASA,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO;IACtC,cAAcA,EAAE,OAAO,CAAC,SAAS,EAAE,CAACA,EAAE,OAAO,CAAC,eAAe,OAAO;IACpE,gBAAgBY,gBAAgB,OAAO;IAEvC,kBAAkBC,kBAAkB,OAAO;AAC7C"}
1
+ {"version":3,"file":"types/properties/config/histogram.js","sources":["../../../../../src/types/properties/config/histogram.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 { zRegressionLine } from '../regressionLine'\nimport { zDimensionLinkage } from './dimensionLinkage/dimensionLinkage'\n\nexport const zHistogramConfig = 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 pivotGrid: zPivotChartGridConfig.nullish(),\n annotation: zAnnotationConfig.nullish(),\n binCount: z.number().positive().nullish(),\n binStep: z.number().positive().nullish(),\n binValueType: z.literal('count').or(z.literal('percentage')).nullish(),\n regressionLine: zRegressionLine.nullish(),\n\n dimensionLinkage: zDimensionLinkage.nullish(),\n})\n\nexport type HistogramConfig = z.infer<typeof zHistogramConfig>\n"],"names":["zHistogramConfig","z","zBackgroundColor","zLabel","zColor","zTooltip","zLegend","zXBandAxis","zYLinearAxis","zCrosshairRect","zStackCornerRadius","zPivotChartGridConfig","zAnnotationConfig","zRegressionLine","zDimensionLinkage"],"mappings":";;;;;;;;;;;;;AAcO,MAAMA,mBAAmBC,EAAE,MAAM,CAAC;IACvC,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,WAAWC,sBAAsB,OAAO;IACxC,YAAYC,kBAAkB,OAAO;IACrC,UAAUX,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO;IACvC,SAASA,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO;IACtC,cAAcA,EAAE,OAAO,CAAC,SAAS,EAAE,CAACA,EAAE,OAAO,CAAC,eAAe,OAAO;IACpE,gBAAgBY,gBAAgB,OAAO;IAEvC,kBAAkBC,kBAAkB,OAAO;AAC7C"}
@@ -25,3 +25,4 @@ export * from './scatter';
25
25
  export * from './table';
26
26
  export * from './pivotTable';
27
27
  export * from './dimensionLinkage';
28
+ export * from './boxWidth';
@@ -25,3 +25,4 @@ export * from "./scatter.js";
25
25
  export * from "./table.js";
26
26
  export * from "./pivotTable.js";
27
27
  export * from "./dimensionLinkage/index.js";
28
+ export * from "./boxWidth/index.js";
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/label/zLabel.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/label/zLabel.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zNumFormat } from '../../format'\nimport { zSelector, zSelectors } from 'src/types/dataSelector'\n\nexport const zLabel = z.object({\n enable: z.boolean().nullish(),\n wrap: z.boolean().nullish(),\n showValue: z.boolean().nullish(),\n showValuePercent: z.boolean().nullish(),\n showDimension: z.boolean().nullish(),\n autoFormat: z.boolean().nullish(),\n numFormat: zNumFormat.nullish(),\n labelFontSize: z.number().nullish(),\n labelFontWeight: z.number().or(z.string()).nullish(),\n labelBackgroundColor: z.string().nullish(),\n labelColor: z.string().nullish(),\n labelColorSmartInvert: z.boolean().nullish(),\n labelPosition: z.string().nullish(),\n labelOverlap: z.boolean().nullish(),\n selector: z.union([zSelector, zSelectors]).nullish(),\n})\n"],"names":["zLabel","z","zNumFormat","zSelector","zSelectors"],"mappings":";;;AAIO,MAAMA,SAASC,EAAE,MAAM,CAAC;IAC7B,QAAQA,EAAE,OAAO,GAAG,OAAO;IAC3B,MAAMA,EAAE,OAAO,GAAG,OAAO;IACzB,WAAWA,EAAE,OAAO,GAAG,OAAO;IAC9B,kBAAkBA,EAAE,OAAO,GAAG,OAAO;IACrC,eAAeA,EAAE,OAAO,GAAG,OAAO;IAClC,YAAYA,EAAE,OAAO,GAAG,OAAO;IAC/B,WAAWC,WAAW,OAAO;IAC7B,eAAeD,EAAE,MAAM,GAAG,OAAO;IACjC,iBAAiBA,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,MAAM,IAAI,OAAO;IAClD,sBAAsBA,EAAE,MAAM,GAAG,OAAO;IACxC,YAAYA,EAAE,MAAM,GAAG,OAAO;IAC9B,uBAAuBA,EAAE,OAAO,GAAG,OAAO;IAC1C,eAAeA,EAAE,MAAM,GAAG,OAAO;IACjC,cAAcA,EAAE,OAAO,GAAG,OAAO;IACjC,UAAUA,EAAE,KAAK,CAAC;QAACE;QAAWC;KAAW,EAAE,OAAO;AACpD"}
1
+ {"version":3,"file":"types/properties/config/label/zLabel.js","sources":["../../../../../../src/types/properties/config/label/zLabel.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zNumFormat } from '../../format'\nimport { zSelector, zSelectors } from 'src/types/dataSelector'\n\nexport const zLabel = z.object({\n enable: z.boolean().nullish(),\n wrap: z.boolean().nullish(),\n showValue: z.boolean().nullish(),\n showValuePercent: z.boolean().nullish(),\n showDimension: z.boolean().nullish(),\n autoFormat: z.boolean().nullish(),\n numFormat: zNumFormat.nullish(),\n labelFontSize: z.number().nullish(),\n labelFontWeight: z.number().or(z.string()).nullish(),\n labelBackgroundColor: z.string().nullish(),\n labelColor: z.string().nullish(),\n labelColorSmartInvert: z.boolean().nullish(),\n labelPosition: z.string().nullish(),\n labelOverlap: z.boolean().nullish(),\n selector: z.union([zSelector, zSelectors]).nullish(),\n})\n"],"names":["zLabel","z","zNumFormat","zSelector","zSelectors"],"mappings":";;;AAIO,MAAMA,SAASC,EAAE,MAAM,CAAC;IAC7B,QAAQA,EAAE,OAAO,GAAG,OAAO;IAC3B,MAAMA,EAAE,OAAO,GAAG,OAAO;IACzB,WAAWA,EAAE,OAAO,GAAG,OAAO;IAC9B,kBAAkBA,EAAE,OAAO,GAAG,OAAO;IACrC,eAAeA,EAAE,OAAO,GAAG,OAAO;IAClC,YAAYA,EAAE,OAAO,GAAG,OAAO;IAC/B,WAAWC,WAAW,OAAO;IAC7B,eAAeD,EAAE,MAAM,GAAG,OAAO;IACjC,iBAAiBA,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,MAAM,IAAI,OAAO;IAClD,sBAAsBA,EAAE,MAAM,GAAG,OAAO;IACxC,YAAYA,EAAE,MAAM,GAAG,OAAO;IAC9B,uBAAuBA,EAAE,OAAO,GAAG,OAAO;IAC1C,eAAeA,EAAE,MAAM,GAAG,OAAO;IACjC,cAAcA,EAAE,OAAO,GAAG,OAAO;IACjC,UAAUA,EAAE,KAAK,CAAC;QAACE;QAAWC;KAAW,EAAE,OAAO;AACpD"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/label/zPieLabel.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/label/zPieLabel.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLabel } from './zLabel'\n\nexport const zPieLabel = zLabel.extend({\n labelLayout: z.union([z.literal('arc'), z.literal('labelLine'), z.literal('edge')]).nullish(),\n})\n"],"names":["zPieLabel","zLabel","z"],"mappings":";;AAGO,MAAMA,YAAYC,OAAO,MAAM,CAAC;IACrC,aAAaC,EAAE,KAAK,CAAC;QAACA,EAAE,OAAO,CAAC;QAAQA,EAAE,OAAO,CAAC;QAAcA,EAAE,OAAO,CAAC;KAAQ,EAAE,OAAO;AAC7F"}
1
+ {"version":3,"file":"types/properties/config/label/zPieLabel.js","sources":["../../../../../../src/types/properties/config/label/zPieLabel.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLabel } from './zLabel'\n\nexport const zPieLabel = zLabel.extend({\n labelLayout: z.union([z.literal('arc'), z.literal('labelLine'), z.literal('edge')]).nullish(),\n})\n"],"names":["zPieLabel","zLabel","z"],"mappings":";;AAGO,MAAMA,YAAYC,OAAO,MAAM,CAAC;IACrC,aAAaC,EAAE,KAAK,CAAC;QAACA,EAAE,OAAO,CAAC;QAAQA,EAAE,OAAO,CAAC;QAAcA,EAAE,OAAO,CAAC;KAAQ,EAAE,OAAO;AAC7F"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/legend/legend.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/legend/legend.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport type Legend = {\n /**\n * 图例功能是否开启\n * @default true\n * @example enable: true\n */\n enable?: boolean\n /**\n * @description 图例边框是否开启\n * @warning 仅离散图例生效\n * @default true\n * @example border: true\n */\n border?: boolean\n\n /**\n * @description 图例字体颜色\n */\n labelColor?: string\n /**\n * @description 分页器icon颜色\n */\n pagerIconColor?: string\n /**\n * @description 分页器icon置灰颜色\n */\n pagerIconDisableColor?: string\n /**\n * @description 图例字体大小\n * @example labelFontSize: 10\n */\n labelFontSize?: number\n\n /**\n * @description 图例字体颜色\n * @deprecated use labelColor instead\n */\n labelFontColor?: string\n\n /**\n * @description 图例字体粗细\n * @example labelFontWeight: 400\n */\n labelFontWeight?: number | string\n /**\n * @description 图例形状\n * @warning 仅离散图例生效\n * @example shapeType: 'circle'\n */\n shapeType?:\n | 'circle'\n | 'cross'\n | 'diamond'\n | 'square'\n | 'arrow'\n | 'arrow2Left'\n | 'arrow2Right'\n | 'wedge'\n | 'thinTriangle'\n | 'triangle'\n | 'triangleUp'\n | 'triangleDown'\n | 'triangleRight'\n | 'triangleLeft'\n | 'stroke'\n | 'star'\n | 'wye'\n | 'rect'\n | 'arrowLeft'\n | 'arrowRight'\n | 'rectRound'\n | 'roundLine'\n /**\n * 图例位置\n * @default 'right'\n * @example position: 'rightTop'\n */\n position?:\n | 'left'\n | 'leftTop'\n | 'leftBottom'\n | 'lt'\n | 'lb'\n | 'top'\n | 'topLeft'\n | 'topRight'\n | 'tl'\n | 'tr'\n | 'right'\n | 'rightTop'\n | 'rightBottom'\n | 'rt'\n | 'rb'\n | 'bottom'\n | 'bottomLeft'\n | 'bottomRight'\n | 'bl'\n | 'br'\n\n /**\n * @description 存在大量图例时, 最大列数 或 图例最大行数\n * 如果position为水平方向(bottom, bottomLeft, bottomRight, bl, br, top, topLeft, topRight, tl, tr), maxSize控制显示的列数\n * 如果position为垂直方向(left, leftTop, leftBottom, lt, lb, right, rightTop, rightBottom, rt, rb), maxSize控制显示的行数\n *\n * @warning 仅离散图例生效\n * @example maxSize: 2\n * @default 1\n */\n maxSize?: number\n}\n\nexport const zLegend = z.object({\n enable: z.boolean().default(true).nullish(),\n border: z.boolean().default(true).nullish(),\n maxSize: z.number().default(1).nullish(),\n shapeType: z\n .enum([\n 'circle',\n 'cross',\n 'diamond',\n 'square',\n 'arrow',\n 'arrow2Left',\n 'arrow2Right',\n 'wedge',\n 'thinTriangle',\n 'triangle',\n 'triangleUp',\n 'triangleDown',\n 'triangleRight',\n 'triangleLeft',\n 'stroke',\n 'star',\n 'wye',\n 'rect',\n 'arrowLeft',\n 'arrowRight',\n 'rectRound',\n 'roundLine',\n ])\n .default('rectRound')\n .nullish(),\n position: z\n .enum([\n 'left',\n 'leftTop',\n 'leftBottom',\n 'lt',\n 'lb',\n 'top',\n 'topLeft',\n 'topRight',\n 'tl',\n 'tr',\n 'right',\n 'rightTop',\n 'rightBottom',\n 'rt',\n 'rb',\n 'bottom',\n 'bottomLeft',\n 'bottomRight',\n 'bl',\n 'br',\n ])\n .default('bottom')\n .nullish(),\n labelColor: z.string().default('#fff').nullish(),\n pagerIconColor: z.string().nullish(),\n pagerIconDisableColor: z.string().nullish(),\n labelFontSize: z.number().default(12).nullish(),\n labelFontWeight: z.number().or(z.string()).default(400).nullish(),\n})\n\nexport type ColorLegend = Pick<Legend, 'position' | 'enable'>\nexport const zColorLegend = z.object({\n position: z\n .enum([\n 'left',\n 'leftTop',\n 'leftBottom',\n 'lt',\n 'lb',\n 'top',\n 'topLeft',\n 'topRight',\n 'tl',\n 'tr',\n 'right',\n 'rightTop',\n 'rightBottom',\n 'rt',\n 'rb',\n 'bottom',\n 'bottomLeft',\n 'bottomRight',\n 'bl',\n 'br',\n ])\n .default('bottom')\n .nullish(),\n enable: z.boolean().default(true).nullish(),\n})\n"],"names":["zLegend","z","zColorLegend"],"mappings":";AAiHO,MAAMA,UAAUC,EAAE,MAAM,CAAC;IAC9B,QAAQA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACzC,QAAQA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACzC,SAASA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACtC,WAAWA,CAAC,CAADA,OACJ,CAAC;QACJ;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;KACD,EACA,OAAO,CAAC,aACR,OAAO;IACV,UAAUA,CAAC,CAADA,OACH,CAAC;QACJ;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;KACD,EACA,OAAO,CAAC,UACR,OAAO;IACV,YAAYA,EAAE,MAAM,GAAG,OAAO,CAAC,QAAQ,OAAO;IAC9C,gBAAgBA,EAAE,MAAM,GAAG,OAAO;IAClC,uBAAuBA,EAAE,MAAM,GAAG,OAAO;IACzC,eAAeA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;IAC7C,iBAAiBA,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,MAAM,IAAI,OAAO,CAAC,KAAK,OAAO;AACjE;AAGO,MAAMC,eAAeD,EAAE,MAAM,CAAC;IACnC,UAAUA,CAAC,CAADA,OACH,CAAC;QACJ;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;KACD,EACA,OAAO,CAAC,UACR,OAAO;IACV,QAAQA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;AAC3C"}
1
+ {"version":3,"file":"types/properties/config/legend/legend.js","sources":["../../../../../../src/types/properties/config/legend/legend.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport type Legend = {\n /**\n * 图例功能是否开启\n * @default true\n * @example enable: true\n */\n enable?: boolean\n /**\n * @description 图例边框是否开启\n * @warning 仅离散图例生效\n * @default true\n * @example border: true\n */\n border?: boolean\n\n /**\n * @description 图例字体颜色\n */\n labelColor?: string\n /**\n * @description 分页器icon颜色\n */\n pagerIconColor?: string\n /**\n * @description 分页器icon置灰颜色\n */\n pagerIconDisableColor?: string\n /**\n * @description 图例字体大小\n * @example labelFontSize: 10\n */\n labelFontSize?: number\n\n /**\n * @description 图例字体颜色\n * @deprecated use labelColor instead\n */\n labelFontColor?: string\n\n /**\n * @description 图例字体粗细\n * @example labelFontWeight: 400\n */\n labelFontWeight?: number | string\n /**\n * @description 图例形状\n * @warning 仅离散图例生效\n * @example shapeType: 'circle'\n */\n shapeType?:\n | 'circle'\n | 'cross'\n | 'diamond'\n | 'square'\n | 'arrow'\n | 'arrow2Left'\n | 'arrow2Right'\n | 'wedge'\n | 'thinTriangle'\n | 'triangle'\n | 'triangleUp'\n | 'triangleDown'\n | 'triangleRight'\n | 'triangleLeft'\n | 'stroke'\n | 'star'\n | 'wye'\n | 'rect'\n | 'arrowLeft'\n | 'arrowRight'\n | 'rectRound'\n | 'roundLine'\n /**\n * 图例位置\n * @default 'right'\n * @example position: 'rightTop'\n */\n position?:\n | 'left'\n | 'leftTop'\n | 'leftBottom'\n | 'lt'\n | 'lb'\n | 'top'\n | 'topLeft'\n | 'topRight'\n | 'tl'\n | 'tr'\n | 'right'\n | 'rightTop'\n | 'rightBottom'\n | 'rt'\n | 'rb'\n | 'bottom'\n | 'bottomLeft'\n | 'bottomRight'\n | 'bl'\n | 'br'\n\n /**\n * @description 存在大量图例时, 最大列数 或 图例最大行数\n * 如果position为水平方向(bottom, bottomLeft, bottomRight, bl, br, top, topLeft, topRight, tl, tr), maxSize控制显示的列数\n * 如果position为垂直方向(left, leftTop, leftBottom, lt, lb, right, rightTop, rightBottom, rt, rb), maxSize控制显示的行数\n *\n * @warning 仅离散图例生效\n * @example maxSize: 2\n * @default 1\n */\n maxSize?: number\n}\n\nexport const zLegend = z.object({\n enable: z.boolean().default(true).nullish(),\n border: z.boolean().default(true).nullish(),\n maxSize: z.number().default(1).nullish(),\n shapeType: z\n .enum([\n 'circle',\n 'cross',\n 'diamond',\n 'square',\n 'arrow',\n 'arrow2Left',\n 'arrow2Right',\n 'wedge',\n 'thinTriangle',\n 'triangle',\n 'triangleUp',\n 'triangleDown',\n 'triangleRight',\n 'triangleLeft',\n 'stroke',\n 'star',\n 'wye',\n 'rect',\n 'arrowLeft',\n 'arrowRight',\n 'rectRound',\n 'roundLine',\n ])\n .default('rectRound')\n .nullish(),\n position: z\n .enum([\n 'left',\n 'leftTop',\n 'leftBottom',\n 'lt',\n 'lb',\n 'top',\n 'topLeft',\n 'topRight',\n 'tl',\n 'tr',\n 'right',\n 'rightTop',\n 'rightBottom',\n 'rt',\n 'rb',\n 'bottom',\n 'bottomLeft',\n 'bottomRight',\n 'bl',\n 'br',\n ])\n .default('bottom')\n .nullish(),\n labelColor: z.string().default('#fff').nullish(),\n pagerIconColor: z.string().nullish(),\n pagerIconDisableColor: z.string().nullish(),\n labelFontSize: z.number().default(12).nullish(),\n labelFontWeight: z.number().or(z.string()).default(400).nullish(),\n})\n\nexport type ColorLegend = Pick<Legend, 'position' | 'enable'>\nexport const zColorLegend = z.object({\n position: z\n .enum([\n 'left',\n 'leftTop',\n 'leftBottom',\n 'lt',\n 'lb',\n 'top',\n 'topLeft',\n 'topRight',\n 'tl',\n 'tr',\n 'right',\n 'rightTop',\n 'rightBottom',\n 'rt',\n 'rb',\n 'bottom',\n 'bottomLeft',\n 'bottomRight',\n 'bl',\n 'br',\n ])\n .default('bottom')\n .nullish(),\n enable: z.boolean().default(true).nullish(),\n})\n"],"names":["zLegend","z","zColorLegend"],"mappings":";AAiHO,MAAMA,UAAUC,EAAE,MAAM,CAAC;IAC9B,QAAQA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACzC,QAAQA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACzC,SAASA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,OAAO;IACtC,WAAWA,CAAC,CAADA,OACJ,CAAC;QACJ;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;KACD,EACA,OAAO,CAAC,aACR,OAAO;IACV,UAAUA,CAAC,CAADA,OACH,CAAC;QACJ;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;KACD,EACA,OAAO,CAAC,UACR,OAAO;IACV,YAAYA,EAAE,MAAM,GAAG,OAAO,CAAC,QAAQ,OAAO;IAC9C,gBAAgBA,EAAE,MAAM,GAAG,OAAO;IAClC,uBAAuBA,EAAE,MAAM,GAAG,OAAO;IACzC,eAAeA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,OAAO;IAC7C,iBAAiBA,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,MAAM,IAAI,OAAO,CAAC,KAAK,OAAO;AACjE;AAGO,MAAMC,eAAeD,EAAE,MAAM,CAAC;IACnC,UAAUA,CAAC,CAADA,OACH,CAAC;QACJ;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;KACD,EACA,OAAO,CAAC,UACR,OAAO;IACV,QAAQA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;AAC3C"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/line.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/line.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'\n\nexport const zLineConfig = z.object({\n backgroundColor: zBackgroundColor.nullish(),\n label: zLabel.nullish(),\n color: zColor.nullish(),\n tooltip: zTooltip.nullish(),\n legend: zLegend.nullish(),\n\n xAxis: zXBandAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n crosshairLine: zCrosshairLine.nullish(),\n pivotGrid: zPivotChartGridConfig.nullish(),\n annotation: zAnnotationConfig.nullish(),\n\n dimensionLinkage: zDimensionLinkage.nullish(),\n})\n\nexport type LineConfig = z.infer<typeof zLineConfig>\n"],"names":["zLineConfig","z","zBackgroundColor","zLabel","zColor","zTooltip","zLegend","zXBandAxis","zYLinearAxis","zCrosshairLine","zPivotChartGridConfig","zAnnotationConfig","zDimensionLinkage"],"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"}
1
+ {"version":3,"file":"types/properties/config/line.js","sources":["../../../../../src/types/properties/config/line.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'\n\nexport const zLineConfig = z.object({\n backgroundColor: zBackgroundColor.nullish(),\n label: zLabel.nullish(),\n color: zColor.nullish(),\n tooltip: zTooltip.nullish(),\n legend: zLegend.nullish(),\n\n xAxis: zXBandAxis.nullish(),\n yAxis: zYLinearAxis.nullish(),\n crosshairLine: zCrosshairLine.nullish(),\n pivotGrid: zPivotChartGridConfig.nullish(),\n annotation: zAnnotationConfig.nullish(),\n\n dimensionLinkage: zDimensionLinkage.nullish(),\n})\n\nexport type LineConfig = z.infer<typeof zLineConfig>\n"],"names":["zLineConfig","z","zBackgroundColor","zLabel","zColor","zTooltip","zLegend","zXBandAxis","zYLinearAxis","zCrosshairLine","zPivotChartGridConfig","zAnnotationConfig","zDimensionLinkage"],"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/pie.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/pie.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zBackgroundColor } from './backgroundColor/backgroundColor'\nimport { zColor } from './color/color'\nimport { zPieLabel } from './label'\nimport { zLegend } from './legend/legend'\nimport { zTooltip } from './tooltip/tooltip'\nimport { zPivotChartGridConfig } from './pivotGrid'\n\nexport const zPieConfig = z.object({\n backgroundColor: zBackgroundColor.nullish(),\n label: zPieLabel.nullish(),\n color: zColor.nullish(),\n tooltip: zTooltip.nullish(),\n legend: zLegend.nullish(),\n pivotGrid: zPivotChartGridConfig.nullish(),\n cornerRadius: z.number().nullish(),\n})\nexport const zDonutConfig = zPieConfig\nexport const zRadarConfig = zPieConfig\n\nexport type PieConfig = z.infer<typeof zPieConfig>\nexport type DonutConfig = z.infer<typeof zDonutConfig>\nexport type RadarConfig = z.infer<typeof zRadarConfig>\n"],"names":["zPieConfig","z","zBackgroundColor","zPieLabel","zColor","zTooltip","zLegend","zPivotChartGridConfig","zDonutConfig","zRadarConfig"],"mappings":";;;;;;;AAQO,MAAMA,aAAaC,EAAE,MAAM,CAAC;IACjC,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,UAAU,OAAO;IACxB,OAAOC,OAAO,OAAO;IACrB,SAASC,SAAS,OAAO;IACzB,QAAQC,QAAQ,OAAO;IACvB,WAAWC,sBAAsB,OAAO;IACxC,cAAcN,EAAE,MAAM,GAAG,OAAO;AAClC;AACO,MAAMO,eAAeR;AACrB,MAAMS,eAAeT"}
1
+ {"version":3,"file":"types/properties/config/pie.js","sources":["../../../../../src/types/properties/config/pie.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zBackgroundColor } from './backgroundColor/backgroundColor'\nimport { zColor } from './color/color'\nimport { zPieLabel } from './label'\nimport { zLegend } from './legend/legend'\nimport { zTooltip } from './tooltip/tooltip'\nimport { zPivotChartGridConfig } from './pivotGrid'\n\nexport const zPieConfig = z.object({\n backgroundColor: zBackgroundColor.nullish(),\n label: zPieLabel.nullish(),\n color: zColor.nullish(),\n tooltip: zTooltip.nullish(),\n legend: zLegend.nullish(),\n pivotGrid: zPivotChartGridConfig.nullish(),\n cornerRadius: z.number().nullish(),\n})\nexport const zDonutConfig = zPieConfig\nexport const zRadarConfig = zPieConfig\n\nexport type PieConfig = z.infer<typeof zPieConfig>\nexport type DonutConfig = z.infer<typeof zDonutConfig>\nexport type RadarConfig = z.infer<typeof zRadarConfig>\n"],"names":["zPieConfig","z","zBackgroundColor","zPieLabel","zColor","zTooltip","zLegend","zPivotChartGridConfig","zDonutConfig","zRadarConfig"],"mappings":";;;;;;;AAQO,MAAMA,aAAaC,EAAE,MAAM,CAAC;IACjC,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,UAAU,OAAO;IACxB,OAAOC,OAAO,OAAO;IACrB,SAASC,SAAS,OAAO;IACzB,QAAQC,QAAQ,OAAO;IACvB,WAAWC,sBAAsB,OAAO;IACxC,cAAcN,EAAE,MAAM,GAAG,OAAO;AAClC;AACO,MAAMO,eAAeR;AACrB,MAAMS,eAAeT"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/pivotGrid/pivotGrid.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/pivotGrid/pivotGrid.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zPivotChartGridConfig = z.object({\n borderColor: z.string().nullish(),\n bodyFontColor: z.string().nullish(),\n headerFontColor: z.string().nullish(),\n headerBackgroundColor: z.string().nullish(),\n hoverHeaderBackgroundColor: z.string().nullish(),\n hoverHeaderInlineBackgroundColor: z.string().nullish(),\n outlineBorderLineWidth: z.number().nullish(),\n frameCornerRadius: z.number().nullish(),\n\n minChartWidth: z.number().nullish(),\n minChartHeight: z.number().nullish(),\n\n titleFontColor: z.string().nullish(),\n titleFontSize: z.number().nullish(),\n titleFontWeight: z.string().nullish(),\n\n chartGridColor: z.string().nullish(),\n axisLabelColor: z.string().nullish(),\n})\n\nexport type PivotChartGridConfig = z.infer<typeof zPivotChartGridConfig>\n"],"names":["zPivotChartGridConfig","z"],"mappings":";AAEO,MAAMA,wBAAwBC,EAAE,MAAM,CAAC;IAC5C,aAAaA,EAAE,MAAM,GAAG,OAAO;IAC/B,eAAeA,EAAE,MAAM,GAAG,OAAO;IACjC,iBAAiBA,EAAE,MAAM,GAAG,OAAO;IACnC,uBAAuBA,EAAE,MAAM,GAAG,OAAO;IACzC,4BAA4BA,EAAE,MAAM,GAAG,OAAO;IAC9C,kCAAkCA,EAAE,MAAM,GAAG,OAAO;IACpD,wBAAwBA,EAAE,MAAM,GAAG,OAAO;IAC1C,mBAAmBA,EAAE,MAAM,GAAG,OAAO;IAErC,eAAeA,EAAE,MAAM,GAAG,OAAO;IACjC,gBAAgBA,EAAE,MAAM,GAAG,OAAO;IAElC,gBAAgBA,EAAE,MAAM,GAAG,OAAO;IAClC,eAAeA,EAAE,MAAM,GAAG,OAAO;IACjC,iBAAiBA,EAAE,MAAM,GAAG,OAAO;IAEnC,gBAAgBA,EAAE,MAAM,GAAG,OAAO;IAClC,gBAAgBA,EAAE,MAAM,GAAG,OAAO;AACpC"}
1
+ {"version":3,"file":"types/properties/config/pivotGrid/pivotGrid.js","sources":["../../../../../../src/types/properties/config/pivotGrid/pivotGrid.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zPivotChartGridConfig = z.object({\n borderColor: z.string().nullish(),\n bodyFontColor: z.string().nullish(),\n headerFontColor: z.string().nullish(),\n headerBackgroundColor: z.string().nullish(),\n hoverHeaderBackgroundColor: z.string().nullish(),\n hoverHeaderInlineBackgroundColor: z.string().nullish(),\n outlineBorderLineWidth: z.number().nullish(),\n frameCornerRadius: z.number().nullish(),\n\n minChartWidth: z.number().nullish(),\n minChartHeight: z.number().nullish(),\n\n titleFontColor: z.string().nullish(),\n titleFontSize: z.number().nullish(),\n titleFontWeight: z.string().nullish(),\n\n chartGridColor: z.string().nullish(),\n axisLabelColor: z.string().nullish(),\n})\n\nexport type PivotChartGridConfig = z.infer<typeof zPivotChartGridConfig>\n"],"names":["zPivotChartGridConfig","z"],"mappings":";AAEO,MAAMA,wBAAwBC,EAAE,MAAM,CAAC;IAC5C,aAAaA,EAAE,MAAM,GAAG,OAAO;IAC/B,eAAeA,EAAE,MAAM,GAAG,OAAO;IACjC,iBAAiBA,EAAE,MAAM,GAAG,OAAO;IACnC,uBAAuBA,EAAE,MAAM,GAAG,OAAO;IACzC,4BAA4BA,EAAE,MAAM,GAAG,OAAO;IAC9C,kCAAkCA,EAAE,MAAM,GAAG,OAAO;IACpD,wBAAwBA,EAAE,MAAM,GAAG,OAAO;IAC1C,mBAAmBA,EAAE,MAAM,GAAG,OAAO;IAErC,eAAeA,EAAE,MAAM,GAAG,OAAO;IACjC,gBAAgBA,EAAE,MAAM,GAAG,OAAO;IAElC,gBAAgBA,EAAE,MAAM,GAAG,OAAO;IAClC,eAAeA,EAAE,MAAM,GAAG,OAAO;IACjC,iBAAiBA,EAAE,MAAM,GAAG,OAAO;IAEnC,gBAAgBA,EAAE,MAAM,GAAG,OAAO;IAClC,gBAAgBA,EAAE,MAAM,GAAG,OAAO;AACpC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/pivotTable.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/pivotTable.ts"],"sourcesContent":["import type { z } from 'zod'\nimport { zTableConfig } from './table'\n\nexport const zPivotTableConfig = zTableConfig\nexport type PivotTableConfig = z.infer<typeof zPivotTableConfig>\n"],"names":["zPivotTableConfig","zTableConfig"],"mappings":";AAGO,MAAMA,oBAAoBC"}
1
+ {"version":3,"file":"types/properties/config/pivotTable.js","sources":["../../../../../src/types/properties/config/pivotTable.ts"],"sourcesContent":["import type { z } from 'zod'\nimport { zTableConfig } from './table'\n\nexport const zPivotTableConfig = zTableConfig\nexport type PivotTableConfig = z.infer<typeof zPivotTableConfig>\n"],"names":["zPivotTableConfig","zTableConfig"],"mappings":";AAGO,MAAMA,oBAAoBC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/rose.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/rose.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zBackgroundColor } from './backgroundColor/backgroundColor'\nimport { zColor } from './color/color'\nimport { zPieLabel } from './label'\nimport { zLegend } from './legend/legend'\nimport { zTooltip } from './tooltip/tooltip'\nimport { zPivotChartGridConfig } from './pivotGrid'\n\nexport const zRoseConfig = z.object({\n backgroundColor: zBackgroundColor.nullish(),\n label: zPieLabel.nullish(),\n color: zColor.nullish(),\n tooltip: zTooltip.nullish(),\n legend: zLegend.nullish(),\n pivotGrid: zPivotChartGridConfig.nullish(),\n})\nexport const zRoseParallelConfig = zRoseConfig\n\nexport type RoseConfig = z.infer<typeof zRoseConfig>\nexport type RoseParallelConfig = z.infer<typeof zRoseParallelConfig>\n"],"names":["zRoseConfig","z","zBackgroundColor","zPieLabel","zColor","zTooltip","zLegend","zPivotChartGridConfig","zRoseParallelConfig"],"mappings":";;;;;;;AAQO,MAAMA,cAAcC,EAAE,MAAM,CAAC;IAClC,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,UAAU,OAAO;IACxB,OAAOC,OAAO,OAAO;IACrB,SAASC,SAAS,OAAO;IACzB,QAAQC,QAAQ,OAAO;IACvB,WAAWC,sBAAsB,OAAO;AAC1C;AACO,MAAMC,sBAAsBR"}
1
+ {"version":3,"file":"types/properties/config/rose.js","sources":["../../../../../src/types/properties/config/rose.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zBackgroundColor } from './backgroundColor/backgroundColor'\nimport { zColor } from './color/color'\nimport { zPieLabel } from './label'\nimport { zLegend } from './legend/legend'\nimport { zTooltip } from './tooltip/tooltip'\nimport { zPivotChartGridConfig } from './pivotGrid'\n\nexport const zRoseConfig = z.object({\n backgroundColor: zBackgroundColor.nullish(),\n label: zPieLabel.nullish(),\n color: zColor.nullish(),\n tooltip: zTooltip.nullish(),\n legend: zLegend.nullish(),\n pivotGrid: zPivotChartGridConfig.nullish(),\n})\nexport const zRoseParallelConfig = zRoseConfig\n\nexport type RoseConfig = z.infer<typeof zRoseConfig>\nexport type RoseParallelConfig = z.infer<typeof zRoseParallelConfig>\n"],"names":["zRoseConfig","z","zBackgroundColor","zPieLabel","zColor","zTooltip","zLegend","zPivotChartGridConfig","zRoseParallelConfig"],"mappings":";;;;;;;AAQO,MAAMA,cAAcC,EAAE,MAAM,CAAC;IAClC,iBAAiBC,iBAAiB,OAAO;IACzC,OAAOC,UAAU,OAAO;IACxB,OAAOC,OAAO,OAAO;IACrB,SAASC,SAAS,OAAO;IACzB,QAAQC,QAAQ,OAAO;IACvB,WAAWC,sBAAsB,OAAO;AAC1C;AACO,MAAMC,sBAAsBR"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/scatter.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/scatter.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zXLinearAxis, 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 { zRegressionLine } from '../regressionLine/zRegressionLine'\nimport { zDimensionLinkage } from './dimensionLinkage/dimensionLinkage'\n\nexport const zScatterConfig = 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: zYLinearAxis.nullish(),\n crosshairLine: zCrosshairLine.nullish(),\n size: z.number().or(z.array(z.number())).nullish(),\n sizeRange: z.number().or(z.array(z.number())).nullish(),\n pivotGrid: zPivotChartGridConfig.nullish(),\n annotation: zAnnotationConfig.nullish(),\n regressionLine: zRegressionLine.nullish(),\n\n dimensionLinkage: zDimensionLinkage.nullish(),\n})\n\nexport type ScatterConfig = z.infer<typeof zScatterConfig>\n"],"names":["zScatterConfig","z","zBackgroundColor","zLabel","zColor","zTooltip","zLegend","zXLinearAxis","zYLinearAxis","zCrosshairLine","zPivotChartGridConfig","zAnnotationConfig","zRegressionLine","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,aAAa,OAAO;IAC3B,OAAOC,aAAa,OAAO;IAC3B,eAAeC,eAAe,OAAO;IACrC,MAAMR,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IAChD,WAAWA,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IACrD,WAAWS,sBAAsB,OAAO;IACxC,YAAYC,kBAAkB,OAAO;IACrC,gBAAgBC,gBAAgB,OAAO;IAEvC,kBAAkBC,kBAAkB,OAAO;AAC7C"}
1
+ {"version":3,"file":"types/properties/config/scatter.js","sources":["../../../../../src/types/properties/config/scatter.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zXLinearAxis, 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 { zRegressionLine } from '../regressionLine/zRegressionLine'\nimport { zDimensionLinkage } from './dimensionLinkage/dimensionLinkage'\n\nexport const zScatterConfig = 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: zYLinearAxis.nullish(),\n crosshairLine: zCrosshairLine.nullish(),\n size: z.number().or(z.array(z.number())).nullish(),\n sizeRange: z.number().or(z.array(z.number())).nullish(),\n pivotGrid: zPivotChartGridConfig.nullish(),\n annotation: zAnnotationConfig.nullish(),\n regressionLine: zRegressionLine.nullish(),\n\n dimensionLinkage: zDimensionLinkage.nullish(),\n})\n\nexport type ScatterConfig = z.infer<typeof zScatterConfig>\n"],"names":["zScatterConfig","z","zBackgroundColor","zLabel","zColor","zTooltip","zLegend","zXLinearAxis","zYLinearAxis","zCrosshairLine","zPivotChartGridConfig","zAnnotationConfig","zRegressionLine","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,aAAa,OAAO;IAC3B,OAAOC,aAAa,OAAO;IAC3B,eAAeC,eAAe,OAAO;IACrC,MAAMR,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IAChD,WAAWA,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO;IACrD,WAAWS,sBAAsB,OAAO;IACxC,YAAYC,kBAAkB,OAAO;IACrC,gBAAgBC,gBAAgB,OAAO;IAEvC,kBAAkBC,kBAAkB,OAAO;AAC7C"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/stackCornerRadius/stackCornerRadius.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/stackCornerRadius/stackCornerRadius.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zStackCornerRadius = z.number().or(z.array(z.number())).default([3, 3, 0, 0])\n\nexport type StackCornerRadius = z.infer<typeof zStackCornerRadius>\n"],"names":["zStackCornerRadius","z"],"mappings":";AAEO,MAAMA,qBAAqBC,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO,CAAC;IAAC;IAAG;IAAG;IAAG;CAAE"}
1
+ {"version":3,"file":"types/properties/config/stackCornerRadius/stackCornerRadius.js","sources":["../../../../../../src/types/properties/config/stackCornerRadius/stackCornerRadius.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zStackCornerRadius = z.number().or(z.array(z.number())).default([3, 3, 0, 0])\n\nexport type StackCornerRadius = z.infer<typeof zStackCornerRadius>\n"],"names":["zStackCornerRadius","z"],"mappings":";AAEO,MAAMA,qBAAqBC,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO,CAAC;IAAC;IAAG;IAAG;IAAG;CAAE"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/table.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/table.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zBackgroundColor } from './backgroundColor/backgroundColor'\n\nexport const zTableConfig = z.object({\n backgroundColor: zBackgroundColor.nullish(),\n\n // Border\n borderColor: z.string().nullish(),\n\n // Body\n bodyFontSize: z.number().nullish(),\n bodyFontColor: z.string().nullish(),\n bodyBackgroundColor: z.string().nullish(),\n // Body interaction\n hoverBodyBackgroundColor: z.string().nullish(),\n hoverBodyInlineBackgroundColor: z.string().nullish(),\n\n // Header\n headerFontSize: z.number().nullish(),\n headerFontColor: z.string().nullish(),\n headerBackgroundColor: z.string().nullish(),\n // Header interaction\n hoverHeaderBackgroundColor: z.string().nullish(),\n hoverHeaderInlineBackgroundColor: z.string().nullish(),\n\n // Interaction\n selectedBorderColor: z.string().nullish(),\n selectedBackgroundColor: z.string().nullish(),\n})\n\nexport type TableConfig = z.infer<typeof zTableConfig>\n"],"names":["zTableConfig","z","zBackgroundColor"],"mappings":";;AAGO,MAAMA,eAAeC,EAAE,MAAM,CAAC;IACnC,iBAAiBC,iBAAiB,OAAO;IAGzC,aAAaD,EAAE,MAAM,GAAG,OAAO;IAG/B,cAAcA,EAAE,MAAM,GAAG,OAAO;IAChC,eAAeA,EAAE,MAAM,GAAG,OAAO;IACjC,qBAAqBA,EAAE,MAAM,GAAG,OAAO;IAEvC,0BAA0BA,EAAE,MAAM,GAAG,OAAO;IAC5C,gCAAgCA,EAAE,MAAM,GAAG,OAAO;IAGlD,gBAAgBA,EAAE,MAAM,GAAG,OAAO;IAClC,iBAAiBA,EAAE,MAAM,GAAG,OAAO;IACnC,uBAAuBA,EAAE,MAAM,GAAG,OAAO;IAEzC,4BAA4BA,EAAE,MAAM,GAAG,OAAO;IAC9C,kCAAkCA,EAAE,MAAM,GAAG,OAAO;IAGpD,qBAAqBA,EAAE,MAAM,GAAG,OAAO;IACvC,yBAAyBA,EAAE,MAAM,GAAG,OAAO;AAC7C"}
1
+ {"version":3,"file":"types/properties/config/table.js","sources":["../../../../../src/types/properties/config/table.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zBackgroundColor } from './backgroundColor/backgroundColor'\n\nexport const zTableConfig = z.object({\n backgroundColor: zBackgroundColor.nullish(),\n\n // Border\n borderColor: z.string().nullish(),\n\n // Body\n bodyFontSize: z.number().nullish(),\n bodyFontColor: z.string().nullish(),\n bodyBackgroundColor: z.string().nullish(),\n // Body interaction\n hoverBodyBackgroundColor: z.string().nullish(),\n hoverBodyInlineBackgroundColor: z.string().nullish(),\n\n // Header\n headerFontSize: z.number().nullish(),\n headerFontColor: z.string().nullish(),\n headerBackgroundColor: z.string().nullish(),\n // Header interaction\n hoverHeaderBackgroundColor: z.string().nullish(),\n hoverHeaderInlineBackgroundColor: z.string().nullish(),\n\n // Interaction\n selectedBorderColor: z.string().nullish(),\n selectedBackgroundColor: z.string().nullish(),\n})\n\nexport type TableConfig = z.infer<typeof zTableConfig>\n"],"names":["zTableConfig","z","zBackgroundColor"],"mappings":";;AAGO,MAAMA,eAAeC,EAAE,MAAM,CAAC;IACnC,iBAAiBC,iBAAiB,OAAO;IAGzC,aAAaD,EAAE,MAAM,GAAG,OAAO;IAG/B,cAAcA,EAAE,MAAM,GAAG,OAAO;IAChC,eAAeA,EAAE,MAAM,GAAG,OAAO;IACjC,qBAAqBA,EAAE,MAAM,GAAG,OAAO;IAEvC,0BAA0BA,EAAE,MAAM,GAAG,OAAO;IAC5C,gCAAgCA,EAAE,MAAM,GAAG,OAAO;IAGlD,gBAAgBA,EAAE,MAAM,GAAG,OAAO;IAClC,iBAAiBA,EAAE,MAAM,GAAG,OAAO;IACnC,uBAAuBA,EAAE,MAAM,GAAG,OAAO;IAEzC,4BAA4BA,EAAE,MAAM,GAAG,OAAO;IAC9C,kCAAkCA,EAAE,MAAM,GAAG,OAAO;IAGpD,qBAAqBA,EAAE,MAAM,GAAG,OAAO;IACvC,yBAAyBA,EAAE,MAAM,GAAG,OAAO;AAC7C"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/tooltip/tooltip.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/tooltip/tooltip.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zTooltip = z.object({\n enable: z.boolean().default(true).nullish(),\n borderColor: z.string().nullish(),\n borderWidth: z.number().nullish(),\n borderRadius: z.number().nullish(),\n padding: z.number().or(z.array(z.number()).length(4)).nullish(),\n backgroundColor: z.string().nullish(),\n lineHeight: z.number().nullish(),\n fontSize: z.number().nullish(),\n lineSpace: z.number().nullish(),\n keyColor: z.string().nullish(),\n valueColor: z.string().nullish(),\n titleColor: z.string().nullish(),\n})\n\nexport type TooltipConfig = z.infer<typeof zTooltip>\n\nexport type Tooltip = {\n /**\n * 提示信息功能是否开启\n * @default true\n */\n enable: boolean\n}\n"],"names":["zTooltip","z"],"mappings":";AAEO,MAAMA,WAAWC,EAAE,MAAM,CAAC;IAC/B,QAAQA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACzC,aAAaA,EAAE,MAAM,GAAG,OAAO;IAC/B,aAAaA,EAAE,MAAM,GAAG,OAAO;IAC/B,cAAcA,EAAE,MAAM,GAAG,OAAO;IAChC,SAASA,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,MAAM,CAAC,IAAI,OAAO;IAC7D,iBAAiBA,EAAE,MAAM,GAAG,OAAO;IACnC,YAAYA,EAAE,MAAM,GAAG,OAAO;IAC9B,UAAUA,EAAE,MAAM,GAAG,OAAO;IAC5B,WAAWA,EAAE,MAAM,GAAG,OAAO;IAC7B,UAAUA,EAAE,MAAM,GAAG,OAAO;IAC5B,YAAYA,EAAE,MAAM,GAAG,OAAO;IAC9B,YAAYA,EAAE,MAAM,GAAG,OAAO;AAChC"}
1
+ {"version":3,"file":"types/properties/config/tooltip/tooltip.js","sources":["../../../../../../src/types/properties/config/tooltip/tooltip.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zTooltip = z.object({\n enable: z.boolean().default(true).nullish(),\n borderColor: z.string().nullish(),\n borderWidth: z.number().nullish(),\n borderRadius: z.number().nullish(),\n padding: z.number().or(z.array(z.number()).length(4)).nullish(),\n backgroundColor: z.string().nullish(),\n lineHeight: z.number().nullish(),\n fontSize: z.number().nullish(),\n lineSpace: z.number().nullish(),\n keyColor: z.string().nullish(),\n valueColor: z.string().nullish(),\n titleColor: z.string().nullish(),\n})\n\nexport type TooltipConfig = z.infer<typeof zTooltip>\n\nexport type Tooltip = {\n /**\n * 提示信息功能是否开启\n * @default true\n */\n enable: boolean\n}\n"],"names":["zTooltip","z"],"mappings":";AAEO,MAAMA,WAAWC,EAAE,MAAM,CAAC;IAC/B,QAAQA,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,OAAO;IACzC,aAAaA,EAAE,MAAM,GAAG,OAAO;IAC/B,aAAaA,EAAE,MAAM,GAAG,OAAO;IAC/B,cAAcA,EAAE,MAAM,GAAG,OAAO;IAChC,SAASA,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,MAAM,CAAC,IAAI,OAAO;IAC7D,iBAAiBA,EAAE,MAAM,GAAG,OAAO;IACnC,YAAYA,EAAE,MAAM,GAAG,OAAO;IAC9B,UAAUA,EAAE,MAAM,GAAG,OAAO;IAC5B,WAAWA,EAAE,MAAM,GAAG,OAAO;IAC7B,UAAUA,EAAE,MAAM,GAAG,OAAO;IAC5B,YAAYA,EAAE,MAAM,GAAG,OAAO;IAC9B,YAAYA,EAAE,MAAM,GAAG,OAAO;AAChC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/config/whiskers/index.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/whiskers/index.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zWhiskersConfig = z.number().or(z.array(z.number())).default(1.5)\n\nexport type WhiskersConfig = z.infer<typeof zWhiskersConfig>\n"],"names":["zWhiskersConfig","z"],"mappings":";AAEO,MAAMA,kBAAkBC,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO,CAAC"}
1
+ {"version":3,"file":"types/properties/config/whiskers/index.js","sources":["../../../../../../src/types/properties/config/whiskers/index.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zWhiskersConfig = z.number().or(z.array(z.number())).default(1.5)\n\nexport type WhiskersConfig = z.infer<typeof zWhiskersConfig>\n"],"names":["zWhiskersConfig","z"],"mappings":";AAEO,MAAMA,kBAAkBC,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,KAAK,CAACA,EAAE,MAAM,KAAK,OAAO,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/dataset/dataset.js","sources":["webpack://@visactor/vseed/./src/types/properties/dataset/dataset.ts"],"sourcesContent":["import { z } from 'zod'\n\n/**\n * example dataset link:\n * [\n * { date: '2019', 20001:'type', profit:10, sales: null, },\n * { date: '2020', 20001:'type', profit:30, sales: -1.1, },\n * { date: '2021', 20001:'type', profit:30, sales: 1, },\n * { date: '2023', 20001:'type', profit:40, sales: undefined, },\n * { date: '2022', 20001:'type', profit:50, sales: 100, },\n * ]\n */\nexport const zDatum = z.record(z.string().or(z.number()), z.any())\nexport const zDataset = z.array(zDatum)\n\nexport type Datum = z.infer<typeof zDatum>\nexport type Dataset = z.infer<typeof zDataset>\n"],"names":["zDatum","z","zDataset"],"mappings":";AAYO,MAAMA,SAASC,EAAE,MAAM,CAACA,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,MAAM,KAAKA,EAAE,GAAG;AACxD,MAAMC,WAAWD,EAAE,KAAK,CAACD"}
1
+ {"version":3,"file":"types/properties/dataset/dataset.js","sources":["../../../../../src/types/properties/dataset/dataset.ts"],"sourcesContent":["import { z } from 'zod'\n\n/**\n * example dataset link:\n * [\n * { date: '2019', 20001:'type', profit:10, sales: null, },\n * { date: '2020', 20001:'type', profit:30, sales: -1.1, },\n * { date: '2021', 20001:'type', profit:30, sales: 1, },\n * { date: '2023', 20001:'type', profit:40, sales: undefined, },\n * { date: '2022', 20001:'type', profit:50, sales: 100, },\n * ]\n */\nexport const zDatum = z.record(z.string().or(z.number()), z.any())\nexport const zDataset = z.array(zDatum)\n\nexport type Datum = z.infer<typeof zDatum>\nexport type Dataset = z.infer<typeof zDataset>\n"],"names":["zDatum","z","zDataset"],"mappings":";AAYO,MAAMA,SAASC,EAAE,MAAM,CAACA,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,MAAM,KAAKA,EAAE,GAAG;AACxD,MAAMC,WAAWD,EAAE,KAAK,CAACD"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/datasetReshapeInfo/zDatasetReshapeInfo.js","sources":["webpack://@visactor/vseed/./src/types/properties/datasetReshapeInfo/zDatasetReshapeInfo.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zFoldInfo = z.object({\n foldMap: z.record(z.string(), z.string().or(z.undefined())),\n statistics: z.object({\n min: z.number(),\n max: z.number(),\n sum: z.number(),\n count: z.number(),\n colorMin: z.number(),\n colorMax: z.number(),\n }),\n measureId: z.string(),\n measureName: z.string(),\n measureValue: z.string(),\n})\nexport const zUnfoldInfo = z.object({\n encodingX: z.string(),\n encodingY: z.string(),\n encodingColor: z.string(),\n encodingColorId: z.string(),\n encodingDetail: z.string(),\n encodingAngle: z.string(),\n colorItems: z.array(z.string()),\n colorIdMap: z.record(z.string(), z.object({ id: z.string(), alias: z.string() })),\n})\n\nexport const zDatasetReshapeInfo = z.array(\n z.object({\n id: z.string(),\n index: z.number(),\n foldInfo: zFoldInfo,\n foldInfoList: z.array(zFoldInfo).nullish(),\n unfoldInfo: zUnfoldInfo,\n }),\n)\n"],"names":["zFoldInfo","z","zUnfoldInfo","zDatasetReshapeInfo"],"mappings":";AAEO,MAAMA,YAAYC,EAAE,MAAM,CAAC;IAChC,SAASA,EAAE,MAAM,CAACA,EAAE,MAAM,IAAIA,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,SAAS;IACvD,YAAYA,EAAE,MAAM,CAAC;QACnB,KAAKA,EAAE,MAAM;QACb,KAAKA,EAAE,MAAM;QACb,KAAKA,EAAE,MAAM;QACb,OAAOA,EAAE,MAAM;QACf,UAAUA,EAAE,MAAM;QAClB,UAAUA,EAAE,MAAM;IACpB;IACA,WAAWA,EAAE,MAAM;IACnB,aAAaA,EAAE,MAAM;IACrB,cAAcA,EAAE,MAAM;AACxB;AACO,MAAMC,cAAcD,EAAE,MAAM,CAAC;IAClC,WAAWA,EAAE,MAAM;IACnB,WAAWA,EAAE,MAAM;IACnB,eAAeA,EAAE,MAAM;IACvB,iBAAiBA,EAAE,MAAM;IACzB,gBAAgBA,EAAE,MAAM;IACxB,eAAeA,EAAE,MAAM;IACvB,YAAYA,EAAE,KAAK,CAACA,EAAE,MAAM;IAC5B,YAAYA,EAAE,MAAM,CAACA,EAAE,MAAM,IAAIA,EAAE,MAAM,CAAC;QAAE,IAAIA,EAAE,MAAM;QAAI,OAAOA,EAAE,MAAM;IAAG;AAChF;AAEO,MAAME,sBAAsBF,EAAE,KAAK,CACxCA,EAAE,MAAM,CAAC;IACP,IAAIA,EAAE,MAAM;IACZ,OAAOA,EAAE,MAAM;IACf,UAAUD;IACV,cAAcC,EAAE,KAAK,CAACD,WAAW,OAAO;IACxC,YAAYE;AACd"}
1
+ {"version":3,"file":"types/properties/datasetReshapeInfo/zDatasetReshapeInfo.js","sources":["../../../../../src/types/properties/datasetReshapeInfo/zDatasetReshapeInfo.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zFoldInfo = z.object({\n foldMap: z.record(z.string(), z.string().or(z.undefined())),\n statistics: z.object({\n min: z.number(),\n max: z.number(),\n sum: z.number(),\n count: z.number(),\n colorMin: z.number(),\n colorMax: z.number(),\n }),\n measureId: z.string(),\n measureName: z.string(),\n measureValue: z.string(),\n})\nexport const zUnfoldInfo = z.object({\n encodingX: z.string(),\n encodingY: z.string(),\n encodingColor: z.string(),\n encodingColorId: z.string(),\n encodingDetail: z.string(),\n encodingAngle: z.string(),\n colorItems: z.array(z.string()),\n colorIdMap: z.record(z.string(), z.object({ id: z.string(), alias: z.string() })),\n})\n\nexport const zDatasetReshapeInfo = z.array(\n z.object({\n id: z.string(),\n index: z.number(),\n foldInfo: zFoldInfo,\n foldInfoList: z.array(zFoldInfo).nullish(),\n unfoldInfo: zUnfoldInfo,\n }),\n)\n"],"names":["zFoldInfo","z","zUnfoldInfo","zDatasetReshapeInfo"],"mappings":";AAEO,MAAMA,YAAYC,EAAE,MAAM,CAAC;IAChC,SAASA,EAAE,MAAM,CAACA,EAAE,MAAM,IAAIA,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,SAAS;IACvD,YAAYA,EAAE,MAAM,CAAC;QACnB,KAAKA,EAAE,MAAM;QACb,KAAKA,EAAE,MAAM;QACb,KAAKA,EAAE,MAAM;QACb,OAAOA,EAAE,MAAM;QACf,UAAUA,EAAE,MAAM;QAClB,UAAUA,EAAE,MAAM;IACpB;IACA,WAAWA,EAAE,MAAM;IACnB,aAAaA,EAAE,MAAM;IACrB,cAAcA,EAAE,MAAM;AACxB;AACO,MAAMC,cAAcD,EAAE,MAAM,CAAC;IAClC,WAAWA,EAAE,MAAM;IACnB,WAAWA,EAAE,MAAM;IACnB,eAAeA,EAAE,MAAM;IACvB,iBAAiBA,EAAE,MAAM;IACzB,gBAAgBA,EAAE,MAAM;IACxB,eAAeA,EAAE,MAAM;IACvB,YAAYA,EAAE,KAAK,CAACA,EAAE,MAAM;IAC5B,YAAYA,EAAE,MAAM,CAACA,EAAE,MAAM,IAAIA,EAAE,MAAM,CAAC;QAAE,IAAIA,EAAE,MAAM;QAAI,OAAOA,EAAE,MAAM;IAAG;AAChF;AAEO,MAAME,sBAAsBF,EAAE,KAAK,CACxCA,EAAE,MAAM,CAAC;IACP,IAAIA,EAAE,MAAM;IACZ,OAAOA,EAAE,MAAM;IACf,UAAUD;IACV,cAAcC,EAAE,KAAK,CAACD,WAAW,OAAO;IACxC,YAAYE;AACd"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/dimensions/zDimensions.js","sources":["webpack://@visactor/vseed/./src/types/properties/dimensions/zDimensions.ts"],"sourcesContent":["import { z } from 'zod'\nimport type { DimensionGroup } from './dimensions'\n\nexport const zDimension = z.object({\n id: z.string(),\n alias: z.string().optional(),\n encoding: z.enum(['xAxis', 'yAxis', 'angle', 'color', 'detail', 'tooltip', 'label', 'row', 'column']).optional(),\n})\nexport const zDimensionGroup: z.ZodType<DimensionGroup> = z.object({\n id: z.string(),\n alias: z.string().optional(),\n get children() {\n return z.array(zDimensionGroup.or(zDimension)).optional()\n },\n})\nexport const zDimensions = z.array(zDimension)\nexport const zDimensionTree = z.array(zDimensionGroup.or(zDimension))\n"],"names":["zDimension","z","zDimensionGroup","zDimensions","zDimensionTree"],"mappings":";AAGO,MAAMA,aAAaC,EAAE,MAAM,CAAC;IACjC,IAAIA,EAAE,MAAM;IACZ,OAAOA,EAAE,MAAM,GAAG,QAAQ;IAC1B,UAAUA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAS;QAAS;QAAS;QAAS;QAAU;QAAW;QAAS;QAAO;KAAS,EAAE,QAAQ;AAChH;AACO,MAAMC,kBAA6CD,EAAE,MAAM,CAAC;IACjE,IAAIA,EAAE,MAAM;IACZ,OAAOA,EAAE,MAAM,GAAG,QAAQ;IAC1B,IAAI,YAAW;QACb,OAAOA,EAAE,KAAK,CAACC,gBAAgB,EAAE,CAACF,aAAa,QAAQ;IACzD;AACF;AACO,MAAMG,cAAcF,EAAE,KAAK,CAACD;AAC5B,MAAMI,iBAAiBH,EAAE,KAAK,CAACC,gBAAgB,EAAE,CAACF"}
1
+ {"version":3,"file":"types/properties/dimensions/zDimensions.js","sources":["../../../../../src/types/properties/dimensions/zDimensions.ts"],"sourcesContent":["import { z } from 'zod'\nimport type { DimensionGroup } from './dimensions'\n\nexport const zDimension = z.object({\n id: z.string(),\n alias: z.string().optional(),\n encoding: z.enum(['xAxis', 'yAxis', 'angle', 'color', 'detail', 'tooltip', 'label', 'row', 'column']).optional(),\n})\nexport const zDimensionGroup: z.ZodType<DimensionGroup> = z.object({\n id: z.string(),\n alias: z.string().optional(),\n get children() {\n return z.array(zDimensionGroup.or(zDimension)).optional()\n },\n})\nexport const zDimensions = z.array(zDimension)\nexport const zDimensionTree = z.array(zDimensionGroup.or(zDimension))\n"],"names":["zDimension","z","zDimensionGroup","zDimensions","zDimensionTree"],"mappings":";AAGO,MAAMA,aAAaC,EAAE,MAAM,CAAC;IACjC,IAAIA,EAAE,MAAM;IACZ,OAAOA,EAAE,MAAM,GAAG,QAAQ;IAC1B,UAAUA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAS;QAAS;QAAS;QAAS;QAAU;QAAW;QAAS;QAAO;KAAS,EAAE,QAAQ;AAChH;AACO,MAAMC,kBAA6CD,EAAE,MAAM,CAAC;IACjE,IAAIA,EAAE,MAAM;IACZ,OAAOA,EAAE,MAAM,GAAG,QAAQ;IAC1B,IAAI,YAAW;QACb,OAAOA,EAAE,KAAK,CAACC,gBAAgB,EAAE,CAACF,aAAa,QAAQ;IACzD;AACF;AACO,MAAMG,cAAcF,EAAE,KAAK,CAACD;AAC5B,MAAMI,iBAAiBH,EAAE,KAAK,CAACC,gBAAgB,EAAE,CAACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/encoding/zDimensionEncoding.js","sources":["webpack://@visactor/vseed/./src/types/properties/encoding/zDimensionEncoding.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zDimensionEncoding = z.enum([\n 'xAxis',\n 'yAxis',\n 'angle',\n 'color',\n 'detail',\n 'tooltip',\n 'label',\n 'row',\n 'column',\n])\n\nexport const DimensionEncodingEnum = {\n xAxis: 'xAxis',\n yAxis: 'yAxis',\n angle: 'angle',\n color: 'color',\n detail: 'detail',\n tooltip: 'tooltip',\n label: 'label',\n row: 'row',\n column: 'column',\n} as const\n"],"names":["zDimensionEncoding","z","DimensionEncodingEnum"],"mappings":";AAEO,MAAMA,qBAAqBC,CAAC,CAADA,OAAM,CAAC;IACvC;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;CACD;AAEM,MAAMC,wBAAwB;IACnC,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,QAAQ;IACR,SAAS;IACT,OAAO;IACP,KAAK;IACL,QAAQ;AACV"}
1
+ {"version":3,"file":"types/properties/encoding/zDimensionEncoding.js","sources":["../../../../../src/types/properties/encoding/zDimensionEncoding.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zDimensionEncoding = z.enum([\n 'xAxis',\n 'yAxis',\n 'angle',\n 'color',\n 'detail',\n 'tooltip',\n 'label',\n 'row',\n 'column',\n])\n\nexport const DimensionEncodingEnum = {\n xAxis: 'xAxis',\n yAxis: 'yAxis',\n angle: 'angle',\n color: 'color',\n detail: 'detail',\n tooltip: 'tooltip',\n label: 'label',\n row: 'row',\n column: 'column',\n} as const\n"],"names":["zDimensionEncoding","z","DimensionEncodingEnum"],"mappings":";AAEO,MAAMA,qBAAqBC,CAAC,CAADA,OAAM,CAAC;IACvC;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;CACD;AAEM,MAAMC,wBAAwB;IACnC,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,QAAQ;IACR,SAAS;IACT,OAAO;IACP,KAAK;IACL,QAAQ;AACV"}
@@ -11,7 +11,7 @@ const zEncoding = z.object({
11
11
  label: z.array(z.string()).nullish(),
12
12
  row: z.array(z.string()).nullish(),
13
13
  column: z.array(z.string()).nullish(),
14
- group: z.array(z.string()).nullish().describe("\u5DF2\u5F03\u7528, \u8BF7\u4F7F\u7528\u989C\u8272\u66FF\u4EE3"),
14
+ group: z.array(z.string()).nullish().describe('已弃用, 请使用颜色替代'),
15
15
  value: z.array(z.string()).nullish(),
16
16
  q1: z.array(z.string()).nullish(),
17
17
  q3: z.array(z.string()).nullish(),
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/encoding/zEncoding.js","sources":["webpack://@visactor/vseed/./src/types/properties/encoding/zEncoding.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zEncoding = z.object({\n x: z.array(z.string()).nullish(),\n y: z.array(z.string()).nullish(),\n angle: z.array(z.string()).nullish(),\n radius: z.array(z.string()).nullish(),\n detail: z.array(z.string()).nullish(),\n\n color: z.array(z.string()).nullish(),\n size: z.array(z.string()).nullish(),\n tooltip: z.array(z.string()).nullish(),\n label: z.array(z.string()).nullish(),\n\n row: z.array(z.string()).nullish(),\n column: z.array(z.string()).nullish(),\n\n group: z.array(z.string()).nullish().describe('已弃用, 请使用颜色替代'),\n value: z.array(z.string()).nullish(),\n q1: z.array(z.string()).nullish(),\n q3: z.array(z.string()).nullish(),\n median: z.array(z.string()).nullish(),\n min: z.array(z.string()).nullish(),\n max: z.array(z.string()).nullish(),\n outliers: z.array(z.string()).nullish(),\n\n x0: z.array(z.string()).nullish(),\n x1: z.array(z.string()).nullish(),\n})\n\n/**\n * @description 仅VSeed内AdvancedVSeed使用此结构, 其余场景请使用DimensionEncodingEnum、MeasureEncodingEnum\n */\nexport const EncodingEnum = {\n x: 'x',\n y: 'y',\n angle: 'angle',\n radius: 'radius',\n detail: 'detail',\n\n color: 'color',\n size: 'size',\n tooltip: 'tooltip',\n label: 'label',\n\n row: 'row',\n column: 'column',\n\n group: 'group',\n} as const\n"],"names":["zEncoding","z","EncodingEnum"],"mappings":";AAEO,MAAMA,YAAYC,EAAE,MAAM,CAAC;IAChC,GAAGA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAC9B,GAAGA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAC9B,OAAOA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAClC,QAAQA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IACnC,QAAQA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAEnC,OAAOA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAClC,MAAMA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IACjC,SAASA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IACpC,OAAOA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAElC,KAAKA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAChC,QAAQA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAEnC,OAAOA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO,GAAG,QAAQ,CAAC;IAC9C,OAAOA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAClC,IAAIA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAC/B,IAAIA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAC/B,QAAQA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IACnC,KAAKA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAChC,KAAKA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAChC,UAAUA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAErC,IAAIA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAC/B,IAAIA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;AACjC;AAKO,MAAMC,eAAe;IAC1B,GAAG;IACH,GAAG;IACH,OAAO;IACP,QAAQ;IACR,QAAQ;IAER,OAAO;IACP,MAAM;IACN,SAAS;IACT,OAAO;IAEP,KAAK;IACL,QAAQ;IAER,OAAO;AACT"}
1
+ {"version":3,"file":"types/properties/encoding/zEncoding.js","sources":["../../../../../src/types/properties/encoding/zEncoding.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zEncoding = z.object({\n x: z.array(z.string()).nullish(),\n y: z.array(z.string()).nullish(),\n angle: z.array(z.string()).nullish(),\n radius: z.array(z.string()).nullish(),\n detail: z.array(z.string()).nullish(),\n\n color: z.array(z.string()).nullish(),\n size: z.array(z.string()).nullish(),\n tooltip: z.array(z.string()).nullish(),\n label: z.array(z.string()).nullish(),\n\n row: z.array(z.string()).nullish(),\n column: z.array(z.string()).nullish(),\n\n group: z.array(z.string()).nullish().describe('已弃用, 请使用颜色替代'),\n value: z.array(z.string()).nullish(),\n q1: z.array(z.string()).nullish(),\n q3: z.array(z.string()).nullish(),\n median: z.array(z.string()).nullish(),\n min: z.array(z.string()).nullish(),\n max: z.array(z.string()).nullish(),\n outliers: z.array(z.string()).nullish(),\n\n x0: z.array(z.string()).nullish(),\n x1: z.array(z.string()).nullish(),\n})\n\n/**\n * @description 仅VSeed内AdvancedVSeed使用此结构, 其余场景请使用DimensionEncodingEnum、MeasureEncodingEnum\n */\nexport const EncodingEnum = {\n x: 'x',\n y: 'y',\n angle: 'angle',\n radius: 'radius',\n detail: 'detail',\n\n color: 'color',\n size: 'size',\n tooltip: 'tooltip',\n label: 'label',\n\n row: 'row',\n column: 'column',\n\n group: 'group',\n} as const\n"],"names":["zEncoding","z","EncodingEnum"],"mappings":";AAEO,MAAMA,YAAYC,EAAE,MAAM,CAAC;IAChC,GAAGA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAC9B,GAAGA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAC9B,OAAOA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAClC,QAAQA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IACnC,QAAQA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAEnC,OAAOA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAClC,MAAMA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IACjC,SAASA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IACpC,OAAOA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAElC,KAAKA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAChC,QAAQA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAEnC,OAAOA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO,GAAG,QAAQ,CAAC;IAC9C,OAAOA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAClC,IAAIA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAC/B,IAAIA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAC/B,QAAQA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IACnC,KAAKA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAChC,KAAKA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAChC,UAAUA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAErC,IAAIA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;IAC/B,IAAIA,EAAE,KAAK,CAACA,EAAE,MAAM,IAAI,OAAO;AACjC;AAKO,MAAMC,eAAe;IAC1B,GAAG;IACH,GAAG;IACH,OAAO;IACP,QAAQ;IACR,QAAQ;IAER,OAAO;IACP,MAAM;IACN,SAAS;IACT,OAAO;IAEP,KAAK;IACL,QAAQ;IAER,OAAO;AACT"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/encoding/zMeasureEncoding.js","sources":["webpack://@visactor/vseed/./src/types/properties/encoding/zMeasureEncoding.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zMeasureEncoding = z.enum([\n 'primaryYAxis',\n 'secondaryYAxis',\n 'xAxis',\n 'yAxis',\n 'angle',\n 'radius',\n 'size',\n 'color',\n 'detail',\n 'column',\n 'label',\n 'tooltip',\n])\n\nexport const MeasureEncodingEnum = {\n primaryYAxis: 'primaryYAxis',\n secondaryYAxis: 'secondaryYAxis',\n xAxis: 'xAxis',\n yAxis: 'yAxis',\n angle: 'angle',\n radius: 'radius',\n size: 'size',\n color: 'color',\n detail: 'detail',\n column: 'column',\n label: 'label',\n tooltip: 'tooltip',\n} as const\n"],"names":["zMeasureEncoding","z","MeasureEncodingEnum"],"mappings":";AAEO,MAAMA,mBAAmBC,CAAC,CAADA,OAAM,CAAC;IACrC;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;CACD;AAEM,MAAMC,sBAAsB;IACjC,cAAc;IACd,gBAAgB;IAChB,OAAO;IACP,OAAO;IACP,OAAO;IACP,QAAQ;IACR,MAAM;IACN,OAAO;IACP,QAAQ;IACR,QAAQ;IACR,OAAO;IACP,SAAS;AACX"}
1
+ {"version":3,"file":"types/properties/encoding/zMeasureEncoding.js","sources":["../../../../../src/types/properties/encoding/zMeasureEncoding.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport const zMeasureEncoding = z.enum([\n 'primaryYAxis',\n 'secondaryYAxis',\n 'xAxis',\n 'yAxis',\n 'angle',\n 'radius',\n 'size',\n 'color',\n 'detail',\n 'column',\n 'label',\n 'tooltip',\n])\n\nexport const MeasureEncodingEnum = {\n primaryYAxis: 'primaryYAxis',\n secondaryYAxis: 'secondaryYAxis',\n xAxis: 'xAxis',\n yAxis: 'yAxis',\n angle: 'angle',\n radius: 'radius',\n size: 'size',\n color: 'color',\n detail: 'detail',\n column: 'column',\n label: 'label',\n tooltip: 'tooltip',\n} as const\n"],"names":["zMeasureEncoding","z","MeasureEncodingEnum"],"mappings":";AAEO,MAAMA,mBAAmBC,CAAC,CAADA,OAAM,CAAC;IACrC;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;CACD;AAEM,MAAMC,sBAAsB;IACjC,cAAc;IACd,gBAAgB;IAChB,OAAO;IACP,OAAO;IACP,OAAO;IACP,QAAQ;IACR,MAAM;IACN,OAAO;IACP,QAAQ;IACR,QAAQ;IACR,OAAO;IACP,SAAS;AACX"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/format/numFormat.js","sources":["webpack://@visactor/vseed/./src/types/properties/format/numFormat.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport interface NumFormat {\n /**\n * @description 数字格式化类型, 支持数值(十进制)、百分比(%)、千分比(‰)、科学计数法\n * @default 'number'\n */\n type?: 'number' | 'percent' | 'permille' | 'scientific'\n\n /**\n * @description 数值格式化比例, 不能为0\n * @default 1\n * @example\n * - 100000 转换为 10万, ratio:10000, symbol:\"万\"\n * - 100000 转换为 10K, ratio:1000, symbol:\"K\"\n */\n ratio?: number\n\n /**\n * @description 数值格式化符号, 例如%、‰\n * @default ''\n * @example\n * - 100000 转换为 10万, ratio:10000, symbol:\"万\"\n * - 100000 转换为 10K, ratio:1000, symbol:\"K\"\n */\n symbol?: string\n\n /**\n * @description 数值格式化千分位分隔符\n * @default true\n */\n thousandSeparator?: boolean\n\n /**\n * @description 数值格式化后缀\n * @default ''\n */\n suffix?: string\n /**\n * @description 数值格式化前缀\n * @default ''\n */\n prefix?: string\n\n /**\n * @description 数值格式化小数位, 使用浏览器提供的 Intl.NumberFormat 中的 minimumFractionDigits 和 maximumFractionDigits 进行格式化, 优先级低于 significantDigits\n * @default 2\n * @example\n * - 1234.5678 转换为 1235, fractionDigits:0 (roundingMode:halfCeil)\n * - 1234.5678 转换为 1234.6, fractionDigits:1 (roundingMode:halfCeil)\n * - 1234.5678 转换为 1234.57, fractionDigits:2 (roundingMode:halfCeil)\n * - 1234.5678 转换为 1230.568, fractionDigits:3 (roundingMode:halfCeil)\n * - 1234.5678 转换为 1234.5678, fractionDigits:4 (roundingMode:halfCeil)\n * - 1234.5678 转换为 1234.56780, fractionDigits:5 (roundingMode:halfCeil)\n */\n fractionDigits?: number\n\n /**\n * @description 数值格式化有效位, 使用浏览器提供的 Intl.NumberFormat 中的 minimumSignificantDigits 和 maximumSignificantDigits 进行格式化, 优先级高于 fractionDigits\n * @default undefined\n * @example\n * - 1234.5678 转换为 1000, significantDigits:1\n * - 1234.5678 转换为 1200, significantDigits:2\n * - 1234.5678 转换为 1230, significantDigits:3\n * - 1234.5678 转换为 1234, significantDigits:4\n * - 1234.5678 转换为 1234.6, significantDigits:5 (roundingMode:halfCeil)\n * - 1234.5678 转换为 1234.57, significantDigits:6 (roundingMode:halfCeil)\n * - 1234.5678 转换为 1234.568, significantDigits:7 (roundingMode:halfCeil)\n * - 1234.5678 转换为 1234.5678, significantDigits:8 (roundingMode:halfCeil)\n */\n significantDigits?: number\n\n /**\n * @description 数值格式化舍入优先级, 处理同时设置了 significantDigits 和 fractionDigits 时的舍入优先级, 使用浏览器提供的 Intl.NumberFormat 进行格式化, 规则同 Intl.NumberFormat 中的 roundingPriority\n * @default 'morePrecision'\n * @example\n * - 1234.5678 转换为 1230, significantDigits:3 (roundingPriority:lessPrecision)\n * - 1234.5678 转换为 1234.5678, significantDigits:3 (roundingPriority:morePrecision)\n */\n roundingPriority?: 'morePrecision' | 'lessPrecision'\n\n /**\n * @description 数值格式化舍入模式, 使用浏览器提供的 Intl.NumberFormat 进行格式化, 规则同 Intl.NumberFormat 中的 roundingMode\n * @default 'halfExpand'\n * @example\n */\n roundingMode?:\n | 'floor'\n | 'ceil'\n | 'expand'\n | 'trunc'\n | 'halfCeil'\n | 'halfFloor'\n | 'halfExpand'\n | 'halfTrunc'\n | 'halfEven'\n}\n\nexport const zNumFormat = z\n .object({\n type: z.enum(['number', 'percent', 'permille', 'scientific']).default('number').optional(),\n ratio: z.number().default(1).optional(),\n symbol: z.string().default('').optional(),\n thousandSeparator: z.boolean().default(false).optional(),\n prefix: z.string().default('').optional(),\n suffix: z.string().default('').optional(),\n\n fractionDigits: z.number().default(2).optional(),\n significantDigits: z.number().default(0).optional(),\n roundingPriority: z.enum(['morePrecision', 'lessPrecision']).default('morePrecision').optional(),\n roundingMode: z\n .enum(['floor', 'ceil', 'halfEven', 'expand', 'trunc', 'halfFloor', 'halfCeil', 'halfExpand', 'halfTrunc'])\n .default('halfCeil')\n .optional(),\n })\n .optional()\n"],"names":["zNumFormat","z"],"mappings":";AAkGO,MAAMA,aAAaC,EAAAA,MACjB,CAAC;IACN,MAAMA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAU;QAAW;QAAY;KAAa,EAAE,OAAO,CAAC,UAAU,QAAQ;IACxF,OAAOA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,QAAQ;IACrC,QAAQA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,QAAQ;IACvC,mBAAmBA,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,QAAQ;IACtD,QAAQA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,QAAQ;IACvC,QAAQA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,QAAQ;IAEvC,gBAAgBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,QAAQ;IAC9C,mBAAmBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,QAAQ;IACjD,kBAAkBA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAiB;KAAgB,EAAE,OAAO,CAAC,iBAAiB,QAAQ;IAC9F,cAAcA,CAAC,CAADA,OACP,CAAC;QAAC;QAAS;QAAQ;QAAY;QAAU;QAAS;QAAa;QAAY;QAAc;KAAY,EACzG,OAAO,CAAC,YACR,QAAQ;AACb,GACC,QAAQ"}
1
+ {"version":3,"file":"types/properties/format/numFormat.js","sources":["../../../../../src/types/properties/format/numFormat.ts"],"sourcesContent":["import { z } from 'zod'\n\nexport interface NumFormat {\n /**\n * @description 数字格式化类型, 支持数值(十进制)、百分比(%)、千分比(‰)、科学计数法\n * @default 'number'\n */\n type?: 'number' | 'percent' | 'permille' | 'scientific'\n\n /**\n * @description 数值格式化比例, 不能为0\n * @default 1\n * @example\n * - 100000 转换为 10万, ratio:10000, symbol:\"万\"\n * - 100000 转换为 10K, ratio:1000, symbol:\"K\"\n */\n ratio?: number\n\n /**\n * @description 数值格式化符号, 例如%、‰\n * @default ''\n * @example\n * - 100000 转换为 10万, ratio:10000, symbol:\"万\"\n * - 100000 转换为 10K, ratio:1000, symbol:\"K\"\n */\n symbol?: string\n\n /**\n * @description 数值格式化千分位分隔符\n * @default true\n */\n thousandSeparator?: boolean\n\n /**\n * @description 数值格式化后缀\n * @default ''\n */\n suffix?: string\n /**\n * @description 数值格式化前缀\n * @default ''\n */\n prefix?: string\n\n /**\n * @description 数值格式化小数位, 使用浏览器提供的 Intl.NumberFormat 中的 minimumFractionDigits 和 maximumFractionDigits 进行格式化, 优先级低于 significantDigits\n * @default 2\n * @example\n * - 1234.5678 转换为 1235, fractionDigits:0 (roundingMode:halfCeil)\n * - 1234.5678 转换为 1234.6, fractionDigits:1 (roundingMode:halfCeil)\n * - 1234.5678 转换为 1234.57, fractionDigits:2 (roundingMode:halfCeil)\n * - 1234.5678 转换为 1230.568, fractionDigits:3 (roundingMode:halfCeil)\n * - 1234.5678 转换为 1234.5678, fractionDigits:4 (roundingMode:halfCeil)\n * - 1234.5678 转换为 1234.56780, fractionDigits:5 (roundingMode:halfCeil)\n */\n fractionDigits?: number\n\n /**\n * @description 数值格式化有效位, 使用浏览器提供的 Intl.NumberFormat 中的 minimumSignificantDigits 和 maximumSignificantDigits 进行格式化, 优先级高于 fractionDigits\n * @default undefined\n * @example\n * - 1234.5678 转换为 1000, significantDigits:1\n * - 1234.5678 转换为 1200, significantDigits:2\n * - 1234.5678 转换为 1230, significantDigits:3\n * - 1234.5678 转换为 1234, significantDigits:4\n * - 1234.5678 转换为 1234.6, significantDigits:5 (roundingMode:halfCeil)\n * - 1234.5678 转换为 1234.57, significantDigits:6 (roundingMode:halfCeil)\n * - 1234.5678 转换为 1234.568, significantDigits:7 (roundingMode:halfCeil)\n * - 1234.5678 转换为 1234.5678, significantDigits:8 (roundingMode:halfCeil)\n */\n significantDigits?: number\n\n /**\n * @description 数值格式化舍入优先级, 处理同时设置了 significantDigits 和 fractionDigits 时的舍入优先级, 使用浏览器提供的 Intl.NumberFormat 进行格式化, 规则同 Intl.NumberFormat 中的 roundingPriority\n * @default 'morePrecision'\n * @example\n * - 1234.5678 转换为 1230, significantDigits:3 (roundingPriority:lessPrecision)\n * - 1234.5678 转换为 1234.5678, significantDigits:3 (roundingPriority:morePrecision)\n */\n roundingPriority?: 'morePrecision' | 'lessPrecision'\n\n /**\n * @description 数值格式化舍入模式, 使用浏览器提供的 Intl.NumberFormat 进行格式化, 规则同 Intl.NumberFormat 中的 roundingMode\n * @default 'halfExpand'\n * @example\n */\n roundingMode?:\n | 'floor'\n | 'ceil'\n | 'expand'\n | 'trunc'\n | 'halfCeil'\n | 'halfFloor'\n | 'halfExpand'\n | 'halfTrunc'\n | 'halfEven'\n}\n\nexport const zNumFormat = z\n .object({\n type: z.enum(['number', 'percent', 'permille', 'scientific']).default('number').optional(),\n ratio: z.number().default(1).optional(),\n symbol: z.string().default('').optional(),\n thousandSeparator: z.boolean().default(false).optional(),\n prefix: z.string().default('').optional(),\n suffix: z.string().default('').optional(),\n\n fractionDigits: z.number().default(2).optional(),\n significantDigits: z.number().default(0).optional(),\n roundingPriority: z.enum(['morePrecision', 'lessPrecision']).default('morePrecision').optional(),\n roundingMode: z\n .enum(['floor', 'ceil', 'halfEven', 'expand', 'trunc', 'halfFloor', 'halfCeil', 'halfExpand', 'halfTrunc'])\n .default('halfCeil')\n .optional(),\n })\n .optional()\n"],"names":["zNumFormat","z"],"mappings":";AAkGO,MAAMA,aAAaC,EAAAA,MACjB,CAAC;IACN,MAAMA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAU;QAAW;QAAY;KAAa,EAAE,OAAO,CAAC,UAAU,QAAQ;IACxF,OAAOA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,QAAQ;IACrC,QAAQA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,QAAQ;IACvC,mBAAmBA,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,QAAQ;IACtD,QAAQA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,QAAQ;IACvC,QAAQA,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,QAAQ;IAEvC,gBAAgBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,QAAQ;IAC9C,mBAAmBA,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,QAAQ;IACjD,kBAAkBA,CAAC,CAADA,OAAM,CAAC;QAAC;QAAiB;KAAgB,EAAE,OAAO,CAAC,iBAAiB,QAAQ;IAC9F,cAAcA,CAAC,CAADA,OACP,CAAC;QAAC;QAAS;QAAQ;QAAY;QAAU;QAAS;QAAa;QAAY;QAAc;KAAY,EACzG,OAAO,CAAC,YACR,QAAQ;AACb,GACC,QAAQ"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/markStyle/barStyle.js","sources":["webpack://@visactor/vseed/./src/types/properties/markStyle/barStyle.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zSelector, zSelectors, type Selector, type Selectors } from '../../dataSelector'\n\nexport type BarStyle = {\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 * @description 柱图元(矩形图元)是否可见\n */\n barVisible?: boolean\n /**\n * @description 柱图元(矩形图元)颜色\n * @type {string}\n */\n barColor?: string\n /**\n * @description 柱图元(矩形图元)颜色透明度\n * @type {number}\n */\n barColorOpacity?: number\n /**\n * @description 柱图元(矩形图元)边框颜色\n * @type {string}\n */\n barBorderColor?: string\n /**\n * @description 柱图元(矩形图元)边框宽度\n * @type {number}\n */\n barBorderWidth?: number\n /**\n * @description 柱图元(矩形图元)边框样式\n * @type {number}\n * @example solid\n * @example dashed\n * @example dotted\n */\n barBorderStyle?: 'solid' | 'dashed' | 'dotted'\n /**\n * @description 柱图元(矩形图元)圆角\n * @type {number | number[]}\n * @example 4\n * @example [0, 0, 10, 10]\n */\n /**\n * @description 柱图元(矩形图元)描边透明度\n * @type {number}\n */\n barBorderOpacity?: number\n barRadius?: number | number[]\n}\n\nexport const zBarStyle = z.object({\n selector: z.union([zSelector, zSelectors]).nullish(),\n barVisible: z.boolean().nullish(),\n barColor: z.string().nullish(),\n barColorOpacity: z.number().nullish(),\n barBorderColor: z.string().nullish(),\n barBorderWidth: z.number().nullish(),\n barBorderStyle: z.union([z.literal('solid'), z.literal('dashed'), z.literal('dotted')]).nullish(),\n barRadius: z.union([z.number(), z.array(z.number())]).nullish(),\n})\n"],"names":["zBarStyle","z","zSelector","zSelectors"],"mappings":";;AAyFO,MAAMA,YAAYC,EAAE,MAAM,CAAC;IAChC,UAAUA,EAAE,KAAK,CAAC;QAACC;QAAWC;KAAW,EAAE,OAAO;IAClD,YAAYF,EAAE,OAAO,GAAG,OAAO;IAC/B,UAAUA,EAAE,MAAM,GAAG,OAAO;IAC5B,iBAAiBA,EAAE,MAAM,GAAG,OAAO;IACnC,gBAAgBA,EAAE,MAAM,GAAG,OAAO;IAClC,gBAAgBA,EAAE,MAAM,GAAG,OAAO;IAClC,gBAAgBA,EAAE,KAAK,CAAC;QAACA,EAAE,OAAO,CAAC;QAAUA,EAAE,OAAO,CAAC;QAAWA,EAAE,OAAO,CAAC;KAAU,EAAE,OAAO;IAC/F,WAAWA,EAAE,KAAK,CAAC;QAACA,EAAE,MAAM;QAAIA,EAAE,KAAK,CAACA,EAAE,MAAM;KAAI,EAAE,OAAO;AAC/D"}
1
+ {"version":3,"file":"types/properties/markStyle/barStyle.js","sources":["../../../../../src/types/properties/markStyle/barStyle.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zSelector, zSelectors, type Selector, type Selectors } from '../../dataSelector'\n\nexport type BarStyle = {\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 * @description 柱图元(矩形图元)是否可见\n */\n barVisible?: boolean\n /**\n * @description 柱图元(矩形图元)颜色\n * @type {string}\n */\n barColor?: string\n /**\n * @description 柱图元(矩形图元)颜色透明度\n * @type {number}\n */\n barColorOpacity?: number\n /**\n * @description 柱图元(矩形图元)边框颜色\n * @type {string}\n */\n barBorderColor?: string\n /**\n * @description 柱图元(矩形图元)边框宽度\n * @type {number}\n */\n barBorderWidth?: number\n /**\n * @description 柱图元(矩形图元)边框样式\n * @type {number}\n * @example solid\n * @example dashed\n * @example dotted\n */\n barBorderStyle?: 'solid' | 'dashed' | 'dotted'\n /**\n * @description 柱图元(矩形图元)圆角\n * @type {number | number[]}\n * @example 4\n * @example [0, 0, 10, 10]\n */\n /**\n * @description 柱图元(矩形图元)描边透明度\n * @type {number}\n */\n barBorderOpacity?: number\n barRadius?: number | number[]\n}\n\nexport const zBarStyle = z.object({\n selector: z.union([zSelector, zSelectors]).nullish(),\n barVisible: z.boolean().nullish(),\n barColor: z.string().nullish(),\n barColorOpacity: z.number().nullish(),\n barBorderColor: z.string().nullish(),\n barBorderWidth: z.number().nullish(),\n barBorderStyle: z.union([z.literal('solid'), z.literal('dashed'), z.literal('dotted')]).nullish(),\n barRadius: z.union([z.number(), z.array(z.number())]).nullish(),\n})\n"],"names":["zBarStyle","z","zSelector","zSelectors"],"mappings":";;AAyFO,MAAMA,YAAYC,EAAE,MAAM,CAAC;IAChC,UAAUA,EAAE,KAAK,CAAC;QAACC;QAAWC;KAAW,EAAE,OAAO;IAClD,YAAYF,EAAE,OAAO,GAAG,OAAO;IAC/B,UAAUA,EAAE,MAAM,GAAG,OAAO;IAC5B,iBAAiBA,EAAE,MAAM,GAAG,OAAO;IACnC,gBAAgBA,EAAE,MAAM,GAAG,OAAO;IAClC,gBAAgBA,EAAE,MAAM,GAAG,OAAO;IAClC,gBAAgBA,EAAE,KAAK,CAAC;QAACA,EAAE,OAAO,CAAC;QAAUA,EAAE,OAAO,CAAC;QAAWA,EAAE,OAAO,CAAC;KAAU,EAAE,OAAO;IAC/F,WAAWA,EAAE,KAAK,CAAC;QAACA,EAAE,MAAM;QAAIA,EAAE,KAAK,CAACA,EAAE,MAAM;KAAI,EAAE,OAAO;AAC/D"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/markStyle/boxPlotStyle.js","sources":["webpack://@visactor/vseed/./src/types/properties/markStyle/boxPlotStyle.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zSelector, zSelectors, type Selector, type Selectors } from '../../dataSelector'\n\nexport type BoxPlotStyle = {\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 * @description boxPlot图元是否可见\n */\n boxVisible?: boolean\n /**\n * @description boxPlot图元颜色\n * @type {string}\n */\n boxColor?: string\n /**\n * @description boxPlot图元颜色透明度\n * @type {number}\n */\n boxColorOpacity?: number\n /**\n * @description boxPlot图元边框颜色\n * @type {string}\n */\n boxBorderColor?: string\n /**\n * @description boxPlot图元边框宽度\n * @type {number}\n */\n boxBorderWidth?: number\n /**\n * @description boxPlot图元边框透明度\n * @type {number}\n */\n boxBorderOpacity?: number\n}\n\nexport const zBoxPlotStyle = z.object({\n selector: zSelector.or(zSelectors).nullish(),\n boxVisible: z.boolean().nullish(),\n boxColor: z.string().nullish(),\n boxColorOpacity: z.number().min(0).max(1).nullish(),\n boxBorderColor: z.string().nullish(),\n boxBorderWidth: z.number().min(0).nullish(),\n boxBorderOpacity: z.number().min(0).max(1).nullish(),\n})\n"],"names":["zBoxPlotStyle","z","zSelector","zSelectors"],"mappings":";;AA0EO,MAAMA,gBAAgBC,EAAE,MAAM,CAAC;IACpC,UAAUC,UAAU,EAAE,CAACC,YAAY,OAAO;IAC1C,YAAYF,EAAE,OAAO,GAAG,OAAO;IAC/B,UAAUA,EAAE,MAAM,GAAG,OAAO;IAC5B,iBAAiBA,EAAE,MAAM,GAAG,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,OAAO;IACjD,gBAAgBA,EAAE,MAAM,GAAG,OAAO;IAClC,gBAAgBA,EAAE,MAAM,GAAG,GAAG,CAAC,GAAG,OAAO;IACzC,kBAAkBA,EAAE,MAAM,GAAG,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,OAAO;AACpD"}
1
+ {"version":3,"file":"types/properties/markStyle/boxPlotStyle.js","sources":["../../../../../src/types/properties/markStyle/boxPlotStyle.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zSelector, zSelectors, type Selector, type Selectors } from '../../dataSelector'\n\nexport type BoxPlotStyle = {\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 * @description boxPlot图元是否可见\n */\n boxVisible?: boolean\n /**\n * @description boxPlot图元颜色\n * @type {string}\n */\n boxColor?: string\n /**\n * @description boxPlot图元颜色透明度\n * @type {number}\n */\n boxColorOpacity?: number\n /**\n * @description boxPlot图元边框颜色\n * @type {string}\n */\n boxBorderColor?: string\n /**\n * @description boxPlot图元边框宽度\n * @type {number}\n */\n boxBorderWidth?: number\n /**\n * @description boxPlot图元边框透明度\n * @type {number}\n */\n boxBorderOpacity?: number\n}\n\nexport const zBoxPlotStyle = z.object({\n selector: zSelector.or(zSelectors).nullish(),\n boxVisible: z.boolean().nullish(),\n boxColor: z.string().nullish(),\n boxColorOpacity: z.number().min(0).max(1).nullish(),\n boxBorderColor: z.string().nullish(),\n boxBorderWidth: z.number().min(0).nullish(),\n boxBorderOpacity: z.number().min(0).max(1).nullish(),\n})\n"],"names":["zBoxPlotStyle","z","zSelector","zSelectors"],"mappings":";;AA0EO,MAAMA,gBAAgBC,EAAE,MAAM,CAAC;IACpC,UAAUC,UAAU,EAAE,CAACC,YAAY,OAAO;IAC1C,YAAYF,EAAE,OAAO,GAAG,OAAO;IAC/B,UAAUA,EAAE,MAAM,GAAG,OAAO;IAC5B,iBAAiBA,EAAE,MAAM,GAAG,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,OAAO;IACjD,gBAAgBA,EAAE,MAAM,GAAG,OAAO;IAClC,gBAAgBA,EAAE,MAAM,GAAG,GAAG,CAAC,GAAG,OAAO;IACzC,kBAAkBA,EAAE,MAAM,GAAG,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,OAAO;AACpD"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/markStyle/lineStyle.js","sources":["webpack://@visactor/vseed/./src/types/properties/markStyle/lineStyle.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zSelector, zSelectors, type Selector, type Selectors } from '../../dataSelector'\n\nexport type LineStyle = {\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 * @description 线段是否可见\n */\n lineVisible?: boolean\n /**\n * @description 线段是否平滑\n * @type {boolean}\n */\n lineSmooth?: boolean\n\n /**\n * @description 线段颜色\n */\n lineColor?: string\n /**\n * @description 线段颜色透明度\n */\n lineColorOpacity?: number\n /**\n * @description 线段宽度\n */\n lineWidth?: number\n /**\n * @description 线段样式\n * @example `lineStyle: 'solid'`\n */\n lineStyle?: 'solid' | 'dashed' | 'dotted'\n}\n\nexport const zLineStyle = z.object({\n selector: z.union([zSelector, zSelectors]).nullish(),\n lineVisible: z.boolean().nullish(),\n lineSmooth: z.boolean().nullish(),\n lineColor: z.string().nullish(),\n lineColorOpacity: z.number().nullish(),\n lineWidth: z.number().nullish(),\n lineStyle: z.union([z.enum(['solid', 'dashed', 'dotted'])]).nullish(),\n})\n"],"names":["zLineStyle","z","zSelector","zSelectors"],"mappings":";;AAwEO,MAAMA,aAAaC,EAAE,MAAM,CAAC;IACjC,UAAUA,EAAE,KAAK,CAAC;QAACC;QAAWC;KAAW,EAAE,OAAO;IAClD,aAAaF,EAAE,OAAO,GAAG,OAAO;IAChC,YAAYA,EAAE,OAAO,GAAG,OAAO;IAC/B,WAAWA,EAAE,MAAM,GAAG,OAAO;IAC7B,kBAAkBA,EAAE,MAAM,GAAG,OAAO;IACpC,WAAWA,EAAE,MAAM,GAAG,OAAO;IAC7B,WAAWA,EAAE,KAAK,CAAC;QAACA,CAAC,CAADA,OAAM,CAAC;YAAC;YAAS;YAAU;SAAS;KAAE,EAAE,OAAO;AACrE"}
1
+ {"version":3,"file":"types/properties/markStyle/lineStyle.js","sources":["../../../../../src/types/properties/markStyle/lineStyle.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zSelector, zSelectors, type Selector, type Selectors } from '../../dataSelector'\n\nexport type LineStyle = {\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 * @description 线段是否可见\n */\n lineVisible?: boolean\n /**\n * @description 线段是否平滑\n * @type {boolean}\n */\n lineSmooth?: boolean\n\n /**\n * @description 线段颜色\n */\n lineColor?: string\n /**\n * @description 线段颜色透明度\n */\n lineColorOpacity?: number\n /**\n * @description 线段宽度\n */\n lineWidth?: number\n /**\n * @description 线段样式\n * @example `lineStyle: 'solid'`\n */\n lineStyle?: 'solid' | 'dashed' | 'dotted'\n}\n\nexport const zLineStyle = z.object({\n selector: z.union([zSelector, zSelectors]).nullish(),\n lineVisible: z.boolean().nullish(),\n lineSmooth: z.boolean().nullish(),\n lineColor: z.string().nullish(),\n lineColorOpacity: z.number().nullish(),\n lineWidth: z.number().nullish(),\n lineStyle: z.union([z.enum(['solid', 'dashed', 'dotted'])]).nullish(),\n})\n"],"names":["zLineStyle","z","zSelector","zSelectors"],"mappings":";;AAwEO,MAAMA,aAAaC,EAAE,MAAM,CAAC;IACjC,UAAUA,EAAE,KAAK,CAAC;QAACC;QAAWC;KAAW,EAAE,OAAO;IAClD,aAAaF,EAAE,OAAO,GAAG,OAAO;IAChC,YAAYA,EAAE,OAAO,GAAG,OAAO;IAC/B,WAAWA,EAAE,MAAM,GAAG,OAAO;IAC7B,kBAAkBA,EAAE,MAAM,GAAG,OAAO;IACpC,WAAWA,EAAE,MAAM,GAAG,OAAO;IAC7B,WAAWA,EAAE,KAAK,CAAC;QAACA,CAAC,CAADA,OAAM,CAAC;YAAC;YAAS;YAAU;SAAS;KAAE,EAAE,OAAO;AACrE"}
@@ -1 +1 @@
1
- {"version":3,"file":"types/properties/markStyle/markStyle.js","sources":["webpack://@visactor/vseed/./src/types/properties/markStyle/markStyle.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zBarStyle } from './barStyle'\nimport { zPointStyle } from './pointStyle'\nimport { zLineStyle } from './lineStyle'\nimport { zAreaStyle } from './zAreaStyle'\nimport { zBoxPlotStyle } from './boxPlotStyle'\nimport { zOutlierStyle } from './outlierStyle'\n\nexport const zMarkStyle = z.object({\n barStyle: zBarStyle.or(z.array(zBarStyle)).nullish(),\n pointStyle: zPointStyle.or(z.array(zPointStyle)).nullish(),\n lineStyle: zLineStyle.or(z.array(zLineStyle)).nullish(),\n areaStyle: zAreaStyle.or(z.array(zAreaStyle)).nullish(),\n boxPlotStyle: zBoxPlotStyle.or(z.array(zBoxPlotStyle)).nullish(),\n outlierStyle: zOutlierStyle.or(z.array(zOutlierStyle)).nullish(),\n})\n\nexport type MarkStyle = z.infer<typeof zMarkStyle>\n"],"names":["zMarkStyle","z","zBarStyle","zPointStyle","zLineStyle","zAreaStyle","zBoxPlotStyle","zOutlierStyle"],"mappings":";;;;;;;AAQO,MAAMA,aAAaC,EAAE,MAAM,CAAC;IACjC,UAAUC,UAAU,EAAE,CAACD,EAAE,KAAK,CAACC,YAAY,OAAO;IAClD,YAAYC,YAAY,EAAE,CAACF,EAAE,KAAK,CAACE,cAAc,OAAO;IACxD,WAAWC,WAAW,EAAE,CAACH,EAAE,KAAK,CAACG,aAAa,OAAO;IACrD,WAAWC,WAAW,EAAE,CAACJ,EAAE,KAAK,CAACI,aAAa,OAAO;IACrD,cAAcC,cAAc,EAAE,CAACL,EAAE,KAAK,CAACK,gBAAgB,OAAO;IAC9D,cAAcC,cAAc,EAAE,CAACN,EAAE,KAAK,CAACM,gBAAgB,OAAO;AAChE"}
1
+ {"version":3,"file":"types/properties/markStyle/markStyle.js","sources":["../../../../../src/types/properties/markStyle/markStyle.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zBarStyle } from './barStyle'\nimport { zPointStyle } from './pointStyle'\nimport { zLineStyle } from './lineStyle'\nimport { zAreaStyle } from './zAreaStyle'\nimport { zBoxPlotStyle } from './boxPlotStyle'\nimport { zOutlierStyle } from './outlierStyle'\n\nexport const zMarkStyle = z.object({\n barStyle: zBarStyle.or(z.array(zBarStyle)).nullish(),\n pointStyle: zPointStyle.or(z.array(zPointStyle)).nullish(),\n lineStyle: zLineStyle.or(z.array(zLineStyle)).nullish(),\n areaStyle: zAreaStyle.or(z.array(zAreaStyle)).nullish(),\n boxPlotStyle: zBoxPlotStyle.or(z.array(zBoxPlotStyle)).nullish(),\n outlierStyle: zOutlierStyle.or(z.array(zOutlierStyle)).nullish(),\n})\n\nexport type MarkStyle = z.infer<typeof zMarkStyle>\n"],"names":["zMarkStyle","z","zBarStyle","zPointStyle","zLineStyle","zAreaStyle","zBoxPlotStyle","zOutlierStyle"],"mappings":";;;;;;;AAQO,MAAMA,aAAaC,EAAE,MAAM,CAAC;IACjC,UAAUC,UAAU,EAAE,CAACD,EAAE,KAAK,CAACC,YAAY,OAAO;IAClD,YAAYC,YAAY,EAAE,CAACF,EAAE,KAAK,CAACE,cAAc,OAAO;IACxD,WAAWC,WAAW,EAAE,CAACH,EAAE,KAAK,CAACG,aAAa,OAAO;IACrD,WAAWC,WAAW,EAAE,CAACJ,EAAE,KAAK,CAACI,aAAa,OAAO;IACrD,cAAcC,cAAc,EAAE,CAACL,EAAE,KAAK,CAACK,gBAAgB,OAAO;IAC9D,cAAcC,cAAc,EAAE,CAACN,EAAE,KAAK,CAACM,gBAAgB,OAAO;AAChE"}