@elliemae/pui-scripting-object 1.51.2 → 1.54.4

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 (510) hide show
  1. package/build/docs/404.html +16 -0
  2. package/build/docs/Objects/analytics/index.html +21 -0
  3. package/build/docs/Objects/application/index.html +21 -0
  4. package/build/docs/Objects/auth/index.html +21 -0
  5. package/build/docs/Objects/form/index.html +21 -0
  6. package/build/docs/Objects/global/index.html +21 -0
  7. package/build/docs/Objects/http/index.html +21 -0
  8. package/build/docs/Objects/loan/index.html +21 -0
  9. package/build/docs/Objects/memstorage/index.html +21 -0
  10. package/build/docs/Objects/module/index.html +26 -0
  11. package/build/docs/Objects/service/index.html +21 -0
  12. package/build/docs/Objects/session/index.html +21 -0
  13. package/build/docs/Objects/styling/index.html +23 -0
  14. package/build/docs/Objects/transaction/index.html +21 -0
  15. package/build/docs/Objects/transactiontemplate/index.html +21 -0
  16. package/build/docs/api/enumerations/EditModes/index.html +19 -0
  17. package/build/docs/api/enumerations/FormType/index.html +19 -0
  18. package/build/docs/api/enumerations/LoanCollection/index.html +19 -0
  19. package/build/docs/api/enumerations/LoanLevelActions/index.html +19 -0
  20. package/build/docs/api/enumerations/LogLevels/index.html +19 -0
  21. package/build/docs/api/enumerations/ModalSize/index.html +19 -0
  22. package/build/docs/api/enumerations/ModalType/index.html +19 -0
  23. package/build/docs/api/enumerations/NavigationType/index.html +19 -0
  24. package/build/docs/api/enumerations/OpenMode/index.html +19 -0
  25. package/build/docs/api/enumerations/OpenType/index.html +19 -0
  26. package/build/docs/api/enumerations/OriginContext/index.html +19 -0
  27. package/build/docs/api/enumerations/RecordActions/index.html +19 -0
  28. package/build/docs/api/enumerations/RecordViewType/index.html +19 -0
  29. package/build/docs/api/enumerations/SCOPE/index.html +19 -0
  30. package/build/docs/api/enumerations/ScriptingObjectNames/index.html +18 -0
  31. package/build/docs/api/enumerations/ServiceSetupCategory/index.html +19 -0
  32. package/build/docs/api/enumerations/ToastType/index.html +19 -0
  33. package/build/docs/api/enumerations/TokenType/index.html +19 -0
  34. package/build/docs/api/index.html +22 -0
  35. package/build/docs/api/interfaces/IAnalytics/index.html +133 -0
  36. package/build/docs/api/interfaces/IApplication/index.html +224 -0
  37. package/build/docs/api/interfaces/IAuth/index.html +87 -0
  38. package/build/docs/api/interfaces/IEvent/index.html +29 -0
  39. package/build/docs/api/interfaces/IForm/index.html +74 -0
  40. package/build/docs/api/interfaces/IGlobal/index.html +88 -0
  41. package/build/docs/api/interfaces/IHttp/index.html +133 -0
  42. package/build/docs/api/interfaces/ILoan/index.html +353 -0
  43. package/build/docs/api/interfaces/IMemStorage/index.html +80 -0
  44. package/build/docs/api/interfaces/IModule/index.html +92 -0
  45. package/build/docs/api/interfaces/IScriptingObject/index.html +58 -0
  46. package/build/docs/api/interfaces/IScriptingObjectProxy/index.html +27 -0
  47. package/build/docs/api/interfaces/IService/index.html +118 -0
  48. package/build/docs/api/interfaces/ISession/index.html +69 -0
  49. package/build/docs/api/interfaces/IStyling/index.html +133 -0
  50. package/build/docs/api/interfaces/ITransaction/index.html +211 -0
  51. package/build/docs/api/interfaces/ITransactionTemplate/index.html +83 -0
  52. package/build/docs/api/type-aliases/AcceptFile/index.html +26 -0
  53. package/build/docs/api/type-aliases/ActionInfo/index.html +22 -0
  54. package/build/docs/api/type-aliases/ActionResponse/index.html +22 -0
  55. package/build/docs/api/type-aliases/AdditionalServices/index.html +23 -0
  56. package/build/docs/api/type-aliases/AppInfo/index.html +22 -0
  57. package/build/docs/api/type-aliases/ApplicationActionCompletedListener/index.html +35 -0
  58. package/build/docs/api/type-aliases/ApplicationContext/index.html +26 -0
  59. package/build/docs/api/type-aliases/ApplicationEvents/index.html +40 -0
  60. package/build/docs/api/type-aliases/ApplicationInfo/index.html +30 -0
  61. package/build/docs/api/type-aliases/ApplicationLoginListener/index.html +35 -0
  62. package/build/docs/api/type-aliases/ApplicationNavigationStartListener/index.html +36 -0
  63. package/build/docs/api/type-aliases/AssignLoanTeamMember/index.html +23 -0
  64. package/build/docs/api/type-aliases/AusTracking/index.html +23 -0
  65. package/build/docs/api/type-aliases/BAEvent/index.html +25 -0
  66. package/build/docs/api/type-aliases/BorrowerContacts/index.html +23 -0
  67. package/build/docs/api/type-aliases/BusinessContacts/index.html +23 -0
  68. package/build/docs/api/type-aliases/BusinessRules/index.html +23 -0
  69. package/build/docs/api/type-aliases/Capabilities/index.html +26 -0
  70. package/build/docs/api/type-aliases/ChangeExpectedDate/index.html +26 -0
  71. package/build/docs/api/type-aliases/CommitInfo/index.html +22 -0
  72. package/build/docs/api/type-aliases/CompanySettingsQueryOptions/index.html +26 -0
  73. package/build/docs/api/type-aliases/CompanyUserSetup/index.html +23 -0
  74. package/build/docs/api/type-aliases/ConditionOperator/index.html +43 -0
  75. package/build/docs/api/type-aliases/ConditionType/index.html +29 -0
  76. package/build/docs/api/type-aliases/ContactSetup/index.html +23 -0
  77. package/build/docs/api/type-aliases/Contacts/index.html +23 -0
  78. package/build/docs/api/type-aliases/CurrentApplicationOptions/index.html +22 -0
  79. package/build/docs/api/type-aliases/Dashboard/index.html +23 -0
  80. package/build/docs/api/type-aliases/DeliveryConditions/index.html +23 -0
  81. package/build/docs/api/type-aliases/DescriptorInfo/index.html +26 -0
  82. package/build/docs/api/type-aliases/DisclosureTracking/index.html +23 -0
  83. package/build/docs/api/type-aliases/DocsSetup/index.html +23 -0
  84. package/build/docs/api/type-aliases/Documents/index.html +32 -0
  85. package/build/docs/api/type-aliases/DynamicDataManagement/index.html +23 -0
  86. package/build/docs/api/type-aliases/EDisclosures/index.html +23 -0
  87. package/build/docs/api/type-aliases/EFolderHistory/index.html +20 -0
  88. package/build/docs/api/type-aliases/EFolderSetup/index.html +23 -0
  89. package/build/docs/api/type-aliases/EVault/index.html +20 -0
  90. package/build/docs/api/type-aliases/EVaultPortal/index.html +23 -0
  91. package/build/docs/api/type-aliases/EditComment/index.html +26 -0
  92. package/build/docs/api/type-aliases/EditModeOptions/index.html +28 -0
  93. package/build/docs/api/type-aliases/EncompassWebServices/index.html +23 -0
  94. package/build/docs/api/type-aliases/EnhancedConditions/index.html +23 -0
  95. package/build/docs/api/type-aliases/EntityOptions/index.html +26 -0
  96. package/build/docs/api/type-aliases/Environment/index.html +22 -0
  97. package/build/docs/api/type-aliases/EventObjects/index.html +17 -0
  98. package/build/docs/api/type-aliases/Events/index.html +17 -0
  99. package/build/docs/api/type-aliases/ExportServices/index.html +23 -0
  100. package/build/docs/api/type-aliases/FieldOptions/index.html +26 -0
  101. package/build/docs/api/type-aliases/FieldOptionsParam/index.html +30 -0
  102. package/build/docs/api/type-aliases/FileContacts/index.html +26 -0
  103. package/build/docs/api/type-aliases/FinishMilestone/index.html +26 -0
  104. package/build/docs/api/type-aliases/Form/index.html +26 -0
  105. package/build/docs/api/type-aliases/FormDescriptor/index.html +26 -0
  106. package/build/docs/api/type-aliases/FormEvents/index.html +28 -0
  107. package/build/docs/api/type-aliases/FormInfo/index.html +22 -0
  108. package/build/docs/api/type-aliases/FormLoadListener/index.html +35 -0
  109. package/build/docs/api/type-aliases/FormUnloadListener/index.html +35 -0
  110. package/build/docs/api/type-aliases/GlobalChangeListener/index.html +35 -0
  111. package/build/docs/api/type-aliases/GlobalEvents/index.html +23 -0
  112. package/build/docs/api/type-aliases/GrantWriteAccess/index.html +23 -0
  113. package/build/docs/api/type-aliases/GseServices/index.html +23 -0
  114. package/build/docs/api/type-aliases/ImportLoan/index.html +23 -0
  115. package/build/docs/api/type-aliases/LIB_NAME/index.html +17 -0
  116. package/build/docs/api/type-aliases/LaunchCategoryOptions/index.html +49 -0
  117. package/build/docs/api/type-aliases/LaunchProviderOptions/index.html +45 -0
  118. package/build/docs/api/type-aliases/LaunchServiceSetupOptions/index.html +45 -0
  119. package/build/docs/api/type-aliases/Listener/index.html +44 -0
  120. package/build/docs/api/type-aliases/LoConnectTasks/index.html +35 -0
  121. package/build/docs/api/type-aliases/LoanApplicationSelectedListener/index.html +35 -0
  122. package/build/docs/api/type-aliases/LoanChangeEventInfo/index.html +34 -0
  123. package/build/docs/api/type-aliases/LoanChangeListener/index.html +35 -0
  124. package/build/docs/api/type-aliases/LoanCloseListener/index.html +36 -0
  125. package/build/docs/api/type-aliases/LoanCollectionObject/index.html +39 -0
  126. package/build/docs/api/type-aliases/LoanCommittedListener/index.html +35 -0
  127. package/build/docs/api/type-aliases/LoanEditModeChangeListener/index.html +36 -0
  128. package/build/docs/api/type-aliases/LoanEditModeEventInfo/index.html +26 -0
  129. package/build/docs/api/type-aliases/LoanEvents/index.html +88 -0
  130. package/build/docs/api/type-aliases/LoanFieldChangeSyncListener/index.html +36 -0
  131. package/build/docs/api/type-aliases/LoanMilestoneCompletedListener/index.html +35 -0
  132. package/build/docs/api/type-aliases/LoanObject/index.html +18 -0
  133. package/build/docs/api/type-aliases/LoanOpenListener/index.html +35 -0
  134. package/build/docs/api/type-aliases/LoanPreCommitListener/index.html +36 -0
  135. package/build/docs/api/type-aliases/LoanPreMilestoneCompleteListener/index.html +36 -0
  136. package/build/docs/api/type-aliases/LoanRecord/index.html +17 -0
  137. package/build/docs/api/type-aliases/LoanSetup/index.html +23 -0
  138. package/build/docs/api/type-aliases/LoanSyncListener/index.html +35 -0
  139. package/build/docs/api/type-aliases/LoanTeam/index.html +20 -0
  140. package/build/docs/api/type-aliases/LogMessage/index.html +25 -0
  141. package/build/docs/api/type-aliases/ManageServiceProviders/index.html +23 -0
  142. package/build/docs/api/type-aliases/Milestone/index.html +26 -0
  143. package/build/docs/api/type-aliases/MilestoneInfo/index.html +60 -0
  144. package/build/docs/api/type-aliases/MilestoneWorkflowManagement/index.html +35 -0
  145. package/build/docs/api/type-aliases/ModalContent/index.html +47 -0
  146. package/build/docs/api/type-aliases/ModalOptions/index.html +50 -0
  147. package/build/docs/api/type-aliases/ModuleCloseInfo/index.html +24 -0
  148. package/build/docs/api/type-aliases/ModuleCloseListener/index.html +36 -0
  149. package/build/docs/api/type-aliases/ModuleEvents/index.html +28 -0
  150. package/build/docs/api/type-aliases/ModuleOpenInfo/index.html +28 -0
  151. package/build/docs/api/type-aliases/ModuleOpenListener/index.html +36 -0
  152. package/build/docs/api/type-aliases/ModuleParameters/index.html +27 -0
  153. package/build/docs/api/type-aliases/ModuleUnLoadingListener/index.html +36 -0
  154. package/build/docs/api/type-aliases/ModuleUnloadInfo/index.html +24 -0
  155. package/build/docs/api/type-aliases/MoveFrom/index.html +23 -0
  156. package/build/docs/api/type-aliases/MoveLoans/index.html +26 -0
  157. package/build/docs/api/type-aliases/MoveTo/index.html +23 -0
  158. package/build/docs/api/type-aliases/NavigationOptions/index.html +34 -0
  159. package/build/docs/api/type-aliases/NavigationStartInfo/index.html +30 -0
  160. package/build/docs/api/type-aliases/OpenOptions/index.html +36 -0
  161. package/build/docs/api/type-aliases/OriginDetails/index.html +32 -0
  162. package/build/docs/api/type-aliases/PerfMark/index.html +26 -0
  163. package/build/docs/api/type-aliases/PersonalTemplates/index.html +23 -0
  164. package/build/docs/api/type-aliases/Personas/index.html +34 -0
  165. package/build/docs/api/type-aliases/Pipeline/index.html +29 -0
  166. package/build/docs/api/type-aliases/PipelineView/index.html +26 -0
  167. package/build/docs/api/type-aliases/PluginInfo/index.html +30 -0
  168. package/build/docs/api/type-aliases/PostClosingConditions/index.html +23 -0
  169. package/build/docs/api/type-aliases/PreliminaryConditions/index.html +23 -0
  170. package/build/docs/api/type-aliases/Print/index.html +23 -0
  171. package/build/docs/api/type-aliases/PrintOptions/index.html +22 -0
  172. package/build/docs/api/type-aliases/PurchaseConditions/index.html +23 -0
  173. package/build/docs/api/type-aliases/RecordOptions/index.html +34 -0
  174. package/build/docs/api/type-aliases/RemotingScriptingObject/index.html +34 -0
  175. package/build/docs/api/type-aliases/ResourceDetails/index.html +38 -0
  176. package/build/docs/api/type-aliases/ResourceOptions/index.html +22 -0
  177. package/build/docs/api/type-aliases/ReturnFile/index.html +26 -0
  178. package/build/docs/api/type-aliases/Role/index.html +26 -0
  179. package/build/docs/api/type-aliases/Role2/index.html +26 -0
  180. package/build/docs/api/type-aliases/Route/index.html +34 -0
  181. package/build/docs/api/type-aliases/ScriptingObjectTypes/index.html +60 -0
  182. package/build/docs/api/type-aliases/SecondarySetup/index.html +23 -0
  183. package/build/docs/api/type-aliases/Service/index.html +26 -0
  184. package/build/docs/api/type-aliases/ServiceSetup/index.html +38 -0
  185. package/build/docs/api/type-aliases/StandardWebForm/index.html +26 -0
  186. package/build/docs/api/type-aliases/StateInfo/index.html +22 -0
  187. package/build/docs/api/type-aliases/StyleOptions/index.html +31 -0
  188. package/build/docs/api/type-aliases/SystemAdministration/index.html +23 -0
  189. package/build/docs/api/type-aliases/TableRowCriteria/index.html +21 -0
  190. package/build/docs/api/type-aliases/TableRowStyleOptions/index.html +30 -0
  191. package/build/docs/api/type-aliases/TablesAndFees/index.html +23 -0
  192. package/build/docs/api/type-aliases/TimingOptions/index.html +26 -0
  193. package/build/docs/api/type-aliases/ToastOptions/index.html +33 -0
  194. package/build/docs/api/type-aliases/TokenInfo/index.html +38 -0
  195. package/build/docs/api/type-aliases/Tool/index.html +20 -0
  196. package/build/docs/api/type-aliases/TpoCompanyDetails/index.html +23 -0
  197. package/build/docs/api/type-aliases/TpoConnectSiteSettings/index.html +23 -0
  198. package/build/docs/api/type-aliases/TpoContacts/index.html +23 -0
  199. package/build/docs/api/type-aliases/TpoFees/index.html +23 -0
  200. package/build/docs/api/type-aliases/TpoInformation/index.html +23 -0
  201. package/build/docs/api/type-aliases/TpoOrganizationSettings/index.html +23 -0
  202. package/build/docs/api/type-aliases/TqlServices/index.html +23 -0
  203. package/build/docs/api/type-aliases/Trades/index.html +23 -0
  204. package/build/docs/api/type-aliases/TransactionDetails/index.html +23 -0
  205. package/build/docs/api/type-aliases/TransactionEvent/index.html +33 -0
  206. package/build/docs/api/type-aliases/TransactionInfo/index.html +22 -0
  207. package/build/docs/api/type-aliases/TransactionRequest/index.html +31 -0
  208. package/build/docs/api/type-aliases/TransactionResource/index.html +30 -0
  209. package/build/docs/api/type-aliases/TransactionTemplateDetails/index.html +36 -0
  210. package/build/docs/api/type-aliases/UnAuthorizedError/index.html +18 -0
  211. package/build/docs/api/type-aliases/UnderwritingCenter/index.html +23 -0
  212. package/build/docs/api/type-aliases/UnderwritingConditions/index.html +23 -0
  213. package/build/docs/api/type-aliases/User/index.html +74 -0
  214. package/build/docs/api/type-aliases/UserAccessRights/index.html +204 -0
  215. package/build/docs/api/type-aliases/UserInfo/index.html +22 -0
  216. package/build/docs/assets/css/styles.48d5ef50.css +1 -0
  217. package/build/docs/assets/js/01be580c.895e2259.js +1 -0
  218. package/build/docs/assets/js/041b718b.70ba9cd3.js +1 -0
  219. package/build/docs/assets/js/05f939cb.5dd48f93.js +1 -0
  220. package/build/docs/assets/js/097c8dfd.dea59523.js +1 -0
  221. package/build/docs/assets/js/0b21d61c.d1b60530.js +1 -0
  222. package/build/docs/assets/js/0baa1f58.63c8d29e.js +1 -0
  223. package/build/docs/assets/js/0c69a34b.d83c530f.js +1 -0
  224. package/build/docs/assets/js/0f685aea.1700c6cd.js +1 -0
  225. package/build/docs/assets/js/10868109.d8ef3111.js +1 -0
  226. package/build/docs/assets/js/11bc780d.8d0df01f.js +1 -0
  227. package/build/docs/assets/js/12a2e4bf.efe47664.js +1 -0
  228. package/build/docs/assets/js/13a797f3.a63f7dbb.js +1 -0
  229. package/build/docs/assets/js/1519.c61ea04c.js +1 -0
  230. package/build/docs/assets/js/1653.acc6fdc6.js +1 -0
  231. package/build/docs/assets/js/165d760d.72d7c0de.js +1 -0
  232. package/build/docs/assets/js/169fc43e.38d884fd.js +1 -0
  233. package/build/docs/assets/js/16b7bc88.0c7d724d.js +1 -0
  234. package/build/docs/assets/js/1784.7b671c7b.js +1 -0
  235. package/build/docs/assets/js/17896441.d3b98eb2.js +1 -0
  236. package/build/docs/assets/js/1874.8b581b0f.js +1 -0
  237. package/build/docs/assets/js/18c5a2c7.bc2b4e01.js +1 -0
  238. package/build/docs/assets/js/1945.caeb2352.js +1 -0
  239. package/build/docs/assets/js/194ff42c.8058509a.js +1 -0
  240. package/build/docs/assets/js/1991.2fe262ac.js +1 -0
  241. package/build/docs/assets/js/199d948c.738456fc.js +1 -0
  242. package/build/docs/assets/js/1ad144cb.0cbb6399.js +1 -0
  243. package/build/docs/assets/js/1b81bba6.e4881d84.js +1 -0
  244. package/build/docs/assets/js/1e3d54ad.0a143bda.js +1 -0
  245. package/build/docs/assets/js/1e55ee77.d4ca6126.js +1 -0
  246. package/build/docs/assets/js/1ff40e6d.9b03e079.js +1 -0
  247. package/build/docs/assets/js/2045.d1ea775b.js +1 -0
  248. package/build/docs/assets/js/207a78be.0c273b53.js +1 -0
  249. package/build/docs/assets/js/219b8fa8.e2b198a8.js +1 -0
  250. package/build/docs/assets/js/22c51394.e6eddd47.js +1 -0
  251. package/build/docs/assets/js/22c75222.827b9800.js +1 -0
  252. package/build/docs/assets/js/254453de.43e76b54.js +1 -0
  253. package/build/docs/assets/js/2776.4956cf65.js +1 -0
  254. package/build/docs/assets/js/27b794d5.c262ffb8.js +1 -0
  255. package/build/docs/assets/js/2aa29b36.000f3bb1.js +1 -0
  256. package/build/docs/assets/js/2ce87e26.1e2c9da5.js +1 -0
  257. package/build/docs/assets/js/2df142f0.3085cc75.js +1 -0
  258. package/build/docs/assets/js/2ecd5be9.1d6e6f31.js +1 -0
  259. package/build/docs/assets/js/3038.d01aa548.js +1 -0
  260. package/build/docs/assets/js/306c628f.7567fbe7.js +1 -0
  261. package/build/docs/assets/js/3070.ea663f28.js +1 -0
  262. package/build/docs/assets/js/3176dea0.6eb45086.js +1 -0
  263. package/build/docs/assets/js/31d79ec6.3b2180d6.js +1 -0
  264. package/build/docs/assets/js/3296b04f.b29af22c.js +1 -0
  265. package/build/docs/assets/js/32b882f4.5817f83c.js +1 -0
  266. package/build/docs/assets/js/33.df4bbb17.js +1 -0
  267. package/build/docs/assets/js/332d2808.2c705239.js +1 -0
  268. package/build/docs/assets/js/338673e8.ead714d0.js +1 -0
  269. package/build/docs/assets/js/35497db5.e52a50b2.js +1 -0
  270. package/build/docs/assets/js/36a5c786.fb56d076.js +1 -0
  271. package/build/docs/assets/js/36dce1d5.50969a7b.js +1 -0
  272. package/build/docs/assets/js/3717c316.3fb1fe69.js +1 -0
  273. package/build/docs/assets/js/37cb18f9.fc0857db.js +1 -0
  274. package/build/docs/assets/js/37cec3ff.0527f34b.js +1 -0
  275. package/build/docs/assets/js/3899.85f10f23.js +1 -0
  276. package/build/docs/assets/js/3ad7ef6e.5e3c6e54.js +1 -0
  277. package/build/docs/assets/js/3d7edb1b.4da5c047.js +1 -0
  278. package/build/docs/assets/js/3e43232c.bf559b82.js +1 -0
  279. package/build/docs/assets/js/3eab2692.e9bf3518.js +1 -0
  280. package/build/docs/assets/js/3fd673d5.890395f1.js +1 -0
  281. package/build/docs/assets/js/407.ca5734ea.js +1 -0
  282. package/build/docs/assets/js/40e6a4c3.36551c0a.js +1 -0
  283. package/build/docs/assets/js/42742b0a.b47b6184.js +1 -0
  284. package/build/docs/assets/js/42b6ee51.5d29b576.js +1 -0
  285. package/build/docs/assets/js/4362.51df51c5.js +1 -0
  286. package/build/docs/assets/js/44cc89e7.ab5d6da0.js +1 -0
  287. package/build/docs/assets/js/454c9f7b.4e092960.js +1 -0
  288. package/build/docs/assets/js/455b76ae.8b354abb.js +1 -0
  289. package/build/docs/assets/js/459.cd77c9da.js +1 -0
  290. package/build/docs/assets/js/459db510.f4d9d393.js +1 -0
  291. package/build/docs/assets/js/45b07953.a3fdcf1c.js +1 -0
  292. package/build/docs/assets/js/46c9c393.8a27c84d.js +1 -0
  293. package/build/docs/assets/js/4806e2f2.f5de282c.js +1 -0
  294. package/build/docs/assets/js/4860.3b922768.js +1 -0
  295. package/build/docs/assets/js/4931.449e5b1f.js +1 -0
  296. package/build/docs/assets/js/49a0e362.db9f01fe.js +1 -0
  297. package/build/docs/assets/js/4a99468c.daeae602.js +1 -0
  298. package/build/docs/assets/js/4c2b22f5.f32f2355.js +1 -0
  299. package/build/docs/assets/js/4d43a2c4.5d7d32e2.js +1 -0
  300. package/build/docs/assets/js/4d61f813.8c6c93fb.js +1 -0
  301. package/build/docs/assets/js/4f716299.19b6e05f.js +1 -0
  302. package/build/docs/assets/js/4fd1babc.6e7973c0.js +1 -0
  303. package/build/docs/assets/js/5011808b.633f4004.js +1 -0
  304. package/build/docs/assets/js/50868a48.2c52c5eb.js +1 -0
  305. package/build/docs/assets/js/5122.12fb8e23.js +1 -0
  306. package/build/docs/assets/js/523362e5.b52d2a30.js +1 -0
  307. package/build/docs/assets/js/5387.c2ab0637.js +1 -0
  308. package/build/docs/assets/js/550aa20c.4549d3af.js +1 -0
  309. package/build/docs/assets/js/551d7418.2c68ad26.js +1 -0
  310. package/build/docs/assets/js/55f55257.17743cdc.js +1 -0
  311. package/build/docs/assets/js/5621.b59b53f6.js +2 -0
  312. package/build/docs/assets/js/5621.b59b53f6.js.LICENSE.txt +1 -0
  313. package/build/docs/assets/js/5820.fe7a2bf6.js +1 -0
  314. package/build/docs/assets/js/585c3847.c08ab90b.js +1 -0
  315. package/build/docs/assets/js/5871c1da.9caee4ee.js +1 -0
  316. package/build/docs/assets/js/5aa38cd9.30bbce78.js +1 -0
  317. package/build/docs/assets/js/5bd47231.fe4d3422.js +1 -0
  318. package/build/docs/assets/js/5d6e3c21.a73eafe8.js +1 -0
  319. package/build/docs/assets/js/5e8c322a.753944c0.js +1 -0
  320. package/build/docs/assets/js/5e95c892.7f8625b1.js +1 -0
  321. package/build/docs/assets/js/61c5d0e0.fa44288b.js +1 -0
  322. package/build/docs/assets/js/61cd27d3.237968ac.js +1 -0
  323. package/build/docs/assets/js/61e2ace9.2361b2aa.js +1 -0
  324. package/build/docs/assets/js/638.b6cdf0b6.js +2 -0
  325. package/build/docs/assets/js/638.b6cdf0b6.js.LICENSE.txt +9 -0
  326. package/build/docs/assets/js/6409.5cd7ee67.js +1 -0
  327. package/build/docs/assets/js/64dd0999.72dd024d.js +1 -0
  328. package/build/docs/assets/js/64f1d089.0fb64421.js +1 -0
  329. package/build/docs/assets/js/652d1996.ee33a10c.js +1 -0
  330. package/build/docs/assets/js/654.ee106195.js +1 -0
  331. package/build/docs/assets/js/65754b30.889dafb2.js +1 -0
  332. package/build/docs/assets/js/66991cc0.1e7da217.js +1 -0
  333. package/build/docs/assets/js/694b3ab8.7b7dc96e.js +1 -0
  334. package/build/docs/assets/js/6961.69a1a8d8.js +1 -0
  335. package/build/docs/assets/js/6ad112df.a9295983.js +1 -0
  336. package/build/docs/assets/js/6fbe79ac.9c95e82e.js +1 -0
  337. package/build/docs/assets/js/70137a30.7cc44334.js +1 -0
  338. package/build/docs/assets/js/7039.11648d58.js +1 -0
  339. package/build/docs/assets/js/712c7624.c77d89da.js +1 -0
  340. package/build/docs/assets/js/7299.5e268210.js +1 -0
  341. package/build/docs/assets/js/729ad928.48dab5ef.js +1 -0
  342. package/build/docs/assets/js/74bb96fa.64e77748.js +1 -0
  343. package/build/docs/assets/js/75808aed.a7e947b9.js +1 -0
  344. package/build/docs/assets/js/75a2c078.39e42369.js +1 -0
  345. package/build/docs/assets/js/7666.c14b7aca.js +1 -0
  346. package/build/docs/assets/js/7685.39260961.js +1 -0
  347. package/build/docs/assets/js/7695705b.02574d77.js +1 -0
  348. package/build/docs/assets/js/779684fb.377bf509.js +1 -0
  349. package/build/docs/assets/js/7807.844eed16.js +1 -0
  350. package/build/docs/assets/js/7860.9be80853.js +1 -0
  351. package/build/docs/assets/js/7868.17524124.js +1 -0
  352. package/build/docs/assets/js/78bc0bdd.b514d605.js +1 -0
  353. package/build/docs/assets/js/78fd3155.d86baa85.js +1 -0
  354. package/build/docs/assets/js/7968.ae733903.js +1 -0
  355. package/build/docs/assets/js/7997.5b10519c.js +1 -0
  356. package/build/docs/assets/js/79996a12.572d064a.js +1 -0
  357. package/build/docs/assets/js/7bce3487.dc1e11cf.js +1 -0
  358. package/build/docs/assets/js/7e8a4f7f.a4d21217.js +1 -0
  359. package/build/docs/assets/js/803e4dfa.04d34fdd.js +1 -0
  360. package/build/docs/assets/js/810e4273.0fcc0450.js +1 -0
  361. package/build/docs/assets/js/8130.65fdecef.js +1 -0
  362. package/build/docs/assets/js/81483485.9bb7e7f0.js +1 -0
  363. package/build/docs/assets/js/8182.87816b17.js +1 -0
  364. package/build/docs/assets/js/81be0eed.1d1e4dfb.js +1 -0
  365. package/build/docs/assets/js/8257.107dee36.js +1 -0
  366. package/build/docs/assets/js/82d61bec.a532d9a4.js +1 -0
  367. package/build/docs/assets/js/8331d859.29c4b721.js +1 -0
  368. package/build/docs/assets/js/853d1c4f.6a8358fa.js +1 -0
  369. package/build/docs/assets/js/8587.69ca2bd1.js +1 -0
  370. package/build/docs/assets/js/8638aafd.00b01087.js +1 -0
  371. package/build/docs/assets/js/87019c07.a7b4b9f3.js +1 -0
  372. package/build/docs/assets/js/877c7455.8773c4f0.js +1 -0
  373. package/build/docs/assets/js/8787ba8d.f0ef34f5.js +1 -0
  374. package/build/docs/assets/js/8796.83f3cc3d.js +1 -0
  375. package/build/docs/assets/js/8877bf86.105908b2.js +1 -0
  376. package/build/docs/assets/js/88d4f9bd.ec68ebd0.js +1 -0
  377. package/build/docs/assets/js/88f532f5.d01e9326.js +1 -0
  378. package/build/docs/assets/js/8907.af79bdad.js +1 -0
  379. package/build/docs/assets/js/89e8415d.b44c0c42.js +1 -0
  380. package/build/docs/assets/js/89e956a4.befdf41a.js +1 -0
  381. package/build/docs/assets/js/8a470b81.1a75ae55.js +1 -0
  382. package/build/docs/assets/js/8ae9d04b.12248a98.js +1 -0
  383. package/build/docs/assets/js/8c09e50b.e735f1da.js +1 -0
  384. package/build/docs/assets/js/900fc5d6.c22defda.js +1 -0
  385. package/build/docs/assets/js/9176.a8196821.js +1 -0
  386. package/build/docs/assets/js/92f1fdc4.e2d5c0c8.js +1 -0
  387. package/build/docs/assets/js/942c1cca.7a2eb224.js +1 -0
  388. package/build/docs/assets/js/967.0289c25f.js +1 -0
  389. package/build/docs/assets/js/97a1db13.d72a8871.js +1 -0
  390. package/build/docs/assets/js/9839.b3769bdb.js +1 -0
  391. package/build/docs/assets/js/989b3f0c.6c9cd1ee.js +1 -0
  392. package/build/docs/assets/js/9992c016.be868eb8.js +1 -0
  393. package/build/docs/assets/js/99ecde99.45bbfbb6.js +1 -0
  394. package/build/docs/assets/js/9a81dfc1.60bc882f.js +1 -0
  395. package/build/docs/assets/js/9e61d10d.90354b17.js +1 -0
  396. package/build/docs/assets/js/9e790d02.02bf917c.js +1 -0
  397. package/build/docs/assets/js/9fa92caf.cfcd49cd.js +1 -0
  398. package/build/docs/assets/js/a0da6071.54abf142.js +1 -0
  399. package/build/docs/assets/js/a14fd107.c1709014.js +1 -0
  400. package/build/docs/assets/js/a33445d2.cc6bcb84.js +1 -0
  401. package/build/docs/assets/js/a38914f7.5f7132ef.js +1 -0
  402. package/build/docs/assets/js/a3b503fb.04e330fe.js +1 -0
  403. package/build/docs/assets/js/a564f5b8.964daf5d.js +1 -0
  404. package/build/docs/assets/js/a5b76e8f.f21586a7.js +1 -0
  405. package/build/docs/assets/js/a6a9d012.00eef6aa.js +1 -0
  406. package/build/docs/assets/js/a78418a8.0601ef9c.js +1 -0
  407. package/build/docs/assets/js/a7bd4aaa.6e8c4296.js +1 -0
  408. package/build/docs/assets/js/a85871f1.ddbbebb9.js +1 -0
  409. package/build/docs/assets/js/a94703ab.e2c50de1.js +1 -0
  410. package/build/docs/assets/js/a982558a.2f47c8b4.js +1 -0
  411. package/build/docs/assets/js/a9ac5a0d.29dc0ab0.js +1 -0
  412. package/build/docs/assets/js/aba21aa0.cc16fe6a.js +1 -0
  413. package/build/docs/assets/js/ac5bb532.e863605b.js +1 -0
  414. package/build/docs/assets/js/ae35bb50.536118bc.js +1 -0
  415. package/build/docs/assets/js/af2c3537.1ee0a6de.js +1 -0
  416. package/build/docs/assets/js/b03d8897.67294cf2.js +1 -0
  417. package/build/docs/assets/js/b045ea4d.033e4345.js +1 -0
  418. package/build/docs/assets/js/b197998d.ca032321.js +1 -0
  419. package/build/docs/assets/js/b1f514b2.2a0bfa66.js +1 -0
  420. package/build/docs/assets/js/b465040b.006d27e0.js +1 -0
  421. package/build/docs/assets/js/b4c7048f.6afc5a72.js +1 -0
  422. package/build/docs/assets/js/b4f29550.515b688f.js +1 -0
  423. package/build/docs/assets/js/b5b4f2b5.36f79b78.js +1 -0
  424. package/build/docs/assets/js/b5e4e421.058039b5.js +1 -0
  425. package/build/docs/assets/js/b7005b3f.15fc69ed.js +1 -0
  426. package/build/docs/assets/js/b8fc8d46.5ab0b93f.js +1 -0
  427. package/build/docs/assets/js/ba3aabcc.f69ef3a2.js +1 -0
  428. package/build/docs/assets/js/bb84e7b0.766f262f.js +1 -0
  429. package/build/docs/assets/js/bb9e474e.d2a86df4.js +1 -0
  430. package/build/docs/assets/js/bfb798b4.3d7d9e64.js +1 -0
  431. package/build/docs/assets/js/c2e70358.ec73fefa.js +1 -0
  432. package/build/docs/assets/js/c377a04b.9423f05e.js +1 -0
  433. package/build/docs/assets/js/c60d21ea.06539fbf.js +1 -0
  434. package/build/docs/assets/js/c6931cb0.ac02dd55.js +1 -0
  435. package/build/docs/assets/js/c907c70c.84f4cfbe.js +1 -0
  436. package/build/docs/assets/js/c944c3d7.c7374c87.js +1 -0
  437. package/build/docs/assets/js/ca6b470f.7d69fba8.js +1 -0
  438. package/build/docs/assets/js/caf047eb.fd18f3e8.js +1 -0
  439. package/build/docs/assets/js/cecd13e9.a482505d.js +1 -0
  440. package/build/docs/assets/js/d1272994.2a09849a.js +1 -0
  441. package/build/docs/assets/js/d27c4f1d.e1799aed.js +1 -0
  442. package/build/docs/assets/js/d2b5d511.532ba3e3.js +1 -0
  443. package/build/docs/assets/js/d54b2140.4064756e.js +1 -0
  444. package/build/docs/assets/js/d5a7f148.5f0e0828.js +1 -0
  445. package/build/docs/assets/js/d5b7f03b.e53d2761.js +1 -0
  446. package/build/docs/assets/js/d6912e2d.9d2742cf.js +1 -0
  447. package/build/docs/assets/js/d7953049.84cc2689.js +1 -0
  448. package/build/docs/assets/js/d7e348bf.f77d0670.js +1 -0
  449. package/build/docs/assets/js/d978f210.dd0850f0.js +1 -0
  450. package/build/docs/assets/js/d9d4cbfc.d3137ca2.js +1 -0
  451. package/build/docs/assets/js/da1d6308.706f5bc0.js +1 -0
  452. package/build/docs/assets/js/dbcee71f.2d94a996.js +1 -0
  453. package/build/docs/assets/js/dc7a9126.b8347a73.js +1 -0
  454. package/build/docs/assets/js/dcdc0a4e.5b4ab14c.js +1 -0
  455. package/build/docs/assets/js/deb01a76.b0489e25.js +1 -0
  456. package/build/docs/assets/js/dfbfbaf0.14299597.js +1 -0
  457. package/build/docs/assets/js/dfea6595.49fa4164.js +1 -0
  458. package/build/docs/assets/js/e032a17e.407b920f.js +1 -0
  459. package/build/docs/assets/js/e16c43ed.66613c6b.js +1 -0
  460. package/build/docs/assets/js/e188077b.89085ae4.js +1 -0
  461. package/build/docs/assets/js/e3674c67.910dbc30.js +1 -0
  462. package/build/docs/assets/js/e4882ceb.ce73d180.js +1 -0
  463. package/build/docs/assets/js/e5186767.caf0cbe6.js +1 -0
  464. package/build/docs/assets/js/e577279e.8cb51fd7.js +1 -0
  465. package/build/docs/assets/js/e6051847.b8f0e3c1.js +1 -0
  466. package/build/docs/assets/js/e6321b8b.50c0b970.js +1 -0
  467. package/build/docs/assets/js/e9aa306d.60d4368b.js +1 -0
  468. package/build/docs/assets/js/eb03c37b.a8f9ff33.js +1 -0
  469. package/build/docs/assets/js/eef1b94c.677197ac.js +1 -0
  470. package/build/docs/assets/js/eef5f02b.b3b6e47e.js +1 -0
  471. package/build/docs/assets/js/efde44a5.e6f67a4f.js +1 -0
  472. package/build/docs/assets/js/f0886e8a.5677a731.js +1 -0
  473. package/build/docs/assets/js/f1a43501.4a9c34da.js +1 -0
  474. package/build/docs/assets/js/f38a0ed3.1f0e9200.js +1 -0
  475. package/build/docs/assets/js/f5908de6.1929bff3.js +1 -0
  476. package/build/docs/assets/js/f7a28957.c081adee.js +1 -0
  477. package/build/docs/assets/js/f8befd8b.99103168.js +1 -0
  478. package/build/docs/assets/js/f920ab10.7f0d630d.js +1 -0
  479. package/build/docs/assets/js/fbbf57d3.06f80f81.js +1 -0
  480. package/build/docs/assets/js/fd475d14.22d6919b.js +1 -0
  481. package/build/docs/assets/js/fdf27b93.2537f5f4.js +1 -0
  482. package/build/docs/assets/js/fdf6128b.2af9aa1e.js +1 -0
  483. package/build/docs/assets/js/main.182c9b8c.js +2 -0
  484. package/build/docs/assets/js/main.182c9b8c.js.LICENSE.txt +51 -0
  485. package/build/docs/assets/js/runtime~main.e34ff46f.js +1 -0
  486. package/build/docs/img/favicon.ico +0 -0
  487. package/build/docs/img/logo.jpeg +0 -0
  488. package/build/docs/img/logo.svg +22 -0
  489. package/build/docs/img/readme.md +1 -0
  490. package/build/docs/index.html +18 -0
  491. package/build/docs/readme.md +1 -0
  492. package/build/docs/sitemap.xml +1 -0
  493. package/dist/cjs/index.js +1 -0
  494. package/dist/cjs/objects/styling.js +16 -0
  495. package/dist/cjs/package.json +4 -1
  496. package/dist/cjs/scriptingObjectList.js +1 -0
  497. package/dist/esm/index.js +1 -0
  498. package/dist/esm/objects/styling.js +0 -0
  499. package/dist/esm/package.json +4 -1
  500. package/dist/esm/scriptingObjectList.js +1 -0
  501. package/dist/types/lib/index.d.ts +1 -0
  502. package/dist/types/lib/objects/analytics.d.ts +46 -0
  503. package/dist/types/lib/objects/application.d.ts +47 -0
  504. package/dist/types/lib/objects/loan.d.ts +78 -1
  505. package/dist/types/lib/objects/memStorage.d.ts +16 -14
  506. package/dist/types/lib/objects/module.d.ts +0 -5
  507. package/dist/types/lib/objects/styling.d.ts +174 -0
  508. package/dist/types/lib/scriptingObjectList.d.ts +3 -0
  509. package/dist/types/tsconfig.tsbuildinfo +1 -1
  510. package/package.json +19 -20
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[6132],{90116:(e,r,i)=>{i.d(r,{R:()=>a,x:()=>c});var n=i(30758);const t={},s=n.createContext(t);function a(e){const r=n.useContext(s);return n.useMemo(function(){return"function"==typeof e?e(r):{...r,...e}},[r,e])}function c(e){let r;return r=e.disableParentContext?"function"==typeof e.components?e.components(t):e.components||t:a(e.components),n.createElement(s.Provider,{value:r},e.children)}},96795:(e,r,i)=>{i.r(r),i.d(r,{assets:()=>d,contentTitle:()=>c,default:()=>h,frontMatter:()=>a,metadata:()=>n,toc:()=>o});const n=JSON.parse('{"id":"api/type-aliases/LaunchProviderOptions","title":"LaunchProviderOptions","description":"options to launch service order integration by specific service provider","source":"@site/docs/api/type-aliases/LaunchProviderOptions.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/LaunchProviderOptions","permalink":"/scripting-object/api/type-aliases/LaunchProviderOptions","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/LaunchProviderOptions.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"LaunchCategoryOptions","permalink":"/scripting-object/api/type-aliases/LaunchCategoryOptions"},"next":{"title":"LaunchServiceSetupOptions","permalink":"/scripting-object/api/type-aliases/LaunchServiceSetupOptions"}}');var t=i(86070),s=i(90116);const a={},c="LaunchProviderOptions",d={},o=[{value:"Properties",id:"properties",level:2},{value:"additionalData?",id:"additionaldata",level:3},{value:"redirectParams",id:"redirectparams",level:3},{value:"serviceOrderId?",id:"serviceorderid",level:3},{value:"settings?",id:"settings",level:3},{value:"source",id:"source",level:3},{value:"transactionId?",id:"transactionid",level:3}];function l(e){const r={a:"a",code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",p:"p",pre:"pre",strong:"strong",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,s.R)(),...e.components};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(r.header,{children:(0,t.jsx)(r.h1,{id:"launchprovideroptions",children:"LaunchProviderOptions"})}),"\n",(0,t.jsx)(r.pre,{children:(0,t.jsx)(r.code,{className:"language-ts",children:"type LaunchProviderOptions = {\n additionalData?: any;\n redirectParams: {\n targetName: string;\n targetParams?: Record<string, string>;\n targetType: NavigationType;\n };\n serviceOrderId?: string;\n settings?: any;\n source: string;\n transactionId?: string;\n};\n"})}),"\n",(0,t.jsx)(r.p,{children:"options to launch service order integration by specific service provider"}),"\n",(0,t.jsx)(r.h2,{id:"properties",children:"Properties"}),"\n",(0,t.jsx)(r.h3,{id:"additionaldata",children:"additionalData?"}),"\n",(0,t.jsx)(r.pre,{children:(0,t.jsx)(r.code,{className:"language-ts",children:"optional additionalData: any;\n"})}),"\n",(0,t.jsx)(r.p,{children:"additional data needed for the service order integration"}),"\n",(0,t.jsx)(r.hr,{}),"\n",(0,t.jsx)(r.h3,{id:"redirectparams",children:"redirectParams"}),"\n",(0,t.jsx)(r.pre,{children:(0,t.jsx)(r.code,{className:"language-ts",children:"redirectParams: {\n targetName: string;\n targetParams?: Record<string, string>;\n targetType: NavigationType;\n};\n"})}),"\n",(0,t.jsx)(r.p,{children:"location to redirect to after the service order integration flow is complete."}),"\n",(0,t.jsxs)(r.table,{children:[(0,t.jsx)(r.thead,{children:(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.th,{children:"Name"}),(0,t.jsx)(r.th,{children:"Type"}),(0,t.jsx)(r.th,{children:"Description"})]})}),(0,t.jsxs)(r.tbody,{children:[(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:(0,t.jsx)(r.code,{children:"targetName"})}),(0,t.jsx)(r.td,{children:(0,t.jsx)(r.code,{children:"string"})}),(0,t.jsxs)(r.td,{children:["name of redirect location ",(0,t.jsx)(r.strong,{children:"Example"})," ",(0,t.jsx)(r.code,{children:"Services, Secondary Registration etc.,"})]})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:(0,t.jsx)(r.code,{children:"targetParams?"})}),(0,t.jsxs)(r.td,{children:[(0,t.jsx)(r.code,{children:"Record"}),"<",(0,t.jsx)(r.code,{children:"string"}),", ",(0,t.jsx)(r.code,{children:"string"}),">"]}),(0,t.jsx)(r.td,{children:"additional query parameters to be passed to the redirect location. For example, if rediret requested to services area with targetParams { 'key1': 'value1', 'key2': 'value2'}, the url will have querystring as services?query={'transactionId':123, 'orderId':456, 'key1': 'value1', 'key2': 'value2'}"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:(0,t.jsx)(r.code,{children:"targetType"})}),(0,t.jsx)(r.td,{children:(0,t.jsx)(r.a,{href:"/scripting-object/api/enumerations/NavigationType",children:(0,t.jsx)(r.code,{children:"NavigationType"})})}),(0,t.jsxs)(r.td,{children:["type of redirect location ",(0,t.jsx)(r.strong,{children:"Example"})," ",(0,t.jsx)(r.code,{children:"NavigationType.STANDARD_FORM"})]})]})]})]}),"\n",(0,t.jsx)(r.hr,{}),"\n",(0,t.jsx)(r.h3,{id:"serviceorderid",children:"serviceOrderId?"}),"\n",(0,t.jsx)(r.pre,{children:(0,t.jsx)(r.code,{className:"language-ts",children:"optional serviceOrderId: string;\n"})}),"\n",(0,t.jsx)(r.p,{children:"unique id of the existing service order"}),"\n",(0,t.jsx)(r.hr,{}),"\n",(0,t.jsx)(r.h3,{id:"settings",children:"settings?"}),"\n",(0,t.jsx)(r.pre,{children:(0,t.jsx)(r.code,{className:"language-ts",children:"optional settings: any;\n"})}),"\n",(0,t.jsx)(r.p,{children:"settings to be passed to the service order integration"}),"\n",(0,t.jsx)(r.hr,{}),"\n",(0,t.jsx)(r.h3,{id:"source",children:"source"}),"\n",(0,t.jsx)(r.pre,{children:(0,t.jsx)(r.code,{className:"language-ts",children:"source: string;\n"})}),"\n",(0,t.jsxs)(r.p,{children:["source application context that is launching the service order integration\nurn patterned string\nexample: urn:elli:services",":getpricing"]}),"\n",(0,t.jsx)(r.hr,{}),"\n",(0,t.jsx)(r.h3,{id:"transactionid",children:"transactionId?"}),"\n",(0,t.jsx)(r.pre,{children:(0,t.jsx)(r.code,{className:"language-ts",children:"optional transactionId: string;\n"})}),"\n",(0,t.jsx)(r.p,{children:"unique id of the existing service order transaction"})]})}function h(e={}){const{wrapper:r}={...(0,s.R)(),...e.components};return r?(0,t.jsx)(r,{...e,children:(0,t.jsx)(l,{...e})}):l(e)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[9235],{90116:(e,t,n)=>{n.d(t,{R:()=>s,x:()=>a});var i=n(30758);const r={},o=i.createContext(r);function s(e){const t=i.useContext(o);return i.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:s(e.components),i.createElement(o.Provider,{value:t},e.children)}},96182:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>c,contentTitle:()=>a,default:()=>l,frontMatter:()=>s,metadata:()=>i,toc:()=>p});const i=JSON.parse('{"id":"api/enumerations/OpenType","title":"OpenType","description":"type of the item to open","source":"@site/docs/api/enumerations/OpenType.md","sourceDirName":"api/enumerations","slug":"/api/enumerations/OpenType","permalink":"/scripting-object/api/enumerations/OpenType","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/enumerations/OpenType.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"OpenMode","permalink":"/scripting-object/api/enumerations/OpenMode"},"next":{"title":"OriginContext","permalink":"/scripting-object/api/enumerations/OriginContext"}}');var r=n(86070),o=n(90116);const s={},a="OpenType",c={},p=[{value:"Enumeration Members",id:"enumeration-members",level:2}];function d(e){const t={code:"code",h1:"h1",h2:"h2",header:"header",p:"p",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,o.R)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(t.header,{children:(0,r.jsx)(t.h1,{id:"opentype",children:"OpenType"})}),"\n",(0,r.jsx)(t.p,{children:"type of the item to open"}),"\n",(0,r.jsx)(t.h2,{id:"enumeration-members",children:"Enumeration Members"}),"\n",(0,r.jsxs)(t.table,{children:[(0,r.jsx)(t.thead,{children:(0,r.jsxs)(t.tr,{children:[(0,r.jsx)(t.th,{children:"Enumeration Member"}),(0,r.jsx)(t.th,{children:"Value"}),(0,r.jsx)(t.th,{children:"Description"})]})}),(0,r.jsx)(t.tbody,{children:(0,r.jsxs)(t.tr,{children:[(0,r.jsxs)(t.td,{children:[(0,r.jsx)("a",{id:"module"})," ",(0,r.jsx)(t.code,{children:"MODULE"})]}),(0,r.jsx)(t.td,{children:(0,r.jsx)(t.code,{children:'"MODULE"'})}),(0,r.jsx)(t.td,{children:"opens the given module or fires applicaiton.moduleopen event for other modules to handle"})]})})]})]})}function l(e={}){const{wrapper:t}={...(0,o.R)(),...e.components};return t?(0,r.jsx)(t,{...e,children:(0,r.jsx)(d,{...e})}):d(e)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[4277],{18497:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>l,contentTitle:()=>a,default:()=>d,frontMatter:()=>o,metadata:()=>i,toc:()=>c});const i=JSON.parse('{"id":"api/type-aliases/MoveFrom","title":"MoveFrom","description":"Properties","source":"@site/docs/api/type-aliases/MoveFrom.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/MoveFrom","permalink":"/scripting-object/api/type-aliases/MoveFrom","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/MoveFrom.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"ModuleUnloadInfo","permalink":"/scripting-object/api/type-aliases/ModuleUnloadInfo"},"next":{"title":"MoveLoans","permalink":"/scripting-object/api/type-aliases/MoveLoans"}}');var r=n(86070),s=n(90116);const o={},a="MoveFrom",l={},c=[{value:"Properties",id:"properties",level:2},{value:"entityId",id:"entityid",level:3},{value:"entityType",id:"entitytype",level:3}];function p(e){const t={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",pre:"pre",...(0,s.R)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(t.header,{children:(0,r.jsx)(t.h1,{id:"movefrom",children:"MoveFrom"})}),"\n",(0,r.jsx)(t.pre,{children:(0,r.jsx)(t.code,{className:"language-ts",children:"type MoveFrom = {\n entityId: string;\n entityType: string;\n};\n"})}),"\n",(0,r.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,r.jsx)(t.h3,{id:"entityid",children:"entityId"}),"\n",(0,r.jsx)(t.pre,{children:(0,r.jsx)(t.code,{className:"language-ts",children:"entityId: string;\n"})}),"\n",(0,r.jsx)(t.hr,{}),"\n",(0,r.jsx)(t.h3,{id:"entitytype",children:"entityType"}),"\n",(0,r.jsx)(t.pre,{children:(0,r.jsx)(t.code,{className:"language-ts",children:"entityType: string;\n"})})]})}function d(e={}){const{wrapper:t}={...(0,s.R)(),...e.components};return t?(0,r.jsx)(t,{...e,children:(0,r.jsx)(p,{...e})}):p(e)}},90116:(e,t,n)=>{n.d(t,{R:()=>o,x:()=>a});var i=n(30758);const r={},s=i.createContext(r);function o(e){const t=i.useContext(s);return i.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:o(e.components),i.createElement(s.Provider,{value:t},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[407],{1590:(t,e,n)=>{n.d(e,{CP:()=>h,HT:()=>y,PB:()=>u,aC:()=>c,lC:()=>o,m:()=>l,tk:()=>a});var i=n(472),s=n(10052),r=n(41407),a=(0,s.K2)((t,e)=>{const n=t.append("rect");if(n.attr("x",e.x),n.attr("y",e.y),n.attr("fill",e.fill),n.attr("stroke",e.stroke),n.attr("width",e.width),n.attr("height",e.height),e.name&&n.attr("name",e.name),e.rx&&n.attr("rx",e.rx),e.ry&&n.attr("ry",e.ry),void 0!==e.attrs)for(const i in e.attrs)n.attr(i,e.attrs[i]);return e.class&&n.attr("class",e.class),n},"drawRect"),o=(0,s.K2)((t,e)=>{const n={x:e.startx,y:e.starty,width:e.stopx-e.startx,height:e.stopy-e.starty,fill:e.fill,stroke:e.stroke,class:"rect"};a(t,n).lower()},"drawBackgroundRect"),l=(0,s.K2)((t,e)=>{const n=e.text.replace(i.H1," "),s=t.append("text");s.attr("x",e.x),s.attr("y",e.y),s.attr("class","legend"),s.style("text-anchor",e.anchor),e.class&&s.attr("class",e.class);const r=s.append("tspan");return r.attr("x",e.x+2*e.textMargin),r.text(n),s},"drawText"),c=(0,s.K2)((t,e,n,i)=>{const s=t.append("image");s.attr("x",e),s.attr("y",n);const a=(0,r.J)(i);s.attr("xlink:href",a)},"drawImage"),h=(0,s.K2)((t,e,n,i)=>{const s=t.append("use");s.attr("x",e),s.attr("y",n);const a=(0,r.J)(i);s.attr("xlink:href",`#${a}`)},"drawEmbeddedImage"),u=(0,s.K2)(()=>({x:0,y:0,width:100,height:100,fill:"#EDF2AE",stroke:"#666",anchor:"start",rx:0,ry:0}),"getNoteRect"),y=(0,s.K2)(()=>({x:0,y:0,width:100,height:100,"text-anchor":"start",style:"#666",textMargin:0,rx:0,ry:0,tspan:!0}),"getTextObj")},32704:(t,e,n)=>{n.d(e,{o:()=>i});var i=(0,n(10052).K2)(()=>"\n /* Font Awesome icon styling - consolidated */\n .label-icon {\n display: inline-block;\n height: 1em;\n overflow: visible;\n vertical-align: -0.125em;\n }\n \n .node .label-icon path {\n fill: currentColor;\n stroke: revert;\n stroke-width: revert;\n }\n","getIconStyles")},70407:(t,e,n)=>{n.d(e,{diagram:()=>X});var i=n(1590),s=n(32704),r=n(472),a=n(10052),o=n(3170),l=function(){var t=(0,a.K2)(function(t,e,n,i){for(n=n||{},i=t.length;i--;n[t[i]]=e);return n},"o"),e=[6,8,10,11,12,14,16,17,18],n=[1,9],i=[1,10],s=[1,11],r=[1,12],o=[1,13],l=[1,14],c={trace:(0,a.K2)(function(){},"trace"),yy:{},symbols_:{error:2,start:3,journey:4,document:5,EOF:6,line:7,SPACE:8,statement:9,NEWLINE:10,title:11,acc_title:12,acc_title_value:13,acc_descr:14,acc_descr_value:15,acc_descr_multiline_value:16,section:17,taskName:18,taskData:19,$accept:0,$end:1},terminals_:{2:"error",4:"journey",6:"EOF",8:"SPACE",10:"NEWLINE",11:"title",12:"acc_title",13:"acc_title_value",14:"acc_descr",15:"acc_descr_value",16:"acc_descr_multiline_value",17:"section",18:"taskName",19:"taskData"},productions_:[0,[3,3],[5,0],[5,2],[7,2],[7,1],[7,1],[7,1],[9,1],[9,2],[9,2],[9,1],[9,1],[9,2]],performAction:(0,a.K2)(function(t,e,n,i,s,r,a){var o=r.length-1;switch(s){case 1:return r[o-1];case 2:case 6:case 7:this.$=[];break;case 3:r[o-1].push(r[o]),this.$=r[o-1];break;case 4:case 5:this.$=r[o];break;case 8:i.setDiagramTitle(r[o].substr(6)),this.$=r[o].substr(6);break;case 9:this.$=r[o].trim(),i.setAccTitle(this.$);break;case 10:case 11:this.$=r[o].trim(),i.setAccDescription(this.$);break;case 12:i.addSection(r[o].substr(8)),this.$=r[o].substr(8);break;case 13:i.addTask(r[o-1],r[o]),this.$="task"}},"anonymous"),table:[{3:1,4:[1,2]},{1:[3]},t(e,[2,2],{5:3}),{6:[1,4],7:5,8:[1,6],9:7,10:[1,8],11:n,12:i,14:s,16:r,17:o,18:l},t(e,[2,7],{1:[2,1]}),t(e,[2,3]),{9:15,11:n,12:i,14:s,16:r,17:o,18:l},t(e,[2,5]),t(e,[2,6]),t(e,[2,8]),{13:[1,16]},{15:[1,17]},t(e,[2,11]),t(e,[2,12]),{19:[1,18]},t(e,[2,4]),t(e,[2,9]),t(e,[2,10]),t(e,[2,13])],defaultActions:{},parseError:(0,a.K2)(function(t,e){if(!e.recoverable){var n=new Error(t);throw n.hash=e,n}this.trace(t)},"parseError"),parse:(0,a.K2)(function(t){var e=this,n=[0],i=[],s=[null],r=[],o=this.table,l="",c=0,h=0,u=0,y=r.slice.call(arguments,1),p=Object.create(this.lexer),d={yy:{}};for(var f in this.yy)Object.prototype.hasOwnProperty.call(this.yy,f)&&(d.yy[f]=this.yy[f]);p.setInput(t,d.yy),d.yy.lexer=p,d.yy.parser=this,void 0===p.yylloc&&(p.yylloc={});var g=p.yylloc;r.push(g);var x=p.options&&p.options.ranges;function m(){var t;return"number"!=typeof(t=i.pop()||p.lex()||1)&&(t instanceof Array&&(t=(i=t).pop()),t=e.symbols_[t]||t),t}"function"==typeof d.yy.parseError?this.parseError=d.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError,(0,a.K2)(function(t){n.length=n.length-2*t,s.length=s.length-t,r.length=r.length-t},"popStack"),(0,a.K2)(m,"lex");for(var k,_,b,w,v,K,$,T,M,S={};;){if(b=n[n.length-1],this.defaultActions[b]?w=this.defaultActions[b]:(null==k&&(k=m()),w=o[b]&&o[b][k]),void 0===w||!w.length||!w[0]){var C="";for(K in M=[],o[b])this.terminals_[K]&&K>2&&M.push("'"+this.terminals_[K]+"'");C=p.showPosition?"Parse error on line "+(c+1)+":\n"+p.showPosition()+"\nExpecting "+M.join(", ")+", got '"+(this.terminals_[k]||k)+"'":"Parse error on line "+(c+1)+": Unexpected "+(1==k?"end of input":"'"+(this.terminals_[k]||k)+"'"),this.parseError(C,{text:p.match,token:this.terminals_[k]||k,line:p.yylineno,loc:g,expected:M})}if(w[0]instanceof Array&&w.length>1)throw new Error("Parse Error: multiple actions possible at state: "+b+", token: "+k);switch(w[0]){case 1:n.push(k),s.push(p.yytext),r.push(p.yylloc),n.push(w[1]),k=null,_?(k=_,_=null):(h=p.yyleng,l=p.yytext,c=p.yylineno,g=p.yylloc,u>0&&u--);break;case 2:if($=this.productions_[w[1]][1],S.$=s[s.length-$],S._$={first_line:r[r.length-($||1)].first_line,last_line:r[r.length-1].last_line,first_column:r[r.length-($||1)].first_column,last_column:r[r.length-1].last_column},x&&(S._$.range=[r[r.length-($||1)].range[0],r[r.length-1].range[1]]),void 0!==(v=this.performAction.apply(S,[l,h,c,d.yy,w[1],s,r].concat(y))))return v;$&&(n=n.slice(0,-1*$*2),s=s.slice(0,-1*$),r=r.slice(0,-1*$)),n.push(this.productions_[w[1]][0]),s.push(S.$),r.push(S._$),T=o[n[n.length-2]][n[n.length-1]],n.push(T);break;case 3:return!0}}return!0},"parse")},h=function(){return{EOF:1,parseError:(0,a.K2)(function(t,e){if(!this.yy.parser)throw new Error(t);this.yy.parser.parseError(t,e)},"parseError"),setInput:(0,a.K2)(function(t,e){return this.yy=e||this.yy||{},this._input=t,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},"setInput"),input:(0,a.K2)(function(){var t=this._input[0];return this.yytext+=t,this.yyleng++,this.offset++,this.match+=t,this.matched+=t,t.match(/(?:\r\n?|\n).*/g)?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),t},"input"),unput:(0,a.K2)(function(t){var e=t.length,n=t.split(/(?:\r\n?|\n)/g);this._input=t+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-e),this.offset-=e;var i=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),n.length-1&&(this.yylineno-=n.length-1);var s=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:n?(n.length===i.length?this.yylloc.first_column:0)+i[i.length-n.length].length-n[0].length:this.yylloc.first_column-e},this.options.ranges&&(this.yylloc.range=[s[0],s[0]+this.yyleng-e]),this.yyleng=this.yytext.length,this},"unput"),more:(0,a.K2)(function(){return this._more=!0,this},"more"),reject:(0,a.K2)(function(){return this.options.backtrack_lexer?(this._backtrack=!0,this):this.parseError("Lexical error on line "+(this.yylineno+1)+". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},"reject"),less:(0,a.K2)(function(t){this.unput(this.match.slice(t))},"less"),pastInput:(0,a.K2)(function(){var t=this.matched.substr(0,this.matched.length-this.match.length);return(t.length>20?"...":"")+t.substr(-20).replace(/\n/g,"")},"pastInput"),upcomingInput:(0,a.K2)(function(){var t=this.match;return t.length<20&&(t+=this._input.substr(0,20-t.length)),(t.substr(0,20)+(t.length>20?"...":"")).replace(/\n/g,"")},"upcomingInput"),showPosition:(0,a.K2)(function(){var t=this.pastInput(),e=new Array(t.length+1).join("-");return t+this.upcomingInput()+"\n"+e+"^"},"showPosition"),test_match:(0,a.K2)(function(t,e){var n,i,s;if(this.options.backtrack_lexer&&(s={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(s.yylloc.range=this.yylloc.range.slice(0))),(i=t[0].match(/(?:\r\n?|\n).*/g))&&(this.yylineno+=i.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:i?i[i.length-1].length-i[i.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+t[0].length},this.yytext+=t[0],this.match+=t[0],this.matches=t,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(t[0].length),this.matched+=t[0],n=this.performAction.call(this,this.yy,this,e,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),n)return n;if(this._backtrack){for(var r in s)this[r]=s[r];return!1}return!1},"test_match"),next:(0,a.K2)(function(){if(this.done)return this.EOF;var t,e,n,i;this._input||(this.done=!0),this._more||(this.yytext="",this.match="");for(var s=this._currentRules(),r=0;r<s.length;r++)if((n=this._input.match(this.rules[s[r]]))&&(!e||n[0].length>e[0].length)){if(e=n,i=r,this.options.backtrack_lexer){if(!1!==(t=this.test_match(n,s[r])))return t;if(this._backtrack){e=!1;continue}return!1}if(!this.options.flex)break}return e?!1!==(t=this.test_match(e,s[i]))&&t:""===this._input?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:(0,a.K2)(function(){var t=this.next();return t||this.lex()},"lex"),begin:(0,a.K2)(function(t){this.conditionStack.push(t)},"begin"),popState:(0,a.K2)(function(){return this.conditionStack.length-1>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:(0,a.K2)(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:(0,a.K2)(function(t){return(t=this.conditionStack.length-1-Math.abs(t||0))>=0?this.conditionStack[t]:"INITIAL"},"topState"),pushState:(0,a.K2)(function(t){this.begin(t)},"pushState"),stateStackSize:(0,a.K2)(function(){return this.conditionStack.length},"stateStackSize"),options:{"case-insensitive":!0},performAction:(0,a.K2)(function(t,e,n,i){switch(n){case 0:case 1:case 3:case 4:break;case 2:return 10;case 5:return 4;case 6:return 11;case 7:return this.begin("acc_title"),12;case 8:return this.popState(),"acc_title_value";case 9:return this.begin("acc_descr"),14;case 10:return this.popState(),"acc_descr_value";case 11:this.begin("acc_descr_multiline");break;case 12:this.popState();break;case 13:return"acc_descr_multiline_value";case 14:return 17;case 15:return 18;case 16:return 19;case 17:return":";case 18:return 6;case 19:return"INVALID"}},"anonymous"),rules:[/^(?:%(?!\{)[^\n]*)/i,/^(?:[^\}]%%[^\n]*)/i,/^(?:[\n]+)/i,/^(?:\s+)/i,/^(?:#[^\n]*)/i,/^(?:journey\b)/i,/^(?:title\s[^#\n;]+)/i,/^(?:accTitle\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*\{\s*)/i,/^(?:[\}])/i,/^(?:[^\}]*)/i,/^(?:section\s[^#:\n;]+)/i,/^(?:[^#:\n;]+)/i,/^(?::[^#\n;]+)/i,/^(?::)/i,/^(?:$)/i,/^(?:.)/i],conditions:{acc_descr_multiline:{rules:[12,13],inclusive:!1},acc_descr:{rules:[10],inclusive:!1},acc_title:{rules:[8],inclusive:!1},INITIAL:{rules:[0,1,2,3,4,5,6,7,9,11,14,15,16,17,18,19],inclusive:!0}}}}();function u(){this.yy={}}return c.lexer=h,(0,a.K2)(u,"Parser"),u.prototype=c,c.Parser=u,new u}();l.parser=l;var c=l,h="",u=[],y=[],p=[],d=(0,a.K2)(function(){u.length=0,y.length=0,h="",p.length=0,(0,r.IU)()},"clear"),f=(0,a.K2)(function(t){h=t,u.push(t)},"addSection"),g=(0,a.K2)(function(){return u},"getSections"),x=(0,a.K2)(function(){let t=b();let e=0;for(;!t&&e<100;)t=b(),e++;return y.push(...p),y},"getTasks"),m=(0,a.K2)(function(){const t=[];y.forEach(e=>{e.people&&t.push(...e.people)});return[...new Set(t)].sort()},"updateActors"),k=(0,a.K2)(function(t,e){const n=e.substr(1).split(":");let i=0,s=[];1===n.length?(i=Number(n[0]),s=[]):(i=Number(n[0]),s=n[1].split(","));const r=s.map(t=>t.trim()),a={section:h,type:h,people:r,task:t,score:i};p.push(a)},"addTask"),_=(0,a.K2)(function(t){const e={section:h,type:h,description:t,task:t,classes:[]};y.push(e)},"addTaskOrg"),b=(0,a.K2)(function(){const t=(0,a.K2)(function(t){return p[t].processed},"compileTask");let e=!0;for(const[n,i]of p.entries())t(n),e=e&&i.processed;return e},"compileTasks"),w=(0,a.K2)(function(){return m()},"getActors"),v={getConfig:(0,a.K2)(()=>(0,r.D7)().journey,"getConfig"),clear:d,setDiagramTitle:r.ke,getDiagramTitle:r.ab,setAccTitle:r.SV,getAccTitle:r.iN,setAccDescription:r.EI,getAccDescription:r.m7,addSection:f,getSections:g,getTasks:x,addTask:k,addTaskOrg:_,getActors:w},K=(0,a.K2)(t=>`.label {\n font-family: ${t.fontFamily};\n color: ${t.textColor};\n }\n .mouth {\n stroke: #666;\n }\n\n line {\n stroke: ${t.textColor}\n }\n\n .legend {\n fill: ${t.textColor};\n font-family: ${t.fontFamily};\n }\n\n .label text {\n fill: #333;\n }\n .label {\n color: ${t.textColor}\n }\n\n .face {\n ${t.faceColor?`fill: ${t.faceColor}`:"fill: #FFF8DC"};\n stroke: #999;\n }\n\n .node rect,\n .node circle,\n .node ellipse,\n .node polygon,\n .node path {\n fill: ${t.mainBkg};\n stroke: ${t.nodeBorder};\n stroke-width: 1px;\n }\n\n .node .label {\n text-align: center;\n }\n .node.clickable {\n cursor: pointer;\n }\n\n .arrowheadPath {\n fill: ${t.arrowheadColor};\n }\n\n .edgePath .path {\n stroke: ${t.lineColor};\n stroke-width: 1.5px;\n }\n\n .flowchart-link {\n stroke: ${t.lineColor};\n fill: none;\n }\n\n .edgeLabel {\n background-color: ${t.edgeLabelBackground};\n rect {\n opacity: 0.5;\n }\n text-align: center;\n }\n\n .cluster rect {\n }\n\n .cluster text {\n fill: ${t.titleColor};\n }\n\n div.mermaidTooltip {\n position: absolute;\n text-align: center;\n max-width: 200px;\n padding: 2px;\n font-family: ${t.fontFamily};\n font-size: 12px;\n background: ${t.tertiaryColor};\n border: 1px solid ${t.border2};\n border-radius: 2px;\n pointer-events: none;\n z-index: 100;\n }\n\n .task-type-0, .section-type-0 {\n ${t.fillType0?`fill: ${t.fillType0}`:""};\n }\n .task-type-1, .section-type-1 {\n ${t.fillType0?`fill: ${t.fillType1}`:""};\n }\n .task-type-2, .section-type-2 {\n ${t.fillType0?`fill: ${t.fillType2}`:""};\n }\n .task-type-3, .section-type-3 {\n ${t.fillType0?`fill: ${t.fillType3}`:""};\n }\n .task-type-4, .section-type-4 {\n ${t.fillType0?`fill: ${t.fillType4}`:""};\n }\n .task-type-5, .section-type-5 {\n ${t.fillType0?`fill: ${t.fillType5}`:""};\n }\n .task-type-6, .section-type-6 {\n ${t.fillType0?`fill: ${t.fillType6}`:""};\n }\n .task-type-7, .section-type-7 {\n ${t.fillType0?`fill: ${t.fillType7}`:""};\n }\n\n .actor-0 {\n ${t.actor0?`fill: ${t.actor0}`:""};\n }\n .actor-1 {\n ${t.actor1?`fill: ${t.actor1}`:""};\n }\n .actor-2 {\n ${t.actor2?`fill: ${t.actor2}`:""};\n }\n .actor-3 {\n ${t.actor3?`fill: ${t.actor3}`:""};\n }\n .actor-4 {\n ${t.actor4?`fill: ${t.actor4}`:""};\n }\n .actor-5 {\n ${t.actor5?`fill: ${t.actor5}`:""};\n }\n ${(0,s.o)()}\n`,"getStyles"),$=(0,a.K2)(function(t,e){return(0,i.tk)(t,e)},"drawRect"),T=(0,a.K2)(function(t,e){const n=15,i=t.append("circle").attr("cx",e.cx).attr("cy",e.cy).attr("class","face").attr("r",n).attr("stroke-width",2).attr("overflow","visible"),s=t.append("g");function r(t){const i=(0,o.JLW)().startAngle(Math.PI/2).endAngle(Math.PI/2*3).innerRadius(7.5).outerRadius(n/2.2);t.append("path").attr("class","mouth").attr("d",i).attr("transform","translate("+e.cx+","+(e.cy+2)+")")}function l(t){const i=(0,o.JLW)().startAngle(3*Math.PI/2).endAngle(Math.PI/2*5).innerRadius(7.5).outerRadius(n/2.2);t.append("path").attr("class","mouth").attr("d",i).attr("transform","translate("+e.cx+","+(e.cy+7)+")")}function c(t){t.append("line").attr("class","mouth").attr("stroke",2).attr("x1",e.cx-5).attr("y1",e.cy+7).attr("x2",e.cx+5).attr("y2",e.cy+7).attr("class","mouth").attr("stroke-width","1px").attr("stroke","#666")}return s.append("circle").attr("cx",e.cx-5).attr("cy",e.cy-5).attr("r",1.5).attr("stroke-width",2).attr("fill","#666").attr("stroke","#666"),s.append("circle").attr("cx",e.cx+5).attr("cy",e.cy-5).attr("r",1.5).attr("stroke-width",2).attr("fill","#666").attr("stroke","#666"),(0,a.K2)(r,"smile"),(0,a.K2)(l,"sad"),(0,a.K2)(c,"ambivalent"),e.score>3?r(s):e.score<3?l(s):c(s),i},"drawFace"),M=(0,a.K2)(function(t,e){const n=t.append("circle");return n.attr("cx",e.cx),n.attr("cy",e.cy),n.attr("class","actor-"+e.pos),n.attr("fill",e.fill),n.attr("stroke",e.stroke),n.attr("r",e.r),void 0!==n.class&&n.attr("class",n.class),void 0!==e.title&&n.append("title").text(e.title),n},"drawCircle"),S=(0,a.K2)(function(t,e){return(0,i.m)(t,e)},"drawText"),C=(0,a.K2)(function(t,e){function n(t,e,n,i,s){return t+","+e+" "+(t+n)+","+e+" "+(t+n)+","+(e+i-s)+" "+(t+n-1.2*s)+","+(e+i)+" "+t+","+(e+i)}(0,a.K2)(n,"genPoints");const i=t.append("polygon");i.attr("points",n(e.x,e.y,50,20,7)),i.attr("class","labelBox"),e.y=e.y+e.labelMargin,e.x=e.x+.5*e.labelMargin,S(t,e)},"drawLabel"),E=(0,a.K2)(function(t,e,n){const s=t.append("g"),r=(0,i.PB)();r.x=e.x,r.y=e.y,r.fill=e.fill,r.width=n.width*e.taskCount+n.diagramMarginX*(e.taskCount-1),r.height=n.height,r.class="journey-section section-type-"+e.num,r.rx=3,r.ry=3,$(s,r),j(n)(e.text,s,r.x,r.y,r.width,r.height,{class:"journey-section section-type-"+e.num},n,e.colour)},"drawSection"),I=-1,P=(0,a.K2)(function(t,e,n){const s=e.x+n.width/2,r=t.append("g");I++;r.append("line").attr("id","task"+I).attr("x1",s).attr("y1",e.y).attr("x2",s).attr("y2",450).attr("class","task-line").attr("stroke-width","1px").attr("stroke-dasharray","4 2").attr("stroke","#666"),T(r,{cx:s,cy:300+30*(5-e.score),score:e.score});const a=(0,i.PB)();a.x=e.x,a.y=e.y,a.fill=e.fill,a.width=n.width,a.height=n.height,a.class="task task-type-"+e.num,a.rx=3,a.ry=3,$(r,a);let o=e.x+14;e.people.forEach(t=>{const n=e.actors[t].color,i={cx:o,cy:e.y,r:7,fill:n,stroke:"#000",title:t,pos:e.actors[t].position};M(r,i),o+=10}),j(n)(e.task,r,a.x,a.y,a.width,a.height,{class:"task"},n,e.colour)},"drawTask"),A=(0,a.K2)(function(t,e){(0,i.lC)(t,e)},"drawBackgroundRect"),j=function(){function t(t,e,n,s,r,a,o,l){i(e.append("text").attr("x",n+r/2).attr("y",s+a/2+5).style("font-color",l).style("text-anchor","middle").text(t),o)}function e(t,e,n,s,r,a,o,l,c){const{taskFontSize:h,taskFontFamily:u}=l,y=t.split(/<br\s*\/?>/gi);for(let p=0;p<y.length;p++){const t=p*h-h*(y.length-1)/2,l=e.append("text").attr("x",n+r/2).attr("y",s).attr("fill",c).style("text-anchor","middle").style("font-size",h).style("font-family",u);l.append("tspan").attr("x",n+r/2).attr("dy",t).text(y[p]),l.attr("y",s+a/2).attr("dominant-baseline","central").attr("alignment-baseline","central"),i(l,o)}}function n(t,n,s,r,a,o,l,c){const h=n.append("switch"),u=h.append("foreignObject").attr("x",s).attr("y",r).attr("width",a).attr("height",o).attr("position","fixed").append("xhtml:div").style("display","table").style("height","100%").style("width","100%");u.append("div").attr("class","label").style("display","table-cell").style("text-align","center").style("vertical-align","middle").text(t),e(t,h,s,r,a,o,l,c),i(u,l)}function i(t,e){for(const n in e)n in e&&t.attr(n,e[n])}return(0,a.K2)(t,"byText"),(0,a.K2)(e,"byTspan"),(0,a.K2)(n,"byFo"),(0,a.K2)(i,"_setTextAttrs"),function(i){return"fo"===i.textPlacement?n:"old"===i.textPlacement?t:e}}(),B={drawRect:$,drawCircle:M,drawSection:E,drawText:S,drawLabel:C,drawTask:P,drawBackgroundRect:A,initGraphics:(0,a.K2)(function(t){t.append("defs").append("marker").attr("id","arrowhead").attr("refX",5).attr("refY",2).attr("markerWidth",6).attr("markerHeight",4).attr("orient","auto").append("path").attr("d","M 0,0 V 4 L6,2 Z")},"initGraphics")},F=(0,a.K2)(function(t){Object.keys(t).forEach(function(e){R[e]=t[e]})},"setConf"),L={},D=0;function V(t){const e=(0,r.D7)().journey,n=e.maxLabelWidth;D=0;let i=60;Object.keys(L).forEach(s=>{const r=L[s].color,a={cx:20,cy:i,r:7,fill:r,stroke:"#000",pos:L[s].position};B.drawCircle(t,a);let o=t.append("text").attr("visibility","hidden").text(s);const l=o.node().getBoundingClientRect().width;o.remove();let c=[];if(l<=n)c=[s];else{const e=s.split(" ");let i="";o=t.append("text").attr("visibility","hidden"),e.forEach(t=>{const e=i?`${i} ${t}`:t;o.text(e);if(o.node().getBoundingClientRect().width>n){if(i&&c.push(i),i=t,o.text(t),o.node().getBoundingClientRect().width>n){let e="";for(const i of t)e+=i,o.text(e+"-"),o.node().getBoundingClientRect().width>n&&(c.push(e.slice(0,-1)+"-"),e=i);i=e}}else i=e}),i&&c.push(i),o.remove()}c.forEach((n,s)=>{const r={x:40,y:i+7+20*s,fill:"#666",text:n,textMargin:e.boxTextMargin??5},a=B.drawText(t,r).node().getBoundingClientRect().width;a>D&&a>e.leftMargin-a&&(D=a)}),i+=Math.max(20,20*c.length)})}(0,a.K2)(V,"drawActorLegend");var R=(0,r.D7)().journey,O=0,N=(0,a.K2)(function(t,e,n,i){const s=(0,r.D7)(),a=s.journey.titleColor,l=s.journey.titleFontSize,c=s.journey.titleFontFamily,h=s.securityLevel;let u;"sandbox"===h&&(u=(0,o.Ltv)("#i"+e));const y="sandbox"===h?(0,o.Ltv)(u.nodes()[0].contentDocument.body):(0,o.Ltv)("body");z.init();const p=y.select("#"+e);B.initGraphics(p);const d=i.db.getTasks(),f=i.db.getDiagramTitle(),g=i.db.getActors();for(const r in L)delete L[r];let x=0;g.forEach(t=>{L[t]={color:R.actorColours[x%R.actorColours.length],position:x},x++}),V(p),O=R.leftMargin+D,z.insert(0,0,O,50*Object.keys(L).length),q(p,d,0);const m=z.getBounds();f&&p.append("text").text(f).attr("x",O).attr("font-size",l).attr("font-weight","bold").attr("y",25).attr("fill",a).attr("font-family",c);const k=m.stopy-m.starty+2*R.diagramMarginY,_=O+m.stopx+2*R.diagramMarginX;(0,r.a$)(p,k,_,R.useMaxWidth),p.append("line").attr("x1",O).attr("y1",4*R.height).attr("x2",_-O-4).attr("y2",4*R.height).attr("stroke-width",4).attr("stroke","black").attr("marker-end","url(#arrowhead)");const b=f?70:0;p.attr("viewBox",`${m.startx} -25 ${_} ${k+b}`),p.attr("preserveAspectRatio","xMinYMin meet"),p.attr("height",k+b+25)},"draw"),z={data:{startx:void 0,stopx:void 0,starty:void 0,stopy:void 0},verticalPos:0,sequenceItems:[],init:(0,a.K2)(function(){this.sequenceItems=[],this.data={startx:void 0,stopx:void 0,starty:void 0,stopy:void 0},this.verticalPos=0},"init"),updateVal:(0,a.K2)(function(t,e,n,i){void 0===t[e]?t[e]=n:t[e]=i(n,t[e])},"updateVal"),updateBounds:(0,a.K2)(function(t,e,n,i){const s=(0,r.D7)().journey,o=this;let l=0;function c(r){return(0,a.K2)(function(a){l++;const c=o.sequenceItems.length-l+1;o.updateVal(a,"starty",e-c*s.boxMargin,Math.min),o.updateVal(a,"stopy",i+c*s.boxMargin,Math.max),o.updateVal(z.data,"startx",t-c*s.boxMargin,Math.min),o.updateVal(z.data,"stopx",n+c*s.boxMargin,Math.max),"activation"!==r&&(o.updateVal(a,"startx",t-c*s.boxMargin,Math.min),o.updateVal(a,"stopx",n+c*s.boxMargin,Math.max),o.updateVal(z.data,"starty",e-c*s.boxMargin,Math.min),o.updateVal(z.data,"stopy",i+c*s.boxMargin,Math.max))},"updateItemBounds")}(0,a.K2)(c,"updateFn"),this.sequenceItems.forEach(c())},"updateBounds"),insert:(0,a.K2)(function(t,e,n,i){const s=Math.min(t,n),r=Math.max(t,n),a=Math.min(e,i),o=Math.max(e,i);this.updateVal(z.data,"startx",s,Math.min),this.updateVal(z.data,"starty",a,Math.min),this.updateVal(z.data,"stopx",r,Math.max),this.updateVal(z.data,"stopy",o,Math.max),this.updateBounds(s,a,r,o)},"insert"),bumpVerticalPos:(0,a.K2)(function(t){this.verticalPos=this.verticalPos+t,this.data.stopy=this.verticalPos},"bumpVerticalPos"),getVerticalPos:(0,a.K2)(function(){return this.verticalPos},"getVerticalPos"),getBounds:(0,a.K2)(function(){return this.data},"getBounds")},W=R.sectionFills,Y=R.sectionColours,q=(0,a.K2)(function(t,e,n){const i=(0,r.D7)().journey;let s="";const a=n+(2*i.height+i.diagramMarginY);let o=0,l="#CCC",c="black",h=0;for(const[r,u]of e.entries()){if(s!==u.section){l=W[o%W.length],h=o%W.length,c=Y[o%Y.length];let n=0;const a=u.section;for(let t=r;t<e.length&&e[t].section==a;t++)n+=1;const y={x:r*i.taskMargin+r*i.width+O,y:50,text:u.section,fill:l,num:h,colour:c,taskCount:n};B.drawSection(t,y,i),s=u.section,o++}const n=u.people.reduce((t,e)=>(L[e]&&(t[e]=L[e]),t),{});u.x=r*i.taskMargin+r*i.width+O,u.y=a,u.width=i.diagramMarginX,u.height=i.diagramMarginY,u.colour=c,u.fill=l,u.num=h,u.actors=n,B.drawTask(t,u,i),z.insert(u.x,u.y,u.x+u.width+i.taskMargin,450)}},"drawTasks"),J={setConf:F,draw:N},X={parser:c,db:v,renderer:J,styles:K,init:(0,a.K2)(t=>{J.setConf(t.journey),v.clear()},"init")}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[3291],{61050:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>d,contentTitle:()=>c,default:()=>u,frontMatter:()=>o,metadata:()=>i,toc:()=>a});const i=JSON.parse('{"id":"api/enumerations/OriginContext","title":"OriginContext","description":"user type context","source":"@site/docs/api/enumerations/OriginContext.md","sourceDirName":"api/enumerations","slug":"/api/enumerations/OriginContext","permalink":"/scripting-object/api/enumerations/OriginContext","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/enumerations/OriginContext.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"OpenType","permalink":"/scripting-object/api/enumerations/OpenType"},"next":{"title":"RecordActions","permalink":"/scripting-object/api/enumerations/RecordActions"}}');var r=n(86070),s=n(90116);const o={},c="OriginContext",d={},a=[{value:"Enumeration Members",id:"enumeration-members",level:2}];function l(e){const t={code:"code",h1:"h1",h2:"h2",header:"header",p:"p",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,s.R)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(t.header,{children:(0,r.jsx)(t.h1,{id:"origincontext",children:"OriginContext"})}),"\n",(0,r.jsx)(t.p,{children:"user type context"}),"\n",(0,r.jsx)(t.h2,{id:"enumeration-members",children:"Enumeration Members"}),"\n",(0,r.jsxs)(t.table,{children:[(0,r.jsx)(t.thead,{children:(0,r.jsxs)(t.tr,{children:[(0,r.jsx)(t.th,{children:"Enumeration Member"}),(0,r.jsx)(t.th,{children:"Value"}),(0,r.jsx)(t.th,{children:"Description"})]})}),(0,r.jsxs)(t.tbody,{children:[(0,r.jsxs)(t.tr,{children:[(0,r.jsxs)(t.td,{children:[(0,r.jsx)("a",{id:"consumer"})," ",(0,r.jsx)(t.code,{children:"CONSUMER"})]}),(0,r.jsx)(t.td,{children:(0,r.jsx)(t.code,{children:'"consumer"'})}),(0,r.jsx)(t.td,{children:"user interface is being presented to a consumer/borrower"})]}),(0,r.jsxs)(t.tr,{children:[(0,r.jsxs)(t.td,{children:[(0,r.jsx)("a",{id:"lender"})," ",(0,r.jsx)(t.code,{children:"LENDER"})]}),(0,r.jsx)(t.td,{children:(0,r.jsx)(t.code,{children:'"lender"'})}),(0,r.jsx)(t.td,{children:"user interface is being presented to a user in a lending enterprise"})]})]})]})]})}function u(e={}){const{wrapper:t}={...(0,s.R)(),...e.components};return t?(0,r.jsx)(t,{...e,children:(0,r.jsx)(l,{...e})}):l(e)}},90116:(e,t,n)=>{n.d(t,{R:()=>o,x:()=>c});var i=n(30758);const r={},s=i.createContext(r);function o(e){const t=i.useContext(s);return i.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function c(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:o(e.components),i.createElement(s.Provider,{value:t},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[3893],{67185:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>d,contentTitle:()=>l,default:()=>a,frontMatter:()=>c,metadata:()=>n,toc:()=>o});const n=JSON.parse('{"id":"Objects/session","title":"Session","description":"API Definition","source":"@site/docs/Objects/session.md","sourceDirName":"Objects","slug":"/Objects/session","permalink":"/scripting-object/Objects/session","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/Objects/session.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"Service","permalink":"/scripting-object/Objects/service"},"next":{"title":"Styling","permalink":"/scripting-object/Objects/styling"}}');var i=s(86070),r=s(90116);const c={},l="Session",d={},o=[{value:"Methods",id:"methods",level:2},{value:"Events",id:"events",level:2}];function h(e){const t={a:"a",em:"em",h1:"h1",h2:"h2",header:"header",p:"p",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,r.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t.header,{children:(0,i.jsx)(t.h1,{id:"session",children:"Session"})}),"\n",(0,i.jsx)(t.p,{children:(0,i.jsx)(t.a,{href:"../api/interfaces/ISession",children:"API Definition"})}),"\n",(0,i.jsx)(t.h2,{id:"methods",children:"Methods"}),"\n",(0,i.jsxs)(t.table,{children:[(0,i.jsx)(t.thead,{children:(0,i.jsxs)(t.tr,{children:[(0,i.jsx)(t.th,{style:{textAlign:"center"},children:"Method"}),(0,i.jsx)(t.th,{style:{textAlign:"center"},children:"Encompass"}),(0,i.jsx)(t.th,{style:{textAlign:"center"},children:"Encompass Web"}),(0,i.jsx)(t.th,{style:{textAlign:"center"},children:"TPO"}),(0,i.jsx)(t.th,{style:{textAlign:"center"},children:"Consumer Connect"}),(0,i.jsx)(t.th,{children:"Notes"})]})}),(0,i.jsxs)(t.tbody,{children:[(0,i.jsxs)(t.tr,{children:[(0,i.jsx)(t.td,{style:{textAlign:"center"},children:(0,i.jsx)(t.a,{href:"../api/interfaces/ISession#get",children:"get"})}),(0,i.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,i.jsx)(t.td,{style:{textAlign:"center"},children:"\u25cb"}),(0,i.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,i.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,i.jsxs)(t.td,{children:[(0,i.jsx)(t.em,{children:"Encompass Web"})," - PUI scripting object signature<br />get(key: string)<br />EncompassWeb signature<br />set(key: string)",":any"]})]}),(0,i.jsxs)(t.tr,{children:[(0,i.jsx)(t.td,{style:{textAlign:"center"},children:(0,i.jsx)(t.a,{href:"../api/interfaces/ISession#set",children:"set"})}),(0,i.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,i.jsx)(t.td,{style:{textAlign:"center"},children:"\u25cb"}),(0,i.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,i.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,i.jsxs)(t.td,{children:[(0,i.jsx)(t.em,{children:"Encompass Web"})," - PUI scripting object signature<br />set(key: string, value",":string",")<br />EncompassWeb signature<br />set(key: string, valueObj: any)"]})]})]})]}),"\n",(0,i.jsx)(t.h2,{id:"events",children:"Events"}),"\n",(0,i.jsx)(t.p,{children:"NA"})]})}function a(e={}){const{wrapper:t}={...(0,r.R)(),...e.components};return t?(0,i.jsx)(t,{...e,children:(0,i.jsx)(h,{...e})}):h(e)}},90116:(e,t,s)=>{s.d(t,{R:()=>c,x:()=>l});var n=s(30758);const i={},r=n.createContext(i);function c(e){const t=n.useContext(r);return n.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function l(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:c(e.components),n.createElement(r.Provider,{value:t},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[2581],{90116:(e,i,n)=>{n.d(i,{R:()=>o,x:()=>a});var s=n(30758);const t={},r=s.createContext(t);function o(e){const i=s.useContext(r);return s.useMemo(function(){return"function"==typeof e?e(i):{...i,...e}},[i,e])}function a(e){let i;return i=e.disableParentContext?"function"==typeof e.components?e.components(t):e.components||t:o(e.components),s.createElement(r.Provider,{value:i},e.children)}},91140:(e,i,n)=>{n.r(i),n.d(i,{assets:()=>c,contentTitle:()=>a,default:()=>d,frontMatter:()=>o,metadata:()=>s,toc:()=>l});const s=JSON.parse('{"id":"api/type-aliases/PreliminaryConditions","title":"PreliminaryConditions","description":"Properties","source":"@site/docs/api/type-aliases/PreliminaryConditions.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/PreliminaryConditions","permalink":"/scripting-object/api/type-aliases/PreliminaryConditions","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/PreliminaryConditions.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"PostClosingConditions","permalink":"/scripting-object/api/type-aliases/PostClosingConditions"},"next":{"title":"Print","permalink":"/scripting-object/api/type-aliases/Print"}}');var t=n(86070),r=n(90116);const o={},a="PreliminaryConditions",c={},l=[{value:"Properties",id:"properties",level:2},{value:"access",id:"access",level:3},{value:"rights",id:"rights",level:3}];function p(e){const i={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",pre:"pre",...(0,r.R)(),...e.components};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(i.header,{children:(0,t.jsx)(i.h1,{id:"preliminaryconditions",children:"PreliminaryConditions"})}),"\n",(0,t.jsx)(i.pre,{children:(0,t.jsx)(i.code,{className:"language-ts",children:"type PreliminaryConditions = {\n access: boolean;\n rights: string[];\n};\n"})}),"\n",(0,t.jsx)(i.h2,{id:"properties",children:"Properties"}),"\n",(0,t.jsx)(i.h3,{id:"access",children:"access"}),"\n",(0,t.jsx)(i.pre,{children:(0,t.jsx)(i.code,{className:"language-ts",children:"access: boolean;\n"})}),"\n",(0,t.jsx)(i.hr,{}),"\n",(0,t.jsx)(i.h3,{id:"rights",children:"rights"}),"\n",(0,t.jsx)(i.pre,{children:(0,t.jsx)(i.code,{className:"language-ts",children:"rights: string[];\n"})})]})}function d(e={}){const{wrapper:i}={...(0,r.R)(),...e.components};return i?(0,t.jsx)(i,{...e,children:(0,t.jsx)(p,{...e})}):p(e)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[4362],{2528:(t,e,n)=>{n.d(e,{A:()=>r});var i=n(10052),s=n(3170),r=(0,i.K2)((t,e)=>{let n;"sandbox"===e&&(n=(0,s.Ltv)("#i"+t));return("sandbox"===e?(0,s.Ltv)(n.nodes()[0].contentDocument.body):(0,s.Ltv)("body")).select(`[id="${t}"]`)},"getDiagramElement")},61129:(t,e,n)=>{n.d(e,{P:()=>r});var i=n(472),s=n(10052),r=(0,s.K2)((t,e,n,r)=>{t.attr("class",n);const{width:c,height:h,x:l,y:d}=o(t,e);(0,i.a$)(t,h,c,r);const g=a(l,d,c,h,e);t.attr("viewBox",g),s.Rm.debug(`viewBox configured: ${g} with padding: ${e}`)},"setupViewPortForSVG"),o=(0,s.K2)((t,e)=>{const n=t.node()?.getBBox()||{width:0,height:0,x:0,y:0};return{width:n.width+2*e,height:n.height+2*e,x:n.x,y:n.y}},"calculateDimensionsWithPadding"),a=(0,s.K2)((t,e,n,i,s)=>`${t-s} ${e-s} ${n} ${i}`,"createViewBox")},64362:(t,e,n)=>{n.d(e,{diagram:()=>D});var i=n(2528),s=n(61129),r=n(91800),o=(n(61689),n(96867),n(17459),n(37904),n(83402),n(94006),n(66111),n(472)),a=n(10052);const c={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};let h;const l=new Uint8Array(16);const d=[];for(let L=0;L<256;++L)d.push((L+256).toString(16).slice(1));function g(t,e=0){return(d[t[e+0]]+d[t[e+1]]+d[t[e+2]]+d[t[e+3]]+"-"+d[t[e+4]]+d[t[e+5]]+"-"+d[t[e+6]]+d[t[e+7]]+"-"+d[t[e+8]]+d[t[e+9]]+"-"+d[t[e+10]]+d[t[e+11]]+d[t[e+12]]+d[t[e+13]]+d[t[e+14]]+d[t[e+15]]).toLowerCase()}const u=function(t,e,n){if(c.randomUUID&&!e&&!t)return c.randomUUID();const i=(t=t||{}).random??t.rng?.()??function(){if(!h){if("undefined"==typeof crypto||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");h=crypto.getRandomValues.bind(crypto)}return h(l)}();if(i.length<16)throw new Error("Random bytes length must be >= 16");if(i[6]=15&i[6]|64,i[8]=63&i[8]|128,e){if((n=n||0)<0||n+16>e.length)throw new RangeError(`UUID byte range ${n}:${n+15} is out of buffer bounds`);for(let t=0;t<16;++t)e[n+t]=i[t];return e}return g(i)};var p=n(13212),y=n(58480),m=n(81896),f=function(){var t=(0,a.K2)(function(t,e,n,i){for(n=n||{},i=t.length;i--;n[t[i]]=e);return n},"o"),e=[1,4],n=[1,13],i=[1,12],s=[1,15],r=[1,16],o=[1,20],c=[1,19],h=[6,7,8],l=[1,26],d=[1,24],g=[1,25],u=[6,7,11],p=[1,6,13,15,16,19,22],y=[1,33],m=[1,34],f=[1,6,7,11,13,15,16,19,22],_={trace:(0,a.K2)(function(){},"trace"),yy:{},symbols_:{error:2,start:3,mindMap:4,spaceLines:5,SPACELINE:6,NL:7,MINDMAP:8,document:9,stop:10,EOF:11,statement:12,SPACELIST:13,node:14,ICON:15,CLASS:16,nodeWithId:17,nodeWithoutId:18,NODE_DSTART:19,NODE_DESCR:20,NODE_DEND:21,NODE_ID:22,$accept:0,$end:1},terminals_:{2:"error",6:"SPACELINE",7:"NL",8:"MINDMAP",11:"EOF",13:"SPACELIST",15:"ICON",16:"CLASS",19:"NODE_DSTART",20:"NODE_DESCR",21:"NODE_DEND",22:"NODE_ID"},productions_:[0,[3,1],[3,2],[5,1],[5,2],[5,2],[4,2],[4,3],[10,1],[10,1],[10,1],[10,2],[10,2],[9,3],[9,2],[12,2],[12,2],[12,2],[12,1],[12,1],[12,1],[12,1],[12,1],[14,1],[14,1],[18,3],[17,1],[17,4]],performAction:(0,a.K2)(function(t,e,n,i,s,r,o){var a=r.length-1;switch(s){case 6:case 7:return i;case 8:i.getLogger().trace("Stop NL ");break;case 9:i.getLogger().trace("Stop EOF ");break;case 11:i.getLogger().trace("Stop NL2 ");break;case 12:i.getLogger().trace("Stop EOF2 ");break;case 15:i.getLogger().info("Node: ",r[a].id),i.addNode(r[a-1].length,r[a].id,r[a].descr,r[a].type);break;case 16:i.getLogger().trace("Icon: ",r[a]),i.decorateNode({icon:r[a]});break;case 17:case 21:i.decorateNode({class:r[a]});break;case 18:i.getLogger().trace("SPACELIST");break;case 19:i.getLogger().trace("Node: ",r[a].id),i.addNode(0,r[a].id,r[a].descr,r[a].type);break;case 20:i.decorateNode({icon:r[a]});break;case 25:i.getLogger().trace("node found ..",r[a-2]),this.$={id:r[a-1],descr:r[a-1],type:i.getType(r[a-2],r[a])};break;case 26:this.$={id:r[a],descr:r[a],type:i.nodeType.DEFAULT};break;case 27:i.getLogger().trace("node found ..",r[a-3]),this.$={id:r[a-3],descr:r[a-1],type:i.getType(r[a-2],r[a])}}},"anonymous"),table:[{3:1,4:2,5:3,6:[1,5],8:e},{1:[3]},{1:[2,1]},{4:6,6:[1,7],7:[1,8],8:e},{6:n,7:[1,10],9:9,12:11,13:i,14:14,15:s,16:r,17:17,18:18,19:o,22:c},t(h,[2,3]),{1:[2,2]},t(h,[2,4]),t(h,[2,5]),{1:[2,6],6:n,12:21,13:i,14:14,15:s,16:r,17:17,18:18,19:o,22:c},{6:n,9:22,12:11,13:i,14:14,15:s,16:r,17:17,18:18,19:o,22:c},{6:l,7:d,10:23,11:g},t(u,[2,22],{17:17,18:18,14:27,15:[1,28],16:[1,29],19:o,22:c}),t(u,[2,18]),t(u,[2,19]),t(u,[2,20]),t(u,[2,21]),t(u,[2,23]),t(u,[2,24]),t(u,[2,26],{19:[1,30]}),{20:[1,31]},{6:l,7:d,10:32,11:g},{1:[2,7],6:n,12:21,13:i,14:14,15:s,16:r,17:17,18:18,19:o,22:c},t(p,[2,14],{7:y,11:m}),t(f,[2,8]),t(f,[2,9]),t(f,[2,10]),t(u,[2,15]),t(u,[2,16]),t(u,[2,17]),{20:[1,35]},{21:[1,36]},t(p,[2,13],{7:y,11:m}),t(f,[2,11]),t(f,[2,12]),{21:[1,37]},t(u,[2,25]),t(u,[2,27])],defaultActions:{2:[2,1],6:[2,2]},parseError:(0,a.K2)(function(t,e){if(!e.recoverable){var n=new Error(t);throw n.hash=e,n}this.trace(t)},"parseError"),parse:(0,a.K2)(function(t){var e=this,n=[0],i=[],s=[null],r=[],o=this.table,c="",h=0,l=0,d=0,g=r.slice.call(arguments,1),u=Object.create(this.lexer),p={yy:{}};for(var y in this.yy)Object.prototype.hasOwnProperty.call(this.yy,y)&&(p.yy[y]=this.yy[y]);u.setInput(t,p.yy),p.yy.lexer=u,p.yy.parser=this,void 0===u.yylloc&&(u.yylloc={});var m=u.yylloc;r.push(m);var f=u.options&&u.options.ranges;function _(){var t;return"number"!=typeof(t=i.pop()||u.lex()||1)&&(t instanceof Array&&(t=(i=t).pop()),t=e.symbols_[t]||t),t}"function"==typeof p.yy.parseError?this.parseError=p.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError,(0,a.K2)(function(t){n.length=n.length-2*t,s.length=s.length-t,r.length=r.length-t},"popStack"),(0,a.K2)(_,"lex");for(var b,E,S,N,k,D,L,x,I,v={};;){if(S=n[n.length-1],this.defaultActions[S]?N=this.defaultActions[S]:(null==b&&(b=_()),N=o[S]&&o[S][b]),void 0===N||!N.length||!N[0]){var T="";for(D in I=[],o[S])this.terminals_[D]&&D>2&&I.push("'"+this.terminals_[D]+"'");T=u.showPosition?"Parse error on line "+(h+1)+":\n"+u.showPosition()+"\nExpecting "+I.join(", ")+", got '"+(this.terminals_[b]||b)+"'":"Parse error on line "+(h+1)+": Unexpected "+(1==b?"end of input":"'"+(this.terminals_[b]||b)+"'"),this.parseError(T,{text:u.match,token:this.terminals_[b]||b,line:u.yylineno,loc:m,expected:I})}if(N[0]instanceof Array&&N.length>1)throw new Error("Parse Error: multiple actions possible at state: "+S+", token: "+b);switch(N[0]){case 1:n.push(b),s.push(u.yytext),r.push(u.yylloc),n.push(N[1]),b=null,E?(b=E,E=null):(l=u.yyleng,c=u.yytext,h=u.yylineno,m=u.yylloc,d>0&&d--);break;case 2:if(L=this.productions_[N[1]][1],v.$=s[s.length-L],v._$={first_line:r[r.length-(L||1)].first_line,last_line:r[r.length-1].last_line,first_column:r[r.length-(L||1)].first_column,last_column:r[r.length-1].last_column},f&&(v._$.range=[r[r.length-(L||1)].range[0],r[r.length-1].range[1]]),void 0!==(k=this.performAction.apply(v,[c,l,h,p.yy,N[1],s,r].concat(g))))return k;L&&(n=n.slice(0,-1*L*2),s=s.slice(0,-1*L),r=r.slice(0,-1*L)),n.push(this.productions_[N[1]][0]),s.push(v.$),r.push(v._$),x=o[n[n.length-2]][n[n.length-1]],n.push(x);break;case 3:return!0}}return!0},"parse")},b=function(){return{EOF:1,parseError:(0,a.K2)(function(t,e){if(!this.yy.parser)throw new Error(t);this.yy.parser.parseError(t,e)},"parseError"),setInput:(0,a.K2)(function(t,e){return this.yy=e||this.yy||{},this._input=t,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},"setInput"),input:(0,a.K2)(function(){var t=this._input[0];return this.yytext+=t,this.yyleng++,this.offset++,this.match+=t,this.matched+=t,t.match(/(?:\r\n?|\n).*/g)?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),t},"input"),unput:(0,a.K2)(function(t){var e=t.length,n=t.split(/(?:\r\n?|\n)/g);this._input=t+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-e),this.offset-=e;var i=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),n.length-1&&(this.yylineno-=n.length-1);var s=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:n?(n.length===i.length?this.yylloc.first_column:0)+i[i.length-n.length].length-n[0].length:this.yylloc.first_column-e},this.options.ranges&&(this.yylloc.range=[s[0],s[0]+this.yyleng-e]),this.yyleng=this.yytext.length,this},"unput"),more:(0,a.K2)(function(){return this._more=!0,this},"more"),reject:(0,a.K2)(function(){return this.options.backtrack_lexer?(this._backtrack=!0,this):this.parseError("Lexical error on line "+(this.yylineno+1)+". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},"reject"),less:(0,a.K2)(function(t){this.unput(this.match.slice(t))},"less"),pastInput:(0,a.K2)(function(){var t=this.matched.substr(0,this.matched.length-this.match.length);return(t.length>20?"...":"")+t.substr(-20).replace(/\n/g,"")},"pastInput"),upcomingInput:(0,a.K2)(function(){var t=this.match;return t.length<20&&(t+=this._input.substr(0,20-t.length)),(t.substr(0,20)+(t.length>20?"...":"")).replace(/\n/g,"")},"upcomingInput"),showPosition:(0,a.K2)(function(){var t=this.pastInput(),e=new Array(t.length+1).join("-");return t+this.upcomingInput()+"\n"+e+"^"},"showPosition"),test_match:(0,a.K2)(function(t,e){var n,i,s;if(this.options.backtrack_lexer&&(s={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(s.yylloc.range=this.yylloc.range.slice(0))),(i=t[0].match(/(?:\r\n?|\n).*/g))&&(this.yylineno+=i.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:i?i[i.length-1].length-i[i.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+t[0].length},this.yytext+=t[0],this.match+=t[0],this.matches=t,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(t[0].length),this.matched+=t[0],n=this.performAction.call(this,this.yy,this,e,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),n)return n;if(this._backtrack){for(var r in s)this[r]=s[r];return!1}return!1},"test_match"),next:(0,a.K2)(function(){if(this.done)return this.EOF;var t,e,n,i;this._input||(this.done=!0),this._more||(this.yytext="",this.match="");for(var s=this._currentRules(),r=0;r<s.length;r++)if((n=this._input.match(this.rules[s[r]]))&&(!e||n[0].length>e[0].length)){if(e=n,i=r,this.options.backtrack_lexer){if(!1!==(t=this.test_match(n,s[r])))return t;if(this._backtrack){e=!1;continue}return!1}if(!this.options.flex)break}return e?!1!==(t=this.test_match(e,s[i]))&&t:""===this._input?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:(0,a.K2)(function(){var t=this.next();return t||this.lex()},"lex"),begin:(0,a.K2)(function(t){this.conditionStack.push(t)},"begin"),popState:(0,a.K2)(function(){return this.conditionStack.length-1>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:(0,a.K2)(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:(0,a.K2)(function(t){return(t=this.conditionStack.length-1-Math.abs(t||0))>=0?this.conditionStack[t]:"INITIAL"},"topState"),pushState:(0,a.K2)(function(t){this.begin(t)},"pushState"),stateStackSize:(0,a.K2)(function(){return this.conditionStack.length},"stateStackSize"),options:{"case-insensitive":!0},performAction:(0,a.K2)(function(t,e,n,i){switch(n){case 0:return t.getLogger().trace("Found comment",e.yytext),6;case 1:return 8;case 2:this.begin("CLASS");break;case 3:return this.popState(),16;case 4:case 23:case 26:this.popState();break;case 5:t.getLogger().trace("Begin icon"),this.begin("ICON");break;case 6:return t.getLogger().trace("SPACELINE"),6;case 7:return 7;case 8:return 15;case 9:t.getLogger().trace("end icon"),this.popState();break;case 10:return t.getLogger().trace("Exploding node"),this.begin("NODE"),19;case 11:return t.getLogger().trace("Cloud"),this.begin("NODE"),19;case 12:return t.getLogger().trace("Explosion Bang"),this.begin("NODE"),19;case 13:return t.getLogger().trace("Cloud Bang"),this.begin("NODE"),19;case 14:case 15:case 16:case 17:return this.begin("NODE"),19;case 18:return 13;case 19:return 22;case 20:return 11;case 21:this.begin("NSTR2");break;case 22:return"NODE_DESCR";case 24:t.getLogger().trace("Starting NSTR"),this.begin("NSTR");break;case 25:return t.getLogger().trace("description:",e.yytext),"NODE_DESCR";case 27:return this.popState(),t.getLogger().trace("node end ))"),"NODE_DEND";case 28:return this.popState(),t.getLogger().trace("node end )"),"NODE_DEND";case 29:return this.popState(),t.getLogger().trace("node end ...",e.yytext),"NODE_DEND";case 30:case 33:case 34:return this.popState(),t.getLogger().trace("node end (("),"NODE_DEND";case 31:case 32:return this.popState(),t.getLogger().trace("node end (-"),"NODE_DEND";case 35:case 36:return t.getLogger().trace("Long description:",e.yytext),20}},"anonymous"),rules:[/^(?:\s*%%.*)/i,/^(?:mindmap\b)/i,/^(?::::)/i,/^(?:.+)/i,/^(?:\n)/i,/^(?:::icon\()/i,/^(?:[\s]+[\n])/i,/^(?:[\n]+)/i,/^(?:[^\)]+)/i,/^(?:\))/i,/^(?:-\))/i,/^(?:\(-)/i,/^(?:\)\))/i,/^(?:\))/i,/^(?:\(\()/i,/^(?:\{\{)/i,/^(?:\()/i,/^(?:\[)/i,/^(?:[\s]+)/i,/^(?:[^\(\[\n\)\{\}]+)/i,/^(?:$)/i,/^(?:["][`])/i,/^(?:[^`"]+)/i,/^(?:[`]["])/i,/^(?:["])/i,/^(?:[^"]+)/i,/^(?:["])/i,/^(?:[\)]\))/i,/^(?:[\)])/i,/^(?:[\]])/i,/^(?:\}\})/i,/^(?:\(-)/i,/^(?:-\))/i,/^(?:\(\()/i,/^(?:\()/i,/^(?:[^\)\]\(\}]+)/i,/^(?:.+(?!\(\())/i],conditions:{CLASS:{rules:[3,4],inclusive:!1},ICON:{rules:[8,9],inclusive:!1},NSTR2:{rules:[22,23],inclusive:!1},NSTR:{rules:[25,26],inclusive:!1},NODE:{rules:[21,24,27,28,29,30,31,32,33,34,35,36],inclusive:!1},INITIAL:{rules:[0,1,2,5,6,7,10,11,12,13,14,15,16,17,18,19,20],inclusive:!0}}}}();function E(){this.yy={}}return _.lexer=b,(0,a.K2)(E,"Parser"),E.prototype=_,_.Parser=E,new E}();f.parser=f;var _=f,b={DEFAULT:0,NO_BORDER:0,ROUNDED_RECT:1,RECT:2,CIRCLE:3,CLOUD:4,BANG:5,HEXAGON:6},E=class{constructor(){this.nodes=[],this.count=0,this.elements={},this.getLogger=this.getLogger.bind(this),this.nodeType=b,this.clear(),this.getType=this.getType.bind(this),this.getElementById=this.getElementById.bind(this),this.getParent=this.getParent.bind(this),this.getMindmap=this.getMindmap.bind(this),this.addNode=this.addNode.bind(this),this.decorateNode=this.decorateNode.bind(this)}static{(0,a.K2)(this,"MindmapDB")}clear(){this.nodes=[],this.count=0,this.elements={},this.baseLevel=void 0}getParent(t){for(let e=this.nodes.length-1;e>=0;e--)if(this.nodes[e].level<t)return this.nodes[e];return null}getMindmap(){return this.nodes.length>0?this.nodes[0]:null}addNode(t,e,n,i){a.Rm.info("addNode",t,e,n,i);let s=!1;0===this.nodes.length?(this.baseLevel=t,t=0,s=!0):void 0!==this.baseLevel&&(t-=this.baseLevel,s=!1);const r=(0,o.D7)();let c=r.mindmap?.padding??o.UI.mindmap.padding;switch(i){case this.nodeType.ROUNDED_RECT:case this.nodeType.RECT:case this.nodeType.HEXAGON:c*=2}const h={id:this.count++,nodeId:(0,o.jZ)(e,r),level:t,descr:(0,o.jZ)(n,r),type:i,children:[],width:r.mindmap?.maxNodeWidth??o.UI.mindmap.maxNodeWidth,padding:c,isRoot:s},l=this.getParent(t);if(l)l.children.push(h),this.nodes.push(h);else{if(!s)throw new Error(`There can be only one root. No parent could be found for ("${h.descr}")`);this.nodes.push(h)}}getType(t,e){switch(a.Rm.debug("In get type",t,e),t){case"[":return this.nodeType.RECT;case"(":return")"===e?this.nodeType.ROUNDED_RECT:this.nodeType.CLOUD;case"((":return this.nodeType.CIRCLE;case")":return this.nodeType.CLOUD;case"))":return this.nodeType.BANG;case"{{":return this.nodeType.HEXAGON;default:return this.nodeType.DEFAULT}}setElementForId(t,e){this.elements[t]=e}getElementById(t){return this.elements[t]}decorateNode(t){if(!t)return;const e=(0,o.D7)(),n=this.nodes[this.nodes.length-1];t.icon&&(n.icon=(0,o.jZ)(t.icon,e)),t.class&&(n.class=(0,o.jZ)(t.class,e))}type2Str(t){switch(t){case this.nodeType.DEFAULT:return"no-border";case this.nodeType.RECT:return"rect";case this.nodeType.ROUNDED_RECT:return"rounded-rect";case this.nodeType.CIRCLE:return"circle";case this.nodeType.CLOUD:return"cloud";case this.nodeType.BANG:return"bang";case this.nodeType.HEXAGON:return"hexgon";default:return"no-border"}}assignSections(t,e){if(0===t.level?t.section=void 0:t.section=e,t.children)for(const[n,i]of t.children.entries()){const s=0===t.level?n:e;this.assignSections(i,s)}}flattenNodes(t,e){const n=["mindmap-node"];!0===t.isRoot?n.push("section-root","section--1"):void 0!==t.section&&n.push(`section-${t.section}`),t.class&&n.push(t.class);const i=n.join(" "),s=(0,a.K2)(t=>{switch(t){case b.CIRCLE:return"mindmapCircle";case b.RECT:return"rect";case b.ROUNDED_RECT:return"rounded";case b.CLOUD:return"cloud";case b.BANG:return"bang";case b.HEXAGON:return"hexagon";case b.DEFAULT:return"defaultMindmapNode";default:return"rect"}},"getShapeFromType"),r={id:t.id.toString(),domId:"node_"+t.id.toString(),label:t.descr,isGroup:!1,shape:s(t.type),width:t.width,height:t.height??0,padding:t.padding,cssClasses:i,cssStyles:[],look:"default",icon:t.icon,x:t.x,y:t.y,level:t.level,nodeId:t.nodeId,type:t.type,section:t.section};if(e.push(r),t.children)for(const o of t.children)this.flattenNodes(o,e)}generateEdges(t,e){if(t.children)for(const n of t.children){let i="edge";void 0!==n.section&&(i+=` section-edge-${n.section}`);i+=` edge-depth-${t.level+1}`;const s={id:`edge_${t.id}_${n.id}`,start:t.id.toString(),end:n.id.toString(),type:"normal",curve:"basis",thickness:"normal",look:"default",classes:i,depth:t.level,section:n.section};e.push(s),this.generateEdges(n,e)}}getData(){const t=this.getMindmap(),e=(0,o.D7)(),n=e;if(void 0!==(0,o.TM)().layout||(n.layout="cose-bilkent"),!t)return{nodes:[],edges:[],config:n};a.Rm.debug("getData: mindmapRoot",t,e),this.assignSections(t);const i=[],s=[];this.flattenNodes(t,i),this.generateEdges(t,s),a.Rm.debug(`getData: processed ${i.length} nodes and ${s.length} edges`);const r=new Map;for(const o of i)r.set(o.id,{shape:o.shape,width:o.width,height:o.height,padding:o.padding});return{nodes:i,edges:s,config:n,rootNode:t,markers:["point"],direction:"TB",nodeSpacing:50,rankSpacing:50,shapes:Object.fromEntries(r),type:"mindmap",diagramId:"mindmap-"+u()}}getLogger(){return a.Rm}},S={draw:(0,a.K2)(async(t,e,n,c)=>{a.Rm.debug("Rendering mindmap diagram\n"+t);const h=c.db,l=h.getData(),d=(0,i.A)(e,l.config.securityLevel);l.type=c.type,l.layoutAlgorithm=(0,r.q7)(l.config.layout,{fallback:"cose-bilkent"}),l.diagramId=e;h.getMindmap()&&(l.nodes.forEach(t=>{"rounded"===t.shape?(t.radius=15,t.taper=15,t.stroke="none",t.width=0,t.padding=15):"circle"===t.shape?t.padding=10:"rect"===t.shape&&(t.width=0,t.padding=10)}),await(0,r.XX)(l,d),(0,s.P)(d,l.config.mindmap?.padding??o.UI.mindmap.padding,"mindmapDiagram",l.config.mindmap?.useMaxWidth??o.UI.mindmap.useMaxWidth))},"draw")},N=(0,a.K2)(t=>{let e="";for(let n=0;n<t.THEME_COLOR_LIMIT;n++)t["lineColor"+n]=t["lineColor"+n]||t["cScaleInv"+n],(0,p.A)(t["lineColor"+n])?t["lineColor"+n]=(0,y.A)(t["lineColor"+n],20):t["lineColor"+n]=(0,m.A)(t["lineColor"+n],20);for(let n=0;n<t.THEME_COLOR_LIMIT;n++){const i=""+(17-3*n);e+=`\n .section-${n-1} rect, .section-${n-1} path, .section-${n-1} circle, .section-${n-1} polygon, .section-${n-1} path {\n fill: ${t["cScale"+n]};\n }\n .section-${n-1} text {\n fill: ${t["cScaleLabel"+n]};\n }\n .node-icon-${n-1} {\n font-size: 40px;\n color: ${t["cScaleLabel"+n]};\n }\n .section-edge-${n-1}{\n stroke: ${t["cScale"+n]};\n }\n .edge-depth-${n-1}{\n stroke-width: ${i};\n }\n .section-${n-1} line {\n stroke: ${t["cScaleInv"+n]} ;\n stroke-width: 3;\n }\n\n .disabled, .disabled circle, .disabled text {\n fill: lightgray;\n }\n .disabled text {\n fill: #efefef;\n }\n `}return e},"genSections"),k=(0,a.K2)(t=>`\n .edge {\n stroke-width: 3;\n }\n ${N(t)}\n .section-root rect, .section-root path, .section-root circle, .section-root polygon {\n fill: ${t.git0};\n }\n .section-root text {\n fill: ${t.gitBranchLabel0};\n }\n .section-root span {\n color: ${t.gitBranchLabel0};\n }\n .section-2 span {\n color: ${t.gitBranchLabel0};\n }\n .icon-container {\n height:100%;\n display: flex;\n justify-content: center;\n align-items: center;\n }\n .edge {\n fill: none;\n }\n .mindmap-node-label {\n dy: 1em;\n alignment-baseline: middle;\n text-anchor: middle;\n dominant-baseline: middle;\n text-align: center;\n }\n`,"getStyles"),D={get db(){return new E},renderer:S,parser:_,styles:k}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[2288],{46547:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>o,contentTitle:()=>a,default:()=>d,frontMatter:()=>c,metadata:()=>i,toc:()=>l});const i=JSON.parse('{"id":"api/type-aliases/GseServices","title":"GseServices","description":"Properties","source":"@site/docs/api/type-aliases/GseServices.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/GseServices","permalink":"/scripting-object/api/type-aliases/GseServices","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/GseServices.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"GrantWriteAccess","permalink":"/scripting-object/api/type-aliases/GrantWriteAccess"},"next":{"title":"ImportLoan","permalink":"/scripting-object/api/type-aliases/ImportLoan"}}');var r=t(86070),n=t(90116);const c={},a="GseServices",o={},l=[{value:"Properties",id:"properties",level:2},{value:"access",id:"access",level:3},{value:"rights",id:"rights",level:3}];function p(e){const s={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",pre:"pre",...(0,n.R)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(s.header,{children:(0,r.jsx)(s.h1,{id:"gseservices",children:"GseServices"})}),"\n",(0,r.jsx)(s.pre,{children:(0,r.jsx)(s.code,{className:"language-ts",children:"type GseServices = {\n access: boolean;\n rights: string[];\n};\n"})}),"\n",(0,r.jsx)(s.h2,{id:"properties",children:"Properties"}),"\n",(0,r.jsx)(s.h3,{id:"access",children:"access"}),"\n",(0,r.jsx)(s.pre,{children:(0,r.jsx)(s.code,{className:"language-ts",children:"access: boolean;\n"})}),"\n",(0,r.jsx)(s.hr,{}),"\n",(0,r.jsx)(s.h3,{id:"rights",children:"rights"}),"\n",(0,r.jsx)(s.pre,{children:(0,r.jsx)(s.code,{className:"language-ts",children:"rights: string[];\n"})})]})}function d(e={}){const{wrapper:s}={...(0,n.R)(),...e.components};return s?(0,r.jsx)(s,{...e,children:(0,r.jsx)(p,{...e})}):p(e)}},90116:(e,s,t)=>{t.d(s,{R:()=>c,x:()=>a});var i=t(30758);const r={},n=i.createContext(r);function c(e){const s=i.useContext(n);return i.useMemo(function(){return"function"==typeof e?e(s):{...s,...e}},[s,e])}function a(e){let s;return s=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:c(e.components),i.createElement(n.Provider,{value:s},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[9927],{78244:(e,n,s)=>{s.r(n),s.d(n,{assets:()=>l,contentTitle:()=>c,default:()=>p,frontMatter:()=>a,metadata:()=>t,toc:()=>o});const t=JSON.parse('{"id":"api/type-aliases/Listener","title":"Listener()\\\\<SO, Params, Options, ReturnType\\\\>","description":"callback for event","source":"@site/docs/api/type-aliases/Listener.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/Listener","permalink":"/scripting-object/api/type-aliases/Listener","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/Listener.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"LaunchServiceSetupOptions","permalink":"/scripting-object/api/type-aliases/LaunchServiceSetupOptions"},"next":{"title":"LoConnectTasks","permalink":"/scripting-object/api/type-aliases/LoConnectTasks"}}');var i=s(86070),r=s(90116);const a={},c="Listener()<SO, Params, Options, ReturnType>",l={},o=[{value:"Type Parameters",id:"type-parameters",level:2},{value:"SO",id:"so",level:3},{value:"Params",id:"params",level:3},{value:"Options",id:"options",level:3},{value:"ReturnType",id:"returntype",level:3},{value:"Parameters",id:"parameters",level:2},{value:"{",id:"",level:3},{value:"eventName",id:"eventname",level:4},{value:"eventOptions?",id:"eventoptions",level:4},{value:"eventParams",id:"eventparams",level:4},{value:"obj",id:"obj",level:4},{value:"Returns",id:"returns",level:2}];function d(e){const n={a:"a",code:"code",em:"em",h1:"h1",h2:"h2",h3:"h3",h4:"h4",header:"header",p:"p",pre:"pre",...(0,r.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(n.header,{children:(0,i.jsx)(n.h1,{id:"listenerso-params-options-returntype",children:"Listener()<SO, Params, Options, ReturnType>"})}),"\n",(0,i.jsx)(n.pre,{children:(0,i.jsx)(n.code,{className:"language-ts",children:"type Listener<SO, Params, Options, ReturnType> = ({\n obj,\n eventName,\n eventParams,\n eventOptions,\n}: {\n eventName: string;\n eventOptions?: Options;\n eventParams: Params;\n obj: SO;\n}) => ReturnType;\n"})}),"\n",(0,i.jsx)(n.p,{children:"callback for event"}),"\n",(0,i.jsx)(n.h2,{id:"type-parameters",children:"Type Parameters"}),"\n",(0,i.jsx)(n.h3,{id:"so",children:"SO"}),"\n",(0,i.jsxs)(n.p,{children:[(0,i.jsx)(n.code,{children:"SO"})," ",(0,i.jsx)(n.em,{children:"extends"})," ",(0,i.jsx)(n.a,{href:"/scripting-object/api/interfaces/IScriptingObjectProxy",children:(0,i.jsx)(n.code,{children:"IScriptingObjectProxy"})})]}),"\n",(0,i.jsx)(n.h3,{id:"params",children:"Params"}),"\n",(0,i.jsxs)(n.p,{children:[(0,i.jsx)(n.code,{children:"Params"})," ",(0,i.jsx)(n.em,{children:"extends"})," ",(0,i.jsx)(n.code,{children:"Record"}),"<",(0,i.jsx)(n.code,{children:"string"}),", ",(0,i.jsx)(n.code,{children:"unknown"}),">"]}),"\n",(0,i.jsx)(n.h3,{id:"options",children:"Options"}),"\n",(0,i.jsxs)(n.p,{children:[(0,i.jsx)(n.code,{children:"Options"})," ",(0,i.jsx)(n.em,{children:"extends"})," ",(0,i.jsx)(n.code,{children:"Record"}),"<",(0,i.jsx)(n.code,{children:"string"}),", ",(0,i.jsx)(n.code,{children:"unknown"}),">"]}),"\n",(0,i.jsx)(n.h3,{id:"returntype",children:"ReturnType"}),"\n",(0,i.jsx)(n.p,{children:(0,i.jsx)(n.code,{children:"ReturnType"})}),"\n",(0,i.jsx)(n.h2,{id:"parameters",children:"Parameters"}),"\n",(0,i.jsx)(n.h3,{id:"",children:"{"}),"\n",(0,i.jsx)(n.p,{children:"obj,\neventName,\neventParams,\neventOptions,\n}"}),"\n",(0,i.jsx)(n.h4,{id:"eventname",children:"eventName"}),"\n",(0,i.jsx)(n.p,{children:(0,i.jsx)(n.code,{children:"string"})}),"\n",(0,i.jsx)(n.h4,{id:"eventoptions",children:"eventOptions?"}),"\n",(0,i.jsx)(n.p,{children:(0,i.jsx)(n.code,{children:"Options"})}),"\n",(0,i.jsx)(n.h4,{id:"eventparams",children:"eventParams"}),"\n",(0,i.jsx)(n.p,{children:(0,i.jsx)(n.code,{children:"Params"})}),"\n",(0,i.jsx)(n.h4,{id:"obj",children:"obj"}),"\n",(0,i.jsx)(n.p,{children:(0,i.jsx)(n.code,{children:"SO"})}),"\n",(0,i.jsx)(n.h2,{id:"returns",children:"Returns"}),"\n",(0,i.jsx)(n.p,{children:(0,i.jsx)(n.code,{children:"ReturnType"})})]})}function p(e={}){const{wrapper:n}={...(0,r.R)(),...e.components};return n?(0,i.jsx)(n,{...e,children:(0,i.jsx)(d,{...e})}):d(e)}},90116:(e,n,s)=>{s.d(n,{R:()=>a,x:()=>c});var t=s(30758);const i={},r=t.createContext(i);function a(e){const n=t.useContext(r);return t.useMemo(function(){return"function"==typeof e?e(n):{...n,...e}},[n,e])}function c(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:a(e.components),t.createElement(r.Provider,{value:n},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[2710],{14401:(e,n,o)=>{o.r(n),o.d(n,{assets:()=>d,contentTitle:()=>s,default:()=>p,frontMatter:()=>a,metadata:()=>t,toc:()=>r});const t=JSON.parse('{"id":"api/type-aliases/ModuleUnloadInfo","title":"ModuleUnloadInfo","description":"module unload event info","source":"@site/docs/api/type-aliases/ModuleUnloadInfo.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/ModuleUnloadInfo","permalink":"/scripting-object/api/type-aliases/ModuleUnloadInfo","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/ModuleUnloadInfo.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"ModuleUnLoadingListener()","permalink":"/scripting-object/api/type-aliases/ModuleUnLoadingListener"},"next":{"title":"MoveFrom","permalink":"/scripting-object/api/type-aliases/MoveFrom"}}');var i=o(86070),l=o(90116);const a={},s="ModuleUnloadInfo",d={},r=[{value:"Properties",id:"properties",level:2},{value:"moduleId",id:"moduleid",level:3},{value:"Example",id:"example",level:4}];function c(e){const n={code:"code",h1:"h1",h2:"h2",h3:"h3",h4:"h4",header:"header",p:"p",pre:"pre",...(0,l.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(n.header,{children:(0,i.jsx)(n.h1,{id:"moduleunloadinfo",children:"ModuleUnloadInfo"})}),"\n",(0,i.jsx)(n.pre,{children:(0,i.jsx)(n.code,{className:"language-ts",children:"type ModuleUnloadInfo = {\n moduleId: string;\n};\n"})}),"\n",(0,i.jsx)(n.p,{children:"module unload event info"}),"\n",(0,i.jsx)(n.h2,{id:"properties",children:"Properties"}),"\n",(0,i.jsx)(n.h3,{id:"moduleid",children:"moduleId"}),"\n",(0,i.jsx)(n.pre,{children:(0,i.jsx)(n.code,{className:"language-ts",children:"moduleId: string;\n"})}),"\n",(0,i.jsx)(n.p,{children:"module that triggered the unload event in urn format"}),"\n",(0,i.jsx)(n.h4,{id:"example",children:"Example"}),"\n",(0,i.jsx)(n.pre,{children:(0,i.jsx)(n.code,{className:"language-ts",children:"urn:encompass:loanapp\n"})})]})}function p(e={}){const{wrapper:n}={...(0,l.R)(),...e.components};return n?(0,i.jsx)(n,{...e,children:(0,i.jsx)(c,{...e})}):c(e)}},90116:(e,n,o)=>{o.d(n,{R:()=>a,x:()=>s});var t=o(30758);const i={},l=t.createContext(i);function a(e){const n=t.useContext(l);return t.useMemo(function(){return"function"==typeof e?e(n):{...n,...e}},[n,e])}function s(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:a(e.components),t.createElement(l.Provider,{value:n},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[459],{30459:(e,r,t)=>{t.d(r,{diagram:()=>s});var a=t(41945),i=(t(2528),t(61129),t(91800),t(61689),t(96867),t(17459),t(37904),t(83402),t(94006),t(66111),t(472),t(10052)),s={parser:a.Zk,get db(){return new a.u4(2)},renderer:a.q7,styles:a.tM,init:(0,i.K2)(e=>{e.state||(e.state={}),e.state.arrowMarkerAbsolute=e.arrowMarkerAbsolute},"init")}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[4797],{4191:(e,n,i)=>{i.r(n),i.d(n,{assets:()=>c,contentTitle:()=>o,default:()=>d,frontMatter:()=>a,metadata:()=>t,toc:()=>l});const t=JSON.parse('{"id":"api/type-aliases/OriginDetails","title":"OriginDetails","description":"transaction origination context","source":"@site/docs/api/type-aliases/OriginDetails.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/OriginDetails","permalink":"/scripting-object/api/type-aliases/OriginDetails","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/OriginDetails.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"OpenOptions","permalink":"/scripting-object/api/type-aliases/OpenOptions"},"next":{"title":"PerfMark","permalink":"/scripting-object/api/type-aliases/PerfMark"}}');var s=i(86070),r=i(90116);const a={},o="OriginDetails",c={},l=[{value:"Properties",id:"properties",level:2},{value:"context",id:"context",level:3},{value:"id",id:"id",level:3},{value:"partnerAccessToken",id:"partneraccesstoken",level:3}];function p(e){const n={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",p:"p",pre:"pre",...(0,r.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.header,{children:(0,s.jsx)(n.h1,{id:"origindetails",children:"OriginDetails"})}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-ts",children:"type OriginDetails = {\n context: OriginContext;\n id: string;\n partnerAccessToken: string;\n};\n"})}),"\n",(0,s.jsx)(n.p,{children:"transaction origination context"}),"\n",(0,s.jsx)(n.h2,{id:"properties",children:"Properties"}),"\n",(0,s.jsx)(n.h3,{id:"context",children:"context"}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-ts",children:"context: OriginContext;\n"})}),"\n",(0,s.jsx)(n.p,{children:"The user type in whose context your integration is being launched"}),"\n",(0,s.jsx)(n.hr,{}),"\n",(0,s.jsx)(n.h3,{id:"id",children:"id"}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-ts",children:"id: string;\n"})}),"\n",(0,s.jsxs)(n.p,{children:["Unique identifier for the transaction origination information snapshot accessible\nvia the REST API's /partner/v2/origins/",":id"," endpoint"]}),"\n",(0,s.jsx)(n.hr,{}),"\n",(0,s.jsx)(n.h3,{id:"partneraccesstoken",children:"partnerAccessToken"}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-ts",children:"partnerAccessToken: string;\n"})}),"\n",(0,s.jsxs)(n.p,{children:["Temporary session token that grants authorization for a partner\nintegration to access transaction origination information via the REST API's /partner/v2/origins/",":id"," endpoint"]})]})}function d(e={}){const{wrapper:n}={...(0,r.R)(),...e.components};return n?(0,s.jsx)(n,{...e,children:(0,s.jsx)(p,{...e})}):p(e)}},90116:(e,n,i)=>{i.d(n,{R:()=>a,x:()=>o});var t=i(30758);const s={},r=t.createContext(s);function a(e){const n=t.useContext(r);return t.useMemo(function(){return"function"==typeof e?e(n):{...n,...e}},[n,e])}function o(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:a(e.components),t.createElement(r.Provider,{value:n},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[416],{62138:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>l,contentTitle:()=>a,default:()=>d,frontMatter:()=>o,metadata:()=>i,toc:()=>c});const i=JSON.parse('{"id":"api/type-aliases/LoanPreMilestoneCompleteListener","title":"LoanPreMilestoneCompleteListener()","description":"event handler for loan pre milestone complete event","source":"@site/docs/api/type-aliases/LoanPreMilestoneCompleteListener.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/LoanPreMilestoneCompleteListener","permalink":"/scripting-object/api/type-aliases/LoanPreMilestoneCompleteListener","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/LoanPreMilestoneCompleteListener.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"LoanPreCommitListener()","permalink":"/scripting-object/api/type-aliases/LoanPreCommitListener"},"next":{"title":"LoanRecord","permalink":"/scripting-object/api/type-aliases/LoanRecord"}}');var s=t(86070),r=t(90116);const o={},a="LoanPreMilestoneCompleteListener()",l={},c=[{value:"Parameters",id:"parameters",level:2},{value:"params",id:"params",level:3},{value:"eventName",id:"eventname",level:4},{value:"eventOptions?",id:"eventoptions",level:4},{value:"eventParams",id:"eventparams",level:4},{value:"obj",id:"obj",level:4},{value:"Returns",id:"returns",level:2}];function p(e){const n={a:"a",code:"code",h1:"h1",h2:"h2",h3:"h3",h4:"h4",header:"header",p:"p",pre:"pre",...(0,r.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.header,{children:(0,s.jsx)(n.h1,{id:"loanpremilestonecompletelistener",children:"LoanPreMilestoneCompleteListener()"})}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-ts",children:"type LoanPreMilestoneCompleteListener = (params: {\n eventName: string;\n eventOptions?: Record<string, unknown>;\n eventParams: MilestoneInfo;\n obj: ILoan;\n}) => boolean;\n"})}),"\n",(0,s.jsx)(n.p,{children:"event handler for loan pre milestone complete event"}),"\n",(0,s.jsx)(n.h2,{id:"parameters",children:"Parameters"}),"\n",(0,s.jsx)(n.h3,{id:"params",children:"params"}),"\n",(0,s.jsx)(n.p,{children:"event parameters"}),"\n",(0,s.jsx)(n.h4,{id:"eventname",children:"eventName"}),"\n",(0,s.jsx)(n.p,{children:(0,s.jsx)(n.code,{children:"string"})}),"\n",(0,s.jsx)(n.p,{children:"event name"}),"\n",(0,s.jsx)(n.h4,{id:"eventoptions",children:"eventOptions?"}),"\n",(0,s.jsxs)(n.p,{children:[(0,s.jsx)(n.code,{children:"Record"}),"<",(0,s.jsx)(n.code,{children:"string"}),", ",(0,s.jsx)(n.code,{children:"unknown"}),">"]}),"\n",(0,s.jsx)(n.p,{children:"additional options related to the event"}),"\n",(0,s.jsx)(n.h4,{id:"eventparams",children:"eventParams"}),"\n",(0,s.jsx)(n.p,{children:(0,s.jsx)(n.a,{href:"/scripting-object/api/type-aliases/MilestoneInfo",children:(0,s.jsx)(n.code,{children:"MilestoneInfo"})})}),"\n",(0,s.jsx)(n.p,{children:"milestone info"}),"\n",(0,s.jsx)(n.h4,{id:"obj",children:"obj"}),"\n",(0,s.jsx)(n.p,{children:(0,s.jsx)(n.a,{href:"/scripting-object/api/interfaces/ILoan",children:(0,s.jsx)(n.code,{children:"ILoan"})})}),"\n",(0,s.jsx)(n.p,{children:"loan object reference"}),"\n",(0,s.jsx)(n.h2,{id:"returns",children:"Returns"}),"\n",(0,s.jsx)(n.p,{children:(0,s.jsx)(n.code,{children:"boolean"})}),"\n",(0,s.jsx)(n.p,{children:"true to allow milestone completion, false otherwise"})]})}function d(e={}){const{wrapper:n}={...(0,r.R)(),...e.components};return n?(0,s.jsx)(n,{...e,children:(0,s.jsx)(p,{...e})}):p(e)}},90116:(e,n,t)=>{t.d(n,{R:()=>o,x:()=>a});var i=t(30758);const s={},r=i.createContext(s);function o(e){const n=i.useContext(r);return i.useMemo(function(){return"function"==typeof e?e(n):{...n,...e}},[n,e])}function a(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:o(e.components),i.createElement(r.Provider,{value:n},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[5559],{12032:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>d,contentTitle:()=>c,default:()=>a,frontMatter:()=>r,metadata:()=>i,toc:()=>x});const i=JSON.parse('{"id":"Objects/application","title":"Application","description":"API Defintion","source":"@site/docs/Objects/application.md","sourceDirName":"Objects","slug":"/Objects/application","permalink":"/scripting-object/Objects/application","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/Objects/application.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"Analytics","permalink":"/scripting-object/Objects/analytics"},"next":{"title":"Auth","permalink":"/scripting-object/Objects/auth"}}');var l=n(86070),s=n(90116);const r={},c="Application",d={},x=[{value:"Methods",id:"methods",level:2},{value:"Events",id:"events",level:2}];function h(e){const t={a:"a",em:"em",h1:"h1",h2:"h2",header:"header",p:"p",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,s.R)(),...e.components};return(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(t.header,{children:(0,l.jsx)(t.h1,{id:"application",children:"Application"})}),"\n",(0,l.jsx)(t.p,{children:(0,l.jsx)(t.a,{href:"../api/interfaces/IApplication",children:"API Defintion"})}),"\n",(0,l.jsx)(t.h2,{id:"methods",children:"Methods"}),"\n",(0,l.jsxs)(t.table,{children:[(0,l.jsx)(t.thead,{children:(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.th,{style:{textAlign:"center"},children:"Method"}),(0,l.jsx)(t.th,{style:{textAlign:"center"},children:"Encompass"}),(0,l.jsx)(t.th,{style:{textAlign:"center"},children:"Encompass Web"}),(0,l.jsx)(t.th,{style:{textAlign:"center"},children:"TPO"}),(0,l.jsx)(t.th,{style:{textAlign:"center"},children:"Consumer Connect"}),(0,l.jsx)(t.th,{children:"Notes"})]})}),(0,l.jsxs)(t.tbody,{children:[(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.td,{style:{textAlign:"center"},children:(0,l.jsx)(t.a,{href:"../api/interfaces/IApplication#closemodal",children:"closeModal"})}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{})]}),(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.td,{style:{textAlign:"center"},children:(0,l.jsx)(t.a,{href:"../api/interfaces/IApplication#getapplicationcontext",children:"getApplicationContext"})}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{})]}),(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.td,{style:{textAlign:"center"},children:(0,l.jsx)(t.a,{href:"../api/interfaces/IApplication#getcapabilities",children:"getCapabilities"})}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{})]}),(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.td,{style:{textAlign:"center"},children:(0,l.jsx)(t.a,{href:"../api/interfaces/IApplication#getcompanysettings",children:"getCompanySettings"})}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{})]}),(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.td,{style:{textAlign:"center"},children:(0,l.jsx)(t.a,{href:"../api/interfaces/IApplication#getdescriptor",children:"getDescriptor"})}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u25cb"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsxs)(t.td,{children:[(0,l.jsx)(t.em,{children:"Encompass Web"})," - Name change is required from getDescriptior to getDescriptor"]})]}),(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.td,{style:{textAlign:"center"},children:(0,l.jsx)(t.a,{href:"../api/interfaces/IApplication#getinfo",children:"getInfo"})}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{})]}),(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.td,{style:{textAlign:"center"},children:(0,l.jsx)(t.a,{href:"../api/interfaces/IApplication#getpersonaaccess",children:"getPersonaAccess"})}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u25cb"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{})]}),(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.td,{style:{textAlign:"center"},children:(0,l.jsx)(t.a,{href:"../api/interfaces/IApplication#getpoliciesdetails",children:"getPoliciesDetails"})}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{})]}),(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.td,{style:{textAlign:"center"},children:(0,l.jsx)(t.a,{href:"../api/interfaces/IApplication#getuseraccessrights",children:"getUserAccessRights"})}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{})]}),(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.td,{style:{textAlign:"center"},children:(0,l.jsx)(t.a,{href:"../api/interfaces/IApplication#keepsessionalive",children:"keepSessionAlive"})}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{})]}),(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.td,{style:{textAlign:"center"},children:(0,l.jsx)(t.a,{href:"../api/interfaces/IApplication#navigate",children:"navigate"})}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{})]}),(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.td,{style:{textAlign:"center"},children:(0,l.jsx)(t.a,{href:"../api/interfaces/IApplication#open",children:"open"})}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{})]}),(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.td,{style:{textAlign:"center"},children:(0,l.jsx)(t.a,{href:"../api/interfaces/IApplication#openmodal",children:"openModal"})}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u25cb"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsxs)(t.td,{children:[(0,l.jsx)(t.em,{children:"Encompass Web"})," - <br />PUI scripting object, value for target is of type string i.e. { name: string; size: ModalSize; target: string; type?: string }<br />EncompassWeb - target value can be of type string or object"]})]}),(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.td,{style:{textAlign:"center"},children:(0,l.jsx)(t.a,{href:"../api/interfaces/IApplication#performaction",children:"performAction"})}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u25cb"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsxs)(t.td,{children:[(0,l.jsx)(t.em,{children:"Encompass Web"})," - This method has been implemented but it will not perform any action, as supportedAction array is empty"]})]}),(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.td,{style:{textAlign:"center"},children:(0,l.jsx)(t.a,{href:"../api/interfaces/IApplication#print",children:"print"})}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{})]}),(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.td,{style:{textAlign:"center"},children:(0,l.jsx)(t.a,{href:"../api/interfaces/IApplication#supportsaction",children:"supportsAction"})}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{})]})]})]}),"\n",(0,l.jsx)(t.h2,{id:"events",children:"Events"}),"\n",(0,l.jsxs)(t.table,{children:[(0,l.jsx)(t.thead,{children:(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.th,{style:{textAlign:"center"},children:"Event"}),(0,l.jsx)(t.th,{style:{textAlign:"center"},children:"Encompass"}),(0,l.jsx)(t.th,{style:{textAlign:"center"},children:"Encompass Web"}),(0,l.jsx)(t.th,{style:{textAlign:"center"},children:"TPO"}),(0,l.jsx)(t.th,{style:{textAlign:"center"},children:"Consumer Connect"}),(0,l.jsx)(t.th,{children:"Notes"})]})}),(0,l.jsxs)(t.tbody,{children:[(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.td,{style:{textAlign:"center"},children:(0,l.jsx)(t.a,{href:"../api/interfaces/IApplication#actioncompleted",children:"Actioncompleted"})}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{})]}),(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.td,{style:{textAlign:"center"},children:(0,l.jsx)(t.a,{href:"../api/interfaces/IApplication#login",children:"Login"})}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{})]}),(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.td,{style:{textAlign:"center"},children:(0,l.jsx)(t.a,{href:"../api/interfaces/IApplication#navigationstart",children:"NavigationStart"})}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{children:"Fire-and-receive-feedback event. Return true to allow navigation, false to cancel"})]})]})]})]})}function a(e={}){const{wrapper:t}={...(0,s.R)(),...e.components};return t?(0,l.jsx)(t,{...e,children:(0,l.jsx)(h,{...e})}):h(e)}},90116:(e,t,n)=>{n.d(t,{R:()=>r,x:()=>c});var i=n(30758);const l={},s=i.createContext(l);function r(e){const t=i.useContext(s);return i.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function c(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(l):e.components||l:r(e.components),i.createElement(s.Provider,{value:t},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[3012],{65081:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>c,contentTitle:()=>a,default:()=>d,frontMatter:()=>n,metadata:()=>i,toc:()=>l});const i=JSON.parse('{"id":"api/type-aliases/EFolderHistory","title":"EFolderHistory","description":"Properties","source":"@site/docs/api/type-aliases/EFolderHistory.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/EFolderHistory","permalink":"/scripting-object/api/type-aliases/EFolderHistory","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/EFolderHistory.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"EDisclosures","permalink":"/scripting-object/api/type-aliases/EDisclosures"},"next":{"title":"EFolderSetup","permalink":"/scripting-object/api/type-aliases/EFolderSetup"}}');var r=t(86070),o=t(90116);const n={},a="EFolderHistory",c={},l=[{value:"Properties",id:"properties",level:2},{value:"access",id:"access",level:3}];function p(e){const s={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",pre:"pre",...(0,o.R)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(s.header,{children:(0,r.jsx)(s.h1,{id:"efolderhistory",children:"EFolderHistory"})}),"\n",(0,r.jsx)(s.pre,{children:(0,r.jsx)(s.code,{className:"language-ts",children:"type EFolderHistory = {\n access: boolean;\n};\n"})}),"\n",(0,r.jsx)(s.h2,{id:"properties",children:"Properties"}),"\n",(0,r.jsx)(s.h3,{id:"access",children:"access"}),"\n",(0,r.jsx)(s.pre,{children:(0,r.jsx)(s.code,{className:"language-ts",children:"access: boolean;\n"})})]})}function d(e={}){const{wrapper:s}={...(0,o.R)(),...e.components};return s?(0,r.jsx)(s,{...e,children:(0,r.jsx)(p,{...e})}):p(e)}},90116:(e,s,t)=>{t.d(s,{R:()=>n,x:()=>a});var i=t(30758);const r={},o=i.createContext(r);function n(e){const s=i.useContext(o);return i.useMemo(function(){return"function"==typeof e?e(s):{...s,...e}},[s,e])}function a(e){let s;return s=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:n(e.components),i.createElement(o.Provider,{value:s},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[4860],{64860:(e,i,c)=>{c.d(i,{createInfoServices:()=>a.v});var a=c(42179);c(89932)}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[4931],{2528:(t,e,s)=>{s.d(e,{A:()=>a});var i=s(10052),n=s(3170),a=(0,i.K2)((t,e)=>{let s;"sandbox"===e&&(s=(0,n.Ltv)("#i"+t));return("sandbox"===e?(0,n.Ltv)(s.nodes()[0].contentDocument.body):(0,n.Ltv)("body")).select(`[id="${t}"]`)},"getDiagramElement")},32704:(t,e,s)=>{s.d(e,{o:()=>i});var i=(0,s(10052).K2)(()=>"\n /* Font Awesome icon styling - consolidated */\n .label-icon {\n display: inline-block;\n height: 1em;\n overflow: visible;\n vertical-align: -0.125em;\n }\n \n .node .label-icon path {\n fill: currentColor;\n stroke: revert;\n stroke-width: revert;\n }\n","getIconStyles")},61129:(t,e,s)=>{s.d(e,{P:()=>a});var i=s(472),n=s(10052),a=(0,n.K2)((t,e,s,a)=>{t.attr("class",s);const{width:l,height:o,x:c,y:h}=r(t,e);(0,i.a$)(t,o,l,a);const d=u(c,h,l,o,e);t.attr("viewBox",d),n.Rm.debug(`viewBox configured: ${d} with padding: ${e}`)},"setupViewPortForSVG"),r=(0,n.K2)((t,e)=>{const s=t.node()?.getBBox()||{width:0,height:0,x:0,y:0};return{width:s.width+2*e,height:s.height+2*e,x:s.x,y:s.y}},"calculateDimensionsWithPadding"),u=(0,n.K2)((t,e,s,i,n)=>`${t-n} ${e-n} ${s} ${i}`,"createViewBox")},84931:(t,e,s)=>{s.d(e,{Lh:()=>T,NM:()=>C,_$:()=>d,tM:()=>b});var i=s(32704),n=s(2528),a=s(61129),r=s(91800),u=s(66111),l=s(472),o=s(10052),c=s(3170),h=function(){var t=(0,o.K2)(function(t,e,s,i){for(s=s||{},i=t.length;i--;s[t[i]]=e);return s},"o"),e=[1,18],s=[1,19],i=[1,20],n=[1,41],a=[1,42],r=[1,26],u=[1,24],l=[1,25],c=[1,32],h=[1,33],d=[1,34],p=[1,45],A=[1,35],y=[1,36],g=[1,37],m=[1,38],C=[1,27],b=[1,28],E=[1,29],T=[1,30],k=[1,31],f=[1,44],D=[1,46],F=[1,43],B=[1,47],_=[1,9],S=[1,8,9],N=[1,58],L=[1,59],$=[1,60],x=[1,61],v=[1,62],I=[1,63],O=[1,64],w=[1,8,9,41],R=[1,76],P=[1,8,9,12,13,22,39,41,44,68,69,70,71,72,73,74,79,81],K=[1,8,9,12,13,18,20,22,39,41,44,50,60,68,69,70,71,72,73,74,79,81,86,100,102,103],M=[13,60,86,100,102,103],G=[13,60,73,74,86,100,102,103],U=[13,60,68,69,70,71,72,86,100,102,103],Y=[1,100],z=[1,117],Q=[1,113],j=[1,109],W=[1,115],X=[1,110],V=[1,111],q=[1,112],H=[1,114],J=[1,116],Z=[22,48,60,61,82,86,87,88,89,90],tt=[1,8,9,39,41,44],et=[1,8,9,22],st=[1,145],it=[1,8,9,61],nt=[1,8,9,22,48,60,61,82,86,87,88,89,90],at={trace:(0,o.K2)(function(){},"trace"),yy:{},symbols_:{error:2,start:3,mermaidDoc:4,statements:5,graphConfig:6,CLASS_DIAGRAM:7,NEWLINE:8,EOF:9,statement:10,classLabel:11,SQS:12,STR:13,SQE:14,namespaceName:15,alphaNumToken:16,classLiteralName:17,DOT:18,className:19,GENERICTYPE:20,relationStatement:21,LABEL:22,namespaceStatement:23,classStatement:24,memberStatement:25,annotationStatement:26,clickStatement:27,styleStatement:28,cssClassStatement:29,noteStatement:30,classDefStatement:31,direction:32,acc_title:33,acc_title_value:34,acc_descr:35,acc_descr_value:36,acc_descr_multiline_value:37,namespaceIdentifier:38,STRUCT_START:39,classStatements:40,STRUCT_STOP:41,NAMESPACE:42,classIdentifier:43,STYLE_SEPARATOR:44,members:45,CLASS:46,emptyBody:47,SPACE:48,ANNOTATION_START:49,ANNOTATION_END:50,MEMBER:51,SEPARATOR:52,relation:53,NOTE_FOR:54,noteText:55,NOTE:56,CLASSDEF:57,classList:58,stylesOpt:59,ALPHA:60,COMMA:61,direction_tb:62,direction_bt:63,direction_rl:64,direction_lr:65,relationType:66,lineType:67,AGGREGATION:68,EXTENSION:69,COMPOSITION:70,DEPENDENCY:71,LOLLIPOP:72,LINE:73,DOTTED_LINE:74,CALLBACK:75,LINK:76,LINK_TARGET:77,CLICK:78,CALLBACK_NAME:79,CALLBACK_ARGS:80,HREF:81,STYLE:82,CSSCLASS:83,style:84,styleComponent:85,NUM:86,COLON:87,UNIT:88,BRKT:89,PCT:90,commentToken:91,textToken:92,graphCodeTokens:93,textNoTagsToken:94,TAGSTART:95,TAGEND:96,"==":97,"--":98,DEFAULT:99,MINUS:100,keywords:101,UNICODE_TEXT:102,BQUOTE_STR:103,$accept:0,$end:1},terminals_:{2:"error",7:"CLASS_DIAGRAM",8:"NEWLINE",9:"EOF",12:"SQS",13:"STR",14:"SQE",18:"DOT",20:"GENERICTYPE",22:"LABEL",33:"acc_title",34:"acc_title_value",35:"acc_descr",36:"acc_descr_value",37:"acc_descr_multiline_value",39:"STRUCT_START",41:"STRUCT_STOP",42:"NAMESPACE",44:"STYLE_SEPARATOR",46:"CLASS",48:"SPACE",49:"ANNOTATION_START",50:"ANNOTATION_END",51:"MEMBER",52:"SEPARATOR",54:"NOTE_FOR",56:"NOTE",57:"CLASSDEF",60:"ALPHA",61:"COMMA",62:"direction_tb",63:"direction_bt",64:"direction_rl",65:"direction_lr",68:"AGGREGATION",69:"EXTENSION",70:"COMPOSITION",71:"DEPENDENCY",72:"LOLLIPOP",73:"LINE",74:"DOTTED_LINE",75:"CALLBACK",76:"LINK",77:"LINK_TARGET",78:"CLICK",79:"CALLBACK_NAME",80:"CALLBACK_ARGS",81:"HREF",82:"STYLE",83:"CSSCLASS",86:"NUM",87:"COLON",88:"UNIT",89:"BRKT",90:"PCT",93:"graphCodeTokens",95:"TAGSTART",96:"TAGEND",97:"==",98:"--",99:"DEFAULT",100:"MINUS",101:"keywords",102:"UNICODE_TEXT",103:"BQUOTE_STR"},productions_:[0,[3,1],[3,1],[4,1],[6,4],[5,1],[5,2],[5,3],[11,3],[15,1],[15,1],[15,3],[15,2],[19,1],[19,3],[19,1],[19,2],[19,2],[19,2],[10,1],[10,2],[10,1],[10,1],[10,1],[10,1],[10,1],[10,1],[10,1],[10,1],[10,1],[10,1],[10,2],[10,2],[10,1],[23,4],[23,5],[38,2],[40,1],[40,2],[40,3],[24,1],[24,3],[24,4],[24,3],[24,6],[43,2],[43,3],[47,0],[47,2],[47,2],[26,4],[45,1],[45,2],[25,1],[25,2],[25,1],[25,1],[21,3],[21,4],[21,4],[21,5],[30,3],[30,2],[31,3],[58,1],[58,3],[32,1],[32,1],[32,1],[32,1],[53,3],[53,2],[53,2],[53,1],[66,1],[66,1],[66,1],[66,1],[66,1],[67,1],[67,1],[27,3],[27,4],[27,3],[27,4],[27,4],[27,5],[27,3],[27,4],[27,4],[27,5],[27,4],[27,5],[27,5],[27,6],[28,3],[29,3],[59,1],[59,3],[84,1],[84,2],[85,1],[85,1],[85,1],[85,1],[85,1],[85,1],[85,1],[85,1],[85,1],[91,1],[91,1],[92,1],[92,1],[92,1],[92,1],[92,1],[92,1],[92,1],[94,1],[94,1],[94,1],[94,1],[16,1],[16,1],[16,1],[16,1],[17,1],[55,1]],performAction:(0,o.K2)(function(t,e,s,i,n,a,r){var u=a.length-1;switch(n){case 8:this.$=a[u-1];break;case 9:case 10:case 13:case 15:this.$=a[u];break;case 11:case 14:this.$=a[u-2]+"."+a[u];break;case 12:case 16:case 100:this.$=a[u-1]+a[u];break;case 17:case 18:this.$=a[u-1]+"~"+a[u]+"~";break;case 19:i.addRelation(a[u]);break;case 20:a[u-1].title=i.cleanupLabel(a[u]),i.addRelation(a[u-1]);break;case 31:this.$=a[u].trim(),i.setAccTitle(this.$);break;case 32:case 33:this.$=a[u].trim(),i.setAccDescription(this.$);break;case 34:i.addClassesToNamespace(a[u-3],a[u-1]);break;case 35:i.addClassesToNamespace(a[u-4],a[u-1]);break;case 36:this.$=a[u],i.addNamespace(a[u]);break;case 37:case 51:case 64:case 97:this.$=[a[u]];break;case 38:this.$=[a[u-1]];break;case 39:a[u].unshift(a[u-2]),this.$=a[u];break;case 41:i.setCssClass(a[u-2],a[u]);break;case 42:i.addMembers(a[u-3],a[u-1]);break;case 44:i.setCssClass(a[u-5],a[u-3]),i.addMembers(a[u-5],a[u-1]);break;case 45:this.$=a[u],i.addClass(a[u]);break;case 46:this.$=a[u-1],i.addClass(a[u-1]),i.setClassLabel(a[u-1],a[u]);break;case 50:i.addAnnotation(a[u],a[u-2]);break;case 52:a[u].push(a[u-1]),this.$=a[u];break;case 53:case 55:case 56:break;case 54:i.addMember(a[u-1],i.cleanupLabel(a[u]));break;case 57:this.$={id1:a[u-2],id2:a[u],relation:a[u-1],relationTitle1:"none",relationTitle2:"none"};break;case 58:this.$={id1:a[u-3],id2:a[u],relation:a[u-1],relationTitle1:a[u-2],relationTitle2:"none"};break;case 59:this.$={id1:a[u-3],id2:a[u],relation:a[u-2],relationTitle1:"none",relationTitle2:a[u-1]};break;case 60:this.$={id1:a[u-4],id2:a[u],relation:a[u-2],relationTitle1:a[u-3],relationTitle2:a[u-1]};break;case 61:i.addNote(a[u],a[u-1]);break;case 62:i.addNote(a[u]);break;case 63:this.$=a[u-2],i.defineClass(a[u-1],a[u]);break;case 65:this.$=a[u-2].concat([a[u]]);break;case 66:i.setDirection("TB");break;case 67:i.setDirection("BT");break;case 68:i.setDirection("RL");break;case 69:i.setDirection("LR");break;case 70:this.$={type1:a[u-2],type2:a[u],lineType:a[u-1]};break;case 71:this.$={type1:"none",type2:a[u],lineType:a[u-1]};break;case 72:this.$={type1:a[u-1],type2:"none",lineType:a[u]};break;case 73:this.$={type1:"none",type2:"none",lineType:a[u]};break;case 74:this.$=i.relationType.AGGREGATION;break;case 75:this.$=i.relationType.EXTENSION;break;case 76:this.$=i.relationType.COMPOSITION;break;case 77:this.$=i.relationType.DEPENDENCY;break;case 78:this.$=i.relationType.LOLLIPOP;break;case 79:this.$=i.lineType.LINE;break;case 80:this.$=i.lineType.DOTTED_LINE;break;case 81:case 87:this.$=a[u-2],i.setClickEvent(a[u-1],a[u]);break;case 82:case 88:this.$=a[u-3],i.setClickEvent(a[u-2],a[u-1]),i.setTooltip(a[u-2],a[u]);break;case 83:this.$=a[u-2],i.setLink(a[u-1],a[u]);break;case 84:this.$=a[u-3],i.setLink(a[u-2],a[u-1],a[u]);break;case 85:this.$=a[u-3],i.setLink(a[u-2],a[u-1]),i.setTooltip(a[u-2],a[u]);break;case 86:this.$=a[u-4],i.setLink(a[u-3],a[u-2],a[u]),i.setTooltip(a[u-3],a[u-1]);break;case 89:this.$=a[u-3],i.setClickEvent(a[u-2],a[u-1],a[u]);break;case 90:this.$=a[u-4],i.setClickEvent(a[u-3],a[u-2],a[u-1]),i.setTooltip(a[u-3],a[u]);break;case 91:this.$=a[u-3],i.setLink(a[u-2],a[u]);break;case 92:this.$=a[u-4],i.setLink(a[u-3],a[u-1],a[u]);break;case 93:this.$=a[u-4],i.setLink(a[u-3],a[u-1]),i.setTooltip(a[u-3],a[u]);break;case 94:this.$=a[u-5],i.setLink(a[u-4],a[u-2],a[u]),i.setTooltip(a[u-4],a[u-1]);break;case 95:this.$=a[u-2],i.setCssStyle(a[u-1],a[u]);break;case 96:i.setCssClass(a[u-1],a[u]);break;case 98:a[u-2].push(a[u]),this.$=a[u-2]}},"anonymous"),table:[{3:1,4:2,5:3,6:4,7:[1,6],10:5,16:39,17:40,19:21,21:7,23:8,24:9,25:10,26:11,27:12,28:13,29:14,30:15,31:16,32:17,33:e,35:s,37:i,38:22,42:n,43:23,46:a,49:r,51:u,52:l,54:c,56:h,57:d,60:p,62:A,63:y,64:g,65:m,75:C,76:b,78:E,82:T,83:k,86:f,100:D,102:F,103:B},{1:[3]},{1:[2,1]},{1:[2,2]},{1:[2,3]},t(_,[2,5],{8:[1,48]}),{8:[1,49]},t(S,[2,19],{22:[1,50]}),t(S,[2,21]),t(S,[2,22]),t(S,[2,23]),t(S,[2,24]),t(S,[2,25]),t(S,[2,26]),t(S,[2,27]),t(S,[2,28]),t(S,[2,29]),t(S,[2,30]),{34:[1,51]},{36:[1,52]},t(S,[2,33]),t(S,[2,53],{53:53,66:56,67:57,13:[1,54],22:[1,55],68:N,69:L,70:$,71:x,72:v,73:I,74:O}),{39:[1,65]},t(w,[2,40],{39:[1,67],44:[1,66]}),t(S,[2,55]),t(S,[2,56]),{16:68,60:p,86:f,100:D,102:F},{16:39,17:40,19:69,60:p,86:f,100:D,102:F,103:B},{16:39,17:40,19:70,60:p,86:f,100:D,102:F,103:B},{16:39,17:40,19:71,60:p,86:f,100:D,102:F,103:B},{60:[1,72]},{13:[1,73]},{16:39,17:40,19:74,60:p,86:f,100:D,102:F,103:B},{13:R,55:75},{58:77,60:[1,78]},t(S,[2,66]),t(S,[2,67]),t(S,[2,68]),t(S,[2,69]),t(P,[2,13],{16:39,17:40,19:80,18:[1,79],20:[1,81],60:p,86:f,100:D,102:F,103:B}),t(P,[2,15],{20:[1,82]}),{15:83,16:84,17:85,60:p,86:f,100:D,102:F,103:B},{16:39,17:40,19:86,60:p,86:f,100:D,102:F,103:B},t(K,[2,123]),t(K,[2,124]),t(K,[2,125]),t(K,[2,126]),t([1,8,9,12,13,20,22,39,41,44,68,69,70,71,72,73,74,79,81],[2,127]),t(_,[2,6],{10:5,21:7,23:8,24:9,25:10,26:11,27:12,28:13,29:14,30:15,31:16,32:17,19:21,38:22,43:23,16:39,17:40,5:87,33:e,35:s,37:i,42:n,46:a,49:r,51:u,52:l,54:c,56:h,57:d,60:p,62:A,63:y,64:g,65:m,75:C,76:b,78:E,82:T,83:k,86:f,100:D,102:F,103:B}),{5:88,10:5,16:39,17:40,19:21,21:7,23:8,24:9,25:10,26:11,27:12,28:13,29:14,30:15,31:16,32:17,33:e,35:s,37:i,38:22,42:n,43:23,46:a,49:r,51:u,52:l,54:c,56:h,57:d,60:p,62:A,63:y,64:g,65:m,75:C,76:b,78:E,82:T,83:k,86:f,100:D,102:F,103:B},t(S,[2,20]),t(S,[2,31]),t(S,[2,32]),{13:[1,90],16:39,17:40,19:89,60:p,86:f,100:D,102:F,103:B},{53:91,66:56,67:57,68:N,69:L,70:$,71:x,72:v,73:I,74:O},t(S,[2,54]),{67:92,73:I,74:O},t(M,[2,73],{66:93,68:N,69:L,70:$,71:x,72:v}),t(G,[2,74]),t(G,[2,75]),t(G,[2,76]),t(G,[2,77]),t(G,[2,78]),t(U,[2,79]),t(U,[2,80]),{8:[1,95],24:96,40:94,43:23,46:a},{16:97,60:p,86:f,100:D,102:F},{41:[1,99],45:98,51:Y},{50:[1,101]},{13:[1,102]},{13:[1,103]},{79:[1,104],81:[1,105]},{22:z,48:Q,59:106,60:j,82:W,84:107,85:108,86:X,87:V,88:q,89:H,90:J},{60:[1,118]},{13:R,55:119},t(S,[2,62]),t(S,[2,128]),{22:z,48:Q,59:120,60:j,61:[1,121],82:W,84:107,85:108,86:X,87:V,88:q,89:H,90:J},t(Z,[2,64]),{16:39,17:40,19:122,60:p,86:f,100:D,102:F,103:B},t(P,[2,16]),t(P,[2,17]),t(P,[2,18]),{39:[2,36]},{15:124,16:84,17:85,18:[1,123],39:[2,9],60:p,86:f,100:D,102:F,103:B},{39:[2,10]},t(tt,[2,45],{11:125,12:[1,126]}),t(_,[2,7]),{9:[1,127]},t(et,[2,57]),{16:39,17:40,19:128,60:p,86:f,100:D,102:F,103:B},{13:[1,130],16:39,17:40,19:129,60:p,86:f,100:D,102:F,103:B},t(M,[2,72],{66:131,68:N,69:L,70:$,71:x,72:v}),t(M,[2,71]),{41:[1,132]},{24:96,40:133,43:23,46:a},{8:[1,134],41:[2,37]},t(w,[2,41],{39:[1,135]}),{41:[1,136]},t(w,[2,43]),{41:[2,51],45:137,51:Y},{16:39,17:40,19:138,60:p,86:f,100:D,102:F,103:B},t(S,[2,81],{13:[1,139]}),t(S,[2,83],{13:[1,141],77:[1,140]}),t(S,[2,87],{13:[1,142],80:[1,143]}),{13:[1,144]},t(S,[2,95],{61:st}),t(it,[2,97],{85:146,22:z,48:Q,60:j,82:W,86:X,87:V,88:q,89:H,90:J}),t(nt,[2,99]),t(nt,[2,101]),t(nt,[2,102]),t(nt,[2,103]),t(nt,[2,104]),t(nt,[2,105]),t(nt,[2,106]),t(nt,[2,107]),t(nt,[2,108]),t(nt,[2,109]),t(S,[2,96]),t(S,[2,61]),t(S,[2,63],{61:st}),{60:[1,147]},t(P,[2,14]),{15:148,16:84,17:85,60:p,86:f,100:D,102:F,103:B},{39:[2,12]},t(tt,[2,46]),{13:[1,149]},{1:[2,4]},t(et,[2,59]),t(et,[2,58]),{16:39,17:40,19:150,60:p,86:f,100:D,102:F,103:B},t(M,[2,70]),t(S,[2,34]),{41:[1,151]},{24:96,40:152,41:[2,38],43:23,46:a},{45:153,51:Y},t(w,[2,42]),{41:[2,52]},t(S,[2,50]),t(S,[2,82]),t(S,[2,84]),t(S,[2,85],{77:[1,154]}),t(S,[2,88]),t(S,[2,89],{13:[1,155]}),t(S,[2,91],{13:[1,157],77:[1,156]}),{22:z,48:Q,60:j,82:W,84:158,85:108,86:X,87:V,88:q,89:H,90:J},t(nt,[2,100]),t(Z,[2,65]),{39:[2,11]},{14:[1,159]},t(et,[2,60]),t(S,[2,35]),{41:[2,39]},{41:[1,160]},t(S,[2,86]),t(S,[2,90]),t(S,[2,92]),t(S,[2,93],{77:[1,161]}),t(it,[2,98],{85:146,22:z,48:Q,60:j,82:W,86:X,87:V,88:q,89:H,90:J}),t(tt,[2,8]),t(w,[2,44]),t(S,[2,94])],defaultActions:{2:[2,1],3:[2,2],4:[2,3],83:[2,36],85:[2,10],124:[2,12],127:[2,4],137:[2,52],148:[2,11],152:[2,39]},parseError:(0,o.K2)(function(t,e){if(!e.recoverable){var s=new Error(t);throw s.hash=e,s}this.trace(t)},"parseError"),parse:(0,o.K2)(function(t){var e=this,s=[0],i=[],n=[null],a=[],r=this.table,u="",l=0,c=0,h=0,d=a.slice.call(arguments,1),p=Object.create(this.lexer),A={yy:{}};for(var y in this.yy)Object.prototype.hasOwnProperty.call(this.yy,y)&&(A.yy[y]=this.yy[y]);p.setInput(t,A.yy),A.yy.lexer=p,A.yy.parser=this,void 0===p.yylloc&&(p.yylloc={});var g=p.yylloc;a.push(g);var m=p.options&&p.options.ranges;function C(){var t;return"number"!=typeof(t=i.pop()||p.lex()||1)&&(t instanceof Array&&(t=(i=t).pop()),t=e.symbols_[t]||t),t}"function"==typeof A.yy.parseError?this.parseError=A.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError,(0,o.K2)(function(t){s.length=s.length-2*t,n.length=n.length-t,a.length=a.length-t},"popStack"),(0,o.K2)(C,"lex");for(var b,E,T,k,f,D,F,B,_,S={};;){if(T=s[s.length-1],this.defaultActions[T]?k=this.defaultActions[T]:(null==b&&(b=C()),k=r[T]&&r[T][b]),void 0===k||!k.length||!k[0]){var N="";for(D in _=[],r[T])this.terminals_[D]&&D>2&&_.push("'"+this.terminals_[D]+"'");N=p.showPosition?"Parse error on line "+(l+1)+":\n"+p.showPosition()+"\nExpecting "+_.join(", ")+", got '"+(this.terminals_[b]||b)+"'":"Parse error on line "+(l+1)+": Unexpected "+(1==b?"end of input":"'"+(this.terminals_[b]||b)+"'"),this.parseError(N,{text:p.match,token:this.terminals_[b]||b,line:p.yylineno,loc:g,expected:_})}if(k[0]instanceof Array&&k.length>1)throw new Error("Parse Error: multiple actions possible at state: "+T+", token: "+b);switch(k[0]){case 1:s.push(b),n.push(p.yytext),a.push(p.yylloc),s.push(k[1]),b=null,E?(b=E,E=null):(c=p.yyleng,u=p.yytext,l=p.yylineno,g=p.yylloc,h>0&&h--);break;case 2:if(F=this.productions_[k[1]][1],S.$=n[n.length-F],S._$={first_line:a[a.length-(F||1)].first_line,last_line:a[a.length-1].last_line,first_column:a[a.length-(F||1)].first_column,last_column:a[a.length-1].last_column},m&&(S._$.range=[a[a.length-(F||1)].range[0],a[a.length-1].range[1]]),void 0!==(f=this.performAction.apply(S,[u,c,l,A.yy,k[1],n,a].concat(d))))return f;F&&(s=s.slice(0,-1*F*2),n=n.slice(0,-1*F),a=a.slice(0,-1*F)),s.push(this.productions_[k[1]][0]),n.push(S.$),a.push(S._$),B=r[s[s.length-2]][s[s.length-1]],s.push(B);break;case 3:return!0}}return!0},"parse")},rt=function(){return{EOF:1,parseError:(0,o.K2)(function(t,e){if(!this.yy.parser)throw new Error(t);this.yy.parser.parseError(t,e)},"parseError"),setInput:(0,o.K2)(function(t,e){return this.yy=e||this.yy||{},this._input=t,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},"setInput"),input:(0,o.K2)(function(){var t=this._input[0];return this.yytext+=t,this.yyleng++,this.offset++,this.match+=t,this.matched+=t,t.match(/(?:\r\n?|\n).*/g)?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),t},"input"),unput:(0,o.K2)(function(t){var e=t.length,s=t.split(/(?:\r\n?|\n)/g);this._input=t+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-e),this.offset-=e;var i=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),s.length-1&&(this.yylineno-=s.length-1);var n=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:s?(s.length===i.length?this.yylloc.first_column:0)+i[i.length-s.length].length-s[0].length:this.yylloc.first_column-e},this.options.ranges&&(this.yylloc.range=[n[0],n[0]+this.yyleng-e]),this.yyleng=this.yytext.length,this},"unput"),more:(0,o.K2)(function(){return this._more=!0,this},"more"),reject:(0,o.K2)(function(){return this.options.backtrack_lexer?(this._backtrack=!0,this):this.parseError("Lexical error on line "+(this.yylineno+1)+". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},"reject"),less:(0,o.K2)(function(t){this.unput(this.match.slice(t))},"less"),pastInput:(0,o.K2)(function(){var t=this.matched.substr(0,this.matched.length-this.match.length);return(t.length>20?"...":"")+t.substr(-20).replace(/\n/g,"")},"pastInput"),upcomingInput:(0,o.K2)(function(){var t=this.match;return t.length<20&&(t+=this._input.substr(0,20-t.length)),(t.substr(0,20)+(t.length>20?"...":"")).replace(/\n/g,"")},"upcomingInput"),showPosition:(0,o.K2)(function(){var t=this.pastInput(),e=new Array(t.length+1).join("-");return t+this.upcomingInput()+"\n"+e+"^"},"showPosition"),test_match:(0,o.K2)(function(t,e){var s,i,n;if(this.options.backtrack_lexer&&(n={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(n.yylloc.range=this.yylloc.range.slice(0))),(i=t[0].match(/(?:\r\n?|\n).*/g))&&(this.yylineno+=i.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:i?i[i.length-1].length-i[i.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+t[0].length},this.yytext+=t[0],this.match+=t[0],this.matches=t,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(t[0].length),this.matched+=t[0],s=this.performAction.call(this,this.yy,this,e,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),s)return s;if(this._backtrack){for(var a in n)this[a]=n[a];return!1}return!1},"test_match"),next:(0,o.K2)(function(){if(this.done)return this.EOF;var t,e,s,i;this._input||(this.done=!0),this._more||(this.yytext="",this.match="");for(var n=this._currentRules(),a=0;a<n.length;a++)if((s=this._input.match(this.rules[n[a]]))&&(!e||s[0].length>e[0].length)){if(e=s,i=a,this.options.backtrack_lexer){if(!1!==(t=this.test_match(s,n[a])))return t;if(this._backtrack){e=!1;continue}return!1}if(!this.options.flex)break}return e?!1!==(t=this.test_match(e,n[i]))&&t:""===this._input?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:(0,o.K2)(function(){var t=this.next();return t||this.lex()},"lex"),begin:(0,o.K2)(function(t){this.conditionStack.push(t)},"begin"),popState:(0,o.K2)(function(){return this.conditionStack.length-1>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:(0,o.K2)(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:(0,o.K2)(function(t){return(t=this.conditionStack.length-1-Math.abs(t||0))>=0?this.conditionStack[t]:"INITIAL"},"topState"),pushState:(0,o.K2)(function(t){this.begin(t)},"pushState"),stateStackSize:(0,o.K2)(function(){return this.conditionStack.length},"stateStackSize"),options:{},performAction:(0,o.K2)(function(t,e,s,i){switch(s){case 0:return 62;case 1:return 63;case 2:return 64;case 3:return 65;case 4:case 5:case 14:case 31:case 36:case 40:case 47:break;case 6:return this.begin("acc_title"),33;case 7:return this.popState(),"acc_title_value";case 8:return this.begin("acc_descr"),35;case 9:return this.popState(),"acc_descr_value";case 10:this.begin("acc_descr_multiline");break;case 11:case 19:case 22:case 24:case 58:case 61:this.popState();break;case 12:return"acc_descr_multiline_value";case 13:case 35:return 8;case 15:case 16:return 7;case 17:case 37:case 45:return"EDGE_STATE";case 18:this.begin("callback_name");break;case 20:this.popState(),this.begin("callback_args");break;case 21:return 79;case 23:return 80;case 25:return"STR";case 26:this.begin("string");break;case 27:return 82;case 28:return 57;case 29:return this.begin("namespace"),42;case 30:case 39:return this.popState(),8;case 32:return this.begin("namespace-body"),39;case 33:case 43:return this.popState(),41;case 34:case 44:return"EOF_IN_STRUCT";case 38:return this.begin("class"),46;case 41:return this.popState(),this.popState(),41;case 42:return this.begin("class-body"),39;case 46:return"OPEN_IN_STRUCT";case 48:return"MEMBER";case 49:return 83;case 50:return 75;case 51:return 76;case 52:return 78;case 53:return 54;case 54:return 56;case 55:return 49;case 56:return 50;case 57:return 81;case 59:return"GENERICTYPE";case 60:this.begin("generic");break;case 62:return"BQUOTE_STR";case 63:this.begin("bqstring");break;case 64:case 65:case 66:case 67:return 77;case 68:case 69:return 69;case 70:case 71:return 71;case 72:return 70;case 73:return 68;case 74:return 72;case 75:return 73;case 76:return 74;case 77:return 22;case 78:return 44;case 79:return 100;case 80:return 18;case 81:return"PLUS";case 82:return 87;case 83:return 61;case 84:case 85:return 89;case 86:return 90;case 87:case 88:return"EQUALS";case 89:return 60;case 90:return 12;case 91:return 14;case 92:return"PUNCTUATION";case 93:return 86;case 94:return 102;case 95:case 96:return 48;case 97:return 9}},"anonymous"),rules:[/^(?:.*direction\s+TB[^\n]*)/,/^(?:.*direction\s+BT[^\n]*)/,/^(?:.*direction\s+RL[^\n]*)/,/^(?:.*direction\s+LR[^\n]*)/,/^(?:%%(?!\{)*[^\n]*(\r?\n?)+)/,/^(?:%%[^\n]*(\r?\n)*)/,/^(?:accTitle\s*:\s*)/,/^(?:(?!\n||)*[^\n]*)/,/^(?:accDescr\s*:\s*)/,/^(?:(?!\n||)*[^\n]*)/,/^(?:accDescr\s*\{\s*)/,/^(?:[\}])/,/^(?:[^\}]*)/,/^(?:\s*(\r?\n)+)/,/^(?:\s+)/,/^(?:classDiagram-v2\b)/,/^(?:classDiagram\b)/,/^(?:\[\*\])/,/^(?:call[\s]+)/,/^(?:\([\s]*\))/,/^(?:\()/,/^(?:[^(]*)/,/^(?:\))/,/^(?:[^)]*)/,/^(?:["])/,/^(?:[^"]*)/,/^(?:["])/,/^(?:style\b)/,/^(?:classDef\b)/,/^(?:namespace\b)/,/^(?:\s*(\r?\n)+)/,/^(?:\s+)/,/^(?:[{])/,/^(?:[}])/,/^(?:$)/,/^(?:\s*(\r?\n)+)/,/^(?:\s+)/,/^(?:\[\*\])/,/^(?:class\b)/,/^(?:\s*(\r?\n)+)/,/^(?:\s+)/,/^(?:[}])/,/^(?:[{])/,/^(?:[}])/,/^(?:$)/,/^(?:\[\*\])/,/^(?:[{])/,/^(?:[\n])/,/^(?:[^{}\n]*)/,/^(?:cssClass\b)/,/^(?:callback\b)/,/^(?:link\b)/,/^(?:click\b)/,/^(?:note for\b)/,/^(?:note\b)/,/^(?:<<)/,/^(?:>>)/,/^(?:href\b)/,/^(?:[~])/,/^(?:[^~]*)/,/^(?:~)/,/^(?:[`])/,/^(?:[^`]+)/,/^(?:[`])/,/^(?:_self\b)/,/^(?:_blank\b)/,/^(?:_parent\b)/,/^(?:_top\b)/,/^(?:\s*<\|)/,/^(?:\s*\|>)/,/^(?:\s*>)/,/^(?:\s*<)/,/^(?:\s*\*)/,/^(?:\s*o\b)/,/^(?:\s*\(\))/,/^(?:--)/,/^(?:\.\.)/,/^(?::{1}[^:\n;]+)/,/^(?::{3})/,/^(?:-)/,/^(?:\.)/,/^(?:\+)/,/^(?::)/,/^(?:,)/,/^(?:#)/,/^(?:#)/,/^(?:%)/,/^(?:=)/,/^(?:=)/,/^(?:\w+)/,/^(?:\[)/,/^(?:\])/,/^(?:[!"#$%&'*+,-.`?\\/])/,/^(?:[0-9]+)/,/^(?:[\u00AA\u00B5\u00BA\u00C0-\u00D6\u00D8-\u00F6]|[\u00F8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377]|[\u037A-\u037D\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5]|[\u03F7-\u0481\u048A-\u0527\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA]|[\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE]|[\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA]|[\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0]|[\u08A2-\u08AC\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0977]|[\u0979-\u097F\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2]|[\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A]|[\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39]|[\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8]|[\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0B05-\u0B0C]|[\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C]|[\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99]|[\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0]|[\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C3D]|[\u0C58\u0C59\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3]|[\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10]|[\u0D12-\u0D3A\u0D3D\u0D4E\u0D60\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1]|[\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81]|[\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3]|[\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6]|[\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A]|[\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081]|[\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D]|[\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0]|[\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310]|[\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F4\u1401-\u166C]|[\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u1700-\u170C\u170E-\u1711]|[\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7]|[\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191C]|[\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19C1-\u19C7\u1A00-\u1A16]|[\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF]|[\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC]|[\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D]|[\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D]|[\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3]|[\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F]|[\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128]|[\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184]|[\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3]|[\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6]|[\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE]|[\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C]|[\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D]|[\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC]|[\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B]|[\uA640-\uA66E\uA67F-\uA697\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788]|[\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA801\uA803-\uA805]|[\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB]|[\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uAA00-\uAA28]|[\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA80-\uAAAF\uAAB1\uAAB5]|[\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4]|[\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E]|[\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D]|[\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36]|[\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D]|[\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC]|[\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF]|[\uFFD2-\uFFD7\uFFDA-\uFFDC])/,/^(?:\s)/,/^(?:\s)/,/^(?:$)/],conditions:{"namespace-body":{rules:[26,33,34,35,36,37,38,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},namespace:{rules:[26,29,30,31,32,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},"class-body":{rules:[26,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},class:{rules:[26,39,40,41,42,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},acc_descr_multiline:{rules:[11,12,26,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},acc_descr:{rules:[9,26,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},acc_title:{rules:[7,26,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},callback_args:{rules:[22,23,26,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},callback_name:{rules:[19,20,21,26,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},href:{rules:[26,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},struct:{rules:[26,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},generic:{rules:[26,49,50,51,52,53,54,55,56,57,58,59,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},bqstring:{rules:[26,49,50,51,52,53,54,55,56,57,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},string:{rules:[24,25,26,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},INITIAL:{rules:[0,1,2,3,4,5,6,8,10,13,14,15,16,17,18,26,27,28,29,38,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97],inclusive:!0}}}}();function ut(){this.yy={}}return at.lexer=rt,(0,o.K2)(ut,"Parser"),ut.prototype=at,at.Parser=ut,new ut}();h.parser=h;var d=h,p=["#","+","~","-",""],A=class{static{(0,o.K2)(this,"ClassMember")}constructor(t,e){this.memberType=e,this.visibility="",this.classifier="",this.text="";const s=(0,l.jZ)(t,(0,l.D7)());this.parseMember(s)}getDisplayDetails(){let t=this.visibility+(0,l.QO)(this.id);"method"===this.memberType&&(t+=`(${(0,l.QO)(this.parameters.trim())})`,this.returnType&&(t+=" : "+(0,l.QO)(this.returnType))),t=t.trim();return{displayText:t,cssStyle:this.parseClassifier()}}parseMember(t){let e="";if("method"===this.memberType){const s=/([#+~-])?(.+)\((.*)\)([\s$*])?(.*)([$*])?/.exec(t);if(s){const t=s[1]?s[1].trim():"";if(p.includes(t)&&(this.visibility=t),this.id=s[2],this.parameters=s[3]?s[3].trim():"",e=s[4]?s[4].trim():"",this.returnType=s[5]?s[5].trim():"",""===e){const t=this.returnType.substring(this.returnType.length-1);/[$*]/.exec(t)&&(e=t,this.returnType=this.returnType.substring(0,this.returnType.length-1))}}}else{const s=t.length,i=t.substring(0,1),n=t.substring(s-1);p.includes(i)&&(this.visibility=i),/[$*]/.exec(n)&&(e=n),this.id=t.substring(""===this.visibility?0:1,""===e?s:s-1)}this.classifier=e,this.id=this.id.startsWith(" ")?" "+this.id.trim():this.id.trim();const s=`${this.visibility?"\\"+this.visibility:""}${(0,l.QO)(this.id)}${"method"===this.memberType?`(${(0,l.QO)(this.parameters)})${this.returnType?" : "+(0,l.QO)(this.returnType):""}`:""}`;this.text=s.replaceAll("<","&lt;").replaceAll(">","&gt;"),this.text.startsWith("\\&lt;")&&(this.text=this.text.replace("\\&lt;","~"))}parseClassifier(){switch(this.classifier){case"*":return"font-style:italic;";case"$":return"text-decoration:underline;";default:return""}}},y="classId-",g=0,m=(0,o.K2)(t=>l.Y2.sanitizeText(t,(0,l.D7)()),"sanitizeText"),C=class{constructor(){this.relations=[],this.classes=new Map,this.styleClasses=new Map,this.notes=[],this.interfaces=[],this.namespaces=new Map,this.namespaceCounter=0,this.functions=[],this.lineType={LINE:0,DOTTED_LINE:1},this.relationType={AGGREGATION:0,EXTENSION:1,COMPOSITION:2,DEPENDENCY:3,LOLLIPOP:4},this.setupToolTips=(0,o.K2)(t=>{let e=(0,c.Ltv)(".mermaidTooltip");null===(e._groups||e)[0][0]&&(e=(0,c.Ltv)("body").append("div").attr("class","mermaidTooltip").style("opacity",0));(0,c.Ltv)(t).select("svg").selectAll("g.node").on("mouseover",t=>{const s=(0,c.Ltv)(t.currentTarget);if(null===s.attr("title"))return;const i=this.getBoundingClientRect();e.transition().duration(200).style("opacity",".9"),e.text(s.attr("title")).style("left",window.scrollX+i.left+(i.right-i.left)/2+"px").style("top",window.scrollY+i.top-14+document.body.scrollTop+"px"),e.html(e.html().replace(/&lt;br\/&gt;/g,"<br/>")),s.classed("hover",!0)}).on("mouseout",t=>{e.transition().duration(500).style("opacity",0);(0,c.Ltv)(t.currentTarget).classed("hover",!1)})},"setupToolTips"),this.direction="TB",this.setAccTitle=l.SV,this.getAccTitle=l.iN,this.setAccDescription=l.EI,this.getAccDescription=l.m7,this.setDiagramTitle=l.ke,this.getDiagramTitle=l.ab,this.getConfig=(0,o.K2)(()=>(0,l.D7)().class,"getConfig"),this.functions.push(this.setupToolTips.bind(this)),this.clear(),this.addRelation=this.addRelation.bind(this),this.addClassesToNamespace=this.addClassesToNamespace.bind(this),this.addNamespace=this.addNamespace.bind(this),this.setCssClass=this.setCssClass.bind(this),this.addMembers=this.addMembers.bind(this),this.addClass=this.addClass.bind(this),this.setClassLabel=this.setClassLabel.bind(this),this.addAnnotation=this.addAnnotation.bind(this),this.addMember=this.addMember.bind(this),this.cleanupLabel=this.cleanupLabel.bind(this),this.addNote=this.addNote.bind(this),this.defineClass=this.defineClass.bind(this),this.setDirection=this.setDirection.bind(this),this.setLink=this.setLink.bind(this),this.bindFunctions=this.bindFunctions.bind(this),this.clear=this.clear.bind(this),this.setTooltip=this.setTooltip.bind(this),this.setClickEvent=this.setClickEvent.bind(this),this.setCssStyle=this.setCssStyle.bind(this)}static{(0,o.K2)(this,"ClassDB")}splitClassNameAndType(t){const e=l.Y2.sanitizeText(t,(0,l.D7)());let s="",i=e;if(e.indexOf("~")>0){const t=e.split("~");i=m(t[0]),s=m(t[1])}return{className:i,type:s}}setClassLabel(t,e){const s=l.Y2.sanitizeText(t,(0,l.D7)());e&&(e=m(e));const{className:i}=this.splitClassNameAndType(s);this.classes.get(i).label=e,this.classes.get(i).text=`${e}${this.classes.get(i).type?`<${this.classes.get(i).type}>`:""}`}addClass(t){const e=l.Y2.sanitizeText(t,(0,l.D7)()),{className:s,type:i}=this.splitClassNameAndType(e);if(this.classes.has(s))return;const n=l.Y2.sanitizeText(s,(0,l.D7)());this.classes.set(n,{id:n,type:i,label:n,text:`${n}${i?`&lt;${i}&gt;`:""}`,shape:"classBox",cssClasses:"default",methods:[],members:[],annotations:[],styles:[],domId:y+n+"-"+g}),g++}addInterface(t,e){const s={id:`interface${this.interfaces.length}`,label:t,classId:e};this.interfaces.push(s)}lookUpDomId(t){const e=l.Y2.sanitizeText(t,(0,l.D7)());if(this.classes.has(e))return this.classes.get(e).domId;throw new Error("Class not found: "+e)}clear(){this.relations=[],this.classes=new Map,this.notes=[],this.interfaces=[],this.functions=[],this.functions.push(this.setupToolTips.bind(this)),this.namespaces=new Map,this.namespaceCounter=0,this.direction="TB",(0,l.IU)()}getClass(t){return this.classes.get(t)}getClasses(){return this.classes}getRelations(){return this.relations}getNotes(){return this.notes}addRelation(t){o.Rm.debug("Adding relation: "+JSON.stringify(t));const e=[this.relationType.LOLLIPOP,this.relationType.AGGREGATION,this.relationType.COMPOSITION,this.relationType.DEPENDENCY,this.relationType.EXTENSION];t.relation.type1!==this.relationType.LOLLIPOP||e.includes(t.relation.type2)?t.relation.type2!==this.relationType.LOLLIPOP||e.includes(t.relation.type1)?(this.addClass(t.id1),this.addClass(t.id2)):(this.addClass(t.id1),this.addInterface(t.id2,t.id1),t.id2="interface"+(this.interfaces.length-1)):(this.addClass(t.id2),this.addInterface(t.id1,t.id2),t.id1="interface"+(this.interfaces.length-1)),t.id1=this.splitClassNameAndType(t.id1).className,t.id2=this.splitClassNameAndType(t.id2).className,t.relationTitle1=l.Y2.sanitizeText(t.relationTitle1.trim(),(0,l.D7)()),t.relationTitle2=l.Y2.sanitizeText(t.relationTitle2.trim(),(0,l.D7)()),this.relations.push(t)}addAnnotation(t,e){const s=this.splitClassNameAndType(t).className;this.classes.get(s).annotations.push(e)}addMember(t,e){this.addClass(t);const s=this.splitClassNameAndType(t).className,i=this.classes.get(s);if("string"==typeof e){const t=e.trim();t.startsWith("<<")&&t.endsWith(">>")?i.annotations.push(m(t.substring(2,t.length-2))):t.indexOf(")")>0?i.methods.push(new A(t,"method")):t&&i.members.push(new A(t,"attribute"))}}addMembers(t,e){Array.isArray(e)&&(e.reverse(),e.forEach(e=>this.addMember(t,e)))}addNote(t,e){const s={id:`note${this.notes.length}`,class:e,text:t};this.notes.push(s)}cleanupLabel(t){return t.startsWith(":")&&(t=t.substring(1)),m(t.trim())}setCssClass(t,e){t.split(",").forEach(t=>{let s=t;/\d/.exec(t[0])&&(s=y+s);const i=this.classes.get(s);i&&(i.cssClasses+=" "+e)})}defineClass(t,e){for(const s of t){let t=this.styleClasses.get(s);void 0===t&&(t={id:s,styles:[],textStyles:[]},this.styleClasses.set(s,t)),e&&e.forEach(e=>{if(/color/.exec(e)){const s=e.replace("fill","bgFill");t.textStyles.push(s)}t.styles.push(e)}),this.classes.forEach(t=>{t.cssClasses.includes(s)&&t.styles.push(...e.flatMap(t=>t.split(",")))})}}setTooltip(t,e){t.split(",").forEach(t=>{void 0!==e&&(this.classes.get(t).tooltip=m(e))})}getTooltip(t,e){return e&&this.namespaces.has(e)?this.namespaces.get(e).classes.get(t).tooltip:this.classes.get(t).tooltip}setLink(t,e,s){const i=(0,l.D7)();t.split(",").forEach(t=>{let n=t;/\d/.exec(t[0])&&(n=y+n);const a=this.classes.get(n);a&&(a.link=u._K.formatUrl(e,i),"sandbox"===i.securityLevel?a.linkTarget="_top":a.linkTarget="string"==typeof s?m(s):"_blank")}),this.setCssClass(t,"clickable")}setClickEvent(t,e,s){t.split(",").forEach(t=>{this.setClickFunc(t,e,s),this.classes.get(t).haveCallback=!0}),this.setCssClass(t,"clickable")}setClickFunc(t,e,s){const i=l.Y2.sanitizeText(t,(0,l.D7)());if("loose"!==(0,l.D7)().securityLevel)return;if(void 0===e)return;const n=i;if(this.classes.has(n)){const t=this.lookUpDomId(n);let i=[];if("string"==typeof s){i=s.split(/,(?=(?:(?:[^"]*"){2})*[^"]*$)/);for(let t=0;t<i.length;t++){let e=i[t].trim();e.startsWith('"')&&e.endsWith('"')&&(e=e.substr(1,e.length-2)),i[t]=e}}0===i.length&&i.push(t),this.functions.push(()=>{const s=document.querySelector(`[id="${t}"]`);null!==s&&s.addEventListener("click",()=>{u._K.runFunc(e,...i)},!1)})}}bindFunctions(t){this.functions.forEach(e=>{e(t)})}getDirection(){return this.direction}setDirection(t){this.direction=t}addNamespace(t){this.namespaces.has(t)||(this.namespaces.set(t,{id:t,classes:new Map,children:{},domId:y+t+"-"+this.namespaceCounter}),this.namespaceCounter++)}getNamespace(t){return this.namespaces.get(t)}getNamespaces(){return this.namespaces}addClassesToNamespace(t,e){if(this.namespaces.has(t))for(const s of e){const{className:e}=this.splitClassNameAndType(s);this.classes.get(e).parent=t,this.namespaces.get(t).classes.set(e,this.classes.get(e))}}setCssStyle(t,e){const s=this.classes.get(t);if(e&&s)for(const i of e)i.includes(",")?s.styles.push(...i.split(",")):s.styles.push(i)}getArrowMarker(t){let e;switch(t){case 0:e="aggregation";break;case 1:e="extension";break;case 2:e="composition";break;case 3:e="dependency";break;case 4:e="lollipop";break;default:e="none"}return e}getData(){const t=[],e=[],s=(0,l.D7)();for(const n of this.namespaces.keys()){const e=this.namespaces.get(n);if(e){const i={id:e.id,label:e.id,isGroup:!0,padding:s.class.padding??16,shape:"rect",cssStyles:["fill: none","stroke: black"],look:s.look};t.push(i)}}for(const n of this.classes.keys()){const e=this.classes.get(n);if(e){const i=e;i.parentId=e.parent,i.look=s.look,t.push(i)}}let i=0;for(const n of this.notes){i++;const a={id:n.id,label:n.text,isGroup:!1,shape:"note",padding:s.class.padding??6,cssStyles:["text-align: left","white-space: nowrap",`fill: ${s.themeVariables.noteBkgColor}`,`stroke: ${s.themeVariables.noteBorderColor}`],look:s.look};t.push(a);const r=this.classes.get(n.class)?.id??"";if(r){const t={id:`edgeNote${i}`,start:n.id,end:r,type:"normal",thickness:"normal",classes:"relation",arrowTypeStart:"none",arrowTypeEnd:"none",arrowheadStyle:"",labelStyle:[""],style:["fill: none"],pattern:"dotted",look:s.look};e.push(t)}}for(const n of this.interfaces){const e={id:n.id,label:n.label,isGroup:!1,shape:"rect",cssStyles:["opacity: 0;"],look:s.look};t.push(e)}i=0;for(const n of this.relations){i++;const t={id:(0,u.rY)(n.id1,n.id2,{prefix:"id",counter:i}),start:n.id1,end:n.id2,type:"normal",label:n.title,labelpos:"c",thickness:"normal",classes:"relation",arrowTypeStart:this.getArrowMarker(n.relation.type1),arrowTypeEnd:this.getArrowMarker(n.relation.type2),startLabelRight:"none"===n.relationTitle1?"":n.relationTitle1,endLabelLeft:"none"===n.relationTitle2?"":n.relationTitle2,arrowheadStyle:"",labelStyle:["display: inline-block"],style:n.style||"",pattern:1==n.relation.lineType?"dashed":"solid",look:s.look};e.push(t)}return{nodes:t,edges:e,other:{},config:s,direction:this.getDirection()}}},b=(0,o.K2)(t=>`g.classGroup text {\n fill: ${t.nodeBorder||t.classText};\n stroke: none;\n font-family: ${t.fontFamily};\n font-size: 10px;\n\n .title {\n font-weight: bolder;\n }\n\n}\n\n.nodeLabel, .edgeLabel {\n color: ${t.classText};\n}\n.edgeLabel .label rect {\n fill: ${t.mainBkg};\n}\n.label text {\n fill: ${t.classText};\n}\n\n.labelBkg {\n background: ${t.mainBkg};\n}\n.edgeLabel .label span {\n background: ${t.mainBkg};\n}\n\n.classTitle {\n font-weight: bolder;\n}\n.node rect,\n .node circle,\n .node ellipse,\n .node polygon,\n .node path {\n fill: ${t.mainBkg};\n stroke: ${t.nodeBorder};\n stroke-width: 1px;\n }\n\n\n.divider {\n stroke: ${t.nodeBorder};\n stroke-width: 1;\n}\n\ng.clickable {\n cursor: pointer;\n}\n\ng.classGroup rect {\n fill: ${t.mainBkg};\n stroke: ${t.nodeBorder};\n}\n\ng.classGroup line {\n stroke: ${t.nodeBorder};\n stroke-width: 1;\n}\n\n.classLabel .box {\n stroke: none;\n stroke-width: 0;\n fill: ${t.mainBkg};\n opacity: 0.5;\n}\n\n.classLabel .label {\n fill: ${t.nodeBorder};\n font-size: 10px;\n}\n\n.relation {\n stroke: ${t.lineColor};\n stroke-width: 1;\n fill: none;\n}\n\n.dashed-line{\n stroke-dasharray: 3;\n}\n\n.dotted-line{\n stroke-dasharray: 1 2;\n}\n\n#compositionStart, .composition {\n fill: ${t.lineColor} !important;\n stroke: ${t.lineColor} !important;\n stroke-width: 1;\n}\n\n#compositionEnd, .composition {\n fill: ${t.lineColor} !important;\n stroke: ${t.lineColor} !important;\n stroke-width: 1;\n}\n\n#dependencyStart, .dependency {\n fill: ${t.lineColor} !important;\n stroke: ${t.lineColor} !important;\n stroke-width: 1;\n}\n\n#dependencyStart, .dependency {\n fill: ${t.lineColor} !important;\n stroke: ${t.lineColor} !important;\n stroke-width: 1;\n}\n\n#extensionStart, .extension {\n fill: transparent !important;\n stroke: ${t.lineColor} !important;\n stroke-width: 1;\n}\n\n#extensionEnd, .extension {\n fill: transparent !important;\n stroke: ${t.lineColor} !important;\n stroke-width: 1;\n}\n\n#aggregationStart, .aggregation {\n fill: transparent !important;\n stroke: ${t.lineColor} !important;\n stroke-width: 1;\n}\n\n#aggregationEnd, .aggregation {\n fill: transparent !important;\n stroke: ${t.lineColor} !important;\n stroke-width: 1;\n}\n\n#lollipopStart, .lollipop {\n fill: ${t.mainBkg} !important;\n stroke: ${t.lineColor} !important;\n stroke-width: 1;\n}\n\n#lollipopEnd, .lollipop {\n fill: ${t.mainBkg} !important;\n stroke: ${t.lineColor} !important;\n stroke-width: 1;\n}\n\n.edgeTerminals {\n font-size: 11px;\n line-height: initial;\n}\n\n.classTitleText {\n text-anchor: middle;\n font-size: 18px;\n fill: ${t.textColor};\n}\n ${(0,i.o)()}\n`,"getStyles"),E=(0,o.K2)((t,e="TB")=>{if(!t.doc)return e;let s=e;for(const i of t.doc)"dir"===i.stmt&&(s=i.value);return s},"getDir"),T={getClasses:(0,o.K2)(function(t,e){return e.db.getClasses()},"getClasses"),draw:(0,o.K2)(async function(t,e,s,i){o.Rm.info("REF0:"),o.Rm.info("Drawing class diagram (v3)",e);const{securityLevel:c,state:h,layout:d}=(0,l.D7)(),p=i.db.getData(),A=(0,n.A)(e,c);p.type=i.type,p.layoutAlgorithm=(0,r.q7)(d),p.nodeSpacing=h?.nodeSpacing||50,p.rankSpacing=h?.rankSpacing||50,p.markers=["aggregation","extension","composition","dependency","lollipop"],p.diagramId=e,await(0,r.XX)(p,A);u._K.insertTitle(A,"classDiagramTitleText",h?.titleTopMargin??25,i.db.getDiagramTitle()),(0,a.P)(A,8,"classDiagram",h?.useMaxWidth??!0)},"draw"),getDir:E}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[2129],{77595:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>c,contentTitle:()=>a,default:()=>d,frontMatter:()=>o,metadata:()=>r,toc:()=>l});const r=JSON.parse('{"id":"api/type-aliases/BorrowerContacts","title":"BorrowerContacts","description":"Properties","source":"@site/docs/api/type-aliases/BorrowerContacts.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/BorrowerContacts","permalink":"/scripting-object/api/type-aliases/BorrowerContacts","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/BorrowerContacts.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"BAEvent","permalink":"/scripting-object/api/type-aliases/BAEvent"},"next":{"title":"BusinessContacts","permalink":"/scripting-object/api/type-aliases/BusinessContacts"}}');var n=s(86070),i=s(90116);const o={},a="BorrowerContacts",c={},l=[{value:"Properties",id:"properties",level:2},{value:"access",id:"access",level:3},{value:"rights",id:"rights",level:3}];function p(e){const t={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",pre:"pre",...(0,i.R)(),...e.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(t.header,{children:(0,n.jsx)(t.h1,{id:"borrowercontacts",children:"BorrowerContacts"})}),"\n",(0,n.jsx)(t.pre,{children:(0,n.jsx)(t.code,{className:"language-ts",children:"type BorrowerContacts = {\n access: boolean;\n rights: string[];\n};\n"})}),"\n",(0,n.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,n.jsx)(t.h3,{id:"access",children:"access"}),"\n",(0,n.jsx)(t.pre,{children:(0,n.jsx)(t.code,{className:"language-ts",children:"access: boolean;\n"})}),"\n",(0,n.jsx)(t.hr,{}),"\n",(0,n.jsx)(t.h3,{id:"rights",children:"rights"}),"\n",(0,n.jsx)(t.pre,{children:(0,n.jsx)(t.code,{className:"language-ts",children:"rights: string[];\n"})})]})}function d(e={}){const{wrapper:t}={...(0,i.R)(),...e.components};return t?(0,n.jsx)(t,{...e,children:(0,n.jsx)(p,{...e})}):p(e)}},90116:(e,t,s)=>{s.d(t,{R:()=>o,x:()=>a});var r=s(30758);const n={},i=r.createContext(n);function o(e){const t=r.useContext(i);return r.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(n):e.components||n:o(e.components),r.createElement(i.Provider,{value:t},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[2349],{27510:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>d,contentTitle:()=>c,default:()=>a,frontMatter:()=>l,metadata:()=>s,toc:()=>h});const s=JSON.parse('{"id":"Objects/http","title":"Http","description":"API Definition","source":"@site/docs/Objects/http.md","sourceDirName":"Objects","slug":"/Objects/http","permalink":"/scripting-object/Objects/http","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/Objects/http.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"Global","permalink":"/scripting-object/Objects/global"},"next":{"title":"Loan","permalink":"/scripting-object/Objects/loan"}}');var r=n(86070),i=n(90116);const l={},c="Http",d={},h=[{value:"Methods",id:"methods",level:2},{value:"Events",id:"events",level:2}];function x(e){const t={a:"a",em:"em",h1:"h1",h2:"h2",header:"header",p:"p",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,i.R)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(t.header,{children:(0,r.jsx)(t.h1,{id:"http",children:"Http"})}),"\n",(0,r.jsx)(t.p,{children:(0,r.jsx)(t.a,{href:"../api/interfaces/IHttp",children:"API Definition"})}),"\n",(0,r.jsx)(t.h2,{id:"methods",children:"Methods"}),"\n",(0,r.jsxs)(t.table,{children:[(0,r.jsx)(t.thead,{children:(0,r.jsxs)(t.tr,{children:[(0,r.jsx)(t.th,{style:{textAlign:"center"},children:"Method"}),(0,r.jsx)(t.th,{style:{textAlign:"center"},children:"Encompass"}),(0,r.jsx)(t.th,{style:{textAlign:"center"},children:"Encompass Web"}),(0,r.jsx)(t.th,{style:{textAlign:"center"},children:"TPO"}),(0,r.jsx)(t.th,{style:{textAlign:"center"},children:"Consumer Connect"}),(0,r.jsx)(t.th,{children:"Notes"})]})}),(0,r.jsxs)(t.tbody,{children:[(0,r.jsxs)(t.tr,{children:[(0,r.jsx)(t.td,{style:{textAlign:"center"},children:(0,r.jsx)(t.a,{href:"../api/interfaces/IHttp#delete",children:"delete"})}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u25cb"}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,r.jsxs)(t.td,{children:[(0,r.jsx)(t.em,{children:"Encomass Web"})," - Refer notes in get section"]})]}),(0,r.jsxs)(t.tr,{children:[(0,r.jsx)(t.td,{style:{textAlign:"center"},children:(0,r.jsx)(t.a,{href:"../api/interfaces/IHttp#get",children:"get"})}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u25cb"}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,r.jsxs)(t.td,{children:[(0,r.jsx)(t.em,{children:"Encompass Web"})," -<br />PUI scripting object - <br />headersOrAccessToken parameter type is HeadersInt<br />Encompass Web uses -> interface Headers {<br />append(name: string, value: string): void;<br />delete(name: string): void;<br />get(name: string): string | null;<br />has(name: string): boolean;<br />set(name: string, value: string): void;<br />"]})]}),(0,r.jsxs)(t.tr,{children:[(0,r.jsx)(t.td,{style:{textAlign:"center"},children:(0,r.jsx)(t.a,{href:"../api/interfaces/IHttp#patch",children:"patch"})}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u25cb"}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,r.jsxs)(t.td,{children:[(0,r.jsx)(t.em,{children:"Encomass Web"})," - Refer notes in get section"]})]}),(0,r.jsxs)(t.tr,{children:[(0,r.jsx)(t.td,{style:{textAlign:"center"},children:(0,r.jsx)(t.a,{href:"../api/interfaces/IHttp#post",children:"post"})}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u25cb"}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,r.jsxs)(t.td,{children:[(0,r.jsx)(t.em,{children:"Encomass Web"})," - Refer notes in get section"]})]}),(0,r.jsxs)(t.tr,{children:[(0,r.jsx)(t.td,{style:{textAlign:"center"},children:(0,r.jsx)(t.a,{href:"../api/interfaces/IHttp#put",children:"put"})}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u25cb"}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,r.jsxs)(t.td,{children:[(0,r.jsx)(t.em,{children:"Encomass Web"})," - Refer notes in get section"]})]})]})]}),"\n",(0,r.jsx)(t.h2,{id:"events",children:"Events"}),"\n",(0,r.jsx)(t.p,{children:"NA"})]})}function a(e={}){const{wrapper:t}={...(0,i.R)(),...e.components};return t?(0,r.jsx)(t,{...e,children:(0,r.jsx)(x,{...e})}):x(e)}},90116:(e,t,n)=>{n.d(t,{R:()=>l,x:()=>c});var s=n(30758);const r={},i=s.createContext(r);function l(e){const t=s.useContext(i);return s.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function c(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:l(e.components),s.createElement(i.Provider,{value:t},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[7543],{35163:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>l,contentTitle:()=>o,default:()=>d,frontMatter:()=>s,metadata:()=>i,toc:()=>c});const i=JSON.parse('{"id":"api/type-aliases/NavigationStartInfo","title":"NavigationStartInfo","description":"navigation start event info","source":"@site/docs/api/type-aliases/NavigationStartInfo.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/NavigationStartInfo","permalink":"/scripting-object/api/type-aliases/NavigationStartInfo","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/NavigationStartInfo.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"NavigationOptions","permalink":"/scripting-object/api/type-aliases/NavigationOptions"},"next":{"title":"OpenOptions","permalink":"/scripting-object/api/type-aliases/OpenOptions"}}');var r=t(86070),a=t(90116);const s={},o="NavigationStartInfo",l={},c=[{value:"Properties",id:"properties",level:2},{value:"context?",id:"context",level:3},{value:"currentUrl",id:"currenturl",level:3},{value:"newUrl?",id:"newurl",level:3}];function p(e){const n={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",p:"p",pre:"pre",...(0,a.R)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(n.header,{children:(0,r.jsx)(n.h1,{id:"navigationstartinfo",children:"NavigationStartInfo"})}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-ts",children:"type NavigationStartInfo = {\n context?: Record<string, string>;\n currentUrl: string;\n newUrl?: string;\n};\n"})}),"\n",(0,r.jsx)(n.p,{children:"navigation start event info"}),"\n",(0,r.jsx)(n.h2,{id:"properties",children:"Properties"}),"\n",(0,r.jsx)(n.h3,{id:"context",children:"context?"}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-ts",children:"optional context: Record<string, string>;\n"})}),"\n",(0,r.jsx)(n.p,{children:"context for the navigation"}),"\n",(0,r.jsx)(n.hr,{}),"\n",(0,r.jsx)(n.h3,{id:"currenturl",children:"currentUrl"}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-ts",children:"currentUrl: string;\n"})}),"\n",(0,r.jsx)(n.p,{children:"current URL before navigation"}),"\n",(0,r.jsx)(n.hr,{}),"\n",(0,r.jsx)(n.h3,{id:"newurl",children:"newUrl?"}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-ts",children:"optional newUrl: string;\n"})}),"\n",(0,r.jsx)(n.p,{children:"new URL to navigate to (if available)"})]})}function d(e={}){const{wrapper:n}={...(0,a.R)(),...e.components};return n?(0,r.jsx)(n,{...e,children:(0,r.jsx)(p,{...e})}):p(e)}},90116:(e,n,t)=>{t.d(n,{R:()=>s,x:()=>o});var i=t(30758);const r={},a=i.createContext(r);function s(e){const n=i.useContext(a);return i.useMemo(function(){return"function"==typeof e?e(n):{...n,...e}},[n,e])}function o(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:s(e.components),i.createElement(a.Provider,{value:n},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[6756],{13051:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>d,contentTitle:()=>l,default:()=>a,frontMatter:()=>c,metadata:()=>s,toc:()=>h});const s=JSON.parse('{"id":"Objects/auth","title":"Auth","description":"API Definition","source":"@site/docs/Objects/auth.md","sourceDirName":"Objects","slug":"/Objects/auth","permalink":"/scripting-object/Objects/auth","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/Objects/auth.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"Application","permalink":"/scripting-object/Objects/application"},"next":{"title":"Form","permalink":"/scripting-object/Objects/form"}}');var i=n(86070),r=n(90116);const c={},l="Auth",d={},h=[{value:"Methods",id:"methods",level:2},{value:"Events",id:"events",level:2}];function o(e){const t={a:"a",h1:"h1",h2:"h2",header:"header",p:"p",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,r.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t.header,{children:(0,i.jsx)(t.h1,{id:"auth",children:"Auth"})}),"\n",(0,i.jsx)(t.p,{children:(0,i.jsx)(t.a,{href:"../api/interfaces/IAuth",children:"API Definition"})}),"\n",(0,i.jsx)(t.h2,{id:"methods",children:"Methods"}),"\n",(0,i.jsxs)(t.table,{children:[(0,i.jsx)(t.thead,{children:(0,i.jsxs)(t.tr,{children:[(0,i.jsx)(t.th,{style:{textAlign:"center"},children:"Method"}),(0,i.jsx)(t.th,{style:{textAlign:"center"},children:"Encompass"}),(0,i.jsx)(t.th,{style:{textAlign:"center"},children:"Encompass Web"}),(0,i.jsx)(t.th,{style:{textAlign:"center"},children:"TPO"}),(0,i.jsx)(t.th,{style:{textAlign:"center"},children:"Consumer Connect"}),(0,i.jsx)(t.th,{children:"Notes"})]})}),(0,i.jsxs)(t.tbody,{children:[(0,i.jsxs)(t.tr,{children:[(0,i.jsx)(t.td,{style:{textAlign:"center"},children:(0,i.jsx)(t.a,{href:"../api/interfaces/IAuth#createauthcode",children:"createAuthCode"})}),(0,i.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,i.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,i.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,i.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,i.jsx)(t.td,{})]}),(0,i.jsxs)(t.tr,{children:[(0,i.jsx)(t.td,{style:{textAlign:"center"},children:(0,i.jsx)(t.a,{href:"../api/interfaces/IAuth#getaccesstoken",children:"getAccessToken"})}),(0,i.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,i.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,i.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,i.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,i.jsx)(t.td,{})]}),(0,i.jsxs)(t.tr,{children:[(0,i.jsx)(t.td,{style:{textAlign:"center"},children:(0,i.jsx)(t.a,{href:"../api/interfaces/IAuth#getuser",children:"getUser"})}),(0,i.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,i.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,i.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,i.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,i.jsx)(t.td,{})]})]})]}),"\n",(0,i.jsx)(t.h2,{id:"events",children:"Events"}),"\n",(0,i.jsx)(t.p,{children:"NA"})]})}function a(e={}){const{wrapper:t}={...(0,r.R)(),...e.components};return t?(0,i.jsx)(t,{...e,children:(0,i.jsx)(o,{...e})}):o(e)}},90116:(e,t,n)=>{n.d(t,{R:()=>c,x:()=>l});var s=n(30758);const i={},r=s.createContext(i);function c(e){const t=s.useContext(r);return s.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function l(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:c(e.components),s.createElement(r.Provider,{value:t},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[694],{46737:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>l,contentTitle:()=>d,default:()=>j,frontMatter:()=>c,metadata:()=>n,toc:()=>o});const n=JSON.parse('{"id":"api/enumerations/ScriptingObjectNames","title":"ScriptingObjectNames","description":"Enumeration Members","source":"@site/docs/api/enumerations/ScriptingObjectNames.md","sourceDirName":"api/enumerations","slug":"/api/enumerations/ScriptingObjectNames","permalink":"/scripting-object/api/enumerations/ScriptingObjectNames","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/enumerations/ScriptingObjectNames.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"SCOPE","permalink":"/scripting-object/api/enumerations/SCOPE"},"next":{"title":"ServiceSetupCategory","permalink":"/scripting-object/api/enumerations/ServiceSetupCategory"}}');var t=i(86070),r=i(90116);const c={},d="ScriptingObjectNames",l={},o=[{value:"Enumeration Members",id:"enumeration-members",level:2}];function a(e){const s={code:"code",h1:"h1",h2:"h2",header:"header",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,r.R)(),...e.components};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(s.header,{children:(0,t.jsx)(s.h1,{id:"scriptingobjectnames",children:"ScriptingObjectNames"})}),"\n",(0,t.jsx)(s.h2,{id:"enumeration-members",children:"Enumeration Members"}),"\n",(0,t.jsxs)(s.table,{children:[(0,t.jsx)(s.thead,{children:(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.th,{children:"Enumeration Member"}),(0,t.jsx)(s.th,{children:"Value"})]})}),(0,t.jsxs)(s.tbody,{children:[(0,t.jsxs)(s.tr,{children:[(0,t.jsxs)(s.td,{children:[(0,t.jsx)("a",{id:"analytics"})," ",(0,t.jsx)(s.code,{children:"Analytics"})]}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:'"analytics"'})})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsxs)(s.td,{children:[(0,t.jsx)("a",{id:"application"})," ",(0,t.jsx)(s.code,{children:"Application"})]}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:'"application"'})})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsxs)(s.td,{children:[(0,t.jsx)("a",{id:"auth"})," ",(0,t.jsx)(s.code,{children:"Auth"})]}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:'"auth"'})})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsxs)(s.td,{children:[(0,t.jsx)("a",{id:"form"})," ",(0,t.jsx)(s.code,{children:"Form"})]}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:'"form"'})})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsxs)(s.td,{children:[(0,t.jsx)("a",{id:"global"})," ",(0,t.jsx)(s.code,{children:"Global"})]}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:'"global"'})})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsxs)(s.td,{children:[(0,t.jsx)("a",{id:"http"})," ",(0,t.jsx)(s.code,{children:"Http"})]}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:'"http"'})})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsxs)(s.td,{children:[(0,t.jsx)("a",{id:"loan"})," ",(0,t.jsx)(s.code,{children:"Loan"})]}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:'"loan"'})})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsxs)(s.td,{children:[(0,t.jsx)("a",{id:"loanv2"})," ",(0,t.jsx)(s.code,{children:"LoanV2"})]}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:'"loanV2"'})})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsxs)(s.td,{children:[(0,t.jsx)("a",{id:"memstorage"})," ",(0,t.jsx)(s.code,{children:"MemStorage"})]}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:'"memstorage"'})})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsxs)(s.td,{children:[(0,t.jsx)("a",{id:"module"})," ",(0,t.jsx)(s.code,{children:"Module"})]}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:'"module"'})})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsxs)(s.td,{children:[(0,t.jsx)("a",{id:"service"})," ",(0,t.jsx)(s.code,{children:"Service"})]}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:'"service"'})})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsxs)(s.td,{children:[(0,t.jsx)("a",{id:"session"})," ",(0,t.jsx)(s.code,{children:"Session"})]}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:'"session"'})})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsxs)(s.td,{children:[(0,t.jsx)("a",{id:"styling"})," ",(0,t.jsx)(s.code,{children:"Styling"})]}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:'"styling"'})})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsxs)(s.td,{children:[(0,t.jsx)("a",{id:"transaction"})," ",(0,t.jsx)(s.code,{children:"Transaction"})]}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:'"transaction"'})})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsxs)(s.td,{children:[(0,t.jsx)("a",{id:"transactiontemplate"})," ",(0,t.jsx)(s.code,{children:"TransactionTemplate"})]}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:'"transactiontemplate"'})})]})]})]})]})}function j(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(a,{...e})}):a(e)}},90116:(e,s,i)=>{i.d(s,{R:()=>c,x:()=>d});var n=i(30758);const t={},r=n.createContext(t);function c(e){const s=n.useContext(r);return n.useMemo(function(){return"function"==typeof e?e(s):{...s,...e}},[s,e])}function d(e){let s;return s=e.disableParentContext?"function"==typeof e.components?e.components(t):e.components||t:c(e.components),n.createElement(r.Provider,{value:s},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[4979],{37952:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>a,contentTitle:()=>p,default:()=>d,frontMatter:()=>o,metadata:()=>i,toc:()=>c});const i=JSON.parse('{"id":"api/type-aliases/PrintOptions","title":"PrintOptions","description":"Options for printing the document","source":"@site/docs/api/type-aliases/PrintOptions.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/PrintOptions","permalink":"/scripting-object/api/type-aliases/PrintOptions","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/PrintOptions.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"Print","permalink":"/scripting-object/api/type-aliases/Print"},"next":{"title":"PurchaseConditions","permalink":"/scripting-object/api/type-aliases/PurchaseConditions"}}');var s=n(86070),r=n(90116);const o={},p="PrintOptions",a={},c=[{value:"Properties",id:"properties",level:2},{value:"blob",id:"blob",level:3}];function l(e){const t={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",p:"p",pre:"pre",...(0,r.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(t.header,{children:(0,s.jsx)(t.h1,{id:"printoptions",children:"PrintOptions"})}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"type PrintOptions = {\n blob: Blob;\n};\n"})}),"\n",(0,s.jsx)(t.p,{children:"Options for printing the document"}),"\n",(0,s.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,s.jsx)(t.h3,{id:"blob",children:"blob"}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"blob: Blob;\n"})}),"\n",(0,s.jsx)(t.p,{children:"document to print"})]})}function d(e={}){const{wrapper:t}={...(0,r.R)(),...e.components};return t?(0,s.jsx)(t,{...e,children:(0,s.jsx)(l,{...e})}):l(e)}},90116:(e,t,n)=>{n.d(t,{R:()=>o,x:()=>p});var i=n(30758);const s={},r=i.createContext(s);function o(e){const t=i.useContext(r);return i.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function p(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:o(e.components),i.createElement(r.Provider,{value:t},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[8230],{56546:(e,n,i)=>{i.r(n),i.d(n,{assets:()=>o,contentTitle:()=>r,default:()=>p,frontMatter:()=>l,metadata:()=>a,toc:()=>d});const a=JSON.parse('{"id":"api/type-aliases/LoanChangeEventInfo","title":"LoanChangeEventInfo","description":"Loan change event parameters","source":"@site/docs/api/type-aliases/LoanChangeEventInfo.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/LoanChangeEventInfo","permalink":"/scripting-object/api/type-aliases/LoanChangeEventInfo","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/LoanChangeEventInfo.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"LoanApplicationSelectedListener()","permalink":"/scripting-object/api/type-aliases/LoanApplicationSelectedListener"},"next":{"title":"LoanChangeListener()","permalink":"/scripting-object/api/type-aliases/LoanChangeListener"}}');var t=i(86070),s=i(90116);const l={},r="LoanChangeEventInfo",o={},d=[{value:"Properties",id:"properties",level:2},{value:"fieldId",id:"fieldid",level:3},{value:"newVal",id:"newval",level:3},{value:"oldVal",id:"oldval",level:3},{value:"op",id:"op",level:3}];function c(e){const n={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",p:"p",pre:"pre",...(0,s.R)(),...e.components};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(n.header,{children:(0,t.jsx)(n.h1,{id:"loanchangeeventinfo",children:"LoanChangeEventInfo"})}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"type LoanChangeEventInfo = {\n fieldId: string;\n newVal: string;\n oldVal: string;\n op: string;\n};\n"})}),"\n",(0,t.jsx)(n.p,{children:"Loan change event parameters"}),"\n",(0,t.jsx)(n.h2,{id:"properties",children:"Properties"}),"\n",(0,t.jsx)(n.h3,{id:"fieldid",children:"fieldId"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"fieldId: string;\n"})}),"\n",(0,t.jsx)(n.p,{children:"field id"}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"newval",children:"newVal"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"newVal: string;\n"})}),"\n",(0,t.jsx)(n.p,{children:"new field value"}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"oldval",children:"oldVal"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"oldVal: string;\n"})}),"\n",(0,t.jsx)(n.p,{children:"old field value"}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"op",children:"op"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"op: string;\n"})}),"\n",(0,t.jsx)(n.p,{children:"operation performed on the field"})]})}function p(e={}){const{wrapper:n}={...(0,s.R)(),...e.components};return n?(0,t.jsx)(n,{...e,children:(0,t.jsx)(c,{...e})}):c(e)}},90116:(e,n,i)=>{i.d(n,{R:()=>l,x:()=>r});var a=i(30758);const t={},s=a.createContext(t);function l(e){const n=a.useContext(s);return a.useMemo(function(){return"function"==typeof e?e(n):{...n,...e}},[n,e])}function r(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(t):e.components||t:l(e.components),a.createElement(s.Provider,{value:n},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[2080],{79672:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>l,contentTitle:()=>a,default:()=>d,frontMatter:()=>c,metadata:()=>n,toc:()=>p});const n=JSON.parse('{"id":"api/type-aliases/AcceptFile","title":"AcceptFile","description":"Properties","source":"@site/docs/api/type-aliases/AcceptFile.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/AcceptFile","permalink":"/scripting-object/api/type-aliases/AcceptFile","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/AcceptFile.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"ITransactionTemplate","permalink":"/scripting-object/api/interfaces/ITransactionTemplate"},"next":{"title":"ActionInfo","permalink":"/scripting-object/api/type-aliases/ActionInfo"}}');var s=i(86070),r=i(90116);const c={},a="AcceptFile",l={},p=[{value:"Properties",id:"properties",level:2},{value:"entityId",id:"entityid",level:3},{value:"entityName",id:"entityname",level:3},{value:"entityType",id:"entitytype",level:3}];function o(e){const t={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",pre:"pre",...(0,r.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(t.header,{children:(0,s.jsx)(t.h1,{id:"acceptfile",children:"AcceptFile"})}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"type AcceptFile = {\n entityId: string;\n entityName: string;\n entityType: string;\n};\n"})}),"\n",(0,s.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,s.jsx)(t.h3,{id:"entityid",children:"entityId"}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"entityId: string;\n"})}),"\n",(0,s.jsx)(t.hr,{}),"\n",(0,s.jsx)(t.h3,{id:"entityname",children:"entityName"}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"entityName: string;\n"})}),"\n",(0,s.jsx)(t.hr,{}),"\n",(0,s.jsx)(t.h3,{id:"entitytype",children:"entityType"}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"entityType: string;\n"})})]})}function d(e={}){const{wrapper:t}={...(0,r.R)(),...e.components};return t?(0,s.jsx)(t,{...e,children:(0,s.jsx)(o,{...e})}):o(e)}},90116:(e,t,i)=>{i.d(t,{R:()=>c,x:()=>a});var n=i(30758);const s={},r=n.createContext(s);function c(e){const t=n.useContext(r);return n.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:c(e.components),n.createElement(r.Provider,{value:t},e.children)}}}]);