@mui/x-charts 8.1.0 → 8.2.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 (414) hide show
  1. package/BarChart/BarChart.js +1 -1
  2. package/BarChart/BarLabel/BarLabel.types.d.ts +1 -1
  3. package/BarChart/BarLabel/BarLabelPlot.d.ts +1 -1
  4. package/BarChart/BarLabel/barLabelClasses.d.ts +1 -1
  5. package/BarChart/BarLabel/index.d.ts +4 -4
  6. package/BarChart/checkScaleErrors.d.ts +3 -3
  7. package/BarChart/checkScaleErrors.js +4 -4
  8. package/BarChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  9. package/BarChart/seriesConfig/seriesProcessor.js +2 -2
  10. package/BarChart/seriesConfig/tooltip.d.ts +1 -1
  11. package/BarChart/types.d.ts +2 -2
  12. package/BarChart/useBarChartProps.d.ts +2 -2
  13. package/BarChart/useBarChartProps.js +20 -2
  14. package/CHANGELOG.md +126 -7
  15. package/ChartContainer/ChartContainer.js +1 -1
  16. package/ChartContainer/useChartContainerProps.d.ts +1 -1
  17. package/ChartDataProvider/useChartDataProviderProps.d.ts +2 -2
  18. package/ChartsAxisHighlight/ChartsXAxisHighlight.js +1 -1
  19. package/ChartsAxisHighlight/ChartsYAxisHighlight.js +1 -1
  20. package/ChartsGrid/ChartsHorizontalGrid.d.ts +2 -2
  21. package/ChartsGrid/ChartsVerticalGrid.d.ts +2 -2
  22. package/ChartsLabel/ChartsLabelMark.js +8 -4
  23. package/ChartsLabel/index.d.ts +4 -4
  24. package/ChartsLabel/labelClasses.d.ts +1 -1
  25. package/ChartsLabel/labelGradientClasses.d.ts +1 -1
  26. package/ChartsLabel/labelMarkClasses.d.ts +1 -1
  27. package/ChartsLegend/ChartsLegend.d.ts +2 -2
  28. package/ChartsLegend/ContinuousColorLegend.d.ts +1 -1
  29. package/ChartsLegend/PiecewiseColorLegend.d.ts +1 -1
  30. package/ChartsLegend/chartsLegend.types.d.ts +1 -1
  31. package/ChartsLegend/chartsLegendClasses.d.ts +2 -2
  32. package/ChartsLegend/continuousColorLegendClasses.d.ts +2 -2
  33. package/ChartsLegend/index.d.ts +4 -4
  34. package/ChartsLegend/piecewiseColorLegendClasses.d.ts +2 -2
  35. package/ChartsLegend/useAxis.d.ts +2 -2
  36. package/ChartsLocalizationProvider/ChartsLocalizationProvider.d.ts +1 -1
  37. package/ChartsLocalizationProvider/index.d.ts +1 -1
  38. package/ChartsOverlay/ChartsLoadingOverlay.d.ts +1 -1
  39. package/ChartsOverlay/ChartsNoDataOverlay.d.ts +1 -1
  40. package/ChartsOverlay/index.d.ts +1 -1
  41. package/ChartsReferenceLine/ChartsReferenceLine.js +2 -2
  42. package/ChartsReferenceLine/ChartsXReferenceLine.js +1 -1
  43. package/ChartsReferenceLine/ChartsYReferenceLine.js +1 -1
  44. package/ChartsText/index.d.ts +2 -2
  45. package/ChartsTooltip/ChartsTooltipContainer.js +1 -0
  46. package/ChartsTooltip/index.d.ts +3 -3
  47. package/ChartsTooltip/useAxisTooltip.d.ts +2 -2
  48. package/LineChart/AnimatedArea.d.ts +1 -1
  49. package/LineChart/AnimatedLine.d.ts +1 -1
  50. package/LineChart/AreaPlot.js +2 -2
  51. package/LineChart/LineChart.js +1 -1
  52. package/LineChart/LineHighlightPlot.js +1 -1
  53. package/LineChart/LinePlot.js +2 -2
  54. package/LineChart/MarkPlot.js +1 -1
  55. package/LineChart/index.d.ts +1 -1
  56. package/LineChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  57. package/LineChart/seriesConfig/seriesProcessor.js +2 -2
  58. package/LineChart/seriesConfig/tooltip.d.ts +1 -1
  59. package/LineChart/useLineChartProps.d.ts +2 -2
  60. package/PieChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  61. package/PieChart/seriesConfig/tooltip.d.ts +1 -1
  62. package/RadarChart/RadarGrid/index.d.ts +1 -1
  63. package/RadarChart/RadarSeriesPlot/index.d.ts +2 -2
  64. package/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.ts +3 -3
  65. package/RadarChart/index.d.ts +2 -2
  66. package/RadarChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  67. package/RadarChart/seriesConfig/tooltip.d.ts +1 -1
  68. package/RadarChart/useRadarChartProps.d.ts +2 -2
  69. package/ScatterChart/ScatterChart.js +1 -1
  70. package/ScatterChart/ScatterMarker.types.d.ts +1 -1
  71. package/ScatterChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  72. package/ScatterChart/seriesConfig/seriesProcessor.js +1 -1
  73. package/ScatterChart/seriesConfig/tooltip.d.ts +1 -1
  74. package/ScatterChart/useScatterChartProps.d.ts +3 -3
  75. package/SparkLineChart/SparkLineChart.js +1 -1
  76. package/colorPalettes/categorical/blueberryTwilight.d.ts +4 -0
  77. package/colorPalettes/categorical/blueberryTwilight.js +10 -0
  78. package/colorPalettes/categorical/cheerfulFiesta.d.ts +4 -0
  79. package/colorPalettes/categorical/cheerfulFiesta.js +10 -0
  80. package/colorPalettes/categorical/mangoFusion.d.ts +4 -0
  81. package/colorPalettes/categorical/mangoFusion.js +10 -0
  82. package/colorPalettes/categorical/rainbowSurge.d.ts +4 -0
  83. package/colorPalettes/categorical/rainbowSurge.js +10 -0
  84. package/colorPalettes/index.d.ts +14 -1
  85. package/colorPalettes/index.js +147 -4
  86. package/colorPalettes/sequential/blue.d.ts +4 -0
  87. package/colorPalettes/sequential/blue.js +12 -0
  88. package/colorPalettes/sequential/cyan.d.ts +4 -0
  89. package/colorPalettes/sequential/cyan.js +12 -0
  90. package/colorPalettes/sequential/green.d.ts +4 -0
  91. package/colorPalettes/sequential/green.js +12 -0
  92. package/colorPalettes/sequential/orange.d.ts +4 -0
  93. package/colorPalettes/sequential/orange.js +12 -0
  94. package/colorPalettes/sequential/pink.d.ts +4 -0
  95. package/colorPalettes/sequential/pink.js +12 -0
  96. package/colorPalettes/sequential/purple.d.ts +4 -0
  97. package/colorPalettes/sequential/purple.js +12 -0
  98. package/colorPalettes/sequential/red.d.ts +4 -0
  99. package/colorPalettes/sequential/red.js +12 -0
  100. package/colorPalettes/sequential/strawberrySky.d.ts +4 -0
  101. package/colorPalettes/sequential/strawberrySky.js +10 -0
  102. package/colorPalettes/sequential/yellow.d.ts +4 -0
  103. package/colorPalettes/sequential/yellow.js +12 -0
  104. package/colorPalettes/types.d.ts +4 -0
  105. package/colorPalettes/types.js +5 -0
  106. package/context/ChartProvider/ChartContext.d.ts +1 -1
  107. package/context/ChartProvider/ChartProvider.d.ts +1 -1
  108. package/context/ChartProvider/ChartProvider.types.d.ts +6 -6
  109. package/context/ChartProvider/useChartContext.js +1 -1
  110. package/context/index.d.ts +1 -1
  111. package/esm/BarChart/BarChart.js +1 -1
  112. package/esm/BarChart/BarLabel/BarLabel.types.d.ts +1 -1
  113. package/esm/BarChart/BarLabel/BarLabelPlot.d.ts +1 -1
  114. package/esm/BarChart/BarLabel/barLabelClasses.d.ts +1 -1
  115. package/esm/BarChart/BarLabel/index.d.ts +4 -4
  116. package/esm/BarChart/checkScaleErrors.d.ts +3 -3
  117. package/esm/BarChart/checkScaleErrors.js +4 -4
  118. package/esm/BarChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  119. package/esm/BarChart/seriesConfig/seriesProcessor.js +2 -2
  120. package/esm/BarChart/seriesConfig/tooltip.d.ts +1 -1
  121. package/esm/BarChart/types.d.ts +2 -2
  122. package/esm/BarChart/useBarChartProps.d.ts +2 -2
  123. package/esm/BarChart/useBarChartProps.js +20 -2
  124. package/esm/ChartContainer/ChartContainer.js +1 -1
  125. package/esm/ChartContainer/useChartContainerProps.d.ts +1 -1
  126. package/esm/ChartDataProvider/useChartDataProviderProps.d.ts +2 -2
  127. package/esm/ChartsAxisHighlight/ChartsXAxisHighlight.js +1 -1
  128. package/esm/ChartsAxisHighlight/ChartsYAxisHighlight.js +1 -1
  129. package/esm/ChartsGrid/ChartsHorizontalGrid.d.ts +2 -2
  130. package/esm/ChartsGrid/ChartsVerticalGrid.d.ts +2 -2
  131. package/esm/ChartsLabel/ChartsLabelMark.js +8 -4
  132. package/esm/ChartsLabel/index.d.ts +4 -4
  133. package/esm/ChartsLabel/labelClasses.d.ts +1 -1
  134. package/esm/ChartsLabel/labelGradientClasses.d.ts +1 -1
  135. package/esm/ChartsLabel/labelMarkClasses.d.ts +1 -1
  136. package/esm/ChartsLegend/ChartsLegend.d.ts +2 -2
  137. package/esm/ChartsLegend/ContinuousColorLegend.d.ts +1 -1
  138. package/esm/ChartsLegend/PiecewiseColorLegend.d.ts +1 -1
  139. package/esm/ChartsLegend/chartsLegend.types.d.ts +1 -1
  140. package/esm/ChartsLegend/chartsLegendClasses.d.ts +2 -2
  141. package/esm/ChartsLegend/continuousColorLegendClasses.d.ts +2 -2
  142. package/esm/ChartsLegend/index.d.ts +4 -4
  143. package/esm/ChartsLegend/piecewiseColorLegendClasses.d.ts +2 -2
  144. package/esm/ChartsLegend/useAxis.d.ts +2 -2
  145. package/esm/ChartsLocalizationProvider/ChartsLocalizationProvider.d.ts +1 -1
  146. package/esm/ChartsLocalizationProvider/index.d.ts +1 -1
  147. package/esm/ChartsOverlay/ChartsLoadingOverlay.d.ts +1 -1
  148. package/esm/ChartsOverlay/ChartsNoDataOverlay.d.ts +1 -1
  149. package/esm/ChartsOverlay/index.d.ts +1 -1
  150. package/esm/ChartsReferenceLine/ChartsReferenceLine.js +2 -2
  151. package/esm/ChartsReferenceLine/ChartsXReferenceLine.js +1 -1
  152. package/esm/ChartsReferenceLine/ChartsYReferenceLine.js +1 -1
  153. package/esm/ChartsText/index.d.ts +2 -2
  154. package/esm/ChartsTooltip/ChartsTooltipContainer.js +1 -0
  155. package/esm/ChartsTooltip/index.d.ts +3 -3
  156. package/esm/ChartsTooltip/useAxisTooltip.d.ts +2 -2
  157. package/esm/LineChart/AnimatedArea.d.ts +1 -1
  158. package/esm/LineChart/AnimatedLine.d.ts +1 -1
  159. package/esm/LineChart/AreaPlot.js +2 -2
  160. package/esm/LineChart/LineChart.js +1 -1
  161. package/esm/LineChart/LineHighlightPlot.js +1 -1
  162. package/esm/LineChart/LinePlot.js +2 -2
  163. package/esm/LineChart/MarkPlot.js +1 -1
  164. package/esm/LineChart/index.d.ts +1 -1
  165. package/esm/LineChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  166. package/esm/LineChart/seriesConfig/seriesProcessor.js +2 -2
  167. package/esm/LineChart/seriesConfig/tooltip.d.ts +1 -1
  168. package/esm/LineChart/useLineChartProps.d.ts +2 -2
  169. package/esm/PieChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  170. package/esm/PieChart/seriesConfig/tooltip.d.ts +1 -1
  171. package/esm/RadarChart/RadarGrid/index.d.ts +1 -1
  172. package/esm/RadarChart/RadarSeriesPlot/index.d.ts +2 -2
  173. package/esm/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.ts +3 -3
  174. package/esm/RadarChart/index.d.ts +2 -2
  175. package/esm/RadarChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  176. package/esm/RadarChart/seriesConfig/tooltip.d.ts +1 -1
  177. package/esm/RadarChart/useRadarChartProps.d.ts +2 -2
  178. package/esm/ScatterChart/ScatterChart.js +1 -1
  179. package/esm/ScatterChart/ScatterMarker.types.d.ts +1 -1
  180. package/esm/ScatterChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  181. package/esm/ScatterChart/seriesConfig/seriesProcessor.js +1 -1
  182. package/esm/ScatterChart/seriesConfig/tooltip.d.ts +1 -1
  183. package/esm/ScatterChart/useScatterChartProps.d.ts +3 -3
  184. package/esm/SparkLineChart/SparkLineChart.js +1 -1
  185. package/esm/colorPalettes/categorical/blueberryTwilight.d.ts +4 -0
  186. package/esm/colorPalettes/categorical/blueberryTwilight.js +3 -0
  187. package/esm/colorPalettes/categorical/cheerfulFiesta.d.ts +4 -0
  188. package/esm/colorPalettes/categorical/cheerfulFiesta.js +3 -0
  189. package/esm/colorPalettes/categorical/mangoFusion.d.ts +4 -0
  190. package/esm/colorPalettes/categorical/mangoFusion.js +3 -0
  191. package/esm/colorPalettes/categorical/rainbowSurge.d.ts +4 -0
  192. package/esm/colorPalettes/categorical/rainbowSurge.js +3 -0
  193. package/esm/colorPalettes/index.d.ts +14 -1
  194. package/esm/colorPalettes/index.js +20 -1
  195. package/esm/colorPalettes/sequential/blue.d.ts +4 -0
  196. package/esm/colorPalettes/sequential/blue.js +5 -0
  197. package/esm/colorPalettes/sequential/cyan.d.ts +4 -0
  198. package/esm/colorPalettes/sequential/cyan.js +5 -0
  199. package/esm/colorPalettes/sequential/green.d.ts +4 -0
  200. package/esm/colorPalettes/sequential/green.js +5 -0
  201. package/esm/colorPalettes/sequential/orange.d.ts +4 -0
  202. package/esm/colorPalettes/sequential/orange.js +5 -0
  203. package/esm/colorPalettes/sequential/pink.d.ts +4 -0
  204. package/esm/colorPalettes/sequential/pink.js +5 -0
  205. package/esm/colorPalettes/sequential/purple.d.ts +4 -0
  206. package/esm/colorPalettes/sequential/purple.js +5 -0
  207. package/esm/colorPalettes/sequential/red.d.ts +4 -0
  208. package/esm/colorPalettes/sequential/red.js +5 -0
  209. package/esm/colorPalettes/sequential/strawberrySky.d.ts +4 -0
  210. package/esm/colorPalettes/sequential/strawberrySky.js +3 -0
  211. package/esm/colorPalettes/sequential/yellow.d.ts +4 -0
  212. package/esm/colorPalettes/sequential/yellow.js +5 -0
  213. package/esm/colorPalettes/types.d.ts +4 -0
  214. package/esm/colorPalettes/types.js +1 -0
  215. package/esm/context/ChartProvider/ChartContext.d.ts +1 -1
  216. package/esm/context/ChartProvider/ChartProvider.d.ts +1 -1
  217. package/esm/context/ChartProvider/ChartProvider.types.d.ts +6 -6
  218. package/esm/context/ChartProvider/useChartContext.js +1 -1
  219. package/esm/context/index.d.ts +1 -1
  220. package/esm/hooks/animation/useAnimateArea.d.ts +1 -1
  221. package/esm/hooks/animation/useAnimateBar.d.ts +1 -1
  222. package/esm/hooks/animation/useAnimateBarLabel.d.ts +1 -1
  223. package/esm/hooks/animation/useAnimateLine.d.ts +1 -1
  224. package/esm/hooks/animation/useAnimatePieArc.d.ts +1 -1
  225. package/esm/hooks/animation/useAnimatePieArcLabel.d.ts +1 -1
  226. package/esm/hooks/useAxis.d.ts +6 -6
  227. package/esm/hooks/useChartsLocalization.d.ts +1 -1
  228. package/esm/hooks/useChartsLocalization.js +1 -1
  229. package/esm/hooks/useItemHighlightedGetter.d.ts +2 -2
  230. package/esm/hooks/useLegend.d.ts +1 -1
  231. package/esm/hooks/useSeries.d.ts +1 -1
  232. package/esm/hooks/useSvgRef.js +1 -1
  233. package/esm/hooks/useZAxis.d.ts +3 -3
  234. package/esm/index.js +1 -1
  235. package/esm/internals/createSeriesSelectorOfType.d.ts +1 -1
  236. package/esm/internals/createSeriesSelectorOfType.js +1 -1
  237. package/esm/internals/defaultizeMargin.d.ts +1 -1
  238. package/esm/internals/geometry.js +1 -1
  239. package/esm/internals/getPercentageValue.js +1 -1
  240. package/esm/internals/plugins/allPlugins.d.ts +1 -1
  241. package/esm/internals/plugins/corePlugins/corePlugins.d.ts +1 -1
  242. package/esm/internals/plugins/corePlugins/index.d.ts +1 -1
  243. package/esm/internals/plugins/corePlugins/useChartAnimation/index.d.ts +1 -1
  244. package/esm/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.d.ts +1 -1
  245. package/esm/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.selectors.d.ts +3 -3
  246. package/esm/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.types.d.ts +1 -1
  247. package/esm/internals/plugins/corePlugins/useChartDimensions/index.d.ts +1 -1
  248. package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.d.ts +1 -1
  249. package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.js +2 -2
  250. package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +142 -142
  251. package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types.d.ts +1 -1
  252. package/esm/internals/plugins/corePlugins/useChartId/index.d.ts +1 -1
  253. package/esm/internals/plugins/corePlugins/useChartId/useChartId.selectors.d.ts +2 -2
  254. package/esm/internals/plugins/corePlugins/useChartSeries/index.d.ts +1 -1
  255. package/esm/internals/plugins/corePlugins/useChartSeries/processSeries.js +1 -1
  256. package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +20 -20
  257. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.ts +3 -3
  258. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +4 -5
  259. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.js +6 -6
  260. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.d.ts +3 -3
  261. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/index.d.ts +1 -1
  262. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.d.ts +68 -68
  263. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.js +1 -1
  264. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.d.ts +18 -14
  265. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.ts +26 -26
  266. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +892 -892
  267. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.ts +5 -5
  268. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.types.d.ts +1 -1
  269. package/esm/internals/plugins/featurePlugins/useChartHighlight/index.d.ts +2 -2
  270. package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +77 -77
  271. package/esm/internals/plugins/featurePlugins/useChartInteraction/index.d.ts +1 -1
  272. package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +68 -68
  273. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.d.ts +1 -1
  274. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/defaultizeAxis.js +1 -1
  275. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/getAxisIndex.js +1 -1
  276. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/index.d.ts +1 -1
  277. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.js +1 -1
  278. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.ts +512 -512
  279. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarInteraction.selectors.d.ts +3 -3
  280. package/esm/internals/plugins/featurePlugins/useChartVoronoi/index.d.ts +1 -1
  281. package/esm/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.selectors.d.ts +2 -2
  282. package/esm/internals/plugins/featurePlugins/useChartZAxis/index.d.ts +1 -1
  283. package/esm/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.js +1 -1
  284. package/esm/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.selectors.d.ts +10 -10
  285. package/esm/internals/plugins/models/chart.d.ts +3 -3
  286. package/esm/internals/plugins/models/helpers.d.ts +1 -1
  287. package/esm/internals/plugins/models/plugin.d.ts +2 -2
  288. package/esm/internals/plugins/models/seriesConfig/cartesianExtremumGetter.types.d.ts +3 -3
  289. package/esm/internals/plugins/models/seriesConfig/colorProcessor.types.d.ts +5 -5
  290. package/esm/internals/plugins/models/seriesConfig/getSeriesWithDefaultValues.types.d.ts +2 -2
  291. package/esm/internals/plugins/models/seriesConfig/legendGetter.types.d.ts +3 -3
  292. package/esm/internals/plugins/models/seriesConfig/polarExtremumGetter.types.d.ts +3 -3
  293. package/esm/internals/plugins/models/seriesConfig/seriesConfig.types.d.ts +6 -6
  294. package/esm/internals/plugins/models/seriesConfig/seriesProcessor.types.d.ts +3 -3
  295. package/esm/internals/plugins/models/seriesConfig/tooltipGetter.types.d.ts +4 -4
  296. package/esm/internals/plugins/utils/ChartStore.d.ts +2 -2
  297. package/esm/internals/stackSeries.d.ts +1 -1
  298. package/esm/internals/store/useChartModels.js +2 -2
  299. package/esm/internals/store/useCharts.d.ts +1 -1
  300. package/esm/internals/store/useStore.js +1 -1
  301. package/esm/locales/index.d.ts +1 -1
  302. package/esm/models/axis.d.ts +15 -3
  303. package/esm/models/axis.js +8 -0
  304. package/esm/models/index.d.ts +3 -3
  305. package/esm/models/seriesType/bar.d.ts +1 -1
  306. package/esm/models/seriesType/common.d.ts +2 -2
  307. package/esm/models/seriesType/line.d.ts +1 -1
  308. package/esm/models/seriesType/pie.d.ts +1 -1
  309. package/esm/themeAugmentation/components.js +1 -0
  310. package/esm/themeAugmentation/index.d.ts +3 -3
  311. package/esm/themeAugmentation/overrides.d.ts +3 -12
  312. package/esm/themeAugmentation/overrides.js +2 -0
  313. package/esm/themeAugmentation/props.d.ts +0 -7
  314. package/esm/themeAugmentation/props.js +2 -0
  315. package/hooks/animation/useAnimateArea.d.ts +1 -1
  316. package/hooks/animation/useAnimateBar.d.ts +1 -1
  317. package/hooks/animation/useAnimateBarLabel.d.ts +1 -1
  318. package/hooks/animation/useAnimateLine.d.ts +1 -1
  319. package/hooks/animation/useAnimatePieArc.d.ts +1 -1
  320. package/hooks/animation/useAnimatePieArcLabel.d.ts +1 -1
  321. package/hooks/useAxis.d.ts +6 -6
  322. package/hooks/useChartsLocalization.d.ts +1 -1
  323. package/hooks/useChartsLocalization.js +1 -1
  324. package/hooks/useItemHighlightedGetter.d.ts +2 -2
  325. package/hooks/useLegend.d.ts +1 -1
  326. package/hooks/useSeries.d.ts +1 -1
  327. package/hooks/useSvgRef.js +1 -1
  328. package/hooks/useZAxis.d.ts +3 -3
  329. package/index.js +1 -1
  330. package/internals/createSeriesSelectorOfType.d.ts +1 -1
  331. package/internals/createSeriesSelectorOfType.js +1 -1
  332. package/internals/defaultizeMargin.d.ts +1 -1
  333. package/internals/geometry.js +1 -1
  334. package/internals/getPercentageValue.js +1 -1
  335. package/internals/plugins/allPlugins.d.ts +1 -1
  336. package/internals/plugins/corePlugins/corePlugins.d.ts +1 -1
  337. package/internals/plugins/corePlugins/index.d.ts +1 -1
  338. package/internals/plugins/corePlugins/useChartAnimation/index.d.ts +1 -1
  339. package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.d.ts +1 -1
  340. package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.selectors.d.ts +3 -3
  341. package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.types.d.ts +1 -1
  342. package/internals/plugins/corePlugins/useChartDimensions/index.d.ts +1 -1
  343. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.d.ts +1 -1
  344. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.js +2 -2
  345. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +142 -142
  346. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types.d.ts +1 -1
  347. package/internals/plugins/corePlugins/useChartId/index.d.ts +1 -1
  348. package/internals/plugins/corePlugins/useChartId/useChartId.selectors.d.ts +2 -2
  349. package/internals/plugins/corePlugins/useChartSeries/index.d.ts +1 -1
  350. package/internals/plugins/corePlugins/useChartSeries/processSeries.js +1 -1
  351. package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +20 -20
  352. package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.ts +3 -3
  353. package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +4 -5
  354. package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.js +6 -6
  355. package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.d.ts +3 -3
  356. package/internals/plugins/featurePlugins/useChartCartesianAxis/index.d.ts +1 -1
  357. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.d.ts +68 -68
  358. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.js +1 -1
  359. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.d.ts +18 -14
  360. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.ts +26 -26
  361. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +892 -892
  362. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.ts +5 -5
  363. package/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.types.d.ts +1 -1
  364. package/internals/plugins/featurePlugins/useChartHighlight/index.d.ts +2 -2
  365. package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +77 -77
  366. package/internals/plugins/featurePlugins/useChartInteraction/index.d.ts +1 -1
  367. package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +68 -68
  368. package/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.d.ts +1 -1
  369. package/internals/plugins/featurePlugins/useChartPolarAxis/defaultizeAxis.js +1 -1
  370. package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisIndex.js +1 -1
  371. package/internals/plugins/featurePlugins/useChartPolarAxis/index.d.ts +1 -1
  372. package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.js +1 -1
  373. package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.ts +512 -512
  374. package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarInteraction.selectors.d.ts +3 -3
  375. package/internals/plugins/featurePlugins/useChartVoronoi/index.d.ts +1 -1
  376. package/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.selectors.d.ts +2 -2
  377. package/internals/plugins/featurePlugins/useChartZAxis/index.d.ts +1 -1
  378. package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.js +1 -1
  379. package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.selectors.d.ts +10 -10
  380. package/internals/plugins/models/chart.d.ts +3 -3
  381. package/internals/plugins/models/helpers.d.ts +1 -1
  382. package/internals/plugins/models/plugin.d.ts +2 -2
  383. package/internals/plugins/models/seriesConfig/cartesianExtremumGetter.types.d.ts +3 -3
  384. package/internals/plugins/models/seriesConfig/colorProcessor.types.d.ts +5 -5
  385. package/internals/plugins/models/seriesConfig/getSeriesWithDefaultValues.types.d.ts +2 -2
  386. package/internals/plugins/models/seriesConfig/legendGetter.types.d.ts +3 -3
  387. package/internals/plugins/models/seriesConfig/polarExtremumGetter.types.d.ts +3 -3
  388. package/internals/plugins/models/seriesConfig/seriesConfig.types.d.ts +6 -6
  389. package/internals/plugins/models/seriesConfig/seriesProcessor.types.d.ts +3 -3
  390. package/internals/plugins/models/seriesConfig/tooltipGetter.types.d.ts +4 -4
  391. package/internals/plugins/utils/ChartStore.d.ts +2 -2
  392. package/internals/stackSeries.d.ts +1 -1
  393. package/internals/store/useChartModels.js +2 -2
  394. package/internals/store/useCharts.d.ts +1 -1
  395. package/internals/store/useStore.js +1 -1
  396. package/locales/index.d.ts +1 -1
  397. package/models/axis.d.ts +15 -3
  398. package/models/axis.js +8 -0
  399. package/models/index.d.ts +3 -3
  400. package/models/seriesType/bar.d.ts +1 -1
  401. package/models/seriesType/common.d.ts +2 -2
  402. package/models/seriesType/line.d.ts +1 -1
  403. package/models/seriesType/pie.d.ts +1 -1
  404. package/package.json +2 -2
  405. package/themeAugmentation/components.js +5 -0
  406. package/themeAugmentation/index.d.ts +3 -3
  407. package/themeAugmentation/overrides.d.ts +3 -12
  408. package/themeAugmentation/overrides.js +5 -0
  409. package/themeAugmentation/props.d.ts +0 -7
  410. package/themeAugmentation/props.js +5 -0
  411. package/colorPalettes/colorPalettes.d.ts +0 -16
  412. package/colorPalettes/colorPalettes.js +0 -22
  413. package/esm/colorPalettes/colorPalettes.d.ts +0 -16
  414. package/esm/colorPalettes/colorPalettes.js +0 -12
