@mui/x-charts-premium 9.6.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.
Files changed (249) hide show
  1. package/BarChartPremium/BarChartPremium.d.mts +4 -4
  2. package/BarChartPremium/BarChartPremium.d.ts +4 -4
  3. package/BarChartPremium/BarChartPremium.plugins.d.mts +2 -2
  4. package/BarChartPremium/BarChartPremium.plugins.d.ts +2 -2
  5. package/BarChartPremium/BarPlotPremium.d.mts +1 -1
  6. package/BarChartPremium/BarPlotPremium.d.ts +1 -1
  7. package/BarChartPremium/RangeBar/AnimatedRangeBarElement.d.mts +1 -1
  8. package/BarChartPremium/RangeBar/AnimatedRangeBarElement.d.ts +1 -1
  9. package/BarChartPremium/RangeBar/RangeBarPlot.d.mts +2 -2
  10. package/BarChartPremium/RangeBar/RangeBarPlot.d.ts +2 -2
  11. package/BarChartPremium/RangeBar/createGetRangeBarDimensions.d.mts +1 -1
  12. package/BarChartPremium/RangeBar/createGetRangeBarDimensions.d.ts +1 -1
  13. package/BarChartPremium/RangeBar/seriesConfig/descriptionGetter.d.mts +1 -1
  14. package/BarChartPremium/RangeBar/seriesConfig/descriptionGetter.d.ts +1 -1
  15. package/BarChartPremium/RangeBar/seriesConfig/extrema.d.mts +1 -1
  16. package/BarChartPremium/RangeBar/seriesConfig/extrema.d.ts +1 -1
  17. package/BarChartPremium/RangeBar/seriesConfig/getColor.d.mts +1 -1
  18. package/BarChartPremium/RangeBar/seriesConfig/getColor.d.ts +1 -1
  19. package/BarChartPremium/RangeBar/seriesConfig/getSeriesWithDefaultValues.d.mts +1 -1
  20. package/BarChartPremium/RangeBar/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  21. package/BarChartPremium/RangeBar/seriesConfig/index.d.mts +1 -1
  22. package/BarChartPremium/RangeBar/seriesConfig/index.d.ts +1 -1
  23. package/BarChartPremium/RangeBar/seriesConfig/keyboardFocusHandler.d.mts +1 -1
  24. package/BarChartPremium/RangeBar/seriesConfig/keyboardFocusHandler.d.ts +1 -1
  25. package/BarChartPremium/RangeBar/seriesConfig/legend.d.mts +1 -1
  26. package/BarChartPremium/RangeBar/seriesConfig/legend.d.ts +1 -1
  27. package/BarChartPremium/RangeBar/seriesConfig/seriesProcessor.d.mts +1 -1
  28. package/BarChartPremium/RangeBar/seriesConfig/seriesProcessor.d.ts +1 -1
  29. package/BarChartPremium/RangeBar/seriesConfig/tooltip.d.mts +1 -1
  30. package/BarChartPremium/RangeBar/seriesConfig/tooltip.d.ts +1 -1
  31. package/BarChartPremium/RangeBar/seriesConfig/tooltipPosition.d.mts +1 -1
  32. package/BarChartPremium/RangeBar/seriesConfig/tooltipPosition.d.ts +1 -1
  33. package/BarChartPremium/RangeBar/useRangeBarPlotData.d.mts +4 -4
  34. package/BarChartPremium/RangeBar/useRangeBarPlotData.d.ts +4 -4
  35. package/BarChartPremium/useBarChartPremiumProps.d.mts +5 -5
  36. package/BarChartPremium/useBarChartPremiumProps.d.ts +5 -5
  37. package/BarChartPremium/webgl/BarWebGLProgram.d.mts +1 -1
  38. package/BarChartPremium/webgl/BarWebGLProgram.d.ts +1 -1
  39. package/BarChartPremium/webgl/useBarWebGLPlotData.d.mts +3 -3
  40. package/BarChartPremium/webgl/useBarWebGLPlotData.d.ts +3 -3
  41. package/BarChartPremium/webgl/useWebGLBarLikePlotData.d.mts +3 -3
  42. package/BarChartPremium/webgl/useWebGLBarLikePlotData.d.ts +3 -3
  43. package/CHANGELOG.md +111 -1
  44. package/CandlestickChart/CandlestickChart.d.mts +12 -12
  45. package/CandlestickChart/CandlestickChart.d.ts +12 -12
  46. package/CandlestickChart/CandlestickChart.plugins.d.mts +2 -2
  47. package/CandlestickChart/CandlestickChart.plugins.d.ts +2 -2
  48. package/CandlestickChart/CandlestickWebGLProgram.d.mts +1 -1
  49. package/CandlestickChart/CandlestickWebGLProgram.d.ts +1 -1
  50. package/CandlestickChart/checkCandlestickScaleErrors.d.mts +2 -2
  51. package/CandlestickChart/checkCandlestickScaleErrors.d.ts +2 -2
  52. package/CandlestickChart/seriesConfig/OHLCTooltipContent.d.mts +1 -1
  53. package/CandlestickChart/seriesConfig/OHLCTooltipContent.d.ts +1 -1
  54. package/CandlestickChart/seriesConfig/descriptionGetter.d.mts +1 -1
  55. package/CandlestickChart/seriesConfig/descriptionGetter.d.ts +1 -1
  56. package/CandlestickChart/seriesConfig/extrema.d.mts +1 -1
  57. package/CandlestickChart/seriesConfig/extrema.d.ts +1 -1
  58. package/CandlestickChart/seriesConfig/getColor.d.mts +1 -1
  59. package/CandlestickChart/seriesConfig/getColor.d.ts +1 -1
  60. package/CandlestickChart/seriesConfig/getSeriesWithDefaultValues.d.mts +1 -1
  61. package/CandlestickChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  62. package/CandlestickChart/seriesConfig/index.d.mts +1 -1
  63. package/CandlestickChart/seriesConfig/index.d.ts +1 -1
  64. package/CandlestickChart/seriesConfig/legend.d.mts +1 -1
  65. package/CandlestickChart/seriesConfig/legend.d.ts +1 -1
  66. package/CandlestickChart/seriesConfig/seriesProcessor.d.mts +1 -1
  67. package/CandlestickChart/seriesConfig/seriesProcessor.d.ts +1 -1
  68. package/CandlestickChart/seriesConfig/tooltip.d.mts +1 -1
  69. package/CandlestickChart/seriesConfig/tooltip.d.ts +1 -1
  70. package/CandlestickChart/seriesConfig/tooltipPosition.d.mts +1 -1
  71. package/CandlestickChart/seriesConfig/tooltipPosition.d.ts +1 -1
  72. package/CandlestickChart/useCandlestickChartProps.d.mts +9 -9
  73. package/CandlestickChart/useCandlestickChartProps.d.ts +9 -9
  74. package/CandlestickChart/useCandlestickChartProps.mjs +0 -1
  75. package/CandlestickChart/useCandlestickPlotData.d.mts +3 -3
  76. package/CandlestickChart/useCandlestickPlotData.d.ts +3 -3
  77. package/ChartsContainerPremium/ChartsContainerPremium.d.mts +4 -4
  78. package/ChartsContainerPremium/ChartsContainerPremium.d.ts +4 -4
  79. package/ChartsContainerPremium/useChartsContainerPremiumProps.d.mts +2 -2
  80. package/ChartsContainerPremium/useChartsContainerPremiumProps.d.ts +2 -2
  81. package/ChartsDataProviderPremium/ChartsDataProviderPremium.d.mts +4 -4
  82. package/ChartsDataProviderPremium/ChartsDataProviderPremium.d.ts +4 -4
  83. package/ChartsDataProviderPremium/ChartsDataProviderPremium.js +2 -2
  84. package/ChartsDataProviderPremium/ChartsDataProviderPremium.mjs +3 -4
  85. package/ChartsDataProviderPremium/useChartsDataProviderPremiumProps.d.mts +1 -1
  86. package/ChartsDataProviderPremium/useChartsDataProviderPremiumProps.d.ts +1 -1
  87. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.d.mts +4 -4
  88. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.d.ts +4 -4
  89. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.js +2 -2
  90. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.mjs +2 -2
  91. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.plugins.d.mts +3 -3
  92. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.plugins.d.ts +3 -3
  93. package/ChartsGeoDataProviderPremium/useChartsGeoDataProviderPremiumProps.d.mts +2 -2
  94. package/ChartsGeoDataProviderPremium/useChartsGeoDataProviderPremiumProps.d.ts +2 -2
  95. package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.d.mts +4 -4
  96. package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.d.ts +4 -4
  97. package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.js +2 -2
  98. package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.mjs +2 -2
  99. package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.plugins.d.mts +3 -3
  100. package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.plugins.d.ts +3 -3
  101. package/ChartsRadialDataProviderPremium/useChartsRadialDataProviderPremiumProps.d.mts +1 -1
  102. package/ChartsRadialDataProviderPremium/useChartsRadialDataProviderPremiumProps.d.ts +1 -1
  103. package/ChartsRenderer/colors.d.mts +1 -1
  104. package/ChartsRenderer/colors.d.ts +1 -1
  105. package/ChartsRenderer/configuration.d.mts +1 -1
  106. package/ChartsRenderer/configuration.d.ts +1 -1
  107. package/ChartsZoomSlider/internals/previews/CandlestickPreviewPlot.d.mts +1 -1
  108. package/ChartsZoomSlider/internals/previews/CandlestickPreviewPlot.d.ts +1 -1
  109. package/ChartsZoomSlider/internals/previews/RangeBarPreviewPlot.d.mts +1 -1
  110. package/ChartsZoomSlider/internals/previews/RangeBarPreviewPlot.d.ts +1 -1
  111. package/HeatmapPremium/HeatmapPlotPremium.d.mts +1 -1
  112. package/HeatmapPremium/HeatmapPlotPremium.d.ts +1 -1
  113. package/HeatmapPremium/HeatmapPremium.d.mts +1 -1
  114. package/HeatmapPremium/HeatmapPremium.d.ts +1 -1
  115. package/HeatmapPremium/HeatmapPremium.plugins.d.mts +2 -2
  116. package/HeatmapPremium/HeatmapPremium.plugins.d.ts +2 -2
  117. package/HeatmapPremium/useHeatmapPremiumProps.d.mts +2 -2
  118. package/HeatmapPremium/useHeatmapPremiumProps.d.ts +2 -2
  119. package/HeatmapPremium/webgl/useHeatmapPlotData.d.mts +3 -3
  120. package/HeatmapPremium/webgl/useHeatmapPlotData.d.ts +3 -3
  121. package/Map/MapShape.d.mts +1 -1
  122. package/Map/MapShape.d.ts +1 -1
  123. package/Map/index.d.mts +1 -1
  124. package/Map/index.d.ts +1 -1
  125. package/Map/seriesConfig/descriptionGetter.d.mts +1 -1
  126. package/Map/seriesConfig/descriptionGetter.d.ts +1 -1
  127. package/Map/seriesConfig/index.d.mts +1 -1
  128. package/Map/seriesConfig/index.d.ts +1 -1
  129. package/Map/seriesConfig/keyboardFocusHandler.d.mts +1 -1
  130. package/Map/seriesConfig/keyboardFocusHandler.d.ts +1 -1
  131. package/Map/seriesConfig/legend.d.mts +1 -1
  132. package/Map/seriesConfig/legend.d.ts +1 -1
  133. package/Map/seriesConfig/seriesProcessor.d.mts +1 -1
  134. package/Map/seriesConfig/seriesProcessor.d.ts +1 -1
  135. package/Map/seriesConfig/tooltip.d.mts +1 -1
  136. package/Map/seriesConfig/tooltip.d.ts +1 -1
  137. package/RadialBarChart/RadialBarChart.d.mts +10 -10
  138. package/RadialBarChart/RadialBarChart.d.ts +10 -10
  139. package/RadialBarChart/RadialBarChart.plugins.d.mts +2 -2
  140. package/RadialBarChart/RadialBarChart.plugins.d.ts +2 -2
  141. package/RadialBarChart/RadialBarElement.d.mts +2 -2
  142. package/RadialBarChart/RadialBarElement.d.ts +2 -2
  143. package/RadialBarChart/seriesConfig/descriptionGetter.d.mts +1 -1
  144. package/RadialBarChart/seriesConfig/descriptionGetter.d.ts +1 -1
  145. package/RadialBarChart/seriesConfig/extremums.d.mts +1 -1
  146. package/RadialBarChart/seriesConfig/extremums.d.ts +1 -1
  147. package/RadialBarChart/seriesConfig/getColor.d.mts +1 -1
  148. package/RadialBarChart/seriesConfig/getColor.d.ts +1 -1
  149. package/RadialBarChart/seriesConfig/getItemAtPosition.d.mts +1 -1
  150. package/RadialBarChart/seriesConfig/getItemAtPosition.d.ts +1 -1
  151. package/RadialBarChart/seriesConfig/index.d.mts +1 -1
  152. package/RadialBarChart/seriesConfig/index.d.ts +1 -1
  153. package/RadialBarChart/seriesConfig/keyboardFocusHandler.d.mts +1 -1
  154. package/RadialBarChart/seriesConfig/keyboardFocusHandler.d.ts +1 -1
  155. package/RadialBarChart/seriesConfig/tooltip.d.mts +1 -1
  156. package/RadialBarChart/seriesConfig/tooltip.d.ts +1 -1
  157. package/RadialBarChart/useRadialBarChartProps.d.mts +6 -6
  158. package/RadialBarChart/useRadialBarChartProps.d.ts +6 -6
  159. package/RadialBarChart/useRadialBarPlotData.d.mts +1 -1
  160. package/RadialBarChart/useRadialBarPlotData.d.ts +1 -1
  161. package/RadialBarChart/useRadialBarPlotData.js +4 -1
  162. package/RadialBarChart/useRadialBarPlotData.mjs +3 -1
  163. package/RadialLineChart/RadialArea.d.mts +1 -1
  164. package/RadialLineChart/RadialArea.d.ts +1 -1
  165. package/RadialLineChart/RadialAreaPlot.d.mts +1 -1
  166. package/RadialLineChart/RadialAreaPlot.d.ts +1 -1
  167. package/RadialLineChart/RadialLine.d.mts +2 -2
  168. package/RadialLineChart/RadialLine.d.ts +2 -2
  169. package/RadialLineChart/RadialLineChart.d.mts +10 -10
  170. package/RadialLineChart/RadialLineChart.d.ts +10 -10
  171. package/RadialLineChart/RadialLineChart.plugins.d.mts +2 -2
  172. package/RadialLineChart/RadialLineChart.plugins.d.ts +2 -2
  173. package/RadialLineChart/RadialLineHighlightElement.d.mts +1 -1
  174. package/RadialLineChart/RadialLineHighlightElement.d.ts +1 -1
  175. package/RadialLineChart/RadialLineHighlightPlot.d.mts +2 -2
  176. package/RadialLineChart/RadialLineHighlightPlot.d.ts +2 -2
  177. package/RadialLineChart/RadialLinePlot.d.mts +1 -1
  178. package/RadialLineChart/RadialLinePlot.d.ts +1 -1
  179. package/RadialLineChart/RadialMarkPlot.d.mts +1 -1
  180. package/RadialLineChart/RadialMarkPlot.d.ts +1 -1
  181. package/RadialLineChart/seriesConfig/descriptionGetter.d.mts +1 -1
  182. package/RadialLineChart/seriesConfig/descriptionGetter.d.ts +1 -1
  183. package/RadialLineChart/seriesConfig/extremums.d.mts +1 -1
  184. package/RadialLineChart/seriesConfig/extremums.d.ts +1 -1
  185. package/RadialLineChart/seriesConfig/getColor.d.mts +1 -1
  186. package/RadialLineChart/seriesConfig/getColor.d.ts +1 -1
  187. package/RadialLineChart/seriesConfig/getItemAtPosition.d.mts +1 -1
  188. package/RadialLineChart/seriesConfig/getItemAtPosition.d.ts +1 -1
  189. package/RadialLineChart/seriesConfig/getItemAtPosition.mjs +1 -2
  190. package/RadialLineChart/seriesConfig/index.d.mts +1 -1
  191. package/RadialLineChart/seriesConfig/index.d.ts +1 -1
  192. package/RadialLineChart/seriesConfig/keyboardFocusHandler.d.mts +1 -1
  193. package/RadialLineChart/seriesConfig/keyboardFocusHandler.d.ts +1 -1
  194. package/RadialLineChart/seriesConfig/legend.d.mts +1 -1
  195. package/RadialLineChart/seriesConfig/legend.d.ts +1 -1
  196. package/RadialLineChart/seriesConfig/seriesProcessor.d.mts +1 -1
  197. package/RadialLineChart/seriesConfig/seriesProcessor.d.ts +1 -1
  198. package/RadialLineChart/seriesConfig/tooltip.d.mts +1 -1
  199. package/RadialLineChart/seriesConfig/tooltip.d.ts +1 -1
  200. package/RadialLineChart/useRadialLineChartProps.d.mts +7 -7
  201. package/RadialLineChart/useRadialLineChartProps.d.ts +7 -7
  202. package/RadialLineChart/useRadialLinePlotData.d.mts +1 -1
  203. package/RadialLineChart/useRadialLinePlotData.d.ts +1 -1
  204. package/ScatterChartPremium/ScatterChartPremium.d.mts +6 -6
  205. package/ScatterChartPremium/ScatterChartPremium.d.ts +6 -6
  206. package/ScatterChartPremium/ScatterChartPremium.plugins.d.mts +1 -1
  207. package/ScatterChartPremium/ScatterChartPremium.plugins.d.ts +1 -1
  208. package/ScatterChartPremium/ScatterPlotPremium.d.mts +1 -1
  209. package/ScatterChartPremium/ScatterPlotPremium.d.ts +1 -1
  210. package/ScatterChartPremium/webgl/ScatterWebGLProgram.d.mts +1 -1
  211. package/ScatterChartPremium/webgl/ScatterWebGLProgram.d.ts +1 -1
  212. package/context/useChartPremiumApiContext.d.mts +1 -1
  213. package/context/useChartPremiumApiContext.d.ts +1 -1
  214. package/hooks/animation/useAnimateRangeBar.d.mts +1 -1
  215. package/hooks/animation/useAnimateRangeBar.d.ts +1 -1
  216. package/hooks/useChartPremiumApiRef.d.mts +4 -4
  217. package/hooks/useChartPremiumApiRef.d.ts +4 -4
  218. package/hooks/useGeoData.d.mts +1 -1
  219. package/hooks/useGeoData.d.ts +1 -1
  220. package/hooks/useGeoData.mjs +0 -1
  221. package/hooks/useGeoFeatureIndexesByName.mjs +0 -1
  222. package/hooks/useGeoPath.d.mts +1 -1
  223. package/hooks/useGeoPath.d.ts +1 -1
  224. package/hooks/useGeoPath.mjs +0 -1
  225. package/hooks/useMapShapeSeries.d.mts +2 -2
  226. package/hooks/useMapShapeSeries.d.ts +2 -2
  227. package/hooks/useOHLCSeries.d.mts +2 -2
  228. package/hooks/useOHLCSeries.d.ts +2 -2
  229. package/hooks/useRadialLineSeries.d.mts +2 -2
  230. package/hooks/useRadialLineSeries.d.ts +2 -2
  231. package/hooks/useRangeBarSeries.d.mts +2 -2
  232. package/hooks/useRangeBarSeries.d.ts +2 -2
  233. package/index.js +1 -1
  234. package/index.mjs +1 -1
  235. package/internals/plugins/allPlugins.d.mts +2 -2
  236. package/internals/plugins/allPlugins.d.ts +2 -2
  237. package/internals/plugins/useGeoProjection/useGeoProjection.d.mts +1 -1
  238. package/internals/plugins/useGeoProjection/useGeoProjection.d.ts +1 -1
  239. package/internals/plugins/useGeoProjection/useGeoProjection.types.d.mts +1 -1
  240. package/internals/plugins/useGeoProjection/useGeoProjection.types.d.ts +1 -1
  241. package/models/seriesType/ohlc.d.mts +2 -2
  242. package/models/seriesType/ohlc.d.ts +2 -2
  243. package/models/seriesType/rangeBar.d.mts +2 -2
  244. package/models/seriesType/rangeBar.d.ts +2 -2
  245. package/moduleAugmentation/rangeBarOnClick.d.mts +1 -1
  246. package/moduleAugmentation/rangeBarOnClick.d.ts +1 -1
  247. package/package.json +6 -6
  248. package/plugins/selectors/useChartCandlestickPosition.selectors.d.mts +1 -1
  249. package/plugins/selectors/useChartCandlestickPosition.selectors.d.ts +1 -1
