@opengeoweb/store 16.0.0 → 17.0.1

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 (131) hide show
  1. package/index.esm.js +543 -246
  2. package/package.json +6 -6
  3. package/src/index.d.ts +0 -1
  4. package/src/store/common/auth/index.d.ts +0 -3
  5. package/src/store/common/auth/reducer.d.ts +0 -14
  6. package/src/store/common/auth/reducer.spec.d.ts +0 -1
  7. package/src/store/common/auth/selectors.d.ts +0 -87
  8. package/src/store/common/auth/selectors.spec.d.ts +0 -1
  9. package/src/store/common/auth/types.d.ts +0 -22
  10. package/src/store/common/index.d.ts +0 -81
  11. package/src/store/common/listener.d.ts +0 -2
  12. package/src/store/common/types.d.ts +0 -6
  13. package/src/store/drawingTool/index.d.ts +0 -4
  14. package/src/store/drawingTool/listener.d.ts +0 -3
  15. package/src/store/drawingTool/listener.spec.d.ts +0 -1
  16. package/src/store/drawingTool/reducer.d.ts +0 -45
  17. package/src/store/drawingTool/reducer.spec.d.ts +0 -4
  18. package/src/store/drawingTool/selectors.d.ts +0 -347
  19. package/src/store/drawingTool/selectors.spec.d.ts +0 -1
  20. package/src/store/drawingTool/testUtils.d.ts +0 -1
  21. package/src/store/drawingTool/utils.d.ts +0 -1
  22. package/src/store/drawingTool/utils.spec.d.ts +0 -1
  23. package/src/store/generic/actions.d.ts +0 -28
  24. package/src/store/generic/hooks.d.ts +0 -2
  25. package/src/store/generic/index.d.ts +0 -26
  26. package/src/store/generic/linking/constants.d.ts +0 -6
  27. package/src/store/generic/linking/index.d.ts +0 -1
  28. package/src/store/generic/listener.d.ts +0 -2
  29. package/src/store/generic/listener.spec.d.ts +0 -1
  30. package/src/store/generic/loadingIndicator/constants.d.ts +0 -1
  31. package/src/store/generic/loadingIndicator/index.d.ts +0 -3
  32. package/src/store/generic/loadingIndicator/reducer.d.ts +0 -13
  33. package/src/store/generic/loadingIndicator/reducer.spec.d.ts +0 -1
  34. package/src/store/generic/loadingIndicator/selectors.d.ts +0 -337
  35. package/src/store/generic/loadingIndicator/selectors.spec.d.ts +0 -1
  36. package/src/store/generic/loadingIndicator/types.d.ts +0 -22
  37. package/src/store/generic/selectors.d.ts +0 -410
  38. package/src/store/generic/selectors.spec.d.ts +0 -1
  39. package/src/store/generic/syncGroups/__mocks__/mockState.d.ts +0 -2
  40. package/src/store/generic/syncGroups/constants.d.ts +0 -4
  41. package/src/store/generic/syncGroups/hooks.d.ts +0 -16
  42. package/src/store/generic/syncGroups/hooks.spec.d.ts +0 -1
  43. package/src/store/generic/syncGroups/index.d.ts +0 -11
  44. package/src/store/generic/syncGroups/listener.d.ts +0 -2
  45. package/src/store/generic/syncGroups/listener.spec.d.ts +0 -1
  46. package/src/store/generic/syncGroups/reducer.d.ts +0 -60
  47. package/src/store/generic/syncGroups/reducer.spec.d.ts +0 -1
  48. package/src/store/generic/syncGroups/selector.d.ts +0 -45
  49. package/src/store/generic/syncGroups/selector.spec.d.ts +0 -1
  50. package/src/store/generic/syncGroups/selectors.d.ts +0 -235
  51. package/src/store/generic/syncGroups/selectors.spec.d.ts +0 -1
  52. package/src/store/generic/syncGroups/syncSourceDisplayName.d.ts +0 -2
  53. package/src/store/generic/syncGroups/types.d.ts +0 -171
  54. package/src/store/generic/syncGroups/utils.d.ts +0 -76
  55. package/src/store/generic/syncGroups/utils.spec.d.ts +0 -1
  56. package/src/store/generic/synchronizationActions/actions.d.ts +0 -11
  57. package/src/store/generic/synchronizationActions/types.d.ts +0 -43
  58. package/src/store/generic/types.d.ts +0 -24
  59. package/src/store/generic/utils.d.ts +0 -9
  60. package/src/store/generic/utils.spec.d.ts +0 -1
  61. package/src/store/index.d.ts +0 -22
  62. package/src/store/map/index.d.ts +0 -5
  63. package/src/store/map/layer/index.d.ts +0 -5
  64. package/src/store/map/layer/listeners.d.ts +0 -2
  65. package/src/store/map/layer/listeners.spec.d.ts +0 -1
  66. package/src/store/map/layer/reducer.d.ts +0 -90
  67. package/src/store/map/layer/reducer.spec.d.ts +0 -1
  68. package/src/store/map/layer/selectors.d.ts +0 -2547
  69. package/src/store/map/layer/selectors.spec.d.ts +0 -1
  70. package/src/store/map/layer/types.d.ts +0 -179
  71. package/src/store/map/layer/utils.d.ts +0 -33
  72. package/src/store/map/layer/utils.spec.d.ts +0 -1
  73. package/src/store/map/map/actions.d.ts +0 -9
  74. package/src/store/map/map/constants.d.ts +0 -3
  75. package/src/store/map/map/enums.d.ts +0 -3
  76. package/src/store/map/map/filterLayers.d.ts +0 -10
  77. package/src/store/map/map/filterLayers.spec.d.ts +0 -1
  78. package/src/store/map/map/index.d.ts +0 -26
  79. package/src/store/map/map/listener.d.ts +0 -4
  80. package/src/store/map/map/listener.spec.d.ts +0 -1
  81. package/src/store/map/map/mapListenerAnimationUtils.d.ts +0 -28
  82. package/src/store/map/map/mapListenerAnimationUtils.spec.d.ts +0 -1
  83. package/src/store/map/map/metronomeListener.d.ts +0 -2
  84. package/src/store/map/map/olMapListenerAnimationUtils.d.ts +0 -46
  85. package/src/store/map/map/olMapListenerAnimationUtils.spec.d.ts +0 -1
  86. package/src/store/map/map/reducer.d.ts +0 -142
  87. package/src/store/map/map/reducer.spec.d.ts +0 -1
  88. package/src/store/map/map/replaceLayerIdsToEnsureUniqueLayerIdsInStore.d.ts +0 -7
  89. package/src/store/map/map/replaceLayerIdsToEnsureUniqueLayerIdsInStore.spec.d.ts +0 -1
  90. package/src/store/map/map/selectors.d.ts +0 -3582
  91. package/src/store/map/map/selectors.spec.d.ts +0 -1
  92. package/src/store/map/map/types.d.ts +0 -329
  93. package/src/store/map/map/utils.d.ts +0 -87
  94. package/src/store/map/map/utils.spec.d.ts +0 -1
  95. package/src/store/map/service/WMS111GetCapabilitiesGeoServicesRADAR.d.ts +0 -2
  96. package/src/store/map/service/index.d.ts +0 -4
  97. package/src/store/map/service/listener.d.ts +0 -5
  98. package/src/store/map/service/listener.spec.d.ts +0 -1
  99. package/src/store/map/service/localStorage.d.ts +0 -3
  100. package/src/store/map/service/localStorage.spec.d.ts +0 -1
  101. package/src/store/map/service/reducer.d.ts +0 -10
  102. package/src/store/map/service/reducer.spec.d.ts +0 -1
  103. package/src/store/map/service/selectors.d.ts +0 -386
  104. package/src/store/map/service/selectors.spec.d.ts +0 -1
  105. package/src/store/map/service/types.d.ts +0 -52
  106. package/src/store/map/storeTestSettings.d.ts +0 -8
  107. package/src/store/map/storeTestUtils.d.ts +0 -18
  108. package/src/store/map/types.d.ts +0 -11
  109. package/src/store/mapStore/openlayers/listener.d.ts +0 -2
  110. package/src/store/mapStore/openlayers/listener.spec.d.ts +0 -1
  111. package/src/store/mapStore/openlayers/syncGroupViewStore.d.ts +0 -26
  112. package/src/store/router/index.d.ts +0 -2
  113. package/src/store/router/listener.d.ts +0 -2
  114. package/src/store/router/listener.spec.d.ts +0 -1
  115. package/src/store/router/reducer.d.ts +0 -9
  116. package/src/store/router/reducer.spec.d.ts +0 -1
  117. package/src/store/router/types.d.ts +0 -9
  118. package/src/store/router/utils.d.ts +0 -4
  119. package/src/store/store.d.ts +0 -37
  120. package/src/store/types.d.ts +0 -7
  121. package/src/store/ui/index.d.ts +0 -5
  122. package/src/store/ui/reducer.d.ts +0 -39
  123. package/src/store/ui/reducer.spec.d.ts +0 -1
  124. package/src/store/ui/selectors.d.ts +0 -234
  125. package/src/store/ui/selectors.spec.d.ts +0 -1
  126. package/src/store/ui/types.d.ts +0 -87
  127. package/src/store/ui/useSetupDialog.d.ts +0 -11
  128. package/src/store/ui/useSetupDialog.spec.d.ts +0 -1
  129. package/src/store/unifyReducerMaps.d.ts +0 -3
  130. package/src/store/unifyReducermaps.spec.d.ts +0 -1
  131. package/src/store/utils.d.ts +0 -6
