@vertigis/viewer-spec 42.10.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.
Files changed (345) hide show
  1. package/LICENSE +5 -0
  2. package/README.md +3 -0
  3. package/app-config/AppConfig.d.ts +55 -0
  4. package/app-config/AppConfig.js +1 -0
  5. package/app-config/ItemConfig.d.ts +18 -0
  6. package/app-config/ItemConfig.js +1 -0
  7. package/app-config/common/BasemapPickerModelProperties.d.ts +6 -0
  8. package/app-config/common/BasemapPickerModelProperties.js +1 -0
  9. package/app-config/common/BookmarksModelProperties.d.ts +17 -0
  10. package/app-config/common/BookmarksModelProperties.js +1 -0
  11. package/app-config/common/BrandingColors.d.ts +94 -0
  12. package/app-config/common/BrandingColors.js +1 -0
  13. package/app-config/common/BrandingModelProperties.d.ts +23 -0
  14. package/app-config/common/BrandingModelProperties.js +1 -0
  15. package/app-config/common/BrandingThemeProperties.d.ts +35 -0
  16. package/app-config/common/BrandingThemeProperties.js +1 -0
  17. package/app-config/common/CompassModelProperties.d.ts +6 -0
  18. package/app-config/common/CompassModelProperties.js +1 -0
  19. package/app-config/common/ComponentModelProperties.d.ts +14 -0
  20. package/app-config/common/ComponentModelProperties.js +1 -0
  21. package/app-config/common/CoordinateModelProperties.d.ts +34 -0
  22. package/app-config/common/CoordinateModelProperties.js +1 -0
  23. package/app-config/common/DialogModelProperties.d.ts +6 -0
  24. package/app-config/common/DialogModelProperties.js +1 -0
  25. package/app-config/common/ExpandModelProperties.d.ts +6 -0
  26. package/app-config/common/ExpandModelProperties.js +1 -0
  27. package/app-config/common/FeatureDetailsModelProperties.d.ts +27 -0
  28. package/app-config/common/FeatureDetailsModelProperties.js +1 -0
  29. package/app-config/common/GeolocationModelProperties.d.ts +6 -0
  30. package/app-config/common/GeolocationModelProperties.js +1 -0
  31. package/app-config/common/HighlightModelProperties.d.ts +69 -0
  32. package/app-config/common/HighlightModelProperties.js +1 -0
  33. package/app-config/common/ImageModelProperties.d.ts +14 -0
  34. package/app-config/common/ImageModelProperties.js +1 -0
  35. package/app-config/common/ItemRef.d.ts +4 -0
  36. package/app-config/common/ItemRef.js +1 -0
  37. package/app-config/common/LayerListModelProperties.d.ts +12 -0
  38. package/app-config/common/LayerListModelProperties.js +1 -0
  39. package/app-config/common/LayerPresetsModelProperties.d.ts +14 -0
  40. package/app-config/common/LayerPresetsModelProperties.js +1 -0
  41. package/app-config/common/LayoutProperties.d.ts +33 -0
  42. package/app-config/common/LayoutProperties.js +1 -0
  43. package/app-config/common/LegendModelProperties.d.ts +6 -0
  44. package/app-config/common/LegendModelProperties.js +1 -0
  45. package/app-config/common/LicensingModelProperties.d.ts +10 -0
  46. package/app-config/common/LicensingModelProperties.js +1 -0
  47. package/app-config/common/MapCoordinatesModelProperties.d.ts +6 -0
  48. package/app-config/common/MapCoordinatesModelProperties.js +1 -0
  49. package/app-config/common/MapModelProperties.d.ts +7 -0
  50. package/app-config/common/MapModelProperties.js +1 -0
  51. package/app-config/common/MenuModelProperties.d.ts +13 -0
  52. package/app-config/common/MenuModelProperties.js +1 -0
  53. package/app-config/common/ModelProperties.d.ts +6 -0
  54. package/app-config/common/ModelProperties.js +1 -0
  55. package/app-config/common/PanelModelProperties.d.ts +6 -0
  56. package/app-config/common/PanelModelProperties.js +1 -0
  57. package/app-config/common/RegionModelProperties.d.ts +26 -0
  58. package/app-config/common/RegionModelProperties.js +1 -0
  59. package/app-config/common/ResultsModelProperties.d.ts +12 -0
  60. package/app-config/common/ResultsModelProperties.js +1 -0
  61. package/app-config/common/ScalebarModelProperties.d.ts +6 -0
  62. package/app-config/common/ScalebarModelProperties.js +1 -0
  63. package/app-config/common/SearchModelProperties.d.ts +26 -0
  64. package/app-config/common/SearchModelProperties.js +1 -0
  65. package/app-config/common/ServiceModelProperties.d.ts +6 -0
  66. package/app-config/common/ServiceModelProperties.js +1 -0
  67. package/app-config/common/SplitModelProperties.d.ts +6 -0
  68. package/app-config/common/SplitModelProperties.js +1 -0
  69. package/app-config/common/StackModelProperties.d.ts +6 -0
  70. package/app-config/common/StackModelProperties.js +1 -0
  71. package/app-config/common/TextModelProperties.d.ts +10 -0
  72. package/app-config/common/TextModelProperties.js +1 -0
  73. package/app-config/common/TranslatableText.d.ts +27 -0
  74. package/app-config/common/TranslatableText.js +1 -0
  75. package/app-config/common/UserModelProperties.d.ts +6 -0
  76. package/app-config/common/UserModelProperties.js +1 -0
  77. package/app-config/common/WorkflowEventsProperties.d.ts +11 -0
  78. package/app-config/common/WorkflowEventsProperties.js +1 -0
  79. package/app-config/common/WorkflowModelProperties.d.ts +44 -0
  80. package/app-config/common/WorkflowModelProperties.js +1 -0
  81. package/app-config/common/ZoomModelProperties.d.ts +6 -0
  82. package/app-config/common/ZoomModelProperties.js +1 -0
  83. package/app-config/common/colors.d.ts +6 -0
  84. package/app-config/common/colors.js +1 -0
  85. package/app-config/index.d.ts +2 -0
  86. package/app-config/index.js +1 -0
  87. package/app-config/mobile/AddFeatureModelProperties.d.ts +6 -0
  88. package/app-config/mobile/AddFeatureModelProperties.js +1 -0
  89. package/app-config/mobile/AddRelatedFeatureModelProperties.d.ts +6 -0
  90. package/app-config/mobile/AddRelatedFeatureModelProperties.js +1 -0
  91. package/app-config/mobile/BasemapModelProperties.d.ts +11 -0
  92. package/app-config/mobile/BasemapModelProperties.js +1 -0
  93. package/app-config/mobile/FeatureDetailsModelProperties.d.ts +23 -0
  94. package/app-config/mobile/FeatureDetailsModelProperties.js +1 -0
  95. package/app-config/mobile/GeometryToolbarModelProperties.d.ts +6 -0
  96. package/app-config/mobile/GeometryToolbarModelProperties.js +1 -0
  97. package/app-config/mobile/GnssDeviceSelectionModelProperties.d.ts +6 -0
  98. package/app-config/mobile/GnssDeviceSelectionModelProperties.js +1 -0
  99. package/app-config/mobile/GnssDeviceSettingsModelProperties.d.ts +6 -0
  100. package/app-config/mobile/GnssDeviceSettingsModelProperties.js +1 -0
  101. package/app-config/mobile/GnssMetadataModelProperties.d.ts +6 -0
  102. package/app-config/mobile/GnssMetadataModelProperties.js +1 -0
  103. package/app-config/mobile/MapModelProperties.d.ts +45 -0
  104. package/app-config/mobile/MapModelProperties.js +1 -0
  105. package/app-config/mobile/OfflineModelProperties.d.ts +48 -0
  106. package/app-config/mobile/OfflineModelProperties.js +1 -0
  107. package/app-config/mobile/PortalExtensionSettingsProperties.d.ts +27 -0
  108. package/app-config/mobile/PortalExtensionSettingsProperties.js +1 -0
  109. package/app-config/mobile/ScrollModelProperties.d.ts +6 -0
  110. package/app-config/mobile/ScrollModelProperties.js +1 -0
  111. package/app-config/mobile/SelectLayerSettingsModelProperties.d.ts +11 -0
  112. package/app-config/mobile/SelectLayerSettingsModelProperties.js +1 -0
  113. package/app-config/mobile/TaskbarModelProperties.d.ts +6 -0
  114. package/app-config/mobile/TaskbarModelProperties.js +1 -0
  115. package/app-config/mobile/UpdateFeatureModelProperties.d.ts +6 -0
  116. package/app-config/mobile/UpdateFeatureModelProperties.js +1 -0
  117. package/app-config/mobile/VertigisMobileModelProperties.d.ts +65 -0
  118. package/app-config/mobile/VertigisMobileModelProperties.js +1 -0
  119. package/app-config/schema/common-app-config.schema.json +1 -0
  120. package/app-config/schema/mobile-app-config.schema.json +1 -0
  121. package/app-config/schema/web-app-config.schema.json +1 -0
  122. package/app-config/web/AddressModelProperties.d.ts +6 -0
  123. package/app-config/web/AddressModelProperties.js +1 -0
  124. package/app-config/web/BasemapPickerModelProperties.d.ts +7 -0
  125. package/app-config/web/BasemapPickerModelProperties.js +1 -0
  126. package/app-config/web/BookmarksModelProperties.d.ts +7 -0
  127. package/app-config/web/BookmarksModelProperties.js +1 -0
  128. package/app-config/web/BrandingModelProperties.d.ts +14 -0
  129. package/app-config/web/BrandingModelProperties.js +1 -0
  130. package/app-config/web/ChartModelProperties.d.ts +58 -0
  131. package/app-config/web/ChartModelProperties.js +1 -0
  132. package/app-config/web/CompassModelProperties.d.ts +7 -0
  133. package/app-config/web/CompassModelProperties.js +1 -0
  134. package/app-config/web/ComponentModelProperties.d.ts +12 -0
  135. package/app-config/web/ComponentModelProperties.js +1 -0
  136. package/app-config/web/CoordinateModelProperties.d.ts +7 -0
  137. package/app-config/web/CoordinateModelProperties.js +1 -0
  138. package/app-config/web/DialogModelProperties.d.ts +7 -0
  139. package/app-config/web/DialogModelProperties.js +1 -0
  140. package/app-config/web/DrawModelProperties.d.ts +102 -0
  141. package/app-config/web/DrawModelProperties.js +1 -0
  142. package/app-config/web/FeatureDetailsModelProperties.d.ts +12 -0
  143. package/app-config/web/FeatureDetailsModelProperties.js +1 -0
  144. package/app-config/web/FeatureInfoModelProperties.d.ts +22 -0
  145. package/app-config/web/FeatureInfoModelProperties.js +1 -0
  146. package/app-config/web/FeatureListProperties.d.ts +12 -0
  147. package/app-config/web/FeatureListProperties.js +1 -0
  148. package/app-config/web/FeatureSetProperties.d.ts +16 -0
  149. package/app-config/web/FeatureSetProperties.js +1 -0
  150. package/app-config/web/FeatureSummaryModelProperties.d.ts +22 -0
  151. package/app-config/web/FeatureSummaryModelProperties.js +1 -0
  152. package/app-config/web/GeolocationModelProperties.d.ts +7 -0
  153. package/app-config/web/GeolocationModelProperties.js +1 -0
  154. package/app-config/web/GeometryModelProperties.d.ts +27 -0
  155. package/app-config/web/GeometryModelProperties.js +1 -0
  156. package/app-config/web/HasVisibilityFilters.d.ts +35 -0
  157. package/app-config/web/HasVisibilityFilters.js +1 -0
  158. package/app-config/web/ImageModelProperties.d.ts +7 -0
  159. package/app-config/web/ImageModelProperties.js +1 -0
  160. package/app-config/web/KpiCardModelProperties.d.ts +145 -0
  161. package/app-config/web/KpiCardModelProperties.js +1 -0
  162. package/app-config/web/LayerListModelProperties.d.ts +7 -0
  163. package/app-config/web/LayerListModelProperties.js +1 -0
  164. package/app-config/web/LayerPresetsModelProperties.d.ts +7 -0
  165. package/app-config/web/LayerPresetsModelProperties.js +1 -0
  166. package/app-config/web/LegendModelProperties.d.ts +7 -0
  167. package/app-config/web/LegendModelProperties.js +1 -0
  168. package/app-config/web/Map3dToggleModelProperties.d.ts +6 -0
  169. package/app-config/web/Map3dToggleModelProperties.js +1 -0
  170. package/app-config/web/MapCoordinatesModelProperties.d.ts +43 -0
  171. package/app-config/web/MapCoordinatesModelProperties.js +1 -0
  172. package/app-config/web/MapModelProperties.d.ts +81 -0
  173. package/app-config/web/MapModelProperties.js +1 -0
  174. package/app-config/web/MeasurementModelProperties.d.ts +36 -0
  175. package/app-config/web/MeasurementModelProperties.js +1 -0
  176. package/app-config/web/MenuItemModelProperties.d.ts +7 -0
  177. package/app-config/web/MenuItemModelProperties.js +1 -0
  178. package/app-config/web/MenuModelProperties.d.ts +13 -0
  179. package/app-config/web/MenuModelProperties.js +1 -0
  180. package/app-config/web/ModelProperties.d.ts +7 -0
  181. package/app-config/web/ModelProperties.js +1 -0
  182. package/app-config/web/PanelModelProperties.d.ts +7 -0
  183. package/app-config/web/PanelModelProperties.js +1 -0
  184. package/app-config/web/PortalModelProperties.d.ts +10 -0
  185. package/app-config/web/PortalModelProperties.js +1 -0
  186. package/app-config/web/PrintFormModelProperties.d.ts +42 -0
  187. package/app-config/web/PrintFormModelProperties.js +1 -0
  188. package/app-config/web/ReportModelProperties.d.ts +15 -0
  189. package/app-config/web/ReportModelProperties.js +1 -0
  190. package/app-config/web/ResultsModelProperties.d.ts +93 -0
  191. package/app-config/web/ResultsModelProperties.js +1 -0
  192. package/app-config/web/ScaleInputModelProperties.d.ts +6 -0
  193. package/app-config/web/ScaleInputModelProperties.js +1 -0
  194. package/app-config/web/ScalebarModelProperties.d.ts +22 -0
  195. package/app-config/web/ScalebarModelProperties.js +1 -0
  196. package/app-config/web/SearchModelProperties.d.ts +22 -0
  197. package/app-config/web/SearchModelProperties.js +1 -0
  198. package/app-config/web/SplitModelProperties.d.ts +7 -0
  199. package/app-config/web/SplitModelProperties.js +1 -0
  200. package/app-config/web/StackModelProperties.d.ts +7 -0
  201. package/app-config/web/StackModelProperties.js +1 -0
  202. package/app-config/web/TabsModelProperties.d.ts +6 -0
  203. package/app-config/web/TabsModelProperties.js +1 -0
  204. package/app-config/web/TextModelProperties.d.ts +7 -0
  205. package/app-config/web/TextModelProperties.js +1 -0
  206. package/app-config/web/UserModelProperties.d.ts +12 -0
  207. package/app-config/web/UserModelProperties.js +1 -0
  208. package/app-config/web/UserPreferencesModelProperties.d.ts +10 -0
  209. package/app-config/web/UserPreferencesModelProperties.js +1 -0
  210. package/app-config/web/VertigisWebModelProperties.d.ts +84 -0
  211. package/app-config/web/VertigisWebModelProperties.js +1 -0
  212. package/app-config/web/WorkflowModelProperties.d.ts +7 -0
  213. package/app-config/web/WorkflowModelProperties.js +1 -0
  214. package/app-config/web/ZoomModelProperties.d.ts +7 -0
  215. package/app-config/web/ZoomModelProperties.js +1 -0
  216. package/docs/Geocortex Apps.md +311 -0
  217. package/docs/layout-spec.md +720 -0
  218. package/docs/presentation.md +98 -0
  219. package/layout/schema/layout-common.xsd +849 -0
  220. package/layout/schema/layout-mobile.xsd +256 -0
  221. package/layout/schema/layout-web.xsd +248 -0
  222. package/layout/schema/schema-reference-example.xml +14 -0
  223. package/messaging/Command.d.ts +74 -0
  224. package/messaging/Command.js +1 -0
  225. package/messaging/CommandRegistry.d.ts +13 -0
  226. package/messaging/CommandRegistry.js +1 -0
  227. package/messaging/Event.d.ts +25 -0
  228. package/messaging/Event.js +1 -0
  229. package/messaging/EventRegistry.d.ts +13 -0
  230. package/messaging/EventRegistry.js +1 -0
  231. package/messaging/Message.d.ts +23 -0
  232. package/messaging/Message.js +1 -0
  233. package/messaging/MessageBus.d.ts +54 -0
  234. package/messaging/MessageBus.js +1 -0
  235. package/messaging/Operation.d.ts +53 -0
  236. package/messaging/Operation.js +1 -0
  237. package/messaging/OperationRegistry.d.ts +13 -0
  238. package/messaging/OperationRegistry.js +1 -0
  239. package/messaging/common.d.ts +246 -0
  240. package/messaging/common.js +1 -0
  241. package/messaging/mobile.d.ts +13 -0
  242. package/messaging/mobile.js +1 -0
  243. package/messaging/registry/Commands.d.ts +65 -0
  244. package/messaging/registry/Commands.js +1 -0
  245. package/messaging/registry/Events.d.ts +53 -0
  246. package/messaging/registry/Events.js +1 -0
  247. package/messaging/registry/Operations.d.ts +54 -0
  248. package/messaging/registry/Operations.js +1 -0
  249. package/messaging/registry/app-config.d.ts +11 -0
  250. package/messaging/registry/app-config.js +1 -0
  251. package/messaging/registry/app.d.ts +136 -0
  252. package/messaging/registry/app.js +1 -0
  253. package/messaging/registry/auth.d.ts +125 -0
  254. package/messaging/registry/auth.js +1 -0
  255. package/messaging/registry/basemap.d.ts +52 -0
  256. package/messaging/registry/basemap.js +1 -0
  257. package/messaging/registry/charts.d.ts +78 -0
  258. package/messaging/registry/charts.js +1 -0
  259. package/messaging/registry/debugConsole.d.ts +24 -0
  260. package/messaging/registry/debugConsole.js +1 -0
  261. package/messaging/registry/device.d.ts +15 -0
  262. package/messaging/registry/device.js +1 -0
  263. package/messaging/registry/display.d.ts +16 -0
  264. package/messaging/registry/display.js +1 -0
  265. package/messaging/registry/drawing.d.ts +126 -0
  266. package/messaging/registry/drawing.js +1 -0
  267. package/messaging/registry/edit.d.ts +123 -0
  268. package/messaging/registry/edit.js +1 -0
  269. package/messaging/registry/file.d.ts +58 -0
  270. package/messaging/registry/file.js +1 -0
  271. package/messaging/registry/geocode.d.ts +91 -0
  272. package/messaging/registry/geocode.js +1 -0
  273. package/messaging/registry/geolocation.d.ts +268 -0
  274. package/messaging/registry/geolocation.js +1 -0
  275. package/messaging/registry/geometry-toolbar.d.ts +28 -0
  276. package/messaging/registry/geometry-toolbar.js +1 -0
  277. package/messaging/registry/geometry.d.ts +101 -0
  278. package/messaging/registry/geometry.js +1 -0
  279. package/messaging/registry/highlights.d.ts +83 -0
  280. package/messaging/registry/highlights.js +1 -0
  281. package/messaging/registry/input.d.ts +21 -0
  282. package/messaging/registry/input.js +1 -0
  283. package/messaging/registry/iwtm.d.ts +10 -0
  284. package/messaging/registry/iwtm.js +1 -0
  285. package/messaging/registry/kpi.d.ts +95 -0
  286. package/messaging/registry/kpi.js +1 -0
  287. package/messaging/registry/layer-comparison.d.ts +102 -0
  288. package/messaging/registry/layer-comparison.js +1 -0
  289. package/messaging/registry/layer-presets.d.ts +28 -0
  290. package/messaging/registry/layer-presets.js +1 -0
  291. package/messaging/registry/layers.d.ts +45 -0
  292. package/messaging/registry/layers.js +1 -0
  293. package/messaging/registry/layout.d.ts +48 -0
  294. package/messaging/registry/layout.js +1 -0
  295. package/messaging/registry/location-marker.d.ts +172 -0
  296. package/messaging/registry/location-marker.js +1 -0
  297. package/messaging/registry/logViewer.d.ts +16 -0
  298. package/messaging/registry/logViewer.js +1 -0
  299. package/messaging/registry/map.d.ts +893 -0
  300. package/messaging/registry/map.js +1 -0
  301. package/messaging/registry/measurement.d.ts +142 -0
  302. package/messaging/registry/measurement.js +1 -0
  303. package/messaging/registry/messaging.d.ts +22 -0
  304. package/messaging/registry/messaging.js +1 -0
  305. package/messaging/registry/network.d.ts +50 -0
  306. package/messaging/registry/network.js +1 -0
  307. package/messaging/registry/offline.d.ts +357 -0
  308. package/messaging/registry/offline.js +1 -0
  309. package/messaging/registry/panel.d.ts +93 -0
  310. package/messaging/registry/panel.js +1 -0
  311. package/messaging/registry/photos.d.ts +45 -0
  312. package/messaging/registry/photos.js +1 -0
  313. package/messaging/registry/portal.d.ts +47 -0
  314. package/messaging/registry/portal.js +1 -0
  315. package/messaging/registry/printing.d.ts +138 -0
  316. package/messaging/registry/printing.js +1 -0
  317. package/messaging/registry/region.d.ts +21 -0
  318. package/messaging/registry/region.js +1 -0
  319. package/messaging/registry/reports.d.ts +112 -0
  320. package/messaging/registry/reports.js +1 -0
  321. package/messaging/registry/results.d.ts +454 -0
  322. package/messaging/registry/results.js +1 -0
  323. package/messaging/registry/search.d.ts +51 -0
  324. package/messaging/registry/search.js +1 -0
  325. package/messaging/registry/sketching.d.ts +521 -0
  326. package/messaging/registry/sketching.js +1 -0
  327. package/messaging/registry/system.d.ts +117 -0
  328. package/messaging/registry/system.js +1 -0
  329. package/messaging/registry/tasks.d.ts +178 -0
  330. package/messaging/registry/tasks.js +1 -0
  331. package/messaging/registry/ui.d.ts +361 -0
  332. package/messaging/registry/ui.js +1 -0
  333. package/messaging/registry/viewer.d.ts +95 -0
  334. package/messaging/registry/viewer.js +1 -0
  335. package/messaging/registry/workflow.d.ts +134 -0
  336. package/messaging/registry/workflow.js +1 -0
  337. package/messaging/schema/common-action.schema.json +11130 -0
  338. package/messaging/schema/common-event.schema.json +7955 -0
  339. package/messaging/schema/mobile-action.schema.json +14328 -0
  340. package/messaging/schema/mobile-event.schema.json +9245 -0
  341. package/messaging/schema/web-action.schema.json +18896 -0
  342. package/messaging/schema/web-event.schema.json +8515 -0
  343. package/package.json +71 -0
  344. package/version.d.ts +4 -0
  345. package/version.js +4 -0
