@opengeoweb/core 2.6.0 → 2.9.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 (92) hide show
  1. package/index.esm.js +6741 -7105
  2. package/index.umd.js +21864 -22115
  3. package/lib/components/ComponentsLookUp/componentsLookUp.d.ts +7 -21
  4. package/lib/components/{ConfigurableConnectedMap/ConfigurableConnectedMap.d.ts → ConfigurableMap/ConfigurableMapConnect.d.ts} +11 -17
  5. package/lib/components/{ConfigurableConnectedMap/ConfigurableConnectedMap.spec.d.ts → ConfigurableMap/ConfigurableMapConnect.spec.d.ts} +0 -0
  6. package/lib/components/ConfigurableMap/ConfigurableMapConnect.stories.d.ts +7 -0
  7. package/lib/components/ConfigurableMap/index.d.ts +1 -0
  8. package/lib/components/LayerManager/LayerSelect/LayerList/LayerAddRemoveButton.d.ts +3 -3
  9. package/lib/components/LayerManager/LayerSelect/LayerList/LayerList.d.ts +2 -2
  10. package/lib/components/LayerManager/LayerSelect/LayerList/LayerListRow.d.ts +3 -3
  11. package/lib/components/LayerManager/LayerSelect/LayerList/LayerListUtils.d.ts +1 -2
  12. package/lib/components/LayerManager/LayerSelect/ServiceList/ServiceChip.d.ts +4 -3
  13. package/lib/components/LayerManager/LayerSelect/ServiceList/ServiceChipConnect.d.ts +5 -3
  14. package/lib/components/LayerManager/LayerSelect/ServiceList/ServiceList.d.ts +1 -3
  15. package/lib/components/LayerManager/LayerSelect/ServiceOptionsDialog/ServiceOptionsDialog.d.ts +3 -2
  16. package/lib/components/Legend/LegendConnect.d.ts +2 -0
  17. package/lib/components/Legend/LegendMapButtonConnect.d.ts +1 -0
  18. package/lib/components/MultiMapView/HarmoniePresets/HarmonieTempAndPrecipPreset.d.ts +1 -0
  19. package/lib/components/MultiMapView/HarmoniePresets/index.d.ts +0 -1
  20. package/lib/components/MultiMapView/ModelRunInterval/ModelRunInterval.d.ts +12 -0
  21. package/lib/components/{ConfigurableMapWithSlider/ConfigurableMapWithSliderConnect.spec.d.ts → MultiMapView/ModelRunInterval/ModelRunInterval.spec.d.ts} +0 -0
  22. package/lib/components/MultiMapView/ModelRunInterval/ModelRunInterval.stories.d.ts +4 -0
  23. package/lib/components/MultiMapView/ModelRunInterval/index.d.ts +1 -0
  24. package/lib/components/MultiMapView/MultiMapView.stories.d.ts +2 -3
  25. package/lib/components/MultiMapView/MultiMapViewConnect.d.ts +3 -3
  26. package/lib/components/ReactMapView/AdagucMapDraw.d.ts +1 -1
  27. package/lib/components/ReactMapView/AdagucMapDrawTools.d.ts +1 -1
  28. package/lib/components/SyncGroups/selector.d.ts +0 -1
  29. package/lib/components/TimeSlider/TimeSlider.d.ts +2 -1
  30. package/lib/components/TimeSlider/TimeSliderLegend/TimeSliderLegend.d.ts +2 -1
  31. package/lib/components/TimeSlider/TimeSliderRail/TimeSliderRail.d.ts +2 -1
  32. package/lib/components/TimeSlider/TimeSliderUtils.d.ts +1 -2
  33. package/lib/components/WMSLoader/WMSServerList/WMSServerList.d.ts +1 -1
  34. package/lib/index.d.ts +5 -4
  35. package/lib/store/generic/actions.d.ts +3 -4
  36. package/lib/store/generic/index.d.ts +2 -0
  37. package/lib/store/generic/sagas.d.ts +7 -6
  38. package/lib/store/generic/selectors.d.ts +0 -1
  39. package/lib/store/generic/synchronizationActions/actions.d.ts +6 -5
  40. package/lib/store/generic/synchronizationActions/types.d.ts +10 -23
  41. package/lib/store/generic/synchronizationGroups/constants.d.ts +0 -8
  42. package/lib/store/generic/synchronizationGroups/index.d.ts +1 -2
  43. package/lib/store/generic/synchronizationGroups/reducer.d.ts +25 -3
  44. package/lib/store/generic/synchronizationGroups/sagas.d.ts +3 -3
  45. package/lib/store/generic/synchronizationGroups/selectors.d.ts +0 -2
  46. package/lib/store/generic/synchronizationGroups/types.d.ts +1 -38
  47. package/lib/store/generic/types.d.ts +0 -11
  48. package/lib/store/layerSelect/selectors.d.ts +0 -6
  49. package/lib/store/layerSelect/types.d.ts +7 -4
  50. package/lib/store/mapStore/actions.d.ts +1 -1
  51. package/lib/store/mapStore/constants.d.ts +0 -1
  52. package/lib/store/mapStore/layers/actions.d.ts +8 -1
  53. package/lib/store/mapStore/layers/constants.d.ts +1 -0
  54. package/lib/store/mapStore/layers/reducer.d.ts +2 -2
  55. package/lib/store/mapStore/layers/selectors.d.ts +0 -17
  56. package/lib/store/mapStore/layers/types.d.ts +11 -3
  57. package/lib/store/mapStore/map/reducer.d.ts +12 -4
  58. package/lib/store/mapStore/map/sagas.d.ts +7 -5
  59. package/lib/store/mapStore/map/selectors.d.ts +40 -35
  60. package/lib/store/mapStore/map/types.d.ts +39 -96
  61. package/lib/store/mapStore/map/utils.d.ts +2 -1
  62. package/lib/store/mapStore/service/selectors.d.ts +0 -7
  63. package/lib/store/mapStore/service/types.d.ts +2 -0
  64. package/lib/store/mapStore/utils/helpers.d.ts +0 -1
  65. package/lib/store/ui/actions.d.ts +8 -1
  66. package/lib/store/ui/constants.d.ts +1 -0
  67. package/lib/store/ui/reducer.d.ts +2 -8
  68. package/lib/store/ui/selectors.d.ts +11 -8
  69. package/lib/store/ui/types.d.ts +13 -3
  70. package/lib/types/types.d.ts +1 -2
  71. package/lib/utils/jsonPresetFilter.d.ts +26 -7
  72. package/lib/utils/types.d.ts +0 -38
  73. package/package.json +8 -7
  74. package/lib/components/ConfigurableConnectedMap/ConfigurableConnectedMap.stories.d.ts +0 -6
  75. package/lib/components/ConfigurableConnectedMap/index.d.ts +0 -1
  76. package/lib/components/ConfigurableMapWithSlider/ConfigurableMapWithSliderConnect.d.ts +0 -22
  77. package/lib/components/ConfigurableMapWithSlider/index.d.ts +0 -1
  78. package/lib/components/MultiMapView/HarmoniePresets/HarmRefTimePreset.d.ts +0 -9
  79. package/lib/components/MultiMapView/HarmoniePresets/HarmRefTimePreset.spec.d.ts +0 -1
  80. package/lib/store/advancedLayerStore/actions.d.ts +0 -15
  81. package/lib/store/advancedLayerStore/config.d.ts +0 -4
  82. package/lib/store/advancedLayerStore/constants.d.ts +0 -2
  83. package/lib/store/advancedLayerStore/reducer.d.ts +0 -14
  84. package/lib/store/advancedLayerStore/reducer.spec.d.ts +0 -1
  85. package/lib/store/advancedLayerStore/selectors.d.ts +0 -21
  86. package/lib/store/advancedLayerStore/selectors.spec.d.ts +0 -1
  87. package/lib/store/advancedLayerStore/types.d.ts +0 -30
  88. package/lib/store/generic/constants.d.ts +0 -2
  89. package/lib/store/generic/synchronizationActions/constants.d.ts +0 -3
  90. package/lib/store/generic/synchronizationGroups/actions.d.ts +0 -80
  91. package/lib/store/mapStore/map/actions.d.ts +0 -156
  92. package/lib/store/mapStore/map/constants.d.ts +0 -23

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.