@opengeoweb/core 5.2.0 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (239) hide show
  1. package/index.js +19316 -27100
  2. package/package.json +8 -9
  3. package/src/lib/components/CanvasComponent/CanvasComponent.d.ts +8 -8
  4. package/src/lib/components/ComponentsLookUp/componentsLookUp.d.ts +1 -1
  5. package/src/lib/components/ConfigurableMap/ConfigurableMapConnect.d.ts +3 -2
  6. package/src/lib/components/ConfigurableMap/ConfigurableMapConnect.stories.d.ts +1 -0
  7. package/src/lib/components/FeatureInfo/GetFeatureInfoButtonConnect.d.ts +1 -1
  8. package/src/lib/components/FeatureInfo/GetFeatureInfoDialog.d.ts +1 -1
  9. package/src/lib/components/FeatureInfo/utils.d.ts +1 -1
  10. package/src/lib/components/LayerManager/AddLayersButton/AddLayersButton.d.ts +1 -1
  11. package/src/lib/components/LayerManager/AddLayersPopup/AddLayersPopup.d.ts +1 -1
  12. package/src/lib/components/LayerManager/BaseLayerRow/BaseLayerRow.d.ts +1 -1
  13. package/src/lib/components/LayerManager/BaseLayerRow/BaseLayers/BaseLayers.d.ts +1 -1
  14. package/src/lib/components/LayerManager/BaseLayerRow/BaseLayers/BaseLayersConnect.d.ts +1 -1
  15. package/src/lib/components/LayerManager/DescriptionRow/DescriptionRow.d.ts +1 -1
  16. package/src/lib/components/LayerManager/LayerContainerRow/LayerRow/CustomDimensionSelect/CustomDimensionSelectConnect.d.ts +9 -0
  17. package/src/lib/components/LayerManager/LayerContainerRow/LayerRow/DimensionSelect/DimensionSelect.d.ts +9 -1
  18. package/src/lib/components/LayerManager/LayerContainerRow/LayerRow/DimensionSelect/DimensionSelectConnect.d.ts +10 -1
  19. package/src/lib/components/LayerManager/LayerContainerRow/LayerRow/LayerRow.d.ts +2 -2
  20. package/src/lib/components/LayerManager/LayerContainerRow/LayerRow/RenderLayers/RenderLayers.d.ts +1 -1
  21. package/src/lib/components/LayerManager/LayerManager.d.ts +2 -2
  22. package/src/lib/components/LayerManager/LayerManagerConnect.d.ts +1 -1
  23. package/src/lib/components/LayerManager/LayerManagerMapButtonConnect.d.ts +1 -1
  24. package/src/lib/components/LayerManager/LayerManagerUtils.d.ts +20 -6
  25. package/src/lib/components/LayerManager/LayerSelect/KeywordFilterButton/KeywordFilterButtonConnect.d.ts +1 -1
  26. package/src/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResults.d.ts +1 -1
  27. package/src/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResultsListItem.d.ts +1 -1
  28. package/src/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResultsListItemConnect.d.ts +1 -1
  29. package/src/lib/components/LayerManager/LayerSelect/LayerInfo/LayerInfoButtonConnect.d.ts +1 -1
  30. package/src/lib/components/LayerManager/LayerSelect/LayerInfo/LayerInfoDialog.d.ts +1 -1
  31. package/src/lib/components/LayerManager/LayerSelect/LayerInfo/LayerInfoLegend.d.ts +1 -1
  32. package/src/lib/components/LayerManager/LayerSelect/LayerInfo/LayerInfoUtils.d.ts +1 -1
  33. package/src/lib/components/LayerManager/LayerSelect/LayerList/LayerAddRemoveButton.d.ts +1 -1
  34. package/src/lib/components/LayerManager/LayerSelect/LayerList/LayerList.d.ts +1 -1
  35. package/src/lib/components/LayerManager/LayerSelect/LayerList/LayerListRow.d.ts +1 -1
  36. package/src/lib/components/LayerManager/LayerSelect/LayerSelect.d.ts +1 -1
  37. package/src/lib/components/LayerManager/LayerSelect/LayerSelectButtonConnect.d.ts +1 -1
  38. package/src/lib/components/LayerManager/LayerSelect/LayerSelectUtils.d.ts +1 -1
  39. package/src/lib/components/LayerManager/LayerSelect/ServiceList/ServiceChip.d.ts +1 -1
  40. package/src/lib/components/LayerManager/LayerSelect/ServiceList/ServiceChipConnect.d.ts +1 -1
  41. package/src/lib/components/LayerManager/LayerSelect/ServiceList/ServiceList.d.ts +1 -1
  42. package/src/lib/components/LayerManager/LayerSelect/ServiceOptionsDialog/ServiceOptionsDialog.d.ts +1 -1
  43. package/src/lib/components/LayerManager/LayerSelect/ServicePopup/ServicePopup.d.ts +1 -1
  44. package/src/lib/components/LayerManager/LayerSelect/ServicePopup/ServicePopupDialogConnect.d.ts +1 -1
  45. package/src/lib/components/LayerManager/LayerSelect/ServicePopup/utils.d.ts +1 -1
  46. package/src/lib/components/LayerManager/useFetchServices.d.ts +1 -1
  47. package/src/lib/components/Legend/Legend.d.ts +1 -1
  48. package/src/lib/components/Legend/LegendConnect.d.ts +1 -1
  49. package/src/lib/components/Legend/LegendDialog.d.ts +1 -1
  50. package/src/lib/components/Legend/LegendLayout.d.ts +1 -1
  51. package/src/lib/components/Legend/LegendMapButtonConnect.d.ts +1 -1
  52. package/src/lib/components/MapDraw/DrawingTool/DrawingTool.d.ts +31 -0
  53. package/src/lib/components/MapDraw/DrawingTool/DrawingTool.stories.d.ts +25 -0
  54. package/src/lib/components/MapDraw/DrawingTool/DrawingToolConnect.d.ts +14 -0
  55. package/src/lib/components/MapDraw/DrawingTool/DrawingToolConnect.stories.d.ts +25 -0
  56. package/src/lib/components/MapDraw/DrawingTool/DrawingToolMapButtonConnect.d.ts +8 -0
  57. package/src/lib/components/MapDraw/DrawingToolForm/DrawingToolForm.d.ts +14 -0
  58. package/src/lib/components/MapDraw/DrawingToolForm/DrawingToolFormConnect.d.ts +2 -0
  59. package/src/lib/components/MapDraw/MapDraw.d.ts +7 -8
  60. package/src/lib/components/MapDraw/MapDrawContext.d.ts +11 -0
  61. package/src/lib/components/MapDraw/MapDrawContext.stories.d.ts +6 -0
  62. package/src/lib/components/MapDraw/MapDrawTool.stories.d.ts +7 -1
  63. package/src/lib/components/MapDraw/index.d.ts +3 -2
  64. package/src/lib/components/MapDraw/mapDrawUtils.d.ts +1 -1
  65. package/src/lib/components/MapDraw/useMapDrawTool.d.ts +3 -1
  66. package/src/lib/components/MapTime/MapTime.d.ts +1 -1
  67. package/src/lib/components/MapView/MapViewConnect.LayerChangeEnabledOpacity.stories.d.ts +1 -1
  68. package/src/lib/components/MultiMapDimensionSelect/DimensionSelectButtonConnect.d.ts +1 -1
  69. package/src/lib/components/MultiMapDimensionSelect/DimensionSelectDialogConnect.d.ts +1 -1
  70. package/src/lib/components/MultiMapDimensionSelect/MultiDimensionSelectMapButtonsConnect.d.ts +1 -1
  71. package/src/lib/components/MultiMapView/HarmoniePresets/HarmonieTempAndPrecipPreset.d.ts +1 -1
  72. package/src/lib/components/MultiMapView/ModelRunInterval/ModelRunInterval.d.ts +1 -1
  73. package/src/lib/components/MultiMapView/MultiMapViewConnect.d.ts +1 -1
  74. package/src/lib/components/MultiMapView/storyUtils/mapPresets.d.ts +10 -10
  75. package/src/lib/components/ReactMapView/ReactMapView.d.ts +2 -4
  76. package/src/lib/components/ReactMapView/ReactMapViewParseLayer.d.ts +2 -2
  77. package/src/lib/components/ReactMapView/types.d.ts +1 -1
  78. package/src/lib/components/ReactMapView/utils.d.ts +1 -1
  79. package/src/lib/components/SyncGroups/SimpleTimeSliderConnect.d.ts +4 -4
  80. package/src/lib/components/SyncGroups/SyncGroupList.d.ts +1 -1
  81. package/src/lib/components/SyncGroups/SyncGroupViewer.d.ts +1 -1
  82. package/src/lib/components/TimeSlider/TimeSliderButtons/AnimationLengthButton/AnimationLengthButton.d.ts +1 -1
  83. package/src/lib/components/TimeSlider/TimeSliderButtons/AutoUpdateButton/AutoUpdateButtonConnect.d.ts +3 -3
  84. package/src/lib/components/TimeSlider/TimeSliderButtons/PlayButton/PlayButtonConnect.d.ts +5 -5
  85. package/src/lib/components/TimeSlider/TimeSliderButtons/TimeSliderMenu/TimeSliderMenu.d.ts +3 -3
  86. package/src/lib/components/TimeSlider/TimeSliderButtons/TimeSpanButton/TimeSpanButton.d.ts +6 -4
  87. package/src/lib/components/TimeSlider/TimeSliderButtons/TimeStepButton/TimeStepButton.d.ts +1 -1
  88. package/src/lib/components/TimeSlider/TimeSliderConnect.d.ts +1 -0
  89. package/src/lib/components/TimeSlider/TimeSliderCurrentTimeBox/TimeSliderCurrentTimeBox.d.ts +1 -2
  90. package/src/lib/components/TimeSlider/TimeSliderCurrentTimeBox/TimeSliderCurrentTimeBoxConnect.d.ts +4 -4
  91. package/src/lib/components/TimeSlider/TimeSliderCurrentTimeBox/TimeSliderCurrentTimeBoxRenderFunctions.d.ts +1 -2
  92. package/src/lib/components/TimeSlider/TimeSliderLegend/TimeSliderLegend.d.ts +0 -2
  93. package/src/lib/components/TimeSlider/TimeSliderLegend/drawFunctions/drawBackground.d.ts +1 -1
  94. package/src/lib/components/TimeSlider/TimeSliderLegend/drawFunctions/drawTimeScale.d.ts +1 -1
  95. package/src/lib/components/TimeSlider/TimeSliderLegend/drawFunctions/drawTimeSliderLegend.d.ts +1 -2
  96. package/src/lib/components/TimeSlider/constants.d.ts +1 -1
  97. package/src/lib/components/TimeSlider/timeSliderUtils.d.ts +2 -2
  98. package/src/lib/components/TimeSliderLite/TimeSliderLite.d.ts +1 -1
  99. package/src/lib/components/TimeSliderLite/TimeSliderLiteBackground/TimeSliderDraggableNeedle.d.ts +2 -1
  100. package/src/lib/components/TimeSliderLite/TimeSliderLiteBackground/TimeSliderLiteBackground.d.ts +1 -1
  101. package/src/lib/components/TimeSliderLite/TimeSliderLiteBackground/TimeSliderLiteBackgroundSvg.d.ts +1 -1
  102. package/src/lib/components/TimeSliderLite/TimeSliderLiteConnect.d.ts +7 -0
  103. package/src/lib/components/TimeSliderLite/timeSliderLiteUtils.d.ts +5 -1
  104. package/src/lib/components/WMSLoader/WMSLayerTree/WMSLayerTree.d.ts +1 -1
  105. package/src/lib/components/WMSLoader/WMSLayerTree/WMSLayerTreeConnect.d.ts +1 -1
  106. package/src/lib/components/WMSLoader/WMSLoader.d.ts +1 -1
  107. package/src/lib/components/WMSLoader/WMSLoaderConnect.d.ts +1 -1
  108. package/src/lib/components/WMSLoader/WMSServerList/WMSServerList.d.ts +1 -1
  109. package/src/lib/hooks/useSetupDialog/useSetupDialog.d.ts +1 -1
  110. package/src/lib/index.d.ts +4 -92
  111. package/src/lib/storybookUtils/HelperComponents.d.ts +1 -1
  112. package/src/lib/storybookUtils/defaultStorySettings.d.ts +1 -2
  113. package/src/lib/utils/defaultConfigurations.d.ts +3 -3
  114. package/src/lib/utils/defaultTestSettings.d.ts +4 -4
  115. package/src/lib/utils/jsonPresetFilter.d.ts +2 -3
  116. package/src/lib/utils/publicLayers.d.ts +2 -2
  117. package/src/lib/utils/testLayers.d.ts +1 -1
  118. package/src/lib/utils/testUtils.d.ts +2 -2
  119. package/src/lib/store/app/config.d.ts +0 -5
  120. package/src/lib/store/app/index.d.ts +0 -1
  121. package/src/lib/store/app/reducer.d.ts +0 -15
  122. package/src/lib/store/app/types.d.ts +0 -6
  123. package/src/lib/store/coreModuleConfig.d.ts +0 -2
  124. package/src/lib/store/generic/actions.d.ts +0 -28
  125. package/src/lib/store/generic/config.d.ts +0 -5
  126. package/src/lib/store/generic/index.d.ts +0 -16
  127. package/src/lib/store/generic/sagas.d.ts +0 -14
  128. package/src/lib/store/generic/selectors.d.ts +0 -22
  129. package/src/lib/store/generic/synchronizationActions/actions.d.ts +0 -11
  130. package/src/lib/store/generic/synchronizationActions/types.d.ts +0 -34
  131. package/src/lib/store/generic/synchronizationGroups/__mocks__/mockState.d.ts +0 -2
  132. package/src/lib/store/generic/synchronizationGroups/constants.d.ts +0 -4
  133. package/src/lib/store/generic/synchronizationGroups/index.d.ts +0 -5
  134. package/src/lib/store/generic/synchronizationGroups/reducer.d.ts +0 -26
  135. package/src/lib/store/generic/synchronizationGroups/sagas.d.ts +0 -8
  136. package/src/lib/store/generic/synchronizationGroups/selector.d.ts +0 -19
  137. package/src/lib/store/generic/synchronizationGroups/selectors.d.ts +0 -76
  138. package/src/lib/store/generic/synchronizationGroups/types.d.ts +0 -98
  139. package/src/lib/store/generic/synchronizationGroups/utils.d.ts +0 -76
  140. package/src/lib/store/generic/types.d.ts +0 -22
  141. package/src/lib/store/generic/utils.d.ts +0 -9
  142. package/src/lib/store/generic/utils.spec.d.ts +0 -1
  143. package/src/lib/store/index.d.ts +0 -7
  144. package/src/lib/store/layerSelect/config.d.ts +0 -5
  145. package/src/lib/store/layerSelect/index.d.ts +0 -3
  146. package/src/lib/store/layerSelect/localStorage.d.ts +0 -3
  147. package/src/lib/store/layerSelect/localStorage.spec.d.ts +0 -1
  148. package/src/lib/store/layerSelect/reducer.d.ts +0 -21
  149. package/src/lib/store/layerSelect/reducer.spec.d.ts +0 -1
  150. package/src/lib/store/layerSelect/sagas.d.ts +0 -10
  151. package/src/lib/store/layerSelect/sagas.spec.d.ts +0 -1
  152. package/src/lib/store/layerSelect/selectors.d.ts +0 -165
  153. package/src/lib/store/layerSelect/selectors.spec.d.ts +0 -1
  154. package/src/lib/store/layerSelect/types.d.ts +0 -95
  155. package/src/lib/store/layerSelect/utils.d.ts +0 -6
  156. package/src/lib/store/layerSelect/utils.spec.d.ts +0 -1
  157. package/src/lib/store/mapStore/config.d.ts +0 -5
  158. package/src/lib/store/mapStore/index.d.ts +0 -5
  159. package/src/lib/store/mapStore/layers/index.d.ts +0 -3
  160. package/src/lib/store/mapStore/layers/reducer.d.ts +0 -56
  161. package/src/lib/store/mapStore/layers/reducer.spec.d.ts +0 -1
  162. package/src/lib/store/mapStore/layers/selectors.d.ts +0 -443
  163. package/src/lib/store/mapStore/layers/selectors.spec.d.ts +0 -1
  164. package/src/lib/store/mapStore/layers/types.d.ts +0 -165
  165. package/src/lib/store/mapStore/layers/utils.d.ts +0 -12
  166. package/src/lib/store/mapStore/layers/utils.spec.d.ts +0 -1
  167. package/src/lib/store/mapStore/map/actions.d.ts +0 -8
  168. package/src/lib/store/mapStore/map/constants.d.ts +0 -5
  169. package/src/lib/store/mapStore/map/defaultLayers.d.ts +0 -15
  170. package/src/lib/store/mapStore/map/enums.d.ts +0 -37
  171. package/src/lib/store/mapStore/map/filterLayers.d.ts +0 -10
  172. package/src/lib/store/mapStore/map/filterLayers.spec.d.ts +0 -1
  173. package/src/lib/store/mapStore/map/index.d.ts +0 -7
  174. package/src/lib/store/mapStore/map/reducer.d.ts +0 -96
  175. package/src/lib/store/mapStore/map/reducer.spec.d.ts +0 -1
  176. package/src/lib/store/mapStore/map/replaceLayerIdsToEnsureUniqueLayerIdsInStore.d.ts +0 -7
  177. package/src/lib/store/mapStore/map/replaceLayerIdsToEnsureUniqueLayerIdsInStore.spec.d.ts +0 -1
  178. package/src/lib/store/mapStore/map/sagas.d.ts +0 -24
  179. package/src/lib/store/mapStore/map/sagas.spec.d.ts +0 -1
  180. package/src/lib/store/mapStore/map/selectors.d.ts +0 -983
  181. package/src/lib/store/mapStore/map/selectors.spec.d.ts +0 -1
  182. package/src/lib/store/mapStore/map/types.d.ts +0 -236
  183. package/src/lib/store/mapStore/map/utils.d.ts +0 -98
  184. package/src/lib/store/mapStore/map/utils.spec.d.ts +0 -1
  185. package/src/lib/store/mapStore/service/WMS111GetCapabilitiesGeoServicesRADAR.d.ts +0 -2
  186. package/src/lib/store/mapStore/service/index.d.ts +0 -3
  187. package/src/lib/store/mapStore/service/reducer.d.ts +0 -11
  188. package/src/lib/store/mapStore/service/reducer.spec.d.ts +0 -1
  189. package/src/lib/store/mapStore/service/sagas.d.ts +0 -7
  190. package/src/lib/store/mapStore/service/sagas.spec.d.ts +0 -1
  191. package/src/lib/store/mapStore/service/selectors.d.ts +0 -121
  192. package/src/lib/store/mapStore/service/selectors.spec.d.ts +0 -1
  193. package/src/lib/store/mapStore/service/types.d.ts +0 -49
  194. package/src/lib/store/mapStore/storeTestSettings.d.ts +0 -8
  195. package/src/lib/store/mapStore/storeTestUtils.d.ts +0 -9
  196. package/src/lib/store/mapStore/types.d.ts +0 -11
  197. package/src/lib/store/mapStore/utils/helpers.d.ts +0 -68
  198. package/src/lib/store/mapStore/utils/helpers.spec.d.ts +0 -1
  199. package/src/lib/store/mapStore/utils/index.d.ts +0 -1
  200. package/src/lib/store/mapStore/utils/tilesettings.d.ts +0 -335
  201. package/src/lib/store/router/config.d.ts +0 -5
  202. package/src/lib/store/router/index.d.ts +0 -1
  203. package/src/lib/store/router/reducer.d.ts +0 -9
  204. package/src/lib/store/router/reducer.spec.d.ts +0 -1
  205. package/src/lib/store/router/sagas.d.ts +0 -5
  206. package/src/lib/store/router/sagas.spec.d.ts +0 -1
  207. package/src/lib/store/router/types.d.ts +0 -8
  208. package/src/lib/store/router/utils.d.ts +0 -3
  209. package/src/lib/store/snackbar/config.d.ts +0 -5
  210. package/src/lib/store/snackbar/index.d.ts +0 -3
  211. package/src/lib/store/snackbar/reducer.d.ts +0 -11
  212. package/src/lib/store/snackbar/reducer.spec.d.ts +0 -1
  213. package/src/lib/store/snackbar/sagas.d.ts +0 -5
  214. package/src/lib/store/snackbar/sagas.spec.d.ts +0 -1
  215. package/src/lib/store/snackbar/selectors.d.ts +0 -10
  216. package/src/lib/store/snackbar/selectors.spec.d.ts +0 -1
  217. package/src/lib/store/snackbar/types.d.ts +0 -15
  218. package/src/lib/store/types.d.ts +0 -5
  219. package/src/lib/store/ui/config.d.ts +0 -5
  220. package/src/lib/store/ui/index.d.ts +0 -3
  221. package/src/lib/store/ui/reducer.d.ts +0 -35
  222. package/src/lib/store/ui/reducer.spec.d.ts +0 -1
  223. package/src/lib/store/ui/sagas.d.ts +0 -5
  224. package/src/lib/store/ui/sagas.test.d.ts +0 -1
  225. package/src/lib/store/ui/selectors.d.ts +0 -144
  226. package/src/lib/store/ui/selectors.spec.d.ts +0 -1
  227. package/src/lib/store/ui/types.d.ts +0 -77
  228. package/src/lib/store/utils.d.ts +0 -8
  229. package/src/lib/utils/__mocks__/WMS111GetCapabilitiesGeoServicesRADAR.d.ts +0 -2
  230. package/src/lib/utils/__mocks__/getCapabilities.d.ts +0 -88
  231. package/src/lib/utils/getCapabilities.d.ts +0 -18
  232. package/src/lib/utils/getCapabilities.spec.d.ts +0 -1
  233. /package/src/lib/{store/app/reducer.spec.d.ts → components/LayerManager/LayerContainerRow/LayerRow/CustomDimensionSelect/CustomDimensionSelectConnect.spec.d.ts} +0 -0
  234. /package/src/lib/{store/generic/sagas.spec.d.ts → components/MapDraw/DrawingTool/DrawingTool.spec.d.ts} +0 -0
  235. /package/src/lib/{store/generic/selectors.spec.d.ts → components/MapDraw/DrawingTool/DrawingToolConnect.spec.d.ts} +0 -0
  236. /package/src/lib/{store/generic/synchronizationGroups/reducer.spec.d.ts → components/MapDraw/DrawingTool/DrawingToolMapButtonConnect.spec.d.ts} +0 -0
  237. /package/src/lib/{store/generic/synchronizationGroups/sagas.spec.d.ts → components/MapDraw/DrawingToolForm/DrawingToolForm.spec.d.ts} +0 -0
  238. /package/src/lib/{store/generic/synchronizationGroups/selectors.spec.d.ts → components/MapDraw/DrawingToolForm/DrawingToolFormConnect.spec.d.ts} +0 -0
  239. /package/src/lib/{store/generic/synchronizationGroups/utils.spec.d.ts → components/MapDraw/MapDrawContext.spec.d.ts} +0 -0
