@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
@@ -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 {}
@@ -107,7 +107,7 @@ const BarChartPremium = exports.BarChartPremium = /*#__PURE__*/React.forwardRef(
107
107
  }));
108
108
  });
109
109
  if (process.env.NODE_ENV !== "production") BarChartPremium.displayName = "BarChartPremium";
110
- process.env.NODE_ENV !== "production" ? BarChartPremium.propTypes = {
110
+ process.env.NODE_ENV !== "production" ? BarChartPremium.propTypes /* remove-proptypes */ = {
111
111
  // ----------------------------- Warning --------------------------------
112
112
  // | These PropTypes are generated from the TypeScript type definitions |
113
113
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -458,11 +458,13 @@ process.env.NODE_ENV !== "production" ? BarChartPremium.propTypes = {
458
458
  color: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.string.isRequired), _propTypes.default.func]).isRequired,
459
459
  max: _propTypes.default.oneOfType([_propTypes.default.instanceOf(Date), _propTypes.default.number]),
460
460
  min: _propTypes.default.oneOfType([_propTypes.default.instanceOf(Date), _propTypes.default.number]),
461
- type: _propTypes.default.oneOf(['continuous']).isRequired
461
+ type: _propTypes.default.oneOf(['continuous']).isRequired,
462
+ unknownColor: _propTypes.default.string
462
463
  }), _propTypes.default.shape({
463
464
  colors: _propTypes.default.arrayOf(_propTypes.default.string).isRequired,
464
465
  thresholds: _propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.instanceOf(Date), _propTypes.default.number]).isRequired).isRequired,
465
- type: _propTypes.default.oneOf(['piecewise']).isRequired
466
+ type: _propTypes.default.oneOf(['piecewise']).isRequired,
467
+ unknownColor: _propTypes.default.string
466
468
  }), _propTypes.default.shape({
467
469
  colors: _propTypes.default.arrayOf(_propTypes.default.string).isRequired,
468
470
  type: _propTypes.default.oneOf(['ordinal']).isRequired,
@@ -100,7 +100,7 @@ const BarChartPremium = /*#__PURE__*/React.forwardRef(function BarChartPremium(i
100
100
  }));
101
101
  });
102
102
  if (process.env.NODE_ENV !== "production") BarChartPremium.displayName = "BarChartPremium";
103
- process.env.NODE_ENV !== "production" ? BarChartPremium.propTypes = {
103
+ process.env.NODE_ENV !== "production" ? BarChartPremium.propTypes /* remove-proptypes */ = {
104
104
  // ----------------------------- Warning --------------------------------
105
105
  // | These PropTypes are generated from the TypeScript type definitions |
106
106
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -451,11 +451,13 @@ process.env.NODE_ENV !== "production" ? BarChartPremium.propTypes = {
451
451
  color: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string.isRequired), PropTypes.func]).isRequired,
452
452
  max: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]),
453
453
  min: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]),
454
- type: PropTypes.oneOf(['continuous']).isRequired
454
+ type: PropTypes.oneOf(['continuous']).isRequired,
455
+ unknownColor: PropTypes.string
455
456
  }), PropTypes.shape({
456
457
  colors: PropTypes.arrayOf(PropTypes.string).isRequired,
457
458
  thresholds: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]).isRequired).isRequired,
458
- type: PropTypes.oneOf(['piecewise']).isRequired
459
+ type: PropTypes.oneOf(['piecewise']).isRequired,
460
+ unknownColor: PropTypes.string
459
461
  }), PropTypes.shape({
460
462
  colors: PropTypes.arrayOf(PropTypes.string).isRequired,
461
463
  type: PropTypes.oneOf(['ordinal']).isRequired,
@@ -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 {}
@@ -31,7 +31,7 @@ function BarPlotPremium(_ref) {
31
31
  borderRadius: borderRadius
32
32
  }, other));
33
33
  }
