@vertigis/viewer-spec 58.1.0 → 58.2.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.
@@ -1,4 +1,5 @@
1
1
  import type { Action } from "@vertigis/arcgis-extensions/support/Action";
2
+ import type { ItemRef } from "app-config/common/ItemRef.js";
2
3
  import type { ResultsModelProperties as CommonResultsModelProperties } from "../common/ResultsModelProperties.js";
3
4
  import type { ComponentModelProperties } from "./ComponentModelProperties.js";
4
5
  import type { FeatureListProperties } from "./FeatureListProperties.js";
@@ -6,6 +7,11 @@ import type { FeatureListProperties } from "./FeatureListProperties.js";
6
7
  * @inheritdoc
7
8
  */
8
9
  export interface ResultsModelProperties extends CommonResultsModelProperties, ComponentModelProperties {
10
+ /**
11
+ * A menu used to run commands on specific features or groups of features.
12
+ * (MenuModel).
13
+ */
14
+ featureActions?: ItemRef;
9
15
  /**
10
16
  * A command or set of commands to execute when a feature or group of
11
17
  * features is deselected. Web only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "58.1.0",
3
+ "version": "58.2.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
package/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export declare const version = "58.1.0";
4
+ export declare const version = "58.2.0";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export const version = "58.1.0";
4
+ export const version = "58.2.0";