@vertigis/viewer-spec 59.7.0 → 59.8.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.
@@ -0,0 +1,11 @@
1
+ import type { Command } from "../Command.js";
2
+ import { CommandRegistry } from "../CommandRegistry.js";
3
+ export declare class FileManagerCommands extends CommandRegistry {
4
+ protected readonly _prefix = "file-manager";
5
+ /**
6
+ * Opens the local data file management page. Mobile only.
7
+ *
8
+ * @mobileOnly
9
+ */
10
+ get displayFileManager(): Command;
11
+ }
@@ -0,0 +1 @@
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";export class FileManagerCommands extends e{_prefix="file-manager";get displayFileManager(){return this._get("display")}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "59.7.0",
3
+ "version": "59.8.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.7.0";
4
+ export declare const version = "59.8.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.7.0";
4
+ export const version = "59.8.0";