@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.
- package/app-config/mobile/DisconnectedModeModelProperties.d.ts +6 -0
- package/app-config/mobile/DisconnectedModeModelProperties.js +1 -0
- package/app-config/schema/mobile-app-config.schema.json +1 -1
- package/layout/schema/layout-mobile.xsd +14 -0
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -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
package/version.d.ts
CHANGED
package/version.js
CHANGED