@mui/x-charts 8.5.2 → 8.5.3

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 (90) hide show
  1. package/CHANGELOG.md +96 -11
  2. package/ChartsLegend/ChartsLegend.d.ts +1 -0
  3. package/ChartsLegend/ChartsLegend.js +1 -0
  4. package/ChartsLegend/ContinuousColorLegend.d.ts +1 -0
  5. package/ChartsLegend/PiecewiseColorLegend.d.ts +1 -0
  6. package/ChartsLegend/chartsLegendClasses.d.ts +3 -1
  7. package/ChartsLegend/chartsLegendClasses.js +2 -1
  8. package/ChartsSurface/ChartsSurface.d.ts +1 -1
  9. package/ScatterChart/Scatter.d.ts +2 -0
  10. package/ScatterChart/Scatter.js +9 -1
  11. package/ScatterChart/index.d.ts +3 -1
  12. package/ScatterChart/index.js +16 -1
  13. package/ScatterChart/scatterClasses.d.ts +8 -0
  14. package/ScatterChart/scatterClasses.js +22 -0
  15. package/esm/ChartsLegend/ChartsLegend.d.ts +1 -0
  16. package/esm/ChartsLegend/ChartsLegend.js +1 -0
  17. package/esm/ChartsLegend/ContinuousColorLegend.d.ts +1 -0
  18. package/esm/ChartsLegend/PiecewiseColorLegend.d.ts +1 -0
  19. package/esm/ChartsLegend/chartsLegendClasses.d.ts +3 -1
  20. package/esm/ChartsLegend/chartsLegendClasses.js +2 -1
  21. package/esm/ChartsSurface/ChartsSurface.d.ts +1 -1
  22. package/esm/ScatterChart/Scatter.d.ts +2 -0
  23. package/esm/ScatterChart/Scatter.js +9 -1
  24. package/esm/ScatterChart/index.d.ts +3 -1
  25. package/esm/ScatterChart/index.js +2 -1
  26. package/esm/ScatterChart/scatterClasses.d.ts +8 -0
  27. package/esm/ScatterChart/scatterClasses.js +13 -0
  28. package/esm/hooks/useItemHighlighted.js +2 -2
  29. package/esm/index.js +1 -1
  30. package/esm/internals/createSeriesSelectorOfType.js +2 -2
  31. package/esm/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.selectors.d.ts +3 -29
  32. package/esm/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.selectors.js +1 -1
  33. package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +14 -724
  34. package/esm/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.js +10 -10
  35. package/esm/internals/plugins/corePlugins/useChartId/useChartId.selectors.d.ts +3 -29
  36. package/esm/internals/plugins/corePlugins/useChartId/useChartId.selectors.js +1 -1
  37. package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +6 -54
  38. package/esm/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.js +2 -2
  39. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.d.ts +12 -208
  40. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.ts +7 -66
  41. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.js +2 -3
  42. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +21 -6222
  43. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.js +4 -6
  44. package/esm/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.ts +50 -5
  45. package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +18 -622
  46. package/esm/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.js +3 -3
  47. package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +18 -230
  48. package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.js +6 -6
  49. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.ts +17 -2012
  50. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.js +2 -2
  51. package/esm/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarInteraction.selectors.d.ts +39 -4
  52. package/esm/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.selectors.d.ts +3 -27
  53. package/esm/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.selectors.js +1 -1
  54. package/esm/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.selectors.d.ts +5 -40
  55. package/esm/internals/plugins/utils/selectors.d.ts +18 -6
  56. package/esm/internals/plugins/utils/selectors.js +3 -3
  57. package/esm/internals/store/useSelector.d.ts +2 -2
  58. package/esm/internals/store/useSelector.js +2 -2
  59. package/hooks/useItemHighlighted.js +2 -2
  60. package/index.js +1 -1
  61. package/internals/createSeriesSelectorOfType.js +2 -2
  62. package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.selectors.d.ts +3 -29
  63. package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.selectors.js +1 -1
  64. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +14 -724
  65. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.js +11 -10
  66. package/internals/plugins/corePlugins/useChartId/useChartId.selectors.d.ts +3 -29
  67. package/internals/plugins/corePlugins/useChartId/useChartId.selectors.js +1 -1
  68. package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +6 -54
  69. package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.js +2 -2
  70. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisSize.selectors.d.ts +12 -208
  71. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.ts +7 -66
  72. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.js +4 -3
  73. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +21 -6222
  74. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.js +4 -6
  75. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.ts +50 -5
  76. package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +18 -622
  77. package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.js +3 -3
  78. package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.d.ts +18 -230
  79. package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.selectors.js +6 -6
  80. package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.ts +17 -2012
  81. package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.js +2 -2
  82. package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarInteraction.selectors.d.ts +39 -4
  83. package/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.selectors.d.ts +3 -27
  84. package/internals/plugins/featurePlugins/useChartVoronoi/useChartVoronoi.selectors.js +1 -1
  85. package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.selectors.d.ts +5 -40
  86. package/internals/plugins/utils/selectors.d.ts +18 -6
  87. package/internals/plugins/utils/selectors.js +3 -3
  88. package/internals/store/useSelector.d.ts +2 -2
  89. package/internals/store/useSelector.js +2 -2
  90. package/package.json +3 -3
