@vertigis/viewer-spec 56.23.0 → 56.25.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 (267) hide show
  1. package/analytics/AnalyticsContext.d.ts +29 -29
  2. package/analytics/AnalyticsContext.js +1 -1
  3. package/analytics/CommonAction.d.ts +90 -90
  4. package/analytics/CommonAction.js +1 -1
  5. package/analytics/MobileAction.d.ts +113 -113
  6. package/analytics/MobileAction.js +1 -1
  7. package/analytics/WebAction.d.ts +102 -102
  8. package/analytics/WebAction.js +1 -1
  9. package/app-config/AppConfig.d.ts +55 -55
  10. package/app-config/ItemConfig.d.ts +18 -18
  11. package/app-config/common/AnalyticsModelProperties.d.ts +10 -10
  12. package/app-config/common/ApplicationModelProperties.d.ts +15 -15
  13. package/app-config/common/BasemapPickerModelProperties.d.ts +6 -6
  14. package/app-config/common/BookmarksModelProperties.d.ts +17 -17
  15. package/app-config/common/BrandingColors.d.ts +102 -102
  16. package/app-config/common/BrandingModelProperties.d.ts +23 -23
  17. package/app-config/common/BrandingThemeProperties.d.ts +35 -35
  18. package/app-config/common/CompassModelProperties.d.ts +6 -6
  19. package/app-config/common/ComponentModelProperties.d.ts +14 -14
  20. package/app-config/common/CoordinateFormat.d.ts +4 -4
  21. package/app-config/common/CoordinateModelProperties.d.ts +43 -43
  22. package/app-config/common/DialogModelProperties.d.ts +6 -6
  23. package/app-config/common/EventListenerModelProperties.d.ts +44 -44
  24. package/app-config/common/ExpandModelProperties.d.ts +6 -6
  25. package/app-config/common/FeatureDetailsModelProperties.d.ts +27 -27
  26. package/app-config/common/GeolocationModelProperties.d.ts +6 -6
  27. package/app-config/common/HighlightModelProperties.d.ts +68 -68
  28. package/app-config/common/ImageModelProperties.d.ts +14 -14
  29. package/app-config/common/ItemRef.d.ts +4 -4
  30. package/app-config/common/LayerListModelProperties.d.ts +6 -6
  31. package/app-config/common/LayerPresetsModelProperties.d.ts +14 -14
  32. package/app-config/common/LayoutProperties.d.ts +33 -33
  33. package/app-config/common/LegendModelProperties.d.ts +6 -6
  34. package/app-config/common/LicensingModelProperties.d.ts +10 -10
  35. package/app-config/common/MapCoordinatesModelProperties.d.ts +6 -6
  36. package/app-config/common/MapModelProperties.d.ts +7 -7
  37. package/app-config/common/MenuModelProperties.d.ts +13 -13
  38. package/app-config/common/ModelProperties.d.ts +6 -6
  39. package/app-config/common/PanelModelProperties.d.ts +6 -6
  40. package/app-config/common/RegionModelProperties.d.ts +25 -25
  41. package/app-config/common/ResultsModelProperties.d.ts +13 -13
  42. package/app-config/common/ScalebarModelProperties.d.ts +6 -6
  43. package/app-config/common/SearchModelProperties.d.ts +26 -26
  44. package/app-config/common/ServiceModelProperties.d.ts +6 -6
  45. package/app-config/common/SplitModelProperties.d.ts +6 -6
  46. package/app-config/common/StackModelProperties.d.ts +6 -6
  47. package/app-config/common/TextModelProperties.d.ts +10 -10
  48. package/app-config/common/TranslatableText.d.ts +35 -35
  49. package/app-config/common/UserModelProperties.d.ts +6 -6
  50. package/app-config/common/WorkflowEventsProperties.d.ts +11 -11
  51. package/app-config/common/WorkflowModelProperties.d.ts +44 -44
  52. package/app-config/common/ZoomModelProperties.d.ts +6 -6
  53. package/app-config/common/colors.d.ts +6 -6
  54. package/app-config/index.d.ts +2 -2
  55. package/app-config/mobile/AddFeatureModelProperties.d.ts +6 -6
  56. package/app-config/mobile/AddRelatedFeatureModelProperties.d.ts +6 -6
  57. package/app-config/mobile/BasemapModelProperties.d.ts +11 -11
  58. package/app-config/mobile/CoordinateModelProperties.d.ts +10 -10
  59. package/app-config/mobile/FeatureDetailsModelProperties.d.ts +26 -26
  60. package/app-config/mobile/GeometryToolbarModelProperties.d.ts +6 -6
  61. package/app-config/mobile/GnssDeviceSelectionModelProperties.d.ts +6 -6
  62. package/app-config/mobile/GnssDeviceSettingsModelProperties.d.ts +6 -6
  63. package/app-config/mobile/GnssMetadataModelProperties.d.ts +6 -6
  64. package/app-config/mobile/MapModelProperties.d.ts +52 -52
  65. package/app-config/mobile/OfflineModelProperties.d.ts +48 -48
  66. package/app-config/mobile/PortalExtensionSettingsProperties.d.ts +27 -27
  67. package/app-config/mobile/ScrollModelProperties.d.ts +6 -6
  68. package/app-config/mobile/SearchModelProperties.d.ts +14 -14
  69. package/app-config/mobile/SelectLayerSettingsModelProperties.d.ts +11 -11
  70. package/app-config/mobile/TaskbarModelProperties.d.ts +6 -6
  71. package/app-config/mobile/UpdateFeatureModelProperties.d.ts +6 -6
  72. package/app-config/mobile/VertigisMobileModelProperties.d.ts +67 -67
  73. package/app-config/schema/common-app-config.schema.json +1 -1
  74. package/app-config/schema/web-app-config.schema.json +1 -1
  75. package/app-config/web/AddressModelProperties.d.ts +6 -6
  76. package/app-config/web/BasemapModelProperties.d.ts +10 -10
  77. package/app-config/web/BasemapPickerModelProperties.d.ts +7 -7
  78. package/app-config/web/BookmarksModelProperties.d.ts +7 -7
  79. package/app-config/web/BrandingModelProperties.d.ts +14 -14
  80. package/app-config/web/ChartModelProperties.d.ts +58 -58
  81. package/app-config/web/CompassModelProperties.d.ts +7 -7
  82. package/app-config/web/ComponentModelProperties.d.ts +12 -12
  83. package/app-config/web/CoordinateModelProperties.d.ts +50 -50
  84. package/app-config/web/DataLinkSourceProperties.d.ts +15 -15
  85. package/app-config/web/DialogModelProperties.d.ts +7 -7
  86. package/app-config/web/DrawModelProperties.d.ts +94 -94
  87. package/app-config/web/FeatureDetailsModelProperties.d.ts +19 -19
  88. package/app-config/web/FeatureInfoModelProperties.d.ts +38 -38
  89. package/app-config/web/FeatureListProperties.d.ts +12 -12
  90. package/app-config/web/FeatureSetProperties.d.ts +16 -16
  91. package/app-config/web/FeatureSummaryModelProperties.d.ts +27 -27
  92. package/app-config/web/GeolocationModelProperties.d.ts +7 -7
  93. package/app-config/web/GeometryModelProperties.d.ts +27 -27
  94. package/app-config/web/HasVisibilityFilters.d.ts +36 -36
  95. package/app-config/web/ImageModelProperties.d.ts +7 -7
  96. package/app-config/web/KpiCardModelProperties.d.ts +146 -146
  97. package/app-config/web/LayerListModelProperties.d.ts +18 -18
  98. package/app-config/web/LayerPresetsModelProperties.d.ts +7 -7
  99. package/app-config/web/LegendModelProperties.d.ts +7 -7
  100. package/app-config/web/Map3dToggleModelProperties.d.ts +6 -6
  101. package/app-config/web/MapCoordinatesModelProperties.d.ts +50 -50
  102. package/app-config/web/MapModelProperties.d.ts +87 -87
  103. package/app-config/web/MeasurementModelProperties.d.ts +36 -36
  104. package/app-config/web/MenuItemModelProperties.d.ts +7 -7
  105. package/app-config/web/MenuModelProperties.d.ts +13 -13
  106. package/app-config/web/ModelProperties.d.ts +7 -7
  107. package/app-config/web/PanelModelProperties.d.ts +7 -7
  108. package/app-config/web/PortalModelProperties.d.ts +11 -11
  109. package/app-config/web/PrintFormModelProperties.d.ts +42 -42
  110. package/app-config/web/PrintModelProperties.d.ts +11 -11
  111. package/app-config/web/ProjectModelProperties.d.ts +12 -12
  112. package/app-config/web/QueryBuilderModelProperties.d.ts +22 -22
  113. package/app-config/web/ReportModelProperties.d.ts +15 -15
  114. package/app-config/web/ResultsModelProperties.d.ts +101 -101
  115. package/app-config/web/ResultsServiceModelProperties.d.ts +48 -48
  116. package/app-config/web/ScaleInputModelProperties.d.ts +6 -6
  117. package/app-config/web/ScalebarModelProperties.d.ts +22 -22
  118. package/app-config/web/SearchModelProperties.d.ts +22 -22
  119. package/app-config/web/SearchServiceProperties.d.ts +25 -25
  120. package/app-config/web/SharedProjectsModelProperties.d.ts +53 -53
  121. package/app-config/web/SharedStorageModelProperties.d.ts +30 -30
  122. package/app-config/web/SnappingProperties.d.ts +101 -101
  123. package/app-config/web/SplitModelProperties.d.ts +7 -7
  124. package/app-config/web/StackModelProperties.d.ts +7 -7
  125. package/app-config/web/TabsModelProperties.d.ts +6 -6
  126. package/app-config/web/TextModelProperties.d.ts +7 -7
  127. package/app-config/web/UserModelProperties.d.ts +12 -12
  128. package/app-config/web/UserPreferencesModelProperties.d.ts +10 -10
  129. package/app-config/web/VertigisWebModelProperties.d.ts +74 -74
  130. package/app-config/web/WorkflowModelProperties.d.ts +13 -13
  131. package/app-config/web/ZoomModelProperties.d.ts +7 -7
  132. package/layout/schema/layout-common.xsd +20 -7
  133. package/messaging/Command.d.ts +76 -76
  134. package/messaging/CommandRegistry.d.ts +25 -25
  135. package/messaging/CommandRegistry.js +1 -1
  136. package/messaging/DotNetTypes.d.ts +4 -4
  137. package/messaging/Event.d.ts +26 -26
  138. package/messaging/EventRegistry.d.ts +25 -25
  139. package/messaging/EventRegistry.js +1 -1
  140. package/messaging/Message.d.ts +50 -50
  141. package/messaging/MessageBus.d.ts +54 -54
  142. package/messaging/Operation.d.ts +77 -77
  143. package/messaging/OperationRegistry.d.ts +26 -26
  144. package/messaging/OperationRegistry.js +1 -1
  145. package/messaging/common.d.ts +354 -354
  146. package/messaging/mobile.d.ts +6 -6
  147. package/messaging/registry/Commands.d.ts +78 -78
  148. package/messaging/registry/Commands.js +1 -1
  149. package/messaging/registry/Events.d.ts +62 -62
  150. package/messaging/registry/Events.js +1 -1
  151. package/messaging/registry/Operations.d.ts +69 -69
  152. package/messaging/registry/Operations.js +1 -1
  153. package/messaging/registry/app-config.d.ts +12 -12
  154. package/messaging/registry/app-config.js +1 -1
  155. package/messaging/registry/app.d.ts +264 -264
  156. package/messaging/registry/app.js +1 -1
  157. package/messaging/registry/arcade.d.ts +115 -115
  158. package/messaging/registry/arcade.js +1 -1
  159. package/messaging/registry/auth.d.ts +151 -151
  160. package/messaging/registry/auth.js +1 -1
  161. package/messaging/registry/basemap.d.ts +74 -74
  162. package/messaging/registry/basemap.js +1 -1
  163. package/messaging/registry/bookmark.d.ts +42 -42
  164. package/messaging/registry/bookmark.js +1 -1
  165. package/messaging/registry/charts.d.ts +81 -81
  166. package/messaging/registry/charts.js +1 -1
  167. package/messaging/registry/debugConsole.d.ts +26 -26
  168. package/messaging/registry/debugConsole.js +1 -1
  169. package/messaging/registry/device.d.ts +28 -28
  170. package/messaging/registry/device.js +1 -1
  171. package/messaging/registry/display.d.ts +17 -17
  172. package/messaging/registry/display.js +1 -1
  173. package/messaging/registry/drawing.d.ts +149 -149
  174. package/messaging/registry/drawing.js +1 -1
  175. package/messaging/registry/edit.d.ts +371 -371
  176. package/messaging/registry/edit.js +1 -1
  177. package/messaging/registry/file.d.ts +156 -156
  178. package/messaging/registry/file.js +1 -1
  179. package/messaging/registry/filter-builder.d.ts +73 -73
  180. package/messaging/registry/filter-builder.js +1 -1
  181. package/messaging/registry/geocode.d.ts +87 -87
  182. package/messaging/registry/geocode.js +1 -1
  183. package/messaging/registry/geolocation.d.ts +499 -499
  184. package/messaging/registry/geolocation.js +1 -1
  185. package/messaging/registry/geometry-toolbar.d.ts +29 -29
  186. package/messaging/registry/geometry-toolbar.js +1 -1
  187. package/messaging/registry/geometry.d.ts +278 -278
  188. package/messaging/registry/geometry.js +1 -1
  189. package/messaging/registry/highlights.d.ts +86 -86
  190. package/messaging/registry/highlights.js +1 -1
  191. package/messaging/registry/input.d.ts +22 -22
  192. package/messaging/registry/input.js +1 -1
  193. package/messaging/registry/iwtm.d.ts +11 -11
  194. package/messaging/registry/iwtm.js +1 -1
  195. package/messaging/registry/kpi.d.ts +98 -98
  196. package/messaging/registry/kpi.js +1 -1
  197. package/messaging/registry/layer-comparison.d.ts +104 -104
  198. package/messaging/registry/layer-comparison.js +1 -1
  199. package/messaging/registry/layer-presets.d.ts +49 -49
  200. package/messaging/registry/layer-presets.js +1 -1
  201. package/messaging/registry/layers.d.ts +196 -196
  202. package/messaging/registry/layers.js +1 -1
  203. package/messaging/registry/layout.d.ts +49 -49
  204. package/messaging/registry/layout.js +1 -1
  205. package/messaging/registry/licensing.d.ts +38 -38
  206. package/messaging/registry/licensing.js +1 -1
  207. package/messaging/registry/location-marker.d.ts +171 -171
  208. package/messaging/registry/location-marker.js +1 -1
  209. package/messaging/registry/logViewer.d.ts +17 -17
  210. package/messaging/registry/logViewer.js +1 -1
  211. package/messaging/registry/map.d.ts +1275 -1275
  212. package/messaging/registry/map.js +1 -1
  213. package/messaging/registry/measurement.d.ts +168 -168
  214. package/messaging/registry/measurement.js +1 -1
  215. package/messaging/registry/messaging.d.ts +23 -23
  216. package/messaging/registry/messaging.js +1 -1
  217. package/messaging/registry/network.d.ts +46 -46
  218. package/messaging/registry/network.js +1 -1
  219. package/messaging/registry/offline.d.ts +508 -507
  220. package/messaging/registry/offline.js +1 -1
  221. package/messaging/registry/panel.d.ts +115 -115
  222. package/messaging/registry/panel.js +1 -1
  223. package/messaging/registry/photos.d.ts +47 -47
  224. package/messaging/registry/photos.js +1 -1
  225. package/messaging/registry/portal.d.ts +94 -94
  226. package/messaging/registry/portal.js +1 -1
  227. package/messaging/registry/printing.d.ts +166 -166
  228. package/messaging/registry/printing.js +1 -1
  229. package/messaging/registry/project.d.ts +144 -144
  230. package/messaging/registry/project.js +1 -1
  231. package/messaging/registry/query-builder.d.ts +83 -83
  232. package/messaging/registry/query-builder.js +1 -1
  233. package/messaging/registry/region.d.ts +23 -23
  234. package/messaging/registry/region.js +1 -1
  235. package/messaging/registry/reports.d.ts +135 -135
  236. package/messaging/registry/reports.js +1 -1
  237. package/messaging/registry/results.d.ts +671 -671
  238. package/messaging/registry/results.js +1 -1
  239. package/messaging/registry/search.d.ts +74 -74
  240. package/messaging/registry/search.js +1 -1
  241. package/messaging/registry/settings.d.ts +38 -38
  242. package/messaging/registry/settings.js +1 -1
  243. package/messaging/registry/shortcut.d.ts +41 -41
  244. package/messaging/registry/shortcut.js +1 -1
  245. package/messaging/registry/sketching.d.ts +960 -960
  246. package/messaging/registry/sketching.js +1 -1
  247. package/messaging/registry/studioAnalytics.d.ts +25 -25
  248. package/messaging/registry/studioAnalytics.js +1 -1
  249. package/messaging/registry/system.d.ts +277 -277
  250. package/messaging/registry/system.js +1 -1
  251. package/messaging/registry/tasks.d.ts +323 -323
  252. package/messaging/registry/tasks.js +1 -1
  253. package/messaging/registry/ui.d.ts +518 -518
  254. package/messaging/registry/ui.js +1 -1
  255. package/messaging/registry/viewer.d.ts +145 -145
  256. package/messaging/registry/viewer.js +1 -1
  257. package/messaging/registry/workflow.d.ts +170 -170
  258. package/messaging/registry/workflow.js +1 -1
  259. package/messaging/schema/common-action.schema.json +6437 -12158
  260. package/messaging/schema/common-event.schema.json +107 -803
  261. package/messaging/schema/mobile-action.schema.json +7719 -16138
  262. package/messaging/schema/mobile-event.schema.json +181 -2422
  263. package/messaging/schema/web-action.schema.json +8397 -23281
  264. package/messaging/schema/web-event.schema.json +183 -1937
  265. package/package.json +20 -20
  266. package/version.d.ts +4 -4
  267. package/version.js +4 -4