@@ -1,15 +1,15 @@
1
1
  import * as React from 'react';
2
2
  import type { MakeOptional } from '@mui/x-internals/types';
3
- import { type ChartsSlots, type ChartsSlotProps } from '@mui/x-charts/internals';
4
- import { type ChartsRadialGridProps } from '@mui/x-charts/ChartsRadialGrid';
5
- import { type ChartsRadialAxisHighlightProps } from '@mui/x-charts/ChartsRadialAxisHighlight';
6
- import { type ChartsLegendSlots, type ChartsLegendSlotProps } from "../ChartsLegend/index.js";
7
- import { type ChartsTooltipSlots, type ChartsTooltipSlotProps } from "../ChartsTooltip/index.js";
8
- import { type RadialLineChartPluginSignatures } from "./RadialLineChart.plugins.js";
9
- import { type ChartsOverlayProps, type ChartsOverlaySlots, type ChartsOverlaySlotProps } from "../ChartsOverlay/index.js";
10
- import { type ChartsToolbarSlots, type ChartsToolbarSlotProps } from "../Toolbar/index.js";
11
- import { type RadialLineHighlightPlotSlots, type RadialLineHighlightPlotSlotProps } from "./RadialLineHighlightPlot.js";
12
- import { type ChartsRadialDataProviderPremiumProps } from "../ChartsRadialDataProviderPremium/index.js";
3
+ import type { ChartsSlots, ChartsSlotProps } from '@mui/x-charts/internals';
4
+ import type { ChartsRadialGridProps } from '@mui/x-charts/ChartsRadialGrid';
5
+ import type { ChartsRadialAxisHighlightProps } from '@mui/x-charts/ChartsRadialAxisHighlight';
6
+ import type { ChartsLegendSlots, ChartsLegendSlotProps } from "../ChartsLegend/index.js";
7
+ import type { ChartsTooltipSlots, ChartsTooltipSlotProps } from "../ChartsTooltip/index.js";
8
+ import type { RadialLineChartPluginSignatures } from "./RadialLineChart.plugins.js";
9
+ import type { ChartsOverlayProps, ChartsOverlaySlots, ChartsOverlaySlotProps } from "../ChartsOverlay/index.js";
10
+ import type { ChartsToolbarSlots, ChartsToolbarSlotProps } from "../Toolbar/index.js";
11
+ import type { RadialLineHighlightPlotSlots, RadialLineHighlightPlotSlotProps } from "./RadialLineHighlightPlot.js";
12
+ import type { ChartsRadialDataProviderPremiumProps } from "../ChartsRadialDataProviderPremium/index.js";
13
13
  import type { RadialLineSeriesType } from "../models/seriesType/radialLine.js";
