@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,15 +1,15 @@
1
1
  import * as React from 'react';
2
2
  import type { MakeOptional } from '@mui/x-internals/types';
3
- import { type ChartsSlots, type ChartsSlotProps } from '@mui/x-charts/internals';
4
- import { type ChartsRadialGridProps } from '@mui/x-charts/ChartsRadialGrid';
5
- import { type ChartsRadialAxisHighlightProps } from '@mui/x-charts/ChartsRadialAxisHighlight';
6
- import { type ChartsLegendSlots, type ChartsLegendSlotProps } from "../ChartsLegend/index.js";
7
- import { type ChartsTooltipSlots, type ChartsTooltipSlotProps } from "../ChartsTooltip/index.js";
8
- import { type RadialLineChartPluginSignatures } from "./RadialLineChart.plugins.js";
9
- import { type ChartsOverlayProps, type ChartsOverlaySlots, type ChartsOverlaySlotProps } from "../ChartsOverlay/index.js";
10
- import { type ChartsToolbarSlots, type ChartsToolbarSlotProps } from "../Toolbar/index.js";
11
- import { type RadialLineHighlightPlotSlots, type RadialLineHighlightPlotSlotProps } from "./RadialLineHighlightPlot.js";
12
- import { type ChartsRadialDataProviderPremiumProps } from "../ChartsRadialDataProviderPremium/index.js";
3
+ import type { ChartsSlots, ChartsSlotProps } from '@mui/x-charts/internals';
4
+ import type { ChartsRadialGridProps } from '@mui/x-charts/ChartsRadialGrid';
5
+ import type { ChartsRadialAxisHighlightProps } from '@mui/x-charts/ChartsRadialAxisHighlight';
6
+ import type { ChartsLegendSlots, ChartsLegendSlotProps } from "../ChartsLegend/index.js";
7
+ import type { ChartsTooltipSlots, ChartsTooltipSlotProps } from "../ChartsTooltip/index.js";
8
+ import type { RadialLineChartPluginSignatures } from "./RadialLineChart.plugins.js";
9
+ import type { ChartsOverlayProps, ChartsOverlaySlots, ChartsOverlaySlotProps } from "../ChartsOverlay/index.js";
10
+ import type { ChartsToolbarSlots, ChartsToolbarSlotProps } from "../Toolbar/index.js";
11
+ import type { RadialLineHighlightPlotSlots, RadialLineHighlightPlotSlotProps } from "./RadialLineHighlightPlot.js";
12
+ import type { ChartsRadialDataProviderPremiumProps } from "../ChartsRadialDataProviderPremium/index.js";
13
13
  import type { RadialLineSeriesType } from "../models/seriesType/radialLine.js";
14
14
  export interface RadialLineChartSlots extends RadialLineHighlightPlotSlots, ChartsLegendSlots, ChartsOverlaySlots, ChartsTooltipSlots, ChartsToolbarSlots, Partial<ChartsSlots> {}
15
15
  export interface RadialLineChartSlotProps extends RadialLineHighlightPlotSlotProps, ChartsLegendSlotProps, ChartsOverlaySlotProps, ChartsTooltipSlotProps, ChartsToolbarSlotProps, Partial<ChartsSlotProps> {}
@@ -80,7 +80,7 @@ const RadialLineChart = exports.RadialLineChart = /*#__PURE__*/React.forwardRef(
80
80
  }));
81
81
  });
82
82
  if (process.env.NODE_ENV !== "production") RadialLineChart.displayName = "RadialLineChart";
83
- process.env.NODE_ENV !== "production" ? RadialLineChart.propTypes = {
83
+ process.env.NODE_ENV !== "production" ? RadialLineChart.propTypes /* remove-proptypes */ = {
84
84
  // ----------------------------- Warning --------------------------------
85
85
  // | These PropTypes are generated from the TypeScript type definitions |
86
86
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -72,7 +72,7 @@ const RadialLineChart = /*#__PURE__*/React.forwardRef(function RadialLineChart(i
72
72
  }));
73
73
  });
74
74
  if (process.env.NODE_ENV !== "production") RadialLineChart.displayName = "RadialLineChart";
