@mui/x-charts 8.1.0 → 8.3.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 (508) 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 +233 -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/ChartsClipPath/ChartsClipPath.d.ts +8 -0
  21. package/ChartsClipPath/ChartsClipPath.js +8 -0
  22. package/ChartsGrid/ChartsHorizontalGrid.d.ts +2 -2
  23. package/ChartsGrid/ChartsVerticalGrid.d.ts +2 -2
  24. package/ChartsLabel/ChartsLabelMark.js +8 -4
  25. package/ChartsLabel/index.d.ts +4 -4
  26. package/ChartsLabel/labelClasses.d.ts +1 -1
  27. package/ChartsLabel/labelGradientClasses.d.ts +1 -1
  28. package/ChartsLabel/labelMarkClasses.d.ts +1 -1
  29. package/ChartsLegend/ChartsLegend.d.ts +2 -2
  30. package/ChartsLegend/ContinuousColorLegend.d.ts +1 -1
  31. package/ChartsLegend/PiecewiseColorLegend.d.ts +1 -1
  32. package/ChartsLegend/chartsLegend.types.d.ts +1 -1
  33. package/ChartsLegend/chartsLegendClasses.d.ts +2 -2
  34. package/ChartsLegend/continuousColorLegendClasses.d.ts +2 -2
  35. package/ChartsLegend/index.d.ts +4 -4
  36. package/ChartsLegend/piecewiseColorLegendClasses.d.ts +2 -2
  37. package/ChartsLegend/useAxis.d.ts +2 -2
  38. package/ChartsLocalizationProvider/ChartsLocalizationProvider.d.ts +1 -1
  39. package/ChartsLocalizationProvider/index.d.ts +1 -1
  40. package/ChartsOverlay/ChartsLoadingOverlay.d.ts +1 -1
  41. package/ChartsOverlay/ChartsNoDataOverlay.d.ts +1 -1
  42. package/ChartsOverlay/index.d.ts +1 -1
  43. package/ChartsReferenceLine/ChartsReferenceLine.js +2 -2
  44. package/ChartsReferenceLine/ChartsXReferenceLine.js +1 -1
  45. package/ChartsReferenceLine/ChartsYReferenceLine.js +1 -1
  46. package/ChartsText/index.d.ts +2 -2
  47. package/ChartsTooltip/ChartsTooltipContainer.js +1 -0
  48. package/ChartsTooltip/index.d.ts +3 -3
  49. package/ChartsTooltip/useAxisTooltip.d.ts +2 -2
  50. package/LineChart/AnimatedArea.d.ts +1 -1
  51. package/LineChart/AnimatedLine.d.ts +1 -1
  52. package/LineChart/AppearingMask.js +1 -2
  53. package/LineChart/AreaPlot.js +2 -2
  54. package/LineChart/CircleMarkElement.d.ts +10 -0
  55. package/LineChart/CircleMarkElement.js +5 -15
  56. package/LineChart/LineChart.js +1 -1
  57. package/LineChart/LineHighlightPlot.js +1 -1
  58. package/LineChart/LinePlot.js +2 -2
  59. package/LineChart/MarkElement.d.ts +10 -0
  60. package/LineChart/MarkElement.js +15 -15
  61. package/LineChart/MarkPlot.js +19 -3
  62. package/LineChart/index.d.ts +1 -1
  63. package/LineChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  64. package/LineChart/seriesConfig/seriesProcessor.js +2 -2
  65. package/LineChart/seriesConfig/tooltip.d.ts +1 -1
  66. package/LineChart/useLineChartProps.d.ts +2 -2
  67. package/PieChart/PieArcLabel.js +3 -4
  68. package/PieChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  69. package/PieChart/seriesConfig/tooltip.d.ts +1 -1
  70. package/RadarChart/RadarGrid/index.d.ts +1 -1
  71. package/RadarChart/RadarSeriesPlot/index.d.ts +2 -2
  72. package/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.ts +3 -3
  73. package/RadarChart/index.d.ts +2 -2
  74. package/RadarChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  75. package/RadarChart/seriesConfig/tooltip.d.ts +1 -1
  76. package/RadarChart/useRadarChartProps.d.ts +2 -2
  77. package/ScatterChart/ScatterChart.js +1 -1
  78. package/ScatterChart/ScatterMarker.types.d.ts +1 -1
  79. package/ScatterChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  80. package/ScatterChart/seriesConfig/seriesProcessor.js +1 -1
  81. package/ScatterChart/seriesConfig/tooltip.d.ts +1 -1
  82. package/ScatterChart/useScatterChartProps.d.ts +3 -3
  83. package/SparkLineChart/SparkLineChart.d.ts +19 -0
  84. package/SparkLineChart/SparkLineChart.js +53 -16
  85. package/Toolbar/Toolbar.d.ts +5 -0
  86. package/Toolbar/Toolbar.js +34 -0
  87. package/Toolbar/ToolbarButton.d.ts +5 -0
  88. package/Toolbar/ToolbarButton.js +27 -0
  89. package/Toolbar/index.d.ts +2 -0
  90. package/Toolbar/index.js +27 -0
  91. package/colorPalettes/categorical/blueberryTwilight.d.ts +4 -0
  92. package/colorPalettes/categorical/blueberryTwilight.js +10 -0
  93. package/colorPalettes/categorical/cheerfulFiesta.d.ts +4 -0
  94. package/colorPalettes/categorical/cheerfulFiesta.js +10 -0
  95. package/colorPalettes/categorical/mangoFusion.d.ts +4 -0
  96. package/colorPalettes/categorical/mangoFusion.js +10 -0
  97. package/colorPalettes/categorical/rainbowSurge.d.ts +4 -0
  98. package/colorPalettes/categorical/rainbowSurge.js +10 -0
  99. package/colorPalettes/index.d.ts +14 -1
  100. package/colorPalettes/index.js +147 -4
  101. package/colorPalettes/sequential/blue.d.ts +4 -0
  102. package/colorPalettes/sequential/blue.js +12 -0
  103. package/colorPalettes/sequential/cyan.d.ts +4 -0
  104. package/colorPalettes/sequential/cyan.js +12 -0
  105. package/colorPalettes/sequential/green.d.ts +4 -0
  106. package/colorPalettes/sequential/green.js +12 -0
  107. package/colorPalettes/sequential/orange.d.ts +4 -0
  108. package/colorPalettes/sequential/orange.js +12 -0
  109. package/colorPalettes/sequential/pink.d.ts +4 -0
  110. package/colorPalettes/sequential/pink.js +12 -0
  111. package/colorPalettes/sequential/purple.d.ts +4 -0
  112. package/colorPalettes/sequential/purple.js +12 -0
  113. package/colorPalettes/sequential/red.d.ts +4 -0
  114. package/colorPalettes/sequential/red.js +12 -0
  115. package/colorPalettes/sequential/strawberrySky.d.ts +4 -0
  116. package/colorPalettes/sequential/strawberrySky.js +10 -0
  117. package/colorPalettes/sequential/yellow.d.ts +4 -0
  118. package/colorPalettes/sequential/yellow.js +12 -0
  119. package/colorPalettes/types.d.ts +4 -0
  120. package/colorPalettes/types.js +5 -0
  121. package/context/ChartProvider/ChartContext.d.ts +1 -1
  122. package/context/ChartProvider/ChartProvider.d.ts +1 -1
  123. package/context/ChartProvider/ChartProvider.types.d.ts +6 -6
  124. package/context/ChartProvider/useChartContext.js +1 -1
  125. package/context/index.d.ts +1 -1
  126. package/esm/BarChart/BarChart.js +1 -1
  127. package/esm/BarChart/BarLabel/BarLabel.types.d.ts +1 -1
  128. package/esm/BarChart/BarLabel/BarLabelPlot.d.ts +1 -1
  129. package/esm/BarChart/BarLabel/barLabelClasses.d.ts +1 -1
  130. package/esm/BarChart/BarLabel/index.d.ts +4 -4
  131. package/esm/BarChart/checkScaleErrors.d.ts +3 -3
  132. package/esm/BarChart/checkScaleErrors.js +4 -4
  133. package/esm/BarChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  134. package/esm/BarChart/seriesConfig/seriesProcessor.js +2 -2
  135. package/esm/BarChart/seriesConfig/tooltip.d.ts +1 -1
  136. package/esm/BarChart/types.d.ts +2 -2
  137. package/esm/BarChart/useBarChartProps.d.ts +2 -2
  138. package/esm/BarChart/useBarChartProps.js +20 -2
  139. package/esm/ChartContainer/ChartContainer.js +1 -1
  140. package/esm/ChartContainer/useChartContainerProps.d.ts +1 -1
  141. package/esm/ChartDataProvider/useChartDataProviderProps.d.ts +2 -2
  142. package/esm/ChartsAxisHighlight/ChartsXAxisHighlight.js +1 -1
  143. package/esm/ChartsAxisHighlight/ChartsYAxisHighlight.js +1 -1
  144. package/esm/ChartsClipPath/ChartsClipPath.d.ts +8 -0
  145. package/esm/ChartsClipPath/ChartsClipPath.js +8 -0
  146. package/esm/ChartsGrid/ChartsHorizontalGrid.d.ts +2 -2
  147. package/esm/ChartsGrid/ChartsVerticalGrid.d.ts +2 -2
  148. package/esm/ChartsLabel/ChartsLabelMark.js +8 -4
  149. package/esm/ChartsLabel/index.d.ts +4 -4
  150. package/esm/ChartsLabel/labelClasses.d.ts +1 -1
  151. package/esm/ChartsLabel/labelGradientClasses.d.ts +1 -1
  152. package/esm/ChartsLabel/labelMarkClasses.d.ts +1 -1
  153. package/esm/ChartsLegend/ChartsLegend.d.ts +2 -2
  154. package/esm/ChartsLegend/ContinuousColorLegend.d.ts +1 -1
  155. package/esm/ChartsLegend/PiecewiseColorLegend.d.ts +1 -1
  156. package/esm/ChartsLegend/chartsLegend.types.d.ts +1 -1
  157. package/esm/ChartsLegend/chartsLegendClasses.d.ts +2 -2
  158. package/esm/ChartsLegend/continuousColorLegendClasses.d.ts +2 -2
  159. package/esm/ChartsLegend/index.d.ts +4 -4
  160. package/esm/ChartsLegend/piecewiseColorLegendClasses.d.ts +2 -2
  161. package/esm/ChartsLegend/useAxis.d.ts +2 -2
  162. package/esm/ChartsLocalizationProvider/ChartsLocalizationProvider.d.ts +1 -1
  163. package/esm/ChartsLocalizationProvider/index.d.ts +1 -1
  164. package/esm/ChartsOverlay/ChartsLoadingOverlay.d.ts +1 -1
  165. package/esm/ChartsOverlay/ChartsNoDataOverlay.d.ts +1 -1
  166. package/esm/ChartsOverlay/index.d.ts +1 -1
  167. package/esm/ChartsReferenceLine/ChartsReferenceLine.js +2 -2
  168. package/esm/ChartsReferenceLine/ChartsXReferenceLine.js +1 -1
  169. package/esm/ChartsReferenceLine/ChartsYReferenceLine.js +1 -1
  170. package/esm/ChartsText/index.d.ts +2 -2
  171. package/esm/ChartsTooltip/ChartsTooltipContainer.js +1 -0
  172. package/esm/ChartsTooltip/index.d.ts +3 -3
  173. package/esm/ChartsTooltip/useAxisTooltip.d.ts +2 -2
  174. package/esm/LineChart/AnimatedArea.d.ts +1 -1
  175. package/esm/LineChart/AnimatedLine.d.ts +1 -1
  176. package/esm/LineChart/AppearingMask.js +1 -2
  177. package/esm/LineChart/AreaPlot.js +2 -2
  178. package/esm/LineChart/CircleMarkElement.d.ts +10 -0
  179. package/esm/LineChart/CircleMarkElement.js +5 -15
  180. package/esm/LineChart/LineChart.js +1 -1
  181. package/esm/LineChart/LineHighlightPlot.js +1 -1
  182. package/esm/LineChart/LinePlot.js +2 -2
  183. package/esm/LineChart/MarkElement.d.ts +10 -0
  184. package/esm/LineChart/MarkElement.js +15 -15
  185. package/esm/LineChart/MarkPlot.js +20 -4
  186. package/esm/LineChart/index.d.ts +1 -1
  187. package/esm/LineChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  188. package/esm/LineChart/seriesConfig/seriesProcessor.js +2 -2
  189. package/esm/LineChart/seriesConfig/tooltip.d.ts +1 -1
  190. package/esm/LineChart/useLineChartProps.d.ts +2 -2
  191. package/esm/PieChart/PieArcLabel.js +3 -4
  192. package/esm/PieChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  193. package/esm/PieChart/seriesConfig/tooltip.d.ts +1 -1
  194. package/esm/RadarChart/RadarGrid/index.d.ts +1 -1
  195. package/esm/RadarChart/RadarSeriesPlot/index.d.ts +2 -2
  196. package/esm/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.ts +3 -3
  197. package/esm/RadarChart/index.d.ts +2 -2
  198. package/esm/RadarChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  199. package/esm/RadarChart/seriesConfig/tooltip.d.ts +1 -1
  200. package/esm/RadarChart/useRadarChartProps.d.ts +2 -2
  201. package/esm/ScatterChart/ScatterChart.js +1 -1
  202. package/esm/ScatterChart/ScatterMarker.types.d.ts +1 -1
  203. package/esm/ScatterChart/seriesConfig/getSeriesWithDefaultValues.d.ts +1 -1
  204. package/esm/ScatterChart/seriesConfig/seriesProcessor.js +1 -1
  205. package/esm/ScatterChart/seriesConfig/tooltip.d.ts +1 -1
  206. package/esm/ScatterChart/useScatterChartProps.d.ts +3 -3
  207. package/esm/SparkLineChart/SparkLineChart.d.ts +19 -0
  208. package/esm/SparkLineChart/SparkLineChart.js +53 -16
  209. package/esm/Toolbar/Toolbar.d.ts +5 -0
  210. package/esm/Toolbar/Toolbar.js +27 -0
  211. package/esm/Toolbar/ToolbarButton.d.ts +5 -0
  212. package/esm/Toolbar/ToolbarButton.js +20 -0
  213. package/esm/Toolbar/index.d.ts +2 -0
  214. package/esm/Toolbar/index.js +2 -0
  215. package/esm/colorPalettes/categorical/blueberryTwilight.d.ts +4 -0
  216. package/esm/colorPalettes/categorical/blueberryTwilight.js +3 -0
  217. package/esm/colorPalettes/categorical/cheerfulFiesta.d.ts +4 -0
  218. package/esm/colorPalettes/categorical/cheerfulFiesta.js +3 -0
  219. package/esm/colorPalettes/categorical/mangoFusion.d.ts +4 -0
  220. package/esm/colorPalettes/categorical/mangoFusion.js +3 -0
  221. package/esm/colorPalettes/categorical/rainbowSurge.d.ts +4 -0
  222. package/esm/colorPalettes/categorical/rainbowSurge.js +3 -0
  223. package/esm/colorPalettes/index.d.ts +14 -1
  224. package/esm/colorPalettes/index.js +20 -1
  225. package/esm/colorPalettes/sequential/blue.d.ts +4 -0
  226. package/esm/colorPalettes/sequential/blue.js +5 -0
  227. package/esm/colorPalettes/sequential/cyan.d.ts +4 -0
  228. package/esm/colorPalettes/sequential/cyan.js +5 -0
  229. package/esm/colorPalettes/sequential/green.d.ts +4 -0
  230. package/esm/colorPalettes/sequential/green.js +5 -0
  231. package/esm/colorPalettes/sequential/orange.d.ts +4 -0
  232. package/esm/colorPalettes/sequential/orange.js +5 -0
  233. package/esm/colorPalettes/sequential/pink.d.ts +4 -0
  234. package/esm/colorPalettes/sequential/pink.js +5 -0
  235. package/esm/colorPalettes/sequential/purple.d.ts +4 -0
  236. package/esm/colorPalettes/sequential/purple.js +5 -0
  237. package/esm/colorPalettes/sequential/red.d.ts +4 -0
  238. package/esm/colorPalettes/sequential/red.js +5 -0
  239. package/esm/colorPalettes/sequential/strawberrySky.d.ts +4 -0
  240. package/esm/colorPalettes/sequential/strawberrySky.js +3 -0
  241. package/esm/colorPalettes/sequential/yellow.d.ts +4 -0
  242. package/esm/colorPalettes/sequential/yellow.js +5 -0
  243. package/esm/colorPalettes/types.d.ts +4 -0
  244. package/esm/colorPalettes/types.js +1 -0
  245. package/esm/context/ChartProvider/ChartContext.d.ts +1 -1
  246. package/esm/context/ChartProvider/ChartProvider.d.ts +1 -1
  247. package/esm/context/ChartProvider/ChartProvider.types.d.ts +6 -6
  248. package/esm/context/ChartProvider/useChartContext.js +1 -1
  249. package/esm/context/index.d.ts +1 -1
  250. package/esm/hooks/animation/useAnimateArea.d.ts +1 -1
  251. package/esm/hooks/animation/useAnimateBar.d.ts +1 -1
  252. package/esm/hooks/animation/useAnimateBarLabel.d.ts +1 -1
  253. package/esm/hooks/animation/useAnimateLine.d.ts +1 -1
  254. package/esm/hooks/animation/useAnimatePieArc.d.ts +1 -1
  255. package/esm/hooks/animation/useAnimatePieArcLabel.d.ts +11 -2
  256. package/esm/hooks/animation/useAnimatePieArcLabel.js +4 -4
  257. package/esm/hooks/useAxis.d.ts +6 -6
  258. package/esm/hooks/useChartsLocalization.d.ts +1 -1
  259. package/esm/hooks/useChartsLocalization.js +1 -1
  260. package/esm/hooks/useItemHighlightedGetter.d.ts +2 -2
  261. package/esm/hooks/useLegend.d.ts +1 -1
  262. package/esm/hooks/useSeries.d.ts +1 -1
  263. package/esm/hooks/useSvgRef.js +1 -1
  264. package/esm/hooks/useZAxis.d.ts +3 -3
  265. package/esm/index.d.ts +2 -1
  266. package/esm/index.js +3 -2
  267. package/esm/internals/constants.d.ts +4 -0
  268. package/esm/internals/constants.js +5 -0
  269. package/esm/internals/createSeriesSelectorOfType.d.ts +1 -1
  270. package/esm/internals/createSeriesSelectorOfType.js +1 -1
  271. package/esm/internals/createSvgIcon.d.ts +3 -0
  272. package/esm/internals/createSvgIcon.js +2 -0
  273. package/esm/internals/defaultizeMargin.d.ts +1 -1
  274. package/esm/internals/geometry.js +1 -1
  275. package/esm/internals/getPercentageValue.js +1 -1
  276. package/esm/internals/index.d.ts +4 -1
  277. package/esm/internals/index.js +4 -1
  278. package/esm/internals/material/index.d.ts +4 -0
  279. package/esm/internals/material/index.js +7 -0
  280. package/esm/internals/plugins/allPlugins.d.ts +1 -1
  281. package/esm/internals/plugins/corePlugins/corePlugins.d.ts +6 -4
  282. package/esm/internals/plugins/corePlugins/corePlugins.js +1 -1
  283. package/esm/internals/plugins/corePlugins/index.d.ts +1 -1
  284. package/esm/internals/plugins/corePlugins/useChartAnimation/index.d.ts +1 -1
  285. package/esm/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.d.ts +1 -1
  286. package/esm/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.selectors.d.ts +3 -3
  287. package/esm/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.types.d.ts +1 -1
  288. package/esm/internals/plugins/corePlugins/useChartDimensions/index.d.ts +1 -1
  289. package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.d.ts +1 -1
  290. package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.js +2 -2
  291. package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +177 -142
  292. package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.js +1 -1
  293. package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types.d.ts +1 -1
  294. package/esm/internals/plugins/corePlugins/useChartId/index.d.ts +1 -1
  295. package/esm/internals/plugins/corePlugins/useChartId/useChartId.selectors.d.ts +2 -2
  296. package/esm/internals/plugins/corePlugins/useChartSeries/index.d.ts +1 -1
  297. package/esm/internals/plugins/corePlugins/useChartSeries/processSeries.js +1 -1
  298. package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +20 -20
  299. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.ts +6 -7
  300. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +12 -5
  301. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.js +22 -10
  302. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeZoom.js +7 -2
  303. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.d.ts +3 -3
  304. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/index.d.ts +1 -1
  305. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.d.ts +68 -68
  306. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.js +5 -4
  307. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.js +1 -1
  308. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.d.ts +20 -15
  309. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.ts +26 -26
  310. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +1051 -892
  311. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.js +2 -1
  312. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.ts +5 -5
  313. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.types.d.ts +11 -1
  314. package/esm/internals/plugins/featurePlugins/useChartHighlight/index.d.ts +2 -2
  315. package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.js +28 -13
  316. package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +77 -77
  317. package/esm/internals/plugins/featurePlugins/useChartInteraction/index.d.ts +1 -1
  318. package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +68 -68
  319. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.d.ts +1 -1
  320. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/defaultizeAxis.js +1 -1
  321. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/getAxisIndex.js +1 -1
  322. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/index.d.ts +1 -1
  323. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.js +1 -1
  324. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.ts +512 -512
  325. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarInteraction.selectors.d.ts +3 -3
  326. package/esm/internals/plugins/featurePlugins/useChartVoronoi/index.d.ts +1 -1
  327. package/esm/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.selectors.d.ts +2 -2
  328. package/esm/internals/plugins/featurePlugins/useChartZAxis/index.d.ts +1 -1
  329. package/esm/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.js +1 -1
  330. package/esm/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.selectors.d.ts +10 -10
  331. package/esm/internals/plugins/models/chart.d.ts +3 -3
  332. package/esm/internals/plugins/models/helpers.d.ts +1 -2
  333. package/esm/internals/plugins/models/plugin.d.ts +2 -32
  334. package/esm/internals/plugins/models/seriesConfig/cartesianExtremumGetter.types.d.ts +3 -3
  335. package/esm/internals/plugins/models/seriesConfig/colorProcessor.types.d.ts +5 -5
  336. package/esm/internals/plugins/models/seriesConfig/getSeriesWithDefaultValues.types.d.ts +2 -2
  337. package/esm/internals/plugins/models/seriesConfig/legendGetter.types.d.ts +3 -3
  338. package/esm/internals/plugins/models/seriesConfig/polarExtremumGetter.types.d.ts +3 -3
  339. package/esm/internals/plugins/models/seriesConfig/seriesConfig.types.d.ts +6 -6
  340. package/esm/internals/plugins/models/seriesConfig/seriesProcessor.types.d.ts +3 -3
  341. package/esm/internals/plugins/models/seriesConfig/tooltipGetter.types.d.ts +4 -4
  342. package/esm/internals/plugins/utils/ChartStore.d.ts +2 -2
  343. package/esm/internals/stackSeries.d.ts +1 -1
  344. package/esm/internals/store/useCharts.d.ts +2 -2
  345. package/esm/internals/store/useCharts.js +11 -12
  346. package/esm/internals/store/useStore.js +1 -1
  347. package/esm/locales/enUS.d.ts +2 -0
  348. package/esm/locales/enUS.js +3 -1
  349. package/esm/locales/frFR.d.ts +2 -0
  350. package/esm/locales/frFR.js +2 -0
  351. package/esm/locales/index.d.ts +1 -1
  352. package/esm/locales/utils/chartsLocaleTextApi.d.ts +8 -0
  353. package/esm/locales/utils/getChartsLocalization.d.ts +2 -0
  354. package/esm/models/axis.d.ts +22 -3
  355. package/esm/models/axis.js +12 -0
  356. package/esm/models/index.d.ts +4 -3
  357. package/esm/models/seriesType/bar.d.ts +1 -1
  358. package/esm/models/seriesType/common.d.ts +2 -2
  359. package/esm/models/seriesType/line.d.ts +1 -1
  360. package/esm/models/seriesType/pie.d.ts +1 -1
  361. package/esm/models/slots/chartsBaseSlotProps.d.ts +13 -0
  362. package/esm/models/slots/chartsBaseSlotProps.js +1 -0
  363. package/esm/models/slots/chartsBaseSlots.d.ts +5 -0
  364. package/esm/models/slots/chartsBaseSlots.js +1 -0
  365. package/esm/models/slots/chartsIconSlots.d.ts +1 -0
  366. package/esm/models/slots/chartsIconSlots.js +1 -0
  367. package/esm/models/slots/index.d.ts +3 -0
  368. package/esm/models/slots/index.js +3 -0
  369. package/esm/themeAugmentation/components.js +1 -0
  370. package/esm/themeAugmentation/index.d.ts +3 -3
  371. package/esm/themeAugmentation/overrides.d.ts +3 -12
  372. package/esm/themeAugmentation/overrides.js +2 -0
  373. package/esm/themeAugmentation/props.d.ts +0 -7
  374. package/esm/themeAugmentation/props.js +2 -0
  375. package/hooks/animation/useAnimateArea.d.ts +1 -1
  376. package/hooks/animation/useAnimateBar.d.ts +1 -1
  377. package/hooks/animation/useAnimateBarLabel.d.ts +1 -1
  378. package/hooks/animation/useAnimateLine.d.ts +1 -1
  379. package/hooks/animation/useAnimatePieArc.d.ts +1 -1
  380. package/hooks/animation/useAnimatePieArcLabel.d.ts +11 -2
  381. package/hooks/animation/useAnimatePieArcLabel.js +4 -4
  382. package/hooks/useAxis.d.ts +6 -6
  383. package/hooks/useChartsLocalization.d.ts +1 -1
  384. package/hooks/useChartsLocalization.js +1 -1
  385. package/hooks/useItemHighlightedGetter.d.ts +2 -2
  386. package/hooks/useLegend.d.ts +1 -1
  387. package/hooks/useSeries.d.ts +1 -1
  388. package/hooks/useSvgRef.js +1 -1
  389. package/hooks/useZAxis.d.ts +3 -3
  390. package/index.d.ts +2 -1
  391. package/index.js +12 -1
  392. package/internals/constants.d.ts +4 -0
  393. package/internals/constants.js +11 -0
  394. package/internals/createSeriesSelectorOfType.d.ts +1 -1
  395. package/internals/createSeriesSelectorOfType.js +1 -1
  396. package/internals/createSvgIcon.d.ts +3 -0
  397. package/internals/createSvgIcon.js +8 -0
  398. package/internals/defaultizeMargin.d.ts +1 -1
  399. package/internals/geometry.js +1 -1
  400. package/internals/getPercentageValue.js +1 -1
  401. package/internals/index.d.ts +4 -1
  402. package/internals/index.js +36 -0
  403. package/internals/material/index.d.ts +4 -0
  404. package/internals/material/index.js +14 -0
  405. package/internals/plugins/allPlugins.d.ts +1 -1
  406. package/internals/plugins/corePlugins/corePlugins.d.ts +6 -4
  407. package/internals/plugins/corePlugins/corePlugins.js +1 -1
  408. package/internals/plugins/corePlugins/index.d.ts +1 -1
  409. package/internals/plugins/corePlugins/useChartAnimation/index.d.ts +1 -1
  410. package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.d.ts +1 -1
  411. package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.selectors.d.ts +3 -3
  412. package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.types.d.ts +1 -1
  413. package/internals/plugins/corePlugins/useChartDimensions/index.d.ts +1 -1
  414. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.d.ts +1 -1
  415. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.js +2 -2
  416. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +177 -142
  417. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.js +2 -2
  418. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types.d.ts +1 -1
  419. package/internals/plugins/corePlugins/useChartId/index.d.ts +1 -1
  420. package/internals/plugins/corePlugins/useChartId/useChartId.selectors.d.ts +2 -2
  421. package/internals/plugins/corePlugins/useChartSeries/index.d.ts +1 -1
  422. package/internals/plugins/corePlugins/useChartSeries/processSeries.js +1 -1
  423. package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +20 -20
  424. package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.ts +6 -7
  425. package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +12 -5
  426. package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.js +27 -15
  427. package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeZoom.js +7 -2
  428. package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.d.ts +3 -3
  429. package/internals/plugins/featurePlugins/useChartCartesianAxis/index.d.ts +1 -1
  430. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.d.ts +68 -68
  431. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.js +5 -4
  432. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.js +1 -1
  433. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.types.d.ts +20 -15
  434. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.ts +26 -26
  435. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +1051 -892
  436. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.js +3 -2
  437. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.ts +5 -5
  438. package/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.types.d.ts +11 -1
  439. package/internals/plugins/featurePlugins/useChartHighlight/index.d.ts +2 -2
  440. package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.js +28 -13
  441. package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +77 -77
  442. package/internals/plugins/featurePlugins/useChartInteraction/index.d.ts +1 -1
  443. package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +68 -68
  444. package/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.d.ts +1 -1
  445. package/internals/plugins/featurePlugins/useChartPolarAxis/defaultizeAxis.js +1 -1
  446. package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisIndex.js +1 -1
  447. package/internals/plugins/featurePlugins/useChartPolarAxis/index.d.ts +1 -1
  448. package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.js +1 -1
  449. package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.ts +512 -512
  450. package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarInteraction.selectors.d.ts +3 -3
  451. package/internals/plugins/featurePlugins/useChartVoronoi/index.d.ts +1 -1
  452. package/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.selectors.d.ts +2 -2
  453. package/internals/plugins/featurePlugins/useChartZAxis/index.d.ts +1 -1
  454. package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.js +1 -1
  455. package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.selectors.d.ts +10 -10
  456. package/internals/plugins/models/chart.d.ts +3 -3
  457. package/internals/plugins/models/helpers.d.ts +1 -2
  458. package/internals/plugins/models/plugin.d.ts +2 -32
  459. package/internals/plugins/models/seriesConfig/cartesianExtremumGetter.types.d.ts +3 -3
  460. package/internals/plugins/models/seriesConfig/colorProcessor.types.d.ts +5 -5
  461. package/internals/plugins/models/seriesConfig/getSeriesWithDefaultValues.types.d.ts +2 -2
  462. package/internals/plugins/models/seriesConfig/legendGetter.types.d.ts +3 -3
  463. package/internals/plugins/models/seriesConfig/polarExtremumGetter.types.d.ts +3 -3
  464. package/internals/plugins/models/seriesConfig/seriesConfig.types.d.ts +6 -6
  465. package/internals/plugins/models/seriesConfig/seriesProcessor.types.d.ts +3 -3
  466. package/internals/plugins/models/seriesConfig/tooltipGetter.types.d.ts +4 -4
  467. package/internals/plugins/utils/ChartStore.d.ts +2 -2
  468. package/internals/stackSeries.d.ts +1 -1
  469. package/internals/store/useCharts.d.ts +2 -2
  470. package/internals/store/useCharts.js +11 -12
  471. package/internals/store/useStore.js +1 -1
  472. package/locales/enUS.d.ts +2 -0
  473. package/locales/enUS.js +3 -1
  474. package/locales/frFR.d.ts +2 -0
  475. package/locales/frFR.js +2 -0
  476. package/locales/index.d.ts +1 -1
  477. package/locales/utils/chartsLocaleTextApi.d.ts +8 -0
  478. package/locales/utils/getChartsLocalization.d.ts +2 -0
  479. package/models/axis.d.ts +22 -3
  480. package/models/axis.js +12 -0
  481. package/models/index.d.ts +4 -3
  482. package/models/seriesType/bar.d.ts +1 -1
  483. package/models/seriesType/common.d.ts +2 -2
  484. package/models/seriesType/line.d.ts +1 -1
  485. package/models/seriesType/pie.d.ts +1 -1
  486. package/models/slots/chartsBaseSlotProps.d.ts +13 -0
  487. package/models/slots/chartsBaseSlotProps.js +5 -0
  488. package/models/slots/chartsBaseSlots.d.ts +5 -0
  489. package/models/slots/chartsBaseSlots.js +5 -0
  490. package/models/slots/chartsIconSlots.d.ts +1 -0
  491. package/models/slots/chartsIconSlots.js +5 -0
  492. package/models/slots/index.d.ts +3 -0
  493. package/models/slots/index.js +38 -0
  494. package/package.json +5 -5
  495. package/themeAugmentation/components.js +5 -0
  496. package/themeAugmentation/index.d.ts +3 -3
  497. package/themeAugmentation/overrides.d.ts +3 -12
  498. package/themeAugmentation/overrides.js +5 -0
  499. package/themeAugmentation/props.d.ts +0 -7
  500. package/themeAugmentation/props.js +5 -0
  501. package/colorPalettes/colorPalettes.d.ts +0 -16
  502. package/colorPalettes/colorPalettes.js +0 -22
  503. package/esm/colorPalettes/colorPalettes.d.ts +0 -16
  504. package/esm/colorPalettes/colorPalettes.js +0 -12
  505. package/esm/internals/store/useChartModels.d.ts +0 -7
  506. package/esm/internals/store/useChartModels.js +0 -64
  507. package/internals/store/useChartModels.d.ts +0 -7
  508. package/internals/store/useChartModels.js +0 -73
