@vertigis/workflow 5.33.1 → 5.35.0
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/Activator.d.ts +6 -2
- package/Collections.d.ts +8 -5
- package/EnumUtils.d.ts +1 -0
- package/Errors.d.ts +10 -1
- package/Errors.js +1 -1
- package/Hooks.d.ts +4 -1
- package/IActivityHandler.d.ts +20 -6
- package/LanguageStringUtils.js +1 -1
- package/ProgramInspectorFacility.d.ts +1 -0
- package/Task.d.ts +1 -0
- package/activities/app/GetApplicationData.d.ts +2 -2
- package/activities/app/GetApplicationInfo.d.ts +6 -3
- package/activities/app/GetUserInfo.d.ts +6 -3
- package/activities/app/PublishEvent.d.ts +2 -2
- package/activities/app/RemoveApplicationData.d.ts +2 -2
- package/activities/app/RunCommand.d.ts +6 -3
- package/activities/app/RunOperation.d.ts +10 -4
- package/activities/app/SetApplicationData.d.ts +2 -2
- package/activities/arcgis/AddAttachment.d.ts +2 -2
- package/activities/arcgis/AddFeatureLayer.d.ts +2 -2
- package/activities/arcgis/AddFeatures.d.ts +2 -2
- package/activities/arcgis/AddFeatures.js +1 -1
- package/activities/arcgis/AddGraphics.d.ts +10 -4
- package/activities/arcgis/ArcadeScript.d.ts +2 -2
- package/activities/arcgis/AreaEngineTask.d.ts +2 -2
- package/activities/arcgis/BufferEngineTask.d.ts +2 -2
- package/activities/arcgis/BufferServiceTask.d.ts +2 -2
- package/activities/arcgis/CastGeometry.d.ts +2 -2
- package/activities/arcgis/ClearGraphics.d.ts +2 -2
- package/activities/arcgis/ClipEngineTask.d.ts +2 -2
- package/activities/arcgis/ClosestFacilityTask.d.ts +2 -2
- package/activities/arcgis/CompareGeometries.d.ts +2 -2
- package/activities/arcgis/CreateGraphic.d.ts +2 -2
- package/activities/arcgis/CreatePoint.d.ts +2 -2
- package/activities/arcgis/CutEngineTask.d.ts +2 -2
- package/activities/arcgis/DeleteAttachments.d.ts +2 -2
- package/activities/arcgis/DeleteFeatures.d.ts +2 -2
- package/activities/arcgis/DensifyEngineTask.d.ts +2 -2
- package/activities/arcgis/DifferenceEngineTask.d.ts +2 -2
- package/activities/arcgis/DistanceEngineTask.d.ts +2 -2
- package/activities/arcgis/DistanceServiceTask.d.ts +2 -2
- package/activities/arcgis/ExtendedSpatialReferenceInfoEngineTask.d.ts +2 -2
- package/activities/arcgis/FeatureSetFromJson.d.ts +2 -2
- package/activities/arcgis/FlipEngineTask.d.ts +2 -2
- package/activities/arcgis/FromGeoCoordinateStringServiceTask.d.ts +2 -2
- package/activities/arcgis/GeneralizeEngineTask.d.ts +2 -2
- package/activities/arcgis/GenerateArcGisToken.d.ts +2 -2
- package/activities/arcgis/GenerateWebmapForReport.d.ts +2 -2
- package/activities/arcgis/Geocode.d.ts +2 -2
- package/activities/arcgis/GeometryFromJson.d.ts +2 -2
- package/activities/arcgis/Geoprocessing.d.ts +2 -2
- package/activities/arcgis/GeoprocessingAsync.d.ts +2 -2
- package/activities/arcgis/GetAttributeValue.d.ts +2 -2
- package/activities/arcgis/GetAttributeValues.d.ts +2 -2
- package/activities/arcgis/GetCentroid.d.ts +2 -2
- package/activities/arcgis/GetCodedValueDomain.d.ts +2 -2
- package/activities/arcgis/GetCurrentPosition.d.ts +2 -2
- package/activities/arcgis/GetFeatureGeometries.d.ts +2 -2
- package/activities/arcgis/GetFeatureGeometry.d.ts +2 -2
- package/activities/arcgis/GetFeatureLayerInfo.d.ts +2 -2
- package/activities/arcgis/GetFeatureSetExtent.d.ts +2 -2
- package/activities/arcgis/GetFeatureSetObjectIds.d.ts +2 -2
- package/activities/arcgis/GetFormElementItemsFromFeatures.d.ts +2 -2
- package/activities/arcgis/GetGeometryExtent.d.ts +2 -2
- package/activities/arcgis/GetGraphics.d.ts +2 -2
- package/activities/arcgis/GetLayer.d.ts +2 -2
- package/activities/arcgis/GetLayerDefinitionExpression.d.ts +2 -2
- package/activities/arcgis/GetLayerProperty.d.ts +2 -2
- package/activities/arcgis/GetLayerVisibility.d.ts +2 -2
- package/activities/arcgis/GetMap.d.ts +2 -2
- package/activities/arcgis/GetMapScreenshot.d.ts +2 -2
- package/activities/arcgis/GetPortalUser.d.ts +2 -2
- package/activities/arcgis/GetTable.d.ts +2 -2
- package/activities/arcgis/GetViewExtent.d.ts +2 -2
- package/activities/arcgis/GetViewpoint.d.ts +2 -2
- package/activities/arcgis/IntersectEngineTask.d.ts +2 -2
- package/activities/arcgis/LabelPointsServiceTask.d.ts +2 -2
- package/activities/arcgis/LengthEngineTask.d.ts +2 -2
- package/activities/arcgis/MapProvider.d.ts +4 -1
- package/activities/arcgis/NearestCoordinateEngineTask.d.ts +2 -2
- package/activities/arcgis/NearestVertexEngineTask.d.ts +2 -2
- package/activities/arcgis/NearestVerticesEngineTask.d.ts +2 -2
- package/activities/arcgis/OffsetEngineTask.d.ts +2 -2
- package/activities/arcgis/ProjectServiceTask.d.ts +2 -2
- package/activities/arcgis/QueryAttachmentInfos.d.ts +2 -2
- package/activities/arcgis/QueryTask.d.ts +10 -4
- package/activities/arcgis/RefreshLayer.d.ts +2 -2
- package/activities/arcgis/RegisterCorsUrl.d.ts +2 -2
- package/activities/arcgis/RelateEngineTask.d.ts +2 -2
- package/activities/arcgis/RelationServiceTask.d.ts +2 -2
- package/activities/arcgis/RelationshipQueryTask.d.ts +2 -2
- package/activities/arcgis/RemoveFeatureSetFields.d.ts +2 -2
- package/activities/arcgis/RemoveGraphics.d.ts +2 -2
- package/activities/arcgis/RemoveLayer.d.ts +2 -2
- package/activities/arcgis/RendererFromJson.d.ts +2 -2
- package/activities/arcgis/ReshapeServiceTask.d.ts +2 -2
- package/activities/arcgis/ReverseGeocode.d.ts +2 -2
- package/activities/arcgis/RotateEngineTask.d.ts +2 -2
- package/activities/arcgis/RouteTask.d.ts +2 -2
- package/activities/arcgis/RunPrint.d.ts +2 -2
- package/activities/arcgis/RunReport.d.ts +2 -2
- package/activities/arcgis/RunWorkflow.d.ts +21 -3
- package/activities/arcgis/RunWorkflow.js +1 -1
- package/activities/arcgis/SendLayerToAttributeTable.d.ts +2 -2
- package/activities/arcgis/ServiceAreaTask.d.ts +2 -2
- package/activities/arcgis/SetFeatureAttribute.d.ts +2 -2
- package/activities/arcgis/SetFeatureGeometry.d.ts +2 -2
- package/activities/arcgis/SetFeaturePopup.d.ts +2 -2
- package/activities/arcgis/SetFeatureSymbol.d.ts +2 -2
- package/activities/arcgis/SetImageryLayerOptions.d.ts +2 -2
- package/activities/arcgis/SetLayerDefinitionExpression.d.ts +2 -2
- package/activities/arcgis/SetLayerPopup.d.ts +2 -2
- package/activities/arcgis/SetLayerProperty.d.ts +2 -2
- package/activities/arcgis/SetLayerVisibility.d.ts +2 -2
- package/activities/arcgis/SetMap.d.ts +6 -3
- package/activities/arcgis/SetViewExtent.d.ts +2 -2
- package/activities/arcgis/SetViewpoint.d.ts +2 -2
- package/activities/arcgis/ShowFeaturePopup.d.ts +2 -2
- package/activities/arcgis/ShowResults.d.ts +5 -2
- package/activities/arcgis/SimplifyEngineTask.d.ts +2 -2
- package/activities/arcgis/SortFeatureSet.d.ts +2 -2
- package/activities/arcgis/SymbolFromJson.d.ts +2 -2
- package/activities/arcgis/ToGeoCoordinateStringServiceTask.d.ts +2 -2
- package/activities/arcgis/UnionEngineTask.d.ts +2 -2
- package/activities/arcgis/UnionServiceTask.d.ts +2 -2
- package/activities/arcgis/UpdateAttachment.d.ts +2 -2
- package/activities/arcgis/UpdateFeatures.d.ts +2 -2
- package/activities/arcgis/runUtils.d.ts +6 -2
- package/activities/browser/GetBrowserInfo.d.ts +2 -2
- package/activities/browser/InjectCss.d.ts +2 -2
- package/activities/core/AddItem.d.ts +2 -2
- package/activities/core/AddItems.d.ts +2 -2
- package/activities/core/Annotation.d.ts +2 -2
- package/activities/core/Cast.d.ts +2 -2
- package/activities/core/ChannelProvider.d.ts +1 -0
- package/activities/core/ClearItems.d.ts +2 -2
- package/activities/core/Container.d.ts +2 -2
- package/activities/core/ConvertBytesToText.d.ts +2 -2
- package/activities/core/ConvertDataTableToFeatureSet.d.ts +2 -2
- package/activities/core/ConvertTextToBytes.d.ts +2 -2
- package/activities/core/ConvertToJson.d.ts +2 -2
- package/activities/core/CreateFile.d.ts +2 -2
- package/activities/core/CreateValue.d.ts +2 -2
- package/activities/core/DecodeUriComponent.d.ts +2 -2
- package/activities/core/Delay.d.ts +2 -2
- package/activities/core/EncodeUriComponent.d.ts +2 -2
- package/activities/core/Evaluate.d.ts +2 -2
- package/activities/core/EvaluateAsync.d.ts +2 -2
- package/activities/core/Exit.d.ts +2 -2
- package/activities/core/ForEach.d.ts +2 -2
- package/activities/core/FormatDate.d.ts +5 -5
- package/activities/core/FormatDate.js +1 -1
- package/activities/core/GetBase64StringFromBytes.d.ts +2 -2
- package/activities/core/GetBase64StringFromFile.d.ts +2 -2
- package/activities/core/GetBytesFromBase64String.d.ts +2 -2
- package/activities/core/GetFirstItem.d.ts +2 -2
- package/activities/core/GetItemAtIndex.d.ts +2 -2
- package/activities/core/GetLastItem.d.ts +2 -2
- package/activities/core/GetLogLevel.d.ts +2 -2
- package/activities/core/GetTextFromFile.d.ts +2 -2
- package/activities/core/GetWorkflowInputs.d.ts +2 -2
- package/activities/core/If.d.ts +2 -2
- package/activities/core/Log.d.ts +2 -2
- package/activities/core/Loop.d.ts +2 -2
- package/activities/core/ParseJson.d.ts +2 -2
- package/activities/core/ParseNumber.d.ts +2 -2
- package/activities/core/ParseUrl.d.ts +2 -2
- package/activities/core/Placeholder.d.ts +2 -2
- package/activities/core/RegexMatches.d.ts +2 -2
- package/activities/core/RegexReplace.d.ts +2 -2
- package/activities/core/RemoveItem.d.ts +2 -2
- package/activities/core/RunActivity.d.ts +2 -2
- package/activities/core/RunSubworkflow.d.ts +2 -2
- package/activities/core/SetLogLevel.d.ts +2 -2
- package/activities/core/SetProperty.d.ts +2 -2
- package/activities/core/SetWorkflowOutput.d.ts +2 -2
- package/activities/core/Subworkflow.d.ts +2 -2
- package/activities/core/Switch.d.ts +2 -2
- package/activities/core/TextReplace.d.ts +2 -2
- package/activities/core/Throw.d.ts +2 -2
- package/activities/core/TryCatch.d.ts +2 -2
- package/activities/core/WebRequest.d.ts +2 -2
- package/activities/core/converters.d.ts +1 -1
- package/activities/csv/ConvertCsvToDataTable.d.ts +2 -2
- package/activities/csv/ConvertDataTableToCsv.d.ts +2 -2
- package/activities/essentials/GetEssentialsSite.d.ts +2 -2
- package/activities/essentials/RunEssentialsWorkflow.d.ts +2 -2
- package/activities/essentials/RunEssentialsWorkflowActivity.d.ts +2 -2
- package/activities/forms/ActivateFormElement.d.ts +2 -2
- package/activities/forms/AddFormElement.d.ts +2 -2
- package/activities/forms/ClearFormElementError.d.ts +2 -2
- package/activities/forms/CompleteForm.d.ts +2 -2
- package/activities/forms/DisplayForm.d.ts +6 -3
- package/activities/forms/FilterFormElementItems.d.ts +2 -2
- package/activities/forms/FormRenderer.d.ts +1 -0
- package/activities/forms/FormRenderer.js +1 -1
- package/activities/forms/GetFormElementItemsFromCollection.d.ts +2 -2
- package/activities/forms/GetFormElementProperty.d.ts +2 -2
- package/activities/forms/GetFormElementValue.d.ts +2 -2
- package/activities/forms/GetFormEventData.d.ts +2 -2
- package/activities/forms/HideFormElement.d.ts +2 -2
- package/activities/forms/PropagateFormEvent.d.ts +2 -2
- package/activities/forms/SetCurrentFormElementItem.d.ts +2 -2
- package/activities/forms/SetFormElementError.d.ts +2 -2
- package/activities/forms/SetFormElementEvent.d.ts +2 -2
- package/activities/forms/SetFormElementItemProperty.d.ts +2 -2
- package/activities/forms/SetFormElementItems.d.ts +2 -2
- package/activities/forms/SetFormElementProperty.d.ts +3 -3
- package/activities/forms/ShowFormElement.d.ts +2 -2
- package/activities/image/GetImageMetadata.d.ts +2 -2
- package/activities/image/RotateImage.d.ts +2 -2
- package/activities/index.d.ts +1 -0
- package/activities/index.js +1 -1
- package/activities/math/Abs.d.ts +2 -2
- package/activities/math/Cos.d.ts +2 -2
- package/activities/math/Max.d.ts +2 -2
- package/activities/math/Min.d.ts +2 -2
- package/activities/math/Pow.d.ts +2 -2
- package/activities/math/Random.d.ts +2 -2
- package/activities/math/Sin.d.ts +2 -2
- package/activities/math/Sqrt.d.ts +2 -2
- package/activities/math/Tan.d.ts +2 -2
- package/activities/pdf/AddGeoreferenceToPdf.d.ts +19 -0
- package/activities/pdf/AddGeoreferenceToPdf.js +1 -0
- package/activities/pdf/ExtractPdfPages.d.ts +2 -2
- package/activities/pdf/MergePdfs.d.ts +2 -2
- package/activities/server/CopyFile.d.ts +2 -2
- package/activities/server/CreateDirectory.d.ts +2 -2
- package/activities/server/CreateDownload.d.ts +2 -2
- package/activities/server/CreateEmailAttachment.d.ts +2 -2
- package/activities/server/CreateZipFromDirectory.d.ts +2 -2
- package/activities/server/DeleteDirectory.d.ts +2 -2
- package/activities/server/DeleteFile.d.ts +2 -2
- package/activities/server/DirectoryExists.d.ts +2 -2
- package/activities/server/ExtractZipToDirectory.d.ts +2 -2
- package/activities/server/FileExists.d.ts +2 -2
- package/activities/server/GetDirectoriesInDirectory.d.ts +2 -2
- package/activities/server/GetFilesInDirectory.d.ts +2 -2
- package/activities/server/MoveFile.d.ts +2 -2
- package/activities/server/ReadFile.d.ts +2 -2
- package/activities/server/ReadFileBytes.d.ts +2 -2
- package/activities/server/RunApplication.d.ts +2 -2
- package/activities/server/RunPython.d.ts +2 -2
- package/activities/server/SendEmail.d.ts +2 -2
- package/activities/server/SqlNonQuery.d.ts +2 -2
- package/activities/server/SqlQuery.d.ts +2 -2
- package/activities/server/SqlQueryUnsafe.d.ts +2 -2
- package/activities/server/WriteFile.d.ts +2 -2
- package/activities/server/WriteFileBytes.d.ts +2 -2
- package/activities/ui/Alert.d.ts +6 -3
- package/activities/ui/Confirm.d.ts +10 -4
- package/activities/ui/Prompt.d.ts +10 -4
- package/activities/wab/OpenWidget.d.ts +2 -2
- package/activities/wab/PublishWidgetData.d.ts +2 -2
- package/activities/xlsx/ConvertDataTableToXlsx.d.ts +2 -2
- package/activities/xlsx/ConvertXlsxToDataSet.d.ts +2 -2
- package/definition/Program.d.ts +4 -1
- package/definition/ProgramInspector.d.ts +4 -1
- package/definition/Reference.d.ts +4 -1
- package/diagnostics/ConsoleDebugLogger.d.ts +4 -1
- package/diagnostics/logging.d.ts +4 -1
- package/execution/ActivityLoader.d.ts +4 -1
- package/execution/Engine.d.ts +16 -4
- package/execution/IDebugSession.d.ts +4 -1
- package/execution/ProgramRunner.js +1 -1
- package/forms/Calendar.d.ts +1 -1
- package/forms/FormComponent.d.ts +4 -3
- package/forms/FormComponent.js +1 -1
- package/forms/FormDefinition.d.ts +100 -19
- package/forms/FormElement.d.ts +3 -17
- package/forms/FormElement.js +1 -1
- package/forms/FormHost.d.ts +29 -8
- package/forms/FormHost.js +1 -1
- package/forms/FormPresenterHost.d.ts +33 -7
- package/forms/common.d.ts +6 -7
- package/forms/common.js +1 -1
- package/forms/components/AccordionGroup.d.ts +15 -0
- package/forms/components/AccordionGroup.js +1 -0
- package/forms/components/AutoComplete.d.ts +7 -0
- package/forms/components/AutoComplete.js +1 -0
- package/forms/components/ButtonBar.d.ts +13 -0
- package/forms/components/ButtonBar.js +1 -0
- package/forms/components/CheckBox.d.ts +7 -0
- package/forms/components/CheckBox.js +1 -0
- package/forms/components/CheckGroup.d.ts +7 -0
- package/forms/components/CheckGroup.js +1 -0
- package/forms/components/Custom.d.ts +7 -0
- package/forms/components/Custom.js +1 -0
- package/forms/components/DatePicker.d.ts +6 -16
- package/forms/components/DatePicker.js +1 -1
- package/forms/components/DateRangePicker.d.ts +10 -8
- package/forms/components/DateRangePicker.js +1 -1
- package/forms/components/DateTimePicker.d.ts +6 -8
- package/forms/components/DateTimePicker.js +1 -1
- package/forms/components/DropDownList.d.ts +7 -0
- package/forms/components/DropDownList.js +1 -0
- package/forms/components/FilePicker.d.ts +9 -0
- package/forms/components/FilePicker.js +1 -0
- package/forms/components/Form.d.ts +23 -0
- package/forms/components/Form.js +1 -0
- package/forms/components/FormLabelNumberField.d.ts +15 -0
- package/forms/components/FormLabelNumberField.js +1 -0
- package/forms/components/GeometryPicker.d.ts +4 -0
- package/forms/components/GeometryPicker.js +1 -0
- package/forms/components/GeometryPickerListItem.d.ts +23 -0
- package/forms/components/GeometryPickerListItem.js +1 -0
- package/forms/components/HorizontalRule.d.ts +7 -0
- package/forms/components/HorizontalRule.js +1 -0
- package/forms/components/Image.d.ts +7 -0
- package/forms/components/Image.js +1 -0
- package/forms/components/ItemPicker.d.ts +17 -0
- package/forms/components/ItemPicker.js +1 -0
- package/forms/components/ListBox.d.ts +7 -0
- package/forms/components/ListBox.js +1 -0
- package/forms/components/Markdown.d.ts +1 -1
- package/forms/components/Markdown.js +1 -1
- package/forms/components/Number.d.ts +7 -0
- package/forms/components/Number.js +1 -0
- package/forms/components/NumberRangeSlider.d.ts +11 -8
- package/forms/components/NumberRangeSlider.js +1 -1
- package/forms/components/NumberSlider.d.ts +9 -8
- package/forms/components/NumberSlider.js +1 -1
- package/forms/components/RadioGroup.d.ts +7 -0
- package/forms/components/RadioGroup.js +1 -0
- package/forms/components/Scanner.d.ts +9 -0
- package/forms/components/Scanner.js +1 -0
- package/forms/components/Section.d.ts +14 -0
- package/forms/components/Section.js +1 -0
- package/forms/components/Signature.d.ts +11 -0
- package/forms/components/Signature.js +1 -0
- package/forms/components/SignatureDialog.d.ts +22 -0
- package/forms/components/SignatureDialog.js +1 -0
- package/forms/components/Text.d.ts +1 -1
- package/forms/components/Text.js +1 -1
- package/forms/components/TextArea.d.ts +1 -1
- package/forms/components/TextArea.js +1 -1
- package/forms/components/TextBox.d.ts +1 -1
- package/forms/components/TextBox.js +1 -1
- package/forms/components/TimePicker.d.ts +7 -0
- package/forms/components/TimePicker.js +1 -0
- package/forms/constants.d.ts +19 -31
- package/forms/constants.js +1 -1
- package/forms/dateUtilities.d.ts +41 -9
- package/forms/dateUtilities.js +1 -1
- package/forms/elements/AutoComplete.d.ts +7 -0
- package/forms/elements/AutoComplete.js +1 -0
- package/forms/elements/Number.d.ts +5 -0
- package/forms/elements/Number.js +1 -0
- package/forms/elements/NumberRangeSlider.d.ts +5 -3
- package/forms/elements/NumberRangeSlider.js +1 -1
- package/forms/elements/NumberSlider.d.ts +0 -3
- package/forms/elements/NumberSlider.js +0 -1
- package/forms/elements/Scanner.d.ts +9 -0
- package/forms/elements/Scanner.js +1 -0
- package/forms/elements/Signature.d.ts +16 -0
- package/forms/elements/Signature.js +1 -0
- package/forms/elements/types.d.ts +4 -2
- package/forms/index.d.ts +6 -2
- package/forms/index.js +1 -1
- package/forms/keyboard.d.ts +1 -0
- package/forms/numberFormatter.d.ts +5 -6
- package/forms/numberFormatter.js +1 -1
- package/forms/numberUtilities.d.ts +113 -0
- package/forms/numberUtilities.js +1 -0
- package/forms/presenter.d.ts +1 -0
- package/forms/presenter.js +1 -1
- package/forms/renderers.d.ts +5 -43
- package/forms/renderers.js +1 -1
- package/forms/textUtilities.d.ts +6 -4
- package/forms/textUtilities.js +1 -1
- package/forms/utils.d.ts +102 -20
- package/forms/utils.js +1 -1
- package/index.d.ts +1 -1
- package/index.js +0 -1
- package/libs/version.d.ts +1 -1
- package/libs/version.js +1 -1
- package/package.json +10 -10
- package/app/ActivityPackUtils.d.ts +0 -10
- package/app/ActivityPackUtils.js +0 -1
- package/app/AppActivity.d.ts +0 -82
- package/app/AppActivity.js +0 -1
- package/app/RegisterCustomFormElementBase.d.ts +0 -34
- package/app/RegisterCustomFormElementBase.js +0 -1
- package/forms/LegacyStyles.d.ts +0 -498
- package/forms/LegacyStyles.js +0 -1
- package/forms/assets/arrow.d.ts +0 -4
- package/forms/assets/arrow.js +0 -1
- package/forms/assets/chevron.d.ts +0 -3
- package/forms/assets/chevron.js +0 -1
- package/forms/assets/cross.d.ts +0 -3
- package/forms/assets/cross.js +0 -1
- package/forms/assets/datetime.d.ts +0 -3
- package/forms/assets/datetime.js +0 -1
- package/forms/assets/remove.d.ts +0 -2
- package/forms/assets/remove.js +0 -1
- package/forms/assets/scan.d.ts +0 -4
- package/forms/assets/scan.js +0 -1
- package/forms/assets/stock.d.ts +0 -5
- package/forms/assets/stock.js +0 -1
- package/forms/components/DateRange.d.ts +0 -6
- package/forms/components/DateRange.js +0 -1
- package/forms/components/Navigator.d.ts +0 -1
- package/forms/components/Navigator.js +0 -1
- package/forms/components/ReactDateRangeCalendar.d.ts +0 -6
- package/forms/components/ReactDateRangeCalendar.js +0 -1
- package/forms/components/SyntheticButton.d.ts +0 -1
- package/forms/components/SyntheticButton.js +0 -1
- package/forms/components/TimePickerInput.d.ts +0 -24
- package/forms/components/TimePickerInput.js +0 -1
- package/forms/components/TimerManager.d.ts +0 -7
- package/forms/components/TimerManager.js +0 -1
- package/forms/components/utils.d.ts +0 -2
- package/forms/components/utils.js +0 -1
- package/forms/datetime.d.ts +0 -5
- package/forms/datetime.js +0 -1
- package/forms/files.d.ts +0 -4
- package/forms/files.js +0 -1
- package/forms/geometry.d.ts +0 -4
- package/forms/geometry.js +0 -1
- package/forms/number.d.ts +0 -11
- package/forms/number.js +0 -1
- package/forms/numberSliderUtilities.d.ts +0 -12
- package/forms/numberSliderUtilities.js +0 -1
- package/forms/scanner.d.ts +0 -4
- package/forms/scanner.js +0 -1
- package/forms/selectors.d.ts +0 -10
- package/forms/selectors.js +0 -1
- package/forms/styles/daterange.css +0 -1
- package/forms/styles/daterange.d.ts +0 -1
- package/forms/styles/daterange.js +0 -1
- package/forms/styles/stock.css +0 -1
- package/forms/styles/stock.d.ts +0 -1
- package/forms/styles/stock.js +0 -1
|
@@ -11,7 +11,7 @@ export interface ExtendedSpatialReferenceInfoEngineTaskOutputs {
|
|
|
11
11
|
}
|
|
12
12
|
/** Gets extended spatial reference information. */
|
|
13
13
|
export declare class ExtendedSpatialReferenceInfoEngineTask implements IActivityHandler {
|
|
14
|
-
static action:
|
|
15
|
-
static suite:
|
|
14
|
+
static readonly action = "gcx:wf:arcgis::ExtendedSpatialReferenceInfoEngineTask";
|
|
15
|
+
static readonly suite = "gcx:wf:builtin";
|
|
16
16
|
execute(inputs: ExtendedSpatialReferenceInfoEngineTaskInputs, context: IActivityContext, type: typeof MapProvider): Promise<ExtendedSpatialReferenceInfoEngineTaskOutputs>;
|
|
17
17
|
}
|
|
@@ -10,7 +10,7 @@ export interface FeatureSetFromJsonOutputs {
|
|
|
10
10
|
featureSet: __esri.FeatureSet;
|
|
11
11
|
}
|
|
12
12
|
export declare class FeatureSetFromJson implements IActivityHandler {
|
|
13
|
-
static action:
|
|
14
|
-
static suite:
|
|
13
|
+
static readonly action = "gcx:wf:arcgis::FeatureSetFromJson";
|
|
14
|
+
static readonly suite = "gcx:wf:builtin";
|
|
15
15
|
execute(inputs: FeatureSetFromJsonInputs, context: IActivityContext): Promise<FeatureSetFromJsonOutputs>;
|
|
16
16
|
}
|
|
@@ -14,8 +14,8 @@ export interface FlipEngineTaskOutputs {
|
|
|
14
14
|
geometry: __esri.Geometry;
|
|
15
15
|
}
|
|
16
16
|
export declare class FlipEngineTask implements IActivityHandler {
|
|
17
|
-
static action:
|
|
18
|
-
static suite:
|
|
17
|
+
static readonly action = "gcx:wf:arcgis::FlipEngineTask";
|
|
18
|
+
static readonly suite = "gcx:wf:builtin";
|
|
19
19
|
executeUsing(orientation: string, geometry: __esri.Geometry, origin: __esri.Point): Promise<__esri.Geometry>;
|
|
20
20
|
execute(inputs: FlipEngineTaskInputs): Deferrable<FlipEngineTaskOutputs>;
|
|
21
21
|
}
|
|
@@ -18,7 +18,7 @@ export interface FromGeoCoordinateStringServiceTaskOutputs {
|
|
|
18
18
|
coordinates: number[][];
|
|
19
19
|
}
|
|
20
20
|
export declare class FromGeoCoordinateStringServiceTask implements IActivityHandler {
|
|
21
|
-
static action:
|
|
22
|
-
static suite:
|
|
21
|
+
static readonly action = "gcx:wf:arcgis::FromGeoCoordinateStringServiceTask";
|
|
22
|
+
static readonly suite = "gcx:wf:builtin";
|
|
23
23
|
execute(inputs: FromGeoCoordinateStringServiceTaskInputs, context: IActivityContext): Promise<FromGeoCoordinateStringServiceTaskOutputs>;
|
|
24
24
|
}
|
|
@@ -16,7 +16,7 @@ export interface GeneralizeEngineTaskOutputs {
|
|
|
16
16
|
geometry: __esri.Geometry;
|
|
17
17
|
}
|
|
18
18
|
export declare class GeneralizeEngineTask implements IActivityHandler {
|
|
19
|
-
static action:
|
|
20
|
-
static suite:
|
|
19
|
+
static readonly action = "gcx:wf:arcgis::GeneralizeEngineTask";
|
|
20
|
+
static readonly suite = "gcx:wf:builtin";
|
|
21
21
|
execute(inputs: GeneralizeEngineTaskInputs): Deferrable<GeneralizeEngineTaskOutputs>;
|
|
22
22
|
}
|
|
@@ -17,7 +17,7 @@ export interface GenerateArcGisTokenOutputs {
|
|
|
17
17
|
expires: number;
|
|
18
18
|
}
|
|
19
19
|
export declare class GenerateArcGisToken implements IActivityHandler {
|
|
20
|
-
static action:
|
|
21
|
-
static suite:
|
|
20
|
+
static readonly action = "gcx:wf:arcgis::GenerateArcGisToken";
|
|
21
|
+
static readonly suite = "gcx:wf:builtin";
|
|
22
22
|
execute(inputs: GenerateArcGisTokenInputs): GenerateArcGisTokenOutputs;
|
|
23
23
|
}
|
|
@@ -12,8 +12,8 @@ export interface GenerateWebmapForReportOutputs {
|
|
|
12
12
|
result: WebmapPrintParameters;
|
|
13
13
|
}
|
|
14
14
|
export declare class GenerateWebmapForReport implements IActivityHandler {
|
|
15
|
-
static action:
|
|
16
|
-
static suite:
|
|
15
|
+
static readonly action = "gcx:wf:geocortex::GenerateWebmapForReport";
|
|
16
|
+
static readonly suite = "gcx:wf:builtin";
|
|
17
17
|
execute(inputs: GenerateWebmapForReportInputs, context: IActivityContext, type: typeof MapProvider): Promise<GenerateWebmapForReportOutputs>;
|
|
18
18
|
getWebmap(mapProvider: MapProvider, scale?: number, trivia?: any): Promise<Webmap>;
|
|
19
19
|
getWgs84Extent(extent: __esri.Extent): Promise<__esri.Extent>;
|
|
@@ -32,7 +32,7 @@ export interface GeocodeOutputs {
|
|
|
32
32
|
spatialReference?: __esri.SpatialReference;
|
|
33
33
|
}
|
|
34
34
|
export declare class Geocode implements IActivityHandler {
|
|
35
|
-
static action:
|
|
36
|
-
static suite:
|
|
35
|
+
static readonly action = "gcx:wf:arcgis::Geocode";
|
|
36
|
+
static readonly suite = "gcx:wf:builtin";
|
|
37
37
|
execute(inputs: GeocodeInputs, context: IActivityContext, type: typeof MapProvider): Deferrable<GeocodeOutputs>;
|
|
38
38
|
}
|
|
@@ -10,7 +10,7 @@ export interface GeometryFromJsonOutputs {
|
|
|
10
10
|
geometry: __esri.Geometry;
|
|
11
11
|
}
|
|
12
12
|
export declare class GeometryFromJson implements IActivityHandler {
|
|
13
|
-
static action:
|
|
14
|
-
static suite:
|
|
13
|
+
static readonly action = "gcx:wf:arcgis::GeometryFromJson";
|
|
14
|
+
static readonly suite = "gcx:wf:builtin";
|
|
15
15
|
execute(inputs: GeometryFromJsonInputs, context: IActivityContext): GeometryFromJsonOutputs;
|
|
16
16
|
}
|
|
@@ -20,7 +20,7 @@ export interface GeoprocessingOutputs {
|
|
|
20
20
|
results: Lookup<any>;
|
|
21
21
|
}
|
|
22
22
|
export declare class Geoprocessing implements IActivityHandler {
|
|
23
|
-
static action:
|
|
24
|
-
static suite:
|
|
23
|
+
static readonly action = "gcx:wf:arcgis::Geoprocessing";
|
|
24
|
+
static readonly suite = "gcx:wf:builtin";
|
|
25
25
|
execute(inputs: GeoprocessingInputs, context: IActivityContext, mapProvider: typeof MapProvider): Promise<GeoprocessingOutputs>;
|
|
26
26
|
}
|
|
@@ -24,8 +24,8 @@ export interface GeoprocessingAsyncOutputs {
|
|
|
24
24
|
results?: Lookup<any>;
|
|
25
25
|
}
|
|
26
26
|
export declare class GeoprocessingAsync implements IActivityHandler {
|
|
27
|
-
static action:
|
|
28
|
-
static suite:
|
|
27
|
+
static readonly action = "gcx:wf:arcgis::GeoprocessingAsync";
|
|
28
|
+
static readonly suite = "gcx:wf:builtin";
|
|
29
29
|
execute(inputs: GeoprocessingAsyncInputs, context: IActivityContext, mapProvider: typeof MapProvider): Promise<GeoprocessingAsyncOutputs>;
|
|
30
30
|
/**
|
|
31
31
|
* Looks up the names of the results related to the job from the Services Directory.
|
|
@@ -16,7 +16,7 @@ export interface GetAttributeValueOutputs {
|
|
|
16
16
|
value?: any;
|
|
17
17
|
}
|
|
18
18
|
export declare class GetAttributeValue implements IActivityHandler {
|
|
19
|
-
static action:
|
|
20
|
-
static suite:
|
|
19
|
+
static readonly action = "gcx:wf:arcgis::GetAttributeValue";
|
|
20
|
+
static readonly suite = "gcx:wf:builtin";
|
|
21
21
|
execute(inputs: GetAttributeValueInputs, context: IActivityContext): GetAttributeValueOutputs;
|
|
22
22
|
}
|
|
@@ -14,7 +14,7 @@ export interface GetAttributeValuesOutputs {
|
|
|
14
14
|
values?: any[];
|
|
15
15
|
}
|
|
16
16
|
export declare class GetAttributeValues implements IActivityHandler {
|
|
17
|
-
static action:
|
|
18
|
-
static suite:
|
|
17
|
+
static readonly action = "gcx:wf:arcgis::GetAttributeValues";
|
|
18
|
+
static readonly suite = "gcx:wf:builtin";
|
|
19
19
|
execute(inputs: GetAttributeValuesInputs): GetAttributeValuesOutputs;
|
|
20
20
|
}
|
|
@@ -10,7 +10,7 @@ export interface GetCentroidOutputs {
|
|
|
10
10
|
centroid: __esri.Point;
|
|
11
11
|
}
|
|
12
12
|
export declare class GetCentroid implements IActivityHandler {
|
|
13
|
-
static action:
|
|
14
|
-
static suite:
|
|
13
|
+
static readonly action = "gcx:wf:arcgis::GetCentroid";
|
|
14
|
+
static readonly suite = "gcx:wf:builtin";
|
|
15
15
|
execute(inputs: GetCentroidInputs, context: IActivityContext): GetCentroidOutputs;
|
|
16
16
|
}
|
|
@@ -23,7 +23,7 @@ export interface GetCodedValueDomainOutputs {
|
|
|
23
23
|
domain: __esri.CodedValueDomain;
|
|
24
24
|
}
|
|
25
25
|
export declare class GetCodedValueDomain implements IActivityHandler {
|
|
26
|
-
static action:
|
|
27
|
-
static suite:
|
|
26
|
+
static readonly action = "gcx:wf:arcgis::GetCodedValueDomain";
|
|
27
|
+
static readonly suite = "gcx:wf:builtin";
|
|
28
28
|
execute(inputs: GetCodedValueDomainInputs, context: IActivityContext): Deferrable<GetCodedValueDomainOutputs>;
|
|
29
29
|
}
|
|
@@ -38,8 +38,8 @@ export interface GetCurrentPositionOutputs {
|
|
|
38
38
|
errorMessage?: string;
|
|
39
39
|
}
|
|
40
40
|
export declare class GetCurrentPosition implements IActivityHandler {
|
|
41
|
-
static action:
|
|
42
|
-
static suite:
|
|
41
|
+
static readonly action = "gcx:wf:arcgis::GetCurrentPosition";
|
|
42
|
+
static readonly suite = "gcx:wf:builtin";
|
|
43
43
|
/** This allows us to mock the geolocation API during testing */
|
|
44
44
|
geolocation: Geolocation;
|
|
45
45
|
execute(inputs: GetCurrentPositionInputs): PromiseLike<GetCurrentPositionOutputs>;
|
|
@@ -14,7 +14,7 @@ export interface GetFeatureGeometriesOutputs {
|
|
|
14
14
|
geometries?: __esri.Geometry[];
|
|
15
15
|
}
|
|
16
16
|
export declare class GetFeatureGeometries implements IActivityHandler {
|
|
17
|
-
static action:
|
|
18
|
-
static suite:
|
|
17
|
+
static readonly action = "gcx:wf:arcgis::GetFeatureGeometries";
|
|
18
|
+
static readonly suite = "gcx:wf:builtin";
|
|
19
19
|
execute(inputs: GetFeatureGeometriesInputs): Promise<GetFeatureGeometriesOutputs>;
|
|
20
20
|
}
|
|
@@ -12,7 +12,7 @@ export interface GetFeatureGeometryOutputs {
|
|
|
12
12
|
geometry: __esri.Geometry;
|
|
13
13
|
}
|
|
14
14
|
export declare class GetFeatureGeometry implements IActivityHandler {
|
|
15
|
-
static action:
|
|
16
|
-
static suite:
|
|
15
|
+
static readonly action = "gcx:wf:arcgis::GetFeatureGeometry";
|
|
16
|
+
static readonly suite = "gcx:wf:builtin";
|
|
17
17
|
execute(inputs: GetFeatureGeometryInputs, context: IActivityContext): GetFeatureGeometryOutputs;
|
|
18
18
|
}
|
|
@@ -16,7 +16,7 @@ export interface GetFeatureLayerInfoOutputs {
|
|
|
16
16
|
layerInfo: FeatureLayerInfo;
|
|
17
17
|
}
|
|
18
18
|
export declare class GetFeatureLayerInfo implements IActivityHandler {
|
|
19
|
-
static action:
|
|
20
|
-
static suite:
|
|
19
|
+
static readonly action = "gcx:wf:arcgis::GetFeatureLayerInfo";
|
|
20
|
+
static readonly suite = "gcx:wf:builtin";
|
|
21
21
|
execute(inputs: GetFeatureLayerInfoInputs, context: IActivityContext): Deferrable<GetFeatureLayerInfoOutputs>;
|
|
22
22
|
}
|
|
@@ -12,7 +12,7 @@ export interface GetFeatureSetExtentOutputs {
|
|
|
12
12
|
center: __esri.Point;
|
|
13
13
|
}
|
|
14
14
|
export declare class GetFeatureSetExtent implements IActivityHandler {
|
|
15
|
-
static action:
|
|
16
|
-
static suite:
|
|
15
|
+
static readonly action = "gcx:wf:arcgis::GetFeatureSetExtent";
|
|
16
|
+
static readonly suite = "gcx:wf:builtin";
|
|
17
17
|
execute(inputs: GetFeatureSetExtentInputs, context: IActivityContext): GetFeatureSetExtentOutputs;
|
|
18
18
|
}
|
|
@@ -14,7 +14,7 @@ export interface GetFeatureSetObjectIdsOutputs {
|
|
|
14
14
|
ids?: number[];
|
|
15
15
|
}
|
|
16
16
|
export declare class GetFeatureSetObjectIds implements IActivityHandler {
|
|
17
|
-
static action:
|
|
18
|
-
static suite:
|
|
17
|
+
static readonly action = "gcx:wf:arcgis::GetFeatureSetObjectIds";
|
|
18
|
+
static readonly suite = "gcx:wf:builtin";
|
|
19
19
|
execute(inputs: GetFeatureSetObjectIdsInputs, context: IActivityContext): GetFeatureSetObjectIdsOutputs;
|
|
20
20
|
}
|
|
@@ -16,8 +16,8 @@ export interface GetFormElementItemsFromFeaturesOutputs {
|
|
|
16
16
|
items: Lookup<Item>;
|
|
17
17
|
}
|
|
18
18
|
export declare class GetFormElementItemsFromFeatures implements IActivityHandler {
|
|
19
|
-
static action:
|
|
20
|
-
static suite:
|
|
19
|
+
static readonly action = "gcx:wf:forms::GetFormElementItemsFromFeatures";
|
|
20
|
+
static readonly suite = "gcx:wf:builtin";
|
|
21
21
|
/**
|
|
22
22
|
* Gets the value of the specified attribute.
|
|
23
23
|
* This also accepts aliases and performs a case-insensitive lookup.
|
|
@@ -11,7 +11,7 @@ export interface GetGeometryExtentOutputs {
|
|
|
11
11
|
center: __esri.Point;
|
|
12
12
|
}
|
|
13
13
|
export declare class GetGeometryExtent implements IActivityHandler {
|
|
14
|
-
static action:
|
|
15
|
-
static suite:
|
|
14
|
+
static readonly action = "gcx:wf:arcgis::GetGeometryExtent";
|
|
15
|
+
static readonly suite = "gcx:wf:builtin";
|
|
16
16
|
execute(inputs: GetGeometryExtentInputs, context: IActivityContext): GetGeometryExtentOutputs;
|
|
17
17
|
}
|
|
@@ -13,7 +13,7 @@ export interface GetGraphicsOutputs {
|
|
|
13
13
|
features: __esri.Graphic[];
|
|
14
14
|
}
|
|
15
15
|
export declare class GetGraphics implements IActivityHandler {
|
|
16
|
-
static action:
|
|
17
|
-
static suite:
|
|
16
|
+
static readonly action = "gcx:wf:arcgis::GetGraphicsLayerFeatures";
|
|
17
|
+
static readonly suite = "gcx:wf:builtin";
|
|
18
18
|
execute(inputs: GetGraphicsInputs, context: IActivityContext, type: typeof MapProvider): Deferrable<GetGraphicsOutputs>;
|
|
19
19
|
}
|
|
@@ -15,7 +15,7 @@ export interface GetLayerOutputs {
|
|
|
15
15
|
sublayer?: __esri.Sublayer;
|
|
16
16
|
}
|
|
17
17
|
export declare class GetLayer implements IActivityHandler {
|
|
18
|
-
static action:
|
|
19
|
-
static suite:
|
|
18
|
+
static readonly action = "gcx:wf:arcgis::GetLayer";
|
|
19
|
+
static readonly suite = "gcx:wf:builtin";
|
|
20
20
|
execute(inputs: GetLayerInputs, context: IActivityContext, type: typeof MapProvider): Deferrable<GetLayerOutputs>;
|
|
21
21
|
}
|
|
@@ -12,7 +12,7 @@ export interface GetLayerDefinitionExpressionOutputs {
|
|
|
12
12
|
expression: string;
|
|
13
13
|
}
|
|
14
14
|
export declare class GetLayerDefinitionExpression implements IActivityHandler {
|
|
15
|
-
static action:
|
|
16
|
-
static suite:
|
|
15
|
+
static readonly action = "gcx:wf:arcgis::GetLayerDefinitionExpression";
|
|
16
|
+
static readonly suite = "gcx:wf:builtin";
|
|
17
17
|
execute(inputs: GetLayerDefinitionExpressionInputs, context: IActivityContext, type: typeof MapProvider): Deferrable<GetLayerDefinitionExpressionOutputs>;
|
|
18
18
|
}
|
|
@@ -12,7 +12,7 @@ export interface GetLayerPropertyOutputs {
|
|
|
12
12
|
value: any;
|
|
13
13
|
}
|
|
14
14
|
export declare class GetLayerProperty implements IActivityHandler {
|
|
15
|
-
static action:
|
|
16
|
-
static suite:
|
|
15
|
+
static readonly action = "gcx:wf:arcgis::GetLayerProperty";
|
|
16
|
+
static readonly suite = "gcx:wf:builtin";
|
|
17
17
|
execute(inputs: GetLayerPropertyInputs, context: IActivityContext, type: typeof MapProvider): Deferrable<GetLayerPropertyOutputs>;
|
|
18
18
|
}
|
|
@@ -12,7 +12,7 @@ export interface GetLayerVisibilityOutputs {
|
|
|
12
12
|
visible: boolean;
|
|
13
13
|
}
|
|
14
14
|
export declare class GetLayerVisibility implements IActivityHandler {
|
|
15
|
-
static action:
|
|
16
|
-
static suite:
|
|
15
|
+
static readonly action = "gcx:wf:arcgis::GetLayerVisibility";
|
|
16
|
+
static readonly suite = "gcx:wf:builtin";
|
|
17
17
|
execute(inputs: GetLayerVisibilityInputs, context: IActivityContext, type: typeof MapProvider): Deferrable<GetLayerVisibilityOutputs>;
|
|
18
18
|
}
|
|
@@ -5,7 +5,7 @@ export interface GetMapOutputs {
|
|
|
5
5
|
map: MapInfo;
|
|
6
6
|
}
|
|
7
7
|
export declare class GetMap implements IActivityHandler {
|
|
8
|
-
static action:
|
|
9
|
-
static suite:
|
|
8
|
+
static readonly action = "gcx:wf:arcgis::GetMap";
|
|
9
|
+
static readonly suite = "gcx:wf:builtin";
|
|
10
10
|
execute(inputs: EmptyInputs, context: IActivityContext, type: typeof MapProvider): Deferrable<GetMapOutputs>;
|
|
11
11
|
}
|
|
@@ -12,7 +12,7 @@ export interface GetMapScreenshotOutputs {
|
|
|
12
12
|
dataUrl: string;
|
|
13
13
|
}
|
|
14
14
|
export declare class GetMapScreenshot implements IActivityHandler {
|
|
15
|
-
static action:
|
|
16
|
-
static suite:
|
|
15
|
+
static readonly action = "gcx:wf:arcgis::GetMapScreenshot";
|
|
16
|
+
static readonly suite = "gcx:wf:builtin";
|
|
17
17
|
execute(inputs: GetMapScreenshotInputs, context: IActivityContext, type: typeof MapProvider): Promise<GetMapScreenshotOutputs>;
|
|
18
18
|
}
|
|
@@ -10,8 +10,8 @@ export interface GetPortalUserOutputs {
|
|
|
10
10
|
groups: __esri.PortalGroup[];
|
|
11
11
|
}
|
|
12
12
|
export declare class GetPortalUser implements IActivityHandler {
|
|
13
|
-
static action:
|
|
14
|
-
static suite:
|
|
13
|
+
static readonly action = "gcx:wf:arcgis::GetPortalUser";
|
|
14
|
+
static readonly suite = "gcx:wf:builtin";
|
|
15
15
|
execute(inputs: GetPortalUserInputs, context: IActivityContext): Promise<GetPortalUserOutputs>;
|
|
16
16
|
/**
|
|
17
17
|
* Get the current portal user if available.
|
|
@@ -12,7 +12,7 @@ export interface GetTableOutputs {
|
|
|
12
12
|
table: __esri.Layer;
|
|
13
13
|
}
|
|
14
14
|
export declare class GetTable implements IActivityHandler {
|
|
15
|
-
static action:
|
|
16
|
-
static suite:
|
|
15
|
+
static readonly action = "gcx:wf:arcgis::GetTable";
|
|
16
|
+
static readonly suite = "gcx:wf:builtin";
|
|
17
17
|
execute(inputs: GetTableInputs, context: IActivityContext, type: typeof MapProvider): Deferrable<GetTableOutputs>;
|
|
18
18
|
}
|
|
@@ -10,7 +10,7 @@ export interface GetViewExtentOutputs {
|
|
|
10
10
|
scale: number;
|
|
11
11
|
}
|
|
12
12
|
export declare class GetViewExtent implements IActivityHandler {
|
|
13
|
-
static action:
|
|
14
|
-
static suite:
|
|
13
|
+
static readonly action = "gcx:wf:arcgis::GetViewExtent";
|
|
14
|
+
static readonly suite = "gcx:wf:builtin";
|
|
15
15
|
execute(inputs: EmptyInputs, context: IActivityContext, type: typeof MapProvider): Deferrable<GetViewExtentOutputs>;
|
|
16
16
|
}
|
|
@@ -6,7 +6,7 @@ export interface GetViewpointOutputs {
|
|
|
6
6
|
viewpoint: __esri.Viewpoint;
|
|
7
7
|
}
|
|
8
8
|
export declare class GetViewpoint implements IActivityHandler {
|
|
9
|
-
static action:
|
|
10
|
-
static suite:
|
|
9
|
+
static readonly action = "gcx:wf:arcgis::GetViewpoint";
|
|
10
|
+
static readonly suite = "gcx:wf:builtin";
|
|
11
11
|
execute(inputs: EmptyInputs, context: IActivityContext, type: typeof MapProvider): Deferrable<GetViewpointOutputs>;
|
|
12
12
|
}
|
|
@@ -14,7 +14,7 @@ export interface IntersectEngineTaskOutputs {
|
|
|
14
14
|
results?: __esri.Geometry[];
|
|
15
15
|
}
|
|
16
16
|
export declare class IntersectEngineTask implements IActivityHandler {
|
|
17
|
-
static action:
|
|
18
|
-
static suite:
|
|
17
|
+
static readonly action = "gcx:wf:arcgis::IntersectEngineTask";
|
|
18
|
+
static readonly suite = "gcx:wf:builtin";
|
|
19
19
|
execute(inputs: IntersectEngineTaskInputs): Deferrable<IntersectEngineTaskOutputs>;
|
|
20
20
|
}
|
|
@@ -12,7 +12,7 @@ export interface LabelPointsServiceTaskOutputs {
|
|
|
12
12
|
points: __esri.Point[];
|
|
13
13
|
}
|
|
14
14
|
export declare class LabelPointsServiceTask implements IActivityHandler {
|
|
15
|
-
static action:
|
|
16
|
-
static suite:
|
|
15
|
+
static readonly action = "gcx:wf:arcgis::LabelPointsServiceTask";
|
|
16
|
+
static readonly suite = "gcx:wf:builtin";
|
|
17
17
|
execute(inputs: LabelPointsServiceTaskInputs, context: IActivityContext): Promise<LabelPointsServiceTaskOutputs>;
|
|
18
18
|
}
|
|
@@ -13,8 +13,8 @@ export interface LengthEngineTaskOutputs {
|
|
|
13
13
|
length: number;
|
|
14
14
|
}
|
|
15
15
|
export declare class LengthEngineTask implements IActivityHandler {
|
|
16
|
-
static action:
|
|
17
|
-
static suite:
|
|
16
|
+
static readonly action = "gcx:wf:arcgis::LengthEngineTask";
|
|
17
|
+
static readonly suite = "gcx:wf:builtin";
|
|
18
18
|
private executeUsing;
|
|
19
19
|
execute(inputs: LengthEngineTaskInputs): Deferrable<LengthEngineTaskOutputs>;
|
|
20
20
|
}
|
|
@@ -24,7 +24,10 @@ export interface MapInfo {
|
|
|
24
24
|
/** Gets the spatial reference. */
|
|
25
25
|
getSpatialReference(): __esri.SpatialReference;
|
|
26
26
|
}
|
|
27
|
-
/**
|
|
27
|
+
/**
|
|
28
|
+
* Provides functionality which affects the map.
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
28
31
|
export declare class MapProvider implements MapInfo {
|
|
29
32
|
static type: string;
|
|
30
33
|
/** Indicates the map. */
|
|
@@ -20,7 +20,7 @@ export interface NearestCoordinateEngineTaskOutputs {
|
|
|
20
20
|
empty: boolean;
|
|
21
21
|
}
|
|
22
22
|
export declare class NearestCoordinateEngineTask implements IActivityHandler {
|
|
23
|
-
static action:
|
|
24
|
-
static suite:
|
|
23
|
+
static readonly action = "gcx:wf:arcgis::NearestCoordinateEngineTask";
|
|
24
|
+
static readonly suite = "gcx:wf:builtin";
|
|
25
25
|
execute(inputs: NearestCoordinateEngineTaskInputs): Promise<NearestCoordinateEngineTaskOutputs>;
|
|
26
26
|
}
|
|
@@ -20,7 +20,7 @@ export interface NearestVertexEngineTaskOutputs {
|
|
|
20
20
|
empty: boolean;
|
|
21
21
|
}
|
|
22
22
|
export declare class NearestVertexEngineTask implements IActivityHandler {
|
|
23
|
-
static action:
|
|
24
|
-
static suite:
|
|
23
|
+
static readonly action = "gcx:wf:arcgis::NearestVertexEngineTask";
|
|
24
|
+
static readonly suite = "gcx:wf:builtin";
|
|
25
25
|
execute(inputs: NearestVertexEngineTaskInputs): Deferrable<NearestVertexEngineTaskOutputs>;
|
|
26
26
|
}
|
|
@@ -28,7 +28,7 @@ export interface NearestVerticesEngineTaskOutputs {
|
|
|
28
28
|
results?: NearestVertex[];
|
|
29
29
|
}
|
|
30
30
|
export declare class NearestVerticesEngineTask implements IActivityHandler {
|
|
31
|
-
static action:
|
|
32
|
-
static suite:
|
|
31
|
+
static readonly action = "gcx:wf:arcgis::NearestVerticesEngineTask";
|
|
32
|
+
static readonly suite = "gcx:wf:builtin";
|
|
33
33
|
execute(inputs: NearestVerticesEngineTaskInputs): Deferrable<NearestVerticesEngineTaskOutputs>;
|
|
34
34
|
}
|
|
@@ -19,7 +19,7 @@ export interface OffsetEngineTaskOutputs {
|
|
|
19
19
|
geometry: __esri.Geometry;
|
|
20
20
|
}
|
|
21
21
|
export declare class OffsetEngineTask implements IActivityHandler {
|
|
22
|
-
static action:
|
|
23
|
-
static suite:
|
|
22
|
+
static readonly action = "gcx:wf:arcgis::OffsetEngineTask";
|
|
23
|
+
static readonly suite = "gcx:wf:builtin";
|
|
24
24
|
execute(inputs: OffsetEngineTaskInputs): Deferrable<OffsetEngineTaskOutputs>;
|
|
25
25
|
}
|
|
@@ -21,7 +21,7 @@ export interface ProjectServiceTaskOutputs {
|
|
|
21
21
|
results?: __esri.Geometry[];
|
|
22
22
|
}
|
|
23
23
|
export declare class ProjectServiceTask implements IActivityHandler {
|
|
24
|
-
static action:
|
|
25
|
-
static suite:
|
|
24
|
+
static readonly action = "gcx:wf:arcgis::ProjectServiceTask";
|
|
25
|
+
static readonly suite = "gcx:wf:builtin";
|
|
26
26
|
execute(inputs: ProjectServiceTaskInputs, context: IActivityContext, type: typeof MapProvider): Promise<ProjectServiceTaskOutputs>;
|
|
27
27
|
}
|
|
@@ -15,7 +15,7 @@ export interface QueryAttachmentInfosOutputs {
|
|
|
15
15
|
}
|
|
16
16
|
/** Query for information about attachments associated with the specified object id. */
|
|
17
17
|
export declare class QueryAttachmentInfos implements IActivityHandler {
|
|
18
|
-
static action:
|
|
19
|
-
static suite:
|
|
18
|
+
static readonly action = "gcx:wf:arcgis::QueryAttachmentInfos";
|
|
19
|
+
static readonly suite = "gcx:wf:builtin";
|
|
20
20
|
execute(inputs: QueryAttachmentInfosInputs, context: IActivityContext): Deferrable<QueryAttachmentInfosOutputs>;
|
|
21
21
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { IActivityHandler, IActivityContext } from "../../IActivityHandler";
|
|
2
2
|
import { MapProvider } from "./MapProvider";
|
|
3
|
-
/**
|
|
3
|
+
/**
|
|
4
|
+
* Defines the inputs for the QueryTask activity.
|
|
5
|
+
* @product This is intended for internal use only within VertiGIS Studio products.
|
|
6
|
+
*/
|
|
4
7
|
export interface QueryTaskInputs {
|
|
5
8
|
/** The URL to the ArcGIS layer or table to query. Either url or layer is required. */
|
|
6
9
|
url?: string;
|
|
@@ -53,7 +56,10 @@ export interface QueryTaskInputs {
|
|
|
53
56
|
/** Distance unit. Valid only for feature services hosted on ArcGIS Online. Known values: feet, miles, nautical-miles, us-nautical-miles, meters, kilometers. Default value: meters. */
|
|
54
57
|
units?: string;
|
|
55
58
|
}
|
|
56
|
-
/**
|
|
59
|
+
/**
|
|
60
|
+
* Defines the outputs for the query task activity.
|
|
61
|
+
* @product This is intended for internal use only within VertiGIS Studio products.
|
|
62
|
+
*/
|
|
57
63
|
export interface QueryTaskOutputs {
|
|
58
64
|
/** The first feature of the result feature set. */
|
|
59
65
|
feature?: __esri.Graphic;
|
|
@@ -64,8 +70,8 @@ export interface QueryTaskOutputs {
|
|
|
64
70
|
}
|
|
65
71
|
/** Performs an ArcGIS Server query. */
|
|
66
72
|
export declare class QueryTask implements IActivityHandler {
|
|
67
|
-
static action:
|
|
68
|
-
static suite:
|
|
73
|
+
static readonly action = "gcx:wf:arcgis:query:QueryTask";
|
|
74
|
+
static readonly suite = "gcx:wf:builtin";
|
|
69
75
|
static isToJSONMissing(obj: any): boolean;
|
|
70
76
|
execute(inputs: QueryTaskInputs, context: IActivityContext, mapProvider: typeof MapProvider): Promise<QueryTaskOutputs>;
|
|
71
77
|
}
|
|
@@ -5,8 +5,8 @@ export interface RefreshLayerInputs {
|
|
|
5
5
|
layer: __esri.Layer;
|
|
6
6
|
}
|
|
7
7
|
export declare class RefreshLayer implements IActivityHandler {
|
|
8
|
-
static action:
|
|
9
|
-
static suite:
|
|
8
|
+
static readonly action = "gcx:wf:arcgis::RefreshLayer";
|
|
9
|
+
static readonly suite = "gcx:wf:builtin";
|
|
10
10
|
execute(inputs: RefreshLayerInputs): EmptyOutputs;
|
|
11
11
|
private refresh;
|
|
12
12
|
}
|
|
@@ -13,8 +13,8 @@ export interface RegisterCorsUrlOutputs {
|
|
|
13
13
|
success: boolean;
|
|
14
14
|
}
|
|
15
15
|
export declare class RegisterCorsUrl implements IActivityHandler {
|
|
16
|
-
static action:
|
|
17
|
-
static suite:
|
|
16
|
+
static readonly action = "gcx:wf:arcgis::RegisterCorsUrl";
|
|
17
|
+
static readonly suite = "gcx:wf:builtin";
|
|
18
18
|
esriConfig: config;
|
|
19
19
|
execute(inputs: RegisterCorsUrlInputs): RegisterCorsUrlOutputs;
|
|
20
20
|
private registerCorsUrl;
|
|
@@ -16,7 +16,7 @@ export interface RelateEngineTaskOutputs {
|
|
|
16
16
|
incidents?: boolean[];
|
|
17
17
|
}
|
|
18
18
|
export declare class RelateEngineTask implements IActivityHandler {
|
|
19
|
-
static action:
|
|
20
|
-
static suite:
|
|
19
|
+
static readonly action = "gcx:wf:arcgis::RelateEngineTask";
|
|
20
|
+
static readonly suite = "gcx:wf:builtin";
|
|
21
21
|
execute(inputs: RelateEngineTaskInputs): Deferrable<RelateEngineTaskOutputs>;
|
|
22
22
|
}
|
|
@@ -23,7 +23,7 @@ export interface RelationServiceTaskOutputs {
|
|
|
23
23
|
incidents?: __esri.Geometry[][];
|
|
24
24
|
}
|
|
25
25
|
export declare class RelationServiceTask implements IActivityHandler {
|
|
26
|
-
static action:
|
|
27
|
-
static suite:
|
|
26
|
+
static readonly action = "gcx:wf:arcgis::RelationServiceTask";
|
|
27
|
+
static readonly suite = "gcx:wf:builtin";
|
|
28
28
|
execute(inputs: RelationServiceTaskInputs, context: IActivityContext): Promise<RelationServiceTaskOutputs>;
|
|
29
29
|
}
|
|
@@ -32,7 +32,7 @@ export interface RelationshipQueryTaskOutputs {
|
|
|
32
32
|
}
|
|
33
33
|
/** Performs an ArcGIS Server relationship query. */
|
|
34
34
|
export declare class RelationshipQueryTask implements IActivityHandler {
|
|
35
|
-
static action:
|
|
36
|
-
static suite:
|
|
35
|
+
static readonly action = "gcx:wf:arcgis:query:RelationshipQueryTask";
|
|
36
|
+
static readonly suite = "gcx:wf:builtin";
|
|
37
37
|
execute(inputs: RelationshipQueryTaskInputs, context: IActivityContext, mapProvider: typeof MapProvider): Promise<RelationshipQueryTaskOutputs>;
|
|
38
38
|
}
|
|
@@ -16,7 +16,7 @@ export interface RemoveFeatureSetFieldsOutputs {
|
|
|
16
16
|
features?: __esri.Graphic[];
|
|
17
17
|
}
|
|
18
18
|
export declare class RemoveFeatureSetFields implements IActivityHandler {
|
|
19
|
-
static action:
|
|
20
|
-
static suite:
|
|
19
|
+
static readonly action = "gcx:wf:arcgis::RemoveFeatureSetFields";
|
|
20
|
+
static readonly suite = "gcx:wf:builtin";
|
|
21
21
|
execute(inputs: RemoveFeatureSetFieldsInputs): RemoveFeatureSetFieldsOutputs;
|
|
22
22
|
}
|
|
@@ -8,7 +8,7 @@ export interface RemoveGraphicsInputs {
|
|
|
8
8
|
features: __esri.Graphic | __esri.FeatureSet | __esri.Graphic[];
|
|
9
9
|
}
|
|
10
10
|
export declare class RemoveGraphics implements IActivityHandler {
|
|
11
|
-
static action:
|
|
12
|
-
static suite:
|
|
11
|
+
static readonly action = "gcx:wf:arcgis::RemoveGraphics";
|
|
12
|
+
static readonly suite = "gcx:wf:builtin";
|
|
13
13
|
execute(inputs: RemoveGraphicsInputs, context: IActivityContext, type: typeof MapProvider): Deferrable<EmptyOutputs>;
|
|
14
14
|
}
|