@reusa/ngx-reusa-app-lib 0.0.1374 → 0.0.1375
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 +2392 -1322
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +159 -105
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +59 -53
- package/esm2022/lib/components/add-wage/add-wage.component.mjs +161 -0
- package/esm2022/lib/components/address/address.component.mjs +287 -152
- package/esm2022/lib/components/address-popup/address-popup.component.mjs +97 -0
- package/esm2022/lib/components/address-suggestion/address-suggestion.component.mjs +289 -0
- package/esm2022/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.mjs +245 -0
- package/esm2022/lib/components/associate-ssn/associate-ssn.component.mjs +203 -0
- package/esm2022/lib/components/bank-details/bank-details.component.mjs +79 -219
- package/esm2022/lib/components/claim-info/claim-info.component.mjs +408 -0
- package/esm2022/lib/components/contact-us/contact-us.component.mjs +17 -43
- package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +3 -9
- package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +32 -4
- package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +30 -15
- 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/dua-request-page/dua-request-page.component.mjs +596 -0
- package/esm2022/lib/components/dua-request-popup/dua-request-popup.component.mjs +356 -0
- package/esm2022/lib/components/email-update/email-update.component.mjs +63 -140
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +422 -574
- package/esm2022/lib/components/employer-info/employer-info.component.mjs +319 -0
- package/esm2022/lib/components/employer-pay/employer-pay.component.mjs +238 -0
- package/esm2022/lib/components/employer-pay-grid/employer-pay-grid.component.mjs +302 -0
- package/esm2022/lib/components/error/error.component.mjs +22 -5
- package/esm2022/lib/components/farm-usage/farm-usage.component.mjs +172 -0
- package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +1 -1
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +178 -49
- package/esm2022/lib/components/footer/footer.component.mjs +112 -101
- package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +201 -0
- package/esm2022/lib/components/header/header.component.mjs +440 -174
- package/esm2022/lib/components/history-page/history-page.component.mjs +571 -0
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +25 -36
- package/esm2022/lib/components/idme/idme.component.mjs +84 -0
- package/esm2022/lib/components/info/info.component.mjs +4 -12
- package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +16 -22
- package/esm2022/lib/components/job-title/job-title.component.mjs +92 -97
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +143 -513
- package/esm2022/lib/components/link/link.component.mjs +1 -1
- package/esm2022/lib/components/menu/menu.component.mjs +68 -100
- package/esm2022/lib/components/mfa/mfa.component.mjs +158 -288
- package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +11 -18
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +158 -54
- package/esm2022/lib/components/offline-add-employer/offline-add-employer.component.mjs +3661 -0
- package/esm2022/lib/components/offline-bank-details/offline-bank-details.component.mjs +258 -0
- package/esm2022/lib/components/offline-employer-grid/offline-employer-grid.component.mjs +853 -0
- package/esm2022/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.mjs +251 -0
- package/esm2022/lib/components/profile/profile.component.mjs +749 -353
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +108 -38
- package/esm2022/lib/components/proof-of-anything/proof-of-anything.component.mjs +261 -0
- package/esm2022/lib/components/proof-of-document-upload/proof-of-document-upload.component.mjs +560 -0
- package/esm2022/lib/components/questionnaire/AppValidators.mjs +296 -47
- package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +110 -65
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +377 -173
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +76 -95
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +877 -1153
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +208 -699
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +28 -22
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +128 -41
- package/esm2022/lib/components/questionnaire/question-control.service.mjs +2 -1
- package/esm2022/lib/components/questionnaire/question.service.mjs +5 -7
- package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +15 -29
- package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +497 -237
- package/esm2022/lib/components/scrollable-text/scrollable-text.component.mjs +25 -0
- package/esm2022/lib/components/search-employer/search-employer.component.mjs +155 -30
- package/esm2022/lib/components/select/select.component.mjs +5 -10
- package/esm2022/lib/components/sign-ssn/sign-ssn.component.mjs +3 -3
- package/esm2022/lib/components/sms/sms.component.mjs +336 -0
- package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +52 -72
- package/esm2022/lib/components/user-login/user-login.component.mjs +139 -360
- package/esm2022/lib/components/wage-calculator/wage-calculator.component.mjs +527 -0
- package/esm2022/lib/components/wage-grid/wage-grid.component.mjs +274 -0
- package/esm2022/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.mjs +147 -0
- package/esm2022/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.mjs +167 -0
- package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +655 -387
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +125 -61
- package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +828 -0
- package/esm2022/lib/components/weekly-confirmation/confirmation.component.mjs +129 -0
- package/esm2022/lib/components/weekly-interim-confirmation/interim-confirmation.component.mjs +136 -0
- package/esm2022/lib/components/weekly-summary-v2/summary.component-v2.mjs +72 -0
- package/esm2022/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.mjs +50 -0
- package/esm2022/lib/components/weekly-work-search-counter/work-search-counter.component.mjs +92 -0
- package/esm2022/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.mjs +1190 -0
- package/esm2022/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.mjs +690 -0
- package/esm2022/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.mjs +524 -0
- package/esm2022/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.mjs +394 -0
- package/esm2022/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.mjs +640 -0
- package/esm2022/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.mjs +33 -0
- package/esm2022/lib/enums/AddressValidationResponseEnum.mjs +9 -0
- package/esm2022/lib/enums/AddressValidationSourceFunctionEnum.mjs +5 -0
- package/esm2022/lib/guards/auth.guard.mjs +50 -2
- package/esm2022/lib/guards/no-login/no-login.guard.mjs +1 -1
- package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +51 -3
- package/esm2022/lib/interceptors/header-interceptor/http-header.interceptor.mjs +1 -1
- package/esm2022/lib/models/ActiveClaimModel.mjs +3 -0
- package/esm2022/lib/models/CountyModel.mjs +3 -0
- package/esm2022/lib/models/DuaAppDataModel.mjs +3 -0
- package/esm2022/lib/models/DuaRequestModel.mjs +3 -0
- package/esm2022/lib/models/DuaRetroWeeksComponentModel.mjs +6 -0
- package/esm2022/lib/models/EmployerDetailSearchResult.mjs +1 -1
- package/esm2022/lib/models/EmployerInfoComponentModel.mjs +4 -0
- package/esm2022/lib/models/EmployerPayInfoModel.mjs +6 -0
- package/esm2022/lib/models/FarmUsageComponentModel.mjs +2 -0
- package/esm2022/lib/models/GrossEarningsModel.mjs +3 -0
- package/esm2022/lib/models/HelpConstants.mjs +5 -0
- package/esm2022/lib/models/LexisNexisOtpDetailsResponseModel.mjs +3 -0
- package/esm2022/lib/models/LibConstants.mjs +45 -6
- package/esm2022/lib/models/OtpAuthModel.mjs +1 -1
- package/esm2022/lib/models/PaymentComponentModel.mjs +1 -1
- package/esm2022/lib/models/ReasonSeparationRequestModel.mjs +3 -0
- package/esm2022/lib/models/RetroWeeksModel.mjs +3 -0
- package/esm2022/lib/models/SecurityQuestionAnswerModel.mjs +3 -0
- package/esm2022/lib/models/SendOtpRequestModel.mjs +3 -0
- package/esm2022/lib/models/UserModel.mjs +1 -1
- package/esm2022/lib/models/VerifyOtpRequestModel.mjs +3 -0
- package/esm2022/lib/models/WageCalculatorModel.mjs +3 -0
- package/esm2022/lib/models/WageInfoModel.mjs +4 -0
- package/esm2022/lib/models/addressValidation/AddressRecommendationModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationRequestComponentModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationResponseComponentModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationReturnComponentModel.mjs +3 -0
- package/esm2022/lib/models/combo-model.mjs +343 -0
- package/esm2022/lib/models/dashboard-model.mjs +1 -1
- package/esm2022/lib/models/dependent.model.mjs +1 -1
- package/esm2022/lib/models/fileupload/DocUploadModel.mjs +7 -0
- package/esm2022/lib/models/fileupload/EmployerDataModel.mjs +3 -0
- package/esm2022/lib/models/fileupload/FileObject.mjs +3 -0
- package/esm2022/lib/models/fileupload/FileObjectArray.mjs +7 -0
- package/esm2022/lib/models/questionnaire/AppealParticipantModel.mjs +8 -0
- package/esm2022/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +2 -1
- package/esm2022/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ComboModel.mjs +96 -653
- 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/ScrollableTextModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/StatusModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/WbaHelperTextModel.mjs +3 -0
- package/esm2022/lib/models/weekly-cert/WorkSearchWaiverModel.mjs +3 -0
- package/esm2022/lib/models/weekly-cert/address-detail-model.mjs +2 -0
- package/esm2022/lib/models/weekly-cert/admin-leave-details-model.mjs +7 -0
- package/esm2022/lib/models/weekly-cert/employer-info-v2-model.mjs +7 -0
- package/esm2022/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.mjs +6 -0
- package/esm2022/lib/models/weekly-cert/weekly-certification-v2-model.mjs +34 -0
- package/esm2022/lib/models/weekly-cert/work-search-record-v2-model.mjs +15 -0
- package/esm2022/lib/models/weekly-cert/work-search-v2-model.mjs +11 -0
- package/esm2022/lib/ngx-reusa-app-lib.module.mjs +135 -23
- package/esm2022/lib/pages/BasePage.mjs +4 -23
- package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +22 -18
- package/esm2022/lib/pages/common/change-password/change-password.page.mjs +142 -124
- package/esm2022/lib/pages/common/landing/landing.component.mjs +7 -8
- package/esm2022/lib/pages/common/landing2/landing2.component.mjs +4 -4
- package/esm2022/lib/pages/common/login/login.component.mjs +7 -13
- 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 +1 -2
- package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +4 -4
- package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +7 -2
- package/esm2022/lib/pipes/format-worksearch/format-worksearch.pipe.mjs +101 -0
- package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +2 -2
- package/esm2022/lib/services/address-validation-service/address-validation.service.mjs +151 -0
- package/esm2022/lib/services/appeal/appeal.service.mjs +37 -0
- package/esm2022/lib/services/base-service.mjs +4 -1
- package/esm2022/lib/services/birt-service/birt.service.mjs +57 -0
- package/esm2022/lib/services/chatbot/chatbot.service.mjs +1 -2
- package/esm2022/lib/services/claimant-service/claimant.service.mjs +7 -13
- package/esm2022/lib/services/claims/claims.service.mjs +105 -14
- package/esm2022/lib/services/employer/employer-service.mjs +35 -0
- package/esm2022/lib/services/event-service/event-service.mjs +44 -0
- package/esm2022/lib/services/help/help.service.mjs +1 -1
- package/esm2022/lib/services/logger/logger.service.mjs +1 -1
- package/esm2022/lib/services/login/login.service.mjs +29 -14
- package/esm2022/lib/services/offline-claims/offline-claims.service.mjs +327 -0
- package/esm2022/lib/services/questionnaire/questionnaire.service.mjs +4 -1
- package/esm2022/lib/services/questionnaire/validation.service.mjs +4 -1
- package/esm2022/lib/services/security-service/security.service.mjs +23 -6
- package/esm2022/lib/services/util/util.service.mjs +61 -5
- package/esm2022/lib/services/weekly-cert/review.service.mjs +101 -0
- package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +186 -14
- package/esm2022/lib/services/weekly-cert/weekly-cert.service.mjs +37 -0
- package/esm2022/lib/services/weekly-cert/work-search.service.mjs +58 -0
- package/esm2022/lib/validations/AppRegex.mjs +1 -3
- package/esm2022/lib/validations/AppValidators.mjs +78 -62
- package/esm2022/public-api.mjs +47 -5
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs +41277 -23401
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
- package/lib/components/add-employer/add-employer.component.d.ts +137 -53
- package/lib/components/add-employer/add-employer.component.d.ts.map +1 -1
- package/lib/components/add-participant/add-participant.component.d.ts +11 -5
- package/lib/components/add-participant/add-participant.component.d.ts.map +1 -1
- package/lib/components/add-payment/add-payment.component.d.ts +9 -3
- package/lib/components/add-payment/add-payment.component.d.ts.map +1 -1
- package/lib/components/add-wage/add-wage.component.d.ts +30 -0
- package/lib/components/add-wage/add-wage.component.d.ts.map +1 -0
- package/lib/components/address/address.component.d.ts +42 -15
- package/lib/components/address/address.component.d.ts.map +1 -1
- package/lib/components/address-popup/address-popup.component.d.ts +16 -0
- package/lib/components/address-popup/address-popup.component.d.ts.map +1 -0
- package/lib/components/address-suggestion/address-suggestion.component.d.ts +43 -0
- package/lib/components/address-suggestion/address-suggestion.component.d.ts.map +1 -0
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts +37 -0
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts.map +1 -0
- package/lib/components/associate-ssn/associate-ssn.component.d.ts +33 -0
- package/lib/components/associate-ssn/associate-ssn.component.d.ts.map +1 -0
- package/lib/components/bank-details/bank-details.component.d.ts +1 -23
- package/lib/components/bank-details/bank-details.component.d.ts.map +1 -1
- package/lib/components/claim-info/claim-info.component.d.ts +49 -0
- package/lib/components/claim-info/claim-info.component.d.ts.map +1 -0
- package/lib/components/contact-us/contact-us.component.d.ts +1 -4
- 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/dua-request-page/dua-request-page.component.d.ts +74 -0
- package/lib/components/dua-request-page/dua-request-page.component.d.ts.map +1 -0
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts +61 -0
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts.map +1 -0
- package/lib/components/email-update/email-update.component.d.ts +1 -12
- package/lib/components/email-update/email-update.component.d.ts.map +1 -1
- package/lib/components/employer-grid/employer-grid.component.d.ts +25 -15
- package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -1
- package/lib/components/employer-info/employer-info.component.d.ts +50 -0
- package/lib/components/employer-info/employer-info.component.d.ts.map +1 -0
- package/lib/components/employer-pay/employer-pay.component.d.ts +51 -0
- package/lib/components/employer-pay/employer-pay.component.d.ts.map +1 -0
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts +43 -0
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts.map +1 -0
- package/lib/components/error/error.component.d.ts +3 -2
- package/lib/components/error/error.component.d.ts.map +1 -1
- package/lib/components/farm-usage/farm-usage.component.d.ts +33 -0
- package/lib/components/farm-usage/farm-usage.component.d.ts.map +1 -0
- package/lib/components/file-uploader/file-uploader.component.d.ts +5 -1
- 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/gross-earnings/gross-earnings.component.d.ts +42 -0
- package/lib/components/gross-earnings/gross-earnings.component.d.ts.map +1 -0
- package/lib/components/header/header.component.d.ts +17 -5
- package/lib/components/header/header.component.d.ts.map +1 -1
- package/lib/components/history-page/history-page.component.d.ts +80 -0
- package/lib/components/history-page/history-page.component.d.ts.map +1 -0
- package/lib/components/idme/idme.component.d.ts +19 -0
- package/lib/components/idme/idme.component.d.ts.map +1 -0
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +1 -3
- 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 +22 -23
- package/lib/components/job-title/job-title.component.d.ts.map +1 -1
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +5 -6
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -1
- package/lib/components/menu/menu.component.d.ts +3 -12
- package/lib/components/menu/menu.component.d.ts.map +1 -1
- package/lib/components/mfa/mfa.component.d.ts +7 -19
- package/lib/components/mfa/mfa.component.d.ts.map +1 -1
- package/lib/components/mfa-popup/mfa-popup.component.d.ts +6 -8
- package/lib/components/mfa-popup/mfa-popup.component.d.ts.map +1 -1
- package/lib/components/money-expect/money-expect.component.d.ts +15 -4
- package/lib/components/money-expect/money-expect.component.d.ts.map +1 -1
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts +311 -0
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts.map +1 -0
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts +33 -0
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts.map +1 -0
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts +97 -0
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts.map +1 -0
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts +33 -0
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts.map +1 -0
- package/lib/components/profile/profile.component.d.ts +82 -49
- package/lib/components/profile/profile.component.d.ts.map +1 -1
- package/lib/components/profile-redirect/profile-redirect.component.d.ts +9 -2
- package/lib/components/profile-redirect/profile-redirect.component.d.ts.map +1 -1
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts +54 -0
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts.map +1 -0
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts +74 -0
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts.map +1 -0
- package/lib/components/questionnaire/AppValidators.d.ts +1 -0
- package/lib/components/questionnaire/AppValidators.d.ts.map +1 -1
- package/lib/components/questionnaire/account-success/account-success.page.d.ts +13 -10
- 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 +7 -1
- package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +3 -1
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts +33 -35
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form.component.d.ts +10 -34
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +0 -7
- 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 +7 -1
- 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 +0 -1
- package/lib/components/questionnaire/question.service.d.ts.map +1 -1
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +1 -7
- 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 +11 -3
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts.map +1 -1
- package/lib/components/scrollable-text/scrollable-text.component.d.ts +11 -0
- package/lib/components/scrollable-text/scrollable-text.component.d.ts.map +1 -0
- package/lib/components/search-employer/search-employer.component.d.ts +5 -4
- package/lib/components/search-employer/search-employer.component.d.ts.map +1 -1
- package/lib/components/sms/sms.component.d.ts +63 -0
- package/lib/components/sms/sms.component.d.ts.map +1 -0
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +1 -5
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts.map +1 -1
- package/lib/components/user-login/user-login.component.d.ts +5 -38
- package/lib/components/user-login/user-login.component.d.ts.map +1 -1
- package/lib/components/wage-calculator/wage-calculator.component.d.ts +44 -0
- package/lib/components/wage-calculator/wage-calculator.component.d.ts.map +1 -0
- package/lib/components/wage-grid/wage-grid.component.d.ts +43 -0
- package/lib/components/wage-grid/wage-grid.component.d.ts.map +1 -0
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts +28 -0
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts.map +1 -0
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts +28 -0
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +27 -10
- 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 +9 -3
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map +1 -1
- package/lib/components/weekly-certification/weekly-certification.component.d.ts +101 -0
- package/lib/components/weekly-certification/weekly-certification.component.d.ts.map +1 -0
- package/lib/components/weekly-confirmation/confirmation.component.d.ts +21 -0
- package/lib/components/weekly-confirmation/confirmation.component.d.ts.map +1 -0
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts +34 -0
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts.map +1 -0
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts +17 -0
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts +10 -0
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts +17 -0
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts +105 -0
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts +71 -0
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts +59 -0
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts +47 -0
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts +78 -0
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts.map +1 -0
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts +8 -0
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts.map +1 -0
- package/lib/enums/AddressValidationResponseEnum.d.ts +8 -0
- package/lib/enums/AddressValidationResponseEnum.d.ts.map +1 -0
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts +4 -0
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts.map +1 -0
- 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/ActiveClaimModel.d.ts +8 -0
- package/lib/models/ActiveClaimModel.d.ts.map +1 -0
- package/lib/models/CountyModel.d.ts +8 -0
- package/lib/models/CountyModel.d.ts.map +1 -0
- package/lib/models/DuaAppDataModel.d.ts +5 -0
- package/lib/models/DuaAppDataModel.d.ts.map +1 -0
- package/lib/models/DuaRequestModel.d.ts +10 -0
- package/lib/models/DuaRequestModel.d.ts.map +1 -0
- package/lib/models/DuaRetroWeeksComponentModel.d.ts +5 -0
- package/lib/models/DuaRetroWeeksComponentModel.d.ts.map +1 -0
- package/lib/models/EmployerDetailSearchResult.d.ts +4 -1
- package/lib/models/EmployerDetailSearchResult.d.ts.map +1 -1
- package/lib/models/EmployerInfoComponentModel.d.ts +9 -0
- package/lib/models/EmployerInfoComponentModel.d.ts.map +1 -0
- package/lib/models/EmployerPayInfoModel.d.ts +20 -0
- package/lib/models/EmployerPayInfoModel.d.ts.map +1 -0
- package/lib/models/FarmUsageComponentModel.d.ts +10 -0
- package/lib/models/FarmUsageComponentModel.d.ts.map +1 -0
- package/lib/models/GrossEarningsModel.d.ts +6 -0
- package/lib/models/GrossEarningsModel.d.ts.map +1 -0
- package/lib/models/HelpConstants.d.ts +5 -0
- package/lib/models/HelpConstants.d.ts.map +1 -0
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts +7 -0
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts.map +1 -0
- package/lib/models/LibConstants.d.ts +40 -1
- package/lib/models/LibConstants.d.ts.map +1 -1
- package/lib/models/OtpAuthModel.d.ts +0 -1
- package/lib/models/OtpAuthModel.d.ts.map +1 -1
- package/lib/models/PaymentComponentModel.d.ts +1 -1
- package/lib/models/PaymentComponentModel.d.ts.map +1 -1
- package/lib/models/ReasonSeparationRequestModel.d.ts +7 -0
- package/lib/models/ReasonSeparationRequestModel.d.ts.map +1 -0
- package/lib/models/RetroWeeksModel.d.ts +11 -0
- package/lib/models/RetroWeeksModel.d.ts.map +1 -0
- package/lib/models/SecurityQuestionAnswerModel.d.ts +7 -0
- package/lib/models/SecurityQuestionAnswerModel.d.ts.map +1 -0
- package/lib/models/SendOtpRequestModel.d.ts +12 -0
- package/lib/models/SendOtpRequestModel.d.ts.map +1 -0
- package/lib/models/UserModel.d.ts +0 -1
- package/lib/models/UserModel.d.ts.map +1 -1
- package/lib/models/VerifyOtpRequestModel.d.ts +8 -0
- package/lib/models/VerifyOtpRequestModel.d.ts.map +1 -0
- package/lib/models/WageCalculatorModel.d.ts +15 -0
- package/lib/models/WageCalculatorModel.d.ts.map +1 -0
- package/lib/models/WageInfoModel.d.ts +9 -0
- package/lib/models/WageInfoModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts +12 -0
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts +11 -0
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts +6 -0
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts +16 -0
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts.map +1 -0
- package/lib/models/combo-model.d.ts +42 -0
- package/lib/models/combo-model.d.ts.map +1 -0
- package/lib/models/dashboard-model.d.ts +22 -0
- package/lib/models/dashboard-model.d.ts.map +1 -1
- package/lib/models/fileupload/DocUploadModel.d.ts +22 -0
- package/lib/models/fileupload/DocUploadModel.d.ts.map +1 -0
- package/lib/models/fileupload/EmployerDataModel.d.ts +6 -0
- package/lib/models/fileupload/EmployerDataModel.d.ts.map +1 -0
- package/lib/models/fileupload/FileObject.d.ts +8 -0
- package/lib/models/fileupload/FileObject.d.ts.map +1 -0
- package/lib/models/fileupload/FileObjectArray.d.ts +8 -0
- package/lib/models/fileupload/FileObjectArray.d.ts.map +1 -0
- package/lib/models/questionnaire/AppealParticipantModel.d.ts +17 -0
- package/lib/models/questionnaire/AppealParticipantModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +3 -0
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +15 -4
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +4 -1
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ComboModel.d.ts +14 -82
- package/lib/models/questionnaire/ComboModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ElementsModel.d.ts +0 -1
- package/lib/models/questionnaire/ElementsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +2 -0
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts.map +1 -1
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +0 -1
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ScrollableTextModel.d.ts +4 -0
- package/lib/models/questionnaire/ScrollableTextModel.d.ts.map +1 -0
- package/lib/models/questionnaire/StatusModel.d.ts +1 -0
- package/lib/models/questionnaire/StatusModel.d.ts.map +1 -1
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts +4 -0
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts.map +1 -0
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts +9 -0
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts.map +1 -0
- package/lib/models/weekly-cert/address-detail-model.d.ts +14 -0
- package/lib/models/weekly-cert/address-detail-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts +15 -0
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts +27 -0
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts +57 -0
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts +59 -0
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts +66 -0
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/work-search-v2-model.d.ts +18 -0
- package/lib/models/weekly-cert/work-search-v2-model.d.ts.map +1 -0
- package/lib/ngx-reusa-app-lib.module.d.ts +124 -86
- package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -1
- package/lib/pages/BasePage.d.ts +3 -6
- package/lib/pages/BasePage.d.ts.map +1 -1
- package/lib/pages/common/change-password/change-password.page.d.ts +3 -0
- 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/pipes/format-worksearch/format-worksearch.pipe.d.ts +14 -0
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts.map +1 -0
- package/lib/services/address-validation-service/address-validation.service.d.ts +44 -0
- package/lib/services/address-validation-service/address-validation.service.d.ts.map +1 -0
- package/lib/services/appeal/appeal.service.d.ts +16 -0
- package/lib/services/appeal/appeal.service.d.ts.map +1 -0
- package/lib/services/base-service.d.ts +12 -0
- package/lib/services/base-service.d.ts.map +1 -1
- package/lib/services/birt-service/birt.service.d.ts +17 -0
- package/lib/services/birt-service/birt.service.d.ts.map +1 -0
- package/lib/services/claimant-service/claimant.service.d.ts +5 -6
- package/lib/services/claimant-service/claimant.service.d.ts.map +1 -1
- package/lib/services/claims/claims.service.d.ts +39 -5
- package/lib/services/claims/claims.service.d.ts.map +1 -1
- package/lib/services/employer/employer-service.d.ts +16 -0
- package/lib/services/employer/employer-service.d.ts.map +1 -0
- package/lib/services/event-service/event-service.d.ts +20 -0
- package/lib/services/event-service/event-service.d.ts.map +1 -0
- package/lib/services/login/login.service.d.ts +5 -3
- package/lib/services/login/login.service.d.ts.map +1 -1
- package/lib/services/offline-claims/offline-claims.service.d.ts +64 -0
- package/lib/services/offline-claims/offline-claims.service.d.ts.map +1 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts +1 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts.map +1 -1
- package/lib/services/questionnaire/validation.service.d.ts +3 -0
- package/lib/services/questionnaire/validation.service.d.ts.map +1 -1
- package/lib/services/security-service/security.service.d.ts +12 -4
- package/lib/services/security-service/security.service.d.ts.map +1 -1
- package/lib/services/util/util.service.d.ts +6 -0
- package/lib/services/util/util.service.d.ts.map +1 -1
- package/lib/services/weekly-cert/review.service.d.ts +23 -0
- package/lib/services/weekly-cert/review.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts +47 -5
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -1
- package/lib/services/weekly-cert/weekly-cert.service.d.ts +17 -0
- package/lib/services/weekly-cert/weekly-cert.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/work-search.service.d.ts +26 -0
- package/lib/services/weekly-cert/work-search.service.d.ts.map +1 -0
- package/lib/validations/AppRegex.d.ts +0 -2
- package/lib/validations/AppRegex.d.ts.map +1 -1
- package/lib/validations/AppValidators.d.ts +20 -24
- package/lib/validations/AppValidators.d.ts.map +1 -1
- package/package.json +2 -2
- package/public-api.d.ts +46 -4
- package/public-api.d.ts.map +1 -1
- package/esm2022/lib/components/lexis-nexis/lexis-nexis.component.mjs +0 -402
- package/esm2022/lib/components/mfa2/mfa2.component.mjs +0 -285
- package/esm2022/lib/components/security-question/security-question.component.mjs +0 -199
- package/esm2022/lib/models/LexisNexisAccountCreationModel.mjs +0 -2
- package/esm2022/lib/models/LexisNexisAuthSelectionRequestModel.mjs +0 -2
- package/esm2022/lib/models/LexisNexisAuthSelectionResponseModel.mjs +0 -2
- package/esm2022/lib/models/LexisNexisEnabledResponseModel.mjs +0 -2
- package/esm2022/lib/models/LexisNexisResponseModel.mjs +0 -3
- package/esm2022/lib/models/PartialEmploymentModel.mjs +0 -3
- package/esm2022/lib/models/SecurityQuestionModel.mjs +0 -3
- package/esm2022/lib/services/claimant-service/claimant-usps-redirect.service.mjs +0 -36
- package/esm2022/lib/services/lexis-nexis/lexis.nexis.service.mjs +0 -60
- package/esm2022/lib/services/ovp/ovp.service.mjs +0 -43
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts +0 -59
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts.map +0 -1
- package/lib/components/mfa2/mfa2.component.d.ts +0 -48
- package/lib/components/mfa2/mfa2.component.d.ts.map +0 -1
- package/lib/components/security-question/security-question.component.d.ts +0 -37
- package/lib/components/security-question/security-question.component.d.ts.map +0 -1
- package/lib/models/LexisNexisAccountCreationModel.d.ts +0 -15
- package/lib/models/LexisNexisAccountCreationModel.d.ts.map +0 -1
- package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts +0 -16
- package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts.map +0 -1
- package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts +0 -39
- package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts.map +0 -1
- package/lib/models/LexisNexisEnabledResponseModel.d.ts +0 -5
- package/lib/models/LexisNexisEnabledResponseModel.d.ts.map +0 -1
- package/lib/models/LexisNexisResponseModel.d.ts +0 -7
- package/lib/models/LexisNexisResponseModel.d.ts.map +0 -1
- package/lib/models/PartialEmploymentModel.d.ts +0 -6
- package/lib/models/PartialEmploymentModel.d.ts.map +0 -1
- package/lib/models/SecurityQuestionModel.d.ts +0 -7
- package/lib/models/SecurityQuestionModel.d.ts.map +0 -1
- package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts +0 -16
- package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts.map +0 -1
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts +0 -26
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts.map +0 -1
- package/lib/services/ovp/ovp.service.d.ts +0 -17
- package/lib/services/ovp/ovp.service.d.ts.map +0 -1
|
@@ -5,14 +5,16 @@ import { ElementsModel } from '../../models/questionnaire/ElementsModel';
|
|
|
5
5
|
import { LegalDisclaimarModel } from '../../models/questionnaire/LegalDiscaimarModel';
|
|
6
6
|
import { LoggerService } from '../../services/logger/logger.service';
|
|
7
7
|
import { LoginService } from '../../services/login/login.service';
|
|
8
|
-
import {
|
|
8
|
+
import { ClaimantContextService } from '../../services/claimant-context/claimant-context.service';
|
|
9
|
+
import { UtilService } from '../../services/util/util.service';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
export declare class LegalDisclaimarComponent {
|
|
11
12
|
logger: LoggerService;
|
|
12
13
|
fb: UntypedFormBuilder;
|
|
13
14
|
ls: LoginService;
|
|
14
15
|
activatedRoute: ActivatedRoute;
|
|
15
|
-
|
|
16
|
+
claimantContextService: ClaimantContextService;
|
|
17
|
+
util: UtilService;
|
|
16
18
|
displayPosition: boolean;
|
|
17
19
|
position: string;
|
|
18
20
|
displayCheckBox: boolean;
|
|
@@ -23,16 +25,13 @@ export declare class LegalDisclaimarComponent {
|
|
|
23
25
|
question: ElementsModel;
|
|
24
26
|
componentData: string;
|
|
25
27
|
isSubmitted: boolean;
|
|
26
|
-
constructor(logger: LoggerService, fb: UntypedFormBuilder, ls: LoginService, activatedRoute: ActivatedRoute,
|
|
28
|
+
constructor(logger: LoggerService, fb: UntypedFormBuilder, ls: LoginService, activatedRoute: ActivatedRoute, claimantContextService: ClaimantContextService, util: UtilService);
|
|
27
29
|
showPositionDialog(position: string): void;
|
|
28
30
|
acceptDisclaimar(): void;
|
|
29
31
|
cancelDisclaimar(): void;
|
|
30
32
|
get legalHidden(): import("@angular/forms").AbstractControl<any, any>;
|
|
31
33
|
get lastfourssn(): import("@angular/forms").AbstractControl<any, any>;
|
|
32
34
|
ngOnInit(): void;
|
|
33
|
-
addDialogAttribute(): void;
|
|
34
|
-
get required(): any;
|
|
35
|
-
get ssnNotMatched(): any;
|
|
36
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<LegalDisclaimarComponent, never>;
|
|
37
36
|
static ɵcmp: i0.ɵɵComponentDeclaration<LegalDisclaimarComponent, "app-legal-disclaimar", never, { "form": { "alias": "form"; "required": false; }; "question": { "alias": "question"; "required": false; }; "componentData": { "alias": "componentData"; "required": false; }; }, { "accepted": "accepted"; }, never, never, false, never>;
|
|
38
37
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"legal-disclaimar.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/legal-disclaimar/legal-disclaimar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,YAAY,EAAY,MAAM,eAAe,CAAC;AAC3F,OAAO,EAAE,kBAAkB,EAAsB,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"legal-disclaimar.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/legal-disclaimar/legal-disclaimar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,YAAY,EAAY,MAAM,eAAe,CAAC;AAC3F,OAAO,EAAE,kBAAkB,EAAsB,gBAAgB,EAAE,MAAM,EAAiC,MAAM,gBAAgB,CAAC;AACjI,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACzE,OAAO,EAAE,oBAAoB,EAAE,MAAM,gDAAgD,CAAC;AACtF,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAElE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0DAA0D,CAAC;AAClG,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;;AAI/D,qBAKa,wBAAwB;IAad,MAAM,EAAC,aAAa;IAAQ,EAAE,EAAE,kBAAkB;IAAS,EAAE,EAAE,YAAY;IACrF,cAAc,EAAE,cAAc;IAAS,sBAAsB,EAAG,sBAAsB;IACxF,IAAI,EAAE,WAAW;IAbxB,eAAe,EAAE,OAAO,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAC,OAAO,CAAO;IACvB,eAAe,EAAG,oBAAoB,CAAC;IAEvC,eAAe,EAAE,MAAM,CAAC;IACrB,QAAQ,wBAA+B;IACxC,IAAI,EAAE,gBAAgB,CAAC;IACvB,QAAQ,EAAE,aAAa,CAAC;IACzB,aAAa,EAAC,MAAM,CAAC;IAC7B,WAAW,EAAG,OAAO,CAAS;gBACX,MAAM,EAAC,aAAa,EAAQ,EAAE,EAAE,kBAAkB,EAAS,EAAE,EAAE,YAAY,EACrF,cAAc,EAAE,cAAc,EAAS,sBAAsB,EAAG,sBAAsB,EACxF,IAAI,EAAE,WAAW;IAExB,kBAAkB,CAAC,QAAQ,EAAE,MAAM;IAKrC,gBAAgB;IAUhB,gBAAgB;IAQhB,IAAI,WAAW,uDAEd;IAED,IAAI,WAAW,uDAEd;IAED,QAAQ;yCAhDG,wBAAwB;2CAAxB,wBAAwB;CAoEpC"}
|
|
@@ -6,9 +6,9 @@ import { UserModel } from '../../models/UserModel';
|
|
|
6
6
|
import { LoginService } from '../../services/login/login.service';
|
|
7
7
|
import { NotificationService } from '../../services/notification/notification.service';
|
|
8
8
|
import { UtilService } from '../../services/util/util.service';
|
|
9
|
-
import {
|
|
9
|
+
import { BasePage } from '../../pages/BasePage';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class MenuComponent implements OnInit {
|
|
11
|
+
export declare class MenuComponent extends BasePage implements OnInit {
|
|
12
12
|
private nav;
|
|
13
13
|
popup: PopoverController;
|
|
14
14
|
ls: LoginService;
|
|
@@ -17,14 +17,13 @@ export declare class MenuComponent implements OnInit {
|
|
|
17
17
|
menu: MenuController;
|
|
18
18
|
util: UtilService;
|
|
19
19
|
ar: ActivatedRoute;
|
|
20
|
-
translateService: TranslateService;
|
|
21
20
|
menus: MenuItem[];
|
|
22
21
|
appVersion: any;
|
|
23
22
|
showFavButton: boolean;
|
|
24
23
|
reRenderMenu: boolean;
|
|
25
24
|
legacyMenu: any;
|
|
26
25
|
showProfilePopup: boolean;
|
|
27
|
-
constructor(nav: NavController, popup: PopoverController, ls: LoginService, ns: NotificationService, r: Router, menu: MenuController, util: UtilService, ar: ActivatedRoute
|
|
26
|
+
constructor(nav: NavController, popup: PopoverController, ls: LoginService, ns: NotificationService, r: Router, menu: MenuController, util: UtilService, ar: ActivatedRoute);
|
|
28
27
|
ngOnInit(): void;
|
|
29
28
|
setMenu(user: UserModel): void;
|
|
30
29
|
setClaimantMenu(): void;
|
|
@@ -40,14 +39,6 @@ export declare class MenuComponent implements OnInit {
|
|
|
40
39
|
presentMyNotificationPopover(event: any): Promise<void>;
|
|
41
40
|
presentMyProfilePopover(event: any): Promise<void>;
|
|
42
41
|
logout(): void;
|
|
43
|
-
get userProfileLabel(): any;
|
|
44
|
-
get userDocumentsLabel(): any;
|
|
45
|
-
get userLogoutLabel(): any;
|
|
46
|
-
getHomeLabel(): any;
|
|
47
|
-
getClaimsLabel(): any;
|
|
48
|
-
getWeeklyLabel(): any;
|
|
49
|
-
getHistoryLabel(): any;
|
|
50
|
-
getWorkSearchLabel(): any;
|
|
51
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuComponent, never>;
|
|
52
43
|
static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "app-menu", never, {}, {}, never, never, false, never>;
|
|
53
44
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/menu/menu.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAClF,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAGnD,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kDAAkD,CAAC;AACvF,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"menu.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/menu/menu.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAClF,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAGnD,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kDAAkD,CAAC;AACvF,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;AAEhD,qBAKa,aAAc,SAAQ,QAAS,YAAW,MAAM;IAS/C,OAAO,CAAC,GAAG;IAAwB,KAAK,EAAE,iBAAiB;IAAS,EAAE,EAAE,YAAY;IAAS,EAAE,EAAE,mBAAmB;IAC7G,CAAC,EAAE,MAAM;IAAS,IAAI,EAAE,cAAc;IAAS,IAAI,EAAE,WAAW;IAAS,EAAE,EAAG,cAAc;IARxG,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB,UAAU,MAA2B;IACrC,aAAa,UAAS;IACtB,YAAY,UAAQ;IACpB,UAAU,MAA2B;IACrC,gBAAgB,EAAG,OAAO,CAAS;gBAEtB,GAAG,EAAE,aAAa,EAAS,KAAK,EAAE,iBAAiB,EAAS,EAAE,EAAE,YAAY,EAAS,EAAE,EAAE,mBAAmB,EAC7G,CAAC,EAAE,MAAM,EAAS,IAAI,EAAE,cAAc,EAAS,IAAI,EAAE,WAAW,EAAS,EAAE,EAAG,cAAc;IAI/G,QAAQ;IAKR,OAAO,CAAC,IAAI,EAAE,SAAS;IAevB,eAAe;IAkDf,QAAQ;IAgBR,kBAAkB;IAelB,OAAO,CAAC,aAAa;IAarB,QAAQ,CAAC,IAAI,EAAE,QAAQ;IA4BvB,aAAa,CAAC,IAAI,KAAA;IAoBlB,QAAQ;IAIR,UAAU;IAKV,QAAQ,CAAC,IAAI,KAAA;IAKb,QAAQ,CAAC,WAAW,KAAA,EAAE,GAAG,KAAA;IAYnB,4BAA4B,CAAC,KAAK,KAAA;IAelC,uBAAuB,CAAC,KAAK,KAAA;IAkBnC,MAAM;yCA3OK,aAAa;2CAAb,aAAa;CA+OzB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup, NgForm } from '@angular/forms';
|
|
3
3
|
import { NavController } from '@ionic/angular';
|
|
4
4
|
import { BehaviorSubject, Subscription } from 'rxjs';
|
|
5
5
|
import { ErrorModel } from '../../models/ErrorModel';
|
|
@@ -8,37 +8,28 @@ import { UserModel } from '../../models/UserModel';
|
|
|
8
8
|
import { CaptchaService } from '../../services/captcha/captcha.service';
|
|
9
9
|
import { LoginService } from '../../services/login/login.service';
|
|
10
10
|
import { UtilService } from '../../services/util/util.service';
|
|
11
|
-
import { SecurityService } from '../../services/security-service/security.service';
|
|
12
|
-
import { Router } from '@angular/router';
|
|
13
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
14
11
|
import * as i0 from "@angular/core";
|
|
15
|
-
export declare class MfaComponent implements OnDestroy, OnChanges
|
|
12
|
+
export declare class MfaComponent implements OnInit, OnDestroy, OnChanges {
|
|
16
13
|
ls: LoginService;
|
|
17
14
|
fb: UntypedFormBuilder;
|
|
18
15
|
private util;
|
|
19
16
|
nav: NavController;
|
|
20
17
|
private cs;
|
|
21
|
-
private ss;
|
|
22
|
-
private router;
|
|
23
|
-
translateService: TranslateService;
|
|
24
|
-
otpField: any;
|
|
25
18
|
private RESEND_CODE_ACTION_NAME;
|
|
26
19
|
successDtls: any;
|
|
27
20
|
blocked: boolean;
|
|
28
21
|
isChecked: boolean;
|
|
29
22
|
showHelp: boolean;
|
|
30
|
-
hideOptValidator: boolean;
|
|
31
23
|
user: UserModel;
|
|
32
24
|
heading: string;
|
|
33
25
|
requestCode: boolean;
|
|
34
26
|
data: any;
|
|
35
27
|
mfaError: ErrorModel;
|
|
36
28
|
hideButtons: boolean;
|
|
37
|
-
returningUser: boolean;
|
|
38
|
-
display: boolean;
|
|
39
29
|
clear: EventEmitter<any>;
|
|
40
30
|
success: EventEmitter<any>;
|
|
41
31
|
error: EventEmitter<any>;
|
|
32
|
+
otpFormDirective: NgForm;
|
|
42
33
|
otpForm: UntypedFormGroup;
|
|
43
34
|
errorDtls: any;
|
|
44
35
|
time: number;
|
|
@@ -48,7 +39,7 @@ export declare class MfaComponent implements OnDestroy, OnChanges, OnInit {
|
|
|
48
39
|
counter: BehaviorSubject<number>;
|
|
49
40
|
counterSubscription: Subscription;
|
|
50
41
|
options: ComboOption[];
|
|
51
|
-
constructor(ls: LoginService, fb: UntypedFormBuilder, util: UtilService, nav: NavController, cs: CaptchaService
|
|
42
|
+
constructor(ls: LoginService, fb: UntypedFormBuilder, util: UtilService, nav: NavController, cs: CaptchaService);
|
|
52
43
|
ngOnChanges(changes: SimpleChanges): void;
|
|
53
44
|
ngOnDestroy(): void;
|
|
54
45
|
ngOnInit(): void;
|
|
@@ -58,15 +49,12 @@ export declare class MfaComponent implements OnDestroy, OnChanges, OnInit {
|
|
|
58
49
|
get otp(): import("@angular/forms").AbstractControl<any, any>;
|
|
59
50
|
get option(): import("@angular/forms").AbstractControl<any, any>;
|
|
60
51
|
get checked(): import("@angular/forms").AbstractControl<any, any>;
|
|
61
|
-
close(
|
|
52
|
+
close(): void;
|
|
62
53
|
submit(): void;
|
|
63
|
-
signIn(): void
|
|
54
|
+
signIn(): Promise<void>;
|
|
64
55
|
sendOtp(event: any): void;
|
|
65
|
-
get AccessVerify(): any;
|
|
66
|
-
get AccessRequired(): any;
|
|
67
|
-
get AccessConfirm(): any;
|
|
68
56
|
resendAuthCode(otpType: string): void;
|
|
69
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<MfaComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MfaComponent, "app-mfa", never, { "user": { "alias": "user"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "requestCode": { "alias": "requestCode"; "required": false; }; "data": { "alias": "data"; "required": false; }; "mfaError": { "alias": "mfaError"; "required": false; }; "hideButtons": { "alias": "hideButtons"; "required": false; };
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MfaComponent, "app-mfa", never, { "user": { "alias": "user"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "requestCode": { "alias": "requestCode"; "required": false; }; "data": { "alias": "data"; "required": false; }; "mfaError": { "alias": "mfaError"; "required": false; }; "hideButtons": { "alias": "hideButtons"; "required": false; }; }, { "clear": "clear"; "success": "success"; "error": "error"; }, never, never, false, never>;
|
|
71
59
|
}
|
|
72
60
|
//# sourceMappingURL=mfa.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mfa.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/mfa/mfa.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,SAAS,EAAE,MAAM,EAAU,aAAa,EAAa,MAAM,eAAe,CAAC;AAC/H,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAc,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"mfa.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/mfa/mfa.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,SAAS,EAAE,MAAM,EAAU,aAAa,EAAa,MAAM,eAAe,CAAC;AAC/H,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,EAAc,MAAM,gBAAgB,CAAC;AAC1F,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAE,eAAe,EAAY,YAAY,EAAS,MAAM,MAAM,CAAC;AAEtE,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AACpE,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;;AAE/D,qBAKa,YAAa,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IA0D5C,EAAE,EAAE,YAAY;IAAS,EAAE,EAAG,kBAAkB;IACvD,OAAO,CAAC,IAAI;IAAsB,GAAG,EAAG,aAAa;IAAE,OAAO,CAAC,EAAE;IAzD7E,OAAO,CAAC,uBAAuB,CAAqB;IAE7C,WAAW,MAAC;IAEZ,OAAO,EAAE,OAAO,CAAC;IAEjB,SAAS,EAAE,OAAO,CAAS;IAE3B,QAAQ,EAAE,OAAO,CAAS;IAGjC,IAAI,EAAG,SAAS,CAAC;IAIjB,OAAO,EAAG,MAAM,CAAC;IAIjB,WAAW,EAAG,OAAO,CAAC;IAItB,IAAI,EAAG,GAAG,CAAC;IAGX,QAAQ,EAAG,UAAU,CAAC;IAGtB,WAAW,EAAG,OAAO,CAAS;IAEpB,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAE9C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEhD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGjD,gBAAgB,EAAE,MAAM,CAAC;IAEzB,OAAO,EAAG,gBAAgB,CAAC;IAE3B,SAAS,MAAC;IAEV,IAAI,SAAK;IACT,aAAa,oCAAkB;IAC/B,KAAK,+BAAgB;IACrB,SAAS,oCAA4C;IACrD,OAAO,EAAG,eAAe,CAAC,MAAM,CAAC,CAA0B;IAClE,mBAAmB,EAAG,YAAY,CAAC;IAE5B,OAAO,EAAG,WAAW,EAAE,CAG5B;gBAEiB,EAAE,EAAE,YAAY,EAAS,EAAE,EAAG,kBAAkB,EAC/C,IAAI,EAAE,WAAW,EAAS,GAAG,EAAG,aAAa,EAAU,EAAE,EAAE,cAAc;IAI7F,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAOzC,WAAW,IAAI,IAAI;IAMnB,QAAQ;IAeR,kBAAkB,CAAC,OAAO,EAAG,MAAM;IAenC,YAAY;IAUZ,aAAa;IASb,IAAI,GAAG,uDAEN;IAED,IAAI,MAAM,uDAET;IAED,IAAI,OAAO,uDAEV;IAED,KAAK;IAIL,MAAM;IAOA,MAAM;IAsCZ,OAAO,CAAC,KAAK,KAAA;IAIb,cAAc,CAAC,OAAO,EAAG,MAAM;yCA9LpB,YAAY;2CAAZ,YAAY;CAyNxB"}
|
|
@@ -1,19 +1,17 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { UserModel } from '../../models/UserModel';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class MfaPopupComponent {
|
|
4
|
+
export declare class MfaPopupComponent implements OnInit {
|
|
5
5
|
user: UserModel;
|
|
6
|
-
|
|
7
|
-
display: boolean;
|
|
8
|
-
heading: string;
|
|
9
|
-
clear: EventEmitter<boolean>;
|
|
6
|
+
clear: EventEmitter<any>;
|
|
10
7
|
success: EventEmitter<any>;
|
|
11
8
|
error: EventEmitter<any>;
|
|
12
9
|
constructor();
|
|
13
|
-
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
close(event: any): void;
|
|
14
12
|
loginSuccess(event: any): void;
|
|
15
13
|
reset(event: any): void;
|
|
16
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<MfaPopupComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MfaPopupComponent, "app-mfa-popup", never, { "user": { "alias": "user"; "required": false; };
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MfaPopupComponent, "app-mfa-popup", never, { "user": { "alias": "user"; "required": false; }; }, { "clear": "clear"; "success": "success"; "error": "error"; }, never, never, false, never>;
|
|
18
16
|
}
|
|
19
17
|
//# sourceMappingURL=mfa-popup.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mfa-popup.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/mfa-popup/mfa-popup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,
|
|
1
|
+
{"version":3,"file":"mfa-popup.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/mfa-popup/mfa-popup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;;AAEnD,qBAKa,iBAAkB,YAAW,MAAM;IAG9C,IAAI,EAAG,SAAS,CAAC;IAEP,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAE9C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEhD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;;IAIxD,QAAQ,IAAI,IAAI;IAGhB,KAAK,CAAC,KAAK,KAAA;IAKX,YAAY,CAAC,KAAK,KAAA;IAIlB,KAAK,CAAC,KAAK,KAAA;yCAzBA,iBAAiB;2CAAjB,iBAAiB;CA6B7B"}
|
|
@@ -3,17 +3,28 @@ import { ClaimAppEmpResponseModel } from '../../models/questionnaire/ClaimAppEmp
|
|
|
3
3
|
import { LoggerService } from '../../services/logger/logger.service';
|
|
4
4
|
import { LoginService } from '../../services/login/login.service';
|
|
5
5
|
import { ValidationService } from '../../services/questionnaire/validation.service';
|
|
6
|
+
import { BasePage } from '../../pages/BasePage';
|
|
7
|
+
import { OverlayPanel } from 'primeng/overlaypanel';
|
|
8
|
+
import { WbaHelperTextModel } from '../../models/questionnaire/WbaHelperTextModel';
|
|
9
|
+
import { Storage } from '@ionic/storage-angular';
|
|
6
10
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class MoneyExpectComponent {
|
|
11
|
+
export declare class MoneyExpectComponent extends BasePage {
|
|
8
12
|
logger: LoggerService;
|
|
9
13
|
validationService: ValidationService;
|
|
10
14
|
ls: LoginService;
|
|
11
15
|
activatedRoute: ActivatedRoute;
|
|
16
|
+
private storage;
|
|
17
|
+
op1: OverlayPanel;
|
|
18
|
+
componentData: string;
|
|
19
|
+
wbaText: WbaHelperTextModel;
|
|
20
|
+
isCsr: boolean;
|
|
21
|
+
uuid: string;
|
|
12
22
|
moneyResponse: ClaimAppEmpResponseModel;
|
|
13
23
|
ssnForCSR: string;
|
|
14
|
-
constructor(logger: LoggerService, validationService: ValidationService, ls: LoginService, activatedRoute: ActivatedRoute);
|
|
15
|
-
|
|
24
|
+
constructor(logger: LoggerService, validationService: ValidationService, ls: LoginService, activatedRoute: ActivatedRoute, storage: Storage);
|
|
25
|
+
getIdentifier(): Promise<any>;
|
|
26
|
+
ngOnInit(): Promise<void>;
|
|
16
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<MoneyExpectComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MoneyExpectComponent, "money-expect", never, {}, {}, never,
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MoneyExpectComponent, "money-expect", never, { "componentData": { "alias": "componentData"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
18
29
|
}
|
|
19
30
|
//# sourceMappingURL=money-expect.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"money-expect.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/money-expect/money-expect.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAEjD,OAAO,EAAE,wBAAwB,EAAE,MAAM,qDAAqD,CAAC;AAC/F,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;;
|
|
1
|
+
{"version":3,"file":"money-expect.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/money-expect/money-expect.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAEjD,OAAO,EAAE,wBAAwB,EAAE,MAAM,qDAAqD,CAAC;AAC/F,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;AACpF,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AAEnF,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;;AAGjD,qBAMa,oBAAqB,SAAQ,QAAQ;IAY7B,MAAM,EAAE,aAAa;IAAQ,iBAAiB,EAAE,iBAAiB;IAC3E,EAAE,EAAE,YAAY;IAAS,cAAc,EAAG,cAAc;IAAE,OAAO,CAAC,OAAO;IAXlF,GAAG,EAAG,YAAY,CAAC;IAEX,aAAa,EAAC,MAAM,CAAC;IAEtB,OAAO,EAAG,kBAAkB,CAAC;IAC7B,KAAK,UAAS;IACrB,IAAI,EAAE,MAAM,CAAQ;IAEb,aAAa,2BAAkC;IACtD,SAAS,EAAG,MAAM,CAAC;gBACA,MAAM,EAAE,aAAa,EAAQ,iBAAiB,EAAE,iBAAiB,EAC3E,EAAE,EAAE,YAAY,EAAS,cAAc,EAAG,cAAc,EAAU,OAAO,EAAG,OAAO;IAItF,aAAa;IAYb,QAAQ;yCA7BH,oBAAoB;2CAApB,oBAAoB;CAwDhC"}
|
|
@@ -0,0 +1,311 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor, UntypedFormArray, UntypedFormBuilder, UntypedFormGroup, NgForm } from '@angular/forms';
|
|
3
|
+
import { FilterService } from 'primeng/api';
|
|
4
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
5
|
+
import { EmployerDetailSearchResult } from '../../models/questionnaire/EmployerDetailSearchResult';
|
|
6
|
+
import { QtrYearEmployerWageModel } from '../../models/questionnaire/QtrYearEmployerWageModel';
|
|
7
|
+
import { LoggerService } from '../../services/logger/logger.service';
|
|
8
|
+
import { ValidationService } from '../../services/questionnaire/validation.service';
|
|
9
|
+
import { UtilService } from '../../services/util/util.service';
|
|
10
|
+
import { ChoicesModel } from '../../models/AddressComponentModel';
|
|
11
|
+
import { OfflineClaimService } from '../../services/offline-claims/offline-claims.service';
|
|
12
|
+
import { AddressComponent } from '../address/address.component';
|
|
13
|
+
import { LoginService } from '../../services/login/login.service';
|
|
14
|
+
import { ActivatedRoute } from '@angular/router';
|
|
15
|
+
import { EmployerService } from '../../services/employer/employer-service';
|
|
16
|
+
import * as i0 from "@angular/core";
|
|
17
|
+
export declare class OfflineAddEmployerComponent implements OnInit, ControlValueAccessor, OnChanges {
|
|
18
|
+
formBuilder: UntypedFormBuilder;
|
|
19
|
+
validationService: ValidationService;
|
|
20
|
+
util: UtilService;
|
|
21
|
+
private filterService;
|
|
22
|
+
private logger;
|
|
23
|
+
sanitizer: DomSanitizer;
|
|
24
|
+
claimsService: OfflineClaimService;
|
|
25
|
+
ls: LoginService;
|
|
26
|
+
el: ElementRef;
|
|
27
|
+
private ar;
|
|
28
|
+
employerService: EmployerService;
|
|
29
|
+
address1: AddressComponent;
|
|
30
|
+
address2: AddressComponent;
|
|
31
|
+
address3: AddressComponent;
|
|
32
|
+
addEmployerFormDirective: NgForm;
|
|
33
|
+
employerTypeOptions: {
|
|
34
|
+
value: string;
|
|
35
|
+
text: string;
|
|
36
|
+
}[];
|
|
37
|
+
countryOptions: {
|
|
38
|
+
value: string;
|
|
39
|
+
text: string;
|
|
40
|
+
}[];
|
|
41
|
+
countryFedOptions: {
|
|
42
|
+
value: string;
|
|
43
|
+
text: string;
|
|
44
|
+
}[];
|
|
45
|
+
payRateOptions: {
|
|
46
|
+
value: string;
|
|
47
|
+
text: string;
|
|
48
|
+
}[];
|
|
49
|
+
stateOptions: any;
|
|
50
|
+
fedStateOptions: any;
|
|
51
|
+
jobTileOrPositionOptions: any;
|
|
52
|
+
fedJobTileOptions: any;
|
|
53
|
+
radioOptions: {
|
|
54
|
+
value: string;
|
|
55
|
+
text: string;
|
|
56
|
+
}[];
|
|
57
|
+
workOptions: {
|
|
58
|
+
value: string;
|
|
59
|
+
text: string;
|
|
60
|
+
}[];
|
|
61
|
+
yesNoNaOptions: {
|
|
62
|
+
value: string;
|
|
63
|
+
text: string;
|
|
64
|
+
}[];
|
|
65
|
+
payMethodOptions: {
|
|
66
|
+
value: string;
|
|
67
|
+
text: string;
|
|
68
|
+
}[];
|
|
69
|
+
wageProofOptions: {
|
|
70
|
+
value: string;
|
|
71
|
+
text: string;
|
|
72
|
+
}[];
|
|
73
|
+
dischargeReasonOptions: ChoicesModel[];
|
|
74
|
+
volQuitReasonOptions: ChoicesModel[];
|
|
75
|
+
statesOptions: any;
|
|
76
|
+
payPeriod: {
|
|
77
|
+
value: string;
|
|
78
|
+
text: string;
|
|
79
|
+
}[];
|
|
80
|
+
employmentStatusOptions: ChoicesModel[];
|
|
81
|
+
workCountryOptions: {
|
|
82
|
+
value: string;
|
|
83
|
+
text: string;
|
|
84
|
+
}[];
|
|
85
|
+
militaryServiceOptions: {
|
|
86
|
+
value: string;
|
|
87
|
+
text: string;
|
|
88
|
+
}[];
|
|
89
|
+
remunerationTypeOptions: {
|
|
90
|
+
value: string;
|
|
91
|
+
text: string;
|
|
92
|
+
}[];
|
|
93
|
+
shiftOptions: {
|
|
94
|
+
value: string;
|
|
95
|
+
text: string;
|
|
96
|
+
}[];
|
|
97
|
+
didWorkOptions: {
|
|
98
|
+
value: string;
|
|
99
|
+
text: string;
|
|
100
|
+
}[];
|
|
101
|
+
workWeekOptions: {
|
|
102
|
+
value: string;
|
|
103
|
+
text: string;
|
|
104
|
+
}[];
|
|
105
|
+
dissmisalCheckBoxOptions: {
|
|
106
|
+
value: string;
|
|
107
|
+
text: string;
|
|
108
|
+
}[];
|
|
109
|
+
addEmployerForm: UntypedFormGroup;
|
|
110
|
+
display: boolean;
|
|
111
|
+
basePeriodStartDate: Date;
|
|
112
|
+
basePeriodEndDate: Date;
|
|
113
|
+
bpStartDateToDisplay: Date;
|
|
114
|
+
minDate: Date;
|
|
115
|
+
minStartDate: Date;
|
|
116
|
+
quarterRangeOne?: string;
|
|
117
|
+
quarterRangeTwo?: string;
|
|
118
|
+
quarterRangeThree?: string;
|
|
119
|
+
quarterRangeFour?: string;
|
|
120
|
+
currentQuarterRange?: string;
|
|
121
|
+
quarterRangeFive?: string;
|
|
122
|
+
dateTime: Date;
|
|
123
|
+
minWorkStartDate: Date;
|
|
124
|
+
dischargeReasonOptionsAll: ChoicesModel[];
|
|
125
|
+
volQuitReasonOptionsAll: ChoicesModel[];
|
|
126
|
+
employmentStatusOptionsAll: ChoicesModel[];
|
|
127
|
+
sf8Info: string;
|
|
128
|
+
statement1: string;
|
|
129
|
+
statement2: string;
|
|
130
|
+
statement3: string;
|
|
131
|
+
statement4: string;
|
|
132
|
+
paraOne: string;
|
|
133
|
+
paraTwo: string;
|
|
134
|
+
paraThree: string;
|
|
135
|
+
paraFour: string;
|
|
136
|
+
paraFive: string;
|
|
137
|
+
paraSix: string;
|
|
138
|
+
noParaOne: string;
|
|
139
|
+
noParaTwo: string;
|
|
140
|
+
noParaThree: string;
|
|
141
|
+
noParaFour: string;
|
|
142
|
+
noParaFive: string;
|
|
143
|
+
employerProvidedWages: QtrYearEmployerWageModel[];
|
|
144
|
+
modelCancel: EventEmitter<boolean>;
|
|
145
|
+
success: EventEmitter<any>;
|
|
146
|
+
recordIndexToEdit: number;
|
|
147
|
+
isBasePeriodEmployer: boolean;
|
|
148
|
+
isNewClaim: boolean;
|
|
149
|
+
dob: Date;
|
|
150
|
+
hideFicCode: true;
|
|
151
|
+
basePeriodIndex: EventEmitter<number>;
|
|
152
|
+
currentState: string;
|
|
153
|
+
customerName: string;
|
|
154
|
+
aliasName: string;
|
|
155
|
+
mailingAddressDisplay: string;
|
|
156
|
+
schoolFlag: string;
|
|
157
|
+
sportsFlag: string;
|
|
158
|
+
claimTypeDua: string;
|
|
159
|
+
ssnValidWorkShare: string;
|
|
160
|
+
isOsaEmployer: string;
|
|
161
|
+
employerTypePreSet: string;
|
|
162
|
+
isCSR: boolean;
|
|
163
|
+
showWorkState: boolean;
|
|
164
|
+
reasonSeparationValue: string;
|
|
165
|
+
private onChange;
|
|
166
|
+
private onTouch;
|
|
167
|
+
constructor(formBuilder: UntypedFormBuilder, validationService: ValidationService, util: UtilService, filterService: FilterService, logger: LoggerService, sanitizer: DomSanitizer, claimsService: OfflineClaimService, ls: LoginService, el: ElementRef, ar: ActivatedRoute, employerService: EmployerService);
|
|
168
|
+
ngOnInit(): void;
|
|
169
|
+
setWorkStartDate(): void;
|
|
170
|
+
getReasonSeperationBasedOnCondition(schoolFlag?: string, sportsFlag?: string, claimTypeDua?: string, ssnValidWorkShare?: string): void;
|
|
171
|
+
loadMasterData(): boolean;
|
|
172
|
+
wageArray(qtrWage: QtrYearEmployerWageModel): UntypedFormGroup;
|
|
173
|
+
get wageAmountArray(): UntypedFormArray;
|
|
174
|
+
get testEmp(): import("@angular/forms").AbstractControl<any, any>;
|
|
175
|
+
setRequiredValidation(): void;
|
|
176
|
+
setValidationOnServFields(): void;
|
|
177
|
+
removeValidationOnServFields(): void;
|
|
178
|
+
setValidationOnVerificationOfWagesFields(): void;
|
|
179
|
+
setWageValidation(): void;
|
|
180
|
+
removeWageValidation(): void;
|
|
181
|
+
removeValidationOnVerificationOfWagesFields(): void;
|
|
182
|
+
setValidationOnRegularFields(): void;
|
|
183
|
+
removeValidationOnRegularFields(): void;
|
|
184
|
+
setValidationOnFederalFields(): void;
|
|
185
|
+
removeValidationOnFederalFields(): void;
|
|
186
|
+
setValidationOnMilitaryFields(): void;
|
|
187
|
+
removeValidationOnMilitaryFields(): void;
|
|
188
|
+
get employerType(): import("@angular/forms").AbstractControl<any, any>;
|
|
189
|
+
get employerName(): import("@angular/forms").AbstractControl<any, any>;
|
|
190
|
+
get employerTelephoneNumber(): import("@angular/forms").AbstractControl<any, any>;
|
|
191
|
+
get startDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
192
|
+
get endDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
193
|
+
get jobTileOrPosition(): import("@angular/forms").AbstractControl<any, any>;
|
|
194
|
+
get reasonSeparation(): import("@angular/forms").AbstractControl<any, any>;
|
|
195
|
+
get dischargeDetail(): import("@angular/forms").AbstractControl<any, any>;
|
|
196
|
+
get volQuitDetails(): import("@angular/forms").AbstractControl<any, any>;
|
|
197
|
+
get payRate(): import("@angular/forms").AbstractControl<any, any>;
|
|
198
|
+
get grossWages(): import("@angular/forms").AbstractControl<any, any>;
|
|
199
|
+
get payRateFrequency(): import("@angular/forms").AbstractControl<any, any>;
|
|
200
|
+
get hrsWeek(): import("@angular/forms").AbstractControl<any, any>;
|
|
201
|
+
get shift(): import("@angular/forms").AbstractControl<any, any>;
|
|
202
|
+
get workWeek(): import("@angular/forms").AbstractControl<any, any>;
|
|
203
|
+
get regDissmisalCheckBox(): import("@angular/forms").AbstractControl<any, any>;
|
|
204
|
+
get fedDissmisalCheckBox(): import("@angular/forms").AbstractControl<any, any>;
|
|
205
|
+
get fedLaidOffFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
206
|
+
get didWork(): import("@angular/forms").AbstractControl<any, any>;
|
|
207
|
+
get separationDateFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
208
|
+
get regDissmisalFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
209
|
+
get fedDissmisalFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
210
|
+
get regLaidOffFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
211
|
+
get separationDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
212
|
+
get pensionFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
213
|
+
get pensionRecvDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
214
|
+
get regPensionFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
215
|
+
get regPensionRecvDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
216
|
+
get isClmtPaidWhileLow(): import("@angular/forms").AbstractControl<any, any>;
|
|
217
|
+
get hasShortTermDisability(): import("@angular/forms").AbstractControl<any, any>;
|
|
218
|
+
get hasRecvRemuneration(): import("@angular/forms").AbstractControl<any, any>;
|
|
219
|
+
get remunerationTypes(): import("@angular/forms").AbstractControl<any, any>;
|
|
220
|
+
get vacation(): import("@angular/forms").AbstractControl<any, any>;
|
|
221
|
+
get paymentType(): import("@angular/forms").AbstractControl<any, any>;
|
|
222
|
+
get docsReceived(): import("@angular/forms").AbstractControl<any, any>;
|
|
223
|
+
get otherSSNFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
224
|
+
get otherSSN(): import("@angular/forms").AbstractControl<any, any>;
|
|
225
|
+
get otherNameFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
226
|
+
get otherName(): import("@angular/forms").AbstractControl<any, any>;
|
|
227
|
+
get doingBusinessAs(): import("@angular/forms").AbstractControl<any, any>;
|
|
228
|
+
get workFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
229
|
+
get workCity(): import("@angular/forms").AbstractControl<any, any>;
|
|
230
|
+
get workState(): import("@angular/forms").AbstractControl<any, any>;
|
|
231
|
+
get workType(): import("@angular/forms").AbstractControl<any, any>;
|
|
232
|
+
get displayVerificationOfWages(): import("@angular/forms").AbstractControl<any, any>;
|
|
233
|
+
get ficCode(): import("@angular/forms").AbstractControl<any, any>;
|
|
234
|
+
get ficDestinationCode(): import("@angular/forms").AbstractControl<any, any>;
|
|
235
|
+
get ficDestinationId(): import("@angular/forms").AbstractControl<any, any>;
|
|
236
|
+
get sfEightflag(): import("@angular/forms").AbstractControl<any, any>;
|
|
237
|
+
get fedWorkCity(): import("@angular/forms").AbstractControl<any, any>;
|
|
238
|
+
get fedWorkState(): import("@angular/forms").AbstractControl<any, any>;
|
|
239
|
+
get fedWorkCountry(): import("@angular/forms").AbstractControl<any, any>;
|
|
240
|
+
get startDateFed(): import("@angular/forms").AbstractControl<any, any>;
|
|
241
|
+
get endDateFed(): import("@angular/forms").AbstractControl<any, any>;
|
|
242
|
+
get fedJobTileOrPosition(): import("@angular/forms").AbstractControl<any, any>;
|
|
243
|
+
get performedService(): import("@angular/forms").AbstractControl<any, any>;
|
|
244
|
+
get fedPensionFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
245
|
+
get fedPensionRecvDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
246
|
+
get sevPayFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
247
|
+
get weeklyAmount(): import("@angular/forms").AbstractControl<any, any>;
|
|
248
|
+
get numberOfWeeks(): import("@angular/forms").AbstractControl<any, any>;
|
|
249
|
+
get sevPayAmount(): import("@angular/forms").AbstractControl<any, any>;
|
|
250
|
+
get sevPayStartDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
251
|
+
get sevPayEndDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
252
|
+
get sevPayPaymentStartDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
253
|
+
get regEmployerFound(): import("@angular/forms").AbstractControl<any, any>;
|
|
254
|
+
get employerId(): import("@angular/forms").AbstractControl<any, any>;
|
|
255
|
+
get fedEmployerName(): import("@angular/forms").AbstractControl<any, any>;
|
|
256
|
+
get serviceBranch(): import("@angular/forms").AbstractControl<any, any>;
|
|
257
|
+
get startDateMil(): import("@angular/forms").AbstractControl<any, any>;
|
|
258
|
+
get endDateMil(): import("@angular/forms").AbstractControl<any, any>;
|
|
259
|
+
get dd214Flag(): import("@angular/forms").AbstractControl<any, any>;
|
|
260
|
+
get lastPayGrade(): import("@angular/forms").AbstractControl<any, any>;
|
|
261
|
+
get lastduty(): import("@angular/forms").AbstractControl<any, any>;
|
|
262
|
+
get placeSeparated(): import("@angular/forms").AbstractControl<any, any>;
|
|
263
|
+
get noLeaveDays(): import("@angular/forms").AbstractControl<any, any>;
|
|
264
|
+
get completedFullTermFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
265
|
+
get reserveOrGuardFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
266
|
+
get milPensionFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
267
|
+
get milPensionRecvDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
268
|
+
get addressLine1(): import("@angular/forms").AbstractControl<any, any>;
|
|
269
|
+
get addressLine2(): import("@angular/forms").AbstractControl<any, any>;
|
|
270
|
+
get addressLine3(): import("@angular/forms").AbstractControl<any, any>;
|
|
271
|
+
get ficDestinationName(): import("@angular/forms").AbstractControl<any, any>;
|
|
272
|
+
get reserveBranch(): import("@angular/forms").AbstractControl<any, any>;
|
|
273
|
+
get startDateReserve(): import("@angular/forms").AbstractControl<any, any>;
|
|
274
|
+
get endDateReserve(): import("@angular/forms").AbstractControl<any, any>;
|
|
275
|
+
get dd214File(): import("@angular/forms").AbstractControl<any, any>;
|
|
276
|
+
get address(): import("@angular/forms").AbstractControl<any, any>;
|
|
277
|
+
get osaBpEmployerFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
278
|
+
get displaySeasonalEmp(): import("@angular/forms").AbstractControl<any, any>;
|
|
279
|
+
onToggleChangeEmployerType(obj: any): void;
|
|
280
|
+
writeValue(obj: any): void;
|
|
281
|
+
registerOnChange(fn: any): void;
|
|
282
|
+
registerOnTouched(fn: any): void;
|
|
283
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
284
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
285
|
+
onModelCancel(cancel: boolean): void;
|
|
286
|
+
setEmployer(employer: EmployerDetailSearchResult): void;
|
|
287
|
+
setFedEmployer(employer: EmployerDetailSearchResult): void;
|
|
288
|
+
resetFedEmployer(employer: EmployerDetailSearchResult): void;
|
|
289
|
+
resetEmployer(employer: EmployerDetailSearchResult): void;
|
|
290
|
+
putMilResBranchValidation(event: any): void;
|
|
291
|
+
putMilValidation(event: any): void;
|
|
292
|
+
onOptionChange(event: any): void;
|
|
293
|
+
save(): void;
|
|
294
|
+
add(): void;
|
|
295
|
+
validateAddress(): void;
|
|
296
|
+
filterCountry(event: any): void;
|
|
297
|
+
filterFedCountry(event: any): void;
|
|
298
|
+
setFedWorkStateValues(event: any): void;
|
|
299
|
+
filterWorkCountry(event: any): void;
|
|
300
|
+
filterMilitaryServiceOptions(event: any): void;
|
|
301
|
+
filterPayRate(event: any): void;
|
|
302
|
+
filterReasonSeparation(event: any): void;
|
|
303
|
+
filterUsState(event: any): void;
|
|
304
|
+
validate(event: any): void;
|
|
305
|
+
validateWagesDisplay(event: any): void;
|
|
306
|
+
onClearAction(event: any): void;
|
|
307
|
+
dateInput(event: any): void;
|
|
308
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OfflineAddEmployerComponent, never>;
|
|
309
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OfflineAddEmployerComponent, "app-offline-add-employer", never, { "recordIndexToEdit": { "alias": "recordIndexToEdit"; "required": false; }; "isBasePeriodEmployer": { "alias": "isBasePeriodEmployer"; "required": false; }; "isNewClaim": { "alias": "isNewClaim"; "required": false; }; "dob": { "alias": "dob"; "required": false; }; }, { "modelCancel": "modelCancel"; "success": "success"; "basePeriodIndex": "basePeriodIndex"; }, never, never, false, never>;
|
|
310
|
+
}
|
|
311
|
+
//# sourceMappingURL=offline-add-employer.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"offline-add-employer.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/offline-add-employer/offline-add-employer.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { AbstractControl, ControlValueAccessor, UntypedFormBuilder, UntypedFormGroup, NgForm, Validator, ValidatorFn } from '@angular/forms';
|
|
3
|
+
import { Subscription } from 'rxjs';
|
|
4
|
+
import { UtilService } from '../../services/util/util.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class OfflineBankDetailsComponent implements OnInit, ControlValueAccessor, OnDestroy, Validator {
|
|
7
|
+
formBuilder: UntypedFormBuilder;
|
|
8
|
+
util: UtilService;
|
|
9
|
+
bankDetailsFormDirective: NgForm;
|
|
10
|
+
bankDetailsForm: UntypedFormGroup;
|
|
11
|
+
accountTypeOptions: any[];
|
|
12
|
+
routingNumberValidators: ValidatorFn[];
|
|
13
|
+
constructor(formBuilder: UntypedFormBuilder, util: UtilService);
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
submit(): void;
|
|
16
|
+
setAccountNumberValidator(): void;
|
|
17
|
+
get nameOnAccount(): AbstractControl<any, any>;
|
|
18
|
+
get accountType(): AbstractControl<any, any>;
|
|
19
|
+
get routingNumber(): AbstractControl<any, any>;
|
|
20
|
+
get accountNumber(): AbstractControl<any, any>;
|
|
21
|
+
get reEnterAccountNumber(): AbstractControl<any, any>;
|
|
22
|
+
onTouched: Function;
|
|
23
|
+
onChangeSubs: Subscription[];
|
|
24
|
+
ngOnDestroy(): void;
|
|
25
|
+
registerOnChange(onChange: any): void;
|
|
26
|
+
registerOnTouched(onTouched: Function): void;
|
|
27
|
+
setDisabledState(disabled: boolean): void;
|
|
28
|
+
writeValue(value: any): void;
|
|
29
|
+
validate(control: AbstractControl): any;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OfflineBankDetailsComponent, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OfflineBankDetailsComponent, "app-offline-bank-details", never, {}, {}, never, never, false, never>;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=offline-bank-details.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"offline-bank-details.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/offline-bank-details/offline-bank-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,SAAS,EAAE,MAAM,EAAa,MAAM,eAAe,CAAC;AACpF,OAAO,EAAE,eAAe,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,EAAoC,SAAS,EAAE,WAAW,EAAc,MAAM,gBAAgB,CAAC;AAC3L,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;;AAI/D,qBAea,2BAA4B,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS,EAAE,SAAS;IAejF,WAAW,EAAE,kBAAkB;IAAQ,IAAI,EAAG,WAAW;IAZrE,wBAAwB,EAAE,MAAM,CAAC;IAEjC,eAAe,EAAE,gBAAgB,CAAC;IACzC,kBAAkB,EAAE,GAAG,EAAE,CAAC;IAG1B,uBAAuB,EAAG,WAAW,EAAE,CAIrC;gBAEiB,WAAW,EAAE,kBAAkB,EAAQ,IAAI,EAAG,WAAW;IAQ5E,QAAQ,IAAI,IAAI;IAahB,MAAM;IAMN,yBAAyB;IA6CzB,IAAI,aAAa,8BAEhB;IACD,IAAI,WAAW,8BAEd;IACD,IAAI,aAAa,8BAEhB;IACD,IAAI,aAAa,8BAEhB;IAID,IAAI,oBAAoB,8BAEvB;IAED,SAAS,EAAE,QAAQ,CAAa;IAEhC,YAAY,EAAE,YAAY,EAAE,CAAM;IAElC,WAAW;IAMX,gBAAgB,CAAC,QAAQ,EAAE,GAAG;IAK9B,iBAAiB,CAAC,SAAS,EAAE,QAAQ;IAIrC,gBAAgB,CAAC,QAAQ,EAAE,OAAO;IASlC,UAAU,CAAC,KAAK,EAAE,GAAG;IAOrB,QAAQ,CAAC,OAAO,EAAE,eAAe;yCA7ItB,2BAA2B;2CAA3B,2BAA2B;CAuKvC"}
|