@visactor/vseed 0.0.14 → 0.0.16
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/builder/builder/build.d.ts +1 -0
- package/dist/builder/builder/build.d.ts.map +1 -0
- package/dist/builder/builder/buildAdvanced.d.ts +1 -0
- package/dist/builder/builder/buildAdvanced.d.ts.map +1 -0
- package/dist/builder/builder/buildSpec.d.ts +1 -0
- package/dist/builder/builder/buildSpec.d.ts.map +1 -0
- package/dist/builder/builder/builder.d.ts +20 -11
- package/dist/builder/builder/builder.d.ts.map +1 -0
- package/dist/builder/builder/index.d.ts +1 -0
- package/dist/builder/builder/index.d.ts.map +1 -0
- package/dist/builder/index.d.ts +1 -0
- package/dist/builder/index.d.ts.map +1 -0
- package/dist/builder/register/all.d.ts +1 -0
- package/dist/builder/register/all.d.ts.map +1 -0
- package/dist/builder/register/chartType.d.ts +4 -1
- package/dist/builder/register/chartType.d.ts.map +1 -0
- package/dist/builder/register/index.d.ts +1 -0
- package/dist/builder/register/index.d.ts.map +1 -0
- package/dist/builder/register/theme.d.ts +1 -0
- package/dist/builder/register/theme.d.ts.map +1 -0
- package/dist/dataReshape/constant.d.ts +1 -0
- package/dist/dataReshape/constant.d.ts.map +1 -0
- package/dist/dataReshape/dataReshapeFor1D1M.d.ts +1 -0
- package/dist/dataReshape/dataReshapeFor1D1M.d.ts.map +1 -0
- package/dist/dataReshape/dataReshapeFor2D1M.d.ts +1 -0
- package/dist/dataReshape/dataReshapeFor2D1M.d.ts.map +1 -0
- package/dist/dataReshape/foldMeasures.d.ts +1 -0
- package/dist/dataReshape/foldMeasures.d.ts.map +1 -0
- package/dist/dataReshape/index.d.ts +1 -0
- package/dist/dataReshape/index.d.ts.map +1 -0
- package/dist/dataReshape/unfoldDimensions.d.ts +1 -0
- package/dist/dataReshape/unfoldDimensions.d.ts.map +1 -0
- package/dist/dataSelector/index.d.ts +1 -0
- package/dist/dataSelector/index.d.ts.map +1 -0
- package/dist/dataSelector/selector.d.ts +1 -0
- package/dist/dataSelector/selector.d.ts.map +1 -0
- package/dist/i18n/i18n.d.ts +1 -0
- package/dist/i18n/i18n.d.ts.map +1 -0
- package/dist/i18n/index.d.ts +1 -0
- package/dist/i18n/index.d.ts.map +1 -0
- package/dist/index.cjs +693 -15
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +668 -11
- package/dist/index.js.map +1 -1
- package/dist/pipeline/advanced/index.d.ts +1 -0
- package/dist/pipeline/advanced/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/area.d.ts +1 -0
- package/dist/pipeline/advanced/pipeline/area.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/areaPercent.d.ts +1 -0
- package/dist/pipeline/advanced/pipeline/areaPercent.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/bar.d.ts +1 -0
- package/dist/pipeline/advanced/pipeline/bar.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/barParallel.d.ts +1 -0
- package/dist/pipeline/advanced/pipeline/barParallel.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/barPercent.d.ts +1 -0
- package/dist/pipeline/advanced/pipeline/barPercent.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/column.d.ts +1 -0
- package/dist/pipeline/advanced/pipeline/column.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/columnParallel.d.ts +1 -0
- package/dist/pipeline/advanced/pipeline/columnParallel.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/columnPercent.d.ts +1 -0
- package/dist/pipeline/advanced/pipeline/columnPercent.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/donut.d.ts +3 -0
- package/dist/pipeline/advanced/pipeline/donut.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/index.d.ts +4 -0
- package/dist/pipeline/advanced/pipeline/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/line.d.ts +1 -0
- package/dist/pipeline/advanced/pipeline/line.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/pie.d.ts +1 -0
- package/dist/pipeline/advanced/pipeline/pie.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/rose.d.ts +3 -0
- package/dist/pipeline/advanced/pipeline/rose.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipeline/roseParallel.d.ts +3 -0
- package/dist/pipeline/advanced/pipeline/roseParallel.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/annotation/annotation.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/annotation/annotation.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/annotation/index.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/annotation/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/baseConfig/baseConfig.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/baseConfig/baseConfig.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/baseConfig/index.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/baseConfig/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/config/config.d.ts +4 -0
- package/dist/pipeline/advanced/pipes/config/config.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/config/index.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/config/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/encoding/encodingPie.d.ts +3 -0
- package/dist/pipeline/advanced/pipes/encoding/encodingPie.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/encoding/encodingRose.d.ts +3 -0
- package/dist/pipeline/advanced/pipes/encoding/encodingRose.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/encoding/encodingXY.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/encoding/encodingXY.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/encoding/encodingYX.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/encoding/encodingYX.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/encoding/index.d.ts +3 -1
- package/dist/pipeline/advanced/pipes/encoding/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/i18n/index.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/i18n/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/i18n/locale.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/i18n/locale.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/index.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/init/autoDimensions.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/init/autoDimensions.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/init/autoMeasures.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/init/autoMeasures.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/init/index.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/init/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/init/initAdvancedVSeed.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/init/initAdvancedVSeed.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/init/utils.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/init/utils.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/markStyle/index.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/markStyle/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/markStyle/markStyle.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/markStyle/markStyle.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/pivot/index.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/pivot/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/pivot/pivotAdapter.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/pivot/pivotAdapter.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/reshape/index.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/reshape/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo1D1M.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo1D1M.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo2D1M.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo2D1M.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/reshape/reshapeTo1D1M.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/reshape/reshapeTo1D1M.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/reshape/reshapeTo2D1M.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/reshape/reshapeTo2D1M.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/theme/index.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/theme/index.d.ts.map +1 -0
- package/dist/pipeline/advanced/pipes/theme/theme.d.ts +1 -0
- package/dist/pipeline/advanced/pipes/theme/theme.d.ts.map +1 -0
- package/dist/pipeline/constant.d.ts +1 -0
- package/dist/pipeline/constant.d.ts.map +1 -0
- package/dist/pipeline/index.d.ts +1 -0
- package/dist/pipeline/index.d.ts.map +1 -0
- package/dist/pipeline/spec/index.d.ts +1 -0
- package/dist/pipeline/spec/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/area.d.ts +1 -0
- package/dist/pipeline/spec/pipeline/area.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/areaPercent.d.ts +1 -0
- package/dist/pipeline/spec/pipeline/areaPercent.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/bar.d.ts +1 -0
- package/dist/pipeline/spec/pipeline/bar.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/barParallel.d.ts +1 -0
- package/dist/pipeline/spec/pipeline/barParallel.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/barPercent.d.ts +1 -0
- package/dist/pipeline/spec/pipeline/barPercent.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/column.d.ts +1 -0
- package/dist/pipeline/spec/pipeline/column.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/columnParallel.d.ts +1 -0
- package/dist/pipeline/spec/pipeline/columnParallel.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/columnPercent.d.ts +1 -0
- package/dist/pipeline/spec/pipeline/columnPercent.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/donut.d.ts +3 -0
- package/dist/pipeline/spec/pipeline/donut.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/index.d.ts +4 -0
- package/dist/pipeline/spec/pipeline/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/line.d.ts +1 -0
- package/dist/pipeline/spec/pipeline/line.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/pie.d.ts +1 -0
- package/dist/pipeline/spec/pipeline/pie.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/rose.d.ts +2 -0
- package/dist/pipeline/spec/pipeline/rose.d.ts.map +1 -0
- package/dist/pipeline/spec/pipeline/roseParallel.d.ts +3 -0
- package/dist/pipeline/spec/pipeline/roseParallel.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/index.d.ts +15 -14
- package/dist/pipeline/spec/pipes/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/annotationArea.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/annotationArea.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/annotationAreaBand.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/annotationAreaBand.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/annotationHorizontalLine.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/annotationHorizontalLine.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/annotationPoint.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/annotationPoint.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/annotationVerticalLine.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/annotationVerticalLine.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{annotation → vchart/annotation}/index.d.ts +1 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/utils.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/annotation/utils.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/axes/a.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/axes/a.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/axes/angle.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/axes/angle.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{axes → vchart/axes}/index.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/axes/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/axes/radius.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/axes/radius.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/axes/xBand.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/axes/xBand.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/axes/xLinear.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/axes/xLinear.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/axes/yBand.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/axes/yBand.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/axes/yLinear.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/axes/yLinear.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/backgroundColor/background.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/backgroundColor/background.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{backgroundColor → vchart/backgroundColor}/index.d.ts +1 -0
- package/dist/pipeline/spec/pipes/vchart/backgroundColor/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/color/color.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/color/color.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/color/index.d.ts +2 -0
- package/dist/pipeline/spec/pipes/vchart/color/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/crosshair/horizontalCrosshairRect.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/crosshair/horizontalCrosshairRect.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{crosshair → vchart/crosshair}/index.d.ts +1 -0
- package/dist/pipeline/spec/pipes/vchart/crosshair/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/crosshair/verticalCrosshairLine.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/crosshair/verticalCrosshairLine.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/crosshair/verticalCrosshairRect.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/crosshair/verticalCrosshairRect.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/dataset/dataset.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/dataset/dataset.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{dataset → vchart/dataset}/datasetPivot.d.ts +2 -1
- package/dist/pipeline/spec/pipes/vchart/dataset/datasetPivot.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{dataset → vchart/dataset}/index.d.ts +1 -0
- package/dist/pipeline/spec/pipes/vchart/dataset/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/init/area.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/init/area.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/init/bar.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/init/bar.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/init/barParallel.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/init/barParallel.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/init/column.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/init/column.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/init/columnParallel.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/init/columnParallel.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/init/donut.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/init/donut.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{init → vchart/init}/index.d.ts +4 -0
- package/dist/pipeline/spec/pipes/vchart/init/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/init/line.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/init/line.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/init/pie.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/init/pie.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{init → vchart/init}/pivot.d.ts +2 -1
- package/dist/pipeline/spec/pipes/vchart/init/pivot.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/init/rose.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/init/rose.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/init/roseParallel.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/init/roseParallel.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/label/index.d.ts +2 -0
- package/dist/pipeline/spec/pipes/vchart/label/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/label/label.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/label/label.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/legend/discreteLegend.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/legend/discreteLegend.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{legend → vchart/legend}/index.d.ts +1 -0
- package/dist/pipeline/spec/pipes/vchart/legend/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/legend/pivotDiscreteLegend.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/legend/pivotDiscreteLegend.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/markStyle/areaStyle.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/markStyle/areaStyle.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/markStyle/barStyle.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/markStyle/barStyle.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{markStyle → vchart/markStyle}/index.d.ts +1 -0
- package/dist/pipeline/spec/pipes/vchart/markStyle/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/markStyle/lineStyle.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/markStyle/lineStyle.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/markStyle/pointStyle.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/markStyle/pointStyle.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{percent → vchart/percent}/index.d.ts +1 -0
- package/dist/pipeline/spec/pipes/vchart/percent/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/percent/percent.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/percent/percent.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{pivotChart → vchart/pivotChart}/index.d.ts +1 -0
- package/dist/pipeline/spec/pipes/vchart/pivotChart/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotAdapter.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotAdapter.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotColumnDimensions.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotColumnDimensions.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotGridStyle.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotGridStyle.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{pivotChart → vchart/pivotChart}/pivotIndicators.d.ts +2 -1
- package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotIndicators.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotRowDimensions.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotRowDimensions.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{stack → vchart/stack}/index.d.ts +1 -0
- package/dist/pipeline/spec/pipes/vchart/stack/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/stack/stack.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/stack/stack.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/stack/stackCornerRadius.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/stack/stackCornerRadius.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/{tooltip → vchart/tooltip}/index.d.ts +1 -0
- package/dist/pipeline/spec/pipes/vchart/tooltip/index.d.ts.map +1 -0
- package/dist/pipeline/spec/pipes/vchart/tooltip/tooltip.d.ts +3 -0
- package/dist/pipeline/spec/pipes/vchart/tooltip/tooltip.d.ts.map +1 -0
- package/dist/pipeline/utils/chatType.d.ts +1 -0
- package/dist/pipeline/utils/chatType.d.ts.map +1 -0
- package/dist/pipeline/utils/format/createFormatter.d.ts +1 -0
- package/dist/pipeline/utils/format/createFormatter.d.ts.map +1 -0
- package/dist/pipeline/utils/format/createNumFormatter.d.ts +1 -0
- package/dist/pipeline/utils/format/createNumFormatter.d.ts.map +1 -0
- package/dist/pipeline/utils/format/index.d.ts +1 -0
- package/dist/pipeline/utils/format/index.d.ts.map +1 -0
- package/dist/pipeline/utils/index.d.ts +1 -0
- package/dist/pipeline/utils/index.d.ts.map +1 -0
- package/dist/pipeline/utils/measures/findMeasureById.d.ts +1 -0
- package/dist/pipeline/utils/measures/findMeasureById.d.ts.map +1 -0
- package/dist/pipeline/utils/measures/index.d.ts +1 -0
- package/dist/pipeline/utils/measures/index.d.ts.map +1 -0
- package/dist/pipeline/utils/pipeline.d.ts +1 -0
- package/dist/pipeline/utils/pipeline.d.ts.map +1 -0
- package/dist/theme/dark.d.ts +1 -0
- package/dist/theme/dark.d.ts.map +1 -0
- package/dist/theme/index.d.ts +1 -0
- package/dist/theme/index.d.ts.map +1 -0
- package/dist/theme/light.d.ts +1 -0
- package/dist/theme/light.d.ts.map +1 -0
- package/dist/types/advancedVSeed.d.ts +6 -2
- package/dist/types/advancedVSeed.d.ts.map +1 -0
- package/dist/types/builder/builder.d.ts +2 -1
- package/dist/types/builder/builder.d.ts.map +1 -0
- package/dist/types/builder/index.d.ts +1 -0
- package/dist/types/builder/index.d.ts.map +1 -0
- package/dist/types/builder/spec.d.ts +1 -0
- package/dist/types/builder/spec.d.ts.map +1 -0
- package/dist/types/chartType/area/area.d.ts +868 -0
- package/dist/types/chartType/area/area.d.ts.map +1 -0
- package/dist/types/chartType/area/index.d.ts +2 -1
- package/dist/types/chartType/area/index.d.ts.map +1 -0
- package/dist/types/chartType/areaPercent/areaPercent.d.ts +868 -0
- package/dist/types/chartType/areaPercent/areaPercent.d.ts.map +1 -0
- package/dist/types/chartType/areaPercent/index.d.ts +2 -1
- package/dist/types/chartType/areaPercent/index.d.ts.map +1 -0
- package/dist/types/chartType/bar/bar.d.ts +714 -2
- package/dist/types/chartType/bar/bar.d.ts.map +1 -0
- package/dist/types/chartType/bar/index.d.ts +2 -1
- package/dist/types/chartType/bar/index.d.ts.map +1 -0
- package/dist/types/chartType/barParallel/barParallel.d.ts +712 -0
- package/dist/types/chartType/barParallel/barParallel.d.ts.map +1 -0
- package/dist/types/chartType/barParallel/index.d.ts +2 -1
- package/dist/types/chartType/barParallel/index.d.ts.map +1 -0
- package/dist/types/chartType/barPercent/barPercent.d.ts +712 -0
- package/dist/types/chartType/barPercent/barPercent.d.ts.map +1 -0
- package/dist/types/chartType/barPercent/index.d.ts +2 -1
- package/dist/types/chartType/barPercent/index.d.ts.map +1 -0
- package/dist/types/chartType/column/column.d.ts +712 -0
- package/dist/types/chartType/column/column.d.ts.map +1 -0
- package/dist/types/chartType/column/index.d.ts +2 -1
- package/dist/types/chartType/column/index.d.ts.map +1 -0
- package/dist/types/chartType/columnParallel/columnParallel.d.ts +712 -0
- package/dist/types/chartType/columnParallel/columnParallel.d.ts.map +1 -0
- package/dist/types/chartType/columnParallel/index.d.ts +2 -1
- package/dist/types/chartType/columnParallel/index.d.ts.map +1 -0
- package/dist/types/chartType/columnPercent/columnPercent.d.ts +712 -0
- package/dist/types/chartType/columnPercent/columnPercent.d.ts.map +1 -0
- package/dist/types/chartType/columnPercent/index.d.ts +2 -1
- package/dist/types/chartType/columnPercent/index.d.ts.map +1 -0
- package/dist/types/chartType/donut/donut.d.ts +139 -1
- package/dist/types/chartType/donut/donut.d.ts.map +1 -0
- package/dist/types/chartType/donut/index.d.ts +2 -1
- package/dist/types/chartType/donut/index.d.ts.map +1 -0
- package/dist/types/chartType/dualAxis/dualAxis.d.ts +1 -0
- package/dist/types/chartType/dualAxis/dualAxis.d.ts.map +1 -0
- package/dist/types/chartType/dualAxis/index.d.ts +1 -0
- package/dist/types/chartType/dualAxis/index.d.ts.map +1 -0
- package/dist/types/chartType/index.d.ts +14 -13
- package/dist/types/chartType/index.d.ts.map +1 -0
- package/dist/types/chartType/line/index.d.ts +2 -1
- package/dist/types/chartType/line/index.d.ts.map +1 -0
- package/dist/types/chartType/line/line.d.ts +795 -0
- package/dist/types/chartType/line/line.d.ts.map +1 -0
- package/dist/types/chartType/pie/index.d.ts +2 -1
- package/dist/types/chartType/pie/index.d.ts.map +1 -0
- package/dist/types/chartType/pie/pie.d.ts +138 -0
- package/dist/types/chartType/pie/pie.d.ts.map +1 -0
- package/dist/types/chartType/pivotTable/index.d.ts +1 -0
- package/dist/types/chartType/pivotTable/index.d.ts.map +1 -0
- package/dist/types/chartType/pivotTable/pivotTable.d.ts +1 -0
- package/dist/types/chartType/pivotTable/pivotTable.d.ts.map +1 -0
- package/dist/types/chartType/rose/index.d.ts +2 -1
- package/dist/types/chartType/rose/index.d.ts.map +1 -0
- package/dist/types/chartType/rose/rose.d.ts +144 -6
- package/dist/types/chartType/rose/rose.d.ts.map +1 -0
- package/dist/types/chartType/roseParallel/index.d.ts +2 -0
- package/dist/types/chartType/roseParallel/index.d.ts.map +1 -0
- package/dist/types/chartType/roseParallel/roseParallel.d.ts +225 -0
- package/dist/types/chartType/roseParallel/roseParallel.d.ts.map +1 -0
- package/dist/types/chartType/table/index.d.ts +1 -0
- package/dist/types/chartType/table/index.d.ts.map +1 -0
- package/dist/types/chartType/table/table.d.ts +1 -0
- package/dist/types/chartType/table/table.d.ts.map +1 -0
- package/dist/types/dataSelector/index.d.ts +1 -0
- package/dist/types/dataSelector/index.d.ts.map +1 -0
- package/dist/types/dataSelector/selector.d.ts +1 -0
- package/dist/types/dataSelector/selector.d.ts.map +1 -0
- package/dist/types/i18n/i18n.d.ts +1 -0
- package/dist/types/i18n/i18n.d.ts.map +1 -0
- package/dist/types/i18n/index.d.ts +1 -0
- package/dist/types/i18n/index.d.ts.map +1 -0
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/pipeline/advancedVSeed/advancedVSeed.d.ts +2 -1
- package/dist/types/pipeline/advancedVSeed/advancedVSeed.d.ts.map +1 -0
- package/dist/types/pipeline/advancedVSeed/index.d.ts +1 -0
- package/dist/types/pipeline/advancedVSeed/index.d.ts.map +1 -0
- package/dist/types/pipeline/index.d.ts +1 -0
- package/dist/types/pipeline/index.d.ts.map +1 -0
- package/dist/types/pipeline/pipeline.d.ts +1 -0
- package/dist/types/pipeline/pipeline.d.ts.map +1 -0
- package/dist/types/pipeline/spec/index.d.ts +1 -0
- package/dist/types/pipeline/spec/index.d.ts.map +1 -0
- package/dist/types/pipeline/spec/spec.d.ts +2 -1
- package/dist/types/pipeline/spec/spec.d.ts.map +1 -0
- package/dist/types/properties/annotation/annotation.d.ts +1 -0
- package/dist/types/properties/annotation/annotation.d.ts.map +1 -0
- package/dist/types/properties/annotation/annotationArea.d.ts +1 -0
- package/dist/types/properties/annotation/annotationArea.d.ts.map +1 -0
- package/dist/types/properties/annotation/annotationHorizontalLine.d.ts +1 -0
- package/dist/types/properties/annotation/annotationHorizontalLine.d.ts.map +1 -0
- package/dist/types/properties/annotation/annotationPoint.d.ts +1 -0
- package/dist/types/properties/annotation/annotationPoint.d.ts.map +1 -0
- package/dist/types/properties/annotation/annotationVerticalLine.d.ts +1 -0
- package/dist/types/properties/annotation/annotationVerticalLine.d.ts.map +1 -0
- package/dist/types/properties/annotation/index.d.ts +1 -0
- package/dist/types/properties/annotation/index.d.ts.map +1 -0
- package/dist/types/properties/baseConfig/backgroundColor.d.ts +1 -0
- package/dist/types/properties/baseConfig/backgroundColor.d.ts.map +1 -0
- package/dist/types/properties/baseConfig/baseConfig.d.ts +1 -0
- package/dist/types/properties/baseConfig/baseConfig.d.ts.map +1 -0
- package/dist/types/properties/baseConfig/color.d.ts +1 -0
- package/dist/types/properties/baseConfig/color.d.ts.map +1 -0
- package/dist/types/properties/baseConfig/index.d.ts +1 -0
- package/dist/types/properties/baseConfig/index.d.ts.map +1 -0
- package/dist/types/properties/baseConfig/label.d.ts +1 -0
- package/dist/types/properties/baseConfig/label.d.ts.map +1 -0
- package/dist/types/properties/baseConfig/legend.d.ts +1 -0
- package/dist/types/properties/baseConfig/legend.d.ts.map +1 -0
- package/dist/types/properties/baseConfig/tooltip.d.ts +1 -0
- package/dist/types/properties/baseConfig/tooltip.d.ts.map +1 -0
- package/dist/types/properties/chartType/chartType.d.ts +4 -1
- package/dist/types/properties/chartType/chartType.d.ts.map +1 -0
- package/dist/types/properties/chartType/index.d.ts +1 -0
- package/dist/types/properties/chartType/index.d.ts.map +1 -0
- package/dist/types/properties/config/axis.d.ts +1 -0
- package/dist/types/properties/config/axis.d.ts.map +1 -0
- package/dist/types/properties/config/bandAxis.d.ts +1 -0
- package/dist/types/properties/config/bandAxis.d.ts.map +1 -0
- package/dist/types/properties/config/config.d.ts +3 -1
- package/dist/types/properties/config/config.d.ts.map +1 -0
- package/dist/types/properties/config/crosshair.d.ts +1 -0
- package/dist/types/properties/config/crosshair.d.ts.map +1 -0
- package/dist/types/properties/config/index.d.ts +1 -0
- package/dist/types/properties/config/index.d.ts.map +1 -0
- package/dist/types/properties/config/linearAxis.d.ts +1 -0
- package/dist/types/properties/config/linearAxis.d.ts.map +1 -0
- package/dist/types/properties/config/stackCornerRadius.d.ts +1 -0
- package/dist/types/properties/config/stackCornerRadius.d.ts.map +1 -0
- package/dist/types/properties/dataset/dataset.d.ts +1 -0
- package/dist/types/properties/dataset/dataset.d.ts.map +1 -0
- package/dist/types/properties/dataset/index.d.ts +1 -0
- package/dist/types/properties/dataset/index.d.ts.map +1 -0
- package/dist/types/properties/datasetReshapeInfo/datasetReshapeInfo.d.ts +1 -0
- package/dist/types/properties/datasetReshapeInfo/datasetReshapeInfo.d.ts.map +1 -0
- package/dist/types/properties/datasetReshapeInfo/index.d.ts +1 -0
- package/dist/types/properties/datasetReshapeInfo/index.d.ts.map +1 -0
- package/dist/types/properties/dimensions/dimensions.d.ts +1 -0
- package/dist/types/properties/dimensions/dimensions.d.ts.map +1 -0
- package/dist/types/properties/dimensions/index.d.ts +1 -0
- package/dist/types/properties/dimensions/index.d.ts.map +1 -0
- package/dist/types/properties/encoding/encoding.d.ts +1 -0
- package/dist/types/properties/encoding/encoding.d.ts.map +1 -0
- package/dist/types/properties/encoding/index.d.ts +1 -0
- package/dist/types/properties/encoding/index.d.ts.map +1 -0
- package/dist/types/properties/index.d.ts +1 -0
- package/dist/types/properties/index.d.ts.map +1 -0
- package/dist/types/properties/markStyle/areaStyle.d.ts +1 -0
- package/dist/types/properties/markStyle/areaStyle.d.ts.map +1 -0
- package/dist/types/properties/markStyle/barStyle.d.ts +1 -0
- package/dist/types/properties/markStyle/barStyle.d.ts.map +1 -0
- package/dist/types/properties/markStyle/index.d.ts +1 -0
- package/dist/types/properties/markStyle/index.d.ts.map +1 -0
- package/dist/types/properties/markStyle/lineStyle.d.ts +1 -0
- package/dist/types/properties/markStyle/lineStyle.d.ts.map +1 -0
- package/dist/types/properties/markStyle/markStyle.d.ts +1 -0
- package/dist/types/properties/markStyle/markStyle.d.ts.map +1 -0
- package/dist/types/properties/markStyle/pointStyle.d.ts +1 -0
- package/dist/types/properties/markStyle/pointStyle.d.ts.map +1 -0
- package/dist/types/properties/measures/format/formatter.d.ts +1 -0
- package/dist/types/properties/measures/format/formatter.d.ts.map +1 -0
- package/dist/types/properties/measures/format/index.d.ts +1 -0
- package/dist/types/properties/measures/format/index.d.ts.map +1 -0
- package/dist/types/properties/measures/format/numFormat.d.ts +1 -0
- package/dist/types/properties/measures/format/numFormat.d.ts.map +1 -0
- package/dist/types/properties/measures/index.d.ts +1 -0
- package/dist/types/properties/measures/index.d.ts.map +1 -0
- package/dist/types/properties/measures/measures.d.ts +1 -0
- package/dist/types/properties/measures/measures.d.ts.map +1 -0
- package/dist/types/properties/theme/customTheme.d.ts +5 -2
- package/dist/types/properties/theme/customTheme.d.ts.map +1 -0
- package/dist/types/properties/theme/index.d.ts +1 -0
- package/dist/types/properties/theme/index.d.ts.map +1 -0
- package/dist/types/properties/theme/theme.d.ts +1 -0
- package/dist/types/properties/theme/theme.d.ts.map +1 -0
- package/dist/types/vseed.d.ts +6858 -32
- package/dist/types/vseed.d.ts.map +1 -0
- package/dist/umd/index.js +9120 -0
- package/dist/umd/index.js.map +1 -0
- package/package.json +10 -10
- package/dist/pipeline/advanced/pipes/encoding/encodingPolar.d.ts +0 -2
- package/dist/pipeline/spec/pipes/annotation/annotationArea.d.ts +0 -2
- package/dist/pipeline/spec/pipes/annotation/annotationAreaBand.d.ts +0 -2
- package/dist/pipeline/spec/pipes/annotation/annotationHorizontalLine.d.ts +0 -2
- package/dist/pipeline/spec/pipes/annotation/annotationPoint.d.ts +0 -2
- package/dist/pipeline/spec/pipes/annotation/annotationVerticalLine.d.ts +0 -2
- package/dist/pipeline/spec/pipes/annotation/utils.d.ts +0 -2
- package/dist/pipeline/spec/pipes/axes/xBand.d.ts +0 -2
- package/dist/pipeline/spec/pipes/axes/xLinear.d.ts +0 -2
- package/dist/pipeline/spec/pipes/axes/yBand.d.ts +0 -2
- package/dist/pipeline/spec/pipes/axes/yLinear.d.ts +0 -2
- package/dist/pipeline/spec/pipes/backgroundColor/background.d.ts +0 -2
- package/dist/pipeline/spec/pipes/color/color.d.ts +0 -2
- package/dist/pipeline/spec/pipes/color/index.d.ts +0 -1
- package/dist/pipeline/spec/pipes/crosshair/horizontalCrosshairRect.d.ts +0 -2
- package/dist/pipeline/spec/pipes/crosshair/verticalCrosshairLine.d.ts +0 -2
- package/dist/pipeline/spec/pipes/crosshair/verticalCrosshairRect.d.ts +0 -2
- package/dist/pipeline/spec/pipes/dataset/dataset.d.ts +0 -2
- package/dist/pipeline/spec/pipes/init/area.d.ts +0 -2
- package/dist/pipeline/spec/pipes/init/bar.d.ts +0 -2
- package/dist/pipeline/spec/pipes/init/barParallel.d.ts +0 -2
- package/dist/pipeline/spec/pipes/init/column.d.ts +0 -2
- package/dist/pipeline/spec/pipes/init/columnParallel.d.ts +0 -2
- package/dist/pipeline/spec/pipes/init/line.d.ts +0 -2
- package/dist/pipeline/spec/pipes/init/pie.d.ts +0 -2
- package/dist/pipeline/spec/pipes/label/index.d.ts +0 -1
- package/dist/pipeline/spec/pipes/label/label.d.ts +0 -2
- package/dist/pipeline/spec/pipes/legend/discreteLegend.d.ts +0 -2
- package/dist/pipeline/spec/pipes/legend/pivotDiscreteLegend.d.ts +0 -2
- package/dist/pipeline/spec/pipes/markStyle/areaStyle.d.ts +0 -2
- package/dist/pipeline/spec/pipes/markStyle/barStyle.d.ts +0 -2
- package/dist/pipeline/spec/pipes/markStyle/lineStyle.d.ts +0 -2
- package/dist/pipeline/spec/pipes/markStyle/pointStyle.d.ts +0 -2
- package/dist/pipeline/spec/pipes/percent/percent.d.ts +0 -2
- package/dist/pipeline/spec/pipes/pivotChart/pivotAdapter.d.ts +0 -2
- package/dist/pipeline/spec/pipes/pivotChart/pivotColumnDimensions.d.ts +0 -2
- package/dist/pipeline/spec/pipes/pivotChart/pivotGridStyle.d.ts +0 -2
- package/dist/pipeline/spec/pipes/pivotChart/pivotRowDimensions.d.ts +0 -2
- package/dist/pipeline/spec/pipes/stack/stack.d.ts +0 -2
- package/dist/pipeline/spec/pipes/stack/stackCornerRadius.d.ts +0 -2
- package/dist/pipeline/spec/pipes/tooltip/tooltip.d.ts +0 -2
@@ -1,5 +1,6 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type Locale } from '../../i18n';
|
2
|
+
import { type AnnotationArea, type AnnotationHorizontalLine, type AnnotationPoint, type AnnotationVerticalLine, type BackgroundColor, type BarStyle, type Color, type CrosshairRect, type Dataset, type Dimensions, type Label, type Legend, type Measures, type StackCornerRadius, type Theme, type Tooltip, type XLinearAxis, type YBandAxis } from '../../properties';
|
3
|
+
import { z } from 'zod';
|
3
4
|
/**
|
4
5
|
* 条形图类型定义
|
5
6
|
* @description 条形图,适用于横向数据对比场景,Y轴为类目轴(分类数据),X轴为数值轴(连续数据),柱子横向排列
|
@@ -135,3 +136,714 @@ export interface Bar {
|
|
135
136
|
*/
|
136
137
|
locale?: Locale;
|
137
138
|
}
|
139
|
+
export declare const zBar: z.ZodObject<{
|
140
|
+
chartType: z.ZodLiteral<"bar">;
|
141
|
+
dataset: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodAny>>>;
|
142
|
+
dimensions: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
143
|
+
id: z.ZodString;
|
144
|
+
alias: z.ZodOptional<z.ZodString>;
|
145
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
146
|
+
location: z.ZodEnum<{
|
147
|
+
dimension: "dimension";
|
148
|
+
rowDimension: "rowDimension";
|
149
|
+
columnDimension: "columnDimension";
|
150
|
+
}>;
|
151
|
+
}, z.core.$strip>>>>;
|
152
|
+
measures: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
153
|
+
id: z.ZodString;
|
154
|
+
alias: z.ZodOptional<z.ZodString>;
|
155
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
156
|
+
children: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject</*elided*/ any, z.core.$strip>, z.ZodObject<{
|
157
|
+
id: z.ZodString;
|
158
|
+
alias: z.ZodOptional<z.ZodString>;
|
159
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
160
|
+
autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
161
|
+
format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
162
|
+
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
163
|
+
number: "number";
|
164
|
+
percent: "percent";
|
165
|
+
permille: "permille";
|
166
|
+
}>>>;
|
167
|
+
ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
168
|
+
symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
169
|
+
thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
170
|
+
decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
171
|
+
round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
172
|
+
round: "round";
|
173
|
+
floor: "floor";
|
174
|
+
ceil: "ceil";
|
175
|
+
}>>>;
|
176
|
+
prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
177
|
+
suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
178
|
+
}, z.core.$strip>>>>;
|
179
|
+
}, z.core.$strip>]>>>;
|
180
|
+
}, z.core.$strip>, z.ZodObject<{
|
181
|
+
id: z.ZodString;
|
182
|
+
alias: z.ZodOptional<z.ZodString>;
|
183
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
184
|
+
autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
185
|
+
format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
186
|
+
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
187
|
+
number: "number";
|
188
|
+
percent: "percent";
|
189
|
+
permille: "permille";
|
190
|
+
}>>>;
|
191
|
+
ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
192
|
+
symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
193
|
+
thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
194
|
+
decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
195
|
+
round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
196
|
+
round: "round";
|
197
|
+
floor: "floor";
|
198
|
+
ceil: "ceil";
|
199
|
+
}>>>;
|
200
|
+
prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
201
|
+
suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
202
|
+
}, z.core.$strip>>>>;
|
203
|
+
}, z.core.$strip>]>>>>;
|
204
|
+
backgroundColor: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
|
205
|
+
color: z.ZodOptional<z.ZodObject<{
|
206
|
+
colorScheme: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
207
|
+
colorMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
208
|
+
}, z.core.$strip>>;
|
209
|
+
label: z.ZodOptional<z.ZodObject<{
|
210
|
+
enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
211
|
+
}, z.core.$strip>>;
|
212
|
+
legend: z.ZodOptional<z.ZodObject<{
|
213
|
+
enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
214
|
+
border: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
215
|
+
maxSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
216
|
+
shapeType: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
217
|
+
circle: "circle";
|
218
|
+
cross: "cross";
|
219
|
+
diamond: "diamond";
|
220
|
+
square: "square";
|
221
|
+
arrow: "arrow";
|
222
|
+
arrow2Left: "arrow2Left";
|
223
|
+
arrow2Right: "arrow2Right";
|
224
|
+
wedge: "wedge";
|
225
|
+
thinTriangle: "thinTriangle";
|
226
|
+
triangle: "triangle";
|
227
|
+
triangleUp: "triangleUp";
|
228
|
+
triangleDown: "triangleDown";
|
229
|
+
triangleRight: "triangleRight";
|
230
|
+
triangleLeft: "triangleLeft";
|
231
|
+
stroke: "stroke";
|
232
|
+
star: "star";
|
233
|
+
wye: "wye";
|
234
|
+
rect: "rect";
|
235
|
+
arrowLeft: "arrowLeft";
|
236
|
+
arrowRight: "arrowRight";
|
237
|
+
rectRound: "rectRound";
|
238
|
+
roundLine: "roundLine";
|
239
|
+
}>>>;
|
240
|
+
position: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
241
|
+
left: "left";
|
242
|
+
leftTop: "leftTop";
|
243
|
+
leftBottom: "leftBottom";
|
244
|
+
lt: "lt";
|
245
|
+
lb: "lb";
|
246
|
+
top: "top";
|
247
|
+
topLeft: "topLeft";
|
248
|
+
topRight: "topRight";
|
249
|
+
tl: "tl";
|
250
|
+
tr: "tr";
|
251
|
+
right: "right";
|
252
|
+
rightTop: "rightTop";
|
253
|
+
rightBottom: "rightBottom";
|
254
|
+
rt: "rt";
|
255
|
+
rb: "rb";
|
256
|
+
bottom: "bottom";
|
257
|
+
bottomLeft: "bottomLeft";
|
258
|
+
bottomRight: "bottomRight";
|
259
|
+
bl: "bl";
|
260
|
+
br: "br";
|
261
|
+
}>>>;
|
262
|
+
labelFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
263
|
+
labelFontColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
264
|
+
labelFontWeight: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
265
|
+
}, z.core.$strip>>;
|
266
|
+
tooltip: z.ZodOptional<z.ZodObject<{
|
267
|
+
enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
268
|
+
}, z.core.$strip>>;
|
269
|
+
xAxis: z.ZodOptional<z.ZodObject<{
|
270
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
271
|
+
min: z.ZodOptional<z.ZodNumber>;
|
272
|
+
max: z.ZodOptional<z.ZodNumber>;
|
273
|
+
nice: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
274
|
+
zero: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
275
|
+
inverse: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
276
|
+
label: z.ZodOptional<z.ZodObject<{
|
277
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
278
|
+
labelColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
279
|
+
labelFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
280
|
+
labelFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
281
|
+
labelAngle: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
282
|
+
}, z.core.$strip>>;
|
283
|
+
line: z.ZodOptional<z.ZodObject<{
|
284
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
285
|
+
lineColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
286
|
+
lineWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
287
|
+
}, z.core.$strip>>;
|
288
|
+
tick: z.ZodOptional<z.ZodObject<{
|
289
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
290
|
+
tickInside: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
291
|
+
tickColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
292
|
+
tickSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
293
|
+
}, z.core.$strip>>;
|
294
|
+
title: z.ZodOptional<z.ZodObject<{
|
295
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
296
|
+
titleText: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
297
|
+
titleColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
298
|
+
titleFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
299
|
+
titleFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
300
|
+
}, z.core.$strip>>;
|
301
|
+
grid: z.ZodOptional<z.ZodObject<{
|
302
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
303
|
+
gridColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
304
|
+
gridWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
305
|
+
}, z.core.$strip>>;
|
306
|
+
}, z.core.$strip>>;
|
307
|
+
yAxis: z.ZodOptional<z.ZodObject<{
|
308
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
309
|
+
labelAutoHide: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
310
|
+
labelAutoHideGap: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
311
|
+
labelAutoRotate: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
312
|
+
labelAutoRotateAngleRange: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodNumber>>>;
|
313
|
+
labelAutoLimit: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
314
|
+
labelAutoLimitLength: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
315
|
+
label: z.ZodOptional<z.ZodObject<{
|
316
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
317
|
+
labelColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
318
|
+
labelFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
319
|
+
labelFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
320
|
+
labelAngle: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
321
|
+
}, z.core.$strip>>;
|
322
|
+
line: z.ZodOptional<z.ZodObject<{
|
323
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
324
|
+
lineColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
325
|
+
lineWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
326
|
+
}, z.core.$strip>>;
|
327
|
+
tick: z.ZodOptional<z.ZodObject<{
|
328
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
329
|
+
tickInside: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
330
|
+
tickColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
331
|
+
tickSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
332
|
+
}, z.core.$strip>>;
|
333
|
+
title: z.ZodOptional<z.ZodObject<{
|
334
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
335
|
+
titleText: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
336
|
+
titleColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
337
|
+
titleFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
338
|
+
titleFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
339
|
+
}, z.core.$strip>>;
|
340
|
+
grid: z.ZodOptional<z.ZodObject<{
|
341
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
342
|
+
gridColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
343
|
+
gridWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
344
|
+
}, z.core.$strip>>;
|
345
|
+
}, z.core.$strip>>;
|
346
|
+
crosshairRect: z.ZodOptional<z.ZodObject<{
|
347
|
+
visible: z.ZodOptional<z.ZodBoolean>;
|
348
|
+
rectColor: z.ZodOptional<z.ZodString>;
|
349
|
+
labelColor: z.ZodOptional<z.ZodString>;
|
350
|
+
labelVisible: z.ZodOptional<z.ZodBoolean>;
|
351
|
+
labelBackgroundColor: z.ZodOptional<z.ZodString>;
|
352
|
+
}, z.core.$strip>>;
|
353
|
+
stackCornerRadius: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>;
|
354
|
+
theme: z.ZodOptional<z.ZodString>;
|
355
|
+
barStyle: z.ZodOptional<z.ZodObject<{
|
356
|
+
selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
357
|
+
field: z.ZodString;
|
358
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
359
|
+
"=": "=";
|
360
|
+
"==": "==";
|
361
|
+
"!=": "!=";
|
362
|
+
">": ">";
|
363
|
+
"<": "<";
|
364
|
+
">=": ">=";
|
365
|
+
"<=": "<=";
|
366
|
+
between: "between";
|
367
|
+
}>>;
|
368
|
+
op: z.ZodOptional<z.ZodEnum<{
|
369
|
+
"=": "=";
|
370
|
+
"==": "==";
|
371
|
+
"!=": "!=";
|
372
|
+
">": ">";
|
373
|
+
"<": "<";
|
374
|
+
">=": ">=";
|
375
|
+
"<=": "<=";
|
376
|
+
between: "between";
|
377
|
+
}>>;
|
378
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
379
|
+
}, z.core.$strip>, z.ZodObject<{
|
380
|
+
field: z.ZodString;
|
381
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
382
|
+
in: "in";
|
383
|
+
"not in": "not in";
|
384
|
+
}>>;
|
385
|
+
op: z.ZodOptional<z.ZodEnum<{
|
386
|
+
in: "in";
|
387
|
+
"not in": "not in";
|
388
|
+
}>>;
|
389
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
390
|
+
}, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
391
|
+
field: z.ZodString;
|
392
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
393
|
+
"=": "=";
|
394
|
+
"==": "==";
|
395
|
+
"!=": "!=";
|
396
|
+
">": ">";
|
397
|
+
"<": "<";
|
398
|
+
">=": ">=";
|
399
|
+
"<=": "<=";
|
400
|
+
between: "between";
|
401
|
+
}>>;
|
402
|
+
op: z.ZodOptional<z.ZodEnum<{
|
403
|
+
"=": "=";
|
404
|
+
"==": "==";
|
405
|
+
"!=": "!=";
|
406
|
+
">": ">";
|
407
|
+
"<": "<";
|
408
|
+
">=": ">=";
|
409
|
+
"<=": "<=";
|
410
|
+
between: "between";
|
411
|
+
}>>;
|
412
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
413
|
+
}, z.core.$strip>, z.ZodObject<{
|
414
|
+
field: z.ZodString;
|
415
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
416
|
+
in: "in";
|
417
|
+
"not in": "not in";
|
418
|
+
}>>;
|
419
|
+
op: z.ZodOptional<z.ZodEnum<{
|
420
|
+
in: "in";
|
421
|
+
"not in": "not in";
|
422
|
+
}>>;
|
423
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
424
|
+
}, z.core.$strip>]>>]>>;
|
425
|
+
barColor: z.ZodOptional<z.ZodString>;
|
426
|
+
barColorOpacity: z.ZodOptional<z.ZodNumber>;
|
427
|
+
barBorderColor: z.ZodOptional<z.ZodString>;
|
428
|
+
barBorderWidth: z.ZodOptional<z.ZodNumber>;
|
429
|
+
barBorderStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"solid">, z.ZodLiteral<"dashed">, z.ZodLiteral<"dotted">]>>;
|
430
|
+
barRadius: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodArray<z.ZodNumber>]>>;
|
431
|
+
}, z.core.$strip>>;
|
432
|
+
annotationPoint: z.ZodOptional<z.ZodObject<{
|
433
|
+
selector: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
434
|
+
field: z.ZodString;
|
435
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
436
|
+
"=": "=";
|
437
|
+
"==": "==";
|
438
|
+
"!=": "!=";
|
439
|
+
">": ">";
|
440
|
+
"<": "<";
|
441
|
+
">=": ">=";
|
442
|
+
"<=": "<=";
|
443
|
+
between: "between";
|
444
|
+
}>>;
|
445
|
+
op: z.ZodOptional<z.ZodEnum<{
|
446
|
+
"=": "=";
|
447
|
+
"==": "==";
|
448
|
+
"!=": "!=";
|
449
|
+
">": ">";
|
450
|
+
"<": "<";
|
451
|
+
">=": ">=";
|
452
|
+
"<=": "<=";
|
453
|
+
between: "between";
|
454
|
+
}>>;
|
455
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
456
|
+
}, z.core.$strip>, z.ZodObject<{
|
457
|
+
field: z.ZodString;
|
458
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
459
|
+
in: "in";
|
460
|
+
"not in": "not in";
|
461
|
+
}>>;
|
462
|
+
op: z.ZodOptional<z.ZodEnum<{
|
463
|
+
in: "in";
|
464
|
+
"not in": "not in";
|
465
|
+
}>>;
|
466
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
467
|
+
}, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
468
|
+
field: z.ZodString;
|
469
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
470
|
+
"=": "=";
|
471
|
+
"==": "==";
|
472
|
+
"!=": "!=";
|
473
|
+
">": ">";
|
474
|
+
"<": "<";
|
475
|
+
">=": ">=";
|
476
|
+
"<=": "<=";
|
477
|
+
between: "between";
|
478
|
+
}>>;
|
479
|
+
op: z.ZodOptional<z.ZodEnum<{
|
480
|
+
"=": "=";
|
481
|
+
"==": "==";
|
482
|
+
"!=": "!=";
|
483
|
+
">": ">";
|
484
|
+
"<": "<";
|
485
|
+
">=": ">=";
|
486
|
+
"<=": "<=";
|
487
|
+
between: "between";
|
488
|
+
}>>;
|
489
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
490
|
+
}, z.core.$strip>, z.ZodObject<{
|
491
|
+
field: z.ZodString;
|
492
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
493
|
+
in: "in";
|
494
|
+
"not in": "not in";
|
495
|
+
}>>;
|
496
|
+
op: z.ZodOptional<z.ZodEnum<{
|
497
|
+
in: "in";
|
498
|
+
"not in": "not in";
|
499
|
+
}>>;
|
500
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
501
|
+
}, z.core.$strip>]>>]>;
|
502
|
+
text: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString>]>>;
|
503
|
+
textColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
504
|
+
textFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
505
|
+
textFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
506
|
+
textAlign: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
507
|
+
left: "left";
|
508
|
+
right: "right";
|
509
|
+
center: "center";
|
510
|
+
}>>>;
|
511
|
+
textBaseline: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
512
|
+
top: "top";
|
513
|
+
bottom: "bottom";
|
514
|
+
middle: "middle";
|
515
|
+
}>>>;
|
516
|
+
backgroundVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
517
|
+
backgroundColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
518
|
+
backgroundBorderColor: z.ZodOptional<z.ZodString>;
|
519
|
+
backgroundBorderWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
520
|
+
backgroundBorderRadius: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
521
|
+
backgroundPadding: z.ZodOptional<z.ZodNumber>;
|
522
|
+
offsetY: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
523
|
+
offsetX: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
524
|
+
}, z.core.$strip>>;
|
525
|
+
annotationVerticalLine: z.ZodOptional<z.ZodObject<{
|
526
|
+
selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
527
|
+
field: z.ZodString;
|
528
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
529
|
+
"=": "=";
|
530
|
+
"==": "==";
|
531
|
+
"!=": "!=";
|
532
|
+
">": ">";
|
533
|
+
"<": "<";
|
534
|
+
">=": ">=";
|
535
|
+
"<=": "<=";
|
536
|
+
between: "between";
|
537
|
+
}>>;
|
538
|
+
op: z.ZodOptional<z.ZodEnum<{
|
539
|
+
"=": "=";
|
540
|
+
"==": "==";
|
541
|
+
"!=": "!=";
|
542
|
+
">": ">";
|
543
|
+
"<": "<";
|
544
|
+
">=": ">=";
|
545
|
+
"<=": "<=";
|
546
|
+
between: "between";
|
547
|
+
}>>;
|
548
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
549
|
+
}, z.core.$strip>, z.ZodObject<{
|
550
|
+
field: z.ZodString;
|
551
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
552
|
+
in: "in";
|
553
|
+
"not in": "not in";
|
554
|
+
}>>;
|
555
|
+
op: z.ZodOptional<z.ZodEnum<{
|
556
|
+
in: "in";
|
557
|
+
"not in": "not in";
|
558
|
+
}>>;
|
559
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
560
|
+
}, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
561
|
+
field: z.ZodString;
|
562
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
563
|
+
"=": "=";
|
564
|
+
"==": "==";
|
565
|
+
"!=": "!=";
|
566
|
+
">": ">";
|
567
|
+
"<": "<";
|
568
|
+
">=": ">=";
|
569
|
+
"<=": "<=";
|
570
|
+
between: "between";
|
571
|
+
}>>;
|
572
|
+
op: z.ZodOptional<z.ZodEnum<{
|
573
|
+
"=": "=";
|
574
|
+
"==": "==";
|
575
|
+
"!=": "!=";
|
576
|
+
">": ">";
|
577
|
+
"<": "<";
|
578
|
+
">=": ">=";
|
579
|
+
"<=": "<=";
|
580
|
+
between: "between";
|
581
|
+
}>>;
|
582
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
583
|
+
}, z.core.$strip>, z.ZodObject<{
|
584
|
+
field: z.ZodString;
|
585
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
586
|
+
in: "in";
|
587
|
+
"not in": "not in";
|
588
|
+
}>>;
|
589
|
+
op: z.ZodOptional<z.ZodEnum<{
|
590
|
+
in: "in";
|
591
|
+
"not in": "not in";
|
592
|
+
}>>;
|
593
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
594
|
+
}, z.core.$strip>]>>]>>;
|
595
|
+
xValue: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodArray<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>]>>;
|
596
|
+
text: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString>]>>;
|
597
|
+
textPosition: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
598
|
+
outsideStart: "outsideStart";
|
599
|
+
outsideEnd: "outsideEnd";
|
600
|
+
outsideMiddle: "outsideMiddle";
|
601
|
+
insideStart: "insideStart";
|
602
|
+
insideMiddle: "insideMiddle";
|
603
|
+
insideEnd: "insideEnd";
|
604
|
+
}>>>;
|
605
|
+
textColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
606
|
+
textFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
607
|
+
textFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
608
|
+
textAlign: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
609
|
+
left: "left";
|
610
|
+
right: "right";
|
611
|
+
center: "center";
|
612
|
+
}>>>;
|
613
|
+
textBaseline: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
614
|
+
top: "top";
|
615
|
+
bottom: "bottom";
|
616
|
+
middle: "middle";
|
617
|
+
}>>>;
|
618
|
+
lineVisible: z.ZodOptional<z.ZodBoolean>;
|
619
|
+
lineColor: z.ZodOptional<z.ZodString>;
|
620
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
621
|
+
lineStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"solid">, z.ZodLiteral<"dashed">, z.ZodLiteral<"dotted">]>>;
|
622
|
+
backgroundVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
623
|
+
backgroundColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
624
|
+
backgroundBorderColor: z.ZodOptional<z.ZodString>;
|
625
|
+
backgroundBorderWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
626
|
+
backgroundBorderRadius: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
627
|
+
backgroundPadding: z.ZodOptional<z.ZodNumber>;
|
628
|
+
offsetY: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
629
|
+
offsetX: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
630
|
+
}, z.core.$strip>>;
|
631
|
+
annotationHorizontalLine: z.ZodOptional<z.ZodObject<{
|
632
|
+
selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
633
|
+
field: z.ZodString;
|
634
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
635
|
+
"=": "=";
|
636
|
+
"==": "==";
|
637
|
+
"!=": "!=";
|
638
|
+
">": ">";
|
639
|
+
"<": "<";
|
640
|
+
">=": ">=";
|
641
|
+
"<=": "<=";
|
642
|
+
between: "between";
|
643
|
+
}>>;
|
644
|
+
op: z.ZodOptional<z.ZodEnum<{
|
645
|
+
"=": "=";
|
646
|
+
"==": "==";
|
647
|
+
"!=": "!=";
|
648
|
+
">": ">";
|
649
|
+
"<": "<";
|
650
|
+
">=": ">=";
|
651
|
+
"<=": "<=";
|
652
|
+
between: "between";
|
653
|
+
}>>;
|
654
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
655
|
+
}, z.core.$strip>, z.ZodObject<{
|
656
|
+
field: z.ZodString;
|
657
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
658
|
+
in: "in";
|
659
|
+
"not in": "not in";
|
660
|
+
}>>;
|
661
|
+
op: z.ZodOptional<z.ZodEnum<{
|
662
|
+
in: "in";
|
663
|
+
"not in": "not in";
|
664
|
+
}>>;
|
665
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
666
|
+
}, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
667
|
+
field: z.ZodString;
|
668
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
669
|
+
"=": "=";
|
670
|
+
"==": "==";
|
671
|
+
"!=": "!=";
|
672
|
+
">": ">";
|
673
|
+
"<": "<";
|
674
|
+
">=": ">=";
|
675
|
+
"<=": "<=";
|
676
|
+
between: "between";
|
677
|
+
}>>;
|
678
|
+
op: z.ZodOptional<z.ZodEnum<{
|
679
|
+
"=": "=";
|
680
|
+
"==": "==";
|
681
|
+
"!=": "!=";
|
682
|
+
">": ">";
|
683
|
+
"<": "<";
|
684
|
+
">=": ">=";
|
685
|
+
"<=": "<=";
|
686
|
+
between: "between";
|
687
|
+
}>>;
|
688
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
689
|
+
}, z.core.$strip>, z.ZodObject<{
|
690
|
+
field: z.ZodString;
|
691
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
692
|
+
in: "in";
|
693
|
+
"not in": "not in";
|
694
|
+
}>>;
|
695
|
+
op: z.ZodOptional<z.ZodEnum<{
|
696
|
+
in: "in";
|
697
|
+
"not in": "not in";
|
698
|
+
}>>;
|
699
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
700
|
+
}, z.core.$strip>]>>]>>;
|
701
|
+
yValue: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodArray<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>]>>;
|
702
|
+
text: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString>]>>;
|
703
|
+
textPosition: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
704
|
+
outsideStart: "outsideStart";
|
705
|
+
outsideEnd: "outsideEnd";
|
706
|
+
outsideMiddle: "outsideMiddle";
|
707
|
+
insideStart: "insideStart";
|
708
|
+
insideMiddle: "insideMiddle";
|
709
|
+
insideEnd: "insideEnd";
|
710
|
+
}>>>;
|
711
|
+
textColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
712
|
+
textFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
713
|
+
textFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
714
|
+
textAlign: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
715
|
+
left: "left";
|
716
|
+
right: "right";
|
717
|
+
center: "center";
|
718
|
+
}>>>;
|
719
|
+
textBaseline: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
720
|
+
top: "top";
|
721
|
+
bottom: "bottom";
|
722
|
+
middle: "middle";
|
723
|
+
}>>>;
|
724
|
+
lineVisible: z.ZodOptional<z.ZodBoolean>;
|
725
|
+
lineColor: z.ZodOptional<z.ZodString>;
|
726
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
727
|
+
lineStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"solid">, z.ZodLiteral<"dashed">, z.ZodLiteral<"dotted">]>>;
|
728
|
+
backgroundVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
729
|
+
backgroundColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
730
|
+
backgroundBorderColor: z.ZodOptional<z.ZodString>;
|
731
|
+
backgroundBorderWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
732
|
+
backgroundBorderRadius: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
733
|
+
backgroundPadding: z.ZodOptional<z.ZodNumber>;
|
734
|
+
offsetY: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
735
|
+
offsetX: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
736
|
+
}, z.core.$strip>>;
|
737
|
+
annotationArea: z.ZodOptional<z.ZodObject<{
|
738
|
+
selector: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
739
|
+
field: z.ZodString;
|
740
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
741
|
+
"=": "=";
|
742
|
+
"==": "==";
|
743
|
+
"!=": "!=";
|
744
|
+
">": ">";
|
745
|
+
"<": "<";
|
746
|
+
">=": ">=";
|
747
|
+
"<=": "<=";
|
748
|
+
between: "between";
|
749
|
+
}>>;
|
750
|
+
op: z.ZodOptional<z.ZodEnum<{
|
751
|
+
"=": "=";
|
752
|
+
"==": "==";
|
753
|
+
"!=": "!=";
|
754
|
+
">": ">";
|
755
|
+
"<": "<";
|
756
|
+
">=": ">=";
|
757
|
+
"<=": "<=";
|
758
|
+
between: "between";
|
759
|
+
}>>;
|
760
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
761
|
+
}, z.core.$strip>, z.ZodObject<{
|
762
|
+
field: z.ZodString;
|
763
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
764
|
+
in: "in";
|
765
|
+
"not in": "not in";
|
766
|
+
}>>;
|
767
|
+
op: z.ZodOptional<z.ZodEnum<{
|
768
|
+
in: "in";
|
769
|
+
"not in": "not in";
|
770
|
+
}>>;
|
771
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
772
|
+
}, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
773
|
+
field: z.ZodString;
|
774
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
775
|
+
"=": "=";
|
776
|
+
"==": "==";
|
777
|
+
"!=": "!=";
|
778
|
+
">": ">";
|
779
|
+
"<": "<";
|
780
|
+
">=": ">=";
|
781
|
+
"<=": "<=";
|
782
|
+
between: "between";
|
783
|
+
}>>;
|
784
|
+
op: z.ZodOptional<z.ZodEnum<{
|
785
|
+
"=": "=";
|
786
|
+
"==": "==";
|
787
|
+
"!=": "!=";
|
788
|
+
">": ">";
|
789
|
+
"<": "<";
|
790
|
+
">=": ">=";
|
791
|
+
"<=": "<=";
|
792
|
+
between: "between";
|
793
|
+
}>>;
|
794
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
795
|
+
}, z.core.$strip>, z.ZodObject<{
|
796
|
+
field: z.ZodString;
|
797
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
798
|
+
in: "in";
|
799
|
+
"not in": "not in";
|
800
|
+
}>>;
|
801
|
+
op: z.ZodOptional<z.ZodEnum<{
|
802
|
+
in: "in";
|
803
|
+
"not in": "not in";
|
804
|
+
}>>;
|
805
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
806
|
+
}, z.core.$strip>]>>]>;
|
807
|
+
textPosition: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
808
|
+
left: "left";
|
809
|
+
top: "top";
|
810
|
+
topLeft: "topLeft";
|
811
|
+
topRight: "topRight";
|
812
|
+
right: "right";
|
813
|
+
bottom: "bottom";
|
814
|
+
bottomLeft: "bottomLeft";
|
815
|
+
bottomRight: "bottomRight";
|
816
|
+
}>>>;
|
817
|
+
text: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString>]>>;
|
818
|
+
textColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
819
|
+
textFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
820
|
+
textFontWeight: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
821
|
+
textAlign: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
822
|
+
left: "left";
|
823
|
+
right: "right";
|
824
|
+
center: "center";
|
825
|
+
}>>>;
|
826
|
+
textBaseline: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
827
|
+
top: "top";
|
828
|
+
bottom: "bottom";
|
829
|
+
middle: "middle";
|
830
|
+
}>>>;
|
831
|
+
backgroundVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
832
|
+
backgroundColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
833
|
+
backgroundBorderColor: z.ZodOptional<z.ZodString>;
|
834
|
+
backgroundBorderWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
835
|
+
backgroundBorderRadius: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
836
|
+
backgroundPadding: z.ZodOptional<z.ZodNumber>;
|
837
|
+
areaColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
838
|
+
areaColorOpacity: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
839
|
+
areaBorderColor: z.ZodOptional<z.ZodNumber>;
|
840
|
+
areaBorderWidth: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
841
|
+
areaBorderRadius: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
842
|
+
outerPadding: z.ZodOptional<z.ZodNumber>;
|
843
|
+
}, z.core.$strip>>;
|
844
|
+
locale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
845
|
+
"zh-CN": "zh-CN";
|
846
|
+
"en-US": "en-US";
|
847
|
+
}>>>;
|
848
|
+
}, z.core.$strip>;
|
849
|
+
//# sourceMappingURL=bar.d.ts.map
|