@@ -1,32 +1,32 @@
1
1
  import { UseChartPolarAxisSignature } from "./useChartPolarAxis.types.js";
2
2
  import { ChartState } from "../../models/chart.js";
3
3
  export declare const selectorChartPolarAxisState: (state: ChartState<[], [UseChartPolarAxisSignature]>) => {
4
- rotation: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsRotationAxisProps>[];
5
- radius: import("../../..").AxisConfig<"linear", any, import("../../..").ChartsRadiusAxisProps>[];
4
+ rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
5
+ radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
6
6
  } | undefined;
7
- export declare const selectorChartRawRotationAxis: ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("./useChartPolarAxis.types").UseChartPolarAxisState> & {
8
- cacheKey: import("../../models").ChartStateCacheKey;
9
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsRotationAxisProps>[] | undefined) & {
7
+ export declare const selectorChartRawRotationAxis: ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("./useChartPolarAxis.types.js").UseChartPolarAxisState> & {
8
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
9
+ }) => import("../../../index.js").AxisConfig<keyof import("../../../index.js").AxisScaleConfig, any, import("../../../index.js").ChartsRotationAxisProps>[] | undefined) & {
10
10
  clearCache: () => void;
11
11
  resultsCount: () => number;
12
12
  resetResultsCount: () => void;
13
13
  } & {
14
14
  resultFunc: (resultFuncArgs_0: {
15
- rotation: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsRotationAxisProps>[];
16
- radius: import("../../..").AxisConfig<"linear", any, import("../../..").ChartsRadiusAxisProps>[];
17
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsRotationAxisProps>[] | undefined;
15
+ rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
16
+ radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
17
+ } | undefined) => import("../../../index.js").AxisConfig<keyof import("../../../index.js").AxisScaleConfig, any, import("../../../index.js").ChartsRotationAxisProps>[] | undefined;
18
18
  memoizedResultFunc: ((resultFuncArgs_0: {
19
- rotation: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsRotationAxisProps>[];
20
- radius: import("../../..").AxisConfig<"linear", any, import("../../..").ChartsRadiusAxisProps>[];
21
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsRotationAxisProps>[] | undefined) & {
19
+ rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
20
+ radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
21
+ } | undefined) => import("../../../index.js").AxisConfig<keyof import("../../../index.js").AxisScaleConfig, any, import("../../../index.js").ChartsRotationAxisProps>[] | undefined) & {
22
22
  clearCache: () => void;
23
23
  resultsCount: () => number;
24
24
  resetResultsCount: () => void;
25
25
  };
26
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsRotationAxisProps>[] | undefined;
26
+ lastResult: () => import("../../../index.js").AxisConfig<keyof import("../../../index.js").AxisScaleConfig, any, import("../../../index.js").ChartsRotationAxisProps>[] | undefined;
27
27
  dependencies: [(state: ChartState<[], [UseChartPolarAxisSignature]>) => {
28
- rotation: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsRotationAxisProps>[];
29
- radius: import("../../..").AxisConfig<"linear", any, import("../../..").ChartsRadiusAxisProps>[];
28
+ rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
29
+ radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
30
30
  } | undefined];
31
31
  recomputations: () => number;
32
32
  resetRecomputations: () => void;
@@ -36,29 +36,29 @@ export declare const selectorChartRawRotationAxis: ((state: import("../../corePl
36
36
  memoize: typeof import("reselect").weakMapMemoize;
37
37
  argsMemoize: typeof import("reselect").weakMapMemoize;
38
38
  };
39
- export declare const selectorChartRawRadiusAxis: ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("./useChartPolarAxis.types").UseChartPolarAxisState> & {
40
- cacheKey: import("../../models").ChartStateCacheKey;
41
- }) => import("../../..").AxisConfig<"linear", any, import("../../..").ChartsRadiusAxisProps>[] | undefined) & {
39
+ export declare const selectorChartRawRadiusAxis: ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("./useChartPolarAxis.types.js").UseChartPolarAxisState> & {
40
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
41
+ }) => import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[] | undefined) & {
42
42
  clearCache: () => void;
43
43
  resultsCount: () => number;
44
44
  resetResultsCount: () => void;
45
45
  } & {
46
46
  resultFunc: (resultFuncArgs_0: {
47
- rotation: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsRotationAxisProps>[];
48
- radius: import("../../..").AxisConfig<"linear", any, import("../../..").ChartsRadiusAxisProps>[];
49
- } | undefined) => import("../../..").AxisConfig<"linear", any, import("../../..").ChartsRadiusAxisProps>[] | undefined;
47
+ rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
48
+ radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
49
+ } | undefined) => import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[] | undefined;
50
50
  memoizedResultFunc: ((resultFuncArgs_0: {
51
- rotation: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsRotationAxisProps>[];
52
- radius: import("../../..").AxisConfig<"linear", any, import("../../..").ChartsRadiusAxisProps>[];
53
- } | undefined) => import("../../..").AxisConfig<"linear", any, import("../../..").ChartsRadiusAxisProps>[] | undefined) & {
51
+ rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
52
+ radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
53
+ } | undefined) => import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[] | undefined) & {
54
54
  clearCache: () => void;
55
55
  resultsCount: () => number;
56
56
  resetResultsCount: () => void;
57
57
  };
