@mui/x-charts-premium 9.5.0 → 9.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (314) hide show
  1. package/BarChartPremium/BarChartPremium.d.mts +4 -4
  2. package/BarChartPremium/BarChartPremium.d.ts +4 -4
  3. package/BarChartPremium/BarChartPremium.js +5 -3
  4. package/BarChartPremium/BarChartPremium.mjs +5 -3
  5. package/BarChartPremium/BarChartPremium.plugins.d.mts +2 -2
  6. package/BarChartPremium/BarChartPremium.plugins.d.ts +2 -2
  7. package/BarChartPremium/BarPlotPremium.d.mts +1 -1
  8. package/BarChartPremium/BarPlotPremium.d.ts +1 -1
  9. package/BarChartPremium/BarPlotPremium.js +1 -1
  10. package/BarChartPremium/BarPlotPremium.mjs +1 -1
  11. package/BarChartPremium/RangeBar/AnimatedRangeBarElement.d.mts +1 -1
  12. package/BarChartPremium/RangeBar/AnimatedRangeBarElement.d.ts +1 -1
  13. package/BarChartPremium/RangeBar/RangeBarPlot.d.mts +2 -2
  14. package/BarChartPremium/RangeBar/RangeBarPlot.d.ts +2 -2
  15. package/BarChartPremium/RangeBar/RangeBarPlot.js +2 -2
  16. package/BarChartPremium/RangeBar/RangeBarPlot.mjs +2 -2
  17. package/BarChartPremium/RangeBar/createGetRangeBarDimensions.d.mts +1 -1
  18. package/BarChartPremium/RangeBar/createGetRangeBarDimensions.d.ts +1 -1
  19. package/BarChartPremium/RangeBar/seriesConfig/descriptionGetter.d.mts +1 -1
  20. package/BarChartPremium/RangeBar/seriesConfig/descriptionGetter.d.ts +1 -1
  21. package/BarChartPremium/RangeBar/seriesConfig/extrema.d.mts +1 -1
  22. package/BarChartPremium/RangeBar/seriesConfig/extrema.d.ts +1 -1
  23. package/BarChartPremium/RangeBar/seriesConfig/getColor.d.mts +1 -1
  24. package/BarChartPremium/RangeBar/seriesConfig/getColor.d.ts +1 -1
  25. package/BarChartPremium/RangeBar/seriesConfig/getColor.js +2 -5
  26. package/BarChartPremium/RangeBar/seriesConfig/getColor.mjs +2 -5
  27. package/BarChartPremium/RangeBar/seriesConfig/getSeriesWithDefaultValues.d.mts +1 -1
  28. package/BarChartPremium/RangeBar/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  29. package/BarChartPremium/RangeBar/seriesConfig/index.d.mts +1 -1
  30. package/BarChartPremium/RangeBar/seriesConfig/index.d.ts +1 -1
  31. package/BarChartPremium/RangeBar/seriesConfig/keyboardFocusHandler.d.mts +1 -1
  32. package/BarChartPremium/RangeBar/seriesConfig/keyboardFocusHandler.d.ts +1 -1
  33. package/BarChartPremium/RangeBar/seriesConfig/legend.d.mts +1 -1
  34. package/BarChartPremium/RangeBar/seriesConfig/legend.d.ts +1 -1
  35. package/BarChartPremium/RangeBar/seriesConfig/seriesProcessor.d.mts +1 -1
  36. package/BarChartPremium/RangeBar/seriesConfig/seriesProcessor.d.ts +1 -1
  37. package/BarChartPremium/RangeBar/seriesConfig/tooltip.d.mts +1 -1
  38. package/BarChartPremium/RangeBar/seriesConfig/tooltip.d.ts +1 -1
  39. package/BarChartPremium/RangeBar/seriesConfig/tooltipPosition.d.mts +1 -1
  40. package/BarChartPremium/RangeBar/seriesConfig/tooltipPosition.d.ts +1 -1
  41. package/BarChartPremium/RangeBar/useRangeBarPlotData.d.mts +4 -4
  42. package/BarChartPremium/RangeBar/useRangeBarPlotData.d.ts +4 -4
  43. package/BarChartPremium/useBarChartPremiumProps.d.mts +5 -5
  44. package/BarChartPremium/useBarChartPremiumProps.d.ts +5 -5
  45. package/BarChartPremium/webgl/BarWebGLProgram.d.mts +1 -1
  46. package/BarChartPremium/webgl/BarWebGLProgram.d.ts +1 -1
  47. package/BarChartPremium/webgl/useBarWebGLPlotData.d.mts +3 -3
  48. package/BarChartPremium/webgl/useBarWebGLPlotData.d.ts +3 -3
  49. package/BarChartPremium/webgl/useWebGLBarLikePlotData.d.mts +3 -3
  50. package/BarChartPremium/webgl/useWebGLBarLikePlotData.d.ts +3 -3
  51. package/CHANGELOG.md +261 -0
  52. package/CandlestickChart/CandlestickChart.d.mts +12 -12
  53. package/CandlestickChart/CandlestickChart.d.ts +12 -12
  54. package/CandlestickChart/CandlestickChart.js +1 -1
  55. package/CandlestickChart/CandlestickChart.mjs +1 -1
  56. package/CandlestickChart/CandlestickChart.plugins.d.mts +2 -2
  57. package/CandlestickChart/CandlestickChart.plugins.d.ts +2 -2
  58. package/CandlestickChart/CandlestickWebGLProgram.d.mts +1 -1
  59. package/CandlestickChart/CandlestickWebGLProgram.d.ts +1 -1
  60. package/CandlestickChart/checkCandlestickScaleErrors.d.mts +2 -2
  61. package/CandlestickChart/checkCandlestickScaleErrors.d.ts +2 -2
  62. package/CandlestickChart/seriesConfig/OHLCTooltipContent.d.mts +1 -1
  63. package/CandlestickChart/seriesConfig/OHLCTooltipContent.d.ts +1 -1
  64. package/CandlestickChart/seriesConfig/descriptionGetter.d.mts +1 -1
  65. package/CandlestickChart/seriesConfig/descriptionGetter.d.ts +1 -1
  66. package/CandlestickChart/seriesConfig/extrema.d.mts +1 -1
  67. package/CandlestickChart/seriesConfig/extrema.d.ts +1 -1
  68. package/CandlestickChart/seriesConfig/getColor.d.mts +1 -1
  69. package/CandlestickChart/seriesConfig/getColor.d.ts +1 -1
  70. package/CandlestickChart/seriesConfig/getColor.js +2 -5
  71. package/CandlestickChart/seriesConfig/getColor.mjs +2 -5
  72. package/CandlestickChart/seriesConfig/getSeriesWithDefaultValues.d.mts +1 -1
  73. package/CandlestickChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  74. package/CandlestickChart/seriesConfig/index.d.mts +1 -1
  75. package/CandlestickChart/seriesConfig/index.d.ts +1 -1
  76. package/CandlestickChart/seriesConfig/legend.d.mts +1 -1
  77. package/CandlestickChart/seriesConfig/legend.d.ts +1 -1
  78. package/CandlestickChart/seriesConfig/seriesProcessor.d.mts +1 -1
  79. package/CandlestickChart/seriesConfig/seriesProcessor.d.ts +1 -1
  80. package/CandlestickChart/seriesConfig/tooltip.d.mts +1 -1
  81. package/CandlestickChart/seriesConfig/tooltip.d.ts +1 -1
  82. package/CandlestickChart/seriesConfig/tooltipPosition.d.mts +1 -1
  83. package/CandlestickChart/seriesConfig/tooltipPosition.d.ts +1 -1
  84. package/CandlestickChart/useCandlestickChartProps.d.mts +9 -9
  85. package/CandlestickChart/useCandlestickChartProps.d.ts +9 -9
  86. package/CandlestickChart/useCandlestickChartProps.mjs +0 -1
  87. package/CandlestickChart/useCandlestickPlotData.d.mts +3 -3
  88. package/CandlestickChart/useCandlestickPlotData.d.ts +3 -3
  89. package/ChartsContainerPremium/ChartsContainerPremium.d.mts +4 -4
  90. package/ChartsContainerPremium/ChartsContainerPremium.d.ts +4 -4
  91. package/ChartsContainerPremium/useChartsContainerPremiumProps.d.mts +2 -2
  92. package/ChartsContainerPremium/useChartsContainerPremiumProps.d.ts +2 -2
  93. package/ChartsDataProviderPremium/ChartsDataProviderPremium.d.mts +4 -4
  94. package/ChartsDataProviderPremium/ChartsDataProviderPremium.d.ts +4 -4
  95. package/ChartsDataProviderPremium/ChartsDataProviderPremium.js +7 -3
  96. package/ChartsDataProviderPremium/ChartsDataProviderPremium.mjs +8 -5
  97. package/ChartsDataProviderPremium/useChartsDataProviderPremiumProps.d.mts +1 -1
  98. package/ChartsDataProviderPremium/useChartsDataProviderPremiumProps.d.ts +1 -1
  99. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.d.mts +4 -4
  100. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.d.ts +4 -4
  101. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.js +11 -3
  102. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.mjs +11 -3
  103. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.plugins.d.mts +4 -4
  104. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.plugins.d.ts +4 -4
  105. package/ChartsGeoDataProviderPremium/useChartsGeoDataProviderPremiumProps.d.mts +2 -2
  106. package/ChartsGeoDataProviderPremium/useChartsGeoDataProviderPremiumProps.d.ts +2 -2
  107. package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.d.mts +4 -4
  108. package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.d.ts +4 -4
  109. package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.js +11 -3
  110. package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.mjs +11 -3
  111. package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.plugins.d.mts +3 -3
  112. package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.plugins.d.ts +3 -3
  113. package/ChartsRadialDataProviderPremium/useChartsRadialDataProviderPremiumProps.d.mts +1 -1
  114. package/ChartsRadialDataProviderPremium/useChartsRadialDataProviderPremiumProps.d.ts +1 -1
  115. package/ChartsRenderer/ChartsRenderer.js +1 -1
  116. package/ChartsRenderer/ChartsRenderer.mjs +1 -1
  117. package/ChartsRenderer/colors.d.mts +1 -1
  118. package/ChartsRenderer/colors.d.ts +1 -1
  119. package/ChartsRenderer/configuration.d.mts +1 -1
  120. package/ChartsRenderer/configuration.d.ts +1 -1
  121. package/ChartsZoomSlider/internals/previews/CandlestickPreviewPlot.d.mts +1 -1
  122. package/ChartsZoomSlider/internals/previews/CandlestickPreviewPlot.d.ts +1 -1
  123. package/ChartsZoomSlider/internals/previews/RangeBarPreviewPlot.d.mts +1 -1
  124. package/ChartsZoomSlider/internals/previews/RangeBarPreviewPlot.d.ts +1 -1
  125. package/HeatmapPremium/HeatmapPlotPremium.d.mts +1 -1
  126. package/HeatmapPremium/HeatmapPlotPremium.d.ts +1 -1
  127. package/HeatmapPremium/HeatmapPremium.d.mts +1 -1
  128. package/HeatmapPremium/HeatmapPremium.d.ts +1 -1
  129. package/HeatmapPremium/HeatmapPremium.js +5 -3
  130. package/HeatmapPremium/HeatmapPremium.mjs +5 -3
  131. package/HeatmapPremium/HeatmapPremium.plugins.d.mts +2 -2
  132. package/HeatmapPremium/HeatmapPremium.plugins.d.ts +2 -2
  133. package/HeatmapPremium/useHeatmapPremiumProps.d.mts +2 -2
  134. package/HeatmapPremium/useHeatmapPremiumProps.d.ts +2 -2
  135. package/HeatmapPremium/webgl/useHeatmapPlotData.d.mts +3 -3
  136. package/HeatmapPremium/webgl/useHeatmapPlotData.d.ts +3 -3
  137. package/Map/GeoDataPlot.js +1 -1
  138. package/Map/GeoDataPlot.mjs +1 -1
  139. package/Map/MapShape.d.mts +4 -1
  140. package/Map/MapShape.d.ts +4 -1
  141. package/Map/MapShape.js +10 -1
  142. package/Map/MapShape.mjs +9 -0
  143. package/Map/MapShapePlot.d.mts +5 -1
  144. package/Map/MapShapePlot.d.ts +5 -1
  145. package/Map/MapShapePlot.js +27 -3
  146. package/Map/MapShapePlot.mjs +28 -4
  147. package/Map/index.d.mts +3 -1
  148. package/Map/index.d.ts +3 -1
  149. package/Map/seriesConfig/descriptionGetter.d.mts +1 -1
  150. package/Map/seriesConfig/descriptionGetter.d.ts +1 -1
  151. package/Map/seriesConfig/getColor.js +4 -9
  152. package/Map/seriesConfig/getColor.mjs +4 -9
  153. package/Map/seriesConfig/index.d.mts +1 -1
  154. package/Map/seriesConfig/index.d.ts +1 -1
  155. package/Map/seriesConfig/index.js +2 -0
  156. package/Map/seriesConfig/index.mjs +2 -0
  157. package/Map/seriesConfig/keyboardFocusHandler.d.mts +1 -1
  158. package/Map/seriesConfig/keyboardFocusHandler.d.ts +1 -1
  159. package/Map/seriesConfig/legend.d.mts +1 -1
  160. package/Map/seriesConfig/legend.d.ts +1 -1
  161. package/Map/seriesConfig/seriesProcessor.d.mts +1 -1
  162. package/Map/seriesConfig/seriesProcessor.d.ts +1 -1
  163. package/Map/seriesConfig/tooltip.d.mts +1 -1
  164. package/Map/seriesConfig/tooltip.d.ts +1 -1
  165. package/Map/seriesConfig/tooltip.js +5 -1
  166. package/Map/seriesConfig/tooltip.mjs +5 -1
  167. package/Map/seriesConfig/tooltipPosition.d.mts +3 -0
  168. package/Map/seriesConfig/tooltipPosition.d.ts +3 -0
  169. package/Map/seriesConfig/tooltipPosition.js +64 -0
  170. package/Map/seriesConfig/tooltipPosition.mjs +58 -0
  171. package/RadialBarChart/RadialBarChart.d.mts +10 -10
  172. package/RadialBarChart/RadialBarChart.d.ts +10 -10
  173. package/RadialBarChart/RadialBarChart.js +1 -1
  174. package/RadialBarChart/RadialBarChart.mjs +1 -1
  175. package/RadialBarChart/RadialBarChart.plugins.d.mts +2 -2
  176. package/RadialBarChart/RadialBarChart.plugins.d.ts +2 -2
  177. package/RadialBarChart/RadialBarElement.d.mts +2 -2
  178. package/RadialBarChart/RadialBarElement.d.ts +2 -2
  179. package/RadialBarChart/RadialBarPlot.js +1 -1
  180. package/RadialBarChart/RadialBarPlot.mjs +1 -1
  181. package/RadialBarChart/seriesConfig/descriptionGetter.d.mts +1 -1
  182. package/RadialBarChart/seriesConfig/descriptionGetter.d.ts +1 -1
  183. package/RadialBarChart/seriesConfig/extremums.d.mts +1 -1
  184. package/RadialBarChart/seriesConfig/extremums.d.ts +1 -1
  185. package/RadialBarChart/seriesConfig/getColor.d.mts +1 -1
  186. package/RadialBarChart/seriesConfig/getColor.d.ts +1 -1
  187. package/RadialBarChart/seriesConfig/getItemAtPosition.d.mts +1 -1
  188. package/RadialBarChart/seriesConfig/getItemAtPosition.d.ts +1 -1
  189. package/RadialBarChart/seriesConfig/index.d.mts +1 -1
  190. package/RadialBarChart/seriesConfig/index.d.ts +1 -1
  191. package/RadialBarChart/seriesConfig/keyboardFocusHandler.d.mts +1 -1
  192. package/RadialBarChart/seriesConfig/keyboardFocusHandler.d.ts +1 -1
  193. package/RadialBarChart/seriesConfig/tooltip.d.mts +1 -1
  194. package/RadialBarChart/seriesConfig/tooltip.d.ts +1 -1
  195. package/RadialBarChart/useRadialBarChartProps.d.mts +6 -6
  196. package/RadialBarChart/useRadialBarChartProps.d.ts +6 -6
  197. package/RadialBarChart/useRadialBarPlotData.d.mts +1 -1
  198. package/RadialBarChart/useRadialBarPlotData.d.ts +1 -1
  199. package/RadialBarChart/useRadialBarPlotData.js +4 -1
  200. package/RadialBarChart/useRadialBarPlotData.mjs +3 -1
  201. package/RadialLineChart/RadialArea.d.mts +1 -1
  202. package/RadialLineChart/RadialArea.d.ts +1 -1
  203. package/RadialLineChart/RadialAreaPlot.d.mts +6 -2
  204. package/RadialLineChart/RadialAreaPlot.d.ts +6 -2
  205. package/RadialLineChart/RadialAreaPlot.js +10 -1
  206. package/RadialLineChart/RadialAreaPlot.mjs +11 -2
  207. package/RadialLineChart/RadialLine.d.mts +2 -2
  208. package/RadialLineChart/RadialLine.d.ts +2 -2
  209. package/RadialLineChart/RadialLineChart.d.mts +10 -10
  210. package/RadialLineChart/RadialLineChart.d.ts +10 -10
  211. package/RadialLineChart/RadialLineChart.js +1 -1
  212. package/RadialLineChart/RadialLineChart.mjs +1 -1
  213. package/RadialLineChart/RadialLineChart.plugins.d.mts +2 -2
  214. package/RadialLineChart/RadialLineChart.plugins.d.ts +2 -2
  215. package/RadialLineChart/RadialLineHighlightElement.d.mts +4 -1
  216. package/RadialLineChart/RadialLineHighlightElement.d.ts +4 -1
  217. package/RadialLineChart/RadialLineHighlightElement.js +10 -1
  218. package/RadialLineChart/RadialLineHighlightElement.mjs +9 -0
  219. package/RadialLineChart/RadialLineHighlightPlot.d.mts +5 -2
  220. package/RadialLineChart/RadialLineHighlightPlot.d.ts +5 -2
  221. package/RadialLineChart/RadialLineHighlightPlot.js +18 -1
  222. package/RadialLineChart/RadialLineHighlightPlot.mjs +17 -0
  223. package/RadialLineChart/RadialLinePlot.d.mts +6 -2
  224. package/RadialLineChart/RadialLinePlot.d.ts +6 -2
  225. package/RadialLineChart/RadialLinePlot.js +10 -1
  226. package/RadialLineChart/RadialLinePlot.mjs +11 -2
  227. package/RadialLineChart/RadialMarkPlot.d.mts +6 -2
  228. package/RadialLineChart/RadialMarkPlot.d.ts +6 -2
  229. package/RadialLineChart/RadialMarkPlot.js +10 -1
  230. package/RadialLineChart/RadialMarkPlot.mjs +11 -2
  231. package/RadialLineChart/seriesConfig/descriptionGetter.d.mts +1 -1
  232. package/RadialLineChart/seriesConfig/descriptionGetter.d.ts +1 -1
  233. package/RadialLineChart/seriesConfig/extremums.d.mts +1 -1
  234. package/RadialLineChart/seriesConfig/extremums.d.ts +1 -1
  235. package/RadialLineChart/seriesConfig/getColor.d.mts +1 -1
  236. package/RadialLineChart/seriesConfig/getColor.d.ts +1 -1
  237. package/RadialLineChart/seriesConfig/getItemAtPosition.d.mts +1 -1
  238. package/RadialLineChart/seriesConfig/getItemAtPosition.d.ts +1 -1
  239. package/RadialLineChart/seriesConfig/getItemAtPosition.mjs +1 -2
  240. package/RadialLineChart/seriesConfig/index.d.mts +1 -1
  241. package/RadialLineChart/seriesConfig/index.d.ts +1 -1
  242. package/RadialLineChart/seriesConfig/keyboardFocusHandler.d.mts +1 -1
  243. package/RadialLineChart/seriesConfig/keyboardFocusHandler.d.ts +1 -1
  244. package/RadialLineChart/seriesConfig/legend.d.mts +1 -1
  245. package/RadialLineChart/seriesConfig/legend.d.ts +1 -1
  246. package/RadialLineChart/seriesConfig/seriesProcessor.d.mts +1 -1
  247. package/RadialLineChart/seriesConfig/seriesProcessor.d.ts +1 -1
  248. package/RadialLineChart/seriesConfig/tooltip.d.mts +1 -1
  249. package/RadialLineChart/seriesConfig/tooltip.d.ts +1 -1
  250. package/RadialLineChart/useRadialLineChartProps.d.mts +7 -7
  251. package/RadialLineChart/useRadialLineChartProps.d.ts +7 -7
  252. package/RadialLineChart/useRadialLinePlotData.d.mts +1 -1
  253. package/RadialLineChart/useRadialLinePlotData.d.ts +1 -1
  254. package/ScatterChartPremium/ScatterChartPremium.d.mts +6 -6
  255. package/ScatterChartPremium/ScatterChartPremium.d.ts +6 -6
  256. package/ScatterChartPremium/ScatterChartPremium.js +5 -3
  257. package/ScatterChartPremium/ScatterChartPremium.mjs +5 -3
  258. package/ScatterChartPremium/ScatterChartPremium.plugins.d.mts +1 -1
  259. package/ScatterChartPremium/ScatterChartPremium.plugins.d.ts +1 -1
  260. package/ScatterChartPremium/ScatterPlotPremium.d.mts +19 -3
  261. package/ScatterChartPremium/ScatterPlotPremium.d.ts +19 -3
  262. package/ScatterChartPremium/ScatterPlotPremium.js +34 -1
  263. package/ScatterChartPremium/ScatterPlotPremium.mjs +36 -2
  264. package/ScatterChartPremium/index.d.mts +1 -1
  265. package/ScatterChartPremium/index.d.ts +1 -1
  266. package/ScatterChartPremium/webgl/ScatterWebGLProgram.d.mts +1 -1
  267. package/ScatterChartPremium/webgl/ScatterWebGLProgram.d.ts +1 -1
  268. package/context/ChartPremiumApi.d.mts +4 -1
  269. package/context/ChartPremiumApi.d.ts +4 -1
  270. package/context/useChartPremiumApiContext.d.mts +1 -1
  271. package/context/useChartPremiumApiContext.d.ts +1 -1
  272. package/hooks/animation/useAnimateRangeBar.d.mts +1 -1
  273. package/hooks/animation/useAnimateRangeBar.d.ts +1 -1
  274. package/hooks/useChartPremiumApiRef.d.mts +4 -4
  275. package/hooks/useChartPremiumApiRef.d.ts +4 -4
  276. package/hooks/useGeoData.d.mts +1 -1
  277. package/hooks/useGeoData.d.ts +1 -1
  278. package/hooks/useGeoData.js +1 -1
  279. package/hooks/useGeoData.mjs +2 -3
  280. package/hooks/useGeoFeatureIndexesByName.mjs +0 -1
  281. package/hooks/useGeoPath.d.mts +1 -1
  282. package/hooks/useGeoPath.d.ts +1 -1
  283. package/hooks/useGeoPath.mjs +0 -1
  284. package/hooks/useMapShapeSeries.d.mts +2 -2
  285. package/hooks/useMapShapeSeries.d.ts +2 -2
  286. package/hooks/useOHLCSeries.d.mts +2 -2
  287. package/hooks/useOHLCSeries.d.ts +2 -2
  288. package/hooks/useRadialLineSeries.d.mts +2 -2
  289. package/hooks/useRadialLineSeries.d.ts +2 -2
  290. package/hooks/useRangeBarSeries.d.mts +2 -2
  291. package/hooks/useRangeBarSeries.d.ts +2 -2
  292. package/index.js +1 -1
  293. package/index.mjs +1 -1
  294. package/internals/plugins/allPlugins.d.mts +2 -2
  295. package/internals/plugins/allPlugins.d.ts +2 -2
  296. package/internals/plugins/useGeoProjection/useGeoProjection.d.mts +2 -2
  297. package/internals/plugins/useGeoProjection/useGeoProjection.d.ts +2 -2
  298. package/internals/plugins/useGeoProjection/useGeoProjection.js +32 -3
  299. package/internals/plugins/useGeoProjection/useGeoProjection.mjs +32 -3
  300. package/internals/plugins/useGeoProjection/useGeoProjection.selectors.d.mts +12 -34
  301. package/internals/plugins/useGeoProjection/useGeoProjection.selectors.d.ts +12 -34
  302. package/internals/plugins/useGeoProjection/useGeoProjection.selectors.js +8 -129
  303. package/internals/plugins/useGeoProjection/useGeoProjection.selectors.mjs +8 -128
  304. package/internals/plugins/useGeoProjection/useGeoProjection.types.d.mts +2 -55
  305. package/internals/plugins/useGeoProjection/useGeoProjection.types.d.ts +2 -55
  306. package/models/seriesType/ohlc.d.mts +2 -2
  307. package/models/seriesType/ohlc.d.ts +2 -2
  308. package/models/seriesType/rangeBar.d.mts +2 -2
  309. package/models/seriesType/rangeBar.d.ts +2 -2
  310. package/moduleAugmentation/rangeBarOnClick.d.mts +1 -1
  311. package/moduleAugmentation/rangeBarOnClick.d.ts +1 -1
  312. package/package.json +9 -6
  313. package/plugins/selectors/useChartCandlestickPosition.selectors.d.mts +1 -1
  314. package/plugins/selectors/useChartCandlestickPosition.selectors.d.ts +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,266 @@
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
+
113
+ ## 9.6.0
114
+
115
+ _Jun 18, 2026_
116
+
117
+ We'd like to extend a big thank you to the 17 contributors who made this release possible. Here are some highlights ✨:
118
+
119
+ - 📊 New features for the radial bar charts, like percentage min radius and disabling tick labels.
120
+
121
+ Special thanks go out to these community members for their valuable contributions:
122
+ @adamowski10, @Anexus5919, @Morteza-hp, @mustafajw07, @TargiX
123
+
124
+ The following team members contributed to this release:
125
+ @alexfauquette, @arminmeh, @brijeshb42, @cherniavskii, @hasdfa, @Janpot, @JCQuintas, @michelengelen, @noraleonte, @oliviertassinari, @rita-codes, @sai6855
126
+
127
+ ### Data Grid
128
+
129
+ #### `@mui/x-data-grid@9.6.0`
130
+
131
+ - [DataGrid] Define `overflowAnchor` style at the right element (#22849) @arminmeh
132
+ - [DataGrid] Fix scrollbars not showing up on scroll on iOS (#22832) @cherniavskii
133
+
134
+ #### `@mui/x-data-grid-pro@9.6.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
135
+
136
+ Same changes as in `@mui/x-data-grid@9.6.0`, plus:
137
+
138
+ - [DataGridPro] Prevent incorrect row range capping on the first page with known `rowCount` (#22808) @michelengelen
139
+
140
+ #### `@mui/x-data-grid-premium@9.6.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
141
+
142
+ Same changes as in `@mui/x-data-grid-pro@9.6.0`.
143
+
144
+ ### Date and Time Pickers
145
+
146
+ #### `@mui/x-date-pickers@9.6.0`
147
+
148
+ - [pickers] Fix `AdapterMomentHijri.getDaysInMonth` returning the Gregorian month length (#22774) @Anexus5919
149
+ - [l10n] Improve Persian (fa-IR) locale (#22454) @Morteza-hp
150
+
151
+ #### `@mui/x-date-pickers-pro@9.6.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
152
+
153
+ Same changes as in `@mui/x-date-pickers@9.6.0`.
154
+
155
+ ### Charts
156
+
157
+ #### `@mui/x-charts@9.6.0`
158
+
159
+ - [charts] Add `disableTickLabel` prop to radial axes (#22801) @JCQuintas
160
+ - [charts] Fix bug when `min` is in axis domain (#22827) @alexfauquette
161
+ - [charts] Fix wheel zoom not centering on cursor position (#22811) @JCQuintas
162
+ - [charts] Remove zoom gesture registration from community package (#22753) @sai6855
163
+ - [charts] Support percentage values for radial axis `minRadius`/`maxRadius` (#22803) @JCQuintas
164
+ - [charts] Support `unknownColor` in color scale (#22813) @alexfauquette
165
+ - [charts] Document click listener for scatter composition (#22809) @sai6855
166
+
167
+ #### `@mui/x-charts-pro@9.6.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
168
+
169
+ Same changes as in `@mui/x-charts@9.6.0`.
170
+
171
+ #### `@mui/x-charts-premium@9.6.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
172
+
173
+ Same changes as in `@mui/x-charts-pro@9.6.0`, plus:
174
+
175
+ - [charts-premium] Add `geoFeatureKey` to transform features identifier (#22848) @alexfauquette
176
+ - [charts-premium] Allow to remove Antartica (#22815) @alexfauquette
177
+ - [charts-premium] Regenerate `ScatterPlotPremium` `propTypes` (#22829) @rita-codes
178
+ - [charts-premium] Support maps tooltip positioned on items (#22648) @alexfauquette
179
+ - [docs] Show how to export maps (#22837) @alexfauquette
180
+
181
+
182
+ ### Tree View
183
+
184
+ #### `@mui/x-tree-view@9.6.0`
185
+
186
+ Internal changes.
187
+
188
+ #### `@mui/x-tree-view-pro@9.6.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
189
+
190
+ Same changes as in `@mui/x-tree-view@9.6.0`.
191
+
192
+ ### Scheduler
193
+
194
+ #### `@mui/x-scheduler@9.0.0-beta.2`
195
+
196
+ - [scheduler] Add dispose lifecycle to `SchedulerLazyLoadingPlugin` (#22532) @rita-codes
197
+ - [scheduler] Add responsive mobile week view and responsive typography (#22593) @noraleonte
198
+ - [scheduler] Add stable weekday token to `recurrenceWeeklyPresetLabel` (#22733) @mustafajw07
199
+ - [scheduler] Create accessibility documentation section (#22557) @mustafajw07
200
+ - [scheduler] Decouple `MonthViewProps` from day time grid props (#22802) @mustafajw07
201
+ - [scheduler] Export missing public scheduler types (#22785) @mustafajw07
202
+ - [scheduler] Fix JSDoc defaults and improve public type readability (#22784) @mustafajw07
203
+ - [scheduler] Fix `aria-labelledby` on events referencing non-existent header IDs (#22778) @rita-codes
204
+ - [scheduler] Move `EventCalendarStyledContext` to internals (#22787) @mustafajw07
205
+ - [scheduler] Normalize all-day recurring occurrences to whole days (#22792) @Anexus5919
206
+ - [scheduler] Recalculate `DayTimeGrid` `hasScroll` on container resize (#22780) @Anexus5919
207
+ - [scheduler] Recompute `nowUpdatedEveryMinute` only on timezone change (#22793) @Anexus5919
208
+ - [scheduler] Register auto-scroll once instead of on every render (#22794) @Anexus5919
209
+ - [scheduler] Remove duplicate dividers in the day/time grid (#22795) @Anexus5919
210
+ - [scheduler] Remove unused `--has-scroll` CSS variable from `DayTimeGrid` (#22799) @Anexus5919
211
+ - [scheduler] Remove vestigial async from internal drop handler (#22781) @mustafajw07
212
+ - [scheduler] Return a primitive key from the Calendar lazy-loading selector (#22791) @Anexus5919
213
+ - [scheduler] Throw on invalid event dates instead of emitting `NaN` timestamps (#22740) @rita-codes
214
+ - [scheduler] Tighten `StandaloneEventProps` data typing (#22796) @mustafajw07
215
+ - [scheduler] Update feedback banner to say beta instead of alpha (#22804) @rita-codes
216
+ - [scheduler] Use `@base-ui` `generateId` for event ids in `createEventModel` (#22788) @rita-codes
217
+ - [scheduler] Clear clipboard after pasting a cut event (#22773) @Anexus5919
218
+ - [scheduler] Show drag placeholder when re-entering the same position (#22775) @Anexus5919
219
+ - [scheduler] Validate missing and duplicate event ids (#22790) @Anexus5919
220
+ - [l10n] Improve Polish (pl-PL) locale (#22612) @adamowski10
221
+
222
+ #### `@mui/x-scheduler-premium@9.0.0-beta.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
223
+
224
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.2`, plus:
225
+
226
+ - [scheduler-premium] Expose premium model types through public API (#22798) @mustafajw07
227
+ - [scheduler-premium] Remove non-functional `onPreferencesChange` prop from `EventTimelinePremium` (#22777) @rita-codes
228
+ - [scheduler-premium] Validate the `FREQ` value in `parseRRule`] (#22786) @rita-codes
229
+
230
+ ### Codemod
231
+
232
+ #### `@mui/x-codemod@9.6.0`
233
+
234
+ Internal changes.
235
+
236
+ ### Docs
237
+
238
+ - [docs] Fix link-check build timeout by disabling serve directory listing (#22836) @Janpot
239
+ - [docs] Show how to export maps (#22837) @alexfauquette
240
+ - [docs] Add radial bar overview demo with custom overlays (#22776) @JCQuintas
241
+ - [docs] Add weather composition demo (#22723) @TargiX
242
+ - [docs] Add docs overview gallery and playground (#22488) @hasdfa
243
+ - [docs] Clarify 'Scrolling without render gaps' (#22629) @oliviertassinari
244
+ - [docs] Fix typo in release instructions (#22864) @brijeshb42
245
+
246
+ ### Core
247
+
248
+ - [code-infra] Fix lint issues (#22757) @brijeshb42
249
+ - [code-infra] Fix remaining Dependabot security alerts (#22761) @Janpot
250
+ - [code-infra] Remove release:build from docs:build script (#22852) @brijeshb42
251
+ - [code-infra] Unpin `@mui/utils` version to allow dedupe (#22828) @mustafajw07
252
+ - [docs-infra] Cap Netlify Next.js build parallelism to avoid OOM (#22847) @Janpot
253
+ - [docs-infra] Remove i18n codebase (#22591) @brijeshb42
254
+ - [internal] Fix failing React 18 unit tests (#22846) @brijeshb42
255
+
256
+ ### Miscellaneous
257
+
258
+ - [core] Add remove-proptypes markers to generated `propTypes` (#22850) @JCQuintas
259
+ - [core] Bump vitest packages to 4.1.8 to fix browser-test version skew (#22845) @Janpot
260
+ - [core] Reduce e2e build concurrency to avoid OOM (#22843) @Janpot
261
+ - [core] Strip proptypes from Production bundles (#22750) @sai6855
262
+ - [test] Wait for `GridToolbarCustom` rows before screenshot (#22844) @Janpot
263
+
3
264
  ## 9.5.0
4
265
 
5
266
  _Jun 11, 2026_
@@ -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'>;
@@ -89,7 +89,7 @@ const CandlestickChart = exports.CandlestickChart = /*#__PURE__*/React.forwardRe
89
89
  }));
90
90
  });
91
91
  if (process.env.NODE_ENV !== "production") CandlestickChart.displayName = "CandlestickChart";
92
- process.env.NODE_ENV !== "production" ? CandlestickChart.propTypes = {
92
+ process.env.NODE_ENV !== "production" ? CandlestickChart.propTypes /* remove-proptypes */ = {
93
93
  // ----------------------------- Warning --------------------------------
94
94
  // | These PropTypes are generated from the TypeScript type definitions |
95
95
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -81,7 +81,7 @@ const CandlestickChart = /*#__PURE__*/React.forwardRef(function CandlestickChart
81
81
  }));
82
82
  });
83
83
  if (process.env.NODE_ENV !== "production") CandlestickChart.displayName = "CandlestickChart";
84
- process.env.NODE_ENV !== "production" ? CandlestickChart.propTypes = {
84
+ process.env.NODE_ENV !== "production" ? CandlestickChart.propTypes /* remove-proptypes */ = {
85
85
  // ----------------------------- Warning --------------------------------
86
86
  // | These PropTypes are generated from the TypeScript type definitions |
87
87
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -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;
@@ -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;
@@ -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<'ohlc'>;
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<'ohlc'>;
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<'ohlc'>;
3
3
  export declare const getExtremumY: CartesianExtremumGetter<'ohlc'>;
@@ -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<'ohlc'>;
3
3
  export declare const getExtremumY: CartesianExtremumGetter<'ohlc'>;
@@ -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<'ohlc'>;
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<'ohlc'>;
3
3
  export default getColor;
@@ -15,11 +15,8 @@ const getColor = (series, xAxis) => {
15
15
  return series.color;
16
16
  }
17
17
  const value = bandValues[dataIndex];
18
- const color = value === null ? getSeriesColor({
19
- value,
20
- dataIndex
21
- }) : bandColorScale(value);
22
- if (color === null) {
18
+ const color = bandColorScale(value);
19
+ if (typeof color !== 'string') {
23
20
  return getSeriesColor({
24
21
  value,
25
22
  dataIndex
@@ -9,11 +9,8 @@ const getColor = (series, xAxis) => {
9
9
  return series.color;
10
10
  }
11
11
  const value = bandValues[dataIndex];
12
- const color = value === null ? getSeriesColor({
13
- value,
14
- dataIndex
15
- }) : bandColorScale(value);
16
- if (color === null) {
12
+ const color = bandColorScale(value);
13
+ if (typeof color !== 'string') {
17
14
  return getSeriesColor({
18
15
  value,
19
16
  dataIndex
@@ -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<'ohlc'>, seriesIndex: number, colors: readonly string[], theme: 'light' | 'dark'): {
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<'ohlc'>, seriesIndex: number, colors: readonly string[], theme: 'light' | 'dark'): {
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 ohlcSeriesConfig: ChartSeriesTypeConfig<'ohlc'>;
@@ -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 ohlcSeriesConfig: ChartSeriesTypeConfig<'ohlc'>;
@@ -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<'ohlc'>;
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<'ohlc'>;
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<'ohlc'>;
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<'ohlc'>;
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<'ohlc'>;
3
3
  export declare const axisTooltipGetter: AxisTooltipGetter<'ohlc', '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<'ohlc'>;
3
3
  export declare const axisTooltipGetter: AxisTooltipGetter<'ohlc', '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<'ohlc'>;
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<'ohlc'>;
3
3
  export default tooltipItemPositionGetter;
@@ -1,14 +1,14 @@
1
1
  import * as React from 'react';
2
- import { type ChartsGridProps } from '@mui/x-charts/ChartsGrid';
3
- import { type ChartsWrapperProps } from '@mui/x-charts/ChartsWrapper';
4
- import { type ChartsOverlayProps } from '@mui/x-charts/ChartsOverlay';
5
- import { type ChartsClipPathProps } from '@mui/x-charts/ChartsClipPath';
6
- import { type ChartsAxisProps } from '@mui/x-charts/internals';
2
+ import type { ChartsGridProps } from '@mui/x-charts/ChartsGrid';
3
+ import type { ChartsWrapperProps } from '@mui/x-charts/ChartsWrapper';
4
+ import type { ChartsOverlayProps } from '@mui/x-charts/ChartsOverlay';
5
+ import type { ChartsClipPathProps } from '@mui/x-charts/ChartsClipPath';
6
+ import type { ChartsAxisProps } from '@mui/x-charts/internals';
7
7
  import type { ChartsLegendSlotExtension } from '@mui/x-charts/ChartsLegend';
8
- import { type ChartsContainerPremiumProps } from "../ChartsContainerPremium/index.mjs";
9
- import { type CandlestickChartProps } from "./CandlestickChart.mjs";
10
- import { type CandlestickPlotProps } from "./CandlestickPlot.mjs";
11
- import { type CandlestickChartPluginSignatures } from "./CandlestickChart.plugins.mjs";
8
+ import type { ChartsContainerPremiumProps } from "../ChartsContainerPremium/index.mjs";
9
+ import type { CandlestickChartProps } from "./CandlestickChart.mjs";
10
+ import type { CandlestickPlotProps } from "./CandlestickPlot.mjs";
11
+ import type { CandlestickChartPluginSignatures } from "./CandlestickChart.plugins.mjs";
12
12
  /**
13
13
  * A helper function that extracts CandlestickChartProps from the input props
14
14
  * and returns an object with props for the children components of CandlestickChart.
@@ -1,14 +1,14 @@
1
1
  import * as React from 'react';
2
- import { type ChartsGridProps } from '@mui/x-charts/ChartsGrid';
3
- import { type ChartsWrapperProps } from '@mui/x-charts/ChartsWrapper';
4
- import { type ChartsOverlayProps } from '@mui/x-charts/ChartsOverlay';
5
- import { type ChartsClipPathProps } from '@mui/x-charts/ChartsClipPath';
6
- import { type ChartsAxisProps } from '@mui/x-charts/internals';
2
+ import type { ChartsGridProps } from '@mui/x-charts/ChartsGrid';
3
+ import type { ChartsWrapperProps } from '@mui/x-charts/ChartsWrapper';
4
+ import type { ChartsOverlayProps } from '@mui/x-charts/ChartsOverlay';
5
+ import type { ChartsClipPathProps } from '@mui/x-charts/ChartsClipPath';
6
+ import type { ChartsAxisProps } from '@mui/x-charts/internals';
7
7
  import type { ChartsLegendSlotExtension } from '@mui/x-charts/ChartsLegend';
8
- import { type ChartsContainerPremiumProps } from "../ChartsContainerPremium/index.js";
9
- import { type CandlestickChartProps } from "./CandlestickChart.js";
10
- import { type CandlestickPlotProps } from "./CandlestickPlot.js";
11
- import { type CandlestickChartPluginSignatures } from "./CandlestickChart.plugins.js";
8
+ import type { ChartsContainerPremiumProps } from "../ChartsContainerPremium/index.js";
9
+ import type { CandlestickChartProps } from "./CandlestickChart.js";
10
+ import type { CandlestickPlotProps } from "./CandlestickPlot.js";
11
+ import type { CandlestickChartPluginSignatures } from "./CandlestickChart.plugins.js";
12
12
  /**
13
13
  * A helper function that extracts CandlestickChartProps from the input props
14
14
  * and returns an object with props for the children components of CandlestickChart.
@@ -4,7 +4,6 @@ const _excluded = ["xAxis", "yAxis", "series", "width", "height", "margin", "col
4
4
  import * as React from 'react';
5
5
  import useId from '@mui/utils/useId';
6
6
  import { CANDLESTICK_CHART_PLUGINS } from "./CandlestickChart.plugins.mjs";
7
-
8
7
  /**
9
8
  * A helper function that extracts CandlestickChartProps from the input props
10
9
  * and returns an object with props for the children components of CandlestickChart.