@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,9 +1,9 @@
1
1
  import * as React from 'react';
2
- import { type BarChartProProps, type BarChartProSlotProps, type BarChartProSlots } from '@mui/x-charts-pro/BarChartPro';
3
- import { type BarSeries } from '@mui/x-charts/BarChart';
2
+ import type { BarChartProProps, BarChartProSlotProps, BarChartProSlots } from '@mui/x-charts-pro/BarChartPro';
3
+ import type { BarSeries } from '@mui/x-charts/BarChart';
4
4
  import type { BarChartPremiumPluginSignatures } from "./BarChartPremium.plugins.mjs";
5
- import { type BarPlotPremiumProps } from "./BarPlotPremium.mjs";
6
- import { type BarItemIdentifier, type RangeBarItemIdentifier, type RangeBarSeriesType } from "../models/index.mjs";
5
+ import type { BarPlotPremiumProps } from "./BarPlotPremium.mjs";
6
+ import type { BarItemIdentifier, RangeBarItemIdentifier, RangeBarSeriesType } from "../models/index.mjs";
7
7
  import type { ChartsContainerPremiumProps } from "../ChartsContainerPremium/index.mjs";
8
8
  export type RangeBarSeries = RangeBarSeriesType;
9
9
  export interface BarChartPremiumSlots extends BarChartProSlots {}
@@ -1,9 +1,9 @@
1
1
  import * as React from 'react';
2
- import { type BarChartProProps, type BarChartProSlotProps, type BarChartProSlots } from '@mui/x-charts-pro/BarChartPro';
3
- import { type BarSeries } from '@mui/x-charts/BarChart';
2
+ import type { BarChartProProps, BarChartProSlotProps, BarChartProSlots } from '@mui/x-charts-pro/BarChartPro';
3
+ import type { BarSeries } from '@mui/x-charts/BarChart';
4
4
  import type { BarChartPremiumPluginSignatures } from "./BarChartPremium.plugins.js";
5
- import { type BarPlotPremiumProps } from "./BarPlotPremium.js";
6
- import { type BarItemIdentifier, type RangeBarItemIdentifier, type RangeBarSeriesType } from "../models/index.js";
5
+ import type { BarPlotPremiumProps } from "./BarPlotPremium.js";
6
+ import type { BarItemIdentifier, RangeBarItemIdentifier, RangeBarSeriesType } from "../models/index.js";
7
7
  import type { ChartsContainerPremiumProps } from "../ChartsContainerPremium/index.js";
8
8
  export type RangeBarSeries = RangeBarSeriesType;
9
9
  export interface BarChartPremiumSlots extends BarChartProSlots {}
@@ -1,4 +1,4 @@
1
- import { type ConvertSignaturesIntoPlugins } from '@mui/x-charts/internals';
2
- import { type BarChartProPluginSignatures } from '@mui/x-charts-pro/BarChartPro';
1
+ import type { ConvertSignaturesIntoPlugins } from '@mui/x-charts/internals';
2
+ import type { BarChartProPluginSignatures } from '@mui/x-charts-pro/BarChartPro';
3
3
  export type BarChartPremiumPluginSignatures = BarChartProPluginSignatures;
4
4
  export declare const BAR_CHART_PREMIUM_PLUGINS: ConvertSignaturesIntoPlugins<BarChartPremiumPluginSignatures>;
@@ -1,4 +1,4 @@
1
- import { type ConvertSignaturesIntoPlugins } from '@mui/x-charts/internals';
2
- import { type BarChartProPluginSignatures } from '@mui/x-charts-pro/BarChartPro';
1
+ import type { ConvertSignaturesIntoPlugins } from '@mui/x-charts/internals';
2
+ import type { BarChartProPluginSignatures } from '@mui/x-charts-pro/BarChartPro';
3
3
  export type BarChartPremiumPluginSignatures = BarChartProPluginSignatures;
4
4
  export declare const BAR_CHART_PREMIUM_PLUGINS: ConvertSignaturesIntoPlugins<BarChartPremiumPluginSignatures>;
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { type BarPlotProps, type BarPlotSlotProps, type BarPlotSlots } from '@mui/x-charts/BarChart';
2
+ import type { BarPlotProps, BarPlotSlotProps, BarPlotSlots } from '@mui/x-charts/BarChart';
3
3
  import type { RendererType } from '@mui/x-charts/ScatterChart';
4
4
  export type BarPlotPremiumRenderer = RendererType | 'webgl';
5
5
  export interface BarPlotPremiumSlots extends BarPlotSlots {}
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { type BarPlotProps, type BarPlotSlotProps, type BarPlotSlots } from '@mui/x-charts/BarChart';
2
+ import type { BarPlotProps, BarPlotSlotProps, BarPlotSlots } from '@mui/x-charts/BarChart';
3
3
  import type { RendererType } from '@mui/x-charts/ScatterChart';
4
4
  export type BarPlotPremiumRenderer = RendererType | 'webgl';
