@reusa/ngx-reusa-app-lib 0.0.731 → 0.1.731
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{esm2020 → esm2022}/lib/annimations/app-animations.mjs +36 -36
- package/esm2022/lib/components/add-employer/add-employer.component.mjs +3027 -0
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +394 -0
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +187 -0
- package/esm2022/lib/components/address/address.component.mjs +487 -0
- package/esm2022/lib/components/bank-details/bank-details.component.mjs +276 -0
- package/esm2022/lib/components/captcha/captcha.component.mjs +181 -0
- package/esm2022/lib/components/card/card.component.mjs +55 -0
- package/esm2022/lib/components/contact-us/contact-us.component.mjs +970 -0
- package/esm2022/lib/components/content/content.component.mjs +61 -0
- package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +83 -0
- package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +223 -0
- package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +292 -0
- package/esm2022/lib/components/disclosure/disclosure.component.mjs +60 -0
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +1974 -0
- package/esm2022/lib/components/dropdown/dropdown.interface.mjs +2 -0
- package/esm2022/lib/components/email-update/email-update.component.mjs +283 -0
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +794 -0
- package/esm2022/lib/components/error/error.component.mjs +86 -0
- package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +163 -0
- package/{esm2020 → esm2022}/lib/components/file-download/file-download.component.mjs +104 -104
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +315 -0
- package/esm2022/lib/components/footer/footer.component.mjs +332 -0
- package/esm2022/lib/components/header/header.component.mjs +558 -0
- package/esm2022/lib/components/help/help.component.mjs +49 -0
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +65 -0
- package/{esm2020 → esm2022}/lib/components/info/info.component.mjs +187 -188
- package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +206 -0
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +193 -0
- package/esm2022/lib/components/maintenance-detector/maintenance-detector.component.mjs +43 -0
- package/esm2022/lib/components/mask/mask.component.mjs +48 -0
- package/esm2022/lib/components/menu/menu.component.mjs +423 -0
- package/esm2022/lib/components/mfa/mfa.component.mjs +444 -0
- package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +50 -0
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +90 -0
- package/esm2022/lib/components/msg/msg.component.mjs +48 -0
- package/esm2022/lib/components/news/news.component.mjs +90 -0
- package/esm2022/lib/components/overlay-info/overlay-info.component.mjs +213 -0
- package/esm2022/lib/components/page/page.component.mjs +136 -0
- package/esm2022/lib/components/profile/profile.component.mjs +177 -0
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +63 -0
- package/esm2022/lib/components/questionnaire/AppValidators.mjs +487 -0
- package/{esm2020 → esm2022}/lib/components/questionnaire/FbConstants.mjs +7 -7
- package/{esm2020 → esm2022}/lib/components/questionnaire/SelectItem.mjs +1 -1
- package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +256 -0
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +475 -0
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +1094 -0
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +1882 -0
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +1263 -0
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +244 -0
- package/{esm2020 → esm2022}/lib/components/questionnaire/input-focus.directive.mjs +44 -44
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +256 -0
- package/{esm2020 → esm2022}/lib/components/questionnaire/question-base.mjs +2 -2
- package/{esm2020 → esm2022}/lib/components/questionnaire/question-control.service.mjs +420 -419
- package/{esm2020 → esm2022}/lib/components/questionnaire/question.service.mjs +33 -33
- package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +262 -0
- package/{esm2020 → esm2022}/lib/components/read-more/read-more.component.mjs +67 -67
- package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +690 -0
- package/esm2022/lib/components/search-employer/search-employer.component.mjs +142 -0
- package/esm2022/lib/components/select/select.component.mjs +154 -0
- package/esm2022/lib/components/ssn/ssn.component.mjs +44 -0
- package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +151 -0
- package/esm2022/lib/components/test/test.component.mjs +19 -0
- package/esm2022/lib/components/user-login/user-login.component.mjs +398 -0
- package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +442 -0
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +307 -0
- package/{esm2020 → esm2022}/lib/directives/auto-focus/auto-focus.directive.mjs +31 -31
- package/{esm2020 → esm2022}/lib/directives/caps-lock.directive.mjs +38 -38
- package/{esm2020 → esm2022}/lib/directives/required-roles/required-roles.directive.mjs +30 -30
- package/{esm2020 → esm2022}/lib/enums/EmailStatusEnum.mjs +8 -8
- package/{esm2020 → esm2022}/lib/guards/auth.guard.mjs +138 -138
- package/esm2022/lib/guards/no-login/no-login.guard.mjs +21 -0
- package/{esm2020 → esm2022}/lib/interceptors/error-interceptor/http-error-interceptor.mjs +107 -107
- package/{esm2020 → esm2022}/lib/interceptors/header-interceptor/http-header.interceptor.mjs +99 -99
- package/{esm2020 → esm2022}/lib/models/AddressComponentModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/BankDetailsComponentModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/BankDetailsModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/CinRequalificationCriteriaModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/EmployerDetailSearchResult.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/ErrorModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/FileModel.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/LibConstants.mjs +119 -119
- package/{esm2020 → esm2022}/lib/models/NewsAndAnnouncementModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/NotificationModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/OtpAuthModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/PaymentComponentModel.mjs +2 -2
- package/esm2022/lib/models/RequalifyLiftPageModel.mjs +11 -0
- package/{esm2020 → esm2022}/lib/models/SsaVerificationModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/TrendModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/UserDetailsModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/UserModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/case/CaseAttachmentModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/claimant/ClaimantModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/claimant/JobResultsData.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/claimant/MatchingJobs.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/claimant/ResetPasswordModel.mjs +2 -2
- package/esm2022/lib/models/cmp/CaseCoreModel.mjs +3 -0
- package/{esm2020 → esm2022}/lib/models/cmp/ComplaintCategoryModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/cmp/ComplaintCategoryOutputModel.mjs +5 -5
- package/esm2022/lib/models/cmp/ContactUsModel.mjs +3 -0
- package/{esm2020 → esm2022}/lib/models/cmp/EmailTemplateModel.mjs +3 -3
- package/esm2022/lib/models/cmp/contactUsInqueryModel.mjs +7 -0
- package/{esm2020 → esm2022}/lib/models/cmp/messageRourceModel.mjs +3 -3
- package/esm2022/lib/models/dashboard-model.mjs +3 -0
- package/esm2022/lib/models/dependent.model.mjs +8 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmpRequestModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +7 -7
- package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +2 -2
- package/esm2022/lib/models/questionnaire/ComboModel.mjs +337 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/ElementsModel.mjs +7 -7
- package/{esm2020 → esm2022}/lib/models/questionnaire/EmployerDetailSearchResult.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/EmployerWagesModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/questionnaire/FBConfigModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/questionnaire/KeyValueModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/LegalDiscaimarModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/LoaderModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/PollingStatusModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/questionnaire/QtrYearEmployerWageModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireQueryModel.mjs +7 -7
- package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireReturnModel.mjs +10 -10
- package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireSaveModel.mjs +2 -2
- package/esm2022/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +3 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/ServiceActionResponseModel.mjs +3 -3
- package/esm2022/lib/models/questionnaire/StatusModel.mjs +6 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/SuccessPageElement.mjs +2 -2
- package/esm2022/lib/models/questionnaire/UI512AResponseModel.mjs +3 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/ValidationModel.mjs +2 -2
- package/esm2022/lib/ngx-reusa-app-lib.component.mjs +23 -0
- package/esm2022/lib/ngx-reusa-app-lib.module.mjs +402 -0
- package/{esm2020 → esm2022}/lib/ngx-reusa-app-lib.service.mjs +14 -14
- package/{esm2020 → esm2022}/lib/pages/BasePage.mjs +76 -76
- package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +81 -0
- package/esm2022/lib/pages/common/change-password/change-password.page.mjs +463 -0
- package/esm2022/lib/pages/common/landing/landing.component.mjs +208 -0
- package/esm2022/lib/pages/common/landing2/landing2.component.mjs +244 -0
- package/esm2022/lib/pages/common/login/login.component.mjs +526 -0
- package/esm2022/lib/pages/common/not-found/not-found.page.mjs +24 -0
- package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +306 -0
- package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +61 -0
- package/esm2022/lib/pages/common/unauthorized/unauthorized.page.mjs +24 -0
- package/esm2022/lib/pages/popovers/language/language.page.mjs +61 -0
- package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +204 -0
- package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +129 -0
- package/esm2022/lib/pages/popovers/user-search/user-search.component.mjs +251 -0
- package/{esm2020 → esm2022}/lib/pipes/filter.pipe.mjs +30 -30
- package/{esm2020 → esm2022}/lib/pipes/mask/mask.email.pipe.mjs +23 -23
- package/{esm2020 → esm2022}/lib/pipes/proper-case/proper-case.pipe.mjs +27 -27
- package/{esm2020 → esm2022}/lib/pipes/translate/dynamic-translate.pipe.mjs +44 -44
- package/{esm2020 → esm2022}/lib/pipes/trust-html/trust-html.pipe.mjs +20 -20
- package/{esm2020 → esm2022}/lib/services/base-service.mjs +49 -49
- package/{esm2020 → esm2022}/lib/services/captcha/captcha.service.mjs +46 -46
- package/{esm2020 → esm2022}/lib/services/case-service/case.service.mjs +47 -47
- package/{esm2020 → esm2022}/lib/services/chatbot/chatbot.service.mjs +257 -257
- package/esm2022/lib/services/chatbot/script.const.mjs +42 -0
- package/{esm2020 → esm2022}/lib/services/claimant/claimant.service.mjs +31 -31
- package/esm2022/lib/services/claimant-context/claimant-context.service.mjs +48 -0
- package/{esm2020 → esm2022}/lib/services/claimant-service/claimant.service.mjs +47 -47
- package/{esm2020 → esm2022}/lib/services/claims/claims.service.mjs +99 -99
- package/{esm2020 → esm2022}/lib/services/cmp-service/cmp.service.mjs +84 -84
- package/{esm2020 → esm2022}/lib/services/dms-service/dms.service.mjs +60 -60
- package/{esm2020 → esm2022}/lib/services/fpjs/fingerprint.service.mjs +70 -70
- package/{esm2020 → esm2022}/lib/services/google-analytics/google-analytics.service.mjs +29 -29
- package/{esm2020 → esm2022}/lib/services/help/help.service.mjs +63 -63
- package/{esm2020 → esm2022}/lib/services/idle/idle.service.mjs +159 -159
- package/{esm2020 → esm2022}/lib/services/logger/logger.service.mjs +67 -67
- package/esm2022/lib/services/login/login.service.mjs +330 -0
- package/{esm2020 → esm2022}/lib/services/maintenance/maintenance.service.mjs +21 -21
- package/{esm2020 → esm2022}/lib/services/notification/notification.service.mjs +113 -113
- package/{esm2020 → esm2022}/lib/services/questionnaire/questionnaire.service.mjs +69 -69
- package/{esm2020 → esm2022}/lib/services/questionnaire/validation.service.mjs +59 -59
- package/{esm2020 → esm2022}/lib/services/security-service/security.service.mjs +35 -35
- package/{esm2020 → esm2022}/lib/services/tour/tour.service.mjs +60 -60
- package/{esm2020 → esm2022}/lib/services/util/util.service.mjs +424 -424
- package/esm2022/lib/validations/AppRegex.mjs +45 -0
- package/{esm2020 → esm2022}/lib/validations/AppValidators.mjs +165 -165
- package/{esm2020 → esm2022}/public-api.mjs +131 -131
- package/{esm2020 → esm2022}/reusa-ngx-reusa-app-lib.mjs +4 -4
- package/{fesm2020 → fesm2022}/reusa-ngx-reusa-app-lib.mjs +27966 -27877
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -0
- package/index.d.ts +5 -5
- package/lib/annimations/app-animations.d.ts +3 -3
- package/lib/components/add-employer/add-employer.component.d.ts +276 -276
- package/lib/components/add-participant/add-participant.component.d.ts +45 -45
- package/lib/components/add-payment/add-payment.component.d.ts +33 -33
- package/lib/components/address/address.component.d.ts +68 -68
- package/lib/components/address/address.component.d.ts.map +1 -1
- package/lib/components/bank-details/bank-details.component.d.ts +39 -39
- package/lib/components/captcha/captcha.component.d.ts +44 -44
- package/lib/components/card/card.component.d.ts +11 -11
- package/lib/components/contact-us/contact-us.component.d.ts +105 -107
- package/lib/components/contact-us/contact-us.component.d.ts.map +1 -1
- package/lib/components/content/content.component.d.ts +13 -13
- package/lib/components/correspondence-download/correspondence-download.component.d.ts +21 -21
- package/lib/components/dashboard-card/dashboard-card.component.d.ts +25 -25
- package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -1
- package/lib/components/dependent-grid/dependent-grid.component.d.ts +35 -35
- package/lib/components/disclosure/disclosure.component.d.ts +12 -12
- package/lib/components/dropdown/dropdown.component.d.ts +581 -207
- package/lib/components/dropdown/dropdown.component.d.ts.map +1 -1
- package/lib/components/dropdown/dropdown.interface.d.ts +155 -0
- package/lib/components/dropdown/dropdown.interface.d.ts.map +1 -0
- package/lib/components/email-update/email-update.component.d.ts +31 -31
- package/lib/components/employer-grid/employer-grid.component.d.ts +95 -94
- package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -1
- package/lib/components/error/error.component.d.ts +17 -17
- package/lib/components/fav-menu/fav-menu.component.d.ts +21 -21
- package/lib/components/file-download/file-download.component.d.ts +22 -22
- package/lib/components/file-uploader/file-uploader.component.d.ts +47 -47
- package/lib/components/footer/footer.component.d.ts +36 -36
- package/lib/components/header/header.component.d.ts +59 -58
- package/lib/components/header/header.component.d.ts.map +1 -1
- package/lib/components/help/help.component.d.ts +10 -10
- package/lib/components/idle-detector/idle-detector.component.d.ts +15 -15
- package/lib/components/info/info.component.d.ts +22 -22
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +21 -21
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +33 -33
- package/lib/components/maintenance-detector/maintenance-detector.component.d.ts +15 -15
- package/lib/components/mask/mask.component.d.ts +11 -11
- package/lib/components/menu/menu.component.d.ts +43 -43
- package/lib/components/mfa/mfa.component.d.ts +59 -59
- package/lib/components/mfa-popup/mfa-popup.component.d.ts +16 -16
- package/lib/components/money-expect/money-expect.component.d.ts +18 -18
- package/lib/components/msg/msg.component.d.ts +10 -10
- package/lib/components/news/news.component.d.ts +14 -14
- package/lib/components/overlay-info/overlay-info.component.d.ts +34 -34
- package/lib/components/page/page.component.d.ts +23 -23
- package/lib/components/profile/profile.component.d.ts +28 -28
- package/lib/components/profile-redirect/profile-redirect.component.d.ts +13 -13
- package/lib/components/questionnaire/AppValidators.d.ts +14 -14
- package/lib/components/questionnaire/AppValidators.d.ts.map +1 -1
- package/lib/components/questionnaire/FbConstants.d.ts +7 -7
- package/lib/components/questionnaire/SelectItem.d.ts +4 -4
- package/lib/components/questionnaire/account-success/account-success.page.d.ts +53 -53
- package/lib/components/questionnaire/common-success/common-success.page.d.ts +75 -75
- package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +46 -46
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts +82 -82
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form.component.d.ts +130 -130
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +66 -64
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -1
- package/lib/components/questionnaire/input-focus.directive.d.ts +11 -11
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +38 -38
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -1
- package/lib/components/questionnaire/question-base.d.ts +16 -16
- package/lib/components/questionnaire/question-control.service.d.ts +19 -19
- package/lib/components/questionnaire/question-control.service.d.ts.map +1 -1
- package/lib/components/questionnaire/question.service.d.ts +18 -18
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +75 -74
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -1
- package/lib/components/read-more/read-more.component.d.ts +14 -14
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +67 -67
- package/lib/components/search-employer/search-employer.component.d.ts +37 -36
- package/lib/components/search-employer/search-employer.component.d.ts.map +1 -1
- package/lib/components/select/select.component.d.ts +55 -55
- package/lib/components/ssn/ssn.component.d.ts +11 -11
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +22 -22
- package/lib/components/test/test.component.d.ts +8 -8
- package/lib/components/user-login/user-login.component.d.ts +48 -48
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +59 -59
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +45 -45
- package/lib/directives/auto-focus/auto-focus.directive.d.ts +12 -12
- package/lib/directives/caps-lock.directive.d.ts +11 -11
- package/lib/directives/required-roles/required-roles.directive.d.ts +14 -14
- package/lib/enums/EmailStatusEnum.d.ts +7 -7
- package/lib/guards/auth.guard.d.ts +28 -28
- package/lib/guards/auth.guard.d.ts.map +1 -1
- package/lib/guards/no-login/no-login.guard.d.ts +11 -11
- package/lib/guards/no-login/no-login.guard.d.ts.map +1 -1
- package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts +22 -22
- package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts +21 -21
- package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts.map +1 -1
- package/lib/models/AddressComponentModel.d.ts +12 -12
- package/lib/models/BankDetailsComponentModel.d.ts +11 -11
- package/lib/models/BankDetailsModel.d.ts +4 -4
- package/lib/models/CinRequalificationCriteriaModel.d.ts +10 -10
- package/lib/models/EmployerDetailSearchResult.d.ts +47 -47
- package/lib/models/ErrorModel.d.ts +6 -6
- package/lib/models/FileModel.d.ts +4 -4
- package/lib/models/LibConstants.d.ts +112 -112
- package/lib/models/NewsAndAnnouncementModel.d.ts +5 -5
- package/lib/models/NotificationModel.d.ts +10 -10
- package/lib/models/OtpAuthModel.d.ts +6 -6
- package/lib/models/PaymentComponentModel.d.ts +7 -7
- package/lib/models/RequalifyLiftPageModel.d.ts +11 -11
- package/lib/models/SsaVerificationModel.d.ts +8 -8
- package/lib/models/TrendModel.d.ts +13 -13
- package/lib/models/UserDetailsModel.d.ts +9 -9
- package/lib/models/UserModel.d.ts +46 -46
- package/lib/models/case/CaseAttachmentModel.d.ts +5 -5
- package/lib/models/claimant/ClaimantModel.d.ts +22 -22
- package/lib/models/claimant/JobResultsData.d.ts +7 -7
- package/lib/models/claimant/MatchingJobs.d.ts +12 -12
- package/lib/models/claimant/ResetPasswordModel.d.ts +8 -8
- package/lib/models/cmp/CaseCoreModel.d.ts +20 -20
- package/lib/models/cmp/ComplaintCategoryModel.d.ts +8 -8
- package/lib/models/cmp/ComplaintCategoryOutputModel.d.ts +5 -5
- package/lib/models/cmp/ContactUsModel.d.ts +22 -22
- package/lib/models/cmp/EmailTemplateModel.d.ts +6 -6
- package/lib/models/cmp/contactUsInqueryModel.d.ts +46 -46
- package/lib/models/cmp/messageRourceModel.d.ts +5 -5
- package/lib/models/dashboard-model.d.ts +43 -43
- package/lib/models/dependent.model.d.ts +11 -18
- package/lib/models/dependent.model.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmpRequestModel.d.ts +8 -8
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +16 -16
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +151 -151
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +16 -16
- package/lib/models/questionnaire/ComboModel.d.ts +85 -85
- package/lib/models/questionnaire/ElementsModel.d.ts +68 -68
- package/lib/models/questionnaire/EmployerDetailSearchResult.d.ts +17 -17
- package/lib/models/questionnaire/EmployerWagesModel.d.ts +4 -4
- package/lib/models/questionnaire/FBConfigModel.d.ts +11 -11
- package/lib/models/questionnaire/KeyValueModel.d.ts +10 -10
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +10 -10
- package/lib/models/questionnaire/LoaderModel.d.ts +4 -4
- package/lib/models/questionnaire/PollingStatusModel.d.ts +6 -6
- package/lib/models/questionnaire/QtrYearEmployerWageModel.d.ts +8 -8
- package/lib/models/questionnaire/QuestionnaireQueryModel.d.ts +23 -23
- package/lib/models/questionnaire/QuestionnaireReturnModel.d.ts +20 -20
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +24 -24
- package/lib/models/questionnaire/RequalifyLiftIssuesModel.d.ts +13 -13
- package/lib/models/questionnaire/ServiceActionResponseModel.d.ts +6 -6
- package/lib/models/questionnaire/StatusModel.d.ts +15 -15
- package/lib/models/questionnaire/SuccessPageElement.d.ts +8 -8
- package/lib/models/questionnaire/UI512AResponseModel.d.ts +12 -12
- package/lib/models/questionnaire/ValidationModel.d.ts +17 -17
- package/lib/ngx-reusa-app-lib.component.d.ts +8 -8
- package/lib/ngx-reusa-app-lib.module.d.ts +148 -145
- package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -1
- package/lib/ngx-reusa-app-lib.service.d.ts +6 -6
- package/lib/pages/BasePage.d.ts +26 -26
- package/lib/pages/common/accessibility-policy/accessibility-policy.page.d.ts +11 -11
- package/lib/pages/common/change-password/change-password.page.d.ts +40 -40
- package/lib/pages/common/landing/landing.component.d.ts +24 -24
- package/lib/pages/common/landing2/landing2.component.d.ts +30 -30
- package/lib/pages/common/login/login.component.d.ts +64 -64
- package/lib/pages/common/not-found/not-found.page.d.ts +8 -8
- package/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.d.ts +11 -11
- package/lib/pages/common/security-policy/security-policy.page.d.ts +11 -11
- package/lib/pages/common/unauthorized/unauthorized.page.d.ts +8 -8
- package/lib/pages/popovers/language/language.page.d.ts +16 -16
- package/lib/pages/popovers/my-notifications/my-notifications.page.d.ts +21 -21
- package/lib/pages/popovers/my-profile/my-profile.page.d.ts +20 -20
- package/lib/pages/popovers/user-search/user-search.component.d.ts +31 -31
- package/lib/pipes/filter.pipe.d.ts +7 -7
- package/lib/pipes/mask/mask.email.pipe.d.ts +10 -10
- package/lib/pipes/proper-case/proper-case.pipe.d.ts +8 -8
- package/lib/pipes/translate/dynamic-translate.pipe.d.ts +10 -10
- package/lib/pipes/trust-html/trust-html.pipe.d.ts +10 -10
- package/lib/services/base-service.d.ts +92 -92
- package/lib/services/captcha/captcha.service.d.ts +15 -15
- package/lib/services/case-service/case.service.d.ts +19 -19
- package/lib/services/chatbot/chatbot.service.d.ts +60 -60
- package/lib/services/chatbot/script.const.d.ts +15 -15
- package/lib/services/claimant/claimant.service.d.ts +17 -17
- package/lib/services/claimant-context/claimant-context.service.d.ts +18 -18
- package/lib/services/claimant-context/claimant-context.service.d.ts.map +1 -1
- package/lib/services/claimant-service/claimant.service.d.ts +19 -19
- package/lib/services/claims/claims.service.d.ts +39 -39
- package/lib/services/cmp-service/cmp.service.d.ts +33 -33
- package/lib/services/dms-service/dms.service.d.ts +23 -23
- package/lib/services/fpjs/fingerprint.service.d.ts +18 -18
- package/lib/services/google-analytics/google-analytics.service.d.ts +8 -8
- package/lib/services/help/help.service.d.ts +25 -25
- package/lib/services/help/help.service.d.ts.map +1 -1
- package/lib/services/idle/idle.service.d.ts +43 -43
- package/lib/services/logger/logger.service.d.ts +31 -31
- package/lib/services/logger/logger.service.d.ts.map +1 -1
- package/lib/services/login/login.service.d.ts +75 -75
- package/lib/services/login/login.service.d.ts.map +1 -1
- package/lib/services/maintenance/maintenance.service.d.ts +15 -15
- package/lib/services/notification/notification.service.d.ts +38 -38
- package/lib/services/questionnaire/questionnaire.service.d.ts +35 -35
- package/lib/services/questionnaire/validation.service.d.ts +81 -81
- package/lib/services/security-service/security.service.d.ts +14 -14
- package/lib/services/tour/tour.service.d.ts +24 -24
- package/lib/services/util/util.service.d.ts +190 -190
- package/lib/validations/AppRegex.d.ts +43 -43
- package/lib/validations/AppValidators.d.ts +53 -53
- package/package.json +6 -11
- package/public-api.d.ts +121 -121
- package/esm2020/lib/components/add-employer/add-employer.component.mjs +0 -3099
- package/esm2020/lib/components/add-participant/add-participant.component.mjs +0 -396
- package/esm2020/lib/components/add-payment/add-payment.component.mjs +0 -186
- package/esm2020/lib/components/address/address.component.mjs +0 -480
- package/esm2020/lib/components/bank-details/bank-details.component.mjs +0 -275
- package/esm2020/lib/components/captcha/captcha.component.mjs +0 -180
- package/esm2020/lib/components/card/card.component.mjs +0 -54
- package/esm2020/lib/components/contact-us/contact-us.component.mjs +0 -1004
- package/esm2020/lib/components/content/content.component.mjs +0 -60
- package/esm2020/lib/components/correspondence-download/correspondence-download.component.mjs +0 -82
- package/esm2020/lib/components/dashboard-card/dashboard-card.component.mjs +0 -219
- package/esm2020/lib/components/dependent-grid/dependent-grid.component.mjs +0 -297
- package/esm2020/lib/components/disclosure/disclosure.component.mjs +0 -59
- package/esm2020/lib/components/dropdown/dropdown.component.mjs +0 -1552
- package/esm2020/lib/components/email-update/email-update.component.mjs +0 -287
- package/esm2020/lib/components/employer-grid/employer-grid.component.mjs +0 -800
- package/esm2020/lib/components/error/error.component.mjs +0 -85
- package/esm2020/lib/components/fav-menu/fav-menu.component.mjs +0 -163
- package/esm2020/lib/components/file-uploader/file-uploader.component.mjs +0 -317
- package/esm2020/lib/components/footer/footer.component.mjs +0 -337
- package/esm2020/lib/components/header/header.component.mjs +0 -566
- package/esm2020/lib/components/help/help.component.mjs +0 -48
- package/esm2020/lib/components/idle-detector/idle-detector.component.mjs +0 -64
- package/esm2020/lib/components/job-search-result-page/job-search-result-page.component.mjs +0 -209
- package/esm2020/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +0 -192
- package/esm2020/lib/components/maintenance-detector/maintenance-detector.component.mjs +0 -42
- package/esm2020/lib/components/mask/mask.component.mjs +0 -48
- package/esm2020/lib/components/menu/menu.component.mjs +0 -430
- package/esm2020/lib/components/mfa/mfa.component.mjs +0 -451
- package/esm2020/lib/components/mfa-popup/mfa-popup.component.mjs +0 -49
- package/esm2020/lib/components/money-expect/money-expect.component.mjs +0 -89
- package/esm2020/lib/components/msg/msg.component.mjs +0 -48
- package/esm2020/lib/components/news/news.component.mjs +0 -89
- package/esm2020/lib/components/overlay-info/overlay-info.component.mjs +0 -235
- package/esm2020/lib/components/page/page.component.mjs +0 -138
- package/esm2020/lib/components/profile/profile.component.mjs +0 -182
- package/esm2020/lib/components/profile-redirect/profile-redirect.component.mjs +0 -62
- package/esm2020/lib/components/questionnaire/AppValidators.mjs +0 -523
- package/esm2020/lib/components/questionnaire/account-success/account-success.page.mjs +0 -259
- package/esm2020/lib/components/questionnaire/common-success/common-success.page.mjs +0 -483
- package/esm2020/lib/components/questionnaire/dynamic-form-panel.component.mjs +0 -1137
- package/esm2020/lib/components/questionnaire/dynamic-form-question.component.mjs +0 -1948
- package/esm2020/lib/components/questionnaire/dynamic-form.component.mjs +0 -1257
- package/esm2020/lib/components/questionnaire/form-builder/form-builder.page.mjs +0 -240
- package/esm2020/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +0 -259
- package/esm2020/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +0 -260
- package/esm2020/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +0 -703
- package/esm2020/lib/components/search-employer/search-employer.component.mjs +0 -142
- package/esm2020/lib/components/select/select.component.mjs +0 -153
- package/esm2020/lib/components/ssn/ssn.component.mjs +0 -43
- package/esm2020/lib/components/ssn-reverify/ssn-reverify.component.mjs +0 -150
- package/esm2020/lib/components/test/test.component.mjs +0 -18
- package/esm2020/lib/components/user-login/user-login.component.mjs +0 -401
- package/esm2020/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +0 -445
- package/esm2020/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +0 -308
- package/esm2020/lib/guards/no-login/no-login.guard.mjs +0 -21
- package/esm2020/lib/models/RequalifyLiftPageModel.mjs +0 -11
- package/esm2020/lib/models/cmp/CaseCoreModel.mjs +0 -3
- package/esm2020/lib/models/cmp/ContactUsModel.mjs +0 -3
- package/esm2020/lib/models/cmp/contactUsInqueryModel.mjs +0 -7
- package/esm2020/lib/models/dashboard-model.mjs +0 -3
- package/esm2020/lib/models/dependent.model.mjs +0 -8
- package/esm2020/lib/models/questionnaire/ComboModel.mjs +0 -337
- package/esm2020/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +0 -3
- package/esm2020/lib/models/questionnaire/StatusModel.mjs +0 -6
- package/esm2020/lib/models/questionnaire/UI512AResponseModel.mjs +0 -3
- package/esm2020/lib/ngx-reusa-app-lib.component.mjs +0 -22
- package/esm2020/lib/ngx-reusa-app-lib.module.mjs +0 -390
- package/esm2020/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +0 -80
- package/esm2020/lib/pages/common/change-password/change-password.page.mjs +0 -477
- package/esm2020/lib/pages/common/landing/landing.component.mjs +0 -207
- package/esm2020/lib/pages/common/landing2/landing2.component.mjs +0 -244
- package/esm2020/lib/pages/common/login/login.component.mjs +0 -542
- package/esm2020/lib/pages/common/not-found/not-found.page.mjs +0 -23
- package/esm2020/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +0 -305
- package/esm2020/lib/pages/common/security-policy/security-policy.page.mjs +0 -60
- package/esm2020/lib/pages/common/unauthorized/unauthorized.page.mjs +0 -23
- package/esm2020/lib/pages/popovers/language/language.page.mjs +0 -60
- package/esm2020/lib/pages/popovers/my-notifications/my-notifications.page.mjs +0 -205
- package/esm2020/lib/pages/popovers/my-profile/my-profile.page.mjs +0 -129
- package/esm2020/lib/pages/popovers/user-search/user-search.component.mjs +0 -253
- package/esm2020/lib/services/chatbot/script.const.mjs +0 -42
- package/esm2020/lib/services/claimant-context/claimant-context.service.mjs +0 -47
- package/esm2020/lib/services/login/login.service.mjs +0 -330
- package/esm2020/lib/validations/AppRegex.mjs +0 -45
- package/fesm2015/reusa-ngx-reusa-app-lib.mjs +0 -30728
- package/fesm2015/reusa-ngx-reusa-app-lib.mjs.map +0 -1
- package/fesm2020/reusa-ngx-reusa-app-lib.mjs.map +0 -1
|
@@ -1,451 +0,0 @@
|
|
|
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 "@angular/material/form-field";
|
|
13
|
-
import * as i8 from "primeng/api";
|
|
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);
|
|
124
|
-
i0.ɵɵtemplate(2, MfaComponent_div_6_ion_label_18_span_2_Template, 3, 0, "span", 12);
|
|
125
|
-
i0.ɵɵelementEnd();
|
|
126
|
-
} if (rf & 2) {
|
|
127
|
-
const ctx_r14 = i0.ɵɵnextContext(2);
|
|
128
|
-
i0.ɵɵadvance(1);
|
|
129
|
-
i0.ɵɵproperty("ngIf", ctx_r14.counter.getValue() != 1);
|
|
130
|
-
i0.ɵɵadvance(1);
|
|
131
|
-
i0.ɵɵproperty("ngIf", ctx_r14.counter.getValue() == 1);
|
|
132
|
-
} }
|
|
133
|
-
function MfaComponent_div_6_p_22_Template(rf, ctx) { if (rf & 1) {
|
|
134
|
-
i0.ɵɵelementStart(0, "p");
|
|
135
|
-
i0.ɵɵtext(1, " Your code is good for 15 minutes. You can try again later.");
|
|
136
|
-
i0.ɵɵelement(2, "br");
|
|
137
|
-
i0.ɵɵtext(3, " or");
|
|
138
|
-
i0.ɵɵelement(4, "br");
|
|
139
|
-
i0.ɵɵtext(5);
|
|
140
|
-
i0.ɵɵelementEnd();
|
|
141
|
-
} if (rf & 2) {
|
|
142
|
-
const ctx_r15 = i0.ɵɵnextContext(2);
|
|
143
|
-
i0.ɵɵadvance(5);
|
|
144
|
-
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. ");
|
|
145
|
-
} }
|
|
146
|
-
const _c1 = function () { return { required: "Access code is required.", minlength: "Access code should have 6 numbers." }; };
|
|
147
|
-
function MfaComponent_div_6_Template(rf, ctx) { if (rf & 1) {
|
|
148
|
-
const _r21 = i0.ɵɵgetCurrentView();
|
|
149
|
-
i0.ɵɵelementStart(0, "div", 6)(1, "div", 11)(2, "ion-label");
|
|
150
|
-
i0.ɵɵtemplate(3, MfaComponent_div_6_span_3_Template, 5, 3, "span", 12);
|
|
151
|
-
i0.ɵɵtemplate(4, MfaComponent_div_6_span_4_Template, 5, 3, "span", 12);
|
|
152
|
-
i0.ɵɵelementEnd();
|
|
153
|
-
i0.ɵɵelement(5, "br")(6, "br");
|
|
154
|
-
i0.ɵɵtemplate(7, MfaComponent_div_6_ion_label_7_Template, 2, 0, "ion-label", 12);
|
|
155
|
-
i0.ɵɵtemplate(8, MfaComponent_div_6_span_8_Template, 3, 0, "span", 12);
|
|
156
|
-
i0.ɵɵelementStart(9, "div", 8)(10, "label", 13);
|
|
157
|
-
i0.ɵɵtext(11, "Enter code");
|
|
158
|
-
i0.ɵɵelementEnd();
|
|
159
|
-
i0.ɵɵelement(12, "br")(13, "p-inputNumber", 14)(14, "app-error", 15);
|
|
160
|
-
i0.ɵɵelementEnd();
|
|
161
|
-
i0.ɵɵtemplate(15, MfaComponent_div_6_ion_item_15_Template, 5, 3, "ion-item", 16);
|
|
162
|
-
i0.ɵɵelementEnd();
|
|
163
|
-
i0.ɵɵtemplate(16, MfaComponent_div_6_mat_error_16_Template, 4, 1, "mat-error", 12);
|
|
164
|
-
i0.ɵɵtemplate(17, MfaComponent_div_6_ion_label_17_Template, 4, 1, "ion-label", 17);
|
|
165
|
-
i0.ɵɵtemplate(18, MfaComponent_div_6_ion_label_18_Template, 3, 2, "ion-label", 12);
|
|
166
|
-
i0.ɵɵelementStart(19, "p")(20, "a", 18);
|
|
167
|
-
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()); });
|
|
168
|
-
i0.ɵɵtext(21);
|
|
169
|
-
i0.ɵɵelementEnd()();
|
|
170
|
-
i0.ɵɵtemplate(22, MfaComponent_div_6_p_22_Template, 6, 1, "p", 12);
|
|
171
|
-
i0.ɵɵelementEnd();
|
|
172
|
-
} if (rf & 2) {
|
|
173
|
-
const ctx_r2 = i0.ɵɵnextContext();
|
|
174
|
-
const _r0 = i0.ɵɵreference(1);
|
|
175
|
-
i0.ɵɵadvance(3);
|
|
176
|
-
i0.ɵɵproperty("ngIf", ctx_r2.option.value == "email");
|
|
177
|
-
i0.ɵɵadvance(1);
|
|
178
|
-
i0.ɵɵproperty("ngIf", ctx_r2.option.value == "text");
|
|
179
|
-
i0.ɵɵadvance(3);
|
|
180
|
-
i0.ɵɵproperty("ngIf", ctx_r2.option.value == "email");
|
|
181
|
-
i0.ɵɵadvance(1);
|
|
182
|
-
i0.ɵɵproperty("ngIf", ctx_r2.option.value == "email");
|
|
183
|
-
i0.ɵɵadvance(5);
|
|
184
|
-
i0.ɵɵproperty("useGrouping", false)("inputId", "authCode");
|
|
185
|
-
i0.ɵɵadvance(1);
|
|
186
|
-
i0.ɵɵproperty("field", ctx_r2.otp)("form", _r0)("errDef", i0.ɵɵpureFunction0(15, _c1));
|
|
187
|
-
i0.ɵɵadvance(1);
|
|
188
|
-
i0.ɵɵproperty("ngIf", false);
|
|
189
|
-
i0.ɵɵadvance(1);
|
|
190
|
-
i0.ɵɵproperty("ngIf", ctx_r2.errorDtls);
|
|
191
|
-
i0.ɵɵadvance(1);
|
|
192
|
-
i0.ɵɵproperty("ngIf", ctx_r2.successDtls);
|
|
193
|
-
i0.ɵɵadvance(1);
|
|
194
|
-
i0.ɵɵproperty("ngIf", !ctx_r2.blocked);
|
|
195
|
-
i0.ɵɵadvance(3);
|
|
196
|
-
i0.ɵɵtextInterpolate1("Can't get to your ", ctx_r2.option.value == "text" ? "cellphone" : "email", "?");
|
|
197
|
-
i0.ɵɵadvance(1);
|
|
198
|
-
i0.ɵɵproperty("ngIf", ctx_r2.showHelp);
|
|
199
|
-
} }
|
|
200
|
-
function MfaComponent_div_8_Template(rf, ctx) { if (rf & 1) {
|
|
201
|
-
i0.ɵɵelementStart(0, "div", 23);
|
|
202
|
-
i0.ɵɵelement(1, "ion-spinner", 24);
|
|
203
|
-
i0.ɵɵelementEnd();
|
|
204
|
-
} }
|
|
205
|
-
function MfaComponent_div_9_ion_button_3_Template(rf, ctx) { if (rf & 1) {
|
|
206
|
-
const _r25 = i0.ɵɵgetCurrentView();
|
|
207
|
-
i0.ɵɵelementStart(0, "ion-button", 28);
|
|
208
|
-
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()); });
|
|
209
|
-
i0.ɵɵtext(1, " Submit ");
|
|
210
|
-
i0.ɵɵelementEnd();
|
|
211
|
-
} }
|
|
212
|
-
function MfaComponent_div_9_ion_button_4_Template(rf, ctx) { if (rf & 1) {
|
|
213
|
-
const _r27 = i0.ɵɵgetCurrentView();
|
|
214
|
-
i0.ɵɵelementStart(0, "ion-button", 28);
|
|
215
|
-
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()); });
|
|
216
|
-
i0.ɵɵtext(1, " Submit ");
|
|
217
|
-
i0.ɵɵelementEnd();
|
|
218
|
-
} }
|
|
219
|
-
function MfaComponent_div_9_Template(rf, ctx) { if (rf & 1) {
|
|
220
|
-
const _r29 = i0.ɵɵgetCurrentView();
|
|
221
|
-
i0.ɵɵelementStart(0, "div", 25)(1, "ion-button", 26);
|
|
222
|
-
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()); });
|
|
223
|
-
i0.ɵɵtext(2, " Close ");
|
|
224
|
-
i0.ɵɵelementEnd();
|
|
225
|
-
i0.ɵɵtemplate(3, MfaComponent_div_9_ion_button_3_Template, 2, 0, "ion-button", 27);
|
|
226
|
-
i0.ɵɵtemplate(4, MfaComponent_div_9_ion_button_4_Template, 2, 0, "ion-button", 27);
|
|
227
|
-
i0.ɵɵelementEnd();
|
|
228
|
-
} if (rf & 2) {
|
|
229
|
-
const ctx_r4 = i0.ɵɵnextContext();
|
|
230
|
-
i0.ɵɵadvance(3);
|
|
231
|
-
i0.ɵɵproperty("ngIf", !ctx_r4.requestCode && ctx_r4.option.value);
|
|
232
|
-
i0.ɵɵadvance(1);
|
|
233
|
-
i0.ɵɵproperty("ngIf", ctx_r4.requestCode && ctx_r4.option.value);
|
|
234
|
-
} }
|
|
235
|
-
export class MfaComponent {
|
|
236
|
-
constructor(ls, fb, util, nav, cs) {
|
|
237
|
-
this.ls = ls;
|
|
238
|
-
this.fb = fb;
|
|
239
|
-
this.util = util;
|
|
240
|
-
this.nav = nav;
|
|
241
|
-
this.cs = cs;
|
|
242
|
-
this.RESEND_CODE_ACTION_NAME = "MFA_RESEND_CODE";
|
|
243
|
-
this.isChecked = false;
|
|
244
|
-
this.showHelp = false;
|
|
245
|
-
this.hideButtons = false;
|
|
246
|
-
this.clear = new EventEmitter();
|
|
247
|
-
this.success = new EventEmitter();
|
|
248
|
-
this.error = new EventEmitter();
|
|
249
|
-
this.time = 60;
|
|
250
|
-
this.timerInterval = interval(1000); //1s
|
|
251
|
-
this.timer = timer(60000); //90s
|
|
252
|
-
this.countDown = this.timerInterval.pipe(take(this.time));
|
|
253
|
-
this.counter = new BehaviorSubject(0);
|
|
254
|
-
this.options = [
|
|
255
|
-
{ value: 'text', text: 'text' },
|
|
256
|
-
{ value: 'email', text: 'email' }
|
|
257
|
-
];
|
|
258
|
-
}
|
|
259
|
-
ngOnChanges(changes) {
|
|
260
|
-
if (changes.mfaError?.currentValue) {
|
|
261
|
-
this.errorDtls = this.mfaError.msg;
|
|
262
|
-
this.successDtls = null;
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
ngOnDestroy() {
|
|
266
|
-
if (this.counterSubscription) {
|
|
267
|
-
this.counterSubscription.unsubscribe();
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
ngOnInit() {
|
|
271
|
-
this.initilizeForm();
|
|
272
|
-
//this.setCountdown();
|
|
273
|
-
if (this.requestCode) {
|
|
274
|
-
let mfaOptions = this.user?.supportedMfaTypes?.split(",") || ['email'];
|
|
275
|
-
if (mfaOptions.length > 1) {
|
|
276
|
-
//allow user to choose otp option
|
|
277
|
-
}
|
|
278
|
-
else {
|
|
279
|
-
this.requestNewAuthCode('email');
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
else {
|
|
283
|
-
this.setCountdown();
|
|
284
|
-
}
|
|
285
|
-
}
|
|
286
|
-
requestNewAuthCode(otpType) {
|
|
287
|
-
this.blocked = true;
|
|
288
|
-
this.ls.getNewAuthCode(otpType)
|
|
289
|
-
.subscribe(res => {
|
|
290
|
-
this.blocked = false;
|
|
291
|
-
this.successDtls = "Access code sent successfully.";
|
|
292
|
-
this.counter.next(60);
|
|
293
|
-
this.setCountdown();
|
|
294
|
-
}, err => {
|
|
295
|
-
this.successDtls = null;
|
|
296
|
-
this.blocked = false;
|
|
297
|
-
this.errorDtls = err.msg;
|
|
298
|
-
});
|
|
299
|
-
}
|
|
300
|
-
setCountdown() {
|
|
301
|
-
if (this.counterSubscription) {
|
|
302
|
-
this.counterSubscription.unsubscribe();
|
|
303
|
-
}
|
|
304
|
-
this.counterSubscription = this.countDown.subscribe(val => {
|
|
305
|
-
let value = this.time - val;
|
|
306
|
-
this.counter.next(value);
|
|
307
|
-
});
|
|
308
|
-
}
|
|
309
|
-
initilizeForm() {
|
|
310
|
-
let mfaOptions = this.user?.supportedMfaTypes?.split(",") || ['email'];
|
|
311
|
-
this.otpForm = this.fb.group({
|
|
312
|
-
'otp': [null, [Validators.required, Validators.minLength(6)]],
|
|
313
|
-
'checked': [false],
|
|
314
|
-
'option': [mfaOptions && mfaOptions.length > 1 ? null : mfaOptions[0]]
|
|
315
|
-
});
|
|
316
|
-
}
|
|
317
|
-
get otp() {
|
|
318
|
-
return this.otpForm.get('otp');
|
|
319
|
-
}
|
|
320
|
-
get option() {
|
|
321
|
-
return this.otpForm.get('option');
|
|
322
|
-
}
|
|
323
|
-
get checked() {
|
|
324
|
-
return this.otpForm.get('checked');
|
|
325
|
-
}
|
|
326
|
-
close() {
|
|
327
|
-
this.clear.emit();
|
|
328
|
-
}
|
|
329
|
-
submit() {
|
|
330
|
-
if (this.otpForm.valid) {
|
|
331
|
-
this.ls.setAuthCode(this.otp.value);
|
|
332
|
-
this.success.emit(this.data);
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
async signIn() {
|
|
336
|
-
if (this.otp.invalid) {
|
|
337
|
-
return;
|
|
338
|
-
}
|
|
339
|
-
let auth = {};
|
|
340
|
-
auth.userId = this.user.username;
|
|
341
|
-
auth.password = this.user.password;
|
|
342
|
-
auth.otp = this.otp.value;
|
|
343
|
-
auth.istrustedDevice = this.checked.value + "";
|
|
344
|
-
this.blocked = true;
|
|
345
|
-
this.successDtls = null;
|
|
346
|
-
this.errorDtls = null;
|
|
347
|
-
this.util
|
|
348
|
-
.showLoader()
|
|
349
|
-
.then(() => {
|
|
350
|
-
this.ls.loginAndCheckForMFA(auth)
|
|
351
|
-
.subscribe(res => {
|
|
352
|
-
let userModel = res;
|
|
353
|
-
this.ls.setUser(userModel).then(res => {
|
|
354
|
-
this.success.emit();
|
|
355
|
-
this.blocked = false;
|
|
356
|
-
this.util.hideLoader();
|
|
357
|
-
});
|
|
358
|
-
}, err => {
|
|
359
|
-
this.error.emit(err);
|
|
360
|
-
this.errorDtls = err.msg;
|
|
361
|
-
this.util.hideLoader();
|
|
362
|
-
this.blocked = false;
|
|
363
|
-
});
|
|
364
|
-
});
|
|
365
|
-
}
|
|
366
|
-
sendOtp(event) {
|
|
367
|
-
this.resendAuthCode(event.value);
|
|
368
|
-
}
|
|
369
|
-
resendAuthCode(otpType) {
|
|
370
|
-
this.successDtls = null;
|
|
371
|
-
this.errorDtls = null;
|
|
372
|
-
this.blocked = true;
|
|
373
|
-
this.cs.generateCaptchaToken(this.RESEND_CODE_ACTION_NAME)
|
|
374
|
-
.subscribe((token) => {
|
|
375
|
-
this.cs.setInvisibelCaptcha(token);
|
|
376
|
-
this.ls
|
|
377
|
-
.generateOtp(this.user.username, otpType)
|
|
378
|
-
.subscribe(res => {
|
|
379
|
-
this.blocked = false;
|
|
380
|
-
this.successDtls = "Access code sent successfully.";
|
|
381
|
-
this.counter.next(60);
|
|
382
|
-
this.setCountdown();
|
|
383
|
-
}, err => {
|
|
384
|
-
this.successDtls = null;
|
|
385
|
-
this.blocked = false;
|
|
386
|
-
this.errorDtls = err.msg;
|
|
387
|
-
});
|
|
388
|
-
}, err => {
|
|
389
|
-
this.successDtls = null;
|
|
390
|
-
this.blocked = false;
|
|
391
|
-
this.errorDtls = 'Captcha verification failed. Please retry.';
|
|
392
|
-
console.log('error while verifying captcha', err);
|
|
393
|
-
});
|
|
394
|
-
}
|
|
395
|
-
}
|
|
396
|
-
MfaComponent.ɵ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)); };
|
|
397
|
-
MfaComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MfaComponent, selectors: [["app-mfa"]], viewQuery: function MfaComponent_Query(rf, ctx) { if (rf & 1) {
|
|
398
|
-
i0.ɵɵviewQuery(_c0, 5);
|
|
399
|
-
} if (rf & 2) {
|
|
400
|
-
let _t;
|
|
401
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.otpFormDirective = _t.first);
|
|
402
|
-
} }, 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) {
|
|
403
|
-
i0.ɵɵelementStart(0, "form", 0, 1)(2, "h4", 2);
|
|
404
|
-
i0.ɵɵtext(3);
|
|
405
|
-
i0.ɵɵpipe(4, "translate");
|
|
406
|
-
i0.ɵɵelementEnd();
|
|
407
|
-
i0.ɵɵtemplate(5, MfaComponent_div_5_Template, 7, 5, "div", 3);
|
|
408
|
-
i0.ɵɵtemplate(6, MfaComponent_div_6_Template, 23, 16, "div", 3);
|
|
409
|
-
i0.ɵɵelementStart(7, "p-footer");
|
|
410
|
-
i0.ɵɵtemplate(8, MfaComponent_div_8_Template, 2, 0, "div", 4);
|
|
411
|
-
i0.ɵɵtemplate(9, MfaComponent_div_9_Template, 5, 2, "div", 5);
|
|
412
|
-
i0.ɵɵelementEnd()();
|
|
413
|
-
} if (rf & 2) {
|
|
414
|
-
i0.ɵɵproperty("formGroup", ctx.otpForm);
|
|
415
|
-
i0.ɵɵadvance(3);
|
|
416
|
-
i0.ɵɵtextInterpolate(ctx.heading ? ctx.heading : i0.ɵɵpipeBind1(4, 6, "Confirm access to your account"));
|
|
417
|
-
i0.ɵɵadvance(2);
|
|
418
|
-
i0.ɵɵproperty("ngIf", !ctx.option.value);
|
|
419
|
-
i0.ɵɵadvance(1);
|
|
420
|
-
i0.ɵɵproperty("ngIf", ctx.option.value);
|
|
421
|
-
i0.ɵɵadvance(2);
|
|
422
|
-
i0.ɵɵproperty("ngIf", ctx.blocked);
|
|
423
|
-
i0.ɵɵadvance(1);
|
|
424
|
-
i0.ɵɵproperty("ngIf", !ctx.blocked && !ctx.hideButtons);
|
|
425
|
-
} }, dependencies: [i4.IonButton, i4.IonCheckbox, i4.IonItem, i4.IonLabel, i4.IonSpinner, i4.BooleanValueAccessor, i6.NgIf, i7.MatError, i8.Footer, 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}"] });
|
|
426
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MfaComponent, [{
|
|
427
|
-
type: Component,
|
|
428
|
-
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: <b>{{user?.emailId | maskEmail}}</b></span>\r\n <span *ngIf=\"option.value == 'text'\">An access code has been sent to your cellphone: <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"] }]
|
|
429
|
-
}], function () { return [{ type: i1.LoginService }, { type: i2.UntypedFormBuilder }, { type: i3.UtilService }, { type: i4.NavController }, { type: i5.CaptchaService }]; }, { user: [{
|
|
430
|
-
type: Input
|
|
431
|
-
}], heading: [{
|
|
432
|
-
type: Input
|
|
433
|
-
}], requestCode: [{
|
|
434
|
-
type: Input
|
|
435
|
-
}], data: [{
|
|
436
|
-
type: Input
|
|
437
|
-
}], mfaError: [{
|
|
438
|
-
type: Input
|
|
439
|
-
}], hideButtons: [{
|
|
440
|
-
type: Input
|
|
441
|
-
}], clear: [{
|
|
442
|
-
type: Output
|
|
443
|
-
}], success: [{
|
|
444
|
-
type: Output
|
|
445
|
-
}], error: [{
|
|
446
|
-
type: Output
|
|
447
|
-
}], otpFormDirective: [{
|
|
448
|
-
type: ViewChild,
|
|
449
|
-
args: ['otpFormDirective', { static: false }]
|
|
450
|
-
}] }); })();
|
|
451
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWZhLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tZmEvbWZhLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tZmEvbWZhLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBZ0MsTUFBTSxFQUFpQixTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDL0gsT0FBTyxFQUFnRCxVQUFVLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUUxRixPQUFPLEVBQUUsZUFBZSxFQUFFLFFBQVEsRUFBZ0IsS0FBSyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQ3RFLE9BQU8sRUFBRSxJQUFJLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQzs7Ozs7Ozs7Ozs7Ozs7Ozs7O0lDRHBDLDhCQUF1RCxhQUFBLGFBQUEsZUFBQTtJQUc1QixZQUFpRTs7SUFBQSxpQkFBUTtJQUM5RiwwQ0FBK0g7SUFBN0IsNktBQVksZUFBQSxzQkFBZSxDQUFBLElBQUM7SUFBQyxpQkFBaUIsRUFBQSxFQUFBLEVBQUE7OztJQUQzSCxlQUFpRTtJQUFqRSw2RkFBaUU7SUFDdEUsZUFBbUI7SUFBbkIsd0NBQW1CLDhCQUFBOzs7SUFRbkMsNEJBQXNDO0lBQUEsMEVBQTBEO0lBQUEseUJBQUc7SUFBQSxZQUE2Qjs7SUFBQSxpQkFBSSxFQUFBOzs7SUFBakMsZUFBNkI7SUFBN0IsNEZBQTZCOzs7SUFDaEksNEJBQXFDO0lBQUEsc0VBQXNEO0lBQUEseUJBQUc7SUFBQSxZQUFpQzs7SUFBQSxpQkFBSSxFQUFBOzs7SUFBckMsZUFBaUM7SUFBakMsZ0dBQWlDOzs7SUFFakksaUNBQTJDO0lB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UUFBbEIsdUNBQWtCO1FBNEM1QyxlQUFhO1FBQWIsa0NBQWE7UUFHNkIsZUFBOEI7UUFBOUIsdURBQThCOzt1RkQxQ3JFLFlBQVk7Y0FMeEIsU0FBUzsyQkFDRSxTQUFTO21MQWlCbkIsSUFBSTtrQkFESCxLQUFLO1lBS04sT0FBTztrQkFETixLQUFLO1lBS04sV0FBVztrQkFEVixLQUFLO1lBS04sSUFBSTtrQkFESCxLQUFLO1lBSU4sUUFBUTtrQkFEUCxLQUFLO1lBSU4sV0FBVztrQkFEVixLQUFLO1lBR0ksS0FBSztrQkFBZCxNQUFNO1lBRUcsT0FBTztrQkFBaEIsTUFBTTtZQUVHLEtBQUs7a0JBQWQsTUFBTTtZQUdBLGdCQUFnQjtrQkFEdEIsU0FBUzttQkFBQyxrQkFBa0IsRUFBRSxFQUFDLE1BQU0sRUFBRyxLQUFLLEVBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE9uQ2hhbmdlcywgT25EZXN0cm95LCBPbkluaXQsIE91dHB1dCwgU2ltcGxlQ2hhbmdlcywgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBVbnR5cGVkRm9ybUJ1aWxkZXIsIFVudHlwZWRGb3JtR3JvdXAsIE5nRm9ybSwgVmFsaWRhdG9ycyB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IE5hdkNvbnRyb2xsZXIgfSBmcm9tICdAaW9uaWMvYW5ndWxhcic7XG5pbXBvcnQgeyBCZWhhdmlvclN1YmplY3QsIGludGVydmFsLCBTdWJzY3JpcHRpb24sIHRpbWVyIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyB0YWtlIH0gZnJvbSAncnhqcy9vcGVyYXRvcnMnO1xuaW1wb3J0IHsgRXJyb3JNb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9FcnJvck1vZGVsJztcbmltcG9ydCB7IENvbWJvT3B0aW9uIH0gZnJvbSAnLi4vLi4vbW9kZWxzL3F1ZXN0aW9ubmFpcmUvQ29tYm9Nb2RlbCc7XG5pbXBvcnQgeyBVc2VyTW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvVXNlck1vZGVsJztcbmltcG9ydCB7IENhcHRjaGFTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvY2FwdGNoYS9jYXB0Y2hhLnNlcnZpY2UnO1xuaW1wb3J0IHsgTG9naW5TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvbG9naW4vbG9naW4uc2VydmljZSc7XG5pbXBvcnQgeyBVdGlsU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3V0aWwvdXRpbC5zZXJ2aWNlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLW1mYScsXG4gIHRlbXBsYXRlVXJsOiAnLi9tZmEuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9tZmEuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBNZmFDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIE9uRGVzdHJveSwgT25DaGFuZ2VzIHtcblxuICBwcml2YXRlIFJFU0VORF9DT0RFX0FDVElPTl9OQU1FID0gXCJNRkFfUkVTRU5EX0NPREVcIjtcbiAgXG4gIHB1YmxpYyBzdWNjZXNzRHRscztcblxuICBwdWJsaWMgYmxvY2tlZDogYm9vbGVhbjtcblxuICBwdWJsaWMgaXNDaGVja2VkOiBib29sZWFuID0gZmFsc2U7XG5cbiAgcHVibGljIHNob3dIZWxwOiBib29sZWFuID0gZmFsc2U7XG5cbiAgQElucHV0KClcbiAgdXNlciA6IFVzZXJNb2RlbDtcblxuICAvL0lmIHNwZWNpZmllZCwgaXQgd2lsbCBjaGFuZ2UgdGhlIGRlZmF1bHQgaGVhZGluZyBvbiB0aGUgY29tcG9uZW50IHdpdGggdGhlIG9uY2Ugc3BlY2lmaWVkIGluIHRoaXMgZmllbGQuXG4gIEBJbnB1dCgpXG4gIGhlYWRpbmcgOiBzdHJpbmc7XG5cbiAgLy9SZXF1ZXN0IG5ldyBhdXRoY29kZSB3aGVuIGNvbXBvbmVudHMgbG9hZC5cbiAgQElucHV0KClcbiAgcmVxdWVzdENvZGUgOiBib29sZWFuO1xuXG4gIC8vUGFzcyB0aGlzIGRhdGEgYWxvbmcgd2l0aCBvdXRwdXQgc28gdGhhdCBjYWxsaW5nIGNvbXBvbmVudCBjYW4gdGFrZSBjYXJlIG9mIGl0LlxuICBASW5wdXQoKVxuICBkYXRhIDogYW55O1xuXG4gIEBJbnB1dCgpXG4gIG1mYUVycm9yIDogRXJyb3JNb2RlbDtcblxuICBASW5wdXQoKVxuICBoaWRlQnV0dG9ucyA6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBAT3V0cHV0KCkgY2xlYXI6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gIEBPdXRwdXQoKSBzdWNjZXNzOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICBAT3V0cHV0KCkgZXJyb3I6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gIEBWaWV3Q2hpbGQoJ290cEZvcm1EaXJlY3RpdmUnLCB7c3RhdGljIDogZmFsc2V9KSBcbiAgcHVibGljIG90cEZvcm1EaXJlY3RpdmU6IE5nRm9ybTtcblxuICBwdWJsaWMgb3RwRm9ybSA6IFVudHlwZWRGb3JtR3JvdXA7XG5cbiAgcHVibGljIGVycm9yRHRscztcblxuICBwdWJsaWMgdGltZSA9IDYwXG4gIHB1YmxpYyB0aW1lckludGVydmFsID0gaW50ZXJ2YWwoMTAwMCk7IC8vMXNcbiAgcHVibGljIHRpbWVyID0gdGltZXIoNjAwMDApOyAvLzkwc1xuICBwdWJsaWMgY291bnREb3duID0gdGhpcy50aW1lckludGVydmFsLnBpcGUodGFrZSh0aGlzLnRpbWUpKTtcbiAgcHVibGljIGNvdW50ZXIgOiBCZWhhdmlvclN1YmplY3Q8bnVtYmVyPiA9IG5ldyBCZWhhdmlvclN1YmplY3QoMCk7XG4gIGNvdW50ZXJTdWJzY3JpcHRpb24gOiBTdWJzY3JpcHRpb247XG5cbiAgcHVibGljIG9wdGlvbnMgOiBDb21ib09wdGlvbltdID0gW1xuICAgIHt2YWx1ZSA6ICd0ZXh0JywgdGV4dCA6ICd0ZXh0J30sXG4gICAge3ZhbHVlIDogJ2VtYWlsJywgdGV4dCA6ICdlbWFpbCd9XG4gIF07XG5cbiAgY29uc3RydWN0b3IocHVibGljIGxzOiBMb2dpblNlcnZpY2UsIHB1YmxpYyBmYiA6IFVudHlwZWRGb3JtQnVpbGRlcixcbiAgICAgICAgICAgICAgcHJpdmF0ZSB1dGlsOiBVdGlsU2VydmljZSwgcHVibGljIG5hdiA6IE5hdkNvbnRyb2xsZXIsIHByaXZhdGUgY3M6IENhcHRjaGFTZXJ2aWNlKSB7IFxuICAgICAgICAgICAgICAgIFxuICB9XG5cbiAgbmdPbkNoYW5nZXMoY2hhbmdlczogU2ltcGxlQ2hhbmdlcyk6IHZvaWQge1xuICAgIGlmKGNoYW5nZXMubWZhRXJyb3I/LmN1cnJlbnRWYWx1ZSl7XG4gICAgICB0aGlzLmVycm9yRHRscyA9IHRoaXMubWZhRXJyb3IubXNnO1xuICAgICAgdGhpcy5zdWNjZXNzRHRscyA9IG51bGw7XG4gICAgfVxuICB9XG4gIFxuICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICBpZih0aGlzLmNvdW50ZXJTdWJzY3JpcHRpb24pe1xuICAgICAgdGhpcy5jb3VudGVyU3Vic2NyaXB0aW9uLnVuc3Vic2NyaWJlKCk7XG4gICAgfVxuICB9XG5cbiAgbmdPbkluaXQoKSB7XG4gICAgdGhpcy5pbml0aWxpemVGb3JtKCk7XG4gICAgLy90aGlzLnNldENvdW50ZG93bigpO1xuICAgIGlmKHRoaXMucmVxdWVzdENvZGUpe1xuICAgICAgbGV0IG1mYU9wdGlvbnMgPSB0aGlzLnVzZXI/LnN1cHBvcnRlZE1mYVR5cGVzPy5zcGxpdChcIixcIikgfHwgWydlbWFpbCddO1xuICAgICAgaWYobWZhT3B0aW9ucy5sZW5ndGggPiAxKXtcbiAgICAgICAgLy9hbGxvdyB1c2VyIHRvIGNob29zZSBvdHAgb3B0aW9uXG4gICAgICB9IGVsc2V7XG4gICAgICAgIHRoaXMucmVxdWVzdE5ld0F1dGhDb2RlKCdlbWFpbCcpO1xuICAgICAgfVxuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLnNldENvdW50ZG93bigpO1xuICAgIH1cbiAgfVxuXG4gIHJlcXVlc3ROZXdBdXRoQ29kZShvdHBUeXBlIDogc3RyaW5nKXtcbiAgICB0aGlzLmJsb2NrZWQgPSB0cnVlO1xuICAgIHRoaXMubHMuZ2V0TmV3QXV0aENvZGUob3RwVHlwZSlcbiAgICAgICAgLnN1YnNjcmliZShyZXMgPT4ge1xuICAgICAgICAgIHRoaXMuYmxvY2tlZCA9IGZhbHNlO1xuICAgICAgICAgIHRoaXMuc3VjY2Vzc0R0bHMgPSBcIkFjY2VzcyBjb2RlIHNlbnQgc3VjY2Vzc2Z1bGx5LlwiO1xuICAgICAgICAgIHRoaXMuY291bnRlci5uZXh0KDYwKTtcbiAgICAgICAgICB0aGlzLnNldENvdW50ZG93bigpO1xuICAgICAgICB9LCBlcnIgPT4ge1xuICAgICAgICAgIHRoaXMuc3VjY2Vzc0R0bHMgPSBudWxsO1xuICAgICAgICAgIHRoaXMuYmxvY2tlZCA9IGZhbHNlO1xuICAgICAgICAgIHRoaXMuZXJyb3JEdGxzID0gZXJyLm1zZztcbiAgICAgICAgfSlcbiAgfVxuXG4gIHNldENvdW50ZG93bigpe1xuICAgIGlmKHRoaXMuY291bnRlclN1YnNjcmlwdGlvbil7XG4gICAgICB0aGlzLmNvdW50ZXJTdWJzY3JpcHRpb24udW5zdWJzY3JpYmUoKTtcbiAgICB9XG4gICAgdGhpcy5jb3VudGVyU3Vic2NyaXB0aW9uID0gdGhpcy5jb3VudERvd24uc3Vic2NyaWJlKHZhbCA9PntcbiAgICAgIGxldCB2YWx1ZSA9IHRoaXMudGltZSAtIHZhbDtcbiAgICAgIHRoaXMuY291bnRlci5uZXh0KHZhbHVlKTtcbiAgICB9KTtcbiAgfVxuXG4gIGluaXRpbGl6ZUZvcm0oKXtcbiAgICBsZXQgbWZhT3B0aW9ucyA9IHRoaXMudXNlcj8uc3VwcG9ydGVkTWZhVHlwZXM/LnNwbGl0KFwiLFwiKSB8fCBbJ2VtYWlsJ107XG4gICAgdGhpcy5vdHBGb3JtID0gdGhpcy5mYi5ncm91cCh7XG4gICAgICAnb3RwJyA6IFtudWxsICwgW1ZhbGlkYXRvcnMucmVxdWlyZWQsICBWYWxpZGF0b3JzLm1pbkxlbmd0aCg2KV1dLFxuICAgICAgJ2NoZWNrZWQnIDogW2ZhbHNlXSxcbiAgICAgICdvcHRpb24nIDogWyBtZmFPcHRpb25zICYmIG1mYU9wdGlvbnMubGVuZ3RoID4gMSA/IG51bGwgOiBtZmFPcHRpb25zWzBdXVxuICAgIH0pO1xuICB9XG5cbiAgZ2V0IG90cCgpe1xuICAgIHJldHVybiB0aGlzLm90cEZvcm0uZ2V0KCdvdHAnKTtcbiAgfVxuXG4gIGdldCBvcHRpb24oKXtcbiAgICByZXR1cm4gdGhpcy5vdHBGb3JtLmdldCgnb3B0aW9uJyk7XG4gIH1cblxuICBnZXQgY2hlY2tlZCgpe1xuICAgIHJldHVybiB0aGlzLm90cEZvcm0uZ2V0KCdjaGVja2VkJyk7XG4gIH1cblxuICBjbG9zZSgpe1xuICAgIHRoaXMuY2xlYXIuZW1pdCgpO1xuICB9XG5cbiAgc3VibWl0KCl7XG4gICAgaWYodGhpcy5vdHBGb3JtLnZhbGlkKXtcbiAgICAgIHRoaXMubHMuc2V0QXV0aENvZGUodGhpcy5vdHAudmFsdWUpO1xuICAgICAgdGhpcy5zdWNjZXNzLmVtaXQodGhpcy5kYXRhKTtcbiAgICB9XG4gIH1cblxuICBhc3luYyBzaWduSW4oKXtcbiAgICBpZih0aGlzLm90cC5pbnZhbGlkKXtcbiAgICAgIHJldHVybjtcbiAgICB9XG4gICAgbGV0IGF1dGggOiBhbnkgPSB7fTtcbiAgICBhdXRoLnVzZXJJZCA9IHRoaXMudXNlci51c2VybmFtZTtcbiAgICBhdXRoLnBhc3N3b3JkID0gdGhpcy51c2VyLnBhc3N3b3JkO1xuICAgIGF1dGgub3RwID0gdGhpcy5vdHAudmFsdWU7XG4gICAgYXV0aC5pc3RydXN0ZWREZXZpY2UgPSB0aGlzLmNoZWNrZWQudmFsdWUgKyBcIlwiO1xuICAgIHRoaXMuYmxvY2tlZCA9IHRydWU7XG4gICAgdGhpcy5zdWNjZXNzRHRscyA9IG51bGw7XG4gICAgdGhpcy5lcnJvckR0bHMgPSBudWxsO1xuICAgIHRoaXMudXRpbFxuICAgICAgICAuc2hvd0xvYWRlcigpXG4gICAgICAgIC50aGVuKFxuICAgICAgICAgICgpID0+IHtcbiAgICAgICAgICAgIHRoaXMubHMubG9naW5BbmRDaGVja0Zvck1GQShhdXRoKVxuICAgICAgICAgICAgLnN1YnNjcmliZShcbiAgICAgICAgICAgICAgcmVzID0+IHtcbiAgICAgICAgICAgICAgICBsZXQgdXNlck1vZGVsIDogVXNlck1vZGVsID0gcmVzO1xuICAgICAgICAgICAgICAgIHRoaXMubHMuc2V0VXNlcih1c2VyTW9kZWwpLnRoZW4oXG4gICAgICAgICAgICAgICAgICByZXMgPT4ge1xuICAgICAgICAgICAgICAgICAgICB0aGlzLnN1Y2Nlc3MuZW1pdCgpO1xuICAgICAgICAgICAgICAgICAgICB0aGlzLmJsb2NrZWQgPSBmYWxzZTtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy51dGlsLmhpZGVMb2FkZXIoKTtcbiAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICApO1xuICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgICBlcnIgPT4ge1xuICAgICAgICAgICAgICAgIHRoaXMuZXJyb3IuZW1pdChlcnIpO1xuICAgICAgICAgICAgICAgIHRoaXMuZXJyb3JEdGxzID0gZXJyLm1zZztcbiAgICAgICAgICAgICAgICB0aGlzLnV0aWwuaGlkZUxvYWRlcigpO1xuICAgICAgICAgICAgICAgIHRoaXMuYmxvY2tlZCA9IGZhbHNlO1xuICAgICAgICAgICAgfSk7XG4gICAgICAgICAgfVxuICAgICAgICApO1xuICB9XG5cbiAgc2VuZE90cChldmVudCl7XG4gICAgdGhpcy5yZXNlbmRBdXRoQ29kZShldmVudC52YWx1ZSk7XG4gIH1cblxuICByZXNlbmRBdXRoQ29kZShvdHBUeXBlIDogc3RyaW5nKXtcbiAgICB0aGlzLnN1Y2Nlc3NEdGxzID0gbnVsbDtcbiAgICB0aGlzLmVycm9yRHRscyA9IG51bGw7XG4gICAgdGhpcy5ibG9ja2VkID0gdHJ1ZTtcbiAgICB0aGlzLmNzLmdlbmVyYXRlQ2FwdGNoYVRva2VuKHRoaXMuUkVTRU5EX0NPREVfQUNUSU9OX05BTUUpXG4gICAgICAgIC5zdWJzY3JpYmUoKHRva2VuOiBzdHJpbmcpID0+IHtcbiAgICAgICAgICB0aGlzLmNzLnNldEludmlzaWJlbENhcHRjaGEodG9rZW4pO1xuICAgICAgICAgIHRoaXMubHNcbiAgICAgICAgICAgICAgLmdlbmVyYXRlT3RwKHRoaXMudXNlci51c2VybmFtZSwgb3RwVHlwZSlcbiAgICAgICAgICAgICAgLnN1YnNjcmliZShyZXMgPT4ge1xuICAgICAgICAgICAgICAgIHRoaXMuYmxvY2tlZCA9IGZhbHNlO1xuICAgICAgICAgICAgICAgIHRoaXMuc3VjY2Vzc0R0bHMgPSBcIkFjY2VzcyBjb2RlIHNlbnQgc3VjY2Vzc2Z1bGx5LlwiO1xuICAgICAgICAgICAgICAgIHRoaXMuY291bnRlci5uZXh0KDYwKTtcbiAgICAgICAgICAgICAgICB0aGlzLnNldENvdW50ZG93bigpO1xuICAgICAgICAgICAgICB9LGVyciA9PiB7XG4gICAgICAgICAgICAgICAgdGhpcy5zdWNjZXNzRHRscyA9IG51bGw7XG4gICAgICAgICAgICAgICAgdGhpcy5ibG9ja2VkID0gZmFsc2U7XG4gICAgICAgICAgICAgICAgdGhpcy5lcnJvckR0bHMgPSBlcnIubXNnO1xuICAgICAgICAgICAgICB9KTtcbiAgICAgICAgfSwgZXJyID0+IHtcbiAgICAgICAgICAgICAgdGhpcy5zdWNjZXNzRHRscyA9IG51bGw7XG4gICAgICAgICAgICAgIHRoaXMuYmxvY2tlZCA9IGZhbHNlO1xuICAgICAgICAgICAgICB0aGlzLmVycm9yRHRscyA9ICdDYXB0Y2hhIHZlcmlmaWNhdGlvbiBmYWlsZWQuIFBsZWFzZSByZXRyeS4nO1xuICAgICAgICAgICAgICBjb25zb2xlLmxvZygnZXJyb3Igd2hpbGUgdmVyaWZ5aW5nIGNhcHRjaGEnLGVycik7XG4gICAgICAgIH0pO1xuICAgIFxuICB9XG59XG4iLCI8Zm9ybSBbZm9ybUdyb3VwXT1cIm90cEZvcm1cIiAjb3RwRm9ybURpcmVjdGl2ZT1cIm5nRm9ybVwiPlxyXG4gIDxoNCBzdHlsZT1cInBhZGRpbmctbGVmdDogMTBweDtcIiBjbGFzcz1cImhlYWRpbmdcIj57eyBoZWFkaW5nID8gaGVhZGluZyA6ICdDb25maXJtIGFjY2VzcyB0byB5b3VyIGFjY291bnQnIHwgdHJhbnNsYXRlfX08L2g0PlxyXG5cclxuICA8ZGl2IHN0eWxlPVwicGFkZGluZy1sZWZ0OiAxMHB4O1wiICpuZ0lmPVwiIW9wdGlvbi52YWx1ZVwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImlvbi1wYWRkaW5nLXRvcCBwLWZvcm1ncmlkIHAtZ3JpZFwiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiZmllbGQgaW9uLXRleHQtbGVmdFwiPlxyXG4gICAgICAgIDxsYWJlbCBmb3I9XCJvdHBUeXBlXCI+e3snSG93IHdvdWxkIHlvdSBsaWtlIHVzIHRvIHNlbmQgeW91ciBhY2Nlc3MgY29kZT8nIHwgdHJhbnNsYXRlfX08L2xhYmVsPlxyXG4gICAgICAgIDxwLXNlbGVjdEJ1dHRvbiBbb3B0aW9uc109XCJvcHRpb25zXCIgb3B0aW9uTGFiZWw9XCJ0ZXh0XCIgb3B0aW9uVmFsdWU9XCJ2YWx1ZVwiIFtmb3JtQ29udHJvbF09XCJvcHRpb25cIiAob25DaGFuZ2UpPVwic2VuZE90cCgkZXZlbnQpXCI+PC9wLXNlbGVjdEJ1dHRvbj5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICA8L2Rpdj5cclxuXHJcbiAgPGRpdiBzdHlsZT1cInBhZGRpbmctbGVmdDogMTBweDtcIiAqbmdJZj1cIm9wdGlvbi52YWx1ZVwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImlvbi1wYWRkaW5nLXRvcFwiPlxyXG4gICAgICA8aW9uLWxhYmVsPlxyXG4gICAgICAgIDxzcGFuICpuZ0lmPVwib3B0aW9uLnZhbHVlID09ICdlbWFpbCdcIj5BbiBhY2Nlc3MgY29kZSBoYXMgYmVlbiBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzczombmJzcDsgPGI+e3t1c2VyPy5lbWFpbElkIHwgbWFza0VtYWlsfX08L2I+PC9zcGFuPlxyXG4gICAgICAgIDxzcGFuICpuZ0lmPVwib3B0aW9uLnZhbHVlID09ICd0ZXh0J1wiPkFuIGFjY2VzcyBjb2RlIGhhcyBiZWVuIHNlbnQgdG8geW91ciBjZWxscGhvbmU6Jm5ic3A7IDxiPnt7dXNlcj8uY2VsbHBob25lTm8gfCBtYXNrRW1haWx9fTwvYj48L3NwYW4+XHJcbiAgICAgIDwvaW9uLWxhYmVsPjxici8+PGJyLz5cclxuICAgICAgPGlvbi1sYWJlbCAqbmdJZj1cIm9wdGlvbi52YWx1ZSA9PSAnZW1haWwnXCI+XHJcbiAgICAgICAgQ2hlY2sgeW91ciBqdW5rIGZvbGRlciBpZiB5b3UgZG9uJ3Qgc2VlIGl0IGluIHlvdXIgaW5ib3guXHJcbiAgICAgIDwvaW9uLWxhYmVsPlxyXG4gICAgICA8c3BhbiAqbmdJZj1cIm9wdGlvbi52YWx1ZSA9PSAnZW1haWwnXCI+PGJyLz48YnIvPjwvc3Bhbj5cclxuICAgICAgPGRpdiBjbGFzcz1cImZpZWxkIGlvbi10ZXh0LWxlZnRcIj5cclxuICAgICAgICA8bGFiZWwgZm9yPVwiYXV0aENvZGVcIj5FbnRlciBjb2RlPC9sYWJlbD48YnIvPlxyXG4gICAgICAgIDxwLWlucHV0TnVtYmVyIGZvcm1Db250cm9sTmFtZT1cIm90cFwiIG1heGxlbmd0aD1cIjZcIiBtaW5sZW5ndGg9XCI2XCIgbW9kZT1cImRlY2ltYWxcIiBbdXNlR3JvdXBpbmddPVwiZmFsc2VcIiBzaXplPVwiNlwiIFtpbnB1dElkXT1cIidhdXRoQ29kZSdcIj5cclxuICAgICAgICA8L3AtaW5wdXROdW1iZXI+XHJcbiAgICAgICAgPGFwcC1lcnJvciBbZmllbGRdPSdvdHAnIFtmb3JtXT1cIm90cEZvcm1EaXJlY3RpdmVcIiBbZXJyRGVmXT1cInsgXHJcbiAgICAgICAgICByZXF1aXJlZDogJ0FjY2VzcyBjb2RlIGlzIHJlcXVpcmVkLicsXHJcbiAgICAgICAgICBtaW5sZW5ndGg6ICdBY2Nlc3MgY29kZSBzaG91bGQgaGF2ZSA2IG51bWJlcnMuJ1xyXG4gICAgICAgIH1cIj48L2FwcC1lcnJvcj5cclxuICAgICAgPC9kaXY+XHJcbiAgICAgIDxpb24taXRlbSBsaW5lcz1cIm5vbmVcIiAqbmdJZj1cImZhbHNlXCI+XHJcbiAgICAgICAgPGlvbi1jaGVja2JveCBzbG90PVwic3RhcnRcIiBmb3JtQ29udHJvbE5hbWU9XCJjaGVja2VkXCI+PC9pb24tY2hlY2tib3g+XHJcbiAgICAgICAgPGlvbi1sYWJlbCBjbGFzcz1cImlvbi10ZXh0LXdyYXBcIj57eydJIHRydXN0IHRoaXMgYnJvd3Nlci4nIHwgdHJhbnNsYXRlfX08L2lvbi1sYWJlbD5cclxuICAgICAgPC9pb24taXRlbT5cclxuICAgIDwvZGl2PlxyXG4gICAgXHJcbiAgICA8bWF0LWVycm9yICpuZ0lmPVwiZXJyb3JEdGxzXCI+e3tlcnJvckR0bHN9fTxiciAvPjxiciAvPjwvbWF0LWVycm9yPlxyXG4gICAgPGlvbi1sYWJlbCAqbmdJZj1cInN1Y2Nlc3NEdGxzXCIgc3R5bGU9XCJjb2xvcjogdmFyKC0taW9uLWNvbG9yLWdyZWVuKVwiPnt7c3VjY2Vzc0R0bHN9fTxici8+PGJyIC8+PC9pb24tbGFiZWw+XHJcbiAgICA8aW9uLWxhYmVsICpuZ0lmPVwiIWJsb2NrZWRcIj5cclxuICAgICAgPHNwYW4gKm5nSWY9XCJjb3VudGVyLmdldFZhbHVlKCkgIT0gMVwiPlxyXG4gICAgICAgIEhhdmVuJ3QgcmVjZWl2ZWQgdGhlIGNvZGU/IFJlc2VuZCBvcHRpb24gYXZhaWxhYmxlIGluIDxiPnt7Y291bnRlci5nZXRWYWx1ZSgpfX0gc2Vjb25kKHMpPC9iPi5cclxuICAgICAgPC9zcGFuPlxyXG4gICAgICA8c3BhbiAqbmdJZj1cImNvdW50ZXIuZ2V0VmFsdWUoKSA9PSAxXCI+XHJcbiAgICAgICAgIDxhIChjbGljayk9XCJyZXNlbmRBdXRoQ29kZShvcHRpb24udmFsdWUpXCIgY2xhc3M9XCJsaW5rXCI+R2V0IG5ldyBjb2RlPC9hPlxyXG4gICAgICA8L3NwYW4+XHJcbiAgICA8L2lvbi1sYWJlbD5cclxuICAgIDxwPjxhIGNsYXNzPVwibGlua1wiIChjbGljayk9XCJzaG93SGVscCA9ICFzaG93SGVscDsgJGV2ZW50LnByZXZlbnREZWZhdWx0KClcIj5DYW4ndCBnZXQgdG8geW91ciB7e29wdGlvbi52YWx1ZSA9PSAndGV4dCcgPyAnY2VsbHBob25lJyA6ICdlbWFpbCd9fT88L2E+PC9wPlxyXG4gICAgPHAgKm5nSWY9XCJzaG93SGVscFwiPlxyXG4gICAgICBZb3VyIGNvZGUgaXMgZ29vZCBmb3IgMTUgbWludXRlcy4gWW91IGNhbiB0cnkgYWdhaW4gbGF0ZXIuPGJyLz5cclxuICAgICAgb3I8YnIvPlxyXG4gICAgICBJZiB5b3VyIHt7b3B0aW9uLnZhbHVlID09ICd0ZXh0JyA/ICdjZWxscGhvbmUgbnVtYmVyJyA6ICdlbWFpbCBhZGRyZXNzJ319IGhhcyBjaGFuZ2VkIGNhbGwgTURFUyBhdCA2MDEtNDkzLTk0MjcsIE1vbmRheSB0aHJvdWdoIEZyaWRheSBmcm9tIDggYW0gdG8gNSBwbS5cclxuICAgIDwvcD5cclxuICA8L2Rpdj5cclxuXHJcbiAgPHAtZm9vdGVyPlxyXG4gICAgPGRpdiAqbmdJZj1cImJsb2NrZWRcIiBjbGFzcz1cImlvbi10ZXh0LWNlbnRlclwiPlxyXG4gICAgICA8aW9uLXNwaW5uZXIgbmFtZT1cImRvdHNcIj48L2lvbi1zcGlubmVyPlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwiaW9uLXRleHQtcmlnaHQgaW9uLXBhZGRpbmctYm90dG9tXCIgKm5nSWY9XCIhYmxvY2tlZCAmJiAhaGlkZUJ1dHRvbnNcIj5cclxuICAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIHR5cGU9XCJyZXNldFwiIChjbGljayk9XCJjbG9zZSgpXCIgY29sb3I9XCJzdWNjZXNzXCIgZmlsbD1cIm91dGxpbmVcIj5cclxuICAgICAgICBDbG9zZVxyXG4gICAgICA8L2lvbi1idXR0b24+XHJcbiAgICAgIDxpb24tYnV0dG9uIHNoYXBlPVwicm91bmRcIiB0eXBlPVwic3VibWl0XCIgKGNsaWNrKT1cInNpZ25JbigpXCIgY29sb3I9XCJzdWNjZXNzXCIgKm5nSWY9XCIhcmVxdWVzdENvZGUgJiYgb3B0aW9uLnZhbHVlXCI+XHJcbiAgICAgICAgU3VibWl0XHJcbiAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIHR5cGU9XCJzdWJtaXRcIiAoY2xpY2spPVwic3VibWl0KClcIiBjb2xvcj1cInN1Y2Nlc3NcIiAqbmdJZj1cInJlcXVlc3RDb2RlICYmIG9wdGlvbi52YWx1ZVwiPlxyXG4gICAgICAgIFN1Ym1pdFxyXG4gICAgICA8L2lvbi1idXR0b24+XHJcbiAgICA8L2Rpdj5cclxuICA8L3AtZm9vdGVyPlxyXG48L2Zvcm0+Il19
|
|
@@ -1,49 +0,0 @@
|
|
|
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 = function () { return { width: "50vw" }; };
|
|
6
|
-
const _c1 = function () { return { "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
|
-
}
|
|
26
|
-
MfaPopupComponent.ɵfac = function MfaPopupComponent_Factory(t) { return new (t || MfaPopupComponent)(); };
|
|
27
|
-
MfaPopupComponent.ɵ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) {
|
|
28
|
-
i0.ɵɵelementStart(0, "p-dialog", 0)(1, "app-mfa", 1);
|
|
29
|
-
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); });
|
|
30
|
-
i0.ɵɵelementEnd()();
|
|
31
|
-
} if (rf & 2) {
|
|
32
|
-
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(6, _c0));
|
|
33
|
-
i0.ɵɵproperty("visible", true)("modal", true)("breakpoints", i0.ɵɵpureFunction0(7, _c1));
|
|
34
|
-
i0.ɵɵadvance(1);
|
|
35
|
-
i0.ɵɵproperty("user", ctx.user);
|
|
36
|
-
} }, dependencies: [i1.Dialog, i2.MfaComponent] });
|
|
37
|
-
(function () { (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
|
-
}], function () { return []; }, { user: [{
|
|
41
|
-
type: Input
|
|
42
|
-
}], clear: [{
|
|
43
|
-
type: Output
|
|
44
|
-
}], success: [{
|
|
45
|
-
type: Output
|
|
46
|
-
}], error: [{
|
|
47
|
-
type: Output
|
|
48
|
-
}] }); })();
|
|
49
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWZhLXBvcHVwLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tZmEtcG9wdXAvbWZhLXBvcHVwLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tZmEtcG9wdXAvbWZhLXBvcHVwLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBVSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7OztBQVEvRSxNQUFNLE9BQU8saUJBQWlCO0lBVzVCO1FBTlUsVUFBSyxHQUFzQixJQUFJLFlBQVksRUFBRSxDQUFDO1FBRTlDLFlBQU8sR0FBc0IsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUVoRCxVQUFLLEdBQXNCLElBQUksWUFBWSxFQUFFLENBQUM7SUFFeEMsQ0FBQztJQUVqQixRQUFRO0lBQ1IsQ0FBQztJQUVELEtBQUssQ0FBQyxLQUFLO1FBQ1QsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxHQUFHLElBQUksQ0FBQztJQUNuQixDQUFDO0lBRUQsWUFBWSxDQUFDLEtBQUs7UUFDaEIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDM0IsQ0FBQztJQUVELEtBQUssQ0FBQyxLQUFLO1FBQ1QsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDekIsQ0FBQzs7a0ZBM0JVLGlCQUFpQjtvRUFBakIsaUJBQWlCO1FDUjlCLG1DQUF1SixpQkFBQTtRQUM1SCx5R0FBVyx3QkFBb0IsSUFBQyx3RkFBVSxpQkFBYSxJQUF2QjtRQUF5QixpQkFBVSxFQUFBOztRQURnQix5Q0FBeUI7UUFBN0gsOEJBQWdCLGVBQUEsMkNBQUE7UUFDYixlQUFhO1FBQWIsK0JBQWE7O3VGRE9iLGlCQUFpQjtjQUw3QixTQUFTOzJCQUNFLGVBQWU7c0NBT3pCLElBQUk7a0JBREgsS0FBSztZQUdJLEtBQUs7a0JBQWQsTUFBTTtZQUVHLE9BQU87a0JBQWhCLE1BQU07WUFFRyxLQUFLO2tCQUFkLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE9uSW5pdCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBVc2VyTW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvVXNlck1vZGVsJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLW1mYS1wb3B1cCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9tZmEtcG9wdXAuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9tZmEtcG9wdXAuY29tcG9uZW50LmNzcyddXG59KVxuZXhwb3J0IGNsYXNzIE1mYVBvcHVwQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcblxuICBASW5wdXQoKVxuICB1c2VyIDogVXNlck1vZGVsO1xuXG4gIEBPdXRwdXQoKSBjbGVhcjogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG5cbiAgQE91dHB1dCgpIHN1Y2Nlc3M6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gIEBPdXRwdXQoKSBlcnJvcjogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG5cbiAgY29uc3RydWN0b3IoKSB7IH1cblxuICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgfVxuXG4gIGNsb3NlKGV2ZW50KXtcbiAgICB0aGlzLmNsZWFyLmVtaXQoKTtcbiAgICB0aGlzLnVzZXIgPSBudWxsO1xuICB9XG5cbiAgbG9naW5TdWNjZXNzKGV2ZW50KXtcbiAgICB0aGlzLnN1Y2Nlc3MuZW1pdChldmVudCk7XG4gIH1cblxuICByZXNldChldmVudCl7XG4gICAgdGhpcy5lcnJvci5lbWl0KGV2ZW50KTtcbiAgfVxuXG59XG4iLCI8cC1kaWFsb2cgW3Zpc2libGVdPVwidHJ1ZVwiIFttb2RhbF09XCJ0cnVlXCIgYXBwZW5kVG89XCJib2R5XCIgW2JyZWFrcG9pbnRzXT1cInsnOTYwcHgnOiAnNDB2dycsICc2NDBweCc6ICcxMDB2dyd9XCIgW3N0eWxlXT1cInt3aWR0aDogJzUwdncnfVwiIHBvc2l0aW9uPVwidG9wXCI+XHJcbiAgICA8YXBwLW1mYSBbdXNlcl09XCJ1c2VyXCIgKHN1Y2Nlc3MpPVwibG9naW5TdWNjZXNzKCRldmVudClcIiAoY2xlYXIpPVwiY2xvc2UoJGV2ZW50KVwiPjwvYXBwLW1mYT5cclxuPC9wLWRpYWxvZz4iXX0=
|