@vertigis/viewer-spec 47.6.0 → 47.6.1

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.
Files changed (65) hide show
  1. package/app-config/AppConfig.d.ts +3 -6
  2. package/app-config/common/BrandingThemeProperties.d.ts +2 -4
  3. package/app-config/common/HighlightModelProperties.d.ts +2 -4
  4. package/app-config/common/LayerPresetsModelProperties.d.ts +1 -2
  5. package/app-config/common/LayoutProperties.d.ts +3 -3
  6. package/app-config/common/RegionModelProperties.d.ts +1 -2
  7. package/app-config/common/SearchModelProperties.d.ts +2 -2
  8. package/app-config/common/WorkflowModelProperties.d.ts +2 -4
  9. package/app-config/mobile/FeatureDetailsModelProperties.d.ts +2 -1
  10. package/app-config/mobile/SearchModelProperties.d.ts +3 -1
  11. package/app-config/mobile/VertigisMobileModelProperties.d.ts +1 -2
  12. package/app-config/schema/common-app-config.schema.json +1 -1
  13. package/app-config/schema/mobile-app-config.schema.json +1 -1
  14. package/app-config/schema/web-app-config.schema.json +1 -1
  15. package/app-config/web/DrawModelProperties.d.ts +1 -2
  16. package/app-config/web/FeatureDetailsModelProperties.d.ts +2 -2
  17. package/app-config/web/HasVisibilityFilters.d.ts +4 -4
  18. package/app-config/web/KpiCardModelProperties.d.ts +10 -10
  19. package/app-config/web/MapCoordinatesModelProperties.d.ts +1 -2
  20. package/app-config/web/MapModelProperties.d.ts +2 -4
  21. package/app-config/web/MeasurementModelProperties.d.ts +1 -2
  22. package/app-config/web/ResultsModelProperties.d.ts +2 -2
  23. package/app-config/web/SearchModelProperties.d.ts +1 -2
  24. package/app-config/web/VertigisWebModelProperties.d.ts +4 -6
  25. package/layout/schema/layout-common.xsd +843 -830
  26. package/layout/schema/layout-mobile.xsd +241 -234
  27. package/layout/schema/layout-web.xsd +281 -277
  28. package/layout/schema/schema-reference-example.xml +11 -10
  29. package/messaging/Command.d.ts +1 -2
  30. package/messaging/Event.d.ts +2 -4
  31. package/messaging/MessageBus.d.ts +2 -2
  32. package/messaging/Operation.d.ts +1 -2
  33. package/messaging/common.d.ts +9 -14
  34. package/messaging/registry/app.d.ts +6 -10
  35. package/messaging/registry/arcade.d.ts +3 -7
  36. package/messaging/registry/auth.d.ts +6 -10
  37. package/messaging/registry/basemap.d.ts +8 -8
  38. package/messaging/registry/charts.d.ts +2 -2
  39. package/messaging/registry/debugConsole.d.ts +3 -4
  40. package/messaging/registry/drawing.d.ts +3 -6
  41. package/messaging/registry/edit.d.ts +9 -14
  42. package/messaging/registry/geolocation.d.ts +13 -20
  43. package/messaging/registry/geometry.d.ts +26 -31
  44. package/messaging/registry/kpi.d.ts +2 -4
  45. package/messaging/registry/layer-comparison.d.ts +2 -2
  46. package/messaging/registry/layout.d.ts +1 -2
  47. package/messaging/registry/location-marker.d.ts +5 -10
  48. package/messaging/registry/map.d.ts +21 -22
  49. package/messaging/registry/measurement.d.ts +6 -8
  50. package/messaging/registry/messaging.d.ts +3 -3
  51. package/messaging/registry/offline.d.ts +19 -24
  52. package/messaging/registry/panel.d.ts +1 -2
  53. package/messaging/registry/portal.d.ts +1 -2
  54. package/messaging/registry/printing.d.ts +3 -4
  55. package/messaging/registry/results.d.ts +8 -16
  56. package/messaging/registry/sketching.d.ts +27 -40
  57. package/messaging/registry/system.d.ts +6 -6
  58. package/messaging/registry/tasks.d.ts +4 -6
  59. package/messaging/registry/ui.d.ts +12 -18
  60. package/messaging/registry/viewer.d.ts +1 -2
  61. package/messaging/registry/workflow.d.ts +2 -4
  62. package/messaging/schema/web-action.schema.json +1 -1
  63. package/package.json +17 -17
  64. package/version.d.ts +1 -1
  65. package/version.js +1 -1
