@mui/x-charts-premium 9.5.0 → 9.7.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/BarChartPremium/BarChartPremium.d.mts +4 -4
- package/BarChartPremium/BarChartPremium.d.ts +4 -4
- package/BarChartPremium/BarChartPremium.js +5 -3
- package/BarChartPremium/BarChartPremium.mjs +5 -3
- package/BarChartPremium/BarChartPremium.plugins.d.mts +2 -2
- package/BarChartPremium/BarChartPremium.plugins.d.ts +2 -2
- package/BarChartPremium/BarPlotPremium.d.mts +1 -1
- package/BarChartPremium/BarPlotPremium.d.ts +1 -1
- package/BarChartPremium/BarPlotPremium.js +1 -1
- package/BarChartPremium/BarPlotPremium.mjs +1 -1
- package/BarChartPremium/RangeBar/AnimatedRangeBarElement.d.mts +1 -1
- package/BarChartPremium/RangeBar/AnimatedRangeBarElement.d.ts +1 -1
- package/BarChartPremium/RangeBar/RangeBarPlot.d.mts +2 -2
- package/BarChartPremium/RangeBar/RangeBarPlot.d.ts +2 -2
- package/BarChartPremium/RangeBar/RangeBarPlot.js +2 -2
- package/BarChartPremium/RangeBar/RangeBarPlot.mjs +2 -2
- package/BarChartPremium/RangeBar/createGetRangeBarDimensions.d.mts +1 -1
- package/BarChartPremium/RangeBar/createGetRangeBarDimensions.d.ts +1 -1
- package/BarChartPremium/RangeBar/seriesConfig/descriptionGetter.d.mts +1 -1
- package/BarChartPremium/RangeBar/seriesConfig/descriptionGetter.d.ts +1 -1
- package/BarChartPremium/RangeBar/seriesConfig/extrema.d.mts +1 -1
- package/BarChartPremium/RangeBar/seriesConfig/extrema.d.ts +1 -1
- package/BarChartPremium/RangeBar/seriesConfig/getColor.d.mts +1 -1
- package/BarChartPremium/RangeBar/seriesConfig/getColor.d.ts +1 -1
- package/BarChartPremium/RangeBar/seriesConfig/getColor.js +2 -5
- package/BarChartPremium/RangeBar/seriesConfig/getColor.mjs +2 -5
- package/BarChartPremium/RangeBar/seriesConfig/getSeriesWithDefaultValues.d.mts +1 -1
- package/BarChartPremium/RangeBar/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/BarChartPremium/RangeBar/seriesConfig/index.d.mts +1 -1
- package/BarChartPremium/RangeBar/seriesConfig/index.d.ts +1 -1
- package/BarChartPremium/RangeBar/seriesConfig/keyboardFocusHandler.d.mts +1 -1
- package/BarChartPremium/RangeBar/seriesConfig/keyboardFocusHandler.d.ts +1 -1
- package/BarChartPremium/RangeBar/seriesConfig/legend.d.mts +1 -1
- package/BarChartPremium/RangeBar/seriesConfig/legend.d.ts +1 -1
- package/BarChartPremium/RangeBar/seriesConfig/seriesProcessor.d.mts +1 -1
- package/BarChartPremium/RangeBar/seriesConfig/seriesProcessor.d.ts +1 -1
- package/BarChartPremium/RangeBar/seriesConfig/tooltip.d.mts +1 -1
- package/BarChartPremium/RangeBar/seriesConfig/tooltip.d.ts +1 -1
- package/BarChartPremium/RangeBar/seriesConfig/tooltipPosition.d.mts +1 -1
- package/BarChartPremium/RangeBar/seriesConfig/tooltipPosition.d.ts +1 -1
- package/BarChartPremium/RangeBar/useRangeBarPlotData.d.mts +4 -4
- package/BarChartPremium/RangeBar/useRangeBarPlotData.d.ts +4 -4
- package/BarChartPremium/useBarChartPremiumProps.d.mts +5 -5
- package/BarChartPremium/useBarChartPremiumProps.d.ts +5 -5
- package/BarChartPremium/webgl/BarWebGLProgram.d.mts +1 -1
- package/BarChartPremium/webgl/BarWebGLProgram.d.ts +1 -1
- package/BarChartPremium/webgl/useBarWebGLPlotData.d.mts +3 -3
- package/BarChartPremium/webgl/useBarWebGLPlotData.d.ts +3 -3
- package/BarChartPremium/webgl/useWebGLBarLikePlotData.d.mts +3 -3
- package/BarChartPremium/webgl/useWebGLBarLikePlotData.d.ts +3 -3
- package/CHANGELOG.md +261 -0
- package/CandlestickChart/CandlestickChart.d.mts +12 -12
- package/CandlestickChart/CandlestickChart.d.ts +12 -12
- package/CandlestickChart/CandlestickChart.js +1 -1
- package/CandlestickChart/CandlestickChart.mjs +1 -1
- package/CandlestickChart/CandlestickChart.plugins.d.mts +2 -2
- package/CandlestickChart/CandlestickChart.plugins.d.ts +2 -2
- package/CandlestickChart/CandlestickWebGLProgram.d.mts +1 -1
- package/CandlestickChart/CandlestickWebGLProgram.d.ts +1 -1
- package/CandlestickChart/checkCandlestickScaleErrors.d.mts +2 -2
- package/CandlestickChart/checkCandlestickScaleErrors.d.ts +2 -2
- package/CandlestickChart/seriesConfig/OHLCTooltipContent.d.mts +1 -1
- package/CandlestickChart/seriesConfig/OHLCTooltipContent.d.ts +1 -1
- package/CandlestickChart/seriesConfig/descriptionGetter.d.mts +1 -1
- package/CandlestickChart/seriesConfig/descriptionGetter.d.ts +1 -1
- package/CandlestickChart/seriesConfig/extrema.d.mts +1 -1
- package/CandlestickChart/seriesConfig/extrema.d.ts +1 -1
- package/CandlestickChart/seriesConfig/getColor.d.mts +1 -1
- package/CandlestickChart/seriesConfig/getColor.d.ts +1 -1
- package/CandlestickChart/seriesConfig/getColor.js +2 -5
- package/CandlestickChart/seriesConfig/getColor.mjs +2 -5
- package/CandlestickChart/seriesConfig/getSeriesWithDefaultValues.d.mts +1 -1
- package/CandlestickChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
- package/CandlestickChart/seriesConfig/index.d.mts +1 -1
- package/CandlestickChart/seriesConfig/index.d.ts +1 -1
- package/CandlestickChart/seriesConfig/legend.d.mts +1 -1
- package/CandlestickChart/seriesConfig/legend.d.ts +1 -1
- package/CandlestickChart/seriesConfig/seriesProcessor.d.mts +1 -1
- package/CandlestickChart/seriesConfig/seriesProcessor.d.ts +1 -1
- package/CandlestickChart/seriesConfig/tooltip.d.mts +1 -1
- package/CandlestickChart/seriesConfig/tooltip.d.ts +1 -1
- package/CandlestickChart/seriesConfig/tooltipPosition.d.mts +1 -1
- package/CandlestickChart/seriesConfig/tooltipPosition.d.ts +1 -1
- package/CandlestickChart/useCandlestickChartProps.d.mts +9 -9
- package/CandlestickChart/useCandlestickChartProps.d.ts +9 -9
- package/CandlestickChart/useCandlestickChartProps.mjs +0 -1
- package/CandlestickChart/useCandlestickPlotData.d.mts +3 -3
- package/CandlestickChart/useCandlestickPlotData.d.ts +3 -3
- package/ChartsContainerPremium/ChartsContainerPremium.d.mts +4 -4
- package/ChartsContainerPremium/ChartsContainerPremium.d.ts +4 -4
- package/ChartsContainerPremium/useChartsContainerPremiumProps.d.mts +2 -2
- package/ChartsContainerPremium/useChartsContainerPremiumProps.d.ts +2 -2
- package/ChartsDataProviderPremium/ChartsDataProviderPremium.d.mts +4 -4
- package/ChartsDataProviderPremium/ChartsDataProviderPremium.d.ts +4 -4
- package/ChartsDataProviderPremium/ChartsDataProviderPremium.js +7 -3
- package/ChartsDataProviderPremium/ChartsDataProviderPremium.mjs +8 -5
- package/ChartsDataProviderPremium/useChartsDataProviderPremiumProps.d.mts +1 -1
- package/ChartsDataProviderPremium/useChartsDataProviderPremiumProps.d.ts +1 -1
- package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.d.mts +4 -4
- package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.d.ts +4 -4
- package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.js +11 -3
- package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.mjs +11 -3
- package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.plugins.d.mts +4 -4
- package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.plugins.d.ts +4 -4
- package/ChartsGeoDataProviderPremium/useChartsGeoDataProviderPremiumProps.d.mts +2 -2
- package/ChartsGeoDataProviderPremium/useChartsGeoDataProviderPremiumProps.d.ts +2 -2
- package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.d.mts +4 -4
- package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.d.ts +4 -4
- package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.js +11 -3
- package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.mjs +11 -3
- package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.plugins.d.mts +3 -3
- package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.plugins.d.ts +3 -3
- package/ChartsRadialDataProviderPremium/useChartsRadialDataProviderPremiumProps.d.mts +1 -1
- package/ChartsRadialDataProviderPremium/useChartsRadialDataProviderPremiumProps.d.ts +1 -1
- package/ChartsRenderer/ChartsRenderer.js +1 -1
- package/ChartsRenderer/ChartsRenderer.mjs +1 -1
- package/ChartsRenderer/colors.d.mts +1 -1
- package/ChartsRenderer/colors.d.ts +1 -1
- package/ChartsRenderer/configuration.d.mts +1 -1
- package/ChartsRenderer/configuration.d.ts +1 -1
- package/ChartsZoomSlider/internals/previews/CandlestickPreviewPlot.d.mts +1 -1
- package/ChartsZoomSlider/internals/previews/CandlestickPreviewPlot.d.ts +1 -1
- package/ChartsZoomSlider/internals/previews/RangeBarPreviewPlot.d.mts +1 -1
- package/ChartsZoomSlider/internals/previews/RangeBarPreviewPlot.d.ts +1 -1
- package/HeatmapPremium/HeatmapPlotPremium.d.mts +1 -1
- package/HeatmapPremium/HeatmapPlotPremium.d.ts +1 -1
- package/HeatmapPremium/HeatmapPremium.d.mts +1 -1
- package/HeatmapPremium/HeatmapPremium.d.ts +1 -1
- package/HeatmapPremium/HeatmapPremium.js +5 -3
- package/HeatmapPremium/HeatmapPremium.mjs +5 -3
- package/HeatmapPremium/HeatmapPremium.plugins.d.mts +2 -2
- package/HeatmapPremium/HeatmapPremium.plugins.d.ts +2 -2
- package/HeatmapPremium/useHeatmapPremiumProps.d.mts +2 -2
- package/HeatmapPremium/useHeatmapPremiumProps.d.ts +2 -2
- package/HeatmapPremium/webgl/useHeatmapPlotData.d.mts +3 -3
- package/HeatmapPremium/webgl/useHeatmapPlotData.d.ts +3 -3
- package/Map/GeoDataPlot.js +1 -1
- package/Map/GeoDataPlot.mjs +1 -1
- package/Map/MapShape.d.mts +4 -1
- package/Map/MapShape.d.ts +4 -1
- package/Map/MapShape.js +10 -1
- package/Map/MapShape.mjs +9 -0
- package/Map/MapShapePlot.d.mts +5 -1
- package/Map/MapShapePlot.d.ts +5 -1
- package/Map/MapShapePlot.js +27 -3
- package/Map/MapShapePlot.mjs +28 -4
- package/Map/index.d.mts +3 -1
- package/Map/index.d.ts +3 -1
- package/Map/seriesConfig/descriptionGetter.d.mts +1 -1
- package/Map/seriesConfig/descriptionGetter.d.ts +1 -1
- package/Map/seriesConfig/getColor.js +4 -9
- package/Map/seriesConfig/getColor.mjs +4 -9
- package/Map/seriesConfig/index.d.mts +1 -1
- package/Map/seriesConfig/index.d.ts +1 -1
- package/Map/seriesConfig/index.js +2 -0
- package/Map/seriesConfig/index.mjs +2 -0
- package/Map/seriesConfig/keyboardFocusHandler.d.mts +1 -1
- package/Map/seriesConfig/keyboardFocusHandler.d.ts +1 -1
- package/Map/seriesConfig/legend.d.mts +1 -1
- package/Map/seriesConfig/legend.d.ts +1 -1
- package/Map/seriesConfig/seriesProcessor.d.mts +1 -1
- package/Map/seriesConfig/seriesProcessor.d.ts +1 -1
- package/Map/seriesConfig/tooltip.d.mts +1 -1
- package/Map/seriesConfig/tooltip.d.ts +1 -1
- package/Map/seriesConfig/tooltip.js +5 -1
- package/Map/seriesConfig/tooltip.mjs +5 -1
- package/Map/seriesConfig/tooltipPosition.d.mts +3 -0
- package/Map/seriesConfig/tooltipPosition.d.ts +3 -0
- package/Map/seriesConfig/tooltipPosition.js +64 -0
- package/Map/seriesConfig/tooltipPosition.mjs +58 -0
- package/RadialBarChart/RadialBarChart.d.mts +10 -10
- package/RadialBarChart/RadialBarChart.d.ts +10 -10
- package/RadialBarChart/RadialBarChart.js +1 -1
- package/RadialBarChart/RadialBarChart.mjs +1 -1
- package/RadialBarChart/RadialBarChart.plugins.d.mts +2 -2
- package/RadialBarChart/RadialBarChart.plugins.d.ts +2 -2
- package/RadialBarChart/RadialBarElement.d.mts +2 -2
- package/RadialBarChart/RadialBarElement.d.ts +2 -2
- package/RadialBarChart/RadialBarPlot.js +1 -1
- package/RadialBarChart/RadialBarPlot.mjs +1 -1
- package/RadialBarChart/seriesConfig/descriptionGetter.d.mts +1 -1
- package/RadialBarChart/seriesConfig/descriptionGetter.d.ts +1 -1
- package/RadialBarChart/seriesConfig/extremums.d.mts +1 -1
- package/RadialBarChart/seriesConfig/extremums.d.ts +1 -1
- package/RadialBarChart/seriesConfig/getColor.d.mts +1 -1
- package/RadialBarChart/seriesConfig/getColor.d.ts +1 -1
- package/RadialBarChart/seriesConfig/getItemAtPosition.d.mts +1 -1
- package/RadialBarChart/seriesConfig/getItemAtPosition.d.ts +1 -1
- package/RadialBarChart/seriesConfig/index.d.mts +1 -1
- package/RadialBarChart/seriesConfig/index.d.ts +1 -1
- package/RadialBarChart/seriesConfig/keyboardFocusHandler.d.mts +1 -1
- package/RadialBarChart/seriesConfig/keyboardFocusHandler.d.ts +1 -1
- package/RadialBarChart/seriesConfig/tooltip.d.mts +1 -1
- package/RadialBarChart/seriesConfig/tooltip.d.ts +1 -1
- package/RadialBarChart/useRadialBarChartProps.d.mts +6 -6
- package/RadialBarChart/useRadialBarChartProps.d.ts +6 -6
- package/RadialBarChart/useRadialBarPlotData.d.mts +1 -1
- package/RadialBarChart/useRadialBarPlotData.d.ts +1 -1
- package/RadialBarChart/useRadialBarPlotData.js +4 -1
- package/RadialBarChart/useRadialBarPlotData.mjs +3 -1
- package/RadialLineChart/RadialArea.d.mts +1 -1
- package/RadialLineChart/RadialArea.d.ts +1 -1
- package/RadialLineChart/RadialAreaPlot.d.mts +6 -2
- package/RadialLineChart/RadialAreaPlot.d.ts +6 -2
- package/RadialLineChart/RadialAreaPlot.js +10 -1
- package/RadialLineChart/RadialAreaPlot.mjs +11 -2
- package/RadialLineChart/RadialLine.d.mts +2 -2
- package/RadialLineChart/RadialLine.d.ts +2 -2
- package/RadialLineChart/RadialLineChart.d.mts +10 -10
- package/RadialLineChart/RadialLineChart.d.ts +10 -10
- package/RadialLineChart/RadialLineChart.js +1 -1
- package/RadialLineChart/RadialLineChart.mjs +1 -1
- package/RadialLineChart/RadialLineChart.plugins.d.mts +2 -2
- package/RadialLineChart/RadialLineChart.plugins.d.ts +2 -2
- package/RadialLineChart/RadialLineHighlightElement.d.mts +4 -1
- package/RadialLineChart/RadialLineHighlightElement.d.ts +4 -1
- package/RadialLineChart/RadialLineHighlightElement.js +10 -1
- package/RadialLineChart/RadialLineHighlightElement.mjs +9 -0
- package/RadialLineChart/RadialLineHighlightPlot.d.mts +5 -2
- package/RadialLineChart/RadialLineHighlightPlot.d.ts +5 -2
- package/RadialLineChart/RadialLineHighlightPlot.js +18 -1
- package/RadialLineChart/RadialLineHighlightPlot.mjs +17 -0
- package/RadialLineChart/RadialLinePlot.d.mts +6 -2
- package/RadialLineChart/RadialLinePlot.d.ts +6 -2
- package/RadialLineChart/RadialLinePlot.js +10 -1
- package/RadialLineChart/RadialLinePlot.mjs +11 -2
- package/RadialLineChart/RadialMarkPlot.d.mts +6 -2
- package/RadialLineChart/RadialMarkPlot.d.ts +6 -2
- package/RadialLineChart/RadialMarkPlot.js +10 -1
- package/RadialLineChart/RadialMarkPlot.mjs +11 -2
- package/RadialLineChart/seriesConfig/descriptionGetter.d.mts +1 -1
- package/RadialLineChart/seriesConfig/descriptionGetter.d.ts +1 -1
- package/RadialLineChart/seriesConfig/extremums.d.mts +1 -1
- package/RadialLineChart/seriesConfig/extremums.d.ts +1 -1
- package/RadialLineChart/seriesConfig/getColor.d.mts +1 -1
- package/RadialLineChart/seriesConfig/getColor.d.ts +1 -1
- package/RadialLineChart/seriesConfig/getItemAtPosition.d.mts +1 -1
- package/RadialLineChart/seriesConfig/getItemAtPosition.d.ts +1 -1
- package/RadialLineChart/seriesConfig/getItemAtPosition.mjs +1 -2
- package/RadialLineChart/seriesConfig/index.d.mts +1 -1
- package/RadialLineChart/seriesConfig/index.d.ts +1 -1
- package/RadialLineChart/seriesConfig/keyboardFocusHandler.d.mts +1 -1
- package/RadialLineChart/seriesConfig/keyboardFocusHandler.d.ts +1 -1
- package/RadialLineChart/seriesConfig/legend.d.mts +1 -1
- package/RadialLineChart/seriesConfig/legend.d.ts +1 -1
- package/RadialLineChart/seriesConfig/seriesProcessor.d.mts +1 -1
- package/RadialLineChart/seriesConfig/seriesProcessor.d.ts +1 -1
- package/RadialLineChart/seriesConfig/tooltip.d.mts +1 -1
- package/RadialLineChart/seriesConfig/tooltip.d.ts +1 -1
- package/RadialLineChart/useRadialLineChartProps.d.mts +7 -7
- package/RadialLineChart/useRadialLineChartProps.d.ts +7 -7
- package/RadialLineChart/useRadialLinePlotData.d.mts +1 -1
- package/RadialLineChart/useRadialLinePlotData.d.ts +1 -1
- package/ScatterChartPremium/ScatterChartPremium.d.mts +6 -6
- package/ScatterChartPremium/ScatterChartPremium.d.ts +6 -6
- package/ScatterChartPremium/ScatterChartPremium.js +5 -3
- package/ScatterChartPremium/ScatterChartPremium.mjs +5 -3
- package/ScatterChartPremium/ScatterChartPremium.plugins.d.mts +1 -1
- package/ScatterChartPremium/ScatterChartPremium.plugins.d.ts +1 -1
- package/ScatterChartPremium/ScatterPlotPremium.d.mts +19 -3
- package/ScatterChartPremium/ScatterPlotPremium.d.ts +19 -3
- package/ScatterChartPremium/ScatterPlotPremium.js +34 -1
- package/ScatterChartPremium/ScatterPlotPremium.mjs +36 -2
- package/ScatterChartPremium/index.d.mts +1 -1
- package/ScatterChartPremium/index.d.ts +1 -1
- package/ScatterChartPremium/webgl/ScatterWebGLProgram.d.mts +1 -1
- package/ScatterChartPremium/webgl/ScatterWebGLProgram.d.ts +1 -1
- package/context/ChartPremiumApi.d.mts +4 -1
- package/context/ChartPremiumApi.d.ts +4 -1
- package/context/useChartPremiumApiContext.d.mts +1 -1
- package/context/useChartPremiumApiContext.d.ts +1 -1
- package/hooks/animation/useAnimateRangeBar.d.mts +1 -1
- package/hooks/animation/useAnimateRangeBar.d.ts +1 -1
- package/hooks/useChartPremiumApiRef.d.mts +4 -4
- package/hooks/useChartPremiumApiRef.d.ts +4 -4
- package/hooks/useGeoData.d.mts +1 -1
- package/hooks/useGeoData.d.ts +1 -1
- package/hooks/useGeoData.js +1 -1
- package/hooks/useGeoData.mjs +2 -3
- package/hooks/useGeoFeatureIndexesByName.mjs +0 -1
- package/hooks/useGeoPath.d.mts +1 -1
- package/hooks/useGeoPath.d.ts +1 -1
- package/hooks/useGeoPath.mjs +0 -1
- package/hooks/useMapShapeSeries.d.mts +2 -2
- package/hooks/useMapShapeSeries.d.ts +2 -2
- package/hooks/useOHLCSeries.d.mts +2 -2
- package/hooks/useOHLCSeries.d.ts +2 -2
- package/hooks/useRadialLineSeries.d.mts +2 -2
- package/hooks/useRadialLineSeries.d.ts +2 -2
- package/hooks/useRangeBarSeries.d.mts +2 -2
- package/hooks/useRangeBarSeries.d.ts +2 -2
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/internals/plugins/allPlugins.d.mts +2 -2
- package/internals/plugins/allPlugins.d.ts +2 -2
- package/internals/plugins/useGeoProjection/useGeoProjection.d.mts +2 -2
- package/internals/plugins/useGeoProjection/useGeoProjection.d.ts +2 -2
- package/internals/plugins/useGeoProjection/useGeoProjection.js +32 -3
- package/internals/plugins/useGeoProjection/useGeoProjection.mjs +32 -3
- package/internals/plugins/useGeoProjection/useGeoProjection.selectors.d.mts +12 -34
- package/internals/plugins/useGeoProjection/useGeoProjection.selectors.d.ts +12 -34
- package/internals/plugins/useGeoProjection/useGeoProjection.selectors.js +8 -129
- package/internals/plugins/useGeoProjection/useGeoProjection.selectors.mjs +8 -128
- package/internals/plugins/useGeoProjection/useGeoProjection.types.d.mts +2 -55
- package/internals/plugins/useGeoProjection/useGeoProjection.types.d.ts +2 -55
- package/models/seriesType/ohlc.d.mts +2 -2
- package/models/seriesType/ohlc.d.ts +2 -2
- package/models/seriesType/rangeBar.d.mts +2 -2
- package/models/seriesType/rangeBar.d.ts +2 -2
- package/moduleAugmentation/rangeBarOnClick.d.mts +1 -1
- package/moduleAugmentation/rangeBarOnClick.d.ts +1 -1
- package/package.json +9 -6
- package/plugins/selectors/useChartCandlestickPosition.selectors.d.mts +1 -1
- package/plugins/selectors/useChartCandlestickPosition.selectors.d.ts +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import type { ScaleBand } from '@mui/x-charts-vendor/d3-scale';
|
|
2
|
+
import type { D3ContinuousScale } from '@mui/x-charts/internals';
|
|
3
|
+
import type { ChartDrawingArea } from '@mui/x-charts/hooks';
|
|
4
4
|
import type { DefaultizedOHLCSeriesType } from "../models/index.mjs";
|
|
5
5
|
export interface CandlestickPlotData {
|
|
6
6
|
candleCenters: Float32Array;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import type { ScaleBand } from '@mui/x-charts-vendor/d3-scale';
|
|
2
|
+
import type { D3ContinuousScale } from '@mui/x-charts/internals';
|
|
3
|
+
import type { ChartDrawingArea } from '@mui/x-charts/hooks';
|
|
4
4
|
import type { DefaultizedOHLCSeriesType } from "../models/index.js";
|
|
5
5
|
export interface CandlestickPlotData {
|
|
6
6
|
candleCenters: Float32Array;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
2
|
+
import type { ChartsSurfaceProps } from '@mui/x-charts/ChartsSurface';
|
|
3
|
+
import type { ChartAnyPluginSignature, ChartSeriesType } from '@mui/x-charts/internals';
|
|
4
|
+
import type { AllPluginSignatures } from "../internals/plugins/allPlugins.mjs";
|
|
5
|
+
import type { ChartsDataProviderPremiumProps } from "../ChartsDataProviderPremium/index.mjs";
|
|
6
6
|
export interface ChartsContainerPremiumSlots {}
|
|
7
7
|
export interface ChartsContainerPremiumSlotProps {}
|
|
8
8
|
export type ChartsContainerPremiumProps<SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>> = ChartsDataProviderPremiumProps<SeriesType, TSignatures> & ChartsSurfaceProps;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
2
|
+
import type { ChartsSurfaceProps } from '@mui/x-charts/ChartsSurface';
|
|
3
|
+
import type { ChartAnyPluginSignature, ChartSeriesType } from '@mui/x-charts/internals';
|
|
4
|
+
import type { AllPluginSignatures } from "../internals/plugins/allPlugins.js";
|
|
5
|
+
import type { ChartsDataProviderPremiumProps } from "../ChartsDataProviderPremium/index.js";
|
|
6
6
|
export interface ChartsContainerPremiumSlots {}
|
|
7
7
|
export interface ChartsContainerPremiumSlotProps {}
|
|
8
8
|
export type ChartsContainerPremiumProps<SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>> = ChartsDataProviderPremiumProps<SeriesType, TSignatures> & ChartsSurfaceProps;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { ChartAnyPluginSignature, ChartSeriesType, UseChartsContainerPropsReturnValue } from '@mui/x-charts/internals';
|
|
2
|
+
import type { AllPluginSignatures } from "../internals/plugins/allPlugins.mjs";
|
|
3
3
|
import type { ChartsContainerPremiumProps } from "./ChartsContainerPremium.mjs";
|
|
4
4
|
import type { ChartsDataProviderPremiumProps } from "../ChartsDataProviderPremium/index.mjs";
|
|
5
5
|
export type UseChartsContainerPremiumPropsReturnValue<SeriesType extends ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[]> = Pick<UseChartsContainerPropsReturnValue<SeriesType, TSignatures>, 'chartsSurfaceProps' | 'children'> & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { ChartAnyPluginSignature, ChartSeriesType, UseChartsContainerPropsReturnValue } from '@mui/x-charts/internals';
|
|
2
|
+
import type { AllPluginSignatures } from "../internals/plugins/allPlugins.js";
|
|
3
3
|
import type { ChartsContainerPremiumProps } from "./ChartsContainerPremium.js";
|
|
4
4
|
import type { ChartsDataProviderPremiumProps } from "../ChartsDataProviderPremium/index.js";
|
|
5
5
|
export type UseChartsContainerPremiumPropsReturnValue<SeriesType extends ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[]> = Pick<UseChartsContainerPropsReturnValue<SeriesType, TSignatures>, 'chartsSurfaceProps' | 'children'> & {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import type { ChartSeriesType, ChartAnyPluginSignature, ChartsProviderProps, ChartSeriesConfig } from '@mui/x-charts/internals';
|
|
2
|
+
import type { ChartsSlotPropsPro, ChartsSlotsPro } from '@mui/x-charts-pro/internals';
|
|
3
|
+
import type { ChartsDataProviderProProps } from '@mui/x-charts-pro/ChartsDataProviderPro';
|
|
4
|
+
import type { AllPluginSignatures } from "../internals/plugins/allPlugins.mjs";
|
|
5
5
|
export interface ChartsDataProviderPremiumSlots extends ChartsSlotsPro {}
|
|
6
6
|
export interface ChartsDataProviderPremiumSlotProps extends ChartsSlotPropsPro {}
|
|
7
7
|
export type ChartsDataProviderPremiumProps<SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>> = ChartsDataProviderProProps<SeriesType, TSignatures> & ChartsProviderProps<SeriesType, TSignatures>['pluginParams'] & {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import type { ChartSeriesType, ChartAnyPluginSignature, ChartsProviderProps, ChartSeriesConfig } from '@mui/x-charts/internals';
|
|
2
|
+
import type { ChartsSlotPropsPro, ChartsSlotsPro } from '@mui/x-charts-pro/internals';
|
|
3
|
+
import type { ChartsDataProviderProProps } from '@mui/x-charts-pro/ChartsDataProviderPro';
|
|
4
|
+
import type { AllPluginSignatures } from "../internals/plugins/allPlugins.js";
|
|
5
5
|
export interface ChartsDataProviderPremiumSlots extends ChartsSlotsPro {}
|
|
6
6
|
export interface ChartsDataProviderPremiumSlotProps extends ChartsSlotPropsPro {}
|
|
7
7
|
export type ChartsDataProviderPremiumProps<SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>> = ChartsDataProviderProProps<SeriesType, TSignatures> & ChartsProviderProps<SeriesType, TSignatures>['pluginParams'] & {
|
|
@@ -19,8 +19,8 @@ var _useChartsDataProviderPremiumProps = require("./useChartsDataProviderPremium
|
|
|
19
19
|
var _seriesConfig2 = require("../CandlestickChart/seriesConfig");
|
|
20
20
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
21
21
|
const packageInfo = {
|
|
22
|
-
releaseDate: "
|
|
23
|
-
version: "9.
|
|
22
|
+
releaseDate: "MTc4MjM0NTYwMDAwMA==",
|
|
23
|
+
version: "9.7.0",
|
|
24
24
|
name: 'x-charts-premium'
|
|
25
25
|
};
|
|
26
26
|
const defaultSeriesConfigPremium = exports.defaultSeriesConfigPremium = (0, _extends2.default)({}, _internals2.defaultSeriesConfigPro, {
|
|
@@ -81,7 +81,7 @@ function ChartsDataProviderPremium(props) {
|
|
|
81
81
|
})]
|
|
82
82
|
}));
|
|
83
83
|
}
|
|
84
|
-
process.env.NODE_ENV !== "production" ? ChartsDataProviderPremium.propTypes = {
|
|
84
|
+
process.env.NODE_ENV !== "production" ? ChartsDataProviderPremium.propTypes /* remove-proptypes */ = {
|
|
85
85
|
// ----------------------------- Warning --------------------------------
|
|
86
86
|
// | These PropTypes are generated from the TypeScript type definitions |
|
|
87
87
|
// | To update them edit the TypeScript types and run "pnpm proptypes" |
|
|
@@ -98,6 +98,10 @@ process.env.NODE_ENV !== "production" ? ChartsDataProviderPremium.propTypes = {
|
|
|
98
98
|
* An array of objects that can be used to populate series and axes data using their `dataKey` property.
|
|
99
99
|
*/
|
|
100
100
|
dataset: _propTypes.default.arrayOf(_propTypes.default.object),
|
|
101
|
+
/**
|
|
102
|
+
* Options to enable features planned for the next major.
|
|
103
|
+
*/
|
|
104
|
+
experimentalFeatures: _propTypes.default.any,
|
|
101
105
|
/**
|
|
102
106
|
* The height of the chart in px. If not defined, it takes the height of the parent element.
|
|
103
107
|
*/
|
|
@@ -4,17 +4,16 @@ import _extends from "@babel/runtime/helpers/esm/extends";
|
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import { ChartsProvider, ChartsSlotsProvider } from '@mui/x-charts/internals';
|
|
6
6
|
import { ChartsLocalizationProvider } from '@mui/x-charts/ChartsLocalizationProvider';
|
|
7
|
-
import { ChartsWatermark, defaultSlotsMaterial } from '@mui/x-charts-pro/internals';
|
|
7
|
+
import { ChartsWatermark, defaultSlotsMaterial, defaultSeriesConfigPro } from '@mui/x-charts-pro/internals';
|
|
8
8
|
import { useLicenseVerifier } from '@mui/x-license/internals';
|
|
9
|
-
import { defaultSeriesConfigPro } from '@mui/x-charts-pro/internals';
|
|
10
9
|
import { rangeBarSeriesConfig } from "../BarChartPremium/RangeBar/seriesConfig/index.mjs";
|
|
11
10
|
import { DEFAULT_PLUGINS } from "../internals/plugins/allPlugins.mjs";
|
|
12
11
|
import { useChartsDataProviderPremiumProps } from "./useChartsDataProviderPremiumProps.mjs";
|
|
13
12
|
import { ohlcSeriesConfig } from "../CandlestickChart/seriesConfig/index.mjs";
|
|
14
13
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
15
14
|
const packageInfo = {
|
|
16
|
-
releaseDate: "
|
|
17
|
-
version: "9.
|
|
15
|
+
releaseDate: "MTc4MjM0NTYwMDAwMA==",
|
|
16
|
+
version: "9.7.0",
|
|
18
17
|
name: 'x-charts-premium'
|
|
19
18
|
};
|
|
20
19
|
export const defaultSeriesConfigPremium = _extends({}, defaultSeriesConfigPro, {
|
|
@@ -75,7 +74,7 @@ function ChartsDataProviderPremium(props) {
|
|
|
75
74
|
})]
|
|
76
75
|
}));
|
|
77
76
|
}
|
|
78
|
-
process.env.NODE_ENV !== "production" ? ChartsDataProviderPremium.propTypes = {
|
|
77
|
+
process.env.NODE_ENV !== "production" ? ChartsDataProviderPremium.propTypes /* remove-proptypes */ = {
|
|
79
78
|
// ----------------------------- Warning --------------------------------
|
|
80
79
|
// | These PropTypes are generated from the TypeScript type definitions |
|
|
81
80
|
// | To update them edit the TypeScript types and run "pnpm proptypes" |
|
|
@@ -92,6 +91,10 @@ process.env.NODE_ENV !== "production" ? ChartsDataProviderPremium.propTypes = {
|
|
|
92
91
|
* An array of objects that can be used to populate series and axes data using their `dataKey` property.
|
|
93
92
|
*/
|
|
94
93
|
dataset: PropTypes.arrayOf(PropTypes.object),
|
|
94
|
+
/**
|
|
95
|
+
* Options to enable features planned for the next major.
|
|
96
|
+
*/
|
|
97
|
+
experimentalFeatures: PropTypes.any,
|
|
95
98
|
/**
|
|
96
99
|
* The height of the chart in px. If not defined, it takes the height of the parent element.
|
|
97
100
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ChartAnyPluginSignature, ChartSeriesType } from '@mui/x-charts/internals';
|
|
2
2
|
import type { ChartsDataProviderPremiumProps } from "./ChartsDataProviderPremium.mjs";
|
|
3
3
|
import type { AllPluginSignatures } from "../internals/plugins/allPlugins.mjs";
|
|
4
4
|
export declare const useChartsDataProviderPremiumProps: <SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>>(props: ChartsDataProviderPremiumProps<SeriesType, TSignatures>) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ChartAnyPluginSignature, ChartSeriesType } from '@mui/x-charts/internals';
|
|
2
2
|
import type { ChartsDataProviderPremiumProps } from "./ChartsDataProviderPremium.js";
|
|
3
3
|
import type { AllPluginSignatures } from "../internals/plugins/allPlugins.js";
|
|
4
4
|
export declare const useChartsDataProviderPremiumProps: <SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>>(props: ChartsDataProviderPremiumProps<SeriesType, TSignatures>) => {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
2
|
+
import type { ChartsProviderProps, ChartAnyPluginSignature, ChartSeriesType } from '@mui/x-charts/internals';
|
|
3
|
+
import type { ChartsLocalizationProviderProps } from '@mui/x-charts/ChartsLocalizationProvider';
|
|
4
|
+
import type { ChartsSlotPropsPro, ChartsSlotsPro } from '@mui/x-charts-pro/internals';
|
|
5
|
+
import type { GeoPremiumPluginSignatures } from "./ChartsGeoDataProviderPremium.plugins.mjs";
|
|
6
6
|
export interface ChartsGeoDataProviderPremiumSlots extends ChartsSlotsPro {}
|
|
7
7
|
export interface ChartsGeoDataProviderPremiumSlotProps extends ChartsSlotPropsPro {}
|
|
8
8
|
export type ChartsGeoDataProviderPremiumProps<SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = GeoPremiumPluginSignatures<SeriesType>> = React.PropsWithChildren<ChartsProviderProps<SeriesType, TSignatures>['pluginParams'] & Pick<ChartsProviderProps<SeriesType, TSignatures>, 'plugins'>> & ChartsLocalizationProviderProps & {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
2
|
+
import type { ChartsProviderProps, ChartAnyPluginSignature, ChartSeriesType } from '@mui/x-charts/internals';
|
|
3
|
+
import type { ChartsLocalizationProviderProps } from '@mui/x-charts/ChartsLocalizationProvider';
|
|
4
|
+
import type { ChartsSlotPropsPro, ChartsSlotsPro } from '@mui/x-charts-pro/internals';
|
|
5
|
+
import type { GeoPremiumPluginSignatures } from "./ChartsGeoDataProviderPremium.plugins.js";
|
|
6
6
|
export interface ChartsGeoDataProviderPremiumSlots extends ChartsSlotsPro {}
|
|
7
7
|
export interface ChartsGeoDataProviderPremiumSlotProps extends ChartsSlotPropsPro {}
|
|
8
8
|
export type ChartsGeoDataProviderPremiumProps<SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = GeoPremiumPluginSignatures<SeriesType>> = React.PropsWithChildren<ChartsProviderProps<SeriesType, TSignatures>['pluginParams'] & Pick<ChartsProviderProps<SeriesType, TSignatures>, 'plugins'>> & ChartsLocalizationProviderProps & {
|
|
@@ -18,8 +18,8 @@ var _useChartsGeoDataProviderPremiumProps = require("./useChartsGeoDataProviderP
|
|
|
18
18
|
var _ChartsGeoDataProviderPremium = require("./ChartsGeoDataProviderPremium.plugins");
|
|
19
19
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
20
20
|
const packageInfo = {
|
|
21
|
-
releaseDate: "
|
|
22
|
-
version: "9.
|
|
21
|
+
releaseDate: "MTc4MjM0NTYwMDAwMA==",
|
|
22
|
+
version: "9.7.0",
|
|
23
23
|
name: 'x-charts-premium'
|
|
24
24
|
};
|
|
25
25
|
/**
|
|
@@ -60,7 +60,7 @@ function ChartsGeoDataProviderPremium(props) {
|
|
|
60
60
|
})]
|
|
61
61
|
}));
|
|
62
62
|
}
|
|
63
|
-
process.env.NODE_ENV !== "production" ? ChartsGeoDataProviderPremium.propTypes = {
|
|
63
|
+
process.env.NODE_ENV !== "production" ? ChartsGeoDataProviderPremium.propTypes /* remove-proptypes */ = {
|
|
64
64
|
// ----------------------------- Warning --------------------------------
|
|
65
65
|
// | These PropTypes are generated from the TypeScript type definitions |
|
|
66
66
|
// | To update them edit the TypeScript types and run "pnpm proptypes" |
|
|
@@ -73,6 +73,14 @@ process.env.NODE_ENV !== "production" ? ChartsGeoDataProviderPremium.propTypes =
|
|
|
73
73
|
* @default rainbowSurgePalette
|
|
74
74
|
*/
|
|
75
75
|
colors: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.string), _propTypes.default.func]),
|
|
76
|
+
/**
|
|
77
|
+
* An array of objects that can be used to populate series and axes data using their `dataKey` property.
|
|
78
|
+
*/
|
|
79
|
+
dataset: _propTypes.default.arrayOf(_propTypes.default.object),
|
|
80
|
+
/**
|
|
81
|
+
* Options to enable features planned for the next major.
|
|
82
|
+
*/
|
|
83
|
+
experimentalFeatures: _propTypes.default.any,
|
|
76
84
|
/**
|
|
77
85
|
* The height of the chart in px. If not defined, it takes the height of the parent element.
|
|
78
86
|
*/
|
|
@@ -11,8 +11,8 @@ import { useChartsGeoDataProviderPremiumProps } from "./useChartsGeoDataProvider
|
|
|
11
11
|
import { GEO_PREMIUM_PLUGINS } from "./ChartsGeoDataProviderPremium.plugins.mjs";
|
|
12
12
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
13
|
const packageInfo = {
|
|
14
|
-
releaseDate: "
|
|
15
|
-
version: "9.
|
|
14
|
+
releaseDate: "MTc4MjM0NTYwMDAwMA==",
|
|
15
|
+
version: "9.7.0",
|
|
16
16
|
name: 'x-charts-premium'
|
|
17
17
|
};
|
|
18
18
|
/**
|
|
@@ -53,7 +53,7 @@ function ChartsGeoDataProviderPremium(props) {
|
|
|
53
53
|
})]
|
|
54
54
|
}));
|
|
55
55
|
}
|
|
56
|
-
process.env.NODE_ENV !== "production" ? ChartsGeoDataProviderPremium.propTypes = {
|
|
56
|
+
process.env.NODE_ENV !== "production" ? ChartsGeoDataProviderPremium.propTypes /* remove-proptypes */ = {
|
|
57
57
|
// ----------------------------- Warning --------------------------------
|
|
58
58
|
// | These PropTypes are generated from the TypeScript type definitions |
|
|
59
59
|
// | To update them edit the TypeScript types and run "pnpm proptypes" |
|
|
@@ -66,6 +66,14 @@ process.env.NODE_ENV !== "production" ? ChartsGeoDataProviderPremium.propTypes =
|
|
|
66
66
|
* @default rainbowSurgePalette
|
|
67
67
|
*/
|
|
68
68
|
colors: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string), PropTypes.func]),
|
|
69
|
+
/**
|
|
70
|
+
* An array of objects that can be used to populate series and axes data using their `dataKey` property.
|
|
71
|
+
*/
|
|
72
|
+
dataset: PropTypes.arrayOf(PropTypes.object),
|
|
73
|
+
/**
|
|
74
|
+
* Options to enable features planned for the next major.
|
|
75
|
+
*/
|
|
76
|
+
experimentalFeatures: PropTypes.any,
|
|
69
77
|
/**
|
|
70
78
|
* The height of the chart in px. If not defined, it takes the height of the parent element.
|
|
71
79
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
export declare const GEO_PREMIUM_PLUGINS: readonly [import("@mui/x-charts/internals").ChartPlugin<UseChartZAxisSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartTooltipSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartInteractionSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartHighlightSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartKeyboardNavigationSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartVisibilityManagerSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature>, import("@mui/x-charts/internals").ChartPlugin<UseGeoProjectionSignature>];
|
|
1
|
+
import type { UseChartTooltipSignature, UseChartInteractionSignature, UseChartHighlightSignature, UseChartKeyboardNavigationSignature, UseChartVisibilityManagerSignature, UseChartZAxisSignature, ChartSeriesType } from '@mui/x-charts/internals';
|
|
2
|
+
import type { UseChartProExportSignature } from '@mui/x-charts-pro/plugins';
|
|
3
|
+
import type { UseGeoProjectionSignature } from "../internals/plugins/useGeoProjection/index.mjs";
|
|
4
|
+
export declare const GEO_PREMIUM_PLUGINS: readonly [import("@mui/x-charts/internals").ChartPlugin<UseChartZAxisSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartTooltipSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartInteractionSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartHighlightSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartKeyboardNavigationSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartVisibilityManagerSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.types").UseGeoProjectionSignature>];
|
|
5
5
|
export type GeoPremiumPluginSignatures<SeriesType extends ChartSeriesType = ChartSeriesType> = [UseChartZAxisSignature, UseChartTooltipSignature<SeriesType>, UseChartInteractionSignature, UseChartHighlightSignature<SeriesType>, UseChartKeyboardNavigationSignature, UseChartVisibilityManagerSignature<SeriesType>, UseChartProExportSignature, UseGeoProjectionSignature];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
export declare const GEO_PREMIUM_PLUGINS: readonly [import("@mui/x-charts/internals").ChartPlugin<UseChartZAxisSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartTooltipSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartInteractionSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartHighlightSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartKeyboardNavigationSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartVisibilityManagerSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature>, import("@mui/x-charts/internals").ChartPlugin<UseGeoProjectionSignature>];
|
|
1
|
+
import type { UseChartTooltipSignature, UseChartInteractionSignature, UseChartHighlightSignature, UseChartKeyboardNavigationSignature, UseChartVisibilityManagerSignature, UseChartZAxisSignature, ChartSeriesType } from '@mui/x-charts/internals';
|
|
2
|
+
import type { UseChartProExportSignature } from '@mui/x-charts-pro/plugins';
|
|
3
|
+
import type { UseGeoProjectionSignature } from "../internals/plugins/useGeoProjection/index.js";
|
|
4
|
+
export declare const GEO_PREMIUM_PLUGINS: readonly [import("@mui/x-charts/internals").ChartPlugin<UseChartZAxisSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartTooltipSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartInteractionSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartHighlightSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartKeyboardNavigationSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartVisibilityManagerSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.types").UseGeoProjectionSignature>];
|
|
5
5
|
export type GeoPremiumPluginSignatures<SeriesType extends ChartSeriesType = ChartSeriesType> = [UseChartZAxisSignature, UseChartTooltipSignature<SeriesType>, UseChartInteractionSignature, UseChartHighlightSignature<SeriesType>, UseChartKeyboardNavigationSignature, UseChartVisibilityManagerSignature<SeriesType>, UseChartProExportSignature, UseGeoProjectionSignature];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ChartAnyPluginSignature, ChartSeriesType, ChartsProviderProps } from '@mui/x-charts/internals';
|
|
2
2
|
import type { ChartsGeoDataProviderPremiumProps } from "./ChartsGeoDataProviderPremium.mjs";
|
|
3
|
-
import {
|
|
3
|
+
import type { GeoPremiumPluginSignatures } from "./ChartsGeoDataProviderPremium.plugins.mjs";
|
|
4
4
|
export declare const useChartsGeoDataProviderPremiumProps: <SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = GeoPremiumPluginSignatures<SeriesType>>(inProps: ChartsGeoDataProviderPremiumProps<SeriesType, TSignatures>) => {
|
|
5
5
|
children: import("react").ReactNode;
|
|
6
6
|
localeText: Partial<import("@mui/x-charts/locales").ChartsLocaleText> | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ChartAnyPluginSignature, ChartSeriesType, ChartsProviderProps } from '@mui/x-charts/internals';
|
|
2
2
|
import type { ChartsGeoDataProviderPremiumProps } from "./ChartsGeoDataProviderPremium.js";
|
|
3
|
-
import {
|
|
3
|
+
import type { GeoPremiumPluginSignatures } from "./ChartsGeoDataProviderPremium.plugins.js";
|
|
4
4
|
export declare const useChartsGeoDataProviderPremiumProps: <SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = GeoPremiumPluginSignatures<SeriesType>>(inProps: ChartsGeoDataProviderPremiumProps<SeriesType, TSignatures>) => {
|
|
5
5
|
children: import("react").ReactNode;
|
|
6
6
|
localeText: Partial<import("@mui/x-charts/locales").ChartsLocaleText> | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import type { ChartsProviderProps, ChartAnyPluginSignature, PolarChartSeriesType } from '@mui/x-charts/internals';
|
|
2
|
+
import type { ChartsRadialDataProviderProps } from '@mui/x-charts/ChartsRadialDataProvider';
|
|
3
|
+
import type { ChartsSlotPropsPro, ChartsSlotsPro } from '@mui/x-charts-pro/internals';
|
|
4
|
+
import type { RadialPremiumPluginSignatures } from "./ChartsRadialDataProviderPremium.plugins.mjs";
|
|
5
5
|
export interface ChartsRadialDataProviderPremiumSlots extends ChartsSlotsPro {}
|
|
6
6
|
export interface ChartsRadialDataProviderPremiumSlotProps extends ChartsSlotPropsPro {}
|
|
7
7
|
export type ChartsRadialDataProviderPremiumProps<SeriesType extends PolarChartSeriesType = PolarChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = RadialPremiumPluginSignatures<SeriesType>> = ChartsRadialDataProviderProps<SeriesType, TSignatures> & ChartsProviderProps<SeriesType, TSignatures>['pluginParams'] & {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import type { ChartsProviderProps, ChartAnyPluginSignature, PolarChartSeriesType } from '@mui/x-charts/internals';
|
|
2
|
+
import type { ChartsRadialDataProviderProps } from '@mui/x-charts/ChartsRadialDataProvider';
|
|
3
|
+
import type { ChartsSlotPropsPro, ChartsSlotsPro } from '@mui/x-charts-pro/internals';
|
|
4
|
+
import type { RadialPremiumPluginSignatures } from "./ChartsRadialDataProviderPremium.plugins.js";
|
|
5
5
|
export interface ChartsRadialDataProviderPremiumSlots extends ChartsSlotsPro {}
|
|
6
6
|
export interface ChartsRadialDataProviderPremiumSlotProps extends ChartsSlotPropsPro {}
|
|
7
7
|
export type ChartsRadialDataProviderPremiumProps<SeriesType extends PolarChartSeriesType = PolarChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = RadialPremiumPluginSignatures<SeriesType>> = ChartsRadialDataProviderProps<SeriesType, TSignatures> & ChartsProviderProps<SeriesType, TSignatures>['pluginParams'] & {
|
|
@@ -19,8 +19,8 @@ var _ChartsRadialDataProviderPremium = require("./ChartsRadialDataProviderPremiu
|
|
|
19
19
|
var _seriesConfig = require("../RadialLineChart/seriesConfig");
|
|
20
20
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
21
21
|
const packageInfo = {
|
|
22
|
-
releaseDate: "
|
|
23
|
-
version: "9.
|
|
22
|
+
releaseDate: "MTc4MjM0NTYwMDAwMA==",
|
|
23
|
+
version: "9.7.0",
|
|
24
24
|
name: 'x-charts-premium'
|
|
25
25
|
};
|
|
26
26
|
const defaultRadialPremiumSeriesConfig = {
|
|
@@ -67,7 +67,7 @@ function ChartsRadialDataProviderPremium(props) {
|
|
|
67
67
|
})]
|
|
68
68
|
}));
|
|
69
69
|
}
|
|
70
|
-
process.env.NODE_ENV !== "production" ? ChartsRadialDataProviderPremium.propTypes = {
|
|
70
|
+
process.env.NODE_ENV !== "production" ? ChartsRadialDataProviderPremium.propTypes /* remove-proptypes */ = {
|
|
71
71
|
// ----------------------------- Warning --------------------------------
|
|
72
72
|
// | These PropTypes are generated from the TypeScript type definitions |
|
|
73
73
|
// | To update them edit the TypeScript types and run "pnpm proptypes" |
|
|
@@ -80,6 +80,14 @@ process.env.NODE_ENV !== "production" ? ChartsRadialDataProviderPremium.propType
|
|
|
80
80
|
* @default rainbowSurgePalette
|
|
81
81
|
*/
|
|
82
82
|
colors: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.string), _propTypes.default.func]),
|
|
83
|
+
/**
|
|
84
|
+
* An array of objects that can be used to populate series and axes data using their `dataKey` property.
|
|
85
|
+
*/
|
|
86
|
+
dataset: _propTypes.default.arrayOf(_propTypes.default.object),
|
|
87
|
+
/**
|
|
88
|
+
* Options to enable features planned for the next major.
|
|
89
|
+
*/
|
|
90
|
+
experimentalFeatures: _propTypes.default.any,
|
|
83
91
|
/**
|
|
84
92
|
* The height of the chart in px. If not defined, it takes the height of the parent element.
|
|
85
93
|
*/
|
|
@@ -12,8 +12,8 @@ import { RADIAL_PREMIUM_PLUGINS } from "./ChartsRadialDataProviderPremium.plugin
|
|
|
12
12
|
import { radialLineSeriesConfig } from "../RadialLineChart/seriesConfig/index.mjs";
|
|
13
13
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
14
14
|
const packageInfo = {
|
|
15
|
-
releaseDate: "
|
|
16
|
-
version: "9.
|
|
15
|
+
releaseDate: "MTc4MjM0NTYwMDAwMA==",
|
|
16
|
+
version: "9.7.0",
|
|
17
17
|
name: 'x-charts-premium'
|
|
18
18
|
};
|
|
19
19
|
const defaultRadialPremiumSeriesConfig = {
|
|
@@ -60,7 +60,7 @@ function ChartsRadialDataProviderPremium(props) {
|
|
|
60
60
|
})]
|
|
61
61
|
}));
|
|
62
62
|
}
|
|
63
|
-
process.env.NODE_ENV !== "production" ? ChartsRadialDataProviderPremium.propTypes = {
|
|
63
|
+
process.env.NODE_ENV !== "production" ? ChartsRadialDataProviderPremium.propTypes /* remove-proptypes */ = {
|
|
64
64
|
// ----------------------------- Warning --------------------------------
|
|
65
65
|
// | These PropTypes are generated from the TypeScript type definitions |
|
|
66
66
|
// | To update them edit the TypeScript types and run "pnpm proptypes" |
|
|
@@ -73,6 +73,14 @@ process.env.NODE_ENV !== "production" ? ChartsRadialDataProviderPremium.propType
|
|
|
73
73
|
* @default rainbowSurgePalette
|
|
74
74
|
*/
|
|
75
75
|
colors: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string), PropTypes.func]),
|
|
76
|
+
/**
|
|
77
|
+
* An array of objects that can be used to populate series and axes data using their `dataKey` property.
|
|
78
|
+
*/
|
|
79
|
+
dataset: PropTypes.arrayOf(PropTypes.object),
|
|
80
|
+
/**
|
|
81
|
+
* Options to enable features planned for the next major.
|
|
82
|
+
*/
|
|
83
|
+
experimentalFeatures: PropTypes.any,
|
|
76
84
|
/**
|
|
77
85
|
* The height of the chart in px. If not defined, it takes the height of the parent element.
|
|
78
86
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import type { RadialPluginSignatures } from '@mui/x-charts/ChartsRadialDataProvider';
|
|
2
|
+
import type { PolarChartSeriesType } from '@mui/x-charts/internals';
|
|
3
|
+
import type { UseChartProExportSignature } from '@mui/x-charts-pro/plugins';
|
|
4
4
|
export declare const RADIAL_PREMIUM_PLUGINS: readonly [import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartTooltipSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartInteractionSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartPolarAxisSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartHighlightSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts/internals").UseChartKeyboardNavigationSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartVisibilityManagerSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature>];
|
|
5
5
|
export type RadialPremiumPluginSignatures<SeriesType extends PolarChartSeriesType = PolarChartSeriesType> = [...RadialPluginSignatures<SeriesType>, UseChartProExportSignature];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import type { RadialPluginSignatures } from '@mui/x-charts/ChartsRadialDataProvider';
|
|
2
|
+
import type { PolarChartSeriesType } from '@mui/x-charts/internals';
|
|
3
|
+
import type { UseChartProExportSignature } from '@mui/x-charts-pro/plugins';
|
|
4
4
|
export declare const RADIAL_PREMIUM_PLUGINS: readonly [import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartTooltipSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartInteractionSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartPolarAxisSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartHighlightSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts/internals").UseChartKeyboardNavigationSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartVisibilityManagerSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature>];
|
|
5
5
|
export type RadialPremiumPluginSignatures<SeriesType extends PolarChartSeriesType = PolarChartSeriesType> = [...RadialPluginSignatures<SeriesType>, UseChartProExportSignature];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ChartAnyPluginSignature, PolarChartSeriesType } from '@mui/x-charts/internals';
|
|
2
2
|
import type { ChartsRadialDataProviderPremiumProps } from "./ChartsRadialDataProviderPremium.mjs";
|
|
3
3
|
import type { RadialPremiumPluginSignatures } from "./ChartsRadialDataProviderPremium.plugins.mjs";
|
|
4
4
|
export declare const useChartsRadialDataProviderPremiumProps: <SeriesType extends PolarChartSeriesType = PolarChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = RadialPremiumPluginSignatures<SeriesType>>(props: ChartsRadialDataProviderPremiumProps<SeriesType, TSignatures>) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ChartAnyPluginSignature, PolarChartSeriesType } from '@mui/x-charts/internals';
|
|
2
2
|
import type { ChartsRadialDataProviderPremiumProps } from "./ChartsRadialDataProviderPremium.js";
|
|
3
3
|
import type { RadialPremiumPluginSignatures } from "./ChartsRadialDataProviderPremium.plugins.js";
|
|
4
4
|
export declare const useChartsRadialDataProviderPremiumProps: <SeriesType extends PolarChartSeriesType = PolarChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = RadialPremiumPluginSignatures<SeriesType>>(props: ChartsRadialDataProviderPremiumProps<SeriesType, TSignatures>) => {
|
|
@@ -277,7 +277,7 @@ function ChartsRenderer({
|
|
|
277
277
|
}
|
|
278
278
|
return null;
|
|
279
279
|
}
|
|
280
|
-
process.env.NODE_ENV !== "production" ? ChartsRenderer.propTypes = {
|
|
280
|
+
process.env.NODE_ENV !== "production" ? ChartsRenderer.propTypes /* remove-proptypes */ = {
|
|
281
281
|
// ----------------------------- Warning --------------------------------
|
|
282
282
|
// | These PropTypes are generated from the TypeScript type definitions |
|
|
283
283
|
// | To update them edit the TypeScript types and run "pnpm proptypes" |
|
|
@@ -269,7 +269,7 @@ function ChartsRenderer({
|
|
|
269
269
|
}
|
|
270
270
|
return null;
|
|
271
271
|
}
|
|
272
|
-
process.env.NODE_ENV !== "production" ? ChartsRenderer.propTypes = {
|
|
272
|
+
process.env.NODE_ENV !== "production" ? ChartsRenderer.propTypes /* remove-proptypes */ = {
|
|
273
273
|
// ----------------------------- Warning --------------------------------
|
|
274
274
|
// | These PropTypes are generated from the TypeScript type definitions |
|
|
275
275
|
// | To update them edit the TypeScript types and run "pnpm proptypes" |
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ChartsColorPaletteCallback } from '@mui/x-charts/colorPalettes';
|
|
2
2
|
export declare const colorPaletteLookup: Map<string, ChartsColorPaletteCallback>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ChartsColorPaletteCallback } from '@mui/x-charts/colorPalettes';
|
|
2
2
|
export declare const colorPaletteLookup: Map<string, ChartsColorPaletteCallback>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { GridChartsConfigurationOptions } from '@mui/x-internals/types';
|
|
2
|
-
import {
|
|
2
|
+
import type { ChartsLocaleText } from '@mui/x-charts/locales';
|
|
3
3
|
export declare const getLocalizedConfigurationOptions: (locale?: Partial<ChartsLocaleText>) => GridChartsConfigurationOptions;
|
|
4
4
|
export declare const configurationOptions: GridChartsConfigurationOptions;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { GridChartsConfigurationOptions } from '@mui/x-internals/types';
|
|
2
|
-
import {
|
|
2
|
+
import type { ChartsLocaleText } from '@mui/x-charts/locales';
|
|
3
3
|
export declare const getLocalizedConfigurationOptions: (locale?: Partial<ChartsLocaleText>) => GridChartsConfigurationOptions;
|
|
4
4
|
export declare const configurationOptions: GridChartsConfigurationOptions;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { PreviewPlotProps } from '@mui/x-charts-pro/internals';
|
|
2
2
|
export declare function CandlestickPreviewPlot(props: PreviewPlotProps): import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { PreviewPlotProps } from '@mui/x-charts-pro/internals';
|
|
2
2
|
export declare function CandlestickPreviewPlot(props: PreviewPlotProps): import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { PreviewPlotProps } from '@mui/x-charts-pro/internals';
|
|
2
2
|
export declare function RangeBarPreviewPlot(props: PreviewPlotProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { PreviewPlotProps } from '@mui/x-charts-pro/internals';
|
|
2
2
|
export declare function RangeBarPreviewPlot(props: PreviewPlotProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { HeatmapRendererPlotProps } from '@mui/x-charts-pro/internals';
|
|
2
2
|
export interface HeatmapPlotPremiumProps extends HeatmapRendererPlotProps {
|
|
3
3
|
renderer: 'svg-single' | 'webgl';
|
|
4
4
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { HeatmapRendererPlotProps } from '@mui/x-charts-pro/internals';
|
|
2
2
|
export interface HeatmapPlotPremiumProps extends HeatmapRendererPlotProps {
|
|
3
3
|
renderer: 'svg-single' | 'webgl';
|
|
4
4
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import type { HeatmapProps, HeatmapSlots, HeatmapSlotProps } from '@mui/x-charts-pro/Heatmap';
|
|
3
3
|
export interface HeatmapPremiumSlots extends HeatmapSlots {}
|
|
4
4
|
export interface HeatmapPremiumSlotProps extends HeatmapSlotProps {}
|
|
5
5
|
export interface HeatmapPremiumProps extends HeatmapProps {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import type { HeatmapProps, HeatmapSlots, HeatmapSlotProps } from '@mui/x-charts-pro/Heatmap';
|
|
3
3
|
export interface HeatmapPremiumSlots extends HeatmapSlots {}
|
|
4
4
|
export interface HeatmapPremiumSlotProps extends HeatmapSlotProps {}
|
|
5
5
|
export interface HeatmapPremiumProps extends HeatmapProps {
|