@@ -1,983 +0,0 @@
1
- import type { Bbox, MapPreset, WebMap, WebMapState } from './types';
2
- import type { AppStore } from '../../types';
3
- import type { Layer } from '../types';
4
- import type { uiTypes } from '../../ui';
5
- import { Span } from './enums';
6
- /**
7
- * Gets the map state by mapId
8
- *
9
- * Example: getMapById(store, 'mapid_1')
10
- * @param {object} store store object from which the map state wll be extracted
11
- * @param {string} mapId Id of the map
12
- * @returns {object} object containing map state (isAnimating, bbox, baseLayers, layers etc.)
13
- */
14
- export declare const getMapById: (store: AppStore | undefined, mapId: string) => WebMap | undefined;
15
- /**
16
- * Gets all mapIds
17
- *
18
- * Example: getAllMapIds(store)
19
- * @param {object} store store object from which the map state wll be extracted
20
- * @returns {array} array containing all map ids
21
- */
22
- export declare const getAllMapIds: (store: AppStore) => string[];
23
- /**
24
- * Gets the map state of the first map in the store
25
- *
26
- * Example: getFirstMap(store)
27
- * @param {object} store store object from which the map state wll be extracted
28
- * @returns {object} object containing map state (isAnimating, bbox, baseLayers, layers etc.)
29
- */
30
- export declare const getFirstMap: ((state: {
31
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
32
- ui?: uiTypes.UIStoreType | undefined;
33
- webmap?: WebMapState | undefined;
34
- services?: import("../types").ServiceState | undefined;
35
- layers?: import("../types").LayerState | undefined;
36
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
37
- }) => any) & import("reselect").OutputSelectorFields<(args_0: string[], args_1: any) => any, {
38
- clearCache: () => void;
39
- }> & {
40
- clearCache: () => void;
41
- };
42
- /**
43
- * Gets the id of first map in store
44
- *
45
- * Example: getFirstMapId(store)
46
- * @param {object} store store: object from which the map state wll be extracted
47
- * @returns {string} returnType:string - map id
48
- */
49
- export declare const getFirstMapId: ((state: {
50
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
51
- ui?: uiTypes.UIStoreType | undefined;
52
- webmap?: WebMapState | undefined;
53
- services?: import("../types").ServiceState | undefined;
54
- layers?: import("../types").LayerState | undefined;
55
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
56
- }) => any) & import("reselect").OutputSelectorFields<(args_0: any) => any, {
57
- clearCache: () => void;
58
- }> & {
59
- clearCache: () => void;
60
- };
61
- /**
62
- * Determines if map is present
63
- *
64
- * @param {object} store store: object - store object
65
- * @param {string} mapId mapId: string - Id of the map
66
- * @returns {boolean} returnType:boolean - true if map is present
67
- */
68
- export declare const getIsMapPresent: ((state: {
69
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
70
- ui?: uiTypes.UIStoreType | undefined;
71
- webmap?: WebMapState | undefined;
72
- services?: import("../types").ServiceState | undefined;
73
- layers?: import("../types").LayerState | undefined;
74
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
75
- }, params_0: string) => boolean) & import("reselect").OutputSelectorFields<(args_0: boolean) => boolean, {
76
- clearCache: () => void;
77
- }> & {
78
- clearCache: () => void;
79
- };
80
- /**
81
- * Gets all layerIds for a map that aren't baselayers or overlayers
82
- *
83
- * Example: layerIds = getLayerIds(store, 'mapid_1')
84
- * @param {object} store store: object - store object
85
- * @param {string} mapId mapId: string - Id of the map
86
- * @returns {array} returnType: array - array containing all layerIds
87
- */
88
- export declare const getLayerIds: ((state: {
89
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
90
- ui?: uiTypes.UIStoreType | undefined;
91
- webmap?: WebMapState | undefined;
92
- services?: import("../types").ServiceState | undefined;
93
- layers?: import("../types").LayerState | undefined;
94
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
95
- } | undefined, params_0: string) => string[]) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string[], {
96
- clearCache: () => void;
97
- }> & {
98
- clearCache: () => void;
99
- };
100
- /**
101
- * Gets all layer states for a map
102
- *
103
- * Example: layers = getMapLayers(store, 'mapid_1')
104
- * @param {object} store store: object - store object
105
- * @param {string} mapId mapId: string - Id of the map
106
- * @returns {array} returnType: array - array containing all layer states for the map
107
- */
108
- export declare const getMapLayers: ((state: {
109
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
110
- ui?: uiTypes.UIStoreType | undefined;
111
- webmap?: WebMapState | undefined;
112
- services?: import("../types").ServiceState | undefined;
113
- layers?: import("../types").LayerState | undefined;
114
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
115
- }, params_0: string) => import("../types").ReduxLayer[]) & import("reselect").OutputSelectorFields<(args_0: string[], args_1: Record<string, import("../types").ReduxLayer> | null) => import("../types").ReduxLayer[], {
116
- clearCache: () => void;
117
- }> & {
118
- clearCache: () => void;
119
- };
120
- /**
121
- * Gets an array of baselayers ids for a map
122
- *
123
- * Example: baseLayersId = getMapBaseLayersIds(store, 'mapid_1')
124
- * @param {object} store store: object - store object
125
- * @param {string} mapId mapId: string - Id of the map
126
- * @returns {array} returnType: array - array containing an array of baselayers ids
127
- */
128
- export declare const getMapBaseLayersIds: ((state: {
129
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
130
- ui?: uiTypes.UIStoreType | undefined;
131
- webmap?: WebMapState | undefined;
132
- services?: import("../types").ServiceState | undefined;
133
- layers?: import("../types").LayerState | undefined;
134
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
135
- } | undefined, params_0: string) => string[]) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string[], {
136
- clearCache: () => void;
137
- }> & {
138
- clearCache: () => void;
139
- };
140
- /**
141
- * Gets all baselayers for a map
142
- *
143
- * Example: baseLayers = getMapBaseLayers(store, 'mapid_1')
144
- * @param {object} store store: object - store object
145
- * @param {string} mapId mapId: string - Id of the map
146
- * @returns {array} returnType: array - array containing all baselayers for the map
147
- */
148
- export declare const getMapBaseLayers: ((state: {
149
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
150
- ui?: uiTypes.UIStoreType | undefined;
151
- webmap?: WebMapState | undefined;
152
- services?: import("../types").ServiceState | undefined;
153
- layers?: import("../types").LayerState | undefined;
154
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
155
- }, params_0: string) => import("../types").ReduxLayer[]) & import("reselect").OutputSelectorFields<(args_0: string[], args_1: Record<string, import("../types").ReduxLayer> | null) => import("../types").ReduxLayer[], {
156
- clearCache: () => void;
157
- }> & {
158
- clearCache: () => void;
159
- };
160
- /**
161
- * Gets and array of overLayers ids for a map
162
- *
163
- * Example: overLayersId = getMapOverLayersIds(store, 'mapid_1')
164
- * @param {object} store store: object - store object
165
- * @param {string} mapId mapId: string - Id of the map
166
- * @returns {array} returnType: array - array containing an array of overLayers ids
167
- */
168
- export declare const getMapOverLayersIds: ((state: {
169
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
170
- ui?: uiTypes.UIStoreType | undefined;
171
- webmap?: WebMapState | undefined;
172
- services?: import("../types").ServiceState | undefined;
173
- layers?: import("../types").LayerState | undefined;
174
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
175
- } | undefined, params_0: string) => string[]) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string[], {
176
- clearCache: () => void;
177
- }> & {
178
- clearCache: () => void;
179
- };
180
- /**
181
- * Gets all overLayers for a map
182
- *
183
- * Example: overLayers = getMapOverLayers(store, 'mapid_1')
184
- * @param {object} store store: object - store object
185
- * @param {string} mapId mapId: string - Id of the map
186
- * @returns {array} returnType: array - array containing all overLayers for the map
187
- */
188
- export declare const getMapOverLayers: ((state: {
189
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
190
- ui?: uiTypes.UIStoreType | undefined;
191
- webmap?: WebMapState | undefined;
192
- services?: import("../types").ServiceState | undefined;
193
- layers?: import("../types").LayerState | undefined;
194
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
195
- }, params_0: string) => import("../types").ReduxLayer[]) & import("reselect").OutputSelectorFields<(args_0: string[], args_1: Record<string, import("../types").ReduxLayer> | null) => import("../types").ReduxLayer[], {
196
- clearCache: () => void;
197
- }> & {
198
- clearCache: () => void;
199
- };
200
- /**
201
- * Gets map dimensions
202
- *
203
- * Example: mapDimensions = getMapDimensions(store, 'mapid_1')
204
- * @param {object} store store: object - store object
205
- * @param {string} mapId mapId: string - Id of the map
206
- * @returns {array} returnType: array - array containing map dimensions
207
- */
208
- export declare const getMapDimensions: ((state: {
209
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
210
- ui?: uiTypes.UIStoreType | undefined;
211
- webmap?: WebMapState | undefined;
212
- services?: import("../types").ServiceState | undefined;
213
- layers?: import("../types").LayerState | undefined;
214
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
215
- } | undefined, params_0: string) => import("./types").Dimension[] | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => import("./types").Dimension[] | undefined, {
216
- clearCache: () => void;
217
- }> & {
218
- clearCache: () => void;
219
- };
220
- /**
221
- * Gets the map dimension requested
222
- *
223
- * Example: mapDimensions = getMapDimension(store, 'mapid_1', 'elevation')
224
- * @param {object} store store: object - store object
225
- * @param {string} mapId mapId: string - Id of the map
226
- * @param {string} dimensionName dimensionName: string - name of the dimension
227
- * @returns {object} returnType: object - object containing the map dimension details
228
- */
229
- export declare const getMapDimension: ((state: {
230
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
231
- ui?: uiTypes.UIStoreType | undefined;
232
- webmap?: WebMapState | undefined;
233
- services?: import("../types").ServiceState | undefined;
234
- layers?: import("../types").LayerState | undefined;
235
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
236
- }, params_0: string, params_1: string) => import("./types").Dimension | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined, args_1: string) => import("./types").Dimension | undefined, {
237
- clearCache: () => void;
238
- }> & {
239
- clearCache: () => void;
240
- };
241
- /**
242
- * Gets map srs
243
- *
244
- * Example: mapSrs = getSrs(store, 'mapid_1')
245
- * @param {object} store store: object - store object
246
- * @param {string} mapId mapId: string - Id of the map
247
- * @returns {string} returnType: string - string containing srs
248
- */
249
- export declare const getSrs: ((state: {
250
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
251
- ui?: uiTypes.UIStoreType | undefined;
252
- webmap?: WebMapState | undefined;
253
- services?: import("../types").ServiceState | undefined;
254
- layers?: import("../types").LayerState | undefined;
255
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
256
- } | undefined, params_0: string) => string) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string, {
257
- clearCache: () => void;
258
- }> & {
259
- clearCache: () => void;
260
- };
261
- /**
262
- * Gets map bounding box
263
- *
264
- * Example: mapBbox = getBbox(store, 'mapid_1')
265
- * @param {object} store store: object - store object
266
- * @param {string} mapId mapId: string - Id of the map
267
- * @returns {object} returnType: object - boundingbox object {left: number, bottom: number, right:number, top: number}
268
- */
269
- export declare const getBbox: ((state: {
270
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
271
- ui?: uiTypes.UIStoreType | undefined;
272
- webmap?: WebMapState | undefined;
273
- services?: import("../types").ServiceState | undefined;
274
- layers?: import("../types").LayerState | undefined;
275
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
276
- } | undefined, params_0: string) => Bbox) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => Bbox, {
277
- clearCache: () => void;
278
- }> & {
279
- clearCache: () => void;
280
- };
281
- /**
282
- * Gets if map is animating
283
- *
284
- * Example: mapIsAnimating = isAnimating(store, 'mapid_1')
285
- * @param {object} store store: object - store object
286
- * @param {string} mapId mapId: string - Id of the map
287
- * @returns {boolean} returnType: boolean
288
- */
289
- export declare const isAnimating: ((state: {
290
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
291
- ui?: uiTypes.UIStoreType | undefined;
292
- webmap?: WebMapState | undefined;
293
- services?: import("../types").ServiceState | undefined;
294
- layers?: import("../types").LayerState | undefined;
295
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
296
- } | undefined, params_0: string) => boolean) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => boolean, {
297
- clearCache: () => void;
298
- }> & {
299
- clearCache: () => void;
300
- };
301
- /**
302
- * Gets if any linked map is animating
303
- *
304
- * Example: linkedMapIsAnimating = linkedMapAnimationInfo(store, 'mapid_1')
305
- * @param {object} store store: object - store object
306
- * @param {string} mapId mapId: string - Id of the map
307
- * @returns {object} returnType: object - object containing isAnimating boolean and id string
308
- */
309
- export declare const linkedMapAnimationInfo: ((state: {
310
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
311
- ui?: uiTypes.UIStoreType | undefined;
312
- webmap?: WebMapState | undefined;
313
- services?: import("../types").ServiceState | undefined;
314
- layers?: import("../types").LayerState | undefined;
315
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
316
- }, params_0: string) => {
317
- isAnimating: boolean;
318
- id: string;
319
- }) & import("reselect").OutputSelectorFields<(args_0: {
320
- isAnimating: boolean;
321
- id: string;
322
- }) => {
323
- isAnimating: boolean;
324
- id: string;
325
- }, {
326
- clearCache: () => void;
327
- }> & {
328
- clearCache: () => void;
329
- };
330
- /**
331
- * Gets start time of animation
332
- *
333
- * Example: endTimeOfAnimetion = getAnimationStartTime(store, 'mapid_1')
334
- * @param {object} store store: object - store object
335
- * @param {string} mapId mapId: string - Id of the map
336
- * @returns {string} returnType: string
337
- */
338
- export declare const getAnimationStartTime: ((state: {
339
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
340
- ui?: uiTypes.UIStoreType | undefined;
341
- webmap?: WebMapState | undefined;
342
- services?: import("../types").ServiceState | undefined;
343
- layers?: import("../types").LayerState | undefined;
344
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
345
- } | undefined, params_0: string) => string | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string | undefined, {
346
- clearCache: () => void;
347
- }> & {
348
- clearCache: () => void;
349
- };
350
- /**
351
- * Gets end time of animation
352
- *
353
- * Example: endTimeOfAnimation = getAnimationEndTime(store, 'mapid_1')
354
- * @param {object} store store: object - store object
355
- * @param {string} mapId mapId: string - Id of the map
356
- * @returns {string} returnType: string
357
- */
358
- export declare const getAnimationEndTime: ((state: {
359
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
360
- ui?: uiTypes.UIStoreType | undefined;
361
- webmap?: WebMapState | undefined;
362
- services?: import("../types").ServiceState | undefined;
363
- layers?: import("../types").LayerState | undefined;
364
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
365
- } | undefined, params_0: string) => string | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string | undefined, {
366
- clearCache: () => void;
367
- }> & {
368
- clearCache: () => void;
369
- };
370
- /**
371
- * Returns map is auto updating
372
- *
373
- * Example: isAutoUpdating = isAutoUpdating(store, 'mapid_1')
374
- * @param {object} store store: object - store object
375
- * @param {string} mapId mapId: string - Id of the map
376
- * @returns {boolean} returnType: boolean
377
- */
378
- export declare const isAutoUpdating: ((state: {
379
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
380
- ui?: uiTypes.UIStoreType | undefined;
381
- webmap?: WebMapState | undefined;
382
- services?: import("../types").ServiceState | undefined;
383
- layers?: import("../types").LayerState | undefined;
384
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
385
- } | undefined, params_0: string) => boolean) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => boolean, {
386
- clearCache: () => void;
387
- }> & {
388
- clearCache: () => void;
389
- };
390
- /**
391
- * Gets if endTime and duration of animationPayload are overriding maxValue and minValue of leading layer
392
- *
393
- * Example: isEndTimeOverriding = isEndTimeOverriding(store, 'mapid_1')
394
- * @param {object} store store: object - store object
395
- * @param {string} mapId mapId: string - Id of the map
396
- * @returns {boolean} returnType: boolean
397
- */
398
- export declare const isEndTimeOverriding: ((state: {
399
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
400
- ui?: uiTypes.UIStoreType | undefined;
401
- webmap?: WebMapState | undefined;
402
- services?: import("../types").ServiceState | undefined;
403
- layers?: import("../types").LayerState | undefined;
404
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
405
- } | undefined, params_0: string) => boolean) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => boolean, {
406
- clearCache: () => void;
407
- }> & {
408
- clearCache: () => void;
409
- };
410
- /**
411
- * Gets activeLayerId for map
412
- *
413
- * example: activeLayerId = getActiveLayerId(store, 'mapid_1')
414
- * @param {object} store store: object - store object
415
- * @param {string} mapId mapId: string - Id of the map
416
- */
417
- export declare const getActiveLayerId: ((state: {
418
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
419
- ui?: uiTypes.UIStoreType | undefined;
420
- webmap?: WebMapState | undefined;
421
- services?: import("../types").ServiceState | undefined;
422
- layers?: import("../types").LayerState | undefined;
423
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
424
- } | undefined, params_0: string) => string | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string | undefined, {
425
- clearCache: () => void;
426
- }> & {
427
- clearCache: () => void;
428
- };
429
- /**
430
- * Gets autoUpdateLayerId for map
431
- *
432
- * example: autoUpdateLayerId = getAutoUpdateLayerId(store, 'mapid_1')
433
- * @param {object} store store: object - store object
434
- * @param {string} mapId mapId: string - Id of the map
435
- */
436
- export declare const getAutoUpdateLayerId: ((state: {
437
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
438
- ui?: uiTypes.UIStoreType | undefined;
439
- webmap?: WebMapState | undefined;
440
- services?: import("../types").ServiceState | undefined;
441
- layers?: import("../types").LayerState | undefined;
442
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
443
- } | undefined, params_0: string) => string | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string | undefined, {
444
- clearCache: () => void;
445
- }> & {
446
- clearCache: () => void;
447
- };
448
- /**
449
- * Gets autoUpdateLayerId for map
450
- *
451
- * example: autoUpdateLayerId = getAutoUpdateLayerId(store, 'mapid_1')
452
- * @param {object} store store: object - store object
453
- * @param {string} mapId mapId: string - Id of the map
454
- */
455
- export declare const getAutoTimeStepLayerId: ((state: {
456
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
457
- ui?: uiTypes.UIStoreType | undefined;
458
- webmap?: WebMapState | undefined;
459
- services?: import("../types").ServiceState | undefined;
460
- layers?: import("../types").LayerState | undefined;
461
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
462
- } | undefined, params_0: string) => string | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string | undefined, {
463
- clearCache: () => void;
464
- }> & {
465
- clearCache: () => void;
466
- };
467
- /**
468
- * Gets span of a time slider of a map
469
- *
470
- * Example: span = getSpan(store, 'mapid_1')
471
- * @param {object} store store: object - store object
472
- * @param {string} mapId mapId: string - Id of the map
473
- * @returns {Span} returnType: Span - span as an enum
474
- */
475
- export declare const getMapTimeSliderSpan: ((state: {
476
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
477
- ui?: uiTypes.UIStoreType | undefined;
478
- webmap?: WebMapState | undefined;
479
- services?: import("../types").ServiceState | undefined;
480
- layers?: import("../types").LayerState | undefined;
481
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
482
- } | undefined, params_0: string) => Span | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => Span | undefined, {
483
- clearCache: () => void;
484
- }> & {
485
- clearCache: () => void;
486
- };
487
- /**
488
- * Gets time step of a map
489
- *
490
- * Example: timeStep = getTimeStep(store, 'mapid_1')
491
- * @param {object} store store: object - store object
492
- * @param {string} mapId mapId: string - Id of the map
493
- * @returns {number} returnType: number - time step as a number
494
- */
495
- export declare const getMapTimeStep: ((state: {
496
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
497
- ui?: uiTypes.UIStoreType | undefined;
498
- webmap?: WebMapState | undefined;
499
- services?: import("../types").ServiceState | undefined;
500
- layers?: import("../types").LayerState | undefined;
501
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
502
- } | undefined, params_0: string) => number) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => number, {
503
- clearCache: () => void;
504
- }> & {
505
- clearCache: () => void;
506
- };
507
- export declare const getMapTimeStepWithoutDefault: ((state: {
508
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
509
- ui?: uiTypes.UIStoreType | undefined;
510
- webmap?: WebMapState | undefined;
511
- services?: import("../types").ServiceState | undefined;
512
- layers?: import("../types").LayerState | undefined;
513
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
514
- } | undefined, params_0: string) => number | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => number | undefined, {
515
- clearCache: () => void;
516
- }> & {
517
- clearCache: () => void;
518
- };
519
- /**
520
- * Returns the speed of animation
521
- *
522
- * Example: speed = getSpeed(store, 'mapid_1')
523
- * @param {object} store store: object - store object
524
- * @param {string} mapId mapId: string - Id of the map
525
- * @returns {number} returnType: number - speed as a number
526
- */
527
- export declare const getMapAnimationDelay: ((state: {
528
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
529
- ui?: uiTypes.UIStoreType | undefined;
530
- webmap?: WebMapState | undefined;
531
- services?: import("../types").ServiceState | undefined;
532
- layers?: import("../types").LayerState | undefined;
533
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
534
- } | undefined, params_0: string) => number | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => number | undefined, {
535
- clearCache: () => void;
536
- }> & {
537
- clearCache: () => void;
538
- };
539
- /**
540
- * Returns the width of time slider
541
- *
542
- * Example: timeSliderWith = getMapTimeSliderWidth(store, 'mapid_1')
543
- * @param {object} store store: object - store object
544
- * @param {string} mapId mapId: string - Id of the map
545
- * @returns {number} returnType: number - center time as a unix timestamp
546
- */
547
- export declare const getMapTimeSliderWidth: ((state: {
548
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
549
- ui?: uiTypes.UIStoreType | undefined;
550
- webmap?: WebMapState | undefined;
551
- services?: import("../types").ServiceState | undefined;
552
- layers?: import("../types").LayerState | undefined;
553
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
554
- } | undefined, params_0: string) => number | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => number | undefined, {
555
- clearCache: () => void;
556
- }> & {
557
- clearCache: () => void;
558
- };
559
- /**
560
- * Returns the center time of time slider
561
- *
562
- * Example: centerTime = getCenterTime(store, 'mapid_1')
563
- * @param {object} store store: object - store object
564
- * @param {string} mapId mapId: string - Id of the map
565
- * @returns {number} returnType: number - center time as a unix timestamp
566
- */
567
- export declare const getMapTimeSliderCenterTime: ((state: {
568
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
569
- ui?: uiTypes.UIStoreType | undefined;
570
- webmap?: WebMapState | undefined;
571
- services?: import("../types").ServiceState | undefined;
572
- layers?: import("../types").LayerState | undefined;
573
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
574
- } | undefined, params_0: string) => number | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => number | undefined, {
575
- clearCache: () => void;
576
- }> & {
577
- clearCache: () => void;
578
- };
579
- /**
580
- * Returns the unfiltered selected time of time slider
581
- * This is not used to set the selected time itself, which is controlled by TimeBounds where values are rounded.
582
- *
583
- * Example: selectedTime = getTimeSliderUnfliteredSelectedTime(store, 'mapid_1')
584
- * @param {object} store store: object - store object
585
- * @param {string} mapId mapId: string - Id of the map
586
- * @returns {number} returnType: number - unfiltered selected time as a unix timestamp
587
- */
588
- export declare const getTimeSliderUnfilteredSelectedTime: ((state: {
589
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
590
- ui?: uiTypes.UIStoreType | undefined;
591
- webmap?: WebMapState | undefined;
592
- services?: import("../types").ServiceState | undefined;
593
- layers?: import("../types").LayerState | undefined;
594
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
595
- } | undefined, params_0: string) => number | null | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => number | null | undefined, {
596
- clearCache: () => void;
597
- }> & {
598
- clearCache: () => void;
599
- };
600
- /**
601
- * Returns the number of seconds per pixel on the time slider
602
- *
603
- * Example: secondsPerPx = getSecondsPerPx(store, 'mapid_1')
604
- * @param {object} store store: object - store object
605
- * @param {string} mapId mapId: string - Id of the map
606
- * @returns {number} returnType: number - the number of seconds per pixel
607
- */
608
- export declare const getMapTimeSliderSecondsPerPx: ((state: {
609
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
610
- ui?: uiTypes.UIStoreType | undefined;
611
- webmap?: WebMapState | undefined;
612
- services?: import("../types").ServiceState | undefined;
613
- layers?: import("../types").LayerState | undefined;
614
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
615
- } | undefined, params_0: string) => number | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => number | undefined, {
616
- clearCache: () => void;
617
- }> & {
618
- clearCache: () => void;
619
- };
620
- /**
621
- * Returns map is timestep auto
622
- *
623
- * Example: isTimestepAuto = isTimestepAuto(store, 'mapid_1')
624
- * @param {object} store store: object - store object
625
- * @param {string} mapId mapId: string - Id of the map
626
- * @returns {boolean} returnType: boolean
627
- */
628
- export declare const isTimestepAuto: ((state: {
629
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
630
- ui?: uiTypes.UIStoreType | undefined;
631
- webmap?: WebMapState | undefined;
632
- services?: import("../types").ServiceState | undefined;
633
- layers?: import("../types").LayerState | undefined;
634
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
635
- } | undefined, params_0: string) => boolean | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => boolean | undefined, {
636
- clearCache: () => void;
637
- }> & {
638
- clearCache: () => void;
639
- };
640
- /**
641
- * Returns map is time slider hover
642
- *
643
- * Example: isTimeSliderHoverOn = isTimeSliderHoverOn(store, 'mapid_1')
644
- * @param {object} store store: object - store object
645
- * @param {string} mapId mapId: string - Id of the map
646
- * @returns {boolean} returnType: boolean
647
- */
648
- export declare const isTimeSliderHoverOn: ((state: {
649
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
650
- ui?: uiTypes.UIStoreType | undefined;
651
- webmap?: WebMapState | undefined;
652
- services?: import("../types").ServiceState | undefined;
653
- layers?: import("../types").LayerState | undefined;
654
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
655
- } | undefined, params_0: string) => boolean | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => boolean | undefined, {
656
- clearCache: () => void;
657
- }> & {
658
- clearCache: () => void;
659
- };
660
- /**
661
- * Returns map if zoomcontrols are visible
662
- *
663
- * Example: isZoomControlsVisible = isZoomControlsVisible(store, 'mapid_1')
664
- * @param {object} store store: object - store object
665
- * @param {string} mapId mapId: string - Id of the map
666
- * @returns {boolean} returnType: boolean
667
- */
668
- export declare const isZoomControlsVisible: ((state: {
669
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
670
- ui?: uiTypes.UIStoreType | undefined;
671
- webmap?: WebMapState | undefined;
672
- services?: import("../types").ServiceState | undefined;
673
- layers?: import("../types").LayerState | undefined;
674
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
675
- } | undefined, params_0: string) => boolean | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => boolean | undefined, {
676
- clearCache: () => void;
677
- }> & {
678
- clearCache: () => void;
679
- };
680
- /**
681
- * Returns map is time slider visible
682
- *
683
- * Example: isTimeSliderHoverOn = isTimeSliderVisible(store, 'mapid_1')
684
- * @param {object} store store: object - store object
685
- * @param {string} mapId mapId: string - Id of the map
686
- * @returns {boolean} returnType: boolean
687
- */
688
- export declare const isTimeSliderVisible: ((state: {
689
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
690
- ui?: uiTypes.UIStoreType | undefined;
691
- webmap?: WebMapState | undefined;
692
- services?: import("../types").ServiceState | undefined;
693
- layers?: import("../types").LayerState | undefined;
694
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
695
- } | undefined, params_0: string) => boolean | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => boolean | undefined, {
696
- clearCache: () => void;
697
- }> & {
698
- clearCache: () => void;
699
- };
700
- /**
701
- * Returns is layer is active layer
702
- *
703
- * Example: isLayerActiveLayer = getIsLayerActiveLayer(store, 'mapid_1', 'layer_1)
704
- * @param {object} store store: object - store object
705
- * @param {string} mapId mapId: string - Id of the map
706
- * @param {string} mapId layerId: string - Id of the layer
707
- * @returns {boolean} returnType: boolean
708
- */
709
- export declare const getIsLayerActiveLayer: ((state: {
710
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
711
- ui?: uiTypes.UIStoreType | undefined;
712
- webmap?: WebMapState | undefined;
713
- services?: import("../types").ServiceState | undefined;
714
- layers?: import("../types").LayerState | undefined;
715
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
716
- } | undefined, params_0: string, params_1: {}) => boolean) & import("reselect").OutputSelectorFields<(args_0: string | undefined, args_1: any) => boolean, {
717
- clearCache: () => void;
718
- }> & {
719
- clearCache: () => void;
720
- };
721
- /**
722
- * Returns the mapId for given layerId
723
- *
724
- * Example const mapId = getMapIdFromLayerId(store 'layerId-A');
725
- * @param {object} store store: object - store object
726
- * @param {string} layerId layerId: string - Id of the layer
727
- * @returns {string} returnType: string - the mapId, or null if not found
728
- */
729
- export declare const getMapIdFromLayerId: ((state: {
730
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
731
- ui?: uiTypes.UIStoreType | undefined;
732
- webmap?: WebMapState | undefined;
733
- services?: import("../types").ServiceState | undefined;
734
- layers?: import("../types").LayerState | undefined;
735
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
736
- }, params_0?: string | undefined) => string) & import("reselect").OutputSelectorFields<(args_0: WebMapState | undefined, args_1: string | undefined) => string, {
737
- clearCache: () => void;
738
- }> & {
739
- clearCache: () => void;
740
- };
741
- /**
742
- * Returns the layerId for given layerName
743
- *
744
- * Example const layerId = getLayerIdByLayerName(store, 'mapid-1', 'precipitation');
745
- * @param {object} store store: object - store object
746
- * @param {string} mapId mapId: string - Id of the map
747
- * @param {string} layerId layerId: string - Id of the layer
748
- * @returns {string} returnType: string - the layerId, or null if not found
749
- */
750
- export declare const getLayerIdByLayerName: ((state: {
751
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
752
- ui?: uiTypes.UIStoreType | undefined;
753
- webmap?: WebMapState | undefined;
754
- services?: import("../types").ServiceState | undefined;
755
- layers?: import("../types").LayerState | undefined;
756
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
757
- }, params_0: string, params_1: {}) => string) & import("reselect").OutputSelectorFields<(args_0: import("../types").ReduxLayer[], args_1: string) => string, {
758
- clearCache: () => void;
759
- }> & {
760
- clearCache: () => void;
761
- };
762
- /**
763
- * Returns the layerIndex in the map for given layerId
764
- *
765
- * Example const layerIndex = getLayerIndexByLayerId(store, 'mapid-1', 'precipitation');
766
- * @param {object} store store: object - store object
767
- * @param {string} mapId mapId: string - Id of the map
768
- * @param {string} layerId layerId: string - Id of the layer
769
- * @returns {number} returnType: index number or -1 if not found
770
- */
771
- export declare const getLayerIndexByLayerId: ((state: {
772
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
773
- ui?: uiTypes.UIStoreType | undefined;
774
- webmap?: WebMapState | undefined;
775
- services?: import("../types").ServiceState | undefined;
776
- layers?: import("../types").LayerState | undefined;
777
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
778
- }, params_0: string, params_1?: string | undefined) => number) & import("reselect").OutputSelectorFields<(args_0: import("../types").ReduxLayer[], args_1: string | undefined) => number, {
779
- clearCache: () => void;
780
- }> & {
781
- clearCache: () => void;
782
- };
783
- /**
784
- * Returns the Layer in the map for given layerIndex
785
- *
786
- * Example const layer = getLayerByLayerIndex(store, 'mapid-1', 0);
787
- * @param {object} store store: object - store object
788
- * @param {string} mapId mapId: string - Id of the map
789
- * @param {number} layerIndex layerId: number - Index of the layer in the map
790
- * @returns {object} returnType: layer, or null if not found
791
- */
792
- export declare const getLayerByLayerIndex: ((state: {
793
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
794
- ui?: uiTypes.UIStoreType | undefined;
795
- webmap?: WebMapState | undefined;
796
- services?: import("../types").ServiceState | undefined;
797
- layers?: import("../types").LayerState | undefined;
798
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
799
- }, params_0: string, params_1: {}) => Layer) & import("reselect").OutputSelectorFields<(args_0: import("../types").ReduxLayer[], args_1: number) => Layer, {
800
- clearCache: () => void;
801
- }> & {
802
- clearCache: () => void;
803
- };
804
- /**
805
- * Returns name of all unique dimensions present in all maps
806
- *
807
- * Example getAllUniqueDimensions(store);
808
- * @param {object} store store: object - store object
809
- * @returns {array} returnType: array of dimension names
810
- */
811
- export declare const getAllUniqueDimensions: ((state: {
812
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
813
- ui?: uiTypes.UIStoreType | undefined;
814
- webmap?: WebMapState | undefined;
815
- services?: import("../types").ServiceState | undefined;
816
- layers?: import("../types").LayerState | undefined;
817
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
818
- }) => string[]) & import("reselect").OutputSelectorFields<(args_0: string[], args_1: AppStore) => string[], {
819
- clearCache: () => void;
820
- }> & {
821
- clearCache: () => void;
822
- };
823
- /**
824
- * Returns the mapPinLocation for the current map
825
- *
826
- * Example getPinLocation(store);
827
- * @param {object} store store: object - store object
828
- * @param {string} mapId mapId: string - Id of the map
829
- * @returns {object} returnType: latitude and longitude of pin
830
- */
831
- export declare const getPinLocation: ((state: {
832
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
833
- ui?: uiTypes.UIStoreType | undefined;
834
- webmap?: WebMapState | undefined;
835
- services?: import("../types").ServiceState | undefined;
836
- layers?: import("../types").LayerState | undefined;
837
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
838
- } | undefined, params_0: string) => import("./types").MapLocation | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => import("./types").MapLocation | undefined, {
839
- clearCache: () => void;
840
- }> & {
841
- clearCache: () => void;
842
- };
843
- /**
844
- * Returns the disable map pin boolean for the current map
845
- *
846
- * Example getDisableMapPin(store);
847
- * @param {object} store store: object - store object
848
- * @param {string} mapId mapId: string - Id of the map
849
- * @returns {boolean} returnType: boolean
850
- */
851
- export declare const getDisableMapPin: ((state: {
852
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
853
- ui?: uiTypes.UIStoreType | undefined;
854
- webmap?: WebMapState | undefined;
855
- services?: import("../types").ServiceState | undefined;
856
- layers?: import("../types").LayerState | undefined;
857
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
858
- } | undefined, params_0: string) => boolean | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => boolean | undefined, {
859
- clearCache: () => void;
860
- }> & {
861
- clearCache: () => void;
862
- };
863
- /**
864
- * Returns the display map pin boolean for the current map
865
- *
866
- * Example getDisplayMapPin(store);
867
- * @param {object} store store: object - store object
868
- * @param {string} mapId mapId: string - Id of the map
869
- * @returns {boolean} returnType: boolean
870
- */
871
- export declare const getDisplayMapPin: ((state: {
872
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
873
- ui?: uiTypes.UIStoreType | undefined;
874
- webmap?: WebMapState | undefined;
875
- services?: import("../types").ServiceState | undefined;
876
- layers?: import("../types").LayerState | undefined;
877
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
878
- } | undefined, params_0: string) => boolean | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => boolean | undefined, {
879
- clearCache: () => void;
880
- }> & {
881
- clearCache: () => void;
882
- };
883
- /**
884
- * Returns the legend id
885
- *
886
- * Example getLegendId(store, mapId);
887
- * @param {object} store store: object - store object
888
- * @param {string} mapId mapId: string - Id of the map
889
- * @returns {boolean} returnType: id or undefined
890
- */
891
- export declare const getLegendId: ((state: {
892
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
893
- ui?: uiTypes.UIStoreType | undefined;
894
- webmap?: WebMapState | undefined;
895
- services?: import("../types").ServiceState | undefined;
896
- layers?: import("../types").LayerState | undefined;
897
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
898
- } | undefined, params_0: string) => string | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string | undefined, {
899
- clearCache: () => void;
900
- }> & {
901
- clearCache: () => void;
902
- };
903
- /**
904
- * Creates a MapPreset from mapId
905
- *
906
- * Example getMapPreset(store, mapId);
907
- * @param {object} store store: object - store object
908
- * @param {string} mapId mapId: string - Id of the map
909
- * @returns {MapPreset} returnType: MapPreset
910
- */
911
- export declare const getMapPreset: ((state: {
912
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
913
- ui?: uiTypes.UIStoreType | undefined;
914
- webmap?: WebMapState | undefined;
915
- services?: import("../types").ServiceState | undefined;
916
- layers?: import("../types").LayerState | undefined;
917
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
918
- }, params_0: string) => MapPreset) & import("reselect").OutputSelectorFields<(args_0: import("../types").ReduxLayer[], args_1: import("../types").ReduxLayer[], args_2: import("../types").ReduxLayer[], args_3: Bbox, args_4: string, args_5: string | undefined, args_6: string | undefined, args_7: string | undefined, args_8: boolean, args_9: boolean, args_10: boolean | undefined, args_11: boolean | undefined, args_12: boolean | undefined, args_13: number, args_14: number | undefined, args_15: boolean | undefined, args_16: string | undefined, args_17: uiTypes.UIStoreType) => MapPreset, {
919
- clearCache: () => void;
920
- }> & {
921
- clearCache: () => void;
922
- };
923
- /**
924
- * Gets all enabled layerIds for map
925
- *
926
- * Example: getMapLayerIdsEnabled = getLayerIdsEnabled(store, 'mapId_1')
927
- * @param {object} store store: object - store
928
- * @param {string} mapId mapId: string - Id of the map
929
- * @returns {string[]} returnType: string[] - array of enabled layerIds
930
- */
931
- export declare const getMapLayerIdsEnabled: ((state: {
932
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
933
- ui?: uiTypes.UIStoreType | undefined;
934
- webmap?: WebMapState | undefined;
935
- services?: import("../types").ServiceState | undefined;
936
- layers?: import("../types").LayerState | undefined;
937
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
938
- }, params_0: string) => string[]) & import("reselect").OutputSelectorFields<(args_0: string[], args_1: Record<string, import("../types").ReduxLayer> | null) => string[], {
939
- clearCache: () => void;
940
- }> & {
941
- clearCache: () => void;
942
- };
943
- /**
944
- * Returns if a map dimension is used for any enabled layers on that map
945
- *
946
- * Example getIsEnabledLayersForMapDimension(store, mapId);
947
- * @param {object} store store: object - store object
948
- * @param {string} mapId mapId: string - Id of the map
949
- * @param {string} dimensionName dimensionName: string - name of the dimension
950
- * @returns {Boolean} returnType: boolean
951
- */
952
- export declare const getIsEnabledLayersForMapDimension: ((state: {
953
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
954
- ui?: uiTypes.UIStoreType | undefined;
955
- webmap?: WebMapState | undefined;
956
- services?: import("../types").ServiceState | undefined;
957
- layers?: import("../types").LayerState | undefined;
958
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
959
- }, params_0: string, params_1: {}) => any) & import("reselect").OutputSelectorFields<(args_0: string[], args_1: string[]) => any, {
960
- clearCache: () => void;
961
- }> & {
962
- clearCache: () => void;
963
- };
964
- /**
965
- * Returns the dockedLayerManagerSize originally set in mapPresets
966
- *
967
- * Example getDockedLayerManagerSize(store);
968
- * @param {object} store store: object - store object
969
- * @param {string} mapId mapId: string - Id of the map
970
- * @returns {DockedLayerManagerSize} returnType: string
971
- */
972
- export declare const getDockedLayerManagerSize: ((state: {
973
- syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
974
- ui?: uiTypes.UIStoreType | undefined;
975
- webmap?: WebMapState | undefined;
976
- services?: import("../types").ServiceState | undefined;
977
- layers?: import("../types").LayerState | undefined;
978
- layerSelect?: import("../../..").LayerSelectStoreType | undefined;
979
- } | undefined, params_0: string) => import("./types").DockedLayerManagerSize | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => import("./types").DockedLayerManagerSize | undefined, {
980
- clearCache: () => void;
981
- }> & {
982
- clearCache: () => void;
983
- };