@conterra/ct-mapapps-typings 4.13.0 → 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.
- package/README.md +23 -3
- package/agolauthn/AuthenticationPlugin.d.ts +4 -4
- package/agolauthn/SyncAuthnState.d.ts +4 -2
- package/agolauthn/module.d.ts +2 -1
- package/agssearch/AGSStoreFactory.d.ts +3 -3
- package/agssearch/AutoStoreRegistration.d.ts +1 -1
- package/agssearch/FilterStoreFactory.d.ts +1 -6
- package/agssearch/LayerStore.d.ts +9 -8
- package/app-portal-registration/PortalItemColumnExtender.d.ts +1 -1
- package/app-portal-registration/PortalItemRegistrationModel.d.ts +1 -1
- package/app-portal-registration/module.d.ts +5 -1
- package/appautorefresh/Refresher.d.ts +1 -1
- package/appautorefresh/module.d.ts +1 -1
- package/appbundlemanagement/ProductInfoService.d.ts +1 -1
- package/appbundlemanagement/VersionReplacerService.d.ts +1 -1
- package/appbundlemanagement/VersionReplacerToolClickHandler.d.ts +1 -1
- package/appbundlemanagement/module.d.ts +4 -1
- package/appbundlemanagement/wizard/ConfirmationPaneFactory.d.ts +1 -1
- package/appbundlemanagement/wizard/DataFormPaneFactory.d.ts +1 -1
- package/appbundlemanagement/wizard/ProductsPaneFactory.d.ts +1 -1
- package/appbundlemanagement/wizard/ReportWidget.d.ts +1 -1
- package/appbundlemanagement/wizard/VersionLoadPaneFactory.d.ts +1 -1
- package/appbundlemanagement/wizard/VersionPaneFactory.d.ts +1 -1
- package/appbundlemanagement/wizard/VersionReplacerView.d.ts +1 -1
- package/appmanagement/AppBundlesController.d.ts +1 -1
- package/appmanagement/AppColumnExtender.d.ts +1 -1
- package/appmanagement/AppDetailsController.d.ts +1 -1
- package/appmanagement/AppDetailsWidgetFactory.d.ts +1 -1
- package/appmanagement/AppFilesController.d.ts +1 -1
- package/appmanagement/AppViewToolRuleProcessor.d.ts +1 -1
- package/appmanagement/CreateAppController.d.ts +1 -1
- package/appmanagement/CreateTemplateController.d.ts +1 -1
- package/appmanagement/CustomActions.d.ts +1 -1
- package/appmanagement/TemplateDetailsController.d.ts +1 -1
- package/appmanagement/module.d.ts +11 -1
- package/apprt/BundleException.d.ts +1 -1
- package/apprt/ExecutionEnvironment.d.ts +1 -1
- package/apprt/I18N.d.ts +4 -4
- package/apprt/launch/Launcher.d.ts +1 -1
- package/apprt/semver.d.ts +45 -3
- package/apprt-binding/Bindable.d.ts +4 -3
- package/apprt-binding/Binding.d.ts +19 -18
- package/apprt-binding/PropertyAccess.d.ts +11 -10
- package/apprt-binding/Watchable.d.ts +2 -1
- package/apprt-core/Cancel.d.ts +1 -0
- package/apprt-core/Locale.d.ts +18 -2
- package/apprt-core/Logger.d.ts +23 -1
- package/apprt-core/Mutable.d.ts +7 -6
- package/apprt-core/TreeWalker.d.ts +2 -2
- package/apprt-core/Types.d.ts +4 -0
- package/apprt-core/base64.d.ts +73 -0
- package/apprt-core/comparators.d.ts +8 -0
- package/apprt-core/config-dojo.d.ts +8 -0
- package/apprt-core/config.d.ts +339 -23
- package/apprt-core/deprecate.d.ts +1 -1
- package/apprt-core/string-escape.d.ts +1 -0
- package/apprt-core/url-utils.d.ts +15 -1
- package/apprt-dom/geometry.d.ts +40 -0
- package/apprt-dom/index.d.ts +2 -1
- package/apprt-esri-init/CredentialStorage.d.ts +1 -1
- package/apprt-esri-init/IdentityRequestInterceptor.d.ts +11 -0
- package/apprt-esri-init/IdentityRequestProcessorRegistration.d.ts +3 -3
- package/apprt-esri-init/identityRequestUtils.d.ts +18 -0
- package/apprt-esri-init/init-config.d.ts +1 -2
- package/apprt-fetch/ContentType.d.ts +58 -0
- package/apprt-fetch/TimeoutController.d.ts +16 -0
- package/apprt-fetch/config.d.ts +30 -0
- package/apprt-fetch/fetch.d.ts +58 -0
- package/apprt-fetch/index.d.ts +470 -0
- package/apprt-fetch/origin.d.ts +26 -0
- package/apprt-fetch/package.json +5 -0
- package/apprt-request/impl/ProxyRule.d.ts +1 -1
- package/apprt-streams/Stream.d.ts +53 -4
- package/apprt-streams/StreamPiece.d.ts +0 -3
- package/apprt-tokens/TokenRequestInterceptor.d.ts +10 -0
- package/apprt-tokens/TokenServiceImpl.d.ts +4 -0
- package/apprt-tokens/module.d.ts +1 -0
- package/appsoverview/DataViewController.d.ts +1 -1
- package/appsoverview/module.d.ts +1 -1
- package/appsstore/AppStore.d.ts +1 -1
- package/appsstore/AppStoreService.d.ts +1 -1
- package/appsstore/TemplateStore.d.ts +1 -1
- package/appsstore/module.d.ts +4 -1
- package/apptemplatemanagement/CreateTemplateController.d.ts +1 -1
- package/apptemplatemanagement/TemplateDetailsController.d.ts +1 -1
- package/apptemplatemanagement/module.d.ts +2 -1
- package/authentication/AuthenticationInfoWidget.d.ts +1 -1
- package/authentication/AuthenticationInfoWidgetFactory.d.ts +1 -1
- package/authentication/AuthenticationPlugin.d.ts +1 -1
- package/authentication/AuthenticationService.d.ts +1 -1
- package/authentication/AuthenticationWidgetController.d.ts +1 -1
- package/authentication/BlockInputAction.d.ts +1 -1
- package/authentication/LoginStateHeartbeat.d.ts +1 -1
- package/authentication/LoginUI.d.ts +1 -1
- package/authentication/LogoutWarningInfo.d.ts +1 -1
- package/authentication/UsernameWidget.d.ts +1 -1
- package/authentication/module.d.ts +10 -1
- package/banner/module.d.ts +1 -1
- package/banner-config/DataFormBuilderWidgetFactory.d.ts +7 -2
- package/banner-config/module.d.ts +1 -1
- package/bundlemanagement/BundleDetailsController.d.ts +1 -1
- package/bundlemanagement/BundleStore.d.ts +2 -1
- package/bundlemanagement/CreateBundleController.d.ts +1 -1
- package/bundlemanagement/module.d.ts +5 -1
- package/bundletools/BundleToolController.d.ts +1 -1
- package/bundleupdatechecker/BundleUpdateChecker.d.ts +1 -1
- package/bundleupdatechecker/BundleUpdateCheckerController.d.ts +1 -1
- package/bundleupdatechecker/BundleVersionWidget.d.ts +1 -1
- package/bundleupdatechecker/UpdateCheckerWidget.d.ts +1 -1
- package/bundleupdatechecker/UpdateCheckerWidgetFactory.d.ts +1 -1
- package/bundleupdatechecker/module.d.ts +2 -1
- package/coordinateconversion/FormatterUtil.d.ts +2 -2
- package/coordinateconversion/module.d.ts +2 -1
- package/coordinatetransformer/CoordinateTransformer.d.ts +17 -85
- package/coordinatetransformer/CustomTransformation.d.ts +6 -5
- package/coordinatetransformer/GeometryServiceTransformerStrategy.d.ts +10 -4
- package/coordinatetransformer/InternalTransformerStrategy.d.ts +10 -0
- package/coordinatetransformer/Proj4jsTransformerStrategy.d.ts +8 -7
- package/coordinatetransformer/ProjectionEngineTransformerStrategy.d.ts +10 -6
- package/coordinatetransformer/ProjectionStoreFactory.d.ts +7 -43
- package/coordinatetransformer/SRSDefinitions.d.ts +15 -10
- package/coordinatetransformer/SRSParser.d.ts +6 -4
- package/coordinatetransformer/Transformer.d.ts +28 -14
- package/coordinatetransformer/api/CoordinateTransformer.d.ts +128 -0
- package/coordinatetransformer/api/ProjectionStore.d.ts +47 -0
- package/coordinatetransformer/api/TransformationProvider.d.ts +40 -31
- package/coordinatetransformer/api/TransformerStrategy.d.ts +28 -20
- package/coordinatetransformer/api/index.d.ts +4 -0
- package/coordinatetransformer/cloneGeometry.d.ts +8 -6
- package/coordinatetransformer/module.d.ts +3 -1
- package/coordinateviewer/CoordinateViewerWidgetModel.d.ts +1 -1
- package/coordinateviewer/module.d.ts +2 -1
- package/ct/DeferredWatcher.d.ts +1 -1
- package/ct/Filter.d.ts +1 -1
- package/ct/Hash.d.ts +1 -1
- package/ct/I18N.d.ts +1 -1
- package/ct/Sequence.d.ts +1 -1
- package/ct/Stateful.d.ts +1 -1
- package/ct/_Comparable.d.ts +1 -1
- package/ct/_Connect.d.ts +1 -1
- package/ct/_Equals.d.ts +1 -1
- package/ct/api/coordinatetransformer/CoordinateTransformer.d.ts +1 -1
- package/ct/api/featureinfo/FeatureInfoHandler.d.ts +1 -1
- package/ct/api/featureinfo/ReverseGeocoderHandler.d.ts +1 -1
- package/ct/api/geocoder/ReverseGeocoder.d.ts +1 -1
- package/ct/api/geolocator/GeolocationHandler.d.ts +1 -1
- package/ct/api/notifier/NotifierUI.d.ts +1 -1
- package/ct/api/omnisearch/ResultHandler.d.ts +1 -1
- package/ct/api/omnisearch/Store.d.ts +1 -1
- package/ct/api/system/context/ContextListener.d.ts +1 -1
- package/ct/api/system/log/LogEntry.d.ts +1 -1
- package/ct/api/system/log/LogListener.d.ts +1 -1
- package/ct/api/system/log/LogReaderService.d.ts +1 -1
- package/ct/api/system/log/LogService.d.ts +1 -1
- package/ct/main.d.ts +1 -1
- package/ct/stacktrace.d.ts +1 -1
- package/ct/store/ComplexMemory.d.ts +1 -1
- package/ct/store/ComplexQuery.d.ts +1 -1
- package/ct/store/ComplexQueryEngine.d.ts +1 -1
- package/ct/store/ComplexQueryToRQL.d.ts +2 -2
- package/ct/store/ComplexQueryToSQL.d.ts +3 -3
- package/ct/store/ComplexQueryToSolrQL.d.ts +4 -4
- package/ct/store/CompositeStore.d.ts +1 -1
- package/ct/store/NamedQueries.d.ts +1 -1
- package/ct/store/RQLStore.d.ts +1 -1
- package/ct/store/SQLStore.d.ts +1 -1
- package/ct/store/SpatialQuery.d.ts +1 -1
- package/ct/store/StoreUtil.d.ts +4 -4
- package/ct/store/_RestStore.d.ts +1 -1
- package/ct/tools/Tool.d.ts +1 -1
- package/ct/tools/ToolButton.d.ts +1 -1
- package/ct/tools/ToolButtonFactory.d.ts +1 -1
- package/ct/tools/ToolContainer.d.ts +1 -1
- package/ct/tools/ToolMenu.d.ts +1 -1
- package/ct/tools/ToolMenuBar.d.ts +1 -1
- package/ct/tools/ToolMenuBarItem.d.ts +1 -1
- package/ct/tools/ToolMenuItem.d.ts +1 -1
- package/ct/tools/ToolReference.d.ts +1 -1
- package/ct/tools/ToolResolver.d.ts +1 -1
- package/ct/tools/ToolWidgetProxy.d.ts +1 -1
- package/ct/tools/_CheckedMenuItemMixin.d.ts +1 -1
- package/ct/tools/_ToolContainerMixin.d.ts +1 -1
- package/ct/tools/_ToolWidgetMixin.d.ts +1 -1
- package/ct/ui/_BundleI18nMixin.d.ts +1 -1
- package/ct/ui/controls/LoadingIndicator.d.ts +1 -1
- package/ct/ui/controls/MessagePane.d.ts +1 -1
- package/ct/ui/controls/OKCancelDialog.d.ts +1 -1
- package/ct/ui/controls/OKCancelPane.d.ts +1 -1
- package/ct/ui/controls/Pager.d.ts +1 -1
- package/ct/ui/controls/Wizard.d.ts +1 -1
- package/ct/ui/controls/_ManagedChildrenMixin.d.ts +1 -1
- package/ct/ui/controls/dataview/DataView.d.ts +1 -1
- package/ct/ui/controls/dataview/DataViewController.d.ts +1 -1
- package/ct/ui/controls/dataview/DataViewModel.d.ts +1 -1
- package/ct/ui/controls/dataview/toolsColumn.d.ts +1 -1
- package/ct/ui/controls/forms/AddTextBox.d.ts +1 -1
- package/ct/ui/controls/forms/AutoResizeTextBox.d.ts +1 -1
- package/ct/ui/controls/forms/DropDownColorSelector.d.ts +1 -1
- package/ct/ui/controls/forms/Editor.d.ts +1 -1
- package/ct/ui/controls/forms/PeriodicDateTextBox.d.ts +1 -1
- package/ct/ui/controls/forms/ScopedFilter.d.ts +1 -1
- package/ct/ui/controls/forms/SearchBox.d.ts +1 -1
- package/ct/ui/controls/forms/ShrinkingDropDown.d.ts +1 -1
- package/ct/ui/controls/forms/TransparencySlider.d.ts +1 -1
- package/ct/ui/controls/mobile/ComboBox.d.ts +1 -1
- package/ct/ui/controls/mobile/Drawer.d.ts +1 -1
- package/ct/ui/controls/mobile/DropDownMenu.d.ts +1 -1
- package/ct/ui/desktop/CollapseGrid.d.ts +1 -1
- package/ct/ui/desktop/IFrameContent.d.ts +1 -1
- package/ct/ui/desktop/ModalBlocker.d.ts +1 -1
- package/ct/ui/desktop/ResizeGrid.d.ts +1 -1
- package/ct/ui/desktop/WindowBase.d.ts +1 -1
- package/ct/ui/desktop/ZIndexStack.d.ts +1 -1
- package/ct/ui/desktop/_FadeInOutMixin.d.ts +1 -1
- package/ct/ui/desktop/util.d.ts +7 -1
- package/ct/ui/dnd/Avatar.d.ts +1 -1
- package/ct/ui/dnd/Container.d.ts +1 -1
- package/ct/ui/dnd/ContainerWidgetFactory.d.ts +1 -1
- package/ct/ui/dnd/GridContainer.d.ts +1 -1
- package/ct/ui/dnd/GridContainerWidget.d.ts +1 -1
- package/ct/ui/dnd/Moveable.d.ts +1 -1
- package/ct/ui/template/OverlayContainer.d.ts +1 -1
- package/ct/ui/toggle/ToggleButtonGroup.d.ts +1 -1
- package/ct/util/BinarySortedArray.d.ts +1 -1
- package/ct/util/BinarySortedModel.d.ts +1 -1
- package/ct/util/LocalStorage.d.ts +1 -1
- package/ct/util/Redirect.d.ts +1 -1
- package/ct/util/SelectableBinarySortedModel.d.ts +1 -1
- package/ct/util/TypeFormat.d.ts +15 -5
- package/ct/util/css.d.ts +2 -3
- package/ct/util/locate/Geolocation.d.ts +1 -1
- package/ct/util/tree/ContainerNode.d.ts +1 -1
- package/ct/util/tree/Node.d.ts +1 -1
- package/ct/util/tree/NodeVisitorChain.d.ts +1 -1
- package/custominfo/CustomInfo.d.ts +1 -1
- package/custominfo/CustomInfoController.d.ts +16 -2
- package/custominfo/module.d.ts +1 -1
- package/custominfo-config/CustomInfoBuilder.d.ts +1 -1
- package/custominfo-config/CustomInfoBuilderWidget.d.ts +1 -1
- package/custominfo-config/CustomInfoWizardWidget.d.ts +1 -1
- package/custominfo-config/module.d.ts +1 -1
- package/dataform/AsyncJsonFormBuilder.d.ts +1 -1
- package/dataform/DataForm.d.ts +1 -1
- package/dataform/DataFormService.d.ts +1 -1
- package/dataform/JsonFormBuilder.d.ts +1 -1
- package/dataform/JsonFormBuilderResolver.d.ts +1 -1
- package/dataform/ObjectBinding.d.ts +9 -2
- package/dataform/ObjectBindingResolver.d.ts +9 -2
- package/dataform/StatefulBinding.d.ts +14 -2
- package/dataform/controls/AccordionPanel.d.ts +1 -1
- package/dataform/controls/BorderPanel.d.ts +1 -1
- package/dataform/controls/Button.d.ts +1 -1
- package/dataform/controls/CheckBox.d.ts +1 -1
- package/dataform/controls/ColorPicker.d.ts +1 -1
- package/dataform/controls/ComboBox.d.ts +1 -1
- package/dataform/controls/DateTextBox.d.ts +1 -1
- package/dataform/controls/FormControls.d.ts +1 -1
- package/dataform/controls/GridLayoutPanel.d.ts +1 -1
- package/dataform/controls/GridPanel.d.ts +1 -1
- package/dataform/controls/Image.d.ts +1 -1
- package/dataform/controls/Label.d.ts +1 -1
- package/dataform/controls/NumberSpinner.d.ts +1 -1
- package/dataform/controls/NumberTextBox.d.ts +1 -1
- package/dataform/controls/Panel.d.ts +1 -1
- package/dataform/controls/RadioButton.d.ts +1 -1
- package/dataform/controls/SelectBox.d.ts +1 -1
- package/dataform/controls/Slider.d.ts +1 -1
- package/dataform/controls/StackPanel.d.ts +1 -1
- package/dataform/controls/Switch.d.ts +1 -1
- package/dataform/controls/TabPanel.d.ts +1 -1
- package/dataform/controls/TablePanel.d.ts +1 -1
- package/dataform/controls/TextBox.d.ts +1 -1
- package/dataform/controls/Textarea.d.ts +1 -1
- package/dataform/controls/TimeTextBox.d.ts +1 -1
- package/dataform/controls/ToggleButton.d.ts +1 -1
- package/dataform/controls/Uploader.d.ts +1 -1
- package/dataform/controls/ValidationIcon.d.ts +1 -1
- package/dataform/controls/WizardPanel.d.ts +1 -1
- package/dataform/controls/_Control.d.ts +1 -1
- package/dataform/controls/_NumberConstraintsMixin.d.ts +1 -1
- package/dataform/controls/_StackContainerMixin.d.ts +1 -1
- package/dataform/module.d.ts +4 -1
- package/dataview/DGridColumnPluginMixin.d.ts +1 -1
- package/dataview/DGridViewPlugin.d.ts +1 -1
- package/dataview/DataView.d.ts +1 -1
- package/dataview/DataViewBase.d.ts +1 -1
- package/dataview/DataViewController.d.ts +1 -1
- package/dataview/DataViewModel.d.ts +1 -1
- package/dataview/IconViewPlugin.d.ts +1 -1
- package/dataview/Pager.d.ts +1 -1
- package/dataview/_DGridView.d.ts +1 -1
- package/dataview/_IconView.d.ts +1 -1
- package/dataview/_ViewBase.d.ts +1 -1
- package/editing/module.d.ts +1 -1
- package/fileappsstore/FileAppStore.d.ts +1 -1
- package/fileappsstore/module.d.ts +1 -1
- package/filesaver/FileSaver.d.ts +5 -2
- package/filesaver/lib/FileSaver.d.ts +1 -5
- package/filesaver/module.d.ts +1 -1
- package/geojson/Transformer.d.ts +54 -2
- package/geojson/module.d.ts +1 -1
- package/geometryservice/GeometryService.d.ts +1 -1
- package/highlights/api.d.ts +3 -5
- package/integration-map/IntegrationExtensionImpl.d.ts +6 -5
- package/integration-map/api.d.ts +3 -3
- package/locateme/LocateMeModel.d.ts +2 -2
- package/locateme/module.d.ts +3 -1
- package/locateme-gpsgate/module.d.ts +1 -1
- package/locator-store/MetadataProvider.d.ts +2 -2
- package/locator-store/module.d.ts +1 -1
- package/managementlayout/module.d.ts +1 -1
- package/managementlayout/template/template.d.ts +1 -1
- package/manager-monaco/EditorControlFactory.d.ts +1 -0
- package/manager-monaco/EditorWidget.d.ts +1 -0
- package/manager-monaco/plugins/{BundleValidationPlugin.d.ts → AppValidationPlugin.d.ts} +4 -3
- package/manager-monaco/plugins/BundleInfoHoverPlugin.d.ts +5 -5
- package/manager-monaco/plugins/BundleRepository.d.ts +7 -12
- package/manager-monaco/plugins/Registry.d.ts +25 -23
- package/map-actions/HighlightAction.d.ts +1 -1
- package/map-actions/OpenPopupAction.d.ts +2 -1
- package/map-actions/ZoomToAction.d.ts +2 -1
- package/map-actions/api.d.ts +16 -6
- package/map-basemaps-api/BasemapItem.d.ts +1 -1
- package/map-basemaps-api/BasemapsModel.d.ts +1 -1
- package/map-config-api/BasemapConfigParser.d.ts +27 -10
- package/map-init-config/MapContentBuilderWidget.d.ts +1 -1
- package/map-init-config/module.d.ts +4 -1
- package/map-widget/BasemapsParameterResolver.d.ts +9 -11
- package/map-widget/BlockedLayersRemover.d.ts +7 -3
- package/map-widget/Constraints.d.ts +16 -20
- package/map-widget/LODSynchronizer.d.ts +9 -4
- package/map-widget/LayerObserver.d.ts +39 -12
- package/map-widget/LayerTraverser.d.ts +28 -3
- package/map-widget/LayerVisibilityToolRuleProcessor.d.ts +8 -3
- package/map-widget/LayersParameterResolver.d.ts +10 -10
- package/map-widget/LayersParameterSyntax.d.ts +7 -2
- package/map-widget/MapEventBroadcaster.d.ts +7 -3
- package/map-widget/MapLoadingInfoWidget.d.ts +3 -2
- package/map-widget/MapWidget.d.ts +1 -2
- package/map-widget/MapWidgetFactory.d.ts +9 -11
- package/map-widget/MapWidgetModel.d.ts +54 -11
- package/map-widget/MapWidgetRegistration.d.ts +11 -46
- package/map-widget/Navigation.d.ts +6 -9
- package/map-widget/OfflineBasemapDefinitionFilter.d.ts +1 -2
- package/map-widget/ScaleToolRuleProcessor.d.ts +8 -3
- package/map-widget/SrsChangeService.d.ts +10 -29
- package/map-widget/SubLayersInfo.d.ts +47 -4
- package/map-widget/ViewModeToolRuleProcessor.d.ts +6 -4
- package/map-widget/ViewParameterResolver.d.ts +11 -6
- package/map-widget/ViewProvider.d.ts +22 -6
- package/map-widget/ViewReadyWatcher.d.ts +12 -6
- package/map-widget/WebMapLoadingVerification.d.ts +5 -3
- package/map-widget/api/Constraints.d.ts +109 -0
- package/map-widget/api/MapWidget.d.ts +9 -0
- package/map-widget/api/MapWidgetFactory.d.ts +37 -0
- package/map-widget/api/MapWidgetModel.d.ts +203 -0
- package/map-widget/api/MapWidgetRegistration.d.ts +51 -0
- package/map-widget/api/Navigation.d.ts +17 -0
- package/map-widget/api/SrsChangeService.d.ts +29 -0
- package/map-widget/api/index.d.ts +7 -0
- package/map-widget/module.d.ts +14 -12
- package/mapdraw-api/DefaultMapDrawing.d.ts +2 -1
- package/mapdraw-api/DrawAction.d.ts +1 -1
- package/mapdraw-api/Drawing.d.ts +1 -1
- package/mapnavigation/HistoryImpl.d.ts +2 -1
- package/mapnavigation/module.d.ts +0 -1
- package/maptips/MapViewChangeWatcher.d.ts +2 -1
- package/maptips/TipConfig.d.ts +1 -1
- package/measurement-2d/module.d.ts +2 -1
- package/measurement-3d/module.d.ts +1 -1
- package/native-app-exporter/module.d.ts +4 -1
- package/notifier/NotifierUI.d.ts +1 -1
- package/omnisearch/DropDownMenu.d.ts +1 -1
- package/omnisearch/OmniSearchFactory.d.ts +1 -1
- package/omnisearch/OmniSearchModel.d.ts +1 -1
- package/omnisearch/RadioButton.d.ts +1 -1
- package/omnisearch/SearchUI.d.ts +1 -1
- package/omnisearch/SettingsWidget.d.ts +1 -1
- package/omnisearch/module.d.ts +9 -1
- package/omnisearch-portalitem/module.d.ts +1 -1
- package/package.json +1 -1
- package/parametermanager/api.d.ts +4 -2
- package/parametersearch/Config.d.ts +2 -1
- package/parametersearch/SearchTrigger.d.ts +1 -1
- package/popups/LayerPopupTemplateCustomizer.d.ts +1 -1
- package/popups/PopupConfig.d.ts +1 -1
- package/popups/PopupCustomizationsResolver.d.ts +9 -9
- package/popups/PopupInterceptor.d.ts +2 -2
- package/popups/StorePopupTemplateCustomizer.d.ts +1 -1
- package/popups/TypedFactoryIndex.d.ts +2 -2
- package/popups/arc/ActionFactory.d.ts +2 -2
- package/popups/arc/PopupDefinitionFactory.d.ts +3 -3
- package/portal-app-security/CheckAccess.d.ts +4 -0
- package/portal-item-service/PortalItemService.d.ts +3 -3
- package/portal-item-service/module.d.ts +1 -1
- package/portal-search/PortalStoreFactory.d.ts +1 -1
- package/portal-search/module.d.ts +2 -1
- package/portal-security/module.d.ts +1 -1
- package/portal-security-config/module.d.ts +1 -1
- package/portal-token-conversion/module.d.ts +1 -1
- package/portal-webitem-map/module.d.ts +2 -1
- package/portal-webitem-map-config/AGOLStore.d.ts +18 -2
- package/portal-webitem-map-config/module.d.ts +3 -1
- package/portal-webscene-slides/module.d.ts +7 -1
- package/printing/module.d.ts +1 -1
- package/reportmanagement/module.d.ts +3 -1
- package/reportstore/ReportStore.d.ts +1 -1
- package/reportstore/module.d.ts +1 -1
- package/reporttool/module.d.ts +5 -1
- package/result-api/AbstractTableModel.d.ts +55 -0
- package/result-api/OpenResultsServiceImpl.d.ts +3 -3
- package/result-api/ResultModelFactoryImpl.d.ts +5 -0
- package/result-api/ResultModelImpl.d.ts +22 -0
- package/result-api/SelectionEventHandler.d.ts +8 -0
- package/result-api/StoreBackedTableModel.d.ts +32 -0
- package/result-api/TableActionResolverImpl.d.ts +23 -0
- package/result-api/actions/CsvConverter.d.ts +18 -0
- package/result-api/actions/ExportCsvAction.d.ts +15 -0
- package/result-api/actions/ZoomToItemAction.d.ts +14 -0
- package/result-api/actions/ZoomToSelectedAction.d.ts +13 -0
- package/result-api/api/actions.d.ts +209 -0
- package/result-api/api/{all.d.ts → index.d.ts} +1 -0
- package/result-api/api/model.d.ts +181 -60
- package/result-api/api/service.d.ts +24 -5
- package/result-api/api/ui.d.ts +2 -3
- package/result-api/module.d.ts +6 -0
- package/result-ui/CellRenderer.d.ts +27 -0
- package/result-ui/ConditionalTooltip.d.ts +19 -0
- package/result-ui/RecordVisualizer.d.ts +50 -0
- package/result-ui/ResultUIFactory.d.ts +13 -1
- package/result-ui/ResultUIImpl.d.ts +23 -0
- package/result-ui/Store.d.ts +157 -0
- package/result-ui/TableStateToolRuleProcessor.d.ts +17 -0
- package/result-ui/VisualizationLayerResolver.d.ts +14 -0
- package/result-ui/formatting.d.ts +9 -0
- package/result-ui/module.d.ts +3 -3
- package/result-ui/types.d.ts +6 -29
- package/resultcenter/ActionController.d.ts +1 -1
- package/resultcenter/BaseCommand.d.ts +1 -1
- package/resultcenter/DataModel.d.ts +1 -1
- package/resultcenter/DataModelBroadcaster.d.ts +1 -1
- package/resultcenter/DataViewController.d.ts +1 -1
- package/resultcenter/ExportResultsCommand.d.ts +1 -1
- package/resultcenter/PostfixAttributeTableLookupStrategy.d.ts +1 -1
- package/resultcenter/RemoveResultsCommand.d.ts +4 -2
- package/resultcenter/ResultcenterToolRuleProcessor.d.ts +1 -1
- package/resultcenter/StoreEventReceiver.d.ts +1 -1
- package/resultcenter/StoreRegistration.d.ts +1 -1
- package/resultcenter/TriggerShowResultCenter.d.ts +1 -1
- package/resultcenter/VisualizationLayerResolver.d.ts +4 -1
- package/resultcenter/module.d.ts +18 -1
- package/scalebar/module.d.ts +1 -1
- package/search-api/SearchServiceImpl.d.ts +8 -1
- package/search-api/StoreFacade.d.ts +3 -5
- package/search-ui/HighlightedString.d.ts +2 -2
- package/search-ui/SearchController.d.ts +2 -2
- package/search-ui/module.d.ts +0 -1
- package/selection-resultcenter/CachingStore.d.ts +3 -4
- package/selection-resultcenter/ExecutionsController.d.ts +2 -2
- package/selection-resultcenter/ExecutionsModel.d.ts +1 -1
- package/selection-resultcenter/MemoryStore.d.ts +1 -1
- package/selection-resultcenter/module.d.ts +5 -1
- package/selection-services/DrawingSpatialInputAction.d.ts +1 -1
- package/selection-services/SearchSource.d.ts +2 -1
- package/selection-services/SearchSourceModel.d.ts +1 -1
- package/selection-services/SpatialInputAction.d.ts +1 -1
- package/selection-services/SpatialInputActionService.d.ts +1 -1
- package/selection-services/module.d.ts +5 -1
- package/selection-tools/ToolCommand.d.ts +2 -1
- package/selection-tools/ToolItem.d.ts +7 -7
- package/selection-tools/ToolRegistry.d.ts +1 -1
- package/selection-tools/ToolRegistryTracker.d.ts +1 -1
- package/selection-tools/module.d.ts +3 -1
- package/selection-ui/module.d.ts +1 -1
- package/selection-ui-config/module.d.ts +1 -1
- package/share-link-shim/WebShareUI.d.ts +1 -1
- package/sketching/Sketching.d.ts +1 -1
- package/sketching/module.d.ts +1 -1
- package/store-api/QueryExecution.d.ts +1 -1
- package/store-api/QueryExecutions.d.ts +1 -1
- package/store-api/api/Store.d.ts +8 -1
- package/store-api/rest/BaseRestStore.d.ts +5 -0
- package/style-guide/style-guide-layout/template.d.ts +2 -2
- package/system/component/ComponentConstants.d.ts +1 -1
- package/system/component/ComponentException.d.ts +1 -1
- package/system/config/Configuration.d.ts +1 -1
- package/system/config/ConfigurationAdmin.d.ts +1 -1
- package/system/config/ConfigurationException.d.ts +1 -1
- package/system/config/ConfigurationPlugin.d.ts +84 -2
- package/system/config/ConfigurationStore.d.ts +23 -2
- package/system/config/DefaultPersistencePlugin.d.ts +1 -1
- package/system/config/JSONConfigurationAdapter.d.ts +36 -2
- package/system/config/ManagedService.d.ts +113 -2
- package/system/config/ManagedServiceFactory.d.ts +1 -1
- package/system/user/User.d.ts +1 -1
- package/system/user/UserEventRebroadcaster.d.ts +1 -1
- package/template-appsoverview/template.d.ts +2 -2
- package/template-seasons/seasons.d.ts +3 -3
- package/templatelayout/AppRootSizeController.d.ts +10 -2
- package/templatelayout/DefaultLayoutBreakPoints.d.ts +1 -1
- package/templatelayout/DojoClickPatch.d.ts +1 -1
- package/templatelayout/LayoutState.d.ts +1 -1
- package/templatelayout/LayoutTemplateToolRuleProcessor.d.ts +14 -2
- package/templatelayout/WidgetDefinitions.d.ts +1 -1
- package/templatelayout-dijit/TemplateRenderer.d.ts +1 -1
- package/templatelayout-dijit/TemplateWidget.d.ts +1 -1
- package/templates/Template.d.ts +1 -1
- package/templates/TemplateEventBroadCaster.d.ts +1 -1
- package/templates/TemplateModel.d.ts +1 -1
- package/templates/TemplateSelector.d.ts +1 -1
- package/test-utils/later.d.ts +39 -0
- package/test-utils/waitForProperty.d.ts +27 -0
- package/theme-tester/test-layout/test-layout.d.ts +2 -2
- package/themes/Theme.d.ts +1 -1
- package/themes/ThemeBundleListener.d.ts +1 -1
- package/themes/ThemeEventBroadCaster.d.ts +1 -1
- package/themes/ThemeModel.d.ts +1 -1
- package/themes/ThemeSelector.d.ts +1 -1
- package/themes/ThemeStyleWriter.d.ts +1 -1
- package/themes/popup.d.ts +1 -1
- package/toc/ActionResolver.d.ts +1 -1
- package/toc/BaseTocItemFactory.d.ts +2 -1
- package/toc/StateCheckExecutor.d.ts +1 -1
- package/toc/model/TocItem.d.ts +3 -1
- package/toolrules/StoreToolRuleProcessor.d.ts +11 -2
- package/toolrules/ToolActiveStateManager.d.ts +42 -2
- package/toolrules/ToolEventRebroadcaster.d.ts +14 -2
- package/toolrules/ToolRuleContext.d.ts +18 -2
- package/toolrules/ToolRuleManager.d.ts +36 -2
- package/toolrules/ToolStateEventListener.d.ts +23 -2
- package/toolrules/UserInRoleToolRuleProcessor.d.ts +16 -2
- package/toolset/Drawer.d.ts +1 -1
- package/toolset/ToolsetManager.d.ts +1 -1
- package/toolset/ToolsetWindow.d.ts +1 -1
- package/toolset-config/ToolsetBuilderWidget.d.ts +1 -1
- package/toolset-config/ToolsetBuilderWidgetFactory.d.ts +1 -1
- package/viewmodeswitcher/module.d.ts +1 -1
- package/vuetify-component-overview/component-overview-layout/template.d.ts +2 -2
- package/windowmanager/WindowDnDContainer.d.ts +1 -1
- package/windowmanager/WindowDockingBar.d.ts +1 -1
- package/windowmanager/WindowDockingBarButton.d.ts +1 -1
- package/windowmanager/WindowManager.d.ts +1 -1
- package/windowmanager/WindowManagerFactory.d.ts +1 -1
- package/windowmanager/WindowReference.d.ts +1 -1
- package/windowmanager/WindowToolFactory.d.ts +1 -1
- package/wizard/CategoryList.d.ts +1 -1
- package/wizard/DataFormBuilderWidget.d.ts +1 -1
- package/wizard/DataFormBuilderWidgetFactory.d.ts +1 -1
- package/wizard/Menu.d.ts +1 -1
- package/wizard/MenuContent.d.ts +1 -1
- package/wizard/MenuController.d.ts +1 -1
- package/wizard/SaveAction.d.ts +1 -1
- package/wizard/ToolsDataFormWidgetFactory.d.ts +1 -1
- package/wizard/_BuilderWidget.d.ts +1 -1
- package/wizard/_Configurable.d.ts +1 -1
- package/wizard/module.d.ts +11 -1
- package/agssearch-config/main.d.ts +0 -1
- package/agssearch-config/package.json +0 -5
- package/app-portal-registration/main.d.ts +0 -1
- package/app-portal-registration/package.json +0 -5
- package/appbundlemanagement/main.d.ts +0 -1
- package/appbundlemanagement/package.json +0 -5
- package/appmanagement/main.d.ts +0 -1
- package/appmanagement/package.json +0 -5
- package/apprt-request/dconfig.d.ts +0 -2
- package/appsoverview/main.d.ts +0 -1
- package/appsoverview/package.json +0 -5
- package/appsstore/main.d.ts +0 -1
- package/appsstore/package.json +0 -5
- package/apptemplatemanagement/main.d.ts +0 -1
- package/apptemplatemanagement/package.json +0 -5
- package/authentication/main.d.ts +0 -1
- package/authentication/package.json +0 -5
- package/banner-config/main.d.ts +0 -1
- package/banner-config/package.json +0 -5
- package/bundlemanagement/main.d.ts +0 -1
- package/bundlemanagement/package.json +0 -5
- package/bundletools/main.d.ts +0 -1
- package/bundletools/package.json +0 -5
- package/bundleupdatechecker/main.d.ts +0 -1
- package/bundleupdatechecker/package.json +0 -5
- package/console/main.d.ts +0 -1
- package/console/package.json +0 -5
- package/coordinateconversion/main.d.ts +0 -1
- package/coordinateconversion-config/main.d.ts +0 -1
- package/coordinatetransformer/main.d.ts +0 -1
- package/coordinatetransformer/package.json +0 -5
- package/coordinateviewer/main.d.ts +0 -1
- package/coordinateviewer-config/main.d.ts +0 -1
- package/custominfo-config/main.d.ts +0 -1
- package/custominfo-config/package.json +0 -5
- package/editing/main.d.ts +0 -1
- package/editing-config/main.d.ts +0 -1
- package/graphics/module.d.ts +0 -1
- package/locateme/main.d.ts +0 -1
- package/locateme/package.json +0 -5
- package/locateme-config/main.d.ts +0 -1
- package/locateme-config/package.json +0 -5
- package/locator-store/main.d.ts +0 -1
- package/locator-store/package.json +0 -5
- package/locator-store-config/main.d.ts +0 -1
- package/locator-store-config/package.json +0 -5
- package/manager-monaco/plugins/ExcludeFromSuggest.d.ts +0 -5
- package/map-init-config/main.d.ts +0 -1
- package/map-init-config/package.json +0 -5
- package/measurement-2d/main.d.ts +0 -1
- package/measurement-2d-config/main.d.ts +0 -1
- package/measurement-3d/main.d.ts +0 -1
- package/measurement-3d-config/main.d.ts +0 -1
- package/native-app-exporter/main.d.ts +0 -1
- package/native-app-exporter/package.json +0 -5
- package/omnisearch/main.d.ts +0 -1
- package/omnisearch/package.json +0 -5
- package/omnisearch-config/main.d.ts +0 -1
- package/omnisearch-config/package.json +0 -5
- package/portal-search/main.d.ts +0 -1
- package/portal-search/package.json +0 -5
- package/portal-security-config/main.d.ts +0 -1
- package/portal-security-config/package.json +0 -5
- package/portal-webitem-map/main.d.ts +0 -1
- package/portal-webitem-map-config/main.d.ts +0 -1
- package/portal-webitem-map-config/package.json +0 -5
- package/portal-webscene-slides/main.d.ts +0 -1
- package/portal-webscene-slides/package.json +0 -5
- package/printing/main.d.ts +0 -1
- package/printing-config/main.d.ts +0 -1
- package/printing-config/package.json +0 -5
- package/reportmanagement/main.d.ts +0 -1
- package/reportmanagement/package.json +0 -5
- package/reporttool/main.d.ts +0 -1
- package/result-ui/ResultUIController.d.ts +0 -8
- package/result-ui/SelectionBridge.d.ts +0 -6
- package/resultcenter/main.d.ts +0 -1
- package/resultcenter/package.json +0 -5
- package/scalebar/main.d.ts +0 -1
- package/scalebar-config/main.d.ts +0 -1
- package/scalebar-config/package.json +0 -5
- package/selection-resultcenter/main.d.ts +0 -1
- package/selection-resultcenter/package.json +0 -5
- package/selection-services/main.d.ts +0 -1
- package/selection-tools/main.d.ts +0 -1
- package/selection-ui/main.d.ts +0 -1
- package/selection-ui-config/main.d.ts +0 -1
- package/selection-ui-config/package.json +0 -5
- package/sketching/main.d.ts +0 -1
- package/sketching/package.json +0 -5
- package/sketching-config/main.d.ts +0 -1
- package/template-appsoverview/module.d.ts +0 -1
- package/template-seasons/module.d.ts +0 -1
- package/templates/main.d.ts +0 -1
- package/templates/package.json +0 -5
- package/templates-config/main.d.ts +0 -1
- package/templates-config/package.json +0 -5
- package/themes/main.d.ts +0 -1
- package/themes/package.json +0 -5
- package/themes-config/main.d.ts +0 -1
- package/themes-config/package.json +0 -5
- package/toolset-config/main.d.ts +0 -1
- package/toolset-config/package.json +0 -5
- package/viewmodeswitcher/main.d.ts +0 -1
- package/windowmanager/main.d.ts +0 -1
- package/windowmanager/package.json +0 -5
- package/wizard/main.d.ts +0 -1
- package/wizard/package.json +0 -5
|
@@ -1,6 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { MapWidgetModel, SrsChangeService } from "./api";
|
|
2
|
+
import { ParameterValue, EncodedParameterValue } from "parametermanager/api";
|
|
3
|
+
export declare const ViewParameterResolver: import("apprt-core/Mutable").MutableConstructor<{
|
|
4
|
+
_mapWidgetModel: MapWidgetModel | undefined;
|
|
5
|
+
_srsChanger: SrsChangeService | undefined;
|
|
6
|
+
useShortformForEncoding: boolean | undefined;
|
|
7
|
+
numDecimalPlaces: number | undefined;
|
|
8
|
+
encodeURLParameter: () => Record<string, EncodedParameterValue>;
|
|
9
|
+
decodeURLParameter: (params: Record<string, ParameterValue>) => void;
|
|
10
|
+
_applyState: () => void;
|
|
11
|
+
}>;
|
|
@@ -1,7 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
/// <reference types="arcgis-js-api" />
|
|
2
|
+
import type MapView from "esri/views/MapView";
|
|
3
|
+
import type SceneView from "esri/views/SceneView";
|
|
4
|
+
import { ExtendedPromise } from "apprt-core/Promise";
|
|
5
|
+
interface Provide2dParams {
|
|
6
|
+
mode: "2D";
|
|
7
|
+
options: __esri.MapViewProperties;
|
|
8
|
+
}
|
|
9
|
+
interface Provide3dParams {
|
|
10
|
+
mode: "3D";
|
|
11
|
+
options: __esri.SceneViewProperties;
|
|
12
|
+
}
|
|
13
|
+
declare type ProvideParams = Provide2dParams | Provide3dParams;
|
|
14
|
+
export declare function provideView(params: Partial<Provide2dParams>): ExtendedPromise<{
|
|
15
|
+
view: MapView;
|
|
7
16
|
}>;
|
|
17
|
+
export declare function provideView(params: Partial<Provide3dParams>): ExtendedPromise<{
|
|
18
|
+
view: SceneView;
|
|
19
|
+
}>;
|
|
20
|
+
export declare function provideView(params: Partial<ProvideParams>): ExtendedPromise<{
|
|
21
|
+
view: MapView | SceneView;
|
|
22
|
+
}>;
|
|
23
|
+
export default provideView;
|
|
@@ -1,7 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import type { MapWidgetModel } from "./api";
|
|
2
|
+
export declare type ViewReadyCallback = (event: {
|
|
3
|
+
mapWidgetModel: MapWidgetModel;
|
|
4
|
+
}) => void;
|
|
5
|
+
export interface ViewReadyWatcher {
|
|
6
|
+
readonly mapWidgetModel: MapWidgetModel | undefined;
|
|
6
7
|
destroy(): void;
|
|
7
|
-
|
|
8
|
+
addOnly(callback: ViewReadyCallback): this;
|
|
9
|
+
add(callback: ViewReadyCallback): this;
|
|
10
|
+
clear(): void;
|
|
11
|
+
}
|
|
12
|
+
export declare function createViewReadyWatcher(model: MapWidgetModel): ViewReadyWatcher;
|
|
13
|
+
export default createViewReadyWatcher;
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
/// <reference types="arcgis-js-api" />
|
|
2
|
+
import type { Mutable } from "apprt-core/Mutable";
|
|
3
|
+
import type { Extent, Polygon } from "esri/geometry";
|
|
4
|
+
import type LOD from "esri/layers/support/LOD";
|
|
5
|
+
import type { ViewMode } from "./MapWidgetModel";
|
|
6
|
+
/**
|
|
7
|
+
* Documentation for instances of {@link Constraints}.
|
|
8
|
+
*/
|
|
9
|
+
export interface ConstraintsMembers {
|
|
10
|
+
/**
|
|
11
|
+
* Indicates whether the user can rotate the map. Only valid for 2D.
|
|
12
|
+
*/
|
|
13
|
+
rotationEnabled: boolean;
|
|
14
|
+
/**
|
|
15
|
+
* When true, the view snaps to the next LOD when zooming in or out. When false, the zoom is continuous. Only valid
|
|
16
|
+
* for 2D.
|
|
17
|
+
*/
|
|
18
|
+
snapToZoom: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* The minimum scale the user is allowed to zoom to within the view. Only valid for 2D.
|
|
21
|
+
*/
|
|
22
|
+
minScale: number;
|
|
23
|
+
/**
|
|
24
|
+
* The maximum scale the user is allowed to zoom to within the view. Only valid for 2D.
|
|
25
|
+
*/
|
|
26
|
+
maxScale: number;
|
|
27
|
+
/**
|
|
28
|
+
* The minimum zoom level the user is allowed to zoom to within the view. Only valid for 2D.
|
|
29
|
+
*/
|
|
30
|
+
minZoom: number;
|
|
31
|
+
/**
|
|
32
|
+
* The maximum zoom level the user is allowed to zoom to within the view. Only valid for 2D.
|
|
33
|
+
*/
|
|
34
|
+
maxZoom: number;
|
|
35
|
+
/**
|
|
36
|
+
* The area in which the user is allowed to navigate laterally. Only Extent and Polygon geometry types are supported
|
|
37
|
+
*/
|
|
38
|
+
geometry: Extent | Polygon | __esri.ExtentProperties | __esri.PolygonProperties | null | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* An array of LODs. If not specified, this value is read from the Map. Only valid for 2D.
|
|
41
|
+
*/
|
|
42
|
+
lods: (LOD | __esri.LODProperties)[] | null | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* Specifies a constraint on the minimum and maximum allowed camera altitude. Only valid for 3D.
|
|
45
|
+
*
|
|
46
|
+
* @example
|
|
47
|
+
* ```js
|
|
48
|
+
* constraints.altitude = {
|
|
49
|
+
* // The minimum allowed camera altitude (in meters).
|
|
50
|
+
* min: 1000,
|
|
51
|
+
* // The maximum allowed camera altitude (in meters).
|
|
52
|
+
* max: 100000
|
|
53
|
+
* }
|
|
54
|
+
* ```
|
|
55
|
+
*/
|
|
56
|
+
altitude: __esri.SceneViewConstraintsAltitudeProperties;
|
|
57
|
+
/**
|
|
58
|
+
* Specifies the near and far webgl clip distances. Only valid for 3D.
|
|
59
|
+
*
|
|
60
|
+
* @example
|
|
61
|
+
* ```js
|
|
62
|
+
* constraints.clipDistance = {
|
|
63
|
+
* // The near clip distance.
|
|
64
|
+
* near: 100,
|
|
65
|
+
*
|
|
66
|
+
* // The far clip distance.
|
|
67
|
+
* far: 1000,
|
|
68
|
+
*
|
|
69
|
+
* // Specifies the mode of the constraint which is either auto or manual.
|
|
70
|
+
* // In auto mode, the near and far clip distance values are automatically determined.
|
|
71
|
+
* // In manual mode, the near and far clip distance values are user defined.
|
|
72
|
+
* mode: "manual"
|
|
73
|
+
* }
|
|
74
|
+
* ```
|
|
75
|
+
*/
|
|
76
|
+
clipDistance: __esri.SceneViewConstraintsClipDistanceProperties;
|
|
77
|
+
/**
|
|
78
|
+
* Specifies a constraint on the amount of allowed tilting of the view. Only valid for 3D.
|
|
79
|
+
*
|
|
80
|
+
* @example
|
|
81
|
+
* ```js
|
|
82
|
+
* constraints.tilt = {
|
|
83
|
+
* // Specifies the maximum amount of tilt (in degrees) allowed in the view and may range from 0.5 to 179.5
|
|
84
|
+
* // degrees.
|
|
85
|
+
* max: 100,
|
|
86
|
+
*
|
|
87
|
+
* // Specifies the mode of the constraint.
|
|
88
|
+
* // There are two possible values: auto or manual.
|
|
89
|
+
* // In auto mode, the maximum tilt value is automatically determined based on the altitude of the view camera.
|
|
90
|
+
* // In manual mode, the maximum tilt value is a user defined.
|
|
91
|
+
* mode: "manual"
|
|
92
|
+
* }
|
|
93
|
+
* ```
|
|
94
|
+
*/
|
|
95
|
+
tilt: __esri.SceneViewConstraintsTiltProperties;
|
|
96
|
+
/**
|
|
97
|
+
* Query the constraints for a specified viewmode, that are not undefined.
|
|
98
|
+
* @param viewmode The viewmode to get the constraints for. If empty, "2D" is assumed.
|
|
99
|
+
* @returns the constraint values
|
|
100
|
+
*/
|
|
101
|
+
forViewmode(viewmode?: ViewMode): Record<string, any>;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* A class representing constraints for a view.
|
|
105
|
+
* It can be queried for the constraints of a specified view mode, that are not undefined
|
|
106
|
+
*
|
|
107
|
+
* See {@link ConstraintsMembers} for documentation of members.
|
|
108
|
+
*/
|
|
109
|
+
export declare type Constraints = Mutable<ConstraintsMembers>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { MapWidgetModel } from "./MapWidgetModel";
|
|
2
|
+
/**
|
|
3
|
+
* The MapWidget shows a map. It is using the MapWidgetModel for state management.
|
|
4
|
+
* It should not be accessed directly by custom code, please use the MapWidgetModel instead!
|
|
5
|
+
*/
|
|
6
|
+
export interface MapWidget {
|
|
7
|
+
get(key: "model"): MapWidgetModel | undefined;
|
|
8
|
+
set(key: "model", value: MapWidgetModel | undefined): void;
|
|
9
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/// <reference types="arcgis-js-api" />
|
|
2
|
+
import type Map from "esri/Map";
|
|
3
|
+
import type { MapWidget } from "./MapWidget";
|
|
4
|
+
import type { MapWidgetModel, MapWidgetModelMembers } from "./MapWidgetModel";
|
|
5
|
+
/**
|
|
6
|
+
* Use the `map-widget.MapWidgetFactory` service to inject an instance of this interface.
|
|
7
|
+
*
|
|
8
|
+
* The MapWidgetFactory provides some methods to create the parts of a MapWidget.
|
|
9
|
+
*/
|
|
10
|
+
export interface MapWidgetFactory {
|
|
11
|
+
/**
|
|
12
|
+
* Creates a esri/Map instance.
|
|
13
|
+
*
|
|
14
|
+
* @param options options of the esri/Map constructor.
|
|
15
|
+
* @returns the new map instance.
|
|
16
|
+
* @see [Map](https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html)
|
|
17
|
+
*/
|
|
18
|
+
createMap(options: __esri.MapProperties): Map;
|
|
19
|
+
/**
|
|
20
|
+
* Creates a MapWidgetModel instance.
|
|
21
|
+
*
|
|
22
|
+
* Note: in options the `map` parameter is required and needs to be a `esri/Map` instance.
|
|
23
|
+
*
|
|
24
|
+
* @param options options of the MapWidgetModel constructor.
|
|
25
|
+
* @returns the MapWidgetModel instance.
|
|
26
|
+
*/
|
|
27
|
+
createWidgetModel(options: Partial<MapWidgetModelMembers> & {
|
|
28
|
+
map: Map;
|
|
29
|
+
}): MapWidgetModel;
|
|
30
|
+
/**
|
|
31
|
+
* Creates a MapWidget instance.
|
|
32
|
+
*
|
|
33
|
+
* @param options options of the MapWidget constructor.
|
|
34
|
+
* @returns the MapWidget instance.
|
|
35
|
+
*/
|
|
36
|
+
createWidget(options: unknown): MapWidget;
|
|
37
|
+
}
|
|
@@ -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
|
+
}
|
package/map-widget/module.d.ts
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export {
|
|
4
|
-
export {
|
|
5
|
-
export {
|
|
6
|
-
export {
|
|
7
|
-
export {
|
|
8
|
-
export {
|
|
9
|
-
export {
|
|
10
|
-
export {
|
|
11
|
-
export {
|
|
12
|
-
export {
|
|
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";
|
|
@@ -21,7 +21,7 @@ declare class DrawAction extends Evented<any> {
|
|
|
21
21
|
[_drawAction]: any;
|
|
22
22
|
[_tempGraphic]: Graphic | undefined;
|
|
23
23
|
}
|
|
24
|
-
import { Evented } from "
|
|
24
|
+
import { Evented } from "apprt-core/Events";
|
|
25
25
|
declare const _polygonDrawUpdate: unique symbol;
|
|
26
26
|
declare const _pointDrawUpdate: unique symbol;
|
|
27
27
|
declare const _extentDrawUpdate: unique symbol;
|
package/mapdraw-api/Drawing.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export default Drawing;
|
|
|
3
3
|
* @class
|
|
4
4
|
* @alias module:Drawing
|
|
5
5
|
*/
|
|
6
|
-
declare const Drawing: import("
|
|
6
|
+
declare const Drawing: import("apprt-core/Mutable").MutableConstructor<{
|
|
7
7
|
view: any;
|
|
8
8
|
mode: string | undefined;
|
|
9
9
|
symbols: Object | undefined;
|
|
@@ -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:
|
|
16
|
+
constructor(mapWidgetModel: MapWidgetModel, opts?: {
|
|
16
17
|
updateDelay?: number;
|
|
17
18
|
historyModel?: HistoryModel<HistoryItem>;
|
|
18
19
|
});
|
|
@@ -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<
|
|
6
|
+
mapWidgetModel: InjectedReference<MapWidgetModel>;
|
|
6
7
|
tipViewerFactory: InjectedReference<TipViewerFactory>;
|
|
7
8
|
activate(): void;
|
|
8
9
|
deactivate(): void;
|
package/maptips/TipConfig.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export interface CursorDistance {
|
|
|
8
8
|
x: number;
|
|
9
9
|
y: number;
|
|
10
10
|
}
|
|
11
|
-
export declare const TipConfig: import("
|
|
11
|
+
export declare const TipConfig: import("apprt-core/Mutable").MutableConstructor<{
|
|
12
12
|
maptipEnabled: boolean | undefined;
|
|
13
13
|
displayDelay: number | undefined;
|
|
14
14
|
alignment: string | null | undefined;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export { default as CreateMeasurementToolHandler } from "./CreateMeasurementToolHandler";
|
|
2
|
+
export { default as Measurement2DToolRuleProcessor } from "./Measurement2DToolRuleProcessor";
|