58
- lastResult: () => import("../../..").AxisConfig<"linear", any, import("../../..").ChartsRadiusAxisProps>[] | undefined;
58
+ lastResult: () => import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[] | undefined;
59
59
  dependencies: [(state: ChartState<[], [UseChartPolarAxisSignature]>) => {
60
- rotation: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsRotationAxisProps>[];
61
- radius: import("../../..").AxisConfig<"linear", any, import("../../..").ChartsRadiusAxisProps>[];
60
+ rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
61
+ radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
62
62
  } | undefined];
63
63
  recomputations: () => number;
64
64
  resetRecomputations: () => void;
@@ -71,57 +71,57 @@ export declare const selectorChartRawRadiusAxis: ((state: import("../../corePlug
71
71
  /**
72
72
  * The only interesting selectors that merge axis data and zoom if provided.
73
73
  */
74
- export declare const selectorChartRotationAxis: ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("./useChartPolarAxis.types").UseChartPolarAxisState> & {
75
- cacheKey: import("../../models").ChartStateCacheKey;
76
- } & Partial<{}> & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState>) => import("./computeAxisValue").ComputeResult<import("../../..").ChartsRotationAxisProps>) & {
74
+ export declare const selectorChartRotationAxis: ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("./useChartPolarAxis.types.js").UseChartPolarAxisState> & {
75
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
76
+ } & Partial<{}> & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState>) => import("./computeAxisValue.js").ComputeResult<import("../../../index.js").ChartsRotationAxisProps>) & {
77
77
  clearCache: () => void;
78
78
  resultsCount: () => number;
79
79
  resetResultsCount: () => void;
80
80
  } & {
81
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsRotationAxisProps>[] | undefined, resultFuncArgs_1: {
81
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").AxisConfig<keyof import("../../../index.js").AxisScaleConfig, any, import("../../../index.js").ChartsRotationAxisProps>[] | undefined, resultFuncArgs_1: {
82
82
  width: number;
83
83
  left: number;
84
84
  right: number;
85
85
  height: number;
86
86
  top: number;
87
87
  bottom: number;
88
- }, resultFuncArgs_2: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) => import("./computeAxisValue").ComputeResult<import("../../..").ChartsRotationAxisProps>;
89
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsRotationAxisProps>[] | undefined, resultFuncArgs_1: {
88
+ }, resultFuncArgs_2: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) => import("./computeAxisValue.js").ComputeResult<import("../../../index.js").ChartsRotationAxisProps>;
89
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").AxisConfig<keyof import("../../../index.js").AxisScaleConfig, any, import("../../../index.js").ChartsRotationAxisProps>[] | undefined, resultFuncArgs_1: {
90
90
  width: number;
91
91
  left: number;
92
92
  right: number;
93
93
  height: number;
94
94
  top: number;
95
95
  bottom: number;
96
- }, resultFuncArgs_2: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) => import("./computeAxisValue").ComputeResult<import("../../..").ChartsRotationAxisProps>) & {
96
+ }, resultFuncArgs_2: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) => import("./computeAxisValue.js").ComputeResult<import("../../../index.js").ChartsRotationAxisProps>) & {
97
97
  clearCache: () => void;
98
98
  resultsCount: () => number;
99
99
  resetResultsCount: () => void;
100
100
  };
101
- lastResult: () => import("./computeAxisValue").ComputeResult<import("../../..").ChartsRotationAxisProps>;
102
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("./useChartPolarAxis.types").UseChartPolarAxisState> & {
103
- cacheKey: import("../../models").ChartStateCacheKey;
104
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsRotationAxisProps>[] | undefined) & {
101
+ lastResult: () => import("./computeAxisValue.js").ComputeResult<import("../../../index.js").ChartsRotationAxisProps>;
102
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("./useChartPolarAxis.types.js").UseChartPolarAxisState> & {
103
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
104
+ }) => import("../../../index.js").AxisConfig<keyof import("../../../index.js").AxisScaleConfig, any, import("../../../index.js").ChartsRotationAxisProps>[] | undefined) & {
105
105
  clearCache: () => void;
106
106
  resultsCount: () => number;
107
107
  resetResultsCount: () => void;
108
108
  } & {
109
109
  resultFunc: (resultFuncArgs_0: {
110
- rotation: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsRotationAxisProps>[];
111
- radius: import("../../..").AxisConfig<"linear", any, import("../../..").ChartsRadiusAxisProps>[];
112
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsRotationAxisProps>[] | undefined;
110
+ rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
111
+ radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
112
+ } | undefined) => import("../../../index.js").AxisConfig<keyof import("../../../index.js").AxisScaleConfig, any, import("../../../index.js").ChartsRotationAxisProps>[] | undefined;
113
113
  memoizedResultFunc: ((resultFuncArgs_0: {
114
- rotation: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsRotationAxisProps>[];
115
- radius: import("../../..").AxisConfig<"linear", any, import("../../..").ChartsRadiusAxisProps>[];
116
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsRotationAxisProps>[] | undefined) & {
114
+ rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
115
+ radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
116
+ } | undefined) => import("../../../index.js").AxisConfig<keyof import("../../../index.js").AxisScaleConfig, any, import("../../../index.js").ChartsRotationAxisProps>[] | undefined) & {
117
117
  clearCache: () => void;
118
118
  resultsCount: () => number;
119
119
  resetResultsCount: () => void;
120
120
  };
121
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsRotationAxisProps>[] | undefined;
121
+ lastResult: () => import("../../../index.js").AxisConfig<keyof import("../../../index.js").AxisScaleConfig, any, import("../../../index.js").ChartsRotationAxisProps>[] | undefined;
122
122
  dependencies: [(state: ChartState<[], [UseChartPolarAxisSignature]>) => {
123
- rotation: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsRotationAxisProps>[];
124
- radius: import("../../..").AxisConfig<"linear", any, import("../../..").ChartsRadiusAxisProps>[];
123
+ rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
124
+ radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
125
125
  } | undefined];
126
126
  recomputations: () => number;
127
127
  resetRecomputations: () => void;
@@ -130,9 +130,9 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
130
130
  } & {
131
131
  memoize: typeof import("reselect").weakMapMemoize;
132
132
  argsMemoize: typeof import("reselect").weakMapMemoize;
133
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
134
- cacheKey: import("../../models").ChartStateCacheKey;
135
- } & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState>) => {
133
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
134
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
135
+ } & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState>) => {
136
136
  width: number;
137
137
  left: number;
138
138
  right: number;
@@ -172,22 +172,22 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
172
172
  top: number;
173
173
  bottom: number;
174
174
  };