5
5
  export interface BarPlotPremiumSlots extends BarPlotSlots {}
@@ -1,4 +1,4 @@
1
- import { type BarProps } from '@mui/x-charts/BarChart';
1
+ import type { BarProps } from '@mui/x-charts/BarChart';
2
2
  export interface AnimatedRangeBarElementProps extends BarProps {
3
3
  /**
4
4
  * If true, the bar is hidden and will animate to a collapsed state.
@@ -1,4 +1,4 @@
1
- import { type BarProps } from '@mui/x-charts/BarChart';
1
+ import type { BarProps } from '@mui/x-charts/BarChart';
2
2
  export interface AnimatedRangeBarElementProps extends BarProps {
3
3
  /**
4
4
  * If true, the bar is hidden and will animate to a collapsed state.
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
- import { type BarElementSlotProps, type BarElementSlots, type BarLabelSlots, type BarLabelSlotProps } from '@mui/x-charts/BarChart';
3
- import { type RangeBarItemIdentifier } from "../../models/index.mjs";
2
+ import type { BarElementSlotProps, BarElementSlots, BarLabelSlots, BarLabelSlotProps } from '@mui/x-charts/BarChart';
3
+ import type { RangeBarItemIdentifier } from "../../models/index.mjs";
4
4
  export type RangeBarPlotRenderer = 'svg-single' | 'webgl';
5
5
  export interface RangeBarPlotSlots extends BarElementSlots, BarLabelSlots {}
6
6
  export interface RangeBarPlotSlotProps extends BarElementSlotProps, BarLabelSlotProps {}
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
- import { type BarElementSlotProps, type BarElementSlots, type BarLabelSlots, type BarLabelSlotProps } from '@mui/x-charts/BarChart';
3
- import { type RangeBarItemIdentifier } from "../../models/index.js";
2
+ import type { BarElementSlotProps, BarElementSlots, BarLabelSlots, BarLabelSlotProps } from '@mui/x-charts/BarChart';
3
+ import type { RangeBarItemIdentifier } from "../../models/index.js";
4
4
  export type RangeBarPlotRenderer = 'svg-single' | 'webgl';
5
5
  export interface RangeBarPlotSlots extends BarElementSlots, BarLabelSlots {}
6
6
  export interface RangeBarPlotSlotProps extends BarElementSlotProps, BarLabelSlotProps {}
@@ -1,4 +1,4 @@
1
- import { type ChartSeriesDefaultized, type ChartsXAxisProps, type ChartsYAxisProps, type ComputedAxis, type ScaleName } from '@mui/x-charts/internals';
1
+ import type { ChartSeriesDefaultized, ChartsXAxisProps, ChartsYAxisProps, ComputedAxis, ScaleName } from '@mui/x-charts/internals';
2
2
  export declare function createGetRangeBarDimensions(params: {
3
3
  verticalLayout: boolean;
4
4
  xAxisConfig: ComputedAxis<ScaleName, any, ChartsXAxisProps>;
@@ -1,4 +1,4 @@
1
- import { type ChartSeriesDefaultized, type ChartsXAxisProps, type ChartsYAxisProps, type ComputedAxis, type ScaleName } from '@mui/x-charts/internals';
1
+ import type { ChartSeriesDefaultized, ChartsXAxisProps, ChartsYAxisProps, ComputedAxis, ScaleName } from '@mui/x-charts/internals';
2
2
  export declare function createGetRangeBarDimensions(params: {
3
3
  verticalLayout: boolean;
4
4
  xAxisConfig: ComputedAxis<ScaleName, any, ChartsXAxisProps>;
@@ -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<'rangeBar'>;
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<'rangeBar'>;
3
3
  export default descriptionGetter;
@@ -1,3 +1,3 @@
1
- import { type CartesianExtremumGetter } from '@mui/x-charts/internals';
1
+ import type { CartesianExtremumGetter } from '@mui/x-charts/internals';
2
2
  export declare const getExtremumX: CartesianExtremumGetter<'rangeBar'>;
3
3
  export declare const getExtremumY: CartesianExtremumGetter<'rangeBar'>;
@@ -1,3 +1,3 @@
1
- import { type CartesianExtremumGetter } from '@mui/x-charts/internals';
1
+ import type { CartesianExtremumGetter } from '@mui/x-charts/internals';
2
2
  export declare const getExtremumX: CartesianExtremumGetter<'rangeBar'>;
3
3
  export declare const getExtremumY: CartesianExtremumGetter<'rangeBar'>;
@@ -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<'rangeBar'>;
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<'rangeBar'>;
3
3
  export default getColor;
@@ -1,4 +1,4 @@
1
- import { type AllSeriesType } from '@mui/x-charts/models';
1
+ import type { AllSeriesType } from '@mui/x-charts/models';
2
2
  export declare function getSeriesWithDefaultValues(seriesData: AllSeriesType<'rangeBar'>, seriesIndex: number, colors: readonly string[]): {
3
3
  id: string;
4
4
  color: string;
@@ -1,4 +1,4 @@
1
- import { type AllSeriesType } from '@mui/x-charts/models';
1
+ import type { AllSeriesType } from '@mui/x-charts/models';
2
2
  export declare function getSeriesWithDefaultValues(seriesData: AllSeriesType<'rangeBar'>, seriesIndex: number, colors: readonly string[]): {
3
3
  id: string;
4
4
  color: string;
@@ -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 rangeBarSeriesConfig: ChartSeriesTypeConfig<'rangeBar'>;
@@ -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 rangeBarSeriesConfig: ChartSeriesTypeConfig<'rangeBar'>;
@@ -1,3 +1,3 @@
1
- import { type KeyboardFocusHandler, type ComposableCartesianChartSeriesType } from '@mui/x-charts/internals';
1
+ import type { KeyboardFocusHandler, ComposableCartesianChartSeriesType } from '@mui/x-charts/internals';
2
2
  declare const keyboardFocusHandler: KeyboardFocusHandler<'rangeBar', ComposableCartesianChartSeriesType>;
3
3
  export default keyboardFocusHandler;
@@ -1,3 +1,3 @@
1
- import { type KeyboardFocusHandler, type ComposableCartesianChartSeriesType } from '@mui/x-charts/internals';
1
+ import type { KeyboardFocusHandler, ComposableCartesianChartSeriesType } from '@mui/x-charts/internals';
2
2
  declare const keyboardFocusHandler: KeyboardFocusHandler<'rangeBar', ComposableCartesianChartSeriesType>;
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<'rangeBar'>;
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<'rangeBar'>;
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<'rangeBar'>;
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<'rangeBar'>;
3
3
  export default seriesProcessor;
@@ -1,4 +1,4 @@
1
- import { type AxisTooltipGetter, type TooltipGetter } from '@mui/x-charts/internals';
1
+ import type { AxisTooltipGetter, TooltipGetter } from '@mui/x-charts/internals';
2
2
  declare const tooltipGetter: TooltipGetter<'rangeBar'>;
3
3
  export declare const axisTooltipGetter: AxisTooltipGetter<'rangeBar', 'x' | 'y'>;
4
4
  export default tooltipGetter;
@@ -1,4 +1,4 @@
1
- import { type AxisTooltipGetter, type TooltipGetter } from '@mui/x-charts/internals';
1
+ import type { AxisTooltipGetter, TooltipGetter } from '@mui/x-charts/internals';
2
2
  declare const tooltipGetter: TooltipGetter<'rangeBar'>;
3
3
  export declare const axisTooltipGetter: AxisTooltipGetter<'rangeBar', 'x' | 'y'>;
4
4
  export default tooltipGetter;
@@ -1,3 +1,3 @@
1
- import { type TooltipItemPositionGetter } from '@mui/x-charts/internals';
1
+ import type { TooltipItemPositionGetter } from '@mui/x-charts/internals';
2
2
  declare const tooltipItemPositionGetter: TooltipItemPositionGetter<'rangeBar'>;
3
3
  export default tooltipItemPositionGetter;
@@ -1,3 +1,3 @@
1
- import { type TooltipItemPositionGetter } from '@mui/x-charts/internals';
1
+ import type { TooltipItemPositionGetter } from '@mui/x-charts/internals';
2
2
  declare const tooltipItemPositionGetter: TooltipItemPositionGetter<'rangeBar'>;
3
3
  export default tooltipItemPositionGetter;
@@ -1,5 +1,5 @@
1
- import { type ChartDrawingArea } from '@mui/x-charts/hooks';
2
- import { type ComputedAxisConfig } from '@mui/x-charts/internals';
3
- import { type ChartsXAxisProps, type ChartsYAxisProps } from '@mui/x-charts/models';
4
- import { type ProcessedRangeBarSeriesData } from "./types.mjs";
1
+ import type { ChartDrawingArea } from '@mui/x-charts/hooks';
2
+ import type { ComputedAxisConfig } from '@mui/x-charts/internals';
3
+ import type { ChartsXAxisProps, ChartsYAxisProps } from '@mui/x-charts/models';
4
+ import type { ProcessedRangeBarSeriesData } from "./types.mjs";
5
5
  export declare function useRangeBarPlotData(drawingArea: ChartDrawingArea, xAxes: ComputedAxisConfig<ChartsXAxisProps>, yAxes: ComputedAxisConfig<ChartsYAxisProps>): ProcessedRangeBarSeriesData[];
@@ -1,5 +1,5 @@
1
- import { type ChartDrawingArea } from '@mui/x-charts/hooks';
2
- import { type ComputedAxisConfig } from '@mui/x-charts/internals';
3
- import { type ChartsXAxisProps, type ChartsYAxisProps } from '@mui/x-charts/models';
4
- import { type ProcessedRangeBarSeriesData } from "./types.js";
1
+ import type { ChartDrawingArea } from '@mui/x-charts/hooks';
2
+ import type { ComputedAxisConfig } from '@mui/x-charts/internals';
3
+ import type { ChartsXAxisProps, ChartsYAxisProps } from '@mui/x-charts/models';
4
+ import type { ProcessedRangeBarSeriesData } from "./types.js";
5
5
  export declare function useRangeBarPlotData(drawingArea: ChartDrawingArea, xAxes: ComputedAxisConfig<ChartsXAxisProps>, yAxes: ComputedAxisConfig<ChartsYAxisProps>): ProcessedRangeBarSeriesData[];
@@ -1,8 +1,8 @@
1
- import { type BarChartPluginSignatures } from '@mui/x-charts/BarChart';
2
- import { type ChartsContainerProps } from '@mui/x-charts/ChartsContainer';
3
- import { type BarChartPremiumProps } from "./BarChartPremium.mjs";
4
- import { type BarPlotPremiumProps } from "./BarPlotPremium.mjs";
5
- import { type RangeBarPlotProps } from "./RangeBar/RangeBarPlot.mjs";
1
+ import type { BarChartPluginSignatures } from '@mui/x-charts/BarChart';
2
+ import type { ChartsContainerProps } from '@mui/x-charts/ChartsContainer';
3
+ import type { BarChartPremiumProps } from "./BarChartPremium.mjs";
4
+ import type { BarPlotPremiumProps } from "./BarPlotPremium.mjs";
5
+ import type { RangeBarPlotProps } from "./RangeBar/RangeBarPlot.mjs";
6
6
  /**
7
7
  * A helper function that extracts BarChartPremiumProps from the input props
8
8
  * and returns an object with props for the children components of BarChartPremium.
@@ -1,8 +1,8 @@
1
- import { type BarChartPluginSignatures } from '@mui/x-charts/BarChart';
2
- import { type ChartsContainerProps } from '@mui/x-charts/ChartsContainer';
3
- import { type BarChartPremiumProps } from "./BarChartPremium.js";
4
- import { type BarPlotPremiumProps } from "./BarPlotPremium.js";
5
- import { type RangeBarPlotProps } from "./RangeBar/RangeBarPlot.js";
1
+ import type { BarChartPluginSignatures } from '@mui/x-charts/BarChart';
2
+ import type { ChartsContainerProps } from '@mui/x-charts/ChartsContainer';
3
+ import type { BarChartPremiumProps } from "./BarChartPremium.js";
4
+ import type { BarPlotPremiumProps } from "./BarPlotPremium.js";
5
+ import type { RangeBarPlotProps } from "./RangeBar/RangeBarPlot.js";
6
6
  /**
7
7
  * A helper function that extracts BarChartPremiumProps from the input props
8
8
  * and returns an object with props for the children components of BarChartPremium.
@@ -1,4 +1,4 @@
1
- import { type BarWebGLPlotData } from "./useBarWebGLPlotData.mjs";
1
+ import type { BarWebGLPlotData } from "./useBarWebGLPlotData.mjs";
2
2
  export declare class BarWebGLProgram {
3
3
  private gl;
4
4
  private readonly shaders;
@@ -1,4 +1,4 @@
1
- import { type BarWebGLPlotData } from "./useBarWebGLPlotData.js";
1
+ import type { BarWebGLPlotData } from "./useBarWebGLPlotData.js";
2
2
  export declare class BarWebGLProgram {
3
3
  private gl;
4
4
  private readonly shaders;
@@ -1,5 +1,5 @@
1
- import { type ChartDrawingArea } from '@mui/x-charts/hooks';
2
- import { type ProcessedBarSeriesData } from '@mui/x-charts/internals';
3
- import { type WebGLBarLikePlotData } from "./useWebGLBarLikePlotData.mjs";
1
+ import type { ChartDrawingArea } from '@mui/x-charts/hooks';
2
+ import type { ProcessedBarSeriesData } from '@mui/x-charts/internals';
3
+ import type { WebGLBarLikePlotData } from "./useWebGLBarLikePlotData.mjs";
4
4
  export type BarWebGLPlotData = WebGLBarLikePlotData;
5
5
  export declare function useBarWebGLPlotData(drawingArea: ChartDrawingArea, completedData: ProcessedBarSeriesData[], borderRadius: number): BarWebGLPlotData;
@@ -1,5 +1,5 @@
1
- import { type ChartDrawingArea } from '@mui/x-charts/hooks';
2
- import { type ProcessedBarSeriesData } from '@mui/x-charts/internals';
3
- import { type WebGLBarLikePlotData } from "./useWebGLBarLikePlotData.js";
1
+ import type { ChartDrawingArea } from '@mui/x-charts/hooks';
2
+ import type { ProcessedBarSeriesData } from '@mui/x-charts/internals';
3
+ import type { WebGLBarLikePlotData } from "./useWebGLBarLikePlotData.js";
4
4
  export type BarWebGLPlotData = WebGLBarLikePlotData;
5
5
  export declare function useBarWebGLPlotData(drawingArea: ChartDrawingArea, completedData: ProcessedBarSeriesData[], borderRadius: number): BarWebGLPlotData;
@@ -1,6 +1,6 @@
1
- import { type ChartDrawingArea } from '@mui/x-charts/hooks';
2
- import { type BorderRadiusSide } from '@mui/x-charts/internals';
3
- import { type SeriesId } from '@mui/x-charts/models';
1
+ import type { ChartDrawingArea } from '@mui/x-charts/hooks';
2
+ import type { BorderRadiusSide } from '@mui/x-charts/internals';
3
+ import type { SeriesId } from '@mui/x-charts/models';
4
4
  export interface WebGLBarLikeItem {
5
5
  x: number;
6
6
  y: number;
@@ -1,6 +1,6 @@
1
- import { type ChartDrawingArea } from '@mui/x-charts/hooks';
2
- import { type BorderRadiusSide } from '@mui/x-charts/internals';
3
- import { type SeriesId } from '@mui/x-charts/models';
1
+ import type { ChartDrawingArea } from '@mui/x-charts/hooks';
2
+ import type { BorderRadiusSide } from '@mui/x-charts/internals';
3
+ import type { SeriesId } from '@mui/x-charts/models';
4
4
  export interface WebGLBarLikeItem {
5
5
  x: number;
6
6
  y: number;
package/CHANGELOG.md CHANGED
@@ -1,5 +1,115 @@
1
1
  # Changelog
2
2
 
3
+ ## 9.7.0
4
+
5
+ _Jun 25, 2026_
6
+
7
+ We'd like to extend a big thank you to the 13 contributors who made this release possible. Here are some highlights ✨:
8
+
9
+ - 🐞 Bugfixes
10
+ - 📚 Documentation improvements
11
+
12
+ Special thanks go out to these community members for their valuable contributions:
13
+ @Anexus5919, @mustafajw07
14
+
15
+ The following team members contributed to this release:
16
+ @alexfauquette, @arminmeh, @brijeshb42, @Janpot, @JCQuintas, @LukasTy, @MBilalShafi, @michelengelen, @romgrk, @sai6855, @siriwatknp
17
+
18
+ ### Data Grid
19
+
20
+ #### `@mui/x-data-grid@9.7.0`
21
+
22
+ - [DataGrid] Fix `CustomColumnMenuGrid` demo crashing (#22897) @sai6855
23
+ - [DataGrid] Fix crash in `getRowValue` when `colDef` is `undefined` (#22838) @LukasTy
24
+ - [DataGrid] Fix `longText` expand button submitting surrounding form (#22450) @siriwatknp
25
+ - [DataGrid] Remove filename ignore list from `removePropTypesPlugin` in Babel config (#22727) @sai6855
26
+ - [DataGrid] Deduplicate scroll-preserving focus logic (#22916) @sai6855
27
+ - [DataGrid] Fix `singleSelect` clearing to use empty string instead of `null` (#22881) @michelengelen
28
+ - [DataGrid] Wait for rows before reacting on `autosizeOnMount` (#22698) @MBilalShafi
29
+
30
+ #### `@mui/x-data-grid-pro@9.7.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
31
+
32
+ Same changes as in `@mui/x-data-grid@9.7.0`.
33
+
34
+ #### `@mui/x-data-grid-premium@9.7.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
35
+
36
+ Same changes as in `@mui/x-data-grid-pro@9.7.0`.
37
+
38
+ ### Date and Time Pickers
39
+
40
+ #### `@mui/x-date-pickers@9.7.0`
41
+
42
+ - [fields] Announce cardinal day in the day section `aria-valuetext` (#22922) @LukasTy
43
+ - [fields] Avoid focusing the field on blank space clicks (#22285) @LukasTy
44
+ - [pickers] Commit `TimeClock` value when the drag ends outside the clock (#22877) @LukasTy
45
+ - [pickers] Respect explicit `notched` prop on the outlined PickersTextField (#22875) @LukasTy
46
+
47
+ #### `@mui/x-date-pickers-pro@9.7.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
48
+
49
+ Same changes as in `@mui/x-date-pickers@9.7.0`.
50
+
51
+ ### Charts
52
+
53
+ #### `@mui/x-charts@9.7.0`
54
+
55
+ - [charts] Add demo for displaying the sum of all values from the stacked series on top of the stacked bars (#22879) @sai6855
56
+ - [charts] Add `zAxis` custom scatter component demo (#22746) @mustafajw07
57
+ - [charts] Apply axis `colorMap` to radial bar fill (#22800) @JCQuintas
58
+ - [charts] Simplify classes type (#22626) @alexfauquette
59
+ - [charts] Stable progressive scatter batching + responsive zoom/pan (#22862) @JCQuintas
60
+ - [charts] Strip dev-only console diagnostics from production (#22917) @sai6855
61
+ - [docs] Fix scatter renderer table blocking column (#22904) @JCQuintas
62
+ - [docs] Make `ScatterAsyncRenderer` button bar responsive (#22905) @JCQuintas
63
+
64
+ #### `@mui/x-charts-pro@9.7.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
65
+
66
+ Same changes as in `@mui/x-charts@9.7.0`.
67
+
68
+ #### `@mui/x-charts-premium@9.7.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
69
+
70
+ Same changes as in `@mui/x-charts-pro@9.7.0`.
71
+
72
+ ### Tree View
73
+
74
+ #### `@mui/x-tree-view@9.7.0`
75
+
76
+ Internal changes.
77
+
78
+ #### `@mui/x-tree-view-pro@9.7.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
79
+
80
+ Same changes as in `@mui/x-tree-view@9.7.0`.
81
+
82
+ ### Scheduler
83
+
84
+ #### `@mui/x-scheduler@9.0.0-beta.3`
85
+
86
+ - [scheduler] Highlight only the edited occurrence of a recurring event (#22873) @Anexus5919
87
+
88
+ #### `@mui/x-scheduler-premium@9.0.0-beta.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
89
+
90
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.3`.
91
+
92
+ ### Codemod
93
+
94
+ #### `@mui/x-codemod@9.7.0`
95
+
96
+ Internal changes.
97
+
98
+ ### Core
99
+
100
+ - [code-infra] Fix react@^18 CI failing on nanoid trust-downgrade (#22923) @LukasTy
101
+ - [code-infra] Reduce Netlify build parallelism to 2 (#22925) @LukasTy
102
+ - [code-infra] Use Turbopack for docs in dev (#22882) @brijeshb42
103
+ - [docs-infra] Pre-render API page descriptions (#22919) @brijeshb42
104
+ - [internal] Use `@base-ui/utils/platform` for platform detection (#22710) @romgrk
105
+ - [internal] Enforce top-level type imports (#22679) @Janpot
106
+
107
+ ### Miscellaneous
108
+
109
+ - [internal] Enable mui/no-floating-cleanup and fix leaks (#22872) @romgrk
110
+ - [infra] Update `.gitignore` to exclude `.claude` sub-directories (#22435) @michelengelen
111
+ - [virtualizer] Improve the dimensions' initial state (#22885) @arminmeh
112
+
3
113
  ## 9.6.0
4
114
 
5
115
  _Jun 18, 2026_
@@ -115,7 +225,7 @@ Same changes as in `@mui/x-scheduler@9.0.0-beta.2`, plus:
115
225
 
116
226
  - [scheduler-premium] Expose premium model types through public API (#22798) @mustafajw07
117
227
  - [scheduler-premium] Remove non-functional `onPreferencesChange` prop from `EventTimelinePremium` (#22777) @rita-codes
118
- - [scheduler-premium] Validate the `FREQ` value in `parseRRule`] (#22786) @rita-codes
228
+ - [scheduler-premium] Validate the `FREQ` value in `parseRRule`] (#22786) @rita-codes
119
229
 
120
230
  ### Codemod
121
231
 
@@ -1,17 +1,17 @@
1
1
  import * as React from 'react';
2
- import { type ChartsAxisSlotProps, type ChartsAxisSlots } from '@mui/x-charts/ChartsAxis';
3
- import { type ChartsGridProps } from '@mui/x-charts/ChartsGrid';
4
- import { type ChartsTooltipSlotProps, type ChartsTooltipSlots } from '@mui/x-charts/ChartsTooltip';
5
- import { type ChartsOverlayProps, type ChartsOverlaySlotProps, type ChartsOverlaySlots } from '@mui/x-charts/ChartsOverlay';
2
+ import type { ChartsAxisSlotProps, ChartsAxisSlots } from '@mui/x-charts/ChartsAxis';
3
+ import type { ChartsGridProps } from '@mui/x-charts/ChartsGrid';
4
+ import type { ChartsTooltipSlotProps, ChartsTooltipSlots } from '@mui/x-charts/ChartsTooltip';
5
+ import type { ChartsOverlayProps, ChartsOverlaySlotProps, ChartsOverlaySlots } from '@mui/x-charts/ChartsOverlay';
6
6
  import type { MakeOptional } from '@mui/x-internals/types';
7
- import { type ChartsSlotProps, type ChartsSlots } from '@mui/x-charts/internals';
8
- import { type ChartsAxisHighlightProps } from '@mui/x-charts/ChartsAxisHighlight';
9
- import { type ChartsToolbarProSlotProps, type ChartsToolbarProSlots } from '@mui/x-charts-pro/ChartsToolbarPro';
10
- import { type ChartsLegendSlotProps, type ChartsLegendSlots } from '@mui/x-charts/ChartsLegend';
11
- import { type OHLCSeriesType } from "../models/index.mjs";
12
- import { type CandlestickChartPluginSignatures } from "./CandlestickChart.plugins.mjs";
13
- import { type CandlestickPlotProps } from "./CandlestickPlot.mjs";
14
- import { type ChartsContainerPremiumProps } from "../ChartsContainerPremium/index.mjs";
7
+ import type { ChartsSlotProps, ChartsSlots } from '@mui/x-charts/internals';
8
+ import type { ChartsAxisHighlightProps } from '@mui/x-charts/ChartsAxisHighlight';
9
+ import type { ChartsToolbarProSlotProps, ChartsToolbarProSlots } from '@mui/x-charts-pro/ChartsToolbarPro';
10
+ import type { ChartsLegendSlotProps, ChartsLegendSlots } from '@mui/x-charts/ChartsLegend';
11
+ import type { OHLCSeriesType } from "../models/index.mjs";
12
+ import type { CandlestickChartPluginSignatures } from "./CandlestickChart.plugins.mjs";
13
+ import type { CandlestickPlotProps } from "./CandlestickPlot.mjs";
14
+ import type { ChartsContainerPremiumProps } from "../ChartsContainerPremium/index.mjs";
15
15
  export interface CandlestickChartSlots extends ChartsAxisSlots, ChartsLegendSlots, ChartsOverlaySlots, ChartsTooltipSlots, ChartsToolbarProSlots, Partial<ChartsSlots> {}
16
16
  export interface CandlestickChartSlotProps extends ChartsAxisSlotProps, ChartsLegendSlotProps, ChartsOverlaySlotProps, ChartsTooltipSlotProps, ChartsToolbarProSlotProps, Partial<ChartsSlotProps> {}
17
17
  export type OHLCSeries = MakeOptional<OHLCSeriesType, 'type'>;
@@ -1,17 +1,17 @@
1
1
  import * as React from 'react';
2
- import { type ChartsAxisSlotProps, type ChartsAxisSlots } from '@mui/x-charts/ChartsAxis';
3
- import { type ChartsGridProps } from '@mui/x-charts/ChartsGrid';
4
- import { type ChartsTooltipSlotProps, type ChartsTooltipSlots } from '@mui/x-charts/ChartsTooltip';
5
- import { type ChartsOverlayProps, type ChartsOverlaySlotProps, type ChartsOverlaySlots } from '@mui/x-charts/ChartsOverlay';
2
+ import type { ChartsAxisSlotProps, ChartsAxisSlots } from '@mui/x-charts/ChartsAxis';
3
+ import type { ChartsGridProps } from '@mui/x-charts/ChartsGrid';
4
+ import type { ChartsTooltipSlotProps, ChartsTooltipSlots } from '@mui/x-charts/ChartsTooltip';
5
+ import type { ChartsOverlayProps, ChartsOverlaySlotProps, ChartsOverlaySlots } from '@mui/x-charts/ChartsOverlay';
6
6
  import type { MakeOptional } from '@mui/x-internals/types';
7
- import { type ChartsSlotProps, type ChartsSlots } from '@mui/x-charts/internals';
8
- import { type ChartsAxisHighlightProps } from '@mui/x-charts/ChartsAxisHighlight';
9
- import { type ChartsToolbarProSlotProps, type ChartsToolbarProSlots } from '@mui/x-charts-pro/ChartsToolbarPro';
10
- import { type ChartsLegendSlotProps, type ChartsLegendSlots } from '@mui/x-charts/ChartsLegend';
11
- import { type OHLCSeriesType } from "../models/index.js";
12
- import { type CandlestickChartPluginSignatures } from "./CandlestickChart.plugins.js";
13
- import { type CandlestickPlotProps } from "./CandlestickPlot.js";
14
- import { type ChartsContainerPremiumProps } from "../ChartsContainerPremium/index.js";
7
+ import type { ChartsSlotProps, ChartsSlots } from '@mui/x-charts/internals';
8
+ import type { ChartsAxisHighlightProps } from '@mui/x-charts/ChartsAxisHighlight';
9
+ import type { ChartsToolbarProSlotProps, ChartsToolbarProSlots } from '@mui/x-charts-pro/ChartsToolbarPro';
10
+ import type { ChartsLegendSlotProps, ChartsLegendSlots } from '@mui/x-charts/ChartsLegend';
11
+ import type { OHLCSeriesType } from "../models/index.js";
12
+ import type { CandlestickChartPluginSignatures } from "./CandlestickChart.plugins.js";
13
+ import type { CandlestickPlotProps } from "./CandlestickPlot.js";
14
+ import type { ChartsContainerPremiumProps } from "../ChartsContainerPremium/index.js";
15
15
  export interface CandlestickChartSlots extends ChartsAxisSlots, ChartsLegendSlots, ChartsOverlaySlots, ChartsTooltipSlots, ChartsToolbarProSlots, Partial<ChartsSlots> {}
16
16
  export interface CandlestickChartSlotProps extends ChartsAxisSlotProps, ChartsLegendSlotProps, ChartsOverlaySlotProps, ChartsTooltipSlotProps, ChartsToolbarProSlotProps, Partial<ChartsSlotProps> {}
17
17
  export type OHLCSeries = MakeOptional<OHLCSeriesType, 'type'>;
@@ -1,4 +1,4 @@
1
- import { type UseChartTooltipSignature, type ConvertSignaturesIntoPlugins, type UseChartInteractionSignature, type UseChartCartesianAxisSignature, type UseChartVisibilityManagerSignature, type UseChartHighlightSignature } from '@mui/x-charts/internals';
2
- import { type UseChartProExportSignature, type UseChartProZoomSignature } from '@mui/x-charts-pro/plugins';
1
+ import type { UseChartTooltipSignature, ConvertSignaturesIntoPlugins, UseChartInteractionSignature, UseChartCartesianAxisSignature, UseChartVisibilityManagerSignature, UseChartHighlightSignature } from '@mui/x-charts/internals';
2
+ import type { UseChartProExportSignature, UseChartProZoomSignature } from '@mui/x-charts-pro/plugins';
3
3
  export type CandlestickChartPluginSignatures = [UseChartTooltipSignature<'ohlc'>, UseChartInteractionSignature, UseChartCartesianAxisSignature<'ohlc'>, UseChartHighlightSignature<'ohlc'>, UseChartProZoomSignature, UseChartVisibilityManagerSignature<'ohlc'>, UseChartProExportSignature];
4
4
  export declare const CANDLESTICK_CHART_PLUGINS: ConvertSignaturesIntoPlugins<CandlestickChartPluginSignatures>;
@@ -1,4 +1,4 @@
1
- import { type UseChartTooltipSignature, type ConvertSignaturesIntoPlugins, type UseChartInteractionSignature, type UseChartCartesianAxisSignature, type UseChartVisibilityManagerSignature, type UseChartHighlightSignature } from '@mui/x-charts/internals';
2
- import { type UseChartProExportSignature, type UseChartProZoomSignature } from '@mui/x-charts-pro/plugins';
1
+ import type { UseChartTooltipSignature, ConvertSignaturesIntoPlugins, UseChartInteractionSignature, UseChartCartesianAxisSignature, UseChartVisibilityManagerSignature, UseChartHighlightSignature } from '@mui/x-charts/internals';
2
+ import type { UseChartProExportSignature, UseChartProZoomSignature } from '@mui/x-charts-pro/plugins';
3
3
  export type CandlestickChartPluginSignatures = [UseChartTooltipSignature<'ohlc'>, UseChartInteractionSignature, UseChartCartesianAxisSignature<'ohlc'>, UseChartHighlightSignature<'ohlc'>, UseChartProZoomSignature, UseChartVisibilityManagerSignature<'ohlc'>, UseChartProExportSignature];
4
4
  export declare const CANDLESTICK_CHART_PLUGINS: ConvertSignaturesIntoPlugins<CandlestickChartPluginSignatures>;
@@ -1,4 +1,4 @@
1
- import { type CandlestickPlotData } from "./useCandlestickPlotData.mjs";
1
+ import type { CandlestickPlotData } from "./useCandlestickPlotData.mjs";
2
2
  export declare class CandlestickWebGLProgram {
3
3
  private gl;
4
4
  private readonly shaders;
@@ -1,4 +1,4 @@
1
- import { type CandlestickPlotData } from "./useCandlestickPlotData.js";
1
+ import type { CandlestickPlotData } from "./useCandlestickPlotData.js";
2
2
  export declare class CandlestickWebGLProgram {
3
3
  private gl;
4
4
  private readonly shaders;
@@ -1,3 +1,3 @@
1
- import { type SeriesId } from '@mui/x-charts/models';
2
- import { type D3Scale } from '@mui/x-charts/internals';
1
+ import type { SeriesId } from '@mui/x-charts/models';
2
+ import type { D3Scale } from '@mui/x-charts/internals';
3
3
  export declare function checkCandlestickScaleErrors(seriesId: SeriesId, xScale: D3Scale): void;
@@ -1,3 +1,3 @@
1
- import { type SeriesId } from '@mui/x-charts/models';
2
- import { type D3Scale } from '@mui/x-charts/internals';
1
+ import type { SeriesId } from '@mui/x-charts/models';
2
+ import type { D3Scale } from '@mui/x-charts/internals';
3
3
  export declare function checkCandlestickScaleErrors(seriesId: SeriesId, xScale: D3Scale): void;
@@ -1,2 +1,2 @@
1
- import { type AxisTooltipContentProps, type ItemTooltipContentProps } from '@mui/x-charts/internals';
1
+ import type { AxisTooltipContentProps, ItemTooltipContentProps } from '@mui/x-charts/internals';
2
2
  export declare function OHLCTooltipContent(props: AxisTooltipContentProps<'ohlc'> | ItemTooltipContentProps<'ohlc'>): import("react/jsx-runtime").JSX.Element | null;