@visactor/vseed 0.0.15 → 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 +457 -12
- 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 +435 -8
- 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 +1 -0
- package/dist/types/chartType/area/area.d.ts.map +1 -0
- package/dist/types/chartType/area/index.d.ts +1 -0
- package/dist/types/chartType/area/index.d.ts.map +1 -0
- package/dist/types/chartType/areaPercent/areaPercent.d.ts +1 -0
- package/dist/types/chartType/areaPercent/areaPercent.d.ts.map +1 -0
- package/dist/types/chartType/areaPercent/index.d.ts +1 -0
- package/dist/types/chartType/areaPercent/index.d.ts.map +1 -0
- package/dist/types/chartType/bar/bar.d.ts +1 -0
- package/dist/types/chartType/bar/bar.d.ts.map +1 -0
- package/dist/types/chartType/bar/index.d.ts +1 -0
- package/dist/types/chartType/bar/index.d.ts.map +1 -0
- package/dist/types/chartType/barParallel/barParallel.d.ts +1 -0
- package/dist/types/chartType/barParallel/barParallel.d.ts.map +1 -0
- package/dist/types/chartType/barParallel/index.d.ts +1 -0
- package/dist/types/chartType/barParallel/index.d.ts.map +1 -0
- package/dist/types/chartType/barPercent/barPercent.d.ts +1 -0
- package/dist/types/chartType/barPercent/barPercent.d.ts.map +1 -0
- package/dist/types/chartType/barPercent/index.d.ts +1 -0
- package/dist/types/chartType/barPercent/index.d.ts.map +1 -0
- package/dist/types/chartType/column/column.d.ts +1 -0
- package/dist/types/chartType/column/column.d.ts.map +1 -0
- package/dist/types/chartType/column/index.d.ts +1 -0
- package/dist/types/chartType/column/index.d.ts.map +1 -0
- package/dist/types/chartType/columnParallel/columnParallel.d.ts +1 -0
- package/dist/types/chartType/columnParallel/columnParallel.d.ts.map +1 -0
- package/dist/types/chartType/columnParallel/index.d.ts +1 -0
- package/dist/types/chartType/columnParallel/index.d.ts.map +1 -0
- package/dist/types/chartType/columnPercent/columnPercent.d.ts +1 -0
- package/dist/types/chartType/columnPercent/columnPercent.d.ts.map +1 -0
- package/dist/types/chartType/columnPercent/index.d.ts +1 -0
- 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 +5 -4
- package/dist/types/chartType/index.d.ts.map +1 -0
- package/dist/types/chartType/line/index.d.ts +1 -0
- package/dist/types/chartType/line/index.d.ts.map +1 -0
- package/dist/types/chartType/line/line.d.ts +1 -0
- package/dist/types/chartType/line/line.d.ts.map +1 -0
- package/dist/types/chartType/pie/index.d.ts +1 -0
- package/dist/types/chartType/pie/index.d.ts.map +1 -0
- package/dist/types/chartType/pie/pie.d.ts +2 -1
- 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 +1 -0
- 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 +3 -1
- package/dist/types/vseed.d.ts.map +1 -0
- package/dist/umd/index.js +445 -12
- package/dist/umd/index.js.map +1 -1
- package/package.json +1 -1
- 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
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"dualAxis.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/dualAxis/dualAxis.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AACxC,OAAO,KAAK,EACV,eAAe,EACf,KAAK,EACL,OAAO,EACP,UAAU,EACV,KAAK,EACL,MAAM,EACN,QAAQ,EACR,KAAK,EACL,OAAO,EACR,MAAM,kBAAkB,CAAA;AAEzB;;;;;;;;;;;;;;;GAeG;AACH,MAAM,WAAW,QAAQ;IACvB;;;;;OAKG;IACH,SAAS,EAAE,UAAU,CAAA;IACrB;;;;;OAKG;IACH,OAAO,EAAE,OAAO,CAAA;IAEhB;;;;;OAKG;IACH,UAAU,CAAC,EAAE,UAAU,CAAA;IAEvB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAA;IAEnB;;;;OAIG;IACH,eAAe,CAAC,EAAE,eAAe,CAAA;IAEjC;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/dualAxis/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA"}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
export type * from './table';
|
2
2
|
export type * from './pivotTable';
|
3
|
+
export type * from './dualAxis';
|
3
4
|
export * from './line';
|
4
5
|
export * from './column';
|
5
6
|
export * from './columnParallel';
|
@@ -9,8 +10,8 @@ export * from './barParallel';
|
|
9
10
|
export * from './barPercent';
|
10
11
|
export * from './area';
|
11
12
|
export * from './areaPercent';
|
12
|
-
export
|
13
|
-
export
|
13
|
+
export * from './rose';
|
14
|
+
export * from './roseParallel';
|
14
15
|
export * from './pie';
|
15
|
-
export
|
16
|
-
|
16
|
+
export * from './donut';
|
17
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/chartType/index.ts"],"names":[],"mappings":"AAAA,mBAAmB,SAAS,CAAA;AAC5B,mBAAmB,cAAc,CAAA;AACjC,mBAAmB,YAAY,CAAA;AAE/B,cAAc,QAAQ,CAAA;AACtB,cAAc,UAAU,CAAA;AACxB,cAAc,kBAAkB,CAAA;AAChC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,OAAO,CAAA;AACrB,cAAc,eAAe,CAAA;AAC7B,cAAc,cAAc,CAAA;AAC5B,cAAc,QAAQ,CAAA;AACtB,cAAc,eAAe,CAAA;AAC7B,cAAc,QAAQ,CAAA;AACtB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,OAAO,CAAA;AACrB,cAAc,SAAS,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/line/index.ts"],"names":[],"mappings":"AAAA,cAAe,QAAQ,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"line.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/line/line.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AAsBxC,OAAO,KAAK,EACV,cAAc,EACd,wBAAwB,EACxB,eAAe,EACf,sBAAsB,EACtB,eAAe,EACf,KAAK,EACL,OAAO,EACP,UAAU,EACV,KAAK,EACL,MAAM,EACN,SAAS,EACT,QAAQ,EACR,UAAU,EACV,KAAK,EACL,OAAO,EACP,aAAa,EACb,SAAS,EACT,WAAW,EACZ,MAAM,kBAAkB,CAAA;AACzB,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,IAAI;IACnB;;;;;OAKG;IACH,SAAS,EAAE,MAAM,CAAA;IACjB;;;;;OAKG;IACH,OAAO,EAAE,OAAO,CAAA;IAEhB;;;;;OAKG;IACH,UAAU,CAAC,EAAE,UAAU,CAAA;IAEvB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAA;IAEnB;;;;OAIG;IACH,eAAe,CAAC,EAAE,eAAe,CAAA;IAEjC;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,CAAA;IAEjB;;;OAGG;IACH,KAAK,CAAC,EAAE,WAAW,CAAA;IAEnB;;;OAGG;IACH,aAAa,CAAC,EAAE,aAAa,CAAA;IAE7B;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;;;;;OAOG;IACH,UAAU,CAAC,EAAE,UAAU,GAAG,UAAU,EAAE,CAAA;IAEtC;;;;;;;OAOG;IACH,SAAS,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAA;IAEnC;;;OAGG;IACH,eAAe,CAAC,EAAE,eAAe,GAAG,eAAe,EAAE,CAAA;IAErD;;;OAGG;IACH,sBAAsB,CAAC,EAAE,sBAAsB,GAAG,sBAAsB,EAAE,CAAA;IAE1E;;;OAGG;IACH,wBAAwB,CAAC,EAAE,wBAAwB,GAAG,wBAAwB,EAAE,CAAA;IAEhF;;;OAGG;IACH,cAAc,CAAC,EAAE,cAAc,GAAG,cAAc,EAAE,CAAA;IAElD;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAqBhB,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/pie/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAA"}
|
@@ -1,6 +1,6 @@
|
|
1
|
+
import { z } from 'zod';
|
1
2
|
import type { Locale } from '../../i18n';
|
2
3
|
import type { BackgroundColor, Color, Dataset, Dimensions, Label, Legend, Measures, Theme, Tooltip } from '../../properties';
|
3
|
-
import { z } from 'zod';
|
4
4
|
/**
|
5
5
|
* 饼图类型定义
|
6
6
|
* @description 饼图,适用于展示单一维度数据的占比关系,通过扇形面积大小表示各类别占比
|
@@ -222,3 +222,4 @@ export declare const zPie: z.ZodObject<{
|
|
222
222
|
"en-US": "en-US";
|
223
223
|
}>>>;
|
224
224
|
}, z.core.$strip>;
|
225
|
+
//# sourceMappingURL=pie.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pie.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/pie/pie.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AAaxC,OAAO,KAAK,EACV,eAAe,EACf,KAAK,EACL,OAAO,EACP,UAAU,EACV,KAAK,EACL,MAAM,EACN,QAAQ,EACR,KAAK,EACL,OAAO,EACR,MAAM,kBAAkB,CAAA;AAEzB;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,GAAG;IAClB;;;;;OAKG;IACH,SAAS,EAAE,KAAK,CAAA;IAChB;;;;;OAKG;IACH,OAAO,EAAE,OAAO,CAAA;IAEhB;;;;;OAKG;IACH,UAAU,CAAC,EAAE,UAAU,CAAA;IAEvB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAA;IAEnB;;;;OAIG;IACH,eAAe,CAAC,EAAE,eAAe,CAAA;IAEjC;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAYf,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/pivotTable/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pivotTable.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/pivotTable/pivotTable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AACxC,OAAO,KAAK,EAAE,eAAe,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAA;AAE7F;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,UAAU;IACzB;;;;;OAKG;IACH,SAAS,EAAE,YAAY,CAAA;IACvB;;;;;OAKG;IACH,OAAO,EAAE,OAAO,CAAA;IAEhB;;;;;OAKG;IACH,UAAU,CAAC,EAAE,UAAU,CAAA;IAEvB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAA;IAEnB;;;;OAIG;IACH,eAAe,CAAC,EAAE,eAAe,CAAA;IAEjC;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB"}
|
@@ -1 +1,2 @@
|
|
1
|
-
export
|
1
|
+
export * from './rose';
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/rose/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA"}
|
@@ -1,8 +1,9 @@
|
|
1
|
-
import
|
2
|
-
import
|
1
|
+
import { z } from 'zod';
|
2
|
+
import { type Locale } from '../../i18n';
|
3
|
+
import { type BackgroundColor, type Color, type Dataset, type Dimensions, type Label, type Legend, type Measures, type Theme, type Tooltip } from '../../properties';
|
3
4
|
/**
|
4
|
-
*
|
5
|
-
* @description
|
5
|
+
* 堆叠玫瑰图类型定义
|
6
|
+
* @description 堆叠玫瑰图,适用于多维度数据对比场景,通过极坐标系下的扇形弧度和半径展示数据大小
|
6
7
|
* 适用场景:
|
7
8
|
* - 多维度数据的分布对比
|
8
9
|
* - 周期性数据的强弱比较
|
@@ -16,8 +17,8 @@ import type { BackgroundColor, Color, Dataset, Dimensions, Label, Legend, Measur
|
|
16
17
|
*/
|
17
18
|
export interface Rose {
|
18
19
|
/**
|
19
|
-
*
|
20
|
-
* @description
|
20
|
+
* 堆叠玫瑰图
|
21
|
+
* @description 堆叠玫瑰图,通过极坐标系展示多维度数据对比关系
|
21
22
|
* @type {'rose'}
|
22
23
|
* @example 'rose'
|
23
24
|
*/
|
@@ -85,3 +86,140 @@ export interface Rose {
|
|
85
86
|
*/
|
86
87
|
locale?: Locale;
|
87
88
|
}
|
89
|
+
export declare const zRose: z.ZodObject<{
|
90
|
+
chartType: z.ZodLiteral<"rose">;
|
91
|
+
dataset: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodAny>>>;
|
92
|
+
dimensions: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
93
|
+
id: z.ZodString;
|
94
|
+
alias: z.ZodOptional<z.ZodString>;
|
95
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
96
|
+
location: z.ZodEnum<{
|
97
|
+
dimension: "dimension";
|
98
|
+
rowDimension: "rowDimension";
|
99
|
+
columnDimension: "columnDimension";
|
100
|
+
}>;
|
101
|
+
}, z.core.$strip>>>>;
|
102
|
+
measures: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
103
|
+
id: z.ZodString;
|
104
|
+
alias: z.ZodOptional<z.ZodString>;
|
105
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
106
|
+
children: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject</*elided*/ any, z.core.$strip>, z.ZodObject<{
|
107
|
+
id: z.ZodString;
|
108
|
+
alias: z.ZodOptional<z.ZodString>;
|
109
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
110
|
+
autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
111
|
+
format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
112
|
+
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
113
|
+
number: "number";
|
114
|
+
percent: "percent";
|
115
|
+
permille: "permille";
|
116
|
+
}>>>;
|
117
|
+
ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
118
|
+
symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
119
|
+
thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
120
|
+
decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
121
|
+
round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
122
|
+
round: "round";
|
123
|
+
floor: "floor";
|
124
|
+
ceil: "ceil";
|
125
|
+
}>>>;
|
126
|
+
prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
127
|
+
suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
128
|
+
}, z.core.$strip>>>>;
|
129
|
+
}, z.core.$strip>]>>>;
|
130
|
+
}, z.core.$strip>, z.ZodObject<{
|
131
|
+
id: z.ZodString;
|
132
|
+
alias: z.ZodOptional<z.ZodString>;
|
133
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
134
|
+
autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
135
|
+
format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
136
|
+
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
137
|
+
number: "number";
|
138
|
+
percent: "percent";
|
139
|
+
permille: "permille";
|
140
|
+
}>>>;
|
141
|
+
ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
142
|
+
symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
143
|
+
thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
144
|
+
decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
145
|
+
round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
146
|
+
round: "round";
|
147
|
+
floor: "floor";
|
148
|
+
ceil: "ceil";
|
149
|
+
}>>>;
|
150
|
+
prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
151
|
+
suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
152
|
+
}, z.core.$strip>>>>;
|
153
|
+
}, z.core.$strip>]>>>>;
|
154
|
+
backgroundColor: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
|
155
|
+
color: z.ZodOptional<z.ZodObject<{
|
156
|
+
colorScheme: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
157
|
+
colorMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
158
|
+
}, z.core.$strip>>;
|
159
|
+
label: z.ZodOptional<z.ZodObject<{
|
160
|
+
enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
161
|
+
}, z.core.$strip>>;
|
162
|
+
legend: z.ZodOptional<z.ZodObject<{
|
163
|
+
enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
164
|
+
border: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
165
|
+
maxSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
166
|
+
shapeType: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
167
|
+
circle: "circle";
|
168
|
+
cross: "cross";
|
169
|
+
diamond: "diamond";
|
170
|
+
square: "square";
|
171
|
+
arrow: "arrow";
|
172
|
+
arrow2Left: "arrow2Left";
|
173
|
+
arrow2Right: "arrow2Right";
|
174
|
+
wedge: "wedge";
|
175
|
+
thinTriangle: "thinTriangle";
|
176
|
+
triangle: "triangle";
|
177
|
+
triangleUp: "triangleUp";
|
178
|
+
triangleDown: "triangleDown";
|
179
|
+
triangleRight: "triangleRight";
|
180
|
+
triangleLeft: "triangleLeft";
|
181
|
+
stroke: "stroke";
|
182
|
+
star: "star";
|
183
|
+
wye: "wye";
|
184
|
+
rect: "rect";
|
185
|
+
arrowLeft: "arrowLeft";
|
186
|
+
arrowRight: "arrowRight";
|
187
|
+
rectRound: "rectRound";
|
188
|
+
roundLine: "roundLine";
|
189
|
+
}>>>;
|
190
|
+
position: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
191
|
+
left: "left";
|
192
|
+
leftTop: "leftTop";
|
193
|
+
leftBottom: "leftBottom";
|
194
|
+
lt: "lt";
|
195
|
+
lb: "lb";
|
196
|
+
top: "top";
|
197
|
+
topLeft: "topLeft";
|
198
|
+
topRight: "topRight";
|
199
|
+
tl: "tl";
|
200
|
+
tr: "tr";
|
201
|
+
right: "right";
|
202
|
+
rightTop: "rightTop";
|
203
|
+
rightBottom: "rightBottom";
|
204
|
+
rt: "rt";
|
205
|
+
rb: "rb";
|
206
|
+
bottom: "bottom";
|
207
|
+
bottomLeft: "bottomLeft";
|
208
|
+
bottomRight: "bottomRight";
|
209
|
+
bl: "bl";
|
210
|
+
br: "br";
|
211
|
+
}>>>;
|
212
|
+
labelFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
213
|
+
labelFontColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
214
|
+
labelFontWeight: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
215
|
+
}, z.core.$strip>>;
|
216
|
+
tooltip: z.ZodOptional<z.ZodObject<{
|
217
|
+
enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
218
|
+
}, z.core.$strip>>;
|
219
|
+
theme: z.ZodOptional<z.ZodString>;
|
220
|
+
locale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
221
|
+
"zh-CN": "zh-CN";
|
222
|
+
"en-US": "en-US";
|
223
|
+
}>>>;
|
224
|
+
}, z.core.$strip>;
|
225
|
+
//# sourceMappingURL=rose.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"rose.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/rose/rose.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAW,KAAK,MAAM,EAAE,MAAM,YAAY,CAAA;AACjD,OAAO,EAUL,KAAK,eAAe,EACpB,KAAK,KAAK,EACV,KAAK,OAAO,EACZ,KAAK,UAAU,EACf,KAAK,KAAK,EACV,KAAK,MAAM,EACX,KAAK,QAAQ,EACb,KAAK,KAAK,EACV,KAAK,OAAO,EACb,MAAM,kBAAkB,CAAA;AAEzB;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,IAAI;IACnB;;;;;OAKG;IACH,SAAS,EAAE,MAAM,CAAA;IACjB;;;;;OAKG;IACH,OAAO,EAAE,OAAO,CAAA;IAEhB;;;;;OAKG;IACH,UAAU,CAAC,EAAE,UAAU,CAAA;IAEvB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAA;IAEnB;;;;OAIG;IACH,eAAe,CAAC,EAAE,eAAe,CAAA;IAEjC;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAYhB,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/roseParallel/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA"}
|
@@ -0,0 +1,225 @@
|
|
1
|
+
import { z } from 'zod';
|
2
|
+
import { type Locale } from '../../i18n';
|
3
|
+
import { type BackgroundColor, type Color, type Dataset, type Dimensions, type Label, type Legend, type Measures, type Theme, type Tooltip } from '../../properties';
|
4
|
+
/**
|
5
|
+
* 分组玫瑰图类型定义
|
6
|
+
* @description 分组玫瑰图,适用于多维度数据对比场景,通过极坐标系下的扇形弧度和半径展示数据大小
|
7
|
+
* 适用场景:
|
8
|
+
* - 多维度数据的分布对比
|
9
|
+
* - 周期性数据的强弱比较
|
10
|
+
* - 分类数据的数值与占比同时展示
|
11
|
+
* 数据要求:
|
12
|
+
* - 至少1个数值字段(度量)
|
13
|
+
* - 第一个维度会放至角度轴, 其余维度会与指标名称(存在多个指标时)合并, 作为图例项展示
|
14
|
+
* - 所有指标会自动合并为一个指标
|
15
|
+
* 默认开启的功能:
|
16
|
+
* - 默认开启图例、极坐标系、数据标签、提示信息、数值缩放
|
17
|
+
*/
|
18
|
+
export interface RoseParallel {
|
19
|
+
/**
|
20
|
+
* 分组玫瑰图
|
21
|
+
* @description 分组玫瑰图,通过极坐标系展示多维度数据对比关系
|
22
|
+
* @type {'roseParallel'}
|
23
|
+
* @example 'roseParallel'
|
24
|
+
*/
|
25
|
+
chartType: 'roseParallel';
|
26
|
+
/**
|
27
|
+
* 数据集
|
28
|
+
* @description 符合TidyData规范的且已经聚合的数据集,用于定义图表的数据来源和结构, 用户输入的数据集并不需要进行任何处理, VSeed带有强大的数据重塑功能, 会自行进行数据重塑, 玫瑰图的数据最终会被转换为2个维度, 1个指标.
|
29
|
+
* @type {Array<Record<string|number, any>>}
|
30
|
+
* @example [{month:'1月', value:100}, {month:'2月', value:150}, {month:'3月', value:120}]
|
31
|
+
*/
|
32
|
+
dataset: Dataset;
|
33
|
+
/**
|
34
|
+
* 维度
|
35
|
+
* @description 玫瑰图的第一个维度被映射到角度轴, 其余维度会与指标名称(存在多个指标时)合并, 作为图例项展示.
|
36
|
+
* @type {Dimensions}
|
37
|
+
* @example [{id: 'category', alias: '类别'}]
|
38
|
+
*/
|
39
|
+
dimensions?: Dimensions;
|
40
|
+
/**
|
41
|
+
* 指标
|
42
|
+
* @description 玫瑰图的指标会自动合并为一个指标, 映射到半径轴, 存在多个指标时, 指标名称会与其余维度合并, 作为图例项展示.
|
43
|
+
* @type {Measures}
|
44
|
+
* @example [{id: 'value', alias: '数值'}]
|
45
|
+
*/
|
46
|
+
measures?: Measures;
|
47
|
+
/**
|
48
|
+
* 图表的背景颜色
|
49
|
+
* @default transparent 默认为透明背景
|
50
|
+
* @description 背景颜色可以是颜色字符串, 例如'red', 'blue', 也可以是hex, rgb或rgba'#ff0000', 'rgba(255,0,0,0.5)'
|
51
|
+
*/
|
52
|
+
backgroundColor?: BackgroundColor;
|
53
|
+
/**
|
54
|
+
* 颜色
|
55
|
+
* @description 颜色配置, 用于定义图表的颜色方案, 包括颜色列表, 颜色映射, 颜色渐变等.
|
56
|
+
*/
|
57
|
+
color?: Color;
|
58
|
+
/**
|
59
|
+
* 标签
|
60
|
+
* @description 标签配置, 用于定义图表的数据标签, 包括数据标签的位置, 格式, 样式等.
|
61
|
+
*/
|
62
|
+
label?: Label;
|
63
|
+
/**
|
64
|
+
* 图例
|
65
|
+
* @description 图例配置, 用于定义图表的图例, 包括图例的位置, 格式, 样式等.
|
66
|
+
*/
|
67
|
+
legend?: Legend;
|
68
|
+
/**
|
69
|
+
* 提示信息
|
70
|
+
* @description 提示信息配置, 用于定义图表的提示信息, 包括提示信息的位置, 格式, 样式等.
|
71
|
+
*/
|
72
|
+
tooltip?: Tooltip;
|
73
|
+
/**
|
74
|
+
* 图表的主题, 主题是优先级较低的功能配置, 包含所有图表类型共用的通用配置, 与单类图表类型共用的图表配置
|
75
|
+
* @default light 默认为亮色主题
|
76
|
+
* @description 内置light与dark两种主题, 用户可以通过Builder自定义主题
|
77
|
+
* @example 'dark'
|
78
|
+
* @example 'light'
|
79
|
+
* @example 'customThemeName'
|
80
|
+
*/
|
81
|
+
theme?: Theme;
|
82
|
+
/**
|
83
|
+
* 语言
|
84
|
+
* @description 图表语言配置, 支持'zh-CN'与'en-US'两种语言, 另外可以调用 intl.setLocale('zh-CN') 方法设置语言
|
85
|
+
* @default 'zh-CN'
|
86
|
+
*/
|
87
|
+
locale?: Locale;
|
88
|
+
}
|
89
|
+
export declare const zRoseParallel: z.ZodObject<{
|
90
|
+
chartType: z.ZodLiteral<"roseParallel">;
|
91
|
+
dataset: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodAny>>>;
|
92
|
+
dimensions: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
93
|
+
id: z.ZodString;
|
94
|
+
alias: z.ZodOptional<z.ZodString>;
|
95
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
96
|
+
location: z.ZodEnum<{
|
97
|
+
dimension: "dimension";
|
98
|
+
rowDimension: "rowDimension";
|
99
|
+
columnDimension: "columnDimension";
|
100
|
+
}>;
|
101
|
+
}, z.core.$strip>>>>;
|
102
|
+
measures: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
103
|
+
id: z.ZodString;
|
104
|
+
alias: z.ZodOptional<z.ZodString>;
|
105
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
106
|
+
children: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject</*elided*/ any, z.core.$strip>, z.ZodObject<{
|
107
|
+
id: z.ZodString;
|
108
|
+
alias: z.ZodOptional<z.ZodString>;
|
109
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
110
|
+
autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
111
|
+
format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
112
|
+
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
113
|
+
number: "number";
|
114
|
+
percent: "percent";
|
115
|
+
permille: "permille";
|
116
|
+
}>>>;
|
117
|
+
ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
118
|
+
symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
119
|
+
thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
120
|
+
decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
121
|
+
round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
122
|
+
round: "round";
|
123
|
+
floor: "floor";
|
124
|
+
ceil: "ceil";
|
125
|
+
}>>>;
|
126
|
+
prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
127
|
+
suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
128
|
+
}, z.core.$strip>>>>;
|
129
|
+
}, z.core.$strip>]>>>;
|
130
|
+
}, z.core.$strip>, z.ZodObject<{
|
131
|
+
id: z.ZodString;
|
132
|
+
alias: z.ZodOptional<z.ZodString>;
|
133
|
+
visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
134
|
+
autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
135
|
+
format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
136
|
+
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
137
|
+
number: "number";
|
138
|
+
percent: "percent";
|
139
|
+
permille: "permille";
|
140
|
+
}>>>;
|
141
|
+
ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
142
|
+
symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
143
|
+
thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
144
|
+
decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
145
|
+
round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
146
|
+
round: "round";
|
147
|
+
floor: "floor";
|
148
|
+
ceil: "ceil";
|
149
|
+
}>>>;
|
150
|
+
prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
151
|
+
suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
152
|
+
}, z.core.$strip>>>>;
|
153
|
+
}, z.core.$strip>]>>>>;
|
154
|
+
backgroundColor: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
|
155
|
+
color: z.ZodOptional<z.ZodObject<{
|
156
|
+
colorScheme: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
157
|
+
colorMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
158
|
+
}, z.core.$strip>>;
|
159
|
+
label: z.ZodOptional<z.ZodObject<{
|
160
|
+
enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
161
|
+
}, z.core.$strip>>;
|
162
|
+
legend: z.ZodOptional<z.ZodObject<{
|
163
|
+
enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
164
|
+
border: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
165
|
+
maxSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
166
|
+
shapeType: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
167
|
+
circle: "circle";
|
168
|
+
cross: "cross";
|
169
|
+
diamond: "diamond";
|
170
|
+
square: "square";
|
171
|
+
arrow: "arrow";
|
172
|
+
arrow2Left: "arrow2Left";
|
173
|
+
arrow2Right: "arrow2Right";
|
174
|
+
wedge: "wedge";
|
175
|
+
thinTriangle: "thinTriangle";
|
176
|
+
triangle: "triangle";
|
177
|
+
triangleUp: "triangleUp";
|
178
|
+
triangleDown: "triangleDown";
|
179
|
+
triangleRight: "triangleRight";
|
180
|
+
triangleLeft: "triangleLeft";
|
181
|
+
stroke: "stroke";
|
182
|
+
star: "star";
|
183
|
+
wye: "wye";
|
184
|
+
rect: "rect";
|
185
|
+
arrowLeft: "arrowLeft";
|
186
|
+
arrowRight: "arrowRight";
|
187
|
+
rectRound: "rectRound";
|
188
|
+
roundLine: "roundLine";
|
189
|
+
}>>>;
|
190
|
+
position: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
191
|
+
left: "left";
|
192
|
+
leftTop: "leftTop";
|
193
|
+
leftBottom: "leftBottom";
|
194
|
+
lt: "lt";
|
195
|
+
lb: "lb";
|
196
|
+
top: "top";
|
197
|
+
topLeft: "topLeft";
|
198
|
+
topRight: "topRight";
|
199
|
+
tl: "tl";
|
200
|
+
tr: "tr";
|
201
|
+
right: "right";
|
202
|
+
rightTop: "rightTop";
|
203
|
+
rightBottom: "rightBottom";
|
204
|
+
rt: "rt";
|
205
|
+
rb: "rb";
|
206
|
+
bottom: "bottom";
|
207
|
+
bottomLeft: "bottomLeft";
|
208
|
+
bottomRight: "bottomRight";
|
209
|
+
bl: "bl";
|
210
|
+
br: "br";
|
211
|
+
}>>>;
|
212
|
+
labelFontSize: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
213
|
+
labelFontColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
214
|
+
labelFontWeight: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
215
|
+
}, z.core.$strip>>;
|
216
|
+
tooltip: z.ZodOptional<z.ZodObject<{
|
217
|
+
enable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
218
|
+
}, z.core.$strip>>;
|
219
|
+
theme: z.ZodOptional<z.ZodString>;
|
220
|
+
locale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
221
|
+
"zh-CN": "zh-CN";
|
222
|
+
"en-US": "en-US";
|
223
|
+
}>>>;
|
224
|
+
}, z.core.$strip>;
|
225
|
+
//# sourceMappingURL=roseParallel.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"roseParallel.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/roseParallel/roseParallel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAW,KAAK,MAAM,EAAE,MAAM,YAAY,CAAA;AACjD,OAAO,EAUL,KAAK,eAAe,EACpB,KAAK,KAAK,EACV,KAAK,OAAO,EACZ,KAAK,UAAU,EACf,KAAK,KAAK,EACV,KAAK,MAAM,EACX,KAAK,QAAQ,EACb,KAAK,KAAK,EACV,KAAK,OAAO,EACb,MAAM,kBAAkB,CAAA;AAEzB;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,YAAY;IAC3B;;;;;OAKG;IACH,SAAS,EAAE,cAAc,CAAA;IACzB;;;;;OAKG;IACH,OAAO,EAAE,OAAO,CAAA;IAEhB;;;;;OAKG;IACH,UAAU,CAAC,EAAE,UAAU,CAAA;IAEvB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAA;IAEnB;;;;OAIG;IACH,eAAe,CAAC,EAAE,eAAe,CAAA;IAEjC;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAYxB,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/table/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../../src/types/chartType/table/table.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AACxC,OAAO,KAAK,EAAE,eAAe,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAA;AAE7F;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,KAAK;IACpB;;;;;OAKG;IACH,SAAS,EAAE,OAAO,CAAA;IAClB;;;;;OAKG;IACH,OAAO,EAAE,OAAO,CAAA;IAEhB;;;;;OAKG;IACH,UAAU,CAAC,EAAE,UAAU,CAAA;IAEvB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAA;IAEnB;;;;OAIG;IACH,eAAe,CAAC,EAAE,eAAe,CAAA;IAEjC;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,KAAK,CAAA;IAEb;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/dataSelector/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA"}
|
@@ -86,3 +86,4 @@ export declare const zSelectors: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
86
86
|
}>>;
|
87
87
|
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
88
88
|
}, z.core.$strip>]>>;
|
89
|
+
//# sourceMappingURL=selector.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"selector.d.ts","sourceRoot":"","sources":["../../../src/types/dataSelector/selector.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,eAAe,CAAA;AAE1C,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,MAAM,CAAA;AAE3C,MAAM,MAAM,oBAAoB,GAAG,KAAK,CAAA;AAExC,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,SAAS,CAAA;IAClE,EAAE,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,SAAS,CAAA;IAC5D,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC,CAAA;CAChD,CAAA;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,IAAI,GAAG,QAAQ,CAAA;IAC1B,EAAE,CAAC,EAAE,IAAI,GAAG,QAAQ,CAAA;IACpB,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC,CAAA;CAChD,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG,aAAa,GAAG,oBAAoB,GAAG,eAAe,GAAG,iBAAiB,CAAA;AAEjG,MAAM,MAAM,SAAS,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAA;AAEvC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAepB,CAAA;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAAqB,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../../src/types/i18n/i18n.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,MAAM,MAAM,GAAG,OAAO,GAAG,OAAO,CAAA;AAEtC,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC,MAAM,EAAE;KAAG,KAAK,IAAI,MAAM,GAAG,MAAM;CAAE,CAAC,CAAA;AAE/E,eAAO,MAAM,OAAO;;;GAA8C,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/i18n/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA"}
|
package/dist/types/index.d.ts
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,mBAAmB,YAAY,CAAA;AAC/B,mBAAmB,aAAa,CAAA;AAChC,mBAAmB,WAAW,CAAA;AAC9B,cAAc,SAAS,CAAA;AACvB,mBAAmB,iBAAiB,CAAA;AACpC,mBAAmB,QAAQ,CAAA"}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import type { AdvancedVSeed } from '../../advancedVSeed';
|
2
|
-
import type { VSeed } from '../../
|
2
|
+
import type { VSeed } from '../../vseed';
|
3
3
|
import type { CustomTheme } from '../../properties';
|
4
4
|
import type { Pipe } from '../pipeline';
|
5
5
|
export type AdvancedPipelineContext = {
|
@@ -8,3 +8,4 @@ export type AdvancedPipelineContext = {
|
|
8
8
|
};
|
9
9
|
export type AdvancedPipe = Pipe<AdvancedVSeed, AdvancedPipelineContext>;
|
10
10
|
export type AdvancedPipeline = Pipe<AdvancedVSeed, AdvancedPipelineContext>[];
|
11
|
+
//# sourceMappingURL=advancedVSeed.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"advancedVSeed.d.ts","sourceRoot":"","sources":["../../../../src/types/pipeline/advancedVSeed/advancedVSeed.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAA;AAC5D,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AACxC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAEvC,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,EAAE,KAAK,CAAA;IACZ,WAAW,CAAC,EAAE,WAAW,CAAA;CAC1B,CAAA;AAED,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,aAAa,EAAE,uBAAuB,CAAC,CAAA;AAEvE,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,aAAa,EAAE,uBAAuB,CAAC,EAAE,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/pipeline/advancedVSeed/index.ts"],"names":[],"mappings":"AAAA,mBAAmB,iBAAiB,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/pipeline/index.ts"],"names":[],"mappings":"AAAA,mBAAmB,YAAY,CAAA;AAC/B,mBAAmB,QAAQ,CAAA;AAC3B,mBAAmB,iBAAiB,CAAA"}
|