175
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
176
- cacheKey: import("../../models").ChartStateCacheKey;
175
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
176
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
177
177
  }) => number) & {
178
178
  clearCache: () => void;
179
179
  resultsCount: () => number;
180
180
  resetResultsCount: () => void;
181
181
  } & {
182
182
  resultFunc: (resultFuncArgs_0: {
183
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
183
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
184
184
  width: number;
185
185
  height: number;
186
186
  propsWidth: number | undefined;
187
187
  propsHeight: number | undefined;
188
188
  }) => number;
189
189
  memoizedResultFunc: ((resultFuncArgs_0: {
190
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
190
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
191
191
  width: number;
192
192
  height: number;
193
193
  propsWidth: number | undefined;
@@ -198,7 +198,7 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
198
198
  resetResultsCount: () => void;
199
199
  };
200
200
  lastResult: () => number;
201
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
201
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
202
202
  recomputations: () => number;
203
203
  resetRecomputations: () => void;
204
204
  dependencyRecomputations: () => number;
@@ -206,22 +206,22 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
206
206
  } & {
207
207
  memoize: typeof import("reselect").weakMapMemoize;
208
208
  argsMemoize: typeof import("reselect").weakMapMemoize;
209
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
210
- cacheKey: import("../../models").ChartStateCacheKey;
209
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
210
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
211
211
  }) => number) & {
212
212
  clearCache: () => void;
213
213
  resultsCount: () => number;
214
214
  resetResultsCount: () => void;
215
215
  } & {
216
216
  resultFunc: (resultFuncArgs_0: {
217
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
217
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
218
218
  width: number;
219
219
  height: number;
220
220
  propsWidth: number | undefined;
221
221
  propsHeight: number | undefined;
222
222
  }) => number;
223
223
  memoizedResultFunc: ((resultFuncArgs_0: {
224
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
224
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
225
225
  width: number;
226
226
  height: number;
227
227
  propsWidth: number | undefined;
@@ -232,7 +232,7 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
232
232
  resetResultsCount: () => void;
233
233
  };
234
234
  lastResult: () => number;
235
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
235
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
236
236
  recomputations: () => number;
237
237
  resetRecomputations: () => void;
238
238
  dependencyRecomputations: () => number;
@@ -240,47 +240,47 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
240
240
  } & {
241
241
  memoize: typeof import("reselect").weakMapMemoize;
242
242
  argsMemoize: typeof import("reselect").weakMapMemoize;
243
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
244
- cacheKey: import("../../models").ChartStateCacheKey;
243
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
244
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
245
245
  }) => number) & {
246
246
  clearCache: () => void;
247
247
  resultsCount: () => number;
248
248
  resetResultsCount: () => void;
249
249
  } & {
250
- resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
251
- memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
250
+ resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
251
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
252
252
  clearCache: () => void;
253
253
  resultsCount: () => number;
254
254
  resetResultsCount: () => void;
255
255
  };
256
256
  lastResult: () => number;
257
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
258
- cacheKey: import("../../models").ChartStateCacheKey;
259
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
257
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
258
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
259
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
260
260
  clearCache: () => void;
261
261
  resultsCount: () => number;
262
262
  resetResultsCount: () => void;
263
263
  } & {
264
264
  resultFunc: (resultFuncArgs_0: {
265
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
265
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
266
266
  width: number;
267
267
  height: number;
268
268
  propsWidth: number | undefined;
269
269
  propsHeight: number | undefined;
270
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
270
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
271
271
  memoizedResultFunc: ((resultFuncArgs_0: {
272
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
272
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
273
273
  width: number;
274
274
  height: number;
275
275
  propsWidth: number | undefined;
276
276
  propsHeight: number | undefined;
277
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
277
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
278
278
  clearCache: () => void;
279
279
  resultsCount: () => number;
280
280
  resetResultsCount: () => void;
281
281
  };
282
- lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
283
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
282
+ lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
283
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
284
284
  recomputations: () => number;
285
285
  resetRecomputations: () => void;
286
286
  dependencyRecomputations: () => number;
@@ -296,47 +296,47 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
296
296
  } & {
297
297
  memoize: typeof import("reselect").weakMapMemoize;
298
298
  argsMemoize: typeof import("reselect").weakMapMemoize;
299
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
300
- cacheKey: import("../../models").ChartStateCacheKey;
299
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
300
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
301
301
  }) => number) & {
302
302
  clearCache: () => void;
303
303
  resultsCount: () => number;
304
304
  resetResultsCount: () => void;
305
305
  } & {
306
- resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
307
- memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
306
+ resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
307
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
308
308
  clearCache: () => void;
309
309
  resultsCount: () => number;
310
310
  resetResultsCount: () => void;
311
311
  };
312
312
  lastResult: () => number;
313
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
314
- cacheKey: import("../../models").ChartStateCacheKey;
315
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
313
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
314
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
315
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
316
316
  clearCache: () => void;
317
317
  resultsCount: () => number;
318
318
  resetResultsCount: () => void;
319
319
  } & {
320
320
  resultFunc: (resultFuncArgs_0: {
321
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
321
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
322
322
  width: number;
323
323
  height: number;
324
324
  propsWidth: number | undefined;
325
325
  propsHeight: number | undefined;
326
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
326
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
327
327
  memoizedResultFunc: ((resultFuncArgs_0: {
328
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
328
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
329
329
  width: number;
330
330
  height: number;
331
331
  propsWidth: number | undefined;
332
332
  propsHeight: number | undefined;
333
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
333
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
334
334
  clearCache: () => void;
335
335
  resultsCount: () => number;
336
336
  resetResultsCount: () => void;
337
337
  };
338
- lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
339
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
338
+ lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
339
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
340
340
  recomputations: () => number;
341
341
  resetRecomputations: () => void;
342
342
  dependencyRecomputations: () => number;
@@ -352,47 +352,47 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
352
352
  } & {
353
353
  memoize: typeof import("reselect").weakMapMemoize;
354
354
  argsMemoize: typeof import("reselect").weakMapMemoize;
355
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
356
- cacheKey: import("../../models").ChartStateCacheKey;
355
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
356
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
357
357
  }) => number) & {
358
358
  clearCache: () => void;
359
359
  resultsCount: () => number;
360
360
  resetResultsCount: () => void;
361
361
  } & {
362
- resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
363
- memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
362
+ resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
363
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
364
364
  clearCache: () => void;
365
365
  resultsCount: () => number;
366
366
  resetResultsCount: () => void;
367
367
  };
368
368
  lastResult: () => number;
369
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
370
- cacheKey: import("../../models").ChartStateCacheKey;
371
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
369
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
370
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
371
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
372
372
  clearCache: () => void;
373
373
  resultsCount: () => number;
374
374
  resetResultsCount: () => void;
375
375
  } & {
376
376
  resultFunc: (resultFuncArgs_0: {
377
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
377
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
378
378
  width: number;
379
379
  height: number;
380
380
  propsWidth: number | undefined;
381
381
  propsHeight: number | undefined;
382
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
382
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
383
383
  memoizedResultFunc: ((resultFuncArgs_0: {
384
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
384
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
385
385
  width: number;
386
386
  height: number;
387
387
  propsWidth: number | undefined;
388
388
  propsHeight: number | undefined;
389
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
389
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
390
390
  clearCache: () => void;
391
391
  resultsCount: () => number;
392
392
  resetResultsCount: () => void;
393
393
  };
394
- lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
395
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
394
+ lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
395
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
396
396
  recomputations: () => number;
397
397
  resetRecomputations: () => void;
398
398
  dependencyRecomputations: () => number;
@@ -408,47 +408,47 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
408
408
  } & {
409
409
  memoize: typeof import("reselect").weakMapMemoize;
410
410
  argsMemoize: typeof import("reselect").weakMapMemoize;
411
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
412
- cacheKey: import("../../models").ChartStateCacheKey;
411
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
412
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
413
413
  }) => number) & {
414
414
  clearCache: () => void;
415
415
  resultsCount: () => number;
416
416
  resetResultsCount: () => void;
417
417
  } & {
418
- resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
419
- memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
418
+ resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
419
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
420
420
  clearCache: () => void;
421
421
  resultsCount: () => number;
422
422
  resetResultsCount: () => void;
423
423
  };
424
424
  lastResult: () => number;
425
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
426
- cacheKey: import("../../models").ChartStateCacheKey;
427
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
425
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
426
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
427
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
428
428
  clearCache: () => void;
429
429
  resultsCount: () => number;
430
430
  resetResultsCount: () => void;
431
431
  } & {
432
432
  resultFunc: (resultFuncArgs_0: {
433
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
433
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
434
434
  width: number;
435
435
  height: number;
436
436
  propsWidth: number | undefined;
437
437
  propsHeight: number | undefined;
438
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
438
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
439
439
  memoizedResultFunc: ((resultFuncArgs_0: {
440
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
440
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
441
441
  width: number;
442
442
  height: number;
443
443
  propsWidth: number | undefined;
444
444
  propsHeight: number | undefined;
445
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
445
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
446
446
  clearCache: () => void;
447
447
  resultsCount: () => number;
448
448
  resetResultsCount: () => void;
449
449
  };
450
- lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
451
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
450
+ lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
451
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
452
452
  recomputations: () => number;
453
453
  resetRecomputations: () => void;
454
454
  dependencyRecomputations: () => number;
@@ -464,43 +464,43 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
464
464
  } & {
465
465
  memoize: typeof import("reselect").weakMapMemoize;
466
466
  argsMemoize: typeof import("reselect").weakMapMemoize;
467
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState> & {
468
- cacheKey: import("../../models").ChartStateCacheKey;
467
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
468
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
469
469
  }) => number) & {
470
470
  clearCache: () => void;
471
471
  resultsCount: () => number;
472
472
  resetResultsCount: () => void;
473
473
  } & {
474
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number;
475
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number) & {
474
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number;
475
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number) & {
476
476
  clearCache: () => void;
477
477
  resultsCount: () => number;
478
478
  resetResultsCount: () => void;
479
479
  };
480
480
  lastResult: () => number;
481
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState> & {
482
- cacheKey: import("../../models").ChartStateCacheKey;
483
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
481
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
482
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
483
+ }) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
484
484
  clearCache: () => void;
485
485
  resultsCount: () => number;
486
486
  resetResultsCount: () => void;
487
487
  } & {
488
488
  resultFunc: (resultFuncArgs_0: {
489
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
490
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
491
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
489
+ x: import("../../../index.js").DefaultedXAxis[];
490
+ y: import("../../../index.js").DefaultedYAxis[];
491
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
492
492
  memoizedResultFunc: ((resultFuncArgs_0: {
493
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
494
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
495
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
493
+ x: import("../../../index.js").DefaultedXAxis[];
494
+ y: import("../../../index.js").DefaultedYAxis[];
495
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
496
496
  clearCache: () => void;
497
497
  resultsCount: () => number;
498
498
  resetResultsCount: () => void;
499
499
  };
500
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
501
- dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis").UseChartCartesianAxisSignature]>) => {
502
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
503
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
500
+ lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
501
+ dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis/index.js").UseChartCartesianAxisSignature]>) => {
502
+ x: import("../../../index.js").DefaultedXAxis[];
503
+ y: import("../../../index.js").DefaultedYAxis[];
504
504
  } | undefined];
505
505
  recomputations: () => number;
506
506
  resetRecomputations: () => void;
@@ -517,43 +517,43 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
517
517
  } & {
518
518
  memoize: typeof import("reselect").weakMapMemoize;
519
519
  argsMemoize: typeof import("reselect").weakMapMemoize;
520
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState> & {
521
- cacheKey: import("../../models").ChartStateCacheKey;
520
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
521
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
522
522
  }) => number) & {
523
523
  clearCache: () => void;
524
524
  resultsCount: () => number;
525
525
  resetResultsCount: () => void;
526
526
  } & {
527
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number;
528
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number) & {
527
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number;
528
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number) & {
529
529
  clearCache: () => void;
530
530
  resultsCount: () => number;
531
531
  resetResultsCount: () => void;
532
532
  };
533
533
  lastResult: () => number;
534
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState> & {
535
- cacheKey: import("../../models").ChartStateCacheKey;
536
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
534
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
535
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
536
+ }) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
537
537
  clearCache: () => void;
538
538
  resultsCount: () => number;
539
539
  resetResultsCount: () => void;
540
540
  } & {
541
541
  resultFunc: (resultFuncArgs_0: {
542
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
543
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
544
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
542
+ x: import("../../../index.js").DefaultedXAxis[];
543
+ y: import("../../../index.js").DefaultedYAxis[];
544
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
545
545
  memoizedResultFunc: ((resultFuncArgs_0: {
546
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
547
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
548
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
546
+ x: import("../../../index.js").DefaultedXAxis[];
547
+ y: import("../../../index.js").DefaultedYAxis[];
548
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
549
549
  clearCache: () => void;
550
550
  resultsCount: () => number;
551
551
  resetResultsCount: () => void;
552
552
  };
553
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
554
- dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis").UseChartCartesianAxisSignature]>) => {
555
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
556
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
553
+ lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
554
+ dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis/index.js").UseChartCartesianAxisSignature]>) => {
555
+ x: import("../../../index.js").DefaultedXAxis[];
556
+ y: import("../../../index.js").DefaultedYAxis[];
557
557
  } | undefined];
558
558
  recomputations: () => number;
559
559
  resetRecomputations: () => void;
@@ -570,43 +570,43 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
570
570
  } & {
571
571
  memoize: typeof import("reselect").weakMapMemoize;
572
572
  argsMemoize: typeof import("reselect").weakMapMemoize;
573
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState> & {
574
- cacheKey: import("../../models").ChartStateCacheKey;
573
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
574
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
575
575
  }) => number) & {
576
576
  clearCache: () => void;
577
577
  resultsCount: () => number;
578
578
  resetResultsCount: () => void;
579
579
  } & {
580
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number;
581
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number) & {
580
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number;
581
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number) & {
582
582
  clearCache: () => void;
583
583
  resultsCount: () => number;
584
584
  resetResultsCount: () => void;
585
585
  };
586
586
  lastResult: () => number;
587
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState> & {
588
- cacheKey: import("../../models").ChartStateCacheKey;
589
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
587
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
588
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
589
+ }) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
590
590
  clearCache: () => void;
591
591
  resultsCount: () => number;
592
592
  resetResultsCount: () => void;
593
593
  } & {
594
594
  resultFunc: (resultFuncArgs_0: {
595
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
596
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
597
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
595
+ x: import("../../../index.js").DefaultedXAxis[];
596
+ y: import("../../../index.js").DefaultedYAxis[];
597
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
598
598
  memoizedResultFunc: ((resultFuncArgs_0: {
599
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
600
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
601
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
599
+ x: import("../../../index.js").DefaultedXAxis[];
600
+ y: import("../../../index.js").DefaultedYAxis[];
601
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
602
602
  clearCache: () => void;
603
603
  resultsCount: () => number;
604
604
  resetResultsCount: () => void;
605
605
  };
606
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
607
- dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis").UseChartCartesianAxisSignature]>) => {
608
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
609
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
606
+ lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
607
+ dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis/index.js").UseChartCartesianAxisSignature]>) => {
608
+ x: import("../../../index.js").DefaultedXAxis[];
609
+ y: import("../../../index.js").DefaultedYAxis[];
610
610
  } | undefined];
611
611
  recomputations: () => number;
612
612
  resetRecomputations: () => void;
@@ -623,43 +623,43 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
623
623
  } & {
624
624
  memoize: typeof import("reselect").weakMapMemoize;
625
625
  argsMemoize: typeof import("reselect").weakMapMemoize;
626
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState> & {
627
- cacheKey: import("../../models").ChartStateCacheKey;
626
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
627
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
628
628
  }) => number) & {
629
629
  clearCache: () => void;
630
630
  resultsCount: () => number;
631
631
  resetResultsCount: () => void;
632
632
  } & {
633
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number;
634
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number) & {
633
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number;
634
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number) & {
635
635
  clearCache: () => void;
636
636
  resultsCount: () => number;
637
637
  resetResultsCount: () => void;
638
638
  };
639
639
  lastResult: () => number;
640
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState> & {
641
- cacheKey: import("../../models").ChartStateCacheKey;
642
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
640
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
641
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
642
+ }) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
643
643
  clearCache: () => void;
644
644
  resultsCount: () => number;
645
645
  resetResultsCount: () => void;
646
646
  } & {
647
647
  resultFunc: (resultFuncArgs_0: {
648
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
649
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
650
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
648
+ x: import("../../../index.js").DefaultedXAxis[];
649
+ y: import("../../../index.js").DefaultedYAxis[];
650
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
651
651
  memoizedResultFunc: ((resultFuncArgs_0: {
652
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
653
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
654
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
652
+ x: import("../../../index.js").DefaultedXAxis[];
653
+ y: import("../../../index.js").DefaultedYAxis[];
654
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
655
655
  clearCache: () => void;
656
656
  resultsCount: () => number;
657
657
  resetResultsCount: () => void;
658
658
  };
659
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
660
- dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis").UseChartCartesianAxisSignature]>) => {
661
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
662
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
659
+ lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
660
+ dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis/index.js").UseChartCartesianAxisSignature]>) => {
661
+ x: import("../../../index.js").DefaultedXAxis[];
662
+ y: import("../../../index.js").DefaultedYAxis[];
663
663
  } | undefined];
664
664
  recomputations: () => number;
665
665
  resetRecomputations: () => void;
@@ -684,27 +684,27 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
684
684
  } & {
685
685
  memoize: typeof import("reselect").weakMapMemoize;
686
686
  argsMemoize: typeof import("reselect").weakMapMemoize;
687
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
688
- cacheKey: import("../../models").ChartStateCacheKey;
689
- }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
687
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
688
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
689
+ }) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) & {
690
690
  clearCache: () => void;
691
691
  resultsCount: () => number;
692
692
  resetResultsCount: () => void;
693
693
  } & {
694
694
  resultFunc: (resultFuncArgs_0: {
695
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
696
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
697
- }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
695
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
696
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
697
+ }) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
698
698
  memoizedResultFunc: ((resultFuncArgs_0: {
699
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
700
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
701
- }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
699
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
700
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
701
+ }) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) & {
702
702
  clearCache: () => void;
703
703
  resultsCount: () => number;
704
704
  resetResultsCount: () => void;
705
705
  };
