@vertigis/viewer-spec 50.9.0 → 50.10.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.
@@ -105,6 +105,11 @@ export interface DisplayNotificationArgs {
105
105
  * 'auto'. Mobile only.
106
106
  */
107
107
  type?: NotificationType;
108
+ /**
109
+ * Indicates if the notification should auto-close after a time duration.
110
+ * Defaults to true. Mobile only.
111
+ */
112
+ autoClose?: boolean;
108
113
  }
109
114
  /**
110
115
  * The type of notification - 'app', 'system', or 'auto'. Defaults to 'auto'.
@@ -1042,6 +1042,10 @@
1042
1042
  "additionalProperties": false,
1043
1043
  "description": "The arguments for the `ui.display-notification` command.",
1044
1044
  "properties": {
1045
+ "autoClose": {
1046
+ "description": "Indicates if the notification should auto-close after a time duration. Defaults to true. Mobile only.",
1047
+ "type": "boolean"
1048
+ },
1045
1049
  "category": {
1046
1050
  "$ref": "#/definitions/NotificationCategory",
1047
1051
  "description": "The category of notification, i.e. \"error\" (default is \"info\")."
@@ -1278,6 +1278,10 @@
1278
1278
  "additionalProperties": false,
1279
1279
  "description": "The arguments for the `ui.display-notification` command.",
1280
1280
  "properties": {
1281
+ "autoClose": {
1282
+ "description": "Indicates if the notification should auto-close after a time duration. Defaults to true. Mobile only.",
1283
+ "type": "boolean"
1284
+ },
1281
1285
  "category": {
1282
1286
  "$ref": "#/definitions/NotificationCategory",
1283
1287
  "description": "The category of notification, i.e. \"error\" (default is \"info\")."
@@ -1637,6 +1637,10 @@
1637
1637
  "additionalProperties": false,
1638
1638
  "description": "The arguments for the `ui.display-notification` command.",
1639
1639
  "properties": {
1640
+ "autoClose": {
1641
+ "description": "Indicates if the notification should auto-close after a time duration. Defaults to true. Mobile only.",
1642
+ "type": "boolean"
1643
+ },
1640
1644
  "category": {
1641
1645
  "$ref": "#/definitions/NotificationCategory",
1642
1646
  "description": "The category of notification, i.e. \"error\" (default is \"info\")."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "50.9.0",
3
+ "version": "50.10.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 = "50.9.0";
4
+ export declare const version = "50.10.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 = "50.9.0";
4
+ export const version = "50.10.0";