@mui/x-charts 8.1.0 → 8.2.0

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