@opengeoweb/core 4.22.0 → 5.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 (155) hide show
  1. package/index.js +18031 -3821
  2. package/package.json +12 -12
  3. package/src/lib/components/ComponentsLookUp/componentsLookUp.d.ts +4 -4
  4. package/src/lib/components/ConfigurableMap/ConfigurableMapConnect.d.ts +6 -6
  5. package/src/lib/components/FeatureInfo/GetFeatureInfoButtonConnect.d.ts +2 -2
  6. package/src/lib/components/FeatureInfo/GetFeatureInfoDialog.d.ts +4 -5
  7. package/src/lib/components/FeatureInfo/utils.d.ts +2 -2
  8. package/src/lib/components/LayerManager/AddLayersButton/AddLayersButton.d.ts +2 -2
  9. package/src/lib/components/LayerManager/AddLayersPopup/AddLayersPopup.d.ts +2 -2
  10. package/src/lib/components/LayerManager/BaseLayerRow/BaseLayerRow.d.ts +2 -2
  11. package/src/lib/components/LayerManager/BaseLayerRow/BaseLayers/BaseLayers.d.ts +3 -3
  12. package/src/lib/components/LayerManager/BaseLayerRow/BaseLayers/BaseLayersConnect.d.ts +6 -6
  13. package/src/lib/components/LayerManager/DescriptionRow/DescriptionRow.d.ts +3 -2
  14. package/src/lib/components/LayerManager/DockedLayerManagerConnect.d.ts +3 -4
  15. package/src/lib/components/LayerManager/LayerContainerRow/LayerRow/DimensionSelect/DimensionSelect.d.ts +3 -3
  16. package/src/lib/components/LayerManager/LayerContainerRow/LayerRow/LayerRow.d.ts +5 -4
  17. package/src/lib/components/LayerManager/LayerContainerRow/LayerRow/RenderLayers/RenderLayers.d.ts +2 -2
  18. package/src/lib/components/LayerManager/LayerManager.d.ts +5 -4
  19. package/src/lib/components/LayerManager/LayerManagerConnect.d.ts +4 -2
  20. package/src/lib/components/LayerManager/LayerManagerMapButtonConnect.d.ts +3 -2
  21. package/src/lib/components/LayerManager/LayerManagerUtils.d.ts +2 -2
  22. package/src/lib/components/LayerManager/LayerSelect/KeywordFilterButton/KeywordFilterButtonConnect.d.ts +3 -2
  23. package/src/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResults.d.ts +3 -4
  24. package/src/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResultsConnect.d.ts +2 -0
  25. package/src/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResultsListItem.d.ts +2 -2
  26. package/src/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResultsListItemConnect.d.ts +2 -2
  27. package/src/lib/components/LayerManager/LayerSelect/LayerInfo/LayerInfoButtonConnect.d.ts +3 -4
  28. package/src/lib/components/LayerManager/LayerSelect/LayerInfo/LayerInfoDialog.d.ts +3 -4
  29. package/src/lib/components/LayerManager/LayerSelect/LayerInfo/LayerInfoLegend.d.ts +2 -2
  30. package/src/lib/components/LayerManager/LayerSelect/LayerInfo/LayerInfoUtils.d.ts +6 -7
  31. package/src/lib/components/LayerManager/LayerSelect/LayerList/LayerAddRemoveButton.d.ts +3 -3
  32. package/src/lib/components/LayerManager/LayerSelect/LayerList/LayerList.d.ts +4 -6
  33. package/src/lib/components/LayerManager/LayerSelect/LayerList/LayerListRow.d.ts +4 -4
  34. package/src/lib/components/LayerManager/LayerSelect/LayerSelect.d.ts +3 -2
  35. package/src/lib/components/LayerManager/LayerSelect/LayerSelectButtonConnect.d.ts +3 -2
  36. package/src/lib/components/LayerManager/LayerSelect/LayerSelectConnect.d.ts +2 -0
  37. package/src/lib/components/LayerManager/LayerSelect/LayerSelectUtils.d.ts +2 -2
  38. package/src/lib/components/LayerManager/LayerSelect/ServiceList/ServiceChip.d.ts +2 -2
  39. package/src/lib/components/LayerManager/LayerSelect/ServiceList/ServiceChipConnect.d.ts +2 -2
  40. package/src/lib/components/LayerManager/LayerSelect/ServiceList/ServiceList.d.ts +2 -2
  41. package/src/lib/components/LayerManager/LayerSelect/ServiceOptionsDialog/ServiceOptionsDialog.d.ts +4 -5
  42. package/src/lib/components/LayerManager/LayerSelect/ServicePopup/ServicePopup.d.ts +4 -5
  43. package/src/lib/components/LayerManager/LayerSelect/ServicePopup/ServicePopupDialogConnect.d.ts +2 -2
  44. package/src/lib/components/LayerManager/LayerSelect/ServicePopup/utils.d.ts +4 -5
  45. package/src/lib/components/LayerManager/useFetchServices.d.ts +2 -2
  46. package/src/lib/components/Legend/Legend.d.ts +2 -2
  47. package/src/lib/components/Legend/LegendConnect.d.ts +3 -3
  48. package/src/lib/components/Legend/LegendDialog.d.ts +3 -4
  49. package/src/lib/components/Legend/LegendLayout.d.ts +2 -2
  50. package/src/lib/components/Legend/LegendMapButtonConnect.d.ts +2 -2
  51. package/src/lib/components/MapDraw/MapDraw.d.ts +5 -3
  52. package/src/lib/components/MapDraw/MapDrawContainer.d.ts +2 -2
  53. package/src/lib/components/MapDraw/MapDrawTool.stories.d.ts +6 -0
  54. package/src/lib/components/MapDraw/index.d.ts +1 -1
  55. package/src/lib/components/MapDraw/useMapDrawTool.d.ts +52 -0
  56. package/src/lib/components/MapTime/MapTime.d.ts +3 -3
  57. package/src/lib/components/MapView/MapViewConnect.LayerChangeEnabledOpacity.stories.d.ts +2 -3
  58. package/src/lib/components/MapView/MapViewConnect.MultiMapLayerManager.stories.d.ts +7 -0
  59. package/src/lib/components/MapView/MapViewLayer.d.ts +2 -2
  60. package/src/lib/components/MultiMapDimensionSelect/DimensionSelectButtonConnect.d.ts +2 -2
  61. package/src/lib/components/MultiMapDimensionSelect/DimensionSelectDialogConnect.d.ts +2 -2
  62. package/src/lib/components/MultiMapDimensionSelect/MultiDimensionSelectMapButtonsConnect.d.ts +2 -2
  63. package/src/lib/components/MultiMapView/HarmoniePresets/HarmonieTempAndPrecipPreset.d.ts +3 -3
  64. package/src/lib/components/MultiMapView/ModelRunInterval/ModelRunInterval.d.ts +3 -3
  65. package/src/lib/components/MultiMapView/MultiMapViewConnect.d.ts +4 -4
  66. package/src/lib/components/ReactMapView/ReactMapViewParseLayer.d.ts +2 -2
  67. package/src/lib/components/ReactMapView/types.d.ts +9 -9
  68. package/src/lib/components/ReactMapView/utils.d.ts +5 -5
  69. package/src/lib/components/SyncGroups/SimpleTimeSliderConnect.d.ts +2 -2
  70. package/src/lib/components/SyncGroups/SyncGroupViewer.d.ts +5 -5
  71. package/src/lib/components/SyncGroups/selector.d.ts +1 -1
  72. package/src/lib/components/SyncGroups/utils.d.ts +2 -2
  73. package/src/lib/components/TimeSlider/TimeSliderButtons/AnimationLengthButton/AnimationLengthButton.d.ts +2 -2
  74. package/src/lib/components/TimeSlider/TimeSliderButtons/AutoUpdateButton/AutoUpdateButtonConnect.d.ts +2 -2
  75. package/src/lib/components/TimeSlider/TimeSliderButtons/OptionsMenuButton/OptionsMenu.d.ts +1 -1
  76. package/src/lib/components/TimeSlider/TimeSliderButtons/OptionsMenuButton/OptionsMenuButton.d.ts +1 -1
  77. package/src/lib/components/TimeSlider/TimeSliderButtons/PlayButton/PlayButtonConnect.d.ts +4 -4
  78. package/src/lib/components/TimeSlider/TimeSliderButtons/TimeSpanButton/TimeSpanButton.d.ts +14 -0
  79. package/src/lib/components/TimeSlider/TimeSliderButtons/TimeSpanButton/TimeSpanButton.stories.d.ts +24 -0
  80. package/src/lib/components/TimeSlider/TimeSliderButtons/TimeSpanButton/TimeSpanButtonConnect.d.ts +5 -0
  81. package/src/lib/components/TimeSlider/TimeSliderButtons/TimeStepButton/TimeStepButton.d.ts +2 -2
  82. package/src/lib/components/TimeSlider/TimeSliderCurrentTimeBox/TimeSliderCurrentTimeBox.d.ts +2 -2
  83. package/src/lib/components/TimeSlider/TimeSliderCurrentTimeBox/TimeSliderCurrentTimeBoxConnect.d.ts +9 -10
  84. package/src/lib/components/TimeSlider/TimeSliderCurrentTimeBox/TimeSliderCurrentTimeBoxRenderFunctions.d.ts +2 -2
  85. package/src/lib/components/TimeSlider/TimeSliderLegend/TimeSliderLegend.d.ts +4 -3
  86. package/src/lib/components/TimeSlider/TimeSliderLegend/drawFunctions/drawBackground.d.ts +3 -3
  87. package/src/lib/components/TimeSlider/TimeSliderLegend/drawFunctions/drawTimeScale.d.ts +3 -3
  88. package/src/lib/components/TimeSlider/TimeSliderLegend/drawFunctions/drawTimeSliderLegend.d.ts +2 -2
  89. package/src/lib/components/TimeSlider/constants.d.ts +3 -0
  90. package/src/lib/components/TimeSlider/timeSliderUtils.d.ts +14 -48
  91. package/src/lib/components/TimeSliderLite/timeSliderLiteUtils.d.ts +4 -4
  92. package/src/lib/components/WMSLoader/WMSLayerTree/WMSLayerTree.d.ts +2 -2
  93. package/src/lib/components/WMSLoader/WMSLayerTree/WMSLayerTreeConnect.d.ts +8 -9
  94. package/src/lib/components/WMSLoader/WMSLoaderConnect.d.ts +2 -2
  95. package/src/lib/components/WMSLoader/services.d.ts +2 -2
  96. package/src/lib/hooks/useSetupDialog/useSetupDialog.d.ts +2 -3
  97. package/src/lib/index.d.ts +55 -55
  98. package/src/lib/store/app/reducer.d.ts +7 -4
  99. package/src/lib/store/coreModuleConfig.d.ts +1 -1
  100. package/src/lib/store/generic/index.d.ts +11 -11
  101. package/src/lib/store/generic/selectors.d.ts +3 -3
  102. package/src/lib/store/generic/synchronizationGroups/index.d.ts +4 -4
  103. package/src/lib/store/generic/synchronizationGroups/reducer.d.ts +19 -19
  104. package/src/lib/store/generic/synchronizationGroups/selectors.d.ts +7 -7
  105. package/src/lib/store/generic/synchronizationGroups/types.d.ts +2 -2
  106. package/src/lib/store/generic/types.d.ts +2 -1
  107. package/src/lib/store/layerSelect/index.d.ts +1 -0
  108. package/src/lib/store/layerSelect/reducer.d.ts +13 -12
  109. package/src/lib/store/layerSelect/selectors.d.ts +7 -7
  110. package/src/lib/store/layerSelect/types.d.ts +1 -1
  111. package/src/lib/store/layerSelect/utils.d.ts +4 -3
  112. package/src/lib/store/mapStore/index.d.ts +2 -0
  113. package/src/lib/store/mapStore/layers/index.d.ts +1 -0
  114. package/src/lib/store/mapStore/layers/reducer.d.ts +41 -41
  115. package/src/lib/store/mapStore/layers/selectors.d.ts +22 -22
  116. package/src/lib/store/mapStore/layers/types.d.ts +1 -0
  117. package/src/lib/store/mapStore/layers/utils.d.ts +2 -2
  118. package/src/lib/store/mapStore/map/constants.d.ts +4 -0
  119. package/src/lib/store/mapStore/map/enums.d.ts +37 -0
  120. package/src/lib/store/mapStore/map/index.d.ts +5 -0
  121. package/src/lib/store/mapStore/map/reducer.d.ts +60 -60
  122. package/src/lib/store/mapStore/map/selectors.d.ts +123 -120
  123. package/src/lib/store/mapStore/map/types.d.ts +9 -22
  124. package/src/lib/store/mapStore/map/utils.d.ts +35 -6
  125. package/src/lib/store/mapStore/service/index.d.ts +1 -0
  126. package/src/lib/store/mapStore/service/reducer.d.ts +5 -5
  127. package/src/lib/store/mapStore/service/selectors.d.ts +6 -6
  128. package/src/lib/store/mapStore/utils/helpers.d.ts +1 -1
  129. package/src/lib/store/mapStore/utils/index.d.ts +1 -0
  130. package/src/lib/store/router/reducer.d.ts +3 -2
  131. package/src/lib/store/snackbar/index.d.ts +1 -0
  132. package/src/lib/store/snackbar/reducer.d.ts +5 -5
  133. package/src/lib/store/snackbar/selectors.d.ts +1 -1
  134. package/src/lib/store/ui/index.d.ts +1 -0
  135. package/src/lib/store/ui/reducer.d.ts +20 -20
  136. package/src/lib/store/ui/selectors.d.ts +10 -10
  137. package/src/lib/store/ui/types.d.ts +1 -1
  138. package/src/lib/storybookUtils/HelperComponents.d.ts +2 -2
  139. package/src/lib/storybookUtils/defaultStorySettings.d.ts +5 -5
  140. package/src/lib/storybookUtils/store.d.ts +1 -1
  141. package/src/lib/types/types.d.ts +4 -5
  142. package/src/lib/utils/__mocks__/getCapabilities.d.ts +2 -2
  143. package/src/lib/utils/defaultTestSettings.d.ts +11 -12
  144. package/src/lib/utils/jsonPresetFilter.d.ts +8 -8
  145. package/src/lib/utils/publicLayers.d.ts +44 -44
  146. package/src/lib/utils/testLayers.d.ts +10 -10
  147. package/src/lib/utils/testUtils.d.ts +9 -9
  148. package/src/lib/components/LayerManager/LayerSelect/LayerList/LayerListUtils.d.ts +0 -2
  149. package/src/lib/components/TimeSlider/TimeSliderButtons/TimeScaleButton/TimeScaleButton.d.ts +0 -12
  150. package/src/lib/components/TimeSlider/TimeSliderButtons/TimeScaleButton/TimeScaleButtonConnect.d.ts +0 -5
  151. /package/src/lib/components/MapDraw/{mapDrawTools.d.ts → mapDrawUtils.d.ts} +0 -0
  152. /package/src/lib/components/{LayerManager/LayerSelect/LayerList/LayerListUtils.spec.d.ts → MapDraw/mapDrawUtils.spec.d.ts} +0 -0
  153. /package/src/lib/components/MapDraw/{mapDrawTools.spec.d.ts → useMapDrawTool.spec.d.ts} +0 -0
  154. /package/src/lib/components/TimeSlider/TimeSliderButtons/{TimeScaleButton/TimeScaleButton.spec.d.ts → TimeSpanButton/TimeSpanButton.spec.d.ts} +0 -0
  155. /package/src/lib/components/TimeSlider/TimeSliderButtons/{TimeScaleButton/TimeScaleButtonConnect.spec.d.ts → TimeSpanButton/TimeSpanButtonConnect.spec.d.ts} +0 -0
