@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
package/app/AppActivity.d.ts
DELETED
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
import { Application, Map, Site, Widget } from "@vertigis/workflow/runtime/app";
|
|
2
|
-
import React from "react";
|
|
3
|
-
import { FormRenderer } from "../activities/forms/FormRenderer";
|
|
4
|
-
/**
|
|
5
|
-
* Re-export react for use in custom activities. This is not a pattern we encourage,
|
|
6
|
-
* but there are legacy custom activity packs that will break without it.
|
|
7
|
-
*/
|
|
8
|
-
export { React };
|
|
9
|
-
/** Properties that control how an activity user interface is hosted by the host application. */
|
|
10
|
-
export interface ShowProps {
|
|
11
|
-
/** The name of the container that will host the activity user interface. */
|
|
12
|
-
container?: "default" | "modal";
|
|
13
|
-
/** The title to present for the activity user interface. */
|
|
14
|
-
title?: string;
|
|
15
|
-
/** The icon to present for the activity user interface. */
|
|
16
|
-
icon?: string;
|
|
17
|
-
}
|
|
18
|
-
/** A render method that provides a React element. */
|
|
19
|
-
export interface RenderMethod<T, TThis, TState> {
|
|
20
|
-
/**
|
|
21
|
-
* @param this The activity instance.
|
|
22
|
-
* @param resolve The resolver that returns updated state to the activity from the React element.
|
|
23
|
-
* @param state The initial activity state.
|
|
24
|
-
* @returns The React element to render.
|
|
25
|
-
*/
|
|
26
|
-
(this: TThis, resolve: RenderResolve<T>, state: TState): JSX.Element | PromiseLike<JSX.Element>;
|
|
27
|
-
}
|
|
28
|
-
/** A resolve method for messaging between a React component and the parent activity. */
|
|
29
|
-
export interface RenderResolve<T> {
|
|
30
|
-
/** Returns updated state to the activity. */
|
|
31
|
-
(value: T | PromiseLike<T>): void;
|
|
32
|
-
/** Returns a rejection to the activity. */
|
|
33
|
-
reject(reason: any): any;
|
|
34
|
-
}
|
|
35
|
-
export interface IAppActivity {
|
|
36
|
-
/**
|
|
37
|
-
* The host application. For example:
|
|
38
|
-
* - Geocortex Viewer for HTML5: https://docs.vertigisstudio.com/essentials/gvh/latest/api-help/classes/_mapping_infrastructure_amd_d_._geocortex_infrastructure_viewer_.viewerapplication.html
|
|
39
|
-
* - Web AppBuilder: https://developers.arcgis.com/web-appbuilder/api-reference
|
|
40
|
-
*/
|
|
41
|
-
app: Application;
|
|
42
|
-
/**
|
|
43
|
-
* The map of the host application. For example:
|
|
44
|
-
* - ArcGIS API for JavaScript (legacy) v3: https://developers.arcgis.com/javascript/3/jsapi/map-amd.html
|
|
45
|
-
* - ArcGIS Maps SDK for JavaScript v4: https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html
|
|
46
|
-
*/
|
|
47
|
-
map: Map;
|
|
48
|
-
/**
|
|
49
|
-
* The Geocortex Essentials site of the host application. This is available in Geocortex Viewer for HTML5 applications only.
|
|
50
|
-
* See https://docs.vertigisstudio.com/essentials/gvh/latest/api-help/classes/_essentials_amd_d_._geocortex_essentials_site_.site.html
|
|
51
|
-
*/
|
|
52
|
-
site: Site;
|
|
53
|
-
/**
|
|
54
|
-
* The Web AppBuilder widget running the workflow. This is available in Web AppBuilder applications only.
|
|
55
|
-
*/
|
|
56
|
-
widget: Widget;
|
|
57
|
-
createRenderer(): FormRenderer;
|
|
58
|
-
/** Performs the activity execution logic. */
|
|
59
|
-
execute(...args: any[]): any;
|
|
60
|
-
/** Renders the activity user interface. */
|
|
61
|
-
render<T, TState>(method: RenderMethod<T, this, TState>, state: TState): Promise<T>;
|
|
62
|
-
/** Renders the activity user interface. */
|
|
63
|
-
render<T>(method: RenderMethod<T, this, any>): Promise<T>;
|
|
64
|
-
/** Renders the activity user interface. */
|
|
65
|
-
render(visual: JSX.Element): Promise<React.Component<any, any> | Element>;
|
|
66
|
-
/** Renders the activity user interface. */
|
|
67
|
-
render(visual: any): Promise<any>;
|
|
68
|
-
/** Renders the activity user interface. */
|
|
69
|
-
render(): Promise<HTMLElement>;
|
|
70
|
-
/** Renders the activity user interface. */
|
|
71
|
-
render(visual?: any, state?: any): Promise<any>;
|
|
72
|
-
}
|
|
73
|
-
export interface AppActivityConstructor {
|
|
74
|
-
new (): IAppActivity;
|
|
75
|
-
}
|
|
76
|
-
/**
|
|
77
|
-
* A base activity implementation that provides access to application level resources and
|
|
78
|
-
* facilitates rendering of custom user interfaces.
|
|
79
|
-
* @deprecated Decorate your activity's class with `@activate(<ClassName>)` to use `<ClassName>` in your activity instead.
|
|
80
|
-
* e.g. If you add `@activate(MapProvider)` before your class, you can add `mapProvider: typeof MapProvider` as an extra parameter to its `execute()` method.
|
|
81
|
-
*/
|
|
82
|
-
export declare const AppActivity: AppActivityConstructor;
|
package/app/AppActivity.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{isValidElement}from"react";import React from"react";import{render}from"react-dom";import{Task}from"../Task.js";function update(e,t){let r=!1;if(null!=t)for(const i in t)e[i]!==t[i]&&(e[i]=t[i],r=!0);return r}console.warn("The @vertigis/workflow/app/AppActivity module is deprecated and will be removed in Workflow 5.35. Upgrade your activity pack to the new SDK before August 2023 for continued operation. More details: https://community.vertigis.com/hc/en-us/community/posts/11043551431698");const AppActivity=function(){const i=this.execute;this.execute=function(e,r){var t=r.ambient.trivia;return this.app=t.app,this.map=t.map,this.site=t.site,this.widget=t.widget,this.FormRenderer=t.FormRenderer,this.completion=r.ambient.completion,this.execute=i,this.createRenderer=()=>{let e=this.renderer;var t;return void 0===e&&(e=this.renderer=this.FormRenderer.createCustom(),e.state=r.ambient,t=()=>e.dispose(),this.completion.then(t,t)),this.renderer||(this.renderer=this.FormRenderer.createCustom())},i.apply(this,arguments)}};AppActivity.prototype.createRenderer=function(){return null},AppActivity.prototype.applyProps=function(e){const t=this.createRenderer();if(update(this.showProps||(this.showProps={}),e)){const e=this.showProps;t.form={defaults:{container:e.container},elements:{header:{type:"Header",section:"header",title:{markdown:e.title},value:e.icon}}},t.invalidate()}},AppActivity.prototype.show=function(e){return this.applyProps(e),this.createRenderer().show()},AppActivity.prototype.spin=function(e){return this.applyProps(e),this.createRenderer().spin()},AppActivity.prototype.spinNoBlock=function(e){return this.applyProps(e),this.createRenderer().spinNoBlock()},AppActivity.prototype.hide=function(){return this.createRenderer().hide()},AppActivity.prototype.render=async function(t,i){const n=this.createRenderer().container;if("function"!=typeof t)return isValidElement(t)?new Task(function(e){render(t,n,e)}):n;{const o=this,s=t;return new Task(async function(e,t){const r=e.bind(void 0);r.reject=t.bind(void 0),render(await s.call(o,r,i),n)})}};export{React,AppActivity};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { IActivityHandler, IActivityContext, Deferrable } from "../IActivityHandler";
|
|
3
|
-
import { Element } from "../forms/FormDefinition";
|
|
4
|
-
/**
|
|
5
|
-
* The props of a custom form element.
|
|
6
|
-
* @deprecated Use `FormElementRegistration` instead.
|
|
7
|
-
*/
|
|
8
|
-
export interface CustomFormElementProps {
|
|
9
|
-
/** The form element. */
|
|
10
|
-
element: Element;
|
|
11
|
-
/** The name of the form element. */
|
|
12
|
-
name: string;
|
|
13
|
-
/**
|
|
14
|
-
* A callback function to raise an event.
|
|
15
|
-
* The "changed" and "clicked" events expect the value of the form element as the eventValue.
|
|
16
|
-
* The "custom" event accepts any value as the eventValue.
|
|
17
|
-
* Use the Get Form Event Data to access the event data in a subworkflow of the Display Form activity.
|
|
18
|
-
*/
|
|
19
|
-
raiseEvent: (eventName: "changed" | "clicked" | "custom", eventValue: any) => void;
|
|
20
|
-
}
|
|
21
|
-
export interface IRegisterCustomFormElementBase extends IActivityHandler {
|
|
22
|
-
/** Executes the logic for an activity. */
|
|
23
|
-
execute(inputs: {}, context: IActivityContext, ...args: any[]): Deferrable<{}>;
|
|
24
|
-
register: (name: string, component: React.ComponentClass<CustomFormElementProps> | React.FunctionComponent<CustomFormElementProps>) => void;
|
|
25
|
-
}
|
|
26
|
-
export interface RegisterCustomFormElementBaseConstructor {
|
|
27
|
-
new (): IRegisterCustomFormElementBase;
|
|
28
|
-
}
|
|
29
|
-
/**
|
|
30
|
-
* A base activity implementation that provides a convenient way to register
|
|
31
|
-
* custom form elements to be used in Display Form activities.
|
|
32
|
-
* @deprecated Use `FormElementRegistration` instead.
|
|
33
|
-
*/
|
|
34
|
-
export declare const RegisterCustomFormElementBase: RegisterCustomFormElementBaseConstructor;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
console.warn("The @vertigis/workflow/app/RegisterCustomFormElementBase module is deprecated and will be removed in Workflow 5.35. Upgrade your activity pack to the new SDK before August 2023 for continued operation. More details: https://community.vertigis.com/hc/en-us/community/posts/11043551431698");const RegisterCustomFormElementBase=function(){const t=this.execute;this.execute=function(e,i){return this.register=(e,t)=>{const o=i.ambient.trivia;o.getFormElementRegistration(e)&&console.warn(`A custom form element with custom type name '${e}' is already registered. The existing registration will be replaced.`),o.registerFormElement({component:t,id:e})},this.execute=t,t.apply(this,arguments)}};export{RegisterCustomFormElementBase};
|
package/forms/LegacyStyles.d.ts
DELETED
|
@@ -1,498 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The contents of this file have been based on `runtime/forms/styles/main.scss`
|
|
3
|
-
* allowing us to retain the appearance of old elements prior to them being migrated to react-ui.
|
|
4
|
-
*/
|
|
5
|
-
declare const styles: {
|
|
6
|
-
".legacy-styled-element > * label": {
|
|
7
|
-
border: string;
|
|
8
|
-
color: string;
|
|
9
|
-
display: string;
|
|
10
|
-
marginBottom: string;
|
|
11
|
-
p: {
|
|
12
|
-
"&:first-child": {
|
|
13
|
-
marginTop: number;
|
|
14
|
-
};
|
|
15
|
-
"&:last-child": {
|
|
16
|
-
marginBottom: number;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
"&:empty": {
|
|
20
|
-
display: string;
|
|
21
|
-
};
|
|
22
|
-
"&.focus": {
|
|
23
|
-
backgroundColor: string;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
".legacy-styled-element": {
|
|
27
|
-
button: {
|
|
28
|
-
marginRight: string;
|
|
29
|
-
};
|
|
30
|
-
div: {
|
|
31
|
-
"&.inline": {
|
|
32
|
-
display: string;
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
'input[type="checkbox"]': {
|
|
36
|
-
marginRight: string;
|
|
37
|
-
marginLeft: string;
|
|
38
|
-
verticalAlign: string;
|
|
39
|
-
};
|
|
40
|
-
'input[type="password"]': {
|
|
41
|
-
marginBottom: string;
|
|
42
|
-
fontSize: string;
|
|
43
|
-
border: string;
|
|
44
|
-
borderRadius: string;
|
|
45
|
-
padding: string;
|
|
46
|
-
display: string;
|
|
47
|
-
width: string;
|
|
48
|
-
boxSizing: string;
|
|
49
|
-
};
|
|
50
|
-
'input[type="radio"]': {
|
|
51
|
-
marginRight: string;
|
|
52
|
-
marginLeft: string;
|
|
53
|
-
verticalAlign: string;
|
|
54
|
-
};
|
|
55
|
-
'input[type="text"]': {
|
|
56
|
-
fontSize: string;
|
|
57
|
-
border: string;
|
|
58
|
-
borderRadius: string;
|
|
59
|
-
padding: string;
|
|
60
|
-
display: string;
|
|
61
|
-
width: string;
|
|
62
|
-
boxSizing: string;
|
|
63
|
-
};
|
|
64
|
-
select: {
|
|
65
|
-
"&:disabled": {
|
|
66
|
-
color: string;
|
|
67
|
-
backgroundColor: string;
|
|
68
|
-
option: {
|
|
69
|
-
color: string;
|
|
70
|
-
backgroundColor: string;
|
|
71
|
-
"&:hover": {
|
|
72
|
-
color: string;
|
|
73
|
-
backgroundColor: string;
|
|
74
|
-
};
|
|
75
|
-
};
|
|
76
|
-
};
|
|
77
|
-
option: {
|
|
78
|
-
padding: string;
|
|
79
|
-
"&:hover": {
|
|
80
|
-
color: string;
|
|
81
|
-
backgroundColor: string;
|
|
82
|
-
};
|
|
83
|
-
"&:disabled": {
|
|
84
|
-
color: string;
|
|
85
|
-
backgroundColor: string;
|
|
86
|
-
};
|
|
87
|
-
};
|
|
88
|
-
fontSize: string;
|
|
89
|
-
border: string;
|
|
90
|
-
borderRadius: string;
|
|
91
|
-
padding: string;
|
|
92
|
-
display: string;
|
|
93
|
-
width: string;
|
|
94
|
-
boxSizing: string;
|
|
95
|
-
};
|
|
96
|
-
textarea: {
|
|
97
|
-
fontFamily: string;
|
|
98
|
-
height: string;
|
|
99
|
-
fontSize: string;
|
|
100
|
-
border: string;
|
|
101
|
-
borderRadius: string;
|
|
102
|
-
padding: string;
|
|
103
|
-
display: string;
|
|
104
|
-
width: string;
|
|
105
|
-
boxSizing: string;
|
|
106
|
-
};
|
|
107
|
-
".items": {
|
|
108
|
-
label: {
|
|
109
|
-
marginBottom: number;
|
|
110
|
-
"&:last-child": {
|
|
111
|
-
marginBottom: string;
|
|
112
|
-
};
|
|
113
|
-
};
|
|
114
|
-
};
|
|
115
|
-
".overlay": {
|
|
116
|
-
display: string;
|
|
117
|
-
};
|
|
118
|
-
".relative": {
|
|
119
|
-
position: string;
|
|
120
|
-
};
|
|
121
|
-
".TextEditor .shell": {
|
|
122
|
-
fontSize: string;
|
|
123
|
-
border: string;
|
|
124
|
-
borderRadius: string;
|
|
125
|
-
padding: string;
|
|
126
|
-
display: string;
|
|
127
|
-
width: string;
|
|
128
|
-
boxSizing: string;
|
|
129
|
-
};
|
|
130
|
-
"&.AutoComplete": {
|
|
131
|
-
'input[type="text"]': {
|
|
132
|
-
width: string;
|
|
133
|
-
};
|
|
134
|
-
".suggestions": {
|
|
135
|
-
position: string;
|
|
136
|
-
width: string;
|
|
137
|
-
maxHeight: string;
|
|
138
|
-
border: string;
|
|
139
|
-
margin: number;
|
|
140
|
-
padding: number;
|
|
141
|
-
listStyleType: string;
|
|
142
|
-
overflow: string;
|
|
143
|
-
backgroundColor: string;
|
|
144
|
-
zIndex: number;
|
|
145
|
-
li: {
|
|
146
|
-
padding: string;
|
|
147
|
-
"&:hover": {
|
|
148
|
-
color: string;
|
|
149
|
-
backgroundColor: string;
|
|
150
|
-
};
|
|
151
|
-
"&.selected": {
|
|
152
|
-
color: string;
|
|
153
|
-
backgroundColor: string;
|
|
154
|
-
};
|
|
155
|
-
"&.disabled": {
|
|
156
|
-
color: string;
|
|
157
|
-
backgroundColor: string;
|
|
158
|
-
};
|
|
159
|
-
};
|
|
160
|
-
};
|
|
161
|
-
};
|
|
162
|
-
"&.ButtonBar": {
|
|
163
|
-
marginTop: string;
|
|
164
|
-
".items": {
|
|
165
|
-
lineHeight: number;
|
|
166
|
-
marginTop: string;
|
|
167
|
-
button: {
|
|
168
|
-
marginBottom: string;
|
|
169
|
-
p: {
|
|
170
|
-
lineHeight: number;
|
|
171
|
-
};
|
|
172
|
-
};
|
|
173
|
-
"&.vertical": {
|
|
174
|
-
button: {
|
|
175
|
-
display: string;
|
|
176
|
-
marginBottom: string;
|
|
177
|
-
};
|
|
178
|
-
};
|
|
179
|
-
};
|
|
180
|
-
};
|
|
181
|
-
"&.DateTimePicker, &.DatePicker, &.TimePicker, &.DateRangePicker": {
|
|
182
|
-
".outer": {
|
|
183
|
-
display: string;
|
|
184
|
-
".inner": {
|
|
185
|
-
display: string;
|
|
186
|
-
border: string;
|
|
187
|
-
flexGrow: number;
|
|
188
|
-
margin: string;
|
|
189
|
-
backgroundColor: string;
|
|
190
|
-
'input[type="text"]': {
|
|
191
|
-
border: string;
|
|
192
|
-
fontSize: string;
|
|
193
|
-
};
|
|
194
|
-
"input:focus": {
|
|
195
|
-
backgroundColor: string;
|
|
196
|
-
outline: string;
|
|
197
|
-
};
|
|
198
|
-
};
|
|
199
|
-
".buttonContainer": {
|
|
200
|
-
position: string;
|
|
201
|
-
};
|
|
202
|
-
"button.calendarButton, button.clockButton": {
|
|
203
|
-
margin: string;
|
|
204
|
-
border: string;
|
|
205
|
-
backgroundColor: string;
|
|
206
|
-
cursor: string;
|
|
207
|
-
flexShrink: number;
|
|
208
|
-
fontSize: string;
|
|
209
|
-
height: string;
|
|
210
|
-
width: string;
|
|
211
|
-
borderRadius: string;
|
|
212
|
-
outline: string;
|
|
213
|
-
padding: string;
|
|
214
|
-
textAlign: string;
|
|
215
|
-
"&:hover": {
|
|
216
|
-
backgroundColor: string;
|
|
217
|
-
};
|
|
218
|
-
"svg.calendar, svg.clock": {
|
|
219
|
-
height: string;
|
|
220
|
-
verticalAlign: string;
|
|
221
|
-
textAlign: string;
|
|
222
|
-
width: string;
|
|
223
|
-
marginBottom: string;
|
|
224
|
-
};
|
|
225
|
-
};
|
|
226
|
-
};
|
|
227
|
-
"&.error": {
|
|
228
|
-
".outer": {
|
|
229
|
-
color: string;
|
|
230
|
-
};
|
|
231
|
-
};
|
|
232
|
-
'.disabled, button:disabled, input[type="text"]:disabled': {
|
|
233
|
-
backgroundColor: string;
|
|
234
|
-
border: string;
|
|
235
|
-
pointerEvents: string;
|
|
236
|
-
};
|
|
237
|
-
};
|
|
238
|
-
"&.TimePicker .TimePickerInput, &.DateTimePicker .TimePickerInput": {
|
|
239
|
-
flexGrow: number;
|
|
240
|
-
input: {
|
|
241
|
-
height: string;
|
|
242
|
-
width: string;
|
|
243
|
-
boxSizing: string;
|
|
244
|
-
};
|
|
245
|
-
".close": {
|
|
246
|
-
position: string;
|
|
247
|
-
display: string;
|
|
248
|
-
width: string;
|
|
249
|
-
maxWidth: string;
|
|
250
|
-
};
|
|
251
|
-
".overlay": {
|
|
252
|
-
position: string;
|
|
253
|
-
};
|
|
254
|
-
".side": {
|
|
255
|
-
boxSizing: string;
|
|
256
|
-
left: number;
|
|
257
|
-
position: string;
|
|
258
|
-
textAlign: string;
|
|
259
|
-
top: number;
|
|
260
|
-
width: string;
|
|
261
|
-
};
|
|
262
|
-
"@media screen": {
|
|
263
|
-
".close": {
|
|
264
|
-
".content": {
|
|
265
|
-
display: string;
|
|
266
|
-
};
|
|
267
|
-
".symbol::after": {
|
|
268
|
-
content: string;
|
|
269
|
-
};
|
|
270
|
-
};
|
|
271
|
-
".up .content, .down .content": {
|
|
272
|
-
display: string;
|
|
273
|
-
};
|
|
274
|
-
".up .symbol::after": {
|
|
275
|
-
content: string;
|
|
276
|
-
fontSize: string;
|
|
277
|
-
color: string;
|
|
278
|
-
};
|
|
279
|
-
".down .symbol::after": {
|
|
280
|
-
content: string;
|
|
281
|
-
fontSize: string;
|
|
282
|
-
color: string;
|
|
283
|
-
};
|
|
284
|
-
};
|
|
285
|
-
".rollers": {
|
|
286
|
-
position: string;
|
|
287
|
-
visibility: string;
|
|
288
|
-
backgroundColor: string;
|
|
289
|
-
textAlign: string;
|
|
290
|
-
boxSizing: string;
|
|
291
|
-
boxShadow: string;
|
|
292
|
-
opacity: string;
|
|
293
|
-
transition: string;
|
|
294
|
-
zIndex: string;
|
|
295
|
-
right: string;
|
|
296
|
-
top: string;
|
|
297
|
-
".button": {
|
|
298
|
-
display: string;
|
|
299
|
-
width: string;
|
|
300
|
-
textAlign: string;
|
|
301
|
-
cursor: string;
|
|
302
|
-
fontSize: string;
|
|
303
|
-
transition: string;
|
|
304
|
-
};
|
|
305
|
-
".button:hover": {
|
|
306
|
-
backgroundColor: string;
|
|
307
|
-
transition: string;
|
|
308
|
-
};
|
|
309
|
-
};
|
|
310
|
-
".main": {
|
|
311
|
-
display: string;
|
|
312
|
-
margin: string;
|
|
313
|
-
};
|
|
314
|
-
".overlay .button": {
|
|
315
|
-
position: string;
|
|
316
|
-
left: string;
|
|
317
|
-
top: string;
|
|
318
|
-
width: string;
|
|
319
|
-
padding: string;
|
|
320
|
-
boxSizing: string;
|
|
321
|
-
pointerEvents: string;
|
|
322
|
-
textAlign: string;
|
|
323
|
-
fontStyle: string;
|
|
324
|
-
color: string;
|
|
325
|
-
};
|
|
326
|
-
".dropdown": {
|
|
327
|
-
position: string;
|
|
328
|
-
touchAction: string;
|
|
329
|
-
};
|
|
330
|
-
".opened .rollers": {
|
|
331
|
-
visibility: string;
|
|
332
|
-
transition: string;
|
|
333
|
-
opacity: string;
|
|
334
|
-
};
|
|
335
|
-
".bottom": {
|
|
336
|
-
marginBottom: string;
|
|
337
|
-
".content": {
|
|
338
|
-
fontStyle: string;
|
|
339
|
-
color: string;
|
|
340
|
-
};
|
|
341
|
-
".button": {
|
|
342
|
-
cursor: string;
|
|
343
|
-
};
|
|
344
|
-
".button:hover": {
|
|
345
|
-
background: string;
|
|
346
|
-
};
|
|
347
|
-
};
|
|
348
|
-
".up, .down, .value": {
|
|
349
|
-
position: string;
|
|
350
|
-
width: string;
|
|
351
|
-
maxWidth: string;
|
|
352
|
-
margin: string;
|
|
353
|
-
borderRadius: string;
|
|
354
|
-
".button": {
|
|
355
|
-
padding: string;
|
|
356
|
-
};
|
|
357
|
-
};
|
|
358
|
-
".up, .down": {
|
|
359
|
-
".button": {
|
|
360
|
-
padding: string;
|
|
361
|
-
};
|
|
362
|
-
".button:hover": {
|
|
363
|
-
background: string;
|
|
364
|
-
".symbol::after": {
|
|
365
|
-
color: string;
|
|
366
|
-
transition: string;
|
|
367
|
-
};
|
|
368
|
-
};
|
|
369
|
-
};
|
|
370
|
-
".value": {
|
|
371
|
-
".button": {
|
|
372
|
-
lineHeight: string;
|
|
373
|
-
};
|
|
374
|
-
".button:hover": {
|
|
375
|
-
borderRadius: string;
|
|
376
|
-
};
|
|
377
|
-
};
|
|
378
|
-
".hours, .minutes": {
|
|
379
|
-
display: string;
|
|
380
|
-
};
|
|
381
|
-
".hours, .minutes, .toggle": {
|
|
382
|
-
margin: string;
|
|
383
|
-
position: string;
|
|
384
|
-
};
|
|
385
|
-
".toggle": {
|
|
386
|
-
display: string;
|
|
387
|
-
};
|
|
388
|
-
".show-ampm .toggle": {
|
|
389
|
-
display: string;
|
|
390
|
-
};
|
|
391
|
-
".tape": {
|
|
392
|
-
display: string;
|
|
393
|
-
position: string;
|
|
394
|
-
left: number;
|
|
395
|
-
top: number;
|
|
396
|
-
height: string;
|
|
397
|
-
width: string;
|
|
398
|
-
maxWidth: string;
|
|
399
|
-
maxHeight: string;
|
|
400
|
-
textAlign: string;
|
|
401
|
-
overflowX: string;
|
|
402
|
-
overflowY: string;
|
|
403
|
-
};
|
|
404
|
-
".rolling .buttons": {
|
|
405
|
-
opacity: string;
|
|
406
|
-
};
|
|
407
|
-
".rolling .tape": {
|
|
408
|
-
display: string;
|
|
409
|
-
};
|
|
410
|
-
".tape, .tape *": {
|
|
411
|
-
pointerEvents: string;
|
|
412
|
-
};
|
|
413
|
-
".tape .item, .tape .button": {
|
|
414
|
-
margin: string;
|
|
415
|
-
padding: string;
|
|
416
|
-
};
|
|
417
|
-
".tape .item:nth-child(4)": {
|
|
418
|
-
fontWeight: string;
|
|
419
|
-
};
|
|
420
|
-
".marker": {
|
|
421
|
-
top: string;
|
|
422
|
-
left: string;
|
|
423
|
-
width: string;
|
|
424
|
-
maxWidth: string;
|
|
425
|
-
height: string;
|
|
426
|
-
maxHeight: string;
|
|
427
|
-
marginLeft: string;
|
|
428
|
-
marginTop: string;
|
|
429
|
-
backgroundColor: string;
|
|
430
|
-
borderRadius: string;
|
|
431
|
-
};
|
|
432
|
-
};
|
|
433
|
-
"&.DateRangePicker": {
|
|
434
|
-
".inner": {
|
|
435
|
-
'input[type="text"]': {
|
|
436
|
-
textAlign: string;
|
|
437
|
-
width: string;
|
|
438
|
-
};
|
|
439
|
-
"span.arrow": {
|
|
440
|
-
margin: string;
|
|
441
|
-
display: string;
|
|
442
|
-
alignSelf: string;
|
|
443
|
-
width: string;
|
|
444
|
-
"svg.arrowRight": {
|
|
445
|
-
display: string;
|
|
446
|
-
width: string;
|
|
447
|
-
height: string;
|
|
448
|
-
margin: string;
|
|
449
|
-
};
|
|
450
|
-
};
|
|
451
|
-
};
|
|
452
|
-
};
|
|
453
|
-
"&.DatePicker .time-part, &.TimePicker .date-part": {
|
|
454
|
-
display: string;
|
|
455
|
-
};
|
|
456
|
-
"&.NumberSlider, &.NumberRangeSlider": {
|
|
457
|
-
".slider-container": {
|
|
458
|
-
padding: string;
|
|
459
|
-
lineHeight: string;
|
|
460
|
-
marginBottom: string;
|
|
461
|
-
};
|
|
462
|
-
".inputs": {
|
|
463
|
-
display: string;
|
|
464
|
-
justifyContent: string;
|
|
465
|
-
flexWrap: string;
|
|
466
|
-
marginTop: string;
|
|
467
|
-
"span:first-child": {
|
|
468
|
-
marginRight: string;
|
|
469
|
-
};
|
|
470
|
-
span: {
|
|
471
|
-
display: string;
|
|
472
|
-
flexDirection: string;
|
|
473
|
-
alignItems: string;
|
|
474
|
-
input: {
|
|
475
|
-
marginLeft: string;
|
|
476
|
-
width: string;
|
|
477
|
-
};
|
|
478
|
-
};
|
|
479
|
-
};
|
|
480
|
-
};
|
|
481
|
-
"&.RadioGroup": {
|
|
482
|
-
marginBottom: string;
|
|
483
|
-
border: string;
|
|
484
|
-
color: string;
|
|
485
|
-
};
|
|
486
|
-
"&.Text": {
|
|
487
|
-
marginBottom: string;
|
|
488
|
-
border: string;
|
|
489
|
-
color: string;
|
|
490
|
-
};
|
|
491
|
-
"&.Image": {
|
|
492
|
-
marginBottom: string;
|
|
493
|
-
border: string;
|
|
494
|
-
color: string;
|
|
495
|
-
};
|
|
496
|
-
};
|
|
497
|
-
};
|
|
498
|
-
export default styles;
|
package/forms/LegacyStyles.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const constants={action:{normal:"#197dc8",light:"#5caeeb",veryLight:"#e4f2fc"},alarm:"#b71d1d",bgColor:"#eee",border:"#ccc",button:"#eee",font:{light:"#777777",dark:"#333"}},inputStyles={fontSize:"1em",border:"1px solid #cccccc",borderRadius:"1px",padding:"3px 6px",display:"block",width:"100%",boxSizing:"border-box"},autoCompleteStyles={'input[type="text"]':{width:"100%"},".suggestions":{position:"absolute",width:"100%",maxHeight:"15.1em",border:"0.063em solid #cccccc",margin:0,padding:0,listStyleType:"none",overflow:"auto",backgroundColor:"white",zIndex:1,li:{padding:"0.35em","&:hover":{color:"#fff",backgroundColor:"#197dc8"},"&.selected":{color:"#fff",backgroundColor:"#197dc8"},"&.disabled":{color:constants.font.light,backgroundColor:"transparent"}}}},buttonBarStyles={marginTop:"1.5em",".items":{lineHeight:1,marginTop:"2px",button:{marginBottom:"0.313em",p:{lineHeight:1.15}},"&.vertical":{button:{display:"block",marginBottom:"6px"}}}},dateTimePickerStyles={".outer":{display:"flex",".inner":{display:"flex",border:"solid 1px",flexGrow:1,margin:"0.25rem",backgroundColor:"#ffffff",'input[type="text"]':{border:"none !important",fontSize:"medium !important"},"input:focus":{backgroundColor:"#eee",outline:"none"}},".buttonContainer":{position:"relative"},"button.calendarButton, button.clockButton":{margin:"0.17em 0",border:"none",backgroundColor:"#efefef",cursor:"pointer",flexShrink:0,fontSize:"medium",height:"2.25em",width:"2.25em",borderRadius:"50%",outline:"none",padding:"6px",textAlign:"center","&:hover":{backgroundColor:"#ccc"},"svg.calendar, svg.clock":{height:"16px",verticalAlign:"middle",textAlign:"center",width:"16px",marginBottom:"2px"}}},"&.error":{".outer":{color:`${constants.alarm} !important`}},'.disabled, button:disabled, input[type="text"]:disabled':{backgroundColor:`${constants.bgColor} !important`,border:"none !important",pointerEvents:"none"}},timePickerInputStyles={flexGrow:1,input:{height:"2.025em",width:"100%",boxSizing:"border-box"},".close":{position:"relative",display:"inline-block",width:"2em",maxWidth:"2em"},".overlay":{position:"relative"},".side":{boxSizing:"border-box",left:0,position:"absolute",textAlign:"right",top:0,width:"100%"},"@media screen":{".close":{".content":{display:"none"},".symbol::after":{content:'"\\2716"'}},".up .content, .down .content":{display:"none"},".up .symbol::after":{content:'"\\25B2"',fontSize:"1.15em",color:constants.action.normal},".down .symbol::after":{content:'"\\25BC"',fontSize:"1.15em",color:constants.action.normal}},".rollers":{position:"absolute",visibility:"hidden",backgroundColor:"white",textAlign:"center",boxSizing:"border-box",boxShadow:"0 0.313em 0.8em rgba(0, 0, 0, 0.2)",opacity:"0",transition:"all 0.3s ease-in-out",zIndex:"1",right:"-2em",top:"0.25em",".button":{display:"block",width:"auto",textAlign:"center",cursor:"pointer",fontSize:"small",transition:"all 0.2s ease-in-out"},".button:hover":{backgroundColor:constants.action.veryLight,transition:"all 0.2s ease-in-out"}},".main":{display:"inline-block",margin:"0.625em 0 1em"},".overlay .button":{position:"absolute",left:"0",top:"0",width:"100%",padding:"2px 4px 2px 4px",boxSizing:"border-box",pointerEvents:"none",textAlign:"right",fontStyle:"italic",color:"#808080"},".dropdown":{position:"relative",touchAction:"none"},".opened .rollers":{visibility:"visible",transition:"all 0.3s ease-in-out",opacity:"1"},".bottom":{marginBottom:"0.5em",".content":{fontStyle:"italic",color:"#999"},".button":{cursor:"default"},".button:hover":{background:"none"}},".up, .down, .value":{position:"relative",width:"1.4em",maxWidth:"1.4em",margin:"0 0.5em",borderRadius:"50px",".button":{padding:"0.2em 0.2em 0.1em"}},".up, .down":{".button":{padding:"0"},".button:hover":{background:"none",".symbol::after":{color:constants.action.light,transition:"all 0.2s ease-in-out"}}},".value":{".button":{lineHeight:"1.675em"},".button:hover":{borderRadius:"50px"}},".hours, .minutes":{display:"inline-block"},".hours, .minutes, .toggle":{margin:"0 0.5em",position:"relative"},".toggle":{display:"none"},".show-ampm .toggle":{display:"inline-block"},".tape":{display:"none",position:"absolute",left:0,top:0,height:"100%",width:"100%",maxWidth:"100%",maxHeight:"100%",textAlign:"center",overflowX:"hidden",overflowY:"hidden"},".rolling .buttons":{opacity:"0"},".rolling .tape":{display:"block"},".tape, .tape *":{pointerEvents:"none"},".tape .item, .tape .button":{margin:"0",padding:"0"},".tape .item:nth-child(4)":{fontWeight:"bold"},".marker":{top:"50%",left:"50%",width:"1.5em",maxWidth:"1.5em",height:"1.5em",maxHeight:"1.5em",marginLeft:"-0.75em",marginTop:"-0.75em",backgroundColor:"lightblue",borderRadius:"0.75em"}},dateRangePickerStyles={".inner":{'input[type="text"]':{textAlign:"center",width:"45%"},"span.arrow":{margin:"0 0.5rem",display:"inline",alignSelf:"center",width:"10%","svg.arrowRight":{display:"block",width:"18px",height:"18px",margin:"auto"}}}},numberSliderStyles={".slider-container":{padding:"6px 12px",lineHeight:"1",marginBottom:"0.5em"},".inputs":{display:"flex",justifyContent:"flex-start",flexWrap:"wrap",marginTop:"1.5em","span:first-child":{marginRight:"0.5em"},span:{display:"flex",flexDirection:"row",alignItems:"baseline",input:{marginLeft:"0.5em !important",width:"5.25em !important"}}}},styles={".legacy-styled-element > * label":{border:"none",color:"#333333",display:"block",marginBottom:"0.5em",p:{"&:first-child":{marginTop:0},"&:last-child":{marginBottom:0}},"&:empty":{display:"none"},"&.focus":{backgroundColor:"#eee"}},".legacy-styled-element":{button:{marginRight:"6px"},div:{"&.inline":{display:"inline-block"}},'input[type="checkbox"]':{marginRight:"0.25em",marginLeft:"0.25em",verticalAlign:"baseline"},'input[type="password"]':{...inputStyles,marginBottom:"1em"},'input[type="radio"]':{marginRight:"0.25em",marginLeft:"0.25em",verticalAlign:"baseline"},'input[type="text"]':inputStyles,select:{...inputStyles,"&:disabled":{color:constants.font.light,backgroundColor:"transparent",option:{color:constants.font.light,backgroundColor:"transparent","&:hover":{color:constants.font.light,backgroundColor:"transparent"}}},option:{padding:"2px 2px 0","&:hover":{color:"#fff",backgroundColor:"#197dc8"},"&:disabled":{color:constants.font.light,backgroundColor:"transparent"}}},textarea:{...inputStyles,fontFamily:"inherit",height:"auto"},".items":{label:{marginBottom:0,"&:last-child":{marginBottom:"1em"}}},".overlay":{display:"none"},".relative":{position:"relative"},".TextEditor .shell":inputStyles,"&.AutoComplete":autoCompleteStyles,"&.ButtonBar":buttonBarStyles,"&.DateTimePicker, &.DatePicker, &.TimePicker, &.DateRangePicker":dateTimePickerStyles,"&.TimePicker .TimePickerInput, &.DateTimePicker .TimePickerInput":timePickerInputStyles,"&.DateRangePicker":dateRangePickerStyles,"&.DatePicker .time-part, &.TimePicker .date-part":{display:"none"},"&.NumberSlider, &.NumberRangeSlider":numberSliderStyles,"&.RadioGroup":{marginBottom:"0.75em",border:"none",color:"#333333"},"&.Text":{marginBottom:"0.75em",border:"none",color:"#333333"},"&.Image":{marginBottom:"0.75em",border:"none",color:"#333333"}}};export default styles;
|
package/forms/assets/arrow.d.ts
DELETED
package/forms/assets/arrow.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import*as React from"react";function renderArrowHead(){return React.createElement("svg",{className:"arrowHead",viewBox:"0 0 200 200",preserveAspectRatio:"none"},React.createElement("path",{d:"M 0 0 V 200 L 200 100 Z"}))}function renderArrowRight(){return React.createElement("svg",{className:"arrowRight",viewBox:"0 0 24 24",preserveAspectRatio:"none"},React.createElement("path",{d:"M20 12l-8-8-1.4 1.4 5.6 5.6H4v2h12.2l-5.6 5.6L12 20l8-8z"}))}function renderArrowRollup(){return React.createElement("svg",{className:"arrowRollup",viewBox:"0 0 200 200",preserveAspectRatio:"none"},React.createElement("circle",{cx:"100",cy:"100",r:"100"}),React.createElement("polyline",{points:"50 100 100 50 150 100"}),React.createElement("polyline",{points:"50 150 100 100 150 150"}))}export{renderArrowHead,renderArrowRight,renderArrowRollup};
|
package/forms/assets/chevron.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import*as React from"react";function renderChevronUp(){return React.createElement("svg",{className:"chevronUp",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20 15.3l-8-8-8 8 1.4 1.4 6.6-6.6 6.6 6.6 1.4-1.4z"})))}function renderChevronDown(){return React.createElement("svg",{className:"chevronDown",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M18.6 7.3L12 13.9 5.4 7.3 4 8.7l8 8 8-8-1.4-1.4z"})))}export{renderChevronUp,renderChevronDown};
|
package/forms/assets/cross.d.ts
DELETED
package/forms/assets/cross.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import*as React from"react";function renderCrossAdd(){return React.createElement("svg",{className:"crossAdd",viewBox:"0 0 200 200",preserveAspectRatio:"none"},React.createElement("polyline",{points:"0 100 200 100"}),React.createElement("polyline",{points:"100 0 100 200"}))}function renderCrossDelete(){return React.createElement("svg",{className:"crossDelete",viewBox:"0 0 200 200",preserveAspectRatio:"none"},React.createElement("circle",{cx:"100",cy:"100",r:"100"}),React.createElement("polyline",{points:"50 50 150 150"}),React.createElement("polyline",{points:"50 150 150 50"}))}export{renderCrossAdd,renderCrossDelete};
|