@visactor/vseed 0.1.43 → 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 +3 -3
- 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 +4620 -0
- package/dist/esm/dataSelector/selector.d.ts +1 -1
- package/dist/esm/dataSelector/selector.js +1 -2
- package/dist/esm/dataSelector/selector.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/histogram.js +2 -0
- package/dist/esm/pipeline/advanced/chart/pipeline/histogram.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/config/histogram.d.ts +1 -0
- package/dist/esm/pipeline/advanced/chart/pipes/config/histogram.js +35 -2
- package/dist/esm/pipeline/advanced/chart/pipes/config/histogram.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/regressionLine/regressionLine.js +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/regressionLine/regressionLine.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithHistogramEncoding.js +22 -2
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithHistogramEncoding.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithHistogramEncoding.js +22 -3
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithHistogramEncoding.js.map +1 -1
- package/dist/esm/pipeline/advanced/table/pipeline/pivotTable.js +3 -2
- package/dist/esm/pipeline/advanced/table/pipeline/pivotTable.js.map +1 -1
- package/dist/esm/pipeline/advanced/table/pipeline/table.js +2 -1
- package/dist/esm/pipeline/advanced/table/pipeline/table.js.map +1 -1
- package/dist/esm/pipeline/advanced/table/pipes/{default/defaultMeasureName.d.ts → cellStyle/cellStyle.d.ts} +1 -1
- package/dist/esm/pipeline/advanced/table/pipes/cellStyle/cellStyle.js +16 -0
- package/dist/esm/pipeline/advanced/table/pipes/cellStyle/cellStyle.js.map +1 -0
- package/dist/esm/pipeline/advanced/table/pipes/cellStyle/index.d.ts +1 -0
- package/dist/esm/pipeline/advanced/table/pipes/cellStyle/index.js +2 -0
- package/dist/esm/pipeline/advanced/table/pipes/default/defaultMeasureId.d.ts +2 -0
- package/dist/esm/pipeline/advanced/table/pipes/default/{defaultMeasureName.js → defaultMeasureId.js} +5 -5
- package/dist/esm/pipeline/advanced/table/pipes/default/defaultMeasureId.js.map +1 -0
- package/dist/esm/pipeline/advanced/table/pipes/default/index.d.ts +1 -1
- package/dist/esm/pipeline/advanced/table/pipes/default/index.js +2 -2
- package/dist/esm/pipeline/advanced/table/pipes/index.d.ts +1 -0
- package/dist/esm/pipeline/advanced/table/pipes/index.js +1 -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 +16 -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 +14 -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 +6 -2
- 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 +2 -0
- 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 +5 -1
- 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 +26 -10
- 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 +2 -1
- 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 +2 -1
- 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 +2 -1
- 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 +2 -1
- 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 +2 -1
- 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 +2 -1
- 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 +4 -0
- 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 +2 -1
- 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 +19 -3
- 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 +1 -0
- 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 +5 -7
- 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 +23 -6
- 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 +39 -34
- 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 +10 -3
- 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 +2 -2
- 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 +2 -2
- 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 +4 -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 +2 -0
- 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 +2 -0
- 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 +2 -0
- 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 +2 -0
- 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 +2 -0
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipScatter.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipStyle.d.ts +3 -0
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipStyle.js +31 -0
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipStyle.js.map +1 -0
- package/dist/esm/pipeline/spec/table/pipeline/pivotTable.js +3 -2
- package/dist/esm/pipeline/spec/table/pipeline/pivotTable.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipeline/table.js +3 -2
- package/dist/esm/pipeline/spec/table/pipeline/table.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipes/cellStyle/common.d.ts +2 -0
- package/dist/esm/pipeline/spec/table/pipes/cellStyle/common.js +14 -0
- package/dist/esm/pipeline/spec/table/pipes/cellStyle/common.js.map +1 -0
- package/dist/esm/pipeline/spec/table/pipes/cellStyle/index.d.ts +2 -0
- package/dist/esm/pipeline/spec/table/pipes/cellStyle/index.js +2 -0
- package/dist/esm/pipeline/spec/table/pipes/cellStyle/pivot.d.ts +2 -0
- package/dist/esm/pipeline/spec/table/pipes/cellStyle/pivot.js +49 -0
- package/dist/esm/pipeline/spec/table/pipes/cellStyle/pivot.js.map +1 -0
- package/dist/esm/pipeline/spec/table/pipes/cellStyle/table.d.ts +2 -0
- package/dist/esm/pipeline/spec/table/pipes/cellStyle/table.js +41 -0
- package/dist/esm/pipeline/spec/table/pipes/cellStyle/table.js.map +1 -0
- 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/index.d.ts +1 -0
- package/dist/esm/pipeline/spec/table/pipes/index.js +1 -0
- 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 +13 -3
- 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/pipeline/utils/constant.d.ts +3 -1
- package/dist/esm/pipeline/utils/constant.js +4 -2
- package/dist/esm/pipeline/utils/constant.js.map +1 -1
- package/dist/esm/pipeline/utils/measures/depth.js.map +1 -1
- package/dist/esm/pipeline/utils/measures/find.js.map +1 -1
- package/dist/esm/pipeline/utils/tree/traverse.d.ts +1 -11
- package/dist/esm/pipeline/utils/tree/traverse.js +3 -4
- package/dist/esm/pipeline/utils/tree/traverse.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 +18 -18
- 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.d.ts +30 -22
- package/dist/esm/theme/common/table.js +10 -2
- package/dist/esm/theme/common/table.js.map +1 -1
- package/dist/esm/theme/common/tooltip.d.ts +3 -2
- package/dist/esm/theme/common/tooltip.js +24 -2
- package/dist/esm/theme/common/tooltip.js.map +1 -1
- package/dist/esm/theme/dark/dark.js +4 -4
- package/dist/esm/theme/dark/dark.js.map +1 -1
- package/dist/esm/theme/light/light.js +4 -4
- package/dist/esm/theme/light/light.js.map +1 -1
- package/dist/esm/types/advancedVSeed.d.ts +3522 -0
- package/dist/esm/types/advancedVSeed.js +2 -0
- package/dist/esm/types/advancedVSeed.js.map +1 -1
- package/dist/esm/types/chartType/area/zArea.d.ts +82 -0
- package/dist/esm/types/chartType/areaPercent/zAreaPercent.d.ts +82 -0
- package/dist/esm/types/chartType/bar/zBar.d.ts +82 -0
- package/dist/esm/types/chartType/barParallel/zBarParallel.d.ts +82 -0
- package/dist/esm/types/chartType/barPercent/zBarPercent.d.ts +82 -0
- package/dist/esm/types/chartType/boxplot/zBoxplot.d.ts +82 -0
- package/dist/esm/types/chartType/column/zColumn.d.ts +84 -0
- package/dist/esm/types/chartType/columnParallel/zColumnParallel.d.ts +82 -0
- package/dist/esm/types/chartType/columnPercent/zColumnPercent.d.ts +82 -0
- package/dist/esm/types/chartType/donut/zDonut.d.ts +82 -0
- package/dist/esm/types/chartType/dualAxis/zDualAxis.d.ts +82 -0
- package/dist/esm/types/chartType/funnel/zFunnel.d.ts +80 -0
- package/dist/esm/types/chartType/heatmap/zHeatmap.d.ts +80 -0
- package/dist/esm/types/chartType/histogram/histogram.d.ts +2 -2
- package/dist/esm/types/chartType/histogram/zHistogram.d.ts +90 -4
- package/dist/esm/types/chartType/histogram/zHistogram.js +2 -2
- package/dist/esm/types/chartType/histogram/zHistogram.js.map +1 -1
- package/dist/esm/types/chartType/line/zLine.d.ts +82 -0
- package/dist/esm/types/chartType/pie/zPie.d.ts +82 -0
- package/dist/esm/types/chartType/pivotTable/pivotTable.d.ts +5 -1
- package/dist/esm/types/chartType/pivotTable/zPivotTable.d.ts +76 -0
- package/dist/esm/types/chartType/pivotTable/zPivotTable.js +2 -1
- package/dist/esm/types/chartType/pivotTable/zPivotTable.js.map +1 -1
- package/dist/esm/types/chartType/radar/zRadar.d.ts +82 -0
- package/dist/esm/types/chartType/rose/zRose.d.ts +82 -0
- package/dist/esm/types/chartType/roseParallel/zRoseParallel.d.ts +82 -0
- package/dist/esm/types/chartType/scatter/zScatter.d.ts +90 -0
- package/dist/esm/types/chartType/table/table.d.ts +5 -1
- package/dist/esm/types/chartType/table/zTable.d.ts +76 -0
- package/dist/esm/types/chartType/table/zTable.js +2 -1
- package/dist/esm/types/chartType/table/zTable.js.map +1 -1
- package/dist/esm/types/pipeline/spec/spec.d.ts +11 -2
- package/dist/esm/types/properties/cellStyle/bodyCellStyle.d.ts +138 -0
- package/dist/esm/types/properties/cellStyle/bodyCellStyle.js +16 -0
- package/dist/esm/types/properties/cellStyle/bodyCellStyle.js.map +1 -0
- package/dist/esm/types/properties/cellStyle/cellStyle.d.ts +80 -0
- package/dist/esm/types/properties/cellStyle/cellStyle.js +8 -0
- package/dist/esm/types/properties/cellStyle/cellStyle.js.map +1 -0
- package/dist/esm/types/properties/cellStyle/index.d.ts +1 -0
- package/dist/esm/types/properties/cellStyle/index.js +1 -0
- package/dist/esm/types/properties/config/area.d.ts +168 -0
- package/dist/esm/types/properties/config/bar.d.ts +252 -0
- package/dist/esm/types/properties/config/boxplot.d.ts +84 -0
- package/dist/esm/types/properties/config/column.d.ts +264 -0
- package/dist/esm/types/properties/config/config.d.ts +1716 -0
- package/dist/esm/types/properties/config/dualAxis.d.ts +84 -0
- package/dist/esm/types/properties/config/funnel.d.ts +84 -0
- package/dist/esm/types/properties/config/heatmap.d.ts +84 -0
- package/dist/esm/types/properties/config/histogram.d.ts +96 -0
- package/dist/esm/types/properties/config/label/label.d.ts +5 -0
- package/dist/esm/types/properties/config/label/zLabel.d.ts +69 -0
- package/dist/esm/types/properties/config/label/zLabel.js +6 -1
- package/dist/esm/types/properties/config/label/zLabel.js.map +1 -1
- package/dist/esm/types/properties/config/label/zPieLabel.d.ts +69 -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 +84 -0
- package/dist/esm/types/properties/config/pie.d.ts +252 -0
- package/dist/esm/types/properties/config/pivotGrid/pivotGrid.d.ts +2 -0
- package/dist/esm/types/properties/config/pivotGrid/pivotGrid.js +3 -1
- package/dist/esm/types/properties/config/pivotGrid/pivotGrid.js.map +1 -1
- package/dist/esm/types/properties/config/rose.d.ts +168 -0
- package/dist/esm/types/properties/config/scatter.d.ts +96 -0
- package/dist/esm/types/properties/config/tooltip/tooltip.d.ts +12 -0
- package/dist/esm/types/properties/config/tooltip/tooltip.js +12 -1
- package/dist/esm/types/properties/config/tooltip/tooltip.js.map +1 -1
- package/dist/esm/types/properties/index.d.ts +1 -0
- package/dist/esm/types/properties/index.js +1 -0
- package/dist/esm/types/properties/markStyle/barStyle.d.ts +5 -0
- package/dist/esm/types/properties/markStyle/barStyle.js.map +1 -1
- package/dist/esm/types/properties/regressionLine/ecdfRegressionLine.d.ts +4 -0
- package/dist/esm/types/properties/regressionLine/kdeRegressionLine.d.ts +4 -0
- package/dist/esm/types/properties/regressionLine/zRegressionLine.d.ts +18 -0
- package/dist/esm/types/properties/regressionLine/zRegressionLine.js +1 -0
- package/dist/esm/types/properties/regressionLine/zRegressionLine.js.map +1 -1
- package/dist/esm/types/properties/theme/customTheme.d.ts +3432 -0
- package/dist/esm/types/zVseed.d.ts +1926 -124
- package/dist/umd/index.js +884 -439
- package/dist/umd/index.js.map +1 -1
- package/package.json +5 -5
- package/dist/esm/pipeline/advanced/table/pipes/default/defaultMeasureName.js.map +0 -1
|
@@ -170,6 +170,75 @@ export declare const zRadar: z.ZodObject<{
|
|
|
170
170
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
171
171
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
172
172
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
173
|
+
selector: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
174
|
+
field: z.ZodString;
|
|
175
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
176
|
+
"=": "=";
|
|
177
|
+
"==": "==";
|
|
178
|
+
"!=": "!=";
|
|
179
|
+
">": ">";
|
|
180
|
+
"<": "<";
|
|
181
|
+
">=": ">=";
|
|
182
|
+
"<=": "<=";
|
|
183
|
+
between: "between";
|
|
184
|
+
}>>>;
|
|
185
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
186
|
+
"=": "=";
|
|
187
|
+
"==": "==";
|
|
188
|
+
"!=": "!=";
|
|
189
|
+
">": ">";
|
|
190
|
+
"<": "<";
|
|
191
|
+
">=": ">=";
|
|
192
|
+
"<=": "<=";
|
|
193
|
+
between: "between";
|
|
194
|
+
}>>>;
|
|
195
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
196
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
197
|
+
field: z.ZodString;
|
|
198
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
199
|
+
in: "in";
|
|
200
|
+
"not in": "not in";
|
|
201
|
+
}>>>;
|
|
202
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
203
|
+
in: "in";
|
|
204
|
+
"not in": "not in";
|
|
205
|
+
}>>>;
|
|
206
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
207
|
+
}, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
208
|
+
field: z.ZodString;
|
|
209
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
210
|
+
"=": "=";
|
|
211
|
+
"==": "==";
|
|
212
|
+
"!=": "!=";
|
|
213
|
+
">": ">";
|
|
214
|
+
"<": "<";
|
|
215
|
+
">=": ">=";
|
|
216
|
+
"<=": "<=";
|
|
217
|
+
between: "between";
|
|
218
|
+
}>>>;
|
|
219
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
220
|
+
"=": "=";
|
|
221
|
+
"==": "==";
|
|
222
|
+
"!=": "!=";
|
|
223
|
+
">": ">";
|
|
224
|
+
"<": "<";
|
|
225
|
+
">=": ">=";
|
|
226
|
+
"<=": "<=";
|
|
227
|
+
between: "between";
|
|
228
|
+
}>>>;
|
|
229
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
230
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
231
|
+
field: z.ZodString;
|
|
232
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
233
|
+
in: "in";
|
|
234
|
+
"not in": "not in";
|
|
235
|
+
}>>>;
|
|
236
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
237
|
+
in: "in";
|
|
238
|
+
"not in": "not in";
|
|
239
|
+
}>>>;
|
|
240
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
241
|
+
}, z.core.$strip>]>>]>>>;
|
|
173
242
|
}, z.core.$strip>>>;
|
|
174
243
|
legend: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
175
244
|
enable: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
@@ -222,11 +291,24 @@ export declare const zRadar: z.ZodObject<{
|
|
|
222
291
|
br: "br";
|
|
223
292
|
}>>>>;
|
|
224
293
|
labelColor: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>;
|
|
294
|
+
pagerIconColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
295
|
+
pagerIconDisableColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
225
296
|
labelFontSize: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
|
|
226
297
|
labelFontWeight: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>>;
|
|
227
298
|
}, z.core.$strip>>>;
|
|
228
299
|
tooltip: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
229
300
|
enable: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
301
|
+
borderColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
302
|
+
borderWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
303
|
+
borderRadius: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
304
|
+
padding: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>;
|
|
305
|
+
backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
306
|
+
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
307
|
+
fontSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
308
|
+
lineSpace: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
309
|
+
keyColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
310
|
+
valueColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
311
|
+
titleColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
230
312
|
}, z.core.$strip>>>;
|
|
231
313
|
theme: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
232
314
|
locale: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodEnum<{
|
|
@@ -170,6 +170,75 @@ export declare const zRose: z.ZodObject<{
|
|
|
170
170
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
171
171
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
172
172
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
173
|
+
selector: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
174
|
+
field: z.ZodString;
|
|
175
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
176
|
+
"=": "=";
|
|
177
|
+
"==": "==";
|
|
178
|
+
"!=": "!=";
|
|
179
|
+
">": ">";
|
|
180
|
+
"<": "<";
|
|
181
|
+
">=": ">=";
|
|
182
|
+
"<=": "<=";
|
|
183
|
+
between: "between";
|
|
184
|
+
}>>>;
|
|
185
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
186
|
+
"=": "=";
|
|
187
|
+
"==": "==";
|
|
188
|
+
"!=": "!=";
|
|
189
|
+
">": ">";
|
|
190
|
+
"<": "<";
|
|
191
|
+
">=": ">=";
|
|
192
|
+
"<=": "<=";
|
|
193
|
+
between: "between";
|
|
194
|
+
}>>>;
|
|
195
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
196
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
197
|
+
field: z.ZodString;
|
|
198
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
199
|
+
in: "in";
|
|
200
|
+
"not in": "not in";
|
|
201
|
+
}>>>;
|
|
202
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
203
|
+
in: "in";
|
|
204
|
+
"not in": "not in";
|
|
205
|
+
}>>>;
|
|
206
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
207
|
+
}, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
208
|
+
field: z.ZodString;
|
|
209
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
210
|
+
"=": "=";
|
|
211
|
+
"==": "==";
|
|
212
|
+
"!=": "!=";
|
|
213
|
+
">": ">";
|
|
214
|
+
"<": "<";
|
|
215
|
+
">=": ">=";
|
|
216
|
+
"<=": "<=";
|
|
217
|
+
between: "between";
|
|
218
|
+
}>>>;
|
|
219
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
220
|
+
"=": "=";
|
|
221
|
+
"==": "==";
|
|
222
|
+
"!=": "!=";
|
|
223
|
+
">": ">";
|
|
224
|
+
"<": "<";
|
|
225
|
+
">=": ">=";
|
|
226
|
+
"<=": "<=";
|
|
227
|
+
between: "between";
|
|
228
|
+
}>>>;
|
|
229
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
230
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
231
|
+
field: z.ZodString;
|
|
232
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
233
|
+
in: "in";
|
|
234
|
+
"not in": "not in";
|
|
235
|
+
}>>>;
|
|
236
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
237
|
+
in: "in";
|
|
238
|
+
"not in": "not in";
|
|
239
|
+
}>>>;
|
|
240
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
241
|
+
}, z.core.$strip>]>>]>>>;
|
|
173
242
|
}, z.core.$strip>>>;
|
|
174
243
|
legend: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
175
244
|
enable: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
@@ -222,11 +291,24 @@ export declare const zRose: z.ZodObject<{
|
|
|
222
291
|
br: "br";
|
|
223
292
|
}>>>>;
|
|
224
293
|
labelColor: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>;
|
|
294
|
+
pagerIconColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
295
|
+
pagerIconDisableColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
225
296
|
labelFontSize: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
|
|
226
297
|
labelFontWeight: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>>;
|
|
227
298
|
}, z.core.$strip>>>;
|
|
228
299
|
tooltip: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
229
300
|
enable: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
301
|
+
borderColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
302
|
+
borderWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
303
|
+
borderRadius: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
304
|
+
padding: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>;
|
|
305
|
+
backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
306
|
+
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
307
|
+
fontSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
308
|
+
lineSpace: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
309
|
+
keyColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
310
|
+
valueColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
311
|
+
titleColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
230
312
|
}, z.core.$strip>>>;
|
|
231
313
|
theme: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
232
314
|
locale: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodEnum<{
|
|
@@ -170,6 +170,75 @@ export declare const zRoseParallel: z.ZodObject<{
|
|
|
170
170
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
171
171
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
172
172
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
173
|
+
selector: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
174
|
+
field: z.ZodString;
|
|
175
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
176
|
+
"=": "=";
|
|
177
|
+
"==": "==";
|
|
178
|
+
"!=": "!=";
|
|
179
|
+
">": ">";
|
|
180
|
+
"<": "<";
|
|
181
|
+
">=": ">=";
|
|
182
|
+
"<=": "<=";
|
|
183
|
+
between: "between";
|
|
184
|
+
}>>>;
|
|
185
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
186
|
+
"=": "=";
|
|
187
|
+
"==": "==";
|
|
188
|
+
"!=": "!=";
|
|
189
|
+
">": ">";
|
|
190
|
+
"<": "<";
|
|
191
|
+
">=": ">=";
|
|
192
|
+
"<=": "<=";
|
|
193
|
+
between: "between";
|
|
194
|
+
}>>>;
|
|
195
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
196
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
197
|
+
field: z.ZodString;
|
|
198
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
199
|
+
in: "in";
|
|
200
|
+
"not in": "not in";
|
|
201
|
+
}>>>;
|
|
202
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
203
|
+
in: "in";
|
|
204
|
+
"not in": "not in";
|
|
205
|
+
}>>>;
|
|
206
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
207
|
+
}, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
208
|
+
field: z.ZodString;
|
|
209
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
210
|
+
"=": "=";
|
|
211
|
+
"==": "==";
|
|
212
|
+
"!=": "!=";
|
|
213
|
+
">": ">";
|
|
214
|
+
"<": "<";
|
|
215
|
+
">=": ">=";
|
|
216
|
+
"<=": "<=";
|
|
217
|
+
between: "between";
|
|
218
|
+
}>>>;
|
|
219
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
220
|
+
"=": "=";
|
|
221
|
+
"==": "==";
|
|
222
|
+
"!=": "!=";
|
|
223
|
+
">": ">";
|
|
224
|
+
"<": "<";
|
|
225
|
+
">=": ">=";
|
|
226
|
+
"<=": "<=";
|
|
227
|
+
between: "between";
|
|
228
|
+
}>>>;
|
|
229
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
230
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
231
|
+
field: z.ZodString;
|
|
232
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
233
|
+
in: "in";
|
|
234
|
+
"not in": "not in";
|
|
235
|
+
}>>>;
|
|
236
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
237
|
+
in: "in";
|
|
238
|
+
"not in": "not in";
|
|
239
|
+
}>>>;
|
|
240
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
241
|
+
}, z.core.$strip>]>>]>>>;
|
|
173
242
|
}, z.core.$strip>>>;
|
|
174
243
|
legend: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
175
244
|
enable: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
@@ -222,11 +291,24 @@ export declare const zRoseParallel: z.ZodObject<{
|
|
|
222
291
|
br: "br";
|
|
223
292
|
}>>>>;
|
|
224
293
|
labelColor: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>;
|
|
294
|
+
pagerIconColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
295
|
+
pagerIconDisableColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
225
296
|
labelFontSize: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
|
|
226
297
|
labelFontWeight: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>>;
|
|
227
298
|
}, z.core.$strip>>>;
|
|
228
299
|
tooltip: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
229
300
|
enable: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
301
|
+
borderColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
302
|
+
borderWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
303
|
+
borderRadius: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
304
|
+
padding: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>;
|
|
305
|
+
backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
306
|
+
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
307
|
+
fontSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
308
|
+
lineSpace: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
309
|
+
keyColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
310
|
+
valueColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
311
|
+
titleColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
230
312
|
}, z.core.$strip>>>;
|
|
231
313
|
theme: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
232
314
|
locale: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodEnum<{
|
|
@@ -463,6 +463,75 @@ export declare const zScatter: z.ZodObject<{
|
|
|
463
463
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
464
464
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
465
465
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
466
|
+
selector: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
467
|
+
field: z.ZodString;
|
|
468
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
469
|
+
"=": "=";
|
|
470
|
+
"==": "==";
|
|
471
|
+
"!=": "!=";
|
|
472
|
+
">": ">";
|
|
473
|
+
"<": "<";
|
|
474
|
+
">=": ">=";
|
|
475
|
+
"<=": "<=";
|
|
476
|
+
between: "between";
|
|
477
|
+
}>>>;
|
|
478
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
479
|
+
"=": "=";
|
|
480
|
+
"==": "==";
|
|
481
|
+
"!=": "!=";
|
|
482
|
+
">": ">";
|
|
483
|
+
"<": "<";
|
|
484
|
+
">=": ">=";
|
|
485
|
+
"<=": "<=";
|
|
486
|
+
between: "between";
|
|
487
|
+
}>>>;
|
|
488
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
489
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
490
|
+
field: z.ZodString;
|
|
491
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
492
|
+
in: "in";
|
|
493
|
+
"not in": "not in";
|
|
494
|
+
}>>>;
|
|
495
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
496
|
+
in: "in";
|
|
497
|
+
"not in": "not in";
|
|
498
|
+
}>>>;
|
|
499
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
500
|
+
}, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
501
|
+
field: z.ZodString;
|
|
502
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
503
|
+
"=": "=";
|
|
504
|
+
"==": "==";
|
|
505
|
+
"!=": "!=";
|
|
506
|
+
">": ">";
|
|
507
|
+
"<": "<";
|
|
508
|
+
">=": ">=";
|
|
509
|
+
"<=": "<=";
|
|
510
|
+
between: "between";
|
|
511
|
+
}>>>;
|
|
512
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
513
|
+
"=": "=";
|
|
514
|
+
"==": "==";
|
|
515
|
+
"!=": "!=";
|
|
516
|
+
">": ">";
|
|
517
|
+
"<": "<";
|
|
518
|
+
">=": ">=";
|
|
519
|
+
"<=": "<=";
|
|
520
|
+
between: "between";
|
|
521
|
+
}>>>;
|
|
522
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
523
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
524
|
+
field: z.ZodString;
|
|
525
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
526
|
+
in: "in";
|
|
527
|
+
"not in": "not in";
|
|
528
|
+
}>>>;
|
|
529
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
530
|
+
in: "in";
|
|
531
|
+
"not in": "not in";
|
|
532
|
+
}>>>;
|
|
533
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
534
|
+
}, z.core.$strip>]>>]>>>;
|
|
466
535
|
}, z.core.$strip>>>;
|
|
467
536
|
legend: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
468
537
|
enable: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
@@ -515,11 +584,24 @@ export declare const zScatter: z.ZodObject<{
|
|
|
515
584
|
br: "br";
|
|
516
585
|
}>>>>;
|
|
517
586
|
labelColor: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>;
|
|
587
|
+
pagerIconColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
588
|
+
pagerIconDisableColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
518
589
|
labelFontSize: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
|
|
519
590
|
labelFontWeight: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>>;
|
|
520
591
|
}, z.core.$strip>>>;
|
|
521
592
|
tooltip: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
522
593
|
enable: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
594
|
+
borderColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
595
|
+
borderWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
596
|
+
borderRadius: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
597
|
+
padding: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>;
|
|
598
|
+
backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
599
|
+
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
600
|
+
fontSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
601
|
+
lineSpace: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
602
|
+
keyColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
603
|
+
valueColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
604
|
+
titleColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
523
605
|
}, z.core.$strip>>>;
|
|
524
606
|
xAxis: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
525
607
|
visible: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
@@ -1650,6 +1732,7 @@ export declare const zScatter: z.ZodObject<{
|
|
|
1650
1732
|
outerPadding: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
|
|
1651
1733
|
}, z.core.$strip>]>>>;
|
|
1652
1734
|
linearRegressionLine: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
1735
|
+
enable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1653
1736
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1654
1737
|
lineWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1655
1738
|
lineDash: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
@@ -1661,6 +1744,7 @@ export declare const zScatter: z.ZodObject<{
|
|
|
1661
1744
|
confidenceIntervalColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1662
1745
|
confidenceIntervalOpacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1663
1746
|
}, z.core.$strip>>, z.ZodObject<{
|
|
1747
|
+
enable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1664
1748
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1665
1749
|
lineWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1666
1750
|
lineDash: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
@@ -1673,6 +1757,7 @@ export declare const zScatter: z.ZodObject<{
|
|
|
1673
1757
|
confidenceIntervalOpacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1674
1758
|
}, z.core.$strip>]>, z.ZodBoolean]>>>;
|
|
1675
1759
|
lowessRegressionLine: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
1760
|
+
enable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1676
1761
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1677
1762
|
lineWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1678
1763
|
lineDash: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
@@ -1684,6 +1769,7 @@ export declare const zScatter: z.ZodObject<{
|
|
|
1684
1769
|
confidenceIntervalColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1685
1770
|
confidenceIntervalOpacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1686
1771
|
}, z.core.$strip>>, z.ZodObject<{
|
|
1772
|
+
enable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1687
1773
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1688
1774
|
lineWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1689
1775
|
lineDash: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
@@ -1696,6 +1782,7 @@ export declare const zScatter: z.ZodObject<{
|
|
|
1696
1782
|
confidenceIntervalOpacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1697
1783
|
}, z.core.$strip>]>, z.ZodBoolean]>>>;
|
|
1698
1784
|
polynomialRegressionLine: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
1785
|
+
enable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1699
1786
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1700
1787
|
lineWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1701
1788
|
lineDash: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
@@ -1708,6 +1795,7 @@ export declare const zScatter: z.ZodObject<{
|
|
|
1708
1795
|
confidenceIntervalOpacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1709
1796
|
degree: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1710
1797
|
}, z.core.$strip>>, z.ZodObject<{
|
|
1798
|
+
enable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1711
1799
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1712
1800
|
lineWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1713
1801
|
lineDash: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
@@ -1721,6 +1809,7 @@ export declare const zScatter: z.ZodObject<{
|
|
|
1721
1809
|
degree: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1722
1810
|
}, z.core.$strip>]>, z.ZodBoolean]>>>;
|
|
1723
1811
|
logisticRegressionLine: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
1812
|
+
enable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1724
1813
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1725
1814
|
lineWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1726
1815
|
lineDash: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
@@ -1732,6 +1821,7 @@ export declare const zScatter: z.ZodObject<{
|
|
|
1732
1821
|
confidenceIntervalColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1733
1822
|
confidenceIntervalOpacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1734
1823
|
}, z.core.$strip>>, z.ZodObject<{
|
|
1824
|
+
enable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1735
1825
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1736
1826
|
lineWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1737
1827
|
lineDash: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type Locale } from '../../i18n';
|
|
2
|
-
import type { DimensionTree, MeasureTree } from '../../properties';
|
|
2
|
+
import type { BodyCellStyle, DimensionTree, MeasureTree } from '../../properties';
|
|
3
3
|
import { type BackgroundColor, type Dataset, type Theme } from '../../properties';
|
|
4
4
|
/**
|
|
5
5
|
* @description 表格,适用于详细数据展示场景,行列分明,便于查看具体数值
|
|
@@ -94,6 +94,10 @@ export interface Table {
|
|
|
94
94
|
* @description 选中的单元格的背景颜色, 用于突出显示选中的单元格
|
|
95
95
|
*/
|
|
96
96
|
selectedBackgroundColor?: string;
|
|
97
|
+
/**
|
|
98
|
+
* 设置表格正文部分单元格的特殊样式
|
|
99
|
+
*/
|
|
100
|
+
bodyCellStyle?: BodyCellStyle | BodyCellStyle[];
|
|
97
101
|
/**
|
|
98
102
|
* @default light 默认为亮色主题
|
|
99
103
|
* @description 图表的主题, 主题是优先级较低的功能配置, 包含所有图表类型共用的通用配置, 与单类图表类型共用的图表配置, 内置light与dark两种主题, 用户可以通过Builder自定义主题
|
|
@@ -111,6 +111,82 @@ export declare const zTable: z.ZodObject<{
|
|
|
111
111
|
hoverHeaderInlineBackgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
112
112
|
selectedBorderColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
113
113
|
selectedBackgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
114
|
+
bodyCellStyle: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
115
|
+
selector: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
116
|
+
field: z.ZodString;
|
|
117
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
118
|
+
"=": "=";
|
|
119
|
+
"==": "==";
|
|
120
|
+
"!=": "!=";
|
|
121
|
+
">": ">";
|
|
122
|
+
"<": "<";
|
|
123
|
+
">=": ">=";
|
|
124
|
+
"<=": "<=";
|
|
125
|
+
between: "between";
|
|
126
|
+
}>>>;
|
|
127
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
128
|
+
"=": "=";
|
|
129
|
+
"==": "==";
|
|
130
|
+
"!=": "!=";
|
|
131
|
+
">": ">";
|
|
132
|
+
"<": "<";
|
|
133
|
+
">=": ">=";
|
|
134
|
+
"<=": "<=";
|
|
135
|
+
between: "between";
|
|
136
|
+
}>>>;
|
|
137
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
138
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
139
|
+
field: z.ZodString;
|
|
140
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
141
|
+
in: "in";
|
|
142
|
+
"not in": "not in";
|
|
143
|
+
}>>>;
|
|
144
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
145
|
+
in: "in";
|
|
146
|
+
"not in": "not in";
|
|
147
|
+
}>>>;
|
|
148
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
149
|
+
}, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
150
|
+
field: z.ZodString;
|
|
151
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
152
|
+
"=": "=";
|
|
153
|
+
"==": "==";
|
|
154
|
+
"!=": "!=";
|
|
155
|
+
">": ">";
|
|
156
|
+
"<": "<";
|
|
157
|
+
">=": ">=";
|
|
158
|
+
"<=": "<=";
|
|
159
|
+
between: "between";
|
|
160
|
+
}>>>;
|
|
161
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
162
|
+
"=": "=";
|
|
163
|
+
"==": "==";
|
|
164
|
+
"!=": "!=";
|
|
165
|
+
">": ">";
|
|
166
|
+
"<": "<";
|
|
167
|
+
">=": ">=";
|
|
168
|
+
"<=": "<=";
|
|
169
|
+
between: "between";
|
|
170
|
+
}>>>;
|
|
171
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
172
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
173
|
+
field: z.ZodString;
|
|
174
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
175
|
+
in: "in";
|
|
176
|
+
"not in": "not in";
|
|
177
|
+
}>>>;
|
|
178
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
179
|
+
in: "in";
|
|
180
|
+
"not in": "not in";
|
|
181
|
+
}>>>;
|
|
182
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
183
|
+
}, z.core.$strip>]>>]>>>;
|
|
184
|
+
backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
185
|
+
textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
186
|
+
textFontSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
187
|
+
borderColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
188
|
+
borderLineWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
189
|
+
}, z.core.$strip>>>;
|
|
114
190
|
theme: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
115
191
|
locale: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodEnum<{
|
|
116
192
|
"zh-CN": "zh-CN";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
import { zLocale } from "../../i18n/index.js";
|
|
3
|
-
import { zBackgroundColor, zDataset, zDimensions, zMeasureTree, zTheme } from "../../properties/index.js";
|
|
3
|
+
import { zBackgroundColor, zBodyCellStyle, zDataset, zDimensions, zMeasureTree, zTheme } from "../../properties/index.js";
|
|
4
4
|
const zTable = z.object({
|
|
5
5
|
chartType: z.literal('table'),
|
|
6
6
|
dataset: zDataset.nullish(),
|
|
@@ -20,6 +20,7 @@ const zTable = z.object({
|
|
|
20
20
|
hoverHeaderInlineBackgroundColor: z.string().nullish(),
|
|
21
21
|
selectedBorderColor: z.string().nullish(),
|
|
22
22
|
selectedBackgroundColor: z.string().nullish(),
|
|
23
|
+
bodyCellStyle: zBodyCellStyle.nullish(),
|
|
23
24
|
theme: zTheme.nullish(),
|
|
24
25
|
locale: zLocale.nullish()
|
|
25
26
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types/chartType/table/zTable.js","sources":["webpack://@visactor/vseed/./src/types/chartType/table/zTable.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport { zBackgroundColor, zDataset, zDimensions, zMeasureTree, zTheme } from '../../properties'\n\nexport const zTable = z.object({\n chartType: z.literal('table'),\n dataset: zDataset.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasureTree.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n borderColor: z.string().nullish(),\n bodyFontSize: z.number().nullish(),\n bodyFontColor: z.string().nullish(),\n bodyBackgroundColor: z.string().nullish(),\n hoverBodyBackgroundColor: z.string().nullish(),\n hoverBodyInlineBackgroundColor: z.string().nullish(),\n headerFontSize: z.number().nullish(),\n headerFontColor: z.string().nullish(),\n headerBackgroundColor: z.string().nullish(),\n hoverHeaderBackgroundColor: z.string().nullish(),\n hoverHeaderInlineBackgroundColor: z.string().nullish(),\n selectedBorderColor: z.string().nullish(),\n selectedBackgroundColor: z.string().nullish(),\n\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zTable","z","zDataset","zDimensions","zMeasureTree","zBackgroundColor","zTheme","zLocale"],"mappings":";;;AAIO,MAAMA,SAASC,EAAE,MAAM,CAAC;IAC7B,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,YAAYC,YAAY,OAAO;IAC/B,UAAUC,aAAa,OAAO;IAE9B,iBAAiBC,iBAAiB,OAAO;IACzC,aAAaJ,EAAE,MAAM,GAAG,OAAO;IAC/B,cAAcA,EAAE,MAAM,GAAG,OAAO;IAChC,eAAeA,EAAE,MAAM,GAAG,OAAO;IACjC,qBAAqBA,EAAE,MAAM,GAAG,OAAO;IACvC,0BAA0BA,EAAE,MAAM,GAAG,OAAO;IAC5C,gCAAgCA,EAAE,MAAM,GAAG,OAAO;IAClD,gBAAgBA,EAAE,MAAM,GAAG,OAAO;IAClC,iBAAiBA,EAAE,MAAM,GAAG,OAAO;IACnC,uBAAuBA,EAAE,MAAM,GAAG,OAAO;IACzC,4BAA4BA,EAAE,MAAM,GAAG,OAAO;IAC9C,kCAAkCA,EAAE,MAAM,GAAG,OAAO;IACpD,qBAAqBA,EAAE,MAAM,GAAG,OAAO;IACvC,yBAAyBA,EAAE,MAAM,GAAG,OAAO;
|
|
1
|
+
{"version":3,"file":"types/chartType/table/zTable.js","sources":["webpack://@visactor/vseed/./src/types/chartType/table/zTable.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zLocale } from '../../i18n'\nimport { zBackgroundColor, zBodyCellStyle, zDataset, zDimensions, zMeasureTree, zTheme } from '../../properties'\n\nexport const zTable = z.object({\n chartType: z.literal('table'),\n dataset: zDataset.nullish(),\n dimensions: zDimensions.nullish(),\n measures: zMeasureTree.nullish(),\n\n backgroundColor: zBackgroundColor.nullish(),\n borderColor: z.string().nullish(),\n bodyFontSize: z.number().nullish(),\n bodyFontColor: z.string().nullish(),\n bodyBackgroundColor: z.string().nullish(),\n hoverBodyBackgroundColor: z.string().nullish(),\n hoverBodyInlineBackgroundColor: z.string().nullish(),\n headerFontSize: z.number().nullish(),\n headerFontColor: z.string().nullish(),\n headerBackgroundColor: z.string().nullish(),\n hoverHeaderBackgroundColor: z.string().nullish(),\n hoverHeaderInlineBackgroundColor: z.string().nullish(),\n selectedBorderColor: z.string().nullish(),\n selectedBackgroundColor: z.string().nullish(),\n bodyCellStyle: zBodyCellStyle.nullish(),\n\n theme: zTheme.nullish(),\n locale: zLocale.nullish(),\n})\n"],"names":["zTable","z","zDataset","zDimensions","zMeasureTree","zBackgroundColor","zBodyCellStyle","zTheme","zLocale"],"mappings":";;;AAIO,MAAMA,SAASC,EAAE,MAAM,CAAC;IAC7B,WAAWA,EAAE,OAAO,CAAC;IACrB,SAASC,SAAS,OAAO;IACzB,YAAYC,YAAY,OAAO;IAC/B,UAAUC,aAAa,OAAO;IAE9B,iBAAiBC,iBAAiB,OAAO;IACzC,aAAaJ,EAAE,MAAM,GAAG,OAAO;IAC/B,cAAcA,EAAE,MAAM,GAAG,OAAO;IAChC,eAAeA,EAAE,MAAM,GAAG,OAAO;IACjC,qBAAqBA,EAAE,MAAM,GAAG,OAAO;IACvC,0BAA0BA,EAAE,MAAM,GAAG,OAAO;IAC5C,gCAAgCA,EAAE,MAAM,GAAG,OAAO;IAClD,gBAAgBA,EAAE,MAAM,GAAG,OAAO;IAClC,iBAAiBA,EAAE,MAAM,GAAG,OAAO;IACnC,uBAAuBA,EAAE,MAAM,GAAG,OAAO;IACzC,4BAA4BA,EAAE,MAAM,GAAG,OAAO;IAC9C,kCAAkCA,EAAE,MAAM,GAAG,OAAO;IACpD,qBAAqBA,EAAE,MAAM,GAAG,OAAO;IACvC,yBAAyBA,EAAE,MAAM,GAAG,OAAO;IAC3C,eAAeK,eAAe,OAAO;IAErC,OAAOC,OAAO,OAAO;IACrB,QAAQC,QAAQ,OAAO;AACzB"}
|
|
@@ -1,10 +1,19 @@
|
|
|
1
|
-
import type { Spec } from '../..';
|
|
2
1
|
import type { Pipe } from '../pipeline';
|
|
3
2
|
import type { VSeed } from '../../vseed';
|
|
4
3
|
import type { AdvancedVSeed } from '../../advancedVSeed';
|
|
4
|
+
import type { ISpec } from '@visactor/vchart';
|
|
5
|
+
import type { ListTableConstructorOptions, PivotChartConstructorOptions, PivotTableConstructorOptions } from '@visactor/vtable';
|
|
5
6
|
export type SpecPipelineContext = {
|
|
6
7
|
vseed: VSeed;
|
|
7
8
|
advancedVSeed: AdvancedVSeed;
|
|
8
9
|
};
|
|
9
|
-
export type
|
|
10
|
+
export type VChartSpecPipe = Pipe<ISpec, SpecPipelineContext>;
|
|
11
|
+
export type VChartSpecPipeline = VChartSpecPipe[];
|
|
12
|
+
export type PivotChartSpecPipe = Pipe<PivotChartConstructorOptions, SpecPipelineContext>;
|
|
13
|
+
export type PivotChartSpecPipeline = PivotChartSpecPipe[];
|
|
14
|
+
export type ListTableSpecPipe = Pipe<ListTableConstructorOptions, SpecPipelineContext>;
|
|
15
|
+
export type ListTableSpecPipeline = ListTableSpecPipe[];
|
|
16
|
+
export type PivotTableSpecPipe = Pipe<PivotTableConstructorOptions, SpecPipelineContext>;
|
|
17
|
+
export type PivotTableSpecPipeline = PivotTableSpecPipe[];
|
|
18
|
+
export type SpecPipe = VChartSpecPipe | PivotChartSpecPipe | ListTableSpecPipe | PivotTableSpecPipe;
|
|
10
19
|
export type SpecPipeline = SpecPipe[];
|