75
- process.env.NODE_ENV !== "production" ? RadialLineChart.propTypes = {
75
+ process.env.NODE_ENV !== "production" ? RadialLineChart.propTypes /* remove-proptypes */ = {
76
76
  // ----------------------------- Warning --------------------------------
77
77
  // | These PropTypes are generated from the TypeScript type definitions |
78
78
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -1,4 +1,4 @@
1
- import { type UseChartZAxisSignature, type UseChartPolarAxisSignature, type UseChartTooltipSignature, type UseChartInteractionSignature, type UseChartHighlightSignature, type UseChartKeyboardNavigationSignature, type UseChartVisibilityManagerSignature, type ConvertSignaturesIntoPlugins } from '@mui/x-charts/internals';
2
- import { type UseChartProExportSignature } from '@mui/x-charts-pro/plugins';
1
+ import type { UseChartZAxisSignature, UseChartPolarAxisSignature, UseChartTooltipSignature, UseChartInteractionSignature, UseChartHighlightSignature, UseChartKeyboardNavigationSignature, UseChartVisibilityManagerSignature, ConvertSignaturesIntoPlugins } from '@mui/x-charts/internals';
2
+ import type { UseChartProExportSignature } from '@mui/x-charts-pro/plugins';
3
3
  export type RadialLineChartPluginSignatures = [UseChartZAxisSignature, UseChartTooltipSignature<'radialLine'>, UseChartInteractionSignature, UseChartPolarAxisSignature<'radialLine'>, UseChartHighlightSignature<'radialLine'>, UseChartVisibilityManagerSignature<'radialLine'>, UseChartKeyboardNavigationSignature, UseChartProExportSignature];
4
4
  export declare const RADIAL_LINE_CHART_PLUGINS: ConvertSignaturesIntoPlugins<RadialLineChartPluginSignatures>;
@@ -1,4 +1,4 @@
1
- import { type UseChartZAxisSignature, type UseChartPolarAxisSignature, type UseChartTooltipSignature, type UseChartInteractionSignature, type UseChartHighlightSignature, type UseChartKeyboardNavigationSignature, type UseChartVisibilityManagerSignature, type ConvertSignaturesIntoPlugins } from '@mui/x-charts/internals';
2
- import { type UseChartProExportSignature } from '@mui/x-charts-pro/plugins';
1
+ import type { UseChartZAxisSignature, UseChartPolarAxisSignature, UseChartTooltipSignature, UseChartInteractionSignature, UseChartHighlightSignature, UseChartKeyboardNavigationSignature, UseChartVisibilityManagerSignature, ConvertSignaturesIntoPlugins } from '@mui/x-charts/internals';
2
+ import type { UseChartProExportSignature } from '@mui/x-charts-pro/plugins';
3
3
  export type RadialLineChartPluginSignatures = [UseChartZAxisSignature, UseChartTooltipSignature<'radialLine'>, UseChartInteractionSignature, UseChartPolarAxisSignature<'radialLine'>, UseChartHighlightSignature<'radialLine'>, UseChartVisibilityManagerSignature<'radialLine'>, UseChartKeyboardNavigationSignature, UseChartProExportSignature];
4
4
  export declare const RADIAL_LINE_CHART_PLUGINS: ConvertSignaturesIntoPlugins<RadialLineChartPluginSignatures>;
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { type SeriesId } from '@mui/x-charts/models';
2
+ import type { SeriesId } from '@mui/x-charts/models';
3
3
  interface RadialLineHighlightElementCommonProps {
4
4
  seriesId: SeriesId;
5
5
  color: string;
@@ -12,4 +12,7 @@ export type RadialLineHighlightElementProps = (RadialLineHighlightElementCommonP
12
12
  shape: 'cross' | 'diamond' | 'square' | 'star' | 'triangle' | 'wye';
13
13
  } & Omit<React.SVGProps<SVGPathElement>, 'ref'>);
14
14
  declare function RadialLineHighlightElement(props: RadialLineHighlightElementProps): import("react/jsx-runtime").JSX.Element;
15
+ declare namespace RadialLineHighlightElement {
16
+ var propTypes: any;
17
+ }
15
18
  export { RadialLineHighlightElement };
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { type SeriesId } from '@mui/x-charts/models';
2
+ import type { SeriesId } from '@mui/x-charts/models';
3
3
  interface RadialLineHighlightElementCommonProps {
4
4
  seriesId: SeriesId;
5
5
  color: string;
@@ -12,4 +12,7 @@ export type RadialLineHighlightElementProps = (RadialLineHighlightElementCommonP
12
12
  shape: 'cross' | 'diamond' | 'square' | 'star' | 'triangle' | 'wye';
13
13
  } & Omit<React.SVGProps<SVGPathElement>, 'ref'>);
14
14
  declare function RadialLineHighlightElement(props: RadialLineHighlightElementProps): import("react/jsx-runtime").JSX.Element;
15
+ declare namespace RadialLineHighlightElement {
16
+ var propTypes: any;
17
+ }
15
18
  export { RadialLineHighlightElement };
@@ -9,6 +9,7 @@ exports.RadialLineHighlightElement = RadialLineHighlightElement;
9
9
  var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
10
10
  var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
11
11
  var React = _interopRequireWildcard(require("react"));
12
+ var _propTypes = _interopRequireDefault(require("prop-types"));
12
13
  var _reactMajor = _interopRequireDefault(require("@mui/x-internals/reactMajor"));
13
14
  var _d3Shape = require("@mui/x-charts-vendor/d3-shape");
14
15
  var _internals = require("@mui/x-charts/internals");
@@ -43,4 +44,12 @@ function RadialLineHighlightElement(props) {
43
44
  transform: `translate(${x} ${y})`,
44
45
  fill: color
45
46
  }, transformOrigin, additionalProps, other));
