@conterra/ct-mapapps-typings 4.20.0-next.20250926035814 → 4.20.0-next.20251010040844

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,7 +1,7 @@
1
1
  {
2
- "name": "@conterra/ct-mapapps-typings",
3
- "version": "4.20.0-next.20250926035814",
4
- "description": "TypeDefinitions for ct-mapapps",
5
- "author": "conterra",
6
- "license": "Apache-2.0"
7
- }
2
+ "name": "@conterra/ct-mapapps-typings",
3
+ "version": "4.20.0-next.20251010040844",
4
+ "description": "TypeDefinitions for ct-mapapps",
5
+ "author": "conterra",
6
+ "license": "Apache-2.0"
7
+ }
@@ -84,9 +84,11 @@ interface ResultViewerService extends EventSource<ResultViewerServiceEvents> {
84
84
  */
85
85
  readonly dataTableFactory: DataTableFactory;
86
86
  /**
87
- * Indicates whether the results should be visualized on the map.
87
+ * Controls whether results are visualized and interactive on the map.
88
+ * When enabled, result features are highlighted on the map and selecting
89
+ * a data table will automatically zoom to its features.
88
90
  */
89
- visualizeResults: boolean;
91
+ enableMapInteraction: boolean;
90
92
  }
91
93
  /**
92
94
  * Factory for data tables.