@milaboratories/miplots4 1.0.123 → 1.0.125
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 +22 -0
- package/dist/AbstractChart.d.ts.map +1 -0
- package/dist/AbstractChart.js +13 -0
- package/dist/AbstractChart.js.map +1 -0
- package/dist/DataFrame.d.ts +31 -0
- package/dist/DataFrame.d.ts.map +1 -0
- package/dist/DataFrame.js +97 -0
- package/dist/DataFrame.js.map +1 -0
- package/dist/MiPlots.d.ts +17 -0
- package/dist/MiPlots.d.ts.map +1 -0
- package/dist/MiPlots.js +67 -0
- package/dist/MiPlots.js.map +1 -0
- package/dist/_virtual/_commonjsHelpers.js +9 -0
- package/dist/_virtual/_commonjsHelpers.js.map +1 -0
- package/dist/_virtual/browser.js +5 -0
- package/dist/_virtual/browser.js.map +1 -0
- package/dist/_virtual/debug.js +5 -0
- package/dist/_virtual/debug.js.map +1 -0
- package/dist/_virtual/index.js +9 -0
- package/dist/_virtual/index.js.map +1 -0
- package/dist/_virtual/index2.js +5 -0
- package/dist/_virtual/index2.js.map +1 -0
- package/dist/_virtual/index3.js +5 -0
- package/dist/_virtual/index3.js.map +1 -0
- package/dist/_virtual/index4.js +5 -0
- package/dist/_virtual/index4.js.map +1 -0
- package/dist/_virtual/jsx-runtime.js +5 -0
- package/dist/_virtual/jsx-runtime.js.map +1 -0
- package/dist/_virtual/lodash.js +5 -0
- package/dist/_virtual/lodash.js.map +1 -0
- package/dist/_virtual/react-dom-server-legacy.browser.development.js +5 -0
- package/dist/_virtual/react-dom-server-legacy.browser.development.js.map +1 -0
- package/dist/_virtual/react-dom-server-legacy.browser.production.min.js +5 -0
- package/dist/_virtual/react-dom-server-legacy.browser.production.min.js.map +1 -0
- package/dist/_virtual/react-dom-server.browser.development.js +5 -0
- package/dist/_virtual/react-dom-server.browser.development.js.map +1 -0
- package/dist/_virtual/react-dom-server.browser.production.min.js +5 -0
- package/dist/_virtual/react-dom-server.browser.production.min.js.map +1 -0
- package/dist/_virtual/react-dom.development.js +5 -0
- package/dist/_virtual/react-dom.development.js.map +1 -0
- package/dist/_virtual/react-dom.production.min.js +5 -0
- package/dist/_virtual/react-dom.production.min.js.map +1 -0
- package/dist/_virtual/react-jsx-runtime.development.js +5 -0
- package/dist/_virtual/react-jsx-runtime.development.js.map +1 -0
- package/dist/_virtual/react-jsx-runtime.production.min.js +5 -0
- package/dist/_virtual/react-jsx-runtime.production.min.js.map +1 -0
- package/dist/_virtual/react.development.js +5 -0
- package/dist/_virtual/react.development.js.map +1 -0
- package/dist/_virtual/react.production.min.js +5 -0
- package/dist/_virtual/react.production.min.js.map +1 -0
- package/dist/_virtual/scheduler.development.js +5 -0
- package/dist/_virtual/scheduler.development.js.map +1 -0
- package/dist/_virtual/scheduler.production.min.js +5 -0
- package/dist/_virtual/scheduler.production.min.js.map +1 -0
- package/dist/bubble/BubbleSettingsImpl.d.ts +72 -0
- package/dist/bubble/BubbleSettingsImpl.d.ts.map +1 -0
- package/dist/bubble/BubbleSettingsImpl.js +80 -0
- package/dist/bubble/BubbleSettingsImpl.js.map +1 -0
- package/dist/bubble/ChartRenderer.d.ts +42 -0
- package/dist/bubble/ChartRenderer.d.ts.map +1 -0
- package/dist/bubble/ChartRenderer.js +275 -0
- package/dist/bubble/ChartRenderer.js.map +1 -0
- package/dist/bubble/components/AxisCaptions.d.ts +19 -0
- package/dist/bubble/components/AxisCaptions.d.ts.map +1 -0
- package/dist/bubble/components/AxisCaptions.js +116 -0
- package/dist/bubble/components/AxisCaptions.js.map +1 -0
- package/dist/bubble/components/Chart.d.ts +25 -0
- package/dist/bubble/components/Chart.d.ts.map +1 -0
- package/dist/bubble/components/Chart.js +131 -0
- package/dist/bubble/components/Chart.js.map +1 -0
- package/dist/bubble/components/ChartsGroup.d.ts +30 -0
- package/dist/bubble/components/ChartsGroup.d.ts.map +1 -0
- package/dist/bubble/components/ChartsGroup.js +93 -0
- package/dist/bubble/components/ChartsGroup.js.map +1 -0
- package/dist/bubble/components/types.d.ts +63 -0
- package/dist/bubble/components/types.d.ts.map +1 -0
- package/dist/bubble/constants.d.ts +20 -0
- package/dist/bubble/constants.d.ts.map +1 -0
- package/dist/bubble/constants.js +20 -0
- package/dist/bubble/constants.js.map +1 -0
- package/dist/bubble/getCells.d.ts +32 -0
- package/dist/bubble/getCells.d.ts.map +1 -0
- package/dist/bubble/getCells.js +91 -0
- package/dist/bubble/getCells.js.map +1 -0
- package/dist/bubble/index.d.ts +27 -0
- package/dist/bubble/index.d.ts.map +1 -0
- package/dist/bubble/index.js +101 -0
- package/dist/bubble/index.js.map +1 -0
- package/dist/bubble/utils/calculateCaptionTails.d.ts +11 -0
- package/dist/bubble/utils/calculateCaptionTails.d.ts.map +1 -0
- package/dist/bubble/utils/calculateCaptionTails.js +29 -0
- package/dist/bubble/utils/calculateCaptionTails.js.map +1 -0
- package/dist/bubble/utils/calculateChartSideElementSizes.d.ts +4 -0
- package/dist/bubble/utils/calculateChartSideElementSizes.d.ts.map +1 -0
- package/dist/bubble/utils/calculateChartSideElementSizes.js +27 -0
- package/dist/bubble/utils/calculateChartSideElementSizes.js.map +1 -0
- package/dist/bubble/utils/calculateSideElementsBBoxes.d.ts +3 -0
- package/dist/bubble/utils/calculateSideElementsBBoxes.d.ts.map +1 -0
- package/dist/bubble/utils/calculateSideElementsBBoxes.js +49 -0
- package/dist/bubble/utils/calculateSideElementsBBoxes.js.map +1 -0
- package/dist/bubble/utils/index.d.ts +4 -0
- package/dist/bubble/utils/index.d.ts.map +1 -0
- package/dist/common/ChartsTitle.d.ts +10 -0
- package/dist/common/ChartsTitle.d.ts.map +1 -0
- package/dist/common/ChartsTitle.js +35 -0
- package/dist/common/ChartsTitle.js.map +1 -0
- package/dist/common/ContinuousAxis.d.ts +14 -0
- package/dist/common/ContinuousAxis.d.ts.map +1 -0
- package/dist/common/ContinuousAxis.js +60 -0
- package/dist/common/ContinuousAxis.js.map +1 -0
- package/dist/common/ContinuousGrid.d.ts +15 -0
- package/dist/common/ContinuousGrid.d.ts.map +1 -0
- package/dist/common/ContinuousGrid.js +39 -0
- package/dist/common/ContinuousGrid.js.map +1 -0
- package/dist/common/Error.d.ts +4 -0
- package/dist/common/Error.d.ts.map +1 -0
- package/dist/common/Error.js +26 -0
- package/dist/common/Error.js.map +1 -0
- package/dist/common/ErrorBoundary.d.ts +23 -0
- package/dist/common/ErrorBoundary.d.ts.map +1 -0
- package/dist/common/ErrorBoundary.js +24 -0
- package/dist/common/ErrorBoundary.js.map +1 -0
- package/dist/common/Legend.d.ts +7 -0
- package/dist/common/Legend.d.ts.map +1 -0
- package/dist/common/Legend.js +162 -0
- package/dist/common/Legend.js.map +1 -0
- package/dist/common/Tooltip.d.ts +32 -0
- package/dist/common/Tooltip.d.ts.map +1 -0
- package/dist/common/Tooltip.js +271 -0
- package/dist/common/Tooltip.js.map +1 -0
- package/dist/common/fonts.d.ts +3 -0
- package/dist/common/fonts.d.ts.map +1 -0
- package/dist/common/fonts.js +24 -0
- package/dist/common/fonts.js.map +1 -0
- package/dist/common/types.d.ts +60 -0
- package/dist/common/types.d.ts.map +1 -0
- package/dist/constants.d.ts +10 -0
- package/dist/constants.d.ts.map +1 -0
- package/dist/constants.js +13 -0
- package/dist/constants.js.map +1 -0
- package/dist/dendro/ChartRenderer.d.ts +39 -0
- package/dist/dendro/ChartRenderer.d.ts.map +1 -0
- package/dist/dendro/ChartRenderer.js +332 -0
- package/dist/dendro/ChartRenderer.js.map +1 -0
- package/dist/dendro/DendroSettingsImpl.d.ts +56 -0
- package/dist/dendro/DendroSettingsImpl.d.ts.map +1 -0
- package/dist/dendro/DendroSettingsImpl.js +79 -0
- package/dist/dendro/DendroSettingsImpl.js.map +1 -0
- package/dist/dendro/components/Chart.d.ts +40 -0
- package/dist/dendro/components/Chart.d.ts.map +1 -0
- package/dist/dendro/components/Chart.js +156 -0
- package/dist/dendro/components/Chart.js.map +1 -0
- package/dist/dendro/components/Heatmap.d.ts +19 -0
- package/dist/dendro/components/Heatmap.d.ts.map +1 -0
- package/dist/dendro/components/Heatmap.js +81 -0
- package/dist/dendro/components/Heatmap.js.map +1 -0
- package/dist/dendro/components/Legend.d.ts +7 -0
- package/dist/dendro/components/Legend.d.ts.map +1 -0
- package/dist/dendro/components/Legend.js +98 -0
- package/dist/dendro/components/Legend.js.map +1 -0
- package/dist/dendro/components/LinksGroup.d.ts +20 -0
- package/dist/dendro/components/LinksGroup.d.ts.map +1 -0
- package/dist/dendro/components/LinksGroup.js +36 -0
- package/dist/dendro/components/LinksGroup.js.map +1 -0
- package/dist/dendro/components/NodesGroup.d.ts +23 -0
- package/dist/dendro/components/NodesGroup.d.ts.map +1 -0
- package/dist/dendro/components/NodesGroup.js +95 -0
- package/dist/dendro/components/NodesGroup.js.map +1 -0
- package/dist/dendro/components/types.d.ts +64 -0
- package/dist/dendro/components/types.d.ts.map +1 -0
- package/dist/dendro/constants.d.ts +23 -0
- package/dist/dendro/constants.d.ts.map +1 -0
- package/dist/dendro/constants.js +26 -0
- package/dist/dendro/constants.js.map +1 -0
- package/dist/dendro/getHeatmapData.d.ts +20 -0
- package/dist/dendro/getHeatmapData.d.ts.map +1 -0
- package/dist/dendro/getHeatmapData.js +73 -0
- package/dist/dendro/getHeatmapData.js.map +1 -0
- package/dist/dendro/getHierarchyData.d.ts +14 -0
- package/dist/dendro/getHierarchyData.d.ts.map +1 -0
- package/dist/dendro/getHierarchyData.js +52 -0
- package/dist/dendro/getHierarchyData.js.map +1 -0
- package/dist/dendro/index.d.ts +32 -0
- package/dist/dendro/index.d.ts.map +1 -0
- package/dist/dendro/index.js +154 -0
- package/dist/dendro/index.js.map +1 -0
- package/dist/discrete/ChartRenderer.d.ts +41 -0
- package/dist/discrete/ChartRenderer.d.ts.map +1 -0
- package/dist/discrete/ChartRenderer.js +391 -0
- package/dist/discrete/ChartRenderer.js.map +1 -0
- package/dist/discrete/DiscreteSettingsImpl.d.ts +293 -0
- package/dist/discrete/DiscreteSettingsImpl.d.ts.map +1 -0
- package/dist/discrete/DiscreteSettingsImpl.js +422 -0
- package/dist/discrete/DiscreteSettingsImpl.js.map +1 -0
- package/dist/discrete/components/BandAxis.d.ts +14 -0
- package/dist/discrete/components/BandAxis.d.ts.map +1 -0
- package/dist/discrete/components/BandAxis.js +66 -0
- package/dist/discrete/components/BandAxis.js.map +1 -0
- package/dist/discrete/components/Chart.d.ts +30 -0
- package/dist/discrete/components/Chart.d.ts.map +1 -0
- package/dist/discrete/components/Chart.js +359 -0
- package/dist/discrete/components/Chart.js.map +1 -0
- package/dist/discrete/components/ChartsGroup.d.ts +29 -0
- package/dist/discrete/components/ChartsGroup.d.ts.map +1 -0
- package/dist/discrete/components/ChartsGroup.js +102 -0
- package/dist/discrete/components/ChartsGroup.js.map +1 -0
- package/dist/discrete/components/Grid.d.ts +15 -0
- package/dist/discrete/components/Grid.d.ts.map +1 -0
- package/dist/discrete/components/Grid.js +49 -0
- package/dist/discrete/components/Grid.js.map +1 -0
- package/dist/discrete/components/NumberAxis.d.ts +14 -0
- package/dist/discrete/components/NumberAxis.d.ts.map +1 -0
- package/dist/discrete/components/NumberAxis.js +59 -0
- package/dist/discrete/components/NumberAxis.js.map +1 -0
- package/dist/discrete/components/layers/BarElement.d.ts +13 -0
- package/dist/discrete/components/layers/BarElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/BarElement.js +41 -0
- package/dist/discrete/components/layers/BarElement.js.map +1 -0
- package/dist/discrete/components/layers/BinnedDotsElement.d.ts +29 -0
- package/dist/discrete/components/layers/BinnedDotsElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/BinnedDotsElement.js +76 -0
- package/dist/discrete/components/layers/BinnedDotsElement.js.map +1 -0
- package/dist/discrete/components/layers/BoxElement.d.ts +27 -0
- package/dist/discrete/components/layers/BoxElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/BoxElement.js +160 -0
- package/dist/discrete/components/layers/BoxElement.js.map +1 -0
- package/dist/discrete/components/layers/DotsGroupElement.d.ts +26 -0
- package/dist/discrete/components/layers/DotsGroupElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/DotsGroupElement.js +65 -0
- package/dist/discrete/components/layers/DotsGroupElement.js.map +1 -0
- package/dist/discrete/components/layers/ErrorBarElement.d.ts +25 -0
- package/dist/discrete/components/layers/ErrorBarElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/ErrorBarElement.js +99 -0
- package/dist/discrete/components/layers/ErrorBarElement.js.map +1 -0
- package/dist/discrete/components/layers/LineElement.d.ts +26 -0
- package/dist/discrete/components/layers/LineElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/LineElement.js +104 -0
- package/dist/discrete/components/layers/LineElement.js.map +1 -0
- package/dist/discrete/components/layers/LogoElement.d.ts +27 -0
- package/dist/discrete/components/layers/LogoElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/LogoElement.js +88 -0
- package/dist/discrete/components/layers/LogoElement.js.map +1 -0
- package/dist/discrete/components/layers/PairedPointsElement.d.ts +25 -0
- package/dist/discrete/components/layers/PairedPointsElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/PairedPointsElement.js +109 -0
- package/dist/discrete/components/layers/PairedPointsElement.js.map +1 -0
- package/dist/discrete/components/layers/SinaElement.d.ts +22 -0
- package/dist/discrete/components/layers/SinaElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/SinaElement.js +69 -0
- package/dist/discrete/components/layers/SinaElement.js.map +1 -0
- package/dist/discrete/components/layers/StackedBarElement.d.ts +28 -0
- package/dist/discrete/components/layers/StackedBarElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/StackedBarElement.js +84 -0
- package/dist/discrete/components/layers/StackedBarElement.js.map +1 -0
- package/dist/discrete/components/layers/StatsPValue.d.ts +17 -0
- package/dist/discrete/components/layers/StatsPValue.d.ts.map +1 -0
- package/dist/discrete/components/layers/StatsPValue.js +98 -0
- package/dist/discrete/components/layers/StatsPValue.js.map +1 -0
- package/dist/discrete/components/layers/ViolinElement.d.ts +27 -0
- package/dist/discrete/components/layers/ViolinElement.d.ts.map +1 -0
- package/dist/discrete/components/layers/ViolinElement.js +114 -0
- package/dist/discrete/components/layers/ViolinElement.js.map +1 -0
- package/dist/discrete/components/layers/seqAlphabet.d.ts +27 -0
- package/dist/discrete/components/layers/seqAlphabet.d.ts.map +1 -0
- package/dist/discrete/components/layers/seqAlphabet.js +30 -0
- package/dist/discrete/components/layers/seqAlphabet.js.map +1 -0
- package/dist/discrete/components/types.d.ts +55 -0
- package/dist/discrete/components/types.d.ts.map +1 -0
- package/dist/discrete/constants.d.ts +21 -0
- package/dist/discrete/constants.d.ts.map +1 -0
- package/dist/discrete/constants.js +31 -0
- package/dist/discrete/constants.js.map +1 -0
- package/dist/discrete/index.d.ts +32 -0
- package/dist/discrete/index.d.ts.map +1 -0
- package/dist/discrete/index.js +207 -0
- package/dist/discrete/index.js.map +1 -0
- package/dist/discrete/layers/bar.d.ts +20 -0
- package/dist/discrete/layers/bar.d.ts.map +1 -0
- package/dist/discrete/layers/bar.js +60 -0
- package/dist/discrete/layers/bar.js.map +1 -0
- package/dist/discrete/layers/binnedDots.d.ts +28 -0
- package/dist/discrete/layers/binnedDots.d.ts.map +1 -0
- package/dist/discrete/layers/binnedDots.js +106 -0
- package/dist/discrete/layers/binnedDots.js.map +1 -0
- package/dist/discrete/layers/boxes.d.ts +30 -0
- package/dist/discrete/layers/boxes.d.ts.map +1 -0
- package/dist/discrete/layers/boxes.js +91 -0
- package/dist/discrete/layers/boxes.js.map +1 -0
- package/dist/discrete/layers/dots.d.ts +25 -0
- package/dist/discrete/layers/dots.d.ts.map +1 -0
- package/dist/discrete/layers/dots.js +46 -0
- package/dist/discrete/layers/dots.js.map +1 -0
- package/dist/discrete/layers/errorbars.d.ts +21 -0
- package/dist/discrete/layers/errorbars.d.ts.map +1 -0
- package/dist/discrete/layers/errorbars.js +67 -0
- package/dist/discrete/layers/errorbars.js.map +1 -0
- package/dist/discrete/layers/index.d.ts +13 -0
- package/dist/discrete/layers/index.d.ts.map +1 -0
- package/dist/discrete/layers/lines.d.ts +17 -0
- package/dist/discrete/layers/lines.d.ts.map +1 -0
- package/dist/discrete/layers/lines.js +55 -0
- package/dist/discrete/layers/lines.js.map +1 -0
- package/dist/discrete/layers/logo.d.ts +24 -0
- package/dist/discrete/layers/logo.d.ts.map +1 -0
- package/dist/discrete/layers/logo.js +40 -0
- package/dist/discrete/layers/logo.js.map +1 -0
- package/dist/discrete/layers/pairedPoints.d.ts +31 -0
- package/dist/discrete/layers/pairedPoints.d.ts.map +1 -0
- package/dist/discrete/layers/pairedPoints.js +89 -0
- package/dist/discrete/layers/pairedPoints.js.map +1 -0
- package/dist/discrete/layers/sina.d.ts +28 -0
- package/dist/discrete/layers/sina.d.ts.map +1 -0
- package/dist/discrete/layers/sina.js +103 -0
- package/dist/discrete/layers/sina.js.map +1 -0
- package/dist/discrete/layers/stackedBar.d.ts +24 -0
- package/dist/discrete/layers/stackedBar.d.ts.map +1 -0
- package/dist/discrete/layers/stackedBar.js +44 -0
- package/dist/discrete/layers/stackedBar.js.map +1 -0
- package/dist/discrete/layers/stats/MannWhitneyU.d.ts +12 -0
- package/dist/discrete/layers/stats/MannWhitneyU.d.ts.map +1 -0
- package/dist/discrete/layers/stats/MannWhitneyU.js +149 -0
- package/dist/discrete/layers/stats/MannWhitneyU.js.map +1 -0
- package/dist/discrete/layers/stats/index.d.ts +5 -0
- package/dist/discrete/layers/stats/index.d.ts.map +1 -0
- package/dist/discrete/layers/stats/index.js +84 -0
- package/dist/discrete/layers/stats/index.js.map +1 -0
- package/dist/discrete/layers/stats/pValueCalculation.d.ts +3 -0
- package/dist/discrete/layers/stats/pValueCalculation.d.ts.map +1 -0
- package/dist/discrete/layers/stats/pValueCalculation.js +50 -0
- package/dist/discrete/layers/stats/pValueCalculation.js.map +1 -0
- package/dist/discrete/layers/stats/pValueCorrection.d.ts +3 -0
- package/dist/discrete/layers/stats/pValueCorrection.d.ts.map +1 -0
- package/dist/discrete/layers/stats/pValueCorrection.js +191 -0
- package/dist/discrete/layers/stats/pValueCorrection.js.map +1 -0
- package/dist/discrete/layers/types.d.ts +129 -0
- package/dist/discrete/layers/types.d.ts.map +1 -0
- package/dist/discrete/layers/violins.d.ts +28 -0
- package/dist/discrete/layers/violins.d.ts.map +1 -0
- package/dist/discrete/layers/violins.js +99 -0
- package/dist/discrete/layers/violins.js.map +1 -0
- package/dist/discrete/utils/getChartStatsPadding.d.ts +4 -0
- package/dist/discrete/utils/getChartStatsPadding.d.ts.map +1 -0
- package/dist/discrete/utils/getChartStatsPadding.js +18 -0
- package/dist/discrete/utils/getChartStatsPadding.js.map +1 -0
- package/dist/discrete/utils/getFacetStringKey.d.ts +3 -0
- package/dist/discrete/utils/getFacetStringKey.d.ts.map +1 -0
- package/dist/discrete/utils/getFacetStringKey.js +7 -0
- package/dist/discrete/utils/getFacetStringKey.js.map +1 -0
- package/dist/discrete/utils/getOutliersBounds.d.ts +2 -0
- package/dist/discrete/utils/getOutliersBounds.d.ts.map +1 -0
- package/dist/discrete/utils/getOutliersBounds.js +9 -0
- package/dist/discrete/utils/getOutliersBounds.js.map +1 -0
- package/dist/discrete/utils/index.d.ts +5 -0
- package/dist/discrete/utils/index.d.ts.map +1 -0
- package/dist/discrete/utils/splitTextByWidth.d.ts +2 -0
- package/dist/discrete/utils/splitTextByWidth.d.ts.map +1 -0
- package/dist/discrete/utils/splitTextByWidth.js +56 -0
- package/dist/discrete/utils/splitTextByWidth.js.map +1 -0
- package/dist/discrete/utils/statsPValue.d.ts +6 -0
- package/dist/discrete/utils/statsPValue.d.ts.map +1 -0
- package/dist/discrete/utils/statsPValue.js +32 -0
- package/dist/discrete/utils/statsPValue.js.map +1 -0
- package/dist/heatmap/ChartRenderer.d.ts +47 -0
- package/dist/heatmap/ChartRenderer.d.ts.map +1 -0
- package/dist/heatmap/ChartRenderer.js +404 -0
- package/dist/heatmap/ChartRenderer.js.map +1 -0
- package/dist/heatmap/HeatmapSettingsImpl.d.ts +126 -0
- package/dist/heatmap/HeatmapSettingsImpl.d.ts.map +1 -0
- package/dist/heatmap/HeatmapSettingsImpl.js +152 -0
- package/dist/heatmap/HeatmapSettingsImpl.js.map +1 -0
- package/dist/heatmap/components/Annotations/Annotation.d.ts +31 -0
- package/dist/heatmap/components/Annotations/Annotation.d.ts.map +1 -0
- package/dist/heatmap/components/Annotations/Annotation.js +150 -0
- package/dist/heatmap/components/Annotations/Annotation.js.map +1 -0
- package/dist/heatmap/components/Annotations/index.d.ts +30 -0
- package/dist/heatmap/components/Annotations/index.d.ts.map +1 -0
- package/dist/heatmap/components/Annotations/index.js +104 -0
- package/dist/heatmap/components/Annotations/index.js.map +1 -0
- package/dist/heatmap/components/Captions/AxisCaptions.d.ts +19 -0
- package/dist/heatmap/components/Captions/AxisCaptions.d.ts.map +1 -0
- package/dist/heatmap/components/Captions/AxisCaptions.js +116 -0
- package/dist/heatmap/components/Captions/AxisCaptions.js.map +1 -0
- package/dist/heatmap/components/Captions/GroupCaptions.d.ts +21 -0
- package/dist/heatmap/components/Captions/GroupCaptions.d.ts.map +1 -0
- package/dist/heatmap/components/Captions/GroupCaptions.js +73 -0
- package/dist/heatmap/components/Captions/GroupCaptions.js.map +1 -0
- package/dist/heatmap/components/Captions/index.d.ts +25 -0
- package/dist/heatmap/components/Captions/index.d.ts.map +1 -0
- package/dist/heatmap/components/Captions/index.js +66 -0
- package/dist/heatmap/components/Captions/index.js.map +1 -0
- package/dist/heatmap/components/Chart.d.ts +33 -0
- package/dist/heatmap/components/Chart.d.ts.map +1 -0
- package/dist/heatmap/components/Chart.js +224 -0
- package/dist/heatmap/components/Chart.js.map +1 -0
- package/dist/heatmap/components/ChartsGroup.d.ts +34 -0
- package/dist/heatmap/components/ChartsGroup.d.ts.map +1 -0
- package/dist/heatmap/components/ChartsGroup.js +108 -0
- package/dist/heatmap/components/ChartsGroup.js.map +1 -0
- package/dist/heatmap/components/Dendrograms.d.ts +12 -0
- package/dist/heatmap/components/Dendrograms.d.ts.map +1 -0
- package/dist/heatmap/components/Dendrograms.js +81 -0
- package/dist/heatmap/components/Dendrograms.js.map +1 -0
- package/dist/heatmap/components/Frames.d.ts +17 -0
- package/dist/heatmap/components/Frames.d.ts.map +1 -0
- package/dist/heatmap/components/Frames.js +46 -0
- package/dist/heatmap/components/Frames.js.map +1 -0
- package/dist/heatmap/components/types.d.ts +106 -0
- package/dist/heatmap/components/types.d.ts.map +1 -0
- package/dist/heatmap/constants.d.ts +21 -0
- package/dist/heatmap/constants.d.ts.map +1 -0
- package/dist/heatmap/constants.js +32 -0
- package/dist/heatmap/constants.js.map +1 -0
- package/dist/heatmap/getCells.d.ts +39 -0
- package/dist/heatmap/getCells.d.ts.map +1 -0
- package/dist/heatmap/getCells.js +132 -0
- package/dist/heatmap/getCells.js.map +1 -0
- package/dist/heatmap/getClusters.d.ts +9 -0
- package/dist/heatmap/getClusters.d.ts.map +1 -0
- package/dist/heatmap/getClusters.js +80 -0
- package/dist/heatmap/getClusters.js.map +1 -0
- package/dist/heatmap/getDendrograms.d.ts +10 -0
- package/dist/heatmap/getDendrograms.d.ts.map +1 -0
- package/dist/heatmap/getDendrograms.js +48 -0
- package/dist/heatmap/getDendrograms.js.map +1 -0
- package/dist/heatmap/index.d.ts +29 -0
- package/dist/heatmap/index.d.ts.map +1 -0
- package/dist/heatmap/index.js +154 -0
- package/dist/heatmap/index.js.map +1 -0
- package/dist/heatmap/utils/calculateAnnotationTitleSizes.d.ts +8 -0
- package/dist/heatmap/utils/calculateAnnotationTitleSizes.d.ts.map +1 -0
- package/dist/heatmap/utils/calculateAnnotationTitleSizes.js +23 -0
- package/dist/heatmap/utils/calculateAnnotationTitleSizes.js.map +1 -0
- package/dist/heatmap/utils/calculateCaptionTails.d.ts +12 -0
- package/dist/heatmap/utils/calculateCaptionTails.d.ts.map +1 -0
- package/dist/heatmap/utils/calculateCaptionTails.js +66 -0
- package/dist/heatmap/utils/calculateCaptionTails.js.map +1 -0
- package/dist/heatmap/utils/calculateChartSideElementSizes.d.ts +4 -0
- package/dist/heatmap/utils/calculateChartSideElementSizes.d.ts.map +1 -0
- package/dist/heatmap/utils/calculateChartSideElementSizes.js +39 -0
- package/dist/heatmap/utils/calculateChartSideElementSizes.js.map +1 -0
- package/dist/heatmap/utils/calculateSideElementsBBoxes.d.ts +3 -0
- package/dist/heatmap/utils/calculateSideElementsBBoxes.d.ts.map +1 -0
- package/dist/heatmap/utils/calculateSideElementsBBoxes.js +49 -0
- package/dist/heatmap/utils/calculateSideElementsBBoxes.js.map +1 -0
- package/dist/heatmap/utils/createColorScales.d.ts +3 -0
- package/dist/heatmap/utils/createColorScales.d.ts.map +1 -0
- package/dist/heatmap/utils/createColorScales.js +22 -0
- package/dist/heatmap/utils/createColorScales.js.map +1 -0
- package/dist/heatmap/utils/index.d.ts +5 -0
- package/dist/heatmap/utils/index.d.ts.map +1 -0
- package/dist/histogram/ChartRenderer.d.ts +37 -0
- package/dist/histogram/ChartRenderer.d.ts.map +1 -0
- package/dist/histogram/ChartRenderer.js +268 -0
- package/dist/histogram/ChartRenderer.js.map +1 -0
- package/dist/histogram/HistogramSettingsImpl.d.ts +73 -0
- package/dist/histogram/HistogramSettingsImpl.d.ts.map +1 -0
- package/dist/histogram/HistogramSettingsImpl.js +106 -0
- package/dist/histogram/HistogramSettingsImpl.js.map +1 -0
- package/dist/histogram/components/Chart.d.ts +31 -0
- package/dist/histogram/components/Chart.d.ts.map +1 -0
- package/dist/histogram/components/Chart.js +150 -0
- package/dist/histogram/components/Chart.js.map +1 -0
- package/dist/histogram/components/ChartsGroup.d.ts +29 -0
- package/dist/histogram/components/ChartsGroup.d.ts.map +1 -0
- package/dist/histogram/components/ChartsGroup.js +95 -0
- package/dist/histogram/components/ChartsGroup.js.map +1 -0
- package/dist/histogram/components/types.d.ts +54 -0
- package/dist/histogram/components/types.d.ts.map +1 -0
- package/dist/histogram/constants.d.ts +16 -0
- package/dist/histogram/constants.d.ts.map +1 -0
- package/dist/histogram/constants.js +14 -0
- package/dist/histogram/constants.js.map +1 -0
- package/dist/histogram/getHistogramData.d.ts +30 -0
- package/dist/histogram/getHistogramData.d.ts.map +1 -0
- package/dist/histogram/getHistogramData.js +83 -0
- package/dist/histogram/getHistogramData.js.map +1 -0
- package/dist/histogram/index.d.ts +30 -0
- package/dist/histogram/index.d.ts.map +1 -0
- package/dist/histogram/index.js +115 -0
- package/dist/histogram/index.js.map +1 -0
- package/dist/index.d.ts +8 -8103
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +7 -8737
- package/dist/index.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-axis/src/axis.js +21 -0
- package/dist/node_modules/@d3fc/d3fc-axis/src/axis.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-axis/src/axisBase.js +39 -0
- package/dist/node_modules/@d3fc/d3fc-axis/src/axisBase.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-axis/src/axisTickUtils.js +11 -0
- package/dist/node_modules/@d3fc/d3fc-axis/src/axisTickUtils.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-chart/src/cartesian.js +70 -0
- package/dist/node_modules/@d3fc/d3fc-chart/src/cartesian.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-chart/src/css.js +18 -0
- package/dist/node_modules/@d3fc/d3fc-chart/src/css.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-chart/src/store.js +14 -0
- package/dist/node_modules/@d3fc/d3fc-chart/src/store.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-data-join/src/dataJoin.js +23 -0
- package/dist/node_modules/@d3fc/d3fc-data-join/src/dataJoin.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-element/index.js +20 -0
- package/dist/node_modules/@d3fc/d3fc-element/index.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-element/src/canvas.js +18 -0
- package/dist/node_modules/@d3fc/d3fc-element/src/canvas.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-element/src/css.js +8 -0
- package/dist/node_modules/@d3fc/d3fc-element/src/css.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-element/src/data.js +7 -0
- package/dist/node_modules/@d3fc/d3fc-element/src/data.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-element/src/element.js +44 -0
- package/dist/node_modules/@d3fc/d3fc-element/src/element.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-element/src/group.js +39 -0
- package/dist/node_modules/@d3fc/d3fc-element/src/group.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-element/src/redraw.js +21 -0
- package/dist/node_modules/@d3fc/d3fc-element/src/redraw.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-element/src/requestRedraw.js +26 -0
- package/dist/node_modules/@d3fc/d3fc-element/src/requestRedraw.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-element/src/svg.js +11 -0
- package/dist/node_modules/@d3fc/d3fc-element/src/svg.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-pointer/src/pointer.js +21 -0
- package/dist/node_modules/@d3fc/d3fc-pointer/src/pointer.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-rebind/src/createReboundMethod.js +13 -0
- package/dist/node_modules/@d3fc/d3fc-rebind/src/createReboundMethod.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-rebind/src/rebind.js +10 -0
- package/dist/node_modules/@d3fc/d3fc-rebind/src/rebind.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-rebind/src/rebindAll.js +16 -0
- package/dist/node_modules/@d3fc/d3fc-rebind/src/rebindAll.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-rebind/src/transform/exclude.js +6 -0
- package/dist/node_modules/@d3fc/d3fc-rebind/src/transform/exclude.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-rebind/src/transform/prefix.js +5 -0
- package/dist/node_modules/@d3fc/d3fc-rebind/src/transform/prefix.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-rebind/src/transform/regexify.js +7 -0
- package/dist/node_modules/@d3fc/d3fc-rebind/src/transform/regexify.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-series/src/alignOffset.js +14 -0
- package/dist/node_modules/@d3fc/d3fc-series/src/alignOffset.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-series/src/base.js +11 -0
- package/dist/node_modules/@d3fc/d3fc-series/src/base.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-series/src/defined.js +13 -0
- package/dist/node_modules/@d3fc/d3fc-series/src/defined.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-series/src/functor.js +5 -0
- package/dist/node_modules/@d3fc/d3fc-series/src/functor.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-series/src/multiBase.js +16 -0
- package/dist/node_modules/@d3fc/d3fc-series/src/multiBase.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-series/src/svg/multi.js +24 -0
- package/dist/node_modules/@d3fc/d3fc-series/src/svg/multi.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-series/src/webgl/multi.js +21 -0
- package/dist/node_modules/@d3fc/d3fc-series/src/webgl/multi.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-series/src/webgl/point.js +26 -0
- package/dist/node_modules/@d3fc/d3fc-series/src/webgl/point.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-series/src/xyBase.js +57 -0
- package/dist/node_modules/@d3fc/d3fc-series/src/xyBase.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/arrayViewFactory.js +22 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/arrayViewFactory.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/attribute.js +18 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/attribute.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/attributeProjector.js +35 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/attributeProjector.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/baseAttribute.js +23 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/baseAttribute.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/bufferBuilder.js +31 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/bufferBuilder.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/constantAttribute.js +25 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/constantAttribute.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/types.js +28 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/types.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/uniform.js +37 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/buffer/uniform.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/program/drawModes.js +8 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/program/drawModes.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/program/programBuilder.js +73 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/program/programBuilder.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/rebindCurry.js +10 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/rebindCurry.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/scale/base.js +10 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/scale/base.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/scale/linear.js +19 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/scale/linear.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/scale/log.js +33 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/scale/log.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/scale/pow.js +33 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/scale/pow.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/scale/scaleMapper.js +41 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/scale/scaleMapper.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/series/point.js +37 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/series/point.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/fragmentShaderSnippets.js +151 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/fragmentShaderSnippets.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/circle/baseShader.js +14 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/circle/baseShader.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/cross/shader.js +14 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/cross/shader.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/diamond/shader.js +14 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/diamond/shader.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/square/shader.js +14 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/square/shader.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/star/shader.js +14 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/star/shader.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/triangle/shader.js +14 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/triangle/shader.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/wye/shader.js +14 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/point/wye/shader.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/shaderBuilder.js +34 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/shaderBuilder.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/vertexShaderSnippets.js +130 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/shaders/vertexShaderSnippets.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/style/fillColor.js +27 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/style/fillColor.js.map +1 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/symbolMapper.js +38 -0
- package/dist/node_modules/@d3fc/d3fc-webgl/src/symbolMapper.js.map +1 -0
- package/dist/node_modules/@stdlib/array-base-accessor-getter/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/array-base-accessor-getter/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/array-base-accessor-getter/lib/main.js +40 -0
- package/dist/node_modules/@stdlib/array-base-accessor-getter/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/array-base-accessor-setter/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/array-base-accessor-setter/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/array-base-accessor-setter/lib/main.js +40 -0
- package/dist/node_modules/@stdlib/array-base-accessor-setter/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/array-base-arraylike2object/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/array-base-arraylike2object/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/array-base-arraylike2object/lib/main.js +49 -0
- package/dist/node_modules/@stdlib/array-base-arraylike2object/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/array-base-assert-is-accessor-array/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/array-base-assert-is-accessor-array/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/array-base-assert-is-accessor-array/lib/main.js +26 -0
- package/dist/node_modules/@stdlib/array-base-assert-is-accessor-array/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/array-base-assert-is-complex128array/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/array-base-assert-is-complex128array/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/array-base-assert-is-complex128array/lib/main.js +26 -0
- package/dist/node_modules/@stdlib/array-base-assert-is-complex128array/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/array-base-assert-is-complex64array/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/array-base-assert-is-complex64array/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/array-base-assert-is-complex64array/lib/main.js +26 -0
- package/dist/node_modules/@stdlib/array-base-assert-is-complex64array/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/array-base-filled/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/array-base-filled/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/array-base-filled/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/array-base-filled/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/array-base-getter/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/array-base-getter/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/array-base-getter/lib/main.js +72 -0
- package/dist/node_modules/@stdlib/array-base-getter/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/array-base-incrspace/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/array-base-incrspace/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/array-base-incrspace/lib/main.js +32 -0
- package/dist/node_modules/@stdlib/array-base-incrspace/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/array-base-setter/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/array-base-setter/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/array-base-setter/lib/main.js +72 -0
- package/dist/node_modules/@stdlib/array-base-setter/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/array-base-zeros/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/array-base-zeros/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/array-base-zeros/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/array-base-zeros/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/array-complex128/lib/from_array.js +35 -0
- package/dist/node_modules/@stdlib/array-complex128/lib/from_array.js.map +1 -0
- package/dist/node_modules/@stdlib/array-complex128/lib/from_iterator.js +39 -0
- package/dist/node_modules/@stdlib/array-complex128/lib/from_iterator.js.map +1 -0
- package/dist/node_modules/@stdlib/array-complex128/lib/from_iterator_map.js +39 -0
- package/dist/node_modules/@stdlib/array-complex128/lib/from_iterator_map.js.map +1 -0
- package/dist/node_modules/@stdlib/array-complex128/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/array-complex128/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/array-complex128/lib/main.js +578 -0
- package/dist/node_modules/@stdlib/array-complex128/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/array-complex64/lib/from_array.js +35 -0
- package/dist/node_modules/@stdlib/array-complex64/lib/from_array.js.map +1 -0
- package/dist/node_modules/@stdlib/array-complex64/lib/from_iterator.js +39 -0
- package/dist/node_modules/@stdlib/array-complex64/lib/from_iterator.js.map +1 -0
- package/dist/node_modules/@stdlib/array-complex64/lib/from_iterator_map.js +39 -0
- package/dist/node_modules/@stdlib/array-complex64/lib/from_iterator_map.js.map +1 -0
- package/dist/node_modules/@stdlib/array-complex64/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/array-complex64/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/array-complex64/lib/main.js +578 -0
- package/dist/node_modules/@stdlib/array-complex64/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/array-dtype/lib/ctor2dtype.js +35 -0
- package/dist/node_modules/@stdlib/array-dtype/lib/ctor2dtype.js.map +1 -0
- package/dist/node_modules/@stdlib/array-dtype/lib/ctors.js +45 -0
- package/dist/node_modules/@stdlib/array-dtype/lib/ctors.js.map +1 -0
- package/dist/node_modules/@stdlib/array-dtype/lib/dtypes.js +34 -0
- package/dist/node_modules/@stdlib/array-dtype/lib/dtypes.js.map +1 -0
- package/dist/node_modules/@stdlib/array-dtype/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/array-dtype/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/array-dtype/lib/main.js +40 -0
- package/dist/node_modules/@stdlib/array-dtype/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/array-float32/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/array-float32/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/array-float32/lib/main.js +22 -0
- package/dist/node_modules/@stdlib/array-float32/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/array-float32/lib/polyfill.js +25 -0
- package/dist/node_modules/@stdlib/array-float32/lib/polyfill.js.map +1 -0
- package/dist/node_modules/@stdlib/array-float64/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/array-float64/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/array-float64/lib/main.js +22 -0
- package/dist/node_modules/@stdlib/array-float64/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/array-float64/lib/polyfill.js +25 -0
- package/dist/node_modules/@stdlib/array-float64/lib/polyfill.js.map +1 -0
- package/dist/node_modules/@stdlib/array-int16/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/array-int16/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/array-int16/lib/main.js +22 -0
- package/dist/node_modules/@stdlib/array-int16/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/array-int16/lib/polyfill.js +25 -0
- package/dist/node_modules/@stdlib/array-int16/lib/polyfill.js.map +1 -0
- package/dist/node_modules/@stdlib/array-int32/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/array-int32/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/array-int32/lib/main.js +22 -0
- package/dist/node_modules/@stdlib/array-int32/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/array-int32/lib/polyfill.js +25 -0
- package/dist/node_modules/@stdlib/array-int32/lib/polyfill.js.map +1 -0
- package/dist/node_modules/@stdlib/array-int8/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/array-int8/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/array-int8/lib/main.js +22 -0
- package/dist/node_modules/@stdlib/array-int8/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/array-int8/lib/polyfill.js +25 -0
- package/dist/node_modules/@stdlib/array-int8/lib/polyfill.js.map +1 -0
- package/dist/node_modules/@stdlib/array-uint16/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/array-uint16/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/array-uint16/lib/main.js +22 -0
- package/dist/node_modules/@stdlib/array-uint16/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/array-uint16/lib/polyfill.js +25 -0
- package/dist/node_modules/@stdlib/array-uint16/lib/polyfill.js.map +1 -0
- package/dist/node_modules/@stdlib/array-uint32/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/array-uint32/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/array-uint32/lib/main.js +22 -0
- package/dist/node_modules/@stdlib/array-uint32/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/array-uint32/lib/polyfill.js +25 -0
- package/dist/node_modules/@stdlib/array-uint32/lib/polyfill.js.map +1 -0
- package/dist/node_modules/@stdlib/array-uint8/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/array-uint8/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/array-uint8/lib/main.js +22 -0
- package/dist/node_modules/@stdlib/array-uint8/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/array-uint8/lib/polyfill.js +25 -0
- package/dist/node_modules/@stdlib/array-uint8/lib/polyfill.js.map +1 -0
- package/dist/node_modules/@stdlib/array-uint8c/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/array-uint8c/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/array-uint8c/lib/main.js +22 -0
- package/dist/node_modules/@stdlib/array-uint8c/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/array-uint8c/lib/polyfill.js +25 -0
- package/dist/node_modules/@stdlib/array-uint8c/lib/polyfill.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-contains/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-contains/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-contains/lib/main.js +56 -0
- package/dist/node_modules/@stdlib/assert-contains/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-float32array-support/lib/float32array.js +22 -0
- package/dist/node_modules/@stdlib/assert-has-float32array-support/lib/float32array.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-float32array-support/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-has-float32array-support/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-float32array-support/lib/main.js +37 -0
- package/dist/node_modules/@stdlib/assert-has-float32array-support/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-float64array-support/lib/float64array.js +22 -0
- package/dist/node_modules/@stdlib/assert-has-float64array-support/lib/float64array.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-float64array-support/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-has-float64array-support/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-float64array-support/lib/main.js +36 -0
- package/dist/node_modules/@stdlib/assert-has-float64array-support/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-generator-support/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-has-generator-support/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-generator-support/lib/main.js +33 -0
- package/dist/node_modules/@stdlib/assert-has-generator-support/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-int16array-support/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-has-int16array-support/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-int16array-support/lib/int16array.js +22 -0
- package/dist/node_modules/@stdlib/assert-has-int16array-support/lib/int16array.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-int16array-support/lib/main.js +40 -0
- package/dist/node_modules/@stdlib/assert-has-int16array-support/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-int32array-support/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-has-int32array-support/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-int32array-support/lib/int32array.js +22 -0
- package/dist/node_modules/@stdlib/assert-has-int32array-support/lib/int32array.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-int32array-support/lib/main.js +40 -0
- package/dist/node_modules/@stdlib/assert-has-int32array-support/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-int8array-support/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-has-int8array-support/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-int8array-support/lib/int8array.js +22 -0
- package/dist/node_modules/@stdlib/assert-has-int8array-support/lib/int8array.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-int8array-support/lib/main.js +40 -0
- package/dist/node_modules/@stdlib/assert-has-int8array-support/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-iterator-symbol-support/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-has-iterator-symbol-support/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-iterator-symbol-support/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/assert-has-iterator-symbol-support/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-own-property/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-has-own-property/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-own-property/lib/main.js +26 -0
- package/dist/node_modules/@stdlib/assert-has-own-property/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-symbol-support/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-has-symbol-support/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-symbol-support/lib/main.js +25 -0
- package/dist/node_modules/@stdlib/assert-has-symbol-support/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-tostringtag-support/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-has-tostringtag-support/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-tostringtag-support/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/assert-has-tostringtag-support/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-uint16array-support/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-has-uint16array-support/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-uint16array-support/lib/main.js +40 -0
- package/dist/node_modules/@stdlib/assert-has-uint16array-support/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-uint16array-support/lib/uint16array.js +22 -0
- package/dist/node_modules/@stdlib/assert-has-uint16array-support/lib/uint16array.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-uint32array-support/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-has-uint32array-support/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-uint32array-support/lib/main.js +40 -0
- package/dist/node_modules/@stdlib/assert-has-uint32array-support/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-uint32array-support/lib/uint32array.js +22 -0
- package/dist/node_modules/@stdlib/assert-has-uint32array-support/lib/uint32array.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-uint8array-support/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-has-uint8array-support/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-uint8array-support/lib/main.js +40 -0
- package/dist/node_modules/@stdlib/assert-has-uint8array-support/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-uint8array-support/lib/uint8array.js +22 -0
- package/dist/node_modules/@stdlib/assert-has-uint8array-support/lib/uint8array.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-uint8clampedarray-support/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-has-uint8clampedarray-support/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-uint8clampedarray-support/lib/main.js +39 -0
- package/dist/node_modules/@stdlib/assert-has-uint8clampedarray-support/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-has-uint8clampedarray-support/lib/uint8clampedarray.js +22 -0
- package/dist/node_modules/@stdlib/assert-has-uint8clampedarray-support/lib/uint8clampedarray.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-arguments/lib/detect.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-arguments/lib/detect.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-arguments/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/assert-is-arguments/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-arguments/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/assert-is-arguments/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-arguments/lib/polyfill.js +31 -0
- package/dist/node_modules/@stdlib/assert-is-arguments/lib/polyfill.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-array/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-is-array/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-array/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-array/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-array-like/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-is-array-like/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-array-like/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-array-like/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-array-like-object/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-is-array-like-object/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-array-like-object/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-array-like-object/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-arraybuffer/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-is-arraybuffer/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-arraybuffer/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-arraybuffer/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-boolean/lib/index.js +29 -0
- package/dist/node_modules/@stdlib/assert-is-boolean/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-boolean/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-boolean/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-boolean/lib/object.js +30 -0
- package/dist/node_modules/@stdlib/assert-is-boolean/lib/object.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-boolean/lib/primitive.js +25 -0
- package/dist/node_modules/@stdlib/assert-is-boolean/lib/primitive.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-boolean/lib/tostring.js +22 -0
- package/dist/node_modules/@stdlib/assert-is-boolean/lib/tostring.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-boolean/lib/try2serialize.js +31 -0
- package/dist/node_modules/@stdlib/assert-is-boolean/lib/try2serialize.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-buffer/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-is-buffer/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-buffer/lib/main.js +30 -0
- package/dist/node_modules/@stdlib/assert-is-buffer/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-collection/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-is-collection/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-collection/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-collection/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-complex-like/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-is-complex-like/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-complex-like/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-complex-like/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-complex-like/node_modules/@stdlib/complex-float64-ctor/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-is-complex-like/node_modules/@stdlib/complex-float64-ctor/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-complex-like/node_modules/@stdlib/complex-float64-ctor/lib/main.js +53 -0
- package/dist/node_modules/@stdlib/assert-is-complex-like/node_modules/@stdlib/complex-float64-ctor/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-complex-like/node_modules/@stdlib/complex-float64-ctor/lib/tojson.js +26 -0
- package/dist/node_modules/@stdlib/assert-is-complex-like/node_modules/@stdlib/complex-float64-ctor/lib/tojson.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-complex-like/node_modules/@stdlib/complex-float64-ctor/lib/tostring.js +26 -0
- package/dist/node_modules/@stdlib/assert-is-complex-like/node_modules/@stdlib/complex-float64-ctor/lib/tostring.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-enumerable-property/lib/has_string_enumerability_bug.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-enumerable-property/lib/has_string_enumerability_bug.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-enumerable-property/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-is-enumerable-property/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-enumerable-property/lib/main.js +32 -0
- package/dist/node_modules/@stdlib/assert-is-enumerable-property/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-enumerable-property/lib/native.js +22 -0
- package/dist/node_modules/@stdlib/assert-is-enumerable-property/lib/native.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-float32array/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-is-float32array/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-float32array/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-float32array/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-float64array/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-is-float64array/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-float64array/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-float64array/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-function/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-is-function/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-function/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/assert-is-function/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-int16array/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-is-int16array/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-int16array/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-int16array/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-int32array/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-is-int32array/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-int32array/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-int32array/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-int8array/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-is-int8array/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-int8array/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-int8array/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-integer/lib/index.js +29 -0
- package/dist/node_modules/@stdlib/assert-is-integer/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-integer/lib/integer.js +29 -0
- package/dist/node_modules/@stdlib/assert-is-integer/lib/integer.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-integer/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-integer/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-integer/lib/object.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-integer/lib/object.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-integer/lib/primitive.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-integer/lib/primitive.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-little-endian/lib/ctors.js +27 -0
- package/dist/node_modules/@stdlib/assert-is-little-endian/lib/ctors.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-little-endian/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-is-little-endian/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-little-endian/lib/main.js +29 -0
- package/dist/node_modules/@stdlib/assert-is-little-endian/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-nan/lib/index.js +29 -0
- package/dist/node_modules/@stdlib/assert-is-nan/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-nan/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-nan/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-nan/lib/object.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-nan/lib/object.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-nan/lib/primitive.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-nan/lib/primitive.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-nonnegative-integer/lib/index.js +29 -0
- package/dist/node_modules/@stdlib/assert-is-nonnegative-integer/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-nonnegative-integer/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-nonnegative-integer/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-nonnegative-integer/lib/object.js +27 -0
- package/dist/node_modules/@stdlib/assert-is-nonnegative-integer/lib/object.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-nonnegative-integer/lib/primitive.js +27 -0
- package/dist/node_modules/@stdlib/assert-is-nonnegative-integer/lib/primitive.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-number/lib/index.js +29 -0
- package/dist/node_modules/@stdlib/assert-is-number/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-number/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-number/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-number/lib/object.js +30 -0
- package/dist/node_modules/@stdlib/assert-is-number/lib/object.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-number/lib/primitive.js +25 -0
- package/dist/node_modules/@stdlib/assert-is-number/lib/primitive.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-number/lib/tostring.js +23 -0
- package/dist/node_modules/@stdlib/assert-is-number/lib/tostring.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-number/lib/try2serialize.js +31 -0
- package/dist/node_modules/@stdlib/assert-is-number/lib/try2serialize.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-number-array/lib/index.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-number-array/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-object/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-is-object/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-object/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/assert-is-object/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-object-like/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/assert-is-object-like/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-object-like/lib/main.js +25 -0
- package/dist/node_modules/@stdlib/assert-is-object-like/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-plain-object/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-is-plain-object/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-plain-object/lib/main.js +46 -0
- package/dist/node_modules/@stdlib/assert-is-plain-object/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-positive-integer/lib/index.js +29 -0
- package/dist/node_modules/@stdlib/assert-is-positive-integer/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-positive-integer/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-positive-integer/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-positive-integer/lib/object.js +27 -0
- package/dist/node_modules/@stdlib/assert-is-positive-integer/lib/object.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-positive-integer/lib/primitive.js +27 -0
- package/dist/node_modules/@stdlib/assert-is-positive-integer/lib/primitive.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-string/lib/index.js +29 -0
- package/dist/node_modules/@stdlib/assert-is-string/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-string/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-string/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-string/lib/object.js +29 -0
- package/dist/node_modules/@stdlib/assert-is-string/lib/object.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-string/lib/primitive.js +25 -0
- package/dist/node_modules/@stdlib/assert-is-string/lib/primitive.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-string/lib/try2valueof.js +31 -0
- package/dist/node_modules/@stdlib/assert-is-string/lib/try2valueof.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-string/lib/valueof.js +22 -0
- package/dist/node_modules/@stdlib/assert-is-string/lib/valueof.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-typed-array-like/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-is-typed-array-like/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-typed-array-like/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-typed-array-like/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-uint16array/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-is-uint16array/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-uint16array/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-uint16array/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-uint32array/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-is-uint32array/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-uint32array/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-uint32array/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-uint8array/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-is-uint8array/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-uint8array/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-uint8array/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-uint8clampedarray/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-is-uint8clampedarray/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-is-uint8clampedarray/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/assert-is-uint8clampedarray/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-tools-array-function/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-tools-array-function/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-tools-array-function/lib/main.js +39 -0
- package/dist/node_modules/@stdlib/assert-tools-array-function/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-tools-array-like-function/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/assert-tools-array-like-function/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/assert-tools-array-like-function/lib/main.js +39 -0
- package/dist/node_modules/@stdlib/assert-tools-array-like-function/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/blas-base-gcopy/lib/accessors.js +28 -0
- package/dist/node_modules/@stdlib/blas-base-gcopy/lib/accessors.js.map +1 -0
- package/dist/node_modules/@stdlib/blas-base-gcopy/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/blas-base-gcopy/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/blas-base-gcopy/lib/main.js +45 -0
- package/dist/node_modules/@stdlib/blas-base-gcopy/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/blas-base-gcopy/lib/ndarray.js +45 -0
- package/dist/node_modules/@stdlib/blas-base-gcopy/lib/ndarray.js.map +1 -0
- package/dist/node_modules/@stdlib/blas-ext-base-gapxsumpw/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/blas-ext-base-gapxsumpw/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/blas-ext-base-gapxsumpw/lib/main.js +37 -0
- package/dist/node_modules/@stdlib/blas-ext-base-gapxsumpw/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/blas-ext-base-gapxsumpw/lib/ndarray.js +44 -0
- package/dist/node_modules/@stdlib/blas-ext-base-gapxsumpw/lib/ndarray.js.map +1 -0
- package/dist/node_modules/@stdlib/blas-ext-base-gsumpw/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/blas-ext-base-gsumpw/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/blas-ext-base-gsumpw/lib/main.js +37 -0
- package/dist/node_modules/@stdlib/blas-ext-base-gsumpw/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/blas-ext-base-gsumpw/lib/ndarray.js +44 -0
- package/dist/node_modules/@stdlib/blas-ext-base-gsumpw/lib/ndarray.js.map +1 -0
- package/dist/node_modules/@stdlib/boolean-ctor/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/boolean-ctor/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/boolean-ctor/lib/main.js +22 -0
- package/dist/node_modules/@stdlib/boolean-ctor/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/complex-float32/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/complex-float32/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/complex-float32/lib/main.js +54 -0
- package/dist/node_modules/@stdlib/complex-float32/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/complex-float32/lib/tojson.js +26 -0
- package/dist/node_modules/@stdlib/complex-float32/lib/tojson.js.map +1 -0
- package/dist/node_modules/@stdlib/complex-float32/lib/tostring.js +26 -0
- package/dist/node_modules/@stdlib/complex-float32/lib/tostring.js.map +1 -0
- package/dist/node_modules/@stdlib/complex-float32-ctor/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/complex-float32-ctor/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/complex-float32-ctor/lib/main.js +54 -0
- package/dist/node_modules/@stdlib/complex-float32-ctor/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/complex-float32-ctor/lib/tojson.js +26 -0
- package/dist/node_modules/@stdlib/complex-float32-ctor/lib/tojson.js.map +1 -0
- package/dist/node_modules/@stdlib/complex-float32-ctor/lib/tostring.js +26 -0
- package/dist/node_modules/@stdlib/complex-float32-ctor/lib/tostring.js.map +1 -0
- package/dist/node_modules/@stdlib/complex-float64/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/complex-float64/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/complex-float64/lib/main.js +53 -0
- package/dist/node_modules/@stdlib/complex-float64/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/complex-float64/lib/tojson.js +26 -0
- package/dist/node_modules/@stdlib/complex-float64/lib/tojson.js.map +1 -0
- package/dist/node_modules/@stdlib/complex-float64/lib/tostring.js +26 -0
- package/dist/node_modules/@stdlib/complex-float64/lib/tostring.js.map +1 -0
- package/dist/node_modules/@stdlib/complex-imag/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/complex-imag/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/complex-imag/lib/main.js +25 -0
- package/dist/node_modules/@stdlib/complex-imag/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/complex-imagf/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/complex-imagf/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/complex-imagf/lib/main.js +25 -0
- package/dist/node_modules/@stdlib/complex-imagf/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/complex-real/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/complex-real/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/complex-real/lib/main.js +25 -0
- package/dist/node_modules/@stdlib/complex-real/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/complex-realf/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/complex-realf/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/complex-realf/lib/main.js +25 -0
- package/dist/node_modules/@stdlib/complex-realf/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-array-max-array-length/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-array-max-array-length/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-array-max-typed-array-length/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-array-max-typed-array-length/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float32-max/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float32-max/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float32-smallest-normal/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float32-smallest-normal/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-e/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-e/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-eps/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-eps/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-eulergamma/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-eulergamma/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-exponent-bias/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-exponent-bias/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-fourth-pi/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-fourth-pi/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-gamma-lanczos-g/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-gamma-lanczos-g/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-half-ln-two/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-half-ln-two/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-half-pi/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-half-pi/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-high-word-abs-mask/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-high-word-abs-mask/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-high-word-exponent-mask/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-high-word-exponent-mask/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-high-word-sign-mask/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-high-word-sign-mask/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-high-word-significand-mask/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-high-word-significand-mask/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-ln-sqrt-two-pi/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-ln-sqrt-two-pi/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-ln-two/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-ln-two/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-max/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-max/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-max-base10-exponent/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-max-base10-exponent/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-max-base2-exponent/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-max-base2-exponent/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-max-base2-exponent-subnormal/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-max-base2-exponent-subnormal/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-max-ln/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-max-ln/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-max-safe-integer/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-max-safe-integer/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-max-safe-nth-factorial/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-max-safe-nth-factorial/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-min-base10-exponent/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-min-base10-exponent/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-min-base10-exponent-subnormal/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-min-base10-exponent-subnormal/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-min-base2-exponent-subnormal/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-min-base2-exponent-subnormal/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-min-ln/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-min-ln/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-ninf/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/constants-float64-ninf/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-pi/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-pi/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-pinf/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-pinf/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-smallest-normal/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-smallest-normal/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-smallest-subnormal/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-smallest-subnormal/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-sqrt-eps/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-sqrt-eps/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-sqrt-two/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-sqrt-two/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-sqrt-two-pi/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-sqrt-two-pi/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-float64-two-pi/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-float64-two-pi/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-int16-max/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-int16-max/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-int16-min/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-int16-min/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-int32-max/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-int32-max/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-int32-min/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-int32-min/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-int8-max/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-int8-max/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-int8-min/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-int8-min/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-uint16-max/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-uint16-max/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-uint32-max/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-uint32-max/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/constants-uint8-max/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/constants-uint8-max/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/function-ctor/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/function-ctor/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/function-ctor/lib/main.js +22 -0
- package/dist/node_modules/@stdlib/function-ctor/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-even/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-even/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-even/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-even/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-finite/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-finite/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-finite/lib/main.js +32 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-finite/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-infinite/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-infinite/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-infinite/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-infinite/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-integer/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-integer/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-integer/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-integer/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-nan/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-nan/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-nan/lib/main.js +25 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-nan/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-negative-zero/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-negative-zero/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-negative-zero/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-negative-zero/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-odd/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-odd/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-odd/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-odd/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-positive-integer/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-positive-integer/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-positive-integer/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-positive-integer/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-positive-zero/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-positive-zero/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-positive-zero/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/math-base-assert-is-positive-zero/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-abs/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-abs/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-abs/lib/main.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-abs/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-acos/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-acos/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-acos/lib/main.js +45 -0
- package/dist/node_modules/@stdlib/math-base-special-acos/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-asin/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-asin/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-asin/lib/main.js +57 -0
- package/dist/node_modules/@stdlib/math-base-special-asin/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-asin/lib/rational_pq.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-asin/lib/rational_pq.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-asin/lib/rational_rs.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-asin/lib/rational_rs.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-beta/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-beta/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-beta/lib/lanczos_sum_expg_scaled.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-beta/lib/lanczos_sum_expg_scaled.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-beta/lib/main.js +49 -0
- package/dist/node_modules/@stdlib/math-base-special-beta/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-betainc/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-betainc/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-betainc/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/math-base-special-betainc/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-binomcoef/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-binomcoef/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-binomcoef/lib/main.js +46 -0
- package/dist/node_modules/@stdlib/math-base-special-binomcoef/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-ceil/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-ceil/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-ceil/lib/main.js +22 -0
- package/dist/node_modules/@stdlib/math-base-special-ceil/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-copysign/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-copysign/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-copysign/lib/main.js +32 -0
- package/dist/node_modules/@stdlib/math-base-special-copysign/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-cos/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-cos/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-cos/lib/main.js +58 -0
- package/dist/node_modules/@stdlib/math-base-special-cos/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-erfc/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-erfc/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-erfc/lib/main.js +76 -0
- package/dist/node_modules/@stdlib/math-base-special-erfc/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_pa.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_pa.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_pp.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_pp.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_qa.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_qa.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_qq.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_qq.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_ra.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_ra.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_rb.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_rb.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_sa.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_sa.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_sb.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-erfc/lib/polyval_sb.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/main.js +50 -0
- package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p1q1.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p1q1.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p2q2.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p2q2.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p3q3.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p3q3.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p4q4.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p4q4.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p5q5.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-erfcinv/lib/rational_p5q5.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-exp/lib/expmulti.js +73 -0
- package/dist/node_modules/@stdlib/math-base-special-exp/lib/expmulti.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-exp/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-exp/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-exp/lib/main.js +76 -0
- package/dist/node_modules/@stdlib/math-base-special-exp/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-exp/lib/polyval_p.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-exp/lib/polyval_p.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-expm1/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-expm1/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-expm1/lib/main.js +69 -0
- package/dist/node_modules/@stdlib/math-base-special-expm1/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-expm1/lib/polyval_q.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-expm1/lib/polyval_q.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/lib/factorials.json.js +177 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/lib/factorials.json.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/lib/main.js +32 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-assert-is-odd/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-assert-is-odd/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-assert-is-odd/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-assert-is-odd/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-gamma/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-gamma/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-gamma/lib/main.js +75 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-gamma/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-gamma/lib/polyval_s.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-gamma/lib/polyval_s.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-gamma/lib/rational_pq.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-gamma/lib/rational_pq.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-gamma/lib/small_approximation.js +41 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-gamma/lib/small_approximation.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-gamma/lib/stirling_approximation.js +45 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-gamma/lib/stirling_approximation.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/log2ax.js +57 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/log2ax.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/logx.js +43 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/logx.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/main.js +108 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/polyval_l.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/polyval_l.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/polyval_p.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/polyval_p.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/polyval_w.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/polyval_w.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/pow2.js +51 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/pow2.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/x_is_zero.js +44 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/x_is_zero.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/y_is_huge.js +43 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/y_is_huge.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/y_is_infinite.js +28 -0
- package/dist/node_modules/@stdlib/math-base-special-factorial/node_modules/@stdlib/math-base-special-pow/lib/y_is_infinite.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-floor/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-floor/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-floor/lib/main.js +22 -0
- package/dist/node_modules/@stdlib/math-base-special-floor/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma/lib/main.js +75 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma/lib/polyval_s.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma/lib/polyval_s.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma/lib/rational_pq.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma/lib/rational_pq.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma/lib/small_approximation.js +41 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma/lib/small_approximation.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma/lib/stirling_approximation.js +45 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma/lib/stirling_approximation.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/lib/gamma_delta_ratio_lanczos.js +52 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/lib/gamma_delta_ratio_lanczos.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/lib/main.js +66 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-assert-is-odd/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-assert-is-odd/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-assert-is-odd/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-assert-is-odd/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-factorial/lib/factorials.json.js +177 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-factorial/lib/factorials.json.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-factorial/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-factorial/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-factorial/lib/main.js +31 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-factorial/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/lib/main.js +75 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/lib/polyval_s.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/lib/polyval_s.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/lib/rational_pq.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/lib/rational_pq.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/lib/small_approximation.js +41 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/lib/small_approximation.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/lib/stirling_approximation.js +45 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/lib/stirling_approximation.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/log2ax.js +57 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/log2ax.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/logx.js +43 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/logx.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/main.js +108 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/polyval_l.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/polyval_l.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/polyval_p.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/polyval_p.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/polyval_w.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/polyval_w.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/pow2.js +51 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/pow2.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/x_is_zero.js +44 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/x_is_zero.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/y_is_huge.js +43 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/y_is_huge.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/y_is_infinite.js +28 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-delta-ratio/node_modules/@stdlib/math-base-special-gamma/node_modules/@stdlib/math-base-special-pow/lib/y_is_infinite.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-lanczos-sum/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-lanczos-sum/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-lanczos-sum/lib/main.js +36 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-lanczos-sum/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-lanczos-sum/lib/rational_pq.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-lanczos-sum/lib/rational_pq.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled/lib/main.js +36 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled/lib/rational_pq.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled/lib/rational_pq.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/lib/lgamma_small_imp.js +61 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/lib/lgamma_small_imp.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/lib/main.js +47 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/lib/rational_p1q1.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/lib/rational_p1q1.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/lib/rational_p2q2.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/lib/rational_p2q2.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/lib/rational_p3q3.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/lib/rational_p3q3.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-assert-is-odd/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-assert-is-odd/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-assert-is-odd/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-assert-is-odd/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-gamma/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-gamma/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-gamma/lib/main.js +75 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-gamma/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-gamma/lib/polyval_s.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-gamma/lib/polyval_s.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-gamma/lib/rational_pq.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-gamma/lib/rational_pq.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-gamma/lib/small_approximation.js +41 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-gamma/lib/small_approximation.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-gamma/lib/stirling_approximation.js +45 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-gamma/lib/stirling_approximation.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/log2ax.js +57 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/log2ax.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/logx.js +43 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/logx.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/main.js +108 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/polyval_l.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/polyval_l.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/polyval_p.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/polyval_p.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/polyval_w.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/polyval_w.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/pow2.js +51 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/pow2.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/x_is_zero.js +44 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/x_is_zero.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/y_is_huge.js +43 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/y_is_huge.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/y_is_infinite.js +28 -0
- package/dist/node_modules/@stdlib/math-base-special-gamma1pm1/node_modules/@stdlib/math-base-special-pow/lib/y_is_infinite.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/finite_gamma_q.js +45 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/finite_gamma_q.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/finite_half_gamma_q.js +50 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/finite_half_gamma_q.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/full_igamma_prefix.js +46 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/full_igamma_prefix.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/igamma_temme_large.js +56 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/igamma_temme_large.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/lower_gamma_series.js +45 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/lower_gamma_series.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/lower_incomplete_gamma_series.js +44 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/lower_incomplete_gamma_series.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/main.js +90 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c0.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c0.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c1.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c1.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c2.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c2.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c3.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c3.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c4.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c4.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c5.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c5.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c6.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c6.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c7.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c7.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c8.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/polyval_c8.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/regularised_gamma_prefix.js +58 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/regularised_gamma_prefix.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/small_gamma2_series.js +43 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/small_gamma2_series.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/tgamma_small_upper_part.js +47 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/tgamma_small_upper_part.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/upper_gamma_fraction.js +43 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/upper_gamma_fraction.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/upper_incomplete_gamma_fract.js +46 -0
- package/dist/node_modules/@stdlib/math-base-special-gammainc/lib/upper_incomplete_gamma_fract.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/chepolsum.js +50 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/chepolsum.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/compute.js +57 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/compute.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/eps1.js +31 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/eps1.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/eps2.js +31 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/eps2.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/eps3.js +33 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/eps3.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/gamstar.js +32 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/gamstar.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/higher_newton.js +43 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/higher_newton.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/lambdaeta.js +39 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/lambdaeta.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/main.js +30 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/polyval_ak1.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/polyval_ak1.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/polyval_ak2.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/polyval_ak2.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/polyval_c.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/polyval_c.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/polyval_d.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/polyval_d.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak0bk0.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak0bk0.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak1bk1.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak1bk1.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak2bk2.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak2bk2.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak3bk3.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak3bk3.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak4bk4.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak4bk4.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak5bk5.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak5bk5.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak6bk6.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak6bk6.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak7bk7.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak7bk7.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak8bk8.js +26 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/rational_ak8bk8.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/stirling.js +35 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaincinv/lib/stirling.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/main.js +98 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_a1.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_a1.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_a2.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_a2.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_r.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_r.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_s.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_s.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_t1.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_t1.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_t2.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_t2.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_t3.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_t3.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_u.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_u.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_v.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_v.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_w.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-gammaln/lib/polyval_w.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gcd/lib/binary_gcd.js +39 -0
- package/dist/node_modules/@stdlib/math-base-special-gcd/lib/binary_gcd.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gcd/lib/bitwise_binary_gcd.js +39 -0
- package/dist/node_modules/@stdlib/math-base-special-gcd/lib/bitwise_binary_gcd.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gcd/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-gcd/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gcd/lib/main.js +33 -0
- package/dist/node_modules/@stdlib/math-base-special-gcd/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-gcd/node_modules/@stdlib/constants-int32-max/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/math-base-special-gcd/node_modules/@stdlib/constants-int32-max/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/assign.js +47 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/assign.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/beta_small_b_large_a_series.js +62 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/beta_small_b_large_a_series.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/binomial_ccdf.js +56 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/binomial_ccdf.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/full_igamma_prefix.js +46 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/full_igamma_prefix.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/ibeta_a_step.js +45 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/ibeta_a_step.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/ibeta_fraction2.js +53 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/ibeta_fraction2.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/ibeta_power_terms.js +93 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/ibeta_power_terms.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/ibeta_series.js +62 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/ibeta_series.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/regularized_gamma_prefix.js +58 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/regularized_gamma_prefix.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/rising_factorial_ratio.js +43 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betainc/lib/rising_factorial_ratio.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/find_ibeta_inv_from_t_dist.js +42 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/find_ibeta_inv_from_t_dist.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/halley_iterate.js +62 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/halley_iterate.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/ibeta_roots.js +48 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/ibeta_roots.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/inverse_students_t.js +80 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/inverse_students_t.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/inverse_students_t_body_series.js +54 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/inverse_students_t_body_series.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/inverse_students_t_hill.js +47 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/inverse_students_t_hill.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/inverse_students_t_tail_series.js +46 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/inverse_students_t_tail_series.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/main.js +60 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/newton_raphson.js +55 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/newton_raphson.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co1.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co1.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co10.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co10.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co11.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co11.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co12.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co12.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co13.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co13.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co14.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co14.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co15.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co15.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co16.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co16.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co17.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co17.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co18.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co18.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co19.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co19.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co2.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co2.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co20.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co20.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co21.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co21.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co22.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co22.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co3.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co3.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co4.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co4.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co5.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co5.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co6.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co6.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co7.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co7.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co8.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co8.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co9.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/polyval_co9.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/root_finder.js +45 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/root_finder.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/temme1.js +46 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/temme1.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/temme2.js +64 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/temme2.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/temme3.js +47 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/lib/temme3.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/node_modules/@stdlib/math-base-special-cos/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/node_modules/@stdlib/math-base-special-cos/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/node_modules/@stdlib/math-base-special-cos/lib/main.js +60 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/node_modules/@stdlib/math-base-special-cos/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/node_modules/@stdlib/math-base-special-sin/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/node_modules/@stdlib/math-base-special-sin/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/node_modules/@stdlib/math-base-special-sin/lib/main.js +60 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-betaincinv/node_modules/@stdlib/math-base-special-sin/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-cos/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-cos/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-cos/lib/main.js +43 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-cos/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-cos/lib/polyval_c13.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-cos/lib/polyval_c13.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-cos/lib/polyval_c46.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-cos/lib/polyval_c46.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-sin/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-sin/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-sin/lib/main.js +41 -0
- package/dist/node_modules/@stdlib/math-base-special-kernel-sin/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-ldexp/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-ldexp/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-ldexp/lib/main.js +41 -0
- package/dist/node_modules/@stdlib/math-base-special-ldexp/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-ln/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-ln/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-ln/lib/main.js +48 -0
- package/dist/node_modules/@stdlib/math-base-special-ln/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-ln/lib/polyval_p.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-ln/lib/polyval_p.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-ln/lib/polyval_q.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-ln/lib/polyval_q.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-log1p/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-log1p/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-log1p/lib/main.js +59 -0
- package/dist/node_modules/@stdlib/math-base-special-log1p/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-log1p/lib/polyval_lp.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-log1p/lib/polyval_lp.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-log1pmx/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-log1pmx/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-log1pmx/lib/log1p_series.js +41 -0
- package/dist/node_modules/@stdlib/math-base-special-log1pmx/lib/log1p_series.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-log1pmx/lib/main.js +47 -0
- package/dist/node_modules/@stdlib/math-base-special-log1pmx/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-max/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-max/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-max/lib/main.js +29 -0
- package/dist/node_modules/@stdlib/math-base-special-max/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-maxabs/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-maxabs/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-maxabs/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/math-base-special-maxabs/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-maxabs/node_modules/@stdlib/math-base-special-max/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-maxabs/node_modules/@stdlib/math-base-special-max/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-maxabs/node_modules/@stdlib/math-base-special-max/lib/main.js +29 -0
- package/dist/node_modules/@stdlib/math-base-special-maxabs/node_modules/@stdlib/math-base-special-max/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-min/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-min/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-min/lib/main.js +29 -0
- package/dist/node_modules/@stdlib/math-base-special-min/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-minabs/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-minabs/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-minabs/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/math-base-special-minabs/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-pow/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-pow/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-pow/lib/log2ax.js +57 -0
- package/dist/node_modules/@stdlib/math-base-special-pow/lib/log2ax.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-pow/lib/logx.js +43 -0
- package/dist/node_modules/@stdlib/math-base-special-pow/lib/logx.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-pow/lib/main.js +108 -0
- package/dist/node_modules/@stdlib/math-base-special-pow/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-pow/lib/polyval_l.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-pow/lib/polyval_l.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-pow/lib/polyval_p.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-pow/lib/polyval_p.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-pow/lib/polyval_w.js +25 -0
- package/dist/node_modules/@stdlib/math-base-special-pow/lib/polyval_w.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-pow/lib/pow2.js +51 -0
- package/dist/node_modules/@stdlib/math-base-special-pow/lib/pow2.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-pow/lib/x_is_zero.js +44 -0
- package/dist/node_modules/@stdlib/math-base-special-pow/lib/x_is_zero.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-pow/lib/y_is_huge.js +43 -0
- package/dist/node_modules/@stdlib/math-base-special-pow/lib/y_is_huge.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-pow/lib/y_is_infinite.js +28 -0
- package/dist/node_modules/@stdlib/math-base-special-pow/lib/y_is_infinite.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-powm1/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-powm1/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-powm1/lib/main.js +58 -0
- package/dist/node_modules/@stdlib/math-base-special-powm1/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-rempio2/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-rempio2/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-rempio2/lib/kernel_rempio2.js +185 -0
- package/dist/node_modules/@stdlib/math-base-special-rempio2/lib/kernel_rempio2.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-rempio2/lib/main.js +65 -0
- package/dist/node_modules/@stdlib/math-base-special-rempio2/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-rempio2/lib/rempio2_medium.js +43 -0
- package/dist/node_modules/@stdlib/math-base-special-rempio2/lib/rempio2_medium.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-rempio2/node_modules/@stdlib/math-base-special-round/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-rempio2/node_modules/@stdlib/math-base-special-round/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-rempio2/node_modules/@stdlib/math-base-special-round/lib/main.js +22 -0
- package/dist/node_modules/@stdlib/math-base-special-rempio2/node_modules/@stdlib/math-base-special-round/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-round/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-round/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-round/lib/main.js +22 -0
- package/dist/node_modules/@stdlib/math-base-special-round/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-roundn/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-roundn/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-roundn/lib/main.js +42 -0
- package/dist/node_modules/@stdlib/math-base-special-roundn/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-signum/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-signum/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-signum/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/math-base-special-signum/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-sin/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-sin/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-sin/lib/main.js +60 -0
- package/dist/node_modules/@stdlib/math-base-special-sin/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-sinpi/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-sinpi/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-sinpi/lib/main.js +34 -0
- package/dist/node_modules/@stdlib/math-base-special-sinpi/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-sqrt/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-sqrt/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-sqrt/lib/main.js +22 -0
- package/dist/node_modules/@stdlib/math-base-special-sqrt/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-trunc/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/math-base-special-trunc/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-special-trunc/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/math-base-special-trunc/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-tools-continued-fraction/lib/basic.js +46 -0
- package/dist/node_modules/@stdlib/math-base-tools-continued-fraction/lib/basic.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-tools-continued-fraction/lib/generators.js +54 -0
- package/dist/node_modules/@stdlib/math-base-tools-continued-fraction/lib/generators.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-tools-continued-fraction/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/math-base-tools-continued-fraction/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-tools-evalpoly/lib/factory.js +45 -0
- package/dist/node_modules/@stdlib/math-base-tools-evalpoly/lib/factory.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-tools-evalpoly/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/math-base-tools-evalpoly/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-tools-evalpoly/lib/main.js +30 -0
- package/dist/node_modules/@stdlib/math-base-tools-evalpoly/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-tools-sum-series/lib/basic.js +33 -0
- package/dist/node_modules/@stdlib/math-base-tools-sum-series/lib/basic.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-tools-sum-series/lib/generators.js +37 -0
- package/dist/node_modules/@stdlib/math-base-tools-sum-series/lib/generators.js.map +1 -0
- package/dist/node_modules/@stdlib/math-base-tools-sum-series/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/math-base-tools-sum-series/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/number-ctor/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/number-ctor/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/number-ctor/lib/main.js +22 -0
- package/dist/node_modules/@stdlib/number-ctor/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-exponent/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/number-float64-base-exponent/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-exponent/lib/main.js +30 -0
- package/dist/node_modules/@stdlib/number-float64-base-exponent/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-from-words/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/number-float64-base-from-words/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-from-words/lib/indices.js +29 -0
- package/dist/node_modules/@stdlib/number-float64-base-from-words/lib/indices.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-from-words/lib/main.js +29 -0
- package/dist/node_modules/@stdlib/number-float64-base-from-words/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-get-high-word/lib/high.js +25 -0
- package/dist/node_modules/@stdlib/number-float64-base-get-high-word/lib/high.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-get-high-word/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/number-float64-base-get-high-word/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-get-high-word/lib/main.js +29 -0
- package/dist/node_modules/@stdlib/number-float64-base-get-high-word/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-get-low-word/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/number-float64-base-get-low-word/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-get-low-word/lib/low.js +25 -0
- package/dist/node_modules/@stdlib/number-float64-base-get-low-word/lib/low.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-get-low-word/lib/main.js +29 -0
- package/dist/node_modules/@stdlib/number-float64-base-get-low-word/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-normalize/lib/assign.js +30 -0
- package/dist/node_modules/@stdlib/number-float64-base-normalize/lib/assign.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-normalize/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/number-float64-base-normalize/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-normalize/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/number-float64-base-normalize/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-set-high-word/lib/high.js +25 -0
- package/dist/node_modules/@stdlib/number-float64-base-set-high-word/lib/high.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-set-high-word/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/number-float64-base-set-high-word/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-set-high-word/lib/main.js +29 -0
- package/dist/node_modules/@stdlib/number-float64-base-set-high-word/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-set-low-word/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/number-float64-base-set-low-word/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-set-low-word/lib/low.js +25 -0
- package/dist/node_modules/@stdlib/number-float64-base-set-low-word/lib/low.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-set-low-word/lib/main.js +29 -0
- package/dist/node_modules/@stdlib/number-float64-base-set-low-word/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-to-float32/lib/index.js +26 -0
- package/dist/node_modules/@stdlib/number-float64-base-to-float32/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-to-float32/lib/main.js +22 -0
- package/dist/node_modules/@stdlib/number-float64-base-to-float32/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-to-float32/lib/polyfill.js +27 -0
- package/dist/node_modules/@stdlib/number-float64-base-to-float32/lib/polyfill.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-to-words/lib/assign.js +29 -0
- package/dist/node_modules/@stdlib/number-float64-base-to-words/lib/assign.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-to-words/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/number-float64-base-to-words/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-to-words/lib/indices.js +29 -0
- package/dist/node_modules/@stdlib/number-float64-base-to-words/lib/indices.js.map +1 -0
- package/dist/node_modules/@stdlib/number-float64-base-to-words/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/number-float64-base-to-words/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/number-uint32-base-to-int32/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/number-uint32-base-to-int32/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/number-uint32-base-to-int32/lib/main.js +25 -0
- package/dist/node_modules/@stdlib/number-uint32-base-to-int32/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/object-ctor/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/object-ctor/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/object-ctor/lib/main.js +22 -0
- package/dist/node_modules/@stdlib/object-ctor/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/regexp-function-name/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/regexp-function-name/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/regexp-function-name/lib/main.js +25 -0
- package/dist/node_modules/@stdlib/regexp-function-name/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/regexp-function-name/lib/regexp.js +23 -0
- package/dist/node_modules/@stdlib/regexp-function-name/lib/regexp.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-anova1/lib/defaults.js +27 -0
- package/dist/node_modules/@stdlib/stats-anova1/lib/defaults.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-anova1/lib/index.js +25 -0
- package/dist/node_modules/@stdlib/stats-anova1/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-anova1/lib/main.js +57 -0
- package/dist/node_modules/@stdlib/stats-anova1/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-anova1/lib/mean.js +28 -0
- package/dist/node_modules/@stdlib/stats-anova1/lib/mean.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-anova1/lib/mean_table.js +39 -0
- package/dist/node_modules/@stdlib/stats-anova1/lib/mean_table.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-anova1/lib/print.js +64 -0
- package/dist/node_modules/@stdlib/stats-anova1/lib/print.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-anova1/lib/unique.js +35 -0
- package/dist/node_modules/@stdlib/stats-anova1/lib/unique.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-anova1/lib/validate.js +39 -0
- package/dist/node_modules/@stdlib/stats-anova1/lib/validate.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-dists-chisquare-cdf/lib/factory.js +27 -0
- package/dist/node_modules/@stdlib/stats-base-dists-chisquare-cdf/lib/factory.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-dists-chisquare-cdf/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/stats-base-dists-chisquare-cdf/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-dists-chisquare-cdf/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/stats-base-dists-chisquare-cdf/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-dists-degenerate-cdf/lib/factory.js +33 -0
- package/dist/node_modules/@stdlib/stats-base-dists-degenerate-cdf/lib/factory.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-dists-degenerate-cdf/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/stats-base-dists-degenerate-cdf/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-dists-degenerate-cdf/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/stats-base-dists-degenerate-cdf/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-dists-f-cdf/lib/factory.js +35 -0
- package/dist/node_modules/@stdlib/stats-base-dists-f-cdf/lib/factory.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-dists-f-cdf/lib/index.js +30 -0
- package/dist/node_modules/@stdlib/stats-base-dists-f-cdf/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-dists-f-cdf/lib/main.js +29 -0
- package/dist/node_modules/@stdlib/stats-base-dists-f-cdf/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-dists-gamma-cdf/lib/factory.js +38 -0
- package/dist/node_modules/@stdlib/stats-base-dists-gamma-cdf/lib/factory.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-dists-gamma-cdf/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/stats-base-dists-gamma-cdf/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-dists-gamma-cdf/lib/main.js +29 -0
- package/dist/node_modules/@stdlib/stats-base-dists-gamma-cdf/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-dists-normal-cdf/lib/factory.js +40 -0
- package/dist/node_modules/@stdlib/stats-base-dists-normal-cdf/lib/factory.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-dists-normal-cdf/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/stats-base-dists-normal-cdf/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-dists-normal-cdf/lib/main.js +30 -0
- package/dist/node_modules/@stdlib/stats-base-dists-normal-cdf/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-dists-signrank-cdf/lib/factory.js +49 -0
- package/dist/node_modules/@stdlib/stats-base-dists-signrank-cdf/lib/factory.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-dists-signrank-cdf/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/stats-base-dists-signrank-cdf/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-dists-signrank-cdf/lib/main.js +42 -0
- package/dist/node_modules/@stdlib/stats-base-dists-signrank-cdf/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-dists-signrank-cdf/lib/weights.js +29 -0
- package/dist/node_modules/@stdlib/stats-base-dists-signrank-cdf/lib/weights.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-dists-t-cdf/lib/factory.js +36 -0
- package/dist/node_modules/@stdlib/stats-base-dists-t-cdf/lib/factory.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-dists-t-cdf/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/stats-base-dists-t-cdf/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-dists-t-cdf/lib/main.js +30 -0
- package/dist/node_modules/@stdlib/stats-base-dists-t-cdf/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-dists-t-quantile/lib/factory.js +37 -0
- package/dist/node_modules/@stdlib/stats-base-dists-t-quantile/lib/factory.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-dists-t-quantile/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/stats-base-dists-t-quantile/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-dists-t-quantile/lib/main.js +31 -0
- package/dist/node_modules/@stdlib/stats-base-dists-t-quantile/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-mean/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/stats-base-mean/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-mean/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/stats-base-mean/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-mean/lib/mean.js +27 -0
- package/dist/node_modules/@stdlib/stats-base-mean/lib/mean.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-mean/lib/ndarray.js +27 -0
- package/dist/node_modules/@stdlib/stats-base-mean/lib/ndarray.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-meanpn/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/stats-base-meanpn/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-meanpn/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/stats-base-meanpn/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-meanpn/lib/meanpn.js +29 -0
- package/dist/node_modules/@stdlib/stats-base-meanpn/lib/meanpn.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-meanpn/lib/ndarray.js +29 -0
- package/dist/node_modules/@stdlib/stats-base-meanpn/lib/ndarray.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-variance/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/stats-base-variance/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-variance/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/stats-base-variance/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-variance/lib/ndarray.js +27 -0
- package/dist/node_modules/@stdlib/stats-base-variance/lib/ndarray.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-variance/lib/variance.js +27 -0
- package/dist/node_modules/@stdlib/stats-base-variance/lib/variance.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-variancepn/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/stats-base-variancepn/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-variancepn/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/stats-base-variancepn/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-variancepn/lib/ndarray.js +34 -0
- package/dist/node_modules/@stdlib/stats-base-variancepn/lib/ndarray.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-base-variancepn/lib/variancepn.js +34 -0
- package/dist/node_modules/@stdlib/stats-base-variancepn/lib/variancepn.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-incr-stdev/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/stats-incr-stdev/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-incr-stdev/lib/main.js +42 -0
- package/dist/node_modules/@stdlib/stats-incr-stdev/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-kruskal-test/lib/index.js +25 -0
- package/dist/node_modules/@stdlib/stats-kruskal-test/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-kruskal-test/lib/main.js +71 -0
- package/dist/node_modules/@stdlib/stats-kruskal-test/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-kruskal-test/lib/print.js +55 -0
- package/dist/node_modules/@stdlib/stats-kruskal-test/lib/print.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-kruskal-test/lib/validate.js +32 -0
- package/dist/node_modules/@stdlib/stats-kruskal-test/lib/validate.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-ranks/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/stats-ranks/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-ranks/lib/is_missing.js +30 -0
- package/dist/node_modules/@stdlib/stats-ranks/lib/is_missing.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-ranks/lib/main.js +76 -0
- package/dist/node_modules/@stdlib/stats-ranks/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-ranks/lib/order.js +34 -0
- package/dist/node_modules/@stdlib/stats-ranks/lib/order.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-ranks/lib/sum.js +28 -0
- package/dist/node_modules/@stdlib/stats-ranks/lib/sum.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-ranks/lib/validate.js +32 -0
- package/dist/node_modules/@stdlib/stats-ranks/lib/validate.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-ttest/lib/index.js +25 -0
- package/dist/node_modules/@stdlib/stats-ttest/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-ttest/lib/main.js +79 -0
- package/dist/node_modules/@stdlib/stats-ttest/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-ttest/lib/print.js +69 -0
- package/dist/node_modules/@stdlib/stats-ttest/lib/print.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-ttest/lib/validate.js +51 -0
- package/dist/node_modules/@stdlib/stats-ttest/lib/validate.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-ttest2/lib/index.js +25 -0
- package/dist/node_modules/@stdlib/stats-ttest2/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-ttest2/lib/main.js +72 -0
- package/dist/node_modules/@stdlib/stats-ttest2/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-ttest2/lib/print.js +69 -0
- package/dist/node_modules/@stdlib/stats-ttest2/lib/print.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-ttest2/lib/validate.js +32 -0
- package/dist/node_modules/@stdlib/stats-ttest2/lib/validate.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-wilcoxon/lib/index.js +25 -0
- package/dist/node_modules/@stdlib/stats-wilcoxon/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-wilcoxon/lib/main.js +85 -0
- package/dist/node_modules/@stdlib/stats-wilcoxon/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-wilcoxon/lib/print.js +67 -0
- package/dist/node_modules/@stdlib/stats-wilcoxon/lib/print.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-wilcoxon/lib/unique.js +14 -0
- package/dist/node_modules/@stdlib/stats-wilcoxon/lib/unique.js.map +1 -0
- package/dist/node_modules/@stdlib/stats-wilcoxon/lib/validate.js +60 -0
- package/dist/node_modules/@stdlib/stats-wilcoxon/lib/validate.js.map +1 -0
- package/dist/node_modules/@stdlib/strided-base-reinterpret-complex128/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/strided-base-reinterpret-complex128/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/strided-base-reinterpret-complex128/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/strided-base-reinterpret-complex128/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/strided-base-reinterpret-complex64/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/strided-base-reinterpret-complex64/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/strided-base-reinterpret-complex64/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/strided-base-reinterpret-complex64/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/format_double.js +49 -0
- package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/format_double.js.map +1 -0
- package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/format_integer.js +52 -0
- package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/format_integer.js.map +1 -0
- package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/is_number.js +25 -0
- package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/is_number.js.map +1 -0
- package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/is_string.js +25 -0
- package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/is_string.js.map +1 -0
- package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/main.js +110 -0
- package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/space_pad.js +32 -0
- package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/space_pad.js.map +1 -0
- package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/zero_pad.js +35 -0
- package/dist/node_modules/@stdlib/string-base-format-interpolate/lib/zero_pad.js.map +1 -0
- package/dist/node_modules/@stdlib/string-base-format-tokenize/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/string-base-format-tokenize/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/string-base-format-tokenize/lib/main.js +39 -0
- package/dist/node_modules/@stdlib/string-base-format-tokenize/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/string-base-repeat/lib/builtin.js +22 -0
- package/dist/node_modules/@stdlib/string-base-repeat/lib/builtin.js.map +1 -0
- package/dist/node_modules/@stdlib/string-base-repeat/lib/has_builtin.js +22 -0
- package/dist/node_modules/@stdlib/string-base-repeat/lib/has_builtin.js.map +1 -0
- package/dist/node_modules/@stdlib/string-base-repeat/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/string-base-repeat/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/string-base-repeat/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/string-base-repeat/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/string-base-repeat/lib/polyfill.js +30 -0
- package/dist/node_modules/@stdlib/string-base-repeat/lib/polyfill.js.map +1 -0
- package/dist/node_modules/@stdlib/string-format/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/string-format/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/string-format/lib/is_string.js +25 -0
- package/dist/node_modules/@stdlib/string-format/lib/is_string.js.map +1 -0
- package/dist/node_modules/@stdlib/string-format/lib/main.js +34 -0
- package/dist/node_modules/@stdlib/string-format/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/string-repeat/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/string-repeat/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/string-repeat/lib/main.js +34 -0
- package/dist/node_modules/@stdlib/string-repeat/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/symbol-ctor/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/symbol-ctor/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/symbol-ctor/lib/main.js +22 -0
- package/dist/node_modules/@stdlib/symbol-ctor/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/symbol-iterator/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/symbol-iterator/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/symbol-iterator/lib/main.js +23 -0
- package/dist/node_modules/@stdlib/symbol-iterator/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-constant-function/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/utils-constant-function/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-constant-function/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/utils-constant-function/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-constructor-name/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/utils-constructor-name/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-constructor-name/lib/main.js +36 -0
- package/dist/node_modules/@stdlib/utils-constructor-name/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-count-by/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/utils-count-by/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-count-by/lib/main.js +45 -0
- package/dist/node_modules/@stdlib/utils-count-by/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-count-by/lib/validate.js +29 -0
- package/dist/node_modules/@stdlib/utils-count-by/lib/validate.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-define-nonenumerable-read-only-accessor/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/utils-define-nonenumerable-read-only-accessor/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-define-nonenumerable-read-only-accessor/lib/main.js +31 -0
- package/dist/node_modules/@stdlib/utils-define-nonenumerable-read-only-accessor/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-define-nonenumerable-read-only-property/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/utils-define-nonenumerable-read-only-property/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-define-nonenumerable-read-only-property/lib/main.js +32 -0
- package/dist/node_modules/@stdlib/utils-define-nonenumerable-read-only-property/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-define-property/lib/builtin.js +22 -0
- package/dist/node_modules/@stdlib/utils-define-property/lib/builtin.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-define-property/lib/define_property.js +22 -0
- package/dist/node_modules/@stdlib/utils-define-property/lib/define_property.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-define-property/lib/has_define_property_support.js +31 -0
- package/dist/node_modules/@stdlib/utils-define-property/lib/has_define_property_support.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-define-property/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/utils-define-property/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-define-property/lib/polyfill.js +34 -0
- package/dist/node_modules/@stdlib/utils-define-property/lib/polyfill.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-define-read-only-property/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/utils-define-read-only-property/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-define-read-only-property/lib/main.js +32 -0
- package/dist/node_modules/@stdlib/utils-define-read-only-property/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-eval/lib/index.js +22 -0
- package/dist/node_modules/@stdlib/utils-eval/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-get-prototype-of/lib/detect.js +27 -0
- package/dist/node_modules/@stdlib/utils-get-prototype-of/lib/detect.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-get-prototype-of/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/utils-get-prototype-of/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-get-prototype-of/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/utils-get-prototype-of/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-get-prototype-of/lib/native.js +22 -0
- package/dist/node_modules/@stdlib/utils-get-prototype-of/lib/native.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-get-prototype-of/lib/polyfill.js +29 -0
- package/dist/node_modules/@stdlib/utils-get-prototype-of/lib/polyfill.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-get-prototype-of/lib/proto.js +25 -0
- package/dist/node_modules/@stdlib/utils-get-prototype-of/lib/proto.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-global/lib/browser.js +44 -0
- package/dist/node_modules/@stdlib/utils-global/lib/browser.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-global/lib/codegen.js +25 -0
- package/dist/node_modules/@stdlib/utils-global/lib/codegen.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-global/lib/global_this.js +22 -0
- package/dist/node_modules/@stdlib/utils-global/lib/global_this.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-global/lib/self.js +22 -0
- package/dist/node_modules/@stdlib/utils-global/lib/self.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-global/lib/window.js +22 -0
- package/dist/node_modules/@stdlib/utils-global/lib/window.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-identity-function/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/utils-identity-function/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-identity-function/lib/main.js +25 -0
- package/dist/node_modules/@stdlib/utils-identity-function/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-index-of/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/utils-index-of/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-index-of/lib/main.js +55 -0
- package/dist/node_modules/@stdlib/utils-index-of/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/builtin.js +25 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/builtin.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/builtin_wrapper.js +28 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/builtin_wrapper.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/excluded_keys.json.js +26 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/excluded_keys.json.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/has_arguments_bug.js +30 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/has_arguments_bug.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/has_automation_equality_bug.js +42 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/has_automation_equality_bug.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/has_builtin.js +22 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/has_builtin.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/has_enumerable_prototype_bug.js +24 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/has_enumerable_prototype_bug.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/has_non_enumerable_properties_bug.js +25 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/has_non_enumerable_properties_bug.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/has_window.js +22 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/has_window.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/is_constructor_prototype.js +25 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/is_constructor_prototype.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/is_constructor_prototype_wrapper.js +35 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/is_constructor_prototype_wrapper.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/main.js +29 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/non_enumerable.json.js +13 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/non_enumerable.json.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/polyfill.js +53 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/polyfill.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/window.js +22 -0
- package/dist/node_modules/@stdlib/utils-keys/lib/window.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-memoize/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/utils-memoize/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-memoize/lib/main.js +44 -0
- package/dist/node_modules/@stdlib/utils-memoize/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-native-class/lib/index.js +27 -0
- package/dist/node_modules/@stdlib/utils-native-class/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-native-class/lib/main.js +27 -0
- package/dist/node_modules/@stdlib/utils-native-class/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-native-class/lib/polyfill.js +38 -0
- package/dist/node_modules/@stdlib/utils-native-class/lib/polyfill.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-native-class/lib/tostring.js +22 -0
- package/dist/node_modules/@stdlib/utils-native-class/lib/tostring.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-native-class/lib/tostringtag.js +23 -0
- package/dist/node_modules/@stdlib/utils-native-class/lib/tostringtag.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-noop/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/utils-noop/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-noop/lib/main.js +24 -0
- package/dist/node_modules/@stdlib/utils-noop/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-tabulate/lib/index.js +23 -0
- package/dist/node_modules/@stdlib/utils-tabulate/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-tabulate/lib/main.js +36 -0
- package/dist/node_modules/@stdlib/utils-tabulate/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-type-of/lib/check.js +34 -0
- package/dist/node_modules/@stdlib/utils-type-of/lib/check.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-type-of/lib/fixtures/nodelist.js +23 -0
- package/dist/node_modules/@stdlib/utils-type-of/lib/fixtures/nodelist.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-type-of/lib/fixtures/re.js +22 -0
- package/dist/node_modules/@stdlib/utils-type-of/lib/fixtures/re.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-type-of/lib/fixtures/typedarray.js +22 -0
- package/dist/node_modules/@stdlib/utils-type-of/lib/fixtures/typedarray.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-type-of/lib/index.js +25 -0
- package/dist/node_modules/@stdlib/utils-type-of/lib/index.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-type-of/lib/main.js +28 -0
- package/dist/node_modules/@stdlib/utils-type-of/lib/main.js.map +1 -0
- package/dist/node_modules/@stdlib/utils-type-of/lib/polyfill.js +27 -0
- package/dist/node_modules/@stdlib/utils-type-of/lib/polyfill.js.map +1 -0
- package/dist/node_modules/d3-array/src/array.js +5 -0
- package/dist/node_modules/d3-array/src/array.js.map +1 -0
- package/dist/node_modules/d3-array/src/ascending.js +7 -0
- package/dist/node_modules/d3-array/src/ascending.js.map +1 -0
- package/dist/node_modules/d3-array/src/bin.js +59 -0
- package/dist/node_modules/d3-array/src/bin.js.map +1 -0
- package/dist/node_modules/d3-array/src/bisect.js +10 -0
- package/dist/node_modules/d3-array/src/bisect.js.map +1 -0
- package/dist/node_modules/d3-array/src/bisector.js +38 -0
- package/dist/node_modules/d3-array/src/bisector.js.map +1 -0
- package/dist/node_modules/d3-array/src/constant.js +7 -0
- package/dist/node_modules/d3-array/src/constant.js.map +1 -0
- package/dist/node_modules/d3-array/src/count.js +10 -0
- package/dist/node_modules/d3-array/src/count.js.map +1 -0
- package/dist/node_modules/d3-array/src/descending.js +7 -0
- package/dist/node_modules/d3-array/src/descending.js.map +1 -0
- package/dist/node_modules/d3-array/src/deviation.js +9 -0
- package/dist/node_modules/d3-array/src/deviation.js.map +1 -0
- package/dist/node_modules/d3-array/src/extent.js +16 -0
- package/dist/node_modules/d3-array/src/extent.js.map +1 -0
- package/dist/node_modules/d3-array/src/identity.js +7 -0
- package/dist/node_modules/d3-array/src/identity.js.map +1 -0
- package/dist/node_modules/d3-array/src/max.js +16 -0
- package/dist/node_modules/d3-array/src/max.js.map +1 -0
- package/dist/node_modules/d3-array/src/mean.js +16 -0
- package/dist/node_modules/d3-array/src/mean.js.map +1 -0
- package/dist/node_modules/d3-array/src/min.js +16 -0
- package/dist/node_modules/d3-array/src/min.js.map +1 -0
- package/dist/node_modules/d3-array/src/nice.js +14 -0
- package/dist/node_modules/d3-array/src/nice.js.map +1 -0
- package/dist/node_modules/d3-array/src/number.js +12 -0
- package/dist/node_modules/d3-array/src/number.js.map +1 -0
- package/dist/node_modules/d3-array/src/quantile.js +25 -0
- package/dist/node_modules/d3-array/src/quantile.js.map +1 -0
- package/dist/node_modules/d3-array/src/quickselect.js +26 -0
- package/dist/node_modules/d3-array/src/quickselect.js.map +1 -0
- package/dist/node_modules/d3-array/src/range.js +10 -0
- package/dist/node_modules/d3-array/src/range.js.map +1 -0
- package/dist/node_modules/d3-array/src/sort.js +17 -0
- package/dist/node_modules/d3-array/src/sort.js.map +1 -0
- package/dist/node_modules/d3-array/src/sum.js +16 -0
- package/dist/node_modules/d3-array/src/sum.js.map +1 -0
- package/dist/node_modules/d3-array/src/threshold/sturges.js +8 -0
- package/dist/node_modules/d3-array/src/threshold/sturges.js.map +1 -0
- package/dist/node_modules/d3-array/src/ticks.js +33 -0
- package/dist/node_modules/d3-array/src/ticks.js.map +1 -0
- package/dist/node_modules/d3-array/src/variance.js +10 -0
- package/dist/node_modules/d3-array/src/variance.js.map +1 -0
- package/dist/node_modules/d3-color/src/color.js +306 -0
- package/dist/node_modules/d3-color/src/color.js.map +1 -0
- package/dist/node_modules/d3-color/src/define.js +13 -0
- package/dist/node_modules/d3-color/src/define.js.map +1 -0
- package/dist/node_modules/d3-dispatch/src/dispatch.js +65 -0
- package/dist/node_modules/d3-dispatch/src/dispatch.js.map +1 -0
- package/dist/node_modules/d3-drag/src/constant.js +5 -0
- package/dist/node_modules/d3-drag/src/constant.js.map +1 -0
- package/dist/node_modules/d3-drag/src/drag.js +122 -0
- package/dist/node_modules/d3-drag/src/drag.js.map +1 -0
- package/dist/node_modules/d3-drag/src/event.js +34 -0
- package/dist/node_modules/d3-drag/src/event.js.map +1 -0
- package/dist/node_modules/d3-drag/src/nodrag.js +17 -0
- package/dist/node_modules/d3-drag/src/nodrag.js.map +1 -0
- package/dist/node_modules/d3-drag/src/noevent.js +14 -0
- package/dist/node_modules/d3-drag/src/noevent.js.map +1 -0
- package/dist/node_modules/d3-ease/src/cubic.js +7 -0
- package/dist/node_modules/d3-ease/src/cubic.js.map +1 -0
- package/dist/node_modules/d3-format/src/defaultLocale.js +16 -0
- package/dist/node_modules/d3-format/src/defaultLocale.js.map +1 -0
- package/dist/node_modules/d3-format/src/exponent.js +8 -0
- package/dist/node_modules/d3-format/src/exponent.js.map +1 -0
- package/dist/node_modules/d3-format/src/formatDecimal.js +16 -0
- package/dist/node_modules/d3-format/src/formatDecimal.js.map +1 -0
- package/dist/node_modules/d3-format/src/formatGroup.js +11 -0
- package/dist/node_modules/d3-format/src/formatGroup.js.map +1 -0
- package/dist/node_modules/d3-format/src/formatNumerals.js +11 -0
- package/dist/node_modules/d3-format/src/formatNumerals.js.map +1 -0
- package/dist/node_modules/d3-format/src/formatPrefixAuto.js +13 -0
- package/dist/node_modules/d3-format/src/formatPrefixAuto.js.map +1 -0
- package/dist/node_modules/d3-format/src/formatRounded.js +11 -0
- package/dist/node_modules/d3-format/src/formatRounded.js.map +1 -0
- package/dist/node_modules/d3-format/src/formatSpecifier.js +29 -0
- package/dist/node_modules/d3-format/src/formatSpecifier.js.map +1 -0
- package/dist/node_modules/d3-format/src/formatTrim.js +20 -0
- package/dist/node_modules/d3-format/src/formatTrim.js.map +1 -0
- package/dist/node_modules/d3-format/src/formatTypes.js +22 -0
- package/dist/node_modules/d3-format/src/formatTypes.js.map +1 -0
- package/dist/node_modules/d3-format/src/identity.js +7 -0
- package/dist/node_modules/d3-format/src/identity.js.map +1 -0
- package/dist/node_modules/d3-format/src/locale.js +69 -0
- package/dist/node_modules/d3-format/src/locale.js.map +1 -0
- package/dist/node_modules/d3-format/src/precisionFixed.js +8 -0
- package/dist/node_modules/d3-format/src/precisionFixed.js.map +1 -0
- package/dist/node_modules/d3-format/src/precisionPrefix.js +8 -0
- package/dist/node_modules/d3-format/src/precisionPrefix.js.map +1 -0
- package/dist/node_modules/d3-format/src/precisionRound.js +8 -0
- package/dist/node_modules/d3-format/src/precisionRound.js.map +1 -0
- package/dist/node_modules/d3-hierarchy/src/accessors.js +12 -0
- package/dist/node_modules/d3-hierarchy/src/accessors.js.map +1 -0
- package/dist/node_modules/d3-hierarchy/src/cluster.js +50 -0
- package/dist/node_modules/d3-hierarchy/src/cluster.js.map +1 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/ancestors.js +9 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/ancestors.js.map +1 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/count.js +13 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/count.js.map +1 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/descendants.js +7 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/descendants.js.map +1 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/each.js +10 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/each.js.map +1 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/eachAfter.js +13 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/eachAfter.js.map +1 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/eachBefore.js +11 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/eachBefore.js.map +1 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/find.js +10 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/find.js.map +1 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/index.js +65 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/index.js.map +1 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/iterator.js +13 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/iterator.js.map +1 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/leaves.js +10 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/leaves.js.map +1 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/links.js +10 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/links.js.map +1 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/path.js +18 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/path.js.map +1 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/sort.js +9 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/sort.js.map +1 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/sum.js +10 -0
- package/dist/node_modules/d3-hierarchy/src/hierarchy/sum.js.map +1 -0
- package/dist/node_modules/d3-hierarchy/src/stratify.js +73 -0
- package/dist/node_modules/d3-hierarchy/src/stratify.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/array.js +14 -0
- package/dist/node_modules/d3-interpolate/src/array.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/color.js +25 -0
- package/dist/node_modules/d3-interpolate/src/color.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/constant.js +5 -0
- package/dist/node_modules/d3-interpolate/src/constant.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/date.js +10 -0
- package/dist/node_modules/d3-interpolate/src/date.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/number.js +9 -0
- package/dist/node_modules/d3-interpolate/src/number.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/numberArray.js +16 -0
- package/dist/node_modules/d3-interpolate/src/numberArray.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/object.js +15 -0
- package/dist/node_modules/d3-interpolate/src/object.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/rgb.js +16 -0
- package/dist/node_modules/d3-interpolate/src/rgb.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/round.js +9 -0
- package/dist/node_modules/d3-interpolate/src/round.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/string.js +25 -0
- package/dist/node_modules/d3-interpolate/src/string.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/transform/decompose.js +24 -0
- package/dist/node_modules/d3-interpolate/src/transform/decompose.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/transform/index.js +38 -0
- package/dist/node_modules/d3-interpolate/src/transform/index.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/transform/parse.js +14 -0
- package/dist/node_modules/d3-interpolate/src/transform/parse.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/value.js +17 -0
- package/dist/node_modules/d3-interpolate/src/value.js.map +1 -0
- package/dist/node_modules/d3-interpolate/src/zoom.js +43 -0
- package/dist/node_modules/d3-interpolate/src/zoom.js.map +1 -0
- package/dist/node_modules/d3-path/src/path.js +65 -0
- package/dist/node_modules/d3-path/src/path.js.map +1 -0
- package/dist/node_modules/d3-polygon/src/contains.js +9 -0
- package/dist/node_modules/d3-polygon/src/contains.js.map +1 -0
- package/dist/node_modules/d3-quadtree/src/add.js +30 -0
- package/dist/node_modules/d3-quadtree/src/add.js.map +1 -0
- package/dist/node_modules/d3-quadtree/src/cover.js +29 -0
- package/dist/node_modules/d3-quadtree/src/cover.js.map +1 -0
- package/dist/node_modules/d3-quadtree/src/data.js +12 -0
- package/dist/node_modules/d3-quadtree/src/data.js.map +1 -0
- package/dist/node_modules/d3-quadtree/src/extent.js +7 -0
- package/dist/node_modules/d3-quadtree/src/extent.js.map +1 -0
- package/dist/node_modules/d3-quadtree/src/find.js +26 -0
- package/dist/node_modules/d3-quadtree/src/find.js.map +1 -0
- package/dist/node_modules/d3-quadtree/src/quad.js +7 -0
- package/dist/node_modules/d3-quadtree/src/quad.js.map +1 -0
- package/dist/node_modules/d3-quadtree/src/quadtree.js +51 -0
- package/dist/node_modules/d3-quadtree/src/quadtree.js.map +1 -0
- package/dist/node_modules/d3-quadtree/src/remove.js +21 -0
- package/dist/node_modules/d3-quadtree/src/remove.js.map +1 -0
- package/dist/node_modules/d3-quadtree/src/root.js +7 -0
- package/dist/node_modules/d3-quadtree/src/root.js.map +1 -0
- package/dist/node_modules/d3-quadtree/src/size.js +12 -0
- package/dist/node_modules/d3-quadtree/src/size.js.map +1 -0
- package/dist/node_modules/d3-quadtree/src/visit.js +14 -0
- package/dist/node_modules/d3-quadtree/src/visit.js.map +1 -0
- package/dist/node_modules/d3-quadtree/src/visitAfter.js +19 -0
- package/dist/node_modules/d3-quadtree/src/visitAfter.js.map +1 -0
- package/dist/node_modules/d3-quadtree/src/x.js +11 -0
- package/dist/node_modules/d3-quadtree/src/x.js.map +1 -0
- package/dist/node_modules/d3-quadtree/src/y.js +11 -0
- package/dist/node_modules/d3-quadtree/src/y.js.map +1 -0
- package/dist/node_modules/d3-random/src/lcg.js +9 -0
- package/dist/node_modules/d3-random/src/lcg.js.map +1 -0
- package/dist/node_modules/d3-scale/src/band.js +42 -0
- package/dist/node_modules/d3-scale/src/band.js.map +1 -0
- package/dist/node_modules/d3-scale/src/constant.js +9 -0
- package/dist/node_modules/d3-scale/src/constant.js.map +1 -0
- package/dist/node_modules/d3-scale/src/continuous.js +76 -0
- package/dist/node_modules/d3-scale/src/continuous.js.map +1 -0
- package/dist/node_modules/d3-scale/src/identity.js +19 -0
- package/dist/node_modules/d3-scale/src/identity.js.map +1 -0
- package/dist/node_modules/d3-scale/src/init.js +17 -0
- package/dist/node_modules/d3-scale/src/init.js.map +1 -0
- package/dist/node_modules/d3-scale/src/linear.js +40 -0
- package/dist/node_modules/d3-scale/src/linear.js.map +1 -0
- package/dist/node_modules/d3-scale/src/log.js +87 -0
- package/dist/node_modules/d3-scale/src/log.js.map +1 -0
- package/dist/node_modules/d3-scale/src/nice.js +9 -0
- package/dist/node_modules/d3-scale/src/nice.js.map +1 -0
- package/dist/node_modules/d3-scale/src/number.js +7 -0
- package/dist/node_modules/d3-scale/src/number.js.map +1 -0
- package/dist/node_modules/d3-scale/src/ordinal.js +32 -0
- package/dist/node_modules/d3-scale/src/ordinal.js.map +1 -0
- package/dist/node_modules/d3-scale/src/pow.js +38 -0
- package/dist/node_modules/d3-scale/src/pow.js.map +1 -0
- package/dist/node_modules/d3-scale/src/symlog.js +30 -0
- package/dist/node_modules/d3-scale/src/symlog.js.map +1 -0
- package/dist/node_modules/d3-scale/src/tickFormat.js +33 -0
- package/dist/node_modules/d3-scale/src/tickFormat.js.map +1 -0
- package/dist/node_modules/d3-scale/src/time.js +47 -0
- package/dist/node_modules/d3-scale/src/time.js.map +1 -0
- package/dist/node_modules/d3-selection/src/array.js +7 -0
- package/dist/node_modules/d3-selection/src/array.js.map +1 -0
- package/dist/node_modules/d3-selection/src/constant.js +9 -0
- package/dist/node_modules/d3-selection/src/constant.js.map +1 -0
- package/dist/node_modules/d3-selection/src/creator.js +21 -0
- package/dist/node_modules/d3-selection/src/creator.js.map +1 -0
- package/dist/node_modules/d3-selection/src/matcher.js +15 -0
- package/dist/node_modules/d3-selection/src/matcher.js.map +1 -0
- package/dist/node_modules/d3-selection/src/namespace.js +9 -0
- package/dist/node_modules/d3-selection/src/namespace.js.map +1 -0
- package/dist/node_modules/d3-selection/src/namespaces.js +13 -0
- package/dist/node_modules/d3-selection/src/namespaces.js.map +1 -0
- package/dist/node_modules/d3-selection/src/pointer.js +19 -0
- package/dist/node_modules/d3-selection/src/pointer.js.map +1 -0
- package/dist/node_modules/d3-selection/src/select.js +8 -0
- package/dist/node_modules/d3-selection/src/select.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/append.js +11 -0
- package/dist/node_modules/d3-selection/src/selection/append.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/attr.js +45 -0
- package/dist/node_modules/d3-selection/src/selection/attr.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/call.js +8 -0
- package/dist/node_modules/d3-selection/src/selection/call.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/classed.js +55 -0
- package/dist/node_modules/d3-selection/src/selection/classed.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/clone.js +15 -0
- package/dist/node_modules/d3-selection/src/selection/clone.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/data.js +43 -0
- package/dist/node_modules/d3-selection/src/selection/data.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/datum.js +7 -0
- package/dist/node_modules/d3-selection/src/selection/datum.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/dispatch.js +22 -0
- package/dist/node_modules/d3-selection/src/selection/dispatch.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/each.js +10 -0
- package/dist/node_modules/d3-selection/src/selection/each.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/empty.js +7 -0
- package/dist/node_modules/d3-selection/src/selection/empty.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/enter.js +28 -0
- package/dist/node_modules/d3-selection/src/selection/enter.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/exit.js +9 -0
- package/dist/node_modules/d3-selection/src/selection/exit.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/filter.js +13 -0
- package/dist/node_modules/d3-selection/src/selection/filter.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/html.js +21 -0
- package/dist/node_modules/d3-selection/src/selection/html.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/index.js +88 -0
- package/dist/node_modules/d3-selection/src/selection/index.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/insert.js +15 -0
- package/dist/node_modules/d3-selection/src/selection/insert.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/iterator.js +9 -0
- package/dist/node_modules/d3-selection/src/selection/iterator.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/join.js +8 -0
- package/dist/node_modules/d3-selection/src/selection/join.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/lower.js +10 -0
- package/dist/node_modules/d3-selection/src/selection/lower.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/merge.js +13 -0
- package/dist/node_modules/d3-selection/src/selection/merge.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/node.js +12 -0
- package/dist/node_modules/d3-selection/src/selection/node.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/nodes.js +7 -0
- package/dist/node_modules/d3-selection/src/selection/nodes.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/on.js +53 -0
- package/dist/node_modules/d3-selection/src/selection/on.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/order.js +10 -0
- package/dist/node_modules/d3-selection/src/selection/order.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/property.js +23 -0
- package/dist/node_modules/d3-selection/src/selection/property.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/raise.js +10 -0
- package/dist/node_modules/d3-selection/src/selection/raise.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/remove.js +11 -0
- package/dist/node_modules/d3-selection/src/selection/remove.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/select.js +13 -0
- package/dist/node_modules/d3-selection/src/selection/select.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/selectAll.js +19 -0
- package/dist/node_modules/d3-selection/src/selection/selectAll.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/selectChild.js +17 -0
- package/dist/node_modules/d3-selection/src/selection/selectChild.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/selectChildren.js +17 -0
- package/dist/node_modules/d3-selection/src/selection/selectChildren.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/size.js +9 -0
- package/dist/node_modules/d3-selection/src/selection/size.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/sort.js +20 -0
- package/dist/node_modules/d3-selection/src/selection/sort.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/sparse.js +7 -0
- package/dist/node_modules/d3-selection/src/selection/sparse.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/style.js +28 -0
- package/dist/node_modules/d3-selection/src/selection/style.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selection/text.js +21 -0
- package/dist/node_modules/d3-selection/src/selection/text.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selector.js +11 -0
- package/dist/node_modules/d3-selection/src/selector.js.map +1 -0
- package/dist/node_modules/d3-selection/src/selectorAll.js +12 -0
- package/dist/node_modules/d3-selection/src/selectorAll.js.map +1 -0
- package/dist/node_modules/d3-selection/src/sourceEvent.js +9 -0
- package/dist/node_modules/d3-selection/src/sourceEvent.js.map +1 -0
- package/dist/node_modules/d3-selection/src/window.js +7 -0
- package/dist/node_modules/d3-selection/src/window.js.map +1 -0
- package/dist/node_modules/d3-shape/src/area.js +57 -0
- package/dist/node_modules/d3-shape/src/area.js.map +1 -0
- package/dist/node_modules/d3-shape/src/array.js +9 -0
- package/dist/node_modules/d3-shape/src/array.js.map +1 -0
- package/dist/node_modules/d3-shape/src/constant.js +9 -0
- package/dist/node_modules/d3-shape/src/constant.js.map +1 -0
- package/dist/node_modules/d3-shape/src/curve/basis.js +59 -0
- package/dist/node_modules/d3-shape/src/curve/basis.js.map +1 -0
- package/dist/node_modules/d3-shape/src/curve/bump.js +43 -0
- package/dist/node_modules/d3-shape/src/curve/bump.js.map +1 -0
- package/dist/node_modules/d3-shape/src/curve/linear.js +36 -0
- package/dist/node_modules/d3-shape/src/curve/linear.js.map +1 -0
- package/dist/node_modules/d3-shape/src/line.js +30 -0
- package/dist/node_modules/d3-shape/src/line.js.map +1 -0
- package/dist/node_modules/d3-shape/src/link.js +33 -0
- package/dist/node_modules/d3-shape/src/link.js.map +1 -0
- package/dist/node_modules/d3-shape/src/math.js +7 -0
- package/dist/node_modules/d3-shape/src/math.js.map +1 -0
- package/dist/node_modules/d3-shape/src/path.js +19 -0
- package/dist/node_modules/d3-shape/src/path.js.map +1 -0
- package/dist/node_modules/d3-shape/src/point.js +11 -0
- package/dist/node_modules/d3-shape/src/point.js.map +1 -0
- package/dist/node_modules/d3-shape/src/symbol/circle.js +11 -0
- package/dist/node_modules/d3-shape/src/symbol/circle.js.map +1 -0
- package/dist/node_modules/d3-shape/src/symbol/cross.js +5 -0
- package/dist/node_modules/d3-shape/src/symbol/cross.js.map +1 -0
- package/dist/node_modules/d3-shape/src/symbol/diamond.js +5 -0
- package/dist/node_modules/d3-shape/src/symbol/diamond.js.map +1 -0
- package/dist/node_modules/d3-shape/src/symbol/square.js +5 -0
- package/dist/node_modules/d3-shape/src/symbol/square.js.map +1 -0
- package/dist/node_modules/d3-shape/src/symbol/star.js +5 -0
- package/dist/node_modules/d3-shape/src/symbol/star.js.map +1 -0
- package/dist/node_modules/d3-shape/src/symbol/triangle.js +5 -0
- package/dist/node_modules/d3-shape/src/symbol/triangle.js.map +1 -0
- package/dist/node_modules/d3-shape/src/symbol/wye.js +5 -0
- package/dist/node_modules/d3-shape/src/symbol/wye.js.map +1 -0
- package/dist/node_modules/d3-time/src/day.js +27 -0
- package/dist/node_modules/d3-time/src/day.js.map +1 -0
- package/dist/node_modules/d3-time/src/duration.js +11 -0
- package/dist/node_modules/d3-time/src/duration.js.map +1 -0
- package/dist/node_modules/d3-time/src/hour.js +19 -0
- package/dist/node_modules/d3-time/src/hour.js.map +1 -0
- package/dist/node_modules/d3-time/src/interval.js +32 -0
- package/dist/node_modules/d3-time/src/interval.js.map +1 -0
- package/dist/node_modules/d3-time/src/millisecond.js +15 -0
- package/dist/node_modules/d3-time/src/millisecond.js.map +1 -0
- package/dist/node_modules/d3-time/src/minute.js +19 -0
- package/dist/node_modules/d3-time/src/minute.js.map +1 -0
- package/dist/node_modules/d3-time/src/month.js +18 -0
- package/dist/node_modules/d3-time/src/month.js.map +1 -0
- package/dist/node_modules/d3-time/src/second.js +12 -0
- package/dist/node_modules/d3-time/src/second.js.map +1 -0
- package/dist/node_modules/d3-time/src/ticks.js +53 -0
- package/dist/node_modules/d3-time/src/ticks.js.map +1 -0
- package/dist/node_modules/d3-time/src/week.js +49 -0
- package/dist/node_modules/d3-time/src/week.js.map +1 -0
- package/dist/node_modules/d3-time/src/year.js +28 -0
- package/dist/node_modules/d3-time/src/year.js.map +1 -0
- package/dist/node_modules/d3-time-format/src/defaultLocale.js +20 -0
- package/dist/node_modules/d3-time-format/src/defaultLocale.js.map +1 -0
- package/dist/node_modules/d3-time-format/src/locale.js +479 -0
- package/dist/node_modules/d3-time-format/src/locale.js.map +1 -0
- package/dist/node_modules/d3-timer/src/timeout.js +11 -0
- package/dist/node_modules/d3-timer/src/timeout.js.map +1 -0
- package/dist/node_modules/d3-timer/src/timer.js +63 -0
- package/dist/node_modules/d3-timer/src/timer.js.map +1 -0
- package/dist/node_modules/d3-transition/src/interrupt.js +19 -0
- package/dist/node_modules/d3-transition/src/interrupt.js.map +1 -0
- package/dist/node_modules/d3-transition/src/selection/index.js +6 -0
- package/dist/node_modules/d3-transition/src/selection/index.js.map +1 -0
- package/dist/node_modules/d3-transition/src/selection/interrupt.js +10 -0
- package/dist/node_modules/d3-transition/src/selection/interrupt.js.map +1 -0
- package/dist/node_modules/d3-transition/src/selection/transition.js +29 -0
- package/dist/node_modules/d3-transition/src/selection/transition.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/attr.js +50 -0
- package/dist/node_modules/d3-transition/src/transition/attr.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/attrTween.js +39 -0
- package/dist/node_modules/d3-transition/src/transition/attrTween.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/delay.js +19 -0
- package/dist/node_modules/d3-transition/src/transition/delay.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/duration.js +19 -0
- package/dist/node_modules/d3-transition/src/transition/duration.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/ease.js +15 -0
- package/dist/node_modules/d3-transition/src/transition/ease.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/easeVarying.js +16 -0
- package/dist/node_modules/d3-transition/src/transition/easeVarying.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/end.js +17 -0
- package/dist/node_modules/d3-transition/src/transition/end.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/filter.js +13 -0
- package/dist/node_modules/d3-transition/src/transition/filter.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/index.js +66 -0
- package/dist/node_modules/d3-transition/src/transition/index.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/interpolate.js +12 -0
- package/dist/node_modules/d3-transition/src/transition/interpolate.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/merge.js +14 -0
- package/dist/node_modules/d3-transition/src/transition/merge.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/on.js +22 -0
- package/dist/node_modules/d3-transition/src/transition/on.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/remove.js +14 -0
- package/dist/node_modules/d3-transition/src/transition/remove.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/schedule.js +86 -0
- package/dist/node_modules/d3-transition/src/transition/schedule.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/select.js +15 -0
- package/dist/node_modules/d3-transition/src/transition/select.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/selectAll.js +19 -0
- package/dist/node_modules/d3-transition/src/transition/selectAll.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/selection.js +9 -0
- package/dist/node_modules/d3-transition/src/transition/selection.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/style.js +46 -0
- package/dist/node_modules/d3-transition/src/transition/style.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/styleTween.js +24 -0
- package/dist/node_modules/d3-transition/src/transition/styleTween.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/text.js +19 -0
- package/dist/node_modules/d3-transition/src/transition/text.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/textTween.js +24 -0
- package/dist/node_modules/d3-transition/src/transition/textTween.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/transition.js +20 -0
- package/dist/node_modules/d3-transition/src/transition/transition.js.map +1 -0
- package/dist/node_modules/d3-transition/src/transition/tween.js +57 -0
- package/dist/node_modules/d3-transition/src/transition/tween.js.map +1 -0
- package/dist/node_modules/d3-zoom/src/constant.js +5 -0
- package/dist/node_modules/d3-zoom/src/constant.js.map +1 -0
- package/dist/node_modules/d3-zoom/src/event.js +18 -0
- package/dist/node_modules/d3-zoom/src/event.js.map +1 -0
- package/dist/node_modules/d3-zoom/src/noevent.js +11 -0
- package/dist/node_modules/d3-zoom/src/noevent.js.map +1 -0
- package/dist/node_modules/d3-zoom/src/transform.js +46 -0
- package/dist/node_modules/d3-zoom/src/transform.js.map +1 -0
- package/dist/node_modules/d3-zoom/src/zoom.js +234 -0
- package/dist/node_modules/d3-zoom/src/zoom.js.map +1 -0
- package/dist/node_modules/debug/src/browser.js +66 -0
- package/dist/node_modules/debug/src/browser.js.map +1 -0
- package/dist/node_modules/debug/src/debug.js +63 -0
- package/dist/node_modules/debug/src/debug.js.map +1 -0
- package/dist/node_modules/internmap/src/index.js +36 -0
- package/dist/node_modules/internmap/src/index.js.map +1 -0
- package/dist/node_modules/lodash/lodash.js +3679 -0
- package/dist/node_modules/lodash/lodash.js.map +1 -0
- package/dist/node_modules/ms/index.js +73 -0
- package/dist/node_modules/ms/index.js.map +1 -0
- package/dist/node_modules/quickselect/index.js +26 -0
- package/dist/node_modules/quickselect/index.js.map +1 -0
- package/dist/node_modules/rbush/index.js +251 -0
- package/dist/node_modules/rbush/index.js.map +1 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.development.js +605 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.development.js.map +1 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js +29 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js.map +1 -0
- package/dist/node_modules/react/cjs/react.development.js +1274 -0
- package/dist/node_modules/react/cjs/react.development.js.map +1 -0
- package/dist/node_modules/react/cjs/react.production.min.js +209 -0
- package/dist/node_modules/react/cjs/react.production.min.js.map +1 -0
- package/dist/node_modules/react/index.js +11 -0
- package/dist/node_modules/react/index.js.map +1 -0
- package/dist/node_modules/react/jsx-runtime.js +9 -0
- package/dist/node_modules/react/jsx-runtime.js.map +1 -0
- package/dist/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js +3580 -0
- package/dist/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js.map +1 -0
- package/dist/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.min.js +1235 -0
- package/dist/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.min.js.map +1 -0
- package/dist/node_modules/react-dom/cjs/react-dom-server.browser.development.js +3559 -0
- package/dist/node_modules/react-dom/cjs/react-dom-server.browser.development.js.map +1 -0
- package/dist/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js +1256 -0
- package/dist/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js.map +1 -0
- package/dist/node_modules/react-dom/cjs/react-dom.development.js +13399 -0
- package/dist/node_modules/react-dom/cjs/react-dom.development.js.map +1 -0
- package/dist/node_modules/react-dom/cjs/react-dom.production.min.js +5175 -0
- package/dist/node_modules/react-dom/cjs/react-dom.production.min.js.map +1 -0
- package/dist/node_modules/react-dom/client.js +19 -0
- package/dist/node_modules/react-dom/client.js.map +1 -0
- package/dist/node_modules/react-dom/index.js +20 -0
- package/dist/node_modules/react-dom/index.js.map +1 -0
- package/dist/node_modules/react-dom/server.browser.js +16 -0
- package/dist/node_modules/react-dom/server.browser.js.map +1 -0
- package/dist/node_modules/scheduler/cjs/scheduler.development.js +278 -0
- package/dist/node_modules/scheduler/cjs/scheduler.development.js.map +1 -0
- package/dist/node_modules/scheduler/cjs/scheduler.production.min.js +214 -0
- package/dist/node_modules/scheduler/cjs/scheduler.production.min.js.map +1 -0
- package/dist/node_modules/scheduler/index.js +11 -0
- package/dist/node_modules/scheduler/index.js.map +1 -0
- package/dist/node_modules/zod/lib/index.js +2978 -0
- package/dist/node_modules/zod/lib/index.js.map +1 -0
- package/dist/scatterplot/ChartRenderer.d.ts +42 -0
- package/dist/scatterplot/ChartRenderer.d.ts.map +1 -0
- package/dist/scatterplot/ChartRenderer.js +310 -0
- package/dist/scatterplot/ChartRenderer.js.map +1 -0
- package/dist/scatterplot/ScatterplotSettingsImpl.d.ts +76 -0
- package/dist/scatterplot/ScatterplotSettingsImpl.d.ts.map +1 -0
- package/dist/scatterplot/ScatterplotSettingsImpl.js +114 -0
- package/dist/scatterplot/ScatterplotSettingsImpl.js.map +1 -0
- package/dist/scatterplot/components/Axis.d.ts +13 -0
- package/dist/scatterplot/components/Axis.d.ts.map +1 -0
- package/dist/scatterplot/components/Axis.js +59 -0
- package/dist/scatterplot/components/Axis.js.map +1 -0
- package/dist/scatterplot/components/Chart.d.ts +37 -0
- package/dist/scatterplot/components/Chart.d.ts.map +1 -0
- package/dist/scatterplot/components/Chart.js +342 -0
- package/dist/scatterplot/components/Chart.js.map +1 -0
- package/dist/scatterplot/components/ChartsGroup.d.ts +35 -0
- package/dist/scatterplot/components/ChartsGroup.d.ts.map +1 -0
- package/dist/scatterplot/components/ChartsGroup.js +96 -0
- package/dist/scatterplot/components/ChartsGroup.js.map +1 -0
- package/dist/scatterplot/components/Grid.d.ts +15 -0
- package/dist/scatterplot/components/Grid.d.ts.map +1 -0
- package/dist/scatterplot/components/Grid.js +39 -0
- package/dist/scatterplot/components/Grid.js.map +1 -0
- package/dist/scatterplot/components/types.d.ts +57 -0
- package/dist/scatterplot/components/types.d.ts.map +1 -0
- package/dist/scatterplot/constants.d.ts +20 -0
- package/dist/scatterplot/constants.d.ts.map +1 -0
- package/dist/scatterplot/constants.js +34 -0
- package/dist/scatterplot/constants.js.map +1 -0
- package/dist/scatterplot/dots.d.ts +20 -0
- package/dist/scatterplot/dots.d.ts.map +1 -0
- package/dist/scatterplot/dots.js +30 -0
- package/dist/scatterplot/dots.js.map +1 -0
- package/dist/scatterplot/getLayersData.d.ts +20 -0
- package/dist/scatterplot/getLayersData.d.ts.map +1 -0
- package/dist/scatterplot/getLayersData.js +30 -0
- package/dist/scatterplot/getLayersData.js.map +1 -0
- package/dist/scatterplot/index.d.ts +37 -0
- package/dist/scatterplot/index.d.ts.map +1 -0
- package/dist/scatterplot/index.js +148 -0
- package/dist/scatterplot/index.js.map +1 -0
- package/dist/scatterplot/linearRegression.d.ts +43 -0
- package/dist/scatterplot/linearRegression.d.ts.map +1 -0
- package/dist/scatterplot/linearRegression.js +123 -0
- package/dist/scatterplot/linearRegression.js.map +1 -0
- package/dist/scatterplot/utils/createAesGetter.d.ts +3 -0
- package/dist/scatterplot/utils/createAesGetter.d.ts.map +1 -0
- package/dist/scatterplot/utils/createAesGetter.js +41 -0
- package/dist/scatterplot/utils/createAesGetter.js.map +1 -0
- package/dist/scatterplot/utils/createLegendInfo.d.ts +14 -0
- package/dist/scatterplot/utils/createLegendInfo.d.ts.map +1 -0
- package/dist/scatterplot/utils/createLegendInfo.js +50 -0
- package/dist/scatterplot/utils/createLegendInfo.js.map +1 -0
- package/dist/scatterplot/utils/getTicksAndFormat.d.ts +8 -0
- package/dist/scatterplot/utils/getTicksAndFormat.d.ts.map +1 -0
- package/dist/scatterplot/utils/getTicksAndFormat.js +20 -0
- package/dist/scatterplot/utils/getTicksAndFormat.js.map +1 -0
- package/dist/scatterplot/utils/getVisibleLabels.d.ts +28 -0
- package/dist/scatterplot/utils/getVisibleLabels.d.ts.map +1 -0
- package/dist/scatterplot/utils/getVisibleLabels.js +60 -0
- package/dist/scatterplot/utils/getVisibleLabels.js.map +1 -0
- package/dist/scatterplot-umap/ChartRenderer.d.ts +72 -0
- package/dist/scatterplot-umap/ChartRenderer.d.ts.map +1 -0
- package/dist/scatterplot-umap/ChartRenderer.js +368 -0
- package/dist/scatterplot-umap/ChartRenderer.js.map +1 -0
- package/dist/scatterplot-umap/SettingsImpl.d.ts +63 -0
- package/dist/scatterplot-umap/SettingsImpl.d.ts.map +1 -0
- package/dist/scatterplot-umap/SettingsImpl.js +101 -0
- package/dist/scatterplot-umap/SettingsImpl.js.map +1 -0
- package/dist/scatterplot-umap/components/Lasso.d.ts +10 -0
- package/dist/scatterplot-umap/components/Lasso.d.ts.map +1 -0
- package/dist/scatterplot-umap/components/Lasso.js +232 -0
- package/dist/scatterplot-umap/components/Lasso.js.map +1 -0
- package/dist/scatterplot-umap/components/LowerSVG.d.ts +30 -0
- package/dist/scatterplot-umap/components/LowerSVG.d.ts.map +1 -0
- package/dist/scatterplot-umap/components/LowerSVG.js +171 -0
- package/dist/scatterplot-umap/components/LowerSVG.js.map +1 -0
- package/dist/scatterplot-umap/components/SVGLayer.d.ts +3 -0
- package/dist/scatterplot-umap/components/SVGLayer.d.ts.map +1 -0
- package/dist/scatterplot-umap/components/SVGLayer.js +81 -0
- package/dist/scatterplot-umap/components/SVGLayer.js.map +1 -0
- package/dist/scatterplot-umap/components/UpperSVG.d.ts +18 -0
- package/dist/scatterplot-umap/components/UpperSVG.d.ts.map +1 -0
- package/dist/scatterplot-umap/components/UpperSVG.js +64 -0
- package/dist/scatterplot-umap/components/UpperSVG.js.map +1 -0
- package/dist/scatterplot-umap/constants.d.ts +18 -0
- package/dist/scatterplot-umap/constants.d.ts.map +1 -0
- package/dist/scatterplot-umap/constants.js +19 -0
- package/dist/scatterplot-umap/constants.js.map +1 -0
- package/dist/scatterplot-umap/index.d.ts +39 -0
- package/dist/scatterplot-umap/index.d.ts.map +1 -0
- package/dist/scatterplot-umap/index.js +190 -0
- package/dist/scatterplot-umap/index.js.map +1 -0
- package/dist/scatterplot-umap/types.d.ts +93 -0
- package/dist/scatterplot-umap/types.d.ts.map +1 -0
- package/dist/types/bubble.d.ts +448 -0
- package/dist/types/bubble.d.ts.map +1 -0
- package/dist/types/bubble.js +75 -0
- package/dist/types/bubble.js.map +1 -0
- package/dist/types/common.d.ts +274 -0
- package/dist/types/common.d.ts.map +1 -0
- package/dist/types/common.js +94 -0
- package/dist/types/common.js.map +1 -0
- package/dist/types/dendro.d.ts +946 -0
- package/dist/types/dendro.d.ts.map +1 -0
- package/dist/types/dendro.js +85 -0
- package/dist/types/dendro.js.map +1 -0
- package/dist/types/discrete.d.ts +4624 -0
- package/dist/types/discrete.d.ts.map +1 -0
- package/dist/types/discrete.js +272 -0
- package/dist/types/discrete.js.map +1 -0
- package/dist/types/heatmap.d.ts +1472 -0
- package/dist/types/heatmap.d.ts.map +1 -0
- package/dist/types/heatmap.js +119 -0
- package/dist/types/heatmap.js.map +1 -0
- package/dist/types/histogram.d.ts +711 -0
- package/dist/types/histogram.d.ts.map +1 -0
- package/dist/types/histogram.js +79 -0
- package/dist/types/histogram.js.map +1 -0
- package/dist/types/index.d.ts +17 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/scatterplot-umap.d.ts +1873 -0
- package/dist/types/scatterplot-umap.d.ts.map +1 -0
- package/dist/types/scatterplot-umap.js +71 -0
- package/dist/types/scatterplot-umap.js.map +1 -0
- package/dist/types/scatterplot.d.ts +2055 -0
- package/dist/types/scatterplot.d.ts.map +1 -0
- package/dist/types/scatterplot.js +85 -0
- package/dist/types/scatterplot.js.map +1 -0
- package/dist/utils/TextMeasurer.d.ts +8 -0
- package/dist/utils/TextMeasurer.d.ts.map +1 -0
- package/dist/utils/TextMeasurer.js +27 -0
- package/dist/utils/TextMeasurer.js.map +1 -0
- package/dist/utils/arrangeLegendParts.d.ts +3 -0
- package/dist/utils/arrangeLegendParts.d.ts.map +1 -0
- package/dist/utils/arrangeLegendParts.js +49 -0
- package/dist/utils/arrangeLegendParts.js.map +1 -0
- package/dist/utils/getChartEdgeSides.d.ts +2 -0
- package/dist/utils/getChartEdgeSides.d.ts.map +1 -0
- package/dist/utils/getChartEdgeSides.js +8 -0
- package/dist/utils/getChartEdgeSides.js.map +1 -0
- package/dist/utils/getContinuousColorScale.d.ts +2 -0
- package/dist/utils/getContinuousColorScale.d.ts.map +1 -0
- package/dist/utils/getContinuousColorScale.js +33 -0
- package/dist/utils/getContinuousColorScale.js.map +1 -0
- package/dist/utils/getContinuousLegendTicks.d.ts +3 -0
- package/dist/utils/getContinuousLegendTicks.d.ts.map +1 -0
- package/dist/utils/getContinuousLegendTicks.js +14 -0
- package/dist/utils/getContinuousLegendTicks.js.map +1 -0
- package/dist/utils/getKeysCombination.d.ts +2 -0
- package/dist/utils/getKeysCombination.d.ts.map +1 -0
- package/dist/utils/getKeysCombination.js +15 -0
- package/dist/utils/getKeysCombination.js.map +1 -0
- package/dist/utils/getLegendWidth.d.ts +4 -0
- package/dist/utils/getLegendWidth.d.ts.map +1 -0
- package/dist/utils/getLegendWidth.js +19 -0
- package/dist/utils/getLegendWidth.js.map +1 -0
- package/dist/utils/getLineShape.d.ts +3 -0
- package/dist/utils/getLineShape.d.ts.map +1 -0
- package/dist/utils/getLineShape.js +25 -0
- package/dist/utils/getLineShape.js.map +1 -0
- package/dist/utils/getPointShape.d.ts +3 -0
- package/dist/utils/getPointShape.d.ts.map +1 -0
- package/dist/utils/getPointShape.js +232 -0
- package/dist/utils/getPointShape.js.map +1 -0
- package/dist/utils/index.d.ts +4 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +11 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/numberFormat.d.ts +2 -0
- package/dist/utils/numberFormat.d.ts.map +1 -0
- package/dist/utils/numberFormat.js +8 -0
- package/dist/utils/numberFormat.js.map +1 -0
- package/package.json +42 -52
|
@@ -0,0 +1,2055 @@
|
|
|
1
|
+
import { AesItem, AesMap, categoricalAesMappingFromValueSchema, continuousAesMappingFromValueSchema } from './common';
|
|
2
|
+
import { z } from 'zod';
|
|
3
|
+
type catAesFromColumn<ValueType extends z.ZodType> = ReturnType<typeof categoricalAesMappingFromValueSchema<ValueType>>;
|
|
4
|
+
type contAesFromColumn<ValueType extends z.ZodType> = ReturnType<typeof continuousAesMappingFromValueSchema<ValueType>>;
|
|
5
|
+
export type CategoricalAesFromColumn<ValueType> = z.infer<catAesFromColumn<z.ZodType<ValueType>>>;
|
|
6
|
+
export type ContinuousAesFromColumn<ValueType> = z.infer<contAesFromColumn<z.ZodType<ValueType>>>;
|
|
7
|
+
declare const InheritAesSchema: z.ZodObject<{
|
|
8
|
+
type: z.ZodLiteral<"grouping">;
|
|
9
|
+
value: z.ZodString;
|
|
10
|
+
palette: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
11
|
+
}, "strip", z.ZodTypeAny, {
|
|
12
|
+
type: "grouping";
|
|
13
|
+
value: string;
|
|
14
|
+
palette?: string[] | undefined;
|
|
15
|
+
}, {
|
|
16
|
+
type: "grouping";
|
|
17
|
+
value: string;
|
|
18
|
+
palette?: string[] | undefined;
|
|
19
|
+
}>;
|
|
20
|
+
export type InheritAesScatterplot = z.infer<typeof InheritAesSchema>;
|
|
21
|
+
declare const DotsLayerSchema: z.ZodObject<{
|
|
22
|
+
type: z.ZodLiteral<"dots">;
|
|
23
|
+
aes: z.ZodOptional<z.ZodObject<{
|
|
24
|
+
dotFill: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
25
|
+
type: z.ZodLiteral<"grouping">;
|
|
26
|
+
value: z.ZodString;
|
|
27
|
+
palette: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
28
|
+
}, "strip", z.ZodTypeAny, {
|
|
29
|
+
type: "grouping";
|
|
30
|
+
value: string;
|
|
31
|
+
palette?: string[] | undefined;
|
|
32
|
+
}, {
|
|
33
|
+
type: "grouping";
|
|
34
|
+
value: string;
|
|
35
|
+
palette?: string[] | undefined;
|
|
36
|
+
}>, z.ZodObject<{
|
|
37
|
+
columnName: z.ZodObject<{
|
|
38
|
+
type: z.ZodLiteral<"column">;
|
|
39
|
+
value: z.ZodString;
|
|
40
|
+
label: z.ZodOptional<z.ZodString>;
|
|
41
|
+
valueLabels: z.ZodOptional<z.ZodString>;
|
|
42
|
+
}, "strip", z.ZodTypeAny, {
|
|
43
|
+
type: "column";
|
|
44
|
+
value: string;
|
|
45
|
+
label?: string | undefined;
|
|
46
|
+
valueLabels?: string | undefined;
|
|
47
|
+
}, {
|
|
48
|
+
type: "column";
|
|
49
|
+
value: string;
|
|
50
|
+
label?: string | undefined;
|
|
51
|
+
valueLabels?: string | undefined;
|
|
52
|
+
}>;
|
|
53
|
+
domain: z.ZodArray<z.ZodNumber, "many">;
|
|
54
|
+
range: z.ZodArray<z.ZodString, "many">;
|
|
55
|
+
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"linear">, z.ZodLiteral<"log">]>>;
|
|
56
|
+
}, "strip", z.ZodTypeAny, {
|
|
57
|
+
columnName: {
|
|
58
|
+
type: "column";
|
|
59
|
+
value: string;
|
|
60
|
+
label?: string | undefined;
|
|
61
|
+
valueLabels?: string | undefined;
|
|
62
|
+
};
|
|
63
|
+
domain: number[];
|
|
64
|
+
range: string[];
|
|
65
|
+
type?: "linear" | "log" | undefined;
|
|
66
|
+
}, {
|
|
67
|
+
columnName: {
|
|
68
|
+
type: "column";
|
|
69
|
+
value: string;
|
|
70
|
+
label?: string | undefined;
|
|
71
|
+
valueLabels?: string | undefined;
|
|
72
|
+
};
|
|
73
|
+
domain: number[];
|
|
74
|
+
range: string[];
|
|
75
|
+
type?: "linear" | "log" | undefined;
|
|
76
|
+
}>]>>;
|
|
77
|
+
dotShape: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "20", "21", "22", "23", "24", "25"]>, z.ZodObject<{
|
|
78
|
+
type: z.ZodLiteral<"grouping">;
|
|
79
|
+
value: z.ZodString;
|
|
80
|
+
palette: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
81
|
+
}, "strip", z.ZodTypeAny, {
|
|
82
|
+
type: "grouping";
|
|
83
|
+
value: string;
|
|
84
|
+
palette?: string[] | undefined;
|
|
85
|
+
}, {
|
|
86
|
+
type: "grouping";
|
|
87
|
+
value: string;
|
|
88
|
+
palette?: string[] | undefined;
|
|
89
|
+
}>]>>;
|
|
90
|
+
dotSize: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodObject<{
|
|
91
|
+
columnName: z.ZodObject<{
|
|
92
|
+
type: z.ZodLiteral<"column">;
|
|
93
|
+
value: z.ZodString;
|
|
94
|
+
label: z.ZodOptional<z.ZodString>;
|
|
95
|
+
valueLabels: z.ZodOptional<z.ZodString>;
|
|
96
|
+
}, "strip", z.ZodTypeAny, {
|
|
97
|
+
type: "column";
|
|
98
|
+
value: string;
|
|
99
|
+
label?: string | undefined;
|
|
100
|
+
valueLabels?: string | undefined;
|
|
101
|
+
}, {
|
|
102
|
+
type: "column";
|
|
103
|
+
value: string;
|
|
104
|
+
label?: string | undefined;
|
|
105
|
+
valueLabels?: string | undefined;
|
|
106
|
+
}>;
|
|
107
|
+
domain: z.ZodArray<z.ZodNumber, "many">;
|
|
108
|
+
range: z.ZodArray<z.ZodNumber, "many">;
|
|
109
|
+
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"linear">, z.ZodLiteral<"log">]>>;
|
|
110
|
+
}, "strip", z.ZodTypeAny, {
|
|
111
|
+
columnName: {
|
|
112
|
+
type: "column";
|
|
113
|
+
value: string;
|
|
114
|
+
label?: string | undefined;
|
|
115
|
+
valueLabels?: string | undefined;
|
|
116
|
+
};
|
|
117
|
+
domain: number[];
|
|
118
|
+
range: number[];
|
|
119
|
+
type?: "linear" | "log" | undefined;
|
|
120
|
+
}, {
|
|
121
|
+
columnName: {
|
|
122
|
+
type: "column";
|
|
123
|
+
value: string;
|
|
124
|
+
label?: string | undefined;
|
|
125
|
+
valueLabels?: string | undefined;
|
|
126
|
+
};
|
|
127
|
+
domain: number[];
|
|
128
|
+
range: number[];
|
|
129
|
+
type?: "linear" | "log" | undefined;
|
|
130
|
+
}>]>>;
|
|
131
|
+
}, "strip", z.ZodTypeAny, {
|
|
132
|
+
dotFill?: string | {
|
|
133
|
+
type: "grouping";
|
|
134
|
+
value: string;
|
|
135
|
+
palette?: string[] | undefined;
|
|
136
|
+
} | {
|
|
137
|
+
columnName: {
|
|
138
|
+
type: "column";
|
|
139
|
+
value: string;
|
|
140
|
+
label?: string | undefined;
|
|
141
|
+
valueLabels?: string | undefined;
|
|
142
|
+
};
|
|
143
|
+
domain: number[];
|
|
144
|
+
range: string[];
|
|
145
|
+
type?: "linear" | "log" | undefined;
|
|
146
|
+
} | undefined;
|
|
147
|
+
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
148
|
+
type: "grouping";
|
|
149
|
+
value: string;
|
|
150
|
+
palette?: string[] | undefined;
|
|
151
|
+
} | undefined;
|
|
152
|
+
dotSize?: number | {
|
|
153
|
+
columnName: {
|
|
154
|
+
type: "column";
|
|
155
|
+
value: string;
|
|
156
|
+
label?: string | undefined;
|
|
157
|
+
valueLabels?: string | undefined;
|
|
158
|
+
};
|
|
159
|
+
domain: number[];
|
|
160
|
+
range: number[];
|
|
161
|
+
type?: "linear" | "log" | undefined;
|
|
162
|
+
} | undefined;
|
|
163
|
+
}, {
|
|
164
|
+
dotFill?: string | {
|
|
165
|
+
type: "grouping";
|
|
166
|
+
value: string;
|
|
167
|
+
palette?: string[] | undefined;
|
|
168
|
+
} | {
|
|
169
|
+
columnName: {
|
|
170
|
+
type: "column";
|
|
171
|
+
value: string;
|
|
172
|
+
label?: string | undefined;
|
|
173
|
+
valueLabels?: string | undefined;
|
|
174
|
+
};
|
|
175
|
+
domain: number[];
|
|
176
|
+
range: string[];
|
|
177
|
+
type?: "linear" | "log" | undefined;
|
|
178
|
+
} | undefined;
|
|
179
|
+
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
180
|
+
type: "grouping";
|
|
181
|
+
value: string;
|
|
182
|
+
palette?: string[] | undefined;
|
|
183
|
+
} | undefined;
|
|
184
|
+
dotSize?: number | {
|
|
185
|
+
columnName: {
|
|
186
|
+
type: "column";
|
|
187
|
+
value: string;
|
|
188
|
+
label?: string | undefined;
|
|
189
|
+
valueLabels?: string | undefined;
|
|
190
|
+
};
|
|
191
|
+
domain: number[];
|
|
192
|
+
range: number[];
|
|
193
|
+
type?: "linear" | "log" | undefined;
|
|
194
|
+
} | undefined;
|
|
195
|
+
}>>;
|
|
196
|
+
}, "strip", z.ZodTypeAny, {
|
|
197
|
+
type: "dots";
|
|
198
|
+
aes?: {
|
|
199
|
+
dotFill?: string | {
|
|
200
|
+
type: "grouping";
|
|
201
|
+
value: string;
|
|
202
|
+
palette?: string[] | undefined;
|
|
203
|
+
} | {
|
|
204
|
+
columnName: {
|
|
205
|
+
type: "column";
|
|
206
|
+
value: string;
|
|
207
|
+
label?: string | undefined;
|
|
208
|
+
valueLabels?: string | undefined;
|
|
209
|
+
};
|
|
210
|
+
domain: number[];
|
|
211
|
+
range: string[];
|
|
212
|
+
type?: "linear" | "log" | undefined;
|
|
213
|
+
} | undefined;
|
|
214
|
+
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
215
|
+
type: "grouping";
|
|
216
|
+
value: string;
|
|
217
|
+
palette?: string[] | undefined;
|
|
218
|
+
} | undefined;
|
|
219
|
+
dotSize?: number | {
|
|
220
|
+
columnName: {
|
|
221
|
+
type: "column";
|
|
222
|
+
value: string;
|
|
223
|
+
label?: string | undefined;
|
|
224
|
+
valueLabels?: string | undefined;
|
|
225
|
+
};
|
|
226
|
+
domain: number[];
|
|
227
|
+
range: number[];
|
|
228
|
+
type?: "linear" | "log" | undefined;
|
|
229
|
+
} | undefined;
|
|
230
|
+
} | undefined;
|
|
231
|
+
}, {
|
|
232
|
+
type: "dots";
|
|
233
|
+
aes?: {
|
|
234
|
+
dotFill?: string | {
|
|
235
|
+
type: "grouping";
|
|
236
|
+
value: string;
|
|
237
|
+
palette?: string[] | undefined;
|
|
238
|
+
} | {
|
|
239
|
+
columnName: {
|
|
240
|
+
type: "column";
|
|
241
|
+
value: string;
|
|
242
|
+
label?: string | undefined;
|
|
243
|
+
valueLabels?: string | undefined;
|
|
244
|
+
};
|
|
245
|
+
domain: number[];
|
|
246
|
+
range: string[];
|
|
247
|
+
type?: "linear" | "log" | undefined;
|
|
248
|
+
} | undefined;
|
|
249
|
+
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
250
|
+
type: "grouping";
|
|
251
|
+
value: string;
|
|
252
|
+
palette?: string[] | undefined;
|
|
253
|
+
} | undefined;
|
|
254
|
+
dotSize?: number | {
|
|
255
|
+
columnName: {
|
|
256
|
+
type: "column";
|
|
257
|
+
value: string;
|
|
258
|
+
label?: string | undefined;
|
|
259
|
+
valueLabels?: string | undefined;
|
|
260
|
+
};
|
|
261
|
+
domain: number[];
|
|
262
|
+
range: number[];
|
|
263
|
+
type?: "linear" | "log" | undefined;
|
|
264
|
+
} | undefined;
|
|
265
|
+
} | undefined;
|
|
266
|
+
}>;
|
|
267
|
+
declare const CurveLayerSchema: z.ZodObject<{
|
|
268
|
+
type: z.ZodLiteral<"curve">;
|
|
269
|
+
smoothing: z.ZodOptional<z.ZodBoolean>;
|
|
270
|
+
aes: z.ZodOptional<z.ZodObject<{
|
|
271
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
272
|
+
lineShape: z.ZodOptional<z.ZodEnum<["solid", "dashed", "dotted", "dotdash", "longdash", "twodash"]>>;
|
|
273
|
+
lineColor: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
274
|
+
type: z.ZodLiteral<"grouping">;
|
|
275
|
+
value: z.ZodString;
|
|
276
|
+
palette: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
277
|
+
}, "strip", z.ZodTypeAny, {
|
|
278
|
+
type: "grouping";
|
|
279
|
+
value: string;
|
|
280
|
+
palette?: string[] | undefined;
|
|
281
|
+
}, {
|
|
282
|
+
type: "grouping";
|
|
283
|
+
value: string;
|
|
284
|
+
palette?: string[] | undefined;
|
|
285
|
+
}>, z.ZodObject<{
|
|
286
|
+
columnName: z.ZodObject<{
|
|
287
|
+
type: z.ZodLiteral<"column">;
|
|
288
|
+
value: z.ZodString;
|
|
289
|
+
label: z.ZodOptional<z.ZodString>;
|
|
290
|
+
valueLabels: z.ZodOptional<z.ZodString>;
|
|
291
|
+
}, "strip", z.ZodTypeAny, {
|
|
292
|
+
type: "column";
|
|
293
|
+
value: string;
|
|
294
|
+
label?: string | undefined;
|
|
295
|
+
valueLabels?: string | undefined;
|
|
296
|
+
}, {
|
|
297
|
+
type: "column";
|
|
298
|
+
value: string;
|
|
299
|
+
label?: string | undefined;
|
|
300
|
+
valueLabels?: string | undefined;
|
|
301
|
+
}>;
|
|
302
|
+
domain: z.ZodArray<z.ZodNumber, "many">;
|
|
303
|
+
range: z.ZodArray<z.ZodString, "many">;
|
|
304
|
+
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"linear">, z.ZodLiteral<"log">]>>;
|
|
305
|
+
}, "strip", z.ZodTypeAny, {
|
|
306
|
+
columnName: {
|
|
307
|
+
type: "column";
|
|
308
|
+
value: string;
|
|
309
|
+
label?: string | undefined;
|
|
310
|
+
valueLabels?: string | undefined;
|
|
311
|
+
};
|
|
312
|
+
domain: number[];
|
|
313
|
+
range: string[];
|
|
314
|
+
type?: "linear" | "log" | undefined;
|
|
315
|
+
}, {
|
|
316
|
+
columnName: {
|
|
317
|
+
type: "column";
|
|
318
|
+
value: string;
|
|
319
|
+
label?: string | undefined;
|
|
320
|
+
valueLabels?: string | undefined;
|
|
321
|
+
};
|
|
322
|
+
domain: number[];
|
|
323
|
+
range: string[];
|
|
324
|
+
type?: "linear" | "log" | undefined;
|
|
325
|
+
}>]>>;
|
|
326
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
327
|
+
}, "strip", z.ZodTypeAny, {
|
|
328
|
+
lineWidth?: number | undefined;
|
|
329
|
+
lineShape?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
330
|
+
lineColor?: string | {
|
|
331
|
+
type: "grouping";
|
|
332
|
+
value: string;
|
|
333
|
+
palette?: string[] | undefined;
|
|
334
|
+
} | {
|
|
335
|
+
columnName: {
|
|
336
|
+
type: "column";
|
|
337
|
+
value: string;
|
|
338
|
+
label?: string | undefined;
|
|
339
|
+
valueLabels?: string | undefined;
|
|
340
|
+
};
|
|
341
|
+
domain: number[];
|
|
342
|
+
range: string[];
|
|
343
|
+
type?: "linear" | "log" | undefined;
|
|
344
|
+
} | undefined;
|
|
345
|
+
opacity?: number | undefined;
|
|
346
|
+
}, {
|
|
347
|
+
lineWidth?: number | undefined;
|
|
348
|
+
lineShape?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
349
|
+
lineColor?: string | {
|
|
350
|
+
type: "grouping";
|
|
351
|
+
value: string;
|
|
352
|
+
palette?: string[] | undefined;
|
|
353
|
+
} | {
|
|
354
|
+
columnName: {
|
|
355
|
+
type: "column";
|
|
356
|
+
value: string;
|
|
357
|
+
label?: string | undefined;
|
|
358
|
+
valueLabels?: string | undefined;
|
|
359
|
+
};
|
|
360
|
+
domain: number[];
|
|
361
|
+
range: string[];
|
|
362
|
+
type?: "linear" | "log" | undefined;
|
|
363
|
+
} | undefined;
|
|
364
|
+
opacity?: number | undefined;
|
|
365
|
+
}>>;
|
|
366
|
+
}, "strip", z.ZodTypeAny, {
|
|
367
|
+
type: "curve";
|
|
368
|
+
aes?: {
|
|
369
|
+
lineWidth?: number | undefined;
|
|
370
|
+
lineShape?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
371
|
+
lineColor?: string | {
|
|
372
|
+
type: "grouping";
|
|
373
|
+
value: string;
|
|
374
|
+
palette?: string[] | undefined;
|
|
375
|
+
} | {
|
|
376
|
+
columnName: {
|
|
377
|
+
type: "column";
|
|
378
|
+
value: string;
|
|
379
|
+
label?: string | undefined;
|
|
380
|
+
valueLabels?: string | undefined;
|
|
381
|
+
};
|
|
382
|
+
domain: number[];
|
|
383
|
+
range: string[];
|
|
384
|
+
type?: "linear" | "log" | undefined;
|
|
385
|
+
} | undefined;
|
|
386
|
+
opacity?: number | undefined;
|
|
387
|
+
} | undefined;
|
|
388
|
+
smoothing?: boolean | undefined;
|
|
389
|
+
}, {
|
|
390
|
+
type: "curve";
|
|
391
|
+
aes?: {
|
|
392
|
+
lineWidth?: number | undefined;
|
|
393
|
+
lineShape?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
394
|
+
lineColor?: string | {
|
|
395
|
+
type: "grouping";
|
|
396
|
+
value: string;
|
|
397
|
+
palette?: string[] | undefined;
|
|
398
|
+
} | {
|
|
399
|
+
columnName: {
|
|
400
|
+
type: "column";
|
|
401
|
+
value: string;
|
|
402
|
+
label?: string | undefined;
|
|
403
|
+
valueLabels?: string | undefined;
|
|
404
|
+
};
|
|
405
|
+
domain: number[];
|
|
406
|
+
range: string[];
|
|
407
|
+
type?: "linear" | "log" | undefined;
|
|
408
|
+
} | undefined;
|
|
409
|
+
opacity?: number | undefined;
|
|
410
|
+
} | undefined;
|
|
411
|
+
smoothing?: boolean | undefined;
|
|
412
|
+
}>;
|
|
413
|
+
declare const ScatterplotLayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
414
|
+
type: z.ZodLiteral<"dots">;
|
|
415
|
+
aes: z.ZodOptional<z.ZodObject<{
|
|
416
|
+
dotFill: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
417
|
+
type: z.ZodLiteral<"grouping">;
|
|
418
|
+
value: z.ZodString;
|
|
419
|
+
palette: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
420
|
+
}, "strip", z.ZodTypeAny, {
|
|
421
|
+
type: "grouping";
|
|
422
|
+
value: string;
|
|
423
|
+
palette?: string[] | undefined;
|
|
424
|
+
}, {
|
|
425
|
+
type: "grouping";
|
|
426
|
+
value: string;
|
|
427
|
+
palette?: string[] | undefined;
|
|
428
|
+
}>, z.ZodObject<{
|
|
429
|
+
columnName: z.ZodObject<{
|
|
430
|
+
type: z.ZodLiteral<"column">;
|
|
431
|
+
value: z.ZodString;
|
|
432
|
+
label: z.ZodOptional<z.ZodString>;
|
|
433
|
+
valueLabels: z.ZodOptional<z.ZodString>;
|
|
434
|
+
}, "strip", z.ZodTypeAny, {
|
|
435
|
+
type: "column";
|
|
436
|
+
value: string;
|
|
437
|
+
label?: string | undefined;
|
|
438
|
+
valueLabels?: string | undefined;
|
|
439
|
+
}, {
|
|
440
|
+
type: "column";
|
|
441
|
+
value: string;
|
|
442
|
+
label?: string | undefined;
|
|
443
|
+
valueLabels?: string | undefined;
|
|
444
|
+
}>;
|
|
445
|
+
domain: z.ZodArray<z.ZodNumber, "many">;
|
|
446
|
+
range: z.ZodArray<z.ZodString, "many">;
|
|
447
|
+
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"linear">, z.ZodLiteral<"log">]>>;
|
|
448
|
+
}, "strip", z.ZodTypeAny, {
|
|
449
|
+
columnName: {
|
|
450
|
+
type: "column";
|
|
451
|
+
value: string;
|
|
452
|
+
label?: string | undefined;
|
|
453
|
+
valueLabels?: string | undefined;
|
|
454
|
+
};
|
|
455
|
+
domain: number[];
|
|
456
|
+
range: string[];
|
|
457
|
+
type?: "linear" | "log" | undefined;
|
|
458
|
+
}, {
|
|
459
|
+
columnName: {
|
|
460
|
+
type: "column";
|
|
461
|
+
value: string;
|
|
462
|
+
label?: string | undefined;
|
|
463
|
+
valueLabels?: string | undefined;
|
|
464
|
+
};
|
|
465
|
+
domain: number[];
|
|
466
|
+
range: string[];
|
|
467
|
+
type?: "linear" | "log" | undefined;
|
|
468
|
+
}>]>>;
|
|
469
|
+
dotShape: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "20", "21", "22", "23", "24", "25"]>, z.ZodObject<{
|
|
470
|
+
type: z.ZodLiteral<"grouping">;
|
|
471
|
+
value: z.ZodString;
|
|
472
|
+
palette: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
473
|
+
}, "strip", z.ZodTypeAny, {
|
|
474
|
+
type: "grouping";
|
|
475
|
+
value: string;
|
|
476
|
+
palette?: string[] | undefined;
|
|
477
|
+
}, {
|
|
478
|
+
type: "grouping";
|
|
479
|
+
value: string;
|
|
480
|
+
palette?: string[] | undefined;
|
|
481
|
+
}>]>>;
|
|
482
|
+
dotSize: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodObject<{
|
|
483
|
+
columnName: z.ZodObject<{
|
|
484
|
+
type: z.ZodLiteral<"column">;
|
|
485
|
+
value: z.ZodString;
|
|
486
|
+
label: z.ZodOptional<z.ZodString>;
|
|
487
|
+
valueLabels: z.ZodOptional<z.ZodString>;
|
|
488
|
+
}, "strip", z.ZodTypeAny, {
|
|
489
|
+
type: "column";
|
|
490
|
+
value: string;
|
|
491
|
+
label?: string | undefined;
|
|
492
|
+
valueLabels?: string | undefined;
|
|
493
|
+
}, {
|
|
494
|
+
type: "column";
|
|
495
|
+
value: string;
|
|
496
|
+
label?: string | undefined;
|
|
497
|
+
valueLabels?: string | undefined;
|
|
498
|
+
}>;
|
|
499
|
+
domain: z.ZodArray<z.ZodNumber, "many">;
|
|
500
|
+
range: z.ZodArray<z.ZodNumber, "many">;
|
|
501
|
+
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"linear">, z.ZodLiteral<"log">]>>;
|
|
502
|
+
}, "strip", z.ZodTypeAny, {
|
|
503
|
+
columnName: {
|
|
504
|
+
type: "column";
|
|
505
|
+
value: string;
|
|
506
|
+
label?: string | undefined;
|
|
507
|
+
valueLabels?: string | undefined;
|
|
508
|
+
};
|
|
509
|
+
domain: number[];
|
|
510
|
+
range: number[];
|
|
511
|
+
type?: "linear" | "log" | undefined;
|
|
512
|
+
}, {
|
|
513
|
+
columnName: {
|
|
514
|
+
type: "column";
|
|
515
|
+
value: string;
|
|
516
|
+
label?: string | undefined;
|
|
517
|
+
valueLabels?: string | undefined;
|
|
518
|
+
};
|
|
519
|
+
domain: number[];
|
|
520
|
+
range: number[];
|
|
521
|
+
type?: "linear" | "log" | undefined;
|
|
522
|
+
}>]>>;
|
|
523
|
+
}, "strip", z.ZodTypeAny, {
|
|
524
|
+
dotFill?: string | {
|
|
525
|
+
type: "grouping";
|
|
526
|
+
value: string;
|
|
527
|
+
palette?: string[] | undefined;
|
|
528
|
+
} | {
|
|
529
|
+
columnName: {
|
|
530
|
+
type: "column";
|
|
531
|
+
value: string;
|
|
532
|
+
label?: string | undefined;
|
|
533
|
+
valueLabels?: string | undefined;
|
|
534
|
+
};
|
|
535
|
+
domain: number[];
|
|
536
|
+
range: string[];
|
|
537
|
+
type?: "linear" | "log" | undefined;
|
|
538
|
+
} | undefined;
|
|
539
|
+
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
540
|
+
type: "grouping";
|
|
541
|
+
value: string;
|
|
542
|
+
palette?: string[] | undefined;
|
|
543
|
+
} | undefined;
|
|
544
|
+
dotSize?: number | {
|
|
545
|
+
columnName: {
|
|
546
|
+
type: "column";
|
|
547
|
+
value: string;
|
|
548
|
+
label?: string | undefined;
|
|
549
|
+
valueLabels?: string | undefined;
|
|
550
|
+
};
|
|
551
|
+
domain: number[];
|
|
552
|
+
range: number[];
|
|
553
|
+
type?: "linear" | "log" | undefined;
|
|
554
|
+
} | undefined;
|
|
555
|
+
}, {
|
|
556
|
+
dotFill?: string | {
|
|
557
|
+
type: "grouping";
|
|
558
|
+
value: string;
|
|
559
|
+
palette?: string[] | undefined;
|
|
560
|
+
} | {
|
|
561
|
+
columnName: {
|
|
562
|
+
type: "column";
|
|
563
|
+
value: string;
|
|
564
|
+
label?: string | undefined;
|
|
565
|
+
valueLabels?: string | undefined;
|
|
566
|
+
};
|
|
567
|
+
domain: number[];
|
|
568
|
+
range: string[];
|
|
569
|
+
type?: "linear" | "log" | undefined;
|
|
570
|
+
} | undefined;
|
|
571
|
+
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
572
|
+
type: "grouping";
|
|
573
|
+
value: string;
|
|
574
|
+
palette?: string[] | undefined;
|
|
575
|
+
} | undefined;
|
|
576
|
+
dotSize?: number | {
|
|
577
|
+
columnName: {
|
|
578
|
+
type: "column";
|
|
579
|
+
value: string;
|
|
580
|
+
label?: string | undefined;
|
|
581
|
+
valueLabels?: string | undefined;
|
|
582
|
+
};
|
|
583
|
+
domain: number[];
|
|
584
|
+
range: number[];
|
|
585
|
+
type?: "linear" | "log" | undefined;
|
|
586
|
+
} | undefined;
|
|
587
|
+
}>>;
|
|
588
|
+
}, "strip", z.ZodTypeAny, {
|
|
589
|
+
type: "dots";
|
|
590
|
+
aes?: {
|
|
591
|
+
dotFill?: string | {
|
|
592
|
+
type: "grouping";
|
|
593
|
+
value: string;
|
|
594
|
+
palette?: string[] | undefined;
|
|
595
|
+
} | {
|
|
596
|
+
columnName: {
|
|
597
|
+
type: "column";
|
|
598
|
+
value: string;
|
|
599
|
+
label?: string | undefined;
|
|
600
|
+
valueLabels?: string | undefined;
|
|
601
|
+
};
|
|
602
|
+
domain: number[];
|
|
603
|
+
range: string[];
|
|
604
|
+
type?: "linear" | "log" | undefined;
|
|
605
|
+
} | undefined;
|
|
606
|
+
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
607
|
+
type: "grouping";
|
|
608
|
+
value: string;
|
|
609
|
+
palette?: string[] | undefined;
|
|
610
|
+
} | undefined;
|
|
611
|
+
dotSize?: number | {
|
|
612
|
+
columnName: {
|
|
613
|
+
type: "column";
|
|
614
|
+
value: string;
|
|
615
|
+
label?: string | undefined;
|
|
616
|
+
valueLabels?: string | undefined;
|
|
617
|
+
};
|
|
618
|
+
domain: number[];
|
|
619
|
+
range: number[];
|
|
620
|
+
type?: "linear" | "log" | undefined;
|
|
621
|
+
} | undefined;
|
|
622
|
+
} | undefined;
|
|
623
|
+
}, {
|
|
624
|
+
type: "dots";
|
|
625
|
+
aes?: {
|
|
626
|
+
dotFill?: string | {
|
|
627
|
+
type: "grouping";
|
|
628
|
+
value: string;
|
|
629
|
+
palette?: string[] | undefined;
|
|
630
|
+
} | {
|
|
631
|
+
columnName: {
|
|
632
|
+
type: "column";
|
|
633
|
+
value: string;
|
|
634
|
+
label?: string | undefined;
|
|
635
|
+
valueLabels?: string | undefined;
|
|
636
|
+
};
|
|
637
|
+
domain: number[];
|
|
638
|
+
range: string[];
|
|
639
|
+
type?: "linear" | "log" | undefined;
|
|
640
|
+
} | undefined;
|
|
641
|
+
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
642
|
+
type: "grouping";
|
|
643
|
+
value: string;
|
|
644
|
+
palette?: string[] | undefined;
|
|
645
|
+
} | undefined;
|
|
646
|
+
dotSize?: number | {
|
|
647
|
+
columnName: {
|
|
648
|
+
type: "column";
|
|
649
|
+
value: string;
|
|
650
|
+
label?: string | undefined;
|
|
651
|
+
valueLabels?: string | undefined;
|
|
652
|
+
};
|
|
653
|
+
domain: number[];
|
|
654
|
+
range: number[];
|
|
655
|
+
type?: "linear" | "log" | undefined;
|
|
656
|
+
} | undefined;
|
|
657
|
+
} | undefined;
|
|
658
|
+
}>, z.ZodObject<{
|
|
659
|
+
type: z.ZodLiteral<"curve">;
|
|
660
|
+
smoothing: z.ZodOptional<z.ZodBoolean>;
|
|
661
|
+
aes: z.ZodOptional<z.ZodObject<{
|
|
662
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
663
|
+
lineShape: z.ZodOptional<z.ZodEnum<["solid", "dashed", "dotted", "dotdash", "longdash", "twodash"]>>;
|
|
664
|
+
lineColor: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
665
|
+
type: z.ZodLiteral<"grouping">;
|
|
666
|
+
value: z.ZodString;
|
|
667
|
+
palette: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
668
|
+
}, "strip", z.ZodTypeAny, {
|
|
669
|
+
type: "grouping";
|
|
670
|
+
value: string;
|
|
671
|
+
palette?: string[] | undefined;
|
|
672
|
+
}, {
|
|
673
|
+
type: "grouping";
|
|
674
|
+
value: string;
|
|
675
|
+
palette?: string[] | undefined;
|
|
676
|
+
}>, z.ZodObject<{
|
|
677
|
+
columnName: z.ZodObject<{
|
|
678
|
+
type: z.ZodLiteral<"column">;
|
|
679
|
+
value: z.ZodString;
|
|
680
|
+
label: z.ZodOptional<z.ZodString>;
|
|
681
|
+
valueLabels: z.ZodOptional<z.ZodString>;
|
|
682
|
+
}, "strip", z.ZodTypeAny, {
|
|
683
|
+
type: "column";
|
|
684
|
+
value: string;
|
|
685
|
+
label?: string | undefined;
|
|
686
|
+
valueLabels?: string | undefined;
|
|
687
|
+
}, {
|
|
688
|
+
type: "column";
|
|
689
|
+
value: string;
|
|
690
|
+
label?: string | undefined;
|
|
691
|
+
valueLabels?: string | undefined;
|
|
692
|
+
}>;
|
|
693
|
+
domain: z.ZodArray<z.ZodNumber, "many">;
|
|
694
|
+
range: z.ZodArray<z.ZodString, "many">;
|
|
695
|
+
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"linear">, z.ZodLiteral<"log">]>>;
|
|
696
|
+
}, "strip", z.ZodTypeAny, {
|
|
697
|
+
columnName: {
|
|
698
|
+
type: "column";
|
|
699
|
+
value: string;
|
|
700
|
+
label?: string | undefined;
|
|
701
|
+
valueLabels?: string | undefined;
|
|
702
|
+
};
|
|
703
|
+
domain: number[];
|
|
704
|
+
range: string[];
|
|
705
|
+
type?: "linear" | "log" | undefined;
|
|
706
|
+
}, {
|
|
707
|
+
columnName: {
|
|
708
|
+
type: "column";
|
|
709
|
+
value: string;
|
|
710
|
+
label?: string | undefined;
|
|
711
|
+
valueLabels?: string | undefined;
|
|
712
|
+
};
|
|
713
|
+
domain: number[];
|
|
714
|
+
range: string[];
|
|
715
|
+
type?: "linear" | "log" | undefined;
|
|
716
|
+
}>]>>;
|
|
717
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
718
|
+
}, "strip", z.ZodTypeAny, {
|
|
719
|
+
lineWidth?: number | undefined;
|
|
720
|
+
lineShape?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
721
|
+
lineColor?: string | {
|
|
722
|
+
type: "grouping";
|
|
723
|
+
value: string;
|
|
724
|
+
palette?: string[] | undefined;
|
|
725
|
+
} | {
|
|
726
|
+
columnName: {
|
|
727
|
+
type: "column";
|
|
728
|
+
value: string;
|
|
729
|
+
label?: string | undefined;
|
|
730
|
+
valueLabels?: string | undefined;
|
|
731
|
+
};
|
|
732
|
+
domain: number[];
|
|
733
|
+
range: string[];
|
|
734
|
+
type?: "linear" | "log" | undefined;
|
|
735
|
+
} | undefined;
|
|
736
|
+
opacity?: number | undefined;
|
|
737
|
+
}, {
|
|
738
|
+
lineWidth?: number | undefined;
|
|
739
|
+
lineShape?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
740
|
+
lineColor?: string | {
|
|
741
|
+
type: "grouping";
|
|
742
|
+
value: string;
|
|
743
|
+
palette?: string[] | undefined;
|
|
744
|
+
} | {
|
|
745
|
+
columnName: {
|
|
746
|
+
type: "column";
|
|
747
|
+
value: string;
|
|
748
|
+
label?: string | undefined;
|
|
749
|
+
valueLabels?: string | undefined;
|
|
750
|
+
};
|
|
751
|
+
domain: number[];
|
|
752
|
+
range: string[];
|
|
753
|
+
type?: "linear" | "log" | undefined;
|
|
754
|
+
} | undefined;
|
|
755
|
+
opacity?: number | undefined;
|
|
756
|
+
}>>;
|
|
757
|
+
}, "strip", z.ZodTypeAny, {
|
|
758
|
+
type: "curve";
|
|
759
|
+
aes?: {
|
|
760
|
+
lineWidth?: number | undefined;
|
|
761
|
+
lineShape?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
762
|
+
lineColor?: string | {
|
|
763
|
+
type: "grouping";
|
|
764
|
+
value: string;
|
|
765
|
+
palette?: string[] | undefined;
|
|
766
|
+
} | {
|
|
767
|
+
columnName: {
|
|
768
|
+
type: "column";
|
|
769
|
+
value: string;
|
|
770
|
+
label?: string | undefined;
|
|
771
|
+
valueLabels?: string | undefined;
|
|
772
|
+
};
|
|
773
|
+
domain: number[];
|
|
774
|
+
range: string[];
|
|
775
|
+
type?: "linear" | "log" | undefined;
|
|
776
|
+
} | undefined;
|
|
777
|
+
opacity?: number | undefined;
|
|
778
|
+
} | undefined;
|
|
779
|
+
smoothing?: boolean | undefined;
|
|
780
|
+
}, {
|
|
781
|
+
type: "curve";
|
|
782
|
+
aes?: {
|
|
783
|
+
lineWidth?: number | undefined;
|
|
784
|
+
lineShape?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
785
|
+
lineColor?: string | {
|
|
786
|
+
type: "grouping";
|
|
787
|
+
value: string;
|
|
788
|
+
palette?: string[] | undefined;
|
|
789
|
+
} | {
|
|
790
|
+
columnName: {
|
|
791
|
+
type: "column";
|
|
792
|
+
value: string;
|
|
793
|
+
label?: string | undefined;
|
|
794
|
+
valueLabels?: string | undefined;
|
|
795
|
+
};
|
|
796
|
+
domain: number[];
|
|
797
|
+
range: string[];
|
|
798
|
+
type?: "linear" | "log" | undefined;
|
|
799
|
+
} | undefined;
|
|
800
|
+
opacity?: number | undefined;
|
|
801
|
+
} | undefined;
|
|
802
|
+
smoothing?: boolean | undefined;
|
|
803
|
+
}>]>;
|
|
804
|
+
export type DotsLayer = z.infer<typeof DotsLayerSchema>;
|
|
805
|
+
export type CurveLayer = z.infer<typeof CurveLayerSchema>;
|
|
806
|
+
export type ScatterplotLayer = z.infer<typeof ScatterplotLayerSchema>;
|
|
807
|
+
export declare const ScatterplotSettingsSchema: z.ZodObject<{
|
|
808
|
+
type: z.ZodLiteral<"scatterplot">;
|
|
809
|
+
title: z.ZodObject<{
|
|
810
|
+
name: z.ZodString;
|
|
811
|
+
show: z.ZodOptional<z.ZodBoolean>;
|
|
812
|
+
position: z.ZodOptional<z.ZodEnum<["left", "center", "right"]>>;
|
|
813
|
+
}, "strip", z.ZodTypeAny, {
|
|
814
|
+
name: string;
|
|
815
|
+
show?: boolean | undefined;
|
|
816
|
+
position?: "left" | "center" | "right" | undefined;
|
|
817
|
+
}, {
|
|
818
|
+
name: string;
|
|
819
|
+
show?: boolean | undefined;
|
|
820
|
+
position?: "left" | "center" | "right" | undefined;
|
|
821
|
+
}>;
|
|
822
|
+
size: z.ZodOptional<z.ZodObject<{
|
|
823
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
824
|
+
height: z.ZodOptional<z.ZodNumber>;
|
|
825
|
+
}, "strip", z.ZodTypeAny, {
|
|
826
|
+
width?: number | undefined;
|
|
827
|
+
height?: number | undefined;
|
|
828
|
+
}, {
|
|
829
|
+
width?: number | undefined;
|
|
830
|
+
height?: number | undefined;
|
|
831
|
+
}>>;
|
|
832
|
+
legend: z.ZodOptional<z.ZodObject<{
|
|
833
|
+
show: z.ZodOptional<z.ZodBoolean>;
|
|
834
|
+
position: z.ZodOptional<z.ZodEnum<["inside", "right", "top", "bottom"]>>;
|
|
835
|
+
}, "strip", z.ZodTypeAny, {
|
|
836
|
+
show?: boolean | undefined;
|
|
837
|
+
position?: "right" | "inside" | "top" | "bottom" | undefined;
|
|
838
|
+
}, {
|
|
839
|
+
show?: boolean | undefined;
|
|
840
|
+
position?: "right" | "inside" | "top" | "bottom" | undefined;
|
|
841
|
+
}>>;
|
|
842
|
+
tooltips: z.ZodOptional<z.ZodObject<{
|
|
843
|
+
show: z.ZodOptional<z.ZodBoolean>;
|
|
844
|
+
content: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
845
|
+
type: z.ZodLiteral<"column">;
|
|
846
|
+
value: z.ZodString;
|
|
847
|
+
label: z.ZodOptional<z.ZodString>;
|
|
848
|
+
valueLabels: z.ZodOptional<z.ZodString>;
|
|
849
|
+
}, "strip", z.ZodTypeAny, {
|
|
850
|
+
type: "column";
|
|
851
|
+
value: string;
|
|
852
|
+
label?: string | undefined;
|
|
853
|
+
valueLabels?: string | undefined;
|
|
854
|
+
}, {
|
|
855
|
+
type: "column";
|
|
856
|
+
value: string;
|
|
857
|
+
label?: string | undefined;
|
|
858
|
+
valueLabels?: string | undefined;
|
|
859
|
+
}>, "many">>;
|
|
860
|
+
}, "strip", z.ZodTypeAny, {
|
|
861
|
+
show?: boolean | undefined;
|
|
862
|
+
content?: {
|
|
863
|
+
type: "column";
|
|
864
|
+
value: string;
|
|
865
|
+
label?: string | undefined;
|
|
866
|
+
valueLabels?: string | undefined;
|
|
867
|
+
}[] | undefined;
|
|
868
|
+
}, {
|
|
869
|
+
show?: boolean | undefined;
|
|
870
|
+
content?: {
|
|
871
|
+
type: "column";
|
|
872
|
+
value: string;
|
|
873
|
+
label?: string | undefined;
|
|
874
|
+
valueLabels?: string | undefined;
|
|
875
|
+
}[] | undefined;
|
|
876
|
+
}>>;
|
|
877
|
+
frame: z.ZodOptional<z.ZodObject<{
|
|
878
|
+
type: z.ZodOptional<z.ZodEnum<["left", "bottom", "left-bottom", "full", "empty"]>>;
|
|
879
|
+
}, "strip", z.ZodTypeAny, {
|
|
880
|
+
type?: "left" | "bottom" | "left-bottom" | "full" | "empty" | undefined;
|
|
881
|
+
}, {
|
|
882
|
+
type?: "left" | "bottom" | "left-bottom" | "full" | "empty" | undefined;
|
|
883
|
+
}>>;
|
|
884
|
+
facetSettings: z.ZodOptional<z.ZodObject<{
|
|
885
|
+
sharedX: z.ZodOptional<z.ZodBoolean>;
|
|
886
|
+
sharedY: z.ZodOptional<z.ZodBoolean>;
|
|
887
|
+
nRows: z.ZodOptional<z.ZodNumber>;
|
|
888
|
+
nCols: z.ZodOptional<z.ZodNumber>;
|
|
889
|
+
}, "strip", z.ZodTypeAny, {
|
|
890
|
+
sharedX?: boolean | undefined;
|
|
891
|
+
sharedY?: boolean | undefined;
|
|
892
|
+
nRows?: number | undefined;
|
|
893
|
+
nCols?: number | undefined;
|
|
894
|
+
}, {
|
|
895
|
+
sharedX?: boolean | undefined;
|
|
896
|
+
sharedY?: boolean | undefined;
|
|
897
|
+
nRows?: number | undefined;
|
|
898
|
+
nCols?: number | undefined;
|
|
899
|
+
}>>;
|
|
900
|
+
keyColumn: z.ZodObject<{
|
|
901
|
+
type: z.ZodLiteral<"column">;
|
|
902
|
+
value: z.ZodString;
|
|
903
|
+
label: z.ZodOptional<z.ZodString>;
|
|
904
|
+
valueLabels: z.ZodOptional<z.ZodString>;
|
|
905
|
+
}, "strip", z.ZodTypeAny, {
|
|
906
|
+
type: "column";
|
|
907
|
+
value: string;
|
|
908
|
+
label?: string | undefined;
|
|
909
|
+
valueLabels?: string | undefined;
|
|
910
|
+
}, {
|
|
911
|
+
type: "column";
|
|
912
|
+
value: string;
|
|
913
|
+
label?: string | undefined;
|
|
914
|
+
valueLabels?: string | undefined;
|
|
915
|
+
}>;
|
|
916
|
+
x: z.ZodObject<{
|
|
917
|
+
type: z.ZodLiteral<"column">;
|
|
918
|
+
value: z.ZodString;
|
|
919
|
+
label: z.ZodOptional<z.ZodString>;
|
|
920
|
+
valueLabels: z.ZodOptional<z.ZodString>;
|
|
921
|
+
}, "strip", z.ZodTypeAny, {
|
|
922
|
+
type: "column";
|
|
923
|
+
value: string;
|
|
924
|
+
label?: string | undefined;
|
|
925
|
+
valueLabels?: string | undefined;
|
|
926
|
+
}, {
|
|
927
|
+
type: "column";
|
|
928
|
+
value: string;
|
|
929
|
+
label?: string | undefined;
|
|
930
|
+
valueLabels?: string | undefined;
|
|
931
|
+
}>;
|
|
932
|
+
y: z.ZodObject<{
|
|
933
|
+
type: z.ZodLiteral<"column">;
|
|
934
|
+
value: z.ZodString;
|
|
935
|
+
label: z.ZodOptional<z.ZodString>;
|
|
936
|
+
valueLabels: z.ZodOptional<z.ZodString>;
|
|
937
|
+
}, "strip", z.ZodTypeAny, {
|
|
938
|
+
type: "column";
|
|
939
|
+
value: string;
|
|
940
|
+
label?: string | undefined;
|
|
941
|
+
valueLabels?: string | undefined;
|
|
942
|
+
}, {
|
|
943
|
+
type: "column";
|
|
944
|
+
value: string;
|
|
945
|
+
label?: string | undefined;
|
|
946
|
+
valueLabels?: string | undefined;
|
|
947
|
+
}>;
|
|
948
|
+
xAxis: z.ZodOptional<z.ZodObject<{
|
|
949
|
+
title: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
950
|
+
type: z.ZodLiteral<"column">;
|
|
951
|
+
value: z.ZodString;
|
|
952
|
+
label: z.ZodOptional<z.ZodString>;
|
|
953
|
+
valueLabels: z.ZodOptional<z.ZodString>;
|
|
954
|
+
}, "strip", z.ZodTypeAny, {
|
|
955
|
+
type: "column";
|
|
956
|
+
value: string;
|
|
957
|
+
label?: string | undefined;
|
|
958
|
+
valueLabels?: string | undefined;
|
|
959
|
+
}, {
|
|
960
|
+
type: "column";
|
|
961
|
+
value: string;
|
|
962
|
+
label?: string | undefined;
|
|
963
|
+
valueLabels?: string | undefined;
|
|
964
|
+
}>]>>;
|
|
965
|
+
scale: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"linear">, z.ZodLiteral<"log">]>>;
|
|
966
|
+
showGrid: z.ZodOptional<z.ZodBoolean>;
|
|
967
|
+
linesBetweenCategories: z.ZodOptional<z.ZodBoolean>;
|
|
968
|
+
showTicks: z.ZodOptional<z.ZodBoolean>;
|
|
969
|
+
labelsPosition: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"center">, z.ZodLiteral<"45deg">, z.ZodLiteral<"90deg">]>>;
|
|
970
|
+
significantLines: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
971
|
+
significantLinesStyle: z.ZodOptional<z.ZodEnum<["solid", "dashed", "dotted", "dotdash", "longdash", "twodash"]>>;
|
|
972
|
+
symmetricRange: z.ZodOptional<z.ZodNumber>;
|
|
973
|
+
upperValue: z.ZodOptional<z.ZodNumber>;
|
|
974
|
+
lowerValue: z.ZodOptional<z.ZodNumber>;
|
|
975
|
+
hiddenLabels: z.ZodOptional<z.ZodBoolean>;
|
|
976
|
+
}, "strip", z.ZodTypeAny, {
|
|
977
|
+
title?: string | {
|
|
978
|
+
type: "column";
|
|
979
|
+
value: string;
|
|
980
|
+
label?: string | undefined;
|
|
981
|
+
valueLabels?: string | undefined;
|
|
982
|
+
} | undefined;
|
|
983
|
+
scale?: "linear" | "log" | undefined;
|
|
984
|
+
showGrid?: boolean | undefined;
|
|
985
|
+
linesBetweenCategories?: boolean | undefined;
|
|
986
|
+
showTicks?: boolean | undefined;
|
|
987
|
+
labelsPosition?: "center" | "45deg" | "90deg" | undefined;
|
|
988
|
+
significantLines?: number[] | undefined;
|
|
989
|
+
significantLinesStyle?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
990
|
+
symmetricRange?: number | undefined;
|
|
991
|
+
upperValue?: number | undefined;
|
|
992
|
+
lowerValue?: number | undefined;
|
|
993
|
+
hiddenLabels?: boolean | undefined;
|
|
994
|
+
}, {
|
|
995
|
+
title?: string | {
|
|
996
|
+
type: "column";
|
|
997
|
+
value: string;
|
|
998
|
+
label?: string | undefined;
|
|
999
|
+
valueLabels?: string | undefined;
|
|
1000
|
+
} | undefined;
|
|
1001
|
+
scale?: "linear" | "log" | undefined;
|
|
1002
|
+
showGrid?: boolean | undefined;
|
|
1003
|
+
linesBetweenCategories?: boolean | undefined;
|
|
1004
|
+
showTicks?: boolean | undefined;
|
|
1005
|
+
labelsPosition?: "center" | "45deg" | "90deg" | undefined;
|
|
1006
|
+
significantLines?: number[] | undefined;
|
|
1007
|
+
significantLinesStyle?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
1008
|
+
symmetricRange?: number | undefined;
|
|
1009
|
+
upperValue?: number | undefined;
|
|
1010
|
+
lowerValue?: number | undefined;
|
|
1011
|
+
hiddenLabels?: boolean | undefined;
|
|
1012
|
+
}>>;
|
|
1013
|
+
yAxis: z.ZodOptional<z.ZodObject<{
|
|
1014
|
+
title: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
1015
|
+
type: z.ZodLiteral<"column">;
|
|
1016
|
+
value: z.ZodString;
|
|
1017
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1018
|
+
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1019
|
+
}, "strip", z.ZodTypeAny, {
|
|
1020
|
+
type: "column";
|
|
1021
|
+
value: string;
|
|
1022
|
+
label?: string | undefined;
|
|
1023
|
+
valueLabels?: string | undefined;
|
|
1024
|
+
}, {
|
|
1025
|
+
type: "column";
|
|
1026
|
+
value: string;
|
|
1027
|
+
label?: string | undefined;
|
|
1028
|
+
valueLabels?: string | undefined;
|
|
1029
|
+
}>]>>;
|
|
1030
|
+
scale: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"linear">, z.ZodLiteral<"log">]>>;
|
|
1031
|
+
showGrid: z.ZodOptional<z.ZodBoolean>;
|
|
1032
|
+
linesBetweenCategories: z.ZodOptional<z.ZodBoolean>;
|
|
1033
|
+
showTicks: z.ZodOptional<z.ZodBoolean>;
|
|
1034
|
+
labelsPosition: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"center">, z.ZodLiteral<"45deg">, z.ZodLiteral<"90deg">]>>;
|
|
1035
|
+
significantLines: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
1036
|
+
significantLinesStyle: z.ZodOptional<z.ZodEnum<["solid", "dashed", "dotted", "dotdash", "longdash", "twodash"]>>;
|
|
1037
|
+
symmetricRange: z.ZodOptional<z.ZodNumber>;
|
|
1038
|
+
upperValue: z.ZodOptional<z.ZodNumber>;
|
|
1039
|
+
lowerValue: z.ZodOptional<z.ZodNumber>;
|
|
1040
|
+
hiddenLabels: z.ZodOptional<z.ZodBoolean>;
|
|
1041
|
+
}, "strip", z.ZodTypeAny, {
|
|
1042
|
+
title?: string | {
|
|
1043
|
+
type: "column";
|
|
1044
|
+
value: string;
|
|
1045
|
+
label?: string | undefined;
|
|
1046
|
+
valueLabels?: string | undefined;
|
|
1047
|
+
} | undefined;
|
|
1048
|
+
scale?: "linear" | "log" | undefined;
|
|
1049
|
+
showGrid?: boolean | undefined;
|
|
1050
|
+
linesBetweenCategories?: boolean | undefined;
|
|
1051
|
+
showTicks?: boolean | undefined;
|
|
1052
|
+
labelsPosition?: "center" | "45deg" | "90deg" | undefined;
|
|
1053
|
+
significantLines?: number[] | undefined;
|
|
1054
|
+
significantLinesStyle?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
1055
|
+
symmetricRange?: number | undefined;
|
|
1056
|
+
upperValue?: number | undefined;
|
|
1057
|
+
lowerValue?: number | undefined;
|
|
1058
|
+
hiddenLabels?: boolean | undefined;
|
|
1059
|
+
}, {
|
|
1060
|
+
title?: string | {
|
|
1061
|
+
type: "column";
|
|
1062
|
+
value: string;
|
|
1063
|
+
label?: string | undefined;
|
|
1064
|
+
valueLabels?: string | undefined;
|
|
1065
|
+
} | undefined;
|
|
1066
|
+
scale?: "linear" | "log" | undefined;
|
|
1067
|
+
showGrid?: boolean | undefined;
|
|
1068
|
+
linesBetweenCategories?: boolean | undefined;
|
|
1069
|
+
showTicks?: boolean | undefined;
|
|
1070
|
+
labelsPosition?: "center" | "45deg" | "90deg" | undefined;
|
|
1071
|
+
significantLines?: number[] | undefined;
|
|
1072
|
+
significantLinesStyle?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
1073
|
+
symmetricRange?: number | undefined;
|
|
1074
|
+
upperValue?: number | undefined;
|
|
1075
|
+
lowerValue?: number | undefined;
|
|
1076
|
+
hiddenLabels?: boolean | undefined;
|
|
1077
|
+
}>>;
|
|
1078
|
+
grouping: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1079
|
+
type: z.ZodLiteral<"column">;
|
|
1080
|
+
value: z.ZodString;
|
|
1081
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1082
|
+
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1083
|
+
}, "strip", z.ZodTypeAny, {
|
|
1084
|
+
type: "column";
|
|
1085
|
+
value: string;
|
|
1086
|
+
label?: string | undefined;
|
|
1087
|
+
valueLabels?: string | undefined;
|
|
1088
|
+
}, {
|
|
1089
|
+
type: "column";
|
|
1090
|
+
value: string;
|
|
1091
|
+
label?: string | undefined;
|
|
1092
|
+
valueLabels?: string | undefined;
|
|
1093
|
+
}>, "many">>;
|
|
1094
|
+
facetBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1095
|
+
type: z.ZodLiteral<"column">;
|
|
1096
|
+
value: z.ZodString;
|
|
1097
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1098
|
+
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1099
|
+
}, "strip", z.ZodTypeAny, {
|
|
1100
|
+
type: "column";
|
|
1101
|
+
value: string;
|
|
1102
|
+
label?: string | undefined;
|
|
1103
|
+
valueLabels?: string | undefined;
|
|
1104
|
+
}, {
|
|
1105
|
+
type: "column";
|
|
1106
|
+
value: string;
|
|
1107
|
+
label?: string | undefined;
|
|
1108
|
+
valueLabels?: string | undefined;
|
|
1109
|
+
}>, "many">>;
|
|
1110
|
+
label: z.ZodOptional<z.ZodObject<{
|
|
1111
|
+
type: z.ZodLiteral<"column">;
|
|
1112
|
+
value: z.ZodString;
|
|
1113
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1114
|
+
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1115
|
+
}, "strip", z.ZodTypeAny, {
|
|
1116
|
+
type: "column";
|
|
1117
|
+
value: string;
|
|
1118
|
+
label?: string | undefined;
|
|
1119
|
+
valueLabels?: string | undefined;
|
|
1120
|
+
}, {
|
|
1121
|
+
type: "column";
|
|
1122
|
+
value: string;
|
|
1123
|
+
label?: string | undefined;
|
|
1124
|
+
valueLabels?: string | undefined;
|
|
1125
|
+
}>>;
|
|
1126
|
+
highlight: z.ZodOptional<z.ZodObject<{
|
|
1127
|
+
type: z.ZodLiteral<"column">;
|
|
1128
|
+
value: z.ZodString;
|
|
1129
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1130
|
+
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1131
|
+
}, "strip", z.ZodTypeAny, {
|
|
1132
|
+
type: "column";
|
|
1133
|
+
value: string;
|
|
1134
|
+
label?: string | undefined;
|
|
1135
|
+
valueLabels?: string | undefined;
|
|
1136
|
+
}, {
|
|
1137
|
+
type: "column";
|
|
1138
|
+
value: string;
|
|
1139
|
+
label?: string | undefined;
|
|
1140
|
+
valueLabels?: string | undefined;
|
|
1141
|
+
}>>;
|
|
1142
|
+
inheritedAes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1143
|
+
fillColor: z.ZodOptional<z.ZodString>;
|
|
1144
|
+
lineColor: z.ZodOptional<z.ZodString>;
|
|
1145
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
1146
|
+
lineShape: z.ZodOptional<z.ZodEnum<["solid", "dashed", "dotted", "dotdash", "longdash", "twodash"]>>;
|
|
1147
|
+
dotShape: z.ZodOptional<z.ZodEnum<["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "20", "21", "22", "23", "24", "25"]>>;
|
|
1148
|
+
dotSize: z.ZodOptional<z.ZodNumber>;
|
|
1149
|
+
dotFill: z.ZodOptional<z.ZodString>;
|
|
1150
|
+
}, "strip", z.ZodTypeAny, {
|
|
1151
|
+
dotFill?: string | undefined;
|
|
1152
|
+
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | undefined;
|
|
1153
|
+
dotSize?: number | undefined;
|
|
1154
|
+
lineWidth?: number | undefined;
|
|
1155
|
+
lineShape?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
1156
|
+
lineColor?: string | undefined;
|
|
1157
|
+
fillColor?: string | undefined;
|
|
1158
|
+
}, {
|
|
1159
|
+
dotFill?: string | undefined;
|
|
1160
|
+
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | undefined;
|
|
1161
|
+
dotSize?: number | undefined;
|
|
1162
|
+
lineWidth?: number | undefined;
|
|
1163
|
+
lineShape?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
1164
|
+
lineColor?: string | undefined;
|
|
1165
|
+
fillColor?: string | undefined;
|
|
1166
|
+
}>>>>;
|
|
1167
|
+
trend: z.ZodOptional<z.ZodObject<{
|
|
1168
|
+
color: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
1169
|
+
type: z.ZodLiteral<"grouping">;
|
|
1170
|
+
value: z.ZodString;
|
|
1171
|
+
palette: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1172
|
+
}, "strip", z.ZodTypeAny, {
|
|
1173
|
+
type: "grouping";
|
|
1174
|
+
value: string;
|
|
1175
|
+
palette?: string[] | undefined;
|
|
1176
|
+
}, {
|
|
1177
|
+
type: "grouping";
|
|
1178
|
+
value: string;
|
|
1179
|
+
palette?: string[] | undefined;
|
|
1180
|
+
}>, z.ZodObject<{
|
|
1181
|
+
columnName: z.ZodObject<{
|
|
1182
|
+
type: z.ZodLiteral<"column">;
|
|
1183
|
+
value: z.ZodString;
|
|
1184
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1185
|
+
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1186
|
+
}, "strip", z.ZodTypeAny, {
|
|
1187
|
+
type: "column";
|
|
1188
|
+
value: string;
|
|
1189
|
+
label?: string | undefined;
|
|
1190
|
+
valueLabels?: string | undefined;
|
|
1191
|
+
}, {
|
|
1192
|
+
type: "column";
|
|
1193
|
+
value: string;
|
|
1194
|
+
label?: string | undefined;
|
|
1195
|
+
valueLabels?: string | undefined;
|
|
1196
|
+
}>;
|
|
1197
|
+
domain: z.ZodArray<z.ZodNumber, "many">;
|
|
1198
|
+
range: z.ZodArray<z.ZodString, "many">;
|
|
1199
|
+
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"linear">, z.ZodLiteral<"log">]>>;
|
|
1200
|
+
}, "strip", z.ZodTypeAny, {
|
|
1201
|
+
columnName: {
|
|
1202
|
+
type: "column";
|
|
1203
|
+
value: string;
|
|
1204
|
+
label?: string | undefined;
|
|
1205
|
+
valueLabels?: string | undefined;
|
|
1206
|
+
};
|
|
1207
|
+
domain: number[];
|
|
1208
|
+
range: string[];
|
|
1209
|
+
type?: "linear" | "log" | undefined;
|
|
1210
|
+
}, {
|
|
1211
|
+
columnName: {
|
|
1212
|
+
type: "column";
|
|
1213
|
+
value: string;
|
|
1214
|
+
label?: string | undefined;
|
|
1215
|
+
valueLabels?: string | undefined;
|
|
1216
|
+
};
|
|
1217
|
+
domain: number[];
|
|
1218
|
+
range: string[];
|
|
1219
|
+
type?: "linear" | "log" | undefined;
|
|
1220
|
+
}>]>>>;
|
|
1221
|
+
bounded: z.ZodOptional<z.ZodBoolean>;
|
|
1222
|
+
}, "strip", z.ZodTypeAny, {
|
|
1223
|
+
color?: string | {
|
|
1224
|
+
type: "grouping";
|
|
1225
|
+
value: string;
|
|
1226
|
+
palette?: string[] | undefined;
|
|
1227
|
+
} | {
|
|
1228
|
+
columnName: {
|
|
1229
|
+
type: "column";
|
|
1230
|
+
value: string;
|
|
1231
|
+
label?: string | undefined;
|
|
1232
|
+
valueLabels?: string | undefined;
|
|
1233
|
+
};
|
|
1234
|
+
domain: number[];
|
|
1235
|
+
range: string[];
|
|
1236
|
+
type?: "linear" | "log" | undefined;
|
|
1237
|
+
} | undefined;
|
|
1238
|
+
bounded?: boolean | undefined;
|
|
1239
|
+
}, {
|
|
1240
|
+
color?: string | {
|
|
1241
|
+
type: "grouping";
|
|
1242
|
+
value: string;
|
|
1243
|
+
palette?: string[] | undefined;
|
|
1244
|
+
} | {
|
|
1245
|
+
columnName: {
|
|
1246
|
+
type: "column";
|
|
1247
|
+
value: string;
|
|
1248
|
+
label?: string | undefined;
|
|
1249
|
+
valueLabels?: string | undefined;
|
|
1250
|
+
};
|
|
1251
|
+
domain: number[];
|
|
1252
|
+
range: string[];
|
|
1253
|
+
type?: "linear" | "log" | undefined;
|
|
1254
|
+
} | undefined;
|
|
1255
|
+
bounded?: boolean | undefined;
|
|
1256
|
+
}>>;
|
|
1257
|
+
layers: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
1258
|
+
type: z.ZodLiteral<"dots">;
|
|
1259
|
+
aes: z.ZodOptional<z.ZodObject<{
|
|
1260
|
+
dotFill: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
1261
|
+
type: z.ZodLiteral<"grouping">;
|
|
1262
|
+
value: z.ZodString;
|
|
1263
|
+
palette: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1264
|
+
}, "strip", z.ZodTypeAny, {
|
|
1265
|
+
type: "grouping";
|
|
1266
|
+
value: string;
|
|
1267
|
+
palette?: string[] | undefined;
|
|
1268
|
+
}, {
|
|
1269
|
+
type: "grouping";
|
|
1270
|
+
value: string;
|
|
1271
|
+
palette?: string[] | undefined;
|
|
1272
|
+
}>, z.ZodObject<{
|
|
1273
|
+
columnName: z.ZodObject<{
|
|
1274
|
+
type: z.ZodLiteral<"column">;
|
|
1275
|
+
value: z.ZodString;
|
|
1276
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1277
|
+
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1278
|
+
}, "strip", z.ZodTypeAny, {
|
|
1279
|
+
type: "column";
|
|
1280
|
+
value: string;
|
|
1281
|
+
label?: string | undefined;
|
|
1282
|
+
valueLabels?: string | undefined;
|
|
1283
|
+
}, {
|
|
1284
|
+
type: "column";
|
|
1285
|
+
value: string;
|
|
1286
|
+
label?: string | undefined;
|
|
1287
|
+
valueLabels?: string | undefined;
|
|
1288
|
+
}>;
|
|
1289
|
+
domain: z.ZodArray<z.ZodNumber, "many">;
|
|
1290
|
+
range: z.ZodArray<z.ZodString, "many">;
|
|
1291
|
+
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"linear">, z.ZodLiteral<"log">]>>;
|
|
1292
|
+
}, "strip", z.ZodTypeAny, {
|
|
1293
|
+
columnName: {
|
|
1294
|
+
type: "column";
|
|
1295
|
+
value: string;
|
|
1296
|
+
label?: string | undefined;
|
|
1297
|
+
valueLabels?: string | undefined;
|
|
1298
|
+
};
|
|
1299
|
+
domain: number[];
|
|
1300
|
+
range: string[];
|
|
1301
|
+
type?: "linear" | "log" | undefined;
|
|
1302
|
+
}, {
|
|
1303
|
+
columnName: {
|
|
1304
|
+
type: "column";
|
|
1305
|
+
value: string;
|
|
1306
|
+
label?: string | undefined;
|
|
1307
|
+
valueLabels?: string | undefined;
|
|
1308
|
+
};
|
|
1309
|
+
domain: number[];
|
|
1310
|
+
range: string[];
|
|
1311
|
+
type?: "linear" | "log" | undefined;
|
|
1312
|
+
}>]>>;
|
|
1313
|
+
dotShape: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "20", "21", "22", "23", "24", "25"]>, z.ZodObject<{
|
|
1314
|
+
type: z.ZodLiteral<"grouping">;
|
|
1315
|
+
value: z.ZodString;
|
|
1316
|
+
palette: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1317
|
+
}, "strip", z.ZodTypeAny, {
|
|
1318
|
+
type: "grouping";
|
|
1319
|
+
value: string;
|
|
1320
|
+
palette?: string[] | undefined;
|
|
1321
|
+
}, {
|
|
1322
|
+
type: "grouping";
|
|
1323
|
+
value: string;
|
|
1324
|
+
palette?: string[] | undefined;
|
|
1325
|
+
}>]>>;
|
|
1326
|
+
dotSize: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodObject<{
|
|
1327
|
+
columnName: z.ZodObject<{
|
|
1328
|
+
type: z.ZodLiteral<"column">;
|
|
1329
|
+
value: z.ZodString;
|
|
1330
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1331
|
+
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1332
|
+
}, "strip", z.ZodTypeAny, {
|
|
1333
|
+
type: "column";
|
|
1334
|
+
value: string;
|
|
1335
|
+
label?: string | undefined;
|
|
1336
|
+
valueLabels?: string | undefined;
|
|
1337
|
+
}, {
|
|
1338
|
+
type: "column";
|
|
1339
|
+
value: string;
|
|
1340
|
+
label?: string | undefined;
|
|
1341
|
+
valueLabels?: string | undefined;
|
|
1342
|
+
}>;
|
|
1343
|
+
domain: z.ZodArray<z.ZodNumber, "many">;
|
|
1344
|
+
range: z.ZodArray<z.ZodNumber, "many">;
|
|
1345
|
+
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"linear">, z.ZodLiteral<"log">]>>;
|
|
1346
|
+
}, "strip", z.ZodTypeAny, {
|
|
1347
|
+
columnName: {
|
|
1348
|
+
type: "column";
|
|
1349
|
+
value: string;
|
|
1350
|
+
label?: string | undefined;
|
|
1351
|
+
valueLabels?: string | undefined;
|
|
1352
|
+
};
|
|
1353
|
+
domain: number[];
|
|
1354
|
+
range: number[];
|
|
1355
|
+
type?: "linear" | "log" | undefined;
|
|
1356
|
+
}, {
|
|
1357
|
+
columnName: {
|
|
1358
|
+
type: "column";
|
|
1359
|
+
value: string;
|
|
1360
|
+
label?: string | undefined;
|
|
1361
|
+
valueLabels?: string | undefined;
|
|
1362
|
+
};
|
|
1363
|
+
domain: number[];
|
|
1364
|
+
range: number[];
|
|
1365
|
+
type?: "linear" | "log" | undefined;
|
|
1366
|
+
}>]>>;
|
|
1367
|
+
}, "strip", z.ZodTypeAny, {
|
|
1368
|
+
dotFill?: string | {
|
|
1369
|
+
type: "grouping";
|
|
1370
|
+
value: string;
|
|
1371
|
+
palette?: string[] | undefined;
|
|
1372
|
+
} | {
|
|
1373
|
+
columnName: {
|
|
1374
|
+
type: "column";
|
|
1375
|
+
value: string;
|
|
1376
|
+
label?: string | undefined;
|
|
1377
|
+
valueLabels?: string | undefined;
|
|
1378
|
+
};
|
|
1379
|
+
domain: number[];
|
|
1380
|
+
range: string[];
|
|
1381
|
+
type?: "linear" | "log" | undefined;
|
|
1382
|
+
} | undefined;
|
|
1383
|
+
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
1384
|
+
type: "grouping";
|
|
1385
|
+
value: string;
|
|
1386
|
+
palette?: string[] | undefined;
|
|
1387
|
+
} | undefined;
|
|
1388
|
+
dotSize?: number | {
|
|
1389
|
+
columnName: {
|
|
1390
|
+
type: "column";
|
|
1391
|
+
value: string;
|
|
1392
|
+
label?: string | undefined;
|
|
1393
|
+
valueLabels?: string | undefined;
|
|
1394
|
+
};
|
|
1395
|
+
domain: number[];
|
|
1396
|
+
range: number[];
|
|
1397
|
+
type?: "linear" | "log" | undefined;
|
|
1398
|
+
} | undefined;
|
|
1399
|
+
}, {
|
|
1400
|
+
dotFill?: string | {
|
|
1401
|
+
type: "grouping";
|
|
1402
|
+
value: string;
|
|
1403
|
+
palette?: string[] | undefined;
|
|
1404
|
+
} | {
|
|
1405
|
+
columnName: {
|
|
1406
|
+
type: "column";
|
|
1407
|
+
value: string;
|
|
1408
|
+
label?: string | undefined;
|
|
1409
|
+
valueLabels?: string | undefined;
|
|
1410
|
+
};
|
|
1411
|
+
domain: number[];
|
|
1412
|
+
range: string[];
|
|
1413
|
+
type?: "linear" | "log" | undefined;
|
|
1414
|
+
} | undefined;
|
|
1415
|
+
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
1416
|
+
type: "grouping";
|
|
1417
|
+
value: string;
|
|
1418
|
+
palette?: string[] | undefined;
|
|
1419
|
+
} | undefined;
|
|
1420
|
+
dotSize?: number | {
|
|
1421
|
+
columnName: {
|
|
1422
|
+
type: "column";
|
|
1423
|
+
value: string;
|
|
1424
|
+
label?: string | undefined;
|
|
1425
|
+
valueLabels?: string | undefined;
|
|
1426
|
+
};
|
|
1427
|
+
domain: number[];
|
|
1428
|
+
range: number[];
|
|
1429
|
+
type?: "linear" | "log" | undefined;
|
|
1430
|
+
} | undefined;
|
|
1431
|
+
}>>;
|
|
1432
|
+
}, "strip", z.ZodTypeAny, {
|
|
1433
|
+
type: "dots";
|
|
1434
|
+
aes?: {
|
|
1435
|
+
dotFill?: string | {
|
|
1436
|
+
type: "grouping";
|
|
1437
|
+
value: string;
|
|
1438
|
+
palette?: string[] | undefined;
|
|
1439
|
+
} | {
|
|
1440
|
+
columnName: {
|
|
1441
|
+
type: "column";
|
|
1442
|
+
value: string;
|
|
1443
|
+
label?: string | undefined;
|
|
1444
|
+
valueLabels?: string | undefined;
|
|
1445
|
+
};
|
|
1446
|
+
domain: number[];
|
|
1447
|
+
range: string[];
|
|
1448
|
+
type?: "linear" | "log" | undefined;
|
|
1449
|
+
} | undefined;
|
|
1450
|
+
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
1451
|
+
type: "grouping";
|
|
1452
|
+
value: string;
|
|
1453
|
+
palette?: string[] | undefined;
|
|
1454
|
+
} | undefined;
|
|
1455
|
+
dotSize?: number | {
|
|
1456
|
+
columnName: {
|
|
1457
|
+
type: "column";
|
|
1458
|
+
value: string;
|
|
1459
|
+
label?: string | undefined;
|
|
1460
|
+
valueLabels?: string | undefined;
|
|
1461
|
+
};
|
|
1462
|
+
domain: number[];
|
|
1463
|
+
range: number[];
|
|
1464
|
+
type?: "linear" | "log" | undefined;
|
|
1465
|
+
} | undefined;
|
|
1466
|
+
} | undefined;
|
|
1467
|
+
}, {
|
|
1468
|
+
type: "dots";
|
|
1469
|
+
aes?: {
|
|
1470
|
+
dotFill?: string | {
|
|
1471
|
+
type: "grouping";
|
|
1472
|
+
value: string;
|
|
1473
|
+
palette?: string[] | undefined;
|
|
1474
|
+
} | {
|
|
1475
|
+
columnName: {
|
|
1476
|
+
type: "column";
|
|
1477
|
+
value: string;
|
|
1478
|
+
label?: string | undefined;
|
|
1479
|
+
valueLabels?: string | undefined;
|
|
1480
|
+
};
|
|
1481
|
+
domain: number[];
|
|
1482
|
+
range: string[];
|
|
1483
|
+
type?: "linear" | "log" | undefined;
|
|
1484
|
+
} | undefined;
|
|
1485
|
+
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
1486
|
+
type: "grouping";
|
|
1487
|
+
value: string;
|
|
1488
|
+
palette?: string[] | undefined;
|
|
1489
|
+
} | undefined;
|
|
1490
|
+
dotSize?: number | {
|
|
1491
|
+
columnName: {
|
|
1492
|
+
type: "column";
|
|
1493
|
+
value: string;
|
|
1494
|
+
label?: string | undefined;
|
|
1495
|
+
valueLabels?: string | undefined;
|
|
1496
|
+
};
|
|
1497
|
+
domain: number[];
|
|
1498
|
+
range: number[];
|
|
1499
|
+
type?: "linear" | "log" | undefined;
|
|
1500
|
+
} | undefined;
|
|
1501
|
+
} | undefined;
|
|
1502
|
+
}>, z.ZodObject<{
|
|
1503
|
+
type: z.ZodLiteral<"curve">;
|
|
1504
|
+
smoothing: z.ZodOptional<z.ZodBoolean>;
|
|
1505
|
+
aes: z.ZodOptional<z.ZodObject<{
|
|
1506
|
+
lineWidth: z.ZodOptional<z.ZodNumber>;
|
|
1507
|
+
lineShape: z.ZodOptional<z.ZodEnum<["solid", "dashed", "dotted", "dotdash", "longdash", "twodash"]>>;
|
|
1508
|
+
lineColor: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
1509
|
+
type: z.ZodLiteral<"grouping">;
|
|
1510
|
+
value: z.ZodString;
|
|
1511
|
+
palette: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1512
|
+
}, "strip", z.ZodTypeAny, {
|
|
1513
|
+
type: "grouping";
|
|
1514
|
+
value: string;
|
|
1515
|
+
palette?: string[] | undefined;
|
|
1516
|
+
}, {
|
|
1517
|
+
type: "grouping";
|
|
1518
|
+
value: string;
|
|
1519
|
+
palette?: string[] | undefined;
|
|
1520
|
+
}>, z.ZodObject<{
|
|
1521
|
+
columnName: z.ZodObject<{
|
|
1522
|
+
type: z.ZodLiteral<"column">;
|
|
1523
|
+
value: z.ZodString;
|
|
1524
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1525
|
+
valueLabels: z.ZodOptional<z.ZodString>;
|
|
1526
|
+
}, "strip", z.ZodTypeAny, {
|
|
1527
|
+
type: "column";
|
|
1528
|
+
value: string;
|
|
1529
|
+
label?: string | undefined;
|
|
1530
|
+
valueLabels?: string | undefined;
|
|
1531
|
+
}, {
|
|
1532
|
+
type: "column";
|
|
1533
|
+
value: string;
|
|
1534
|
+
label?: string | undefined;
|
|
1535
|
+
valueLabels?: string | undefined;
|
|
1536
|
+
}>;
|
|
1537
|
+
domain: z.ZodArray<z.ZodNumber, "many">;
|
|
1538
|
+
range: z.ZodArray<z.ZodString, "many">;
|
|
1539
|
+
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"linear">, z.ZodLiteral<"log">]>>;
|
|
1540
|
+
}, "strip", z.ZodTypeAny, {
|
|
1541
|
+
columnName: {
|
|
1542
|
+
type: "column";
|
|
1543
|
+
value: string;
|
|
1544
|
+
label?: string | undefined;
|
|
1545
|
+
valueLabels?: string | undefined;
|
|
1546
|
+
};
|
|
1547
|
+
domain: number[];
|
|
1548
|
+
range: string[];
|
|
1549
|
+
type?: "linear" | "log" | undefined;
|
|
1550
|
+
}, {
|
|
1551
|
+
columnName: {
|
|
1552
|
+
type: "column";
|
|
1553
|
+
value: string;
|
|
1554
|
+
label?: string | undefined;
|
|
1555
|
+
valueLabels?: string | undefined;
|
|
1556
|
+
};
|
|
1557
|
+
domain: number[];
|
|
1558
|
+
range: string[];
|
|
1559
|
+
type?: "linear" | "log" | undefined;
|
|
1560
|
+
}>]>>;
|
|
1561
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1562
|
+
}, "strip", z.ZodTypeAny, {
|
|
1563
|
+
lineWidth?: number | undefined;
|
|
1564
|
+
lineShape?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
1565
|
+
lineColor?: string | {
|
|
1566
|
+
type: "grouping";
|
|
1567
|
+
value: string;
|
|
1568
|
+
palette?: string[] | undefined;
|
|
1569
|
+
} | {
|
|
1570
|
+
columnName: {
|
|
1571
|
+
type: "column";
|
|
1572
|
+
value: string;
|
|
1573
|
+
label?: string | undefined;
|
|
1574
|
+
valueLabels?: string | undefined;
|
|
1575
|
+
};
|
|
1576
|
+
domain: number[];
|
|
1577
|
+
range: string[];
|
|
1578
|
+
type?: "linear" | "log" | undefined;
|
|
1579
|
+
} | undefined;
|
|
1580
|
+
opacity?: number | undefined;
|
|
1581
|
+
}, {
|
|
1582
|
+
lineWidth?: number | undefined;
|
|
1583
|
+
lineShape?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
1584
|
+
lineColor?: string | {
|
|
1585
|
+
type: "grouping";
|
|
1586
|
+
value: string;
|
|
1587
|
+
palette?: string[] | undefined;
|
|
1588
|
+
} | {
|
|
1589
|
+
columnName: {
|
|
1590
|
+
type: "column";
|
|
1591
|
+
value: string;
|
|
1592
|
+
label?: string | undefined;
|
|
1593
|
+
valueLabels?: string | undefined;
|
|
1594
|
+
};
|
|
1595
|
+
domain: number[];
|
|
1596
|
+
range: string[];
|
|
1597
|
+
type?: "linear" | "log" | undefined;
|
|
1598
|
+
} | undefined;
|
|
1599
|
+
opacity?: number | undefined;
|
|
1600
|
+
}>>;
|
|
1601
|
+
}, "strip", z.ZodTypeAny, {
|
|
1602
|
+
type: "curve";
|
|
1603
|
+
aes?: {
|
|
1604
|
+
lineWidth?: number | undefined;
|
|
1605
|
+
lineShape?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
1606
|
+
lineColor?: string | {
|
|
1607
|
+
type: "grouping";
|
|
1608
|
+
value: string;
|
|
1609
|
+
palette?: string[] | undefined;
|
|
1610
|
+
} | {
|
|
1611
|
+
columnName: {
|
|
1612
|
+
type: "column";
|
|
1613
|
+
value: string;
|
|
1614
|
+
label?: string | undefined;
|
|
1615
|
+
valueLabels?: string | undefined;
|
|
1616
|
+
};
|
|
1617
|
+
domain: number[];
|
|
1618
|
+
range: string[];
|
|
1619
|
+
type?: "linear" | "log" | undefined;
|
|
1620
|
+
} | undefined;
|
|
1621
|
+
opacity?: number | undefined;
|
|
1622
|
+
} | undefined;
|
|
1623
|
+
smoothing?: boolean | undefined;
|
|
1624
|
+
}, {
|
|
1625
|
+
type: "curve";
|
|
1626
|
+
aes?: {
|
|
1627
|
+
lineWidth?: number | undefined;
|
|
1628
|
+
lineShape?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
1629
|
+
lineColor?: string | {
|
|
1630
|
+
type: "grouping";
|
|
1631
|
+
value: string;
|
|
1632
|
+
palette?: string[] | undefined;
|
|
1633
|
+
} | {
|
|
1634
|
+
columnName: {
|
|
1635
|
+
type: "column";
|
|
1636
|
+
value: string;
|
|
1637
|
+
label?: string | undefined;
|
|
1638
|
+
valueLabels?: string | undefined;
|
|
1639
|
+
};
|
|
1640
|
+
domain: number[];
|
|
1641
|
+
range: string[];
|
|
1642
|
+
type?: "linear" | "log" | undefined;
|
|
1643
|
+
} | undefined;
|
|
1644
|
+
opacity?: number | undefined;
|
|
1645
|
+
} | undefined;
|
|
1646
|
+
smoothing?: boolean | undefined;
|
|
1647
|
+
}>]>, "many">;
|
|
1648
|
+
}, "strip", z.ZodTypeAny, {
|
|
1649
|
+
type: "scatterplot";
|
|
1650
|
+
title: {
|
|
1651
|
+
name: string;
|
|
1652
|
+
show?: boolean | undefined;
|
|
1653
|
+
position?: "left" | "center" | "right" | undefined;
|
|
1654
|
+
};
|
|
1655
|
+
keyColumn: {
|
|
1656
|
+
type: "column";
|
|
1657
|
+
value: string;
|
|
1658
|
+
label?: string | undefined;
|
|
1659
|
+
valueLabels?: string | undefined;
|
|
1660
|
+
};
|
|
1661
|
+
x: {
|
|
1662
|
+
type: "column";
|
|
1663
|
+
value: string;
|
|
1664
|
+
label?: string | undefined;
|
|
1665
|
+
valueLabels?: string | undefined;
|
|
1666
|
+
};
|
|
1667
|
+
y: {
|
|
1668
|
+
type: "column";
|
|
1669
|
+
value: string;
|
|
1670
|
+
label?: string | undefined;
|
|
1671
|
+
valueLabels?: string | undefined;
|
|
1672
|
+
};
|
|
1673
|
+
layers: ({
|
|
1674
|
+
type: "dots";
|
|
1675
|
+
aes?: {
|
|
1676
|
+
dotFill?: string | {
|
|
1677
|
+
type: "grouping";
|
|
1678
|
+
value: string;
|
|
1679
|
+
palette?: string[] | undefined;
|
|
1680
|
+
} | {
|
|
1681
|
+
columnName: {
|
|
1682
|
+
type: "column";
|
|
1683
|
+
value: string;
|
|
1684
|
+
label?: string | undefined;
|
|
1685
|
+
valueLabels?: string | undefined;
|
|
1686
|
+
};
|
|
1687
|
+
domain: number[];
|
|
1688
|
+
range: string[];
|
|
1689
|
+
type?: "linear" | "log" | undefined;
|
|
1690
|
+
} | undefined;
|
|
1691
|
+
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
1692
|
+
type: "grouping";
|
|
1693
|
+
value: string;
|
|
1694
|
+
palette?: string[] | undefined;
|
|
1695
|
+
} | undefined;
|
|
1696
|
+
dotSize?: number | {
|
|
1697
|
+
columnName: {
|
|
1698
|
+
type: "column";
|
|
1699
|
+
value: string;
|
|
1700
|
+
label?: string | undefined;
|
|
1701
|
+
valueLabels?: string | undefined;
|
|
1702
|
+
};
|
|
1703
|
+
domain: number[];
|
|
1704
|
+
range: number[];
|
|
1705
|
+
type?: "linear" | "log" | undefined;
|
|
1706
|
+
} | undefined;
|
|
1707
|
+
} | undefined;
|
|
1708
|
+
} | {
|
|
1709
|
+
type: "curve";
|
|
1710
|
+
aes?: {
|
|
1711
|
+
lineWidth?: number | undefined;
|
|
1712
|
+
lineShape?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
1713
|
+
lineColor?: string | {
|
|
1714
|
+
type: "grouping";
|
|
1715
|
+
value: string;
|
|
1716
|
+
palette?: string[] | undefined;
|
|
1717
|
+
} | {
|
|
1718
|
+
columnName: {
|
|
1719
|
+
type: "column";
|
|
1720
|
+
value: string;
|
|
1721
|
+
label?: string | undefined;
|
|
1722
|
+
valueLabels?: string | undefined;
|
|
1723
|
+
};
|
|
1724
|
+
domain: number[];
|
|
1725
|
+
range: string[];
|
|
1726
|
+
type?: "linear" | "log" | undefined;
|
|
1727
|
+
} | undefined;
|
|
1728
|
+
opacity?: number | undefined;
|
|
1729
|
+
} | undefined;
|
|
1730
|
+
smoothing?: boolean | undefined;
|
|
1731
|
+
})[];
|
|
1732
|
+
size?: {
|
|
1733
|
+
width?: number | undefined;
|
|
1734
|
+
height?: number | undefined;
|
|
1735
|
+
} | undefined;
|
|
1736
|
+
label?: {
|
|
1737
|
+
type: "column";
|
|
1738
|
+
value: string;
|
|
1739
|
+
label?: string | undefined;
|
|
1740
|
+
valueLabels?: string | undefined;
|
|
1741
|
+
} | undefined;
|
|
1742
|
+
grouping?: {
|
|
1743
|
+
type: "column";
|
|
1744
|
+
value: string;
|
|
1745
|
+
label?: string | undefined;
|
|
1746
|
+
valueLabels?: string | undefined;
|
|
1747
|
+
}[] | undefined;
|
|
1748
|
+
legend?: {
|
|
1749
|
+
show?: boolean | undefined;
|
|
1750
|
+
position?: "right" | "inside" | "top" | "bottom" | undefined;
|
|
1751
|
+
} | undefined;
|
|
1752
|
+
tooltips?: {
|
|
1753
|
+
show?: boolean | undefined;
|
|
1754
|
+
content?: {
|
|
1755
|
+
type: "column";
|
|
1756
|
+
value: string;
|
|
1757
|
+
label?: string | undefined;
|
|
1758
|
+
valueLabels?: string | undefined;
|
|
1759
|
+
}[] | undefined;
|
|
1760
|
+
} | undefined;
|
|
1761
|
+
frame?: {
|
|
1762
|
+
type?: "left" | "bottom" | "left-bottom" | "full" | "empty" | undefined;
|
|
1763
|
+
} | undefined;
|
|
1764
|
+
facetSettings?: {
|
|
1765
|
+
sharedX?: boolean | undefined;
|
|
1766
|
+
sharedY?: boolean | undefined;
|
|
1767
|
+
nRows?: number | undefined;
|
|
1768
|
+
nCols?: number | undefined;
|
|
1769
|
+
} | undefined;
|
|
1770
|
+
xAxis?: {
|
|
1771
|
+
title?: string | {
|
|
1772
|
+
type: "column";
|
|
1773
|
+
value: string;
|
|
1774
|
+
label?: string | undefined;
|
|
1775
|
+
valueLabels?: string | undefined;
|
|
1776
|
+
} | undefined;
|
|
1777
|
+
scale?: "linear" | "log" | undefined;
|
|
1778
|
+
showGrid?: boolean | undefined;
|
|
1779
|
+
linesBetweenCategories?: boolean | undefined;
|
|
1780
|
+
showTicks?: boolean | undefined;
|
|
1781
|
+
labelsPosition?: "center" | "45deg" | "90deg" | undefined;
|
|
1782
|
+
significantLines?: number[] | undefined;
|
|
1783
|
+
significantLinesStyle?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
1784
|
+
symmetricRange?: number | undefined;
|
|
1785
|
+
upperValue?: number | undefined;
|
|
1786
|
+
lowerValue?: number | undefined;
|
|
1787
|
+
hiddenLabels?: boolean | undefined;
|
|
1788
|
+
} | undefined;
|
|
1789
|
+
yAxis?: {
|
|
1790
|
+
title?: string | {
|
|
1791
|
+
type: "column";
|
|
1792
|
+
value: string;
|
|
1793
|
+
label?: string | undefined;
|
|
1794
|
+
valueLabels?: string | undefined;
|
|
1795
|
+
} | undefined;
|
|
1796
|
+
scale?: "linear" | "log" | undefined;
|
|
1797
|
+
showGrid?: boolean | undefined;
|
|
1798
|
+
linesBetweenCategories?: boolean | undefined;
|
|
1799
|
+
showTicks?: boolean | undefined;
|
|
1800
|
+
labelsPosition?: "center" | "45deg" | "90deg" | undefined;
|
|
1801
|
+
significantLines?: number[] | undefined;
|
|
1802
|
+
significantLinesStyle?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
1803
|
+
symmetricRange?: number | undefined;
|
|
1804
|
+
upperValue?: number | undefined;
|
|
1805
|
+
lowerValue?: number | undefined;
|
|
1806
|
+
hiddenLabels?: boolean | undefined;
|
|
1807
|
+
} | undefined;
|
|
1808
|
+
facetBy?: {
|
|
1809
|
+
type: "column";
|
|
1810
|
+
value: string;
|
|
1811
|
+
label?: string | undefined;
|
|
1812
|
+
valueLabels?: string | undefined;
|
|
1813
|
+
}[] | undefined;
|
|
1814
|
+
highlight?: {
|
|
1815
|
+
type: "column";
|
|
1816
|
+
value: string;
|
|
1817
|
+
label?: string | undefined;
|
|
1818
|
+
valueLabels?: string | undefined;
|
|
1819
|
+
} | undefined;
|
|
1820
|
+
inheritedAes?: Record<string, Record<string, {
|
|
1821
|
+
dotFill?: string | undefined;
|
|
1822
|
+
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | undefined;
|
|
1823
|
+
dotSize?: number | undefined;
|
|
1824
|
+
lineWidth?: number | undefined;
|
|
1825
|
+
lineShape?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
1826
|
+
lineColor?: string | undefined;
|
|
1827
|
+
fillColor?: string | undefined;
|
|
1828
|
+
}>> | undefined;
|
|
1829
|
+
trend?: {
|
|
1830
|
+
color?: string | {
|
|
1831
|
+
type: "grouping";
|
|
1832
|
+
value: string;
|
|
1833
|
+
palette?: string[] | undefined;
|
|
1834
|
+
} | {
|
|
1835
|
+
columnName: {
|
|
1836
|
+
type: "column";
|
|
1837
|
+
value: string;
|
|
1838
|
+
label?: string | undefined;
|
|
1839
|
+
valueLabels?: string | undefined;
|
|
1840
|
+
};
|
|
1841
|
+
domain: number[];
|
|
1842
|
+
range: string[];
|
|
1843
|
+
type?: "linear" | "log" | undefined;
|
|
1844
|
+
} | undefined;
|
|
1845
|
+
bounded?: boolean | undefined;
|
|
1846
|
+
} | undefined;
|
|
1847
|
+
}, {
|
|
1848
|
+
type: "scatterplot";
|
|
1849
|
+
title: {
|
|
1850
|
+
name: string;
|
|
1851
|
+
show?: boolean | undefined;
|
|
1852
|
+
position?: "left" | "center" | "right" | undefined;
|
|
1853
|
+
};
|
|
1854
|
+
keyColumn: {
|
|
1855
|
+
type: "column";
|
|
1856
|
+
value: string;
|
|
1857
|
+
label?: string | undefined;
|
|
1858
|
+
valueLabels?: string | undefined;
|
|
1859
|
+
};
|
|
1860
|
+
x: {
|
|
1861
|
+
type: "column";
|
|
1862
|
+
value: string;
|
|
1863
|
+
label?: string | undefined;
|
|
1864
|
+
valueLabels?: string | undefined;
|
|
1865
|
+
};
|
|
1866
|
+
y: {
|
|
1867
|
+
type: "column";
|
|
1868
|
+
value: string;
|
|
1869
|
+
label?: string | undefined;
|
|
1870
|
+
valueLabels?: string | undefined;
|
|
1871
|
+
};
|
|
1872
|
+
layers: ({
|
|
1873
|
+
type: "dots";
|
|
1874
|
+
aes?: {
|
|
1875
|
+
dotFill?: string | {
|
|
1876
|
+
type: "grouping";
|
|
1877
|
+
value: string;
|
|
1878
|
+
palette?: string[] | undefined;
|
|
1879
|
+
} | {
|
|
1880
|
+
columnName: {
|
|
1881
|
+
type: "column";
|
|
1882
|
+
value: string;
|
|
1883
|
+
label?: string | undefined;
|
|
1884
|
+
valueLabels?: string | undefined;
|
|
1885
|
+
};
|
|
1886
|
+
domain: number[];
|
|
1887
|
+
range: string[];
|
|
1888
|
+
type?: "linear" | "log" | undefined;
|
|
1889
|
+
} | undefined;
|
|
1890
|
+
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | {
|
|
1891
|
+
type: "grouping";
|
|
1892
|
+
value: string;
|
|
1893
|
+
palette?: string[] | undefined;
|
|
1894
|
+
} | undefined;
|
|
1895
|
+
dotSize?: number | {
|
|
1896
|
+
columnName: {
|
|
1897
|
+
type: "column";
|
|
1898
|
+
value: string;
|
|
1899
|
+
label?: string | undefined;
|
|
1900
|
+
valueLabels?: string | undefined;
|
|
1901
|
+
};
|
|
1902
|
+
domain: number[];
|
|
1903
|
+
range: number[];
|
|
1904
|
+
type?: "linear" | "log" | undefined;
|
|
1905
|
+
} | undefined;
|
|
1906
|
+
} | undefined;
|
|
1907
|
+
} | {
|
|
1908
|
+
type: "curve";
|
|
1909
|
+
aes?: {
|
|
1910
|
+
lineWidth?: number | undefined;
|
|
1911
|
+
lineShape?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
1912
|
+
lineColor?: string | {
|
|
1913
|
+
type: "grouping";
|
|
1914
|
+
value: string;
|
|
1915
|
+
palette?: string[] | undefined;
|
|
1916
|
+
} | {
|
|
1917
|
+
columnName: {
|
|
1918
|
+
type: "column";
|
|
1919
|
+
value: string;
|
|
1920
|
+
label?: string | undefined;
|
|
1921
|
+
valueLabels?: string | undefined;
|
|
1922
|
+
};
|
|
1923
|
+
domain: number[];
|
|
1924
|
+
range: string[];
|
|
1925
|
+
type?: "linear" | "log" | undefined;
|
|
1926
|
+
} | undefined;
|
|
1927
|
+
opacity?: number | undefined;
|
|
1928
|
+
} | undefined;
|
|
1929
|
+
smoothing?: boolean | undefined;
|
|
1930
|
+
})[];
|
|
1931
|
+
size?: {
|
|
1932
|
+
width?: number | undefined;
|
|
1933
|
+
height?: number | undefined;
|
|
1934
|
+
} | undefined;
|
|
1935
|
+
label?: {
|
|
1936
|
+
type: "column";
|
|
1937
|
+
value: string;
|
|
1938
|
+
label?: string | undefined;
|
|
1939
|
+
valueLabels?: string | undefined;
|
|
1940
|
+
} | undefined;
|
|
1941
|
+
grouping?: {
|
|
1942
|
+
type: "column";
|
|
1943
|
+
value: string;
|
|
1944
|
+
label?: string | undefined;
|
|
1945
|
+
valueLabels?: string | undefined;
|
|
1946
|
+
}[] | undefined;
|
|
1947
|
+
legend?: {
|
|
1948
|
+
show?: boolean | undefined;
|
|
1949
|
+
position?: "right" | "inside" | "top" | "bottom" | undefined;
|
|
1950
|
+
} | undefined;
|
|
1951
|
+
tooltips?: {
|
|
1952
|
+
show?: boolean | undefined;
|
|
1953
|
+
content?: {
|
|
1954
|
+
type: "column";
|
|
1955
|
+
value: string;
|
|
1956
|
+
label?: string | undefined;
|
|
1957
|
+
valueLabels?: string | undefined;
|
|
1958
|
+
}[] | undefined;
|
|
1959
|
+
} | undefined;
|
|
1960
|
+
frame?: {
|
|
1961
|
+
type?: "left" | "bottom" | "left-bottom" | "full" | "empty" | undefined;
|
|
1962
|
+
} | undefined;
|
|
1963
|
+
facetSettings?: {
|
|
1964
|
+
sharedX?: boolean | undefined;
|
|
1965
|
+
sharedY?: boolean | undefined;
|
|
1966
|
+
nRows?: number | undefined;
|
|
1967
|
+
nCols?: number | undefined;
|
|
1968
|
+
} | undefined;
|
|
1969
|
+
xAxis?: {
|
|
1970
|
+
title?: string | {
|
|
1971
|
+
type: "column";
|
|
1972
|
+
value: string;
|
|
1973
|
+
label?: string | undefined;
|
|
1974
|
+
valueLabels?: string | undefined;
|
|
1975
|
+
} | undefined;
|
|
1976
|
+
scale?: "linear" | "log" | undefined;
|
|
1977
|
+
showGrid?: boolean | undefined;
|
|
1978
|
+
linesBetweenCategories?: boolean | undefined;
|
|
1979
|
+
showTicks?: boolean | undefined;
|
|
1980
|
+
labelsPosition?: "center" | "45deg" | "90deg" | undefined;
|
|
1981
|
+
significantLines?: number[] | undefined;
|
|
1982
|
+
significantLinesStyle?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
1983
|
+
symmetricRange?: number | undefined;
|
|
1984
|
+
upperValue?: number | undefined;
|
|
1985
|
+
lowerValue?: number | undefined;
|
|
1986
|
+
hiddenLabels?: boolean | undefined;
|
|
1987
|
+
} | undefined;
|
|
1988
|
+
yAxis?: {
|
|
1989
|
+
title?: string | {
|
|
1990
|
+
type: "column";
|
|
1991
|
+
value: string;
|
|
1992
|
+
label?: string | undefined;
|
|
1993
|
+
valueLabels?: string | undefined;
|
|
1994
|
+
} | undefined;
|
|
1995
|
+
scale?: "linear" | "log" | undefined;
|
|
1996
|
+
showGrid?: boolean | undefined;
|
|
1997
|
+
linesBetweenCategories?: boolean | undefined;
|
|
1998
|
+
showTicks?: boolean | undefined;
|
|
1999
|
+
labelsPosition?: "center" | "45deg" | "90deg" | undefined;
|
|
2000
|
+
significantLines?: number[] | undefined;
|
|
2001
|
+
significantLinesStyle?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
2002
|
+
symmetricRange?: number | undefined;
|
|
2003
|
+
upperValue?: number | undefined;
|
|
2004
|
+
lowerValue?: number | undefined;
|
|
2005
|
+
hiddenLabels?: boolean | undefined;
|
|
2006
|
+
} | undefined;
|
|
2007
|
+
facetBy?: {
|
|
2008
|
+
type: "column";
|
|
2009
|
+
value: string;
|
|
2010
|
+
label?: string | undefined;
|
|
2011
|
+
valueLabels?: string | undefined;
|
|
2012
|
+
}[] | undefined;
|
|
2013
|
+
highlight?: {
|
|
2014
|
+
type: "column";
|
|
2015
|
+
value: string;
|
|
2016
|
+
label?: string | undefined;
|
|
2017
|
+
valueLabels?: string | undefined;
|
|
2018
|
+
} | undefined;
|
|
2019
|
+
inheritedAes?: Record<string, Record<string, {
|
|
2020
|
+
dotFill?: string | undefined;
|
|
2021
|
+
dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | undefined;
|
|
2022
|
+
dotSize?: number | undefined;
|
|
2023
|
+
lineWidth?: number | undefined;
|
|
2024
|
+
lineShape?: "solid" | "dashed" | "dotted" | "dotdash" | "longdash" | "twodash" | undefined;
|
|
2025
|
+
lineColor?: string | undefined;
|
|
2026
|
+
fillColor?: string | undefined;
|
|
2027
|
+
}>> | undefined;
|
|
2028
|
+
trend?: {
|
|
2029
|
+
color?: string | {
|
|
2030
|
+
type: "grouping";
|
|
2031
|
+
value: string;
|
|
2032
|
+
palette?: string[] | undefined;
|
|
2033
|
+
} | {
|
|
2034
|
+
columnName: {
|
|
2035
|
+
type: "column";
|
|
2036
|
+
value: string;
|
|
2037
|
+
label?: string | undefined;
|
|
2038
|
+
valueLabels?: string | undefined;
|
|
2039
|
+
};
|
|
2040
|
+
domain: number[];
|
|
2041
|
+
range: string[];
|
|
2042
|
+
type?: "linear" | "log" | undefined;
|
|
2043
|
+
} | undefined;
|
|
2044
|
+
bounded?: boolean | undefined;
|
|
2045
|
+
} | undefined;
|
|
2046
|
+
}>;
|
|
2047
|
+
export type ScatterplotSettings = z.infer<typeof ScatterplotSettingsSchema>;
|
|
2048
|
+
export type ScatterplotLegendInfo = Record<string, {
|
|
2049
|
+
values: string[];
|
|
2050
|
+
usedAes: (keyof AesItem)[];
|
|
2051
|
+
aesMap: AesMap;
|
|
2052
|
+
labels: Record<string, string>;
|
|
2053
|
+
}>;
|
|
2054
|
+
export {};
|
|
2055
|
+
//# sourceMappingURL=scatterplot.d.ts.map
|