@vertigis/viewer-spec 56.24.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 (266) 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/messaging/Command.d.ts +76 -76
  133. package/messaging/CommandRegistry.d.ts +25 -25
  134. package/messaging/CommandRegistry.js +1 -1
  135. package/messaging/DotNetTypes.d.ts +4 -4
  136. package/messaging/Event.d.ts +26 -26
  137. package/messaging/EventRegistry.d.ts +25 -25
  138. package/messaging/EventRegistry.js +1 -1
  139. package/messaging/Message.d.ts +50 -50
  140. package/messaging/MessageBus.d.ts +54 -54
  141. package/messaging/Operation.d.ts +77 -77
  142. package/messaging/OperationRegistry.d.ts +26 -26
  143. package/messaging/OperationRegistry.js +1 -1
  144. package/messaging/common.d.ts +354 -354
  145. package/messaging/mobile.d.ts +6 -6
  146. package/messaging/registry/Commands.d.ts +78 -78
  147. package/messaging/registry/Commands.js +1 -1
  148. package/messaging/registry/Events.d.ts +62 -62
  149. package/messaging/registry/Events.js +1 -1
  150. package/messaging/registry/Operations.d.ts +69 -69
  151. package/messaging/registry/Operations.js +1 -1
  152. package/messaging/registry/app-config.d.ts +12 -12
  153. package/messaging/registry/app-config.js +1 -1
  154. package/messaging/registry/app.d.ts +264 -264
  155. package/messaging/registry/app.js +1 -1
  156. package/messaging/registry/arcade.d.ts +115 -115
  157. package/messaging/registry/arcade.js +1 -1
  158. package/messaging/registry/auth.d.ts +151 -151
  159. package/messaging/registry/auth.js +1 -1
  160. package/messaging/registry/basemap.d.ts +74 -74
  161. package/messaging/registry/basemap.js +1 -1
  162. package/messaging/registry/bookmark.d.ts +42 -42
  163. package/messaging/registry/bookmark.js +1 -1
  164. package/messaging/registry/charts.d.ts +81 -81
  165. package/messaging/registry/charts.js +1 -1
  166. package/messaging/registry/debugConsole.d.ts +26 -26
  167. package/messaging/registry/debugConsole.js +1 -1
  168. package/messaging/registry/device.d.ts +28 -28
  169. package/messaging/registry/device.js +1 -1
  170. package/messaging/registry/display.d.ts +17 -17
  171. package/messaging/registry/display.js +1 -1
  172. package/messaging/registry/drawing.d.ts +149 -149
  173. package/messaging/registry/drawing.js +1 -1
  174. package/messaging/registry/edit.d.ts +371 -371
  175. package/messaging/registry/edit.js +1 -1
  176. package/messaging/registry/file.d.ts +156 -156
  177. package/messaging/registry/file.js +1 -1
  178. package/messaging/registry/filter-builder.d.ts +73 -73
  179. package/messaging/registry/filter-builder.js +1 -1
  180. package/messaging/registry/geocode.d.ts +87 -87
  181. package/messaging/registry/geocode.js +1 -1
  182. package/messaging/registry/geolocation.d.ts +499 -499
  183. package/messaging/registry/geolocation.js +1 -1
  184. package/messaging/registry/geometry-toolbar.d.ts +29 -29
  185. package/messaging/registry/geometry-toolbar.js +1 -1
  186. package/messaging/registry/geometry.d.ts +278 -278
  187. package/messaging/registry/geometry.js +1 -1
  188. package/messaging/registry/highlights.d.ts +86 -86
  189. package/messaging/registry/highlights.js +1 -1
  190. package/messaging/registry/input.d.ts +22 -22
  191. package/messaging/registry/input.js +1 -1
  192. package/messaging/registry/iwtm.d.ts +11 -11
  193. package/messaging/registry/iwtm.js +1 -1
  194. package/messaging/registry/kpi.d.ts +98 -98
  195. package/messaging/registry/kpi.js +1 -1
  196. package/messaging/registry/layer-comparison.d.ts +104 -104
  197. package/messaging/registry/layer-comparison.js +1 -1
  198. package/messaging/registry/layer-presets.d.ts +49 -49
  199. package/messaging/registry/layer-presets.js +1 -1
  200. package/messaging/registry/layers.d.ts +196 -196
  201. package/messaging/registry/layers.js +1 -1
  202. package/messaging/registry/layout.d.ts +49 -49
  203. package/messaging/registry/layout.js +1 -1
  204. package/messaging/registry/licensing.d.ts +38 -38
  205. package/messaging/registry/licensing.js +1 -1
  206. package/messaging/registry/location-marker.d.ts +171 -171
  207. package/messaging/registry/location-marker.js +1 -1
  208. package/messaging/registry/logViewer.d.ts +17 -17
  209. package/messaging/registry/logViewer.js +1 -1
  210. package/messaging/registry/map.d.ts +1275 -1275
  211. package/messaging/registry/map.js +1 -1
  212. package/messaging/registry/measurement.d.ts +168 -168
  213. package/messaging/registry/measurement.js +1 -1
  214. package/messaging/registry/messaging.d.ts +23 -23
  215. package/messaging/registry/messaging.js +1 -1
  216. package/messaging/registry/network.d.ts +46 -46
  217. package/messaging/registry/network.js +1 -1
  218. package/messaging/registry/offline.d.ts +508 -507
  219. package/messaging/registry/offline.js +1 -1
  220. package/messaging/registry/panel.d.ts +115 -115
  221. package/messaging/registry/panel.js +1 -1
  222. package/messaging/registry/photos.d.ts +47 -47
  223. package/messaging/registry/photos.js +1 -1
  224. package/messaging/registry/portal.d.ts +94 -94
  225. package/messaging/registry/portal.js +1 -1
  226. package/messaging/registry/printing.d.ts +166 -166
  227. package/messaging/registry/printing.js +1 -1
  228. package/messaging/registry/project.d.ts +144 -144
  229. package/messaging/registry/project.js +1 -1
  230. package/messaging/registry/query-builder.d.ts +83 -83
  231. package/messaging/registry/query-builder.js +1 -1
  232. package/messaging/registry/region.d.ts +23 -23
  233. package/messaging/registry/region.js +1 -1
  234. package/messaging/registry/reports.d.ts +135 -135
  235. package/messaging/registry/reports.js +1 -1
  236. package/messaging/registry/results.d.ts +671 -671
  237. package/messaging/registry/results.js +1 -1
  238. package/messaging/registry/search.d.ts +74 -74
  239. package/messaging/registry/search.js +1 -1
  240. package/messaging/registry/settings.d.ts +38 -38
  241. package/messaging/registry/settings.js +1 -1
  242. package/messaging/registry/shortcut.d.ts +41 -41
  243. package/messaging/registry/shortcut.js +1 -1
  244. package/messaging/registry/sketching.d.ts +960 -960
  245. package/messaging/registry/sketching.js +1 -1
  246. package/messaging/registry/studioAnalytics.d.ts +25 -25
  247. package/messaging/registry/studioAnalytics.js +1 -1
  248. package/messaging/registry/system.d.ts +277 -277
  249. package/messaging/registry/system.js +1 -1
  250. package/messaging/registry/tasks.d.ts +323 -323
  251. package/messaging/registry/tasks.js +1 -1
  252. package/messaging/registry/ui.d.ts +518 -518
  253. package/messaging/registry/ui.js +1 -1
  254. package/messaging/registry/viewer.d.ts +145 -145
  255. package/messaging/registry/viewer.js +1 -1
  256. package/messaging/registry/workflow.d.ts +170 -170
  257. package/messaging/registry/workflow.js +1 -1
  258. package/messaging/schema/common-action.schema.json +6437 -12158
  259. package/messaging/schema/common-event.schema.json +107 -803
  260. package/messaging/schema/mobile-action.schema.json +7719 -16138
  261. package/messaging/schema/mobile-event.schema.json +181 -2422
  262. package/messaging/schema/web-action.schema.json +8397 -23281
  263. package/messaging/schema/web-event.schema.json +183 -1937
  264. package/package.json +20 -20
  265. package/version.d.ts +4 -4
  266. package/version.js +4 -4
