@opengeoweb/core 14.2.1 → 14.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeoweb/core",
3
- "version": "14.2.1",
3
+ "version": "14.3.0",
4
4
  "description": "GeoWeb Core library for the opengeoweb project",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -8,22 +8,22 @@
8
8
  "url": "git@gitlab.com:opengeoweb/opengeoweb.git"
9
9
  },
10
10
  "dependencies": {
11
- "@opengeoweb/shared": "14.2.1",
11
+ "@opengeoweb/shared": "14.3.0",
12
12
  "react-redux": "^9.2.0",
13
- "@opengeoweb/store": "14.2.1",
14
- "@opengeoweb/time-slider": "14.2.1",
13
+ "@opengeoweb/store": "14.3.0",
14
+ "@opengeoweb/time-slider": "14.3.0",
15
15
  "@reduxjs/toolkit": "^2.6.1",
16
- "@opengeoweb/webmap-react": "14.2.1",
17
- "@opengeoweb/webmap": "14.2.1",
18
- "@opengeoweb/theme": "14.2.1",
16
+ "@opengeoweb/webmap-react": "14.3.0",
17
+ "@opengeoweb/webmap": "14.3.0",
18
+ "@opengeoweb/theme": "14.3.0",
19
19
  "axios": "^1.7.7",
20
- "@opengeoweb/layer-select": "14.2.1",
20
+ "@opengeoweb/layer-select": "14.3.0",
21
21
  "lodash": "^4.17.21",
22
22
  "ol": "^10.4.0",
23
23
  "react-sortablejs": "^6.1.4",
24
24
  "sortablejs": "^1.15.1",
25
25
  "@mui/system": "^7.3.2",
26
- "@opengeoweb/snackbar": "14.2.1",
26
+ "@opengeoweb/snackbar": "14.3.0",
27
27
  "react-router-dom": "^6.21.0",
28
28
  "react-draggable": "^4.4.6",
29
29
  "i18next": "^25.0.1",
@@ -32,7 +32,7 @@
32
32
  "@mui/material": "^7.0.1",
33
33
  "@sentry/react": "^8.34.0",
34
34
  "@tanstack/react-query": "^5.85.5",
35
- "@opengeoweb/api": "14.2.1",
35
+ "@opengeoweb/api": "14.3.0",
36
36
  "@types/geojson": "^7946.0.14"
37
37
  },
38
38
  "peerDependencies": {
@@ -4,7 +4,4 @@ declare const _default: {
4
4
  tags: string[];
5
5
  };
6
6
  export default _default;
7
- export declare const BasicMapDrawTool: () => React.ReactElement;
8
- export declare const BasicMapDrawToolShape: () => React.ReactElement;
9
- export declare const BasicMapDrawToolMultipleShape: () => React.ReactElement;
10
7
  export declare const BasicMapDrawToolWithMultipleShapesValues: () => React.ReactElement;
@@ -7,6 +7,7 @@ export declare const coreReducerMap: {
7
7
  layers: import("redux").Reducer<import("dist/libs/store/src/store/map/types").LayerState, import("redux").UnknownAction, import("dist/libs/store/src/store/map/types").LayerState>;
8
8
  syncGroups: import("redux").Reducer<import("dist/libs/store/src/store/generic/syncGroups/types").SynchronizationGroupState, import("redux").UnknownAction, import("dist/libs/store/src/store/generic/syncGroups/types").SynchronizationGroupState>;
9
9
  ui: import("redux").Reducer<import("dist/libs/store/src/store/ui/types").UIStoreType, import("redux").UnknownAction, import("dist/libs/store/src/store/ui/types").UIStoreType>;
10
+ drawingtools: import("redux").Reducer<import("dist/libs/store/src/store/drawingTool/reducer").DrawingToolState, import("redux").UnknownAction, import("dist/libs/store/src/store/drawingTool/reducer").DrawingToolState>;
10
11
  snackbar: import("redux").Reducer<import("dist/libs/snackbar/src/lib/store/types").SnackbarState, import("redux").UnknownAction, import("dist/libs/snackbar/src/lib/store/types").SnackbarState>;
11
12
  loadingIndicator: import("redux").Reducer<import("@reduxjs/toolkit").EntityState<import("dist/libs/store/src/store/generic/loadingIndicator/types").LoadingIndicatorType, string>, import("redux").UnknownAction, import("@reduxjs/toolkit").EntityState<import("dist/libs/store/src/store/generic/loadingIndicator/types").LoadingIndicatorType, string>>;
12
13
  };