@vertigis/viewer-spec 56.26.0 → 56.27.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.
@@ -6,11 +6,6 @@ import type { FeatureListProperties } from "./FeatureListProperties.js";
6
6
  * @inheritdoc
7
7
  */
8
8
  export interface ResultsModelProperties extends CommonResultsModelProperties, ComponentModelProperties {
9
- /**
10
- * A command or set of commands to execute when all features have been
11
- * removed. This action is only supported in VertiGIS Studio Mobile.
12
- */
13
- onAllFeaturesRemoved?: Action;
14
9
  /**
15
10
  * A command or set of commands to execute when a feature or group of
16
11
  * features is deselected. Web only.
@@ -20,22 +15,6 @@ export interface ResultsModelProperties extends CommonResultsModelProperties, Co
20
15
  * A command or set of commands to execute when a feature gets added.
21
16
  */
22
17
  onFeatureAdd?: Action;
23
- /**
24
- * A command or set of commands to execute when a single feature is clicked.
25
- */
26
- onFeatureClick?: Action;
27
- /**
28
- * A command or set of commands to execute when a feature becomes invisible.
29
- */
30
- onFeatureHide?: Action;
31
- /**
32
- * A command or set of commands to execute when a feature gets removed.
33
- */
34
- onFeatureRemove?: Action;
35
- /**
36
- * A command or set of commands to execute when a feature becomes visible.
37
- */
38
- onFeatureShow?: Action;
39
18
  /**
40
19
  * A command or set of commands to execute when a feature or group is
41
20
  * moused-over. Web only.
@@ -357,7 +357,7 @@ export declare class GeolocationOperations extends OperationRegistry {
357
357
  * Returns whether integrated location services have been permitted via app
358
358
  * or browser permissions.
359
359
  */
360
- get getLocationPermissionsEnabled(): Operation<boolean>;
360
+ get getLocationPermissionsEnabled(): Operation<void, boolean>;
361
361
  /**
362
362
  * Returns the current user position. This Operation can block while the
363
363
  * user is prompted for permission, as such it is considered best practice