@mui/x-charts-pro 9.6.0 → 9.8.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 (303) hide show
  1. package/BarChartPro/BarChartPro.d.mts +5 -5
  2. package/BarChartPro/BarChartPro.d.ts +5 -5
  3. package/BarChartPro/BarChartPro.plugins.d.mts +3 -3
  4. package/BarChartPro/BarChartPro.plugins.d.ts +3 -3
  5. package/CHANGELOG.md +241 -2
  6. package/ChartZoomSlider/index.d.mts +2 -1
  7. package/ChartZoomSlider/index.d.ts +2 -1
  8. package/ChartZoomSlider/index.mjs +0 -1
  9. package/ChartsContainerPro/ChartsContainerPro.d.mts +4 -4
  10. package/ChartsContainerPro/ChartsContainerPro.d.ts +4 -4
  11. package/ChartsContainerPro/useChartsContainerProProps.d.mts +2 -2
  12. package/ChartsContainerPro/useChartsContainerProProps.d.ts +2 -2
  13. package/ChartsDataProviderPro/ChartsDataProviderPro.d.mts +4 -4
  14. package/ChartsDataProviderPro/ChartsDataProviderPro.d.ts +4 -4
  15. package/ChartsDataProviderPro/ChartsDataProviderPro.js +2 -2
  16. package/ChartsDataProviderPro/ChartsDataProviderPro.mjs +2 -2
  17. package/ChartsDataProviderPro/useChartsDataProviderProProps.d.mts +1 -1
  18. package/ChartsDataProviderPro/useChartsDataProviderProProps.d.ts +1 -1
  19. package/ChartsToolbarPro/ChartsToolbarImageExportTrigger.d.mts +3 -3
  20. package/ChartsToolbarPro/ChartsToolbarImageExportTrigger.d.ts +3 -3
  21. package/ChartsToolbarPro/ChartsToolbarPrintExportTrigger.d.mts +3 -3
  22. package/ChartsToolbarPro/ChartsToolbarPrintExportTrigger.d.ts +3 -3
  23. package/ChartsToolbarPro/ChartsToolbarPro.d.mts +5 -5
  24. package/ChartsToolbarPro/ChartsToolbarPro.d.ts +5 -5
  25. package/ChartsToolbarPro/ChartsToolbarRangeButtonTrigger.d.mts +3 -3
  26. package/ChartsToolbarPro/ChartsToolbarRangeButtonTrigger.d.ts +3 -3
  27. package/ChartsToolbarPro/ChartsToolbarZoomInTrigger.d.mts +2 -2
  28. package/ChartsToolbarPro/ChartsToolbarZoomInTrigger.d.ts +2 -2
  29. package/ChartsToolbarPro/ChartsToolbarZoomOutTrigger.d.mts +2 -2
  30. package/ChartsToolbarPro/ChartsToolbarZoomOutTrigger.d.ts +2 -2
  31. package/ChartsToolbarPro/Toolbar.types.d.mts +1 -1
  32. package/ChartsToolbarPro/Toolbar.types.d.ts +1 -1
  33. package/ChartsToolbarPro/internals/ChartsMenu.d.mts +1 -1
  34. package/ChartsToolbarPro/internals/ChartsMenu.d.ts +1 -1
  35. package/ChartsToolbarPro/internals/ChartsToolbarDivider.d.mts +1 -1
  36. package/ChartsToolbarPro/internals/ChartsToolbarDivider.d.ts +1 -1
  37. package/ChartsZoomSlider/internals/ChartsAxisZoomSlider.d.mts +1 -1
  38. package/ChartsZoomSlider/internals/ChartsAxisZoomSlider.d.ts +1 -1
  39. package/ChartsZoomSlider/internals/ChartsAxisZoomSliderActiveTrack.d.mts +1 -1
  40. package/ChartsZoomSlider/internals/ChartsAxisZoomSliderActiveTrack.d.ts +1 -1
  41. package/ChartsZoomSlider/internals/ChartsAxisZoomSliderPreview.d.mts +1 -1
  42. package/ChartsZoomSlider/internals/ChartsAxisZoomSliderPreview.d.ts +1 -1
  43. package/ChartsZoomSlider/internals/ChartsAxisZoomSliderPreviewContent.d.mts +1 -1
  44. package/ChartsZoomSlider/internals/ChartsAxisZoomSliderPreviewContent.d.ts +1 -1
  45. package/ChartsZoomSlider/internals/ChartsAxisZoomSliderTrack.d.mts +1 -1
  46. package/ChartsZoomSlider/internals/ChartsAxisZoomSliderTrack.d.ts +1 -1
  47. package/ChartsZoomSlider/internals/ChartsTooltipZoomSliderValue.d.mts +1 -1
  48. package/ChartsZoomSlider/internals/ChartsTooltipZoomSliderValue.d.ts +1 -1
  49. package/ChartsZoomSlider/internals/previews/AreaPreviewPlot.d.mts +2 -2
  50. package/ChartsZoomSlider/internals/previews/AreaPreviewPlot.d.ts +2 -2
  51. package/ChartsZoomSlider/internals/previews/BarPreviewPlot.d.mts +1 -1
  52. package/ChartsZoomSlider/internals/previews/BarPreviewPlot.d.ts +1 -1
  53. package/ChartsZoomSlider/internals/previews/BarPreviewPlot.mjs +1 -2
  54. package/ChartsZoomSlider/internals/previews/LineAreaPreviewPlot.d.mts +1 -1
  55. package/ChartsZoomSlider/internals/previews/LineAreaPreviewPlot.d.ts +1 -1
  56. package/ChartsZoomSlider/internals/previews/LinePreviewPlot.d.mts +1 -1
  57. package/ChartsZoomSlider/internals/previews/LinePreviewPlot.d.ts +1 -1
  58. package/ChartsZoomSlider/internals/previews/PreviewPlot.types.d.mts +1 -1
  59. package/ChartsZoomSlider/internals/previews/PreviewPlot.types.d.ts +1 -1
  60. package/ChartsZoomSlider/internals/previews/ScatterPreviewPlot.d.mts +1 -1
  61. package/ChartsZoomSlider/internals/previews/ScatterPreviewPlot.d.ts +1 -1
  62. package/ChartsZoomSlider/internals/seriesPreviewPlotMap.d.mts +1 -1
  63. package/ChartsZoomSlider/internals/seriesPreviewPlotMap.d.ts +1 -1
  64. package/ChartsZoomSlider/internals/zoom-utils.d.mts +2 -2
  65. package/ChartsZoomSlider/internals/zoom-utils.d.ts +2 -2
  66. package/FunnelChart/FunnelChart.d.mts +9 -9
  67. package/FunnelChart/FunnelChart.d.ts +9 -9
  68. package/FunnelChart/FunnelChart.plugins.d.mts +3 -3
  69. package/FunnelChart/FunnelChart.plugins.d.ts +3 -3
  70. package/FunnelChart/FunnelPlot.d.mts +2 -2
  71. package/FunnelChart/FunnelPlot.d.ts +2 -2
  72. package/FunnelChart/FunnelSection.d.mts +2 -2
  73. package/FunnelChart/FunnelSection.d.ts +2 -2
  74. package/FunnelChart/FunnelSectionLabel.d.mts +2 -2
  75. package/FunnelChart/FunnelSectionLabel.d.ts +2 -2
  76. package/FunnelChart/categoryAxis.types.d.mts +2 -2
  77. package/FunnelChart/categoryAxis.types.d.ts +2 -2
  78. package/FunnelChart/coordinateMapper.d.mts +2 -2
  79. package/FunnelChart/coordinateMapper.d.ts +2 -2
  80. package/FunnelChart/curves/borderRadiusPolygon.d.mts +1 -1
  81. package/FunnelChart/curves/borderRadiusPolygon.d.ts +1 -1
  82. package/FunnelChart/curves/bump.d.mts +1 -1
  83. package/FunnelChart/curves/bump.d.ts +1 -1
  84. package/FunnelChart/curves/curve.types.d.mts +1 -1
  85. package/FunnelChart/curves/curve.types.d.ts +1 -1
  86. package/FunnelChart/curves/getFunnelCurve.d.mts +1 -1
  87. package/FunnelChart/curves/getFunnelCurve.d.ts +1 -1
  88. package/FunnelChart/curves/linear.d.mts +1 -1
  89. package/FunnelChart/curves/linear.d.ts +1 -1
  90. package/FunnelChart/curves/pyramid.d.mts +1 -1
  91. package/FunnelChart/curves/pyramid.d.ts +1 -1
  92. package/FunnelChart/curves/step-pyramid.d.mts +1 -1
  93. package/FunnelChart/curves/step-pyramid.d.ts +1 -1
  94. package/FunnelChart/curves/step.d.mts +1 -1
  95. package/FunnelChart/curves/step.d.ts +1 -1
  96. package/FunnelChart/funnel.types.d.mts +5 -5
  97. package/FunnelChart/funnel.types.d.ts +5 -5
  98. package/FunnelChart/funnelAxisPlugin/computeAxisValue.d.mts +4 -4
  99. package/FunnelChart/funnelAxisPlugin/computeAxisValue.d.ts +4 -4
  100. package/FunnelChart/funnelAxisPlugin/useChartFunnelAxis.d.mts +2 -2
  101. package/FunnelChart/funnelAxisPlugin/useChartFunnelAxis.d.ts +2 -2
  102. package/FunnelChart/funnelAxisPlugin/useChartFunnelAxis.types.d.mts +1 -1
  103. package/FunnelChart/funnelAxisPlugin/useChartFunnelAxis.types.d.ts +1 -1
  104. package/FunnelChart/funnelAxisPlugin/useChartFunnelAxisRendering.selectors.d.mts +2 -2
  105. package/FunnelChart/funnelAxisPlugin/useChartFunnelAxisRendering.selectors.d.ts +2 -2
  106. package/FunnelChart/funnelClasses.d.mts +1 -1
  107. package/FunnelChart/funnelClasses.d.ts +1 -1
  108. package/FunnelChart/funnelPlotSlots.types.d.mts +1 -1
  109. package/FunnelChart/funnelPlotSlots.types.d.ts +1 -1
  110. package/FunnelChart/funnelSlots.types.d.mts +6 -6
  111. package/FunnelChart/funnelSlots.types.d.ts +6 -6
  112. package/FunnelChart/labelUtils.d.mts +2 -2
  113. package/FunnelChart/labelUtils.d.ts +2 -2
  114. package/FunnelChart/seriesConfig/descriptionGetter.d.mts +1 -1
  115. package/FunnelChart/seriesConfig/descriptionGetter.d.ts +1 -1
  116. package/FunnelChart/seriesConfig/extremums.d.mts +1 -1
  117. package/FunnelChart/seriesConfig/extremums.d.ts +1 -1
  118. package/FunnelChart/seriesConfig/getColor.d.mts +1 -1
  119. package/FunnelChart/seriesConfig/getColor.d.ts +1 -1
  120. package/FunnelChart/seriesConfig/getSeriesWithDefaultValues.d.mts +1 -1
  121. package/FunnelChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  122. package/FunnelChart/seriesConfig/index.d.mts +1 -1
  123. package/FunnelChart/seriesConfig/index.d.ts +1 -1
  124. package/FunnelChart/seriesConfig/keyboardFocusHandler.d.mts +1 -1
  125. package/FunnelChart/seriesConfig/keyboardFocusHandler.d.ts +1 -1
  126. package/FunnelChart/seriesConfig/legend.d.mts +1 -1
  127. package/FunnelChart/seriesConfig/legend.d.ts +1 -1
  128. package/FunnelChart/seriesConfig/seriesProcessor.d.mts +1 -1
  129. package/FunnelChart/seriesConfig/seriesProcessor.d.ts +1 -1
  130. package/FunnelChart/seriesConfig/tooltip.d.mts +1 -1
  131. package/FunnelChart/seriesConfig/tooltip.d.ts +1 -1
  132. package/FunnelChart/seriesConfig/tooltipPosition.d.mts +1 -1
  133. package/FunnelChart/seriesConfig/tooltipPosition.d.ts +1 -1
  134. package/FunnelChart/useFunnelChartProps.d.mts +7 -7
  135. package/FunnelChart/useFunnelChartProps.d.ts +7 -7
  136. package/Heatmap/Heatmap.d.mts +12 -12
  137. package/Heatmap/Heatmap.d.ts +12 -12
  138. package/Heatmap/Heatmap.plugins.d.mts +3 -3
  139. package/Heatmap/Heatmap.plugins.d.ts +3 -3
  140. package/Heatmap/Heatmap.types.d.mts +1 -1
  141. package/Heatmap/Heatmap.types.d.ts +1 -1
  142. package/Heatmap/HeatmapItem.d.mts +2 -2
  143. package/Heatmap/HeatmapItem.d.ts +2 -2
  144. package/Heatmap/HeatmapPlot.d.mts +1 -1
  145. package/Heatmap/HeatmapPlot.d.ts +1 -1
  146. package/Heatmap/HeatmapSVGPlot.d.mts +1 -1
  147. package/Heatmap/HeatmapSVGPlot.d.ts +1 -1
  148. package/Heatmap/HeatmapTooltip/HeatmapTooltip.classes.d.mts +1 -1
  149. package/Heatmap/HeatmapTooltip/HeatmapTooltip.classes.d.ts +1 -1
  150. package/Heatmap/HeatmapTooltip/HeatmapTooltip.d.mts +1 -1
  151. package/Heatmap/HeatmapTooltip/HeatmapTooltip.d.ts +1 -1
  152. package/Heatmap/HeatmapTooltip/HeatmapTooltip.types.d.mts +1 -1
  153. package/Heatmap/HeatmapTooltip/HeatmapTooltip.types.d.ts +1 -1
  154. package/Heatmap/HeatmapTooltip/HeatmapTooltipContent.d.mts +1 -1
  155. package/Heatmap/HeatmapTooltip/HeatmapTooltipContent.d.ts +1 -1
  156. package/Heatmap/seriesConfig/extremums.d.mts +1 -1
  157. package/Heatmap/seriesConfig/extremums.d.ts +1 -1
  158. package/Heatmap/seriesConfig/getColor.d.mts +1 -1
  159. package/Heatmap/seriesConfig/getColor.d.ts +1 -1
  160. package/Heatmap/seriesConfig/getSeriesWithDefaultValues.d.mts +1 -1
  161. package/Heatmap/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  162. package/Heatmap/seriesConfig/identifierSerializer.d.mts +1 -1
  163. package/Heatmap/seriesConfig/identifierSerializer.d.ts +1 -1
  164. package/Heatmap/seriesConfig/index.d.mts +1 -1
  165. package/Heatmap/seriesConfig/index.d.ts +1 -1
  166. package/Heatmap/seriesConfig/seriesProcessor.d.mts +1 -1
  167. package/Heatmap/seriesConfig/seriesProcessor.d.ts +1 -1
  168. package/Heatmap/seriesConfig/tooltip.d.mts +1 -1
  169. package/Heatmap/seriesConfig/tooltip.d.ts +1 -1
  170. package/Heatmap/seriesConfig/tooltipPosition.d.mts +1 -1
  171. package/Heatmap/seriesConfig/tooltipPosition.d.ts +1 -1
  172. package/Heatmap/useHeatmapProps.d.mts +7 -7
  173. package/Heatmap/useHeatmapProps.d.ts +7 -7
  174. package/LineChartPro/LineChartPro.d.mts +5 -5
  175. package/LineChartPro/LineChartPro.d.ts +5 -5
  176. package/LineChartPro/LineChartPro.plugins.d.mts +3 -3
  177. package/LineChartPro/LineChartPro.plugins.d.ts +3 -3
  178. package/PieChartPro/PieChartPro.d.mts +5 -5
  179. package/PieChartPro/PieChartPro.d.ts +5 -5
  180. package/PieChartPro/PieChartPro.plugins.d.mts +2 -2
  181. package/PieChartPro/PieChartPro.plugins.d.ts +2 -2
  182. package/RadarChartPro/RadarChartPro.d.mts +4 -4
  183. package/RadarChartPro/RadarChartPro.d.ts +4 -4
  184. package/RadarChartPro/RadarChartPro.plugins.d.mts +1 -1
  185. package/RadarChartPro/RadarChartPro.plugins.d.ts +1 -1
  186. package/SankeyChart/SankeyChart.d.mts +2 -2
  187. package/SankeyChart/SankeyChart.d.ts +2 -2
  188. package/SankeyChart/SankeyChart.plugins.d.mts +2 -2
  189. package/SankeyChart/SankeyChart.plugins.d.ts +2 -2
  190. package/SankeyChart/SankeyDataProvider.d.mts +1 -1
  191. package/SankeyChart/SankeyDataProvider.d.ts +1 -1
  192. package/SankeyChart/SankeyLinkLabel.d.mts +1 -1
  193. package/SankeyChart/SankeyLinkLabel.d.ts +1 -1
  194. package/SankeyChart/SankeyLinkLabelPlot.d.mts +1 -1
  195. package/SankeyChart/SankeyLinkLabelPlot.d.ts +1 -1
  196. package/SankeyChart/SankeyLinkPlot.d.mts +1 -1
  197. package/SankeyChart/SankeyLinkPlot.d.ts +1 -1
  198. package/SankeyChart/SankeyNodeLabelPlot.d.mts +1 -1
  199. package/SankeyChart/SankeyNodeLabelPlot.d.ts +1 -1
  200. package/SankeyChart/SankeyNodePlot.d.mts +1 -1
  201. package/SankeyChart/SankeyNodePlot.d.ts +1 -1
  202. package/SankeyChart/SankeyPlot.d.mts +2 -2
  203. package/SankeyChart/SankeyPlot.d.ts +2 -2
  204. package/SankeyChart/SankeyTooltip/SankeyTooltip.d.mts +1 -1
  205. package/SankeyChart/SankeyTooltip/SankeyTooltip.d.ts +1 -1
  206. package/SankeyChart/SankeyTooltip/SankeyTooltip.types.d.mts +1 -1
  207. package/SankeyChart/SankeyTooltip/SankeyTooltip.types.d.ts +1 -1
  208. package/SankeyChart/SankeyTooltip/SankeyTooltipContent.d.mts +1 -1
  209. package/SankeyChart/SankeyTooltip/SankeyTooltipContent.d.ts +1 -1
  210. package/SankeyChart/d3Sankey/sankeyLinkHorizontal.d.mts +1 -1
  211. package/SankeyChart/d3Sankey/sankeyLinkHorizontal.d.ts +1 -1
  212. package/SankeyChart/sankeySlots.types.d.mts +4 -4
  213. package/SankeyChart/sankeySlots.types.d.ts +4 -4
  214. package/SankeyChart/seriesConfig/identifierSerializer.d.mts +1 -1
  215. package/SankeyChart/seriesConfig/identifierSerializer.d.ts +1 -1
  216. package/SankeyChart/useSankeyChartProps.d.mts +1 -1
  217. package/SankeyChart/useSankeyChartProps.d.ts +1 -1
  218. package/SankeyChart/useSankeyChartProps.mjs +0 -1
  219. package/ScatterChartPro/ScatterChartPro.d.mts +6 -6
  220. package/ScatterChartPro/ScatterChartPro.d.ts +6 -6
  221. package/ScatterChartPro/ScatterChartPro.plugins.d.mts +3 -3
  222. package/ScatterChartPro/ScatterChartPro.plugins.d.ts +3 -3
  223. package/context/ChartProApi.d.mts +10 -10
  224. package/context/ChartProApi.d.ts +10 -10
  225. package/context/useChartProApiContext.d.mts +1 -1
  226. package/context/useChartProApiContext.d.ts +1 -1
  227. package/hooks/useChartProApiRef.d.mts +3 -3
  228. package/hooks/useChartProApiRef.d.ts +3 -3
  229. package/hooks/useFunnelSeries.d.mts +1 -1
  230. package/hooks/useFunnelSeries.d.ts +1 -1
  231. package/hooks/useHeatmapSeries.d.mts +1 -1
  232. package/hooks/useHeatmapSeries.d.ts +1 -1
  233. package/hooks/useSankeySeries.d.mts +2 -2
  234. package/hooks/useSankeySeries.d.ts +2 -2
  235. package/index.js +1 -1
  236. package/index.mjs +1 -1
  237. package/internals/ChartsWatermark.d.mts +1 -1
  238. package/internals/ChartsWatermark.d.ts +1 -1
  239. package/internals/material/components/BaseMenuItem.d.mts +1 -1
  240. package/internals/material/components/BaseMenuItem.d.ts +1 -1
  241. package/internals/material/components/BasePopper.d.mts +1 -1
  242. package/internals/material/components/BasePopper.d.ts +1 -1
  243. package/internals/material/index.d.mts +2 -2
  244. package/internals/material/index.d.ts +2 -2
  245. package/internals/plugins/allPlugins.d.mts +3 -3
  246. package/internals/plugins/allPlugins.d.ts +3 -3
  247. package/internals/plugins/useChartProExport/exportImage.d.mts +1 -1
  248. package/internals/plugins/useChartProExport/exportImage.d.ts +1 -1
  249. package/internals/plugins/useChartProExport/print.d.mts +1 -1
  250. package/internals/plugins/useChartProExport/print.d.ts +1 -1
  251. package/internals/plugins/useChartProExport/useChartProExport.d.mts +2 -2
  252. package/internals/plugins/useChartProExport/useChartProExport.d.ts +2 -2
  253. package/internals/plugins/useChartProExport/useChartProExport.types.d.mts +1 -1
  254. package/internals/plugins/useChartProExport/useChartProExport.types.d.ts +1 -1
  255. package/internals/plugins/useChartProZoom/calculateZoom.d.mts +1 -1
  256. package/internals/plugins/useChartProZoom/calculateZoom.d.ts +1 -1
  257. package/internals/plugins/useChartProZoom/gestureHooks/usePanOnDrag.d.mts +2 -2
  258. package/internals/plugins/useChartProZoom/gestureHooks/usePanOnDrag.d.ts +2 -2
  259. package/internals/plugins/useChartProZoom/gestureHooks/usePanOnPressAndDrag.d.mts +2 -2
  260. package/internals/plugins/useChartProZoom/gestureHooks/usePanOnPressAndDrag.d.ts +2 -2
  261. package/internals/plugins/useChartProZoom/gestureHooks/usePanOnWheel.d.mts +2 -2
  262. package/internals/plugins/useChartProZoom/gestureHooks/usePanOnWheel.d.ts +2 -2
  263. package/internals/plugins/useChartProZoom/gestureHooks/useRegisterZoomGestures.d.mts +2 -2
  264. package/internals/plugins/useChartProZoom/gestureHooks/useRegisterZoomGestures.d.ts +2 -2
  265. package/internals/plugins/useChartProZoom/gestureHooks/useZoom.utils.d.mts +1 -1
  266. package/internals/plugins/useChartProZoom/gestureHooks/useZoom.utils.d.ts +1 -1
  267. package/internals/plugins/useChartProZoom/gestureHooks/useZoomOnBrush.d.mts +2 -2
  268. package/internals/plugins/useChartProZoom/gestureHooks/useZoomOnBrush.d.ts +2 -2
  269. package/internals/plugins/useChartProZoom/gestureHooks/useZoomOnDoubleTapReset.d.mts +2 -2
  270. package/internals/plugins/useChartProZoom/gestureHooks/useZoomOnDoubleTapReset.d.ts +2 -2
  271. package/internals/plugins/useChartProZoom/gestureHooks/useZoomOnPinch.d.mts +2 -2
  272. package/internals/plugins/useChartProZoom/gestureHooks/useZoomOnPinch.d.ts +2 -2
  273. package/internals/plugins/useChartProZoom/gestureHooks/useZoomOnTapAndDrag.d.mts +2 -2
  274. package/internals/plugins/useChartProZoom/gestureHooks/useZoomOnTapAndDrag.d.ts +2 -2
  275. package/internals/plugins/useChartProZoom/gestureHooks/useZoomOnWheel.d.mts +2 -2
  276. package/internals/plugins/useChartProZoom/gestureHooks/useZoomOnWheel.d.ts +2 -2
  277. package/internals/plugins/useChartProZoom/useChartProZoom.d.mts +2 -2
  278. package/internals/plugins/useChartProZoom/useChartProZoom.d.ts +2 -2
  279. package/internals/plugins/useChartProZoom/useChartProZoom.selectors.d.mts +2 -2
  280. package/internals/plugins/useChartProZoom/useChartProZoom.selectors.d.ts +2 -2
  281. package/internals/plugins/useChartProZoom/useChartProZoom.types.d.mts +3 -3
  282. package/internals/plugins/useChartProZoom/useChartProZoom.types.d.ts +3 -3
  283. package/internals/plugins/zoomGestures/useDragGesture.d.mts +2 -2
  284. package/internals/plugins/zoomGestures/useDragGesture.d.ts +2 -2
  285. package/internals/plugins/zoomGestures/useWheelGesture.d.mts +2 -2
  286. package/internals/plugins/zoomGestures/useWheelGesture.d.ts +2 -2
  287. package/internals/slots/chartBaseSlotProps.d.mts +1 -1
  288. package/internals/slots/chartBaseSlotProps.d.ts +1 -1
  289. package/internals/slots/chartsBaseSlots.d.mts +2 -2
  290. package/internals/slots/chartsBaseSlots.d.ts +2 -2
  291. package/internals/slots/chartsIconSlots.d.mts +1 -1
  292. package/internals/slots/chartsIconSlots.d.ts +1 -1
  293. package/models/seriesType/heatmap.d.mts +2 -2
  294. package/models/seriesType/heatmap.d.ts +2 -2
  295. package/package.json +7 -7
  296. package/plugins/selectors/useChartHeatmapPosition.selectors.d.mts +1 -1
  297. package/plugins/selectors/useChartHeatmapPosition.selectors.d.ts +1 -1
  298. package/themeAugmentation/components.d.mts +1 -1
  299. package/themeAugmentation/components.d.ts +1 -1
  300. package/themeAugmentation/overrides.d.mts +1 -1
  301. package/themeAugmentation/overrides.d.ts +1 -1
  302. package/themeAugmentation/props.d.mts +8 -8
  303. package/themeAugmentation/props.d.ts +8 -8
