@opengeoweb/webmap-react 12.5.0 → 12.7.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 (73) hide show
  1. package/index.esm.js +6905 -4261
  2. package/package.json +4 -6
  3. package/src/index.d.ts +2 -4
  4. package/src/lib/components/MapDimensionSelect/MapDimensionSelect.stories.d.ts +1 -1
  5. package/src/lib/components/MapDraw/index.d.ts +0 -2
  6. package/src/lib/components/MapDraw/mapDrawUtils.d.ts +0 -17
  7. package/src/lib/components/MapDraw/storyComponents/StoryLayout.d.ts +3 -3
  8. package/src/lib/components/MapDrawTool/types.d.ts +1 -1
  9. package/src/lib/components/OpenLayers/OpenLayers.FeatureLayerOpacity.stories.d.ts +10 -0
  10. package/src/lib/components/OpenLayers/controls/OpenLayersGetFeatureInfo.d.ts +1 -0
  11. package/src/lib/components/OpenLayers/draw/OpenLayersMapDraw.d.ts +1 -1
  12. package/src/lib/components/OpenLayers/draw/index.d.ts +1 -0
  13. package/src/lib/components/{MapDraw/MapDrawContainer.d.ts → OpenLayers/draw/types.d.ts} +20 -9
  14. package/src/lib/components/OpenLayers/layers/FeatureLayer.d.ts +1 -0
  15. package/src/lib/components/OpenLayers/layers/OpenLayersFeatureLayer.d.ts +1 -0
  16. package/src/lib/components/OpenLayers/layers/OpenLayersLayer.d.ts +1 -1
  17. package/src/lib/components/OpenLayers/layers/TimeAwareEDRLocationLayer.d.ts +11 -0
  18. package/src/lib/components/OpenLayers/layers/index.d.ts +1 -0
  19. package/src/lib/components/OpenLayers/storyComponents/OlStoryLayout.d.ts +1 -1
  20. package/src/lib/components/OpenLayers/utils/TimeAwareImageWrapper.d.ts +1 -0
  21. package/src/lib/components/OpenLayers/utils/coverageCollectionToFeatureCollection.d.ts +2 -0
  22. package/src/lib/components/ReactMapView/index.d.ts +0 -2
  23. package/src/lib/components/ReactMapView/types.d.ts +1 -41
  24. package/src/lib/components/ReactMapView/utils.d.ts +2 -10
  25. package/src/lib/components/TanStackDemo/EDRLayerApi.stories.d.ts +17 -0
  26. package/src/lib/components/TanStackDemo/TanStackDemo.GetCapabilitiesLiveUpdate.stories.d.ts +1 -1
  27. package/src/lib/components/TanStackDemo/storyUtils.d.ts +6 -0
  28. package/src/lib/components/index.d.ts +1 -2
  29. package/src/lib/edr-layer-api/colormaps/colormaps.d.ts +5 -0
  30. package/src/lib/edr-layer-api/colormaps/edrOlLegendUtils.d.ts +20 -0
  31. package/src/lib/edr-layer-api/colormaps/index.d.ts +2 -0
  32. package/src/lib/edr-layer-api/fakeApi.d.ts +1 -0
  33. package/src/lib/edr-layer-api/hooks.d.ts +6 -0
  34. package/src/lib/edr-layer-api/index.d.ts +3 -0
  35. package/src/lib/hooks/useHooksGetCapabilities.d.ts +2 -2
  36. package/src/lib/index.d.ts +1 -0
  37. package/src/lib/components/Axis/ProfileAxis.d.ts +0 -8
  38. package/src/lib/components/Axis/ProfileAxis.spec.d.ts +0 -1
  39. package/src/lib/components/Axis/ProfileAxis.stories.d.ts +0 -7
  40. package/src/lib/components/Axis/profileUtils.d.ts +0 -17
  41. package/src/lib/components/MapDraw/MapDraw.d.ts +0 -159
  42. package/src/lib/components/MapDraw/MapDraw.stories.d.ts +0 -13
  43. package/src/lib/components/MapDraw/storyComponents/FeatureInfo.d.ts +0 -3
  44. package/src/lib/components/MapDraw/storyComponents/FeatureInfoHTML.d.ts +0 -3
  45. package/src/lib/components/MapDraw/storyComponents/MapDrawGeoJSON.d.ts +0 -3
  46. package/src/lib/components/MapDraw/storyComponents/Synops.d.ts +0 -3
  47. package/src/lib/components/MapDrawTool/MapDrawToolIntersection.stories.d.ts +0 -7
  48. package/src/lib/components/MapView/MapView.d.ts +0 -9
  49. package/src/lib/components/MapView/MapView.spec.d.ts +0 -1
  50. package/src/lib/components/MapView/MapViewLayer.d.ts +0 -16
  51. package/src/lib/components/MapView/index.d.ts +0 -2
  52. package/src/lib/components/ReactMapView/ReactMapView.d.ts +0 -66
  53. package/src/lib/components/ReactMapView/ReactMapView.spec.d.ts +0 -2
  54. package/src/lib/components/ReactMapView/ReactMapViewLayer.d.ts +0 -8
  55. package/src/lib/components/WMSViewerDemo/WebmapReact.stories.d.ts +0 -6
  56. package/src/lib/components/WebMapMapView/MapView.VFXData.stories.d.ts +0 -6
  57. package/src/lib/components/WebMapMapView/WebMapMapView.Error.stories.d.ts +0 -8
  58. package/src/lib/components/WebMapMapView/WebMapMapView.MapPin.stories.d.ts +0 -6
  59. package/src/lib/components/WebMapMapView/WebMapMapView.Passive.stories.d.ts +0 -6
  60. package/src/lib/components/WebMapMapView/WebMapMapView.ProfileSounding.stories.d.ts +0 -6
  61. package/src/lib/components/WebMapMapView/WebMapMapView.RadarAnimation.stories.d.ts +0 -6
  62. package/src/lib/components/WebMapMapView/WebMapMapView.RadarData.stories.d.ts +0 -6
  63. package/src/lib/components/WebMapMapView/WebMapMapView.SetProjectionBBox.stories.d.ts +0 -6
  64. package/src/lib/components/WebMapMapView/WebMapMapView.SetProjectionBBoxLocalState.stories.d.ts +0 -6
  65. package/src/lib/components/WebMapMapView/WebMapMapView.ShiftToZoom.stories.d.ts +0 -6
  66. package/src/lib/components/WebMapMapView/WebMapMapView.ShowLayerInfo.stories.d.ts +0 -6
  67. package/src/lib/components/WebMapMapView/WebMapMapView.TiledBaseLayers.stories.d.ts +0 -17
  68. /package/src/lib/components/{Axis/profileUtils.spec.d.ts → OpenLayers/draw/OpenLayersMapDraw.spec.d.ts} +0 -0
  69. /package/src/lib/components/{MapDraw/MapDraw.spec.d.ts → OpenLayers/layers/OpenLayersFeatureLayer.spec.d.ts} +0 -0
  70. /package/src/lib/components/{MapDraw/MapDrawContainer.spec.d.ts → OpenLayers/layers/OpenLayersLayer.spec.d.ts} +0 -0
  71. /package/src/lib/components/{MapDraw/mapDrawUtils.spec.d.ts → OpenLayers/layers/TimeAwareEDRLocationLayer.spec.d.ts} +0 -0
  72. /package/src/lib/components/{MapDrawTool/useMapDrawTool.spec.d.ts → OpenLayers/utils/coverageCollectionToFeatureCollection.spec.d.ts} +0 -0
  73. /package/src/lib/{components/MapDrawTool/utils.spec.d.ts → edr-layer-api/colormaps/edrOlLegendUtils.spec.d.ts} +0 -0

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.