@@ -6,8 +6,8 @@ export declare const createZoomMap: (zoom: readonly ZoomData[]) => Map<AxisId, Z
6
6
  /**
7
7
  * Following selectors are not exported because they exist in the MIT chart only to ba able to reuse the Zoom state from the pro.
8
8
  */
9
- export declare const selectorChartZoomIsInteracting: ((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.types").UseChartCartesianAxisState> & {
10
- cacheKey: import("../../models").ChartStateCacheKey;
9
+ export declare const selectorChartZoomIsInteracting: ((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.types.js").UseChartCartesianAxisState> & {
10
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
11
11
  }) => boolean | undefined) & {
12
12
  clearCache: () => void;
13
13
  resultsCount: () => number;
@@ -38,69 +38,101 @@ export declare const selectorChartZoomIsInteracting: ((state: import("../../core
38
38
  memoize: typeof import("reselect").weakMapMemoize;
39
39
  argsMemoize: typeof import("reselect").weakMapMemoize;
40
40
  };
41
- export declare const selectorChartZoomOptionsLookup: ((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.types").UseChartCartesianAxisState> & {
42
- cacheKey: import("../../models").ChartStateCacheKey;
41
+ export declare const selectorChartZoomMap: ((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.types.js").UseChartCartesianAxisState> & {
42
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
43
+ }) => Map<AxisId, ZoomData> | undefined) & {
44
+ clearCache: () => void;
45
+ resultsCount: () => number;
46
+ resetResultsCount: () => void;
47
+ } & {
48
+ resultFunc: (resultFuncArgs_0: {
49
+ isInteracting: boolean;
50
+ zoomData: readonly ZoomData[];
51
+ } | undefined) => Map<AxisId, ZoomData> | undefined;
52
+ memoizedResultFunc: ((resultFuncArgs_0: {
53
+ isInteracting: boolean;
54
+ zoomData: readonly ZoomData[];
55
+ } | undefined) => Map<AxisId, ZoomData> | undefined) & {
56
+ clearCache: () => void;
57
+ resultsCount: () => number;
58
+ resetResultsCount: () => void;
59
+ };
60
+ lastResult: () => Map<AxisId, ZoomData> | undefined;
61
+ dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
62
+ isInteracting: boolean;
63
+ zoomData: readonly ZoomData[];
64
+ } | undefined];
65
+ recomputations: () => number;
66
+ resetRecomputations: () => void;
67
+ dependencyRecomputations: () => number;
68
+ resetDependencyRecomputations: () => void;
69
+ } & {
70
+ memoize: typeof import("reselect").weakMapMemoize;
71
+ argsMemoize: typeof import("reselect").weakMapMemoize;
72
+ };
73
+ export declare const selectorChartZoomOptionsLookup: ((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.types.js").UseChartCartesianAxisState> & {
74
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
43
75
  }) => {
44
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
45
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
76
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
77
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
46
78
  }) & {
47
79
  clearCache: () => void;
48
80
  resultsCount: () => number;
49
81
  resetResultsCount: () => void;
50
82
  } & {
51
- resultFunc: (resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
52
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
53
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
83
+ resultFunc: (resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) => {
84
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
85
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
54
86
  };
55
- memoizedResultFunc: ((resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
56
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
57
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
87
+ memoizedResultFunc: ((resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) => {
88
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
89
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
58
90
  }) & {
59
91
  clearCache: () => void;
60
92
  resultsCount: () => number;
61
93
  resetResultsCount: () => void;
62
94
  };
63
95
  lastResult: () => {
64
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
65
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
96
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
97
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
66
98
  };
67
- 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.types").UseChartCartesianAxisState> & {
68
- cacheKey: import("../../models").ChartStateCacheKey;
69
- }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
99
+ 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.types.js").UseChartCartesianAxisState> & {
100
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
101
+ }) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
70
102
  clearCache: () => void;
71
103
  resultsCount: () => number;
72
104
  resetResultsCount: () => void;
73
105
  } & {
74
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
75
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
106
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
107
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
76
108
  clearCache: () => void;
77
109
  resultsCount: () => number;
78
110
  resetResultsCount: () => void;
79
111
  };
80
- lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
81
- 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.types").UseChartCartesianAxisState> & {
82
- cacheKey: import("../../models").ChartStateCacheKey;
83
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
112
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
113
+ 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.types.js").UseChartCartesianAxisState> & {
114
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
115
+ }) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
84
116
  clearCache: () => void;
85
117
  resultsCount: () => number;
86
118
  resetResultsCount: () => void;
