@vertigis/viewer-spec 51.10.0 → 51.11.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.
|
@@ -280,6 +280,11 @@ export interface GetCoordinateArgs extends HasUITarget {
|
|
|
280
280
|
* An optional starting coordinate.
|
|
281
281
|
*/
|
|
282
282
|
geometry?: Point;
|
|
283
|
+
/**
|
|
284
|
+
* Optionally override the display text on the complete button. Defaults to
|
|
285
|
+
* 'OK'.
|
|
286
|
+
*/
|
|
287
|
+
completeLabel?: string;
|
|
283
288
|
}
|
|
284
289
|
/**
|
|
285
290
|
* The result of a map.get-user-coordinates-input operation.
|
|
@@ -3100,6 +3100,10 @@
|
|
|
3100
3100
|
"attributes": {
|
|
3101
3101
|
"description": "Optional layout XML attributes to be used for the transient UI container."
|
|
3102
3102
|
},
|
|
3103
|
+
"completeLabel": {
|
|
3104
|
+
"description": "Optionally override the display text on the complete button. Defaults to 'OK'.",
|
|
3105
|
+
"type": "string"
|
|
3106
|
+
},
|
|
3103
3107
|
"geometry": {
|
|
3104
3108
|
"$ref": "#/definitions/esri.Point",
|
|
3105
3109
|
"description": "An optional starting coordinate."
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED