@conterra/ct-mapapps-typings 4.13.1 → 4.13.2-PRE-1

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 (609) hide show
  1. package/README.md +23 -3
  2. package/agolauthn/AuthenticationPlugin.d.ts +2 -2
  3. package/agolauthn/SyncAuthnState.d.ts +4 -2
  4. package/agolauthn/module.d.ts +2 -1
  5. package/agssearch/AGSStoreFactory.d.ts +2 -2
  6. package/agssearch/FilterStoreFactory.d.ts +1 -6
  7. package/agssearch/LayerStore.d.ts +9 -8
  8. package/app-portal-registration/PortalItemColumnExtender.d.ts +1 -1
  9. package/app-portal-registration/module.d.ts +5 -1
  10. package/appautorefresh/Refresher.d.ts +1 -1
  11. package/appautorefresh/module.d.ts +1 -1
  12. package/appbundlemanagement/ProductInfoService.d.ts +1 -1
  13. package/appbundlemanagement/VersionReplacerService.d.ts +1 -1
  14. package/appbundlemanagement/VersionReplacerToolClickHandler.d.ts +1 -1
  15. package/appbundlemanagement/module.d.ts +4 -1
  16. package/appbundlemanagement/wizard/ConfirmationPaneFactory.d.ts +1 -1
  17. package/appbundlemanagement/wizard/DataFormPaneFactory.d.ts +1 -1
  18. package/appbundlemanagement/wizard/ProductsPaneFactory.d.ts +1 -1
  19. package/appbundlemanagement/wizard/ReportWidget.d.ts +1 -1
  20. package/appbundlemanagement/wizard/VersionLoadPaneFactory.d.ts +1 -1
  21. package/appbundlemanagement/wizard/VersionPaneFactory.d.ts +1 -1
  22. package/appbundlemanagement/wizard/VersionReplacerView.d.ts +1 -1
  23. package/appmanagement/AppBundlesController.d.ts +1 -1
  24. package/appmanagement/AppColumnExtender.d.ts +1 -1
  25. package/appmanagement/AppDetailsController.d.ts +1 -1
  26. package/appmanagement/AppDetailsWidgetFactory.d.ts +1 -1
  27. package/appmanagement/AppFilesController.d.ts +1 -1
  28. package/appmanagement/AppViewToolRuleProcessor.d.ts +1 -1
  29. package/appmanagement/CreateAppController.d.ts +1 -1
  30. package/appmanagement/CreateTemplateController.d.ts +1 -1
  31. package/appmanagement/CustomActions.d.ts +1 -1
  32. package/appmanagement/TemplateDetailsController.d.ts +1 -1
  33. package/appmanagement/module.d.ts +11 -1
  34. package/apprt/I18N.d.ts +4 -4
  35. package/apprt/semver.d.ts +45 -3
  36. package/apprt-binding/Bindable.d.ts +4 -3
  37. package/apprt-binding/Binding.d.ts +19 -18
  38. package/apprt-binding/PropertyAccess.d.ts +11 -10
  39. package/apprt-binding/Watchable.d.ts +2 -1
  40. package/apprt-core/Cancel.d.ts +1 -0
  41. package/apprt-core/Locale.d.ts +18 -2
  42. package/apprt-core/Logger.d.ts +23 -1
  43. package/apprt-core/Mutable.d.ts +7 -6
  44. package/apprt-core/TreeWalker.d.ts +2 -2
  45. package/apprt-core/Types.d.ts +4 -0
  46. package/apprt-core/base64.d.ts +73 -0
  47. package/apprt-core/comparators.d.ts +8 -0
  48. package/apprt-core/config-dojo.d.ts +8 -0
  49. package/apprt-core/config.d.ts +339 -23
  50. package/apprt-core/deprecate.d.ts +1 -1
  51. package/apprt-core/string-escape.d.ts +1 -0
  52. package/apprt-core/url-utils.d.ts +15 -1
  53. package/apprt-dom/geometry.d.ts +40 -0
  54. package/apprt-dom/index.d.ts +2 -1
  55. package/apprt-esri-init/CredentialStorage.d.ts +1 -1
  56. package/apprt-esri-init/IdentityRequestInterceptor.d.ts +11 -0
  57. package/apprt-esri-init/IdentityRequestProcessorRegistration.d.ts +3 -3
  58. package/apprt-esri-init/identityRequestUtils.d.ts +18 -0
  59. package/apprt-esri-init/init-config.d.ts +1 -2
  60. package/apprt-fetch/ContentType.d.ts +58 -0
  61. package/apprt-fetch/TimeoutController.d.ts +16 -0
  62. package/apprt-fetch/config.d.ts +30 -0
  63. package/apprt-fetch/fetch.d.ts +58 -0
  64. package/apprt-fetch/index.d.ts +470 -0
  65. package/apprt-fetch/origin.d.ts +26 -0
  66. package/apprt-fetch/package.json +5 -0
  67. package/apprt-request/impl/ProxyRule.d.ts +1 -1
  68. package/apprt-streams/Stream.d.ts +53 -4
  69. package/apprt-streams/StreamPiece.d.ts +0 -3
  70. package/apprt-tokens/TokenRequestInterceptor.d.ts +10 -0
  71. package/apprt-tokens/TokenServiceImpl.d.ts +4 -0
  72. package/apprt-tokens/module.d.ts +1 -0
  73. package/appsoverview/DataViewController.d.ts +1 -1
  74. package/appsoverview/module.d.ts +1 -1
  75. package/appsstore/AppStoreService.d.ts +1 -1
  76. package/appsstore/module.d.ts +4 -1
  77. package/apptemplatemanagement/CreateTemplateController.d.ts +1 -1
  78. package/apptemplatemanagement/TemplateDetailsController.d.ts +1 -1
  79. package/apptemplatemanagement/module.d.ts +2 -1
  80. package/authentication/AuthenticationInfoWidget.d.ts +1 -1
  81. package/authentication/AuthenticationInfoWidgetFactory.d.ts +1 -1
  82. package/authentication/AuthenticationPlugin.d.ts +1 -1
  83. package/authentication/AuthenticationService.d.ts +1 -1
  84. package/authentication/AuthenticationWidgetController.d.ts +1 -1
  85. package/authentication/BlockInputAction.d.ts +1 -1
  86. package/authentication/LoginStateHeartbeat.d.ts +1 -1
  87. package/authentication/LoginUI.d.ts +1 -1
  88. package/authentication/LogoutWarningInfo.d.ts +1 -1
  89. package/authentication/UsernameWidget.d.ts +1 -1
  90. package/authentication/module.d.ts +10 -1
  91. package/banner/module.d.ts +1 -1
  92. package/banner-config/DataFormBuilderWidgetFactory.d.ts +7 -2
  93. package/banner-config/module.d.ts +1 -1
  94. package/bundlemanagement/BundleDetailsController.d.ts +1 -1
  95. package/bundlemanagement/BundleStore.d.ts +1 -0
  96. package/bundlemanagement/CreateBundleController.d.ts +1 -1
  97. package/bundlemanagement/module.d.ts +5 -1
  98. package/bundleupdatechecker/BundleUpdateChecker.d.ts +1 -1
  99. package/bundleupdatechecker/BundleUpdateCheckerController.d.ts +1 -1
  100. package/bundleupdatechecker/BundleVersionWidget.d.ts +1 -1
  101. package/bundleupdatechecker/UpdateCheckerWidget.d.ts +1 -1
  102. package/bundleupdatechecker/UpdateCheckerWidgetFactory.d.ts +1 -1
  103. package/bundleupdatechecker/module.d.ts +2 -1
  104. package/coordinateconversion/FormatterUtil.d.ts +2 -2
  105. package/coordinateconversion/module.d.ts +2 -1
  106. package/coordinatetransformer/CoordinateTransformer.d.ts +17 -85
  107. package/coordinatetransformer/CustomTransformation.d.ts +6 -5
  108. package/coordinatetransformer/GeometryServiceTransformerStrategy.d.ts +10 -4
  109. package/coordinatetransformer/InternalTransformerStrategy.d.ts +10 -0
  110. package/coordinatetransformer/Proj4jsTransformerStrategy.d.ts +8 -7
  111. package/coordinatetransformer/ProjectionEngineTransformerStrategy.d.ts +10 -6
  112. package/coordinatetransformer/ProjectionStoreFactory.d.ts +7 -43
  113. package/coordinatetransformer/SRSDefinitions.d.ts +15 -10
  114. package/coordinatetransformer/SRSParser.d.ts +6 -4
  115. package/coordinatetransformer/Transformer.d.ts +28 -14
  116. package/coordinatetransformer/api/CoordinateTransformer.d.ts +128 -0
  117. package/coordinatetransformer/api/ProjectionStore.d.ts +47 -0
  118. package/coordinatetransformer/api/TransformationProvider.d.ts +40 -31
  119. package/coordinatetransformer/api/TransformerStrategy.d.ts +28 -20
  120. package/coordinatetransformer/api/index.d.ts +4 -0
  121. package/coordinatetransformer/cloneGeometry.d.ts +8 -6
  122. package/coordinatetransformer/module.d.ts +3 -1
  123. package/coordinateviewer/module.d.ts +2 -1
  124. package/ct/DeferredWatcher.d.ts +1 -1
  125. package/ct/Hash.d.ts +1 -1
  126. package/ct/Sequence.d.ts +1 -1
  127. package/ct/Stateful.d.ts +1 -1
  128. package/ct/_Comparable.d.ts +1 -1
  129. package/ct/_Connect.d.ts +1 -1
  130. package/ct/_Equals.d.ts +1 -1
  131. package/ct/api/coordinatetransformer/CoordinateTransformer.d.ts +1 -1
  132. package/ct/api/featureinfo/FeatureInfoHandler.d.ts +1 -1
  133. package/ct/api/featureinfo/ReverseGeocoderHandler.d.ts +1 -1
  134. package/ct/api/geocoder/ReverseGeocoder.d.ts +1 -1
  135. package/ct/api/geolocator/GeolocationHandler.d.ts +1 -1
  136. package/ct/api/notifier/NotifierUI.d.ts +1 -1
  137. package/ct/api/omnisearch/ResultHandler.d.ts +1 -1
  138. package/ct/api/omnisearch/Store.d.ts +1 -1
  139. package/ct/api/system/context/ContextListener.d.ts +1 -1
  140. package/ct/api/system/log/LogEntry.d.ts +1 -1
  141. package/ct/api/system/log/LogListener.d.ts +1 -1
  142. package/ct/api/system/log/LogReaderService.d.ts +1 -1
  143. package/ct/api/system/log/LogService.d.ts +1 -1
  144. package/ct/main.d.ts +1 -1
  145. package/ct/store/ComplexMemory.d.ts +1 -1
  146. package/ct/store/CompositeStore.d.ts +1 -1
  147. package/ct/store/NamedQueries.d.ts +1 -1
  148. package/ct/tools/Tool.d.ts +1 -1
  149. package/ct/tools/ToolButton.d.ts +1 -1
  150. package/ct/tools/ToolButtonFactory.d.ts +1 -1
  151. package/ct/tools/ToolContainer.d.ts +1 -1
  152. package/ct/tools/ToolMenu.d.ts +1 -1
  153. package/ct/tools/ToolMenuBar.d.ts +1 -1
  154. package/ct/tools/ToolMenuBarItem.d.ts +1 -1
  155. package/ct/tools/ToolMenuItem.d.ts +1 -1
  156. package/ct/tools/ToolReference.d.ts +1 -1
  157. package/ct/tools/ToolResolver.d.ts +1 -1
  158. package/ct/tools/ToolWidgetProxy.d.ts +1 -1
  159. package/ct/tools/_CheckedMenuItemMixin.d.ts +1 -1
  160. package/ct/tools/_ToolContainerMixin.d.ts +1 -1
  161. package/ct/tools/_ToolWidgetMixin.d.ts +1 -1
  162. package/ct/ui/_BundleI18nMixin.d.ts +1 -1
  163. package/ct/ui/controls/LoadingIndicator.d.ts +1 -1
  164. package/ct/ui/controls/MessagePane.d.ts +1 -1
  165. package/ct/ui/controls/OKCancelDialog.d.ts +1 -1
  166. package/ct/ui/controls/OKCancelPane.d.ts +1 -1
  167. package/ct/ui/controls/Wizard.d.ts +1 -1
  168. package/ct/ui/controls/_ManagedChildrenMixin.d.ts +1 -1
  169. package/ct/ui/controls/forms/AddTextBox.d.ts +1 -1
  170. package/ct/ui/controls/forms/AutoResizeTextBox.d.ts +1 -1
  171. package/ct/ui/controls/forms/DropDownColorSelector.d.ts +1 -1
  172. package/ct/ui/controls/forms/Editor.d.ts +1 -1
  173. package/ct/ui/controls/forms/PeriodicDateTextBox.d.ts +1 -1
  174. package/ct/ui/controls/forms/ScopedFilter.d.ts +1 -1
  175. package/ct/ui/controls/forms/SearchBox.d.ts +1 -1
  176. package/ct/ui/controls/forms/ShrinkingDropDown.d.ts +1 -1
  177. package/ct/ui/controls/forms/TransparencySlider.d.ts +1 -1
  178. package/ct/ui/controls/mobile/ComboBox.d.ts +1 -1
  179. package/ct/ui/controls/mobile/DropDownMenu.d.ts +1 -1
  180. package/ct/ui/desktop/CollapseGrid.d.ts +1 -1
  181. package/ct/ui/desktop/IFrameContent.d.ts +1 -1
  182. package/ct/ui/desktop/ModalBlocker.d.ts +1 -1
  183. package/ct/ui/desktop/ResizeGrid.d.ts +1 -1
  184. package/ct/ui/desktop/WindowBase.d.ts +1 -1
  185. package/ct/ui/desktop/ZIndexStack.d.ts +1 -1
  186. package/ct/ui/desktop/_FadeInOutMixin.d.ts +1 -1
  187. package/ct/ui/desktop/util.d.ts +7 -1
  188. package/ct/ui/dnd/Avatar.d.ts +1 -1
  189. package/ct/ui/dnd/Container.d.ts +1 -1
  190. package/ct/ui/dnd/ContainerWidgetFactory.d.ts +1 -1
  191. package/ct/ui/dnd/GridContainer.d.ts +1 -1
  192. package/ct/ui/dnd/GridContainerWidget.d.ts +1 -1
  193. package/ct/ui/dnd/Moveable.d.ts +1 -1
  194. package/ct/ui/template/OverlayContainer.d.ts +1 -1
  195. package/ct/ui/toggle/ToggleButtonGroup.d.ts +1 -1
  196. package/ct/util/BinarySortedArray.d.ts +1 -1
  197. package/ct/util/BinarySortedModel.d.ts +1 -1
  198. package/ct/util/LocalStorage.d.ts +1 -1
  199. package/ct/util/Redirect.d.ts +1 -1
  200. package/ct/util/SelectableBinarySortedModel.d.ts +1 -1
  201. package/ct/util/TypeFormat.d.ts +15 -5
  202. package/ct/util/css.d.ts +1 -2
  203. package/ct/util/locate/Geolocation.d.ts +1 -1
  204. package/ct/util/tree/ContainerNode.d.ts +1 -1
  205. package/ct/util/tree/Node.d.ts +1 -1
  206. package/ct/util/tree/NodeVisitorChain.d.ts +1 -1
  207. package/custominfo/CustomInfo.d.ts +1 -1
  208. package/custominfo/CustomInfoController.d.ts +16 -2
  209. package/custominfo/module.d.ts +1 -1
  210. package/custominfo-config/CustomInfoBuilder.d.ts +1 -1
  211. package/custominfo-config/CustomInfoBuilderWidget.d.ts +1 -1
  212. package/custominfo-config/CustomInfoWizardWidget.d.ts +1 -1
  213. package/custominfo-config/module.d.ts +1 -1
  214. package/dataform/AsyncJsonFormBuilder.d.ts +1 -1
  215. package/dataform/DataForm.d.ts +1 -1
  216. package/dataform/DataFormService.d.ts +1 -1
  217. package/dataform/JsonFormBuilder.d.ts +1 -1
  218. package/dataform/JsonFormBuilderResolver.d.ts +1 -1
  219. package/dataform/ObjectBinding.d.ts +9 -2
  220. package/dataform/ObjectBindingResolver.d.ts +9 -2
  221. package/dataform/StatefulBinding.d.ts +14 -2
  222. package/dataform/controls/AccordionPanel.d.ts +1 -1
  223. package/dataform/controls/BorderPanel.d.ts +1 -1
  224. package/dataform/controls/Button.d.ts +1 -1
  225. package/dataform/controls/CheckBox.d.ts +1 -1
  226. package/dataform/controls/ColorPicker.d.ts +1 -1
  227. package/dataform/controls/ComboBox.d.ts +1 -1
  228. package/dataform/controls/DateTextBox.d.ts +1 -1
  229. package/dataform/controls/FormControls.d.ts +1 -1
  230. package/dataform/controls/GridLayoutPanel.d.ts +1 -1
  231. package/dataform/controls/GridPanel.d.ts +1 -1
  232. package/dataform/controls/Image.d.ts +1 -1
  233. package/dataform/controls/Label.d.ts +1 -1
  234. package/dataform/controls/NumberSpinner.d.ts +1 -1
  235. package/dataform/controls/NumberTextBox.d.ts +1 -1
  236. package/dataform/controls/Panel.d.ts +1 -1
  237. package/dataform/controls/RadioButton.d.ts +1 -1
  238. package/dataform/controls/SelectBox.d.ts +1 -1
  239. package/dataform/controls/Slider.d.ts +1 -1
  240. package/dataform/controls/StackPanel.d.ts +1 -1
  241. package/dataform/controls/Switch.d.ts +1 -1
  242. package/dataform/controls/TabPanel.d.ts +1 -1
  243. package/dataform/controls/TablePanel.d.ts +1 -1
  244. package/dataform/controls/TextBox.d.ts +1 -1
  245. package/dataform/controls/Textarea.d.ts +1 -1
  246. package/dataform/controls/TimeTextBox.d.ts +1 -1
  247. package/dataform/controls/ToggleButton.d.ts +1 -1
  248. package/dataform/controls/Uploader.d.ts +1 -1
  249. package/dataform/controls/ValidationIcon.d.ts +1 -1
  250. package/dataform/controls/WizardPanel.d.ts +1 -1
  251. package/dataform/controls/_Control.d.ts +1 -1
  252. package/dataform/controls/_NumberConstraintsMixin.d.ts +1 -1
  253. package/dataform/controls/_StackContainerMixin.d.ts +1 -1
  254. package/dataform/module.d.ts +4 -1
  255. package/dataview/DGridColumnPluginMixin.d.ts +1 -1
  256. package/dataview/DGridViewPlugin.d.ts +1 -1
  257. package/dataview/DataView.d.ts +1 -1
  258. package/dataview/DataViewBase.d.ts +1 -1
  259. package/dataview/DataViewController.d.ts +1 -1
  260. package/dataview/DataViewModel.d.ts +1 -1
  261. package/dataview/IconViewPlugin.d.ts +1 -1
  262. package/dataview/Pager.d.ts +1 -1
  263. package/dataview/_DGridView.d.ts +1 -1
  264. package/dataview/_IconView.d.ts +1 -1
  265. package/dataview/_ViewBase.d.ts +1 -1
  266. package/editing/module.d.ts +1 -1
  267. package/fileappsstore/FileAppStore.d.ts +1 -1
  268. package/fileappsstore/module.d.ts +1 -1
  269. package/filesaver/FileSaver.d.ts +5 -2
  270. package/filesaver/lib/FileSaver.d.ts +1 -5
  271. package/filesaver/module.d.ts +1 -1
  272. package/geojson/Transformer.d.ts +54 -2
  273. package/geojson/module.d.ts +1 -1
  274. package/geometryservice/GeometryService.d.ts +1 -1
  275. package/highlights/api.d.ts +3 -5
  276. package/integration-map/IntegrationExtensionImpl.d.ts +6 -5
  277. package/integration-map/api.d.ts +3 -3
  278. package/locateme/module.d.ts +3 -1
  279. package/locateme-gpsgate/module.d.ts +1 -1
  280. package/locator-store/MetadataProvider.d.ts +2 -2
  281. package/locator-store/module.d.ts +1 -1
  282. package/managementlayout/module.d.ts +1 -1
  283. package/managementlayout/template/template.d.ts +1 -1
  284. package/manager-monaco/EditorControlFactory.d.ts +1 -0
  285. package/manager-monaco/EditorWidget.d.ts +1 -0
  286. package/manager-monaco/plugins/{BundleValidationPlugin.d.ts → AppValidationPlugin.d.ts} +4 -3
  287. package/manager-monaco/plugins/BundleInfoHoverPlugin.d.ts +5 -5
  288. package/manager-monaco/plugins/BundleRepository.d.ts +7 -12
  289. package/manager-monaco/plugins/Registry.d.ts +25 -23
  290. package/map-actions/HighlightAction.d.ts +1 -1
  291. package/map-actions/OpenPopupAction.d.ts +2 -1
  292. package/map-actions/ZoomToAction.d.ts +2 -1
  293. package/map-actions/api.d.ts +16 -6
  294. package/map-config-api/BasemapConfigParser.d.ts +27 -10
  295. package/map-init-config/MapContentBuilderWidget.d.ts +1 -1
  296. package/map-init-config/module.d.ts +4 -1
  297. package/map-widget/BasemapsParameterResolver.d.ts +9 -11
  298. package/map-widget/BlockedLayersRemover.d.ts +7 -3
  299. package/map-widget/Constraints.d.ts +16 -20
  300. package/map-widget/LODSynchronizer.d.ts +9 -4
  301. package/map-widget/LayerObserver.d.ts +39 -12
  302. package/map-widget/LayerTraverser.d.ts +28 -3
  303. package/map-widget/LayerVisibilityToolRuleProcessor.d.ts +8 -3
  304. package/map-widget/LayersParameterResolver.d.ts +10 -10
  305. package/map-widget/LayersParameterSyntax.d.ts +7 -2
  306. package/map-widget/MapEventBroadcaster.d.ts +7 -3
  307. package/map-widget/MapLoadingInfoWidget.d.ts +3 -2
  308. package/map-widget/MapWidget.d.ts +1 -2
  309. package/map-widget/MapWidgetFactory.d.ts +9 -11
  310. package/map-widget/MapWidgetModel.d.ts +54 -11
  311. package/map-widget/MapWidgetRegistration.d.ts +11 -46
  312. package/map-widget/Navigation.d.ts +6 -9
  313. package/map-widget/OfflineBasemapDefinitionFilter.d.ts +1 -2
  314. package/map-widget/ScaleToolRuleProcessor.d.ts +8 -3
  315. package/map-widget/SrsChangeService.d.ts +10 -29
  316. package/map-widget/SubLayersInfo.d.ts +47 -4
  317. package/map-widget/ViewModeToolRuleProcessor.d.ts +6 -4
  318. package/map-widget/ViewParameterResolver.d.ts +11 -6
  319. package/map-widget/ViewProvider.d.ts +22 -6
  320. package/map-widget/ViewReadyWatcher.d.ts +12 -6
  321. package/map-widget/WebMapLoadingVerification.d.ts +5 -3
  322. package/map-widget/api/Constraints.d.ts +109 -0
  323. package/map-widget/api/MapWidget.d.ts +9 -0
  324. package/map-widget/api/MapWidgetFactory.d.ts +37 -0
  325. package/map-widget/api/MapWidgetModel.d.ts +203 -0
  326. package/map-widget/api/MapWidgetRegistration.d.ts +51 -0
  327. package/map-widget/api/Navigation.d.ts +17 -0
  328. package/map-widget/api/SrsChangeService.d.ts +29 -0
  329. package/map-widget/api/index.d.ts +7 -0
  330. package/map-widget/module.d.ts +14 -12
  331. package/mapdraw-api/DefaultMapDrawing.d.ts +2 -1
  332. package/mapnavigation/HistoryImpl.d.ts +2 -1
  333. package/mapnavigation/module.d.ts +0 -1
  334. package/maptips/MapViewChangeWatcher.d.ts +2 -1
  335. package/measurement-2d/module.d.ts +2 -1
  336. package/measurement-3d/module.d.ts +1 -1
  337. package/native-app-exporter/module.d.ts +4 -1
  338. package/notifier/NotifierUI.d.ts +1 -1
  339. package/omnisearch/DropDownMenu.d.ts +1 -1
  340. package/omnisearch/OmniSearchFactory.d.ts +1 -1
  341. package/omnisearch/OmniSearchModel.d.ts +1 -1
  342. package/omnisearch/RadioButton.d.ts +1 -1
  343. package/omnisearch/SearchUI.d.ts +1 -1
  344. package/omnisearch/SettingsWidget.d.ts +1 -1
  345. package/omnisearch/module.d.ts +9 -1
  346. package/omnisearch-portalitem/module.d.ts +1 -1
  347. package/package.json +1 -1
  348. package/parametermanager/api.d.ts +4 -2
  349. package/parametersearch/Config.d.ts +1 -0
  350. package/popups/PopupCustomizationsResolver.d.ts +8 -8
  351. package/popups/TypedFactoryIndex.d.ts +2 -2
  352. package/popups/arc/ActionFactory.d.ts +2 -2
  353. package/popups/arc/PopupDefinitionFactory.d.ts +2 -2
  354. package/portal-app-security/CheckAccess.d.ts +4 -0
  355. package/portal-item-service/PortalItemService.d.ts +3 -3
  356. package/portal-item-service/module.d.ts +1 -1
  357. package/portal-search/PortalStoreFactory.d.ts +1 -1
  358. package/portal-search/module.d.ts +2 -1
  359. package/portal-security/module.d.ts +1 -1
  360. package/portal-security-config/module.d.ts +1 -1
  361. package/portal-token-conversion/module.d.ts +1 -1
  362. package/portal-webitem-map/module.d.ts +2 -1
  363. package/portal-webitem-map-config/AGOLStore.d.ts +18 -2
  364. package/portal-webitem-map-config/module.d.ts +3 -1
  365. package/portal-webscene-slides/module.d.ts +7 -1
  366. package/printing/module.d.ts +1 -1
  367. package/reportmanagement/module.d.ts +3 -1
  368. package/reportstore/module.d.ts +1 -1
  369. package/reporttool/module.d.ts +5 -1
  370. package/result-api/AbstractTableModel.d.ts +55 -0
  371. package/result-api/OpenResultsServiceImpl.d.ts +3 -3
  372. package/result-api/ResultModelFactoryImpl.d.ts +5 -0
  373. package/result-api/ResultModelImpl.d.ts +22 -0
  374. package/result-api/SelectionEventHandler.d.ts +8 -0
  375. package/result-api/StoreBackedTableModel.d.ts +32 -0
  376. package/result-api/TableActionResolverImpl.d.ts +23 -0
  377. package/result-api/actions/CsvConverter.d.ts +18 -0
  378. package/result-api/actions/ExportCsvAction.d.ts +15 -0
  379. package/result-api/actions/ZoomToItemAction.d.ts +14 -0
  380. package/result-api/actions/ZoomToSelectedAction.d.ts +13 -0
  381. package/result-api/api/actions.d.ts +209 -0
  382. package/result-api/api/{all.d.ts → index.d.ts} +1 -0
  383. package/result-api/api/model.d.ts +181 -60
  384. package/result-api/api/service.d.ts +24 -5
  385. package/result-api/api/ui.d.ts +2 -3
  386. package/result-api/module.d.ts +6 -0
  387. package/result-ui/CellRenderer.d.ts +27 -0
  388. package/result-ui/ConditionalTooltip.d.ts +19 -0
  389. package/result-ui/RecordVisualizer.d.ts +50 -0
  390. package/result-ui/ResultUIFactory.d.ts +13 -1
  391. package/result-ui/ResultUIImpl.d.ts +23 -0
  392. package/result-ui/Store.d.ts +157 -0
  393. package/result-ui/TableStateToolRuleProcessor.d.ts +17 -0
  394. package/result-ui/VisualizationLayerResolver.d.ts +14 -0
  395. package/result-ui/formatting.d.ts +9 -0
  396. package/result-ui/module.d.ts +3 -3
  397. package/result-ui/types.d.ts +6 -29
  398. package/resultcenter/ActionController.d.ts +1 -1
  399. package/resultcenter/BaseCommand.d.ts +1 -1
  400. package/resultcenter/DataModel.d.ts +1 -1
  401. package/resultcenter/DataModelBroadcaster.d.ts +1 -1
  402. package/resultcenter/DataViewController.d.ts +1 -1
  403. package/resultcenter/ExportResultsCommand.d.ts +1 -1
  404. package/resultcenter/PostfixAttributeTableLookupStrategy.d.ts +1 -1
  405. package/resultcenter/RemoveResultsCommand.d.ts +4 -2
  406. package/resultcenter/ResultcenterToolRuleProcessor.d.ts +1 -1
  407. package/resultcenter/StoreEventReceiver.d.ts +1 -1
  408. package/resultcenter/StoreRegistration.d.ts +1 -1
  409. package/resultcenter/TriggerShowResultCenter.d.ts +1 -1
  410. package/resultcenter/VisualizationLayerResolver.d.ts +4 -1
  411. package/resultcenter/module.d.ts +18 -1
  412. package/scalebar/module.d.ts +1 -1
  413. package/search-api/SearchServiceImpl.d.ts +8 -1
  414. package/search-api/StoreFacade.d.ts +3 -5
  415. package/search-ui/HighlightedString.d.ts +2 -2
  416. package/search-ui/SearchController.d.ts +2 -2
  417. package/search-ui/module.d.ts +0 -1
  418. package/selection-resultcenter/CachingStore.d.ts +3 -4
  419. package/selection-resultcenter/ExecutionsController.d.ts +1 -1
  420. package/selection-resultcenter/ExecutionsModel.d.ts +1 -1
  421. package/selection-resultcenter/module.d.ts +5 -1
  422. package/selection-services/SearchSource.d.ts +1 -0
  423. package/selection-services/module.d.ts +5 -1
  424. package/selection-tools/ToolCommand.d.ts +2 -1
  425. package/selection-tools/ToolItem.d.ts +6 -6
  426. package/selection-tools/module.d.ts +3 -1
  427. package/selection-ui/module.d.ts +1 -1
  428. package/selection-ui-config/module.d.ts +1 -1
  429. package/sketching/module.d.ts +1 -1
  430. package/store-api/QueryExecution.d.ts +1 -1
  431. package/store-api/QueryExecutions.d.ts +1 -1
  432. package/store-api/api/Store.d.ts +8 -1
  433. package/store-api/rest/BaseRestStore.d.ts +5 -0
  434. package/style-guide/style-guide-layout/template.d.ts +2 -2
  435. package/system/component/ComponentConstants.d.ts +1 -1
  436. package/system/config/Configuration.d.ts +1 -1
  437. package/system/config/ConfigurationPlugin.d.ts +84 -2
  438. package/system/config/ConfigurationStore.d.ts +23 -2
  439. package/system/config/DefaultPersistencePlugin.d.ts +1 -1
  440. package/system/config/JSONConfigurationAdapter.d.ts +36 -2
  441. package/system/config/ManagedService.d.ts +113 -2
  442. package/system/config/ManagedServiceFactory.d.ts +1 -1
  443. package/system/user/User.d.ts +1 -1
  444. package/system/user/UserEventRebroadcaster.d.ts +1 -1
  445. package/template-appsoverview/template.d.ts +2 -2
  446. package/template-seasons/seasons.d.ts +3 -3
  447. package/templatelayout/AppRootSizeController.d.ts +10 -2
  448. package/templatelayout/DefaultLayoutBreakPoints.d.ts +1 -1
  449. package/templatelayout/DojoClickPatch.d.ts +1 -1
  450. package/templatelayout/LayoutState.d.ts +1 -1
  451. package/templatelayout/LayoutTemplateToolRuleProcessor.d.ts +14 -2
  452. package/templatelayout/WidgetDefinitions.d.ts +1 -1
  453. package/templatelayout-dijit/TemplateRenderer.d.ts +1 -1
  454. package/templatelayout-dijit/TemplateWidget.d.ts +1 -1
  455. package/templates/Template.d.ts +1 -1
  456. package/templates/TemplateEventBroadCaster.d.ts +1 -1
  457. package/templates/TemplateModel.d.ts +1 -1
  458. package/templates/TemplateSelector.d.ts +1 -1
  459. package/test-utils/later.d.ts +39 -0
  460. package/test-utils/waitForProperty.d.ts +27 -0
  461. package/theme-tester/test-layout/test-layout.d.ts +2 -2
  462. package/themes/Theme.d.ts +1 -1
  463. package/themes/ThemeBundleListener.d.ts +1 -1
  464. package/themes/ThemeEventBroadCaster.d.ts +1 -1
  465. package/themes/ThemeModel.d.ts +1 -1
  466. package/themes/ThemeSelector.d.ts +1 -1
  467. package/themes/ThemeStyleWriter.d.ts +1 -1
  468. package/themes/popup.d.ts +1 -1
  469. package/toc/BaseTocItemFactory.d.ts +2 -1
  470. package/toc/model/TocItem.d.ts +3 -1
  471. package/toolrules/StoreToolRuleProcessor.d.ts +11 -2
  472. package/toolrules/ToolActiveStateManager.d.ts +42 -2
  473. package/toolrules/ToolEventRebroadcaster.d.ts +14 -2
  474. package/toolrules/ToolRuleContext.d.ts +18 -2
  475. package/toolrules/ToolRuleManager.d.ts +36 -2
  476. package/toolrules/ToolStateEventListener.d.ts +23 -2
  477. package/toolrules/UserInRoleToolRuleProcessor.d.ts +16 -2
  478. package/toolset/Drawer.d.ts +1 -1
  479. package/toolset/ToolsetManager.d.ts +1 -1
  480. package/toolset/ToolsetWindow.d.ts +1 -1
  481. package/toolset-config/ToolsetBuilderWidget.d.ts +1 -1
  482. package/viewmodeswitcher/module.d.ts +1 -1
  483. package/vuetify-component-overview/component-overview-layout/template.d.ts +2 -2
  484. package/windowmanager/WindowDnDContainer.d.ts +1 -1
  485. package/windowmanager/WindowDockingBar.d.ts +1 -1
  486. package/windowmanager/WindowDockingBarButton.d.ts +1 -1
  487. package/windowmanager/WindowManager.d.ts +1 -1
  488. package/windowmanager/WindowManagerFactory.d.ts +1 -1
  489. package/windowmanager/WindowReference.d.ts +1 -1
  490. package/windowmanager/WindowToolFactory.d.ts +1 -1
  491. package/wizard/CategoryList.d.ts +1 -1
  492. package/wizard/DataFormBuilderWidget.d.ts +1 -1
  493. package/wizard/DataFormBuilderWidgetFactory.d.ts +1 -1
  494. package/wizard/Menu.d.ts +1 -1
  495. package/wizard/MenuContent.d.ts +1 -1
  496. package/wizard/MenuController.d.ts +1 -1
  497. package/wizard/SaveAction.d.ts +1 -1
  498. package/wizard/ToolsDataFormWidgetFactory.d.ts +1 -1
  499. package/wizard/_BuilderWidget.d.ts +1 -1
  500. package/wizard/_Configurable.d.ts +1 -1
  501. package/wizard/module.d.ts +11 -1
  502. package/agssearch-config/main.d.ts +0 -1
  503. package/agssearch-config/package.json +0 -5
  504. package/app-portal-registration/main.d.ts +0 -1
  505. package/app-portal-registration/package.json +0 -5
  506. package/appbundlemanagement/main.d.ts +0 -1
  507. package/appbundlemanagement/package.json +0 -5
  508. package/appmanagement/main.d.ts +0 -1
  509. package/appmanagement/package.json +0 -5
  510. package/apprt-request/dconfig.d.ts +0 -2
  511. package/appsoverview/main.d.ts +0 -1
  512. package/appsoverview/package.json +0 -5
  513. package/appsstore/main.d.ts +0 -1
  514. package/appsstore/package.json +0 -5
  515. package/apptemplatemanagement/main.d.ts +0 -1
  516. package/apptemplatemanagement/package.json +0 -5
  517. package/authentication/main.d.ts +0 -1
  518. package/authentication/package.json +0 -5
  519. package/banner-config/main.d.ts +0 -1
  520. package/banner-config/package.json +0 -5
  521. package/bundlemanagement/main.d.ts +0 -1
  522. package/bundlemanagement/package.json +0 -5
  523. package/bundletools/main.d.ts +0 -1
  524. package/bundletools/package.json +0 -5
  525. package/bundleupdatechecker/main.d.ts +0 -1
  526. package/bundleupdatechecker/package.json +0 -5
  527. package/console/main.d.ts +0 -1
  528. package/console/package.json +0 -5
  529. package/coordinateconversion/main.d.ts +0 -1
  530. package/coordinateconversion-config/main.d.ts +0 -1
  531. package/coordinatetransformer/main.d.ts +0 -1
  532. package/coordinatetransformer/package.json +0 -5
  533. package/coordinateviewer/main.d.ts +0 -1
  534. package/coordinateviewer-config/main.d.ts +0 -1
  535. package/custominfo-config/main.d.ts +0 -1
  536. package/custominfo-config/package.json +0 -5
  537. package/editing/main.d.ts +0 -1
  538. package/editing-config/main.d.ts +0 -1
  539. package/graphics/module.d.ts +0 -1
  540. package/locateme/main.d.ts +0 -1
  541. package/locateme/package.json +0 -5
  542. package/locateme-config/main.d.ts +0 -1
  543. package/locateme-config/package.json +0 -5
  544. package/locator-store/main.d.ts +0 -1
  545. package/locator-store/package.json +0 -5
  546. package/locator-store-config/main.d.ts +0 -1
  547. package/locator-store-config/package.json +0 -5
  548. package/manager-monaco/plugins/ExcludeFromSuggest.d.ts +0 -5
  549. package/map-init-config/main.d.ts +0 -1
  550. package/map-init-config/package.json +0 -5
  551. package/measurement-2d/main.d.ts +0 -1
  552. package/measurement-2d-config/main.d.ts +0 -1
  553. package/measurement-3d/main.d.ts +0 -1
  554. package/measurement-3d-config/main.d.ts +0 -1
  555. package/native-app-exporter/main.d.ts +0 -1
  556. package/native-app-exporter/package.json +0 -5
  557. package/omnisearch/main.d.ts +0 -1
  558. package/omnisearch/package.json +0 -5
  559. package/omnisearch-config/main.d.ts +0 -1
  560. package/omnisearch-config/package.json +0 -5
  561. package/portal-search/main.d.ts +0 -1
  562. package/portal-search/package.json +0 -5
  563. package/portal-security-config/main.d.ts +0 -1
  564. package/portal-security-config/package.json +0 -5
  565. package/portal-webitem-map/main.d.ts +0 -1
  566. package/portal-webitem-map-config/main.d.ts +0 -1
  567. package/portal-webitem-map-config/package.json +0 -5
  568. package/portal-webscene-slides/main.d.ts +0 -1
  569. package/portal-webscene-slides/package.json +0 -5
  570. package/printing/main.d.ts +0 -1
  571. package/printing-config/main.d.ts +0 -1
  572. package/printing-config/package.json +0 -5
  573. package/reportmanagement/main.d.ts +0 -1
  574. package/reportmanagement/package.json +0 -5
  575. package/reporttool/main.d.ts +0 -1
  576. package/result-ui/ResultUIController.d.ts +0 -8
  577. package/result-ui/SelectionBridge.d.ts +0 -6
  578. package/resultcenter/main.d.ts +0 -1
  579. package/resultcenter/package.json +0 -5
  580. package/scalebar/main.d.ts +0 -1
  581. package/scalebar-config/main.d.ts +0 -1
  582. package/scalebar-config/package.json +0 -5
  583. package/selection-resultcenter/main.d.ts +0 -1
  584. package/selection-resultcenter/package.json +0 -5
  585. package/selection-services/main.d.ts +0 -1
  586. package/selection-tools/main.d.ts +0 -1
  587. package/selection-ui/main.d.ts +0 -1
  588. package/selection-ui-config/main.d.ts +0 -1
  589. package/selection-ui-config/package.json +0 -5
  590. package/sketching/main.d.ts +0 -1
  591. package/sketching/package.json +0 -5
  592. package/sketching-config/main.d.ts +0 -1
  593. package/template-appsoverview/module.d.ts +0 -1
  594. package/template-seasons/module.d.ts +0 -1
  595. package/templates/main.d.ts +0 -1
  596. package/templates/package.json +0 -5
  597. package/templates-config/main.d.ts +0 -1
  598. package/templates-config/package.json +0 -5
  599. package/themes/main.d.ts +0 -1
  600. package/themes/package.json +0 -5
  601. package/themes-config/main.d.ts +0 -1
  602. package/themes-config/package.json +0 -5
  603. package/toolset-config/main.d.ts +0 -1
  604. package/toolset-config/package.json +0 -5
  605. package/viewmodeswitcher/main.d.ts +0 -1
  606. package/windowmanager/main.d.ts +0 -1
  607. package/windowmanager/package.json +0 -5
  608. package/wizard/main.d.ts +0 -1
  609. package/wizard/package.json +0 -5