@@ -1 +1 @@
1
- import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";import{OperationRegistry as r}from"../OperationRegistry.js";export class MapCommands extends e{constructor(){super(...arguments),this._prefix="map"}get addMarkup(){return this._get("add-markup")}get addLayers(){return this._get("add-layers")}get applyFilterEffect(){return this._get("apply-filter-effect")}get applyLayerPreset(){return this._get("apply-layer-preset")}get createNote(){return this._get("create-note")}get editNote(){return this._get("edit-note")}get removeFilterEffects(){return this._get("remove-filter-effects")}get clearFilterEffects(){return this._get("clear-filter-effects")}get clearMarkup(){return this._get("clear-markup")}get disableMapClick(){return this._get("disable-map-click")}get displayExtentSelector(){return this._get("display-extent-selector")}get enableMapClick(){return this._get("enable-map-click")}get goToFeatures(){return this._get("go-to-features")}get goToGeometry(){return this._get("go-to-geometry")}get goToNextViewpoint(){return this._get("go-to-next-viewpoint")}get goToPreviousViewpoint(){return this._get("go-to-previous-viewpoint")}get goToViewpoint(){return this._get("go-to-viewpoint")}get goToScale(){return this._get("go-to-scale")}get goToInitialViewpoint(){return this._get("go-to-initial-viewpoint")}get goToLayerExtent(){return this._get("go-to-layer-extent")}get hideExtentSelector(){return this._get("hide-extent-selector")}get hideMarkup(){return this._get("hide-markup")}get panToFeatures(){return this._get("pan-to-features")}get panToGeometry(){return this._get("pan-to-geometry")}get pauseSketch(){return this._get("pause-sketch")}get removeLayers(){return this._get("remove-layers")}get replace(){return this._get("replace")}get replaceAdditionalLayers(){return this._get("replace-additional-layers")}get replaceMmpk(){return this._get("replace-mmpk")}get resumeSketch(){return this._get("resume-sketch")}get rotateBy(){return this._get("rotate-by")}get rotateTo(){return this._get("rotate-to")}get refresh(){return this._get("refresh")}get setViewMode(){return this._get("set-view-mode")}get showMarkup(){return this._get("show-markup")}get updateLayer(){return this._get("update-layer")}get zoomToFeatures(){return this._get("zoom-to-features")}get zoomToGeometry(){return this._get("zoom-to-geometry")}get zoomIn(){return this._get("zoom-in")}get zoomOut(){return this._get("zoom-out")}get zoomToScale(){return this._get("zoom-to-scale")}get zoomToInitialViewpoint(){return this._get("zoom-to-initial-viewpoint")}get zoomToNextViewpoint(){return this._get("zoom-to-next-viewpoint")}get zoomToPreviousViewpoint(){return this._get("zoom-to-previous-viewpoint")}get zoomToViewpoint(){return this._get("zoom-to-viewpoint")}get zoomToLayerExtent(){return this._get("zoom-to-layer-extent")}get zoomToLayerVisibleScale(){return this._get("zoom-to-layer-visible-scale")}}export class MapEvents extends t{constructor(){super(...arguments),this._prefix="map"}get initialized(){return this._get("initialized")}get initializing(){return this._get("initializing")}get markupAdded(){return this._get("markup-added")}get markupCleared(){return this._get("markup-cleared")}get navigationCompleted(){return this._get("navigation-completed")}get refreshed(){return this._get("refreshed")}get refreshing(){return this._get("refreshing")}get rotated(){return this._get("rotated")}get rotating(){return this._get("rotating")}get switched(){return this._get("switched")}get viewModeChanged(){return this._get("view-mode-changed")}get viewpointChanged(){return this._get("viewpoint-changed")}get imageExported(){return this._get("image-exported")}}export class MapOperations extends r{constructor(){super(...arguments),this._prefix="map"}get getUserCoordinatesInput(){return this._get("get-user-coordinates-input")}get getCoordinateTransformation(){return this._get("get-coordinate-transformation")}get exportImage(){return this._get("export-image")}get exportWebMapOrScene(){return this._get("export-web-map-or-scene")}get getMarkup(){return this._get("get-markup")}get getExtent(){return this._get("get-extent")}get getGeometryFromSelector(){return this._get("get-geometry-from-selector")}get getInitialViewpoint(){return this._get("get-initial-viewpoint")}get getViewpoint(){return this._get("get-viewpoint")}get getSpatialReference(){return this._get("get-spatial-reference")}get getVisibleCenter(){return this._get("get-visible-center")}get hide(){return this._get("hide")}get show(){return this._get("show")}get startSketch(){return this._get("start-sketch")}get stopSketch(){return this._get("stop-sketch")}get getViewInsets(){return this._get("get-view-insets")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";import{OperationRegistry as r}from"../OperationRegistry.js";export class MapCommands extends e{_prefix="map";get addMarkup(){return this._get("add-markup")}get addLayers(){return this._get("add-layers")}get applyFilterEffect(){return this._get("apply-filter-effect")}get applyLayerPreset(){return this._get("apply-layer-preset")}get createNote(){return this._get("create-note")}get editNote(){return this._get("edit-note")}get removeFilterEffects(){return this._get("remove-filter-effects")}get clearFilterEffects(){return this._get("clear-filter-effects")}get clearMarkup(){return this._get("clear-markup")}get disableMapClick(){return this._get("disable-map-click")}get displayExtentSelector(){return this._get("display-extent-selector")}get enableMapClick(){return this._get("enable-map-click")}get goToFeatures(){return this._get("go-to-features")}get goToGeometry(){return this._get("go-to-geometry")}get goToNextViewpoint(){return this._get("go-to-next-viewpoint")}get goToPreviousViewpoint(){return this._get("go-to-previous-viewpoint")}get goToViewpoint(){return this._get("go-to-viewpoint")}get goToScale(){return this._get("go-to-scale")}get goToInitialViewpoint(){return this._get("go-to-initial-viewpoint")}get goToLayerExtent(){return this._get("go-to-layer-extent")}get hideExtentSelector(){return this._get("hide-extent-selector")}get hideMarkup(){return this._get("hide-markup")}get panToFeatures(){return this._get("pan-to-features")}get panToGeometry(){return this._get("pan-to-geometry")}get pauseSketch(){return this._get("pause-sketch")}get removeLayers(){return this._get("remove-layers")}get replace(){return this._get("replace")}get replaceAdditionalLayers(){return this._get("replace-additional-layers")}get replaceMmpk(){return this._get("replace-mmpk")}get resumeSketch(){return this._get("resume-sketch")}get rotateBy(){return this._get("rotate-by")}get rotateTo(){return this._get("rotate-to")}get refresh(){return this._get("refresh")}get setViewMode(){return this._get("set-view-mode")}get showMarkup(){return this._get("show-markup")}get updateLayer(){return this._get("update-layer")}get zoomToFeatures(){return this._get("zoom-to-features")}get zoomToGeometry(){return this._get("zoom-to-geometry")}get zoomIn(){return this._get("zoom-in")}get zoomOut(){return this._get("zoom-out")}get zoomToScale(){return this._get("zoom-to-scale")}get zoomToInitialViewpoint(){return this._get("zoom-to-initial-viewpoint")}get zoomToNextViewpoint(){return this._get("zoom-to-next-viewpoint")}get zoomToPreviousViewpoint(){return this._get("zoom-to-previous-viewpoint")}get zoomToViewpoint(){return this._get("zoom-to-viewpoint")}get zoomToLayerExtent(){return this._get("zoom-to-layer-extent")}get zoomToLayerVisibleScale(){return this._get("zoom-to-layer-visible-scale")}}export class MapEvents extends t{_prefix="map";get initialized(){return this._get("initialized")}get initializing(){return this._get("initializing")}get markupAdded(){return this._get("markup-added")}get markupCleared(){return this._get("markup-cleared")}get navigationCompleted(){return this._get("navigation-completed")}get refreshed(){return this._get("refreshed")}get refreshing(){return this._get("refreshing")}get rotated(){return this._get("rotated")}get rotating(){return this._get("rotating")}get switched(){return this._get("switched")}get viewModeChanged(){return this._get("view-mode-changed")}get viewpointChanged(){return this._get("viewpoint-changed")}get imageExported(){return this._get("image-exported")}}export class MapOperations extends r{_prefix="map";get getUserCoordinatesInput(){return this._get("get-user-coordinates-input")}get getCoordinateTransformation(){return this._get("get-coordinate-transformation")}get exportImage(){return this._get("export-image")}get exportWebMapOrScene(){return this._get("export-web-map-or-scene")}get getMarkup(){return this._get("get-markup")}get getExtent(){return this._get("get-extent")}get getGeometryFromSelector(){return this._get("get-geometry-from-selector")}get getInitialViewpoint(){return this._get("get-initial-viewpoint")}get getViewpoint(){return this._get("get-viewpoint")}get getSpatialReference(){return this._get("get-spatial-reference")}get getVisibleCenter(){return this._get("get-visible-center")}get hide(){return this._get("hide")}get show(){return this._get("show")}get startSketch(){return this._get("start-sketch")}get stopSketch(){return this._get("stop-sketch")}get getViewInsets(){return this._get("get-view-insets")}}
@@ -1,168 +1,168 @@
1
- import type { GeometryType } from "@vertigis/arcgis-extensions/support/esri";
2
- import type { AreaMeasurementUnits, LengthMeasurementUnits } from "../../app-config/web/MeasurementModelProperties.js";
3
- import type { Command } from "../Command.js";
4
- import { CommandRegistry } from "../CommandRegistry.js";
5
- import type { Event } from "../Event.js";
6
- import { EventRegistry } from "../EventRegistry.js";
7
- import type { Operation } from "../Operation.js";
8
- import { OperationRegistry } from "../OperationRegistry.js";
9
- import type { CreateGraphicsResult, Geometries, HasMaps, HasSymbol, HasUITarget, Maps, SymbolLike } from "../common.js";
10
- import type { DrawingSymbolConfig } from "./drawing.js";
11
- import type { CaptureGeometryArgs, CaptureGeometryResult } from "./sketching.js";
12
- /**
13
- * Arguments for the measurement.get-symbol operation. Only available in
14
- * VertiGIS Studio Web.
15
- */
16
- export interface GetDefaultSymbolArgs {
17
- /**
18
- * The geometry type for the default symbol to retrieve.
19
- */
20
- geometryType?: GeometryType;
21
- }
22
- /**
23
- * Arguments for the measurement events. Only available in VertiGIS Studio
24
- * Mobile.
25
- */
26
- export interface GeometryModeArgs extends HasMaps {
27
- /**
28
- * The geometry mode that is used to perform operations.
29
- */
30
- geometryMode: "line" | "area";
31
- }
32
- /**
33
- * Result of the "measurement.create-graphics" operation.
34
- */
35
- export interface CreateMeasurementGraphicsResult extends CreateGraphicsResult {
36
- }
37
- /**
38
- * Event args for the measurement.started and measurement.stopped events.
39
- */
40
- export interface MeasurementEventArgs {
41
- /**
42
- * The geometry mode of the measurement.
43
- */
44
- editorGeometryMode: GeometryEditorGeometryMode;
45
- }
46
- /**
47
- * The Geometry Editor geometry mode.
48
- */
49
- export type GeometryEditorGeometryMode = "Line" | "Area" | "Point";
50
- export declare class MeasurementCommands extends CommandRegistry {
51
- protected readonly _prefix = "measurement";
52
- /**
53
- * Display the measurements settings dialog. This allows you to configure
54
- * measurements system, area and length units. Web only.
55
- *
56
- * @webOnly
57
- */
58
- get displaySettings(): Command<HasUITarget>;
59
- /**
60
- * Sets the value of the default point, line, or polygon symbol. The symbol
61
- * can be configured with an instance of the Esri symbol or with the Esri
62
- * WebMap JSON. Web only.
63
- *
64
- * @webOnly
65
- */
66
- get setDefaultSymbol(): Command<SymbolLike | HasSymbol>;
67
- /**
68
- * Sets the area units used for measurements. Set as undefined for units to
69
- * be intelligently selected based on dimensions. Web only.
70
- *
71
- * @webOnly
72
- */
73
- get setAreaUnits(): Command<AreaMeasurementUnits | undefined>;
74
- /**
75
- * Sets the length units used for measurements. Set as undefined for units
76
- * to be intelligently selected based on dimensions. Web only.
77
- *
78
- * @webOnly
79
- */
80
- get setLengthUnits(): Command<LengthMeasurementUnits | undefined>;
81
- /**
82
- * Starts drawing a measurement on the map. If a drawing has previously been
83
- * started and stopped it will be resumed. Mobile only.
84
- *
85
- * @mobileOnly
86
- */
87
- get start(): Command<Maps | void>;
88
- /**
89
- * Stops drawing a measurement on the map. Graphic remains visible and
90
- * drawing can be resumed. Mobile only.
91
- *
92
- * @mobileOnly
93
- */
94
- get stop(): Command<Maps | void>;
95
- /**
96
- * Stops drawing and clears graphics from the map. Mobile only.
97
- *
98
- * @mobileOnly
99
- */
100
- get clear(): Command<Maps | void>;
101
- /**
102
- * Sets the geometry mode in use. Mobile only.
103
- *
104
- * @mobileOnly
105
- */
106
- get setGeometryMode(): Command<GeometryModeArgs>;
107
- }
108
- export declare class MeasurementOperations extends OperationRegistry {
109
- protected readonly _prefix = "measurement";
110
- /**
111
- * Creates graphics out of geometries with the default symbology set by the
112
- * "measurement.set-default-symbol" command'. Web only.
113
- *
114
- * @webOnly
115
- */
116
- get createGraphics(): Operation<Geometries, CreateMeasurementGraphicsResult>;
117
- /**
118
- * Allows the user to create geometry by sketching on a map with live
119
- * measurement labels. Returns the geometry that was drawn, along with the
120
- * map that it was drawn on. Web only.
121
- *
122
- * @webOnly
123
- */
124
- get captureGeometry(): Operation<CaptureGeometryArgs, CaptureGeometryResult>;
125
- /**
126
- * Gets the value of the default point, line, or polygon symbol for the
127
- * provided geometry type. Web only.
128
- *
129
- * @webOnly
130
- */
131
- get getDefaultSymbol(): Operation<GetDefaultSymbolArgs | GeometryType, DrawingSymbolConfig>;
132
- /**
133
- * Gets the value of the default 3D point, line, or polygon symbol for the
134
- * provided geometry type. Web only.
135
- *
136
- * @webOnly
137
- */
138
- get getDefaultSymbol3D(): Operation<GetDefaultSymbolArgs | GeometryType, DrawingSymbolConfig>;
139
- /**
140
- * Gets the area units used for measurements. If undefined the units will be
141
- * selected intelligently based on dimensions. Web only.
142
- *
143
- * @webOnly
144
- */
145
- get getAreaUnits(): Operation<void, AreaMeasurementUnits | undefined>;
146
- /**
147
- * Gets the length units used for measurements. If undefined the units will
148
- * be selected intelligently based on dimensions. Web only.
149
- *
150
- * @webOnly
151
- */
152
- get getLengthUnits(): Operation<void, LengthMeasurementUnits | undefined>;
153
- }
154
- export declare class MeasurementEvents extends EventRegistry {
155
- protected readonly _prefix = "measurement";
156
- /**
157
- * Raised when a measurement is started. Mobile only.
158
- *
159
- * @mobileOnly
160
- */
161
- get started(): Event<MeasurementEventArgs>;
162
- /**
163
- * Raised when a measurement is stopped. Mobile only.
164
- *
165
- * @mobileOnly
166
- */
167
- get stopped(): Event<MeasurementEventArgs>;
168
- }
1
+ import type { GeometryType } from "@vertigis/arcgis-extensions/support/esri";
2
+ import type { AreaMeasurementUnits, LengthMeasurementUnits } from "../../app-config/web/MeasurementModelProperties.js";
3
+ import type { Command } from "../Command.js";
4
+ import { CommandRegistry } from "../CommandRegistry.js";
5
+ import type { Event } from "../Event.js";
6
+ import { EventRegistry } from "../EventRegistry.js";
7
+ import type { Operation } from "../Operation.js";
8
+ import { OperationRegistry } from "../OperationRegistry.js";
9
+ import type { CreateGraphicsResult, Geometries, HasMaps, HasSymbol, HasUITarget, Maps, SymbolLike } from "../common.js";
10
+ import type { DrawingSymbolConfig } from "./drawing.js";
11
+ import type { CaptureGeometryArgs, CaptureGeometryResult } from "./sketching.js";
12
+ /**
13
+ * Arguments for the measurement.get-symbol operation. Only available in
14
+ * VertiGIS Studio Web.
15
+ */
16
+ export interface GetDefaultSymbolArgs {
17
+ /**
18
+ * The geometry type for the default symbol to retrieve.
19
+ */
20
+ geometryType?: GeometryType;
21
+ }
22
+ /**
23
+ * Arguments for the measurement events. Only available in VertiGIS Studio
24
+ * Mobile.
25
+ */
26
+ export interface GeometryModeArgs extends HasMaps {
27
+ /**
28
+ * The geometry mode that is used to perform operations.
29
+ */
30
+ geometryMode: "line" | "area";
31
+ }
32
+ /**
33
+ * Result of the "measurement.create-graphics" operation.
34
+ */
35
+ export interface CreateMeasurementGraphicsResult extends CreateGraphicsResult {
36
+ }
37
+ /**
38
+ * Event args for the measurement.started and measurement.stopped events.
39
+ */
40
+ export interface MeasurementEventArgs {
41
+ /**
42
+ * The geometry mode of the measurement.
43
+ */
44
+ editorGeometryMode: GeometryEditorGeometryMode;
45
+ }
46
+ /**
47
+ * The Geometry Editor geometry mode.
48
+ */
49
+ export type GeometryEditorGeometryMode = "Line" | "Area" | "Point";
50
+ export declare class MeasurementCommands extends CommandRegistry {
51
+ protected readonly _prefix = "measurement";
52
+ /**
53
+ * Display the measurements settings dialog. This allows you to configure
54
+ * measurements system, area and length units. Web only.
55
+ *
56
+ * @webOnly
57
+ */
58
+ get displaySettings(): Command<HasUITarget>;
59
+ /**
60
+ * Sets the value of the default point, line, or polygon symbol. The symbol
61
+ * can be configured with an instance of the Esri symbol or with the Esri
62
+ * WebMap JSON. Web only.
63
+ *
64
+ * @webOnly
65
+ */
66
+ get setDefaultSymbol(): Command<SymbolLike | HasSymbol>;
67
+ /**
68
+ * Sets the area units used for measurements. Set as undefined for units to
69
+ * be intelligently selected based on dimensions. Web only.
70
+ *
71
+ * @webOnly
72
+ */
73
+ get setAreaUnits(): Command<AreaMeasurementUnits | undefined>;
74
+ /**
75
+ * Sets the length units used for measurements. Set as undefined for units
76
+ * to be intelligently selected based on dimensions. Web only.
77
+ *
78
+ * @webOnly
79
+ */
80
+ get setLengthUnits(): Command<LengthMeasurementUnits | undefined>;
81
+ /**
82
+ * Starts drawing a measurement on the map. If a drawing has previously been
83
+ * started and stopped it will be resumed. Mobile only.
84
+ *
85
+ * @mobileOnly
86
+ */
87
+ get start(): Command<Maps | void>;
88
+ /**
89
+ * Stops drawing a measurement on the map. Graphic remains visible and
90
+ * drawing can be resumed. Mobile only.
91
+ *
92
+ * @mobileOnly
93
+ */
94
+ get stop(): Command<Maps | void>;
95
+ /**
96
+ * Stops drawing and clears graphics from the map. Mobile only.
97
+ *
98
+ * @mobileOnly
99
+ */
100
+ get clear(): Command<Maps | void>;
101
+ /**
102
+ * Sets the geometry mode in use. Mobile only.
103
+ *
104
+ * @mobileOnly
105
+ */
106
+ get setGeometryMode(): Command<GeometryModeArgs>;
107
+ }
108
+ export declare class MeasurementOperations extends OperationRegistry {
109
+ protected readonly _prefix = "measurement";
110
+ /**
111
+ * Creates graphics out of geometries with the default symbology set by the
112
+ * "measurement.set-default-symbol" command'. Web only.
113
+ *
114
+ * @webOnly
115
+ */
116
+ get createGraphics(): Operation<Geometries, CreateMeasurementGraphicsResult>;
117
+ /**
118
+ * Allows the user to create geometry by sketching on a map with live
119
+ * measurement labels. Returns the geometry that was drawn, along with the
120
+ * map that it was drawn on. Web only.
121
+ *
122
+ * @webOnly
123
+ */
124
+ get captureGeometry(): Operation<CaptureGeometryArgs, CaptureGeometryResult>;
125
+ /**
126
+ * Gets the value of the default point, line, or polygon symbol for the
127
+ * provided geometry type. Web only.
128
+ *
129
+ * @webOnly
130
+ */
131
+ get getDefaultSymbol(): Operation<GetDefaultSymbolArgs | GeometryType, DrawingSymbolConfig>;
132
+ /**
133
+ * Gets the value of the default 3D point, line, or polygon symbol for the
134
+ * provided geometry type. Web only.
135
+ *
136
+ * @webOnly
137
+ */
138
+ get getDefaultSymbol3D(): Operation<GetDefaultSymbolArgs | GeometryType, DrawingSymbolConfig>;
139
+ /**
140
+ * Gets the area units used for measurements. If undefined the units will be
141
+ * selected intelligently based on dimensions. Web only.
142
+ *
143
+ * @webOnly
144
+ */
145
+ get getAreaUnits(): Operation<void, AreaMeasurementUnits | undefined>;
146
+ /**
147
+ * Gets the length units used for measurements. If undefined the units will
148
+ * be selected intelligently based on dimensions. Web only.
149
+ *
150
+ * @webOnly
151
+ */
152
+ get getLengthUnits(): Operation<void, LengthMeasurementUnits | undefined>;
153
+ }
154
+ export declare class MeasurementEvents extends EventRegistry {
155
+ protected readonly _prefix = "measurement";
156
+ /**
157
+ * Raised when a measurement is started. Mobile only.
158
+ *
159
+ * @mobileOnly
160
+ */
161
+ get started(): Event<MeasurementEventArgs>;
162
+ /**
163
+ * Raised when a measurement is stopped. Mobile only.
164
+ *
165
+ * @mobileOnly
166
+ */
167
+ get stopped(): Event<MeasurementEventArgs>;
168
+ }
@@ -1 +1 @@
1
- import{CommandRegistry as t}from"../CommandRegistry.js";import{EventRegistry as e}from"../EventRegistry.js";import{OperationRegistry as r}from"../OperationRegistry.js";export class MeasurementCommands extends t{constructor(){super(...arguments),this._prefix="measurement"}get displaySettings(){return this._get("display-settings")}get setDefaultSymbol(){return this._get("set-default-symbol")}get setAreaUnits(){return this._get("set-area-units")}get setLengthUnits(){return this._get("set-length-units")}get start(){return this._get("start")}get stop(){return this._get("stop")}get clear(){return this._get("clear")}get setGeometryMode(){return this._get("set-geometry-mode")}}export class MeasurementOperations extends r{constructor(){super(...arguments),this._prefix="measurement"}get createGraphics(){return this._get("create-graphics")}get captureGeometry(){return this._get("capture-geometry")}get getDefaultSymbol(){return this._get("get-default-symbol")}get getDefaultSymbol3D(){return this._get("get-default-symbol-3d")}get getAreaUnits(){return this._get("get-area-units")}get getLengthUnits(){return this._get("get-length-units")}}export class MeasurementEvents extends e{constructor(){super(...arguments),this._prefix="measurement"}get started(){return this._get("started")}get stopped(){return this._get("stopped")}}
1
+ import{CommandRegistry as t}from"../CommandRegistry.js";import{EventRegistry as e}from"../EventRegistry.js";import{OperationRegistry as r}from"../OperationRegistry.js";export class MeasurementCommands extends t{_prefix="measurement";get displaySettings(){return this._get("display-settings")}get setDefaultSymbol(){return this._get("set-default-symbol")}get setAreaUnits(){return this._get("set-area-units")}get setLengthUnits(){return this._get("set-length-units")}get start(){return this._get("start")}get stop(){return this._get("stop")}get clear(){return this._get("clear")}get setGeometryMode(){return this._get("set-geometry-mode")}}export class MeasurementOperations extends r{_prefix="measurement";get createGraphics(){return this._get("create-graphics")}get captureGeometry(){return this._get("capture-geometry")}get getDefaultSymbol(){return this._get("get-default-symbol")}get getDefaultSymbol3D(){return this._get("get-default-symbol-3d")}get getAreaUnits(){return this._get("get-area-units")}get getLengthUnits(){return this._get("get-length-units")}}export class MeasurementEvents extends e{_prefix="measurement";get started(){return this._get("started")}get stopped(){return this._get("stopped")}}
@@ -1,23 +1,23 @@
1
- import type { Operation } from "../Operation.js";
2
- import { OperationRegistry } from "../OperationRegistry.js";
3
- export declare class MessagingOperations extends OperationRegistry {
4
- protected readonly _prefix = "messaging";
5
- /**
6
- * Attempts to merge an array of values into a single value that can be used
7
- * as an argument for a command or operation. For example:
8
- *
9
- * [features, { chart: "average-household-income" }];
10
- *
11
- * This would mix `features` obtained from some other source into arguments
12
- * intended for the "charts.display" command.
13
- *
14
- * If the values cannot be merged, then the leftmost value is returned.
15
- *
16
- * Note that argument merging already occurs automatically in command
17
- * chains; this explicit operation exists for advanced scenarios like
18
- * VertiGIS Studio Workflow or custom code written using the SDK. Web only.
19
- *
20
- * @webOnly
21
- */
22
- get mixInArgs(): Operation<unknown[], unknown>;
23
- }
1
+ import type { Operation } from "../Operation.js";
2
+ import { OperationRegistry } from "../OperationRegistry.js";
3
+ export declare class MessagingOperations extends OperationRegistry {
4
+ protected readonly _prefix = "messaging";
5
+ /**
6
+ * Attempts to merge an array of values into a single value that can be used
7
+ * as an argument for a command or operation. For example:
8
+ *
9
+ * [features, { chart: "average-household-income" }];
10
+ *
11
+ * This would mix `features` obtained from some other source into arguments
12
+ * intended for the "charts.display" command.
13
+ *
14
+ * If the values cannot be merged, then the leftmost value is returned.
15
+ *
16
+ * Note that argument merging already occurs automatically in command
17
+ * chains; this explicit operation exists for advanced scenarios like
18
+ * VertiGIS Studio Workflow or custom code written using the SDK. Web only.
19
+ *
20
+ * @webOnly
21
+ */
22
+ get mixInArgs(): Operation<unknown[], unknown>;
23
+ }
@@ -1 +1 @@
1
- import{OperationRegistry as s}from"../OperationRegistry.js";export class MessagingOperations extends s{constructor(){super(...arguments),this._prefix="messaging"}get mixInArgs(){return this._get("mix-in-args")}}
1
+ import{OperationRegistry as s}from"../OperationRegistry.js";export class MessagingOperations extends s{_prefix="messaging";get mixInArgs(){return this._get("mix-in-args")}}
@@ -1,46 +1,46 @@
1
- import type { Operation } from "../Operation.js";
2
- import { OperationRegistry } from "../OperationRegistry.js";
3
- /**
4
- * The status of a connection to a network host.
5
- */
6
- export type NetworkStatus = "NoConnection" | "ConnectedToCarrierDataNetwork" | "ConnectedToWiFiOrEthernet" | "Restricted";
7
- /**
8
- * Arguments for the network.can-reach-host operation.
9
- */
10
- export interface HostAndPortArgs {
11
- /**
12
- * The host to connect to.
13
- */
14
- host: string;
15
- /**
16
- * The port number to connect to. Must be an integer.
17
- */
18
- port: number;
19
- }
20
- export declare class NetworkOperations extends OperationRegistry {
21
- protected readonly _prefix = "network";
22
- /**
23
- * Determines if the device has a network connection. Mobile only.
24
- *
25
- * @mobileOnly
26
- */
27
- get hasConnection(): Operation<void, boolean>;
28
- /**
29
- * Returns the network status. Mobile only.
30
- *
31
- * @mobileOnly
32
- */
33
- get getStatus(): Operation<void, NetworkStatus>;
34
- /**
35
- * Determines if the device can reach a given host and port. Mobile only.
36
- *
37
- * @mobileOnly
38
- */
39
- get canReachHost(): Operation<HostAndPortArgs, boolean>;
40
- /**
41
- * Determines if the device can reach a given url. Mobile only.
42
- *
43
- * @mobileOnly
44
- */
45
- get canReachUrl(): Operation<string, boolean>;
46
- }
1
+ import type { Operation } from "../Operation.js";
2
+ import { OperationRegistry } from "../OperationRegistry.js";
3
+ /**
4
+ * The status of a connection to a network host.
5
+ */
6
+ export type NetworkStatus = "NoConnection" | "ConnectedToCarrierDataNetwork" | "ConnectedToWiFiOrEthernet" | "Restricted";
7
+ /**
8
+ * Arguments for the network.can-reach-host operation.
9
+ */
10
+ export interface HostAndPortArgs {
11
+ /**
12
+ * The host to connect to.
13
+ */
14
+ host: string;
15
+ /**
16
+ * The port number to connect to. Must be an integer.
17
+ */
18
+ port: number;
19
+ }
20
+ export declare class NetworkOperations extends OperationRegistry {
21
+ protected readonly _prefix = "network";
22
+ /**
23
+ * Determines if the device has a network connection. Mobile only.
24
+ *
25
+ * @mobileOnly
26
+ */
27
+ get hasConnection(): Operation<void, boolean>;
28
+ /**
29
+ * Returns the network status. Mobile only.
30
+ *
31
+ * @mobileOnly
32
+ */
33
+ get getStatus(): Operation<void, NetworkStatus>;
34
+ /**
35
+ * Determines if the device can reach a given host and port. Mobile only.
36
+ *
37
+ * @mobileOnly
38
+ */
39
+ get canReachHost(): Operation<HostAndPortArgs, boolean>;
40
+ /**
41
+ * Determines if the device can reach a given url. Mobile only.
42
+ *
43
+ * @mobileOnly
44
+ */
45
+ get canReachUrl(): Operation<string, boolean>;
46
+ }
@@ -1 +1 @@
1
- import{OperationRegistry as t}from"../OperationRegistry.js";export class NetworkOperations extends t{constructor(){super(...arguments),this._prefix="network"}get hasConnection(){return this._get("has-connection")}get getStatus(){return this._get("get-status")}get canReachHost(){return this._get("can-reach-host")}get canReachUrl(){return this._get("can-reach-url")}}
1
+ import{OperationRegistry as t}from"../OperationRegistry.js";export class NetworkOperations extends t{_prefix="network";get hasConnection(){return this._get("has-connection")}get getStatus(){return this._get("get-status")}get canReachHost(){return this._get("can-reach-host")}get canReachUrl(){return this._get("can-reach-url")}}