46
- }
47
+ }
48
+ process.env.NODE_ENV !== "production" ? RadialLineHighlightElement.propTypes /* remove-proptypes */ = {
49
+ // ----------------------------- Warning --------------------------------
50
+ // | These PropTypes are generated from the TypeScript type definitions |
51
+ // | To update them edit the TypeScript types and run "pnpm proptypes" |
52
+ // ----------------------------------------------------------------------
53
+ seriesId: _propTypes.default.string.isRequired,
54
+ shape: _propTypes.default.oneOf(['circle', 'cross', 'diamond', 'square', 'star', 'triangle', 'wye']).isRequired
55
+ } : void 0;
@@ -2,6 +2,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
3
3
  const _excluded = ["x", "y", "seriesId", "color", "shape"];
4
4
  import * as React from 'react';
5
+ import PropTypes from 'prop-types';
5
6
  import reactMajor from '@mui/x-internals/reactMajor';
6
7
  import { symbol as d3Symbol, symbolsFill as d3SymbolsFill } from '@mui/x-charts-vendor/d3-shape';
7
8
  import { getSymbol } from '@mui/x-charts/internals';
@@ -36,4 +37,12 @@ function RadialLineHighlightElement(props) {
36
37
  fill: color
37
38
  }, transformOrigin, additionalProps, other));
38
39
  }
40
+ process.env.NODE_ENV !== "production" ? RadialLineHighlightElement.propTypes /* remove-proptypes */ = {
41
+ // ----------------------------- Warning --------------------------------
42
+ // | These PropTypes are generated from the TypeScript type definitions |
43
+ // | To update them edit the TypeScript types and run "pnpm proptypes" |
44
+ // ----------------------------------------------------------------------
45
+ seriesId: PropTypes.string.isRequired,
46
+ shape: PropTypes.oneOf(['circle', 'cross', 'diamond', 'square', 'star', 'triangle', 'wye']).isRequired
47
+ } : void 0;
39
48
  export { RadialLineHighlightElement };
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
- import { type SlotComponentPropsFromProps } from '@mui/x-internals/types';
3
- import { type RadialLineHighlightElementProps } from "./RadialLineHighlightElement.mjs";
2
+ import type { SlotComponentPropsFromProps } from '@mui/x-internals/types';
3
+ import type { RadialLineHighlightElementProps } from "./RadialLineHighlightElement.mjs";
4
4
  import type { RadialLineHighlightPropsOverrides } from "../models/chartsSlotsComponentsPropsPremium.mjs";
5
5
  export interface RadialLineHighlightPlotSlots {
6
6
  radialLineHighlight?: React.JSXElementConstructor<RadialLineHighlightElementProps & RadialLineHighlightPropsOverrides>;
@@ -21,4 +21,7 @@ export interface RadialLineHighlightPlotProps extends React.SVGAttributes<SVGGEl
21
21
  slotProps?: RadialLineHighlightPlotSlotProps;
22
22
  }
23
23
  declare function RadialLineHighlightPlot(props: RadialLineHighlightPlotProps): import("react/jsx-runtime").JSX.Element | null;
24
+ declare namespace RadialLineHighlightPlot {
25
+ var propTypes: any;
26
+ }
24
27
  export { RadialLineHighlightPlot };
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
- import { type SlotComponentPropsFromProps } from '@mui/x-internals/types';
3
- import { type RadialLineHighlightElementProps } from "./RadialLineHighlightElement.js";
2
+ import type { SlotComponentPropsFromProps } from '@mui/x-internals/types';
3
+ import type { RadialLineHighlightElementProps } from "./RadialLineHighlightElement.js";
4
4
  import type { RadialLineHighlightPropsOverrides } from "../models/chartsSlotsComponentsPropsPremium.js";
5
5
  export interface RadialLineHighlightPlotSlots {
6
6
  radialLineHighlight?: React.JSXElementConstructor<RadialLineHighlightElementProps & RadialLineHighlightPropsOverrides>;
@@ -21,4 +21,7 @@ export interface RadialLineHighlightPlotProps extends React.SVGAttributes<SVGGEl
21
21
  slotProps?: RadialLineHighlightPlotSlotProps;
22
22
  }
23
23
  declare function RadialLineHighlightPlot(props: RadialLineHighlightPlotProps): import("react/jsx-runtime").JSX.Element | null;
24
+ declare namespace RadialLineHighlightPlot {
25
+ var propTypes: any;
26
+ }
24
27
  export { RadialLineHighlightPlot };
@@ -10,6 +10,7 @@ exports.RadialLineHighlightPlot = RadialLineHighlightPlot;
10
10
  var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
11
  var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
12
12
  var React = _interopRequireWildcard(require("react"));
13
+ var _propTypes = _interopRequireDefault(require("prop-types"));
13
14
  var _internals = require("@mui/x-charts/internals");
