@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "51.10.0",
3
+ "version": "51.11.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 = "51.10.0";
4
+ export declare const version = "51.11.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 = "51.10.0";
4
+ export const version = "51.11.0";