@@ -1,347 +0,0 @@
1
- import type { DrawingToolState, DrawtoolModuleStore } from './reducer';
2
- export declare const getDrawingtoolStore: (store: DrawtoolModuleStore) => DrawingToolState;
3
- export declare const selectDrawToolById: (state: DrawtoolModuleStore, id: string) => {
4
- drawToolId: string;
5
- geoJSONLayerId: string;
6
- activeDrawModeId: string;
7
- drawModes: import("@opengeoweb/webmap-react").DrawMode[];
8
- shouldAllowMultipleShapes: boolean;
9
- geoJSONIntersectionLayerId?: string | undefined;
10
- geoJSONIntersectionBoundsLayerId?: string | undefined;
11
- }, selectAllDrawingTools: (state: DrawtoolModuleStore) => import("./reducer").DrawToolItem[];
12
- export declare const getActiveDrawToolId: ((state: DrawtoolModuleStore) => string) & {
13
- clearCache: () => void;
14
- resultsCount: () => number;
15
- resetResultsCount: () => void;
16
- } & {
17
- resultFunc: (resultFuncArgs_0: import("./reducer").DrawToolItem[]) => string;
18
- memoizedResultFunc: ((resultFuncArgs_0: import("./reducer").DrawToolItem[]) => string) & {
19
- clearCache: () => void;
20
- resultsCount: () => number;
21
- resetResultsCount: () => void;
22
- };
23
- lastResult: () => string;
24
- dependencies: [(state: DrawtoolModuleStore) => import("./reducer").DrawToolItem[]];
25
- recomputations: () => number;
26
- resetRecomputations: () => void;
27
- dependencyRecomputations: () => number;
28
- resetDependencyRecomputations: () => void;
29
- } & {
30
- argsMemoize: typeof import("reselect").weakMapMemoize;
31
- memoize: typeof import("reselect").weakMapMemoize;
32
- };
33
- export declare const getDrawModeById: ((state: DrawtoolModuleStore, _drawToolId: string, drawModeId: string) => import("@opengeoweb/webmap-react").DrawMode | undefined) & {
34
- clearCache: () => void;
35
- resultsCount: () => number;
36
- resetResultsCount: () => void;
37
- } & {
38
- resultFunc: (resultFuncArgs_0: {
39
- drawToolId: string;
40
- geoJSONLayerId: string;
41
- activeDrawModeId: string;
42
- drawModes: import("@opengeoweb/webmap-react").DrawMode[];
43
- shouldAllowMultipleShapes: boolean;
44
- geoJSONIntersectionLayerId?: string | undefined;
45
- geoJSONIntersectionBoundsLayerId?: string | undefined;
46
- }, resultFuncArgs_1: string) => import("@opengeoweb/webmap-react").DrawMode | undefined;
47
- memoizedResultFunc: ((resultFuncArgs_0: {
48
- drawToolId: string;
49
- geoJSONLayerId: string;
50
- activeDrawModeId: string;
51
- drawModes: import("@opengeoweb/webmap-react").DrawMode[];
52
- shouldAllowMultipleShapes: boolean;
53
- geoJSONIntersectionLayerId?: string | undefined;
54
- geoJSONIntersectionBoundsLayerId?: string | undefined;
55
- }, resultFuncArgs_1: string) => import("@opengeoweb/webmap-react").DrawMode | undefined) & {
56
- clearCache: () => void;
57
- resultsCount: () => number;
58
- resetResultsCount: () => void;
59
- };
60
- lastResult: () => import("@opengeoweb/webmap-react").DrawMode | undefined;
61
- dependencies: [(state: DrawtoolModuleStore, id: string) => {
62
- drawToolId: string;
63
- geoJSONLayerId: string;
64
- activeDrawModeId: string;
65
- drawModes: import("@opengeoweb/webmap-react").DrawMode[];
66
- shouldAllowMultipleShapes: boolean;
67
- geoJSONIntersectionLayerId?: string | undefined;
68
- geoJSONIntersectionBoundsLayerId?: string | undefined;
69
- }, (_store: DrawtoolModuleStore, _drawToolId: string, drawModeId: string) => string];
70
- recomputations: () => number;
71
- resetRecomputations: () => void;
72
- dependencyRecomputations: () => number;
73
- resetDependencyRecomputations: () => void;
74
- } & {
75
- argsMemoize: typeof import("reselect").weakMapMemoize;
76
- memoize: typeof import("reselect").weakMapMemoize;
77
- };
78
- export declare const getActiveDrawModeId: ((state: DrawtoolModuleStore, id: string) => string) & {
79
- clearCache: () => void;
80
- resultsCount: () => number;
81
- resetResultsCount: () => void;
82
- } & {
83
- resultFunc: (resultFuncArgs_0: {
84
- drawToolId: string;
85
- geoJSONLayerId: string;
86
- activeDrawModeId: string;
87
- drawModes: import("@opengeoweb/webmap-react").DrawMode[];
88
- shouldAllowMultipleShapes: boolean;
89
- geoJSONIntersectionLayerId?: string | undefined;
90
- geoJSONIntersectionBoundsLayerId?: string | undefined;
91
- }) => string;
92
- memoizedResultFunc: ((resultFuncArgs_0: {
93
- drawToolId: string;
94
- geoJSONLayerId: string;
95
- activeDrawModeId: string;
96
- drawModes: import("@opengeoweb/webmap-react").DrawMode[];
97
- shouldAllowMultipleShapes: boolean;
98
- geoJSONIntersectionLayerId?: string | undefined;
99
- geoJSONIntersectionBoundsLayerId?: string | undefined;
100
- }) => string) & {
101
- clearCache: () => void;
102
- resultsCount: () => number;
103
- resetResultsCount: () => void;
104
- };
105
- lastResult: () => string;
106
- dependencies: [(state: DrawtoolModuleStore, id: string) => {
107
- drawToolId: string;
108
- geoJSONLayerId: string;
109
- activeDrawModeId: string;
110
- drawModes: import("@opengeoweb/webmap-react").DrawMode[];
111
- shouldAllowMultipleShapes: boolean;
112
- geoJSONIntersectionLayerId?: string | undefined;
113
- geoJSONIntersectionBoundsLayerId?: string | undefined;
114
- }];
115
- recomputations: () => number;
116
- resetRecomputations: () => void;
117
- dependencyRecomputations: () => number;
118
- resetDependencyRecomputations: () => void;
119
- } & {
120
- argsMemoize: typeof import("reselect").weakMapMemoize;
121
- memoize: typeof import("reselect").weakMapMemoize;
122
- };
123
- export declare const getDrawToolGeoJSONLayerId: ((state: DrawtoolModuleStore, id: string) => string) & {
124
- clearCache: () => void;
125
- resultsCount: () => number;
126
- resetResultsCount: () => void;
127
- } & {
128
- resultFunc: (resultFuncArgs_0: {
129
- drawToolId: string;
130
- geoJSONLayerId: string;
131
- activeDrawModeId: string;
132
- drawModes: import("@opengeoweb/webmap-react").DrawMode[];
133
- shouldAllowMultipleShapes: boolean;
134
- geoJSONIntersectionLayerId?: string | undefined;
135
- geoJSONIntersectionBoundsLayerId?: string | undefined;
136
- }) => string;
137
- memoizedResultFunc: ((resultFuncArgs_0: {
138
- drawToolId: string;
139
- geoJSONLayerId: string;
140
- activeDrawModeId: string;
141
- drawModes: import("@opengeoweb/webmap-react").DrawMode[];
142
- shouldAllowMultipleShapes: boolean;
143
- geoJSONIntersectionLayerId?: string | undefined;
144
- geoJSONIntersectionBoundsLayerId?: string | undefined;
145
- }) => string) & {
146
- clearCache: () => void;
147
- resultsCount: () => number;
148
- resetResultsCount: () => void;
149
- };
150
- lastResult: () => string;
151
- dependencies: [(state: DrawtoolModuleStore, id: string) => {
152
- drawToolId: string;
153
- geoJSONLayerId: string;
154
- activeDrawModeId: string;
155
- drawModes: import("@opengeoweb/webmap-react").DrawMode[];
156
- shouldAllowMultipleShapes: boolean;
157
- geoJSONIntersectionLayerId?: string | undefined;
158
- geoJSONIntersectionBoundsLayerId?: string | undefined;
159
- }];
160
- recomputations: () => number;
161
- resetRecomputations: () => void;
162
- dependencyRecomputations: () => number;
163
- resetDependencyRecomputations: () => void;
164
- } & {
165
- argsMemoize: typeof import("reselect").weakMapMemoize;
166
- memoize: typeof import("reselect").weakMapMemoize;
167
- };
168
- export declare const getGeoJSONIntersectionLayerId: ((state: DrawtoolModuleStore, id: string) => string | undefined) & {
169
- clearCache: () => void;
170
- resultsCount: () => number;
171
- resetResultsCount: () => void;
172
- } & {
173
- resultFunc: (resultFuncArgs_0: {
174
- drawToolId: string;
175
- geoJSONLayerId: string;
176
- activeDrawModeId: string;
177
- drawModes: import("@opengeoweb/webmap-react").DrawMode[];
178
- shouldAllowMultipleShapes: boolean;
179
- geoJSONIntersectionLayerId?: string | undefined;
180
- geoJSONIntersectionBoundsLayerId?: string | undefined;
181
- }) => string | undefined;
182
- memoizedResultFunc: ((resultFuncArgs_0: {
183
- drawToolId: string;
184
- geoJSONLayerId: string;
185
- activeDrawModeId: string;
186
- drawModes: import("@opengeoweb/webmap-react").DrawMode[];
187
- shouldAllowMultipleShapes: boolean;
188
- geoJSONIntersectionLayerId?: string | undefined;
189
- geoJSONIntersectionBoundsLayerId?: string | undefined;
190
- }) => string | undefined) & {
191
- clearCache: () => void;
192
- resultsCount: () => number;
193
- resetResultsCount: () => void;
194
- };
195
- lastResult: () => string | undefined;
196
- dependencies: [(state: DrawtoolModuleStore, id: string) => {
197
- drawToolId: string;
198
- geoJSONLayerId: string;
199
- activeDrawModeId: string;
200
- drawModes: import("@opengeoweb/webmap-react").DrawMode[];
201
- shouldAllowMultipleShapes: boolean;
202
- geoJSONIntersectionLayerId?: string | undefined;
203
- geoJSONIntersectionBoundsLayerId?: string | undefined;
204
- }];
205
- recomputations: () => number;
206
- resetRecomputations: () => void;
207
- dependencyRecomputations: () => number;
208
- resetDependencyRecomputations: () => void;
209
- } & {
210
- argsMemoize: typeof import("reselect").weakMapMemoize;
211
- memoize: typeof import("reselect").weakMapMemoize;
212
- };
213
- export declare const getGeoJSONIntersectionBoundsLayerId: ((state: DrawtoolModuleStore, id: string) => string | undefined) & {
214
- clearCache: () => void;
215
- resultsCount: () => number;
216
- resetResultsCount: () => void;
217
- } & {
218
- resultFunc: (resultFuncArgs_0: {
219
- drawToolId: string;
220
- geoJSONLayerId: string;
221
- activeDrawModeId: string;
222
- drawModes: import("@opengeoweb/webmap-react").DrawMode[];
223
- shouldAllowMultipleShapes: boolean;
224
- geoJSONIntersectionLayerId?: string | undefined;
225
- geoJSONIntersectionBoundsLayerId?: string | undefined;
226
- }) => string | undefined;
227
- memoizedResultFunc: ((resultFuncArgs_0: {
228
- drawToolId: string;
229
- geoJSONLayerId: string;
230
- activeDrawModeId: string;
231
- drawModes: import("@opengeoweb/webmap-react").DrawMode[];
232
- shouldAllowMultipleShapes: boolean;
233
- geoJSONIntersectionLayerId?: string | undefined;
234
- geoJSONIntersectionBoundsLayerId?: string | undefined;
235
- }) => string | undefined) & {
236
- clearCache: () => void;
237
- resultsCount: () => number;
238
- resetResultsCount: () => void;
239
- };
240
- lastResult: () => string | undefined;
241
- dependencies: [(state: DrawtoolModuleStore, id: string) => {
242
- drawToolId: string;
243
- geoJSONLayerId: string;
244
- activeDrawModeId: string;
245
- drawModes: import("@opengeoweb/webmap-react").DrawMode[];
246
- shouldAllowMultipleShapes: boolean;
247
- geoJSONIntersectionLayerId?: string | undefined;
248
- geoJSONIntersectionBoundsLayerId?: string | undefined;
249
- }];
250
- recomputations: () => number;
251
- resetRecomputations: () => void;
252
- dependencyRecomputations: () => number;
253
- resetDependencyRecomputations: () => void;
254
- } & {
255
- argsMemoize: typeof import("reselect").weakMapMemoize;
256
- memoize: typeof import("reselect").weakMapMemoize;
257
- };
258
- export declare const getShouldAllowMultipleShapes: ((state: DrawtoolModuleStore, id: string) => boolean) & {
259
- clearCache: () => void;
260
- resultsCount: () => number;
261
- resetResultsCount: () => void;
262
- } & {
263
- resultFunc: (resultFuncArgs_0: {
264
- drawToolId: string;
265
- geoJSONLayerId: string;
266
- activeDrawModeId: string;
267
- drawModes: import("@opengeoweb/webmap-react").DrawMode[];
268
- shouldAllowMultipleShapes: boolean;
269
- geoJSONIntersectionLayerId?: string | undefined;
270
- geoJSONIntersectionBoundsLayerId?: string | undefined;
271
- }) => boolean;
272
- memoizedResultFunc: ((resultFuncArgs_0: {
273
- drawToolId: string;
274
- geoJSONLayerId: string;
275
- activeDrawModeId: string;
276
- drawModes: import("@opengeoweb/webmap-react").DrawMode[];
277
- shouldAllowMultipleShapes: boolean;
278
- geoJSONIntersectionLayerId?: string | undefined;
279
- geoJSONIntersectionBoundsLayerId?: string | undefined;
280
- }) => boolean) & {
281
- clearCache: () => void;
282
- resultsCount: () => number;
283
- resetResultsCount: () => void;
284
- };
285
- lastResult: () => boolean;
286
- dependencies: [(state: DrawtoolModuleStore, id: string) => {
287
- drawToolId: string;
288
- geoJSONLayerId: string;
289
- activeDrawModeId: string;
290
- drawModes: import("@opengeoweb/webmap-react").DrawMode[];
291
- shouldAllowMultipleShapes: boolean;
292
- geoJSONIntersectionLayerId?: string | undefined;
293
- geoJSONIntersectionBoundsLayerId?: string | undefined;
294
- }];
295
- recomputations: () => number;
296
- resetRecomputations: () => void;
297
- dependencyRecomputations: () => number;
298
- resetDependencyRecomputations: () => void;
299
- } & {
300
- argsMemoize: typeof import("reselect").weakMapMemoize;
301
- memoize: typeof import("reselect").weakMapMemoize;
302
- };
303
- export declare const getActiveDrawMode: ((state: DrawtoolModuleStore, id: string) => import("@opengeoweb/webmap-react").DrawMode | undefined) & {
304
- clearCache: () => void;
305
- resultsCount: () => number;
306
- resetResultsCount: () => void;
307
- } & {
308
- resultFunc: (resultFuncArgs_0: {
309
- drawToolId: string;
310
- geoJSONLayerId: string;
311
- activeDrawModeId: string;
312
- drawModes: import("@opengeoweb/webmap-react").DrawMode[];
313
- shouldAllowMultipleShapes: boolean;
314
- geoJSONIntersectionLayerId?: string | undefined;
315
- geoJSONIntersectionBoundsLayerId?: string | undefined;
316
- }) => import("@opengeoweb/webmap-react").DrawMode | undefined;
317
- memoizedResultFunc: ((resultFuncArgs_0: {
318
- drawToolId: string;
319
- geoJSONLayerId: string;
320
- activeDrawModeId: string;
321
- drawModes: import("@opengeoweb/webmap-react").DrawMode[];
322
- shouldAllowMultipleShapes: boolean;
323
- geoJSONIntersectionLayerId?: string | undefined;
324
- geoJSONIntersectionBoundsLayerId?: string | undefined;
325
- }) => import("@opengeoweb/webmap-react").DrawMode | undefined) & {
326
- clearCache: () => void;
327
- resultsCount: () => number;
328
- resetResultsCount: () => void;
329
- };
330
- lastResult: () => import("@opengeoweb/webmap-react").DrawMode | undefined;
331
- dependencies: [(state: DrawtoolModuleStore, id: string) => {
332
- drawToolId: string;
333
- geoJSONLayerId: string;
334
- activeDrawModeId: string;
335
- drawModes: import("@opengeoweb/webmap-react").DrawMode[];
336
- shouldAllowMultipleShapes: boolean;
337
- geoJSONIntersectionLayerId?: string | undefined;
338
- geoJSONIntersectionBoundsLayerId?: string | undefined;
339
- }];
340
- recomputations: () => number;
341
- resetRecomputations: () => void;
342
- dependencyRecomputations: () => number;
343
- resetDependencyRecomputations: () => void;
344
- } & {
345
- argsMemoize: typeof import("reselect").weakMapMemoize;
346
- memoize: typeof import("reselect").weakMapMemoize;
347
- };
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export declare const testGeoJSON: GeoJSON.FeatureCollection;
@@ -1 +0,0 @@
1
- export declare const getSingularDrawtoolDrawLayerId: (mapId: string) => string;
@@ -1 +0,0 @@
1
- export {};
@@ -1,28 +0,0 @@
1
- import type { SetTimePayload, SetBboxPayload } from './types';
2
- /**
3
- * Generic action to set the time.
4
- *
5
- * @param payload: SetTimePayload;
6
- * {
7
- * sourceId: string; // Source where the new time value originates from
8
- * value: string; // ISO 8601 string time value like "2010-10-01T00:00:00Z"
9
- * }
10
- */
11
- export declare const setTime: import("@reduxjs/toolkit").ActionCreatorWithPayload<SetTimePayload, string>;
12
- /**
13
- * Generic action to set the bounding box.
14
- *
15
- * @param payload: SetBboxPayload;
16
- *
17
- * {
18
- * sourceId: string; // Source where the new time value originates from
19
- * bbox: { // Bbbox object
20
- * left: number;
21
- * bottom: number;
22
- * right: number;
23
- * top: number;
24
- * };
25
- * srs: string; // Projection string according to EPSG, e.g. (EPSG:3857 == Mercator)
26
- * }
27
- */
28
- export declare const setBbox: import("@reduxjs/toolkit").ActionCreatorWithPayload<SetBboxPayload, string>;
@@ -1,2 +0,0 @@
1
- import type { PotentialData } from './syncGroups/types';
2
- export declare const useUpdateSharedData: (data: PotentialData, panelId?: string) => PotentialData;
@@ -1,26 +0,0 @@
1
- export declare const genericActions: {
2
- initialSyncState: import("./syncGroups/types").SynchronizationGroupState;
3
- setTime: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("./types").SetTimePayload, string>;
4
- setBbox: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("./types").SetBboxPayload, string>;
5
- setLinkedMap: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("./syncGroups/types").SetLinkedMap, "synchronizationGroupsReducer/setLinkedMap">;
6
- updateLinkedMap: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("./syncGroups/types").UpdateLinkedMap, "synchronizationGroupsReducer/updateLinkedMap">;
7
- removeLinkedMap: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "synchronizationGroupsReducer/removeLinkedMap">;
8
- addSharedData: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("./syncGroups/types").AddSharedData, "synchronizationGroupsReducer/addSharedData">;
9
- deleteSharedData: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("./syncGroups/types").DeleteSharedData, "synchronizationGroupsReducer/deleteSharedData">;
10
- syncGroupAddSource: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("./syncGroups/types").SyncGroupsAddSourcePayload, "synchronizationGroupsReducer/syncGroupAddSource">;
11
- syncGroupRemoveSource: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("./syncGroups/types").SyncGroupRemoveSourcePayload, "synchronizationGroupsReducer/syncGroupRemoveSource">;
12
- syncGroupAddTarget: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("./syncGroups/types").SyncGroupAddTargetPayload, "synchronizationGroupsReducer/syncGroupAddTarget">;
13
- syncGroupRemoveTarget: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("./syncGroups/types").SyncGroupRemoveTargetPayload, "synchronizationGroupsReducer/syncGroupRemoveTarget">;
14
- syncGroupLinkTarget: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("./syncGroups/types").SyncGroupLinkTargetPayload, "synchronizationGroupsReducer/syncGroupLinkTarget">;
15
- syncGroupAddGroup: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("./syncGroups/types").SyncGroupAddGroupPayload, "synchronizationGroupsReducer/syncGroupAddGroup">;
16
- syncGroupRemoveGroup: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("./syncGroups/types").SyncGroupRemoveGroupPayload, "synchronizationGroupsReducer/syncGroupRemoveGroup">;
17
- syncGroupClear: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"synchronizationGroupsReducer/syncGroupClear">;
18
- syncGroupSetViewState: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("./syncGroups/types").SyncGroupSetViewStatePayload, "synchronizationGroupsReducer/syncGroupSetViewState">;
19
- syncGroupToggleIsTimeScrollingEnabled: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("./syncGroups/types").SyncGroupToggleIsTimeScrollingEnabled, "synchronizationGroupsReducer/syncGroupToggleIsTimeScrollingEnabled">;
20
- };
21
- export * as genericSelectors from './selectors';
22
- export * from './hooks';
23
- export * from './syncGroups';
24
- export type * as genericTypes from './types';
25
- export type * from './synchronizationActions/types';
26
- export * from './loadingIndicator';
@@ -1,6 +0,0 @@
1
- export declare enum SupportedComponentTypes {
2
- WarningList = "WarningList",
3
- TimeSeries = "TimeSeries",
4
- Soundings = "Soundings"
5
- }
6
- export declare const supportedComponentTypesForLinking: string[];
@@ -1 +0,0 @@
1
- export * as linkComponentTypesConstants from './constants';
@@ -1,2 +0,0 @@
1
- import type { SynchronizationGroupModuleState } from './syncGroups/types';
2
- export declare const genericListener: import("@reduxjs/toolkit").ListenerMiddlewareInstance<SynchronizationGroupModuleState, import("redux-thunk").ThunkDispatch<SynchronizationGroupModuleState, unknown, import("redux").UnknownAction>, unknown>;
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export declare const ANY_EDR_SERVICE = "any_edr";
@@ -1,3 +0,0 @@
1
- export { loadingIndicatorActions, loadingIndicatorReducer } from './reducer';
2
- export * as loadingIndicatorSelectors from './selectors';
3
- export * as loadingIndicatorConstants from './constants';
@@ -1,13 +0,0 @@
1
- import type { PayloadAction, EntityState } from '@reduxjs/toolkit';
2
- import type { LoadingIndicatorType, SetIsEDRLoadingPayload, SetIsGetCapabilitiesLoadingPayload, SetIsGetMapLoadingPayload } from './types';
3
- export declare const loadingIndicatorAdapter: import("@reduxjs/toolkit").EntityAdapter<LoadingIndicatorType, string>;
4
- export declare const slice: import("@reduxjs/toolkit").Slice<EntityState<LoadingIndicatorType, string>, {
5
- setGetMapIsLoading: (draft: EntityState<LoadingIndicatorType, string>, action: PayloadAction<SetIsGetMapLoadingPayload>) => void;
6
- setGetCapabilitiesIsLoading: (draft: EntityState<LoadingIndicatorType, string>, action: PayloadAction<SetIsGetCapabilitiesLoadingPayload>) => void;
7
- setEDRIsLoading: (draft: EntityState<LoadingIndicatorType, string>, action: PayloadAction<SetIsEDRLoadingPayload>) => void;
8
- }, "loadingIndicatorReducer", "loadingIndicatorReducer", import("@reduxjs/toolkit").SliceSelectors<EntityState<LoadingIndicatorType, string>>>;
9
- export declare const loadingIndicatorActions: import("@reduxjs/toolkit").CaseReducerActions<{
10
- setGetMapIsLoading: (draft: EntityState<LoadingIndicatorType, string>, action: PayloadAction<SetIsGetMapLoadingPayload>) => void;
11
- setGetCapabilitiesIsLoading: (draft: EntityState<LoadingIndicatorType, string>, action: PayloadAction<SetIsGetCapabilitiesLoadingPayload>) => void;
12
- setEDRIsLoading: (draft: EntityState<LoadingIndicatorType, string>, action: PayloadAction<SetIsEDRLoadingPayload>) => void;
13
- }, "loadingIndicatorReducer">, loadingIndicatorReducer: import("redux").Reducer<EntityState<LoadingIndicatorType, string>>;
@@ -1 +0,0 @@
1
- export {};