@open-pioneer/editing 0.8.0-dev.20241120115147 → 0.8.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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @open-pioneer/editing
2
2
 
3
- ## 0.8.0-dev.20241120115147
3
+ ## 0.8.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -15,16 +15,19 @@
15
15
  ### Patch Changes
16
16
 
17
17
  - e7978a8: Use reactive map model APIs to access the current map container element.
18
+ - 49f0207: Update trails core packages to version 2.4.0
18
19
  - e7978a8: Stop draw interactions and remove tooltips before saving.
19
20
  - Updated dependencies [b717121]
20
21
  - Updated dependencies [e7978a8]
22
+ - Updated dependencies [7a5f1e1]
21
23
  - Updated dependencies [7ae9f90]
22
24
  - Updated dependencies [d8337a6]
25
+ - Updated dependencies [49f0207]
23
26
  - Updated dependencies [b2127df]
24
27
  - Updated dependencies [2fa8020]
25
28
  - Updated dependencies [7ae9f90]
26
29
  - Updated dependencies [d8337a6]
27
- - @open-pioneer/map@0.8.0-dev.20241120115147
30
+ - @open-pioneer/map@0.8.0
28
31
 
29
32
  ## 0.7.0
30
33
 
package/api.d.ts CHANGED
@@ -17,7 +17,7 @@ import { FlatStyle } from "ol/style/flat";
17
17
  * State while feature is being saved after user finished the geometry drawing.
18
18
  *
19
19
  * "destroyed:
20
- * tate after editing is stopped.
20
+ * state after editing is stopped.
21
21
  *
22
22
  */
23
23
  export type EditingWorkflowState = "active:initialized" | "active:drawing" | "active:saving" | "destroyed";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@open-pioneer/editing",
4
- "version": "0.8.0-dev.20241120115147",
4
+ "version": "0.8.0",
5
5
  "description": "This package provides an editing service that allows to start and handle geometry editing workflows.",
6
6
  "keywords": [
7
7
  "open-pioneer-trails"
@@ -14,12 +14,12 @@
14
14
  "directory": "src/packages/editing"
15
15
  },
16
16
  "dependencies": {
17
- "@open-pioneer/core": "^2.4.0-dev.20241120092632",
18
- "@open-pioneer/http": "^2.4.0-dev.20241120092632",
19
- "@open-pioneer/runtime": "^2.4.0-dev.20241120092632",
17
+ "@open-pioneer/core": "^2.4.0",
18
+ "@open-pioneer/http": "^2.4.0",
19
+ "@open-pioneer/runtime": "^2.4.0",
20
20
  "ol": "^10.2.1",
21
21
  "@conterra/reactivity-core": "^0.4.3",
22
- "@open-pioneer/map": "^0.8.0-dev.20241120115147"
22
+ "@open-pioneer/map": "^0.8.0"
23
23
  },
24
24
  "exports": {
25
25
  "./package.json": "./package.json",