@vertigis/workflow 5.35.1 → 5.37.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.
Files changed (526) hide show
  1. package/Activator.d.ts +25 -25
  2. package/Collections.d.ts +83 -91
  3. package/EnumUtils.d.ts +28 -28
  4. package/Errors.d.ts +155 -155
  5. package/Hooks.d.ts +32 -32
  6. package/IActivityHandler.d.ts +101 -106
  7. package/LanguageStringUtils.d.ts +16 -17
  8. package/LanguageStringUtils.js +1 -1
  9. package/ProgramInspectorFacility.d.ts +23 -24
  10. package/Task.d.ts +56 -56
  11. package/TemplateUtils.d.ts +28 -28
  12. package/Validation.d.ts +151 -26
  13. package/Validation.js +1 -1
  14. package/activities/app/GetApplicationData.d.ts +15 -12
  15. package/activities/app/GetApplicationData.js +1 -1
  16. package/activities/app/GetApplicationInfo.d.ts +15 -15
  17. package/activities/app/GetUserInfo.d.ts +15 -15
  18. package/activities/app/PublishEvent.d.ts +14 -14
  19. package/activities/app/RemoveApplicationData.d.ts +14 -11
  20. package/activities/app/RemoveApplicationData.js +1 -1
  21. package/activities/app/RunCommand.d.ts +17 -17
  22. package/activities/app/RunOperation.d.ts +25 -25
  23. package/activities/app/SetApplicationData.d.ts +13 -10
  24. package/activities/app/SetApplicationData.js +1 -1
  25. package/activities/app/applicationData.d.ts +12 -0
  26. package/activities/app/applicationData.js +1 -0
  27. package/activities/arcgis/AddAttachment.d.ts +22 -22
  28. package/activities/arcgis/AddAttachment.js +1 -1
  29. package/activities/arcgis/AddFeatureLayer.d.ts +23 -23
  30. package/activities/arcgis/AddFeatureLayer.js +1 -1
  31. package/activities/arcgis/AddFeatures.d.ts +27 -27
  32. package/activities/arcgis/AddFeatures.js +1 -1
  33. package/activities/arcgis/AddGraphics.d.ts +27 -27
  34. package/activities/arcgis/AddGraphics.js +1 -1
  35. package/activities/arcgis/ArcadeScript.d.ts +17 -18
  36. package/activities/arcgis/ArcadeScript.js +1 -1
  37. package/activities/arcgis/AreaEngineTask.d.ts +20 -20
  38. package/activities/arcgis/AreaEngineTask.js +1 -1
  39. package/activities/arcgis/BufferEngineTask.d.ts +27 -27
  40. package/activities/arcgis/BufferEngineTask.js +1 -1
  41. package/activities/arcgis/BufferServiceTask.d.ts +33 -33
  42. package/activities/arcgis/BufferServiceTask.js +1 -1
  43. package/activities/arcgis/CastGeometry.d.ts +23 -23
  44. package/activities/arcgis/ClearGraphics.d.ts +12 -12
  45. package/activities/arcgis/ClearGraphics.js +1 -1
  46. package/activities/arcgis/ClipEngineTask.d.ts +18 -18
  47. package/activities/arcgis/ClipEngineTask.js +1 -1
  48. package/activities/arcgis/ClosestFacilityTask.d.ts +90 -90
  49. package/activities/arcgis/ClosestFacilityTask.js +1 -1
  50. package/activities/arcgis/CompareGeometries.d.ts +19 -19
  51. package/activities/arcgis/CompareGeometries.js +1 -1
  52. package/activities/arcgis/ConvertValueToArcGisFieldType.d.ts +13 -0
  53. package/activities/arcgis/ConvertValueToArcGisFieldType.js +1 -0
  54. package/activities/arcgis/CreateFeatureSet.d.ts +16 -16
  55. package/activities/arcgis/CreateFeatureSet.js +1 -1
  56. package/activities/arcgis/CreateGraphic.d.ts +17 -17
  57. package/activities/arcgis/CreateGraphic.js +1 -1
  58. package/activities/arcgis/CreatePoint.d.ts +17 -17
  59. package/activities/arcgis/CutEngineTask.d.ts +18 -18
  60. package/activities/arcgis/CutEngineTask.js +1 -1
  61. package/activities/arcgis/DeleteAttachments.d.ts +22 -22
  62. package/activities/arcgis/DeleteAttachments.js +1 -1
  63. package/activities/arcgis/DeleteFeatures.d.ts +30 -30
  64. package/activities/arcgis/DeleteFeatures.js +1 -1
  65. package/activities/arcgis/DensifyEngineTask.d.ts +20 -20
  66. package/activities/arcgis/DensifyEngineTask.js +1 -1
  67. package/activities/arcgis/DifferenceEngineTask.d.ts +23 -23
  68. package/activities/arcgis/DifferenceEngineTask.js +1 -1
  69. package/activities/arcgis/DistanceEngineTask.d.ts +20 -20
  70. package/activities/arcgis/DistanceEngineTask.js +1 -1
  71. package/activities/arcgis/DistanceServiceTask.d.ts +24 -24
  72. package/activities/arcgis/DistanceServiceTask.js +1 -1
  73. package/activities/arcgis/ExtendedSpatialReferenceInfoEngineTask.d.ts +17 -17
  74. package/activities/arcgis/FeatureSetFromJson.d.ts +16 -16
  75. package/activities/arcgis/FeatureTableMap.d.ts +12 -12
  76. package/activities/arcgis/FlipEngineTask.d.ts +21 -21
  77. package/activities/arcgis/FlipEngineTask.js +1 -1
  78. package/activities/arcgis/FromGeoCoordinateStringServiceTask.d.ts +24 -24
  79. package/activities/arcgis/GeneralizeEngineTask.d.ts +22 -22
  80. package/activities/arcgis/GeneralizeEngineTask.js +1 -1
  81. package/activities/arcgis/GenerateArcGisToken.d.ts +23 -23
  82. package/activities/arcgis/GenerateWebmapForReport.d.ts +20 -20
  83. package/activities/arcgis/GenerateWebmapForReport.js +1 -1
  84. package/activities/arcgis/Geocode.d.ts +37 -38
  85. package/activities/arcgis/Geocode.js +1 -1
  86. package/activities/arcgis/GeometryFromJson.d.ts +16 -16
  87. package/activities/arcgis/Geoprocessing.d.ts +25 -26
  88. package/activities/arcgis/Geoprocessing.js +1 -1
  89. package/activities/arcgis/GeoprocessingAsync.d.ts +36 -37
  90. package/activities/arcgis/GeoprocessingAsync.js +1 -1
  91. package/activities/arcgis/GetAttributeValue.d.ts +22 -22
  92. package/activities/arcgis/GetAttributeValues.d.ts +20 -20
  93. package/activities/arcgis/GetCentroid.d.ts +16 -16
  94. package/activities/arcgis/GetCodedValueDomain.d.ts +29 -29
  95. package/activities/arcgis/GetCodedValueDomain.js +1 -1
  96. package/activities/arcgis/GetCurrentPosition.d.ts +46 -46
  97. package/activities/arcgis/GetFeatureGeometries.d.ts +20 -20
  98. package/activities/arcgis/GetFeatureGeometry.d.ts +18 -18
  99. package/activities/arcgis/GetFeatureLayerInfo.d.ts +22 -22
  100. package/activities/arcgis/GetFeatureLayerInfo.js +1 -1
  101. package/activities/arcgis/GetFeatureSetExtent.d.ts +18 -18
  102. package/activities/arcgis/GetFeatureSetObjectIds.d.ts +20 -20
  103. package/activities/arcgis/GetFormElementItemsFromFeatures.d.ts +49 -50
  104. package/activities/arcgis/GetFormElementItemsFromFeatures.js +1 -1
  105. package/activities/arcgis/GetGeometryExtent.d.ts +17 -17
  106. package/activities/arcgis/GetGraphics.d.ts +19 -19
  107. package/activities/arcgis/GetGraphics.js +1 -1
  108. package/activities/arcgis/GetLayer.d.ts +21 -21
  109. package/activities/arcgis/GetLayer.js +1 -1
  110. package/activities/arcgis/GetLayerDefinitionExpression.d.ts +18 -18
  111. package/activities/arcgis/GetLayerDefinitionExpression.js +1 -1
  112. package/activities/arcgis/GetLayerProperty.d.ts +18 -18
  113. package/activities/arcgis/GetLayerProperty.js +1 -1
  114. package/activities/arcgis/GetLayerVisibility.d.ts +18 -18
  115. package/activities/arcgis/GetLayerVisibility.js +1 -1
  116. package/activities/arcgis/GetMap.d.ts +11 -11
  117. package/activities/arcgis/GetMap.js +1 -1
  118. package/activities/arcgis/GetMapScreenshot.d.ts +18 -18
  119. package/activities/arcgis/GetPortalUser.d.ts +20 -20
  120. package/activities/arcgis/GetTable.d.ts +18 -18
  121. package/activities/arcgis/GetTable.js +1 -1
  122. package/activities/arcgis/GetViewExtent.d.ts +16 -16
  123. package/activities/arcgis/GetViewExtent.js +1 -1
  124. package/activities/arcgis/GetViewpoint.d.ts +12 -12
  125. package/activities/arcgis/GetViewpoint.js +1 -1
  126. package/activities/arcgis/IntersectEngineTask.d.ts +20 -20
  127. package/activities/arcgis/IntersectEngineTask.js +1 -1
  128. package/activities/arcgis/LabelPointsServiceTask.d.ts +18 -18
  129. package/activities/arcgis/LengthEngineTask.d.ts +20 -20
  130. package/activities/arcgis/LengthEngineTask.js +1 -1
  131. package/activities/arcgis/MapProvider.d.ts +133 -132
  132. package/activities/arcgis/MapProvider.js +1 -1
  133. package/activities/arcgis/NearestCoordinateEngineTask.d.ts +26 -26
  134. package/activities/arcgis/NearestVertexEngineTask.d.ts +26 -26
  135. package/activities/arcgis/NearestVertexEngineTask.js +1 -1
  136. package/activities/arcgis/NearestVerticesEngineTask.d.ts +34 -34
  137. package/activities/arcgis/NearestVerticesEngineTask.js +1 -1
  138. package/activities/arcgis/OffsetEngineTask.d.ts +25 -25
  139. package/activities/arcgis/OffsetEngineTask.js +1 -1
  140. package/activities/arcgis/ProjectServiceTask.d.ts +27 -27
  141. package/activities/arcgis/ProjectServiceTask.js +1 -1
  142. package/activities/arcgis/QueryAttachmentInfos.d.ts +21 -21
  143. package/activities/arcgis/QueryAttachmentInfos.js +1 -1
  144. package/activities/arcgis/QueryTask.d.ts +77 -77
  145. package/activities/arcgis/QueryTask.js +1 -1
  146. package/activities/arcgis/RefreshLayer.d.ts +12 -12
  147. package/activities/arcgis/RegisterCorsUrl.d.ts +21 -21
  148. package/activities/arcgis/RelateEngineTask.d.ts +22 -22
  149. package/activities/arcgis/RelateEngineTask.js +1 -1
  150. package/activities/arcgis/RelationServiceTask.d.ts +29 -29
  151. package/activities/arcgis/RelationServiceTask.js +1 -1
  152. package/activities/arcgis/RelationshipQueryTask.d.ts +37 -38
  153. package/activities/arcgis/RelationshipQueryTask.js +1 -1
  154. package/activities/arcgis/RemoveFeatureSetFields.d.ts +22 -22
  155. package/activities/arcgis/RemoveFeatureSetFields.js +1 -1
  156. package/activities/arcgis/RemoveGraphics.d.ts +14 -14
  157. package/activities/arcgis/RemoveGraphics.js +1 -1
  158. package/activities/arcgis/RemoveLayer.d.ts +16 -16
  159. package/activities/arcgis/RemoveLayer.js +1 -1
  160. package/activities/arcgis/RendererFromJson.d.ts +16 -16
  161. package/activities/arcgis/ReshapeServiceTask.d.ts +20 -20
  162. package/activities/arcgis/ReverseGeocode.d.ts +31 -31
  163. package/activities/arcgis/ReverseGeocode.js +1 -1
  164. package/activities/arcgis/RotateEngineTask.d.ts +20 -20
  165. package/activities/arcgis/RotateEngineTask.js +1 -1
  166. package/activities/arcgis/RouteTask.d.ts +91 -91
  167. package/activities/arcgis/RouteTask.js +1 -1
  168. package/activities/arcgis/RunPrint.d.ts +33 -34
  169. package/activities/arcgis/RunPrint.js +1 -1
  170. package/activities/arcgis/RunReport.d.ts +37 -38
  171. package/activities/arcgis/RunReport.js +1 -1
  172. package/activities/arcgis/RunWorkflow.d.ts +51 -52
  173. package/activities/arcgis/SendLayerToAttributeTable.d.ts +10 -10
  174. package/activities/arcgis/ServiceAreaTask.d.ts +87 -87
  175. package/activities/arcgis/ServiceAreaTask.js +1 -1
  176. package/activities/arcgis/SetFeatureAttribute.d.ts +15 -15
  177. package/activities/arcgis/SetFeatureGeometry.d.ts +13 -13
  178. package/activities/arcgis/SetFeaturePopup.d.ts +12 -12
  179. package/activities/arcgis/SetFeatureSymbol.d.ts +13 -13
  180. package/activities/arcgis/SetImageryLayerOptions.d.ts +27 -27
  181. package/activities/arcgis/SetImageryLayerOptions.js +1 -1
  182. package/activities/arcgis/SetLayerDefinitionExpression.d.ts +21 -21
  183. package/activities/arcgis/SetLayerDefinitionExpression.js +1 -1
  184. package/activities/arcgis/SetLayerPopup.d.ts +12 -12
  185. package/activities/arcgis/SetLayerPopup.js +1 -1
  186. package/activities/arcgis/SetLayerProperty.d.ts +23 -23
  187. package/activities/arcgis/SetLayerProperty.js +1 -1
  188. package/activities/arcgis/SetLayerVisibility.d.ts +23 -23
  189. package/activities/arcgis/SetLayerVisibility.js +1 -1
  190. package/activities/arcgis/SetMap.d.ts +14 -14
  191. package/activities/arcgis/SetViewExtent.d.ts +27 -27
  192. package/activities/arcgis/SetViewExtent.js +1 -1
  193. package/activities/arcgis/SetViewpoint.d.ts +23 -23
  194. package/activities/arcgis/SetViewpoint.js +1 -1
  195. package/activities/arcgis/ShowFeaturePopup.d.ts +11 -11
  196. package/activities/arcgis/ShowFeaturePopup.js +1 -1
  197. package/activities/arcgis/ShowResults.d.ts +51 -51
  198. package/activities/arcgis/SimplifyEngineTask.d.ts +15 -15
  199. package/activities/arcgis/SimplifyEngineTask.js +1 -1
  200. package/activities/arcgis/SortFeatureSet.d.ts +20 -20
  201. package/activities/arcgis/SymbolFromJson.d.ts +16 -16
  202. package/activities/arcgis/ToGeoCoordinateStringServiceTask.d.ts +30 -30
  203. package/activities/arcgis/TypeChecking.d.ts +46 -46
  204. package/activities/arcgis/UnionEngineTask.d.ts +19 -19
  205. package/activities/arcgis/UnionEngineTask.js +1 -1
  206. package/activities/arcgis/UnionServiceTask.d.ts +20 -20
  207. package/activities/arcgis/UpdateAttachment.d.ts +29 -29
  208. package/activities/arcgis/UpdateAttachment.js +1 -1
  209. package/activities/arcgis/UpdateFeatures.d.ts +27 -27
  210. package/activities/arcgis/UpdateFeatures.js +1 -1
  211. package/activities/arcgis/libs/arcGisRestApi.d.ts +18 -25
  212. package/activities/arcgis/runUtils.d.ts +93 -93
  213. package/activities/arcgis/shared.d.ts +61 -61
  214. package/activities/arcgis/tools.d.ts +42 -49
  215. package/activities/arcgis/tools.js +1 -1
  216. package/activities/browser/GetBrowserInfo.d.ts +13 -13
  217. package/activities/browser/InjectCss.d.ts +11 -11
  218. package/activities/constants.d.ts +19 -19
  219. package/activities/core/AddItem.d.ts +12 -12
  220. package/activities/core/AddItems.d.ts +12 -12
  221. package/activities/core/Annotation.d.ts +8 -8
  222. package/activities/core/Cast.d.ts +16 -16
  223. package/activities/core/ChannelProvider.d.ts +89 -90
  224. package/activities/core/ChannelProvider.js +1 -1
  225. package/activities/core/ClearItems.d.ts +10 -10
  226. package/activities/core/Container.d.ts +7 -7
  227. package/activities/core/ConvertBytesToText.d.ts +14 -14
  228. package/activities/core/ConvertDataTableToFeatureSet.d.ts +12 -12
  229. package/activities/core/ConvertTextToBytes.d.ts +14 -14
  230. package/activities/core/ConvertToJson.d.ts +16 -16
  231. package/activities/core/ConvertToJson.js +1 -1
  232. package/activities/core/CreateFile.d.ts +18 -18
  233. package/activities/core/CreateValue.d.ts +21 -21
  234. package/activities/core/DecodeUriComponent.d.ts +14 -14
  235. package/activities/core/Delay.d.ts +18 -18
  236. package/activities/core/EncodeUriComponent.d.ts +14 -14
  237. package/activities/core/Evaluate.d.ts +18 -18
  238. package/activities/core/EvaluateAsync.d.ts +18 -18
  239. package/activities/core/Exit.d.ts +7 -7
  240. package/activities/core/ForEach.d.ts +25 -26
  241. package/activities/core/FormatDate.d.ts +23 -23
  242. package/activities/core/GetBase64StringFromBytes.d.ts +15 -15
  243. package/activities/core/GetBase64StringFromFile.d.ts +15 -15
  244. package/activities/core/GetBytesFromBase64String.d.ts +15 -15
  245. package/activities/core/GetFirstItem.d.ts +14 -14
  246. package/activities/core/GetItemAtIndex.d.ts +15 -15
  247. package/activities/core/GetLastItem.d.ts +14 -14
  248. package/activities/core/GetLogLevel.d.ts +9 -9
  249. package/activities/core/GetTextFromFile.d.ts +16 -16
  250. package/activities/core/GetWorkflowInputs.d.ts +12 -12
  251. package/activities/core/If.d.ts +18 -18
  252. package/activities/core/Log.d.ts +14 -14
  253. package/activities/core/Log.js +1 -1
  254. package/activities/core/Loop.d.ts +27 -27
  255. package/activities/core/Loop.js +1 -1
  256. package/activities/core/ParseJson.d.ts +16 -16
  257. package/activities/core/ParseNumber.d.ts +12 -12
  258. package/activities/core/ParseUrl.d.ts +24 -25
  259. package/activities/core/ParseUrl.js +1 -1
  260. package/activities/core/Placeholder.d.ts +6 -6
  261. package/activities/core/RegexMatches.d.ts +17 -17
  262. package/activities/core/RegexReplace.d.ts +18 -18
  263. package/activities/core/RemoveItem.d.ts +14 -14
  264. package/activities/core/RunActivity.d.ts +12 -13
  265. package/activities/core/RunSubworkflow.d.ts +14 -15
  266. package/activities/core/SetLogLevel.d.ts +9 -9
  267. package/activities/core/SetProperty.d.ts +15 -15
  268. package/activities/core/SetWorkflowOutput.d.ts +12 -12
  269. package/activities/core/Subworkflow.d.ts +14 -15
  270. package/activities/core/Switch.d.ts +19 -19
  271. package/activities/core/TextReplace.d.ts +16 -16
  272. package/activities/core/Throw.d.ts +12 -12
  273. package/activities/core/TryCatch.d.ts +12 -12
  274. package/activities/core/WebRequest.d.ts +49 -50
  275. package/activities/core/WebRequest.js +1 -1
  276. package/activities/core/converters.d.ts +10 -10
  277. package/activities/csv/ConvertCsvToDataTable.d.ts +15 -15
  278. package/activities/csv/ConvertDataTableToCsv.d.ts +15 -15
  279. package/activities/essentials/GetEssentialsSite.d.ts +225 -225
  280. package/activities/essentials/RunEssentialsWorkflow.d.ts +25 -26
  281. package/activities/essentials/RunEssentialsWorkflow.js +1 -1
  282. package/activities/essentials/RunEssentialsWorkflowActivity.d.ts +17 -18
  283. package/activities/forms/ActivateFormElement.d.ts +13 -13
  284. package/activities/forms/ActivateFormElement.js +1 -1
  285. package/activities/forms/AddFormElement.d.ts +18 -18
  286. package/activities/forms/ClearFormElementError.d.ts +13 -13
  287. package/activities/forms/ClearFormElementError.js +1 -1
  288. package/activities/forms/CompleteForm.d.ts +11 -11
  289. package/activities/forms/DisplayForm.d.ts +48 -49
  290. package/activities/forms/DisplayForm.js +1 -1
  291. package/activities/forms/Errors.d.ts +18 -18
  292. package/activities/forms/FilterFormElementItems.d.ts +16 -16
  293. package/activities/forms/FormElementMap.d.ts +13 -13
  294. package/activities/forms/FormRenderer.d.ts +139 -134
  295. package/activities/forms/FormRenderer.js +1 -1
  296. package/activities/forms/GetFormElementItemsFromCollection.d.ts +49 -50
  297. package/activities/forms/GetFormElementItemsFromCollection.js +1 -1
  298. package/activities/forms/GetFormElementProperty.d.ts +19 -19
  299. package/activities/forms/GetFormElementValue.d.ts +17 -17
  300. package/activities/forms/GetFormEventData.d.ts +17 -17
  301. package/activities/forms/HideFormElement.d.ts +13 -13
  302. package/activities/forms/HideFormElement.js +1 -1
  303. package/activities/forms/PropagateFormEvent.d.ts +10 -10
  304. package/activities/forms/SetCurrentFormElementItem.d.ts +18 -18
  305. package/activities/forms/SetCurrentFormElementItem.js +1 -1
  306. package/activities/forms/SetFormElementError.d.ts +17 -17
  307. package/activities/forms/SetFormElementError.js +1 -1
  308. package/activities/forms/SetFormElementEvent.d.ts +18 -18
  309. package/activities/forms/SetFormElementItemProperty.d.ts +34 -21
  310. package/activities/forms/SetFormElementItemProperty.js +1 -1
  311. package/activities/forms/SetFormElementItems.d.ts +18 -19
  312. package/activities/forms/SetFormElementItems.js +1 -1
  313. package/activities/forms/SetFormElementProperty.d.ts +32 -19
  314. package/activities/forms/SetFormElementProperty.js +1 -1
  315. package/activities/forms/ShowFormElement.d.ts +15 -15
  316. package/activities/forms/ShowFormElement.js +1 -1
  317. package/activities/image/GetImageMetadata.d.ts +16 -16
  318. package/activities/image/RotateImage.d.ts +15 -15
  319. package/activities/index.d.ts +4 -2
  320. package/activities/index.js +1 -1
  321. package/activities/main.d.ts +1 -1
  322. package/activities/math/Abs.d.ts +14 -14
  323. package/activities/math/Cos.d.ts +14 -14
  324. package/activities/math/Max.d.ts +16 -16
  325. package/activities/math/Min.d.ts +16 -16
  326. package/activities/math/Pow.d.ts +15 -15
  327. package/activities/math/Random.d.ts +10 -10
  328. package/activities/math/Sin.d.ts +14 -14
  329. package/activities/math/Sqrt.d.ts +14 -14
  330. package/activities/math/Tan.d.ts +14 -14
  331. package/activities/pdf/AddGeoreferenceToPdf.d.ts +19 -19
  332. package/activities/pdf/AddImageToPdf.d.ts +63 -0
  333. package/activities/pdf/AddImageToPdf.js +1 -0
  334. package/activities/pdf/AddTextToPdf.d.ts +59 -0
  335. package/activities/pdf/AddTextToPdf.js +1 -0
  336. package/activities/pdf/CreatePdf.d.ts +49 -0
  337. package/activities/pdf/CreatePdf.js +1 -0
  338. package/activities/pdf/ExtractPdfPages.d.ts +17 -17
  339. package/activities/pdf/MergePdfs.d.ts +15 -15
  340. package/activities/server/CopyFile.d.ts +10 -10
  341. package/activities/server/CreateDirectory.d.ts +9 -9
  342. package/activities/server/CreateDownload.d.ts +18 -18
  343. package/activities/server/CreateEmailAttachment.d.ts +16 -16
  344. package/activities/server/CreateZipFromDirectory.d.ts +12 -12
  345. package/activities/server/DeleteDirectory.d.ts +9 -9
  346. package/activities/server/DeleteFile.d.ts +9 -9
  347. package/activities/server/DirectoryExists.d.ts +13 -13
  348. package/activities/server/ExtractZipToDirectory.d.ts +11 -11
  349. package/activities/server/FileExists.d.ts +13 -13
  350. package/activities/server/GetDirectoriesInDirectory.d.ts +14 -14
  351. package/activities/server/GetFilesInDirectory.d.ts +14 -14
  352. package/activities/server/MoveFile.d.ts +10 -10
  353. package/activities/server/ReadFile.d.ts +14 -14
  354. package/activities/server/ReadFileBytes.d.ts +13 -13
  355. package/activities/server/RunApplication.d.ts +22 -22
  356. package/activities/server/RunPython.d.ts +23 -23
  357. package/activities/server/SendEmail.d.ts +16 -16
  358. package/activities/server/SqlNonQuery.d.ts +18 -18
  359. package/activities/server/SqlQuery.d.ts +18 -18
  360. package/activities/server/SqlQueryUnsafe.d.ts +18 -18
  361. package/activities/server/WriteFile.d.ts +11 -11
  362. package/activities/server/WriteFileBytes.d.ts +10 -10
  363. package/activities/ui/Alert.d.ts +17 -17
  364. package/activities/ui/Confirm.d.ts +24 -24
  365. package/activities/ui/Prompt.d.ts +26 -26
  366. package/activities/wab/OpenWidget.d.ts +10 -10
  367. package/activities/wab/PublishWidgetData.d.ts +11 -11
  368. package/activities/xlsx/ConvertDataTableToXlsx.d.ts +15 -15
  369. package/activities/xlsx/ConvertXlsxToDataSet.d.ts +15 -15
  370. package/constants.d.ts +2 -2
  371. package/definition/Activity.d.ts +12 -13
  372. package/definition/ActivityInput.d.ts +31 -31
  373. package/definition/Component.d.ts +10 -10
  374. package/definition/DeploymentConfig.d.ts +4 -5
  375. package/definition/Form.d.ts +5 -5
  376. package/definition/Program.d.ts +29 -30
  377. package/definition/ProgramInspector.d.ts +290 -288
  378. package/definition/ProgramInspector.js +1 -1
  379. package/definition/Reference.d.ts +11 -11
  380. package/definition/Resource.d.ts +26 -26
  381. package/definition/Step.d.ts +9 -9
  382. package/definition/Transition.d.ts +17 -17
  383. package/diagnostics/ConsoleDebugLogger.d.ts +10 -10
  384. package/diagnostics/logging.d.ts +5 -5
  385. package/execution/ActivityLoader.d.ts +23 -24
  386. package/execution/ActivityLoader.js +1 -1
  387. package/execution/Engine.d.ts +84 -85
  388. package/execution/Engine.js +1 -1
  389. package/execution/IDebugSession.d.ts +43 -44
  390. package/execution/ModuleLoader.d.ts +42 -42
  391. package/execution/ModuleLoader.js +1 -1
  392. package/execution/ProgramRunner.d.ts +1 -1
  393. package/execution/ProgramRunner.js +1 -1
  394. package/forms/Calendar.d.ts +89 -89
  395. package/forms/ExclusiveTimer.d.ts +13 -13
  396. package/forms/FormComponent.d.ts +47 -30
  397. package/forms/FormComponent.js +1 -1
  398. package/forms/FormDefinition.d.ts +451 -457
  399. package/forms/FormElement.d.ts +24 -59
  400. package/forms/FormElement.js +1 -1
  401. package/forms/FormHost.d.ts +225 -233
  402. package/forms/FormHost.js +1 -1
  403. package/forms/FormPresenterHost.d.ts +62 -76
  404. package/forms/MutuallyExclusiveSectionGroup.d.ts +41 -41
  405. package/forms/NumberParser.d.ts +27 -25
  406. package/forms/NumberParser.js +1 -1
  407. package/forms/common.d.ts +67 -62
  408. package/forms/common.js +1 -1
  409. package/forms/components/AccordionGroup.d.ts +15 -15
  410. package/forms/components/AutoComplete.d.ts +8 -7
  411. package/forms/components/AutoComplete.js +1 -1
  412. package/forms/components/ButtonBar.d.ts +8 -13
  413. package/forms/components/ButtonBar.js +1 -1
  414. package/forms/components/CheckBox.d.ts +7 -7
  415. package/forms/components/CheckBox.js +1 -1
  416. package/forms/components/CheckGroup.d.ts +8 -7
  417. package/forms/components/CheckGroup.js +1 -1
  418. package/forms/components/Custom.d.ts +7 -7
  419. package/forms/components/Custom.js +1 -1
  420. package/forms/components/DatePicker.d.ts +8 -7
  421. package/forms/components/DatePicker.js +1 -1
  422. package/forms/components/DateRangePicker.d.ts +12 -11
  423. package/forms/components/DateRangePicker.js +1 -1
  424. package/forms/components/DateTimePicker.d.ts +8 -7
  425. package/forms/components/DateTimePicker.js +1 -1
  426. package/forms/components/DropDownList.d.ts +8 -7
  427. package/forms/components/DropDownList.js +1 -1
  428. package/forms/components/FilePicker.d.ts +10 -9
  429. package/forms/components/FilePicker.js +1 -1
  430. package/forms/components/Form.d.ts +23 -23
  431. package/forms/components/Form.js +1 -1
  432. package/forms/components/FormLabelNumberField.d.ts +17 -15
  433. package/forms/components/FormLabelNumberField.js +1 -1
  434. package/forms/components/GeometryPicker.d.ts +5 -4
  435. package/forms/components/GeometryPicker.js +1 -1
  436. package/forms/components/GeometryPickerListItem.d.ts +23 -23
  437. package/forms/components/HorizontalRule.d.ts +7 -7
  438. package/forms/components/Image.d.ts +7 -7
  439. package/forms/components/Image.js +1 -1
  440. package/forms/components/ItemPicker.d.ts +15 -17
  441. package/forms/components/ItemPicker.js +1 -1
  442. package/forms/components/ListBox.d.ts +8 -7
  443. package/forms/components/ListBox.js +1 -1
  444. package/forms/components/Markdown.d.ts +14 -15
  445. package/forms/components/Markdown.js +1 -1
  446. package/forms/components/Number.d.ts +8 -7
  447. package/forms/components/Number.js +1 -1
  448. package/forms/components/NumberRangeSlider.d.ts +12 -12
  449. package/forms/components/NumberRangeSlider.js +1 -1
  450. package/forms/components/NumberSlider.d.ts +11 -10
  451. package/forms/components/NumberSlider.js +1 -1
  452. package/forms/components/RadioGroup.d.ts +8 -7
  453. package/forms/components/RadioGroup.js +1 -1
  454. package/forms/components/Scanner.d.ts +11 -9
  455. package/forms/components/Scanner.js +1 -1
  456. package/forms/components/Section.d.ts +14 -14
  457. package/forms/components/Section.js +1 -1
  458. package/forms/components/Signature.d.ts +12 -11
  459. package/forms/components/Signature.js +1 -1
  460. package/forms/components/SignatureDialog.d.ts +22 -22
  461. package/forms/components/SignatureDialog.js +1 -1
  462. package/forms/components/Text.d.ts +8 -8
  463. package/forms/components/TextArea.d.ts +7 -7
  464. package/forms/components/TextArea.js +1 -1
  465. package/forms/components/TextBox.d.ts +7 -21
  466. package/forms/components/TextBox.js +1 -1
  467. package/forms/components/TimePicker.d.ts +8 -7
  468. package/forms/components/TimePicker.js +1 -1
  469. package/forms/constants.d.ts +81 -81
  470. package/forms/dateUtilities.d.ts +102 -117
  471. package/forms/dateUtilities.js +1 -1
  472. package/forms/elements/AutoComplete.d.ts +13 -13
  473. package/forms/elements/ButtonBar.d.ts +9 -9
  474. package/forms/elements/CheckBox.d.ts +7 -7
  475. package/forms/elements/CheckGroup.d.ts +11 -11
  476. package/forms/elements/Custom.d.ts +7 -7
  477. package/forms/elements/DatePicker.d.ts +6 -6
  478. package/forms/elements/DateRangePicker.d.ts +6 -6
  479. package/forms/elements/DateTimePicker.d.ts +6 -6
  480. package/forms/elements/DropDownList.d.ts +6 -6
  481. package/forms/elements/FilePicker.d.ts +8 -8
  482. package/forms/elements/GeometryPicker.d.ts +18 -18
  483. package/forms/elements/Header.d.ts +10 -10
  484. package/forms/elements/HorizontalRule.d.ts +2 -2
  485. package/forms/elements/Image.d.ts +2 -2
  486. package/forms/elements/ItemPicker.d.ts +13 -13
  487. package/forms/elements/ListBox.d.ts +11 -11
  488. package/forms/elements/Number.d.ts +11 -11
  489. package/forms/elements/NumberRangeSlider.d.ts +10 -10
  490. package/forms/elements/NumberSlider.d.ts +6 -6
  491. package/forms/elements/PasswordBox.d.ts +5 -5
  492. package/forms/elements/RadioGroup.d.ts +6 -6
  493. package/forms/elements/Scanner.d.ts +19 -19
  494. package/forms/elements/Section.d.ts +2 -2
  495. package/forms/elements/Signature.d.ts +16 -16
  496. package/forms/elements/Text.d.ts +2 -2
  497. package/forms/elements/TextArea.d.ts +7 -7
  498. package/forms/elements/TextBox.d.ts +5 -5
  499. package/forms/elements/TimePicker.d.ts +6 -6
  500. package/forms/elements/types.d.ts +83 -83
  501. package/forms/index.d.ts +124 -72
  502. package/forms/keyboard.d.ts +9 -9
  503. package/forms/listUtilities.d.ts +3 -0
  504. package/forms/listUtilities.js +1 -0
  505. package/forms/manifest.d.ts +3 -0
  506. package/forms/manifest.js +1 -0
  507. package/forms/numberFormatter.d.ts +90 -94
  508. package/forms/numberFormatter.js +1 -1
  509. package/forms/numberUtilities.d.ts +150 -113
  510. package/forms/numberUtilities.js +1 -1
  511. package/forms/presenter.d.ts +21 -21
  512. package/forms/presenter.js +1 -1
  513. package/forms/renderers.d.ts +5 -8
  514. package/forms/renderers.js +1 -1
  515. package/forms/textUtilities.d.ts +33 -23
  516. package/forms/textUtilities.js +1 -1
  517. package/forms/utils.d.ts +177 -132
  518. package/forms/utils.js +1 -1
  519. package/index.d.ts +2 -2
  520. package/libs/version.d.ts +1 -1
  521. package/libs/version.js +1 -1
  522. package/licensing/LicenseChecker.d.ts +1 -1
  523. package/licensing/Watermark.d.ts +7 -7
  524. package/package.json +9 -11
  525. package/activities/app/constants.d.ts +0 -1
  526. package/activities/app/constants.js +0 -1
