jmapcloud-ng-types 1.0.35 → 1.0.36

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 +6 -0
  2. package/package.json +2 -2
package/index.ts CHANGED
@@ -15,6 +15,12 @@ export interface JAppState {
15
15
  user: JAppUserState
16
16
  feature: JAppFeatureState
17
17
  geometry: JAppGeometryState
18
+ table: JAppTableState
19
+ }
20
+
21
+ export interface JAppTableState {
22
+ displayTable: boolean
23
+ activeTableDataSourceId: JId | undefined
18
24
  }
19
25
 
20
26
  export interface JAppGeometryState {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jmapcloud-ng-types",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
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.35",
26
+ "jmapcloud-ng-core-types": "1.0.36",
27
27
  "maplibre-gl": "^4.3.1",
28
28
  "react": "^18.3.1",
29
29
  "typedoc": "^0.25.13"