@vertigis/viewer-spec 59.12.0 → 59.13.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.
@@ -7,5 +7,11 @@ export declare class FileManagerCommands extends CommandRegistry {
7
7
  *
8
8
  * @mobileOnly
9
9
  */
10
- get displayFileManager(): Command;
10
+ get display(): Command;
11
+ /**
12
+ * Closes the local data file management page. Mobile only.
13
+ *
14
+ * @mobileOnly
15
+ */
16
+ get close(): Command;
11
17
  }
@@ -1 +1 @@
1
- import{CommandRegistry as e}from"../CommandRegistry.js";export class FileManagerCommands extends e{_prefix="file-manager";get displayFileManager(){return this._get("display")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";export class FileManagerCommands extends e{_prefix="file-manager";get display(){return this._get("display")}get close(){return this._get("close")}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "59.12.0",
3
+ "version": "59.13.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.12.0";
4
+ export declare const version = "59.13.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.12.0";
4
+ export const version = "59.13.0";