@@ -1,13 +1,13 @@
1
- import { IActivityHandler, IActivityContext, Deferrable, EmptyOutputs } from "../../IActivityHandler";
2
- import * as defs from "../../forms/FormDefinition";
3
- import { DisplayFormOutputs } from "./DisplayForm";
4
- export interface ClearFormElementErrorInputs {
5
- form: DisplayFormOutputs;
6
- /** The ID of the form element to clear the errors from. */
7
- elementName?: string | defs.Element;
8
- }
9
- export declare class ClearFormElementError implements IActivityHandler {
10
- static readonly action = "gcx:wf:forms::ClearFormElementError";
11
- static readonly suite = "gcx:wf:builtin";
12
- execute(inputs: ClearFormElementErrorInputs, context: IActivityContext): Deferrable<EmptyOutputs>;
13
- }
1
+ import { IActivityHandler, EmptyOutputs } from "../../IActivityHandler";
2
+ import * as defs from "../../forms/FormDefinition";
3
+ import { DisplayFormOutputs } from "./DisplayForm";
4
+ export interface ClearFormElementErrorInputs {
5
+ form: DisplayFormOutputs;
6
+ /** The ID of the form element to clear the errors from. */
7
+ elementName?: string | defs.Element;
8
+ }
9
+ export declare class ClearFormElementError implements IActivityHandler {
10
+ static readonly action = "gcx:wf:forms::ClearFormElementError";
11
+ static readonly suite = "gcx:wf:builtin";
12
+ execute(inputs: ClearFormElementErrorInputs): EmptyOutputs;
13
+ }
@@ -1 +1 @@
1
- import{validation}from"../../Validation.js";import{getFormForElement}from"./FormElementMap.js";class ClearFormElementError{execute(e,r){let{elementName:o,form:t}=e;return"object"==typeof o&&(t=getFormForElement(o)),validation.exists("form",t),o=t.actor.getElementName(o,t.event),t.actor.setElementError(o,void 0),{}}}ClearFormElementError.action="gcx:wf:forms::ClearFormElementError",ClearFormElementError.suite="gcx:wf:builtin";export{ClearFormElementError};
1
+ import{validation}from"../../Validation.js";import{getFormForElement}from"./FormElementMap.js";class ClearFormElementError{execute(e){let{elementName:r,form:o}=e;return"object"==typeof r&&(o=getFormForElement(r)),validation.exists("form",o),r=o.actor.getElementName(r,o.event),o.actor.setElementError(r,void 0),{}}}ClearFormElementError.action="gcx:wf:forms::ClearFormElementError",ClearFormElementError.suite="gcx:wf:builtin";export{ClearFormElementError};
@@ -1,11 +1,11 @@
1
- import { IActivityHandler, EmptyOutputs } from "../../IActivityHandler";
2
- import { DisplayFormOutputs } from "./DisplayForm";
3
- export interface CompleteFormInputs {
4
- form: DisplayFormOutputs;
5
- result: string;
6
- }
7
- export declare class CompleteForm implements IActivityHandler {
8
- static readonly action = "gcx:wf:forms::CompleteForm";
9
- static readonly suite = "gcx:wf:builtin";
10
- execute(inputs: CompleteFormInputs): EmptyOutputs;
11
- }
1
+ import { IActivityHandler, EmptyOutputs } from "../../IActivityHandler";
2
+ import { DisplayFormOutputs } from "./DisplayForm";
3
+ export interface CompleteFormInputs {
4
+ form: DisplayFormOutputs;
5
+ result: string;
6
+ }
7
+ export declare class CompleteForm implements IActivityHandler {
8
+ static readonly action = "gcx:wf:forms::CompleteForm";
9
+ static readonly suite = "gcx:wf:builtin";
10
+ execute(inputs: CompleteFormInputs): EmptyOutputs;
11
+ }
@@ -1,49 +1,48 @@
1
- import { Lookup } from "../../Collections";
2
- import { IActivityHandler, IActivityContext, Deferrable } from "../../IActivityHandler";
3
- import { FormRenderer, defs } from "./FormRenderer";
4
- /** Defines the inputs for a display form activity. */
5
- export interface DisplayFormInputs {
6
- /** Indicates a name of the form (local to the running workflow). */
7
- name: string;
8
- /** Indicates the form resource to load if not yet loaded. */
9
- form: defs.Form;
10
- /** Indicates the form template to load if not yet loaded. */
11
- template?: defs.Form;
12
- /** Indicates what container to use when displaying the form. */
13
- container?: "default" | "modal" | string;
14
- /** Indicates what region to use when activating the form's container. */
15
- region?: string;
16
- /** Indicates that the form should be reset. */
17
- reset?: boolean;
18
- }
19
- /**
20
- * Defines the outputs for a display form activity.
21
- * @public
22
- */
23
- export interface DisplayFormOutputs {
24
- /** Indicates the state of the form. */
25
- state: Lookup<defs.Element>;
26
- /** Indicates the result for the form (if set, causes the form to exit on the next pass). */
27
- result?: string;
28
- }
29
- /** Displays a form. */
30
- export declare class DisplayForm implements IActivityHandler {
31
- static renderers: Lookup<FormRenderer>;
32
- /**
33
- * Creates a form renderer if it does not exist.
34
- * @param inputs The inputs to create the renderer.
35
- * @param context The context to use to create the renderer.
36
- * @param type The type of FormRenderer (subclass) to create.
37
- */
38
- static createRenderer(inputs: DisplayFormInputs, context: IActivityContext, type: typeof FormRenderer): FormRenderer;
39
- static readonly action = "gcx:wf:forms:form:DisplayForm";
40
- static readonly suite = "gcx:wf:builtin";
41
- /** Performs the operation on behalf of the engine. */
42
- execute(inputs: DisplayFormInputs, context: IActivityContext, type: typeof FormRenderer): Deferrable<DisplayFormOutputs>;
43
- /**
44
- * Updates the references in the `ElementMap` for all of the elements
45
- * contained in `displayFormOutputs`.
46
- * @param displayFormOutputs The outputs of the `DisplayForm` activity.
47
- */
48
- private static updateElementMap;
49
- }
1
+ import { IActivityHandler, IActivityContext } from "../../IActivityHandler";
2
+ import { FormRenderer, defs } from "./FormRenderer";
3
+ /** Defines the inputs for a display form activity. */
4
+ export interface DisplayFormInputs {
5
+ /** Indicates a name of the form (local to the running workflow). */
6
+ name: string;
7
+ /** Indicates the form resource to load if not yet loaded. */
8
+ form: defs.Form;
9
+ /** Indicates the form template to load if not yet loaded. */
10
+ template?: defs.Form;
11
+ /** Indicates what container to use when displaying the form. */
12
+ container?: "default" | "modal" | string;
13
+ /** Indicates what region to use when activating the form's container. */
14
+ region?: string;
15
+ /** Indicates that the form should be reset. */
16
+ reset?: boolean;
17
+ }
18
+ /**
19
+ * Defines the outputs for a display form activity.
20
+ * @public
21
+ */
22
+ export interface DisplayFormOutputs {
23
+ /** Indicates the state of the form. */
24
+ state: Record<string, defs.Element>;
25
+ /** Indicates the result for the form (if set, causes the form to exit on the next pass). */
26
+ result?: string;
27
+ }
28
+ /** Displays a form. */
29
+ export declare class DisplayForm implements IActivityHandler {
30
+ static renderers: Record<string, FormRenderer | undefined>;
31
+ /**
32
+ * Creates a form renderer if it does not exist.
33
+ * @param inputs The inputs to create the renderer.
34
+ * @param context The context to use to create the renderer.
35
+ * @param type The type of FormRenderer (subclass) to create.
36
+ */
37
+ static createRenderer(inputs: DisplayFormInputs, context: IActivityContext, type: typeof FormRenderer): FormRenderer;
38
+ static readonly action = "gcx:wf:forms:form:DisplayForm";
39
+ static readonly suite = "gcx:wf:builtin";
40
+ /** Performs the operation on behalf of the engine. */
41
+ execute(inputs: DisplayFormInputs, context: IActivityContext, type: typeof FormRenderer): Promise<DisplayFormOutputs>;
42
+ /**
43
+ * Updates the references in the `ElementMap` for all of the elements
44
+ * contained in `displayFormOutputs`.
45
+ * @param displayFormOutputs The outputs of the `DisplayForm` activity.
46
+ */
47
+ private static updateElementMap;
48
+ }
@@ -1 +1 @@
1
- var DisplayForm_1;import{__decorate}from"tslib";import Bluebird from"bluebird";import{activate}from"../../Hooks.js";import{setFormForElement}from"./FormElementMap.js";import{FormRenderer}from"./FormRenderer.js";function loop(r,o){let i,s;var e=new Bluebird((e,t)=>{i=e,s=t});let n=r();return function e(){for(;n.isFulfilled();){var t;if(void 0===(t=n.value()))break;if(void 0!==(t=o(t))){i(t);break}n=r()}n.isPending()&&n.then(e),n.isRejected()&&s(n.reason())}(),e}let DisplayForm=DisplayForm_1=class{static createRenderer(e,t,r){let o=t.luid,i=!1!==e.reset;var s=e.name;"string"==typeof s&&(o=":"+s);const n=this.renderers;let a=n[o];if(void 0===a){i=!0,a=n[o]=r.create();const l=a.state=t.ambient;var u=function(){delete n[o],a.dispose()};l.completion.then(u,u)}i?a.load(e.form,e.template):a.load();u="string"==typeof e.container?e.container:"default",e="string"==typeof e.region?e.region:void 0;return a.form.defaults.container=void 0!==e||"default"!==u&&"modal"!==u?{name:u,region:e}:u,a}execute(e,n,t){let a=n.state;if(void 0!==a){var r=a.outputs,o=n.caught;if(void 0!==o){var i=r.event,i=i?`Error in ${i.name} element's ${i.type} event in`:"Error in a subworkflow of";return console.error(`${i} a Display Form activity: ${o.message}`,o),n.fork("catch"),a.busy(),a.outputs={actor:a,state:a.form.elements,event:r.event,route:!1,error:o},DisplayForm_1.updateElementMap(a.outputs),a.outputs}o=r.result;if("string"==typeof o)return a.spinNoBlock(),a.outputs={actor:a,state:a.form.elements,event:r.event,route:!1,result:o,status:o},DisplayForm_1.updateElementMap(a.outputs),a.outputs;if("object"==typeof o&&null!==o)return a.spinNoBlock(),Bluebird.reject(o);r.route&&a.route(r.event)}else a=DisplayForm_1.createRenderer(e,n,t),n.persist(a);return a.outputs=void 0,loop(function(){const e=a.observe();return e.isFulfilled()&&void 0===e.value()&&a.dispose(),e},function(e){let t;var r=e.value;const o=("submit"===e.type||"end"===e.type)&&"string"==typeof r?r:void 0;function i(){return t=a.outputs={actor:a,state:a.form.elements,event:e,route:!1,result:o,status:o},DisplayForm_1.updateElementMap(a.outputs),a.outputs}if(!a.trap(e)&&n.hasBranch(e.routingKey)){const s=e.cancellationToken;if(void 0!==s&&null!==s){if(Bluebird.resolve(s).isFulfilled())return void a.route(e);s.then(function(){a.outputs===t&&n.goto()})}else a.busy();return n.fork(e.routingKey),n.registerForErrors(),i()}if(void 0!==o)return a.spinNoBlock(),i();a.route(e)})}static updateElementMap(e){if(e&&e.state)for(const t in e.state)setFormForElement(e.state[t],e)}};DisplayForm.renderers={},DisplayForm.action="gcx:wf:forms:form:DisplayForm",DisplayForm.suite="gcx:wf:builtin",DisplayForm=DisplayForm_1=__decorate([activate(FormRenderer)],DisplayForm);export{DisplayForm};
1
+ var DisplayForm_1;import{__decorate}from"tslib";import Bluebird from"bluebird";import{activate}from"../../Hooks.js";import{setFormForElement}from"./FormElementMap.js";import{FormRenderer}from"./FormRenderer.js";function loop(r,o){let i,s;var e=new Bluebird((e,t)=>{i=e,s=t});let n=r();return function e(){for(;n.isFulfilled();){var t;if(void 0===(t=n.value()))break;if(void 0!==(t=o(t))){i(t);break}n=r()}n.isPending()&&n.then(e),n.isRejected()&&s(n.reason())}(),e}let DisplayForm=DisplayForm_1=class{static createRenderer(e,t,r){let o=t.luid;var i=!1!==e.reset,s=e.name;"string"==typeof s&&(o=":"+s);const n=this.renderers;let l=n[o],a;if(l&&(!1==i&&(a=l.form),delete n[o],l=void 0),void 0===l){l=n[o]=r.create(),a&&(l.form=a);const m=l.state=t.ambient;var u=function(){delete n[o],l.dispose()};m.completion.then(u,u)}a?l.load():l.load(e.form,e.template);u="string"==typeof e.container?e.container:"default",e="string"==typeof e.region?e.region:void 0;return l.form.defaults.container=void 0!==e||"default"!==u&&"modal"!==u?{name:u,region:e}:u,l}execute(e,n,t){let l=n.state;if(void 0!==l){var r=l.outputs,o=n.caught;if(void 0!==o){var i=r.event,i=i?`Error in ${i.name} element's ${i.type} event in`:"Error in a subworkflow of";return console.error(`${i} a Display Form activity: ${o.message}`,o),n.fork("catch"),l.busy(),l.outputs={actor:l,state:l.form.elements,event:r.event,route:!1,error:o},DisplayForm_1.updateElementMap(l.outputs),l.cancelTool(),Promise.resolve(l.outputs)}o=r.result;if("string"==typeof o)return l.spinNoBlock(),l.outputs={actor:l,state:l.form.elements,event:r.event,route:!1,result:o,status:o},DisplayForm_1.updateElementMap(l.outputs),l.cancelTool(),Promise.resolve(l.outputs);if("object"==typeof o&&null!==o)return l.spinNoBlock(),Bluebird.reject(o);r.route&&l.route(r.event)}else l=DisplayForm_1.createRenderer(e,n,t),n.persist(l);return l.outputs=void 0,loop(function(){const e=l.observe();return e.isFulfilled()&&void 0===e.value()&&(console.warn("Error detecting observing form. Promise is fulfilled with no value."),l.dispose()),e},function(e){let t;var r=e.value;const o=("submit"===e.type||"end"===e.type)&&"string"==typeof r?r:void 0;function i(){return t=l.outputs={actor:l,state:l.form.elements,event:e,route:!1,result:o,status:o},DisplayForm_1.updateElementMap(l.outputs),l.cancelTool(),l.outputs}if(!l.trap(e)&&n.hasBranch(e.routingKey)){const s=e.cancellationToken;if(void 0!==s&&null!==s){if(Bluebird.resolve(s).isFulfilled())return void l.route(e);s.then(function(){l.outputs===t&&n.goto()})}else l.busy();return n.fork(e.routingKey),n.registerForErrors(),i()}if(void 0!==o)return l.spinNoBlock(),i();l.route(e)})}static updateElementMap(e){if(e&&e.state)for(const t in e.state)setFormForElement(e.state[t],e)}};DisplayForm.renderers={},DisplayForm.action="gcx:wf:forms:form:DisplayForm",DisplayForm.suite="gcx:wf:builtin",DisplayForm=DisplayForm_1=__decorate([activate(FormRenderer)],DisplayForm);export{DisplayForm};
@@ -1,18 +1,18 @@
1
- import { ActivityError } from "../../Errors";
2
- import { Element } from "../../forms/FormDefinition";
3
- /**
4
- * Defines an error that occurs when an attempt was made to access a form
5
- * element using a name that was not found, or to find the name of an element
6
- * which wasn't present in the form.
7
- */
8
- export declare class FormElementNotFoundError extends ActivityError {
9
- constructor(element: string | Element);
10
- }
11
- /**
12
- * Defines an error that occurs when an attempt was made to run an activity
13
- * that requires an element without specifying an element either directly via
14
- * an activity input or indirectly via a form event.
15
- */
16
- export declare class NoFormElementAvailableError extends ActivityError {
17
- constructor();
18
- }
1
+ import { ActivityError } from "../../Errors";
2
+ import { Element } from "../../forms/FormDefinition";
3
+ /**
4
+ * Defines an error that occurs when an attempt was made to access a form
5
+ * element using a name that was not found, or to find the name of an element
6
+ * which wasn't present in the form.
7
+ */
8
+ export declare class FormElementNotFoundError extends ActivityError {
9
+ constructor(element: string | Element);
10
+ }
11
+ /**
12
+ * Defines an error that occurs when an attempt was made to run an activity
13
+ * that requires an element without specifying an element either directly via
14
+ * an activity input or indirectly via a form event.
15
+ */
16
+ export declare class NoFormElementAvailableError extends ActivityError {
17
+ constructor();
18
+ }
@@ -1,16 +1,16 @@
1
- import { IActivityHandler } from "../../IActivityHandler";
2
- import * as defs from "../../forms/FormDefinition";
3
- import { DisplayFormOutputs } from "./DisplayForm";
4
- export interface FilterFormElementItemsInputs {
5
- form: DisplayFormOutputs;
6
- elementName?: string | defs.Element;
7
- phrase?: string;
8
- }
9
- export interface FilterFormElementItemsOutputs {
10
- result: boolean;
11
- }
12
- export declare class FilterFormElementItems implements IActivityHandler {
13
- static readonly action = "gcx:wf:forms::FilterFormElementItems";
14
- static readonly suite = "gcx:wf:builtin";
15
- execute(inputs: FilterFormElementItemsInputs): FilterFormElementItemsOutputs;
16
- }
1
+ import { IActivityHandler } from "../../IActivityHandler";
2
+ import * as defs from "../../forms/FormDefinition";
3
+ import { DisplayFormOutputs } from "./DisplayForm";
4
+ export interface FilterFormElementItemsInputs {
5
+ form: DisplayFormOutputs;
6
+ elementName?: string | defs.Element;
7
+ phrase?: string;
8
+ }
9
+ export interface FilterFormElementItemsOutputs {
10
+ result: boolean;
11
+ }
12
+ export declare class FilterFormElementItems implements IActivityHandler {
13
+ static readonly action = "gcx:wf:forms::FilterFormElementItems";
14
+ static readonly suite = "gcx:wf:builtin";
15
+ execute(inputs: FilterFormElementItemsInputs): FilterFormElementItemsOutputs;
16
+ }
@@ -1,13 +1,13 @@
1
- import { DisplayFormOutputs } from "./DisplayForm";
2
- import { defs } from "./FormRenderer";
3
- /**
4
- * Gets the form associated with the specified element.
5
- * @param element A form element.
6
- */
7
- export declare function getFormForElement(element: defs.Element): DisplayFormOutputs | undefined;
8
- /**
9
- * Sets the form associated with the specified element.
10
- * @param element A form element.
11
- * @param displayFormOutputs A set of form outputs, which are used to identify a form.
12
- */
13
- export declare function setFormForElement(element: defs.Element, displayFormOutputs: DisplayFormOutputs): void;
1
+ import { DisplayFormOutputs } from "./DisplayForm";
2
+ import { defs } from "./FormRenderer";
3
+ /**
4
+ * Gets the form associated with the specified element.
5
+ * @param element A form element.
6
+ */
7
+ export declare function getFormForElement(element: defs.Element): DisplayFormOutputs | undefined;
8
+ /**
9
+ * Sets the form associated with the specified element.
10
+ * @param element A form element.
11
+ * @param displayFormOutputs A set of form outputs, which are used to identify a form.
12
+ */
13
+ export declare function setFormForElement(element: defs.Element, displayFormOutputs: DisplayFormOutputs): void;
@@ -1,134 +1,139 @@
1
- /// <reference types="react" />
2
- import { Activator } from "../../Activator";
3
- import { Lookup } from "../../Collections";
4
- import { FormHost, defs } from "../../forms/FormHost";
5
- import { FormElementRegistration } from "../../forms/index";
6
- export { defs };
7
- /** Defines what the renderer exposes. */
8
- export interface FormActor {
9
- /** Returns the element with the given name. If the element does not exist an error will be thrown. */
10
- getElement(element: string | defs.Element, event?: defs.Event): defs.Element;
11
- getElementRegistration(element: defs.Element): FormElementRegistration | undefined;
12
- /** Returns the name of the given element. If the element does not exist an error will be thrown. */
13
- getElementName(element: defs.Element | string, event?: defs.Event): string;
14
- /** Sets element visibility to false. */
15
- hideElement(element: defs.Element): void;
16
- /** Sets element visibility to true. */
17
- showElement(element: defs.Element): void;
18
- /** Assigns an error message to an element. */
19
- setElementError(elementName: string, error: string, markdown?: boolean): void;
20
- /** Finds the specified item and sets it as the current one. Returns true if a match was found, false otherwise. */
21
- setCurrentItem(elementName: string, value: defs.Value | defs.Text | defs.Item, matchType: defs.ItemMatchType): boolean;
22
- /** Assigns a property to an element, or overwrites an existing property. */
23
- assignElementProperty(elementName: string, propertyName: string, propertyValue: any, markdown?: boolean): void;
24
- /** Assigns an items property to an element. */
25
- assignItemsToElement(elementName: string, items: Lookup<defs.Item>, reset?: boolean): void;
26
- /** Assigns a property to an element item, or overwrites an existing property. */
27
- assignElementItemProperty(elementName: string, itemKey: string, propertyName: string, propertyValue: any, markdown?: boolean): void;
28
- /** Filters the items of an element based on heuristics. */
29
- filterItems(elementName: string, phrase: string): boolean;
30
- /**
31
- * Adds the supplied element to the form.
32
- * @param elementName The unique name for the element.
33
- * @param type The type of element to add.
34
- * @param element The contents of the element to add.
35
- */
36
- addElement(elementName: string, type: string, element: defs.Element): defs.Element;
37
- }
38
- /**
39
- * Renders a form on behalf of the DisplayForm activity.
40
- * @public
41
- */
42
- export declare class FormRenderer extends FormHost implements FormActor {
43
- static type: string;
44
- /** Creates a form renderer. */
45
- static create(): FormRenderer;
46
- /** Creates a custom form renderer. */
47
- static createCustom(): FormRenderer;
48
- /** Register this renderer class as the form renderer. */
49
- static register(activator: Activator): void;
50
- /** Used to request that the form spins without blocking the application. */
51
- spinNoBlock(): boolean;
52
- hideElement(element: defs.Element): void;
53
- showElement(element: defs.Element): void;
54
- setCurrentItem(elementName: string, searchValue: defs.Value | defs.Text | defs.Item, itemMatchType: defs.ItemMatchType): boolean;
55
- setElementError(elementName: string, error: string, markdown?: boolean): void;
56
- assignElementProperty(elementName: string, propertyName: string, propertyValue: any, markdown?: boolean): void;
57
- assignItemsToElement(elementName: string, items: Lookup<defs.Item>, reset?: boolean): void;
58
- assignElementItemProperty(elementName: string, itemKey: string, propertyName: string, propertyValue: any, markdown?: boolean): void;
59
- deriveLocale(): string;
60
- /** Disposes the form renderer. */
61
- dispose(): boolean;
62
- /** Loads the form. */
63
- load(): boolean;
64
- /** Loads the form with a new definition. */
65
- load(form: defs.Form, template?: defs.Form): boolean;
66
- /**
67
- * Checks to see if the other FormRenderer is related to this one.
68
- * If two forms share the same ambient state, they belong to the
69
- * same workflow. Otherwise they may yet be related if the other belongs to
70
- * a workflow that is an ancestor of the current workflow.
71
- * @param other The other FormRenderer to compare to this one.
72
- */
73
- isRelated(other: FormRenderer): any;
74
- /**
75
- * Returns the specified element or throws an error with a helpful message
76
- * if the element does not exist. Throwing an error now makes it easier
77
- * to debug than further downstream when it could be less obvious.
78
- * Having a shared method allows us to have consistent behaviour and a
79
- * consistent message.
80
- *
81
- * If the supplied element is already an instance of an Element, it is
82
- * returned.
83
- *
84
- * If it is a string, it is looked up.
85
- *
86
- * If an element was not supplied, we check the supplied event to attempt
87
- * to get the element name from there and subsequently look it up.
88
- *
89
- * This method throws a FormElementNotFoundError if an element name was
90
- * supplied but not found, or if the element named in the event was not
91
- * found.
92
- *
93
- * This method throws a NoFormElementAvailableError if no element name was
94
- * specified and there was none specified in the event either.
95
- *
96
- * @param element The name of a form element, or the element itself.
97
- * @param event The event for the form.
98
- */
99
- getElement(element: string | defs.Element, event?: defs.Event): defs.Element;
100
- /**
101
- * Returns the name of the specified element or throws an error with a
102
- * helpful message if the element does not exist. Throwing an error now
103
- * makes it easier to debug than further downstream when it could be less
104
- * obvious. Having a shared method allows us to have consistent behaviour
105
- * and a consistent message.
106
- * If the supplied element is already a string, it is returned.
107
- *
108
- * If it is an actual instance of Element, it is looked up.
109
- *
110
- * If an element was not supplied, we check the supplied event to attempt
111
- * to get the element name from there.
112
- *
113
- * This method throws a FormElementNotFoundError if an element instance was
114
- * supplied but not found.
115
- *
116
- * This method throws a NoFormElementAvailableError if no element name was
117
- * specified and there was none in the event either.
118
- *
119
- * @param element The name of a form element, or the element itself.
120
- * @param event The event for the form.
121
- */
122
- getElementName(element: defs.Element | string, event?: defs.Event): string;
123
- getElementRegistration(element: defs.Element): FormElementRegistration | undefined;
124
- /** Renders form text as HTML. */
125
- renderHtml(content: defs.Text, htmlContentCategory?: defs.HTMLContentCategory): string;
126
- /** Renders form text as plain text. */
127
- renderText(content: defs.Text): string;
128
- translateText(content: defs.Text): string | defs.MarkdownRef;
129
- /** Filters the items of an element based on heuristics. */
130
- filterItems(elementName: string, input: string): boolean;
131
- protected getText(content: defs.Text): defs.Text;
132
- renderCustom(component: {}, element: defs.Element): JSX.Element;
133
- addElement(elementName: string, type: string, element: defs.Element): defs.Element;
134
- }
1
+ import { Activator } from "../../Activator";
2
+ import { FormHost, defs } from "../../forms/FormHost";
3
+ import { FormElementRegistration } from "../../forms/index";
4
+ export { defs };
5
+ /** Defines what the renderer exposes. */
6
+ export interface FormActor {
7
+ /** Returns the element with the given name. If the element does not exist an error will be thrown. */
8
+ getElement(element: string | defs.Element | undefined, event?: defs.Event): defs.Element;
9
+ getElementRegistration(element: defs.Element): FormElementRegistration | undefined;
10
+ /** Returns the name of the given element. If the element does not exist an error will be thrown. */
11
+ getElementName(element: defs.Element | string | undefined, event?: defs.Event): string;
12
+ /** Sets element visibility to false. */
13
+ hideElement(element: defs.Element): void;
14
+ /** Sets element visibility to true. */
15
+ showElement(element: defs.Element): void;
16
+ /** Assigns an error message to an element. */
17
+ setElementError(elementName: string, error: string | undefined, markdown?: boolean): void;
18
+ /** Finds the specified item and sets it as the current one. Returns true if a match was found, false otherwise. */
19
+ setCurrentItem(elementName: string, value: defs.Value | defs.Text | defs.Item, matchType: defs.ItemMatchType): boolean;
20
+ /**
21
+ * Assigns a property to an element, or overwrites an existing property.
22
+ * @param elementName The name of the element to be updated.
23
+ * @param propertyName The name of the property of the element to be updated.
24
+ * @param propertyValue The new value for the element's property.
25
+ * @param markdown (optional) True if the value should be treated as markdown, false otherwise. The default value is false.
26
+ * @param event (optional) Only relevant when `propertyName` is `"value"`. If a boolean value, indicates whether or not to post a "changed" event. If a `Partial<defs.Element>` specifies some of the properties of the event to be posted. Any `name` and `value` provided here are ignored. The default value is true.
27
+ */
28
+ assignElementProperty(elementName: string, propertyName: string, propertyValue: any, markdown?: boolean, event?: Partial<defs.Event> | boolean): void;
29
+ /** Assigns an items property to an element. */
30
+ assignItemsToElement(elementName: string, items: Record<string, defs.Item>, reset?: boolean): void;
31
+ /** Assigns a property to an element item, or overwrites an existing property. */
32
+ assignElementItemProperty(elementName: string, itemKey: string, propertyName: string, propertyValue: any, markdown?: boolean): void;
33
+ /** Filters the items of an element based on heuristics. */
34
+ filterItems(elementName: string, phrase: string): boolean;
35
+ /**
36
+ * Adds the supplied element to the form.
37
+ * @param elementName The unique name for the element.
38
+ * @param type The type of element to add.
39
+ * @param element The contents of the element to add.
40
+ */
41
+ addElement(elementName: string, type: string, element: defs.Element): defs.Element;
42
+ }
43
+ /**
44
+ * Renders a form on behalf of the DisplayForm activity.
45
+ * @public
46
+ */
47
+ export declare class FormRenderer extends FormHost implements FormActor {
48
+ static type: string;
49
+ /** Creates a form renderer. */
50
+ static create(): FormRenderer;
51
+ /** Creates a custom form renderer. */
52
+ static createCustom(): FormRenderer;
53
+ /** Register this renderer class as the form renderer. */
54
+ static register(activator: Activator): void;
55
+ addElement(elementName: string, type: string, element: defs.Element): defs.Element;
56
+ assignElementProperty(elementName: string, propertyName: string, propertyValue: any, markdown?: boolean, event?: Partial<defs.Event> | boolean): void;
57
+ assignElementItemProperty(elementName: string, itemKey: string, propertyName: string, propertyValue: any, markdown?: boolean): void;
58
+ assignItemsToElement(elementName: string, items: Record<string, defs.Item>, reset?: boolean): void;
59
+ cancelTool(): void;
60
+ deriveLocale(): string;
61
+ /** Disposes the form renderer. */
62
+ dispose(): boolean;
63
+ /** Filters the items of an element based on heuristics. */
64
+ filterItems(elementName: string, input: string): boolean;
65
+ /**
66
+ * Returns the specified element or throws an error with a helpful message
67
+ * if the element does not exist. Throwing an error now makes it easier
68
+ * to debug than further downstream when it could be less obvious.
69
+ * Having a shared method allows us to have consistent behaviour and a
70
+ * consistent message.
71
+ *
72
+ * If the supplied element is already an instance of an Element, it is
73
+ * returned.
74
+ *
75
+ * If it is a string, it is looked up.
76
+ *
77
+ * If an element was not supplied, we check the supplied event to attempt
78
+ * to get the element name from there and subsequently look it up.
79
+ *
80
+ * This method throws a FormElementNotFoundError if an element name was
81
+ * supplied but not found, or if the element named in the event was not
82
+ * found.
83
+ *
84
+ * This method throws a NoFormElementAvailableError if no element name was
85
+ * specified and there was none specified in the event either.
86
+ *
87
+ * @param element The name of a form element, or the element itself.
88
+ * @param event The event for the form.
89
+ */
90
+ getElement(element: string | defs.Element | undefined, event?: defs.Event): defs.Element;
91
+ /**
92
+ * Returns the name of the specified element or throws an error with a
93
+ * helpful message if the element does not exist. Throwing an error now
94
+ * makes it easier to debug than further downstream when it could be less
95
+ * obvious. Having a shared method allows us to have consistent behaviour
96
+ * and a consistent message.
97
+ * If the supplied element is already a string, it is returned.
98
+ *
99
+ * If it is an actual instance of Element, it is looked up.
100
+ *
101
+ * If an element was not supplied, we check the supplied event to attempt
102
+ * to get the element name from there.
103
+ *
104
+ * This method throws a FormElementNotFoundError if an element instance was
105
+ * supplied but not found.
106
+ *
107
+ * This method throws a NoFormElementAvailableError if no element name was
108
+ * specified and there was none in the event either.
109
+ *
110
+ * @param element The name of a form element, or the element itself.
111
+ * @param event The event for the form.
112
+ */
113
+ getElementName(element: defs.Element | string | undefined, event?: defs.Event): string;
114
+ getElementRegistration(element: defs.Element): FormElementRegistration | undefined;
115
+ protected getText(content: defs.Text | undefined): defs.Text | undefined;
116
+ hideElement(element: defs.Element): void;
117
+ /**
118
+ * Checks to see if the other FormRenderer is related to this one.
119
+ * If two forms share the same ambient state, they belong to the
120
+ * same workflow. Otherwise they may yet be related if the other belongs to
121
+ * a workflow that is an ancestor of the current workflow.
122
+ * @param other The other FormRenderer to compare to this one.
123
+ */
124
+ isRelated(other: FormRenderer): any;
125
+ /** Loads the form. */
126
+ load(): boolean;
127
+ /** Loads the form with a new definition. */
128
+ load(form: defs.Form, template?: defs.Form): boolean;
129
+ /** Renders form text as HTML. */
130
+ renderHtml(content: defs.Text, htmlContentCategory?: defs.HTMLContentCategory): string;
131
+ /** Renders form text as plain text. */
132
+ renderText(content: defs.Text | undefined): string;
133
+ setCurrentItem(elementName: string, searchValue: defs.Value | defs.Text | defs.Item, itemMatchType: defs.ItemMatchType): boolean;
134
+ setElementError(elementName: string, error: string | undefined, markdown?: boolean): void;
135
+ showElement(element: defs.Element): void;
136
+ /** Used to request that the form spins without blocking the application. */
137
+ spinNoBlock(): boolean;
138
+ translateText(content: defs.Text): string | defs.MarkdownRef | undefined;
139
+ }
@@ -1 +1 @@
1
- import{ActivityAbortedError}from"../../Errors.js";import{FormComponent}from"../../forms/FormComponent.js";import{FormHost,defs}from"../../forms/FormHost.js";import{FormElementTypes}from"../../forms/constants.js";import{renderElement}from"../../forms/renderers.js";import{text}from"../../forms/utils.js";import{FormElementNotFoundError,NoFormElementAvailableError}from"./Errors.js";function sanitizeValue(e,t,r){if("string"!=typeof t)return t;if(!0!==r)return t;switch(e){case"description":case"error":case"label":case"prompt":case"title":case"tooltip":case"itemLabel":break;default:return t}return{markdown:t}}const guid="F889738A-EBE2-4D52-8B46-3E24CC6E30F6:";class FormRenderer extends FormHost{static create(){return new this}static createCustom(){const e=new this;return e.custom=!0,e}static register(e){e.factories.push(e=>e===this.type?this:void 0)}spinNoBlock(){return this.spin()}hideElement(e){e.visible=!1,this.invalidate()}showElement(e){e.visible=!0,this.invalidate()}setCurrentItem(e,t,r){const n=this.getElement(e);if(!n||!n.items)return!1;let s;switch(r){case"index":s=(e,t,r)=>{var s=Object.keys(n.items);return 0<s.length&&e===s[r]};break;case"item":s=(e,t,r)=>r===t;break;case"key":s=(e,t,r)=>r===e;break;case"label":s=(e,t,r)=>r===t.label;break;case"value":s=(e,t,r)=>r===t.value;break;default:throw new Error("Unsupported value for itemMatchType: "+r)}for(const i in n.items)if(s(i,n.items[i],t))return n.current=i,this.invalidate(e),this.cascade(e),!0;return!1}setElementError(e,t,r){this.errors[e]=sanitizeValue("error",t,r)}assignElementProperty(t,r,s,e){s=sanitizeValue(r,s,e);const n=this.getElement(t);if(n[r]!==s){const i={},o=this.getElementRegistration(n);if(o?.onPropertyChange)try{const a=(e,t)=>{i[e]!==t&&(i[e]=t,o.onPropertyChange({properties:{...n,...i},property:e,setProperty:a}))};a(r,s)}catch(e){throw console.error(`Error setting element property.\nElement: "${t}"\nProperty: "${r}"\nValue: ${s}\n`,e),e}else i[r]=s;for(const m of Object.keys(i))n[m]=i[m];if(o&&"value"in i&&this.post("changed",{name:t,value:i.value}),n.customType)this.refresh();else switch(r){case"autoActivate":case"collapsed":case"visible":this.invalidate();break;default:this.invalidate(t)}}}assignItemsToElement(e,t,r){const s=this.getElement(e);let n=s.items||{};!1!==r&&(n={});for(const i in t)n[i]=t[i];s.items=n,"GeometryPicker"!==s.type&&"ItemPicker"!==s.type||delete s.state,this.invalidate(e)}assignElementItemProperty(e,t,r,s,n){const i=this.getElement(e);i.items[t][r]=sanitizeValue(r,s,n),this.refresh(e)}deriveLocale(){return this.state?.locale||super.deriveLocale()}dispose(){if(super.dispose()){const e=this.state;return void 0!==e&&null!==e&&e.completion.isPending()&&e.reject(new ActivityAbortedError),!0}return!1}load(e,t){t=super.load(e,t);if(t&&this.form?.elements)for(const s in this.form.elements){var r=this.form.elements[s];const n=this.getElementRegistration(r);n&&n.getInitialProperties&&(r={...r,...n.getInitialProperties()},this.form.elements[s]=r)}return t}isRelated(e){return this.state&&this.state.trivia&&this.state.trivia.isDescendantOf&&this.state.trivia.isDescendantOf(e.state)}getElement(e,t){let r;if(e){if("string"!=typeof e)return e;r=e}else t?.name&&(r=t.name);if(r){t=this.form.elements[r];if(!t)throw new FormElementNotFoundError(r);return t}throw new NoFormElementAvailableError}getElementName(e,t){if(e){if("string"==typeof e)return e;for(const r in this.form.elements)if(this.form.elements[r]===e)return r;throw new FormElementNotFoundError(e)}if(t?.name)return t.name;throw new NoFormElementAvailableError}getElementRegistration(e){return this.state?.trivia?.getFormElementRegistration?.(e.customType??e.type)}renderHtml(e,t){return super.renderHtml(this.getText(e),t)}renderText(e){return super.renderText(this.getText(e))}translateText(e){return super.translateText(this.getText(e))}filterItems(e,t){const r=this.find(e);if(void 0===r||null===r)return!1;var s=r.items;if(null==s)return!1;if("string"!=typeof t)return t;let n=!1;const i={};var o=t.toLowerCase().split(/\s+/);for(const l in s){var a=s[l];const f=this.renderText(a.label);var m=f.toLowerCase().split(/\s+/);for(const c of o)if(0<c.length)for(const u of m)0<u.length&&(0!==c.indexOf(u)&&0!==u.indexOf(c)||(n=!0,i[l]=a))}return r.items=i,this.invalidate(e),n}getText(e){if(void 0!==this.state){const r=this.state.environment.getText;if("function"==typeof r){if(text.isMarkdown(e))return{markdown:r(e.markdown)};if(text.isStatus(e))return{markdown:r(`@form-element-status-${e.status}`)};if(e&&"@"===e[0]){var t=r(e);if(t)return t}}}return e}renderCustom(e,t){if(e instanceof FormComponent)return renderElement(FormElementTypes.CUSTOM,e,t)}addElement(e,t,r){if(this.form.elements.hasOwnProperty(e))throw new Error(`Element already present: ${e}`);const s={};if("object"==typeof r)for(const n in r)s[n]=r[n];s.type=t;t=s.section;if(t){let e;if("object"==typeof t?e=t.name:"string"==typeof t&&(e=t),"header"===e||"footer"===e)throw new Error("Elements cannot be added to the header or footer.")}return this.form.elements[e]=s,this.invalidate(),s}}FormRenderer.type=guid+"FormRenderer";export{defs,FormRenderer};
1
+ import{ActivityAbortedError}from"../../Errors.js";import{FormHost,defs}from"../../forms/FormHost.js";import{FormElementTypes}from"../../forms/constants.js";import{getContent}from"../../forms/textUtilities.js";import{text}from"../../forms/utils.js";import{FormElementNotFoundError,NoFormElementAvailableError}from"./Errors.js";function toMarkdownRef(e,t){return"string"!=typeof t?t:{markdown:t}}const guid="F889738A-EBE2-4D52-8B46-3E24CC6E30F6:";class FormRenderer extends FormHost{static create(){return new this}static createCustom(){const e=new this;return e.custom=!0,e}static register(e){e.factories.push(e=>e===this.type?this:void 0)}addElement(e,t,r){if(this.form.elements.hasOwnProperty(e))throw new Error(`Element already present: ${e}`);const n={};if("object"==typeof r)for(const s in r)n[s]=r[s];n.type=t;t=n.section;if(t){let e;if("object"==typeof t?e=t.name:"string"==typeof t&&(e=t),"header"===e||"footer"===e)throw new Error("Elements cannot be added to the header or footer.")}return this.form.elements[e]=n,this.invalidate(),n}assignElementProperty(t,r,n,e=!1,s=!0){e&&(n=toMarkdownRef(r,n));const o=this.getElement(t);if(o[r]!==n){const i={},a=this.getElementRegistration(o);if(a?.onPropertyChange)try{const m=(e,t)=>{i[e]!==t&&(i[e]=t,a.onPropertyChange({properties:{...o,...i},property:e,setProperty:m}))};m(r,n)}catch(e){throw console.error(`Error setting element property.\nElement: "${t}"\nProperty: "${r}"\nValue: ${n}\n`,e),e}else i[r]=n;for(const l of Object.keys(i))o[l]=i[l];a&&"value"in i&&!1!==s&&(t={..."object"==typeof s?s:{},name:t,value:i.value},this.post("changed",t)),this.refresh()}}assignElementItemProperty(e,t,r,n,s){const o=this.getElement(e);o.items[t][r]=s?toMarkdownRef(r,n):n,this.refresh(e)}assignItemsToElement(e,t,r){const n=this.getElement(e);let s=n.items||{};!1!==r&&(s={});for(const o in t)s[o]=t[o];n.items=s,n.type!==FormElementTypes.GEOMETRYPICKER&&n.type!==FormElementTypes.ITEMPICKER||delete n.state,this.invalidate(e)}cancelTool(){}deriveLocale(){return this.state?.locale||super.deriveLocale()}dispose(){if(super.dispose()){const e=this.state;return void 0!==e&&null!==e&&e.completion.isPending()&&e.reject(new ActivityAbortedError),!0}return!1}filterItems(e,t){const r=this.find(e);if(void 0===r||null===r)return!1;var n=r.items;if(null==n)return!1;if("string"!=typeof t)return t;let s=!1;const o={};var i=t.toLowerCase().split(/\s+/);for(const l in n){var a=n[l];const f=this.renderText(a.label);var m=f.toLowerCase().split(/\s+/);for(const h of i)if(0<h.length)for(const c of m)0<c.length&&0===c.indexOf(h)&&(s=!0,o[l]=a)}return r.items=o,this.invalidate(e),s}getElement(e,t){let r;if(e){if("string"!=typeof e)return e;r=e}else t?.name&&(r=t.name);if(r){t=this.form.elements[r];if(!t)throw new FormElementNotFoundError(r);return t}throw new NoFormElementAvailableError}getElementName(e,t){if(e){if("string"==typeof e)return e;for(const r in this.form.elements)if(this.form.elements[r]===e)return r;throw new FormElementNotFoundError(e)}if(t?.name)return t.name;throw new NoFormElementAvailableError}getElementRegistration(e){return this.state?.trivia?.getFormElementRegistration?.(e.customType??e.type)}getText(e){var t=this.state;if(void 0!==t){const r=t.environment.getText;if("function"==typeof r){if(text.isMarkdown(e))return{markdown:r(e.markdown)};if(text.isStatus(e))return{markdown:r(`@form-element-status-${e.status}`)};if(e&&"@"===e[0]){t=r(e);if(t)return t}}}return e}hideElement(e){e.visible=!1,this.invalidate()}isRelated(e){return this.state&&this.state.trivia&&this.state.trivia.isDescendantOf&&this.state.trivia.isDescendantOf(e.state)}load(e,t){t=super.load(e,t);if(t&&this.form?.elements)for(const n in this.form.elements){var r=this.form.elements[n];const s=this.getElementRegistration(r);s&&s.getInitialProperties&&(r={...r,...s.getInitialProperties()},this.form.elements[n]=r)}return t}renderHtml(e,t){return super.renderHtml(this.getText(e),t)}renderText(e){return super.renderText(this.getText(e))}setCurrentItem(e,t,r){const s=this.getElement(e);if(!s||!s.items)return!1;let n;switch(r){case"index":n=(e,t,r)=>{var n=Object.keys(s.items);return 0<n.length&&e===n[r]};break;case"item":n=(e,t,r)=>r===t;break;case"key":n=(e,t,r)=>r===e;break;case"label":n=(e,t,r)=>getContent(r)===getContent(t.label);break;case"value":n=(e,t,r)=>r===t.value;break;default:throw new Error("Unsupported value for itemMatchType: "+r)}for(const o in s.items)if(n(o,s.items[o],t))return s.current=o,this.invalidate(e),this.cascade(e),!0;return!1}setElementError(e,t,r=!1){this.errors[e]=r?toMarkdownRef("error",t):t}showElement(e){e.visible=!0,this.invalidate()}spinNoBlock(){return this.spin()}translateText(e){return super.translateText(this.getText(e))}}FormRenderer.type=guid+"FormRenderer";export{defs,FormRenderer};