@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{};
@@ -0,0 +1,14 @@
1
+ import type { BrandingModelProperties as CommonBrandingModelProperties } from "../common/BrandingModelProperties.js";
2
+ /**
3
+ * Properties for the branding service.
4
+ */
5
+ export interface BrandingModelProperties extends CommonBrandingModelProperties {
6
+ /**
7
+ * A link to an icon or png to be used as the application favIcon.
8
+ */
9
+ favIcon?: string;
10
+ /**
11
+ * The name to be used as the application name.
12
+ */
13
+ applicationName?: string;
14
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,58 @@
1
+ import type Highcharts from "highcharts";
2
+ import type { ComponentModelProperties } from "./ComponentModelProperties.js";
3
+ import type { FeatureSetProperties } from "./FeatureSetProperties.js";
4
+ /**
5
+ * Modules that enable additional functionality in HighCharts.
6
+ */
7
+ export declare type HighChartsModule = "highcharts-3d" | "highcharts-more" | "accessibility" | "annotations" | "annotations-advanced" | "arrow-symbols" | "boost" | "boost-canvas" | "broken-axis" | "bullet" | "coloraxis" | "current-date-indicator" | "cylinder" | "data" | "datagrouping" | "debugger" | "dependency-wheel" | "dotplot" | "draggable-points" | "drag-panes" | "drilldown" | "dumbbell" | "export-data" | "exporting" | "full-screen" | "funnel" | "funnel3d" | "gantt" | "grid-axis" | "heatmap" | "histogram-bellcurve" | "item-series" | "lollipop" | "map" | "marker-clusters" | "networkgraph" | "no-data-to-display" | "offline-exporting" | "oldie" | "oldie-polyfills" | "organization" | "overlapping-datalabels" | "parallel-coordinates" | "pathfinder" | "pattern-fill" | "price-indicator" | "pyramid3d" | "sankey" | "series-label" | "solid-gauge" | "sonification" | "static-scale" | "stock" | "stock-tools" | "streamgraph" | "sunburst" | "tilemap" | "timeline" | "treegrid" | "treemap" | "variable-pie" | "variwide" | "vector" | "venn" | "windbarb" | "wordcloud" | "xrange";
8
+ /**
9
+ * Configuration for a chart component.
10
+ */
11
+ export interface ChartModelProperties extends ComponentModelProperties {
12
+ /**
13
+ * The chart template. This is based on Highcharts config defined at
14
+ * https://api.highcharts.com/highcharts/
15
+ * with support for arcade expressions in the following syntax:
16
+ * ```.
17
+ * {
18
+ * "$script": "arcade expression"
19
+ * "$source": "item://layer-extension/id"
20
+ * }
21
+ * ```.
22
+ *
23
+ * The Arcade script supports basic arcade functionality as well as operations
24
+ * that target Arcade feature sets. The charts features from the specified source
25
+ * will be available to the arcade script as a $features global variable.
26
+ *
27
+ * The source specified can be any configured app item that can produce features
28
+ * ex:
29
+ * ```.
30
+ * Item://layer-extension/id
31
+ * item://table-extension/id
32
+ * item://workflow/id
33
+ * ```.
34
+ *
35
+ * Our config also supports callbacks with the following syntax
36
+ * ex:
37
+ * ```
38
+ * {
39
+ * ...,
40
+ * events: {
41
+ * click: {@link Action}
42
+ * }
43
+ * }
44
+ * ```
45
+ * The action will be executed with the event argument provided by Highcharts.
46
+ */
47
+ template: Highcharts.Options;
48
+ /**
49
+ * An optional list of highcharts modules that will be utilized by your
50
+ * charts configuration.
51
+ */
52
+ highchartsModules?: HighChartsModule[];
53
+ /**
54
+ * The set of features contained by the chart model. This property is only
55
+ * serialized into saved projects. Web only.
56
+ */
57
+ results?: FeatureSetProperties;
58
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,7 @@
1
+ import type { CompassModelProperties as CommonCompassModelProperties } from "../common/CompassModelProperties.js";
2
+ import type { ComponentModelProperties } from "./ComponentModelProperties.js";
3
+ /**
4
+ * @inheritdoc
5
+ */
6
+ export interface CompassModelProperties extends CommonCompassModelProperties, ComponentModelProperties {
7
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,12 @@
1
+ import type { ComponentModelProperties as CommonComponentModelProperties } from "../common/ComponentModelProperties.js";
2
+ import type { HasVisibilityFilters } from "./HasVisibilityFilters.js";
3
+ import type { ModelProperties } from "./ModelProperties.js";
4
+ /**
5
+ * @inheritdoc
6
+ */
7
+ export interface ComponentModelProperties extends CommonComponentModelProperties, HasVisibilityFilters, ModelProperties {
8
+ /**
9
+ * Whether this model should be included in landmarks.
10
+ */
11
+ isLandmark?: boolean;
12
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,7 @@
1
+ import type { CoordinateModelProperties as CommonCoordinateModelProperties } from "../common/CoordinateModelProperties.js";
2
+ import type { ServiceModelProperties } from "../common/ServiceModelProperties.js";
3
+ /**
4
+ * @inheritdoc
5
+ */
6
+ export interface CoordinateModelProperties extends CommonCoordinateModelProperties, ServiceModelProperties {
7
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,7 @@
1
+ import type { DialogModelProperties as CommonDialogModelProperties } from "../common/DialogModelProperties.js";
2
+ import type { ComponentModelProperties } from "./ComponentModelProperties.js";
3
+ /**
4
+ * @inheritdoc
5
+ */
6
+ export interface DialogModelProperties extends CommonDialogModelProperties, ComponentModelProperties {
7
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,102 @@
1
+ import type LineSymbol3D from "@arcgis/core/symbols/LineSymbol3D";
2
+ import type PictureFillSymbol from "@arcgis/core/symbols/PictureFillSymbol";
3
+ import type PictureMarkerSymbol from "@arcgis/core/symbols/PictureMarkerSymbol";
4
+ import type PointSymbol3D from "@arcgis/core/symbols/PointSymbol3D";
5
+ import type PolygonSymbol3D from "@arcgis/core/symbols/PolygonSymbol3D";
6
+ import type SimpleFillSymbol from "@arcgis/core/symbols/SimpleFillSymbol";
7
+ import type SimpleLineSymbol from "@arcgis/core/symbols/SimpleLineSymbol";
8
+ import type SimpleMarkerSymbol from "@arcgis/core/symbols/SimpleMarkerSymbol";
9
+ import type TextSymbol from "@arcgis/core/symbols/TextSymbol";
10
+ import type { LineSymbol3D as LineSymbol3DProperties } from "@vertigis/arcgis-extensions/portal/LineSymbol3D";
11
+ import type { PictureFillSymbol as PictureFillSymbolProperties } from "@vertigis/arcgis-extensions/portal/PictureFillSymbol";
12
+ import type { PictureMarkerSymbol as PictureMarkerSymbolProperties } from "@vertigis/arcgis-extensions/portal/PictureMarkerSymbol";
13
+ import type { PointSymbol3D as PointSymbol3DProperties } from "@vertigis/arcgis-extensions/portal/PointSymbol3D";
14
+ import type { PolygonSymbol3D as PolygonSymbol3DProperties } from "@vertigis/arcgis-extensions/portal/PolygonSymbol3D";
15
+ import type { SimpleFillSymbol as SimpleFillSymbolProperties } from "@vertigis/arcgis-extensions/portal/SimpleFillSymbol";
16
+ import type { SimpleLineSymbol as SimpleLineSymbolProperties } from "@vertigis/arcgis-extensions/portal/SimpleLineSymbol";
17
+ import type { SimpleMarkerSymbol as SimpleMarkerSymbolProperties } from "@vertigis/arcgis-extensions/portal/SimpleMarkerSymbol";
18
+ import type { TextSymbol as TextSymbolProperties } from "@vertigis/arcgis-extensions/portal/TextSymbol";
19
+ import type { SymbolLike } from "../../messaging/common.js";
20
+ import type { ModelProperties } from "../common/ModelProperties.js";
21
+ /**
22
+ * Base configuration shared by the draw and measurement services.
23
+ */
24
+ export interface DrawModelBaseProperties extends ModelProperties {
25
+ /**
26
+ * The symbol used to draw point markup.
27
+ */
28
+ pointSymbol?: SimpleMarkerSymbol | SimpleMarkerSymbolProperties | PictureMarkerSymbol | PictureMarkerSymbolProperties;
29
+ /**
30
+ * The symbol used to draw 3D point markup.
31
+ */
32
+ pointSymbol3D?: PointSymbol3D | PointSymbol3DProperties;
33
+ /**
34
+ * The symbol used to draw line markup.
35
+ */
36
+ lineSymbol?: SimpleLineSymbol | SimpleLineSymbolProperties;
37
+ /**
38
+ * The symbol used to draw 3D line markup.
39
+ */
40
+ lineSymbol3D?: LineSymbol3D | LineSymbol3DProperties;
41
+ /**
42
+ * The symbol used to draw polygon markup.
43
+ */
44
+ polygonSymbol?: PictureFillSymbol | PictureFillSymbolProperties | SimpleFillSymbol | SimpleFillSymbolProperties;
45
+ /**
46
+ * The symbol used to draw 3D polygon markup.
47
+ */
48
+ polygonSymbol3D?: PolygonSymbol3D | PolygonSymbol3DProperties;
49
+ /**
50
+ * The symbol used to draw text markup.
51
+ */
52
+ textSymbol?: TextSymbol | TextSymbolProperties;
53
+ /**
54
+ * A list of SymbolPresets that can be assigned to graphics.
55
+ */
56
+ symbolPresets?: SymbolPresetProperties[];
57
+ /**
58
+ * Shows only symbol presets and no fine-grain controls when a symbol is
59
+ * being edited. If no symbol presets are configured, this property is
60
+ * ignored.
61
+ */
62
+ showOnlySymbolPresets?: boolean;
63
+ }
64
+ /**
65
+ * Configuration for the draw service.
66
+ */
67
+ export interface DrawModelProperties extends DrawModelBaseProperties {
68
+ /**
69
+ * Whether draw syncing is enabled. If enabled, draw syncing will propagate
70
+ * all graphics drawn on any map to all other maps in the layout.
71
+ */
72
+ synced?: boolean;
73
+ }
74
+ /**
75
+ * The type of geometry that a given symbol can symbolize.
76
+ */
77
+ export declare type SymbolGeometryType = "point" | "polyline" | "polygon" | "unknown";
78
+ /**
79
+ * Configuration properties for a SymbolPreset.
80
+ */
81
+ export interface SymbolPresetProperties {
82
+ /**
83
+ * The unique ID.
84
+ */
85
+ id?: string;
86
+ /**
87
+ * The geometry type associated with the symbol.
88
+ */
89
+ geometryType?: SymbolGeometryType;
90
+ /**
91
+ * A description of the SymbolPreset.
92
+ */
93
+ description?: string;
94
+ /**
95
+ * The title of the the SymbolPreset.
96
+ */
97
+ title: string;
98
+ /**
99
+ * The Symbol.
100
+ */
101
+ symbol: SymbolLike;
102
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,12 @@
1
+ import type { FeatureInfoModelProperties } from "./FeatureInfoModelProperties.js";
2
+ import type { FeatureListProperties } from "./FeatureListProperties.js";
3
+ /**
4
+ * Properties for a feature-details component.
5
+ */
6
+ export interface FeatureDetailsModelProperties extends FeatureInfoModelProperties {
7
+ /**
8
+ * The set of features contained by the feature-details model. This property is only
9
+ * serialized into saved projects. Web only.
10
+ */
11
+ results?: FeatureListProperties;
12
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,22 @@
1
+ import type { Action } from "@vertigis/arcgis-extensions/support/Action";
2
+ import type { FeatureDetailsModelProperties as CommonFeatureDetailsModelProperties } from "../common/FeatureDetailsModelProperties.js";
3
+ import type { ComponentModelProperties } from "./ComponentModelProperties.js";
4
+ /**
5
+ * Base properties for the feature-details and feature-summary components.
6
+ */
7
+ export interface FeatureInfoModelProperties extends CommonFeatureDetailsModelProperties, ComponentModelProperties {
8
+ /**
9
+ * A command or set of commands to execute when a feature is added into the
10
+ * collection.
11
+ */
12
+ onFeatureAdd?: Action;
13
+ /**
14
+ * A command or set of commands to execute when a feature is removed from
15
+ * the collection.
16
+ */
17
+ onFeatureRemove?: Action;
18
+ /**
19
+ * A command or set of commands to execute when a related record is clicked.
20
+ */
21
+ onRelatedRecordClick?: Action;
22
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,12 @@
1
+ import type { FeatureListProperties as ApiFeatureListProperties } from "@vertigis/arcgis-extensions/data/FeatureList";
2
+ import type { ItemRef } from "../common/ItemRef.js";
3
+ import type { FeatureSetProperties } from "./FeatureSetProperties.js";
4
+ /**
5
+ * Properties for a FeatureList.
6
+ */
7
+ export interface FeatureListProperties extends Omit<ApiFeatureListProperties, "featureSet"> {
8
+ /**
9
+ * @inheritdoc
10
+ */
11
+ featureSet?: (FeatureSetProperties | ItemRef)[];
12
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,16 @@
1
+ import type { FeatureProperties } from "@vertigis/arcgis-extensions/data/Feature";
2
+ import type { FeatureSetProperties as ApiFeatureSetProperties } from "@vertigis/arcgis-extensions/data/FeatureSet";
3
+ import type { ItemRef } from "app-config/common/ItemRef";
4
+ /**
5
+ * Properties for a FeatureSet.
6
+ */
7
+ export interface FeatureSetProperties extends Omit<ApiFeatureSetProperties, "features" | "source"> {
8
+ /**
9
+ * @inheritdoc
10
+ */
11
+ features?: (FeatureProperties | ItemRef)[];
12
+ /**
13
+ * @inheritdoc
14
+ */
15
+ source?: ItemRef;
16
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,22 @@
1
+ import type { Action } from "@vertigis/arcgis-extensions/support/Action";
2
+ import type { FeatureDetailsModelProperties as CommonFeatureDetailsModelProperties } from "../common/FeatureDetailsModelProperties.js";
3
+ import type { ComponentModelProperties } from "./ComponentModelProperties.js";
4
+ /**
5
+ * Properties for a feature-summary component.
6
+ */
7
+ export interface FeatureSummaryModelProperties extends CommonFeatureDetailsModelProperties, ComponentModelProperties {
8
+ /**
9
+ * A command or set of commands to execute when a feature is added into the
10
+ * collection.
11
+ */
12
+ onFeatureAdd?: Action;
13
+ /**
14
+ * A command or set of commands to execute when a feature is removed from
15
+ * the collection.
16
+ */
17
+ onFeatureRemove?: Action;
18
+ /**
19
+ * A command or set of commands to execute when the summary is clicked.
20
+ */
21
+ onFeatureClick?: Action;
22
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,7 @@
1
+ import type { GeolocationModelProperties as CommonGeolocationModelProperties } from "../common/GeolocationModelProperties.js";
2
+ import type { ComponentModelProperties } from "./ComponentModelProperties.js";
3
+ /**
4
+ * @inheritdoc
5
+ */
6
+ export interface GeolocationModelProperties extends CommonGeolocationModelProperties, ComponentModelProperties {
7
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,27 @@
1
+ import type { LengthUnits } from "../../messaging/registry/geometry.js";
2
+ import type { ModelProperties } from "../common/ModelProperties.js";
3
+ /**
4
+ * Configuration for the geometry service.
5
+ */
6
+ export interface GeometryModelProperties extends ModelProperties {
7
+ /**
8
+ * The URL for the external geometry service that's used for calculations
9
+ * that can't be done client-side.
10
+ */
11
+ geometryServiceUrl?: string;
12
+ /**
13
+ * The default distance value for buffer operations. The default units are
14
+ * based on the application's measurement system: "meters" for metric,
15
+ * otherwise "yards".
16
+ */
17
+ bufferDistance?: number;
18
+ /**
19
+ * The default distance units for buffer operations. The default is 100.
20
+ */
21
+ bufferUnits?: LengthUnits;
22
+ /**
23
+ * Whether or not geodesic buffers are performed. The default is true. If
24
+ * set to false, buffers will be planar.
25
+ */
26
+ isGeodesic?: boolean;
27
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,35 @@
1
+ /**
2
+ * A username for a particular ArcGIS Portal User.
3
+ */
4
+ export declare type PortalUsername = string;
5
+ /**
6
+ * The unique ID of an ArcGIS Portal Group.
7
+ */
8
+ export declare type PortalGroupId = string;
9
+ /**
10
+ * A defined set of user types for convenient configuration, based on authentication.
11
+ */
12
+ export declare type VertigisUserType = "gcx-all-users" | "gcx-anonymous-users" | "gcx-authenticated-users";
13
+ /**
14
+ * An identity/authentication based filter that determines whether a component
15
+ * or menu item in the app is visible or hidden from a given end-user.
16
+ */
17
+ export declare type VisibilityFilter = VertigisUserType | PortalGroupId | PortalUsername;
18
+ /**
19
+ * A set of properties that determines whether a component or menu item in the
20
+ * app is visible or hidden from a given end-user.
21
+ */
22
+ export interface HasVisibilityFilters {
23
+ /**
24
+ * Filters that determine whether the UI element is visible to a given
25
+ * end-user. If both visibleTo and hiddenFrom are undefined/empty, the component
26
+ * will be visible to all users.
27
+ */
28
+ visibleTo?: VisibilityFilter[];
29
+ /**
30
+ * Filters that determine whether the UI element is hidden from a given
31
+ * end-user. If both visibleTo and hiddenFrom are undefined/empty, the component
32
+ * will be visible to all users.
33
+ */
34
+ hiddenFrom?: VisibilityFilter[];
35
+ }
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1,7 @@
1
+ import type { ImageModelProperties as CommonImageModelProperties } from "../common/ImageModelProperties.js";
2
+ import type { ComponentModelProperties } from "./ComponentModelProperties.js";
3
+ /**
4
+ * @inheritdoc
5
+ */
6
+ export interface ImageModelProperties extends CommonImageModelProperties, ComponentModelProperties {
7
+ }