@vertigis/viewer-spec 59.11.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.
|
@@ -39,6 +39,10 @@ export interface PrintFormModelProperties extends ComponentModelProperties {
|
|
|
39
39
|
* The supported print resolutions to choose from.
|
|
40
40
|
*/
|
|
41
41
|
resolutions?: number[];
|
|
42
|
+
/**
|
|
43
|
+
* The supported print scales to choose from.
|
|
44
|
+
*/
|
|
45
|
+
scales?: number[];
|
|
42
46
|
/**
|
|
43
47
|
* Whether the grid print type should be enabled.
|
|
44
48
|
*/
|
|
@@ -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