@reusa/ngx-reusa-app-lib 0.0.1330 → 0.0.1332
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 +2376 -1248
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +158 -99
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +36 -16
- package/esm2022/lib/components/add-wage/add-wage.component.mjs +161 -0
- package/esm2022/lib/components/address/address.component.mjs +267 -81
- 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 +47 -123
- package/esm2022/lib/components/claim-info/claim-info.component.mjs +408 -0
- package/esm2022/lib/components/contact-us/contact-us.component.mjs +4 -16
- 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 +16 -36
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +379 -450
- 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 +90 -67
- package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +201 -0
- package/esm2022/lib/components/header/header.component.mjs +456 -136
- package/esm2022/lib/components/history-page/history-page.component.mjs +571 -0
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +13 -13
- 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 +1 -1
- package/esm2022/lib/components/job-title/job-title.component.mjs +93 -94
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +142 -331
- package/esm2022/lib/components/link/link.component.mjs +1 -1
- package/esm2022/lib/components/menu/menu.component.mjs +59 -53
- package/esm2022/lib/components/mfa/mfa.component.mjs +116 -188
- package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +11 -18
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +148 -36
- 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 +748 -338
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +110 -33
- 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 +386 -129
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +72 -70
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +875 -1091
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +186 -565
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +28 -22
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +113 -29
- 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 -27
- 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 +4 -4
- package/esm2022/lib/components/user-login/user-login.component.mjs +116 -300
- 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 +612 -241
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +114 -59
- package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +806 -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 +684 -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/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/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 +101 -179
- package/esm2022/lib/models/questionnaire/ElementsModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/LegalDiscaimarModel.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 +6 -5
- 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 -1
- package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +4 -4
- package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +7 -2
- package/esm2022/lib/pipes/format-worksearch/format-worksearch.pipe.mjs +101 -0
- package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +1 -1
- 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 -11
- 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 +41926 -22359
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
- package/lib/components/add-employer/add-employer.component.d.ts +85 -52
- package/lib/components/add-employer/add-employer.component.d.ts.map +1 -1
- package/lib/components/add-participant/add-participant.component.d.ts +11 -2
- package/lib/components/add-participant/add-participant.component.d.ts.map +1 -1
- package/lib/components/add-payment/add-payment.component.d.ts +7 -2
- 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 +41 -5
- 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 +0 -6
- 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/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 -7
- package/lib/components/email-update/email-update.component.d.ts.map +1 -1
- package/lib/components/employer-grid/employer-grid.component.d.ts +5 -13
- 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 -2
- 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-title/job-title.component.d.ts +22 -21
- package/lib/components/job-title/job-title.component.d.ts.map +1 -1
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +5 -2
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -1
- package/lib/components/menu/menu.component.d.ts +2 -1
- package/lib/components/menu/menu.component.d.ts.map +1 -1
- package/lib/components/mfa/mfa.component.d.ts +7 -14
- 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 -0
- 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 -34
- 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/user-login/user-login.component.d.ts +5 -32
- 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 +26 -3
- 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/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/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 +28 -16
- 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/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/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 -340
- package/esm2022/lib/components/mfa2/mfa2.component.mjs +0 -261
- package/esm2022/lib/components/security-question/security-question.component.mjs +0 -189
- 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
|
@@ -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,14 +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
7
|
import * as i0 from "@angular/core";
|
|
13
8
|
export declare class UserLoginComponent implements OnInit {
|
|
14
9
|
util: UtilService;
|
|
@@ -16,12 +11,6 @@ export declare class UserLoginComponent implements OnInit {
|
|
|
16
11
|
fb: UntypedFormBuilder;
|
|
17
12
|
loginService: LoginService;
|
|
18
13
|
private platform;
|
|
19
|
-
private wcService;
|
|
20
|
-
private ovpService;
|
|
21
|
-
private cdr;
|
|
22
|
-
private router;
|
|
23
|
-
private cs;
|
|
24
|
-
ln: LexisNexisService;
|
|
25
14
|
loginFormDirective: NgForm;
|
|
26
15
|
resetFormDirective: NgForm;
|
|
27
16
|
show2FADialog: boolean;
|
|
@@ -34,21 +23,12 @@ export declare class UserLoginComponent implements OnInit {
|
|
|
34
23
|
isLoginInProgress: boolean;
|
|
35
24
|
showProgressBar: boolean;
|
|
36
25
|
showEmailVerificationDialog: boolean;
|
|
37
|
-
isLexisNexisEnabled: boolean;
|
|
38
|
-
isOtpModalEnabled: boolean;
|
|
39
|
-
isReturningUser: boolean;
|
|
40
|
-
verificationPreference: any;
|
|
41
|
-
ssn: string;
|
|
42
|
-
isLexisNexisPopupEnabled: boolean;
|
|
43
|
-
mfaLoginHeader: string;
|
|
44
|
-
isUSPSExpired: boolean;
|
|
45
26
|
userModel: UserModel;
|
|
46
27
|
fontSize: string;
|
|
47
28
|
color: string;
|
|
48
|
-
isPhoneMfaRequiredForAccountActivation: boolean;
|
|
49
29
|
success: EventEmitter<any>;
|
|
50
30
|
error: EventEmitter<any>;
|
|
51
|
-
constructor(util: UtilService, nav: NavController, fb: UntypedFormBuilder, loginService: LoginService, platform: Platform
|
|
31
|
+
constructor(util: UtilService, nav: NavController, fb: UntypedFormBuilder, loginService: LoginService, platform: Platform);
|
|
52
32
|
ngOnInit(): void;
|
|
53
33
|
reset(): void;
|
|
54
34
|
initilizeLoginForm(): void;
|
|
@@ -57,20 +37,13 @@ export declare class UserLoginComponent implements OnInit {
|
|
|
57
37
|
get captcha(): UntypedFormControl;
|
|
58
38
|
get resetUsername(): UntypedFormControl;
|
|
59
39
|
get resetCaptcha(): UntypedFormControl;
|
|
60
|
-
signIn(): void
|
|
61
|
-
|
|
62
|
-
onLnSuccess(): void;
|
|
63
|
-
onLNError(): void;
|
|
64
|
-
triggerUSPS(): void;
|
|
65
|
-
triggerUSPSForExpired(username: String): void;
|
|
66
|
-
triggerUSPSForExpiredProcess(): void;
|
|
67
|
-
loginSuccess(): Promise<void>;
|
|
40
|
+
signIn(): Promise<void>;
|
|
41
|
+
loginSuccess(): void;
|
|
68
42
|
showDialog(): void;
|
|
69
43
|
initiateForgotPassword(): void;
|
|
70
44
|
logout(): void;
|
|
71
45
|
emailVerificationSuccess(): void;
|
|
72
|
-
close(): void;
|
|
73
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserLoginComponent, never>;
|
|
74
|
-
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>;
|
|
75
48
|
}
|
|
76
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,11 +1,13 @@
|
|
|
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 { BasePage } from '../../pages/BasePage';
|
|
8
|
+
import { WageCalculatorModel } from '../../models/WageCalculatorModel';
|
|
7
9
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class WeeklyCertEmployerComponentQe implements OnInit {
|
|
10
|
+
export declare class WeeklyCertEmployerComponentQe extends BasePage implements OnInit {
|
|
9
11
|
util: UtilService;
|
|
10
12
|
formBuilder: UntypedFormBuilder;
|
|
11
13
|
cs: ClaimService;
|
|
@@ -19,21 +21,33 @@ export declare class WeeklyCertEmployerComponentQe implements OnInit {
|
|
|
19
21
|
text: string;
|
|
20
22
|
}[];
|
|
21
23
|
empForm: UntypedFormGroup;
|
|
22
|
-
statesCombo:
|
|
24
|
+
statesCombo: any;
|
|
25
|
+
countryOptions: {
|
|
23
26
|
value: string;
|
|
24
27
|
text: string;
|
|
25
28
|
}[];
|
|
26
29
|
satDate: Date;
|
|
27
30
|
sunDate: Date;
|
|
31
|
+
maxStartDate: Date;
|
|
32
|
+
isEditMode: Boolean;
|
|
33
|
+
wageDialog: boolean;
|
|
28
34
|
dischargeReasonOptionsAll: ChoicesModel[];
|
|
29
35
|
volQuitReasonOptionsAll: ChoicesModel[];
|
|
30
36
|
employmentStatusOptionsAll: ChoicesModel[];
|
|
37
|
+
wageCalculatorData: WageCalculatorModel;
|
|
38
|
+
usZipcodeValidations: ValidatorFn[];
|
|
39
|
+
canadaZipcodeValidations: ValidatorFn[];
|
|
31
40
|
constructor(util: UtilService, formBuilder: UntypedFormBuilder, cs: ClaimService);
|
|
32
41
|
ngOnInit(): void;
|
|
33
42
|
loadMasterData(): void;
|
|
34
43
|
add(): void;
|
|
44
|
+
save(): void;
|
|
35
45
|
close(): void;
|
|
36
46
|
initilizeEmployerInforForm(): void;
|
|
47
|
+
setZipCodeValidationBasedOnCountry(): void;
|
|
48
|
+
filterState(event: any): void;
|
|
49
|
+
updateGrossEarnings(grossEarnings: number): void;
|
|
50
|
+
updateTotalHours(totalHours: number): void;
|
|
37
51
|
get haveReturnToWorkDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
38
52
|
get voluntaryQuit(): import("@angular/forms").AbstractControl<any, any>;
|
|
39
53
|
get discharged(): import("@angular/forms").AbstractControl<any, any>;
|
|
@@ -43,6 +57,7 @@ export declare class WeeklyCertEmployerComponentQe implements OnInit {
|
|
|
43
57
|
get wcEmpAddressLine2(): import("@angular/forms").AbstractControl<any, any>;
|
|
44
58
|
get wcEmpCity(): import("@angular/forms").AbstractControl<any, any>;
|
|
45
59
|
get wcEmpState(): import("@angular/forms").AbstractControl<any, any>;
|
|
60
|
+
get wcEmpCountry(): import("@angular/forms").AbstractControl<any, any>;
|
|
46
61
|
get wsEmpAmtEarned(): import("@angular/forms").AbstractControl<any, any>;
|
|
47
62
|
get wcEmpStatus(): import("@angular/forms").AbstractControl<any, any>;
|
|
48
63
|
get wcEmpLowRtwDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
@@ -53,8 +68,16 @@ export declare class WeeklyCertEmployerComponentQe implements OnInit {
|
|
|
53
68
|
get wsPhoneNumber(): import("@angular/forms").AbstractControl<any, any>;
|
|
54
69
|
get hidEmpId(): import("@angular/forms").AbstractControl<any, any>;
|
|
55
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;
|
|
56
75
|
setEmployer(employer: EmployerSearchResult): void;
|
|
57
76
|
dateInput(event: any): void;
|
|
77
|
+
getDate(wsDate: any): Date;
|
|
78
|
+
setWageFlag(event: Event): void;
|
|
79
|
+
onDialogSave(wageCalculatorSavedData: WageCalculatorModel): void;
|
|
80
|
+
onDialogCancel(): void;
|
|
58
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<WeeklyCertEmployerComponentQe, never>;
|
|
59
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>;
|
|
60
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(): 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;IASf,aAAa;IASnB,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;yCApMK,+BAA+B;2CAA/B,+BAA+B;CA4M3C"}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { FormBuilder } from '@angular/forms';
|
|
3
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
4
|
+
import { NavController } from '@ionic/angular';
|
|
5
|
+
import { UtilService } from '../../services/util/util.service';
|
|
6
|
+
import { BasePage } from '../../pages/BasePage';
|
|
7
|
+
import { ClaimantContextService } from '../../services/claimant-context/claimant-context.service';
|
|
8
|
+
import { LoginService } from '../../services/login/login.service';
|
|
9
|
+
import { HelpService } from '../../services/help/help.service';
|
|
10
|
+
import { QuestionnaireQueryModel } from '../..//models/questionnaire/QuestionnaireQueryModel';
|
|
11
|
+
import { MenuItem } from 'primeng/api';
|
|
12
|
+
import { WeeklyCertServiceV2 } from '../../services/weekly-cert/weekly-cert-v2.service';
|
|
13
|
+
import { SummaryComponentV2 } from '../weekly-summary-v2/summary.component-v2';
|
|
14
|
+
import { FormBuilderPage } from '../../components/questionnaire/form-builder/form-builder.page';
|
|
15
|
+
import { WorkSearchQuestionComponentV2 } from '../weekly-work-search-question-v2/work-search-question.component-v2';
|
|
16
|
+
import { WeeklyCertEligibilityModelV2 } from '../../models/weekly-cert/weekly-cert-eligibility-v2-model';
|
|
17
|
+
import { StatusModel } from '../..//models/questionnaire/StatusModel';
|
|
18
|
+
import { AcknowledgementMsComponent } from '../../components/weekly-acknowledgement-ms/acknowledgement-ms.component';
|
|
19
|
+
import { WorkSearchModel } from '../../models/weekly-cert/work-search-v2-model';
|
|
20
|
+
import { DatePipe } from '@angular/common';
|
|
21
|
+
import { WorkSearchRecordModel } from '../../models/weekly-cert/work-search-record-v2-model';
|
|
22
|
+
import { Router } from '@angular/router';
|
|
23
|
+
import * as i0 from "@angular/core";
|
|
24
|
+
export declare class WeeklyCertificationComponent extends BasePage implements OnInit {
|
|
25
|
+
private wcService;
|
|
26
|
+
fb: FormBuilder;
|
|
27
|
+
private util;
|
|
28
|
+
private nav;
|
|
29
|
+
sanitizer: DomSanitizer;
|
|
30
|
+
hs: HelpService;
|
|
31
|
+
ls: LoginService;
|
|
32
|
+
private contextService;
|
|
33
|
+
private datepipe;
|
|
34
|
+
private router;
|
|
35
|
+
workSearchComponent: WorkSearchQuestionComponentV2;
|
|
36
|
+
acknowledgementMsComponent: AcknowledgementMsComponent;
|
|
37
|
+
summaryComponent: SummaryComponentV2;
|
|
38
|
+
weeklyQuestions: FormBuilderPage;
|
|
39
|
+
showAck: boolean;
|
|
40
|
+
showConfirmation: boolean;
|
|
41
|
+
confirmationData: any;
|
|
42
|
+
items: MenuItem[];
|
|
43
|
+
contents: string[];
|
|
44
|
+
activeIndex: number;
|
|
45
|
+
errorMsg: string;
|
|
46
|
+
isLoading: boolean;
|
|
47
|
+
showWorkSearch: boolean;
|
|
48
|
+
dynamicParam: any;
|
|
49
|
+
isOpenQe: boolean;
|
|
50
|
+
qeQueryModels: QuestionnaireQueryModel[];
|
|
51
|
+
potentialIssues: number[];
|
|
52
|
+
statusModel: StatusModel;
|
|
53
|
+
readOnlyFields: string[];
|
|
54
|
+
readOnlyData: any;
|
|
55
|
+
dataToLoad: any;
|
|
56
|
+
workSearchWaived: any;
|
|
57
|
+
waiverReason: String;
|
|
58
|
+
workSearchDataMs: WorkSearchModel;
|
|
59
|
+
multipleWeeksDue: boolean;
|
|
60
|
+
showInterimConfirmation: boolean;
|
|
61
|
+
numberOfMultipleWeeksDue: number;
|
|
62
|
+
receivedData: any;
|
|
63
|
+
displayContinuedWeeksFiledHeading: boolean;
|
|
64
|
+
parsedMaxRTWDate: any;
|
|
65
|
+
weeklyWorkPerformedPopupFlag: boolean;
|
|
66
|
+
workSearchRecords: WorkSearchRecordModel[];
|
|
67
|
+
count: number;
|
|
68
|
+
reemWorkSearchRecordCount: number;
|
|
69
|
+
constructor(wcService: WeeklyCertServiceV2, fb: FormBuilder, util: UtilService, nav: NavController, sanitizer: DomSanitizer, hs: HelpService, ls: LoginService, contextService: ClaimantContextService, datepipe: DatePipe, router: Router);
|
|
70
|
+
ngOnInit(): void;
|
|
71
|
+
onStepChange(index: number): void;
|
|
72
|
+
processWeeklyCertEligibiltySuccess(res: WeeklyCertEligibilityModelV2): void;
|
|
73
|
+
getLabelMaxRTWDate(): void;
|
|
74
|
+
processWeeklyCertEligibilityError(err: any): void;
|
|
75
|
+
initializeDataForWorkSearchForm(): void;
|
|
76
|
+
openNextPage(): void;
|
|
77
|
+
goToWeeklyCert(): void;
|
|
78
|
+
success(weeklyQuestionsResponse: any): void;
|
|
79
|
+
openFollowupQuestions(): void;
|
|
80
|
+
openSummaryPostQuestionnaires(event: any): void;
|
|
81
|
+
onQeClose(): void;
|
|
82
|
+
goToSummary(): void;
|
|
83
|
+
closeAck(): void;
|
|
84
|
+
fileWeeklyCertDone(event: any): void;
|
|
85
|
+
closeConfirmationPopup(): void;
|
|
86
|
+
navigateToWeeklies(data: any): void;
|
|
87
|
+
goHome(): void;
|
|
88
|
+
showAcknowledgement(): void;
|
|
89
|
+
onQeSuccess(): void;
|
|
90
|
+
ionViewWillLeave(): void;
|
|
91
|
+
ionViewDidEnter(): void;
|
|
92
|
+
handleError(err: any): void;
|
|
93
|
+
hasHiredStatus(status: boolean): void;
|
|
94
|
+
hasWorkedFullTimeOrStartedWorkingStatus(status: boolean): void;
|
|
95
|
+
handleHiddenFields(res: WeeklyCertEligibilityModelV2): void;
|
|
96
|
+
loadComplete(event: any): void;
|
|
97
|
+
getPreviousSunday(inputDate: any): string;
|
|
98
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WeeklyCertificationComponent, never>;
|
|
99
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WeeklyCertificationComponent, "app-weekly-certification", never, {}, {}, never, never, false, never>;
|
|
100
|
+
}
|
|
101
|
+
//# sourceMappingURL=weekly-certification.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"weekly-certification.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-certification/weekly-certification.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { DatePipe } from '@angular/common';
|
|
2
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
3
|
+
import { ReviewService } from '../../services/weekly-cert/review.service';
|
|
4
|
+
import { BasePage } from '../../pages/BasePage';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ConfirmationComponent extends BasePage implements OnInit {
|
|
7
|
+
private rs;
|
|
8
|
+
private datepipe;
|
|
9
|
+
data: any;
|
|
10
|
+
dynamicParam: any;
|
|
11
|
+
onClose: EventEmitter<any>;
|
|
12
|
+
saturdayDate: string;
|
|
13
|
+
sundayDate: string;
|
|
14
|
+
confirmation: string;
|
|
15
|
+
constructor(rs: ReviewService, datepipe: DatePipe);
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
close(): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationComponent, "app-confirmation", never, { "data": { "alias": "data"; "required": false; }; "dynamicParam": { "alias": "dynamicParam"; "required": false; }; }, { "onClose": "onClose"; }, never, never, false, never>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=confirmation.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"confirmation.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-confirmation/confirmation.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAA;AACzE,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;AAGhD,qBAKa,qBAAsB,SAAQ,QAAS,YAAW,MAAM;IAetD,OAAO,CAAC,EAAE;IAAiB,OAAO,CAAC,QAAQ;IAZxD,IAAI,EAAG,GAAG,CAAC;IAGJ,YAAY,EAAG,GAAG,CAAC;IAG1B,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEhD,YAAY,EAAG,MAAM,CAAC;IACtB,UAAU,EAAG,MAAM,CAAC;IACpB,YAAY,EAAG,MAAM,CAAC;gBAED,EAAE,EAAE,aAAa,EAAU,QAAQ,EAAC,QAAQ;IAIjE,QAAQ;IAWR,KAAK;yCA9BM,qBAAqB;2CAArB,qBAAqB;CAkCjC"}
|