@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
|
@@ -6,9 +6,9 @@ import { UserModel } from '../../models/UserModel';
|
|
|
6
6
|
import { LoginService } from '../../services/login/login.service';
|
|
7
7
|
import { NotificationService } from '../../services/notification/notification.service';
|
|
8
8
|
import { UtilService } from '../../services/util/util.service';
|
|
9
|
-
import {
|
|
9
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class MenuComponent
|
|
11
|
+
export declare class MenuComponent implements OnInit {
|
|
12
12
|
private nav;
|
|
13
13
|
popup: PopoverController;
|
|
14
14
|
ls: LoginService;
|
|
@@ -17,13 +17,14 @@ export declare class MenuComponent extends BasePage implements OnInit {
|
|
|
17
17
|
menu: MenuController;
|
|
18
18
|
util: UtilService;
|
|
19
19
|
ar: ActivatedRoute;
|
|
20
|
+
translateService: TranslateService;
|
|
20
21
|
menus: MenuItem[];
|
|
21
22
|
appVersion: any;
|
|
22
23
|
showFavButton: boolean;
|
|
23
24
|
reRenderMenu: boolean;
|
|
24
25
|
legacyMenu: any;
|
|
25
26
|
showProfilePopup: boolean;
|
|
26
|
-
constructor(nav: NavController, popup: PopoverController, ls: LoginService, ns: NotificationService, r: Router, menu: MenuController, util: UtilService, ar: ActivatedRoute);
|
|
27
|
+
constructor(nav: NavController, popup: PopoverController, ls: LoginService, ns: NotificationService, r: Router, menu: MenuController, util: UtilService, ar: ActivatedRoute, translateService: TranslateService);
|
|
27
28
|
ngOnInit(): void;
|
|
28
29
|
setMenu(user: UserModel): void;
|
|
29
30
|
setClaimantMenu(): void;
|
|
@@ -39,6 +40,14 @@ export declare class MenuComponent extends BasePage implements OnInit {
|
|
|
39
40
|
presentMyNotificationPopover(event: any): Promise<void>;
|
|
40
41
|
presentMyProfilePopover(event: any): Promise<void>;
|
|
41
42
|
logout(): void;
|
|
43
|
+
get userProfileLabel(): any;
|
|
44
|
+
get userDocumentsLabel(): any;
|
|
45
|
+
get userLogoutLabel(): any;
|
|
46
|
+
getHomeLabel(): any;
|
|
47
|
+
getClaimsLabel(): any;
|
|
48
|
+
getWeeklyLabel(): any;
|
|
49
|
+
getHistoryLabel(): any;
|
|
50
|
+
getWorkSearchLabel(): any;
|
|
42
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuComponent, never>;
|
|
43
52
|
static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "app-menu", never, {}, {}, never, never, false, never>;
|
|
44
53
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/menu/menu.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAClF,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAGnD,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kDAAkD,CAAC;AACvF,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"menu.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/menu/menu.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAClF,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAGnD,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kDAAkD,CAAC;AACvF,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;;AAEvD,qBAKa,aAAc,YAAW,MAAM;IAS9B,OAAO,CAAC,GAAG;IAAwB,KAAK,EAAE,iBAAiB;IAAS,EAAE,EAAE,YAAY;IAAS,EAAE,EAAE,mBAAmB;IAC7G,CAAC,EAAE,MAAM;IAAS,IAAI,EAAE,cAAc;IAAS,IAAI,EAAE,WAAW;IAAS,EAAE,EAAG,cAAc;IAAS,gBAAgB,EAAG,gBAAgB;IARpJ,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB,UAAU,MAA2B;IACrC,aAAa,UAAS;IACtB,YAAY,UAAQ;IACpB,UAAU,MAA2B;IACrC,gBAAgB,EAAG,OAAO,CAAS;gBAEtB,GAAG,EAAE,aAAa,EAAS,KAAK,EAAE,iBAAiB,EAAS,EAAE,EAAE,YAAY,EAAS,EAAE,EAAE,mBAAmB,EAC7G,CAAC,EAAE,MAAM,EAAS,IAAI,EAAE,cAAc,EAAS,IAAI,EAAE,WAAW,EAAS,EAAE,EAAG,cAAc,EAAS,gBAAgB,EAAG,gBAAgB;IAI3J,QAAQ;IAMR,OAAO,CAAC,IAAI,EAAE,SAAS;IAevB,eAAe;IA2Df,QAAQ;IAgBR,kBAAkB;IAelB,OAAO,CAAC,aAAa;IAarB,QAAQ,CAAC,IAAI,EAAE,QAAQ;IA4BvB,aAAa,CAAC,IAAI,KAAA;IAoBlB,QAAQ;IAIR,UAAU;IAKV,QAAQ,CAAC,IAAI,KAAA;IAKb,QAAQ,CAAC,WAAW,KAAA,EAAE,GAAG,KAAA;IAYnB,4BAA4B,CAAC,KAAK,KAAA;IAelC,uBAAuB,CAAC,KAAK,KAAA;IAkBnC,MAAM;IAMN,IAAI,gBAAgB,QAEnB;IAED,IAAI,kBAAkB,QAErB;IAED,IAAI,eAAe,QAElB;IAED,YAAY;IAIZ,cAAc;IAId,cAAc;IAId,eAAe;IAIf,kBAAkB;yCAvRP,aAAa;2CAAb,aAAa;CA0RzB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { UntypedFormBuilder, UntypedFormGroup
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
3
|
import { NavController } from '@ionic/angular';
|
|
4
4
|
import { BehaviorSubject, Subscription } from 'rxjs';
|
|
5
5
|
import { ErrorModel } from '../../models/ErrorModel';
|
|
@@ -8,28 +8,37 @@ import { UserModel } from '../../models/UserModel';
|
|
|
8
8
|
import { CaptchaService } from '../../services/captcha/captcha.service';
|
|
9
9
|
import { LoginService } from '../../services/login/login.service';
|
|
10
10
|
import { UtilService } from '../../services/util/util.service';
|
|
11
|
+
import { SecurityService } from '../../services/security-service/security.service';
|
|
12
|
+
import { Router } from '@angular/router';
|
|
13
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
11
14
|
import * as i0 from "@angular/core";
|
|
12
|
-
export declare class MfaComponent implements
|
|
15
|
+
export declare class MfaComponent implements OnDestroy, OnChanges, OnInit {
|
|
13
16
|
ls: LoginService;
|
|
14
17
|
fb: UntypedFormBuilder;
|
|
15
18
|
private util;
|
|
16
19
|
nav: NavController;
|
|
17
20
|
private cs;
|
|
21
|
+
private ss;
|
|
22
|
+
private router;
|
|
23
|
+
translateService: TranslateService;
|
|
24
|
+
otpField: any;
|
|
18
25
|
private RESEND_CODE_ACTION_NAME;
|
|
19
26
|
successDtls: any;
|
|
20
27
|
blocked: boolean;
|
|
21
28
|
isChecked: boolean;
|
|
22
29
|
showHelp: boolean;
|
|
30
|
+
hideOptValidator: boolean;
|
|
23
31
|
user: UserModel;
|
|
24
32
|
heading: string;
|
|
25
33
|
requestCode: boolean;
|
|
26
34
|
data: any;
|
|
27
35
|
mfaError: ErrorModel;
|
|
28
36
|
hideButtons: boolean;
|
|
37
|
+
returningUser: boolean;
|
|
38
|
+
display: boolean;
|
|
29
39
|
clear: EventEmitter<any>;
|
|
30
40
|
success: EventEmitter<any>;
|
|
31
41
|
error: EventEmitter<any>;
|
|
32
|
-
otpFormDirective: NgForm;
|
|
33
42
|
otpForm: UntypedFormGroup;
|
|
34
43
|
errorDtls: any;
|
|
35
44
|
time: number;
|
|
@@ -39,7 +48,7 @@ export declare class MfaComponent implements OnInit, OnDestroy, OnChanges {
|
|
|
39
48
|
counter: BehaviorSubject<number>;
|
|
40
49
|
counterSubscription: Subscription;
|
|
41
50
|
options: ComboOption[];
|
|
42
|
-
constructor(ls: LoginService, fb: UntypedFormBuilder, util: UtilService, nav: NavController, cs: CaptchaService);
|
|
51
|
+
constructor(ls: LoginService, fb: UntypedFormBuilder, util: UtilService, nav: NavController, cs: CaptchaService, ss: SecurityService, router: Router, translateService: TranslateService);
|
|
43
52
|
ngOnChanges(changes: SimpleChanges): void;
|
|
44
53
|
ngOnDestroy(): void;
|
|
45
54
|
ngOnInit(): void;
|
|
@@ -49,12 +58,15 @@ export declare class MfaComponent implements OnInit, OnDestroy, OnChanges {
|
|
|
49
58
|
get otp(): import("@angular/forms").AbstractControl<any, any>;
|
|
50
59
|
get option(): import("@angular/forms").AbstractControl<any, any>;
|
|
51
60
|
get checked(): import("@angular/forms").AbstractControl<any, any>;
|
|
52
|
-
close(): void;
|
|
61
|
+
close(triggerExitAPI?: boolean): void;
|
|
53
62
|
submit(): void;
|
|
54
|
-
signIn():
|
|
63
|
+
signIn(): void;
|
|
55
64
|
sendOtp(event: any): void;
|
|
65
|
+
get AccessVerify(): any;
|
|
66
|
+
get AccessRequired(): any;
|
|
67
|
+
get AccessConfirm(): any;
|
|
56
68
|
resendAuthCode(otpType: string): void;
|
|
57
69
|
static ɵfac: i0.ɵɵFactoryDeclaration<MfaComponent, never>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MfaComponent, "app-mfa", never, { "user": { "alias": "user"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "requestCode": { "alias": "requestCode"; "required": false; }; "data": { "alias": "data"; "required": false; }; "mfaError": { "alias": "mfaError"; "required": false; }; "hideButtons": { "alias": "hideButtons"; "required": false; }; }, { "clear": "clear"; "success": "success"; "error": "error"; }, never, never, false, never>;
|
|
70
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MfaComponent, "app-mfa", never, { "user": { "alias": "user"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "requestCode": { "alias": "requestCode"; "required": false; }; "data": { "alias": "data"; "required": false; }; "mfaError": { "alias": "mfaError"; "required": false; }; "hideButtons": { "alias": "hideButtons"; "required": false; }; "returningUser": { "alias": "returningUser"; "required": false; }; "display": { "alias": "display"; "required": false; }; }, { "clear": "clear"; "success": "success"; "error": "error"; }, never, never, false, never>;
|
|
59
71
|
}
|
|
60
72
|
//# sourceMappingURL=mfa.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mfa.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/mfa/mfa.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,SAAS,EAAE,MAAM,EAAU,aAAa,EAAa,MAAM,eAAe,CAAC;AAC/H,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"mfa.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/mfa/mfa.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,SAAS,EAAE,MAAM,EAAU,aAAa,EAAa,MAAM,eAAe,CAAC;AAC/H,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAc,MAAM,gBAAgB,CAAC;AAClF,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAE,eAAe,EAAY,YAAY,EAAS,MAAM,MAAM,CAAC;AAEtE,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AACpE,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,eAAe,EAAE,MAAM,kDAAkD,CAAC;AACnF,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;;AAEvD,qBAKa,YAAa,YAAW,SAAS,EAAE,SAAS,EAAE,MAAM;IA8D5C,EAAE,EAAE,YAAY;IAAS,EAAE,EAAG,kBAAkB;IACvD,OAAO,CAAC,IAAI;IAAsB,GAAG,EAAG,aAAa;IAAE,OAAO,CAAC,EAAE;IAChE,OAAO,CAAC,EAAE;IAAmB,OAAO,CAAC,MAAM;IACpC,gBAAgB,EAAE,gBAAgB;IA/D/B,QAAQ,MAAC;IAChC,OAAO,CAAC,uBAAuB,CAAqB;IAE7C,WAAW,MAAC;IAEZ,OAAO,EAAE,OAAO,CAAC;IAEjB,SAAS,EAAE,OAAO,CAAS;IAE3B,QAAQ,EAAE,OAAO,CAAS;IAE1B,gBAAgB,UAAQ;IAE/B,IAAI,EAAG,SAAS,CAAC;IAGR,OAAO,EAAG,MAAM,CAAC;IAI1B,WAAW,EAAG,OAAO,CAAC;IAItB,IAAI,EAAG,GAAG,CAAC;IAGX,QAAQ,EAAG,UAAU,CAAC;IAGtB,WAAW,EAAG,OAAO,CAAS;IAG9B,aAAa,EAAE,OAAO,CAAC;IAEvB,OAAO,UAAS;IAEN,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAE9C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEhD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEjD,OAAO,EAAG,gBAAgB,CAAC;IAE3B,SAAS,MAAC;IAEV,IAAI,SAAK;IACT,aAAa,oCAAkB;IAC/B,KAAK,+BAAgB;IACrB,SAAS,oCAA4C;IACrD,OAAO,EAAG,eAAe,CAAC,MAAM,CAAC,CAA0B;IAClE,mBAAmB,EAAG,YAAY,CAAC;IAE5B,OAAO,EAAG,WAAW,EAAE,CAG5B;gBAGiB,EAAE,EAAE,YAAY,EAAS,EAAE,EAAG,kBAAkB,EAC/C,IAAI,EAAE,WAAW,EAAS,GAAG,EAAG,aAAa,EAAU,EAAE,EAAE,cAAc,EACxE,EAAE,EAAE,eAAe,EAAU,MAAM,EAAE,MAAM,EAC5C,gBAAgB,EAAE,gBAAgB;IAItD,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAWzC,WAAW,IAAI,IAAI;IAMnB,QAAQ;IAmBR,kBAAkB,CAAC,OAAO,EAAG,MAAM;IAenC,YAAY;IAUZ,aAAa;IASb,IAAI,GAAG,uDAEN;IAED,IAAI,MAAM,uDAET;IAED,IAAI,OAAO,uDAEV;IAED,KAAK,CAAC,cAAc,UAAO;IAK3B,MAAM;IAUN,MAAM;IAgDN,OAAO,CAAC,KAAK,KAAA;IAIb,IAAI,YAAY,QAEf;IACD,IAAI,cAAc,QAEjB;IAED,IAAI,aAAa,QAEhB;IACD,cAAc,CAAC,OAAO,EAAG,MAAM;yCApOpB,YAAY;2CAAZ,YAAY;CAsPxB"}
|
|
@@ -1,17 +1,19 @@
|
|
|
1
|
-
import { EventEmitter
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { UserModel } from '../../models/UserModel';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class MfaPopupComponent
|
|
4
|
+
export declare class MfaPopupComponent {
|
|
5
5
|
user: UserModel;
|
|
6
|
-
|
|
6
|
+
returningUser: boolean;
|
|
7
|
+
display: boolean;
|
|
8
|
+
heading: string;
|
|
9
|
+
clear: EventEmitter<boolean>;
|
|
7
10
|
success: EventEmitter<any>;
|
|
8
11
|
error: EventEmitter<any>;
|
|
9
12
|
constructor();
|
|
10
|
-
|
|
11
|
-
close(event: any): void;
|
|
13
|
+
close(triggerExitAPI?: boolean): void;
|
|
12
14
|
loginSuccess(event: any): void;
|
|
13
15
|
reset(event: any): void;
|
|
14
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<MfaPopupComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MfaPopupComponent, "app-mfa-popup", never, { "user": { "alias": "user"; "required": false; }; }, { "clear": "clear"; "success": "success"; "error": "error"; }, never, never, false, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MfaPopupComponent, "app-mfa-popup", never, { "user": { "alias": "user"; "required": false; }; "returningUser": { "alias": "returningUser"; "required": false; }; "display": { "alias": "display"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; }, { "clear": "clear"; "success": "success"; "error": "error"; }, never, never, false, never>;
|
|
16
18
|
}
|
|
17
19
|
//# sourceMappingURL=mfa-popup.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mfa-popup.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/mfa-popup/mfa-popup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,
|
|
1
|
+
{"version":3,"file":"mfa-popup.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/mfa-popup/mfa-popup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AACvE,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;;AAEnD,qBAKa,iBAAiB;IAG5B,IAAI,EAAG,SAAS,CAAC;IAGjB,aAAa,EAAE,OAAO,CAAC;IAGvB,OAAO,EAAE,OAAO,CAAC;IAGR,OAAO,EAAG,MAAM,CAAC;IAEhB,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IAElD,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEhD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;;IAIxD,KAAK,CAAC,cAAc,UAAO;IAM3B,YAAY,CAAC,KAAK,KAAA;IAIlB,KAAK,CAAC,KAAK,KAAA;yCAhCA,iBAAiB;2CAAjB,iBAAiB;CAoC7B"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { NavController } from '@ionic/angular';
|
|
4
|
+
import { UserModel } from '../../models/UserModel';
|
|
5
|
+
import { LoginService } from '../../services/login/login.service';
|
|
6
|
+
import { UtilService } from '../../services/util/util.service';
|
|
7
|
+
import { Router } from '@angular/router';
|
|
8
|
+
import { ClaimantService } from '../../services/claimant-service/claimant.service';
|
|
9
|
+
import { ClaimantUspsRedirectService } from '../../services/claimant-service/claimant-usps-redirect.service';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
export declare class Mfa2Component implements OnInit {
|
|
12
|
+
ls: LoginService;
|
|
13
|
+
fb: UntypedFormBuilder;
|
|
14
|
+
private util;
|
|
15
|
+
nav: NavController;
|
|
16
|
+
private document;
|
|
17
|
+
private router;
|
|
18
|
+
private cs;
|
|
19
|
+
private ur;
|
|
20
|
+
returningUser: boolean;
|
|
21
|
+
user: UserModel;
|
|
22
|
+
form: any;
|
|
23
|
+
display: boolean;
|
|
24
|
+
verificationPreference: any;
|
|
25
|
+
ssn: any;
|
|
26
|
+
clear: EventEmitter<any>;
|
|
27
|
+
success: EventEmitter<any>;
|
|
28
|
+
error: EventEmitter<any>;
|
|
29
|
+
vCodeForm: UntypedFormGroup;
|
|
30
|
+
otpAttemptCount: number;
|
|
31
|
+
incorrectGuess: boolean;
|
|
32
|
+
uspsRedirectUrl: string;
|
|
33
|
+
constructor(ls: LoginService, fb: UntypedFormBuilder, util: UtilService, nav: NavController, document: Document, router: Router, cs: ClaimantService, ur: ClaimantUspsRedirectService);
|
|
34
|
+
ngOnInit(): void;
|
|
35
|
+
ngOnDestroy(): void;
|
|
36
|
+
initilizeForm(): void;
|
|
37
|
+
get vCode(): import("@angular/forms").AbstractControl<any, any>;
|
|
38
|
+
close(): void;
|
|
39
|
+
aboutUs(): void;
|
|
40
|
+
signIn(): void;
|
|
41
|
+
uspsRedirectWithoutLogout(err: any): void;
|
|
42
|
+
uspsRedirect(err: any): void;
|
|
43
|
+
regenerateOtp(): void;
|
|
44
|
+
logout(): void;
|
|
45
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Mfa2Component, never>;
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Mfa2Component, "app-mfa2", never, { "returningUser": { "alias": "returningUser"; "required": false; }; "user": { "alias": "user"; "required": false; }; "form": { "alias": "form"; "required": false; }; "display": { "alias": "display"; "required": false; }; "verificationPreference": { "alias": "verificationPreference"; "required": false; }; "ssn": { "alias": "ssn"; "required": false; }; }, { "clear": "clear"; "success": "success"; "error": "error"; }, never, never, false, never>;
|
|
47
|
+
}
|
|
48
|
+
//# sourceMappingURL=mfa2.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mfa2.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/mfa2/mfa2.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,EAAU,MAAM,eAAe,CAAC;AACvF,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAc,MAAM,gBAAgB,CAAC;AAClF,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAE/D,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,kDAAkD,CAAC;AACnF,OAAO,EAAE,2BAA2B,EAAE,MAAM,gEAAgE,CAAC;;AAG7G,qBAKa,aAAc,YAAW,MAAM;IA2BjC,EAAE,EAAE,YAAY;IAChB,EAAE,EAAE,kBAAkB;IAC7B,OAAO,CAAC,IAAI;IACL,GAAG,EAAE,aAAa;IACP,OAAO,CAAC,QAAQ;IAClC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,EAAE;IAhCL,aAAa,EAAE,OAAO,CAAS;IAE7B,IAAI,EAAE,SAAS,CAAC;IAEhB,IAAI,MAAC;IAEL,OAAO,EAAE,OAAO,CAAS;IAEzB,sBAAsB,MAAC;IAEvB,GAAG,MAAC;IAEH,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAE9C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEhD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEjD,SAAS,EAAE,gBAAgB,CAAC;IAE5B,eAAe,EAAE,MAAM,CAAC;IACxB,cAAc,EAAE,OAAO,CAAS;IAChC,eAAe,EAAE,MAAM,CAAC;gBAGtB,EAAE,EAAE,YAAY,EAChB,EAAE,EAAE,kBAAkB,EACrB,IAAI,EAAE,WAAW,EAClB,GAAG,EAAE,aAAa,EACC,QAAQ,EAAE,QAAQ,EACpC,MAAM,EAAE,MAAM,EACd,EAAE,EAAE,eAAe,EACnB,EAAE,EAAE,2BAA2B;IAGzC,QAAQ;IAIR,WAAW;IAIX,aAAa;IAOb,IAAI,KAAK,uDAER;IAED,KAAK;IAQL,OAAO;IAKP,MAAM;IAmDN,yBAAyB,CAAC,GAAG,KAAA;IA2B7B,YAAY,CAAC,GAAG,KAAA;IAuChB,aAAa;IAmBb,MAAM;yCA7MK,aAAa;2CAAb,aAAa;CAiNzB"}
|
|
@@ -3,28 +3,17 @@ import { ClaimAppEmpResponseModel } from '../../models/questionnaire/ClaimAppEmp
|
|
|
3
3
|
import { LoggerService } from '../../services/logger/logger.service';
|
|
4
4
|
import { LoginService } from '../../services/login/login.service';
|
|
5
5
|
import { ValidationService } from '../../services/questionnaire/validation.service';
|
|
6
|
-
import { BasePage } from '../../pages/BasePage';
|
|
7
|
-
import { OverlayPanel } from 'primeng/overlaypanel';
|
|
8
|
-
import { WbaHelperTextModel } from '../../models/questionnaire/WbaHelperTextModel';
|
|
9
|
-
import { Storage } from '@ionic/storage-angular';
|
|
10
6
|
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class MoneyExpectComponent
|
|
7
|
+
export declare class MoneyExpectComponent {
|
|
12
8
|
logger: LoggerService;
|
|
13
9
|
validationService: ValidationService;
|
|
14
10
|
ls: LoginService;
|
|
15
11
|
activatedRoute: ActivatedRoute;
|
|
16
|
-
private storage;
|
|
17
|
-
op1: OverlayPanel;
|
|
18
|
-
componentData: string;
|
|
19
|
-
wbaText: WbaHelperTextModel;
|
|
20
|
-
isCsr: boolean;
|
|
21
|
-
uuid: string;
|
|
22
12
|
moneyResponse: ClaimAppEmpResponseModel;
|
|
23
13
|
ssnForCSR: string;
|
|
24
|
-
constructor(logger: LoggerService, validationService: ValidationService, ls: LoginService, activatedRoute: ActivatedRoute
|
|
25
|
-
|
|
26
|
-
ngOnInit(): Promise<void>;
|
|
14
|
+
constructor(logger: LoggerService, validationService: ValidationService, ls: LoginService, activatedRoute: ActivatedRoute);
|
|
15
|
+
ngOnInit(): void;
|
|
27
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<MoneyExpectComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MoneyExpectComponent, "money-expect", never, {
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MoneyExpectComponent, "money-expect", never, {}, {}, never, never, false, never>;
|
|
29
18
|
}
|
|
30
19
|
//# sourceMappingURL=money-expect.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"money-expect.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/money-expect/money-expect.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAEjD,OAAO,EAAE,wBAAwB,EAAE,MAAM,qDAAqD,CAAC;AAC/F,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC
|
|
1
|
+
{"version":3,"file":"money-expect.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/money-expect/money-expect.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAEjD,OAAO,EAAE,wBAAwB,EAAE,MAAM,qDAAqD,CAAC;AAC/F,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;;AAEpF,qBAMa,oBAAoB;IAGZ,MAAM,EAAE,aAAa;IAAQ,iBAAiB,EAAE,iBAAiB;IAC3E,EAAE,EAAE,YAAY;IAAS,cAAc,EAAG,cAAc;IAH1D,aAAa,2BAAkC;IACtD,SAAS,EAAG,MAAM,CAAC;gBACA,MAAM,EAAE,aAAa,EAAQ,iBAAiB,EAAE,iBAAiB,EAC3E,EAAE,EAAE,YAAY,EAAS,cAAc,EAAG,cAAc;IAGjE,QAAQ;yCAPG,oBAAoB;2CAApB,oBAAoB;CA+BhC"}
|
|
@@ -1,107 +1,74 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
1
|
+
import { AfterViewInit, EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { LoginService } from '../../services/login/login.service';
|
|
3
|
-
import { FormBuilderPage } from '../questionnaire/form-builder/form-builder.page';
|
|
4
|
-
import { NavController } from '@ionic/angular';
|
|
5
3
|
import { ClaimantService } from '../../services/claimant-service/claimant.service';
|
|
6
|
-
import { SecurityService } from '../../services/security-service/security.service';
|
|
7
|
-
import { NgForm, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
8
|
-
import { LoggerService } from '../../services/logger/logger.service';
|
|
9
|
-
import { ElementsModel } from '../../models/questionnaire/ElementsModel';
|
|
10
|
-
import { BasePage } from '../../pages/BasePage';
|
|
11
4
|
import { UtilService } from '../../services/util/util.service';
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import { SecurityQuestionAnswerModel } from '../../models/SecurityQuestionAnswerModel';
|
|
19
|
-
import { Title } from '@angular/platform-browser';
|
|
5
|
+
import { FormBuilderPage } from '../questionnaire/form-builder/form-builder.page';
|
|
6
|
+
import { NavController } from '@ionic/angular';
|
|
7
|
+
import { SecurityQuestionModel } from '../../models/SecurityQuestionModel';
|
|
8
|
+
import { Router } from '@angular/router';
|
|
9
|
+
import { ClaimantUspsRedirectService } from '../../services/claimant-service/claimant-usps-redirect.service';
|
|
10
|
+
import { LexisNexisService } from '../../services/lexis-nexis/lexis.nexis.service';
|
|
20
11
|
import * as i0 from "@angular/core";
|
|
21
|
-
export declare class ProfileComponent
|
|
22
|
-
|
|
12
|
+
export declare class ProfileComponent implements OnInit, AfterViewInit {
|
|
13
|
+
util: UtilService;
|
|
23
14
|
ls: LoginService;
|
|
24
|
-
cs: ClaimantService;
|
|
25
|
-
bs: BirtService;
|
|
26
|
-
claimService: ClaimService;
|
|
27
15
|
nav: NavController;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
private modalCtrl;
|
|
16
|
+
cs: ClaimantService;
|
|
17
|
+
router: Router;
|
|
18
|
+
ur: ClaimantUspsRedirectService;
|
|
19
|
+
ln: LexisNexisService;
|
|
33
20
|
showSuccess: boolean;
|
|
34
21
|
showError: boolean;
|
|
35
|
-
phaseTwoProofOfUIView: any;
|
|
36
|
-
downloadStatusForHistory: string;
|
|
37
|
-
downloadStatusForVerification: string;
|
|
38
|
-
docFileLink: string;
|
|
39
22
|
errorText: string;
|
|
40
|
-
claimantAddressId: number;
|
|
41
|
-
lastValidatedAddress: any;
|
|
42
|
-
lastValidateResult: string;
|
|
43
|
-
attemptCount: number;
|
|
44
|
-
isAddressValidated: string;
|
|
45
|
-
showInlineError: boolean;
|
|
46
23
|
fb: FormBuilderPage;
|
|
47
24
|
onCancel: EventEmitter<any>;
|
|
25
|
+
error: EventEmitter<any>;
|
|
48
26
|
profileOpts: {
|
|
49
27
|
value: string;
|
|
50
28
|
text: string;
|
|
51
29
|
}[];
|
|
52
|
-
profileOptsIVR: {
|
|
53
|
-
value: string;
|
|
54
|
-
text: string;
|
|
55
|
-
}[];
|
|
56
30
|
selected: string;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
form: UntypedFormGroup;
|
|
75
|
-
question: ElementsModel;
|
|
76
|
-
accepted: EventEmitter<boolean>;
|
|
77
|
-
listOfActiveClaim: ActiveClaimModel[];
|
|
78
|
-
constructor(logger: LoggerService, ls: LoginService, cs: ClaimantService, bs: BirtService, claimService: ClaimService, nav: NavController, ss: SecurityService, util: UtilService, formbuilder: UntypedFormBuilder, titleService: Title, modalCtrl: ModalController);
|
|
31
|
+
isReturningUser: boolean;
|
|
32
|
+
verificationPreference: any;
|
|
33
|
+
ssn: string;
|
|
34
|
+
userName: string;
|
|
35
|
+
customerEventType: string;
|
|
36
|
+
allSecurityQuestions: any;
|
|
37
|
+
usersQuesAndAns: any;
|
|
38
|
+
mappedKeysQuestionsForUser: any;
|
|
39
|
+
isSecurityQuestionEnabled: boolean;
|
|
40
|
+
isPaymentOptionQuestionsEnabled: boolean;
|
|
41
|
+
isPaymentOptionDivEnabled: boolean;
|
|
42
|
+
isLexisNexisPopupEnabled: boolean;
|
|
43
|
+
uspsRedirectUrl: string;
|
|
44
|
+
isButtonDisabled: boolean;
|
|
45
|
+
isLexisNexisProofedWithinTwentyFourHours: boolean;
|
|
46
|
+
userPersonalDetail: any;
|
|
47
|
+
constructor(util: UtilService, ls: LoginService, nav: NavController, cs: ClaimantService, router: Router, ur: ClaimantUspsRedirectService, ln: LexisNexisService);
|
|
79
48
|
ngOnInit(): void;
|
|
49
|
+
ngAfterViewInit(): void;
|
|
50
|
+
getUserDetails(): void;
|
|
51
|
+
isLexisNexisProofedWithin24Hours(ssn: String): void;
|
|
80
52
|
onValueChange(event: any): void;
|
|
81
53
|
cancel(): void;
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
/** Patch Form With Selected Address */
|
|
90
|
-
patchFormWithSelectedAddress(sel: any, isMail: boolean): void;
|
|
91
|
-
private mapAddress;
|
|
92
|
-
verify(): void;
|
|
93
|
-
verifySecurityQuestion(): void;
|
|
94
|
-
redirectLink(view: any): void;
|
|
95
|
-
getExternalClaimantReport(): import("rxjs").Subscription;
|
|
96
|
-
downloadRawFile(res: any, filename: string): void;
|
|
54
|
+
save(): void;
|
|
55
|
+
onSecurityQuestionSuccess(): void;
|
|
56
|
+
saveQuestionnaire(): void;
|
|
57
|
+
getAllSecurityQuestions(): void;
|
|
58
|
+
loadSecurityQuestionsOfClaimant(allQuestionWithKeys: SecurityQuestionModel[]): void;
|
|
59
|
+
enableLexisNexis(): void;
|
|
60
|
+
triggerUdol(): void;
|
|
97
61
|
handleError(error: any): void;
|
|
98
62
|
success(msg: any): void;
|
|
99
63
|
logout(): void;
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
64
|
+
getPersonalDetails(): void;
|
|
65
|
+
getSecQuestionsPaymentOptions(): void;
|
|
66
|
+
validateNameChange(formData: Array<{
|
|
67
|
+
controlName: string;
|
|
68
|
+
controlValue: any;
|
|
69
|
+
}>): boolean;
|
|
70
|
+
isNullOrEmpty(value: any): boolean;
|
|
104
71
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProfileComponent, never>;
|
|
105
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileComponent, "app-profile", never, {
|
|
72
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileComponent, "app-profile", never, {}, { "onCancel": "onCancel"; "error": "error"; }, never, never, false, never>;
|
|
106
73
|
}
|
|
107
74
|
//# sourceMappingURL=profile.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"profile.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/profile/profile.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,
|
|
1
|
+
{"version":3,"file":"profile.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/profile/profile.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,YAAY,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AAElG,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,eAAe,EAAE,MAAM,kDAAkD,CAAC;AACnF,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAC;AAClF,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAE/C,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,2BAA2B,EAAE,MAAM,gEAAgE,CAAC;AAC7G,OAAO,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAC;;AAEnF,qBAKa,gBAAiB,YAAW,MAAM,EAAE,aAAa;IAsCnD,IAAI,EAAE,WAAW;IACjB,EAAE,EAAE,YAAY;IAChB,GAAG,EAAE,aAAa;IAClB,EAAE,EAAE,eAAe;IACnB,MAAM,EAAE,MAAM;IACd,EAAE,EAAE,2BAA2B;IAC/B,EAAE,EAAE,iBAAiB;IA3C9B,WAAW,UAAS;IACpB,SAAS,UAAS;IAClB,SAAS,EAAE,MAAM,CAAC;IACD,EAAE,EAAE,eAAe,CAAC;IAGrC,QAAQ,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGjD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEvC,WAAW;;;QAAqC;IAEhD,QAAQ,SAAsB;IAE9B,eAAe,EAAE,OAAO,CAAQ;IAChC,sBAAsB,MAAC;IAEvB,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,iBAAiB,EAAG,MAAM,CAAC;IAC3B,oBAAoB,MAAC;IACrB,eAAe,MAAC;IAChB,0BAA0B,MAAC;IAE3B,yBAAyB,EAAE,OAAO,CAAS;IAC3C,+BAA+B,EAAE,OAAO,CAAS;IACjD,yBAAyB,EAAE,OAAO,CAAQ;IAC1C,wBAAwB,EAAE,OAAO,CAAS;IAC1C,eAAe,EAAE,MAAM,CAAC;IAExB,gBAAgB,EAAE,OAAO,CAAS;IAClC,wCAAwC,EAAE,OAAO,CAAS;IAE1D,kBAAkB,EAAE,GAAG,CAAC;gBAGtB,IAAI,EAAE,WAAW,EACjB,EAAE,EAAE,YAAY,EAChB,GAAG,EAAE,aAAa,EAClB,EAAE,EAAE,eAAe,EACnB,MAAM,EAAE,MAAM,EACd,EAAE,EAAE,2BAA2B,EAC/B,EAAE,EAAE,iBAAiB;IAG9B,QAAQ,IAAI,IAAI;IAYhB,eAAe,IAAI,IAAI;IAavB,cAAc;IAcd,gCAAgC,CAAC,GAAG,EAAG,MAAM;IAM7C,aAAa,CAAC,KAAK,KAAA;IAQnB,MAAM;IAKN,IAAI;IA4DJ,yBAAyB;IAczB,iBAAiB;IAIjB,uBAAuB;IAWvB,+BAA+B,CAC7B,mBAAmB,EAAE,qBAAqB,EAAE;IAyC9C,gBAAgB;IAiBhB,WAAW;IASX,WAAW,CAAC,KAAK,KAAA;IAOjB,OAAO,CAAC,GAAG,KAAA;IAIX,MAAM;IAKN,kBAAkB;IAgBlB,6BAA6B;IAkB7B,kBAAkB,CAAC,QAAQ,EAAE,KAAK,CAAC;QAAE,WAAW,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,GAAG,CAAA;KAAE,CAAC,GAAG,OAAO;IAiCxF,aAAa,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO;yCAzVvB,gBAAgB;2CAAhB,gBAAgB;CA+V5B"}
|
|
@@ -1,21 +1,14 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
-
import { NavController } from '@ionic/angular';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class ProfileRedirectComponent implements OnInit {
|
|
5
|
-
navController: NavController;
|
|
6
|
-
accountActivePage: boolean;
|
|
7
|
-
commonSuccessPage: boolean;
|
|
8
|
-
dashboardPage: boolean;
|
|
9
4
|
onSuccess: EventEmitter<any>;
|
|
10
5
|
onClose: EventEmitter<any>;
|
|
11
6
|
email: string;
|
|
12
|
-
|
|
13
|
-
constructor(navController: NavController);
|
|
7
|
+
constructor();
|
|
14
8
|
ngOnInit(): void;
|
|
15
9
|
redirectToLink(): void;
|
|
16
10
|
close(): void;
|
|
17
|
-
setRedirectPage(redirectPage: String): void;
|
|
18
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProfileRedirectComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileRedirectComponent, "app-profile-redirect", never, { "email": { "alias": "email"; "required": false; };
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileRedirectComponent, "app-profile-redirect", never, { "email": { "alias": "email"; "required": false; }; }, { "onSuccess": "onSuccess"; "onClose": "onClose"; }, never, never, false, never>;
|
|
20
13
|
}
|
|
21
14
|
//# sourceMappingURL=profile-redirect.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"profile-redirect.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/profile-redirect/profile-redirect.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,YAAY,EAAiB,MAAM,eAAe,CAAC
|
|
1
|
+
{"version":3,"file":"profile-redirect.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/profile-redirect/profile-redirect.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,YAAY,EAAiB,MAAM,eAAe,CAAC;;AAE/E,qBAKa,wBAAyB,YAAW,MAAM;IAGrD,SAAS,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGlD,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEhC,KAAK,EAAG,MAAM,CAAC;;IAI/B,QAAQ;IAKR,cAAc;IAKd,KAAK;yCAtBM,wBAAwB;2CAAxB,wBAAwB;CAyBpC"}
|
|
@@ -7,7 +7,6 @@ export declare class AppValidators {
|
|
|
7
7
|
static createValidator(validationService: ValidationService, element: any): AsyncValidatorFn;
|
|
8
8
|
static setRequiredIfValidation(element: ElementsModel, sharedData: any): ValidatorFn;
|
|
9
9
|
static calculateOperandValueForRequiredIf(expression: string, formGroup: UntypedFormGroup, element: ElementsModel, sharedData: any): boolean;
|
|
10
|
-
static isNullOrUndefined(value: any): boolean;
|
|
11
10
|
static setEqualsValidation(element: any, sharedData: any): ValidatorFn;
|
|
12
11
|
static setPasswordValidation(element: any, sharedData: any): ValidatorFn;
|
|
13
12
|
static setDateValidation(element: any, sharedData: any): ValidatorFn;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppValidators.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/questionnaire/AppValidators.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,gBAAgB,EAAe,gBAAgB,EAAoB,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAMjI,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,0CAA0C,CAAC;AAC1F,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;
|
|
1
|
+
{"version":3,"file":"AppValidators.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/questionnaire/AppValidators.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,gBAAgB,EAAe,gBAAgB,EAAoB,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAMjI,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,0CAA0C,CAAC;AAC1F,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;AAGpF,qBAAa,aAAa;IAKtB,MAAM,CAAC,gBAAgB,CAAC,OAAO,EAAE,GAAG,EAAE,UAAU,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,GAAI,WAAW;IAiLnG,MAAM,CAAC,wBAAwB,CAAC,MAAM,EAAE,MAAM,EAAE,EAAE,SAAS,EAAE,gBAAgB,GAAI,GAAG,CAAC,GAAG,CAAC;IAWzF,MAAM,CAAC,eAAe,CAAC,iBAAiB,EAAE,iBAAiB,EAAE,OAAO,EAAE,GAAG,GAAG,gBAAgB;IA0C5F,MAAM,CAAC,uBAAuB,CAAC,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,GAAG,GAAG,WAAW;IAiEpF,MAAM,CAAC,kCAAkC,CAAC,UAAU,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,GAAG,GAAI,OAAO;IAqF7I,MAAM,CAAC,mBAAmB,CAAC,OAAO,EAAE,GAAG,EAAE,UAAU,EAAE,GAAG,GAAG,WAAW;IAWtE,MAAM,CAAC,qBAAqB,CAAC,OAAO,EAAE,GAAG,EAAE,UAAU,EAAE,GAAG,GAAG,WAAW;IAgDxE,MAAM,CAAC,iBAAiB,CAAC,OAAO,EAAE,GAAG,EAAE,UAAU,EAAE,GAAG,GAAG,WAAW;IA4EpE,MAAM,CAAC,OAAO,CAAC,KAAK,KAAA,GAAG,WAAW;IAUlC,MAAM,CAAC,qBAAqB,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB;CA8D3E"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
2
|
import { ActivatedRoute } from '@angular/router';
|
|
3
3
|
import { BehaviorSubject } from 'rxjs';
|
|
4
|
+
import { QuestionService } from '../question.service';
|
|
4
5
|
import { NavController, Platform } from '@ionic/angular';
|
|
5
6
|
import { SuccessPageElement } from '../../../models/questionnaire/SuccessPageElement';
|
|
6
7
|
import { BasePage } from '../../../pages/BasePage';
|
|
@@ -11,18 +12,21 @@ import { ClaimantService } from '../../../services/claimant-service/claimant.ser
|
|
|
11
12
|
import { UserModel } from '../../../models/UserModel';
|
|
12
13
|
import { ClaimService } from '../../../services/claims/claims.service';
|
|
13
14
|
import { SsaVerificationModel } from '../../../models/SsaVerificationModel';
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
15
|
+
import { WeeklyCertServiceV2 } from '../../../services/weekly-cert/weekly-cert-v2.service';
|
|
16
|
+
import { OvpService } from '../../../services/ovp/ovp.service';
|
|
16
17
|
import * as i0 from "@angular/core";
|
|
17
18
|
export declare class AccountSuccessPage extends BasePage implements OnInit {
|
|
18
19
|
private activatedRoute;
|
|
19
20
|
util: UtilService;
|
|
20
21
|
private logger;
|
|
21
22
|
claimantService: ClaimantService;
|
|
23
|
+
questionService: QuestionService;
|
|
22
24
|
navController: NavController;
|
|
23
25
|
loginService: LoginService;
|
|
24
26
|
claimService: ClaimService;
|
|
25
27
|
private platform;
|
|
28
|
+
private wcService;
|
|
29
|
+
private ovpService;
|
|
26
30
|
showLoaderTheme: boolean;
|
|
27
31
|
errorOccured: boolean;
|
|
28
32
|
claimIdentifier: string;
|
|
@@ -32,32 +36,25 @@ export declare class AccountSuccessPage extends BasePage implements OnInit {
|
|
|
32
36
|
isProcessNewLogin: boolean;
|
|
33
37
|
showRedirectProfileDialog: boolean;
|
|
34
38
|
showSsnReverifyDialog: boolean;
|
|
35
|
-
showAssociateSsnPopup: boolean;
|
|
36
39
|
userEmail: string;
|
|
37
40
|
userModel: UserModel;
|
|
38
41
|
userDataForSSNVerifyModel: SsaVerificationModel;
|
|
39
42
|
nextPagePath: string;
|
|
40
|
-
|
|
41
|
-
showDuaPopup: boolean;
|
|
42
|
-
activeDisastersFound: boolean;
|
|
43
|
-
listOfDisasters: KeyValueModel[];
|
|
44
|
-
elements: BehaviorSubject<SuccessPageElement>;
|
|
43
|
+
isPhoneMfaRequired: boolean;
|
|
45
44
|
success: EventEmitter<any>;
|
|
46
45
|
error: EventEmitter<any>;
|
|
47
|
-
|
|
46
|
+
elements: BehaviorSubject<SuccessPageElement>;
|
|
47
|
+
constructor(activatedRoute: ActivatedRoute, util: UtilService, logger: LoggerService, claimantService: ClaimantService, questionService: QuestionService, navController: NavController, loginService: LoginService, claimService: ClaimService, platform: Platform, wcService: WeeklyCertServiceV2, ovpService: OvpService);
|
|
48
48
|
ngOnInit(): void;
|
|
49
49
|
activateAccount(): void;
|
|
50
50
|
activate(): void;
|
|
51
51
|
loginError(err: any): void;
|
|
52
|
-
fetchQuestionnaire(): void
|
|
53
|
-
associateSsnSuccess(): void;
|
|
52
|
+
fetchQuestionnaire(): Promise<void>;
|
|
54
53
|
redirect(): void;
|
|
55
54
|
resendVerificationEmail(): void;
|
|
56
55
|
reVerifySSNForClaimant(data: SsaVerificationModel): void;
|
|
57
56
|
logout(): void;
|
|
58
57
|
redirectSuccess(): void;
|
|
59
|
-
saveDuaSuccess(data: DuaRequestModel): void;
|
|
60
|
-
reDirectToDua(): void;
|
|
61
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccountSuccessPage, never>;
|
|
62
59
|
static ɵcmp: i0.ɵɵComponentDeclaration<AccountSuccessPage, "account-success", never, {}, { "success": "success"; "error": "error"; }, never, never, false, never>;
|
|
63
60
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"account-success.page.d.ts","sourceRoot":"","sources":["../../../../../../projects/ngx-reusa-app-lib/src/lib/components/questionnaire/account-success/account-success.page.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAW,YAAY,EAAC,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,MAAM,CAAC;AACvC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,kBAAkB,EAAE,MAAM,kDAAkD,CAAC;AACtF,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,yCAAyC,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,qDAAqD,CAAC;AAEtF,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAEtD,OAAO,EAAE,YAAY,EAAE,MAAM,yCAAyC,CAAC;AACvE,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"account-success.page.d.ts","sourceRoot":"","sources":["../../../../../../projects/ngx-reusa-app-lib/src/lib/components/questionnaire/account-success/account-success.page.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAW,YAAY,EAAC,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,MAAM,CAAC;AACvC,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,kBAAkB,EAAE,MAAM,kDAAkD,CAAC;AACtF,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,yCAAyC,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,qDAAqD,CAAC;AAEtF,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAEtD,OAAO,EAAE,YAAY,EAAE,MAAM,yCAAyC,CAAC;AACvE,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,mBAAmB,EAAE,MAAM,sDAAsD,CAAC;AAC3F,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;;AAE/D,qBAKa,kBAAmB,SAAQ,QAAS,YAAW,MAAM;IAyBpD,OAAO,CAAC,cAAc;IAAyB,IAAI,EAAE,WAAW;IAAE,OAAO,CAAC,MAAM;IACnF,eAAe,EAAE,eAAe;IAAS,eAAe,EAAE,eAAe;IAAS,aAAa,EAAE,aAAa;IAC9G,YAAY,EAAC,YAAY;IAAS,YAAY,EAAG,YAAY;IAAE,OAAO,CAAC,QAAQ;IAAW,OAAO,CAAC,SAAS;IAAsB,OAAO,CAAC,UAAU;IAxBrJ,eAAe,UAAS;IACxB,YAAY,UAAQ;IACpB,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,UAAS;IAC1B,yBAAyB,UAAS;IAClC,qBAAqB,UAAS;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,SAAS,CAAC;IACrB,yBAAyB,EAAG,oBAAoB,CAA8B;IAC9E,YAAY,EAAE,MAAM,CAAC;IACrB,kBAAkB,EAAE,OAAO,CAAS;IAG3C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAE9C,QAAQ,EAAE,eAAe,CAAC,kBAAkB,CAAC,CAAiD;gBAC1E,cAAc,EAAE,cAAc,EAAS,IAAI,EAAE,WAAW,EAAU,MAAM,EAAE,aAAa,EAClG,eAAe,EAAE,eAAe,EAAS,eAAe,EAAE,eAAe,EAAS,aAAa,EAAE,aAAa,EAC9G,YAAY,EAAC,YAAY,EAAS,YAAY,EAAG,YAAY,EAAU,QAAQ,EAAE,QAAQ,EAAS,SAAS,EAAE,mBAAmB,EAAS,UAAU,EAAE,UAAU;IAIxK,QAAQ;IAIR,eAAe;IAYf,QAAQ;IAmBR,UAAU,CAAC,GAAG,KAAA;IAIR,kBAAkB;IA2ExB,QAAQ;IAqBR,uBAAuB;IAuBvB,sBAAsB,CAAC,IAAI,EAAG,oBAAoB;IA4BlD,MAAM;IAMP,eAAe;yCA/NH,kBAAkB;2CAAlB,kBAAkB;CAuO9B"}
|