@opengeoweb/core 2.1.4 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/index.esm.js +2864 -1816
  2. package/index.umd.js +2900 -1818
  3. package/lib/components/ComponentsLookUp/componentsLookUp.d.ts +3 -3
  4. package/lib/components/ConfigurableConnectedMap/ConfigurableConnectedMap.d.ts +2 -0
  5. package/lib/components/ConfigurableMapWithSlider/ConfigurableMapWithSliderConnect.d.ts +3 -0
  6. package/lib/components/CustomSwitch/CustomSwitch.stories.d.ts +4 -0
  7. package/lib/components/LayerManager/LayerContainerRow/LayerManagerButton.d.ts +1 -0
  8. package/lib/components/LayerManager/LayerContainerRow/LayerRow/Menubutton/MenuButton.d.ts +0 -2
  9. package/lib/components/LayerManager/LayerContainerRow/LayerRow/styles.d.ts +1 -0
  10. package/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResults.d.ts +1 -2
  11. package/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResultsListItem.d.ts +4 -5
  12. package/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResultsListItemConnect.d.ts +6 -0
  13. package/lib/components/{Mapcontrols/MapControlButton.spec.d.ts → LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResultsListItemConnect.spec.d.ts} +0 -0
  14. package/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterSelectAllSwitchConnect.d.ts +3 -0
  15. package/lib/components/{Mapcontrols/MapControls.spec.d.ts → LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterSelectAllSwitchConnect.spec.d.ts} +0 -0
  16. package/lib/components/{Mapcontrols/ZoomControls.spec.d.ts → LayerManager/LayerSelect/KeywordFilterResults/keywordFilterResultsConnect.spec.d.ts} +0 -0
  17. package/lib/components/LayerManager/LayerSelect/LayerList/LayerAddRemoveButton.d.ts +18 -0
  18. package/lib/components/{Mapcontrols/ZoomControlsConnect.spec.d.ts → LayerManager/LayerSelect/LayerList/LayerAddRemoveButton.spec.d.ts} +0 -0
  19. package/lib/components/LayerManager/LayerSelect/LayerList/LayerList.d.ts +12 -0
  20. package/lib/components/LayerManager/LayerSelect/LayerList/LayerListConnect.d.ts +1 -0
  21. package/lib/components/LayerManager/LayerSelect/LayerList/LayerListUtils.d.ts +2 -0
  22. package/lib/components/{ToggleIconButton/ToggleIconButton.spec.d.ts → LayerManager/LayerSelect/LayerList/LayerListUtils.spec.d.ts} +0 -0
  23. package/lib/components/LayerManager/LayerSelect/ServiceList/ServiceList.d.ts +2 -2
  24. package/lib/components/LayerManager/LayerSelect/ServiceOptionsDialog/ServiceOptionsDialog.d.ts +4 -1
  25. package/lib/components/LayerManager/LayerSelect/ServiceOptionsDialog/ServiceOptionsDialogConnect.d.ts +3 -0
  26. package/lib/components/LayerManager/LayerSelect/ServiceOptionsDialog/ServiceOptionsDialogConnect.spec.d.ts +1 -0
  27. package/lib/components/LayerManager/LayerSelect/ServicePopup/ServicePopup.d.ts +3 -0
  28. package/lib/components/LayerManager/LayerSelect/ServicePopup/ServicePopupConnect.d.ts +10 -0
  29. package/lib/components/{Mapcontrols → MapControls}/MapControlButton.d.ts +2 -2
  30. package/lib/components/MapControls/MapControlButton.spec.d.ts +1 -0
  31. package/lib/components/{Mapcontrols → MapControls}/MapControls.d.ts +0 -0
  32. package/lib/components/MapControls/MapControls.spec.d.ts +1 -0
  33. package/lib/components/{Mapcontrols → MapControls}/ZoomControls.d.ts +0 -0
  34. package/lib/components/MapControls/ZoomControls.spec.d.ts +1 -0
  35. package/lib/components/{Mapcontrols → MapControls}/ZoomControlsConnect.d.ts +0 -0
  36. package/lib/components/MapControls/ZoomControlsConnect.spec.d.ts +1 -0
  37. package/lib/components/{Mapcontrols → MapControls}/index.d.ts +0 -0
  38. package/lib/components/MapView/MapViewConnect.DisableMapPin.stories.d.ts +5 -0
  39. package/lib/components/MapView/MapViewConnect.SelectorTest.stories.d.ts +2 -0
  40. package/lib/components/MapView/MapViewConnect.stories.d.ts +2 -0
  41. package/lib/components/MultiMapView/HarmoniePresets/HarmRefTimePreset.d.ts +2 -2
  42. package/lib/components/MultiMapView/HarmoniePresets/HarmonieTempAndPrecipPreset.d.ts +4 -4
  43. package/lib/components/MultiMapView/MultiMapViewConnect.d.ts +2 -1
  44. package/lib/components/MultiMapView/storyUtils/mapPresets.d.ts +81 -0
  45. package/lib/components/ReactMapView/types.d.ts +1 -0
  46. package/lib/components/SyncGroups/selector.d.ts +13 -2
  47. package/lib/components/TooltipSelect/TooltipSelect.d.ts +1 -0
  48. package/lib/index.d.ts +8 -3
  49. package/lib/store/advancedLayerStore/selectors.d.ts +13 -2
  50. package/lib/store/generic/selectors.d.ts +21 -3
  51. package/lib/store/generic/synchronizationGroups/selectors.d.ts +13 -1
  52. package/lib/store/generic/synchronizationGroups/types.d.ts +1 -0
  53. package/lib/store/layerSelect/actions.d.ts +5 -9
  54. package/lib/store/layerSelect/constants.d.ts +4 -2
  55. package/lib/store/layerSelect/sagas.d.ts +2 -2
  56. package/lib/store/layerSelect/selectors.d.ts +106 -9
  57. package/lib/store/layerSelect/types.d.ts +60 -30
  58. package/lib/store/mapStore/layers/selectors.d.ts +222 -18
  59. package/lib/store/mapStore/map/actions.d.ts +8 -1
  60. package/lib/store/mapStore/map/constants.d.ts +1 -0
  61. package/lib/store/mapStore/map/selectors.d.ts +481 -54
  62. package/lib/store/mapStore/map/types.d.ts +11 -2
  63. package/lib/store/mapStore/service/actions.d.ts +8 -1
  64. package/lib/store/mapStore/service/constants.d.ts +1 -0
  65. package/lib/store/mapStore/service/selectors.d.ts +107 -8
  66. package/lib/store/mapStore/service/types.d.ts +10 -3
  67. package/lib/store/mapStore/utils/helpers.d.ts +0 -1
  68. package/lib/store/ui/selectors.d.ts +67 -7
  69. package/lib/store/ui/types.d.ts +1 -1
  70. package/lib/store/utils.d.ts +6 -0
  71. package/lib/utils/defaultConfigurations.d.ts +3 -21
  72. package/lib/utils/defaultTestSettings.d.ts +7 -7
  73. package/lib/utils/getCapabilities.d.ts +3 -2
  74. package/lib/utils/jsonPresetFilter.d.ts +10 -0
  75. package/lib/utils/jsonPresetFilter.spec.d.ts +1 -0
  76. package/lib/utils/types.d.ts +43 -0
  77. package/package.json +6 -6
  78. package/lib/components/LayerManager/LayerContainerRow/LayerRow/Menubutton/MenuItemButton.d.ts +0 -8
  79. package/lib/components/ToggleIconButton/ToggleIconButton.d.ts +0 -12
  80. package/lib/components/ToggleIconButton/ToggleIconButton.stories.d.ts +0 -13
  81. package/lib/components/ToggleIconButton/index.d.ts +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.