@@ -1,83 +1,83 @@
1
- import type { FeatureSource } from "@vertigis/arcgis-extensions/data/FeatureSource.js";
2
- import type { Command } from "../Command.js";
3
- import { CommandRegistry } from "../CommandRegistry.js";
4
- import type { Operation } from "../Operation.js";
5
- import { OperationRegistry } from "../OperationRegistry.js";
6
- import type { GeometryLike, GraphicsLike, LayersLike, ModelRef } from "../common.js";
7
- /**
8
- * A query that can be displayed in the query builder, or executed using the
9
- * `tasks.query` operation.
10
- */
11
- export interface Query {
12
- /**
13
- * The feature source to query. One of `source` or `layers` is required.
14
- */
15
- source?: FeatureSource;
16
- /**
17
- * Alias of `source`, to facilitate command chaining. If multiple layers are
18
- * present, only the first will be used as the source. One of `source` or
19
- * `layers` is required.
20
- */
21
- layers?: LayersLike;
22
- /**
23
- * The where clause to query by.
24
- */
25
- where?: string;
26
- /**
27
- * If specified, limits the results to ones that intersect the given
28
- * geometry. If both `geometry` and `graphics` are specified, only
29
- * `graphics` will be used.
30
- */
31
- geometry?: GeometryLike;
32
- /**
33
- * Alias of `geometry`, to facilitate command chaining. If both `geometry`
34
- * and `graphics` are specified, only `graphics` will be used.
35
- */
36
- graphics?: GraphicsLike;
37
- }
38
- /**
39
- * Base arguments for commands/operations that target query builder components.
40
- */
41
- export interface QueryBuilderArgsBase {
42
- /**
43
- * The query builder component that will be targeted. If not specified, all
44
- * active query builder components in the layout will be targeted.
45
- */
46
- queryBuilder?: ModelRef;
47
- }
48
- /**
49
- * Arguments for the "query-builder.set-query" command.
50
- */
51
- export interface SetQueryArgs extends QueryBuilderArgsBase, Query {
52
- }
53
- export declare class QueryBuilderCommands extends CommandRegistry {
54
- protected readonly _prefix = "query-builder";
55
- /**
56
- * Sets the current query criteria in the query builder and also activates
57
- * the component. Web only.
58
- *
59
- * @webOnly
60
- */
61
- get displayQuery(): Command<SetQueryArgs>;
62
- /**
63
- * Sets the current query criteria in the query builder. Web only.
64
- *
65
- * @webOnly
66
- */
67
- get setQuery(): Command<SetQueryArgs>;
68
- }
69
- /**
70
- * Arguments for the "query-builder.get-query" operation.
71
- */
72
- export interface GetQueryArgs extends Required<QueryBuilderArgsBase> {
73
- }
74
- export declare class QueryBuilderOperations extends OperationRegistry {
75
- protected readonly _prefix = "query-builder";
76
- /**
77
- * Gets the currently visible query from the specified query builder
78
- * component. Web only.
79
- *
80
- * @webOnly
81
- */
82
- get getQuery(): Operation<GetQueryArgs, Query | undefined>;
83
- }
1
+ import type { FeatureSource } from "@vertigis/arcgis-extensions/data/FeatureSource.js";
2
+ import type { Command } from "../Command.js";
3
+ import { CommandRegistry } from "../CommandRegistry.js";
4
+ import type { Operation } from "../Operation.js";
5
+ import { OperationRegistry } from "../OperationRegistry.js";
6
+ import type { GeometryLike, GraphicsLike, LayersLike, ModelRef } from "../common.js";
7
+ /**
8
+ * A query that can be displayed in the query builder, or executed using the
9
+ * `tasks.query` operation.
10
+ */
11
+ export interface Query {
12
+ /**
13
+ * The feature source to query. One of `source` or `layers` is required.
14
+ */
15
+ source?: FeatureSource;
16
+ /**
17
+ * Alias of `source`, to facilitate command chaining. If multiple layers are
18
+ * present, only the first will be used as the source. One of `source` or
19
+ * `layers` is required.
20
+ */
21
+ layers?: LayersLike;
22
+ /**
23
+ * The where clause to query by.
24
+ */
25
+ where?: string;
26
+ /**
27
+ * If specified, limits the results to ones that intersect the given
28
+ * geometry. If both `geometry` and `graphics` are specified, only
29
+ * `graphics` will be used.
30
+ */
31
+ geometry?: GeometryLike;
32
+ /**
33
+ * Alias of `geometry`, to facilitate command chaining. If both `geometry`
34
+ * and `graphics` are specified, only `graphics` will be used.
35
+ */
36
+ graphics?: GraphicsLike;
37
+ }
38
+ /**
39
+ * Base arguments for commands/operations that target query builder components.
40
+ */
41
+ export interface QueryBuilderArgsBase {
42
+ /**
43
+ * The query builder component that will be targeted. If not specified, all
44
+ * active query builder components in the layout will be targeted.
45
+ */
46
+ queryBuilder?: ModelRef;
47
+ }
48
+ /**
49
+ * Arguments for the "query-builder.set-query" command.
50
+ */
51
+ export interface SetQueryArgs extends QueryBuilderArgsBase, Query {
52
+ }
53
+ export declare class QueryBuilderCommands extends CommandRegistry {
54
+ protected readonly _prefix = "query-builder";
55
+ /**
56
+ * Sets the current query criteria in the query builder and also activates
57
+ * the component. Web only.
58
+ *
59
+ * @webOnly
60
+ */
61
+ get displayQuery(): Command<SetQueryArgs>;
62
+ /**
63
+ * Sets the current query criteria in the query builder. Web only.
64
+ *
65
+ * @webOnly
66
+ */
67
+ get setQuery(): Command<SetQueryArgs>;
68
+ }
69
+ /**
70
+ * Arguments for the "query-builder.get-query" operation.
71
+ */
72
+ export interface GetQueryArgs extends Required<QueryBuilderArgsBase> {
73
+ }
74
+ export declare class QueryBuilderOperations extends OperationRegistry {
75
+ protected readonly _prefix = "query-builder";
76
+ /**
77
+ * Gets the currently visible query from the specified query builder
78
+ * component. Web only.
79
+ *
80
+ * @webOnly
81
+ */
82
+ get getQuery(): Operation<GetQueryArgs, Query | undefined>;
83
+ }
@@ -1 +1 @@
1
- import{CommandRegistry as e}from"../CommandRegistry.js";import{OperationRegistry as r}from"../OperationRegistry.js";export class QueryBuilderCommands extends e{constructor(){super(...arguments),this._prefix="query-builder"}get displayQuery(){return this._get("display-query")}get setQuery(){return this._get("set-query")}}export class QueryBuilderOperations extends r{constructor(){super(...arguments),this._prefix="query-builder"}get getQuery(){return this._get("get-query")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";import{OperationRegistry as r}from"../OperationRegistry.js";export class QueryBuilderCommands extends e{_prefix="query-builder";get displayQuery(){return this._get("display-query")}get setQuery(){return this._get("set-query")}}export class QueryBuilderOperations extends r{_prefix="query-builder";get getQuery(){return this._get("get-query")}}
@@ -1,23 +1,23 @@
1
- import type { MeasurementSystem } from "../../app-config/common/RegionModelProperties.js";
2
- import type { Command } from "../Command.js";
3
- import { CommandRegistry } from "../CommandRegistry.js";
4
- import type { Event } from "../Event.js";
5
- import { EventRegistry } from "../EventRegistry.js";
6
- export declare class RegionCommands extends CommandRegistry {
7
- protected readonly _prefix = "region";
8
- /**
9
- * Sets the current measurement system. Web only.
10
- *
11
- * @webOnly
12
- */
13
- get setMeasurementSystem(): Command<MeasurementSystem>;
14
- }
15
- export declare class RegionEvents extends EventRegistry {
16
- protected readonly _prefix = "region";
17
- /**
18
- * Raised when the current measurement system is changed. Web only.
19
- *
20
- * @webOnly
21
- */
22
- get measurementSystemChanged(): Event<MeasurementSystem>;
23
- }
1
+ import type { MeasurementSystem } from "../../app-config/common/RegionModelProperties.js";
2
+ import type { Command } from "../Command.js";
3
+ import { CommandRegistry } from "../CommandRegistry.js";
4
+ import type { Event } from "../Event.js";
5
+ import { EventRegistry } from "../EventRegistry.js";
6
+ export declare class RegionCommands extends CommandRegistry {
7
+ protected readonly _prefix = "region";
8
+ /**
9
+ * Sets the current measurement system. Web only.
10
+ *
11
+ * @webOnly
12
+ */
13
+ get setMeasurementSystem(): Command<MeasurementSystem>;
14
+ }
15
+ export declare class RegionEvents extends EventRegistry {
16
+ protected readonly _prefix = "region";
17
+ /**
18
+ * Raised when the current measurement system is changed. Web only.
19
+ *
20
+ * @webOnly
21
+ */
22
+ get measurementSystemChanged(): Event<MeasurementSystem>;
23
+ }
@@ -1 +1 @@
1
- import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";export class RegionCommands extends e{constructor(){super(...arguments),this._prefix="region"}get setMeasurementSystem(){return this._get("set-measurement-system")}}export class RegionEvents extends t{constructor(){super(...arguments),this._prefix="region"}get measurementSystemChanged(){return this._get("measurement-system-changed")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";export class RegionCommands extends e{_prefix="region";get setMeasurementSystem(){return this._get("set-measurement-system")}}export class RegionEvents extends t{_prefix="region";get measurementSystemChanged(){return this._get("measurement-system-changed")}}
@@ -1,135 +1,135 @@
1
- import type { PortalItemLike } from "@vertigis/arcgis-extensions/utilities/portal";
2
- import type { Command } from "../Command.js";
3
- import { CommandRegistry } from "../CommandRegistry.js";
4
- import type { Event } from "../Event.js";
5
- import { EventRegistry } from "../EventRegistry.js";
6
- import type { FeaturesLike } from "../common.js";
7
- /**
8
- * Represents a data source for VertiGIS Studio Reporting. A data source created
9
- * at report design time will be replaced by this data source at runtime.
10
- */
11
- export interface ReportDataSource {
12
- /**
13
- * The name is the name of the data source whose data you want to replace.
14
- * The name must match the name of the data source in the report.
15
- */
16
- name: string;
17
- /**
18
- * The value is an object that defines the data to use in the report. The
19
- * value is defined using the same schema as the data source in the report.
20
- */
21
- value: unknown;
22
- }
23
- /**
24
- * The arguments required by the reports.run command.
25
- */
26
- export interface RunReportArgs {
27
- /**
28
- * The ID of the report item.
29
- */
30
- id?: string;
31
- /**
32
- * The title of the report.
33
- */
34
- title?: string;
35
- /**
36
- * The portal item where the report is located.
37
- */
38
- portalItem?: PortalItemLike;
39
- /**
40
- * A unique ID to identify an instance of this report running.
41
- */
42
- instanceId?: string;
43
- /**
44
- * The features passed to the report.
45
- */
46
- features?: FeaturesLike;
47
- /**
48
- * Replace the data from one or more data sources at run time.
49
- */
50
- dataSources?: ReportDataSource | ReportDataSource[];
51
- }
52
- /**
53
- * Base for the Report Event Args interfaces.
54
- */
55
- export interface ReportEventArgsBase {
56
- /**
57
- * The ID of the report being run.
58
- */
59
- reportId: string;
60
- /**
61
- * A unique ID to track the running of this report.
62
- */
63
- instanceId: string;
64
- }
65
- /**
66
- * Arguments for the reports.report-error event.
67
- */
68
- export interface ReportErrorEventArgs extends ReportEventArgsBase {
69
- /**
70
- * The error message.
71
- */
72
- message: string;
73
- /**
74
- * The HTTP status code associated with the error, if it's a HTTP error.
75
- */
76
- errorCode?: number;
77
- }
78
- /**
79
- * Arguments for the reports.report-finished event.
80
- */
81
- export interface ReportFinishedEventArgs extends ReportEventArgsBase {
82
- /**
83
- * The URL to download the report at.
84
- */
85
- downloadUrl: string;
86
- }
87
- /**
88
- * Arguments for the reports.report-progress event.
89
- */
90
- export interface ReportProgressEventArgs extends ReportEventArgsBase {
91
- }
92
- /**
93
- * Arguments for the reports.report-started event.
94
- */
95
- export interface ReportStartedEventArgs extends ReportEventArgsBase {
96
- }
97
- export declare class ReportsCommands extends CommandRegistry {
98
- protected readonly _prefix = "reports";
99
- /**
100
- * Run a report on the given features. The report URL and feature IDs are
101
- * provided by the viewer. Web only.
102
- *
103
- * @webOnly
104
- */
105
- get run(): Command<RunReportArgs>;
106
- }
107
- export declare class ReportEvents extends EventRegistry {
108
- protected readonly _prefix = "reports";
109
- /**
110
- * Raised when a report has started running. Web only.
111
- *
112
- * @webOnly
113
- */
114
- get reportStarted(): Event<ReportStartedEventArgs>;
115
- /**
116
- * Raised while a report is running to provide updates on its status. Web
117
- * only.
118
- *
119
- * @webOnly
120
- */
121
- get reportProgress(): Event<ReportProgressEventArgs>;
122
- /**
123
- * Raised when a report has finished running. Event arguments include the
124
- * report download URL. Web only.
125
- *
126
- * @webOnly
127
- */
128
- get reportFinished(): Event<ReportFinishedEventArgs>;
129
- /**
130
- * Raised when an error occurs with running a report. Web only.
131
- *
132
- * @webOnly
133
- */
134
- get reportError(): Event<ReportErrorEventArgs>;
135
- }
1
+ import type { PortalItemLike } from "@vertigis/arcgis-extensions/utilities/portal";
2
+ import type { Command } from "../Command.js";
3
+ import { CommandRegistry } from "../CommandRegistry.js";
4
+ import type { Event } from "../Event.js";
5
+ import { EventRegistry } from "../EventRegistry.js";
6
+ import type { FeaturesLike } from "../common.js";
7
+ /**
8
+ * Represents a data source for VertiGIS Studio Reporting. A data source created
9
+ * at report design time will be replaced by this data source at runtime.
10
+ */
11
+ export interface ReportDataSource {
12
+ /**
13
+ * The name is the name of the data source whose data you want to replace.
14
+ * The name must match the name of the data source in the report.
15
+ */
16
+ name: string;
17
+ /**
18
+ * The value is an object that defines the data to use in the report. The
19
+ * value is defined using the same schema as the data source in the report.
20
+ */
21
+ value: unknown;
22
+ }
23
+ /**
24
+ * The arguments required by the reports.run command.
25
+ */
26
+ export interface RunReportArgs {
27
+ /**
28
+ * The ID of the report item.
29
+ */
30
+ id?: string;
31
+ /**
32
+ * The title of the report.
33
+ */
34
+ title?: string;
35
+ /**
36
+ * The portal item where the report is located.
37
+ */
38
+ portalItem?: PortalItemLike;
39
+ /**
40
+ * A unique ID to identify an instance of this report running.
41
+ */
42
+ instanceId?: string;
43
+ /**
44
+ * The features passed to the report.
45
+ */
46
+ features?: FeaturesLike;
47
+ /**
48
+ * Replace the data from one or more data sources at run time.
49
+ */
50
+ dataSources?: ReportDataSource | ReportDataSource[];
51
+ }
52
+ /**
53
+ * Base for the Report Event Args interfaces.
54
+ */
55
+ export interface ReportEventArgsBase {
56
+ /**
57
+ * The ID of the report being run.
58
+ */
59
+ reportId: string;
60
+ /**
61
+ * A unique ID to track the running of this report.
62
+ */
63
+ instanceId: string;
64
+ }
65
+ /**
66
+ * Arguments for the reports.report-error event.
67
+ */
68
+ export interface ReportErrorEventArgs extends ReportEventArgsBase {
69
+ /**
70
+ * The error message.
71
+ */
72
+ message: string;
73
+ /**
74
+ * The HTTP status code associated with the error, if it's a HTTP error.
75
+ */
76
+ errorCode?: number;
77
+ }
78
+ /**
79
+ * Arguments for the reports.report-finished event.
80
+ */
81
+ export interface ReportFinishedEventArgs extends ReportEventArgsBase {
82
+ /**
83
+ * The URL to download the report at.
84
+ */
85
+ downloadUrl: string;
86
+ }
87
+ /**
88
+ * Arguments for the reports.report-progress event.
89
+ */
90
+ export interface ReportProgressEventArgs extends ReportEventArgsBase {
91
+ }
92
+ /**
93
+ * Arguments for the reports.report-started event.
94
+ */
95
+ export interface ReportStartedEventArgs extends ReportEventArgsBase {
96
+ }
97
+ export declare class ReportsCommands extends CommandRegistry {
98
+ protected readonly _prefix = "reports";
99
+ /**
100
+ * Run a report on the given features. The report URL and feature IDs are
101
+ * provided by the viewer. Web only.
102
+ *
103
+ * @webOnly
104
+ */
105
+ get run(): Command<RunReportArgs>;
106
+ }
107
+ export declare class ReportEvents extends EventRegistry {
108
+ protected readonly _prefix = "reports";
109
+ /**
110
+ * Raised when a report has started running. Web only.
111
+ *
112
+ * @webOnly
113
+ */
114
+ get reportStarted(): Event<ReportStartedEventArgs>;
115
+ /**
116
+ * Raised while a report is running to provide updates on its status. Web
117
+ * only.
118
+ *
119
+ * @webOnly
120
+ */
121
+ get reportProgress(): Event<ReportProgressEventArgs>;
122
+ /**
123
+ * Raised when a report has finished running. Event arguments include the
124
+ * report download URL. Web only.
125
+ *
126
+ * @webOnly
127
+ */
128
+ get reportFinished(): Event<ReportFinishedEventArgs>;
129
+ /**
130
+ * Raised when an error occurs with running a report. Web only.
131
+ *
132
+ * @webOnly
133
+ */
134
+ get reportError(): Event<ReportErrorEventArgs>;
135
+ }
@@ -1 +1 @@
1
- import{CommandRegistry as r}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";export class ReportsCommands extends r{constructor(){super(...arguments),this._prefix="reports"}get run(){return this._get("run")}}export class ReportEvents extends t{constructor(){super(...arguments),this._prefix="reports"}get reportStarted(){return this._get("report-started")}get reportProgress(){return this._get("report-progress")}get reportFinished(){return this._get("report-finished")}get reportError(){return this._get("report-error")}}
1
+ import{CommandRegistry as r}from"../CommandRegistry.js";import{EventRegistry as e}from"../EventRegistry.js";export class ReportsCommands extends r{_prefix="reports";get run(){return this._get("run")}}export class ReportEvents extends e{_prefix="reports";get reportStarted(){return this._get("report-started")}get reportProgress(){return this._get("report-progress")}get reportFinished(){return this._get("report-finished")}get reportError(){return this._get("report-error")}}