706
- lastResult: () => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
707
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
706
+ lastResult: () => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
707
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartSeriesSignature>];
708
708
  recomputations: () => number;
709
709
  resetRecomputations: () => void;
710
710
  dependencyRecomputations: () => number;
@@ -712,27 +712,27 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
712
712
  } & {
713
713
  memoize: typeof import("reselect").weakMapMemoize;
714
714
  argsMemoize: typeof import("reselect").weakMapMemoize;
715
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
716
- cacheKey: import("../../models").ChartStateCacheKey;
717
- }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
715
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
716
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
717
+ }) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) & {
718
718
  clearCache: () => void;
719
719
  resultsCount: () => number;
720
720
  resetResultsCount: () => void;
721
721
  } & {
722
722
  resultFunc: (resultFuncArgs_0: {
723
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
724
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
725
- }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
723
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
724
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
725
+ }) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
726
726
  memoizedResultFunc: ((resultFuncArgs_0: {
727
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
728
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
729
- }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
727
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
728
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
729
+ }) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) & {
730
730
  clearCache: () => void;
731
731
  resultsCount: () => number;
732
732
  resetResultsCount: () => void;
733
733
  };
734
- lastResult: () => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
735
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
734
+ lastResult: () => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
735
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartSeriesSignature>];
736
736
  recomputations: () => number;
737
737
  resetRecomputations: () => void;
738
738
  dependencyRecomputations: () => number;
@@ -749,57 +749,57 @@ export declare const selectorChartRotationAxis: ((state: import("../../corePlugi
749
749
  memoize: typeof import("reselect").weakMapMemoize;
750
750
  argsMemoize: typeof import("reselect").weakMapMemoize;
751
751
  };
752
- export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("./useChartPolarAxis.types").UseChartPolarAxisState> & {
753
- cacheKey: import("../../models").ChartStateCacheKey;
754
- } & Partial<{}> & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState>) => import("./computeAxisValue").ComputeResult<import("../../..").ChartsRadiusAxisProps>) & {
752
+ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("./useChartPolarAxis.types.js").UseChartPolarAxisState> & {
753
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
754
+ } & Partial<{}> & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState>) => import("./computeAxisValue.js").ComputeResult<import("../../../index.js").ChartsRadiusAxisProps>) & {
755
755
  clearCache: () => void;
756
756
  resultsCount: () => number;
757
757
  resetResultsCount: () => void;
758
758
  } & {
759
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<"linear", any, import("../../..").ChartsRadiusAxisProps>[] | undefined, resultFuncArgs_1: {
759
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[] | undefined, resultFuncArgs_1: {
760
760
  width: number;
761
761
  left: number;
762
762
  right: number;
763
763
  height: number;
764
764
  top: number;
765
765
  bottom: number;
766
- }, resultFuncArgs_2: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) => import("./computeAxisValue").ComputeResult<import("../../..").ChartsRadiusAxisProps>;
767
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<"linear", any, import("../../..").ChartsRadiusAxisProps>[] | undefined, resultFuncArgs_1: {
766
+ }, resultFuncArgs_2: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) => import("./computeAxisValue.js").ComputeResult<import("../../../index.js").ChartsRadiusAxisProps>;
767
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[] | undefined, resultFuncArgs_1: {
768
768
  width: number;
769
769
  left: number;
770
770
  right: number;
771
771
  height: number;
772
772
  top: number;
773
773
  bottom: number;
774
- }, resultFuncArgs_2: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) => import("./computeAxisValue").ComputeResult<import("../../..").ChartsRadiusAxisProps>) & {
774
+ }, resultFuncArgs_2: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) => import("./computeAxisValue.js").ComputeResult<import("../../../index.js").ChartsRadiusAxisProps>) & {
775
775
  clearCache: () => void;
776
776
  resultsCount: () => number;
777
777
  resetResultsCount: () => void;
778
778
  };
779
- lastResult: () => import("./computeAxisValue").ComputeResult<import("../../..").ChartsRadiusAxisProps>;
780
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("./useChartPolarAxis.types").UseChartPolarAxisState> & {
781
- cacheKey: import("../../models").ChartStateCacheKey;
782
- }) => import("../../..").AxisConfig<"linear", any, import("../../..").ChartsRadiusAxisProps>[] | undefined) & {
779
+ lastResult: () => import("./computeAxisValue.js").ComputeResult<import("../../../index.js").ChartsRadiusAxisProps>;
780
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("./useChartPolarAxis.types.js").UseChartPolarAxisState> & {
781
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
782
+ }) => import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[] | undefined) & {
783
783
  clearCache: () => void;
784
784
  resultsCount: () => number;
785
785
  resetResultsCount: () => void;
786
786
  } & {
787
787
  resultFunc: (resultFuncArgs_0: {
788
- rotation: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsRotationAxisProps>[];
789
- radius: import("../../..").AxisConfig<"linear", any, import("../../..").ChartsRadiusAxisProps>[];
790
- } | undefined) => import("../../..").AxisConfig<"linear", any, import("../../..").ChartsRadiusAxisProps>[] | undefined;
788
+ rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
789
+ radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
790
+ } | undefined) => import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[] | undefined;
791
791
  memoizedResultFunc: ((resultFuncArgs_0: {
792
- rotation: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsRotationAxisProps>[];
793
- radius: import("../../..").AxisConfig<"linear", any, import("../../..").ChartsRadiusAxisProps>[];
794
- } | undefined) => import("../../..").AxisConfig<"linear", any, import("../../..").ChartsRadiusAxisProps>[] | undefined) & {
792
+ rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
793
+ radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
794
+ } | undefined) => import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[] | undefined) & {
795
795
  clearCache: () => void;
796
796
  resultsCount: () => number;
797
797
  resetResultsCount: () => void;
798
798
  };
799
- lastResult: () => import("../../..").AxisConfig<"linear", any, import("../../..").ChartsRadiusAxisProps>[] | undefined;
799
+ lastResult: () => import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[] | undefined;
800
800
  dependencies: [(state: ChartState<[], [UseChartPolarAxisSignature]>) => {
801
- rotation: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsRotationAxisProps>[];
802
- radius: import("../../..").AxisConfig<"linear", any, import("../../..").ChartsRadiusAxisProps>[];
801
+ rotation: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsRotationAxisProps>[];
802
+ radius: import("../../../index.js").AxisConfig<"linear", any, import("../../../index.js").ChartsRadiusAxisProps>[];
803
803
  } | undefined];
804
804
  recomputations: () => number;
805
805
  resetRecomputations: () => void;
@@ -808,9 +808,9 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
808
808
  } & {
809
809
  memoize: typeof import("reselect").weakMapMemoize;
810
810
  argsMemoize: typeof import("reselect").weakMapMemoize;
811
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
812
- cacheKey: import("../../models").ChartStateCacheKey;
813
- } & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState>) => {
811
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
812
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
813
+ } & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState>) => {
814
814
  width: number;
815
815
  left: number;
816
816
  right: number;
@@ -850,22 +850,22 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
850
850
  top: number;
851
851
  bottom: number;
852
852
  };
853
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
854
- cacheKey: import("../../models").ChartStateCacheKey;
853
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
854
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
855
855
  }) => number) & {
856
856
  clearCache: () => void;
857
857
  resultsCount: () => number;
858
858
  resetResultsCount: () => void;
859
859
  } & {
860
860
  resultFunc: (resultFuncArgs_0: {
861
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
861
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
862
862
  width: number;
863
863
  height: number;
864
864
  propsWidth: number | undefined;
865
865
  propsHeight: number | undefined;
866
866
  }) => number;
867
867
  memoizedResultFunc: ((resultFuncArgs_0: {
868
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
868
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
869
869
  width: number;
870
870
  height: number;
871
871
  propsWidth: number | undefined;
@@ -876,7 +876,7 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
876
876
  resetResultsCount: () => void;
877
877
  };
878
878
  lastResult: () => number;
879
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
879
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
880
880
  recomputations: () => number;
881
881
  resetRecomputations: () => void;
882
882
  dependencyRecomputations: () => number;
@@ -884,22 +884,22 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
884
884
  } & {
885
885
  memoize: typeof import("reselect").weakMapMemoize;
886
886
  argsMemoize: typeof import("reselect").weakMapMemoize;
887
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
888
- cacheKey: import("../../models").ChartStateCacheKey;
887
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
888
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
889
889
  }) => number) & {
890
890
  clearCache: () => void;
891
891
  resultsCount: () => number;
892
892
  resetResultsCount: () => void;
893
893
  } & {
894
894
  resultFunc: (resultFuncArgs_0: {
895
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
895
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
896
896
  width: number;
897
897
  height: number;
898
898
  propsWidth: number | undefined;
899
899
  propsHeight: number | undefined;
900
900
  }) => number;
901
901
  memoizedResultFunc: ((resultFuncArgs_0: {
902
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
902
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
903
903
  width: number;
904
904
  height: number;
905
905
  propsWidth: number | undefined;
@@ -910,7 +910,7 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
910
910
  resetResultsCount: () => void;
911
911
  };
912
912
  lastResult: () => number;
913
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
913
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
914
914
  recomputations: () => number;
915
915
  resetRecomputations: () => void;
916
916
  dependencyRecomputations: () => number;
@@ -918,47 +918,47 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
918
918
  } & {
919
919
  memoize: typeof import("reselect").weakMapMemoize;
920
920
  argsMemoize: typeof import("reselect").weakMapMemoize;
921
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
922
- cacheKey: import("../../models").ChartStateCacheKey;
921
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
922
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
923
923
  }) => number) & {
924
924
  clearCache: () => void;
925
925
  resultsCount: () => number;
926
926
  resetResultsCount: () => void;
927
927
  } & {
928
- resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
929
- memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
928
+ resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
929
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
930
930
  clearCache: () => void;
931
931
  resultsCount: () => number;
932
932
  resetResultsCount: () => void;
933
933
  };