@@ -1,634 +1,30 @@
1
1
  import { SeriesId } from "../../../../models/seriesType/common.js";
2
- import { UseChartSeriesSignature } from "../../corePlugins/useChartSeries/useChartSeries.types.js";
3
- import { ChartRootSelector } from "../../utils/selectors.js";
4
- import { HighlightItemData, UseChartHighlightSignature } from "./useChartHighlight.types.js";
2
+ import { HighlightItemData } from "./useChartHighlight.types.js";
5
3
  import { HighlightScope } from "./highlightConfig.types.js";
6
- export declare const selectorChartsHighlightScopePerSeriesId: ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
4
+ export declare const selectorChartsHighlightScopePerSeriesId: import("reselect").Selector<import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
7
5
  cacheKey: import("../../models/index.js").ChartStateCacheKey;
8
- }) => Map<SeriesId, Partial<HighlightScope> | undefined>) & {
9
- clearCache: () => void;
10
- resultsCount: () => number;
11
- resetResultsCount: () => void;
12
6
  } & {
13
- resultFunc: (resultFuncArgs_0: {
14
- processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
15
- seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
16
- }) => Map<SeriesId, Partial<HighlightScope> | undefined>;
17
- memoizedResultFunc: ((resultFuncArgs_0: {
18
- processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
19
- seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
20
- }) => Map<SeriesId, Partial<HighlightScope> | undefined>) & {
21
- clearCache: () => void;
22
- resultsCount: () => number;
23
- resetResultsCount: () => void;
24
- };
25
- lastResult: () => Map<SeriesId, Partial<HighlightScope> | undefined>;
26
- dependencies: [ChartRootSelector<UseChartSeriesSignature>];
27
- recomputations: () => number;
28
- resetRecomputations: () => void;
29
- dependencyRecomputations: () => number;
30
- resetDependencyRecomputations: () => void;
31
- } & {
32
- memoize: typeof import("reselect").weakMapMemoize;
33
- argsMemoize: typeof import("reselect").weakMapMemoize;
34
- };
35
- export declare const selectorChartsHighlightedItem: ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("./useChartHighlight.types.js").UseChartHighlightState & Partial<{}> & {
36
7
  cacheKey: import("../../models/index.js").ChartStateCacheKey;
37
- }) => HighlightItemData | null) & {
38
- clearCache: () => void;
39
- resultsCount: () => number;
40
- resetResultsCount: () => void;
41
- } & {
42
- resultFunc: (resultFuncArgs_0: {
43
- item: HighlightItemData | null;
44
- }) => HighlightItemData | null;
45
- memoizedResultFunc: ((resultFuncArgs_0: {
46
- item: HighlightItemData | null;
47
- }) => HighlightItemData | null) & {
48
- clearCache: () => void;
49
- resultsCount: () => number;
50
- resetResultsCount: () => void;
51
- };
52
- lastResult: () => HighlightItemData | null;
53
- dependencies: [ChartRootSelector<UseChartHighlightSignature>];
54
- recomputations: () => number;
55
- resetRecomputations: () => void;
56
- dependencyRecomputations: () => number;
57
- resetDependencyRecomputations: () => void;
58
- } & {
59
- memoize: typeof import("reselect").weakMapMemoize;
60
- argsMemoize: typeof import("reselect").weakMapMemoize;
61
- };
62
- export declare const selectorChartsHighlightScope: ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
8
+ }, Map<SeriesId, Partial<HighlightScope> | undefined>, any[]>;
9
+ export declare const selectorChartsHighlightedItem: import("reselect").Selector<import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("./useChartHighlight.types.js").UseChartHighlightState & Partial<{}> & {
63
10
  cacheKey: import("../../models/index.js").ChartStateCacheKey;
64
- } & import("./useChartHighlight.types.js").UseChartHighlightState) => Partial<HighlightScope> | null) & {
65
- clearCache: () => void;
66
- resultsCount: () => number;
67
- resetResultsCount: () => void;
68
- } & {
69
- resultFunc: (resultFuncArgs_0: Map<SeriesId, Partial<HighlightScope> | undefined>, resultFuncArgs_1: HighlightItemData | null) => Partial<HighlightScope> | null;
70
- memoizedResultFunc: ((resultFuncArgs_0: Map<SeriesId, Partial<HighlightScope> | undefined>, resultFuncArgs_1: HighlightItemData | null) => Partial<HighlightScope> | null) & {
71
- clearCache: () => void;
72
- resultsCount: () => number;
73
- resetResultsCount: () => void;
74
- };
75
- lastResult: () => Partial<HighlightScope> | null;
76
- 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<{}> & {
77
- cacheKey: import("../../models/index.js").ChartStateCacheKey;
78
- }) => Map<SeriesId, Partial<HighlightScope> | undefined>) & {
79
- clearCache: () => void;
80
- resultsCount: () => number;
81
- resetResultsCount: () => void;
82
- } & {
83
- resultFunc: (resultFuncArgs_0: {
84
- processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
85
- seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
86
- }) => Map<SeriesId, Partial<HighlightScope> | undefined>;
87
- memoizedResultFunc: ((resultFuncArgs_0: {
88
- processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
89
- seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
90
- }) => Map<SeriesId, Partial<HighlightScope> | undefined>) & {
91
- clearCache: () => void;
92
- resultsCount: () => number;
93
- resetResultsCount: () => void;
94
- };
95
- lastResult: () => Map<SeriesId, Partial<HighlightScope> | undefined>;
96
- dependencies: [ChartRootSelector<UseChartSeriesSignature>];
97
- recomputations: () => number;
98
- resetRecomputations: () => void;
99
- dependencyRecomputations: () => number;
100
- resetDependencyRecomputations: () => void;
101
- } & {
102
- memoize: typeof import("reselect").weakMapMemoize;
103
- argsMemoize: typeof import("reselect").weakMapMemoize;
104
- }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("./useChartHighlight.types.js").UseChartHighlightState & Partial<{}> & {
105
- cacheKey: import("../../models/index.js").ChartStateCacheKey;
106
- }) => HighlightItemData | null) & {
107
- clearCache: () => void;
108
- resultsCount: () => number;
109
- resetResultsCount: () => void;
110
- } & {
111
- resultFunc: (resultFuncArgs_0: {
112
- item: HighlightItemData | null;
113
- }) => HighlightItemData | null;
114
- memoizedResultFunc: ((resultFuncArgs_0: {
115
- item: HighlightItemData | null;
116
- }) => HighlightItemData | null) & {
117
- clearCache: () => void;
118
- resultsCount: () => number;
119
- resetResultsCount: () => void;
120
- };
121
- lastResult: () => HighlightItemData | null;
122
- dependencies: [ChartRootSelector<UseChartHighlightSignature>];
123
- recomputations: () => number;
124
- resetRecomputations: () => void;
125
- dependencyRecomputations: () => number;
126
- resetDependencyRecomputations: () => void;
127
- } & {
128
- memoize: typeof import("reselect").weakMapMemoize;
129
- argsMemoize: typeof import("reselect").weakMapMemoize;
130
- }];
131
- recomputations: () => number;
132
- resetRecomputations: () => void;
133
- dependencyRecomputations: () => number;
134
- resetDependencyRecomputations: () => void;
135
11
  } & {
136
- memoize: typeof import("reselect").weakMapMemoize;
137
- argsMemoize: typeof import("reselect").weakMapMemoize;
138
- };
139
- export declare const selectorChartsIsHighlightedCallback: ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
140
12
  cacheKey: import("../../models/index.js").ChartStateCacheKey;
