@reusa/ngx-reusa-app-lib 0.0.732 → 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
@@ -1,48 +0,0 @@
1
- import { Component, Input } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@ionic/angular";
4
- import * as i2 from "primeng/button";
5
- import * as i3 from "primeng/tooltip";
6
- import * as i4 from "primeng/api";
7
- import * as i5 from "primeng/overlaypanel";
8
- import * as i6 from "primeng/ripple";
9
- import * as i7 from "@ngx-translate/core";
10
- function HelpComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
11
- i0.ɵɵelementStart(0, "ion-label", 4);
12
- i0.ɵɵelement(1, "span", 5);
13
- i0.ɵɵpipe(2, "translate");
14
- i0.ɵɵelementEnd();
15
- } if (rf & 2) {
16
- const ctx_r1 = i0.ɵɵnextContext();
17
- i0.ɵɵadvance(1);
18
- i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind1(2, 1, ctx_r1.msg), i0.ɵɵsanitizeHtml);
19
- } }
20
- export class HelpComponent {
21
- constructor() { }
22
- ngOnInit() {
23
- }
24
- }
25
- HelpComponent.ɵfac = function HelpComponent_Factory(t) { return new (t || HelpComponent)(); };
26
- HelpComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HelpComponent, selectors: [["app-help"]], inputs: { msg: "msg", tooltip: "tooltip" }, decls: 4, vars: 1, consts: [["showCloseIcon", "true"], ["op", ""], ["pTemplate", "", "style", "background: cornsilk;"], ["type", "button", "pButton", "", "pRipple", "", "icon", "pi pi-question-circle", 1, "p-button-raised", 3, "pTooltip", "click"], ["color", "dark"], [2, "font-size", "small", 3, "innerHTML"]], template: function HelpComponent_Template(rf, ctx) { if (rf & 1) {
27
- const _r2 = i0.ɵɵgetCurrentView();
28
- i0.ɵɵelementStart(0, "p-overlayPanel", 0, 1);
29
- i0.ɵɵtemplate(2, HelpComponent_ng_template_2_Template, 3, 3, "ng-template", 2);
30
- i0.ɵɵelementEnd();
31
- i0.ɵɵelementStart(3, "button", 3);
32
- i0.ɵɵlistener("click", function HelpComponent_Template_button_click_3_listener($event) { i0.ɵɵrestoreView(_r2); const _r0 = i0.ɵɵreference(1); return i0.ɵɵresetView(_r0.toggle($event)); });
33
- i0.ɵɵelementEnd();
34
- } if (rf & 2) {
35
- i0.ɵɵadvance(3);
36
- i0.ɵɵproperty("pTooltip", ctx.tooltip ? ctx.tooltip : "What is this?");
37
- } }, dependencies: [i1.IonLabel, i2.ButtonDirective, i3.Tooltip, i4.PrimeTemplate, i5.OverlayPanel, i6.Ripple, i7.TranslatePipe], styles: ["button[_ngcontent-%COMP%]{border-top-left-radius:0!important;border-bottom-left-radius:0!important}button[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]{font-size:1.5rem!important}"] });
38
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HelpComponent, [{
39
- type: Component,
40
- args: [{ selector: 'app-help', template: "<p-overlayPanel #op showCloseIcon=\"true\">\r\n <ng-template pTemplate style=\"background: cornsilk;\">\r\n <ion-label color=\"dark\">\r\n <span [innerHTML]=\"msg | translate\" style=\"font-size: small;\"></span>\r\n </ion-label>\r\n </ng-template>\r\n</p-overlayPanel>\r\n<button type=\"button\" pButton pRipple icon=\"pi pi-question-circle\" \r\n (click)=\"op.toggle($event)\" class=\"p-button-raised\"\r\n [pTooltip]=\"tooltip ? tooltip : 'What is this?'\"></button>", styles: ["button{border-top-left-radius:0!important;border-bottom-left-radius:0!important}button>span{font-size:1.5rem!important}\n"] }]
41
- }], function () { return []; }, { msg: [{
42
- type: Input,
43
- args: ["msg"]
44
- }], tooltip: [{
45
- type: Input,
46
- args: ["tooltip"]
47
- }] }); })();
48
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVscC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvaGVscC9oZWxwLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9oZWxwL2hlbHAuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQVUsTUFBTSxlQUFlLENBQUM7Ozs7Ozs7Ozs7SUNFbkQsb0NBQXdCO0lBQ3RCLDBCQUFxRTs7SUFDdkUsaUJBQVk7OztJQURKLGVBQTZCO0lBQTdCLCtFQUE2Qjs7QURJM0MsTUFBTSxPQUFPLGFBQWE7SUFReEIsZ0JBQWdCLENBQUM7SUFFakIsUUFBUTtJQUNSLENBQUM7OzBFQVhVLGFBQWE7Z0VBQWIsYUFBYTs7UUNQMUIsNENBQXlDO1FBQ3JDLDhFQUljO1FBQ2xCLGlCQUFpQjtRQUNqQixpQ0FFeUQ7UUFEaEQsc0pBQVMsZUFBQSxrQkFBaUIsQ0FBQSxJQUFDO1FBQ3FCLGlCQUFTOztRQUExRCxlQUFnRDtRQUFoRCxzRUFBZ0Q7O3VGREYzQyxhQUFhO2NBTHpCLFNBQVM7MkJBQ0UsVUFBVTtzQ0FPcEIsR0FBRztrQkFERixLQUFLO21CQUFDLEtBQUs7WUFJWixPQUFPO2tCQUROLEtBQUs7bUJBQUMsU0FBUyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtaGVscCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9oZWxwLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vaGVscC5jb21wb25lbnQuY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgSGVscENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgQElucHV0KFwibXNnXCIpXG4gIG1zZyA6IHN0cmluZztcblxuICBASW5wdXQoXCJ0b29sdGlwXCIpXG4gIHRvb2x0aXAgOiBzdHJpbmc7XG4gIFxuICBjb25zdHJ1Y3RvcigpIHsgfVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICB9XG5cbn1cbiIsIjxwLW92ZXJsYXlQYW5lbCAjb3Agc2hvd0Nsb3NlSWNvbj1cInRydWVcIj5cclxuICAgIDxuZy10ZW1wbGF0ZSBwVGVtcGxhdGUgc3R5bGU9XCJiYWNrZ3JvdW5kOiBjb3Juc2lsaztcIj5cclxuICAgICAgPGlvbi1sYWJlbCBjb2xvcj1cImRhcmtcIj5cclxuICAgICAgICA8c3BhbiBbaW5uZXJIVE1MXT1cIm1zZyB8IHRyYW5zbGF0ZVwiIHN0eWxlPVwiZm9udC1zaXplOiBzbWFsbDtcIj48L3NwYW4+XHJcbiAgICAgIDwvaW9uLWxhYmVsPlxyXG4gICAgPC9uZy10ZW1wbGF0ZT5cclxuPC9wLW92ZXJsYXlQYW5lbD5cclxuPGJ1dHRvbiB0eXBlPVwiYnV0dG9uXCIgcEJ1dHRvbiBwUmlwcGxlIGljb249XCJwaSBwaS1xdWVzdGlvbi1jaXJjbGVcIiBcclxuICAgICAgICAgKGNsaWNrKT1cIm9wLnRvZ2dsZSgkZXZlbnQpXCIgY2xhc3M9XCJwLWJ1dHRvbi1yYWlzZWRcIlxyXG4gICAgICAgIFtwVG9vbHRpcF09XCJ0b29sdGlwID8gdG9vbHRpcCA6ICdXaGF0IGlzIHRoaXM/J1wiPjwvYnV0dG9uPiJdfQ==
@@ -1,64 +0,0 @@
1
- import { Component } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "../../services/idle/idle.service";
4
- import * as i2 from "../../services/login/login.service";
5
- import * as i3 from "@angular/router";
6
- import * as i4 from "@ionic/angular";
7
- import * as i5 from "primeng/api";
8
- import * as i6 from "primeng/dialog";
9
- import * as i7 from "@ngx-translate/core";
10
- function IdleDetectorComponent_ng_template_1_Template(rf, ctx) { if (rf & 1) {
11
- i0.ɵɵelementStart(0, "ion-grid")(1, "ion-row")(2, "ion-col", 9);
12
- i0.ɵɵtext(3);
13
- i0.ɵɵpipe(4, "translate");
14
- i0.ɵɵelementEnd()()();
15
- } if (rf & 2) {
16
- i0.ɵɵadvance(3);
17
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(4, 1, "Idle Session Warning!"), " ");
18
- } }
19
- export class IdleDetectorComponent {
20
- constructor(is, ls, r) {
21
- this.is = is;
22
- this.ls = ls;
23
- this.r = r;
24
- }
25
- ngOnInit() {
26
- this.is.setupIdalTimeout();
27
- this.is.setupSessionTimeoutObserver();
28
- }
29
- logout() {
30
- this.ls.logout();
31
- this.r.navigateByUrl('login');
32
- this.is.reset();
33
- }
34
- }
35
- IdleDetectorComponent.ɵfac = function IdleDetectorComponent_Factory(t) { return new (t || IdleDetectorComponent)(i0.ɵɵdirectiveInject(i1.IdleService), i0.ɵɵdirectiveInject(i2.LoginService), i0.ɵɵdirectiveInject(i3.Router)); };
36
- IdleDetectorComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: IdleDetectorComponent, selectors: [["app-idle-detector"]], decls: 18, vars: 2, consts: [["modal", "true", "showHeader", "false", "closable", "false", "styleClass", "app-box", 3, "visible"], ["pTemplate", "header"], [1, "ion-padding", "full-height"], [1, "ion-text-justify"], [1, "ion-text-center"], ["shape", "round", "type", "submit", "color", "success", 1, "ion-paddight-right", 3, "click"], ["slot", "start", "name", "log-in-outline"], ["shape", "round", "type", "reset", "color", "medium", 1, "ion-paddight-left", 3, "click"], ["slot", "start", "name", "log-out-outline"], [1, "ion-text-left", "heading"]], template: function IdleDetectorComponent_Template(rf, ctx) { if (rf & 1) {
37
- i0.ɵɵelementStart(0, "p-dialog", 0);
38
- i0.ɵɵtemplate(1, IdleDetectorComponent_ng_template_1_Template, 5, 3, "ng-template", 1);
39
- i0.ɵɵelementStart(2, "div", 2)(3, "div", 3);
40
- i0.ɵɵtext(4, " No Recent Activity. ");
41
- i0.ɵɵelement(5, "br")(6, "br");
42
- i0.ɵɵtext(7);
43
- i0.ɵɵelementEnd()();
44
- i0.ɵɵelementStart(8, "p-footer")(9, "ion-row")(10, "ion-col", 4)(11, "ion-button", 5);
45
- i0.ɵɵlistener("click", function IdleDetectorComponent_Template_ion_button_click_11_listener() { return ctx.is.stay(); });
46
- i0.ɵɵelement(12, "ion-icon", 6);
47
- i0.ɵɵtext(13, " CONTINUE ");
48
- i0.ɵɵelementEnd();
49
- i0.ɵɵtext(14, " \u00A0 ");
50
- i0.ɵɵelementStart(15, "ion-button", 7);
51
- i0.ɵɵlistener("click", function IdleDetectorComponent_Template_ion_button_click_15_listener() { return ctx.logout(); });
52
- i0.ɵɵelement(16, "ion-icon", 8);
53
- i0.ɵɵtext(17, " Logout ");
54
- i0.ɵɵelementEnd()()()()();
55
- } if (rf & 2) {
56
- i0.ɵɵproperty("visible", ctx.is.showSessionTimeoutWarning.getValue());
57
- i0.ɵɵadvance(7);
58
- i0.ɵɵtextInterpolate1(" Select CONTINUE to remain active in the application or you will be logged out in ", ctx.is.counter.getValue(), " seconds. ");
59
- } }, dependencies: [i4.IonButton, i4.IonCol, i4.IonGrid, i4.IonIcon, i4.IonRow, i5.Footer, i5.PrimeTemplate, i6.Dialog, i7.TranslatePipe], styles: [".heading[_ngcontent-%COMP%]{font-family:var(--app-font-light);color:var(--ion-color-medium-gray);font-size:23px}"] });
60
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(IdleDetectorComponent, [{
61
- type: Component,
62
- args: [{ selector: 'app-idle-detector', template: "<p-dialog [visible]=\"is.showSessionTimeoutWarning.getValue()\" modal=\"true\"\r\n showHeader=\"false\" closable=\"false\" styleClass=\"app-box\">\r\n \r\n <ng-template pTemplate=\"header\">\r\n <ion-grid>\r\n <ion-row>\r\n <ion-col class=\"ion-text-left heading\">\r\n {{'Idle Session Warning!' | translate}}\r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n </ng-template>\r\n \r\n <div class=\"ion-padding full-height\">\r\n <div class=\"ion-text-justify\">\r\n No Recent Activity.\r\n <br /> <br />\r\n Select CONTINUE to remain active in the application or you will be logged out in {{is.counter.getValue()}} seconds.\r\n </div>\r\n </div>\r\n <p-footer>\r\n <ion-row>\r\n <ion-col class=\"ion-text-center\">\r\n <ion-button shape=\"round\" type=\"submit\" (click)=\"is.stay()\" color=\"success\" class=\"ion-paddight-right\">\r\n <ion-icon slot=\"start\" name=\"log-in-outline\"></ion-icon>\r\n CONTINUE\r\n </ion-button>\r\n &nbsp;\r\n <ion-button shape=\"round\" type=\"reset\" (click)=\"logout()\" color=\"medium\"\r\n class=\"ion-paddight-left\">\r\n <ion-icon slot=\"start\" name=\"log-out-outline\"></ion-icon>\r\n Logout\r\n </ion-button>\r\n </ion-col>\r\n </ion-row>\r\n </p-footer>\r\n</p-dialog>", styles: [".heading{font-family:var(--app-font-light);color:var(--ion-color-medium-gray);font-size:23px}\n"] }]
63
- }], function () { return [{ type: i1.IdleService }, { type: i2.LoginService }, { type: i3.Router }]; }, null); })();
64
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWRsZS1kZXRlY3Rvci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvaWRsZS1kZXRlY3Rvci9pZGxlLWRldGVjdG9yLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9pZGxlLWRldGVjdG9yL2lkbGUtZGV0ZWN0b3IuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQzs7Ozs7Ozs7OztJQ0k5QyxnQ0FBVSxjQUFBLGlCQUFBO0lBR0osWUFDRjs7SUFBQSxpQkFBVSxFQUFBLEVBQUE7O0lBRFIsZUFDRjtJQURFLDhFQUNGOztBREVSLE1BQU0sT0FBTyxxQkFBcUI7SUFFaEMsWUFBbUIsRUFBZ0IsRUFBVSxFQUFnQixFQUFVLENBQVM7UUFBN0QsT0FBRSxHQUFGLEVBQUUsQ0FBYztRQUFVLE9BQUUsR0FBRixFQUFFLENBQWM7UUFBVSxNQUFDLEdBQUQsQ0FBQyxDQUFRO0lBQUksQ0FBQztJQUVyRixRQUFRO1FBQ04sSUFBSSxDQUFDLEVBQUUsQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDO1FBQzNCLElBQUksQ0FBQyxFQUFFLENBQUMsMkJBQTJCLEVBQUUsQ0FBQztJQUN4QyxDQUFDO0lBRUQsTUFBTTtRQUNKLElBQUksQ0FBQyxFQUFFLENBQUMsTUFBTSxFQUFFLENBQUM7UUFDakIsSUFBSSxDQUFDLENBQUMsQ0FBQyxhQUFhLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDOUIsSUFBSSxDQUFDLEVBQUUsQ0FBQyxLQUFLLEVBQUUsQ0FBQztJQUNsQixDQUFDOzswRkFiVSxxQkFBcUI7d0VBQXJCLHFCQUFxQjtRQ1ZsQyxtQ0FDMkQ7UUFFekQsc0ZBUWM7UUFFZCw4QkFBcUMsYUFBQTtRQUVqQyxxQ0FDQTtRQUFBLHFCQUFNLFNBQUE7UUFDTixZQUNGO1FBQUEsaUJBQU0sRUFBQTtRQUVSLGdDQUFVLGNBQUEsa0JBQUEscUJBQUE7UUFHb0MsdUdBQVMsYUFBUyxJQUFDO1FBQ3pELCtCQUF3RDtRQUN4RCwyQkFDRjtRQUFBLGlCQUFhO1FBQ2IseUJBQ0E7UUFBQSxzQ0FDNEI7UUFEVyx1R0FBUyxZQUFRLElBQUM7UUFFdkQsK0JBQXlEO1FBQ3pELHlCQUNGO1FBQUEsaUJBQWEsRUFBQSxFQUFBLEVBQUEsRUFBQTs7UUFoQ1gscUVBQW1EO1FBaUJ2RCxlQUNGO1FBREUsb0pBQ0Y7O3VGRFJTLHFCQUFxQjtjQUxqQyxTQUFTOzJCQUNFLG1CQUFtQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBSb3V0ZXIgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuaW1wb3J0IHsgSWRsZVNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9pZGxlL2lkbGUuc2VydmljZSc7XG5pbXBvcnQgeyBMb2dpblNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9sb2dpbi9sb2dpbi5zZXJ2aWNlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLWlkbGUtZGV0ZWN0b3InLFxuICB0ZW1wbGF0ZVVybDogJy4vaWRsZS1kZXRlY3Rvci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2lkbGUtZGV0ZWN0b3IuY29tcG9uZW50LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgSWRsZURldGVjdG9yQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcblxuICBjb25zdHJ1Y3RvcihwdWJsaWMgaXMgOiBJZGxlU2VydmljZSwgcHJpdmF0ZSBsczogTG9naW5TZXJ2aWNlLCBwcml2YXRlIHI6IFJvdXRlcikgeyB9XG5cbiAgbmdPbkluaXQoKSB7XG4gICAgdGhpcy5pcy5zZXR1cElkYWxUaW1lb3V0KCk7XG4gICAgdGhpcy5pcy5zZXR1cFNlc3Npb25UaW1lb3V0T2JzZXJ2ZXIoKTtcbiAgfVxuXG4gIGxvZ291dCgpIHtcbiAgICB0aGlzLmxzLmxvZ291dCgpO1xuICAgIHRoaXMuci5uYXZpZ2F0ZUJ5VXJsKCdsb2dpbicpO1xuICAgIHRoaXMuaXMucmVzZXQoKTtcbiAgfVxuXG59XG4iLCI8cC1kaWFsb2cgW3Zpc2libGVdPVwiaXMuc2hvd1Nlc3Npb25UaW1lb3V0V2FybmluZy5nZXRWYWx1ZSgpXCIgbW9kYWw9XCJ0cnVlXCJcclxuICBzaG93SGVhZGVyPVwiZmFsc2VcIiBjbG9zYWJsZT1cImZhbHNlXCIgc3R5bGVDbGFzcz1cImFwcC1ib3hcIj5cclxuICBcclxuICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiaGVhZGVyXCI+XHJcbiAgICA8aW9uLWdyaWQ+XHJcbiAgICAgIDxpb24tcm93PlxyXG4gICAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtbGVmdCBoZWFkaW5nXCI+XHJcbiAgICAgICAgICB7eydJZGxlIFNlc3Npb24gV2FybmluZyEnIHwgdHJhbnNsYXRlfX1cclxuICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgIDwvaW9uLXJvdz5cclxuICAgIDwvaW9uLWdyaWQ+XHJcbiAgPC9uZy10ZW1wbGF0ZT5cclxuICBcclxuICA8ZGl2IGNsYXNzPVwiaW9uLXBhZGRpbmcgZnVsbC1oZWlnaHRcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJpb24tdGV4dC1qdXN0aWZ5XCI+XHJcbiAgICAgIE5vIFJlY2VudCBBY3Rpdml0eS5cclxuICAgICAgPGJyIC8+IDxiciAvPlxyXG4gICAgICBTZWxlY3QgQ09OVElOVUUgdG8gcmVtYWluIGFjdGl2ZSBpbiB0aGUgYXBwbGljYXRpb24gb3IgeW91IHdpbGwgYmUgbG9nZ2VkIG91dCBpbiB7e2lzLmNvdW50ZXIuZ2V0VmFsdWUoKX19IHNlY29uZHMuXHJcbiAgICA8L2Rpdj5cclxuICA8L2Rpdj5cclxuICA8cC1mb290ZXI+XHJcbiAgICA8aW9uLXJvdz5cclxuICAgICAgPGlvbi1jb2wgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXJcIj5cclxuICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgdHlwZT1cInN1Ym1pdFwiIChjbGljayk9XCJpcy5zdGF5KClcIiBjb2xvcj1cInN1Y2Nlc3NcIiBjbGFzcz1cImlvbi1wYWRkaWdodC1yaWdodFwiPlxyXG4gICAgICAgICAgPGlvbi1pY29uIHNsb3Q9XCJzdGFydFwiIG5hbWU9XCJsb2ctaW4tb3V0bGluZVwiPjwvaW9uLWljb24+XHJcbiAgICAgICAgICBDT05USU5VRVxyXG4gICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgICAmbmJzcDtcclxuICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgdHlwZT1cInJlc2V0XCIgKGNsaWNrKT1cImxvZ291dCgpXCIgY29sb3I9XCJtZWRpdW1cIlxyXG4gICAgICAgICAgY2xhc3M9XCJpb24tcGFkZGlnaHQtbGVmdFwiPlxyXG4gICAgICAgICAgPGlvbi1pY29uIHNsb3Q9XCJzdGFydFwiIG5hbWU9XCJsb2ctb3V0LW91dGxpbmVcIj48L2lvbi1pY29uPlxyXG4gICAgICAgICAgTG9nb3V0XHJcbiAgICAgICAgPC9pb24tYnV0dG9uPlxyXG4gICAgICA8L2lvbi1jb2w+XHJcbiAgICA8L2lvbi1yb3c+XHJcbiAgPC9wLWZvb3Rlcj5cclxuPC9wLWRpYWxvZz4iXX0=
@@ -1,209 +0,0 @@
1
- import { Component, EventEmitter, Output } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "../../services/claimant-service/claimant.service";
4
- import * as i2 from "../../services/logger/logger.service";
5
- import * as i3 from "@ionic/angular";
6
- import * as i4 from "@angular/common";
7
- import * as i5 from "primeng/api";
8
- import * as i6 from "primeng/dialog";
9
- import * as i7 from "primeng/table";
10
- import * as i8 from "@fortawesome/angular-fontawesome";
11
- import * as i9 from "@ngx-translate/core";
12
- function JobSearchResultPageComponent_ng_template_1_Template(rf, ctx) { if (rf & 1) {
13
- i0.ɵɵelementStart(0, "ion-grid");
14
- i0.ɵɵelement(1, "ion-row");
15
- i0.ɵɵelementStart(2, "ion-row");
16
- i0.ɵɵelement(3, "ion-col");
17
- i0.ɵɵelementEnd()();
18
- } }
19
- function JobSearchResultPageComponent_h3_5_Template(rf, ctx) { if (rf & 1) {
20
- i0.ɵɵelementStart(0, "h3");
21
- i0.ɵɵtext(1);
22
- i0.ɵɵpipe(2, "translate");
23
- i0.ɵɵelementEnd();
24
- } if (rf & 2) {
25
- i0.ɵɵadvance(1);
26
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "job.search.results.popup.messages.noJobs"));
27
- } }
28
- function JobSearchResultPageComponent_h3_6_Template(rf, ctx) { if (rf & 1) {
29
- i0.ɵɵelementStart(0, "h3");
30
- i0.ɵɵtext(1);
31
- i0.ɵɵpipe(2, "translate");
32
- i0.ɵɵelementEnd();
33
- } if (rf & 2) {
34
- i0.ɵɵadvance(1);
35
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "job.search.results.popup.messages.title"));
36
- } }
37
- function JobSearchResultPageComponent_p_7_Template(rf, ctx) { if (rf & 1) {
38
- i0.ɵɵelementStart(0, "p");
39
- i0.ɵɵtext(1);
40
- i0.ɵɵpipe(2, "translate");
41
- i0.ɵɵelementStart(3, "b");
42
- i0.ɵɵtext(4);
43
- i0.ɵɵelementEnd();
44
- i0.ɵɵtext(5);
45
- i0.ɵɵpipe(6, "translate");
46
- i0.ɵɵelementStart(7, "b");
47
- i0.ɵɵtext(8);
48
- i0.ɵɵelementEnd();
49
- i0.ɵɵtext(9);
50
- i0.ɵɵpipe(10, "translate");
51
- i0.ɵɵelementStart(11, "b");
52
- i0.ɵɵtext(12);
53
- i0.ɵɵelementEnd()();
54
- } if (rf & 2) {
55
- const ctx_r3 = i0.ɵɵnextContext();
56
- i0.ɵɵadvance(1);
57
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 6, "job.search.results.popup.messages.search.criteria"));
58
- i0.ɵɵadvance(3);
59
- i0.ɵɵtextInterpolate(ctx_r3.jobResultsData == null ? null : ctx_r3.jobResultsData.zipCode);
60
- i0.ɵɵadvance(1);
61
- i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(6, 8, "job.search.results.popup.messages.radius"), " ");
62
- i0.ɵɵadvance(3);
63
- i0.ɵɵtextInterpolate1("", ctx_r3.jobResultsData == null ? null : ctx_r3.jobResultsData.geographicalRange, " ");
64
- i0.ɵɵadvance(1);
65
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(10, 10, "job.search.results.popup.messages.keywords"));
66
- i0.ɵɵadvance(3);
67
- i0.ɵɵtextInterpolate(ctx_r3.jobResultsData == null ? null : ctx_r3.jobResultsData.keyWord);
68
- } }
69
- function JobSearchResultPageComponent_p_table_8_ng_template_1_Template(rf, ctx) { if (rf & 1) {
70
- i0.ɵɵelementStart(0, "tr")(1, "th", 7);
71
- i0.ɵɵtext(2);
72
- i0.ɵɵpipe(3, "translate");
73
- i0.ɵɵelementEnd();
74
- i0.ɵɵelementStart(4, "th", 7);
75
- i0.ɵɵtext(5);
76
- i0.ɵɵpipe(6, "translate");
77
- i0.ɵɵelementEnd();
78
- i0.ɵɵelementStart(7, "th", 7);
79
- i0.ɵɵtext(8);
80
- i0.ɵɵpipe(9, "translate");
81
- i0.ɵɵelementEnd();
82
- i0.ɵɵelementStart(10, "th", 7);
83
- i0.ɵɵtext(11);
84
- i0.ɵɵpipe(12, "translate");
85
- i0.ɵɵelementEnd();
86
- i0.ɵɵelementStart(13, "th", 7);
87
- i0.ɵɵtext(14);
88
- i0.ɵɵpipe(15, "translate");
89
- i0.ɵɵelementEnd()();
90
- } if (rf & 2) {
91
- i0.ɵɵadvance(2);
92
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 5, "job.search.results.table.header.Posted"));
93
- i0.ɵɵadvance(3);
94
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 7, "job.search.results.table.header.Position"));
95
- i0.ɵɵadvance(3);
96
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(9, 9, "job.search.results.table.header.Employer"));
97
- i0.ɵɵadvance(3);
98
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(12, 11, "job.search.results.table.header.ZipCode"));
99
- i0.ɵɵadvance(3);
100
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(15, 13, "job.search.results.table.header.View"));
101
- } }
102
- const _c0 = function () { return ["far", "angle-right"]; };
103
- function JobSearchResultPageComponent_p_table_8_ng_template_2_Template(rf, ctx) { if (rf & 1) {
104
- i0.ɵɵelementStart(0, "tr", 8)(1, "td", 7);
105
- i0.ɵɵtext(2);
106
- i0.ɵɵelementEnd();
107
- i0.ɵɵelementStart(3, "td", 7);
108
- i0.ɵɵtext(4);
109
- i0.ɵɵelementEnd();
110
- i0.ɵɵelementStart(5, "td", 7);
111
- i0.ɵɵtext(6);
112
- i0.ɵɵelementEnd();
113
- i0.ɵɵelementStart(7, "td", 7);
114
- i0.ɵɵtext(8);
115
- i0.ɵɵelementEnd();
116
- i0.ɵɵelementStart(9, "td", 7)(10, "ion-button", 9);
117
- i0.ɵɵelement(11, "fa-icon", 10);
118
- i0.ɵɵelementEnd()()();
119
- } if (rf & 2) {
120
- const matchingJobs_r9 = ctx.$implicit;
121
- i0.ɵɵadvance(2);
122
- i0.ɵɵtextInterpolate1(" ", matchingJobs_r9.jobOrderCreateDate ? matchingJobs_r9.jobOrderCreateDate : "N/A", " ");
123
- i0.ɵɵadvance(2);
124
- i0.ɵɵtextInterpolate1(" ", matchingJobs_r9.jobTitle ? matchingJobs_r9.jobTitle : "N/A", " ");
125
- i0.ɵɵadvance(2);
126
- i0.ɵɵtextInterpolate1(" ", matchingJobs_r9.employerName ? matchingJobs_r9.employerName : "N/A", " ");
127
- i0.ɵɵadvance(2);
128
- i0.ɵɵtextInterpolate1(" ", matchingJobs_r9.zipCode ? matchingJobs_r9.zipCode : "N/A", " ");
129
- i0.ɵɵadvance(2);
130
- i0.ɵɵpropertyInterpolate("href", matchingJobs_r9.jobOrderURL ? matchingJobs_r9.jobOrderURL : "N/A");
131
- i0.ɵɵadvance(1);
132
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c0));
133
- } }
134
- function JobSearchResultPageComponent_p_table_8_Template(rf, ctx) { if (rf & 1) {
135
- i0.ɵɵelementStart(0, "p-table", 5);
136
- i0.ɵɵtemplate(1, JobSearchResultPageComponent_p_table_8_ng_template_1_Template, 16, 15, "ng-template", 1);
137
- i0.ɵɵtemplate(2, JobSearchResultPageComponent_p_table_8_ng_template_2_Template, 12, 7, "ng-template", 6);
138
- i0.ɵɵelementEnd();
139
- } if (rf & 2) {
140
- const ctx_r4 = i0.ɵɵnextContext();
141
- i0.ɵɵproperty("value", ctx_r4.matchingJobs)("rowHover", true);
142
- } }
143
- function JobSearchResultPageComponent_ng_template_9_Template(rf, ctx) { if (rf & 1) {
144
- const _r11 = i0.ɵɵgetCurrentView();
145
- i0.ɵɵelementStart(0, "ion-grid")(1, "ion-row");
146
- i0.ɵɵelement(2, "ion-col", 11);
147
- i0.ɵɵelementStart(3, "ion-col", 12)(4, "ion-button", 13);
148
- i0.ɵɵlistener("click", function JobSearchResultPageComponent_ng_template_9_Template_ion_button_click_4_listener() { i0.ɵɵrestoreView(_r11); const ctx_r10 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r10.cancel()); });
149
- i0.ɵɵtext(5, "Close");
150
- i0.ɵɵelementEnd()()()();
151
- } }
152
- const _c1 = function () { return { width: "60vw" }; };
153
- const _c2 = function () { return { "1024px": "75vw", "768px": "85vw", "640px": "100vw" }; };
154
- export class JobSearchResultPageComponent {
155
- constructor(cs, loggerService) {
156
- this.cs = cs;
157
- this.loggerService = loggerService;
158
- this.areJobsFetched = true;
159
- this.onCancel = new EventEmitter();
160
- }
161
- ngOnInit() {
162
- this.getClaimantJobResults();
163
- }
164
- getClaimantJobResults() {
165
- this.cs.getJobResults()
166
- .subscribe(res => {
167
- this.jobResultsData = res;
168
- this.loggerService.info(res);
169
- this.matchingJobs = res.availableJobModel;
170
- }, err => {
171
- this.areJobsFetched = false;
172
- this.loggerService.info('error while calling job result', err);
173
- });
174
- }
175
- cancel() {
176
- this.onCancel.emit();
177
- }
178
- }
179
- JobSearchResultPageComponent.ɵfac = function JobSearchResultPageComponent_Factory(t) { return new (t || JobSearchResultPageComponent)(i0.ɵɵdirectiveInject(i1.ClaimantService), i0.ɵɵdirectiveInject(i2.LoggerService)); };
180
- JobSearchResultPageComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: JobSearchResultPageComponent, selectors: [["app-job-search-result-page"]], outputs: { onCancel: "onCancel" }, decls: 10, vars: 9, consts: [["visible", "true", "modal", "true", "appendTo", "body", "position", "top", 3, "breakpoints"], ["pTemplate", "header"], [4, "ngIf"], ["styleClass", "p-datatable-striped p-datatable-worksearch ion-padding-top", 3, "value", "rowHover", 4, "ngIf"], ["pTemplate", "footer"], ["styleClass", "p-datatable-striped p-datatable-worksearch ion-padding-top", 3, "value", "rowHover"], ["pTemplate", "body"], ["colspan", "2"], [1, "ui-selectable-row"], ["fill", "outline", "shape", "round", "size", "small", "target", "blank", 1, "small-button", 2, "--border-color", "#4478AA", "--border-width", "2px", "--color", "#4478AA", 3, "href"], [1, "button-icon", 3, "icon"], [1, "ion-text-left"], [1, "ion-text-right"], ["shape", "round", "fill", "outline", "type", "reset", 3, "click"]], template: function JobSearchResultPageComponent_Template(rf, ctx) { if (rf & 1) {
181
- i0.ɵɵelementStart(0, "p-dialog", 0);
182
- i0.ɵɵtemplate(1, JobSearchResultPageComponent_ng_template_1_Template, 4, 0, "ng-template", 1);
183
- i0.ɵɵelementStart(2, "ion-grid")(3, "ion-row")(4, "ion-col");
184
- i0.ɵɵtemplate(5, JobSearchResultPageComponent_h3_5_Template, 3, 3, "h3", 2);
185
- i0.ɵɵtemplate(6, JobSearchResultPageComponent_h3_6_Template, 3, 3, "h3", 2);
186
- i0.ɵɵtemplate(7, JobSearchResultPageComponent_p_7_Template, 13, 12, "p", 2);
187
- i0.ɵɵtemplate(8, JobSearchResultPageComponent_p_table_8_Template, 3, 2, "p-table", 3);
188
- i0.ɵɵelementEnd()()();
189
- i0.ɵɵtemplate(9, JobSearchResultPageComponent_ng_template_9_Template, 6, 0, "ng-template", 4);
190
- i0.ɵɵelementEnd();
191
- } if (rf & 2) {
192
- i0.ɵɵstyleMap(i0.ɵɵpureFunction0(7, _c1));
193
- i0.ɵɵproperty("breakpoints", i0.ɵɵpureFunction0(8, _c2));
194
- i0.ɵɵadvance(5);
195
- i0.ɵɵproperty("ngIf", ctx.matchingJobs == null && ctx.areJobsFetched == false);
196
- i0.ɵɵadvance(1);
197
- i0.ɵɵproperty("ngIf", ctx.matchingJobs != null);
198
- i0.ɵɵadvance(1);
199
- i0.ɵɵproperty("ngIf", ctx.matchingJobs != null);
200
- i0.ɵɵadvance(1);
201
- i0.ɵɵproperty("ngIf", ctx.matchingJobs != null);
202
- } }, dependencies: [i3.IonButton, i3.IonCol, i3.IonGrid, i3.IonRow, i4.NgIf, i5.PrimeTemplate, i6.Dialog, i7.Table, i8.FaIconComponent, i9.TranslatePipe], styles: ["ion-col[_ngcontent-%COMP%]{margin-left:0!important}.button-icon[_ngcontent-%COMP%]{font-size:18px;color:var(--ion-color-primary)}"] });
203
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(JobSearchResultPageComponent, [{
204
- type: Component,
205
- args: [{ selector: 'app-job-search-result-page', template: "<p-dialog visible=\"true\" modal=\"true\" appendTo=\"body\"\r\n [breakpoints]=\"{'1024px': '75vw', '768px': '85vw', '640px': '100vw'}\" [style]=\"{width: '60vw'}\" position=\"top\">\r\n <ng-template pTemplate=\"header\">\r\n <ion-grid>\r\n <ion-row>\r\n\r\n </ion-row>\r\n <ion-row>\r\n <ion-col>\r\n\r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n </ng-template>\r\n <ion-grid>\r\n <ion-row>\r\n <ion-col>\r\n <h3 *ngIf=\"matchingJobs == null && areJobsFetched== false\">{{'job.search.results.popup.messages.noJobs' | translate}}</h3>\r\n <h3 *ngIf=\"matchingJobs != null\">{{'job.search.results.popup.messages.title' | translate}}</h3>\r\n <p *ngIf=\"matchingJobs != null\">{{'job.search.results.popup.messages.search.criteria' | translate}}<b>{{jobResultsData?.zipCode}}</b>{{'job.search.results.popup.messages.radius' | translate}} <b>{{jobResultsData?.geographicalRange}} </b>{{'job.search.results.popup.messages.keywords' | translate}}<b>{{jobResultsData?.keyWord}}</b></p>\r\n \r\n <p-table [value]=\"matchingJobs\" [rowHover]=\"true\" *ngIf=\"matchingJobs != null\"\r\n styleClass=\"p-datatable-striped p-datatable-worksearch ion-padding-top\">\r\n <ng-template pTemplate=\"header\" let-columns>\r\n <tr>\r\n <th colspan=\"2\">{{'job.search.results.table.header.Posted' | translate}}</th>\r\n <th colspan=\"2\">{{'job.search.results.table.header.Position' | translate}}</th>\r\n <th colspan=\"2\">{{'job.search.results.table.header.Employer' | translate}}</th>\r\n <th colspan=\"2\">{{'job.search.results.table.header.ZipCode' | translate}}</th>\r\n <th colspan=\"2\">{{'job.search.results.table.header.View' | translate}}</th>\r\n </tr>\r\n </ng-template>\r\n \r\n <ng-template pTemplate=\"body\" let-matchingJobs >\r\n <tr class=\"ui-selectable-row\">\r\n <td colspan=\"2\">\r\n {{matchingJobs.jobOrderCreateDate?matchingJobs.jobOrderCreateDate:'N/A' }}\r\n </td>\r\n <td colspan=\"2\">\r\n {{matchingJobs.jobTitle?matchingJobs.jobTitle:'N/A'}}\r\n </td>\r\n <td colspan=\"2\">\r\n {{matchingJobs.employerName?matchingJobs.employerName:'N/A'}}\r\n </td>\r\n <td colspan=\"2\">\r\n {{matchingJobs.zipCode?matchingJobs.zipCode:'N/A'}}\r\n </td>\r\n <td colspan=\"2\">\r\n <ion-button href=\"{{matchingJobs.jobOrderURL?matchingJobs.jobOrderURL:'N/A'}}\" fill=\"outline\" shape=\"round\" \r\n class=\"small-button\" size=\"small\" target=\"blank\"\r\n style=\"--border-color:#4478AA; --border-width:2px; --color:#4478AA;\">\r\n \r\n <fa-icon [icon]=\"['far', 'angle-right']\" class=\"button-icon\"></fa-icon>\r\n </ion-button>\r\n </td>\r\n </tr>\r\n </ng-template>\r\n </p-table>\r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n\r\n\r\n\r\n <ng-template pTemplate=\"footer\">\r\n <ion-grid>\r\n <ion-row>\r\n <ion-col class=\"ion-text-left\">\r\n\r\n </ion-col>\r\n <ion-col class=\"ion-text-right\">\r\n <ion-button shape=\"round\" fill=\"outline\" type=\"reset\" (click)=\"cancel()\">Close</ion-button>\r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n </ng-template>\r\n</p-dialog>", styles: ["ion-col{margin-left:0!important}.button-icon{font-size:18px;color:var(--ion-color-primary)}\n"] }]
206
- }], function () { return [{ type: i1.ClaimantService }, { type: i2.LoggerService }]; }, { onCancel: [{
207
- type: Output
208
- }] }); })();
209
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiam9iLXNlYXJjaC1yZXN1bHQtcGFnZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvam9iLXNlYXJjaC1yZXN1bHQtcGFnZS9qb2Itc2VhcmNoLXJlc3VsdC1wYWdlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9qb2Itc2VhcmNoLXJlc3VsdC1wYWdlL2pvYi1zZWFyY2gtcmVzdWx0LXBhZ2UuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxZQUFZLEVBQUUsTUFBTSxFQUFnQyxNQUFNLGVBQWUsQ0FBQzs7Ozs7Ozs7Ozs7O0lDRzlGLGdDQUFVO0lBQ04sMEJBRVU7SUFDViwrQkFBUztJQUNMLDBCQUVVO0lBQ2QsaUJBQVUsRUFBQTs7O0lBTU4sMEJBQTJEO0lBQUEsWUFBMEQ7O0lBQUEsaUJBQUs7O0lBQS9ELGVBQTBEO0lBQTFELHNGQUEwRDs7O0lBQ3JILDBCQUFpQztJQUFBLFlBQXlEOztJQUFBLGlCQUFLOztJQUE5RCxlQUF5RDtJQUF6RCxxRkFBeUQ7OztJQUMxRix5QkFBZ0M7SUFBQSxZQUFtRTs7SUFBQSx5QkFBRztJQUFBLFlBQTJCO0lBQUEsaUJBQUk7SUFBQSxZQUEyRDs7SUFBQSx5QkFBRztJQUFBLFlBQXNDO0lBQUEsaUJBQUk7SUFBQSxZQUE0RDs7SUFBQSwwQkFBRztJQUFBLGFBQTJCO0lBQUEsaUJBQUksRUFBQTs7O0lBQTNTLGVBQW1FO0lBQW5FLCtGQUFtRTtJQUFHLGVBQTJCO0lBQTNCLDBGQUEyQjtJQUFJLGVBQTJEO0lBQTNELGdHQUEyRDtJQUFHLGVBQXNDO0lBQXRDLDhHQUFzQztJQUFJLGVBQTREO0lBQTVELDBGQUE0RDtJ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O1FBQTFCLCtDQUEwQjtRQUVxQixlQUEwQjtRQUExQiwrQ0FBMEI7O3VGRFZoRiw0QkFBNEI7Y0FMeEMsU0FBUzsyQkFDRSw0QkFBNEI7OEZBa0N0QyxRQUFRO2tCQURQLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCwgRXZlbnRFbWl0dGVyLCBPdXRwdXQsIFZpZXdDaGlsZCwgSW5qZWN0YWJsZSwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IExvZ2dlclNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9sb2dnZXIvbG9nZ2VyLnNlcnZpY2UnO1xuaW1wb3J0IHsgSm9iUmVzdWx0c0RhdGEgfSBmcm9tICcuLi8uLi9tb2RlbHMvY2xhaW1hbnQvSm9iUmVzdWx0c0RhdGEnO1xuaW1wb3J0IHsgTWF0Y2hpbmdKb2JzIH0gZnJvbSAnLi4vLi4vbW9kZWxzL2NsYWltYW50L01hdGNoaW5nSm9icyc7XG5pbXBvcnQgeyBDbGFpbWFudFNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9jbGFpbWFudC1zZXJ2aWNlL2NsYWltYW50LnNlcnZpY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtam9iLXNlYXJjaC1yZXN1bHQtcGFnZScsXG4gIHRlbXBsYXRlVXJsOiAnLi9qb2Itc2VhcmNoLXJlc3VsdC1wYWdlLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vam9iLXNlYXJjaC1yZXN1bHQtcGFnZS5jb21wb25lbnQuY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgSm9iU2VhcmNoUmVzdWx0UGFnZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgam9iUmVzdWx0c0RhdGEgOkpvYlJlc3VsdHNEYXRhO1xuICBtYXRjaGluZ0pvYnMgOk1hdGNoaW5nSm9ic1tdO1xuICBhcmVKb2JzRmV0Y2hlZCA6Qm9vbGVhbiA9IHRydWU7XG5cbiAgY29uc3RydWN0b3IocHVibGljIGNzOiBDbGFpbWFudFNlcnZpY2UsIHB1YmxpYyBsb2dnZXJTZXJ2aWNlIDogTG9nZ2VyU2VydmljZSkge1xuXG4gIH1cblxuICBuZ09uSW5pdCgpOiB2b2lkIHsgICBcbiAgICB0aGlzLmdldENsYWltYW50Sm9iUmVzdWx0cygpO1xuICB9XG4gIFxuICBnZXRDbGFpbWFudEpvYlJlc3VsdHMoKSB7XG4gICAgXG4gICAgdGhpcy5jcy5nZXRKb2JSZXN1bHRzKClcbiAgICAgIC5zdWJzY3JpYmUoXG4gICAgICAgIHJlcyA9PiB7XG4gICAgICAgICAgdGhpcy5qb2JSZXN1bHRzRGF0YSA9IHJlcztcbiAgICAgICAgICB0aGlzLmxvZ2dlclNlcnZpY2UuaW5mbyhyZXMpO1xuICAgICAgICAgIHRoaXMubWF0Y2hpbmdKb2JzID0gcmVzLmF2YWlsYWJsZUpvYk1vZGVsOyAgICAgICAgXG4gICAgICAgIH0sIGVyciA9PiB7XG4gICAgICAgICAgdGhpcy5hcmVKb2JzRmV0Y2hlZCA9IGZhbHNlO1xuICAgICAgICAgIHRoaXMubG9nZ2VyU2VydmljZS5pbmZvKCdlcnJvciB3aGlsZSBjYWxsaW5nIGpvYiByZXN1bHQnLCBlcnIpO1xuICAgICAgICB9XG4gICAgICApOyAgICAgXG4gIH1cblxuICBAT3V0cHV0KClcbiAgb25DYW5jZWw6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuICBwdWJsaWMgc2hvd2pvYlNlYXJjaFJlc3VsdFBvcHVwOiBib29sZWFuO1xuXG5cbiAgY2FuY2VsKCkge1xuICAgIHRoaXMub25DYW5jZWwuZW1pdCgpO1xuICB9XG5cbn1cbiIsIjxwLWRpYWxvZyB2aXNpYmxlPVwidHJ1ZVwiIG1vZGFsPVwidHJ1ZVwiIGFwcGVuZFRvPVwiYm9keVwiXHJcbiAgICBbYnJlYWtwb2ludHNdPVwieycxMDI0cHgnOiAnNzV2dycsICc3NjhweCc6ICc4NXZ3JywgJzY0MHB4JzogJzEwMHZ3J31cIiBbc3R5bGVdPVwie3dpZHRoOiAnNjB2dyd9XCIgcG9zaXRpb249XCJ0b3BcIj5cclxuICAgIDxuZy10ZW1wbGF0ZSBwVGVtcGxhdGU9XCJoZWFkZXJcIj5cclxuICAgICAgICA8aW9uLWdyaWQ+XHJcbiAgICAgICAgICAgIDxpb24tcm93PlxyXG5cclxuICAgICAgICAgICAgPC9pb24tcm93PlxyXG4gICAgICAgICAgICA8aW9uLXJvdz5cclxuICAgICAgICAgICAgICAgIDxpb24tY29sPlxyXG5cclxuICAgICAgICAgICAgICAgIDwvaW9uLWNvbD5cclxuICAgICAgICAgICAgPC9pb24tcm93PlxyXG4gICAgICAgIDwvaW9uLWdyaWQ+XHJcbiAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgPGlvbi1ncmlkPlxyXG4gICAgICAgIDxpb24tcm93PlxyXG4gICAgICAgICAgICA8aW9uLWNvbD5cclxuICAgICAgICAgICAgICAgIDxoMyAqbmdJZj1cIm1hdGNoaW5nSm9icyA9PSBudWxsICYmIGFyZUpvYnNGZXRjaGVkPT0gZmFsc2VcIj57eydqb2Iuc2VhcmNoLnJlc3VsdHMucG9wdXAubWVzc2FnZXMubm9Kb2JzJyB8IHRyYW5zbGF0ZX19PC9oMz5cclxuICAgICAgICAgICAgICAgIDxoMyAqbmdJZj1cIm1hdGNoaW5nSm9icyAhPSBudWxsXCI+e3snam9iLnNlYXJjaC5yZXN1bHRzLnBvcHVwLm1lc3NhZ2VzLnRpdGxlJyB8IHRyYW5zbGF0ZX19PC9oMz5cclxuICAgICAgICAgICAgICAgIDxwICpuZ0lmPVwibWF0Y2hpbmdKb2JzICE9IG51bGxcIj57eydqb2Iuc2VhcmNoLnJlc3VsdHMucG9wdXAubWVzc2FnZXMuc2VhcmNoLmNyaXRlcmlhJyB8IHRyYW5zbGF0ZX19PGI+e3tqb2JSZXN1bHRzRGF0YT8uemlwQ29kZX19PC9iPnt7J2pvYi5zZWFyY2gucmVzdWx0cy5wb3B1cC5tZXNzYWdlcy5yYWRpdXMnIHwgdHJhbnNsYXRlfX0gPGI+e3tqb2JSZXN1bHRzRGF0YT8uZ2VvZ3JhcGhpY2FsUmFuZ2V9fSA8L2I+e3snam9iLnNlYXJjaC5yZXN1bHRzLnBvcHVwLm1lc3NhZ2VzLmtleXdvcmRzJyB8IHRyYW5zbGF0ZX19PGI+e3tqb2JSZXN1bHRzRGF0YT8ua2V5V29yZH19PC9iPjwvcD5cclxuICAgICAgICAgICAgICAgIFxyXG4gICAgICAgICAgICAgICAgPHAtdGFibGUgW3ZhbHVlXT1cIm1hdGNoaW5nSm9ic1wiIFtyb3dIb3Zlcl09XCJ0cnVlXCIgKm5nSWY9XCJtYXRjaGluZ0pvYnMgIT0gbnVsbFwiXHJcbiAgICAgICAgICAgICAgICAgICAgc3R5bGVDbGFzcz1cInAtZGF0YXRhYmxlLXN0cmlwZWQgcC1kYXRhdGFibGUtd29ya3NlYXJjaCBpb24tcGFkZGluZy10b3BcIj5cclxuICAgICAgICAgICAgICAgICAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiaGVhZGVyXCIgbGV0LWNvbHVtbnM+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDx0cj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0aCBjb2xzcGFuPVwiMlwiPnt7J2pvYi5zZWFyY2gucmVzdWx0cy50YWJsZS5oZWFkZXIuUG9zdGVkJyB8IHRyYW5zbGF0ZX19PC90aD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0aCBjb2xzcGFuPVwiMlwiPnt7J2pvYi5zZWFyY2gucmVzdWx0cy50YWJsZS5oZWFkZXIuUG9zaXRpb24nIHwgdHJhbnNsYXRlfX08L3RoPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRoIGNvbHNwYW49XCIyXCI+e3snam9iLnNlYXJjaC5yZXN1bHRzLnRhYmxlLmhlYWRlci5FbXBsb3llcicgfCB0cmFuc2xhdGV9fTwvdGg+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dGggY29sc3Bhbj1cIjJcIj57eydqb2Iuc2VhcmNoLnJlc3VsdHMudGFibGUuaGVhZGVyLlppcENvZGUnIHwgdHJhbnNsYXRlfX08L3RoPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRoIGNvbHNwYW49XCIyXCI+e3snam9iLnNlYXJjaC5yZXN1bHRzLnRhYmxlLmhlYWRlci5WaWV3JyB8IHRyYW5zbGF0ZX19PC90aD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC90cj5cclxuICAgICAgICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgICAgICAgICAgICAgICAgIFxyXG4gICAgICAgICAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSBwVGVtcGxhdGU9XCJib2R5XCIgbGV0LW1hdGNoaW5nSm9icyAgPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8dHIgY2xhc3M9XCJ1aS1zZWxlY3RhYmxlLXJvd1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRkIGNvbHNwYW49XCIyXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAge3ttYXRjaGluZ0pvYnMuam9iT3JkZXJDcmVhdGVEYXRlP21hdGNoaW5nSm9icy5qb2JPcmRlckNyZWF0ZURhdGU6J04vQScgfX1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dGQgY29sc3Bhbj1cIjJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7e21hdGNoaW5nSm9icy5qb2JUaXRsZT9tYXRjaGluZ0pvYnMuam9iVGl0bGU6J04vQSd9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC90ZD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0ZCBjb2xzcGFuPVwiMlwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7bWF0Y2hpbmdKb2JzLmVtcGxveWVyTmFtZT9tYXRjaGluZ0pvYnMuZW1wbG95ZXJOYW1lOidOL0EnfX1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dGQgY29sc3Bhbj1cIjJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7e21hdGNoaW5nSm9icy56aXBDb2RlP21hdGNoaW5nSm9icy56aXBDb2RlOidOL0EnfX1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dGQgY29sc3Bhbj1cIjJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW9uLWJ1dHRvbiBocmVmPVwie3ttYXRjaGluZ0pvYnMuam9iT3JkZXJVUkw/bWF0Y2hpbmdKb2JzLmpvYk9yZGVyVVJMOidOL0EnfX1cIiAgZmlsbD1cIm91dGxpbmVcIiAgc2hhcGU9XCJyb3VuZFwiIFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwic21hbGwtYnV0dG9uXCIgc2l6ZT1cInNtYWxsXCIgdGFyZ2V0PVwiYmxhbmtcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0eWxlPVwiLS1ib3JkZXItY29sb3I6IzQ0NzhBQTsgLS1ib3JkZXItd2lkdGg6MnB4OyAtLWNvbG9yOiM0NDc4QUE7XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZmEtaWNvbiBbaWNvbl09XCJbJ2ZhcicsICdhbmdsZS1yaWdodCddXCIgY2xhc3M9XCJidXR0b24taWNvblwiPjwvZmEtaWNvbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1idXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L3RyPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgICAgICAgICAgICAgICA8L3AtdGFibGU+XHJcbiAgICAgICAgICAgIDwvaW9uLWNvbD5cclxuICAgICAgICA8L2lvbi1yb3c+XHJcbiAgICA8L2lvbi1ncmlkPlxyXG5cclxuXHJcblxyXG4gICAgPG5nLXRlbXBsYXRlIHBUZW1wbGF0ZT1cImZvb3RlclwiPlxyXG4gICAgICAgIDxpb24tZ3JpZD5cclxuICAgICAgICAgICAgPGlvbi1yb3c+XHJcbiAgICAgICAgICAgICAgICA8aW9uLWNvbCBjbGFzcz1cImlvbi10ZXh0LWxlZnRcIj5cclxuXHJcbiAgICAgICAgICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgICAgICAgICAgICA8aW9uLWNvbCBjbGFzcz1cImlvbi10ZXh0LXJpZ2h0XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIGZpbGw9XCJvdXRsaW5lXCIgdHlwZT1cInJlc2V0XCIgKGNsaWNrKT1cImNhbmNlbCgpXCI+Q2xvc2U8L2lvbi1idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgICAgICAgIDwvaW9uLXJvdz5cclxuICAgICAgICA8L2lvbi1ncmlkPlxyXG4gICAgPC9uZy10ZW1wbGF0ZT5cclxuPC9wLWRpYWxvZz4iXX0=
@@ -1,192 +0,0 @@
1
- import { Component, Input, Output, EventEmitter, ViewChild } from '@angular/core';
2
- import { UntypedFormControl, Validators } from '@angular/forms';
3
- import { AppValidators } from '../questionnaire/AppValidators';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "../../services/logger/logger.service";
6
- import * as i2 from "@angular/forms";
7
- import * as i3 from "../../services/login/login.service";
8
- import * as i4 from "@angular/router";
9
- import * as i5 from "@ionic/angular";
10
- import * as i6 from "@angular/common";
11
- import * as i7 from "primeng/api";
12
- import * as i8 from "primeng/dialog";
13
- import * as i9 from "primeng/inputtext";
14
- import * as i10 from "../error/error.component";
15
- const _c0 = ["qeFormDirective"];
16
- const _c1 = "Last 4 number of entered SSN doesn't match with your SSN's last 4 number.";
17
- const _c2 = function () { return { required: "Required.", notEqual: _c1 }; };
18
- function LegalDisclaimarComponent_div_2_ng_template_8_app_error_8_Template(rf, ctx) { if (rf & 1) {
19
- i0.ɵɵelement(0, "app-error", 12);
20
- } if (rf & 2) {
21
- const ctx_r3 = i0.ɵɵnextContext(3);
22
- const _r0 = i0.ɵɵreference(1);
23
- i0.ɵɵclassMap("app-grid");
24
- i0.ɵɵproperty("field", ctx_r3.lastfourssn)("form", _r0)("errDef", i0.ɵɵpureFunction0(5, _c2));
25
- } }
26
- function LegalDisclaimarComponent_div_2_ng_template_8_Template(rf, ctx) { if (rf & 1) {
27
- const _r5 = i0.ɵɵgetCurrentView();
28
- i0.ɵɵelementStart(0, "ion-row")(1, "ion-col", 13);
29
- i0.ɵɵtext(2, " I have read and understand the above statements. Sign with the last four digits of your social security number.");
30
- i0.ɵɵelement(3, "br");
31
- i0.ɵɵelementEnd()();
32
- i0.ɵɵelementStart(4, "ion-row")(5, "ion-col", 14);
33
- i0.ɵɵelement(6, "input", 15)(7, "br");
34
- i0.ɵɵtemplate(8, LegalDisclaimarComponent_div_2_ng_template_8_app_error_8_Template, 1, 6, "app-error", 16);
35
- i0.ɵɵelementEnd();
36
- i0.ɵɵelementStart(9, "ion-col", 17)(10, "ion-button", 18);
37
- i0.ɵɵlistener("click", function LegalDisclaimarComponent_div_2_ng_template_8_Template_ion_button_click_10_listener() { i0.ɵɵrestoreView(_r5); const ctx_r4 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r4.cancelDisclaimar()); });
38
- i0.ɵɵtext(11);
39
- i0.ɵɵelementEnd();
40
- i0.ɵɵelementStart(12, "ion-button", 19);
41
- i0.ɵɵlistener("click", function LegalDisclaimarComponent_div_2_ng_template_8_Template_ion_button_click_12_listener() { i0.ɵɵrestoreView(_r5); const ctx_r6 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r6.acceptDisclaimar()); });
42
- i0.ɵɵtext(13);
43
- i0.ɵɵelementEnd()()();
44
- } if (rf & 2) {
45
- const ctx_r2 = i0.ɵɵnextContext(2);
46
- const _r0 = i0.ɵɵreference(1);
47
- i0.ɵɵadvance(6);
48
- i0.ɵɵproperty("formControl", ctx_r2.lastfourssn);
49
- i0.ɵɵadvance(2);
50
- i0.ɵɵproperty("ngIf", _r0.touched || ctx_r2.isSubmitted);
51
- i0.ɵɵadvance(3);
52
- i0.ɵɵtextInterpolate1(" ", ctx_r2.legalDisclaimar.cancelButton, " ");
53
- i0.ɵɵadvance(2);
54
- i0.ɵɵtextInterpolate1(" ", ctx_r2.legalDisclaimar.acceptButton, " ");
55
- } }
56
- const _c3 = function () { return { width: "60vw" }; };
57
- const _c4 = function () { return { "960px": "80vw", "640px": "100vw" }; };
58
- const _c5 = function () { return { required: "required." }; };
59
- function LegalDisclaimarComponent_div_2_Template(rf, ctx) { if (rf & 1) {
60
- const _r8 = i0.ɵɵgetCurrentView();
61
- i0.ɵɵelementStart(0, "div")(1, "p-dialog", 3);
62
- i0.ɵɵlistener("visibleChange", function LegalDisclaimarComponent_div_2_Template_p_dialog_visibleChange_1_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r7 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r7.displayPosition = $event); });
63
- i0.ɵɵelementStart(2, "h1");
64
- i0.ɵɵtext(3);
65
- i0.ɵɵelementEnd();
66
- i0.ɵɵelement(4, "div", 4);
67
- i0.ɵɵelementStart(5, "h1");
68
- i0.ɵɵtext(6);
69
- i0.ɵɵelementEnd();
70
- i0.ɵɵelement(7, "div", 4);
71
- i0.ɵɵtemplate(8, LegalDisclaimarComponent_div_2_ng_template_8_Template, 14, 4, "ng-template", 5);
72
- i0.ɵɵelementEnd();
73
- i0.ɵɵelementStart(9, "p", 6);
74
- i0.ɵɵtext(10);
75
- i0.ɵɵelementEnd();
76
- i0.ɵɵelementStart(11, "div", 7)(12, "div", 8);
77
- i0.ɵɵelement(13, "input", 9);
78
- i0.ɵɵelementStart(14, "ion-button", 10);
79
- i0.ɵɵlistener("click", function LegalDisclaimarComponent_div_2_Template_ion_button_click_14_listener() { i0.ɵɵrestoreView(_r8); const ctx_r9 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r9.showPositionDialog("top")); });
80
- i0.ɵɵelement(15, "ion-icon", 11);
81
- i0.ɵɵtext(16, " Disclaimers ");
82
- i0.ɵɵelementEnd();
83
- i0.ɵɵelement(17, "app-error", 12);
84
- i0.ɵɵelementEnd()()();
85
- } if (rf & 2) {
86
- const ctx_r1 = i0.ɵɵnextContext();
87
- const _r0 = i0.ɵɵreference(1);
88
- i0.ɵɵadvance(1);
89
- i0.ɵɵstyleMap(i0.ɵɵpureFunction0(15, _c3));
90
- i0.ɵɵproperty("visible", ctx_r1.displayPosition)("position", ctx_r1.position)("showHeader", false)("breakpoints", i0.ɵɵpureFunction0(16, _c4));
91
- i0.ɵɵadvance(2);
92
- i0.ɵɵtextInterpolate(ctx_r1.legalDisclaimar.privacyStatementTitle);
93
- i0.ɵɵadvance(1);
94
- i0.ɵɵproperty("innerHTML", ctx_r1.legalDisclaimar.privacyStatement, i0.ɵɵsanitizeHtml);
95
- i0.ɵɵadvance(2);
96
- i0.ɵɵtextInterpolate(ctx_r1.legalDisclaimar.benefitRightsTitle);
97
- i0.ɵɵadvance(1);
98
- i0.ɵɵproperty("innerHTML", ctx_r1.legalDisclaimar.benefitRights, i0.ɵɵsanitizeHtml);
99
- i0.ɵɵadvance(3);
100
- i0.ɵɵtextInterpolate1(" ", ctx_r1.legalDisclaimar.plsRead, "");
101
- i0.ɵɵadvance(5);
102
- i0.ɵɵproperty("name", ctx_r1.displayCheckBox ? "checkmark-circle-outline" : "ellipse-outline");
103
- i0.ɵɵadvance(2);
104
- i0.ɵɵproperty("field", ctx_r1.legalHidden)("form", _r0)("errDef", i0.ɵɵpureFunction0(17, _c5));
105
- } }
106
- export class LegalDisclaimarComponent {
107
- constructor(logger, fb, ls, activatedRoute) {
108
- this.logger = logger;
109
- this.fb = fb;
110
- this.ls = ls;
111
- this.activatedRoute = activatedRoute;
112
- this.displayCheckBox = false;
113
- this.accepted = new EventEmitter();
114
- this.isSubmitted = false;
115
- }
116
- showPositionDialog(position) {
117
- this.position = position;
118
- this.displayPosition = true;
119
- }
120
- acceptDisclaimar() {
121
- this.isSubmitted = true;
122
- if (this.lastfourssn.valid) {
123
- this.displayCheckBox = true;
124
- this.accepted.emit(true);
125
- this.displayPosition = false;
126
- this.legalHidden.setValue(true);
127
- }
128
- }
129
- cancelDisclaimar() {
130
- this.isSubmitted = false;
131
- this.displayCheckBox = false;
132
- this.accepted.emit(false);
133
- this.legalHidden.setValue(null);
134
- this.displayPosition = false;
135
- }
136
- get legalHidden() {
137
- return this.form.get('legalHidden');
138
- }
139
- get lastfourssn() {
140
- return this.form.get('lastfourssn');
141
- }
142
- ngOnInit() {
143
- let ssnLastFourFromDb;
144
- if (this.ls.isClaimant() === true) {
145
- ssnLastFourFromDb = this.ls.getUser().ssn.substring(5, 9);
146
- }
147
- else {
148
- let data = this.activatedRoute.snapshot.queryParamMap.get('key');
149
- if (data) {
150
- let ssnForCSR;
151
- ssnForCSR = atob(data);
152
- ssnLastFourFromDb = ssnForCSR.substring(5, 9);
153
- }
154
- }
155
- this.form.addControl('legalHidden', new UntypedFormControl(null, [Validators.requiredTrue, Validators.required]));
156
- this.form.addControl('lastfourssn', new UntypedFormControl(null, [Validators.compose([Validators.required, AppValidators.isEqual(ssnLastFourFromDb)])]));
157
- this.question.name = "legalHidden";
158
- const obj = JSON.parse(this.componentData);
159
- this.legalDisclaimar = obj;
160
- }
161
- }
162
- LegalDisclaimarComponent.ɵfac = function LegalDisclaimarComponent_Factory(t) { return new (t || LegalDisclaimarComponent)(i0.ɵɵdirectiveInject(i1.LoggerService), i0.ɵɵdirectiveInject(i2.UntypedFormBuilder), i0.ɵɵdirectiveInject(i3.LoginService), i0.ɵɵdirectiveInject(i4.ActivatedRoute)); };
163
- LegalDisclaimarComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LegalDisclaimarComponent, selectors: [["app-legal-disclaimar"]], viewQuery: function LegalDisclaimarComponent_Query(rf, ctx) { if (rf & 1) {
164
- i0.ɵɵviewQuery(_c0, 5);
165
- } if (rf & 2) {
166
- let _t;
167
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.qeFormDirective = _t.first);
168
- } }, inputs: { form: "form", question: "question", componentData: "componentData" }, outputs: { accepted: "accepted" }, decls: 3, vars: 2, consts: [[3, "formGroup"], ["qeFormDirective", "ngForm"], [4, "ngIf"], ["modal", "true", "appendTo", "body", 3, "visible", "position", "showHeader", "breakpoints", "visibleChange"], [3, "innerHTML"], ["pTemplate", "footer"], [1, "form-label"], [1, "grid", "p-nogutter"], [1, "col-12"], ["type", "text", "id", "legalHidden", "pInputText", "", "formControlName", "legalHidden", "hidden", ""], ["shape", "round", "type", "submit", "fill", "outline", 3, "click"], ["slot", "start", 2, "font-size", "25px", "font-weight", "bold", 3, "name"], [3, "field", "form", "errDef"], [1, "ion-text-left", "ion-padding-top"], [1, "ion-text-left"], ["id", "ssn", "type", "input", "pInputText", "", "size", "5", "maxlength", "4", "minlength", "4", 3, "formControl"], [3, "class", "field", "form", "errDef", 4, "ngIf"], [1, "ion-text-right"], ["shape", "round", "type", "reset", "fill", "outline", 3, "click"], ["shape", "round", "type", "submit", "fill", "solid", 3, "click"]], template: function LegalDisclaimarComponent_Template(rf, ctx) { if (rf & 1) {
169
- i0.ɵɵelementStart(0, "form", 0, 1);
170
- i0.ɵɵtemplate(2, LegalDisclaimarComponent_div_2_Template, 18, 18, "div", 2);
171
- i0.ɵɵelementEnd();
172
- } if (rf & 2) {
173
- i0.ɵɵproperty("formGroup", ctx.form);
174
- i0.ɵɵadvance(2);
175
- i0.ɵɵproperty("ngIf", ctx.legalDisclaimar);
176
- } }, dependencies: [i5.IonButton, i5.IonCol, i5.IonIcon, i5.IonRow, i6.NgIf, i7.PrimeTemplate, i2.ɵNgNoValidate, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.MinLengthValidator, i2.MaxLengthValidator, i2.FormControlDirective, i2.FormGroupDirective, i2.FormControlName, i8.Dialog, i9.InputText, i10.ErrorComponent], styles: [".form-label[_ngcontent-%COMP%]{display:inline-block;margin-bottom:6px;margin-top:20px}"] });
177
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LegalDisclaimarComponent, [{
178
- type: Component,
179
- args: [{ selector: 'app-legal-disclaimar', template: "<form [formGroup]=\"form\" #qeFormDirective=\"ngForm\">\r\n <div *ngIf=\"legalDisclaimar\">\r\n <p-dialog [(visible)]=\"displayPosition\" [position]=\"position\" modal=\"true\" [showHeader]=\"false\" appendTo=\"body\" [breakpoints]=\"{'960px': '80vw', '640px': '100vw'}\" [style]=\"{width: '60vw'}\">\r\n <h1>{{legalDisclaimar.privacyStatementTitle}}</h1>\r\n <div [innerHTML]=\"legalDisclaimar.privacyStatement\">\r\n \r\n </div>\r\n <h1>{{legalDisclaimar.benefitRightsTitle}}</h1>\r\n <div [innerHTML]=\"legalDisclaimar.benefitRights\"></div>\r\n <ng-template pTemplate=\"footer\">\r\n <ion-row>\r\n <ion-col class=\"ion-text-left ion-padding-top\" >\r\n I have read and understand the above statements. Sign with the last four digits of your social security number.<br/>\r\n </ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col class=\"ion-text-left\">\r\n <input id=\"ssn\" type=\"input\" pInputText size=\"5\" [formControl]=\"lastfourssn\" maxlength=\"4\"\r\n minlength=\"4\"/>\r\n <br/>\r\n <app-error [class]=\"'app-grid'\" [field]='lastfourssn' [form]=\"qeFormDirective\" [errDef]=\"{\r\n required: 'Required.',\r\n notEqual: 'Last 4 number of entered SSN doesn\\'t match with your SSN\\'s last 4 number.'\r\n }\" *ngIf=\"this.qeFormDirective.touched || isSubmitted\"></app-error>\r\n </ion-col>\r\n <ion-col class=\"ion-text-right\">\r\n <ion-button shape=\"round\" (click)=\"cancelDisclaimar()\" type=\"reset\" fill=\"outline\">\r\n {{legalDisclaimar.cancelButton}}\r\n </ion-button>\r\n <ion-button shape=\"round\" type=\"submit\" (click)=\"acceptDisclaimar()\" fill=\"solid\">\r\n {{legalDisclaimar.acceptButton}}\r\n </ion-button>\r\n </ion-col>\r\n </ion-row>\r\n </ng-template>\r\n </p-dialog>\r\n <p class=\"form-label\"> {{legalDisclaimar.plsRead}}</p>\r\n <div class=\"grid p-nogutter\">\r\n <div class=\"col-12\">\r\n <input type=\"text\" id=\"legalHidden\" pInputText formControlName=\"legalHidden\" hidden />\r\n <ion-button shape=\"round\" (click)=\"showPositionDialog('top')\" type=\"submit\" fill=\"outline\">\r\n <ion-icon slot=\"start\" [name]=\"displayCheckBox ? 'checkmark-circle-outline' : 'ellipse-outline'\"\r\n style=\"font-size: 25px; font-weight: bold;\"></ion-icon>\r\n Disclaimers\r\n </ion-button>\r\n <app-error [field]='legalHidden' [form]=\"qeFormDirective\" [errDef]=\"{\r\n required: 'required.'\r\n }\"></app-error>\r\n </div>\r\n </div>\r\n </div>\r\n</form>\r\n", styles: [".form-label{display:inline-block;margin-bottom:6px;margin-top:20px}\n"] }]
180
- }], function () { return [{ type: i1.LoggerService }, { type: i2.UntypedFormBuilder }, { type: i3.LoginService }, { type: i4.ActivatedRoute }]; }, { qeFormDirective: [{
181
- type: ViewChild,
182
- args: ['qeFormDirective', { static: false }]
183
- }], accepted: [{
184
- type: Output
185
- }], form: [{
186
- type: Input
187
- }], question: [{
188
- type: Input
189
- }], componentData: [{
190
- type: Input
191
- }] }); })();
192
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGVnYWwtZGlzY2xhaW1hci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvbGVnYWwtZGlzY2xhaW1hci9sZWdhbC1kaXNjbGFpbWFyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9sZWdhbC1kaXNjbGFpbWFyL2xlZ2FsLWRpc2NsYWltYXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFZLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLFlBQVksRUFBRSxTQUFTLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDM0YsT0FBTyxFQUFzQixrQkFBa0IsRUFBNEIsVUFBVSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFNOUcsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLGdDQUFnQyxDQUFDOzs7Ozs7Ozs7Ozs7Ozs7O0lDYW5ELGdDQUdtRTs7OztJQUh4RCx5QkFBb0I7SUFBQywwQ0FBcUIsYUFBQSxzQ0FBQTs7OztJQVZ6RCwrQkFBUyxrQkFBQTtJQUVMLGdJQUErRztJQUFBLHFCQUFLO0lBQ3RILGlCQUFVLEVBQUE7SUFFWiwrQkFBUyxrQkFBQTtJQUVMLDRCQUNpQixTQUFBO0lBRWpCLDBHQUdtRTtJQUNyRSxpQkFBVTtJQUNWLG1DQUFnQyxzQkFBQTtJQUNKLHlMQUFTLGVBQUEseUJBQWtCLENBQUEsSUFBQztJQUNwRCxhQUNGO0lBQUEsaUJBQWE7SUFDYix1Q0FBa0Y7SUFBMUMseUxBQVMsZUFBQSx5QkFBa0IsQ0FBQSxJQUFDO0lBQ2xFLGFBQ0Y7SUFBQSxpQkFBYSxFQUFBLEVBQUE7Ozs7SUFkb0MsZUFBMkI7SUFBM0IsZ0RBQTJCO0lBTXhFLGVBQWlEO0lBQWpELHdEQUFp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QjtRQUNoQixlQUFxQjtRQUFyQiwwQ0FBcUI7O3VGRGdCaEIsd0JBQXdCO2NBTnBDLFNBQVM7MkJBQ0Usc0JBQXNCO3lKQVl2QixlQUFlO2tCQURyQixTQUFTO21CQUFDLGlCQUFpQixFQUFFLEVBQUMsTUFBTSxFQUFHLEtBQUssRUFBQztZQUVwQyxRQUFRO2tCQUFqQixNQUFNO1lBQ0UsSUFBSTtrQkFBWixLQUFLO1lBQ0csUUFBUTtrQkFBaEIsS0FBSztZQUNFLGFBQWE7a0JBQXBCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSwgQ29tcG9uZW50LCBJbnB1dCwgT3V0cHV0LCBFdmVudEVtaXR0ZXIsIFZpZXdDaGlsZH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBVbnR5cGVkRm9ybUJ1aWxkZXIsIFVudHlwZWRGb3JtQ29udHJvbCwgVW50eXBlZEZvcm1Hcm91cCwgTmdGb3JtLCBWYWxpZGF0b3JzIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgQWN0aXZhdGVkUm91dGUgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuaW1wb3J0IHsgRWxlbWVudHNNb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9xdWVzdGlvbm5haXJlL0VsZW1lbnRzTW9kZWwnO1xuaW1wb3J0IHsgTGVnYWxEaXNjbGFpbWFyTW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvcXVlc3Rpb25uYWlyZS9MZWdhbERpc2NhaW1hck1vZGVsJztcbmltcG9ydCB7IExvZ2dlclNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9sb2dnZXIvbG9nZ2VyLnNlcnZpY2UnO1xuaW1wb3J0IHsgTG9naW5TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvbG9naW4vbG9naW4uc2VydmljZSc7XG5pbXBvcnQgeyBBcHBWYWxpZGF0b3JzIH0gZnJvbSAnLi4vcXVlc3Rpb25uYWlyZS9BcHBWYWxpZGF0b3JzJztcblxuXG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FwcC1sZWdhbC1kaXNjbGFpbWFyJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2xlZ2FsLWRpc2NsYWltYXIuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9sZWdhbC1kaXNjbGFpbWFyLmNvbXBvbmVudC5zY3NzJ10sXG4gIFxufSlcbmV4cG9ydCBjbGFzcyBMZWdhbERpc2NsYWltYXJDb21wb25lbnQge1xuXG4gICAgZGlzcGxheVBvc2l0aW9uOiBib29sZWFuO1xuICAgIHBvc2l0aW9uOiBzdHJpbmc7XG4gICAgZGlzcGxheUNoZWNrQm94OmJvb2xlYW49ZmFsc2U7XG4gICAgcHVibGljIGxlZ2FsRGlzY2xhaW1hciA6IExlZ2FsRGlzY2xhaW1hck1vZGVsO1xuICAgIEBWaWV3Q2hpbGQoJ3FlRm9ybURpcmVjdGl2ZScsIHtzdGF0aWMgOiBmYWxzZX0pIFxuICAgIHB1YmxpYyBxZUZvcm1EaXJlY3RpdmU6IE5nRm9ybTtcbiAgICBAT3V0cHV0KCkgYWNjZXB0ZWQgPSBuZXcgRXZlbnRFbWl0dGVyPGJvb2xlYW4+KCk7XG4gICAgQElucHV0KCkgZm9ybTogVW50eXBlZEZvcm1Hcm91cDtcbiAgICBASW5wdXQoKSBxdWVzdGlvbjogRWxlbWVudHNNb2RlbDtcbiAgICBASW5wdXQoKWNvbXBvbmVudERhdGE6c3RyaW5nO1xuICAgIGlzU3VibWl0dGVkIDogYm9vbGVhbiA9IGZhbHNlO1xuICAgIGNvbnN0cnVjdG9yKHB1YmxpYyBsb2dnZXI6TG9nZ2VyU2VydmljZSxwdWJsaWMgZmI6IFVudHlwZWRGb3JtQnVpbGRlciwgcHVibGljIGxzOiBMb2dpblNlcnZpY2UsIHB1YmxpYyBhY3RpdmF0ZWRSb3V0ZTogQWN0aXZhdGVkUm91dGUpIHsgfVxuXG4gICAgc2hvd1Bvc2l0aW9uRGlhbG9nKHBvc2l0aW9uOiBzdHJpbmcpIHtcbiAgICAgIHRoaXMucG9zaXRpb24gPSBwb3NpdGlvbjtcbiAgICAgIHRoaXMuZGlzcGxheVBvc2l0aW9uID0gdHJ1ZTtcbiAgfVxuXG4gIGFjY2VwdERpc2NsYWltYXIoKXtcbiAgICB0aGlzLmlzU3VibWl0dGVkID0gdHJ1ZTtcbiAgICBpZih0aGlzLmxhc3Rmb3Vyc3NuLnZhbGlkKXtcbiAgICAgIHRoaXMuZGlzcGxheUNoZWNrQm94PXRydWU7XG4gICAgICB0aGlzLmFjY2VwdGVkLmVtaXQodHJ1ZSk7XG4gICAgICB0aGlzLmRpc3BsYXlQb3NpdGlvbj1mYWxzZTtcbiAgICAgIHRoaXMubGVnYWxIaWRkZW4uc2V0VmFsdWUodHJ1ZSk7XG4gICAgfVxuICB9XG5cbiAgY2FuY2VsRGlzY2xhaW1hcigpe1xuICAgIHRoaXMuaXNTdWJtaXR0ZWQgPSBmYWxzZTtcbiAgICB0aGlzLmRpc3BsYXlDaGVja0JveD1mYWxzZTtcbiAgICB0aGlzLmFjY2VwdGVkLmVtaXQoZmFsc2UpO1xuICAgIHRoaXMubGVnYWxIaWRkZW4uc2V0VmFsdWUobnVsbCk7XG4gICAgdGhpcy5kaXNwbGF5UG9zaXRpb249ZmFsc2U7XG4gIH1cblxuICBnZXQgbGVnYWxIaWRkZW4oKSB7XG4gICAgcmV0dXJuIHRoaXMuZm9ybS5nZXQoJ2xlZ2FsSGlkZGVuJylcbiAgfVxuXG4gIGdldCBsYXN0Zm91cnNzbigpIHtcbiAgICByZXR1cm4gdGhpcy5mb3JtLmdldCgnbGFzdGZvdXJzc24nKVxuICB9XG5cbiAgbmdPbkluaXQoKXtcbiAgICBsZXQgc3NuTGFzdEZvdXJGcm9tRGI6IHN0cmluZztcbiAgICBpZih0aGlzLmxzLmlzQ2xhaW1hbnQoKSA9PT0gdHJ1ZSl7XG4gICAgICBzc25MYXN0Rm91ckZyb21EYiA9IHRoaXMubHMuZ2V0VXNlcigpLnNzbi5zdWJzdHJpbmcoNSw5KVxuICAgIH0gZWxzZXtcbiAgICAgIGxldCBkYXRhID0gdGhpcy5hY3RpdmF0ZWRSb3V0ZS5zbmFwc2hvdC5xdWVyeVBhcmFtTWFwLmdldCgna2V5Jyk7XG4gICAgICAgIGlmKGRhdGEpe1xuICAgICAgICAgIGxldCBzc25Gb3JDU1I6IHN0cmluZztcbiAgICAgICAgICBzc25Gb3JDU1IgPSBhdG9iKGRhdGEpO1xuICAgICAgICAgIHNzbkxhc3RGb3VyRnJvbURiID0gc3NuRm9yQ1NSLnN1YnN0cmluZyg1LDkpO1xuICAgICAgICB9ICAgXG4gICAgfVxuICAgIHRoaXMuZm9ybS5hZGRDb250cm9sKCdsZWdhbEhpZGRlbicsIG5ldyBVbnR5cGVkRm9ybUNvbnRyb2wobnVsbCxbVmFsaWRhdG9ycy5yZXF1aXJlZFRydWUsVmFsaWRhdG9ycy5yZXF1aXJlZF0pKTtcbiAgICB0aGlzLmZvcm0uYWRkQ29udHJvbCgnbGFzdGZvdXJzc24nLCBuZXcgVW50eXBlZEZvcm1Db250cm9sKG51bGwsW1ZhbGlkYXRvcnMuY29tcG9zZShbVmFsaWRhdG9ycy5yZXF1aXJlZCwgQXBwVmFsaWRhdG9ycy5pc0VxdWFsKHNzbkxhc3RGb3VyRnJvbURiKV0pXSkpO1xuICAgIHRoaXMucXVlc3Rpb24ubmFtZT1cImxlZ2FsSGlkZGVuXCI7XG4gICAgY29uc3Qgb2JqID0gSlNPTi5wYXJzZSh0aGlzLmNvbXBvbmVudERhdGEpO1xuICAgIHRoaXMubGVnYWxEaXNjbGFpbWFyPW9iajtcbiAgfVxufVxuXG5cblxuIiwiPGZvcm0gW2Zvcm1Hcm91cF09XCJmb3JtXCIgI3FlRm9ybURpcmVjdGl2ZT1cIm5nRm9ybVwiPlxyXG4gIDxkaXYgKm5nSWY9XCJsZWdhbERpc2NsYWltYXJcIj5cclxuICAgIDxwLWRpYWxvZyBbKHZpc2libGUpXT1cImRpc3BsYXlQb3NpdGlvblwiIFtwb3NpdGlvbl09XCJwb3NpdGlvblwiIG1vZGFsPVwidHJ1ZVwiIFtzaG93SGVhZGVyXT1cImZhbHNlXCIgYXBwZW5kVG89XCJib2R5XCIgW2JyZWFrcG9pbnRzXT1cInsnOTYwcHgnOiAnODB2dycsICc2NDBweCc6ICcxMDB2dyd9XCIgW3N0eWxlXT1cInt3aWR0aDogJzYwdncnfVwiPlxyXG4gICAgICA8aDE+e3tsZWdhbERpc2NsYWltYXIucHJpdmFjeVN0YXRlbWVudFRpdGxlfX08L2gxPlxyXG4gICAgICA8ZGl2IFtpbm5lckhUTUxdPVwibGVnYWxEaXNjbGFpbWFyLnByaXZhY3lTdGF0ZW1lbnRcIj5cclxuICBcclxuICAgICAgPC9kaXY+XHJcbiAgICAgIDxoMT57e2xlZ2FsRGlzY2xhaW1hci5iZW5lZml0UmlnaHRzVGl0bGV9fTwvaDE+XHJcbiAgICAgIDxkaXYgW2lubmVySFRNTF09XCJsZWdhbERpc2NsYWltYXIuYmVuZWZpdFJpZ2h0c1wiPjwvZGl2PlxyXG4gICAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiZm9vdGVyXCI+XHJcbiAgICAgICAgPGlvbi1yb3c+XHJcbiAgICAgICAgICA8aW9uLWNvbCBjbGFzcz1cImlvbi10ZXh0LWxlZnQgaW9uLXBhZGRpbmctdG9wXCIgPlxyXG4gICAgICAgICAgICBJIGhhdmUgcmVhZCBhbmQgdW5kZXJzdGFuZCB0aGUgYWJvdmUgc3RhdGVtZW50cy4gU2lnbiB3aXRoIHRoZSBsYXN0IGZvdXIgZGlnaXRzIG9mIHlvdXIgc29jaWFsIHNlY3VyaXR5IG51bWJlci48YnIvPlxyXG4gICAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgIDwvaW9uLXJvdz5cclxuICAgICAgICA8aW9uLXJvdz5cclxuICAgICAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtbGVmdFwiPlxyXG4gICAgICAgICAgICA8aW5wdXQgaWQ9XCJzc25cIiB0eXBlPVwiaW5wdXRcIiBwSW5wdXRUZXh0IHNpemU9XCI1XCIgW2Zvcm1Db250cm9sXT1cImxhc3Rmb3Vyc3NuXCIgbWF4bGVuZ3RoPVwiNFwiXHJcbiAgICAgICAgICAgICAgbWlubGVuZ3RoPVwiNFwiLz5cclxuICAgICAgICAgICAgPGJyLz5cclxuICAgICAgICAgICAgPGFwcC1lcnJvciBbY2xhc3NdPVwiJ2FwcC1ncmlkJ1wiIFtmaWVsZF09J2xhc3Rmb3Vyc3NuJyBbZm9ybV09XCJxZUZvcm1EaXJlY3RpdmVcIiBbZXJyRGVmXT1cIntcclxuICAgICAgICAgICAgICByZXF1aXJlZDogJ1JlcXVpcmVkLicsXHJcbiAgICAgICAgICAgICAgbm90RXF1YWw6ICdMYXN0IDQgbnVtYmVyIG9mIGVudGVyZWQgU1NOIGRvZXNuXFwndCBtYXRjaCB3aXRoIHlvdXIgU1NOXFwncyBsYXN0IDQgbnVtYmVyLidcclxuICAgICAgICAgICAgfVwiICpuZ0lmPVwidGhpcy5xZUZvcm1EaXJlY3RpdmUudG91Y2hlZCB8fCBpc1N1Ym1pdHRlZFwiPjwvYXBwLWVycm9yPlxyXG4gICAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgICAgPGlvbi1jb2wgY2xhc3M9XCJpb24tdGV4dC1yaWdodFwiPlxyXG4gICAgICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgKGNsaWNrKT1cImNhbmNlbERpc2NsYWltYXIoKVwiIHR5cGU9XCJyZXNldFwiIGZpbGw9XCJvdXRsaW5lXCI+XHJcbiAgICAgICAgICAgICAge3tsZWdhbERpc2NsYWltYXIuY2FuY2VsQnV0dG9ufX1cclxuICAgICAgICAgICAgPC9pb24tYnV0dG9uPlxyXG4gICAgICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgdHlwZT1cInN1Ym1pdFwiIChjbGljayk9XCJhY2NlcHREaXNjbGFpbWFyKClcIiBmaWxsPVwic29saWRcIj5cclxuICAgICAgICAgICAgICB7e2xlZ2FsRGlzY2xhaW1hci5hY2NlcHRCdXR0b259fVxyXG4gICAgICAgICAgICA8L2lvbi1idXR0b24+XHJcbiAgICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgICAgPC9pb24tcm93PlxyXG4gICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgPC9wLWRpYWxvZz5cclxuICAgIDxwIGNsYXNzPVwiZm9ybS1sYWJlbFwiPiB7e2xlZ2FsRGlzY2xhaW1hci5wbHNSZWFkfX08L3A+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZ3JpZCBwLW5vZ3V0dGVyXCI+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJjb2wtMTJcIj5cclxuICAgICAgICA8aW5wdXQgdHlwZT1cInRleHRcIiBpZD1cImxlZ2FsSGlkZGVuXCIgcElucHV0VGV4dCBmb3JtQ29udHJvbE5hbWU9XCJsZWdhbEhpZGRlblwiIGhpZGRlbiAvPlxyXG4gICAgICAgIDxpb24tYnV0dG9uIHNoYXBlPVwicm91bmRcIiAoY2xpY2spPVwic2hvd1Bvc2l0aW9uRGlhbG9nKCd0b3AnKVwiIHR5cGU9XCJzdWJtaXRcIiBmaWxsPVwib3V0bGluZVwiPlxyXG4gICAgICAgICAgPGlvbi1pY29uIHNsb3Q9XCJzdGFydFwiIFtuYW1lXT1cImRpc3BsYXlDaGVja0JveCA/ICdjaGVja21hcmstY2lyY2xlLW91dGxpbmUnIDogJ2VsbGlwc2Utb3V0bGluZSdcIlxyXG4gICAgICAgICAgICBzdHlsZT1cImZvbnQtc2l6ZTogMjVweDsgZm9udC13ZWlnaHQ6IGJvbGQ7XCI+PC9pb24taWNvbj5cclxuICAgICAgICAgIERpc2NsYWltZXJzXHJcbiAgICAgICAgPC9pb24tYnV0dG9uPlxyXG4gICAgICAgIDxhcHAtZXJyb3IgW2ZpZWxkXT0nbGVnYWxIaWRkZW4nIFtmb3JtXT1cInFlRm9ybURpcmVjdGl2ZVwiIFtlcnJEZWZdPVwie1xyXG4gICAgICAgICAgcmVxdWlyZWQ6ICdyZXF1aXJlZC4nXHJcbiAgICAgICAgfVwiPjwvYXBwLWVycm9yPlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG48L2Zvcm0+XHJcbiJdfQ==