@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.
@@ -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
- being performed.
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
- and the webscene for a given map component. Requires an
126
- associated map component (see the "models" attribute) with both
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
- a table view.
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
- component. Valid values include "horizontal",
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
- Valid values include "start", and "end". The
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>
@@ -693,7 +693,6 @@ export declare class MapCommands extends CommandRegistry {
693
693
  get clearFilterEffects(): Command<Maps | void>;
694
694
  /**
695
695
  * Clears all markup from the map(s).
696
- *
697
696
  */
698
697
  get clearMarkup(): Command<Maps | void>;
699
698
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "48.12.0",
3
+ "version": "48.13.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 Geocortex Viewer Specification.
3
3
  */
4
- export declare const version = "48.12.0";
4
+ export declare const version = "48.13.0";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the Geocortex Viewer Specification.
3
3
  */
4
- export const version = "48.12.0";
4
+ export const version = "48.13.0";