@reusa/ngx-reusa-app-lib 0.0.1374 → 0.0.1377
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
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { UntypedFormArray, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
1
|
+
import { ElementRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor, UntypedFormArray, UntypedFormBuilder, UntypedFormGroup, NgForm } from '@angular/forms';
|
|
3
3
|
import { FilterService } from 'primeng/api';
|
|
4
4
|
import { DomSanitizer } from '@angular/platform-browser';
|
|
5
5
|
import { EmployerDetailSearchResult } from '../../models/questionnaire/EmployerDetailSearchResult';
|
|
@@ -12,9 +12,9 @@ import { ClaimService } from '../../services/claims/claims.service';
|
|
|
12
12
|
import { AddressComponent } from '../address/address.component';
|
|
13
13
|
import { LoginService } from '../../services/login/login.service';
|
|
14
14
|
import { ActivatedRoute } from '@angular/router';
|
|
15
|
-
import {
|
|
15
|
+
import { EmployerService } from '../../services/employer/employer-service';
|
|
16
16
|
import * as i0 from "@angular/core";
|
|
17
|
-
export declare class AddEmployerComponent implements OnInit {
|
|
17
|
+
export declare class AddEmployerComponent implements OnInit, ControlValueAccessor, OnChanges {
|
|
18
18
|
formBuilder: UntypedFormBuilder;
|
|
19
19
|
validationService: ValidationService;
|
|
20
20
|
util: UtilService;
|
|
@@ -25,31 +25,91 @@ export declare class AddEmployerComponent implements OnInit {
|
|
|
25
25
|
ls: LoginService;
|
|
26
26
|
el: ElementRef;
|
|
27
27
|
private ar;
|
|
28
|
-
|
|
28
|
+
employerService: EmployerService;
|
|
29
29
|
address1: AddressComponent;
|
|
30
30
|
address2: AddressComponent;
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
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
|
+
}[];
|
|
35
49
|
stateOptions: any;
|
|
36
50
|
fedStateOptions: any;
|
|
37
51
|
jobTileOrPositionOptions: any;
|
|
38
52
|
fedJobTileOptions: any;
|
|
39
|
-
radioOptions:
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
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
|
+
}[];
|
|
44
73
|
dischargeReasonOptions: ChoicesModel[];
|
|
45
74
|
volQuitReasonOptions: ChoicesModel[];
|
|
46
75
|
statesOptions: any;
|
|
47
|
-
|
|
48
|
-
|
|
76
|
+
payPeriod: {
|
|
77
|
+
value: string;
|
|
78
|
+
text: string;
|
|
79
|
+
}[];
|
|
49
80
|
employmentStatusOptions: ChoicesModel[];
|
|
50
|
-
workCountryOptions:
|
|
51
|
-
|
|
52
|
-
|
|
81
|
+
workCountryOptions: {
|
|
82
|
+
value: string;
|
|
83
|
+
text: string;
|
|
84
|
+
}[];
|
|
85
|
+
militaryServiceOptions: {
|
|
86
|
+
value: string;
|
|
87
|
+
text: string;
|
|
88
|
+
}[];
|
|
89
|
+
militaryServiceOptionsWithSpace: {
|
|
90
|
+
value: string;
|
|
91
|
+
text: string;
|
|
92
|
+
}[];
|
|
93
|
+
remunerationTypeOptions: {
|
|
94
|
+
value: string;
|
|
95
|
+
text: string;
|
|
96
|
+
}[];
|
|
97
|
+
shiftOptions: {
|
|
98
|
+
value: string;
|
|
99
|
+
text: string;
|
|
100
|
+
}[];
|
|
101
|
+
didWorkOptions: {
|
|
102
|
+
value: string;
|
|
103
|
+
text: string;
|
|
104
|
+
}[];
|
|
105
|
+
workWeekOptions: {
|
|
106
|
+
value: string;
|
|
107
|
+
text: string;
|
|
108
|
+
}[];
|
|
109
|
+
dissmisalCheckBoxOptions: {
|
|
110
|
+
value: string;
|
|
111
|
+
text: string;
|
|
112
|
+
}[];
|
|
53
113
|
addEmployerForm: UntypedFormGroup;
|
|
54
114
|
display: boolean;
|
|
55
115
|
basePeriodStartDate: Date;
|
|
@@ -64,14 +124,16 @@ export declare class AddEmployerComponent implements OnInit {
|
|
|
64
124
|
currentQuarterRange?: string;
|
|
65
125
|
quarterRangeFive?: string;
|
|
66
126
|
dateTime: Date;
|
|
67
|
-
groupedReasons: any;
|
|
68
127
|
minWorkStartDate: Date;
|
|
69
|
-
|
|
128
|
+
minWeekForChargeability: number;
|
|
70
129
|
dischargeReasonOptionsAll: ChoicesModel[];
|
|
71
130
|
volQuitReasonOptionsAll: ChoicesModel[];
|
|
72
131
|
employmentStatusOptionsAll: ChoicesModel[];
|
|
73
132
|
sf8Info: string;
|
|
74
|
-
|
|
133
|
+
statement1: string;
|
|
134
|
+
statement2: string;
|
|
135
|
+
statement3: string;
|
|
136
|
+
statement4: string;
|
|
75
137
|
paraOne: string;
|
|
76
138
|
paraTwo: string;
|
|
77
139
|
paraThree: string;
|
|
@@ -88,40 +150,48 @@ export declare class AddEmployerComponent implements OnInit {
|
|
|
88
150
|
success: EventEmitter<any>;
|
|
89
151
|
recordIndexToEdit: number;
|
|
90
152
|
isBasePeriodEmployer: boolean;
|
|
91
|
-
noEditMode: boolean;
|
|
92
153
|
isNewClaim: boolean;
|
|
93
154
|
dob: Date;
|
|
94
155
|
hideFicCode: true;
|
|
95
|
-
isManualEnterEmp: boolean;
|
|
96
156
|
basePeriodIndex: EventEmitter<number>;
|
|
97
|
-
employerFormElement: ElementRef | undefined;
|
|
98
157
|
currentState: string;
|
|
99
158
|
customerName: string;
|
|
100
159
|
aliasName: string;
|
|
101
160
|
mailingAddressDisplay: string;
|
|
102
161
|
schoolFlag: string;
|
|
162
|
+
sportsFlag: string;
|
|
163
|
+
claimTypeDua: string;
|
|
164
|
+
ssnValidWorkShare: string;
|
|
103
165
|
isOsaEmployer: string;
|
|
166
|
+
employerTypePreSet: string;
|
|
104
167
|
isCSR: boolean;
|
|
105
168
|
showWorkState: boolean;
|
|
106
|
-
|
|
107
|
-
text: string;
|
|
108
|
-
value: string;
|
|
109
|
-
}[];
|
|
110
|
-
qtrWageList: QtrYearEmployerWageModel[];
|
|
111
|
-
isFormSubmitted: {
|
|
112
|
-
submitted: boolean;
|
|
113
|
-
};
|
|
169
|
+
reasonSeparationValue: string;
|
|
114
170
|
private onChange;
|
|
115
|
-
|
|
171
|
+
private onTouch;
|
|
172
|
+
constructor(formBuilder: UntypedFormBuilder, validationService: ValidationService, util: UtilService, filterService: FilterService, logger: LoggerService, sanitizer: DomSanitizer, claimsService: ClaimService, ls: LoginService, el: ElementRef, ar: ActivatedRoute, employerService: EmployerService);
|
|
116
173
|
ngOnInit(): void;
|
|
117
174
|
setWorkStartDate(): void;
|
|
175
|
+
getReasonSeperationBasedOnCondition(schoolFlag?: string, sportsFlag?: string, claimTypeDua?: string, ssnValidWorkShare?: string): void;
|
|
118
176
|
loadMasterData(): boolean;
|
|
177
|
+
wageArray(qtrWage: QtrYearEmployerWageModel): UntypedFormGroup;
|
|
119
178
|
get wageAmountArray(): UntypedFormArray;
|
|
120
179
|
get testEmp(): import("@angular/forms").AbstractControl<any, any>;
|
|
121
|
-
|
|
180
|
+
setRequiredValidation(): void;
|
|
181
|
+
setValidationOnServFields(): void;
|
|
182
|
+
removeValidationOnServFields(): void;
|
|
183
|
+
setValidationOnVerificationOfWagesFields(): void;
|
|
184
|
+
setWageValidation(): void;
|
|
185
|
+
removeWageValidation(): void;
|
|
186
|
+
removeValidationOnVerificationOfWagesFields(): void;
|
|
187
|
+
setValidationOnRegularFields(): void;
|
|
188
|
+
removeValidationOnRegularFields(): void;
|
|
189
|
+
setValidationOnFederalFields(): void;
|
|
190
|
+
removeValidationOnFederalFields(): void;
|
|
191
|
+
setValidationOnMilitaryFields(): void;
|
|
192
|
+
removeValidationOnMilitaryFields(): void;
|
|
122
193
|
get employerType(): import("@angular/forms").AbstractControl<any, any>;
|
|
123
194
|
get employerName(): import("@angular/forms").AbstractControl<any, any>;
|
|
124
|
-
get othStateEmpName(): import("@angular/forms").AbstractControl<any, any>;
|
|
125
195
|
get employerTelephoneNumber(): import("@angular/forms").AbstractControl<any, any>;
|
|
126
196
|
get startDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
127
197
|
get endDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
@@ -132,10 +202,23 @@ export declare class AddEmployerComponent implements OnInit {
|
|
|
132
202
|
get payRate(): import("@angular/forms").AbstractControl<any, any>;
|
|
133
203
|
get grossWages(): import("@angular/forms").AbstractControl<any, any>;
|
|
134
204
|
get payRateFrequency(): import("@angular/forms").AbstractControl<any, any>;
|
|
205
|
+
get hrsWeek(): import("@angular/forms").AbstractControl<any, any>;
|
|
206
|
+
get shift(): import("@angular/forms").AbstractControl<any, any>;
|
|
207
|
+
get workWeek(): import("@angular/forms").AbstractControl<any, any>;
|
|
208
|
+
get regDissmisalCheckBox(): import("@angular/forms").AbstractControl<any, any>;
|
|
209
|
+
get fedDissmisalCheckBox(): import("@angular/forms").AbstractControl<any, any>;
|
|
210
|
+
get fedLaidOffFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
211
|
+
get didWork(): import("@angular/forms").AbstractControl<any, any>;
|
|
212
|
+
get separationDateFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
213
|
+
get regDissmisalFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
214
|
+
get fedDissmisalFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
215
|
+
get regLaidOffFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
216
|
+
get separationDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
135
217
|
get pensionFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
136
218
|
get pensionRecvDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
137
219
|
get regPensionFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
138
220
|
get regPensionRecvDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
221
|
+
get isClmtPaidWhileLow(): import("@angular/forms").AbstractControl<any, any>;
|
|
139
222
|
get hasShortTermDisability(): import("@angular/forms").AbstractControl<any, any>;
|
|
140
223
|
get hasRecvRemuneration(): import("@angular/forms").AbstractControl<any, any>;
|
|
141
224
|
get remunerationTypes(): import("@angular/forms").AbstractControl<any, any>;
|
|
@@ -150,9 +233,7 @@ export declare class AddEmployerComponent implements OnInit {
|
|
|
150
233
|
get workFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
151
234
|
get workCity(): import("@angular/forms").AbstractControl<any, any>;
|
|
152
235
|
get workState(): import("@angular/forms").AbstractControl<any, any>;
|
|
153
|
-
get milState(): import("@angular/forms").AbstractControl<any, any>;
|
|
154
236
|
get workType(): import("@angular/forms").AbstractControl<any, any>;
|
|
155
|
-
get businessNature(): import("@angular/forms").AbstractControl<any, any>;
|
|
156
237
|
get displayVerificationOfWages(): import("@angular/forms").AbstractControl<any, any>;
|
|
157
238
|
get ficCode(): import("@angular/forms").AbstractControl<any, any>;
|
|
158
239
|
get ficDestinationCode(): import("@angular/forms").AbstractControl<any, any>;
|
|
@@ -199,36 +280,39 @@ export declare class AddEmployerComponent implements OnInit {
|
|
|
199
280
|
get dd214File(): import("@angular/forms").AbstractControl<any, any>;
|
|
200
281
|
get address(): import("@angular/forms").AbstractControl<any, any>;
|
|
201
282
|
get osaBpEmployerFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
202
|
-
get
|
|
203
|
-
|
|
283
|
+
get displaySeasonalEmp(): import("@angular/forms").AbstractControl<any, any>;
|
|
284
|
+
onToggleChangeEmployerType(obj: any): void;
|
|
285
|
+
writeValue(obj: any): void;
|
|
286
|
+
registerOnChange(fn: any): void;
|
|
287
|
+
registerOnTouched(fn: any): void;
|
|
288
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
289
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
204
290
|
onModelCancel(cancel: boolean): void;
|
|
205
291
|
setEmployer(employer: EmployerDetailSearchResult): void;
|
|
206
292
|
setFedEmployer(employer: EmployerDetailSearchResult): void;
|
|
207
293
|
resetFedEmployer(employer: EmployerDetailSearchResult): void;
|
|
208
294
|
resetEmployer(employer: EmployerDetailSearchResult): void;
|
|
209
295
|
putMilResBranchValidation(event: any): void;
|
|
296
|
+
putMilValidation(event: any): void;
|
|
210
297
|
onOptionChange(event: any): void;
|
|
211
298
|
save(): void;
|
|
212
299
|
add(): void;
|
|
213
|
-
validateWageGrid(): void;
|
|
214
300
|
validateAddress(): void;
|
|
215
|
-
|
|
301
|
+
filterCountry(event: any): void;
|
|
302
|
+
filterFedCountry(event: any): void;
|
|
216
303
|
setFedWorkStateValues(event: any): void;
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
304
|
+
filterWorkCountry(event: any): void;
|
|
305
|
+
filterMilitaryServiceOptions(event: any): void;
|
|
306
|
+
filterMilitaryServiceOptionsWithSpace(event: any): void;
|
|
307
|
+
filterPayRate(event: any): void;
|
|
308
|
+
filterReasonSeparation(event: any): void;
|
|
309
|
+
filterUsState(event: any): void;
|
|
221
310
|
validate(event: any): void;
|
|
222
|
-
wageArray(qtrWage: QtrYearEmployerWageModel): UntypedFormGroup;
|
|
223
|
-
setWageValidation(): void;
|
|
224
|
-
removeWageValidation(): void;
|
|
225
311
|
validateWagesDisplay(event: any): void;
|
|
226
|
-
filterGroupedReason(event: any): void;
|
|
227
312
|
onClearAction(event: any): void;
|
|
228
313
|
dateInput(event: any): void;
|
|
229
|
-
|
|
230
|
-
get requiredKansas(): any;
|
|
314
|
+
numberOfWeeksBetweenDates(startDate: Date, endDate: Date): number;
|
|
231
315
|
static ɵfac: i0.ɵɵFactoryDeclaration<AddEmployerComponent, never>;
|
|
232
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AddEmployerComponent, "app-add-employer", never, { "recordIndexToEdit": { "alias": "recordIndexToEdit"; "required": false; }; "isBasePeriodEmployer": { "alias": "isBasePeriodEmployer"; "required": false; }; "
|
|
316
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AddEmployerComponent, "app-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>;
|
|
233
317
|
}
|
|
234
318
|
//# sourceMappingURL=add-employer.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-employer.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/add-employer/add-employer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,YAAY,EAAS,MAAM,
|
|
1
|
+
{"version":3,"file":"add-employer.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/add-employer/add-employer.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,13 +4,14 @@ import { Subscription } from 'rxjs';
|
|
|
4
4
|
import { UtilService } from '../../services/util/util.service';
|
|
5
5
|
import { AddressComponent } from '../address/address.component';
|
|
6
6
|
import { ValidationService } from '../../services/questionnaire/validation.service';
|
|
7
|
-
import {
|
|
7
|
+
import { AppealService } from '../../services/appeal/appeal.service';
|
|
8
|
+
import { AppealParticipantModelList } from '../../models/questionnaire/AppealParticipantModel';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
10
|
export declare class AddParticipantComponent implements OnInit, ControlValueAccessor, OnDestroy {
|
|
10
11
|
private fb;
|
|
11
12
|
util: UtilService;
|
|
12
13
|
vs: ValidationService;
|
|
13
|
-
|
|
14
|
+
appealService: AppealService;
|
|
14
15
|
formControlName: string;
|
|
15
16
|
onChange: Function;
|
|
16
17
|
onTouched: () => void;
|
|
@@ -18,10 +19,15 @@ export declare class AddParticipantComponent implements OnInit, ControlValueAcce
|
|
|
18
19
|
participantAddress: AddressComponent;
|
|
19
20
|
participantForm: NgForm;
|
|
20
21
|
visible: boolean;
|
|
22
|
+
isAppealLevelSecond: string;
|
|
23
|
+
indexToEdit: any;
|
|
21
24
|
roles: any[];
|
|
25
|
+
dynamicParam: any;
|
|
22
26
|
userForm: FormGroup;
|
|
23
27
|
participantList: any[];
|
|
24
|
-
|
|
28
|
+
logger: any;
|
|
29
|
+
isAddressValidationEnabled: boolean;
|
|
30
|
+
constructor(fb: FormBuilder, util: UtilService, vs: ValidationService, appealService: AppealService);
|
|
25
31
|
ngOnDestroy(): void;
|
|
26
32
|
writeValue(value: any): void;
|
|
27
33
|
registerOnChange(fn: any): void;
|
|
@@ -40,10 +46,10 @@ export declare class AddParticipantComponent implements OnInit, ControlValueAcce
|
|
|
40
46
|
get name(): import("@angular/forms").AbstractControl<any, any>;
|
|
41
47
|
get address(): import("@angular/forms").AbstractControl<any, any>;
|
|
42
48
|
get phone(): import("@angular/forms").AbstractControl<any, any>;
|
|
43
|
-
get required(): any;
|
|
44
49
|
close(): void;
|
|
45
50
|
ngOnInit(): void;
|
|
51
|
+
initParticipantList(len: number, temp: AppealParticipantModelList): void;
|
|
46
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<AddParticipantComponent, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AddParticipantComponent, "app-add-participant", never, {}, {}, never, never, false, never>;
|
|
53
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AddParticipantComponent, "app-add-participant", never, { "dynamicParam": { "alias": "dynamicParam"; "required": false; }; }, {}, never, never, false, never>;
|
|
48
54
|
}
|
|
49
55
|
//# sourceMappingURL=add-participant.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-participant.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/add-participant/add-participant.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"add-participant.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/add-participant/add-participant.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAmB,MAAM,eAAe,CAAC;AAC9E,OAAO,EAAE,WAAW,EAAE,SAAS,EAA2B,MAAM,EAAE,oBAAoB,EAAsB,MAAM,gBAAgB,CAAC;AACnI,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAG,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAA;AACnF,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAA0B,0BAA0B,EAAQ,MAAM,mDAAmD,CAAC;;AAG7H,qBAWa,uBAAwB,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS;IA8BzE,OAAO,CAAC,EAAE;IAAsB,IAAI,EAAE,WAAW;IAAS,EAAE,EAAE,iBAAiB;IAAS,aAAa,EAAE,aAAa;IA7BhI,eAAe,SAAM;IAErB,QAAQ,EAAE,QAAQ,CAAC;IAEnB,SAAS,aAAU;IAEnB,YAAY,EAAE,YAAY,EAAE,CAAM;IAG3B,kBAAkB,EAAE,gBAAgB,CAAC;IAGrC,eAAe,EAAE,MAAM,CAAC;IAE/B,OAAO,EAAE,OAAO,CAAS;IACzB,mBAAmB,EAAE,MAAM,CAAC;IACrB,WAAW,MAAM;IAExB,KAAK,EAAE,GAAG,EAAE,CAAK;IAGV,YAAY,EAAE,GAAG,CAAC;IAEzB,QAAQ,EAAE,SAAS,CAAC;IACpB,eAAe,EAAE,GAAG,EAAE,CAAC;IACvB,MAAM,EAAE,GAAG,CAAC;IACL,0BAA0B,UAAqD;gBAGlE,EAAE,EAAE,WAAW,EAAS,IAAI,EAAE,WAAW,EAAS,EAAE,EAAE,iBAAiB,EAAS,aAAa,EAAE,aAAa;IAehI,WAAW;IAKX,UAAU,CAAC,KAAK,EAAE,GAAG;IAKrB,gBAAgB,CAAC,EAAE,EAAE,GAAG;IAIxB,iBAAiB,CAAC,SAAS,EAAE,GAAG;IAGhC,QAAQ;IAMD,OAAO,IAAI,IAAI;IAQtB,sBAAsB;IAetB,QAAQ,CAAC,WAAW,KAAA;IAMpB,KAAK;IAIL,UAAU,CAAC,WAAW,KAAA;IAWtB,OAAO;IAIP,QAAQ;IA6BR,kBAAkB;IAIlB,qBAAqB,CAAC,SAAS,EAAE,SAAS;IAW1C,IAAI,IAAI,uDAEP;IAED,IAAI,IAAI,uDAEP;IACD,IAAI,OAAO,uDAEV;IAED,IAAI,KAAK,uDAER;IAID,KAAK;IAKL,QAAQ;IAqCR,mBAAmB,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,0BAA0B;yCA3NtD,uBAAuB;2CAAvB,uBAAuB;CAiOnC"}
|
|
@@ -1,23 +1,27 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { AbstractControl, FormBuilder, FormGroup, ControlValueAccessor, Validator } from '@angular/forms';
|
|
3
|
+
import { ChoicesModel } from '../../models/AddressComponentModel';
|
|
3
4
|
import { QuestionnaireService } from '../../services/questionnaire/questionnaire.service';
|
|
4
5
|
import { PaymentComponentModel } from '../../models/PaymentComponentModel';
|
|
5
6
|
import { Subscription } from 'rxjs';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class AddPaymentComponent implements ControlValueAccessor, OnInit, Validator {
|
|
8
|
+
export declare class AddPaymentComponent implements ControlValueAccessor, OnInit, Validator, OnChanges {
|
|
8
9
|
private fb;
|
|
9
10
|
questionnaireService: QuestionnaireService;
|
|
10
11
|
paymentForm: FormGroup;
|
|
11
12
|
payFormElements: FormGroup[];
|
|
12
13
|
showResponse: boolean;
|
|
13
14
|
showError: boolean;
|
|
14
|
-
wageTypes:
|
|
15
|
+
wageTypes: ChoicesModel[];
|
|
15
16
|
onTouched: Function;
|
|
16
17
|
onChangeSubs: Subscription[];
|
|
17
18
|
value: any;
|
|
19
|
+
onChange: Function;
|
|
18
20
|
potentialIssueId: number;
|
|
19
21
|
constructor(fb: FormBuilder, questionnaireService: QuestionnaireService);
|
|
22
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
20
23
|
ngOnInit(): void;
|
|
24
|
+
loadMasterData(): void;
|
|
21
25
|
initPaymentForm(): void;
|
|
22
26
|
addPayment(): void;
|
|
23
27
|
removeItem(payIndex: number): void;
|
|
@@ -25,7 +29,9 @@ export declare class AddPaymentComponent implements ControlValueAccessor, OnInit
|
|
|
25
29
|
registerOnChange(onChange: any): void;
|
|
26
30
|
registerOnTouched(onTouched: Function): void;
|
|
27
31
|
setDisabledState(disabled: boolean): void;
|
|
32
|
+
ngOnDestroy(): void;
|
|
28
33
|
writeValue(formValue: PaymentComponentModel): void;
|
|
34
|
+
setvalue(): void;
|
|
29
35
|
validate(control: AbstractControl): any;
|
|
30
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<AddPaymentComponent, never>;
|
|
31
37
|
static ɵcmp: i0.ɵɵComponentDeclaration<AddPaymentComponent, "app-add-payment", never, { "potentialIssueId": { "alias": "potentialIssueId"; "required": false; }; }, {}, never, never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-payment.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/add-payment/add-payment.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"add-payment.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/add-payment/add-payment.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AACnF,OAAO,EAAE,eAAe,EAAE,WAAW,EAA4C,SAAS,EAAE,oBAAoB,EAAE,SAAS,EAAiB,MAAM,gBAAgB,CAAC;AACnK,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAElE,OAAO,EAAE,oBAAoB,EAAE,MAAM,oDAAoD,CAAC;AAC1F,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;;AAEpC,qBAgBa,mBAAoB,YAAW,oBAAoB,EAAE,MAAM,EAAE,SAAS,EAAE,SAAS;IAYhF,OAAO,CAAC,EAAE;IAAsB,oBAAoB,EAAE,oBAAoB;IAXtF,WAAW,EAAE,SAAS,CAAC;IACvB,eAAe,EAAE,SAAS,EAAE,CAAM;IAClC,YAAY,EAAE,OAAO,CAAS;IAC9B,SAAS,EAAE,OAAO,CAAS;IAC3B,SAAS,EAAE,YAAY,EAAE,CAA0B;IACnD,SAAS,EAAE,QAAQ,CAAa;IAChC,YAAY,EAAE,YAAY,EAAE,CAAM;IAClC,KAAK,EAAE,GAAG,CAAC;IACX,QAAQ,EAAE,QAAQ,CAAC;IACV,gBAAgB,EAAE,MAAM,CAAC;gBAEd,EAAE,EAAE,WAAW,EAAS,oBAAoB,EAAE,oBAAoB;IAGtF,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAIzC,QAAQ;IAMR,cAAc;IAOd,eAAe;IAUf,UAAU;IAWV,UAAU,CAAC,QAAQ,EAAE,MAAM;IAM3B,QAAQ;IAYR,gBAAgB,CAAC,QAAQ,EAAE,GAAG;IAK9B,iBAAiB,CAAC,SAAS,EAAE,QAAQ;IAIrC,gBAAgB,CAAC,QAAQ,EAAE,OAAO;IASlC,WAAW;IAKX,UAAU,CAAC,SAAS,EAAE,qBAAqB;IAM3C,QAAQ;IAKR,QAAQ,CAAC,OAAO,EAAE,eAAe;yCAzGtB,mBAAmB;2CAAnB,mBAAmB;CA+G/B"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { EventEmitter, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { UtilService } from '../../services/util/util.service';
|
|
3
|
+
import { NgForm, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
4
|
+
import { WageInfoModel } from '../../models/WageInfoModel';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class AddWageComponent implements OnInit {
|
|
7
|
+
util: UtilService;
|
|
8
|
+
formBuilder: UntypedFormBuilder;
|
|
9
|
+
currentYear: number;
|
|
10
|
+
previousYear: number;
|
|
11
|
+
wageToEdit: WageInfoModel;
|
|
12
|
+
success: EventEmitter<any>;
|
|
13
|
+
onClose: EventEmitter<any>;
|
|
14
|
+
wageFormDirective: NgForm;
|
|
15
|
+
wageForm: UntypedFormGroup;
|
|
16
|
+
constructor(util: UtilService, formBuilder: UntypedFormBuilder);
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
initializeWageInfoForm(): void;
|
|
19
|
+
save(): void;
|
|
20
|
+
cancel(): void;
|
|
21
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
22
|
+
get wageEmpNameAndAddress(): import("@angular/forms").AbstractControl<any, any>;
|
|
23
|
+
get wageAmountQuarter1(): import("@angular/forms").AbstractControl<any, any>;
|
|
24
|
+
get wageAmountQuarter2(): import("@angular/forms").AbstractControl<any, any>;
|
|
25
|
+
get wageAmountQuarter3(): import("@angular/forms").AbstractControl<any, any>;
|
|
26
|
+
get wageAmountQuarter4(): import("@angular/forms").AbstractControl<any, any>;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AddWageComponent, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AddWageComponent, "app-add-wage", never, { "wageToEdit": { "alias": "wageToEdit"; "required": false; }; }, { "success": "success"; "onClose": "onClose"; }, never, never, false, never>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=add-wage.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-wage.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/add-wage/add-wage.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,aAAa,EAAa,MAAM,eAAe,CAAC;AACzG,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,gBAAgB,EAAc,MAAM,gBAAgB,CAAC;AAC1F,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;;AAE3D,qBAKa,gBAAiB,YAAW,MAAM;IAiB1B,IAAI,EAAG,WAAW;IAAS,WAAW,EAAG,kBAAkB;IAhB9E,WAAW,EAAC,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IAGd,UAAU,gBAAuB;IAGxC,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGzC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,QAAQ,EAAG,gBAAgB,CAAC;gBAEhB,IAAI,EAAG,WAAW,EAAS,WAAW,EAAG,kBAAkB;IAK9E,QAAQ;IAIR,sBAAsB;IAWtB,IAAI;IAMJ,MAAM;IAIN,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAMzC,IAAI,qBAAqB,uDAExB;IAED,IAAI,kBAAkB,uDAErB;IAED,IAAI,kBAAkB,uDAErB;IAED,IAAI,kBAAkB,uDAErB;IAED,IAAI,kBAAkB,uDAErB;yCAvEU,gBAAgB;2CAAhB,gBAAgB;CAyE5B"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { AbstractControl, ControlValueAccessor, UntypedFormBuilder, UntypedFormGroup, NgForm, Validator, ValidatorFn } from '@angular/forms';
|
|
3
3
|
import { Subscription } from 'rxjs';
|
|
4
4
|
import { AddressComponentModel } from '../../models/AddressComponentModel';
|
|
@@ -7,20 +7,24 @@ import { DmsService } from '../../services/dms-service/dms.service';
|
|
|
7
7
|
import { LoggerService } from '../../services/logger/logger.service';
|
|
8
8
|
import { QuestionnaireService } from '../../services/questionnaire/questionnaire.service';
|
|
9
9
|
import { UtilService } from '../../services/util/util.service';
|
|
10
|
-
import {
|
|
10
|
+
import { AddressSuggestionComponent } from '../address-suggestion/address-suggestion.component';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
|
-
export declare class AddressComponent implements OnInit, ControlValueAccessor, OnDestroy, Validator {
|
|
12
|
+
export declare class AddressComponent implements OnInit, ControlValueAccessor, OnDestroy, Validator, OnChanges {
|
|
13
13
|
formBuilder: UntypedFormBuilder;
|
|
14
14
|
util: UtilService;
|
|
15
15
|
questionnaireService: QuestionnaireService;
|
|
16
16
|
private logger;
|
|
17
17
|
private dms;
|
|
18
|
-
translateService: TranslateService;
|
|
19
18
|
addressFormDirective: NgForm;
|
|
19
|
+
addressSuggestion: AddressSuggestionComponent;
|
|
20
20
|
addressForm: UntypedFormGroup;
|
|
21
21
|
stateOptions: any;
|
|
22
22
|
countyOptions: any;
|
|
23
23
|
townOptions: any;
|
|
24
|
+
yesNoOptions: {
|
|
25
|
+
value: string;
|
|
26
|
+
text: string;
|
|
27
|
+
}[];
|
|
24
28
|
countryOptions: {
|
|
25
29
|
value: string;
|
|
26
30
|
text: string;
|
|
@@ -30,13 +34,34 @@ export declare class AddressComponent implements OnInit, ControlValueAccessor, O
|
|
|
30
34
|
countyRequired: Boolean;
|
|
31
35
|
fromPopup: Boolean;
|
|
32
36
|
inputId: string;
|
|
33
|
-
|
|
37
|
+
componentData: string;
|
|
38
|
+
showSuggestion: boolean;
|
|
39
|
+
diffMailAddress: boolean;
|
|
40
|
+
enableAddressValidation: boolean;
|
|
41
|
+
questionaireForm: any;
|
|
42
|
+
standaloneAddressForm: boolean;
|
|
43
|
+
parentFormComponent: string;
|
|
44
|
+
addressTypeForNeighbourCheck: string;
|
|
45
|
+
neighbouringStateME: string[];
|
|
46
|
+
neighbouringStateMS: string[];
|
|
47
|
+
showNeighbourQuestion: boolean;
|
|
48
|
+
blurFromField: boolean;
|
|
49
|
+
formBlur: boolean;
|
|
34
50
|
forState: string;
|
|
35
51
|
usZipcodeValidations: ValidatorFn[];
|
|
36
52
|
canadaZipcodeValidations: ValidatorFn[];
|
|
37
|
-
|
|
53
|
+
addressFieldFocusStatus: AddressFieldFocusStatus;
|
|
54
|
+
lastValidAddress: any;
|
|
55
|
+
constructor(formBuilder: UntypedFormBuilder, util: UtilService, questionnaireService: QuestionnaireService, logger: LoggerService, dms: DmsService);
|
|
38
56
|
ngOnInit(): void;
|
|
57
|
+
ngOnChanges(change: SimpleChanges): void;
|
|
58
|
+
setFieldBlur(field: any): void;
|
|
59
|
+
setFieldFocus(field: any): void;
|
|
60
|
+
getAddressSuggestion(): void;
|
|
61
|
+
checkFormBlurr(): boolean;
|
|
62
|
+
validAddress(address: any): void;
|
|
39
63
|
setRequiredValidation(): void;
|
|
64
|
+
get neighborStateCheckRequired(): AbstractControl<any, any>;
|
|
40
65
|
get town(): AbstractControl<any, any>;
|
|
41
66
|
get county(): AbstractControl<any, any>;
|
|
42
67
|
get city(): AbstractControl<any, any>;
|
|
@@ -45,6 +70,7 @@ export declare class AddressComponent implements OnInit, ControlValueAccessor, O
|
|
|
45
70
|
get zip(): AbstractControl<any, any>;
|
|
46
71
|
get streetAddress(): AbstractControl<any, any>;
|
|
47
72
|
get optionalAddress(): AbstractControl<any, any>;
|
|
73
|
+
get neighbourFlag(): AbstractControl<any, any>;
|
|
48
74
|
getAddressData(event: any): void;
|
|
49
75
|
filterCountry(event: any): void;
|
|
50
76
|
filterCounty(event: any): void;
|
|
@@ -65,17 +91,18 @@ export declare class AddressComponent implements OnInit, ControlValueAccessor, O
|
|
|
65
91
|
getState(country: any, state: any): ComboOption;
|
|
66
92
|
getStateValue(states: ComboOption[], name: string): ComboOption;
|
|
67
93
|
setMETown(zipCode: string, town: ComboOption): void;
|
|
68
|
-
setMSCounty(county: ComboOption): void;
|
|
94
|
+
setMSCounty(zipCode: string, county: ComboOption): void;
|
|
69
95
|
validate(control: AbstractControl): any;
|
|
70
96
|
submit(): void;
|
|
71
|
-
get required(): any;
|
|
72
|
-
get zipLength(): any;
|
|
73
|
-
get zipOnlyNumbers(): any;
|
|
74
|
-
get zipInvalid(): any;
|
|
75
|
-
get zipCodeNumeric(): any;
|
|
76
|
-
get zipCodeLength(): any;
|
|
77
|
-
get zipCodeInvalid(): any;
|
|
78
97
|
static ɵfac: i0.ɵɵFactoryDeclaration<AddressComponent, never>;
|
|
79
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AddressComponent, "app-address", never, { "countyRequired": { "alias": "countyRequired"; "required": false; }; "fromPopup": { "alias": "fromPopup"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "
|
|
98
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AddressComponent, "app-address", never, { "countyRequired": { "alias": "countyRequired"; "required": false; }; "fromPopup": { "alias": "fromPopup"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "componentData": { "alias": "componentData"; "required": false; }; "showSuggestion": { "alias": "showSuggestion"; "required": false; }; "diffMailAddress": { "alias": "diffMailAddress"; "required": false; }; "enableAddressValidation": { "alias": "enableAddressValidation"; "required": false; }; "questionaireForm": { "alias": "questionaireForm"; "required": false; }; "standaloneAddressForm": { "alias": "standaloneAddressForm"; "required": false; }; "parentFormComponent": { "alias": "parentFormComponent"; "required": false; }; }, { "address": "address"; }, never, never, false, never>;
|
|
99
|
+
}
|
|
100
|
+
export declare class AddressFieldFocusStatus {
|
|
101
|
+
streetAddress?: boolean;
|
|
102
|
+
optionalAddress?: boolean;
|
|
103
|
+
city?: boolean;
|
|
104
|
+
zip?: boolean;
|
|
105
|
+
state?: boolean;
|
|
106
|
+
county?: boolean;
|
|
80
107
|
}
|
|
81
108
|
//# sourceMappingURL=address.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"address.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/address/address.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"address.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/address/address.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ModalController } from '@ionic/angular';
|
|
2
|
+
import { AddressRecommendationModel } from '../../models/addressValidation/AddressRecommendationModel';
|
|
3
|
+
import { AddressValidationRequestComponentModel } from '../../models/addressValidation/AddressValidationRequestComponentModel';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class AddressPopupComponent {
|
|
6
|
+
private modalCtrl;
|
|
7
|
+
original: AddressValidationRequestComponentModel;
|
|
8
|
+
choices: AddressRecommendationModel[];
|
|
9
|
+
picked: any;
|
|
10
|
+
constructor(modalCtrl: ModalController);
|
|
11
|
+
confirm(): void;
|
|
12
|
+
cancel(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AddressPopupComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AddressPopupComponent, "app-address-popup", never, { "original": { "alias": "original"; "required": false; }; "choices": { "alias": "choices"; "required": false; }; }, {}, never, never, false, never>;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=address-popup.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"address-popup.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/address-popup/address-popup.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,0BAA0B,EAAE,MAAM,2DAA2D,CAAC;AACvG,OAAO,EAAE,sCAAsC,EAAE,MAAM,uEAAuE,CAAC;;AAC/H,qBAKa,qBAAqB;IAKrB,OAAO,CAAC,SAAS;IAJpB,QAAQ,EAAE,sCAAsC,CAAC;IACjD,OAAO,EAAE,0BAA0B,EAAE,CAAM;IACpD,MAAM,EAAE,GAAG,CAAQ;gBAEC,SAAS,EAAE,eAAe;IAG9C,OAAO;IAUP,MAAM;yCAlBM,qBAAqB;2CAArB,qBAAqB;CAqBjC"}
|