@vertigis/viewer-spec 59.19.0 → 59.20.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.
|
@@ -44,6 +44,10 @@ export interface PrintFormModelProperties extends ComponentModelProperties {
|
|
|
44
44
|
* The supported print scales to choose from.
|
|
45
45
|
*/
|
|
46
46
|
scales?: number[];
|
|
47
|
+
/**
|
|
48
|
+
* Whether map only print should be enabled.
|
|
49
|
+
*/
|
|
50
|
+
mapOnlyPrintEnabled?: boolean;
|
|
47
51
|
/**
|
|
48
52
|
* Whether the grid print type should be enabled.
|
|
49
53
|
*/
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED