@reusa/ngx-reusa-app-lib 0.0.731 → 0.1.731

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 (472) hide show
  1. package/{esm2020 → esm2022}/lib/annimations/app-animations.mjs +36 -36
  2. package/esm2022/lib/components/add-employer/add-employer.component.mjs +3027 -0
  3. package/esm2022/lib/components/add-participant/add-participant.component.mjs +394 -0
  4. package/esm2022/lib/components/add-payment/add-payment.component.mjs +187 -0
  5. package/esm2022/lib/components/address/address.component.mjs +487 -0
  6. package/esm2022/lib/components/bank-details/bank-details.component.mjs +276 -0
  7. package/esm2022/lib/components/captcha/captcha.component.mjs +181 -0
  8. package/esm2022/lib/components/card/card.component.mjs +55 -0
  9. package/esm2022/lib/components/contact-us/contact-us.component.mjs +970 -0
  10. package/esm2022/lib/components/content/content.component.mjs +61 -0
  11. package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +83 -0
  12. package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +223 -0
  13. package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +292 -0
  14. package/esm2022/lib/components/disclosure/disclosure.component.mjs +60 -0
  15. package/esm2022/lib/components/dropdown/dropdown.component.mjs +1974 -0
  16. package/esm2022/lib/components/dropdown/dropdown.interface.mjs +2 -0
  17. package/esm2022/lib/components/email-update/email-update.component.mjs +283 -0
  18. package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +794 -0
  19. package/esm2022/lib/components/error/error.component.mjs +86 -0
  20. package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +163 -0
  21. package/{esm2020 → esm2022}/lib/components/file-download/file-download.component.mjs +104 -104
  22. package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +315 -0
  23. package/esm2022/lib/components/footer/footer.component.mjs +332 -0
  24. package/esm2022/lib/components/header/header.component.mjs +558 -0
  25. package/esm2022/lib/components/help/help.component.mjs +49 -0
  26. package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +65 -0
  27. package/{esm2020 → esm2022}/lib/components/info/info.component.mjs +187 -188
  28. package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +206 -0
  29. package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +193 -0
  30. package/esm2022/lib/components/maintenance-detector/maintenance-detector.component.mjs +43 -0
  31. package/esm2022/lib/components/mask/mask.component.mjs +48 -0
  32. package/esm2022/lib/components/menu/menu.component.mjs +423 -0
  33. package/esm2022/lib/components/mfa/mfa.component.mjs +444 -0
  34. package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +50 -0
  35. package/esm2022/lib/components/money-expect/money-expect.component.mjs +90 -0
  36. package/esm2022/lib/components/msg/msg.component.mjs +48 -0
  37. package/esm2022/lib/components/news/news.component.mjs +90 -0
  38. package/esm2022/lib/components/overlay-info/overlay-info.component.mjs +213 -0
  39. package/esm2022/lib/components/page/page.component.mjs +136 -0
  40. package/esm2022/lib/components/profile/profile.component.mjs +177 -0
  41. package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +63 -0
  42. package/esm2022/lib/components/questionnaire/AppValidators.mjs +487 -0
  43. package/{esm2020 → esm2022}/lib/components/questionnaire/FbConstants.mjs +7 -7
  44. package/{esm2020 → esm2022}/lib/components/questionnaire/SelectItem.mjs +1 -1
  45. package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +256 -0
  46. package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +475 -0
  47. package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +1094 -0
  48. package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +1882 -0
  49. package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +1263 -0
  50. package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +244 -0
  51. package/{esm2020 → esm2022}/lib/components/questionnaire/input-focus.directive.mjs +44 -44
  52. package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +256 -0
  53. package/{esm2020 → esm2022}/lib/components/questionnaire/question-base.mjs +2 -2
  54. package/{esm2020 → esm2022}/lib/components/questionnaire/question-control.service.mjs +420 -419
  55. package/{esm2020 → esm2022}/lib/components/questionnaire/question.service.mjs +33 -33
  56. package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +262 -0
  57. package/{esm2020 → esm2022}/lib/components/read-more/read-more.component.mjs +67 -67
  58. package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +690 -0
  59. package/esm2022/lib/components/search-employer/search-employer.component.mjs +142 -0
  60. package/esm2022/lib/components/select/select.component.mjs +154 -0
  61. package/esm2022/lib/components/ssn/ssn.component.mjs +44 -0
  62. package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +151 -0
  63. package/esm2022/lib/components/test/test.component.mjs +19 -0
  64. package/esm2022/lib/components/user-login/user-login.component.mjs +398 -0
  65. package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +442 -0
  66. package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +307 -0
  67. package/{esm2020 → esm2022}/lib/directives/auto-focus/auto-focus.directive.mjs +31 -31
  68. package/{esm2020 → esm2022}/lib/directives/caps-lock.directive.mjs +38 -38
  69. package/{esm2020 → esm2022}/lib/directives/required-roles/required-roles.directive.mjs +30 -30
  70. package/{esm2020 → esm2022}/lib/enums/EmailStatusEnum.mjs +8 -8
  71. package/{esm2020 → esm2022}/lib/guards/auth.guard.mjs +138 -138
  72. package/esm2022/lib/guards/no-login/no-login.guard.mjs +21 -0
  73. package/{esm2020 → esm2022}/lib/interceptors/error-interceptor/http-error-interceptor.mjs +107 -107
  74. package/{esm2020 → esm2022}/lib/interceptors/header-interceptor/http-header.interceptor.mjs +99 -99
  75. package/{esm2020 → esm2022}/lib/models/AddressComponentModel.mjs +2 -2
  76. package/{esm2020 → esm2022}/lib/models/BankDetailsComponentModel.mjs +2 -2
  77. package/{esm2020 → esm2022}/lib/models/BankDetailsModel.mjs +3 -3
  78. package/{esm2020 → esm2022}/lib/models/CinRequalificationCriteriaModel.mjs +3 -3
  79. package/{esm2020 → esm2022}/lib/models/EmployerDetailSearchResult.mjs +5 -5
  80. package/{esm2020 → esm2022}/lib/models/ErrorModel.mjs +5 -5
  81. package/{esm2020 → esm2022}/lib/models/FileModel.mjs +1 -1
  82. package/{esm2020 → esm2022}/lib/models/LibConstants.mjs +119 -119
  83. package/{esm2020 → esm2022}/lib/models/NewsAndAnnouncementModel.mjs +2 -2
  84. package/{esm2020 → esm2022}/lib/models/NotificationModel.mjs +5 -5
  85. package/{esm2020 → esm2022}/lib/models/OtpAuthModel.mjs +2 -2
  86. package/{esm2020 → esm2022}/lib/models/PaymentComponentModel.mjs +2 -2
  87. package/esm2022/lib/models/RequalifyLiftPageModel.mjs +11 -0
  88. package/{esm2020 → esm2022}/lib/models/SsaVerificationModel.mjs +3 -3
  89. package/{esm2020 → esm2022}/lib/models/TrendModel.mjs +2 -2
  90. package/{esm2020 → esm2022}/lib/models/UserDetailsModel.mjs +2 -2
  91. package/{esm2020 → esm2022}/lib/models/UserModel.mjs +5 -5
  92. package/{esm2020 → esm2022}/lib/models/case/CaseAttachmentModel.mjs +3 -3
  93. package/{esm2020 → esm2022}/lib/models/claimant/ClaimantModel.mjs +2 -2
  94. package/{esm2020 → esm2022}/lib/models/claimant/JobResultsData.mjs +2 -2
  95. package/{esm2020 → esm2022}/lib/models/claimant/MatchingJobs.mjs +2 -2
  96. package/{esm2020 → esm2022}/lib/models/claimant/ResetPasswordModel.mjs +2 -2
  97. package/esm2022/lib/models/cmp/CaseCoreModel.mjs +3 -0
  98. package/{esm2020 → esm2022}/lib/models/cmp/ComplaintCategoryModel.mjs +3 -3
  99. package/{esm2020 → esm2022}/lib/models/cmp/ComplaintCategoryOutputModel.mjs +5 -5
  100. package/esm2022/lib/models/cmp/ContactUsModel.mjs +3 -0
  101. package/{esm2020 → esm2022}/lib/models/cmp/EmailTemplateModel.mjs +3 -3
  102. package/esm2022/lib/models/cmp/contactUsInqueryModel.mjs +7 -0
  103. package/{esm2020 → esm2022}/lib/models/cmp/messageRourceModel.mjs +3 -3
  104. package/esm2022/lib/models/dashboard-model.mjs +3 -0
  105. package/esm2022/lib/models/dependent.model.mjs +8 -0
  106. package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmpRequestModel.mjs +2 -2
  107. package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +7 -7
  108. package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +5 -5
  109. package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +2 -2
  110. package/esm2022/lib/models/questionnaire/ComboModel.mjs +337 -0
  111. package/{esm2020 → esm2022}/lib/models/questionnaire/ElementsModel.mjs +7 -7
  112. package/{esm2020 → esm2022}/lib/models/questionnaire/EmployerDetailSearchResult.mjs +2 -2
  113. package/{esm2020 → esm2022}/lib/models/questionnaire/EmployerWagesModel.mjs +3 -3
  114. package/{esm2020 → esm2022}/lib/models/questionnaire/FBConfigModel.mjs +5 -5
  115. package/{esm2020 → esm2022}/lib/models/questionnaire/KeyValueModel.mjs +2 -2
  116. package/{esm2020 → esm2022}/lib/models/questionnaire/LegalDiscaimarModel.mjs +2 -2
  117. package/{esm2020 → esm2022}/lib/models/questionnaire/LoaderModel.mjs +2 -2
  118. package/{esm2020 → esm2022}/lib/models/questionnaire/PollingStatusModel.mjs +3 -3
  119. package/{esm2020 → esm2022}/lib/models/questionnaire/QtrYearEmployerWageModel.mjs +2 -2
  120. package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireQueryModel.mjs +7 -7
  121. package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireReturnModel.mjs +10 -10
  122. package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireSaveModel.mjs +2 -2
  123. package/esm2022/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +3 -0
  124. package/{esm2020 → esm2022}/lib/models/questionnaire/ServiceActionResponseModel.mjs +3 -3
  125. package/esm2022/lib/models/questionnaire/StatusModel.mjs +6 -0
  126. package/{esm2020 → esm2022}/lib/models/questionnaire/SuccessPageElement.mjs +2 -2
  127. package/esm2022/lib/models/questionnaire/UI512AResponseModel.mjs +3 -0
  128. package/{esm2020 → esm2022}/lib/models/questionnaire/ValidationModel.mjs +2 -2
  129. package/esm2022/lib/ngx-reusa-app-lib.component.mjs +23 -0
  130. package/esm2022/lib/ngx-reusa-app-lib.module.mjs +402 -0
  131. package/{esm2020 → esm2022}/lib/ngx-reusa-app-lib.service.mjs +14 -14
  132. package/{esm2020 → esm2022}/lib/pages/BasePage.mjs +76 -76
  133. package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +81 -0
  134. package/esm2022/lib/pages/common/change-password/change-password.page.mjs +463 -0
  135. package/esm2022/lib/pages/common/landing/landing.component.mjs +208 -0
  136. package/esm2022/lib/pages/common/landing2/landing2.component.mjs +244 -0
  137. package/esm2022/lib/pages/common/login/login.component.mjs +526 -0
  138. package/esm2022/lib/pages/common/not-found/not-found.page.mjs +24 -0
  139. package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +306 -0
  140. package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +61 -0
  141. package/esm2022/lib/pages/common/unauthorized/unauthorized.page.mjs +24 -0
  142. package/esm2022/lib/pages/popovers/language/language.page.mjs +61 -0
  143. package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +204 -0
  144. package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +129 -0
  145. package/esm2022/lib/pages/popovers/user-search/user-search.component.mjs +251 -0
  146. package/{esm2020 → esm2022}/lib/pipes/filter.pipe.mjs +30 -30
  147. package/{esm2020 → esm2022}/lib/pipes/mask/mask.email.pipe.mjs +23 -23
  148. package/{esm2020 → esm2022}/lib/pipes/proper-case/proper-case.pipe.mjs +27 -27
  149. package/{esm2020 → esm2022}/lib/pipes/translate/dynamic-translate.pipe.mjs +44 -44
  150. package/{esm2020 → esm2022}/lib/pipes/trust-html/trust-html.pipe.mjs +20 -20
  151. package/{esm2020 → esm2022}/lib/services/base-service.mjs +49 -49
  152. package/{esm2020 → esm2022}/lib/services/captcha/captcha.service.mjs +46 -46
  153. package/{esm2020 → esm2022}/lib/services/case-service/case.service.mjs +47 -47
  154. package/{esm2020 → esm2022}/lib/services/chatbot/chatbot.service.mjs +257 -257
  155. package/esm2022/lib/services/chatbot/script.const.mjs +42 -0
  156. package/{esm2020 → esm2022}/lib/services/claimant/claimant.service.mjs +31 -31
  157. package/esm2022/lib/services/claimant-context/claimant-context.service.mjs +48 -0
  158. package/{esm2020 → esm2022}/lib/services/claimant-service/claimant.service.mjs +47 -47
  159. package/{esm2020 → esm2022}/lib/services/claims/claims.service.mjs +99 -99
  160. package/{esm2020 → esm2022}/lib/services/cmp-service/cmp.service.mjs +84 -84
  161. package/{esm2020 → esm2022}/lib/services/dms-service/dms.service.mjs +60 -60
  162. package/{esm2020 → esm2022}/lib/services/fpjs/fingerprint.service.mjs +70 -70
  163. package/{esm2020 → esm2022}/lib/services/google-analytics/google-analytics.service.mjs +29 -29
  164. package/{esm2020 → esm2022}/lib/services/help/help.service.mjs +63 -63
  165. package/{esm2020 → esm2022}/lib/services/idle/idle.service.mjs +159 -159
  166. package/{esm2020 → esm2022}/lib/services/logger/logger.service.mjs +67 -67
  167. package/esm2022/lib/services/login/login.service.mjs +330 -0
  168. package/{esm2020 → esm2022}/lib/services/maintenance/maintenance.service.mjs +21 -21
  169. package/{esm2020 → esm2022}/lib/services/notification/notification.service.mjs +113 -113
  170. package/{esm2020 → esm2022}/lib/services/questionnaire/questionnaire.service.mjs +69 -69
  171. package/{esm2020 → esm2022}/lib/services/questionnaire/validation.service.mjs +59 -59
  172. package/{esm2020 → esm2022}/lib/services/security-service/security.service.mjs +35 -35
  173. package/{esm2020 → esm2022}/lib/services/tour/tour.service.mjs +60 -60
  174. package/{esm2020 → esm2022}/lib/services/util/util.service.mjs +424 -424
  175. package/esm2022/lib/validations/AppRegex.mjs +45 -0
  176. package/{esm2020 → esm2022}/lib/validations/AppValidators.mjs +165 -165
  177. package/{esm2020 → esm2022}/public-api.mjs +131 -131
  178. package/{esm2020 → esm2022}/reusa-ngx-reusa-app-lib.mjs +4 -4
  179. package/{fesm2020 → fesm2022}/reusa-ngx-reusa-app-lib.mjs +27966 -27877
  180. package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -0
  181. package/index.d.ts +5 -5
  182. package/lib/annimations/app-animations.d.ts +3 -3
  183. package/lib/components/add-employer/add-employer.component.d.ts +276 -276
  184. package/lib/components/add-participant/add-participant.component.d.ts +45 -45
  185. package/lib/components/add-payment/add-payment.component.d.ts +33 -33
  186. package/lib/components/address/address.component.d.ts +68 -68
  187. package/lib/components/address/address.component.d.ts.map +1 -1
  188. package/lib/components/bank-details/bank-details.component.d.ts +39 -39
  189. package/lib/components/captcha/captcha.component.d.ts +44 -44
  190. package/lib/components/card/card.component.d.ts +11 -11
  191. package/lib/components/contact-us/contact-us.component.d.ts +105 -107
  192. package/lib/components/contact-us/contact-us.component.d.ts.map +1 -1
  193. package/lib/components/content/content.component.d.ts +13 -13
  194. package/lib/components/correspondence-download/correspondence-download.component.d.ts +21 -21
  195. package/lib/components/dashboard-card/dashboard-card.component.d.ts +25 -25
  196. package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -1
  197. package/lib/components/dependent-grid/dependent-grid.component.d.ts +35 -35
  198. package/lib/components/disclosure/disclosure.component.d.ts +12 -12
  199. package/lib/components/dropdown/dropdown.component.d.ts +581 -207
  200. package/lib/components/dropdown/dropdown.component.d.ts.map +1 -1
  201. package/lib/components/dropdown/dropdown.interface.d.ts +155 -0
  202. package/lib/components/dropdown/dropdown.interface.d.ts.map +1 -0
  203. package/lib/components/email-update/email-update.component.d.ts +31 -31
  204. package/lib/components/employer-grid/employer-grid.component.d.ts +95 -94
  205. package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -1
  206. package/lib/components/error/error.component.d.ts +17 -17
  207. package/lib/components/fav-menu/fav-menu.component.d.ts +21 -21
  208. package/lib/components/file-download/file-download.component.d.ts +22 -22
  209. package/lib/components/file-uploader/file-uploader.component.d.ts +47 -47
  210. package/lib/components/footer/footer.component.d.ts +36 -36
  211. package/lib/components/header/header.component.d.ts +59 -58
  212. package/lib/components/header/header.component.d.ts.map +1 -1
  213. package/lib/components/help/help.component.d.ts +10 -10
  214. package/lib/components/idle-detector/idle-detector.component.d.ts +15 -15
  215. package/lib/components/info/info.component.d.ts +22 -22
  216. package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +21 -21
  217. package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +33 -33
  218. package/lib/components/maintenance-detector/maintenance-detector.component.d.ts +15 -15
  219. package/lib/components/mask/mask.component.d.ts +11 -11
  220. package/lib/components/menu/menu.component.d.ts +43 -43
  221. package/lib/components/mfa/mfa.component.d.ts +59 -59
  222. package/lib/components/mfa-popup/mfa-popup.component.d.ts +16 -16
  223. package/lib/components/money-expect/money-expect.component.d.ts +18 -18
  224. package/lib/components/msg/msg.component.d.ts +10 -10
  225. package/lib/components/news/news.component.d.ts +14 -14
  226. package/lib/components/overlay-info/overlay-info.component.d.ts +34 -34
  227. package/lib/components/page/page.component.d.ts +23 -23
  228. package/lib/components/profile/profile.component.d.ts +28 -28
  229. package/lib/components/profile-redirect/profile-redirect.component.d.ts +13 -13
  230. package/lib/components/questionnaire/AppValidators.d.ts +14 -14
  231. package/lib/components/questionnaire/AppValidators.d.ts.map +1 -1
  232. package/lib/components/questionnaire/FbConstants.d.ts +7 -7
  233. package/lib/components/questionnaire/SelectItem.d.ts +4 -4
  234. package/lib/components/questionnaire/account-success/account-success.page.d.ts +53 -53
  235. package/lib/components/questionnaire/common-success/common-success.page.d.ts +75 -75
  236. package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -1
  237. package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +46 -46
  238. package/lib/components/questionnaire/dynamic-form-question.component.d.ts +82 -82
  239. package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
  240. package/lib/components/questionnaire/dynamic-form.component.d.ts +130 -130
  241. package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
  242. package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +66 -64
  243. package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -1
  244. package/lib/components/questionnaire/input-focus.directive.d.ts +11 -11
  245. package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +38 -38
  246. package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -1
  247. package/lib/components/questionnaire/question-base.d.ts +16 -16
  248. package/lib/components/questionnaire/question-control.service.d.ts +19 -19
  249. package/lib/components/questionnaire/question-control.service.d.ts.map +1 -1
  250. package/lib/components/questionnaire/question.service.d.ts +18 -18
  251. package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +75 -74
  252. package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -1
  253. package/lib/components/read-more/read-more.component.d.ts +14 -14
  254. package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +67 -67
  255. package/lib/components/search-employer/search-employer.component.d.ts +37 -36
  256. package/lib/components/search-employer/search-employer.component.d.ts.map +1 -1
  257. package/lib/components/select/select.component.d.ts +55 -55
  258. package/lib/components/ssn/ssn.component.d.ts +11 -11
  259. package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +22 -22
  260. package/lib/components/test/test.component.d.ts +8 -8
  261. package/lib/components/user-login/user-login.component.d.ts +48 -48
  262. package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +59 -59
  263. package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +45 -45
  264. package/lib/directives/auto-focus/auto-focus.directive.d.ts +12 -12
  265. package/lib/directives/caps-lock.directive.d.ts +11 -11
  266. package/lib/directives/required-roles/required-roles.directive.d.ts +14 -14
  267. package/lib/enums/EmailStatusEnum.d.ts +7 -7
  268. package/lib/guards/auth.guard.d.ts +28 -28
  269. package/lib/guards/auth.guard.d.ts.map +1 -1
  270. package/lib/guards/no-login/no-login.guard.d.ts +11 -11
  271. package/lib/guards/no-login/no-login.guard.d.ts.map +1 -1
  272. package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts +22 -22
  273. package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts +21 -21
  274. package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts.map +1 -1
  275. package/lib/models/AddressComponentModel.d.ts +12 -12
  276. package/lib/models/BankDetailsComponentModel.d.ts +11 -11
  277. package/lib/models/BankDetailsModel.d.ts +4 -4
  278. package/lib/models/CinRequalificationCriteriaModel.d.ts +10 -10
  279. package/lib/models/EmployerDetailSearchResult.d.ts +47 -47
  280. package/lib/models/ErrorModel.d.ts +6 -6
  281. package/lib/models/FileModel.d.ts +4 -4
  282. package/lib/models/LibConstants.d.ts +112 -112
  283. package/lib/models/NewsAndAnnouncementModel.d.ts +5 -5
  284. package/lib/models/NotificationModel.d.ts +10 -10
  285. package/lib/models/OtpAuthModel.d.ts +6 -6
  286. package/lib/models/PaymentComponentModel.d.ts +7 -7
  287. package/lib/models/RequalifyLiftPageModel.d.ts +11 -11
  288. package/lib/models/SsaVerificationModel.d.ts +8 -8
  289. package/lib/models/TrendModel.d.ts +13 -13
  290. package/lib/models/UserDetailsModel.d.ts +9 -9
  291. package/lib/models/UserModel.d.ts +46 -46
  292. package/lib/models/case/CaseAttachmentModel.d.ts +5 -5
  293. package/lib/models/claimant/ClaimantModel.d.ts +22 -22
  294. package/lib/models/claimant/JobResultsData.d.ts +7 -7
  295. package/lib/models/claimant/MatchingJobs.d.ts +12 -12
  296. package/lib/models/claimant/ResetPasswordModel.d.ts +8 -8
  297. package/lib/models/cmp/CaseCoreModel.d.ts +20 -20
  298. package/lib/models/cmp/ComplaintCategoryModel.d.ts +8 -8
  299. package/lib/models/cmp/ComplaintCategoryOutputModel.d.ts +5 -5
  300. package/lib/models/cmp/ContactUsModel.d.ts +22 -22
  301. package/lib/models/cmp/EmailTemplateModel.d.ts +6 -6
  302. package/lib/models/cmp/contactUsInqueryModel.d.ts +46 -46
  303. package/lib/models/cmp/messageRourceModel.d.ts +5 -5
  304. package/lib/models/dashboard-model.d.ts +43 -43
  305. package/lib/models/dependent.model.d.ts +11 -18
  306. package/lib/models/dependent.model.d.ts.map +1 -1
  307. package/lib/models/questionnaire/ClaimAppEmpRequestModel.d.ts +8 -8
  308. package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +16 -16
  309. package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +151 -151
  310. package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +16 -16
  311. package/lib/models/questionnaire/ComboModel.d.ts +85 -85
  312. package/lib/models/questionnaire/ElementsModel.d.ts +68 -68
  313. package/lib/models/questionnaire/EmployerDetailSearchResult.d.ts +17 -17
  314. package/lib/models/questionnaire/EmployerWagesModel.d.ts +4 -4
  315. package/lib/models/questionnaire/FBConfigModel.d.ts +11 -11
  316. package/lib/models/questionnaire/KeyValueModel.d.ts +10 -10
  317. package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +10 -10
  318. package/lib/models/questionnaire/LoaderModel.d.ts +4 -4
  319. package/lib/models/questionnaire/PollingStatusModel.d.ts +6 -6
  320. package/lib/models/questionnaire/QtrYearEmployerWageModel.d.ts +8 -8
  321. package/lib/models/questionnaire/QuestionnaireQueryModel.d.ts +23 -23
  322. package/lib/models/questionnaire/QuestionnaireReturnModel.d.ts +20 -20
  323. package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +24 -24
  324. package/lib/models/questionnaire/RequalifyLiftIssuesModel.d.ts +13 -13
  325. package/lib/models/questionnaire/ServiceActionResponseModel.d.ts +6 -6
  326. package/lib/models/questionnaire/StatusModel.d.ts +15 -15
  327. package/lib/models/questionnaire/SuccessPageElement.d.ts +8 -8
  328. package/lib/models/questionnaire/UI512AResponseModel.d.ts +12 -12
  329. package/lib/models/questionnaire/ValidationModel.d.ts +17 -17
  330. package/lib/ngx-reusa-app-lib.component.d.ts +8 -8
  331. package/lib/ngx-reusa-app-lib.module.d.ts +148 -145
  332. package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -1
  333. package/lib/ngx-reusa-app-lib.service.d.ts +6 -6
  334. package/lib/pages/BasePage.d.ts +26 -26
  335. package/lib/pages/common/accessibility-policy/accessibility-policy.page.d.ts +11 -11
  336. package/lib/pages/common/change-password/change-password.page.d.ts +40 -40
  337. package/lib/pages/common/landing/landing.component.d.ts +24 -24
  338. package/lib/pages/common/landing2/landing2.component.d.ts +30 -30
  339. package/lib/pages/common/login/login.component.d.ts +64 -64
  340. package/lib/pages/common/not-found/not-found.page.d.ts +8 -8
  341. package/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.d.ts +11 -11
  342. package/lib/pages/common/security-policy/security-policy.page.d.ts +11 -11
  343. package/lib/pages/common/unauthorized/unauthorized.page.d.ts +8 -8
  344. package/lib/pages/popovers/language/language.page.d.ts +16 -16
  345. package/lib/pages/popovers/my-notifications/my-notifications.page.d.ts +21 -21
  346. package/lib/pages/popovers/my-profile/my-profile.page.d.ts +20 -20
  347. package/lib/pages/popovers/user-search/user-search.component.d.ts +31 -31
  348. package/lib/pipes/filter.pipe.d.ts +7 -7
  349. package/lib/pipes/mask/mask.email.pipe.d.ts +10 -10
  350. package/lib/pipes/proper-case/proper-case.pipe.d.ts +8 -8
  351. package/lib/pipes/translate/dynamic-translate.pipe.d.ts +10 -10
  352. package/lib/pipes/trust-html/trust-html.pipe.d.ts +10 -10
  353. package/lib/services/base-service.d.ts +92 -92
  354. package/lib/services/captcha/captcha.service.d.ts +15 -15
  355. package/lib/services/case-service/case.service.d.ts +19 -19
  356. package/lib/services/chatbot/chatbot.service.d.ts +60 -60
  357. package/lib/services/chatbot/script.const.d.ts +15 -15
  358. package/lib/services/claimant/claimant.service.d.ts +17 -17
  359. package/lib/services/claimant-context/claimant-context.service.d.ts +18 -18
  360. package/lib/services/claimant-context/claimant-context.service.d.ts.map +1 -1
  361. package/lib/services/claimant-service/claimant.service.d.ts +19 -19
  362. package/lib/services/claims/claims.service.d.ts +39 -39
  363. package/lib/services/cmp-service/cmp.service.d.ts +33 -33
  364. package/lib/services/dms-service/dms.service.d.ts +23 -23
  365. package/lib/services/fpjs/fingerprint.service.d.ts +18 -18
  366. package/lib/services/google-analytics/google-analytics.service.d.ts +8 -8
  367. package/lib/services/help/help.service.d.ts +25 -25
  368. package/lib/services/help/help.service.d.ts.map +1 -1
  369. package/lib/services/idle/idle.service.d.ts +43 -43
  370. package/lib/services/logger/logger.service.d.ts +31 -31
  371. package/lib/services/logger/logger.service.d.ts.map +1 -1
  372. package/lib/services/login/login.service.d.ts +75 -75
  373. package/lib/services/login/login.service.d.ts.map +1 -1
  374. package/lib/services/maintenance/maintenance.service.d.ts +15 -15
  375. package/lib/services/notification/notification.service.d.ts +38 -38
  376. package/lib/services/questionnaire/questionnaire.service.d.ts +35 -35
  377. package/lib/services/questionnaire/validation.service.d.ts +81 -81
  378. package/lib/services/security-service/security.service.d.ts +14 -14
  379. package/lib/services/tour/tour.service.d.ts +24 -24
  380. package/lib/services/util/util.service.d.ts +190 -190
  381. package/lib/validations/AppRegex.d.ts +43 -43
  382. package/lib/validations/AppValidators.d.ts +53 -53
  383. package/package.json +6 -11
  384. package/public-api.d.ts +121 -121
  385. package/esm2020/lib/components/add-employer/add-employer.component.mjs +0 -3099
  386. package/esm2020/lib/components/add-participant/add-participant.component.mjs +0 -396
  387. package/esm2020/lib/components/add-payment/add-payment.component.mjs +0 -186
  388. package/esm2020/lib/components/address/address.component.mjs +0 -480
  389. package/esm2020/lib/components/bank-details/bank-details.component.mjs +0 -275
  390. package/esm2020/lib/components/captcha/captcha.component.mjs +0 -180
  391. package/esm2020/lib/components/card/card.component.mjs +0 -54
  392. package/esm2020/lib/components/contact-us/contact-us.component.mjs +0 -1004
  393. package/esm2020/lib/components/content/content.component.mjs +0 -60
  394. package/esm2020/lib/components/correspondence-download/correspondence-download.component.mjs +0 -82
  395. package/esm2020/lib/components/dashboard-card/dashboard-card.component.mjs +0 -219
  396. package/esm2020/lib/components/dependent-grid/dependent-grid.component.mjs +0 -297
  397. package/esm2020/lib/components/disclosure/disclosure.component.mjs +0 -59
  398. package/esm2020/lib/components/dropdown/dropdown.component.mjs +0 -1552
  399. package/esm2020/lib/components/email-update/email-update.component.mjs +0 -287
  400. package/esm2020/lib/components/employer-grid/employer-grid.component.mjs +0 -800
  401. package/esm2020/lib/components/error/error.component.mjs +0 -85
  402. package/esm2020/lib/components/fav-menu/fav-menu.component.mjs +0 -163
  403. package/esm2020/lib/components/file-uploader/file-uploader.component.mjs +0 -317
  404. package/esm2020/lib/components/footer/footer.component.mjs +0 -337
  405. package/esm2020/lib/components/header/header.component.mjs +0 -566
  406. package/esm2020/lib/components/help/help.component.mjs +0 -48
  407. package/esm2020/lib/components/idle-detector/idle-detector.component.mjs +0 -64
  408. package/esm2020/lib/components/job-search-result-page/job-search-result-page.component.mjs +0 -209
  409. package/esm2020/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +0 -192
  410. package/esm2020/lib/components/maintenance-detector/maintenance-detector.component.mjs +0 -42
  411. package/esm2020/lib/components/mask/mask.component.mjs +0 -48
  412. package/esm2020/lib/components/menu/menu.component.mjs +0 -430
  413. package/esm2020/lib/components/mfa/mfa.component.mjs +0 -451
  414. package/esm2020/lib/components/mfa-popup/mfa-popup.component.mjs +0 -49
  415. package/esm2020/lib/components/money-expect/money-expect.component.mjs +0 -89
  416. package/esm2020/lib/components/msg/msg.component.mjs +0 -48
  417. package/esm2020/lib/components/news/news.component.mjs +0 -89
  418. package/esm2020/lib/components/overlay-info/overlay-info.component.mjs +0 -235
  419. package/esm2020/lib/components/page/page.component.mjs +0 -138
  420. package/esm2020/lib/components/profile/profile.component.mjs +0 -182
  421. package/esm2020/lib/components/profile-redirect/profile-redirect.component.mjs +0 -62
  422. package/esm2020/lib/components/questionnaire/AppValidators.mjs +0 -523
  423. package/esm2020/lib/components/questionnaire/account-success/account-success.page.mjs +0 -259
  424. package/esm2020/lib/components/questionnaire/common-success/common-success.page.mjs +0 -483
  425. package/esm2020/lib/components/questionnaire/dynamic-form-panel.component.mjs +0 -1137
  426. package/esm2020/lib/components/questionnaire/dynamic-form-question.component.mjs +0 -1948
  427. package/esm2020/lib/components/questionnaire/dynamic-form.component.mjs +0 -1257
  428. package/esm2020/lib/components/questionnaire/form-builder/form-builder.page.mjs +0 -240
  429. package/esm2020/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +0 -259
  430. package/esm2020/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +0 -260
  431. package/esm2020/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +0 -703
  432. package/esm2020/lib/components/search-employer/search-employer.component.mjs +0 -142
  433. package/esm2020/lib/components/select/select.component.mjs +0 -153
  434. package/esm2020/lib/components/ssn/ssn.component.mjs +0 -43
  435. package/esm2020/lib/components/ssn-reverify/ssn-reverify.component.mjs +0 -150
  436. package/esm2020/lib/components/test/test.component.mjs +0 -18
  437. package/esm2020/lib/components/user-login/user-login.component.mjs +0 -401
  438. package/esm2020/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +0 -445
  439. package/esm2020/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +0 -308
  440. package/esm2020/lib/guards/no-login/no-login.guard.mjs +0 -21
  441. package/esm2020/lib/models/RequalifyLiftPageModel.mjs +0 -11
  442. package/esm2020/lib/models/cmp/CaseCoreModel.mjs +0 -3
  443. package/esm2020/lib/models/cmp/ContactUsModel.mjs +0 -3
  444. package/esm2020/lib/models/cmp/contactUsInqueryModel.mjs +0 -7
  445. package/esm2020/lib/models/dashboard-model.mjs +0 -3
  446. package/esm2020/lib/models/dependent.model.mjs +0 -8
  447. package/esm2020/lib/models/questionnaire/ComboModel.mjs +0 -337
  448. package/esm2020/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +0 -3
  449. package/esm2020/lib/models/questionnaire/StatusModel.mjs +0 -6
  450. package/esm2020/lib/models/questionnaire/UI512AResponseModel.mjs +0 -3
  451. package/esm2020/lib/ngx-reusa-app-lib.component.mjs +0 -22
  452. package/esm2020/lib/ngx-reusa-app-lib.module.mjs +0 -390
  453. package/esm2020/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +0 -80
  454. package/esm2020/lib/pages/common/change-password/change-password.page.mjs +0 -477
  455. package/esm2020/lib/pages/common/landing/landing.component.mjs +0 -207
  456. package/esm2020/lib/pages/common/landing2/landing2.component.mjs +0 -244
  457. package/esm2020/lib/pages/common/login/login.component.mjs +0 -542
  458. package/esm2020/lib/pages/common/not-found/not-found.page.mjs +0 -23
  459. package/esm2020/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +0 -305
  460. package/esm2020/lib/pages/common/security-policy/security-policy.page.mjs +0 -60
  461. package/esm2020/lib/pages/common/unauthorized/unauthorized.page.mjs +0 -23
  462. package/esm2020/lib/pages/popovers/language/language.page.mjs +0 -60
  463. package/esm2020/lib/pages/popovers/my-notifications/my-notifications.page.mjs +0 -205
  464. package/esm2020/lib/pages/popovers/my-profile/my-profile.page.mjs +0 -129
  465. package/esm2020/lib/pages/popovers/user-search/user-search.component.mjs +0 -253
  466. package/esm2020/lib/services/chatbot/script.const.mjs +0 -42
  467. package/esm2020/lib/services/claimant-context/claimant-context.service.mjs +0 -47
  468. package/esm2020/lib/services/login/login.service.mjs +0 -330
  469. package/esm2020/lib/validations/AppRegex.mjs +0 -45
  470. package/fesm2015/reusa-ngx-reusa-app-lib.mjs +0 -30728
  471. package/fesm2015/reusa-ngx-reusa-app-lib.mjs.map +0 -1
  472. package/fesm2020/reusa-ngx-reusa-app-lib.mjs.map +0 -1
