@visactor/vseed 0.1.44 → 0.1.46

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 (474) hide show
  1. package/dist/cjs/index.cjs +3 -3
  2. package/dist/cjs/index.cjs.map +1 -1
  3. package/dist/esm/builder/builder/buildSpec.js.map +1 -1
  4. package/dist/esm/builder/builder/builder.d.ts +326 -14
  5. package/dist/esm/dataReshape/constant.d.ts +2 -2
  6. package/dist/esm/dataReshape/constant.js +3 -3
  7. package/dist/esm/dataReshape/constant.js.map +1 -1
  8. package/dist/esm/i18n/i18n.js +2 -2
  9. package/dist/esm/i18n/i18n.js.map +1 -1
  10. package/dist/esm/i18n/i18nData.d.ts +2 -0
  11. package/dist/esm/i18n/i18nData.js +41 -5
  12. package/dist/esm/i18n/i18nData.js.map +1 -0
  13. package/dist/esm/pipeline/advanced/chart/pipeline/area.js +3 -3
  14. package/dist/esm/pipeline/advanced/chart/pipeline/area.js.map +1 -1
  15. package/dist/esm/pipeline/advanced/chart/pipeline/areaPercent.js +3 -3
  16. package/dist/esm/pipeline/advanced/chart/pipeline/areaPercent.js.map +1 -1
  17. package/dist/esm/pipeline/advanced/chart/pipeline/bar.js +3 -3
  18. package/dist/esm/pipeline/advanced/chart/pipeline/bar.js.map +1 -1
  19. package/dist/esm/pipeline/advanced/chart/pipeline/barParallel.js +3 -3
  20. package/dist/esm/pipeline/advanced/chart/pipeline/barParallel.js.map +1 -1
  21. package/dist/esm/pipeline/advanced/chart/pipeline/barPercent.js +3 -3
  22. package/dist/esm/pipeline/advanced/chart/pipeline/barPercent.js.map +1 -1
  23. package/dist/esm/pipeline/advanced/chart/pipeline/boxplot.js +3 -3
  24. package/dist/esm/pipeline/advanced/chart/pipeline/boxplot.js.map +1 -1
  25. package/dist/esm/pipeline/advanced/chart/pipeline/column.js +3 -3
  26. package/dist/esm/pipeline/advanced/chart/pipeline/column.js.map +1 -1
  27. package/dist/esm/pipeline/advanced/chart/pipeline/columnParallel.js +3 -3
  28. package/dist/esm/pipeline/advanced/chart/pipeline/columnParallel.js.map +1 -1
  29. package/dist/esm/pipeline/advanced/chart/pipeline/columnPercent.js +3 -3
  30. package/dist/esm/pipeline/advanced/chart/pipeline/columnPercent.js.map +1 -1
  31. package/dist/esm/pipeline/advanced/chart/pipeline/donut.js +3 -3
  32. package/dist/esm/pipeline/advanced/chart/pipeline/donut.js.map +1 -1
  33. package/dist/esm/pipeline/advanced/chart/pipeline/dualAxis.js +3 -3
  34. package/dist/esm/pipeline/advanced/chart/pipeline/dualAxis.js.map +1 -1
  35. package/dist/esm/pipeline/advanced/chart/pipeline/funnel.js +3 -3
  36. package/dist/esm/pipeline/advanced/chart/pipeline/funnel.js.map +1 -1
  37. package/dist/esm/pipeline/advanced/chart/pipeline/heatmap.js +3 -3
  38. package/dist/esm/pipeline/advanced/chart/pipeline/heatmap.js.map +1 -1
  39. package/dist/esm/pipeline/advanced/chart/pipeline/histogram.js +3 -3
  40. package/dist/esm/pipeline/advanced/chart/pipeline/histogram.js.map +1 -1
  41. package/dist/esm/pipeline/advanced/chart/pipeline/line.js +3 -3
  42. package/dist/esm/pipeline/advanced/chart/pipeline/line.js.map +1 -1
  43. package/dist/esm/pipeline/advanced/chart/pipeline/pie.js +3 -3
  44. package/dist/esm/pipeline/advanced/chart/pipeline/pie.js.map +1 -1
  45. package/dist/esm/pipeline/advanced/chart/pipeline/radar.js +3 -3
  46. package/dist/esm/pipeline/advanced/chart/pipeline/radar.js.map +1 -1
  47. package/dist/esm/pipeline/advanced/chart/pipeline/rose.js +3 -3
  48. package/dist/esm/pipeline/advanced/chart/pipeline/rose.js.map +1 -1
  49. package/dist/esm/pipeline/advanced/chart/pipeline/roseParallel.js +3 -3
  50. package/dist/esm/pipeline/advanced/chart/pipeline/roseParallel.js.map +1 -1
  51. package/dist/esm/pipeline/advanced/chart/pipeline/scatter.js +3 -3
  52. package/dist/esm/pipeline/advanced/chart/pipeline/scatter.js.map +1 -1
  53. package/dist/esm/pipeline/advanced/chart/pipes/dimensions/index.d.ts +1 -1
  54. package/dist/esm/pipeline/advanced/chart/pipes/dimensions/index.js +1 -1
  55. package/dist/esm/pipeline/advanced/chart/pipes/dimensions/pickDimensionsForReshape.d.ts +2 -0
  56. package/dist/esm/pipeline/advanced/chart/pipes/dimensions/pickDimensionsForReshape.js +14 -0
  57. package/dist/esm/pipeline/advanced/chart/pipes/dimensions/pickDimensionsForReshape.js.map +1 -0
  58. package/dist/esm/pipeline/advanced/chart/pipes/measures/index.d.ts +1 -1
  59. package/dist/esm/pipeline/advanced/chart/pipes/measures/index.js +2 -2
  60. package/dist/esm/pipeline/advanced/chart/pipes/measures/pickMeasuresForReshape.d.ts +2 -0
  61. package/dist/esm/pipeline/advanced/chart/pipes/measures/pickMeasuresForReshape.js +14 -0
  62. package/dist/esm/pipeline/advanced/chart/pipes/measures/pickMeasuresForReshape.js.map +1 -0
  63. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithBoxplotEncoding.js +8 -6
  64. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithBoxplotEncoding.js.map +1 -1
  65. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithDualEncoding.js +3 -1
  66. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithDualEncoding.js.map +1 -1
  67. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithEncoding.js +3 -1
  68. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithEncoding.js.map +1 -1
  69. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithHistogramEncoding.js +5 -3
  70. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithHistogramEncoding.js.map +1 -1
  71. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithScatterEncoding.js +3 -1
  72. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithScatterEncoding.js.map +1 -1
  73. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithBoxplotEncoding.js +8 -6
  74. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithBoxplotEncoding.js.map +1 -1
  75. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithDualEncoding.js +3 -1
  76. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithDualEncoding.js.map +1 -1
  77. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithEncoding.js +3 -5
  78. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithEncoding.js.map +1 -1
  79. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithHistogramEncoding.js +3 -1
  80. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithHistogramEncoding.js.map +1 -1
  81. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithScatterEncoding.js +3 -1
  82. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithScatterEncoding.js.map +1 -1
  83. package/dist/esm/pipeline/spec/chart/pipeline/area.js.map +1 -1
  84. package/dist/esm/pipeline/spec/chart/pipeline/areaPercent.js.map +1 -1
  85. package/dist/esm/pipeline/spec/chart/pipeline/bar.d.ts +1 -2
  86. package/dist/esm/pipeline/spec/chart/pipeline/bar.js.map +1 -1
  87. package/dist/esm/pipeline/spec/chart/pipeline/barParallel.d.ts +1 -2
  88. package/dist/esm/pipeline/spec/chart/pipeline/barParallel.js.map +1 -1
  89. package/dist/esm/pipeline/spec/chart/pipeline/barPercent.d.ts +1 -2
  90. package/dist/esm/pipeline/spec/chart/pipeline/barPercent.js.map +1 -1
  91. package/dist/esm/pipeline/spec/chart/pipeline/boxplot.d.ts +1 -2
  92. package/dist/esm/pipeline/spec/chart/pipeline/boxplot.js +3 -2
  93. package/dist/esm/pipeline/spec/chart/pipeline/boxplot.js.map +1 -1
  94. package/dist/esm/pipeline/spec/chart/pipeline/column.js.map +1 -1
  95. package/dist/esm/pipeline/spec/chart/pipeline/columnParallel.d.ts +1 -2
  96. package/dist/esm/pipeline/spec/chart/pipeline/columnParallel.js.map +1 -1
  97. package/dist/esm/pipeline/spec/chart/pipeline/columnPercent.d.ts +1 -2
  98. package/dist/esm/pipeline/spec/chart/pipeline/columnPercent.js.map +1 -1
  99. package/dist/esm/pipeline/spec/chart/pipeline/donut.d.ts +1 -2
  100. package/dist/esm/pipeline/spec/chart/pipeline/donut.js.map +1 -1
  101. package/dist/esm/pipeline/spec/chart/pipeline/dualAxis.d.ts +1 -2
  102. package/dist/esm/pipeline/spec/chart/pipeline/dualAxis.js.map +1 -1
  103. package/dist/esm/pipeline/spec/chart/pipeline/funnel.d.ts +1 -2
  104. package/dist/esm/pipeline/spec/chart/pipeline/funnel.js.map +1 -1
  105. package/dist/esm/pipeline/spec/chart/pipeline/heatmap.d.ts +1 -2
  106. package/dist/esm/pipeline/spec/chart/pipeline/heatmap.js.map +1 -1
  107. package/dist/esm/pipeline/spec/chart/pipeline/histogram.d.ts +1 -2
  108. package/dist/esm/pipeline/spec/chart/pipeline/histogram.js +3 -3
  109. package/dist/esm/pipeline/spec/chart/pipeline/histogram.js.map +1 -1
  110. package/dist/esm/pipeline/spec/chart/pipeline/line.d.ts +1 -2
  111. package/dist/esm/pipeline/spec/chart/pipeline/line.js.map +1 -1
  112. package/dist/esm/pipeline/spec/chart/pipeline/pie.d.ts +1 -2
  113. package/dist/esm/pipeline/spec/chart/pipeline/pie.js.map +1 -1
  114. package/dist/esm/pipeline/spec/chart/pipeline/radar.js.map +1 -1
  115. package/dist/esm/pipeline/spec/chart/pipeline/rose.js.map +1 -1
  116. package/dist/esm/pipeline/spec/chart/pipeline/roseParallel.d.ts +1 -2
  117. package/dist/esm/pipeline/spec/chart/pipeline/roseParallel.js.map +1 -1
  118. package/dist/esm/pipeline/spec/chart/pipeline/scatter.d.ts +1 -2
  119. package/dist/esm/pipeline/spec/chart/pipeline/scatter.js.map +1 -1
  120. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationArea.d.ts +2 -2
  121. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationArea.js +14 -13
  122. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationArea.js.map +1 -1
  123. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationAreaBand.d.ts +2 -2
  124. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationAreaBand.js +12 -19
  125. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationAreaBand.js.map +1 -1
  126. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationHorizontalLine.d.ts +2 -2
  127. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationHorizontalLine.js +2 -17
  128. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationHorizontalLine.js.map +1 -1
  129. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPoint.d.ts +2 -2
  130. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPoint.js.map +1 -1
  131. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationVerticalLine.d.ts +2 -2
  132. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationVerticalLine.js +2 -17
  133. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationVerticalLine.js.map +1 -1
  134. package/dist/esm/pipeline/spec/chart/pipes/annotation/splitLine.d.ts +2 -2
  135. package/dist/esm/pipeline/spec/chart/pipes/annotation/splitLine.js +3 -3
  136. package/dist/esm/pipeline/spec/chart/pipes/annotation/splitLine.js.map +1 -1
  137. package/dist/esm/pipeline/spec/chart/pipes/annotation/utils.d.ts +34 -0
  138. package/dist/esm/pipeline/spec/chart/pipes/annotation/utils.js +35 -1
  139. package/dist/esm/pipeline/spec/chart/pipes/annotation/utils.js.map +1 -1
  140. package/dist/esm/pipeline/spec/chart/pipes/axes/radarAngle.d.ts +2 -2
  141. package/dist/esm/pipeline/spec/chart/pipes/axes/radarAngle.js.map +1 -1
  142. package/dist/esm/pipeline/spec/chart/pipes/axes/radarRadius.d.ts +2 -2
  143. package/dist/esm/pipeline/spec/chart/pipes/axes/radarRadius.js.map +1 -1
  144. package/dist/esm/pipeline/spec/chart/pipes/axes/radius.d.ts +2 -2
  145. package/dist/esm/pipeline/spec/chart/pipes/axes/radius.js.map +1 -1
  146. package/dist/esm/pipeline/spec/chart/pipes/axes/xBand.d.ts +2 -2
  147. package/dist/esm/pipeline/spec/chart/pipes/axes/xBand.js.map +1 -1
  148. package/dist/esm/pipeline/spec/chart/pipes/axes/xLinear.d.ts +2 -2
  149. package/dist/esm/pipeline/spec/chart/pipes/axes/xLinear.js.map +1 -1
  150. package/dist/esm/pipeline/spec/chart/pipes/axes/yBand.d.ts +2 -2
  151. package/dist/esm/pipeline/spec/chart/pipes/axes/yBand.js.map +1 -1
  152. package/dist/esm/pipeline/spec/chart/pipes/axes/yLinear.d.ts +2 -2
  153. package/dist/esm/pipeline/spec/chart/pipes/axes/yLinear.js.map +1 -1
  154. package/dist/esm/pipeline/spec/chart/pipes/axes/yLinearPrimary.d.ts +2 -2
  155. package/dist/esm/pipeline/spec/chart/pipes/axes/yLinearPrimary.js.map +1 -1
  156. package/dist/esm/pipeline/spec/chart/pipes/axes/yLinearSecondary.d.ts +2 -2
  157. package/dist/esm/pipeline/spec/chart/pipes/axes/yLinearSecondary.js.map +1 -1
  158. package/dist/esm/pipeline/spec/chart/pipes/backgroundColor/background.d.ts +2 -2
  159. package/dist/esm/pipeline/spec/chart/pipes/backgroundColor/background.js.map +1 -1
  160. package/dist/esm/pipeline/spec/chart/pipes/barWidth/barGapInGroup.d.ts +2 -2
  161. package/dist/esm/pipeline/spec/chart/pipes/barWidth/barGapInGroup.js.map +1 -1
  162. package/dist/esm/pipeline/spec/chart/pipes/barWidth/barMaxWidth.d.ts +2 -2
  163. package/dist/esm/pipeline/spec/chart/pipes/barWidth/barMaxWidth.js.map +1 -1
  164. package/dist/esm/pipeline/spec/chart/pipes/color/color.d.ts +2 -2
  165. package/dist/esm/pipeline/spec/chart/pipes/color/color.js.map +1 -1
  166. package/dist/esm/pipeline/spec/chart/pipes/color/colorAdapter.d.ts +3 -2
  167. package/dist/esm/pipeline/spec/chart/pipes/color/colorAdapter.js +3 -1
  168. package/dist/esm/pipeline/spec/chart/pipes/color/colorAdapter.js.map +1 -1
  169. package/dist/esm/pipeline/spec/chart/pipes/color/colorAreaStyleFill.d.ts +2 -2
  170. package/dist/esm/pipeline/spec/chart/pipes/color/colorAreaStyleFill.js.map +1 -1
  171. package/dist/esm/pipeline/spec/chart/pipes/color/colorBarStyleFill.d.ts +2 -2
  172. package/dist/esm/pipeline/spec/chart/pipes/color/colorBarStyleFill.js.map +1 -1
  173. package/dist/esm/pipeline/spec/chart/pipes/color/colorCellStyleFill.d.ts +2 -2
  174. package/dist/esm/pipeline/spec/chart/pipes/color/colorCellStyleFill.js.map +1 -1
  175. package/dist/esm/pipeline/spec/chart/pipes/color/colorFunnelStyleFill.d.ts +2 -2
  176. package/dist/esm/pipeline/spec/chart/pipes/color/colorFunnelStyleFill.js.map +1 -1
  177. package/dist/esm/pipeline/spec/chart/pipes/color/colorLineStyleFill.d.ts +2 -2
  178. package/dist/esm/pipeline/spec/chart/pipes/color/colorLineStyleFill.js.map +1 -1
  179. package/dist/esm/pipeline/spec/chart/pipes/color/colorPieStyleFill.d.ts +2 -2
  180. package/dist/esm/pipeline/spec/chart/pipes/color/colorPieStyleFill.js.map +1 -1
  181. package/dist/esm/pipeline/spec/chart/pipes/color/colorPointStyleFill.d.ts +2 -2
  182. package/dist/esm/pipeline/spec/chart/pipes/color/colorPointStyleFill.js.map +1 -1
  183. package/dist/esm/pipeline/spec/chart/pipes/color/colorRoseStyleFill.d.ts +2 -2
  184. package/dist/esm/pipeline/spec/chart/pipes/color/colorRoseStyleFill.js.map +1 -1
  185. package/dist/esm/pipeline/spec/chart/pipes/color/linearColor.d.ts +2 -2
  186. package/dist/esm/pipeline/spec/chart/pipes/color/linearColor.js.map +1 -1
  187. package/dist/esm/pipeline/spec/chart/pipes/color/linearColorForDualAxis.d.ts +2 -2
  188. package/dist/esm/pipeline/spec/chart/pipes/color/linearColorForDualAxis.js.map +1 -1
  189. package/dist/esm/pipeline/spec/chart/pipes/crosshair/histogramCrosshair.d.ts +2 -0
  190. package/dist/esm/pipeline/spec/chart/pipes/crosshair/histogramCrosshair.js +27 -0
  191. package/dist/esm/pipeline/spec/chart/pipes/crosshair/histogramCrosshair.js.map +1 -0
  192. package/dist/esm/pipeline/spec/chart/pipes/crosshair/horizontalCrosshairLine.d.ts +2 -2
  193. package/dist/esm/pipeline/spec/chart/pipes/crosshair/horizontalCrosshairLine.js.map +1 -1
  194. package/dist/esm/pipeline/spec/chart/pipes/crosshair/horizontalCrosshairRect.d.ts +2 -2
  195. package/dist/esm/pipeline/spec/chart/pipes/crosshair/horizontalCrosshairRect.js.map +1 -1
  196. package/dist/esm/pipeline/spec/chart/pipes/crosshair/index.d.ts +1 -0
  197. package/dist/esm/pipeline/spec/chart/pipes/crosshair/index.js +2 -1
  198. package/dist/esm/pipeline/spec/chart/pipes/crosshair/verticalCrosshairLine.d.ts +2 -2
  199. package/dist/esm/pipeline/spec/chart/pipes/crosshair/verticalCrosshairLine.js.map +1 -1
  200. package/dist/esm/pipeline/spec/chart/pipes/crosshair/verticalCrosshairRect.d.ts +2 -2
  201. package/dist/esm/pipeline/spec/chart/pipes/crosshair/verticalCrosshairRect.js.map +1 -1
  202. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetBoxplot.d.ts +2 -2
  203. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetBoxplot.js.map +1 -1
  204. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetDualAxis.d.ts +3 -3
  205. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetDualAxis.js.map +1 -1
  206. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetHistogram.d.ts +2 -2
  207. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetHistogram.js.map +1 -1
  208. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetPivot.d.ts +2 -2
  209. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetPivot.js.map +1 -1
  210. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetScatter.d.ts +2 -2
  211. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetScatter.js.map +1 -1
  212. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetXY.d.ts +2 -2
  213. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetXY.js.map +1 -1
  214. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetYX.d.ts +2 -2
  215. package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetYX.js.map +1 -1
  216. package/dist/esm/pipeline/spec/chart/pipes/dataset/progressive.d.ts +2 -2
  217. package/dist/esm/pipeline/spec/chart/pipes/dataset/progressive.js.map +1 -1
  218. package/dist/esm/pipeline/spec/chart/pipes/dual/dualChartType.d.ts +3 -3
  219. package/dist/esm/pipeline/spec/chart/pipes/dual/dualChartType.js.map +1 -1
  220. package/dist/esm/pipeline/spec/chart/pipes/init/area.d.ts +2 -2
  221. package/dist/esm/pipeline/spec/chart/pipes/init/area.js.map +1 -1
  222. package/dist/esm/pipeline/spec/chart/pipes/init/bar.d.ts +2 -2
  223. package/dist/esm/pipeline/spec/chart/pipes/init/bar.js.map +1 -1
  224. package/dist/esm/pipeline/spec/chart/pipes/init/barParallel.d.ts +2 -2
  225. package/dist/esm/pipeline/spec/chart/pipes/init/barParallel.js.map +1 -1
  226. package/dist/esm/pipeline/spec/chart/pipes/init/boxplot.d.ts +2 -2
  227. package/dist/esm/pipeline/spec/chart/pipes/init/boxplot.js +3 -3
  228. package/dist/esm/pipeline/spec/chart/pipes/init/boxplot.js.map +1 -1
  229. package/dist/esm/pipeline/spec/chart/pipes/init/column.d.ts +2 -2
  230. package/dist/esm/pipeline/spec/chart/pipes/init/column.js.map +1 -1
  231. package/dist/esm/pipeline/spec/chart/pipes/init/columnParallel.d.ts +2 -2
  232. package/dist/esm/pipeline/spec/chart/pipes/init/columnParallel.js.map +1 -1
  233. package/dist/esm/pipeline/spec/chart/pipes/init/donut.d.ts +2 -2
  234. package/dist/esm/pipeline/spec/chart/pipes/init/donut.js.map +1 -1
  235. package/dist/esm/pipeline/spec/chart/pipes/init/dualAxis.d.ts +3 -3
  236. package/dist/esm/pipeline/spec/chart/pipes/init/dualAxis.js.map +1 -1
  237. package/dist/esm/pipeline/spec/chart/pipes/init/funnel.d.ts +2 -2
  238. package/dist/esm/pipeline/spec/chart/pipes/init/funnel.js.map +1 -1
  239. package/dist/esm/pipeline/spec/chart/pipes/init/heatmap.d.ts +2 -2
  240. package/dist/esm/pipeline/spec/chart/pipes/init/heatmap.js.map +1 -1
  241. package/dist/esm/pipeline/spec/chart/pipes/init/histogram.d.ts +2 -2
  242. package/dist/esm/pipeline/spec/chart/pipes/init/histogram.js.map +1 -1
  243. package/dist/esm/pipeline/spec/chart/pipes/init/line.d.ts +2 -2
  244. package/dist/esm/pipeline/spec/chart/pipes/init/line.js.map +1 -1
  245. package/dist/esm/pipeline/spec/chart/pipes/init/pie.d.ts +2 -2
  246. package/dist/esm/pipeline/spec/chart/pipes/init/pie.js.map +1 -1
  247. package/dist/esm/pipeline/spec/chart/pipes/init/pivot.d.ts +2 -2
  248. package/dist/esm/pipeline/spec/chart/pipes/init/pivot.js.map +1 -1
  249. package/dist/esm/pipeline/spec/chart/pipes/init/radar.d.ts +2 -2
  250. package/dist/esm/pipeline/spec/chart/pipes/init/radar.js.map +1 -1
  251. package/dist/esm/pipeline/spec/chart/pipes/init/rose.d.ts +2 -2
  252. package/dist/esm/pipeline/spec/chart/pipes/init/rose.js.map +1 -1
  253. package/dist/esm/pipeline/spec/chart/pipes/init/roseParallel.d.ts +2 -2
  254. package/dist/esm/pipeline/spec/chart/pipes/init/roseParallel.js.map +1 -1
  255. package/dist/esm/pipeline/spec/chart/pipes/init/scatter.d.ts +2 -2
  256. package/dist/esm/pipeline/spec/chart/pipes/init/scatter.js.map +1 -1
  257. package/dist/esm/pipeline/spec/chart/pipes/label/label.d.ts +2 -2
  258. package/dist/esm/pipeline/spec/chart/pipes/label/label.js.map +1 -1
  259. package/dist/esm/pipeline/spec/chart/pipes/label/labelDualAxis.d.ts +3 -3
  260. package/dist/esm/pipeline/spec/chart/pipes/label/labelDualAxis.js.map +1 -1
  261. package/dist/esm/pipeline/spec/chart/pipes/label/labelPie.d.ts +2 -2
  262. package/dist/esm/pipeline/spec/chart/pipes/label/labelPie.js.map +1 -1
  263. package/dist/esm/pipeline/spec/chart/pipes/label/labelScatter.d.ts +2 -2
  264. package/dist/esm/pipeline/spec/chart/pipes/label/labelScatter.js.map +1 -1
  265. package/dist/esm/pipeline/spec/chart/pipes/legend/boxLegend.d.ts +2 -0
  266. package/dist/esm/pipeline/spec/chart/pipes/legend/boxLegend.js +15 -0
  267. package/dist/esm/pipeline/spec/chart/pipes/legend/boxLegend.js.map +1 -0
  268. package/dist/esm/pipeline/spec/chart/pipes/legend/colorLegend.d.ts +2 -2
  269. package/dist/esm/pipeline/spec/chart/pipes/legend/colorLegend.js +7 -1
  270. package/dist/esm/pipeline/spec/chart/pipes/legend/colorLegend.js.map +1 -1
  271. package/dist/esm/pipeline/spec/chart/pipes/legend/discreteLegend.d.ts +2 -2
  272. package/dist/esm/pipeline/spec/chart/pipes/legend/discreteLegend.js +18 -2
  273. package/dist/esm/pipeline/spec/chart/pipes/legend/discreteLegend.js.map +1 -1
  274. package/dist/esm/pipeline/spec/chart/pipes/legend/heatmapColorLegend.d.ts +2 -2
  275. package/dist/esm/pipeline/spec/chart/pipes/legend/heatmapColorLegend.js.map +1 -1
  276. package/dist/esm/pipeline/spec/chart/pipes/legend/pivotColorLegend.d.ts +2 -2
  277. package/dist/esm/pipeline/spec/chart/pipes/legend/pivotColorLegend.js.map +1 -1
  278. package/dist/esm/pipeline/spec/chart/pipes/legend/pivotDiscreteLegend.d.ts +2 -2
  279. package/dist/esm/pipeline/spec/chart/pipes/legend/pivotDiscreteLegend.js.map +1 -1
  280. package/dist/esm/pipeline/spec/chart/pipes/markStyle/areaStyle.d.ts +2 -2
  281. package/dist/esm/pipeline/spec/chart/pipes/markStyle/areaStyle.js.map +1 -1
  282. package/dist/esm/pipeline/spec/chart/pipes/markStyle/barStyle.d.ts +2 -2
  283. package/dist/esm/pipeline/spec/chart/pipes/markStyle/barStyle.js.map +1 -1
  284. package/dist/esm/pipeline/spec/chart/pipes/markStyle/cellStyle.d.ts +2 -2
  285. package/dist/esm/pipeline/spec/chart/pipes/markStyle/cellStyle.js.map +1 -1
  286. package/dist/esm/pipeline/spec/chart/pipes/markStyle/funnelStyle.d.ts +2 -2
  287. package/dist/esm/pipeline/spec/chart/pipes/markStyle/funnelStyle.js.map +1 -1
  288. package/dist/esm/pipeline/spec/chart/pipes/markStyle/funnelTransformStyle.d.ts +2 -2
  289. package/dist/esm/pipeline/spec/chart/pipes/markStyle/funnelTransformStyle.js.map +1 -1
  290. package/dist/esm/pipeline/spec/chart/pipes/markStyle/lineStyle.d.ts +2 -2
  291. package/dist/esm/pipeline/spec/chart/pipes/markStyle/lineStyle.js.map +1 -1
  292. package/dist/esm/pipeline/spec/chart/pipes/markStyle/pieStyle.d.ts +2 -2
  293. package/dist/esm/pipeline/spec/chart/pipes/markStyle/pieStyle.js.map +1 -1
  294. package/dist/esm/pipeline/spec/chart/pipes/markStyle/pointState.d.ts +3 -3
  295. package/dist/esm/pipeline/spec/chart/pipes/markStyle/pointState.js.map +1 -1
  296. package/dist/esm/pipeline/spec/chart/pipes/markStyle/pointStyle.d.ts +2 -2
  297. package/dist/esm/pipeline/spec/chart/pipes/markStyle/pointStyle.js.map +1 -1
  298. package/dist/esm/pipeline/spec/chart/pipes/markStyle/roseStyle.d.ts +2 -2
  299. package/dist/esm/pipeline/spec/chart/pipes/markStyle/roseStyle.js.map +1 -1
  300. package/dist/esm/pipeline/spec/chart/pipes/percent/percent.d.ts +2 -2
  301. package/dist/esm/pipeline/spec/chart/pipes/percent/percent.js.map +1 -1
  302. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotAdapter.d.ts +2 -2
  303. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotAdapter.js +4 -1
  304. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotAdapter.js.map +1 -1
  305. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotAxisStyle.d.ts +2 -2
  306. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotAxisStyle.js.map +1 -1
  307. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotColumnDimensions.d.ts +2 -2
  308. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotColumnDimensions.js.map +1 -1
  309. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotGridStyle.d.ts +2 -2
  310. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotGridStyle.js.map +1 -1
  311. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotHideIndicatorName.d.ts +2 -2
  312. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotHideIndicatorName.js.map +1 -1
  313. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotIndicators.d.ts +4 -4
  314. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotIndicators.js.map +1 -1
  315. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotRowDimensions.d.ts +2 -2
  316. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotRowDimensions.js.map +1 -1
  317. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotTitle.d.ts +2 -2
  318. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotTitle.js.map +1 -1
  319. package/dist/esm/pipeline/spec/chart/pipes/region/addRegionPadding.d.ts +2 -2
  320. package/dist/esm/pipeline/spec/chart/pipes/region/addRegionPadding.js.map +1 -1
  321. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/columnRegressionLine.d.ts +2 -2
  322. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/columnRegressionLine.js.map +1 -1
  323. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/ecdfRegressionLine.d.ts +2 -2
  324. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/ecdfRegressionLine.js +32 -2
  325. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/ecdfRegressionLine.js.map +1 -1
  326. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/kdeRegressionLine.d.ts +2 -2
  327. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/kdeRegressionLine.js +1 -1
  328. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/kdeRegressionLine.js.map +1 -1
  329. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/linearRegressionLine.d.ts +6 -6
  330. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/linearRegressionLine.js +5 -1
  331. package/dist/esm/pipeline/spec/chart/pipes/regressionLine/linearRegressionLine.js.map +1 -1
  332. package/dist/esm/pipeline/spec/chart/pipes/series/series.d.ts +3 -3
  333. package/dist/esm/pipeline/spec/chart/pipes/series/series.js.map +1 -1
  334. package/dist/esm/pipeline/spec/chart/pipes/size/scatterSize.d.ts +2 -2
  335. package/dist/esm/pipeline/spec/chart/pipes/size/scatterSize.js.map +1 -1
  336. package/dist/esm/pipeline/spec/chart/pipes/stack/stack.d.ts +2 -2
  337. package/dist/esm/pipeline/spec/chart/pipes/stack/stack.js.map +1 -1
  338. package/dist/esm/pipeline/spec/chart/pipes/stack/stackCornerRadius.d.ts +2 -2
  339. package/dist/esm/pipeline/spec/chart/pipes/stack/stackCornerRadius.js.map +1 -1
  340. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltip.d.ts +3 -3
  341. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltip.js +5 -1
  342. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltip.js.map +1 -1
  343. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipBoxplot.d.ts +2 -2
  344. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipBoxplot.js +14 -5
  345. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipBoxplot.js.map +1 -1
  346. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipDualAxis.d.ts +3 -3
  347. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipDualAxis.js.map +1 -1
  348. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHeatmap.d.ts +2 -2
  349. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHeatmap.js.map +1 -1
  350. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHistogram.d.ts +2 -2
  351. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHistogram.js +6 -4
  352. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHistogram.js.map +1 -1
  353. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipScatter.d.ts +2 -2
  354. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipScatter.js.map +1 -1
  355. package/dist/esm/pipeline/spec/chart/utils/histogram.d.ts +2 -0
  356. package/dist/esm/pipeline/spec/chart/utils/histogram.js +12 -0
  357. package/dist/esm/pipeline/spec/chart/utils/histogram.js.map +1 -0
  358. package/dist/esm/pipeline/spec/table/pipes/cellStyle/pivot.d.ts +2 -2
  359. package/dist/esm/pipeline/spec/table/pipes/cellStyle/pivot.js.map +1 -1
  360. package/dist/esm/pipeline/spec/table/pipes/cellStyle/table.d.ts +2 -2
  361. package/dist/esm/pipeline/spec/table/pipes/cellStyle/table.js.map +1 -1
  362. package/dist/esm/pipeline/spec/table/pipes/columns/dimensionsToColumns.d.ts +2 -2
  363. package/dist/esm/pipeline/spec/table/pipes/columns/dimensionsToColumns.js.map +1 -1
  364. package/dist/esm/pipeline/spec/table/pipes/columns/measuresToColumns.d.ts +2 -2
  365. package/dist/esm/pipeline/spec/table/pipes/columns/measuresToColumns.js.map +1 -1
  366. package/dist/esm/pipeline/spec/table/pipes/columns/pivotColumns.d.ts +2 -2
  367. package/dist/esm/pipeline/spec/table/pipes/columns/pivotColumns.js.map +1 -1
  368. package/dist/esm/pipeline/spec/table/pipes/corner/titleOnDimension.d.ts +2 -2
  369. package/dist/esm/pipeline/spec/table/pipes/corner/titleOnDimension.js.map +1 -1
  370. package/dist/esm/pipeline/spec/table/pipes/indicators/pivotDataConfig.d.ts +2 -2
  371. package/dist/esm/pipeline/spec/table/pipes/indicators/pivotDataConfig.js.map +1 -1
  372. package/dist/esm/pipeline/spec/table/pipes/indicators/pivotIndicators.d.ts +2 -2
  373. package/dist/esm/pipeline/spec/table/pipes/indicators/pivotIndicators.js.map +1 -1
  374. package/dist/esm/pipeline/spec/table/pipes/init/pivotTable.d.ts +2 -2
  375. package/dist/esm/pipeline/spec/table/pipes/init/pivotTable.js.map +1 -1
  376. package/dist/esm/pipeline/spec/table/pipes/init/table.d.ts +2 -2
  377. package/dist/esm/pipeline/spec/table/pipes/init/table.js.map +1 -1
  378. package/dist/esm/pipeline/spec/table/pipes/rows/pivotRows.d.ts +2 -2
  379. package/dist/esm/pipeline/spec/table/pipes/rows/pivotRows.js.map +1 -1
  380. package/dist/esm/pipeline/spec/table/pipes/theme/bodyStyle.d.ts +2 -2
  381. package/dist/esm/pipeline/spec/table/pipes/theme/bodyStyle.js.map +1 -1
  382. package/dist/esm/pipeline/spec/table/pipes/theme/cornerHeaderStyle.d.ts +2 -2
  383. package/dist/esm/pipeline/spec/table/pipes/theme/cornerHeaderStyle.js.map +1 -1
  384. package/dist/esm/pipeline/spec/table/pipes/theme/frameStyle.d.ts +2 -2
  385. package/dist/esm/pipeline/spec/table/pipes/theme/frameStyle.js.map +1 -1
  386. package/dist/esm/pipeline/spec/table/pipes/theme/headerStyle.d.ts +2 -2
  387. package/dist/esm/pipeline/spec/table/pipes/theme/headerStyle.js.map +1 -1
  388. package/dist/esm/pipeline/spec/table/pipes/theme/rowHeaderStyle.d.ts +2 -2
  389. package/dist/esm/pipeline/spec/table/pipes/theme/rowHeaderStyle.js.map +1 -1
  390. package/dist/esm/pipeline/spec/table/pipes/theme/scrollStyle.d.ts +2 -2
  391. package/dist/esm/pipeline/spec/table/pipes/theme/scrollStyle.js.map +1 -1
  392. package/dist/esm/pipeline/spec/table/pipes/theme/selectionStyle.d.ts +2 -2
  393. package/dist/esm/pipeline/spec/table/pipes/theme/selectionStyle.js.map +1 -1
  394. package/dist/esm/pipeline/utils/measures/delete.d.ts +2 -2
  395. package/dist/esm/pipeline/utils/measures/delete.js +7 -3
  396. package/dist/esm/pipeline/utils/measures/delete.js.map +1 -1
  397. package/dist/esm/pipeline/utils/tree/traverse.d.ts +1 -0
  398. package/dist/esm/pipeline/utils/tree/traverse.js +12 -1
  399. package/dist/esm/pipeline/utils/tree/traverse.js.map +1 -1
  400. package/dist/esm/theme/common/annotaion.js +7 -7
  401. package/dist/esm/theme/common/annotaion.js.map +1 -1
  402. package/dist/esm/theme/common/axes.js +16 -16
  403. package/dist/esm/theme/common/axes.js.map +1 -1
  404. package/dist/esm/theme/common/legend.d.ts +2 -0
  405. package/dist/esm/theme/common/legend.js +13 -2
  406. package/dist/esm/theme/common/legend.js.map +1 -1
  407. package/dist/esm/theme/common/table.js +0 -2
  408. package/dist/esm/theme/common/table.js.map +1 -1
  409. package/dist/esm/theme/dark/dark.js +2 -2
  410. package/dist/esm/theme/dark/dark.js.map +1 -1
  411. package/dist/esm/theme/light/light.js +2 -2
  412. package/dist/esm/theme/light/light.js.map +1 -1
  413. package/dist/esm/types/advancedVSeed.d.ts +196 -3
  414. package/dist/esm/types/advancedVSeed.js +2 -0
  415. package/dist/esm/types/advancedVSeed.js.map +1 -1
  416. package/dist/esm/types/chartType/area/zArea.d.ts +14 -3
  417. package/dist/esm/types/chartType/areaPercent/zAreaPercent.d.ts +14 -3
  418. package/dist/esm/types/chartType/bar/zBar.d.ts +14 -3
  419. package/dist/esm/types/chartType/barParallel/zBarParallel.d.ts +14 -3
  420. package/dist/esm/types/chartType/barPercent/zBarPercent.d.ts +14 -3
  421. package/dist/esm/types/chartType/boxplot/zBoxplot.d.ts +14 -3
  422. package/dist/esm/types/chartType/column/zColumn.d.ts +14 -3
  423. package/dist/esm/types/chartType/columnParallel/zColumnParallel.d.ts +14 -3
  424. package/dist/esm/types/chartType/columnPercent/zColumnPercent.d.ts +14 -3
  425. package/dist/esm/types/chartType/donut/zDonut.d.ts +14 -3
  426. package/dist/esm/types/chartType/dualAxis/zDualAxis.d.ts +44 -15
  427. package/dist/esm/types/chartType/funnel/zFunnel.d.ts +12 -3
  428. package/dist/esm/types/chartType/heatmap/zHeatmap.d.ts +12 -3
  429. package/dist/esm/types/chartType/histogram/zHistogram.d.ts +14 -3
  430. package/dist/esm/types/chartType/line/zLine.d.ts +14 -3
  431. package/dist/esm/types/chartType/pie/zPie.d.ts +14 -3
  432. package/dist/esm/types/chartType/pivotTable/zPivotTable.d.ts +12 -3
  433. package/dist/esm/types/chartType/radar/zRadar.d.ts +14 -3
  434. package/dist/esm/types/chartType/rose/zRose.d.ts +14 -3
  435. package/dist/esm/types/chartType/roseParallel/zRoseParallel.d.ts +14 -3
  436. package/dist/esm/types/chartType/scatter/zScatter.d.ts +44 -15
  437. package/dist/esm/types/chartType/table/zTable.d.ts +12 -3
  438. package/dist/esm/types/pipeline/spec/spec.d.ts +11 -2
  439. package/dist/esm/types/properties/config/area.d.ts +4 -0
  440. package/dist/esm/types/properties/config/bar.d.ts +6 -0
  441. package/dist/esm/types/properties/config/boxplot.d.ts +2 -0
  442. package/dist/esm/types/properties/config/column.d.ts +6 -0
  443. package/dist/esm/types/properties/config/config.d.ts +40 -0
  444. package/dist/esm/types/properties/config/dualAxis.d.ts +2 -0
  445. package/dist/esm/types/properties/config/funnel.d.ts +2 -0
  446. package/dist/esm/types/properties/config/heatmap.d.ts +2 -0
  447. package/dist/esm/types/properties/config/histogram.d.ts +2 -0
  448. package/dist/esm/types/properties/config/legend/legend.d.ts +10 -0
  449. package/dist/esm/types/properties/config/legend/legend.js +2 -0
  450. package/dist/esm/types/properties/config/legend/legend.js.map +1 -1
  451. package/dist/esm/types/properties/config/line.d.ts +2 -0
  452. package/dist/esm/types/properties/config/pie.d.ts +6 -0
  453. package/dist/esm/types/properties/config/rose.d.ts +4 -0
  454. package/dist/esm/types/properties/config/scatter.d.ts +2 -0
  455. package/dist/esm/types/properties/measures/zDualMeasures.d.ts +60 -24
  456. package/dist/esm/types/properties/measures/zMeasures.d.ts +36 -9
  457. package/dist/esm/types/properties/measures/zMeasures.js +13 -4
  458. package/dist/esm/types/properties/measures/zMeasures.js.map +1 -1
  459. package/dist/esm/types/properties/measures/zScatterMeasures.d.ts +60 -24
  460. package/dist/esm/types/properties/regressionLine/linearRegressionLine.d.ts +5 -0
  461. package/dist/esm/types/properties/regressionLine/logisticRegressionLine.d.ts +5 -0
  462. package/dist/esm/types/properties/regressionLine/lowessRegressionLine.d.ts +5 -0
  463. package/dist/esm/types/properties/regressionLine/polynomialRegressionLine.d.ts +5 -0
  464. package/dist/esm/types/properties/theme/customTheme.d.ts +80 -0
  465. package/dist/esm/types/zVseed.d.ts +360 -90
  466. package/dist/umd/index.js +478 -281
  467. package/dist/umd/index.js.map +1 -1
  468. package/package.json +5 -5
  469. package/dist/esm/pipeline/advanced/chart/pipes/dimensions/deleteTooltipAndLabelDimensions.d.ts +0 -2
  470. package/dist/esm/pipeline/advanced/chart/pipes/dimensions/deleteTooltipAndLabelDimensions.js +0 -12
  471. package/dist/esm/pipeline/advanced/chart/pipes/dimensions/deleteTooltipAndLabelDimensions.js.map +0 -1
  472. package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteEncodingForMeasure.d.ts +0 -2
  473. package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteEncodingForMeasure.js +0 -12
  474. package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteEncodingForMeasure.js.map +0 -1