@@ -0,0 +1,203 @@
1
+ /// <reference types="arcgis-js-api" />
2
+ import type { Mutable } from "apprt-core/Mutable";
3
+ import type Camera from "esri/Camera";
4
+ import type Map from "esri/Map";
5
+ import type { Extent, Point, SpatialReference } from "esri/geometry";
6
+ import type TimeExtent from "esri/TimeExtent";
7
+ import type Viewpoint from "esri/Viewpoint";
8
+ import type MapView from "esri/views/MapView";
9
+ import type SceneView from "esri/views/SceneView";
10
+ import type { Constraints, ConstraintsMembers } from "./Constraints";
11
+ import type { Navigation, NavigationMembers } from "./Navigation";
12
+ export declare type ViewPadding = __esri.ViewPadding;
13
+ /** The view mode indicates whether a 2D or a 3D view is active. */
14
+ export declare type ViewMode = "2D" | "3D";
15
+ /** Represents an active view (2D: MapView, 3D: SceneView) */
16
+ export declare type View = MapView | SceneView;
17
+ /**
18
+ * Documentation for the members of {@link MapWidgetModel}.
19
+ */
20
+ export interface MapWidgetModelMembers {
21
+ /**
22
+ * The map, it contains the layer structure.
23
+ * @see [Map](https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html)
24
+ */
25
+ get map(): Map;
26
+ set map(map: Map | __esri.MapProperties);
27
+ /**
28
+ * The current view mode.
29
+ * Possible values are "2D", "3D".
30
+ * If this state is changed, then the value of the "view" property changes.
31
+ */
32
+ viewmode: ViewMode;
33
+ /**
34
+ * Provides access to the current view implementation.
35
+ *
36
+ * This value is set by the MapWidget if the viewmode changes.
37
+ * This value is undefined until the view is initialized by the MapWidget.
38
+ */
39
+ view: View | undefined;
40
+ /**
41
+ * The current width of the view. Readonly.
42
+ *
43
+ * It's provided for convenience, so that it is not required to watch for "view" changes.
44
+ *
45
+ * @see [View](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#width)
46
+ */
47
+ readonly width: number | undefined;
48
+ /**
49
+ * The current height of the view. Readonly.
50
+ *
51
+ * It's provided for convenience, so that it is not required to watch for "view" changes.
52
+ *
53
+ * @see [View](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#height)
54
+ */
55
+ readonly height: number | undefined;
56
+ /**
57
+ * The current zoom level.
58
+ *
59
+ * It's provided for convenience, so that it is not required to watch for "view" changes.
60
+ *
61
+ * @see [MapView](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#zoom)
62
+ */
63
+ zoom: number | undefined;
64
+ /**
65
+ * The map's scale.
66
+ *
67
+ * It's provided for convenience, so that it is not required to watch for "view" changes.
68
+ *
69
+ * @see [MapView](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#scale)
70
+ */
71
+ scale: number | undefined;
72
+ /**
73
+ * The map's extent.
74
+ *
75
+ * It's provided for convenience, so that it is not required to watch for "view" changes.
76
+ *
77
+ * @see [MapView](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#extent)
78
+ */
79
+ get extent(): Extent | undefined;
80
+ set extent(value: Extent | __esri.ExtentProperties | undefined);
81
+ /**
82
+ * The map's center point.
83
+ *
84
+ * It's provided for convenience, so that it is not required to watch for "view" changes.
85
+ *
86
+ * @see [MapView]( https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#center)
87
+ */
88
+ get center(): Point | undefined;
89
+ set center(value: Point | __esri.PointProperties | undefined);
90
+ /**
91
+ * The map's rotation state.
92
+ * Only available if viewmode is 2D.
93
+ *
94
+ * It's provided for convenience, so that it is not required to watch for "view" changes.
95
+ *
96
+ * @see [MapView]( https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#rotation)
97
+ */
98
+ rotation: number | undefined;
99
+ /**
100
+ * The map's viewpoint.
101
+ *
102
+ * It's provided for convenience, so that it is not required to watch for "view" changes.
103
+ *
104
+ * @see [MapView]( https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#viewpoint)
105
+ */
106
+ get viewpoint(): Viewpoint | undefined;
107
+ set viewpoint(value: Viewpoint | __esri.ViewpointProperties | undefined);
108
+ /**
109
+ * The scene camera.
110
+ * Only available if viewmode is 3D.
111
+ *
112
+ * It's provided for convenience, so that it is not required to watch for "view" changes.
113
+ *
114
+ * @see [SceneView]( https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#camera)
115
+ */
116
+ get camera(): Camera | undefined;
117
+ set camera(value: Camera | __esri.CameraProperties | undefined);
118
+ /**
119
+ * The map's time extent.
120
+ *
121
+ * It's provided for convenience, so that it is not required to watch for "view" changes.
122
+ *
123
+ * @see [MapView](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#timeExtent)
124
+ */
125
+ get timeExtent(): TimeExtent | undefined;
126
+ set timeExtent(value: TimeExtent | __esri.TimeExtentProperties | undefined);
127
+ /**
128
+ * The map's padding. Has to be updated as whole object, single values (left, right, ...) won't trigger View update.
129
+ */
130
+ get padding(): Readonly<ViewPadding> | undefined;
131
+ set padding(value: ViewPadding | undefined);
132
+ /**
133
+ * If true then data requests are currently pending.
134
+ *
135
+ * It's provided for convenience, so that it is not required to watch for "view" changes.
136
+ * @see [MapView](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#updating)
137
+ */
138
+ readonly updating: boolean | undefined;
139
+ /**
140
+ * The spatial reference system of the map.
141
+ *
142
+ * @see [MapView](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#spatialReference)
143
+ */
144
+ get spatialReference(): SpatialReference | undefined;
145
+ set spatialReference(value: SpatialReference | __esri.SpatialReferenceProperties | undefined);
146
+ /**
147
+ * `true`: current state is matching view state.
148
+ * Check for view.ready and view.viewpoint === model.viewpoint;
149
+ * and model.viewmode == view.type
150
+ */
151
+ readonly ready: boolean | undefined;
152
+ /**
153
+ * Provides access to the first initial extent after initialization.
154
+ * This property is initialized when the first view is set on the MapWidgetModel.
155
+ *
156
+ * It is intended to support "zoom to initial extent" requirements.
157
+ */
158
+ readonly initialExtent: Extent | undefined;
159
+ /**
160
+ * Provides access to the first initial view parameter (e.g. extent, zoom etc.) after initialization.
161
+ * This property is initialized when the first view is set on the MapWidgetModel.
162
+ *
163
+ * It is intended to support "restore initial view" requirements.
164
+ */
165
+ readonly initialViewParameters: Record<string, any> | undefined;
166
+ /**
167
+ * Provides access to the first initial viewmode (2D or 3D) after initialization.
168
+ * This property is initialized when the first view is set on the MapWidgetModel.
169
+ *
170
+ * It is intended to support "restore initial view" requirements.
171
+ */
172
+ readonly initialViewMode: ViewMode | undefined;
173
+ /**
174
+ * Provides access to the current constraints (2D or 3D).
175
+ *
176
+ * Any property changed will result in an update of the corresponding
177
+ * [MapView](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html) or
178
+ * [SceneView](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html)
179
+ * but not the other way around. Changes of the constraints of the view will not be synchronized to this constraints
180
+ * property.
181
+ */
182
+ get constraints(): Constraints;
183
+ set constraints(value: Constraints | Partial<ConstraintsMembers>);
184
+ /**
185
+ * Provides access to the current navigation settings.
186
+ *
187
+ * All property changes on this object will be applied to the current view and will be reapplied
188
+ * whenever the current view changes. Property changes done directly on the view will *not* be synchronized
189
+ * back to this object.
190
+ */
191
+ get navigation(): Navigation;
192
+ set navigation(value: Navigation | Partial<NavigationMembers>);
193
+ }
194
+ /**
195
+ * The ViewModel of the MapWidget.
196
+ * It provides access to state information of the MapWidget.
197
+ * Note: Every MapWidget has it's own MapWidgetModel.
198
+ *
199
+ * Use `map-widget.MapWidgetModel` to inject a reference to the main MapWidgetModel.
200
+ *
201
+ * See {@link MapWidgetModelMembers} for documentation of members.
202
+ */
203
+ export declare type MapWidgetModel = Mutable<MapWidgetModelMembers>;
@@ -0,0 +1,51 @@
1
+ /// <reference types="arcgis-js-api" />
2
+ import type Map from "esri/Map";
3
+ import type { MapWidget } from "./MapWidget";
4
+ import type { MapWidgetModel } from "./MapWidgetModel";
5
+ /**
6
+ * Registers map-related components as OSGi services.
7
+ *
8
+ * Use the service `map-widget.MapWidgetRegistration` to inject an instance of this interface.
9
+ */
10
+ export interface MapWidgetRegistration {
11
+ /**
12
+ * Register the new default map widget.
13
+ * If one was previously registered, then it is unregistered.
14
+ *
15
+ * The following services are registered:
16
+ *
17
+ * * map-widget.MapWidgetModel
18
+ * * the map widget model provided to interact with the main map
19
+ * * map-widget.Map
20
+ * * the esri/Map part of the MapWidgetModel, provided if only the layer tree should change
21
+ * * map-widget.MapWidget
22
+ * * the map widget, do not use it directly
23
+ *
24
+ * @param components components to register `{ map, mapWidgetModel, mapWidget }`
25
+ *
26
+ * @example
27
+ * ```js
28
+ * let mapregistration = this._mapregistration;
29
+ * let mapfactory = this._mapfactory;
30
+ * let map = mapfactory.createMap({...});
31
+ * let model = mapfactory.createWidgetModel({map, ...});
32
+ * let widget = mapfactory.createWidget({model});
33
+ * mapregistration.register({
34
+ * map : map,
35
+ * mapWidgetModel : model,
36
+ * mapWidget: widget
37
+ * });
38
+ * ```
39
+ */
40
+ register(params: {
41
+ map?: Map;
42
+ mapWidgetModel?: MapWidgetModel;
43
+ mapWidget: MapWidget;
44
+ }): void;
45
+ /**
46
+ * Unregister all services.
47
+ *
48
+ * @param keepInstances suppress the destruction of widgets.
49
+ */
50
+ unregister(keepInstances: boolean): void;
51
+ }
@@ -0,0 +1,17 @@
1
+ import type { Mutable } from "apprt-core/Mutable";
2
+ /** Documentation for the members of {@link Navigation}. */
3
+ export interface NavigationMembers {
4
+ /**
5
+ * Indicates whether the view zooms when the user scrolls the mouse wheel.
6
+ */
7
+ mouseWheelZoomEnabled: boolean;
8
+ /**
9
+ * Indicates whether the view pans when the user touches the screen.
10
+ */
11
+ browserTouchPanEnabled: boolean;
12
+ }
13
+ /**
14
+ * A class representing the map navigation settings for a view.
15
+ * See {@link NavigationMembers} for documentation of class members.
16
+ */
17
+ export declare type Navigation = Mutable<NavigationMembers>;
@@ -0,0 +1,29 @@
1
+ /// <reference types="arcgis-js-api" />
2
+ import type { SpatialReference } from "esri/geometry";
3
+ import type { MapWidget } from "./MapWidget";
4
+ /**
5
+ * The SrsChangeService provides methods for successful switching of SRS on a MapWidget.
6
+ * Inject this service via `map-widget.SrsChangeService`.
7
+ *
8
+ * Note: this service is used by the sdi extension to provide the SRS toggle UI.
9
+ */
10
+ export interface SrsChangeService {
11
+ /**
12
+ * Resolves title of srs. An empty string is returned if no title can be resolved.
13
+ * title of srs or empty string if not found.
14
+ */
15
+ findTitleOfSRS(srs: number | SpatialReference): string;
16
+ /**
17
+ * Changes srs of default map widget.
18
+ * @param srs target srs
19
+ * @returns the changed map widget
20
+ */
21
+ changeSRSOfDefaultMapWidgetTo(srs: number | SpatialReference): Promise<MapWidget>;
22
+ /**
23
+ * Changes srs of given map widget.
24
+ * @param mapWidget the MapWidget
25
+ * @param srs target srs
26
+ * @returns the changed map widget
27
+ */
28
+ changeSRSOfMapWidgetTo(mapWidget: MapWidget, srs: number | SpatialReference): Promise<MapWidget>;
29
+ }
@@ -0,0 +1,7 @@
1
+ export * from "./Constraints";
2
+ export * from "./Navigation";
3
+ export * from "./MapWidget";
4
+ export * from "./MapWidgetFactory";
5
+ export * from "./MapWidgetModel";
6
+ export * from "./MapWidgetRegistration";
7
+ export * from "./SrsChangeService";
@@ -1,12 +1,14 @@
1
- export { default as SrsChangeService } from "./SrsChangeService";
2
- export { default as ViewParameterResolver } from "./ViewParameterResolver";
3
- export { default as BasemapsParameterResolver } from "./BasemapsParameterResolver";
4
- export { default as LayersParameterResolver } from "./LayersParameterResolver";
5
- export { default as MapWidgetFactory } from "./MapWidgetFactory";
6
- export { default as MapWidgetRegistration } from "./MapWidgetRegistration";
7
- export { default as WebMapLoadingVerification } from "./WebMapLoadingVerification";
8
- export { default as BlockedLayersRemover } from "./BlockedLayersRemover";
9
- export { default as ViewModeToolRuleProcessor } from "./ViewModeToolRuleProcessor";
10
- export { default as ScaleToolRuleProcessor } from "./ScaleToolRuleProcessor";
11
- export { default as LayerVisibilityToolRuleProcessor } from "./LayerVisibilityToolRuleProcessor";
12
- export { default as MapEventBroadcaster } from "./MapEventBroadcaster";
1
+ import "./OfflineBasemapDefinitionFilter";
2
+ import "./SubLayersInfoRegistration";
3
+ export { SrsChangeService } from "./SrsChangeService";
4
+ export { ViewParameterResolver } from "./ViewParameterResolver";
5
+ export { BasemapsParameterResolver } from "./BasemapsParameterResolver";
6
+ export { LayersParameterResolver } from "./LayersParameterResolver";
7
+ export { MapWidgetFactory } from "./MapWidgetFactory";
8
+ export { MapWidgetRegistration } from "./MapWidgetRegistration";
9
+ export { WebMapLoadingVerification } from "./WebMapLoadingVerification";
10
+ export { BlockedLayersRemover } from "./BlockedLayersRemover";
11
+ export { ViewModeToolRuleProcessor } from "./ViewModeToolRuleProcessor";
12
+ export { ScaleToolRuleProcessor } from "./ScaleToolRuleProcessor";
13
+ export { LayerVisibilityToolRuleProcessor } from "./LayerVisibilityToolRuleProcessor";
14
+ export { MapEventBroadcaster } from "./MapEventBroadcaster";
@@ -1,5 +1,6 @@
1
1
  export default class DefaultMapDrawing {
2
2
  createInstance(): any;
3
- _binding: import("apprt-binding/Binding").Binding | undefined;
3
+ _binding: Binding | undefined;
4
4
  destroyInstance(): void;
5
5
  }
