@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
|
|
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
|
|
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
package/version.d.ts
CHANGED
package/version.js
CHANGED