@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.
- package/app-config/schema/web-app-config.schema.json +1 -1
- package/app-config/web/PrintFormModelProperties.d.ts +20 -0
- package/messaging/registry/edit.d.ts +45 -8
- package/messaging/registry/printing.d.ts +7 -0
- package/messaging/schema/common-action.schema.json +1 -1
- package/messaging/schema/mobile-action.schema.json +1 -1
- package/messaging/schema/web-action.schema.json +1 -1
- package/messaging/schema/web-drawing-operation-definitions.md +7 -1
- package/messaging/schema/web-edit-command-definitions.md +44 -9
- package/messaging/schema/web-event.schema.json +1 -1
- package/messaging/schema/web-geocode-operation-definitions.md +1 -1
- package/messaging/schema/web-results-command-definitions.md +3 -3
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -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
package/version.d.ts
CHANGED
package/version.js
CHANGED