@@ -1,3 +1,3 @@
1
- import { type IdentifierSerializer } from '@mui/x-charts/internals';
1
+ import type { IdentifierSerializer } from '@mui/x-charts/internals';
2
2
  declare const identifierSerializer: IdentifierSerializer<'heatmap'>;
3
3
  export default identifierSerializer;
@@ -1,3 +1,3 @@
1
- import { type IdentifierSerializer } from '@mui/x-charts/internals';
1
+ import type { IdentifierSerializer } from '@mui/x-charts/internals';
2
2
  declare const identifierSerializer: IdentifierSerializer<'heatmap'>;
3
3
  export default identifierSerializer;
@@ -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 heatmapSeriesConfig: ChartSeriesTypeConfig<'heatmap'>;
@@ -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 heatmapSeriesConfig: ChartSeriesTypeConfig<'heatmap'>;
@@ -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<'heatmap'>;
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<'heatmap'>;
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<'heatmap'>;
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<'heatmap'>;
3
3
  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<'heatmap'>;
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<'heatmap'>;
3
3
  export default tooltipItemPositionGetter;
@@ -1,13 +1,13 @@
1
- import { type ChartsWrapperProps } from '@mui/x-charts/ChartsWrapper';
1
+ import type { ChartsWrapperProps } from '@mui/x-charts/ChartsWrapper';
2
2
  import * as React from 'react';
