@vertigis/viewer-spec 61.3.0 → 61.5.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.
@@ -107,7 +107,7 @@ export interface WebOpenUrlArgs extends Omit<OpenUrlArgs, "context">, HasMaps, H
107
107
  */
108
108
  export interface OpenUrlArgs {
109
109
  /**
110
- * The URL to open.
110
+ * The URL to open. In Web, the supported schemes include http, and https.
111
111
  */
112
112
  url: string;
113
113
  /**
@@ -4579,7 +4579,7 @@
4579
4579
  "type": "string"
4580
4580
  },
4581
4581
  "url": {
4582
- "description": "The URL to open.",
4582
+ "description": "The URL to open. In Web, the supported schemes include http, and https.",
4583
4583
  "type": "string"
4584
4584
  }
4585
4585
  },
@@ -5933,7 +5933,7 @@
5933
5933
  "type": "string"
5934
5934
  },
5935
5935
  "url": {
5936
- "description": "The URL to open.",
5936
+ "description": "The URL to open. In Web, the supported schemes include http, and https.",
5937
5937
  "type": "string"
5938
5938
  }
5939
5939
  },
@@ -5460,7 +5460,7 @@
5460
5460
  "type": "string"
5461
5461
  },
5462
5462
  "url": {
5463
- "description": "The URL to open.",
5463
+ "description": "The URL to open. In Web, the supported schemes include http, and https.",
5464
5464
  "type": "string"
5465
5465
  }
5466
5466
  },
@@ -7246,7 +7246,7 @@
7246
7246
  "type": "string"
7247
7247
  },
7248
7248
  "url": {
7249
- "description": "The URL to open.",
7249
+ "description": "The URL to open. In Web, the supported schemes include http, and https.",
7250
7250
  "type": "string"
7251
7251
  }
7252
7252
  },
@@ -7921,7 +7921,7 @@
7921
7921
  "type": "string"
7922
7922
  },
7923
7923
  "url": {
7924
- "description": "The URL to open.",
7924
+ "description": "The URL to open. In Web, the supported schemes include http, and https.",
7925
7925
  "type": "string"
7926
7926
  }
7927
7927
  },
@@ -11962,7 +11962,7 @@
11962
11962
  "type": "string"
11963
11963
  },
11964
11964
  "url": {
11965
- "description": "The URL to open.",
11965
+ "description": "The URL to open. In Web, the supported schemes include http, and https.",
11966
11966
  "type": "string"
11967
11967
  }
11968
11968
  },
@@ -83,7 +83,7 @@ WebOpenUrlArgs properties:
83
83
  "type": "string"
84
84
  },
85
85
  "url": {
86
- "description": "The URL to open.",
86
+ "description": "The URL to open. In Web, the supported schemes include http, and https.",
87
87
  "type": "string",
88
88
  "isRequired": "true"
89
89
  }
@@ -115,7 +115,7 @@ OpenUrlArgs properties:
115
115
  "type": "string"
116
116
  },
117
117
  "url": {
118
- "description": "The URL to open.",
118
+ "description": "The URL to open. In Web, the supported schemes include http, and https.",
119
119
  "type": "string",
120
120
  "isRequired": "true"
121
121
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "61.3.0",
3
+ "version": "61.5.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 = "61.3.0";
4
+ export declare const version = "61.5.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 = "61.3.0";
4
+ export const version = "61.5.0";