141
- } & import("./useChartHighlight.types.js").UseChartHighlightState) => (item: HighlightItemData | null) => boolean) & {
142
- clearCache: () => void;
143
- resultsCount: () => number;
144
- resetResultsCount: () => void;
145
- } & {
146
- resultFunc: (resultFuncArgs_0: Partial<HighlightScope> | null, resultFuncArgs_1: HighlightItemData | null) => (item: HighlightItemData | null) => boolean;
147
- memoizedResultFunc: ((resultFuncArgs_0: Partial<HighlightScope> | null, resultFuncArgs_1: HighlightItemData | null) => (item: HighlightItemData | null) => boolean) & {
148
- clearCache: () => void;
149
- resultsCount: () => number;
150
- resetResultsCount: () => void;
151
- };
152
- lastResult: () => (item: HighlightItemData | null) => boolean;
153
- 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<{}> & {
154
- cacheKey: import("../../models/index.js").ChartStateCacheKey;
155
- } & import("./useChartHighlight.types.js").UseChartHighlightState) => Partial<HighlightScope> | null) & {
156
- clearCache: () => void;
157
- resultsCount: () => number;
158
- resetResultsCount: () => void;
159
- } & {
160
- resultFunc: (resultFuncArgs_0: Map<SeriesId, Partial<HighlightScope> | undefined>, resultFuncArgs_1: HighlightItemData | null) => Partial<HighlightScope> | null;
161
- memoizedResultFunc: ((resultFuncArgs_0: Map<SeriesId, Partial<HighlightScope> | undefined>, resultFuncArgs_1: HighlightItemData | null) => Partial<HighlightScope> | null) & {
162
- clearCache: () => void;
163
- resultsCount: () => number;
164
- resetResultsCount: () => void;
165
- };
166
- lastResult: () => Partial<HighlightScope> | null;
167
- 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<{}> & {
168
- cacheKey: import("../../models/index.js").ChartStateCacheKey;
169
- }) => Map<SeriesId, Partial<HighlightScope> | undefined>) & {
170
- clearCache: () => void;
171
- resultsCount: () => number;
172
- resetResultsCount: () => void;
173
- } & {
174
- resultFunc: (resultFuncArgs_0: {
175
- processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
176
- seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
177
- }) => Map<SeriesId, Partial<HighlightScope> | undefined>;
178
- memoizedResultFunc: ((resultFuncArgs_0: {
179
- processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
180
- seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
181
- }) => Map<SeriesId, Partial<HighlightScope> | undefined>) & {
182
- clearCache: () => void;
183
- resultsCount: () => number;
184
- resetResultsCount: () => void;
185
- };
186
- lastResult: () => Map<SeriesId, Partial<HighlightScope> | undefined>;
187
- dependencies: [ChartRootSelector<UseChartSeriesSignature>];
188
- recomputations: () => number;
189
- resetRecomputations: () => void;
190
- dependencyRecomputations: () => number;
191
- resetDependencyRecomputations: () => void;
192
- } & {
193
- memoize: typeof import("reselect").weakMapMemoize;
194
- argsMemoize: typeof import("reselect").weakMapMemoize;
195
- }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("./useChartHighlight.types.js").UseChartHighlightState & Partial<{}> & {
196
- cacheKey: import("../../models/index.js").ChartStateCacheKey;
197
- }) => HighlightItemData | null) & {
198
- clearCache: () => void;
199
- resultsCount: () => number;
200
- resetResultsCount: () => void;
201
- } & {
202
- resultFunc: (resultFuncArgs_0: {
203
- item: HighlightItemData | null;
204
- }) => HighlightItemData | null;
205
- memoizedResultFunc: ((resultFuncArgs_0: {
206
- item: HighlightItemData | null;
207
- }) => HighlightItemData | null) & {
208
- clearCache: () => void;
209
- resultsCount: () => number;
210
- resetResultsCount: () => void;
211
- };
212
- lastResult: () => HighlightItemData | null;
213
- dependencies: [ChartRootSelector<UseChartHighlightSignature>];
214
- recomputations: () => number;
215
- resetRecomputations: () => void;
216
- dependencyRecomputations: () => number;
217
- resetDependencyRecomputations: () => void;
218
- } & {
219
- memoize: typeof import("reselect").weakMapMemoize;
220
- argsMemoize: typeof import("reselect").weakMapMemoize;
221
- }];
222
- recomputations: () => number;
223
- resetRecomputations: () => void;
224
- dependencyRecomputations: () => number;
225
- resetDependencyRecomputations: () => void;
226
- } & {
227
- memoize: typeof import("reselect").weakMapMemoize;
228
- argsMemoize: typeof import("reselect").weakMapMemoize;
229
- }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("./useChartHighlight.types.js").UseChartHighlightState & Partial<{}> & {
230
- cacheKey: import("../../models/index.js").ChartStateCacheKey;
231
- }) => HighlightItemData | null) & {
232
- clearCache: () => void;
233
- resultsCount: () => number;
234
- resetResultsCount: () => void;
235
- } & {
236
- resultFunc: (resultFuncArgs_0: {
237
- item: HighlightItemData | null;
238
- }) => HighlightItemData | null;
239
- memoizedResultFunc: ((resultFuncArgs_0: {
240
- item: HighlightItemData | null;
241
- }) => HighlightItemData | null) & {
242
- clearCache: () => void;
243
- resultsCount: () => number;
244
- resetResultsCount: () => void;
245
- };
246
- lastResult: () => HighlightItemData | null;
247
- dependencies: [ChartRootSelector<UseChartHighlightSignature>];
248
- recomputations: () => number;
249
- resetRecomputations: () => void;
250
- dependencyRecomputations: () => number;
251
- resetDependencyRecomputations: () => void;
252
- } & {
253
- memoize: typeof import("reselect").weakMapMemoize;
254
- argsMemoize: typeof import("reselect").weakMapMemoize;
255
- }];
256
- recomputations: () => number;
257
- resetRecomputations: () => void;
258
- dependencyRecomputations: () => number;
259
- resetDependencyRecomputations: () => void;
260
- } & {
261
- memoize: typeof import("reselect").weakMapMemoize;
262
- argsMemoize: typeof import("reselect").weakMapMemoize;
263
- };
264
- export declare const selectorChartsIsFadedCallback: ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
13
+ }, HighlightItemData | null, any[]>;
14
+ export declare const selectorChartsHighlightScope: import("reselect").Selector<import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
265
15
  cacheKey: import("../../models/index.js").ChartStateCacheKey;