14
14
  export interface RadialLineChartSlots extends RadialLineHighlightPlotSlots, ChartsLegendSlots, ChartsOverlaySlots, ChartsTooltipSlots, ChartsToolbarSlots, Partial<ChartsSlots> {}
15
15
  export interface RadialLineChartSlotProps extends RadialLineHighlightPlotSlotProps, ChartsLegendSlotProps, ChartsOverlaySlotProps, ChartsTooltipSlotProps, ChartsToolbarSlotProps, Partial<ChartsSlotProps> {}
@@ -1,4 +1,4 @@
1
- import { type UseChartZAxisSignature, type UseChartPolarAxisSignature, type UseChartTooltipSignature, type UseChartInteractionSignature, type UseChartHighlightSignature, type UseChartKeyboardNavigationSignature, type UseChartVisibilityManagerSignature, type ConvertSignaturesIntoPlugins } from '@mui/x-charts/internals';
2
- import { type UseChartProExportSignature } from '@mui/x-charts-pro/plugins';
1
+ import type { UseChartZAxisSignature, UseChartPolarAxisSignature, UseChartTooltipSignature, UseChartInteractionSignature, UseChartHighlightSignature, UseChartKeyboardNavigationSignature, UseChartVisibilityManagerSignature, ConvertSignaturesIntoPlugins } from '@mui/x-charts/internals';
2
+ import type { UseChartProExportSignature } from '@mui/x-charts-pro/plugins';
3
3
  export type RadialLineChartPluginSignatures = [UseChartZAxisSignature, UseChartTooltipSignature<'radialLine'>, UseChartInteractionSignature, UseChartPolarAxisSignature<'radialLine'>, UseChartHighlightSignature<'radialLine'>, UseChartVisibilityManagerSignature<'radialLine'>, UseChartKeyboardNavigationSignature, UseChartProExportSignature];
