jmapcloud-ng-core-types 1.0.27 → 1.0.28

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": "jmapcloud-ng-core-types",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "JMap Cloud specific version of JMap Cloud NG Core types and interfaces",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -10,6 +10,7 @@ declare interface JMapMouseOver {
10
10
 
11
11
  declare interface JMouseOverContent {
12
12
  html: string
13
+ hasHtmlContent: boolean
13
14
  pendingLineLengthFeatureIdsByLayerId: { [key in JId]: JId[] }
14
15
  pendingPolygonAreaFeatureIdsByLayerId: { [key in JId]: JId[] }
15
16
  pendingCentroidFeatureIdsByLayerId: { [key in JId]: JId[] }