3
- import { type ChartsLegendProps, type ChartsLegendSlotExtension } from '@mui/x-charts/ChartsLegend';
3
+ import type { ChartsLegendProps, ChartsLegendSlotExtension } from '@mui/x-charts/ChartsLegend';
4
4
  import type { ChartsOverlayProps } from '@mui/x-charts/ChartsOverlay';
5
- import { type ChartsClipPathProps } from '@mui/x-charts/ChartsClipPath';
5
+ import type { ChartsClipPathProps } from '@mui/x-charts/ChartsClipPath';
6
6
  import type { ChartsAxisProps } from '@mui/x-charts/ChartsAxis';
7
- import { type HeatmapPluginSignatures } from "./Heatmap.plugins.mjs";
8
- import { type HeatmapProps } from "./Heatmap.mjs";
9
- import { type ChartsDataProviderProProps } from "../ChartsDataProviderPro/index.mjs";
10
- import { type HeatmapPlotProps } from "./HeatmapPlot.mjs";
7
+ import type { HeatmapPluginSignatures } from "./Heatmap.plugins.mjs";
8
+ import type { HeatmapProps } from "./Heatmap.mjs";
9
+ import type { ChartsDataProviderProProps } from "../ChartsDataProviderPro/index.mjs";
10
+ import type { HeatmapPlotProps } from "./HeatmapPlot.mjs";
11
11
  export type UseHeatmapProps = HeatmapProps;