6
+ import Binding from "apprt-binding/Binding";
@@ -3,6 +3,7 @@ import { Evented } from "apprt-core/Events";
3
3
  import { HistoryModel } from "./HistoryModel";
4
4
  import { History } from "./api/History";
5
5
  import type Point from "esri/geometry/Point";
6
+ import type MapWidgetModel from "map-widget/MapWidgetModel";
6
7
  export interface HistoryItem {
7
8
  center: Point;
8
9
  scale: number;
@@ -12,7 +13,7 @@ export interface HistoryEvents {
12
13
  }
13
14
  export declare class HistoryImpl extends Evented<HistoryEvents> implements History {
14
15
  #private;
15
- constructor(mapWidgetModel: any, opts?: {
16
+ constructor(mapWidgetModel: MapWidgetModel, opts?: {
16
17
  updateDelay?: number;
17
18
  historyModel?: HistoryModel<HistoryItem>;
18
19
  });
@@ -1,4 +1,3 @@
1
- import "dojo/i18n!./nls/bundle";
2
1
  import "ct/tools/Tool";
3
2
  export { ToolsClickHandler } from "./ToolsClickHandler";
4
3
  export { MapRotationToolBinding } from "./MapRotationToolBinding";
@@ -1,8 +1,9 @@
1
1
  import { InjectedReference } from "apprt-core/InjectedReference";
2
+ import type MapWidgetModel from "map-widget/MapWidgetModel";
2
3
  import { TipViewerFactory } from "./api";
3
4
  export declare class MapViewChangeWatcher {
4
5
  #private;
5
- mapWidgetModel: InjectedReference<any>;
6
+ mapWidgetModel: InjectedReference<MapWidgetModel>;
6
7
  tipViewerFactory: InjectedReference<TipViewerFactory>;
7
8
  activate(): void;
8
9
  deactivate(): void;
@@ -1 +1,2 @@
1
- export {};
1
+ export { default as CreateMeasurementToolHandler } from "./CreateMeasurementToolHandler";
2
+ export { default as Measurement2DToolRuleProcessor } from "./Measurement2DToolRuleProcessor";
@@ -1 +1 @@
1
- export {};
1
+ export { default as CreateMeasurementToolHandler } from "./CreateMeasurementToolHandler";
@@ -1 +1,4 @@
1
- export {};
1
+ export { default as NativeAppExportAction } from "./NativeAppExportAction";
2
+ export { default as NativeAppExportModel } from "./NativeAppExportModel";
3
+ export { default as NativeAppExportWidget } from "./NativeAppExportWidget";
4
+ export { default as NativeAppExportWidgetModel } from "./NativeAppExportWidgetModel";
@@ -1,2 +1,2 @@
1
- declare var _default: any;
1
+ declare const _default: any;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare var _default: any;
1
+ declare const _default: any;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare var _default: any;
1
+ declare const _default: any;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare var _default: any;
1
+ declare const _default: any;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare var _default: any;
1
+ declare const _default: any;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare var _default: any;
1
+ declare const _default: any;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare var _default: any;
1
+ declare const _default: any;
2
2
  export default _default;
@@ -1 +1,9 @@
1
- export {};
1
+ export { default as OmniSearchFactory } from "./OmniSearchFactory";
2
+ export { default as SearchUI } from "./SearchUI";
3
+ export { default as SettingsWidget } from "./SettingsWidget";
4
+ export { default as OmniSearchModel } from "./OmniSearchModel";
5
+ export { default as ResultCommand } from "./ResultCommand";
6
+ export { default as ZoomHandler } from "./ZoomHandler";
7
+ export { default as DrawHandler } from "./DrawHandler";
8
+ export { default as DropDownMenu } from "./DropDownMenu";
9
+ export { default as ActionsHandler } from "./ActionsHandler";
@@ -1 +1 @@
1
- export {};
1
+ export { default as CreateMapFromWebItemResultHandler } from "./CreateMapFromWebItemResultHandler";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conterra/ct-mapapps-typings",
3
- "version": "4.13.1",
3
+ "version": "4.13.2-PRE-1",
4
4
  "description": "TypeDefinitions for ct-mapapps",
5
5
  "author": "conterra",
6
6
  "license": "Apache-2.0"
@@ -1,5 +1,7 @@
1
- /** The type of a single parameter. */
1
+ /** The type of a single parameter when decoding an URL. */
2
2
  export declare type ParameterValue = string | undefined;
3
+ /** The type of a single parameter when encoding an URL. */
4
+ export declare type EncodedParameterValue = ParameterValue | number;
3
5
  /** A Parametrizable is an object that supports configuration through URL parameters. */
4
6
  export interface Parametrizable {
5
7
  /**
@@ -12,7 +14,7 @@ export interface Parametrizable {
12
14
  * Creates an object, which lists all parameters to append to a URL.
13
15
  * Parameters that have 'undefined' values are removed from a URL.
14
16
  */
15
- encodeURLParameter?(): Record<string, ParameterValue>;
17
+ encodeURLParameter?(): Record<string, EncodedParameterValue>;
16
18
  /**
17
19
  * Called by the ParameterManager to trigger the decoding of parameters.
18
20
  */
@@ -2,5 +2,6 @@ export const Config: import("apprt-core/Mutable").MutableConstructor<{
2
2
  actions: undefined;
3
3
  defaultStoreId: undefined;
4
4
  ensureGeometryInMapSRS: boolean | undefined;
5
+ useOnlyFirstResult: boolean | undefined;
5
6
  hiddenPropertyNames: () => string[];
6
7
  }>;
@@ -6,19 +6,19 @@ declare class PopupCustomizationsResolver extends Evented<any> {
6
6
  isActionTypeRegistered(typeName: any): boolean;
7
7
  resolveAction(typeName: any): any;
8
8
  resolveActions(typeNames: any): any;
9
- addDefinitionFactory(factory: any): void;
10
- removeDefinitionFactory(factory: any): void;
11
- addActionFactory(factory: any): void;
12
- removeActionFactory(factory: any): void;
9
+ addDefinitionFactory(factory: any): Promise<void>;
10
+ removeDefinitionFactory(factory: any): Promise<void>;
11
+ addActionFactory(factory: any): Promise<void>;
12
+ removeActionFactory(factory: any): Promise<void>;
13
13
  [_definitionFactoryIndex]: {
14
- add(factory: any): any[];
15
- remove(factory: any): any[] | undefined;
14
+ add(factory: any): Promise<any[]>;
15
+ remove(factory: any): any;
16
16
  typeNames(): any[];
17
17
  findByTypeName(typeName: any): any;
18
18
  };
19
19
  [_actionFactoryIndex]: {
20
- add(factory: any): any[];
21
- remove(factory: any): any[] | undefined;
20
+ add(factory: any): Promise<any[]>;
21
+ remove(factory: any): any;
22
22
  typeNames(): any[];
23
23
  findByTypeName(typeName: any): any;
24
24
  };
@@ -1,7 +1,7 @@
1
1
  export default TypedFactoryIndex;
2
2
  declare function TypedFactoryIndex(): {
3
- add(factory: any): any[];
4
- remove(factory: any): any[] | undefined;
3
+ add(factory: any): Promise<any[]>;
4
+ remove(factory: any): any;
5
5
  typeNames(): any[];
6
6
  findByTypeName(typeName: any): any;
7
7
  };
@@ -16,9 +16,9 @@ declare class ActionFactory {
16
16
  createAction(type: string): AbstractAction;
17
17
  /**
18
18
  *
19
- * @returns {string[]} A list of type IDs supported by this factory.
19
+ * @returns {string[] | Promise<string[]>} A list of type IDs supported by this factory.
20
20
  */
21
- getTypes(): string[];
21
+ getTypes(): string[] | Promise<string[]>;
22
22
  }
23
23
  /**
24
24
  * An Action is created by ActionFactories.
@@ -16,9 +16,9 @@ declare class PopupDefinitionFactory {
16
16
  createPopupDefinition(type: string): PopupDefinition;
17
17
  /**
18
18
  *
19
- * @returns {String[]} A list of type IDs supported by this factory.
19
+ * @returns {string[] | Promise<string[]>} A list of type IDs supported by this factory.
20
20
  */
21
- getTypes(): string[];
21
+ getTypes(): string[] | Promise<string[]>;
22
22
  }
23
23
  /**
24
24
  * Encapsulates the creation and lifecycle of PopupTemplates.
@@ -1,3 +1,4 @@
1
+ import { apprtFetchJson } from "apprt-fetch";
1
2
  export declare class CheckAccess {
2
3
  #private;
3
4
  private _appContext;
@@ -5,5 +6,8 @@ export declare class CheckAccess {
5
6
  private _forceLoginService;
6
7
  private _eventAdmin;
7
8
  private _properties;
9
+ constructor(options?: {
10
+ fetchJson?: typeof apprtFetchJson;
11
+ });
8
12
  checkIfAccessToAppItemIsAllowed(): Promise<boolean>;
9
13
  }
@@ -18,8 +18,8 @@ export default class PortalItemService {
18
18
  getPortalUrlById(id: any): any;
19
19
  updateItem(portalItem: any, properties: any): any;
20
20
  updateThumbnailItem(portalItemId: any, thumbnailUrl: any): any;
21
- getAppRegistrationInfo(portalItem: any): Promise<any>;
22
- registerOAuth(portalItemId: any, appName: any): Promise<any>;
23
- unregisterOAuth(clientId: any): Promise<any>;
21
+ getAppRegistrationInfo(portalItem: any): Promise<unknown>;
22
+ registerOAuth(portalItemId: any, appName: any): Promise<unknown>;
23
+ unregisterOAuth(clientId: any): Promise<unknown>;
24
24
  #private;
25
25
  }
@@ -1 +1 @@
1
- export {};
1
+ export { default as PortalItemService } from "./PortalItemService";
@@ -2,7 +2,7 @@ export default PortalStore;
2
2
  declare function PortalStore(): {
3
3
  activate(): void;
4
4
  modified(): void;
5
- query(query: any, options: any): any;
5
+ query(query: any, options: any): CancelablePromise<any>;
6
6
  getIdentity(item: any): any;
7
7
  getMetadata(): {
8
8
  fields: any;
@@ -1 +1,2 @@
1
- export {};
1
+ export { default as PortalStore } from "./PortalStoreFactory";
2
+ export { default as PortalItemStoreRegistration } from "./PortalItemStoreRegistration";
@@ -1 +1 @@
1
- export {};
1
+ export { default as PortalLoginService } from "./PortalLoginService";
@@ -1 +1 @@
1
- export {};
1
+ export { default as AGOLAccountWidget } from "./AGOLAccountWidget";
@@ -1 +1 @@
1
- export {};
1
+ export { default as SSOSessionForTokenProvider } from "./SSOSessionForTokenProvider";
@@ -1 +1,2 @@
1
- export {};
1
+ export { default as Config } from "./Config";
2
+ export { default as WebItemInterpreter } from "./WebItemInterpreter";
@@ -1,2 +1,18 @@
1
- export default AGOLStore;
2
- declare const AGOLStore: any;
1
+ export default class AGOLStore {
2
+ constructor(opts: any);
3
+ idProperty: string;
4
+ respectCulture: any;
5
+ metadata: any;
6
+ url: string;
7
+ _parseOptions(options: any): {
8
+ num: any;
9
+ start: any;
10
+ };
11
+ query(query: any, options: any): import("../../search/store-api/api/Store").AsyncQueryResult<any>;
12
+ _processData(items: any): any;
13
+ _parseComplexQuery(query: any, options: any): {
14
+ q: string;
15
+ };
16
+ getIdentity(item: any): any;
17
+ getMetadata(): any;
18
+ }