@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
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ Type definitions for ct-mapapps
|
|
|
8
8
|
npm install --save-dev @conterra/ct-mapapps-typings
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
### Use in TypeScript module
|
|
12
12
|
|
|
13
13
|
`tsconfig.json`
|
|
14
14
|
|
|
@@ -22,7 +22,8 @@ npm install --save-dev @conterra/ct-mapapps-typings
|
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
```
|
|
25
|
-
|
|
25
|
+
|
|
26
|
+
### Use in JavaScript module
|
|
26
27
|
|
|
27
28
|
`tsconfig.json`
|
|
28
29
|
|
|
@@ -37,4 +38,23 @@ npm install --save-dev @conterra/ct-mapapps-typings
|
|
|
37
38
|
"noEmit": true
|
|
38
39
|
}
|
|
39
40
|
}
|
|
40
|
-
```
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
## Additional recommended typings
|
|
44
|
+
|
|
45
|
+
We also recommend to install the declaration files for the ArcGIS JavaScript API and the Dojo Toolkit:
|
|
46
|
+
|
|
47
|
+
```sh
|
|
48
|
+
$ npm install @types/arcgis-js-api
|
|
49
|
+
$ npm install dojo-typings --save-dev
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
```json
|
|
53
|
+
// tsconfig.json
|
|
54
|
+
{
|
|
55
|
+
"include": [
|
|
56
|
+
// ...
|
|
57
|
+
"node_modules/dojo-typings/index.d.ts"
|
|
58
|
+
]
|
|
59
|
+
}
|
|
60
|
+
```
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @fileOverview This class hooks into the ct.bundles.system.user.UserAdmin service.
|
|
3
3
|
*/
|
|
4
|
-
export
|
|
4
|
+
export class AuthenticationPlugin {
|
|
5
5
|
activate(): void;
|
|
6
6
|
_roleMapping: any;
|
|
7
7
|
_organizationId: any;
|
|
8
8
|
_fetchSelf: any;
|
|
9
|
-
_oauth:
|
|
9
|
+
_oauth: boolean | undefined;
|
|
10
10
|
/**
|
|
11
11
|
* @returns {Authentication} authentication instance
|
|
12
12
|
*/
|
|
@@ -30,5 +30,5 @@ export default class AGOLAuthenticationPlugin {
|
|
|
30
30
|
_notAuthenticated(error: any): any;
|
|
31
31
|
_mapRole(role: any): any;
|
|
32
32
|
}
|
|
33
|
-
import Authentication from "
|
|
34
|
-
import Authorization from "
|
|
33
|
+
import Authentication from "system/user/Authentication";
|
|
34
|
+
import Authorization from "system/user/Authorization";
|
package/agolauthn/module.d.ts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export { AuthenticationPlugin } from "./AuthenticationPlugin";
|
|
2
|
+
export { SyncAuthnState } from "./SyncAuthnState";
|
|
@@ -20,10 +20,10 @@ export class AGSStoreFactory {
|
|
|
20
20
|
layerId?: string | undefined;
|
|
21
21
|
url?: string | undefined;
|
|
22
22
|
legacyImplementation?: boolean | undefined;
|
|
23
|
-
}): Promise<LayerStore | MapServerLayerStore>;
|
|
23
|
+
}): Promise<LayerStore<import("./LayerStore").SupportedLayerType> | MapServerLayerStore>;
|
|
24
24
|
_createLegacyStore(layerId: any, options: any): MapServerLayerStore;
|
|
25
|
-
_createLayerStore(layerId: any, target: any, options: any): Promise<LayerStore
|
|
25
|
+
_createLayerStore(layerId: any, target: any, options: any): Promise<LayerStore<import("./LayerStore").SupportedLayerType>>;
|
|
26
26
|
_getServiceInfoFromMap(layerId: any): any;
|
|
27
27
|
}
|
|
28
28
|
import { LayerStore } from "./LayerStore";
|
|
29
|
-
import MapServerLayerStore from "
|
|
29
|
+
import MapServerLayerStore from "ct/mapping/store/MapServerLayerStore";
|
|
@@ -3,12 +3,7 @@ export function FilterStoreFactory(): {
|
|
|
3
3
|
_initStore(): any;
|
|
4
4
|
_logError(id: any, error: any): any;
|
|
5
5
|
_observeLayer(layerId: any): void;
|
|
6
|
-
_buildLayerObserver(mapWidgetModel: any, path: any):
|
|
7
|
-
map: any;
|
|
8
|
-
layers: any;
|
|
9
|
-
start(skipInitial: any): void;
|
|
10
|
-
stop(skipCleanup: any): void;
|
|
11
|
-
};
|
|
6
|
+
_buildLayerObserver(mapWidgetModel: any, path: any): import("map-widget/LayerObserver").LayerObserver;
|
|
12
7
|
_trackLayerChange(path: any, layer: any, removed: any): void;
|
|
13
8
|
_trackSublayerChange(layer: any, subLayerId: any): void;
|
|
14
9
|
_trackVisibilityChanges(layerOrSublayer: any): void;
|
|
@@ -10,20 +10,21 @@ export interface LayerStoreMetadata extends Metadata {
|
|
|
10
10
|
/** Whether the store supports pagination or not. */
|
|
11
11
|
readonly supportsPagination: boolean;
|
|
12
12
|
/** Maximum number of features that can be requested from the server. */
|
|
13
|
-
readonly maxRecordCount: number;
|
|
13
|
+
readonly maxRecordCount: number | undefined;
|
|
14
14
|
}
|
|
15
|
-
declare type FeatureLayerProps = "type" | "destroy" | "load" | "loaded" | "url" | "layerId" | "capabilities" | "sourceJSON" | "objectIdField" | "title" | "displayField" | "geometryType" | "fullExtent" | "popupTemplate" | "fields" | "createQuery" | "queryObjectIds" | "queryFeatures" | "queryFeatureCount";
|
|
15
|
+
declare type FeatureLayerProps = "type" | "destroy" | "load" | "loaded" | "url" | "layerId" | "capabilities" | "sourceJSON" | "objectIdField" | "title" | "displayField" | "geometryType" | "fullExtent" | "popupTemplate" | "fields" | "createQuery" | "queryObjectIds" | "queryFeatures" | "queryFeatureCount" | "definitionExpression";
|
|
16
16
|
export declare type SimpleFeatureLayer = Pick<FeatureLayer, FeatureLayerProps>;
|
|
17
17
|
declare type Feature = Record<string, any>;
|
|
18
18
|
declare type FeatureId = string | number;
|
|
19
|
+
export declare type SupportedLayerType = SimpleFeatureLayer | Sublayer;
|
|
19
20
|
/**
|
|
20
21
|
* A store implementation that searches directly on an ArcGIS Feature Layer object.
|
|
21
22
|
*/
|
|
22
|
-
export declare class LayerStore implements AsyncStore<Feature, FeatureId> {
|
|
23
|
+
export declare class LayerStore<LayerType extends SupportedLayerType> implements AsyncStore<Feature, FeatureId> {
|
|
23
24
|
#private;
|
|
24
25
|
readonly id: string | undefined;
|
|
25
26
|
readonly idProperty: string;
|
|
26
|
-
readonly layer:
|
|
27
|
+
readonly layer: LayerType;
|
|
27
28
|
readonly target: string | undefined;
|
|
28
29
|
readonly url: string | undefined;
|
|
29
30
|
private constructor();
|
|
@@ -32,14 +33,14 @@ export declare class LayerStore implements AsyncStore<Feature, FeatureId> {
|
|
|
32
33
|
* The layer (or sublayer) must exist in the map.
|
|
33
34
|
* Currently only feature layers and sublayers of map image layers are supported.
|
|
34
35
|
*/
|
|
35
|
-
static forLayerPath(id: string | undefined, layerPath: string, map: Map): Promise<LayerStore
|
|
36
|
+
static forLayerPath(id: string | undefined, layerPath: string, map: Map): Promise<LayerStore<SupportedLayerType>>;
|
|
36
37
|
/**
|
|
37
38
|
* Creates a new store instance from the provided layer url.
|
|
38
39
|
*
|
|
39
40
|
* @param id the store's id (optional).
|
|
40
41
|
* @param url the url of the layer the store should search on.
|
|
41
42
|
*/
|
|
42
|
-
static forLayerUrl(id: string | undefined, url: string): LayerStore
|
|
43
|
+
static forLayerUrl(id: string | undefined, url: string): LayerStore<SimpleFeatureLayer>;
|
|
43
44
|
/**
|
|
44
45
|
* Creates a new store instance that searches on the provided feature layer.
|
|
45
46
|
*
|
|
@@ -47,14 +48,14 @@ export declare class LayerStore implements AsyncStore<Feature, FeatureId> {
|
|
|
47
48
|
* @param layer the feature layer to use as a data source
|
|
48
49
|
* @param cleanUpLayer True if the layer should be cleaned up by the store.
|
|
49
50
|
*/
|
|
50
|
-
static forFeatureLayer(id: string | undefined, layer: SimpleFeatureLayer, cleanUpLayer?: boolean): LayerStore
|
|
51
|
+
static forFeatureLayer(id: string | undefined, layer: SimpleFeatureLayer, cleanUpLayer?: boolean): LayerStore<SimpleFeatureLayer>;
|
|
51
52
|
/**
|
|
52
53
|
* Creates a new store instance that searches on the provided sublayer of a map image layer.
|
|
53
54
|
*
|
|
54
55
|
* @param id the store's id (optional).
|
|
55
56
|
* @param sublayer the sublayer to use as a data source
|
|
56
57
|
*/
|
|
57
|
-
static forMapImageSublayer(id: string | undefined, sublayer: Sublayer): Promise<LayerStore
|
|
58
|
+
static forMapImageSublayer(id: string | undefined, sublayer: Sublayer): Promise<LayerStore<Sublayer>>;
|
|
58
59
|
destroy(): void;
|
|
59
60
|
load(): Promise<void>;
|
|
60
61
|
getMetadata(): Promise<LayerStoreMetadata>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare const _default: any;
|
|
2
2
|
export default _default;
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export { default as PortalItemColumnExtender } from "./PortalItemColumnExtender";
|
|
2
|
+
export { default as PortalItemRegistrationAction } from "./PortalItemRegistrationAction";
|
|
3
|
+
export { default as PortalItemRegistrationModel } from "./PortalItemRegistrationModel";
|
|
4
|
+
export { default as PortalItemRegistrationWidget } from "./PortalItemRegistrationWidget";
|
|
5
|
+
export { default as PortalItemRegistrationWidgetModel } from "./PortalItemRegistrationWidgetModel";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare const _default: any;
|
|
2
2
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export { default as Refresher } from "./Refresher";
|
|
@@ -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 +1,4 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export { default as VersionReplacerToolClickHandler } from "./VersionReplacerToolClickHandler";
|
|
2
|
+
export { default as VersionReplacerService } from "./VersionReplacerService";
|
|
3
|
+
export { default as ProductInfoService } from "./ProductInfoService";
|
|
4
|
+
export { default as VersionReplacerView } from "./wizard/VersionReplacerView";
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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 +1,11 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export { default as TemplateDetailsController } from "./TemplateDetailsController";
|
|
2
|
+
export { default as CreateTemplateController } from "./CreateTemplateController";
|
|
3
|
+
export { default as AppDetailsController } from "./AppDetailsController";
|
|
4
|
+
export { default as AppDetailsWidgetFactory } from "./AppDetailsWidgetFactory";
|
|
5
|
+
export { default as AppViewToolRuleProcessor } from "./AppViewToolRuleProcessor";
|
|
6
|
+
export { default as AppBundlesController } from "./AppBundlesController";
|
|
7
|
+
export { default as AppFilesController } from "./AppFilesController";
|
|
8
|
+
export { default as CreateAppController } from "./CreateAppController";
|
|
9
|
+
export { default as CustomActions } from "./CustomActions";
|
|
10
|
+
export { default as AppColumnExtender } from "./AppColumnExtender";
|
|
11
|
+
export { default as TriggerLongProcess } from "./TriggerLongProcess";
|
package/apprt/I18N.d.ts
CHANGED
|
@@ -9,12 +9,12 @@ declare namespace create {
|
|
|
9
9
|
declare function I18NChain(instances: any): any;
|
|
10
10
|
declare function I18NScopedChain(rootInstances: any, scopedInstances: any, scopeName: any): any;
|
|
11
11
|
declare function I18NObject(object: any): {
|
|
12
|
-
load: (locale
|
|
13
|
-
get: (locale
|
|
12
|
+
load: (locale?: string) => any;
|
|
13
|
+
get: (locale?: string) => any;
|
|
14
14
|
loc: (key: any, locale: any) => any;
|
|
15
15
|
};
|
|
16
16
|
declare function I18NFile(mid: any): {
|
|
17
|
-
load: (locale
|
|
18
|
-
get: (locale
|
|
17
|
+
load: (locale?: string) => any;
|
|
18
|
+
get: (locale?: string) => any;
|
|
19
19
|
loc: (key: any, locale: any) => any;
|
|
20
20
|
};
|
package/apprt/semver.d.ts
CHANGED
|
@@ -1,13 +1,55 @@
|
|
|
1
1
|
export default semver;
|
|
2
|
-
declare function semver(...args: any[]):
|
|
2
|
+
declare function semver(...args: any[]): {
|
|
3
|
+
major: any;
|
|
4
|
+
minor: any;
|
|
5
|
+
patch: any;
|
|
6
|
+
hotfix: any;
|
|
7
|
+
prerelease: any;
|
|
8
|
+
isPrerelease: any;
|
|
9
|
+
build: any;
|
|
10
|
+
toString: typeof buildVersionString;
|
|
11
|
+
compare: typeof selfCompare;
|
|
12
|
+
equals: typeof selfEquals;
|
|
13
|
+
stripBuild: typeof stripBuild;
|
|
14
|
+
stripPreRelease: typeof self;
|
|
15
|
+
lowestPreRelease: typeof self;
|
|
16
|
+
};
|
|
3
17
|
declare namespace semver {
|
|
4
18
|
export { parse };
|
|
5
19
|
export { create };
|
|
6
20
|
export { compare };
|
|
7
21
|
export { equals };
|
|
8
22
|
}
|
|
9
|
-
declare function parse(versionString: any, ignoreBuild: any):
|
|
10
|
-
|
|
23
|
+
declare function parse(versionString: any, ignoreBuild: any): {
|
|
24
|
+
major: any;
|
|
25
|
+
minor: any;
|
|
26
|
+
patch: any;
|
|
27
|
+
hotfix: any;
|
|
28
|
+
prerelease: any;
|
|
29
|
+
isPrerelease: any;
|
|
30
|
+
build: any;
|
|
31
|
+
toString: typeof buildVersionString;
|
|
32
|
+
compare: typeof selfCompare;
|
|
33
|
+
equals: typeof selfEquals;
|
|
34
|
+
stripBuild: typeof stripBuild;
|
|
35
|
+
stripPreRelease: typeof self;
|
|
36
|
+
lowestPreRelease: typeof self;
|
|
37
|
+
};
|
|
38
|
+
declare function create(major: any, minor: any, patch: any, hotfix: any, prerelease: any, build: any): {
|
|
39
|
+
major: any;
|
|
40
|
+
minor: any;
|
|
41
|
+
patch: any;
|
|
42
|
+
hotfix: any;
|
|
43
|
+
prerelease: any;
|
|
44
|
+
isPrerelease: any;
|
|
45
|
+
build: any;
|
|
46
|
+
toString: typeof buildVersionString;
|
|
47
|
+
compare: typeof selfCompare;
|
|
48
|
+
equals: typeof selfEquals;
|
|
49
|
+
stripBuild: typeof stripBuild;
|
|
50
|
+
stripPreRelease: typeof self;
|
|
51
|
+
lowestPreRelease: typeof self;
|
|
52
|
+
};
|
|
11
53
|
/**
|
|
12
54
|
* Compares two semantic versions
|
|
13
55
|
*/
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { PropertyName } from "./Binding";
|
|
1
2
|
/**
|
|
2
3
|
* Return type of the {@link Bindable} watch function, used to unregister a watch.
|
|
3
4
|
*/
|
|
@@ -22,7 +23,7 @@ export interface BindableInterface {
|
|
|
22
23
|
* @param propName the name of the property
|
|
23
24
|
* @param value the new value of the property
|
|
24
25
|
*/
|
|
25
|
-
set?(propName:
|
|
26
|
+
set?(propName: PropertyName, value: any): void;
|
|
26
27
|
/**
|
|
27
28
|
* Returns the value of the property `propName`. This function will be called,
|
|
28
29
|
* for example, when the Binding is notified about an update (via watch).
|
|
@@ -30,7 +31,7 @@ export interface BindableInterface {
|
|
|
30
31
|
* @param propName the name of the property
|
|
31
32
|
* @returns the current value of the property
|
|
32
33
|
*/
|
|
33
|
-
get?(propName:
|
|
34
|
+
get?(propName: PropertyName): any;
|
|
34
35
|
/**
|
|
35
36
|
* Registers a watch callback for the property `propName` on this Bindable.
|
|
36
37
|
*
|
|
@@ -42,7 +43,7 @@ export interface BindableInterface {
|
|
|
42
43
|
* @param callback a callback function that takes no arguments
|
|
43
44
|
* @returns an object implementing {@link WatchHandle} that allows the Binding to unregister the watch.
|
|
44
45
|
*/
|
|
45
|
-
watch?(propName:
|
|
46
|
+
watch?(propName: PropertyName, callback: WatchCallback): WatchHandle;
|
|
46
47
|
}
|
|
47
48
|
/**
|
|
48
49
|
* All methods on the bindable interface are optional, you can also use plain objects.
|
|
@@ -29,13 +29,13 @@ export interface Context {
|
|
|
29
29
|
/** The target bindable. */
|
|
30
30
|
readonly target: Bindable;
|
|
31
31
|
/** The property name on the source side (for single source property). */
|
|
32
|
-
readonly sourceName:
|
|
32
|
+
readonly sourceName: PropertyName;
|
|
33
33
|
/** The property names on the source side (for multiple source properties). */
|
|
34
|
-
readonly sourceNames: readonly
|
|
34
|
+
readonly sourceNames: readonly PropertyName[];
|
|
35
35
|
/** The property name on the target side (for single source property). */
|
|
36
|
-
readonly targetName:
|
|
36
|
+
readonly targetName: PropertyName;
|
|
37
37
|
/** The property names on the target side (for multiple source properties). */
|
|
38
|
-
readonly targetNames: readonly
|
|
38
|
+
readonly targetNames: readonly PropertyName[];
|
|
39
39
|
/** The old property value. Provided if single source property. */
|
|
40
40
|
oldValue(): any;
|
|
41
41
|
/** The new property value. Provided if single source property. */
|
|
@@ -57,6 +57,7 @@ export interface Context {
|
|
|
57
57
|
*/
|
|
58
58
|
promiseValue<T>(candidate: PromiseLike<T>): any;
|
|
59
59
|
}
|
|
60
|
+
export declare type PropertyName = string | symbol;
|
|
60
61
|
/**
|
|
61
62
|
* Class for two way binding between bindables.
|
|
62
63
|
*/
|
|
@@ -104,8 +105,8 @@ export interface Binding {
|
|
|
104
105
|
* Binding.for(esriAccessor, vueComponent).sync('textField', 'numberField', Number, String);
|
|
105
106
|
* ```
|
|
106
107
|
*/
|
|
107
|
-
sync(leftProperty:
|
|
108
|
-
sync(leftProperty:
|
|
108
|
+
sync(leftProperty: PropertyName | PropertyName[], rightProperty: PropertyName | PropertyName[], convertLeftToRight?: ConvertFunction, convertRightToLeft?: ConvertFunction): this;
|
|
109
|
+
sync(leftProperty: PropertyName | PropertyName[], convertLeftToRight?: ConvertFunction, convertRightToLeft?: ConvertFunction): this;
|
|
109
110
|
/**
|
|
110
111
|
* Define properties to be synchronized and converted from left bindable to right bindable
|
|
111
112
|
*
|
|
@@ -130,8 +131,8 @@ export interface Binding {
|
|
|
130
131
|
* Binding.for(esriAccessor, vueComponent).syncToLeft('numberField', 'textField', String);
|
|
131
132
|
* ```
|
|
132
133
|
*/
|
|
133
|
-
syncToLeft(leftProperty:
|
|
134
|
-
syncToLeft(leftProperty:
|
|
134
|
+
syncToLeft(leftProperty: PropertyName | PropertyName[], rightProperty: PropertyName | PropertyName[], convertValue?: ConvertFunction): this;
|
|
135
|
+
syncToLeft(leftProperty: PropertyName | PropertyName[], convertValue?: ConvertFunction): this;
|
|
135
136
|
/**
|
|
136
137
|
* Define properties to be synchronized between two bindables.
|
|
137
138
|
*
|
|
@@ -150,8 +151,8 @@ export interface Binding {
|
|
|
150
151
|
* });
|
|
151
152
|
* ```
|
|
152
153
|
*/
|
|
153
|
-
syncAll(properties: Record<
|
|
154
|
-
syncAll(...properties: (
|
|
154
|
+
syncAll(properties: Record<PropertyName, PropertyName>): this;
|
|
155
|
+
syncAll(...properties: (PropertyName | ConvertFunction | undefined)[]): this;
|
|
155
156
|
/**
|
|
156
157
|
* Define properties to be synchronized between from left to right bindables.
|
|
157
158
|
*
|
|
@@ -169,8 +170,8 @@ export interface Binding {
|
|
|
169
170
|
* });
|
|
170
171
|
* ```
|
|
171
172
|
*/
|
|
172
|
-
syncAllToRight(properties: Record<
|
|
173
|
-
syncAllToRight(...properties: (
|
|
173
|
+
syncAllToRight(properties: Record<PropertyName, PropertyName>): this;
|
|
174
|
+
syncAllToRight(...properties: (PropertyName | ConvertFunction | undefined)[]): this;
|
|
174
175
|
/**
|
|
175
176
|
* Define properties to be synchronized between from left to right bindables.
|
|
176
177
|
*
|
|
@@ -188,8 +189,8 @@ export interface Binding {
|
|
|
188
189
|
* });
|
|
189
190
|
* ```
|
|
190
191
|
*/
|
|
191
|
-
syncAllToLeft(properties: Record<
|
|
192
|
-
syncAllToLeft(...properties: (
|
|
192
|
+
syncAllToLeft(properties: Record<PropertyName, PropertyName>): this;
|
|
193
|
+
syncAllToLeft(...properties: (PropertyName | ConvertFunction | undefined)[]): this;
|
|
193
194
|
/**
|
|
194
195
|
* Trigger the synchronization of the properties of left to their pedants on right.
|
|
195
196
|
*/
|
|
@@ -252,9 +253,9 @@ declare const IGNORE: unique symbol;
|
|
|
252
253
|
*
|
|
253
254
|
* @example
|
|
254
255
|
* ```
|
|
255
|
-
* import
|
|
256
|
-
* const binding =
|
|
256
|
+
* import { Binding } from "apprt-binding/Binding";
|
|
257
|
+
* const binding = Binding.for(left, right);
|
|
257
258
|
* ```
|
|
258
259
|
*/
|
|
259
|
-
declare const
|
|
260
|
-
export default
|
|
260
|
+
export declare const Binding: Factory;
|
|
261
|
+
export default Binding;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Bindable, WatchHandle } from "./Bindable";
|
|
2
|
+
import { PropertyName } from "./Binding";
|
|
2
3
|
declare const ACCESS_IN_INSTANCE_KEY: unique symbol;
|
|
3
4
|
declare const _state: unique symbol;
|
|
4
5
|
declare const _instance: unique symbol;
|
|
@@ -8,7 +9,7 @@ export declare type PropertyAccessInstance = Bindable & {
|
|
|
8
9
|
};
|
|
9
10
|
export declare type GroupId = number | string;
|
|
10
11
|
export interface WatchState {
|
|
11
|
-
name:
|
|
12
|
+
name: PropertyName;
|
|
12
13
|
value: any;
|
|
13
14
|
version: number;
|
|
14
15
|
}
|
|
@@ -21,17 +22,17 @@ export declare class PropertyAccess {
|
|
|
21
22
|
static for(instance: PropertyAccessInstance, create: true): PropertyAccess;
|
|
22
23
|
static for(instance: PropertyAccessInstance, create: boolean): PropertyAccess | undefined;
|
|
23
24
|
get destroyed(): boolean;
|
|
24
|
-
get(propertyName:
|
|
25
|
-
getVersionOf(propertyName:
|
|
26
|
-
isVersionOf(propertyName:
|
|
27
|
-
set(propertyName:
|
|
28
|
-
setIfVersionMatch(propertyName:
|
|
29
|
-
getTrackedProperties(groupId?: GroupId):
|
|
25
|
+
get(propertyName: PropertyName): any;
|
|
26
|
+
getVersionOf(propertyName: PropertyName): number;
|
|
27
|
+
isVersionOf(propertyName: PropertyName, versionNumber: number): boolean;
|
|
28
|
+
set(propertyName: PropertyName, value: any): boolean | undefined;
|
|
29
|
+
setIfVersionMatch(propertyName: PropertyName, version: number, value: any): boolean | undefined;
|
|
30
|
+
getTrackedProperties(groupId?: GroupId): PropertyName[];
|
|
30
31
|
hasTrackedProperties(): boolean;
|
|
31
|
-
track(propertyName:
|
|
32
|
+
track(propertyName: PropertyName, groupId?: GroupId): void;
|
|
32
33
|
untrackGroup(groupId?: GroupId): void;
|
|
33
|
-
untrack(propertyName:
|
|
34
|
-
watch(propertyName:
|
|
34
|
+
untrack(propertyName: PropertyName, groupId?: GroupId): void;
|
|
35
|
+
watch(propertyName: PropertyName, watchListener: WatchListener): WatchHandle;
|
|
35
36
|
destroy(): void;
|
|
36
37
|
}
|
|
37
38
|
declare type WatchListener = (state: WatchState, ...args: any[]) => void;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Bindable, BindableInterface, WatchHandle } from "./Bindable";
|
|
2
|
+
import { PropertyName } from "./Binding";
|
|
2
3
|
export interface WatchEvent {
|
|
3
4
|
name: string;
|
|
4
5
|
}
|
|
@@ -17,7 +18,7 @@ export interface Watchable extends Required<BindableInterface> {
|
|
|
17
18
|
* Enhances the definition of watch in Bindable: the property name is passed in the event.
|
|
18
19
|
* This is currently an implementation detail and not required by the Bindable interface.
|
|
19
20
|
*/
|
|
20
|
-
watch(propName:
|
|
21
|
+
watch(propName: PropertyName, callback: InternalWatchCallback): WatchHandle;
|
|
21
22
|
/**
|
|
22
23
|
* Destroys the Watchable and returns the original bindable, if any.
|
|
23
24
|
*/
|
package/apprt-core/Cancel.d.ts
CHANGED