@opengeoweb/store 12.2.0 → 12.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,22 +1,261 @@
1
1
  import { LoadingIndicatorModuleState, LoadingIndicatorType } from './types';
2
- export declare const selectLoadingIndicatorById: (state: LoadingIndicatorModuleState, id: import("@reduxjs/toolkit").EntityId) => LoadingIndicatorType | undefined;
3
- export declare const isGetMapLoading: ((state: LoadingIndicatorModuleState, id: import("@reduxjs/toolkit").EntityId) => boolean) & import("reselect").OutputSelectorFields<(args_0: LoadingIndicatorType | undefined) => boolean, {
4
- clearCache: () => void;
5
- }> & {
6
- clearCache: () => void;
2
+ export declare const selectLoadingIndicatorById: (state: LoadingIndicatorModuleState, id: string) => {
3
+ id: string;
4
+ isGetMapLoading: boolean;
5
+ isGetCapabilitiesLoading: boolean;
6
+ isEDRLoading: boolean;
7
7
  };
8
- export declare const isGetCapabilitiesLoading: ((state: LoadingIndicatorModuleState, id: import("@reduxjs/toolkit").EntityId) => boolean) & import("reselect").OutputSelectorFields<(args_0: LoadingIndicatorType | undefined) => boolean, {
9
- clearCache: () => void;
10
- }> & {
8
+ export declare const isGetMapLoading: ((state: LoadingIndicatorModuleState, id: string) => boolean) & {
11
9
  clearCache: () => void;
10
+ resultsCount: () => number;
11
+ resetResultsCount: () => void;
12
+ } & {
13
+ resultFunc: (resultFuncArgs_0: {
14
+ id: string;
15
+ isGetMapLoading: boolean;
16
+ isGetCapabilitiesLoading: boolean;
17
+ isEDRLoading: boolean;
18
+ }) => boolean;
19
+ memoizedResultFunc: ((resultFuncArgs_0: {
20
+ id: string;
21
+ isGetMapLoading: boolean;
22
+ isGetCapabilitiesLoading: boolean;
23
+ isEDRLoading: boolean;
24
+ }) => boolean) & {
25
+ clearCache: () => void;
26
+ resultsCount: () => number;
27
+ resetResultsCount: () => void;
28
+ };
29
+ lastResult: () => boolean;
30
+ dependencies: [(state: LoadingIndicatorModuleState, id: string) => {
31
+ id: string;
32
+ isGetMapLoading: boolean;
33
+ isGetCapabilitiesLoading: boolean;
34
+ isEDRLoading: boolean;
35
+ }];
36
+ recomputations: () => number;
37
+ resetRecomputations: () => void;
38
+ dependencyRecomputations: () => number;
39
+ resetDependencyRecomputations: () => void;
40
+ } & {
41
+ memoize: typeof import("reselect").weakMapMemoize;
42
+ argsMemoize: typeof import("reselect").weakMapMemoize;
12
43
  };
13
- export declare const isEDRLoading: ((state: LoadingIndicatorModuleState, id: import("@reduxjs/toolkit").EntityId) => boolean) & import("reselect").OutputSelectorFields<(args_0: LoadingIndicatorType | undefined) => boolean, {
14
- clearCache: () => void;
15
- }> & {
44
+ export declare const isGetCapabilitiesLoading: ((state: LoadingIndicatorModuleState, id: string) => boolean) & {
16
45
  clearCache: () => void;
46
+ resultsCount: () => number;
47
+ resetResultsCount: () => void;
48
+ } & {
49
+ resultFunc: (resultFuncArgs_0: {
50
+ id: string;
51
+ isGetMapLoading: boolean;
52
+ isGetCapabilitiesLoading: boolean;
53
+ isEDRLoading: boolean;
54
+ }) => boolean;
55
+ memoizedResultFunc: ((resultFuncArgs_0: {
56
+ id: string;
57
+ isGetMapLoading: boolean;
58
+ isGetCapabilitiesLoading: boolean;
59
+ isEDRLoading: boolean;
60
+ }) => boolean) & {
61
+ clearCache: () => void;
62
+ resultsCount: () => number;
63
+ resetResultsCount: () => void;
64
+ };
65
+ lastResult: () => boolean;
66
+ dependencies: [(state: LoadingIndicatorModuleState, id: string) => {
67
+ id: string;
68
+ isGetMapLoading: boolean;
69
+ isGetCapabilitiesLoading: boolean;
70
+ isEDRLoading: boolean;
71
+ }];
72
+ recomputations: () => number;
73
+ resetRecomputations: () => void;
74
+ dependencyRecomputations: () => number;
75
+ resetDependencyRecomputations: () => void;
76
+ } & {
77
+ memoize: typeof import("reselect").weakMapMemoize;
78
+ argsMemoize: typeof import("reselect").weakMapMemoize;
17
79
  };
18
- export declare const isLoading: ((state: LoadingIndicatorModuleState, id: import("@reduxjs/toolkit").EntityId) => boolean) & import("reselect").OutputSelectorFields<(args_0: boolean, args_1: boolean, args_2: boolean, args_3: boolean) => boolean, {
80
+ export declare const isEDRLoading: ((state: LoadingIndicatorModuleState, id: string) => boolean) & {
19
81
  clearCache: () => void;
20
- }> & {
82
+ resultsCount: () => number;
83
+ resetResultsCount: () => void;
84
+ } & {
85
+ resultFunc: (resultFuncArgs_0: {
86
+ id: string;
87
+ isGetMapLoading: boolean;
88
+ isGetCapabilitiesLoading: boolean;
89
+ isEDRLoading: boolean;
90
+ }) => boolean;
91
+ memoizedResultFunc: ((resultFuncArgs_0: {
92
+ id: string;
93
+ isGetMapLoading: boolean;
94
+ isGetCapabilitiesLoading: boolean;
95
+ isEDRLoading: boolean;
96
+ }) => boolean) & {
97
+ clearCache: () => void;
98
+ resultsCount: () => number;
99
+ resetResultsCount: () => void;
100
+ };
101
+ lastResult: () => boolean;
102
+ dependencies: [(state: LoadingIndicatorModuleState, id: string) => {
103
+ id: string;
104
+ isGetMapLoading: boolean;
105
+ isGetCapabilitiesLoading: boolean;
106
+ isEDRLoading: boolean;
107
+ }];
108
+ recomputations: () => number;
109
+ resetRecomputations: () => void;
110
+ dependencyRecomputations: () => number;
111
+ resetDependencyRecomputations: () => void;
112
+ } & {
113
+ memoize: typeof import("reselect").weakMapMemoize;
114
+ argsMemoize: typeof import("reselect").weakMapMemoize;
115
+ };
116
+ export declare const isLoading: ((state: LoadingIndicatorModuleState, id: string) => boolean) & {
21
117
  clearCache: () => void;
118
+ resultsCount: () => number;
119
+ resetResultsCount: () => void;
120
+ } & {
121
+ resultFunc: (resultFuncArgs_0: boolean, resultFuncArgs_1: boolean, resultFuncArgs_2: boolean, resultFuncArgs_3: boolean) => boolean;
122
+ memoizedResultFunc: ((resultFuncArgs_0: boolean, resultFuncArgs_1: boolean, resultFuncArgs_2: boolean, resultFuncArgs_3: boolean) => boolean) & {
123
+ clearCache: () => void;
124
+ resultsCount: () => number;
125
+ resetResultsCount: () => void;
126
+ };
127
+ lastResult: () => boolean;
128
+ dependencies: [((state: LoadingIndicatorModuleState, id: string) => boolean) & {
129
+ clearCache: () => void;
130
+ resultsCount: () => number;
131
+ resetResultsCount: () => void;
132
+ } & {
133
+ resultFunc: (resultFuncArgs_0: {
134
+ id: string;
135
+ isGetMapLoading: boolean;
136
+ isGetCapabilitiesLoading: boolean;
137
+ isEDRLoading: boolean;
138
+ }) => boolean;
139
+ memoizedResultFunc: ((resultFuncArgs_0: {
140
+ id: string;
141
+ isGetMapLoading: boolean;
142
+ isGetCapabilitiesLoading: boolean;
143
+ isEDRLoading: boolean;
144
+ }) => boolean) & {
145
+ clearCache: () => void;
146
+ resultsCount: () => number;
147
+ resetResultsCount: () => void;
148
+ };
149
+ lastResult: () => boolean;
150
+ dependencies: [(state: LoadingIndicatorModuleState, id: string) => {
151
+ id: string;
152
+ isGetMapLoading: boolean;
153
+ isGetCapabilitiesLoading: boolean;
154
+ isEDRLoading: boolean;
155
+ }];
156
+ recomputations: () => number;
157
+ resetRecomputations: () => void;
158
+ dependencyRecomputations: () => number;
159
+ resetDependencyRecomputations: () => void;
160
+ } & {
161
+ memoize: typeof import("reselect").weakMapMemoize;
162
+ argsMemoize: typeof import("reselect").weakMapMemoize;
163
+ }, ((state: LoadingIndicatorModuleState, id: string) => boolean) & {
164
+ clearCache: () => void;
165
+ resultsCount: () => number;
166
+ resetResultsCount: () => void;
167
+ } & {
168
+ resultFunc: (resultFuncArgs_0: {
169
+ id: string;
170
+ isGetMapLoading: boolean;
171
+ isGetCapabilitiesLoading: boolean;
172
+ isEDRLoading: boolean;
173
+ }) => boolean;
174
+ memoizedResultFunc: ((resultFuncArgs_0: {
175
+ id: string;
176
+ isGetMapLoading: boolean;
177
+ isGetCapabilitiesLoading: boolean;
178
+ isEDRLoading: boolean;
179
+ }) => boolean) & {
180
+ clearCache: () => void;
181
+ resultsCount: () => number;
182
+ resetResultsCount: () => void;
183
+ };
184
+ lastResult: () => boolean;
185
+ dependencies: [(state: LoadingIndicatorModuleState, id: string) => {
186
+ id: string;
187
+ isGetMapLoading: boolean;
188
+ isGetCapabilitiesLoading: boolean;
189
+ isEDRLoading: boolean;
190
+ }];
191
+ recomputations: () => number;
192
+ resetRecomputations: () => void;
193
+ dependencyRecomputations: () => number;
194
+ resetDependencyRecomputations: () => void;
195
+ } & {
196
+ memoize: typeof import("reselect").weakMapMemoize;
197
+ argsMemoize: typeof import("reselect").weakMapMemoize;
198
+ }, ((state: LoadingIndicatorModuleState, id: string) => boolean) & {
199
+ clearCache: () => void;
200
+ resultsCount: () => number;
201
+ resetResultsCount: () => void;
202
+ } & {
203
+ resultFunc: (resultFuncArgs_0: {
204
+ id: string;
205
+ isGetMapLoading: boolean;
206
+ isGetCapabilitiesLoading: boolean;
207
+ isEDRLoading: boolean;
208
+ }) => boolean;
209
+ memoizedResultFunc: ((resultFuncArgs_0: {
210
+ id: string;
211
+ isGetMapLoading: boolean;
212
+ isGetCapabilitiesLoading: boolean;
213
+ isEDRLoading: boolean;
214
+ }) => boolean) & {
215
+ clearCache: () => void;
216
+ resultsCount: () => number;
217
+ resetResultsCount: () => void;
218
+ };
219
+ lastResult: () => boolean;
220
+ dependencies: [(state: LoadingIndicatorModuleState, id: string) => {
221
+ id: string;
222
+ isGetMapLoading: boolean;
223
+ isGetCapabilitiesLoading: boolean;
224
+ isEDRLoading: boolean;
225
+ }];
226
+ recomputations: () => number;
227
+ resetRecomputations: () => void;
228
+ dependencyRecomputations: () => number;
229
+ resetDependencyRecomputations: () => void;
230
+ } & {
231
+ memoize: typeof import("reselect").weakMapMemoize;
232
+ argsMemoize: typeof import("reselect").weakMapMemoize;
233
+ }, ((state: LoadingIndicatorModuleState) => boolean) & {
234
+ clearCache: () => void;
235
+ resultsCount: () => number;
236
+ resetResultsCount: () => void;
237
+ } & {
238
+ resultFunc: (resultFuncArgs_0: LoadingIndicatorType | undefined) => boolean;
239
+ memoizedResultFunc: ((resultFuncArgs_0: LoadingIndicatorType | undefined) => boolean) & {
240
+ clearCache: () => void;
241
+ resultsCount: () => number;
242
+ resetResultsCount: () => void;
243
+ };
244
+ lastResult: () => boolean;
245
+ dependencies: [(store: LoadingIndicatorModuleState) => LoadingIndicatorType | undefined];
246
+ recomputations: () => number;
247
+ resetRecomputations: () => void;
248
+ dependencyRecomputations: () => number;
249
+ resetDependencyRecomputations: () => void;
250
+ } & {
251
+ memoize: typeof import("reselect").weakMapMemoize;
252
+ argsMemoize: typeof import("reselect").weakMapMemoize;
253
+ }];
254
+ recomputations: () => number;
255
+ resetRecomputations: () => void;
256
+ dependencyRecomputations: () => number;
257
+ resetDependencyRecomputations: () => void;
258
+ } & {
259
+ memoize: typeof import("reselect").weakMapMemoize;
260
+ argsMemoize: typeof import("reselect").weakMapMemoize;
22
261
  };
@@ -6,7 +6,7 @@ export interface LoadingIndicatorType {
6
6
  isEDRLoading: boolean;
7
7
  }
8
8
  export interface LoadingIndicatorModuleState {
9
- loadingIndicator?: EntityState<LoadingIndicatorType>;
9
+ loadingIndicator?: EntityState<LoadingIndicatorType, string>;
10
10
  }
11
11
  export interface SetIsGetMapLoadingPayload {
12
12
  id: string;
@@ -1,86 +1,346 @@
1
1
  import type { CoreAppStore } from '../types';
2
2
  import type { LinkedState, PotentialData, SynchronizationGroupState, SynchronizationSource } from './syncGroups/types';
3
- export declare const getSynchronizationGroupStore: ((state: CoreAppStore) => SynchronizationGroupState) & import("reselect").OutputSelectorFields<(args_0: SynchronizationGroupState) => SynchronizationGroupState, {
4
- clearCache: () => void;
5
- }> & {
3
+ export declare const getSynchronizationGroupStore: ((state: CoreAppStore) => SynchronizationGroupState) & {
6
4
  clearCache: () => void;
5
+ resultsCount: () => number;
6
+ resetResultsCount: () => void;
7
+ } & {
8
+ resultFunc: (resultFuncArgs_0: SynchronizationGroupState) => SynchronizationGroupState;
9
+ memoizedResultFunc: ((resultFuncArgs_0: SynchronizationGroupState) => SynchronizationGroupState) & {
10
+ clearCache: () => void;
11
+ resultsCount: () => number;
12
+ resetResultsCount: () => void;
13
+ };
14
+ lastResult: () => SynchronizationGroupState;
15
+ dependencies: [(store: CoreAppStore) => SynchronizationGroupState];
16
+ recomputations: () => number;
17
+ resetRecomputations: () => void;
18
+ dependencyRecomputations: () => number;
19
+ resetDependencyRecomputations: () => void;
20
+ } & {
21
+ memoize: typeof import("reselect").weakMapMemoize;
22
+ argsMemoize: typeof import("reselect").weakMapMemoize;
7
23
  };
8
- export declare const getTime: ((state: SynchronizationGroupState, id: string) => string | null) & import("reselect").OutputSelectorFields<(args_0: SynchronizationSource) => string | null, {
9
- clearCache: () => void;
10
- }> & {
24
+ export declare const getTime: ((state: SynchronizationGroupState, id: string) => string | null) & {
11
25
  clearCache: () => void;
26
+ resultsCount: () => number;
27
+ resetResultsCount: () => void;
28
+ } & {
29
+ resultFunc: (resultFuncArgs_0: SynchronizationSource) => string | null;
30
+ memoizedResultFunc: ((resultFuncArgs_0: SynchronizationSource) => string | null) & {
31
+ clearCache: () => void;
32
+ resultsCount: () => number;
33
+ resetResultsCount: () => void;
34
+ };
35
+ lastResult: () => string | null;
36
+ dependencies: [(state: SynchronizationGroupState, id: string) => SynchronizationSource];
37
+ recomputations: () => number;
38
+ resetRecomputations: () => void;
39
+ dependencyRecomputations: () => number;
40
+ resetDependencyRecomputations: () => void;
41
+ } & {
42
+ memoize: typeof import("reselect").weakMapMemoize;
43
+ argsMemoize: typeof import("reselect").weakMapMemoize;
12
44
  };
13
- export declare const getLinkedMaps: ((state: any, panelId: string) => string[]) & import("reselect").OutputSelectorFields<(args_0: LinkedState, args_1: string) => string[], {
14
- clearCache: () => void;
15
- }> & {
45
+ export declare const getLinkedMaps: ((state: any, panelId: string) => string[]) & {
16
46
  clearCache: () => void;
47
+ resultsCount: () => number;
48
+ resetResultsCount: () => void;
49
+ } & {
50
+ resultFunc: (resultFuncArgs_0: LinkedState, resultFuncArgs_1: string) => string[];
51
+ memoizedResultFunc: ((resultFuncArgs_0: LinkedState, resultFuncArgs_1: string) => string[]) & {
52
+ clearCache: () => void;
53
+ resultsCount: () => number;
54
+ resetResultsCount: () => void;
55
+ };
56
+ lastResult: () => string[];
57
+ dependencies: [((state: CoreAppStore) => LinkedState) & {
58
+ clearCache: () => void;
59
+ resultsCount: () => number;
60
+ resetResultsCount: () => void;
61
+ } & {
62
+ resultFunc: (resultFuncArgs_0: SynchronizationGroupState) => LinkedState;
63
+ memoizedResultFunc: ((resultFuncArgs_0: SynchronizationGroupState) => LinkedState) & {
64
+ clearCache: () => void;
65
+ resultsCount: () => number;
66
+ resetResultsCount: () => void;
67
+ };
68
+ lastResult: () => LinkedState;
69
+ dependencies: [(store: CoreAppStore) => SynchronizationGroupState];
70
+ recomputations: () => number;
71
+ resetRecomputations: () => void;
72
+ dependencyRecomputations: () => number;
73
+ resetDependencyRecomputations: () => void;
74
+ } & {
75
+ memoize: typeof import("reselect").weakMapMemoize;
76
+ argsMemoize: typeof import("reselect").weakMapMemoize;
77
+ }, (store: any, panelId: string) => string];
78
+ recomputations: () => number;
79
+ resetRecomputations: () => void;
80
+ dependencyRecomputations: () => number;
81
+ resetDependencyRecomputations: () => void;
82
+ } & {
83
+ memoize: typeof import("reselect").weakMapMemoize;
84
+ argsMemoize: typeof import("reselect").weakMapMemoize;
17
85
  };
18
86
  export declare const getLinkedFeatureProviders: (linkedState: LinkedState, mapId: string) => string[];
19
- export declare const selectSharedData: ((state: any, panelId: string) => PotentialData) & import("reselect").OutputSelectorFields<(args_0: LinkedState, args_1: string) => PotentialData, {
20
- clearCache: () => void;
21
- }> & {
87
+ export declare const selectSharedData: ((state: any, panelId: string) => PotentialData) & {
22
88
  clearCache: () => void;
89
+ resultsCount: () => number;
90
+ resetResultsCount: () => void;
91
+ } & {
92
+ resultFunc: (resultFuncArgs_0: LinkedState, resultFuncArgs_1: string) => PotentialData;
93
+ memoizedResultFunc: ((resultFuncArgs_0: LinkedState, resultFuncArgs_1: string) => PotentialData) & {
94
+ clearCache: () => void;
95
+ resultsCount: () => number;
96
+ resetResultsCount: () => void;
97
+ };
98
+ lastResult: () => PotentialData;
99
+ dependencies: [((state: CoreAppStore) => LinkedState) & {
100
+ clearCache: () => void;
101
+ resultsCount: () => number;
102
+ resetResultsCount: () => void;
103
+ } & {
104
+ resultFunc: (resultFuncArgs_0: SynchronizationGroupState) => LinkedState;
105
+ memoizedResultFunc: ((resultFuncArgs_0: SynchronizationGroupState) => LinkedState) & {
106
+ clearCache: () => void;
107
+ resultsCount: () => number;
108
+ resetResultsCount: () => void;
109
+ };
110
+ lastResult: () => LinkedState;
111
+ dependencies: [(store: CoreAppStore) => SynchronizationGroupState];
112
+ recomputations: () => number;
113
+ resetRecomputations: () => void;
114
+ dependencyRecomputations: () => number;
115
+ resetDependencyRecomputations: () => void;
116
+ } & {
117
+ memoize: typeof import("reselect").weakMapMemoize;
118
+ argsMemoize: typeof import("reselect").weakMapMemoize;
119
+ }, (store: any, panelId: string) => string];
120
+ recomputations: () => number;
121
+ resetRecomputations: () => void;
122
+ dependencyRecomputations: () => number;
123
+ resetDependencyRecomputations: () => void;
124
+ } & {
125
+ memoize: typeof import("reselect").weakMapMemoize;
126
+ argsMemoize: typeof import("reselect").weakMapMemoize;
23
127
  };
24
- export declare const selectLinkedPanelId: ((state: any, mapViewId: string) => string | undefined) & import("reselect").OutputSelectorFields<(args_0: LinkedState, args_1: string) => string | undefined, {
25
- clearCache: () => void;
26
- }> & {
128
+ export declare const selectLinkedPanelId: ((state: any, mapViewId: string) => string | undefined) & {
27
129
  clearCache: () => void;
130
+ resultsCount: () => number;
131
+ resetResultsCount: () => void;
132
+ } & {
133
+ resultFunc: (resultFuncArgs_0: LinkedState, resultFuncArgs_1: string) => string | undefined;
134
+ memoizedResultFunc: ((resultFuncArgs_0: LinkedState, resultFuncArgs_1: string) => string | undefined) & {
135
+ clearCache: () => void;
136
+ resultsCount: () => number;
137
+ resetResultsCount: () => void;
138
+ };
139
+ lastResult: () => string | undefined;
140
+ dependencies: [((state: CoreAppStore) => LinkedState) & {
141
+ clearCache: () => void;
142
+ resultsCount: () => number;
143
+ resetResultsCount: () => void;
144
+ } & {
145
+ resultFunc: (resultFuncArgs_0: SynchronizationGroupState) => LinkedState;
146
+ memoizedResultFunc: ((resultFuncArgs_0: SynchronizationGroupState) => LinkedState) & {
147
+ clearCache: () => void;
148
+ resultsCount: () => number;
149
+ resetResultsCount: () => void;
150
+ };
151
+ lastResult: () => LinkedState;
152
+ dependencies: [(store: CoreAppStore) => SynchronizationGroupState];
153
+ recomputations: () => number;
154
+ resetRecomputations: () => void;
155
+ dependencyRecomputations: () => number;
156
+ resetDependencyRecomputations: () => void;
157
+ } & {
158
+ memoize: typeof import("reselect").weakMapMemoize;
159
+ argsMemoize: typeof import("reselect").weakMapMemoize;
160
+ }, (_: any, mapViewId: string) => string];
161
+ recomputations: () => number;
162
+ resetRecomputations: () => void;
163
+ dependencyRecomputations: () => number;
164
+ resetDependencyRecomputations: () => void;
165
+ } & {
166
+ memoize: typeof import("reselect").weakMapMemoize;
167
+ argsMemoize: typeof import("reselect").weakMapMemoize;
28
168
  };
29
- export declare const selectMapViewsForPanelId: ((state: LinkedState, panelId: string) => string[] | undefined) & import("reselect").OutputSelectorFields<(args_0: string[]) => string[] | undefined, {
30
- clearCache: () => void;
31
- }> & {
169
+ export declare const selectMapViewsForPanelId: ((state: LinkedState, panelId: string) => string[] | undefined) & {
32
170
  clearCache: () => void;
171
+ resultsCount: () => number;
172
+ resetResultsCount: () => void;
173
+ } & {
174
+ resultFunc: (resultFuncArgs_0: string[]) => string[] | undefined;
175
+ memoizedResultFunc: ((resultFuncArgs_0: string[]) => string[] | undefined) & {
176
+ clearCache: () => void;
177
+ resultsCount: () => number;
178
+ resetResultsCount: () => void;
179
+ };
180
+ lastResult: () => string[] | undefined;
181
+ dependencies: [(linkedState: LinkedState, panelId: string) => string[]];
182
+ recomputations: () => number;
183
+ resetRecomputations: () => void;
184
+ dependencyRecomputations: () => number;
185
+ resetDependencyRecomputations: () => void;
186
+ } & {
187
+ memoize: typeof import("reselect").weakMapMemoize;
188
+ argsMemoize: typeof import("reselect").weakMapMemoize;
33
189
  };
34
190
  export declare const selectLinkedFeatures: ((state: any, mapId: string) => {
35
191
  id: string;
36
192
  originalId?: string | undefined;
37
193
  geoJSON: import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>;
38
- }[]) & import("reselect").OutputSelectorFields<(args_0: LinkedState, args_1: string[]) => {
39
- id: string;
40
- originalId?: string | undefined;
41
- geoJSON: import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>;
42
- }[], {
43
- clearCache: () => void;
44
- }> & {
194
+ }[]) & {
45
195
  clearCache: () => void;
196
+ resultsCount: () => number;
197
+ resetResultsCount: () => void;
198
+ } & {
199
+ resultFunc: (resultFuncArgs_0: LinkedState, resultFuncArgs_1: string[]) => {
200
+ id: string;
201
+ originalId?: string | undefined;
202
+ geoJSON: import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>;
203
+ }[];
204
+ memoizedResultFunc: ((resultFuncArgs_0: LinkedState, resultFuncArgs_1: string[]) => {
205
+ id: string;
206
+ originalId?: string | undefined;
207
+ geoJSON: import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>;
208
+ }[]) & {
209
+ clearCache: () => void;
210
+ resultsCount: () => number;
211
+ resetResultsCount: () => void;
212
+ };
213
+ lastResult: () => {
214
+ id: string;
215
+ originalId?: string | undefined;
216
+ geoJSON: import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>;
217
+ }[];
218
+ dependencies: [(linkedState: any) => LinkedState, (linkedState: LinkedState, mapId: string) => string[]];
219
+ recomputations: () => number;
220
+ resetRecomputations: () => void;
221
+ dependencyRecomputations: () => number;
222
+ resetDependencyRecomputations: () => void;
223
+ } & {
224
+ memoize: typeof import("reselect").weakMapMemoize;
225
+ argsMemoize: typeof import("reselect").weakMapMemoize;
46
226
  };
47
227
  export declare const selectLinkedFormFeatures: ((state: any, mapId: string) => {
48
228
  id: string;
49
229
  geoJSON: import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>;
50
- }[]) & import("reselect").OutputSelectorFields<(args_0: LinkedState, args_1: string[]) => {
51
- id: string;
52
- geoJSON: import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>;
53
- }[], {
54
- clearCache: () => void;
55
- }> & {
230
+ }[]) & {
56
231
  clearCache: () => void;
57
- };
58
- export declare const getSelectedFeature: ((state: SynchronizationGroupState, mapId: string) => {
59
- lat: number;
60
- lon: number;
61
- id: string;
62
- name: any;
63
- occurrences: any;
64
- } | null) & import("reselect").OutputSelectorFields<(args_0: {
65
- features: {
232
+ resultsCount: () => number;
233
+ resetResultsCount: () => void;
234
+ } & {
235
+ resultFunc: (resultFuncArgs_0: LinkedState, resultFuncArgs_1: string[]) => {
236
+ id: string;
237
+ geoJSON: import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>;
238
+ }[];
239
+ memoizedResultFunc: ((resultFuncArgs_0: LinkedState, resultFuncArgs_1: string[]) => {
240
+ id: string;
241
+ geoJSON: import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>;
242
+ }[]) & {
243
+ clearCache: () => void;
244
+ resultsCount: () => number;
245
+ resetResultsCount: () => void;
246
+ };
247
+ lastResult: () => {
66
248
  id: string;
67
- originalId?: string | undefined;
68
249
  geoJSON: import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>;
69
250
  }[];
70
- selectedFeatureId: string | undefined;
71
- }) => {
251
+ dependencies: [(linkedState: any) => LinkedState, (linkedState: LinkedState, mapId: string) => string[]];
252
+ recomputations: () => number;
253
+ resetRecomputations: () => void;
254
+ dependencyRecomputations: () => number;
255
+ resetDependencyRecomputations: () => void;
256
+ } & {
257
+ memoize: typeof import("reselect").weakMapMemoize;
258
+ argsMemoize: typeof import("reselect").weakMapMemoize;
259
+ };
260
+ export declare const getSelectedFeature: ((state: SynchronizationGroupState, mapId: string) => {
72
261
  lat: number;
73
262
  lon: number;
74
263
  id: string;
75
264
  name: any;
76
265
  occurrences: any;
77
- } | null, {
78
- clearCache: () => void;
79
- }> & {
266
+ } | null) & {
80
267
  clearCache: () => void;
268
+ resultsCount: () => number;
269
+ resetResultsCount: () => void;
270
+ } & {
271
+ resultFunc: (resultFuncArgs_0: {
272
+ features: {
273
+ id: string;
274
+ originalId?: string | undefined;
275
+ geoJSON: import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>;
276
+ }[];
277
+ selectedFeatureId: string | undefined;
278
+ }) => {
279
+ lat: number;
280
+ lon: number;
281
+ id: string;
282
+ name: any;
283
+ occurrences: any;
284
+ } | null;
285
+ memoizedResultFunc: ((resultFuncArgs_0: {
286
+ features: {
287
+ id: string;
288
+ originalId?: string | undefined;
289
+ geoJSON: import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>;
290
+ }[];
291
+ selectedFeatureId: string | undefined;
292
+ }) => {
293
+ lat: number;
294
+ lon: number;
295
+ id: string;
296
+ name: any;
297
+ occurrences: any;
298
+ } | null) & {
299
+ clearCache: () => void;
300
+ resultsCount: () => number;
301
+ resetResultsCount: () => void;
302
+ };
303
+ lastResult: () => {
304
+ lat: number;
305
+ lon: number;
306
+ id: string;
307
+ name: any;
308
+ occurrences: any;
309
+ } | null;
310
+ dependencies: [(state: SynchronizationGroupState, mapId: string) => {
311
+ features: {
312
+ id: string;
313
+ originalId?: string | undefined;
314
+ geoJSON: import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>;
315
+ }[];
316
+ selectedFeatureId: string | undefined;
317
+ }];
318
+ recomputations: () => number;
319
+ resetRecomputations: () => void;
320
+ dependencyRecomputations: () => number;
321
+ resetDependencyRecomputations: () => void;
322
+ } & {
323
+ memoize: typeof import("reselect").weakMapMemoize;
324
+ argsMemoize: typeof import("reselect").weakMapMemoize;
81
325
  };
82
- export declare const getSelectedFeatureAsGeoJSON: ((state: SynchronizationGroupState, mapId: string) => import("geojson").Feature<import("geojson").Geometry, import("geojson").GeoJsonProperties> | null | undefined) & import("reselect").OutputSelectorFields<(args_0: PotentialData) => import("geojson").Feature<import("geojson").Geometry, import("geojson").GeoJsonProperties> | null | undefined, {
83
- clearCache: () => void;
84
- }> & {
326
+ export declare const getSelectedFeatureAsGeoJSON: ((state: SynchronizationGroupState, mapId: string) => import("geojson").Feature<import("geojson").Geometry, import("geojson").GeoJsonProperties> | null | undefined) & {
85
327
  clearCache: () => void;
328
+ resultsCount: () => number;
329
+ resetResultsCount: () => void;
330
+ } & {
331
+ resultFunc: (resultFuncArgs_0: PotentialData) => import("geojson").Feature<import("geojson").Geometry, import("geojson").GeoJsonProperties> | null | undefined;
332
+ memoizedResultFunc: ((resultFuncArgs_0: PotentialData) => import("geojson").Feature<import("geojson").Geometry, import("geojson").GeoJsonProperties> | null | undefined) & {
333
+ clearCache: () => void;
334
+ resultsCount: () => number;
335
+ resetResultsCount: () => void;
336
+ };
337
+ lastResult: () => import("geojson").Feature<import("geojson").Geometry, import("geojson").GeoJsonProperties> | null | undefined;
338
+ dependencies: [(state: SynchronizationGroupState, mapId: string) => PotentialData];
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;
86
346
  };