87
119
  } & {
88
120
  resultFunc: (resultFuncArgs_0: {
89
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
90
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
91
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
121
+ x: import("../../../index.js").DefaultedXAxis[];
122
+ y: import("../../../index.js").DefaultedYAxis[];
123
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
92
124
  memoizedResultFunc: ((resultFuncArgs_0: {
93
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
94
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
95
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
125
+ x: import("../../../index.js").DefaultedXAxis[];
126
+ y: import("../../../index.js").DefaultedYAxis[];
127
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
96
128
  clearCache: () => void;
97
129
  resultsCount: () => number;
98
130
  resetResultsCount: () => void;
99
131
  };
100
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
132
+ lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
101
133
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
102
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
103
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
134
+ x: import("../../../index.js").DefaultedXAxis[];
135
+ y: import("../../../index.js").DefaultedYAxis[];
104
136
  } | undefined];
105
137
  recomputations: () => number;
106
138
  resetRecomputations: () => void;
@@ -117,43 +149,43 @@ export declare const selectorChartZoomOptionsLookup: ((state: import("../../core
117
149
  } & {
118
150
  memoize: typeof import("reselect").weakMapMemoize;
119
151
  argsMemoize: typeof import("reselect").weakMapMemoize;
120
- }, ((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.types").UseChartCartesianAxisState> & {
121
- cacheKey: import("../../models").ChartStateCacheKey;
122
- }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
152
+ }, ((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.types.js").UseChartCartesianAxisState> & {
153
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
154
+ }) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
123
155
  clearCache: () => void;
124
156
  resultsCount: () => number;
125
157
  resetResultsCount: () => void;
126
158
  } & {
127
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
128
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
159
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
160
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
129
161
  clearCache: () => void;
130
162
  resultsCount: () => number;
131
163
  resetResultsCount: () => void;
132
164
  };
133
- lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
134
- 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.types").UseChartCartesianAxisState> & {
135
- cacheKey: import("../../models").ChartStateCacheKey;
136
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
165
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
166
+ 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.types.js").UseChartCartesianAxisState> & {
167
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
168
+ }) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
137
169
  clearCache: () => void;
138
170
  resultsCount: () => number;
139
171
  resetResultsCount: () => void;
140
172
  } & {
141
173
  resultFunc: (resultFuncArgs_0: {
142
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
143
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
144
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
174
+ x: import("../../../index.js").DefaultedXAxis[];
175
+ y: import("../../../index.js").DefaultedYAxis[];
176
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
145
177
  memoizedResultFunc: ((resultFuncArgs_0: {
146
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
147
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
148
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
178
+ x: import("../../../index.js").DefaultedXAxis[];
179
+ y: import("../../../index.js").DefaultedYAxis[];
180
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
149
181
  clearCache: () => void;
150
182
  resultsCount: () => number;
151
183
  resetResultsCount: () => void;
152
184
  };
153
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
185
+ lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
154
186
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
155
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
156
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
187
+ x: import("../../../index.js").DefaultedXAxis[];
188
+ y: import("../../../index.js").DefaultedYAxis[];
157
189
  } | undefined];
158
190
  recomputations: () => number;
159
191
  resetRecomputations: () => void;
@@ -179,66 +211,193 @@ export declare const selectorChartZoomOptionsLookup: ((state: import("../../core
179
211
  memoize: typeof import("reselect").weakMapMemoize;
180
212
  argsMemoize: typeof import("reselect").weakMapMemoize;
181
213
  };
214
+ export declare const selectorChartAxisZoomOptionsLookup: ((state: any, axisId: AxisId) => import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions) & {
215
+ clearCache: () => void;
216
+ resultsCount: () => number;
217
+ resetResultsCount: () => void;
218
+ } & {
219
+ resultFunc: (resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>, resultFuncArgs_2: AxisId) => import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
220
+ memoizedResultFunc: ((resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>, resultFuncArgs_2: AxisId) => import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions) & {
221
+ clearCache: () => void;
222
+ resultsCount: () => number;
223
+ resetResultsCount: () => void;
224
+ };
225
+ lastResult: () => import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
226
+ 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.types.js").UseChartCartesianAxisState> & {
227
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
228
+ }) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
229
+ clearCache: () => void;
230
+ resultsCount: () => number;
231
+ resetResultsCount: () => void;
232
+ } & {
233
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
234
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
235
+ clearCache: () => void;
236
+ resultsCount: () => number;
237
+ resetResultsCount: () => void;
238
+ };
239
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
240
+ 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.types.js").UseChartCartesianAxisState> & {
241
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
242
+ }) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
243
+ clearCache: () => void;
244
+ resultsCount: () => number;
245
+ resetResultsCount: () => void;
246
+ } & {
247
+ resultFunc: (resultFuncArgs_0: {
248
+ x: import("../../../index.js").DefaultedXAxis[];
249
+ y: import("../../../index.js").DefaultedYAxis[];
250
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
251
+ memoizedResultFunc: ((resultFuncArgs_0: {
252
+ x: import("../../../index.js").DefaultedXAxis[];
253
+ y: import("../../../index.js").DefaultedYAxis[];
254
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
255
+ clearCache: () => void;
256
+ resultsCount: () => number;
257
+ resetResultsCount: () => void;
258
+ };
259
+ lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
260
+ dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
261
+ x: import("../../../index.js").DefaultedXAxis[];
262
+ y: import("../../../index.js").DefaultedYAxis[];
263
+ } | undefined];
264
+ recomputations: () => number;
265
+ resetRecomputations: () => void;
266
+ dependencyRecomputations: () => number;
267
+ resetDependencyRecomputations: () => void;
268
+ } & {
269
+ memoize: typeof import("reselect").weakMapMemoize;
270
+ argsMemoize: typeof import("reselect").weakMapMemoize;
271
+ }];
272
+ recomputations: () => number;
273
+ resetRecomputations: () => void;
274
+ dependencyRecomputations: () => number;
275
+ resetDependencyRecomputations: () => void;
276
+ } & {
277
+ memoize: typeof import("reselect").weakMapMemoize;
278
+ argsMemoize: typeof import("reselect").weakMapMemoize;
279
+ }, ((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.types.js").UseChartCartesianAxisState> & {
280
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
281
+ }) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
282
+ clearCache: () => void;
283
+ resultsCount: () => number;
284
+ resetResultsCount: () => void;
285
+ } & {
286
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
287
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
288
+ clearCache: () => void;
289
+ resultsCount: () => number;
290
+ resetResultsCount: () => void;
291
+ };
292
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
293
+ 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.types.js").UseChartCartesianAxisState> & {
294
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
295
+ }) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
296
+ clearCache: () => void;
297
+ resultsCount: () => number;
298
+ resetResultsCount: () => void;
299
+ } & {
300
+ resultFunc: (resultFuncArgs_0: {
301
+ x: import("../../../index.js").DefaultedXAxis[];
302
+ y: import("../../../index.js").DefaultedYAxis[];
303
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
304
+ memoizedResultFunc: ((resultFuncArgs_0: {
305
+ x: import("../../../index.js").DefaultedXAxis[];
306
+ y: import("../../../index.js").DefaultedYAxis[];
307
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
308
+ clearCache: () => void;
309
+ resultsCount: () => number;
310
+ resetResultsCount: () => void;
311
+ };
312
+ lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
313
+ dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
314
+ x: import("../../../index.js").DefaultedXAxis[];
315
+ y: import("../../../index.js").DefaultedYAxis[];
316
+ } | undefined];
317
+ recomputations: () => number;
318
+ resetRecomputations: () => void;
319
+ dependencyRecomputations: () => number;
320
+ resetDependencyRecomputations: () => void;
321
+ } & {
322
+ memoize: typeof import("reselect").weakMapMemoize;
323
+ argsMemoize: typeof import("reselect").weakMapMemoize;
324
+ }];
325
+ recomputations: () => number;
326
+ resetRecomputations: () => void;
327
+ dependencyRecomputations: () => number;
328
+ resetDependencyRecomputations: () => void;
329
+ } & {
330
+ memoize: typeof import("reselect").weakMapMemoize;
331
+ argsMemoize: typeof import("reselect").weakMapMemoize;
332
+ }, (state: any, axisId: AxisId) => AxisId];
333
+ recomputations: () => number;
334
+ resetRecomputations: () => void;
335
+ dependencyRecomputations: () => number;
336
+ resetDependencyRecomputations: () => void;
337
+ } & {
338
+ memoize: typeof import("reselect").weakMapMemoize;
339
+ argsMemoize: typeof import("reselect").weakMapMemoize;
340
+ };
182
341
  /**
183
342
  * The only interesting selectors that merge axis data and zoom if provided.
184
343
  */
185
- export declare const selectorChartXAxis: ((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.types").UseChartCartesianAxisState> & {
186
- cacheKey: import("../../models").ChartStateCacheKey;
187
- } & Partial<{}>) => import("./computeAxisValue").ComputeResult<import("../../..").ChartsXAxisProps>) & {
344
+ export declare const selectorChartXAxis: ((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.types.js").UseChartCartesianAxisState> & {
345
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
346
+ } & Partial<{}>) => import("./computeAxisValue.js").ComputeResult<import("../../../index.js").ChartsXAxisProps>) & {
188
347
  clearCache: () => void;
189
348
  resultsCount: () => number;
190
349
  resetResultsCount: () => void;
191
350
  } & {
192
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined, resultFuncArgs_1: {
351
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined, resultFuncArgs_1: {
193
352
  width: number;
194
353
  left: number;
195
354
  right: number;
196
355
  height: number;
197
356
  top: number;
198
357
  bottom: number;
199
- }, resultFuncArgs_2: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_4: Map<AxisId, ZoomData> | undefined, resultFuncArgs_5: {
200
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
201
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
202
- }, resultFuncArgs_6: import("./zoom.types").GetZoomAxisFilters | undefined) => import("./computeAxisValue").ComputeResult<import("../../..").ChartsXAxisProps>;
203
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined, resultFuncArgs_1: {
358
+ }, resultFuncArgs_2: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>, resultFuncArgs_4: Map<AxisId, ZoomData> | undefined, resultFuncArgs_5: {
359
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
360
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
361
+ }, resultFuncArgs_6: import("./zoom.types.js").GetZoomAxisFilters | undefined) => import("./computeAxisValue.js").ComputeResult<import("../../../index.js").ChartsXAxisProps>;
362
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined, resultFuncArgs_1: {
204
363
  width: number;
205
364
  left: number;
206
365
  right: number;
207
366
  height: number;
208
367
  top: number;
209
368
  bottom: number;
210
- }, resultFuncArgs_2: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_4: Map<AxisId, ZoomData> | undefined, resultFuncArgs_5: {
211
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
212
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
213
- }, resultFuncArgs_6: import("./zoom.types").GetZoomAxisFilters | undefined) => import("./computeAxisValue").ComputeResult<import("../../..").ChartsXAxisProps>) & {
369
+ }, resultFuncArgs_2: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>, resultFuncArgs_4: Map<AxisId, ZoomData> | undefined, resultFuncArgs_5: {
370
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
371
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
372
+ }, resultFuncArgs_6: import("./zoom.types.js").GetZoomAxisFilters | undefined) => import("./computeAxisValue.js").ComputeResult<import("../../../index.js").ChartsXAxisProps>) & {
214
373
  clearCache: () => void;
215
374
  resultsCount: () => number;
216
375
  resetResultsCount: () => void;
217
376
  };
218
- lastResult: () => import("./computeAxisValue").ComputeResult<import("../../..").ChartsXAxisProps>;
219
- 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.types").UseChartCartesianAxisState> & {
220
- cacheKey: import("../../models").ChartStateCacheKey;
221
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
377
+ lastResult: () => import("./computeAxisValue.js").ComputeResult<import("../../../index.js").ChartsXAxisProps>;
378
+ 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.types.js").UseChartCartesianAxisState> & {
379
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
380
+ }) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
222
381
  clearCache: () => void;
223
382
  resultsCount: () => number;
224
383
  resetResultsCount: () => void;