14
15
  var _hooks = require("@mui/x-charts/hooks");
15
16
  var _useRadialLineSeries = require("../hooks/useRadialLineSeries");
@@ -89,4 +90,20 @@ function RadialLineHighlightPlot(props) {
89
90
  }, slotProps?.radialLineHighlight), `${seriesId}`);
90
91
  }))
91
92
  }));
92
- }
93
+ }
94
+ process.env.NODE_ENV !== "production" ? RadialLineHighlightPlot.propTypes /* remove-proptypes */ = {
95
+ // ----------------------------- Warning --------------------------------
96
+ // | These PropTypes are generated from the TypeScript type definitions |
97
+ // | To update them edit the TypeScript types and run "pnpm proptypes" |
98
+ // ----------------------------------------------------------------------
99
+ /**
100
+ * The props used for each component slot.
101
+ * @default {}
102
+ */
103
+ slotProps: _propTypes.default.object,
104
+ /**
105
+ * Overridable component slots.
106
+ * @default {}
107
+ */
108
+ slots: _propTypes.default.object
109
+ } : void 0;
@@ -4,6 +4,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";
4
4
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
5
5
  const _excluded = ["slots", "slotProps"];
6
6
  import * as React from 'react';
7
+ import PropTypes from 'prop-types';
7
8
  import { selectorChartsInteractionRotationAxisIndex, useChartsContext } from '@mui/x-charts/internals';
8
9
  import { getValueToPositionMapper, useRadiusAxes, useRotationAxes } from '@mui/x-charts/hooks';
9
10
  import { useRadialLineSeriesContext } from "../hooks/useRadialLineSeries.mjs";
@@ -83,4 +84,20 @@ function RadialLineHighlightPlot(props) {
83
84
  }))
84
85
  }));
85
86
  }
87
+ process.env.NODE_ENV !== "production" ? RadialLineHighlightPlot.propTypes /* remove-proptypes */ = {
88
+ // ----------------------------- Warning --------------------------------
89
+ // | These PropTypes are generated from the TypeScript type definitions |
90
+ // | To update them edit the TypeScript types and run "pnpm proptypes" |
91
+ // ----------------------------------------------------------------------
92
+ /**
93
+ * The props used for each component slot.
94
+ * @default {}
95
+ */
96
+ slotProps: PropTypes.object,
97
+ /**
98
+ * Overridable component slots.
99
+ * @default {}
100
+ */
101
+ slots: PropTypes.object
102
+ } : void 0;
86
103
  export { RadialLineHighlightPlot };
@@ -1,5 +1,9 @@
1
- import { type RadialLineClasses } from "./radialLineClasses.mjs";
1
+ import type { RadialLineClasses } from "./radialLineClasses.mjs";
2
2
  export interface RadialLinePlotProps {
3
3
  classes?: Partial<Pick<RadialLineClasses, 'line' | 'linePlot'>>;
4
4
  }
5
- export declare function RadialLinePlot(props: RadialLinePlotProps): import("react/jsx-runtime").JSX.Element;
5
+ declare function RadialLinePlot(props: RadialLinePlotProps): import("react/jsx-runtime").JSX.Element;
6
+ declare namespace RadialLinePlot {
7
+ var propTypes: any;
8
+ }
9
+ export { RadialLinePlot };
@@ -1,5 +1,9 @@
1
- import { type RadialLineClasses } from "./radialLineClasses.js";
1
+ import type { RadialLineClasses } from "./radialLineClasses.js";
2
2
  export interface RadialLinePlotProps {
3
3
  classes?: Partial<Pick<RadialLineClasses, 'line' | 'linePlot'>>;
4
4
  }
5
- export declare function RadialLinePlot(props: RadialLinePlotProps): import("react/jsx-runtime").JSX.Element;
5
+ declare function RadialLinePlot(props: RadialLinePlotProps): import("react/jsx-runtime").JSX.Element;
6
+ declare namespace RadialLinePlot {
7
+ var propTypes: any;
8
+ }
9
+ export { RadialLinePlot };
@@ -1,10 +1,12 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
3
4
  Object.defineProperty(exports, "__esModule", {
4
5
  value: true
5
6
  });
6
7
  exports.RadialLinePlot = RadialLinePlot;
7
8
  var _styles = require("@mui/material/styles");
9
+ var _propTypes = _interopRequireDefault(require("prop-types"));
8
10
  var _internals = require("@mui/x-charts/internals");
9
11
  var _useRadialLinePlotData = require("./useRadialLinePlotData");
10
12
  var _radialLineClasses = require("./radialLineClasses");
@@ -49,4 +51,11 @@ function RadialLinePlot(props) {
49
51
  className: classes.line
50
52
  }, seriesId))
51
53
  });