@@ -1,4 +1,4 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
1
+ <?xml version="1.0" encoding="UTF-8" ?>
2
2
  <schema
3
3
  xmlns="http://www.w3.org/2001/XMLSchema"
4
4
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -6,251 +6,258 @@
6
6
  xmlns:tns="https://geocortex.com/layout/mobile/v1"
7
7
  targetNamespace="https://geocortex.com/layout/mobile/v1"
8
8
  elementFormDefault="qualified"
9
- xmlns:xs="http://www.w3.org/2001/XMLSchema">
9
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
10
+ >
11
+ <import namespace="https://geocortex.com/layout/v1" schemaLocation="./layout-common.xsd" />
10
12
 
11
- <import namespace="https://geocortex.com/layout/v1" schemaLocation="./layout-common.xsd" />
13
+ <element name="taskbar" substitutionGroup="base:component">
14
+ <annotation>
15
+ <documentation xml:lang="en">
16
+ Organizes child components into separate items in the taskbar.
17
+ The item names will correspond to the child components' titles.
18
+ The item icons will correspond to the child components' icons.
19
+ </documentation>
20
+ </annotation>
21
+ <complexType>
22
+ <complexContent>
23
+ <extension base="base:Component">
24
+ <choice>
25
+ <element ref="base:component" minOccurs="0" maxOccurs="unbounded" />
26
+ </choice>
27
+ <attribute name="orientation">
28
+ <annotation>
29
+ <documentation xml:lang="en">
30
+ The orientation of the taskbar. The default is auto.
31
+ </documentation>
32
+ </annotation>
33
+ <simpleType>
34
+ <restriction base="string">
35
+ <enumeration value="auto" />
36
+ <enumeration value="horizontal" />
37
+ <enumeration value="vertical" />
38
+ </restriction>
39
+ </simpleType>
40
+ </attribute>
41
+ </extension>
42
+ </complexContent>
43
+ </complexType>
44
+ </element>
12
45
 
13
- <element name="taskbar" substitutionGroup="base:component">
14
- <annotation>
15
- <documentation xml:lang="en">
16
- Organizes child components into separate items in the taskbar.
17
- The item names will correspond to the child components' titles.
18
- The item icons will correspond to the child components' icons.
19
- </documentation>
20
- </annotation>
21
- <complexType>
22
- <complexContent>
23
- <extension base="base:Component">
24
- <choice>
25
- <element ref="base:component" minOccurs="0" maxOccurs="unbounded"/>
26
- </choice>
27
- <attribute name="orientation">
28
- <annotation>
29
- <documentation xml:lang="en">
30
- The orientation of the taskbar. The default is auto.
31
- </documentation>
32
- </annotation>
33
- <simpleType>
34
- <restriction base="string">
35
- <enumeration value="auto"/>
36
- <enumeration value="horizontal"/>
37
- <enumeration value="vertical"/>
38
- </restriction>
39
- </simpleType>
40
- </attribute>
41
- </extension>
42
- </complexContent>
43
- </complexType>
44
- </element>
46
+ <element name="offline-areas" substitutionGroup="base:component">
47
+ <annotation>
48
+ <documentation xml:lang="en">
49
+ Displays a list of offline map areas from Portal or ArcGIS
50
+ Online, and allows users to download, sync, or remove their
51
+ data.
52
+ </documentation>
53
+ </annotation>
54
+ <complexType>
55
+ <complexContent>
56
+ <extension base="base:Component" />
57
+ </complexContent>
58
+ </complexType>
59
+ </element>
45
60
 
46
- <element name="offline-areas" substitutionGroup="base:component">
47
- <annotation>
48
- <documentation xml:lang="en">
49
- Displays a list of offline map areas from Portal or ArcGIS Online, and allows users to download, sync,
50
- or remove their data.
51
- </documentation>
52
- </annotation>
53
- <complexType>
54
- <complexContent>
55
- <extension base="base:Component">
56
- </extension>
57
- </complexContent>
58
- </complexType>
59
- </element>
61
+ <element name="create-offline-area" substitutionGroup="base:component">
62
+ <annotation>
63
+ <documentation xml:lang="en">
64
+ Displays a form to use to create a new custom offline map area.
65
+ </documentation>
66
+ </annotation>
67
+ <complexType>
68
+ <complexContent>
69
+ <extension base="base:Component" />
70
+ </complexContent>
71
+ </complexType>
72
+ </element>
60
73
 
