@vertigis/viewer-spec 61.10.0 → 61.12.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.
@@ -70,6 +70,8 @@ AlertCommandArgs properties:
70
70
  # command: ui.deactivate
71
71
  Description: Deactivates a component with the given ID, causing it to disappear. For VertiGIS Studio Mobile, only ID is supported.
72
72
 
73
+ Note: for components hosted in the taskbar, this will not necessarily cause the associated taskbar button to disappear. For that functionality, see the command "ui.make-unavailable".
74
+
73
75
  Inputs: `DeactivateArgs`
74
76
 
75
77
  DeactivateArgs properties:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "61.10.0",
3
+ "version": "61.12.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
@@ -43,7 +43,7 @@
43
43
  ],
44
44
  "peerDependencies": {
45
45
  "@arcgis/core": "*",
46
- "@vertigis/arcgis-extensions": ">= 53.0.0-0 < 54.0.0-0",
46
+ "@vertigis/arcgis-extensions": ">= 54.0.0-0 < 55.0.0-0",
47
47
  "highcharts": "*"
48
48
  },
49
49
  "devDependencies": {
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.10.0";
4
+ export declare const version = "61.12.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.10.0";
4
+ export const version = "61.12.0";