@vertigis/viewer-spec 61.13.0 → 61.14.1

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.
@@ -104,7 +104,7 @@ ReverseGeocodeArgs properties:
104
104
  }
105
105
  ```
106
106
 
107
- Outputs: `unknown`
107
+ Outputs: `@vertigis.arcgis-extensions.data.Feature.Feature`
108
108
 
109
109
  ---
110
110
  # operation: geocode.suggest
@@ -82,7 +82,7 @@ TargetsResultsSetArgs properties:
82
82
  # command: results.display
83
83
  Description: Presents features to the user within any components that can display features, such as a feature list, feature table, or feature details component. The argument is the features to display, or an object specifying both features and the target results component to update (Web only). If features are specified, they will overwrite any incoming features from previous operations up the action chain.
84
84
 
85
- Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties )[] | Results | UpdateResultsFeaturesArgs )`
85
+ Inputs: `( @vertigis.api-docs.Features Feature|FeatureSet|FeatureList|FeatureStream|Feature[] | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties )[] | Results | UpdateResultsFeaturesArgs )`
86
86
 
87
87
  Results properties:
88
88
  ```json
@@ -116,7 +116,7 @@ UpdateResultsFeaturesArgs properties:
116
116
  # command: results.display-details
117
117
  Description: Presents feature details to the user within the feature-details component. The argument is the feature(s) to display, or an object specifying both features and the target results component to update (this object, UpdateResultsFeaturesArgs, is Web only).
118
118
 
119
- Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties )[] | Results | UpdateResultsFeaturesArgs )`
119
+ Inputs: `( @vertigis.api-docs.Features Feature|FeatureSet|FeatureList|FeatureStream|Feature[] | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties )[] | Results | UpdateResultsFeaturesArgs )`
120
120
 
121
121
  Results properties:
122
122
  ```json
@@ -150,7 +150,7 @@ UpdateResultsFeaturesArgs properties:
150
150
  # command: results.display-new-details
151
151
  Description: Presents new feature details to the user within the feature-details component. If the feature-details component is contained within a panel, a 'back' button will be provided to navigate to the previous content; otherwise, the content of the feature-details component will be replaced.
152
152
 
153
- Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties )[] | Results | UpdateResultsFeaturesArgs )`
153
+ Inputs: `( @vertigis.api-docs.Features Feature|FeatureSet|FeatureList|FeatureStream|Feature[] | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties )[] | Results | UpdateResultsFeaturesArgs )`
154
154
 
155
155
  Results properties:
156
156
  ```json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "61.13.0",
3
+ "version": "61.14.1",
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 = "61.13.0";
4
+ export declare const version = "61.14.1";
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 = "61.13.0";
4
+ export const version = "61.14.1";