@reusa/ngx-reusa-app-lib 0.0.1373 → 0.0.1374
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/esm2022/lib/components/add-employer/add-employer.component.mjs +1324 -2394
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +105 -159
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +53 -59
- package/esm2022/lib/components/address/address.component.mjs +152 -287
- package/esm2022/lib/components/bank-details/bank-details.component.mjs +219 -79
- package/esm2022/lib/components/contact-us/contact-us.component.mjs +43 -17
- package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +9 -3
- package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +4 -32
- package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +15 -30
- package/esm2022/lib/components/disclosure/disclosure.component.mjs +1 -1
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +4 -4
- package/esm2022/lib/components/dropdown/dropdown.interface.mjs +1 -1
- package/esm2022/lib/components/email-update/email-update.component.mjs +140 -63
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +574 -422
- package/esm2022/lib/components/error/error.component.mjs +5 -22
- package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +1 -1
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +49 -178
- package/esm2022/lib/components/footer/footer.component.mjs +101 -112
- package/esm2022/lib/components/header/header.component.mjs +174 -440
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +36 -25
- package/esm2022/lib/components/info/info.component.mjs +12 -4
- package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +22 -16
- package/esm2022/lib/components/job-title/job-title.component.mjs +97 -92
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +513 -143
- package/esm2022/lib/components/lexis-nexis/lexis-nexis.component.mjs +402 -0
- package/esm2022/lib/components/link/link.component.mjs +1 -1
- package/esm2022/lib/components/menu/menu.component.mjs +100 -68
- package/esm2022/lib/components/mfa/mfa.component.mjs +288 -158
- package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +18 -11
- package/esm2022/lib/components/mfa2/mfa2.component.mjs +285 -0
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +54 -158
- package/esm2022/lib/components/profile/profile.component.mjs +353 -749
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +38 -108
- package/esm2022/lib/components/questionnaire/AppValidators.mjs +47 -296
- package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +65 -110
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +173 -377
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +95 -76
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +1153 -877
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +699 -208
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +22 -28
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +41 -128
- package/esm2022/lib/components/questionnaire/question-control.service.mjs +1 -2
- package/esm2022/lib/components/questionnaire/question.service.mjs +7 -5
- package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +29 -15
- package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +237 -497
- package/esm2022/lib/components/search-employer/search-employer.component.mjs +30 -155
- package/esm2022/lib/components/security-question/security-question.component.mjs +199 -0
- package/esm2022/lib/components/select/select.component.mjs +10 -5
- package/esm2022/lib/components/sign-ssn/sign-ssn.component.mjs +3 -3
- package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +72 -52
- package/esm2022/lib/components/user-login/user-login.component.mjs +360 -139
- package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +387 -655
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +61 -125
- package/esm2022/lib/guards/auth.guard.mjs +2 -50
- package/esm2022/lib/guards/no-login/no-login.guard.mjs +1 -1
- package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +3 -51
- package/esm2022/lib/interceptors/header-interceptor/http-header.interceptor.mjs +1 -1
- package/esm2022/lib/models/EmployerDetailSearchResult.mjs +1 -1
- package/esm2022/lib/models/LexisNexisAccountCreationModel.mjs +2 -0
- package/esm2022/lib/models/LexisNexisAuthSelectionRequestModel.mjs +2 -0
- package/esm2022/lib/models/LexisNexisAuthSelectionResponseModel.mjs +2 -0
- package/esm2022/lib/models/LexisNexisEnabledResponseModel.mjs +2 -0
- package/esm2022/lib/models/LexisNexisResponseModel.mjs +3 -0
- package/esm2022/lib/models/LibConstants.mjs +6 -45
- package/esm2022/lib/models/OtpAuthModel.mjs +1 -1
- package/esm2022/lib/models/PartialEmploymentModel.mjs +3 -0
- package/esm2022/lib/models/PaymentComponentModel.mjs +1 -1
- package/esm2022/lib/models/SecurityQuestionModel.mjs +3 -0
- package/esm2022/lib/models/UserModel.mjs +1 -1
- package/esm2022/lib/models/dashboard-model.mjs +1 -1
- package/esm2022/lib/models/dependent.model.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +1 -2
- package/esm2022/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ComboModel.mjs +653 -96
- package/esm2022/lib/models/questionnaire/ElementsModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/LegalDiscaimarModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/QuestionnaireSaveModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/StatusModel.mjs +1 -1
- package/esm2022/lib/ngx-reusa-app-lib.module.mjs +23 -135
- package/esm2022/lib/pages/BasePage.mjs +23 -4
- package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +18 -22
- package/esm2022/lib/pages/common/change-password/change-password.page.mjs +124 -142
- package/esm2022/lib/pages/common/landing/landing.component.mjs +8 -7
- package/esm2022/lib/pages/common/landing2/landing2.component.mjs +4 -4
- package/esm2022/lib/pages/common/login/login.component.mjs +13 -7
- package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +14 -14
- package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +5 -5
- package/esm2022/lib/pages/popovers/language/language.page.mjs +2 -1
- package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +4 -4
- package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +2 -7
- package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +2 -2
- package/esm2022/lib/services/base-service.mjs +1 -4
- package/esm2022/lib/services/chatbot/chatbot.service.mjs +2 -1
- package/esm2022/lib/services/claimant-service/claimant-usps-redirect.service.mjs +36 -0
- package/esm2022/lib/services/claimant-service/claimant.service.mjs +13 -7
- package/esm2022/lib/services/claims/claims.service.mjs +14 -105
- package/esm2022/lib/services/help/help.service.mjs +1 -1
- package/esm2022/lib/services/lexis-nexis/lexis.nexis.service.mjs +60 -0
- package/esm2022/lib/services/logger/logger.service.mjs +1 -1
- package/esm2022/lib/services/login/login.service.mjs +14 -29
- package/esm2022/lib/services/ovp/ovp.service.mjs +43 -0
- package/esm2022/lib/services/questionnaire/questionnaire.service.mjs +1 -4
- package/esm2022/lib/services/questionnaire/validation.service.mjs +1 -4
- package/esm2022/lib/services/security-service/security.service.mjs +6 -23
- package/esm2022/lib/services/util/util.service.mjs +5 -61
- package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +14 -186
- package/esm2022/lib/validations/AppRegex.mjs +3 -1
- package/esm2022/lib/validations/AppValidators.mjs +62 -78
- package/esm2022/public-api.mjs +5 -47
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs +26939 -44815
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
- package/lib/components/add-employer/add-employer.component.d.ts +53 -137
- package/lib/components/add-employer/add-employer.component.d.ts.map +1 -1
- package/lib/components/add-participant/add-participant.component.d.ts +5 -11
- package/lib/components/add-participant/add-participant.component.d.ts.map +1 -1
- package/lib/components/add-payment/add-payment.component.d.ts +3 -9
- package/lib/components/add-payment/add-payment.component.d.ts.map +1 -1
- package/lib/components/address/address.component.d.ts +15 -42
- package/lib/components/address/address.component.d.ts.map +1 -1
- package/lib/components/bank-details/bank-details.component.d.ts +23 -1
- package/lib/components/bank-details/bank-details.component.d.ts.map +1 -1
- package/lib/components/contact-us/contact-us.component.d.ts +4 -1
- package/lib/components/contact-us/contact-us.component.d.ts.map +1 -1
- package/lib/components/correspondence-download/correspondence-download.component.d.ts.map +1 -1
- package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -1
- package/lib/components/email-update/email-update.component.d.ts +12 -1
- package/lib/components/email-update/email-update.component.d.ts.map +1 -1
- package/lib/components/employer-grid/employer-grid.component.d.ts +15 -25
- package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -1
- package/lib/components/error/error.component.d.ts +2 -3
- package/lib/components/error/error.component.d.ts.map +1 -1
- package/lib/components/file-uploader/file-uploader.component.d.ts +1 -5
- package/lib/components/file-uploader/file-uploader.component.d.ts.map +1 -1
- package/lib/components/footer/footer.component.d.ts.map +1 -1
- package/lib/components/header/header.component.d.ts +5 -17
- package/lib/components/header/header.component.d.ts.map +1 -1
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +3 -1
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts.map +1 -1
- package/lib/components/job-title/job-title.component.d.ts +23 -22
- package/lib/components/job-title/job-title.component.d.ts.map +1 -1
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +6 -5
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -1
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts +59 -0
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts.map +1 -0
- package/lib/components/menu/menu.component.d.ts +12 -3
- package/lib/components/menu/menu.component.d.ts.map +1 -1
- package/lib/components/mfa/mfa.component.d.ts +19 -7
- package/lib/components/mfa/mfa.component.d.ts.map +1 -1
- package/lib/components/mfa-popup/mfa-popup.component.d.ts +8 -6
- package/lib/components/mfa-popup/mfa-popup.component.d.ts.map +1 -1
- package/lib/components/mfa2/mfa2.component.d.ts +48 -0
- package/lib/components/mfa2/mfa2.component.d.ts.map +1 -0
- package/lib/components/money-expect/money-expect.component.d.ts +4 -15
- package/lib/components/money-expect/money-expect.component.d.ts.map +1 -1
- package/lib/components/profile/profile.component.d.ts +49 -82
- package/lib/components/profile/profile.component.d.ts.map +1 -1
- package/lib/components/profile-redirect/profile-redirect.component.d.ts +2 -9
- package/lib/components/profile-redirect/profile-redirect.component.d.ts.map +1 -1
- package/lib/components/questionnaire/AppValidators.d.ts +0 -1
- package/lib/components/questionnaire/AppValidators.d.ts.map +1 -1
- package/lib/components/questionnaire/account-success/account-success.page.d.ts +10 -13
- package/lib/components/questionnaire/account-success/account-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/common-success/common-success.page.d.ts +1 -7
- package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +1 -3
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts +35 -33
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form.component.d.ts +34 -10
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +7 -0
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -1
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +1 -7
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -1
- package/lib/components/questionnaire/question-control.service.d.ts.map +1 -1
- package/lib/components/questionnaire/question.service.d.ts +1 -0
- package/lib/components/questionnaire/question.service.d.ts.map +1 -1
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +7 -1
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -1
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +3 -11
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts.map +1 -1
- package/lib/components/search-employer/search-employer.component.d.ts +4 -5
- package/lib/components/search-employer/search-employer.component.d.ts.map +1 -1
- package/lib/components/security-question/security-question.component.d.ts +37 -0
- package/lib/components/security-question/security-question.component.d.ts.map +1 -0
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +5 -1
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts.map +1 -1
- package/lib/components/user-login/user-login.component.d.ts +38 -5
- package/lib/components/user-login/user-login.component.d.ts.map +1 -1
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +10 -27
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts.map +1 -1
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +3 -9
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map +1 -1
- package/lib/guards/auth.guard.d.ts.map +1 -1
- package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts.map +1 -1
- package/lib/models/EmployerDetailSearchResult.d.ts +1 -4
- package/lib/models/EmployerDetailSearchResult.d.ts.map +1 -1
- package/lib/models/LexisNexisAccountCreationModel.d.ts +15 -0
- package/lib/models/LexisNexisAccountCreationModel.d.ts.map +1 -0
- package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts +16 -0
- package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts.map +1 -0
- package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts +39 -0
- package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts.map +1 -0
- package/lib/models/LexisNexisEnabledResponseModel.d.ts +5 -0
- package/lib/models/LexisNexisEnabledResponseModel.d.ts.map +1 -0
- package/lib/models/LexisNexisResponseModel.d.ts +7 -0
- package/lib/models/LexisNexisResponseModel.d.ts.map +1 -0
- package/lib/models/LibConstants.d.ts +1 -40
- package/lib/models/LibConstants.d.ts.map +1 -1
- package/lib/models/OtpAuthModel.d.ts +1 -0
- package/lib/models/OtpAuthModel.d.ts.map +1 -1
- package/lib/models/PartialEmploymentModel.d.ts +6 -0
- package/lib/models/PartialEmploymentModel.d.ts.map +1 -0
- package/lib/models/PaymentComponentModel.d.ts +1 -1
- package/lib/models/PaymentComponentModel.d.ts.map +1 -1
- package/lib/models/SecurityQuestionModel.d.ts +7 -0
- package/lib/models/SecurityQuestionModel.d.ts.map +1 -0
- package/lib/models/UserModel.d.ts +1 -0
- package/lib/models/UserModel.d.ts.map +1 -1
- package/lib/models/dashboard-model.d.ts +0 -22
- package/lib/models/dashboard-model.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +0 -3
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +4 -15
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +1 -4
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ComboModel.d.ts +82 -14
- package/lib/models/questionnaire/ComboModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ElementsModel.d.ts +1 -0
- package/lib/models/questionnaire/ElementsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +0 -2
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts.map +1 -1
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +1 -0
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts.map +1 -1
- package/lib/models/questionnaire/StatusModel.d.ts +0 -1
- package/lib/models/questionnaire/StatusModel.d.ts.map +1 -1
- package/lib/ngx-reusa-app-lib.module.d.ts +86 -124
- package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -1
- package/lib/pages/BasePage.d.ts +6 -3
- package/lib/pages/BasePage.d.ts.map +1 -1
- package/lib/pages/common/change-password/change-password.page.d.ts +0 -3
- package/lib/pages/common/change-password/change-password.page.d.ts.map +1 -1
- package/lib/pages/common/login/login.component.d.ts.map +1 -1
- package/lib/pages/popovers/language/language.page.d.ts.map +1 -1
- package/lib/pages/popovers/my-profile/my-profile.page.d.ts.map +1 -1
- package/lib/services/base-service.d.ts +0 -12
- package/lib/services/base-service.d.ts.map +1 -1
- package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts +16 -0
- package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts.map +1 -0
- package/lib/services/claimant-service/claimant.service.d.ts +6 -5
- package/lib/services/claimant-service/claimant.service.d.ts.map +1 -1
- package/lib/services/claims/claims.service.d.ts +5 -39
- package/lib/services/claims/claims.service.d.ts.map +1 -1
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts +26 -0
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts.map +1 -0
- package/lib/services/login/login.service.d.ts +3 -5
- package/lib/services/login/login.service.d.ts.map +1 -1
- package/lib/services/ovp/ovp.service.d.ts +17 -0
- package/lib/services/ovp/ovp.service.d.ts.map +1 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts +0 -1
- package/lib/services/questionnaire/questionnaire.service.d.ts.map +1 -1
- package/lib/services/questionnaire/validation.service.d.ts +0 -3
- package/lib/services/questionnaire/validation.service.d.ts.map +1 -1
- package/lib/services/security-service/security.service.d.ts +4 -12
- package/lib/services/security-service/security.service.d.ts.map +1 -1
- package/lib/services/util/util.service.d.ts +0 -6
- package/lib/services/util/util.service.d.ts.map +1 -1
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts +5 -47
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -1
- package/lib/validations/AppRegex.d.ts +2 -0
- package/lib/validations/AppRegex.d.ts.map +1 -1
- package/lib/validations/AppValidators.d.ts +24 -20
- package/lib/validations/AppValidators.d.ts.map +1 -1
- package/package.json +2 -2
- package/public-api.d.ts +4 -46
- package/public-api.d.ts.map +1 -1
- package/esm2022/lib/components/add-wage/add-wage.component.mjs +0 -161
- package/esm2022/lib/components/address-popup/address-popup.component.mjs +0 -97
- package/esm2022/lib/components/address-suggestion/address-suggestion.component.mjs +0 -289
- package/esm2022/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.mjs +0 -245
- package/esm2022/lib/components/associate-ssn/associate-ssn.component.mjs +0 -203
- package/esm2022/lib/components/claim-info/claim-info.component.mjs +0 -408
- package/esm2022/lib/components/dua-request-page/dua-request-page.component.mjs +0 -596
- package/esm2022/lib/components/dua-request-popup/dua-request-popup.component.mjs +0 -356
- package/esm2022/lib/components/employer-info/employer-info.component.mjs +0 -319
- package/esm2022/lib/components/employer-pay/employer-pay.component.mjs +0 -238
- package/esm2022/lib/components/employer-pay-grid/employer-pay-grid.component.mjs +0 -302
- package/esm2022/lib/components/farm-usage/farm-usage.component.mjs +0 -172
- package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +0 -201
- package/esm2022/lib/components/history-page/history-page.component.mjs +0 -571
- package/esm2022/lib/components/idme/idme.component.mjs +0 -84
- package/esm2022/lib/components/offline-add-employer/offline-add-employer.component.mjs +0 -3661
- package/esm2022/lib/components/offline-bank-details/offline-bank-details.component.mjs +0 -258
- package/esm2022/lib/components/offline-employer-grid/offline-employer-grid.component.mjs +0 -853
- package/esm2022/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.mjs +0 -251
- package/esm2022/lib/components/proof-of-anything/proof-of-anything.component.mjs +0 -261
- package/esm2022/lib/components/proof-of-document-upload/proof-of-document-upload.component.mjs +0 -560
- package/esm2022/lib/components/scrollable-text/scrollable-text.component.mjs +0 -25
- package/esm2022/lib/components/sms/sms.component.mjs +0 -336
- package/esm2022/lib/components/wage-calculator/wage-calculator.component.mjs +0 -527
- package/esm2022/lib/components/wage-grid/wage-grid.component.mjs +0 -274
- package/esm2022/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.mjs +0 -147
- package/esm2022/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.mjs +0 -167
- package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +0 -828
- package/esm2022/lib/components/weekly-confirmation/confirmation.component.mjs +0 -129
- package/esm2022/lib/components/weekly-interim-confirmation/interim-confirmation.component.mjs +0 -136
- package/esm2022/lib/components/weekly-summary-v2/summary.component-v2.mjs +0 -72
- package/esm2022/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.mjs +0 -50
- package/esm2022/lib/components/weekly-work-search-counter/work-search-counter.component.mjs +0 -92
- package/esm2022/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.mjs +0 -1190
- package/esm2022/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.mjs +0 -690
- package/esm2022/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.mjs +0 -524
- package/esm2022/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.mjs +0 -394
- package/esm2022/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.mjs +0 -640
- package/esm2022/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.mjs +0 -33
- package/esm2022/lib/enums/AddressValidationResponseEnum.mjs +0 -9
- package/esm2022/lib/enums/AddressValidationSourceFunctionEnum.mjs +0 -5
- package/esm2022/lib/models/ActiveClaimModel.mjs +0 -3
- package/esm2022/lib/models/CountyModel.mjs +0 -3
- package/esm2022/lib/models/DuaAppDataModel.mjs +0 -3
- package/esm2022/lib/models/DuaRequestModel.mjs +0 -3
- package/esm2022/lib/models/DuaRetroWeeksComponentModel.mjs +0 -6
- package/esm2022/lib/models/EmployerInfoComponentModel.mjs +0 -4
- package/esm2022/lib/models/EmployerPayInfoModel.mjs +0 -6
- package/esm2022/lib/models/FarmUsageComponentModel.mjs +0 -2
- package/esm2022/lib/models/GrossEarningsModel.mjs +0 -3
- package/esm2022/lib/models/HelpConstants.mjs +0 -5
- package/esm2022/lib/models/LexisNexisOtpDetailsResponseModel.mjs +0 -3
- package/esm2022/lib/models/ReasonSeparationRequestModel.mjs +0 -3
- package/esm2022/lib/models/RetroWeeksModel.mjs +0 -3
- package/esm2022/lib/models/SecurityQuestionAnswerModel.mjs +0 -3
- package/esm2022/lib/models/SendOtpRequestModel.mjs +0 -3
- package/esm2022/lib/models/VerifyOtpRequestModel.mjs +0 -3
- package/esm2022/lib/models/WageCalculatorModel.mjs +0 -3
- package/esm2022/lib/models/WageInfoModel.mjs +0 -4
- package/esm2022/lib/models/addressValidation/AddressRecommendationModel.mjs +0 -3
- package/esm2022/lib/models/addressValidation/AddressValidationRequestComponentModel.mjs +0 -3
- package/esm2022/lib/models/addressValidation/AddressValidationResponseComponentModel.mjs +0 -3
- package/esm2022/lib/models/addressValidation/AddressValidationReturnComponentModel.mjs +0 -3
- package/esm2022/lib/models/combo-model.mjs +0 -343
- package/esm2022/lib/models/fileupload/DocUploadModel.mjs +0 -7
- package/esm2022/lib/models/fileupload/EmployerDataModel.mjs +0 -3
- package/esm2022/lib/models/fileupload/FileObject.mjs +0 -3
- package/esm2022/lib/models/fileupload/FileObjectArray.mjs +0 -7
- package/esm2022/lib/models/questionnaire/AppealParticipantModel.mjs +0 -8
- package/esm2022/lib/models/questionnaire/ScrollableTextModel.mjs +0 -3
- package/esm2022/lib/models/questionnaire/WbaHelperTextModel.mjs +0 -3
- package/esm2022/lib/models/weekly-cert/WorkSearchWaiverModel.mjs +0 -3
- package/esm2022/lib/models/weekly-cert/address-detail-model.mjs +0 -2
- package/esm2022/lib/models/weekly-cert/admin-leave-details-model.mjs +0 -7
- package/esm2022/lib/models/weekly-cert/employer-info-v2-model.mjs +0 -7
- package/esm2022/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.mjs +0 -6
- package/esm2022/lib/models/weekly-cert/weekly-certification-v2-model.mjs +0 -34
- package/esm2022/lib/models/weekly-cert/work-search-record-v2-model.mjs +0 -15
- package/esm2022/lib/models/weekly-cert/work-search-v2-model.mjs +0 -11
- package/esm2022/lib/pipes/format-worksearch/format-worksearch.pipe.mjs +0 -101
- package/esm2022/lib/services/address-validation-service/address-validation.service.mjs +0 -151
- package/esm2022/lib/services/appeal/appeal.service.mjs +0 -37
- package/esm2022/lib/services/birt-service/birt.service.mjs +0 -57
- package/esm2022/lib/services/employer/employer-service.mjs +0 -35
- package/esm2022/lib/services/event-service/event-service.mjs +0 -44
- package/esm2022/lib/services/offline-claims/offline-claims.service.mjs +0 -327
- package/esm2022/lib/services/weekly-cert/review.service.mjs +0 -101
- package/esm2022/lib/services/weekly-cert/weekly-cert.service.mjs +0 -37
- package/esm2022/lib/services/weekly-cert/work-search.service.mjs +0 -58
- package/lib/components/add-wage/add-wage.component.d.ts +0 -30
- package/lib/components/add-wage/add-wage.component.d.ts.map +0 -1
- package/lib/components/address-popup/address-popup.component.d.ts +0 -16
- package/lib/components/address-popup/address-popup.component.d.ts.map +0 -1
- package/lib/components/address-suggestion/address-suggestion.component.d.ts +0 -43
- package/lib/components/address-suggestion/address-suggestion.component.d.ts.map +0 -1
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts +0 -37
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts.map +0 -1
- package/lib/components/associate-ssn/associate-ssn.component.d.ts +0 -33
- package/lib/components/associate-ssn/associate-ssn.component.d.ts.map +0 -1
- package/lib/components/claim-info/claim-info.component.d.ts +0 -49
- package/lib/components/claim-info/claim-info.component.d.ts.map +0 -1
- package/lib/components/dua-request-page/dua-request-page.component.d.ts +0 -74
- package/lib/components/dua-request-page/dua-request-page.component.d.ts.map +0 -1
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts +0 -61
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts.map +0 -1
- package/lib/components/employer-info/employer-info.component.d.ts +0 -50
- package/lib/components/employer-info/employer-info.component.d.ts.map +0 -1
- package/lib/components/employer-pay/employer-pay.component.d.ts +0 -51
- package/lib/components/employer-pay/employer-pay.component.d.ts.map +0 -1
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts +0 -43
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts.map +0 -1
- package/lib/components/farm-usage/farm-usage.component.d.ts +0 -33
- package/lib/components/farm-usage/farm-usage.component.d.ts.map +0 -1
- package/lib/components/gross-earnings/gross-earnings.component.d.ts +0 -42
- package/lib/components/gross-earnings/gross-earnings.component.d.ts.map +0 -1
- package/lib/components/history-page/history-page.component.d.ts +0 -80
- package/lib/components/history-page/history-page.component.d.ts.map +0 -1
- package/lib/components/idme/idme.component.d.ts +0 -19
- package/lib/components/idme/idme.component.d.ts.map +0 -1
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts +0 -311
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts.map +0 -1
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts +0 -33
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts.map +0 -1
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts +0 -97
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts.map +0 -1
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts +0 -33
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts.map +0 -1
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts +0 -54
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts.map +0 -1
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts +0 -74
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts.map +0 -1
- package/lib/components/scrollable-text/scrollable-text.component.d.ts +0 -11
- package/lib/components/scrollable-text/scrollable-text.component.d.ts.map +0 -1
- package/lib/components/sms/sms.component.d.ts +0 -63
- package/lib/components/sms/sms.component.d.ts.map +0 -1
- package/lib/components/wage-calculator/wage-calculator.component.d.ts +0 -44
- package/lib/components/wage-calculator/wage-calculator.component.d.ts.map +0 -1
- package/lib/components/wage-grid/wage-grid.component.d.ts +0 -43
- package/lib/components/wage-grid/wage-grid.component.d.ts.map +0 -1
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts +0 -28
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts.map +0 -1
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts +0 -28
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts.map +0 -1
- package/lib/components/weekly-certification/weekly-certification.component.d.ts +0 -101
- package/lib/components/weekly-certification/weekly-certification.component.d.ts.map +0 -1
- package/lib/components/weekly-confirmation/confirmation.component.d.ts +0 -21
- package/lib/components/weekly-confirmation/confirmation.component.d.ts.map +0 -1
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts +0 -34
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts.map +0 -1
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts +0 -17
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts.map +0 -1
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts +0 -10
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts.map +0 -1
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts +0 -17
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts.map +0 -1
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts +0 -105
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts.map +0 -1
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts +0 -71
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts.map +0 -1
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts +0 -59
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts.map +0 -1
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts +0 -47
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts.map +0 -1
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts +0 -78
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts.map +0 -1
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts +0 -8
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts.map +0 -1
- package/lib/enums/AddressValidationResponseEnum.d.ts +0 -8
- package/lib/enums/AddressValidationResponseEnum.d.ts.map +0 -1
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts +0 -4
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts.map +0 -1
- package/lib/models/ActiveClaimModel.d.ts +0 -8
- package/lib/models/ActiveClaimModel.d.ts.map +0 -1
- package/lib/models/CountyModel.d.ts +0 -8
- package/lib/models/CountyModel.d.ts.map +0 -1
- package/lib/models/DuaAppDataModel.d.ts +0 -5
- package/lib/models/DuaAppDataModel.d.ts.map +0 -1
- package/lib/models/DuaRequestModel.d.ts +0 -10
- package/lib/models/DuaRequestModel.d.ts.map +0 -1
- package/lib/models/DuaRetroWeeksComponentModel.d.ts +0 -5
- package/lib/models/DuaRetroWeeksComponentModel.d.ts.map +0 -1
- package/lib/models/EmployerInfoComponentModel.d.ts +0 -9
- package/lib/models/EmployerInfoComponentModel.d.ts.map +0 -1
- package/lib/models/EmployerPayInfoModel.d.ts +0 -20
- package/lib/models/EmployerPayInfoModel.d.ts.map +0 -1
- package/lib/models/FarmUsageComponentModel.d.ts +0 -10
- package/lib/models/FarmUsageComponentModel.d.ts.map +0 -1
- package/lib/models/GrossEarningsModel.d.ts +0 -6
- package/lib/models/GrossEarningsModel.d.ts.map +0 -1
- package/lib/models/HelpConstants.d.ts +0 -5
- package/lib/models/HelpConstants.d.ts.map +0 -1
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts +0 -7
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts.map +0 -1
- package/lib/models/ReasonSeparationRequestModel.d.ts +0 -7
- package/lib/models/ReasonSeparationRequestModel.d.ts.map +0 -1
- package/lib/models/RetroWeeksModel.d.ts +0 -11
- package/lib/models/RetroWeeksModel.d.ts.map +0 -1
- package/lib/models/SecurityQuestionAnswerModel.d.ts +0 -7
- package/lib/models/SecurityQuestionAnswerModel.d.ts.map +0 -1
- package/lib/models/SendOtpRequestModel.d.ts +0 -12
- package/lib/models/SendOtpRequestModel.d.ts.map +0 -1
- package/lib/models/VerifyOtpRequestModel.d.ts +0 -8
- package/lib/models/VerifyOtpRequestModel.d.ts.map +0 -1
- package/lib/models/WageCalculatorModel.d.ts +0 -15
- package/lib/models/WageCalculatorModel.d.ts.map +0 -1
- package/lib/models/WageInfoModel.d.ts +0 -9
- package/lib/models/WageInfoModel.d.ts.map +0 -1
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts +0 -12
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts.map +0 -1
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts +0 -11
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts.map +0 -1
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts +0 -6
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts.map +0 -1
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts +0 -16
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts.map +0 -1
- package/lib/models/combo-model.d.ts +0 -42
- package/lib/models/combo-model.d.ts.map +0 -1
- package/lib/models/fileupload/DocUploadModel.d.ts +0 -22
- package/lib/models/fileupload/DocUploadModel.d.ts.map +0 -1
- package/lib/models/fileupload/EmployerDataModel.d.ts +0 -6
- package/lib/models/fileupload/EmployerDataModel.d.ts.map +0 -1
- package/lib/models/fileupload/FileObject.d.ts +0 -8
- package/lib/models/fileupload/FileObject.d.ts.map +0 -1
- package/lib/models/fileupload/FileObjectArray.d.ts +0 -8
- package/lib/models/fileupload/FileObjectArray.d.ts.map +0 -1
- package/lib/models/questionnaire/AppealParticipantModel.d.ts +0 -17
- package/lib/models/questionnaire/AppealParticipantModel.d.ts.map +0 -1
- package/lib/models/questionnaire/ScrollableTextModel.d.ts +0 -4
- package/lib/models/questionnaire/ScrollableTextModel.d.ts.map +0 -1
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts +0 -4
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts.map +0 -1
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts +0 -9
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts.map +0 -1
- package/lib/models/weekly-cert/address-detail-model.d.ts +0 -14
- package/lib/models/weekly-cert/address-detail-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts +0 -15
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts +0 -27
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts +0 -57
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts +0 -59
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts +0 -66
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/work-search-v2-model.d.ts +0 -18
- package/lib/models/weekly-cert/work-search-v2-model.d.ts.map +0 -1
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts +0 -14
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts.map +0 -1
- package/lib/services/address-validation-service/address-validation.service.d.ts +0 -44
- package/lib/services/address-validation-service/address-validation.service.d.ts.map +0 -1
- package/lib/services/appeal/appeal.service.d.ts +0 -16
- package/lib/services/appeal/appeal.service.d.ts.map +0 -1
- package/lib/services/birt-service/birt.service.d.ts +0 -17
- package/lib/services/birt-service/birt.service.d.ts.map +0 -1
- package/lib/services/employer/employer-service.d.ts +0 -16
- package/lib/services/employer/employer-service.d.ts.map +0 -1
- package/lib/services/event-service/event-service.d.ts +0 -20
- package/lib/services/event-service/event-service.d.ts.map +0 -1
- package/lib/services/offline-claims/offline-claims.service.d.ts +0 -64
- package/lib/services/offline-claims/offline-claims.service.d.ts.map +0 -1
- package/lib/services/weekly-cert/review.service.d.ts +0 -23
- package/lib/services/weekly-cert/review.service.d.ts.map +0 -1
- package/lib/services/weekly-cert/weekly-cert.service.d.ts +0 -17
- package/lib/services/weekly-cert/weekly-cert.service.d.ts.map +0 -1
- package/lib/services/weekly-cert/work-search.service.d.ts +0 -26
- package/lib/services/weekly-cert/work-search.service.d.ts.map +0 -1
|
@@ -10,11 +10,10 @@ export class MfaPopupComponent {
|
|
|
10
10
|
this.success = new EventEmitter();
|
|
11
11
|
this.error = new EventEmitter();
|
|
12
12
|
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
close(event) {
|
|
16
|
-
this.clear.emit();
|
|
13
|
+
close(triggerExitAPI = true) {
|
|
14
|
+
this.display = false;
|
|
17
15
|
this.user = null;
|
|
16
|
+
setTimeout(() => this.clear.emit(triggerExitAPI), 1000);
|
|
18
17
|
}
|
|
19
18
|
loginSuccess(event) {
|
|
20
19
|
this.success.emit(event);
|
|
@@ -23,22 +22,30 @@ export class MfaPopupComponent {
|
|
|
23
22
|
this.error.emit(event);
|
|
24
23
|
}
|
|
25
24
|
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:
|
|
27
|
-
i0.ɵɵelementStart(0, "p-dialog", 0)
|
|
25
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MfaPopupComponent, selectors: [["app-mfa-popup"]], inputs: { user: "user", returningUser: "returningUser", display: "display", heading: "heading" }, outputs: { clear: "clear", success: "success", error: "error" }, decls: 2, vars: 11, consts: [["appendTo", "body", "position", "top", 3, "visible", "modal", "breakpoints", "visibleChange"], [3, "display", "user", "returningUser", "heading", "success", "clear"]], template: function MfaPopupComponent_Template(rf, ctx) { if (rf & 1) {
|
|
26
|
+
i0.ɵɵelementStart(0, "p-dialog", 0);
|
|
27
|
+
i0.ɵɵlistener("visibleChange", function MfaPopupComponent_Template_p_dialog_visibleChange_0_listener($event) { return ctx.display = $event; });
|
|
28
|
+
i0.ɵɵelementStart(1, "app-mfa", 1);
|
|
28
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); });
|
|
29
30
|
i0.ɵɵelementEnd()();
|
|
30
31
|
} if (rf & 2) {
|
|
31
|
-
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(
|
|
32
|
-
i0.ɵɵproperty("visible",
|
|
32
|
+
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(9, _c0));
|
|
33
|
+
i0.ɵɵproperty("visible", ctx.display)("modal", true)("breakpoints", i0.ɵɵpureFunction0(10, _c1));
|
|
33
34
|
i0.ɵɵadvance(1);
|
|
34
|
-
i0.ɵɵproperty("user", ctx.user);
|
|
35
|
+
i0.ɵɵproperty("display", ctx.display)("user", ctx.user)("returningUser", ctx.returningUser)("heading", ctx.heading);
|
|
35
36
|
} }, dependencies: [i1.Dialog, i2.MfaComponent] }); }
|
|
36
37
|
}
|
|
37
38
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MfaPopupComponent, [{
|
|
38
39
|
type: Component,
|
|
39
|
-
args: [{ selector: 'app-mfa-popup', template: "<p-dialog [visible]=\"
|
|
40
|
+
args: [{ selector: 'app-mfa-popup', template: "<p-dialog [(visible)]=\"display\" [modal]=\"true\" appendTo=\"body\" [breakpoints]=\"{'960px': '40vw', '640px': '100vw'}\" [style]=\"{width: '50vw'}\" position=\"top\">\r\n <app-mfa [display]=\"display\" [user]=\"user\" (success)=\"loginSuccess($event)\" [returningUser]=\"returningUser\" [heading]=\"heading\" (clear)=\"close($event)\"></app-mfa>\r\n</p-dialog>" }]
|
|
40
41
|
}], () => [], { user: [{
|
|
41
42
|
type: Input
|
|
43
|
+
}], returningUser: [{
|
|
44
|
+
type: Input
|
|
45
|
+
}], display: [{
|
|
46
|
+
type: Input
|
|
47
|
+
}], heading: [{
|
|
48
|
+
type: Input
|
|
42
49
|
}], clear: [{
|
|
43
50
|
type: Output
|
|
44
51
|
}], success: [{
|
|
@@ -47,4 +54,4 @@ export class MfaPopupComponent {
|
|
|
47
54
|
type: Output
|
|
48
55
|
}] }); })();
|
|
49
56
|
(() => { (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,
|
|
57
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWZhLXBvcHVwLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tZmEtcG9wdXAvbWZhLXBvcHVwLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tZmEtcG9wdXAvbWZhLXBvcHVwLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7OztBQVF2RSxNQUFNLE9BQU8saUJBQWlCO0lBb0I1QjtRQU5VLFVBQUssR0FBMEIsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUVsRCxZQUFPLEdBQXNCLElBQUksWUFBWSxFQUFFLENBQUM7UUFFaEQsVUFBSyxHQUFzQixJQUFJLFlBQVksRUFBRSxDQUFDO0lBRXhDLENBQUM7SUFFakIsS0FBSyxDQUFDLGNBQWMsR0FBRyxJQUFJO1FBQ3pCLElBQUksQ0FBQyxPQUFPLEdBQUcsS0FBSyxDQUFDO1FBQ3JCLElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDO1FBQ2pCLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxjQUFjLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQztJQUMxRCxDQUFDO0lBRUQsWUFBWSxDQUFDLEtBQUs7UUFDaEIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDM0IsQ0FBQztJQUVELEtBQUssQ0FBQyxLQUFLO1FBQ1QsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDekIsQ0FBQztrRkFsQ1UsaUJBQWlCO29FQUFqQixpQkFBaUI7WUNSOUIsbUNBQTRKO1lBQWxKLDhJQUFxQjtZQUMzQixrQ0FBd0o7WUFBN0cseUdBQVcsd0JBQW9CLElBQUMsd0ZBQThELGlCQUFhLElBQTNFO1lBQTZFLGlCQUFVLEVBQUE7O1lBRG5ELHlDQUF5QjtZQUFsSSxxQ0FBcUIsZUFBQSw0Q0FBQTtZQUNsQixlQUFtQjtZQUFuQixxQ0FBbUIsa0JBQUEsb0NBQUEsd0JBQUE7OztpRkRPbkIsaUJBQWlCO2NBTDdCLFNBQVM7MkJBQ0UsZUFBZTtvQkFPekIsSUFBSTtrQkFESCxLQUFLO1lBSU4sYUFBYTtrQkFEWixLQUFLO1lBSU4sT0FBTztrQkFETixLQUFLO1lBSUcsT0FBTztrQkFBZixLQUFLO1lBRUksS0FBSztrQkFBZCxNQUFNO1lBRUcsT0FBTztrQkFBaEIsTUFBTTtZQUVHLEtBQUs7a0JBQWQsTUFBTTs7a0ZBbEJJLGlCQUFpQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IFVzZXJNb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9Vc2VyTW9kZWwnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhcHAtbWZhLXBvcHVwJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vbWZhLXBvcHVwLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9tZmEtcG9wdXAuY29tcG9uZW50LmNzcyddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBNZmFQb3B1cENvbXBvbmVudCB7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgdXNlciA6IFVzZXJNb2RlbDtcclxuXHJcbiAgQElucHV0KClcclxuICByZXR1cm5pbmdVc2VyOiBib29sZWFuO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIGRpc3BsYXk6IGJvb2xlYW47XHJcblxyXG4gIC8vSWYgc3BlY2lmaWVkLCBpdCB3aWxsIGNoYW5nZSB0aGUgZGVmYXVsdCBoZWFkaW5nIG9uIHRoZSBjb21wb25lbnQgd2l0aCB0aGUgb25jZSBzcGVjaWZpZWQgaW4gdGhpcyBmaWVsZC5cclxuICBASW5wdXQoKSBoZWFkaW5nIDogc3RyaW5nO1xyXG5cclxuICBAT3V0cHV0KCkgY2xlYXI6IEV2ZW50RW1pdHRlcjxib29sZWFuPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuXHJcbiAgQE91dHB1dCgpIHN1Y2Nlc3M6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG5cclxuICBAT3V0cHV0KCkgZXJyb3I6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG5cclxuICBjb25zdHJ1Y3RvcigpIHsgfVxyXG5cclxuICBjbG9zZSh0cmlnZ2VyRXhpdEFQSSA9IHRydWUpe1xyXG4gICAgdGhpcy5kaXNwbGF5ID0gZmFsc2U7XHJcbiAgICB0aGlzLnVzZXIgPSBudWxsO1xyXG4gICAgc2V0VGltZW91dCgoKSA9PiB0aGlzLmNsZWFyLmVtaXQodHJpZ2dlckV4aXRBUEkpLCAxMDAwKTtcclxuICB9XHJcblxyXG4gIGxvZ2luU3VjY2VzcyhldmVudCl7XHJcbiAgICB0aGlzLnN1Y2Nlc3MuZW1pdChldmVudCk7XHJcbiAgfVxyXG5cclxuICByZXNldChldmVudCl7XHJcbiAgICB0aGlzLmVycm9yLmVtaXQoZXZlbnQpO1xyXG4gIH1cclxuXHJcbn1cclxuIiwiPHAtZGlhbG9nIFsodmlzaWJsZSldPVwiZGlzcGxheVwiIFttb2RhbF09XCJ0cnVlXCIgYXBwZW5kVG89XCJib2R5XCIgW2JyZWFrcG9pbnRzXT1cInsnOTYwcHgnOiAnNDB2dycsICc2NDBweCc6ICcxMDB2dyd9XCIgW3N0eWxlXT1cInt3aWR0aDogJzUwdncnfVwiIHBvc2l0aW9uPVwidG9wXCI+XHJcbiAgICA8YXBwLW1mYSBbZGlzcGxheV09XCJkaXNwbGF5XCIgW3VzZXJdPVwidXNlclwiIChzdWNjZXNzKT1cImxvZ2luU3VjY2VzcygkZXZlbnQpXCIgW3JldHVybmluZ1VzZXJdPVwicmV0dXJuaW5nVXNlclwiIFtoZWFkaW5nXT1cImhlYWRpbmdcIiAoY2xlYXIpPVwiY2xvc2UoJGV2ZW50KVwiPjwvYXBwLW1mYT5cclxuPC9wLWRpYWxvZz4iXX0=
|
|
@@ -0,0 +1,285 @@
|
|
|
1
|
+
import { Component, EventEmitter, Inject, Input, Output } from '@angular/core';
|
|
2
|
+
import { Validators } from '@angular/forms';
|
|
3
|
+
import { DOCUMENT } from '@angular/common';
|
|
4
|
+
import { catchError, throwError } from 'rxjs';
|
|
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 "@angular/router";
|
|
11
|
+
import * as i6 from "../../services/claimant-service/claimant.service";
|
|
12
|
+
import * as i7 from "../../services/claimant-service/claimant-usps-redirect.service";
|
|
13
|
+
import * as i8 from "@angular/common";
|
|
14
|
+
import * as i9 from "primeng/dialog";
|
|
15
|
+
import * as i10 from "../error/error.component";
|
|
16
|
+
import * as i11 from "@ngx-translate/core";
|
|
17
|
+
function Mfa2Component_div_12_Template(rf, ctx) { if (rf & 1) {
|
|
18
|
+
i0.ɵɵelementStart(0, "div", 12);
|
|
19
|
+
i0.ɵɵtext(1);
|
|
20
|
+
i0.ɵɵpipe(2, "translate");
|
|
21
|
+
i0.ɵɵelementEnd();
|
|
22
|
+
} if (rf & 2) {
|
|
23
|
+
i0.ɵɵadvance(1);
|
|
24
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 1, "mfa.not.matched"), " ");
|
|
25
|
+
} }
|
|
26
|
+
function Mfa2Component_a_20_Template(rf, ctx) { if (rf & 1) {
|
|
27
|
+
const _r3 = i0.ɵɵgetCurrentView();
|
|
28
|
+
i0.ɵɵelementStart(0, "a", 9);
|
|
29
|
+
i0.ɵɵlistener("keyup.enter", function Mfa2Component_a_20_Template_a_keyup_enter_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.close()); })("click", function Mfa2Component_a_20_Template_a_click_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r4 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r4.close()); });
|
|
30
|
+
i0.ɵɵtext(1);
|
|
31
|
+
i0.ɵɵpipe(2, "translate");
|
|
32
|
+
i0.ɵɵelementEnd();
|
|
33
|
+
} if (rf & 2) {
|
|
34
|
+
i0.ɵɵadvance(1);
|
|
35
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 1, "mfa.change.phone.number"), " ");
|
|
36
|
+
} }
|
|
37
|
+
const _c0 = () => ({ required: "Authcode is required." });
|
|
38
|
+
export class Mfa2Component {
|
|
39
|
+
constructor(ls, fb, util, nav, document, router, cs, ur) {
|
|
40
|
+
this.ls = ls;
|
|
41
|
+
this.fb = fb;
|
|
42
|
+
this.util = util;
|
|
43
|
+
this.nav = nav;
|
|
44
|
+
this.document = document;
|
|
45
|
+
this.router = router;
|
|
46
|
+
this.cs = cs;
|
|
47
|
+
this.ur = ur;
|
|
48
|
+
this.returningUser = false;
|
|
49
|
+
this.display = false;
|
|
50
|
+
this.clear = new EventEmitter();
|
|
51
|
+
this.success = new EventEmitter();
|
|
52
|
+
this.error = new EventEmitter();
|
|
53
|
+
this.incorrectGuess = false;
|
|
54
|
+
}
|
|
55
|
+
ngOnInit() {
|
|
56
|
+
this.initilizeForm();
|
|
57
|
+
}
|
|
58
|
+
ngOnDestroy() {
|
|
59
|
+
this.display = false;
|
|
60
|
+
}
|
|
61
|
+
initilizeForm() {
|
|
62
|
+
this.otpAttemptCount = 0;
|
|
63
|
+
this.vCodeForm = this.fb.group({
|
|
64
|
+
vCode: [null, [Validators.required]],
|
|
65
|
+
});
|
|
66
|
+
}
|
|
67
|
+
get vCode() {
|
|
68
|
+
return this.vCodeForm.get('vCode');
|
|
69
|
+
}
|
|
70
|
+
close() {
|
|
71
|
+
this.display = false;
|
|
72
|
+
if (this.form?.value?.verification) {
|
|
73
|
+
this.form.value.verification = null;
|
|
74
|
+
}
|
|
75
|
+
this.clear.emit();
|
|
76
|
+
}
|
|
77
|
+
aboutUs() {
|
|
78
|
+
this.document.location.href =
|
|
79
|
+
'https://www.dol.ks.gov/labor-market-information/contact-us';
|
|
80
|
+
}
|
|
81
|
+
// this methed name need to updated to signup
|
|
82
|
+
signIn() {
|
|
83
|
+
if (!this.vCodeForm.valid) {
|
|
84
|
+
console.error(this.vCodeForm);
|
|
85
|
+
return;
|
|
86
|
+
}
|
|
87
|
+
let cleanedString;
|
|
88
|
+
if (this.form.controls.phone.value) {
|
|
89
|
+
const decodedString = decodeURIComponent(this.form.controls.phone.value);
|
|
90
|
+
// Remove any non-numeric characters
|
|
91
|
+
cleanedString = decodedString.replace(/[^0-9]/g, '');
|
|
92
|
+
}
|
|
93
|
+
this.util.showLoader();
|
|
94
|
+
this.ls
|
|
95
|
+
.verifyOtpForPhoneNumber(this.vCode.value, this.form.controls.phone.value
|
|
96
|
+
? cleanedString
|
|
97
|
+
: this.verificationPreference.phone, this.returningUser, this.ssn)
|
|
98
|
+
.subscribe((res) => {
|
|
99
|
+
if (res.message == 'Y') {
|
|
100
|
+
this.incorrectGuess = false;
|
|
101
|
+
this.display = false;
|
|
102
|
+
this.success.emit();
|
|
103
|
+
}
|
|
104
|
+
else if (res.message == 'N') {
|
|
105
|
+
console.error(this.vCodeForm);
|
|
106
|
+
this.incorrectGuess = true;
|
|
107
|
+
this.error.emit('Incorrect Validation Code');
|
|
108
|
+
}
|
|
109
|
+
this.util.hideLoader();
|
|
110
|
+
}, (err) => {
|
|
111
|
+
const errorMsgArray = err.msg;
|
|
112
|
+
const errorMsgString = errorMsgArray[0];
|
|
113
|
+
const specificMessage = 'Claimant Account is Locked - OTP attempts exceeded';
|
|
114
|
+
const isLocked = errorMsgString.includes(specificMessage);
|
|
115
|
+
if (isLocked) {
|
|
116
|
+
this.clear.emit();
|
|
117
|
+
this.uspsRedirectWithoutLogout(err);
|
|
118
|
+
}
|
|
119
|
+
else {
|
|
120
|
+
console.log('Error::', err);
|
|
121
|
+
this.error.emit(err);
|
|
122
|
+
}
|
|
123
|
+
});
|
|
124
|
+
}
|
|
125
|
+
uspsRedirectWithoutLogout(err) {
|
|
126
|
+
this.display = false;
|
|
127
|
+
this.clear.emit(err);
|
|
128
|
+
this.ur
|
|
129
|
+
.generateURLForUSPS()
|
|
130
|
+
.pipe(catchError((error) => {
|
|
131
|
+
this.util.showError('Failed to retrieve the data');
|
|
132
|
+
return throwError(() => new Error(error));
|
|
133
|
+
}))
|
|
134
|
+
.subscribe((response) => {
|
|
135
|
+
if (response !== null) {
|
|
136
|
+
this.uspsRedirectUrl = response.uspsUrl;
|
|
137
|
+
this.display = false;
|
|
138
|
+
if (err != null) {
|
|
139
|
+
this.clear.emit(err);
|
|
140
|
+
}
|
|
141
|
+
this.util.hideLoader();
|
|
142
|
+
this.ls.logout();
|
|
143
|
+
this.router.navigate(['/usps-redirect', this.uspsRedirectUrl]);
|
|
144
|
+
}
|
|
145
|
+
else {
|
|
146
|
+
this.util.info('Empty response received');
|
|
147
|
+
}
|
|
148
|
+
});
|
|
149
|
+
}
|
|
150
|
+
uspsRedirect(err) {
|
|
151
|
+
this.display = false;
|
|
152
|
+
this.clear.emit(err);
|
|
153
|
+
this.ur
|
|
154
|
+
.generateURLForUSPS()
|
|
155
|
+
.pipe(catchError((error) => {
|
|
156
|
+
this.util.showError('Failed to retrieve the data');
|
|
157
|
+
return throwError(() => new Error(error));
|
|
158
|
+
}))
|
|
159
|
+
.subscribe((response) => {
|
|
160
|
+
if (response !== null) {
|
|
161
|
+
this.uspsRedirectUrl = response.uspsUrl;
|
|
162
|
+
this.display = false;
|
|
163
|
+
if (err != null) {
|
|
164
|
+
this.clear.emit(err);
|
|
165
|
+
}
|
|
166
|
+
this.util.hideLoader();
|
|
167
|
+
this.cs.lockClaimantAccount(this.ssn).subscribe({
|
|
168
|
+
next: (res) => { },
|
|
169
|
+
error: (err) => {
|
|
170
|
+
if (err.msg[0].includes('Claimant Account is Locked - OTP attempts exceeded')) {
|
|
171
|
+
this.ls.logout();
|
|
172
|
+
this.router.navigate(['/usps-redirect', this.uspsRedirectUrl]);
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
});
|
|
176
|
+
}
|
|
177
|
+
else {
|
|
178
|
+
this.util.info('Empty response received');
|
|
179
|
+
}
|
|
180
|
+
});
|
|
181
|
+
}
|
|
182
|
+
regenerateOtp() {
|
|
183
|
+
let phone = this.form?.value?.phone || this.verificationPreference.phone;
|
|
184
|
+
let type = this.form?.value?.verification ||
|
|
185
|
+
this.verificationPreference.verification;
|
|
186
|
+
this.ls.generateOtpForNewUserCreation(phone, type).subscribe((res) => {
|
|
187
|
+
// Response is any of the String as mentioned below:
|
|
188
|
+
// 1) "ATTEMPT_EXCEEDED";
|
|
189
|
+
// 2) "Y";
|
|
190
|
+
// 3) "N";
|
|
191
|
+
console.log('Access code sent successfully.');
|
|
192
|
+
}, (err) => {
|
|
193
|
+
console.log('Could not generate the authentication otp code.');
|
|
194
|
+
});
|
|
195
|
+
}
|
|
196
|
+
logout() {
|
|
197
|
+
this.nav.navigateRoot('/landing');
|
|
198
|
+
this.ls.logout();
|
|
199
|
+
}
|
|
200
|
+
static { this.ɵfac = function Mfa2Component_Factory(t) { return new (t || Mfa2Component)(i0.ɵɵdirectiveInject(i1.LoginService), i0.ɵɵdirectiveInject(i2.UntypedFormBuilder), i0.ɵɵdirectiveInject(i3.UtilService), i0.ɵɵdirectiveInject(i4.NavController), i0.ɵɵdirectiveInject(DOCUMENT), i0.ɵɵdirectiveInject(i5.Router), i0.ɵɵdirectiveInject(i6.ClaimantService), i0.ɵɵdirectiveInject(i7.ClaimantUspsRedirectService)); }; }
|
|
201
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Mfa2Component, selectors: [["app-mfa2"]], inputs: { returningUser: "returningUser", user: "user", form: "form", display: "display", verificationPreference: "verificationPreference", ssn: "ssn" }, outputs: { clear: "clear", success: "success", error: "error" }, decls: 24, vars: 25, consts: [["appendTo", "body", "position", "top", 3, "visible", "modal", "visibleChange"], [3, "formGroup"], [1, "dialog-content"], [1, "heading"], ["formControlName", "vCode", "maxlength", "6", "minlength", "6", "autofocus", "", "autocomplete", "off", 3, "onChange", "keyup.enter"], [3, "field", "form", "errDef"], ["class", "errorText", 4, "ngIf"], ["shape", "round", "type", "submit", "color", "success", 3, "disabled", "keyup.enter", "click"], ["slot", "start", "name", "log-in-outline"], ["shape", "round", 3, "keyup.enter", "click"], ["shape", "round", 3, "keyup.enter", "click", 4, "ngIf"], [3, "keyup.enter", "click"], [1, "errorText"]], template: function Mfa2Component_Template(rf, ctx) { if (rf & 1) {
|
|
202
|
+
i0.ɵɵelementStart(0, "p-dialog", 0);
|
|
203
|
+
i0.ɵɵlistener("visibleChange", function Mfa2Component_Template_p_dialog_visibleChange_0_listener($event) { return ctx.display = $event; });
|
|
204
|
+
i0.ɵɵelementStart(1, "form", 1)(2, "div", 2)(3, "h4", 3);
|
|
205
|
+
i0.ɵɵtext(4);
|
|
206
|
+
i0.ɵɵpipe(5, "translate");
|
|
207
|
+
i0.ɵɵelementEnd();
|
|
208
|
+
i0.ɵɵelementStart(6, "div")(7, "label");
|
|
209
|
+
i0.ɵɵtext(8);
|
|
210
|
+
i0.ɵɵpipe(9, "translate");
|
|
211
|
+
i0.ɵɵelementEnd();
|
|
212
|
+
i0.ɵɵelementStart(10, "input", 4);
|
|
213
|
+
i0.ɵɵlistener("onChange", function Mfa2Component_Template_input_onChange_10_listener() { return ctx.incorrectGuess = false; })("keyup.enter", function Mfa2Component_Template_input_keyup_enter_10_listener() { return ctx.signIn(); });
|
|
214
|
+
i0.ɵɵelementEnd();
|
|
215
|
+
i0.ɵɵelement(11, "app-error", 5);
|
|
216
|
+
i0.ɵɵtemplate(12, Mfa2Component_div_12_Template, 3, 3, "div", 6);
|
|
217
|
+
i0.ɵɵelementEnd();
|
|
218
|
+
i0.ɵɵelementStart(13, "ion-button", 7);
|
|
219
|
+
i0.ɵɵlistener("keyup.enter", function Mfa2Component_Template_ion_button_keyup_enter_13_listener() { return ctx.signIn(); })("click", function Mfa2Component_Template_ion_button_click_13_listener() { return ctx.signIn(); });
|
|
220
|
+
i0.ɵɵelement(14, "ion-icon", 8);
|
|
221
|
+
i0.ɵɵtext(15);
|
|
222
|
+
i0.ɵɵpipe(16, "translate");
|
|
223
|
+
i0.ɵɵelementEnd();
|
|
224
|
+
i0.ɵɵelementStart(17, "a", 9);
|
|
225
|
+
i0.ɵɵlistener("keyup.enter", function Mfa2Component_Template_a_keyup_enter_17_listener() { return ctx.regenerateOtp(); })("click", function Mfa2Component_Template_a_click_17_listener() { return ctx.regenerateOtp(); });
|
|
226
|
+
i0.ɵɵtext(18);
|
|
227
|
+
i0.ɵɵpipe(19, "translate");
|
|
228
|
+
i0.ɵɵelementEnd();
|
|
229
|
+
i0.ɵɵtemplate(20, Mfa2Component_a_20_Template, 3, 3, "a", 10);
|
|
230
|
+
i0.ɵɵelementStart(21, "a", 11);
|
|
231
|
+
i0.ɵɵlistener("keyup.enter", function Mfa2Component_Template_a_keyup_enter_21_listener() { return ctx.returningUser ? ctx.uspsRedirect(null) : ctx.aboutUs(); })("click", function Mfa2Component_Template_a_click_21_listener() { return ctx.returningUser ? ctx.uspsRedirect(null) : ctx.aboutUs(); });
|
|
232
|
+
i0.ɵɵtext(22);
|
|
233
|
+
i0.ɵɵpipe(23, "translate");
|
|
234
|
+
i0.ɵɵelementEnd()()()();
|
|
235
|
+
} if (rf & 2) {
|
|
236
|
+
i0.ɵɵproperty("visible", ctx.display)("modal", true);
|
|
237
|
+
i0.ɵɵadvance(1);
|
|
238
|
+
i0.ɵɵproperty("formGroup", ctx.vCodeForm);
|
|
239
|
+
i0.ɵɵadvance(3);
|
|
240
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(5, 14, "mfa.code.sent"), " ");
|
|
241
|
+
i0.ɵɵadvance(4);
|
|
242
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(9, 16, "mfa.enter.validation.code"), ": ");
|
|
243
|
+
i0.ɵɵadvance(3);
|
|
244
|
+
i0.ɵɵproperty("field", ctx.vCode)("form", ctx.vCodeForm)("errDef", i0.ɵɵpureFunction0(24, _c0));
|
|
245
|
+
i0.ɵɵadvance(1);
|
|
246
|
+
i0.ɵɵproperty("ngIf", ctx.incorrectGuess);
|
|
247
|
+
i0.ɵɵadvance(1);
|
|
248
|
+
i0.ɵɵpropertyInterpolate("disabled", ctx.vCodeForm.invalid);
|
|
249
|
+
i0.ɵɵadvance(2);
|
|
250
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(16, 18, "common.submit"), " ");
|
|
251
|
+
i0.ɵɵadvance(3);
|
|
252
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(19, 20, "mfa.resend.verification.code"), " ");
|
|
253
|
+
i0.ɵɵadvance(2);
|
|
254
|
+
i0.ɵɵproperty("ngIf", !ctx.returningUser);
|
|
255
|
+
i0.ɵɵadvance(2);
|
|
256
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(23, 22, "mfa.unable.to.verify"), " ");
|
|
257
|
+
} }, dependencies: [i4.IonButton, i4.IonIcon, i8.NgIf, i2.ɵNgNoValidate, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.MinLengthValidator, i2.MaxLengthValidator, i2.FormGroupDirective, i2.FormControlName, i9.Dialog, i10.ErrorComponent, i11.TranslatePipe], styles: [".dialog-content[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{display:block;margin-bottom:15px}.dialog-content[_ngcontent-%COMP%]{margin-bottom:20px}a[_ngcontent-%COMP%]{cursor:pointer}.errorText[_ngcontent-%COMP%]{color:red}"] }); }
|
|
258
|
+
}
|
|
259
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(Mfa2Component, [{
|
|
260
|
+
type: Component,
|
|
261
|
+
args: [{ selector: 'app-mfa2', template: "<p-dialog [(visible)]=\"display\" [modal]=\"true\" appendTo=\"body\" position=\"top\">\r\n <form [formGroup]=\"vCodeForm\">\r\n <div class=\"dialog-content\">\r\n <h4 class=\"heading\">\r\n {{'mfa.code.sent'|translate}}\r\n </h4>\r\n <div>\r\n <label>{{'mfa.enter.validation.code'|translate}}: </label>\r\n <input formControlName=\"vCode\" maxlength=\"6\" minlength=\"6\" (onChange)=\"incorrectGuess=false\" (keyup.enter)=\"signIn()\" autofocus autocomplete=\"off\">\r\n <app-error [field]='vCode' [form]=\"vCodeForm\" [errDef]=\"{ required: 'Authcode is required.'}\">\r\n </app-error>\r\n <div *ngIf=\"incorrectGuess\" class=\"errorText\">\r\n {{'mfa.not.matched'|translate}}\r\n </div>\r\n </div>\r\n\r\n <ion-button shape=\"round\" type=\"submit\" (keyup.enter)=\"signIn()\" (click)=\"signIn()\" color=\"success\" disabled=\"{{vCodeForm.invalid}}\">\r\n <ion-icon slot=\"start\" name=\"log-in-outline\"></ion-icon>\r\n {{'common.submit'|translate}}\r\n </ion-button>\r\n <a shape=\"round\" (keyup.enter)=\"regenerateOtp()\" (click)=\"regenerateOtp()\">\r\n {{'mfa.resend.verification.code'|translate}}\r\n </a>\r\n <a *ngIf=\"!returningUser\" shape=\"round\" (keyup.enter)=\"close()\" (click)=\"close()\">\r\n {{'mfa.change.phone.number'|translate}}\r\n </a>\r\n <a (keyup.enter)=\"returningUser?uspsRedirect(null):aboutUs()\" (click)=\"returningUser?uspsRedirect(null):aboutUs()\">\r\n {{'mfa.unable.to.verify'|translate}}\r\n </a>\r\n\r\n </div>\r\n </form>\r\n</p-dialog>\r\n ", styles: [".dialog-content>*{display:block;margin-bottom:15px}.dialog-content{margin-bottom:20px}a{cursor:pointer}.errorText{color:red}\n"] }]
|
|
262
|
+
}], () => [{ type: i1.LoginService }, { type: i2.UntypedFormBuilder }, { type: i3.UtilService }, { type: i4.NavController }, { type: Document, decorators: [{
|
|
263
|
+
type: Inject,
|
|
264
|
+
args: [DOCUMENT]
|
|
265
|
+
}] }, { type: i5.Router }, { type: i6.ClaimantService }, { type: i7.ClaimantUspsRedirectService }], { returningUser: [{
|
|
266
|
+
type: Input
|
|
267
|
+
}], user: [{
|
|
268
|
+
type: Input
|
|
269
|
+
}], form: [{
|
|
270
|
+
type: Input
|
|
271
|
+
}], display: [{
|
|
272
|
+
type: Input
|
|
273
|
+
}], verificationPreference: [{
|
|
274
|
+
type: Input
|
|
275
|
+
}], ssn: [{
|
|
276
|
+
type: Input
|
|
277
|
+
}], clear: [{
|
|
278
|
+
type: Output
|
|
279
|
+
}], success: [{
|
|
280
|
+
type: Output
|
|
281
|
+
}], error: [{
|
|
282
|
+
type: Output
|
|
283
|
+
}] }); })();
|
|
284
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(Mfa2Component, { className: "Mfa2Component", filePath: "lib\\components\\mfa2\\mfa2.component.ts", lineNumber: 18 }); })();
|
|
285
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWZhMi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvbWZhMi9tZmEyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tZmEyL21mYTIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBVSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDdkYsT0FBTyxFQUF3QyxVQUFVLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUtsRixPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFJM0MsT0FBTyxFQUFFLFVBQVUsRUFBRSxVQUFVLEVBQUUsTUFBTSxNQUFNLENBQUM7Ozs7Ozs7Ozs7Ozs7O0lDQ3RDLCtCQUE4QztJQUM1QyxZQUNGOztJQUFBLGlCQUFNOztJQURKLGVBQ0Y7SUFERSx3RUFDRjs7OztJQVVGLDRCQUFrRjtJQUExQyxnS0FBZSxlQUFBLGNBQU8sQ0FBQSxJQUFDLHVJQUFVLGVBQUEsY0FBTyxDQUFBLElBQWpCO0lBQzdELFlBQ0Y7O0lBQUEsaUJBQUk7O0lBREYsZUFDRjtJQURFLGdGQUNGOzs7QURSTixNQUFNLE9BQU8sYUFBYTtJQTBCeEIsWUFDUyxFQUFnQixFQUNoQixFQUFzQixFQUNyQixJQUFpQixFQUNsQixHQUFrQixFQUNDLFFBQWtCLEVBQ3BDLE1BQWMsRUFDZCxFQUFtQixFQUNuQixFQUErQjtRQVBoQyxPQUFFLEdBQUYsRUFBRSxDQUFjO1FBQ2hCLE9BQUUsR0FBRixFQUFFLENBQW9CO1FBQ3JCLFNBQUksR0FBSixJQUFJLENBQWE7UUFDbEIsUUFBRyxHQUFILEdBQUcs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O1lBQUEsaUJBQWE7WUFDYiw2QkFBMkU7WUFBMUQsa0dBQWUsbUJBQWUsSUFBQyx5RUFBVSxtQkFBZSxJQUF6QjtZQUM5QyxhQUNGOztZQUFBLGlCQUFJO1lBQ0osNkRBRUk7WUFDSiw4QkFBbUg7WUFBaEgsc0hBQTZCLGlCQUFhLElBQUksQ0FBQyxHQUFDLGFBQVMsSUFBQyw2RkFBd0IsaUJBQWEsSUFBSSxDQUFDLEdBQUMsYUFBUyxJQUFwRDtZQUMzRCxhQUNGOztZQUFBLGlCQUFJLEVBQUEsRUFBQSxFQUFBOztZQTVCQSxxQ0FBcUIsZUFBQTtZQUN2QixlQUF1QjtZQUF2Qix5Q0FBdUI7WUFHdkIsZUFDRjtZQURFLHVFQUNGO1lBRVMsZUFBMkM7WUFBM0MsbUZBQTJDO1lBRXZDLGVBQWU7WUFBZixpQ0FBZSx1QkFBQSx1Q0FBQTtZQUVwQixlQUFvQjtZQUFwQix5Q0FBb0I7WUFLd0UsZUFBZ0M7WUFBaEMsMkRBQWdDO1lBRWxJLGVBQ0Y7WUFERSx3RUFDRjtZQUVFLGVBQ0Y7WUFERSx1RkFDRjtZQUNJLGVBQW9CO1lBQXBCLHlDQUFvQjtZQUl0QixlQUNGO1lBREUsK0VBQ0Y7OztpRkRYTyxhQUFhO2NBTHpCLFNBQVM7MkJBQ0UsVUFBVTs7c0JBbUNqQixNQUFNO3VCQUFDLFFBQVE7a0hBN0JYLGFBQWE7a0JBRG5CLEtBQUs7WUFHRyxJQUFJO2tCQUFaLEtBQUs7WUFFRyxJQUFJO2tCQUFaLEtBQUs7WUFFRyxPQUFPO2tCQUFmLEtBQUs7WUFFRyxzQkFBc0I7a0JBQTlCLEtBQUs7WUFFRyxHQUFHO2tCQUFYLEtBQUs7WUFFSSxLQUFLO2tCQUFkLE1BQU07WUFFRyxPQUFPO2tCQUFoQixNQUFNO1lBRUcsS0FBSztrQkFBZCxNQUFNOztrRkFsQkksYUFBYSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbmplY3QsIElucHV0LCBPbkluaXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBVbnR5cGVkRm9ybUJ1aWxkZXIsIFVudHlwZWRGb3JtR3JvdXAsIFZhbGlkYXRvcnMgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XHJcbmltcG9ydCB7IE5hdkNvbnRyb2xsZXIgfSBmcm9tICdAaW9uaWMvYW5ndWxhcic7XHJcbmltcG9ydCB7IFVzZXJNb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9Vc2VyTW9kZWwnO1xyXG5pbXBvcnQgeyBMb2dpblNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9sb2dpbi9sb2dpbi5zZXJ2aWNlJztcclxuaW1wb3J0IHsgVXRpbFNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy91dGlsL3V0aWwuc2VydmljZSc7XHJcbmltcG9ydCB7IERPQ1VNRU5UIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgUm91dGVyIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcclxuaW1wb3J0IHsgQ2xhaW1hbnRTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvY2xhaW1hbnQtc2VydmljZS9jbGFpbWFudC5zZXJ2aWNlJztcclxuaW1wb3J0IHsgQ2xhaW1hbnRVc3BzUmVkaXJlY3RTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvY2xhaW1hbnQtc2VydmljZS9jbGFpbWFudC11c3BzLXJlZGlyZWN0LnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBjYXRjaEVycm9yLCB0aHJvd0Vycm9yIH0gZnJvbSAncnhqcyc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1tZmEyJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vbWZhMi5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vbWZhMi5jb21wb25lbnQuc2NzcyddLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgTWZhMkNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcbiAgQElucHV0KClcclxuICBwdWJsaWMgcmV0dXJuaW5nVXNlcjogYm9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICBASW5wdXQoKSB1c2VyOiBVc2VyTW9kZWw7XHJcblxyXG4gIEBJbnB1dCgpIGZvcm07XHJcblxyXG4gIEBJbnB1dCgpIGRpc3BsYXk6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgQElucHV0KCkgdmVyaWZpY2F0aW9uUHJlZmVyZW5jZTtcclxuXHJcbiAgQElucHV0KCkgc3NuO1xyXG5cclxuICBAT3V0cHV0KCkgY2xlYXI6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG5cclxuICBAT3V0cHV0KCkgc3VjY2VzczogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG4gIEBPdXRwdXQoKSBlcnJvcjogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG4gIHB1YmxpYyB2Q29kZUZvcm06IFVudHlwZWRGb3JtR3JvdXA7XHJcblxyXG4gIHB1YmxpYyBvdHBBdHRlbXB0Q291bnQ6IG51bWJlcjtcclxuICBwdWJsaWMgaW5jb3JyZWN0R3Vlc3M6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBwdWJsaWMgdXNwc1JlZGlyZWN0VXJsOiBzdHJpbmc7XHJcblxyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgcHVibGljIGxzOiBMb2dpblNlcnZpY2UsXHJcbiAgICBwdWJsaWMgZmI6IFVudHlwZWRGb3JtQnVpbGRlcixcclxuICAgIHByaXZhdGUgdXRpbDogVXRpbFNlcnZpY2UsXHJcbiAgICBwdWJsaWMgbmF2OiBOYXZDb250cm9sbGVyLFxyXG4gICAgQEluamVjdChET0NVTUVOVCkgcHJpdmF0ZSBkb2N1bWVudDogRG9jdW1lbnQsXHJcbiAgICBwcml2YXRlIHJvdXRlcjogUm91dGVyLFxyXG4gICAgcHJpdmF0ZSBjczogQ2xhaW1hbnRTZXJ2aWNlLFxyXG4gICAgcHJpdmF0ZSB1cjogQ2xhaW1hbnRVc3BzUmVkaXJlY3RTZXJ2aWNlXHJcbiAgKSB7fVxyXG5cclxuICBuZ09uSW5pdCgpIHtcclxuICAgIHRoaXMuaW5pdGlsaXplRm9ybSgpO1xyXG4gIH1cclxuXHJcbiAgbmdPbkRlc3Ryb3koKSB7XHJcbiAgICB0aGlzLmRpc3BsYXkgPSBmYWxzZTtcclxuICB9XHJcblxyXG4gIGluaXRpbGl6ZUZvcm0oKSB7XHJcbiAgICB0aGlzLm90cEF0dGVtcHRDb3VudCA9IDA7XHJcbiAgICB0aGlzLnZDb2RlRm9ybSA9IHRoaXMuZmIuZ3JvdXAoe1xyXG4gICAgICB2Q29kZTogW251bGwsIFtWYWxpZGF0b3JzLnJlcXVpcmVkXV0sXHJcbiAgICB9KTtcclxuICB9XHJcblxyXG4gIGdldCB2Q29kZSgpIHtcclxuICAgIHJldHVybiB0aGlzLnZDb2RlRm9ybS5nZXQoJ3ZDb2RlJyk7XHJcbiAgfVxyXG5cclxuICBjbG9zZSgpIHtcclxuICAgIHRoaXMuZGlzcGxheSA9IGZhbHNlO1xyXG4gICAgaWYgKHRoaXMuZm9ybT8udmFsdWU/LnZlcmlmaWNhdGlvbikge1xyXG4gICAgICB0aGlzLmZvcm0udmFsdWUudmVyaWZpY2F0aW9uID0gbnVsbDtcclxuICAgIH1cclxuICAgIHRoaXMuY2xlYXIuZW1pdCgpO1xyXG4gIH1cclxuXHJcbiAgYWJvdXRVcygpIHtcclxuICAgIHRoaXMuZG9jdW1lbnQubG9jYXRpb24uaHJlZiA9XHJcbiAgICAgICdodHRwczovL3d3dy5kb2wua3MuZ292L2xhYm9yLW1hcmtldC1pbmZvcm1hdGlvbi9jb250YWN0LXVzJztcclxuICB9XHJcbiAvLyB0aGlzIG1ldGhlZCBuYW1lIG5lZWQgdG8gdXBkYXRlZCB0byBzaWdudXBcclxuICBzaWduSW4oKSB7XHJcbiAgICBpZiAoIXRoaXMudkNvZGVGb3JtLnZhbGlkKSB7XHJcbiAgICAgIGNvbnNvbGUuZXJyb3IodGhpcy52Q29kZUZvcm0pO1xyXG4gICAgICByZXR1cm47XHJcbiAgICB9XHJcbiAgICBsZXQgY2xlYW5lZFN0cmluZztcclxuICAgIGlmICh0aGlzLmZvcm0uY29udHJvbHMucGhvbmUudmFsdWUpIHtcclxuICAgICAgY29uc3QgZGVjb2RlZFN0cmluZyA9IGRlY29kZVVSSUNvbXBvbmVudCh0aGlzLmZvcm0uY29udHJvbHMucGhvbmUudmFsdWUpO1xyXG4gICAgICAvLyBSZW1vdmUgYW55IG5vbi1udW1lcmljIGNoYXJhY3RlcnNcclxuICAgICAgY2xlYW5lZFN0cmluZyA9IGRlY29kZWRTdHJpbmcucmVwbGFjZSgvW14wLTldL2csICcnKTtcclxuICAgIH1cclxuICAgIHRoaXMudXRpbC5zaG93TG9hZGVyKCk7XHJcbiAgICB0aGlzLmxzXHJcbiAgICAgIC52ZXJpZnlPdHBGb3JQaG9uZU51bWJlcihcclxuICAgICAgICB0aGlzLnZDb2RlLnZhbHVlLFxyXG4gICAgICAgIHRoaXMuZm9ybS5jb250cm9scy5waG9uZS52YWx1ZVxyXG4gICAgICAgICAgPyBjbGVhbmVkU3RyaW5nXHJcbiAgICAgICAgICA6IHRoaXMudmVyaWZpY2F0aW9uUHJlZmVyZW5jZS5waG9uZSxcclxuICAgICAgICB0aGlzLnJldHVybmluZ1VzZXIsXHJcbiAgICAgICAgdGhpcy5zc25cclxuICAgICAgKVxyXG4gICAgICAuc3Vic2NyaWJlKFxyXG4gICAgICAgIChyZXM6IGFueSkgPT4ge1xyXG4gICAgICAgICAgaWYgKHJlcy5tZXNzYWdlID09ICdZJykge1xyXG4gICAgICAgICAgICB0aGlzLmluY29ycmVjdEd1ZXNzID0gZmFsc2U7XHJcbiAgICAgICAgICAgIHRoaXMuZGlzcGxheSA9IGZhbHNlO1xyXG4gICAgICAgICAgICB0aGlzLnN1Y2Nlc3MuZW1pdCgpO1xyXG4gICAgICAgICAgfSBlbHNlIGlmIChyZXMubWVzc2FnZSA9PSAnTicpIHtcclxuICAgICAgICAgICAgY29uc29sZS5lcnJvcih0aGlzLnZDb2RlRm9ybSk7XHJcbiAgICAgICAgICAgIHRoaXMuaW5jb3JyZWN0R3Vlc3MgPSB0cnVlO1xyXG4gICAgICAgICAgICB0aGlzLmVycm9yLmVtaXQoJ0luY29ycmVjdCBWYWxpZGF0aW9uIENvZGUnKTtcclxuICAgICAgICAgIH1cclxuICAgICAgICAgIHRoaXMudXRpbC5oaWRlTG9hZGVyKCk7XHJcbiAgICAgICAgfSxcclxuICAgICAgICAoZXJyKSA9PiB7XHJcbiAgICAgICAgICBjb25zdCBlcnJvck1zZ0FycmF5ID0gZXJyLm1zZztcclxuICAgICAgICAgIGNvbnN0IGVycm9yTXNnU3RyaW5nID0gZXJyb3JNc2dBcnJheVswXTtcclxuICAgICAgICAgIGNvbnN0IHNwZWNpZmljTWVzc2FnZSA9XHJcbiAgICAgICAgICAgICdDbGFpbWFudCBBY2NvdW50IGlzIExvY2tlZCAtIE9UUCBhdHRlbXB0cyBleGNlZWRlZCc7XHJcbiAgICAgICAgICBjb25zdCBpc0xvY2tlZCA9IGVycm9yTXNnU3RyaW5nLmluY2x1ZGVzKHNwZWNpZmljTWVzc2FnZSk7XHJcbiAgICAgICAgICBpZiAoaXNMb2NrZWQpIHtcclxuICAgICAgICAgICAgdGhpcy5jbGVhci5lbWl0KCk7XHJcbiAgICAgICAgICAgIHRoaXMudXNwc1JlZGlyZWN0V2l0aG91dExvZ291dChlcnIpO1xyXG4gICAgICAgICAgfSBlbHNlIHtcclxuICAgICAgICAgICAgY29uc29sZS5sb2coJ0Vycm9yOjonLCBlcnIpO1xyXG4gICAgICAgICAgICB0aGlzLmVycm9yLmVtaXQoZXJyKTtcclxuICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICAgICk7XHJcbiAgfVxyXG5cclxuICB1c3BzUmVkaXJlY3RXaXRob3V0TG9nb3V0KGVycikge1xyXG4gICAgdGhpcy5kaXNwbGF5ID0gZmFsc2U7XHJcbiAgICB0aGlzLmNsZWFyLmVtaXQoZXJyKTtcclxuICAgIHRoaXMudXJcclxuICAgICAgLmdlbmVyYXRlVVJMRm9yVVNQUygpXHJcbiAgICAgIC5waXBlKFxyXG4gICAgICAgIGNhdGNoRXJyb3IoKGVycm9yKSA9PiB7XHJcbiAgICAgICAgICB0aGlzLnV0aWwuc2hvd0Vycm9yKCdGYWlsZWQgdG8gcmV0cmlldmUgdGhlIGRhdGEnKTtcclxuICAgICAgICAgIHJldHVybiB0aHJvd0Vycm9yKCgpID0+IG5ldyBFcnJvcihlcnJvcikpO1xyXG4gICAgICAgIH0pXHJcbiAgICAgIClcclxuICAgICAgLnN1YnNjcmliZSgocmVzcG9uc2U6IGFueSB8IG51bGwpID0+IHtcclxuICAgICAgICBpZiAocmVzcG9uc2UgIT09IG51bGwpIHtcclxuICAgICAgICAgIHRoaXMudXNwc1JlZGlyZWN0VXJsID0gcmVzcG9uc2UudXNwc1VybDtcclxuICAgICAgICAgIHRoaXMuZGlzcGxheSA9IGZhbHNlO1xyXG4gICAgICAgICAgaWYoZXJyICE9IG51bGwpe1xyXG4gICAgICAgICAgICB0aGlzLmNsZWFyLmVtaXQoZXJyKTtcclxuICAgICAgICAgIH1cclxuICAgICAgICAgIHRoaXMudXRpbC5oaWRlTG9hZGVyKCk7XHJcbiAgICAgICAgICB0aGlzLmxzLmxvZ291dCgpO1xyXG4gICAgICAgICAgdGhpcy5yb3V0ZXIubmF2aWdhdGUoWycvdXNwcy1yZWRpcmVjdCcsIHRoaXMudXNwc1JlZGlyZWN0VXJsXSk7XHJcbiAgICAgICAgfSBlbHNlIHtcclxuICAgICAgICAgIHRoaXMudXRpbC5pbmZvKCdFbXB0eSByZXNwb25zZSByZWNlaXZlZCcpO1xyXG4gICAgICAgIH1cclxuICAgICAgfSk7XHJcbiAgfVxyXG5cclxuICB1c3BzUmVkaXJlY3QoZXJyKSB7XHJcbiAgICB0aGlzLmRpc3BsYXkgPSBmYWxzZTtcclxuICAgIHRoaXMuY2xlYXIuZW1pdChlcnIpO1xyXG4gICAgdGhpcy51clxyXG4gICAgICAuZ2VuZXJhdGVVUkxGb3JVU1BTKClcclxuICAgICAgLnBpcGUoXHJcbiAgICAgICAgY2F0Y2hFcnJvcigoZXJyb3IpID0+IHtcclxuICAgICAgICAgIHRoaXMudXRpbC5zaG93RXJyb3IoJ0ZhaWxlZCB0byByZXRyaWV2ZSB0aGUgZGF0YScpO1xyXG4gICAgICAgICAgcmV0dXJuIHRocm93RXJyb3IoKCkgPT4gbmV3IEVycm9yKGVycm9yKSk7XHJcbiAgICAgICAgfSlcclxuICAgICAgKVxyXG4gICAgICAuc3Vic2NyaWJlKChyZXNwb25zZTogYW55IHwgbnVsbCkgPT4ge1xyXG4gICAgICAgIGlmIChyZXNwb25zZSAhPT0gbnVsbCkge1xyXG4gICAgICAgICAgdGhpcy51c3BzUmVkaXJlY3RVcmwgPSByZXNwb25zZS51c3BzVXJsO1xyXG4gICAgICAgICAgdGhpcy5kaXNwbGF5ID0gZmFsc2U7XHJcbiAgICAgICAgICBpZihlcnIgIT0gbnVsbCl7XHJcbiAgICAgICAgICAgIHRoaXMuY2xlYXIuZW1pdChlcnIpO1xyXG4gICAgICAgICAgfVxyXG4gICAgICAgICAgdGhpcy51dGlsLmhpZGVMb2FkZXIoKTtcclxuICAgICAgICAgIHRoaXMuY3MubG9ja0NsYWltYW50QWNjb3VudCh0aGlzLnNzbikuc3Vic2NyaWJlKHtcclxuICAgICAgICAgICAgbmV4dDogKHJlcykgPT4ge30sXHJcbiAgICAgICAgICAgIGVycm9yOiAoZXJyKSA9PiB7XHJcbiAgICAgICAgICAgICAgaWYgKFxyXG4gICAgICAgICAgICAgICAgZXJyLm1zZ1swXS5pbmNsdWRlcyhcclxuICAgICAgICAgICAgICAgICAgJ0NsYWltYW50IEFjY291bnQgaXMgTG9ja2VkIC0gT1RQIGF0dGVtcHRzIGV4Y2VlZGVkJ1xyXG4gICAgICAgICAgICAgICAgKVxyXG4gICAgICAgICAgICAgICkge1xyXG4gICAgICAgICAgICAgICAgdGhpcy5scy5sb2dvdXQoKTtcclxuICAgICAgICAgICAgICAgIHRoaXMucm91dGVyLm5hdmlnYXRlKFsnL3VzcHMtcmVkaXJlY3QnLCB0aGlzLnVzcHNSZWRpcmVjdFVybF0pO1xyXG4gICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgfSxcclxuICAgICAgICAgIH0pO1xyXG4gICAgICAgIH0gZWxzZSB7XHJcbiAgICAgICAgICB0aGlzLnV0aWwuaW5mbygnRW1wdHkgcmVzcG9uc2UgcmVjZWl2ZWQnKTtcclxuICAgICAgICB9XHJcbiAgICAgIH0pO1xyXG4gIH1cclxuXHJcblxyXG4gIHJlZ2VuZXJhdGVPdHAoKSB7XHJcbiAgICBsZXQgcGhvbmUgPSB0aGlzLmZvcm0/LnZhbHVlPy5waG9uZSB8fCB0aGlzLnZlcmlmaWNhdGlvblByZWZlcmVuY2UucGhvbmU7XHJcbiAgICBsZXQgdHlwZSA9XHJcbiAgICAgIHRoaXMuZm9ybT8udmFsdWU/LnZlcmlmaWNhdGlvbiB8fFxyXG4gICAgICB0aGlzLnZlcmlmaWNhdGlvblByZWZlcmVuY2UudmVyaWZpY2F0aW9uO1xyXG4gICAgdGhpcy5scy5nZW5lcmF0ZU90cEZvck5ld1VzZXJDcmVhdGlvbihwaG9uZSwgdHlwZSkuc3Vic2NyaWJlKFxyXG4gICAgICAocmVzKSA9PiB7XHJcbiAgICAgICAgLy8gUmVzcG9uc2UgaXMgYW55IG9mIHRoZSBTdHJpbmcgYXMgbWVudGlvbmVkIGJlbG93OlxyXG4gICAgICAgIC8vIDEpIFwiQVRURU1QVF9FWENFRURFRFwiO1xyXG4gICAgICAgIC8vIDIpIFwiWVwiO1xyXG4gICAgICAgIC8vIDMpIFwiTlwiO1xyXG4gICAgICAgIGNvbnNvbGUubG9nKCdBY2Nlc3MgY29kZSBzZW50IHN1Y2Nlc3NmdWxseS4nKTtcclxuICAgICAgfSxcclxuICAgICAgKGVycikgPT4ge1xyXG4gICAgICAgIGNvbnNvbGUubG9nKCdDb3VsZCBub3QgZ2VuZXJhdGUgdGhlIGF1dGhlbnRpY2F0aW9uIG90cCBjb2RlLicpO1xyXG4gICAgICB9XHJcbiAgICApO1xyXG4gIH1cclxuXHJcbiAgbG9nb3V0KCkge1xyXG4gICAgdGhpcy5uYXYubmF2aWdhdGVSb290KCcvbGFuZGluZycpO1xyXG4gICAgdGhpcy5scy5sb2dvdXQoKTtcclxuICB9XHJcbn0iLCI8cC1kaWFsb2cgWyh2aXNpYmxlKV09XCJkaXNwbGF5XCIgW21vZGFsXT1cInRydWVcIiBhcHBlbmRUbz1cImJvZHlcIiBwb3NpdGlvbj1cInRvcFwiPlxyXG4gIDxmb3JtIFtmb3JtR3JvdXBdPVwidkNvZGVGb3JtXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZGlhbG9nLWNvbnRlbnRcIj5cclxuICAgICAgPGg0IGNsYXNzPVwiaGVhZGluZ1wiPlxyXG4gICAgICAgIHt7J21mYS5jb2RlLnNlbnQnfHRyYW5zbGF0ZX19XHJcbiAgICAgIDwvaDQ+XHJcbiAgICAgIDxkaXY+XHJcbiAgICAgICAgPGxhYmVsPnt7J21mYS5lbnRlci52YWxpZGF0aW9uLmNvZGUnfHRyYW5zbGF0ZX19OiA8L2xhYmVsPlxyXG4gICAgICAgIDxpbnB1dCBmb3JtQ29udHJvbE5hbWU9XCJ2Q29kZVwiIG1heGxlbmd0aD1cIjZcIiBtaW5sZW5ndGg9XCI2XCIgKG9uQ2hhbmdlKT1cImluY29ycmVjdEd1ZXNzPWZhbHNlXCIgKGtleXVwLmVudGVyKT1cInNpZ25JbigpXCIgYXV0b2ZvY3VzIGF1dG9jb21wbGV0ZT1cIm9mZlwiPlxyXG4gICAgICAgIDxhcHAtZXJyb3IgW2ZpZWxkXT0ndkNvZGUnIFtmb3JtXT1cInZDb2RlRm9ybVwiIFtlcnJEZWZdPVwieyByZXF1aXJlZDogJ0F1dGhjb2RlIGlzIHJlcXVpcmVkLid9XCI+XHJcbiAgICAgICAgPC9hcHAtZXJyb3I+XHJcbiAgICAgICAgPGRpdiAqbmdJZj1cImluY29ycmVjdEd1ZXNzXCIgY2xhc3M9XCJlcnJvclRleHRcIj5cclxuICAgICAgICAgIHt7J21mYS5ub3QubWF0Y2hlZCd8dHJhbnNsYXRlfX1cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9kaXY+XHJcblxyXG4gICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgdHlwZT1cInN1Ym1pdFwiIChrZXl1cC5lbnRlcik9XCJzaWduSW4oKVwiIChjbGljayk9XCJzaWduSW4oKVwiIGNvbG9yPVwic3VjY2Vzc1wiIGRpc2FibGVkPVwie3t2Q29kZUZvcm0uaW52YWxpZH19XCI+XHJcbiAgICAgICAgPGlvbi1pY29uIHNsb3Q9XCJzdGFydFwiIG5hbWU9XCJsb2ctaW4tb3V0bGluZVwiPjwvaW9uLWljb24+XHJcbiAgICAgICAge3snY29tbW9uLnN1Ym1pdCd8dHJhbnNsYXRlfX1cclxuICAgICAgPC9pb24tYnV0dG9uPlxyXG4gICAgICA8YSBzaGFwZT1cInJvdW5kXCIgKGtleXVwLmVudGVyKT1cInJlZ2VuZXJhdGVPdHAoKVwiIChjbGljayk9XCJyZWdlbmVyYXRlT3RwKClcIj5cclxuICAgICAgICB7eydtZmEucmVzZW5kLnZlcmlmaWNhdGlvbi5jb2RlJ3x0cmFuc2xhdGV9fVxyXG4gICAgICA8L2E+XHJcbiAgICAgIDxhICpuZ0lmPVwiIXJldHVybmluZ1VzZXJcIiBzaGFwZT1cInJvdW5kXCIgKGtleXVwLmVudGVyKT1cImNsb3NlKClcIiAoY2xpY2spPVwiY2xvc2UoKVwiPlxyXG4gICAgICAgIHt7J21mYS5jaGFuZ2UucGhvbmUubnVtYmVyJ3x0cmFuc2xhdGV9fVxyXG4gICAgICA8L2E+XHJcbiAgICAgIDxhIChrZXl1cC5lbnRlcik9XCJyZXR1cm5pbmdVc2VyP3VzcHNSZWRpcmVjdChudWxsKTphYm91dFVzKClcIiAoY2xpY2spPVwicmV0dXJuaW5nVXNlcj91c3BzUmVkaXJlY3QobnVsbCk6YWJvdXRVcygpXCI+XHJcbiAgICAgICAge3snbWZhLnVuYWJsZS50by52ZXJpZnknfHRyYW5zbGF0ZX19XHJcbiAgICAgIDwvYT5cclxuXHJcbiAgICA8L2Rpdj5cclxuICA8L2Zvcm0+XHJcbjwvcC1kaWFsb2c+XHJcbiAgIl19
|