@conterra/ct-mapapps-typings 4.20.1 → 4.20.2

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 (230) hide show
  1. package/agssearch/api.d.ts +2 -2
  2. package/agssearch/package.json +1 -1
  3. package/apprt/Bundle.d.ts +1 -1
  4. package/apprt/EnvironmentRuleMatcher.d.ts +2 -1
  5. package/apprt/api/index.d.ts +1 -0
  6. package/apprt/api/internal.d.ts +2 -2
  7. package/apprt/launch/BundleController.d.ts +4 -2
  8. package/apprt/launch/Launcher.d.ts +23 -3
  9. package/apprt/launch/layer-min.d.ts +1 -1
  10. package/apprt/launch/layer.d.ts +1 -1
  11. package/apprt/package.json +1 -1
  12. package/apprt/semverrange.d.ts +2 -1
  13. package/apprt/support/ServiceRegistrations.d.ts +3 -2
  14. package/apprt/tracker/BundleTracker.d.ts +2 -1
  15. package/apprt/tracker/ServiceTracker.d.ts +3 -2
  16. package/apprt-binding/Binding.d.ts +2 -1
  17. package/apprt-binding/Transformers.d.ts +2 -1
  18. package/apprt-binding/package.json +1 -1
  19. package/apprt-core/AsyncTask.d.ts +2 -1
  20. package/apprt-core/Cancel.d.ts +2 -1
  21. package/apprt-core/CancelablePromise.d.ts +2 -1
  22. package/apprt-core/Events.d.ts +34 -27
  23. package/apprt-core/Exception.d.ts +2 -1
  24. package/apprt-core/InjectedReference.d.ts +2 -1
  25. package/apprt-core/Locale.d.ts +0 -1
  26. package/apprt-core/Logger.d.ts +2 -1
  27. package/apprt-core/Mutable.d.ts +2 -1
  28. package/apprt-core/Observers.d.ts +2 -1
  29. package/apprt-core/Promise.d.ts +2 -1
  30. package/apprt-core/PropertyPath.d.ts +2 -1
  31. package/apprt-core/TaskExecutor.d.ts +2 -1
  32. package/apprt-core/TreeWalker.d.ts +2 -1
  33. package/apprt-core/Types.d.ts +3 -2
  34. package/apprt-core/clone.d.ts +2 -1
  35. package/apprt-core/comparators.d.ts +2 -4
  36. package/apprt-core/config.d.ts +9 -8
  37. package/apprt-core/freeze.d.ts +2 -1
  38. package/apprt-core/join.d.ts +2 -1
  39. package/apprt-core/load-css.d.ts +2 -1
  40. package/apprt-core/load-js.d.ts +3 -2
  41. package/apprt-core/package.json +1 -1
  42. package/apprt-core/parallel.d.ts +2 -1
  43. package/apprt-core/promise-utils.d.ts +2 -1
  44. package/apprt-core/string-replace.d.ts +2 -1
  45. package/apprt-dom/index.d.ts +2 -1
  46. package/apprt-dom/package.json +1 -1
  47. package/apprt-fetch/index.d.ts +3 -2
  48. package/apprt-fetch/package.json +1 -1
  49. package/apprt-streams/Stream.d.ts +1 -1
  50. package/apprt-streams/package.json +1 -1
  51. package/apprt-tokens/package.json +1 -1
  52. package/apprt-vue/package.json +1 -1
  53. package/apprt-vuetify/RegisterVuetify.d.ts +1 -1
  54. package/apprt-vuetify/components/copyText.d.ts +8 -0
  55. package/apprt-vuetify/package.json +1 -1
  56. package/coordinateconversion/api.d.ts +182 -0
  57. package/coordinateconversion/package.json +5 -0
  58. package/coordinatetransformer/api/CoordinateTransformer.d.ts +6 -4
  59. package/coordinatetransformer/api/ProjectionStore.d.ts +4 -2
  60. package/coordinatetransformer/api/TransformationProvider.d.ts +6 -4
  61. package/coordinatetransformer/api/TransformerStrategy.d.ts +4 -2
  62. package/coordinatetransformer/api/index.d.ts +6 -4
  63. package/coordinatetransformer/package.json +1 -1
  64. package/ct/async.d.ts +1 -1
  65. package/ct/mapping/geometry.d.ts +6 -6
  66. package/ct/package.json +1 -1
  67. package/ct/tools/Tool.d.ts +300 -2
  68. package/dataform/package.json +1 -1
  69. package/dataview/package.json +1 -1
  70. package/domains-system/package.json +1 -1
  71. package/editing/api.d.ts +5 -15
  72. package/editing/package.json +1 -1
  73. package/esri-widgets/EsriDijit.d.ts +2 -1
  74. package/esri-widgets/package.json +1 -1
  75. package/geojson/api.d.ts +6 -6
  76. package/geojson/package.json +1 -1
  77. package/geometryservice/api.d.ts +15 -15
  78. package/geometryservice/package.json +1 -1
  79. package/graphics/GraphicsBuilder.d.ts +1 -1
  80. package/graphics/package.json +1 -1
  81. package/highlights/api.d.ts +4 -4
  82. package/highlights/package.json +1 -1
  83. package/integration-map/package.json +1 -1
  84. package/managementlayout/package.json +1 -1
  85. package/map-actions/api.d.ts +2 -2
  86. package/map-actions/package.json +1 -1
  87. package/map-basemaps-api/BasemapItem.d.ts +2 -9
  88. package/map-basemaps-api/BasemapsModel.d.ts +1 -1
  89. package/map-basemaps-api/api.d.ts +1 -1
  90. package/map-basemaps-api/package.json +1 -1
  91. package/map-config-api/api.d.ts +38 -38
  92. package/map-config-api/package.json +1 -1
  93. package/map-init/api.d.ts +1 -1
  94. package/map-init/package.json +1 -1
  95. package/map-widget/Constraints.d.ts +16 -11
  96. package/map-widget/LayerObserver.d.ts +7 -6
  97. package/map-widget/LayerTraverser.d.ts +7 -6
  98. package/map-widget/MapWidgetFactory.d.ts +17 -11
  99. package/map-widget/MapWidgetModel.d.ts +16 -11
  100. package/map-widget/Navigation.d.ts +9 -2
  101. package/map-widget/ViewReadyWatcher.d.ts +18 -12
  102. package/map-widget/__internal__/{DTPbI1Aa.d.ts → ChgqPGgf.d.ts} +54 -10
  103. package/map-widget/api/BaseTypes.d.ts +6 -0
  104. package/map-widget/api/Constraints.d.ts +16 -11
  105. package/map-widget/api/MapWidget.d.ts +16 -11
  106. package/map-widget/api/MapWidgetFactory.d.ts +19 -14
  107. package/map-widget/api/MapWidgetModel.d.ts +16 -11
  108. package/map-widget/api/MapWidgetRegistration.d.ts +17 -12
  109. package/map-widget/api/Navigation.d.ts +15 -2
  110. package/map-widget/api/SrsChangeService.d.ts +16 -11
  111. package/map-widget/api/VisibilityState.d.ts +109 -0
  112. package/map-widget/api/index.d.ts +17 -12
  113. package/map-widget/package.json +1 -1
  114. package/mapdraw-api/api.d.ts +3 -3
  115. package/mapdraw-api/package.json +1 -1
  116. package/mapnavigation/package.json +1 -1
  117. package/maptips/api.d.ts +2 -2
  118. package/maptips/package.json +1 -1
  119. package/measurement-2d/api.d.ts +3 -2
  120. package/measurement-2d/package.json +1 -1
  121. package/measurement-3d/api.d.ts +1 -1
  122. package/measurement-3d/package.json +1 -1
  123. package/package.json +6 -6
  124. package/parametermanager/package.json +1 -1
  125. package/popups/Action.d.ts +7 -7
  126. package/popups/BaseAction.d.ts +10 -9
  127. package/popups/ContentUpdateProxy.d.ts +5 -4
  128. package/popups/api.d.ts +6 -5
  129. package/popups/package.json +1 -1
  130. package/portal-security/api.d.ts +1 -1
  131. package/portal-security/package.json +1 -1
  132. package/result-api/__internal__/{Bnw4PH_u.d.ts → BGEg3fBn.d.ts} +38 -5
  133. package/result-api/api/actions.d.ts +3 -2
  134. package/result-api/api/formatting.d.ts +3 -2
  135. package/result-api/api/index.d.ts +3 -2
  136. package/result-api/api/model.d.ts +3 -2
  137. package/result-api/api/service.d.ts +9 -2
  138. package/result-api/api/ui.d.ts +3 -2
  139. package/result-api/package.json +1 -1
  140. package/search-api/api.d.ts +16 -2
  141. package/search-api/package.json +1 -1
  142. package/search-ui/api.d.ts +2 -1
  143. package/search-ui/package.json +1 -1
  144. package/selection-services/DrawingSpatialInputAction.d.ts +3 -2
  145. package/selection-services/SearchSource.d.ts +5 -4
  146. package/selection-services/SpatialInputAction.d.ts +3 -2
  147. package/selection-services/TolerancePointDrawingInputAction.d.ts +1 -1
  148. package/selection-services/api/index.d.ts +1 -1
  149. package/selection-services/package.json +1 -1
  150. package/store-api/ComplexQuery.d.ts +3 -2
  151. package/store-api/InMemoryStore.d.ts +6 -5
  152. package/store-api/QueryExecution.d.ts +2 -1
  153. package/store-api/QueryExecutions.d.ts +3 -2
  154. package/store-api/QueryResults.d.ts +1 -3
  155. package/store-api/SpatialQuery.d.ts +3 -2
  156. package/store-api/api/ComplexQueryLang.d.ts +1 -1
  157. package/store-api/api/Store.d.ts +2 -10
  158. package/store-api/api/index.d.ts +1 -1
  159. package/store-api/package.json +1 -1
  160. package/store-api/rest/BaseRestStore.d.ts +3 -2
  161. package/store-api/rest/BaseWriteableRestStore.d.ts +1 -1
  162. package/store-api/rest/ComplexQueryToSQL.d.ts +1 -1
  163. package/store-api/rest/ComplexQueryToSolrQL.d.ts +3 -2
  164. package/store-api/rest/RQLStore.d.ts +1 -1
  165. package/store-api/rest/SQLStore.d.ts +1 -1
  166. package/store-api/utils.d.ts +2 -6
  167. package/system/api/internal.d.ts +1 -1
  168. package/system/package.json +1 -1
  169. package/system/user/Authentication.d.ts +3 -2
  170. package/system/user/Authorization.d.ts +2 -1
  171. package/system/user/User.d.ts +2 -1
  172. package/templatelayout/package.json +1 -1
  173. package/test-utils/package.json +1 -1
  174. package/test-utils/waitFor.d.ts +2 -1
  175. package/theme-tester/package.json +1 -1
  176. package/toc/api/Action.d.ts +4 -4
  177. package/toc/api/Item.d.ts +5 -5
  178. package/toc/api/StateChecker.d.ts +4 -4
  179. package/toc/api/index.d.ts +4 -4
  180. package/toc/package.json +1 -1
  181. package/toolrules/package.json +1 -1
  182. package/vuetify-component-overview/package.json +1 -1
  183. package/windowmanager/package.json +1 -1
  184. package/wizard/package.json +1 -1
  185. package/apprt-core/Observable.d.ts +0 -55
  186. package/apprt-request/api.d.ts +0 -340
  187. package/apprt-request/main.d.ts +0 -6
  188. package/apprt-request/package.json +0 -5
  189. package/apprt-request/request.d.ts +0 -8
  190. package/apprt-vue/directives/clipboard.d.ts +0 -15
  191. package/ct/api/omnisearch/ResultHandler.d.ts +0 -3
  192. package/ct/api/omnisearch/Store.d.ts +0 -3
  193. package/ct/request.d.ts +0 -17
  194. package/ct/ui/controls/mobile/DropDownMenu.d.ts +0 -3
  195. package/omnisearch/ActionsHandler.d.ts +0 -9
  196. package/omnisearch/DrawHandler.d.ts +0 -9
  197. package/omnisearch/DropDownMenu.d.ts +0 -3
  198. package/omnisearch/OmniSearchFactory.d.ts +0 -3
  199. package/omnisearch/OmniSearchModel.d.ts +0 -3
  200. package/omnisearch/RadioButton.d.ts +0 -3
  201. package/omnisearch/ResultCommand.d.ts +0 -9
  202. package/omnisearch/SearchUI.d.ts +0 -3
  203. package/omnisearch/SettingsWidget.d.ts +0 -3
  204. package/omnisearch/ZoomHandler.d.ts +0 -8
  205. package/omnisearch/package.json +0 -5
  206. package/resultcenter/ActionController.d.ts +0 -3
  207. package/resultcenter/BaseCommand.d.ts +0 -3
  208. package/resultcenter/DataModel.d.ts +0 -3
  209. package/resultcenter/DataModelBroadcaster.d.ts +0 -3
  210. package/resultcenter/DataModelMapController.d.ts +0 -25
  211. package/resultcenter/DataViewController.d.ts +0 -3
  212. package/resultcenter/DataViewStore.d.ts +0 -3
  213. package/resultcenter/ExportResultsCommand.d.ts +0 -12
  214. package/resultcenter/FeatureMapVisualizer.d.ts +0 -35
  215. package/resultcenter/GraphicResolverFactory.d.ts +0 -15
  216. package/resultcenter/OpenPopupService.d.ts +0 -5
  217. package/resultcenter/PostfixAttributeTableLookupStrategy.d.ts +0 -3
  218. package/resultcenter/RemoveResultsCommand.d.ts +0 -6
  219. package/resultcenter/RestrictQueriesToView.d.ts +0 -3
  220. package/resultcenter/ResultcenterToolRuleProcessor.d.ts +0 -3
  221. package/resultcenter/SearchStoreHandler.d.ts +0 -8
  222. package/resultcenter/SelectAllResultsCommand.d.ts +0 -11
  223. package/resultcenter/StoreEventReceiver.d.ts +0 -3
  224. package/resultcenter/StoreRegistration.d.ts +0 -3
  225. package/resultcenter/TriggerShowResultCenter.d.ts +0 -3
  226. package/resultcenter/VisualizationLayerResolver.d.ts +0 -13
  227. package/resultcenter/package.json +0 -5
  228. package/selection-resultcenter/CachingStore.d.ts +0 -229
  229. package/selection-resultcenter/MemoryStore.d.ts +0 -10
  230. package/selection-resultcenter/package.json +0 -5
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "vuetify-component-overview",
3
- "version": "4.20.1",
3
+ "version": "4.20.2",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "windowmanager",
3
- "version": "4.20.1",
3
+ "version": "4.20.2",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "wizard",
3
- "version": "4.20.1",
3
+ "version": "4.20.2",
4
4
  "types": ""
