@reusa/ngx-reusa-app-lib 0.0.999 → 0.1.101
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/README.md +46 -46
- package/esm2022/lib/annimations/app-animations.mjs +1 -1
- package/esm2022/lib/components/add-employer/add-employer.component.mjs +1130 -2312
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +1 -1
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +16 -36
- package/esm2022/lib/components/address/address.component.mjs +58 -52
- package/esm2022/lib/components/bank-details/bank-details.component.mjs +25 -29
- package/esm2022/lib/components/captcha/captcha.component.mjs +6 -6
- package/esm2022/lib/components/card/card.component.mjs +1 -1
- package/esm2022/lib/components/content/content.component.mjs +1 -1
- package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +1 -1
- package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +14 -19
- package/esm2022/lib/components/disclosure/disclosure.component.mjs +1 -1
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +6 -6
- package/esm2022/lib/components/dropdown/dropdown.interface.mjs +1 -1
- package/esm2022/lib/components/email-update/email-update.component.mjs +32 -14
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +197 -192
- 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-download/file-download.component.mjs +1 -1
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +1 -1
- package/esm2022/lib/components/footer/footer.component.mjs +67 -90
- package/esm2022/lib/components/header/header.component.mjs +105 -169
- package/esm2022/lib/components/help/help.component.mjs +1 -1
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +13 -13
- package/esm2022/lib/components/info/info.component.mjs +12 -4
- package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +1 -1
- package/esm2022/lib/components/job-title/job-title.component.mjs +94 -93
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +82 -93
- package/esm2022/lib/components/lexis-nexis/lexis-nexis.component.mjs +329 -0
- package/esm2022/lib/components/link/link.component.mjs +1 -1
- package/esm2022/lib/components/maintenance-detector/maintenance-detector.component.mjs +1 -1
- package/esm2022/lib/components/mask/mask.component.mjs +1 -1
- package/esm2022/lib/components/menu/menu.component.mjs +35 -44
- package/esm2022/lib/components/mfa/mfa.component.mjs +305 -103
- package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +16 -7
- package/esm2022/lib/components/mfa2/mfa2.component.mjs +260 -0
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +36 -148
- package/esm2022/lib/components/msg/msg.component.mjs +1 -1
- package/esm2022/lib/components/news/news.component.mjs +1 -1
- package/esm2022/lib/components/overlay-info/overlay-info.component.mjs +1 -1
- package/esm2022/lib/components/page/page.component.mjs +1 -1
- package/esm2022/lib/components/profile/profile.component.mjs +213 -56
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +33 -106
- package/esm2022/lib/components/questionnaire/AppValidators.mjs +14 -165
- package/esm2022/lib/components/questionnaire/FbConstants.mjs +1 -1
- package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +60 -110
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +123 -367
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +9 -9
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +1029 -769
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +325 -157
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +17 -9
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +26 -93
- package/esm2022/lib/components/questionnaire/question-base.mjs +1 -1
- 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 +25 -14
- package/esm2022/lib/components/read-more/read-more.component.mjs +6 -6
- package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +196 -333
- package/esm2022/lib/components/search-employer/search-employer.component.mjs +24 -47
- package/esm2022/lib/components/security-question/security-question.component.mjs +189 -0
- package/esm2022/lib/components/select/select.component.mjs +1 -1
- package/esm2022/lib/components/sign-ssn/sign-ssn.component.mjs +3 -3
- package/esm2022/lib/components/ssn/ssn.component.mjs +1 -1
- package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +4 -4
- package/esm2022/lib/components/test/test.component.mjs +1 -1
- package/esm2022/lib/components/user-login/user-login.component.mjs +226 -115
- package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +155 -287
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +46 -62
- package/esm2022/lib/directives/auto-focus/auto-focus.directive.mjs +1 -1
- package/esm2022/lib/directives/caps-lock.directive.mjs +1 -1
- package/esm2022/lib/directives/required-roles/required-roles.directive.mjs +1 -1
- package/esm2022/lib/enums/EmailStatusEnum.mjs +1 -1
- package/esm2022/lib/guards/auth.guard.mjs +4 -26
- package/esm2022/lib/guards/no-login/no-login.guard.mjs +1 -1
- package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +1 -1
- package/esm2022/lib/interceptors/header-interceptor/http-header.interceptor.mjs +1 -1
- package/esm2022/lib/models/EmployerDetailSearchResult.mjs +1 -1
- package/esm2022/lib/models/ErrorModel.mjs +1 -1
- package/esm2022/lib/models/FileModel.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/LexisNexisResponseModel.mjs +3 -0
- package/esm2022/lib/models/LibConstants.mjs +15 -12
- package/esm2022/lib/models/NotificationModel.mjs +1 -1
- 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/TrendModel.mjs +1 -1
- package/esm2022/lib/models/UserDetailsModel.mjs +1 -1
- package/esm2022/lib/models/UserModel.mjs +1 -1
- package/esm2022/lib/models/claimant/ClaimantModel.mjs +1 -1
- package/esm2022/lib/models/claimant/JobResultsData.mjs +1 -1
- package/esm2022/lib/models/claimant/MatchingJobs.mjs +1 -1
- package/esm2022/lib/models/claimant/ResetPasswordModel.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 +175 -73
- package/esm2022/lib/models/questionnaire/ElementsModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/KeyValueModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/LegalDiscaimarModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/StatusModel.mjs +1 -1
- package/esm2022/lib/ngx-reusa-app-lib.component.mjs +5 -5
- package/esm2022/lib/ngx-reusa-app-lib.module.mjs +13 -27
- package/esm2022/lib/ngx-reusa-app-lib.service.mjs +1 -1
- package/esm2022/lib/pages/BasePage.mjs +22 -3
- 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 +5 -5
- package/esm2022/lib/pages/common/not-found/not-found.page.mjs +1 -1
- 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/common/unauthorized/unauthorized.page.mjs +1 -1
- package/esm2022/lib/pages/popovers/language/language.page.mjs +1 -1
- package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +1 -1
- package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +1 -1
- package/esm2022/lib/pages/popovers/user-search/user-search.component.mjs +1 -1
- package/esm2022/lib/pipes/filter.pipe.mjs +1 -1
- package/esm2022/lib/pipes/mask/mask.email.pipe.mjs +1 -1
- package/esm2022/lib/pipes/proper-case/proper-case.pipe.mjs +1 -1
- package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +1 -1
- package/esm2022/lib/pipes/trust-html/trust-html.pipe.mjs +1 -1
- package/esm2022/lib/services/base-service.mjs +1 -1
- package/esm2022/lib/services/captcha/captcha.service.mjs +1 -1
- package/esm2022/lib/services/chatbot/chatbot.service.mjs +2 -1
- package/esm2022/lib/services/chatbot/script.const.mjs +1 -1
- package/esm2022/lib/services/claimant/claimant.service.mjs +1 -1
- package/esm2022/lib/services/claimant-service/claimant-usps-redirect.service.mjs +36 -0
- package/esm2022/lib/services/claimant-service/claimant.service.mjs +13 -1
- package/esm2022/lib/services/claims/claims.service.mjs +14 -57
- package/esm2022/lib/services/dms-service/dms.service.mjs +1 -1
- package/esm2022/lib/services/fpjs/fingerprint.service.mjs +1 -1
- package/esm2022/lib/services/google-analytics/google-analytics.service.mjs +1 -1
- package/esm2022/lib/services/help/help.service.mjs +1 -1
- package/esm2022/lib/services/idle/idle.service.mjs +1 -1
- package/esm2022/lib/services/lexis-nexis/lexis.nexis.service.mjs +49 -0
- package/esm2022/lib/services/logger/logger.service.mjs +1 -1
- package/esm2022/lib/services/login/login.service.mjs +11 -1
- package/esm2022/lib/services/maintenance/maintenance.service.mjs +1 -1
- package/esm2022/lib/services/notification/notification.service.mjs +1 -1
- 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 -5
- package/esm2022/lib/services/tour/tour.service.mjs +1 -1
- package/esm2022/lib/services/util/util.service.mjs +5 -5
- package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +42 -0
- package/esm2022/lib/validations/AppRegex.mjs +1 -1
- package/esm2022/lib/validations/AppValidators.mjs +14 -34
- package/esm2022/public-api.mjs +5 -16
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs +7480 -10431
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
- package/lib/components/add-employer/add-employer.component.d.ts +48 -77
- package/lib/components/add-employer/add-employer.component.d.ts.map +1 -1
- package/lib/components/add-payment/add-payment.component.d.ts +2 -7
- package/lib/components/add-payment/add-payment.component.d.ts.map +1 -1
- package/lib/components/address/address.component.d.ts +3 -2
- package/lib/components/address/address.component.d.ts.map +1 -1
- package/lib/components/email-update/email-update.component.d.ts +7 -1
- package/lib/components/email-update/email-update.component.d.ts.map +1 -1
- package/lib/components/employer-grid/employer-grid.component.d.ts +3 -1
- 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/footer/footer.component.d.ts.map +1 -1
- package/lib/components/header/header.component.d.ts +0 -1
- package/lib/components/header/header.component.d.ts.map +1 -1
- package/lib/components/job-title/job-title.component.d.ts +21 -22
- package/lib/components/job-title/job-title.component.d.ts.map +1 -1
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +2 -5
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -1
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts +55 -0
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts.map +1 -0
- package/lib/components/menu/menu.component.d.ts.map +1 -1
- package/lib/components/mfa/mfa.component.d.ts +26 -3
- package/lib/components/mfa/mfa.component.d.ts.map +1 -1
- package/lib/components/mfa-popup/mfa-popup.component.d.ts +4 -1
- 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 +32 -4
- 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 +0 -7
- package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts +32 -14
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form.component.d.ts +24 -3
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +3 -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 -6
- 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 +3 -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 -6
- 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 +2 -1
- 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/user-login/user-login.component.d.ts +22 -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 +0 -6
- 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 +0 -1
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map +1 -1
- package/lib/guards/auth.guard.d.ts +1 -3
- package/lib/guards/auth.guard.d.ts.map +1 -1
- package/lib/models/EmployerDetailSearchResult.d.ts +1 -3
- 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/LexisNexisResponseModel.d.ts +7 -0
- package/lib/models/LexisNexisResponseModel.d.ts.map +1 -0
- package/lib/models/LibConstants.d.ts +12 -9
- package/lib/models/LibConstants.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/questionnaire/ClaimAppEmpResponseModel.d.ts +0 -1
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +3 -13
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +1 -2
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ComboModel.d.ts +16 -20
- 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/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 -95
- 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/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 +5 -0
- package/lib/services/claimant-service/claimant.service.d.ts.map +1 -1
- package/lib/services/claims/claims.service.d.ts +5 -24
- package/lib/services/claims/claims.service.d.ts.map +1 -1
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts +23 -0
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts.map +1 -0
- package/lib/services/login/login.service.d.ts +3 -0
- 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 -5
- package/lib/services/security-service/security.service.d.ts.map +1 -1
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts +17 -0
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -0
- package/lib/validations/AppValidators.d.ts +3 -7
- package/lib/validations/AppValidators.d.ts.map +1 -1
- package/package.json +2 -2
- package/public-api.d.ts +4 -15
- package/public-api.d.ts.map +1 -1
- package/esm2022/lib/components/add-wage/add-wage.component.mjs +0 -160
- package/esm2022/lib/components/associate-ssn/associate-ssn.component.mjs +0 -174
- package/esm2022/lib/components/dua-request-popup/dua-request-popup.component.mjs +0 -335
- package/esm2022/lib/components/employer-info/employer-info.component.mjs +0 -326
- package/esm2022/lib/components/employer-pay/employer-pay.component.mjs +0 -243
- 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 -179
- package/esm2022/lib/components/idme/idme.component.mjs +0 -80
- package/esm2022/lib/components/scrollable-text/scrollable-text.component.mjs +0 -25
- package/esm2022/lib/components/sms/sms.component.mjs +0 -334
- package/esm2022/lib/components/wage-grid/wage-grid.component.mjs +0 -274
- package/esm2022/lib/models/CountyModel.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/LexisNexisOtpDetailsResponseModel.mjs +0 -3
- package/esm2022/lib/models/ReasonSeparationRequestModel.mjs +0 -3
- package/esm2022/lib/models/RetroWeeksModel.mjs +0 -3
- package/esm2022/lib/models/SendOtpRequestModel.mjs +0 -3
- package/esm2022/lib/models/VerifyOtpRequestModel.mjs +0 -3
- package/esm2022/lib/models/WageInfoModel.mjs +0 -4
- package/esm2022/lib/models/questionnaire/ScrollableTextModel.mjs +0 -3
- package/esm2022/lib/models/questionnaire/WbaHelperTextModel.mjs +0 -3
- package/esm2022/lib/services/employer/employer-service.mjs +0 -35
- package/lib/components/add-wage/add-wage.component.d.ts +0 -29
- package/lib/components/add-wage/add-wage.component.d.ts.map +0 -1
- package/lib/components/associate-ssn/associate-ssn.component.d.ts +0 -28
- package/lib/components/associate-ssn/associate-ssn.component.d.ts.map +0 -1
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts +0 -59
- 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 -48
- 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 -37
- package/lib/components/gross-earnings/gross-earnings.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/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-grid/wage-grid.component.d.ts +0 -43
- package/lib/components/wage-grid/wage-grid.component.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/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/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 -10
- package/lib/models/RetroWeeksModel.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/WageInfoModel.d.ts +0 -9
- package/lib/models/WageInfoModel.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/services/employer/employer-service.d.ts +0 -16
- package/lib/services/employer/employer-service.d.ts.map +0 -1
|
@@ -61,104 +61,95 @@ import * as i57 from "./components/profile/profile.component";
|
|
|
61
61
|
import * as i58 from "./components/email-update/email-update.component";
|
|
62
62
|
import * as i59 from "./components/mfa-popup/mfa-popup.component";
|
|
63
63
|
import * as i60 from "./components/maintenance-detector/maintenance-detector.component";
|
|
64
|
-
import * as i61 from "./
|
|
65
|
-
import * as i62 from "./components/
|
|
66
|
-
import * as i63 from "./
|
|
67
|
-
import * as i64 from "./
|
|
68
|
-
import * as i65 from "./components/
|
|
69
|
-
import * as i66 from "./
|
|
70
|
-
import * as i67 from "./
|
|
71
|
-
import * as i68 from "./
|
|
72
|
-
import * as i69 from "./
|
|
73
|
-
import * as i70 from "./components/
|
|
74
|
-
import * as i71 from "./
|
|
75
|
-
import * as i72 from "./
|
|
76
|
-
import * as i73 from "./components/
|
|
77
|
-
import * as i74 from "./
|
|
78
|
-
import * as i75 from "./components/
|
|
79
|
-
import * as i76 from "./components/
|
|
80
|
-
import * as i77 from "./
|
|
81
|
-
import * as i78 from "./components/
|
|
82
|
-
import * as i79 from "./components/
|
|
83
|
-
import * as i80 from "./components/
|
|
84
|
-
import * as i81 from "./components/
|
|
85
|
-
import * as i82 from "./components/
|
|
86
|
-
import * as i83 from "./components/
|
|
87
|
-
import * as i84 from "./components/
|
|
88
|
-
import * as i85 from "./components/
|
|
89
|
-
import * as i86 from "./components/
|
|
90
|
-
import * as i87 from "
|
|
91
|
-
import * as i88 from "
|
|
92
|
-
import * as i89 from "
|
|
93
|
-
import * as i90 from "
|
|
94
|
-
import * as i91 from "
|
|
95
|
-
import * as i92 from "
|
|
96
|
-
import * as i93 from "
|
|
97
|
-
import * as i94 from "
|
|
98
|
-
import * as i95 from "
|
|
99
|
-
import * as i96 from "@ionic/angular";
|
|
100
|
-
import * as i97 from "
|
|
101
|
-
import * as i98 from "
|
|
102
|
-
import * as i99 from "@
|
|
103
|
-
import * as i100 from "
|
|
104
|
-
import * as i101 from "
|
|
105
|
-
import * as i102 from "
|
|
106
|
-
import * as i103 from "@
|
|
107
|
-
import * as i104 from "
|
|
108
|
-
import * as i105 from "@
|
|
109
|
-
import * as i106 from "
|
|
110
|
-
import * as i107 from "primeng/
|
|
111
|
-
import * as i108 from "@angular/material/
|
|
112
|
-
import * as i109 from "
|
|
113
|
-
import * as i110 from "
|
|
114
|
-
import * as i111 from "
|
|
115
|
-
import * as i112 from "@angular/material/
|
|
116
|
-
import * as i113 from "primeng/
|
|
117
|
-
import * as i114 from "
|
|
118
|
-
import * as i115 from "
|
|
119
|
-
import * as i116 from "primeng/
|
|
120
|
-
import * as i117 from "
|
|
121
|
-
import * as i118 from "primeng/
|
|
122
|
-
import * as i119 from "primeng/
|
|
123
|
-
import * as i120 from "
|
|
124
|
-
import * as i121 from "
|
|
125
|
-
import * as i122 from "primeng/
|
|
126
|
-
import * as i123 from "primeng/
|
|
127
|
-
import * as i124 from "primeng/
|
|
128
|
-
import * as i125 from "primeng/
|
|
129
|
-
import * as i126 from "primeng/
|
|
130
|
-
import * as i127 from "primeng/
|
|
131
|
-
import * as i128 from "
|
|
132
|
-
import * as i129 from "primeng/
|
|
133
|
-
import * as i130 from "primeng/
|
|
134
|
-
import * as i131 from "primeng/
|
|
135
|
-
import * as i132 from "
|
|
136
|
-
import * as i133 from "primeng/
|
|
137
|
-
import * as i134 from "primeng/
|
|
138
|
-
import * as i135 from "primeng/
|
|
139
|
-
import * as i136 from "primeng/
|
|
140
|
-
import * as i137 from "
|
|
141
|
-
import * as i138 from "primeng/
|
|
142
|
-
import * as i139 from "primeng/
|
|
143
|
-
import * as i140 from "primeng/
|
|
144
|
-
import * as i141 from "
|
|
145
|
-
import * as i142 from "primeng/
|
|
146
|
-
import * as i143 from "primeng/
|
|
147
|
-
import * as i144 from "primeng/
|
|
148
|
-
import * as i145 from "primeng/
|
|
149
|
-
import * as i146 from "primeng/overlay";
|
|
150
|
-
import * as i147 from "primeng/api";
|
|
151
|
-
import * as i148 from "primeng/ripple";
|
|
152
|
-
import * as i149 from "primeng/scroller";
|
|
153
|
-
import * as i150 from "primeng/autofocus";
|
|
154
|
-
import * as i151 from "primeng/sidebar";
|
|
155
|
-
import * as i152 from "primeng/icons/chevrondown";
|
|
156
|
-
import * as i153 from "primeng/icons/search";
|
|
157
|
-
import * as i154 from "primeng/icons/times";
|
|
64
|
+
import * as i61 from "./components/mfa2/mfa2.component";
|
|
65
|
+
import * as i62 from "./components/security-question/security-question.component";
|
|
66
|
+
import * as i63 from "./components/lexis-nexis/lexis-nexis.component";
|
|
67
|
+
import * as i64 from "./directives/required-roles/required-roles.directive";
|
|
68
|
+
import * as i65 from "./components/job-search-result-page/job-search-result-page.component";
|
|
69
|
+
import * as i66 from "./pipes/mask/mask.email.pipe";
|
|
70
|
+
import * as i67 from "./pipes/proper-case/proper-case.pipe";
|
|
71
|
+
import * as i68 from "./components/dependent-grid/dependent-grid.component";
|
|
72
|
+
import * as i69 from "./components/weekly-cert-employer/weekly-cert-employer.component";
|
|
73
|
+
import * as i70 from "./components/weekly-cert-employer-grid/weekly-cert-employer-grid.component";
|
|
74
|
+
import * as i71 from "./pipes/translate/dynamic-translate.pipe";
|
|
75
|
+
import * as i72 from "./pipes/trust-html/trust-html.pipe";
|
|
76
|
+
import * as i73 from "./components/add-participant/add-participant.component";
|
|
77
|
+
import * as i74 from "./components/profile-redirect/profile-redirect.component";
|
|
78
|
+
import * as i75 from "./components/dropdown/dropdown.component";
|
|
79
|
+
import * as i76 from "./components/dashboard-card/dashboard-card.component";
|
|
80
|
+
import * as i77 from "./pages/common/change-password/change-password.page";
|
|
81
|
+
import * as i78 from "./components/requalify-lift-previous-issues/requalify-lift-previous-issues.component";
|
|
82
|
+
import * as i79 from "./components/contact-us/contact-us.component";
|
|
83
|
+
import * as i80 from "./components/read-more/read-more.component";
|
|
84
|
+
import * as i81 from "./components/file-download/file-download.component";
|
|
85
|
+
import * as i82 from "./components/ssn-reverify/ssn-reverify.component";
|
|
86
|
+
import * as i83 from "./components/add-payment/add-payment.component";
|
|
87
|
+
import * as i84 from "./components/link/link.component";
|
|
88
|
+
import * as i85 from "./components/sign-ssn/sign-ssn.component";
|
|
89
|
+
import * as i86 from "./components/job-title/job-title.component";
|
|
90
|
+
import * as i87 from "@ionic/angular";
|
|
91
|
+
import * as i88 from "@angular/common";
|
|
92
|
+
import * as i89 from "ngx-joyride";
|
|
93
|
+
import * as i90 from "@ngx-loading-bar/http-client";
|
|
94
|
+
import * as i91 from "primeng/inplace";
|
|
95
|
+
import * as i92 from "primeng/tooltip";
|
|
96
|
+
import * as i93 from "@ngx-loading-bar/router";
|
|
97
|
+
import * as i94 from "@ngx-loading-bar/core";
|
|
98
|
+
import * as i95 from "ngx-spinner";
|
|
99
|
+
import * as i96 from "@ionic/storage-angular";
|
|
100
|
+
import * as i97 from "primeng/messages";
|
|
101
|
+
import * as i98 from "primeng/message";
|
|
102
|
+
import * as i99 from "@angular/material/progress-bar";
|
|
103
|
+
import * as i100 from "@ngx-translate/core";
|
|
104
|
+
import * as i101 from "@angular/material/form-field";
|
|
105
|
+
import * as i102 from "ngx-mat-select-search";
|
|
106
|
+
import * as i103 from "@angular/material/select";
|
|
107
|
+
import * as i104 from "primeng/tabview";
|
|
108
|
+
import * as i105 from "@angular/material/expansion";
|
|
109
|
+
import * as i106 from "@angular/forms";
|
|
110
|
+
import * as i107 from "primeng/autocomplete";
|
|
111
|
+
import * as i108 from "@angular/material/icon";
|
|
112
|
+
import * as i109 from "primeng/dialog";
|
|
113
|
+
import * as i110 from "primeng/carousel";
|
|
114
|
+
import * as i111 from "@angular/material/input";
|
|
115
|
+
import * as i112 from "@angular/material/stepper";
|
|
116
|
+
import * as i113 from "primeng/toast";
|
|
117
|
+
import * as i114 from "primeng/table";
|
|
118
|
+
import * as i115 from "primeng/accordion";
|
|
119
|
+
import * as i116 from "primeng/card";
|
|
120
|
+
import * as i117 from "primeng/badge";
|
|
121
|
+
import * as i118 from "primeng/password";
|
|
122
|
+
import * as i119 from "primeng/inputtext";
|
|
123
|
+
import * as i120 from "primeng/inputmask";
|
|
124
|
+
import * as i121 from "primeng/divider";
|
|
125
|
+
import * as i122 from "primeng/calendar";
|
|
126
|
+
import * as i123 from "primeng/radiobutton";
|
|
127
|
+
import * as i124 from "primeng/checkbox";
|
|
128
|
+
import * as i125 from "primeng/steps";
|
|
129
|
+
import * as i126 from "primeng/selectbutton";
|
|
130
|
+
import * as i127 from "primeng/fileupload";
|
|
131
|
+
import * as i128 from "@angular/material/button";
|
|
132
|
+
import * as i129 from "primeng/overlaypanel";
|
|
133
|
+
import * as i130 from "primeng/inputnumber";
|
|
134
|
+
import * as i131 from "primeng/inputtextarea";
|
|
135
|
+
import * as i132 from "@fortawesome/angular-fontawesome";
|
|
136
|
+
import * as i133 from "primeng/panel";
|
|
137
|
+
import * as i134 from "primeng/blockui";
|
|
138
|
+
import * as i135 from "primeng/menu";
|
|
139
|
+
import * as i136 from "primeng/dropdown";
|
|
140
|
+
import * as i137 from "primeng/overlay";
|
|
141
|
+
import * as i138 from "primeng/api";
|
|
142
|
+
import * as i139 from "primeng/ripple";
|
|
143
|
+
import * as i140 from "primeng/scroller";
|
|
144
|
+
import * as i141 from "primeng/autofocus";
|
|
145
|
+
import * as i142 from "primeng/sidebar";
|
|
146
|
+
import * as i143 from "primeng/icons/chevrondown";
|
|
147
|
+
import * as i144 from "primeng/icons/search";
|
|
148
|
+
import * as i145 from "primeng/icons/times";
|
|
158
149
|
export declare function createTranslateLoader(http: HttpClient): MultiTranslateHttpLoader;
|
|
159
150
|
export declare class NgxReusaAppLibModule {
|
|
160
151
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgxReusaAppLibModule, never>;
|
|
161
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxReusaAppLibModule, [typeof i1.NgxReusaAppLibComponent, typeof i2.SsnComponent, typeof i3.MaskComponent, typeof i4.FooterComponent, typeof i5.TestComponent, typeof i6.PrivacyDisclaimerPage, typeof i7.AccessibilityPolicyPage, typeof i8.SecurityPolicyPage, typeof i9.PageComponent, typeof i10.NotFoundPage, typeof i11.CapsLockDirective, typeof i12.UnauthorizedPage, typeof i13.ContentComponent, typeof i13.ContentComponent, typeof i14.FilterPipe, typeof i15.HeaderComponent, typeof i16.SelectComponent, typeof i17.MyNotificationsPage, typeof i18.MyProfilePage, typeof i19.LanguagePage, typeof i20.LandingComponent, typeof i21.Landing2Component, typeof i22.MsgComponent, typeof i23.CardComponent, typeof i24.LoginComponent, typeof i25.UserSearchComponent, typeof i26.MenuComponent, typeof i27.DisclosureComponent, typeof i28.IdleDetectorComponent, typeof i29.AutofocusDirective, typeof i30.CorrespondenceDownloadComponent, typeof i31.ErrorComponent, typeof i32.HelpComponent, typeof i33.FavMenuComponent, typeof i34.NewsComponent, typeof i35.InfoComponent, typeof i36.CaptchaComponent, typeof i37.MfaComponent, typeof i38.UserLoginComponent, typeof i39.FileUploaderComponent, typeof i40.DynamicFormPanelComponent, typeof i41.DynamicFormQuestionComponent, typeof i42.DynamicFormComponent, typeof i43.RenderQuestionnairePage, typeof i44.FormBuilderPage, typeof i45.InputFocus, typeof i46.CommonSuccessPage, typeof i47.AccountSuccessPage, typeof i48.OverlayInfoComponent, typeof i49.EmployerGridComponent, typeof i50.LegalDisclaimarComponent, typeof i51.MoneyExpectComponent, typeof i52.SearchEmployerComponent, typeof i53.AddEmployerComponent, typeof i54.AddressComponent, typeof i55.MultiQuestionnaireComponent, typeof i56.BankDetailsComponent, typeof i57.ProfileComponent, typeof i58.EmailUpdateComponent, typeof i59.MfaPopupComponent, typeof i60.MaintenanceDetectorComponent, typeof i61.
|
|
152
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxReusaAppLibModule, [typeof i1.NgxReusaAppLibComponent, typeof i2.SsnComponent, typeof i3.MaskComponent, typeof i4.FooterComponent, typeof i5.TestComponent, typeof i6.PrivacyDisclaimerPage, typeof i7.AccessibilityPolicyPage, typeof i8.SecurityPolicyPage, typeof i9.PageComponent, typeof i10.NotFoundPage, typeof i11.CapsLockDirective, typeof i12.UnauthorizedPage, typeof i13.ContentComponent, typeof i13.ContentComponent, typeof i14.FilterPipe, typeof i15.HeaderComponent, typeof i16.SelectComponent, typeof i17.MyNotificationsPage, typeof i18.MyProfilePage, typeof i19.LanguagePage, typeof i20.LandingComponent, typeof i21.Landing2Component, typeof i22.MsgComponent, typeof i23.CardComponent, typeof i24.LoginComponent, typeof i25.UserSearchComponent, typeof i26.MenuComponent, typeof i27.DisclosureComponent, typeof i28.IdleDetectorComponent, typeof i29.AutofocusDirective, typeof i30.CorrespondenceDownloadComponent, typeof i31.ErrorComponent, typeof i32.HelpComponent, typeof i33.FavMenuComponent, typeof i34.NewsComponent, typeof i35.InfoComponent, typeof i36.CaptchaComponent, typeof i37.MfaComponent, typeof i38.UserLoginComponent, typeof i39.FileUploaderComponent, typeof i40.DynamicFormPanelComponent, typeof i41.DynamicFormQuestionComponent, typeof i42.DynamicFormComponent, typeof i43.RenderQuestionnairePage, typeof i44.FormBuilderPage, typeof i45.InputFocus, typeof i46.CommonSuccessPage, typeof i47.AccountSuccessPage, typeof i48.OverlayInfoComponent, typeof i49.EmployerGridComponent, typeof i50.LegalDisclaimarComponent, typeof i51.MoneyExpectComponent, typeof i52.SearchEmployerComponent, typeof i53.AddEmployerComponent, typeof i54.AddressComponent, typeof i55.MultiQuestionnaireComponent, typeof i56.BankDetailsComponent, typeof i57.ProfileComponent, typeof i58.EmailUpdateComponent, typeof i59.MfaPopupComponent, typeof i60.MaintenanceDetectorComponent, typeof i61.Mfa2Component, typeof i62.SecurityQuestionComponent, typeof i63.LexisNexisComponent, typeof i64.RequiredRolesDirective, typeof i65.JobSearchResultPageComponent, typeof i66.MaskEmailPipe, typeof i67.ProperCasePipe, typeof i68.DependentGridComponent, typeof i69.WeeklyCertEmployerComponentQe, typeof i70.WeeklyCertEmployerGridComponent, typeof i71.DynamicTranslatePipe, typeof i72.TrustHtmlPipe, typeof i73.AddParticipantComponent, typeof i74.ProfileRedirectComponent, typeof i75.Dropdown, typeof i75.DropdownItem, typeof i76.DashboardCardComponent, typeof i77.ChangePasswordPage, typeof i78.RequalifyLiftPreviousIssuesComponent, typeof i79.ContactUsComponent, typeof i80.ReadMoreComponent, typeof i81.FileDownloadComponent, typeof i82.SsnReverifyComponent, typeof i83.AddPaymentComponent, typeof i84.LinkComponent, typeof i85.SignSsnComponent, typeof i86.JobTitleComponent], [typeof i87.IonicModule, typeof i88.CommonModule, typeof i89.JoyrideModule, typeof i90.LoadingBarHttpClientModule, typeof i91.InplaceModule, typeof i92.TooltipModule, typeof i93.LoadingBarRouterModule, typeof i94.LoadingBarModule, typeof i95.NgxSpinnerModule, typeof i96.IonicStorageModule, typeof i97.MessagesModule, typeof i98.MessageModule, typeof i99.MatProgressBarModule, typeof i100.TranslateModule, typeof i101.MatFormFieldModule, typeof i102.NgxMatSelectSearchModule, typeof i103.MatSelectModule, typeof i104.TabViewModule, typeof i105.MatExpansionModule, typeof i106.ReactiveFormsModule, typeof i106.FormsModule, typeof i107.AutoCompleteModule, typeof i108.MatIconModule, typeof i109.DialogModule, typeof i110.CarouselModule, typeof i111.MatInputModule, typeof i112.MatStepperModule, typeof i113.ToastModule, typeof i114.TableModule, typeof i115.AccordionModule, typeof i116.CardModule, typeof i117.BadgeModule, typeof i118.PasswordModule, typeof i119.InputTextModule, typeof i120.InputMaskModule, typeof i121.DividerModule, typeof i122.CalendarModule, typeof i123.RadioButtonModule, typeof i124.CheckboxModule, typeof i125.StepsModule, typeof i126.SelectButtonModule, typeof i127.FileUploadModule, typeof i128.MatButtonModule, typeof i129.OverlayPanelModule, typeof i130.InputNumberModule, typeof i131.InputTextareaModule, typeof i132.FontAwesomeModule, typeof i133.PanelModule, typeof i134.BlockUIModule, typeof i135.MenuModule, typeof i136.DropdownModule, typeof i137.OverlayModule, typeof i138.SharedModule, typeof i92.TooltipModule, typeof i139.RippleModule, typeof i140.ScrollerModule, typeof i141.AutoFocusModule, typeof i142.SidebarModule, typeof i143.ChevronDownIcon, typeof i144.SearchIcon, typeof i145.TimesIcon], [typeof i1.NgxReusaAppLibComponent, typeof i2.SsnComponent, typeof i3.MaskComponent, typeof i4.FooterComponent, typeof i5.TestComponent, typeof i9.PageComponent, typeof i7.AccessibilityPolicyPage, typeof i10.NotFoundPage, typeof i11.CapsLockDirective, typeof i12.UnauthorizedPage, typeof i13.ContentComponent, typeof i15.HeaderComponent, typeof i16.SelectComponent, typeof i73.AddParticipantComponent, typeof i21.Landing2Component, typeof i22.MsgComponent, typeof i23.CardComponent, typeof i24.LoginComponent, typeof i25.UserSearchComponent, typeof i26.MenuComponent, typeof i27.DisclosureComponent, typeof i28.IdleDetectorComponent, typeof i29.AutofocusDirective, typeof i30.CorrespondenceDownloadComponent, typeof i31.ErrorComponent, typeof i32.HelpComponent, typeof i33.FavMenuComponent, typeof i34.NewsComponent, typeof i35.InfoComponent, typeof i36.CaptchaComponent, typeof i37.MfaComponent, typeof i61.Mfa2Component, typeof i62.SecurityQuestionComponent, typeof i63.LexisNexisComponent, typeof i38.UserLoginComponent, typeof i39.FileUploaderComponent, typeof i40.DynamicFormPanelComponent, typeof i41.DynamicFormQuestionComponent, typeof i42.DynamicFormComponent, typeof i43.RenderQuestionnairePage, typeof i44.FormBuilderPage, typeof i45.InputFocus, typeof i46.CommonSuccessPage, typeof i47.AccountSuccessPage, typeof i48.OverlayInfoComponent, typeof i49.EmployerGridComponent, typeof i50.LegalDisclaimarComponent, typeof i51.MoneyExpectComponent, typeof i52.SearchEmployerComponent, typeof i53.AddEmployerComponent, typeof i54.AddressComponent, typeof i55.MultiQuestionnaireComponent, typeof i17.MyNotificationsPage, typeof i18.MyProfilePage, typeof i56.BankDetailsComponent, typeof i58.EmailUpdateComponent, typeof i59.MfaPopupComponent, typeof i60.MaintenanceDetectorComponent, typeof i64.RequiredRolesDirective, typeof i65.JobSearchResultPageComponent, typeof i66.MaskEmailPipe, typeof i68.DependentGridComponent, typeof i69.WeeklyCertEmployerComponentQe, typeof i70.WeeklyCertEmployerGridComponent, typeof i71.DynamicTranslatePipe, typeof i73.AddParticipantComponent, typeof i137.OverlayModule, typeof i138.SharedModule, typeof i140.ScrollerModule, typeof i76.DashboardCardComponent, typeof i77.ChangePasswordPage, typeof i78.RequalifyLiftPreviousIssuesComponent, typeof i75.Dropdown, typeof i75.DropdownItem, typeof i79.ContactUsComponent, typeof i142.SidebarModule, typeof i80.ReadMoreComponent, typeof i81.FileDownloadComponent, typeof i83.AddPaymentComponent, typeof i67.ProperCasePipe, typeof i72.TrustHtmlPipe, typeof i84.LinkComponent, typeof i85.SignSsnComponent, typeof i86.JobTitleComponent]>;
|
|
162
153
|
static ɵinj: i0.ɵɵInjectorDeclaration<NgxReusaAppLibModule>;
|
|
163
154
|
}
|
|
164
155
|
//# sourceMappingURL=ngx-reusa-app-lib.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ngx-reusa-app-lib.module.d.ts","sourceRoot":"","sources":["../../../projects/ngx-reusa-app-lib/src/lib/ngx-reusa-app-lib.module.ts"],"names":[],"mappings":"AAmCA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,OAAO,EAAE,wBAAwB,EAAE,MAAM,iCAAiC,CAAC
|
|
1
|
+
{"version":3,"file":"ngx-reusa-app-lib.module.d.ts","sourceRoot":"","sources":["../../../projects/ngx-reusa-app-lib/src/lib/ngx-reusa-app-lib.module.ts"],"names":[],"mappings":"AAmCA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,OAAO,EAAE,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkH3E,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,UAAU,4BAMrD;AAED,qBA6Fa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAI"}
|
package/lib/pages/BasePage.d.ts
CHANGED
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
import { UntypedFormControl, FormGroupDirective, NgForm, ValidatorFn } from '@angular/forms';
|
|
2
2
|
import { ErrorStateMatcher } from '@angular/material/core';
|
|
3
3
|
import { SortEvent } from 'primeng/api';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
/** Error when invalid control is dirty, touched, or submitted. */
|
|
5
6
|
export declare class CustomErrorStateMatcher implements ErrorStateMatcher {
|
|
6
7
|
isErrorState(control: UntypedFormControl | null, form: FormGroupDirective | NgForm | null): boolean;
|
|
7
8
|
}
|
|
8
|
-
export declare class BasePage {
|
|
9
|
+
export declare abstract class BasePage {
|
|
10
|
+
constructor();
|
|
11
|
+
static primeNGFixes(): void;
|
|
9
12
|
newPasswordPolicyValidators: ValidatorFn[];
|
|
10
13
|
oldPasswordPolicyValidators: ValidatorFn[];
|
|
11
14
|
matcher: CustomErrorStateMatcher;
|
|
12
15
|
loading: boolean;
|
|
13
16
|
spinning: boolean;
|
|
14
17
|
isNewPasswordPolicyEnabled: boolean;
|
|
15
|
-
isNewPasswordPolicyEnabledForClaimant: boolean;
|
|
16
|
-
isNewPasswordPolicyEnabledForEmployer: boolean;
|
|
17
18
|
isSameSymbolPolicyForClaimantAndAgency: boolean;
|
|
18
19
|
showLoader(): void;
|
|
19
20
|
hideLoader(): void;
|
|
@@ -25,5 +26,7 @@ export declare class BasePage {
|
|
|
25
26
|
isCT(): boolean;
|
|
26
27
|
isOK(): boolean;
|
|
27
28
|
sortColumnsByEvent(event: SortEvent): void;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BasePage, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BasePage, "ng-component", never, {}, {}, never, never, false, never>;
|
|
28
31
|
}
|
|
29
32
|
//# sourceMappingURL=BasePage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BasePage.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/pages/BasePage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,EAAE,WAAW,EAAc,MAAM,gBAAgB,CAAC;AACzG,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC
|
|
1
|
+
{"version":3,"file":"BasePage.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/pages/BasePage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,EAAE,WAAW,EAAc,MAAM,gBAAgB,CAAC;AACzG,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;;AAGxC,kEAAkE;AAClE,qBAAa,uBAAwB,YAAW,iBAAiB;IAC7D,YAAY,CAAC,OAAO,EAAE,kBAAkB,GAAG,IAAI,EAAE,IAAI,EAAE,kBAAkB,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO;CAItG;AACD,8BACsB,QAAQ;;IAO1B,MAAM,CAAC,YAAY,IAAI,IAAI;IAS3B,2BAA2B,EAAG,WAAW,EAAE,CAGzC;IAEF,2BAA2B,EAAG,WAAW,EAAE,CAGzC;IAEK,OAAO,0BAAiC;IAExC,OAAO,UAAS;IAEhB,QAAQ,UAAS;IAEjB,0BAA0B,UAAqD;IAElF,sCAAsC,UAAiE;IAE3G,UAAU;IAIV,UAAU;IAIV,WAAW;IAIX,WAAW;IAIX,IAAI;IAIJ,IAAI;IAIJ,IAAI;IAIJ,IAAI;IAIJ,IAAI;IAIJ,kBAAkB,CAAC,KAAK,EAAE,SAAS;yCAxEjB,QAAQ;2CAAR,QAAQ;CAgG7B"}
|
|
@@ -26,9 +26,6 @@ export declare class ChangePasswordPage extends BasePage implements OnInit {
|
|
|
26
26
|
hideOldPassword: boolean;
|
|
27
27
|
user: UserModel;
|
|
28
28
|
showChangePassword: string;
|
|
29
|
-
isCSR: boolean;
|
|
30
|
-
isClaimant: boolean;
|
|
31
|
-
useNewPasswordPolicy: boolean;
|
|
32
29
|
constructor(fb: UntypedFormBuilder, loginService: LoginService, util: UtilService, nav: NavController, route: ActivatedRoute, platform: Platform);
|
|
33
30
|
ngOnInit(): void;
|
|
34
31
|
initializeChangePwdForm(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"change-password.page.d.ts","sourceRoot":"","sources":["../../../../../../projects/ngx-reusa-app-lib/src/lib/pages/common/change-password/change-password.page.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAc,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC/F,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAGzD,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;;AAGlE,qBAKa,kBAAmB,SAAQ,QAAS,YAAW,MAAM;
|
|
1
|
+
{"version":3,"file":"change-password.page.d.ts","sourceRoot":"","sources":["../../../../../../projects/ngx-reusa-app-lib/src/lib/pages/common/change-password/change-password.page.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAc,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC/F,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAGzD,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;;AAGlE,qBAKa,kBAAmB,SAAQ,QAAS,YAAW,MAAM;IAwC7C,EAAE,EAAG,kBAAkB;IAAS,YAAY,EAAG,YAAY;IAC3D,IAAI,EAAG,WAAW;IAAE,OAAO,CAAC,GAAG;IAAiB,OAAO,CAAC,KAAK;IACpE,OAAO,CAAC,QAAQ;IAxCrB,MAAM,UAAS;IAEtB,gBAAgB,EAAG,WAAW,EAAE,CAII;IAEpC,qBAAqB,EAAG,WAAW,EAAE,CAEC;IAEtC,4BAA4B,EAAG,WAAW,EAAE,CAGI;IAEhD,0BAA0B,EAAG,WAAW,EAAE,CAEA;IAE1C,iCAAiC,EAAG,WAAW,EAAE,CAGC;IAE3C,aAAa,EAAG,gBAAgB,CAAC;IAEjC,YAAY,UAAQ;IAEpB,mBAAmB,UAAQ;IAE3B,eAAe,UAAQ;IAEvB,IAAI,EAAG,SAAS,CAAC;IAEjB,kBAAkB,SAAW;gBAEjB,EAAE,EAAG,kBAAkB,EAAS,YAAY,EAAG,YAAY,EAC3D,IAAI,EAAG,WAAW,EAAU,GAAG,EAAE,aAAa,EAAU,KAAK,EAAE,cAAc,EAC5E,QAAQ,EAAE,QAAQ;IAItC,QAAQ;IAMR,uBAAuB;IAmBvB,OAAO,CAAC,qBAAqB;IA4B7B,IAAI,WAAW,uDAEd;IAED,IAAI,QAAQ,uDAEX;IAED,IAAI,eAAe,uDAElB;IAED,IAAI;IAyBJ,QAAQ;yCAxIG,kBAAkB;2CAAlB,kBAAkB;CAkK9B"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { BaseService } from '../base-service';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ClaimantUspsRedirectService extends BaseService {
|
|
6
|
+
private http;
|
|
7
|
+
constructor(http: HttpClient);
|
|
8
|
+
setServiceContext(): void;
|
|
9
|
+
setServiceHost(): void;
|
|
10
|
+
setServicePort(): void;
|
|
11
|
+
setServiceProtocol(): void;
|
|
12
|
+
generateURLForUSPS(): Observable<string>;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClaimantUspsRedirectService, never>;
|
|
14
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ClaimantUspsRedirectService>;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=claimant-usps-redirect.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"claimant-usps-redirect.service.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/services/claimant-service/claimant-usps-redirect.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAe,MAAM,sBAAsB,CAAC;AAE/D,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;;AAGlC,qBAGa,2BAA4B,SAAQ,WAAW;IAEhD,OAAO,CAAC,IAAI;gBAAJ,IAAI,EAAE,UAAU;IAEpC,iBAAiB;IAIjB,cAAc;IAId,cAAc;IAId,kBAAkB;IAKlB,kBAAkB,IAAI,UAAU,CAAC,MAAM,CAAC;yCArB3B,2BAA2B;6CAA3B,2BAA2B;CAyBvC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { JobResultsData } from '../../models/claimant/JobResultsData';
|
|
3
3
|
import { BaseService } from '../base-service';
|
|
4
|
+
import { SecurityQuestionModel } from '../../models/SecurityQuestionModel';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class ClaimantService extends BaseService {
|
|
6
7
|
http: HttpClient;
|
|
@@ -14,6 +15,10 @@ export declare class ClaimantService extends BaseService {
|
|
|
14
15
|
resendVerificationEmail(claimIdentifier: string): import("rxjs").Observable<unknown>;
|
|
15
16
|
updateEmail(emailId: string, claimIdentifier: string): import("rxjs").Observable<unknown>;
|
|
16
17
|
getJobResults(): import("rxjs").Observable<JobResultsData>;
|
|
18
|
+
checkIfUserAlreadyExist(ssn: string): import("rxjs").Observable<unknown>;
|
|
19
|
+
getUserDetailsForLoggedInUser(): import("rxjs").Observable<unknown>;
|
|
20
|
+
getAllSecurityQuestion(): import("rxjs").Observable<SecurityQuestionModel[]>;
|
|
21
|
+
lockClaimantAccount(ssn: string): import("rxjs").Observable<unknown>;
|
|
17
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClaimantService, never>;
|
|
18
23
|
static ɵprov: i0.ɵɵInjectableDeclaration<ClaimantService>;
|
|
19
24
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"claimant.service.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/services/claimant-service/claimant.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AAEtE,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;;
|
|
1
|
+
{"version":3,"file":"claimant.service.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/services/claimant-service/claimant.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AAEtE,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;;AAI3E,qBAGe,eAAgB,SAAQ,WAAW;IAE3B,IAAI,EAAG,UAAU;gBAAjB,IAAI,EAAG,UAAU;IAIpC,iBAAiB;IAGjB,cAAc;IAGd,kBAAkB;IAGlB,cAAc;IAId,aAAa,CAAC,eAAe,EAAC,MAAM,EAAC,SAAS,EAAC,MAAM;IAIrD,sBAAsB,CAAC,eAAe,EAAC,MAAM,EAAC,SAAS,EAAC,MAAM;IAI9D,uBAAuB,CAAC,eAAe,EAAC,MAAM;IAI9C,WAAW,CAAC,OAAO,EAAC,MAAM,EAAC,eAAe,EAAC,MAAM;IAIjD,aAAa;IAIb,uBAAuB,CAAC,GAAG,EAAC,MAAM;IAIlC,6BAA6B;IAI7B,sBAAsB;IAItB,mBAAmB,CAAC,GAAG,EAAC,MAAM;yCAnDnB,eAAe;6CAAf,eAAe;CAsD3B"}
|
|
@@ -7,21 +7,14 @@ import { ClaimAppEmpResponseModel } from '../../models/questionnaire/ClaimAppEmp
|
|
|
7
7
|
import { ClaimAppEmpRequestModel } from '../../models/questionnaire/ClaimAppEmpRequestModel';
|
|
8
8
|
import { RequalifyLiftPageModel } from '../../models/RequalifyLiftPageModel';
|
|
9
9
|
import { SsaVerificationModel } from '../../models/SsaVerificationModel';
|
|
10
|
-
import {
|
|
11
|
-
import { DuaRetroWeeksComponentModel } from '../../models/DuaRetroWeeksComponentModel';
|
|
12
|
-
import { ReasonSeparationRequestModel } from '../../models/ReasonSeparationRequestModel';
|
|
13
|
-
import { CountyModel } from '../../models/CountyModel';
|
|
14
|
-
import { DuaRequestModel } from '../../models/DuaRequestModel';
|
|
10
|
+
import { AutocoderModel } from '../../models/questionnaire/AutocoderModel';
|
|
15
11
|
import * as i0 from "@angular/core";
|
|
16
12
|
export declare class ClaimService extends BaseService {
|
|
17
13
|
http: HttpClient;
|
|
18
14
|
private reasonSeparation;
|
|
19
|
-
private filteredReasonSeparation;
|
|
20
15
|
private dischargeReasons;
|
|
21
16
|
private quitReasons;
|
|
22
17
|
private actionsList;
|
|
23
|
-
private disastersList;
|
|
24
|
-
private countyList;
|
|
25
18
|
constructor(http: HttpClient);
|
|
26
19
|
setServiceContext(): void;
|
|
27
20
|
setServicePort(): void;
|
|
@@ -29,32 +22,20 @@ export declare class ClaimService extends BaseService {
|
|
|
29
22
|
setServiceHost(): void;
|
|
30
23
|
getReasonSeparation(): BehaviorSubject<ChoicesModel[]>;
|
|
31
24
|
loadReasonSeparation(): void;
|
|
32
|
-
clearFilteredReasonSeparation(): void;
|
|
33
|
-
getFilteredReasonSeparation(): BehaviorSubject<ChoicesModel[]>;
|
|
34
|
-
loadFilteredReasonSeparation(model: ReasonSeparationRequestModel): void;
|
|
35
25
|
getDischargeReasons(): BehaviorSubject<ChoicesModel[]>;
|
|
36
26
|
loadDischargeReasons(): void;
|
|
37
27
|
getQuitReasons(): BehaviorSubject<ChoicesModel[]>;
|
|
38
28
|
loadQuitReasons(): void;
|
|
39
29
|
loadMasterData(): void;
|
|
40
30
|
loadBasePeriodWages(clmEmpRequestModel: ClaimAppEmpRequestModel): import("rxjs").Observable<ClaimAppEmpResponseModel>;
|
|
41
|
-
getAllowSepPreviousIssuesForSSN(): import("rxjs").Observable<RequalifyLiftPageModel>;
|
|
42
|
-
getRequalifyLiftIssuesForSSN(): import("rxjs").Observable<RequalifyLiftPageModel>;
|
|
31
|
+
getAllowSepPreviousIssuesForSSN(ssnInput: string): import("rxjs").Observable<RequalifyLiftPageModel>;
|
|
32
|
+
getRequalifyLiftIssuesForSSN(ssnInput: string): import("rxjs").Observable<RequalifyLiftPageModel>;
|
|
43
33
|
getRequalifyCriteriaEnum(): void;
|
|
44
|
-
getUI512AResponses(): import("rxjs").Observable<RequalifyLiftPageModel>;
|
|
34
|
+
getUI512AResponses(ssnInput: string): import("rxjs").Observable<RequalifyLiftPageModel>;
|
|
45
35
|
fetchSSAStatusForClaimApplication(claimIdentifier: string): import("rxjs").Observable<SsaVerificationModel>;
|
|
46
36
|
reVerifySSAStatusForClaimApplication(data: SsaVerificationModel, claimIdentifier: string): import("rxjs").Observable<SsaVerificationModel>;
|
|
37
|
+
getJobTileOrPosition(query: string): import("rxjs").Observable<AutocoderModel>;
|
|
47
38
|
getActionsList(): BehaviorSubject<KeyValueModel[]>;
|
|
48
|
-
getPhoneNumbersForOtpByUuid(uuid: string): import("rxjs").Observable<LexisNexisOtpDetailsResponseModel>;
|
|
49
|
-
fetchRetroWeeks(): import("rxjs").Observable<DuaRetroWeeksComponentModel>;
|
|
50
|
-
fetchListOfDisaters(): import("rxjs").Observable<any>;
|
|
51
|
-
getDisastersList(): BehaviorSubject<ChoicesModel[]>;
|
|
52
|
-
loadDisastersList(): void;
|
|
53
|
-
getCountyList(): BehaviorSubject<CountyModel[]>;
|
|
54
|
-
loadCountyList(): void;
|
|
55
|
-
loadDisasterData(): void;
|
|
56
|
-
createAndInitiateDuaRequest(model: DuaRequestModel): import("rxjs").Observable<DuaRequestModel[]>;
|
|
57
|
-
saveDiasterImpactOnExistingClaimApp(model: DuaRequestModel): import("rxjs").Observable<DuaRequestModel[]>;
|
|
58
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClaimService, never>;
|
|
59
40
|
static ɵprov: i0.ɵɵInjectableDeclaration<ClaimService>;
|
|
60
41
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"claims.service.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/services/claims/claims.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAc,MAAM,sBAAsB,CAAC;AAG9D,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACzE,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,MAAM,CAAC;AACvC,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,wBAAwB,EAAE,MAAM,qDAAqD,CAAC;AAC/F,OAAO,EAAE,uBAAuB,EAAE,MAAM,oDAAoD,CAAC;AAC7F,OAAO,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,
|
|
1
|
+
{"version":3,"file":"claims.service.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/services/claims/claims.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAc,MAAM,sBAAsB,CAAC;AAG9D,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACzE,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,MAAM,CAAC;AACvC,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,wBAAwB,EAAE,MAAM,qDAAqD,CAAC;AAC/F,OAAO,EAAE,uBAAuB,EAAE,MAAM,oDAAoD,CAAC;AAC7F,OAAO,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAC,cAAc,EAAC,MAAM,2CAA2C,CAAC;;AAEzE,qBAGe,YAAa,SAAQ,WAAW;IAOxB,IAAI,EAAG,UAAU;IALpC,OAAO,CAAC,gBAAgB,CAA6D;IACrF,OAAO,CAAC,gBAAgB,CAA6D;IACrF,OAAO,CAAC,WAAW,CAA6D;IAChF,OAAO,CAAC,WAAW,CAA8D;gBAE9D,IAAI,EAAG,UAAU;IAIpC,iBAAiB;IAGjB,cAAc;IAGd,kBAAkB;IAGlB,cAAc;IAId,mBAAmB;IAInB,oBAAoB;IAMpB,mBAAmB;IAInB,oBAAoB;IAOpB,cAAc;IAId,eAAe;IAOf,cAAc;IAMd,mBAAmB,CAAC,kBAAkB,EAAE,uBAAuB;IAI/D,+BAA+B,CAAC,QAAQ,EAAE,MAAM;IAKhD,4BAA4B,CAAC,QAAQ,EAAG,MAAM;IAK9C,wBAAwB;IAOxB,kBAAkB,CAAC,QAAQ,EAAG,MAAM;IAKpC,iCAAiC,CAAC,eAAe,EAAG,MAAM;IAI1D,oCAAoC,CAAC,IAAI,EAAG,oBAAoB,EAAE,eAAe,EAAG,MAAM;IAI1F,oBAAoB,CAAC,KAAK,EAAE,MAAM;IAIlC,cAAc;yCApGH,YAAY;6CAAZ,YAAY;CAwGxB"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { BaseService } from '../base-service';
|
|
3
|
+
import { LexisNexisResponseModel } from '../../models/LexisNexisResponseModel';
|
|
4
|
+
import { LexisNexisAuthSelectionRequestModel } from '../../models/LexisNexisAuthSelectionRequestModel';
|
|
5
|
+
import { LexisNexisAuthSelectionResponseModel } from '../../models/LexisNexisAuthSelectionResponseModel';
|
|
6
|
+
import { Observable } from 'rxjs';
|
|
7
|
+
import { LexisNexisAccountCreationModel } from '../../models/LexisNexisAccountCreationModel';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class LexisNexisService extends BaseService {
|
|
10
|
+
http: HttpClient;
|
|
11
|
+
constructor(http: HttpClient);
|
|
12
|
+
setServiceContext(): void;
|
|
13
|
+
setServicePort(): void;
|
|
14
|
+
setServiceProtocol(): void;
|
|
15
|
+
setServiceHost(): void;
|
|
16
|
+
isLexisNexisIdProofingEnabled(ssn: string): Observable<Boolean>;
|
|
17
|
+
getLnQueryApiResponse(): Observable<LexisNexisResponseModel>;
|
|
18
|
+
getLnQueryApiPIResponse(accountCreationData: LexisNexisAccountCreationModel): Observable<LexisNexisResponseModel>;
|
|
19
|
+
lnAuthenticationQA(authSelection: LexisNexisAuthSelectionRequestModel): Observable<LexisNexisAuthSelectionResponseModel>;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LexisNexisService, never>;
|
|
21
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<LexisNexisService>;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=lexis.nexis.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lexis.nexis.service.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/services/lexis-nexis/lexis.nexis.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAc,MAAM,sBAAsB,CAAC;AAG9D,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,uBAAuB,EAAE,MAAM,sCAAsC,CAAC;AAC/E,OAAO,EAAE,mCAAmC,EAAE,MAAM,kDAAkD,CAAC;AACvG,OAAO,EAAE,oCAAoC,EAAE,MAAM,mDAAmD,CAAC;AACzG,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,8BAA8B,EAAE,MAAM,6CAA6C,CAAC;;AAE7F,qBAGa,iBAAkB,SAAQ,WAAW;IAC7B,IAAI,EAAE,UAAU;gBAAhB,IAAI,EAAE,UAAU;IAInC,iBAAiB;IAGjB,cAAc;IAGd,kBAAkB;IAGlB,cAAc;IAId,6BAA6B,CAAC,GAAG,EAAE,MAAM;IAIzC,qBAAqB,IAAK,UAAU,CAAC,uBAAuB,CAAC;IAS7D,uBAAuB,CAAC,mBAAmB,EAAE,8BAA8B,GAAI,UAAU,CAAC,uBAAuB,CAAC;IAIlH,kBAAkB,CAAC,aAAa,EAAE,mCAAmC,GAAI,UAAU,CAAC,oCAAoC,CAAC;yCAnC9G,iBAAiB;6CAAjB,iBAAiB;CAsC7B"}
|
|
@@ -28,6 +28,9 @@ export declare class LoginService {
|
|
|
28
28
|
constructor(util: UtilService, storage: Storage, claimantContextService: ClaimantContextService);
|
|
29
29
|
getUserPersonalDetails(): Observable<UserDetailsModel>;
|
|
30
30
|
generateOtp(userId: string, type: string): Observable<unknown>;
|
|
31
|
+
generateOtpForNewUserCreation(phone: string, type: string): Observable<unknown>;
|
|
32
|
+
generateOtpForLoggedInUser(): Observable<unknown>;
|
|
33
|
+
verifyOtpForPhoneNumber(code: string, phone: string, isReturningUser: boolean, ssn: String): Observable<boolean>;
|
|
31
34
|
login(auth: OtpAuthModel): Observable<UserModel>;
|
|
32
35
|
loginAndCheckForMFA(auth: OtpAuthModel): Observable<UserModel>;
|
|
33
36
|
refreshToken(refreshToken: any): Promise<UserModel>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"login.service.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/services/login/login.service.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"login.service.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/services/login/login.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAEnD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,sBAAsB,EAAE,MAAM,0DAA0D,CAAC;;AAElG,qBAGa,YAAY;IAmGJ,IAAI,EAAG,WAAW;IAAE,OAAO,CAAC,OAAO;IAAW,OAAO,CAAC,sBAAsB;IAjG/F,OAAO,KAAM;IAEb,OAAO,CAAC,MAAM,CAA0D;IACxE,OAAO,CAAC,cAAc,CAA4D;IAClF,OAAO,CAAC,MAAM,CAA2D;IAEzE,OAAO,CAAC,IAAI,CAAa;IAEzB,OAAO,CAAC,QAAQ,CAAU;IAE1B,WAAW,CAAC,QAAQ,EAAG,MAAM;IAI7B,WAAW;IAIX,OAAO,IAAK,SAAS;IAIrB,SAAS,IAAK,eAAe,CAAC,SAAS,CAAC;IAIxC,SAAS,IAAK,eAAe,CAAC,QAAQ,EAAE,CAAC;IAInC,OAAO,CAAC,GAAG,EAAG,SAAS;IA2D7B,WAAW;IAIX,wBAAwB;gBAIL,IAAI,EAAG,WAAW,EAAU,OAAO,EAAE,OAAO,EAAU,sBAAsB,EAAG,sBAAsB;IAIxH,sBAAsB,IAAK,UAAU,CAAC,gBAAgB,CAAC;IAIvD,WAAW,CAAC,MAAM,EAAG,MAAM,EAAE,IAAI,EAAG,MAAM;IAI1C,6BAA6B,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM;IAIzD,0BAA0B;IAI1B,uBAAuB,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,eAAe,EAAE,OAAO,EAAE,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,OAAO,CAAC;IAKhH,KAAK,CAAC,IAAI,EAAG,YAAY;IAczB,mBAAmB,CAAC,IAAI,EAAG,YAAY;IAkBjC,YAAY,CAAC,YAAY,KAAA;IAezB,YAAY;IASZ,oBAAoB;IAK1B,uBAAuB,CAAC,QAAQ,EAAG,MAAM;IAIzC,MAAM,CAAC,SAAS,EAAG,SAAS;IAI5B,qBAAqB,CAAC,OAAO,EAAG,gBAAgB;IAIhD,KAAK;IAYL,aAAa;IAMb,YAAY,CAAC,UAAU,KAAA;IAKvB,YAAY,CAAC,UAAU,KAAA,EAAE,KAAK,KAAA,EAAE,UAAU,KAAA;IAK1C,MAAM;IAiBN,UAAU;IAIV,aAAa;IAIb,aAAa,CAAC,IAAI,EAAG,SAAS;IAI9B,cAAc,CAAC,WAAW,KAAA,EAAE,WAAW,KAAA,EAAE,eAAe,KAAA;IAKxD,sBAAsB,CAAC,MAAM,EAAG,MAAM;IAItC,wBAAwB,CAAC,MAAM,EAAG,MAAM;IAIxC,OAAO,CAAC,QAAQ,EAAG,MAAM,GAAI,OAAO;IAIpC,WAAW,CAAC,YAAY,EAAG,MAAM,GAAI,OAAO;IAI5C,QAAQ,CAAC,GAAG,KAAK,EAAG,MAAM,EAAE;IAW5B,YAAY,CAAC,GAAG,SAAS,EAAG,MAAM,EAAE;IAWpC,UAAU,CAAC,KAAK,EAAG,MAAM,EAAE;IAW3B,cAAc,CAAC,SAAS,EAAG,MAAM,EAAE;IAWnC,KAAK;IAIL,UAAU;IAIV,KAAK;IAIL,UAAU;IAIV,gBAAgB,IAAK,OAAO;IAI5B,YAAY;IAIZ,OAAO,CAAC,MAAM,EAAG,MAAM;IAIvB,SAAS,CAAC,MAAM,EAAG,MAAM;IAIzB,gBAAgB;IAIhB,eAAe;IAIf,WAAW,CAAC,IAAI,EAAG,MAAM;IAIzB,UAAU;IAIV,wBAAwB,CAAC,KAAK,EAAG,MAAM;IAIvC,cAAc,CAAC,IAAI,EAAG,MAAM;IAI5B,oBAAoB,CAAC,GAAG,EAAG,MAAM;IAIjC,iBAAiB;IAIjB,iCAAiC,CAAC,MAAM,EAAG,MAAM;yCA/XtC,YAAY;6CAAZ,YAAY;CAoYxB"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { BaseService } from '../base-service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class OvpService extends BaseService {
|
|
5
|
+
http: HttpClient;
|
|
6
|
+
constructor(http: HttpClient);
|
|
7
|
+
setServiceContext(): void;
|
|
8
|
+
setServicePort(): void;
|
|
9
|
+
setServiceProtocol(): void;
|
|
10
|
+
setServiceHost(): void;
|
|
11
|
+
triggerOverpaymentEvent(): import("rxjs").Observable<any>;
|
|
12
|
+
triggerOverpaymentEventHistory(): import("rxjs").Observable<any>;
|
|
13
|
+
triggerRepaymentEvent(ssnInput: string): Promise<any>;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OvpService, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<OvpService>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=ovp.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ovp.service.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/services/ovp/ovp.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAGlD,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;;AAE9C,qBAGa,UAAW,SAAQ,WAAW;IAEtB,IAAI,EAAG,UAAU;gBAAjB,IAAI,EAAG,UAAU;IAIpC,iBAAiB;IAGjB,cAAc;IAGd,kBAAkB;IAGlB,cAAc;IAId,uBAAuB;IAGvB,8BAA8B;IAI9B,qBAAqB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;yCA1B1C,UAAU;6CAAV,UAAU;CAgCtB"}
|
|
@@ -26,7 +26,6 @@ export declare class QuestionnaireService extends BaseService {
|
|
|
26
26
|
getFlowData(key: string): import("rxjs").Observable<FBConfigModel>;
|
|
27
27
|
getCounty(stateValue: string, zipcode: string): import("rxjs").Observable<unknown>;
|
|
28
28
|
savePaymentDetails(paymentComponentData: PaymentComponentModel[], potentialIssueId: number): import("rxjs").Observable<unknown>;
|
|
29
|
-
getPaymentDetails(potentialIssueId: number): import("rxjs").Observable<unknown>;
|
|
30
29
|
setServiceContext(): void;
|
|
31
30
|
setServicePort(): void;
|
|
32
31
|
setServiceProtocol(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"questionnaire.service.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/services/questionnaire/questionnaire.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,MAAM,CAAC;AACvC,OAAO,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AACnF,OAAO,EAAE,uBAAuB,EAAE,MAAM,oDAAoD,CAAC;AAC7F,OAAO,EAAE,sBAAsB,EAAE,MAAM,mDAAmD,CAAC;AAC3F,OAAO,EAAE,wBAAwB,EAAE,MAAM,qDAAqD,CAAC;AAC/F,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACzE,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAEzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;;AAE3E,qBAGa,oBAAqB,SAAQ,WAAW;IAQvC,OAAO,CAAC,IAAI;IAAc,OAAO,CAAC,MAAM;IAN7C,cAAc,EAAG,eAAe,CAAC,kBAAkB,CAAC,CAAiD;IACrG,IAAI,EAAC,eAAe,CAAC,MAAM,CAAC,CAAqC;IACjE,iBAAiB,EAAC,eAAe,CAAC,MAAM,CAAC,CAAqC;IAC9E,mBAAmB,EAAC,eAAe,CAAC,MAAM,CAAC,CAAqC;IAChF,UAAU,EAAC,eAAe,CAAC,MAAM,CAAC,CAAqC;gBAE1D,IAAI,EAAE,UAAU,EAAU,MAAM,EAAE,aAAa;IAEnE,gBAAgB,CAAC,uBAAuB,EAAE,uBAAuB;IAIjE,kBAAkB,CAAC,uBAAuB,EAAE,uBAAuB;IAKnE,SAAS,CAAC,UAAU,EAAC,MAAM,EAAC,SAAS,EAAC,MAAM;IAI5C,iBAAiB,CAAC,iBAAiB,EAAE,sBAAsB;IAK3D,uBAAuB,CAAC,iBAAiB,EAAE,sBAAsB;IAIjE,WAAW,CAAC,GAAG,EAAC,MAAM;IAItB,SAAS,CAAC,UAAU,EAAC,MAAM,EAAE,OAAO,EAAE,MAAM;IAQ5C,kBAAkB,CAAC,oBAAoB,EAAE,qBAAqB,EAAE,EAAE,gBAAgB,EAAE,MAAM;IAI1F,iBAAiB
|
|
1
|
+
{"version":3,"file":"questionnaire.service.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/services/questionnaire/questionnaire.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,MAAM,CAAC;AACvC,OAAO,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AACnF,OAAO,EAAE,uBAAuB,EAAE,MAAM,oDAAoD,CAAC;AAC7F,OAAO,EAAE,sBAAsB,EAAE,MAAM,mDAAmD,CAAC;AAC3F,OAAO,EAAE,wBAAwB,EAAE,MAAM,qDAAqD,CAAC;AAC/F,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACzE,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAEzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;;AAE3E,qBAGa,oBAAqB,SAAQ,WAAW;IAQvC,OAAO,CAAC,IAAI;IAAc,OAAO,CAAC,MAAM;IAN7C,cAAc,EAAG,eAAe,CAAC,kBAAkB,CAAC,CAAiD;IACrG,IAAI,EAAC,eAAe,CAAC,MAAM,CAAC,CAAqC;IACjE,iBAAiB,EAAC,eAAe,CAAC,MAAM,CAAC,CAAqC;IAC9E,mBAAmB,EAAC,eAAe,CAAC,MAAM,CAAC,CAAqC;IAChF,UAAU,EAAC,eAAe,CAAC,MAAM,CAAC,CAAqC;gBAE1D,IAAI,EAAE,UAAU,EAAU,MAAM,EAAE,aAAa;IAEnE,gBAAgB,CAAC,uBAAuB,EAAE,uBAAuB;IAIjE,kBAAkB,CAAC,uBAAuB,EAAE,uBAAuB;IAKnE,SAAS,CAAC,UAAU,EAAC,MAAM,EAAC,SAAS,EAAC,MAAM;IAI5C,iBAAiB,CAAC,iBAAiB,EAAE,sBAAsB;IAK3D,uBAAuB,CAAC,iBAAiB,EAAE,sBAAsB;IAIjE,WAAW,CAAC,GAAG,EAAC,MAAM;IAItB,SAAS,CAAC,UAAU,EAAC,MAAM,EAAE,OAAO,EAAE,MAAM;IAQ5C,kBAAkB,CAAC,oBAAoB,EAAE,qBAAqB,EAAE,EAAE,gBAAgB,EAAE,MAAM;IAI1F,iBAAiB;IAIjB,cAAc;IAId,kBAAkB;IAIlB,cAAc;yCA5DH,oBAAoB;6CAApB,oBAAoB;CA+DhC"}
|
|
@@ -13,9 +13,6 @@ export declare class ValidationService {
|
|
|
13
13
|
bpEmpLstFrmAdd: BehaviorSubject<ClaimAppEmpResponseModel>;
|
|
14
14
|
participants: BehaviorSubject<any>;
|
|
15
15
|
payForm: BehaviorSubject<any>;
|
|
16
|
-
employerPayDetails: BehaviorSubject<any>;
|
|
17
|
-
employerWageDetails: BehaviorSubject<any>;
|
|
18
|
-
employerDetails: BehaviorSubject<any>;
|
|
19
16
|
private options;
|
|
20
17
|
constructor(httpClient: HttpClient);
|
|
21
18
|
getUrl(endPoint: string): string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validation.service.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/services/questionnaire/validation.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAE3E,OAAO,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAGnD,OAAO,EAAE,wBAAwB,EAAE,MAAM,qDAAqD,CAAC;;AAE/F,qBAGa,iBAAiB;
|
|
1
|
+
{"version":3,"file":"validation.service.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/services/questionnaire/validation.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { BaseService } from '../base-service';
|
|
3
|
-
import {
|
|
4
|
-
import { VerifyOtpRequestModel } from '../../models/VerifyOtpRequestModel';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class SecurityService extends BaseService {
|
|
7
6
|
http: HttpClient;
|
|
@@ -10,9 +9,9 @@ export declare class SecurityService extends BaseService {
|
|
|
10
9
|
setServicePort(): void;
|
|
11
10
|
setServiceProtocol(): void;
|
|
12
11
|
setServiceHost(): void;
|
|
13
|
-
getUserUnitIdRoleId(unitId: string, roleId: string[]):
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
getUserUnitIdRoleId(unitId: string, roleId: string[]): Observable<any[]>;
|
|
13
|
+
generateURLForUSPS(userId: string): Observable<string>;
|
|
14
|
+
lockClaimantAccount(userId: string): Observable<unknown>;
|
|
16
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SecurityService, never>;
|
|
17
16
|
static ɵprov: i0.ɵɵInjectableDeclaration<SecurityService>;
|
|
18
17
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"security.service.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/services/security-service/security.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAe,MAAM,sBAAsB,CAAC;AAG/D,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"security.service.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/services/security-service/security.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAe,MAAM,sBAAsB,CAAC;AAG/D,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;;AAElC,qBAGa,eAAgB,SAAQ,WAAW;IAE3B,IAAI,EAAE,UAAU;gBAAhB,IAAI,EAAE,UAAU;IAInC,iBAAiB;IAGjB,cAAc;IAGd,kBAAkB;IAGlB,cAAc;IAKd,mBAAmB,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE;IAKpD,kBAAkB,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IAItD,mBAAmB,CAAC,MAAM,EAAC,MAAM;yCA7BtB,eAAe;6CAAf,eAAe;CAgC3B"}
|