34
- process.env.NODE_ENV !== "production" ? BarPlotPremium.propTypes = {
34
+ process.env.NODE_ENV !== "production" ? BarPlotPremium.propTypes /* remove-proptypes */ = {
35
35
  // ----------------------------- Warning --------------------------------
36
36
  // | These PropTypes are generated from the TypeScript type definitions |
37
37
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -24,7 +24,7 @@ function BarPlotPremium(_ref) {
24
24
  borderRadius: borderRadius
25
25
  }, other));
26
26
  }
27
- process.env.NODE_ENV !== "production" ? BarPlotPremium.propTypes = {
27
+ process.env.NODE_ENV !== "production" ? BarPlotPremium.propTypes /* remove-proptypes */ = {
28
28
  // ----------------------------- Warning --------------------------------
29
29
  // | These PropTypes are generated from the TypeScript type definitions |
30
30
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -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 {}
@@ -127,7 +127,7 @@ function RangeBarSvgPlot(props) {
127
127
  })
128
128
  });
129
129
  }
130
- process.env.NODE_ENV !== "production" ? RangeBarSvgPlot.propTypes = {
130
+ process.env.NODE_ENV !== "production" ? RangeBarSvgPlot.propTypes /* remove-proptypes */ = {
131
131
  // ----------------------------- Warning --------------------------------
132
132
  // | These PropTypes are generated from the TypeScript type definitions |
133
133
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -158,7 +158,7 @@ process.env.NODE_ENV !== "production" ? RangeBarSvgPlot.propTypes = {
158
158
  */
159
159
  slots: _propTypes.default.object
160
160
  } : void 0;
161
- process.env.NODE_ENV !== "production" ? RangeBarPlot.propTypes = {
161
+ process.env.NODE_ENV !== "production" ? RangeBarPlot.propTypes /* remove-proptypes */ = {
162
162
  // ----------------------------- Warning --------------------------------
163
163
  // | These PropTypes are generated from the TypeScript type definitions |
164
164
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -120,7 +120,7 @@ function RangeBarSvgPlot(props) {
120
120
  })
121
121
  });
122
122
  }
123
- process.env.NODE_ENV !== "production" ? RangeBarSvgPlot.propTypes = {
123
+ process.env.NODE_ENV !== "production" ? RangeBarSvgPlot.propTypes /* remove-proptypes */ = {
124
124
  // ----------------------------- Warning --------------------------------
125
125
  // | These PropTypes are generated from the TypeScript type definitions |
126
126
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -151,7 +151,7 @@ process.env.NODE_ENV !== "production" ? RangeBarSvgPlot.propTypes = {
151
151
  */
152
152
  slots: PropTypes.object
153
153
  } : void 0;
154
- process.env.NODE_ENV !== "production" ? RangeBarPlot.propTypes = {
154
+ process.env.NODE_ENV !== "production" ? RangeBarPlot.propTypes /* remove-proptypes */ = {
155
155
  // ----------------------------- Warning --------------------------------
156
156
  // | These PropTypes are generated from the TypeScript type definitions |
157
157
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -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;
@@ -16,11 +16,8 @@ const getColor = (series, xAxis, yAxis) => {
16
16
  return series.color;
17
17
  }
18
18
  const value = bandValues[dataIndex];
19
- const color = value === null ? getSeriesColor({
20
- value,
21
- dataIndex
22
- }) : bandColorScale(value);
23
- if (color === null) {
19
+ const color = bandColorScale(value);
20
+ if (typeof color !== 'string') {
24
21
  return getSeriesColor({
25
22
  value,
26
23
  dataIndex
@@ -10,11 +10,8 @@ const getColor = (series, xAxis, yAxis) => {
10
10
  return series.color;
11
11
  }
12
12
  const value = bandValues[dataIndex];
13
- const color = value === null ? getSeriesColor({
14
- value,
15
- dataIndex
16
- }) : bandColorScale(value);
17
- if (color === null) {
13
+ const color = bandColorScale(value);
14
+ if (typeof color !== 'string') {
18
15
  return getSeriesColor({
19
16
  value,
20
17
  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<'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;