@@ -1,7 +1,8 @@
1
- import { Bbox, MapPreset, Scale, WebMap, WebMapState } from './types';
2
- import { AppStore } from '../../../types/types';
3
- import { Layer } from '../types';
4
- import { UIStoreType } from '../../ui/types';
1
+ import type { Bbox, MapPreset, WebMap, WebMapState } from './types';
2
+ import type { AppStore } from '../../../types/types';
3
+ import type { Layer } from '../types';
4
+ import type { uiTypes } from '../../ui';
5
+ import { Span } from './enums';
5
6
  /**
6
7
  * Gets the map state by mapId
7
8
  *
@@ -28,12 +29,12 @@ export declare const getAllMapIds: (store: AppStore) => string[];
28
29
  */
29
30
  export declare const getFirstMap: ((state: {
30
31
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
31
- ui?: UIStoreType | undefined;
32
+ ui?: uiTypes.UIStoreType | undefined;
32
33
  webmap?: WebMapState | undefined;
33
34
  services?: import("../types").ServiceState | undefined;
34
35
  layers?: import("../types").LayerState | undefined;
35
36
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
36
- }) => any) & import("reselect").OutputSelectorFields<((args_0: string[], args_1: any) => any) & {
37
+ }) => any) & import("reselect").OutputSelectorFields<(args_0: string[], args_1: any) => any, {
37
38
  clearCache: () => void;
38
39
  }> & {
39
40
  clearCache: () => void;
@@ -47,12 +48,14 @@ export declare const getFirstMap: ((state: {
47
48
  */
48
49
  export declare const getFirstMapId: ((state: {
49
50
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
50
- ui?: UIStoreType | undefined;
51
+ ui?: uiTypes.UIStoreType | undefined;
51
52
  webmap?: WebMapState | undefined;
52
53
  services?: import("../types").ServiceState | undefined;
53
54
  layers?: import("../types").LayerState | undefined;
54
55
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
55
- }) => any) & import("reselect").OutputSelectorFields<(args_0: any) => any> & {
56
+ }) => any) & import("reselect").OutputSelectorFields<(args_0: any) => any, {
57
+ clearCache: () => void;
58
+ }> & {
56
59
  clearCache: () => void;
57
60
  };
58
61
  /**
@@ -64,12 +67,12 @@ export declare const getFirstMapId: ((state: {
64
67
  */
65
68
  export declare const getIsMapPresent: ((state: {
66
69
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
67
- ui?: UIStoreType | undefined;
70
+ ui?: uiTypes.UIStoreType | undefined;
68
71
  webmap?: WebMapState | undefined;
69
72
  services?: import("../types").ServiceState | undefined;
70
73
  layers?: import("../types").LayerState | undefined;
71
74
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
72
- }, params_0: string) => boolean) & import("reselect").OutputSelectorFields<(args_0: boolean) => boolean & {
75
+ }, params_0: string) => boolean) & import("reselect").OutputSelectorFields<(args_0: boolean) => boolean, {
73
76
  clearCache: () => void;
74
77
  }> & {
75
78
  clearCache: () => void;
@@ -84,12 +87,12 @@ export declare const getIsMapPresent: ((state: {
84
87
  */
85
88
  export declare const getLayerIds: ((state: {
86
89
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
87
- ui?: UIStoreType | undefined;
90
+ ui?: uiTypes.UIStoreType | undefined;
88
91
  webmap?: WebMapState | undefined;
89
92
  services?: import("../types").ServiceState | undefined;
90
93
  layers?: import("../types").LayerState | undefined;
91
94
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
92
- } | undefined, params_0: string) => string[]) & import("reselect").OutputSelectorFields<((args_0: WebMap | undefined) => string[]) & {
95
+ } | undefined, params_0: string) => string[]) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string[], {
93
96
  clearCache: () => void;
94
97
  }> & {
95
98
  clearCache: () => void;
@@ -104,12 +107,12 @@ export declare const getLayerIds: ((state: {
104
107
  */
105
108
  export declare const getMapLayers: ((state: {
106
109
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
107
- ui?: UIStoreType | undefined;
110
+ ui?: uiTypes.UIStoreType | undefined;
108
111
  webmap?: WebMapState | undefined;
109
112
  services?: import("../types").ServiceState | undefined;
110
113
  layers?: import("../types").LayerState | undefined;
111
114
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
112
- }, params_0: string) => import("../types").ReduxLayer[]) & import("reselect").OutputSelectorFields<((args_0: string[], args_1: Record<string, import("../types").ReduxLayer> | null) => import("../types").ReduxLayer[]) & {
115
+ }, params_0: string) => import("../types").ReduxLayer[]) & import("reselect").OutputSelectorFields<(args_0: string[], args_1: Record<string, import("../types").ReduxLayer> | null) => import("../types").ReduxLayer[], {
113
116
  clearCache: () => void;
114
117
  }> & {
115
118
  clearCache: () => void;
@@ -124,12 +127,12 @@ export declare const getMapLayers: ((state: {
124
127
  */
125
128
  export declare const getMapBaseLayersIds: ((state: {
126
129
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
127
- ui?: UIStoreType | undefined;
130
+ ui?: uiTypes.UIStoreType | undefined;
128
131
  webmap?: WebMapState | undefined;
129
132
  services?: import("../types").ServiceState | undefined;
130
133
  layers?: import("../types").LayerState | undefined;
131
134
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
132
- } | undefined, params_0: string) => string[]) & import("reselect").OutputSelectorFields<((args_0: WebMap | undefined) => string[]) & {
135
+ } | undefined, params_0: string) => string[]) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string[], {
133
136
  clearCache: () => void;
134
137
  }> & {
135
138
  clearCache: () => void;
@@ -144,12 +147,12 @@ export declare const getMapBaseLayersIds: ((state: {
144
147
  */
145
148
  export declare const getMapBaseLayers: ((state: {
146
149
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
147
- ui?: UIStoreType | undefined;
150
+ ui?: uiTypes.UIStoreType | undefined;
148
151
  webmap?: WebMapState | undefined;
149
152
  services?: import("../types").ServiceState | undefined;
150
153
  layers?: import("../types").LayerState | undefined;
151
154
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
152
- }, params_0: string) => import("../types").ReduxLayer[]) & import("reselect").OutputSelectorFields<((args_0: string[], args_1: Record<string, import("../types").ReduxLayer> | null) => import("../types").ReduxLayer[]) & {
155
+ }, params_0: string) => import("../types").ReduxLayer[]) & import("reselect").OutputSelectorFields<(args_0: string[], args_1: Record<string, import("../types").ReduxLayer> | null) => import("../types").ReduxLayer[], {
153
156
  clearCache: () => void;
154
157
  }> & {
155
158
  clearCache: () => void;
@@ -164,12 +167,12 @@ export declare const getMapBaseLayers: ((state: {
164
167
  */
165
168
  export declare const getMapOverLayersIds: ((state: {
166
169
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
167
- ui?: UIStoreType | undefined;
170
+ ui?: uiTypes.UIStoreType | undefined;
168
171
  webmap?: WebMapState | undefined;
169
172
  services?: import("../types").ServiceState | undefined;
170
173
  layers?: import("../types").LayerState | undefined;
171
174
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
172
- } | undefined, params_0: string) => string[]) & import("reselect").OutputSelectorFields<((args_0: WebMap | undefined) => string[]) & {
175
+ } | undefined, params_0: string) => string[]) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string[], {
173
176
  clearCache: () => void;
174
177
  }> & {
175
178
  clearCache: () => void;
@@ -184,12 +187,12 @@ export declare const getMapOverLayersIds: ((state: {
184
187
  */
185
188
  export declare const getMapOverLayers: ((state: {
186
189
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
187
- ui?: UIStoreType | undefined;
190
+ ui?: uiTypes.UIStoreType | undefined;
188
191
  webmap?: WebMapState | undefined;
189
192
  services?: import("../types").ServiceState | undefined;
190
193
  layers?: import("../types").LayerState | undefined;
191
194
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
192
- }, params_0: string) => import("../types").ReduxLayer[]) & import("reselect").OutputSelectorFields<((args_0: string[], args_1: Record<string, import("../types").ReduxLayer> | null) => import("../types").ReduxLayer[]) & {
195
+ }, params_0: string) => import("../types").ReduxLayer[]) & import("reselect").OutputSelectorFields<(args_0: string[], args_1: Record<string, import("../types").ReduxLayer> | null) => import("../types").ReduxLayer[], {
193
196
  clearCache: () => void;
194
197
  }> & {
195
198
  clearCache: () => void;
@@ -204,12 +207,12 @@ export declare const getMapOverLayers: ((state: {
204
207
  */
205
208
  export declare const getMapDimensions: ((state: {
206
209
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
207
- ui?: UIStoreType | undefined;
210
+ ui?: uiTypes.UIStoreType | undefined;
208
211
  webmap?: WebMapState | undefined;
209
212
  services?: import("../types").ServiceState | undefined;
210
213
  layers?: import("../types").LayerState | undefined;
211
214
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
212
- } | undefined, params_0: string) => import("./types").Dimension[] | undefined) & import("reselect").OutputSelectorFields<((args_0: WebMap | undefined) => import("./types").Dimension[] | undefined) & {
215
+ } | undefined, params_0: string) => import("./types").Dimension[] | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => import("./types").Dimension[] | undefined, {
213
216
  clearCache: () => void;
214
217
  }> & {
215
218
  clearCache: () => void;
@@ -225,12 +228,12 @@ export declare const getMapDimensions: ((state: {
225
228
  */
226
229
  export declare const getMapDimension: ((state: {
227
230
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
228
- ui?: UIStoreType | undefined;
231
+ ui?: uiTypes.UIStoreType | undefined;
229
232
  webmap?: WebMapState | undefined;
230
233
  services?: import("../types").ServiceState | undefined;
231
234
  layers?: import("../types").LayerState | undefined;
232
235
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
233
- }, params_0: string, params_1: string) => import("./types").Dimension | undefined) & import("reselect").OutputSelectorFields<((args_0: WebMap | undefined, args_1: string) => import("./types").Dimension | 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, {
234
237
  clearCache: () => void;
235
238
  }> & {
236
239
  clearCache: () => void;
@@ -245,12 +248,12 @@ export declare const getMapDimension: ((state: {
245
248
  */
246
249
  export declare const getSrs: ((state: {
247
250
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
248
- ui?: UIStoreType | undefined;
251
+ ui?: uiTypes.UIStoreType | undefined;
249
252
  webmap?: WebMapState | undefined;
250
253
  services?: import("../types").ServiceState | undefined;
251
254
  layers?: import("../types").LayerState | undefined;
252
255
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
253
- } | undefined, params_0: string) => string) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string & {
256
+ } | undefined, params_0: string) => string) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string, {
254
257
  clearCache: () => void;
255
258
  }> & {
256
259
  clearCache: () => void;
@@ -265,12 +268,12 @@ export declare const getSrs: ((state: {
265
268
  */
266
269
  export declare const getBbox: ((state: {
267
270
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
268
- ui?: UIStoreType | undefined;
271
+ ui?: uiTypes.UIStoreType | undefined;
269
272
  webmap?: WebMapState | undefined;
270
273
  services?: import("../types").ServiceState | undefined;
271
274
  layers?: import("../types").LayerState | undefined;
272
275
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
273
- } | undefined, params_0: string) => Bbox) & import("reselect").OutputSelectorFields<((args_0: WebMap | undefined) => Bbox) & {
276
+ } | undefined, params_0: string) => Bbox) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => Bbox, {
274
277
  clearCache: () => void;
275
278
  }> & {
276
279
  clearCache: () => void;
@@ -285,12 +288,12 @@ export declare const getBbox: ((state: {
285
288
  */
286
289
  export declare const isAnimating: ((state: {
287
290
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
288
- ui?: UIStoreType | undefined;
291
+ ui?: uiTypes.UIStoreType | undefined;
289
292
  webmap?: WebMapState | undefined;
290
293
  services?: import("../types").ServiceState | undefined;
291
294
  layers?: import("../types").LayerState | undefined;
292
295
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
293
- } | undefined, params_0: string) => boolean) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => boolean & {
296
+ } | undefined, params_0: string) => boolean) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => boolean, {
294
297
  clearCache: () => void;
295
298
  }> & {
296
299
  clearCache: () => void;
@@ -305,7 +308,7 @@ export declare const isAnimating: ((state: {
305
308
  */
306
309
  export declare const linkedMapAnimationInfo: ((state: {
307
310
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
308
- ui?: UIStoreType | undefined;
311
+ ui?: uiTypes.UIStoreType | undefined;
309
312
  webmap?: WebMapState | undefined;
310
313
  services?: import("../types").ServiceState | undefined;
311
314
  layers?: import("../types").LayerState | undefined;
@@ -319,7 +322,7 @@ export declare const linkedMapAnimationInfo: ((state: {
319
322
  }) => {
320
323
  isAnimating: boolean;
321
324
  id: string;
322
- } & {
325
+ }, {
323
326
  clearCache: () => void;
324
327
  }> & {
325
328
  clearCache: () => void;
@@ -334,12 +337,12 @@ export declare const linkedMapAnimationInfo: ((state: {
334
337
  */
335
338
  export declare const getAnimationStartTime: ((state: {
336
339
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
337
- ui?: UIStoreType | undefined;
340
+ ui?: uiTypes.UIStoreType | undefined;
338
341
  webmap?: WebMapState | undefined;
339
342
  services?: import("../types").ServiceState | undefined;
340
343
  layers?: import("../types").LayerState | undefined;
341
344
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
342
- } | undefined, params_0: string) => string | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string & {
345
+ } | undefined, params_0: string) => string | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string | undefined, {
343
346
  clearCache: () => void;
344
347
  }> & {
345
348
  clearCache: () => void;
@@ -354,12 +357,12 @@ export declare const getAnimationStartTime: ((state: {
354
357
  */
355
358
  export declare const getAnimationEndTime: ((state: {
356
359
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
357
- ui?: UIStoreType | undefined;
360
+ ui?: uiTypes.UIStoreType | undefined;
358
361
  webmap?: WebMapState | undefined;
359
362
  services?: import("../types").ServiceState | undefined;
360
363
  layers?: import("../types").LayerState | undefined;
361
364
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
362
- } | undefined, params_0: string) => string | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string & {
365
+ } | undefined, params_0: string) => string | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string | undefined, {
363
366
  clearCache: () => void;
364
367
  }> & {
365
368
  clearCache: () => void;
@@ -374,12 +377,12 @@ export declare const getAnimationEndTime: ((state: {
374
377
  */
375
378
  export declare const isAutoUpdating: ((state: {
376
379
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
377
- ui?: UIStoreType | undefined;
380
+ ui?: uiTypes.UIStoreType | undefined;
378
381
  webmap?: WebMapState | undefined;
379
382
  services?: import("../types").ServiceState | undefined;
380
383
  layers?: import("../types").LayerState | undefined;
381
384
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
382
- } | undefined, params_0: string) => boolean) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => boolean & {
385
+ } | undefined, params_0: string) => boolean) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => boolean, {
383
386
  clearCache: () => void;
384
387
  }> & {
385
388
  clearCache: () => void;
@@ -394,12 +397,12 @@ export declare const isAutoUpdating: ((state: {
394
397
  */
395
398
  export declare const isEndTimeOverriding: ((state: {
396
399
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
397
- ui?: UIStoreType | undefined;
400
+ ui?: uiTypes.UIStoreType | undefined;
398
401
  webmap?: WebMapState | undefined;
399
402
  services?: import("../types").ServiceState | undefined;
400
403
  layers?: import("../types").LayerState | undefined;
401
404
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
402
- } | undefined, params_0: string) => boolean) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => boolean & {
405
+ } | undefined, params_0: string) => boolean) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => boolean, {
403
406
  clearCache: () => void;
404
407
  }> & {
405
408
  clearCache: () => void;
@@ -413,12 +416,12 @@ export declare const isEndTimeOverriding: ((state: {
413
416
  */
414
417
  export declare const getActiveLayerId: ((state: {
415
418
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
416
- ui?: UIStoreType | undefined;
419
+ ui?: uiTypes.UIStoreType | undefined;
417
420
  webmap?: WebMapState | undefined;
418
421
  services?: import("../types").ServiceState | undefined;
419
422
  layers?: import("../types").LayerState | undefined;
420
423
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
421
- } | undefined, params_0: string) => string | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string & {
424
+ } | undefined, params_0: string) => string | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string | undefined, {
422
425
  clearCache: () => void;
423
426
  }> & {
424
427
  clearCache: () => void;
@@ -432,12 +435,12 @@ export declare const getActiveLayerId: ((state: {
432
435
  */
433
436
  export declare const getAutoUpdateLayerId: ((state: {
434
437
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
435
- ui?: UIStoreType | undefined;
438
+ ui?: uiTypes.UIStoreType | undefined;
436
439
  webmap?: WebMapState | undefined;
437
440
  services?: import("../types").ServiceState | undefined;
438
441
  layers?: import("../types").LayerState | undefined;
439
442
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
440
- } | undefined, params_0: string) => string | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string & {
443
+ } | undefined, params_0: string) => string | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string | undefined, {
441
444
  clearCache: () => void;
442
445
  }> & {
443
446
  clearCache: () => void;
@@ -451,32 +454,32 @@ export declare const getAutoUpdateLayerId: ((state: {
451
454
  */
452
455
  export declare const getAutoTimeStepLayerId: ((state: {
453
456
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
454
- ui?: UIStoreType | undefined;
457
+ ui?: uiTypes.UIStoreType | undefined;
455
458
  webmap?: WebMapState | undefined;
456
459
  services?: import("../types").ServiceState | undefined;
457
460
  layers?: import("../types").LayerState | undefined;
458
461
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
459
- } | undefined, params_0: string) => string | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string & {
462
+ } | undefined, params_0: string) => string | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string | undefined, {
460
463
  clearCache: () => void;
461
464
  }> & {
462
465
  clearCache: () => void;
463
466
  };
464
467
  /**
465
- * Gets scale of a time slider of a map
468
+ * Gets span of a time slider of a map
466
469
  *
467
- * Example: scale = getScale(store, 'mapid_1')
470
+ * Example: span = getSpan(store, 'mapid_1')
468
471
  * @param {object} store store: object - store object
469
472
  * @param {string} mapId mapId: string - Id of the map
470
- * @returns {Scale} returnType: Scale - scale as an enum
473
+ * @returns {Span} returnType: Span - span as an enum
471
474
  */
472
- export declare const getMapTimeSliderScale: ((state: {
475
+ export declare const getMapTimeSliderSpan: ((state: {
473
476
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
474
- ui?: UIStoreType | undefined;
477
+ ui?: uiTypes.UIStoreType | undefined;
475
478
  webmap?: WebMapState | undefined;
476
479
  services?: import("../types").ServiceState | undefined;
477
480
  layers?: import("../types").LayerState | undefined;
478
481
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
479
- } | undefined, params_0: string) => Scale | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => (Scale | undefined) & {
482
+ } | undefined, params_0: string) => Span | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => Span | undefined, {
480
483
  clearCache: () => void;
481
484
  }> & {
482
485
  clearCache: () => void;
@@ -491,24 +494,24 @@ export declare const getMapTimeSliderScale: ((state: {
491
494
  */
492
495
  export declare const getMapTimeStep: ((state: {
493
496
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
494
- ui?: UIStoreType | undefined;
497
+ ui?: uiTypes.UIStoreType | undefined;
495
498
  webmap?: WebMapState | undefined;
496
499
  services?: import("../types").ServiceState | undefined;
497
500
  layers?: import("../types").LayerState | undefined;
498
501
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
499
- } | undefined, params_0: string) => number) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => number & {
502
+ } | undefined, params_0: string) => number) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => number, {
500
503
  clearCache: () => void;
501
504
  }> & {
502
505
  clearCache: () => void;
503
506
  };
504
507
  export declare const getMapTimeStepWithoutDefault: ((state: {
505
508
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
506
- ui?: UIStoreType | undefined;
509
+ ui?: uiTypes.UIStoreType | undefined;
507
510
  webmap?: WebMapState | undefined;
508
511
  services?: import("../types").ServiceState | undefined;
509
512
  layers?: import("../types").LayerState | undefined;
510
513
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
511
- } | undefined, params_0: string) => number | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => number & {
514
+ } | undefined, params_0: string) => number | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => number | undefined, {
512
515
  clearCache: () => void;
513
516
  }> & {
514
517
  clearCache: () => void;
@@ -523,93 +526,93 @@ export declare const getMapTimeStepWithoutDefault: ((state: {
523
526
  */
524
527
  export declare const getMapAnimationDelay: ((state: {
525
528
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
526
- ui?: UIStoreType | undefined;
529
+ ui?: uiTypes.UIStoreType | undefined;
527
530
  webmap?: WebMapState | undefined;
528
531
  services?: import("../types").ServiceState | undefined;
529
532
  layers?: import("../types").LayerState | undefined;
530
533
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
531
- } | undefined, params_0: string) => number | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => number & {
534
+ } | undefined, params_0: string) => number | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => number | undefined, {
532
535
  clearCache: () => void;
533
536
  }> & {
534
537
  clearCache: () => void;
535
538
  };
536
539
  /**
537
- * Returns the center time of time slider
540
+ * Returns the width of time slider
538
541
  *
539
- * Example: centerTime = getCenterTime(store, 'mapid_1')
542
+ * Example: timeSliderWith = getMapTimeSliderWidth(store, 'mapid_1')
540
543
  * @param {object} store store: object - store object
541
544
  * @param {string} mapId mapId: string - Id of the map
542
545
  * @returns {number} returnType: number - center time as a unix timestamp
543
546
  */
544
- export declare const getMapTimeSliderCenterTime: ((state: {
547
+ export declare const getMapTimeSliderWidth: ((state: {
545
548
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
546
- ui?: UIStoreType | undefined;
549
+ ui?: uiTypes.UIStoreType | undefined;
547
550
  webmap?: WebMapState | undefined;
548
551
  services?: import("../types").ServiceState | undefined;
549
552
  layers?: import("../types").LayerState | undefined;
550
553
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
551
- } | undefined, params_0: string) => number | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => number & {
554
+ } | undefined, params_0: string) => number | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => number | undefined, {
552
555
  clearCache: () => void;
553
556
  }> & {
554
557
  clearCache: () => void;
555
558
  };
556
559
  /**
557
- * Returns the unfiltered selected time of time slider
558
- * This is not used to set the selected time itself, which is controlled by TimeBounds where values are rounded.
560
+ * Returns the center time of time slider
559
561
  *
560
- * Example: selectedTime = getTimeSliderUnfliteredSelectedTime(store, 'mapid_1')
562
+ * Example: centerTime = getCenterTime(store, 'mapid_1')
561
563
  * @param {object} store store: object - store object
562
564
  * @param {string} mapId mapId: string - Id of the map
563
- * @returns {number} returnType: number - unfiltered selected time as a unix timestamp
565
+ * @returns {number} returnType: number - center time as a unix timestamp
564
566
  */
565
- export declare const getTimeSliderUnfilteredSelectedTime: ((state: {
567
+ export declare const getMapTimeSliderCenterTime: ((state: {
566
568
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
567
- ui?: UIStoreType | undefined;
569
+ ui?: uiTypes.UIStoreType | undefined;
568
570
  webmap?: WebMapState | undefined;
569
571
  services?: import("../types").ServiceState | undefined;
570
572
  layers?: import("../types").LayerState | undefined;
571
573
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
572
- } | undefined, params_0: string) => number | null | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => number & {
574
+ } | undefined, params_0: string) => number | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => number | undefined, {
573
575
  clearCache: () => void;
574
576
  }> & {
575
577
  clearCache: () => void;
576
578
  };
577
579
  /**
578
- * Returns the number of seconds per pixel on the time slider
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.
579
582
  *
580
- * Example: secondsPerPx = getSecondsPerPx(store, 'mapid_1')
583
+ * Example: selectedTime = getTimeSliderUnfliteredSelectedTime(store, 'mapid_1')
581
584
  * @param {object} store store: object - store object
582
585
  * @param {string} mapId mapId: string - Id of the map
583
- * @returns {number} returnType: number - the number of seconds per pixel
586
+ * @returns {number} returnType: number - unfiltered selected time as a unix timestamp
584
587
  */
585
- export declare const getMapTimeSliderSecondsPerPx: ((state: {
588
+ export declare const getTimeSliderUnfilteredSelectedTime: ((state: {
586
589
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
587
- ui?: UIStoreType | undefined;
590
+ ui?: uiTypes.UIStoreType | undefined;
588
591
  webmap?: WebMapState | undefined;
589
592
  services?: import("../types").ServiceState | undefined;
590
593
  layers?: import("../types").LayerState | undefined;
591
594
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
592
- } | undefined, params_0: string) => number | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => number & {
595
+ } | undefined, params_0: string) => number | null | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => number | null | undefined, {
593
596
  clearCache: () => void;
594
597
  }> & {
595
598
  clearCache: () => void;
596
599
  };
597
600
  /**
598
- * Returns the number of scale to seconds pixel on the time slider
601
+ * Returns the number of seconds per pixel on the time slider
599
602
  *
600
- * Example: dataScaleToSecondsPerPx = getMapTimeSliderDataScaleToSecondsPerPx(store, 'mapid_1')
603
+ * Example: secondsPerPx = getSecondsPerPx(store, 'mapid_1')
601
604
  * @param {object} store store: object - store object
602
605
  * @param {string} mapId mapId: string - Id of the map
603
- * @returns {number} returnType: number - the number of scaleto seconds pixel
606
+ * @returns {number} returnType: number - the number of seconds per pixel
604
607
  */
605
- export declare const getMapTimeSliderDataScaleToSecondsPerPx: ((state: {
608
+ export declare const getMapTimeSliderSecondsPerPx: ((state: {
606
609
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
607
- ui?: UIStoreType | undefined;
610
+ ui?: uiTypes.UIStoreType | undefined;
608
611
  webmap?: WebMapState | undefined;
609
612
  services?: import("../types").ServiceState | undefined;
610
613
  layers?: import("../types").LayerState | undefined;
611
614
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
612
- } | undefined, params_0: string) => number | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => number & {
615
+ } | undefined, params_0: string) => number | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => number | undefined, {
613
616
  clearCache: () => void;
614
617
  }> & {
615
618
  clearCache: () => void;
@@ -624,12 +627,12 @@ export declare const getMapTimeSliderDataScaleToSecondsPerPx: ((state: {
624
627
  */
625
628
  export declare const isTimestepAuto: ((state: {
626
629
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
627
- ui?: UIStoreType | undefined;
630
+ ui?: uiTypes.UIStoreType | undefined;
628
631
  webmap?: WebMapState | undefined;
629
632
  services?: import("../types").ServiceState | undefined;
630
633
  layers?: import("../types").LayerState | undefined;
631
634
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
632
- } | undefined, params_0: string) => boolean | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => (boolean | undefined) & {
635
+ } | undefined, params_0: string) => boolean | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => boolean | undefined, {
633
636
  clearCache: () => void;
634
637
  }> & {
635
638
  clearCache: () => void;
@@ -644,12 +647,12 @@ export declare const isTimestepAuto: ((state: {
644
647
  */
645
648
  export declare const isTimeSliderHoverOn: ((state: {
646
649
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
647
- ui?: UIStoreType | undefined;
650
+ ui?: uiTypes.UIStoreType | undefined;
648
651
  webmap?: WebMapState | undefined;
649
652
  services?: import("../types").ServiceState | undefined;
650
653
  layers?: import("../types").LayerState | undefined;
651
654
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
652
- } | undefined, params_0: string) => boolean | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => (boolean | undefined) & {
655
+ } | undefined, params_0: string) => boolean | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => boolean | undefined, {
653
656
  clearCache: () => void;
654
657
  }> & {
655
658
  clearCache: () => void;
@@ -664,12 +667,12 @@ export declare const isTimeSliderHoverOn: ((state: {
664
667
  */
665
668
  export declare const isZoomControlsVisible: ((state: {
666
669
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
667
- ui?: UIStoreType | undefined;
670
+ ui?: uiTypes.UIStoreType | undefined;
668
671
  webmap?: WebMapState | undefined;
669
672
  services?: import("../types").ServiceState | undefined;
670
673
  layers?: import("../types").LayerState | undefined;
671
674
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
672
- } | undefined, params_0: string) => boolean | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => (boolean | undefined) & {
675
+ } | undefined, params_0: string) => boolean | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => boolean | undefined, {
673
676
  clearCache: () => void;
674
677
  }> & {
675
678
  clearCache: () => void;
@@ -684,12 +687,12 @@ export declare const isZoomControlsVisible: ((state: {
684
687
  */
685
688
  export declare const isTimeSliderVisible: ((state: {
686
689
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
687
- ui?: UIStoreType | undefined;
690
+ ui?: uiTypes.UIStoreType | undefined;
688
691
  webmap?: WebMapState | undefined;
689
692
  services?: import("../types").ServiceState | undefined;
690
693
  layers?: import("../types").LayerState | undefined;
691
694
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
692
- } | undefined, params_0: string) => boolean | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => (boolean | undefined) & {
695
+ } | undefined, params_0: string) => boolean | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => boolean | undefined, {
693
696
  clearCache: () => void;
694
697
  }> & {
695
698
  clearCache: () => void;
@@ -705,12 +708,12 @@ export declare const isTimeSliderVisible: ((state: {
705
708
  */
706
709
  export declare const getIsLayerActiveLayer: ((state: {
707
710
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
708
- ui?: UIStoreType | undefined;
711
+ ui?: uiTypes.UIStoreType | undefined;
709
712
  webmap?: WebMapState | undefined;
710
713
  services?: import("../types").ServiceState | undefined;
711
714
  layers?: import("../types").LayerState | undefined;
712
715
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
713
- } | undefined, params_0: string, params_1: {}) => boolean) & import("reselect").OutputSelectorFields<(args_0: string | undefined, args_1: any) => boolean & {
716
+ } | undefined, params_0: string, params_1: {}) => boolean) & import("reselect").OutputSelectorFields<(args_0: string | undefined, args_1: any) => boolean, {
714
717
  clearCache: () => void;
715
718
  }> & {
716
719
  clearCache: () => void;
@@ -725,12 +728,12 @@ export declare const getIsLayerActiveLayer: ((state: {
725
728
  */
726
729
  export declare const getMapIdFromLayerId: ((state: {
727
730
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
728
- ui?: UIStoreType | undefined;
731
+ ui?: uiTypes.UIStoreType | undefined;
729
732
  webmap?: WebMapState | undefined;
730
733
  services?: import("../types").ServiceState | undefined;
731
734
  layers?: import("../types").LayerState | undefined;
732
735
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
733
- }, params_0?: string | undefined) => string) & import("reselect").OutputSelectorFields<((args_0: WebMapState | undefined, args_1: string | undefined) => string) & {
736
+ }, params_0?: string | undefined) => string) & import("reselect").OutputSelectorFields<(args_0: WebMapState | undefined, args_1: string | undefined) => string, {
734
737
  clearCache: () => void;
735
738
  }> & {
736
739
  clearCache: () => void;
@@ -746,12 +749,12 @@ export declare const getMapIdFromLayerId: ((state: {
746
749
  */
747
750
  export declare const getLayerIdByLayerName: ((state: {
748
751
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
749
- ui?: UIStoreType | undefined;
752
+ ui?: uiTypes.UIStoreType | undefined;
750
753
  webmap?: WebMapState | undefined;
751
754
  services?: import("../types").ServiceState | undefined;
752
755
  layers?: import("../types").LayerState | undefined;
753
756
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
754
- }, params_0: string, params_1: {}) => string) & import("reselect").OutputSelectorFields<((args_0: import("../types").ReduxLayer[], args_1: string) => string) & {
757
+ }, params_0: string, params_1: {}) => string) & import("reselect").OutputSelectorFields<(args_0: import("../types").ReduxLayer[], args_1: string) => string, {
755
758
  clearCache: () => void;
756
759
  }> & {
757
760
  clearCache: () => void;
@@ -767,12 +770,12 @@ export declare const getLayerIdByLayerName: ((state: {
767
770
  */
768
771
  export declare const getLayerIndexByLayerId: ((state: {
769
772
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
770
- ui?: UIStoreType | undefined;
773
+ ui?: uiTypes.UIStoreType | undefined;
771
774
  webmap?: WebMapState | undefined;
772
775
  services?: import("../types").ServiceState | undefined;
773
776
  layers?: import("../types").LayerState | undefined;
774
777
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
775
- }, params_0: string, params_1?: string | undefined) => number) & import("reselect").OutputSelectorFields<((args_0: import("../types").ReduxLayer[], args_1: string | undefined) => number) & {
778
+ }, params_0: string, params_1?: string | undefined) => number) & import("reselect").OutputSelectorFields<(args_0: import("../types").ReduxLayer[], args_1: string | undefined) => number, {
776
779
  clearCache: () => void;
777
780
  }> & {
778
781
  clearCache: () => void;
@@ -788,12 +791,12 @@ export declare const getLayerIndexByLayerId: ((state: {
788
791
  */
789
792
  export declare const getLayerByLayerIndex: ((state: {
790
793
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
791
- ui?: UIStoreType | undefined;
794
+ ui?: uiTypes.UIStoreType | undefined;
792
795
  webmap?: WebMapState | undefined;
793
796
  services?: import("../types").ServiceState | undefined;
794
797
  layers?: import("../types").LayerState | undefined;
795
798
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
796
- }, params_0: string, params_1: {}) => Layer) & import("reselect").OutputSelectorFields<((args_0: import("../types").ReduxLayer[], args_1: number) => Layer) & {
799
+ }, params_0: string, params_1: {}) => Layer) & import("reselect").OutputSelectorFields<(args_0: import("../types").ReduxLayer[], args_1: number) => Layer, {
797
800
  clearCache: () => void;
798
801
  }> & {
799
802
  clearCache: () => void;
@@ -807,12 +810,12 @@ export declare const getLayerByLayerIndex: ((state: {
807
810
  */
808
811
  export declare const getAllUniqueDimensions: ((state: {
809
812
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
810
- ui?: UIStoreType | undefined;
813
+ ui?: uiTypes.UIStoreType | undefined;
811
814
  webmap?: WebMapState | undefined;
812
815
  services?: import("../types").ServiceState | undefined;
813
816
  layers?: import("../types").LayerState | undefined;
814
817
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
815
- }) => string[]) & import("reselect").OutputSelectorFields<((args_0: string[], args_1: AppStore) => string[]) & {
818
+ }) => string[]) & import("reselect").OutputSelectorFields<(args_0: string[], args_1: AppStore) => string[], {
816
819
  clearCache: () => void;
817
820
  }> & {
818
821
  clearCache: () => void;
@@ -827,12 +830,12 @@ export declare const getAllUniqueDimensions: ((state: {
827
830
  */
828
831
  export declare const getPinLocation: ((state: {
829
832
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
830
- ui?: UIStoreType | undefined;
833
+ ui?: uiTypes.UIStoreType | undefined;
831
834
  webmap?: WebMapState | undefined;
832
835
  services?: import("../types").ServiceState | undefined;
833
836
  layers?: import("../types").LayerState | undefined;
834
837
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
835
- } | undefined, params_0: string) => import("./types").MapLocation | undefined) & import("reselect").OutputSelectorFields<((args_0: WebMap | undefined) => import("./types").MapLocation | undefined) & {
838
+ } | undefined, params_0: string) => import("./types").MapLocation | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => import("./types").MapLocation | undefined, {
836
839
  clearCache: () => void;
837
840
  }> & {
838
841
  clearCache: () => void;
@@ -847,12 +850,12 @@ export declare const getPinLocation: ((state: {
847
850
  */
848
851
  export declare const getDisableMapPin: ((state: {
849
852
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
850
- ui?: UIStoreType | undefined;
853
+ ui?: uiTypes.UIStoreType | undefined;
851
854
  webmap?: WebMapState | undefined;
852
855
  services?: import("../types").ServiceState | undefined;
853
856
  layers?: import("../types").LayerState | undefined;
854
857
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
855
- } | undefined, params_0: string) => boolean | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => (boolean | undefined) & {
858
+ } | undefined, params_0: string) => boolean | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => boolean | undefined, {
856
859
  clearCache: () => void;
857
860
  }> & {
858
861
  clearCache: () => void;
@@ -867,12 +870,12 @@ export declare const getDisableMapPin: ((state: {
867
870
  */
868
871
  export declare const getDisplayMapPin: ((state: {
869
872
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
870
- ui?: UIStoreType | undefined;
873
+ ui?: uiTypes.UIStoreType | undefined;
871
874
  webmap?: WebMapState | undefined;
872
875
  services?: import("../types").ServiceState | undefined;
873
876
  layers?: import("../types").LayerState | undefined;
874
877
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
875
- } | undefined, params_0: string) => boolean | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => (boolean | undefined) & {
878
+ } | undefined, params_0: string) => boolean | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => boolean | undefined, {
876
879
  clearCache: () => void;
877
880
  }> & {
878
881
  clearCache: () => void;
@@ -887,12 +890,12 @@ export declare const getDisplayMapPin: ((state: {
887
890
  */
888
891
  export declare const getLegendId: ((state: {
889
892
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
890
- ui?: UIStoreType | undefined;
893
+ ui?: uiTypes.UIStoreType | undefined;
891
894
  webmap?: WebMapState | undefined;
892
895
  services?: import("../types").ServiceState | undefined;
893
896
  layers?: import("../types").LayerState | undefined;
894
897
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
895
- } | undefined, params_0: string) => string | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string & {
898
+ } | undefined, params_0: string) => string | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => string | undefined, {
896
899
  clearCache: () => void;
897
900
  }> & {
898
901
  clearCache: () => void;
@@ -907,12 +910,12 @@ export declare const getLegendId: ((state: {
907
910
  */
908
911
  export declare const getMapPreset: ((state: {
909
912
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
910
- ui?: UIStoreType | undefined;
913
+ ui?: uiTypes.UIStoreType | undefined;
911
914
  webmap?: WebMapState | undefined;
912
915
  services?: import("../types").ServiceState | undefined;
913
916
  layers?: import("../types").LayerState | undefined;
914
917
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
915
- }, 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: UIStoreType) => MapPreset) & {
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, {
916
919
  clearCache: () => void;
917
920
  }> & {
918
921
  clearCache: () => void;
@@ -927,12 +930,12 @@ export declare const getMapPreset: ((state: {
927
930
  */
928
931
  export declare const getMapLayerIdsEnabled: ((state: {
929
932
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
930
- ui?: UIStoreType | undefined;
933
+ ui?: uiTypes.UIStoreType | undefined;
931
934
  webmap?: WebMapState | undefined;
932
935
  services?: import("../types").ServiceState | undefined;
933
936
  layers?: import("../types").LayerState | undefined;
934
937
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
935
- }, params_0: string) => string[]) & import("reselect").OutputSelectorFields<((args_0: string[], args_1: Record<string, import("../types").ReduxLayer> | null) => string[]) & {
938
+ }, params_0: string) => string[]) & import("reselect").OutputSelectorFields<(args_0: string[], args_1: Record<string, import("../types").ReduxLayer> | null) => string[], {
936
939
  clearCache: () => void;
937
940
  }> & {
938
941
  clearCache: () => void;
@@ -948,12 +951,12 @@ export declare const getMapLayerIdsEnabled: ((state: {
948
951
  */
949
952
  export declare const getIsEnabledLayersForMapDimension: ((state: {
950
953
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
951
- ui?: UIStoreType | undefined;
954
+ ui?: uiTypes.UIStoreType | undefined;
952
955
  webmap?: WebMapState | undefined;
953
956
  services?: import("../types").ServiceState | undefined;
954
957
  layers?: import("../types").LayerState | undefined;
955
958
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
956
- }, params_0: string, params_1: {}) => any) & import("reselect").OutputSelectorFields<((args_0: string[], args_1: string[]) => any) & {
959
+ }, params_0: string, params_1: {}) => any) & import("reselect").OutputSelectorFields<(args_0: string[], args_1: string[]) => any, {
957
960
  clearCache: () => void;
958
961
  }> & {
959
962
  clearCache: () => void;
@@ -968,12 +971,12 @@ export declare const getIsEnabledLayersForMapDimension: ((state: {
968
971
  */
969
972
  export declare const getDockedLayerManagerSize: ((state: {
970
973
  syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState | undefined;
971
- ui?: UIStoreType | undefined;
974
+ ui?: uiTypes.UIStoreType | undefined;
972
975
  webmap?: WebMapState | undefined;
973
976
  services?: import("../types").ServiceState | undefined;
974
977
  layers?: import("../types").LayerState | undefined;
975
978
  layerSelect?: import("../../layerSelect/types").LayerSelectStoreType | undefined;
976
- } | undefined, params_0: string) => import("./types").DockedLayerManagerSize | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => (import("./types").DockedLayerManagerSize | undefined) & {
979
+ } | undefined, params_0: string) => import("./types").DockedLayerManagerSize | undefined) & import("reselect").OutputSelectorFields<(args_0: WebMap | undefined) => import("./types").DockedLayerManagerSize | undefined, {
977
980
  clearCache: () => void;
978
981
  }> & {
979
982
  clearCache: () => void;