4
4
  export declare const RADIAL_LINE_CHART_PLUGINS: ConvertSignaturesIntoPlugins<RadialLineChartPluginSignatures>;
@@ -1,4 +1,4 @@
1
- import { type UseChartZAxisSignature, type UseChartPolarAxisSignature, type UseChartTooltipSignature, type UseChartInteractionSignature, type UseChartHighlightSignature, type UseChartKeyboardNavigationSignature, type UseChartVisibilityManagerSignature, type ConvertSignaturesIntoPlugins } from '@mui/x-charts/internals';
2
- import { type UseChartProExportSignature } from '@mui/x-charts-pro/plugins';
1
+ import type { UseChartZAxisSignature, UseChartPolarAxisSignature, UseChartTooltipSignature, UseChartInteractionSignature, UseChartHighlightSignature, UseChartKeyboardNavigationSignature, UseChartVisibilityManagerSignature, ConvertSignaturesIntoPlugins } from '@mui/x-charts/internals';
2
+ import type { UseChartProExportSignature } from '@mui/x-charts-pro/plugins';
3
3
  export type RadialLineChartPluginSignatures = [UseChartZAxisSignature, UseChartTooltipSignature<'radialLine'>, UseChartInteractionSignature, UseChartPolarAxisSignature<'radialLine'>, UseChartHighlightSignature<'radialLine'>, UseChartVisibilityManagerSignature<'radialLine'>, UseChartKeyboardNavigationSignature, UseChartProExportSignature];