@@ -0,0 +1,394 @@
1
+ import { Component, ViewChild } from '@angular/core';
2
+ import { FormGroup, Validators, FormControl, NG_VALUE_ACCESSOR, } from '@angular/forms';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "@angular/forms";
5
+ import * as i2 from "../../services/util/util.service";
6
+ import * as i3 from "../../services/questionnaire/validation.service";
7
+ import * as i4 from "@ionic/angular";
8
+ import * as i5 from "@angular/common";
9
+ import * as i6 from "primeng/api";
10
+ import * as i7 from "primeng/table";
11
+ import * as i8 from "primeng/inputtext";
12
+ import * as i9 from "primeng/inputmask";
13
+ import * as i10 from "primeng/selectbutton";
14
+ import * as i11 from "@fortawesome/angular-fontawesome";
15
+ import * as i12 from "../error/error.component";
16
+ import * as i13 from "../address/address.component";
17
+ import * as i14 from "@ngx-translate/core";
18
+ const _c0 = ["participantAddress"];
19
+ const _c1 = ["participantForm"];
20
+ function AddParticipantComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
21
+ i0.ɵɵelementStart(0, "tr")(1, "th");
22
+ i0.ɵɵtext(2);
23
+ i0.ɵɵpipe(3, "translate");
24
+ i0.ɵɵelementEnd();
25
+ i0.ɵɵelementStart(4, "th");
26
+ i0.ɵɵtext(5);
27
+ i0.ɵɵpipe(6, "translate");
28
+ i0.ɵɵelementEnd();
29
+ i0.ɵɵelementStart(7, "th");
30
+ i0.ɵɵtext(8);
31
+ i0.ɵɵpipe(9, "translate");
32
+ i0.ɵɵelementEnd();
33
+ i0.ɵɵelement(10, "th");
34
+ i0.ɵɵelementEnd();
35
+ } if (rf & 2) {
36
+ i0.ɵɵadvance(2);
37
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 3, "add.participant.header.participantRole"), "");
38
+ i0.ɵɵadvance(3);
39
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 5, "add.participant.header.name"));
40
+ i0.ɵɵadvance(3);
41
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(9, 7, "add.participant.header.phone"), "");
42
+ } }
43
+ const _c2 = () => ["fal", "edit"];
44
+ const _c3 = () => ["fal", "trash-alt"];
45
+ function AddParticipantComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
46
+ const _r9 = i0.ɵɵgetCurrentView();
47
+ i0.ɵɵelementStart(0, "tr")(1, "td")(2, "span");
48
+ i0.ɵɵtext(3);
49
+ i0.ɵɵelementEnd()();
50
+ i0.ɵɵelementStart(4, "td")(5, "span");
51
+ i0.ɵɵtext(6);
52
+ i0.ɵɵelementEnd()();
53
+ i0.ɵɵelementStart(7, "td")(8, "span");
54
+ i0.ɵɵtext(9);
55
+ i0.ɵɵelementEnd()();
56
+ i0.ɵɵelementStart(10, "td")(11, "ion-button", 7);
57
+ i0.ɵɵlistener("click", function AddParticipantComponent_ng_template_3_Template_ion_button_click_11_listener() { const restoredCtx = i0.ɵɵrestoreView(_r9); const participant_r6 = restoredCtx.$implicit; const ctx_r8 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r8.editItem(participant_r6)); });
58
+ i0.ɵɵelement(12, "fa-icon", 8);
59
+ i0.ɵɵelementEnd();
60
+ i0.ɵɵelementStart(13, "ion-button", 7);
61
+ i0.ɵɵlistener("click", function AddParticipantComponent_ng_template_3_Template_ion_button_click_13_listener() { const restoredCtx = i0.ɵɵrestoreView(_r9); const participant_r6 = restoredCtx.$implicit; const ctx_r10 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r10.removeItem(participant_r6)); });
62
+ i0.ɵɵelement(14, "fa-icon", 8);
63
+ i0.ɵɵelementEnd()()();
64
+ } if (rf & 2) {
65
+ const participant_r6 = ctx.$implicit;
66
+ i0.ɵɵadvance(3);
67
+ i0.ɵɵtextInterpolate(participant_r6.role.name);
68
+ i0.ɵɵadvance(3);
69
+ i0.ɵɵtextInterpolate(participant_r6.name);
70
+ i0.ɵɵadvance(3);
71
+ i0.ɵɵtextInterpolate(participant_r6.phone);
72
+ i0.ɵɵadvance(3);
73
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(5, _c2));
74
+ i0.ɵɵadvance(2);
75
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c3));
76
+ } }
77
+ const _c4 = () => ["fal", "plus"];
78
+ function AddParticipantComponent_ng_template_4_Template(rf, ctx) { if (rf & 1) {
79
+ const _r13 = i0.ɵɵgetCurrentView();
80
+ i0.ɵɵelementStart(0, "tr")(1, "td");
81
+ i0.ɵɵtext(2);
82
+ i0.ɵɵpipe(3, "translate");
83
+ i0.ɵɵelementEnd();
84
+ i0.ɵɵelement(4, "td")(5, "td");
85
+ i0.ɵɵelementStart(6, "td", 9)(7, "ion-button", 10);
86
+ i0.ɵɵlistener("click", function AddParticipantComponent_ng_template_4_Template_ion_button_click_7_listener() { i0.ɵɵrestoreView(_r13); const ctx_r12 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r12.addRole()); });
87
+ i0.ɵɵelement(8, "fa-icon", 8);
88
+ i0.ɵɵelementEnd()()();
89
+ } if (rf & 2) {
90
+ i0.ɵɵadvance(2);
91
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 2, "add.participant.footer.addElement"));
92
+ i0.ɵɵadvance(6);
93
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(4, _c4));
94
+ } }
95
+ function AddParticipantComponent_form_6_span_14_Template(rf, ctx) { if (rf & 1) {
96
+ i0.ɵɵelementStart(0, "span", 20);
97
+ i0.ɵɵtext(1);
98
+ i0.ɵɵpipe(2, "translate");
99
+ i0.ɵɵelementEnd();
100
+ } if (rf & 2) {
101
+ i0.ɵɵadvance(1);
102
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "induction.required"));
103
+ } }
104
+ const _c5 = () => ({ required: "Required." });
105
+ function AddParticipantComponent_form_6_div_15_Template(rf, ctx) { if (rf & 1) {
106
+ const _r20 = i0.ɵɵgetCurrentView();
107
+ i0.ɵɵelementStart(0, "div", 21)(1, "div", 22)(2, "label", 23);
108
+ i0.ɵɵtext(3);
109
+ i0.ɵɵpipe(4, "translate");
110
+ i0.ɵɵelementEnd();
111
+ i0.ɵɵelement(5, "input", 24)(6, "app-error", 25);
112
+ i0.ɵɵelementEnd();
113
+ i0.ɵɵelementStart(7, "div", 26)(8, "span", 27);
114
+ i0.ɵɵtext(9);
115
+ i0.ɵɵpipe(10, "translate");
116
+ i0.ɵɵelementEnd();
117
+ i0.ɵɵelement(11, "p-inputMask", 28)(12, "app-error", 25);
118
+ i0.ɵɵelementEnd();
119
+ i0.ɵɵelementStart(13, "div", 29)(14, "label", 30);
120
+ i0.ɵɵtext(15);
121
+ i0.ɵɵpipe(16, "translate");
122
+ i0.ɵɵelementEnd()();
123
+ i0.ɵɵelement(17, "br");
124
+ i0.ɵɵelementStart(18, "div", 29);
125
+ i0.ɵɵelement(19, "app-address", 31, 32);
126
+ i0.ɵɵelementEnd();
127
+ i0.ɵɵelementStart(21, "div", 26)(22, "ion-button", 33);
128
+ i0.ɵɵlistener("click", function AddParticipantComponent_form_6_div_15_Template_ion_button_click_22_listener() { i0.ɵɵrestoreView(_r20); const ctx_r19 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r19.close()); });
129
+ i0.ɵɵtext(23, "Clear");
130
+ i0.ɵɵelementEnd();
131
+ i0.ɵɵelementStart(24, "ion-button", 34);
132
+ i0.ɵɵlistener("click", function AddParticipantComponent_form_6_div_15_Template_ion_button_click_24_listener() { i0.ɵɵrestoreView(_r20); const ctx_r21 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r21.onSubmit()); });
133
+ i0.ɵɵtext(25, "Save");
134
+ i0.ɵɵelementEnd()()();
135
+ } if (rf & 2) {
136
+ const ctx_r16 = i0.ɵɵnextContext(2);
137
+ i0.ɵɵadvance(3);
138
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 13, "add.participant.lawyer.name"));
139
+ i0.ɵɵadvance(3);
140
+ i0.ɵɵclassMap("app-grid");
141
+ i0.ɵɵproperty("field", ctx_r16.name)("form", ctx_r16.userForm)("errDef", i0.ɵɵpureFunction0(19, _c5));
142
+ i0.ɵɵadvance(3);
143
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(10, 15, "add.participant.lawyer.phone"));
144
+ i0.ɵɵadvance(3);
145
+ i0.ɵɵclassMap("app-grid block mb-2");
146
+ i0.ɵɵproperty("field", ctx_r16.phone)("form", ctx_r16.userForm)("errDef", i0.ɵɵpureFunction0(20, _c5));
147
+ i0.ɵɵadvance(3);
148
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(16, 17, "add.participant.lawyer.declaration"));
149
+ } }
150
+ function AddParticipantComponent_form_6_div_16_Template(rf, ctx) { if (rf & 1) {
151
+ const _r23 = i0.ɵɵgetCurrentView();
152
+ i0.ɵɵelementStart(0, "div", 35)(1, "div", 22)(2, "label", 36);
153
+ i0.ɵɵtext(3);
154
+ i0.ɵɵpipe(4, "translate");
155
+ i0.ɵɵelementEnd();
156
+ i0.ɵɵelement(5, "input", 37)(6, "app-error", 25);
157
+ i0.ɵɵelementEnd();
158
+ i0.ɵɵelementStart(7, "div", 38)(8, "span", 27);
159
+ i0.ɵɵtext(9);
160
+ i0.ɵɵpipe(10, "translate");
161
+ i0.ɵɵelementEnd();
162
+ i0.ɵɵelement(11, "p-inputMask", 28)(12, "app-error", 25);
163
+ i0.ɵɵelementEnd();
164
+ i0.ɵɵelementStart(13, "div", 13)(14, "label", 39);
165
+ i0.ɵɵtext(15);
166
+ i0.ɵɵpipe(16, "translate");
167
+ i0.ɵɵelementEnd()();
168
+ i0.ɵɵelementStart(17, "div", 40)(18, "ion-button", 33);
169
+ i0.ɵɵlistener("click", function AddParticipantComponent_form_6_div_16_Template_ion_button_click_18_listener() { i0.ɵɵrestoreView(_r23); const ctx_r22 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r22.close()); });
170
+ i0.ɵɵtext(19, "Clear");
171
+ i0.ɵɵelementEnd();
172
+ i0.ɵɵelementStart(20, "ion-button", 41);
173
+ i0.ɵɵlistener("click", function AddParticipantComponent_form_6_div_16_Template_ion_button_click_20_listener() { i0.ɵɵrestoreView(_r23); const ctx_r24 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r24.onSubmit()); });
174
+ i0.ɵɵtext(21, "Save");
175
+ i0.ɵɵelementEnd()()();
176
+ } if (rf & 2) {
177
+ const ctx_r17 = i0.ɵɵnextContext(2);
178
+ i0.ɵɵadvance(3);
179
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 13, "add.participant.observer.name"));
180
+ i0.ɵɵadvance(3);
181
+ i0.ɵɵclassMap("app-grid");
182
+ i0.ɵɵproperty("field", ctx_r17.name)("form", ctx_r17.userForm)("errDef", i0.ɵɵpureFunction0(19, _c5));
183
+ i0.ɵɵadvance(3);
184
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(10, 15, "add.participant.observer.phone"));
185
+ i0.ɵɵadvance(3);
186
+ i0.ɵɵclassMap("app-grid block mb-2");
187
+ i0.ɵɵproperty("field", ctx_r17.phone)("form", ctx_r17.userForm)("errDef", i0.ɵɵpureFunction0(20, _c5));
188
+ i0.ɵɵadvance(3);
189
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(16, 17, "add.participant.observer.declaration"));
190
+ } }
191
+ function AddParticipantComponent_form_6_Template(rf, ctx) { if (rf & 1) {
192
+ const _r26 = i0.ɵɵgetCurrentView();
193
+ i0.ɵɵelementStart(0, "form", 11, 12);
194
+ i0.ɵɵlistener("ngSubmit", function AddParticipantComponent_form_6_Template_form_ngSubmit_0_listener() { i0.ɵɵrestoreView(_r26); const ctx_r25 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r25.onSubmit()); });
195
+ i0.ɵɵelementStart(2, "div", 13);
196
+ i0.ɵɵelement(3, "br");
197
+ i0.ɵɵelementStart(4, "h1", 14);
198
+ i0.ɵɵtext(5);
199
+ i0.ɵɵpipe(6, "translate");
200
+ i0.ɵɵelementEnd();
201
+ i0.ɵɵelement(7, "br");
202
+ i0.ɵɵelementEnd();
203
+ i0.ɵɵelementStart(8, "div", 13)(9, "label");
204
+ i0.ɵɵtext(10);
205
+ i0.ɵɵpipe(11, "translate");
206
+ i0.ɵɵelementEnd()();
207
+ i0.ɵɵelementStart(12, "div", 15);
208
+ i0.ɵɵelement(13, "p-selectButton", 16);
209
+ i0.ɵɵtemplate(14, AddParticipantComponent_form_6_span_14_Template, 3, 3, "span", 17);
210
+ i0.ɵɵelementEnd();
211
+ i0.ɵɵtemplate(15, AddParticipantComponent_form_6_div_15_Template, 26, 21, "div", 18)(16, AddParticipantComponent_form_6_div_16_Template, 22, 21, "div", 19);
212
+ i0.ɵɵelementEnd();
213
+ } if (rf & 2) {
214
+ const ctx_r4 = i0.ɵɵnextContext();
215
+ i0.ɵɵproperty("formGroup", ctx_r4.userForm);
216
+ i0.ɵɵadvance(5);
217
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 9, "add.participant.header.heading"));
218
+ i0.ɵɵadvance(5);
219
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(11, 11, "add.participant.header.question"));
220
+ i0.ɵɵadvance(3);
221
+ i0.ɵɵclassProp("has-error", ctx_r4.role.dirty && ctx_r4.role.invalid);
222
+ i0.ɵɵproperty("options", ctx_r4.roles);
223
+ i0.ɵɵadvance(1);
224
+ i0.ɵɵproperty("ngIf", ctx_r4.role.dirty && ctx_r4.role.invalid);
225
+ i0.ɵɵadvance(1);
226
+ i0.ɵɵproperty("ngIf", (ctx_r4.role.value == null ? null : ctx_r4.role.value.value) == "a");
227
+ i0.ɵɵadvance(1);
228
+ i0.ɵɵproperty("ngIf", (ctx_r4.role.value == null ? null : ctx_r4.role.value.value) == "o");
229
+ } }
230
+ export class AddParticipantComponent {
231
+ constructor(fb, util, vs) {
232
+ this.fb = fb;
233
+ this.util = util;
234
+ this.vs = vs;
235
+ this.formControlName = '';
236
+ this.onTouched = () => { };
237
+ this.onChangeSubs = [];
238
+ this.visible = false;
239
+ this.roles = [
240
+ { name: 'attorney', value: 'a' },
241
+ { name: 'observer', value: 'o' },
242
+ ];
243
+ this.participantList = [];
244
+ this.userForm = this.fb.group({
245
+ name: new FormControl(null, Validators.required),
246
+ phone: new FormControl(null, Validators.required),
247
+ role: new FormControl(null, Validators.required),
248
+ address: new FormControl(null),
249
+ });
250
+ this.selectButtonValidation();
251
+ }
252
+ ngOnDestroy() {
253
+ for (let sub of this.onChangeSubs)
254
+ sub.unsubscribe();
255
+ }
256
+ writeValue(value) {
257
+ if (value) {
258
+ this.userForm.setValue(value);
259
+ }
260
+ }
261
+ registerOnChange(fn) {
262
+ let sub = this.vs.participants.subscribe(fn);
263
+ this.onChangeSubs.push(sub);
264
+ }
265
+ registerOnTouched(onTouched) {
266
+ this.onTouched = onTouched;
267
+ }
268
+ setvalue() {
269
+ this.onChange();
270
+ this.onTouched();
271
+ }
272
+ addItem() {
273
+ if (this.userForm.valid) {
274
+ this.participantList.push(this.userForm.value);
275
+ }
276
+ else {
277
+ this.userForm.invalid;
278
+ }
279
+ }
280
+ selectButtonValidation() {
281
+ this.role.valueChanges.subscribe(val => {
282
+ if (val.value == 'a') {
283
+ this.util.setRequiredValidator(this.address);
284
+ }
285
+ if (val.value == 'o') {
286
+ this.util.clearValidation(this.address);
287
+ }
288
+ });
289
+ }
290
+ editItem(participant) {
291
+ this.visible = !this.visible;
292
+ let index = this.participantList.indexOf(participant);
293
+ this.participantList[index] = this.userForm.patchValue(participant);
294
+ }
295
+ reset() {
296
+ this.userForm.reset();
297
+ }
298
+ removeItem(participant) {
299
+ let index = this.participantList.indexOf(participant);
300
+ this.participantList.splice(index, 1);
301
+ this.publishParticipant();
302
+ }
303
+ addRole() {
304
+ this.visible = !this.visible;
305
+ }
306
+ onSubmit() {
307
+ if (this.participantAddress) {
308
+ this.participantAddress.submit();
309
+ }
310
+ if (!this.userForm.valid) {
311
+ this.userForm.markAsDirty();
312
+ this.validateAllFormFields(this.userForm);
313
+ }
314
+ else {
315
+ this.userForm.valid;
316
+ this.participantList.push(this.userForm.value);
317
+ this.publishParticipant();
318
+ this.userForm.reset();
319
+ this.visible = !this.visible;
320
+ }
321
+ }
322
+ publishParticipant() {
323
+ this.vs.participants.next(this.participantList.length > 0 ? this.participantList : null);
324
+ }
325
+ validateAllFormFields(formGroup) {
326
+ Object.keys(formGroup.controls).forEach(field => {
327
+ const control = formGroup.get(field);
328
+ if (control instanceof FormControl) {
329
+ control.markAsDirty({ onlySelf: true });
330
+ }
331
+ else if (control instanceof FormGroup) {
332
+ this.validateAllFormFields(control);
333
+ }
334
+ });
335
+ }
336
+ get role() {
337
+ return this.userForm.controls['role'];
338
+ }
339
+ get name() {
340
+ return this.userForm.controls['name'];
341
+ }
342
+ get address() {
343
+ return this.userForm.controls['address'];
344
+ }
345
+ get phone() {
346
+ return this.userForm.controls['phone'];
347
+ }
348
+ close() {
349
+ this.userForm.reset();
350
+ this.close;
351
+ }
352
+ ngOnInit() {
353
+ }
354
+ static { this.ɵfac = function AddParticipantComponent_Factory(t) { return new (t || AddParticipantComponent)(i0.ɵɵdirectiveInject(i1.FormBuilder), i0.ɵɵdirectiveInject(i2.UtilService), i0.ɵɵdirectiveInject(i3.ValidationService)); }; }
355
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AddParticipantComponent, selectors: [["app-add-participant"]], viewQuery: function AddParticipantComponent_Query(rf, ctx) { if (rf & 1) {
356
+ i0.ɵɵviewQuery(_c0, 5);
357
+ i0.ɵɵviewQuery(_c1, 5);
358
+ } if (rf & 2) {
359
+ let _t;
360
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.participantAddress = _t.first);
361
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.participantForm = _t.first);
362
+ } }, features: [i0.ɵɵProvidersFeature([{
363
+ provide: NG_VALUE_ACCESSOR,
364
+ useExisting: AddParticipantComponent,
365
+ multi: true
366
+ }])], decls: 7, vars: 3, consts: [[3, "rowHover", "value"], ["dt", ""], ["pTemplate", "header"], ["pTemplate", "body"], ["pTemplate", "footer"], [1, "align"], ["style", "margin-left:16px", 3, "formGroup", "ngSubmit", 4, "ngIf"], ["fill", "outline", "size", "small", 1, "action-button", 3, "click"], [1, "action-icon", 3, "icon"], [1, "col-offset-4", "action-button"], ["fill", "outline", "size", "small", "shape", "square", 1, "action-button", 3, "click"], [2, "margin-left", "16px", 3, "formGroup", "ngSubmit"], ["participantForm", "ngForm"], [1, "field-grid"], [1, "heading"], [2, "padding-left", "0px"], ["optionLabel", "name", "formControlName", "role", "required", "", 3, "options"], ["class", "help-block", 4, "ngIf"], ["class", "formgrid grid", "style", "margin-top:10px", 4, "ngIf"], ["class", "formgrid grid", 4, "ngIf"], [1, "help-block"], [1, "formgrid", "grid", 2, "margin-top", "10px"], [1, "field", "col-4", "md:col-2"], [2, "margin", "4px"], ["type", "text", "pInputText", "", "formControlName", "name", "placeholder", "Attorney Name", 1, "text-base", "text-color", "surface-overlay", "p-2", "border-1", "border-solid", "surface-border", "border-round", "appearance-none", "outline-none", "focus:border-primary", "w-full"], [3, "field", "form", "errDef"], [1, "field", "col-4", "md:col-9"], [1, "block", "mb-2"], ["mask", "999-999-9999", "placeholder", "999-999-9999", "formControlName", "phone"], [1, "field", "col-4", "md:col-9", "field-grid"], [2, "padding-left", "2px"], ["formControlName", "address"], ["participantAddress", ""], ["fill", "outline", "shape", "round", 1, "col-offset-3", 3, "click"], ["fill", "outline", "shape", "round", "type", "submit", 1, "col-offset-1", 3, "click"], [1, "formgrid", "grid"], [2, "margin", "10px 0px"], ["type", "text", "pInputText", "", "formControlName", "name", "placeholder", "Observer Name", 1, "text-base", "text-color", "surface-overlay", "p-2", "border-1", "border-solid", "surface-border", "border-round", "appearance-none", "outline-none", "focus:border-primary", "w-full"], [1, "field", "col-4", "md:col-9", 2, "padding-top", "12px"], [2, "margin-left", "10px"], [1, "field", "col-12", "md:col-9", 2, "margin-top", "20px"], ["type", "submit", "fill", "outline", "shape", "round", 1, "col-offset-1", 3, "click"]], template: function AddParticipantComponent_Template(rf, ctx) { if (rf & 1) {
367
+ i0.ɵɵelementStart(0, "p-table", 0, 1);
368
+ i0.ɵɵtemplate(2, AddParticipantComponent_ng_template_2_Template, 11, 9, "ng-template", 2)(3, AddParticipantComponent_ng_template_3_Template, 15, 7, "ng-template", 3)(4, AddParticipantComponent_ng_template_4_Template, 9, 5, "ng-template", 4);
369
+ i0.ɵɵelementEnd();
370
+ i0.ɵɵelementStart(5, "div", 5);
371
+ i0.ɵɵtemplate(6, AddParticipantComponent_form_6_Template, 17, 13, "form", 6);
372
+ i0.ɵɵelementEnd();
373
+ } if (rf & 2) {
374
+ i0.ɵɵproperty("rowHover", true)("value", ctx.participantList);
375
+ i0.ɵɵadvance(6);
376
+ i0.ɵɵproperty("ngIf", ctx.visible);
377
+ } }, dependencies: [i4.IonButton, i5.NgIf, i6.PrimeTemplate, i1.ɵNgNoValidate, i1.DefaultValueAccessor, i1.NgControlStatus, i1.NgControlStatusGroup, i1.RequiredValidator, i1.FormGroupDirective, i1.FormControlName, i7.Table, i8.InputText, i9.InputMask, i10.SelectButton, i11.FaIconComponent, i12.ErrorComponent, i13.AddressComponent, i14.TranslatePipe], styles: [".help-block[_ngcontent-%COMP%]{color:red}p-table[_ngcontent-%COMP%]{margin:0 -16px}.align[_ngcontent-%COMP%]{margin:0 -16px}[_nghost-%COMP%] p-selectbutton.ng-dirty.ng-invalid>.p-selectbutton>.p-button{border:1px solid red!important;color:red!important}[_nghost-%COMP%] .p-selectbutton .p-button{margin-top:15px!important}[_nghost-%COMP%] .p-datatable.app-datatable .p-datatable-thead>tr>th, [_nghost-%COMP%] .p-datatable.app-datatable .p-datatable-tfoot>tr>td{padding-left:17px!important}[_nghost-%COMP%] th{width:300px}"] }); }
378
+ }
379
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AddParticipantComponent, [{
380
+ type: Component,
381
+ args: [{ selector: 'app-add-participant', providers: [{
382
+ provide: NG_VALUE_ACCESSOR,
383
+ useExisting: AddParticipantComponent,
384
+ multi: true
385
+ }], template: "<p-table #dt [rowHover]=\"true\" [value]=\"participantList\" >\n <ng-template pTemplate=\"header\" let-columns >\n <tr >\n <th> {{\"add.participant.header.participantRole\"|translate}}</th>\n <th>{{\"add.participant.header.name\"|translate}}</th>\n <th> {{\"add.participant.header.phone\"|translate}}</th>\n <th></th>\n </tr>\n </ng-template>\n <ng-template pTemplate=\"body\" let-participant let-rowIndex=\"rowIndex\">\n <tr >\n\n <td ><span>{{participant.role.name}}</span></td>\n <td><span>{{participant.name}}</span></td>\n <td><span>{{participant.phone}}</span></td>\n <td>\n <ion-button fill=\"outline\" (click)=\"editItem(participant)\" size=\"small\" class=\"action-button\">\n <fa-icon [icon]=\"['fal', 'edit']\" class=\"action-icon\"></fa-icon>\n </ion-button>\n <ion-button (click)=\"removeItem(participant)\" fill=\"outline\" size=\"small\" class=\"action-button\">\n <fa-icon [icon]=\"['fal', 'trash-alt']\" class=\"action-icon\"></fa-icon>\n </ion-button>\n </td>\n </tr>\n </ng-template>\n <ng-template pTemplate=\"footer\" let-columns>\n <tr>\n <td>{{\"add.participant.footer.addElement\"|translate}}</td>\n <td></td>\n <td></td>\n <td class=\"col-offset-4 action-button\">\n <ion-button (click)=\"addRole()\" fill=\"outline\" size=\"small\" shape=\"square\" class=\"action-button\">\n <fa-icon [icon]=\"['fal', 'plus']\" class=\"action-icon\"></fa-icon>\n </ion-button>\n </td>\n </tr>\n </ng-template>\n</p-table>\n<div class=\"align\">\n<form [formGroup]=\"userForm\" *ngIf=\"visible\" (ngSubmit)=\"onSubmit()\" #participantForm=\"ngForm\" style=\"margin-left:16px\">\n <div class=\"field-grid\">\n <br>\n <h1 class=\"heading\">{{\"add.participant.header.heading\"|translate}}</h1>\n <br>\n </div>\n <div class=\"field-grid\"><label>{{\"add.participant.header.question\"|translate}}</label></div>\n <div style=\"padding-left: 0px;\">\n <p-selectButton [options]=\"roles\" optionLabel=\"name\" formControlName=\"role\" required\n [class.has-error]=\"role.dirty && role.invalid\">\n </p-selectButton>\n <span class=\"help-block\" *ngIf=\"role.dirty && role.invalid\">{{\"induction.required\"| translate}}</span>\n </div>\n\n\n <div class=\"formgrid grid\" *ngIf=\"role.value?.value =='a'\" style=\"margin-top:10px\">\n <div class=\"field col-4 md:col-2\"><label style=\"margin:4px\">{{\"add.participant.lawyer.name\"|translate}}</label>\n <input type=\"text\" pInputText formControlName=\"name\" placeholder=\"Attorney Name\"\n class=\"text-base text-color surface-overlay p-2 border-1 border-solid surface-border border-round appearance-none outline-none focus:border-primary w-full\" />\n <app-error [class]=\"'app-grid'\" [field]='name' [form]=\"userForm\" [errDef]=\"{ \n required: 'Required.'}\">\n </app-error>\n </div>\n\n <div class=\"field col-4 md:col-9\"><span\n class=\"block mb-2\">{{\"add.participant.lawyer.phone\"|translate}}</span>\n <p-inputMask mask=\"999-999-9999\" placeholder=\"999-999-9999\" formControlName=\"phone\"></p-inputMask>\n <app-error [class]=\"'app-grid block mb-2'\" [field]='phone' [form]=\"userForm\" [errDef]=\"{ \n required: 'Required.'}\">\n </app-error>\n </div>\n <div class=\"field col-4 md:col-9 field-grid\"><label style=\"padding-left:2px\">{{\"add.participant.lawyer.declaration\"|translate}}</label></div>\n <br />\n\n <div class=\"field col-4 md:col-9 field-grid\">\n <app-address #participantAddress formControlName=\"address\"></app-address>\n </div>\n <div class=\"field col-4 md:col-9\">\n <ion-button (click)=\"close()\" fill=\"outline\" shape=\"round\" class=\"col-offset-3\">Clear</ion-button>\n <ion-button (click)=\"onSubmit()\" fill=\"outline\" shape=\"round\" type=\"submit\" class=\"col-offset-1\">Save</ion-button>\n </div>\n </div>\n\n <div class=\"formgrid grid\" *ngIf=\"role.value?.value =='o'\">\n <div class=\"field col-4 md:col-2\"><label style=\"margin:10px 0px\">{{\"add.participant.observer.name\"|translate}}</label>\n <input type=\"text\" pInputText formControlName=\"name\" placeholder=\"Observer Name\"\n class=\"text-base text-color surface-overlay p-2 border-1 border-solid surface-border border-round appearance-none outline-none focus:border-primary w-full\">\n <app-error [class]=\"'app-grid'\" [field]='name' [form]=\"userForm\" [errDef]=\"{ \n required: 'Required.'}\">\n </app-error>\n </div>\n\n <div class=\"field col-4 md:col-9\" style=\"padding-top:12px\">\n <span class=\"block mb-2\">{{\"add.participant.observer.phone\"|translate}}</span>\n <p-inputMask mask=\"999-999-9999\" placeholder=\"999-999-9999\" formControlName=\"phone\"></p-inputMask>\n <app-error [class]=\"'app-grid block mb-2'\" [field]='phone' [form]=\"userForm\" [errDef]=\"{ \n required: 'Required.'}\">\n </app-error>\n </div>\n <div class=\"field-grid\"><label \n style=\"margin-left:10px\">{{\"add.participant.observer.declaration\"|translate}}</label></div>\n <div class=\"field col-12 md:col-9\" style=\"margin-top: 20px;\">\n <ion-button (click)=\"close()\" fill=\"outline\" shape=\"round\" class=\"col-offset-3\">Clear</ion-button>\n\n <ion-button (click)=\"onSubmit()\" type=\"submit\" fill=\"outline\" shape=\"round\" class=\"col-offset-1\">Save</ion-button>\n </div>\n </div>\n</form>\n</div>", styles: [".help-block{color:red}p-table{margin:0 -16px}.align{margin:0 -16px}:host ::ng-deep p-selectbutton.ng-dirty.ng-invalid>.p-selectbutton>.p-button{border:1px solid red!important;color:red!important}:host ::ng-deep .p-selectbutton .p-button{margin-top:15px!important}:host ::ng-deep .p-datatable.app-datatable .p-datatable-thead>tr>th,:host ::ng-deep .p-datatable.app-datatable .p-datatable-tfoot>tr>td{padding-left:17px!important}:host ::ng-deep th{width:300px}\n"] }]
386
+ }], () => [{ type: i1.FormBuilder }, { type: i2.UtilService }, { type: i3.ValidationService }], { participantAddress: [{
387
+ type: ViewChild,
388
+ args: ['participantAddress', { static: false }]
389
+ }], participantForm: [{
390
+ type: ViewChild,
391
+ args: ['participantForm', { static: false }]
392
+ }] }); })();
393
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AddParticipantComponent, { className: "AddParticipantComponent" }); })();
394
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkLXBhcnRpY2lwYW50LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9hZGQtcGFydGljaXBhbnQvYWRkLXBhcnRpY2lwYW50LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9hZGQtcGFydGljaXBhbnQvYWRkLXBhcnRpY2lwYW50LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQXFCLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN4RSxPQUFPLEVBQWUsU0FBUyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQWdDLGlCQUFpQixHQUFHLE1BQU0sZ0JBQWdCLENBQUM7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7SUNDL0gsMEJBQUssU0FBQTtJQUNFLFlBQXNEOztJQUFBLGlCQUFLO0lBQ2hFLDBCQUFJO0lBQUEsWUFBMkM7O0lBQUEsaUJBQUs7SUFDcEQsMEJBQUk7SUFBQyxZQUE0Qzs7SUFBQSxpQkFBSztJQUN0RCxzQkFBUztJQUNYLGlCQUFLOztJQUpFLGVBQXNEO0lBQXRELDhGQUFzRDtJQUN2RCxlQUEyQztJQUEzQyx5RUFBMkM7SUFDMUMsZUFBNEM7SUFBNUMsb0ZBQTRDOzs7Ozs7SUFLbkQsMEJBQUssU0FBQSxXQUFBO0lBRVEsWUFBeUI7SUFBQSxpQkFBTyxFQUFBO0lBQzNDLDBCQUFJLFdBQUE7SUFBTSxZQUFvQjtJQUFBLGlCQUFPLEVBQUE7SUFDckMsMEJBQUksV0FBQTtJQUFNLFlBQXFCO0lBQUEsaUJBQU8sRUFBQTtJQUN0QywyQkFBSSxxQkFBQTtJQUN5QixtUEFBUyxlQUFBLCtCQUFxQixDQUFBLElBQUM7SUFDeEQsOEJBQWdFO0lBQ2xFLGlCQUFhO0lB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QUFFOztrRkFacEMsdUJBQXVCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkRlc3Ryb3ksIE9uSW5pdCwgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb3JtQnVpbGRlciwgRm9ybUdyb3VwLCBWYWxpZGF0b3JzLCBGb3JtQ29udHJvbCwgTmdGb3JtLCBDb250cm9sVmFsdWVBY2Nlc3NvciwgTkdfVkFMVUVfQUNDRVNTT1IsIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgU2VsZWN0VmFsdWVBY2Nlc3NvciB9IGZyb20gJ0Bpb25pYy9hbmd1bGFyJztcbmltcG9ydCB7IFN1YnNjcmlwdGlvbiB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgIFV0aWxTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvdXRpbC91dGlsLnNlcnZpY2UnO1xuaW1wb3J0IHsgQWRkcmVzc0NvbXBvbmVudCB9IGZyb20gJy4uL2FkZHJlc3MvYWRkcmVzcy5jb21wb25lbnQnO1xuaW1wb3J0IHsgVmFsaWRhdGlvblNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9xdWVzdGlvbm5haXJlL3ZhbGlkYXRpb24uc2VydmljZSdcblxuXG5pbnRlcmZhY2UgUm9sZSB7XG4gIG5hbWU6IHN0cmluZyxcbiAgY29kZTogc3RyaW5nLFxufVxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtYWRkLXBhcnRpY2lwYW50JyxcbiAgdGVtcGxhdGVVcmw6ICcuL2FkZC1wYXJ0aWNpcGFudC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2FkZC1wYXJ0aWNpcGFudC5jb21wb25lbnQuc2NzcyddLFxuICAgIHByb3ZpZGVyczpbe1xuICAgICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXG4gICAgICB1c2VFeGlzdGluZzogQWRkUGFydGljaXBhbnRDb21wb25lbnQsXG4gICAgICBtdWx0aTogdHJ1ZVxuICAgIH1dXG59KVxuXG5leHBvcnQgY2xhc3MgQWRkUGFydGljaXBhbnRDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBPbkRlc3Ryb3kge1xuICBmb3JtQ29udHJvbE5hbWUgPSAnJztcblxuICBvbkNoYW5nZTogRnVuY3Rpb247XG5cbiAgb25Ub3VjaGVkID0gKCkgPT57fVxuXG4gIG9uQ2hhbmdlU3ViczogU3Vic2NyaXB0aW9uW10gPSBbXTtcblxuICBAVmlld0NoaWxkKCdwYXJ0aWNpcGFudEFkZHJlc3MnLCB7IHN0YXRpYzogZmFsc2UgfSlcbiAgcHVibGljIHBhcnRpY2lwYW50QWRkcmVzczogQWRkcmVzc0NvbXBvbmVudDtcblxuICBAVmlld0NoaWxkKCdwYXJ0aWNpcGFudEZvcm0nLCB7IHN0YXRpYzogZmFsc2UgfSlcbiAgcHVibGljIHBhcnRpY2lwYW50Rm9ybTogTmdGb3JtO1xuXG4gIHZpc2libGU6IGJvb2xlYW4gPSBmYWxzZTtcblxuICByb2xlczogYW55W10gPSBbXG4gICAgeyBuYW1lOiAnYXR0b3JuZXknLCB2YWx1ZTogJ2EnIH0sXG4gICAgeyBuYW1lOiAnb2JzZXJ2ZXInLCB2YWx1ZTogJ28nIH0sXVxuXG5cbiAgdXNlckZvcm06IEZvcm1Hcm91cDtcbiAgcGFydGljaXBhbnRMaXN0OiBhbnlbXTtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGZiOiBGb3JtQnVpbGRlciwgcHVibGljIHV0aWw6IFV0aWxTZXJ2aWNlLCBwdWJsaWMgdnM6IFZhbGlkYXRpb25TZXJ2aWNlKSB7XG5cbiAgICBcblxuICAgIHRoaXMucGFydGljaXBhbnRMaXN0ID0gW107XG5cbiAgICB0aGlzLnVzZXJGb3JtID0gdGhpcy5mYi5ncm91cCh7XG4gICAgICBuYW1lOiBuZXcgRm9ybUNvbnRyb2wobnVsbCwgVmFsaWRhdG9ycy5yZXF1aXJlZCksXG4gICAgICBwaG9uZTogbmV3IEZvcm1Db250cm9sKG51bGwsIFZhbGlkYXRvcnMucmVxdWlyZWQpLFxuICAgICAgcm9sZTogbmV3IEZvcm1Db250cm9sKG51bGwsIFZhbGlkYXRvcnMucmVxdWlyZWQpLFxuICAgICAgYWRkcmVzczogbmV3IEZvcm1Db250cm9sKG51bGwpLFxuICAgIH0pO1xuICAgIHRoaXMuc2VsZWN0QnV0dG9uVmFsaWRhdGlvbigpO1xuICB9XG4gIG5nT25EZXN0cm95KCl7XG4gICAgZm9yKGxldCBzdWIgb2YgdGhpcy5vbkNoYW5nZVN1YnMpXG4gICAgc3ViLnVuc3Vic2NyaWJlKCk7XG4gIH1cblxuICB3cml0ZVZhbHVlKHZhbHVlOiBhbnkpe1xuICAgaWYgKHZhbHVlKXtcbiAgICB0aGlzLnVzZXJGb3JtLnNldFZhbHVlKHZhbHVlKTtcbiAgIH1cbiAgfVxuICByZWdpc3Rlck9uQ2hhbmdlKGZuOiBhbnkpe1xuICAgbGV0IHN1YiA9IHRoaXMudnMucGFydGljaXBhbnRzLnN1YnNjcmliZShmbilcbiAgIHRoaXMub25DaGFuZ2VTdWJzLnB1c2goc3ViKVxuICB9XG4gIHJlZ2lzdGVyT25Ub3VjaGVkKG9uVG91Y2hlZDogYW55KXtcbiAgICB0aGlzLm9uVG91Y2hlZCA9IG9uVG91Y2hlZDtcbiAgfVxuICBzZXR2YWx1ZSgpe1xuICAgIHRoaXMub25DaGFuZ2UoKVxuICAgIHRoaXMub25Ub3VjaGVkKCk7XG4gIH1cbiAgXG5cbiAgcHVibGljIGFkZEl0ZW0oKTogdm9pZCB7XG4gICAgaWYgKHRoaXMudXNlckZvcm0udmFsaWQpIHtcbiAgICAgIHRoaXMucGFydGljaXBhbnRMaXN0LnB1c2godGhpcy51c2VyRm9ybS52YWx1ZSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMudXNlckZvcm0uaW52YWxpZFxuICAgIH1cblxuICB9XG4gIHNlbGVjdEJ1dHRvblZhbGlkYXRpb24oKXtcbiAgdGhpcy5yb2xlLnZhbHVlQ2hhbmdlcy5zdWJzY3JpYmUodmFsPT57XG4gICAgaWYodmFsLnZhbHVlID09ICdhJyl7XG4gICAgICB0aGlzLnV0aWwuc2V0UmVxdWlyZWRWYWxpZGF0b3IodGhpcy5hZGRyZXNzKTtcbiAgICB9XG4gICAgaWYodmFsLnZhbHVlID09ICdvJyl7XG4gICAgICB0aGlzLnV0aWwuY2xlYXJWYWxpZGF0aW9uKHRoaXMuYWRkcmVzcyk7XG4gICAgfVxuICB9KVxufVxuICBlZGl0SXRlbShwYXJ0aWNpcGFudCkge1xuICAgIHRoaXMudmlzaWJsZSA9ICF0aGlzLnZpc2libGU7XG4gICAgbGV0IGluZGV4ID0gdGhpcy5wYXJ0aWNpcGFudExpc3QuaW5kZXhPZihwYXJ0aWNpcGFudCk7XG4gICAgdGhpcy5wYXJ0aWNpcGFudExpc3RbaW5kZXhdID0gdGhpcy51c2VyRm9ybS5wYXRjaFZhbHVlKHBhcnRpY2lwYW50KTtcbiAgfVxuICByZXNldCgpIHtcbiAgICB0aGlzLnVzZXJGb3JtLnJlc2V0KCk7XG5cbiAgfVxuICByZW1vdmVJdGVtKHBhcnRpY2lwYW50KSB7XG4gICAgbGV0IGluZGV4ID0gdGhpcy5wYXJ0aWNpcGFudExpc3QuaW5kZXhPZihwYXJ0aWNpcGFudCk7XG4gICAgdGhpcy5wYXJ0aWNpcGFudExpc3Quc3BsaWNlKGluZGV4LCAxKTtcbiAgICB0aGlzLnB1Ymxpc2hQYXJ0aWNpcGFudCgpO1xuICB9XG4gIGFkZFJvbGUoKSB7XG4gICAgdGhpcy52aXNpYmxlID0gIXRoaXMudmlzaWJsZTtcbiAgfVxuXG4gIG9uU3VibWl0KCkge1xuICAgIGlmKHRoaXMucGFydGljaXBhbnRBZGRyZXNzKXtcbiAgICAgIHRoaXMucGFydGljaXBhbnRBZGRyZXNzLnN1Ym1pdCgpO1xuICAgIH1cbiAgICBpZiAoIXRoaXMudXNlckZvcm0udmFsaWQpIHtcbiAgICAgIHRoaXMudXNlckZvcm0ubWFya0FzRGlydHkoKVxuICAgICAgdGhpcy52YWxpZGF0ZUFsbEZvcm1GaWVsZHModGhpcy51c2VyRm9ybSlcblxuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLnVzZXJGb3JtLnZhbGlkXG4gICAgICB0aGlzLnBhcnRpY2lwYW50TGlzdC5wdXNoKHRoaXMudXNlckZvcm0udmFsdWUpO1xuICAgICAgdGhpcy5wdWJsaXNoUGFydGljaXBhbnQoKVxuICAgICAgdGhpcy51c2VyRm9ybS5yZXNldCgpO1xuICAgICAgdGhpcy52aXNpYmxlID0gIXRoaXMudmlzaWJsZTtcbiAgICB9XG4gIH1cblxuICBwdWJsaXNoUGFydGljaXBhbnQoKXtcbiAgICB0aGlzLnZzLnBhcnRpY2lwYW50cy5uZXh0KHRoaXMucGFydGljaXBhbnRMaXN0Lmxlbmd0aCA+IDAgPyB0aGlzLnBhcnRpY2lwYW50TGlzdCA6IG51bGwpO1xuICB9XG5cbiAgdmFsaWRhdGVBbGxGb3JtRmllbGRzKGZvcm1Hcm91cDogRm9ybUdyb3VwKSB7XG4gICAgT2JqZWN0LmtleXMoZm9ybUdyb3VwLmNvbnRyb2xzKS5mb3JFYWNoKGZpZWxkID0+IHtcbiAgICAgIGNvbnN0IGNvbnRyb2wgPSBmb3JtR3JvdXAuZ2V0KGZpZWxkKTtcbiAgICAgIGlmIChjb250cm9sIGluc3RhbmNlb2YgRm9ybUNvbnRyb2wpIHtcbiAgICAgICAgY29udHJvbC5tYXJrQXNEaXJ0eSh7IG9ubHlTZWxmOiB0cnVlIH0pO1xuICAgICAgfSBlbHNlIGlmIChjb250cm9sIGluc3RhbmNlb2YgRm9ybUdyb3VwKSB7XG4gICAgICAgIHRoaXMudmFsaWRhdGVBbGxGb3JtRmllbGRzKGNvbnRyb2wpO1xuICAgICAgfVxuICAgIH0pXG4gIH1cblxuICBnZXQgcm9sZSgpIHtcbiAgICByZXR1cm4gdGhpcy51c2VyRm9ybS5jb250cm9sc1sncm9sZSddO1xuICB9XG5cbiAgZ2V0IG5hbWUoKSB7XG4gICAgcmV0dXJuIHRoaXMudXNlckZvcm0uY29udHJvbHNbJ25hbWUnXTtcbiAgfVxuICBnZXQgYWRkcmVzcygpIHtcbiAgICByZXR1cm4gdGhpcy51c2VyRm9ybS5jb250cm9sc1snYWRkcmVzcyddO1xuICB9XG5cbiAgZ2V0IHBob25lKCkge1xuICAgIHJldHVybiB0aGlzLnVzZXJGb3JtLmNvbnRyb2xzWydwaG9uZSddO1xuICB9XG5cblxuXG4gIGNsb3NlKCkge1xuICAgIHRoaXMudXNlckZvcm0ucmVzZXQoKTtcbiAgICB0aGlzLmNsb3NlXG4gIH1cblxuICBuZ09uSW5pdCgpIHtcblxuICB9XG59XG4iLCI8cC10YWJsZSAjZHQgW3Jvd0hvdmVyXT1cInRydWVcIiBbdmFsdWVdPVwicGFydGljaXBhbnRMaXN0XCIgPlxuICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiaGVhZGVyXCIgbGV0LWNvbHVtbnMgPlxuICAgIDx0ciA+XG4gICAgICA8dGg+IHt7XCJhZGQucGFydGljaXBhbnQuaGVhZGVyLnBhcnRpY2lwYW50Um9sZVwifHRyYW5zbGF0ZX19PC90aD5cbiAgICAgIDx0aD57e1wiYWRkLnBhcnRpY2lwYW50LmhlYWRlci5uYW1lXCJ8dHJhbnNsYXRlfX08L3RoPlxuICAgICAgPHRoPiB7e1wiYWRkLnBhcnRpY2lwYW50LmhlYWRlci5waG9uZVwifHRyYW5zbGF0ZX19PC90aD5cbiAgICAgIDx0aD48L3RoPlxuICAgIDwvdHI+XG4gIDwvbmctdGVtcGxhdGU+XG4gIDxuZy10ZW1wbGF0ZSBwVGVtcGxhdGU9XCJib2R5XCIgbGV0LXBhcnRpY2lwYW50IGxldC1yb3dJbmRleD1cInJvd0luZGV4XCI+XG4gICAgPHRyID5cblxuICAgICAgPHRkID48c3Bhbj57e3BhcnRpY2lwYW50LnJvbGUubmFtZX19PC9zcGFuPjwvdGQ+XG4gICAgICA8dGQ+PHNwYW4+e3twYXJ0aWNpcGFudC5uYW1lfX08L3NwYW4+PC90ZD5cbiAgICAgIDx0ZD48c3Bhbj57e3BhcnRpY2lwYW50LnBob25lfX08L3NwYW4+PC90ZD5cbiAgICAgIDx0ZD5cbiAgICAgICAgPGlvbi1idXR0b24gZmlsbD1cIm91dGxpbmVcIiAoY2xpY2spPVwiZWRpdEl0ZW0ocGFydGljaXBhbnQpXCIgIHNpemU9XCJzbWFsbFwiIGNsYXNzPVwiYWN0aW9uLWJ1dHRvblwiPlxuICAgICAgICAgIDxmYS1pY29uIFtpY29uXT1cIlsnZmFsJywgJ2VkaXQnXVwiIGNsYXNzPVwiYWN0aW9uLWljb25cIj48L2ZhLWljb24+XG4gICAgICAgIDwvaW9uLWJ1dHRvbj5cbiAgICAgICAgPGlvbi1idXR0b24gKGNsaWNrKT1cInJlbW92ZUl0ZW0ocGFydGljaXBhbnQpXCIgZmlsbD1cIm91dGxpbmVcIiAgc2l6ZT1cInNtYWxsXCIgY2xhc3M9XCJhY3Rpb24tYnV0dG9uXCI+XG4gICAgICAgICAgPGZhLWljb24gW2ljb25dPVwiWydmYWwnLCAndHJhc2gtYWx0J11cIiBjbGFzcz1cImFjdGlvbi1pY29uXCI+PC9mYS1pY29uPlxuICAgICAgICA8L2lvbi1idXR0b24+XG4gICAgICA8L3RkPlxuICAgIDwvdHI+XG4gIDwvbmctdGVtcGxhdGU+XG4gIDxuZy10ZW1wbGF0ZSBwVGVtcGxhdGU9XCJmb290ZXJcIiBsZXQtY29sdW1ucz5cbiAgICA8dHI+XG4gICAgICA8dGQ+e3tcImFkZC5wYXJ0aWNpcGFudC5mb290ZXIuYWRkRWxlbWVudFwifHRyYW5zbGF0ZX19PC90ZD5cbiAgICAgIDx0ZD48L3RkPlxuICAgICAgPHRkPjwvdGQ+XG4gICAgICA8dGQgY2xhc3M9XCJjb2wtb2Zmc2V0LTQgYWN0aW9uLWJ1dHRvblwiPlxuICAgICAgICA8aW9uLWJ1dHRvbiAoY2xpY2spPVwiYWRkUm9sZSgpXCIgZmlsbD1cIm91dGxpbmVcIiBzaXplPVwic21hbGxcIiBzaGFwZT1cInNxdWFyZVwiIGNsYXNzPVwiYWN0aW9uLWJ1dHRvblwiPlxuICAgICAgICAgIDxmYS1pY29uIFtpY29uXT1cIlsnZmFsJywgJ3BsdXMnXVwiIGNsYXNzPVwiYWN0aW9uLWljb25cIj48L2ZhLWljb24+XG4gICAgICAgIDwvaW9uLWJ1dHRvbj5cbiAgICAgIDwvdGQ+XG4gICAgPC90cj5cbiAgPC9uZy10ZW1wbGF0ZT5cbjwvcC10YWJsZT5cbjxkaXYgY2xhc3M9XCJhbGlnblwiPlxuPGZvcm0gW2Zvcm1Hcm91cF09XCJ1c2VyRm9ybVwiICpuZ0lmPVwidmlzaWJsZVwiIChuZ1N1Ym1pdCk9XCJvblN1Ym1pdCgpXCIgI3BhcnRpY2lwYW50Rm9ybT1cIm5nRm9ybVwiIHN0eWxlPVwibWFyZ2luLWxlZnQ6MTZweFwiPlxuICA8ZGl2IGNsYXNzPVwiZmllbGQtZ3JpZFwiPlxuICAgIDxicj5cbiAgICA8aDEgY2xhc3M9XCJoZWFkaW5nXCI+e3tcImFkZC5wYXJ0aWNpcGFudC5oZWFkZXIuaGVhZGluZ1wifHRyYW5zbGF0ZX19PC9oMT5cbiAgICA8YnI+XG4gIDwvZGl2PlxuICA8ZGl2IGNsYXNzPVwiZmllbGQtZ3JpZFwiPjxsYWJlbD57e1wiYWRkLnBhcnRpY2lwYW50LmhlYWRlci5xdWVzdGlvblwifHRyYW5zbGF0ZX19PC9sYWJlbD48L2Rpdj5cbiAgPGRpdiBzdHlsZT1cInBhZGRpbmctbGVmdDogMHB4O1wiPlxuICAgIDxwLXNlbGVjdEJ1dHRvbiBbb3B0aW9uc109XCJyb2xlc1wiIG9wdGlvbkxhYmVsPVwibmFtZVwiIGZvcm1Db250cm9sTmFtZT1cInJvbGVcIiByZXF1aXJlZFxuICAgICAgW2NsYXNzLmhhcy1lcnJvcl09XCJyb2xlLmRpcnR5ICYmIHJvbGUuaW52YWxpZFwiPlxuICAgIDwvcC1zZWxlY3RCdXR0b24+XG4gICAgPHNwYW4gY2xhc3M9XCJoZWxwLWJsb2NrXCIgKm5nSWY9XCJyb2xlLmRpcnR5ICYmIHJvbGUuaW52YWxpZFwiPnt7XCJpbmR1Y3Rpb24ucmVxdWlyZWRcInwgdHJhbnNsYXRlfX08L3NwYW4+XG4gIDwvZGl2PlxuXG5cbiAgPGRpdiBjbGFzcz1cImZvcm1ncmlkIGdyaWRcIiAqbmdJZj1cInJvbGUudmFsdWU/LnZhbHVlID09J2EnXCIgc3R5bGU9XCJtYXJnaW4tdG9wOjEwcHhcIj5cbiAgICA8ZGl2IGNsYXNzPVwiZmllbGQgY29sLTQgbWQ6Y29sLTJcIj48bGFiZWwgc3R5bGU9XCJtYXJnaW46NHB4XCI+e3tcImFkZC5wYXJ0aWNpcGFudC5sYXd5ZXIubmFtZVwifHRyYW5zbGF0ZX19PC9sYWJlbD5cbiAgICAgIDxpbnB1dCB0eXBlPVwidGV4dFwiIHBJbnB1dFRleHQgZm9ybUNvbnRyb2xOYW1lPVwibmFtZVwiIHBsYWNlaG9sZGVyPVwiQXR0b3JuZXkgTmFtZVwiXG4gICAgICAgIGNsYXNzPVwidGV4dC1iYXNlIHRleHQtY29sb3Igc3VyZmFjZS1vdmVybGF5IHAtMiBib3JkZXItMSBib3JkZXItc29saWQgc3VyZmFjZS1ib3JkZXIgYm9yZGVyLXJvdW5kIGFwcGVhcmFuY2Utbm9uZSBvdXRsaW5lLW5vbmUgZm9jdXM6Ym9yZGVyLXByaW1hcnkgdy1mdWxsXCIgLz5cbiAgICAgIDxhcHAtZXJyb3IgW2NsYXNzXT1cIidhcHAtZ3JpZCdcIiBbZmllbGRdPSduYW1lJyBbZm9ybV09XCJ1c2VyRm9ybVwiIFtlcnJEZWZdPVwieyBcbiAgICAgICAgICByZXF1aXJlZDogJ1JlcXVpcmVkLid9XCI+XG4gICAgICA8L2FwcC1lcnJvcj5cbiAgICA8L2Rpdj5cblxuICAgIDxkaXYgY2xhc3M9XCJmaWVsZCBjb2wtNCBtZDpjb2wtOVwiPjxzcGFuXG4gICAgICAgIGNsYXNzPVwiYmxvY2sgbWItMlwiPnt7XCJhZGQucGFydGljaXBhbnQubGF3eWVyLnBob25lXCJ8dHJhbnNsYXRlfX08L3NwYW4+XG4gICAgICA8cC1pbnB1dE1hc2sgbWFzaz1cIjk5OS05OTktOTk5OVwiIHBsYWNlaG9sZGVyPVwiOTk5LTk5OS05OTk5XCIgZm9ybUNvbnRyb2xOYW1lPVwicGhvbmVcIj48L3AtaW5wdXRNYXNrPlxuICAgICAgPGFwcC1lcnJvciBbY2xhc3NdPVwiJ2FwcC1ncmlkIGJsb2NrIG1iLTInXCIgW2ZpZWxkXT0ncGhvbmUnIFtmb3JtXT1cInVzZXJGb3JtXCIgW2VyckRlZl09XCJ7IFxuICAgICAgICByZXF1aXJlZDogJ1JlcXVpcmVkLid9XCI+XG4gICAgICA8L2FwcC1lcnJvcj5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwiZmllbGQgY29sLTQgbWQ6Y29sLTkgZmllbGQtZ3JpZFwiPjxsYWJlbCBzdHlsZT1cInBhZGRpbmctbGVmdDoycHhcIj57e1wiYWRkLnBhcnRpY2lwYW50Lmxhd3llci5kZWNsYXJhdGlvblwifHRyYW5zbGF0ZX19PC9sYWJlbD48L2Rpdj5cbiAgICA8YnIgLz5cblxuICAgIDxkaXYgY2xhc3M9XCJmaWVsZCBjb2wtNCBtZDpjb2wtOSBmaWVsZC1ncmlkXCI+XG4gICAgICA8YXBwLWFkZHJlc3MgI3BhcnRpY2lwYW50QWRkcmVzcyBmb3JtQ29udHJvbE5hbWU9XCJhZGRyZXNzXCI+PC9hcHAtYWRkcmVzcz5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwiZmllbGQgY29sLTQgbWQ6Y29sLTlcIj5cbiAgICAgIDxpb24tYnV0dG9uIChjbGljayk9XCJjbG9zZSgpXCIgZmlsbD1cIm91dGxpbmVcIiBzaGFwZT1cInJvdW5kXCIgY2xhc3M9XCJjb2wtb2Zmc2V0LTNcIj5DbGVhcjwvaW9uLWJ1dHRvbj5cbiAgICAgIDxpb24tYnV0dG9uIChjbGljayk9XCJvblN1Ym1pdCgpXCIgZmlsbD1cIm91dGxpbmVcIiBzaGFwZT1cInJvdW5kXCIgdHlwZT1cInN1Ym1pdFwiIGNsYXNzPVwiY29sLW9mZnNldC0xXCI+U2F2ZTwvaW9uLWJ1dHRvbj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG5cbiAgPGRpdiBjbGFzcz1cImZvcm1ncmlkIGdyaWRcIiAqbmdJZj1cInJvbGUudmFsdWU/LnZhbHVlID09J28nXCI+XG4gICAgPGRpdiBjbGFzcz1cImZpZWxkIGNvbC00IG1kOmNvbC0yXCI+PGxhYmVsIHN0eWxlPVwibWFyZ2luOjEwcHggMHB4XCI+e3tcImFkZC5wYXJ0aWNpcGFudC5vYnNlcnZlci5uYW1lXCJ8dHJhbnNsYXRlfX08L2xhYmVsPlxuICAgICAgPGlucHV0IHR5cGU9XCJ0ZXh0XCIgcElucHV0VGV4dCBmb3JtQ29udHJvbE5hbWU9XCJuYW1lXCIgcGxhY2Vob2xkZXI9XCJPYnNlcnZlciBOYW1lXCJcbiAgICAgICAgY2xhc3M9XCJ0ZXh0LWJhc2UgdGV4dC1jb2xvciBzdXJmYWNlLW92ZXJsYXkgcC0yIGJvcmRlci0xIGJvcmRlci1zb2xpZCBzdXJmYWNlLWJvcmRlciBib3JkZXItcm91bmQgYXBwZWFyYW5jZS1ub25lIG91dGxpbmUtbm9uZSBmb2N1czpib3JkZXItcHJpbWFyeSB3LWZ1bGxcIj5cbiAgICAgIDxhcHAtZXJyb3IgW2NsYXNzXT1cIidhcHAtZ3JpZCdcIiBbZmllbGRdPSduYW1lJyBbZm9ybV09XCJ1c2VyRm9ybVwiIFtlcnJEZWZdPVwieyBcbiAgICAgICAgICByZXF1aXJlZDogJ1JlcXVpcmVkLid9XCI+XG4gICAgICA8L2FwcC1lcnJvcj5cbiAgICA8L2Rpdj5cblxuICAgIDxkaXYgY2xhc3M9XCJmaWVsZCBjb2wtNCBtZDpjb2wtOVwiIHN0eWxlPVwicGFkZGluZy10b3A6MTJweFwiPlxuICAgICAgPHNwYW4gY2xhc3M9XCJibG9jayBtYi0yXCI+e3tcImFkZC5wYXJ0aWNpcGFudC5vYnNlcnZlci5waG9uZVwifHRyYW5zbGF0ZX19PC9zcGFuPlxuICAgICAgPHAtaW5wdXRNYXNrIG1hc2s9XCI5OTktOTk5LTk5OTlcIiBwbGFjZWhvbGRlcj1cIjk5OS05OTktOTk5OVwiIGZvcm1Db250cm9sTmFtZT1cInBob25lXCI+PC9wLWlucHV0TWFzaz5cbiAgICAgIDxhcHAtZXJyb3IgW2NsYXNzXT1cIidhcHAtZ3JpZCBibG9jayBtYi0yJ1wiIFtmaWVsZF09J3Bob25lJyBbZm9ybV09XCJ1c2VyRm9ybVwiIFtlcnJEZWZdPVwieyBcbiAgICAgICAgcmVxdWlyZWQ6ICdSZXF1aXJlZC4nfVwiPlxuICAgICAgPC9hcHAtZXJyb3I+XG4gICAgPC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cImZpZWxkLWdyaWRcIj48bGFiZWwgXG4gICAgICAgIHN0eWxlPVwibWFyZ2luLWxlZnQ6MTBweFwiPnt7XCJhZGQucGFydGljaXBhbnQub2JzZXJ2ZXIuZGVjbGFyYXRpb25cInx0cmFuc2xhdGV9fTwvbGFiZWw+PC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cImZpZWxkIGNvbC0xMiBtZDpjb2wtOVwiIHN0eWxlPVwibWFyZ2luLXRvcDogMjBweDtcIj5cbiAgICAgIDxpb24tYnV0dG9uIChjbGljayk9XCJjbG9zZSgpXCIgZmlsbD1cIm91dGxpbmVcIiBzaGFwZT1cInJvdW5kXCIgY2xhc3M9XCJjb2wtb2Zmc2V0LTNcIj5DbGVhcjwvaW9uLWJ1dHRvbj5cblxuICAgICAgPGlvbi1idXR0b24gKGNsaWNrKT1cIm9uU3VibWl0KClcIiB0eXBlPVwic3VibWl0XCIgZmlsbD1cIm91dGxpbmVcIiBzaGFwZT1cInJvdW5kXCIgY2xhc3M9XCJjb2wtb2Zmc2V0LTFcIj5TYXZlPC9pb24tYnV0dG9uPlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvZm9ybT5cbjwvZGl2PiJdfQ==