@opengeoweb/core 2.13.0 → 3.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.
- package/index.esm.js +249 -209
- package/index.umd.js +305 -270
- package/lib/components/ConfigurableMap/ConfigurableMapConnect.d.ts +1 -0
- package/lib/components/LayerManager/AddLayersButton/AddLayersButton.d.ts +0 -2
- package/lib/components/LayerManager/AddLayersPopup/AddLayersPopup.d.ts +0 -2
- package/lib/components/LayerManager/BaseLayerRow/BaseLayers/BaseLayersConnect.d.ts +1 -0
- package/lib/components/LayerManager/LayerSelect/ServiceOptionsDialog/ServiceOptionsDialog.d.ts +0 -2
- package/lib/components/LayerManager/LayerSelect/ServicePopup/ServicePopup.d.ts +3 -1
- package/lib/components/LayerManager/LayerSelect/ServicePopup/ServicePopupConnect.d.ts +1 -0
- package/lib/components/Legend/LegendConnect.d.ts +1 -1
- package/lib/components/MapView/MapViewConnect.LayerChangeEnabledOpacity.stories.d.ts +2 -2
- package/lib/components/MapView/MapViewConnect.MapPin.stories.d.ts +4 -0
- package/lib/components/MapView/MapViewConnect.stories.d.ts +0 -1
- package/lib/components/MapWarning/MapWarningProperties.d.ts +16 -1
- package/lib/components/MultiMapDimensionSelect/DimensionSelectSlider.d.ts +1 -1
- package/lib/components/ReactMapView/ReactMapView.d.ts +1 -0
- package/lib/components/SyncGroups/SimpleTimeSliderConnect.d.ts +11 -1
- package/lib/components/TimeSlider/TimeSliderButtons/AutoUpdateButton/AutoUpdateButtonConnect.d.ts +8 -1
- package/lib/components/TimeSlider/TimeSliderButtons/PlayButton/PlayButtonConnect.d.ts +27 -2
- package/lib/components/TimeSlider/TimeSliderButtons/SpeedButton/SpeedButtonConnect.d.ts +2 -2
- package/lib/components/TimeSlider/TimeSliderConnect.d.ts +13 -1
- package/lib/components/TimeSlider/TimeSliderLegend/TimeSliderLegendConnect.d.ts +26 -1
- package/lib/components/TimeSlider/TimeSliderRail/TimeSliderRailConnect.d.ts +21 -2
- package/lib/components/TimeSlider/TimeSliderScaleSlider/TimeSliderScaleSliderConnect.d.ts +15 -1
- package/lib/components/WMSLoader/WMSLayerTree/WMSLayerTreeConnect.d.ts +14 -1
- package/lib/components/WMSLoader/services.d.ts +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/store/layerSelect/types.d.ts +2 -0
- package/lib/store/mapStore/layers/reducer.d.ts +3 -1
- package/lib/store/mapStore/layers/selectors.d.ts +5 -5
- package/lib/store/mapStore/layers/types.d.ts +1 -0
- package/lib/store/mapStore/map/selectors.d.ts +4 -4
- package/lib/store/mapStore/map/types.d.ts +1 -0
- package/lib/store/mapStore/map/utils.d.ts +2 -1
- package/lib/store/mapStore/service/selectors.d.ts +2 -0
- package/lib/store/mapStore/service/types.d.ts +1 -0
- package/package.json +8 -7
- package/lib/components/CustomSwitch/CustomSwitch.d.ts +0 -3
- package/lib/components/CustomSwitch/CustomSwitch.spec.d.ts +0 -1
- package/lib/components/CustomSwitch/CustomSwitch.stories.d.ts +0 -7
- package/lib/components/CustomSwitch/index.d.ts +0 -1
- package/lib/components/MapView/MapViewConnect.DisableMapPin.stories.d.ts +0 -5