@vertigis/viewer-spec 61.15.0 → 61.16.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.
@@ -80,14 +80,6 @@ export interface PrintFormModelProperties extends ComponentModelProperties {
80
80
  * additional legend pages to be exported.
81
81
  */
82
82
  legendCompactModeEnabled?: boolean;
83
- /**
84
- * Whether the map attribution selection should be enabled.
85
- */
86
- mapAttributionEnabled?: boolean;
87
- /**
88
- * The selected map attribution visibility.
89
- */
90
- mapAttributionVisibility?: MapAttributionVisibility;
91
83
  /**
92
84
  * Whether strict mode for prints should be enabled.
93
85
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "61.15.0",
3
+ "version": "61.16.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 = "61.15.0";
4
+ export declare const version = "61.16.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 = "61.15.0";
4
+ export const version = "61.16.0";