934
934
  lastResult: () => number;
935
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
936
- cacheKey: import("../../models").ChartStateCacheKey;
937
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
935
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
936
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
937
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
938
938
  clearCache: () => void;
939
939
  resultsCount: () => number;
940
940
  resetResultsCount: () => void;
941
941
  } & {
942
942
  resultFunc: (resultFuncArgs_0: {
943
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
943
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
944
944
  width: number;
945
945
  height: number;
946
946
  propsWidth: number | undefined;
947
947
  propsHeight: number | undefined;
948
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
948
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
949
949
  memoizedResultFunc: ((resultFuncArgs_0: {
950
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
950
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
951
951
  width: number;
952
952
  height: number;
953
953
  propsWidth: number | undefined;
954
954
  propsHeight: number | undefined;
955
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
955
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
956
956
  clearCache: () => void;
957
957
  resultsCount: () => number;
958
958
  resetResultsCount: () => void;
959
959
  };
960
- lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
961
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
960
+ lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
961
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
962
962
  recomputations: () => number;
963
963
  resetRecomputations: () => void;
964
964
  dependencyRecomputations: () => number;
@@ -974,47 +974,47 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
974
974
  } & {
975
975
  memoize: typeof import("reselect").weakMapMemoize;
976
976
  argsMemoize: typeof import("reselect").weakMapMemoize;
977
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
978
- cacheKey: import("../../models").ChartStateCacheKey;
977
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
978
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
979
979
  }) => number) & {
980
980
  clearCache: () => void;
981
981
  resultsCount: () => number;
982
982
  resetResultsCount: () => void;
983
983
  } & {
984
- resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
985
- memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
984
+ resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
985
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
986
986
  clearCache: () => void;
987
987
  resultsCount: () => number;
988
988
  resetResultsCount: () => void;
989
989
  };
990
990
  lastResult: () => number;
991
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
992
- cacheKey: import("../../models").ChartStateCacheKey;
993
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
991
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
992
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
993
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
994
994
  clearCache: () => void;
995
995
  resultsCount: () => number;
996
996
  resetResultsCount: () => void;
997
997
  } & {
998
998
  resultFunc: (resultFuncArgs_0: {
999
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
999
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1000
1000
  width: number;
1001
1001
  height: number;
1002
1002
  propsWidth: number | undefined;
1003
1003
  propsHeight: number | undefined;
1004
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1004
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1005
1005
  memoizedResultFunc: ((resultFuncArgs_0: {
1006
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1006
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1007
1007
  width: number;
1008
1008
  height: number;
1009
1009
  propsWidth: number | undefined;
1010
1010
  propsHeight: number | undefined;
1011
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
1011
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
1012
1012
  clearCache: () => void;
1013
1013
  resultsCount: () => number;
1014
1014
  resetResultsCount: () => void;
1015
1015
  };
1016
- lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1017
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
1016
+ lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1017
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
1018
1018
  recomputations: () => number;
1019
1019
  resetRecomputations: () => void;
1020
1020
  dependencyRecomputations: () => number;
@@ -1030,47 +1030,47 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
1030
1030
  } & {
1031
1031
  memoize: typeof import("reselect").weakMapMemoize;
1032
1032
  argsMemoize: typeof import("reselect").weakMapMemoize;
1033
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
1034
- cacheKey: import("../../models").ChartStateCacheKey;
1033
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
1034
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1035
1035
  }) => number) & {
1036
1036
  clearCache: () => void;
1037
1037
  resultsCount: () => number;
1038
1038
  resetResultsCount: () => void;
1039
1039
  } & {
1040
- resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
1041
- memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
1040
+ resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
1041
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
1042
1042
  clearCache: () => void;
1043
1043
  resultsCount: () => number;
1044
1044
  resetResultsCount: () => void;
1045
1045
  };
1046
1046
  lastResult: () => number;
1047
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
1048
- cacheKey: import("../../models").ChartStateCacheKey;
1049
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
1047
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
1048
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1049
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
1050
1050
  clearCache: () => void;
1051
1051
  resultsCount: () => number;
1052
1052
  resetResultsCount: () => void;
1053
1053
  } & {
1054
1054
  resultFunc: (resultFuncArgs_0: {
1055
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1055
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1056
1056
  width: number;
1057
1057
  height: number;
1058
1058
  propsWidth: number | undefined;
1059
1059
  propsHeight: number | undefined;
1060
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1060
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1061
1061
  memoizedResultFunc: ((resultFuncArgs_0: {
1062
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1062
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1063
1063
  width: number;
1064
1064
  height: number;
1065
1065
  propsWidth: number | undefined;
1066
1066
  propsHeight: number | undefined;
1067
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
1067
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
1068
1068
  clearCache: () => void;
1069
1069
  resultsCount: () => number;
1070
1070
  resetResultsCount: () => void;
1071
1071
  };
1072
- lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1073
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
1072
+ lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1073
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
1074
1074
  recomputations: () => number;
1075
1075
  resetRecomputations: () => void;
1076
1076
  dependencyRecomputations: () => number;
@@ -1086,47 +1086,47 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
1086
1086
  } & {
1087
1087
  memoize: typeof import("reselect").weakMapMemoize;
1088
1088
  argsMemoize: typeof import("reselect").weakMapMemoize;
1089
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
1090
- cacheKey: import("../../models").ChartStateCacheKey;
1089
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
1090
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1091
1091
  }) => number) & {
1092
1092
  clearCache: () => void;
1093
1093
  resultsCount: () => number;
1094
1094
  resetResultsCount: () => void;
1095
1095
  } & {
1096
- resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
1097
- memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
1096
+ resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
1097
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
1098
1098
  clearCache: () => void;
1099
1099
  resultsCount: () => number;
1100
1100
  resetResultsCount: () => void;
1101
1101
  };
1102
1102
  lastResult: () => number;
1103
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
1104
- cacheKey: import("../../models").ChartStateCacheKey;
1105
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
1103
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
1104
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1105
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
1106
1106
  clearCache: () => void;
1107
1107
  resultsCount: () => number;
1108
1108
  resetResultsCount: () => void;
1109
1109
  } & {
1110
1110
  resultFunc: (resultFuncArgs_0: {
1111
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1111
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1112
1112
  width: number;
1113
1113
  height: number;
1114
1114
  propsWidth: number | undefined;
1115
1115
  propsHeight: number | undefined;
1116
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1116
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1117
1117
  memoizedResultFunc: ((resultFuncArgs_0: {
1118
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1118
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1119
1119
  width: number;
1120
1120
  height: number;
1121
1121
  propsWidth: number | undefined;
1122
1122
  propsHeight: number | undefined;
1123
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
1123
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
1124
1124
  clearCache: () => void;
1125
1125
  resultsCount: () => number;
1126
1126
  resetResultsCount: () => void;
1127
1127
  };
1128
- lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1129
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
1128
+ lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1129
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
1130
1130
  recomputations: () => number;
1131
1131
  resetRecomputations: () => void;
1132
1132
  dependencyRecomputations: () => number;
@@ -1142,43 +1142,43 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
1142
1142
  } & {
1143
1143
  memoize: typeof import("reselect").weakMapMemoize;
1144
1144
  argsMemoize: typeof import("reselect").weakMapMemoize;
1145
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState> & {
1146
- cacheKey: import("../../models").ChartStateCacheKey;
1145
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
1146
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1147
1147
  }) => number) & {
1148
1148
  clearCache: () => void;
1149
1149
  resultsCount: () => number;
1150
1150
  resetResultsCount: () => void;
1151
1151
  } & {
1152
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number;
1153
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number) & {
1152
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number;
1153
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number) & {
1154
1154
  clearCache: () => void;
1155
1155
  resultsCount: () => number;
1156
1156
  resetResultsCount: () => void;
1157
1157
  };
1158
1158
  lastResult: () => number;
1159
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState> & {
1160
- cacheKey: import("../../models").ChartStateCacheKey;
1161
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
1159
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
1160
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1161
+ }) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
1162
1162
  clearCache: () => void;
1163
1163
  resultsCount: () => number;
1164
1164
  resetResultsCount: () => void;
1165
1165
  } & {
1166
1166
  resultFunc: (resultFuncArgs_0: {
1167
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1168
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1169
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
1167
+ x: import("../../../index.js").DefaultedXAxis[];
1168
+ y: import("../../../index.js").DefaultedYAxis[];
1169
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
1170
1170
  memoizedResultFunc: ((resultFuncArgs_0: {
1171
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1172
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1173
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
1171
+ x: import("../../../index.js").DefaultedXAxis[];
1172
+ y: import("../../../index.js").DefaultedYAxis[];
1173
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
1174
1174
  clearCache: () => void;
1175
1175
  resultsCount: () => number;
1176
1176
  resetResultsCount: () => void;
1177
1177
  };
1178
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
1179
- dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis").UseChartCartesianAxisSignature]>) => {
1180
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1181
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1178
+ lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
1179
+ dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis/index.js").UseChartCartesianAxisSignature]>) => {
1180
+ x: import("../../../index.js").DefaultedXAxis[];
1181
+ y: import("../../../index.js").DefaultedYAxis[];
1182
1182
  } | undefined];
1183
1183
  recomputations: () => number;
1184
1184
  resetRecomputations: () => void;
@@ -1195,43 +1195,43 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
1195
1195
  } & {
1196
1196
  memoize: typeof import("reselect").weakMapMemoize;
1197
1197
  argsMemoize: typeof import("reselect").weakMapMemoize;
1198
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState> & {
1199
- cacheKey: import("../../models").ChartStateCacheKey;
1198
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
1199
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1200
1200
  }) => number) & {
1201
1201
  clearCache: () => void;
1202
1202
  resultsCount: () => number;
1203
1203
  resetResultsCount: () => void;
1204
1204
  } & {
1205
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number;
1206
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number) & {
1205
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number;
1206
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number) & {
1207
1207
  clearCache: () => void;
1208
1208
  resultsCount: () => number;
1209
1209
  resetResultsCount: () => void;
1210
1210
  };
1211
1211
  lastResult: () => number;
1212
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState> & {
1213
- cacheKey: import("../../models").ChartStateCacheKey;
1214
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
1212
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
1213
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1214
+ }) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
1215
1215
  clearCache: () => void;
1216
1216
  resultsCount: () => number;
1217
1217
  resetResultsCount: () => void;
1218
1218
  } & {
1219
1219
  resultFunc: (resultFuncArgs_0: {
1220
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1221
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1222
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
1220
+ x: import("../../../index.js").DefaultedXAxis[];
1221
+ y: import("../../../index.js").DefaultedYAxis[];
1222
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
1223
1223
  memoizedResultFunc: ((resultFuncArgs_0: {
1224
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1225
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1226
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
1224
+ x: import("../../../index.js").DefaultedXAxis[];
1225
+ y: import("../../../index.js").DefaultedYAxis[];
1226
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
1227
1227
  clearCache: () => void;
1228
1228
  resultsCount: () => number;
1229
1229
  resetResultsCount: () => void;
1230
1230
  };
1231
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
1232
- dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis").UseChartCartesianAxisSignature]>) => {
1233
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1234
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1231
+ lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
1232
+ dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis/index.js").UseChartCartesianAxisSignature]>) => {
1233
+ x: import("../../../index.js").DefaultedXAxis[];
1234
+ y: import("../../../index.js").DefaultedYAxis[];
1235
1235
  } | undefined];
1236
1236
  recomputations: () => number;
1237
1237
  resetRecomputations: () => void;
@@ -1248,43 +1248,43 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
1248
1248
  } & {
1249
1249
  memoize: typeof import("reselect").weakMapMemoize;
1250
1250
  argsMemoize: typeof import("reselect").weakMapMemoize;
1251
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState> & {
1252
- cacheKey: import("../../models").ChartStateCacheKey;
1251
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
1252
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1253
1253
  }) => number) & {
1254
1254
  clearCache: () => void;
1255
1255
  resultsCount: () => number;
1256
1256
  resetResultsCount: () => void;
1257
1257
  } & {
1258
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number;
1259
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number) & {
1258
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number;
1259
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number) & {
1260
1260
  clearCache: () => void;
1261
1261
  resultsCount: () => number;
1262
1262
  resetResultsCount: () => void;
1263
1263
  };
1264
1264
  lastResult: () => number;
1265
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState> & {
1266
- cacheKey: import("../../models").ChartStateCacheKey;
1267
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
1265
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
1266
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1267
+ }) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
1268
1268
  clearCache: () => void;
1269
1269
  resultsCount: () => number;
1270
1270
  resetResultsCount: () => void;
1271
1271
  } & {
1272
1272
  resultFunc: (resultFuncArgs_0: {
1273
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1274
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1275
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
1273
+ x: import("../../../index.js").DefaultedXAxis[];
1274
+ y: import("../../../index.js").DefaultedYAxis[];
1275
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
1276
1276
  memoizedResultFunc: ((resultFuncArgs_0: {
1277
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1278
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1279
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
1277
+ x: import("../../../index.js").DefaultedXAxis[];
1278
+ y: import("../../../index.js").DefaultedYAxis[];
1279
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
1280
1280
  clearCache: () => void;
1281
1281
  resultsCount: () => number;
1282
1282
  resetResultsCount: () => void;
1283
1283
  };
1284
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
1285
- dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis").UseChartCartesianAxisSignature]>) => {
1286
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1287
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1284
+ lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
1285
+ dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis/index.js").UseChartCartesianAxisSignature]>) => {
1286
+ x: import("../../../index.js").DefaultedXAxis[];
1287
+ y: import("../../../index.js").DefaultedYAxis[];
1288
1288
  } | undefined];
1289
1289
  recomputations: () => number;
1290
1290
  resetRecomputations: () => void;
@@ -1301,43 +1301,43 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
1301
1301
  } & {
1302
1302
  memoize: typeof import("reselect").weakMapMemoize;
1303
1303
  argsMemoize: typeof import("reselect").weakMapMemoize;
1304
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState> & {
1305
- cacheKey: import("../../models").ChartStateCacheKey;
1304
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
1305
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1306
1306
  }) => number) & {
1307
1307
  clearCache: () => void;
1308
1308
  resultsCount: () => number;
1309
1309
  resetResultsCount: () => void;
1310
1310
  } & {
1311
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number;
1312
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number) & {
1311
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number;
1312
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number) & {
1313
1313
  clearCache: () => void;
1314
1314
  resultsCount: () => number;
1315
1315
  resetResultsCount: () => void;
1316
1316
  };
1317
1317
  lastResult: () => number;
1318
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState> & {
1319
- cacheKey: import("../../models").ChartStateCacheKey;
1320
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
1318
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
1319
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1320
+ }) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
1321
1321
  clearCache: () => void;
1322
1322
  resultsCount: () => number;
1323
1323
  resetResultsCount: () => void;
1324
1324
  } & {
1325
1325
  resultFunc: (resultFuncArgs_0: {
1326
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1327
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1328
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
1326
+ x: import("../../../index.js").DefaultedXAxis[];
1327
+ y: import("../../../index.js").DefaultedYAxis[];
1328
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
1329
1329
  memoizedResultFunc: ((resultFuncArgs_0: {
1330
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1331
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1332
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
1330
+ x: import("../../../index.js").DefaultedXAxis[];
1331
+ y: import("../../../index.js").DefaultedYAxis[];
1332
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
1333
1333
  clearCache: () => void;
1334
1334
  resultsCount: () => number;
1335
1335
  resetResultsCount: () => void;
1336
1336
  };
1337
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
1338
- dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis").UseChartCartesianAxisSignature]>) => {
1339
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1340
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1337
+ lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
1338
+ dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis/index.js").UseChartCartesianAxisSignature]>) => {
1339
+ x: import("../../../index.js").DefaultedXAxis[];
1340
+ y: import("../../../index.js").DefaultedYAxis[];
1341
1341
  } | undefined];
1342
1342
  recomputations: () => number;
1343
1343
  resetRecomputations: () => void;
@@ -1362,27 +1362,27 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
1362
1362
  } & {
1363
1363
  memoize: typeof import("reselect").weakMapMemoize;
1364
1364
  argsMemoize: typeof import("reselect").weakMapMemoize;
1365
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
1366
- cacheKey: import("../../models").ChartStateCacheKey;
1367
- }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
1365
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
1366
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1367
+ }) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) & {
1368
1368
  clearCache: () => void;
1369
1369
  resultsCount: () => number;
1370
1370
  resetResultsCount: () => void;
1371
1371
  } & {
1372
1372
  resultFunc: (resultFuncArgs_0: {
1373
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1374
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1375
- }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1373
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
1374
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
1375
+ }) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
1376
1376
  memoizedResultFunc: ((resultFuncArgs_0: {
1377
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1378
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1379
- }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
1377
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
1378
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
1379
+ }) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) & {
1380
1380
  clearCache: () => void;
1381
1381
  resultsCount: () => number;
1382
1382
  resetResultsCount: () => void;
1383
1383
  };
1384
- lastResult: () => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1385
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
1384
+ lastResult: () => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
1385
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartSeriesSignature>];
1386
1386
  recomputations: () => number;
1387
1387
  resetRecomputations: () => void;
1388
1388
  dependencyRecomputations: () => number;
@@ -1390,27 +1390,27 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
1390
1390
  } & {
1391
1391
  memoize: typeof import("reselect").weakMapMemoize;
1392
1392
  argsMemoize: typeof import("reselect").weakMapMemoize;
1393
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
1394
- cacheKey: import("../../models").ChartStateCacheKey;
1395
- }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
1393
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
1394
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1395
+ }) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) & {
1396
1396
  clearCache: () => void;
1397
1397
  resultsCount: () => number;
1398
1398
  resetResultsCount: () => void;
1399
1399
  } & {
1400
1400
  resultFunc: (resultFuncArgs_0: {
1401
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1402
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1403
- }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1401
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
1402
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
1403
+ }) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
1404
1404
  memoizedResultFunc: ((resultFuncArgs_0: {
1405
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1406
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1407
- }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
1405
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
1406
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
1407
+ }) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) & {
1408
1408
  clearCache: () => void;
1409
1409
  resultsCount: () => number;
1410
1410
  resetResultsCount: () => void;
1411
1411
  };
1412
- lastResult: () => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1413
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
1412
+ lastResult: () => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
1413
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartSeriesSignature>];
1414
1414
  recomputations: () => number;
1415
1415
  resetRecomputations: () => void;
1416
1416
  dependencyRecomputations: () => number;
@@ -1427,9 +1427,9 @@ export declare const selectorChartRadiusAxis: ((state: import("../../corePlugins
1427
1427
  memoize: typeof import("reselect").weakMapMemoize;
1428
1428
  argsMemoize: typeof import("reselect").weakMapMemoize;
1429
1429
  };
1430
- export declare const selectorChartPolarCenter: ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
1431
- cacheKey: import("../../models").ChartStateCacheKey;
1432
- } & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState>) => {
1430
+ export declare const selectorChartPolarCenter: ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
1431
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1432
+ } & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState>) => {
1433
1433
  cx: number;
1434
1434
  cy: number;
1435
1435
  }) & {
@@ -1467,9 +1467,9 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
1467
1467
  cx: number;
1468
1468
  cy: number;
1469
1469
  };
1470
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
1471
- cacheKey: import("../../models").ChartStateCacheKey;
1472
- } & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState>) => {
1470
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
1471
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1472
+ } & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState>) => {
1473
1473
  width: number;
1474
1474
  left: number;
1475
1475
  right: number;
@@ -1509,22 +1509,22 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
1509
1509
  top: number;
1510
1510
  bottom: number;
1511
1511
  };
1512
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
1513
- cacheKey: import("../../models").ChartStateCacheKey;
1512
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
1513
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1514
1514
  }) => number) & {
1515
1515
  clearCache: () => void;
1516
1516
  resultsCount: () => number;
1517
1517
  resetResultsCount: () => void;
1518
1518
  } & {
1519
1519
  resultFunc: (resultFuncArgs_0: {
1520
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1520
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1521
1521
  width: number;
1522
1522
  height: number;
1523
1523
  propsWidth: number | undefined;
1524
1524
  propsHeight: number | undefined;
1525
1525
  }) => number;
1526
1526
  memoizedResultFunc: ((resultFuncArgs_0: {
1527
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1527
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1528
1528
  width: number;
1529
1529
  height: number;
1530
1530
  propsWidth: number | undefined;
@@ -1535,7 +1535,7 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
1535
1535
  resetResultsCount: () => void;
1536
1536
  };
1537
1537
  lastResult: () => number;
1538
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
1538
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
1539
1539
  recomputations: () => number;
1540
1540
  resetRecomputations: () => void;
1541
1541
  dependencyRecomputations: () => number;
@@ -1543,22 +1543,22 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
1543
1543
  } & {
1544
1544
  memoize: typeof import("reselect").weakMapMemoize;
1545
1545
  argsMemoize: typeof import("reselect").weakMapMemoize;
1546
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
1547
- cacheKey: import("../../models").ChartStateCacheKey;
1546
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
1547
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1548
1548
  }) => number) & {
1549
1549
  clearCache: () => void;
1550
1550
  resultsCount: () => number;
1551
1551
  resetResultsCount: () => void;
1552
1552
  } & {
1553
1553
  resultFunc: (resultFuncArgs_0: {
1554
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1554
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1555
1555
  width: number;
1556
1556
  height: number;
1557
1557
  propsWidth: number | undefined;
1558
1558
  propsHeight: number | undefined;
1559
1559
  }) => number;
1560
1560
  memoizedResultFunc: ((resultFuncArgs_0: {
1561
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1561
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1562
1562
  width: number;
1563
1563
  height: number;
1564
1564
  propsWidth: number | undefined;
@@ -1569,7 +1569,7 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
1569
1569
  resetResultsCount: () => void;
1570
1570
  };
1571
1571
  lastResult: () => number;
1572
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
1572
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
1573
1573
  recomputations: () => number;
1574
1574
  resetRecomputations: () => void;
1575
1575
  dependencyRecomputations: () => number;
@@ -1577,47 +1577,47 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
1577
1577
  } & {
1578
1578
  memoize: typeof import("reselect").weakMapMemoize;
1579
1579
  argsMemoize: typeof import("reselect").weakMapMemoize;
1580
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
1581
- cacheKey: import("../../models").ChartStateCacheKey;
1580
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
1581
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1582
1582
  }) => number) & {
1583
1583
  clearCache: () => void;
1584
1584
  resultsCount: () => number;
1585
1585
  resetResultsCount: () => void;
1586
1586
  } & {
1587
- resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
1588
- memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
1587
+ resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
1588
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
1589
1589
  clearCache: () => void;
1590
1590
  resultsCount: () => number;
1591
1591
  resetResultsCount: () => void;
1592
1592
  };
1593
1593
  lastResult: () => number;
1594
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
1595
- cacheKey: import("../../models").ChartStateCacheKey;
1596
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
1594
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
1595
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1596
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
1597
1597
  clearCache: () => void;
1598
1598
  resultsCount: () => number;
1599
1599
  resetResultsCount: () => void;
