@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 +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";
|
package/notifier/NotifierUI.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare const _default: any;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare const _default: any;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare const _default: any;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare const _default: any;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare const _default: any;
|
|
2
2
|
export default _default;
|
package/omnisearch/SearchUI.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare const _default: any;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare const _default: any;
|
|
2
2
|
export default _default;
|
package/omnisearch/module.d.ts
CHANGED
|
@@ -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,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,
|
|
17
|
+
encodeURLParameter?(): Record<string, EncodedParameterValue>;
|
|
16
18
|
/**
|
|
17
19
|
* Called by the ParameterManager to trigger the decoding of parameters.
|
|
18
20
|
*/
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export const Config: import("
|
|
1
|
+
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
|
}>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default PopupTemplateCustomizer;
|
|
2
|
-
declare const PopupTemplateCustomizer: import("
|
|
2
|
+
declare const PopupTemplateCustomizer: import("apprt-core/Mutable").MutableConstructor<{
|
|
3
3
|
map: undefined;
|
|
4
4
|
customizationsResolver: undefined;
|
|
5
5
|
defaultPopupType: string | undefined;
|
package/popups/PopupConfig.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default PopupConfig;
|
|
2
|
-
declare const PopupConfig: import("
|
|
2
|
+
declare const PopupConfig: import("apprt-core/Mutable").MutableConstructor<{
|
|
3
3
|
defaultPopupType: string | undefined;
|
|
4
4
|
defaultPopupEnabled: boolean | undefined;
|
|
5
5
|
highlightEnabled: boolean | undefined;
|
|
@@ -6,23 +6,23 @@ 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
|
|
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
|
|
20
|
+
add(factory: any): Promise<any[]>;
|
|
21
|
+
remove(factory: any): any;
|
|
22
22
|
typeNames(): any[];
|
|
23
23
|
findByTypeName(typeName: any): any;
|
|
24
24
|
};
|
|
25
25
|
}
|
|
26
|
-
import { Evented } from "
|
|
26
|
+
import { Evented } from "apprt-core/Events";
|
|
27
27
|
declare const _definitionFactoryIndex: unique symbol;
|
|
28
28
|
declare const _actionFactoryIndex: unique symbol;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default PopupInterceptor;
|
|
2
|
-
declare const PopupInterceptor: import("
|
|
2
|
+
declare const PopupInterceptor: import("apprt-core/Mutable").MutableConstructor<{
|
|
3
3
|
[_popup]: undefined;
|
|
4
|
-
config: import("
|
|
4
|
+
config: import("apprt-core/Mutable").Mutable<{
|
|
5
5
|
defaultPopupType: string | undefined;
|
|
6
6
|
defaultPopupEnabled: boolean | undefined;
|
|
7
7
|
highlightEnabled: boolean | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default StorePopupTemplateCustomizer;
|
|
2
|
-
declare const StorePopupTemplateCustomizer: import("
|
|
2
|
+
declare const StorePopupTemplateCustomizer: import("apprt-core/Mutable").MutableConstructor<{
|
|
3
3
|
customizationsResolver: undefined;
|
|
4
4
|
defaultPopupType: string | undefined;
|
|
5
5
|
[_storeEntries]: never[] | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default TypedFactoryIndex;
|
|
2
2
|
declare function TypedFactoryIndex(): {
|
|
3
|
-
add(factory: any): any[]
|
|
4
|
-
remove(factory: any): any
|
|
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 {
|
|
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.
|
|
@@ -48,7 +48,7 @@ declare class PopupDefinition {
|
|
|
48
48
|
resolvePopupTemplateForStore(store: any, storeProperties: Object): esri;
|
|
49
49
|
/**
|
|
50
50
|
* Hook to cleanup resources cached for a given popuptemplate or layer.
|
|
51
|
-
|
|
51
|
+
|
|
52
52
|
* Function is triggered by the custom popup engine if a layer is removed from the map.
|
|
53
53
|
*
|
|
54
54
|
* @param {Object} layerOrStore instance (either {@link esri/layers/Layer} or [ct/api/store](#bundle=store-api))
|
|
@@ -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<
|
|
22
|
-
registerOAuth(portalItemId: any, appName: any): Promise<
|
|
23
|
-
unregisterOAuth(clientId: any): Promise<
|
|
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";
|
|
@@ -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
|
-
|
|
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
|
+
}
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export { default as SlideSelector } from "./SlideSelector";
|
|
2
|
+
export { default as SlideSelectorWidget } from "./SlideSelectorWidget";
|
|
3
|
+
export { default as SlideWidget } from "./SlideWidget";
|
|
4
|
+
export { default as SlideShowWidget } from "./SlideShowWidget";
|
|
5
|
+
export { default as SlideModel } from "./SlideModel";
|
|
6
|
+
export { default as SlideActions } from "./SlideActions";
|
|
7
|
+
export { default as SlideActionStore } from "./SlideActionStore";
|
package/printing/module.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export { default as Config } from "./PrintingFactory";
|
package/reportstore/module.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export { default as ReportStore } from "./ReportStore";
|
package/reporttool/module.d.ts
CHANGED
|
@@ -1 +1,5 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export { default as ReportTask } from "./ReportTask";
|
|
2
|
+
export { default as ReportToolController } from "./ReportToolController";
|
|
3
|
+
export { default as ReportingToolRuleProcessor } from "./ReportingToolRuleProcessor";
|
|
4
|
+
export { default as StaticReportToolController } from "./StaticReportToolController";
|
|
5
|
+
export { default as ReportMappingInterpreter } from "./ReportMappingInterpreter";
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/// <reference types="arcgis-js-api" />
|
|
2
|
+
import { Evented } from "apprt-core/Events";
|
|
3
|
+
import { CoordinateTransformer } from "coordinatetransformer/api";
|
|
4
|
+
import type { SpatialReference } from "esri/geometry";
|
|
5
|
+
import { DeepReadonly } from "vue";
|
|
6
|
+
import { ItemGeometry, LoadOptions, SortSpecifier, TableField, TableItem, TableModelBase, TableModelCapabilities, TableModelEvents, TableState, TotalItemInfo } from "./api/model";
|
|
7
|
+
export interface MetadataResult {
|
|
8
|
+
fields: TableField[];
|
|
9
|
+
total: TotalItemInfo;
|
|
10
|
+
supportsGeometry: boolean;
|
|
11
|
+
}
|
|
12
|
+
export declare type CoordinateTransformerDependency = Pick<CoordinateTransformer, "transform">;
|
|
13
|
+
export interface AbstractTableModelOptions {
|
|
14
|
+
id: string;
|
|
15
|
+
title: string;
|
|
16
|
+
coordinateTransformer?: CoordinateTransformerDependency;
|
|
17
|
+
}
|
|
18
|
+
export declare abstract class AbstractTableModel<T extends TableItem = TableItem> extends Evented<TableModelEvents> implements TableModelBase<TableItem> {
|
|
19
|
+
#private;
|
|
20
|
+
get id(): string;
|
|
21
|
+
get capabilities(): TableModelCapabilities | undefined;
|
|
22
|
+
get title(): string;
|
|
23
|
+
get state(): TableState;
|
|
24
|
+
get fields(): DeepReadonly<TableField[]> | undefined;
|
|
25
|
+
get sortedBy(): DeepReadonly<SortSpecifier> | undefined;
|
|
26
|
+
get totalItems(): TotalItemInfo | undefined;
|
|
27
|
+
get loadError(): Error | undefined;
|
|
28
|
+
constructor(options: AbstractTableModelOptions);
|
|
29
|
+
destroy(): void;
|
|
30
|
+
load(options?: LoadOptions): Promise<void>;
|
|
31
|
+
whenLoaded(): Promise<void>;
|
|
32
|
+
setSortedBy(sortBy: SortSpecifier): void;
|
|
33
|
+
getItemsByRows(startIndex: number, count: number): Promise<T[]>;
|
|
34
|
+
getItemsById(itemIds: string[]): Promise<TableItem[]>;
|
|
35
|
+
getAllItemIds(): Promise<string[]>;
|
|
36
|
+
getGeometries(sr: SpatialReference): Promise<ItemGeometry[]>;
|
|
37
|
+
/** Called once during destruction. Override this method to execute custom cleanup code. */
|
|
38
|
+
protected destroyImpl?(): void;
|
|
39
|
+
/** Called once during load to fetch metadata. */
|
|
40
|
+
protected abstract loadMetadata(options: LoadOptions): Promise<MetadataResult>;
|
|
41
|
+
/** Called once during load (after loadMetadata()) to fetch all items. */
|
|
42
|
+
protected abstract loadItems(): Promise<T[]>;
|
|
43
|
+
/**
|
|
44
|
+
* Called when the caller requests item geometries.
|
|
45
|
+
* Must be implemented if `capabilities.supportsGeometries` is `true`.
|
|
46
|
+
* All geometries must always have the *same* srs.
|
|
47
|
+
*
|
|
48
|
+
* The returned geometries should be in the requested spatial reference system.
|
|
49
|
+
* The abstract table model may transform them using a provided coordinatetransformer if that
|
|
50
|
+
* is not the case.
|
|
51
|
+
* An error will be thrown to the caller if the SRS is not correct and no coordinate transformer was
|
|
52
|
+
* provided to the model.
|
|
53
|
+
*/
|
|
54
|
+
protected loadGeometries?(sr: SpatialReference): Promise<ItemGeometry[]>;
|
|
55
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { Handle,
|
|
1
|
+
import type { Handle, OpenResultsService, ResultModel } from "./api";
|
|
2
2
|
export declare class OpenResultsServiceImpl implements OpenResultsService {
|
|
3
3
|
#private;
|
|
4
|
-
private
|
|
4
|
+
private _uiFactory;
|
|
5
5
|
deactivate(): void;
|
|
6
|
-
open(model: ResultModel
|
|
6
|
+
open(model: ResultModel): Handle;
|
|
7
7
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { ResultModel, ResultModelFactory, ResultModelFactoryOptions } from "./api";
|
|
2
|
+
export declare class ResultModelFactoryImpl implements ResultModelFactory {
|
|
3
|
+
private coordinateTransformer;
|
|
4
|
+
fromStoreAndQuery(options: ResultModelFactoryOptions): Promise<ResultModel>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Evented } from "apprt-core/Events";
|
|
2
|
+
import type { ResultModel, ResultModelEvents, TableModel } from "./api";
|
|
3
|
+
/** Options for the constructor of {@link ResultModelImpl}. */
|
|
4
|
+
export interface ResultModelOptions {
|
|
5
|
+
/** The initial set of table models. */
|
|
6
|
+
tables?: TableModel<any>[] | undefined;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* A simple result model that manages a list of table models.
|
|
10
|
+
*
|
|
11
|
+
* The result model takes ownership of its tables: when a table has been
|
|
12
|
+
* added, it will be destroyed when it is being removed
|
|
13
|
+
* or if the result model is destroyed.
|
|
14
|
+
*/
|
|
15
|
+
export declare class ResultModelImpl extends Evented<ResultModelEvents> implements ResultModel {
|
|
16
|
+
#private;
|
|
17
|
+
constructor(options: ResultModelOptions);
|
|
18
|
+
get tables(): readonly TableModel[];
|
|
19
|
+
destroy(): void;
|
|
20
|
+
addTableModel(table: TableModel<any>): void;
|
|
21
|
+
removeTableModel(id: string): boolean;
|
|
22
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { InjectedReference } from "apprt-core/InjectedReference";
|
|
2
|
+
import type { CoordinateTransformer } from "coordinatetransformer/api";
|
|
3
|
+
import type { OpenResultsService } from "./api";
|
|
4
|
+
export declare class SelectionEventHandler {
|
|
5
|
+
resultService: InjectedReference<OpenResultsService>;
|
|
6
|
+
coordinateTransformer: InjectedReference<CoordinateTransformer>;
|
|
7
|
+
receive(event: any): void;
|
|
8
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/// <reference types="arcgis-js-api" />
|
|
2
|
+
import type { CoordinateTransformer } from "coordinatetransformer/api";
|
|
3
|
+
import type { SpatialReference } from "esri/geometry";
|
|
4
|
+
import type { AllowedIdTypes, Store } from "store-api/api/Store";
|
|
5
|
+
import { AbstractTableModel, MetadataResult } from "./AbstractTableModel";
|
|
6
|
+
import type { ItemGeometry, LoadOptions, TableItem } from "./api";
|
|
7
|
+
export interface StoreBackedTableModelOptions {
|
|
8
|
+
/** The unique id of this model. Defaults to the store id if not specified. */
|
|
9
|
+
id?: string;
|
|
10
|
+
/** Display title for this table model. */
|
|
11
|
+
title: string;
|
|
12
|
+
/** The original data source. */
|
|
13
|
+
store: Store<any>;
|
|
14
|
+
/** Fields that will be exposed to the UI. Use `undefined` to expose all store fields. */
|
|
15
|
+
visibleFields?: string[] | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* Reference to a coordinate transformer to (optionally) transform geometries if
|
|
18
|
+
* the store does not return them in the correct spatial reference system.
|
|
19
|
+
*/
|
|
20
|
+
coordinateTransformer?: CoordinateTransformer;
|
|
21
|
+
/**
|
|
22
|
+
* Retrieves the object ids of objects that shall be exposed by this model.
|
|
23
|
+
*/
|
|
24
|
+
fetchObjectIds(): Promise<AllowedIdTypes[]>;
|
|
25
|
+
}
|
|
26
|
+
export declare class StoreBackedTableModel extends AbstractTableModel {
|
|
27
|
+
#private;
|
|
28
|
+
constructor(options: StoreBackedTableModelOptions);
|
|
29
|
+
protected loadMetadata(options: LoadOptions): Promise<MetadataResult>;
|
|
30
|
+
protected loadItems(): Promise<TableItem[]>;
|
|
31
|
+
loadGeometries(sr: SpatialReference): Promise<ItemGeometry[]>;
|
|
32
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { TableActionDisplayStateProvider, BulkTableAction, TableActionResolverContext, RowTableAction, TableActionResolverContextOptions, TableActionResolver } from "./api";
|
|
2
|
+
import type { InjectedReference } from "apprt-core/InjectedReference";
|
|
3
|
+
import type ComponentContext from "system/component/ComponentContext";
|
|
4
|
+
/**
|
|
5
|
+
* Default TableActionResolver.
|
|
6
|
+
* Registered as service in the injection system.
|
|
7
|
+
*/
|
|
8
|
+
export declare class TableActionResolverImpl implements TableActionResolver {
|
|
9
|
+
#private;
|
|
10
|
+
_componentContext: InjectedReference<ComponentContext>;
|
|
11
|
+
addActionDisplayStateProvider(provider: TableActionDisplayStateProvider): void;
|
|
12
|
+
removeActionDisplayStateProvider(provider: TableActionDisplayStateProvider): void;
|
|
13
|
+
addBulkTableAction(action: BulkTableAction, meta?: ActionMetadata): void;
|
|
14
|
+
removeBulkTableAction(action: BulkTableAction): void;
|
|
15
|
+
addRowTableAction(action: RowTableAction, meta?: ActionMetadata): void;
|
|
16
|
+
removeRowTableAction(action: RowTableAction): void;
|
|
17
|
+
createResolverContext(options: TableActionResolverContextOptions): TableActionResolverContext;
|
|
18
|
+
}
|
|
19
|
+
declare type ToolRules = any;
|
|
20
|
+
interface ActionMetadata {
|
|
21
|
+
rules?: ToolRules;
|
|
22
|
+
}
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
interface CsvConverterOpts {
|
|
2
|
+
fields: Field[];
|
|
3
|
+
separator?: string;
|
|
4
|
+
fieldRenderer?: (fieldName: string, fieldValue: any) => string;
|
|
5
|
+
}
|
|
6
|
+
export declare type Row = (fieldName: string) => any;
|
|
7
|
+
export interface Field {
|
|
8
|
+
name: string;
|
|
9
|
+
type: string;
|
|
10
|
+
title?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare class CsvConverter {
|
|
13
|
+
#private;
|
|
14
|
+
constructor(opts: CsvConverterOpts);
|
|
15
|
+
convert(rows: AsyncIterable<Row>): Promise<string>;
|
|
16
|
+
private _escape;
|
|
17
|
+
}
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { BulkActionContext, BulkButtonTableAction } from "../api";
|
|
2
|
+
export interface FileSaver {
|
|
3
|
+
save(content: unknown, filename: string, mimetype: string, charset: string): Promise<void>;
|
|
4
|
+
}
|
|
5
|
+
export declare class ExportCsvAction implements BulkButtonTableAction {
|
|
6
|
+
#private;
|
|
7
|
+
uiType: "button";
|
|
8
|
+
icon: string;
|
|
9
|
+
label: string;
|
|
10
|
+
tooltip: string;
|
|
11
|
+
id: string;
|
|
12
|
+
set fileSaver(value: FileSaver | undefined);
|
|
13
|
+
constructor(properties: Record<string, any>);
|
|
14
|
+
trigger(context: BulkActionContext): Promise<void>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { RowActionContext, RowButtonTableAction, TableActionDisplayState, TableItem, TableModel } from "../api";
|
|
2
|
+
import type { ActionService } from "map-actions/api";
|
|
3
|
+
export declare class ZoomToItemAction implements RowButtonTableAction {
|
|
4
|
+
#private;
|
|
5
|
+
id: string;
|
|
6
|
+
uiType: "button";
|
|
7
|
+
label: string;
|
|
8
|
+
tooltip: string;
|
|
9
|
+
icon: string;
|
|
10
|
+
constructor(properties: Record<string, any>);
|
|
11
|
+
set mapActionService(srv: ActionService | undefined);
|
|
12
|
+
trigger(actionContext: RowActionContext): Promise<void>;
|
|
13
|
+
provideDisplayState(tableModel: TableModel, tableItem: TableItem): Partial<TableActionDisplayState>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { BulkActionContext, BulkButtonTableAction } from "../api";
|
|
2
|
+
import type { ActionService } from "map-actions/api";
|
|
3
|
+
export declare class ZoomToSelectedAction implements BulkButtonTableAction {
|
|
4
|
+
#private;
|
|
5
|
+
id: string;
|
|
6
|
+
uiType: "button";
|
|
7
|
+
label: string;
|
|
8
|
+
tooltip: string;
|
|
9
|
+
icon: string;
|
|
10
|
+
set mapActionService(srv: ActionService | undefined);
|
|
11
|
+
constructor(properties: Record<string, any>);
|
|
12
|
+
trigger(actionContext: BulkActionContext): Promise<void>;
|
|
13
|
+
}
|