5
5
  }
@@ -1,55 +0,0 @@
1
- declare global {
2
- const Observable: any;
3
- }
4
- /**
5
- * Exports the Observable class.
6
- *
7
- * @deprecated the observable proposal is 'dead'
8
- * @example
9
- * ```ts
10
- * // create observable, which ticks all 100 msec
11
- * const observable = new Observable((observer: any) => {
12
- * let counter = 0;
13
- * const t = setInterval(() => {
14
- * observer.next(++counter);
15
- * }, 100);
16
- * // return a cleanup function, is called if subscriber unsubscribes
17
- * return () => {
18
- * clearInterval(t);
19
- * };
20
- * });
21
- * // now somebody can subscribe
22
- * const subscription = observable.subscribe({
23
- * next(value: number) {
24
- * console.debug(value);
25
- * }
26
- * });
27
- * // to unlink do:
28
- * subscription.unsubscribe();
29
- * ```
30
- *
31
- * @example
32
- * ```
33
- * // use object observable definition
34
- * observable.subscribe({
35
- * next(value) { },
36
- * error(e) { },
37
- * complete() { }
38
- * });
39
- * ```
40
- *
41
- * @example
42
- * ```
43
- * // use method definition, first argument is next, second error and third complete
44
- * observable.subscribe(
45
- * (value)=> {},
46
- * (e)=> {},
47
- * ()=> {}
48
- * );
49
- * ```
50
- * @see [TC39 Proposal](https://github.com/tc39/proposal-observable)
51
- * @see [TC39 Proposal Github](https://tc39.github.io/proposal-observable)
52
- */
53
- declare const ExtendedObservable: any;
54
-
55
- export { ExtendedObservable, ExtendedObservable as default };
@@ -1,340 +0,0 @@
1
- /**
2
- * Format of a proxy rule config option.
3
- */
4
- interface ProxyRuleDescriptor {
5
- origin: string;
6
- proxyUrl?: string | undefined;
7
- }
8
- /**
9
- * Format of a trusted server config option.
10
- */
11
- interface TrustedServerDescriptor {
12
- origin: string;
13
- }
14
- /**
15
- * Format of a CORS server config option.
16
- * CORS is enabled by default.
17
- * @deprecated
18
- */
19
- interface CorsServerDescriptor extends TrustedServerDescriptor {
20
- withCredentials?: boolean;
21
- }
22
- /**
23
- * Pre/Post-Processor parameters.
24
- */
25
- interface ProcessorParams {
26
- /**
27
- * Processors may add flags to the parameters to communicate state changes.
28
- */
29
- [additionalKey: string]: any;
30
- /**
31
- * Flag which indicates that the url was wrapped into a proxy url.
32
- */
33
- proxyAppended?: boolean;
34
- /**
35
- * URL to request.
36
- */
37
- url: string;
38
- /**
39
- * Request options.
40
- */
41
- options: ProcessorRequestOptions;
42
- }
43
- /**
44
- * A request pre-processor function.
45
- */
46
- interface PreProcessor {
47
- /**
48
- * @param params input parameter, allowed to be changed.
49
- * @returns If a value is returned and the processor is not async then the value is the response.
50
- * If a Promise is returned and the processor is async, then the processing will wait until the promise resolves.
51
- * If the promise resolves not to undefined then this is interpreted as the response.
52
- * If the result is interpreted as response it will be wrapped in a promise.
53
- */
54
- (params: ProcessorParams): Promise<any> | any;
55
- /**
56
- * Indicates that this processors behaves async.
57
- */
58
- readonly async?: boolean;
59
- /**
60
- * Used to manage the order of pre-processors.
61
- * Default is 0
62
- * < 0 means before others
63
- * > 0 means after others
64
- *
65
- * Currently only the MaxURLLengthPre-Processor has a ordering of 100 (should be the last one).
66
- */
67
- readonly order?: number;
68
- }
69
- /**
70
- * A request post-processor function.
71
- */
72
- interface PostProcessor {
73
- /**
74
- * @param result the request response manipulated maybe by other processors.
75
- * @param params the request input parameter.
76
- * @returns manipulated response. If it is not a promise, it will be wrapped, into one.
77
- */
78
- (result: Promise<any>, params: ProcessorParams): Promise<any> | any;
79
- }
80
- /**
81
- * All config options.
82
- */
83
- interface ConfigProperties {
84
- /**
85
- * Maximal length of a url before a GET request is switched to POST.
86
- */
87
- maxUrlLength: number;
88
- /**
89
- * Request timeout in msec.
90
- */
91
- timeout: number;
92
- /**
93
- * Default proxy url.
94
- */
95
- proxyUrl: string;
96
- /**
97
- * Proxy use rules.
98
- */
99
- proxyRules: ProxyRuleDescriptor[];
100
- /**
101
- * Globally disable the proxy support.
102
- */
103
- disableProxySupport: boolean;
104
- /**
105
- * Trusted servers, for which 'withCredentials' will be enabled.
106
- */
107
- trustedServers: TrustedServerDescriptor[];
108
- /**
109
- * Custom pre-processors.
110
- */
111
- customPreProcessors: PreProcessor[];
112
- /**
113
- * Custom post-processors.
114
- */
115
- customPostProcessors: PostProcessor[];
116
- /**
117
- * Flag to enable/disable to return dojo deferred instead of a Promise.
118
- */
119
- returnDojoDeferred: boolean;
120
- }
121
- /**
122
- * Config property key.
123
- */
124
- type ConfigPropertyKey = keyof ConfigProperties;
125
- interface ExtendedDojoProvider extends RequestFunction {
126
- getProxiedUrl(url: string, opts?: {
127
- force?: boolean;
128
- }): string;
129
- }
130
- /**
131
- * Configuration interface.
132
- */
133
- interface Config {
134
- /**
135
- * Only for internal usage.
136
- */
137
- buildProvider(): ExtendedDojoProvider;
138
- /**
139
- * Set a config option.
140
- * @param name name of the option.
141
- * @param value value of the option.
142
- */
143
- set<Name extends ConfigPropertyKey>(name: Name, value: ConfigProperties[Name]): void;
144
- set(name: string, value: unknown): void;
145
- /**
146
- * Get a config option.
147
- * @param name name of the option.
148
- */
149
- get<Name extends ConfigPropertyKey>(name: Name): ConfigProperties[Name];
150
- get(name: string): unknown;
151
- /**
152
- * Register a proxy rule. If the rule matches, the request will be routed over a proxy.
153
- * @param rule a proxy rule.
154
- */
155
- addProxyRule(rule: ProxyRuleDescriptor): void;
156
- /**
157
- * Removes a proxy rule.
158
- * @param rule the rule to remove.
159
- */
160
- removeProxyRule(rule: ProxyRuleDescriptor): void;
161
- /**
162
- * Register a trusted server, for which 'withCredentials' will be activated.
163
- * @param server a trusted server.
164
- */
165
- addTrustedServer(server: TrustedServerDescriptor): void;
166
- /**
167
- * Removes a trusted servers.
168
- * @param server a trusted server.
169
- */
170
- removeTrustedServer(server: TrustedServerDescriptor): void;
171
- /** @deprecated */
172
- addCorsEnabledServer(server: CorsServerDescriptor): void;
173
- /** @deprecated */
174
- removeCorsEnabledServer(server: CorsServerDescriptor): void;
175
- /**
176
- * Register a pre-processor
177
- * @param processor a pre-processor
178
- */
179
- addPreProcessor(processor: PreProcessor): void;
180
- /**
181
- * Unregister a pre-processor
182
- * @param processor a pre-processor
183
- */
184
- removePreProcessor(processor: PreProcessor): void;
185
- /**
186
- * Register a post-processor
187
- * @param processor a post-processor
188
- */
189
- addPostProcessor(processor: PostProcessor): void;
190
- /**
191
- * Unregister a post-processor
192
- * @param processor a post-processor
193
- */
194
- removePostProcessor(processor: PostProcessor): void;
195
- /**
196
- * Reset the configuration to it's defaults.
197
- * Only intended for tests.
198
- */
199
- reset(): void;
200
- }
201
- /**
202
- * Request options
203
- */
204
- interface RequestOptions {
205
- /**
206
- * Processors may allow additional properties
207
- */
208
- [key: string]: any;
209
- /**
210
- * HTTP METHOD
211
- * If not specified GET is used.
212
- */
213
- method?: "GET" | "POST" | "PUT" | "DELETE" | "HEAD";
214
- /**
215
- Request timeout in msec.
216
- */
217
- timeout?: number;
218
- /**
219
- * AbortSignal to cancel the request.
220
- */
221
- signal?: AbortSignal;
222
- /**
223
- * HTTP Headers.
224
- */
225
- headers?: Record<string, any>;
226
- /**
227
- * Query Parameter.
228
- * Note, if data is not defined and method is post this will be converted to the post body.
229
- */
230
- query?: Record<string, any>;
231
- /**
232
- * Request body (used if POST/PUT)
233
- */
234
- data?: Record<string, any> | string;
235
- /**
236
- * How to interpret the response. Default is "json".
237
- */
238
- handleAs?: "json" | "javascript" | "text" | "xml" | "blob" | "binary";
239
- /**
240
- * Option to mark target url as trusted for CORS.
241
- * Please prefer to register a trusted servers via config.
242
- */
243
- useCors?: {
244
- withCredentials?: boolean;
245
- };
246
- /**
247
- * Option to mark request to include credentials.
248
- * Please prefer to register a trusted servers via config.
249
- * @deprecated
250
- */
251
- withCredentials?: boolean;
252
- /**
253
- * Allows per request configuration of maximal url length. If it is to long a GET request will be switched to POST.
254
- * Please prefer the config option 'maxUrlLength'.
255
- */
256
- maxUrlLength?: number;
257
- /**
258
- * Flag will create random 'salt' to the query parameters to prevent browser caching.
259
- */
260
- preventCache?: boolean;
261
- /**
262
- * Enables jsonp request processing (response is interpreted as javascript).
263
- * If true it appends query parameter 'callback=<methodname>'.
264
- * If it is a string then `<jsonp value>=<methodname>` will be appended.
265
- * Please use CORS, this will not be supported in future versions.
266
- * @deprecated
267
- */
268
- jsonp?: boolean | string;
269
- /**
270
- * Allows 'static' jsonp.
271
- * If jsonp is true and jsonpfn is configured the the
272
- * query parameter 'callback=<jsonpfn value>' is appended.
273
- * The javascript method name is controlled by the caller and not dynamically created.
274
- * @deprecated
275
- */
276
- jsonpfn?: string;
277
- /**
278
- * Enables/disables the use of a proxy.
279
- * True is the default value and a proxy is used if the CORS communication, fails.
280
- * False prevents the use of a proxy.
281
- * "force" skips the CORS detection and enforces the use of a proxy.
282
- * Please prefer the config option 'proxyRules' for that.
283
- */
284
- useProxy?: boolean | "force";
285
- /**
286
- * Custom pre-processors only valid for the current request.
287
- * Helpful in tests.
288
- * Please prefer the config option to register processors for all requests.
289
- */
290
- preprocessors?: PreProcessor[];
291
- /**
292
- * Custom post-processors only valid for the current request.
293
- * Helpful in tests.
294
- * Please prefer the config option to register processors for all requests.
295
- */
296
- postprocessors?: PostProcessor[];
297
- }
298
- /**
299
- * Request options available in the processors.
300
- */
301
- type ProcessorRequestOptions = RequestOptions;
302
- /**
303
- * A function executing a request function.
304
- */
305
- type RequestFunction = (url: string, options?: RequestOptions | undefined) => Promise<any>;
306
- /**
307
- * The main interface of 'apprt-request'.
308
- */
309
- interface ConfigurableRequestFunction extends RequestFunction {
310
- /**
311
- * Provides access to configuration.
312
- */
313
- readonly config: Config;
314
- /**
315
- * Executes a GET request (sets method=GET in the options)
316
- */
317
- readonly get: RequestFunction;
318
- /**
319
- * Executes a POST request (sets method=POST in the options)
320
- */
321
- readonly post: RequestFunction;
322
- /**
323
- * Executes a PUT request (sets method=PUT in the options)
324
- */
325
- readonly put: RequestFunction;
326
- /**
327
- * Executes a DELETE request (sets method=DELETE in the options)
328
- */
329
- readonly del: RequestFunction;
330
- /**
331
- * Utility to create a 'proxied' url.
332
- * By default it returns the input url, if no proxy rule applies.
333
- * If the flag 'force' is enabled it will wrap the url with the default proxy.
334
- */
335
- readonly getProxiedUrl: (url: string, options?: {
336
- force?: boolean;
337
- }) => string;
338
- }
339
-
340
- export type { Config, ConfigProperties, ConfigPropertyKey, ConfigurableRequestFunction, CorsServerDescriptor, ExtendedDojoProvider, PostProcessor, PreProcessor, ProcessorParams, ProcessorRequestOptions, ProxyRuleDescriptor, RequestFunction, RequestOptions, TrustedServerDescriptor };
@@ -1,6 +0,0 @@
1
- import request from './request.js';
2
- import './api.js';
3
-
4
-
5
-
6
- export { request as default };
@@ -1,5 +0,0 @@
1
- {
2
- "name": "apprt-request",
3
- "version": "4.20.1",
4
- "types": "./main.d.ts"
5
- }
@@ -1,8 +0,0 @@
1
- import { ConfigurableRequestFunction } from './api.js';
2
-
3
- /**
4
- * Execute http request.
5
- */
6
- declare const request: ConfigurableRequestFunction;
7
-
8
- export { request as default };
@@ -1,15 +0,0 @@
1
- declare namespace VueClipboard {
2
- function bind(el: any, binding: any, vnode: any): void;
3
- function update(el: any, binding: any): void;
4
- function unbind(el: any, binding: any): void;
5
- }
6
- /*!
7
- * Base code from:
8
- * vue-clipboard2 v0.1.0
9
- * https://github.com/Inndy/vue-clipboard2/blob/master/LICENSE
10
- *
11
- * Licensed MIT © Inndy <inndy.tw@gmail.com>
12
- */
13
- declare function copyText(text: any, container: any): Promise<any>;
14
-
15
- export { copyText, VueClipboard as default };
@@ -1,3 +0,0 @@
1
- declare const _default: any;
2
-
3
- export { _default as default };
@@ -1,3 +0,0 @@
1
- declare const _default: any;
2
-
3
- export { _default as default };
package/ct/request.d.ts DELETED
@@ -1,17 +0,0 @@
1
- /**
2
- * @deprecated Use apprt-request instead.
3
- */
4
- declare function request(opts: any, flags: any): Promise<any>;
5
- declare namespace request {
6
- export { request };
7
- export function requestJSON(params: any, flags: any): Promise<any>;
8
- export let getProxiedUrl: (url: string, options?: {
9
- force?: boolean;
10
- }) => string;
11
- export namespace preprocessors {
12
- function add(p: any, first: any): void;
13
- function remove(p: any): void;
14
- }
15
- }
16
-
17
- export { request as default };
@@ -1,3 +0,0 @@
1
- declare const _default: any;
2
-
3
- export { _default as default };
@@ -1,9 +0,0 @@
1
- declare class ActionsHandler {
2
- id: string;
3
- type: string[];
4
- set actionService(service: any);
5
- handle(item: any, opts: any): Promise<PromiseSettledResult<any>[]>;
6
- #private;
7
- }
8
-
9
- export { ActionsHandler as default };
@@ -1,9 +0,0 @@
1
- declare class DrawHandler {
2
- id: string;
3
- type: string[];
4
- activate(): void;
5
- symbolTableLookup: any;
6
- handle(item: any, opts: any): Promise<void>;
7
- }
8
-
9
- export { DrawHandler as default };
@@ -1,3 +0,0 @@
1
- declare const _default: any;
2
-
3
- export { _default as default };
@@ -1,3 +0,0 @@
1
- declare const _default: any;
2
-
3
- export { _default as default };
@@ -1,3 +0,0 @@
1
- declare const _default: any;
2
-
3
- export { _default as default };
@@ -1,3 +0,0 @@
1
- declare const _default: any;
2
-
3
- export { _default as default };
@@ -1,9 +0,0 @@
1
- declare class ResultCommands {
2
- processResult(event: any): void;
3
- clearResult(event: any): void;
4
- addResultHandler(resultHandler: any): void;
5
- removeResultHandler(resultHandler: any): void;
6
- #private;
7
- }
8
-
9
- export { ResultCommands as default };
@@ -1,3 +0,0 @@
1
- declare const _default: any;
2
-
3
- export { _default as default };
@@ -1,3 +0,0 @@
1
- declare const _default: any;
2
-
3
- export { _default as default };
@@ -1,8 +0,0 @@
1
- declare class ZoomHandler {
2
- id: string;
3
- type: string;
4
- activate(): void;
5
- handle(item: any, opts: any): void;
6
- }
7
-
8
- export { ZoomHandler as default };
@@ -1,5 +0,0 @@
1
- {
2
- "name": "omnisearch",
3
- "version": "4.20.1",
4
- "types": ""
5
- }
@@ -1,3 +0,0 @@
1
- declare const _default: any;
2
-
3
- export { _default as default };
@@ -1,3 +0,0 @@
1
- declare const _default: any;
2
-
3
- export { _default as default };
@@ -1,3 +0,0 @@
1
- declare const _default: any;
2
-
3
- export { _default as default };
@@ -1,3 +0,0 @@
1
- declare const _default: any;
2
-
3
- export { _default as default };
@@ -1,25 +0,0 @@
1
- declare function DataModelMapController(): {
2
- dataModel: null;
3
- mapWidgetModel: null;
4
- constructor(): void;
5
- zoomToAll(): void;
6
- zoomToSelection(): void;
7
- _getGeometryOpts(): {
8
- fields: {
9
- geometry: boolean;
10
- };
11
- geometry: {
12
- sr: any;
13
- maxAllowableOffset: number;
14
- };
15
- };
16
- zoomToItems(idsOrQuery: any): void;
17
- zoomToItem(id: any): void;
18
- centerSelection(): void;
19
- centerItems(idsOrQuery: any): void;
20
- centerItem(id: any): void;
21
- openPopup(itemId: any): void;
22
- _withItems(idsOrQuery: any, cb: any, scope: any, options: any): void;
23
- };
24
-
25
- export { DataModelMapController as default };
@@ -1,3 +0,0 @@
1
- declare const _default: any;
2
-
3
- export { _default as default };
@@ -1,3 +0,0 @@
1
- declare function _default(model: any, store: any, listenForChanges: any): any;
2
-
3
- export { _default as default };
@@ -1,12 +0,0 @@
1
- /**
2
- * @fileOverview contains code for common (shared) command functions.
3
- */
4
- declare class ExportResultsCommand {
5
- exportSelected(): Promise<void>;
6
- _formatValue(value: any, type: any): string;
7
- _escape(value: any, separator: any): any;
8
- _prepareEntries(entries: any, separator: any, undefinedValue: any, ignoreFields: any, metadata: any, domains: any, exportDomainValues: any, detectExtraFields: any): string;
9
- _resolveFields(entries: any, fields: any, ignoreFields: any, detectExtraFields?: boolean): any;
10
- }
11
-
12
- export { ExportResultsCommand as default };
@@ -1,35 +0,0 @@
1
- declare class FeatureMapVisualizer {
2
- _mapWidgetModel: any;
3
- _highlighterFactory: any;
4
- _dataModel: any;
5
- _dataViewController: any;
6
- _graphicResolver: any;
7
- _coordinateTransformer: any;
8
- _popupTemplateResolver: any;
9
- deactivate(): void;
10
- viewChanged(): Promise<void>;
11
- handleOnDataUpdate(): Promise<void>;
12
- findGraphicsById(itemId: any): any;
13
- _updateFeatures(): void;
14
- _renderStoreItems(store: any): Promise<void>;
15
- _triggerPartialUpdateOnDataChange(store: any, evt: any): void;
16
- _updateTask: any;
17
- _applyDataUpdates(store: any, sr: any, renderId: any): Promise<void>;
18
- _addHighlights(features: any, store: any, domains: any, spatialReference: any): Promise<void>;
19
- _updateHighlight(itemId: any, geometry: any, attributes: any, context: any, popupTemplate: any): void;
20
- _removeHighlight(itemId: any): void;
21
- _removeHighlights(): void;
22
- _getContext(store: any): any;
23
- _lookupHighlighter(name: any): any;
24
- _createHighlighter(existing: any, resolver: any): any;
25
- _resolveDomains(store: any): Promise<{
26
- mergeDomainsIntoFields: (attributes: any) => any;
27
- toDomainValues(attributes: any): Record<string, any>;
28
- isDomainField(name: string): boolean;
29
- } | undefined>;
30
- _transformFeatures(features: any, targetSpatialReference: any): Promise<any>;
31
- _destroyHighlighter(): void;
32
- #private;
33
- }
34
-
35
- export { FeatureMapVisualizer as default };