@uiapplib/ngx-ui-web-lib 0.0.1

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 (820) hide show
  1. package/README.md +46 -0
  2. package/esm2022/lib/annimations/app-animations.mjs +37 -0
  3. package/esm2022/lib/components/add-employer/add-employer.component.mjs +3725 -0
  4. package/esm2022/lib/components/add-participant/add-participant.component.mjs +453 -0
  5. package/esm2022/lib/components/add-payment/add-payment.component.mjs +207 -0
  6. package/esm2022/lib/components/add-wage/add-wage.component.mjs +161 -0
  7. package/esm2022/lib/components/address/address.component.mjs +700 -0
  8. package/esm2022/lib/components/address-popup/address-popup.component.mjs +97 -0
  9. package/esm2022/lib/components/address-suggestion/address-suggestion.component.mjs +289 -0
  10. package/esm2022/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.mjs +245 -0
  11. package/esm2022/lib/components/associate-ssn/associate-ssn.component.mjs +203 -0
  12. package/esm2022/lib/components/bank-details/bank-details.component.mjs +276 -0
  13. package/esm2022/lib/components/captcha/captcha.component.mjs +181 -0
  14. package/esm2022/lib/components/card/card.component.mjs +55 -0
  15. package/esm2022/lib/components/claim-info/claim-info.component.mjs +408 -0
  16. package/esm2022/lib/components/contact-us/contact-us.component.mjs +958 -0
  17. package/esm2022/lib/components/content/content.component.mjs +61 -0
  18. package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +83 -0
  19. package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +251 -0
  20. package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +316 -0
  21. package/esm2022/lib/components/disclosure/disclosure.component.mjs +60 -0
  22. package/esm2022/lib/components/dropdown/dropdown.component.mjs +1974 -0
  23. package/esm2022/lib/components/dropdown/dropdown.interface.mjs +2 -0
  24. package/esm2022/lib/components/dua-request-page/dua-request-page.component.mjs +596 -0
  25. package/esm2022/lib/components/dua-request-popup/dua-request-popup.component.mjs +356 -0
  26. package/esm2022/lib/components/email-update/email-update.component.mjs +283 -0
  27. package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +950 -0
  28. package/esm2022/lib/components/employer-info/employer-info.component.mjs +319 -0
  29. package/esm2022/lib/components/employer-pay/employer-pay.component.mjs +238 -0
  30. package/esm2022/lib/components/employer-pay-grid/employer-pay-grid.component.mjs +302 -0
  31. package/esm2022/lib/components/error/error.component.mjs +103 -0
  32. package/esm2022/lib/components/farm-usage/farm-usage.component.mjs +172 -0
  33. package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +163 -0
  34. package/esm2022/lib/components/file-download/file-download.component.mjs +104 -0
  35. package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +444 -0
  36. package/esm2022/lib/components/footer/footer.component.mjs +361 -0
  37. package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +201 -0
  38. package/esm2022/lib/components/header/header.component.mjs +801 -0
  39. package/esm2022/lib/components/help/help.component.mjs +49 -0
  40. package/esm2022/lib/components/history-page/history-page.component.mjs +571 -0
  41. package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +65 -0
  42. package/esm2022/lib/components/idme/idme.component.mjs +84 -0
  43. package/esm2022/lib/components/info/info.component.mjs +179 -0
  44. package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +206 -0
  45. package/esm2022/lib/components/job-title/job-title.component.mjs +157 -0
  46. package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +247 -0
  47. package/esm2022/lib/components/link/link.component.mjs +131 -0
  48. package/esm2022/lib/components/maintenance-detector/maintenance-detector.component.mjs +43 -0
  49. package/esm2022/lib/components/mask/mask.component.mjs +48 -0
  50. package/esm2022/lib/components/menu/menu.component.mjs +420 -0
  51. package/esm2022/lib/components/mfa/mfa.component.mjs +444 -0
  52. package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +50 -0
  53. package/esm2022/lib/components/money-expect/money-expect.component.mjs +202 -0
  54. package/esm2022/lib/components/msg/msg.component.mjs +48 -0
  55. package/esm2022/lib/components/news/news.component.mjs +90 -0
  56. package/esm2022/lib/components/offline-add-employer/offline-add-employer.component.mjs +3661 -0
  57. package/esm2022/lib/components/offline-bank-details/offline-bank-details.component.mjs +258 -0
  58. package/esm2022/lib/components/offline-employer-grid/offline-employer-grid.component.mjs +853 -0
  59. package/esm2022/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.mjs +251 -0
  60. package/esm2022/lib/components/overlay-info/overlay-info.component.mjs +213 -0
  61. package/esm2022/lib/components/page/page.component.mjs +136 -0
  62. package/esm2022/lib/components/profile/profile.component.mjs +901 -0
  63. package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +140 -0
  64. package/esm2022/lib/components/proof-of-anything/proof-of-anything.component.mjs +261 -0
  65. package/esm2022/lib/components/proof-of-document-upload/proof-of-document-upload.component.mjs +560 -0
  66. package/esm2022/lib/components/questionnaire/AppValidators.mjs +790 -0
  67. package/esm2022/lib/components/questionnaire/FbConstants.mjs +8 -0
  68. package/esm2022/lib/components/questionnaire/SelectItem.mjs +2 -0
  69. package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +355 -0
  70. package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +732 -0
  71. package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +1096 -0
  72. package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +2246 -0
  73. package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +1297 -0
  74. package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +262 -0
  75. package/esm2022/lib/components/questionnaire/input-focus.directive.mjs +44 -0
  76. package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +342 -0
  77. package/esm2022/lib/components/questionnaire/question-base.mjs +3 -0
  78. package/esm2022/lib/components/questionnaire/question-control.service.mjs +409 -0
  79. package/esm2022/lib/components/questionnaire/question.service.mjs +31 -0
  80. package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +268 -0
  81. package/esm2022/lib/components/read-more/read-more.component.mjs +72 -0
  82. package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +950 -0
  83. package/esm2022/lib/components/scrollable-text/scrollable-text.component.mjs +25 -0
  84. package/esm2022/lib/components/search-employer/search-employer.component.mjs +257 -0
  85. package/esm2022/lib/components/select/select.component.mjs +154 -0
  86. package/esm2022/lib/components/sign-ssn/sign-ssn.component.mjs +141 -0
  87. package/esm2022/lib/components/sms/sms.component.mjs +336 -0
  88. package/esm2022/lib/components/ssn/ssn.component.mjs +44 -0
  89. package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +151 -0
  90. package/esm2022/lib/components/test/test.component.mjs +19 -0
  91. package/esm2022/lib/components/user-login/user-login.component.mjs +398 -0
  92. package/esm2022/lib/components/wage-calculator/wage-calculator.component.mjs +527 -0
  93. package/esm2022/lib/components/wage-grid/wage-grid.component.mjs +274 -0
  94. package/esm2022/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.mjs +147 -0
  95. package/esm2022/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.mjs +167 -0
  96. package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +1040 -0
  97. package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +420 -0
  98. package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +828 -0
  99. package/esm2022/lib/components/weekly-confirmation/confirmation.component.mjs +129 -0
  100. package/esm2022/lib/components/weekly-interim-confirmation/interim-confirmation.component.mjs +136 -0
  101. package/esm2022/lib/components/weekly-summary-v2/summary.component-v2.mjs +72 -0
  102. package/esm2022/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.mjs +50 -0
  103. package/esm2022/lib/components/weekly-work-search-counter/work-search-counter.component.mjs +92 -0
  104. package/esm2022/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.mjs +1190 -0
  105. package/esm2022/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.mjs +690 -0
  106. package/esm2022/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.mjs +524 -0
  107. package/esm2022/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.mjs +394 -0
  108. package/esm2022/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.mjs +640 -0
  109. package/esm2022/lib/directives/auto-focus/auto-focus.directive.mjs +31 -0
  110. package/esm2022/lib/directives/caps-lock.directive.mjs +38 -0
  111. package/esm2022/lib/directives/required-roles/required-roles.directive.mjs +30 -0
  112. package/esm2022/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.mjs +33 -0
  113. package/esm2022/lib/enums/AddressValidationResponseEnum.mjs +9 -0
  114. package/esm2022/lib/enums/AddressValidationSourceFunctionEnum.mjs +5 -0
  115. package/esm2022/lib/enums/EmailStatusEnum.mjs +9 -0
  116. package/esm2022/lib/guards/auth.guard.mjs +186 -0
  117. package/esm2022/lib/guards/no-login/no-login.guard.mjs +21 -0
  118. package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +155 -0
  119. package/esm2022/lib/interceptors/header-interceptor/http-header.interceptor.mjs +98 -0
  120. package/esm2022/lib/models/ActiveClaimModel.mjs +3 -0
  121. package/esm2022/lib/models/AddressComponentModel.mjs +3 -0
  122. package/esm2022/lib/models/BankDetailsComponentModel.mjs +3 -0
  123. package/esm2022/lib/models/BankDetailsModel.mjs +3 -0
  124. package/esm2022/lib/models/CinRequalificationCriteriaModel.mjs +3 -0
  125. package/esm2022/lib/models/CountyModel.mjs +3 -0
  126. package/esm2022/lib/models/DuaAppDataModel.mjs +3 -0
  127. package/esm2022/lib/models/DuaRequestModel.mjs +3 -0
  128. package/esm2022/lib/models/DuaRetroWeeksComponentModel.mjs +6 -0
  129. package/esm2022/lib/models/EmployerDetailSearchResult.mjs +6 -0
  130. package/esm2022/lib/models/EmployerInfoComponentModel.mjs +4 -0
  131. package/esm2022/lib/models/EmployerPayInfoModel.mjs +6 -0
  132. package/esm2022/lib/models/ErrorModel.mjs +6 -0
  133. package/esm2022/lib/models/FarmUsageComponentModel.mjs +2 -0
  134. package/esm2022/lib/models/FileModel.mjs +2 -0
  135. package/esm2022/lib/models/GrossEarningsModel.mjs +3 -0
  136. package/esm2022/lib/models/HelpConstants.mjs +5 -0
  137. package/esm2022/lib/models/LexisNexisOtpDetailsResponseModel.mjs +3 -0
  138. package/esm2022/lib/models/LibConstants.mjs +171 -0
  139. package/esm2022/lib/models/NewsAndAnnouncementModel.mjs +3 -0
  140. package/esm2022/lib/models/NotificationModel.mjs +6 -0
  141. package/esm2022/lib/models/OtpAuthModel.mjs +3 -0
  142. package/esm2022/lib/models/PaymentComponentModel.mjs +2 -0
  143. package/esm2022/lib/models/ReasonSeparationRequestModel.mjs +3 -0
  144. package/esm2022/lib/models/RequalifyLiftPageModel.mjs +11 -0
  145. package/esm2022/lib/models/RetroWeeksModel.mjs +3 -0
  146. package/esm2022/lib/models/SecurityQuestionAnswerModel.mjs +3 -0
  147. package/esm2022/lib/models/SendOtpRequestModel.mjs +3 -0
  148. package/esm2022/lib/models/SsaVerificationModel.mjs +3 -0
  149. package/esm2022/lib/models/TrendModel.mjs +3 -0
  150. package/esm2022/lib/models/UserDetailsModel.mjs +3 -0
  151. package/esm2022/lib/models/UserModel.mjs +6 -0
  152. package/esm2022/lib/models/VerifyOtpRequestModel.mjs +3 -0
  153. package/esm2022/lib/models/WageCalculatorModel.mjs +3 -0
  154. package/esm2022/lib/models/WageInfoModel.mjs +4 -0
  155. package/esm2022/lib/models/addressValidation/AddressRecommendationModel.mjs +3 -0
  156. package/esm2022/lib/models/addressValidation/AddressValidationRequestComponentModel.mjs +3 -0
  157. package/esm2022/lib/models/addressValidation/AddressValidationResponseComponentModel.mjs +3 -0
  158. package/esm2022/lib/models/addressValidation/AddressValidationReturnComponentModel.mjs +3 -0
  159. package/esm2022/lib/models/case/CaseAttachmentModel.mjs +3 -0
  160. package/esm2022/lib/models/claimant/ClaimantModel.mjs +3 -0
  161. package/esm2022/lib/models/claimant/JobResultsData.mjs +3 -0
  162. package/esm2022/lib/models/claimant/MatchingJobs.mjs +3 -0
  163. package/esm2022/lib/models/claimant/ResetPasswordModel.mjs +3 -0
  164. package/esm2022/lib/models/cmp/CaseCoreModel.mjs +3 -0
  165. package/esm2022/lib/models/cmp/ComplaintCategoryModel.mjs +3 -0
  166. package/esm2022/lib/models/cmp/ComplaintCategoryOutputModel.mjs +5 -0
  167. package/esm2022/lib/models/cmp/ContactUsModel.mjs +3 -0
  168. package/esm2022/lib/models/cmp/EmailTemplateModel.mjs +3 -0
  169. package/esm2022/lib/models/cmp/contactUsInqueryModel.mjs +7 -0
  170. package/esm2022/lib/models/cmp/messageRourceModel.mjs +3 -0
  171. package/esm2022/lib/models/combo-model.mjs +343 -0
  172. package/esm2022/lib/models/dashboard-model.mjs +3 -0
  173. package/esm2022/lib/models/dependent.model.mjs +8 -0
  174. package/esm2022/lib/models/fileupload/DocUploadModel.mjs +7 -0
  175. package/esm2022/lib/models/fileupload/EmployerDataModel.mjs +3 -0
  176. package/esm2022/lib/models/fileupload/FileObject.mjs +3 -0
  177. package/esm2022/lib/models/fileupload/FileObjectArray.mjs +7 -0
  178. package/esm2022/lib/models/questionnaire/AppealParticipantModel.mjs +8 -0
  179. package/esm2022/lib/models/questionnaire/AutocoderModel.mjs +3 -0
  180. package/esm2022/lib/models/questionnaire/ClaimAppEmpRequestModel.mjs +3 -0
  181. package/esm2022/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +8 -0
  182. package/esm2022/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +7 -0
  183. package/esm2022/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +3 -0
  184. package/esm2022/lib/models/questionnaire/ComboModel.mjs +453 -0
  185. package/esm2022/lib/models/questionnaire/ElementsModel.mjs +8 -0
  186. package/esm2022/lib/models/questionnaire/EmployerDetailSearchResult.mjs +3 -0
  187. package/esm2022/lib/models/questionnaire/EmployerWagesModel.mjs +3 -0
  188. package/esm2022/lib/models/questionnaire/FBConfigModel.mjs +6 -0
  189. package/esm2022/lib/models/questionnaire/KeyValueModel.mjs +3 -0
  190. package/esm2022/lib/models/questionnaire/LegalDiscaimarModel.mjs +3 -0
  191. package/esm2022/lib/models/questionnaire/LoaderModel.mjs +3 -0
  192. package/esm2022/lib/models/questionnaire/PollingStatusModel.mjs +3 -0
  193. package/esm2022/lib/models/questionnaire/QtrYearEmployerWageModel.mjs +3 -0
  194. package/esm2022/lib/models/questionnaire/QuestionnaireQueryModel.mjs +8 -0
  195. package/esm2022/lib/models/questionnaire/QuestionnaireReturnModel.mjs +11 -0
  196. package/esm2022/lib/models/questionnaire/QuestionnaireSaveModel.mjs +3 -0
  197. package/esm2022/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +3 -0
  198. package/esm2022/lib/models/questionnaire/ScrollableTextModel.mjs +3 -0
  199. package/esm2022/lib/models/questionnaire/ServiceActionResponseModel.mjs +3 -0
  200. package/esm2022/lib/models/questionnaire/StatusModel.mjs +6 -0
  201. package/esm2022/lib/models/questionnaire/SuccessPageElement.mjs +3 -0
  202. package/esm2022/lib/models/questionnaire/UI512AResponseModel.mjs +3 -0
  203. package/esm2022/lib/models/questionnaire/ValidationModel.mjs +3 -0
  204. package/esm2022/lib/models/questionnaire/WbaHelperTextModel.mjs +3 -0
  205. package/esm2022/lib/models/weekly-cert/WorkSearchWaiverModel.mjs +3 -0
  206. package/esm2022/lib/models/weekly-cert/address-detail-model.mjs +2 -0
  207. package/esm2022/lib/models/weekly-cert/admin-leave-details-model.mjs +7 -0
  208. package/esm2022/lib/models/weekly-cert/employer-info-v2-model.mjs +7 -0
  209. package/esm2022/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.mjs +6 -0
  210. package/esm2022/lib/models/weekly-cert/weekly-certification-v2-model.mjs +34 -0
  211. package/esm2022/lib/models/weekly-cert/work-search-record-v2-model.mjs +15 -0
  212. package/esm2022/lib/models/weekly-cert/work-search-v2-model.mjs +11 -0
  213. package/esm2022/lib/ngx-reusa-app-lib.component.mjs +23 -0
  214. package/esm2022/lib/ngx-reusa-app-lib.module.mjs +522 -0
  215. package/esm2022/lib/ngx-reusa-app-lib.service.mjs +14 -0
  216. package/esm2022/lib/pages/BasePage.mjs +79 -0
  217. package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +81 -0
  218. package/esm2022/lib/pages/common/change-password/change-password.page.mjs +489 -0
  219. package/esm2022/lib/pages/common/landing/landing.component.mjs +208 -0
  220. package/esm2022/lib/pages/common/landing2/landing2.component.mjs +244 -0
  221. package/esm2022/lib/pages/common/login/login.component.mjs +527 -0
  222. package/esm2022/lib/pages/common/not-found/not-found.page.mjs +24 -0
  223. package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +306 -0
  224. package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +61 -0
  225. package/esm2022/lib/pages/common/unauthorized/unauthorized.page.mjs +24 -0
  226. package/esm2022/lib/pages/popovers/language/language.page.mjs +61 -0
  227. package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +204 -0
  228. package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +134 -0
  229. package/esm2022/lib/pages/popovers/user-search/user-search.component.mjs +251 -0
  230. package/esm2022/lib/pipes/filter.pipe.mjs +30 -0
  231. package/esm2022/lib/pipes/format-worksearch/format-worksearch.pipe.mjs +101 -0
  232. package/esm2022/lib/pipes/mask/mask.email.pipe.mjs +23 -0
  233. package/esm2022/lib/pipes/proper-case/proper-case.pipe.mjs +27 -0
  234. package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +44 -0
  235. package/esm2022/lib/pipes/trust-html/trust-html.pipe.mjs +20 -0
  236. package/esm2022/lib/services/address-validation-service/address-validation.service.mjs +151 -0
  237. package/esm2022/lib/services/appeal/appeal.service.mjs +37 -0
  238. package/esm2022/lib/services/base-service.mjs +53 -0
  239. package/esm2022/lib/services/birt-service/birt.service.mjs +57 -0
  240. package/esm2022/lib/services/captcha/captcha.service.mjs +46 -0
  241. package/esm2022/lib/services/case-service/case.service.mjs +47 -0
  242. package/esm2022/lib/services/chatbot/chatbot.service.mjs +257 -0
  243. package/esm2022/lib/services/chatbot/script.const.mjs +42 -0
  244. package/esm2022/lib/services/claimant/claimant.service.mjs +31 -0
  245. package/esm2022/lib/services/claimant-context/claimant-context.service.mjs +48 -0
  246. package/esm2022/lib/services/claimant-service/claimant.service.mjs +56 -0
  247. package/esm2022/lib/services/claims/claims.service.mjs +193 -0
  248. package/esm2022/lib/services/cmp-service/cmp.service.mjs +84 -0
  249. package/esm2022/lib/services/dms-service/dms.service.mjs +60 -0
  250. package/esm2022/lib/services/employer/employer-service.mjs +35 -0
  251. package/esm2022/lib/services/event-service/event-service.mjs +44 -0
  252. package/esm2022/lib/services/fpjs/fingerprint.service.mjs +70 -0
  253. package/esm2022/lib/services/google-analytics/google-analytics.service.mjs +29 -0
  254. package/esm2022/lib/services/help/help.service.mjs +63 -0
  255. package/esm2022/lib/services/idle/idle.service.mjs +159 -0
  256. package/esm2022/lib/services/logger/logger.service.mjs +67 -0
  257. package/esm2022/lib/services/login/login.service.mjs +358 -0
  258. package/esm2022/lib/services/maintenance/maintenance.service.mjs +21 -0
  259. package/esm2022/lib/services/notification/notification.service.mjs +113 -0
  260. package/esm2022/lib/services/offline-claims/offline-claims.service.mjs +327 -0
  261. package/esm2022/lib/services/questionnaire/questionnaire.service.mjs +72 -0
  262. package/esm2022/lib/services/questionnaire/validation.service.mjs +62 -0
  263. package/esm2022/lib/services/security-service/security.service.mjs +59 -0
  264. package/esm2022/lib/services/tour/tour.service.mjs +60 -0
  265. package/esm2022/lib/services/util/util.service.mjs +506 -0
  266. package/esm2022/lib/services/weekly-cert/review.service.mjs +101 -0
  267. package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +214 -0
  268. package/esm2022/lib/services/weekly-cert/weekly-cert.service.mjs +37 -0
  269. package/esm2022/lib/services/weekly-cert/work-search.service.mjs +58 -0
  270. package/esm2022/lib/validations/AppRegex.mjs +49 -0
  271. package/esm2022/lib/validations/AppValidators.mjs +269 -0
  272. package/esm2022/public-api.mjs +180 -0
  273. package/esm2022/uiapplib-ngx-ui-web-lib.mjs +5 -0
  274. package/fesm2022/uiapplib-ngx-ui-web-lib.mjs +51647 -0
  275. package/fesm2022/uiapplib-ngx-ui-web-lib.mjs.map +1 -0
  276. package/index.d.ts +6 -0
  277. package/lib/annimations/app-animations.d.ts +4 -0
  278. package/lib/annimations/app-animations.d.ts.map +1 -0
  279. package/lib/components/add-employer/add-employer.component.d.ts +318 -0
  280. package/lib/components/add-employer/add-employer.component.d.ts.map +1 -0
  281. package/lib/components/add-participant/add-participant.component.d.ts +55 -0
  282. package/lib/components/add-participant/add-participant.component.d.ts.map +1 -0
  283. package/lib/components/add-payment/add-payment.component.d.ts +39 -0
  284. package/lib/components/add-payment/add-payment.component.d.ts.map +1 -0
  285. package/lib/components/add-wage/add-wage.component.d.ts +30 -0
  286. package/lib/components/add-wage/add-wage.component.d.ts.map +1 -0
  287. package/lib/components/address/address.component.d.ts +108 -0
  288. package/lib/components/address/address.component.d.ts.map +1 -0
  289. package/lib/components/address-popup/address-popup.component.d.ts +16 -0
  290. package/lib/components/address-popup/address-popup.component.d.ts.map +1 -0
  291. package/lib/components/address-suggestion/address-suggestion.component.d.ts +43 -0
  292. package/lib/components/address-suggestion/address-suggestion.component.d.ts.map +1 -0
  293. package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts +37 -0
  294. package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts.map +1 -0
  295. package/lib/components/associate-ssn/associate-ssn.component.d.ts +33 -0
  296. package/lib/components/associate-ssn/associate-ssn.component.d.ts.map +1 -0
  297. package/lib/components/bank-details/bank-details.component.d.ts +40 -0
  298. package/lib/components/bank-details/bank-details.component.d.ts.map +1 -0
  299. package/lib/components/captcha/captcha.component.d.ts +45 -0
  300. package/lib/components/captcha/captcha.component.d.ts.map +1 -0
  301. package/lib/components/card/card.component.d.ts +12 -0
  302. package/lib/components/card/card.component.d.ts.map +1 -0
  303. package/lib/components/claim-info/claim-info.component.d.ts +49 -0
  304. package/lib/components/claim-info/claim-info.component.d.ts.map +1 -0
  305. package/lib/components/contact-us/contact-us.component.d.ts +106 -0
  306. package/lib/components/contact-us/contact-us.component.d.ts.map +1 -0
  307. package/lib/components/content/content.component.d.ts +14 -0
  308. package/lib/components/content/content.component.d.ts.map +1 -0
  309. package/lib/components/correspondence-download/correspondence-download.component.d.ts +22 -0
  310. package/lib/components/correspondence-download/correspondence-download.component.d.ts.map +1 -0
  311. package/lib/components/dashboard-card/dashboard-card.component.d.ts +26 -0
  312. package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -0
  313. package/lib/components/dependent-grid/dependent-grid.component.d.ts +36 -0
  314. package/lib/components/dependent-grid/dependent-grid.component.d.ts.map +1 -0
  315. package/lib/components/disclosure/disclosure.component.d.ts +13 -0
  316. package/lib/components/disclosure/disclosure.component.d.ts.map +1 -0
  317. package/lib/components/dropdown/dropdown.component.d.ts +582 -0
  318. package/lib/components/dropdown/dropdown.component.d.ts.map +1 -0
  319. package/lib/components/dropdown/dropdown.interface.d.ts +155 -0
  320. package/lib/components/dropdown/dropdown.interface.d.ts.map +1 -0
  321. package/lib/components/dua-request-page/dua-request-page.component.d.ts +74 -0
  322. package/lib/components/dua-request-page/dua-request-page.component.d.ts.map +1 -0
  323. package/lib/components/dua-request-popup/dua-request-popup.component.d.ts +61 -0
  324. package/lib/components/dua-request-popup/dua-request-popup.component.d.ts.map +1 -0
  325. package/lib/components/email-update/email-update.component.d.ts +32 -0
  326. package/lib/components/email-update/email-update.component.d.ts.map +1 -0
  327. package/lib/components/employer-grid/employer-grid.component.d.ts +100 -0
  328. package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -0
  329. package/lib/components/employer-info/employer-info.component.d.ts +50 -0
  330. package/lib/components/employer-info/employer-info.component.d.ts.map +1 -0
  331. package/lib/components/employer-pay/employer-pay.component.d.ts +51 -0
  332. package/lib/components/employer-pay/employer-pay.component.d.ts.map +1 -0
  333. package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts +43 -0
  334. package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts.map +1 -0
  335. package/lib/components/error/error.component.d.ts +19 -0
  336. package/lib/components/error/error.component.d.ts.map +1 -0
  337. package/lib/components/farm-usage/farm-usage.component.d.ts +33 -0
  338. package/lib/components/farm-usage/farm-usage.component.d.ts.map +1 -0
  339. package/lib/components/fav-menu/fav-menu.component.d.ts +22 -0
  340. package/lib/components/fav-menu/fav-menu.component.d.ts.map +1 -0
  341. package/lib/components/file-download/file-download.component.d.ts +23 -0
  342. package/lib/components/file-download/file-download.component.d.ts.map +1 -0
  343. package/lib/components/file-uploader/file-uploader.component.d.ts +52 -0
  344. package/lib/components/file-uploader/file-uploader.component.d.ts.map +1 -0
  345. package/lib/components/footer/footer.component.d.ts +37 -0
  346. package/lib/components/footer/footer.component.d.ts.map +1 -0
  347. package/lib/components/gross-earnings/gross-earnings.component.d.ts +42 -0
  348. package/lib/components/gross-earnings/gross-earnings.component.d.ts.map +1 -0
  349. package/lib/components/header/header.component.d.ts +76 -0
  350. package/lib/components/header/header.component.d.ts.map +1 -0
  351. package/lib/components/help/help.component.d.ts +11 -0
  352. package/lib/components/help/help.component.d.ts.map +1 -0
  353. package/lib/components/history-page/history-page.component.d.ts +80 -0
  354. package/lib/components/history-page/history-page.component.d.ts.map +1 -0
  355. package/lib/components/idle-detector/idle-detector.component.d.ts +16 -0
  356. package/lib/components/idle-detector/idle-detector.component.d.ts.map +1 -0
  357. package/lib/components/idme/idme.component.d.ts +19 -0
  358. package/lib/components/idme/idme.component.d.ts.map +1 -0
  359. package/lib/components/info/info.component.d.ts +23 -0
  360. package/lib/components/info/info.component.d.ts.map +1 -0
  361. package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +22 -0
  362. package/lib/components/job-search-result-page/job-search-result-page.component.d.ts.map +1 -0
  363. package/lib/components/job-title/job-title.component.d.ts +37 -0
  364. package/lib/components/job-title/job-title.component.d.ts.map +1 -0
  365. package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +38 -0
  366. package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -0
  367. package/lib/components/link/link.component.d.ts +35 -0
  368. package/lib/components/link/link.component.d.ts.map +1 -0
  369. package/lib/components/maintenance-detector/maintenance-detector.component.d.ts +16 -0
  370. package/lib/components/maintenance-detector/maintenance-detector.component.d.ts.map +1 -0
  371. package/lib/components/mask/mask.component.d.ts +12 -0
  372. package/lib/components/mask/mask.component.d.ts.map +1 -0
  373. package/lib/components/menu/menu.component.d.ts +45 -0
  374. package/lib/components/menu/menu.component.d.ts.map +1 -0
  375. package/lib/components/mfa/mfa.component.d.ts +60 -0
  376. package/lib/components/mfa/mfa.component.d.ts.map +1 -0
  377. package/lib/components/mfa-popup/mfa-popup.component.d.ts +17 -0
  378. package/lib/components/mfa-popup/mfa-popup.component.d.ts.map +1 -0
  379. package/lib/components/money-expect/money-expect.component.d.ts +30 -0
  380. package/lib/components/money-expect/money-expect.component.d.ts.map +1 -0
  381. package/lib/components/msg/msg.component.d.ts +11 -0
  382. package/lib/components/msg/msg.component.d.ts.map +1 -0
  383. package/lib/components/news/news.component.d.ts +15 -0
  384. package/lib/components/news/news.component.d.ts.map +1 -0
  385. package/lib/components/offline-add-employer/offline-add-employer.component.d.ts +311 -0
  386. package/lib/components/offline-add-employer/offline-add-employer.component.d.ts.map +1 -0
  387. package/lib/components/offline-bank-details/offline-bank-details.component.d.ts +33 -0
  388. package/lib/components/offline-bank-details/offline-bank-details.component.d.ts.map +1 -0
  389. package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts +97 -0
  390. package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts.map +1 -0
  391. package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts +33 -0
  392. package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts.map +1 -0
  393. package/lib/components/overlay-info/overlay-info.component.d.ts +35 -0
  394. package/lib/components/overlay-info/overlay-info.component.d.ts.map +1 -0
  395. package/lib/components/page/page.component.d.ts +24 -0
  396. package/lib/components/page/page.component.d.ts.map +1 -0
  397. package/lib/components/profile/profile.component.d.ts +107 -0
  398. package/lib/components/profile/profile.component.d.ts.map +1 -0
  399. package/lib/components/profile-redirect/profile-redirect.component.d.ts +21 -0
  400. package/lib/components/profile-redirect/profile-redirect.component.d.ts.map +1 -0
  401. package/lib/components/proof-of-anything/proof-of-anything.component.d.ts +54 -0
  402. package/lib/components/proof-of-anything/proof-of-anything.component.d.ts.map +1 -0
  403. package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts +74 -0
  404. package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts.map +1 -0
  405. package/lib/components/questionnaire/AppValidators.d.ts +17 -0
  406. package/lib/components/questionnaire/AppValidators.d.ts.map +1 -0
  407. package/lib/components/questionnaire/FbConstants.d.ts +8 -0
  408. package/lib/components/questionnaire/FbConstants.d.ts.map +1 -0
  409. package/lib/components/questionnaire/SelectItem.d.ts +5 -0
  410. package/lib/components/questionnaire/SelectItem.d.ts.map +1 -0
  411. package/lib/components/questionnaire/account-success/account-success.page.d.ts +64 -0
  412. package/lib/components/questionnaire/account-success/account-success.page.d.ts.map +1 -0
  413. package/lib/components/questionnaire/common-success/common-success.page.d.ts +83 -0
  414. package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -0
  415. package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +49 -0
  416. package/lib/components/questionnaire/dynamic-form-panel.component.d.ts.map +1 -0
  417. package/lib/components/questionnaire/dynamic-form-question.component.d.ts +126 -0
  418. package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -0
  419. package/lib/components/questionnaire/dynamic-form.component.d.ts +137 -0
  420. package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -0
  421. package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +67 -0
  422. package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -0
  423. package/lib/components/questionnaire/input-focus.directive.d.ts +12 -0
  424. package/lib/components/questionnaire/input-focus.directive.d.ts.map +1 -0
  425. package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +45 -0
  426. package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -0
  427. package/lib/components/questionnaire/question-base.d.ts +17 -0
  428. package/lib/components/questionnaire/question-base.d.ts.map +1 -0
  429. package/lib/components/questionnaire/question-control.service.d.ts +21 -0
  430. package/lib/components/questionnaire/question-control.service.d.ts.map +1 -0
  431. package/lib/components/questionnaire/question.service.d.ts +18 -0
  432. package/lib/components/questionnaire/question.service.d.ts.map +1 -0
  433. package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +77 -0
  434. package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -0
  435. package/lib/components/read-more/read-more.component.d.ts +15 -0
  436. package/lib/components/read-more/read-more.component.d.ts.map +1 -0
  437. package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +76 -0
  438. package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts.map +1 -0
  439. package/lib/components/scrollable-text/scrollable-text.component.d.ts +11 -0
  440. package/lib/components/scrollable-text/scrollable-text.component.d.ts.map +1 -0
  441. package/lib/components/search-employer/search-employer.component.d.ts +41 -0
  442. package/lib/components/search-employer/search-employer.component.d.ts.map +1 -0
  443. package/lib/components/select/select.component.d.ts +56 -0
  444. package/lib/components/select/select.component.d.ts.map +1 -0
  445. package/lib/components/sign-ssn/sign-ssn.component.d.ts +34 -0
  446. package/lib/components/sign-ssn/sign-ssn.component.d.ts.map +1 -0
  447. package/lib/components/sms/sms.component.d.ts +63 -0
  448. package/lib/components/sms/sms.component.d.ts.map +1 -0
  449. package/lib/components/ssn/ssn.component.d.ts +12 -0
  450. package/lib/components/ssn/ssn.component.d.ts.map +1 -0
  451. package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +23 -0
  452. package/lib/components/ssn-reverify/ssn-reverify.component.d.ts.map +1 -0
  453. package/lib/components/test/test.component.d.ts +9 -0
  454. package/lib/components/test/test.component.d.ts.map +1 -0
  455. package/lib/components/user-login/user-login.component.d.ts +49 -0
  456. package/lib/components/user-login/user-login.component.d.ts.map +1 -0
  457. package/lib/components/wage-calculator/wage-calculator.component.d.ts +44 -0
  458. package/lib/components/wage-calculator/wage-calculator.component.d.ts.map +1 -0
  459. package/lib/components/wage-grid/wage-grid.component.d.ts +43 -0
  460. package/lib/components/wage-grid/wage-grid.component.d.ts.map +1 -0
  461. package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts +28 -0
  462. package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts.map +1 -0
  463. package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts +28 -0
  464. package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts.map +1 -0
  465. package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +84 -0
  466. package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts.map +1 -0
  467. package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +53 -0
  468. package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map +1 -0
  469. package/lib/components/weekly-certification/weekly-certification.component.d.ts +101 -0
  470. package/lib/components/weekly-certification/weekly-certification.component.d.ts.map +1 -0
  471. package/lib/components/weekly-confirmation/confirmation.component.d.ts +21 -0
  472. package/lib/components/weekly-confirmation/confirmation.component.d.ts.map +1 -0
  473. package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts +34 -0
  474. package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts.map +1 -0
  475. package/lib/components/weekly-summary-v2/summary.component-v2.d.ts +17 -0
  476. package/lib/components/weekly-summary-v2/summary.component-v2.d.ts.map +1 -0
  477. package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts +10 -0
  478. package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts.map +1 -0
  479. package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts +17 -0
  480. package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts.map +1 -0
  481. package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts +105 -0
  482. package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts.map +1 -0
  483. package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts +71 -0
  484. package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts.map +1 -0
  485. package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts +59 -0
  486. package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts.map +1 -0
  487. package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts +47 -0
  488. package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts.map +1 -0
  489. package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts +78 -0
  490. package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts.map +1 -0
  491. package/lib/directives/auto-focus/auto-focus.directive.d.ts +13 -0
  492. package/lib/directives/auto-focus/auto-focus.directive.d.ts.map +1 -0
  493. package/lib/directives/caps-lock.directive.d.ts +12 -0
  494. package/lib/directives/caps-lock.directive.d.ts.map +1 -0
  495. package/lib/directives/required-roles/required-roles.directive.d.ts +15 -0
  496. package/lib/directives/required-roles/required-roles.directive.d.ts.map +1 -0
  497. package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts +8 -0
  498. package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts.map +1 -0
  499. package/lib/enums/AddressValidationResponseEnum.d.ts +8 -0
  500. package/lib/enums/AddressValidationResponseEnum.d.ts.map +1 -0
  501. package/lib/enums/AddressValidationSourceFunctionEnum.d.ts +4 -0
  502. package/lib/enums/AddressValidationSourceFunctionEnum.d.ts.map +1 -0
  503. package/lib/enums/EmailStatusEnum.d.ts +8 -0
  504. package/lib/enums/EmailStatusEnum.d.ts.map +1 -0
  505. package/lib/guards/auth.guard.d.ts +29 -0
  506. package/lib/guards/auth.guard.d.ts.map +1 -0
  507. package/lib/guards/no-login/no-login.guard.d.ts +12 -0
  508. package/lib/guards/no-login/no-login.guard.d.ts.map +1 -0
  509. package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts +23 -0
  510. package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts.map +1 -0
  511. package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts +22 -0
  512. package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts.map +1 -0
  513. package/lib/models/ActiveClaimModel.d.ts +8 -0
  514. package/lib/models/ActiveClaimModel.d.ts.map +1 -0
  515. package/lib/models/AddressComponentModel.d.ts +14 -0
  516. package/lib/models/AddressComponentModel.d.ts.map +1 -0
  517. package/lib/models/BankDetailsComponentModel.d.ts +12 -0
  518. package/lib/models/BankDetailsComponentModel.d.ts.map +1 -0
  519. package/lib/models/BankDetailsModel.d.ts +5 -0
  520. package/lib/models/BankDetailsModel.d.ts.map +1 -0
  521. package/lib/models/CinRequalificationCriteriaModel.d.ts +11 -0
  522. package/lib/models/CinRequalificationCriteriaModel.d.ts.map +1 -0
  523. package/lib/models/CountyModel.d.ts +8 -0
  524. package/lib/models/CountyModel.d.ts.map +1 -0
  525. package/lib/models/DuaAppDataModel.d.ts +5 -0
  526. package/lib/models/DuaAppDataModel.d.ts.map +1 -0
  527. package/lib/models/DuaRequestModel.d.ts +10 -0
  528. package/lib/models/DuaRequestModel.d.ts.map +1 -0
  529. package/lib/models/DuaRetroWeeksComponentModel.d.ts +5 -0
  530. package/lib/models/DuaRetroWeeksComponentModel.d.ts.map +1 -0
  531. package/lib/models/EmployerDetailSearchResult.d.ts +54 -0
  532. package/lib/models/EmployerDetailSearchResult.d.ts.map +1 -0
  533. package/lib/models/EmployerInfoComponentModel.d.ts +9 -0
  534. package/lib/models/EmployerInfoComponentModel.d.ts.map +1 -0
  535. package/lib/models/EmployerPayInfoModel.d.ts +20 -0
  536. package/lib/models/EmployerPayInfoModel.d.ts.map +1 -0
  537. package/lib/models/ErrorModel.d.ts +7 -0
  538. package/lib/models/ErrorModel.d.ts.map +1 -0
  539. package/lib/models/FarmUsageComponentModel.d.ts +10 -0
  540. package/lib/models/FarmUsageComponentModel.d.ts.map +1 -0
  541. package/lib/models/FileModel.d.ts +5 -0
  542. package/lib/models/FileModel.d.ts.map +1 -0
  543. package/lib/models/GrossEarningsModel.d.ts +6 -0
  544. package/lib/models/GrossEarningsModel.d.ts.map +1 -0
  545. package/lib/models/HelpConstants.d.ts +5 -0
  546. package/lib/models/HelpConstants.d.ts.map +1 -0
  547. package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts +7 -0
  548. package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts.map +1 -0
  549. package/lib/models/LibConstants.d.ts +162 -0
  550. package/lib/models/LibConstants.d.ts.map +1 -0
  551. package/lib/models/NewsAndAnnouncementModel.d.ts +6 -0
  552. package/lib/models/NewsAndAnnouncementModel.d.ts.map +1 -0
  553. package/lib/models/NotificationModel.d.ts +11 -0
  554. package/lib/models/NotificationModel.d.ts.map +1 -0
  555. package/lib/models/OtpAuthModel.d.ts +7 -0
  556. package/lib/models/OtpAuthModel.d.ts.map +1 -0
  557. package/lib/models/PaymentComponentModel.d.ts +8 -0
  558. package/lib/models/PaymentComponentModel.d.ts.map +1 -0
  559. package/lib/models/ReasonSeparationRequestModel.d.ts +7 -0
  560. package/lib/models/ReasonSeparationRequestModel.d.ts.map +1 -0
  561. package/lib/models/RequalifyLiftPageModel.d.ts +12 -0
  562. package/lib/models/RequalifyLiftPageModel.d.ts.map +1 -0
  563. package/lib/models/RetroWeeksModel.d.ts +11 -0
  564. package/lib/models/RetroWeeksModel.d.ts.map +1 -0
  565. package/lib/models/SecurityQuestionAnswerModel.d.ts +7 -0
  566. package/lib/models/SecurityQuestionAnswerModel.d.ts.map +1 -0
  567. package/lib/models/SendOtpRequestModel.d.ts +12 -0
  568. package/lib/models/SendOtpRequestModel.d.ts.map +1 -0
  569. package/lib/models/SsaVerificationModel.d.ts +9 -0
  570. package/lib/models/SsaVerificationModel.d.ts.map +1 -0
  571. package/lib/models/TrendModel.d.ts +14 -0
  572. package/lib/models/TrendModel.d.ts.map +1 -0
  573. package/lib/models/UserDetailsModel.d.ts +10 -0
  574. package/lib/models/UserDetailsModel.d.ts.map +1 -0
  575. package/lib/models/UserModel.d.ts +47 -0
  576. package/lib/models/UserModel.d.ts.map +1 -0
  577. package/lib/models/VerifyOtpRequestModel.d.ts +8 -0
  578. package/lib/models/VerifyOtpRequestModel.d.ts.map +1 -0
  579. package/lib/models/WageCalculatorModel.d.ts +15 -0
  580. package/lib/models/WageCalculatorModel.d.ts.map +1 -0
  581. package/lib/models/WageInfoModel.d.ts +9 -0
  582. package/lib/models/WageInfoModel.d.ts.map +1 -0
  583. package/lib/models/addressValidation/AddressRecommendationModel.d.ts +12 -0
  584. package/lib/models/addressValidation/AddressRecommendationModel.d.ts.map +1 -0
  585. package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts +11 -0
  586. package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts.map +1 -0
  587. package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts +6 -0
  588. package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts.map +1 -0
  589. package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts +16 -0
  590. package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts.map +1 -0
  591. package/lib/models/case/CaseAttachmentModel.d.ts +6 -0
  592. package/lib/models/case/CaseAttachmentModel.d.ts.map +1 -0
  593. package/lib/models/claimant/ClaimantModel.d.ts +23 -0
  594. package/lib/models/claimant/ClaimantModel.d.ts.map +1 -0
  595. package/lib/models/claimant/JobResultsData.d.ts +8 -0
  596. package/lib/models/claimant/JobResultsData.d.ts.map +1 -0
  597. package/lib/models/claimant/MatchingJobs.d.ts +13 -0
  598. package/lib/models/claimant/MatchingJobs.d.ts.map +1 -0
  599. package/lib/models/claimant/ResetPasswordModel.d.ts +9 -0
  600. package/lib/models/claimant/ResetPasswordModel.d.ts.map +1 -0
  601. package/lib/models/cmp/CaseCoreModel.d.ts +21 -0
  602. package/lib/models/cmp/CaseCoreModel.d.ts.map +1 -0
  603. package/lib/models/cmp/ComplaintCategoryModel.d.ts +9 -0
  604. package/lib/models/cmp/ComplaintCategoryModel.d.ts.map +1 -0
  605. package/lib/models/cmp/ComplaintCategoryOutputModel.d.ts +6 -0
  606. package/lib/models/cmp/ComplaintCategoryOutputModel.d.ts.map +1 -0
  607. package/lib/models/cmp/ContactUsModel.d.ts +23 -0
  608. package/lib/models/cmp/ContactUsModel.d.ts.map +1 -0
  609. package/lib/models/cmp/EmailTemplateModel.d.ts +7 -0
  610. package/lib/models/cmp/EmailTemplateModel.d.ts.map +1 -0
  611. package/lib/models/cmp/contactUsInqueryModel.d.ts +47 -0
  612. package/lib/models/cmp/contactUsInqueryModel.d.ts.map +1 -0
  613. package/lib/models/cmp/messageRourceModel.d.ts +6 -0
  614. package/lib/models/cmp/messageRourceModel.d.ts.map +1 -0
  615. package/lib/models/combo-model.d.ts +42 -0
  616. package/lib/models/combo-model.d.ts.map +1 -0
  617. package/lib/models/dashboard-model.d.ts +66 -0
  618. package/lib/models/dashboard-model.d.ts.map +1 -0
  619. package/lib/models/dependent.model.d.ts +20 -0
  620. package/lib/models/dependent.model.d.ts.map +1 -0
  621. package/lib/models/fileupload/DocUploadModel.d.ts +22 -0
  622. package/lib/models/fileupload/DocUploadModel.d.ts.map +1 -0
  623. package/lib/models/fileupload/EmployerDataModel.d.ts +6 -0
  624. package/lib/models/fileupload/EmployerDataModel.d.ts.map +1 -0
  625. package/lib/models/fileupload/FileObject.d.ts +8 -0
  626. package/lib/models/fileupload/FileObject.d.ts.map +1 -0
  627. package/lib/models/fileupload/FileObjectArray.d.ts +8 -0
  628. package/lib/models/fileupload/FileObjectArray.d.ts.map +1 -0
  629. package/lib/models/questionnaire/AppealParticipantModel.d.ts +17 -0
  630. package/lib/models/questionnaire/AppealParticipantModel.d.ts.map +1 -0
  631. package/lib/models/questionnaire/AutocoderModel.d.ts +9 -0
  632. package/lib/models/questionnaire/AutocoderModel.d.ts.map +1 -0
  633. package/lib/models/questionnaire/ClaimAppEmpRequestModel.d.ts +9 -0
  634. package/lib/models/questionnaire/ClaimAppEmpRequestModel.d.ts.map +1 -0
  635. package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +21 -0
  636. package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts.map +1 -0
  637. package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +167 -0
  638. package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -0
  639. package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +21 -0
  640. package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts.map +1 -0
  641. package/lib/models/questionnaire/ComboModel.d.ts +110 -0
  642. package/lib/models/questionnaire/ComboModel.d.ts.map +1 -0
  643. package/lib/models/questionnaire/ElementsModel.d.ts +70 -0
  644. package/lib/models/questionnaire/ElementsModel.d.ts.map +1 -0
  645. package/lib/models/questionnaire/EmployerDetailSearchResult.d.ts +18 -0
  646. package/lib/models/questionnaire/EmployerDetailSearchResult.d.ts.map +1 -0
  647. package/lib/models/questionnaire/EmployerWagesModel.d.ts +5 -0
  648. package/lib/models/questionnaire/EmployerWagesModel.d.ts.map +1 -0
  649. package/lib/models/questionnaire/FBConfigModel.d.ts +12 -0
  650. package/lib/models/questionnaire/FBConfigModel.d.ts.map +1 -0
  651. package/lib/models/questionnaire/KeyValueModel.d.ts +11 -0
  652. package/lib/models/questionnaire/KeyValueModel.d.ts.map +1 -0
  653. package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +13 -0
  654. package/lib/models/questionnaire/LegalDiscaimarModel.d.ts.map +1 -0
  655. package/lib/models/questionnaire/LoaderModel.d.ts +5 -0
  656. package/lib/models/questionnaire/LoaderModel.d.ts.map +1 -0
  657. package/lib/models/questionnaire/PollingStatusModel.d.ts +7 -0
  658. package/lib/models/questionnaire/PollingStatusModel.d.ts.map +1 -0
  659. package/lib/models/questionnaire/QtrYearEmployerWageModel.d.ts +9 -0
  660. package/lib/models/questionnaire/QtrYearEmployerWageModel.d.ts.map +1 -0
  661. package/lib/models/questionnaire/QuestionnaireQueryModel.d.ts +24 -0
  662. package/lib/models/questionnaire/QuestionnaireQueryModel.d.ts.map +1 -0
  663. package/lib/models/questionnaire/QuestionnaireReturnModel.d.ts +21 -0
  664. package/lib/models/questionnaire/QuestionnaireReturnModel.d.ts.map +1 -0
  665. package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +25 -0
  666. package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts.map +1 -0
  667. package/lib/models/questionnaire/RequalifyLiftIssuesModel.d.ts +14 -0
  668. package/lib/models/questionnaire/RequalifyLiftIssuesModel.d.ts.map +1 -0
  669. package/lib/models/questionnaire/ScrollableTextModel.d.ts +4 -0
  670. package/lib/models/questionnaire/ScrollableTextModel.d.ts.map +1 -0
  671. package/lib/models/questionnaire/ServiceActionResponseModel.d.ts +7 -0
  672. package/lib/models/questionnaire/ServiceActionResponseModel.d.ts.map +1 -0
  673. package/lib/models/questionnaire/StatusModel.d.ts +17 -0
  674. package/lib/models/questionnaire/StatusModel.d.ts.map +1 -0
  675. package/lib/models/questionnaire/SuccessPageElement.d.ts +9 -0
  676. package/lib/models/questionnaire/SuccessPageElement.d.ts.map +1 -0
  677. package/lib/models/questionnaire/UI512AResponseModel.d.ts +13 -0
  678. package/lib/models/questionnaire/UI512AResponseModel.d.ts.map +1 -0
  679. package/lib/models/questionnaire/ValidationModel.d.ts +18 -0
  680. package/lib/models/questionnaire/ValidationModel.d.ts.map +1 -0
  681. package/lib/models/questionnaire/WbaHelperTextModel.d.ts +4 -0
  682. package/lib/models/questionnaire/WbaHelperTextModel.d.ts.map +1 -0
  683. package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts +9 -0
  684. package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts.map +1 -0
  685. package/lib/models/weekly-cert/address-detail-model.d.ts +14 -0
  686. package/lib/models/weekly-cert/address-detail-model.d.ts.map +1 -0
  687. package/lib/models/weekly-cert/admin-leave-details-model.d.ts +15 -0
  688. package/lib/models/weekly-cert/admin-leave-details-model.d.ts.map +1 -0
  689. package/lib/models/weekly-cert/employer-info-v2-model.d.ts +27 -0
  690. package/lib/models/weekly-cert/employer-info-v2-model.d.ts.map +1 -0
  691. package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts +57 -0
  692. package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts.map +1 -0
  693. package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts +59 -0
  694. package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts.map +1 -0
  695. package/lib/models/weekly-cert/work-search-record-v2-model.d.ts +66 -0
  696. package/lib/models/weekly-cert/work-search-record-v2-model.d.ts.map +1 -0
  697. package/lib/models/weekly-cert/work-search-v2-model.d.ts +18 -0
  698. package/lib/models/weekly-cert/work-search-v2-model.d.ts.map +1 -0
  699. package/lib/ngx-reusa-app-lib.component.d.ts +9 -0
  700. package/lib/ngx-reusa-app-lib.component.d.ts.map +1 -0
  701. package/lib/ngx-reusa-app-lib.module.d.ts +193 -0
  702. package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -0
  703. package/lib/ngx-reusa-app-lib.service.d.ts +7 -0
  704. package/lib/ngx-reusa-app-lib.service.d.ts.map +1 -0
  705. package/lib/pages/BasePage.d.ts +29 -0
  706. package/lib/pages/BasePage.d.ts.map +1 -0
  707. package/lib/pages/common/accessibility-policy/accessibility-policy.page.d.ts +12 -0
  708. package/lib/pages/common/accessibility-policy/accessibility-policy.page.d.ts.map +1 -0
  709. package/lib/pages/common/change-password/change-password.page.d.ts +44 -0
  710. package/lib/pages/common/change-password/change-password.page.d.ts.map +1 -0
  711. package/lib/pages/common/landing/landing.component.d.ts +25 -0
  712. package/lib/pages/common/landing/landing.component.d.ts.map +1 -0
  713. package/lib/pages/common/landing2/landing2.component.d.ts +31 -0
  714. package/lib/pages/common/landing2/landing2.component.d.ts.map +1 -0
  715. package/lib/pages/common/login/login.component.d.ts +65 -0
  716. package/lib/pages/common/login/login.component.d.ts.map +1 -0
  717. package/lib/pages/common/not-found/not-found.page.d.ts +9 -0
  718. package/lib/pages/common/not-found/not-found.page.d.ts.map +1 -0
  719. package/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.d.ts +12 -0
  720. package/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.d.ts.map +1 -0
  721. package/lib/pages/common/security-policy/security-policy.page.d.ts +12 -0
  722. package/lib/pages/common/security-policy/security-policy.page.d.ts.map +1 -0
  723. package/lib/pages/common/unauthorized/unauthorized.page.d.ts +9 -0
  724. package/lib/pages/common/unauthorized/unauthorized.page.d.ts.map +1 -0
  725. package/lib/pages/popovers/language/language.page.d.ts +17 -0
  726. package/lib/pages/popovers/language/language.page.d.ts.map +1 -0
  727. package/lib/pages/popovers/my-notifications/my-notifications.page.d.ts +22 -0
  728. package/lib/pages/popovers/my-notifications/my-notifications.page.d.ts.map +1 -0
  729. package/lib/pages/popovers/my-profile/my-profile.page.d.ts +21 -0
  730. package/lib/pages/popovers/my-profile/my-profile.page.d.ts.map +1 -0
  731. package/lib/pages/popovers/user-search/user-search.component.d.ts +32 -0
  732. package/lib/pages/popovers/user-search/user-search.component.d.ts.map +1 -0
  733. package/lib/pipes/filter.pipe.d.ts +8 -0
  734. package/lib/pipes/filter.pipe.d.ts.map +1 -0
  735. package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts +14 -0
  736. package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts.map +1 -0
  737. package/lib/pipes/mask/mask.email.pipe.d.ts +11 -0
  738. package/lib/pipes/mask/mask.email.pipe.d.ts.map +1 -0
  739. package/lib/pipes/proper-case/proper-case.pipe.d.ts +9 -0
  740. package/lib/pipes/proper-case/proper-case.pipe.d.ts.map +1 -0
  741. package/lib/pipes/translate/dynamic-translate.pipe.d.ts +11 -0
  742. package/lib/pipes/translate/dynamic-translate.pipe.d.ts.map +1 -0
  743. package/lib/pipes/trust-html/trust-html.pipe.d.ts +11 -0
  744. package/lib/pipes/trust-html/trust-html.pipe.d.ts.map +1 -0
  745. package/lib/services/address-validation-service/address-validation.service.d.ts +44 -0
  746. package/lib/services/address-validation-service/address-validation.service.d.ts.map +1 -0
  747. package/lib/services/appeal/appeal.service.d.ts +16 -0
  748. package/lib/services/appeal/appeal.service.d.ts.map +1 -0
  749. package/lib/services/base-service.d.ts +105 -0
  750. package/lib/services/base-service.d.ts.map +1 -0
  751. package/lib/services/birt-service/birt.service.d.ts +17 -0
  752. package/lib/services/birt-service/birt.service.d.ts.map +1 -0
  753. package/lib/services/captcha/captcha.service.d.ts +16 -0
  754. package/lib/services/captcha/captcha.service.d.ts.map +1 -0
  755. package/lib/services/case-service/case.service.d.ts +20 -0
  756. package/lib/services/case-service/case.service.d.ts.map +1 -0
  757. package/lib/services/chatbot/chatbot.service.d.ts +61 -0
  758. package/lib/services/chatbot/chatbot.service.d.ts.map +1 -0
  759. package/lib/services/chatbot/script.const.d.ts +16 -0
  760. package/lib/services/chatbot/script.const.d.ts.map +1 -0
  761. package/lib/services/claimant/claimant.service.d.ts +18 -0
  762. package/lib/services/claimant/claimant.service.d.ts.map +1 -0
  763. package/lib/services/claimant-context/claimant-context.service.d.ts +19 -0
  764. package/lib/services/claimant-context/claimant-context.service.d.ts.map +1 -0
  765. package/lib/services/claimant-service/claimant.service.d.ts +25 -0
  766. package/lib/services/claimant-service/claimant.service.d.ts.map +1 -0
  767. package/lib/services/claims/claims.service.d.ts +76 -0
  768. package/lib/services/claims/claims.service.d.ts.map +1 -0
  769. package/lib/services/cmp-service/cmp.service.d.ts +34 -0
  770. package/lib/services/cmp-service/cmp.service.d.ts.map +1 -0
  771. package/lib/services/dms-service/dms.service.d.ts +24 -0
  772. package/lib/services/dms-service/dms.service.d.ts.map +1 -0
  773. package/lib/services/employer/employer-service.d.ts +16 -0
  774. package/lib/services/employer/employer-service.d.ts.map +1 -0
  775. package/lib/services/event-service/event-service.d.ts +20 -0
  776. package/lib/services/event-service/event-service.d.ts.map +1 -0
  777. package/lib/services/fpjs/fingerprint.service.d.ts +19 -0
  778. package/lib/services/fpjs/fingerprint.service.d.ts.map +1 -0
  779. package/lib/services/google-analytics/google-analytics.service.d.ts +9 -0
  780. package/lib/services/google-analytics/google-analytics.service.d.ts.map +1 -0
  781. package/lib/services/help/help.service.d.ts +26 -0
  782. package/lib/services/help/help.service.d.ts.map +1 -0
  783. package/lib/services/idle/idle.service.d.ts +44 -0
  784. package/lib/services/idle/idle.service.d.ts.map +1 -0
  785. package/lib/services/logger/logger.service.d.ts +32 -0
  786. package/lib/services/logger/logger.service.d.ts.map +1 -0
  787. package/lib/services/login/login.service.d.ts +81 -0
  788. package/lib/services/login/login.service.d.ts.map +1 -0
  789. package/lib/services/maintenance/maintenance.service.d.ts +16 -0
  790. package/lib/services/maintenance/maintenance.service.d.ts.map +1 -0
  791. package/lib/services/notification/notification.service.d.ts +39 -0
  792. package/lib/services/notification/notification.service.d.ts.map +1 -0
  793. package/lib/services/offline-claims/offline-claims.service.d.ts +64 -0
  794. package/lib/services/offline-claims/offline-claims.service.d.ts.map +1 -0
  795. package/lib/services/questionnaire/questionnaire.service.d.ts +37 -0
  796. package/lib/services/questionnaire/questionnaire.service.d.ts.map +1 -0
  797. package/lib/services/questionnaire/validation.service.d.ts +85 -0
  798. package/lib/services/questionnaire/validation.service.d.ts.map +1 -0
  799. package/lib/services/security-service/security.service.d.ts +26 -0
  800. package/lib/services/security-service/security.service.d.ts.map +1 -0
  801. package/lib/services/tour/tour.service.d.ts +25 -0
  802. package/lib/services/tour/tour.service.d.ts.map +1 -0
  803. package/lib/services/util/util.service.d.ts +200 -0
  804. package/lib/services/util/util.service.d.ts.map +1 -0
  805. package/lib/services/weekly-cert/review.service.d.ts +23 -0
  806. package/lib/services/weekly-cert/review.service.d.ts.map +1 -0
  807. package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts +59 -0
  808. package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -0
  809. package/lib/services/weekly-cert/weekly-cert.service.d.ts +17 -0
  810. package/lib/services/weekly-cert/weekly-cert.service.d.ts.map +1 -0
  811. package/lib/services/weekly-cert/work-search.service.d.ts +26 -0
  812. package/lib/services/weekly-cert/work-search.service.d.ts.map +1 -0
  813. package/lib/validations/AppRegex.d.ts +48 -0
  814. package/lib/validations/AppRegex.d.ts.map +1 -0
  815. package/lib/validations/AppValidators.d.ts +78 -0
  816. package/lib/validations/AppValidators.d.ts.map +1 -0
  817. package/package.json +25 -0
  818. package/public-api.d.ts +170 -0
  819. package/public-api.d.ts.map +1 -0
  820. package/uiapplib-ngx-ui-web-lib.d.ts.map +1 -0