266
- } & import("./useChartHighlight.types.js").UseChartHighlightState) => (item: HighlightItemData | null) => boolean) & {
267
- clearCache: () => void;
268
- resultsCount: () => number;
269
- resetResultsCount: () => void;
270
- } & {
271
- resultFunc: (resultFuncArgs_0: Partial<HighlightScope> | null, resultFuncArgs_1: HighlightItemData | null) => (item: HighlightItemData | null) => boolean;
272
- memoizedResultFunc: ((resultFuncArgs_0: Partial<HighlightScope> | null, resultFuncArgs_1: HighlightItemData | null) => (item: HighlightItemData | null) => boolean) & {
273
- clearCache: () => void;
274
- resultsCount: () => number;
275
- resetResultsCount: () => void;
276
- };
277
- lastResult: () => (item: HighlightItemData | null) => boolean;
278
- 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<{}> & {
279
- cacheKey: import("../../models/index.js").ChartStateCacheKey;
280
- } & import("./useChartHighlight.types.js").UseChartHighlightState) => Partial<HighlightScope> | null) & {
281
- clearCache: () => void;
282
- resultsCount: () => number;
283
- resetResultsCount: () => void;
284
- } & {
285
- resultFunc: (resultFuncArgs_0: Map<SeriesId, Partial<HighlightScope> | undefined>, resultFuncArgs_1: HighlightItemData | null) => Partial<HighlightScope> | null;
286
- memoizedResultFunc: ((resultFuncArgs_0: Map<SeriesId, Partial<HighlightScope> | undefined>, resultFuncArgs_1: HighlightItemData | null) => Partial<HighlightScope> | null) & {
287
- clearCache: () => void;
288
- resultsCount: () => number;
289
- resetResultsCount: () => void;
290
- };
291
- lastResult: () => Partial<HighlightScope> | null;
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
- }) => Map<SeriesId, Partial<HighlightScope> | undefined>) & {
295
- clearCache: () => void;
296
- resultsCount: () => number;
297
- resetResultsCount: () => void;
298
- } & {
299
- resultFunc: (resultFuncArgs_0: {
300
- processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
301
- seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
302
- }) => Map<SeriesId, Partial<HighlightScope> | undefined>;
303
- memoizedResultFunc: ((resultFuncArgs_0: {
304
- processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
305
- seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
306
- }) => Map<SeriesId, Partial<HighlightScope> | undefined>) & {
307
- clearCache: () => void;
308
- resultsCount: () => number;
309
- resetResultsCount: () => void;
310
- };
311
- lastResult: () => Map<SeriesId, Partial<HighlightScope> | undefined>;
312
- dependencies: [ChartRootSelector<UseChartSeriesSignature>];
313
- recomputations: () => number;
314
- resetRecomputations: () => void;
315
- dependencyRecomputations: () => number;
316
- resetDependencyRecomputations: () => void;
317
- } & {
318
- memoize: typeof import("reselect").weakMapMemoize;
319
- argsMemoize: typeof import("reselect").weakMapMemoize;
320
- }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("./useChartHighlight.types.js").UseChartHighlightState & Partial<{}> & {
321
- cacheKey: import("../../models/index.js").ChartStateCacheKey;
322
- }) => HighlightItemData | null) & {
323
- clearCache: () => void;
324
- resultsCount: () => number;
325
- resetResultsCount: () => void;
326
- } & {
327
- resultFunc: (resultFuncArgs_0: {
328
- item: HighlightItemData | null;
329
- }) => HighlightItemData | null;
330
- memoizedResultFunc: ((resultFuncArgs_0: {
331
- item: HighlightItemData | null;
332
- }) => HighlightItemData | null) & {
333
- clearCache: () => void;
334
- resultsCount: () => number;
335
- resetResultsCount: () => void;
336
- };
337
- lastResult: () => HighlightItemData | null;
338
- dependencies: [ChartRootSelector<UseChartHighlightSignature>];
339
- recomputations: () => number;
340
- resetRecomputations: () => void;
341
- dependencyRecomputations: () => number;
342
- resetDependencyRecomputations: () => void;
343
- } & {
344
- memoize: typeof import("reselect").weakMapMemoize;
345
- argsMemoize: typeof import("reselect").weakMapMemoize;
346
- }];
347
- recomputations: () => number;
348
- resetRecomputations: () => void;
349
- dependencyRecomputations: () => number;
350
- resetDependencyRecomputations: () => void;
351
- } & {
352
- memoize: typeof import("reselect").weakMapMemoize;
353
- argsMemoize: typeof import("reselect").weakMapMemoize;
354
- }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("./useChartHighlight.types.js").UseChartHighlightState & Partial<{}> & {
355
- cacheKey: import("../../models/index.js").ChartStateCacheKey;
356
- }) => HighlightItemData | null) & {
357
- clearCache: () => void;
358
- resultsCount: () => number;
359
- resetResultsCount: () => void;
360
- } & {
361
- resultFunc: (resultFuncArgs_0: {
362
- item: HighlightItemData | null;
363
- }) => HighlightItemData | null;
364
- memoizedResultFunc: ((resultFuncArgs_0: {
365
- item: HighlightItemData | null;
366
- }) => HighlightItemData | null) & {
367
- clearCache: () => void;
368
- resultsCount: () => number;
369
- resetResultsCount: () => void;
370
- };
371
- lastResult: () => HighlightItemData | null;
372
- dependencies: [ChartRootSelector<UseChartHighlightSignature>];
373
- recomputations: () => number;
374
- resetRecomputations: () => void;
375
- dependencyRecomputations: () => number;
376
- resetDependencyRecomputations: () => void;
377
- } & {
378
- memoize: typeof import("reselect").weakMapMemoize;
379
- argsMemoize: typeof import("reselect").weakMapMemoize;
380
- }];
381
- recomputations: () => number;
382
- resetRecomputations: () => void;
383
- dependencyRecomputations: () => number;
384
- resetDependencyRecomputations: () => void;
385
16
  } & {
386
- memoize: typeof import("reselect").weakMapMemoize;
387
- argsMemoize: typeof import("reselect").weakMapMemoize;
388
- };
389
- export declare const selectorChartsIsHighlighted: ((state: any, item: HighlightItemData | null) => boolean) & {
390
- clearCache: () => void;
391
- resultsCount: () => number;
392
- resetResultsCount: () => void;
393
- } & {
394
- resultFunc: (resultFuncArgs_0: Partial<HighlightScope> | null, resultFuncArgs_1: HighlightItemData | null, resultFuncArgs_2: HighlightItemData | null) => boolean;
395
- memoizedResultFunc: ((resultFuncArgs_0: Partial<HighlightScope> | null, resultFuncArgs_1: HighlightItemData | null, resultFuncArgs_2: HighlightItemData | null) => boolean) & {
396
- clearCache: () => void;
397
- resultsCount: () => number;
398
- resetResultsCount: () => void;
399
- };
400
- lastResult: () => boolean;
401
- 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<{}> & {
402
- cacheKey: import("../../models/index.js").ChartStateCacheKey;
403
- } & import("./useChartHighlight.types.js").UseChartHighlightState) => Partial<HighlightScope> | null) & {
404
- clearCache: () => void;
405
- resultsCount: () => number;
406
- resetResultsCount: () => void;
407
- } & {
408
- resultFunc: (resultFuncArgs_0: Map<SeriesId, Partial<HighlightScope> | undefined>, resultFuncArgs_1: HighlightItemData | null) => Partial<HighlightScope> | null;
409
- memoizedResultFunc: ((resultFuncArgs_0: Map<SeriesId, Partial<HighlightScope> | undefined>, resultFuncArgs_1: HighlightItemData | null) => Partial<HighlightScope> | null) & {
410
- clearCache: () => void;
411
- resultsCount: () => number;
412
- resetResultsCount: () => void;
413
- };
414
- lastResult: () => Partial<HighlightScope> | null;
415
- 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<{}> & {
416
- cacheKey: import("../../models/index.js").ChartStateCacheKey;
417
- }) => Map<SeriesId, Partial<HighlightScope> | undefined>) & {
418
- clearCache: () => void;
419
- resultsCount: () => number;
420
- resetResultsCount: () => void;
421
- } & {
422
- resultFunc: (resultFuncArgs_0: {
423
- processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
424
- seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
425
- }) => Map<SeriesId, Partial<HighlightScope> | undefined>;
426
- memoizedResultFunc: ((resultFuncArgs_0: {
427
- processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
428
- seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
429
- }) => Map<SeriesId, Partial<HighlightScope> | undefined>) & {
430
- clearCache: () => void;
431
- resultsCount: () => number;
432
- resetResultsCount: () => void;
433
- };
434
- lastResult: () => Map<SeriesId, Partial<HighlightScope> | undefined>;
435
- dependencies: [ChartRootSelector<UseChartSeriesSignature>];
436
- recomputations: () => number;
437
- resetRecomputations: () => void;
438
- dependencyRecomputations: () => number;
439
- resetDependencyRecomputations: () => void;
440
- } & {
441
- memoize: typeof import("reselect").weakMapMemoize;
442
- argsMemoize: typeof import("reselect").weakMapMemoize;
443
- }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("./useChartHighlight.types.js").UseChartHighlightState & Partial<{}> & {
444
- cacheKey: import("../../models/index.js").ChartStateCacheKey;
445
- }) => HighlightItemData | null) & {
446
- clearCache: () => void;
447
- resultsCount: () => number;
448
- resetResultsCount: () => void;
449
- } & {
450
- resultFunc: (resultFuncArgs_0: {
451
- item: HighlightItemData | null;
452
- }) => HighlightItemData | null;
453
- memoizedResultFunc: ((resultFuncArgs_0: {
454
- item: HighlightItemData | null;
455
- }) => HighlightItemData | null) & {
456
- clearCache: () => void;
457
- resultsCount: () => number;
458
- resetResultsCount: () => void;
459
- };
460
- lastResult: () => HighlightItemData | null;
461
- dependencies: [ChartRootSelector<UseChartHighlightSignature>];
462
- recomputations: () => number;
463
- resetRecomputations: () => void;
464
- dependencyRecomputations: () => number;
465
- resetDependencyRecomputations: () => void;
466
- } & {
467
- memoize: typeof import("reselect").weakMapMemoize;
468
- argsMemoize: typeof import("reselect").weakMapMemoize;
469
- }];
470
- recomputations: () => number;
471
- resetRecomputations: () => void;
472
- dependencyRecomputations: () => number;
473
- resetDependencyRecomputations: () => void;
474
- } & {
475
- memoize: typeof import("reselect").weakMapMemoize;
476
- argsMemoize: typeof import("reselect").weakMapMemoize;
477
- }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("./useChartHighlight.types.js").UseChartHighlightState & Partial<{}> & {
478
- cacheKey: import("../../models/index.js").ChartStateCacheKey;
479
- }) => HighlightItemData | null) & {
480
- clearCache: () => void;
481
- resultsCount: () => number;
482
- resetResultsCount: () => void;
483
- } & {
484
- resultFunc: (resultFuncArgs_0: {
485
- item: HighlightItemData | null;
486
- }) => HighlightItemData | null;
487
- memoizedResultFunc: ((resultFuncArgs_0: {
488
- item: HighlightItemData | null;
489
- }) => HighlightItemData | null) & {
490
- clearCache: () => void;
491
- resultsCount: () => number;
492
- resetResultsCount: () => void;
493
- };
494
- lastResult: () => HighlightItemData | null;
495
- dependencies: [ChartRootSelector<UseChartHighlightSignature>];
496
- recomputations: () => number;
497
- resetRecomputations: () => void;
498
- dependencyRecomputations: () => number;
499
- resetDependencyRecomputations: () => void;
500
- } & {
501
- memoize: typeof import("reselect").weakMapMemoize;
502
- argsMemoize: typeof import("reselect").weakMapMemoize;
503
- }, (_: any, item: HighlightItemData | null) => HighlightItemData | null];
504
- recomputations: () => number;
505
- resetRecomputations: () => void;
506
- dependencyRecomputations: () => number;
507
- resetDependencyRecomputations: () => void;
508
- } & {
509
- memoize: typeof import("reselect").weakMapMemoize;
510
- argsMemoize: typeof import("reselect").weakMapMemoize;
511
- };
512
- export declare const selectorChartsIsFaded: ((state: any, item: HighlightItemData | null) => boolean) & {
513
- clearCache: () => void;
514
- resultsCount: () => number;
515
- resetResultsCount: () => void;
17
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
18
+ } & import("./useChartHighlight.types.js").UseChartHighlightState, Partial<HighlightScope> | null, any[]>;
19
+ export declare const selectorChartsIsHighlightedCallback: import("reselect").Selector<import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
20
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
516
21
  } & {
517
- resultFunc: (resultFuncArgs_0: Partial<HighlightScope> | null, resultFuncArgs_1: HighlightItemData | null, resultFuncArgs_2: HighlightItemData | null) => boolean;
518
- memoizedResultFunc: ((resultFuncArgs_0: Partial<HighlightScope> | null, resultFuncArgs_1: HighlightItemData | null, resultFuncArgs_2: HighlightItemData | null) => boolean) & {
519
- clearCache: () => void;
520
- resultsCount: () => number;
521
- resetResultsCount: () => void;
522
- };
523
- lastResult: () => boolean;
524
- 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<{}> & {
525
- cacheKey: import("../../models/index.js").ChartStateCacheKey;
526
- } & import("./useChartHighlight.types.js").UseChartHighlightState) => Partial<HighlightScope> | null) & {
527
- clearCache: () => void;
528
- resultsCount: () => number;
529
- resetResultsCount: () => void;
530
- } & {
531
- resultFunc: (resultFuncArgs_0: Map<SeriesId, Partial<HighlightScope> | undefined>, resultFuncArgs_1: HighlightItemData | null) => Partial<HighlightScope> | null;
532
- memoizedResultFunc: ((resultFuncArgs_0: Map<SeriesId, Partial<HighlightScope> | undefined>, resultFuncArgs_1: HighlightItemData | null) => Partial<HighlightScope> | null) & {
533
- clearCache: () => void;
534
- resultsCount: () => number;
535
- resetResultsCount: () => void;
536
- };
537
- lastResult: () => Partial<HighlightScope> | null;
538
- 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<{}> & {
539
- cacheKey: import("../../models/index.js").ChartStateCacheKey;
540
- }) => Map<SeriesId, Partial<HighlightScope> | undefined>) & {
541
- clearCache: () => void;
542
- resultsCount: () => number;
543
- resetResultsCount: () => void;
544
- } & {
545
- resultFunc: (resultFuncArgs_0: {
546
- processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
547
- seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
548
- }) => Map<SeriesId, Partial<HighlightScope> | undefined>;
549
- memoizedResultFunc: ((resultFuncArgs_0: {
550
- processedSeries: import("../../../index.js").ProcessedSeries<keyof import("../../../index.js").ChartsSeriesConfig>;
551
- seriesConfig: import("../../models/index.js").ChartSeriesConfig<keyof import("../../../index.js").ChartsSeriesConfig>;
552
- }) => Map<SeriesId, Partial<HighlightScope> | undefined>) & {
553
- clearCache: () => void;
554
- resultsCount: () => number;
555
- resetResultsCount: () => void;
556
- };
557
- lastResult: () => Map<SeriesId, Partial<HighlightScope> | undefined>;
558
- dependencies: [ChartRootSelector<UseChartSeriesSignature>];
559
- recomputations: () => number;
560
- resetRecomputations: () => void;
561
- dependencyRecomputations: () => number;
562
- resetDependencyRecomputations: () => void;
563
- } & {
564
- memoize: typeof import("reselect").weakMapMemoize;
565
- argsMemoize: typeof import("reselect").weakMapMemoize;
566
- }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("./useChartHighlight.types.js").UseChartHighlightState & Partial<{}> & {
567
- cacheKey: import("../../models/index.js").ChartStateCacheKey;
568
- }) => HighlightItemData | null) & {
569
- clearCache: () => void;
570
- resultsCount: () => number;
571
- resetResultsCount: () => void;
572
- } & {
573
- resultFunc: (resultFuncArgs_0: {
574
- item: HighlightItemData | null;
575
- }) => HighlightItemData | null;
576
- memoizedResultFunc: ((resultFuncArgs_0: {
577
- item: HighlightItemData | null;
578
- }) => HighlightItemData | null) & {
579
- clearCache: () => void;
580
- resultsCount: () => number;
581
- resetResultsCount: () => void;
582
- };
583
- lastResult: () => HighlightItemData | null;
584
- dependencies: [ChartRootSelector<UseChartHighlightSignature>];
585
- recomputations: () => number;
586
- resetRecomputations: () => void;
587
- dependencyRecomputations: () => number;
588
- resetDependencyRecomputations: () => void;
589
- } & {
590
- memoize: typeof import("reselect").weakMapMemoize;
591
- argsMemoize: typeof import("reselect").weakMapMemoize;
592
- }];
593
- recomputations: () => number;
594
- resetRecomputations: () => void;
595
- dependencyRecomputations: () => number;
596
- resetDependencyRecomputations: () => void;
597
- } & {
598
- memoize: typeof import("reselect").weakMapMemoize;
599
- argsMemoize: typeof import("reselect").weakMapMemoize;
600
- }, ((state: import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & import("./useChartHighlight.types.js").UseChartHighlightState & Partial<{}> & {
601
- cacheKey: import("../../models/index.js").ChartStateCacheKey;
602
- }) => HighlightItemData | null) & {
603
- clearCache: () => void;
604
- resultsCount: () => number;
605
- resetResultsCount: () => void;
606
- } & {
607
- resultFunc: (resultFuncArgs_0: {
608
- item: HighlightItemData | null;
609
- }) => HighlightItemData | null;
610
- memoizedResultFunc: ((resultFuncArgs_0: {
611
- item: HighlightItemData | null;
612
- }) => HighlightItemData | null) & {
613
- clearCache: () => void;
614
- resultsCount: () => number;
615
- resetResultsCount: () => void;
616
- };
617
- lastResult: () => HighlightItemData | null;
618
- dependencies: [ChartRootSelector<UseChartHighlightSignature>];
619
- recomputations: () => number;
620
- resetRecomputations: () => void;
621
- dependencyRecomputations: () => number;
622
- resetDependencyRecomputations: () => void;
623
- } & {
624
- memoize: typeof import("reselect").weakMapMemoize;
625
- argsMemoize: typeof import("reselect").weakMapMemoize;
626
- }, (_: any, item: HighlightItemData | null) => HighlightItemData | null];
627
- recomputations: () => number;
628
- resetRecomputations: () => void;
629
- dependencyRecomputations: () => number;
630
- resetDependencyRecomputations: () => void;
22
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
23
+ } & import("./useChartHighlight.types.js").UseChartHighlightState, (item: HighlightItemData | null) => boolean, any[]>;
24
+ export declare const selectorChartsIsFadedCallback: import("reselect").Selector<import("../../corePlugins/useChartId/useChartId.types.js").UseChartIdState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.js").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.js").UseChartSeriesState<keyof import("../../../index.js").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.js").UseChartAnimationState & Partial<{}> & {
25
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
631
26
  } & {
632
- memoize: typeof import("reselect").weakMapMemoize;
633
- argsMemoize: typeof import("reselect").weakMapMemoize;
634
- };
27
+ cacheKey: import("../../models/index.js").ChartStateCacheKey;
28
+ } & import("./useChartHighlight.types.js").UseChartHighlightState, (item: HighlightItemData | null) => boolean, any[]>;
29
+ export declare const selectorChartsIsHighlighted: import("reselect").Selector<any, boolean, [item: HighlightItemData | null]>;
30
+ export declare const selectorChartsIsFaded: import("reselect").Selector<any, boolean, [item: HighlightItemData | null]>;