jmapcloud-ng-types 1.0.21 → 1.0.23

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 (2) hide show
  1. package/index.ts +1 -0
  2. package/package.json +2 -2
package/index.ts CHANGED
@@ -27,6 +27,7 @@ export interface JAppGeometryState {
27
27
  draw: JAppDrawState
28
28
  lastSnap: JAppSnap
29
29
  snap: JAppSnap
30
+ isAttributesEditing: boolean
30
31
  }
31
32
 
32
33
  export interface JAppFeatureState {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jmapcloud-ng-types",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "description": "JMap Cloud specific version of JMap Cloud NG types and interfaces",
5
5
  "main": "src/app.ts",
6
6
  "scripts": {
@@ -23,7 +23,7 @@
23
23
  "homepage": "https://github.com/k2geospatial/jmapcloud-ng-types#readme",
24
24
  "devDependencies": {
25
25
  "@types/react": "^18.3.2",
26
- "jmapcloud-ng-core-types": "1.0.20",
26
+ "jmapcloud-ng-core-types": "1.0.21",
27
27
  "maplibre-gl": "^4.3.1",
28
28
  "react": "^18.3.1",
29
29
  "typedoc": "^0.25.13"