61
- <element name="create-offline-area" substitutionGroup="base:component">
62
- <annotation>
63
- <documentation xml:lang="en">
64
- Displays a form to use to create a new custom offline map area.
65
- </documentation>
66
- </annotation>
67
- <complexType>
68
- <complexContent>
69
- <extension base="base:Component">
70
- </extension>
71
- </complexContent>
72
- </complexType>
73
- </element>
74
+ <element name="search-new-extent" substitutionGroup="base:component">
75
+ <annotation>
76
+ <documentation xml:lang="en">
77
+ A component that provides a single button that allows the user
78
+ to "search this area" when the extent of the map changes to be
79
+ different than the extent that was originally searched.
80
+ </documentation>
81
+ </annotation>
82
+ <complexType>
83
+ <complexContent>
84
+ <extension base="base:Component" />
85
+ </complexContent>
86
+ </complexType>
87
+ </element>
74
88
 
75
- <element name="search-new-extent" substitutionGroup="base:component">
76
- <annotation>
77
- <documentation xml:lang="en">
78
- A component that provides a single button that allows the user to "search this area"
79
- when the extent of the map changes to be different than the extent that was originally searched.
80
- </documentation>
81
- </annotation>
82
- <complexType>
83
- <complexContent>
84
- <extension base="base:Component">
85
- </extension>
86
- </complexContent>
87
- </complexType>
88
- </element>
89
+ <element name="version" substitutionGroup="base:component">
90
+ <annotation>
91
+ <documentation xml:lang="en">
92
+ A component that displays a string indicating the current version of the app.
93
+ </documentation>
94
+ </annotation>
95
+ <complexType>
96
+ <complexContent>
97
+ <extension base="base:Component" />
98
+ </complexContent>
99
+ </complexType>
100
+ </element>
89
101
 
90
- <element name="version" substitutionGroup="base:component">
91
- <annotation>
92
- <documentation xml:lang="en">
93
- A component that displays a string indicating the current version of the app.
94
- </documentation>
95
- </annotation>
96
- <complexType>
97
- <complexContent>
98
- <extension base="base:Component">
99
- </extension>
100
- </complexContent>
101
- </complexType>
102
- </element>
102
+ <element name="status-bar-buffer" substitutionGroup="base:component">
103
+ <annotation>
104
+ <documentation xml:lang="en">
105
+ A component that takes up an amount of vertical space equal to
106
+ the size of the taskbar on the current platform.
107
+ </documentation>
108
+ </annotation>
109
+ <complexType>
110
+ <complexContent>
111
+ <extension base="base:Component" />
112
+ </complexContent>
113
+ </complexType>
114
+ </element>
103
115
 
104
- <element name="status-bar-buffer" substitutionGroup="base:component">
105
- <annotation>
106
- <documentation xml:lang="en">
107
- A component that takes up an amount of vertical space equal to the size of the
108
- taskbar on the current platform.
109
- </documentation>
110
- </annotation>
111
- <complexType>
112
- <complexContent>
113
- <extension base="base:Component">
114
- </extension>
115
- </complexContent>
116
- </complexType>
117
- </element>
116
+ <element name="add-feature-select-layer" substitutionGroup="base:component">
117
+ <annotation>
118
+ <documentation xml:lang="en">
119
+ A component that allows a user to select a layer to which a feature will be added.
120
+ </documentation>
121
+ </annotation>
122
+ <complexType>
123
+ <complexContent mixed="true">
124
+ <extension base="base:Component" />
125
+ </complexContent>
126
+ </complexType>
127
+ </element>
118
128
 
119
- <element name="add-feature-select-layer" substitutionGroup="base:component">
120
- <annotation>
121
- <documentation xml:lang="en">
122
- A component that allows a user to select a layer to which a feature will be added.
123
- </documentation>
124
- </annotation>
125
- <complexType>
126
- <complexContent mixed="true">
127
- <extension base="base:Component" />
128
- </complexContent>
129
- </complexType>
130
- </element>
129
+ <element name="add-feature" substitutionGroup="base:component">
130
+ <annotation>
131
+ <documentation xml:lang="en">
132
+ A component that displays a form for collecting feature attributes and
133
+ geometry. Allows a user to save their new feature.
134
+ </documentation>
135
+ </annotation>
136
+ <complexType>
137
+ <complexContent mixed="true">
138
+ <extension base="base:Component" />
139
+ </complexContent>
140
+ </complexType>
141
+ </element>
131
142
 
