@vertigis/viewer-spec 59.30.0 → 59.31.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.
@@ -544,6 +544,7 @@ export declare class UIOperations extends OperationRegistry {
544
544
  /**
545
545
  * Prompts the user to enter a value in a popup box. Web only.
546
546
  *
547
+ * @throws `Cancellation` on user popup cancel.
547
548
  * @webOnly
548
549
  */
549
550
  get prompt(): Operation<PromptOperationArgs, string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "59.30.0",
3
+ "version": "59.31.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 = "59.30.0";
4
+ export declare const version = "59.31.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 = "59.30.0";
4
+ export const version = "59.31.0";