@@ -106,8 +106,9 @@ export declare class Builder implements VSeedBuilder {
106
106
  })[];
107
107
  measures: (import("../../types").MeasureGroup | {
108
108
  id: string;
109
- autoFormat: boolean;
110
- numFormat: {
109
+ alias?: string | undefined;
110
+ autoFormat?: boolean | undefined;
111
+ numFormat?: {
111
112
  type?: "number" | "percent" | "permille" | "scientific" | undefined;
112
113
  ratio?: number | undefined;
113
114
  symbol?: string | undefined;
@@ -118,8 +119,8 @@ export declare class Builder implements VSeedBuilder {
118
119
  significantDigits?: number | undefined;
119
120
  roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
120
121
  roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
121
- };
122
- format: {
122
+ } | undefined;
123
+ format?: {
123
124
  type?: "number" | "percent" | "permille" | "scientific" | undefined;
124
125
  ratio?: number | undefined;
125
126
  symbol?: string | undefined;
@@ -130,9 +131,8 @@ export declare class Builder implements VSeedBuilder {
130
131
  significantDigits?: number | undefined;
131
132
  roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
132
133
  roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
133
- };
134
- alias?: string | undefined;
135
- encoding?: "column" | "xAxis" | "yAxis" | "angle" | "color" | "detail" | "tooltip" | "label" | "primaryYAxis" | "secondaryYAxis" | "radius" | "size" | undefined;
134
+ } | undefined;
135
+ encoding?: "column" | "value" | "xAxis" | "yAxis" | "angle" | "color" | "detail" | "tooltip" | "label" | "primaryYAxis" | "secondaryYAxis" | "radius" | "size" | "q1" | "median" | "q3" | "min" | "max" | "outliers" | "x0" | "x1" | undefined;
136
136
  parentId?: string | undefined;
137
137
  })[];
138
138
  encoding: {
@@ -267,6 +267,8 @@ export declare class Builder implements VSeedBuilder {
267
267
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
268
268
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
269
269
  labelColor?: string | null | undefined;
270
+ pagerIconColor?: string | null | undefined;
271
+ pagerIconDisableColor?: string | null | undefined;
270
272
  labelFontSize?: number | null | undefined;
271
273
  labelFontWeight?: string | number | null | undefined;
272
274
  } | null | undefined;
@@ -542,6 +544,8 @@ export declare class Builder implements VSeedBuilder {
542
544
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
543
545
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
544
546
  labelColor?: string | null | undefined;
547
+ pagerIconColor?: string | null | undefined;
548
+ pagerIconDisableColor?: string | null | undefined;
545
549
  labelFontSize?: number | null | undefined;
546
550
  labelFontWeight?: string | number | null | undefined;
547
551
  } | null | undefined;
@@ -961,6 +965,8 @@ export declare class Builder implements VSeedBuilder {
961
965
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
962
966
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
963
967
  labelColor?: string | null | undefined;
968
+ pagerIconColor?: string | null | undefined;
969
+ pagerIconDisableColor?: string | null | undefined;
964
970
  labelFontSize?: number | null | undefined;
965
971
  labelFontWeight?: string | number | null | undefined;
966
972
  } | null | undefined;
@@ -1238,6 +1244,8 @@ export declare class Builder implements VSeedBuilder {
1238
1244
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
1239
1245
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
1240
1246
  labelColor?: string | null | undefined;
1247
+ pagerIconColor?: string | null | undefined;
1248
+ pagerIconDisableColor?: string | null | undefined;
1241
1249
  labelFontSize?: number | null | undefined;
1242
1250
  labelFontWeight?: string | number | null | undefined;
1243
1251
  } | null | undefined;
@@ -1515,6 +1523,8 @@ export declare class Builder implements VSeedBuilder {
1515
1523
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
1516
1524
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
1517
1525
  labelColor?: string | null | undefined;
1526
+ pagerIconColor?: string | null | undefined;
1527
+ pagerIconDisableColor?: string | null | undefined;
1518
1528
  labelFontSize?: number | null | undefined;
1519
1529
  labelFontWeight?: string | number | null | undefined;
1520
1530
  } | null | undefined;
@@ -1790,6 +1800,8 @@ export declare class Builder implements VSeedBuilder {
1790
1800
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
1791
1801
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
1792
1802
  labelColor?: string | null | undefined;
1803
+ pagerIconColor?: string | null | undefined;
1804
+ pagerIconDisableColor?: string | null | undefined;
1793
1805
  labelFontSize?: number | null | undefined;
1794
1806
  labelFontWeight?: string | number | null | undefined;
1795
1807
  } | null | undefined;
@@ -2065,6 +2077,8 @@ export declare class Builder implements VSeedBuilder {
2065
2077
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
2066
2078
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
2067
2079
  labelColor?: string | null | undefined;
2080
+ pagerIconColor?: string | null | undefined;
2081
+ pagerIconDisableColor?: string | null | undefined;
2068
2082
  labelFontSize?: number | null | undefined;
2069
2083
  labelFontWeight?: string | number | null | undefined;
2070
2084
  } | null | undefined;
@@ -2340,6 +2354,8 @@ export declare class Builder implements VSeedBuilder {
2340
2354
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
2341
2355
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
2342
2356
  labelColor?: string | null | undefined;
2357
+ pagerIconColor?: string | null | undefined;
2358
+ pagerIconDisableColor?: string | null | undefined;
2343
2359
  labelFontSize?: number | null | undefined;
2344
2360
  labelFontWeight?: string | number | null | undefined;
2345
2361
  } | null | undefined;
@@ -2615,6 +2631,8 @@ export declare class Builder implements VSeedBuilder {
2615
2631
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
2616
2632
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
2617
2633
  labelColor?: string | null | undefined;
2634
+ pagerIconColor?: string | null | undefined;
2635
+ pagerIconDisableColor?: string | null | undefined;
2618
2636
  labelFontSize?: number | null | undefined;
2619
2637
  labelFontWeight?: string | number | null | undefined;
2620
2638
  } | null | undefined;
@@ -2890,6 +2908,8 @@ export declare class Builder implements VSeedBuilder {
2890
2908
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
2891
2909
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
2892
2910
  labelColor?: string | null | undefined;
2911
+ pagerIconColor?: string | null | undefined;
2912
+ pagerIconDisableColor?: string | null | undefined;
2893
2913
  labelFontSize?: number | null | undefined;
2894
2914
  labelFontWeight?: string | number | null | undefined;
2895
2915
  } | null | undefined;
@@ -3322,6 +3342,8 @@ export declare class Builder implements VSeedBuilder {
3322
3342
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
3323
3343
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
3324
3344
  labelColor?: string | null | undefined;
3345
+ pagerIconColor?: string | null | undefined;
3346
+ pagerIconDisableColor?: string | null | undefined;
3325
3347
  labelFontSize?: number | null | undefined;
3326
3348
  labelFontWeight?: string | number | null | undefined;
3327
3349
  } | null | undefined;
@@ -3762,6 +3784,8 @@ export declare class Builder implements VSeedBuilder {
3762
3784
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
3763
3785
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
3764
3786
  labelColor?: string | null | undefined;
3787
+ pagerIconColor?: string | null | undefined;
3788
+ pagerIconDisableColor?: string | null | undefined;
3765
3789
  labelFontSize?: number | null | undefined;
3766
3790
  labelFontWeight?: string | number | null | undefined;
3767
3791
  } | null | undefined;
@@ -3860,6 +3884,8 @@ export declare class Builder implements VSeedBuilder {
3860
3884
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
3861
3885
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
3862
3886
  labelColor?: string | null | undefined;
3887
+ pagerIconColor?: string | null | undefined;
3888
+ pagerIconDisableColor?: string | null | undefined;
3863
3889
  labelFontSize?: number | null | undefined;
3864
3890
  labelFontWeight?: string | number | null | undefined;
3865
3891
  } | null | undefined;
@@ -3958,6 +3984,8 @@ export declare class Builder implements VSeedBuilder {
3958
3984
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
3959
3985
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
3960
3986
  labelColor?: string | null | undefined;
3987
+ pagerIconColor?: string | null | undefined;
3988
+ pagerIconDisableColor?: string | null | undefined;
3961
3989
  labelFontSize?: number | null | undefined;
3962
3990
  labelFontWeight?: string | number | null | undefined;
3963
3991
  } | null | undefined;
@@ -4057,6 +4085,8 @@ export declare class Builder implements VSeedBuilder {
4057
4085
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
4058
4086
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
4059
4087
  labelColor?: string | null | undefined;
4088
+ pagerIconColor?: string | null | undefined;
4089
+ pagerIconDisableColor?: string | null | undefined;
4060
4090
  labelFontSize?: number | null | undefined;
4061
4091
  labelFontWeight?: string | number | null | undefined;
4062
4092
  } | null | undefined;
@@ -4156,6 +4186,8 @@ export declare class Builder implements VSeedBuilder {
4156
4186
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
4157
4187
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
4158
4188
  labelColor?: string | null | undefined;
4189
+ pagerIconColor?: string | null | undefined;
4190
+ pagerIconDisableColor?: string | null | undefined;
4159
4191
  labelFontSize?: number | null | undefined;
4160
4192
  labelFontWeight?: string | number | null | undefined;
4161
4193
  } | null | undefined;
@@ -4254,6 +4286,8 @@ export declare class Builder implements VSeedBuilder {
4254
4286
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
4255
4287
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
4256
4288
  labelColor?: string | null | undefined;
4289
+ pagerIconColor?: string | null | undefined;
4290
+ pagerIconDisableColor?: string | null | undefined;
4257
4291
  labelFontSize?: number | null | undefined;
4258
4292
  labelFontWeight?: string | number | null | undefined;
4259
4293
  } | null | undefined;
@@ -4355,6 +4389,8 @@ export declare class Builder implements VSeedBuilder {
4355
4389
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
4356
4390
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
4357
4391
  labelColor?: string | null | undefined;
4392
+ pagerIconColor?: string | null | undefined;
4393
+ pagerIconDisableColor?: string | null | undefined;
4358
4394
  labelFontSize?: number | null | undefined;
4359
4395
  labelFontWeight?: string | number | null | undefined;
4360
4396
  } | null | undefined;
@@ -4457,6 +4493,8 @@ export declare class Builder implements VSeedBuilder {
4457
4493
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
4458
4494
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
4459
4495
  labelColor?: string | null | undefined;
4496
+ pagerIconColor?: string | null | undefined;
4497
+ pagerIconDisableColor?: string | null | undefined;
4460
4498
  labelFontSize?: number | null | undefined;
4461
4499
  labelFontWeight?: string | number | null | undefined;
4462
4500
  } | null | undefined;
@@ -4732,6 +4770,8 @@ export declare class Builder implements VSeedBuilder {
4732
4770
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
4733
4771
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
4734
4772
  labelColor?: string | null | undefined;
4773
+ pagerIconColor?: string | null | undefined;
4774
+ pagerIconDisableColor?: string | null | undefined;
4735
4775
  labelFontSize?: number | null | undefined;
4736
4776
  labelFontWeight?: string | number | null | undefined;
4737
4777
  } | null | undefined;
@@ -5449,6 +5489,8 @@ export declare class Builder implements VSeedBuilder {
5449
5489
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
5450
5490
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
5451
5491
  labelColor?: string | null | undefined;
5492
+ pagerIconColor?: string | null | undefined;
5493
+ pagerIconDisableColor?: string | null | undefined;
5452
5494
  labelFontSize?: number | null | undefined;
5453
5495
  labelFontWeight?: string | number | null | undefined;
5454
5496
  } | null | undefined;
@@ -5724,6 +5766,8 @@ export declare class Builder implements VSeedBuilder {
5724
5766
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
5725
5767
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
5726
5768
  labelColor?: string | null | undefined;
5769
+ pagerIconColor?: string | null | undefined;
5770
+ pagerIconDisableColor?: string | null | undefined;
5727
5771
  labelFontSize?: number | null | undefined;
5728
5772
  labelFontWeight?: string | number | null | undefined;
5729
5773
  } | null | undefined;
@@ -6143,6 +6187,8 @@ export declare class Builder implements VSeedBuilder {
6143
6187
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
6144
6188
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
6145
6189
  labelColor?: string | null | undefined;
6190
+ pagerIconColor?: string | null | undefined;
6191
+ pagerIconDisableColor?: string | null | undefined;
6146
6192
  labelFontSize?: number | null | undefined;
6147
6193
  labelFontWeight?: string | number | null | undefined;
6148
6194
  } | null | undefined;
@@ -6420,6 +6466,8 @@ export declare class Builder implements VSeedBuilder {
6420
6466
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
6421
6467
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
6422
6468
  labelColor?: string | null | undefined;
6469
+ pagerIconColor?: string | null | undefined;
6470
+ pagerIconDisableColor?: string | null | undefined;
6423
6471
  labelFontSize?: number | null | undefined;
6424
6472
  labelFontWeight?: string | number | null | undefined;
6425
6473
  } | null | undefined;
@@ -6697,6 +6745,8 @@ export declare class Builder implements VSeedBuilder {
6697
6745
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
6698
6746
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
6699
6747
  labelColor?: string | null | undefined;
6748
+ pagerIconColor?: string | null | undefined;
6749
+ pagerIconDisableColor?: string | null | undefined;
6700
6750
  labelFontSize?: number | null | undefined;
6701
6751
  labelFontWeight?: string | number | null | undefined;
6702
6752
  } | null | undefined;
@@ -6972,6 +7022,8 @@ export declare class Builder implements VSeedBuilder {
6972
7022
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
6973
7023
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
6974
7024
  labelColor?: string | null | undefined;
7025
+ pagerIconColor?: string | null | undefined;
7026
+ pagerIconDisableColor?: string | null | undefined;
6975
7027
  labelFontSize?: number | null | undefined;
6976
7028
  labelFontWeight?: string | number | null | undefined;
6977
7029
  } | null | undefined;
@@ -7247,6 +7299,8 @@ export declare class Builder implements VSeedBuilder {
7247
7299
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
7248
7300
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
7249
7301
  labelColor?: string | null | undefined;
7302
+ pagerIconColor?: string | null | undefined;
7303
+ pagerIconDisableColor?: string | null | undefined;
7250
7304
  labelFontSize?: number | null | undefined;
7251
7305
  labelFontWeight?: string | number | null | undefined;
7252
7306
  } | null | undefined;
@@ -7522,6 +7576,8 @@ export declare class Builder implements VSeedBuilder {
7522
7576
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
7523
7577
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
7524
7578
  labelColor?: string | null | undefined;
7579
+ pagerIconColor?: string | null | undefined;
7580
+ pagerIconDisableColor?: string | null | undefined;
7525
7581
  labelFontSize?: number | null | undefined;
7526
7582
  labelFontWeight?: string | number | null | undefined;
7527
7583
  } | null | undefined;
@@ -7797,6 +7853,8 @@ export declare class Builder implements VSeedBuilder {
7797
7853
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
7798
7854
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
7799
7855
  labelColor?: string | null | undefined;
7856
+ pagerIconColor?: string | null | undefined;
7857
+ pagerIconDisableColor?: string | null | undefined;
7800
7858
  labelFontSize?: number | null | undefined;
7801
7859
  labelFontWeight?: string | number | null | undefined;
7802
7860
  } | null | undefined;
@@ -8072,6 +8130,8 @@ export declare class Builder implements VSeedBuilder {
8072
8130
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
8073
8131
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
8074
8132
  labelColor?: string | null | undefined;
8133
+ pagerIconColor?: string | null | undefined;
8134
+ pagerIconDisableColor?: string | null | undefined;
8075
8135
  labelFontSize?: number | null | undefined;
8076
8136
  labelFontWeight?: string | number | null | undefined;
8077
8137
  } | null | undefined;
@@ -8504,6 +8564,8 @@ export declare class Builder implements VSeedBuilder {
8504
8564
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
8505
8565
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
8506
8566
  labelColor?: string | null | undefined;
8567
+ pagerIconColor?: string | null | undefined;
8568
+ pagerIconDisableColor?: string | null | undefined;
8507
8569
  labelFontSize?: number | null | undefined;
8508
8570
  labelFontWeight?: string | number | null | undefined;
8509
8571
  } | null | undefined;
@@ -8944,6 +9006,8 @@ export declare class Builder implements VSeedBuilder {
8944
9006
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
8945
9007
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
8946
9008
  labelColor?: string | null | undefined;
9009
+ pagerIconColor?: string | null | undefined;
9010
+ pagerIconDisableColor?: string | null | undefined;
8947
9011
  labelFontSize?: number | null | undefined;
8948
9012
  labelFontWeight?: string | number | null | undefined;
8949
9013
  } | null | undefined;
@@ -9042,6 +9106,8 @@ export declare class Builder implements VSeedBuilder {
9042
9106
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
9043
9107
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
9044
9108
  labelColor?: string | null | undefined;
9109
+ pagerIconColor?: string | null | undefined;
9110
+ pagerIconDisableColor?: string | null | undefined;
9045
9111
  labelFontSize?: number | null | undefined;
9046
9112
  labelFontWeight?: string | number | null | undefined;
9047
9113
  } | null | undefined;
@@ -9140,6 +9206,8 @@ export declare class Builder implements VSeedBuilder {
9140
9206
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
9141
9207
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
9142
9208
  labelColor?: string | null | undefined;
9209
+ pagerIconColor?: string | null | undefined;
9210
+ pagerIconDisableColor?: string | null | undefined;
9143
9211
  labelFontSize?: number | null | undefined;
9144
9212
  labelFontWeight?: string | number | null | undefined;
9145
9213
  } | null | undefined;
@@ -9239,6 +9307,8 @@ export declare class Builder implements VSeedBuilder {
9239
9307
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
9240
9308
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
9241
9309
  labelColor?: string | null | undefined;
9310
+ pagerIconColor?: string | null | undefined;
9311
+ pagerIconDisableColor?: string | null | undefined;
9242
9312
  labelFontSize?: number | null | undefined;
9243
9313
  labelFontWeight?: string | number | null | undefined;
9244
9314
  } | null | undefined;
@@ -9338,6 +9408,8 @@ export declare class Builder implements VSeedBuilder {
9338
9408
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
9339
9409
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
9340
9410
  labelColor?: string | null | undefined;
9411
+ pagerIconColor?: string | null | undefined;
9412
+ pagerIconDisableColor?: string | null | undefined;
9341
9413
  labelFontSize?: number | null | undefined;
9342
9414
  labelFontWeight?: string | number | null | undefined;
9343
9415
  } | null | undefined;
@@ -9436,6 +9508,8 @@ export declare class Builder implements VSeedBuilder {
9436
9508
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
9437
9509
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
9438
9510
  labelColor?: string | null | undefined;
9511
+ pagerIconColor?: string | null | undefined;
9512
+ pagerIconDisableColor?: string | null | undefined;
9439
9513
  labelFontSize?: number | null | undefined;
9440
9514
  labelFontWeight?: string | number | null | undefined;
9441
9515
  } | null | undefined;
@@ -9537,6 +9611,8 @@ export declare class Builder implements VSeedBuilder {
9537
9611
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
9538
9612
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
9539
9613
  labelColor?: string | null | undefined;
9614
+ pagerIconColor?: string | null | undefined;
9615
+ pagerIconDisableColor?: string | null | undefined;
9540
9616
  labelFontSize?: number | null | undefined;
9541
9617
  labelFontWeight?: string | number | null | undefined;
9542
9618
  } | null | undefined;
@@ -9639,6 +9715,8 @@ export declare class Builder implements VSeedBuilder {
9639
9715
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
9640
9716
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
9641
9717
  labelColor?: string | null | undefined;
9718
+ pagerIconColor?: string | null | undefined;
9719
+ pagerIconDisableColor?: string | null | undefined;
9642
9720
  labelFontSize?: number | null | undefined;
9643
9721
  labelFontWeight?: string | number | null | undefined;
9644
9722
  } | null | undefined;
@@ -9914,6 +9992,8 @@ export declare class Builder implements VSeedBuilder {
9914
9992
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
9915
9993
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
9916
9994
  labelColor?: string | null | undefined;
9995
+ pagerIconColor?: string | null | undefined;
9996
+ pagerIconDisableColor?: string | null | undefined;
9917
9997
  labelFontSize?: number | null | undefined;
9918
9998
  labelFontWeight?: string | number | null | undefined;
9919
9999
  } | null | undefined;
@@ -10725,6 +10805,42 @@ export declare class Builder implements VSeedBuilder {
10725
10805
  confidenceIntervalOpacity?: number | null | undefined;
10726
10806
  }[] | null | undefined;
10727
10807
  };
10808
+ reshapeMeasures?: (import("../../types").MeasureGroup | {
10809
+ id: string;
10810
+ alias?: string | undefined;
10811
+ autoFormat?: boolean | undefined;
10812
+ numFormat?: {
10813
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
10814
+ ratio?: number | undefined;
10815
+ symbol?: string | undefined;
10816
+ thousandSeparator?: boolean | undefined;
10817
+ prefix?: string | undefined;
10818
+ suffix?: string | undefined;
10819
+ fractionDigits?: number | undefined;
10820
+ significantDigits?: number | undefined;
10821
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
10822
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
10823
+ } | undefined;
10824
+ format?: {
10825
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
10826
+ ratio?: number | undefined;
10827
+ symbol?: string | undefined;
10828
+ thousandSeparator?: boolean | undefined;
10829
+ prefix?: string | undefined;
10830
+ suffix?: string | undefined;
10831
+ fractionDigits?: number | undefined;
10832
+ significantDigits?: number | undefined;
10833
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
10834
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
10835
+ } | undefined;
10836
+ encoding?: "column" | "value" | "xAxis" | "yAxis" | "angle" | "color" | "detail" | "tooltip" | "label" | "primaryYAxis" | "secondaryYAxis" | "radius" | "size" | "q1" | "median" | "q3" | "min" | "max" | "outliers" | "x0" | "x1" | undefined;
10837
+ parentId?: string | undefined;
10838
+ })[] | undefined;
10839
+ reshapeDimensions?: (import("src/types").DimensionGroup | {
10840
+ id: string;
10841
+ alias?: string | undefined;
10842
+ encoding?: "column" | "xAxis" | "yAxis" | "angle" | "color" | "detail" | "tooltip" | "label" | "row" | undefined;
10843
+ })[] | undefined;
10728
10844
  } | null;
10729
10845
  /**
10730
10846
  *
@@ -10786,8 +10902,9 @@ export declare class Builder implements VSeedBuilder {
10786
10902
  })[];
10787
10903
  measures: (import("src/types").MeasureGroup | {
10788
10904
  id: string;
10789
- autoFormat: boolean;
10790
- numFormat: {
10905
+ alias?: string | undefined;
10906
+ autoFormat?: boolean | undefined;
10907
+ numFormat?: {
10791
10908
  type?: "number" | "percent" | "permille" | "scientific" | undefined;
10792
10909
  ratio?: number | undefined;
10793
10910
  symbol?: string | undefined;
@@ -10798,8 +10915,8 @@ export declare class Builder implements VSeedBuilder {
10798
10915
  significantDigits?: number | undefined;
10799
10916
  roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
10800
10917
  roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
10801
- };
10802
- format: {
10918
+ } | undefined;
10919
+ format?: {
10803
10920
  type?: "number" | "percent" | "permille" | "scientific" | undefined;
10804
10921
  ratio?: number | undefined;
10805
10922
  symbol?: string | undefined;
@@ -10810,9 +10927,8 @@ export declare class Builder implements VSeedBuilder {
10810
10927
  significantDigits?: number | undefined;
10811
10928
  roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
10812
10929
  roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
10813
- };
10814
- alias?: string | undefined;
10815
- encoding?: "column" | "xAxis" | "yAxis" | "angle" | "color" | "detail" | "tooltip" | "label" | "primaryYAxis" | "secondaryYAxis" | "radius" | "size" | undefined;
10930
+ } | undefined;
10931
+ encoding?: "column" | "value" | "xAxis" | "yAxis" | "angle" | "color" | "detail" | "tooltip" | "label" | "primaryYAxis" | "secondaryYAxis" | "radius" | "size" | "q1" | "median" | "q3" | "min" | "max" | "outliers" | "x0" | "x1" | undefined;
10816
10932
  parentId?: string | undefined;
10817
10933
  })[];
10818
10934
  encoding: {
@@ -10947,6 +11063,8 @@ export declare class Builder implements VSeedBuilder {
10947
11063
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
10948
11064
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
10949
11065
  labelColor?: string | null | undefined;
11066
+ pagerIconColor?: string | null | undefined;
11067
+ pagerIconDisableColor?: string | null | undefined;
10950
11068
  labelFontSize?: number | null | undefined;
10951
11069
  labelFontWeight?: string | number | null | undefined;
10952
11070
  } | null | undefined;
@@ -11222,6 +11340,8 @@ export declare class Builder implements VSeedBuilder {
11222
11340
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
11223
11341
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
11224
11342
  labelColor?: string | null | undefined;
11343
+ pagerIconColor?: string | null | undefined;
11344
+ pagerIconDisableColor?: string | null | undefined;
11225
11345
  labelFontSize?: number | null | undefined;
11226
11346
  labelFontWeight?: string | number | null | undefined;
11227
11347
  } | null | undefined;
@@ -11641,6 +11761,8 @@ export declare class Builder implements VSeedBuilder {
11641
11761
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
11642
11762
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
11643
11763
  labelColor?: string | null | undefined;
11764
+ pagerIconColor?: string | null | undefined;
11765
+ pagerIconDisableColor?: string | null | undefined;
11644
11766
  labelFontSize?: number | null | undefined;
11645
11767
  labelFontWeight?: string | number | null | undefined;
11646
11768
  } | null | undefined;
@@ -11918,6 +12040,8 @@ export declare class Builder implements VSeedBuilder {
11918
12040
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
11919
12041
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
11920
12042
  labelColor?: string | null | undefined;
12043
+ pagerIconColor?: string | null | undefined;
12044
+ pagerIconDisableColor?: string | null | undefined;
11921
12045
  labelFontSize?: number | null | undefined;
11922
12046
  labelFontWeight?: string | number | null | undefined;
11923
12047
  } | null | undefined;
@@ -12195,6 +12319,8 @@ export declare class Builder implements VSeedBuilder {
12195
12319
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
12196
12320
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
12197
12321
  labelColor?: string | null | undefined;
12322
+ pagerIconColor?: string | null | undefined;
12323
+ pagerIconDisableColor?: string | null | undefined;
12198
12324
  labelFontSize?: number | null | undefined;
12199
12325
  labelFontWeight?: string | number | null | undefined;
12200
12326
  } | null | undefined;
@@ -12470,6 +12596,8 @@ export declare class Builder implements VSeedBuilder {
12470
12596
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
12471
12597
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
12472
12598
  labelColor?: string | null | undefined;
12599
+ pagerIconColor?: string | null | undefined;
12600
+ pagerIconDisableColor?: string | null | undefined;
12473
12601
  labelFontSize?: number | null | undefined;
12474
12602
  labelFontWeight?: string | number | null | undefined;
12475
12603
  } | null | undefined;
@@ -12745,6 +12873,8 @@ export declare class Builder implements VSeedBuilder {
12745
12873
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
12746
12874
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
12747
12875
  labelColor?: string | null | undefined;
12876
+ pagerIconColor?: string | null | undefined;
12877
+ pagerIconDisableColor?: string | null | undefined;
12748
12878
  labelFontSize?: number | null | undefined;
12749
12879
  labelFontWeight?: string | number | null | undefined;
12750
12880
  } | null | undefined;
@@ -13020,6 +13150,8 @@ export declare class Builder implements VSeedBuilder {
13020
13150
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
13021
13151
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
13022
13152
  labelColor?: string | null | undefined;
13153
+ pagerIconColor?: string | null | undefined;
13154
+ pagerIconDisableColor?: string | null | undefined;
13023
13155
  labelFontSize?: number | null | undefined;
13024
13156
  labelFontWeight?: string | number | null | undefined;
13025
13157
  } | null | undefined;
@@ -13295,6 +13427,8 @@ export declare class Builder implements VSeedBuilder {
13295
13427
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
13296
13428
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
13297
13429
  labelColor?: string | null | undefined;
13430
+ pagerIconColor?: string | null | undefined;
13431
+ pagerIconDisableColor?: string | null | undefined;
13298
13432
  labelFontSize?: number | null | undefined;
13299
13433
  labelFontWeight?: string | number | null | undefined;
13300
13434
  } | null | undefined;
@@ -13570,6 +13704,8 @@ export declare class Builder implements VSeedBuilder {
13570
13704
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
13571
13705
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
13572
13706
  labelColor?: string | null | undefined;
13707
+ pagerIconColor?: string | null | undefined;
13708
+ pagerIconDisableColor?: string | null | undefined;
13573
13709
  labelFontSize?: number | null | undefined;
13574
13710
  labelFontWeight?: string | number | null | undefined;
13575
13711
  } | null | undefined;
@@ -14002,6 +14138,8 @@ export declare class Builder implements VSeedBuilder {
14002
14138
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
14003
14139
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
14004
14140
  labelColor?: string | null | undefined;
14141
+ pagerIconColor?: string | null | undefined;
14142
+ pagerIconDisableColor?: string | null | undefined;
14005
14143
  labelFontSize?: number | null | undefined;
14006
14144
  labelFontWeight?: string | number | null | undefined;
14007
14145
  } | null | undefined;
@@ -14442,6 +14580,8 @@ export declare class Builder implements VSeedBuilder {
14442
14580
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
14443
14581
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
14444
14582
  labelColor?: string | null | undefined;
14583
+ pagerIconColor?: string | null | undefined;
14584
+ pagerIconDisableColor?: string | null | undefined;
14445
14585
  labelFontSize?: number | null | undefined;
14446
14586
  labelFontWeight?: string | number | null | undefined;
14447
14587
  } | null | undefined;
@@ -14540,6 +14680,8 @@ export declare class Builder implements VSeedBuilder {
14540
14680
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
14541
14681
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
14542
14682
  labelColor?: string | null | undefined;
14683
+ pagerIconColor?: string | null | undefined;
14684
+ pagerIconDisableColor?: string | null | undefined;
14543
14685
  labelFontSize?: number | null | undefined;
14544
14686
  labelFontWeight?: string | number | null | undefined;
14545
14687
  } | null | undefined;
@@ -14638,6 +14780,8 @@ export declare class Builder implements VSeedBuilder {
14638
14780
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
14639
14781
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
14640
14782
  labelColor?: string | null | undefined;
14783
+ pagerIconColor?: string | null | undefined;
14784
+ pagerIconDisableColor?: string | null | undefined;
14641
14785
  labelFontSize?: number | null | undefined;
14642
14786
  labelFontWeight?: string | number | null | undefined;
14643
14787
  } | null | undefined;
@@ -14737,6 +14881,8 @@ export declare class Builder implements VSeedBuilder {
14737
14881
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
14738
14882
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
14739
14883
  labelColor?: string | null | undefined;
14884
+ pagerIconColor?: string | null | undefined;
14885
+ pagerIconDisableColor?: string | null | undefined;
14740
14886
  labelFontSize?: number | null | undefined;
14741
14887
  labelFontWeight?: string | number | null | undefined;
14742
14888
  } | null | undefined;
@@ -14836,6 +14982,8 @@ export declare class Builder implements VSeedBuilder {
14836
14982
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
14837
14983
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
14838
14984
  labelColor?: string | null | undefined;
14985
+ pagerIconColor?: string | null | undefined;
14986
+ pagerIconDisableColor?: string | null | undefined;
14839
14987
  labelFontSize?: number | null | undefined;
14840
14988
  labelFontWeight?: string | number | null | undefined;
14841
14989
  } | null | undefined;
@@ -14934,6 +15082,8 @@ export declare class Builder implements VSeedBuilder {
14934
15082
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
14935
15083
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
14936
15084
  labelColor?: string | null | undefined;
15085
+ pagerIconColor?: string | null | undefined;
15086
+ pagerIconDisableColor?: string | null | undefined;
14937
15087
  labelFontSize?: number | null | undefined;
14938
15088
  labelFontWeight?: string | number | null | undefined;
14939
15089
  } | null | undefined;
@@ -15035,6 +15185,8 @@ export declare class Builder implements VSeedBuilder {
15035
15185
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
15036
15186
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
15037
15187
  labelColor?: string | null | undefined;
15188
+ pagerIconColor?: string | null | undefined;
15189
+ pagerIconDisableColor?: string | null | undefined;
15038
15190
  labelFontSize?: number | null | undefined;
15039
15191
  labelFontWeight?: string | number | null | undefined;
15040
15192
  } | null | undefined;
@@ -15137,6 +15289,8 @@ export declare class Builder implements VSeedBuilder {
15137
15289
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
15138
15290
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
15139
15291
  labelColor?: string | null | undefined;
15292
+ pagerIconColor?: string | null | undefined;
15293
+ pagerIconDisableColor?: string | null | undefined;
15140
15294
  labelFontSize?: number | null | undefined;
15141
15295
  labelFontWeight?: string | number | null | undefined;
15142
15296
  } | null | undefined;
@@ -15412,6 +15566,8 @@ export declare class Builder implements VSeedBuilder {
15412
15566
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
15413
15567
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
15414
15568
  labelColor?: string | null | undefined;
15569
+ pagerIconColor?: string | null | undefined;
15570
+ pagerIconDisableColor?: string | null | undefined;
15415
15571
  labelFontSize?: number | null | undefined;
15416
15572
  labelFontWeight?: string | number | null | undefined;
15417
15573
  } | null | undefined;
@@ -16129,6 +16285,8 @@ export declare class Builder implements VSeedBuilder {
16129
16285
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
16130
16286
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
16131
16287
  labelColor?: string | null | undefined;
16288
+ pagerIconColor?: string | null | undefined;
16289
+ pagerIconDisableColor?: string | null | undefined;
16132
16290
  labelFontSize?: number | null | undefined;
16133
16291
  labelFontWeight?: string | number | null | undefined;
16134
16292
  } | null | undefined;
@@ -16404,6 +16562,8 @@ export declare class Builder implements VSeedBuilder {
16404
16562
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
16405
16563
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
16406
16564
  labelColor?: string | null | undefined;
16565
+ pagerIconColor?: string | null | undefined;
16566
+ pagerIconDisableColor?: string | null | undefined;
16407
16567
  labelFontSize?: number | null | undefined;
16408
16568
  labelFontWeight?: string | number | null | undefined;
16409
16569
  } | null | undefined;
@@ -16823,6 +16983,8 @@ export declare class Builder implements VSeedBuilder {
16823
16983
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
16824
16984
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
16825
16985
  labelColor?: string | null | undefined;
16986
+ pagerIconColor?: string | null | undefined;
16987
+ pagerIconDisableColor?: string | null | undefined;
16826
16988
  labelFontSize?: number | null | undefined;
16827
16989
  labelFontWeight?: string | number | null | undefined;
16828
16990
  } | null | undefined;
@@ -17100,6 +17262,8 @@ export declare class Builder implements VSeedBuilder {
17100
17262
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
17101
17263
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
17102
17264
  labelColor?: string | null | undefined;
17265
+ pagerIconColor?: string | null | undefined;
17266
+ pagerIconDisableColor?: string | null | undefined;
17103
17267
  labelFontSize?: number | null | undefined;
17104
17268
  labelFontWeight?: string | number | null | undefined;
17105
17269
  } | null | undefined;
@@ -17377,6 +17541,8 @@ export declare class Builder implements VSeedBuilder {
17377
17541
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
17378
17542
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
17379
17543
  labelColor?: string | null | undefined;
17544
+ pagerIconColor?: string | null | undefined;
17545
+ pagerIconDisableColor?: string | null | undefined;
17380
17546
  labelFontSize?: number | null | undefined;
17381
17547
  labelFontWeight?: string | number | null | undefined;
17382
17548
  } | null | undefined;
@@ -17652,6 +17818,8 @@ export declare class Builder implements VSeedBuilder {
17652
17818
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
17653
17819
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
17654
17820
  labelColor?: string | null | undefined;
17821
+ pagerIconColor?: string | null | undefined;
17822
+ pagerIconDisableColor?: string | null | undefined;
17655
17823
  labelFontSize?: number | null | undefined;
17656
17824
  labelFontWeight?: string | number | null | undefined;
17657
17825
  } | null | undefined;
@@ -17927,6 +18095,8 @@ export declare class Builder implements VSeedBuilder {
17927
18095
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
17928
18096
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
17929
18097
  labelColor?: string | null | undefined;
18098
+ pagerIconColor?: string | null | undefined;
18099
+ pagerIconDisableColor?: string | null | undefined;
17930
18100
  labelFontSize?: number | null | undefined;
17931
18101
  labelFontWeight?: string | number | null | undefined;
17932
18102
  } | null | undefined;
@@ -18202,6 +18372,8 @@ export declare class Builder implements VSeedBuilder {
18202
18372
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
18203
18373
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
18204
18374
  labelColor?: string | null | undefined;
18375
+ pagerIconColor?: string | null | undefined;
18376
+ pagerIconDisableColor?: string | null | undefined;
18205
18377
  labelFontSize?: number | null | undefined;
18206
18378
  labelFontWeight?: string | number | null | undefined;
18207
18379
  } | null | undefined;
@@ -18477,6 +18649,8 @@ export declare class Builder implements VSeedBuilder {
18477
18649
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
18478
18650
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
18479
18651
  labelColor?: string | null | undefined;
18652
+ pagerIconColor?: string | null | undefined;
18653
+ pagerIconDisableColor?: string | null | undefined;
18480
18654
  labelFontSize?: number | null | undefined;
18481
18655
  labelFontWeight?: string | number | null | undefined;
18482
18656
  } | null | undefined;
@@ -18752,6 +18926,8 @@ export declare class Builder implements VSeedBuilder {
18752
18926
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
18753
18927
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
18754
18928
  labelColor?: string | null | undefined;
18929
+ pagerIconColor?: string | null | undefined;
18930
+ pagerIconDisableColor?: string | null | undefined;
18755
18931
  labelFontSize?: number | null | undefined;
18756
18932
  labelFontWeight?: string | number | null | undefined;
18757
18933
  } | null | undefined;
@@ -19184,6 +19360,8 @@ export declare class Builder implements VSeedBuilder {
19184
19360
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
19185
19361
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
19186
19362
  labelColor?: string | null | undefined;
19363
+ pagerIconColor?: string | null | undefined;
19364
+ pagerIconDisableColor?: string | null | undefined;
19187
19365
  labelFontSize?: number | null | undefined;
19188
19366
  labelFontWeight?: string | number | null | undefined;
19189
19367
  } | null | undefined;
@@ -19624,6 +19802,8 @@ export declare class Builder implements VSeedBuilder {
19624
19802
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
19625
19803
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
19626
19804
  labelColor?: string | null | undefined;
19805
+ pagerIconColor?: string | null | undefined;
19806
+ pagerIconDisableColor?: string | null | undefined;
19627
19807
  labelFontSize?: number | null | undefined;
19628
19808
  labelFontWeight?: string | number | null | undefined;
19629
19809
  } | null | undefined;
@@ -19722,6 +19902,8 @@ export declare class Builder implements VSeedBuilder {
19722
19902
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
19723
19903
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
19724
19904
  labelColor?: string | null | undefined;
19905
+ pagerIconColor?: string | null | undefined;
19906
+ pagerIconDisableColor?: string | null | undefined;
19725
19907
  labelFontSize?: number | null | undefined;
19726
19908
  labelFontWeight?: string | number | null | undefined;
19727
19909
  } | null | undefined;
@@ -19820,6 +20002,8 @@ export declare class Builder implements VSeedBuilder {
19820
20002
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
19821
20003
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
19822
20004
  labelColor?: string | null | undefined;
20005
+ pagerIconColor?: string | null | undefined;
20006
+ pagerIconDisableColor?: string | null | undefined;
19823
20007
  labelFontSize?: number | null | undefined;
19824
20008
  labelFontWeight?: string | number | null | undefined;
19825
20009
  } | null | undefined;
@@ -19919,6 +20103,8 @@ export declare class Builder implements VSeedBuilder {
19919
20103
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
19920
20104
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
19921
20105
  labelColor?: string | null | undefined;
20106
+ pagerIconColor?: string | null | undefined;
20107
+ pagerIconDisableColor?: string | null | undefined;
19922
20108
  labelFontSize?: number | null | undefined;
19923
20109
  labelFontWeight?: string | number | null | undefined;
19924
20110
  } | null | undefined;
@@ -20018,6 +20204,8 @@ export declare class Builder implements VSeedBuilder {
20018
20204
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
20019
20205
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
20020
20206
  labelColor?: string | null | undefined;
20207
+ pagerIconColor?: string | null | undefined;
20208
+ pagerIconDisableColor?: string | null | undefined;
20021
20209
  labelFontSize?: number | null | undefined;
20022
20210
  labelFontWeight?: string | number | null | undefined;
20023
20211
  } | null | undefined;
@@ -20116,6 +20304,8 @@ export declare class Builder implements VSeedBuilder {
20116
20304
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
20117
20305
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
20118
20306
  labelColor?: string | null | undefined;
20307
+ pagerIconColor?: string | null | undefined;
20308
+ pagerIconDisableColor?: string | null | undefined;
20119
20309
  labelFontSize?: number | null | undefined;
20120
20310
  labelFontWeight?: string | number | null | undefined;
20121
20311
  } | null | undefined;
@@ -20217,6 +20407,8 @@ export declare class Builder implements VSeedBuilder {
20217
20407
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
20218
20408
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
20219
20409
  labelColor?: string | null | undefined;
20410
+ pagerIconColor?: string | null | undefined;
20411
+ pagerIconDisableColor?: string | null | undefined;
20220
20412
  labelFontSize?: number | null | undefined;
20221
20413
  labelFontWeight?: string | number | null | undefined;
20222
20414
  } | null | undefined;
@@ -20319,6 +20511,8 @@ export declare class Builder implements VSeedBuilder {
20319
20511
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
20320
20512
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
20321
20513
  labelColor?: string | null | undefined;
20514
+ pagerIconColor?: string | null | undefined;
20515
+ pagerIconDisableColor?: string | null | undefined;
20322
20516
  labelFontSize?: number | null | undefined;
20323
20517
  labelFontWeight?: string | number | null | undefined;
20324
20518
  } | null | undefined;
@@ -20594,6 +20788,8 @@ export declare class Builder implements VSeedBuilder {
20594
20788
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
20595
20789
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
20596
20790
  labelColor?: string | null | undefined;
20791
+ pagerIconColor?: string | null | undefined;
20792
+ pagerIconDisableColor?: string | null | undefined;
20597
20793
  labelFontSize?: number | null | undefined;
20598
20794
  labelFontWeight?: string | number | null | undefined;
20599
20795
  } | null | undefined;
@@ -21405,6 +21601,42 @@ export declare class Builder implements VSeedBuilder {
21405
21601
  confidenceIntervalOpacity?: number | null | undefined;
21406
21602
  }[] | null | undefined;
21407
21603
  };
21604
+ reshapeMeasures?: (import("../../types").MeasureGroup | {
21605
+ id: string;
21606
+ alias?: string | undefined;
21607
+ autoFormat?: boolean | undefined;
21608
+ numFormat?: {
21609
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
21610
+ ratio?: number | undefined;
21611
+ symbol?: string | undefined;
21612
+ thousandSeparator?: boolean | undefined;
21613
+ prefix?: string | undefined;
21614
+ suffix?: string | undefined;
21615
+ fractionDigits?: number | undefined;
21616
+ significantDigits?: number | undefined;
21617
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
21618
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
21619
+ } | undefined;
21620
+ format?: {
21621
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
21622
+ ratio?: number | undefined;
21623
+ symbol?: string | undefined;
21624
+ thousandSeparator?: boolean | undefined;
21625
+ prefix?: string | undefined;
21626
+ suffix?: string | undefined;
21627
+ fractionDigits?: number | undefined;
21628
+ significantDigits?: number | undefined;
21629
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
21630
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
21631
+ } | undefined;
21632
+ encoding?: "column" | "value" | "xAxis" | "yAxis" | "angle" | "color" | "detail" | "tooltip" | "label" | "primaryYAxis" | "secondaryYAxis" | "radius" | "size" | "q1" | "median" | "q3" | "min" | "max" | "outliers" | "x0" | "x1" | undefined;
21633
+ parentId?: string | undefined;
21634
+ })[] | undefined;
21635
+ reshapeDimensions?: (import("src/types").DimensionGroup | {
21636
+ id: string;
21637
+ alias?: string | undefined;
21638
+ encoding?: "column" | "xAxis" | "yAxis" | "angle" | "color" | "detail" | "tooltip" | "label" | "row" | undefined;
21639
+ })[] | undefined;
21408
21640
  } | null);
21409
21641
  /**
21410
21642
  * @description 获取spec
@@ -21554,6 +21786,8 @@ export declare class Builder implements VSeedBuilder {
21554
21786
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
21555
21787
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
21556
21788
  labelColor?: string | null | undefined;
21789
+ pagerIconColor?: string | null | undefined;
21790
+ pagerIconDisableColor?: string | null | undefined;
21557
21791
  labelFontSize?: number | null | undefined;
21558
21792
  labelFontWeight?: string | number | null | undefined;
21559
21793
  } | null | undefined;
@@ -21829,6 +22063,8 @@ export declare class Builder implements VSeedBuilder {
21829
22063
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
21830
22064
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
21831
22065
  labelColor?: string | null | undefined;
22066
+ pagerIconColor?: string | null | undefined;
22067
+ pagerIconDisableColor?: string | null | undefined;
21832
22068
  labelFontSize?: number | null | undefined;
21833
22069
  labelFontWeight?: string | number | null | undefined;
21834
22070
  } | null | undefined;
@@ -22248,6 +22484,8 @@ export declare class Builder implements VSeedBuilder {
22248
22484
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
22249
22485
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
22250
22486
  labelColor?: string | null | undefined;
22487
+ pagerIconColor?: string | null | undefined;
22488
+ pagerIconDisableColor?: string | null | undefined;
22251
22489
  labelFontSize?: number | null | undefined;
22252
22490
  labelFontWeight?: string | number | null | undefined;
22253
22491
  } | null | undefined;
@@ -22525,6 +22763,8 @@ export declare class Builder implements VSeedBuilder {
22525
22763
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
22526
22764
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
22527
22765
  labelColor?: string | null | undefined;
22766
+ pagerIconColor?: string | null | undefined;
22767
+ pagerIconDisableColor?: string | null | undefined;
22528
22768
  labelFontSize?: number | null | undefined;
22529
22769
  labelFontWeight?: string | number | null | undefined;
22530
22770
  } | null | undefined;
@@ -22802,6 +23042,8 @@ export declare class Builder implements VSeedBuilder {
22802
23042
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
22803
23043
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
22804
23044
  labelColor?: string | null | undefined;
23045
+ pagerIconColor?: string | null | undefined;
23046
+ pagerIconDisableColor?: string | null | undefined;
22805
23047
  labelFontSize?: number | null | undefined;
22806
23048
  labelFontWeight?: string | number | null | undefined;
22807
23049
  } | null | undefined;
@@ -23077,6 +23319,8 @@ export declare class Builder implements VSeedBuilder {
23077
23319
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
23078
23320
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
23079
23321
  labelColor?: string | null | undefined;
23322
+ pagerIconColor?: string | null | undefined;
23323
+ pagerIconDisableColor?: string | null | undefined;
23080
23324
  labelFontSize?: number | null | undefined;
23081
23325
  labelFontWeight?: string | number | null | undefined;
23082
23326
  } | null | undefined;
@@ -23352,6 +23596,8 @@ export declare class Builder implements VSeedBuilder {
23352
23596
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
23353
23597
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
23354
23598
  labelColor?: string | null | undefined;
23599
+ pagerIconColor?: string | null | undefined;
23600
+ pagerIconDisableColor?: string | null | undefined;
23355
23601
  labelFontSize?: number | null | undefined;
23356
23602
  labelFontWeight?: string | number | null | undefined;
23357
23603
  } | null | undefined;
@@ -23627,6 +23873,8 @@ export declare class Builder implements VSeedBuilder {
23627
23873
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
23628
23874
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
23629
23875
  labelColor?: string | null | undefined;
23876
+ pagerIconColor?: string | null | undefined;
23877
+ pagerIconDisableColor?: string | null | undefined;
23630
23878
  labelFontSize?: number | null | undefined;
23631
23879
  labelFontWeight?: string | number | null | undefined;
23632
23880
  } | null | undefined;
@@ -23902,6 +24150,8 @@ export declare class Builder implements VSeedBuilder {
23902
24150
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
23903
24151
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
23904
24152
  labelColor?: string | null | undefined;
24153
+ pagerIconColor?: string | null | undefined;
24154
+ pagerIconDisableColor?: string | null | undefined;
23905
24155
  labelFontSize?: number | null | undefined;
23906
24156
  labelFontWeight?: string | number | null | undefined;
23907
24157
  } | null | undefined;
@@ -24177,6 +24427,8 @@ export declare class Builder implements VSeedBuilder {
24177
24427
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
24178
24428
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
24179
24429
  labelColor?: string | null | undefined;
24430
+ pagerIconColor?: string | null | undefined;
24431
+ pagerIconDisableColor?: string | null | undefined;
24180
24432
  labelFontSize?: number | null | undefined;
24181
24433
  labelFontWeight?: string | number | null | undefined;
24182
24434
  } | null | undefined;
@@ -24609,6 +24861,8 @@ export declare class Builder implements VSeedBuilder {
24609
24861
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
24610
24862
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
24611
24863
  labelColor?: string | null | undefined;
24864
+ pagerIconColor?: string | null | undefined;
24865
+ pagerIconDisableColor?: string | null | undefined;
24612
24866
  labelFontSize?: number | null | undefined;
24613
24867
  labelFontWeight?: string | number | null | undefined;
24614
24868
  } | null | undefined;
@@ -25049,6 +25303,8 @@ export declare class Builder implements VSeedBuilder {
25049
25303
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
25050
25304
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
25051
25305
  labelColor?: string | null | undefined;
25306
+ pagerIconColor?: string | null | undefined;
25307
+ pagerIconDisableColor?: string | null | undefined;
25052
25308
  labelFontSize?: number | null | undefined;
25053
25309
  labelFontWeight?: string | number | null | undefined;
25054
25310
  } | null | undefined;
@@ -25147,6 +25403,8 @@ export declare class Builder implements VSeedBuilder {
25147
25403
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
25148
25404
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
25149
25405
  labelColor?: string | null | undefined;
25406
+ pagerIconColor?: string | null | undefined;
25407
+ pagerIconDisableColor?: string | null | undefined;
25150
25408
  labelFontSize?: number | null | undefined;
25151
25409
  labelFontWeight?: string | number | null | undefined;
25152
25410
  } | null | undefined;
@@ -25245,6 +25503,8 @@ export declare class Builder implements VSeedBuilder {
25245
25503
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
25246
25504
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
25247
25505
  labelColor?: string | null | undefined;
25506
+ pagerIconColor?: string | null | undefined;
25507
+ pagerIconDisableColor?: string | null | undefined;
25248
25508
  labelFontSize?: number | null | undefined;
25249
25509
  labelFontWeight?: string | number | null | undefined;
25250
25510
  } | null | undefined;
@@ -25344,6 +25604,8 @@ export declare class Builder implements VSeedBuilder {
25344
25604
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
25345
25605
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
25346
25606
  labelColor?: string | null | undefined;
25607
+ pagerIconColor?: string | null | undefined;
25608
+ pagerIconDisableColor?: string | null | undefined;
25347
25609
  labelFontSize?: number | null | undefined;
25348
25610
  labelFontWeight?: string | number | null | undefined;
25349
25611
  } | null | undefined;
@@ -25443,6 +25705,8 @@ export declare class Builder implements VSeedBuilder {
25443
25705
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
25444
25706
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
25445
25707
  labelColor?: string | null | undefined;
25708
+ pagerIconColor?: string | null | undefined;
25709
+ pagerIconDisableColor?: string | null | undefined;
25446
25710
  labelFontSize?: number | null | undefined;
25447
25711
  labelFontWeight?: string | number | null | undefined;
25448
25712
  } | null | undefined;
@@ -25541,6 +25805,8 @@ export declare class Builder implements VSeedBuilder {
25541
25805
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
25542
25806
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
25543
25807
  labelColor?: string | null | undefined;
25808
+ pagerIconColor?: string | null | undefined;
25809
+ pagerIconDisableColor?: string | null | undefined;
25544
25810
  labelFontSize?: number | null | undefined;
25545
25811
  labelFontWeight?: string | number | null | undefined;
25546
25812
  } | null | undefined;
@@ -25642,6 +25908,8 @@ export declare class Builder implements VSeedBuilder {
25642
25908
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
25643
25909
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
25644
25910
  labelColor?: string | null | undefined;
25911
+ pagerIconColor?: string | null | undefined;
25912
+ pagerIconDisableColor?: string | null | undefined;
25645
25913
  labelFontSize?: number | null | undefined;
25646
25914
  labelFontWeight?: string | number | null | undefined;
25647
25915
  } | null | undefined;
@@ -25744,6 +26012,8 @@ export declare class Builder implements VSeedBuilder {
25744
26012
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
25745
26013
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
25746
26014
  labelColor?: string | null | undefined;
26015
+ pagerIconColor?: string | null | undefined;
26016
+ pagerIconDisableColor?: string | null | undefined;
25747
26017
  labelFontSize?: number | null | undefined;
25748
26018
  labelFontWeight?: string | number | null | undefined;
25749
26019
  } | null | undefined;
@@ -26019,6 +26289,8 @@ export declare class Builder implements VSeedBuilder {
26019
26289
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
26020
26290
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
26021
26291
  labelColor?: string | null | undefined;
26292
+ pagerIconColor?: string | null | undefined;
26293
+ pagerIconDisableColor?: string | null | undefined;
26022
26294
  labelFontSize?: number | null | undefined;
26023
26295
  labelFontWeight?: string | number | null | undefined;
26024
26296
  } | null | undefined;
@@ -26480,6 +26752,8 @@ export declare class Builder implements VSeedBuilder {
26480
26752
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
26481
26753
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
26482
26754
  labelColor?: string | null | undefined;
26755
+ pagerIconColor?: string | null | undefined;
26756
+ pagerIconDisableColor?: string | null | undefined;
26483
26757
  labelFontSize?: number | null | undefined;
26484
26758
  labelFontWeight?: string | number | null | undefined;
26485
26759
  } | null | undefined;
@@ -26755,6 +27029,8 @@ export declare class Builder implements VSeedBuilder {
26755
27029
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
26756
27030
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
26757
27031
  labelColor?: string | null | undefined;
27032
+ pagerIconColor?: string | null | undefined;
27033
+ pagerIconDisableColor?: string | null | undefined;
26758
27034
  labelFontSize?: number | null | undefined;
26759
27035
  labelFontWeight?: string | number | null | undefined;
26760
27036
  } | null | undefined;
@@ -27174,6 +27450,8 @@ export declare class Builder implements VSeedBuilder {
27174
27450
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
27175
27451
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
27176
27452
  labelColor?: string | null | undefined;
27453
+ pagerIconColor?: string | null | undefined;
27454
+ pagerIconDisableColor?: string | null | undefined;
27177
27455
  labelFontSize?: number | null | undefined;
27178
27456
  labelFontWeight?: string | number | null | undefined;
27179
27457
  } | null | undefined;
@@ -27451,6 +27729,8 @@ export declare class Builder implements VSeedBuilder {
27451
27729
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
27452
27730
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
27453
27731
  labelColor?: string | null | undefined;
27732
+ pagerIconColor?: string | null | undefined;
27733
+ pagerIconDisableColor?: string | null | undefined;
27454
27734
  labelFontSize?: number | null | undefined;
27455
27735
  labelFontWeight?: string | number | null | undefined;
27456
27736
  } | null | undefined;
@@ -27728,6 +28008,8 @@ export declare class Builder implements VSeedBuilder {
27728
28008
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
27729
28009
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
27730
28010
  labelColor?: string | null | undefined;
28011
+ pagerIconColor?: string | null | undefined;
28012
+ pagerIconDisableColor?: string | null | undefined;
27731
28013
  labelFontSize?: number | null | undefined;
27732
28014
  labelFontWeight?: string | number | null | undefined;
27733
28015
  } | null | undefined;
@@ -28003,6 +28285,8 @@ export declare class Builder implements VSeedBuilder {
28003
28285
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
28004
28286
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
28005
28287
  labelColor?: string | null | undefined;
28288
+ pagerIconColor?: string | null | undefined;
28289
+ pagerIconDisableColor?: string | null | undefined;
28006
28290
  labelFontSize?: number | null | undefined;
28007
28291
  labelFontWeight?: string | number | null | undefined;
28008
28292
  } | null | undefined;
@@ -28278,6 +28562,8 @@ export declare class Builder implements VSeedBuilder {
28278
28562
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
28279
28563
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
28280
28564
  labelColor?: string | null | undefined;
28565
+ pagerIconColor?: string | null | undefined;
28566
+ pagerIconDisableColor?: string | null | undefined;
28281
28567
  labelFontSize?: number | null | undefined;
28282
28568
  labelFontWeight?: string | number | null | undefined;
28283
28569
  } | null | undefined;
@@ -28553,6 +28839,8 @@ export declare class Builder implements VSeedBuilder {
28553
28839
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
28554
28840
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
28555
28841
  labelColor?: string | null | undefined;
28842
+ pagerIconColor?: string | null | undefined;
28843
+ pagerIconDisableColor?: string | null | undefined;
28556
28844
  labelFontSize?: number | null | undefined;
28557
28845
  labelFontWeight?: string | number | null | undefined;
28558
28846
  } | null | undefined;
@@ -28828,6 +29116,8 @@ export declare class Builder implements VSeedBuilder {
28828
29116
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
28829
29117
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
28830
29118
  labelColor?: string | null | undefined;
29119
+ pagerIconColor?: string | null | undefined;
29120
+ pagerIconDisableColor?: string | null | undefined;
28831
29121
  labelFontSize?: number | null | undefined;
28832
29122
  labelFontWeight?: string | number | null | undefined;
28833
29123
  } | null | undefined;
@@ -29103,6 +29393,8 @@ export declare class Builder implements VSeedBuilder {
29103
29393
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
29104
29394
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
29105
29395
  labelColor?: string | null | undefined;
29396
+ pagerIconColor?: string | null | undefined;
29397
+ pagerIconDisableColor?: string | null | undefined;
29106
29398
  labelFontSize?: number | null | undefined;
29107
29399
  labelFontWeight?: string | number | null | undefined;
29108
29400
  } | null | undefined;
@@ -29535,6 +29827,8 @@ export declare class Builder implements VSeedBuilder {
29535
29827
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
29536
29828
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
29537
29829
  labelColor?: string | null | undefined;
29830
+ pagerIconColor?: string | null | undefined;
29831
+ pagerIconDisableColor?: string | null | undefined;
29538
29832
  labelFontSize?: number | null | undefined;
29539
29833
  labelFontWeight?: string | number | null | undefined;
29540
29834
  } | null | undefined;
@@ -29975,6 +30269,8 @@ export declare class Builder implements VSeedBuilder {
29975
30269
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
29976
30270
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
29977
30271
  labelColor?: string | null | undefined;
30272
+ pagerIconColor?: string | null | undefined;
30273
+ pagerIconDisableColor?: string | null | undefined;
29978
30274
  labelFontSize?: number | null | undefined;
29979
30275
  labelFontWeight?: string | number | null | undefined;
29980
30276
  } | null | undefined;
@@ -30073,6 +30369,8 @@ export declare class Builder implements VSeedBuilder {
30073
30369
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
30074
30370
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
30075
30371
  labelColor?: string | null | undefined;
30372
+ pagerIconColor?: string | null | undefined;
30373
+ pagerIconDisableColor?: string | null | undefined;
30076
30374
  labelFontSize?: number | null | undefined;
30077
30375
  labelFontWeight?: string | number | null | undefined;
30078
30376
  } | null | undefined;
@@ -30171,6 +30469,8 @@ export declare class Builder implements VSeedBuilder {
30171
30469
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
30172
30470
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
30173
30471
  labelColor?: string | null | undefined;
30472
+ pagerIconColor?: string | null | undefined;
30473
+ pagerIconDisableColor?: string | null | undefined;
30174
30474
  labelFontSize?: number | null | undefined;
30175
30475
  labelFontWeight?: string | number | null | undefined;
30176
30476
  } | null | undefined;
@@ -30270,6 +30570,8 @@ export declare class Builder implements VSeedBuilder {
30270
30570
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
30271
30571
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
30272
30572
  labelColor?: string | null | undefined;
30573
+ pagerIconColor?: string | null | undefined;
30574
+ pagerIconDisableColor?: string | null | undefined;
30273
30575
  labelFontSize?: number | null | undefined;
30274
30576
  labelFontWeight?: string | number | null | undefined;
30275
30577
  } | null | undefined;
@@ -30369,6 +30671,8 @@ export declare class Builder implements VSeedBuilder {
30369
30671
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
30370
30672
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
30371
30673
  labelColor?: string | null | undefined;
30674
+ pagerIconColor?: string | null | undefined;
30675
+ pagerIconDisableColor?: string | null | undefined;
30372
30676
  labelFontSize?: number | null | undefined;
30373
30677
  labelFontWeight?: string | number | null | undefined;
30374
30678
  } | null | undefined;
@@ -30467,6 +30771,8 @@ export declare class Builder implements VSeedBuilder {
30467
30771
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
30468
30772
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
30469
30773
  labelColor?: string | null | undefined;
30774
+ pagerIconColor?: string | null | undefined;
30775
+ pagerIconDisableColor?: string | null | undefined;
30470
30776
  labelFontSize?: number | null | undefined;
30471
30777
  labelFontWeight?: string | number | null | undefined;
30472
30778
  } | null | undefined;
@@ -30568,6 +30874,8 @@ export declare class Builder implements VSeedBuilder {
30568
30874
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
30569
30875
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
30570
30876
  labelColor?: string | null | undefined;
30877
+ pagerIconColor?: string | null | undefined;
30878
+ pagerIconDisableColor?: string | null | undefined;
30571
30879
  labelFontSize?: number | null | undefined;
30572
30880
  labelFontWeight?: string | number | null | undefined;
30573
30881
  } | null | undefined;
@@ -30670,6 +30978,8 @@ export declare class Builder implements VSeedBuilder {
30670
30978
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
30671
30979
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
30672
30980
  labelColor?: string | null | undefined;
30981
+ pagerIconColor?: string | null | undefined;
30982
+ pagerIconDisableColor?: string | null | undefined;
30673
30983
  labelFontSize?: number | null | undefined;
30674
30984
  labelFontWeight?: string | number | null | undefined;
30675
30985
  } | null | undefined;
@@ -30945,6 +31255,8 @@ export declare class Builder implements VSeedBuilder {
30945
31255
  shapeType?: "circle" | "cross" | "diamond" | "square" | "arrow" | "arrow2Left" | "arrow2Right" | "wedge" | "thinTriangle" | "triangle" | "triangleUp" | "triangleDown" | "triangleRight" | "triangleLeft" | "stroke" | "star" | "wye" | "rect" | "arrowLeft" | "arrowRight" | "rectRound" | "roundLine" | null | undefined;
30946
31256
  position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
30947
31257
  labelColor?: string | null | undefined;
31258
+ pagerIconColor?: string | null | undefined;
31259
+ pagerIconDisableColor?: string | null | undefined;
30948
31260
  labelFontSize?: number | null | undefined;
30949
31261
  labelFontWeight?: string | number | null | undefined;
30950
31262
  } | null | undefined;