@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"requalify-lift-previous-issues.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,YAAY,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AAC5G,OAAO,EAAE,oBAAoB,EAAC,WAAW,EAAE,MAAM,EAAqB,gBAAgB,EAAE,kBAAkB,EAAc,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"requalify-lift-previous-issues.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ScrollableTextModel } from '../../models/questionnaire/ScrollableTextModel';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ScrollableTextComponent implements OnInit {
|
|
5
|
+
scrollableText: ScrollableTextModel;
|
|
6
|
+
componentData: string;
|
|
7
|
+
ngOnInit(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollableTextComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScrollableTextComponent, "app-scrollable-text", never, { "componentData": { "alias": "componentData"; "required": false; }; }, {}, never, never, false, never>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=scrollable-text.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scrollable-text.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/scrollable-text/scrollable-text.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,mBAAmB,EAAE,MAAM,gDAAgD,CAAC;;AAErF,qBAKa,uBAAwB,YAAW,MAAM;IAE7C,cAAc,EAAG,mBAAmB,CAAC;IACpC,aAAa,EAAC,MAAM,CAAC;IAE7B,QAAQ,IAAI,IAAI;yCALL,uBAAuB;2CAAvB,uBAAuB;CASnC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import { BehaviorSubject } from 'rxjs';
|
|
4
4
|
import { EmployerDetailSearchResult } from '../../models/questionnaire/EmployerDetailSearchResult';
|
|
5
5
|
import { ValidationService } from '../../services/questionnaire/validation.service';
|
|
@@ -10,9 +10,9 @@ export declare class SearchEmployerComponent implements OnInit, ControlValueAcce
|
|
|
10
10
|
onFound: EventEmitter<any>;
|
|
11
11
|
onEmpty: EventEmitter<any>;
|
|
12
12
|
empType: string;
|
|
13
|
-
prevEmpState: string;
|
|
14
13
|
empName: string;
|
|
15
|
-
|
|
14
|
+
errorMessage: string;
|
|
15
|
+
showError: boolean;
|
|
16
16
|
private onChange;
|
|
17
17
|
private onTouch;
|
|
18
18
|
employersBs: BehaviorSubject<EmployerDetailSearchResult[]>;
|
|
@@ -28,10 +28,11 @@ export declare class SearchEmployerComponent implements OnInit, ControlValueAcce
|
|
|
28
28
|
searchForEmployer(event: any): void;
|
|
29
29
|
onSelectAction(event: AutoCompleteSelectEvent): void;
|
|
30
30
|
onClearAction(event: any): void;
|
|
31
|
+
checkValidity(value: String): void;
|
|
31
32
|
manualEnterEmployer(): void;
|
|
32
33
|
setEmployerName(): void;
|
|
33
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchEmployerComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SearchEmployerComponent, "app-search-employer", never, { "empType": { "alias": "empType"; "required": false; };
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchEmployerComponent, "app-search-employer", never, { "empType": { "alias": "empType"; "required": false; }; }, { "onFound": "onFound"; "onEmpty": "onEmpty"; }, never, never, false, never>;
|
|
35
36
|
}
|
|
36
37
|
export declare class Choices {
|
|
37
38
|
value?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-employer.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/search-employer/search-employer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAU,aAAa,EAAE,MAAM,eAAe,CAAC;AACzG,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"search-employer.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/search-employer/search-employer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAU,aAAa,EAAE,MAAM,eAAe,CAAC;AACzG,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAAE,eAAe,EAAE,MAAM,MAAM,CAAC;AACvC,OAAO,EAAE,0BAA0B,EAAE,MAAM,uDAAuD,CAAC;AACnG,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;AACpF,OAAO,EAA6B,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;;AAG1F,qBAWa,uBAAwB,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS;IAwBlE,iBAAiB,EAAE,iBAAiB;IAtB7C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEhD,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEjD,OAAO,EAAC,MAAM,CAAC;IAExB,OAAO,EAAG,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IAEnB,OAAO,CAAC,QAAQ,CAEd;IACF,OAAO,CAAC,OAAO,CAEb;IAEF,WAAW,EAAE,eAAe,CAAC,0BAA0B,EAAE,CAAC,CAA6B;IAEvF,MAAM,EAAG,OAAO,EAAE,CAAI;IACf,YAAY,EAAE,GAAG,CAAM;gBAEX,iBAAiB,EAAE,iBAAiB;IAIvD,QAAQ;IAIR,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,IAAI;IAI1B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAGhC,gBAAgB,CAAC,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAG5C,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAWzC,iBAAiB,CAAC,KAAK,KAAA;IAcvB,cAAc,CAAC,KAAK,EAAE,uBAAuB;IAO7C,aAAa,CAAC,KAAK,KAAA;IAKnB,aAAa,CAAC,KAAK,EAAE,MAAM;IAW3B,mBAAmB;IAInB,eAAe;yCAlGJ,uBAAuB;2CAAvB,uBAAuB;CAqGnC;AAED,qBAAa,OAAO;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { NgForm, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { ValidationService } from '../../services/questionnaire/validation.service';
|
|
4
|
+
import { LoggerService } from '../../services/logger/logger.service';
|
|
5
|
+
import { ElementsModel } from '../../models/questionnaire/ElementsModel';
|
|
6
|
+
import { ClaimService } from '../../services/claims/claims.service';
|
|
7
|
+
import { SecurityService } from '../../services/security-service/security.service';
|
|
8
|
+
import { Storage } from '@ionic/storage-angular';
|
|
9
|
+
import { ActivatedRoute } from '@angular/router';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
export declare class SmsComponent implements OnInit {
|
|
12
|
+
logger: LoggerService;
|
|
13
|
+
vs: ValidationService;
|
|
14
|
+
formBuilder: UntypedFormBuilder;
|
|
15
|
+
cs: ClaimService;
|
|
16
|
+
ss: SecurityService;
|
|
17
|
+
activatedRoute: ActivatedRoute;
|
|
18
|
+
private storage;
|
|
19
|
+
delay: boolean;
|
|
20
|
+
isDisabled: boolean;
|
|
21
|
+
contactOptions: {
|
|
22
|
+
value: string;
|
|
23
|
+
text: string;
|
|
24
|
+
}[];
|
|
25
|
+
disableGetCode: boolean;
|
|
26
|
+
disableVerifyButton: boolean;
|
|
27
|
+
showCodeInput: boolean;
|
|
28
|
+
successCheck: boolean;
|
|
29
|
+
phoneNumbers: string[];
|
|
30
|
+
selectedPhoneNumber: string;
|
|
31
|
+
displayCheckBox: boolean;
|
|
32
|
+
showResponse: boolean;
|
|
33
|
+
showError: boolean;
|
|
34
|
+
maxAllowedAttempts: number;
|
|
35
|
+
attemptCount: number;
|
|
36
|
+
process: string;
|
|
37
|
+
responseFormat: string;
|
|
38
|
+
transactionId: number;
|
|
39
|
+
otpRequestId: string;
|
|
40
|
+
otpVerificationStatus: string;
|
|
41
|
+
accepted: EventEmitter<boolean>;
|
|
42
|
+
form: UntypedFormGroup;
|
|
43
|
+
question: ElementsModel;
|
|
44
|
+
errorMessage: string;
|
|
45
|
+
uuid: string;
|
|
46
|
+
sendOtpRequestFormDirective: NgForm;
|
|
47
|
+
sendOtpRequestForm: UntypedFormGroup;
|
|
48
|
+
constructor(logger: LoggerService, vs: ValidationService, formBuilder: UntypedFormBuilder, cs: ClaimService, ss: SecurityService, activatedRoute: ActivatedRoute, storage: Storage);
|
|
49
|
+
ngOnInit(): void;
|
|
50
|
+
getIdentifier(): Promise<any>;
|
|
51
|
+
getPhoneNumbersList(): Promise<void>;
|
|
52
|
+
initilizeSmsForm(): void;
|
|
53
|
+
getCode(): void;
|
|
54
|
+
verify(): void;
|
|
55
|
+
select(phoneNum: string): void;
|
|
56
|
+
get lnVerifyHidden(): import("@angular/forms").AbstractControl<any, any>;
|
|
57
|
+
get phoneNumber(): import("@angular/forms").AbstractControl<any, any>;
|
|
58
|
+
get otpDeliveryMethod(): import("@angular/forms").AbstractControl<any, any>;
|
|
59
|
+
get otp(): import("@angular/forms").AbstractControl<any, any>;
|
|
60
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SmsComponent, never>;
|
|
61
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SmsComponent, "app-sms", never, { "form": { "alias": "form"; "required": false; }; "question": { "alias": "question"; "required": false; }; }, { "accepted": "accepted"; }, never, never, false, never>;
|
|
62
|
+
}
|
|
63
|
+
//# sourceMappingURL=sms.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sms.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/sms/sms.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAA4B,MAAM,eAAe,CAAC;AAE1F,OAAO,EAAqB,MAAM,EAAE,kBAAkB,EAAE,gBAAgB,EAAkC,MAAM,gBAAgB,CAAC;AACjI,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;AACpF,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAErE,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACzE,OAAO,EAAE,YAAY,EAAE,MAAM,sCAAsC,CAAC;AAEpE,OAAO,EAAE,eAAe,EAAE,MAAM,kDAAkD,CAAC;AACnF,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;;AAGjD,qBAMa,YAAa,YAAW,MAAM;IA+BtB,MAAM,EAAE,aAAa;IAAS,EAAE,EAAE,iBAAiB;IAAS,WAAW,EAAE,kBAAkB;IACrG,EAAE,EAAE,YAAY;IAAS,EAAE,EAAE,eAAe;IAAS,cAAc,EAAG,cAAc;IAC3F,OAAO,CAAC,OAAO;IAhCjB,KAAK,UAAO;IACZ,UAAU,UAAS;IACnB,cAAc;;;QAA+B;IAC7C,cAAc,UAAS;IACvB,mBAAmB,UAAS;IAC5B,aAAa,UAAS;IACtB,YAAY,UAAS;IACrB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,eAAe,EAAE,OAAO,CAAS;IACjC,YAAY,EAAE,OAAO,CAAS;IAC9B,SAAS,EAAE,OAAO,CAAS;IAC3B,kBAAkB,EAAG,MAAM,CAAK;IAChC,YAAY,EAAE,MAAM,CAAK;IACzB,OAAO,EAAE,MAAM,CAAU;IACzB,cAAc,EAAE,MAAM,CAAU;IAChC,aAAa,EAAE,MAAM,CAAQ;IAC7B,YAAY,EAAE,MAAM,CAAQ;IAC5B,qBAAqB,EAAE,MAAM,CAAQ;IAC3B,QAAQ,wBAA+B;IACxC,IAAI,EAAE,gBAAgB,CAAC;IACvB,QAAQ,EAAE,aAAa,CAAC;IACjC,YAAY,EAAE,MAAM,CAAK;IAEzB,IAAI,EAAE,MAAM,CAAQ;IAGb,2BAA2B,EAAE,MAAM,CAAC;IACpC,kBAAkB,EAAE,gBAAgB,CAAC;gBAEzB,MAAM,EAAE,aAAa,EAAS,EAAE,EAAE,iBAAiB,EAAS,WAAW,EAAE,kBAAkB,EACrG,EAAE,EAAE,YAAY,EAAS,EAAE,EAAE,eAAe,EAAS,cAAc,EAAG,cAAc,EACnF,OAAO,EAAG,OAAO;IAG3B,QAAQ;IAQF,aAAa;IAWb,mBAAmB;IAYzB,gBAAgB;IAWhB,OAAO;IAuBP,MAAM;IA+CN,MAAM,CAAC,QAAQ,EAAE,MAAM;IAUvB,IAAI,cAAc,uDAEjB;IAED,IAAI,WAAW,uDAEd;IAED,IAAI,iBAAiB,uDAEpB;IAED,IAAI,GAAG,uDAEN;yCA5KU,YAAY;2CAAZ,YAAY;CA6KxB"}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { NgForm, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
3
|
import { SsaVerificationModel } from '../../models/SsaVerificationModel';
|
|
4
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class SsnReverifyComponent implements OnInit {
|
|
7
6
|
formbuilder: UntypedFormBuilder;
|
|
8
|
-
|
|
9
|
-
constructor(formbuilder: UntypedFormBuilder, translateService: TranslateService);
|
|
7
|
+
constructor(formbuilder: UntypedFormBuilder);
|
|
10
8
|
inputData: SsaVerificationModel;
|
|
11
9
|
onSuccess: EventEmitter<any>;
|
|
12
10
|
onClose: EventEmitter<any>;
|
|
@@ -19,8 +17,6 @@ export declare class SsnReverifyComponent implements OnInit {
|
|
|
19
17
|
redirectToLink(): void;
|
|
20
18
|
dateInput(event: any): void;
|
|
21
19
|
close(): void;
|
|
22
|
-
get required(): any;
|
|
23
|
-
get onlyLetters(): any;
|
|
24
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<SsnReverifyComponent, never>;
|
|
25
21
|
static ɵcmp: i0.ɵɵComponentDeclaration<SsnReverifyComponent, "app-ssn-reverify", never, { "inputData": { "alias": "inputData"; "required": false; }; }, { "onSuccess": "onSuccess"; "onClose": "onClose"; }, never, never, false, never>;
|
|
26
22
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ssn-reverify.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/ssn-reverify/ssn-reverify.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAoB,MAAM,EAAoC,MAAM,eAAe,CAAC;AACpH,OAAO,EAAwB,MAAM,EAAqB,kBAAkB,EAAE,gBAAgB,EAAc,MAAM,gBAAgB,CAAC;AACnI,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC
|
|
1
|
+
{"version":3,"file":"ssn-reverify.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/ssn-reverify/ssn-reverify.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAoB,MAAM,EAAoC,MAAM,eAAe,CAAC;AACpH,OAAO,EAAwB,MAAM,EAAqB,kBAAkB,EAAE,gBAAgB,EAAc,MAAM,gBAAgB,CAAC;AACnI,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;;AAGzE,qBAKa,oBAAqB,YAAW,MAAM;IAI9B,WAAW,EAAE,kBAAkB;gBAA/B,WAAW,EAAE,kBAAkB;IAGlD,SAAS,EAAG,oBAAoB,CAAC;IAGjC,SAAS,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGlD,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGzC,wBAAwB,EAAE,MAAM,CAAC;IAEjC,IAAI,EAAE,gBAAgB,CAAC;IAE9B,QAAQ,IAAI,IAAI;IAehB,IAAI,eAAe,uDAElB;IAED,IAAI,cAAc,uDAEjB;IAED,IAAI,WAAW,uDAEd;IAED,cAAc;IAId,SAAS,CAAC,KAAK,KAAA;IAYf,KAAK;yCA/DM,oBAAoB;2CAApB,oBAAoB;CAkEhC"}
|
|
@@ -1,15 +1,9 @@
|
|
|
1
|
-
import { EventEmitter, OnInit
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { UntypedFormBuilder, UntypedFormControl, UntypedFormGroup, NgForm } from '@angular/forms';
|
|
3
3
|
import { NavController, Platform } from '@ionic/angular';
|
|
4
4
|
import { UserModel } from '../../models/UserModel';
|
|
5
5
|
import { LoginService } from '../../services/login/login.service';
|
|
6
|
-
import { ClaimantService } from '../../services/claimant-service/claimant.service';
|
|
7
6
|
import { UtilService } from '../../services/util/util.service';
|
|
8
|
-
import { WeeklyCertServiceV2 } from '../../services/weekly-cert/weekly-cert-v2.service';
|
|
9
|
-
import { OvpService } from '../../services/ovp/ovp.service';
|
|
10
|
-
import { Router } from '@angular/router';
|
|
11
|
-
import { LexisNexisService } from '../../services/lexis-nexis/lexis.nexis.service';
|
|
12
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
13
7
|
import * as i0 from "@angular/core";
|
|
14
8
|
export declare class UserLoginComponent implements OnInit {
|
|
15
9
|
util: UtilService;
|
|
@@ -17,13 +11,6 @@ export declare class UserLoginComponent implements OnInit {
|
|
|
17
11
|
fb: UntypedFormBuilder;
|
|
18
12
|
loginService: LoginService;
|
|
19
13
|
private platform;
|
|
20
|
-
private wcService;
|
|
21
|
-
private ovpService;
|
|
22
|
-
private cdr;
|
|
23
|
-
private router;
|
|
24
|
-
private cs;
|
|
25
|
-
ln: LexisNexisService;
|
|
26
|
-
translateService: TranslateService;
|
|
27
14
|
loginFormDirective: NgForm;
|
|
28
15
|
resetFormDirective: NgForm;
|
|
29
16
|
show2FADialog: boolean;
|
|
@@ -36,21 +23,12 @@ export declare class UserLoginComponent implements OnInit {
|
|
|
36
23
|
isLoginInProgress: boolean;
|
|
37
24
|
showProgressBar: boolean;
|
|
38
25
|
showEmailVerificationDialog: boolean;
|
|
39
|
-
isLexisNexisEnabled: boolean;
|
|
40
|
-
isOtpModalEnabled: boolean;
|
|
41
|
-
isReturningUser: boolean;
|
|
42
|
-
verificationPreference: any;
|
|
43
|
-
ssn: string;
|
|
44
|
-
isLexisNexisPopupEnabled: boolean;
|
|
45
|
-
mfaLoginHeader: string;
|
|
46
|
-
isUSPSExpired: boolean;
|
|
47
26
|
userModel: UserModel;
|
|
48
27
|
fontSize: string;
|
|
49
28
|
color: string;
|
|
50
|
-
isPhoneMfaRequiredForAccountActivation: boolean;
|
|
51
29
|
success: EventEmitter<any>;
|
|
52
30
|
error: EventEmitter<any>;
|
|
53
|
-
constructor(util: UtilService, nav: NavController, fb: UntypedFormBuilder, loginService: LoginService, platform: Platform
|
|
31
|
+
constructor(util: UtilService, nav: NavController, fb: UntypedFormBuilder, loginService: LoginService, platform: Platform);
|
|
54
32
|
ngOnInit(): void;
|
|
55
33
|
reset(): void;
|
|
56
34
|
initilizeLoginForm(): void;
|
|
@@ -59,24 +37,13 @@ export declare class UserLoginComponent implements OnInit {
|
|
|
59
37
|
get captcha(): UntypedFormControl;
|
|
60
38
|
get resetUsername(): UntypedFormControl;
|
|
61
39
|
get resetCaptcha(): UntypedFormControl;
|
|
62
|
-
signIn(): void
|
|
63
|
-
|
|
64
|
-
onLnSuccess(): void;
|
|
65
|
-
onLNError(): void;
|
|
66
|
-
triggerUSPS(): void;
|
|
67
|
-
triggerUSPSForExpired(username: String): void;
|
|
68
|
-
triggerUSPSForExpiredProcess(): void;
|
|
69
|
-
loginSuccess(): Promise<void>;
|
|
40
|
+
signIn(): Promise<void>;
|
|
41
|
+
loginSuccess(): void;
|
|
70
42
|
showDialog(): void;
|
|
71
43
|
initiateForgotPassword(): void;
|
|
72
44
|
logout(): void;
|
|
73
45
|
emailVerificationSuccess(): void;
|
|
74
|
-
close(): void;
|
|
75
|
-
get userIdRequired(): any;
|
|
76
|
-
get userIdMinimumLength(): any;
|
|
77
|
-
get passwordRequired(): any;
|
|
78
|
-
get captchaRequired(): any;
|
|
79
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserLoginComponent, never>;
|
|
80
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UserLoginComponent, "app-user-login", never, { "fontSize": { "alias": "fontSize"; "required": false; }; "color": { "alias": "color"; "required": false; };
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserLoginComponent, "app-user-login", never, { "fontSize": { "alias": "fontSize"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, { "success": "success"; "error": "error"; }, never, never, false, never>;
|
|
81
48
|
}
|
|
82
49
|
//# sourceMappingURL=user-login.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-login.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/user-login/user-login.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAqB,
|
|
1
|
+
{"version":3,"file":"user-login.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/user-login/user-login.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAqB,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,EAAc,MAAM,gBAAgB,CAAC;AAC9G,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAEzD,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;;AAE/D,qBAKa,kBAAmB,YAAW,MAAM;IA4B5B,IAAI,EAAG,WAAW;IAAE,OAAO,CAAC,GAAG;IAAyB,EAAE,EAAG,kBAAkB;IAAS,YAAY,EAAG,YAAY;IAAE,OAAO,CAAC,QAAQ;IA1B9F,kBAAkB,EAAE,MAAM,CAAC;IAC3B,kBAAkB,EAAE,MAAM,CAAC;IAE9E,aAAa,UAAS;IACtB,kBAAkB,UAAS;IAC3B,iBAAiB,UAAS;IAC1B,MAAM,UAAS;IACf,aAAa,UAAS;IACtB,SAAS,EAAG,gBAAgB,CAAC;IAC7B,SAAS,EAAG,gBAAgB,CAAC;IAC7B,iBAAiB,UAAS;IAC1B,eAAe,UAAS;IACxB,2BAA2B,UAAS;IAEpC,SAAS,EAAG,SAAS,CAAC;IAEpB,QAAQ,EAAG,MAAM,CAAC;IAElB,KAAK,EAAG,MAAM,CAAC;IAGxB,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;gBAE3B,IAAI,EAAG,WAAW,EAAU,GAAG,EAAG,aAAa,EAAS,EAAE,EAAG,kBAAkB,EAAS,YAAY,EAAG,YAAY,EAAU,QAAQ,EAAE,QAAQ;IAElK,QAAQ;IAIR,KAAK;IAUL,kBAAkB;IAalB,IAAI,QAAQ,uBAEX;IAED,IAAI,QAAQ,uBAEX;IAED,IAAI,OAAO,uBAEV;IAED,IAAI,aAAa,uBAEhB;IAED,IAAI,YAAY,uBAEf;IAEK,MAAM;IAwCZ,YAAY;IAmCZ,UAAU;IAIV,sBAAsB;IAsCtB,MAAM;IAKN,wBAAwB;yCAvMb,kBAAkB;2CAAlB,kBAAkB;CA4M9B"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { AbstractControl, FormArray, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { UtilService } from '../../services/util/util.service';
|
|
4
|
+
import { WageCalculatorModel } from '../../models/WageCalculatorModel';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class WageCalculatorComponent implements OnInit {
|
|
7
|
+
formBuilder: UntypedFormBuilder;
|
|
8
|
+
util: UtilService;
|
|
9
|
+
dynamicParam: any;
|
|
10
|
+
showCalculatorPopup: boolean;
|
|
11
|
+
wageCalculatorSavedData: WageCalculatorModel;
|
|
12
|
+
grossEarningsChange: EventEmitter<number>;
|
|
13
|
+
totalHoursChange: EventEmitter<number>;
|
|
14
|
+
saveClicked: EventEmitter<WageCalculatorModel>;
|
|
15
|
+
cancelClicked: EventEmitter<void>;
|
|
16
|
+
wageCalculatorForm: UntypedFormGroup;
|
|
17
|
+
yesNoOption: {
|
|
18
|
+
value: string;
|
|
19
|
+
text: string;
|
|
20
|
+
}[];
|
|
21
|
+
satDate: Date;
|
|
22
|
+
sunDate: Date;
|
|
23
|
+
startDate: Date;
|
|
24
|
+
isFirstTimeEntry: boolean;
|
|
25
|
+
constructor(formBuilder: UntypedFormBuilder, util: UtilService);
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
get isPaidHourly(): AbstractControl<any, any>;
|
|
28
|
+
get hoursWorked(): AbstractControl<any, any>;
|
|
29
|
+
get payRate(): AbstractControl<any, any>;
|
|
30
|
+
get otherPay(): AbstractControl<any, any>;
|
|
31
|
+
get earnings(): AbstractControl<any, any>;
|
|
32
|
+
get daysFormArray(): FormArray;
|
|
33
|
+
formatDate(date: Date): string;
|
|
34
|
+
calculateTotalHours(): number;
|
|
35
|
+
calculateEarnings(): number;
|
|
36
|
+
calculateGrossEarnings(): number;
|
|
37
|
+
updateTotalHours(): void;
|
|
38
|
+
updateGrossEarnings(): void;
|
|
39
|
+
onSave(): void;
|
|
40
|
+
onCancel(): void;
|
|
41
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WageCalculatorComponent, never>;
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WageCalculatorComponent, "app-wage-calculator", never, { "dynamicParam": { "alias": "dynamicParam"; "required": false; }; "showCalculatorPopup": { "alias": "showCalculatorPopup"; "required": false; }; "wageCalculatorSavedData": { "alias": "wageCalculatorSavedData"; "required": false; }; }, { "grossEarningsChange": "grossEarningsChange"; "totalHoursChange": "totalHoursChange"; "saveClicked": "saveClicked"; "cancelClicked": "cancelClicked"; }, never, never, false, never>;
|
|
43
|
+
}
|
|
44
|
+
//# sourceMappingURL=wage-calculator.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wage-calculator.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/wage-calculator/wage-calculator.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAqB,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,eAAe,EAAwB,SAAS,EAA+C,kBAAkB,EAAE,gBAAgB,EAA2B,MAAM,gBAAgB,CAAC;AAE9L,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;;AAIvE,qBAKa,uBAAwB,YAAW,MAAM;IAgBjC,WAAW,EAAE,kBAAkB;IAAS,IAAI,EAAE,WAAW;IAfnE,YAAY,EAAE,GAAG,CAAC;IAClB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,uBAAuB,EAAE,mBAAmB,CAAC;IAC5C,mBAAmB,uBAA8B;IACjD,gBAAgB,uBAA8B;IAC9C,WAAW,oCAA2C;IACtD,aAAa,qBAA4B;IAE5C,kBAAkB,EAAE,gBAAgB,CAAC;IACrC,WAAW;;;QAAsB;IACjC,OAAO,EAAE,IAAI,CAAC;IACd,OAAO,EAAE,IAAI,CAAC;IACd,SAAS,EAAE,IAAI,CAAC;IAChB,gBAAgB,EAAE,OAAO,CAAQ;gBAErB,WAAW,EAAE,kBAAkB,EAAS,IAAI,EAAE,WAAW;IAY5E,QAAQ;IAmER,IAAI,YAAY,8BAEf;IAED,IAAI,WAAW,8BAEd;IAED,IAAI,OAAO,8BAEV;IAED,IAAI,QAAQ,8BAEX;IAED,IAAI,QAAQ,8BAEX;IAED,IAAI,aAAa,IAAI,SAAS,CAE7B;IAED,UAAU,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;IAM9B,mBAAmB,IAAI,MAAM;IAS7B,iBAAiB,IAAI,MAAM;IAI3B,sBAAsB,IAAI,MAAM;IAOhC,gBAAgB;IAOhB,mBAAmB;IAInB,MAAM;IA4BN,QAAQ;yCAxLG,uBAAuB;2CAAvB,uBAAuB;CAwOnC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor, UntypedFormBuilder } from '@angular/forms';
|
|
3
|
+
import { Subscription } from 'rxjs';
|
|
4
|
+
import { UtilService } from '../../services/util/util.service';
|
|
5
|
+
import { ValidationService } from '../../services/questionnaire/validation.service';
|
|
6
|
+
import { WageInfoModel } from '../../models/WageInfoModel';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class WageGridComponent implements OnInit, ControlValueAccessor {
|
|
9
|
+
util: UtilService;
|
|
10
|
+
vs: ValidationService;
|
|
11
|
+
formBuilder: UntypedFormBuilder;
|
|
12
|
+
currentYear: number;
|
|
13
|
+
previousYear: number;
|
|
14
|
+
selected: boolean;
|
|
15
|
+
indexToEdit: any;
|
|
16
|
+
display: boolean;
|
|
17
|
+
activeIndex: number;
|
|
18
|
+
showDuplicatePopup: boolean;
|
|
19
|
+
employerWage: WageInfoModel;
|
|
20
|
+
selectedEmployerWage: WageInfoModel;
|
|
21
|
+
wages: WageInfoModel[];
|
|
22
|
+
private onChange;
|
|
23
|
+
private onTouch;
|
|
24
|
+
onChangeSubs: Subscription[];
|
|
25
|
+
isDisabled: boolean;
|
|
26
|
+
modelDisplay: EventEmitter<boolean>;
|
|
27
|
+
constructor(util: UtilService, vs: ValidationService, formBuilder: UntypedFormBuilder);
|
|
28
|
+
ngOnInit(): void;
|
|
29
|
+
writeValue(value: any): void;
|
|
30
|
+
registerOnChange(fn: any): void;
|
|
31
|
+
registerOnTouched(onTouch: Function): void;
|
|
32
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
33
|
+
ngOnDestroy(): void;
|
|
34
|
+
deleteWageDetail(employerWage: any): void;
|
|
35
|
+
editWageDetail(employerWage: any): void;
|
|
36
|
+
close(): void;
|
|
37
|
+
addWageDetails(): Promise<void>;
|
|
38
|
+
addEmployerWageDetail(employerWage: any): void;
|
|
39
|
+
publishEmployerWage(): void;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WageGridComponent, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WageGridComponent, "app-wage-grid", never, {}, { "modelDisplay": "modelDisplay"; }, never, never, false, never>;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=wage-grid.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wage-grid.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/wage-grid/wage-grid.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,YAAY,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AAEjG,OAAO,EAAE,oBAAoB,EAAqB,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAC7F,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;AACpF,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;;AAE3D,qBAaa,iBAAkB,YAAW,MAAM,EAAE,oBAAoB;IAiBjD,IAAI,EAAG,WAAW;IAAS,EAAE,EAAE,iBAAiB;IAAS,WAAW,EAAG,kBAAkB;IAhB5G,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAS;IACjC,WAAW,MAAQ;IACnB,OAAO,EAAE,OAAO,CAAC;IACV,WAAW,EAAG,MAAM,CAAQ;IACnC,kBAAkB,EAAG,OAAO,CAAS;IACrC,YAAY,EAAE,aAAa,CAAC;IAC5B,oBAAoB,EAAE,aAAa,CAAC;IACpC,KAAK,EAAG,aAAa,EAAE,CAAM;IAC7B,OAAO,CAAC,QAAQ,CAAmC;IACnD,OAAO,CAAC,OAAO,CAAsB;IACrC,YAAY,EAAE,YAAY,EAAE,CAAM;IAClC,UAAU,UAAS;IACT,YAAY,wBAA+B;gBAElC,IAAI,EAAG,WAAW,EAAS,EAAE,EAAE,iBAAiB,EAAS,WAAW,EAAG,kBAAkB;IAK5G,QAAQ;IAKR,UAAU,CAAC,KAAK,EAAE,GAAG;IAOrB,gBAAgB,CAAC,EAAE,EAAE,GAAG;IAKxB,iBAAiB,CAAC,OAAO,EAAE,QAAQ;IAInC,gBAAgB,CAAC,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAI5C,WAAW;IAMX,gBAAgB,CAAC,YAAY,KAAA;IAM7B,cAAc,CAAC,YAAY,KAAA;IAQ3B,KAAK;IASC,cAAc;IAKpB,qBAAqB,CAAC,YAAY,KAAA;IAclC,mBAAmB;yCA/FR,iBAAiB;2CAAjB,iBAAiB;CAkG7B"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { NgForm, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { ClaimantContextService } from '../../services/claimant-context/claimant-context.service';
|
|
4
|
+
import { LoginService } from '../../services/login/login.service';
|
|
5
|
+
import { WeeklyCertServiceV2 } from '../../services/weekly-cert/weekly-cert-v2.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class AcknowledgementMsComponent implements OnInit {
|
|
8
|
+
wcs: WeeklyCertServiceV2;
|
|
9
|
+
formBuilder: UntypedFormBuilder;
|
|
10
|
+
private ls;
|
|
11
|
+
private contextService;
|
|
12
|
+
qeFormDirective: NgForm;
|
|
13
|
+
success: EventEmitter<any>;
|
|
14
|
+
error: EventEmitter<any>;
|
|
15
|
+
onClose: EventEmitter<any>;
|
|
16
|
+
qeForm: UntypedFormGroup;
|
|
17
|
+
blocked: boolean;
|
|
18
|
+
private ssnConfirmation;
|
|
19
|
+
constructor(wcs: WeeklyCertServiceV2, formBuilder: UntypedFormBuilder, ls: LoginService, contextService: ClaimantContextService);
|
|
20
|
+
getSsnForUserTypes(): void;
|
|
21
|
+
get ssnLast4(): import("@angular/forms").AbstractControl<any, any>;
|
|
22
|
+
ngOnInit(): void;
|
|
23
|
+
close(): void;
|
|
24
|
+
submit(): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AcknowledgementMsComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AcknowledgementMsComponent, "app-acknowledgement-ms", never, {}, { "success": "success"; "error": "error"; "onClose": "onClose"; }, never, never, false, never>;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=acknowledgement-ms.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"acknowledgement-ms.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AACnF,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,gBAAgB,EAAc,MAAM,gBAAgB,CAAC;AAC1F,OAAO,EAAE,sBAAsB,EAAE,MAAM,0DAA0D,CAAC;AAClG,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;;AAGxF,qBAKa,0BAA2B,YAAW,MAAM;IAoBpC,GAAG,EAAE,mBAAmB;IAAS,WAAW,EAAE,kBAAkB;IAAE,OAAO,CAAC,EAAE;IAAgB,OAAO,CAAC,cAAc;IAjB9H,eAAe,EAAE,MAAM,CAAC;IAG/B,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAG9C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEzC,MAAM,EAAE,gBAAgB,CAAC;IAEhC,OAAO,UAAS;IAEhB,OAAO,CAAC,eAAe,CAAS;gBAEb,GAAG,EAAE,mBAAmB,EAAS,WAAW,EAAE,kBAAkB,EAAU,EAAE,EAAE,YAAY,EAAU,cAAc,EAAE,sBAAsB;IAS7J,kBAAkB;IAQlB,IAAI,QAAQ,uDAEX;IAED,QAAQ;IAER,KAAK;IAIL,MAAM;yCA/CK,0BAA0B;2CAA1B,0BAA0B;CAoEtC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup, NgForm } from '@angular/forms';
|
|
3
|
+
import { WeeklyCertServiceV2 } from '../../services/weekly-cert/weekly-cert-v2.service';
|
|
4
|
+
import { ClaimantContextService } from '../../services/claimant-context/claimant-context.service';
|
|
5
|
+
import { LoginService } from '../../services/login/login.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class AcknowledgementComponentV2 implements OnInit {
|
|
8
|
+
wcs: WeeklyCertServiceV2;
|
|
9
|
+
formBuilder: UntypedFormBuilder;
|
|
10
|
+
private ls;
|
|
11
|
+
private contextService;
|
|
12
|
+
qeFormDirective: NgForm;
|
|
13
|
+
success: EventEmitter<any>;
|
|
14
|
+
error: EventEmitter<any>;
|
|
15
|
+
onClose: EventEmitter<any>;
|
|
16
|
+
qeForm: UntypedFormGroup;
|
|
17
|
+
blocked: boolean;
|
|
18
|
+
private ssnConfirmation;
|
|
19
|
+
constructor(wcs: WeeklyCertServiceV2, formBuilder: UntypedFormBuilder, ls: LoginService, contextService: ClaimantContextService);
|
|
20
|
+
getSsnForUserTypes(): void;
|
|
21
|
+
get ssnLast4(): import("@angular/forms").AbstractControl<any, any>;
|
|
22
|
+
ngOnInit(): void;
|
|
23
|
+
close(): void;
|
|
24
|
+
submit(): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AcknowledgementComponentV2, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AcknowledgementComponentV2, "app-acknowledgement-v2", never, {}, { "success": "success"; "error": "error"; "onClose": "onClose"; }, never, never, false, never>;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=acknowledgement.component-v2.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"acknowledgement.component-v2.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AACnF,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,EAAc,MAAM,gBAAgB,CAAC;AAC1F,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;AAExF,OAAO,EAAE,sBAAsB,EAAE,MAAM,0DAA0D,CAAC;AAClG,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;;AAElE,qBAKa,0BAA2B,YAAW,MAAM;IAoBpC,GAAG,EAAG,mBAAmB;IAAS,WAAW,EAAG,kBAAkB;IAAE,OAAO,CAAC,EAAE;IAAgB,OAAO,CAAC,cAAc;IAjBhI,eAAe,EAAE,MAAM,CAAC;IAG/B,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAG9C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEzC,MAAM,EAAG,gBAAgB,CAAC;IAEjC,OAAO,UAAS;IAEhB,OAAO,CAAC,eAAe,CAAU;gBAEd,GAAG,EAAG,mBAAmB,EAAS,WAAW,EAAG,kBAAkB,EAAU,EAAE,EAAE,YAAY,EAAU,cAAc,EAAG,sBAAsB;IAShK,kBAAkB;IAQlB,IAAI,QAAQ,uDAEX;IAED,QAAQ;IAER,KAAK;IAIL,MAAM;yCA/CK,0BAA0B;2CAA1B,0BAA0B;CAgEtC"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { UntypedFormBuilder, UntypedFormGroup, NgForm } from '@angular/forms';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup, NgForm, ValidatorFn } from '@angular/forms';
|
|
3
3
|
import { ChoicesModel } from '../../models/AddressComponentModel';
|
|
4
4
|
import { EmployerInfoModel, EmployerSearchResult } from '../../models/EmployerDetailSearchResult';
|
|
5
5
|
import { ClaimService } from '../../services/claims/claims.service';
|
|
6
6
|
import { UtilService } from '../../services/util/util.service';
|
|
7
|
-
import {
|
|
7
|
+
import { BasePage } from '../../pages/BasePage';
|
|
8
|
+
import { WageCalculatorModel } from '../../models/WageCalculatorModel';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class WeeklyCertEmployerComponentQe implements OnInit {
|
|
10
|
+
export declare class WeeklyCertEmployerComponentQe extends BasePage implements OnInit {
|
|
10
11
|
util: UtilService;
|
|
11
12
|
formBuilder: UntypedFormBuilder;
|
|
12
13
|
cs: ClaimService;
|
|
13
|
-
translateService: TranslateService;
|
|
14
14
|
empFormDirective: NgForm;
|
|
15
15
|
success: EventEmitter<any>;
|
|
16
16
|
onClose: EventEmitter<any>;
|
|
@@ -21,21 +21,33 @@ export declare class WeeklyCertEmployerComponentQe implements OnInit {
|
|
|
21
21
|
text: string;
|
|
22
22
|
}[];
|
|
23
23
|
empForm: UntypedFormGroup;
|
|
24
|
-
statesCombo:
|
|
24
|
+
statesCombo: any;
|
|
25
|
+
countryOptions: {
|
|
25
26
|
value: string;
|
|
26
27
|
text: string;
|
|
27
28
|
}[];
|
|
28
29
|
satDate: Date;
|
|
29
30
|
sunDate: Date;
|
|
31
|
+
maxStartDate: Date;
|
|
32
|
+
isEditMode: Boolean;
|
|
33
|
+
wageDialog: boolean;
|
|
30
34
|
dischargeReasonOptionsAll: ChoicesModel[];
|
|
31
35
|
volQuitReasonOptionsAll: ChoicesModel[];
|
|
32
36
|
employmentStatusOptionsAll: ChoicesModel[];
|
|
33
|
-
|
|
37
|
+
wageCalculatorData: WageCalculatorModel;
|
|
38
|
+
usZipcodeValidations: ValidatorFn[];
|
|
39
|
+
canadaZipcodeValidations: ValidatorFn[];
|
|
40
|
+
constructor(util: UtilService, formBuilder: UntypedFormBuilder, cs: ClaimService);
|
|
34
41
|
ngOnInit(): void;
|
|
35
42
|
loadMasterData(): void;
|
|
36
43
|
add(): void;
|
|
44
|
+
save(): void;
|
|
37
45
|
close(): void;
|
|
38
46
|
initilizeEmployerInforForm(): void;
|
|
47
|
+
setZipCodeValidationBasedOnCountry(): void;
|
|
48
|
+
filterState(event: any): void;
|
|
49
|
+
updateGrossEarnings(grossEarnings: number): void;
|
|
50
|
+
updateTotalHours(totalHours: number): void;
|
|
39
51
|
get haveReturnToWorkDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
40
52
|
get voluntaryQuit(): import("@angular/forms").AbstractControl<any, any>;
|
|
41
53
|
get discharged(): import("@angular/forms").AbstractControl<any, any>;
|
|
@@ -45,6 +57,7 @@ export declare class WeeklyCertEmployerComponentQe implements OnInit {
|
|
|
45
57
|
get wcEmpAddressLine2(): import("@angular/forms").AbstractControl<any, any>;
|
|
46
58
|
get wcEmpCity(): import("@angular/forms").AbstractControl<any, any>;
|
|
47
59
|
get wcEmpState(): import("@angular/forms").AbstractControl<any, any>;
|
|
60
|
+
get wcEmpCountry(): import("@angular/forms").AbstractControl<any, any>;
|
|
48
61
|
get wsEmpAmtEarned(): import("@angular/forms").AbstractControl<any, any>;
|
|
49
62
|
get wcEmpStatus(): import("@angular/forms").AbstractControl<any, any>;
|
|
50
63
|
get wcEmpLowRtwDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
@@ -55,12 +68,16 @@ export declare class WeeklyCertEmployerComponentQe implements OnInit {
|
|
|
55
68
|
get wsPhoneNumber(): import("@angular/forms").AbstractControl<any, any>;
|
|
56
69
|
get hidEmpId(): import("@angular/forms").AbstractControl<any, any>;
|
|
57
70
|
get isPartTimeEmployer(): import("@angular/forms").AbstractControl<any, any>;
|
|
71
|
+
get jobTitle(): import("@angular/forms").AbstractControl<any, any>;
|
|
72
|
+
get startDayWorked(): import("@angular/forms").AbstractControl<any, any>;
|
|
73
|
+
setValidationForHoursAndWagesOnActivityType(): void;
|
|
74
|
+
setValidationBasedOnEmploymentStatus(val: String): void;
|
|
58
75
|
setEmployer(employer: EmployerSearchResult): void;
|
|
59
76
|
dateInput(event: any): void;
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
77
|
+
getDate(wsDate: any): Date;
|
|
78
|
+
setWageFlag(event: Event): void;
|
|
79
|
+
onDialogSave(wageCalculatorSavedData: WageCalculatorModel): void;
|
|
80
|
+
onDialogCancel(): void;
|
|
64
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<WeeklyCertEmployerComponentQe, never>;
|
|
65
82
|
static ɵcmp: i0.ɵɵComponentDeclaration<WeeklyCertEmployerComponentQe, "app-weekly-cert-employer-qe", never, { "empToEdit": { "alias": "empToEdit"; "required": false; }; "dynamicParam": { "alias": "dynamicParam"; "required": false; }; }, { "success": "success"; "onClose": "onClose"; }, never, never, false, never>;
|
|
66
83
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"weekly-cert-employer.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-cert-employer/weekly-cert-employer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,
|
|
1
|
+
{"version":3,"file":"weekly-cert-employer.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-cert-employer/weekly-cert-employer.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import { AccordionTab } from 'primeng/accordion';
|
|
4
4
|
import { Subscription } from 'rxjs';
|
|
@@ -6,14 +6,19 @@ import { ChoicesModel } from '../../models/AddressComponentModel';
|
|
|
6
6
|
import { EmployerInfoModel } from '../../models/EmployerDetailSearchResult';
|
|
7
7
|
import { ClaimService } from '../../services/claims/claims.service';
|
|
8
8
|
import { ValidationService } from '../../services/questionnaire/validation.service';
|
|
9
|
+
import { WeeklyCertService } from '../../services/weekly-cert/weekly-cert.service';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
export declare class WeeklyCertEmployerGridComponent implements OnInit, ControlValueAccessor {
|
|
11
12
|
vs: ValidationService;
|
|
12
13
|
cs: ClaimService;
|
|
14
|
+
private wcService;
|
|
13
15
|
dynamicParam: any;
|
|
16
|
+
form: any;
|
|
17
|
+
onComplete: EventEmitter<any>;
|
|
14
18
|
accordionTab: AccordionTab;
|
|
15
19
|
selected: boolean;
|
|
16
20
|
activeIndex: number;
|
|
21
|
+
isEditMode: boolean;
|
|
17
22
|
employmentStatusOptionsAll: ChoicesModel[];
|
|
18
23
|
selectedEmployer: EmployerInfoModel;
|
|
19
24
|
indexToEdit: any;
|
|
@@ -21,12 +26,13 @@ export declare class WeeklyCertEmployerGridComponent implements OnInit, ControlV
|
|
|
21
26
|
showAddEmpPopup: boolean;
|
|
22
27
|
showDuplicatePopup: boolean;
|
|
23
28
|
isDisabled: boolean;
|
|
24
|
-
constructor(vs: ValidationService, cs: ClaimService);
|
|
29
|
+
constructor(vs: ValidationService, cs: ClaimService, wcService: WeeklyCertService);
|
|
25
30
|
private onChange;
|
|
26
31
|
private onTouch;
|
|
27
32
|
onChangeSubs: Subscription[];
|
|
28
33
|
ngOnDestroy(): void;
|
|
29
34
|
writeValue(value: any): void;
|
|
35
|
+
setupEmployer(value: any): Promise<void>;
|
|
30
36
|
registerOnChange(fn: any): void;
|
|
31
37
|
registerOnTouched(onTouch: Function): void;
|
|
32
38
|
setDisabledState?(isDisabled: boolean): void;
|
|
@@ -42,6 +48,6 @@ export declare class WeeklyCertEmployerGridComponent implements OnInit, ControlV
|
|
|
42
48
|
getSepReason(value: string): string;
|
|
43
49
|
submit(): void;
|
|
44
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<WeeklyCertEmployerGridComponent, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WeeklyCertEmployerGridComponent, "app-weekly-cert-employer-grid", never, { "dynamicParam": { "alias": "dynamicParam"; "required": false; }; }, {}, never, never, false, never>;
|
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WeeklyCertEmployerGridComponent, "app-weekly-cert-employer-grid", never, { "dynamicParam": { "alias": "dynamicParam"; "required": false; }; "form": { "alias": "form"; "required": false; }; }, { "onComplete": "onComplete"; }, never, never, false, never>;
|
|
46
52
|
}
|
|
47
53
|
//# sourceMappingURL=weekly-cert-employer-grid.component.d.ts.map
|
package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"weekly-cert-employer-grid.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"weekly-cert-employer-grid.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,YAAY,EAAS,MAAM,EAAqB,MAAM,eAAe,CAAC;AACnH,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AAC5E,OAAO,EAAE,YAAY,EAAE,MAAM,sCAAsC,CAAC;AACpE,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;AACpF,OAAO,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAC;;AAEnF,qBAaa,+BAAgC,YAAW,MAAM,EAAE,oBAAoB;IAgC/D,EAAE,EAAE,iBAAiB;IAAS,EAAE,EAAG,YAAY;IAAE,OAAO,CAAC,SAAS;IA7B9E,YAAY,EAAE,GAAG,CAAC;IAGlB,IAAI,EAAE,GAAG,CAAC;IAEP,UAAU,oBAAsB;IAEf,YAAY,EAAE,YAAY,CAAA;IAE9C,QAAQ,EAAE,OAAO,CAAS;IAE1B,WAAW,EAAG,MAAM,CAAQ;IAE5B,UAAU,EAAE,OAAO,CAAS;IAE5B,0BAA0B,EAAE,YAAY,EAAE,CAAM;IAEvD,gBAAgB,EAAG,iBAAiB,CAAC;IAErC,WAAW,MAAQ;IAEnB,SAAS,EAAG,iBAAiB,EAAE,CAAM;IAErC,eAAe,EAAG,OAAO,CAAS;IAElC,kBAAkB,EAAG,OAAO,CAAS;IAErC,UAAU,UAAS;gBAEA,EAAE,EAAE,iBAAiB,EAAS,EAAE,EAAG,YAAY,EAAU,SAAS,EAAE,iBAAiB;IAGxG,OAAO,CAAC,QAAQ,CAAmC;IAEnD,OAAO,CAAC,OAAO,CAAsB;IAErC,YAAY,EAAE,YAAY,EAAE,CAAM;IAElC,WAAW;IAMX,UAAU,CAAC,KAAK,EAAE,GAAG;IAef,aAAa,CAAC,KAAK,EAAE,GAAG;IAa9B,gBAAgB,CAAC,EAAE,EAAE,GAAG;IAKxB,iBAAiB,CAAC,OAAO,EAAE,QAAQ;IAInC,gBAAgB,CAAC,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAI5C,QAAQ,IAAI,IAAI;IAKhB,cAAc;IAUd,WAAW,CAAC,QAAQ,EAAG,iBAAiB;IAwBxC,eAAe;IAIf,YAAY,CAAC,QAAQ,EAAE,iBAAiB;IAqBxC,qBAAqB;IAQrB,eAAe,CAAC,QAAQ,KAAA;IASxB,KAAK;IAUL,iBAAiB,CAAC,QAAQ,EAAG,iBAAiB;IAqB9C,YAAY,CAAC,KAAK,EAAG,MAAM;IAM3B,MAAM;yCA9MK,+BAA+B;2CAA/B,+BAA+B;CAsN3C"}
|