@mui/x-charts 8.1.0 → 8.3.0
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/BarChart/BarChart.js +1 -1
- package/BarChart/BarLabel/BarLabel.types.d.ts +1 -1
- package/BarChart/BarLabel/BarLabelPlot.d.ts +1 -1
- package/BarChart/BarLabel/barLabelClasses.d.ts +1 -1
- package/BarChart/BarLabel/index.d.ts +4 -4
- package/BarChart/checkScaleErrors.d.ts +3 -3
- package/BarChart/checkScaleErrors.js +4 -4
- package/BarChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/BarChart/seriesConfig/seriesProcessor.js +2 -2
- package/BarChart/seriesConfig/tooltip.d.ts +1 -1
- package/BarChart/types.d.ts +2 -2
- package/BarChart/useBarChartProps.d.ts +2 -2
- package/BarChart/useBarChartProps.js +20 -2
- package/CHANGELOG.md +233 -7
- package/ChartContainer/ChartContainer.js +1 -1
- package/ChartContainer/useChartContainerProps.d.ts +1 -1
- package/ChartDataProvider/useChartDataProviderProps.d.ts +2 -2
- package/ChartsAxisHighlight/ChartsXAxisHighlight.js +1 -1
- package/ChartsAxisHighlight/ChartsYAxisHighlight.js +1 -1
- package/ChartsClipPath/ChartsClipPath.d.ts +8 -0
- package/ChartsClipPath/ChartsClipPath.js +8 -0
- package/ChartsGrid/ChartsHorizontalGrid.d.ts +2 -2
- package/ChartsGrid/ChartsVerticalGrid.d.ts +2 -2
- package/ChartsLabel/ChartsLabelMark.js +8 -4
- package/ChartsLabel/index.d.ts +4 -4
- package/ChartsLabel/labelClasses.d.ts +1 -1
- package/ChartsLabel/labelGradientClasses.d.ts +1 -1
- package/ChartsLabel/labelMarkClasses.d.ts +1 -1
- package/ChartsLegend/ChartsLegend.d.ts +2 -2
- package/ChartsLegend/ContinuousColorLegend.d.ts +1 -1
- package/ChartsLegend/PiecewiseColorLegend.d.ts +1 -1
- package/ChartsLegend/chartsLegend.types.d.ts +1 -1
- package/ChartsLegend/chartsLegendClasses.d.ts +2 -2
- package/ChartsLegend/continuousColorLegendClasses.d.ts +2 -2
- package/ChartsLegend/index.d.ts +4 -4
- package/ChartsLegend/piecewiseColorLegendClasses.d.ts +2 -2
- package/ChartsLegend/useAxis.d.ts +2 -2
- package/ChartsLocalizationProvider/ChartsLocalizationProvider.d.ts +1 -1
- package/ChartsLocalizationProvider/index.d.ts +1 -1
- package/ChartsOverlay/ChartsLoadingOverlay.d.ts +1 -1
- package/ChartsOverlay/ChartsNoDataOverlay.d.ts +1 -1
- package/ChartsOverlay/index.d.ts +1 -1
- package/ChartsReferenceLine/ChartsReferenceLine.js +2 -2
- package/ChartsReferenceLine/ChartsXReferenceLine.js +1 -1
- package/ChartsReferenceLine/ChartsYReferenceLine.js +1 -1
- package/ChartsText/index.d.ts +2 -2
- package/ChartsTooltip/ChartsTooltipContainer.js +1 -0
- package/ChartsTooltip/index.d.ts +3 -3
- package/ChartsTooltip/useAxisTooltip.d.ts +2 -2
- package/LineChart/AnimatedArea.d.ts +1 -1
- package/LineChart/AnimatedLine.d.ts +1 -1
- package/LineChart/AppearingMask.js +1 -2
- package/LineChart/AreaPlot.js +2 -2
- package/LineChart/CircleMarkElement.d.ts +10 -0
- package/LineChart/CircleMarkElement.js +5 -15
- package/LineChart/LineChart.js +1 -1
- package/LineChart/LineHighlightPlot.js +1 -1
- package/LineChart/LinePlot.js +2 -2
- package/LineChart/MarkElement.d.ts +10 -0
- package/LineChart/MarkElement.js +15 -15
- package/LineChart/MarkPlot.js +19 -3
- package/LineChart/index.d.ts +1 -1
- package/LineChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/LineChart/seriesConfig/seriesProcessor.js +2 -2
- package/LineChart/seriesConfig/tooltip.d.ts +1 -1
- package/LineChart/useLineChartProps.d.ts +2 -2
- package/PieChart/PieArcLabel.js +3 -4
- package/PieChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/PieChart/seriesConfig/tooltip.d.ts +1 -1
- package/RadarChart/RadarGrid/index.d.ts +1 -1
- package/RadarChart/RadarSeriesPlot/index.d.ts +2 -2
- package/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.ts +3 -3
- package/RadarChart/index.d.ts +2 -2
- package/RadarChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/RadarChart/seriesConfig/tooltip.d.ts +1 -1
- package/RadarChart/useRadarChartProps.d.ts +2 -2
- package/ScatterChart/ScatterChart.js +1 -1
- package/ScatterChart/ScatterMarker.types.d.ts +1 -1
- package/ScatterChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/ScatterChart/seriesConfig/seriesProcessor.js +1 -1
- package/ScatterChart/seriesConfig/tooltip.d.ts +1 -1
- package/ScatterChart/useScatterChartProps.d.ts +3 -3
- package/SparkLineChart/SparkLineChart.d.ts +19 -0
- package/SparkLineChart/SparkLineChart.js +53 -16
- package/Toolbar/Toolbar.d.ts +5 -0
- package/Toolbar/Toolbar.js +34 -0
- package/Toolbar/ToolbarButton.d.ts +5 -0
- package/Toolbar/ToolbarButton.js +27 -0
- package/Toolbar/index.d.ts +2 -0
- package/Toolbar/index.js +27 -0
- package/colorPalettes/categorical/blueberryTwilight.d.ts +4 -0
- package/colorPalettes/categorical/blueberryTwilight.js +10 -0
- package/colorPalettes/categorical/cheerfulFiesta.d.ts +4 -0
- package/colorPalettes/categorical/cheerfulFiesta.js +10 -0
- package/colorPalettes/categorical/mangoFusion.d.ts +4 -0
- package/colorPalettes/categorical/mangoFusion.js +10 -0
- package/colorPalettes/categorical/rainbowSurge.d.ts +4 -0
- package/colorPalettes/categorical/rainbowSurge.js +10 -0
- package/colorPalettes/index.d.ts +14 -1
- package/colorPalettes/index.js +147 -4
- package/colorPalettes/sequential/blue.d.ts +4 -0
- package/colorPalettes/sequential/blue.js +12 -0
- package/colorPalettes/sequential/cyan.d.ts +4 -0
- package/colorPalettes/sequential/cyan.js +12 -0
- package/colorPalettes/sequential/green.d.ts +4 -0
- package/colorPalettes/sequential/green.js +12 -0
- package/colorPalettes/sequential/orange.d.ts +4 -0
- package/colorPalettes/sequential/orange.js +12 -0
- package/colorPalettes/sequential/pink.d.ts +4 -0
- package/colorPalettes/sequential/pink.js +12 -0
- package/colorPalettes/sequential/purple.d.ts +4 -0
- package/colorPalettes/sequential/purple.js +12 -0
- package/colorPalettes/sequential/red.d.ts +4 -0
- package/colorPalettes/sequential/red.js +12 -0
- package/colorPalettes/sequential/strawberrySky.d.ts +4 -0
- package/colorPalettes/sequential/strawberrySky.js +10 -0
- package/colorPalettes/sequential/yellow.d.ts +4 -0
- package/colorPalettes/sequential/yellow.js +12 -0
- package/colorPalettes/types.d.ts +4 -0
- package/colorPalettes/types.js +5 -0
- package/context/ChartProvider/ChartContext.d.ts +1 -1
- package/context/ChartProvider/ChartProvider.d.ts +1 -1
- package/context/ChartProvider/ChartProvider.types.d.ts +6 -6
- package/context/ChartProvider/useChartContext.js +1 -1
- package/context/index.d.ts +1 -1
- package/esm/BarChart/BarChart.js +1 -1
- package/esm/BarChart/BarLabel/BarLabel.types.d.ts +1 -1
- package/esm/BarChart/BarLabel/BarLabelPlot.d.ts +1 -1
- package/esm/BarChart/BarLabel/barLabelClasses.d.ts +1 -1
- package/esm/BarChart/BarLabel/index.d.ts +4 -4
- package/esm/BarChart/checkScaleErrors.d.ts +3 -3
- package/esm/BarChart/checkScaleErrors.js +4 -4
- package/esm/BarChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/esm/BarChart/seriesConfig/seriesProcessor.js +2 -2
- package/esm/BarChart/seriesConfig/tooltip.d.ts +1 -1
- package/esm/BarChart/types.d.ts +2 -2
- package/esm/BarChart/useBarChartProps.d.ts +2 -2
- package/esm/BarChart/useBarChartProps.js +20 -2
- package/esm/ChartContainer/ChartContainer.js +1 -1
- package/esm/ChartContainer/useChartContainerProps.d.ts +1 -1
- package/esm/ChartDataProvider/useChartDataProviderProps.d.ts +2 -2
- package/esm/ChartsAxisHighlight/ChartsXAxisHighlight.js +1 -1
- package/esm/ChartsAxisHighlight/ChartsYAxisHighlight.js +1 -1
- package/esm/ChartsClipPath/ChartsClipPath.d.ts +8 -0
- package/esm/ChartsClipPath/ChartsClipPath.js +8 -0
- package/esm/ChartsGrid/ChartsHorizontalGrid.d.ts +2 -2
- package/esm/ChartsGrid/ChartsVerticalGrid.d.ts +2 -2
- package/esm/ChartsLabel/ChartsLabelMark.js +8 -4
- package/esm/ChartsLabel/index.d.ts +4 -4
- package/esm/ChartsLabel/labelClasses.d.ts +1 -1
- package/esm/ChartsLabel/labelGradientClasses.d.ts +1 -1
- package/esm/ChartsLabel/labelMarkClasses.d.ts +1 -1
- package/esm/ChartsLegend/ChartsLegend.d.ts +2 -2
- package/esm/ChartsLegend/ContinuousColorLegend.d.ts +1 -1
- package/esm/ChartsLegend/PiecewiseColorLegend.d.ts +1 -1
- package/esm/ChartsLegend/chartsLegend.types.d.ts +1 -1
- package/esm/ChartsLegend/chartsLegendClasses.d.ts +2 -2
- package/esm/ChartsLegend/continuousColorLegendClasses.d.ts +2 -2
- package/esm/ChartsLegend/index.d.ts +4 -4
- package/esm/ChartsLegend/piecewiseColorLegendClasses.d.ts +2 -2
- package/esm/ChartsLegend/useAxis.d.ts +2 -2
- package/esm/ChartsLocalizationProvider/ChartsLocalizationProvider.d.ts +1 -1
- package/esm/ChartsLocalizationProvider/index.d.ts +1 -1
- package/esm/ChartsOverlay/ChartsLoadingOverlay.d.ts +1 -1
- package/esm/ChartsOverlay/ChartsNoDataOverlay.d.ts +1 -1
- package/esm/ChartsOverlay/index.d.ts +1 -1
- package/esm/ChartsReferenceLine/ChartsReferenceLine.js +2 -2
- package/esm/ChartsReferenceLine/ChartsXReferenceLine.js +1 -1
- package/esm/ChartsReferenceLine/ChartsYReferenceLine.js +1 -1
- package/esm/ChartsText/index.d.ts +2 -2
- package/esm/ChartsTooltip/ChartsTooltipContainer.js +1 -0
- package/esm/ChartsTooltip/index.d.ts +3 -3
- package/esm/ChartsTooltip/useAxisTooltip.d.ts +2 -2
- package/esm/LineChart/AnimatedArea.d.ts +1 -1
- package/esm/LineChart/AnimatedLine.d.ts +1 -1
- package/esm/LineChart/AppearingMask.js +1 -2
- package/esm/LineChart/AreaPlot.js +2 -2
- package/esm/LineChart/CircleMarkElement.d.ts +10 -0
- package/esm/LineChart/CircleMarkElement.js +5 -15
- package/esm/LineChart/LineChart.js +1 -1
- package/esm/LineChart/LineHighlightPlot.js +1 -1
- package/esm/LineChart/LinePlot.js +2 -2
- package/esm/LineChart/MarkElement.d.ts +10 -0
- package/esm/LineChart/MarkElement.js +15 -15
- package/esm/LineChart/MarkPlot.js +20 -4
- package/esm/LineChart/index.d.ts +1 -1
- package/esm/LineChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/esm/LineChart/seriesConfig/seriesProcessor.js +2 -2
- package/esm/LineChart/seriesConfig/tooltip.d.ts +1 -1
- package/esm/LineChart/useLineChartProps.d.ts +2 -2
- package/esm/PieChart/PieArcLabel.js +3 -4
- package/esm/PieChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/esm/PieChart/seriesConfig/tooltip.d.ts +1 -1
- package/esm/RadarChart/RadarGrid/index.d.ts +1 -1
- package/esm/RadarChart/RadarSeriesPlot/index.d.ts +2 -2
- package/esm/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.ts +3 -3
- package/esm/RadarChart/index.d.ts +2 -2
- package/esm/RadarChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/esm/RadarChart/seriesConfig/tooltip.d.ts +1 -1
- package/esm/RadarChart/useRadarChartProps.d.ts +2 -2
- package/esm/ScatterChart/ScatterChart.js +1 -1
- package/esm/ScatterChart/ScatterMarker.types.d.ts +1 -1
- package/esm/ScatterChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/esm/ScatterChart/seriesConfig/seriesProcessor.js +1 -1
- package/esm/ScatterChart/seriesConfig/tooltip.d.ts +1 -1
- package/esm/ScatterChart/useScatterChartProps.d.ts +3 -3
- package/esm/SparkLineChart/SparkLineChart.d.ts +19 -0
- package/esm/SparkLineChart/SparkLineChart.js +53 -16
- package/esm/Toolbar/Toolbar.d.ts +5 -0
- package/esm/Toolbar/Toolbar.js +27 -0
- package/esm/Toolbar/ToolbarButton.d.ts +5 -0
- package/esm/Toolbar/ToolbarButton.js +20 -0
- package/esm/Toolbar/index.d.ts +2 -0
- package/esm/Toolbar/index.js +2 -0
- package/esm/colorPalettes/categorical/blueberryTwilight.d.ts +4 -0
- package/esm/colorPalettes/categorical/blueberryTwilight.js +3 -0
- package/esm/colorPalettes/categorical/cheerfulFiesta.d.ts +4 -0
- package/esm/colorPalettes/categorical/cheerfulFiesta.js +3 -0
- package/esm/colorPalettes/categorical/mangoFusion.d.ts +4 -0
- package/esm/colorPalettes/categorical/mangoFusion.js +3 -0
- package/esm/colorPalettes/categorical/rainbowSurge.d.ts +4 -0
- package/esm/colorPalettes/categorical/rainbowSurge.js +3 -0
- package/esm/colorPalettes/index.d.ts +14 -1
- package/esm/colorPalettes/index.js +20 -1
- package/esm/colorPalettes/sequential/blue.d.ts +4 -0
- package/esm/colorPalettes/sequential/blue.js +5 -0
- package/esm/colorPalettes/sequential/cyan.d.ts +4 -0
- package/esm/colorPalettes/sequential/cyan.js +5 -0
- package/esm/colorPalettes/sequential/green.d.ts +4 -0
- package/esm/colorPalettes/sequential/green.js +5 -0
- package/esm/colorPalettes/sequential/orange.d.ts +4 -0
- package/esm/colorPalettes/sequential/orange.js +5 -0
- package/esm/colorPalettes/sequential/pink.d.ts +4 -0
- package/esm/colorPalettes/sequential/pink.js +5 -0
- package/esm/colorPalettes/sequential/purple.d.ts +4 -0
- package/esm/colorPalettes/sequential/purple.js +5 -0
- package/esm/colorPalettes/sequential/red.d.ts +4 -0
- package/esm/colorPalettes/sequential/red.js +5 -0
- package/esm/colorPalettes/sequential/strawberrySky.d.ts +4 -0
- package/esm/colorPalettes/sequential/strawberrySky.js +3 -0
- package/esm/colorPalettes/sequential/yellow.d.ts +4 -0
- package/esm/colorPalettes/sequential/yellow.js +5 -0
- package/esm/colorPalettes/types.d.ts +4 -0
- package/esm/colorPalettes/types.js +1 -0
- package/esm/context/ChartProvider/ChartContext.d.ts +1 -1
- package/esm/context/ChartProvider/ChartProvider.d.ts +1 -1
- package/esm/context/ChartProvider/ChartProvider.types.d.ts +6 -6
- package/esm/context/ChartProvider/useChartContext.js +1 -1
- package/esm/context/index.d.ts +1 -1
- package/esm/hooks/animation/useAnimateArea.d.ts +1 -1
- package/esm/hooks/animation/useAnimateBar.d.ts +1 -1
- package/esm/hooks/animation/useAnimateBarLabel.d.ts +1 -1
- package/esm/hooks/animation/useAnimateLine.d.ts +1 -1
- package/esm/hooks/animation/useAnimatePieArc.d.ts +1 -1
- package/esm/hooks/animation/useAnimatePieArcLabel.d.ts +11 -2
- package/esm/hooks/animation/useAnimatePieArcLabel.js +4 -4
- package/esm/hooks/useAxis.d.ts +6 -6
- package/esm/hooks/useChartsLocalization.d.ts +1 -1
- package/esm/hooks/useChartsLocalization.js +1 -1
- package/esm/hooks/useItemHighlightedGetter.d.ts +2 -2
- package/esm/hooks/useLegend.d.ts +1 -1
- package/esm/hooks/useSeries.d.ts +1 -1
- package/esm/hooks/useSvgRef.js +1 -1
- package/esm/hooks/useZAxis.d.ts +3 -3
- package/esm/index.d.ts +2 -1
- package/esm/index.js +3 -2
- package/esm/internals/constants.d.ts +4 -0
- package/esm/internals/constants.js +5 -0
- package/esm/internals/createSeriesSelectorOfType.d.ts +1 -1
- package/esm/internals/createSeriesSelectorOfType.js +1 -1
- package/esm/internals/createSvgIcon.d.ts +3 -0
- package/esm/internals/createSvgIcon.js +2 -0
- package/esm/internals/defaultizeMargin.d.ts +1 -1
- package/esm/internals/geometry.js +1 -1
- package/esm/internals/getPercentageValue.js +1 -1
- package/esm/internals/index.d.ts +4 -1
- package/esm/internals/index.js +4 -1
- package/esm/internals/material/index.d.ts +4 -0
- package/esm/internals/material/index.js +7 -0
- package/esm/internals/plugins/allPlugins.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/corePlugins.d.ts +6 -4
- package/esm/internals/plugins/corePlugins/corePlugins.js +1 -1
- package/esm/internals/plugins/corePlugins/index.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartAnimation/index.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.selectors.d.ts +3 -3
- package/esm/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.types.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartDimensions/index.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.js +2 -2
- package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +177 -142
- package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.js +1 -1
- package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartId/index.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartId/useChartId.selectors.d.ts +2 -2
- package/esm/internals/plugins/corePlugins/useChartSeries/index.d.ts +1 -1
- package/esm/internals/plugins/corePlugins/useChartSeries/processSeries.js +1 -1
- package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +20 -20
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.ts +6 -7
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +12 -5
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.js +22 -10
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeZoom.js +7 -2
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.d.ts +3 -3
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/index.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.d.ts +68 -68
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.js +5 -4
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.js +1 -1
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.d.ts +20 -15
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.ts +26 -26
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +1051 -892
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.js +2 -1
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.ts +5 -5
- package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.types.d.ts +11 -1
- package/esm/internals/plugins/featurePlugins/useChartHighlight/index.d.ts +2 -2
- package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.js +28 -13
- package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +77 -77
- package/esm/internals/plugins/featurePlugins/useChartInteraction/index.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +68 -68
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/defaultizeAxis.js +1 -1
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/getAxisIndex.js +1 -1
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/index.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.js +1 -1
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.ts +512 -512
- package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarInteraction.selectors.d.ts +3 -3
- package/esm/internals/plugins/featurePlugins/useChartVoronoi/index.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.selectors.d.ts +2 -2
- package/esm/internals/plugins/featurePlugins/useChartZAxis/index.d.ts +1 -1
- package/esm/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.js +1 -1
- package/esm/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.selectors.d.ts +10 -10
- package/esm/internals/plugins/models/chart.d.ts +3 -3
- package/esm/internals/plugins/models/helpers.d.ts +1 -2
- package/esm/internals/plugins/models/plugin.d.ts +2 -32
- package/esm/internals/plugins/models/seriesConfig/cartesianExtremumGetter.types.d.ts +3 -3
- package/esm/internals/plugins/models/seriesConfig/colorProcessor.types.d.ts +5 -5
- package/esm/internals/plugins/models/seriesConfig/getSeriesWithDefaultValues.types.d.ts +2 -2
- package/esm/internals/plugins/models/seriesConfig/legendGetter.types.d.ts +3 -3
- package/esm/internals/plugins/models/seriesConfig/polarExtremumGetter.types.d.ts +3 -3
- package/esm/internals/plugins/models/seriesConfig/seriesConfig.types.d.ts +6 -6
- package/esm/internals/plugins/models/seriesConfig/seriesProcessor.types.d.ts +3 -3
- package/esm/internals/plugins/models/seriesConfig/tooltipGetter.types.d.ts +4 -4
- package/esm/internals/plugins/utils/ChartStore.d.ts +2 -2
- package/esm/internals/stackSeries.d.ts +1 -1
- package/esm/internals/store/useCharts.d.ts +2 -2
- package/esm/internals/store/useCharts.js +11 -12
- package/esm/internals/store/useStore.js +1 -1
- package/esm/locales/enUS.d.ts +2 -0
- package/esm/locales/enUS.js +3 -1
- package/esm/locales/frFR.d.ts +2 -0
- package/esm/locales/frFR.js +2 -0
- package/esm/locales/index.d.ts +1 -1
- package/esm/locales/utils/chartsLocaleTextApi.d.ts +8 -0
- package/esm/locales/utils/getChartsLocalization.d.ts +2 -0
- package/esm/models/axis.d.ts +22 -3
- package/esm/models/axis.js +12 -0
- package/esm/models/index.d.ts +4 -3
- package/esm/models/seriesType/bar.d.ts +1 -1
- package/esm/models/seriesType/common.d.ts +2 -2
- package/esm/models/seriesType/line.d.ts +1 -1
- package/esm/models/seriesType/pie.d.ts +1 -1
- package/esm/models/slots/chartsBaseSlotProps.d.ts +13 -0
- package/esm/models/slots/chartsBaseSlotProps.js +1 -0
- package/esm/models/slots/chartsBaseSlots.d.ts +5 -0
- package/esm/models/slots/chartsBaseSlots.js +1 -0
- package/esm/models/slots/chartsIconSlots.d.ts +1 -0
- package/esm/models/slots/chartsIconSlots.js +1 -0
- package/esm/models/slots/index.d.ts +3 -0
- package/esm/models/slots/index.js +3 -0
- package/esm/themeAugmentation/components.js +1 -0
- package/esm/themeAugmentation/index.d.ts +3 -3
- package/esm/themeAugmentation/overrides.d.ts +3 -12
- package/esm/themeAugmentation/overrides.js +2 -0
- package/esm/themeAugmentation/props.d.ts +0 -7
- package/esm/themeAugmentation/props.js +2 -0
- package/hooks/animation/useAnimateArea.d.ts +1 -1
- package/hooks/animation/useAnimateBar.d.ts +1 -1
- package/hooks/animation/useAnimateBarLabel.d.ts +1 -1
- package/hooks/animation/useAnimateLine.d.ts +1 -1
- package/hooks/animation/useAnimatePieArc.d.ts +1 -1
- package/hooks/animation/useAnimatePieArcLabel.d.ts +11 -2
- package/hooks/animation/useAnimatePieArcLabel.js +4 -4
- package/hooks/useAxis.d.ts +6 -6
- package/hooks/useChartsLocalization.d.ts +1 -1
- package/hooks/useChartsLocalization.js +1 -1
- package/hooks/useItemHighlightedGetter.d.ts +2 -2
- package/hooks/useLegend.d.ts +1 -1
- package/hooks/useSeries.d.ts +1 -1
- package/hooks/useSvgRef.js +1 -1
- package/hooks/useZAxis.d.ts +3 -3
- package/index.d.ts +2 -1
- package/index.js +12 -1
- package/internals/constants.d.ts +4 -0
- package/internals/constants.js +11 -0
- package/internals/createSeriesSelectorOfType.d.ts +1 -1
- package/internals/createSeriesSelectorOfType.js +1 -1
- package/internals/createSvgIcon.d.ts +3 -0
- package/internals/createSvgIcon.js +8 -0
- package/internals/defaultizeMargin.d.ts +1 -1
- package/internals/geometry.js +1 -1
- package/internals/getPercentageValue.js +1 -1
- package/internals/index.d.ts +4 -1
- package/internals/index.js +36 -0
- package/internals/material/index.d.ts +4 -0
- package/internals/material/index.js +14 -0
- package/internals/plugins/allPlugins.d.ts +1 -1
- package/internals/plugins/corePlugins/corePlugins.d.ts +6 -4
- package/internals/plugins/corePlugins/corePlugins.js +1 -1
- package/internals/plugins/corePlugins/index.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartAnimation/index.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.selectors.d.ts +3 -3
- package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.types.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartDimensions/index.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.js +2 -2
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +177 -142
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.js +2 -2
- package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartId/index.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartId/useChartId.selectors.d.ts +2 -2
- package/internals/plugins/corePlugins/useChartSeries/index.d.ts +1 -1
- package/internals/plugins/corePlugins/useChartSeries/processSeries.js +1 -1
- package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +20 -20
- package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.ts +6 -7
- package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +12 -5
- package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.js +27 -15
- package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeZoom.js +7 -2
- package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.d.ts +3 -3
- package/internals/plugins/featurePlugins/useChartCartesianAxis/index.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.d.ts +68 -68
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.js +5 -4
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.js +1 -1
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.d.ts +20 -15
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.ts +26 -26
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +1051 -892
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.js +3 -2
- package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.ts +5 -5
- package/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.types.d.ts +11 -1
- package/internals/plugins/featurePlugins/useChartHighlight/index.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.js +28 -13
- package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +77 -77
- package/internals/plugins/featurePlugins/useChartInteraction/index.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +68 -68
- package/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartPolarAxis/defaultizeAxis.js +1 -1
- package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisIndex.js +1 -1
- package/internals/plugins/featurePlugins/useChartPolarAxis/index.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.js +1 -1
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.ts +512 -512
- package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarInteraction.selectors.d.ts +3 -3
- package/internals/plugins/featurePlugins/useChartVoronoi/index.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.selectors.d.ts +2 -2
- package/internals/plugins/featurePlugins/useChartZAxis/index.d.ts +1 -1
- package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.js +1 -1
- package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.selectors.d.ts +10 -10
- package/internals/plugins/models/chart.d.ts +3 -3
- package/internals/plugins/models/helpers.d.ts +1 -2
- package/internals/plugins/models/plugin.d.ts +2 -32
- package/internals/plugins/models/seriesConfig/cartesianExtremumGetter.types.d.ts +3 -3
- package/internals/plugins/models/seriesConfig/colorProcessor.types.d.ts +5 -5
- package/internals/plugins/models/seriesConfig/getSeriesWithDefaultValues.types.d.ts +2 -2
- package/internals/plugins/models/seriesConfig/legendGetter.types.d.ts +3 -3
- package/internals/plugins/models/seriesConfig/polarExtremumGetter.types.d.ts +3 -3
- package/internals/plugins/models/seriesConfig/seriesConfig.types.d.ts +6 -6
- package/internals/plugins/models/seriesConfig/seriesProcessor.types.d.ts +3 -3
- package/internals/plugins/models/seriesConfig/tooltipGetter.types.d.ts +4 -4
- package/internals/plugins/utils/ChartStore.d.ts +2 -2
- package/internals/stackSeries.d.ts +1 -1
- package/internals/store/useCharts.d.ts +2 -2
- package/internals/store/useCharts.js +11 -12
- package/internals/store/useStore.js +1 -1
- package/locales/enUS.d.ts +2 -0
- package/locales/enUS.js +3 -1
- package/locales/frFR.d.ts +2 -0
- package/locales/frFR.js +2 -0
- package/locales/index.d.ts +1 -1
- package/locales/utils/chartsLocaleTextApi.d.ts +8 -0
- package/locales/utils/getChartsLocalization.d.ts +2 -0
- package/models/axis.d.ts +22 -3
- package/models/axis.js +12 -0
- package/models/index.d.ts +4 -3
- package/models/seriesType/bar.d.ts +1 -1
- package/models/seriesType/common.d.ts +2 -2
- package/models/seriesType/line.d.ts +1 -1
- package/models/seriesType/pie.d.ts +1 -1
- package/models/slots/chartsBaseSlotProps.d.ts +13 -0
- package/models/slots/chartsBaseSlotProps.js +5 -0
- package/models/slots/chartsBaseSlots.d.ts +5 -0
- package/models/slots/chartsBaseSlots.js +5 -0
- package/models/slots/chartsIconSlots.d.ts +1 -0
- package/models/slots/chartsIconSlots.js +5 -0
- package/models/slots/index.d.ts +3 -0
- package/models/slots/index.js +38 -0
- package/package.json +5 -5
- package/themeAugmentation/components.js +5 -0
- package/themeAugmentation/index.d.ts +3 -3
- package/themeAugmentation/overrides.d.ts +3 -12
- package/themeAugmentation/overrides.js +5 -0
- package/themeAugmentation/props.d.ts +0 -7
- package/themeAugmentation/props.js +5 -0
- package/colorPalettes/colorPalettes.d.ts +0 -16
- package/colorPalettes/colorPalettes.js +0 -22
- package/esm/colorPalettes/colorPalettes.d.ts +0 -16
- package/esm/colorPalettes/colorPalettes.js +0 -12
- package/esm/internals/store/useChartModels.d.ts +0 -7
- package/esm/internals/store/useChartModels.js +0 -64
- package/internals/store/useChartModels.d.ts +0 -7
- package/internals/store/useChartModels.js +0 -73
package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts
CHANGED
|
@@ -1,9 +1,44 @@
|
|
|
1
1
|
import { ChartRootSelector } from "../../utils/selectors.js";
|
|
2
|
-
import type { UseChartDimensionsSignature } from
|
|
2
|
+
import type { UseChartDimensionsSignature } from "./useChartDimensions.types.js";
|
|
3
3
|
export declare const selectorChartDimensionsState: ChartRootSelector<UseChartDimensionsSignature>;
|
|
4
|
-
export declare const
|
|
5
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
6
|
-
}
|
|
4
|
+
export declare const selectorChartMargin: ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
5
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
6
|
+
}) => import("./useChartDimensions.types.js").ChartMargin) & {
|
|
7
|
+
clearCache: () => void;
|
|
8
|
+
resultsCount: () => number;
|
|
9
|
+
resetResultsCount: () => void;
|
|
10
|
+
} & {
|
|
11
|
+
resultFunc: (resultFuncArgs_0: {
|
|
12
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
13
|
+
width: number;
|
|
14
|
+
height: number;
|
|
15
|
+
propsWidth: number | undefined;
|
|
16
|
+
propsHeight: number | undefined;
|
|
17
|
+
}) => import("./useChartDimensions.types.js").ChartMargin;
|
|
18
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
19
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
20
|
+
width: number;
|
|
21
|
+
height: number;
|
|
22
|
+
propsWidth: number | undefined;
|
|
23
|
+
propsHeight: number | undefined;
|
|
24
|
+
}) => import("./useChartDimensions.types.js").ChartMargin) & {
|
|
25
|
+
clearCache: () => void;
|
|
26
|
+
resultsCount: () => number;
|
|
27
|
+
resetResultsCount: () => void;
|
|
28
|
+
};
|
|
29
|
+
lastResult: () => import("./useChartDimensions.types.js").ChartMargin;
|
|
30
|
+
dependencies: [ChartRootSelector<UseChartDimensionsSignature>];
|
|
31
|
+
recomputations: () => number;
|
|
32
|
+
resetRecomputations: () => void;
|
|
33
|
+
dependencyRecomputations: () => number;
|
|
34
|
+
resetDependencyRecomputations: () => void;
|
|
35
|
+
} & {
|
|
36
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
37
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
38
|
+
};
|
|
39
|
+
export declare const selectorChartDrawingArea: ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
40
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
41
|
+
} & Partial<import("../../../index.js").UseChartCartesianAxisState>) => {
|
|
7
42
|
width: number;
|
|
8
43
|
left: number;
|
|
9
44
|
right: number;
|
|
@@ -43,22 +78,22 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
|
|
|
43
78
|
top: number;
|
|
44
79
|
bottom: number;
|
|
45
80
|
};
|
|
46
|
-
dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
47
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
81
|
+
dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
82
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
48
83
|
}) => number) & {
|
|
49
84
|
clearCache: () => void;
|
|
50
85
|
resultsCount: () => number;
|
|
51
86
|
resetResultsCount: () => void;
|
|
52
87
|
} & {
|
|
53
88
|
resultFunc: (resultFuncArgs_0: {
|
|
54
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
89
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
55
90
|
width: number;
|
|
56
91
|
height: number;
|
|
57
92
|
propsWidth: number | undefined;
|
|
58
93
|
propsHeight: number | undefined;
|
|
59
94
|
}) => number;
|
|
60
95
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
61
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
96
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
62
97
|
width: number;
|
|
63
98
|
height: number;
|
|
64
99
|
propsWidth: number | undefined;
|
|
@@ -77,22 +112,22 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
|
|
|
77
112
|
} & {
|
|
78
113
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
79
114
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
80
|
-
}, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
81
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
115
|
+
}, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
116
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
82
117
|
}) => number) & {
|
|
83
118
|
clearCache: () => void;
|
|
84
119
|
resultsCount: () => number;
|
|
85
120
|
resetResultsCount: () => void;
|
|
86
121
|
} & {
|
|
87
122
|
resultFunc: (resultFuncArgs_0: {
|
|
88
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
123
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
89
124
|
width: number;
|
|
90
125
|
height: number;
|
|
91
126
|
propsWidth: number | undefined;
|
|
92
127
|
propsHeight: number | undefined;
|
|
93
128
|
}) => number;
|
|
94
129
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
95
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
130
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
96
131
|
width: number;
|
|
97
132
|
height: number;
|
|
98
133
|
propsWidth: number | undefined;
|
|
@@ -111,46 +146,46 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
|
|
|
111
146
|
} & {
|
|
112
147
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
113
148
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
114
|
-
}, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
115
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
149
|
+
}, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
150
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
116
151
|
}) => number) & {
|
|
117
152
|
clearCache: () => void;
|
|
118
153
|
resultsCount: () => number;
|
|
119
154
|
resetResultsCount: () => void;
|
|
120
155
|
} & {
|
|
121
|
-
resultFunc: (resultFuncArgs_0: import("./useChartDimensions.types").ChartMargin) => number;
|
|
122
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("./useChartDimensions.types").ChartMargin) => number) & {
|
|
156
|
+
resultFunc: (resultFuncArgs_0: import("./useChartDimensions.types.js").ChartMargin) => number;
|
|
157
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./useChartDimensions.types.js").ChartMargin) => number) & {
|
|
123
158
|
clearCache: () => void;
|
|
124
159
|
resultsCount: () => number;
|
|
125
160
|
resetResultsCount: () => void;
|
|
126
161
|
};
|
|
127
162
|
lastResult: () => number;
|
|
128
|
-
dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
129
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
130
|
-
}) => import("./useChartDimensions.types").ChartMargin) & {
|
|
163
|
+
dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
164
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
165
|
+
}) => import("./useChartDimensions.types.js").ChartMargin) & {
|
|
131
166
|
clearCache: () => void;
|
|
132
167
|
resultsCount: () => number;
|
|
133
168
|
resetResultsCount: () => void;
|
|
134
169
|
} & {
|
|
135
170
|
resultFunc: (resultFuncArgs_0: {
|
|
136
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
171
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
137
172
|
width: number;
|
|
138
173
|
height: number;
|
|
139
174
|
propsWidth: number | undefined;
|
|
140
175
|
propsHeight: number | undefined;
|
|
141
|
-
}) => import("./useChartDimensions.types").ChartMargin;
|
|
176
|
+
}) => import("./useChartDimensions.types.js").ChartMargin;
|
|
142
177
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
143
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
178
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
144
179
|
width: number;
|
|
145
180
|
height: number;
|
|
146
181
|
propsWidth: number | undefined;
|
|
147
182
|
propsHeight: number | undefined;
|
|
148
|
-
}) => import("./useChartDimensions.types").ChartMargin) & {
|
|
183
|
+
}) => import("./useChartDimensions.types.js").ChartMargin) & {
|
|
149
184
|
clearCache: () => void;
|
|
150
185
|
resultsCount: () => number;
|
|
151
186
|
resetResultsCount: () => void;
|
|
152
187
|
};
|
|
153
|
-
lastResult: () => import("./useChartDimensions.types").ChartMargin;
|
|
188
|
+
lastResult: () => import("./useChartDimensions.types.js").ChartMargin;
|
|
154
189
|
dependencies: [ChartRootSelector<UseChartDimensionsSignature>];
|
|
155
190
|
recomputations: () => number;
|
|
156
191
|
resetRecomputations: () => void;
|
|
@@ -167,46 +202,46 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
|
|
|
167
202
|
} & {
|
|
168
203
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
169
204
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
170
|
-
}, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
171
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
205
|
+
}, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
206
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
172
207
|
}) => number) & {
|
|
173
208
|
clearCache: () => void;
|
|
174
209
|
resultsCount: () => number;
|
|
175
210
|
resetResultsCount: () => void;
|
|
176
211
|
} & {
|
|
177
|
-
resultFunc: (resultFuncArgs_0: import("./useChartDimensions.types").ChartMargin) => number;
|
|
178
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("./useChartDimensions.types").ChartMargin) => number) & {
|
|
212
|
+
resultFunc: (resultFuncArgs_0: import("./useChartDimensions.types.js").ChartMargin) => number;
|
|
213
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./useChartDimensions.types.js").ChartMargin) => number) & {
|
|
179
214
|
clearCache: () => void;
|
|
180
215
|
resultsCount: () => number;
|
|
181
216
|
resetResultsCount: () => void;
|
|
182
217
|
};
|
|
183
218
|
lastResult: () => number;
|
|
184
|
-
dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
185
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
186
|
-
}) => import("./useChartDimensions.types").ChartMargin) & {
|
|
219
|
+
dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
220
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
221
|
+
}) => import("./useChartDimensions.types.js").ChartMargin) & {
|
|
187
222
|
clearCache: () => void;
|
|
188
223
|
resultsCount: () => number;
|
|
189
224
|
resetResultsCount: () => void;
|
|
190
225
|
} & {
|
|
191
226
|
resultFunc: (resultFuncArgs_0: {
|
|
192
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
227
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
193
228
|
width: number;
|
|
194
229
|
height: number;
|
|
195
230
|
propsWidth: number | undefined;
|
|
196
231
|
propsHeight: number | undefined;
|
|
197
|
-
}) => import("./useChartDimensions.types").ChartMargin;
|
|
232
|
+
}) => import("./useChartDimensions.types.js").ChartMargin;
|
|
198
233
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
199
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
234
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
200
235
|
width: number;
|
|
201
236
|
height: number;
|
|
202
237
|
propsWidth: number | undefined;
|
|
203
238
|
propsHeight: number | undefined;
|
|
204
|
-
}) => import("./useChartDimensions.types").ChartMargin) & {
|
|
239
|
+
}) => import("./useChartDimensions.types.js").ChartMargin) & {
|
|
205
240
|
clearCache: () => void;
|
|
206
241
|
resultsCount: () => number;
|
|
207
242
|
resetResultsCount: () => void;
|
|
208
243
|
};
|
|
209
|
-
lastResult: () => import("./useChartDimensions.types").ChartMargin;
|
|
244
|
+
lastResult: () => import("./useChartDimensions.types.js").ChartMargin;
|
|
210
245
|
dependencies: [ChartRootSelector<UseChartDimensionsSignature>];
|
|
211
246
|
recomputations: () => number;
|
|
212
247
|
resetRecomputations: () => void;
|
|
@@ -223,46 +258,46 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
|
|
|
223
258
|
} & {
|
|
224
259
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
225
260
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
226
|
-
}, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
227
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
261
|
+
}, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
262
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
228
263
|
}) => number) & {
|
|
229
264
|
clearCache: () => void;
|
|
230
265
|
resultsCount: () => number;
|
|
231
266
|
resetResultsCount: () => void;
|
|
232
267
|
} & {
|
|
233
|
-
resultFunc: (resultFuncArgs_0: import("./useChartDimensions.types").ChartMargin) => number;
|
|
234
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("./useChartDimensions.types").ChartMargin) => number) & {
|
|
268
|
+
resultFunc: (resultFuncArgs_0: import("./useChartDimensions.types.js").ChartMargin) => number;
|
|
269
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./useChartDimensions.types.js").ChartMargin) => number) & {
|
|
235
270
|
clearCache: () => void;
|
|
236
271
|
resultsCount: () => number;
|
|
237
272
|
resetResultsCount: () => void;
|
|
238
273
|
};
|
|
239
274
|
lastResult: () => number;
|
|
240
|
-
dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
241
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
242
|
-
}) => import("./useChartDimensions.types").ChartMargin) & {
|
|
275
|
+
dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
276
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
277
|
+
}) => import("./useChartDimensions.types.js").ChartMargin) & {
|
|
243
278
|
clearCache: () => void;
|
|
244
279
|
resultsCount: () => number;
|
|
245
280
|
resetResultsCount: () => void;
|
|
246
281
|
} & {
|
|
247
282
|
resultFunc: (resultFuncArgs_0: {
|
|
248
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
283
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
249
284
|
width: number;
|
|
250
285
|
height: number;
|
|
251
286
|
propsWidth: number | undefined;
|
|
252
287
|
propsHeight: number | undefined;
|
|
253
|
-
}) => import("./useChartDimensions.types").ChartMargin;
|
|
288
|
+
}) => import("./useChartDimensions.types.js").ChartMargin;
|
|
254
289
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
255
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
290
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
256
291
|
width: number;
|
|
257
292
|
height: number;
|
|
258
293
|
propsWidth: number | undefined;
|
|
259
294
|
propsHeight: number | undefined;
|
|
260
|
-
}) => import("./useChartDimensions.types").ChartMargin) & {
|
|
295
|
+
}) => import("./useChartDimensions.types.js").ChartMargin) & {
|
|
261
296
|
clearCache: () => void;
|
|
262
297
|
resultsCount: () => number;
|
|
263
298
|
resetResultsCount: () => void;
|
|
264
299
|
};
|
|
265
|
-
lastResult: () => import("./useChartDimensions.types").ChartMargin;
|
|
300
|
+
lastResult: () => import("./useChartDimensions.types.js").ChartMargin;
|
|
266
301
|
dependencies: [ChartRootSelector<UseChartDimensionsSignature>];
|
|
267
302
|
recomputations: () => number;
|
|
268
303
|
resetRecomputations: () => void;
|
|
@@ -279,46 +314,46 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
|
|
|
279
314
|
} & {
|
|
280
315
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
281
316
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
282
|
-
}, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
283
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
317
|
+
}, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
318
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
284
319
|
}) => number) & {
|
|
285
320
|
clearCache: () => void;
|
|
286
321
|
resultsCount: () => number;
|
|
287
322
|
resetResultsCount: () => void;
|
|
288
323
|
} & {
|
|
289
|
-
resultFunc: (resultFuncArgs_0: import("./useChartDimensions.types").ChartMargin) => number;
|
|
290
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("./useChartDimensions.types").ChartMargin) => number) & {
|
|
324
|
+
resultFunc: (resultFuncArgs_0: import("./useChartDimensions.types.js").ChartMargin) => number;
|
|
325
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./useChartDimensions.types.js").ChartMargin) => number) & {
|
|
291
326
|
clearCache: () => void;
|
|
292
327
|
resultsCount: () => number;
|
|
293
328
|
resetResultsCount: () => void;
|
|
294
329
|
};
|
|
295
330
|
lastResult: () => number;
|
|
296
|
-
dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
297
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
298
|
-
}) => import("./useChartDimensions.types").ChartMargin) & {
|
|
331
|
+
dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
332
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
333
|
+
}) => import("./useChartDimensions.types.js").ChartMargin) & {
|
|
299
334
|
clearCache: () => void;
|
|
300
335
|
resultsCount: () => number;
|
|
301
336
|
resetResultsCount: () => void;
|
|
302
337
|
} & {
|
|
303
338
|
resultFunc: (resultFuncArgs_0: {
|
|
304
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
339
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
305
340
|
width: number;
|
|
306
341
|
height: number;
|
|
307
342
|
propsWidth: number | undefined;
|
|
308
343
|
propsHeight: number | undefined;
|
|
309
|
-
}) => import("./useChartDimensions.types").ChartMargin;
|
|
344
|
+
}) => import("./useChartDimensions.types.js").ChartMargin;
|
|
310
345
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
311
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
346
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
312
347
|
width: number;
|
|
313
348
|
height: number;
|
|
314
349
|
propsWidth: number | undefined;
|
|
315
350
|
propsHeight: number | undefined;
|
|
316
|
-
}) => import("./useChartDimensions.types").ChartMargin) & {
|
|
351
|
+
}) => import("./useChartDimensions.types.js").ChartMargin) & {
|
|
317
352
|
clearCache: () => void;
|
|
318
353
|
resultsCount: () => number;
|
|
319
354
|
resetResultsCount: () => void;
|
|
320
355
|
};
|
|
321
|
-
lastResult: () => import("./useChartDimensions.types").ChartMargin;
|
|
356
|
+
lastResult: () => import("./useChartDimensions.types.js").ChartMargin;
|
|
322
357
|
dependencies: [ChartRootSelector<UseChartDimensionsSignature>];
|
|
323
358
|
recomputations: () => number;
|
|
324
359
|
resetRecomputations: () => void;
|
|
@@ -335,43 +370,43 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
|
|
|
335
370
|
} & {
|
|
336
371
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
337
372
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
338
|
-
}, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
339
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
373
|
+
}, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../../../index.js").UseChartCartesianAxisState> & {
|
|
374
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
340
375
|
}) => number) & {
|
|
341
376
|
clearCache: () => void;
|
|
342
377
|
resultsCount: () => number;
|
|
343
378
|
resetResultsCount: () => void;
|
|
344
379
|
} & {
|
|
345
|
-
resultFunc: (resultFuncArgs_0: import("
|
|
346
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("
|
|
380
|
+
resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number;
|
|
381
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number) & {
|
|
347
382
|
clearCache: () => void;
|
|
348
383
|
resultsCount: () => number;
|
|
349
384
|
resetResultsCount: () => void;
|
|
350
385
|
};
|
|
351
386
|
lastResult: () => number;
|
|
352
|
-
dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
353
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
354
|
-
}) => import("
|
|
387
|
+
dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../../../index.js").UseChartCartesianAxisState> & {
|
|
388
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
389
|
+
}) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
|
|
355
390
|
clearCache: () => void;
|
|
356
391
|
resultsCount: () => number;
|
|
357
392
|
resetResultsCount: () => void;
|
|
358
393
|
} & {
|
|
359
394
|
resultFunc: (resultFuncArgs_0: {
|
|
360
|
-
x: import("
|
|
361
|
-
y: import("
|
|
362
|
-
} | undefined) => import("
|
|
395
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
396
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
397
|
+
} | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
|
|
363
398
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
364
|
-
x: import("
|
|
365
|
-
y: import("
|
|
366
|
-
} | undefined) => import("
|
|
399
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
400
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
401
|
+
} | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
|
|
367
402
|
clearCache: () => void;
|
|
368
403
|
resultsCount: () => number;
|
|
369
404
|
resetResultsCount: () => void;
|
|
370
405
|
};
|
|
371
|
-
lastResult: () => import("
|
|
372
|
-
dependencies: [(state: import("../../models").ChartState<[], [import("
|
|
373
|
-
x: import("
|
|
374
|
-
y: import("
|
|
406
|
+
lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
|
|
407
|
+
dependencies: [(state: import("../../models/index.js").ChartState<[], [import("../../../index.js").UseChartCartesianAxisSignature]>) => {
|
|
408
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
409
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
375
410
|
} | undefined];
|
|
376
411
|
recomputations: () => number;
|
|
377
412
|
resetRecomputations: () => void;
|
|
@@ -388,43 +423,43 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
|
|
|
388
423
|
} & {
|
|
389
424
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
390
425
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
391
|
-
}, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
392
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
426
|
+
}, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../../../index.js").UseChartCartesianAxisState> & {
|
|
427
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
393
428
|
}) => number) & {
|
|
394
429
|
clearCache: () => void;
|
|
395
430
|
resultsCount: () => number;
|
|
396
431
|
resetResultsCount: () => void;
|
|
397
432
|
} & {
|
|
398
|
-
resultFunc: (resultFuncArgs_0: import("
|
|
399
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("
|
|
433
|
+
resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number;
|
|
434
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number) & {
|
|
400
435
|
clearCache: () => void;
|
|
401
436
|
resultsCount: () => number;
|
|
402
437
|
resetResultsCount: () => void;
|
|
403
438
|
};
|
|
404
439
|
lastResult: () => number;
|
|
405
|
-
dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
406
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
407
|
-
}) => import("
|
|
440
|
+
dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../../../index.js").UseChartCartesianAxisState> & {
|
|
441
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
442
|
+
}) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
|
|
408
443
|
clearCache: () => void;
|
|
409
444
|
resultsCount: () => number;
|
|
410
445
|
resetResultsCount: () => void;
|
|
411
446
|
} & {
|
|
412
447
|
resultFunc: (resultFuncArgs_0: {
|
|
413
|
-
x: import("
|
|
414
|
-
y: import("
|
|
415
|
-
} | undefined) => import("
|
|
448
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
449
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
450
|
+
} | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
|
|
416
451
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
417
|
-
x: import("
|
|
418
|
-
y: import("
|
|
419
|
-
} | undefined) => import("
|
|
452
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
453
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
454
|
+
} | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
|
|
420
455
|
clearCache: () => void;
|
|
421
456
|
resultsCount: () => number;
|
|
422
457
|
resetResultsCount: () => void;
|
|
423
458
|
};
|
|
424
|
-
lastResult: () => import("
|
|
425
|
-
dependencies: [(state: import("../../models").ChartState<[], [import("
|
|
426
|
-
x: import("
|
|
427
|
-
y: import("
|
|
459
|
+
lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
|
|
460
|
+
dependencies: [(state: import("../../models/index.js").ChartState<[], [import("../../../index.js").UseChartCartesianAxisSignature]>) => {
|
|
461
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
462
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
428
463
|
} | undefined];
|
|
429
464
|
recomputations: () => number;
|
|
430
465
|
resetRecomputations: () => void;
|
|
@@ -441,43 +476,43 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
|
|
|
441
476
|
} & {
|
|
442
477
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
443
478
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
444
|
-
}, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
445
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
479
|
+
}, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../../../index.js").UseChartCartesianAxisState> & {
|
|
480
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
446
481
|
}) => number) & {
|
|
447
482
|
clearCache: () => void;
|
|
448
483
|
resultsCount: () => number;
|
|
449
484
|
resetResultsCount: () => void;
|
|
450
485
|
} & {
|
|
451
|
-
resultFunc: (resultFuncArgs_0: import("
|
|
452
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("
|
|
486
|
+
resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number;
|
|
487
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number) & {
|
|
453
488
|
clearCache: () => void;
|
|
454
489
|
resultsCount: () => number;
|
|
455
490
|
resetResultsCount: () => void;
|
|
456
491
|
};
|
|
457
492
|
lastResult: () => number;
|
|
458
|
-
dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
459
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
460
|
-
}) => import("
|
|
493
|
+
dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../../../index.js").UseChartCartesianAxisState> & {
|
|
494
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
495
|
+
}) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
|
|
461
496
|
clearCache: () => void;
|
|
462
497
|
resultsCount: () => number;
|
|
463
498
|
resetResultsCount: () => void;
|
|
464
499
|
} & {
|
|
465
500
|
resultFunc: (resultFuncArgs_0: {
|
|
466
|
-
x: import("
|
|
467
|
-
y: import("
|
|
468
|
-
} | undefined) => import("
|
|
501
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
502
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
503
|
+
} | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
|
|
469
504
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
470
|
-
x: import("
|
|
471
|
-
y: import("
|
|
472
|
-
} | undefined) => import("
|
|
505
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
506
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
507
|
+
} | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
|
|
473
508
|
clearCache: () => void;
|
|
474
509
|
resultsCount: () => number;
|
|
475
510
|
resetResultsCount: () => void;
|
|
476
511
|
};
|
|
477
|
-
lastResult: () => import("
|
|
478
|
-
dependencies: [(state: import("../../models").ChartState<[], [import("
|
|
479
|
-
x: import("
|
|
480
|
-
y: import("
|
|
512
|
+
lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
|
|
513
|
+
dependencies: [(state: import("../../models/index.js").ChartState<[], [import("../../../index.js").UseChartCartesianAxisSignature]>) => {
|
|
514
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
515
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
481
516
|
} | undefined];
|
|
482
517
|
recomputations: () => number;
|
|
483
518
|
resetRecomputations: () => void;
|
|
@@ -494,43 +529,43 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
|
|
|
494
529
|
} & {
|
|
495
530
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
496
531
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
497
|
-
}, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
498
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
532
|
+
}, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../../../index.js").UseChartCartesianAxisState> & {
|
|
533
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
499
534
|
}) => number) & {
|
|
500
535
|
clearCache: () => void;
|
|
501
536
|
resultsCount: () => number;
|
|
502
537
|
resetResultsCount: () => void;
|
|
503
538
|
} & {
|
|
504
|
-
resultFunc: (resultFuncArgs_0: import("
|
|
505
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("
|
|
539
|
+
resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number;
|
|
540
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number) & {
|
|
506
541
|
clearCache: () => void;
|
|
507
542
|
resultsCount: () => number;
|
|
508
543
|
resetResultsCount: () => void;
|
|
509
544
|
};
|
|
510
545
|
lastResult: () => number;
|
|
511
|
-
dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
512
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
513
|
-
}) => import("
|
|
546
|
+
dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../../../index.js").UseChartCartesianAxisState> & {
|
|
547
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
548
|
+
}) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
|
|
514
549
|
clearCache: () => void;
|
|
515
550
|
resultsCount: () => number;
|
|
516
551
|
resetResultsCount: () => void;
|
|
517
552
|
} & {
|
|
518
553
|
resultFunc: (resultFuncArgs_0: {
|
|
519
|
-
x: import("
|
|
520
|
-
y: import("
|
|
521
|
-
} | undefined) => import("
|
|
554
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
555
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
556
|
+
} | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
|
|
522
557
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
523
|
-
x: import("
|
|
524
|
-
y: import("
|
|
525
|
-
} | undefined) => import("
|
|
558
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
559
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
560
|
+
} | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
|
|
526
561
|
clearCache: () => void;
|
|
527
562
|
resultsCount: () => number;
|
|
528
563
|
resetResultsCount: () => void;
|
|
529
564
|
};
|
|
530
|
-
lastResult: () => import("
|
|
531
|
-
dependencies: [(state: import("../../models").ChartState<[], [import("
|
|
532
|
-
x: import("
|
|
533
|
-
y: import("
|
|
565
|
+
lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
|
|
566
|
+
dependencies: [(state: import("../../models/index.js").ChartState<[], [import("../../../index.js").UseChartCartesianAxisSignature]>) => {
|
|
567
|
+
x: import("../../../index.js").DefaultedXAxis[];
|
|
568
|
+
y: import("../../../index.js").DefaultedYAxis[];
|
|
534
569
|
} | undefined];
|
|
535
570
|
recomputations: () => number;
|
|
536
571
|
resetRecomputations: () => void;
|
|
@@ -556,8 +591,8 @@ export declare const selectorChartDrawingArea: ((state: import("../useChartId/us
|
|
|
556
591
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
557
592
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
558
593
|
};
|
|
559
|
-
export declare const selectorChartPropsSize: ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
560
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
594
|
+
export declare const selectorChartPropsSize: ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
595
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
561
596
|
}) => {
|
|
562
597
|
width: number | undefined;
|
|
563
598
|
height: number | undefined;
|
|
@@ -567,7 +602,7 @@ export declare const selectorChartPropsSize: ((state: import("../useChartId/useC
|
|
|
567
602
|
resetResultsCount: () => void;
|
|
568
603
|
} & {
|
|
569
604
|
resultFunc: (resultFuncArgs_0: {
|
|
570
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
605
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
571
606
|
width: number;
|
|
572
607
|
height: number;
|
|
573
608
|
propsWidth: number | undefined;
|
|
@@ -577,7 +612,7 @@ export declare const selectorChartPropsSize: ((state: import("../useChartId/useC
|
|
|
577
612
|
height: number | undefined;
|
|
578
613
|
};
|
|
579
614
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
580
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
615
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
581
616
|
width: number;
|
|
582
617
|
height: number;
|
|
583
618
|
propsWidth: number | undefined;
|
|
@@ -603,8 +638,8 @@ export declare const selectorChartPropsSize: ((state: import("../useChartId/useC
|
|
|
603
638
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
604
639
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
605
640
|
};
|
|
606
|
-
export declare const selectorChartContainerSize: ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
607
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
641
|
+
export declare const selectorChartContainerSize: ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
642
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
608
643
|
}) => {
|
|
609
644
|
width: number;
|
|
610
645
|
height: number;
|
|
@@ -629,22 +664,22 @@ export declare const selectorChartContainerSize: ((state: import("../useChartId/
|
|
|
629
664
|
width: number;
|
|
630
665
|
height: number;
|
|
631
666
|
};
|
|
632
|
-
dependencies: [((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
633
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
667
|
+
dependencies: [((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
668
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
634
669
|
}) => number) & {
|
|
635
670
|
clearCache: () => void;
|
|
636
671
|
resultsCount: () => number;
|
|
637
672
|
resetResultsCount: () => void;
|
|
638
673
|
} & {
|
|
639
674
|
resultFunc: (resultFuncArgs_0: {
|
|
640
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
675
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
641
676
|
width: number;
|
|
642
677
|
height: number;
|
|
643
678
|
propsWidth: number | undefined;
|
|
644
679
|
propsHeight: number | undefined;
|
|
645
680
|
}) => number;
|
|
646
681
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
647
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
682
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
648
683
|
width: number;
|
|
649
684
|
height: number;
|
|
650
685
|
propsWidth: number | undefined;
|
|
@@ -663,22 +698,22 @@ export declare const selectorChartContainerSize: ((state: import("../useChartId/
|
|
|
663
698
|
} & {
|
|
664
699
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
665
700
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
666
|
-
}, ((state: import("../useChartId/useChartId.types").UseChartIdState & import("./useChartDimensions.types").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("
|
|
667
|
-
cacheKey: import("../../models").ChartStateCacheKey;
|
|
701
|
+
}, ((state: import("../useChartId/useChartId.types.js").UseChartIdState & import("./useChartDimensions.types.js").UseChartDimensionsState & import("../useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
|
|
702
|
+
cacheKey: import("../../models/index.js").ChartStateCacheKey;
|
|
668
703
|
}) => number) & {
|
|
669
704
|
clearCache: () => void;
|
|
670
705
|
resultsCount: () => number;
|
|
671
706
|
resetResultsCount: () => void;
|
|
672
707
|
} & {
|
|
673
708
|
resultFunc: (resultFuncArgs_0: {
|
|
674
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
709
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
675
710
|
width: number;
|
|
676
711
|
height: number;
|
|
677
712
|
propsWidth: number | undefined;
|
|
678
713
|
propsHeight: number | undefined;
|
|
679
714
|
}) => number;
|
|
680
715
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
681
|
-
margin: import("./useChartDimensions.types").ChartMargin;
|
|
716
|
+
margin: import("./useChartDimensions.types.js").ChartMargin;
|
|
682
717
|
width: number;
|
|
683
718
|
height: number;
|
|
684
719
|
propsWidth: number | undefined;
|