12
12
  export declare function useHeatmapProps(props: UseHeatmapProps): {
13
13
  chartsDataProviderProProps: ChartsDataProviderProProps<"heatmap", HeatmapPluginSignatures>;
@@ -1,13 +1,13 @@
1
- import { type ChartsWrapperProps } from '@mui/x-charts/ChartsWrapper';
1
+ import type { ChartsWrapperProps } from '@mui/x-charts/ChartsWrapper';
2
2
  import * as React from 'react';
3
- import { type ChartsLegendProps, type ChartsLegendSlotExtension } from '@mui/x-charts/ChartsLegend';
3
+ import type { ChartsLegendProps, ChartsLegendSlotExtension } from '@mui/x-charts/ChartsLegend';
4
4
  import type { ChartsOverlayProps } from '@mui/x-charts/ChartsOverlay';
5
- import { type ChartsClipPathProps } from '@mui/x-charts/ChartsClipPath';
5
+ import type { ChartsClipPathProps } from '@mui/x-charts/ChartsClipPath';
6
6
  import type { ChartsAxisProps } from '@mui/x-charts/ChartsAxis';
7
- import { type HeatmapPluginSignatures } from "./Heatmap.plugins.js";
8
- import { type HeatmapProps } from "./Heatmap.js";
9
- import { type ChartsDataProviderProProps } from "../ChartsDataProviderPro/index.js";
10
- import { type HeatmapPlotProps } from "./HeatmapPlot.js";
7
+ import type { HeatmapPluginSignatures } from "./Heatmap.plugins.js";
8
+ import type { HeatmapProps } from "./Heatmap.js";
9
+ import type { ChartsDataProviderProProps } from "../ChartsDataProviderPro/index.js";
10
+ import type { HeatmapPlotProps } from "./HeatmapPlot.js";
11
11
  export type UseHeatmapProps = HeatmapProps;
12
12
  export declare function useHeatmapProps(props: UseHeatmapProps): {
13
13
  chartsDataProviderProProps: ChartsDataProviderProProps<"heatmap", HeatmapPluginSignatures>;
@@ -1,9 +1,9 @@
1
1
  import * as React from 'react';
2
- import { type LineChartProps, type LineChartSlots, type LineChartSlotProps } from '@mui/x-charts/LineChart';
3
- import { type ChartsToolbarProSlotProps, type ChartsToolbarProSlots } from "../ChartsToolbarPro/Toolbar.types.mjs";
4
- import { type ChartsSlotPropsPro, type ChartsSlotsPro } from "../internals/material/index.mjs";
5
- import { type ChartsContainerProProps } from "../ChartsContainerPro/index.mjs";
6
- import { type LineChartProPluginSignatures } from "./LineChartPro.plugins.mjs";
2
+ import type { LineChartProps, LineChartSlots, LineChartSlotProps } from '@mui/x-charts/LineChart';
3
+ import type { ChartsToolbarProSlotProps, ChartsToolbarProSlots } from "../ChartsToolbarPro/Toolbar.types.mjs";
4
+ import type { ChartsSlotPropsPro, ChartsSlotsPro } from "../internals/material/index.mjs";
5
+ import type { ChartsContainerProProps } from "../ChartsContainerPro/index.mjs";
6
+ import type { LineChartProPluginSignatures } from "./LineChartPro.plugins.mjs";
7
7
  export interface LineChartProSlots extends Omit<LineChartSlots, 'toolbar'>, ChartsToolbarProSlots, Partial<ChartsSlotsPro> {}
8
8
  export interface LineChartProSlotProps extends Omit<LineChartSlotProps, 'toolbar'>, ChartsToolbarProSlotProps, Partial<ChartsSlotPropsPro> {}
9
9
  export interface LineChartProProps extends Omit<LineChartProps, 'apiRef' | 'slots' | 'slotProps' | 'plugins' | 'seriesConfig'>, Omit<ChartsContainerProProps<'line', LineChartProPluginSignatures>, 'series' | 'slots' | 'slotProps'> {
@@ -1,9 +1,9 @@
1
1
  import * as React from 'react';
2
- import { type LineChartProps, type LineChartSlots, type LineChartSlotProps } from '@mui/x-charts/LineChart';
3
- import { type ChartsToolbarProSlotProps, type ChartsToolbarProSlots } from "../ChartsToolbarPro/Toolbar.types.js";
4
- import { type ChartsSlotPropsPro, type ChartsSlotsPro } from "../internals/material/index.js";
5
- import { type ChartsContainerProProps } from "../ChartsContainerPro/index.js";
6
- import { type LineChartProPluginSignatures } from "./LineChartPro.plugins.js";
2
+ import type { LineChartProps, LineChartSlots, LineChartSlotProps } from '@mui/x-charts/LineChart';
3
+ import type { ChartsToolbarProSlotProps, ChartsToolbarProSlots } from "../ChartsToolbarPro/Toolbar.types.js";
4
+ import type { ChartsSlotPropsPro, ChartsSlotsPro } from "../internals/material/index.js";
5
+ import type { ChartsContainerProProps } from "../ChartsContainerPro/index.js";
6
+ import type { LineChartProPluginSignatures } from "./LineChartPro.plugins.js";
7
7
  export interface LineChartProSlots extends Omit<LineChartSlots, 'toolbar'>, ChartsToolbarProSlots, Partial<ChartsSlotsPro> {}
8
8
  export interface LineChartProSlotProps extends Omit<LineChartSlotProps, 'toolbar'>, ChartsToolbarProSlotProps, Partial<ChartsSlotPropsPro> {}
9
9
  export interface LineChartProProps extends Omit<LineChartProps, 'apiRef' | 'slots' | 'slotProps' | 'plugins' | 'seriesConfig'>, Omit<ChartsContainerProProps<'line', LineChartProPluginSignatures>, 'series' | 'slots' | 'slotProps'> {
@@ -1,5 +1,5 @@
1
- import { type UseChartZAxisSignature, type UseChartCartesianAxisSignature, type UseChartTooltipSignature, type UseChartInteractionSignature, type UseChartHighlightSignature, type UseChartKeyboardNavigationSignature, type UseChartBrushSignature, type ConvertSignaturesIntoPlugins, type UseChartVisibilityManagerSignature } from '@mui/x-charts/internals';
2
- import { type UseChartProExportSignature } from "../internals/plugins/useChartProExport/index.mjs";
3
- import { type UseChartProZoomSignature } from "../internals/plugins/useChartProZoom/index.mjs";
1
+ import type { UseChartZAxisSignature, UseChartCartesianAxisSignature, UseChartTooltipSignature, UseChartInteractionSignature, UseChartHighlightSignature, UseChartKeyboardNavigationSignature, UseChartBrushSignature, ConvertSignaturesIntoPlugins, UseChartVisibilityManagerSignature } from '@mui/x-charts/internals';
2
+ import type { UseChartProExportSignature } from "../internals/plugins/useChartProExport/index.mjs";
3
+ import type { UseChartProZoomSignature } from "../internals/plugins/useChartProZoom/index.mjs";
4
4
  export type LineChartProPluginSignatures = [UseChartZAxisSignature, UseChartBrushSignature, UseChartTooltipSignature<'line'>, UseChartInteractionSignature, UseChartCartesianAxisSignature<'line'>, UseChartHighlightSignature<'line'>, UseChartVisibilityManagerSignature<'line'>, UseChartKeyboardNavigationSignature, UseChartProZoomSignature, UseChartProExportSignature];
5
5
  export declare const LINE_CHART_PRO_PLUGINS: ConvertSignaturesIntoPlugins<LineChartProPluginSignatures>;
@@ -1,5 +1,5 @@
1
- import { type UseChartZAxisSignature, type UseChartCartesianAxisSignature, type UseChartTooltipSignature, type UseChartInteractionSignature, type UseChartHighlightSignature, type UseChartKeyboardNavigationSignature, type UseChartBrushSignature, type ConvertSignaturesIntoPlugins, type UseChartVisibilityManagerSignature } from '@mui/x-charts/internals';
2
- import { type UseChartProExportSignature } from "../internals/plugins/useChartProExport/index.js";
3
- import { type UseChartProZoomSignature } from "../internals/plugins/useChartProZoom/index.js";
1
+ import type { UseChartZAxisSignature, UseChartCartesianAxisSignature, UseChartTooltipSignature, UseChartInteractionSignature, UseChartHighlightSignature, UseChartKeyboardNavigationSignature, UseChartBrushSignature, ConvertSignaturesIntoPlugins, UseChartVisibilityManagerSignature } from '@mui/x-charts/internals';
2
+ import type { UseChartProExportSignature } from "../internals/plugins/useChartProExport/index.js";
3
+ import type { UseChartProZoomSignature } from "../internals/plugins/useChartProZoom/index.js";
4
4
  export type LineChartProPluginSignatures = [UseChartZAxisSignature, UseChartBrushSignature, UseChartTooltipSignature<'line'>, UseChartInteractionSignature, UseChartCartesianAxisSignature<'line'>, UseChartHighlightSignature<'line'>, UseChartVisibilityManagerSignature<'line'>, UseChartKeyboardNavigationSignature, UseChartProZoomSignature, UseChartProExportSignature];
5
5
  export declare const LINE_CHART_PRO_PLUGINS: ConvertSignaturesIntoPlugins<LineChartProPluginSignatures>;
@@ -1,9 +1,9 @@
1
1
  import * as React from 'react';
2
- import { type PieChartProps, type PieChartSlotProps, type PieChartSlots } from '@mui/x-charts/PieChart';
3
- import { type ChartsSlotsPro, type ChartsSlotPropsPro } from "../internals/material/index.mjs";
4
- import { type ChartsContainerProProps } from "../ChartsContainerPro/index.mjs";
5
- import { type PieChartProPluginSignatures } from "./PieChartPro.plugins.mjs";
6
- import { type ChartsToolbarProSlotProps, type ChartsToolbarProSlots } from "../ChartsToolbarPro/Toolbar.types.mjs";
2
+ import type { PieChartProps, PieChartSlotProps, PieChartSlots } from '@mui/x-charts/PieChart';
3
+ import type { ChartsSlotsPro, ChartsSlotPropsPro } from "../internals/material/index.mjs";
4
+ import type { ChartsContainerProProps } from "../ChartsContainerPro/index.mjs";
5
+ import type { PieChartProPluginSignatures } from "./PieChartPro.plugins.mjs";
6
+ import type { ChartsToolbarProSlotProps, ChartsToolbarProSlots } from "../ChartsToolbarPro/Toolbar.types.mjs";
7
7
  export interface PieChartProSlots extends Omit<PieChartSlots, 'toolbar'>, ChartsToolbarProSlots, Partial<ChartsSlotsPro> {}
8
8
  export interface PieChartProSlotProps extends Omit<PieChartSlotProps, 'toolbar'>, ChartsToolbarProSlotProps, Partial<ChartsSlotPropsPro> {}
9
9
  export interface PieChartProProps extends Omit<PieChartProps, 'apiRef' | 'slots' | 'slotProps' | 'plugins' | 'seriesConfig'>, Omit<ChartsContainerProProps<'pie', PieChartProPluginSignatures>, 'series' | 'slots' | 'slotProps'> {
@@ -1,9 +1,9 @@
1
1
  import * as React from 'react';
2
- import { type PieChartProps, type PieChartSlotProps, type PieChartSlots } from '@mui/x-charts/PieChart';
3
- import { type ChartsSlotsPro, type ChartsSlotPropsPro } from "../internals/material/index.js";
4
- import { type ChartsContainerProProps } from "../ChartsContainerPro/index.js";
5
- import { type PieChartProPluginSignatures } from "./PieChartPro.plugins.js";
6
- import { type ChartsToolbarProSlotProps, type ChartsToolbarProSlots } from "../ChartsToolbarPro/Toolbar.types.js";
2
+ import type { PieChartProps, PieChartSlotProps, PieChartSlots } from '@mui/x-charts/PieChart';
3
+ import type { ChartsSlotsPro, ChartsSlotPropsPro } from "../internals/material/index.js";
4
+ import type { ChartsContainerProProps } from "../ChartsContainerPro/index.js";
5
+ import type { PieChartProPluginSignatures } from "./PieChartPro.plugins.js";
6
+ import type { ChartsToolbarProSlotProps, ChartsToolbarProSlots } from "../ChartsToolbarPro/Toolbar.types.js";
7
7
  export interface PieChartProSlots extends Omit<PieChartSlots, 'toolbar'>, ChartsToolbarProSlots, Partial<ChartsSlotsPro> {}
8
8
  export interface PieChartProSlotProps extends Omit<PieChartSlotProps, 'toolbar'>, ChartsToolbarProSlotProps, Partial<ChartsSlotPropsPro> {}
9
9
  export interface PieChartProProps extends Omit<PieChartProps, 'apiRef' | 'slots' | 'slotProps' | 'plugins' | 'seriesConfig'>, Omit<ChartsContainerProProps<'pie', PieChartProPluginSignatures>, 'series' | 'slots' | 'slotProps'> {
@@ -1,4 +1,4 @@
1
- import { type ConvertSignaturesIntoPlugins, type UseChartHighlightSignature, type UseChartTooltipSignature, type UseChartInteractionSignature, type UseChartKeyboardNavigationSignature, type UseChartVisibilityManagerSignature } from '@mui/x-charts/internals';
2
- import { type UseChartProExportSignature } from "../internals/plugins/useChartProExport/index.mjs";
1
+ import type { ConvertSignaturesIntoPlugins, UseChartHighlightSignature, UseChartTooltipSignature, UseChartInteractionSignature, UseChartKeyboardNavigationSignature, UseChartVisibilityManagerSignature } from '@mui/x-charts/internals';
2
+ import type { UseChartProExportSignature } from "../internals/plugins/useChartProExport/index.mjs";
3
3
  export type PieChartProPluginSignatures = [UseChartTooltipSignature<'pie'>, UseChartInteractionSignature, UseChartHighlightSignature<'pie'>, UseChartVisibilityManagerSignature<'pie'>, UseChartKeyboardNavigationSignature, UseChartProExportSignature];
4
4
  export declare const PIE_CHART_PRO_PLUGINS: ConvertSignaturesIntoPlugins<PieChartProPluginSignatures>;
@@ -1,4 +1,4 @@
1
- import { type ConvertSignaturesIntoPlugins, type UseChartHighlightSignature, type UseChartTooltipSignature, type UseChartInteractionSignature, type UseChartKeyboardNavigationSignature, type UseChartVisibilityManagerSignature } from '@mui/x-charts/internals';
2
- import { type UseChartProExportSignature } from "../internals/plugins/useChartProExport/index.js";
1
+ import type { ConvertSignaturesIntoPlugins, UseChartHighlightSignature, UseChartTooltipSignature, UseChartInteractionSignature, UseChartKeyboardNavigationSignature, UseChartVisibilityManagerSignature } from '@mui/x-charts/internals';
2
+ import type { UseChartProExportSignature } from "../internals/plugins/useChartProExport/index.js";
3
3
  export type PieChartProPluginSignatures = [UseChartTooltipSignature<'pie'>, UseChartInteractionSignature, UseChartHighlightSignature<'pie'>, UseChartVisibilityManagerSignature<'pie'>, UseChartKeyboardNavigationSignature, UseChartProExportSignature];
4
4
  export declare const PIE_CHART_PRO_PLUGINS: ConvertSignaturesIntoPlugins<PieChartProPluginSignatures>;
@@ -1,8 +1,8 @@
1
1
  import * as React from 'react';
2
- import { type RadarChartProps, type RadarDataProviderProps, type RadarChartSlotProps, type RadarChartSlots } from '@mui/x-charts/RadarChart';
3
- import { type RadarChartProPluginSignatures } from "./RadarChartPro.plugins.mjs";
4
- import { type ChartsToolbarProSlotProps, type ChartsToolbarProSlots } from "../ChartsToolbarPro/Toolbar.types.mjs";
5
- import { type ChartsSlotPropsPro, type ChartsSlotsPro } from "../internals/material/index.mjs";
2
+ import type { RadarChartProps, RadarDataProviderProps, RadarChartSlotProps, RadarChartSlots } from '@mui/x-charts/RadarChart';
3
+ import type { RadarChartProPluginSignatures } from "./RadarChartPro.plugins.mjs";
4
+ import type { ChartsToolbarProSlotProps, ChartsToolbarProSlots } from "../ChartsToolbarPro/Toolbar.types.mjs";
5
+ import type { ChartsSlotPropsPro, ChartsSlotsPro } from "../internals/material/index.mjs";
6
6
  export interface RadarChartProSlots extends Omit<RadarChartSlots, 'toolbar'>, ChartsToolbarProSlots, Partial<ChartsSlotsPro> {}
7
7
  export interface RadarChartProSlotProps extends Omit<RadarChartSlotProps, 'toolbar'>, ChartsToolbarProSlotProps, Partial<ChartsSlotPropsPro> {}
8
8
  export interface RadarChartProProps extends Omit<RadarChartProps, 'apiRef' | 'slots' | 'slotProps' | 'plugins' | 'seriesConfig'>, Omit<RadarDataProviderProps<RadarChartProPluginSignatures>, 'slots' | 'slotProps'> {
@@ -1,8 +1,8 @@
1
1
  import * as React from 'react';
2
- import { type RadarChartProps, type RadarDataProviderProps, type RadarChartSlotProps, type RadarChartSlots } from '@mui/x-charts/RadarChart';
3
- import { type RadarChartProPluginSignatures } from "./RadarChartPro.plugins.js";
4
- import { type ChartsToolbarProSlotProps, type ChartsToolbarProSlots } from "../ChartsToolbarPro/Toolbar.types.js";
5
- import { type ChartsSlotPropsPro, type ChartsSlotsPro } from "../internals/material/index.js";
2
+ import type { RadarChartProps, RadarDataProviderProps, RadarChartSlotProps, RadarChartSlots } from '@mui/x-charts/RadarChart';
3
+ import type { RadarChartProPluginSignatures } from "./RadarChartPro.plugins.js";
4
+ import type { ChartsToolbarProSlotProps, ChartsToolbarProSlots } from "../ChartsToolbarPro/Toolbar.types.js";
5
+ import type { ChartsSlotPropsPro, ChartsSlotsPro } from "../internals/material/index.js";
6
6
  export interface RadarChartProSlots extends Omit<RadarChartSlots, 'toolbar'>, ChartsToolbarProSlots, Partial<ChartsSlotsPro> {}
7
7
  export interface RadarChartProSlotProps extends Omit<RadarChartSlotProps, 'toolbar'>, ChartsToolbarProSlotProps, Partial<ChartsSlotPropsPro> {}
8
8
  export interface RadarChartProProps extends Omit<RadarChartProps, 'apiRef' | 'slots' | 'slotProps' | 'plugins' | 'seriesConfig'>, Omit<RadarDataProviderProps<RadarChartProPluginSignatures>, 'slots' | 'slotProps'> {
@@ -1,4 +1,4 @@
1
1
  import type { ConvertSignaturesIntoPlugins, UseChartHighlightSignature, UseChartTooltipSignature, UseChartInteractionSignature, UseChartPolarAxisSignature, UseChartVisibilityManagerSignature, UseChartKeyboardNavigationSignature } from '@mui/x-charts/internals';
2
- import { type UseChartProExportSignature } from "../internals/plugins/useChartProExport/index.mjs";
2
+ import type { UseChartProExportSignature } from "../internals/plugins/useChartProExport/index.mjs";
3
3
  export type RadarChartProPluginSignatures = [UseChartTooltipSignature<'radar'>, UseChartInteractionSignature, UseChartPolarAxisSignature, UseChartHighlightSignature<'radar'>, UseChartKeyboardNavigationSignature, UseChartVisibilityManagerSignature<'radar'>, UseChartProExportSignature];
4
4
  export declare const RADAR_CHART_PRO_PLUGINS: ConvertSignaturesIntoPlugins<RadarChartProPluginSignatures>;
@@ -1,4 +1,4 @@
1
1
  import type { ConvertSignaturesIntoPlugins, UseChartHighlightSignature, UseChartTooltipSignature, UseChartInteractionSignature, UseChartPolarAxisSignature, UseChartVisibilityManagerSignature, UseChartKeyboardNavigationSignature } from '@mui/x-charts/internals';
2
- import { type UseChartProExportSignature } from "../internals/plugins/useChartProExport/index.js";
2
+ import type { UseChartProExportSignature } from "../internals/plugins/useChartProExport/index.js";
3
3
  export type RadarChartProPluginSignatures = [UseChartTooltipSignature<'radar'>, UseChartInteractionSignature, UseChartPolarAxisSignature, UseChartHighlightSignature<'radar'>, UseChartKeyboardNavigationSignature, UseChartVisibilityManagerSignature<'radar'>, UseChartProExportSignature];
4
4
  export declare const RADAR_CHART_PRO_PLUGINS: ConvertSignaturesIntoPlugins<RadarChartProPluginSignatures>;
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
- import { type ChartsOverlayProps } from '@mui/x-charts/ChartsOverlay';
2
+ import type { ChartsOverlayProps } from '@mui/x-charts/ChartsOverlay';
3
3
  import type { MakeOptional } from '@mui/x-internals/types';
4
- import { type SankeyPlotProps } from "./SankeyPlot.mjs";
4
+ import type { SankeyPlotProps } from "./SankeyPlot.mjs";
5
5
  import type { SankeySeriesType } from "./sankey.types.mjs";
6
6
  import type { SankeyChartSlotExtension } from "./sankeySlots.types.mjs";
7
7
  import type { ChartsContainerProProps } from "../ChartsContainerPro/index.mjs";
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
- import { type ChartsOverlayProps } from '@mui/x-charts/ChartsOverlay';
2
+ import type { ChartsOverlayProps } from '@mui/x-charts/ChartsOverlay';
3
3
  import type { MakeOptional } from '@mui/x-internals/types';
4
- import { type SankeyPlotProps } from "./SankeyPlot.js";
4
+ import type { SankeyPlotProps } from "./SankeyPlot.js";
5
5
  import type { SankeySeriesType } from "./sankey.types.js";
6
6
  import type { SankeyChartSlotExtension } from "./sankeySlots.types.js";
7
7
  import type { ChartsContainerProProps } from "../ChartsContainerPro/index.js";
@@ -1,4 +1,4 @@
1
- import { type ConvertSignaturesIntoPlugins, type UseChartTooltipSignature, type UseChartInteractionSignature, type UseChartKeyboardNavigationSignature, type UseChartHighlightSignature } from '@mui/x-charts/internals';
2
- import { type UseChartProExportSignature } from "../internals/plugins/useChartProExport/index.mjs";
1
+ import type { ConvertSignaturesIntoPlugins, UseChartTooltipSignature, UseChartInteractionSignature, UseChartKeyboardNavigationSignature, UseChartHighlightSignature } from '@mui/x-charts/internals';
2
+ import type { UseChartProExportSignature } from "../internals/plugins/useChartProExport/index.mjs";
3
3
  export type SankeyChartPluginSignatures = [UseChartTooltipSignature<'sankey'>, UseChartInteractionSignature, UseChartHighlightSignature<'sankey'>, UseChartProExportSignature, UseChartKeyboardNavigationSignature];
4
4
  export declare const SANKEY_CHART_PLUGINS: ConvertSignaturesIntoPlugins<SankeyChartPluginSignatures>;
@@ -1,4 +1,4 @@
1
- import { type ConvertSignaturesIntoPlugins, type UseChartTooltipSignature, type UseChartInteractionSignature, type UseChartKeyboardNavigationSignature, type UseChartHighlightSignature } from '@mui/x-charts/internals';
2
- import { type UseChartProExportSignature } from "../internals/plugins/useChartProExport/index.js";
1
+ import type { ConvertSignaturesIntoPlugins, UseChartTooltipSignature, UseChartInteractionSignature, UseChartKeyboardNavigationSignature, UseChartHighlightSignature } from '@mui/x-charts/internals';
2
+ import type { UseChartProExportSignature } from "../internals/plugins/useChartProExport/index.js";
3
3
  export type SankeyChartPluginSignatures = [UseChartTooltipSignature<'sankey'>, UseChartInteractionSignature, UseChartHighlightSignature<'sankey'>, UseChartProExportSignature, UseChartKeyboardNavigationSignature];
4
4
  export declare const SANKEY_CHART_PLUGINS: ConvertSignaturesIntoPlugins<SankeyChartPluginSignatures>;
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import type { ChartsContainerProProps } from "../ChartsContainerPro/index.mjs";
3
3
  import type { SankeySeriesType } from "./sankey.types.mjs";
4
- import { type SankeyChartPluginSignatures } from "./SankeyChart.plugins.mjs";
4
+ import type { SankeyChartPluginSignatures } from "./SankeyChart.plugins.mjs";
5
5
  export interface SankeyDataProviderProps extends Omit<ChartsContainerProProps<'sankey', SankeyChartPluginSignatures>, 'plugins' | 'series' | 'slotProps' | 'slots' | 'dataset' | 'hideLegend' | 'skipAnimation'> {
6
6
  children?: React.ReactNode;
7
7
  series: readonly SankeySeriesType[];
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import type { ChartsContainerProProps } from "../ChartsContainerPro/index.js";
3
3
  import type { SankeySeriesType } from "./sankey.types.js";
4
- import { type SankeyChartPluginSignatures } from "./SankeyChart.plugins.js";
4
+ import type { SankeyChartPluginSignatures } from "./SankeyChart.plugins.js";
5
5
  export interface SankeyDataProviderProps extends Omit<ChartsContainerProProps<'sankey', SankeyChartPluginSignatures>, 'plugins' | 'series' | 'slotProps' | 'slots' | 'dataset' | 'hideLegend' | 'skipAnimation'> {
6
6
  children?: React.ReactNode;
7
7
  series: readonly SankeySeriesType[];
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { type SankeyLayoutLink } from "./sankey.types.mjs";
2
+ import type { SankeyLayoutLink } from "./sankey.types.mjs";
3
3
  export interface SankeyLinkLabelProps {
4
4
  /**
5
5
  * The link data
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { type SankeyLayoutLink } from "./sankey.types.js";
2
+ import type { SankeyLayoutLink } from "./sankey.types.js";
3
3
  export interface SankeyLinkLabelProps {
4
4
  /**
5
5
  * The link data
@@ -1,4 +1,4 @@
1
- import { type SankeyClasses } from "./sankeyClasses.mjs";
1
+ import type { SankeyClasses } from "./sankeyClasses.mjs";
2
2
  export interface SankeyLinkLabelPlotProps {
3
3
  /**
4
4
  * Classes applied to the various elements.
@@ -1,4 +1,4 @@
1
- import { type SankeyClasses } from "./sankeyClasses.js";
1
+ import type { SankeyClasses } from "./sankeyClasses.js";
2
2
  export interface SankeyLinkLabelPlotProps {
3
3
  /**
4
4
  * Classes applied to the various elements.
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import type { SankeyLinkIdentifierWithData } from "./sankey.types.mjs";
3
- import { type SankeyClasses } from "./sankeyClasses.mjs";
3
+ import type { SankeyClasses } from "./sankeyClasses.mjs";
4
4
  export interface SankeyLinkPlotProps {
5
5
  /**
6
6
  * Classes applied to the various elements.
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import type { SankeyLinkIdentifierWithData } from "./sankey.types.js";
3
- import { type SankeyClasses } from "./sankeyClasses.js";
3
+ import type { SankeyClasses } from "./sankeyClasses.js";
4
4
  export interface SankeyLinkPlotProps {
5
5
  /**
6
6
  * Classes applied to the various elements.
@@ -1,4 +1,4 @@
1
- import { type SankeyClasses } from "./sankeyClasses.mjs";
1
+ import type { SankeyClasses } from "./sankeyClasses.mjs";
2
2
  export interface SankeyNodeLabelPlotProps {
3
3
  /**
4
4
  * Classes applied to the various elements.
@@ -1,4 +1,4 @@
1
- import { type SankeyClasses } from "./sankeyClasses.js";
1
+ import type { SankeyClasses } from "./sankeyClasses.js";
2
2
  export interface SankeyNodeLabelPlotProps {
3
3
  /**
4
4
  * Classes applied to the various elements.
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import type { SankeyNodeIdentifierWithData } from "./sankey.types.mjs";
3
- import { type SankeyClasses } from "./sankeyClasses.mjs";
3
+ import type { SankeyClasses } from "./sankeyClasses.mjs";
4
4
  export interface SankeyNodePlotProps {
5
5
  /**
6
6
  * Classes applied to the various elements.
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import type { SankeyNodeIdentifierWithData } from "./sankey.types.js";
3
- import { type SankeyClasses } from "./sankeyClasses.js";
3
+ import type { SankeyClasses } from "./sankeyClasses.js";
4
4
  export interface SankeyNodePlotProps {
5
5
  /**
6
6
  * Classes applied to the various elements.
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
- import { type SankeyLinkIdentifierWithData, type SankeyNodeIdentifierWithData } from "./sankey.types.mjs";
3
- import { type SankeyClasses } from "./sankeyClasses.mjs";
2
+ import type { SankeyLinkIdentifierWithData, SankeyNodeIdentifierWithData } from "./sankey.types.mjs";
3
+ import type { SankeyClasses } from "./sankeyClasses.mjs";
4
4
  export interface SankeyPlotProps {
5
5
  /**
6
6
  * A CSS class name applied to the root element.
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
- import { type SankeyLinkIdentifierWithData, type SankeyNodeIdentifierWithData } from "./sankey.types.js";
3
- import { type SankeyClasses } from "./sankeyClasses.js";
2
+ import type { SankeyLinkIdentifierWithData, SankeyNodeIdentifierWithData } from "./sankey.types.js";
3
+ import type { SankeyClasses } from "./sankeyClasses.js";
4
4
  export interface SankeyPlotProps {
5
5
  /**
6
6
  * A CSS class name applied to the root element.
@@ -1,4 +1,4 @@
1
- import { type SankeyTooltipProps } from "./SankeyTooltip.types.mjs";
1
+ import type { SankeyTooltipProps } from "./SankeyTooltip.types.mjs";
2
2
  declare function SankeyTooltip(props: SankeyTooltipProps): import("react/jsx-runtime").JSX.Element;
3
3
  declare namespace SankeyTooltip {
4
4
  var propTypes: any;
@@ -1,4 +1,4 @@
1
- import { type SankeyTooltipProps } from "./SankeyTooltip.types.js";
1
+ import type { SankeyTooltipProps } from "./SankeyTooltip.types.js";
2
2
  declare function SankeyTooltip(props: SankeyTooltipProps): import("react/jsx-runtime").JSX.Element;
3
3
  declare namespace SankeyTooltip {
4
4
  var propTypes: any;
@@ -1,4 +1,4 @@
1
- import { type ChartsTooltipContainerProps, type ChartsTooltipClasses, type ChartsTooltipSlots, type ChartsTooltipSlotProps } from '@mui/x-charts/ChartsTooltip';
1
+ import type { ChartsTooltipContainerProps, ChartsTooltipClasses, ChartsTooltipSlots, ChartsTooltipSlotProps } from '@mui/x-charts/ChartsTooltip';
2
2
  export interface SankeyTooltipSlots extends ChartsTooltipSlots {}
3
3
  export interface SankeyTooltipSlotProps extends ChartsTooltipSlotProps {}
4
4
  export interface SankeyTooltipClasses extends ChartsTooltipClasses {}
@@ -1,4 +1,4 @@
1
- import { type ChartsTooltipContainerProps, type ChartsTooltipClasses, type ChartsTooltipSlots, type ChartsTooltipSlotProps } from '@mui/x-charts/ChartsTooltip';
1
+ import type { ChartsTooltipContainerProps, ChartsTooltipClasses, ChartsTooltipSlots, ChartsTooltipSlotProps } from '@mui/x-charts/ChartsTooltip';
2
2
  export interface SankeyTooltipSlots extends ChartsTooltipSlots {}
3
3
  export interface SankeyTooltipSlotProps extends ChartsTooltipSlotProps {}
4
4
  export interface SankeyTooltipClasses extends ChartsTooltipClasses {}
@@ -1,4 +1,4 @@
1
- import { type SankeyTooltipProps } from "./SankeyTooltip.types.mjs";
1
+ import type { SankeyTooltipProps } from "./SankeyTooltip.types.mjs";
2
2
  export interface SankeyTooltipContentProps extends Pick<SankeyTooltipProps, 'classes'> {}
3
3
  export declare function SankeyTooltipContent(props: SankeyTooltipContentProps): import("react/jsx-runtime").JSX.Element | null;
4
4
  export declare namespace SankeyTooltipContent {
@@ -1,4 +1,4 @@
1
- import { type SankeyTooltipProps } from "./SankeyTooltip.types.js";
1
+ import type { SankeyTooltipProps } from "./SankeyTooltip.types.js";
2
2
  export interface SankeyTooltipContentProps extends Pick<SankeyTooltipProps, 'classes'> {}
3
3
  export declare function SankeyTooltipContent(props: SankeyTooltipContentProps): import("react/jsx-runtime").JSX.Element | null;
4
4
  export declare namespace SankeyTooltipContent {
@@ -1,4 +1,4 @@
1
- import { type Link } from '@mui/x-charts-vendor/d3-shape';
1
+ import type { Link } from '@mui/x-charts-vendor/d3-shape';
2
2
  import type { SankeyExtraProperties, SankeyLink } from "./sankey.types.mjs";
3
3
  /**
4
4
  * Get a horizontal link shape suitable for a Sankey diagram.
@@ -1,4 +1,4 @@
1
- import { type Link } from '@mui/x-charts-vendor/d3-shape';
1
+ import type { Link } from '@mui/x-charts-vendor/d3-shape';
2
2
  import type { SankeyExtraProperties, SankeyLink } from "./sankey.types.js";
3
3
  /**
4
4
  * Get a horizontal link shape suitable for a Sankey diagram.
@@ -1,7 +1,7 @@
1
- import { type ChartsOverlaySlotProps, type ChartsOverlaySlots } from '@mui/x-charts/ChartsOverlay';
2
- import { type ChartsTooltipSlotProps, type ChartsTooltipSlots } from '@mui/x-charts/ChartsTooltip';
3
- import { type ChartsSlotProps, type ChartsSlots } from '@mui/x-charts/internals';
4
- import { type ChartsToolbarSlotProps, type ChartsToolbarSlots } from '@mui/x-charts/Toolbar';
1
+ import type { ChartsOverlaySlotProps, ChartsOverlaySlots } from '@mui/x-charts/ChartsOverlay';
2
+ import type { ChartsTooltipSlotProps, ChartsTooltipSlots } from '@mui/x-charts/ChartsTooltip';
3
+ import type { ChartsSlotProps, ChartsSlots } from '@mui/x-charts/internals';
4
+ import type { ChartsToolbarSlotProps, ChartsToolbarSlots } from '@mui/x-charts/Toolbar';
5
5
  export interface SankeyChartSlots extends ChartsTooltipSlots<'item' | 'none'>, ChartsOverlaySlots, ChartsToolbarSlots, Partial<ChartsSlots> {}
6
6
  export interface SankeyChartSlotProps extends ChartsTooltipSlotProps<'item' | 'none'>, ChartsOverlaySlotProps, ChartsToolbarSlotProps, Partial<ChartsSlotProps> {}
7
7
  export interface SankeyChartSlotExtension {
@@ -1,7 +1,7 @@
1
- import { type ChartsOverlaySlotProps, type ChartsOverlaySlots } from '@mui/x-charts/ChartsOverlay';
2
- import { type ChartsTooltipSlotProps, type ChartsTooltipSlots } from '@mui/x-charts/ChartsTooltip';
3
- import { type ChartsSlotProps, type ChartsSlots } from '@mui/x-charts/internals';
4
- import { type ChartsToolbarSlotProps, type ChartsToolbarSlots } from '@mui/x-charts/Toolbar';
1
+ import type { ChartsOverlaySlotProps, ChartsOverlaySlots } from '@mui/x-charts/ChartsOverlay';
2
+ import type { ChartsTooltipSlotProps, ChartsTooltipSlots } from '@mui/x-charts/ChartsTooltip';
3
+ import type { ChartsSlotProps, ChartsSlots } from '@mui/x-charts/internals';
4
+ import type { ChartsToolbarSlotProps, ChartsToolbarSlots } from '@mui/x-charts/Toolbar';
5
5
  export interface SankeyChartSlots extends ChartsTooltipSlots<'item' | 'none'>, ChartsOverlaySlots, ChartsToolbarSlots, Partial<ChartsSlots> {}
6
6
  export interface SankeyChartSlotProps extends ChartsTooltipSlotProps<'item' | 'none'>, ChartsOverlaySlotProps, ChartsToolbarSlotProps, Partial<ChartsSlotProps> {}
7
7
  export interface SankeyChartSlotExtension {
@@ -1,3 +1,3 @@
1
- import { type IdentifierSerializer } from '@mui/x-charts/internals';
1
+ import type { IdentifierSerializer } from '@mui/x-charts/internals';
2
2
  declare const identifierSerializer: IdentifierSerializer<'sankey'>;
3
3
  export default identifierSerializer;
@@ -1,3 +1,3 @@
1
- import { type IdentifierSerializer } from '@mui/x-charts/internals';
1
+ import type { IdentifierSerializer } from '@mui/x-charts/internals';
2
2
  declare const identifierSerializer: IdentifierSerializer<'sankey'>;
3
3
  export default identifierSerializer;
@@ -2,7 +2,7 @@ import type { ChartsOverlayProps } from '@mui/x-charts/ChartsOverlay';
2
2
  import type { ChartsWrapperProps } from '@mui/x-charts/ChartsWrapper';
3
3
  import type { SankeyChartProps } from "./SankeyChart.mjs";
4
4
  import type { ChartsContainerProProps } from "../ChartsContainerPro/index.mjs";
5
- import { type SankeyChartPluginSignatures } from "./SankeyChart.plugins.mjs";
5
+ import type { SankeyChartPluginSignatures } from "./SankeyChart.plugins.mjs";
6
6
  /**
7
7
  * A helper function that extracts SankeyChartProps from the input props
8
8
  * and returns an object with props for the children components of SankeyChart.
@@ -2,7 +2,7 @@ import type { ChartsOverlayProps } from '@mui/x-charts/ChartsOverlay';
2
2
  import type { ChartsWrapperProps } from '@mui/x-charts/ChartsWrapper';
3
3
  import type { SankeyChartProps } from "./SankeyChart.js";
4
4
  import type { ChartsContainerProProps } from "../ChartsContainerPro/index.js";
5
- import { type SankeyChartPluginSignatures } from "./SankeyChart.plugins.js";
5
+ import type { SankeyChartPluginSignatures } from "./SankeyChart.plugins.js";
6
6
  /**
7
7
  * A helper function that extracts SankeyChartProps from the input props
8
8
  * and returns an object with props for the children components of SankeyChart.
@@ -4,7 +4,6 @@ const _excluded = ["series", "width", "height", "margin", "colors", "sx", "child
4
4
  import { DEFAULT_MARGINS } from '@mui/x-charts/constants';
5
5
  import { defaultizeMargin } from '@mui/x-charts/internals';
6
6
  import { SANKEY_CHART_PLUGINS } from "./SankeyChart.plugins.mjs";
7
-
8
7
  /**
9
8
  * A helper function that extracts SankeyChartProps from the input props
10
9
  * and returns an object with props for the children components of SankeyChart.
@@ -1,11 +1,11 @@
1
1
  import * as React from 'react';
2
- import { type ScatterChartProps, type ScatterChartSlotProps, type ScatterChartSlots } from '@mui/x-charts/ScatterChart';
3
- import { type ChartsTooltipProps } from '@mui/x-charts/ChartsTooltip';
2
+ import type { ScatterChartProps, ScatterChartSlotProps, ScatterChartSlots } 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 ChartsSlotPropsPro, type ChartsSlotsPro } from "../internals/material/index.mjs";
6
- import { type ChartsContainerProProps } from "../ChartsContainerPro/ChartsContainerPro.mjs";
7
- import { type ScatterChartProPluginSignatures } from "./ScatterChartPro.plugins.mjs";
8
- import { type ChartsToolbarProSlots, type ChartsToolbarProSlotProps } from "../ChartsToolbarPro/Toolbar.types.mjs";
5
+ import type { ChartsSlotPropsPro, ChartsSlotsPro } from "../internals/material/index.mjs";
6
+ import type { ChartsContainerProProps } from "../ChartsContainerPro/ChartsContainerPro.mjs";
7
+ import type { ScatterChartProPluginSignatures } from "./ScatterChartPro.plugins.mjs";
8
+ import type { ChartsToolbarProSlots, ChartsToolbarProSlotProps } from "../ChartsToolbarPro/Toolbar.types.mjs";
9
9
  export interface ScatterChartProSlots extends Omit<ScatterChartSlots, 'toolbar'>, ChartsToolbarProSlots, Partial<ChartsSlotsPro> {}
10
10
  export interface ScatterChartProSlotProps extends Omit<ScatterChartSlotProps, 'toolbar' | 'tooltip'>, ChartsToolbarProSlotProps, Partial<ChartsSlotPropsPro> {
11
11
  /**