@vertigis/viewer-spec 58.14.0 → 58.15.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.
@@ -71,6 +71,20 @@
71
71
  </complexType>
72
72
  </element>
73
73
 
74
+ <element name="disconnected-mode" substitutionGroup="base:component">
75
+ <annotation>
76
+ <documentation xml:lang="en">
77
+ A component that displays a persistent visual indicator when the app is in
78
+ Disconnected Mode, automatically hiding when the mode is turned off.
79
+ </documentation>
80
+ </annotation>
81
+ <complexType>
82
+ <complexContent>
83
+ <extension base="base:Component" />
84
+ </complexContent>
85
+ </complexType>
86
+ </element>
87
+
74
88
  <element name="search-new-extent" substitutionGroup="base:component">
75
89
  <annotation>
76
90
  <documentation xml:lang="en">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "58.14.0",
3
+ "version": "58.15.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 = "58.14.0";
4
+ export declare const version = "58.15.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 = "58.14.0";
4
+ export const version = "58.15.0";