@opengeoweb/core 2.1.0 → 2.1.4

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 (137) hide show
  1. package/{core.esm.js → index.esm.js} +3442 -1204
  2. package/{core.umd.js → index.umd.js} +3832 -1412
  3. package/lib/components/ComponentsLookUp/componentsLookUp.d.ts +48 -0
  4. package/lib/components/ComponentsLookUp/componentsLookUp.stories.d.ts +7 -0
  5. package/lib/components/ComponentsLookUp/componentsLookup.spec.d.ts +1 -0
  6. package/lib/components/ComponentsLookUp/index.d.ts +1 -0
  7. package/lib/components/ConfigurableConnectedMap/ConfigurableConnectedMap.d.ts +37 -0
  8. package/lib/components/ConfigurableConnectedMap/ConfigurableConnectedMap.spec.d.ts +1 -0
  9. package/lib/components/ConfigurableConnectedMap/ConfigurableConnectedMap.stories.d.ts +6 -0
  10. package/lib/components/ConfigurableConnectedMap/index.d.ts +1 -0
  11. package/lib/components/ConfigurableMapWithSlider/ConfigurableMapWithSliderConnect.d.ts +5 -0
  12. package/lib/components/CustomSwitch/CustomSwitch.d.ts +3 -0
  13. package/lib/components/CustomSwitch/CustomSwitch.spec.d.ts +1 -0
  14. package/lib/components/CustomSwitch/CustomSwitch.stories.d.ts +3 -0
  15. package/lib/components/CustomSwitch/index.d.ts +1 -0
  16. package/lib/components/LayerManager/DescriptionRow/DescriptionRow.d.ts +1 -0
  17. package/lib/components/LayerManager/LayerContainerRow/LayerManagerButton.d.ts +1 -1
  18. package/lib/components/LayerManager/LayerContainerRow/LayerRow/DimensionSelect/DimensionSelect.d.ts +4 -5
  19. package/lib/components/LayerManager/LayerContainerRow/LayerRow/DimensionSelect/DimensionSelectConnect.d.ts +0 -1
  20. package/lib/components/LayerManager/LayerContainerRow/LayerRow/RenderStyles/RenderStyles.d.ts +5 -5
  21. package/lib/components/LayerManager/LayerContainerRow/LayerRow/RenderStyles/RenderStylesConnect.d.ts +0 -1
  22. package/lib/components/LayerManager/LayerManager.d.ts +2 -0
  23. package/lib/components/LayerManager/LayerManager.stories.d.ts +7 -9
  24. package/lib/components/LayerManager/LayerManagerConnect.d.ts +1 -0
  25. package/lib/components/LayerManager/LayerManagerConnect.stories.d.ts +5 -0
  26. package/lib/components/LayerManager/LayerManagerStories.stories.d.ts +6 -0
  27. package/lib/components/LayerManager/LayerManagerUtils.d.ts +2 -2
  28. package/lib/components/LayerManager/LayerSelect/KeywordFilterButton/KeywordFilterButtonConnect.d.ts +8 -0
  29. package/lib/components/LayerManager/LayerSelect/KeywordFilterButton/KeywordFilterButtonConnect.spec.d.ts +1 -0
  30. package/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResults.d.ts +16 -0
  31. package/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResults.spec.d.ts +1 -0
  32. package/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResults.stories.d.ts +13 -0
  33. package/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResultsConnect.d.ts +7 -0
  34. package/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResultsListItem.d.ts +10 -0
  35. package/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResultsListItem.spec.d.ts +1 -0
  36. package/lib/components/LayerManager/LayerSelect/LayerList/LayerList.d.ts +10 -0
  37. package/lib/components/LayerManager/LayerSelect/LayerList/LayerList.spec.d.ts +1 -0
  38. package/lib/components/LayerManager/LayerSelect/LayerList/LayerListConnect.d.ts +6 -0
  39. package/lib/components/LayerManager/LayerSelect/LayerList/LayerListConnect.spec.d.ts +1 -0
  40. package/lib/components/LayerManager/LayerSelect/LayerSelect.stories.d.ts +7 -7
  41. package/lib/components/LayerManager/LayerSelect/LayerSelectConnect.d.ts +2 -0
  42. package/lib/components/LayerManager/LayerSelect/LayerSelectConnect.stories.d.ts +3 -0
  43. package/lib/components/LayerManager/LayerSelect/LayerSelectStories.stories.d.ts +6 -0
  44. package/lib/components/LayerManager/LayerSelect/SearchField/SearchField.d.ts +7 -0
  45. package/lib/components/LayerManager/LayerSelect/SearchField/SearchField.spec.d.ts +1 -0
  46. package/lib/components/LayerManager/LayerSelect/SearchField/SearchFieldButtonContainer.d.ts +8 -0
  47. package/lib/components/LayerManager/LayerSelect/SearchField/SearchFieldButtonContainer.spec.d.ts +1 -0
  48. package/lib/components/LayerManager/LayerSelect/SearchField/SearchFieldConnect.d.ts +3 -0
  49. package/lib/components/LayerManager/LayerSelect/SearchField/SearchFieldConnect.spec.d.ts +1 -0
  50. package/lib/components/LayerManager/LayerSelect/ServiceList/ServiceChip.d.ts +10 -0
  51. package/lib/components/LayerManager/LayerSelect/ServiceList/ServiceChip.spec.d.ts +1 -0
  52. package/lib/components/LayerManager/LayerSelect/ServiceList/ServiceChipConnect.d.ts +9 -0
  53. package/lib/components/LayerManager/LayerSelect/ServiceList/ServiceChipConnect.spec.d.ts +1 -0
  54. package/lib/components/LayerManager/LayerSelect/ServiceList/ServiceList.d.ts +10 -0
  55. package/lib/components/LayerManager/LayerSelect/ServiceList/ServiceList.spec.d.ts +1 -0
  56. package/lib/components/LayerManager/LayerSelect/ServiceList/ServiceListConnect.d.ts +6 -0
  57. package/lib/components/LayerManager/LayerSelect/ServiceList/ServiceListConnect.spec.d.ts +1 -0
  58. package/lib/components/LayerManager/LayerSelect/ServiceOptionsButton/ServiceOptionsButton.d.ts +3 -0
  59. package/lib/components/LayerManager/LayerSelect/ServiceOptionsButton/ServiceOptionsButton.spec.d.ts +1 -0
  60. package/lib/components/LayerManager/LayerSelect/ServiceOptionsButton/ServiceOptionsButton.stories.d.ts +7 -0
  61. package/lib/components/LayerManager/LayerSelect/ServiceOptionsDialog/ServiceOptionsDialog.d.ts +6 -0
  62. package/lib/components/LayerManager/LayerSelect/ServiceOptionsDialog/ServiceOptionsDialog.spec.d.ts +1 -0
  63. package/lib/components/LayerManager/LayerSelect/ServiceOptionsDialog/ServiceOptionsDialog.stories.d.ts +13 -0
  64. package/lib/components/LayerManager/LayerSelect/ServicePopup/ServicePopup.d.ts +3 -1
  65. package/lib/components/LayerManager/tooltipContainerStyles.d.ts +1 -1
  66. package/lib/components/Legend/LegendConnect.d.ts +3 -0
  67. package/lib/components/Legend/LegendDialog.d.ts +2 -0
  68. package/lib/components/Legend/LegendMapButtonConnect.d.ts +2 -0
  69. package/lib/components/MapView/MapView.Error.stories.d.ts +4 -0
  70. package/lib/components/MapView/{MapView.MapCursor.stories.d.ts → MapView.MapPin.stories.d.ts} +1 -1
  71. package/lib/components/MapView/MapView.ShowLayerInfo.stories.d.ts +5 -0
  72. package/lib/components/MapView/MapView.stories.d.ts +2 -1
  73. package/lib/components/MapView/MapViewConnect.LayerChangeEnabledOpacity.stories.d.ts +7 -0
  74. package/lib/components/MapView/MapViewConnect.MapPin.stories.d.ts +5 -0
  75. package/lib/components/MapView/MapViewConnect.d.ts +7 -3
  76. package/lib/components/MapView/MapViewConnect.stories.d.ts +1 -0
  77. package/lib/components/Mapcontrols/MapControlButton.d.ts +1 -1
  78. package/lib/components/MultiMapDimensionSelect/DimensionSelectButtonConnect.d.ts +2 -0
  79. package/lib/components/MultiMapDimensionSelect/DimensionSelectDialogConnect.d.ts +2 -0
  80. package/lib/components/MultiMapDimensionSelect/DimensionSelectDialogConnect.stories.d.ts +25 -0
  81. package/lib/components/MultiMapDimensionSelect/MultiDimensionSelect.stories.d.ts +1 -0
  82. package/lib/components/MultiMapDimensionSelect/MultiDimensionSelectConfig.d.ts +1 -1
  83. package/lib/components/MultiMapDimensionSelect/MultiDimensionSelectMapButtonsConnect.d.ts +2 -0
  84. package/lib/components/MultiMapView/MultiMapView.stories.d.ts +2 -0
  85. package/lib/components/MultiMapView/MultiMapView10x10.stories.d.ts +2 -0
  86. package/lib/components/MultiMapView/MultiMapViewConnect.d.ts +1 -1
  87. package/lib/components/Providers/Providers.d.ts +1 -1
  88. package/lib/components/ReactMapView/ReactMapView.d.ts +8 -9
  89. package/lib/components/ReactMapView/ReactMapViewParseLayer.d.ts +2 -2
  90. package/lib/components/ReactMapView/types.d.ts +6 -17
  91. package/lib/components/TimeSlider/TimeSliderButtons/PlayButton/PlayButtonConnect.d.ts +3 -3
  92. package/lib/components/TimeSlider/TimeSliderButtons/SpeedButton/SpeedButton.d.ts +0 -2
  93. package/lib/components/TimeSlider/TimeSliderLegend/TimeSliderLegendRenderFunctions.d.ts +1 -1
  94. package/lib/components/TimeSlider/TimeSliderRail/TimeSliderRail.d.ts +4 -4
  95. package/lib/components/TimeSlider/TimeSliderRail/TimeSliderRailRenderFunctions.d.ts +1 -1
  96. package/lib/components/TimeSlider/TimeSliderUtils.d.ts +10 -1
  97. package/lib/components/ToggleIconButton/ToggleIconButton.d.ts +6 -3
  98. package/lib/components/TooltipSelect/TooltipSelect.d.ts +2 -2
  99. package/lib/index.d.ts +2 -1
  100. package/lib/store/coreModuleConfig.d.ts +1 -1
  101. package/lib/store/layerSelect/actions.d.ts +30 -0
  102. package/lib/store/layerSelect/config.d.ts +4 -0
  103. package/lib/store/layerSelect/constants.d.ts +5 -0
  104. package/lib/store/layerSelect/reducer.d.ts +3 -0
  105. package/lib/store/layerSelect/reducer.spec.d.ts +1 -0
  106. package/lib/store/layerSelect/sagas.d.ts +6 -0
  107. package/lib/store/layerSelect/sagas.spec.d.ts +1 -0
  108. package/lib/store/layerSelect/selectors.d.ts +34 -0
  109. package/lib/store/layerSelect/selectors.spec.d.ts +1 -0
  110. package/lib/store/layerSelect/types.d.ts +61 -0
  111. package/lib/store/mapStore/layers/actions.d.ts +2 -1
  112. package/lib/store/mapStore/layers/constants.d.ts +1 -0
  113. package/lib/store/mapStore/layers/selectors.d.ts +14 -5
  114. package/lib/store/mapStore/layers/types.d.ts +44 -20
  115. package/lib/store/mapStore/map/actions.d.ts +12 -5
  116. package/lib/store/mapStore/map/constants.d.ts +1 -0
  117. package/lib/store/mapStore/map/reducer.d.ts +7 -0
  118. package/lib/store/mapStore/map/sagas.d.ts +2 -2
  119. package/lib/store/mapStore/map/selectors.d.ts +20 -12
  120. package/lib/store/mapStore/map/types.d.ts +19 -7
  121. package/lib/store/mapStore/service/actions.d.ts +1 -8
  122. package/lib/store/mapStore/service/constants.d.ts +0 -1
  123. package/lib/store/mapStore/service/selectors.d.ts +35 -5
  124. package/lib/store/mapStore/service/types.d.ts +12 -16
  125. package/lib/store/mapStore/utils/helpers.d.ts +4 -3
  126. package/lib/store/ui/actions.d.ts +2 -2
  127. package/lib/store/ui/types.d.ts +2 -1
  128. package/lib/storybookUtils/HelperComponents.d.ts +1 -1
  129. package/lib/storybookUtils/storyComponents/MapDrawGeoJSON.d.ts +5 -5
  130. package/lib/storybookUtils/storyComponents/MapDrawGeoJSONStyles.d.ts +2 -1
  131. package/lib/types/types.d.ts +2 -1
  132. package/lib/utils/__mocks__/WMS111GetCapabilitiesGeoServicesRADAR.d.ts +2 -0
  133. package/lib/utils/defaultTestSettings.d.ts +69 -190
  134. package/lib/utils/getCapabilities.d.ts +6 -0
  135. package/lib/utils/testUtils.d.ts +2 -2
  136. package/package.json +14 -15
  137. package/lib/components/SyncGroups/ConfigurableConnectedMap.d.ts +0 -19

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.