4
4
  export declare const RADIAL_LINE_CHART_PLUGINS: ConvertSignaturesIntoPlugins<RadialLineChartPluginSignatures>;
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { type SeriesId } from '@mui/x-charts/models';
2
+ import type { SeriesId } from '@mui/x-charts/models';
3
3
  interface RadialLineHighlightElementCommonProps {
4
4
  seriesId: SeriesId;
5
5
  color: string;
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { type SeriesId } from '@mui/x-charts/models';
2
+ import type { SeriesId } from '@mui/x-charts/models';
3
3
  interface RadialLineHighlightElementCommonProps {
4
4
  seriesId: SeriesId;
5
5
  color: string;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
- import { type SlotComponentPropsFromProps } from '@mui/x-internals/types';
3
- import { type RadialLineHighlightElementProps } from "./RadialLineHighlightElement.mjs";
2
+ import type { SlotComponentPropsFromProps } from '@mui/x-internals/types';
3
+ import type { RadialLineHighlightElementProps } from "./RadialLineHighlightElement.mjs";
4
4
  import type { RadialLineHighlightPropsOverrides } from "../models/chartsSlotsComponentsPropsPremium.mjs";
5
5
  export interface RadialLineHighlightPlotSlots {
6
6
  radialLineHighlight?: React.JSXElementConstructor<RadialLineHighlightElementProps & RadialLineHighlightPropsOverrides>;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
- import { type SlotComponentPropsFromProps } from '@mui/x-internals/types';
3
- import { type RadialLineHighlightElementProps } from "./RadialLineHighlightElement.js";
2
+ import type { SlotComponentPropsFromProps } from '@mui/x-internals/types';
3
+ import type { RadialLineHighlightElementProps } from "./RadialLineHighlightElement.js";
4
4
  import type { RadialLineHighlightPropsOverrides } from "../models/chartsSlotsComponentsPropsPremium.js";
5
5
  export interface RadialLineHighlightPlotSlots {
6
6
  radialLineHighlight?: React.JSXElementConstructor<RadialLineHighlightElementProps & RadialLineHighlightPropsOverrides>;
@@ -1,4 +1,4 @@
1
- import { type RadialLineClasses } from "./radialLineClasses.mjs";
1
+ import type { RadialLineClasses } from "./radialLineClasses.mjs";
2
2
  export interface RadialLinePlotProps {
3
3
  classes?: Partial<Pick<RadialLineClasses, 'line' | 'linePlot'>>;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { type RadialLineClasses } from "./radialLineClasses.js";
1
+ import type { RadialLineClasses } from "./radialLineClasses.js";
2
2
  export interface RadialLinePlotProps {
3
3
  classes?: Partial<Pick<RadialLineClasses, 'line' | 'linePlot'>>;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { type RadialLineClasses } from "./radialLineClasses.mjs";
1
+ import type { RadialLineClasses } from "./radialLineClasses.mjs";
2
2
  export interface RadialMarkPlotProps {
3
3
  classes?: Partial<Pick<RadialLineClasses, 'mark' | 'markPlot'>>;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { type RadialLineClasses } from "./radialLineClasses.js";
1
+ import type { RadialLineClasses } from "./radialLineClasses.js";
2
2
  export interface RadialMarkPlotProps {
3
3
  classes?: Partial<Pick<RadialLineClasses, 'mark' | 'markPlot'>>;
4
4
  }
@@ -1,3 +1,3 @@
1
- import { type DescriptionGetter } from '@mui/x-charts/internals';
1
+ import type { DescriptionGetter } from '@mui/x-charts/internals';
2
2
  declare const descriptionGetter: DescriptionGetter<'radialLine'>;
3
3
  export default descriptionGetter;
@@ -1,3 +1,3 @@
1
- import { type DescriptionGetter } from '@mui/x-charts/internals';
1
+ import type { DescriptionGetter } from '@mui/x-charts/internals';
2
2
  declare const descriptionGetter: DescriptionGetter<'radialLine'>;
3
3
  export default descriptionGetter;
@@ -1,3 +1,3 @@
1
- import { type PolarExtremumGetter } from '@mui/x-charts/internals';
1
+ import type { PolarExtremumGetter } from '@mui/x-charts/internals';
2
2
  export declare const rotationExtremumGetter: PolarExtremumGetter<'radialLine'>;
3
3
  export declare const radiusExtremumGetter: PolarExtremumGetter<'radialLine'>;
@@ -1,3 +1,3 @@
1
- import { type PolarExtremumGetter } from '@mui/x-charts/internals';
1
+ import type { PolarExtremumGetter } from '@mui/x-charts/internals';
2
2
  export declare const rotationExtremumGetter: PolarExtremumGetter<'radialLine'>;
3
3
  export declare const radiusExtremumGetter: PolarExtremumGetter<'radialLine'>;
@@ -1,3 +1,3 @@
1
- import { type ColorProcessor } from '@mui/x-charts/internals';
1
+ import type { ColorProcessor } from '@mui/x-charts/internals';
2
2
  declare const getColor: ColorProcessor<'radialLine'>;
3
3
  export default getColor;
@@ -1,3 +1,3 @@
1
- import { type ColorProcessor } from '@mui/x-charts/internals';
1
+ import type { ColorProcessor } from '@mui/x-charts/internals';
2
2
  declare const getColor: ColorProcessor<'radialLine'>;
3
3
  export default getColor;
@@ -1,4 +1,4 @@
1
- import { type ChartState, type UseChartPolarAxisSignature } from '@mui/x-charts/internals';
1
+ import type { ChartState, UseChartPolarAxisSignature } from '@mui/x-charts/internals';
2
2
  import type { SeriesItemIdentifierWithType } from '@mui/x-charts/models';
3
3
  export default function getItemAtPosition(state: ChartState<[UseChartPolarAxisSignature]>, point: {
4
4
  x: number;
@@ -1,4 +1,4 @@
1
- import { type ChartState, type UseChartPolarAxisSignature } from '@mui/x-charts/internals';
1
+ import type { ChartState, UseChartPolarAxisSignature } from '@mui/x-charts/internals';
2
2
  import type { SeriesItemIdentifierWithType } from '@mui/x-charts/models';
3
3
  export default function getItemAtPosition(state: ChartState<[UseChartPolarAxisSignature]>, point: {
4
4
  x: number;
@@ -1,6 +1,5 @@
1
1
  import { getValueToPositionMapper } from '@mui/x-charts/hooks';
2
- import { selectorAllSeriesOfType, selectorChartPolarCenter, selectorChartRadiusAxis, selectorChartRotationAxis, getRotationAxisIndex, isOrdinalScale } from '@mui/x-charts/internals';
3
- import { evaluateCurveAtAngle, clampAngleRad, getAsNumber } from '@mui/x-charts/internals';
2
+ import { selectorAllSeriesOfType, selectorChartPolarCenter, selectorChartRadiusAxis, selectorChartRotationAxis, getRotationAxisIndex, isOrdinalScale, evaluateCurveAtAngle, clampAngleRad, getAsNumber } from '@mui/x-charts/internals';
4
3
  /**
5
4
  * For a continuous rotation axis, find the two data indices that bracket the pointer's angle position.
6
5
  * For ordinal axes, returns the single matching index (left === right).
@@ -1,2 +1,2 @@
1
- import { type ChartSeriesTypeConfig } from '@mui/x-charts/internals';
1
+ import type { ChartSeriesTypeConfig } from '@mui/x-charts/internals';
2
2
  export declare const radialLineSeriesConfig: ChartSeriesTypeConfig<'radialLine'>;
@@ -1,2 +1,2 @@
1
- import { type ChartSeriesTypeConfig } from '@mui/x-charts/internals';
1
+ import type { ChartSeriesTypeConfig } from '@mui/x-charts/internals';
2
2
  export declare const radialLineSeriesConfig: ChartSeriesTypeConfig<'radialLine'>;
@@ -1,3 +1,3 @@
1
- import { type KeyboardFocusHandler, type ComposableRadialChartSeriesType } from '@mui/x-charts/internals';
1
+ import type { KeyboardFocusHandler, ComposableRadialChartSeriesType } from '@mui/x-charts/internals';
2
2
  declare const keyboardFocusHandler: KeyboardFocusHandler<'radialLine', ComposableRadialChartSeriesType>;
3
3
  export default keyboardFocusHandler;
@@ -1,3 +1,3 @@
1
- import { type KeyboardFocusHandler, type ComposableRadialChartSeriesType } from '@mui/x-charts/internals';
1
+ import type { KeyboardFocusHandler, ComposableRadialChartSeriesType } from '@mui/x-charts/internals';
2
2
  declare const keyboardFocusHandler: KeyboardFocusHandler<'radialLine', ComposableRadialChartSeriesType>;
3
3
  export default keyboardFocusHandler;
@@ -1,3 +1,3 @@
1
- import { type LegendGetter } from '@mui/x-charts/internals';
1
+ import type { LegendGetter } from '@mui/x-charts/internals';
2
2
  declare const legendGetter: LegendGetter<'radialLine'>;
3
3
  export default legendGetter;
@@ -1,3 +1,3 @@
1
- import { type LegendGetter } from '@mui/x-charts/internals';
1
+ import type { LegendGetter } from '@mui/x-charts/internals';
2
2
  declare const legendGetter: LegendGetter<'radialLine'>;
3
3
  export default legendGetter;
@@ -1,3 +1,3 @@
1
- import { type SeriesProcessor } from '@mui/x-charts/internals';
1
+ import type { SeriesProcessor } from '@mui/x-charts/internals';
2
2
  declare const seriesProcessor: SeriesProcessor<'radialLine'>;
3
3
  export default seriesProcessor;
@@ -1,3 +1,3 @@
1
- import { type SeriesProcessor } from '@mui/x-charts/internals';
1
+ import type { SeriesProcessor } from '@mui/x-charts/internals';
2
2
  declare const seriesProcessor: SeriesProcessor<'radialLine'>;
3
3
  export default seriesProcessor;
@@ -1,3 +1,3 @@
1
- import { type TooltipGetter } from '@mui/x-charts/internals';
1
+ import type { TooltipGetter } from '@mui/x-charts/internals';
2
2
  declare const tooltipGetter: TooltipGetter<'radialLine'>;
3
3
  export default tooltipGetter;
@@ -1,3 +1,3 @@
1
- import { type TooltipGetter } from '@mui/x-charts/internals';
1
+ import type { TooltipGetter } from '@mui/x-charts/internals';
2
2
  declare const tooltipGetter: TooltipGetter<'radialLine'>;
3
3
  export default tooltipGetter;
@@ -1,13 +1,13 @@
1
1
  import * as React from 'react';
2
- import { type ChartsClipPathProps } from "../ChartsClipPath/index.mjs";
3
- import { type ChartsRadialGridProps } from "../ChartsRadialGrid/index.mjs";
4
- import { type ChartsRadialAxisHighlightProps } from "../ChartsRadialAxisHighlight/index.mjs";
5
- import { type ChartsLegendSlotExtension } from "../ChartsLegend/index.mjs";
6
- import { type ChartsOverlayProps } from "../ChartsOverlay/index.mjs";
7
- import { type ChartsRadialDataProviderProps } from "../ChartsRadialDataProvider/index.mjs";
2
+ import type { ChartsClipPathProps } from "../ChartsClipPath/index.mjs";
3
+ import type { ChartsRadialGridProps } from "../ChartsRadialGrid/index.mjs";
4
+ import type { ChartsRadialAxisHighlightProps } from "../ChartsRadialAxisHighlight/index.mjs";
5
+ import type { ChartsLegendSlotExtension } from "../ChartsLegend/index.mjs";
6
+ import type { ChartsOverlayProps } from "../ChartsOverlay/index.mjs";
7
+ import type { ChartsRadialDataProviderProps } from "../ChartsRadialDataProvider/index.mjs";
8
8
  import type { RadialLineChartProps } from "./RadialLineChart.mjs";
9
9
  import type { ChartsWrapperProps } from "../ChartsWrapper/index.mjs";
10
- import { type RadialLineChartPluginSignatures } from "./RadialLineChart.plugins.mjs";
10
+ import type { RadialLineChartPluginSignatures } from "./RadialLineChart.plugins.mjs";
11
11
  /**
12
12
  * A helper function that extracts RadialLineChartProps from the input props
13
13
  * and returns an object with props for the children components of RadialLineChart.
@@ -1,13 +1,13 @@
1
1
  import * as React from 'react';
2
- import { type ChartsClipPathProps } from "../ChartsClipPath/index.js";
3
- import { type ChartsRadialGridProps } from "../ChartsRadialGrid/index.js";
4
- import { type ChartsRadialAxisHighlightProps } from "../ChartsRadialAxisHighlight/index.js";
5
- import { type ChartsLegendSlotExtension } from "../ChartsLegend/index.js";
6
- import { type ChartsOverlayProps } from "../ChartsOverlay/index.js";
7
- import { type ChartsRadialDataProviderProps } from "../ChartsRadialDataProvider/index.js";
2
+ import type { ChartsClipPathProps } from "../ChartsClipPath/index.js";
3
+ import type { ChartsRadialGridProps } from "../ChartsRadialGrid/index.js";
4
+ import type { ChartsRadialAxisHighlightProps } from "../ChartsRadialAxisHighlight/index.js";
5
+ import type { ChartsLegendSlotExtension } from "../ChartsLegend/index.js";
6
+ import type { ChartsOverlayProps } from "../ChartsOverlay/index.js";
7
+ import type { ChartsRadialDataProviderProps } from "../ChartsRadialDataProvider/index.js";
8
8
  import type { RadialLineChartProps } from "./RadialLineChart.js";
9
9
  import type { ChartsWrapperProps } from "../ChartsWrapper/index.js";
10
- import { type RadialLineChartPluginSignatures } from "./RadialLineChart.plugins.js";
10
+ import type { RadialLineChartPluginSignatures } from "./RadialLineChart.plugins.js";
11
11
  /**
12
12
  * A helper function that extracts RadialLineChartProps from the input props
13
13
  * and returns an object with props for the children components of RadialLineChart.
@@ -1,4 +1,4 @@
1
- import { type CurveType, type MarkShape, type SeriesId } from '@mui/x-charts/models';
1
+ import type { CurveType, MarkShape, SeriesId } from '@mui/x-charts/models';
2
2
  export interface RadialLinePoint {
3
3
  x: number;
4
4
  y: number;
@@ -1,4 +1,4 @@
1
- import { type CurveType, type MarkShape, type SeriesId } from '@mui/x-charts/models';
1
+ import type { CurveType, MarkShape, SeriesId } from '@mui/x-charts/models';
2
2
  export interface RadialLinePoint {
3
3
  x: number;
4
4
  y: number;
@@ -1,11 +1,11 @@
1
1
  import * as React from 'react';
2
- import { type ScatterChartProps, type ScatterChartSlots, type ScatterChartSlotProps } from '@mui/x-charts/ScatterChart';
3
- import { type ChartsTooltipProps } from '@mui/x-charts/ChartsTooltip';
2
+ import type { ScatterChartProps, ScatterChartSlots, ScatterChartSlotProps } from '@mui/x-charts/ScatterChart';
3
+ import type { ChartsTooltipProps } from '@mui/x-charts/ChartsTooltip';
4
4
  import type { TooltipPropsOverrides } from '@mui/x-charts/models';
5
- import { type ChartsToolbarProSlotProps, type ChartsToolbarProSlots } from '@mui/x-charts-pro/ChartsToolbarPro';
6
- import { type ChartsSlotPropsPro, type ChartsSlotsPro } from '@mui/x-charts-pro/internals';
7
- import { type ChartsContainerPremiumProps } from "../ChartsContainerPremium/index.mjs";
8
- import { type ScatterChartPremiumPluginSignatures } from "./ScatterChartPremium.plugins.mjs";
5
+ import type { ChartsToolbarProSlotProps, ChartsToolbarProSlots } from '@mui/x-charts-pro/ChartsToolbarPro';
6
+ import type { ChartsSlotPropsPro, ChartsSlotsPro } from '@mui/x-charts-pro/internals';
7
+ import type { ChartsContainerPremiumProps } from "../ChartsContainerPremium/index.mjs";
8
+ import type { ScatterChartPremiumPluginSignatures } from "./ScatterChartPremium.plugins.mjs";
9
9
  export interface ScatterChartPremiumSlots extends Omit<ScatterChartSlots, 'toolbar'>, ChartsToolbarProSlots, Partial<ChartsSlotsPro> {}
10
10
  export interface ScatterChartPremiumSlotProps extends Omit<ScatterChartSlotProps, 'toolbar' | 'tooltip'>, ChartsToolbarProSlotProps, Partial<ChartsSlotPropsPro> {
11
11
  tooltip?: Partial<ChartsTooltipProps<'item' | 'none'>> & TooltipPropsOverrides;
@@ -1,11 +1,11 @@
1
1
  import * as React from 'react';
2
- import { type ScatterChartProps, type ScatterChartSlots, type ScatterChartSlotProps } from '@mui/x-charts/ScatterChart';
3
- import { type ChartsTooltipProps } from '@mui/x-charts/ChartsTooltip';
2
+ import type { ScatterChartProps, ScatterChartSlots, ScatterChartSlotProps } from '@mui/x-charts/ScatterChart';
3
+ import type { ChartsTooltipProps } from '@mui/x-charts/ChartsTooltip';
4
4
  import type { TooltipPropsOverrides } from '@mui/x-charts/models';
5
- import { type ChartsToolbarProSlotProps, type ChartsToolbarProSlots } from '@mui/x-charts-pro/ChartsToolbarPro';
6
- import { type ChartsSlotPropsPro, type ChartsSlotsPro } from '@mui/x-charts-pro/internals';
7
- import { type ChartsContainerPremiumProps } from "../ChartsContainerPremium/index.js";
8
- import { type ScatterChartPremiumPluginSignatures } from "./ScatterChartPremium.plugins.js";
5
+ import type { ChartsToolbarProSlotProps, ChartsToolbarProSlots } from '@mui/x-charts-pro/ChartsToolbarPro';
6
+ import type { ChartsSlotPropsPro, ChartsSlotsPro } from '@mui/x-charts-pro/internals';
7
+ import type { ChartsContainerPremiumProps } from "../ChartsContainerPremium/index.js";
8
+ import type { ScatterChartPremiumPluginSignatures } from "./ScatterChartPremium.plugins.js";
9
9
  export interface ScatterChartPremiumSlots extends Omit<ScatterChartSlots, 'toolbar'>, ChartsToolbarProSlots, Partial<ChartsSlotsPro> {}
10
10
  export interface ScatterChartPremiumSlotProps extends Omit<ScatterChartSlotProps, 'toolbar' | 'tooltip'>, ChartsToolbarProSlotProps, Partial<ChartsSlotPropsPro> {
11
11
  tooltip?: Partial<ChartsTooltipProps<'item' | 'none'>> & TooltipPropsOverrides;
@@ -1,3 +1,3 @@
1
- import { type ScatterChartProPluginSignatures } from '@mui/x-charts-pro/ScatterChartPro';
1
+ import type { ScatterChartProPluginSignatures } from '@mui/x-charts-pro/ScatterChartPro';
2
2
  export type ScatterChartPremiumPluginSignatures = ScatterChartProPluginSignatures;
3
3
  export declare const SCATTER_CHART_PREMIUM_PLUGINS: readonly [import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartZAxisSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts/internals").UseChartBrushSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartTooltipSignature<"scatter">>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartInteractionSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartCartesianAxisSignature<"scatter">>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartHighlightSignature<"scatter">>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartVisibilityManagerSignature<"scatter">>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartClosestPointSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts/internals").UseChartKeyboardNavigationSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts-pro/plugins").UseChartProZoomSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts-pro/plugins").UseChartProExportSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts/internals").UseProgressiveRenderingSignature>];
@@ -1,3 +1,3 @@
1
- import { type ScatterChartProPluginSignatures } from '@mui/x-charts-pro/ScatterChartPro';
1
+ import type { ScatterChartProPluginSignatures } from '@mui/x-charts-pro/ScatterChartPro';
2
2
  export type ScatterChartPremiumPluginSignatures = ScatterChartProPluginSignatures;
3
3
  export declare const SCATTER_CHART_PREMIUM_PLUGINS: readonly [import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartZAxisSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts/internals").UseChartBrushSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartTooltipSignature<"scatter">>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartInteractionSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartCartesianAxisSignature<"scatter">>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartHighlightSignature<"scatter">>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartVisibilityManagerSignature<"scatter">>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartClosestPointSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts/internals").UseChartKeyboardNavigationSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts-pro/plugins").UseChartProZoomSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts-pro/plugins").UseChartProExportSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts/internals").UseProgressiveRenderingSignature>];
@@ -1,4 +1,4 @@
1
- import { type RendererType, type ScatterPlotProps, type ScatterPlotSlots, type ScatterPlotSlotProps } from '@mui/x-charts/ScatterChart';
1
+ import type { RendererType, ScatterPlotProps, ScatterPlotSlots, ScatterPlotSlotProps } from '@mui/x-charts/ScatterChart';
2
2
  export interface ScatterPlotPremiumSlots extends ScatterPlotSlots {}
3
3
  export interface ScatterPlotPremiumSlotProps extends ScatterPlotSlotProps {}
4
4
  export interface ScatterPlotPremiumProps extends Omit<ScatterPlotProps, 'renderer'> {
@@ -1,4 +1,4 @@
1
- import { type RendererType, type ScatterPlotProps, type ScatterPlotSlots, type ScatterPlotSlotProps } from '@mui/x-charts/ScatterChart';
1
+ import type { RendererType, ScatterPlotProps, ScatterPlotSlots, ScatterPlotSlotProps } from '@mui/x-charts/ScatterChart';
2
2
  export interface ScatterPlotPremiumSlots extends ScatterPlotSlots {}
3
3
  export interface ScatterPlotPremiumSlotProps extends ScatterPlotSlotProps {}
4
4
  export interface ScatterPlotPremiumProps extends Omit<ScatterPlotProps, 'renderer'> {
@@ -1,4 +1,4 @@
1
- import { type ScatterWebGLPlotData } from "./useScatterWebGLPlotData.mjs";
1
+ import type { ScatterWebGLPlotData } from "./useScatterWebGLPlotData.mjs";
2
2
  export declare class ScatterWebGLProgram {
3
3
  private gl;
4
4
  private readonly shaders;
@@ -1,4 +1,4 @@
1
- import { type ScatterWebGLPlotData } from "./useScatterWebGLPlotData.js";
1
+ import type { ScatterWebGLPlotData } from "./useScatterWebGLPlotData.js";
2
2
  export declare class ScatterWebGLProgram {
3
3
  private gl;
4
4
  private readonly shaders;
@@ -1,4 +1,4 @@
1
- import { type ChartPremiumApi } from "./ChartPremiumApi.mjs";
1
+ import type { ChartPremiumApi } from "./ChartPremiumApi.mjs";
2
2
  /**
3
3
  * The `useChartPremiumApiContext` hook provides access to the chart API.
4
4
  * This is only available when the chart is rendered within a chart or a `ChartsDataProviderPremium` component.
@@ -1,4 +1,4 @@
1
- import { type ChartPremiumApi } from "./ChartPremiumApi.js";
1
+ import type { ChartPremiumApi } from "./ChartPremiumApi.js";
2
2
  /**
3
3
  * The `useChartPremiumApiContext` hook provides access to the chart API.
4
4
  * This is only available when the chart is rendered within a chart or a `ChartsDataProviderPremium` component.
@@ -1,5 +1,5 @@
1
1
  import type * as React from 'react';
2
- import { type AnimatedRangeBarElementProps } from "../../BarChartPremium/RangeBar/AnimatedRangeBarElement.mjs";
2
+ import type { AnimatedRangeBarElementProps } from "../../BarChartPremium/RangeBar/AnimatedRangeBarElement.mjs";
3
3
  type UseAnimateRangeBarParams = Pick<AnimatedRangeBarElementProps, 'x' | 'y' | 'xOrigin' | 'yOrigin' | 'width' | 'height' | 'skipAnimation' | 'layout'> & {
4
4
  ref?: React.Ref<SVGRectElement>;
5
5
  hidden?: boolean;
@@ -1,5 +1,5 @@
1
1
  import type * as React from 'react';
2
- import { type AnimatedRangeBarElementProps } from "../../BarChartPremium/RangeBar/AnimatedRangeBarElement.js";
2
+ import type { AnimatedRangeBarElementProps } from "../../BarChartPremium/RangeBar/AnimatedRangeBarElement.js";
3
3
  type UseAnimateRangeBarParams = Pick<AnimatedRangeBarElementProps, 'x' | 'y' | 'xOrigin' | 'yOrigin' | 'width' | 'height' | 'skipAnimation' | 'layout'> & {
4
4
  ref?: React.Ref<SVGRectElement>;
5
5
  hidden?: boolean;
@@ -1,8 +1,8 @@
1
1
  import * as React from 'react';
2
- import { type ChartAnyPluginSignature } from '@mui/x-charts/internals';
3
- import { type ChartPremiumApi } from "../context/index.mjs";
4
- import { type AllPluginSignatures } from "../internals/plugins/allPlugins.mjs";
5
- import { type PremiumPluginsPerSeriesType } from "../context/ChartPremiumApi.mjs";
2
+ import type { ChartAnyPluginSignature } from '@mui/x-charts/internals';
3
+ import type { ChartPremiumApi } from "../context/index.mjs";
4
+ import type { AllPluginSignatures } from "../internals/plugins/allPlugins.mjs";
5
+ import type { PremiumPluginsPerSeriesType } from "../context/ChartPremiumApi.mjs";
6
6
  /**
7
7
  * Hook that instantiates a [[ChartPremiumApiRef]].
8
8
  * The chart type needs to be given as the generic parameter to narrow down the API to the specific chart type.
@@ -1,8 +1,8 @@
1
1
  import * as React from 'react';
2
- import { type ChartAnyPluginSignature } from '@mui/x-charts/internals';
3
- import { type ChartPremiumApi } from "../context/index.js";
4
- import { type AllPluginSignatures } from "../internals/plugins/allPlugins.js";
5
- import { type PremiumPluginsPerSeriesType } from "../context/ChartPremiumApi.js";
2
+ import type { ChartAnyPluginSignature } from '@mui/x-charts/internals';
3
+ import type { ChartPremiumApi } from "../context/index.js";
4
+ import type { AllPluginSignatures } from "../internals/plugins/allPlugins.js";
5
+ import type { PremiumPluginsPerSeriesType } from "../context/ChartPremiumApi.js";
6
6
  /**
7
7
  * Hook that instantiates a [[ChartPremiumApiRef]].
8
8
  * The chart type needs to be given as the generic parameter to narrow down the API to the specific chart type.
@@ -1,4 +1,4 @@
1
- import { type ExtendedFeatureCollection } from '@mui/x-charts-vendor/d3-geo';
1
+ import type { ExtendedFeatureCollection } from '@mui/x-charts-vendor/d3-geo';
2
2
  /**
3
3
  * Get the GeoJSON `FeatureCollection` currently registered with the geo chart,
4
4
  * or `null` when no `geoData` has been configured.
@@ -1,4 +1,4 @@
1
- import { type ExtendedFeatureCollection } from '@mui/x-charts-vendor/d3-geo';
1
+ import type { ExtendedFeatureCollection } from '@mui/x-charts-vendor/d3-geo';
2
2
  /**
3
3
  * Get the GeoJSON `FeatureCollection` currently registered with the geo chart,
4
4
  * or `null` when no `geoData` has been configured.
@@ -2,7 +2,6 @@
2
2
 
3
3
  import { useStore } from '@mui/x-charts/internals';
4
4
  import { selectorChartGeoData } from "../internals/plugins/useGeoProjection/index.mjs";
5
-
6
5
  /**
7
6
  * Get the GeoJSON `FeatureCollection` currently registered with the geo chart,
8
7
  * or `null` when no `geoData` has been configured.
@@ -2,7 +2,6 @@
2
2
 
3
3
  import { useStore } from '@mui/x-charts/internals';
4
4
  import { selectorChartGeoFeatureIndexesByName } from "../internals/plugins/useGeoProjection/index.mjs";
5
-
6
5
  /**
7
6
  * Get a map from `feature.properties.name` to the indices of that feature in `geoData.features`.
8
7
  *
@@ -1,4 +1,4 @@
1
- import { type GeoPath } from '@mui/x-charts-vendor/d3-geo';
1
+ import type { GeoPath } from '@mui/x-charts-vendor/d3-geo';
2
2
  /**
3
3
  * Get the geo path registered with the geo chart, resolved against d3-geo and
4
4
  * fitted to the chart's drawing area.
@@ -1,4 +1,4 @@
1
- import { type GeoPath } from '@mui/x-charts-vendor/d3-geo';
1
+ import type { GeoPath } from '@mui/x-charts-vendor/d3-geo';
2
2
  /**
3
3
  * Get the geo path registered with the geo chart, resolved against d3-geo and
4
4
  * fitted to the chart's drawing area.
@@ -2,7 +2,6 @@
2
2
 
3
3
  import { useStore } from '@mui/x-charts/internals';
4
4
  import { selectorChartGeoPath } from "../internals/plugins/useGeoProjection/index.mjs";
5
-
6
5
  /**
7
6
  * Get the geo path registered with the geo chart, resolved against d3-geo and
8
7
  * fitted to the chart's drawing area.
@@ -1,5 +1,5 @@
1
- import { type ChartSeriesDefaultized, type ProcessedSeries } from '@mui/x-charts/internals';
2
- import { type SeriesId } from '@mui/x-charts/models';
1
+ import type { ChartSeriesDefaultized, ProcessedSeries } from '@mui/x-charts/internals';
2
+ import type { SeriesId } from '@mui/x-charts/models';
3
3
  export type UseMapShapeSeriesReturnValue = ChartSeriesDefaultized<'mapShape'>;
4
4
  export type UseMapShapeSeriesContextReturnValue = ProcessedSeries['mapShape'];
5
5
  /**
@@ -1,5 +1,5 @@
1
- import { type ChartSeriesDefaultized, type ProcessedSeries } from '@mui/x-charts/internals';
2
- import { type SeriesId } from '@mui/x-charts/models';
1
+ import type { ChartSeriesDefaultized, ProcessedSeries } from '@mui/x-charts/internals';
2
+ import type { SeriesId } from '@mui/x-charts/models';
3
3
  export type UseMapShapeSeriesReturnValue = ChartSeriesDefaultized<'mapShape'>;
4
4
  export type UseMapShapeSeriesContextReturnValue = ProcessedSeries['mapShape'];
5
5
  /**
@@ -1,5 +1,5 @@
1
- import { type ChartSeriesDefaultized, type ProcessedSeries } from '@mui/x-charts/internals';
2
- import { type SeriesId } from '@mui/x-charts/models';
1
+ import type { ChartSeriesDefaultized, ProcessedSeries } from '@mui/x-charts/internals';
2
+ import type { SeriesId } from '@mui/x-charts/models';
3
3
  export type UseOHLCSeriesReturnValue = ChartSeriesDefaultized<'ohlc'>;
4
4
  export type UseOHLCSeriesContextReturnValue = ProcessedSeries['ohlc'];
5
5
  /**
@@ -1,5 +1,5 @@
1
- import { type ChartSeriesDefaultized, type ProcessedSeries } from '@mui/x-charts/internals';
2
- import { type SeriesId } from '@mui/x-charts/models';
1
+ import type { ChartSeriesDefaultized, ProcessedSeries } from '@mui/x-charts/internals';
2
+ import type { SeriesId } from '@mui/x-charts/models';
3
3
  export type UseOHLCSeriesReturnValue = ChartSeriesDefaultized<'ohlc'>;
4
4
  export type UseOHLCSeriesContextReturnValue = ProcessedSeries['ohlc'];
5
5
  /**
@@ -1,5 +1,5 @@
1
- import { type ChartSeriesDefaultized, type ProcessedSeries } from '@mui/x-charts/internals';
2
- import { type SeriesId } from '@mui/x-charts/models';
1
+ import type { ChartSeriesDefaultized, ProcessedSeries } from '@mui/x-charts/internals';
2
+ import type { SeriesId } from '@mui/x-charts/models';
3
3
  export type UseRadialLineSeriesReturnValue = ChartSeriesDefaultized<'radialLine'>;
4
4
  export type UseRadialLineSeriesContextReturnValue = ProcessedSeries['radialLine'];
5
5
  /**
@@ -1,5 +1,5 @@
1
- import { type ChartSeriesDefaultized, type ProcessedSeries } from '@mui/x-charts/internals';
2
- import { type SeriesId } from '@mui/x-charts/models';
1
+ import type { ChartSeriesDefaultized, ProcessedSeries } from '@mui/x-charts/internals';
2
+ import type { SeriesId } from '@mui/x-charts/models';
3
3
  export type UseRadialLineSeriesReturnValue = ChartSeriesDefaultized<'radialLine'>;
4
4
  export type UseRadialLineSeriesContextReturnValue = ProcessedSeries['radialLine'];
5
5
  /**
@@ -1,5 +1,5 @@
1
- import { type ChartSeriesDefaultized, type ProcessedSeries } from '@mui/x-charts/internals';
2
- import { type SeriesId } from '@mui/x-charts/models';
1
+ import type { ChartSeriesDefaultized, ProcessedSeries } from '@mui/x-charts/internals';
2
+ import type { SeriesId } from '@mui/x-charts/models';
3
3
  export type UseRangeBarSeriesReturnValue = ChartSeriesDefaultized<'rangeBar'>;
4
4
  export type UseRangeBarSeriesContextReturnValue = ProcessedSeries['rangeBar'];
5
5
  /**
@@ -1,5 +1,5 @@
1
- import { type ChartSeriesDefaultized, type ProcessedSeries } from '@mui/x-charts/internals';
2
- import { type SeriesId } from '@mui/x-charts/models';
1
+ import type { ChartSeriesDefaultized, ProcessedSeries } from '@mui/x-charts/internals';
2
+ import type { SeriesId } from '@mui/x-charts/models';
3
3
  export type UseRangeBarSeriesReturnValue = ChartSeriesDefaultized<'rangeBar'>;
4
4
  export type UseRangeBarSeriesContextReturnValue = ProcessedSeries['rangeBar'];
5
5
  /**