@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
|
@@ -45,6 +45,75 @@ export declare const zDualAxisConfig: z.ZodObject<{
|
|
|
45
45
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
46
46
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47
47
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
48
|
+
selector: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
49
|
+
field: z.ZodString;
|
|
50
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
51
|
+
"=": "=";
|
|
52
|
+
"==": "==";
|
|
53
|
+
"!=": "!=";
|
|
54
|
+
">": ">";
|
|
55
|
+
"<": "<";
|
|
56
|
+
">=": ">=";
|
|
57
|
+
"<=": "<=";
|
|
58
|
+
between: "between";
|
|
59
|
+
}>>>;
|
|
60
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
61
|
+
"=": "=";
|
|
62
|
+
"==": "==";
|
|
63
|
+
"!=": "!=";
|
|
64
|
+
">": ">";
|
|
65
|
+
"<": "<";
|
|
66
|
+
">=": ">=";
|
|
67
|
+
"<=": "<=";
|
|
68
|
+
between: "between";
|
|
69
|
+
}>>>;
|
|
70
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
field: z.ZodString;
|
|
73
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
74
|
+
in: "in";
|
|
75
|
+
"not in": "not in";
|
|
76
|
+
}>>>;
|
|
77
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
78
|
+
in: "in";
|
|
79
|
+
"not in": "not in";
|
|
80
|
+
}>>>;
|
|
81
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
82
|
+
}, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
83
|
+
field: z.ZodString;
|
|
84
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
85
|
+
"=": "=";
|
|
86
|
+
"==": "==";
|
|
87
|
+
"!=": "!=";
|
|
88
|
+
">": ">";
|
|
89
|
+
"<": "<";
|
|
90
|
+
">=": ">=";
|
|
91
|
+
"<=": "<=";
|
|
92
|
+
between: "between";
|
|
93
|
+
}>>>;
|
|
94
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
95
|
+
"=": "=";
|
|
96
|
+
"==": "==";
|
|
97
|
+
"!=": "!=";
|
|
98
|
+
">": ">";
|
|
99
|
+
"<": "<";
|
|
100
|
+
">=": ">=";
|
|
101
|
+
"<=": "<=";
|
|
102
|
+
between: "between";
|
|
103
|
+
}>>>;
|
|
104
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
105
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
106
|
+
field: z.ZodString;
|
|
107
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
108
|
+
in: "in";
|
|
109
|
+
"not in": "not in";
|
|
110
|
+
}>>>;
|
|
111
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
112
|
+
in: "in";
|
|
113
|
+
"not in": "not in";
|
|
114
|
+
}>>>;
|
|
115
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
116
|
+
}, z.core.$strip>]>>]>>>;
|
|
48
117
|
}, z.core.$strip>>>;
|
|
49
118
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
50
119
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
@@ -53,6 +122,17 @@ export declare const zDualAxisConfig: z.ZodObject<{
|
|
|
53
122
|
}, z.core.$strip>>>;
|
|
54
123
|
tooltip: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
55
124
|
enable: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
125
|
+
borderColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
126
|
+
borderWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
127
|
+
borderRadius: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
128
|
+
padding: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>;
|
|
129
|
+
backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
130
|
+
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
131
|
+
fontSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
132
|
+
lineSpace: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
133
|
+
keyColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
134
|
+
valueColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
135
|
+
titleColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
56
136
|
}, z.core.$strip>>>;
|
|
57
137
|
legend: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
58
138
|
enable: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
@@ -105,6 +185,8 @@ export declare const zDualAxisConfig: z.ZodObject<{
|
|
|
105
185
|
br: "br";
|
|
106
186
|
}>>>>;
|
|
107
187
|
labelColor: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>;
|
|
188
|
+
pagerIconColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
189
|
+
pagerIconDisableColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
108
190
|
labelFontSize: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
|
|
109
191
|
labelFontWeight: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>>;
|
|
110
192
|
}, z.core.$strip>>>;
|
|
@@ -483,6 +565,8 @@ export declare const zDualAxisConfig: z.ZodObject<{
|
|
|
483
565
|
titleFontColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
484
566
|
titleFontSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
485
567
|
titleFontWeight: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
568
|
+
chartGridColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
569
|
+
axisLabelColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
486
570
|
}, z.core.$strip>>>;
|
|
487
571
|
annotation: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
488
572
|
annotationPoint: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -45,6 +45,75 @@ export declare const zFunnelConfig: z.ZodObject<{
|
|
|
45
45
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
46
46
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47
47
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
48
|
+
selector: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
49
|
+
field: z.ZodString;
|
|
50
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
51
|
+
"=": "=";
|
|
52
|
+
"==": "==";
|
|
53
|
+
"!=": "!=";
|
|
54
|
+
">": ">";
|
|
55
|
+
"<": "<";
|
|
56
|
+
">=": ">=";
|
|
57
|
+
"<=": "<=";
|
|
58
|
+
between: "between";
|
|
59
|
+
}>>>;
|
|
60
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
61
|
+
"=": "=";
|
|
62
|
+
"==": "==";
|
|
63
|
+
"!=": "!=";
|
|
64
|
+
">": ">";
|
|
65
|
+
"<": "<";
|
|
66
|
+
">=": ">=";
|
|
67
|
+
"<=": "<=";
|
|
68
|
+
between: "between";
|
|
69
|
+
}>>>;
|
|
70
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
field: z.ZodString;
|
|
73
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
74
|
+
in: "in";
|
|
75
|
+
"not in": "not in";
|
|
76
|
+
}>>>;
|
|
77
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
78
|
+
in: "in";
|
|
79
|
+
"not in": "not in";
|
|
80
|
+
}>>>;
|
|
81
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
82
|
+
}, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
83
|
+
field: z.ZodString;
|
|
84
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
85
|
+
"=": "=";
|
|
86
|
+
"==": "==";
|
|
87
|
+
"!=": "!=";
|
|
88
|
+
">": ">";
|
|
89
|
+
"<": "<";
|
|
90
|
+
">=": ">=";
|
|
91
|
+
"<=": "<=";
|
|
92
|
+
between: "between";
|
|
93
|
+
}>>>;
|
|
94
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
95
|
+
"=": "=";
|
|
96
|
+
"==": "==";
|
|
97
|
+
"!=": "!=";
|
|
98
|
+
">": ">";
|
|
99
|
+
"<": "<";
|
|
100
|
+
">=": ">=";
|
|
101
|
+
"<=": "<=";
|
|
102
|
+
between: "between";
|
|
103
|
+
}>>>;
|
|
104
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
105
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
106
|
+
field: z.ZodString;
|
|
107
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
108
|
+
in: "in";
|
|
109
|
+
"not in": "not in";
|
|
110
|
+
}>>>;
|
|
111
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
112
|
+
in: "in";
|
|
113
|
+
"not in": "not in";
|
|
114
|
+
}>>>;
|
|
115
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
116
|
+
}, z.core.$strip>]>>]>>>;
|
|
48
117
|
}, z.core.$strip>>>;
|
|
49
118
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
50
119
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
@@ -53,6 +122,17 @@ export declare const zFunnelConfig: z.ZodObject<{
|
|
|
53
122
|
}, z.core.$strip>>>;
|
|
54
123
|
tooltip: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
55
124
|
enable: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
125
|
+
borderColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
126
|
+
borderWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
127
|
+
borderRadius: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
128
|
+
padding: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>;
|
|
129
|
+
backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
130
|
+
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
131
|
+
fontSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
132
|
+
lineSpace: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
133
|
+
keyColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
134
|
+
valueColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
135
|
+
titleColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
56
136
|
}, z.core.$strip>>>;
|
|
57
137
|
legend: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
58
138
|
enable: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
@@ -105,6 +185,8 @@ export declare const zFunnelConfig: z.ZodObject<{
|
|
|
105
185
|
br: "br";
|
|
106
186
|
}>>>>;
|
|
107
187
|
labelColor: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>;
|
|
188
|
+
pagerIconColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
189
|
+
pagerIconDisableColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
108
190
|
labelFontSize: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
|
|
109
191
|
labelFontWeight: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>>;
|
|
110
192
|
}, z.core.$strip>>>;
|
|
@@ -122,6 +204,8 @@ export declare const zFunnelConfig: z.ZodObject<{
|
|
|
122
204
|
titleFontColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
123
205
|
titleFontSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
124
206
|
titleFontWeight: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
207
|
+
chartGridColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
208
|
+
axisLabelColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
125
209
|
}, z.core.$strip>>>;
|
|
126
210
|
transform: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
127
211
|
backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -45,6 +45,75 @@ export declare const zHeatmapConfig: z.ZodObject<{
|
|
|
45
45
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
46
46
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47
47
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
48
|
+
selector: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
49
|
+
field: z.ZodString;
|
|
50
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
51
|
+
"=": "=";
|
|
52
|
+
"==": "==";
|
|
53
|
+
"!=": "!=";
|
|
54
|
+
">": ">";
|
|
55
|
+
"<": "<";
|
|
56
|
+
">=": ">=";
|
|
57
|
+
"<=": "<=";
|
|
58
|
+
between: "between";
|
|
59
|
+
}>>>;
|
|
60
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
61
|
+
"=": "=";
|
|
62
|
+
"==": "==";
|
|
63
|
+
"!=": "!=";
|
|
64
|
+
">": ">";
|
|
65
|
+
"<": "<";
|
|
66
|
+
">=": ">=";
|
|
67
|
+
"<=": "<=";
|
|
68
|
+
between: "between";
|
|
69
|
+
}>>>;
|
|
70
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
field: z.ZodString;
|
|
73
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
74
|
+
in: "in";
|
|
75
|
+
"not in": "not in";
|
|
76
|
+
}>>>;
|
|
77
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
78
|
+
in: "in";
|
|
79
|
+
"not in": "not in";
|
|
80
|
+
}>>>;
|
|
81
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
82
|
+
}, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
83
|
+
field: z.ZodString;
|
|
84
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
85
|
+
"=": "=";
|
|
86
|
+
"==": "==";
|
|
87
|
+
"!=": "!=";
|
|
88
|
+
">": ">";
|
|
89
|
+
"<": "<";
|
|
90
|
+
">=": ">=";
|
|
91
|
+
"<=": "<=";
|
|
92
|
+
between: "between";
|
|
93
|
+
}>>>;
|
|
94
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
95
|
+
"=": "=";
|
|
96
|
+
"==": "==";
|
|
97
|
+
"!=": "!=";
|
|
98
|
+
">": ">";
|
|
99
|
+
"<": "<";
|
|
100
|
+
">=": ">=";
|
|
101
|
+
"<=": "<=";
|
|
102
|
+
between: "between";
|
|
103
|
+
}>>>;
|
|
104
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
105
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
106
|
+
field: z.ZodString;
|
|
107
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
108
|
+
in: "in";
|
|
109
|
+
"not in": "not in";
|
|
110
|
+
}>>>;
|
|
111
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
112
|
+
in: "in";
|
|
113
|
+
"not in": "not in";
|
|
114
|
+
}>>>;
|
|
115
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
116
|
+
}, z.core.$strip>]>>]>>>;
|
|
48
117
|
}, z.core.$strip>>>;
|
|
49
118
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
50
119
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
@@ -53,6 +122,17 @@ export declare const zHeatmapConfig: z.ZodObject<{
|
|
|
53
122
|
}, z.core.$strip>>>;
|
|
54
123
|
tooltip: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
55
124
|
enable: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
125
|
+
borderColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
126
|
+
borderWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
127
|
+
borderRadius: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
128
|
+
padding: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>;
|
|
129
|
+
backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
130
|
+
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
131
|
+
fontSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
132
|
+
lineSpace: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
133
|
+
keyColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
134
|
+
valueColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
135
|
+
titleColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
56
136
|
}, z.core.$strip>>>;
|
|
57
137
|
legend: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
58
138
|
enable: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
@@ -105,6 +185,8 @@ export declare const zHeatmapConfig: z.ZodObject<{
|
|
|
105
185
|
br: "br";
|
|
106
186
|
}>>>>;
|
|
107
187
|
labelColor: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>;
|
|
188
|
+
pagerIconColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
189
|
+
pagerIconDisableColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
108
190
|
labelFontSize: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
|
|
109
191
|
labelFontWeight: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>>;
|
|
110
192
|
}, z.core.$strip>>>;
|
|
@@ -122,6 +204,8 @@ export declare const zHeatmapConfig: z.ZodObject<{
|
|
|
122
204
|
titleFontColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
123
205
|
titleFontSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
124
206
|
titleFontWeight: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
207
|
+
chartGridColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
208
|
+
axisLabelColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
125
209
|
}, z.core.$strip>>>;
|
|
126
210
|
cell: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
127
211
|
stroke: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -45,6 +45,75 @@ export declare const zHistogramConfig: z.ZodObject<{
|
|
|
45
45
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
46
46
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47
47
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
48
|
+
selector: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
49
|
+
field: z.ZodString;
|
|
50
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
51
|
+
"=": "=";
|
|
52
|
+
"==": "==";
|
|
53
|
+
"!=": "!=";
|
|
54
|
+
">": ">";
|
|
55
|
+
"<": "<";
|
|
56
|
+
">=": ">=";
|
|
57
|
+
"<=": "<=";
|
|
58
|
+
between: "between";
|
|
59
|
+
}>>>;
|
|
60
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
61
|
+
"=": "=";
|
|
62
|
+
"==": "==";
|
|
63
|
+
"!=": "!=";
|
|
64
|
+
">": ">";
|
|
65
|
+
"<": "<";
|
|
66
|
+
">=": ">=";
|
|
67
|
+
"<=": "<=";
|
|
68
|
+
between: "between";
|
|
69
|
+
}>>>;
|
|
70
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
field: z.ZodString;
|
|
73
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
74
|
+
in: "in";
|
|
75
|
+
"not in": "not in";
|
|
76
|
+
}>>>;
|
|
77
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
78
|
+
in: "in";
|
|
79
|
+
"not in": "not in";
|
|
80
|
+
}>>>;
|
|
81
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
82
|
+
}, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
83
|
+
field: z.ZodString;
|
|
84
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
85
|
+
"=": "=";
|
|
86
|
+
"==": "==";
|
|
87
|
+
"!=": "!=";
|
|
88
|
+
">": ">";
|
|
89
|
+
"<": "<";
|
|
90
|
+
">=": ">=";
|
|
91
|
+
"<=": "<=";
|
|
92
|
+
between: "between";
|
|
93
|
+
}>>>;
|
|
94
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
95
|
+
"=": "=";
|
|
96
|
+
"==": "==";
|
|
97
|
+
"!=": "!=";
|
|
98
|
+
">": ">";
|
|
99
|
+
"<": "<";
|
|
100
|
+
">=": ">=";
|
|
101
|
+
"<=": "<=";
|
|
102
|
+
between: "between";
|
|
103
|
+
}>>>;
|
|
104
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
105
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
106
|
+
field: z.ZodString;
|
|
107
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
108
|
+
in: "in";
|
|
109
|
+
"not in": "not in";
|
|
110
|
+
}>>>;
|
|
111
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
112
|
+
in: "in";
|
|
113
|
+
"not in": "not in";
|
|
114
|
+
}>>>;
|
|
115
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
116
|
+
}, z.core.$strip>]>>]>>>;
|
|
48
117
|
}, z.core.$strip>>>;
|
|
49
118
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
50
119
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
@@ -53,6 +122,17 @@ export declare const zHistogramConfig: z.ZodObject<{
|
|
|
53
122
|
}, z.core.$strip>>>;
|
|
54
123
|
tooltip: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
55
124
|
enable: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
125
|
+
borderColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
126
|
+
borderWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
127
|
+
borderRadius: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
128
|
+
padding: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>;
|
|
129
|
+
backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
130
|
+
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
131
|
+
fontSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
132
|
+
lineSpace: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
133
|
+
keyColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
134
|
+
valueColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
135
|
+
titleColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
56
136
|
}, z.core.$strip>>>;
|
|
57
137
|
legend: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
58
138
|
enable: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
@@ -105,6 +185,8 @@ export declare const zHistogramConfig: z.ZodObject<{
|
|
|
105
185
|
br: "br";
|
|
106
186
|
}>>>>;
|
|
107
187
|
labelColor: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>;
|
|
188
|
+
pagerIconColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
189
|
+
pagerIconDisableColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
108
190
|
labelFontSize: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
|
|
109
191
|
labelFontWeight: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>>;
|
|
110
192
|
}, z.core.$strip>>>;
|
|
@@ -241,6 +323,8 @@ export declare const zHistogramConfig: z.ZodObject<{
|
|
|
241
323
|
titleFontColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
242
324
|
titleFontSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
243
325
|
titleFontWeight: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
326
|
+
chartGridColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
327
|
+
axisLabelColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
244
328
|
}, z.core.$strip>>>;
|
|
245
329
|
annotation: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
246
330
|
annotationPoint: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -332,6 +416,7 @@ export declare const zHistogramConfig: z.ZodObject<{
|
|
|
332
416
|
binValueType: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"count">, z.ZodLiteral<"percentage">]>>>;
|
|
333
417
|
regressionLine: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
334
418
|
ecdfRegressionLine: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
419
|
+
enable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
335
420
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
336
421
|
lineWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
337
422
|
lineDash: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
@@ -340,6 +425,7 @@ export declare const zHistogramConfig: z.ZodObject<{
|
|
|
340
425
|
textFontSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
341
426
|
textFontWeight: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
342
427
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
428
|
+
enable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
343
429
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
344
430
|
lineWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
345
431
|
lineDash: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
@@ -349,6 +435,7 @@ export declare const zHistogramConfig: z.ZodObject<{
|
|
|
349
435
|
textFontWeight: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
350
436
|
}, z.core.$strip>>]>>>;
|
|
351
437
|
kdeRegressionLine: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
438
|
+
enable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
352
439
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
353
440
|
lineWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
354
441
|
lineDash: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
@@ -357,6 +444,7 @@ export declare const zHistogramConfig: z.ZodObject<{
|
|
|
357
444
|
textFontSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
358
445
|
textFontWeight: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
359
446
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
447
|
+
enable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
360
448
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
361
449
|
lineWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
362
450
|
lineDash: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
@@ -366,6 +454,7 @@ export declare const zHistogramConfig: z.ZodObject<{
|
|
|
366
454
|
textFontWeight: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
367
455
|
}, z.core.$strip>>]>>>;
|
|
368
456
|
linearRegressionLine: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
457
|
+
enable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
369
458
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
370
459
|
lineWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
371
460
|
lineDash: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
@@ -377,6 +466,7 @@ export declare const zHistogramConfig: z.ZodObject<{
|
|
|
377
466
|
confidenceIntervalColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
378
467
|
confidenceIntervalOpacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
379
468
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
469
|
+
enable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
380
470
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
381
471
|
lineWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
382
472
|
lineDash: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
@@ -389,6 +479,7 @@ export declare const zHistogramConfig: z.ZodObject<{
|
|
|
389
479
|
confidenceIntervalOpacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
390
480
|
}, z.core.$strip>>]>>>;
|
|
391
481
|
lowessRegressionLine: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
482
|
+
enable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
392
483
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
393
484
|
lineWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
394
485
|
lineDash: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
@@ -400,6 +491,7 @@ export declare const zHistogramConfig: z.ZodObject<{
|
|
|
400
491
|
confidenceIntervalColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
401
492
|
confidenceIntervalOpacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
402
493
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
494
|
+
enable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
403
495
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
404
496
|
lineWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
405
497
|
lineDash: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
@@ -412,6 +504,7 @@ export declare const zHistogramConfig: z.ZodObject<{
|
|
|
412
504
|
confidenceIntervalOpacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
413
505
|
}, z.core.$strip>>]>>>;
|
|
414
506
|
polynomialRegressionLine: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
507
|
+
enable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
415
508
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
416
509
|
lineWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
417
510
|
lineDash: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
@@ -424,6 +517,7 @@ export declare const zHistogramConfig: z.ZodObject<{
|
|
|
424
517
|
confidenceIntervalOpacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
425
518
|
degree: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
426
519
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
520
|
+
enable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
427
521
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
428
522
|
lineWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
429
523
|
lineDash: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
@@ -437,6 +531,7 @@ export declare const zHistogramConfig: z.ZodObject<{
|
|
|
437
531
|
degree: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
438
532
|
}, z.core.$strip>>]>>>;
|
|
439
533
|
logisticRegressionLine: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
534
|
+
enable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
440
535
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
441
536
|
lineWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
442
537
|
lineDash: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
@@ -448,6 +543,7 @@ export declare const zHistogramConfig: z.ZodObject<{
|
|
|
448
543
|
confidenceIntervalColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
449
544
|
confidenceIntervalOpacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
450
545
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
546
|
+
enable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
451
547
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
452
548
|
lineWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
453
549
|
lineDash: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { Selector, Selectors } from '../../../dataSelector';
|
|
1
2
|
import type { NumFormat } from '../../format';
|
|
2
3
|
export type Label = {
|
|
3
4
|
/**
|
|
@@ -66,4 +67,8 @@ export type Label = {
|
|
|
66
67
|
* @description 标签防重叠功能是否启用
|
|
67
68
|
*/
|
|
68
69
|
labelOverlap?: boolean;
|
|
70
|
+
/**
|
|
71
|
+
* @description 标签筛选,默认selectors之间条件关系为Or
|
|
72
|
+
*/
|
|
73
|
+
selector?: Selector | Selectors;
|
|
69
74
|
};
|
|
@@ -43,4 +43,73 @@ export declare const zLabel: z.ZodObject<{
|
|
|
43
43
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
44
44
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45
45
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
46
|
+
selector: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
47
|
+
field: z.ZodString;
|
|
48
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
49
|
+
"=": "=";
|
|
50
|
+
"==": "==";
|
|
51
|
+
"!=": "!=";
|
|
52
|
+
">": ">";
|
|
53
|
+
"<": "<";
|
|
54
|
+
">=": ">=";
|
|
55
|
+
"<=": "<=";
|
|
56
|
+
between: "between";
|
|
57
|
+
}>>>;
|
|
58
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
59
|
+
"=": "=";
|
|
60
|
+
"==": "==";
|
|
61
|
+
"!=": "!=";
|
|
62
|
+
">": ">";
|
|
63
|
+
"<": "<";
|
|
64
|
+
">=": ">=";
|
|
65
|
+
"<=": "<=";
|
|
66
|
+
between: "between";
|
|
67
|
+
}>>>;
|
|
68
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
69
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
70
|
+
field: z.ZodString;
|
|
71
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
72
|
+
in: "in";
|
|
73
|
+
"not in": "not in";
|
|
74
|
+
}>>>;
|
|
75
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
76
|
+
in: "in";
|
|
77
|
+
"not in": "not in";
|
|
78
|
+
}>>>;
|
|
79
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
80
|
+
}, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
|
81
|
+
field: z.ZodString;
|
|
82
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
83
|
+
"=": "=";
|
|
84
|
+
"==": "==";
|
|
85
|
+
"!=": "!=";
|
|
86
|
+
">": ">";
|
|
87
|
+
"<": "<";
|
|
88
|
+
">=": ">=";
|
|
89
|
+
"<=": "<=";
|
|
90
|
+
between: "between";
|
|
91
|
+
}>>>;
|
|
92
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
93
|
+
"=": "=";
|
|
94
|
+
"==": "==";
|
|
95
|
+
"!=": "!=";
|
|
96
|
+
">": ">";
|
|
97
|
+
"<": "<";
|
|
98
|
+
">=": ">=";
|
|
99
|
+
"<=": "<=";
|
|
100
|
+
between: "between";
|
|
101
|
+
}>>>;
|
|
102
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
103
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
104
|
+
field: z.ZodString;
|
|
105
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
106
|
+
in: "in";
|
|
107
|
+
"not in": "not in";
|
|
108
|
+
}>>>;
|
|
109
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
110
|
+
in: "in";
|
|
111
|
+
"not in": "not in";
|
|
112
|
+
}>>>;
|
|
113
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
|
114
|
+
}, z.core.$strip>]>>]>>>;
|
|
46
115
|
}, z.core.$strip>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
import { zNumFormat } from "../../format/index.js";
|
|
3
|
+
import { zSelector, zSelectors } from "../../../dataSelector/index.js";
|
|
3
4
|
const zLabel = z.object({
|
|
4
5
|
enable: z.boolean().nullish(),
|
|
5
6
|
wrap: z.boolean().nullish(),
|
|
@@ -14,7 +15,11 @@ const zLabel = z.object({
|
|
|
14
15
|
labelColor: z.string().nullish(),
|
|
15
16
|
labelColorSmartInvert: z.boolean().nullish(),
|
|
16
17
|
labelPosition: z.string().nullish(),
|
|
17
|
-
labelOverlap: z.boolean().nullish()
|
|
18
|
+
labelOverlap: z.boolean().nullish(),
|
|
19
|
+
selector: z.union([
|
|
20
|
+
zSelector,
|
|
21
|
+
zSelectors
|
|
22
|
+
]).nullish()
|
|
18
23
|
});
|
|
19
24
|
export { zLabel };
|
|
20
25
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types/properties/config/label/zLabel.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/label/zLabel.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zNumFormat } from '../../format'\n\nexport const zLabel = z.object({\n enable: z.boolean().nullish(),\n wrap: z.boolean().nullish(),\n showValue: z.boolean().nullish(),\n showValuePercent: z.boolean().nullish(),\n showDimension: z.boolean().nullish(),\n autoFormat: z.boolean().nullish(),\n numFormat: zNumFormat.nullish(),\n labelFontSize: z.number().nullish(),\n labelFontWeight: z.number().or(z.string()).nullish(),\n labelBackgroundColor: z.string().nullish(),\n labelColor: z.string().nullish(),\n labelColorSmartInvert: z.boolean().nullish(),\n labelPosition: z.string().nullish(),\n labelOverlap: z.boolean().nullish(),\n})\n"],"names":["zLabel","z","zNumFormat"],"mappings":"
|
|
1
|
+
{"version":3,"file":"types/properties/config/label/zLabel.js","sources":["webpack://@visactor/vseed/./src/types/properties/config/label/zLabel.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zNumFormat } from '../../format'\nimport { zSelector, zSelectors } from 'src/types/dataSelector'\n\nexport const zLabel = z.object({\n enable: z.boolean().nullish(),\n wrap: z.boolean().nullish(),\n showValue: z.boolean().nullish(),\n showValuePercent: z.boolean().nullish(),\n showDimension: z.boolean().nullish(),\n autoFormat: z.boolean().nullish(),\n numFormat: zNumFormat.nullish(),\n labelFontSize: z.number().nullish(),\n labelFontWeight: z.number().or(z.string()).nullish(),\n labelBackgroundColor: z.string().nullish(),\n labelColor: z.string().nullish(),\n labelColorSmartInvert: z.boolean().nullish(),\n labelPosition: z.string().nullish(),\n labelOverlap: z.boolean().nullish(),\n selector: z.union([zSelector, zSelectors]).nullish(),\n})\n"],"names":["zLabel","z","zNumFormat","zSelector","zSelectors"],"mappings":";;;AAIO,MAAMA,SAASC,EAAE,MAAM,CAAC;IAC7B,QAAQA,EAAE,OAAO,GAAG,OAAO;IAC3B,MAAMA,EAAE,OAAO,GAAG,OAAO;IACzB,WAAWA,EAAE,OAAO,GAAG,OAAO;IAC9B,kBAAkBA,EAAE,OAAO,GAAG,OAAO;IACrC,eAAeA,EAAE,OAAO,GAAG,OAAO;IAClC,YAAYA,EAAE,OAAO,GAAG,OAAO;IAC/B,WAAWC,WAAW,OAAO;IAC7B,eAAeD,EAAE,MAAM,GAAG,OAAO;IACjC,iBAAiBA,EAAE,MAAM,GAAG,EAAE,CAACA,EAAE,MAAM,IAAI,OAAO;IAClD,sBAAsBA,EAAE,MAAM,GAAG,OAAO;IACxC,YAAYA,EAAE,MAAM,GAAG,OAAO;IAC9B,uBAAuBA,EAAE,OAAO,GAAG,OAAO;IAC1C,eAAeA,EAAE,MAAM,GAAG,OAAO;IACjC,cAAcA,EAAE,OAAO,GAAG,OAAO;IACjC,UAAUA,EAAE,KAAK,CAAC;QAACE;QAAWC;KAAW,EAAE,OAAO;AACpD"}
|