52
- }
54
+ }
55
+ process.env.NODE_ENV !== "production" ? RadialLinePlot.propTypes /* remove-proptypes */ = {
56
+ // ----------------------------- Warning --------------------------------
57
+ // | These PropTypes are generated from the TypeScript type definitions |
58
+ // | To update them edit the TypeScript types and run "pnpm proptypes" |
59
+ // ----------------------------------------------------------------------
60
+ classes: _propTypes.default.object
61
+ } : void 0;
@@ -1,4 +1,5 @@
1
1
  import { styled } from '@mui/material/styles';
2
+ import PropTypes from 'prop-types';
2
3
  import { selectorChartPolarCenter, useChartsContext } from '@mui/x-charts/internals';
3
4
  import { useRadialLinePlotData } from "./useRadialLinePlotData.mjs";
4
5
  import { useUtilityClasses } from "./radialLineClasses.mjs";
@@ -8,7 +9,7 @@ const RadialLinePlotRoot = styled('g', {
8
9
  name: 'MuiRadialLinePlot',
9
10
  slot: 'Root'
10
11
  })();
11
- export function RadialLinePlot(props) {
12
+ function RadialLinePlot(props) {
12
13
  const {
13
14
  classes: inClasses
14
15
  } = props;
@@ -43,4 +44,12 @@ export function RadialLinePlot(props) {
43
44
  className: classes.line
44
45
  }, seriesId))
45
46
  });
46
- }
47
+ }
48
+ process.env.NODE_ENV !== "production" ? RadialLinePlot.propTypes /* remove-proptypes */ = {
49
+ // ----------------------------- Warning --------------------------------
50
+ // | These PropTypes are generated from the TypeScript type definitions |
51
+ // | To update them edit the TypeScript types and run "pnpm proptypes" |
52
+ // ----------------------------------------------------------------------
53
+ classes: PropTypes.object
54
+ } : void 0;
55
+ export { RadialLinePlot };
@@ -1,5 +1,9 @@
1
- import { type RadialLineClasses } from "./radialLineClasses.mjs";
1
+ import type { RadialLineClasses } from "./radialLineClasses.mjs";
2
2
  export interface RadialMarkPlotProps {
3
3
  classes?: Partial<Pick<RadialLineClasses, 'mark' | 'markPlot'>>;
4
4
  }
5
- export declare function RadialMarkPlot(props: RadialMarkPlotProps): import("react/jsx-runtime").JSX.Element;
5
+ declare function RadialMarkPlot(props: RadialMarkPlotProps): import("react/jsx-runtime").JSX.Element;
6
+ declare namespace RadialMarkPlot {
7
+ var propTypes: any;
8
+ }
9
+ export { RadialMarkPlot };
@@ -1,5 +1,9 @@
1
- import { type RadialLineClasses } from "./radialLineClasses.js";
1
+ import type { RadialLineClasses } from "./radialLineClasses.js";
2
2
  export interface RadialMarkPlotProps {
3
3
  classes?: Partial<Pick<RadialLineClasses, 'mark' | 'markPlot'>>;
4
4
  }
5
- export declare function RadialMarkPlot(props: RadialMarkPlotProps): import("react/jsx-runtime").JSX.Element;
5
+ declare function RadialMarkPlot(props: RadialMarkPlotProps): import("react/jsx-runtime").JSX.Element;
6
+ declare namespace RadialMarkPlot {
7
+ var propTypes: any;
8
+ }
9
+ export { RadialMarkPlot };
@@ -1,10 +1,12 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
3
4
  Object.defineProperty(exports, "__esModule", {
4
5
  value: true
5
6
  });
6
7
  exports.RadialMarkPlot = RadialMarkPlot;
7
8
  var _d3Shape = require("@mui/x-charts-vendor/d3-shape");
9
+ var _propTypes = _interopRequireDefault(require("prop-types"));
8
10
  var _styles = require("@mui/material/styles");
9
11
  var _internals = require("@mui/x-charts/internals");
10
12
  var _useRadialLinePlotData = require("./useRadialLinePlotData");
@@ -74,4 +76,11 @@ function RadialMarkPlot(props) {
74
76
  }, seriesId);
75
77
  })
76
78
  });
77
- }
79
+ }
80
+ process.env.NODE_ENV !== "production" ? RadialMarkPlot.propTypes /* remove-proptypes */ = {
81
+ // ----------------------------- Warning --------------------------------
82
+ // | These PropTypes are generated from the TypeScript type definitions |
83
+ // | To update them edit the TypeScript types and run "pnpm proptypes" |
84
+ // ----------------------------------------------------------------------
85
+ classes: _propTypes.default.object
86
+ } : void 0;
@@ -1,4 +1,5 @@
1
1
  import { symbol as d3Symbol, symbolsFill as d3SymbolsFill } from '@mui/x-charts-vendor/d3-shape';
2
+ import PropTypes from 'prop-types';
2
3
  import { styled } from '@mui/material/styles';
3
4
  import { getSymbol } from '@mui/x-charts/internals';
4
5
  import { useRadialLinePlotData } from "./useRadialLinePlotData.mjs";