225
384
  } & {
226
385
  resultFunc: (resultFuncArgs_0: {
227
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
228
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
229
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
386
+ x: import("../../../index.js").DefaultedXAxis[];
387
+ y: import("../../../index.js").DefaultedYAxis[];
388
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
230
389
  memoizedResultFunc: ((resultFuncArgs_0: {
231
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
232
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
233
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
390
+ x: import("../../../index.js").DefaultedXAxis[];
391
+ y: import("../../../index.js").DefaultedYAxis[];
392
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
234
393
  clearCache: () => void;
235
394
  resultsCount: () => number;
236
395
  resetResultsCount: () => void;
237
396
  };
238
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
397
+ lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
239
398
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
240
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
241
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
399
+ x: import("../../../index.js").DefaultedXAxis[];
400
+ y: import("../../../index.js").DefaultedYAxis[];
242
401
  } | undefined];
243
402
  recomputations: () => number;
244
403
  resetRecomputations: () => void;
@@ -247,9 +406,9 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
247
406
  } & {
248
407
  memoize: typeof import("reselect").weakMapMemoize;
249
408
  argsMemoize: typeof import("reselect").weakMapMemoize;
250
- }, ((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<{}> & {
251
- cacheKey: import("../../models").ChartStateCacheKey;
252
- } & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState>) => {
409
+ }, ((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<{}> & {
410
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
411
+ } & Partial<import("./useChartCartesianAxis.types.js").UseChartCartesianAxisState>) => {
253
412
  width: number;
254
413
  left: number;
255
414
  right: number;
@@ -289,22 +448,22 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
289
448
  top: number;
290
449
  bottom: number;
291
450
  };
292
- 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<{}> & {
293
- cacheKey: import("../../models").ChartStateCacheKey;
451
+ 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<{}> & {
452
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
294
453
  }) => number) & {
295
454
  clearCache: () => void;
296
455
  resultsCount: () => number;
297
456
  resetResultsCount: () => void;
298
457
  } & {
299
458
  resultFunc: (resultFuncArgs_0: {
300
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
459
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
301
460
  width: number;
302
461
  height: number;
303
462
  propsWidth: number | undefined;
304
463
  propsHeight: number | undefined;
305
464
  }) => number;
306
465
  memoizedResultFunc: ((resultFuncArgs_0: {
307
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
466
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
308
467
  width: number;
309
468
  height: number;
310
469
  propsWidth: number | undefined;
@@ -315,7 +474,7 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
315
474
  resetResultsCount: () => void;
316
475
  };
317
476
  lastResult: () => number;
318
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
477
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
319
478
  recomputations: () => number;
320
479
  resetRecomputations: () => void;
321
480
  dependencyRecomputations: () => number;
@@ -323,22 +482,22 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
323
482
  } & {
324
483
  memoize: typeof import("reselect").weakMapMemoize;
325
484
  argsMemoize: typeof import("reselect").weakMapMemoize;
326
- }, ((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<{}> & {
327
- cacheKey: import("../../models").ChartStateCacheKey;
485
+ }, ((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<{}> & {
486
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
328
487
  }) => number) & {
329
488
  clearCache: () => void;
330
489
  resultsCount: () => number;
331
490
  resetResultsCount: () => void;
332
491
  } & {
333
492
  resultFunc: (resultFuncArgs_0: {
334
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
493
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
335
494
  width: number;
336
495
  height: number;
337
496
  propsWidth: number | undefined;
338
497
  propsHeight: number | undefined;
339
498
  }) => number;
340
499
  memoizedResultFunc: ((resultFuncArgs_0: {
341
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
500
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
342
501
  width: number;
343
502
  height: number;
344
503
  propsWidth: number | undefined;
@@ -349,7 +508,7 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
349
508
  resetResultsCount: () => void;
350
509
  };
351
510
  lastResult: () => number;
352
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
511
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
353
512
  recomputations: () => number;
354
513
  resetRecomputations: () => void;
355
514
  dependencyRecomputations: () => number;
@@ -357,47 +516,47 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
357
516
  } & {
358
517
  memoize: typeof import("reselect").weakMapMemoize;
359
518
  argsMemoize: typeof import("reselect").weakMapMemoize;
360
- }, ((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<{}> & {
361
- cacheKey: import("../../models").ChartStateCacheKey;
519
+ }, ((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<{}> & {
520
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
362
521
  }) => number) & {
363
522
  clearCache: () => void;
364
523
  resultsCount: () => number;
365
524
  resetResultsCount: () => void;
366
525
  } & {
367
- resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
368
- memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
526
+ resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
527
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
369
528
  clearCache: () => void;
370
529
  resultsCount: () => number;
371
530
  resetResultsCount: () => void;
372
531
  };
373
532
  lastResult: () => number;
374
- 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<{}> & {
375
- cacheKey: import("../../models").ChartStateCacheKey;
376
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
533
+ 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<{}> & {
534
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
535
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
377
536
  clearCache: () => void;
378
537
  resultsCount: () => number;
379
538
  resetResultsCount: () => void;
380
539
  } & {
381
540
  resultFunc: (resultFuncArgs_0: {
382
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
541
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
383
542
  width: number;
384
543
  height: number;
385
544
  propsWidth: number | undefined;
386
545
  propsHeight: number | undefined;
387
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
546
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
388
547
  memoizedResultFunc: ((resultFuncArgs_0: {
389
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
548
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
390
549
  width: number;
391
550
  height: number;
392
551
  propsWidth: number | undefined;
393
552
  propsHeight: number | undefined;
394
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
553
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
395
554
  clearCache: () => void;
396
555
  resultsCount: () => number;
397
556
  resetResultsCount: () => void;
398
557
  };
399
- lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
400
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
558
+ lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
559
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
401
560
  recomputations: () => number;
402
561
  resetRecomputations: () => void;
403
562
  dependencyRecomputations: () => number;
@@ -413,47 +572,47 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
413
572
  } & {
414
573
  memoize: typeof import("reselect").weakMapMemoize;
415
574
  argsMemoize: typeof import("reselect").weakMapMemoize;
416
- }, ((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<{}> & {
417
- cacheKey: import("../../models").ChartStateCacheKey;
575
+ }, ((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<{}> & {
576
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
418
577
  }) => number) & {
419
578
  clearCache: () => void;
420
579
  resultsCount: () => number;
421
580
  resetResultsCount: () => void;
422
581
  } & {
423
- resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
424
- memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
582
+ resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
583
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
425
584
  clearCache: () => void;
426
585
  resultsCount: () => number;
427
586
  resetResultsCount: () => void;
428
587
  };
429
588
  lastResult: () => number;
430
- 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<{}> & {
431
- cacheKey: import("../../models").ChartStateCacheKey;
432
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
589
+ 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<{}> & {
590
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
591
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
433
592
  clearCache: () => void;
434
593
  resultsCount: () => number;
435
594
  resetResultsCount: () => void;
436
595
  } & {
437
596
  resultFunc: (resultFuncArgs_0: {
438
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
597
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
439
598
  width: number;
440
599
  height: number;
441
600
  propsWidth: number | undefined;
442
601
  propsHeight: number | undefined;
443
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
602
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
444
603
  memoizedResultFunc: ((resultFuncArgs_0: {
445
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
604
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
446
605
  width: number;
447
606
  height: number;
448
607
  propsWidth: number | undefined;
449
608
  propsHeight: number | undefined;
450
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
609
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
451
610
  clearCache: () => void;
452
611
  resultsCount: () => number;
453
612
  resetResultsCount: () => void;
454
613
  };
455
- lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
456
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
614
+ lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
615
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
457
616
  recomputations: () => number;
458
617
  resetRecomputations: () => void;
459
618
  dependencyRecomputations: () => number;
@@ -469,47 +628,47 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
469
628
  } & {
470
629
  memoize: typeof import("reselect").weakMapMemoize;
471
630
  argsMemoize: typeof import("reselect").weakMapMemoize;
472
- }, ((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<{}> & {
473
- cacheKey: import("../../models").ChartStateCacheKey;
631
+ }, ((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<{}> & {
632
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
474
633
  }) => number) & {
475
634
  clearCache: () => void;
476
635
  resultsCount: () => number;
477
636
  resetResultsCount: () => void;
478
637
  } & {
479
- resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
480
- memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
638
+ resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
639
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
481
640
  clearCache: () => void;
482
641
  resultsCount: () => number;
483
642
  resetResultsCount: () => void;
484
643
  };
485
644
  lastResult: () => number;
486
- 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<{}> & {
487
- cacheKey: import("../../models").ChartStateCacheKey;
488
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
645
+ 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<{}> & {
646
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
647
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
489
648
  clearCache: () => void;
490
649
  resultsCount: () => number;
491
650
  resetResultsCount: () => void;
492
651
  } & {
493
652
  resultFunc: (resultFuncArgs_0: {
494
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
653
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
495
654
  width: number;
496
655
  height: number;
497
656
  propsWidth: number | undefined;
498
657
  propsHeight: number | undefined;
499
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
658
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
500
659
  memoizedResultFunc: ((resultFuncArgs_0: {
501
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
660
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
502
661
  width: number;
503
662
  height: number;
504
663
  propsWidth: number | undefined;
505
664
  propsHeight: number | undefined;
506
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
665
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
507
666
  clearCache: () => void;
508
667
  resultsCount: () => number;
509
668
  resetResultsCount: () => void;
510
669
  };
511
- lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
512
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
670
+ lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
671
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
513
672
  recomputations: () => number;
514
673
  resetRecomputations: () => void;
515
674
  dependencyRecomputations: () => number;
@@ -525,47 +684,47 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
525
684
  } & {
526
685
  memoize: typeof import("reselect").weakMapMemoize;
527
686
  argsMemoize: typeof import("reselect").weakMapMemoize;
528
- }, ((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<{}> & {
529
- cacheKey: import("../../models").ChartStateCacheKey;
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;
530
689
  }) => number) & {
531
690
  clearCache: () => void;
532
691
  resultsCount: () => number;
533
692
  resetResultsCount: () => void;
534
693
  } & {
535
- resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
536
- memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
694
+ resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
695
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
537
696
  clearCache: () => void;
538
697
  resultsCount: () => number;
539
698
  resetResultsCount: () => void;
540
699
  };
541
700
  lastResult: () => number;
542
- 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<{}> & {
543
- cacheKey: import("../../models").ChartStateCacheKey;
544
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
701
+ 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<{}> & {
702
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
703
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
545
704
  clearCache: () => void;
546
705
  resultsCount: () => number;
547
706
  resetResultsCount: () => void;
548
707
  } & {
549
708
  resultFunc: (resultFuncArgs_0: {
550
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
709
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
551
710
  width: number;
552
711
  height: number;
553
712
  propsWidth: number | undefined;
554
713
  propsHeight: number | undefined;
555
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
714
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
556
715
  memoizedResultFunc: ((resultFuncArgs_0: {
557
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
716
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
558
717
  width: number;
559
718
  height: number;
560
719
  propsWidth: number | undefined;
561
720
  propsHeight: number | undefined;
562
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
721
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
563
722
  clearCache: () => void;
564
723
  resultsCount: () => number;
565
724
  resetResultsCount: () => void;
566
725
  };
567
- lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
568
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
726
+ lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
727
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
569
728
  recomputations: () => number;
570
729
  resetRecomputations: () => void;
571
730
  dependencyRecomputations: () => number;
@@ -581,43 +740,43 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
581
740
  } & {
582
741
  memoize: typeof import("reselect").weakMapMemoize;
583
742
  argsMemoize: typeof import("reselect").weakMapMemoize;
584
- }, ((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.types").UseChartCartesianAxisState> & {
585
- cacheKey: import("../../models").ChartStateCacheKey;
743
+ }, ((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.types.js").UseChartCartesianAxisState> & {
744
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
586
745
  }) => number) & {
587
746
  clearCache: () => void;
588
747
  resultsCount: () => number;
589
748
  resetResultsCount: () => void;
590
749
  } & {
591
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number;
592
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number) & {
750
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number;
751
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number) & {
593
752
  clearCache: () => void;
594
753
  resultsCount: () => number;
595
754
  resetResultsCount: () => void;
596
755
  };
597
756
  lastResult: () => number;
598
- 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.types").UseChartCartesianAxisState> & {
599
- cacheKey: import("../../models").ChartStateCacheKey;
600
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
757
+ 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.types.js").UseChartCartesianAxisState> & {
758
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
759
+ }) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
601
760
  clearCache: () => void;
602
761
  resultsCount: () => number;
603
762
  resetResultsCount: () => void;
604
763
  } & {
605
764
  resultFunc: (resultFuncArgs_0: {
606
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
607
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
608
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
765
+ x: import("../../../index.js").DefaultedXAxis[];
766
+ y: import("../../../index.js").DefaultedYAxis[];
767
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
609
768
  memoizedResultFunc: ((resultFuncArgs_0: {
610
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
611
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
612
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
769
+ x: import("../../../index.js").DefaultedXAxis[];
770
+ y: import("../../../index.js").DefaultedYAxis[];
771
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
613
772
  clearCache: () => void;
614
773
  resultsCount: () => number;
615
774
  resetResultsCount: () => void;
616
775
  };
617
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
776
+ lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
618
777
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
619
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
620
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
778
+ x: import("../../../index.js").DefaultedXAxis[];
779
+ y: import("../../../index.js").DefaultedYAxis[];
621
780
  } | undefined];
622
781
  recomputations: () => number;
623
782
  resetRecomputations: () => void;
@@ -634,43 +793,43 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
634
793
  } & {
635
794
  memoize: typeof import("reselect").weakMapMemoize;
636
795
  argsMemoize: typeof import("reselect").weakMapMemoize;
637
- }, ((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.types").UseChartCartesianAxisState> & {
638
- cacheKey: import("../../models").ChartStateCacheKey;
796
+ }, ((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.types.js").UseChartCartesianAxisState> & {
797
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
639
798
  }) => number) & {
640
799
  clearCache: () => void;
641
800
  resultsCount: () => number;
642
801
  resetResultsCount: () => void;
643
802
  } & {
644
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number;
645
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number) & {
803
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number;
804
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number) & {
646
805
  clearCache: () => void;
647
806
  resultsCount: () => number;
648
807
  resetResultsCount: () => void;
649
808
  };
650
809
  lastResult: () => number;
651
- 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.types").UseChartCartesianAxisState> & {
652
- cacheKey: import("../../models").ChartStateCacheKey;
653
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
810
+ 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.types.js").UseChartCartesianAxisState> & {
811
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
812
+ }) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
654
813
  clearCache: () => void;
655
814
  resultsCount: () => number;
656
815
  resetResultsCount: () => void;
657
816
  } & {
658
817
  resultFunc: (resultFuncArgs_0: {
659
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
660
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
661
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
818
+ x: import("../../../index.js").DefaultedXAxis[];
819
+ y: import("../../../index.js").DefaultedYAxis[];
820
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
662
821
  memoizedResultFunc: ((resultFuncArgs_0: {
663
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
664
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
665
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
822
+ x: import("../../../index.js").DefaultedXAxis[];
823
+ y: import("../../../index.js").DefaultedYAxis[];
824
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
666
825
  clearCache: () => void;
667
826
  resultsCount: () => number;
668
827
  resetResultsCount: () => void;
669
828
  };
670
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
829
+ lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
671
830
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
672
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
673
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
831
+ x: import("../../../index.js").DefaultedXAxis[];
832
+ y: import("../../../index.js").DefaultedYAxis[];
674
833
  } | undefined];
675
834
  recomputations: () => number;
676
835
  resetRecomputations: () => void;
@@ -687,43 +846,43 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
687
846
  } & {
688
847
  memoize: typeof import("reselect").weakMapMemoize;
689
848
  argsMemoize: typeof import("reselect").weakMapMemoize;
690
- }, ((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.types").UseChartCartesianAxisState> & {
691
- cacheKey: import("../../models").ChartStateCacheKey;
849
+ }, ((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.types.js").UseChartCartesianAxisState> & {
850
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
692
851
  }) => number) & {
693
852
  clearCache: () => void;
694
853
  resultsCount: () => number;
695
854
  resetResultsCount: () => void;
696
855
  } & {
697
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number;
698
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number) & {
856
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number;
857
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number) & {
699
858
  clearCache: () => void;
700
859
  resultsCount: () => number;
701
860
  resetResultsCount: () => void;
702
861
  };
703
862
  lastResult: () => number;
704
- 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.types").UseChartCartesianAxisState> & {
705
- cacheKey: import("../../models").ChartStateCacheKey;
706
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
863
+ 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.types.js").UseChartCartesianAxisState> & {
864
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
865
+ }) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
707
866
  clearCache: () => void;
708
867
  resultsCount: () => number;
709
868
  resetResultsCount: () => void;
710
869
  } & {
711
870
  resultFunc: (resultFuncArgs_0: {
712
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
713
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
714
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
871
+ x: import("../../../index.js").DefaultedXAxis[];
872
+ y: import("../../../index.js").DefaultedYAxis[];
873
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
715
874
  memoizedResultFunc: ((resultFuncArgs_0: {
716
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
717
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
718
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
875
+ x: import("../../../index.js").DefaultedXAxis[];
876
+ y: import("../../../index.js").DefaultedYAxis[];
877
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
719
878
  clearCache: () => void;
720
879
  resultsCount: () => number;
721
880
  resetResultsCount: () => void;
722
881
  };
723
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
882
+ lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
724
883
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
725
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
726
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
884
+ x: import("../../../index.js").DefaultedXAxis[];
885
+ y: import("../../../index.js").DefaultedYAxis[];
727
886
  } | undefined];
728
887
  recomputations: () => number;
729
888
  resetRecomputations: () => void;
@@ -740,43 +899,43 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
740
899
  } & {
741
900
  memoize: typeof import("reselect").weakMapMemoize;
742
901
  argsMemoize: typeof import("reselect").weakMapMemoize;
743
- }, ((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.types").UseChartCartesianAxisState> & {
744
- cacheKey: import("../../models").ChartStateCacheKey;
902
+ }, ((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.types.js").UseChartCartesianAxisState> & {
903
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
745
904
  }) => number) & {
746
905
  clearCache: () => void;
747
906
  resultsCount: () => number;
748
907
  resetResultsCount: () => void;
749
908
  } & {
750
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number;
751
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number) & {
909
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number;
910
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number) & {
752
911
  clearCache: () => void;
753
912
  resultsCount: () => number;
754
913
  resetResultsCount: () => void;
755
914
  };
756
915
  lastResult: () => number;
757
- 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.types").UseChartCartesianAxisState> & {
758
- cacheKey: import("../../models").ChartStateCacheKey;
759
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
916
+ 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.types.js").UseChartCartesianAxisState> & {
917
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
918
+ }) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
760
919
  clearCache: () => void;
761
920
  resultsCount: () => number;
762
921
  resetResultsCount: () => void;
763
922
  } & {
764
923
  resultFunc: (resultFuncArgs_0: {
765
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
766
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
767
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
924
+ x: import("../../../index.js").DefaultedXAxis[];
925
+ y: import("../../../index.js").DefaultedYAxis[];
926
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
768
927
  memoizedResultFunc: ((resultFuncArgs_0: {
769
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
770
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
771
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
928
+ x: import("../../../index.js").DefaultedXAxis[];
929
+ y: import("../../../index.js").DefaultedYAxis[];
930
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
772
931
  clearCache: () => void;
773
932
  resultsCount: () => number;
774
933
  resetResultsCount: () => void;
775
934
  };
776
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
935
+ lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
777
936
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
778
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
779
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
937
+ x: import("../../../index.js").DefaultedXAxis[];
938
+ y: import("../../../index.js").DefaultedYAxis[];
780
939
  } | undefined];
781
940
  recomputations: () => number;
782
941
  resetRecomputations: () => void;
@@ -801,27 +960,27 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
801
960
  } & {
802
961
  memoize: typeof import("reselect").weakMapMemoize;
803
962
  argsMemoize: typeof import("reselect").weakMapMemoize;
804
- }, ((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<{}> & {
805
- cacheKey: import("../../models").ChartStateCacheKey;
806
- }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
963
+ }, ((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<{}> & {
964
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
965
+ }) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) & {
807
966
  clearCache: () => void;
808
967
  resultsCount: () => number;
809
968
  resetResultsCount: () => void;
810
969
  } & {
811
970
  resultFunc: (resultFuncArgs_0: {
812
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
813
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
814
- }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
971
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
972
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
973
+ }) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
815
974
  memoizedResultFunc: ((resultFuncArgs_0: {
816
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
817
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
818
- }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
975
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
976
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
977
+ }) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) & {
819
978
  clearCache: () => void;
820
979
  resultsCount: () => number;
821
980
  resetResultsCount: () => void;
822
981
  };
823
- lastResult: () => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
824
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
982
+ lastResult: () => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
983
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartSeriesSignature>];
825
984
  recomputations: () => number;
826
985
  resetRecomputations: () => void;
827
986
  dependencyRecomputations: () => number;
@@ -829,27 +988,27 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
829
988
  } & {
830
989
  memoize: typeof import("reselect").weakMapMemoize;
831
990
  argsMemoize: typeof import("reselect").weakMapMemoize;
832
- }, ((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<{}> & {
833
- cacheKey: import("../../models").ChartStateCacheKey;
834
- }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
991
+ }, ((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("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) & {
835
994
  clearCache: () => void;
836
995
  resultsCount: () => number;
837
996
  resetResultsCount: () => void;
838
997
  } & {
839
998
  resultFunc: (resultFuncArgs_0: {
840
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
841
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
842
- }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
999
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
1000
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
1001
+ }) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
843
1002
  memoizedResultFunc: ((resultFuncArgs_0: {
844
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
845
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
846
- }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
1003
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
1004
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
1005
+ }) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) & {
847
1006
  clearCache: () => void;
848
1007
  resultsCount: () => number;
849
1008
  resetResultsCount: () => void;
850
1009
  };
851
- lastResult: () => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
852
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
1010
+ lastResult: () => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
1011
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartSeriesSignature>];
853
1012
  recomputations: () => number;
854
1013
  resetRecomputations: () => void;
855
1014
  dependencyRecomputations: () => number;
@@ -857,8 +1016,8 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
857
1016
  } & {
858
1017
  memoize: typeof import("reselect").weakMapMemoize;
859
1018
  argsMemoize: typeof import("reselect").weakMapMemoize;
860
- }, ((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.types").UseChartCartesianAxisState> & {
861
- cacheKey: import("../../models").ChartStateCacheKey;
1019
+ }, ((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.types.js").UseChartCartesianAxisState> & {
1020
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
862
1021
  }) => Map<AxisId, ZoomData> | undefined) & {
863
1022
  clearCache: () => void;
864
1023
  resultsCount: () => number;
@@ -888,69 +1047,69 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
888
1047
  } & {
889
1048
  memoize: typeof import("reselect").weakMapMemoize;
890
1049
  argsMemoize: typeof import("reselect").weakMapMemoize;
891
- }, ((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.types").UseChartCartesianAxisState> & {
892
- cacheKey: import("../../models").ChartStateCacheKey;
1050
+ }, ((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.types.js").UseChartCartesianAxisState> & {
1051
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
893
1052
  }) => {
894
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
895
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1053
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1054
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
896
1055
  }) & {
897
1056
  clearCache: () => void;
898
1057
  resultsCount: () => number;
899
1058
  resetResultsCount: () => void;
900
1059
  } & {
901
- resultFunc: (resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
902
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
903
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1060
+ resultFunc: (resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) => {
1061
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1062
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
904
1063
  };
905
- memoizedResultFunc: ((resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
906
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
907
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1064
+ memoizedResultFunc: ((resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) => {
1065
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1066
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
908
1067
  }) & {
909
1068
  clearCache: () => void;
910
1069
  resultsCount: () => number;
911
1070
  resetResultsCount: () => void;
912
1071
  };
913
1072
  lastResult: () => {
914
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
915
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1073
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1074
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
916
1075
  };
917
- 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.types").UseChartCartesianAxisState> & {
918
- cacheKey: import("../../models").ChartStateCacheKey;
919
- }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
1076
+ 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.types.js").UseChartCartesianAxisState> & {
1077
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1078
+ }) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
920
1079
  clearCache: () => void;
921
1080
  resultsCount: () => number;
922
1081
  resetResultsCount: () => void;
923
1082
  } & {
924
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
925
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
1083
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
1084
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
926
1085
  clearCache: () => void;
927
1086
  resultsCount: () => number;
928
1087
  resetResultsCount: () => void;
929
1088
  };
930
- lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
931
- 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.types").UseChartCartesianAxisState> & {
932
- cacheKey: import("../../models").ChartStateCacheKey;
933
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
1089
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
1090
+ 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.types.js").UseChartCartesianAxisState> & {
1091
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1092
+ }) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
934
1093
  clearCache: () => void;
935
1094
  resultsCount: () => number;
936
1095
  resetResultsCount: () => void;
937
1096
  } & {
938
1097
  resultFunc: (resultFuncArgs_0: {
939
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
940
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
941
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
1098
+ x: import("../../../index.js").DefaultedXAxis[];
1099
+ y: import("../../../index.js").DefaultedYAxis[];
1100
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
942
1101
  memoizedResultFunc: ((resultFuncArgs_0: {
943
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
944
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
945
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
1102
+ x: import("../../../index.js").DefaultedXAxis[];
1103
+ y: import("../../../index.js").DefaultedYAxis[];
1104
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
946
1105
  clearCache: () => void;
947
1106
  resultsCount: () => number;
948
1107
  resetResultsCount: () => void;
949
1108
  };
950
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
1109
+ lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
951
1110
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
952
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
953
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1111
+ x: import("../../../index.js").DefaultedXAxis[];
1112
+ y: import("../../../index.js").DefaultedYAxis[];
954
1113
  } | undefined];
955
1114
  recomputations: () => number;
956
1115
  resetRecomputations: () => void;
@@ -967,43 +1126,43 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
967
1126
  } & {
968
1127
  memoize: typeof import("reselect").weakMapMemoize;
969
1128
  argsMemoize: typeof import("reselect").weakMapMemoize;
970
- }, ((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.types").UseChartCartesianAxisState> & {
971
- cacheKey: import("../../models").ChartStateCacheKey;
972
- }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
1129
+ }, ((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.types.js").UseChartCartesianAxisState> & {
1130
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1131
+ }) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
973
1132
  clearCache: () => void;
974
1133
  resultsCount: () => number;
975
1134
  resetResultsCount: () => void;
976
1135
  } & {
977
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
978
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
1136
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
1137
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
979
1138
  clearCache: () => void;
980
1139
  resultsCount: () => number;
981
1140
  resetResultsCount: () => void;
982
1141
  };
983
- lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
984
- 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.types").UseChartCartesianAxisState> & {
985
- cacheKey: import("../../models").ChartStateCacheKey;
986
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
1142
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
1143
+ 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.types.js").UseChartCartesianAxisState> & {
1144
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1145
+ }) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
987
1146
  clearCache: () => void;
988
1147
  resultsCount: () => number;
989
1148
  resetResultsCount: () => void;
990
1149
  } & {
991
1150
  resultFunc: (resultFuncArgs_0: {
992
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
993
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
994
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
1151
+ x: import("../../../index.js").DefaultedXAxis[];
1152
+ y: import("../../../index.js").DefaultedYAxis[];
1153
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
995
1154
  memoizedResultFunc: ((resultFuncArgs_0: {
996
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
997
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
998
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
1155
+ x: import("../../../index.js").DefaultedXAxis[];
1156
+ y: import("../../../index.js").DefaultedYAxis[];
1157
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
999
1158
  clearCache: () => void;
1000
1159
  resultsCount: () => number;
1001
1160
  resetResultsCount: () => void;
1002
1161
  };
1003
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
1162
+ lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
1004
1163
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
1005
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1006
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1164
+ x: import("../../../index.js").DefaultedXAxis[];
1165
+ y: import("../../../index.js").DefaultedYAxis[];
1007
1166
  } | undefined];
1008
1167
  recomputations: () => number;
1009
1168
  resetRecomputations: () => void;
@@ -1028,42 +1187,42 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
1028
1187
  } & {
1029
1188
  memoize: typeof import("reselect").weakMapMemoize;
1030
1189
  argsMemoize: typeof import("reselect").weakMapMemoize;
1031
- }, ((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.types").UseChartCartesianAxisState> & {
1032
- cacheKey: import("../../models").ChartStateCacheKey;
1033
- } & Partial<{}>) => import("./zoom.types").GetZoomAxisFilters | undefined) & {
1190
+ }, ((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.types.js").UseChartCartesianAxisState> & {
1191
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1192
+ } & Partial<{}>) => import("./zoom.types.js").GetZoomAxisFilters | undefined) & {
1034
1193
  clearCache: () => void;
1035
1194
  resultsCount: () => number;
1036
1195
  resetResultsCount: () => void;
1037
1196
  } & {
1038
- resultFunc: (resultFuncArgs_0: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_1: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_2: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined, resultFuncArgs_3: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => import("./zoom.types").GetZoomAxisFilters | undefined;
1039
- memoizedResultFunc: ((resultFuncArgs_0: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_1: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_2: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined, resultFuncArgs_3: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => import("./zoom.types").GetZoomAxisFilters | undefined) & {
1197
+ resultFunc: (resultFuncArgs_0: ((axis: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types.js").ExtremumFilter | null) | undefined, resultFuncArgs_1: ((axis: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types.js").ExtremumFilter | null) | undefined, resultFuncArgs_2: import("../../../index.js").DefaultedXAxis[] | undefined, resultFuncArgs_3: import("../../../index.js").DefaultedYAxis[] | undefined) => import("./zoom.types.js").GetZoomAxisFilters | undefined;
1198
+ memoizedResultFunc: ((resultFuncArgs_0: ((axis: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types.js").ExtremumFilter | null) | undefined, resultFuncArgs_1: ((axis: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types.js").ExtremumFilter | null) | undefined, resultFuncArgs_2: import("../../../index.js").DefaultedXAxis[] | undefined, resultFuncArgs_3: import("../../../index.js").DefaultedYAxis[] | undefined) => import("./zoom.types.js").GetZoomAxisFilters | undefined) & {
1040
1199
  clearCache: () => void;
1041
1200
  resultsCount: () => number;
1042
1201
  resetResultsCount: () => void;
1043
1202
  };
1044
- lastResult: () => import("./zoom.types").GetZoomAxisFilters | undefined;
1045
- 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.types").UseChartCartesianAxisState> & {
1046
- cacheKey: import("../../models").ChartStateCacheKey;
1047
- } & Partial<{}>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
1203
+ lastResult: () => import("./zoom.types.js").GetZoomAxisFilters | undefined;
1204
+ 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.types.js").UseChartCartesianAxisState> & {
1205
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1206
+ } & Partial<{}>) => ((axis: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types.js").ExtremumFilter | null) | undefined) & {
1048
1207
  clearCache: () => void;
1049
1208
  resultsCount: () => number;
1050
1209
  resetResultsCount: () => void;
1051
1210
  } & {
1052
1211
  resultFunc: (resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
1053
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1054
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1055
- }, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
1212
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1213
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1214
+ }, resultFuncArgs_2: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>, resultFuncArgs_3: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) => ((axis: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types.js").ExtremumFilter | null) | undefined;
1056
1215
  memoizedResultFunc: ((resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
1057
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1058
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1059
- }, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
1216
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1217
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1218
+ }, resultFuncArgs_2: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>, resultFuncArgs_3: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) => ((axis: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types.js").ExtremumFilter | null) | undefined) & {
1060
1219
  clearCache: () => void;
1061
1220
  resultsCount: () => number;
1062
1221
  resetResultsCount: () => void;
1063
1222
  };
1064
- lastResult: () => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
1065
- 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.types").UseChartCartesianAxisState> & {
1066
- cacheKey: import("../../models").ChartStateCacheKey;
1223
+ lastResult: () => ((axis: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types.js").ExtremumFilter | null) | undefined;
1224
+ 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.types.js").UseChartCartesianAxisState> & {
1225
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1067
1226
  }) => Map<AxisId, ZoomData> | undefined) & {
1068
1227
  clearCache: () => void;
1069
1228
  resultsCount: () => number;
@@ -1093,69 +1252,69 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
1093
1252
  } & {
1094
1253
  memoize: typeof import("reselect").weakMapMemoize;
1095
1254
  argsMemoize: typeof import("reselect").weakMapMemoize;
1096
- }, ((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.types").UseChartCartesianAxisState> & {
1097
- cacheKey: import("../../models").ChartStateCacheKey;
1255
+ }, ((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.types.js").UseChartCartesianAxisState> & {
1256
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1098
1257
  }) => {
1099
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1100
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1258
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1259
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1101
1260
  }) & {
1102
1261
  clearCache: () => void;
1103
1262
  resultsCount: () => number;
1104
1263
  resetResultsCount: () => void;
1105
1264
  } & {
1106
- resultFunc: (resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
1107
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1108
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1265
+ resultFunc: (resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) => {
1266
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1267
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1109
1268
  };
1110
- memoizedResultFunc: ((resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
1111
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1112
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1269
+ memoizedResultFunc: ((resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) => {
1270
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1271
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1113
1272
  }) & {
1114
1273
  clearCache: () => void;
1115
1274
  resultsCount: () => number;
1116
1275
  resetResultsCount: () => void;
1117
1276
  };
1118
1277
  lastResult: () => {
1119
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1120
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1278
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1279
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1121
1280
  };
1122
- 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.types").UseChartCartesianAxisState> & {
1123
- cacheKey: import("../../models").ChartStateCacheKey;
1124
- }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
1281
+ 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.types.js").UseChartCartesianAxisState> & {
1282
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1283
+ }) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
1125
1284
  clearCache: () => void;
1126
1285
  resultsCount: () => number;
1127
1286
  resetResultsCount: () => void;
1128
1287
  } & {
1129
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
1130
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
1288
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
1289
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
1131
1290
  clearCache: () => void;
1132
1291
  resultsCount: () => number;
1133
1292
  resetResultsCount: () => void;
1134
1293
  };
1135
- lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
1136
- 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.types").UseChartCartesianAxisState> & {
1137
- cacheKey: import("../../models").ChartStateCacheKey;
1138
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
1294
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
1295
+ 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.types.js").UseChartCartesianAxisState> & {
1296
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1297
+ }) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
1139
1298
  clearCache: () => void;
1140
1299
  resultsCount: () => number;
1141
1300
  resetResultsCount: () => void;
1142
1301
  } & {
1143
1302
  resultFunc: (resultFuncArgs_0: {
1144
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1145
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1146
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
1303
+ x: import("../../../index.js").DefaultedXAxis[];
1304
+ y: import("../../../index.js").DefaultedYAxis[];
1305
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
1147
1306
  memoizedResultFunc: ((resultFuncArgs_0: {
1148
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1149
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1150
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
1307
+ x: import("../../../index.js").DefaultedXAxis[];
1308
+ y: import("../../../index.js").DefaultedYAxis[];
1309
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
1151
1310
  clearCache: () => void;
1152
1311
  resultsCount: () => number;
1153
1312
  resetResultsCount: () => void;
1154
1313
  };
1155
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
1314
+ lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
1156
1315
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
1157
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1158
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1316
+ x: import("../../../index.js").DefaultedXAxis[];
1317
+ y: import("../../../index.js").DefaultedYAxis[];
1159
1318
  } | undefined];
1160
1319
  recomputations: () => number;
1161
1320
  resetRecomputations: () => void;
@@ -1172,43 +1331,43 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
1172
1331
  } & {
1173
1332
  memoize: typeof import("reselect").weakMapMemoize;
1174
1333
  argsMemoize: typeof import("reselect").weakMapMemoize;
1175
- }, ((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.types").UseChartCartesianAxisState> & {
1176
- cacheKey: import("../../models").ChartStateCacheKey;
1177
- }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
1334
+ }, ((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.types.js").UseChartCartesianAxisState> & {
1335
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1336
+ }) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
1178
1337
  clearCache: () => void;
1179
1338
  resultsCount: () => number;
1180
1339
  resetResultsCount: () => void;
1181
1340
  } & {
1182
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
1183
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
1341
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
1342
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
1184
1343
  clearCache: () => void;
1185
1344
  resultsCount: () => number;
1186
1345
  resetResultsCount: () => void;
1187
1346
  };
1188
- lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
1189
- 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.types").UseChartCartesianAxisState> & {
1190
- cacheKey: import("../../models").ChartStateCacheKey;
1191
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
1347
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
1348
+ 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.types.js").UseChartCartesianAxisState> & {
1349
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1350
+ }) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
1192
1351
  clearCache: () => void;
1193
1352
  resultsCount: () => number;
1194
1353
  resetResultsCount: () => void;
1195
1354
  } & {
1196
1355
  resultFunc: (resultFuncArgs_0: {
1197
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1198
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1199
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
1356
+ x: import("../../../index.js").DefaultedXAxis[];
1357
+ y: import("../../../index.js").DefaultedYAxis[];
1358
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
1200
1359
  memoizedResultFunc: ((resultFuncArgs_0: {
1201
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1202
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1203
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
1360
+ x: import("../../../index.js").DefaultedXAxis[];
1361
+ y: import("../../../index.js").DefaultedYAxis[];
1362
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
1204
1363
  clearCache: () => void;
1205
1364
  resultsCount: () => number;
1206
1365
  resetResultsCount: () => void;
1207
1366
  };
1208
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
1367
+ lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
1209
1368
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
1210
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1211
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1369
+ x: import("../../../index.js").DefaultedXAxis[];
1370
+ y: import("../../../index.js").DefaultedYAxis[];
1212
1371
  } | undefined];
1213
1372
  recomputations: () => number;
1214
1373
  resetRecomputations: () => void;
@@ -1233,27 +1392,27 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
1233
1392
  } & {
1234
1393
  memoize: typeof import("reselect").weakMapMemoize;
1235
1394
  argsMemoize: typeof import("reselect").weakMapMemoize;
1236
- }, ((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<{}> & {
1237
- cacheKey: import("../../models").ChartStateCacheKey;
1238
- }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
1395
+ }, ((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<{}> & {
1396
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1397
+ }) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) & {
1239
1398
  clearCache: () => void;
1240
1399
  resultsCount: () => number;
1241
1400
  resetResultsCount: () => void;
1242
1401
  } & {
1243
1402
  resultFunc: (resultFuncArgs_0: {
1244
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1245
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1246
- }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1403
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
1404
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
1405
+ }) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
1247
1406
  memoizedResultFunc: ((resultFuncArgs_0: {
1248
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1249
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1250
- }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
1407
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
1408
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
1409
+ }) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) & {
1251
1410
  clearCache: () => void;
1252
1411
  resultsCount: () => number;
1253
1412
  resetResultsCount: () => void;
1254
1413
  };
1255
- lastResult: () => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1256
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
1414
+ lastResult: () => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
1415
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartSeriesSignature>];
1257
1416
  recomputations: () => number;
1258
1417
  resetRecomputations: () => void;
1259
1418
  dependencyRecomputations: () => number;
@@ -1261,27 +1420,27 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
1261
1420
  } & {
1262
1421
  memoize: typeof import("reselect").weakMapMemoize;
1263
1422
  argsMemoize: typeof import("reselect").weakMapMemoize;
1264
- }, ((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<{}> & {
1265
- cacheKey: import("../../models").ChartStateCacheKey;
1266
- }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
1423
+ }, ((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<{}> & {
1424
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1425
+ }) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) & {
1267
1426
  clearCache: () => void;
1268
1427
  resultsCount: () => number;
1269
1428
  resetResultsCount: () => void;
1270
1429
  } & {
1271
1430
  resultFunc: (resultFuncArgs_0: {
1272
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1273
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1274
- }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1431
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
1432
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
1433
+ }) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
1275
1434
  memoizedResultFunc: ((resultFuncArgs_0: {
1276
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1277
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1278
- }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
1435
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
1436
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
1437
+ }) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) & {
1279
1438
  clearCache: () => void;
1280
1439
  resultsCount: () => number;
1281
1440
  resetResultsCount: () => void;
1282
1441
  };
1283
- lastResult: () => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1284
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
1442
+ lastResult: () => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
1443
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartSeriesSignature>];
1285
1444
  recomputations: () => number;
1286
1445
  resetRecomputations: () => void;
1287
1446
  dependencyRecomputations: () => number;
@@ -1297,28 +1456,28 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
1297
1456
  } & {
1298
1457
  memoize: typeof import("reselect").weakMapMemoize;
1299
1458
  argsMemoize: typeof import("reselect").weakMapMemoize;
1300
- }, ((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.types").UseChartCartesianAxisState> & {
1301
- cacheKey: import("../../models").ChartStateCacheKey;
1302
- } & Partial<{}>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
1459
+ }, ((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.types.js").UseChartCartesianAxisState> & {
1460
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1461
+ } & Partial<{}>) => ((axis: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types.js").ExtremumFilter | null) | undefined) & {
1303
1462
  clearCache: () => void;
1304
1463
  resultsCount: () => number;
1305
1464
  resetResultsCount: () => void;
1306
1465
  } & {
1307
1466
  resultFunc: (resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
1308
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1309
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1310
- }, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
1467
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1468
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1469
+ }, resultFuncArgs_2: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>, resultFuncArgs_3: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) => ((axis: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types.js").ExtremumFilter | null) | undefined;
1311
1470
  memoizedResultFunc: ((resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
1312
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1313
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1314
- }, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
1471
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1472
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1473
+ }, resultFuncArgs_2: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>, resultFuncArgs_3: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) => ((axis: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types.js").ExtremumFilter | null) | undefined) & {
1315
1474
  clearCache: () => void;
1316
1475
  resultsCount: () => number;
1317
1476
  resetResultsCount: () => void;
1318
1477
  };
1319
- lastResult: () => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
1320
- 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.types").UseChartCartesianAxisState> & {
1321
- cacheKey: import("../../models").ChartStateCacheKey;
1478
+ lastResult: () => ((axis: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types.js").ExtremumFilter | null) | undefined;
1479
+ 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.types.js").UseChartCartesianAxisState> & {
1480
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1322
1481
  }) => Map<AxisId, ZoomData> | undefined) & {
1323
1482
  clearCache: () => void;
1324
1483
  resultsCount: () => number;
@@ -1348,69 +1507,69 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
1348
1507
  } & {
1349
1508
  memoize: typeof import("reselect").weakMapMemoize;
1350
1509
  argsMemoize: typeof import("reselect").weakMapMemoize;
1351
- }, ((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.types").UseChartCartesianAxisState> & {
1352
- cacheKey: import("../../models").ChartStateCacheKey;
1510
+ }, ((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.types.js").UseChartCartesianAxisState> & {
1511
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1353
1512
  }) => {
1354
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1355
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1513
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1514
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1356
1515
  }) & {
1357
1516
  clearCache: () => void;
1358
1517
  resultsCount: () => number;
1359
1518
  resetResultsCount: () => void;
1360
1519
  } & {
1361
- resultFunc: (resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
1362
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1363
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1520
+ resultFunc: (resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) => {
1521
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1522
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1364
1523
  };
1365
- memoizedResultFunc: ((resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
1366
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1367
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1524
+ memoizedResultFunc: ((resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) => {
1525
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1526
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1368
1527
  }) & {
1369
1528
  clearCache: () => void;
1370
1529
  resultsCount: () => number;
1371
1530
  resetResultsCount: () => void;
1372
1531
  };
1373
1532
  lastResult: () => {
1374
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1375
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1533
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1534
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1376
1535
  };
1377
- 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.types").UseChartCartesianAxisState> & {
1378
- cacheKey: import("../../models").ChartStateCacheKey;
1379
- }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
1536
+ 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.types.js").UseChartCartesianAxisState> & {
1537
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1538
+ }) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
1380
1539
  clearCache: () => void;
1381
1540
  resultsCount: () => number;
1382
1541
  resetResultsCount: () => void;
1383
1542
  } & {
1384
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
1385
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
1543
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
1544
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
1386
1545
  clearCache: () => void;
1387
1546
  resultsCount: () => number;
1388
1547
  resetResultsCount: () => void;
1389
1548
  };
1390
- lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
1391
- 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.types").UseChartCartesianAxisState> & {
1392
- cacheKey: import("../../models").ChartStateCacheKey;
1393
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
1549
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
1550
+ 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.types.js").UseChartCartesianAxisState> & {
1551
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1552
+ }) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
1394
1553
  clearCache: () => void;
1395
1554
  resultsCount: () => number;
1396
1555
  resetResultsCount: () => void;
1397
1556
  } & {
1398
1557
  resultFunc: (resultFuncArgs_0: {
1399
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1400
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1401
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
1558
+ x: import("../../../index.js").DefaultedXAxis[];
1559
+ y: import("../../../index.js").DefaultedYAxis[];
1560
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
1402
1561
  memoizedResultFunc: ((resultFuncArgs_0: {
1403
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1404
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1405
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
1562
+ x: import("../../../index.js").DefaultedXAxis[];
1563
+ y: import("../../../index.js").DefaultedYAxis[];
1564
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
1406
1565
  clearCache: () => void;
1407
1566
  resultsCount: () => number;
1408
1567
  resetResultsCount: () => void;
1409
1568
  };
1410
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
1569
+ lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
1411
1570
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
1412
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1413
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1571
+ x: import("../../../index.js").DefaultedXAxis[];
1572
+ y: import("../../../index.js").DefaultedYAxis[];
1414
1573
  } | undefined];
1415
1574
  recomputations: () => number;
1416
1575
  resetRecomputations: () => void;
@@ -1427,43 +1586,43 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
1427
1586
  } & {
1428
1587
  memoize: typeof import("reselect").weakMapMemoize;
1429
1588
  argsMemoize: typeof import("reselect").weakMapMemoize;
1430
- }, ((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.types").UseChartCartesianAxisState> & {
1431
- cacheKey: import("../../models").ChartStateCacheKey;
1432
- }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
1589
+ }, ((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.types.js").UseChartCartesianAxisState> & {
1590
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1591
+ }) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
1433
1592
  clearCache: () => void;
1434
1593
  resultsCount: () => number;
1435
1594
  resetResultsCount: () => void;
1436
1595
  } & {
1437
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
1438
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
1596
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
1597
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
1439
1598
  clearCache: () => void;
1440
1599
  resultsCount: () => number;
1441
1600
  resetResultsCount: () => void;
1442
1601
  };
1443
- lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
1444
- 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.types").UseChartCartesianAxisState> & {
1445
- cacheKey: import("../../models").ChartStateCacheKey;
1446
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
1602
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
1603
+ 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.types.js").UseChartCartesianAxisState> & {
1604
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1605
+ }) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
1447
1606
  clearCache: () => void;
1448
1607
  resultsCount: () => number;
1449
1608
  resetResultsCount: () => void;
1450
1609
  } & {
1451
1610
  resultFunc: (resultFuncArgs_0: {
1452
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1453
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1454
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
1611
+ x: import("../../../index.js").DefaultedXAxis[];
1612
+ y: import("../../../index.js").DefaultedYAxis[];
1613
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
1455
1614
  memoizedResultFunc: ((resultFuncArgs_0: {
1456
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1457
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1458
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
1615
+ x: import("../../../index.js").DefaultedXAxis[];
1616
+ y: import("../../../index.js").DefaultedYAxis[];
1617
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
1459
1618
  clearCache: () => void;
1460
1619
  resultsCount: () => number;
1461
1620
  resetResultsCount: () => void;
1462
1621
  };
1463
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
1622
+ lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
1464
1623
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
1465
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1466
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1624
+ x: import("../../../index.js").DefaultedXAxis[];
1625
+ y: import("../../../index.js").DefaultedYAxis[];
1467
1626
  } | undefined];
1468
1627
  recomputations: () => number;
1469
1628
  resetRecomputations: () => void;
@@ -1488,27 +1647,27 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
1488
1647
  } & {
1489
1648
  memoize: typeof import("reselect").weakMapMemoize;
1490
1649
  argsMemoize: typeof import("reselect").weakMapMemoize;
1491
- }, ((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<{}> & {
1492
- cacheKey: import("../../models").ChartStateCacheKey;
1493
- }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
1650
+ }, ((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("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) & {
1494
1653
  clearCache: () => void;
1495
1654
  resultsCount: () => number;
1496
1655
  resetResultsCount: () => void;
1497
1656
  } & {
1498
1657
  resultFunc: (resultFuncArgs_0: {
1499
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1500
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1501
- }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1658
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
1659
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
1660
+ }) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
1502
1661
  memoizedResultFunc: ((resultFuncArgs_0: {
1503
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1504
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1505
- }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
1662
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
1663
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
1664
+ }) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) & {
1506
1665
  clearCache: () => void;
1507
1666
  resultsCount: () => number;
1508
1667
  resetResultsCount: () => void;
1509
1668
  };
1510
- lastResult: () => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1511
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
1669
+ lastResult: () => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
1670
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartSeriesSignature>];
1512
1671
  recomputations: () => number;
1513
1672
  resetRecomputations: () => void;
1514
1673
  dependencyRecomputations: () => number;
@@ -1516,27 +1675,27 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
1516
1675
  } & {
1517
1676
  memoize: typeof import("reselect").weakMapMemoize;
1518
1677
  argsMemoize: typeof import("reselect").weakMapMemoize;
1519
- }, ((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<{}> & {
1520
- cacheKey: import("../../models").ChartStateCacheKey;
1521
- }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
1678
+ }, ((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<{}> & {
1679
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1680
+ }) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) & {
1522
1681
  clearCache: () => void;
1523
1682
  resultsCount: () => number;
1524
1683
  resetResultsCount: () => void;
1525
1684
  } & {
1526
1685
  resultFunc: (resultFuncArgs_0: {
1527
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1528
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1529
- }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1686
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
1687
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
1688
+ }) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
1530
1689
  memoizedResultFunc: ((resultFuncArgs_0: {
1531
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1532
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
1533
- }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
1690
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
1691
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
1692
+ }) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) & {
1534
1693
  clearCache: () => void;
1535
1694
  resultsCount: () => number;
1536
1695
  resetResultsCount: () => void;
1537
1696
  };
1538
- lastResult: () => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
1539
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
1697
+ lastResult: () => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
1698
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartSeriesSignature>];
1540
1699
  recomputations: () => number;
1541
1700
  resetRecomputations: () => void;
1542
1701
  dependencyRecomputations: () => number;
@@ -1552,29 +1711,29 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
1552
1711
  } & {
1553
1712
  memoize: typeof import("reselect").weakMapMemoize;
1554
1713
  argsMemoize: typeof import("reselect").weakMapMemoize;
1555
- }, ((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.types").UseChartCartesianAxisState> & {
1556
- cacheKey: import("../../models").ChartStateCacheKey;
1557
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
1714
+ }, ((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.types.js").UseChartCartesianAxisState> & {
1715
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1716
+ }) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
1558
1717
  clearCache: () => void;
1559
1718
  resultsCount: () => number;
1560
1719
  resetResultsCount: () => void;
1561
1720
  } & {
1562
1721
  resultFunc: (resultFuncArgs_0: {
1563
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1564
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1565
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
1722
+ x: import("../../../index.js").DefaultedXAxis[];
1723
+ y: import("../../../index.js").DefaultedYAxis[];
1724
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
1566
1725
  memoizedResultFunc: ((resultFuncArgs_0: {
1567
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1568
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1569
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
1726
+ x: import("../../../index.js").DefaultedXAxis[];
1727
+ y: import("../../../index.js").DefaultedYAxis[];
1728
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
1570
1729
  clearCache: () => void;
1571
1730
  resultsCount: () => number;
1572
1731
  resetResultsCount: () => void;
1573
1732
  };
1574
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
1733
+ lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
1575
1734
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
1576
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1577
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1735
+ x: import("../../../index.js").DefaultedXAxis[];
1736
+ y: import("../../../index.js").DefaultedYAxis[];
1578
1737
  } | undefined];
1579
1738
  recomputations: () => number;
1580
1739
  resetRecomputations: () => void;
@@ -1583,29 +1742,29 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
1583
1742
  } & {
1584
1743
  memoize: typeof import("reselect").weakMapMemoize;
1585
1744
  argsMemoize: typeof import("reselect").weakMapMemoize;
1586
- }, ((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.types").UseChartCartesianAxisState> & {
1587
- cacheKey: import("../../models").ChartStateCacheKey;
1588
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
1745
+ }, ((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.types.js").UseChartCartesianAxisState> & {
1746
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1747
+ }) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
1589
1748
  clearCache: () => void;
1590
1749
  resultsCount: () => number;
1591
1750
  resetResultsCount: () => void;
1592
1751
  } & {
1593
1752
  resultFunc: (resultFuncArgs_0: {
1594
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1595
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1596
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
1753
+ x: import("../../../index.js").DefaultedXAxis[];
1754
+ y: import("../../../index.js").DefaultedYAxis[];
1755
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
1597
1756
  memoizedResultFunc: ((resultFuncArgs_0: {
1598
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1599
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1600
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
1757
+ x: import("../../../index.js").DefaultedXAxis[];
1758
+ y: import("../../../index.js").DefaultedYAxis[];
1759
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
1601
1760
  clearCache: () => void;
1602
1761
  resultsCount: () => number;
1603
1762
  resetResultsCount: () => void;
1604
1763
  };
1605
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
1764
+ lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
1606
1765
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
1607
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1608
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1766
+ x: import("../../../index.js").DefaultedXAxis[];
1767
+ y: import("../../../index.js").DefaultedYAxis[];
1609
1768
  } | undefined];
1610
1769
  recomputations: () => number;
1611
1770
  resetRecomputations: () => void;
@@ -1631,63 +1790,63 @@ export declare const selectorChartXAxis: ((state: import("../../corePlugins/useC
1631
1790
  memoize: typeof import("reselect").weakMapMemoize;
1632
1791
  argsMemoize: typeof import("reselect").weakMapMemoize;
1633
1792
  };
1634
- export declare const selectorChartYAxis: ((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.types").UseChartCartesianAxisState> & {
1635
- cacheKey: import("../../models").ChartStateCacheKey;
1636
- } & Partial<{}>) => import("./computeAxisValue").ComputeResult<import("../../..").ChartsYAxisProps>) & {
1793
+ export declare const selectorChartYAxis: ((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.types.js").UseChartCartesianAxisState> & {
1794
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1795
+ } & Partial<{}>) => import("./computeAxisValue.js").ComputeResult<import("../../../index.js").ChartsYAxisProps>) & {
1637
1796
  clearCache: () => void;
1638
1797
  resultsCount: () => number;
1639
1798
  resetResultsCount: () => void;
1640
1799
  } & {
1641
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined, resultFuncArgs_1: {
1800
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined, resultFuncArgs_1: {
1642
1801
  width: number;
1643
1802
  left: number;
1644
1803
  right: number;
1645
1804
  height: number;
1646
1805
  top: number;
1647
1806
  bottom: number;
1648
- }, resultFuncArgs_2: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_4: Map<AxisId, ZoomData> | undefined, resultFuncArgs_5: {
1649
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1650
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1651
- }, resultFuncArgs_6: import("./zoom.types").GetZoomAxisFilters | undefined) => import("./computeAxisValue").ComputeResult<import("../../..").ChartsYAxisProps>;
1652
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined, resultFuncArgs_1: {
1807
+ }, resultFuncArgs_2: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>, resultFuncArgs_4: Map<AxisId, ZoomData> | undefined, resultFuncArgs_5: {
1808
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1809
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1810
+ }, resultFuncArgs_6: import("./zoom.types.js").GetZoomAxisFilters | undefined) => import("./computeAxisValue.js").ComputeResult<import("../../../index.js").ChartsYAxisProps>;
1811
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined, resultFuncArgs_1: {
1653
1812
  width: number;
1654
1813
  left: number;
1655
1814
  right: number;
1656
1815
  height: number;
1657
1816
  top: number;
1658
1817
  bottom: number;
1659
- }, resultFuncArgs_2: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_4: Map<AxisId, ZoomData> | undefined, resultFuncArgs_5: {
1660
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1661
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
1662
- }, resultFuncArgs_6: import("./zoom.types").GetZoomAxisFilters | undefined) => import("./computeAxisValue").ComputeResult<import("../../..").ChartsYAxisProps>) & {
1818
+ }, resultFuncArgs_2: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>, resultFuncArgs_3: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>, resultFuncArgs_4: Map<AxisId, ZoomData> | undefined, resultFuncArgs_5: {
1819
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1820
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
1821
+ }, resultFuncArgs_6: import("./zoom.types.js").GetZoomAxisFilters | undefined) => import("./computeAxisValue.js").ComputeResult<import("../../../index.js").ChartsYAxisProps>) & {
1663
1822
  clearCache: () => void;
1664
1823
  resultsCount: () => number;
1665
1824
  resetResultsCount: () => void;
1666
1825
  };
1667
- lastResult: () => import("./computeAxisValue").ComputeResult<import("../../..").ChartsYAxisProps>;
1668
- 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.types").UseChartCartesianAxisState> & {
1669
- cacheKey: import("../../models").ChartStateCacheKey;
1670
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
1826
+ lastResult: () => import("./computeAxisValue.js").ComputeResult<import("../../../index.js").ChartsYAxisProps>;
1827
+ 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.types.js").UseChartCartesianAxisState> & {
1828
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1829
+ }) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
1671
1830
  clearCache: () => void;
1672
1831
  resultsCount: () => number;
1673
1832
  resetResultsCount: () => void;
1674
1833
  } & {
1675
1834
  resultFunc: (resultFuncArgs_0: {
1676
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1677
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1678
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
1835
+ x: import("../../../index.js").DefaultedXAxis[];
1836
+ y: import("../../../index.js").DefaultedYAxis[];
1837
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
1679
1838
  memoizedResultFunc: ((resultFuncArgs_0: {
1680
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1681
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1682
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
1839
+ x: import("../../../index.js").DefaultedXAxis[];
1840
+ y: import("../../../index.js").DefaultedYAxis[];
1841
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
1683
1842
  clearCache: () => void;
1684
1843
  resultsCount: () => number;
1685
1844
  resetResultsCount: () => void;
1686
1845
  };
1687
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
1846
+ lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
1688
1847
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
1689
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
1690
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
1848
+ x: import("../../../index.js").DefaultedXAxis[];
1849
+ y: import("../../../index.js").DefaultedYAxis[];
1691
1850
  } | undefined];
1692
1851
  recomputations: () => number;
1693
1852
  resetRecomputations: () => void;
@@ -1696,9 +1855,9 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
1696
1855
  } & {
1697
1856
  memoize: typeof import("reselect").weakMapMemoize;
1698
1857
  argsMemoize: typeof import("reselect").weakMapMemoize;
1699
- }, ((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<{}> & {
1700
- cacheKey: import("../../models").ChartStateCacheKey;
1701
- } & Partial<import("./useChartCartesianAxis.types").UseChartCartesianAxisState>) => {
1858
+ }, ((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<{}> & {
1859
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1860
+ } & Partial<import("./useChartCartesianAxis.types.js").UseChartCartesianAxisState>) => {
1702
1861
  width: number;
1703
1862
  left: number;
1704
1863
  right: number;
@@ -1738,22 +1897,22 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
1738
1897
  top: number;
1739
1898
  bottom: number;
1740
1899
  };
1741
- 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<{}> & {
1742
- cacheKey: import("../../models").ChartStateCacheKey;
1900
+ 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<{}> & {
1901
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1743
1902
  }) => number) & {
1744
1903
  clearCache: () => void;
1745
1904
  resultsCount: () => number;
1746
1905
  resetResultsCount: () => void;
1747
1906
  } & {
1748
1907
  resultFunc: (resultFuncArgs_0: {
1749
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1908
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1750
1909
  width: number;
1751
1910
  height: number;
1752
1911
  propsWidth: number | undefined;
1753
1912
  propsHeight: number | undefined;
1754
1913
  }) => number;
1755
1914
  memoizedResultFunc: ((resultFuncArgs_0: {
1756
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1915
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1757
1916
  width: number;
1758
1917
  height: number;
1759
1918
  propsWidth: number | undefined;
@@ -1764,7 +1923,7 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
1764
1923
  resetResultsCount: () => void;
1765
1924
  };
1766
1925
  lastResult: () => number;
1767
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
1926
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
1768
1927
  recomputations: () => number;
1769
1928
  resetRecomputations: () => void;
1770
1929
  dependencyRecomputations: () => number;
@@ -1772,22 +1931,22 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
1772
1931
  } & {
1773
1932
  memoize: typeof import("reselect").weakMapMemoize;
1774
1933
  argsMemoize: typeof import("reselect").weakMapMemoize;
1775
- }, ((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<{}> & {
1776
- cacheKey: import("../../models").ChartStateCacheKey;
1934
+ }, ((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<{}> & {
1935
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1777
1936
  }) => number) & {
1778
1937
  clearCache: () => void;
1779
1938
  resultsCount: () => number;
1780
1939
  resetResultsCount: () => void;
1781
1940
  } & {
1782
1941
  resultFunc: (resultFuncArgs_0: {
1783
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1942
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1784
1943
  width: number;
1785
1944
  height: number;
1786
1945
  propsWidth: number | undefined;
1787
1946
  propsHeight: number | undefined;
1788
1947
  }) => number;
1789
1948
  memoizedResultFunc: ((resultFuncArgs_0: {
1790
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1949
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1791
1950
  width: number;
1792
1951
  height: number;
1793
1952
  propsWidth: number | undefined;
@@ -1798,7 +1957,7 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
1798
1957
  resetResultsCount: () => void;
1799
1958
  };
1800
1959
  lastResult: () => number;
1801
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
1960
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
1802
1961
  recomputations: () => number;
1803
1962
  resetRecomputations: () => void;
1804
1963
  dependencyRecomputations: () => number;
@@ -1806,47 +1965,47 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
1806
1965
  } & {
1807
1966
  memoize: typeof import("reselect").weakMapMemoize;
1808
1967
  argsMemoize: typeof import("reselect").weakMapMemoize;
1809
- }, ((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<{}> & {
1810
- cacheKey: import("../../models").ChartStateCacheKey;
1968
+ }, ((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<{}> & {
1969
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1811
1970
  }) => number) & {
1812
1971
  clearCache: () => void;
1813
1972
  resultsCount: () => number;
1814
1973
  resetResultsCount: () => void;
1815
1974
  } & {
1816
- resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
1817
- memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
1975
+ resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
1976
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
1818
1977
  clearCache: () => void;
1819
1978
  resultsCount: () => number;
1820
1979
  resetResultsCount: () => void;
1821
1980
  };
1822
1981
  lastResult: () => number;
1823
- 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<{}> & {
1824
- cacheKey: import("../../models").ChartStateCacheKey;
1825
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
1982
+ 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<{}> & {
1983
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1984
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
1826
1985
  clearCache: () => void;
1827
1986
  resultsCount: () => number;
1828
1987
  resetResultsCount: () => void;
1829
1988
  } & {
1830
1989
  resultFunc: (resultFuncArgs_0: {
1831
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1990
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1832
1991
  width: number;
1833
1992
  height: number;
1834
1993
  propsWidth: number | undefined;
1835
1994
  propsHeight: number | undefined;
1836
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1995
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1837
1996
  memoizedResultFunc: ((resultFuncArgs_0: {
1838
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1997
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1839
1998
  width: number;
1840
1999
  height: number;
1841
2000
  propsWidth: number | undefined;
1842
2001
  propsHeight: number | undefined;
1843
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
2002
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
1844
2003
  clearCache: () => void;
1845
2004
  resultsCount: () => number;
1846
2005
  resetResultsCount: () => void;
1847
2006
  };
1848
- lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1849
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
2007
+ lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
2008
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
1850
2009
  recomputations: () => number;
1851
2010
  resetRecomputations: () => void;
1852
2011
  dependencyRecomputations: () => number;
@@ -1862,47 +2021,47 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
1862
2021
  } & {
1863
2022
  memoize: typeof import("reselect").weakMapMemoize;
1864
2023
  argsMemoize: typeof import("reselect").weakMapMemoize;
1865
- }, ((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<{}> & {
1866
- cacheKey: import("../../models").ChartStateCacheKey;
2024
+ }, ((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<{}> & {
2025
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1867
2026
  }) => number) & {
1868
2027
  clearCache: () => void;
1869
2028
  resultsCount: () => number;
1870
2029
  resetResultsCount: () => void;
1871
2030
  } & {
1872
- resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
1873
- memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
2031
+ resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
2032
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
1874
2033
  clearCache: () => void;
1875
2034
  resultsCount: () => number;
1876
2035
  resetResultsCount: () => void;
1877
2036
  };
1878
2037
  lastResult: () => number;
1879
- 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<{}> & {
1880
- cacheKey: import("../../models").ChartStateCacheKey;
1881
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
2038
+ 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<{}> & {
2039
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2040
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
1882
2041
  clearCache: () => void;
1883
2042
  resultsCount: () => number;
1884
2043
  resetResultsCount: () => void;
1885
2044
  } & {
1886
2045
  resultFunc: (resultFuncArgs_0: {
1887
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
2046
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1888
2047
  width: number;
1889
2048
  height: number;
1890
2049
  propsWidth: number | undefined;
1891
2050
  propsHeight: number | undefined;
1892
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
2051
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1893
2052
  memoizedResultFunc: ((resultFuncArgs_0: {
1894
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
2053
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1895
2054
  width: number;
1896
2055
  height: number;
1897
2056
  propsWidth: number | undefined;
1898
2057
  propsHeight: number | undefined;
1899
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
2058
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
1900
2059
  clearCache: () => void;
1901
2060
  resultsCount: () => number;
1902
2061
  resetResultsCount: () => void;
1903
2062
  };
1904
- lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1905
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
2063
+ lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
2064
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
1906
2065
  recomputations: () => number;
1907
2066
  resetRecomputations: () => void;
1908
2067
  dependencyRecomputations: () => number;
@@ -1918,47 +2077,47 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
1918
2077
  } & {
1919
2078
  memoize: typeof import("reselect").weakMapMemoize;
1920
2079
  argsMemoize: typeof import("reselect").weakMapMemoize;
1921
- }, ((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<{}> & {
1922
- cacheKey: import("../../models").ChartStateCacheKey;
2080
+ }, ((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<{}> & {
2081
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1923
2082
  }) => number) & {
1924
2083
  clearCache: () => void;
1925
2084
  resultsCount: () => number;
1926
2085
  resetResultsCount: () => void;
1927
2086
  } & {
1928
- resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
1929
- memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
2087
+ resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
2088
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
1930
2089
  clearCache: () => void;
1931
2090
  resultsCount: () => number;
1932
2091
  resetResultsCount: () => void;
1933
2092
  };
1934
2093
  lastResult: () => number;
1935
- 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<{}> & {
1936
- cacheKey: import("../../models").ChartStateCacheKey;
1937
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
2094
+ 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<{}> & {
2095
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2096
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
1938
2097
  clearCache: () => void;
1939
2098
  resultsCount: () => number;
1940
2099
  resetResultsCount: () => void;
1941
2100
  } & {
1942
2101
  resultFunc: (resultFuncArgs_0: {
1943
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
2102
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1944
2103
  width: number;
1945
2104
  height: number;
1946
2105
  propsWidth: number | undefined;
1947
2106
  propsHeight: number | undefined;
1948
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
2107
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1949
2108
  memoizedResultFunc: ((resultFuncArgs_0: {
1950
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
2109
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
1951
2110
  width: number;
1952
2111
  height: number;
1953
2112
  propsWidth: number | undefined;
1954
2113
  propsHeight: number | undefined;
1955
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
2114
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
1956
2115
  clearCache: () => void;
1957
2116
  resultsCount: () => number;
1958
2117
  resetResultsCount: () => void;
1959
2118
  };
1960
- lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
1961
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
2119
+ lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
2120
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
1962
2121
  recomputations: () => number;
1963
2122
  resetRecomputations: () => void;
1964
2123
  dependencyRecomputations: () => number;
@@ -1974,47 +2133,47 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
1974
2133
  } & {
1975
2134
  memoize: typeof import("reselect").weakMapMemoize;
1976
2135
  argsMemoize: typeof import("reselect").weakMapMemoize;
1977
- }, ((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<{}> & {
1978
- cacheKey: import("../../models").ChartStateCacheKey;
2136
+ }, ((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<{}> & {
2137
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
1979
2138
  }) => number) & {
1980
2139
  clearCache: () => void;
1981
2140
  resultsCount: () => number;
1982
2141
  resetResultsCount: () => void;
1983
2142
  } & {
1984
- resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number;
1985
- memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) => number) & {
2143
+ resultFunc: (resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number;
2144
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) => number) & {
1986
2145
  clearCache: () => void;
1987
2146
  resultsCount: () => number;
1988
2147
  resetResultsCount: () => void;
1989
2148
  };
1990
2149
  lastResult: () => number;
1991
- 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<{}> & {
1992
- cacheKey: import("../../models").ChartStateCacheKey;
1993
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
2150
+ 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<{}> & {
2151
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2152
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
1994
2153
  clearCache: () => void;
1995
2154
  resultsCount: () => number;
1996
2155
  resetResultsCount: () => void;
1997
2156
  } & {
1998
2157
  resultFunc: (resultFuncArgs_0: {
1999
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
2158
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
2000
2159
  width: number;
2001
2160
  height: number;
2002
2161
  propsWidth: number | undefined;
2003
2162
  propsHeight: number | undefined;
2004
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
2163
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
2005
2164
  memoizedResultFunc: ((resultFuncArgs_0: {
2006
- margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
2165
+ margin: import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
2007
2166
  width: number;
2008
2167
  height: number;
2009
2168
  propsWidth: number | undefined;
2010
2169
  propsHeight: number | undefined;
2011
- }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin) & {
2170
+ }) => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin) & {
2012
2171
  clearCache: () => void;
2013
2172
  resultsCount: () => number;
2014
2173
  resetResultsCount: () => void;
2015
2174
  };
2016
- lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types").ChartMargin;
2017
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartDimensionsSignature>];
2175
+ lastResult: () => import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").ChartMargin;
2176
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartDimensionsSignature>];
2018
2177
  recomputations: () => number;
2019
2178
  resetRecomputations: () => void;
2020
2179
  dependencyRecomputations: () => number;
@@ -2030,43 +2189,43 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
2030
2189
  } & {
2031
2190
  memoize: typeof import("reselect").weakMapMemoize;
2032
2191
  argsMemoize: typeof import("reselect").weakMapMemoize;
2033
- }, ((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.types").UseChartCartesianAxisState> & {
2034
- cacheKey: import("../../models").ChartStateCacheKey;
2192
+ }, ((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.types.js").UseChartCartesianAxisState> & {
2193
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2035
2194
  }) => number) & {
2036
2195
  clearCache: () => void;
2037
2196
  resultsCount: () => number;
2038
2197
  resetResultsCount: () => void;
2039
2198
  } & {
2040
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number;
2041
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number) & {
2199
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number;
2200
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number) & {
2042
2201
  clearCache: () => void;
2043
2202
  resultsCount: () => number;
2044
2203
  resetResultsCount: () => void;
2045
2204
  };
2046
2205
  lastResult: () => number;
2047
- 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.types").UseChartCartesianAxisState> & {
2048
- cacheKey: import("../../models").ChartStateCacheKey;
2049
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
2206
+ 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.types.js").UseChartCartesianAxisState> & {
2207
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2208
+ }) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
2050
2209
  clearCache: () => void;
2051
2210
  resultsCount: () => number;
2052
2211
  resetResultsCount: () => void;
2053
2212
  } & {
2054
2213
  resultFunc: (resultFuncArgs_0: {
2055
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2056
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2057
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
2214
+ x: import("../../../index.js").DefaultedXAxis[];
2215
+ y: import("../../../index.js").DefaultedYAxis[];
2216
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
2058
2217
  memoizedResultFunc: ((resultFuncArgs_0: {
2059
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2060
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2061
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
2218
+ x: import("../../../index.js").DefaultedXAxis[];
2219
+ y: import("../../../index.js").DefaultedYAxis[];
2220
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
2062
2221
  clearCache: () => void;
2063
2222
  resultsCount: () => number;
2064
2223
  resetResultsCount: () => void;
2065
2224
  };
2066
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
2225
+ lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
2067
2226
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
2068
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2069
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2227
+ x: import("../../../index.js").DefaultedXAxis[];
2228
+ y: import("../../../index.js").DefaultedYAxis[];
2070
2229
  } | undefined];
2071
2230
  recomputations: () => number;
2072
2231
  resetRecomputations: () => void;
@@ -2083,43 +2242,43 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
2083
2242
  } & {
2084
2243
  memoize: typeof import("reselect").weakMapMemoize;
2085
2244
  argsMemoize: typeof import("reselect").weakMapMemoize;
2086
- }, ((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.types").UseChartCartesianAxisState> & {
2087
- cacheKey: import("../../models").ChartStateCacheKey;
2245
+ }, ((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.types.js").UseChartCartesianAxisState> & {
2246
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2088
2247
  }) => number) & {
2089
2248
  clearCache: () => void;
2090
2249
  resultsCount: () => number;
2091
2250
  resetResultsCount: () => void;
2092
2251
  } & {
2093
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number;
2094
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number) & {
2252
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number;
2253
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number) & {
2095
2254
  clearCache: () => void;
2096
2255
  resultsCount: () => number;
2097
2256
  resetResultsCount: () => void;
2098
2257
  };
2099
2258
  lastResult: () => number;
2100
- 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.types").UseChartCartesianAxisState> & {
2101
- cacheKey: import("../../models").ChartStateCacheKey;
2102
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
2259
+ 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.types.js").UseChartCartesianAxisState> & {
2260
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2261
+ }) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
2103
2262
  clearCache: () => void;
2104
2263
  resultsCount: () => number;
2105
2264
  resetResultsCount: () => void;
2106
2265
  } & {
2107
2266
  resultFunc: (resultFuncArgs_0: {
2108
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2109
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2110
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
2267
+ x: import("../../../index.js").DefaultedXAxis[];
2268
+ y: import("../../../index.js").DefaultedYAxis[];
2269
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
2111
2270
  memoizedResultFunc: ((resultFuncArgs_0: {
2112
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2113
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2114
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
2271
+ x: import("../../../index.js").DefaultedXAxis[];
2272
+ y: import("../../../index.js").DefaultedYAxis[];
2273
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
2115
2274
  clearCache: () => void;
2116
2275
  resultsCount: () => number;
2117
2276
  resetResultsCount: () => void;
2118
2277
  };
2119
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
2278
+ lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
2120
2279
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
2121
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2122
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2280
+ x: import("../../../index.js").DefaultedXAxis[];
2281
+ y: import("../../../index.js").DefaultedYAxis[];
2123
2282
  } | undefined];
2124
2283
  recomputations: () => number;
2125
2284
  resetRecomputations: () => void;
@@ -2136,43 +2295,43 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
2136
2295
  } & {
2137
2296
  memoize: typeof import("reselect").weakMapMemoize;
2138
2297
  argsMemoize: typeof import("reselect").weakMapMemoize;
2139
- }, ((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.types").UseChartCartesianAxisState> & {
2140
- cacheKey: import("../../models").ChartStateCacheKey;
2298
+ }, ((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.types.js").UseChartCartesianAxisState> & {
2299
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2141
2300
  }) => number) & {
2142
2301
  clearCache: () => void;
2143
2302
  resultsCount: () => number;
2144
2303
  resetResultsCount: () => void;
2145
2304
  } & {
2146
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number;
2147
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => number) & {
2305
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number;
2306
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => number) & {
2148
2307
  clearCache: () => void;
2149
2308
  resultsCount: () => number;
2150
2309
  resetResultsCount: () => void;
2151
2310
  };
2152
2311
  lastResult: () => number;
2153
- 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.types").UseChartCartesianAxisState> & {
2154
- cacheKey: import("../../models").ChartStateCacheKey;
2155
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
2312
+ 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.types.js").UseChartCartesianAxisState> & {
2313
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2314
+ }) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
2156
2315
  clearCache: () => void;
2157
2316
  resultsCount: () => number;
2158
2317
  resetResultsCount: () => void;
2159
2318
  } & {
2160
2319
  resultFunc: (resultFuncArgs_0: {
2161
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2162
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2163
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
2320
+ x: import("../../../index.js").DefaultedXAxis[];
2321
+ y: import("../../../index.js").DefaultedYAxis[];
2322
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
2164
2323
  memoizedResultFunc: ((resultFuncArgs_0: {
2165
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2166
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2167
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
2324
+ x: import("../../../index.js").DefaultedXAxis[];
2325
+ y: import("../../../index.js").DefaultedYAxis[];
2326
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
2168
2327
  clearCache: () => void;
2169
2328
  resultsCount: () => number;
2170
2329
  resetResultsCount: () => void;
2171
2330
  };
2172
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
2331
+ lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
2173
2332
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
2174
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2175
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2333
+ x: import("../../../index.js").DefaultedXAxis[];
2334
+ y: import("../../../index.js").DefaultedYAxis[];
2176
2335
  } | undefined];
2177
2336
  recomputations: () => number;
2178
2337
  resetRecomputations: () => void;
@@ -2189,43 +2348,43 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
2189
2348
  } & {
2190
2349
  memoize: typeof import("reselect").weakMapMemoize;
2191
2350
  argsMemoize: typeof import("reselect").weakMapMemoize;
2192
- }, ((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.types").UseChartCartesianAxisState> & {
2193
- cacheKey: import("../../models").ChartStateCacheKey;
2351
+ }, ((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.types.js").UseChartCartesianAxisState> & {
2352
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2194
2353
  }) => number) & {
2195
2354
  clearCache: () => void;
2196
2355
  resultsCount: () => number;
2197
2356
  resetResultsCount: () => void;
2198
2357
  } & {
2199
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number;
2200
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => number) & {
2358
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number;
2359
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => number) & {
2201
2360
  clearCache: () => void;
2202
2361
  resultsCount: () => number;
2203
2362
  resetResultsCount: () => void;
2204
2363
  };
2205
2364
  lastResult: () => number;
2206
- 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.types").UseChartCartesianAxisState> & {
2207
- cacheKey: import("../../models").ChartStateCacheKey;
2208
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
2365
+ 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.types.js").UseChartCartesianAxisState> & {
2366
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2367
+ }) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
2209
2368
  clearCache: () => void;
2210
2369
  resultsCount: () => number;
2211
2370
  resetResultsCount: () => void;
2212
2371
  } & {
2213
2372
  resultFunc: (resultFuncArgs_0: {
2214
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2215
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2216
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
2373
+ x: import("../../../index.js").DefaultedXAxis[];
2374
+ y: import("../../../index.js").DefaultedYAxis[];
2375
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
2217
2376
  memoizedResultFunc: ((resultFuncArgs_0: {
2218
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2219
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2220
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
2377
+ x: import("../../../index.js").DefaultedXAxis[];
2378
+ y: import("../../../index.js").DefaultedYAxis[];
2379
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
2221
2380
  clearCache: () => void;
2222
2381
  resultsCount: () => number;
2223
2382
  resetResultsCount: () => void;
2224
2383
  };
2225
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
2384
+ lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
2226
2385
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
2227
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2228
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2386
+ x: import("../../../index.js").DefaultedXAxis[];
2387
+ y: import("../../../index.js").DefaultedYAxis[];
2229
2388
  } | undefined];
2230
2389
  recomputations: () => number;
2231
2390
  resetRecomputations: () => void;
@@ -2250,27 +2409,27 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
2250
2409
  } & {
2251
2410
  memoize: typeof import("reselect").weakMapMemoize;
2252
2411
  argsMemoize: typeof import("reselect").weakMapMemoize;
2253
- }, ((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<{}> & {
2254
- cacheKey: import("../../models").ChartStateCacheKey;
2255
- }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
2412
+ }, ((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<{}> & {
2413
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2414
+ }) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) & {
2256
2415
  clearCache: () => void;
2257
2416
  resultsCount: () => number;
2258
2417
  resetResultsCount: () => void;
2259
2418
  } & {
2260
2419
  resultFunc: (resultFuncArgs_0: {
2261
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
2262
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
2263
- }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
2420
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
2421
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
2422
+ }) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
2264
2423
  memoizedResultFunc: ((resultFuncArgs_0: {
2265
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
2266
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
2267
- }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
2424
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
2425
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
2426
+ }) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) & {
2268
2427
  clearCache: () => void;
2269
2428
  resultsCount: () => number;
2270
2429
  resetResultsCount: () => void;
2271
2430
  };
2272
- lastResult: () => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
2273
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
2431
+ lastResult: () => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
2432
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartSeriesSignature>];
2274
2433
  recomputations: () => number;
2275
2434
  resetRecomputations: () => void;
2276
2435
  dependencyRecomputations: () => number;
@@ -2278,27 +2437,27 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
2278
2437
  } & {
2279
2438
  memoize: typeof import("reselect").weakMapMemoize;
2280
2439
  argsMemoize: typeof import("reselect").weakMapMemoize;
2281
- }, ((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<{}> & {
2282
- cacheKey: import("../../models").ChartStateCacheKey;
2283
- }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
2440
+ }, ((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<{}> & {
2441
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2442
+ }) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) & {
2284
2443
  clearCache: () => void;
2285
2444
  resultsCount: () => number;
2286
2445
  resetResultsCount: () => void;
2287
2446
  } & {
2288
2447
  resultFunc: (resultFuncArgs_0: {
2289
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
2290
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
2291
- }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
2448
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
2449
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
2450
+ }) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
2292
2451
  memoizedResultFunc: ((resultFuncArgs_0: {
2293
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
2294
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
2295
- }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
2452
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
2453
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
2454
+ }) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) & {
2296
2455
  clearCache: () => void;
2297
2456
  resultsCount: () => number;
2298
2457
  resetResultsCount: () => void;
2299
2458
  };
2300
- lastResult: () => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
2301
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
2459
+ lastResult: () => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
2460
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartSeriesSignature>];
2302
2461
  recomputations: () => number;
2303
2462
  resetRecomputations: () => void;
2304
2463
  dependencyRecomputations: () => number;
@@ -2306,8 +2465,8 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
2306
2465
  } & {
2307
2466
  memoize: typeof import("reselect").weakMapMemoize;
2308
2467
  argsMemoize: typeof import("reselect").weakMapMemoize;
2309
- }, ((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.types").UseChartCartesianAxisState> & {
2310
- cacheKey: import("../../models").ChartStateCacheKey;
2468
+ }, ((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.types.js").UseChartCartesianAxisState> & {
2469
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2311
2470
  }) => Map<AxisId, ZoomData> | undefined) & {
2312
2471
  clearCache: () => void;
2313
2472
  resultsCount: () => number;
@@ -2337,69 +2496,69 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
2337
2496
  } & {
2338
2497
  memoize: typeof import("reselect").weakMapMemoize;
2339
2498
  argsMemoize: typeof import("reselect").weakMapMemoize;
2340
- }, ((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.types").UseChartCartesianAxisState> & {
2341
- cacheKey: import("../../models").ChartStateCacheKey;
2499
+ }, ((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.types.js").UseChartCartesianAxisState> & {
2500
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2342
2501
  }) => {
2343
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2344
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2502
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2503
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2345
2504
  }) & {
2346
2505
  clearCache: () => void;
2347
2506
  resultsCount: () => number;
2348
2507
  resetResultsCount: () => void;
2349
2508
  } & {
2350
- resultFunc: (resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
2351
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2352
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2509
+ resultFunc: (resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) => {
2510
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2511
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2353
2512
  };
2354
- memoizedResultFunc: ((resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
2355
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2356
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2513
+ memoizedResultFunc: ((resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) => {
2514
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2515
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2357
2516
  }) & {
2358
2517
  clearCache: () => void;
2359
2518
  resultsCount: () => number;
2360
2519
  resetResultsCount: () => void;
2361
2520
  };
2362
2521
  lastResult: () => {
2363
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2364
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2522
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2523
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2365
2524
  };
2366
- 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.types").UseChartCartesianAxisState> & {
2367
- cacheKey: import("../../models").ChartStateCacheKey;
2368
- }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
2525
+ 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.types.js").UseChartCartesianAxisState> & {
2526
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2527
+ }) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
2369
2528
  clearCache: () => void;
2370
2529
  resultsCount: () => number;
2371
2530
  resetResultsCount: () => void;
2372
2531
  } & {
2373
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
2374
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
2532
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
2533
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
2375
2534
  clearCache: () => void;
2376
2535
  resultsCount: () => number;
2377
2536
  resetResultsCount: () => void;
2378
2537
  };
2379
- lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
2380
- 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.types").UseChartCartesianAxisState> & {
2381
- cacheKey: import("../../models").ChartStateCacheKey;
2382
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
2538
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
2539
+ 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.types.js").UseChartCartesianAxisState> & {
2540
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2541
+ }) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
2383
2542
  clearCache: () => void;
2384
2543
  resultsCount: () => number;
2385
2544
  resetResultsCount: () => void;
2386
2545
  } & {
2387
2546
  resultFunc: (resultFuncArgs_0: {
2388
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2389
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2390
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
2547
+ x: import("../../../index.js").DefaultedXAxis[];
2548
+ y: import("../../../index.js").DefaultedYAxis[];
2549
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
2391
2550
  memoizedResultFunc: ((resultFuncArgs_0: {
2392
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2393
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2394
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
2551
+ x: import("../../../index.js").DefaultedXAxis[];
2552
+ y: import("../../../index.js").DefaultedYAxis[];
2553
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
2395
2554
  clearCache: () => void;
2396
2555
  resultsCount: () => number;
2397
2556
  resetResultsCount: () => void;
2398
2557
  };
2399
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
2558
+ lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
2400
2559
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
2401
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2402
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2560
+ x: import("../../../index.js").DefaultedXAxis[];
2561
+ y: import("../../../index.js").DefaultedYAxis[];
2403
2562
  } | undefined];
2404
2563
  recomputations: () => number;
2405
2564
  resetRecomputations: () => void;
@@ -2416,43 +2575,43 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
2416
2575
  } & {
2417
2576
  memoize: typeof import("reselect").weakMapMemoize;
2418
2577
  argsMemoize: typeof import("reselect").weakMapMemoize;
2419
- }, ((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.types").UseChartCartesianAxisState> & {
2420
- cacheKey: import("../../models").ChartStateCacheKey;
2421
- }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
2578
+ }, ((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.types.js").UseChartCartesianAxisState> & {
2579
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2580
+ }) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
2422
2581
  clearCache: () => void;
2423
2582
  resultsCount: () => number;
2424
2583
  resetResultsCount: () => void;
2425
2584
  } & {
2426
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
2427
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
2585
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
2586
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
2428
2587
  clearCache: () => void;
2429
2588
  resultsCount: () => number;
2430
2589
  resetResultsCount: () => void;
2431
2590
  };
2432
- lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
2433
- 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.types").UseChartCartesianAxisState> & {
2434
- cacheKey: import("../../models").ChartStateCacheKey;
2435
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
2591
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
2592
+ 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.types.js").UseChartCartesianAxisState> & {
2593
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2594
+ }) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
2436
2595
  clearCache: () => void;
2437
2596
  resultsCount: () => number;
2438
2597
  resetResultsCount: () => void;
2439
2598
  } & {
2440
2599
  resultFunc: (resultFuncArgs_0: {
2441
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2442
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2443
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
2600
+ x: import("../../../index.js").DefaultedXAxis[];
2601
+ y: import("../../../index.js").DefaultedYAxis[];
2602
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
2444
2603
  memoizedResultFunc: ((resultFuncArgs_0: {
2445
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2446
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2447
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
2604
+ x: import("../../../index.js").DefaultedXAxis[];
2605
+ y: import("../../../index.js").DefaultedYAxis[];
2606
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
2448
2607
  clearCache: () => void;
2449
2608
  resultsCount: () => number;
2450
2609
  resetResultsCount: () => void;
2451
2610
  };
2452
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
2611
+ lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
2453
2612
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
2454
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2455
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2613
+ x: import("../../../index.js").DefaultedXAxis[];
2614
+ y: import("../../../index.js").DefaultedYAxis[];
2456
2615
  } | undefined];
2457
2616
  recomputations: () => number;
2458
2617
  resetRecomputations: () => void;
@@ -2477,42 +2636,42 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
2477
2636
  } & {
2478
2637
  memoize: typeof import("reselect").weakMapMemoize;
2479
2638
  argsMemoize: typeof import("reselect").weakMapMemoize;
2480
- }, ((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.types").UseChartCartesianAxisState> & {
2481
- cacheKey: import("../../models").ChartStateCacheKey;
2482
- } & Partial<{}>) => import("./zoom.types").GetZoomAxisFilters | undefined) & {
2639
+ }, ((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.types.js").UseChartCartesianAxisState> & {
2640
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2641
+ } & Partial<{}>) => import("./zoom.types.js").GetZoomAxisFilters | undefined) & {
2483
2642
  clearCache: () => void;
2484
2643
  resultsCount: () => number;
2485
2644
  resetResultsCount: () => void;
2486
2645
  } & {
2487
- resultFunc: (resultFuncArgs_0: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_1: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_2: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined, resultFuncArgs_3: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => import("./zoom.types").GetZoomAxisFilters | undefined;
2488
- memoizedResultFunc: ((resultFuncArgs_0: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_1: ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined, resultFuncArgs_2: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined, resultFuncArgs_3: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => import("./zoom.types").GetZoomAxisFilters | undefined) & {
2646
+ resultFunc: (resultFuncArgs_0: ((axis: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types.js").ExtremumFilter | null) | undefined, resultFuncArgs_1: ((axis: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types.js").ExtremumFilter | null) | undefined, resultFuncArgs_2: import("../../../index.js").DefaultedXAxis[] | undefined, resultFuncArgs_3: import("../../../index.js").DefaultedYAxis[] | undefined) => import("./zoom.types.js").GetZoomAxisFilters | undefined;
2647
+ memoizedResultFunc: ((resultFuncArgs_0: ((axis: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types.js").ExtremumFilter | null) | undefined, resultFuncArgs_1: ((axis: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types.js").ExtremumFilter | null) | undefined, resultFuncArgs_2: import("../../../index.js").DefaultedXAxis[] | undefined, resultFuncArgs_3: import("../../../index.js").DefaultedYAxis[] | undefined) => import("./zoom.types.js").GetZoomAxisFilters | undefined) & {
2489
2648
  clearCache: () => void;
2490
2649
  resultsCount: () => number;
2491
2650
  resetResultsCount: () => void;
2492
2651
  };
2493
- lastResult: () => import("./zoom.types").GetZoomAxisFilters | undefined;
2494
- 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.types").UseChartCartesianAxisState> & {
2495
- cacheKey: import("../../models").ChartStateCacheKey;
2496
- } & Partial<{}>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
2652
+ lastResult: () => import("./zoom.types.js").GetZoomAxisFilters | undefined;
2653
+ 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.types.js").UseChartCartesianAxisState> & {
2654
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2655
+ } & Partial<{}>) => ((axis: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types.js").ExtremumFilter | null) | undefined) & {
2497
2656
  clearCache: () => void;
2498
2657
  resultsCount: () => number;
2499
2658
  resetResultsCount: () => void;
2500
2659
  } & {
2501
2660
  resultFunc: (resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
2502
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2503
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2504
- }, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
2661
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2662
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2663
+ }, resultFuncArgs_2: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>, resultFuncArgs_3: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) => ((axis: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types.js").ExtremumFilter | null) | undefined;
2505
2664
  memoizedResultFunc: ((resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
2506
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2507
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2508
- }, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
2665
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2666
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2667
+ }, resultFuncArgs_2: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>, resultFuncArgs_3: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) => ((axis: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types.js").ExtremumFilter | null) | undefined) & {
2509
2668
  clearCache: () => void;
2510
2669
  resultsCount: () => number;
2511
2670
  resetResultsCount: () => void;
2512
2671
  };
2513
- lastResult: () => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
2514
- 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.types").UseChartCartesianAxisState> & {
2515
- cacheKey: import("../../models").ChartStateCacheKey;
2672
+ lastResult: () => ((axis: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsXAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types.js").ExtremumFilter | null) | undefined;
2673
+ 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.types.js").UseChartCartesianAxisState> & {
2674
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2516
2675
  }) => Map<AxisId, ZoomData> | undefined) & {
2517
2676
  clearCache: () => void;
2518
2677
  resultsCount: () => number;
@@ -2542,69 +2701,69 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
2542
2701
  } & {
2543
2702
  memoize: typeof import("reselect").weakMapMemoize;
2544
2703
  argsMemoize: typeof import("reselect").weakMapMemoize;
2545
- }, ((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.types").UseChartCartesianAxisState> & {
2546
- cacheKey: import("../../models").ChartStateCacheKey;
2704
+ }, ((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.types.js").UseChartCartesianAxisState> & {
2705
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2547
2706
  }) => {
2548
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2549
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2707
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2708
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2550
2709
  }) & {
2551
2710
  clearCache: () => void;
2552
2711
  resultsCount: () => number;
2553
2712
  resetResultsCount: () => void;
2554
2713
  } & {
2555
- resultFunc: (resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
2556
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2557
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2714
+ resultFunc: (resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) => {
2715
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2716
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2558
2717
  };
2559
- memoizedResultFunc: ((resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
2560
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2561
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2718
+ memoizedResultFunc: ((resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) => {
2719
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2720
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2562
2721
  }) & {
2563
2722
  clearCache: () => void;
2564
2723
  resultsCount: () => number;
2565
2724
  resetResultsCount: () => void;
2566
2725
  };
2567
2726
  lastResult: () => {
2568
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2569
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2727
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2728
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2570
2729
  };
2571
- 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.types").UseChartCartesianAxisState> & {
2572
- cacheKey: import("../../models").ChartStateCacheKey;
2573
- }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
2730
+ 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.types.js").UseChartCartesianAxisState> & {
2731
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2732
+ }) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
2574
2733
  clearCache: () => void;
2575
2734
  resultsCount: () => number;
2576
2735
  resetResultsCount: () => void;
2577
2736
  } & {
2578
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
2579
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
2737
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
2738
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
2580
2739
  clearCache: () => void;
2581
2740
  resultsCount: () => number;
2582
2741
  resetResultsCount: () => void;
2583
2742
  };
2584
- lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
2585
- 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.types").UseChartCartesianAxisState> & {
2586
- cacheKey: import("../../models").ChartStateCacheKey;
2587
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
2743
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
2744
+ 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.types.js").UseChartCartesianAxisState> & {
2745
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2746
+ }) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
2588
2747
  clearCache: () => void;
2589
2748
  resultsCount: () => number;
2590
2749
  resetResultsCount: () => void;
2591
2750
  } & {
2592
2751
  resultFunc: (resultFuncArgs_0: {
2593
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2594
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2595
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
2752
+ x: import("../../../index.js").DefaultedXAxis[];
2753
+ y: import("../../../index.js").DefaultedYAxis[];
2754
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
2596
2755
  memoizedResultFunc: ((resultFuncArgs_0: {
2597
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2598
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2599
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
2756
+ x: import("../../../index.js").DefaultedXAxis[];
2757
+ y: import("../../../index.js").DefaultedYAxis[];
2758
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
2600
2759
  clearCache: () => void;
2601
2760
  resultsCount: () => number;
2602
2761
  resetResultsCount: () => void;
2603
2762
  };
2604
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
2763
+ lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
2605
2764
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
2606
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2607
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2765
+ x: import("../../../index.js").DefaultedXAxis[];
2766
+ y: import("../../../index.js").DefaultedYAxis[];
2608
2767
  } | undefined];
2609
2768
  recomputations: () => number;
2610
2769
  resetRecomputations: () => void;
@@ -2621,43 +2780,43 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
2621
2780
  } & {
2622
2781
  memoize: typeof import("reselect").weakMapMemoize;
2623
2782
  argsMemoize: typeof import("reselect").weakMapMemoize;
2624
- }, ((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.types").UseChartCartesianAxisState> & {
2625
- cacheKey: import("../../models").ChartStateCacheKey;
2626
- }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
2783
+ }, ((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.types.js").UseChartCartesianAxisState> & {
2784
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2785
+ }) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
2627
2786
  clearCache: () => void;
2628
2787
  resultsCount: () => number;
2629
2788
  resetResultsCount: () => void;
2630
2789
  } & {
2631
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
2632
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
2790
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
2791
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
2633
2792
  clearCache: () => void;
2634
2793
  resultsCount: () => number;
2635
2794
  resetResultsCount: () => void;
2636
2795
  };
2637
- lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
2638
- 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.types").UseChartCartesianAxisState> & {
2639
- cacheKey: import("../../models").ChartStateCacheKey;
2640
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
2796
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
2797
+ 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.types.js").UseChartCartesianAxisState> & {
2798
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2799
+ }) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
2641
2800
  clearCache: () => void;
2642
2801
  resultsCount: () => number;
2643
2802
  resetResultsCount: () => void;
2644
2803
  } & {
2645
2804
  resultFunc: (resultFuncArgs_0: {
2646
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2647
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2648
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
2805
+ x: import("../../../index.js").DefaultedXAxis[];
2806
+ y: import("../../../index.js").DefaultedYAxis[];
2807
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
2649
2808
  memoizedResultFunc: ((resultFuncArgs_0: {
2650
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2651
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2652
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
2809
+ x: import("../../../index.js").DefaultedXAxis[];
2810
+ y: import("../../../index.js").DefaultedYAxis[];
2811
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
2653
2812
  clearCache: () => void;
2654
2813
  resultsCount: () => number;
2655
2814
  resetResultsCount: () => void;
2656
2815
  };
2657
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
2816
+ lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
2658
2817
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
2659
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2660
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2818
+ x: import("../../../index.js").DefaultedXAxis[];
2819
+ y: import("../../../index.js").DefaultedYAxis[];
2661
2820
  } | undefined];
2662
2821
  recomputations: () => number;
2663
2822
  resetRecomputations: () => void;
@@ -2682,27 +2841,27 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
2682
2841
  } & {
2683
2842
  memoize: typeof import("reselect").weakMapMemoize;
2684
2843
  argsMemoize: typeof import("reselect").weakMapMemoize;
2685
- }, ((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<{}> & {
2686
- cacheKey: import("../../models").ChartStateCacheKey;
2687
- }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
2844
+ }, ((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<{}> & {
2845
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2846
+ }) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) & {
2688
2847
  clearCache: () => void;
2689
2848
  resultsCount: () => number;
2690
2849
  resetResultsCount: () => void;
2691
2850
  } & {
2692
2851
  resultFunc: (resultFuncArgs_0: {
2693
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
2694
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
2695
- }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
2852
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
2853
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
2854
+ }) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
2696
2855
  memoizedResultFunc: ((resultFuncArgs_0: {
2697
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
2698
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
2699
- }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
2856
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
2857
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
2858
+ }) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) & {
2700
2859
  clearCache: () => void;
2701
2860
  resultsCount: () => number;
2702
2861
  resetResultsCount: () => void;
2703
2862
  };
2704
- lastResult: () => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
2705
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
2863
+ lastResult: () => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
2864
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartSeriesSignature>];
2706
2865
  recomputations: () => number;
2707
2866
  resetRecomputations: () => void;
2708
2867
  dependencyRecomputations: () => number;
@@ -2710,27 +2869,27 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
2710
2869
  } & {
2711
2870
  memoize: typeof import("reselect").weakMapMemoize;
2712
2871
  argsMemoize: typeof import("reselect").weakMapMemoize;
2713
- }, ((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<{}> & {
2714
- cacheKey: import("../../models").ChartStateCacheKey;
2715
- }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
2872
+ }, ((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<{}> & {
2873
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2874
+ }) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) & {
2716
2875
  clearCache: () => void;
2717
2876
  resultsCount: () => number;
2718
2877
  resetResultsCount: () => void;
2719
2878
  } & {
2720
2879
  resultFunc: (resultFuncArgs_0: {
2721
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
2722
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
2723
- }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
2880
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
2881
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
2882
+ }) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
2724
2883
  memoizedResultFunc: ((resultFuncArgs_0: {
2725
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
2726
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
2727
- }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
2884
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
2885
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
2886
+ }) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) & {
2728
2887
  clearCache: () => void;
2729
2888
  resultsCount: () => number;
2730
2889
  resetResultsCount: () => void;
2731
2890
  };
2732
- lastResult: () => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
2733
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
2891
+ lastResult: () => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
2892
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartSeriesSignature>];
2734
2893
  recomputations: () => number;
2735
2894
  resetRecomputations: () => void;
2736
2895
  dependencyRecomputations: () => number;
@@ -2746,28 +2905,28 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
2746
2905
  } & {
2747
2906
  memoize: typeof import("reselect").weakMapMemoize;
2748
2907
  argsMemoize: typeof import("reselect").weakMapMemoize;
2749
- }, ((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.types").UseChartCartesianAxisState> & {
2750
- cacheKey: import("../../models").ChartStateCacheKey;
2751
- } & Partial<{}>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
2908
+ }, ((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.types.js").UseChartCartesianAxisState> & {
2909
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2910
+ } & Partial<{}>) => ((axis: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types.js").ExtremumFilter | null) | undefined) & {
2752
2911
  clearCache: () => void;
2753
2912
  resultsCount: () => number;
2754
2913
  resetResultsCount: () => void;
2755
2914
  } & {
2756
2915
  resultFunc: (resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
2757
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2758
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2759
- }, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
2916
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2917
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2918
+ }, resultFuncArgs_2: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>, resultFuncArgs_3: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) => ((axis: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types.js").ExtremumFilter | null) | undefined;
2760
2919
  memoizedResultFunc: ((resultFuncArgs_0: Map<AxisId, ZoomData> | undefined, resultFuncArgs_1: {
2761
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2762
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2763
- }, resultFuncArgs_2: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>, resultFuncArgs_3: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined) & {
2920
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2921
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2922
+ }, resultFuncArgs_2: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>, resultFuncArgs_3: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) => ((axis: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types.js").ExtremumFilter | null) | undefined) & {
2764
2923
  clearCache: () => void;
2765
2924
  resultsCount: () => number;
2766
2925
  resetResultsCount: () => void;
2767
2926
  };
2768
- lastResult: () => ((axis: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types").ExtremumFilter | null) | undefined;
2769
- 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.types").UseChartCartesianAxisState> & {
2770
- cacheKey: import("../../models").ChartStateCacheKey;
2927
+ lastResult: () => ((axis: import("../../../index.js").AxisConfig<import("../../../index.js").ScaleName, any, import("../../../index.js").ChartsYAxisProps>, axisIndex: number) => import("./useChartCartesianAxis.types.js").ExtremumFilter | null) | undefined;
2928
+ 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.types.js").UseChartCartesianAxisState> & {
2929
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2771
2930
  }) => Map<AxisId, ZoomData> | undefined) & {
2772
2931
  clearCache: () => void;
2773
2932
  resultsCount: () => number;
@@ -2797,69 +2956,69 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
2797
2956
  } & {
2798
2957
  memoize: typeof import("reselect").weakMapMemoize;
2799
2958
  argsMemoize: typeof import("reselect").weakMapMemoize;
2800
- }, ((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.types").UseChartCartesianAxisState> & {
2801
- cacheKey: import("../../models").ChartStateCacheKey;
2959
+ }, ((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.types.js").UseChartCartesianAxisState> & {
2960
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2802
2961
  }) => {
2803
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2804
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2962
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2963
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2805
2964
  }) & {
2806
2965
  clearCache: () => void;
2807
2966
  resultsCount: () => number;
2808
2967
  resetResultsCount: () => void;
2809
2968
  } & {
2810
- resultFunc: (resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
2811
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2812
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2969
+ resultFunc: (resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) => {
2970
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2971
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2813
2972
  };
2814
- memoizedResultFunc: ((resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) => {
2815
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2816
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2973
+ memoizedResultFunc: ((resultFuncArgs_0: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>, resultFuncArgs_1: Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) => {
2974
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2975
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2817
2976
  }) & {
2818
2977
  clearCache: () => void;
2819
2978
  resultsCount: () => number;
2820
2979
  resetResultsCount: () => void;
2821
2980
  };
2822
2981
  lastResult: () => {
2823
- [x: string]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2824
- [x: number]: import("./useChartCartesianAxis.types").DefaultizedZoomOptions;
2982
+ [x: string]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2983
+ [x: number]: import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions;
2825
2984
  };
2826
- 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.types").UseChartCartesianAxisState> & {
2827
- cacheKey: import("../../models").ChartStateCacheKey;
2828
- }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
2985
+ 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.types.js").UseChartCartesianAxisState> & {
2986
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
2987
+ }) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
2829
2988
  clearCache: () => void;
2830
2989
  resultsCount: () => number;
2831
2990
  resetResultsCount: () => void;
2832
2991
  } & {
2833
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
2834
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
2992
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
2993
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedXAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
2835
2994
  clearCache: () => void;
2836
2995
  resultsCount: () => number;
2837
2996
  resetResultsCount: () => void;
2838
2997
  };
2839
- lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
2840
- 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.types").UseChartCartesianAxisState> & {
2841
- cacheKey: import("../../models").ChartStateCacheKey;
2842
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
2998
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
2999
+ 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.types.js").UseChartCartesianAxisState> & {
3000
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
3001
+ }) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
2843
3002
  clearCache: () => void;
2844
3003
  resultsCount: () => number;
2845
3004
  resetResultsCount: () => void;
2846
3005
  } & {
2847
3006
  resultFunc: (resultFuncArgs_0: {
2848
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2849
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2850
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
3007
+ x: import("../../../index.js").DefaultedXAxis[];
3008
+ y: import("../../../index.js").DefaultedYAxis[];
3009
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
2851
3010
  memoizedResultFunc: ((resultFuncArgs_0: {
2852
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2853
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2854
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
3011
+ x: import("../../../index.js").DefaultedXAxis[];
3012
+ y: import("../../../index.js").DefaultedYAxis[];
3013
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
2855
3014
  clearCache: () => void;
2856
3015
  resultsCount: () => number;
2857
3016
  resetResultsCount: () => void;
2858
3017
  };
2859
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
3018
+ lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
2860
3019
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
2861
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2862
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
3020
+ x: import("../../../index.js").DefaultedXAxis[];
3021
+ y: import("../../../index.js").DefaultedYAxis[];
2863
3022
  } | undefined];
2864
3023
  recomputations: () => number;
2865
3024
  resetRecomputations: () => void;
@@ -2876,43 +3035,43 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
2876
3035
  } & {
2877
3036
  memoize: typeof import("reselect").weakMapMemoize;
2878
3037
  argsMemoize: typeof import("reselect").weakMapMemoize;
2879
- }, ((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.types").UseChartCartesianAxisState> & {
2880
- cacheKey: import("../../models").ChartStateCacheKey;
2881
- }) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
3038
+ }, ((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.types.js").UseChartCartesianAxisState> & {
3039
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
3040
+ }) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
2882
3041
  clearCache: () => void;
2883
3042
  resultsCount: () => number;
2884
3043
  resetResultsCount: () => void;
2885
3044
  } & {
2886
- resultFunc: (resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
2887
- memoizedResultFunc: ((resultFuncArgs_0: import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>) & {
3045
+ resultFunc: (resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
3046
+ memoizedResultFunc: ((resultFuncArgs_0: import("../../../index.js").DefaultedYAxis[] | undefined) => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>) & {
2888
3047
  clearCache: () => void;
2889
3048
  resultsCount: () => number;
2890
3049
  resetResultsCount: () => void;
2891
3050
  };
2892
- lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types").DefaultizedZoomOptions>;
2893
- 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.types").UseChartCartesianAxisState> & {
2894
- cacheKey: import("../../models").ChartStateCacheKey;
2895
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
3051
+ lastResult: () => Record<AxisId, import("./useChartCartesianAxis.types.js").DefaultizedZoomOptions>;
3052
+ 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.types.js").UseChartCartesianAxisState> & {
3053
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
3054
+ }) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
2896
3055
  clearCache: () => void;
2897
3056
  resultsCount: () => number;
2898
3057
  resetResultsCount: () => void;
2899
3058
  } & {
2900
3059
  resultFunc: (resultFuncArgs_0: {
2901
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2902
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2903
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
3060
+ x: import("../../../index.js").DefaultedXAxis[];
3061
+ y: import("../../../index.js").DefaultedYAxis[];
3062
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
2904
3063
  memoizedResultFunc: ((resultFuncArgs_0: {
2905
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2906
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
2907
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
3064
+ x: import("../../../index.js").DefaultedXAxis[];
3065
+ y: import("../../../index.js").DefaultedYAxis[];
3066
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
2908
3067
  clearCache: () => void;
2909
3068
  resultsCount: () => number;
2910
3069
  resetResultsCount: () => void;
2911
3070
  };
2912
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
3071
+ lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
2913
3072
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
2914
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
2915
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
3073
+ x: import("../../../index.js").DefaultedXAxis[];
3074
+ y: import("../../../index.js").DefaultedYAxis[];
2916
3075
  } | undefined];
2917
3076
  recomputations: () => number;
2918
3077
  resetRecomputations: () => void;
@@ -2937,27 +3096,27 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
2937
3096
  } & {
2938
3097
  memoize: typeof import("reselect").weakMapMemoize;
2939
3098
  argsMemoize: typeof import("reselect").weakMapMemoize;
2940
- }, ((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<{}> & {
2941
- cacheKey: import("../../models").ChartStateCacheKey;
2942
- }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
3099
+ }, ((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<{}> & {
3100
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
3101
+ }) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) & {
2943
3102
  clearCache: () => void;
2944
3103
  resultsCount: () => number;
2945
3104
  resetResultsCount: () => void;
2946
3105
  } & {
2947
3106
  resultFunc: (resultFuncArgs_0: {
2948
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
2949
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
2950
- }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
3107
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
3108
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
3109
+ }) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
2951
3110
  memoizedResultFunc: ((resultFuncArgs_0: {
2952
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
2953
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
2954
- }) => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>) & {
3111
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
3112
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
3113
+ }) => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>) & {
2955
3114
  clearCache: () => void;
2956
3115
  resultsCount: () => number;
2957
3116
  resetResultsCount: () => void;
2958
3117
  };
2959
- lastResult: () => import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
2960
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
3118
+ lastResult: () => import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
3119
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartSeriesSignature>];
2961
3120
  recomputations: () => number;
2962
3121
  resetRecomputations: () => void;
2963
3122
  dependencyRecomputations: () => number;
@@ -2965,27 +3124,27 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
2965
3124
  } & {
2966
3125
  memoize: typeof import("reselect").weakMapMemoize;
2967
3126
  argsMemoize: typeof import("reselect").weakMapMemoize;
2968
- }, ((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<{}> & {
2969
- cacheKey: import("../../models").ChartStateCacheKey;
2970
- }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
3127
+ }, ((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<{}> & {
3128
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
3129
+ }) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) & {
2971
3130
  clearCache: () => void;
2972
3131
  resultsCount: () => number;
2973
3132
  resetResultsCount: () => void;
2974
3133
  } & {
2975
3134
  resultFunc: (resultFuncArgs_0: {
2976
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
2977
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
2978
- }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
3135
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
3136
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
3137
+ }) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
2979
3138
  memoizedResultFunc: ((resultFuncArgs_0: {
2980
- processedSeries: import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
2981
- seriesConfig: import("../../models").ChartSeriesConfig<keyof import("../../..").ChartsSeriesConfig>;
2982
- }) => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>) & {
3139
+ processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
3140
+ seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
3141
+ }) => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>) & {
2983
3142
  clearCache: () => void;
2984
3143
  resultsCount: () => number;
2985
3144
  resetResultsCount: () => void;
2986
3145
  };
2987
- lastResult: () => import("../../..").ProcessedSeries<keyof import("../../..").ChartsSeriesConfig>;
2988
- dependencies: [import("../../..").ChartRootSelector<import("../../..").UseChartSeriesSignature>];
3146
+ lastResult: () => import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
3147
+ dependencies: [import("../../../index.js").ChartRootSelector<import("../../../index.js").UseChartSeriesSignature>];
2989
3148
  recomputations: () => number;
2990
3149
  resetRecomputations: () => void;
2991
3150
  dependencyRecomputations: () => number;
@@ -3001,29 +3160,29 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
3001
3160
  } & {
3002
3161
  memoize: typeof import("reselect").weakMapMemoize;
3003
3162
  argsMemoize: typeof import("reselect").weakMapMemoize;
3004
- }, ((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.types").UseChartCartesianAxisState> & {
3005
- cacheKey: import("../../models").ChartStateCacheKey;
3006
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
3163
+ }, ((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.types.js").UseChartCartesianAxisState> & {
3164
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
3165
+ }) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
3007
3166
  clearCache: () => void;
3008
3167
  resultsCount: () => number;
3009
3168
  resetResultsCount: () => void;
3010
3169
  } & {
3011
3170
  resultFunc: (resultFuncArgs_0: {
3012
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
3013
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
3014
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
3171
+ x: import("../../../index.js").DefaultedXAxis[];
3172
+ y: import("../../../index.js").DefaultedYAxis[];
3173
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined;
3015
3174
  memoizedResultFunc: ((resultFuncArgs_0: {
3016
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
3017
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
3018
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined) & {
3175
+ x: import("../../../index.js").DefaultedXAxis[];
3176
+ y: import("../../../index.js").DefaultedYAxis[];
3177
+ } | undefined) => import("../../../index.js").DefaultedXAxis[] | undefined) & {
3019
3178
  clearCache: () => void;
3020
3179
  resultsCount: () => number;
3021
3180
  resetResultsCount: () => void;
3022
3181
  };
3023
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsXAxisProps>[] | undefined;
3182
+ lastResult: () => import("../../../index.js").DefaultedXAxis[] | undefined;
3024
3183
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
3025
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
3026
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
3184
+ x: import("../../../index.js").DefaultedXAxis[];
3185
+ y: import("../../../index.js").DefaultedYAxis[];
3027
3186
  } | undefined];
3028
3187
  recomputations: () => number;
3029
3188
  resetRecomputations: () => void;
@@ -3032,29 +3191,29 @@ export declare const selectorChartYAxis: ((state: import("../../corePlugins/useC
3032
3191
  } & {
3033
3192
  memoize: typeof import("reselect").weakMapMemoize;
3034
3193
  argsMemoize: typeof import("reselect").weakMapMemoize;
3035
- }, ((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.types").UseChartCartesianAxisState> & {
3036
- cacheKey: import("../../models").ChartStateCacheKey;
3037
- }) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
3194
+ }, ((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.types.js").UseChartCartesianAxisState> & {
3195
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
3196
+ }) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
3038
3197
  clearCache: () => void;
3039
3198
  resultsCount: () => number;
3040
3199
  resetResultsCount: () => void;
3041
3200
  } & {
3042
3201
  resultFunc: (resultFuncArgs_0: {
3043
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
3044
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
3045
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
3202
+ x: import("../../../index.js").DefaultedXAxis[];
3203
+ y: import("../../../index.js").DefaultedYAxis[];
3204
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined;
3046
3205
  memoizedResultFunc: ((resultFuncArgs_0: {
3047
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
3048
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
3049
- } | undefined) => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined) & {
3206
+ x: import("../../../index.js").DefaultedXAxis[];
3207
+ y: import("../../../index.js").DefaultedYAxis[];
3208
+ } | undefined) => import("../../../index.js").DefaultedYAxis[] | undefined) & {
3050
3209
  clearCache: () => void;
3051
3210
  resultsCount: () => number;
3052
3211
  resetResultsCount: () => void;
3053
3212
  };
3054
- lastResult: () => import("../../..").AxisConfig<keyof import("../../..").AxisScaleConfig, any, import("../../..").ChartsYAxisProps>[] | undefined;
3213
+ lastResult: () => import("../../../index.js").DefaultedYAxis[] | undefined;
3055
3214
  dependencies: [(state: ChartState<[], [UseChartCartesianAxisSignature]>) => {
3056
- x: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsXAxisProps>[];
3057
- y: import("../../..").AxisConfig<import("../../..").ScaleName, any, import("../../..").ChartsYAxisProps>[];
3215
+ x: import("../../../index.js").DefaultedXAxis[];
3216
+ y: import("../../../index.js").DefaultedYAxis[];
3058
3217
  } | undefined];
3059
3218
  recomputations: () => number;
3060
3219
  resetRecomputations: () => void;