@visactor/vseed 0.1.44 → 0.1.45
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.
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/builder/builder/buildSpec.js.map +1 -1
- package/dist/esm/builder/builder/builder.d.ts +240 -0
- package/dist/esm/pipeline/spec/chart/pipeline/area.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/areaPercent.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/bar.d.ts +1 -2
- package/dist/esm/pipeline/spec/chart/pipeline/bar.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/barParallel.d.ts +1 -2
- package/dist/esm/pipeline/spec/chart/pipeline/barParallel.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/barPercent.d.ts +1 -2
- package/dist/esm/pipeline/spec/chart/pipeline/barPercent.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/boxplot.d.ts +1 -2
- package/dist/esm/pipeline/spec/chart/pipeline/boxplot.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/column.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/columnParallel.d.ts +1 -2
- package/dist/esm/pipeline/spec/chart/pipeline/columnParallel.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/columnPercent.d.ts +1 -2
- package/dist/esm/pipeline/spec/chart/pipeline/columnPercent.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/donut.d.ts +1 -2
- package/dist/esm/pipeline/spec/chart/pipeline/donut.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/dualAxis.d.ts +1 -2
- package/dist/esm/pipeline/spec/chart/pipeline/dualAxis.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/funnel.d.ts +1 -2
- package/dist/esm/pipeline/spec/chart/pipeline/funnel.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/heatmap.d.ts +1 -2
- package/dist/esm/pipeline/spec/chart/pipeline/heatmap.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/histogram.d.ts +1 -2
- package/dist/esm/pipeline/spec/chart/pipeline/histogram.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/line.d.ts +1 -2
- package/dist/esm/pipeline/spec/chart/pipeline/line.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/pie.d.ts +1 -2
- package/dist/esm/pipeline/spec/chart/pipeline/pie.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/radar.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/rose.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/roseParallel.d.ts +1 -2
- package/dist/esm/pipeline/spec/chart/pipeline/roseParallel.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/scatter.d.ts +1 -2
- package/dist/esm/pipeline/spec/chart/pipeline/scatter.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationArea.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationArea.js +14 -13
- package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationArea.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationAreaBand.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationAreaBand.js +12 -19
- package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationAreaBand.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationHorizontalLine.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationHorizontalLine.js +2 -17
- package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationHorizontalLine.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPoint.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPoint.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationVerticalLine.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationVerticalLine.js +2 -17
- package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationVerticalLine.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/annotation/splitLine.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/annotation/splitLine.js +3 -3
- package/dist/esm/pipeline/spec/chart/pipes/annotation/splitLine.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/annotation/utils.d.ts +34 -0
- package/dist/esm/pipeline/spec/chart/pipes/annotation/utils.js +35 -1
- package/dist/esm/pipeline/spec/chart/pipes/annotation/utils.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/axes/radarAngle.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/axes/radarAngle.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/axes/radarRadius.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/axes/radarRadius.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/axes/radius.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/axes/radius.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/axes/xBand.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/axes/xBand.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/axes/xLinear.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/axes/xLinear.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/axes/yBand.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/axes/yBand.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/axes/yLinear.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/axes/yLinear.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/axes/yLinearPrimary.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/axes/yLinearPrimary.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/axes/yLinearSecondary.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/axes/yLinearSecondary.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/backgroundColor/background.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/backgroundColor/background.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/barWidth/barGapInGroup.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/barWidth/barGapInGroup.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/barWidth/barMaxWidth.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/barWidth/barMaxWidth.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/color/color.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/color/color.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/color/colorAdapter.d.ts +3 -2
- package/dist/esm/pipeline/spec/chart/pipes/color/colorAdapter.js +3 -1
- package/dist/esm/pipeline/spec/chart/pipes/color/colorAdapter.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/color/colorAreaStyleFill.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/color/colorAreaStyleFill.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/color/colorBarStyleFill.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/color/colorBarStyleFill.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/color/colorCellStyleFill.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/color/colorCellStyleFill.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/color/colorFunnelStyleFill.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/color/colorFunnelStyleFill.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/color/colorLineStyleFill.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/color/colorLineStyleFill.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/color/colorPieStyleFill.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/color/colorPieStyleFill.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/color/colorPointStyleFill.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/color/colorPointStyleFill.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/color/colorRoseStyleFill.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/color/colorRoseStyleFill.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/color/linearColor.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/color/linearColor.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/color/linearColorForDualAxis.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/color/linearColorForDualAxis.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/crosshair/horizontalCrosshairLine.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/crosshair/horizontalCrosshairLine.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/crosshair/horizontalCrosshairRect.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/crosshair/horizontalCrosshairRect.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/crosshair/verticalCrosshairLine.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/crosshair/verticalCrosshairLine.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/crosshair/verticalCrosshairRect.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/crosshair/verticalCrosshairRect.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetBoxplot.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetBoxplot.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetDualAxis.d.ts +3 -3
- package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetDualAxis.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetHistogram.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetHistogram.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetPivot.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetPivot.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetScatter.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetScatter.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetXY.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetXY.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetYX.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/dataset/datasetYX.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/dataset/progressive.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/dataset/progressive.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/dual/dualChartType.d.ts +3 -3
- package/dist/esm/pipeline/spec/chart/pipes/dual/dualChartType.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/area.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/init/area.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/bar.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/init/bar.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/barParallel.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/init/barParallel.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/boxplot.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/init/boxplot.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/column.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/init/column.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/columnParallel.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/init/columnParallel.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/donut.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/init/donut.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/dualAxis.d.ts +3 -3
- package/dist/esm/pipeline/spec/chart/pipes/init/dualAxis.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/funnel.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/init/funnel.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/heatmap.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/init/heatmap.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/histogram.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/init/histogram.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/line.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/init/line.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/pie.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/init/pie.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/pivot.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/init/pivot.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/radar.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/init/radar.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/rose.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/init/rose.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/roseParallel.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/init/roseParallel.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/scatter.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/init/scatter.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/label/label.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/label/label.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/label/labelDualAxis.d.ts +3 -3
- package/dist/esm/pipeline/spec/chart/pipes/label/labelDualAxis.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/label/labelPie.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/label/labelPie.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/label/labelScatter.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/label/labelScatter.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/legend/colorLegend.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/legend/colorLegend.js +7 -0
- package/dist/esm/pipeline/spec/chart/pipes/legend/colorLegend.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/legend/discreteLegend.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/legend/discreteLegend.js +18 -2
- package/dist/esm/pipeline/spec/chart/pipes/legend/discreteLegend.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/legend/heatmapColorLegend.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/legend/heatmapColorLegend.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/legend/pivotColorLegend.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/legend/pivotColorLegend.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/legend/pivotDiscreteLegend.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/legend/pivotDiscreteLegend.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/markStyle/areaStyle.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/markStyle/areaStyle.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/markStyle/barStyle.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/markStyle/barStyle.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/markStyle/cellStyle.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/markStyle/cellStyle.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/markStyle/funnelStyle.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/markStyle/funnelStyle.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/markStyle/funnelTransformStyle.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/markStyle/funnelTransformStyle.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/markStyle/lineStyle.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/markStyle/lineStyle.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/markStyle/pieStyle.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/markStyle/pieStyle.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/markStyle/pointState.d.ts +3 -3
- package/dist/esm/pipeline/spec/chart/pipes/markStyle/pointState.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/markStyle/pointStyle.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/markStyle/pointStyle.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/markStyle/roseStyle.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/markStyle/roseStyle.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/percent/percent.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/percent/percent.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotAdapter.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotAdapter.js +4 -1
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotAdapter.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotAxisStyle.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotAxisStyle.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotColumnDimensions.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotColumnDimensions.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotGridStyle.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotGridStyle.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotHideIndicatorName.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotHideIndicatorName.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotIndicators.d.ts +4 -4
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotIndicators.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotRowDimensions.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotRowDimensions.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotTitle.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotTitle.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/region/addRegionPadding.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/region/addRegionPadding.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/regressionLine/columnRegressionLine.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/regressionLine/columnRegressionLine.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/regressionLine/ecdfRegressionLine.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/regressionLine/ecdfRegressionLine.js +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/regressionLine/ecdfRegressionLine.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/regressionLine/kdeRegressionLine.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/regressionLine/kdeRegressionLine.js +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/regressionLine/kdeRegressionLine.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/regressionLine/linearRegressionLine.d.ts +6 -6
- package/dist/esm/pipeline/spec/chart/pipes/regressionLine/linearRegressionLine.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/series/series.d.ts +3 -3
- package/dist/esm/pipeline/spec/chart/pipes/series/series.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/size/scatterSize.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/size/scatterSize.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/stack/stack.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/stack/stack.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/stack/stackCornerRadius.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/stack/stackCornerRadius.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltip.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltip.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipBoxplot.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipBoxplot.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipDualAxis.d.ts +3 -3
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipDualAxis.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHeatmap.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHeatmap.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHistogram.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHistogram.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipScatter.d.ts +2 -2
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipScatter.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipes/cellStyle/pivot.d.ts +2 -2
- package/dist/esm/pipeline/spec/table/pipes/cellStyle/pivot.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipes/cellStyle/table.d.ts +2 -2
- package/dist/esm/pipeline/spec/table/pipes/cellStyle/table.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipes/columns/dimensionsToColumns.d.ts +2 -2
- package/dist/esm/pipeline/spec/table/pipes/columns/dimensionsToColumns.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipes/columns/measuresToColumns.d.ts +2 -2
- package/dist/esm/pipeline/spec/table/pipes/columns/measuresToColumns.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipes/columns/pivotColumns.d.ts +2 -2
- package/dist/esm/pipeline/spec/table/pipes/columns/pivotColumns.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipes/corner/titleOnDimension.d.ts +2 -2
- package/dist/esm/pipeline/spec/table/pipes/corner/titleOnDimension.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipes/indicators/pivotDataConfig.d.ts +2 -2
- package/dist/esm/pipeline/spec/table/pipes/indicators/pivotDataConfig.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipes/indicators/pivotIndicators.d.ts +2 -2
- package/dist/esm/pipeline/spec/table/pipes/indicators/pivotIndicators.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipes/init/pivotTable.d.ts +2 -2
- package/dist/esm/pipeline/spec/table/pipes/init/pivotTable.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipes/init/table.d.ts +2 -2
- package/dist/esm/pipeline/spec/table/pipes/init/table.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipes/rows/pivotRows.d.ts +2 -2
- package/dist/esm/pipeline/spec/table/pipes/rows/pivotRows.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipes/theme/bodyStyle.d.ts +2 -2
- package/dist/esm/pipeline/spec/table/pipes/theme/bodyStyle.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipes/theme/cornerHeaderStyle.d.ts +2 -2
- package/dist/esm/pipeline/spec/table/pipes/theme/cornerHeaderStyle.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipes/theme/frameStyle.d.ts +2 -2
- package/dist/esm/pipeline/spec/table/pipes/theme/frameStyle.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipes/theme/headerStyle.d.ts +2 -2
- package/dist/esm/pipeline/spec/table/pipes/theme/headerStyle.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipes/theme/rowHeaderStyle.d.ts +2 -2
- package/dist/esm/pipeline/spec/table/pipes/theme/rowHeaderStyle.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipes/theme/scrollStyle.d.ts +2 -2
- package/dist/esm/pipeline/spec/table/pipes/theme/scrollStyle.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipes/theme/selectionStyle.d.ts +2 -2
- package/dist/esm/pipeline/spec/table/pipes/theme/selectionStyle.js.map +1 -1
- package/dist/esm/theme/common/annotaion.js +7 -7
- package/dist/esm/theme/common/annotaion.js.map +1 -1
- package/dist/esm/theme/common/axes.js +16 -16
- package/dist/esm/theme/common/axes.js.map +1 -1
- package/dist/esm/theme/common/legend.d.ts +2 -0
- package/dist/esm/theme/common/legend.js +13 -2
- package/dist/esm/theme/common/legend.js.map +1 -1
- package/dist/esm/theme/common/table.js +0 -2
- package/dist/esm/theme/common/table.js.map +1 -1
- package/dist/esm/theme/dark/dark.js +2 -2
- package/dist/esm/theme/dark/dark.js.map +1 -1
- package/dist/esm/theme/light/light.js +2 -2
- package/dist/esm/theme/light/light.js.map +1 -1
- package/dist/esm/types/advancedVSeed.d.ts +80 -0
- package/dist/esm/types/chartType/area/zArea.d.ts +2 -0
- package/dist/esm/types/chartType/areaPercent/zAreaPercent.d.ts +2 -0
- package/dist/esm/types/chartType/bar/zBar.d.ts +2 -0
- package/dist/esm/types/chartType/barParallel/zBarParallel.d.ts +2 -0
- package/dist/esm/types/chartType/barPercent/zBarPercent.d.ts +2 -0
- package/dist/esm/types/chartType/boxplot/zBoxplot.d.ts +2 -0
- package/dist/esm/types/chartType/column/zColumn.d.ts +2 -0
- package/dist/esm/types/chartType/columnParallel/zColumnParallel.d.ts +2 -0
- package/dist/esm/types/chartType/columnPercent/zColumnPercent.d.ts +2 -0
- package/dist/esm/types/chartType/donut/zDonut.d.ts +2 -0
- package/dist/esm/types/chartType/dualAxis/zDualAxis.d.ts +2 -0
- package/dist/esm/types/chartType/histogram/zHistogram.d.ts +2 -0
- package/dist/esm/types/chartType/line/zLine.d.ts +2 -0
- package/dist/esm/types/chartType/pie/zPie.d.ts +2 -0
- package/dist/esm/types/chartType/radar/zRadar.d.ts +2 -0
- package/dist/esm/types/chartType/rose/zRose.d.ts +2 -0
- package/dist/esm/types/chartType/roseParallel/zRoseParallel.d.ts +2 -0
- package/dist/esm/types/chartType/scatter/zScatter.d.ts +2 -0
- package/dist/esm/types/pipeline/spec/spec.d.ts +11 -2
- package/dist/esm/types/properties/config/area.d.ts +4 -0
- package/dist/esm/types/properties/config/bar.d.ts +6 -0
- package/dist/esm/types/properties/config/boxplot.d.ts +2 -0
- package/dist/esm/types/properties/config/column.d.ts +6 -0
- package/dist/esm/types/properties/config/config.d.ts +40 -0
- package/dist/esm/types/properties/config/dualAxis.d.ts +2 -0
- package/dist/esm/types/properties/config/funnel.d.ts +2 -0
- package/dist/esm/types/properties/config/heatmap.d.ts +2 -0
- package/dist/esm/types/properties/config/histogram.d.ts +2 -0
- package/dist/esm/types/properties/config/legend/legend.d.ts +10 -0
- package/dist/esm/types/properties/config/legend/legend.js +2 -0
- package/dist/esm/types/properties/config/legend/legend.js.map +1 -1
- package/dist/esm/types/properties/config/line.d.ts +2 -0
- package/dist/esm/types/properties/config/pie.d.ts +6 -0
- package/dist/esm/types/properties/config/rose.d.ts +4 -0
- package/dist/esm/types/properties/config/scatter.d.ts +2 -0
- package/dist/esm/types/properties/theme/customTheme.d.ts +80 -0
- package/dist/esm/types/zVseed.d.ts +36 -0
- package/dist/umd/index.js +207 -139
- package/dist/umd/index.js.map +1 -1
- package/package.json +5 -5
|
@@ -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;
|
|
@@ -10947,6 +11027,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
10947
11027
|
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
11028
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
10949
11029
|
labelColor?: string | null | undefined;
|
|
11030
|
+
pagerIconColor?: string | null | undefined;
|
|
11031
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
10950
11032
|
labelFontSize?: number | null | undefined;
|
|
10951
11033
|
labelFontWeight?: string | number | null | undefined;
|
|
10952
11034
|
} | null | undefined;
|
|
@@ -11222,6 +11304,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
11222
11304
|
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
11305
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
11224
11306
|
labelColor?: string | null | undefined;
|
|
11307
|
+
pagerIconColor?: string | null | undefined;
|
|
11308
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
11225
11309
|
labelFontSize?: number | null | undefined;
|
|
11226
11310
|
labelFontWeight?: string | number | null | undefined;
|
|
11227
11311
|
} | null | undefined;
|
|
@@ -11641,6 +11725,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
11641
11725
|
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
11726
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
11643
11727
|
labelColor?: string | null | undefined;
|
|
11728
|
+
pagerIconColor?: string | null | undefined;
|
|
11729
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
11644
11730
|
labelFontSize?: number | null | undefined;
|
|
11645
11731
|
labelFontWeight?: string | number | null | undefined;
|
|
11646
11732
|
} | null | undefined;
|
|
@@ -11918,6 +12004,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
11918
12004
|
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
12005
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
11920
12006
|
labelColor?: string | null | undefined;
|
|
12007
|
+
pagerIconColor?: string | null | undefined;
|
|
12008
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
11921
12009
|
labelFontSize?: number | null | undefined;
|
|
11922
12010
|
labelFontWeight?: string | number | null | undefined;
|
|
11923
12011
|
} | null | undefined;
|
|
@@ -12195,6 +12283,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
12195
12283
|
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
12284
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
12197
12285
|
labelColor?: string | null | undefined;
|
|
12286
|
+
pagerIconColor?: string | null | undefined;
|
|
12287
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
12198
12288
|
labelFontSize?: number | null | undefined;
|
|
12199
12289
|
labelFontWeight?: string | number | null | undefined;
|
|
12200
12290
|
} | null | undefined;
|
|
@@ -12470,6 +12560,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
12470
12560
|
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
12561
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
12472
12562
|
labelColor?: string | null | undefined;
|
|
12563
|
+
pagerIconColor?: string | null | undefined;
|
|
12564
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
12473
12565
|
labelFontSize?: number | null | undefined;
|
|
12474
12566
|
labelFontWeight?: string | number | null | undefined;
|
|
12475
12567
|
} | null | undefined;
|
|
@@ -12745,6 +12837,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
12745
12837
|
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
12838
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
12747
12839
|
labelColor?: string | null | undefined;
|
|
12840
|
+
pagerIconColor?: string | null | undefined;
|
|
12841
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
12748
12842
|
labelFontSize?: number | null | undefined;
|
|
12749
12843
|
labelFontWeight?: string | number | null | undefined;
|
|
12750
12844
|
} | null | undefined;
|
|
@@ -13020,6 +13114,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
13020
13114
|
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
13115
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
13022
13116
|
labelColor?: string | null | undefined;
|
|
13117
|
+
pagerIconColor?: string | null | undefined;
|
|
13118
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
13023
13119
|
labelFontSize?: number | null | undefined;
|
|
13024
13120
|
labelFontWeight?: string | number | null | undefined;
|
|
13025
13121
|
} | null | undefined;
|
|
@@ -13295,6 +13391,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
13295
13391
|
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
13392
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
13297
13393
|
labelColor?: string | null | undefined;
|
|
13394
|
+
pagerIconColor?: string | null | undefined;
|
|
13395
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
13298
13396
|
labelFontSize?: number | null | undefined;
|
|
13299
13397
|
labelFontWeight?: string | number | null | undefined;
|
|
13300
13398
|
} | null | undefined;
|
|
@@ -13570,6 +13668,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
13570
13668
|
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
13669
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
13572
13670
|
labelColor?: string | null | undefined;
|
|
13671
|
+
pagerIconColor?: string | null | undefined;
|
|
13672
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
13573
13673
|
labelFontSize?: number | null | undefined;
|
|
13574
13674
|
labelFontWeight?: string | number | null | undefined;
|
|
13575
13675
|
} | null | undefined;
|
|
@@ -14002,6 +14102,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
14002
14102
|
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
14103
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
14004
14104
|
labelColor?: string | null | undefined;
|
|
14105
|
+
pagerIconColor?: string | null | undefined;
|
|
14106
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
14005
14107
|
labelFontSize?: number | null | undefined;
|
|
14006
14108
|
labelFontWeight?: string | number | null | undefined;
|
|
14007
14109
|
} | null | undefined;
|
|
@@ -14442,6 +14544,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
14442
14544
|
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
14545
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
14444
14546
|
labelColor?: string | null | undefined;
|
|
14547
|
+
pagerIconColor?: string | null | undefined;
|
|
14548
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
14445
14549
|
labelFontSize?: number | null | undefined;
|
|
14446
14550
|
labelFontWeight?: string | number | null | undefined;
|
|
14447
14551
|
} | null | undefined;
|
|
@@ -14540,6 +14644,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
14540
14644
|
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
14645
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
14542
14646
|
labelColor?: string | null | undefined;
|
|
14647
|
+
pagerIconColor?: string | null | undefined;
|
|
14648
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
14543
14649
|
labelFontSize?: number | null | undefined;
|
|
14544
14650
|
labelFontWeight?: string | number | null | undefined;
|
|
14545
14651
|
} | null | undefined;
|
|
@@ -14638,6 +14744,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
14638
14744
|
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
14745
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
14640
14746
|
labelColor?: string | null | undefined;
|
|
14747
|
+
pagerIconColor?: string | null | undefined;
|
|
14748
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
14641
14749
|
labelFontSize?: number | null | undefined;
|
|
14642
14750
|
labelFontWeight?: string | number | null | undefined;
|
|
14643
14751
|
} | null | undefined;
|
|
@@ -14737,6 +14845,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
14737
14845
|
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
14846
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
14739
14847
|
labelColor?: string | null | undefined;
|
|
14848
|
+
pagerIconColor?: string | null | undefined;
|
|
14849
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
14740
14850
|
labelFontSize?: number | null | undefined;
|
|
14741
14851
|
labelFontWeight?: string | number | null | undefined;
|
|
14742
14852
|
} | null | undefined;
|
|
@@ -14836,6 +14946,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
14836
14946
|
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
14947
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
14838
14948
|
labelColor?: string | null | undefined;
|
|
14949
|
+
pagerIconColor?: string | null | undefined;
|
|
14950
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
14839
14951
|
labelFontSize?: number | null | undefined;
|
|
14840
14952
|
labelFontWeight?: string | number | null | undefined;
|
|
14841
14953
|
} | null | undefined;
|
|
@@ -14934,6 +15046,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
14934
15046
|
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
15047
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
14936
15048
|
labelColor?: string | null | undefined;
|
|
15049
|
+
pagerIconColor?: string | null | undefined;
|
|
15050
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
14937
15051
|
labelFontSize?: number | null | undefined;
|
|
14938
15052
|
labelFontWeight?: string | number | null | undefined;
|
|
14939
15053
|
} | null | undefined;
|
|
@@ -15035,6 +15149,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
15035
15149
|
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
15150
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
15037
15151
|
labelColor?: string | null | undefined;
|
|
15152
|
+
pagerIconColor?: string | null | undefined;
|
|
15153
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
15038
15154
|
labelFontSize?: number | null | undefined;
|
|
15039
15155
|
labelFontWeight?: string | number | null | undefined;
|
|
15040
15156
|
} | null | undefined;
|
|
@@ -15137,6 +15253,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
15137
15253
|
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
15254
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
15139
15255
|
labelColor?: string | null | undefined;
|
|
15256
|
+
pagerIconColor?: string | null | undefined;
|
|
15257
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
15140
15258
|
labelFontSize?: number | null | undefined;
|
|
15141
15259
|
labelFontWeight?: string | number | null | undefined;
|
|
15142
15260
|
} | null | undefined;
|
|
@@ -15412,6 +15530,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
15412
15530
|
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
15531
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
15414
15532
|
labelColor?: string | null | undefined;
|
|
15533
|
+
pagerIconColor?: string | null | undefined;
|
|
15534
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
15415
15535
|
labelFontSize?: number | null | undefined;
|
|
15416
15536
|
labelFontWeight?: string | number | null | undefined;
|
|
15417
15537
|
} | null | undefined;
|
|
@@ -16129,6 +16249,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
16129
16249
|
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
16250
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
16131
16251
|
labelColor?: string | null | undefined;
|
|
16252
|
+
pagerIconColor?: string | null | undefined;
|
|
16253
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
16132
16254
|
labelFontSize?: number | null | undefined;
|
|
16133
16255
|
labelFontWeight?: string | number | null | undefined;
|
|
16134
16256
|
} | null | undefined;
|
|
@@ -16404,6 +16526,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
16404
16526
|
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
16527
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
16406
16528
|
labelColor?: string | null | undefined;
|
|
16529
|
+
pagerIconColor?: string | null | undefined;
|
|
16530
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
16407
16531
|
labelFontSize?: number | null | undefined;
|
|
16408
16532
|
labelFontWeight?: string | number | null | undefined;
|
|
16409
16533
|
} | null | undefined;
|
|
@@ -16823,6 +16947,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
16823
16947
|
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
16948
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
16825
16949
|
labelColor?: string | null | undefined;
|
|
16950
|
+
pagerIconColor?: string | null | undefined;
|
|
16951
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
16826
16952
|
labelFontSize?: number | null | undefined;
|
|
16827
16953
|
labelFontWeight?: string | number | null | undefined;
|
|
16828
16954
|
} | null | undefined;
|
|
@@ -17100,6 +17226,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
17100
17226
|
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
17227
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
17102
17228
|
labelColor?: string | null | undefined;
|
|
17229
|
+
pagerIconColor?: string | null | undefined;
|
|
17230
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
17103
17231
|
labelFontSize?: number | null | undefined;
|
|
17104
17232
|
labelFontWeight?: string | number | null | undefined;
|
|
17105
17233
|
} | null | undefined;
|
|
@@ -17377,6 +17505,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
17377
17505
|
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
17506
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
17379
17507
|
labelColor?: string | null | undefined;
|
|
17508
|
+
pagerIconColor?: string | null | undefined;
|
|
17509
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
17380
17510
|
labelFontSize?: number | null | undefined;
|
|
17381
17511
|
labelFontWeight?: string | number | null | undefined;
|
|
17382
17512
|
} | null | undefined;
|
|
@@ -17652,6 +17782,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
17652
17782
|
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
17783
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
17654
17784
|
labelColor?: string | null | undefined;
|
|
17785
|
+
pagerIconColor?: string | null | undefined;
|
|
17786
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
17655
17787
|
labelFontSize?: number | null | undefined;
|
|
17656
17788
|
labelFontWeight?: string | number | null | undefined;
|
|
17657
17789
|
} | null | undefined;
|
|
@@ -17927,6 +18059,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
17927
18059
|
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
18060
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
17929
18061
|
labelColor?: string | null | undefined;
|
|
18062
|
+
pagerIconColor?: string | null | undefined;
|
|
18063
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
17930
18064
|
labelFontSize?: number | null | undefined;
|
|
17931
18065
|
labelFontWeight?: string | number | null | undefined;
|
|
17932
18066
|
} | null | undefined;
|
|
@@ -18202,6 +18336,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
18202
18336
|
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
18337
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
18204
18338
|
labelColor?: string | null | undefined;
|
|
18339
|
+
pagerIconColor?: string | null | undefined;
|
|
18340
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
18205
18341
|
labelFontSize?: number | null | undefined;
|
|
18206
18342
|
labelFontWeight?: string | number | null | undefined;
|
|
18207
18343
|
} | null | undefined;
|
|
@@ -18477,6 +18613,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
18477
18613
|
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
18614
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
18479
18615
|
labelColor?: string | null | undefined;
|
|
18616
|
+
pagerIconColor?: string | null | undefined;
|
|
18617
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
18480
18618
|
labelFontSize?: number | null | undefined;
|
|
18481
18619
|
labelFontWeight?: string | number | null | undefined;
|
|
18482
18620
|
} | null | undefined;
|
|
@@ -18752,6 +18890,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
18752
18890
|
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
18891
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
18754
18892
|
labelColor?: string | null | undefined;
|
|
18893
|
+
pagerIconColor?: string | null | undefined;
|
|
18894
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
18755
18895
|
labelFontSize?: number | null | undefined;
|
|
18756
18896
|
labelFontWeight?: string | number | null | undefined;
|
|
18757
18897
|
} | null | undefined;
|
|
@@ -19184,6 +19324,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
19184
19324
|
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
19325
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
19186
19326
|
labelColor?: string | null | undefined;
|
|
19327
|
+
pagerIconColor?: string | null | undefined;
|
|
19328
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
19187
19329
|
labelFontSize?: number | null | undefined;
|
|
19188
19330
|
labelFontWeight?: string | number | null | undefined;
|
|
19189
19331
|
} | null | undefined;
|
|
@@ -19624,6 +19766,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
19624
19766
|
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
19767
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
19626
19768
|
labelColor?: string | null | undefined;
|
|
19769
|
+
pagerIconColor?: string | null | undefined;
|
|
19770
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
19627
19771
|
labelFontSize?: number | null | undefined;
|
|
19628
19772
|
labelFontWeight?: string | number | null | undefined;
|
|
19629
19773
|
} | null | undefined;
|
|
@@ -19722,6 +19866,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
19722
19866
|
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
19867
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
19724
19868
|
labelColor?: string | null | undefined;
|
|
19869
|
+
pagerIconColor?: string | null | undefined;
|
|
19870
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
19725
19871
|
labelFontSize?: number | null | undefined;
|
|
19726
19872
|
labelFontWeight?: string | number | null | undefined;
|
|
19727
19873
|
} | null | undefined;
|
|
@@ -19820,6 +19966,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
19820
19966
|
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
19967
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
19822
19968
|
labelColor?: string | null | undefined;
|
|
19969
|
+
pagerIconColor?: string | null | undefined;
|
|
19970
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
19823
19971
|
labelFontSize?: number | null | undefined;
|
|
19824
19972
|
labelFontWeight?: string | number | null | undefined;
|
|
19825
19973
|
} | null | undefined;
|
|
@@ -19919,6 +20067,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
19919
20067
|
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
20068
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
19921
20069
|
labelColor?: string | null | undefined;
|
|
20070
|
+
pagerIconColor?: string | null | undefined;
|
|
20071
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
19922
20072
|
labelFontSize?: number | null | undefined;
|
|
19923
20073
|
labelFontWeight?: string | number | null | undefined;
|
|
19924
20074
|
} | null | undefined;
|
|
@@ -20018,6 +20168,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
20018
20168
|
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
20169
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
20020
20170
|
labelColor?: string | null | undefined;
|
|
20171
|
+
pagerIconColor?: string | null | undefined;
|
|
20172
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
20021
20173
|
labelFontSize?: number | null | undefined;
|
|
20022
20174
|
labelFontWeight?: string | number | null | undefined;
|
|
20023
20175
|
} | null | undefined;
|
|
@@ -20116,6 +20268,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
20116
20268
|
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
20269
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
20118
20270
|
labelColor?: string | null | undefined;
|
|
20271
|
+
pagerIconColor?: string | null | undefined;
|
|
20272
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
20119
20273
|
labelFontSize?: number | null | undefined;
|
|
20120
20274
|
labelFontWeight?: string | number | null | undefined;
|
|
20121
20275
|
} | null | undefined;
|
|
@@ -20217,6 +20371,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
20217
20371
|
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
20372
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
20219
20373
|
labelColor?: string | null | undefined;
|
|
20374
|
+
pagerIconColor?: string | null | undefined;
|
|
20375
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
20220
20376
|
labelFontSize?: number | null | undefined;
|
|
20221
20377
|
labelFontWeight?: string | number | null | undefined;
|
|
20222
20378
|
} | null | undefined;
|
|
@@ -20319,6 +20475,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
20319
20475
|
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
20476
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
20321
20477
|
labelColor?: string | null | undefined;
|
|
20478
|
+
pagerIconColor?: string | null | undefined;
|
|
20479
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
20322
20480
|
labelFontSize?: number | null | undefined;
|
|
20323
20481
|
labelFontWeight?: string | number | null | undefined;
|
|
20324
20482
|
} | null | undefined;
|
|
@@ -20594,6 +20752,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
20594
20752
|
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
20753
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
20596
20754
|
labelColor?: string | null | undefined;
|
|
20755
|
+
pagerIconColor?: string | null | undefined;
|
|
20756
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
20597
20757
|
labelFontSize?: number | null | undefined;
|
|
20598
20758
|
labelFontWeight?: string | number | null | undefined;
|
|
20599
20759
|
} | null | undefined;
|
|
@@ -21554,6 +21714,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
21554
21714
|
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
21715
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
21556
21716
|
labelColor?: string | null | undefined;
|
|
21717
|
+
pagerIconColor?: string | null | undefined;
|
|
21718
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
21557
21719
|
labelFontSize?: number | null | undefined;
|
|
21558
21720
|
labelFontWeight?: string | number | null | undefined;
|
|
21559
21721
|
} | null | undefined;
|
|
@@ -21829,6 +21991,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
21829
21991
|
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
21992
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
21831
21993
|
labelColor?: string | null | undefined;
|
|
21994
|
+
pagerIconColor?: string | null | undefined;
|
|
21995
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
21832
21996
|
labelFontSize?: number | null | undefined;
|
|
21833
21997
|
labelFontWeight?: string | number | null | undefined;
|
|
21834
21998
|
} | null | undefined;
|
|
@@ -22248,6 +22412,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
22248
22412
|
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
22413
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
22250
22414
|
labelColor?: string | null | undefined;
|
|
22415
|
+
pagerIconColor?: string | null | undefined;
|
|
22416
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
22251
22417
|
labelFontSize?: number | null | undefined;
|
|
22252
22418
|
labelFontWeight?: string | number | null | undefined;
|
|
22253
22419
|
} | null | undefined;
|
|
@@ -22525,6 +22691,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
22525
22691
|
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
22692
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
22527
22693
|
labelColor?: string | null | undefined;
|
|
22694
|
+
pagerIconColor?: string | null | undefined;
|
|
22695
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
22528
22696
|
labelFontSize?: number | null | undefined;
|
|
22529
22697
|
labelFontWeight?: string | number | null | undefined;
|
|
22530
22698
|
} | null | undefined;
|
|
@@ -22802,6 +22970,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
22802
22970
|
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
22971
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
22804
22972
|
labelColor?: string | null | undefined;
|
|
22973
|
+
pagerIconColor?: string | null | undefined;
|
|
22974
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
22805
22975
|
labelFontSize?: number | null | undefined;
|
|
22806
22976
|
labelFontWeight?: string | number | null | undefined;
|
|
22807
22977
|
} | null | undefined;
|
|
@@ -23077,6 +23247,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
23077
23247
|
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
23248
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
23079
23249
|
labelColor?: string | null | undefined;
|
|
23250
|
+
pagerIconColor?: string | null | undefined;
|
|
23251
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
23080
23252
|
labelFontSize?: number | null | undefined;
|
|
23081
23253
|
labelFontWeight?: string | number | null | undefined;
|
|
23082
23254
|
} | null | undefined;
|
|
@@ -23352,6 +23524,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
23352
23524
|
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
23525
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
23354
23526
|
labelColor?: string | null | undefined;
|
|
23527
|
+
pagerIconColor?: string | null | undefined;
|
|
23528
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
23355
23529
|
labelFontSize?: number | null | undefined;
|
|
23356
23530
|
labelFontWeight?: string | number | null | undefined;
|
|
23357
23531
|
} | null | undefined;
|
|
@@ -23627,6 +23801,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
23627
23801
|
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
23802
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
23629
23803
|
labelColor?: string | null | undefined;
|
|
23804
|
+
pagerIconColor?: string | null | undefined;
|
|
23805
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
23630
23806
|
labelFontSize?: number | null | undefined;
|
|
23631
23807
|
labelFontWeight?: string | number | null | undefined;
|
|
23632
23808
|
} | null | undefined;
|
|
@@ -23902,6 +24078,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
23902
24078
|
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
24079
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
23904
24080
|
labelColor?: string | null | undefined;
|
|
24081
|
+
pagerIconColor?: string | null | undefined;
|
|
24082
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
23905
24083
|
labelFontSize?: number | null | undefined;
|
|
23906
24084
|
labelFontWeight?: string | number | null | undefined;
|
|
23907
24085
|
} | null | undefined;
|
|
@@ -24177,6 +24355,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
24177
24355
|
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
24356
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
24179
24357
|
labelColor?: string | null | undefined;
|
|
24358
|
+
pagerIconColor?: string | null | undefined;
|
|
24359
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
24180
24360
|
labelFontSize?: number | null | undefined;
|
|
24181
24361
|
labelFontWeight?: string | number | null | undefined;
|
|
24182
24362
|
} | null | undefined;
|
|
@@ -24609,6 +24789,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
24609
24789
|
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
24790
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
24611
24791
|
labelColor?: string | null | undefined;
|
|
24792
|
+
pagerIconColor?: string | null | undefined;
|
|
24793
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
24612
24794
|
labelFontSize?: number | null | undefined;
|
|
24613
24795
|
labelFontWeight?: string | number | null | undefined;
|
|
24614
24796
|
} | null | undefined;
|
|
@@ -25049,6 +25231,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
25049
25231
|
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
25232
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
25051
25233
|
labelColor?: string | null | undefined;
|
|
25234
|
+
pagerIconColor?: string | null | undefined;
|
|
25235
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
25052
25236
|
labelFontSize?: number | null | undefined;
|
|
25053
25237
|
labelFontWeight?: string | number | null | undefined;
|
|
25054
25238
|
} | null | undefined;
|
|
@@ -25147,6 +25331,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
25147
25331
|
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
25332
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
25149
25333
|
labelColor?: string | null | undefined;
|
|
25334
|
+
pagerIconColor?: string | null | undefined;
|
|
25335
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
25150
25336
|
labelFontSize?: number | null | undefined;
|
|
25151
25337
|
labelFontWeight?: string | number | null | undefined;
|
|
25152
25338
|
} | null | undefined;
|
|
@@ -25245,6 +25431,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
25245
25431
|
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
25432
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
25247
25433
|
labelColor?: string | null | undefined;
|
|
25434
|
+
pagerIconColor?: string | null | undefined;
|
|
25435
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
25248
25436
|
labelFontSize?: number | null | undefined;
|
|
25249
25437
|
labelFontWeight?: string | number | null | undefined;
|
|
25250
25438
|
} | null | undefined;
|
|
@@ -25344,6 +25532,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
25344
25532
|
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
25533
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
25346
25534
|
labelColor?: string | null | undefined;
|
|
25535
|
+
pagerIconColor?: string | null | undefined;
|
|
25536
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
25347
25537
|
labelFontSize?: number | null | undefined;
|
|
25348
25538
|
labelFontWeight?: string | number | null | undefined;
|
|
25349
25539
|
} | null | undefined;
|
|
@@ -25443,6 +25633,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
25443
25633
|
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
25634
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
25445
25635
|
labelColor?: string | null | undefined;
|
|
25636
|
+
pagerIconColor?: string | null | undefined;
|
|
25637
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
25446
25638
|
labelFontSize?: number | null | undefined;
|
|
25447
25639
|
labelFontWeight?: string | number | null | undefined;
|
|
25448
25640
|
} | null | undefined;
|
|
@@ -25541,6 +25733,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
25541
25733
|
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
25734
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
25543
25735
|
labelColor?: string | null | undefined;
|
|
25736
|
+
pagerIconColor?: string | null | undefined;
|
|
25737
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
25544
25738
|
labelFontSize?: number | null | undefined;
|
|
25545
25739
|
labelFontWeight?: string | number | null | undefined;
|
|
25546
25740
|
} | null | undefined;
|
|
@@ -25642,6 +25836,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
25642
25836
|
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
25837
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
25644
25838
|
labelColor?: string | null | undefined;
|
|
25839
|
+
pagerIconColor?: string | null | undefined;
|
|
25840
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
25645
25841
|
labelFontSize?: number | null | undefined;
|
|
25646
25842
|
labelFontWeight?: string | number | null | undefined;
|
|
25647
25843
|
} | null | undefined;
|
|
@@ -25744,6 +25940,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
25744
25940
|
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
25941
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
25746
25942
|
labelColor?: string | null | undefined;
|
|
25943
|
+
pagerIconColor?: string | null | undefined;
|
|
25944
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
25747
25945
|
labelFontSize?: number | null | undefined;
|
|
25748
25946
|
labelFontWeight?: string | number | null | undefined;
|
|
25749
25947
|
} | null | undefined;
|
|
@@ -26019,6 +26217,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
26019
26217
|
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
26218
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
26021
26219
|
labelColor?: string | null | undefined;
|
|
26220
|
+
pagerIconColor?: string | null | undefined;
|
|
26221
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
26022
26222
|
labelFontSize?: number | null | undefined;
|
|
26023
26223
|
labelFontWeight?: string | number | null | undefined;
|
|
26024
26224
|
} | null | undefined;
|
|
@@ -26480,6 +26680,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
26480
26680
|
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
26681
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
26482
26682
|
labelColor?: string | null | undefined;
|
|
26683
|
+
pagerIconColor?: string | null | undefined;
|
|
26684
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
26483
26685
|
labelFontSize?: number | null | undefined;
|
|
26484
26686
|
labelFontWeight?: string | number | null | undefined;
|
|
26485
26687
|
} | null | undefined;
|
|
@@ -26755,6 +26957,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
26755
26957
|
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
26958
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
26757
26959
|
labelColor?: string | null | undefined;
|
|
26960
|
+
pagerIconColor?: string | null | undefined;
|
|
26961
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
26758
26962
|
labelFontSize?: number | null | undefined;
|
|
26759
26963
|
labelFontWeight?: string | number | null | undefined;
|
|
26760
26964
|
} | null | undefined;
|
|
@@ -27174,6 +27378,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
27174
27378
|
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
27379
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
27176
27380
|
labelColor?: string | null | undefined;
|
|
27381
|
+
pagerIconColor?: string | null | undefined;
|
|
27382
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
27177
27383
|
labelFontSize?: number | null | undefined;
|
|
27178
27384
|
labelFontWeight?: string | number | null | undefined;
|
|
27179
27385
|
} | null | undefined;
|
|
@@ -27451,6 +27657,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
27451
27657
|
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
27658
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
27453
27659
|
labelColor?: string | null | undefined;
|
|
27660
|
+
pagerIconColor?: string | null | undefined;
|
|
27661
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
27454
27662
|
labelFontSize?: number | null | undefined;
|
|
27455
27663
|
labelFontWeight?: string | number | null | undefined;
|
|
27456
27664
|
} | null | undefined;
|
|
@@ -27728,6 +27936,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
27728
27936
|
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
27937
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
27730
27938
|
labelColor?: string | null | undefined;
|
|
27939
|
+
pagerIconColor?: string | null | undefined;
|
|
27940
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
27731
27941
|
labelFontSize?: number | null | undefined;
|
|
27732
27942
|
labelFontWeight?: string | number | null | undefined;
|
|
27733
27943
|
} | null | undefined;
|
|
@@ -28003,6 +28213,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
28003
28213
|
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
28214
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
28005
28215
|
labelColor?: string | null | undefined;
|
|
28216
|
+
pagerIconColor?: string | null | undefined;
|
|
28217
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
28006
28218
|
labelFontSize?: number | null | undefined;
|
|
28007
28219
|
labelFontWeight?: string | number | null | undefined;
|
|
28008
28220
|
} | null | undefined;
|
|
@@ -28278,6 +28490,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
28278
28490
|
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
28491
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
28280
28492
|
labelColor?: string | null | undefined;
|
|
28493
|
+
pagerIconColor?: string | null | undefined;
|
|
28494
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
28281
28495
|
labelFontSize?: number | null | undefined;
|
|
28282
28496
|
labelFontWeight?: string | number | null | undefined;
|
|
28283
28497
|
} | null | undefined;
|
|
@@ -28553,6 +28767,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
28553
28767
|
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
28768
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
28555
28769
|
labelColor?: string | null | undefined;
|
|
28770
|
+
pagerIconColor?: string | null | undefined;
|
|
28771
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
28556
28772
|
labelFontSize?: number | null | undefined;
|
|
28557
28773
|
labelFontWeight?: string | number | null | undefined;
|
|
28558
28774
|
} | null | undefined;
|
|
@@ -28828,6 +29044,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
28828
29044
|
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
29045
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
28830
29046
|
labelColor?: string | null | undefined;
|
|
29047
|
+
pagerIconColor?: string | null | undefined;
|
|
29048
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
28831
29049
|
labelFontSize?: number | null | undefined;
|
|
28832
29050
|
labelFontWeight?: string | number | null | undefined;
|
|
28833
29051
|
} | null | undefined;
|
|
@@ -29103,6 +29321,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
29103
29321
|
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
29322
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
29105
29323
|
labelColor?: string | null | undefined;
|
|
29324
|
+
pagerIconColor?: string | null | undefined;
|
|
29325
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
29106
29326
|
labelFontSize?: number | null | undefined;
|
|
29107
29327
|
labelFontWeight?: string | number | null | undefined;
|
|
29108
29328
|
} | null | undefined;
|
|
@@ -29535,6 +29755,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
29535
29755
|
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
29756
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
29537
29757
|
labelColor?: string | null | undefined;
|
|
29758
|
+
pagerIconColor?: string | null | undefined;
|
|
29759
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
29538
29760
|
labelFontSize?: number | null | undefined;
|
|
29539
29761
|
labelFontWeight?: string | number | null | undefined;
|
|
29540
29762
|
} | null | undefined;
|
|
@@ -29975,6 +30197,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
29975
30197
|
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
30198
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
29977
30199
|
labelColor?: string | null | undefined;
|
|
30200
|
+
pagerIconColor?: string | null | undefined;
|
|
30201
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
29978
30202
|
labelFontSize?: number | null | undefined;
|
|
29979
30203
|
labelFontWeight?: string | number | null | undefined;
|
|
29980
30204
|
} | null | undefined;
|
|
@@ -30073,6 +30297,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
30073
30297
|
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
30298
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
30075
30299
|
labelColor?: string | null | undefined;
|
|
30300
|
+
pagerIconColor?: string | null | undefined;
|
|
30301
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
30076
30302
|
labelFontSize?: number | null | undefined;
|
|
30077
30303
|
labelFontWeight?: string | number | null | undefined;
|
|
30078
30304
|
} | null | undefined;
|
|
@@ -30171,6 +30397,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
30171
30397
|
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
30398
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
30173
30399
|
labelColor?: string | null | undefined;
|
|
30400
|
+
pagerIconColor?: string | null | undefined;
|
|
30401
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
30174
30402
|
labelFontSize?: number | null | undefined;
|
|
30175
30403
|
labelFontWeight?: string | number | null | undefined;
|
|
30176
30404
|
} | null | undefined;
|
|
@@ -30270,6 +30498,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
30270
30498
|
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
30499
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
30272
30500
|
labelColor?: string | null | undefined;
|
|
30501
|
+
pagerIconColor?: string | null | undefined;
|
|
30502
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
30273
30503
|
labelFontSize?: number | null | undefined;
|
|
30274
30504
|
labelFontWeight?: string | number | null | undefined;
|
|
30275
30505
|
} | null | undefined;
|
|
@@ -30369,6 +30599,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
30369
30599
|
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
30600
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
30371
30601
|
labelColor?: string | null | undefined;
|
|
30602
|
+
pagerIconColor?: string | null | undefined;
|
|
30603
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
30372
30604
|
labelFontSize?: number | null | undefined;
|
|
30373
30605
|
labelFontWeight?: string | number | null | undefined;
|
|
30374
30606
|
} | null | undefined;
|
|
@@ -30467,6 +30699,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
30467
30699
|
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
30700
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
30469
30701
|
labelColor?: string | null | undefined;
|
|
30702
|
+
pagerIconColor?: string | null | undefined;
|
|
30703
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
30470
30704
|
labelFontSize?: number | null | undefined;
|
|
30471
30705
|
labelFontWeight?: string | number | null | undefined;
|
|
30472
30706
|
} | null | undefined;
|
|
@@ -30568,6 +30802,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
30568
30802
|
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
30803
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
30570
30804
|
labelColor?: string | null | undefined;
|
|
30805
|
+
pagerIconColor?: string | null | undefined;
|
|
30806
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
30571
30807
|
labelFontSize?: number | null | undefined;
|
|
30572
30808
|
labelFontWeight?: string | number | null | undefined;
|
|
30573
30809
|
} | null | undefined;
|
|
@@ -30670,6 +30906,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
30670
30906
|
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
30907
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
30672
30908
|
labelColor?: string | null | undefined;
|
|
30909
|
+
pagerIconColor?: string | null | undefined;
|
|
30910
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
30673
30911
|
labelFontSize?: number | null | undefined;
|
|
30674
30912
|
labelFontWeight?: string | number | null | undefined;
|
|
30675
30913
|
} | null | undefined;
|
|
@@ -30945,6 +31183,8 @@ export declare class Builder implements VSeedBuilder {
|
|
|
30945
31183
|
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
31184
|
position?: "left" | "leftTop" | "leftBottom" | "lt" | "lb" | "top" | "topLeft" | "topRight" | "tl" | "tr" | "right" | "rightTop" | "rightBottom" | "rt" | "rb" | "bottom" | "bottomLeft" | "bottomRight" | "bl" | "br" | null | undefined;
|
|
30947
31185
|
labelColor?: string | null | undefined;
|
|
31186
|
+
pagerIconColor?: string | null | undefined;
|
|
31187
|
+
pagerIconDisableColor?: string | null | undefined;
|
|
30948
31188
|
labelFontSize?: number | null | undefined;
|
|
30949
31189
|
labelFontWeight?: string | number | null | undefined;
|
|
30950
31190
|
} | null | undefined;
|