@@ -9,7 +10,7 @@ const RadialMarkPlotRoot = styled('g', {
9
10
  name: 'MuiRadialMarkPlot',
10
11
  slot: 'Root'
11
12
  })();
12
- export function RadialMarkPlot(props) {
13
+ function RadialMarkPlot(props) {
13
14
  const {
14
15
  classes: inClasses
15
16
  } = props;
@@ -68,4 +69,12 @@ export function RadialMarkPlot(props) {
68
69
  }, seriesId);
69
70
  })
70
71
  });
71
- }
72
+ }
73
+ process.env.NODE_ENV !== "production" ? RadialMarkPlot.propTypes /* remove-proptypes */ = {
74
+ // ----------------------------- Warning --------------------------------
75
+ // | These PropTypes are generated from the TypeScript type definitions |
76
+ // | To update them edit the TypeScript types and run "pnpm proptypes" |
77
+ // ----------------------------------------------------------------------
78
+ classes: PropTypes.object
79
+ } : void 0;
80
+ export { RadialMarkPlot };
@@ -1,3 +1,3 @@
1
- import { type DescriptionGetter } from '@mui/x-charts/internals';
1
+ import type { DescriptionGetter } from '@mui/x-charts/internals';
2
2
  declare const descriptionGetter: DescriptionGetter<'radialLine'>;
3
3
  export default descriptionGetter;
@@ -1,3 +1,3 @@
1
- import { type DescriptionGetter } from '@mui/x-charts/internals';
1
+ import type { DescriptionGetter } from '@mui/x-charts/internals';
2
2
  declare const descriptionGetter: DescriptionGetter<'radialLine'>;
3
3
  export default descriptionGetter;
@@ -1,3 +1,3 @@
1
- import { type PolarExtremumGetter } from '@mui/x-charts/internals';
1
+ import type { PolarExtremumGetter } from '@mui/x-charts/internals';
2
2
  export declare const rotationExtremumGetter: PolarExtremumGetter<'radialLine'>;
3
3
  export declare const radiusExtremumGetter: PolarExtremumGetter<'radialLine'>;
@@ -1,3 +1,3 @@
1
- import { type PolarExtremumGetter } from '@mui/x-charts/internals';
1
+ import type { PolarExtremumGetter } from '@mui/x-charts/internals';
2
2
  export declare const rotationExtremumGetter: PolarExtremumGetter<'radialLine'>;
3
3
  export declare const radiusExtremumGetter: PolarExtremumGetter<'radialLine'>;
@@ -1,3 +1,3 @@
1
- import { type ColorProcessor } from '@mui/x-charts/internals';
1
+ import type { ColorProcessor } from '@mui/x-charts/internals';
2
2
  declare const getColor: ColorProcessor<'radialLine'>;
3
3
  export default getColor;
@@ -1,3 +1,3 @@
1
- import { type ColorProcessor } from '@mui/x-charts/internals';
1
+ import type { ColorProcessor } from '@mui/x-charts/internals';
2
2
  declare const getColor: ColorProcessor<'radialLine'>;
3
3
  export default getColor;
@@ -1,4 +1,4 @@
1
- import { type ChartState, type UseChartPolarAxisSignature } from '@mui/x-charts/internals';
1
+ import type { ChartState, UseChartPolarAxisSignature } from '@mui/x-charts/internals';
2
2
  import type { SeriesItemIdentifierWithType } from '@mui/x-charts/models';