132
- <element name="add-feature" substitutionGroup="base:component">
133
- <annotation>
134
- <documentation xml:lang="en">
135
- A component that displays a form for collecting feature attributes and geometry. Allows a user to save their new feature.
136
- </documentation>
137
- </annotation>
138
- <complexType>
139
- <complexContent mixed="true">
140
- <extension base="base:Component" />
141
- </complexContent>
142
- </complexType>
143
- </element>
143
+ <element name="update-feature" substitutionGroup="base:component">
144
+ <annotation>
145
+ <documentation xml:lang="en">
146
+ A component that displays a form for editing a feature's attributes and
147
+ geometry. Allows a user to save their changes to the feature.
148
+ </documentation>
149
+ </annotation>
150
+ <complexType>
151
+ <complexContent mixed="true">
152
+ <extension base="base:Component" />
153
+ </complexContent>
154
+ </complexType>
155
+ </element>
144
156
 
145
- <element name="update-feature" substitutionGroup="base:component">
146
- <annotation>
147
- <documentation xml:lang="en">
148
- A component that displays a form for editing a feature's attributes and geometry. Allows a user to save their changes to the feature.
149
- </documentation>
150
- </annotation>
151
- <complexType>
152
- <complexContent mixed="true">
153
- <extension base="base:Component" />
154
- </complexContent>
155
- </complexType>
156
- </element>
157
+ <element name="add-related-feature" substitutionGroup="base:component">
158
+ <annotation>
159
+ <documentation xml:lang="en">
160
+ A component that displays a form for collecting feature attributes and
161
+ geometry. Allows a user to save their new feature and relates this feature with an
162
+ existing feature based on the relationship properties of the feature sources.
163
+ </documentation>
164
+ </annotation>
165
+ <complexType>
166
+ <complexContent mixed="true">
167
+ <extension base="base:Component" />
168
+ </complexContent>
169
+ </complexType>
170
+ </element>
157
171
 
158
- <element name="add-related-feature" substitutionGroup="base:component">
159
- <annotation>
160
- <documentation xml:lang="en">
161
- A component that displays a form for collecting feature attributes and geometry. Allows a user to save their new feature and relates this feature with an existing feature based on the relationship properties of the feature sources.
162
- </documentation>
163
- </annotation>
164
- <complexType>
165
- <complexContent mixed="true">
166
- <extension base="base:Component" />
167
- </complexContent>
168
- </complexType>
169
- </element>
172
+ <element name="gnss-metadata" substitutionGroup="base:component">
173
+ <annotation>
174
+ <documentation xml:lang="en">
175
+ A component that provides a real-time display of specific
176
+ metadata values being received from a connected and active GNSS
177
+ receiver.
178
+ </documentation>
179
+ </annotation>
180
+ <complexType>
181
+ <complexContent mixed="true">
182
+ <extension base="base:Component" />
183
+ </complexContent>
184
+ </complexType>
185
+ </element>
170
186
 
171
- <element name="gnss-metadata" substitutionGroup="base:component">
172
- <annotation>
173
- <documentation xml:lang="en">
174
- A component that provides a real-time display of specific metadata values being received from a connected and active GNSS
175
- receiver.
176
- </documentation>
177
- </annotation>
178
- <complexType>
179
- <complexContent mixed="true">
180
- <extension base="base:Component" />
181
- </complexContent>
182
- </complexType>
183
- </element>
187
+ <element name="gnss-device-selection" substitutionGroup="base:component">
188
+ <annotation>
189
+ <documentation xml:lang="en">
190
+ A component that provides a form which allows the user to view and select between
191
+ multiple connected GNSS sources (including external devices and integrated
192
+ GPS). Selecting one will activate it as the current source of geolocation for the
193
+ app.
194
+ </documentation>
195
+ </annotation>
196
+ <complexType>
197
+ <complexContent mixed="true">
198
+ <extension base="base:Component" />
199
+ </complexContent>
200
+ </complexType>
201
+ </element>
184
202
 
