@vertigis/viewer-spec 48.12.0 → 48.13.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/layout/schema/layout-web.xsd +26 -15
- package/messaging/registry/map.d.ts +0 -1
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
<annotation>
|
|
54
54
|
<documentation xml:lang="en">
|
|
55
55
|
A geometry toolbar consisting of a collection of widgets and a
|
|
56
|
-
configurable toolbar that is displayed while geometry edits are
|
|
57
|
-
|
|
56
|
+
configurable toolbar that is displayed while geometry edits are being
|
|
57
|
+
performed.
|
|
58
58
|
</documentation>
|
|
59
59
|
</annotation>
|
|
60
60
|
<complexType>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<element name="inline" substitutionGroup="base:component">
|
|
96
96
|
<annotation>
|
|
97
97
|
<documentation xml:lang="en">
|
|
98
|
-
A component that allows the integration of Geocortex Inline.
|
|
98
|
+
A component that allows the integration of Geocortex Inline (Deprecated).
|
|
99
99
|
</documentation>
|
|
100
100
|
</annotation>
|
|
101
101
|
<complexType>
|
|
@@ -121,10 +121,9 @@
|
|
|
121
121
|
<element name="map-3d-toggle" substitutionGroup="base:component">
|
|
122
122
|
<annotation>
|
|
123
123
|
<documentation xml:lang="en">
|
|
124
|
-
A button that allows the end user to switch between the webmap
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
a webmap and webscene configured.
|
|
124
|
+
A button that allows the end user to switch between the webmap and the
|
|
125
|
+
webscene for a given map component. Requires an associated map component
|
|
126
|
+
(see the "models" attribute) with both a webmap and webscene configured.
|
|
128
127
|
</documentation>
|
|
129
128
|
</annotation>
|
|
130
129
|
<complexType>
|
|
@@ -192,8 +191,8 @@
|
|
|
192
191
|
<annotation>
|
|
193
192
|
<documentation xml:lang="en">
|
|
194
193
|
A component that allows the user to view results from a search,
|
|
195
|
-
identify, query, or any other activity that produces features in
|
|
196
|
-
|
|
194
|
+
identify, query, or any other activity that produces features in a table
|
|
195
|
+
view.
|
|
197
196
|
</documentation>
|
|
198
197
|
</annotation>
|
|
199
198
|
<complexType>
|
|
@@ -233,9 +232,8 @@
|
|
|
233
232
|
<attribute name="orientation">
|
|
234
233
|
<annotation>
|
|
235
234
|
<documentation xml:lang="en">
|
|
236
|
-
The orientation of the tabs within the
|
|
237
|
-
|
|
238
|
-
and "vertical". The default value is
|
|
235
|
+
The orientation of the tabs within the component. Valid values
|
|
236
|
+
include "horizontal", and "vertical". The default value is
|
|
239
237
|
"horizontal".
|
|
240
238
|
</documentation>
|
|
241
239
|
</annotation>
|
|
@@ -249,9 +247,8 @@
|
|
|
249
247
|
<attribute name="position">
|
|
250
248
|
<annotation>
|
|
251
249
|
<documentation xml:lang="en">
|
|
252
|
-
The position of the tabs within the component.
|
|
253
|
-
|
|
254
|
-
default value is "start".
|
|
250
|
+
The position of the tabs within the component. Valid values
|
|
251
|
+
include "start", and "end". The default value is "start".
|
|
255
252
|
</documentation>
|
|
256
253
|
</annotation>
|
|
257
254
|
<simpleType>
|
|
@@ -292,4 +289,18 @@
|
|
|
292
289
|
</complexContent>
|
|
293
290
|
</complexType>
|
|
294
291
|
</element>
|
|
292
|
+
|
|
293
|
+
<element name="vertigis-inline" substitutionGroup="base:component">
|
|
294
|
+
<annotation>
|
|
295
|
+
<documentation xml:lang="en">
|
|
296
|
+
A component that allows the integration of VertiGIS Inline.
|
|
297
|
+
Requires the VertiGIS Inline library to be loaded in Web.
|
|
298
|
+
</documentation>
|
|
299
|
+
</annotation>
|
|
300
|
+
<complexType>
|
|
301
|
+
<complexContent>
|
|
302
|
+
<extension base="base:Component" />
|
|
303
|
+
</complexContent>
|
|
304
|
+
</complexType>
|
|
305
|
+
</element>
|
|
295
306
|
</schema>
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED