@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
|
@@ -61,133 +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 "
|
|
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 "
|
|
111
|
-
import * as i108 from "
|
|
112
|
-
import * as i109 from "
|
|
113
|
-
import * as i110 from "
|
|
114
|
-
import * as i111 from "
|
|
115
|
-
import * as i112 from "
|
|
116
|
-
import * as i113 from "
|
|
117
|
-
import * as i114 from "
|
|
118
|
-
import * as i115 from "
|
|
119
|
-
import * as i116 from "
|
|
120
|
-
import * as i117 from "
|
|
121
|
-
import * as i118 from "
|
|
122
|
-
import * as i119 from "
|
|
123
|
-
import * as i120 from "
|
|
124
|
-
import * as i121 from "
|
|
125
|
-
import * as i122 from "
|
|
126
|
-
import * as i123 from "
|
|
127
|
-
import * as i124 from "
|
|
128
|
-
import * as i125 from "
|
|
129
|
-
import * as i126 from "
|
|
130
|
-
import * as i127 from "
|
|
131
|
-
import * as i128 from "
|
|
132
|
-
import * as i129 from "primeng/
|
|
133
|
-
import * as i130 from "
|
|
134
|
-
import * as i131 from "
|
|
135
|
-
import * as i132 from "
|
|
136
|
-
import * as i133 from "
|
|
137
|
-
import * as i134 from "primeng/
|
|
138
|
-
import * as i135 from "primeng/
|
|
139
|
-
import * as i136 from "
|
|
140
|
-
import * as i137 from "
|
|
141
|
-
import * as i138 from "
|
|
142
|
-
import * as i139 from "
|
|
143
|
-
import * as i140 from "
|
|
144
|
-
import * as i141 from "primeng/
|
|
145
|
-
import * as i142 from "
|
|
146
|
-
import * as i143 from "
|
|
147
|
-
import * as i144 from "primeng/
|
|
148
|
-
import * as i145 from "
|
|
149
|
-
import * as i146 from "primeng/dialog";
|
|
150
|
-
import * as i147 from "primeng/carousel";
|
|
151
|
-
import * as i148 from "@angular/material/input";
|
|
152
|
-
import * as i149 from "@angular/material/stepper";
|
|
153
|
-
import * as i150 from "primeng/toast";
|
|
154
|
-
import * as i151 from "primeng/table";
|
|
155
|
-
import * as i152 from "primeng/accordion";
|
|
156
|
-
import * as i153 from "primeng/card";
|
|
157
|
-
import * as i154 from "primeng/badge";
|
|
158
|
-
import * as i155 from "primeng/password";
|
|
159
|
-
import * as i156 from "primeng/inputtext";
|
|
160
|
-
import * as i157 from "primeng/inputmask";
|
|
161
|
-
import * as i158 from "primeng/divider";
|
|
162
|
-
import * as i159 from "primeng/calendar";
|
|
163
|
-
import * as i160 from "primeng/radiobutton";
|
|
164
|
-
import * as i161 from "primeng/checkbox";
|
|
165
|
-
import * as i162 from "primeng/steps";
|
|
166
|
-
import * as i163 from "primeng/selectbutton";
|
|
167
|
-
import * as i164 from "primeng/fileupload";
|
|
168
|
-
import * as i165 from "@angular/material/button";
|
|
169
|
-
import * as i166 from "primeng/overlaypanel";
|
|
170
|
-
import * as i167 from "primeng/inputnumber";
|
|
171
|
-
import * as i168 from "primeng/inputtextarea";
|
|
172
|
-
import * as i169 from "@fortawesome/angular-fontawesome";
|
|
173
|
-
import * as i170 from "primeng/panel";
|
|
174
|
-
import * as i171 from "primeng/blockui";
|
|
175
|
-
import * as i172 from "primeng/menu";
|
|
176
|
-
import * as i173 from "primeng/dropdown";
|
|
177
|
-
import * as i174 from "primeng/overlay";
|
|
178
|
-
import * as i175 from "primeng/api";
|
|
179
|
-
import * as i176 from "primeng/ripple";
|
|
180
|
-
import * as i177 from "primeng/scroller";
|
|
181
|
-
import * as i178 from "primeng/autofocus";
|
|
182
|
-
import * as i179 from "primeng/sidebar";
|
|
183
|
-
import * as i180 from "primeng/icons/chevrondown";
|
|
184
|
-
import * as i181 from "primeng/icons/search";
|
|
185
|
-
import * as i182 from "primeng/icons/times";
|
|
186
|
-
import * as i183 from "primeng/timeline";
|
|
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";
|
|
187
149
|
export declare function createTranslateLoader(http: HttpClient): MultiTranslateHttpLoader;
|
|
188
150
|
export declare class NgxReusaAppLibModule {
|
|
189
151
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgxReusaAppLibModule, never>;
|
|
190
|
-
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.RequiredRolesDirective, typeof i62.JobSearchResultPageComponent, typeof i63.MaskEmailPipe, typeof i64.ProperCasePipe, typeof i65.DependentGridComponent, typeof i66.WeeklyCertEmployerComponentQe, typeof i67.WeeklyCertEmployerGridComponent, typeof i68.DynamicTranslatePipe, typeof i69.TrustHtmlPipe, typeof i70.AddParticipantComponent, typeof i71.ProfileRedirectComponent, typeof i72.Dropdown, typeof i72.DropdownItem, typeof i73.DashboardCardComponent, typeof i74.ChangePasswordPage, typeof i75.RequalifyLiftPreviousIssuesComponent, typeof i76.ContactUsComponent, typeof i77.ReadMoreComponent, typeof i78.FileDownloadComponent, typeof i79.SsnReverifyComponent, typeof i80.AddPaymentComponent, typeof i81.LinkComponent, typeof i82.SignSsnComponent, typeof i83.EmployerPayComponent, typeof i84.EmployerPayGridComponent, typeof i85.FarmUsageComponent, typeof i86.SmsComponent, typeof i87.AddWageComponent, typeof i88.WageGridComponent, typeof i89.GrossEarningsComponent, typeof i90.ScrollableTextComponent, typeof i91.JobTitleComponent, typeof i92.AssociateSsnComponent, typeof i93.EmployerInfoComponent, typeof i94.IdmeComponent, typeof i95.DuaRequestPopupComponent, typeof i96.ProofOfAnythingComponent, typeof i97.WageCalculatorComponent, typeof i98.WeeklyWorkPerformedPopupComponent, typeof i99.AppointmentSelfSchedulerComponent, typeof i100.StripInvisibleCharsDirective, typeof i101.OfflineEmployerGridComponent, typeof i102.OfflineAddEmployerComponent, typeof i103.OfflineLegalDisclaimarComponent, typeof i104.OfflineBankDetailsComponent, typeof i105.AddressPopupComponent, typeof i106.AddressSuggestionComponent, typeof i107.ProofOfDocumentUploadComponent, typeof i108.ClaimInfoComponent, typeof i109.HistoryPageComponent, typeof i110.DuaRequestPageComponent, typeof i111.FormatWorksearchPipe, typeof i112.WeeklyCertificationComponent, typeof i113.WeeklyWorkSearchJournalComponent, typeof i114.WorkSearchQuestionComponentV2, typeof i115.AcknowledgementMsComponent, typeof i116.AcknowledgementComponentV2, typeof i117.ConfirmationComponent, typeof i118.InterimConfirmationComponent, typeof i119.SummaryComponentV2, typeof i120.WorkSearchCounterComponent, typeof i121.WorkSearchEmployerComponentME, typeof i122.WorkSearchEmployerComponentMS, typeof i123.WorkSearchEmployerComponentV2], [typeof i124.IonicModule, typeof i125.CommonModule, typeof i126.JoyrideModule, typeof i127.LoadingBarHttpClientModule, typeof i128.InplaceModule, typeof i129.TooltipModule, typeof i130.LoadingBarRouterModule, typeof i131.LoadingBarModule, typeof i132.NgxSpinnerModule, typeof i133.IonicStorageModule, typeof i134.MessagesModule, typeof i135.MessageModule, typeof i136.MatProgressBarModule, typeof i137.TranslateModule, typeof i138.MatFormFieldModule, typeof i139.NgxMatSelectSearchModule, typeof i140.MatSelectModule, typeof i141.TabViewModule, typeof i142.MatExpansionModule, typeof i143.ReactiveFormsModule, typeof i143.FormsModule, typeof i144.AutoCompleteModule, typeof i145.MatIconModule, typeof i146.DialogModule, typeof i147.CarouselModule, typeof i148.MatInputModule, typeof i149.MatStepperModule, typeof i150.ToastModule, typeof i151.TableModule, typeof i152.AccordionModule, typeof i153.CardModule, typeof i154.BadgeModule, typeof i155.PasswordModule, typeof i156.InputTextModule, typeof i157.InputMaskModule, typeof i158.DividerModule, typeof i159.CalendarModule, typeof i160.RadioButtonModule, typeof i161.CheckboxModule, typeof i162.StepsModule, typeof i163.SelectButtonModule, typeof i164.FileUploadModule, typeof i165.MatButtonModule, typeof i166.OverlayPanelModule, typeof i167.InputNumberModule, typeof i168.InputTextareaModule, typeof i169.FontAwesomeModule, typeof i170.PanelModule, typeof i171.BlockUIModule, typeof i172.MenuModule, typeof i173.DropdownModule, typeof i174.OverlayModule, typeof i175.SharedModule, typeof i129.TooltipModule, typeof i176.RippleModule, typeof i177.ScrollerModule, typeof i178.AutoFocusModule, typeof i179.SidebarModule, typeof i180.ChevronDownIcon, typeof i181.SearchIcon, typeof i182.TimesIcon, typeof i183.TimelineModule], [typeof i1.NgxReusaAppLibComponent, typeof i143.FormsModule, typeof i143.ReactiveFormsModule, typeof i124.IonicModule, typeof i137.TranslateModule, 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 i70.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 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 i61.RequiredRolesDirective, typeof i62.JobSearchResultPageComponent, typeof i63.MaskEmailPipe, typeof i65.DependentGridComponent, typeof i66.WeeklyCertEmployerComponentQe, typeof i67.WeeklyCertEmployerGridComponent, typeof i68.DynamicTranslatePipe, typeof i70.AddParticipantComponent, typeof i174.OverlayModule, typeof i175.SharedModule, typeof i177.ScrollerModule, typeof i73.DashboardCardComponent, typeof i74.ChangePasswordPage, typeof i75.RequalifyLiftPreviousIssuesComponent, typeof i72.Dropdown, typeof i72.DropdownItem, typeof i76.ContactUsComponent, typeof i179.SidebarModule, typeof i77.ReadMoreComponent, typeof i78.FileDownloadComponent, typeof i80.AddPaymentComponent, typeof i64.ProperCasePipe, typeof i69.TrustHtmlPipe, typeof i81.LinkComponent, typeof i82.SignSsnComponent, typeof i83.EmployerPayComponent, typeof i84.EmployerPayGridComponent, typeof i85.FarmUsageComponent, typeof i86.SmsComponent, typeof i87.AddWageComponent, typeof i88.WageGridComponent, typeof i89.GrossEarningsComponent, typeof i90.ScrollableTextComponent, typeof i91.JobTitleComponent, typeof i92.AssociateSsnComponent, typeof i71.ProfileRedirectComponent, typeof i93.EmployerInfoComponent, typeof i94.IdmeComponent, typeof i95.DuaRequestPopupComponent, typeof i96.ProofOfAnythingComponent, typeof i97.WageCalculatorComponent, typeof i98.WeeklyWorkPerformedPopupComponent, typeof i99.AppointmentSelfSchedulerComponent, typeof i100.StripInvisibleCharsDirective, typeof i101.OfflineEmployerGridComponent, typeof i102.OfflineAddEmployerComponent, typeof i103.OfflineLegalDisclaimarComponent, typeof i104.OfflineBankDetailsComponent, typeof i105.AddressPopupComponent, typeof i106.AddressSuggestionComponent, typeof i109.HistoryPageComponent, typeof i183.TimelineModule, typeof i110.DuaRequestPageComponent, typeof i108.ClaimInfoComponent, typeof i111.FormatWorksearchPipe, typeof i112.WeeklyCertificationComponent, typeof i113.WeeklyWorkSearchJournalComponent, typeof i114.WorkSearchQuestionComponentV2, typeof i115.AcknowledgementMsComponent, typeof i116.AcknowledgementComponentV2, typeof i117.ConfirmationComponent, typeof i118.InterimConfirmationComponent, typeof i119.SummaryComponentV2, typeof i120.WorkSearchCounterComponent, typeof i121.WorkSearchEmployerComponentME, typeof i122.WorkSearchEmployerComponentMS, typeof i123.WorkSearchEmployerComponentV2]>;
|
|
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]>;
|
|
191
153
|
static ɵinj: i0.ɵɵInjectorDeclaration<NgxReusaAppLibModule>;
|
|
192
154
|
}
|
|
193
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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"login.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ngx-reusa-app-lib/src/lib/pages/common/login/login.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAa,UAAU,EAAiD,MAAM,eAAe,CAAC;AACxH,OAAO,EAAE,kBAAkB,EAAc,gBAAgB,EAA2C,MAAM,gBAAgB,CAAC;AAC3H,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,iBAAiB,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAClE,OAAO,EAAC,UAAU,EAAC,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,QAAQ,EAA2B,MAAM,gBAAgB,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAIlE,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;;AAE3E,qBAKa,cAAe,SAAQ,QAAS,YAAW,MAAM;IA8BzC,EAAE,EAAG,kBAAkB;IAAS,YAAY,EAAG,YAAY;IAAS,MAAM,EAAG,MAAM;IAAS,IAAI,EAAG,WAAW;IAC9G,KAAK,EAAE,iBAAiB;IAAE,OAAO,CAAC,GAAG;IAAiB,OAAO,CAAC,EAAE;IA7BnF,OAAO,CAAC,2BAA2B,CAAqB;IAEjD,MAAM,UAAS;IAEf,aAAa,UAAS;IAEW,YAAY,EAAE,UAAU,CAAC;IAE3C,OAAO,EAAE,UAAU,CAAC;IAES,OAAO,CAAC,kBAAkB,CAAS;IAE/B,OAAO,CAAC,sBAAsB,CAAS;IAE9F,KAAK,EAAE,GAAG,CAAC;IACX,OAAO,CAAC,gBAAgB,CAAS;IAC1B,GAAG,EAAE,MAAM,CAAY;IACvB,SAAS,EAAG,gBAAgB,CAAC;IAC7B,aAAa,EAAG,gBAAgB,CAAC;IACjC,UAAU,EAAG,gBAAgB,CAAC;IAC9B,SAAS,EAAG,OAAO,CAAS;IAC5B,cAAc,EAAG,OAAO,CAAS;IACjC,YAAY,EAAG,OAAO,CAAS;IAC/B,iBAAiB,UAAS;IAC1B,GAAG,SAAS;IACZ,eAAe,UAAS;IACxB,YAAY,UAAQ;gBAER,EAAE,EAAG,kBAAkB,EAAS,YAAY,EAAG,YAAY,EAAS,MAAM,EAAG,MAAM,EAAS,IAAI,EAAG,WAAW,EAC9G,KAAK,EAAE,iBAAiB,EAAU,GAAG,EAAE,aAAa,EAAU,EAAE,EAAE,cAAc;IAInG,UAAU;IAIV,eAAe;IAIf,cAAc;IAmCd,mBAAmB;IAanB,KAAK;
|
|
1
|
+
{"version":3,"file":"login.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ngx-reusa-app-lib/src/lib/pages/common/login/login.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAa,UAAU,EAAiD,MAAM,eAAe,CAAC;AACxH,OAAO,EAAE,kBAAkB,EAAc,gBAAgB,EAA2C,MAAM,gBAAgB,CAAC;AAC3H,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,iBAAiB,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAClE,OAAO,EAAC,UAAU,EAAC,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,QAAQ,EAA2B,MAAM,gBAAgB,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAIlE,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;;AAE3E,qBAKa,cAAe,SAAQ,QAAS,YAAW,MAAM;IA8BzC,EAAE,EAAG,kBAAkB;IAAS,YAAY,EAAG,YAAY;IAAS,MAAM,EAAG,MAAM;IAAS,IAAI,EAAG,WAAW;IAC9G,KAAK,EAAE,iBAAiB;IAAE,OAAO,CAAC,GAAG;IAAiB,OAAO,CAAC,EAAE;IA7BnF,OAAO,CAAC,2BAA2B,CAAqB;IAEjD,MAAM,UAAS;IAEf,aAAa,UAAS;IAEW,YAAY,EAAE,UAAU,CAAC;IAE3C,OAAO,EAAE,UAAU,CAAC;IAES,OAAO,CAAC,kBAAkB,CAAS;IAE/B,OAAO,CAAC,sBAAsB,CAAS;IAE9F,KAAK,EAAE,GAAG,CAAC;IACX,OAAO,CAAC,gBAAgB,CAAS;IAC1B,GAAG,EAAE,MAAM,CAAY;IACvB,SAAS,EAAG,gBAAgB,CAAC;IAC7B,aAAa,EAAG,gBAAgB,CAAC;IACjC,UAAU,EAAG,gBAAgB,CAAC;IAC9B,SAAS,EAAG,OAAO,CAAS;IAC5B,cAAc,EAAG,OAAO,CAAS;IACjC,YAAY,EAAG,OAAO,CAAS;IAC/B,iBAAiB,UAAS;IAC1B,GAAG,SAAS;IACZ,eAAe,UAAS;IACxB,YAAY,UAAQ;gBAER,EAAE,EAAG,kBAAkB,EAAS,YAAY,EAAG,YAAY,EAAS,MAAM,EAAG,MAAM,EAAS,IAAI,EAAG,WAAW,EAC9G,KAAK,EAAE,iBAAiB,EAAU,GAAG,EAAE,aAAa,EAAU,EAAE,EAAE,cAAc;IAInG,UAAU;IAIV,eAAe;IAIf,cAAc;IAmCd,mBAAmB;IAanB,KAAK;IAcL,QAAQ;IAIR,kBAAkB;IAqBlB,IAAI,cAAc,uDAEjB;IAED,IAAI,MAAM,uDAET;IAED,IAAI,GAAG,uDAEN;IAED,IAAI,YAAY,uDAEf;IAED,IAAI,QAAQ,uDAEX;IAED,IAAI,SAAS,uDAEZ;IAED,IAAI,UAAU,uDAEb;IAED,IAAI,QAAQ,uDAEX;IAED,IAAI,GAAG,uDAEN;IAID,WAAW,CAAC,YAAY,EAAG,OAAO;IA4B5B,cAAc;IAEd,MAAM;IAsDZ,MAAM,CAAC,GAAG,KAAA;IA8BJ,cAAc,CAAC,KAAK,KAAA;IAY1B,sBAAsB;yCAtSX,cAAc;2CAAd,cAAc;CAqU1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"language.page.d.ts","sourceRoot":"","sources":["../../../../../../projects/ngx-reusa-app-lib/src/lib/pages/popovers/language/language.page.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;;AAEnD,qBAKa,YAAa,YAAW,MAAM;IAKtB,gBAAgB,EAAG,gBAAgB;IAAS,KAAK,EAAE,iBAAiB;IAHhF,QAAQ,SAAM;IACd,eAAe,MAAC;gBAEJ,gBAAgB,EAAG,gBAAgB,EAAS,KAAK,EAAE,iBAAiB;IAEvF,QAAQ;
|
|
1
|
+
{"version":3,"file":"language.page.d.ts","sourceRoot":"","sources":["../../../../../../projects/ngx-reusa-app-lib/src/lib/pages/popovers/language/language.page.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;;AAEnD,qBAKa,YAAa,YAAW,MAAM;IAKtB,gBAAgB,EAAG,gBAAgB;IAAS,KAAK,EAAE,iBAAiB;IAHhF,QAAQ,SAAM;IACd,eAAe,MAAC;gBAEJ,gBAAgB,EAAG,gBAAgB,EAAS,KAAK,EAAE,iBAAiB;IAEvF,QAAQ;IAKR,cAAc,CAAC,IAAI,KAAA;IAKnB,KAAK;yCAjBM,YAAY;2CAAZ,YAAY;CAqBxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"my-profile.page.d.ts","sourceRoot":"","sources":["../../../../../../projects/ngx-reusa-app-lib/src/lib/pages/popovers/my-profile/my-profile.page.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;;AAElE,qBAKa,aAAc,YAAW,MAAM;IAIvB,KAAK,EAAE,iBAAiB;IAAS,EAAE,EAAG,YAAY;IAAS,IAAI,EAAE,WAAW;IAAS,SAAS,EAAC,SAAS;IAAS,GAAG,EAAG,aAAa;IAFvJ,UAAU,EAAE,OAAO,eAAe,CAAmB;gBAElC,KAAK,EAAE,iBAAiB,EAAS,EAAE,EAAG,YAAY,EAAS,IAAI,EAAE,WAAW,EAAS,SAAS,EAAC,SAAS,EAAS,GAAG,EAAG,aAAa;IAEvJ,QAAQ;IAGR,KAAK;IAIL,MAAM;yCAbK,aAAa;2CAAb,aAAa;
|
|
1
|
+
{"version":3,"file":"my-profile.page.d.ts","sourceRoot":"","sources":["../../../../../../projects/ngx-reusa-app-lib/src/lib/pages/popovers/my-profile/my-profile.page.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;;AAElE,qBAKa,aAAc,YAAW,MAAM;IAIvB,KAAK,EAAE,iBAAiB;IAAS,EAAE,EAAG,YAAY;IAAS,IAAI,EAAE,WAAW;IAAS,SAAS,EAAC,SAAS;IAAS,GAAG,EAAG,aAAa;IAFvJ,UAAU,EAAE,OAAO,eAAe,CAAmB;gBAElC,KAAK,EAAE,iBAAiB,EAAS,EAAE,EAAG,YAAY,EAAS,IAAI,EAAE,WAAW,EAAS,SAAS,EAAC,SAAS,EAAS,GAAG,EAAG,aAAa;IAEvJ,QAAQ;IAGR,KAAK;IAIL,MAAM;yCAbK,aAAa;2CAAb,aAAa;CAmBzB"}
|
|
@@ -29,18 +29,6 @@ export declare abstract class BaseService {
|
|
|
29
29
|
responseType?: 'json';
|
|
30
30
|
withCredentials?: boolean;
|
|
31
31
|
}): Observable<T>;
|
|
32
|
-
getBlob(url: string, options?: {
|
|
33
|
-
headers?: HttpHeaders | {
|
|
34
|
-
[header: string]: string | string[];
|
|
35
|
-
};
|
|
36
|
-
observe?: 'body';
|
|
37
|
-
params?: HttpParams | {
|
|
38
|
-
[param: string]: string | string[];
|
|
39
|
-
};
|
|
40
|
-
reportProgress?: boolean;
|
|
41
|
-
responseType?: 'blob';
|
|
42
|
-
withCredentials?: boolean;
|
|
43
|
-
}): Observable<Blob>;
|
|
44
32
|
post<T>(url: string, body: any | null, options?: {
|
|
45
33
|
headers?: HttpHeaders | {
|
|
46
34
|
[header: string]: string | string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-service.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/services/base-service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAC3E,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,8BAAsB,WAAW;IAiBjB,OAAO,CAAC,UAAU;IAfvB,cAAc,EAAE,MAAM,CAAC;IAEvB,WAAW,EAAE,MAAM,CAAC;IAEpB,QAAQ,EAAE,MAAM,CAAC;IAEjB,IAAI,EAAE,MAAM,CAAC;IAEpB,OAAO,CAAC,OAAO,CAKd;gBAEmB,UAAU,EAAG,UAAU;IAO3C,iBAAiB;IAIjB,cAAc;IAId,kBAAkB;IAIlB,cAAc;IAId,QAAQ,CAAC,iBAAiB;IAE1B,QAAQ,CAAC,cAAc;IAEvB,QAAQ,CAAC,kBAAkB;IAE3B,QAAQ,CAAC,cAAc;IAEvB,MAAM,CAAC,QAAQ,EAAG,MAAM;IAIxB,GAAG,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE;QAC1B,OAAO,CAAC,EAAE,WAAW,GAAG;YACpB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;SACvC,CAAC;QACF,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,MAAM,CAAC,EAAE,UAAU,GAAG;YAClB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;SACtC,CAAC;QACF,cAAc,CAAC,EAAE,OAAO,CAAC;QACzB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,eAAe,CAAC,EAAE,OAAO,CAAC;KAC7B,GAAG,UAAU,CAAC,CAAC,CAAC;IAIjB,
|
|
1
|
+
{"version":3,"file":"base-service.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/services/base-service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAC3E,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,8BAAsB,WAAW;IAiBjB,OAAO,CAAC,UAAU;IAfvB,cAAc,EAAE,MAAM,CAAC;IAEvB,WAAW,EAAE,MAAM,CAAC;IAEpB,QAAQ,EAAE,MAAM,CAAC;IAEjB,IAAI,EAAE,MAAM,CAAC;IAEpB,OAAO,CAAC,OAAO,CAKd;gBAEmB,UAAU,EAAG,UAAU;IAO3C,iBAAiB;IAIjB,cAAc;IAId,kBAAkB;IAIlB,cAAc;IAId,QAAQ,CAAC,iBAAiB;IAE1B,QAAQ,CAAC,cAAc;IAEvB,QAAQ,CAAC,kBAAkB;IAE3B,QAAQ,CAAC,cAAc;IAEvB,MAAM,CAAC,QAAQ,EAAG,MAAM;IAIxB,GAAG,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE;QAC1B,OAAO,CAAC,EAAE,WAAW,GAAG;YACpB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;SACvC,CAAC;QACF,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,MAAM,CAAC,EAAE,UAAU,GAAG;YAClB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;SACtC,CAAC;QACF,cAAc,CAAC,EAAE,OAAO,CAAC;QACzB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,eAAe,CAAC,EAAE,OAAO,CAAC;KAC7B,GAAG,UAAU,CAAC,CAAC,CAAC;IAIjB,IAAI,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,GAAG,IAAI,EAAE,OAAO,CAAC,EAAE;QAC7C,OAAO,CAAC,EAAE,WAAW,GAAG;YACpB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;SACvC,CAAC;QACF,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,MAAM,CAAC,EAAE,UAAU,GAAG;YAClB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;SACtC,CAAC;QACF,cAAc,CAAC,EAAE,OAAO,CAAC;QACzB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,eAAe,CAAC,EAAE,OAAO,CAAC;KAC3B,EAAE,WAAW,CAAC,EAAG,MAAM,GAAG,UAAU,CAAC,CAAC,CAAC;IAI1C,YAAY,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,GAAG,IAAI,EAAE,OAAO,CAAC,EAAE;QACvD,OAAO,CAAC,EAAE,WAAW,GAAG;YACpB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;SACvC,CAAC;QACF,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,MAAM,CAAC,EAAE,UAAU,GAAG;YAClB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;SACtC,CAAC;QACF,cAAc,CAAC,EAAE,OAAO,CAAC;QACzB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,eAAe,CAAC,EAAE,OAAO,CAAC;KAC3B,GAAG,UAAU,CAAC,CAAC,CAAC;IAIjB,MAAM,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE;QAC/B,OAAO,CAAC,EAAE,WAAW,GAAG;YACpB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;SACvC,CAAC;QACF,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,MAAM,CAAC,EAAE,UAAU,GAAG;YAClB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;SACtC,CAAC;QACF,cAAc,CAAC,EAAE,OAAO,CAAC;QACzB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,eAAe,CAAC,EAAE,OAAO,CAAC;KAC3B,GAAG,UAAU,CAAC,CAAC,CAAC;IAIjB,KAAK,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,GAAG,IAAI,EAAE,OAAO,CAAC,EAAE;QAC9C,OAAO,CAAC,EAAE,WAAW,GAAG;YACpB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;SACvC,CAAC;QACF,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,MAAM,CAAC,EAAE,UAAU,GAAG;YAClB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;SACtC,CAAC;QACF,cAAc,CAAC,EAAE,OAAO,CAAC;QACzB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,eAAe,CAAC,EAAE,OAAO,CAAC;KAC7B,GAAG,UAAU,CAAC,CAAC,CAAC;IAIf,GAAG,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,GAAG,IAAI,EAAE,OAAO,CAAC,EAAE;QAC9C,OAAO,CAAC,EAAE,WAAW,GAAG;YACpB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;SACvC,CAAC;QACF,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,MAAM,CAAC,EAAE,UAAU,GAAG;YAClB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;SACtC,CAAC;QACF,cAAc,CAAC,EAAE,OAAO,CAAC;QACzB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,eAAe,CAAC,EAAE,OAAO,CAAC;KAC7B,GAAG,UAAU,CAAC,CAAC,CAAC;CAGpB"}
|
|
@@ -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,8 +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 {
|
|
5
|
-
import { DocUploadModel } from '../../models/fileupload/DocUploadModel';
|
|
4
|
+
import { SecurityQuestionModel } from '../../models/SecurityQuestionModel';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
export declare class ClaimantService extends BaseService {
|
|
8
7
|
http: HttpClient;
|
|
@@ -16,9 +15,11 @@ export declare class ClaimantService extends BaseService {
|
|
|
16
15
|
resendVerificationEmail(claimIdentifier: string): import("rxjs").Observable<unknown>;
|
|
17
16
|
updateEmail(emailId: string, claimIdentifier: string): import("rxjs").Observable<unknown>;
|
|
18
17
|
getJobResults(): import("rxjs").Observable<JobResultsData>;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
checkIfUserAlreadyExist(ssn: string, dateOfbirth: 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>;
|
|
22
|
+
getUserPersonalDetails(): import("rxjs").Observable<unknown>;
|
|
22
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClaimantService, never>;
|
|
23
24
|
static ɵprov: i0.ɵɵInjectableDeclaration<ClaimantService>;
|
|
24
25
|
}
|
|
@@ -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;AAC9C,OAAO,EAAE,
|
|
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,EAAE,WAAW,EAAE,MAAM;IAIvD,6BAA6B;IAI7B,sBAAsB;IAItB,mBAAmB,CAAC,GAAG,EAAC,MAAM;IAI9B,sBAAsB;yCAvDX,eAAe;6CAAf,eAAe;CA2D3B"}
|
|
@@ -7,25 +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';
|
|
15
|
-
import { ActiveClaimModel } from '../../models/ActiveClaimModel';
|
|
16
|
-
import { StatusModel } from '../../models/questionnaire/StatusModel';
|
|
17
|
-
import { DuaAppDataModel } from '../../models/DuaAppDataModel';
|
|
10
|
+
import { AutocoderModel } from '../../models/questionnaire/AutocoderModel';
|
|
18
11
|
import * as i0 from "@angular/core";
|
|
19
12
|
export declare class ClaimService extends BaseService {
|
|
20
13
|
http: HttpClient;
|
|
21
14
|
private reasonSeparation;
|
|
22
|
-
private filteredReasonSeparation;
|
|
23
15
|
private dischargeReasons;
|
|
24
16
|
private quitReasons;
|
|
25
17
|
private actionsList;
|
|
26
|
-
private disastersList;
|
|
27
|
-
private countyList;
|
|
28
|
-
private countyListIncludingOutOfState;
|
|
29
18
|
constructor(http: HttpClient);
|
|
30
19
|
setServiceContext(): void;
|
|
31
20
|
setServicePort(): void;
|
|
@@ -33,43 +22,20 @@ export declare class ClaimService extends BaseService {
|
|
|
33
22
|
setServiceHost(): void;
|
|
34
23
|
getReasonSeparation(): BehaviorSubject<ChoicesModel[]>;
|
|
35
24
|
loadReasonSeparation(): void;
|
|
36
|
-
clearFilteredReasonSeparation(): void;
|
|
37
|
-
getFilteredReasonSeparation(): BehaviorSubject<ChoicesModel[]>;
|
|
38
|
-
loadFilteredReasonSeparation(model: ReasonSeparationRequestModel): void;
|
|
39
25
|
getDischargeReasons(): BehaviorSubject<ChoicesModel[]>;
|
|
40
26
|
loadDischargeReasons(): void;
|
|
41
27
|
getQuitReasons(): BehaviorSubject<ChoicesModel[]>;
|
|
42
28
|
loadQuitReasons(): void;
|
|
43
29
|
loadMasterData(): void;
|
|
44
30
|
loadBasePeriodWages(clmEmpRequestModel: ClaimAppEmpRequestModel): import("rxjs").Observable<ClaimAppEmpResponseModel>;
|
|
45
|
-
getAllowSepPreviousIssuesForSSN(): import("rxjs").Observable<RequalifyLiftPageModel>;
|
|
46
|
-
getRequalifyLiftIssuesForSSN(): import("rxjs").Observable<RequalifyLiftPageModel>;
|
|
31
|
+
getAllowSepPreviousIssuesForSSN(ssnInput: string): import("rxjs").Observable<RequalifyLiftPageModel>;
|
|
32
|
+
getRequalifyLiftIssuesForSSN(ssnInput: string): import("rxjs").Observable<RequalifyLiftPageModel>;
|
|
47
33
|
getRequalifyCriteriaEnum(): void;
|
|
48
|
-
getUI512AResponses(): import("rxjs").Observable<RequalifyLiftPageModel>;
|
|
34
|
+
getUI512AResponses(ssnInput: string): import("rxjs").Observable<RequalifyLiftPageModel>;
|
|
49
35
|
fetchSSAStatusForClaimApplication(claimIdentifier: string): import("rxjs").Observable<SsaVerificationModel>;
|
|
50
36
|
reVerifySSAStatusForClaimApplication(data: SsaVerificationModel, claimIdentifier: string): import("rxjs").Observable<SsaVerificationModel>;
|
|
37
|
+
getJobTileOrPosition(query: string): import("rxjs").Observable<AutocoderModel>;
|
|
51
38
|
getActionsList(): BehaviorSubject<KeyValueModel[]>;
|
|
52
|
-
getPhoneNumbersForOtpByUuid(uuid: string): import("rxjs").Observable<LexisNexisOtpDetailsResponseModel>;
|
|
53
|
-
fetchRetroWeeks(): import("rxjs").Observable<DuaRetroWeeksComponentModel>;
|
|
54
|
-
fetchListOfDisaters(): import("rxjs").Observable<any>;
|
|
55
|
-
getDisastersList(): BehaviorSubject<ChoicesModel[]>;
|
|
56
|
-
loadDisastersList(): void;
|
|
57
|
-
getCountyList(): BehaviorSubject<CountyModel[]>;
|
|
58
|
-
getCountyIncludingOutOfStateList(): BehaviorSubject<CountyModel[]>;
|
|
59
|
-
loadCountyList(): void;
|
|
60
|
-
loadCountyIncludingOutOfStateList(): void;
|
|
61
|
-
loadDisasterData(): void;
|
|
62
|
-
createAndInitiateDuaRequest(model: DuaRequestModel): import("rxjs").Observable<DuaRequestModel[]>;
|
|
63
|
-
saveDiasterImpactOnExistingClaimApp(model: DuaRequestModel): import("rxjs").Observable<DuaRequestModel[]>;
|
|
64
|
-
getListOfActiveClaim(): import("rxjs").Observable<ActiveClaimModel[]>;
|
|
65
|
-
fetchBasePeriod(): import("rxjs").Observable<string>;
|
|
66
|
-
determineNewClaimEligibility(): import("rxjs").Observable<boolean>;
|
|
67
|
-
determineNewClaimEligibilityForCsr(): import("rxjs").Observable<any>;
|
|
68
|
-
determineInitialClaimEligibilityForCsr(): import("rxjs").Observable<any>;
|
|
69
|
-
fetchPreviousFilledDuaResponse(): import("rxjs").Observable<DuaRequestModel[]>;
|
|
70
|
-
saveDisasterRequestPostClaim(model: DuaRequestModel): import("rxjs").Observable<StatusModel>;
|
|
71
|
-
createAndInitiateDuaRequestAndCheckEligibility(model: DuaRequestModel): import("rxjs").Observable<StatusModel>;
|
|
72
|
-
processDuaAppPostClaim(model: DuaAppDataModel): import("rxjs").Observable<StatusModel>;
|
|
73
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClaimService, never>;
|
|
74
40
|
static ɵprov: i0.ɵɵInjectableDeclaration<ClaimService>;
|
|
75
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,26 @@
|
|
|
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 { LexisNexisEnabledResponseModel } from '../../models/LexisNexisEnabledResponseModel';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class LexisNexisService extends BaseService {
|
|
11
|
+
http: HttpClient;
|
|
12
|
+
constructor(http: HttpClient);
|
|
13
|
+
setServiceContext(): void;
|
|
14
|
+
setServicePort(): void;
|
|
15
|
+
setServiceProtocol(): void;
|
|
16
|
+
setServiceHost(): void;
|
|
17
|
+
isLexisNexisIdProofingEnabled(ssn: string): Observable<LexisNexisEnabledResponseModel>;
|
|
18
|
+
isLexisNexisIdProofingEnabledWithUserId(userId: string): Observable<Boolean>;
|
|
19
|
+
isLexisNexisProofedWithin24Hours(userId: string): Observable<Boolean>;
|
|
20
|
+
getLnQueryApiResponse(userName: string, customerEventType: string): Observable<LexisNexisResponseModel>;
|
|
21
|
+
getLnQueryApiPIResponse(accountCreationData: LexisNexisAccountCreationModel): Observable<LexisNexisResponseModel>;
|
|
22
|
+
lnAuthenticationQA(authSelection: LexisNexisAuthSelectionRequestModel): Observable<LexisNexisAuthSelectionResponseModel>;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LexisNexisService, never>;
|
|
24
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<LexisNexisService>;
|
|
25
|
+
}
|
|
26
|
+
//# 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;AAC7F,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,uCAAuC,CAAC,MAAM,EAAE,MAAM;IAItD,gCAAgC,CAAC,MAAM,EAAE,MAAM;IAI/C,qBAAqB,CAAC,QAAQ,EAAG,MAAM,EAAE,iBAAiB,EAAG,MAAM,GAAI,UAAU,CAAC,uBAAuB,CAAC;IAc1G,uBAAuB,CAAC,mBAAmB,EAAE,8BAA8B,GAAI,UAAU,CAAC,uBAAuB,CAAC;IAIlH,kBAAkB,CAAC,aAAa,EAAE,mCAAmC,GAAI,UAAU,CAAC,oCAAoC,CAAC;yCAhD9G,iBAAiB;6CAAjB,iBAAiB;CAmD7B"}
|