3
3
  export default function getItemAtPosition(state: ChartState<[UseChartPolarAxisSignature]>, point: {
4
4
  x: number;
@@ -1,4 +1,4 @@
1
- import { type ChartState, type UseChartPolarAxisSignature } from '@mui/x-charts/internals';
1
+ import type { ChartState, UseChartPolarAxisSignature } from '@mui/x-charts/internals';
2
2
  import type { SeriesItemIdentifierWithType } from '@mui/x-charts/models';
3
3
  export default function getItemAtPosition(state: ChartState<[UseChartPolarAxisSignature]>, point: {
4
4
  x: number;
@@ -1,6 +1,5 @@
1
1
  import { getValueToPositionMapper } from '@mui/x-charts/hooks';
2
- import { selectorAllSeriesOfType, selectorChartPolarCenter, selectorChartRadiusAxis, selectorChartRotationAxis, getRotationAxisIndex, isOrdinalScale } from '@mui/x-charts/internals';
3
- import { evaluateCurveAtAngle, clampAngleRad, getAsNumber } from '@mui/x-charts/internals';
2
+ import { selectorAllSeriesOfType, selectorChartPolarCenter, selectorChartRadiusAxis, selectorChartRotationAxis, getRotationAxisIndex, isOrdinalScale, evaluateCurveAtAngle, clampAngleRad, getAsNumber } from '@mui/x-charts/internals';
4
3
  /**
5
4
  * For a continuous rotation axis, find the two data indices that bracket the pointer's angle position.
6
5
  * For ordinal axes, returns the single matching index (left === right).
@@ -1,2 +1,2 @@
1
- import { type ChartSeriesTypeConfig } from '@mui/x-charts/internals';
1
+ import type { ChartSeriesTypeConfig } from '@mui/x-charts/internals';
2
2
  export declare const radialLineSeriesConfig: ChartSeriesTypeConfig<'radialLine'>;
@@ -1,2 +1,2 @@
1
- import { type ChartSeriesTypeConfig } from '@mui/x-charts/internals';
1
+ import type { ChartSeriesTypeConfig } from '@mui/x-charts/internals';
2
2
  export declare const radialLineSeriesConfig: ChartSeriesTypeConfig<'radialLine'>;
@@ -1,3 +1,3 @@
1
- import { type KeyboardFocusHandler, type ComposableRadialChartSeriesType } from '@mui/x-charts/internals';
1
+ import type { KeyboardFocusHandler, ComposableRadialChartSeriesType } from '@mui/x-charts/internals';
2
2
  declare const keyboardFocusHandler: KeyboardFocusHandler<'radialLine', ComposableRadialChartSeriesType>;
3
3
  export default keyboardFocusHandler;
@@ -1,3 +1,3 @@
1
- import { type KeyboardFocusHandler, type ComposableRadialChartSeriesType } from '@mui/x-charts/internals';
1
+ import type { KeyboardFocusHandler, ComposableRadialChartSeriesType } from '@mui/x-charts/internals';
2
2
  declare const keyboardFocusHandler: KeyboardFocusHandler<'radialLine', ComposableRadialChartSeriesType>;
3
3
  export default keyboardFocusHandler;
@@ -1,3 +1,3 @@
1
- import { type LegendGetter } from '@mui/x-charts/internals';
1
+ import type { LegendGetter } from '@mui/x-charts/internals';
2
2
  declare const legendGetter: LegendGetter<'radialLine'>;
3
3
  export default legendGetter;
@@ -1,3 +1,3 @@
1
- import { type LegendGetter } from '@mui/x-charts/internals';
1
+ import type { LegendGetter } from '@mui/x-charts/internals';
2
2
  declare const legendGetter: LegendGetter<'radialLine'>;
3
3
  export default legendGetter;
@@ -1,3 +1,3 @@
1
- import { type SeriesProcessor } from '@mui/x-charts/internals';
1
+ import type { SeriesProcessor } from '@mui/x-charts/internals';
2
2
  declare const seriesProcessor: SeriesProcessor<'radialLine'>;
3
3
  export default seriesProcessor;
@@ -1,3 +1,3 @@
1
- import { type SeriesProcessor } from '@mui/x-charts/internals';
1
+ import type { SeriesProcessor } from '@mui/x-charts/internals';
2
2
  declare const seriesProcessor: SeriesProcessor<'radialLine'>;
3
3
  export default seriesProcessor;
@@ -1,3 +1,3 @@
1
- import { type TooltipGetter } from '@mui/x-charts/internals';
1
+ import type { TooltipGetter } from '@mui/x-charts/internals';
2
2
  declare const tooltipGetter: TooltipGetter<'radialLine'>;
3
3
  export default tooltipGetter;
@@ -1,3 +1,3 @@
1
- import { type TooltipGetter } from '@mui/x-charts/internals';
1
+ import type { TooltipGetter } from '@mui/x-charts/internals';
2
2
  declare const tooltipGetter: TooltipGetter<'radialLine'>;
3
3
  export default tooltipGetter;
@@ -1,13 +1,13 @@
1
1
  import * as React from 'react';
2
- import { type ChartsClipPathProps } from "../ChartsClipPath/index.mjs";
3
- import { type ChartsRadialGridProps } from "../ChartsRadialGrid/index.mjs";
4
- import { type ChartsRadialAxisHighlightProps } from "../ChartsRadialAxisHighlight/index.mjs";
5
- import { type ChartsLegendSlotExtension } from "../ChartsLegend/index.mjs";
6
- import { type ChartsOverlayProps } from "../ChartsOverlay/index.mjs";
7
- import { type ChartsRadialDataProviderProps } from "../ChartsRadialDataProvider/index.mjs";
2
+ import type { ChartsClipPathProps } from "../ChartsClipPath/index.mjs";
3
+ import type { ChartsRadialGridProps } from "../ChartsRadialGrid/index.mjs";
4
+ import type { ChartsRadialAxisHighlightProps } from "../ChartsRadialAxisHighlight/index.mjs";
5
+ import type { ChartsLegendSlotExtension } from "../ChartsLegend/index.mjs";
6
+ import type { ChartsOverlayProps } from "../ChartsOverlay/index.mjs";
7
+ import type { ChartsRadialDataProviderProps } from "../ChartsRadialDataProvider/index.mjs";
8
8
  import type { RadialLineChartProps } from "./RadialLineChart.mjs";
9
9
  import type { ChartsWrapperProps } from "../ChartsWrapper/index.mjs";
10
- import { type RadialLineChartPluginSignatures } from "./RadialLineChart.plugins.mjs";
10
+ import type { RadialLineChartPluginSignatures } from "./RadialLineChart.plugins.mjs";
11
11
  /**
12
12
  * A helper function that extracts RadialLineChartProps from the input props
13
13
  * and returns an object with props for the children components of RadialLineChart.
@@ -1,13 +1,13 @@
1
1
  import * as React from 'react';
2
- import { type ChartsClipPathProps } from "../ChartsClipPath/index.js";
3
- import { type ChartsRadialGridProps } from "../ChartsRadialGrid/index.js";
4
- import { type ChartsRadialAxisHighlightProps } from "../ChartsRadialAxisHighlight/index.js";
5
- import { type ChartsLegendSlotExtension } from "../ChartsLegend/index.js";
6
- import { type ChartsOverlayProps } from "../ChartsOverlay/index.js";
7
- import { type ChartsRadialDataProviderProps } from "../ChartsRadialDataProvider/index.js";
2
+ import type { ChartsClipPathProps } from "../ChartsClipPath/index.js";
3
+ import type { ChartsRadialGridProps } from "../ChartsRadialGrid/index.js";
4
+ import type { ChartsRadialAxisHighlightProps } from "../ChartsRadialAxisHighlight/index.js";
5
+ import type { ChartsLegendSlotExtension } from "../ChartsLegend/index.js";
6
+ import type { ChartsOverlayProps } from "../ChartsOverlay/index.js";
7
+ import type { ChartsRadialDataProviderProps } from "../ChartsRadialDataProvider/index.js";
8
8
  import type { RadialLineChartProps } from "./RadialLineChart.js";
9
9
  import type { ChartsWrapperProps } from "../ChartsWrapper/index.js";
10
- import { type RadialLineChartPluginSignatures } from "./RadialLineChart.plugins.js";
10
+ import type { RadialLineChartPluginSignatures } from "./RadialLineChart.plugins.js";
11
11
  /**
12
12
  * A helper function that extracts RadialLineChartProps from the input props
13
13
  * and returns an object with props for the children components of RadialLineChart.
@@ -1,4 +1,4 @@
1
- import { type CurveType, type MarkShape, type SeriesId } from '@mui/x-charts/models';
1
+ import type { CurveType, MarkShape, SeriesId } from '@mui/x-charts/models';
2
2
  export interface RadialLinePoint {
3
3
  x: number;
4
4
  y: number;
@@ -1,4 +1,4 @@
1
- import { type CurveType, type MarkShape, type SeriesId } from '@mui/x-charts/models';
1
+ import type { CurveType, MarkShape, SeriesId } from '@mui/x-charts/models';
2
2
  export interface RadialLinePoint {
3
3
  x: number;
4
4
  y: number;
@@ -1,11 +1,11 @@
1
1
  import * as React from 'react';
2
- import { type ScatterChartProps, type ScatterChartSlots, type ScatterChartSlotProps } from '@mui/x-charts/ScatterChart';
3
- import { type ChartsTooltipProps } from '@mui/x-charts/ChartsTooltip';
2
+ import type { ScatterChartProps, ScatterChartSlots, ScatterChartSlotProps } from '@mui/x-charts/ScatterChart';
3
+ import type { ChartsTooltipProps } from '@mui/x-charts/ChartsTooltip';
4
4
  import type { TooltipPropsOverrides } from '@mui/x-charts/models';
5
- import { type ChartsToolbarProSlotProps, type ChartsToolbarProSlots } from '@mui/x-charts-pro/ChartsToolbarPro';
6
- import { type ChartsSlotPropsPro, type ChartsSlotsPro } from '@mui/x-charts-pro/internals';
7
- import { type ChartsContainerPremiumProps } from "../ChartsContainerPremium/index.mjs";
8
- import { type ScatterChartPremiumPluginSignatures } from "./ScatterChartPremium.plugins.mjs";
5
+ import type { ChartsToolbarProSlotProps, ChartsToolbarProSlots } from '@mui/x-charts-pro/ChartsToolbarPro';
6
+ import type { ChartsSlotPropsPro, ChartsSlotsPro } from '@mui/x-charts-pro/internals';
7
+ import type { ChartsContainerPremiumProps } from "../ChartsContainerPremium/index.mjs";
8
+ import type { ScatterChartPremiumPluginSignatures } from "./ScatterChartPremium.plugins.mjs";
9
9
  export interface ScatterChartPremiumSlots extends Omit<ScatterChartSlots, 'toolbar'>, ChartsToolbarProSlots, Partial<ChartsSlotsPro> {}
10
10
  export interface ScatterChartPremiumSlotProps extends Omit<ScatterChartSlotProps, 'toolbar' | 'tooltip'>, ChartsToolbarProSlotProps, Partial<ChartsSlotPropsPro> {
11
11
  tooltip?: Partial<ChartsTooltipProps<'item' | 'none'>> & TooltipPropsOverrides;