@@ -0,0 +1 @@
1
+ export var DisplayMode;!function(e){e.MAP="map",e.SCENE="scene",e.BOTH="both"}(DisplayMode||(DisplayMode={}));
@@ -0,0 +1,14 @@
1
+ import type { ComponentModelProperties } from "./ComponentModelProperties.js";
2
+ /**
3
+ * Configuration for an image component.
4
+ */
5
+ export interface ImageModelProperties extends ComponentModelProperties {
6
+ /**
7
+ * The image source.
8
+ */
9
+ src?: string;
10
+ /**
11
+ * The alternative text for the image.
12
+ */
13
+ alt: string;
14
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This is an item URI within the app. It would look like: item://<type>/<id>.
3
+ */
4
+ export declare type ItemRef = string;
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,12 @@
1
+ import type { ComponentModelProperties } from "./ComponentModelProperties.js";
2
+ import type { ItemRef } from "./ItemRef.js";
3
+ /**
4
+ * Configuration for a layer list component.
5
+ */
6
+ export interface LayerListModelProperties extends ComponentModelProperties {
7
+ /**
8
+ * A reference to a Menu containing layer actions (menu items that take a
9
+ * layer as context).
10
+ */
11
+ layerActions?: ItemRef;
12
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,14 @@
1
+ import type { LayerPresetProperties } from "@vertigis/arcgis-extensions/layer-preset/LayerPreset";
2
+ import type { ItemRef } from "../common/ItemRef.js";
3
+ import type { ComponentModelProperties } from "./ComponentModelProperties.js";
4
+ /**
5
+ * Configuration for a layer presets component.
6
+ */
7
+ export interface LayerPresetsModelProperties extends ComponentModelProperties {
8
+ /**
9
+ * A collection of layer presets. Each element can be a reference to an
10
+ * existing 'layer-preset' item, or inline JSON defining a layer-preset
11
+ * item.
12
+ */
13
+ layerPresets?: (ItemRef | LayerPresetProperties)[];
14
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,33 @@
1
+ import type { Action } from "@vertigis/arcgis-extensions/support/Action";
2
+ import type { ModelProperties } from "./ModelProperties.js";
3
+ /**
4
+ * Properties that can be used to initialize a {@link Layout}.
5
+ */
6
+ export interface LayoutProperties extends ModelProperties {
7
+ /**
8
+ * The URL of the layout XML (Either a URL or definition must be provided).
9
+ */
10
+ url?: string;
11
+ /**
12
+ * Application-defined tags associated with the layout, e.g. "handheld"
13
+ * or "high-contrast". An application might use these tags to choose a
14
+ * layout when there are multiple to choose from.
15
+ */
16
+ tags?: string[];
17
+ /**
18
+ * The stringified layout XML (Either a URL or definition must be provided).
19
+ */
20
+ definition?: string;
21
+ /**
22
+ * An action that will be performed when the layout has loaded.
23
+ */
24
+ onLayoutLoading?: Action;
25
+ /**
26
+ * An action that will be performed when the layout is about to load.
27
+ */
28
+ onLayoutLoaded?: Action;
29
+ /**
30
+ * The user-friendly title of the layout.
31
+ */
32
+ title?: string;
33
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,6 @@
1
+ import type { ComponentModelProperties } from "./ComponentModelProperties.js";
2
+ /**
3
+ * Properties used to create or update a LegendModel.
4
+ */
5
+ export interface LegendModelProperties extends ComponentModelProperties {
6
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,10 @@
1
+ import type { ModelProperties } from "./ModelProperties.js";
2
+ /**
3
+ * Configuration for the licensing service.
4
+ */
5
+ export interface LicensingModelProperties extends ModelProperties {
6
+ /**
7
+ * The organization's Geocortex account ID.
8
+ */
9
+ accountId?: string;
10
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,6 @@
1
+ import type { ComponentModelProperties } from "./ComponentModelProperties.js";
2
+ /**
3
+ * Configuration for a map coordinates component.
4
+ */
5
+ export interface MapCoordinatesModelProperties extends ComponentModelProperties {
6
+ }
@@ -0,0 +1,7 @@
1
+ import type { MapExtensionProperties } from "@vertigis/arcgis-extensions/mapping/MapExtension";
2
+ import type { ComponentModelProperties } from "./ComponentModelProperties.js";
3
+ /**
4
+ * Configuration for a map component.
5
+ */
6
+ export interface MapModelProperties extends MapExtensionProperties, ComponentModelProperties {
7
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,13 @@
1
+ import type { MenuProperties } from "@vertigis/arcgis-extensions/menus/Menu";
2
+ import type { MenuItemProperties } from "@vertigis/arcgis-extensions/menus/MenuItem";
3
+ import type { ComponentModelProperties } from "./ComponentModelProperties.js";
4
+ import type { ItemRef } from "./ItemRef.js";
5
+ /**
6
+ * Configuration for a menu.
7
+ */
8
+ export interface MenuModelProperties extends Omit<MenuProperties, "items">, ComponentModelProperties {
9
+ /**
10
+ * Individual menu items for this menu.
11
+ */
12
+ items: (ItemRef | MenuItemProperties)[];
13
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,6 @@
1
+ import type { EntityProperties } from "@vertigis/arcgis-extensions/Entity";
2
+ /**
3
+ * Properties that can be used to create or update a model.
4
+ */
5
+ export interface ModelProperties extends EntityProperties {
6
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,6 @@
1
+ import type { ComponentModelProperties } from "./ComponentModelProperties.js";
2
+ /**
3
+ * Configuration for a panel component.
4
+ */
5
+ export interface PanelModelProperties extends ComponentModelProperties {
6
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,26 @@
1
+ import type { FormatSettingsProperties } from "@vertigis/arcgis-extensions/support/FormatSettings";
2
+ import type { ModelProperties } from "./ModelProperties.js";
3
+ /**
4
+ * A system used to determine what units should be used for measurement values.
5
+ */
6
+ export declare type MeasurementSystem = "metric" | "imperial";
7
+ /**
8
+ * Properties that can be passed into the constructor for
9
+ * {@link RegionSettings}.
10
+ */
11
+ export interface RegionModelProperties extends ModelProperties {
12
+ /**
13
+ * The fallback locale to use if the detected locale is not found in the
14
+ * app. This locale should be attempted to be used before 'invariant'.
15
+ */
16
+ fallbackLocale?: string;
17
+ /**
18
+ * The measurement system used to determine what units should be used for
19
+ * measurement values.
20
+ */
21
+ measurementSystem?: MeasurementSystem;
22
+ /**
23
+ * The root format settings for the app.
24
+ */
25
+ formatSettings?: FormatSettingsProperties;
26
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,12 @@
1
+ import type { ComponentModelProperties } from "./ComponentModelProperties.js";
2
+ import type { ItemRef } from "./ItemRef.js";
3
+ /**
4
+ * Configuration for a results component (e.g. results list or results table in Web).
5
+ */
6
+ export interface ResultsModelProperties extends ComponentModelProperties {
7
+ /**
8
+ * A menu used to run commands on specific features or groups of features.
9
+ * (MenuModel).
10
+ */
11
+ featureActions?: ItemRef;
12
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,6 @@
1
+ import type { ComponentModelProperties } from "./ComponentModelProperties.js";
2
+ /**
3
+ * Configuration for a scalebar component.
4
+ */
5
+ export interface ScalebarModelProperties extends ComponentModelProperties {
6
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,26 @@
1
+ import type { Action } from "@vertigis/arcgis-extensions/support/Action";
2
+ import type { ComponentModelProperties } from "./ComponentModelProperties.js";
3
+ /**
4
+ * Properties for a search component.
5
+ */
6
+ export interface SearchModelProperties extends ComponentModelProperties {
7
+ /**
8
+ * The maximum number of results to return per feature source (layer,
9
+ * sublayer, table, geocoder, etc.).
10
+ */
11
+ maxResults?: number;
12
+ /**
13
+ * The maximum number of results to query per feature source, will be
14
+ * sorted by score and limited by maxResults NOTE: Not supported for layers on
15
+ * ArcGIS Server version 10.2 or older.
16
+ */
17
+ maxQueryResults?: number;
18
+ /**
19
+ * The command to execute when the user clears the search input.
20
+ */
21
+ onClear?: Action;
22
+ /**
23
+ * The command to execute when the user initiates a search.
24
+ */
25
+ onSearch?: Action;
26
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,6 @@
1
+ import type { ModelProperties } from "./ModelProperties.js";
2
+ /**
3
+ * Base configuration for all services.
4
+ */
5
+ export interface ServiceModelProperties extends ModelProperties {
6
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,6 @@
1
+ import type { ComponentModelProperties } from "./ComponentModelProperties.js";
2
+ /**
3
+ * Configuration for a split component.
4
+ */
5
+ export interface SplitModelProperties extends ComponentModelProperties {
6
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,6 @@
1
+ import type { ComponentModelProperties } from "./ComponentModelProperties.js";
2
+ /**
3
+ * Configuration for a stack component.
4
+ */
5
+ export interface StackModelProperties extends ComponentModelProperties {
6
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,10 @@
1
+ import type { ComponentModelProperties } from "./ComponentModelProperties.js";
2
+ /**
3
+ * Configuration for a text component.
4
+ */
5
+ export interface TextModelProperties extends ComponentModelProperties {
6
+ /**
7
+ * The text content.
8
+ */
9
+ text?: string;
10
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,27 @@
1
+ import type { FormatSettings } from "@vertigis/arcgis-extensions/utilities/FormatSettings";
2
+ /**
3
+ * A translatable string, either a language string or a language string with
4
+ * arguments to pass into it.
5
+ */
6
+ export declare type TranslatableText = string | TranslateOptions;
7
+ /**
8
+ * The available options for the Locale Service translate function.
9
+ */
10
+ export interface TranslateOptions extends FormatSettings {
11
+ /**
12
+ * The string to translate. If the text is a language resource key, then a
13
+ * localized version of that resource will be used if one exists, otherwise
14
+ * the original text is returned.
15
+ */
16
+ text: string;
17
+ /**
18
+ * The locale to use for translation. If not specified, the current locale
19
+ * will be used.
20
+ */
21
+ locale?: string;
22
+ /**
23
+ * The values to substitute into the format string if it contains
24
+ * substitution placeholders (see utilities/string/format in Geocortex API).
25
+ */
26
+ args?: unknown[];
27
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,6 @@
1
+ import type { ComponentModelProperties } from "./ComponentModelProperties.js";
2
+ /**
3
+ * Configuration for a user component.
4
+ */
5
+ export interface UserModelProperties extends ComponentModelProperties {
6
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,11 @@
1
+ import type { ItemRef } from "./ItemRef.js";
2
+ import type { ServiceModelProperties } from "./ServiceModelProperties.js";
3
+ /**
4
+ * Configuration for the workflow events service. For internal use only.
5
+ */
6
+ export interface WorkflowEventsProperties extends ServiceModelProperties {
7
+ /**
8
+ * An array of workflows to run when the app is launched. (Workflow[]).
9
+ */
10
+ workflows?: ItemRef[];
11
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,44 @@
1
+ import type { PortalItemLike } from "@vertigis/arcgis-extensions/utilities/portal";
2
+ import type { ComponentModelProperties } from "./ComponentModelProperties.js";
3
+ /**
4
+ * Properties that can be passed into the constructor for a Workflow model.
5
+ */
6
+ export interface WorkflowModelProperties extends ComponentModelProperties {
7
+ /**
8
+ * The URL where the workflow JSON is located.
9
+ */
10
+ url?: string;
11
+ /**
12
+ * The title of the workflow.
13
+ */
14
+ title?: string;
15
+ /**
16
+ * An icon to display for the workflow.
17
+ */
18
+ icon?: string;
19
+ /**
20
+ * The inputs to be passed into the workflow.
21
+ */
22
+ inputs?: Record<string, unknown>;
23
+ /**
24
+ * The layout ID of the workflow component to use for any workflow forms, or
25
+ * the ID of a container component like taskbar, panel, stack, etc. In the
26
+ * latter case, a new workflow component will be created dynamically as a
27
+ * child of the targeted container, and removed when the workflow finishes
28
+ * running.
29
+ */
30
+ target?: string;
31
+ /**
32
+ * The portal item where the workflow JSON is located.
33
+ */
34
+ portalItem?: PortalItemLike;
35
+ /**
36
+ * The name of the workflow input parameter that the command's context will
37
+ * map to.
38
+ */
39
+ commandArgumentInput?: string;
40
+ /**
41
+ * Whether the workflow accepts URL parameters when run from the URL.
42
+ */
43
+ acceptsUrlParams?: boolean;
44
+ }