@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([[2045],{9458:(t,e,a)=>{function r(t,e){t.accDescr&&e.setAccDescription?.(t.accDescr),t.accTitle&&e.setAccTitle?.(t.accTitle),t.title&&e.setDiagramTitle?.(t.title)}a.d(e,{S:()=>r}),(0,a(10052).K2)(r,"populateCommonDb")},42045:(t,e,a)=>{a.d(e,{diagram:()=>_});var r=a(88323),n=a(9458),i=a(66111),s=a(472),o=a(10052),l=a(96961),c={showLegend:!0,ticks:5,max:null,min:0,graticule:"circle"},d={axes:[],curves:[],options:c},g=structuredClone(d),p=s.UI.radar,u=(0,o.K2)(()=>(0,i.$t)({...p,...(0,s.zj)().radar}),"getConfig"),h=(0,o.K2)(()=>g.axes,"getAxes"),x=(0,o.K2)(()=>g.curves,"getCurves"),m=(0,o.K2)(()=>g.options,"getOptions"),$=(0,o.K2)(t=>{g.axes=t.map(t=>({name:t.name,label:t.label??t.name}))},"setAxes"),f=(0,o.K2)(t=>{g.curves=t.map(t=>({name:t.name,label:t.label??t.name,entries:y(t.entries)}))},"setCurves"),y=(0,o.K2)(t=>{if(null==t[0].axis)return t.map(t=>t.value);const e=h();if(0===e.length)throw new Error("Axes must be populated before curves for reference entries");return e.map(e=>{const a=t.find(t=>t.axis?.$refText===e.name);if(void 0===a)throw new Error("Missing entry for axis "+e.label);return a.value})},"computeCurveEntries"),b={getAxes:h,getCurves:x,getOptions:m,setAxes:$,setCurves:f,setOptions:(0,o.K2)(t=>{const e=t.reduce((t,e)=>(t[e.name]=e,t),{});g.options={showLegend:e.showLegend?.value??c.showLegend,ticks:e.ticks?.value??c.ticks,max:e.max?.value??c.max,min:e.min?.value??c.min,graticule:e.graticule?.value??c.graticule}},"setOptions"),getConfig:u,clear:(0,o.K2)(()=>{(0,s.IU)(),g=structuredClone(d)},"clear"),setAccTitle:s.SV,getAccTitle:s.iN,setDiagramTitle:s.ke,getDiagramTitle:s.ab,getAccDescription:s.m7,setAccDescription:s.EI},v=(0,o.K2)(t=>{(0,n.S)(t,b);const{axes:e,curves:a,options:r}=t;b.setAxes(e),b.setCurves(a),b.setOptions(r)},"populate"),w={parse:(0,o.K2)(async t=>{const e=await(0,l.qg)("radar",t);o.Rm.debug(e),v(e)},"parse")},C=(0,o.K2)((t,e,a,n)=>{const i=n.db,s=i.getAxes(),o=i.getCurves(),l=i.getOptions(),c=i.getConfig(),d=i.getDiagramTitle(),g=(0,r.D)(e),p=M(g,c),u=l.max??Math.max(...o.map(t=>Math.max(...t.entries))),h=l.min,x=Math.min(c.width,c.height)/2;K(p,s,x,l.ticks,l.graticule),T(p,s,x,c),L(p,s,o,h,u,l.graticule,c),O(p,o,l.showLegend,c),p.append("text").attr("class","radarTitle").text(d).attr("x",0).attr("y",-c.height/2-c.marginTop)},"draw"),M=(0,o.K2)((t,e)=>{const a=e.width+e.marginLeft+e.marginRight,r=e.height+e.marginTop+e.marginBottom,n=e.marginLeft+e.width/2,i=e.marginTop+e.height/2;return t.attr("viewbox",`0 0 ${a} ${r}`).attr("width",a).attr("height",r),t.append("g").attr("transform",`translate(${n}, ${i})`)},"drawFrame"),K=(0,o.K2)((t,e,a,r,n)=>{if("circle"===n)for(let i=0;i<r;i++){const e=a*(i+1)/r;t.append("circle").attr("r",e).attr("class","radarGraticule")}else if("polygon"===n){const n=e.length;for(let i=0;i<r;i++){const s=a*(i+1)/r,o=e.map((t,e)=>{const a=2*e*Math.PI/n-Math.PI/2;return`${s*Math.cos(a)},${s*Math.sin(a)}`}).join(" ");t.append("polygon").attr("points",o).attr("class","radarGraticule")}}},"drawGraticule"),T=(0,o.K2)((t,e,a,r)=>{const n=e.length;for(let i=0;i<n;i++){const s=e[i].label,o=2*i*Math.PI/n-Math.PI/2;t.append("line").attr("x1",0).attr("y1",0).attr("x2",a*r.axisScaleFactor*Math.cos(o)).attr("y2",a*r.axisScaleFactor*Math.sin(o)).attr("class","radarAxisLine"),t.append("text").text(s).attr("x",a*r.axisLabelFactor*Math.cos(o)).attr("y",a*r.axisLabelFactor*Math.sin(o)).attr("class","radarAxisLabel")}},"drawAxes");function L(t,e,a,r,n,i,s){const o=e.length,l=Math.min(s.width,s.height)/2;a.forEach((e,a)=>{if(e.entries.length!==o)return;const c=e.entries.map((t,e)=>{const a=2*Math.PI*e/o-Math.PI/2,i=k(t,r,n,l);return{x:i*Math.cos(a),y:i*Math.sin(a)}});"circle"===i?t.append("path").attr("d",A(c,s.curveTension)).attr("class",`radarCurve-${a}`):"polygon"===i&&t.append("polygon").attr("points",c.map(t=>`${t.x},${t.y}`).join(" ")).attr("class",`radarCurve-${a}`)})}function k(t,e,a,r){return r*(Math.min(Math.max(t,e),a)-e)/(a-e)}function A(t,e){const a=t.length;let r=`M${t[0].x},${t[0].y}`;for(let n=0;n<a;n++){const i=t[(n-1+a)%a],s=t[n],o=t[(n+1)%a],l=t[(n+2)%a],c={x:s.x+(o.x-i.x)*e,y:s.y+(o.y-i.y)*e},d={x:o.x-(l.x-s.x)*e,y:o.y-(l.y-s.y)*e};r+=` C${c.x},${c.y} ${d.x},${d.y} ${o.x},${o.y}`}return`${r} Z`}function O(t,e,a,r){if(!a)return;const n=3*(r.width/2+r.marginRight)/4,i=3*-(r.height/2+r.marginTop)/4;e.forEach((e,a)=>{const r=t.append("g").attr("transform",`translate(${n}, ${i+20*a})`);r.append("rect").attr("width",12).attr("height",12).attr("class",`radarLegendBox-${a}`),r.append("text").attr("x",16).attr("y",0).attr("class","radarLegendText").text(e.label)})}(0,o.K2)(L,"drawCurves"),(0,o.K2)(k,"relativeRadius"),(0,o.K2)(A,"closedRoundCurve"),(0,o.K2)(O,"drawLegend");var S={draw:C},I=(0,o.K2)((t,e)=>{let a="";for(let r=0;r<t.THEME_COLOR_LIMIT;r++){const n=t[`cScale${r}`];a+=`\n\t\t.radarCurve-${r} {\n\t\t\tcolor: ${n};\n\t\t\tfill: ${n};\n\t\t\tfill-opacity: ${e.curveOpacity};\n\t\t\tstroke: ${n};\n\t\t\tstroke-width: ${e.curveStrokeWidth};\n\t\t}\n\t\t.radarLegendBox-${r} {\n\t\t\tfill: ${n};\n\t\t\tfill-opacity: ${e.curveOpacity};\n\t\t\tstroke: ${n};\n\t\t}\n\t\t`}return a},"genIndexStyles"),D=(0,o.K2)(t=>{const e=(0,s.P$)(),a=(0,s.zj)(),r=(0,i.$t)(e,a.themeVariables);return{themeVariables:r,radarOptions:(0,i.$t)(r.radar,t)}},"buildRadarStyleOptions"),_={parser:w,db:b,renderer:S,styles:(0,o.K2)(({radar:t}={})=>{const{themeVariables:e,radarOptions:a}=D(t);return`\n\t.radarTitle {\n\t\tfont-size: ${e.fontSize};\n\t\tcolor: ${e.titleColor};\n\t\tdominant-baseline: hanging;\n\t\ttext-anchor: middle;\n\t}\n\t.radarAxisLine {\n\t\tstroke: ${a.axisColor};\n\t\tstroke-width: ${a.axisStrokeWidth};\n\t}\n\t.radarAxisLabel {\n\t\tdominant-baseline: middle;\n\t\ttext-anchor: middle;\n\t\tfont-size: ${a.axisLabelFontSize}px;\n\t\tcolor: ${a.axisColor};\n\t}\n\t.radarGraticule {\n\t\tfill: ${a.graticuleColor};\n\t\tfill-opacity: ${a.graticuleOpacity};\n\t\tstroke: ${a.graticuleColor};\n\t\tstroke-width: ${a.graticuleStrokeWidth};\n\t}\n\t.radarLegendText {\n\t\ttext-anchor: start;\n\t\tfont-size: ${a.legendFontSize}px;\n\t\tdominant-baseline: hanging;\n\t}\n\t${I(e,a)}\n\t`},"styles")}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[1535],{25821:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>o,contentTitle:()=>c,default:()=>d,frontMatter:()=>r,metadata:()=>n,toc:()=>l});const n=JSON.parse('{"id":"api/type-aliases/GrantWriteAccess","title":"GrantWriteAccess","description":"Properties","source":"@site/docs/api/type-aliases/GrantWriteAccess.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/GrantWriteAccess","permalink":"/scripting-object/api/type-aliases/GrantWriteAccess","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/GrantWriteAccess.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"GlobalEvents","permalink":"/scripting-object/api/type-aliases/GlobalEvents"},"next":{"title":"GseServices","permalink":"/scripting-object/api/type-aliases/GseServices"}}');var a=t(86070),i=t(90116);const r={},c="GrantWriteAccess",o={},l=[{value:"Properties",id:"properties",level:2},{value:"access",id:"access",level:3},{value:"loanTeam",id:"loanteam",level:3}];function p(e){const s={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",pre:"pre",...(0,i.R)(),...e.components};return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(s.header,{children:(0,a.jsx)(s.h1,{id:"grantwriteaccess",children:"GrantWriteAccess"})}),"\n",(0,a.jsx)(s.pre,{children:(0,a.jsx)(s.code,{className:"language-ts",children:"type GrantWriteAccess = {\n access: boolean;\n loanTeam: LoanTeam[];\n};\n"})}),"\n",(0,a.jsx)(s.h2,{id:"properties",children:"Properties"}),"\n",(0,a.jsx)(s.h3,{id:"access",children:"access"}),"\n",(0,a.jsx)(s.pre,{children:(0,a.jsx)(s.code,{className:"language-ts",children:"access: boolean;\n"})}),"\n",(0,a.jsx)(s.hr,{}),"\n",(0,a.jsx)(s.h3,{id:"loanteam",children:"loanTeam"}),"\n",(0,a.jsx)(s.pre,{children:(0,a.jsx)(s.code,{className:"language-ts",children:"loanTeam: LoanTeam[];\n"})})]})}function d(e={}){const{wrapper:s}={...(0,i.R)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(p,{...e})}):p(e)}},90116:(e,s,t)=>{t.d(s,{R:()=>r,x:()=>c});var n=t(30758);const a={},i=n.createContext(a);function r(e){const s=n.useContext(i);return n.useMemo(function(){return"function"==typeof e?e(s):{...s,...e}},[s,e])}function c(e){let s;return s=e.disableParentContext?"function"==typeof e.components?e.components(a):e.components||a:r(e.components),n.createElement(i.Provider,{value:s},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[8600],{49653:(e,s,n)=>{n.r(s),n.d(s,{assets:()=>o,contentTitle:()=>a,default:()=>u,frontMatter:()=>r,metadata:()=>t,toc:()=>l});const t=JSON.parse('{"id":"api/type-aliases/Documents","title":"Documents","description":"Properties","source":"@site/docs/api/type-aliases/Documents.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/Documents","permalink":"/scripting-object/api/type-aliases/Documents","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/Documents.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"DocsSetup","permalink":"/scripting-object/api/type-aliases/DocsSetup"},"next":{"title":"DynamicDataManagement","permalink":"/scripting-object/api/type-aliases/DynamicDataManagement"}}');var i=n(86070),c=n(90116);const r={},a="Documents",o={},l=[{value:"Properties",id:"properties",level:2},{value:"access",id:"access",level:3},{value:"protectedDocuments",id:"protecteddocuments",level:3},{value:"rights",id:"rights",level:3},{value:"unassignedFiles",id:"unassignedfiles",level:3},{value:"unprotectedDocuments",id:"unprotecteddocuments",level:3}];function d(e){const s={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",pre:"pre",...(0,c.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(s.header,{children:(0,i.jsx)(s.h1,{id:"documents",children:"Documents"})}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-ts",children:"type Documents = {\n access: boolean;\n protectedDocuments: string[];\n rights: string[];\n unassignedFiles: string[];\n unprotectedDocuments: string[];\n};\n"})}),"\n",(0,i.jsx)(s.h2,{id:"properties",children:"Properties"}),"\n",(0,i.jsx)(s.h3,{id:"access",children:"access"}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-ts",children:"access: boolean;\n"})}),"\n",(0,i.jsx)(s.hr,{}),"\n",(0,i.jsx)(s.h3,{id:"protecteddocuments",children:"protectedDocuments"}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-ts",children:"protectedDocuments: string[];\n"})}),"\n",(0,i.jsx)(s.hr,{}),"\n",(0,i.jsx)(s.h3,{id:"rights",children:"rights"}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-ts",children:"rights: string[];\n"})}),"\n",(0,i.jsx)(s.hr,{}),"\n",(0,i.jsx)(s.h3,{id:"unassignedfiles",children:"unassignedFiles"}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-ts",children:"unassignedFiles: string[];\n"})}),"\n",(0,i.jsx)(s.hr,{}),"\n",(0,i.jsx)(s.h3,{id:"unprotecteddocuments",children:"unprotectedDocuments"}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-ts",children:"unprotectedDocuments: string[];\n"})})]})}function u(e={}){const{wrapper:s}={...(0,c.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(d,{...e})}):d(e)}},90116:(e,s,n)=>{n.d(s,{R:()=>r,x:()=>a});var t=n(30758);const i={},c=t.createContext(i);function r(e){const s=t.useContext(c);return t.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(i):e.components||i:r(e.components),t.createElement(c.Provider,{value:s},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[4680],{23734:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>r,contentTitle:()=>l,default:()=>c,frontMatter:()=>o,metadata:()=>i,toc:()=>d});const i=JSON.parse('{"id":"api/type-aliases/ModalOptions","title":"ModalOptions","description":"modal options","source":"@site/docs/api/type-aliases/ModalOptions.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/ModalOptions","permalink":"/scripting-object/api/type-aliases/ModalOptions","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/ModalOptions.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"ModalContent","permalink":"/scripting-object/api/type-aliases/ModalContent"},"next":{"title":"ModuleCloseInfo","permalink":"/scripting-object/api/type-aliases/ModuleCloseInfo"}}');var a=t(86070),s=t(90116);const o={},l="ModalOptions",r={},d=[{value:"Properties",id:"properties",level:2},{value:"data?",id:"data",level:3},{value:"formType?",id:"formtype",level:3},{value:"name?",id:"name",level:3},{value:"size?",id:"size",level:3},{value:"Default",id:"default",level:4},{value:"target?",id:"target",level:3},{value:"type",id:"type",level:3}];function p(e){const n={a:"a",code:"code",h1:"h1",h2:"h2",h3:"h3",h4:"h4",header:"header",hr:"hr",p:"p",pre:"pre",...(0,s.R)(),...e.components};return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.header,{children:(0,a.jsx)(n.h1,{id:"modaloptions",children:"ModalOptions"})}),"\n",(0,a.jsx)(n.pre,{children:(0,a.jsx)(n.code,{className:"language-ts",children:"type ModalOptions = {\n data?: ModalContent;\n formType?: FormType;\n name?: string;\n size?: ModalSize;\n target?: string;\n type: ModalType;\n};\n"})}),"\n",(0,a.jsx)(n.p,{children:"modal options"}),"\n",(0,a.jsx)(n.h2,{id:"properties",children:"Properties"}),"\n",(0,a.jsx)(n.h3,{id:"data",children:"data?"}),"\n",(0,a.jsx)(n.pre,{children:(0,a.jsx)(n.code,{className:"language-ts",children:"optional data: ModalContent;\n"})}),"\n",(0,a.jsx)(n.p,{children:(0,a.jsx)(n.a,{href:"/scripting-object/api/type-aliases/ModalContent",children:"ModalContent"})}),"\n",(0,a.jsx)(n.p,{children:"content to display in warning / success / error / info modal types"}),"\n",(0,a.jsx)(n.hr,{}),"\n",(0,a.jsx)(n.h3,{id:"formtype",children:"formType?"}),"\n",(0,a.jsx)(n.pre,{children:(0,a.jsx)(n.code,{className:"language-ts",children:"optional formType: FormType;\n"})}),"\n",(0,a.jsx)(n.p,{children:(0,a.jsx)(n.a,{href:"/scripting-object/api/enumerations/FormType",children:"FormType"})}),"\n",(0,a.jsx)(n.p,{children:"form type"}),"\n",(0,a.jsx)(n.hr,{}),"\n",(0,a.jsx)(n.h3,{id:"name",children:"name?"}),"\n",(0,a.jsx)(n.pre,{children:(0,a.jsx)(n.code,{className:"language-ts",children:"optional name: string;\n"})}),"\n",(0,a.jsx)(n.p,{children:"name of the form or tool"}),"\n",(0,a.jsx)(n.p,{children:"optional for warning / success / error / info modal type"}),"\n",(0,a.jsx)(n.hr,{}),"\n",(0,a.jsx)(n.h3,{id:"size",children:"size?"}),"\n",(0,a.jsx)(n.pre,{children:(0,a.jsx)(n.code,{className:"language-ts",children:"optional size: ModalSize;\n"})}),"\n",(0,a.jsx)(n.p,{children:(0,a.jsx)(n.a,{href:"/scripting-object/api/enumerations/ModalSize",children:"ModalSize"})}),"\n",(0,a.jsx)(n.p,{children:"size of the modal"}),"\n",(0,a.jsx)(n.h4,{id:"default",children:"Default"}),"\n",(0,a.jsx)(n.pre,{children:(0,a.jsx)(n.code,{className:"language-ts",children:"ModalSize.EXTRA_LARGE\n"})}),"\n",(0,a.jsx)(n.hr,{}),"\n",(0,a.jsx)(n.h3,{id:"target",children:"target?"}),"\n",(0,a.jsx)(n.pre,{children:(0,a.jsx)(n.code,{className:"language-ts",children:"optional target: string;\n"})}),"\n",(0,a.jsx)(n.p,{children:"target item"}),"\n",(0,a.jsx)(n.p,{children:"optional for warning / success / error / info modal type"}),"\n",(0,a.jsx)(n.hr,{}),"\n",(0,a.jsx)(n.h3,{id:"type",children:"type"}),"\n",(0,a.jsx)(n.pre,{children:(0,a.jsx)(n.code,{className:"language-ts",children:"type: ModalType;\n"})}),"\n",(0,a.jsx)(n.p,{children:(0,a.jsx)(n.a,{href:"/scripting-object/api/enumerations/ModalType",children:"ModalType"})}),"\n",(0,a.jsx)(n.p,{children:"type of the modal"})]})}function c(e={}){const{wrapper:n}={...(0,s.R)(),...e.components};return n?(0,a.jsx)(n,{...e,children:(0,a.jsx)(p,{...e})}):p(e)}},90116:(e,n,t)=>{t.d(n,{R:()=>o,x:()=>l});var i=t(30758);const a={},s=i.createContext(a);function o(e){const n=i.useContext(s);return i.useMemo(function(){return"function"==typeof e?e(n):{...n,...e}},[n,e])}function l(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(a):e.components||a:o(e.components),i.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([[1872],{58393:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>c,contentTitle:()=>o,default:()=>h,frontMatter:()=>d,metadata:()=>i,toc:()=>a});const i=JSON.parse('{"id":"api/enumerations/NavigationType","title":"NavigationType","description":"areas in the application where the user can navigate to","source":"@site/docs/api/enumerations/NavigationType.md","sourceDirName":"api/enumerations","slug":"/api/enumerations/NavigationType","permalink":"/scripting-object/api/enumerations/NavigationType","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/enumerations/NavigationType.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"ModalType","permalink":"/scripting-object/api/enumerations/ModalType"},"next":{"title":"OpenMode","permalink":"/scripting-object/api/enumerations/OpenMode"}}');var r=n(86070),s=n(90116);const d={},o="NavigationType",c={},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:"navigationtype",children:"NavigationType"})}),"\n",(0,r.jsx)(t.p,{children:"areas in the application where the user can navigate to"}),"\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:"custom_form"})," ",(0,r.jsx)(t.code,{children:"CUSTOM_FORM"})]}),(0,r.jsx)(t.td,{children:(0,r.jsx)(t.code,{children:'"CUSTOM_FORM"'})}),(0,r.jsx)(t.td,{children:"custom form"})]}),(0,r.jsxs)(t.tr,{children:[(0,r.jsxs)(t.td,{children:[(0,r.jsx)("a",{id:"custom_tool"})," ",(0,r.jsx)(t.code,{children:"CUSTOM_TOOL"})]}),(0,r.jsx)(t.td,{children:(0,r.jsx)(t.code,{children:'"CUSTOM_TOOL"'})}),(0,r.jsx)(t.td,{children:"custom tool"})]}),(0,r.jsxs)(t.tr,{children:[(0,r.jsxs)(t.td,{children:[(0,r.jsx)("a",{id:"global_custom_tool"})," ",(0,r.jsx)(t.code,{children:"GLOBAL_CUSTOM_TOOL"})]}),(0,r.jsx)(t.td,{children:(0,r.jsx)(t.code,{children:'"GLOBAL_CUSTOM_TOOL"'})}),(0,r.jsx)(t.td,{children:"global custom tool"})]}),(0,r.jsxs)(t.tr,{children:[(0,r.jsxs)(t.td,{children:[(0,r.jsx)("a",{id:"other"})," ",(0,r.jsx)(t.code,{children:"OTHER"})]}),(0,r.jsx)(t.td,{children:(0,r.jsx)(t.code,{children:'"OTHER"'})}),(0,r.jsx)(t.td,{children:"other"})]}),(0,r.jsxs)(t.tr,{children:[(0,r.jsxs)(t.td,{children:[(0,r.jsx)("a",{id:"standard_form"})," ",(0,r.jsx)(t.code,{children:"STANDARD_FORM"})]}),(0,r.jsx)(t.td,{children:(0,r.jsx)(t.code,{children:'"STANDARD_FORM"'})}),(0,r.jsx)(t.td,{children:"standard form"})]}),(0,r.jsxs)(t.tr,{children:[(0,r.jsxs)(t.td,{children:[(0,r.jsx)("a",{id:"standard_tool"})," ",(0,r.jsx)(t.code,{children:"STANDARD_TOOL"})]}),(0,r.jsx)(t.td,{children:(0,r.jsx)(t.code,{children:'"STANDARD_TOOL"'})}),(0,r.jsx)(t.td,{children:"standard tool"})]})]})]})]})}function h(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:()=>d,x:()=>o});var i=n(30758);const r={},s=i.createContext(r);function d(e){const t=i.useContext(s);return i.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function o(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:d(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([[8453],{36151:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>o,contentTitle:()=>c,default:()=>d,frontMatter:()=>r,metadata:()=>i,toc:()=>l});const i=JSON.parse('{"id":"api/type-aliases/TransactionResource","title":"TransactionResource","description":"file attachment information","source":"@site/docs/api/type-aliases/TransactionResource.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/TransactionResource","permalink":"/scripting-object/api/type-aliases/TransactionResource","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/TransactionResource.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"TransactionRequest","permalink":"/scripting-object/api/type-aliases/TransactionRequest"},"next":{"title":"TransactionTemplateDetails","permalink":"/scripting-object/api/type-aliases/TransactionTemplateDetails"}}');var s=t(86070),a=t(90116);const r={},c="TransactionResource",o={},l=[{value:"Properties",id:"properties",level:2},{value:"id",id:"id",level:3},{value:"mimeType",id:"mimetype",level:3},{value:"name",id:"name",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,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.header,{children:(0,s.jsx)(n.h1,{id:"transactionresource",children:"TransactionResource"})}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-ts",children:"type TransactionResource = {\n id: string;\n mimeType: string;\n name: string;\n};\n"})}),"\n",(0,s.jsx)(n.p,{children:"file attachment information"}),"\n",(0,s.jsx)(n.h2,{id:"properties",children:"Properties"}),"\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.jsx)(n.p,{children:"unique identifier for the file attachment"}),"\n",(0,s.jsx)(n.hr,{}),"\n",(0,s.jsx)(n.h3,{id:"mimetype",children:"mimeType"}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-ts",children:"mimeType: string;\n"})}),"\n",(0,s.jsx)(n.p,{children:"mime type of the file attachment"}),"\n",(0,s.jsx)(n.hr,{}),"\n",(0,s.jsx)(n.h3,{id:"name",children:"name"}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-ts",children:"name: string;\n"})}),"\n",(0,s.jsx)(n.p,{children:"name of the file attachment"})]})}function d(e={}){const{wrapper:n}={...(0,a.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:()=>r,x:()=>c});var i=t(30758);const s={},a=i.createContext(s);function r(e){const n=i.useContext(a);return i.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(s):e.components||s:r(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([[2776],{22776:(t,e,n)=>{n.d(e,{diagram:()=>I});var i=n(88323),s=n(32704),r=n(91592),o=n(17459),a=(n(37904),n(83402),n(94006),n(66111),n(472)),c=n(10052),l=n(13212),h=n(58480),g=n(81896),u=function(){var t=(0,c.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],a=[1,19],l=[6,7,8],h=[1,26],g=[1,24],u=[1,25],d=[6,7,11],p=[1,31],y=[6,7,11,24],f=[1,6,13,16,17,20,23],m=[1,35],b=[1,36],_=[1,6,7,11,13,16,17,20,23],k=[1,38],E={trace:(0,c.K2)(function(){},"trace"),yy:{},symbols_:{error:2,start:3,mindMap:4,spaceLines:5,SPACELINE:6,NL:7,KANBAN:8,document:9,stop:10,EOF:11,statement:12,SPACELIST:13,node:14,shapeData:15,ICON:16,CLASS:17,nodeWithId:18,nodeWithoutId:19,NODE_DSTART:20,NODE_DESCR:21,NODE_DEND:22,NODE_ID:23,SHAPE_DATA:24,$accept:0,$end:1},terminals_:{2:"error",6:"SPACELINE",7:"NL",8:"KANBAN",11:"EOF",13:"SPACELIST",16:"ICON",17:"CLASS",20:"NODE_DSTART",21:"NODE_DESCR",22:"NODE_DEND",23:"NODE_ID",24:"SHAPE_DATA"},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,3],[12,2],[12,2],[12,2],[12,1],[12,2],[12,1],[12,1],[12,1],[12,1],[14,1],[14,1],[19,3],[18,1],[18,4],[15,2],[15,1]],performAction:(0,c.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-1].id),i.addNode(r[a-2].length,r[a-1].id,r[a-1].descr,r[a-1].type,r[a]);break;case 16:i.getLogger().info("Node: ",r[a].id),i.addNode(r[a-1].length,r[a].id,r[a].descr,r[a].type);break;case 17:i.getLogger().trace("Icon: ",r[a]),i.decorateNode({icon:r[a]});break;case 18:case 23:i.decorateNode({class:r[a]});break;case 19:i.getLogger().trace("SPACELIST");break;case 20:i.getLogger().trace("Node: ",r[a-1].id),i.addNode(0,r[a-1].id,r[a-1].descr,r[a-1].type,r[a]);break;case 21:i.getLogger().trace("Node: ",r[a].id),i.addNode(0,r[a].id,r[a].descr,r[a].type);break;case 22:i.decorateNode({icon:r[a]});break;case 27: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 28:this.$={id:r[a],descr:r[a],type:0};break;case 29: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])};break;case 30:this.$=r[a-1]+r[a];break;case 31:this.$=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,16:s,17:r,18:17,19:18,20:o,23:a},t(l,[2,3]),{1:[2,2]},t(l,[2,4]),t(l,[2,5]),{1:[2,6],6:n,12:21,13:i,14:14,16:s,17:r,18:17,19:18,20:o,23:a},{6:n,9:22,12:11,13:i,14:14,16:s,17:r,18:17,19:18,20:o,23:a},{6:h,7:g,10:23,11:u},t(d,[2,24],{18:17,19:18,14:27,16:[1,28],17:[1,29],20:o,23:a}),t(d,[2,19]),t(d,[2,21],{15:30,24:p}),t(d,[2,22]),t(d,[2,23]),t(y,[2,25]),t(y,[2,26]),t(y,[2,28],{20:[1,32]}),{21:[1,33]},{6:h,7:g,10:34,11:u},{1:[2,7],6:n,12:21,13:i,14:14,16:s,17:r,18:17,19:18,20:o,23:a},t(f,[2,14],{7:m,11:b}),t(_,[2,8]),t(_,[2,9]),t(_,[2,10]),t(d,[2,16],{15:37,24:p}),t(d,[2,17]),t(d,[2,18]),t(d,[2,20],{24:k}),t(y,[2,31]),{21:[1,39]},{22:[1,40]},t(f,[2,13],{7:m,11:b}),t(_,[2,11]),t(_,[2,12]),t(d,[2,15],{24:k}),t(y,[2,30]),{22:[1,41]},t(y,[2,27]),t(y,[2,29])],defaultActions:{2:[2,1],6:[2,2]},parseError:(0,c.K2)(function(t,e){if(!e.recoverable){var n=new Error(t);throw n.hash=e,n}this.trace(t)},"parseError"),parse:(0,c.K2)(function(t){var e=this,n=[0],i=[],s=[null],r=[],o=this.table,a="",l=0,h=0,g=0,u=r.slice.call(arguments,1),d=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]);d.setInput(t,p.yy),p.yy.lexer=d,p.yy.parser=this,void 0===d.yylloc&&(d.yylloc={});var f=d.yylloc;r.push(f);var m=d.options&&d.options.ranges;function b(){var t;return"number"!=typeof(t=i.pop()||d.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,c.K2)(function(t){n.length=n.length-2*t,s.length=s.length-t,r.length=r.length-t},"popStack"),(0,c.K2)(b,"lex");for(var _,k,E,S,N,x,D,L,I,v={};;){if(E=n[n.length-1],this.defaultActions[E]?S=this.defaultActions[E]:(null==_&&(_=b()),S=o[E]&&o[E][_]),void 0===S||!S.length||!S[0]){var C="";for(x in I=[],o[E])this.terminals_[x]&&x>2&&I.push("'"+this.terminals_[x]+"'");C=d.showPosition?"Parse error on line "+(l+1)+":\n"+d.showPosition()+"\nExpecting "+I.join(", ")+", got '"+(this.terminals_[_]||_)+"'":"Parse error on line "+(l+1)+": Unexpected "+(1==_?"end of input":"'"+(this.terminals_[_]||_)+"'"),this.parseError(C,{text:d.match,token:this.terminals_[_]||_,line:d.yylineno,loc:f,expected:I})}if(S[0]instanceof Array&&S.length>1)throw new Error("Parse Error: multiple actions possible at state: "+E+", token: "+_);switch(S[0]){case 1:n.push(_),s.push(d.yytext),r.push(d.yylloc),n.push(S[1]),_=null,k?(_=k,k=null):(h=d.yyleng,a=d.yytext,l=d.yylineno,f=d.yylloc,g>0&&g--);break;case 2:if(D=this.productions_[S[1]][1],v.$=s[s.length-D],v._$={first_line:r[r.length-(D||1)].first_line,last_line:r[r.length-1].last_line,first_column:r[r.length-(D||1)].first_column,last_column:r[r.length-1].last_column},m&&(v._$.range=[r[r.length-(D||1)].range[0],r[r.length-1].range[1]]),void 0!==(N=this.performAction.apply(v,[a,h,l,p.yy,S[1],s,r].concat(u))))return N;D&&(n=n.slice(0,-1*D*2),s=s.slice(0,-1*D),r=r.slice(0,-1*D)),n.push(this.productions_[S[1]][0]),s.push(v.$),r.push(v._$),L=o[n[n.length-2]][n[n.length-1]],n.push(L);break;case 3:return!0}}return!0},"parse")},S=function(){return{EOF:1,parseError:(0,c.K2)(function(t,e){if(!this.yy.parser)throw new Error(t);this.yy.parser.parseError(t,e)},"parseError"),setInput:(0,c.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,c.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,c.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,c.K2)(function(){return this._more=!0,this},"more"),reject:(0,c.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,c.K2)(function(t){this.unput(this.match.slice(t))},"less"),pastInput:(0,c.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,c.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,c.K2)(function(){var t=this.pastInput(),e=new Array(t.length+1).join("-");return t+this.upcomingInput()+"\n"+e+"^"},"showPosition"),test_match:(0,c.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,c.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,c.K2)(function(){var t=this.next();return t||this.lex()},"lex"),begin:(0,c.K2)(function(t){this.conditionStack.push(t)},"begin"),popState:(0,c.K2)(function(){return this.conditionStack.length-1>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:(0,c.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,c.K2)(function(t){return(t=this.conditionStack.length-1-Math.abs(t||0))>=0?this.conditionStack[t]:"INITIAL"},"topState"),pushState:(0,c.K2)(function(t){this.begin(t)},"pushState"),stateStackSize:(0,c.K2)(function(){return this.conditionStack.length},"stateStackSize"),options:{"case-insensitive":!0},performAction:(0,c.K2)(function(t,e,n,i){switch(n){case 0:return this.pushState("shapeData"),e.yytext="",24;case 1:return this.pushState("shapeDataStr"),24;case 2:return this.popState(),24;case 3:const n=/\n\s*/g;return e.yytext=e.yytext.replace(n,"<br/>"),24;case 4:return 24;case 5:case 10:case 29:case 32:this.popState();break;case 6:return t.getLogger().trace("Found comment",e.yytext),6;case 7:return 8;case 8:this.begin("CLASS");break;case 9:return this.popState(),17;case 11:t.getLogger().trace("Begin icon"),this.begin("ICON");break;case 12:return t.getLogger().trace("SPACELINE"),6;case 13:return 7;case 14:return 16;case 15:t.getLogger().trace("end icon"),this.popState();break;case 16:return t.getLogger().trace("Exploding node"),this.begin("NODE"),20;case 17:return t.getLogger().trace("Cloud"),this.begin("NODE"),20;case 18:return t.getLogger().trace("Explosion Bang"),this.begin("NODE"),20;case 19:return t.getLogger().trace("Cloud Bang"),this.begin("NODE"),20;case 20:case 21:case 22:case 23:return this.begin("NODE"),20;case 24:return 13;case 25:return 23;case 26:return 11;case 27:this.begin("NSTR2");break;case 28:return"NODE_DESCR";case 30:t.getLogger().trace("Starting NSTR"),this.begin("NSTR");break;case 31:return t.getLogger().trace("description:",e.yytext),"NODE_DESCR";case 33:return this.popState(),t.getLogger().trace("node end ))"),"NODE_DEND";case 34:return this.popState(),t.getLogger().trace("node end )"),"NODE_DEND";case 35:return this.popState(),t.getLogger().trace("node end ...",e.yytext),"NODE_DEND";case 36:case 39:case 40:return this.popState(),t.getLogger().trace("node end (("),"NODE_DEND";case 37:case 38:return this.popState(),t.getLogger().trace("node end (-"),"NODE_DEND";case 41:case 42:return t.getLogger().trace("Long description:",e.yytext),21}},"anonymous"),rules:[/^(?:@\{)/i,/^(?:["])/i,/^(?:["])/i,/^(?:[^\"]+)/i,/^(?:[^}^"]+)/i,/^(?:\})/i,/^(?:\s*%%.*)/i,/^(?:kanban\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:{shapeDataEndBracket:{rules:[],inclusive:!1},shapeDataStr:{rules:[2,3],inclusive:!1},shapeData:{rules:[1,4,5],inclusive:!1},CLASS:{rules:[9,10],inclusive:!1},ICON:{rules:[14,15],inclusive:!1},NSTR2:{rules:[28,29],inclusive:!1},NSTR:{rules:[31,32],inclusive:!1},NODE:{rules:[27,30,33,34,35,36,37,38,39,40,41,42],inclusive:!1},INITIAL:{rules:[0,6,7,8,11,12,13,16,17,18,19,20,21,22,23,24,25,26],inclusive:!0}}}}();function N(){this.yy={}}return E.lexer=S,(0,c.K2)(N,"Parser"),N.prototype=E,E.Parser=N,new N}();u.parser=u;var d=u,p=[],y=[],f=0,m={},b=(0,c.K2)(()=>{p=[],y=[],f=0,m={}},"clear"),_=(0,c.K2)(t=>{if(0===p.length)return null;const e=p[0].level;let n=null;for(let i=p.length-1;i>=0;i--)if(p[i].level!==e||n||(n=p[i]),p[i].level<e)throw new Error('Items without section detected, found section ("'+p[i].label+'")');return t===n?.level?null:n},"getSection"),k=(0,c.K2)(function(){return y},"getSections"),E=(0,c.K2)(function(){const t=[],e=k(),n=(0,a.D7)();for(const i of e){const e={id:i.id,label:(0,a.jZ)(i.label??"",n),isGroup:!0,ticket:i.ticket,shape:"kanbanSection",level:i.level,look:n.look};t.push(e);const s=p.filter(t=>t.parentId===i.id);for(const r of s){const e={id:r.id,parentId:i.id,label:(0,a.jZ)(r.label??"",n),isGroup:!1,ticket:r?.ticket,priority:r?.priority,assigned:r?.assigned,icon:r?.icon,shape:"kanbanItem",level:r.level,rx:5,ry:5,cssStyles:["text-align: left"]};t.push(e)}}return{nodes:t,edges:[],other:{},config:(0,a.D7)()}},"getData"),S=(0,c.K2)((t,e,n,i,s)=>{const o=(0,a.D7)();let c=o.mindmap?.padding??a.UI.mindmap.padding;switch(i){case N.ROUNDED_RECT:case N.RECT:case N.HEXAGON:c*=2}const l={id:(0,a.jZ)(e,o)||"kbn"+f++,level:t,label:(0,a.jZ)(n,o),width:o.mindmap?.maxNodeWidth??a.UI.mindmap.maxNodeWidth,padding:c,isGroup:!1};if(void 0!==s){let t;t=s.includes("\n")?s+"\n":"{\n"+s+"\n}";const e=(0,r.H)(t,{schema:r.r});if(e.shape&&(e.shape!==e.shape.toLowerCase()||e.shape.includes("_")))throw new Error(`No such shape: ${e.shape}. Shape names should be lowercase.`);e?.shape&&"kanbanItem"===e.shape&&(l.shape=e?.shape),e?.label&&(l.label=e?.label),e?.icon&&(l.icon=e?.icon.toString()),e?.assigned&&(l.assigned=e?.assigned.toString()),e?.ticket&&(l.ticket=e?.ticket.toString()),e?.priority&&(l.priority=e?.priority)}const h=_(t);h?l.parentId=h.id||"kbn"+f++:y.push(l),p.push(l)},"addNode"),N={DEFAULT:0,NO_BORDER:0,ROUNDED_RECT:1,RECT:2,CIRCLE:3,CLOUD:4,BANG:5,HEXAGON:6},x={clear:b,addNode:S,getSections:k,getData:E,nodeType:N,getType:(0,c.K2)((t,e)=>{switch(c.Rm.debug("In get type",t,e),t){case"[":return N.RECT;case"(":return")"===e?N.ROUNDED_RECT:N.CLOUD;case"((":return N.CIRCLE;case")":return N.CLOUD;case"))":return N.BANG;case"{{":return N.HEXAGON;default:return N.DEFAULT}},"getType"),setElementForId:(0,c.K2)((t,e)=>{m[t]=e},"setElementForId"),decorateNode:(0,c.K2)(t=>{if(!t)return;const e=(0,a.D7)(),n=p[p.length-1];t.icon&&(n.icon=(0,a.jZ)(t.icon,e)),t.class&&(n.cssClasses=(0,a.jZ)(t.class,e))},"decorateNode"),type2Str:(0,c.K2)(t=>{switch(t){case N.DEFAULT:return"no-border";case N.RECT:return"rect";case N.ROUNDED_RECT:return"rounded-rect";case N.CIRCLE:return"circle";case N.CLOUD:return"cloud";case N.BANG:return"bang";case N.HEXAGON:return"hexgon";default:return"no-border"}},"type2Str"),getLogger:(0,c.K2)(()=>c.Rm,"getLogger"),getElementById:(0,c.K2)(t=>m[t],"getElementById")},D={draw:(0,c.K2)(async(t,e,n,s)=>{c.Rm.debug("Rendering kanban diagram\n"+t);const r=s.db.getData(),l=(0,a.D7)();l.htmlLabels=!1;const h=(0,i.D)(e),g=h.append("g");g.attr("class","sections");const u=h.append("g");u.attr("class","items");const d=r.nodes.filter(t=>t.isGroup);let p=0;const y=[];let f=25;for(const i of d){const t=l?.kanban?.sectionWidth||200;p+=1,i.x=t*p+10*(p-1)/2,i.width=t,i.y=0,i.height=3*t,i.rx=5,i.ry=5,i.cssClasses=i.cssClasses+" section-"+p;const e=await(0,o.U)(g,i);f=Math.max(f,e?.labelBBox?.height),y.push(e)}let m=0;for(const i of d){const t=y[m];m+=1;const e=l?.kanban?.sectionWidth||200,n=3*-e/2+f;let s=n;const a=r.nodes.filter(t=>t.parentId===i.id);for(const r of a){if(r.isGroup)throw new Error("Groups within groups are not allowed in Kanban diagrams");r.x=i.x,r.width=e-15;const t=(await(0,o.on)(u,r,{config:l})).node().getBBox();r.y=s+t.height/2,await(0,o.U_)(r),s=r.y+t.height/2+5}const c=t.cluster.select("rect"),h=Math.max(s-n+30,50)+(f-25);c.attr("height",h)}(0,a.ot)(void 0,h,l.mindmap?.padding??a.UI.kanban.padding,l.mindmap?.useMaxWidth??a.UI.kanban.useMaxWidth)},"draw")},L=(0,c.K2)(t=>{let e="";for(let i=0;i<t.THEME_COLOR_LIMIT;i++)t["lineColor"+i]=t["lineColor"+i]||t["cScaleInv"+i],(0,l.A)(t["lineColor"+i])?t["lineColor"+i]=(0,h.A)(t["lineColor"+i],20):t["lineColor"+i]=(0,g.A)(t["lineColor"+i],20);const n=(0,c.K2)((e,n)=>t.darkMode?(0,g.A)(e,n):(0,h.A)(e,n),"adjuster");for(let i=0;i<t.THEME_COLOR_LIMIT;i++){const s=""+(17-3*i);e+=`\n .section-${i-1} rect, .section-${i-1} path, .section-${i-1} circle, .section-${i-1} polygon, .section-${i-1} path {\n fill: ${n(t["cScale"+i],10)};\n stroke: ${n(t["cScale"+i],10)};\n\n }\n .section-${i-1} text {\n fill: ${t["cScaleLabel"+i]};\n }\n .node-icon-${i-1} {\n font-size: 40px;\n color: ${t["cScaleLabel"+i]};\n }\n .section-edge-${i-1}{\n stroke: ${t["cScale"+i]};\n }\n .edge-depth-${i-1}{\n stroke-width: ${s};\n }\n .section-${i-1} line {\n stroke: ${t["cScaleInv"+i]} ;\n stroke-width: 3;\n }\n\n .disabled, .disabled circle, .disabled text {\n fill: lightgray;\n }\n .disabled text {\n fill: #efefef;\n }\n\n .node rect,\n .node circle,\n .node ellipse,\n .node polygon,\n .node path {\n fill: ${t.background};\n stroke: ${t.nodeBorder};\n stroke-width: 1px;\n }\n\n .kanban-ticket-link {\n fill: ${t.background};\n stroke: ${t.nodeBorder};\n text-decoration: underline;\n }\n `}return e},"genSections"),I={db:x,renderer:D,parser:d,styles:(0,c.K2)(t=>`\n .edge {\n stroke-width: 3;\n }\n ${L(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 .icon-container {\n height:100%;\n display: flex;\n justify-content: center;\n align-items: center;\n }\n .edge {\n fill: none;\n }\n .cluster-label, .label {\n color: ${t.textColor};\n fill: ${t.textColor};\n }\n .kanban-label {\n dy: 1em;\n alignment-baseline: middle;\n text-anchor: middle;\n dominant-baseline: middle;\n text-align: center;\n }\n ${(0,s.o)()}\n`,"getStyles")}},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")}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[4765],{86230:(e,n,s)=>{s.r(n),s.d(n,{assets:()=>a,contentTitle:()=>r,default:()=>p,frontMatter:()=>o,metadata:()=>t,toc:()=>d});const t=JSON.parse('{"id":"api/type-aliases/ModuleCloseListener","title":"ModuleCloseListener()","description":"event handler that handles module close event","source":"@site/docs/api/type-aliases/ModuleCloseListener.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/ModuleCloseListener","permalink":"/scripting-object/api/type-aliases/ModuleCloseListener","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/ModuleCloseListener.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"ModuleCloseInfo","permalink":"/scripting-object/api/type-aliases/ModuleCloseInfo"},"next":{"title":"ModuleEvents","permalink":"/scripting-object/api/type-aliases/ModuleEvents"}}');var l=s(86070),i=s(90116);const o={},r="ModuleCloseListener()",a={},d=[{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 c(e){const n={a:"a",code:"code",h1:"h1",h2:"h2",h3:"h3",h4:"h4",header:"header",p:"p",pre:"pre",...(0,i.R)(),...e.components};return(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(n.header,{children:(0,l.jsx)(n.h1,{id:"modulecloselistener",children:"ModuleCloseListener()"})}),"\n",(0,l.jsx)(n.pre,{children:(0,l.jsx)(n.code,{className:"language-ts",children:"type ModuleCloseListener = (params: {\n eventName: string;\n eventOptions?: Record<string, unknown>;\n eventParams: ModuleCloseInfo;\n obj: IModule;\n}) => boolean;\n"})}),"\n",(0,l.jsx)(n.p,{children:"event handler that handles module close event"}),"\n",(0,l.jsx)(n.h2,{id:"parameters",children:"Parameters"}),"\n",(0,l.jsx)(n.h3,{id:"params",children:"params"}),"\n",(0,l.jsx)(n.p,{children:"event parameters"}),"\n",(0,l.jsx)(n.h4,{id:"eventname",children:"eventName"}),"\n",(0,l.jsx)(n.p,{children:(0,l.jsx)(n.code,{children:"string"})}),"\n",(0,l.jsx)(n.p,{children:"event name"}),"\n",(0,l.jsx)(n.h4,{id:"eventoptions",children:"eventOptions?"}),"\n",(0,l.jsxs)(n.p,{children:[(0,l.jsx)(n.code,{children:"Record"}),"<",(0,l.jsx)(n.code,{children:"string"}),", ",(0,l.jsx)(n.code,{children:"unknown"}),">"]}),"\n",(0,l.jsx)(n.p,{children:"additional options related to the event"}),"\n",(0,l.jsx)(n.h4,{id:"eventparams",children:"eventParams"}),"\n",(0,l.jsx)(n.p,{children:(0,l.jsx)(n.a,{href:"/scripting-object/api/type-aliases/ModuleCloseInfo",children:(0,l.jsx)(n.code,{children:"ModuleCloseInfo"})})}),"\n",(0,l.jsx)(n.p,{children:"Module close info"}),"\n",(0,l.jsx)(n.h4,{id:"obj",children:"obj"}),"\n",(0,l.jsx)(n.p,{children:(0,l.jsx)(n.a,{href:"/scripting-object/api/interfaces/IModule",children:(0,l.jsx)(n.code,{children:"IModule"})})}),"\n",(0,l.jsx)(n.p,{children:"module object reference"}),"\n",(0,l.jsx)(n.h2,{id:"returns",children:"Returns"}),"\n",(0,l.jsx)(n.p,{children:(0,l.jsx)(n.code,{children:"boolean"})}),"\n",(0,l.jsx)(n.p,{children:"true to allow module unload, false otherwise"})]})}function p(e={}){const{wrapper:n}={...(0,i.R)(),...e.components};return n?(0,l.jsx)(n,{...e,children:(0,l.jsx)(c,{...e})}):c(e)}},90116:(e,n,s)=>{s.d(n,{R:()=>o,x:()=>r});var t=s(30758);const l={},i=t.createContext(l);function o(e){const n=t.useContext(i);return t.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(l):e.components||l:o(e.components),t.createElement(i.Provider,{value:n},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[5543],{12891:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>o,contentTitle:()=>l,default:()=>d,frontMatter:()=>n,metadata:()=>a,toc:()=>c});const a=JSON.parse('{"id":"api/type-aliases/EVaultPortal","title":"EVaultPortal","description":"Properties","source":"@site/docs/api/type-aliases/EVaultPortal.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/EVaultPortal","permalink":"/scripting-object/api/type-aliases/EVaultPortal","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/EVaultPortal.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"EVault","permalink":"/scripting-object/api/type-aliases/EVault"},"next":{"title":"EditComment","permalink":"/scripting-object/api/type-aliases/EditComment"}}');var i=s(86070),r=s(90116);const n={},l="EVaultPortal",o={},c=[{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,r.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t.header,{children:(0,i.jsx)(t.h1,{id:"evaultportal",children:"EVaultPortal"})}),"\n",(0,i.jsx)(t.pre,{children:(0,i.jsx)(t.code,{className:"language-ts",children:"type EVaultPortal = {\n access: boolean;\n rights: string[];\n};\n"})}),"\n",(0,i.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,i.jsx)(t.h3,{id:"access",children:"access"}),"\n",(0,i.jsx)(t.pre,{children:(0,i.jsx)(t.code,{className:"language-ts",children:"access: boolean;\n"})}),"\n",(0,i.jsx)(t.hr,{}),"\n",(0,i.jsx)(t.h3,{id:"rights",children:"rights"}),"\n",(0,i.jsx)(t.pre,{children:(0,i.jsx)(t.code,{className:"language-ts",children:"rights: string[];\n"})})]})}function d(e={}){const{wrapper:t}={...(0,r.R)(),...e.components};return t?(0,i.jsx)(t,{...e,children:(0,i.jsx)(p,{...e})}):p(e)}},90116:(e,t,s)=>{s.d(t,{R:()=>n,x:()=>l});var a=s(30758);const i={},r=a.createContext(i);function n(e){const t=a.useContext(r);return a.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:n(e.components),a.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([[1225],{39791:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>c,contentTitle:()=>o,default:()=>d,frontMatter:()=>r,metadata:()=>i,toc:()=>l});const i=JSON.parse('{"id":"api/type-aliases/TransactionInfo","title":"TransactionInfo","description":"details about the transaction that is created / updated","source":"@site/docs/api/type-aliases/TransactionInfo.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/TransactionInfo","permalink":"/scripting-object/api/type-aliases/TransactionInfo","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/TransactionInfo.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"TransactionEvent","permalink":"/scripting-object/api/type-aliases/TransactionEvent"},"next":{"title":"TransactionRequest","permalink":"/scripting-object/api/type-aliases/TransactionRequest"}}');var a=n(86070),s=n(90116);const r={},o="TransactionInfo",c={},l=[{value:"Properties",id:"properties",level:2},{value:"id",id:"id",level:3}];function p(e){const t={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",p:"p",pre:"pre",...(0,s.R)(),...e.components};return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(t.header,{children:(0,a.jsx)(t.h1,{id:"transactioninfo",children:"TransactionInfo"})}),"\n",(0,a.jsx)(t.pre,{children:(0,a.jsx)(t.code,{className:"language-ts",children:"type TransactionInfo = {\n id: string | null;\n};\n"})}),"\n",(0,a.jsx)(t.p,{children:"details about the transaction that is created / updated"}),"\n",(0,a.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,a.jsx)(t.h3,{id:"id",children:"id"}),"\n",(0,a.jsx)(t.pre,{children:(0,a.jsx)(t.code,{className:"language-ts",children:"id: string | null;\n"})}),"\n",(0,a.jsx)(t.p,{children:"unique identifier for the transaction"})]})}function d(e={}){const{wrapper:t}={...(0,s.R)(),...e.components};return t?(0,a.jsx)(t,{...e,children:(0,a.jsx)(p,{...e})}):p(e)}},90116:(e,t,n)=>{n.d(t,{R:()=>r,x:()=>o});var i=n(30758);const a={},s=i.createContext(a);function r(e){const t=i.useContext(s);return i.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function o(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(a):e.components||a: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([[874],{59044:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>o,contentTitle:()=>l,default:()=>d,frontMatter:()=>a,metadata:()=>n,toc:()=>c});const n=JSON.parse('{"id":"api/type-aliases/FinishMilestone","title":"FinishMilestone","description":"Properties","source":"@site/docs/api/type-aliases/FinishMilestone.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/FinishMilestone","permalink":"/scripting-object/api/type-aliases/FinishMilestone","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/FinishMilestone.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"FileContacts","permalink":"/scripting-object/api/type-aliases/FileContacts"},"next":{"title":"Form","permalink":"/scripting-object/api/type-aliases/Form"}}');var s=i(86070),r=i(90116);const a={},l="FinishMilestone",o={},c=[{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 p(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:"finishmilestone",children:"FinishMilestone"})}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"type FinishMilestone = {\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)(p,{...e})}):p(e)}},90116:(e,t,i)=>{i.d(t,{R:()=>a,x:()=>l});var n=i(30758);const s={},r=n.createContext(s);function a(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(s):e.components||s:a(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([[6354],{37483:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>l,contentTitle:()=>o,default:()=>p,frontMatter:()=>r,metadata:()=>i,toc:()=>c});const i=JSON.parse('{"id":"api/type-aliases/LoanFieldChangeSyncListener","title":"LoanFieldChangeSyncListener()","description":"Event handler for synchronous loan field change event","source":"@site/docs/api/type-aliases/LoanFieldChangeSyncListener.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/LoanFieldChangeSyncListener","permalink":"/scripting-object/api/type-aliases/LoanFieldChangeSyncListener","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/LoanFieldChangeSyncListener.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"LoanEvents","permalink":"/scripting-object/api/type-aliases/LoanEvents"},"next":{"title":"LoanMilestoneCompletedListener()","permalink":"/scripting-object/api/type-aliases/LoanMilestoneCompletedListener"}}');var a=t(86070),s=t(90116);const r={},o="LoanFieldChangeSyncListener()",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 d(e){const n={a:"a",code:"code",h1:"h1",h2:"h2",h3:"h3",h4:"h4",header:"header",p:"p",pre:"pre",...(0,s.R)(),...e.components};return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.header,{children:(0,a.jsx)(n.h1,{id:"loanfieldchangesynclistener",children:"LoanFieldChangeSyncListener()"})}),"\n",(0,a.jsx)(n.pre,{children:(0,a.jsx)(n.code,{className:"language-ts",children:"type LoanFieldChangeSyncListener = (params: {\n eventName: string;\n eventOptions?: Record<string, unknown>;\n eventParams: LoanChangeEventInfo;\n obj: ILoan;\n}) => boolean;\n"})}),"\n",(0,a.jsx)(n.p,{children:"Event handler for synchronous loan field change event"}),"\n",(0,a.jsx)(n.h2,{id:"parameters",children:"Parameters"}),"\n",(0,a.jsx)(n.h3,{id:"params",children:"params"}),"\n",(0,a.jsx)(n.p,{children:"event parameters"}),"\n",(0,a.jsx)(n.h4,{id:"eventname",children:"eventName"}),"\n",(0,a.jsx)(n.p,{children:(0,a.jsx)(n.code,{children:"string"})}),"\n",(0,a.jsx)(n.p,{children:"event name"}),"\n",(0,a.jsx)(n.h4,{id:"eventoptions",children:"eventOptions?"}),"\n",(0,a.jsxs)(n.p,{children:[(0,a.jsx)(n.code,{children:"Record"}),"<",(0,a.jsx)(n.code,{children:"string"}),", ",(0,a.jsx)(n.code,{children:"unknown"}),">"]}),"\n",(0,a.jsx)(n.p,{children:"additional options related to the event"}),"\n",(0,a.jsx)(n.h4,{id:"eventparams",children:"eventParams"}),"\n",(0,a.jsx)(n.p,{children:(0,a.jsx)(n.a,{href:"/scripting-object/api/type-aliases/LoanChangeEventInfo",children:(0,a.jsx)(n.code,{children:"LoanChangeEventInfo"})})}),"\n",(0,a.jsx)(n.p,{children:"loan field change info"}),"\n",(0,a.jsx)(n.h4,{id:"obj",children:"obj"}),"\n",(0,a.jsx)(n.p,{children:(0,a.jsx)(n.a,{href:"/scripting-object/api/interfaces/ILoan",children:(0,a.jsx)(n.code,{children:"ILoan"})})}),"\n",(0,a.jsx)(n.p,{children:"loan object reference"}),"\n",(0,a.jsx)(n.h2,{id:"returns",children:"Returns"}),"\n",(0,a.jsx)(n.p,{children:(0,a.jsx)(n.code,{children:"boolean"})}),"\n",(0,a.jsx)(n.p,{children:"true to continue the field change, false to cancel it"})]})}function p(e={}){const{wrapper:n}={...(0,s.R)(),...e.components};return n?(0,a.jsx)(n,{...e,children:(0,a.jsx)(d,{...e})}):d(e)}},90116:(e,n,t)=>{t.d(n,{R:()=>r,x:()=>o});var i=t(30758);const a={},s=i.createContext(a);function r(e){const n=i.useContext(s);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(a):e.components||a:r(e.components),i.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([[3038],{33038:(t,e,i)=>{i.d(e,{diagram:()=>I});var a=i(472),n=i(10052),s=i(3170),r=function(){var t=(0,n.K2)(function(t,e,i,a){for(i=i||{},a=t.length;a--;i[t[a]]=e);return i},"o"),e=[1,3],i=[1,4],a=[1,5],s=[1,6],r=[1,7],o=[1,4,5,10,12,13,14,18,25,35,37,39,41,42,48,50,51,52,53,54,55,56,57,60,61,63,64,65,66,67],l=[1,4,5,10,12,13,14,18,25,28,35,37,39,41,42,48,50,51,52,53,54,55,56,57,60,61,63,64,65,66,67],h=[55,56,57],c=[2,36],d=[1,37],u=[1,36],x=[1,38],g=[1,35],f=[1,43],p=[1,41],y=[1,14],T=[1,23],m=[1,18],q=[1,19],_=[1,20],A=[1,21],b=[1,22],S=[1,24],k=[1,25],F=[1,26],P=[1,27],C=[1,28],L=[1,29],v=[1,32],I=[1,33],E=[1,34],D=[1,39],z=[1,40],w=[1,42],K=[1,44],U=[1,62],N=[1,61],R=[4,5,8,10,12,13,14,18,44,47,49,55,56,57,63,64,65,66,67],B=[1,65],W=[1,66],$=[1,67],Q=[1,68],O=[1,69],X=[1,70],H=[1,71],M=[1,72],Y=[1,73],j=[1,74],G=[1,75],V=[1,76],Z=[4,5,6,7,8,9,10,11,12,13,14,15,18],J=[1,90],tt=[1,91],et=[1,92],it=[1,99],at=[1,93],nt=[1,96],st=[1,94],rt=[1,95],ot=[1,97],lt=[1,98],ht=[1,102],ct=[10,55,56,57],dt=[4,5,6,8,10,11,13,17,18,19,20,55,56,57],ut={trace:(0,n.K2)(function(){},"trace"),yy:{},symbols_:{error:2,idStringToken:3,ALPHA:4,NUM:5,NODE_STRING:6,DOWN:7,MINUS:8,DEFAULT:9,COMMA:10,COLON:11,AMP:12,BRKT:13,MULT:14,UNICODE_TEXT:15,styleComponent:16,UNIT:17,SPACE:18,STYLE:19,PCT:20,idString:21,style:22,stylesOpt:23,classDefStatement:24,CLASSDEF:25,start:26,eol:27,QUADRANT:28,document:29,line:30,statement:31,axisDetails:32,quadrantDetails:33,points:34,title:35,title_value:36,acc_title:37,acc_title_value:38,acc_descr:39,acc_descr_value:40,acc_descr_multiline_value:41,section:42,text:43,point_start:44,point_x:45,point_y:46,class_name:47,"X-AXIS":48,"AXIS-TEXT-DELIMITER":49,"Y-AXIS":50,QUADRANT_1:51,QUADRANT_2:52,QUADRANT_3:53,QUADRANT_4:54,NEWLINE:55,SEMI:56,EOF:57,alphaNumToken:58,textNoTagsToken:59,STR:60,MD_STR:61,alphaNum:62,PUNCTUATION:63,PLUS:64,EQUALS:65,DOT:66,UNDERSCORE:67,$accept:0,$end:1},terminals_:{2:"error",4:"ALPHA",5:"NUM",6:"NODE_STRING",7:"DOWN",8:"MINUS",9:"DEFAULT",10:"COMMA",11:"COLON",12:"AMP",13:"BRKT",14:"MULT",15:"UNICODE_TEXT",17:"UNIT",18:"SPACE",19:"STYLE",20:"PCT",25:"CLASSDEF",28:"QUADRANT",35:"title",36:"title_value",37:"acc_title",38:"acc_title_value",39:"acc_descr",40:"acc_descr_value",41:"acc_descr_multiline_value",42:"section",44:"point_start",45:"point_x",46:"point_y",47:"class_name",48:"X-AXIS",49:"AXIS-TEXT-DELIMITER",50:"Y-AXIS",51:"QUADRANT_1",52:"QUADRANT_2",53:"QUADRANT_3",54:"QUADRANT_4",55:"NEWLINE",56:"SEMI",57:"EOF",60:"STR",61:"MD_STR",63:"PUNCTUATION",64:"PLUS",65:"EQUALS",66:"DOT",67:"UNDERSCORE"},productions_:[0,[3,1],[3,1],[3,1],[3,1],[3,1],[3,1],[3,1],[3,1],[3,1],[3,1],[3,1],[3,1],[16,1],[16,1],[16,1],[16,1],[16,1],[16,1],[16,1],[16,1],[16,1],[16,1],[21,1],[21,2],[22,1],[22,2],[23,1],[23,3],[24,5],[26,2],[26,2],[26,2],[29,0],[29,2],[30,2],[31,0],[31,1],[31,2],[31,1],[31,1],[31,1],[31,2],[31,2],[31,2],[31,1],[31,1],[34,4],[34,5],[34,5],[34,6],[32,4],[32,3],[32,2],[32,4],[32,3],[32,2],[33,2],[33,2],[33,2],[33,2],[27,1],[27,1],[27,1],[43,1],[43,2],[43,1],[43,1],[62,1],[62,2],[58,1],[58,1],[58,1],[58,1],[58,1],[58,1],[58,1],[58,1],[58,1],[58,1],[58,1],[59,1],[59,1],[59,1]],performAction:(0,n.K2)(function(t,e,i,a,n,s,r){var o=s.length-1;switch(n){case 23:case 68:this.$=s[o];break;case 24:case 69:this.$=s[o-1]+""+s[o];break;case 26:this.$=s[o-1]+s[o];break;case 27:this.$=[s[o].trim()];break;case 28:s[o-2].push(s[o].trim()),this.$=s[o-2];break;case 29:this.$=s[o-4],a.addClass(s[o-2],s[o]);break;case 37:this.$=[];break;case 42:this.$=s[o].trim(),a.setDiagramTitle(this.$);break;case 43:this.$=s[o].trim(),a.setAccTitle(this.$);break;case 44:case 45:this.$=s[o].trim(),a.setAccDescription(this.$);break;case 46:a.addSection(s[o].substr(8)),this.$=s[o].substr(8);break;case 47:a.addPoint(s[o-3],"",s[o-1],s[o],[]);break;case 48:a.addPoint(s[o-4],s[o-3],s[o-1],s[o],[]);break;case 49:a.addPoint(s[o-4],"",s[o-2],s[o-1],s[o]);break;case 50:a.addPoint(s[o-5],s[o-4],s[o-2],s[o-1],s[o]);break;case 51:a.setXAxisLeftText(s[o-2]),a.setXAxisRightText(s[o]);break;case 52:s[o-1].text+=" \u27f6 ",a.setXAxisLeftText(s[o-1]);break;case 53:a.setXAxisLeftText(s[o]);break;case 54:a.setYAxisBottomText(s[o-2]),a.setYAxisTopText(s[o]);break;case 55:s[o-1].text+=" \u27f6 ",a.setYAxisBottomText(s[o-1]);break;case 56:a.setYAxisBottomText(s[o]);break;case 57:a.setQuadrant1Text(s[o]);break;case 58:a.setQuadrant2Text(s[o]);break;case 59:a.setQuadrant3Text(s[o]);break;case 60:a.setQuadrant4Text(s[o]);break;case 64:case 66:this.$={text:s[o],type:"text"};break;case 65:this.$={text:s[o-1].text+""+s[o],type:s[o-1].type};break;case 67:this.$={text:s[o],type:"markdown"}}},"anonymous"),table:[{18:e,26:1,27:2,28:i,55:a,56:s,57:r},{1:[3]},{18:e,26:8,27:2,28:i,55:a,56:s,57:r},{18:e,26:9,27:2,28:i,55:a,56:s,57:r},t(o,[2,33],{29:10}),t(l,[2,61]),t(l,[2,62]),t(l,[2,63]),{1:[2,30]},{1:[2,31]},t(h,c,{30:11,31:12,24:13,32:15,33:16,34:17,43:30,58:31,1:[2,32],4:d,5:u,10:x,12:g,13:f,14:p,18:y,25:T,35:m,37:q,39:_,41:A,42:b,48:S,50:k,51:F,52:P,53:C,54:L,60:v,61:I,63:E,64:D,65:z,66:w,67:K}),t(o,[2,34]),{27:45,55:a,56:s,57:r},t(h,[2,37]),t(h,c,{24:13,32:15,33:16,34:17,43:30,58:31,31:46,4:d,5:u,10:x,12:g,13:f,14:p,18:y,25:T,35:m,37:q,39:_,41:A,42:b,48:S,50:k,51:F,52:P,53:C,54:L,60:v,61:I,63:E,64:D,65:z,66:w,67:K}),t(h,[2,39]),t(h,[2,40]),t(h,[2,41]),{36:[1,47]},{38:[1,48]},{40:[1,49]},t(h,[2,45]),t(h,[2,46]),{18:[1,50]},{4:d,5:u,10:x,12:g,13:f,14:p,43:51,58:31,60:v,61:I,63:E,64:D,65:z,66:w,67:K},{4:d,5:u,10:x,12:g,13:f,14:p,43:52,58:31,60:v,61:I,63:E,64:D,65:z,66:w,67:K},{4:d,5:u,10:x,12:g,13:f,14:p,43:53,58:31,60:v,61:I,63:E,64:D,65:z,66:w,67:K},{4:d,5:u,10:x,12:g,13:f,14:p,43:54,58:31,60:v,61:I,63:E,64:D,65:z,66:w,67:K},{4:d,5:u,10:x,12:g,13:f,14:p,43:55,58:31,60:v,61:I,63:E,64:D,65:z,66:w,67:K},{4:d,5:u,10:x,12:g,13:f,14:p,43:56,58:31,60:v,61:I,63:E,64:D,65:z,66:w,67:K},{4:d,5:u,8:U,10:x,12:g,13:f,14:p,18:N,44:[1,57],47:[1,58],58:60,59:59,63:E,64:D,65:z,66:w,67:K},t(R,[2,64]),t(R,[2,66]),t(R,[2,67]),t(R,[2,70]),t(R,[2,71]),t(R,[2,72]),t(R,[2,73]),t(R,[2,74]),t(R,[2,75]),t(R,[2,76]),t(R,[2,77]),t(R,[2,78]),t(R,[2,79]),t(R,[2,80]),t(o,[2,35]),t(h,[2,38]),t(h,[2,42]),t(h,[2,43]),t(h,[2,44]),{3:64,4:B,5:W,6:$,7:Q,8:O,9:X,10:H,11:M,12:Y,13:j,14:G,15:V,21:63},t(h,[2,53],{59:59,58:60,4:d,5:u,8:U,10:x,12:g,13:f,14:p,18:N,49:[1,77],63:E,64:D,65:z,66:w,67:K}),t(h,[2,56],{59:59,58:60,4:d,5:u,8:U,10:x,12:g,13:f,14:p,18:N,49:[1,78],63:E,64:D,65:z,66:w,67:K}),t(h,[2,57],{59:59,58:60,4:d,5:u,8:U,10:x,12:g,13:f,14:p,18:N,63:E,64:D,65:z,66:w,67:K}),t(h,[2,58],{59:59,58:60,4:d,5:u,8:U,10:x,12:g,13:f,14:p,18:N,63:E,64:D,65:z,66:w,67:K}),t(h,[2,59],{59:59,58:60,4:d,5:u,8:U,10:x,12:g,13:f,14:p,18:N,63:E,64:D,65:z,66:w,67:K}),t(h,[2,60],{59:59,58:60,4:d,5:u,8:U,10:x,12:g,13:f,14:p,18:N,63:E,64:D,65:z,66:w,67:K}),{45:[1,79]},{44:[1,80]},t(R,[2,65]),t(R,[2,81]),t(R,[2,82]),t(R,[2,83]),{3:82,4:B,5:W,6:$,7:Q,8:O,9:X,10:H,11:M,12:Y,13:j,14:G,15:V,18:[1,81]},t(Z,[2,23]),t(Z,[2,1]),t(Z,[2,2]),t(Z,[2,3]),t(Z,[2,4]),t(Z,[2,5]),t(Z,[2,6]),t(Z,[2,7]),t(Z,[2,8]),t(Z,[2,9]),t(Z,[2,10]),t(Z,[2,11]),t(Z,[2,12]),t(h,[2,52],{58:31,43:83,4:d,5:u,10:x,12:g,13:f,14:p,60:v,61:I,63:E,64:D,65:z,66:w,67:K}),t(h,[2,55],{58:31,43:84,4:d,5:u,10:x,12:g,13:f,14:p,60:v,61:I,63:E,64:D,65:z,66:w,67:K}),{46:[1,85]},{45:[1,86]},{4:J,5:tt,6:et,8:it,11:at,13:nt,16:89,17:st,18:rt,19:ot,20:lt,22:88,23:87},t(Z,[2,24]),t(h,[2,51],{59:59,58:60,4:d,5:u,8:U,10:x,12:g,13:f,14:p,18:N,63:E,64:D,65:z,66:w,67:K}),t(h,[2,54],{59:59,58:60,4:d,5:u,8:U,10:x,12:g,13:f,14:p,18:N,63:E,64:D,65:z,66:w,67:K}),t(h,[2,47],{22:88,16:89,23:100,4:J,5:tt,6:et,8:it,11:at,13:nt,17:st,18:rt,19:ot,20:lt}),{46:[1,101]},t(h,[2,29],{10:ht}),t(ct,[2,27],{16:103,4:J,5:tt,6:et,8:it,11:at,13:nt,17:st,18:rt,19:ot,20:lt}),t(dt,[2,25]),t(dt,[2,13]),t(dt,[2,14]),t(dt,[2,15]),t(dt,[2,16]),t(dt,[2,17]),t(dt,[2,18]),t(dt,[2,19]),t(dt,[2,20]),t(dt,[2,21]),t(dt,[2,22]),t(h,[2,49],{10:ht}),t(h,[2,48],{22:88,16:89,23:104,4:J,5:tt,6:et,8:it,11:at,13:nt,17:st,18:rt,19:ot,20:lt}),{4:J,5:tt,6:et,8:it,11:at,13:nt,16:89,17:st,18:rt,19:ot,20:lt,22:105},t(dt,[2,26]),t(h,[2,50],{10:ht}),t(ct,[2,28],{16:103,4:J,5:tt,6:et,8:it,11:at,13:nt,17:st,18:rt,19:ot,20:lt})],defaultActions:{8:[2,30],9:[2,31]},parseError:(0,n.K2)(function(t,e){if(!e.recoverable){var i=new Error(t);throw i.hash=e,i}this.trace(t)},"parseError"),parse:(0,n.K2)(function(t){var e=this,i=[0],a=[],s=[null],r=[],o=this.table,l="",h=0,c=0,d=0,u=r.slice.call(arguments,1),x=Object.create(this.lexer),g={yy:{}};for(var f in this.yy)Object.prototype.hasOwnProperty.call(this.yy,f)&&(g.yy[f]=this.yy[f]);x.setInput(t,g.yy),g.yy.lexer=x,g.yy.parser=this,void 0===x.yylloc&&(x.yylloc={});var p=x.yylloc;r.push(p);var y=x.options&&x.options.ranges;function T(){var t;return"number"!=typeof(t=a.pop()||x.lex()||1)&&(t instanceof Array&&(t=(a=t).pop()),t=e.symbols_[t]||t),t}"function"==typeof g.yy.parseError?this.parseError=g.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError,(0,n.K2)(function(t){i.length=i.length-2*t,s.length=s.length-t,r.length=r.length-t},"popStack"),(0,n.K2)(T,"lex");for(var m,q,_,A,b,S,k,F,P,C={};;){if(_=i[i.length-1],this.defaultActions[_]?A=this.defaultActions[_]:(null==m&&(m=T()),A=o[_]&&o[_][m]),void 0===A||!A.length||!A[0]){var L="";for(S in P=[],o[_])this.terminals_[S]&&S>2&&P.push("'"+this.terminals_[S]+"'");L=x.showPosition?"Parse error on line "+(h+1)+":\n"+x.showPosition()+"\nExpecting "+P.join(", ")+", got '"+(this.terminals_[m]||m)+"'":"Parse error on line "+(h+1)+": Unexpected "+(1==m?"end of input":"'"+(this.terminals_[m]||m)+"'"),this.parseError(L,{text:x.match,token:this.terminals_[m]||m,line:x.yylineno,loc:p,expected:P})}if(A[0]instanceof Array&&A.length>1)throw new Error("Parse Error: multiple actions possible at state: "+_+", token: "+m);switch(A[0]){case 1:i.push(m),s.push(x.yytext),r.push(x.yylloc),i.push(A[1]),m=null,q?(m=q,q=null):(c=x.yyleng,l=x.yytext,h=x.yylineno,p=x.yylloc,d>0&&d--);break;case 2:if(k=this.productions_[A[1]][1],C.$=s[s.length-k],C._$={first_line:r[r.length-(k||1)].first_line,last_line:r[r.length-1].last_line,first_column:r[r.length-(k||1)].first_column,last_column:r[r.length-1].last_column},y&&(C._$.range=[r[r.length-(k||1)].range[0],r[r.length-1].range[1]]),void 0!==(b=this.performAction.apply(C,[l,c,h,g.yy,A[1],s,r].concat(u))))return b;k&&(i=i.slice(0,-1*k*2),s=s.slice(0,-1*k),r=r.slice(0,-1*k)),i.push(this.productions_[A[1]][0]),s.push(C.$),r.push(C._$),F=o[i[i.length-2]][i[i.length-1]],i.push(F);break;case 3:return!0}}return!0},"parse")},xt=function(){return{EOF:1,parseError:(0,n.K2)(function(t,e){if(!this.yy.parser)throw new Error(t);this.yy.parser.parseError(t,e)},"parseError"),setInput:(0,n.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,n.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,n.K2)(function(t){var e=t.length,i=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 a=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),i.length-1&&(this.yylineno-=i.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:i?(i.length===a.length?this.yylloc.first_column:0)+a[a.length-i.length].length-i[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,n.K2)(function(){return this._more=!0,this},"more"),reject:(0,n.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,n.K2)(function(t){this.unput(this.match.slice(t))},"less"),pastInput:(0,n.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,n.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,n.K2)(function(){var t=this.pastInput(),e=new Array(t.length+1).join("-");return t+this.upcomingInput()+"\n"+e+"^"},"showPosition"),test_match:(0,n.K2)(function(t,e){var i,a,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))),(a=t[0].match(/(?:\r\n?|\n).*/g))&&(this.yylineno+=a.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:a?a[a.length-1].length-a[a.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],i=this.performAction.call(this,this.yy,this,e,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),i)return i;if(this._backtrack){for(var s in n)this[s]=n[s];return!1}return!1},"test_match"),next:(0,n.K2)(function(){if(this.done)return this.EOF;var t,e,i,a;this._input||(this.done=!0),this._more||(this.yytext="",this.match="");for(var n=this._currentRules(),s=0;s<n.length;s++)if((i=this._input.match(this.rules[n[s]]))&&(!e||i[0].length>e[0].length)){if(e=i,a=s,this.options.backtrack_lexer){if(!1!==(t=this.test_match(i,n[s])))return t;if(this._backtrack){e=!1;continue}return!1}if(!this.options.flex)break}return e?!1!==(t=this.test_match(e,n[a]))&&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,n.K2)(function(){var t=this.next();return t||this.lex()},"lex"),begin:(0,n.K2)(function(t){this.conditionStack.push(t)},"begin"),popState:(0,n.K2)(function(){return this.conditionStack.length-1>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:(0,n.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,n.K2)(function(t){return(t=this.conditionStack.length-1-Math.abs(t||0))>=0?this.conditionStack[t]:"INITIAL"},"topState"),pushState:(0,n.K2)(function(t){this.begin(t)},"pushState"),stateStackSize:(0,n.K2)(function(){return this.conditionStack.length},"stateStackSize"),options:{"case-insensitive":!0},performAction:(0,n.K2)(function(t,e,i,a){switch(i){case 0:case 1:case 3:break;case 2:return 55;case 4:return this.begin("title"),35;case 5:return this.popState(),"title_value";case 6:return this.begin("acc_title"),37;case 7:return this.popState(),"acc_title_value";case 8:return this.begin("acc_descr"),39;case 9:return this.popState(),"acc_descr_value";case 10:this.begin("acc_descr_multiline");break;case 11:case 23:case 25:case 31:this.popState();break;case 12:return"acc_descr_multiline_value";case 13:return 48;case 14:return 50;case 15:return 49;case 16:return 51;case 17:return 52;case 18:return 53;case 19:return 54;case 20:return 25;case 21:this.begin("md_string");break;case 22:return"MD_STR";case 24:this.begin("string");break;case 26:return"STR";case 27:this.begin("class_name");break;case 28:return this.popState(),47;case 29:return this.begin("point_start"),44;case 30:return this.begin("point_x"),45;case 32:this.popState(),this.begin("point_y");break;case 33:return this.popState(),46;case 34:return 28;case 35:return 4;case 36:return 11;case 37:return 64;case 38:return 10;case 39:case 40:return 65;case 41:return 14;case 42:return 13;case 43:return 67;case 44:return 66;case 45:return 12;case 46:return 8;case 47:return 5;case 48:return 18;case 49:return 56;case 50:return 63;case 51:return 57}},"anonymous"),rules:[/^(?:%%(?!\{)[^\n]*)/i,/^(?:[^\}]%%[^\n]*)/i,/^(?:[\n\r]+)/i,/^(?:%%[^\n]*)/i,/^(?:title\b)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accTitle\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*\{\s*)/i,/^(?:[\}])/i,/^(?:[^\}]*)/i,/^(?: *x-axis *)/i,/^(?: *y-axis *)/i,/^(?: *--+> *)/i,/^(?: *quadrant-1 *)/i,/^(?: *quadrant-2 *)/i,/^(?: *quadrant-3 *)/i,/^(?: *quadrant-4 *)/i,/^(?:classDef\b)/i,/^(?:["][`])/i,/^(?:[^`"]+)/i,/^(?:[`]["])/i,/^(?:["])/i,/^(?:["])/i,/^(?:[^"]*)/i,/^(?::::)/i,/^(?:^\w+)/i,/^(?:\s*:\s*\[\s*)/i,/^(?:(1)|(0(.\d+)?))/i,/^(?:\s*\] *)/i,/^(?:\s*,\s*)/i,/^(?:(1)|(0(.\d+)?))/i,/^(?: *quadrantChart *)/i,/^(?:[A-Za-z]+)/i,/^(?::)/i,/^(?:\+)/i,/^(?:,)/i,/^(?:=)/i,/^(?:=)/i,/^(?:\*)/i,/^(?:#)/i,/^(?:[\_])/i,/^(?:\.)/i,/^(?:&)/i,/^(?:-)/i,/^(?:[0-9]+)/i,/^(?:\s)/i,/^(?:;)/i,/^(?:[!"#$%&'*+,-.`?\\_/])/i,/^(?:$)/i],conditions:{class_name:{rules:[28],inclusive:!1},point_y:{rules:[33],inclusive:!1},point_x:{rules:[32],inclusive:!1},point_start:{rules:[30,31],inclusive:!1},acc_descr_multiline:{rules:[11,12],inclusive:!1},acc_descr:{rules:[9],inclusive:!1},acc_title:{rules:[7],inclusive:!1},title:{rules:[5],inclusive:!1},md_string:{rules:[22,23],inclusive:!1},string:{rules:[25,26],inclusive:!1},INITIAL:{rules:[0,1,2,3,4,6,8,10,13,14,15,16,17,18,19,20,21,24,27,29,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51],inclusive:!0}}}}();function gt(){this.yy={}}return ut.lexer=xt,(0,n.K2)(gt,"Parser"),gt.prototype=ut,ut.Parser=gt,new gt}();r.parser=r;var o=r,l=(0,a.P$)(),h=class{constructor(){this.classes=new Map,this.config=this.getDefaultConfig(),this.themeConfig=this.getDefaultThemeConfig(),this.data=this.getDefaultData()}static{(0,n.K2)(this,"QuadrantBuilder")}getDefaultData(){return{titleText:"",quadrant1Text:"",quadrant2Text:"",quadrant3Text:"",quadrant4Text:"",xAxisLeftText:"",xAxisRightText:"",yAxisBottomText:"",yAxisTopText:"",points:[]}}getDefaultConfig(){return{showXAxis:!0,showYAxis:!0,showTitle:!0,chartHeight:a.UI.quadrantChart?.chartWidth||500,chartWidth:a.UI.quadrantChart?.chartHeight||500,titlePadding:a.UI.quadrantChart?.titlePadding||10,titleFontSize:a.UI.quadrantChart?.titleFontSize||20,quadrantPadding:a.UI.quadrantChart?.quadrantPadding||5,xAxisLabelPadding:a.UI.quadrantChart?.xAxisLabelPadding||5,yAxisLabelPadding:a.UI.quadrantChart?.yAxisLabelPadding||5,xAxisLabelFontSize:a.UI.quadrantChart?.xAxisLabelFontSize||16,yAxisLabelFontSize:a.UI.quadrantChart?.yAxisLabelFontSize||16,quadrantLabelFontSize:a.UI.quadrantChart?.quadrantLabelFontSize||16,quadrantTextTopPadding:a.UI.quadrantChart?.quadrantTextTopPadding||5,pointTextPadding:a.UI.quadrantChart?.pointTextPadding||5,pointLabelFontSize:a.UI.quadrantChart?.pointLabelFontSize||12,pointRadius:a.UI.quadrantChart?.pointRadius||5,xAxisPosition:a.UI.quadrantChart?.xAxisPosition||"top",yAxisPosition:a.UI.quadrantChart?.yAxisPosition||"left",quadrantInternalBorderStrokeWidth:a.UI.quadrantChart?.quadrantInternalBorderStrokeWidth||1,quadrantExternalBorderStrokeWidth:a.UI.quadrantChart?.quadrantExternalBorderStrokeWidth||2}}getDefaultThemeConfig(){return{quadrant1Fill:l.quadrant1Fill,quadrant2Fill:l.quadrant2Fill,quadrant3Fill:l.quadrant3Fill,quadrant4Fill:l.quadrant4Fill,quadrant1TextFill:l.quadrant1TextFill,quadrant2TextFill:l.quadrant2TextFill,quadrant3TextFill:l.quadrant3TextFill,quadrant4TextFill:l.quadrant4TextFill,quadrantPointFill:l.quadrantPointFill,quadrantPointTextFill:l.quadrantPointTextFill,quadrantXAxisTextFill:l.quadrantXAxisTextFill,quadrantYAxisTextFill:l.quadrantYAxisTextFill,quadrantTitleFill:l.quadrantTitleFill,quadrantInternalBorderStrokeFill:l.quadrantInternalBorderStrokeFill,quadrantExternalBorderStrokeFill:l.quadrantExternalBorderStrokeFill}}clear(){this.config=this.getDefaultConfig(),this.themeConfig=this.getDefaultThemeConfig(),this.data=this.getDefaultData(),this.classes=new Map,n.Rm.info("clear called")}setData(t){this.data={...this.data,...t}}addPoints(t){this.data.points=[...t,...this.data.points]}addClass(t,e){this.classes.set(t,e)}setConfig(t){n.Rm.trace("setConfig called with: ",t),this.config={...this.config,...t}}setThemeConfig(t){n.Rm.trace("setThemeConfig called with: ",t),this.themeConfig={...this.themeConfig,...t}}calculateSpace(t,e,i,a){const n=2*this.config.xAxisLabelPadding+this.config.xAxisLabelFontSize,s={top:"top"===t&&e?n:0,bottom:"bottom"===t&&e?n:0},r=2*this.config.yAxisLabelPadding+this.config.yAxisLabelFontSize,o={left:"left"===this.config.yAxisPosition&&i?r:0,right:"right"===this.config.yAxisPosition&&i?r:0},l=this.config.titleFontSize+2*this.config.titlePadding,h={top:a?l:0},c=this.config.quadrantPadding+o.left,d=this.config.quadrantPadding+s.top+h.top,u=this.config.chartWidth-2*this.config.quadrantPadding-o.left-o.right,x=this.config.chartHeight-2*this.config.quadrantPadding-s.top-s.bottom-h.top;return{xAxisSpace:s,yAxisSpace:o,titleSpace:h,quadrantSpace:{quadrantLeft:c,quadrantTop:d,quadrantWidth:u,quadrantHalfWidth:u/2,quadrantHeight:x,quadrantHalfHeight:x/2}}}getAxisLabels(t,e,i,a){const{quadrantSpace:n,titleSpace:s}=a,{quadrantHalfHeight:r,quadrantHeight:o,quadrantLeft:l,quadrantHalfWidth:h,quadrantTop:c,quadrantWidth:d}=n,u=Boolean(this.data.xAxisRightText),x=Boolean(this.data.yAxisTopText),g=[];return this.data.xAxisLeftText&&e&&g.push({text:this.data.xAxisLeftText,fill:this.themeConfig.quadrantXAxisTextFill,x:l+(u?h/2:0),y:"top"===t?this.config.xAxisLabelPadding+s.top:this.config.xAxisLabelPadding+c+o+this.config.quadrantPadding,fontSize:this.config.xAxisLabelFontSize,verticalPos:u?"center":"left",horizontalPos:"top",rotation:0}),this.data.xAxisRightText&&e&&g.push({text:this.data.xAxisRightText,fill:this.themeConfig.quadrantXAxisTextFill,x:l+h+(u?h/2:0),y:"top"===t?this.config.xAxisLabelPadding+s.top:this.config.xAxisLabelPadding+c+o+this.config.quadrantPadding,fontSize:this.config.xAxisLabelFontSize,verticalPos:u?"center":"left",horizontalPos:"top",rotation:0}),this.data.yAxisBottomText&&i&&g.push({text:this.data.yAxisBottomText,fill:this.themeConfig.quadrantYAxisTextFill,x:"left"===this.config.yAxisPosition?this.config.yAxisLabelPadding:this.config.yAxisLabelPadding+l+d+this.config.quadrantPadding,y:c+o-(x?r/2:0),fontSize:this.config.yAxisLabelFontSize,verticalPos:x?"center":"left",horizontalPos:"top",rotation:-90}),this.data.yAxisTopText&&i&&g.push({text:this.data.yAxisTopText,fill:this.themeConfig.quadrantYAxisTextFill,x:"left"===this.config.yAxisPosition?this.config.yAxisLabelPadding:this.config.yAxisLabelPadding+l+d+this.config.quadrantPadding,y:c+r-(x?r/2:0),fontSize:this.config.yAxisLabelFontSize,verticalPos:x?"center":"left",horizontalPos:"top",rotation:-90}),g}getQuadrants(t){const{quadrantSpace:e}=t,{quadrantHalfHeight:i,quadrantLeft:a,quadrantHalfWidth:n,quadrantTop:s}=e,r=[{text:{text:this.data.quadrant1Text,fill:this.themeConfig.quadrant1TextFill,x:0,y:0,fontSize:this.config.quadrantLabelFontSize,verticalPos:"center",horizontalPos:"middle",rotation:0},x:a+n,y:s,width:n,height:i,fill:this.themeConfig.quadrant1Fill},{text:{text:this.data.quadrant2Text,fill:this.themeConfig.quadrant2TextFill,x:0,y:0,fontSize:this.config.quadrantLabelFontSize,verticalPos:"center",horizontalPos:"middle",rotation:0},x:a,y:s,width:n,height:i,fill:this.themeConfig.quadrant2Fill},{text:{text:this.data.quadrant3Text,fill:this.themeConfig.quadrant3TextFill,x:0,y:0,fontSize:this.config.quadrantLabelFontSize,verticalPos:"center",horizontalPos:"middle",rotation:0},x:a,y:s+i,width:n,height:i,fill:this.themeConfig.quadrant3Fill},{text:{text:this.data.quadrant4Text,fill:this.themeConfig.quadrant4TextFill,x:0,y:0,fontSize:this.config.quadrantLabelFontSize,verticalPos:"center",horizontalPos:"middle",rotation:0},x:a+n,y:s+i,width:n,height:i,fill:this.themeConfig.quadrant4Fill}];for(const o of r)o.text.x=o.x+o.width/2,0===this.data.points.length?(o.text.y=o.y+o.height/2,o.text.horizontalPos="middle"):(o.text.y=o.y+this.config.quadrantTextTopPadding,o.text.horizontalPos="top");return r}getQuadrantPoints(t){const{quadrantSpace:e}=t,{quadrantHeight:i,quadrantLeft:a,quadrantTop:n,quadrantWidth:r}=e,o=(0,s.m4Y)().domain([0,1]).range([a,r+a]),l=(0,s.m4Y)().domain([0,1]).range([i+n,n]);return this.data.points.map(t=>{const e=this.classes.get(t.className);e&&(t={...e,...t});return{x:o(t.x),y:l(t.y),fill:t.color??this.themeConfig.quadrantPointFill,radius:t.radius??this.config.pointRadius,text:{text:t.text,fill:this.themeConfig.quadrantPointTextFill,x:o(t.x),y:l(t.y)+this.config.pointTextPadding,verticalPos:"center",horizontalPos:"top",fontSize:this.config.pointLabelFontSize,rotation:0},strokeColor:t.strokeColor??this.themeConfig.quadrantPointFill,strokeWidth:t.strokeWidth??"0px"}})}getBorders(t){const e=this.config.quadrantExternalBorderStrokeWidth/2,{quadrantSpace:i}=t,{quadrantHalfHeight:a,quadrantHeight:n,quadrantLeft:s,quadrantHalfWidth:r,quadrantTop:o,quadrantWidth:l}=i;return[{strokeFill:this.themeConfig.quadrantExternalBorderStrokeFill,strokeWidth:this.config.quadrantExternalBorderStrokeWidth,x1:s-e,y1:o,x2:s+l+e,y2:o},{strokeFill:this.themeConfig.quadrantExternalBorderStrokeFill,strokeWidth:this.config.quadrantExternalBorderStrokeWidth,x1:s+l,y1:o+e,x2:s+l,y2:o+n-e},{strokeFill:this.themeConfig.quadrantExternalBorderStrokeFill,strokeWidth:this.config.quadrantExternalBorderStrokeWidth,x1:s-e,y1:o+n,x2:s+l+e,y2:o+n},{strokeFill:this.themeConfig.quadrantExternalBorderStrokeFill,strokeWidth:this.config.quadrantExternalBorderStrokeWidth,x1:s,y1:o+e,x2:s,y2:o+n-e},{strokeFill:this.themeConfig.quadrantInternalBorderStrokeFill,strokeWidth:this.config.quadrantInternalBorderStrokeWidth,x1:s+r,y1:o+e,x2:s+r,y2:o+n-e},{strokeFill:this.themeConfig.quadrantInternalBorderStrokeFill,strokeWidth:this.config.quadrantInternalBorderStrokeWidth,x1:s+e,y1:o+a,x2:s+l-e,y2:o+a}]}getTitle(t){if(t)return{text:this.data.titleText,fill:this.themeConfig.quadrantTitleFill,fontSize:this.config.titleFontSize,horizontalPos:"top",verticalPos:"center",rotation:0,y:this.config.titlePadding,x:this.config.chartWidth/2}}build(){const t=this.config.showXAxis&&!(!this.data.xAxisLeftText&&!this.data.xAxisRightText),e=this.config.showYAxis&&!(!this.data.yAxisTopText&&!this.data.yAxisBottomText),i=this.config.showTitle&&!!this.data.titleText,a=this.data.points.length>0?"bottom":this.config.xAxisPosition,n=this.calculateSpace(a,t,e,i);return{points:this.getQuadrantPoints(n),quadrants:this.getQuadrants(n),axisLabels:this.getAxisLabels(a,t,e,n),borderLines:this.getBorders(n),title:this.getTitle(i)}}},c=class extends Error{static{(0,n.K2)(this,"InvalidStyleError")}constructor(t,e,i){super(`value for ${t} ${e} is invalid, please use a valid ${i}`),this.name="InvalidStyleError"}};function d(t){return!/^#?([\dA-Fa-f]{6}|[\dA-Fa-f]{3})$/.test(t)}function u(t){return!/^\d+$/.test(t)}function x(t){return!/^\d+px$/.test(t)}(0,n.K2)(d,"validateHexCode"),(0,n.K2)(u,"validateNumber"),(0,n.K2)(x,"validateSizeInPixels");var g=(0,a.D7)();function f(t){return(0,a.jZ)(t.trim(),g)}(0,n.K2)(f,"textSanitizer");var p=new h;function y(t){p.setData({quadrant1Text:f(t.text)})}function T(t){p.setData({quadrant2Text:f(t.text)})}function m(t){p.setData({quadrant3Text:f(t.text)})}function q(t){p.setData({quadrant4Text:f(t.text)})}function _(t){p.setData({xAxisLeftText:f(t.text)})}function A(t){p.setData({xAxisRightText:f(t.text)})}function b(t){p.setData({yAxisTopText:f(t.text)})}function S(t){p.setData({yAxisBottomText:f(t.text)})}function k(t){const e={};for(const i of t){const[t,a]=i.trim().split(/\s*:\s*/);if("radius"===t){if(u(a))throw new c(t,a,"number");e.radius=parseInt(a)}else if("color"===t){if(d(a))throw new c(t,a,"hex code");e.color=a}else if("stroke-color"===t){if(d(a))throw new c(t,a,"hex code");e.strokeColor=a}else{if("stroke-width"!==t)throw new Error(`style named ${t} is not supported.`);if(x(a))throw new c(t,a,"number of pixels (eg. 10px)");e.strokeWidth=a}}return e}function F(t,e,i,a,n){const s=k(n);p.addPoints([{x:i,y:a,text:f(t.text),className:e,...s}])}function P(t,e){p.addClass(t,k(e))}function C(t){p.setConfig({chartWidth:t})}function L(t){p.setConfig({chartHeight:t})}function v(){const t=(0,a.D7)(),{themeVariables:e,quadrantChart:i}=t;return i&&p.setConfig(i),p.setThemeConfig({quadrant1Fill:e.quadrant1Fill,quadrant2Fill:e.quadrant2Fill,quadrant3Fill:e.quadrant3Fill,quadrant4Fill:e.quadrant4Fill,quadrant1TextFill:e.quadrant1TextFill,quadrant2TextFill:e.quadrant2TextFill,quadrant3TextFill:e.quadrant3TextFill,quadrant4TextFill:e.quadrant4TextFill,quadrantPointFill:e.quadrantPointFill,quadrantPointTextFill:e.quadrantPointTextFill,quadrantXAxisTextFill:e.quadrantXAxisTextFill,quadrantYAxisTextFill:e.quadrantYAxisTextFill,quadrantExternalBorderStrokeFill:e.quadrantExternalBorderStrokeFill,quadrantInternalBorderStrokeFill:e.quadrantInternalBorderStrokeFill,quadrantTitleFill:e.quadrantTitleFill}),p.setData({titleText:(0,a.ab)()}),p.build()}(0,n.K2)(y,"setQuadrant1Text"),(0,n.K2)(T,"setQuadrant2Text"),(0,n.K2)(m,"setQuadrant3Text"),(0,n.K2)(q,"setQuadrant4Text"),(0,n.K2)(_,"setXAxisLeftText"),(0,n.K2)(A,"setXAxisRightText"),(0,n.K2)(b,"setYAxisTopText"),(0,n.K2)(S,"setYAxisBottomText"),(0,n.K2)(k,"parseStyles"),(0,n.K2)(F,"addPoint"),(0,n.K2)(P,"addClass"),(0,n.K2)(C,"setWidth"),(0,n.K2)(L,"setHeight"),(0,n.K2)(v,"getQuadrantData");var I={parser:o,db:{setWidth:C,setHeight:L,setQuadrant1Text:y,setQuadrant2Text:T,setQuadrant3Text:m,setQuadrant4Text:q,setXAxisLeftText:_,setXAxisRightText:A,setYAxisTopText:b,setYAxisBottomText:S,parseStyles:k,addPoint:F,addClass:P,getQuadrantData:v,clear:(0,n.K2)(function(){p.clear(),(0,a.IU)()},"clear"),setAccTitle:a.SV,getAccTitle:a.iN,setDiagramTitle:a.ke,getDiagramTitle:a.ab,getAccDescription:a.m7,setAccDescription:a.EI},renderer:{draw:(0,n.K2)((t,e,i,r)=>{function o(t){return"top"===t?"hanging":"middle"}function l(t){return"left"===t?"start":"middle"}function h(t){return`translate(${t.x}, ${t.y}) rotate(${t.rotation||0})`}(0,n.K2)(o,"getDominantBaseLine"),(0,n.K2)(l,"getTextAnchor"),(0,n.K2)(h,"getTransformation");const c=(0,a.D7)();n.Rm.debug("Rendering quadrant chart\n"+t);const d=c.securityLevel;let u;"sandbox"===d&&(u=(0,s.Ltv)("#i"+e));const x=("sandbox"===d?(0,s.Ltv)(u.nodes()[0].contentDocument.body):(0,s.Ltv)("body")).select(`[id="${e}"]`),g=x.append("g").attr("class","main"),f=c.quadrantChart?.chartWidth??500,p=c.quadrantChart?.chartHeight??500;(0,a.a$)(x,p,f,c.quadrantChart?.useMaxWidth??!0),x.attr("viewBox","0 0 "+f+" "+p),r.db.setHeight(p),r.db.setWidth(f);const y=r.db.getQuadrantData(),T=g.append("g").attr("class","quadrants"),m=g.append("g").attr("class","border"),q=g.append("g").attr("class","data-points"),_=g.append("g").attr("class","labels"),A=g.append("g").attr("class","title");y.title&&A.append("text").attr("x",0).attr("y",0).attr("fill",y.title.fill).attr("font-size",y.title.fontSize).attr("dominant-baseline",o(y.title.horizontalPos)).attr("text-anchor",l(y.title.verticalPos)).attr("transform",h(y.title)).text(y.title.text),y.borderLines&&m.selectAll("line").data(y.borderLines).enter().append("line").attr("x1",t=>t.x1).attr("y1",t=>t.y1).attr("x2",t=>t.x2).attr("y2",t=>t.y2).style("stroke",t=>t.strokeFill).style("stroke-width",t=>t.strokeWidth);const b=T.selectAll("g.quadrant").data(y.quadrants).enter().append("g").attr("class","quadrant");b.append("rect").attr("x",t=>t.x).attr("y",t=>t.y).attr("width",t=>t.width).attr("height",t=>t.height).attr("fill",t=>t.fill),b.append("text").attr("x",0).attr("y",0).attr("fill",t=>t.text.fill).attr("font-size",t=>t.text.fontSize).attr("dominant-baseline",t=>o(t.text.horizontalPos)).attr("text-anchor",t=>l(t.text.verticalPos)).attr("transform",t=>h(t.text)).text(t=>t.text.text);_.selectAll("g.label").data(y.axisLabels).enter().append("g").attr("class","label").append("text").attr("x",0).attr("y",0).text(t=>t.text).attr("fill",t=>t.fill).attr("font-size",t=>t.fontSize).attr("dominant-baseline",t=>o(t.horizontalPos)).attr("text-anchor",t=>l(t.verticalPos)).attr("transform",t=>h(t));const S=q.selectAll("g.data-point").data(y.points).enter().append("g").attr("class","data-point");S.append("circle").attr("cx",t=>t.x).attr("cy",t=>t.y).attr("r",t=>t.radius).attr("fill",t=>t.fill).attr("stroke",t=>t.strokeColor).attr("stroke-width",t=>t.strokeWidth),S.append("text").attr("x",0).attr("y",0).text(t=>t.text.text).attr("fill",t=>t.text.fill).attr("font-size",t=>t.text.fontSize).attr("dominant-baseline",t=>o(t.text.horizontalPos)).attr("text-anchor",t=>l(t.text.verticalPos)).attr("transform",t=>h(t.text))},"draw")},styles:(0,n.K2)(()=>"","styles")}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[289],{42993:(e,t,a)=>{a.r(t),a.d(t,{assets:()=>c,contentTitle:()=>o,default:()=>d,frontMatter:()=>s,metadata:()=>n,toc:()=>l});const n=JSON.parse('{"id":"api/type-aliases/TransactionTemplateDetails","title":"TransactionTemplateDetails","description":"Transaction Template object","source":"@site/docs/api/type-aliases/TransactionTemplateDetails.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/TransactionTemplateDetails","permalink":"/scripting-object/api/type-aliases/TransactionTemplateDetails","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/TransactionTemplateDetails.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"TransactionResource","permalink":"/scripting-object/api/type-aliases/TransactionResource"},"next":{"title":"UnAuthorizedError","permalink":"/scripting-object/api/type-aliases/UnAuthorizedError"}}');var i=a(86070),r=a(90116);const s={},o="TransactionTemplateDetails",c={},l=[{value:"Properties",id:"properties",level:2},{value:"name",id:"name",level:3},{value:"request",id:"request",level:3}];function p(e){const t={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",p:"p",pre:"pre",...(0,r.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t.header,{children:(0,i.jsx)(t.h1,{id:"transactiontemplatedetails",children:"TransactionTemplateDetails"})}),"\n",(0,i.jsx)(t.pre,{children:(0,i.jsx)(t.code,{className:"language-ts",children:"type TransactionTemplateDetails = {\n name: string;\n request: TransactionRequest[];\n};\n"})}),"\n",(0,i.jsx)(t.p,{children:"Transaction Template object"}),"\n",(0,i.jsx)(t.p,{children:"Note:\nRemember, the transactionTemplate object is only accessible to the administrator-facing view of a Partner application,\nregistered as the $.adminInterfaceUrl property in the product configuration.\nThis object encapsulates functionality that is only relevant for products that support 1-click/automated ordering workflows\n(as specified by the $.tags.workflows tag in the product configuration), and is only applicable\nwhen an administrator is trying to create a 1-click/automated service ordering setup\nin the Loan Officer Connect services management section.\nThis object is therefore not accessible to an integration's service ordering views\n(registered as the $.interfaceUrl property in the product configuration),\nwherein the transaction and application objects are available for use as applicable."}),"\n",(0,i.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,i.jsx)(t.h3,{id:"name",children:"name"}),"\n",(0,i.jsx)(t.pre,{children:(0,i.jsx)(t.code,{className:"language-ts",children:"name: string;\n"})}),"\n",(0,i.jsx)(t.p,{children:"The listed name for the transaction template - as auto-generated, or as provided\nby the lender administrator when the template was created"}),"\n",(0,i.jsx)(t.hr,{}),"\n",(0,i.jsx)(t.h3,{id:"request",children:"request"}),"\n",(0,i.jsx)(t.pre,{children:(0,i.jsx)(t.code,{className:"language-ts",children:"request: TransactionRequest[];\n"})})]})}function d(e={}){const{wrapper:t}={...(0,r.R)(),...e.components};return t?(0,i.jsx)(t,{...e,children:(0,i.jsx)(p,{...e})}):p(e)}},90116:(e,t,a)=>{a.d(t,{R:()=>s,x:()=>o});var n=a(30758);const i={},r=n.createContext(i);function s(e){const t=n.useContext(r);return n.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function o(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:s(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([[3070],{3070:(t,r,e)=>{e.d(r,{diagram:()=>ut});var n=e(9458),o=e(74251),a=e(66111),c=e(472),s=e(10052),i=e(96961),h=e(3170),d={NORMAL:0,REVERSE:1,HIGHLIGHT:2,MERGE:3,CHERRY_PICK:4},m=c.UI.gitGraph,$=(0,s.K2)(()=>(0,a.$t)({...m,...(0,c.zj)().gitGraph}),"getConfig"),l=new o.m(()=>{const t=$(),r=t.mainBranchName,e=t.mainBranchOrder;return{mainBranchName:r,commits:new Map,head:null,branchConfig:new Map([[r,{name:r,order:e}]]),branches:new Map([[r,null]]),currBranch:r,direction:"LR",seq:0,options:{}}});function g(){return(0,a.yT)({length:7})}function y(t,r){const e=Object.create(null);return t.reduce((t,n)=>{const o=r(n);return e[o]||(e[o]=!0,t.push(n)),t},[])}(0,s.K2)(g,"getID"),(0,s.K2)(y,"uniqBy");var p=(0,s.K2)(function(t){l.records.direction=t},"setDirection"),x=(0,s.K2)(function(t){s.Rm.debug("options str",t),t=t?.trim(),t=t||"{}";try{l.records.options=JSON.parse(t)}catch(r){s.Rm.error("error while parsing gitGraph options",r.message)}},"setOptions"),f=(0,s.K2)(function(){return l.records.options},"getOptions"),u=(0,s.K2)(function(t){let r=t.msg,e=t.id;const n=t.type;let o=t.tags;s.Rm.info("commit",r,e,n,o),s.Rm.debug("Entering commit:",r,e,n,o);const a=$();e=c.Y2.sanitizeText(e,a),r=c.Y2.sanitizeText(r,a),o=o?.map(t=>c.Y2.sanitizeText(t,a));const i={id:e||l.records.seq+"-"+g(),message:r,seq:l.records.seq++,type:n??d.NORMAL,tags:o??[],parents:null==l.records.head?[]:[l.records.head.id],branch:l.records.currBranch};l.records.head=i,s.Rm.info("main branch",a.mainBranchName),l.records.commits.has(i.id)&&s.Rm.warn(`Commit ID ${i.id} already exists`),l.records.commits.set(i.id,i),l.records.branches.set(l.records.currBranch,i.id),s.Rm.debug("in pushCommit "+i.id)},"commit"),b=(0,s.K2)(function(t){let r=t.name;const e=t.order;if(r=c.Y2.sanitizeText(r,$()),l.records.branches.has(r))throw new Error(`Trying to create an existing branch. (Help: Either use a new name if you want create a new branch or try using "checkout ${r}")`);l.records.branches.set(r,null!=l.records.head?l.records.head.id:null),l.records.branchConfig.set(r,{name:r,order:e}),E(r),s.Rm.debug("in createBranch")},"branch"),w=(0,s.K2)(t=>{let r=t.branch,e=t.id;const n=t.type,o=t.tags,a=$();r=c.Y2.sanitizeText(r,a),e&&(e=c.Y2.sanitizeText(e,a));const i=l.records.branches.get(l.records.currBranch),h=l.records.branches.get(r),m=i?l.records.commits.get(i):void 0,y=h?l.records.commits.get(h):void 0;if(m&&y&&m.branch===r)throw new Error(`Cannot merge branch '${r}' into itself.`);if(l.records.currBranch===r){const t=new Error('Incorrect usage of "merge". Cannot merge a branch to itself');throw t.hash={text:`merge ${r}`,token:`merge ${r}`,expected:["branch abc"]},t}if(void 0===m||!m){const t=new Error(`Incorrect usage of "merge". Current branch (${l.records.currBranch})has no commits`);throw t.hash={text:`merge ${r}`,token:`merge ${r}`,expected:["commit"]},t}if(!l.records.branches.has(r)){const t=new Error('Incorrect usage of "merge". Branch to be merged ('+r+") does not exist");throw t.hash={text:`merge ${r}`,token:`merge ${r}`,expected:[`branch ${r}`]},t}if(void 0===y||!y){const t=new Error('Incorrect usage of "merge". Branch to be merged ('+r+") has no commits");throw t.hash={text:`merge ${r}`,token:`merge ${r}`,expected:['"commit"']},t}if(m===y){const t=new Error('Incorrect usage of "merge". Both branches have same head');throw t.hash={text:`merge ${r}`,token:`merge ${r}`,expected:["branch abc"]},t}if(e&&l.records.commits.has(e)){const t=new Error('Incorrect usage of "merge". Commit with id:'+e+" already exists, use different custom id");throw t.hash={text:`merge ${r} ${e} ${n} ${o?.join(" ")}`,token:`merge ${r} ${e} ${n} ${o?.join(" ")}`,expected:[`merge ${r} ${e}_UNIQUE ${n} ${o?.join(" ")}`]},t}const p=h||"",x={id:e||`${l.records.seq}-${g()}`,message:`merged branch ${r} into ${l.records.currBranch}`,seq:l.records.seq++,parents:null==l.records.head?[]:[l.records.head.id,p],branch:l.records.currBranch,type:d.MERGE,customType:n,customId:!!e,tags:o??[]};l.records.head=x,l.records.commits.set(x.id,x),l.records.branches.set(l.records.currBranch,x.id),s.Rm.debug(l.records.branches),s.Rm.debug("in mergeBranch")},"merge"),B=(0,s.K2)(function(t){let r=t.id,e=t.targetId,n=t.tags,o=t.parent;s.Rm.debug("Entering cherryPick:",r,e,n);const a=$();if(r=c.Y2.sanitizeText(r,a),e=c.Y2.sanitizeText(e,a),n=n?.map(t=>c.Y2.sanitizeText(t,a)),o=c.Y2.sanitizeText(o,a),!r||!l.records.commits.has(r)){const t=new Error('Incorrect usage of "cherryPick". Source commit id should exist and provided');throw t.hash={text:`cherryPick ${r} ${e}`,token:`cherryPick ${r} ${e}`,expected:["cherry-pick abc"]},t}const i=l.records.commits.get(r);if(void 0===i||!i)throw new Error('Incorrect usage of "cherryPick". Source commit id should exist and provided');if(o&&(!Array.isArray(i.parents)||!i.parents.includes(o))){throw new Error("Invalid operation: The specified parent commit is not an immediate parent of the cherry-picked commit.")}const h=i.branch;if(i.type===d.MERGE&&!o){throw new Error("Incorrect usage of cherry-pick: If the source commit is a merge commit, an immediate parent commit must be specified.")}if(!e||!l.records.commits.has(e)){if(h===l.records.currBranch){const t=new Error('Incorrect usage of "cherryPick". Source commit is already on current branch');throw t.hash={text:`cherryPick ${r} ${e}`,token:`cherryPick ${r} ${e}`,expected:["cherry-pick abc"]},t}const t=l.records.branches.get(l.records.currBranch);if(void 0===t||!t){const t=new Error(`Incorrect usage of "cherry-pick". Current branch (${l.records.currBranch})has no commits`);throw t.hash={text:`cherryPick ${r} ${e}`,token:`cherryPick ${r} ${e}`,expected:["cherry-pick abc"]},t}const a=l.records.commits.get(t);if(void 0===a||!a){const t=new Error(`Incorrect usage of "cherry-pick". Current branch (${l.records.currBranch})has no commits`);throw t.hash={text:`cherryPick ${r} ${e}`,token:`cherryPick ${r} ${e}`,expected:["cherry-pick abc"]},t}const c={id:l.records.seq+"-"+g(),message:`cherry-picked ${i?.message} into ${l.records.currBranch}`,seq:l.records.seq++,parents:null==l.records.head?[]:[l.records.head.id,i.id],branch:l.records.currBranch,type:d.CHERRY_PICK,tags:n?n.filter(Boolean):[`cherry-pick:${i.id}${i.type===d.MERGE?`|parent:${o}`:""}`]};l.records.head=c,l.records.commits.set(c.id,c),l.records.branches.set(l.records.currBranch,c.id),s.Rm.debug(l.records.branches),s.Rm.debug("in cherryPick")}},"cherryPick"),E=(0,s.K2)(function(t){if(t=c.Y2.sanitizeText(t,$()),!l.records.branches.has(t)){const r=new Error(`Trying to checkout branch which is not yet created. (Help try using "branch ${t}")`);throw r.hash={text:`checkout ${t}`,token:`checkout ${t}`,expected:[`branch ${t}`]},r}{l.records.currBranch=t;const r=l.records.branches.get(l.records.currBranch);l.records.head=void 0!==r&&r?l.records.commits.get(r)??null:null}},"checkout");function k(t,r,e){const n=t.indexOf(r);-1===n?t.push(e):t.splice(n,1,e)}function C(t){const r=t.reduce((t,r)=>t.seq>r.seq?t:r,t[0]);let e="";t.forEach(function(t){e+=t===r?"\t*":"\t|"});const n=[e,r.id,r.seq];for(const o in l.records.branches)l.records.branches.get(o)===r.id&&n.push(o);if(s.Rm.debug(n.join(" ")),r.parents&&2==r.parents.length&&r.parents[0]&&r.parents[1]){const e=l.records.commits.get(r.parents[0]);k(t,r,e),r.parents[1]&&t.push(l.records.commits.get(r.parents[1]))}else{if(0==r.parents.length)return;if(r.parents[0]){const e=l.records.commits.get(r.parents[0]);k(t,r,e)}}C(t=y(t,t=>t.id))}(0,s.K2)(k,"upsert"),(0,s.K2)(C,"prettyPrintCommitHistory");var T=(0,s.K2)(function(){s.Rm.debug(l.records.commits);C([v()[0]])},"prettyPrint"),L=(0,s.K2)(function(){l.reset(),(0,c.IU)()},"clear"),K=(0,s.K2)(function(){return[...l.records.branchConfig.values()].map((t,r)=>null!==t.order&&void 0!==t.order?t:{...t,order:parseFloat(`0.${r}`)}).sort((t,r)=>(t.order??0)-(r.order??0)).map(({name:t})=>({name:t}))},"getBranchesAsObjArray"),M=(0,s.K2)(function(){return l.records.branches},"getBranches"),R=(0,s.K2)(function(){return l.records.commits},"getCommits"),v=(0,s.K2)(function(){const t=[...l.records.commits.values()];return t.forEach(function(t){s.Rm.debug(t.id)}),t.sort((t,r)=>t.seq-r.seq),t},"getCommitsArray"),P={commitType:d,getConfig:$,setDirection:p,setOptions:x,getOptions:f,commit:u,branch:b,merge:w,cherryPick:B,checkout:E,prettyPrint:T,clear:L,getBranchesAsObjArray:K,getBranches:M,getCommits:R,getCommitsArray:v,getCurrentBranch:(0,s.K2)(function(){return l.records.currBranch},"getCurrentBranch"),getDirection:(0,s.K2)(function(){return l.records.direction},"getDirection"),getHead:(0,s.K2)(function(){return l.records.head},"getHead"),setAccTitle:c.SV,getAccTitle:c.iN,getAccDescription:c.m7,setAccDescription:c.EI,setDiagramTitle:c.ke,getDiagramTitle:c.ab},I=(0,s.K2)((t,r)=>{(0,n.S)(t,r),t.dir&&r.setDirection(t.dir);for(const e of t.statements)A(e,r)},"populate"),A=(0,s.K2)((t,r)=>{const e={Commit:(0,s.K2)(t=>r.commit(G(t)),"Commit"),Branch:(0,s.K2)(t=>r.branch(O(t)),"Branch"),Merge:(0,s.K2)(t=>r.merge(q(t)),"Merge"),Checkout:(0,s.K2)(t=>r.checkout(z(t)),"Checkout"),CherryPicking:(0,s.K2)(t=>r.cherryPick(D(t)),"CherryPicking")}[t.$type];e?e(t):s.Rm.error(`Unknown statement type: ${t.$type}`)},"parseStatement"),G=(0,s.K2)(t=>({id:t.id,msg:t.message??"",type:void 0!==t.type?d[t.type]:d.NORMAL,tags:t.tags??void 0}),"parseCommit"),O=(0,s.K2)(t=>({name:t.name,order:t.order??0}),"parseBranch"),q=(0,s.K2)(t=>({branch:t.branch,id:t.id??"",type:void 0!==t.type?d[t.type]:void 0,tags:t.tags??void 0}),"parseMerge"),z=(0,s.K2)(t=>t.branch,"parseCheckout"),D=(0,s.K2)(t=>({id:t.id,targetId:"",tags:0===t.tags?.length?void 0:t.tags,parent:t.parent}),"parseCherryPicking"),H={parse:(0,s.K2)(async t=>{const r=await(0,i.qg)("gitGraph",t);s.Rm.debug(r),I(r,P)},"parse")};var S=(0,c.D7)(),Y=S?.gitGraph,_=10,j=40,N=new Map,W=new Map,F=new Map,U=[],V=0,J="LR",Q=(0,s.K2)(()=>{N.clear(),W.clear(),F.clear(),V=0,U=[],J="LR"},"clear"),X=(0,s.K2)(t=>{const r=document.createElementNS("http://www.w3.org/2000/svg","text");return("string"==typeof t?t.split(/\\n|\n|<br\s*\/?>/gi):t).forEach(t=>{const e=document.createElementNS("http://www.w3.org/2000/svg","tspan");e.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:space","preserve"),e.setAttribute("dy","1em"),e.setAttribute("x","0"),e.setAttribute("class","row"),e.textContent=t.trim(),r.appendChild(e)}),r},"drawText"),Z=(0,s.K2)(t=>{let r,e,n;return"BT"===J?(e=(0,s.K2)((t,r)=>t<=r,"comparisonFunc"),n=1/0):(e=(0,s.K2)((t,r)=>t>=r,"comparisonFunc"),n=0),t.forEach(t=>{const o="TB"===J||"BT"==J?W.get(t)?.y:W.get(t)?.x;void 0!==o&&e(o,n)&&(r=t,n=o)}),r},"findClosestParent"),tt=(0,s.K2)(t=>{let r="",e=1/0;return t.forEach(t=>{const n=W.get(t).y;n<=e&&(r=t,e=n)}),r||void 0},"findClosestParentBT"),rt=(0,s.K2)((t,r,e)=>{let n=e,o=e;const a=[];t.forEach(t=>{const e=r.get(t);if(!e)throw new Error(`Commit not found for key ${t}`);e.parents.length?(n=nt(e),o=Math.max(n,o)):a.push(e),ot(e,n)}),n=o,a.forEach(t=>{at(t,n,e)}),t.forEach(t=>{const e=r.get(t);if(e?.parents.length){const t=tt(e.parents);n=W.get(t).y-j,n<=o&&(o=n);const r=N.get(e.branch).pos,a=n-_;W.set(e.id,{x:r,y:a})}})},"setParallelBTPos"),et=(0,s.K2)(t=>{const r=Z(t.parents.filter(t=>null!==t));if(!r)throw new Error(`Closest parent not found for commit ${t.id}`);const e=W.get(r)?.y;if(void 0===e)throw new Error(`Closest parent position not found for commit ${t.id}`);return e},"findClosestParentPos"),nt=(0,s.K2)(t=>et(t)+j,"calculateCommitPosition"),ot=(0,s.K2)((t,r)=>{const e=N.get(t.branch);if(!e)throw new Error(`Branch not found for commit ${t.id}`);const n=e.pos,o=r+_;return W.set(t.id,{x:n,y:o}),{x:n,y:o}},"setCommitPosition"),at=(0,s.K2)((t,r,e)=>{const n=N.get(t.branch);if(!n)throw new Error(`Branch not found for commit ${t.id}`);const o=r+e,a=n.pos;W.set(t.id,{x:a,y:o})},"setRootPosition"),ct=(0,s.K2)((t,r,e,n,o,a)=>{if(a===d.HIGHLIGHT)t.append("rect").attr("x",e.x-10).attr("y",e.y-10).attr("width",20).attr("height",20).attr("class",`commit ${r.id} commit-highlight${o%8} ${n}-outer`),t.append("rect").attr("x",e.x-6).attr("y",e.y-6).attr("width",12).attr("height",12).attr("class",`commit ${r.id} commit${o%8} ${n}-inner`);else if(a===d.CHERRY_PICK)t.append("circle").attr("cx",e.x).attr("cy",e.y).attr("r",10).attr("class",`commit ${r.id} ${n}`),t.append("circle").attr("cx",e.x-3).attr("cy",e.y+2).attr("r",2.75).attr("fill","#fff").attr("class",`commit ${r.id} ${n}`),t.append("circle").attr("cx",e.x+3).attr("cy",e.y+2).attr("r",2.75).attr("fill","#fff").attr("class",`commit ${r.id} ${n}`),t.append("line").attr("x1",e.x+3).attr("y1",e.y+1).attr("x2",e.x).attr("y2",e.y-5).attr("stroke","#fff").attr("class",`commit ${r.id} ${n}`),t.append("line").attr("x1",e.x-3).attr("y1",e.y+1).attr("x2",e.x).attr("y2",e.y-5).attr("stroke","#fff").attr("class",`commit ${r.id} ${n}`);else{const c=t.append("circle");if(c.attr("cx",e.x),c.attr("cy",e.y),c.attr("r",r.type===d.MERGE?9:10),c.attr("class",`commit ${r.id} commit${o%8}`),a===d.MERGE){const a=t.append("circle");a.attr("cx",e.x),a.attr("cy",e.y),a.attr("r",6),a.attr("class",`commit ${n} ${r.id} commit${o%8}`)}if(a===d.REVERSE){t.append("path").attr("d",`M ${e.x-5},${e.y-5}L${e.x+5},${e.y+5}M${e.x-5},${e.y+5}L${e.x+5},${e.y-5}`).attr("class",`commit ${n} ${r.id} commit${o%8}`)}}},"drawCommitBullet"),st=(0,s.K2)((t,r,e,n)=>{if(r.type!==d.CHERRY_PICK&&(r.customId&&r.type===d.MERGE||r.type!==d.MERGE)&&Y?.showCommitLabel){const o=t.append("g"),a=o.insert("rect").attr("class","commit-label-bkg"),c=o.append("text").attr("x",n).attr("y",e.y+25).attr("class","commit-label").text(r.id),s=c.node()?.getBBox();if(s&&(a.attr("x",e.posWithOffset-s.width/2-2).attr("y",e.y+13.5).attr("width",s.width+4).attr("height",s.height+4),"TB"===J||"BT"===J?(a.attr("x",e.x-(s.width+16+5)).attr("y",e.y-12),c.attr("x",e.x-(s.width+16)).attr("y",e.y+s.height-12)):c.attr("x",e.posWithOffset-s.width/2),Y.rotateCommitLabel))if("TB"===J||"BT"===J)c.attr("transform","rotate(-45, "+e.x+", "+e.y+")"),a.attr("transform","rotate(-45, "+e.x+", "+e.y+")");else{const t=-7.5-(s.width+10)/25*9.5,r=10+s.width/25*8.5;o.attr("transform","translate("+t+", "+r+") rotate(-45, "+n+", "+e.y+")")}}},"drawCommitLabel"),it=(0,s.K2)((t,r,e,n)=>{if(r.tags.length>0){let o=0,a=0,c=0;const s=[];for(const n of r.tags.reverse()){const r=t.insert("polygon"),i=t.append("circle"),h=t.append("text").attr("y",e.y-16-o).attr("class","tag-label").text(n),d=h.node()?.getBBox();if(!d)throw new Error("Tag bbox not found");a=Math.max(a,d.width),c=Math.max(c,d.height),h.attr("x",e.posWithOffset-d.width/2),s.push({tag:h,hole:i,rect:r,yOffset:o}),o+=20}for(const{tag:t,hole:r,rect:i,yOffset:h}of s){const o=c/2,s=e.y-19.2-h;if(i.attr("class","tag-label-bkg").attr("points",`\n ${n-a/2-2},${s+2} \n ${n-a/2-2},${s-2}\n ${e.posWithOffset-a/2-4},${s-o-2}\n ${e.posWithOffset+a/2+4},${s-o-2}\n ${e.posWithOffset+a/2+4},${s+o+2}\n ${e.posWithOffset-a/2-4},${s+o+2}`),r.attr("cy",s).attr("cx",n-a/2+2).attr("r",1.5).attr("class","tag-hole"),"TB"===J||"BT"===J){const c=n+h;i.attr("class","tag-label-bkg").attr("points",`\n ${e.x},${c+2}\n ${e.x},${c-2}\n ${e.x+_},${c-o-2}\n ${e.x+_+a+4},${c-o-2}\n ${e.x+_+a+4},${c+o+2}\n ${e.x+_},${c+o+2}`).attr("transform","translate(12,12) rotate(45, "+e.x+","+n+")"),r.attr("cx",e.x+2).attr("cy",c).attr("transform","translate(12,12) rotate(45, "+e.x+","+n+")"),t.attr("x",e.x+5).attr("y",c+3).attr("transform","translate(14,14) rotate(45, "+e.x+","+n+")")}}}},"drawCommitTags"),ht=(0,s.K2)(t=>{switch(t.customType??t.type){case d.NORMAL:return"commit-normal";case d.REVERSE:return"commit-reverse";case d.HIGHLIGHT:return"commit-highlight";case d.MERGE:return"commit-merge";case d.CHERRY_PICK:return"commit-cherry-pick";default:return"commit-normal"}},"getCommitClassType"),dt=(0,s.K2)((t,r,e,n)=>{const o={x:0,y:0};if(!(t.parents.length>0)){if("TB"===r)return 30;if("BT"===r){return(n.get(t.id)??o).y-j}return 0}{const e=Z(t.parents);if(e){const a=n.get(e)??o;if("TB"===r)return a.y+j;if("BT"===r){return(n.get(t.id)??o).y-j}return a.x+j}}return 0},"calculatePosition"),mt=(0,s.K2)((t,r,e)=>{const n="BT"===J&&e?r:r+_,o="TB"===J||"BT"===J?n:N.get(t.branch)?.pos,a="TB"===J||"BT"===J?N.get(t.branch)?.pos:n;if(void 0===a||void 0===o)throw new Error(`Position were undefined for commit ${t.id}`);return{x:a,y:o,posWithOffset:n}},"getCommitPosition"),$t=(0,s.K2)((t,r,e)=>{if(!Y)throw new Error("GitGraph config not found");const n=t.append("g").attr("class","commit-bullets"),o=t.append("g").attr("class","commit-labels");let a="TB"===J||"BT"===J?30:0;const c=[...r.keys()],i=Y?.parallelCommits??!1,h=(0,s.K2)((t,e)=>{const n=r.get(t)?.seq,o=r.get(e)?.seq;return void 0!==n&&void 0!==o?n-o:0},"sortKeys");let d=c.sort(h);"BT"===J&&(i&&rt(d,r,a),d=d.reverse()),d.forEach(t=>{const c=r.get(t);if(!c)throw new Error(`Commit not found for key ${t}`);i&&(a=dt(c,J,a,W));const s=mt(c,a,i);if(e){const t=ht(c),r=c.customType??c.type,e=N.get(c.branch)?.index??0;ct(n,c,s,t,e,r),st(o,c,s,a),it(o,c,s,a)}"TB"===J||"BT"===J?W.set(c.id,{x:s.x,y:s.posWithOffset}):W.set(c.id,{x:s.posWithOffset,y:s.y}),a="BT"===J&&i?a+j:a+j+_,a>V&&(V=a)})},"drawCommits"),lt=(0,s.K2)((t,r,e,n,o)=>{const a=("TB"===J||"BT"===J?e.x<n.x:e.y<n.y)?r.branch:t.branch,c=(0,s.K2)(t=>t.branch===a,"isOnBranchToGetCurve"),i=(0,s.K2)(e=>e.seq>t.seq&&e.seq<r.seq,"isBetweenCommits");return[...o.values()].some(t=>i(t)&&c(t))},"shouldRerouteArrow"),gt=(0,s.K2)((t,r,e=0)=>{const n=t+Math.abs(t-r)/2;if(e>5)return n;if(U.every(t=>Math.abs(t-n)>=10))return U.push(n),n;const o=Math.abs(t-r);return gt(t,r-o/5,e+1)},"findLane"),yt=(0,s.K2)((t,r,e,n)=>{const o=W.get(r.id),a=W.get(e.id);if(void 0===o||void 0===a)throw new Error(`Commit positions not found for commits ${r.id} and ${e.id}`);const c=lt(r,e,o,a,n);let s,i="",h="",m=0,$=0,l=N.get(e.branch)?.index;if(e.type===d.MERGE&&r.id!==e.parents[0]&&(l=N.get(r.branch)?.index),c){i="A 10 10, 0, 0, 0,",h="A 10 10, 0, 0, 1,",m=10,$=10;const t=o.y<a.y?gt(o.y,a.y):gt(a.y,o.y),e=o.x<a.x?gt(o.x,a.x):gt(a.x,o.x);"TB"===J?o.x<a.x?s=`M ${o.x} ${o.y} L ${e-m} ${o.y} ${h} ${e} ${o.y+$} L ${e} ${a.y-m} ${i} ${e+$} ${a.y} L ${a.x} ${a.y}`:(l=N.get(r.branch)?.index,s=`M ${o.x} ${o.y} L ${e+m} ${o.y} ${i} ${e} ${o.y+$} L ${e} ${a.y-m} ${h} ${e-$} ${a.y} L ${a.x} ${a.y}`):"BT"===J?o.x<a.x?s=`M ${o.x} ${o.y} L ${e-m} ${o.y} ${i} ${e} ${o.y-$} L ${e} ${a.y+m} ${h} ${e+$} ${a.y} L ${a.x} ${a.y}`:(l=N.get(r.branch)?.index,s=`M ${o.x} ${o.y} L ${e+m} ${o.y} ${h} ${e} ${o.y-$} L ${e} ${a.y+m} ${i} ${e-$} ${a.y} L ${a.x} ${a.y}`):o.y<a.y?s=`M ${o.x} ${o.y} L ${o.x} ${t-m} ${i} ${o.x+$} ${t} L ${a.x-m} ${t} ${h} ${a.x} ${t+$} L ${a.x} ${a.y}`:(l=N.get(r.branch)?.index,s=`M ${o.x} ${o.y} L ${o.x} ${t+m} ${h} ${o.x+$} ${t} L ${a.x-m} ${t} ${i} ${a.x} ${t-$} L ${a.x} ${a.y}`)}else i="A 20 20, 0, 0, 0,",h="A 20 20, 0, 0, 1,",m=20,$=20,"TB"===J?(o.x<a.x&&(s=e.type===d.MERGE&&r.id!==e.parents[0]?`M ${o.x} ${o.y} L ${o.x} ${a.y-m} ${i} ${o.x+$} ${a.y} L ${a.x} ${a.y}`:`M ${o.x} ${o.y} L ${a.x-m} ${o.y} ${h} ${a.x} ${o.y+$} L ${a.x} ${a.y}`),o.x>a.x&&(i="A 20 20, 0, 0, 0,",h="A 20 20, 0, 0, 1,",m=20,$=20,s=e.type===d.MERGE&&r.id!==e.parents[0]?`M ${o.x} ${o.y} L ${o.x} ${a.y-m} ${h} ${o.x-$} ${a.y} L ${a.x} ${a.y}`:`M ${o.x} ${o.y} L ${a.x+m} ${o.y} ${i} ${a.x} ${o.y+$} L ${a.x} ${a.y}`),o.x===a.x&&(s=`M ${o.x} ${o.y} L ${a.x} ${a.y}`)):"BT"===J?(o.x<a.x&&(s=e.type===d.MERGE&&r.id!==e.parents[0]?`M ${o.x} ${o.y} L ${o.x} ${a.y+m} ${h} ${o.x+$} ${a.y} L ${a.x} ${a.y}`:`M ${o.x} ${o.y} L ${a.x-m} ${o.y} ${i} ${a.x} ${o.y-$} L ${a.x} ${a.y}`),o.x>a.x&&(i="A 20 20, 0, 0, 0,",h="A 20 20, 0, 0, 1,",m=20,$=20,s=e.type===d.MERGE&&r.id!==e.parents[0]?`M ${o.x} ${o.y} L ${o.x} ${a.y+m} ${i} ${o.x-$} ${a.y} L ${a.x} ${a.y}`:`M ${o.x} ${o.y} L ${a.x-m} ${o.y} ${i} ${a.x} ${o.y-$} L ${a.x} ${a.y}`),o.x===a.x&&(s=`M ${o.x} ${o.y} L ${a.x} ${a.y}`)):(o.y<a.y&&(s=e.type===d.MERGE&&r.id!==e.parents[0]?`M ${o.x} ${o.y} L ${a.x-m} ${o.y} ${h} ${a.x} ${o.y+$} L ${a.x} ${a.y}`:`M ${o.x} ${o.y} L ${o.x} ${a.y-m} ${i} ${o.x+$} ${a.y} L ${a.x} ${a.y}`),o.y>a.y&&(s=e.type===d.MERGE&&r.id!==e.parents[0]?`M ${o.x} ${o.y} L ${a.x-m} ${o.y} ${i} ${a.x} ${o.y-$} L ${a.x} ${a.y}`:`M ${o.x} ${o.y} L ${o.x} ${a.y+m} ${h} ${o.x+$} ${a.y} L ${a.x} ${a.y}`),o.y===a.y&&(s=`M ${o.x} ${o.y} L ${a.x} ${a.y}`));if(void 0===s)throw new Error("Line definition not found");t.append("path").attr("d",s).attr("class","arrow arrow"+l%8)},"drawArrow"),pt=(0,s.K2)((t,r)=>{const e=t.append("g").attr("class","commit-arrows");[...r.keys()].forEach(t=>{const n=r.get(t);n.parents&&n.parents.length>0&&n.parents.forEach(t=>{yt(e,r.get(t),n,r)})})},"drawArrows"),xt=(0,s.K2)((t,r)=>{const e=t.append("g");r.forEach((t,r)=>{const n=r%8,o=N.get(t.name)?.pos;if(void 0===o)throw new Error(`Position not found for branch ${t.name}`);const a=e.append("line");a.attr("x1",0),a.attr("y1",o),a.attr("x2",V),a.attr("y2",o),a.attr("class","branch branch"+n),"TB"===J?(a.attr("y1",30),a.attr("x1",o),a.attr("y2",V),a.attr("x2",o)):"BT"===J&&(a.attr("y1",V),a.attr("x1",o),a.attr("y2",30),a.attr("x2",o)),U.push(o);const c=t.name,s=X(c),i=e.insert("rect"),h=e.insert("g").attr("class","branchLabel").insert("g").attr("class","label branch-label"+n);h.node().appendChild(s);const d=s.getBBox();i.attr("class","branchLabelBkg label"+n).attr("rx",4).attr("ry",4).attr("x",-d.width-4-(!0===Y?.rotateCommitLabel?30:0)).attr("y",-d.height/2+8).attr("width",d.width+18).attr("height",d.height+4),h.attr("transform","translate("+(-d.width-14-(!0===Y?.rotateCommitLabel?30:0))+", "+(o-d.height/2-1)+")"),"TB"===J?(i.attr("x",o-d.width/2-10).attr("y",0),h.attr("transform","translate("+(o-d.width/2-5)+", 0)")):"BT"===J?(i.attr("x",o-d.width/2-10).attr("y",V),h.attr("transform","translate("+(o-d.width/2-5)+", "+V+")")):i.attr("transform","translate(-19, "+(o-d.height/2)+")")})},"drawBranches"),ft=(0,s.K2)(function(t,r,e,n,o){return N.set(t,{pos:r,index:e}),r+=50+(o?40:0)+("TB"===J||"BT"===J?n.width/2:0)},"setBranchPosition");var ut={parser:H,db:P,renderer:{draw:(0,s.K2)(function(t,r,e,n){if(Q(),s.Rm.debug("in gitgraph renderer",t+"\n","id:",r,e),!Y)throw new Error("GitGraph config not found");const o=Y.rotateCommitLabel??!1,i=n.db;F=i.getCommits();const d=i.getBranchesAsObjArray();J=i.getDirection();const m=(0,h.Ltv)(`[id="${r}"]`);let $=0;d.forEach((t,r)=>{const e=X(t.name),n=m.append("g"),a=n.insert("g").attr("class","branchLabel"),c=a.insert("g").attr("class","label branch-label");c.node()?.appendChild(e);const s=e.getBBox();$=ft(t.name,$,r,s,o),c.remove(),a.remove(),n.remove()}),$t(m,F,!1),Y.showBranches&&xt(m,d),pt(m,F),$t(m,F,!0),a._K.insertTitle(m,"gitTitleText",Y.titleTopMargin??0,i.getDiagramTitle()),(0,c.mj)(void 0,m,Y.diagramPadding,Y.useMaxWidth)},"draw")},styles:(0,s.K2)(t=>`\n .commit-id,\n .commit-msg,\n .branch-label {\n fill: lightgrey;\n color: lightgrey;\n font-family: 'trebuchet ms', verdana, arial, sans-serif;\n font-family: var(--mermaid-font-family);\n }\n ${[0,1,2,3,4,5,6,7].map(r=>`\n .branch-label${r} { fill: ${t["gitBranchLabel"+r]}; }\n .commit${r} { stroke: ${t["git"+r]}; fill: ${t["git"+r]}; }\n .commit-highlight${r} { stroke: ${t["gitInv"+r]}; fill: ${t["gitInv"+r]}; }\n .label${r} { fill: ${t["git"+r]}; }\n .arrow${r} { stroke: ${t["git"+r]}; }\n `).join("\n")}\n\n .branch {\n stroke-width: 1;\n stroke: ${t.lineColor};\n stroke-dasharray: 2;\n }\n .commit-label { font-size: ${t.commitLabelFontSize}; fill: ${t.commitLabelColor};}\n .commit-label-bkg { font-size: ${t.commitLabelFontSize}; fill: ${t.commitLabelBackground}; opacity: 0.5; }\n .tag-label { font-size: ${t.tagLabelFontSize}; fill: ${t.tagLabelColor};}\n .tag-label-bkg { fill: ${t.tagLabelBackground}; stroke: ${t.tagLabelBorder}; }\n .tag-hole { fill: ${t.textColor}; }\n\n .commit-merge {\n stroke: ${t.primaryColor};\n fill: ${t.primaryColor};\n }\n .commit-reverse {\n stroke: ${t.primaryColor};\n fill: ${t.primaryColor};\n stroke-width: 3;\n }\n .commit-highlight-outer {\n }\n .commit-highlight-inner {\n stroke: ${t.primaryColor};\n fill: ${t.primaryColor};\n }\n\n .arrow { stroke-width: 8; stroke-linecap: round; fill: none}\n .gitTitleText {\n text-anchor: middle;\n font-size: 18px;\n fill: ${t.textColor};\n }\n`,"getStyles")}},9458:(t,r,e)=>{function n(t,r){t.accDescr&&r.setAccDescription?.(t.accDescr),t.accTitle&&r.setAccTitle?.(t.accTitle),t.title&&r.setDiagramTitle?.(t.title)}e.d(r,{S:()=>n}),(0,e(10052).K2)(n,"populateCommonDb")},74251:(t,r,e)=>{e.d(r,{m:()=>o});var n=e(10052),o=class{constructor(t){this.init=t,this.records=this.init()}static{(0,n.K2)(this,"ImperativeState")}reset(){this.records=this.init()}}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[1818],{36122:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>o,contentTitle:()=>l,default:()=>d,frontMatter:()=>a,metadata:()=>i,toc:()=>c});const i=JSON.parse('{"id":"api/type-aliases/Role2","title":"Role2","description":"Properties","source":"@site/docs/api/type-aliases/Role2.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/Role2","permalink":"/scripting-object/api/type-aliases/Role2","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/Role2.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"Role","permalink":"/scripting-object/api/type-aliases/Role"},"next":{"title":"Route","permalink":"/scripting-object/api/type-aliases/Route"}}');var s=n(86070),r=n(90116);const a={},l="Role2",o={},c=[{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 p(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:"role2",children:"Role2"})}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"type Role2 = {\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)(p,{...e})}):p(e)}},90116:(e,t,n)=>{n.d(t,{R:()=>a,x:()=>l});var i=n(30758);const s={},r=i.createContext(s);function a(e){const t=i.useContext(r);return i.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(s):e.components||s:a(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([[9637],{36426:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>o,contentTitle:()=>a,default:()=>d,frontMatter:()=>c,metadata:()=>i,toc:()=>l});const i=JSON.parse('{"id":"api/type-aliases/ExportServices","title":"ExportServices","description":"Properties","source":"@site/docs/api/type-aliases/ExportServices.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/ExportServices","permalink":"/scripting-object/api/type-aliases/ExportServices","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/ExportServices.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"Events","permalink":"/scripting-object/api/type-aliases/Events"},"next":{"title":"FieldOptions","permalink":"/scripting-object/api/type-aliases/FieldOptions"}}');var r=s(86070),n=s(90116);const c={},a="ExportServices",o={},l=[{value:"Properties",id:"properties",level:2},{value:"accessSetting",id:"accesssetting",level:3},{value:"defaultAccess",id:"defaultaccess",level:3}];function p(e){const t={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)(t.header,{children:(0,r.jsx)(t.h1,{id:"exportservices",children:"ExportServices"})}),"\n",(0,r.jsx)(t.pre,{children:(0,r.jsx)(t.code,{className:"language-ts",children:"type ExportServices = {\n accessSetting: string;\n defaultAccess: string;\n};\n"})}),"\n",(0,r.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,r.jsx)(t.h3,{id:"accesssetting",children:"accessSetting"}),"\n",(0,r.jsx)(t.pre,{children:(0,r.jsx)(t.code,{className:"language-ts",children:"accessSetting: string;\n"})}),"\n",(0,r.jsx)(t.hr,{}),"\n",(0,r.jsx)(t.h3,{id:"defaultaccess",children:"defaultAccess"}),"\n",(0,r.jsx)(t.pre,{children:(0,r.jsx)(t.code,{className:"language-ts",children:"defaultAccess: string;\n"})})]})}function d(e={}){const{wrapper:t}={...(0,n.R)(),...e.components};return t?(0,r.jsx)(t,{...e,children:(0,r.jsx)(p,{...e})}):p(e)}},90116:(e,t,s)=>{s.d(t,{R:()=>c,x:()=>a});var i=s(30758);const r={},n=i.createContext(r);function c(e){const t=i.useContext(n);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:c(e.components),i.createElement(n.Provider,{value:t},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[1973],{48459:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>d,contentTitle:()=>l,default:()=>h,frontMatter:()=>c,metadata:()=>s,toc:()=>o});const s=JSON.parse('{"id":"Objects/memstorage","title":"MemStorage","description":"API Definition","source":"@site/docs/Objects/memstorage.md","sourceDirName":"Objects","slug":"/Objects/memstorage","permalink":"/scripting-object/Objects/memstorage","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/Objects/memstorage.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"Loan","permalink":"/scripting-object/Objects/loan"},"next":{"title":"Module","permalink":"/scripting-object/Objects/module"}}');var r=n(86070),i=n(90116);const c={},l="MemStorage",d={},o=[{value:"Methods",id:"methods",level:2},{value:"Events",id:"events",level:2}];function a(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,i.R)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(t.header,{children:(0,r.jsx)(t.h1,{id:"memstorage",children:"MemStorage"})}),"\n",(0,r.jsx)(t.p,{children:(0,r.jsx)(t.a,{href:"../api/interfaces/IMemStorage",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.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/IMemStorage#get",children:"get"})}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(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.tr,{children:[(0,r.jsx)(t.td,{style:{textAlign:"center"},children:(0,r.jsx)(t.a,{href:"../api/interfaces/IMemStorage#set",children:"set"})}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,r.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"})]})]})]}),"\n",(0,r.jsx)(t.h2,{id:"events",children:"Events"}),"\n",(0,r.jsx)(t.p,{children:"NA"})]})}function h(e={}){const{wrapper:t}={...(0,i.R)(),...e.components};return t?(0,r.jsx)(t,{...e,children:(0,r.jsx)(a,{...e})}):a(e)}},90116:(e,t,n)=>{n.d(t,{R:()=>c,x:()=>l});var s=n(30758);const r={},i=s.createContext(r);function c(e){const t=s.useContext(i);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(r):e.components||r:c(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([[7338],{22779:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>o,contentTitle:()=>l,default:()=>d,frontMatter:()=>r,metadata:()=>i,toc:()=>p});const i=JSON.parse('{"id":"api/type-aliases/Personas","title":"Personas","description":"Personas information","source":"@site/docs/api/type-aliases/Personas.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/Personas","permalink":"/scripting-object/api/type-aliases/Personas","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/Personas.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"PersonalTemplates","permalink":"/scripting-object/api/type-aliases/PersonalTemplates"},"next":{"title":"Pipeline","permalink":"/scripting-object/api/type-aliases/Pipeline"}}');var s=t(86070),a=t(90116);const r={},l="Personas",o={},p=[{value:"Properties",id:"properties",level:2},{value:"entityId",id:"entityid",level:3},{value:"entityName",id:"entityname",level:3},{value:"Example",id:"example",level:4},{value:"entityType",id:"entitytype",level:3},{value:"Example",id:"example-1",level:4}];function c(e){const n={code:"code",h1:"h1",h2:"h2",h3:"h3",h4:"h4",header:"header",hr:"hr",p:"p",pre:"pre",...(0,a.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.header,{children:(0,s.jsx)(n.h1,{id:"personas",children:"Personas"})}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-ts",children:"type Personas = {\n entityId: string;\n entityName: string;\n entityType: string;\n};\n"})}),"\n",(0,s.jsx)(n.p,{children:"Personas information"}),"\n",(0,s.jsx)(n.h2,{id:"properties",children:"Properties"}),"\n",(0,s.jsx)(n.h3,{id:"entityid",children:"entityId"}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-ts",children:"entityId: string;\n"})}),"\n",(0,s.jsx)(n.p,{children:"unique identifier for the persona"}),"\n",(0,s.jsx)(n.hr,{}),"\n",(0,s.jsx)(n.h3,{id:"entityname",children:"entityName"}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-ts",children:"entityName: string;\n"})}),"\n",(0,s.jsx)(n.p,{children:"name of the entity"}),"\n",(0,s.jsx)(n.h4,{id:"example",children:"Example"}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-ts",children:"'Loan Officer'\n"})}),"\n",(0,s.jsx)(n.hr,{}),"\n",(0,s.jsx)(n.h3,{id:"entitytype",children:"entityType"}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-ts",children:"entityType: string;\n"})}),"\n",(0,s.jsx)(n.p,{children:"type of the entity"}),"\n",(0,s.jsx)(n.h4,{id:"example-1",children:"Example"}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-ts",children:"'Persona'\n"})})]})}function d(e={}){const{wrapper:n}={...(0,a.R)(),...e.components};return n?(0,s.jsx)(n,{...e,children:(0,s.jsx)(c,{...e})}):c(e)}},90116:(e,n,t)=>{t.d(n,{R:()=>r,x:()=>l});var i=t(30758);const s={},a=i.createContext(s);function r(e){const n=i.useContext(a);return i.useMemo(function(){return"function"==typeof e?e(n):{...n,...e}},[n,e])}function l(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:r(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([[33],{90033:(e,r,s)=>{s.d(r,{diagram:()=>l});var a=s(84931),i=(s(32704),s(2528),s(61129),s(91800),s(61689),s(96867),s(17459),s(37904),s(83402),s(94006),s(66111),s(472),s(10052)),l={parser:a._$,get db(){return new a.NM},renderer:a.Lh,styles:a.tM,init:(0,i.K2)(e=>{e.class||(e.class={}),e.class.arrowMarkerAbsolute=e.arrowMarkerAbsolute},"init")}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[5301],{50972:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>l,contentTitle:()=>c,default:()=>d,frontMatter:()=>a,metadata:()=>s,toc:()=>o});const s=JSON.parse('{"id":"api/type-aliases/BAEvent","title":"BAEvent","description":"Business analytics event","source":"@site/docs/api/type-aliases/BAEvent.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/BAEvent","permalink":"/scripting-object/api/type-aliases/BAEvent","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/BAEvent.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"AusTracking","permalink":"/scripting-object/api/type-aliases/AusTracking"},"next":{"title":"BorrowerContacts","permalink":"/scripting-object/api/type-aliases/BorrowerContacts"}}');var i=n(86070),r=n(90116);const a={},c="BAEvent",l={},o=[{value:"Indexable",id:"indexable",level:2},{value:"Properties",id:"properties",level:2},{value:"event",id:"event",level:3}];function p(e){const t={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",p:"p",pre:"pre",...(0,r.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t.header,{children:(0,i.jsx)(t.h1,{id:"baevent",children:"BAEvent"})}),"\n",(0,i.jsx)(t.pre,{children:(0,i.jsx)(t.code,{className:"language-ts",children:"type BAEvent = {\n[key: string]: string;\n event: string;\n};\n"})}),"\n",(0,i.jsx)(t.p,{children:"Business analytics event"}),"\n",(0,i.jsx)(t.h2,{id:"indexable",children:"Indexable"}),"\n",(0,i.jsx)(t.pre,{children:(0,i.jsx)(t.code,{className:"language-ts",children:"[key: string]: string\n"})}),"\n",(0,i.jsx)(t.p,{children:"custom properties to be sent with the event"}),"\n",(0,i.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,i.jsx)(t.h3,{id:"event",children:"event"}),"\n",(0,i.jsx)(t.pre,{children:(0,i.jsx)(t.code,{className:"language-ts",children:"event: string;\n"})}),"\n",(0,i.jsx)(t.p,{children:"name of the analytic event"})]})}function d(e={}){const{wrapper:t}={...(0,r.R)(),...e.components};return t?(0,i.jsx)(t,{...e,children:(0,i.jsx)(p,{...e})}):p(e)}},90116:(e,t,n)=>{n.d(t,{R:()=>a,x:()=>c});var s=n(30758);const i={},r=s.createContext(i);function a(e){const t=s.useContext(r);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(i):e.components||i:a(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([[8374],{83805:(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/ApplicationNavigationStartListener","title":"ApplicationNavigationStartListener()","description":"event handler that handles navigation start event","source":"@site/docs/api/type-aliases/ApplicationNavigationStartListener.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/ApplicationNavigationStartListener","permalink":"/scripting-object/api/type-aliases/ApplicationNavigationStartListener","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/ApplicationNavigationStartListener.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"ApplicationLoginListener()","permalink":"/scripting-object/api/type-aliases/ApplicationLoginListener"},"next":{"title":"AssignLoanTeamMember","permalink":"/scripting-object/api/type-aliases/AssignLoanTeamMember"}}');var a=t(86070),r=t(90116);const s={},o="ApplicationNavigationStartListener()",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,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.header,{children:(0,a.jsx)(n.h1,{id:"applicationnavigationstartlistener",children:"ApplicationNavigationStartListener()"})}),"\n",(0,a.jsx)(n.pre,{children:(0,a.jsx)(n.code,{className:"language-ts",children:"type ApplicationNavigationStartListener = (params: {\n eventName: string;\n eventOptions?: Record<string, unknown>;\n eventParams: NavigationStartInfo;\n obj: IApplication;\n}) => boolean;\n"})}),"\n",(0,a.jsx)(n.p,{children:"event handler that handles navigation start event"}),"\n",(0,a.jsx)(n.h2,{id:"parameters",children:"Parameters"}),"\n",(0,a.jsx)(n.h3,{id:"params",children:"params"}),"\n",(0,a.jsx)(n.p,{children:"event parameters"}),"\n",(0,a.jsx)(n.h4,{id:"eventname",children:"eventName"}),"\n",(0,a.jsx)(n.p,{children:(0,a.jsx)(n.code,{children:"string"})}),"\n",(0,a.jsx)(n.p,{children:"event name"}),"\n",(0,a.jsx)(n.h4,{id:"eventoptions",children:"eventOptions?"}),"\n",(0,a.jsxs)(n.p,{children:[(0,a.jsx)(n.code,{children:"Record"}),"<",(0,a.jsx)(n.code,{children:"string"}),", ",(0,a.jsx)(n.code,{children:"unknown"}),">"]}),"\n",(0,a.jsx)(n.p,{children:"additional options related to the event"}),"\n",(0,a.jsx)(n.h4,{id:"eventparams",children:"eventParams"}),"\n",(0,a.jsx)(n.p,{children:(0,a.jsx)(n.a,{href:"/scripting-object/api/type-aliases/NavigationStartInfo",children:(0,a.jsx)(n.code,{children:"NavigationStartInfo"})})}),"\n",(0,a.jsx)(n.p,{children:"navigation information including target and type"}),"\n",(0,a.jsx)(n.h4,{id:"obj",children:"obj"}),"\n",(0,a.jsx)(n.p,{children:(0,a.jsx)(n.a,{href:"/scripting-object/api/interfaces/IApplication",children:(0,a.jsx)(n.code,{children:"IApplication"})})}),"\n",(0,a.jsx)(n.p,{children:"application object reference"}),"\n",(0,a.jsx)(n.h2,{id:"returns",children:"Returns"}),"\n",(0,a.jsx)(n.p,{children:(0,a.jsx)(n.code,{children:"boolean"})}),"\n",(0,a.jsx)(n.p,{children:"true to allow navigation, false to cancel navigation"})]})}function d(e={}){const{wrapper:n}={...(0,r.R)(),...e.components};return n?(0,a.jsx)(n,{...e,children:(0,a.jsx)(p,{...e})}):p(e)}},90116:(e,n,t)=>{t.d(n,{R:()=>s,x:()=>o});var i=t(30758);const a={},r=i.createContext(a);function s(e){const n=i.useContext(r);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(a):e.components||a:s(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([[392],{90116:(e,n,i)=>{i.d(n,{R:()=>o,x:()=>l});var t=i(30758);const r={},s=t.createContext(r);function o(e){const n=t.useContext(s);return t.useMemo(function(){return"function"==typeof e?e(n):{...n,...e}},[n,e])}function l(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:o(e.components),t.createElement(s.Provider,{value:n},e.children)}},94258:(e,n,i)=>{i.r(n),i.d(n,{assets:()=>a,contentTitle:()=>l,default:()=>p,frontMatter:()=>o,metadata:()=>t,toc:()=>c});const t=JSON.parse('{"id":"api/type-aliases/ConditionType","title":"ConditionType","description":"Properties","source":"@site/docs/api/type-aliases/ConditionType.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/ConditionType","permalink":"/scripting-object/api/type-aliases/ConditionType","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/ConditionType.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"ConditionOperator","permalink":"/scripting-object/api/type-aliases/ConditionOperator"},"next":{"title":"ContactSetup","permalink":"/scripting-object/api/type-aliases/ContactSetup"}}');var r=i(86070),s=i(90116);const o={},l="ConditionType",a={},c=[{value:"Properties",id:"properties",level:2},{value:"Investor Delivery",id:"investor-delivery",level:3},{value:"Post-Closing",id:"post-closing",level:3},{value:"Preliminary",id:"preliminary",level:3},{value:"Underwriting",id:"underwriting",level:3}];function d(e){const n={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)(n.header,{children:(0,r.jsx)(n.h1,{id:"conditiontype",children:"ConditionType"})}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-ts",children:"type ConditionType = {\n Investor Delivery: string[];\n Post-Closing: string[];\n Preliminary: string[];\n Underwriting: string[];\n};\n"})}),"\n",(0,r.jsx)(n.h2,{id:"properties",children:"Properties"}),"\n",(0,r.jsx)(n.h3,{id:"investor-delivery",children:"Investor Delivery"}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-ts",children:"Investor Delivery: string[];\n"})}),"\n",(0,r.jsx)(n.hr,{}),"\n",(0,r.jsx)(n.h3,{id:"post-closing",children:"Post-Closing"}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-ts",children:"Post-Closing: string[];\n"})}),"\n",(0,r.jsx)(n.hr,{}),"\n",(0,r.jsx)(n.h3,{id:"preliminary",children:"Preliminary"}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-ts",children:"Preliminary: string[];\n"})}),"\n",(0,r.jsx)(n.hr,{}),"\n",(0,r.jsx)(n.h3,{id:"underwriting",children:"Underwriting"}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-ts",children:"Underwriting: string[];\n"})})]})}function p(e={}){const{wrapper:n}={...(0,s.R)(),...e.components};return n?(0,r.jsx)(n,{...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([[7254],{18716:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>o,contentTitle:()=>l,default:()=>d,frontMatter:()=>a,metadata:()=>i,toc:()=>c});const i=JSON.parse('{"id":"api/type-aliases/Milestone","title":"Milestone","description":"Properties","source":"@site/docs/api/type-aliases/Milestone.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/Milestone","permalink":"/scripting-object/api/type-aliases/Milestone","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/Milestone.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"ManageServiceProviders","permalink":"/scripting-object/api/type-aliases/ManageServiceProviders"},"next":{"title":"MilestoneInfo","permalink":"/scripting-object/api/type-aliases/MilestoneInfo"}}');var s=n(86070),r=n(90116);const a={},l="Milestone",o={},c=[{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 p(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:"milestone",children:"Milestone"})}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"type Milestone = {\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)(p,{...e})}):p(e)}},90116:(e,t,n)=>{n.d(t,{R:()=>a,x:()=>l});var i=n(30758);const s={},r=i.createContext(s);function a(e){const t=i.useContext(r);return i.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(s):e.components||s:a(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([[1180],{21660:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>p,contentTitle:()=>c,default:()=>o,frontMatter:()=>r,metadata:()=>i,toc:()=>l});const i=JSON.parse('{"id":"api/type-aliases/ChangeExpectedDate","title":"ChangeExpectedDate","description":"Properties","source":"@site/docs/api/type-aliases/ChangeExpectedDate.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/ChangeExpectedDate","permalink":"/scripting-object/api/type-aliases/ChangeExpectedDate","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/ChangeExpectedDate.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"Capabilities","permalink":"/scripting-object/api/type-aliases/Capabilities"},"next":{"title":"CommitInfo","permalink":"/scripting-object/api/type-aliases/CommitInfo"}}');var a=n(86070),s=n(90116);const r={},c="ChangeExpectedDate",p={},l=[{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 d(e){const t={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",pre:"pre",...(0,s.R)(),...e.components};return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(t.header,{children:(0,a.jsx)(t.h1,{id:"changeexpecteddate",children:"ChangeExpectedDate"})}),"\n",(0,a.jsx)(t.pre,{children:(0,a.jsx)(t.code,{className:"language-ts",children:"type ChangeExpectedDate = {\n entityId: string;\n entityName: string;\n entityType: string;\n};\n"})}),"\n",(0,a.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,a.jsx)(t.h3,{id:"entityid",children:"entityId"}),"\n",(0,a.jsx)(t.pre,{children:(0,a.jsx)(t.code,{className:"language-ts",children:"entityId: string;\n"})}),"\n",(0,a.jsx)(t.hr,{}),"\n",(0,a.jsx)(t.h3,{id:"entityname",children:"entityName"}),"\n",(0,a.jsx)(t.pre,{children:(0,a.jsx)(t.code,{className:"language-ts",children:"entityName: string;\n"})}),"\n",(0,a.jsx)(t.hr,{}),"\n",(0,a.jsx)(t.h3,{id:"entitytype",children:"entityType"}),"\n",(0,a.jsx)(t.pre,{children:(0,a.jsx)(t.code,{className:"language-ts",children:"entityType: string;\n"})})]})}function o(e={}){const{wrapper:t}={...(0,s.R)(),...e.components};return t?(0,a.jsx)(t,{...e,children:(0,a.jsx)(d,{...e})}):d(e)}},90116:(e,t,n)=>{n.d(t,{R:()=>r,x:()=>c});var i=n(30758);const a={},s=i.createContext(a);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(a):e.components||a: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([[3410],{67206:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>a,contentTitle:()=>o,default:()=>d,frontMatter:()=>r,metadata:()=>i,toc:()=>l});const i=JSON.parse('{"id":"api/type-aliases/RemotingScriptingObject","title":"RemotingScriptingObject","description":"serialized scripting object","source":"@site/docs/api/type-aliases/RemotingScriptingObject.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/RemotingScriptingObject","permalink":"/scripting-object/api/type-aliases/RemotingScriptingObject","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/RemotingScriptingObject.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"RecordOptions","permalink":"/scripting-object/api/type-aliases/RecordOptions"},"next":{"title":"ResourceDetails","permalink":"/scripting-object/api/type-aliases/ResourceDetails"}}');var s=n(86070),c=n(90116);const r={},o="RemotingScriptingObject",a={},l=[{value:"Properties",id:"properties",level:2},{value:"events",id:"events",level:3},{value:"functions",id:"functions",level:3},{value:"objectId",id:"objectid",level:3},{value:"objectType",id:"objecttype",level:3}];function p(e){const t={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",p:"p",pre:"pre",...(0,c.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(t.header,{children:(0,s.jsx)(t.h1,{id:"remotingscriptingobject",children:"RemotingScriptingObject"})}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"type RemotingScriptingObject = {\n events: string[];\n functions: string[];\n objectId: string;\n objectType: string;\n};\n"})}),"\n",(0,s.jsx)(t.p,{children:"serialized scripting object"}),"\n",(0,s.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,s.jsx)(t.h3,{id:"events",children:"events"}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"readonly events: string[];\n"})}),"\n",(0,s.jsx)(t.p,{children:"array of public events exposed from the scripting object"}),"\n",(0,s.jsx)(t.hr,{}),"\n",(0,s.jsx)(t.h3,{id:"functions",children:"functions"}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"readonly functions: string[];\n"})}),"\n",(0,s.jsx)(t.p,{children:"array of public functions exposed from the scripting object"}),"\n",(0,s.jsx)(t.hr,{}),"\n",(0,s.jsx)(t.h3,{id:"objectid",children:"objectId"}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"readonly objectId: string;\n"})}),"\n",(0,s.jsx)(t.p,{children:"id of the scripting object"}),"\n",(0,s.jsx)(t.hr,{}),"\n",(0,s.jsx)(t.h3,{id:"objecttype",children:"objectType"}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"readonly objectType: string;\n"})}),"\n",(0,s.jsx)(t.p,{children:"type of the scripting object"})]})}function d(e={}){const{wrapper:t}={...(0,c.R)(),...e.components};return t?(0,s.jsx)(t,{...e,children:(0,s.jsx)(p,{...e})}):p(e)}},90116:(e,t,n)=>{n.d(t,{R:()=>r,x:()=>o});var i=n(30758);const s={},c=i.createContext(s);function r(e){const t=i.useContext(c);return i.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function o(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:r(e.components),i.createElement(c.Provider,{value:t},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[630],{29078:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>o,contentTitle:()=>a,default:()=>u,frontMatter:()=>c,metadata:()=>i,toc:()=>l});const i=JSON.parse('{"id":"api/type-aliases/DocsSetup","title":"DocsSetup","description":"Properties","source":"@site/docs/api/type-aliases/DocsSetup.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/DocsSetup","permalink":"/scripting-object/api/type-aliases/DocsSetup","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/DocsSetup.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"DisclosureTracking","permalink":"/scripting-object/api/type-aliases/DisclosureTracking"},"next":{"title":"Documents","permalink":"/scripting-object/api/type-aliases/Documents"}}');var n=t(86070),r=t(90116);const c={},a="DocsSetup",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,r.R)(),...e.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(s.header,{children:(0,n.jsx)(s.h1,{id:"docssetup",children:"DocsSetup"})}),"\n",(0,n.jsx)(s.pre,{children:(0,n.jsx)(s.code,{className:"language-ts",children:"type DocsSetup = {\n access: boolean;\n rights: string[];\n};\n"})}),"\n",(0,n.jsx)(s.h2,{id:"properties",children:"Properties"}),"\n",(0,n.jsx)(s.h3,{id:"access",children:"access"}),"\n",(0,n.jsx)(s.pre,{children:(0,n.jsx)(s.code,{className:"language-ts",children:"access: boolean;\n"})}),"\n",(0,n.jsx)(s.hr,{}),"\n",(0,n.jsx)(s.h3,{id:"rights",children:"rights"}),"\n",(0,n.jsx)(s.pre,{children:(0,n.jsx)(s.code,{className:"language-ts",children:"rights: string[];\n"})})]})}function u(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,n.jsx)(s,{...e,children:(0,n.jsx)(p,{...e})}):p(e)}},90116:(e,s,t)=>{t.d(s,{R:()=>c,x:()=>a});var i=t(30758);const n={},r=i.createContext(n);function c(e){const s=i.useContext(r);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(n):e.components||n:c(e.components),i.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([[5827],{18314:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>r,contentTitle:()=>c,default:()=>d,frontMatter:()=>a,metadata:()=>i,toc:()=>p});const i=JSON.parse('{"id":"api/type-aliases/ActionInfo","title":"ActionInfo","description":"Action information","source":"@site/docs/api/type-aliases/ActionInfo.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/ActionInfo","permalink":"/scripting-object/api/type-aliases/ActionInfo","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/ActionInfo.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"AcceptFile","permalink":"/scripting-object/api/type-aliases/AcceptFile"},"next":{"title":"ActionResponse","permalink":"/scripting-object/api/type-aliases/ActionResponse"}}');var o=t(86070),s=t(90116);const a={},c="ActionInfo",r={},p=[{value:"Properties",id:"properties",level:2},{value:"name",id:"name",level:3}];function l(e){const n={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",p:"p",pre:"pre",...(0,s.R)(),...e.components};return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(n.header,{children:(0,o.jsx)(n.h1,{id:"actioninfo",children:"ActionInfo"})}),"\n",(0,o.jsx)(n.pre,{children:(0,o.jsx)(n.code,{className:"language-ts",children:"type ActionInfo = {\n name: string;\n};\n"})}),"\n",(0,o.jsx)(n.p,{children:"Action information"}),"\n",(0,o.jsx)(n.h2,{id:"properties",children:"Properties"}),"\n",(0,o.jsx)(n.h3,{id:"name",children:"name"}),"\n",(0,o.jsx)(n.pre,{children:(0,o.jsx)(n.code,{className:"language-ts",children:"name: string;\n"})}),"\n",(0,o.jsx)(n.p,{children:"name of the action"})]})}function d(e={}){const{wrapper:n}={...(0,s.R)(),...e.components};return n?(0,o.jsx)(n,{...e,children:(0,o.jsx)(l,{...e})}):l(e)}},90116:(e,n,t)=>{t.d(n,{R:()=>a,x:()=>c});var i=t(30758);const o={},s=i.createContext(o);function a(e){const n=i.useContext(s);return i.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(o):e.components||o:a(e.components),i.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([[3899],{93899:(e,i,a)=>{a.d(i,{createTreemapServices:()=>c.d});var c=a(4659);a(89932)}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[5410],{15466:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>c,contentTitle:()=>s,default:()=>d,frontMatter:()=>r,metadata:()=>o,toc:()=>p});const o=JSON.parse('{"id":"api/type-aliases/LoanRecord","title":"LoanRecord","description":"","source":"@site/docs/api/type-aliases/LoanRecord.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/LoanRecord","permalink":"/scripting-object/api/type-aliases/LoanRecord","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/LoanRecord.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"LoanPreMilestoneCompleteListener()","permalink":"/scripting-object/api/type-aliases/LoanPreMilestoneCompleteListener"},"next":{"title":"LoanSetup","permalink":"/scripting-object/api/type-aliases/LoanSetup"}}');var a=n(86070),i=n(90116);const r={},s="LoanRecord",c={},p=[];function l(e){const t={code:"code",h1:"h1",header:"header",pre:"pre",...(0,i.R)(),...e.components};return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(t.header,{children:(0,a.jsx)(t.h1,{id:"loanrecord",children:"LoanRecord"})}),"\n",(0,a.jsx)(t.pre,{children:(0,a.jsx)(t.code,{className:"language-ts",children:"type LoanRecord = unknown;\n"})})]})}function d(e={}){const{wrapper:t}={...(0,i.R)(),...e.components};return t?(0,a.jsx)(t,{...e,children:(0,a.jsx)(l,{...e})}):l(e)}},90116:(e,t,n)=>{n.d(t,{R:()=>r,x:()=>s});var o=n(30758);const a={},i=o.createContext(a);function r(e){const t=o.useContext(i);return o.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function s(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(a):e.components||a:r(e.components),o.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([[9813],{78141:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>c,contentTitle:()=>o,default:()=>h,frontMatter:()=>a,metadata:()=>n,toc:()=>l});const n=JSON.parse('{"id":"api/type-aliases/TransactionDetails","title":"TransactionDetails","description":"details about the transaction","source":"@site/docs/api/type-aliases/TransactionDetails.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/TransactionDetails","permalink":"/scripting-object/api/type-aliases/TransactionDetails","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/TransactionDetails.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"Trades","permalink":"/scripting-object/api/type-aliases/Trades"},"next":{"title":"TransactionEvent","permalink":"/scripting-object/api/type-aliases/TransactionEvent"}}');var i=s(86070),r=s(90116);const a={},o="TransactionDetails",c={},l=[{value:"Properties",id:"properties",level:2},{value:"request",id:"request",level:3}];function d(e){const t={a:"a",code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",p:"p",pre:"pre",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:"transactiondetails",children:"TransactionDetails"})}),"\n",(0,i.jsx)(t.pre,{children:(0,i.jsx)(t.code,{className:"language-ts",children:"type TransactionDetails = {\n request: {\n options?: Record<string, string | boolean | number>;\n resources: TransactionResource[];\n type: string;\n };\n};\n"})}),"\n",(0,i.jsx)(t.p,{children:"details about the transaction"}),"\n",(0,i.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,i.jsx)(t.h3,{id:"request",children:"request"}),"\n",(0,i.jsx)(t.pre,{children:(0,i.jsx)(t.code,{className:"language-ts",children:"request: {\n options?: Record<string, string | boolean | number>;\n resources: TransactionResource[];\n type: string;\n};\n"})}),"\n",(0,i.jsx)(t.p,{children:"details about the transaction that is created / updated"}),"\n",(0,i.jsxs)(t.table,{children:[(0,i.jsx)(t.thead,{children:(0,i.jsxs)(t.tr,{children:[(0,i.jsx)(t.th,{children:"Name"}),(0,i.jsx)(t.th,{children:"Type"}),(0,i.jsx)(t.th,{children:"Description"})]})}),(0,i.jsxs)(t.tbody,{children:[(0,i.jsxs)(t.tr,{children:[(0,i.jsx)(t.td,{children:(0,i.jsx)(t.code,{children:"options?"})}),(0,i.jsxs)(t.td,{children:[(0,i.jsx)(t.code,{children:"Record"}),"<",(0,i.jsx)(t.code,{children:"string"}),", ",(0,i.jsx)(t.code,{children:"string"})," | ",(0,i.jsx)(t.code,{children:"boolean"})," | ",(0,i.jsx)(t.code,{children:"number"}),">"]}),(0,i.jsx)(t.td,{children:"The specific set of selectable options that apply to the specific type of transaction request, as modeled by your application"})]}),(0,i.jsxs)(t.tr,{children:[(0,i.jsx)(t.td,{children:(0,i.jsx)(t.code,{children:"resources"})}),(0,i.jsxs)(t.td,{children:[(0,i.jsx)(t.a,{href:"/scripting-object/api/type-aliases/TransactionResource",children:(0,i.jsx)(t.code,{children:"TransactionResource"})}),"[]"]}),(0,i.jsx)(t.td,{children:'The collection of file attachments - referred to as resource objects in the EPC API - to be attached to the transaction request. The id, name, and mimeType attribute needed for each resource object in the collection can be created in one of two ways: Your application utilized the transaction.createResource method to build a custom file upload experience, and the user invoked this functionality and uploaded a file from their local drive. Your application utilized the application.performAction("getAvailableResources") method to launch the host application\'s file explorer, and the user invoked this functionality and attached a file[s] from the host application. Once the resource objects are collected from these methods, be sure to echo them back to the EPC platform when creating a transaction!'})]}),(0,i.jsxs)(t.tr,{children:[(0,i.jsx)(t.td,{children:(0,i.jsx)(t.code,{children:"type"})}),(0,i.jsx)(t.td,{children:(0,i.jsx)(t.code,{children:"string"})}),(0,i.jsx)(t.td,{children:"The type of transaction request being initiated for the subject product. This must be one of the supported values for the request type that your application is configured to support - based on which its data entitlements are scoped."})]})]})]})]})}function h(e={}){const{wrapper:t}={...(0,r.R)(),...e.components};return t?(0,i.jsx)(t,{...e,children:(0,i.jsx)(d,{...e})}):d(e)}},90116:(e,t,s)=>{s.d(t,{R:()=>a,x:()=>o});var n=s(30758);const i={},r=n.createContext(i);function a(e){const t=n.useContext(r);return n.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function o(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:a(e.components),n.createElement(r.Provider,{value:t},e.children)}}}]);