1600
1600
  } & {
1601
1601
  resultFunc: (resultFuncArgs_0: {
1602
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1602
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1603
1603
  width: number;
1604
1604
  height: number;
1605
1605
  propsWidth: number | undefined;
1606
1606
  propsHeight: number | undefined;
1607
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1607
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1608
1608
  memoizedResultFunc: ((resultFuncArgs_0: {
1609
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1609
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1610
1610
  width: number;
1611
1611
  height: number;
1612
1612
  propsWidth: number | undefined;
1613
1613
  propsHeight: number | undefined;
1614
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
1614
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
1615
1615
  clearCache: () => void;
1616
1616
  resultsCount: () => number;
1617
1617
  resetResultsCount: () => void;
1618
1618
  };
1619
- lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1620
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
1619
+ lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1620
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
1621
1621
  recomputations: () => number;
1622
1622
  resetRecomputations: () => void;
1623
1623
  dependencyRecomputations: () => number;
@@ -1633,47 +1633,47 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
1633
1633
  } & {
1634
1634
  memoize: typeof import("reselect").weakMapMemoize;
1635
1635
  argsMemoize: typeof import("reselect").weakMapMemoize;
1636
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
1637
- cacheKey: import("../../models").ChartStateCacheKey;
1636
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
1637
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1638
1638
  }) => number) & {
1639
1639
  clearCache: () => void;
1640
1640
  resultsCount: () => number;
1641
1641
  resetResultsCount: () => void;
1642
1642
  } & {
1643
- resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
1644
- memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
1643
+ resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
1644
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
1645
1645
  clearCache: () => void;
1646
1646
  resultsCount: () => number;
1647
1647
  resetResultsCount: () => void;
1648
1648
  };
1649
1649
  lastResult: () => number;
1650
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
1651
- cacheKey: import("../../models").ChartStateCacheKey;
1652
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
1650
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
1651
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1652
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
1653
1653
  clearCache: () => void;
1654
1654
  resultsCount: () => number;
1655
1655
  resetResultsCount: () => void;
1656
1656
  } & {
1657
1657
  resultFunc: (resultFuncArgs_0: {
1658
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1658
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1659
1659
  width: number;
1660
1660
  height: number;
1661
1661
  propsWidth: number | undefined;
1662
1662
  propsHeight: number | undefined;
1663
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1663
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1664
1664
  memoizedResultFunc: ((resultFuncArgs_0: {
1665
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1665
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1666
1666
  width: number;
1667
1667
  height: number;
1668
1668
  propsWidth: number | undefined;
1669
1669
  propsHeight: number | undefined;
1670
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
1670
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
1671
1671
  clearCache: () => void;
1672
1672
  resultsCount: () => number;
1673
1673
  resetResultsCount: () => void;
1674
1674
  };
1675
- lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1676
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
1675
+ lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1676
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
1677
1677
  recomputations: () => number;
1678
1678
  resetRecomputations: () => void;
1679
1679
  dependencyRecomputations: () => number;
@@ -1689,47 +1689,47 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
1689
1689
  } & {
1690
1690
  memoize: typeof import("reselect").weakMapMemoize;
1691
1691
  argsMemoize: typeof import("reselect").weakMapMemoize;
1692
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
1693
- cacheKey: import("../../models").ChartStateCacheKey;
1692
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
1693
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1694
1694
  }) => number) & {
1695
1695
  clearCache: () => void;
1696
1696
  resultsCount: () => number;
1697
1697
  resetResultsCount: () => void;
1698
1698
  } & {
1699
- resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
1700
- memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
1699
+ resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
1700
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
1701
1701
  clearCache: () => void;
1702
1702
  resultsCount: () => number;
1703
1703
  resetResultsCount: () => void;
1704
1704
  };
1705
1705
  lastResult: () => number;
1706
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
1707
- cacheKey: import("../../models").ChartStateCacheKey;
1708
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
1706
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
1707
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1708
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
1709
1709
  clearCache: () => void;
1710
1710
  resultsCount: () => number;
1711
1711
  resetResultsCount: () => void;
1712
1712
  } & {
1713
1713
  resultFunc: (resultFuncArgs_0: {
1714
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1714
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1715
1715
  width: number;
1716
1716
  height: number;
1717
1717
  propsWidth: number | undefined;
1718
1718
  propsHeight: number | undefined;
1719
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1719
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1720
1720
  memoizedResultFunc: ((resultFuncArgs_0: {
1721
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1721
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1722
1722
  width: number;
1723
1723
  height: number;
1724
1724
  propsWidth: number | undefined;
1725
1725
  propsHeight: number | undefined;
1726
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
1726
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
1727
1727
  clearCache: () => void;
1728
1728
  resultsCount: () => number;
1729
1729
  resetResultsCount: () => void;
1730
1730
  };
1731
- lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1732
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
1731
+ lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1732
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
1733
1733
  recomputations: () => number;
1734
1734
  resetRecomputations: () => void;
1735
1735
  dependencyRecomputations: () => number;
@@ -1745,47 +1745,47 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
1745
1745
  } & {
1746
1746
  memoize: typeof import("reselect").weakMapMemoize;
1747
1747
  argsMemoize: typeof import("reselect").weakMapMemoize;
1748
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
1749
- cacheKey: import("../../models").ChartStateCacheKey;
1748
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
1749
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1750
1750
  }) => number) & {
1751
1751
  clearCache: () => void;
1752
1752
  resultsCount: () => number;
1753
1753
  resetResultsCount: () => void;
1754
1754
  } & {
1755
- resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
1756
- memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
1755
+ resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
1756
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
1757
1757
  clearCache: () => void;
1758
1758
  resultsCount: () => number;
1759
1759
  resetResultsCount: () => void;
1760
1760
  };
1761
1761
  lastResult: () => number;
1762
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<{}> & {
1763
- cacheKey: import("../../models").ChartStateCacheKey;
1764
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
1762
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
1763
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1764
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
1765
1765
  clearCache: () => void;
1766
1766
  resultsCount: () => number;
1767
1767
  resetResultsCount: () => void;
1768
1768
  } & {
1769
1769
  resultFunc: (resultFuncArgs_0: {
1770
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1770
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1771
1771
  width: number;
1772
1772
  height: number;
1773
1773
  propsWidth: number | undefined;
1774
1774
  propsHeight: number | undefined;
1775
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1775
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1776
1776
  memoizedResultFunc: ((resultFuncArgs_0: {
1777
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1777
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1778
1778
  width: number;
1779
1779
  height: number;
1780
1780
  propsWidth: number | undefined;
1781
1781
  propsHeight: number | undefined;
1782
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
1782
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
1783
1783
  clearCache: () => void;
1784
1784
  resultsCount: () => number;
1785
1785
  resetResultsCount: () => void;
1786
1786
  };
1787
- lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1788
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
1787
+ lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1788
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
1789
1789
  recomputations: () => number;
1790
1790
  resetRecomputations: () => void;
1791
1791
  dependencyRecomputations: () => number;
@@ -1801,43 +1801,43 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
1801
1801
  } & {
1802
1802
  memoize: typeof import("reselect").weakMapMemoize;
1803
1803
  argsMemoize: typeof import("reselect").weakMapMemoize;
1804
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState> & {
1805
- cacheKey: import("../../models").ChartStateCacheKey;
1804
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
1805
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1806
1806
  }) => number) & {
1807
1807
  clearCache: () => void;
1808
1808
  resultsCount: () => number;
1809
1809
  resetResultsCount: () => void;
1810
1810
  } & {
1811
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number;
1812
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number) & {
1811
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number;
1812
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number) & {
1813
1813
  clearCache: () => void;
1814
1814
  resultsCount: () => number;
1815
1815
  resetResultsCount: () => void;
1816
1816
  };
1817
1817
  lastResult: () => number;
1818
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState> & {
1819
- cacheKey: import("../../models").ChartStateCacheKey;
1820
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
1818
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
1819
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1820
+ }) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
1821
1821
  clearCache: () => void;
1822
1822
  resultsCount: () => number;
1823
1823
  resetResultsCount: () => void;
1824
1824
  } & {
1825
1825
  resultFunc: (resultFuncArgs_0: {
1826
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1827
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1828
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
1826
+ x: import("../../../index.js").DefaultedXAxis[];
1827
+ y: import("../../../index.js").DefaultedYAxis[];
1828
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
1829
1829
  memoizedResultFunc: ((resultFuncArgs_0: {
1830
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1831
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1832
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
1830
+ x: import("../../../index.js").DefaultedXAxis[];
1831
+ y: import("../../../index.js").DefaultedYAxis[];
1832
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
1833
1833
  clearCache: () => void;
1834
1834
  resultsCount: () => number;
1835
1835
  resetResultsCount: () => void;
1836
1836
  };
1837
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
1838
- dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis").UseChartCartesianAxisSignature]>) => {
1839
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1840
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1837
+ lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
1838
+ dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis/index.js").UseChartCartesianAxisSignature]>) => {
1839
+ x: import("../../../index.js").DefaultedXAxis[];
1840
+ y: import("../../../index.js").DefaultedYAxis[];
1841
1841
  } | undefined];
1842
1842
  recomputations: () => number;
1843
1843
  resetRecomputations: () => void;
@@ -1854,43 +1854,43 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
1854
1854
  } & {
1855
1855
  memoize: typeof import("reselect").weakMapMemoize;
1856
1856
  argsMemoize: typeof import("reselect").weakMapMemoize;
1857
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState> & {
1858
- cacheKey: import("../../models").ChartStateCacheKey;
1857
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
1858
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1859
1859
  }) => number) & {
1860
1860
  clearCache: () => void;
1861
1861
  resultsCount: () => number;
1862
1862
  resetResultsCount: () => void;
1863
1863
  } & {
1864
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number;
1865
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number) & {
1864
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number;
1865
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number) & {
1866
1866
  clearCache: () => void;
1867
1867
  resultsCount: () => number;
1868
1868
  resetResultsCount: () => void;
1869
1869
  };
1870
1870
  lastResult: () => number;
1871
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState> & {
1872
- cacheKey: import("../../models").ChartStateCacheKey;
1873
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
1871
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
1872
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1873
+ }) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
1874
1874
  clearCache: () => void;
1875
1875
  resultsCount: () => number;
1876
1876
  resetResultsCount: () => void;
1877
1877
  } & {
1878
1878
  resultFunc: (resultFuncArgs_0: {
1879
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1880
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1881
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
1879
+ x: import("../../../index.js").DefaultedXAxis[];
1880
+ y: import("../../../index.js").DefaultedYAxis[];
1881
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
1882
1882
  memoizedResultFunc: ((resultFuncArgs_0: {
1883
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1884
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1885
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
1883
+ x: import("../../../index.js").DefaultedXAxis[];
1884
+ y: import("../../../index.js").DefaultedYAxis[];
1885
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
1886
1886
  clearCache: () => void;
1887
1887
  resultsCount: () => number;
1888
1888
  resetResultsCount: () => void;
1889
1889
  };
1890
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
1891
- dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis").UseChartCartesianAxisSignature]>) => {
1892
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1893
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1890
+ lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
1891
+ dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis/index.js").UseChartCartesianAxisSignature]>) => {
1892
+ x: import("../../../index.js").DefaultedXAxis[];
1893
+ y: import("../../../index.js").DefaultedYAxis[];
1894
1894
  } | undefined];
1895
1895
  recomputations: () => number;
1896
1896
  resetRecomputations: () => void;
@@ -1907,43 +1907,43 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
1907
1907
  } & {
1908
1908
  memoize: typeof import("reselect").weakMapMemoize;
1909
1909
  argsMemoize: typeof import("reselect").weakMapMemoize;
1910
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState> & {
1911
- cacheKey: import("../../models").ChartStateCacheKey;
1910
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
1911
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1912
1912
  }) => number) & {
1913
1913
  clearCache: () => void;
1914
1914
  resultsCount: () => number;
1915
1915
  resetResultsCount: () => void;
1916
1916
  } & {
1917
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number;
1918
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number) & {
1917
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number;
1918
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number) & {
1919
1919
  clearCache: () => void;
1920
1920
  resultsCount: () => number;
1921
1921
  resetResultsCount: () => void;
1922
1922
  };
1923
1923
  lastResult: () => number;
1924
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState> & {
1925
- cacheKey: import("../../models").ChartStateCacheKey;
1926
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
1924
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
1925
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1926
+ }) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
1927
1927
  clearCache: () => void;
1928
1928
  resultsCount: () => number;
1929
1929
  resetResultsCount: () => void;
1930
1930
  } & {
1931
1931
  resultFunc: (resultFuncArgs_0: {
1932
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1933
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1934
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
1932
+ x: import("../../../index.js").DefaultedXAxis[];
1933
+ y: import("../../../index.js").DefaultedYAxis[];
1934
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
1935
1935
  memoizedResultFunc: ((resultFuncArgs_0: {
1936
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1937
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1938
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
1936
+ x: import("../../../index.js").DefaultedXAxis[];
1937
+ y: import("../../../index.js").DefaultedYAxis[];
1938
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
1939
1939
  clearCache: () => void;
1940
1940
  resultsCount: () => number;
1941
1941
  resetResultsCount: () => void;
1942
1942
  };
1943
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
1944
- dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis").UseChartCartesianAxisSignature]>) => {
1945
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1946
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1943
+ lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
1944
+ dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis/index.js").UseChartCartesianAxisSignature]>) => {
1945
+ x: import("../../../index.js").DefaultedXAxis[];
1946
+ y: import("../../../index.js").DefaultedYAxis[];
1947
1947
  } | undefined];
1948
1948
  recomputations: () => number;
1949
1949
  resetRecomputations: () => void;
@@ -1960,43 +1960,43 @@ export declare const selectorChartPolarCenter: ((state: import("../../corePlugin
1960
1960
  } & {
1961
1961
  memoize: typeof import("reselect").weakMapMemoize;
1962
1962
  argsMemoize: typeof import("reselect").weakMapMemoize;
1963
- }, ((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState> & {
1964
- cacheKey: import("../../models").ChartStateCacheKey;
1963
+ }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
1964
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1965
1965
  }) => number) & {
1966
1966
  clearCache: () => void;
1967
1967
  resultsCount: () => number;
1968
1968
  resetResultsCount: () => void;
1969
1969
  } & {
1970
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number;
1971
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number) & {
1970
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number;
1971
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number) & {
1972
1972
  clearCache: () => void;
1973
1973
  resultsCount: () => number;
1974
1974
  resetResultsCount: () => void;
1975
1975
  };
1976
1976
  lastResult: () => number;
1977
- dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("../../..").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & Partial<import("../useChartCartesianAxis").UseChartCartesianAxisState> & {
1978
- cacheKey: import("../../models").ChartStateCacheKey;
1979
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
1977
+ dependencies: [((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<import("../useChartCartesianAxis/index.js").UseChartCartesianAxisState> & {
1978
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1979
+ }) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
1980
1980
  clearCache: () => void;
1981
1981
  resultsCount: () => number;
1982
1982
  resetResultsCount: () => void;
1983
1983
  } & {
1984
1984
  resultFunc: (resultFuncArgs_0: {
1985
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1986
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1987
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
1985
+ x: import("../../../index.js").DefaultedXAxis[];
1986
+ y: import("../../../index.js").DefaultedYAxis[];
1987
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
1988
1988
  memoizedResultFunc: ((resultFuncArgs_0: {
1989
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1990
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1991
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
1989
+ x: import("../../../index.js").DefaultedXAxis[];
1990
+ y: import("../../../index.js").DefaultedYAxis[];
1991
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
1992
1992
  clearCache: () => void;
1993
1993
  resultsCount: () => number;
1994
1994
  resetResultsCount: () => void;
1995
1995
  };
1996
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
1997
- dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis").UseChartCartesianAxisSignature]>) => {
1998
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1999
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1996
+ lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
1997
+ dependencies: [(state: ChartState<[], [import("../useChartCartesianAxis/index.js").UseChartCartesianAxisSignature]>) => {
1998
+ x: import("../../../index.js").DefaultedXAxis[];
1999
+ y: import("../../../index.js").DefaultedYAxis[];
2000
2000
  } | undefined];
2001
2001
  recomputations: () => number;
2002
2002
  resetRecomputations: () => void;