@opengeoweb/core 2.2.0 → 2.4.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 (79) hide show
  1. package/index.esm.js +3105 -2112
  2. package/index.umd.js +3376 -2335
  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/LayerManager/LayerContainerRow/LayerRow/LayerRow.d.ts +1 -0
  7. package/lib/components/LayerManager/LayerContainerRow/{LayerManagerButton.spec.d.ts → LayerRow/LayerRowConnect.spec.d.ts} +0 -0
  8. package/lib/components/LayerManager/LayerContainerRow/LayerRow/Menubutton/MenuButton.d.ts +0 -2
  9. package/lib/components/LayerManager/LayerManagerUtils.d.ts +2 -2
  10. package/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResults.d.ts +1 -3
  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/LayerManager/{LayerContainerRow/LayerRow/DeleteLayer/DeleteLayer.spec.d.ts → LayerSelect/KeywordFilterResults/KeywordFilterResultsListItemConnect.spec.d.ts} +0 -0
  14. package/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterSelectAllSwitchConnect.d.ts +3 -0
  15. package/lib/components/LayerManager/{LayerContainerRow/LayerRow/EnableLayer/EnableLayer.spec.d.ts → LayerSelect/KeywordFilterResults/KeywordFilterSelectAllSwitchConnect.spec.d.ts} +0 -0
  16. package/lib/components/LayerManager/LayerSelect/LayerList/LayerAddRemoveButton.d.ts +18 -0
  17. package/lib/components/{ToggleIconButton/ToggleIconButton.spec.d.ts → LayerManager/LayerSelect/LayerList/LayerAddRemoveButton.spec.d.ts} +0 -0
  18. package/lib/components/LayerManager/LayerSelect/LayerList/LayerList.d.ts +12 -2
  19. package/lib/components/LayerManager/LayerSelect/LayerList/LayerListConnect.d.ts +1 -0
  20. package/lib/components/LayerManager/LayerSelect/LayerList/LayerListUtils.d.ts +1 -2
  21. package/lib/components/LayerManager/LayerSelect/ServiceOptionsDialog/ServiceOptionsDialog.d.ts +4 -1
  22. package/lib/components/LayerManager/LayerSelect/ServiceOptionsDialog/ServiceOptionsDialogConnect.d.ts +3 -0
  23. package/lib/components/LayerManager/LayerSelect/ServiceOptionsDialog/ServiceOptionsDialogConnect.spec.d.ts +1 -0
  24. package/lib/components/LayerManager/LayerSelect/ServicePopup/ServicePopup.d.ts +3 -0
  25. package/lib/components/LayerManager/LayerSelect/ServicePopup/ServicePopupConnect.d.ts +10 -0
  26. package/lib/components/MapControls/MapControlButton.d.ts +2 -2
  27. package/lib/components/MapView/MapViewConnect.DisableMapPin.stories.d.ts +5 -0
  28. package/lib/components/MapView/MapViewConnect.stories.d.ts +1 -0
  29. package/lib/components/MultiMapView/HarmoniePresets/HarmRefTimePreset.d.ts +2 -2
  30. package/lib/components/MultiMapView/HarmoniePresets/HarmonieTempAndPrecipPreset.d.ts +4 -4
  31. package/lib/components/MultiMapView/MultiMapViewConnect.d.ts +2 -1
  32. package/lib/components/MultiMapView/storyUtils/mapPresets.d.ts +81 -0
  33. package/lib/components/ReactMapView/types.d.ts +1 -0
  34. package/lib/components/SyncGroups/SyncGroupViewer.d.ts +2 -0
  35. package/lib/components/SyncGroups/SyncGroupViewerConnect.d.ts +1 -6
  36. package/lib/components/SyncGroups/selector.d.ts +4 -4
  37. package/lib/components/TimeSlider/TimeSliderButtons/PlayButton/PlayButtonConnect.d.ts +1 -0
  38. package/lib/components/TimeSlider/TimeSliderLegend/TimeSliderLegend.d.ts +2 -0
  39. package/lib/components/TimeSlider/TimeSliderLegend/TimeSliderLegendRenderFunctions.d.ts +1 -1
  40. package/lib/components/TooltipSelect/TooltipSelect.d.ts +1 -1
  41. package/lib/index.d.ts +6 -1
  42. package/lib/store/generic/selectors.d.ts +1 -0
  43. package/lib/store/generic/synchronizationGroups/actions.d.ts +2 -1
  44. package/lib/store/generic/synchronizationGroups/constants.d.ts +1 -0
  45. package/lib/store/generic/synchronizationGroups/sagas.d.ts +1 -0
  46. package/lib/store/generic/synchronizationGroups/selectors.d.ts +13 -0
  47. package/lib/store/generic/synchronizationGroups/types.d.ts +12 -2
  48. package/lib/store/layerSelect/actions.d.ts +4 -2
  49. package/lib/store/layerSelect/constants.d.ts +3 -1
  50. package/lib/store/layerSelect/sagas.d.ts +1 -0
  51. package/lib/store/layerSelect/selectors.d.ts +59 -9
  52. package/lib/store/layerSelect/types.d.ts +33 -12
  53. package/lib/store/mapStore/layers/selectors.d.ts +24 -12
  54. package/lib/store/mapStore/map/actions.d.ts +8 -1
  55. package/lib/store/mapStore/map/constants.d.ts +1 -0
  56. package/lib/store/mapStore/map/selectors.d.ts +90 -27
  57. package/lib/store/mapStore/map/types.d.ts +11 -2
  58. package/lib/store/mapStore/service/actions.d.ts +8 -1
  59. package/lib/store/mapStore/service/constants.d.ts +1 -0
  60. package/lib/store/mapStore/service/selectors.d.ts +34 -6
  61. package/lib/store/mapStore/service/types.d.ts +9 -2
  62. package/lib/store/ui/selectors.d.ts +2 -2
  63. package/lib/store/ui/types.d.ts +1 -1
  64. package/lib/store/utils.d.ts +6 -0
  65. package/lib/utils/defaultConfigurations.d.ts +3 -21
  66. package/lib/utils/getCapabilities.d.ts +1 -0
  67. package/lib/utils/jsonPresetFilter.d.ts +10 -0
  68. package/lib/utils/jsonPresetFilter.spec.d.ts +1 -0
  69. package/lib/utils/testUtils.d.ts +2 -1
  70. package/lib/utils/types.d.ts +43 -0
  71. package/package.json +5 -5
  72. package/lib/components/LayerManager/LayerContainerRow/LayerManagerButton.d.ts +0 -12
  73. package/lib/components/LayerManager/LayerContainerRow/LayerRow/DeleteLayer/DeleteLayer.d.ts +0 -8
  74. package/lib/components/LayerManager/LayerContainerRow/LayerRow/EnableLayer/EnableLayer.d.ts +0 -8
  75. package/lib/components/LayerManager/LayerContainerRow/LayerRow/Menubutton/MenuItemButton.d.ts +0 -8
  76. package/lib/components/LayerManager/LayerContainerRow/LayerRow/styles.d.ts +0 -4
  77. package/lib/components/ToggleIconButton/ToggleIconButton.d.ts +0 -12
  78. package/lib/components/ToggleIconButton/ToggleIconButton.stories.d.ts +0 -13
  79. 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.