@milaboratories/miplots4 1.0.172 → 1.0.174
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/AbstractChart.d.ts +1 -0
- package/dist/AbstractChart.d.ts.map +1 -0
- package/dist/DataFrame.d.ts +1 -0
- package/dist/DataFrame.d.ts.map +1 -0
- package/dist/MiPlots.d.ts +1 -0
- package/dist/MiPlots.d.ts.map +1 -0
- package/dist/bubble/BubbleSettingsImpl.d.ts +1 -0
- package/dist/bubble/BubbleSettingsImpl.d.ts.map +1 -0
- package/dist/bubble/ChartRenderer.d.ts +1 -0
- package/dist/bubble/ChartRenderer.d.ts.map +1 -0
- package/dist/bubble/components/AxisCaptions.d.ts +1 -0
- package/dist/bubble/components/AxisCaptions.d.ts.map +1 -0
- package/dist/bubble/components/Chart.d.ts +1 -0
- package/dist/bubble/components/Chart.d.ts.map +1 -0
- package/dist/bubble/components/ChartsGroup.d.ts +1 -0
- package/dist/bubble/components/ChartsGroup.d.ts.map +1 -0
- package/dist/bubble/components/types.d.ts +1 -0
- package/dist/bubble/components/types.d.ts.map +1 -0
- package/dist/bubble/constants.d.ts +1 -0
- package/dist/bubble/constants.d.ts.map +1 -0
- package/dist/bubble/getCellTooltip.d.ts +1 -0
- package/dist/bubble/getCellTooltip.d.ts.map +1 -0
- package/dist/bubble/getGroupedCellsData.d.ts +1 -0
- package/dist/bubble/getGroupedCellsData.d.ts.map +1 -0
- package/dist/bubble/index.d.ts +1 -0
- package/dist/bubble/index.d.ts.map +1 -0
- package/dist/bubble/utils/calculateCaptionTails.d.ts +1 -0
- package/dist/bubble/utils/calculateCaptionTails.d.ts.map +1 -0
- package/dist/bubble/utils/calculateChartSideElementSizes.d.ts +1 -0
- package/dist/bubble/utils/calculateChartSideElementSizes.d.ts.map +1 -0
- package/dist/bubble/utils/calculateSideElementsBBoxes.d.ts +1 -0
- package/dist/bubble/utils/calculateSideElementsBBoxes.d.ts.map +1 -0
- package/dist/bubble/utils/index.d.ts +1 -0
- package/dist/bubble/utils/index.d.ts.map +1 -0
- package/dist/common/BandAxis.d.ts +1 -0
- package/dist/common/BandAxis.d.ts.map +1 -0
- package/dist/common/ChartsTitle.d.ts +1 -0
- package/dist/common/ChartsTitle.d.ts.map +1 -0
- package/dist/common/ContinuousAxis.d.ts +1 -0
- package/dist/common/ContinuousAxis.d.ts.map +1 -0
- package/dist/common/ContinuousGrid.d.ts +1 -0
- package/dist/common/ContinuousGrid.d.ts.map +1 -0
- package/dist/common/Error.d.ts +1 -0
- package/dist/common/Error.d.ts.map +1 -0
- package/dist/common/ErrorBoundary.d.ts +1 -0
- package/dist/common/ErrorBoundary.d.ts.map +1 -0
- package/dist/common/Legend.d.ts +1 -0
- package/dist/common/Legend.d.ts.map +1 -0
- package/dist/common/Tooltip.d.ts +1 -0
- package/dist/common/Tooltip.d.ts.map +1 -0
- package/dist/common/fonts.d.ts +1 -0
- package/dist/common/fonts.d.ts.map +1 -0
- package/dist/common/types.d.ts +1 -0
- package/dist/common/types.d.ts.map +1 -0
- package/dist/common/useDataFrame.d.ts +1 -0
- package/dist/common/useDataFrame.d.ts.map +1 -0
- package/dist/constants.d.ts +1 -0
- package/dist/constants.d.ts.map +1 -0
- package/dist/dendro/ChartRenderer.d.ts +1 -0
- package/dist/dendro/ChartRenderer.d.ts.map +1 -0
- package/dist/dendro/DendroSettingsImpl.d.ts +1 -0
- package/dist/dendro/DendroSettingsImpl.d.ts.map +1 -0
- package/dist/dendro/components/Chart.d.ts +1 -0
- package/dist/dendro/components/Chart.d.ts.map +1 -0
- package/dist/dendro/components/Heatmap.d.ts +1 -0
- package/dist/dendro/components/Heatmap.d.ts.map +1 -0
- package/dist/dendro/components/Legend.d.ts +1 -0
- package/dist/dendro/components/Legend.d.ts.map +1 -0
- package/dist/dendro/components/LinksGroup.d.ts +1 -0
- package/dist/dendro/components/LinksGroup.d.ts.map +1 -0
- package/dist/dendro/components/NodesGroup.d.ts +1 -0
- package/dist/dendro/components/NodesGroup.d.ts.map +1 -0
- package/dist/dendro/components/types.d.ts +1 -0
- package/dist/dendro/components/types.d.ts.map +1 -0
- package/dist/dendro/constants.d.ts +1 -0
- package/dist/dendro/constants.d.ts.map +1 -0
- package/dist/dendro/getHeatmapData.d.ts +1 -0
- package/dist/dendro/getHeatmapData.d.ts.map +1 -0
- package/dist/dendro/getHierarchyData.d.ts +1 -0
- package/dist/dendro/getHierarchyData.d.ts.map +1 -0
- package/dist/dendro/index.d.ts +1 -0
- package/dist/dendro/index.d.ts.map +1 -0
- package/dist/discrete/ChartRenderer.d.ts +1 -0
- package/dist/discrete/ChartRenderer.d.ts.map +1 -0
- package/dist/discrete/DiscreteSettingsImpl.d.ts +1 -0
- package/dist/discrete/DiscreteSettingsImpl.d.ts.map +1 -0
- package/dist/discrete/components/Chart.d.ts +1 -0
- package/dist/discrete/components/Chart.d.ts.map +1 -0
- package/dist/discrete/components/ChartsGroup.d.ts +1 -0
- package/dist/discrete/components/ChartsGroup.d.ts.map +1 -0
- package/dist/discrete/components/Grid.d.ts +1 -0
- package/dist/discrete/components/Grid.d.ts.map +1 -0
- package/dist/discrete/components/NumberAxis.d.ts +1 -0
- package/dist/discrete/components/NumberAxis.d.ts.map +1 -0
- package/dist/discrete/components/layers/BarElement.d.ts +1 -0
- package/dist/discrete/components/layers/BarElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/BinnedDotsElement.d.ts +1 -0
- package/dist/discrete/components/layers/BinnedDotsElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/BoxElement.d.ts +1 -0
- package/dist/discrete/components/layers/BoxElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/DotsGroupElement.d.ts +1 -0
- package/dist/discrete/components/layers/DotsGroupElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/ErrorBarElement.d.ts +1 -0
- package/dist/discrete/components/layers/ErrorBarElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/LineElement.d.ts +1 -0
- package/dist/discrete/components/layers/LineElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/LogoElement.d.ts +1 -0
- package/dist/discrete/components/layers/LogoElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/PairedPointsElement.d.ts +1 -0
- package/dist/discrete/components/layers/PairedPointsElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/SinaElement.d.ts +1 -0
- package/dist/discrete/components/layers/SinaElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/StackedAreaElement.d.ts +1 -0
- package/dist/discrete/components/layers/StackedAreaElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/StackedBarElement.d.ts +1 -0
- package/dist/discrete/components/layers/StackedBarElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/StatsPValue.d.ts +1 -0
- package/dist/discrete/components/layers/StatsPValue.d.ts.map +1 -0
- package/dist/discrete/components/layers/ViolinElement.d.ts +1 -0
- package/dist/discrete/components/layers/ViolinElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/seqAlphabet.d.ts +1 -0
- package/dist/discrete/components/layers/seqAlphabet.d.ts.map +1 -0
- package/dist/discrete/components/types.d.ts +1 -0
- package/dist/discrete/components/types.d.ts.map +1 -0
- package/dist/discrete/constants.d.ts +1 -0
- package/dist/discrete/constants.d.ts.map +1 -0
- package/dist/discrete/index.d.ts +1 -0
- package/dist/discrete/index.d.ts.map +1 -0
- package/dist/discrete/index.js +129 -123
- package/dist/discrete/index.js.map +1 -1
- package/dist/discrete/layers/bar.d.ts +1 -0
- package/dist/discrete/layers/bar.d.ts.map +1 -0
- package/dist/discrete/layers/binnedDots.d.ts +1 -0
- package/dist/discrete/layers/binnedDots.d.ts.map +1 -0
- package/dist/discrete/layers/boxes.d.ts +1 -0
- package/dist/discrete/layers/boxes.d.ts.map +1 -0
- package/dist/discrete/layers/dots.d.ts +1 -0
- package/dist/discrete/layers/dots.d.ts.map +1 -0
- package/dist/discrete/layers/errorbars.d.ts +1 -0
- package/dist/discrete/layers/errorbars.d.ts.map +1 -0
- package/dist/discrete/layers/index.d.ts +1 -0
- package/dist/discrete/layers/index.d.ts.map +1 -0
- package/dist/discrete/layers/lines.d.ts +1 -0
- package/dist/discrete/layers/lines.d.ts.map +1 -0
- package/dist/discrete/layers/logo.d.ts +1 -0
- package/dist/discrete/layers/logo.d.ts.map +1 -0
- package/dist/discrete/layers/pairedPoints.d.ts +1 -0
- package/dist/discrete/layers/pairedPoints.d.ts.map +1 -0
- package/dist/discrete/layers/sina.d.ts +1 -0
- package/dist/discrete/layers/sina.d.ts.map +1 -0
- package/dist/discrete/layers/stackedArea.d.ts +1 -0
- package/dist/discrete/layers/stackedArea.d.ts.map +1 -0
- package/dist/discrete/layers/stackedBar.d.ts +1 -0
- package/dist/discrete/layers/stackedBar.d.ts.map +1 -0
- package/dist/discrete/layers/stats/MannWhitneyU.d.ts +1 -0
- package/dist/discrete/layers/stats/MannWhitneyU.d.ts.map +1 -0
- package/dist/discrete/layers/stats/index.d.ts +1 -0
- package/dist/discrete/layers/stats/index.d.ts.map +1 -0
- package/dist/discrete/layers/stats/pValueCalculation.d.ts +1 -0
- package/dist/discrete/layers/stats/pValueCalculation.d.ts.map +1 -0
- package/dist/discrete/layers/stats/pValueCorrection.d.ts +1 -0
- package/dist/discrete/layers/stats/pValueCorrection.d.ts.map +1 -0
- package/dist/discrete/layers/types.d.ts +1 -0
- package/dist/discrete/layers/types.d.ts.map +1 -0
- package/dist/discrete/layers/violins.d.ts +1 -0
- package/dist/discrete/layers/violins.d.ts.map +1 -0
- package/dist/discrete/utils/getChartStatsPadding.d.ts +1 -0
- package/dist/discrete/utils/getChartStatsPadding.d.ts.map +1 -0
- package/dist/discrete/utils/getFacetLabels.d.ts +1 -0
- package/dist/discrete/utils/getFacetLabels.d.ts.map +1 -0
- package/dist/discrete/utils/getFacetStringKey.d.ts +1 -0
- package/dist/discrete/utils/getFacetStringKey.d.ts.map +1 -0
- package/dist/discrete/utils/getOutliersBounds.d.ts +1 -0
- package/dist/discrete/utils/getOutliersBounds.d.ts.map +1 -0
- package/dist/discrete/utils/index.d.ts +1 -0
- package/dist/discrete/utils/index.d.ts.map +1 -0
- package/dist/discrete/utils/statsPValue.d.ts +1 -0
- package/dist/discrete/utils/statsPValue.d.ts.map +1 -0
- package/dist/heatmap/ChartRenderer.d.ts +1 -0
- package/dist/heatmap/ChartRenderer.d.ts.map +1 -0
- package/dist/heatmap/HeatmapSettingsImpl.d.ts +1 -0
- package/dist/heatmap/HeatmapSettingsImpl.d.ts.map +1 -0
- package/dist/heatmap/components/Annotations/Annotation.d.ts +1 -0
- package/dist/heatmap/components/Annotations/Annotation.d.ts.map +1 -0
- package/dist/heatmap/components/Annotations/AnnotationCellsCanvas.d.ts +1 -0
- package/dist/heatmap/components/Annotations/AnnotationCellsCanvas.d.ts.map +1 -0
- package/dist/heatmap/components/Annotations/AnnotationCellsSvg.d.ts +1 -0
- package/dist/heatmap/components/Annotations/AnnotationCellsSvg.d.ts.map +1 -0
- package/dist/heatmap/components/Annotations/index.d.ts +1 -0
- package/dist/heatmap/components/Annotations/index.d.ts.map +1 -0
- package/dist/heatmap/components/CanvasCells.d.ts +1 -0
- package/dist/heatmap/components/CanvasCells.d.ts.map +1 -0
- package/dist/heatmap/components/Captions/AxisCaptions.d.ts +1 -0
- package/dist/heatmap/components/Captions/AxisCaptions.d.ts.map +1 -0
- package/dist/heatmap/components/Captions/GroupCaptions.d.ts +1 -0
- package/dist/heatmap/components/Captions/GroupCaptions.d.ts.map +1 -0
- package/dist/heatmap/components/Captions/index.d.ts +1 -0
- package/dist/heatmap/components/Captions/index.d.ts.map +1 -0
- package/dist/heatmap/components/Chart.d.ts +1 -0
- package/dist/heatmap/components/Chart.d.ts.map +1 -0
- package/dist/heatmap/components/ChartsGroup.d.ts +1 -0
- package/dist/heatmap/components/ChartsGroup.d.ts.map +1 -0
- package/dist/heatmap/components/Dendrograms.d.ts +1 -0
- package/dist/heatmap/components/Dendrograms.d.ts.map +1 -0
- package/dist/heatmap/components/Frames.d.ts +1 -0
- package/dist/heatmap/components/Frames.d.ts.map +1 -0
- package/dist/heatmap/components/SvgCells.d.ts +1 -0
- package/dist/heatmap/components/SvgCells.d.ts.map +1 -0
- package/dist/heatmap/components/tooltipUtils.d.ts +1 -0
- package/dist/heatmap/components/tooltipUtils.d.ts.map +1 -0
- package/dist/heatmap/components/types.d.ts +1 -0
- package/dist/heatmap/components/types.d.ts.map +1 -0
- package/dist/heatmap/constants.d.ts +1 -0
- package/dist/heatmap/constants.d.ts.map +1 -0
- package/dist/heatmap/fillCellsData.d.ts +1 -0
- package/dist/heatmap/fillCellsData.d.ts.map +1 -0
- package/dist/heatmap/fillCellsData.js +106 -106
- package/dist/heatmap/fillCellsData.js.map +1 -1
- package/dist/heatmap/getCells.d.ts +1 -0
- package/dist/heatmap/getCells.d.ts.map +1 -0
- package/dist/heatmap/getClusters.d.ts +1 -0
- package/dist/heatmap/getClusters.d.ts.map +1 -0
- package/dist/heatmap/getDendrograms.d.ts +1 -0
- package/dist/heatmap/getDendrograms.d.ts.map +1 -0
- package/dist/heatmap/index.d.ts +1 -0
- package/dist/heatmap/index.d.ts.map +1 -0
- package/dist/heatmap/utils/calculateAnnotationTitleSizes.d.ts +1 -0
- package/dist/heatmap/utils/calculateAnnotationTitleSizes.d.ts.map +1 -0
- package/dist/heatmap/utils/calculateCaptionTails.d.ts +1 -0
- package/dist/heatmap/utils/calculateCaptionTails.d.ts.map +1 -0
- package/dist/heatmap/utils/calculateChartSideElementSizes.d.ts +1 -0
- package/dist/heatmap/utils/calculateChartSideElementSizes.d.ts.map +1 -0
- package/dist/heatmap/utils/calculateSideElementsBBoxes.d.ts +1 -0
- package/dist/heatmap/utils/calculateSideElementsBBoxes.d.ts.map +1 -0
- package/dist/heatmap/utils/createColorScales.d.ts +1 -0
- package/dist/heatmap/utils/createColorScales.d.ts.map +1 -0
- package/dist/heatmap/utils/index.d.ts +1 -0
- package/dist/heatmap/utils/index.d.ts.map +1 -0
- package/dist/histogram/ChartRenderer.d.ts +1 -0
- package/dist/histogram/ChartRenderer.d.ts.map +1 -0
- package/dist/histogram/HistogramSettingsImpl.d.ts +1 -0
- package/dist/histogram/HistogramSettingsImpl.d.ts.map +1 -0
- package/dist/histogram/components/Chart.d.ts +1 -0
- package/dist/histogram/components/Chart.d.ts.map +1 -0
- package/dist/histogram/components/Chart.js +53 -53
- package/dist/histogram/components/Chart.js.map +1 -1
- package/dist/histogram/components/ChartsGroup.d.ts +1 -0
- package/dist/histogram/components/ChartsGroup.d.ts.map +1 -0
- package/dist/histogram/components/types.d.ts +1 -0
- package/dist/histogram/components/types.d.ts.map +1 -0
- package/dist/histogram/constants.d.ts +1 -0
- package/dist/histogram/constants.d.ts.map +1 -0
- package/dist/histogram/getHistogramData.d.ts +1 -0
- package/dist/histogram/getHistogramData.d.ts.map +1 -0
- package/dist/histogram/getHistogramData.js +46 -46
- package/dist/histogram/getHistogramData.js.map +1 -1
- package/dist/histogram/index.d.ts +1 -0
- package/dist/histogram/index.d.ts.map +1 -0
- package/dist/histogram/index.js +61 -61
- package/dist/histogram/index.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/scatterplot/ChartRenderer.d.ts +1 -0
- package/dist/scatterplot/ChartRenderer.d.ts.map +1 -0
- package/dist/scatterplot/ScatterplotSettingsImpl.d.ts +1 -0
- package/dist/scatterplot/ScatterplotSettingsImpl.d.ts.map +1 -0
- package/dist/scatterplot/components/Chart.d.ts +1 -0
- package/dist/scatterplot/components/Chart.d.ts.map +1 -0
- package/dist/scatterplot/components/ChartAxis.d.ts +1 -0
- package/dist/scatterplot/components/ChartAxis.d.ts.map +1 -0
- package/dist/scatterplot/components/ChartAxisTitles.d.ts +1 -0
- package/dist/scatterplot/components/ChartAxisTitles.d.ts.map +1 -0
- package/dist/scatterplot/components/ChartFacetTitle.d.ts +1 -0
- package/dist/scatterplot/components/ChartFacetTitle.d.ts.map +1 -0
- package/dist/scatterplot/components/ChartLayersData.d.ts +1 -0
- package/dist/scatterplot/components/ChartLayersData.d.ts.map +1 -0
- package/dist/scatterplot/components/ChartTooltip.d.ts +1 -0
- package/dist/scatterplot/components/ChartTooltip.d.ts.map +1 -0
- package/dist/scatterplot/components/ChartTrendsData.d.ts +1 -0
- package/dist/scatterplot/components/ChartTrendsData.d.ts.map +1 -0
- package/dist/scatterplot/components/ChartsGroup.d.ts +1 -0
- package/dist/scatterplot/components/ChartsGroup.d.ts.map +1 -0
- package/dist/scatterplot/components/Grid.d.ts +1 -0
- package/dist/scatterplot/components/Grid.d.ts.map +1 -0
- package/dist/scatterplot/components/types.d.ts +1 -0
- package/dist/scatterplot/components/types.d.ts.map +1 -0
- package/dist/scatterplot/constants.d.ts +1 -0
- package/dist/scatterplot/constants.d.ts.map +1 -0
- package/dist/scatterplot/dots.d.ts +1 -0
- package/dist/scatterplot/dots.d.ts.map +1 -0
- package/dist/scatterplot/getLayersData.d.ts +1 -0
- package/dist/scatterplot/getLayersData.d.ts.map +1 -0
- package/dist/scatterplot/index.d.ts +1 -0
- package/dist/scatterplot/index.d.ts.map +1 -0
- package/dist/scatterplot/index.js +74 -71
- package/dist/scatterplot/index.js.map +1 -1
- package/dist/scatterplot/linearRegression.d.ts +1 -0
- package/dist/scatterplot/linearRegression.d.ts.map +1 -0
- package/dist/scatterplot/utils/createAesGetter.d.ts +1 -0
- package/dist/scatterplot/utils/createAesGetter.d.ts.map +1 -0
- package/dist/scatterplot/utils/createLegendInfo.d.ts +1 -0
- package/dist/scatterplot/utils/createLegendInfo.d.ts.map +1 -0
- package/dist/scatterplot/utils/createLegendInfo.js +41 -41
- package/dist/scatterplot/utils/createLegendInfo.js.map +1 -1
- package/dist/scatterplot/utils/formatColumnValue.d.ts +1 -0
- package/dist/scatterplot/utils/formatColumnValue.d.ts.map +1 -0
- package/dist/scatterplot/utils/formatColumnValue.js +7 -6
- package/dist/scatterplot/utils/formatColumnValue.js.map +1 -1
- package/dist/scatterplot/utils/getTicksAndFormat.d.ts +1 -0
- package/dist/scatterplot/utils/getTicksAndFormat.d.ts.map +1 -0
- package/dist/scatterplot/utils/getVisibleLabels.d.ts +1 -0
- package/dist/scatterplot/utils/getVisibleLabels.d.ts.map +1 -0
- package/dist/scatterplot/utils/isNumericScale.d.ts +1 -0
- package/dist/scatterplot/utils/isNumericScale.d.ts.map +1 -0
- package/dist/scatterplot/utils/sortDotsByGrouping.d.ts +1 -0
- package/dist/scatterplot/utils/sortDotsByGrouping.d.ts.map +1 -0
- package/dist/scatterplot-umap/ChartRenderer.d.ts +1 -0
- package/dist/scatterplot-umap/ChartRenderer.d.ts.map +1 -0
- package/dist/scatterplot-umap/SettingsImpl.d.ts +1 -0
- package/dist/scatterplot-umap/SettingsImpl.d.ts.map +1 -0
- package/dist/scatterplot-umap/colors.d.ts +1 -0
- package/dist/scatterplot-umap/colors.d.ts.map +1 -0
- package/dist/scatterplot-umap/components/Lasso.d.ts +1 -0
- package/dist/scatterplot-umap/components/Lasso.d.ts.map +1 -0
- package/dist/scatterplot-umap/components/LowerSVG.d.ts +1 -0
- package/dist/scatterplot-umap/components/LowerSVG.d.ts.map +1 -0
- package/dist/scatterplot-umap/components/LowerSVG.js.map +1 -1
- package/dist/scatterplot-umap/components/SVGLayer.d.ts +1 -0
- package/dist/scatterplot-umap/components/SVGLayer.d.ts.map +1 -0
- package/dist/scatterplot-umap/components/UpperSVG.d.ts +1 -0
- package/dist/scatterplot-umap/components/UpperSVG.d.ts.map +1 -0
- package/dist/scatterplot-umap/constants.d.ts +1 -0
- package/dist/scatterplot-umap/constants.d.ts.map +1 -0
- package/dist/scatterplot-umap/index.d.ts +1 -0
- package/dist/scatterplot-umap/index.d.ts.map +1 -0
- package/dist/scatterplot-umap/index.js +77 -74
- package/dist/scatterplot-umap/index.js.map +1 -1
- package/dist/scatterplot-umap/types.d.ts +1 -0
- package/dist/scatterplot-umap/types.d.ts.map +1 -0
- package/dist/types/bubble.d.ts +43 -0
- package/dist/types/bubble.d.ts.map +1 -0
- package/dist/types/common.d.ts +39 -0
- package/dist/types/common.d.ts.map +1 -0
- package/dist/types/common.js +31 -30
- package/dist/types/common.js.map +1 -1
- package/dist/types/dendro.d.ts +104 -0
- package/dist/types/dendro.d.ts.map +1 -0
- package/dist/types/discrete.d.ts +168 -0
- package/dist/types/discrete.d.ts.map +1 -0
- package/dist/types/heatmap.d.ts +160 -0
- package/dist/types/heatmap.d.ts.map +1 -0
- package/dist/types/histogram.d.ts +23 -0
- package/dist/types/histogram.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/scatterplot-umap.d.ts +141 -0
- package/dist/types/scatterplot-umap.d.ts.map +1 -0
- package/dist/types/scatterplot.d.ts +183 -0
- package/dist/types/scatterplot.d.ts.map +1 -0
- package/dist/utils/TextMeasurer/TextMeasurer.d.ts +1 -0
- package/dist/utils/TextMeasurer/TextMeasurer.d.ts.map +1 -0
- package/dist/utils/WorkerFactory.d.ts +1 -0
- package/dist/utils/WorkerFactory.d.ts.map +1 -0
- package/dist/utils/arrangeLegendParts.d.ts +1 -0
- package/dist/utils/arrangeLegendParts.d.ts.map +1 -0
- package/dist/utils/arraysAreDifferent.d.ts +1 -0
- package/dist/utils/arraysAreDifferent.d.ts.map +1 -0
- package/dist/utils/createMultilineDiscreteLabels.d.ts +1 -0
- package/dist/utils/createMultilineDiscreteLabels.d.ts.map +1 -0
- package/dist/utils/getChartEdgeSides.d.ts +1 -0
- package/dist/utils/getChartEdgeSides.d.ts.map +1 -0
- package/dist/utils/getContinuousColorScale.d.ts +1 -0
- package/dist/utils/getContinuousColorScale.d.ts.map +1 -0
- package/dist/utils/getContinuousLegendTicks.d.ts +1 -0
- package/dist/utils/getContinuousLegendTicks.d.ts.map +1 -0
- package/dist/utils/getFacetOrGroupKey.d.ts +1 -0
- package/dist/utils/getFacetOrGroupKey.d.ts.map +1 -0
- package/dist/utils/getFacetRowsColumns.d.ts +1 -0
- package/dist/utils/getFacetRowsColumns.d.ts.map +1 -0
- package/dist/utils/getKeysCombination.d.ts +1 -0
- package/dist/utils/getKeysCombination.d.ts.map +1 -0
- package/dist/utils/getLegendWidth.d.ts +1 -0
- package/dist/utils/getLegendWidth.d.ts.map +1 -0
- package/dist/utils/getLineShape.d.ts +1 -0
- package/dist/utils/getLineShape.d.ts.map +1 -0
- package/dist/utils/getPointShape.d.ts +1 -0
- package/dist/utils/getPointShape.d.ts.map +1 -0
- package/dist/utils/getSizeLegendItem.d.ts +1 -0
- package/dist/utils/getSizeLegendItem.d.ts.map +1 -0
- package/dist/utils/hooks/useFunction.d.ts +1 -0
- package/dist/utils/hooks/useFunction.d.ts.map +1 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/measureMultilineDiscreteLabels.d.ts +1 -0
- package/dist/utils/measureMultilineDiscreteLabels.d.ts.map +1 -0
- package/dist/utils/numberFormat.d.ts +1 -0
- package/dist/utils/numberFormat.d.ts.map +1 -0
- package/dist/utils/splitTextByWidth.d.ts +1 -0
- package/dist/utils/splitTextByWidth.d.ts.map +1 -0
- package/package.json +5 -5
package/dist/types/bubble.d.ts
CHANGED
|
@@ -60,18 +60,21 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
60
60
|
format: z.ZodOptional<z.ZodString>;
|
|
61
61
|
label: z.ZodOptional<z.ZodString>;
|
|
62
62
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
63
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
63
64
|
}, "strip", z.ZodTypeAny, {
|
|
64
65
|
type: "column";
|
|
65
66
|
value: string;
|
|
66
67
|
format?: string | undefined;
|
|
67
68
|
label?: string | undefined;
|
|
68
69
|
valueLabels?: string | undefined;
|
|
70
|
+
nullValueLabel?: string | undefined;
|
|
69
71
|
}, {
|
|
70
72
|
type: "column";
|
|
71
73
|
value: string;
|
|
72
74
|
format?: string | undefined;
|
|
73
75
|
label?: string | undefined;
|
|
74
76
|
valueLabels?: string | undefined;
|
|
77
|
+
nullValueLabel?: string | undefined;
|
|
75
78
|
}>;
|
|
76
79
|
valueColor: z.ZodObject<{
|
|
77
80
|
type: z.ZodLiteral<"column">;
|
|
@@ -79,18 +82,21 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
79
82
|
format: z.ZodOptional<z.ZodString>;
|
|
80
83
|
label: z.ZodOptional<z.ZodString>;
|
|
81
84
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
85
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
82
86
|
}, "strip", z.ZodTypeAny, {
|
|
83
87
|
type: "column";
|
|
84
88
|
value: string;
|
|
85
89
|
format?: string | undefined;
|
|
86
90
|
label?: string | undefined;
|
|
87
91
|
valueLabels?: string | undefined;
|
|
92
|
+
nullValueLabel?: string | undefined;
|
|
88
93
|
}, {
|
|
89
94
|
type: "column";
|
|
90
95
|
value: string;
|
|
91
96
|
format?: string | undefined;
|
|
92
97
|
label?: string | undefined;
|
|
93
98
|
valueLabels?: string | undefined;
|
|
99
|
+
nullValueLabel?: string | undefined;
|
|
94
100
|
}>;
|
|
95
101
|
xColumn: z.ZodObject<{
|
|
96
102
|
type: z.ZodLiteral<"column">;
|
|
@@ -98,18 +104,21 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
98
104
|
format: z.ZodOptional<z.ZodString>;
|
|
99
105
|
label: z.ZodOptional<z.ZodString>;
|
|
100
106
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
107
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
101
108
|
}, "strip", z.ZodTypeAny, {
|
|
102
109
|
type: "column";
|
|
103
110
|
value: string;
|
|
104
111
|
format?: string | undefined;
|
|
105
112
|
label?: string | undefined;
|
|
106
113
|
valueLabels?: string | undefined;
|
|
114
|
+
nullValueLabel?: string | undefined;
|
|
107
115
|
}, {
|
|
108
116
|
type: "column";
|
|
109
117
|
value: string;
|
|
110
118
|
format?: string | undefined;
|
|
111
119
|
label?: string | undefined;
|
|
112
120
|
valueLabels?: string | undefined;
|
|
121
|
+
nullValueLabel?: string | undefined;
|
|
113
122
|
}>;
|
|
114
123
|
yColumn: z.ZodObject<{
|
|
115
124
|
type: z.ZodLiteral<"column">;
|
|
@@ -117,18 +126,21 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
117
126
|
format: z.ZodOptional<z.ZodString>;
|
|
118
127
|
label: z.ZodOptional<z.ZodString>;
|
|
119
128
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
129
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
120
130
|
}, "strip", z.ZodTypeAny, {
|
|
121
131
|
type: "column";
|
|
122
132
|
value: string;
|
|
123
133
|
format?: string | undefined;
|
|
124
134
|
label?: string | undefined;
|
|
125
135
|
valueLabels?: string | undefined;
|
|
136
|
+
nullValueLabel?: string | undefined;
|
|
126
137
|
}, {
|
|
127
138
|
type: "column";
|
|
128
139
|
value: string;
|
|
129
140
|
format?: string | undefined;
|
|
130
141
|
label?: string | undefined;
|
|
131
142
|
valueLabels?: string | undefined;
|
|
143
|
+
nullValueLabel?: string | undefined;
|
|
132
144
|
}>;
|
|
133
145
|
xGroupBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
134
146
|
type: z.ZodLiteral<"column">;
|
|
@@ -136,18 +148,21 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
136
148
|
format: z.ZodOptional<z.ZodString>;
|
|
137
149
|
label: z.ZodOptional<z.ZodString>;
|
|
138
150
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
151
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
139
152
|
}, "strip", z.ZodTypeAny, {
|
|
140
153
|
type: "column";
|
|
141
154
|
value: string;
|
|
142
155
|
format?: string | undefined;
|
|
143
156
|
label?: string | undefined;
|
|
144
157
|
valueLabels?: string | undefined;
|
|
158
|
+
nullValueLabel?: string | undefined;
|
|
145
159
|
}, {
|
|
146
160
|
type: "column";
|
|
147
161
|
value: string;
|
|
148
162
|
format?: string | undefined;
|
|
149
163
|
label?: string | undefined;
|
|
150
164
|
valueLabels?: string | undefined;
|
|
165
|
+
nullValueLabel?: string | undefined;
|
|
151
166
|
}>, "many">>;
|
|
152
167
|
yGroupBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
153
168
|
type: z.ZodLiteral<"column">;
|
|
@@ -155,18 +170,21 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
155
170
|
format: z.ZodOptional<z.ZodString>;
|
|
156
171
|
label: z.ZodOptional<z.ZodString>;
|
|
157
172
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
173
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
158
174
|
}, "strip", z.ZodTypeAny, {
|
|
159
175
|
type: "column";
|
|
160
176
|
value: string;
|
|
161
177
|
format?: string | undefined;
|
|
162
178
|
label?: string | undefined;
|
|
163
179
|
valueLabels?: string | undefined;
|
|
180
|
+
nullValueLabel?: string | undefined;
|
|
164
181
|
}, {
|
|
165
182
|
type: "column";
|
|
166
183
|
value: string;
|
|
167
184
|
format?: string | undefined;
|
|
168
185
|
label?: string | undefined;
|
|
169
186
|
valueLabels?: string | undefined;
|
|
187
|
+
nullValueLabel?: string | undefined;
|
|
170
188
|
}>, "many">>;
|
|
171
189
|
keysOrder: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>;
|
|
172
190
|
normalization: z.ZodOptional<z.ZodObject<{
|
|
@@ -254,18 +272,21 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
254
272
|
format: z.ZodOptional<z.ZodString>;
|
|
255
273
|
label: z.ZodOptional<z.ZodString>;
|
|
256
274
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
275
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
257
276
|
}, "strip", z.ZodTypeAny, {
|
|
258
277
|
type: "column";
|
|
259
278
|
value: string;
|
|
260
279
|
format?: string | undefined;
|
|
261
280
|
label?: string | undefined;
|
|
262
281
|
valueLabels?: string | undefined;
|
|
282
|
+
nullValueLabel?: string | undefined;
|
|
263
283
|
}, {
|
|
264
284
|
type: "column";
|
|
265
285
|
value: string;
|
|
266
286
|
format?: string | undefined;
|
|
267
287
|
label?: string | undefined;
|
|
268
288
|
valueLabels?: string | undefined;
|
|
289
|
+
nullValueLabel?: string | undefined;
|
|
269
290
|
}>, "many">>;
|
|
270
291
|
aes: z.ZodOptional<z.ZodObject<{
|
|
271
292
|
colorsList: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -294,18 +315,21 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
294
315
|
format: z.ZodOptional<z.ZodString>;
|
|
295
316
|
label: z.ZodOptional<z.ZodString>;
|
|
296
317
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
318
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
297
319
|
}, "strip", z.ZodTypeAny, {
|
|
298
320
|
type: "column";
|
|
299
321
|
value: string;
|
|
300
322
|
format?: string | undefined;
|
|
301
323
|
label?: string | undefined;
|
|
302
324
|
valueLabels?: string | undefined;
|
|
325
|
+
nullValueLabel?: string | undefined;
|
|
303
326
|
}, {
|
|
304
327
|
type: "column";
|
|
305
328
|
value: string;
|
|
306
329
|
format?: string | undefined;
|
|
307
330
|
label?: string | undefined;
|
|
308
331
|
valueLabels?: string | undefined;
|
|
332
|
+
nullValueLabel?: string | undefined;
|
|
309
333
|
}>, "many">>;
|
|
310
334
|
}, "strip", z.ZodTypeAny, {
|
|
311
335
|
show?: boolean | undefined;
|
|
@@ -315,6 +339,7 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
315
339
|
format?: string | undefined;
|
|
316
340
|
label?: string | undefined;
|
|
317
341
|
valueLabels?: string | undefined;
|
|
342
|
+
nullValueLabel?: string | undefined;
|
|
318
343
|
}[] | undefined;
|
|
319
344
|
}, {
|
|
320
345
|
show?: boolean | undefined;
|
|
@@ -324,6 +349,7 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
324
349
|
format?: string | undefined;
|
|
325
350
|
label?: string | undefined;
|
|
326
351
|
valueLabels?: string | undefined;
|
|
352
|
+
nullValueLabel?: string | undefined;
|
|
327
353
|
}[] | undefined;
|
|
328
354
|
}>>;
|
|
329
355
|
NAValueAs: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
@@ -340,6 +366,7 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
340
366
|
format?: string | undefined;
|
|
341
367
|
label?: string | undefined;
|
|
342
368
|
valueLabels?: string | undefined;
|
|
369
|
+
nullValueLabel?: string | undefined;
|
|
343
370
|
};
|
|
344
371
|
valueColor: {
|
|
345
372
|
type: "column";
|
|
@@ -347,6 +374,7 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
347
374
|
format?: string | undefined;
|
|
348
375
|
label?: string | undefined;
|
|
349
376
|
valueLabels?: string | undefined;
|
|
377
|
+
nullValueLabel?: string | undefined;
|
|
350
378
|
};
|
|
351
379
|
xColumn: {
|
|
352
380
|
type: "column";
|
|
@@ -354,6 +382,7 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
354
382
|
format?: string | undefined;
|
|
355
383
|
label?: string | undefined;
|
|
356
384
|
valueLabels?: string | undefined;
|
|
385
|
+
nullValueLabel?: string | undefined;
|
|
357
386
|
};
|
|
358
387
|
yColumn: {
|
|
359
388
|
type: "column";
|
|
@@ -361,6 +390,7 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
361
390
|
format?: string | undefined;
|
|
362
391
|
label?: string | undefined;
|
|
363
392
|
valueLabels?: string | undefined;
|
|
393
|
+
nullValueLabel?: string | undefined;
|
|
364
394
|
};
|
|
365
395
|
size?: {
|
|
366
396
|
width?: number | undefined;
|
|
@@ -386,6 +416,7 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
386
416
|
format?: string | undefined;
|
|
387
417
|
label?: string | undefined;
|
|
388
418
|
valueLabels?: string | undefined;
|
|
419
|
+
nullValueLabel?: string | undefined;
|
|
389
420
|
}[] | undefined;
|
|
390
421
|
} | undefined;
|
|
391
422
|
frame?: {
|
|
@@ -419,6 +450,7 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
419
450
|
format?: string | undefined;
|
|
420
451
|
label?: string | undefined;
|
|
421
452
|
valueLabels?: string | undefined;
|
|
453
|
+
nullValueLabel?: string | undefined;
|
|
422
454
|
}[] | undefined;
|
|
423
455
|
xGroupBy?: {
|
|
424
456
|
type: "column";
|
|
@@ -426,6 +458,7 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
426
458
|
format?: string | undefined;
|
|
427
459
|
label?: string | undefined;
|
|
428
460
|
valueLabels?: string | undefined;
|
|
461
|
+
nullValueLabel?: string | undefined;
|
|
429
462
|
}[] | undefined;
|
|
430
463
|
yGroupBy?: {
|
|
431
464
|
type: "column";
|
|
@@ -433,6 +466,7 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
433
466
|
format?: string | undefined;
|
|
434
467
|
label?: string | undefined;
|
|
435
468
|
valueLabels?: string | undefined;
|
|
469
|
+
nullValueLabel?: string | undefined;
|
|
436
470
|
}[] | undefined;
|
|
437
471
|
keysOrder?: Record<string, string[]> | undefined;
|
|
438
472
|
normalization?: {
|
|
@@ -460,6 +494,7 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
460
494
|
format?: string | undefined;
|
|
461
495
|
label?: string | undefined;
|
|
462
496
|
valueLabels?: string | undefined;
|
|
497
|
+
nullValueLabel?: string | undefined;
|
|
463
498
|
};
|
|
464
499
|
valueColor: {
|
|
465
500
|
type: "column";
|
|
@@ -467,6 +502,7 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
467
502
|
format?: string | undefined;
|
|
468
503
|
label?: string | undefined;
|
|
469
504
|
valueLabels?: string | undefined;
|
|
505
|
+
nullValueLabel?: string | undefined;
|
|
470
506
|
};
|
|
471
507
|
xColumn: {
|
|
472
508
|
type: "column";
|
|
@@ -474,6 +510,7 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
474
510
|
format?: string | undefined;
|
|
475
511
|
label?: string | undefined;
|
|
476
512
|
valueLabels?: string | undefined;
|
|
513
|
+
nullValueLabel?: string | undefined;
|
|
477
514
|
};
|
|
478
515
|
yColumn: {
|
|
479
516
|
type: "column";
|
|
@@ -481,6 +518,7 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
481
518
|
format?: string | undefined;
|
|
482
519
|
label?: string | undefined;
|
|
483
520
|
valueLabels?: string | undefined;
|
|
521
|
+
nullValueLabel?: string | undefined;
|
|
484
522
|
};
|
|
485
523
|
size?: {
|
|
486
524
|
width?: number | undefined;
|
|
@@ -506,6 +544,7 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
506
544
|
format?: string | undefined;
|
|
507
545
|
label?: string | undefined;
|
|
508
546
|
valueLabels?: string | undefined;
|
|
547
|
+
nullValueLabel?: string | undefined;
|
|
509
548
|
}[] | undefined;
|
|
510
549
|
} | undefined;
|
|
511
550
|
frame?: {
|
|
@@ -539,6 +578,7 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
539
578
|
format?: string | undefined;
|
|
540
579
|
label?: string | undefined;
|
|
541
580
|
valueLabels?: string | undefined;
|
|
581
|
+
nullValueLabel?: string | undefined;
|
|
542
582
|
}[] | undefined;
|
|
543
583
|
xGroupBy?: {
|
|
544
584
|
type: "column";
|
|
@@ -546,6 +586,7 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
546
586
|
format?: string | undefined;
|
|
547
587
|
label?: string | undefined;
|
|
548
588
|
valueLabels?: string | undefined;
|
|
589
|
+
nullValueLabel?: string | undefined;
|
|
549
590
|
}[] | undefined;
|
|
550
591
|
yGroupBy?: {
|
|
551
592
|
type: "column";
|
|
@@ -553,6 +594,7 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
553
594
|
format?: string | undefined;
|
|
554
595
|
label?: string | undefined;
|
|
555
596
|
valueLabels?: string | undefined;
|
|
597
|
+
nullValueLabel?: string | undefined;
|
|
556
598
|
}[] | undefined;
|
|
557
599
|
keysOrder?: Record<string, string[]> | undefined;
|
|
558
600
|
normalization?: {
|
|
@@ -569,3 +611,4 @@ export declare const BubblesSettingsSchema: z.ZodObject<{
|
|
|
569
611
|
NAValueAs?: number | null | undefined;
|
|
570
612
|
}>;
|
|
571
613
|
export type BubbleSettings = z.infer<typeof BubblesSettingsSchema>;
|
|
614
|
+
//# sourceMappingURL=bubble.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bubble.d.ts","sourceRoot":"","sources":["../../src/types/bubble.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAYxB,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmEhC,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
|
package/dist/types/common.d.ts
CHANGED
|
@@ -26,18 +26,21 @@ export declare const ColumnNameSchema: z.ZodObject<{
|
|
|
26
26
|
format: z.ZodOptional<z.ZodString>;
|
|
27
27
|
label: z.ZodOptional<z.ZodString>;
|
|
28
28
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
29
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
29
30
|
}, "strip", z.ZodTypeAny, {
|
|
30
31
|
type: "column";
|
|
31
32
|
value: string;
|
|
32
33
|
format?: string | undefined;
|
|
33
34
|
label?: string | undefined;
|
|
34
35
|
valueLabels?: string | undefined;
|
|
36
|
+
nullValueLabel?: string | undefined;
|
|
35
37
|
}, {
|
|
36
38
|
type: "column";
|
|
37
39
|
value: string;
|
|
38
40
|
format?: string | undefined;
|
|
39
41
|
label?: string | undefined;
|
|
40
42
|
valueLabels?: string | undefined;
|
|
43
|
+
nullValueLabel?: string | undefined;
|
|
41
44
|
}>;
|
|
42
45
|
export type ColumnName = z.infer<typeof ColumnNameSchema>;
|
|
43
46
|
export type AesItem = {
|
|
@@ -107,18 +110,21 @@ export declare function categoricalAesMappingFromValueSchema<ValueType extends z
|
|
|
107
110
|
format: z.ZodOptional<z.ZodString>;
|
|
108
111
|
label: z.ZodOptional<z.ZodString>;
|
|
109
112
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
113
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
110
114
|
}, "strip", z.ZodTypeAny, {
|
|
111
115
|
type: "column";
|
|
112
116
|
value: string;
|
|
113
117
|
format?: string | undefined;
|
|
114
118
|
label?: string | undefined;
|
|
115
119
|
valueLabels?: string | undefined;
|
|
120
|
+
nullValueLabel?: string | undefined;
|
|
116
121
|
}, {
|
|
117
122
|
type: "column";
|
|
118
123
|
value: string;
|
|
119
124
|
format?: string | undefined;
|
|
120
125
|
label?: string | undefined;
|
|
121
126
|
valueLabels?: string | undefined;
|
|
127
|
+
nullValueLabel?: string | undefined;
|
|
122
128
|
}>;
|
|
123
129
|
valuesMap: z.ZodRecord<z.ZodString, ValueType>;
|
|
124
130
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -128,6 +134,7 @@ export declare function categoricalAesMappingFromValueSchema<ValueType extends z
|
|
|
128
134
|
format?: string | undefined;
|
|
129
135
|
label?: string | undefined;
|
|
130
136
|
valueLabels?: string | undefined;
|
|
137
|
+
nullValueLabel?: string | undefined;
|
|
131
138
|
};
|
|
132
139
|
valuesMap: Record<string, ValueType["_output"]>;
|
|
133
140
|
}, {
|
|
@@ -137,6 +144,7 @@ export declare function categoricalAesMappingFromValueSchema<ValueType extends z
|
|
|
137
144
|
format?: string | undefined;
|
|
138
145
|
label?: string | undefined;
|
|
139
146
|
valueLabels?: string | undefined;
|
|
147
|
+
nullValueLabel?: string | undefined;
|
|
140
148
|
};
|
|
141
149
|
valuesMap: Record<string, ValueType["_input"]>;
|
|
142
150
|
}>;
|
|
@@ -147,18 +155,21 @@ export declare function continuousAesMappingFromValueSchema<ValueType extends z.
|
|
|
147
155
|
format: z.ZodOptional<z.ZodString>;
|
|
148
156
|
label: z.ZodOptional<z.ZodString>;
|
|
149
157
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
158
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
150
159
|
}, "strip", z.ZodTypeAny, {
|
|
151
160
|
type: "column";
|
|
152
161
|
value: string;
|
|
153
162
|
format?: string | undefined;
|
|
154
163
|
label?: string | undefined;
|
|
155
164
|
valueLabels?: string | undefined;
|
|
165
|
+
nullValueLabel?: string | undefined;
|
|
156
166
|
}, {
|
|
157
167
|
type: "column";
|
|
158
168
|
value: string;
|
|
159
169
|
format?: string | undefined;
|
|
160
170
|
label?: string | undefined;
|
|
161
171
|
valueLabels?: string | undefined;
|
|
172
|
+
nullValueLabel?: string | undefined;
|
|
162
173
|
}>;
|
|
163
174
|
domain: z.ZodArray<z.ZodNumber, "many">;
|
|
164
175
|
range: z.ZodArray<ValueType, "many">;
|
|
@@ -170,6 +181,7 @@ export declare function continuousAesMappingFromValueSchema<ValueType extends z.
|
|
|
170
181
|
format?: string | undefined;
|
|
171
182
|
label?: string | undefined;
|
|
172
183
|
valueLabels?: string | undefined;
|
|
184
|
+
nullValueLabel?: string | undefined;
|
|
173
185
|
};
|
|
174
186
|
domain: number[];
|
|
175
187
|
range: ValueType["_output"][];
|
|
@@ -181,6 +193,7 @@ export declare function continuousAesMappingFromValueSchema<ValueType extends z.
|
|
|
181
193
|
format?: string | undefined;
|
|
182
194
|
label?: string | undefined;
|
|
183
195
|
valueLabels?: string | undefined;
|
|
196
|
+
nullValueLabel?: string | undefined;
|
|
184
197
|
};
|
|
185
198
|
domain: number[];
|
|
186
199
|
range: ValueType["_input"][];
|
|
@@ -196,18 +209,21 @@ export declare const AxisSettingsDiscreteSchema: z.ZodObject<{
|
|
|
196
209
|
format: z.ZodOptional<z.ZodString>;
|
|
197
210
|
label: z.ZodOptional<z.ZodString>;
|
|
198
211
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
212
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
199
213
|
}, "strip", z.ZodTypeAny, {
|
|
200
214
|
type: "column";
|
|
201
215
|
value: string;
|
|
202
216
|
format?: string | undefined;
|
|
203
217
|
label?: string | undefined;
|
|
204
218
|
valueLabels?: string | undefined;
|
|
219
|
+
nullValueLabel?: string | undefined;
|
|
205
220
|
}, {
|
|
206
221
|
type: "column";
|
|
207
222
|
value: string;
|
|
208
223
|
format?: string | undefined;
|
|
209
224
|
label?: string | undefined;
|
|
210
225
|
valueLabels?: string | undefined;
|
|
226
|
+
nullValueLabel?: string | undefined;
|
|
211
227
|
}>]>>;
|
|
212
228
|
scale: z.ZodOptional<z.ZodLiteral<"discrete">>;
|
|
213
229
|
keys: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber]>, "many">>;
|
|
@@ -225,6 +241,7 @@ export declare const AxisSettingsDiscreteSchema: z.ZodObject<{
|
|
|
225
241
|
format?: string | undefined;
|
|
226
242
|
label?: string | undefined;
|
|
227
243
|
valueLabels?: string | undefined;
|
|
244
|
+
nullValueLabel?: string | undefined;
|
|
228
245
|
} | undefined;
|
|
229
246
|
scale?: "discrete" | undefined;
|
|
230
247
|
labels?: Record<string, string> | undefined;
|
|
@@ -241,6 +258,7 @@ export declare const AxisSettingsDiscreteSchema: z.ZodObject<{
|
|
|
241
258
|
format?: string | undefined;
|
|
242
259
|
label?: string | undefined;
|
|
243
260
|
valueLabels?: string | undefined;
|
|
261
|
+
nullValueLabel?: string | undefined;
|
|
244
262
|
} | undefined;
|
|
245
263
|
scale?: "discrete" | undefined;
|
|
246
264
|
labels?: Record<string, string> | undefined;
|
|
@@ -257,18 +275,21 @@ export declare const AxisSettingsContinuousSchema: z.ZodObject<{
|
|
|
257
275
|
format: z.ZodOptional<z.ZodString>;
|
|
258
276
|
label: z.ZodOptional<z.ZodString>;
|
|
259
277
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
278
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
260
279
|
}, "strip", z.ZodTypeAny, {
|
|
261
280
|
type: "column";
|
|
262
281
|
value: string;
|
|
263
282
|
format?: string | undefined;
|
|
264
283
|
label?: string | undefined;
|
|
265
284
|
valueLabels?: string | undefined;
|
|
285
|
+
nullValueLabel?: string | undefined;
|
|
266
286
|
}, {
|
|
267
287
|
type: "column";
|
|
268
288
|
value: string;
|
|
269
289
|
format?: string | undefined;
|
|
270
290
|
label?: string | undefined;
|
|
271
291
|
valueLabels?: string | undefined;
|
|
292
|
+
nullValueLabel?: string | undefined;
|
|
272
293
|
}>]>>;
|
|
273
294
|
scale: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"linear">, z.ZodLiteral<"log">]>>;
|
|
274
295
|
showGrid: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -286,6 +307,7 @@ export declare const AxisSettingsContinuousSchema: z.ZodObject<{
|
|
|
286
307
|
format?: string | undefined;
|
|
287
308
|
label?: string | undefined;
|
|
288
309
|
valueLabels?: string | undefined;
|
|
310
|
+
nullValueLabel?: string | undefined;
|
|
289
311
|
} | undefined;
|
|
290
312
|
scale?: "linear" | "log" | undefined;
|
|
291
313
|
showGrid?: boolean | undefined;
|
|
@@ -303,6 +325,7 @@ export declare const AxisSettingsContinuousSchema: z.ZodObject<{
|
|
|
303
325
|
format?: string | undefined;
|
|
304
326
|
label?: string | undefined;
|
|
305
327
|
valueLabels?: string | undefined;
|
|
328
|
+
nullValueLabel?: string | undefined;
|
|
306
329
|
} | undefined;
|
|
307
330
|
scale?: "linear" | "log" | undefined;
|
|
308
331
|
showGrid?: boolean | undefined;
|
|
@@ -321,18 +344,21 @@ export declare const AxisSettingsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
321
344
|
format: z.ZodOptional<z.ZodString>;
|
|
322
345
|
label: z.ZodOptional<z.ZodString>;
|
|
323
346
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
347
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
324
348
|
}, "strip", z.ZodTypeAny, {
|
|
325
349
|
type: "column";
|
|
326
350
|
value: string;
|
|
327
351
|
format?: string | undefined;
|
|
328
352
|
label?: string | undefined;
|
|
329
353
|
valueLabels?: string | undefined;
|
|
354
|
+
nullValueLabel?: string | undefined;
|
|
330
355
|
}, {
|
|
331
356
|
type: "column";
|
|
332
357
|
value: string;
|
|
333
358
|
format?: string | undefined;
|
|
334
359
|
label?: string | undefined;
|
|
335
360
|
valueLabels?: string | undefined;
|
|
361
|
+
nullValueLabel?: string | undefined;
|
|
336
362
|
}>]>>;
|
|
337
363
|
scale: z.ZodOptional<z.ZodLiteral<"discrete">>;
|
|
338
364
|
keys: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber]>, "many">>;
|
|
@@ -350,6 +376,7 @@ export declare const AxisSettingsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
350
376
|
format?: string | undefined;
|
|
351
377
|
label?: string | undefined;
|
|
352
378
|
valueLabels?: string | undefined;
|
|
379
|
+
nullValueLabel?: string | undefined;
|
|
353
380
|
} | undefined;
|
|
354
381
|
scale?: "discrete" | undefined;
|
|
355
382
|
labels?: Record<string, string> | undefined;
|
|
@@ -366,6 +393,7 @@ export declare const AxisSettingsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
366
393
|
format?: string | undefined;
|
|
367
394
|
label?: string | undefined;
|
|
368
395
|
valueLabels?: string | undefined;
|
|
396
|
+
nullValueLabel?: string | undefined;
|
|
369
397
|
} | undefined;
|
|
370
398
|
scale?: "discrete" | undefined;
|
|
371
399
|
labels?: Record<string, string> | undefined;
|
|
@@ -381,18 +409,21 @@ export declare const AxisSettingsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
381
409
|
format: z.ZodOptional<z.ZodString>;
|
|
382
410
|
label: z.ZodOptional<z.ZodString>;
|
|
383
411
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
412
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
384
413
|
}, "strip", z.ZodTypeAny, {
|
|
385
414
|
type: "column";
|
|
386
415
|
value: string;
|
|
387
416
|
format?: string | undefined;
|
|
388
417
|
label?: string | undefined;
|
|
389
418
|
valueLabels?: string | undefined;
|
|
419
|
+
nullValueLabel?: string | undefined;
|
|
390
420
|
}, {
|
|
391
421
|
type: "column";
|
|
392
422
|
value: string;
|
|
393
423
|
format?: string | undefined;
|
|
394
424
|
label?: string | undefined;
|
|
395
425
|
valueLabels?: string | undefined;
|
|
426
|
+
nullValueLabel?: string | undefined;
|
|
396
427
|
}>]>>;
|
|
397
428
|
scale: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"linear">, z.ZodLiteral<"log">]>>;
|
|
398
429
|
showGrid: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -410,6 +441,7 @@ export declare const AxisSettingsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
410
441
|
format?: string | undefined;
|
|
411
442
|
label?: string | undefined;
|
|
412
443
|
valueLabels?: string | undefined;
|
|
444
|
+
nullValueLabel?: string | undefined;
|
|
413
445
|
} | undefined;
|
|
414
446
|
scale?: "linear" | "log" | undefined;
|
|
415
447
|
showGrid?: boolean | undefined;
|
|
@@ -427,6 +459,7 @@ export declare const AxisSettingsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
427
459
|
format?: string | undefined;
|
|
428
460
|
label?: string | undefined;
|
|
429
461
|
valueLabels?: string | undefined;
|
|
462
|
+
nullValueLabel?: string | undefined;
|
|
430
463
|
} | undefined;
|
|
431
464
|
scale?: "linear" | "log" | undefined;
|
|
432
465
|
showGrid?: boolean | undefined;
|
|
@@ -450,18 +483,21 @@ export declare const TooltipSettingsSchema: z.ZodObject<{
|
|
|
450
483
|
format: z.ZodOptional<z.ZodString>;
|
|
451
484
|
label: z.ZodOptional<z.ZodString>;
|
|
452
485
|
valueLabels: z.ZodOptional<z.ZodString>;
|
|
486
|
+
nullValueLabel: z.ZodOptional<z.ZodString>;
|
|
453
487
|
}, "strip", z.ZodTypeAny, {
|
|
454
488
|
type: "column";
|
|
455
489
|
value: string;
|
|
456
490
|
format?: string | undefined;
|
|
457
491
|
label?: string | undefined;
|
|
458
492
|
valueLabels?: string | undefined;
|
|
493
|
+
nullValueLabel?: string | undefined;
|
|
459
494
|
}, {
|
|
460
495
|
type: "column";
|
|
461
496
|
value: string;
|
|
462
497
|
format?: string | undefined;
|
|
463
498
|
label?: string | undefined;
|
|
464
499
|
valueLabels?: string | undefined;
|
|
500
|
+
nullValueLabel?: string | undefined;
|
|
465
501
|
}>, "many">>;
|
|
466
502
|
}, "strip", z.ZodTypeAny, {
|
|
467
503
|
show?: boolean | undefined;
|
|
@@ -471,6 +507,7 @@ export declare const TooltipSettingsSchema: z.ZodObject<{
|
|
|
471
507
|
format?: string | undefined;
|
|
472
508
|
label?: string | undefined;
|
|
473
509
|
valueLabels?: string | undefined;
|
|
510
|
+
nullValueLabel?: string | undefined;
|
|
474
511
|
}[] | undefined;
|
|
475
512
|
}, {
|
|
476
513
|
show?: boolean | undefined;
|
|
@@ -480,6 +517,7 @@ export declare const TooltipSettingsSchema: z.ZodObject<{
|
|
|
480
517
|
format?: string | undefined;
|
|
481
518
|
label?: string | undefined;
|
|
482
519
|
valueLabels?: string | undefined;
|
|
520
|
+
nullValueLabel?: string | undefined;
|
|
483
521
|
}[] | undefined;
|
|
484
522
|
}>;
|
|
485
523
|
export type TooltipSettings = z.infer<typeof TooltipSettingsSchema>;
|
|
@@ -566,3 +604,4 @@ export type ErrorInfo = ErrorInfoFacets | ErrorInfoPrimaryGroups | ErrorInfoSeco
|
|
|
566
604
|
export declare function isErrorInfo(value: unknown): value is ErrorInfo;
|
|
567
605
|
export declare function getUnknownErrorInfo(error: Error): ErrorInfoUnknown;
|
|
568
606
|
export {};
|
|
607
|
+
//# sourceMappingURL=common.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../src/types/common.ts"],"names":[],"mappings":"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"}
|