185
- <element name="gnss-device-selection" substitutionGroup="base:component">
186
- <annotation>
187
- <documentation xml:lang="en">
188
- A component that provides a form which allows the user to view and select between multiple connected GNSS sources (including external devices and integrated GPS). Selecting one will activate it as the current source of geolocation for the app.
189
- </documentation>
190
- </annotation>
191
- <complexType>
192
- <complexContent mixed="true">
193
- <extension base="base:Component" />
194
- </complexContent>
195
- </complexType>
196
- </element>
203
+ <element name="gnss-device-settings" substitutionGroup="base:component">
204
+ <annotation>
205
+ <documentation xml:lang="en">
206
+ A component that provides a form which allows the user to view, edit and save the
207
+ settings for an external GNSS device.
208
+ </documentation>
209
+ </annotation>
210
+ <complexType>
211
+ <complexContent mixed="true">
212
+ <extension base="base:Component" />
213
+ </complexContent>
214
+ </complexType>
215
+ </element>
197
216
 
198
- <element name="gnss-device-settings" substitutionGroup="base:component">
199
- <annotation>
200
- <documentation xml:lang="en">
201
- A component that provides a form which allows the user to view, edit and save the settings for an external GNSS device.
202
- </documentation>
203
- </annotation>
204
- <complexType>
205
- <complexContent mixed="true">
206
- <extension base="base:Component" />
207
- </complexContent>
208
- </complexType>
209
- </element>
217
+ <element name="geometry-toolbar" substitutionGroup="base:component">
218
+ <annotation>
219
+ <documentation xml:lang="en">
220
+ A component that displays a toolbar containing buttons for geometry and measurement
221
+ operations.
222
+ </documentation>
223
+ </annotation>
224
+ <complexType>
225
+ <complexContent mixed="true">
226
+ <extension base="base:Component">
227
+ <attribute name="style">
228
+ <annotation>
229
+ <documentation xml:lang="en">
230
+ The desired visual style for the component.
231
+ </documentation>
232
+ </annotation>
233
+ <simpleType>
234
+ <restriction base="string">
235
+ <enumeration value="round" />
236
+ <enumeration value="square" />
237
+ </restriction>
238
+ </simpleType>
239
+ </attribute>
240
+ </extension>
241
+ </complexContent>
242
+ </complexType>
243
+ </element>
210
244
 
211
- <element name="geometry-toolbar" substitutionGroup="base:component">
212
- <annotation>
213
- <documentation xml:lang="en">
214
- A component that displays a toolbar containing buttons for geometry and measurement operations.
215
- </documentation>
216
- </annotation>
217
- <complexType>
218
- <complexContent mixed="true">
219
- <extension base="base:Component" >
220
- <attribute name="style">
221
- <annotation>
222
- <documentation xml:lang="en">
223
- The desired visual style for the component.
224
- </documentation>
225
- </annotation>
226
- <simpleType>
227
- <restriction base="string">
228
- <enumeration value="round"/>
229
- <enumeration value="square"/>
230
- </restriction>
231
- </simpleType>
232
- </attribute>
233
- </extension>
234
- </complexContent>
235
- </complexType>
236
- </element>
237
-
238
- <element name="scroll" substitutionGroup="base:component">
239
- <annotation>
240
- <documentation xml:lang="en">
241
- A component that allows a user to scroll content.
242
- Note: Nested scrolling is not supported, so only nest non-scrolling components.
243
- </documentation>
244
- </annotation>
245
- <complexType>
246
- <complexContent mixed="true">
247
- <extension base="base:Component">
248
- <choice>
249
- <element ref="base:component" minOccurs="0" maxOccurs="unbounded"/>
250
- </choice>
251
- </extension>
252
- </complexContent>
253
- </complexType>
254
- </element>
255
-
256
- </schema>
245
+ <element name="scroll" substitutionGroup="base:component">
246
+ <annotation>
247
+ <documentation xml:lang="en">
248
+ A component that allows a user to scroll content. Note: Nested
249
+ scrolling is not supported, so only nest non-scrolling
250
+ components.
251
+ </documentation>
252
+ </annotation>
253
+ <complexType>
254
+ <complexContent mixed="true">
255
+ <extension base="base:Component">
256
+ <choice>
257
+ <element ref="base:component" minOccurs="0" maxOccurs="unbounded" />
258
+ </choice>
259
+ </extension>
260
+ </complexContent>
261
+ </complexType>
262
+ </element>
263
+ </schema>