@@ -0,0 +1,444 @@
1
+ import { Component, EventEmitter, Input, Output, ViewChild } from '@angular/core';
2
+ import { Validators } from '@angular/forms';
3
+ import { BehaviorSubject, interval, timer } from 'rxjs';
4
+ import { take } from 'rxjs/operators';
5
+ import * as i0 from "@angular/core";
6
+ import * as i1 from "../../services/login/login.service";
7
+ import * as i2 from "@angular/forms";
8
+ import * as i3 from "../../services/util/util.service";
9
+ import * as i4 from "@ionic/angular";
10
+ import * as i5 from "../../services/captcha/captcha.service";
11
+ import * as i6 from "@angular/common";
12
+ import * as i7 from "primeng/api";
13
+ import * as i8 from "@angular/material/form-field";
14
+ import * as i9 from "primeng/selectbutton";
15
+ import * as i10 from "primeng/inputnumber";
16
+ import * as i11 from "../error/error.component";
17
+ import * as i12 from "@ngx-translate/core";
18
+ import * as i13 from "../../pipes/mask/mask.email.pipe";
19
+ const _c0 = ["otpFormDirective"];
20
+ function MfaComponent_div_5_Template(rf, ctx) { if (rf & 1) {
21
+ const _r6 = i0.ɵɵgetCurrentView();
22
+ i0.ɵɵelementStart(0, "div", 6)(1, "div", 7)(2, "div", 8)(3, "label", 9);
23
+ i0.ɵɵtext(4);
24
+ i0.ɵɵpipe(5, "translate");
25
+ i0.ɵɵelementEnd();
26
+ i0.ɵɵelementStart(6, "p-selectButton", 10);
27
+ i0.ɵɵlistener("onChange", function MfaComponent_div_5_Template_p_selectButton_onChange_6_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r5 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r5.sendOtp($event)); });
28
+ i0.ɵɵelementEnd()()()();
29
+ } if (rf & 2) {
30
+ const ctx_r1 = i0.ɵɵnextContext();
31
+ i0.ɵɵadvance(4);
32
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(5, 3, "How would you like us to send your access code?"));
33
+ i0.ɵɵadvance(2);
34
+ i0.ɵɵproperty("options", ctx_r1.options)("formControl", ctx_r1.option);
35
+ } }
36
+ function MfaComponent_div_6_span_3_Template(rf, ctx) { if (rf & 1) {
37
+ i0.ɵɵelementStart(0, "span");
38
+ i0.ɵɵtext(1, "An access code has been sent to your email address:\u00A0 ");
39
+ i0.ɵɵelementStart(2, "b");
40
+ i0.ɵɵtext(3);
41
+ i0.ɵɵpipe(4, "maskEmail");
42
+ i0.ɵɵelementEnd()();
43
+ } if (rf & 2) {
44
+ const ctx_r7 = i0.ɵɵnextContext(2);
45
+ i0.ɵɵadvance(3);
46
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 1, ctx_r7.user == null ? null : ctx_r7.user.emailId));
47
+ } }
48
+ function MfaComponent_div_6_span_4_Template(rf, ctx) { if (rf & 1) {
49
+ i0.ɵɵelementStart(0, "span");
50
+ i0.ɵɵtext(1, "An access code has been sent to your cellphone:\u00A0 ");
51
+ i0.ɵɵelementStart(2, "b");
52
+ i0.ɵɵtext(3);
53
+ i0.ɵɵpipe(4, "maskEmail");
54
+ i0.ɵɵelementEnd()();
55
+ } if (rf & 2) {
56
+ const ctx_r8 = i0.ɵɵnextContext(2);
57
+ i0.ɵɵadvance(3);
58
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 1, ctx_r8.user == null ? null : ctx_r8.user.cellphoneNo));
59
+ } }
60
+ function MfaComponent_div_6_ion_label_7_Template(rf, ctx) { if (rf & 1) {
61
+ i0.ɵɵelementStart(0, "ion-label");
62
+ i0.ɵɵtext(1, " Check your junk folder if you don't see it in your inbox. ");
63
+ i0.ɵɵelementEnd();
64
+ } }
65
+ function MfaComponent_div_6_span_8_Template(rf, ctx) { if (rf & 1) {
66
+ i0.ɵɵelementStart(0, "span");
67
+ i0.ɵɵelement(1, "br")(2, "br");
68
+ i0.ɵɵelementEnd();
69
+ } }
70
+ function MfaComponent_div_6_ion_item_15_Template(rf, ctx) { if (rf & 1) {
71
+ i0.ɵɵelementStart(0, "ion-item", 19);
72
+ i0.ɵɵelement(1, "ion-checkbox", 20);
73
+ i0.ɵɵelementStart(2, "ion-label", 21);
74
+ i0.ɵɵtext(3);
75
+ i0.ɵɵpipe(4, "translate");
76
+ i0.ɵɵelementEnd()();
77
+ } if (rf & 2) {
78
+ i0.ɵɵadvance(3);
79
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 1, "I trust this browser."));
80
+ } }
81
+ function MfaComponent_div_6_mat_error_16_Template(rf, ctx) { if (rf & 1) {
82
+ i0.ɵɵelementStart(0, "mat-error");
83
+ i0.ɵɵtext(1);
84
+ i0.ɵɵelement(2, "br")(3, "br");
85
+ i0.ɵɵelementEnd();
86
+ } if (rf & 2) {
87
+ const ctx_r12 = i0.ɵɵnextContext(2);
88
+ i0.ɵɵadvance(1);
89
+ i0.ɵɵtextInterpolate(ctx_r12.errorDtls);
90
+ } }
91
+ function MfaComponent_div_6_ion_label_17_Template(rf, ctx) { if (rf & 1) {
92
+ i0.ɵɵelementStart(0, "ion-label", 22);
93
+ i0.ɵɵtext(1);
94
+ i0.ɵɵelement(2, "br")(3, "br");
95
+ i0.ɵɵelementEnd();
96
+ } if (rf & 2) {
97
+ const ctx_r13 = i0.ɵɵnextContext(2);
98
+ i0.ɵɵadvance(1);
99
+ i0.ɵɵtextInterpolate(ctx_r13.successDtls);
100
+ } }
101
+ function MfaComponent_div_6_ion_label_18_span_1_Template(rf, ctx) { if (rf & 1) {
102
+ i0.ɵɵelementStart(0, "span");
103
+ i0.ɵɵtext(1, " Haven't received the code? Resend option available in ");
104
+ i0.ɵɵelementStart(2, "b");
105
+ i0.ɵɵtext(3);
106
+ i0.ɵɵelementEnd();
107
+ i0.ɵɵtext(4, ". ");
108
+ i0.ɵɵelementEnd();
109
+ } if (rf & 2) {
110
+ const ctx_r16 = i0.ɵɵnextContext(3);
111
+ i0.ɵɵadvance(3);
112
+ i0.ɵɵtextInterpolate1("", ctx_r16.counter.getValue(), " second(s)");
113
+ } }
114
+ function MfaComponent_div_6_ion_label_18_span_2_Template(rf, ctx) { if (rf & 1) {
115
+ const _r19 = i0.ɵɵgetCurrentView();
116
+ i0.ɵɵelementStart(0, "span")(1, "a", 18);
117
+ i0.ɵɵlistener("click", function MfaComponent_div_6_ion_label_18_span_2_Template_a_click_1_listener() { i0.ɵɵrestoreView(_r19); const ctx_r18 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r18.resendAuthCode(ctx_r18.option.value)); });
118
+ i0.ɵɵtext(2, "Get new code");
119
+ i0.ɵɵelementEnd()();
120
+ } }
121
+ function MfaComponent_div_6_ion_label_18_Template(rf, ctx) { if (rf & 1) {
122
+ i0.ɵɵelementStart(0, "ion-label");
123
+ i0.ɵɵtemplate(1, MfaComponent_div_6_ion_label_18_span_1_Template, 5, 1, "span", 12)(2, MfaComponent_div_6_ion_label_18_span_2_Template, 3, 0, "span", 12);
124
+ i0.ɵɵelementEnd();
125
+ } if (rf & 2) {
126
+ const ctx_r14 = i0.ɵɵnextContext(2);
127
+ i0.ɵɵadvance(1);
128
+ i0.ɵɵproperty("ngIf", ctx_r14.counter.getValue() != 1);
129
+ i0.ɵɵadvance(1);
130
+ i0.ɵɵproperty("ngIf", ctx_r14.counter.getValue() == 1);
131
+ } }
132
+ function MfaComponent_div_6_p_22_Template(rf, ctx) { if (rf & 1) {
133
+ i0.ɵɵelementStart(0, "p");
134
+ i0.ɵɵtext(1, " Your code is good for 15 minutes. You can try again later.");
135
+ i0.ɵɵelement(2, "br");
136
+ i0.ɵɵtext(3, " or");
137
+ i0.ɵɵelement(4, "br");
138
+ i0.ɵɵtext(5);
139
+ i0.ɵɵelementEnd();
140
+ } if (rf & 2) {
141
+ const ctx_r15 = i0.ɵɵnextContext(2);
142
+ i0.ɵɵadvance(5);
143
+ i0.ɵɵtextInterpolate1(" If your ", ctx_r15.option.value == "text" ? "cellphone number" : "email address", " has changed call MDES at 601-493-9427, Monday through Friday from 8 am to 5 pm. ");
144
+ } }
145
+ const _c1 = () => ({ required: "Access code is required.", minlength: "Access code should have 6 numbers." });
146
+ function MfaComponent_div_6_Template(rf, ctx) { if (rf & 1) {
147
+ const _r21 = i0.ɵɵgetCurrentView();
148
+ i0.ɵɵelementStart(0, "div", 6)(1, "div", 11)(2, "ion-label");
149
+ i0.ɵɵtemplate(3, MfaComponent_div_6_span_3_Template, 5, 3, "span", 12)(4, MfaComponent_div_6_span_4_Template, 5, 3, "span", 12);
150
+ i0.ɵɵelementEnd();
151
+ i0.ɵɵelement(5, "br")(6, "br");
152
+ i0.ɵɵtemplate(7, MfaComponent_div_6_ion_label_7_Template, 2, 0, "ion-label", 12)(8, MfaComponent_div_6_span_8_Template, 3, 0, "span", 12);
153
+ i0.ɵɵelementStart(9, "div", 8)(10, "label", 13);
154
+ i0.ɵɵtext(11, "Enter code");
155
+ i0.ɵɵelementEnd();
156
+ i0.ɵɵelement(12, "br")(13, "p-inputNumber", 14)(14, "app-error", 15);
157
+ i0.ɵɵelementEnd();
158
+ i0.ɵɵtemplate(15, MfaComponent_div_6_ion_item_15_Template, 5, 3, "ion-item", 16);
159
+ i0.ɵɵelementEnd();
160
+ i0.ɵɵtemplate(16, MfaComponent_div_6_mat_error_16_Template, 4, 1, "mat-error", 12)(17, MfaComponent_div_6_ion_label_17_Template, 4, 1, "ion-label", 17)(18, MfaComponent_div_6_ion_label_18_Template, 3, 2, "ion-label", 12);
161
+ i0.ɵɵelementStart(19, "p")(20, "a", 18);
162
+ i0.ɵɵlistener("click", function MfaComponent_div_6_Template_a_click_20_listener($event) { i0.ɵɵrestoreView(_r21); const ctx_r20 = i0.ɵɵnextContext(); ctx_r20.showHelp = !ctx_r20.showHelp; return i0.ɵɵresetView($event.preventDefault()); });
163
+ i0.ɵɵtext(21);
164
+ i0.ɵɵelementEnd()();
165
+ i0.ɵɵtemplate(22, MfaComponent_div_6_p_22_Template, 6, 1, "p", 12);
166
+ i0.ɵɵelementEnd();
167
+ } if (rf & 2) {
168
+ const ctx_r2 = i0.ɵɵnextContext();
169
+ const _r0 = i0.ɵɵreference(1);
170
+ i0.ɵɵadvance(3);
171
+ i0.ɵɵproperty("ngIf", ctx_r2.option.value == "email");
172
+ i0.ɵɵadvance(1);
173
+ i0.ɵɵproperty("ngIf", ctx_r2.option.value == "text");
174
+ i0.ɵɵadvance(3);
175
+ i0.ɵɵproperty("ngIf", ctx_r2.option.value == "email");
176
+ i0.ɵɵadvance(1);
177
+ i0.ɵɵproperty("ngIf", ctx_r2.option.value == "email");
178
+ i0.ɵɵadvance(5);
179
+ i0.ɵɵproperty("useGrouping", false)("inputId", "authCode");
180
+ i0.ɵɵadvance(1);
181
+ i0.ɵɵproperty("field", ctx_r2.otp)("form", _r0)("errDef", i0.ɵɵpureFunction0(15, _c1));
182
+ i0.ɵɵadvance(1);
183
+ i0.ɵɵproperty("ngIf", false);
184
+ i0.ɵɵadvance(1);
185
+ i0.ɵɵproperty("ngIf", ctx_r2.errorDtls);
186
+ i0.ɵɵadvance(1);
187
+ i0.ɵɵproperty("ngIf", ctx_r2.successDtls);
188
+ i0.ɵɵadvance(1);
189
+ i0.ɵɵproperty("ngIf", !ctx_r2.blocked);
190
+ i0.ɵɵadvance(3);
191
+ i0.ɵɵtextInterpolate1("Can't get to your ", ctx_r2.option.value == "text" ? "cellphone" : "email", "?");
192
+ i0.ɵɵadvance(1);
193
+ i0.ɵɵproperty("ngIf", ctx_r2.showHelp);
194
+ } }
195
+ function MfaComponent_div_8_Template(rf, ctx) { if (rf & 1) {
196
+ i0.ɵɵelementStart(0, "div", 23);
197
+ i0.ɵɵelement(1, "ion-spinner", 24);
198
+ i0.ɵɵelementEnd();
199
+ } }
200
+ function MfaComponent_div_9_ion_button_3_Template(rf, ctx) { if (rf & 1) {
201
+ const _r25 = i0.ɵɵgetCurrentView();
202
+ i0.ɵɵelementStart(0, "ion-button", 28);
203
+ i0.ɵɵlistener("click", function MfaComponent_div_9_ion_button_3_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r25); const ctx_r24 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r24.signIn()); });
204
+ i0.ɵɵtext(1, " Submit ");
205
+ i0.ɵɵelementEnd();
206
+ } }
207
+ function MfaComponent_div_9_ion_button_4_Template(rf, ctx) { if (rf & 1) {
208
+ const _r27 = i0.ɵɵgetCurrentView();
209
+ i0.ɵɵelementStart(0, "ion-button", 28);
210
+ i0.ɵɵlistener("click", function MfaComponent_div_9_ion_button_4_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r27); const ctx_r26 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r26.submit()); });
211
+ i0.ɵɵtext(1, " Submit ");
212
+ i0.ɵɵelementEnd();
213
+ } }
214
+ function MfaComponent_div_9_Template(rf, ctx) { if (rf & 1) {
215
+ const _r29 = i0.ɵɵgetCurrentView();
216
+ i0.ɵɵelementStart(0, "div", 25)(1, "ion-button", 26);
217
+ i0.ɵɵlistener("click", function MfaComponent_div_9_Template_ion_button_click_1_listener() { i0.ɵɵrestoreView(_r29); const ctx_r28 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r28.close()); });
218
+ i0.ɵɵtext(2, " Close ");
219
+ i0.ɵɵelementEnd();
220
+ i0.ɵɵtemplate(3, MfaComponent_div_9_ion_button_3_Template, 2, 0, "ion-button", 27)(4, MfaComponent_div_9_ion_button_4_Template, 2, 0, "ion-button", 27);
221
+ i0.ɵɵelementEnd();
222
+ } if (rf & 2) {
223
+ const ctx_r4 = i0.ɵɵnextContext();
224
+ i0.ɵɵadvance(3);
225
+ i0.ɵɵproperty("ngIf", !ctx_r4.requestCode && ctx_r4.option.value);
226
+ i0.ɵɵadvance(1);
227
+ i0.ɵɵproperty("ngIf", ctx_r4.requestCode && ctx_r4.option.value);
228
+ } }
229
+ export class MfaComponent {
230
+ constructor(ls, fb, util, nav, cs) {
231
+ this.ls = ls;
232
+ this.fb = fb;
233
+ this.util = util;
234
+ this.nav = nav;
235
+ this.cs = cs;
236
+ this.RESEND_CODE_ACTION_NAME = "MFA_RESEND_CODE";
237
+ this.isChecked = false;
238
+ this.showHelp = false;
239
+ this.hideButtons = false;
240
+ this.clear = new EventEmitter();
241
+ this.success = new EventEmitter();
242
+ this.error = new EventEmitter();
243
+ this.time = 60;
244
+ this.timerInterval = interval(1000); //1s
245
+ this.timer = timer(60000); //90s
246
+ this.countDown = this.timerInterval.pipe(take(this.time));
247
+ this.counter = new BehaviorSubject(0);
248
+ this.options = [
249
+ { value: 'text', text: 'text' },
250
+ { value: 'email', text: 'email' }
251
+ ];
252
+ }
253
+ ngOnChanges(changes) {
254
+ if (changes.mfaError?.currentValue) {
255
+ this.errorDtls = this.mfaError.msg;
256
+ this.successDtls = null;
257
+ }
258
+ }
259
+ ngOnDestroy() {
260
+ if (this.counterSubscription) {
261
+ this.counterSubscription.unsubscribe();
262
+ }
263
+ }
264
+ ngOnInit() {
265
+ this.initilizeForm();
266
+ //this.setCountdown();
267
+ if (this.requestCode) {
268
+ let mfaOptions = this.user?.supportedMfaTypes?.split(",") || ['email'];
269
+ if (mfaOptions.length > 1) {
270
+ //allow user to choose otp option
271
+ }
272
+ else {
273
+ this.requestNewAuthCode('email');
274
+ }
275
+ }
276
+ else {
277
+ this.setCountdown();
278
+ }
279
+ }
280
+ requestNewAuthCode(otpType) {
281
+ this.blocked = true;
282
+ this.ls.getNewAuthCode(otpType)
283
+ .subscribe(res => {
284
+ this.blocked = false;
285
+ this.successDtls = "Access code sent successfully.";
286
+ this.counter.next(60);
287
+ this.setCountdown();
288
+ }, err => {
289
+ this.successDtls = null;
290
+ this.blocked = false;
291
+ this.errorDtls = err.msg;
292
+ });
293
+ }
294
+ setCountdown() {
295
+ if (this.counterSubscription) {
296
+ this.counterSubscription.unsubscribe();
297
+ }
298
+ this.counterSubscription = this.countDown.subscribe(val => {
299
+ let value = this.time - val;
300
+ this.counter.next(value);
301
+ });
302
+ }
303
+ initilizeForm() {
304
+ let mfaOptions = this.user?.supportedMfaTypes?.split(",") || ['email'];
305
+ this.otpForm = this.fb.group({
306
+ 'otp': [null, [Validators.required, Validators.minLength(6)]],
307
+ 'checked': [false],
308
+ 'option': [mfaOptions && mfaOptions.length > 1 ? null : mfaOptions[0]]
309
+ });
310
+ }
311
+ get otp() {
312
+ return this.otpForm.get('otp');
313
+ }
314
+ get option() {
315
+ return this.otpForm.get('option');
316
+ }
317
+ get checked() {
318
+ return this.otpForm.get('checked');
319
+ }
320
+ close() {
321
+ this.clear.emit();
322
+ }
323
+ submit() {
324
+ if (this.otpForm.valid) {
325
+ this.ls.setAuthCode(this.otp.value);
326
+ this.success.emit(this.data);
327
+ }
328
+ }
329
+ async signIn() {
330
+ if (this.otp.invalid) {
331
+ return;
332
+ }
333
+ let auth = {};
334
+ auth.userId = this.user.username;
335
+ auth.password = this.user.password;
336
+ auth.otp = this.otp.value;
337
+ auth.istrustedDevice = this.checked.value + "";
338
+ this.blocked = true;
339
+ this.successDtls = null;
340
+ this.errorDtls = null;
341
+ this.util
342
+ .showLoader()
343
+ .then(() => {
344
+ this.ls.loginAndCheckForMFA(auth)
345
+ .subscribe(res => {
346
+ let userModel = res;
347
+ this.ls.setUser(userModel).then(res => {
348
+ this.success.emit();
349
+ this.blocked = false;
350
+ this.util.hideLoader();
351
+ });
352
+ }, err => {
353
+ this.error.emit(err);
354
+ this.errorDtls = err.msg;
355
+ this.util.hideLoader();
356
+ this.blocked = false;
357
+ });
358
+ });
359
+ }
360
+ sendOtp(event) {
361
+ this.resendAuthCode(event.value);
362
+ }
363
+ resendAuthCode(otpType) {
364
+ this.successDtls = null;
365
+ this.errorDtls = null;
366
+ this.blocked = true;
367
+ this.cs.generateCaptchaToken(this.RESEND_CODE_ACTION_NAME)
368
+ .subscribe((token) => {
369
+ this.cs.setInvisibelCaptcha(token);
370
+ this.ls
371
+ .generateOtp(this.user.username, otpType)
372
+ .subscribe(res => {
373
+ this.blocked = false;
374
+ this.successDtls = "Access code sent successfully.";
375
+ this.counter.next(60);
376
+ this.setCountdown();
377
+ }, err => {
378
+ this.successDtls = null;
379
+ this.blocked = false;
380
+ this.errorDtls = err.msg;
381
+ });
382
+ }, err => {
383
+ this.successDtls = null;
384
+ this.blocked = false;
385
+ this.errorDtls = 'Captcha verification failed. Please retry.';
386
+ console.log('error while verifying captcha', err);
387
+ });
388
+ }
389
+ static { this.ɵfac = function MfaComponent_Factory(t) { return new (t || MfaComponent)(i0.ɵɵdirectiveInject(i1.LoginService), i0.ɵɵdirectiveInject(i2.UntypedFormBuilder), i0.ɵɵdirectiveInject(i3.UtilService), i0.ɵɵdirectiveInject(i4.NavController), i0.ɵɵdirectiveInject(i5.CaptchaService)); }; }
390
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MfaComponent, selectors: [["app-mfa"]], viewQuery: function MfaComponent_Query(rf, ctx) { if (rf & 1) {
391
+ i0.ɵɵviewQuery(_c0, 5);
392
+ } if (rf & 2) {
393
+ let _t;
394
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.otpFormDirective = _t.first);
395
+ } }, inputs: { user: "user", heading: "heading", requestCode: "requestCode", data: "data", mfaError: "mfaError", hideButtons: "hideButtons" }, outputs: { clear: "clear", success: "success", error: "error" }, features: [i0.ɵɵNgOnChangesFeature], decls: 10, vars: 8, consts: [[3, "formGroup"], ["otpFormDirective", "ngForm"], [1, "heading", 2, "padding-left", "10px"], ["style", "padding-left: 10px;", 4, "ngIf"], ["class", "ion-text-center", 4, "ngIf"], ["class", "ion-text-right ion-padding-bottom", 4, "ngIf"], [2, "padding-left", "10px"], [1, "ion-padding-top", "p-formgrid", "p-grid"], [1, "field", "ion-text-left"], ["for", "otpType"], ["optionLabel", "text", "optionValue", "value", 3, "options", "formControl", "onChange"], [1, "ion-padding-top"], [4, "ngIf"], ["for", "authCode"], ["formControlName", "otp", "maxlength", "6", "minlength", "6", "mode", "decimal", "size", "6", 3, "useGrouping", "inputId"], [3, "field", "form", "errDef"], ["lines", "none", 4, "ngIf"], ["style", "color: var(--ion-color-green)", 4, "ngIf"], [1, "link", 3, "click"], ["lines", "none"], ["slot", "start", "formControlName", "checked"], [1, "ion-text-wrap"], [2, "color", "var(--ion-color-green)"], [1, "ion-text-center"], ["name", "dots"], [1, "ion-text-right", "ion-padding-bottom"], ["shape", "round", "type", "reset", "color", "success", "fill", "outline", 3, "click"], ["shape", "round", "type", "submit", "color", "success", 3, "click", 4, "ngIf"], ["shape", "round", "type", "submit", "color", "success", 3, "click"]], template: function MfaComponent_Template(rf, ctx) { if (rf & 1) {
396
+ i0.ɵɵelementStart(0, "form", 0, 1)(2, "h4", 2);
397
+ i0.ɵɵtext(3);
398
+ i0.ɵɵpipe(4, "translate");
399
+ i0.ɵɵelementEnd();
400
+ i0.ɵɵtemplate(5, MfaComponent_div_5_Template, 7, 5, "div", 3)(6, MfaComponent_div_6_Template, 23, 16, "div", 3);
401
+ i0.ɵɵelementStart(7, "p-footer");
402
+ i0.ɵɵtemplate(8, MfaComponent_div_8_Template, 2, 0, "div", 4)(9, MfaComponent_div_9_Template, 5, 2, "div", 5);
403
+ i0.ɵɵelementEnd()();
404
+ } if (rf & 2) {
405
+ i0.ɵɵproperty("formGroup", ctx.otpForm);
406
+ i0.ɵɵadvance(3);
407
+ i0.ɵɵtextInterpolate(ctx.heading ? ctx.heading : i0.ɵɵpipeBind1(4, 6, "Confirm access to your account"));
408
+ i0.ɵɵadvance(2);
409
+ i0.ɵɵproperty("ngIf", !ctx.option.value);
410
+ i0.ɵɵadvance(1);
411
+ i0.ɵɵproperty("ngIf", ctx.option.value);
412
+ i0.ɵɵadvance(2);
413
+ i0.ɵɵproperty("ngIf", ctx.blocked);
414
+ i0.ɵɵadvance(1);
415
+ i0.ɵɵproperty("ngIf", !ctx.blocked && !ctx.hideButtons);
416
+ } }, dependencies: [i4.IonButton, i4.IonCheckbox, i4.IonItem, i4.IonLabel, i4.IonSpinner, i4.BooleanValueAccessor, i6.NgIf, i7.Footer, i8.MatError, i2.ɵNgNoValidate, i2.NgControlStatus, i2.NgControlStatusGroup, i2.MinLengthValidator, i2.MaxLengthValidator, i2.FormControlDirective, i2.FormGroupDirective, i2.FormControlName, i9.SelectButton, i10.InputNumber, i11.ErrorComponent, i12.TranslatePipe, i13.MaskEmailPipe], styles: ["[_nghost-%COMP%] .panel{box-shadow:none!important}"] }); }
417
+ }
418
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MfaComponent, [{
419
+ type: Component,
420
+ args: [{ selector: 'app-mfa', template: "<form [formGroup]=\"otpForm\" #otpFormDirective=\"ngForm\">\r\n <h4 style=\"padding-left: 10px;\" class=\"heading\">{{ heading ? heading : 'Confirm access to your account' | translate}}</h4>\r\n\r\n <div style=\"padding-left: 10px;\" *ngIf=\"!option.value\">\r\n <div class=\"ion-padding-top p-formgrid p-grid\">\r\n <div class=\"field ion-text-left\">\r\n <label for=\"otpType\">{{'How would you like us to send your access code?' | translate}}</label>\r\n <p-selectButton [options]=\"options\" optionLabel=\"text\" optionValue=\"value\" [formControl]=\"option\" (onChange)=\"sendOtp($event)\"></p-selectButton>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div style=\"padding-left: 10px;\" *ngIf=\"option.value\">\r\n <div class=\"ion-padding-top\">\r\n <ion-label>\r\n <span *ngIf=\"option.value == 'email'\">An access code has been sent to your email address:&nbsp; <b>{{user?.emailId | maskEmail}}</b></span>\r\n <span *ngIf=\"option.value == 'text'\">An access code has been sent to your cellphone:&nbsp; <b>{{user?.cellphoneNo | maskEmail}}</b></span>\r\n </ion-label><br/><br/>\r\n <ion-label *ngIf=\"option.value == 'email'\">\r\n Check your junk folder if you don't see it in your inbox.\r\n </ion-label>\r\n <span *ngIf=\"option.value == 'email'\"><br/><br/></span>\r\n <div class=\"field ion-text-left\">\r\n <label for=\"authCode\">Enter code</label><br/>\r\n <p-inputNumber formControlName=\"otp\" maxlength=\"6\" minlength=\"6\" mode=\"decimal\" [useGrouping]=\"false\" size=\"6\" [inputId]=\"'authCode'\">\r\n </p-inputNumber>\r\n <app-error [field]='otp' [form]=\"otpFormDirective\" [errDef]=\"{ \r\n required: 'Access code is required.',\r\n minlength: 'Access code should have 6 numbers.'\r\n }\"></app-error>\r\n </div>\r\n <ion-item lines=\"none\" *ngIf=\"false\">\r\n <ion-checkbox slot=\"start\" formControlName=\"checked\"></ion-checkbox>\r\n <ion-label class=\"ion-text-wrap\">{{'I trust this browser.' | translate}}</ion-label>\r\n </ion-item>\r\n </div>\r\n \r\n <mat-error *ngIf=\"errorDtls\">{{errorDtls}}<br /><br /></mat-error>\r\n <ion-label *ngIf=\"successDtls\" style=\"color: var(--ion-color-green)\">{{successDtls}}<br/><br /></ion-label>\r\n <ion-label *ngIf=\"!blocked\">\r\n <span *ngIf=\"counter.getValue() != 1\">\r\n Haven't received the code? Resend option available in <b>{{counter.getValue()}} second(s)</b>.\r\n </span>\r\n <span *ngIf=\"counter.getValue() == 1\">\r\n <a (click)=\"resendAuthCode(option.value)\" class=\"link\">Get new code</a>\r\n </span>\r\n </ion-label>\r\n <p><a class=\"link\" (click)=\"showHelp = !showHelp; $event.preventDefault()\">Can't get to your {{option.value == 'text' ? 'cellphone' : 'email'}}?</a></p>\r\n <p *ngIf=\"showHelp\">\r\n Your code is good for 15 minutes. You can try again later.<br/>\r\n or<br/>\r\n If your {{option.value == 'text' ? 'cellphone number' : 'email address'}} has changed call MDES at 601-493-9427, Monday through Friday from 8 am to 5 pm.\r\n </p>\r\n </div>\r\n\r\n <p-footer>\r\n <div *ngIf=\"blocked\" class=\"ion-text-center\">\r\n <ion-spinner name=\"dots\"></ion-spinner>\r\n </div>\r\n <div class=\"ion-text-right ion-padding-bottom\" *ngIf=\"!blocked && !hideButtons\">\r\n <ion-button shape=\"round\" type=\"reset\" (click)=\"close()\" color=\"success\" fill=\"outline\">\r\n Close\r\n </ion-button>\r\n <ion-button shape=\"round\" type=\"submit\" (click)=\"signIn()\" color=\"success\" *ngIf=\"!requestCode && option.value\">\r\n Submit\r\n </ion-button>\r\n <ion-button shape=\"round\" type=\"submit\" (click)=\"submit()\" color=\"success\" *ngIf=\"requestCode && option.value\">\r\n Submit\r\n </ion-button>\r\n </div>\r\n </p-footer>\r\n</form>", styles: [":host ::ng-deep .panel{box-shadow:none!important}\n"] }]
421
+ }], () => [{ type: i1.LoginService }, { type: i2.UntypedFormBuilder }, { type: i3.UtilService }, { type: i4.NavController }, { type: i5.CaptchaService }], { user: [{
422
+ type: Input
423
+ }], heading: [{
424
+ type: Input
425
+ }], requestCode: [{
426
+ type: Input
427
+ }], data: [{
428
+ type: Input
429
+ }], mfaError: [{
430
+ type: Input
431
+ }], hideButtons: [{
432
+ type: Input
433
+ }], clear: [{
434
+ type: Output
435
+ }], success: [{
436
+ type: Output
437
+ }], error: [{
438
+ type: Output
439
+ }], otpFormDirective: [{
440
+ type: ViewChild,
441
+ args: ['otpFormDirective', { static: false }]
442
+ }] }); })();
443
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MfaComponent, { className: "MfaComponent", filePath: "lib\\components\\mfa\\mfa.component.ts", lineNumber: 18 }); })();
444
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWZhLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tZmEvbWZhLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tZmEvbWZhLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBZ0MsTUFBTSxFQUFpQixTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDL0gsT0FBTyxFQUFnRCxVQUFVLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUUxRixPQUFPLEVBQUUsZUFBZSxFQUFFLFFBQVEsRUFBZ0IsS0FBSyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQ3RFLE9BQU8sRUFBRSxJQUFJLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQzs7Ozs7Ozs7Ozs7Ozs7Ozs7O0lDRHBDLDhCQUF1RCxhQUFBLGFBQUEsZUFBQTtJQUc1QixZQUFpRTs7SUFBQSxpQkFBUTtJQUM5RiwwQ0FBK0g7SUFBN0IsNktBQVksZUFBQSxzQkFBZSxDQUFBLElBQUM7SUFBQyxpQkFBaUIsRUFBQSxFQUFBLEVBQUE7OztJQUQzSCxlQUFpRTtJQUFqRSw2RkFBaUU7SUFDdEUsZUFBbUI7SUFBbkIsd0NBQW1CLDhCQUFBOzs7SUFRbkMsNEJBQXNDO0lBQUEsMEVBQTBEO0lBQUEseUJBQUc7SUFBQSxZQUE2Qjs7SUFBQSxpQkFBSSxFQUFBOzs7SUFBakMsZUFBNkI7SUFBN0IsNEZBQTZCOzs7SUFDaEksNEJBQXFDO0lBQUEsc0VBQXNEO0lBQUEseUJBQUc7SUFBQSxZQUFpQzs7SUFBQSxpQkFBSSxFQUFBOzs7SUFBckMsZUFBaUM7SUFBakMsZ0dBQWlDOzs7SUFFakksaUNBQTJDO0lB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O1lBQTlCLHVEQUE4Qjs7O2lGRDFDckUsWUFBWTtjQUx4QixTQUFTOzJCQUNFLFNBQVM7aUtBaUJuQixJQUFJO2tCQURILEtBQUs7WUFLTixPQUFPO2tCQUROLEtBQUs7WUFLTixXQUFXO2tCQURWLEtBQUs7WUFLTixJQUFJO2tCQURILEtBQUs7WUFJTixRQUFRO2tCQURQLEtBQUs7WUFJTixXQUFXO2tCQURWLEtBQUs7WUFHSSxLQUFLO2tCQUFkLE1BQU07WUFFRyxPQUFPO2tCQUFoQixNQUFNO1lBRUcsS0FBSztrQkFBZCxNQUFNO1lBR0EsZ0JBQWdCO2tCQUR0QixTQUFTO21CQUFDLGtCQUFrQixFQUFFLEVBQUMsTUFBTSxFQUFHLEtBQUssRUFBQzs7a0ZBdkNwQyxZQUFZIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkNoYW5nZXMsIE9uRGVzdHJveSwgT25Jbml0LCBPdXRwdXQsIFNpbXBsZUNoYW5nZXMsIFZpZXdDaGlsZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgVW50eXBlZEZvcm1CdWlsZGVyLCBVbnR5cGVkRm9ybUdyb3VwLCBOZ0Zvcm0sIFZhbGlkYXRvcnMgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBOYXZDb250cm9sbGVyIH0gZnJvbSAnQGlvbmljL2FuZ3VsYXInO1xuaW1wb3J0IHsgQmVoYXZpb3JTdWJqZWN0LCBpbnRlcnZhbCwgU3Vic2NyaXB0aW9uLCB0aW1lciB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgdGFrZSB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJztcbmltcG9ydCB7IEVycm9yTW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvRXJyb3JNb2RlbCc7XG5pbXBvcnQgeyBDb21ib09wdGlvbiB9IGZyb20gJy4uLy4uL21vZGVscy9xdWVzdGlvbm5haXJlL0NvbWJvTW9kZWwnO1xuaW1wb3J0IHsgVXNlck1vZGVsIH0gZnJvbSAnLi4vLi4vbW9kZWxzL1VzZXJNb2RlbCc7XG5pbXBvcnQgeyBDYXB0Y2hhU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL2NhcHRjaGEvY2FwdGNoYS5zZXJ2aWNlJztcbmltcG9ydCB7IExvZ2luU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL2xvZ2luL2xvZ2luLnNlcnZpY2UnO1xuaW1wb3J0IHsgVXRpbFNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy91dGlsL3V0aWwuc2VydmljZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FwcC1tZmEnLFxuICB0ZW1wbGF0ZVVybDogJy4vbWZhLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vbWZhLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgTWZhQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBPbkRlc3Ryb3ksIE9uQ2hhbmdlcyB7XG5cbiAgcHJpdmF0ZSBSRVNFTkRfQ09ERV9BQ1RJT05fTkFNRSA9IFwiTUZBX1JFU0VORF9DT0RFXCI7XG4gIFxuICBwdWJsaWMgc3VjY2Vzc0R0bHM7XG5cbiAgcHVibGljIGJsb2NrZWQ6IGJvb2xlYW47XG5cbiAgcHVibGljIGlzQ2hlY2tlZDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIHB1YmxpYyBzaG93SGVscDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIEBJbnB1dCgpXG4gIHVzZXIgOiBVc2VyTW9kZWw7XG5cbiAgLy9JZiBzcGVjaWZpZWQsIGl0IHdpbGwgY2hhbmdlIHRoZSBkZWZhdWx0IGhlYWRpbmcgb24gdGhlIGNvbXBvbmVudCB3aXRoIHRoZSBvbmNlIHNwZWNpZmllZCBpbiB0aGlzIGZpZWxkLlxuICBASW5wdXQoKVxuICBoZWFkaW5nIDogc3RyaW5nO1xuXG4gIC8vUmVxdWVzdCBuZXcgYXV0aGNvZGUgd2hlbiBjb21wb25lbnRzIGxvYWQuXG4gIEBJbnB1dCgpXG4gIHJlcXVlc3RDb2RlIDogYm9vbGVhbjtcblxuICAvL1Bhc3MgdGhpcyBkYXRhIGFsb25nIHdpdGggb3V0cHV0IHNvIHRoYXQgY2FsbGluZyBjb21wb25lbnQgY2FuIHRha2UgY2FyZSBvZiBpdC5cbiAgQElucHV0KClcbiAgZGF0YSA6IGFueTtcblxuICBASW5wdXQoKVxuICBtZmFFcnJvciA6IEVycm9yTW9kZWw7XG5cbiAgQElucHV0KClcbiAgaGlkZUJ1dHRvbnMgOiBib29sZWFuID0gZmFsc2U7XG5cbiAgQE91dHB1dCgpIGNsZWFyOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICBAT3V0cHV0KCkgc3VjY2VzczogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG5cbiAgQE91dHB1dCgpIGVycm9yOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICBAVmlld0NoaWxkKCdvdHBGb3JtRGlyZWN0aXZlJywge3N0YXRpYyA6IGZhbHNlfSkgXG4gIHB1YmxpYyBvdHBGb3JtRGlyZWN0aXZlOiBOZ0Zvcm07XG5cbiAgcHVibGljIG90cEZvcm0gOiBVbnR5cGVkRm9ybUdyb3VwO1xuXG4gIHB1YmxpYyBlcnJvckR0bHM7XG5cbiAgcHVibGljIHRpbWUgPSA2MFxuICBwdWJsaWMgdGltZXJJbnRlcnZhbCA9IGludGVydmFsKDEwMDApOyAvLzFzXG4gIHB1YmxpYyB0aW1lciA9IHRpbWVyKDYwMDAwKTsgLy85MHNcbiAgcHVibGljIGNvdW50RG93biA9IHRoaXMudGltZXJJbnRlcnZhbC5waXBlKHRha2UodGhpcy50aW1lKSk7XG4gIHB1YmxpYyBjb3VudGVyIDogQmVoYXZpb3JTdWJqZWN0PG51bWJlcj4gPSBuZXcgQmVoYXZpb3JTdWJqZWN0KDApO1xuICBjb3VudGVyU3Vic2NyaXB0aW9uIDogU3Vic2NyaXB0aW9uO1xuXG4gIHB1YmxpYyBvcHRpb25zIDogQ29tYm9PcHRpb25bXSA9IFtcbiAgICB7dmFsdWUgOiAndGV4dCcsIHRleHQgOiAndGV4dCd9LFxuICAgIHt2YWx1ZSA6ICdlbWFpbCcsIHRleHQgOiAnZW1haWwnfVxuICBdO1xuXG4gIGNvbnN0cnVjdG9yKHB1YmxpYyBsczogTG9naW5TZXJ2aWNlLCBwdWJsaWMgZmIgOiBVbnR5cGVkRm9ybUJ1aWxkZXIsXG4gICAgICAgICAgICAgIHByaXZhdGUgdXRpbDogVXRpbFNlcnZpY2UsIHB1YmxpYyBuYXYgOiBOYXZDb250cm9sbGVyLCBwcml2YXRlIGNzOiBDYXB0Y2hhU2VydmljZSkgeyBcbiAgICAgICAgICAgICAgICBcbiAgfVxuXG4gIG5nT25DaGFuZ2VzKGNoYW5nZXM6IFNpbXBsZUNoYW5nZXMpOiB2b2lkIHtcbiAgICBpZihjaGFuZ2VzLm1mYUVycm9yPy5jdXJyZW50VmFsdWUpe1xuICAgICAgdGhpcy5lcnJvckR0bHMgPSB0aGlzLm1mYUVycm9yLm1zZztcbiAgICAgIHRoaXMuc3VjY2Vzc0R0bHMgPSBudWxsO1xuICAgIH1cbiAgfVxuICBcbiAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgaWYodGhpcy5jb3VudGVyU3Vic2NyaXB0aW9uKXtcbiAgICAgIHRoaXMuY291bnRlclN1YnNjcmlwdGlvbi51bnN1YnNjcmliZSgpO1xuICAgIH1cbiAgfVxuXG4gIG5nT25Jbml0KCkge1xuICAgIHRoaXMuaW5pdGlsaXplRm9ybSgpO1xuICAgIC8vdGhpcy5zZXRDb3VudGRvd24oKTtcbiAgICBpZih0aGlzLnJlcXVlc3RDb2RlKXtcbiAgICAgIGxldCBtZmFPcHRpb25zID0gdGhpcy51c2VyPy5zdXBwb3J0ZWRNZmFUeXBlcz8uc3BsaXQoXCIsXCIpIHx8IFsnZW1haWwnXTtcbiAgICAgIGlmKG1mYU9wdGlvbnMubGVuZ3RoID4gMSl7XG4gICAgICAgIC8vYWxsb3cgdXNlciB0byBjaG9vc2Ugb3RwIG9wdGlvblxuICAgICAgfSBlbHNle1xuICAgICAgICB0aGlzLnJlcXVlc3ROZXdBdXRoQ29kZSgnZW1haWwnKTtcbiAgICAgIH1cbiAgICB9IGVsc2Uge1xuICAgICAgdGhpcy5zZXRDb3VudGRvd24oKTtcbiAgICB9XG4gIH1cblxuICByZXF1ZXN0TmV3QXV0aENvZGUob3RwVHlwZSA6IHN0cmluZyl7XG4gICAgdGhpcy5ibG9ja2VkID0gdHJ1ZTtcbiAgICB0aGlzLmxzLmdldE5ld0F1dGhDb2RlKG90cFR5cGUpXG4gICAgICAgIC5zdWJzY3JpYmUocmVzID0+IHtcbiAgICAgICAgICB0aGlzLmJsb2NrZWQgPSBmYWxzZTtcbiAgICAgICAgICB0aGlzLnN1Y2Nlc3NEdGxzID0gXCJBY2Nlc3MgY29kZSBzZW50IHN1Y2Nlc3NmdWxseS5cIjtcbiAgICAgICAgICB0aGlzLmNvdW50ZXIubmV4dCg2MCk7XG4gICAgICAgICAgdGhpcy5zZXRDb3VudGRvd24oKTtcbiAgICAgICAgfSwgZXJyID0+IHtcbiAgICAgICAgICB0aGlzLnN1Y2Nlc3NEdGxzID0gbnVsbDtcbiAgICAgICAgICB0aGlzLmJsb2NrZWQgPSBmYWxzZTtcbiAgICAgICAgICB0aGlzLmVycm9yRHRscyA9IGVyci5tc2c7XG4gICAgICAgIH0pXG4gIH1cblxuICBzZXRDb3VudGRvd24oKXtcbiAgICBpZih0aGlzLmNvdW50ZXJTdWJzY3JpcHRpb24pe1xuICAgICAgdGhpcy5jb3VudGVyU3Vic2NyaXB0aW9uLnVuc3Vic2NyaWJlKCk7XG4gICAgfVxuICAgIHRoaXMuY291bnRlclN1YnNjcmlwdGlvbiA9IHRoaXMuY291bnREb3duLnN1YnNjcmliZSh2YWwgPT57XG4gICAgICBsZXQgdmFsdWUgPSB0aGlzLnRpbWUgLSB2YWw7XG4gICAgICB0aGlzLmNvdW50ZXIubmV4dCh2YWx1ZSk7XG4gICAgfSk7XG4gIH1cblxuICBpbml0aWxpemVGb3JtKCl7XG4gICAgbGV0IG1mYU9wdGlvbnMgPSB0aGlzLnVzZXI/LnN1cHBvcnRlZE1mYVR5cGVzPy5zcGxpdChcIixcIikgfHwgWydlbWFpbCddO1xuICAgIHRoaXMub3RwRm9ybSA9IHRoaXMuZmIuZ3JvdXAoe1xuICAgICAgJ290cCcgOiBbbnVsbCAsIFtWYWxpZGF0b3JzLnJlcXVpcmVkLCAgVmFsaWRhdG9ycy5taW5MZW5ndGgoNildXSxcbiAgICAgICdjaGVja2VkJyA6IFtmYWxzZV0sXG4gICAgICAnb3B0aW9uJyA6IFsgbWZhT3B0aW9ucyAmJiBtZmFPcHRpb25zLmxlbmd0aCA+IDEgPyBudWxsIDogbWZhT3B0aW9uc1swXV1cbiAgICB9KTtcbiAgfVxuXG4gIGdldCBvdHAoKXtcbiAgICByZXR1cm4gdGhpcy5vdHBGb3JtLmdldCgnb3RwJyk7XG4gIH1cblxuICBnZXQgb3B0aW9uKCl7XG4gICAgcmV0dXJuIHRoaXMub3RwRm9ybS5nZXQoJ29wdGlvbicpO1xuICB9XG5cbiAgZ2V0IGNoZWNrZWQoKXtcbiAgICByZXR1cm4gdGhpcy5vdHBGb3JtLmdldCgnY2hlY2tlZCcpO1xuICB9XG5cbiAgY2xvc2UoKXtcbiAgICB0aGlzLmNsZWFyLmVtaXQoKTtcbiAgfVxuXG4gIHN1Ym1pdCgpe1xuICAgIGlmKHRoaXMub3RwRm9ybS52YWxpZCl7XG4gICAgICB0aGlzLmxzLnNldEF1dGhDb2RlKHRoaXMub3RwLnZhbHVlKTtcbiAgICAgIHRoaXMuc3VjY2Vzcy5lbWl0KHRoaXMuZGF0YSk7XG4gICAgfVxuICB9XG5cbiAgYXN5bmMgc2lnbkluKCl7XG4gICAgaWYodGhpcy5vdHAuaW52YWxpZCl7XG4gICAgICByZXR1cm47XG4gICAgfVxuICAgIGxldCBhdXRoIDogYW55ID0ge307XG4gICAgYXV0aC51c2VySWQgPSB0aGlzLnVzZXIudXNlcm5hbWU7XG4gICAgYXV0aC5wYXNzd29yZCA9IHRoaXMudXNlci5wYXNzd29yZDtcbiAgICBhdXRoLm90cCA9IHRoaXMub3RwLnZhbHVlO1xuICAgIGF1dGguaXN0cnVzdGVkRGV2aWNlID0gdGhpcy5jaGVja2VkLnZhbHVlICsgXCJcIjtcbiAgICB0aGlzLmJsb2NrZWQgPSB0cnVlO1xuICAgIHRoaXMuc3VjY2Vzc0R0bHMgPSBudWxsO1xuICAgIHRoaXMuZXJyb3JEdGxzID0gbnVsbDtcbiAgICB0aGlzLnV0aWxcbiAgICAgICAgLnNob3dMb2FkZXIoKVxuICAgICAgICAudGhlbihcbiAgICAgICAgICAoKSA9PiB7XG4gICAgICAgICAgICB0aGlzLmxzLmxvZ2luQW5kQ2hlY2tGb3JNRkEoYXV0aClcbiAgICAgICAgICAgIC5zdWJzY3JpYmUoXG4gICAgICAgICAgICAgIHJlcyA9PiB7XG4gICAgICAgICAgICAgICAgbGV0IHVzZXJNb2RlbCA6IFVzZXJNb2RlbCA9IHJlcztcbiAgICAgICAgICAgICAgICB0aGlzLmxzLnNldFVzZXIodXNlck1vZGVsKS50aGVuKFxuICAgICAgICAgICAgICAgICAgcmVzID0+IHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5zdWNjZXNzLmVtaXQoKTtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5ibG9ja2VkID0gZmFsc2U7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMudXRpbC5oaWRlTG9hZGVyKCk7XG4gICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgKTtcbiAgICAgICAgICAgICAgfSxcbiAgICAgICAgICAgICAgZXJyID0+IHtcbiAgICAgICAgICAgICAgICB0aGlzLmVycm9yLmVtaXQoZXJyKTtcbiAgICAgICAgICAgICAgICB0aGlzLmVycm9yRHRscyA9IGVyci5tc2c7XG4gICAgICAgICAgICAgICAgdGhpcy51dGlsLmhpZGVMb2FkZXIoKTtcbiAgICAgICAgICAgICAgICB0aGlzLmJsb2NrZWQgPSBmYWxzZTtcbiAgICAgICAgICAgIH0pO1xuICAgICAgICAgIH1cbiAgICAgICAgKTtcbiAgfVxuXG4gIHNlbmRPdHAoZXZlbnQpe1xuICAgIHRoaXMucmVzZW5kQXV0aENvZGUoZXZlbnQudmFsdWUpO1xuICB9XG5cbiAgcmVzZW5kQXV0aENvZGUob3RwVHlwZSA6IHN0cmluZyl7XG4gICAgdGhpcy5zdWNjZXNzRHRscyA9IG51bGw7XG4gICAgdGhpcy5lcnJvckR0bHMgPSBudWxsO1xuICAgIHRoaXMuYmxvY2tlZCA9IHRydWU7XG4gICAgdGhpcy5jcy5nZW5lcmF0ZUNhcHRjaGFUb2tlbih0aGlzLlJFU0VORF9DT0RFX0FDVElPTl9OQU1FKVxuICAgICAgICAuc3Vic2NyaWJlKCh0b2tlbjogc3RyaW5nKSA9PiB7XG4gICAgICAgICAgdGhpcy5jcy5zZXRJbnZpc2liZWxDYXB0Y2hhKHRva2VuKTtcbiAgICAgICAgICB0aGlzLmxzXG4gICAgICAgICAgICAgIC5nZW5lcmF0ZU90cCh0aGlzLnVzZXIudXNlcm5hbWUsIG90cFR5cGUpXG4gICAgICAgICAgICAgIC5zdWJzY3JpYmUocmVzID0+IHtcbiAgICAgICAgICAgICAgICB0aGlzLmJsb2NrZWQgPSBmYWxzZTtcbiAgICAgICAgICAgICAgICB0aGlzLnN1Y2Nlc3NEdGxzID0gXCJBY2Nlc3MgY29kZSBzZW50IHN1Y2Nlc3NmdWxseS5cIjtcbiAgICAgICAgICAgICAgICB0aGlzLmNvdW50ZXIubmV4dCg2MCk7XG4gICAgICAgICAgICAgICAgdGhpcy5zZXRDb3VudGRvd24oKTtcbiAgICAgICAgICAgICAgfSxlcnIgPT4ge1xuICAgICAgICAgICAgICAgIHRoaXMuc3VjY2Vzc0R0bHMgPSBudWxsO1xuICAgICAgICAgICAgICAgIHRoaXMuYmxvY2tlZCA9IGZhbHNlO1xuICAgICAgICAgICAgICAgIHRoaXMuZXJyb3JEdGxzID0gZXJyLm1zZztcbiAgICAgICAgICAgICAgfSk7XG4gICAgICAgIH0sIGVyciA9PiB7XG4gICAgICAgICAgICAgIHRoaXMuc3VjY2Vzc0R0bHMgPSBudWxsO1xuICAgICAgICAgICAgICB0aGlzLmJsb2NrZWQgPSBmYWxzZTtcbiAgICAgICAgICAgICAgdGhpcy5lcnJvckR0bHMgPSAnQ2FwdGNoYSB2ZXJpZmljYXRpb24gZmFpbGVkLiBQbGVhc2UgcmV0cnkuJztcbiAgICAgICAgICAgICAgY29uc29sZS5sb2coJ2Vycm9yIHdoaWxlIHZlcmlmeWluZyBjYXB0Y2hhJyxlcnIpO1xuICAgICAgICB9KTtcbiAgICBcbiAgfVxufVxuIiwiPGZvcm0gW2Zvcm1Hcm91cF09XCJvdHBGb3JtXCIgI290cEZvcm1EaXJlY3RpdmU9XCJuZ0Zvcm1cIj5cclxuICA8aDQgc3R5bGU9XCJwYWRkaW5nLWxlZnQ6IDEwcHg7XCIgY2xhc3M9XCJoZWFkaW5nXCI+e3sgaGVhZGluZyA/IGhlYWRpbmcgOiAnQ29uZmlybSBhY2Nlc3MgdG8geW91ciBhY2NvdW50JyB8IHRyYW5zbGF0ZX19PC9oND5cclxuXHJcbiAgPGRpdiBzdHlsZT1cInBhZGRpbmctbGVmdDogMTBweDtcIiAqbmdJZj1cIiFvcHRpb24udmFsdWVcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJpb24tcGFkZGluZy10b3AgcC1mb3JtZ3JpZCBwLWdyaWRcIj5cclxuICAgICAgPGRpdiBjbGFzcz1cImZpZWxkIGlvbi10ZXh0LWxlZnRcIj5cclxuICAgICAgICA8bGFiZWwgZm9yPVwib3RwVHlwZVwiPnt7J0hvdyB3b3VsZCB5b3UgbGlrZSB1cyB0byBzZW5kIHlvdXIgYWNjZXNzIGNvZGU/JyB8IHRyYW5zbGF0ZX19PC9sYWJlbD5cclxuICAgICAgICA8cC1zZWxlY3RCdXR0b24gW29wdGlvbnNdPVwib3B0aW9uc1wiIG9wdGlvbkxhYmVsPVwidGV4dFwiIG9wdGlvblZhbHVlPVwidmFsdWVcIiBbZm9ybUNvbnRyb2xdPVwib3B0aW9uXCIgKG9uQ2hhbmdlKT1cInNlbmRPdHAoJGV2ZW50KVwiPjwvcC1zZWxlY3RCdXR0b24+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcblxyXG4gIDxkaXYgc3R5bGU9XCJwYWRkaW5nLWxlZnQ6IDEwcHg7XCIgKm5nSWY9XCJvcHRpb24udmFsdWVcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJpb24tcGFkZGluZy10b3BcIj5cclxuICAgICAgPGlvbi1sYWJlbD5cclxuICAgICAgICA8c3BhbiAqbmdJZj1cIm9wdGlvbi52YWx1ZSA9PSAnZW1haWwnXCI+QW4gYWNjZXNzIGNvZGUgaGFzIGJlZW4gc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3M6Jm5ic3A7IDxiPnt7dXNlcj8uZW1haWxJZCB8IG1hc2tFbWFpbH19PC9iPjwvc3Bhbj5cclxuICAgICAgICA8c3BhbiAqbmdJZj1cIm9wdGlvbi52YWx1ZSA9PSAndGV4dCdcIj5BbiBhY2Nlc3MgY29kZSBoYXMgYmVlbiBzZW50IHRvIHlvdXIgY2VsbHBob25lOiZuYnNwOyA8Yj57e3VzZXI/LmNlbGxwaG9uZU5vIHwgbWFza0VtYWlsfX08L2I+PC9zcGFuPlxyXG4gICAgICA8L2lvbi1sYWJlbD48YnIvPjxici8+XHJcbiAgICAgIDxpb24tbGFiZWwgKm5nSWY9XCJvcHRpb24udmFsdWUgPT0gJ2VtYWlsJ1wiPlxyXG4gICAgICAgIENoZWNrIHlvdXIganVuayBmb2xkZXIgaWYgeW91IGRvbid0IHNlZSBpdCBpbiB5b3VyIGluYm94LlxyXG4gICAgICA8L2lvbi1sYWJlbD5cclxuICAgICAgPHNwYW4gKm5nSWY9XCJvcHRpb24udmFsdWUgPT0gJ2VtYWlsJ1wiPjxici8+PGJyLz48L3NwYW4+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJmaWVsZCBpb24tdGV4dC1sZWZ0XCI+XHJcbiAgICAgICAgPGxhYmVsIGZvcj1cImF1dGhDb2RlXCI+RW50ZXIgY29kZTwvbGFiZWw+PGJyLz5cclxuICAgICAgICA8cC1pbnB1dE51bWJlciBmb3JtQ29udHJvbE5hbWU9XCJvdHBcIiBtYXhsZW5ndGg9XCI2XCIgbWlubGVuZ3RoPVwiNlwiIG1vZGU9XCJkZWNpbWFsXCIgW3VzZUdyb3VwaW5nXT1cImZhbHNlXCIgc2l6ZT1cIjZcIiBbaW5wdXRJZF09XCInYXV0aENvZGUnXCI+XHJcbiAgICAgICAgPC9wLWlucHV0TnVtYmVyPlxyXG4gICAgICAgIDxhcHAtZXJyb3IgW2ZpZWxkXT0nb3RwJyBbZm9ybV09XCJvdHBGb3JtRGlyZWN0aXZlXCIgW2VyckRlZl09XCJ7IFxyXG4gICAgICAgICAgcmVxdWlyZWQ6ICdBY2Nlc3MgY29kZSBpcyByZXF1aXJlZC4nLFxyXG4gICAgICAgICAgbWlubGVuZ3RoOiAnQWNjZXNzIGNvZGUgc2hvdWxkIGhhdmUgNiBudW1iZXJzLidcclxuICAgICAgICB9XCI+PC9hcHAtZXJyb3I+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgICA8aW9uLWl0ZW0gbGluZXM9XCJub25lXCIgKm5nSWY9XCJmYWxzZVwiPlxyXG4gICAgICAgIDxpb24tY2hlY2tib3ggc2xvdD1cInN0YXJ0XCIgZm9ybUNvbnRyb2xOYW1lPVwiY2hlY2tlZFwiPjwvaW9uLWNoZWNrYm94PlxyXG4gICAgICAgIDxpb24tbGFiZWwgY2xhc3M9XCJpb24tdGV4dC13cmFwXCI+e3snSSB0cnVzdCB0aGlzIGJyb3dzZXIuJyB8IHRyYW5zbGF0ZX19PC9pb24tbGFiZWw+XHJcbiAgICAgIDwvaW9uLWl0ZW0+XHJcbiAgICA8L2Rpdj5cclxuICAgIFxyXG4gICAgPG1hdC1lcnJvciAqbmdJZj1cImVycm9yRHRsc1wiPnt7ZXJyb3JEdGxzfX08YnIgLz48YnIgLz48L21hdC1lcnJvcj5cclxuICAgIDxpb24tbGFiZWwgKm5nSWY9XCJzdWNjZXNzRHRsc1wiIHN0eWxlPVwiY29sb3I6IHZhcigtLWlvbi1jb2xvci1ncmVlbilcIj57e3N1Y2Nlc3NEdGxzfX08YnIvPjxiciAvPjwvaW9uLWxhYmVsPlxyXG4gICAgPGlvbi1sYWJlbCAqbmdJZj1cIiFibG9ja2VkXCI+XHJcbiAgICAgIDxzcGFuICpuZ0lmPVwiY291bnRlci5nZXRWYWx1ZSgpICE9IDFcIj5cclxuICAgICAgICBIYXZlbid0IHJlY2VpdmVkIHRoZSBjb2RlPyBSZXNlbmQgb3B0aW9uIGF2YWlsYWJsZSBpbiA8Yj57e2NvdW50ZXIuZ2V0VmFsdWUoKX19IHNlY29uZChzKTwvYj4uXHJcbiAgICAgIDwvc3Bhbj5cclxuICAgICAgPHNwYW4gKm5nSWY9XCJjb3VudGVyLmdldFZhbHVlKCkgPT0gMVwiPlxyXG4gICAgICAgICA8YSAoY2xpY2spPVwicmVzZW5kQXV0aENvZGUob3B0aW9uLnZhbHVlKVwiIGNsYXNzPVwibGlua1wiPkdldCBuZXcgY29kZTwvYT5cclxuICAgICAgPC9zcGFuPlxyXG4gICAgPC9pb24tbGFiZWw+XHJcbiAgICA8cD48YSBjbGFzcz1cImxpbmtcIiAoY2xpY2spPVwic2hvd0hlbHAgPSAhc2hvd0hlbHA7ICRldmVudC5wcmV2ZW50RGVmYXVsdCgpXCI+Q2FuJ3QgZ2V0IHRvIHlvdXIge3tvcHRpb24udmFsdWUgPT0gJ3RleHQnID8gJ2NlbGxwaG9uZScgOiAnZW1haWwnfX0/PC9hPjwvcD5cclxuICAgIDxwICpuZ0lmPVwic2hvd0hlbHBcIj5cclxuICAgICAgWW91ciBjb2RlIGlzIGdvb2QgZm9yIDE1IG1pbnV0ZXMuIFlvdSBjYW4gdHJ5IGFnYWluIGxhdGVyLjxici8+XHJcbiAgICAgIG9yPGJyLz5cclxuICAgICAgSWYgeW91ciB7e29wdGlvbi52YWx1ZSA9PSAndGV4dCcgPyAnY2VsbHBob25lIG51bWJlcicgOiAnZW1haWwgYWRkcmVzcyd9fSBoYXMgY2hhbmdlZCBjYWxsIE1ERVMgYXQgNjAxLTQ5My05NDI3LCBNb25kYXkgdGhyb3VnaCBGcmlkYXkgZnJvbSA4IGFtIHRvIDUgcG0uXHJcbiAgICA8L3A+XHJcbiAgPC9kaXY+XHJcblxyXG4gIDxwLWZvb3Rlcj5cclxuICAgIDxkaXYgKm5nSWY9XCJibG9ja2VkXCIgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXJcIj5cclxuICAgICAgPGlvbi1zcGlubmVyIG5hbWU9XCJkb3RzXCI+PC9pb24tc3Bpbm5lcj5cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cImlvbi10ZXh0LXJpZ2h0IGlvbi1wYWRkaW5nLWJvdHRvbVwiICpuZ0lmPVwiIWJsb2NrZWQgJiYgIWhpZGVCdXR0b25zXCI+XHJcbiAgICAgIDxpb24tYnV0dG9uIHNoYXBlPVwicm91bmRcIiB0eXBlPVwicmVzZXRcIiAoY2xpY2spPVwiY2xvc2UoKVwiIGNvbG9yPVwic3VjY2Vzc1wiIGZpbGw9XCJvdXRsaW5lXCI+XHJcbiAgICAgICAgQ2xvc2VcclxuICAgICAgPC9pb24tYnV0dG9uPlxyXG4gICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgdHlwZT1cInN1Ym1pdFwiIChjbGljayk9XCJzaWduSW4oKVwiIGNvbG9yPVwic3VjY2Vzc1wiICpuZ0lmPVwiIXJlcXVlc3RDb2RlICYmIG9wdGlvbi52YWx1ZVwiPlxyXG4gICAgICAgIFN1Ym1pdFxyXG4gICAgICA8L2lvbi1idXR0b24+XHJcbiAgICAgIDxpb24tYnV0dG9uIHNoYXBlPVwicm91bmRcIiB0eXBlPVwic3VibWl0XCIgKGNsaWNrKT1cInN1Ym1pdCgpXCIgY29sb3I9XCJzdWNjZXNzXCIgKm5nSWY9XCJyZXF1ZXN0Q29kZSAmJiBvcHRpb24udmFsdWVcIj5cclxuICAgICAgICBTdWJtaXRcclxuICAgICAgPC9pb24tYnV0dG9uPlxyXG4gICAgPC9kaXY+XHJcbiAgPC9wLWZvb3Rlcj5cclxuPC9mb3JtPiJdfQ==
@@ -0,0 +1,50 @@
1
+ import { Component, EventEmitter, Input, Output } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "primeng/dialog";
4
+ import * as i2 from "../mfa/mfa.component";
5
+ const _c0 = () => ({ width: "50vw" });
6
+ const _c1 = () => ({ "960px": "40vw", "640px": "100vw" });
7
+ export class MfaPopupComponent {
8
+ constructor() {
9
+ this.clear = new EventEmitter();
10
+ this.success = new EventEmitter();
11
+ this.error = new EventEmitter();
12
+ }
13
+ ngOnInit() {
14
+ }
15
+ close(event) {
16
+ this.clear.emit();
17
+ this.user = null;
18
+ }
19
+ loginSuccess(event) {
20
+ this.success.emit(event);
21
+ }
22
+ reset(event) {
23
+ this.error.emit(event);
24
+ }
25
+ static { this.ɵfac = function MfaPopupComponent_Factory(t) { return new (t || MfaPopupComponent)(); }; }
26
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MfaPopupComponent, selectors: [["app-mfa-popup"]], inputs: { user: "user" }, outputs: { clear: "clear", success: "success", error: "error" }, decls: 2, vars: 8, consts: [["appendTo", "body", "position", "top", 3, "visible", "modal", "breakpoints"], [3, "user", "success", "clear"]], template: function MfaPopupComponent_Template(rf, ctx) { if (rf & 1) {
27
+ i0.ɵɵelementStart(0, "p-dialog", 0)(1, "app-mfa", 1);
28
+ i0.ɵɵlistener("success", function MfaPopupComponent_Template_app_mfa_success_1_listener($event) { return ctx.loginSuccess($event); })("clear", function MfaPopupComponent_Template_app_mfa_clear_1_listener($event) { return ctx.close($event); });
29
+ i0.ɵɵelementEnd()();
30
+ } if (rf & 2) {
31
+ i0.ɵɵstyleMap(i0.ɵɵpureFunction0(6, _c0));
32
+ i0.ɵɵproperty("visible", true)("modal", true)("breakpoints", i0.ɵɵpureFunction0(7, _c1));
33
+ i0.ɵɵadvance(1);
34
+ i0.ɵɵproperty("user", ctx.user);
35
+ } }, dependencies: [i1.Dialog, i2.MfaComponent] }); }
36
+ }
37
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MfaPopupComponent, [{
38
+ type: Component,
39
+ args: [{ selector: 'app-mfa-popup', template: "<p-dialog [visible]=\"true\" [modal]=\"true\" appendTo=\"body\" [breakpoints]=\"{'960px': '40vw', '640px': '100vw'}\" [style]=\"{width: '50vw'}\" position=\"top\">\r\n <app-mfa [user]=\"user\" (success)=\"loginSuccess($event)\" (clear)=\"close($event)\"></app-mfa>\r\n</p-dialog>" }]
40
+ }], () => [], { user: [{
41
+ type: Input
42
+ }], clear: [{
43
+ type: Output
44
+ }], success: [{
45
+ type: Output
46
+ }], error: [{
47
+ type: Output
48
+ }] }); })();
49
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MfaPopupComponent, { className: "MfaPopupComponent", filePath: "lib\\components\\mfa-popup\\mfa-popup.component.ts", lineNumber: 9 }); })();
50
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWZhLXBvcHVwLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tZmEtcG9wdXAvbWZhLXBvcHVwLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tZmEtcG9wdXAvbWZhLXBvcHVwLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBVSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7OztBQVEvRSxNQUFNLE9BQU8saUJBQWlCO0lBVzVCO1FBTlUsVUFBSyxHQUFzQixJQUFJLFlBQVksRUFBRSxDQUFDO1FBRTlDLFlBQU8sR0FBc0IsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUVoRCxVQUFLLEdBQXNCLElBQUksWUFBWSxFQUFFLENBQUM7SUFFeEMsQ0FBQztJQUVqQixRQUFRO0lBQ1IsQ0FBQztJQUVELEtBQUssQ0FBQyxLQUFLO1FBQ1QsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxHQUFHLElBQUksQ0FBQztJQUNuQixDQUFDO0lBRUQsWUFBWSxDQUFDLEtBQUs7UUFDaEIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDM0IsQ0FBQztJQUVELEtBQUssQ0FBQyxLQUFLO1FBQ1QsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDekIsQ0FBQztrRkEzQlUsaUJBQWlCO29FQUFqQixpQkFBaUI7WUNSOUIsbUNBQXVKLGlCQUFBO1lBQzVILHlHQUFXLHdCQUFvQixJQUFDLHdGQUFVLGlCQUFhLElBQXZCO1lBQXlCLGlCQUFVLEVBQUE7O1lBRGdCLHlDQUF5QjtZQUE3SCw4QkFBZ0IsZUFBQSwyQ0FBQTtZQUNiLGVBQWE7WUFBYiwrQkFBYTs7O2lGRE9iLGlCQUFpQjtjQUw3QixTQUFTOzJCQUNFLGVBQWU7b0JBT3pCLElBQUk7a0JBREgsS0FBSztZQUdJLEtBQUs7a0JBQWQsTUFBTTtZQUVHLE9BQU87a0JBQWhCLE1BQU07WUFFRyxLQUFLO2tCQUFkLE1BQU07O2tGQVRJLGlCQUFpQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT25Jbml0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFVzZXJNb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9Vc2VyTW9kZWwnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtbWZhLXBvcHVwJyxcbiAgdGVtcGxhdGVVcmw6ICcuL21mYS1wb3B1cC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL21mYS1wb3B1cC5jb21wb25lbnQuY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgTWZhUG9wdXBDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIEBJbnB1dCgpXG4gIHVzZXIgOiBVc2VyTW9kZWw7XG5cbiAgQE91dHB1dCgpIGNsZWFyOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICBAT3V0cHV0KCkgc3VjY2VzczogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG5cbiAgQE91dHB1dCgpIGVycm9yOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICBjb25zdHJ1Y3RvcigpIHsgfVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICB9XG5cbiAgY2xvc2UoZXZlbnQpe1xuICAgIHRoaXMuY2xlYXIuZW1pdCgpO1xuICAgIHRoaXMudXNlciA9IG51bGw7XG4gIH1cblxuICBsb2dpblN1Y2Nlc3MoZXZlbnQpe1xuICAgIHRoaXMuc3VjY2Vzcy5lbWl0KGV2ZW50KTtcbiAgfVxuXG4gIHJlc2V0KGV2ZW50KXtcbiAgICB0aGlzLmVycm9yLmVtaXQoZXZlbnQpO1xuICB9XG5cbn1cbiIsIjxwLWRpYWxvZyBbdmlzaWJsZV09XCJ0cnVlXCIgW21vZGFsXT1cInRydWVcIiBhcHBlbmRUbz1cImJvZHlcIiBbYnJlYWtwb2ludHNdPVwieyc5NjBweCc6ICc0MHZ3JywgJzY0MHB4JzogJzEwMHZ3J31cIiBbc3R5bGVdPVwie3dpZHRoOiAnNTB2dyd9XCIgcG9zaXRpb249XCJ0b3BcIj5cclxuICAgIDxhcHAtbWZhIFt1c2VyXT1cInVzZXJcIiAoc3VjY2Vzcyk9XCJsb2dpblN1Y2Nlc3MoJGV2ZW50KVwiIChjbGVhcik9XCJjbG9zZSgkZXZlbnQpXCI+PC9hcHAtbWZhPlxyXG48L3AtZGlhbG9nPiJdfQ==