@reusa/ngx-reusa-app-lib 0.0.1322 → 0.0.1323
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 +2374 -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 +319 -435
- 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 +60 -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 +722 -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 +861 -1075
- 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 +491 -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 +613 -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 +685 -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 +102 -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 +41557 -22067
- 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 +1 -12
- 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 +81 -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 +31 -33
- 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 +13 -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 +38 -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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClaimAppEmpResponseModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/ClaimAppEmpResponseModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAC9E,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAEtE,qBAAa,wBAAwB;IAEjC,GAAG,CAAC,EAAC,MAAM,CAAC;IACf,sBAAsB,CAAC,EAAC,OAAO,CAAQ;IACvC,GAAG,CAAC,EAAC,MAAM,CAAC;IACZ,GAAG,CAAC,EAAC,MAAM,CAAC;IACZ,kBAAkB,CAAC,EAAC,IAAI,CAAC;IACzB,OAAO,CAAC,EAAC,IAAI,CAAC;IACd,mBAAmB,CAAC,EAAC,IAAI,CAAC;IAC1B,iBAAiB,CAAC,EAAC,IAAI,CAAC;IACxB,oBAAoB,CAAC,EAAC,IAAI,CAAC;IAC3B,sBAAsB,CAAC,EAAC,wBAAwB,EAAE,CAAI;IACtD,qBAAqB,CAAC,EAAC,OAAO,CAAC;IAC/B,SAAS,CAAC,EAAE,4BAA4B,EAAE,CAAM;IAChD,WAAW,CAAC,EAAC,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"ClaimAppEmpResponseModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/ClaimAppEmpResponseModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAC9E,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAEtE,qBAAa,wBAAwB;IAEjC,GAAG,CAAC,EAAC,MAAM,CAAC;IACf,sBAAsB,CAAC,EAAC,OAAO,CAAQ;IACvC,GAAG,CAAC,EAAC,MAAM,CAAC;IACZ,GAAG,CAAC,EAAC,MAAM,CAAC;IACZ,kBAAkB,CAAC,EAAC,IAAI,CAAC;IACzB,OAAO,CAAC,EAAC,IAAI,CAAC;IACd,mBAAmB,CAAC,EAAC,IAAI,CAAC;IAC1B,iBAAiB,CAAC,EAAC,IAAI,CAAC;IACxB,oBAAoB,CAAC,EAAC,IAAI,CAAC;IAC3B,sBAAsB,CAAC,EAAC,wBAAwB,EAAE,CAAI;IACtD,qBAAqB,CAAC,EAAC,OAAO,CAAC;IAC/B,SAAS,CAAC,EAAE,4BAA4B,EAAE,CAAM;IAChD,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,uBAAuB,CAAC,EAAE,MAAM,CAAC;CACjC"}
|
|
@@ -8,7 +8,6 @@ export declare class ClaimAppEmployerDetailsModel {
|
|
|
8
8
|
employerType?: string;
|
|
9
9
|
employerId?: number;
|
|
10
10
|
employerName?: string;
|
|
11
|
-
othStateEmpName?: string;
|
|
12
11
|
startDate?: Date;
|
|
13
12
|
endDate?: Date;
|
|
14
13
|
mailAddress?: string;
|
|
@@ -140,14 +139,24 @@ export declare class ClaimAppEmployerDetailsModel {
|
|
|
140
139
|
regPensionRecvDate?: Date;
|
|
141
140
|
fedPensionRecvDate?: Date;
|
|
142
141
|
milPensionRecvDate?: Date;
|
|
143
|
-
prevWorkedState?: string;
|
|
144
|
-
severance?: "Y" | "N";
|
|
145
142
|
hasShortTermDisability?: string;
|
|
146
143
|
hasRecvRemuneration?: string;
|
|
147
144
|
remunerationTypes?: string[];
|
|
148
145
|
vacation?: string;
|
|
149
146
|
empDeleted?: string;
|
|
150
|
-
|
|
147
|
+
displaySeasonalEmp?: boolean;
|
|
148
|
+
hrsWeek?: string;
|
|
149
|
+
shift?: string[];
|
|
150
|
+
didWork?: string;
|
|
151
|
+
workWeek?: string[];
|
|
152
|
+
separationDateFlag?: string;
|
|
153
|
+
separationDate?: Date;
|
|
154
|
+
regDissmisalFlag?: string;
|
|
155
|
+
regDissmisalCheckBox?: string[];
|
|
156
|
+
regLaidOffFlag?: string;
|
|
157
|
+
fedDissmisalFlag?: string;
|
|
158
|
+
fedDissmisalCheckBox?: string[];
|
|
159
|
+
fedLaidOffFlag?: string;
|
|
151
160
|
}
|
|
152
161
|
export interface Combo {
|
|
153
162
|
value: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClaimAppEmployerDetailsModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/ClaimAppEmployerDetailsModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAEtE,qBAAa,4BAA4B;IAErC,YAAY,CAAC,EAAC,0BAA0B,CAAC;IACzC,qBAAqB,CAAC,EAAC,kBAAkB,CAAC;IAC1C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,
|
|
1
|
+
{"version":3,"file":"ClaimAppEmployerDetailsModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/ClaimAppEmployerDetailsModel.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ChoicesModel } from "../AddressComponentModel";
|
|
1
2
|
export declare class ClaimOnlyEmployerDataModel {
|
|
2
3
|
employerId?: number;
|
|
3
4
|
employerType?: string;
|
|
@@ -13,6 +14,8 @@ export declare class ClaimOnlyEmployerDataModel {
|
|
|
13
14
|
mailCountry?: string;
|
|
14
15
|
mailZip?: string;
|
|
15
16
|
schoolFlag?: string;
|
|
16
|
-
|
|
17
|
+
sportsFlag?: string;
|
|
18
|
+
ssnValidWorkShare?: string;
|
|
19
|
+
displayState?: ChoicesModel;
|
|
17
20
|
}
|
|
18
21
|
//# sourceMappingURL=ClaimOnlyEmployerDataModel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClaimOnlyEmployerDataModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/ClaimOnlyEmployerDataModel.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ClaimOnlyEmployerDataModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/ClaimOnlyEmployerDataModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAExD,qBAAa,0BAA0B;IAEnC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,YAAY,CAAC,EAAE,YAAY,CAAC;CAC/B"}
|
|
@@ -22,11 +22,11 @@ export declare class ComboOption {
|
|
|
22
22
|
value: string;
|
|
23
23
|
text: string;
|
|
24
24
|
}[];
|
|
25
|
-
static
|
|
25
|
+
static MILITARY_SERVICE_USSF: {
|
|
26
26
|
value: string;
|
|
27
27
|
text: string;
|
|
28
28
|
}[];
|
|
29
|
-
static
|
|
29
|
+
static COUNTRY: {
|
|
30
30
|
value: string;
|
|
31
31
|
text: string;
|
|
32
32
|
}[];
|
|
@@ -34,27 +34,27 @@ export declare class ComboOption {
|
|
|
34
34
|
value: string;
|
|
35
35
|
text: string;
|
|
36
36
|
}[];
|
|
37
|
-
static
|
|
38
|
-
label: string;
|
|
37
|
+
static PAY_PERIOD: {
|
|
39
38
|
value: string;
|
|
40
|
-
|
|
41
|
-
value: string;
|
|
42
|
-
label: string;
|
|
43
|
-
}[];
|
|
39
|
+
text: string;
|
|
44
40
|
}[];
|
|
45
|
-
static
|
|
41
|
+
static PAY_PERIOD_CT: {
|
|
46
42
|
value: string;
|
|
47
43
|
text: string;
|
|
48
44
|
}[];
|
|
49
|
-
static
|
|
45
|
+
static SHIFT: {
|
|
50
46
|
value: string;
|
|
51
47
|
text: string;
|
|
52
48
|
}[];
|
|
53
|
-
static
|
|
49
|
+
static DIDWORK: {
|
|
54
50
|
value: string;
|
|
55
51
|
text: string;
|
|
56
52
|
}[];
|
|
57
|
-
static
|
|
53
|
+
static WORKWEEK: {
|
|
54
|
+
value: string;
|
|
55
|
+
text: string;
|
|
56
|
+
}[];
|
|
57
|
+
static DISSMISALPAYOPTIONS: {
|
|
58
58
|
value: string;
|
|
59
59
|
text: string;
|
|
60
60
|
}[];
|
|
@@ -74,15 +74,15 @@ export declare class ComboOption {
|
|
|
74
74
|
value: string;
|
|
75
75
|
text: string;
|
|
76
76
|
}[];
|
|
77
|
-
static
|
|
77
|
+
static CA_STATES: {
|
|
78
78
|
value: string;
|
|
79
79
|
text: string;
|
|
80
80
|
}[];
|
|
81
|
-
static
|
|
81
|
+
static CLAIMANT_PROFILE_OPTS: {
|
|
82
82
|
value: string;
|
|
83
83
|
text: string;
|
|
84
84
|
}[];
|
|
85
|
-
static
|
|
85
|
+
static CLAIMANT_PROFILE_OPTS_IVR: {
|
|
86
86
|
value: string;
|
|
87
87
|
text: string;
|
|
88
88
|
}[];
|
|
@@ -90,7 +90,19 @@ export declare class ComboOption {
|
|
|
90
90
|
value: string;
|
|
91
91
|
text: string;
|
|
92
92
|
}[];
|
|
93
|
-
static
|
|
93
|
+
static PAYMENT_TYPES: {
|
|
94
|
+
value: string;
|
|
95
|
+
text: string;
|
|
96
|
+
}[];
|
|
97
|
+
static PAYMENT_TYPES_CT: {
|
|
98
|
+
value: string;
|
|
99
|
+
text: string;
|
|
100
|
+
}[];
|
|
101
|
+
static CONTACT_OPTIONS: {
|
|
102
|
+
value: string;
|
|
103
|
+
text: string;
|
|
104
|
+
}[];
|
|
105
|
+
static FARM_TYPES: {
|
|
94
106
|
value: string;
|
|
95
107
|
text: string;
|
|
96
108
|
}[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ComboModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/ComboModel.ts"],"names":[],"mappings":"AAAA,qBAAa,WAAW;IAEpB,KAAK,EAAE,GAAG,CAAC;IACX,IAAI,EAAE,GAAG,CAAC;gBAEE,KAAK,KAAA,EAAE,IAAI,KAAA;IAKvB,MAAM,CAAC,MAAM;;;QAGX;IAEF,MAAM,CAAC,aAAa;;;QAGlB;IAEF,MAAM,CAAC,SAAS;;;QAId;IAEF,MAAM,CAAC,aAAa;;;QAIlB;IAGF,MAAM,CAAC,gBAAgB;;;
|
|
1
|
+
{"version":3,"file":"ComboModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/ComboModel.ts"],"names":[],"mappings":"AAAA,qBAAa,WAAW;IAEpB,KAAK,EAAE,GAAG,CAAC;IACX,IAAI,EAAE,GAAG,CAAC;gBAEE,KAAK,KAAA,EAAE,IAAI,KAAA;IAKvB,MAAM,CAAC,MAAM;;;QAGX;IAEF,MAAM,CAAC,aAAa;;;QAGlB;IAEF,MAAM,CAAC,SAAS;;;QAId;IAEF,MAAM,CAAC,aAAa;;;QAIlB;IAGF,MAAM,CAAC,gBAAgB;;;QAOrB;IAEL,MAAM,CAAC,qBAAqB;;;QAQvB;IAEF,MAAM,CAAC,OAAO;;;QAIZ;IAEF,MAAM,CAAC,YAAY;;;QA0OlB;IAED,MAAM,CAAC,UAAU;;;QAUhB;IAED,MAAM,CAAC,aAAa;;;QAOnB;IAED,MAAM,CAAC,KAAK;;;QAIX;IAED,MAAM,CAAC,OAAO;;;QAIb;IAED,MAAM,CAAC,QAAQ;;;QAQd;IAED,MAAM,CAAC,mBAAmB;;;QAOzB;IAED,MAAM,CAAC,kBAAkB;;;QAGxB;IAED,MAAM,CAAC,cAAc;;;QAIpB;IAED,MAAM,CAAC,UAAU;;;QAIhB;IAED,MAAM,CAAC,SAAS;;;QA0Df;IAED,MAAM,CAAC,SAAS;;;QAcf;IAED,MAAM,CAAC,qBAAqB;;;QAK3B;IAEJ,MAAM,CAAC,yBAAyB;;;QAM5B;IAED,MAAM,CAAC,UAAU;;;QAGhB;IAED,MAAM,CAAC,aAAa;;;QAInB;IAED,MAAM,CAAC,gBAAgB;;;QAUtB;IAED,MAAM,CAAC,eAAe;;;QAGrB;IAED,MAAM,CAAC,UAAU;;;QAIhB;CACJ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElementsModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/ElementsModel.ts"],"names":[],"mappings":"AAAA,qBAAa,eAAe;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,oBAAoB,CAAC,EAAC,MAAM,CAAA;CACjC;AAED,qBAAc,aAAa;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,OAAO,CAAC;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,UAAU,CAAC,EAAE,eAAe,EAAE,CAAC;IAC/B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,eAAe,CAAC,EAAC,MAAM,CAAC;IAC7B,gBAAgB,CAAC,EAAC,MAAM,CAAC;IACzB,kBAAkB,CAAC,EAAC,MAAM,CAAC;IAC3B,WAAW,CAAC,EAAC,MAAM,CAAC;IACf,aAAa,CAAC,EAAC,MAAM,CAAC;IACtB,aAAa,CAAC,EAAC,MAAM,CAAC;IACtB,OAAO,CAAC,EAAC,MAAM,CAAC;IAChB,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,YAAY,CAAC,EAAC,MAAM,CAAC;IACrB,YAAY,CAAC,EAAC,MAAM,CAAC;IACrB,eAAe,CAAC,EAAC,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,gBAAgB,CAAC,EAAC,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAC,OAAO,CAAC;IAClB,cAAc,CAAC,EAAC,OAAO,CAAC;IACxB,
|
|
1
|
+
{"version":3,"file":"ElementsModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/ElementsModel.ts"],"names":[],"mappings":"AAAA,qBAAa,eAAe;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,oBAAoB,CAAC,EAAC,MAAM,CAAA;CACjC;AAED,qBAAc,aAAa;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,OAAO,CAAC;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,UAAU,CAAC,EAAE,eAAe,EAAE,CAAC;IAC/B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,eAAe,CAAC,EAAC,MAAM,CAAC;IAC7B,gBAAgB,CAAC,EAAC,MAAM,CAAC;IACzB,kBAAkB,CAAC,EAAC,MAAM,CAAC;IAC3B,WAAW,CAAC,EAAC,MAAM,CAAC;IACf,aAAa,CAAC,EAAC,MAAM,CAAC;IACtB,aAAa,CAAC,EAAC,MAAM,CAAC;IACtB,OAAO,CAAC,EAAC,MAAM,CAAC;IAChB,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,YAAY,CAAC,EAAC,MAAM,CAAC;IACrB,YAAY,CAAC,EAAC,MAAM,CAAC;IACrB,eAAe,CAAC,EAAC,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,gBAAgB,CAAC,EAAC,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAC,OAAO,CAAC;IAClB,cAAc,CAAC,EAAC,OAAO,CAAC;IACxB,OAAO,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC5C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAG,aAAa,EAAE,CAAM;CACrC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LegalDiscaimarModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/LegalDiscaimarModel.ts"],"names":[],"mappings":"AACA,qBAAc,oBAAoB;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,gBAAgB,EAAE,MAAM,CAAC;IACzB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAC,MAAM,CAAC;IACpB,YAAY,EAAC,MAAM,CAAC;IACpB,OAAO,EAAC,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"LegalDiscaimarModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/LegalDiscaimarModel.ts"],"names":[],"mappings":"AACA,qBAAc,oBAAoB;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,gBAAgB,EAAE,MAAM,CAAC;IACzB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAC,MAAM,CAAC;IACpB,YAAY,EAAC,MAAM,CAAC;IACpB,OAAO,EAAC,MAAM,CAAC;IACf,cAAc,EAAC,MAAM,CAAC;IACtB,aAAa,EAAC,MAAM,CAAC;CAExB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScrollableTextModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/ScrollableTextModel.ts"],"names":[],"mappings":"AAAA,qBAAc,mBAAmB;IAC7B,IAAI,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StatusModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/StatusModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE1D,qBAAa,WAAW;IACpB,IAAI,EAAC,MAAM,CAAC;IACf,kBAAkB,EAAC,kBAAkB,EAAE,CAAC;IACxC,UAAU,EAAC,MAAM,CAAC;IAClB,eAAe,EAAE,OAAO,CAAC;IACzB,cAAc,EAAC,MAAM,CAAC;IACtB,mBAAmB,EAAG,OAAO,CAAC;IAC9B,MAAM,EAAE,OAAO,CAAC;IAChB,aAAa,EAAE,uBAAuB,EAAE,CAAC;IACzC,YAAY,EAAC,MAAM,CAAC;IACpB,0BAA0B,EAAE,OAAO,CAAS;IAC5C,4BAA4B,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"StatusModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/StatusModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE1D,qBAAa,WAAW;IACpB,IAAI,EAAC,MAAM,CAAC;IACf,kBAAkB,EAAC,kBAAkB,EAAE,CAAC;IACxC,UAAU,EAAC,MAAM,CAAC;IAClB,eAAe,EAAE,OAAO,CAAC;IACzB,cAAc,EAAC,MAAM,CAAC;IACtB,mBAAmB,EAAG,OAAO,CAAC;IAC9B,MAAM,EAAE,OAAO,CAAC;IAChB,aAAa,EAAE,uBAAuB,EAAE,CAAC;IACzC,YAAY,EAAC,MAAM,CAAC;IACpB,0BAA0B,EAAE,OAAO,CAAS;IAC5C,4BAA4B,EAAE,MAAM,CAAC;IAErC,QAAQ,EAAE,OAAO,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WbaHelperTextModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/WbaHelperTextModel.ts"],"names":[],"mappings":"AAAA,qBAAa,kBAAkB;IAC3B,aAAa,EAAE,MAAM,CAAC;CACzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WorkSearchWaiverModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/weekly-cert/WorkSearchWaiverModel.ts"],"names":[],"mappings":"AACA,qBAAa,qBAAqB;IACjC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAC,IAAI,CAAC;IACZ,MAAM,EAAC,IAAI,CAAC;IACZ,YAAY,EAAC,MAAM,CAAC;IACpB,OAAO,EAAC,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare class AddressModel {
|
|
2
|
+
streetAddress?: string;
|
|
3
|
+
optionalAddress?: string;
|
|
4
|
+
zip?: string;
|
|
5
|
+
city?: string;
|
|
6
|
+
county?: ChoicesModel;
|
|
7
|
+
state?: ChoicesModel;
|
|
8
|
+
country?: ChoicesModel;
|
|
9
|
+
}
|
|
10
|
+
export interface ChoicesModel {
|
|
11
|
+
value: string;
|
|
12
|
+
text: string;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=address-detail-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"address-detail-model.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/weekly-cert/address-detail-model.ts"],"names":[],"mappings":"AACA,MAAM,CAAC,OAAO,OAAO,YAAY;IAC7B,aAAa,CAAC,EAAC,MAAM,CAAC;IACtB,eAAe,CAAC,EAAC,MAAM,CAAC;IACxB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,OAAO,CAAC,EAAE,YAAY,CAAC;CAC1B;AACD,MAAM,WAAW,YAAY;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { AddressModel } from "../../models/weekly-cert/address-detail-model";
|
|
2
|
+
export declare class AdminLeaveDetailsModel {
|
|
3
|
+
employerName: string;
|
|
4
|
+
employerId: number;
|
|
5
|
+
employerAddress: AddressModel;
|
|
6
|
+
employerPhone: string;
|
|
7
|
+
grossEarning: number;
|
|
8
|
+
employmentClassification: string;
|
|
9
|
+
employerPaidDuringTimeOff: string;
|
|
10
|
+
administrativeLeave: string;
|
|
11
|
+
isAmountTheSame: string;
|
|
12
|
+
returnToWorkDate: Date;
|
|
13
|
+
constructor();
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=admin-leave-details-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"admin-leave-details-model.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/weekly-cert/admin-leave-details-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,+CAA+C,CAAC;AAG7E,qBAAa,sBAAsB;IAC/B,YAAY,EAAG,MAAM,CAAC;IACtB,UAAU,EAAG,MAAM,CAAC;IACpB,eAAe,EAAG,YAAY,CAAC;IAC/B,aAAa,EAAG,MAAM,CAAC;IACvB,YAAY,EAAG,MAAM,CAAK;IAC1B,wBAAwB,EAAG,MAAM,CAAC;IAClC,yBAAyB,EAAG,MAAM,CAAC;IACnC,mBAAmB,EAAG,MAAM,CAAC;IAC7B,eAAe,EAAG,MAAM,CAAC;IACzB,gBAAgB,EAAG,IAAI,CAAC;;CAE3B"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export declare class EmployerInfoModel {
|
|
2
|
+
employerName: string;
|
|
3
|
+
employerId: number;
|
|
4
|
+
employerDetailId: string;
|
|
5
|
+
line1: string;
|
|
6
|
+
line2: string;
|
|
7
|
+
city: string;
|
|
8
|
+
state: string;
|
|
9
|
+
zip: string;
|
|
10
|
+
lastDayWorked: Date;
|
|
11
|
+
employerPhone: string;
|
|
12
|
+
hoursWorkedInWeek: number;
|
|
13
|
+
grossEarning: number;
|
|
14
|
+
returnToWorkDate: Date;
|
|
15
|
+
reasonSeparation: string;
|
|
16
|
+
oldReasonSeparation: string;
|
|
17
|
+
addEmploymentInfo: string;
|
|
18
|
+
claimWeekEndDate: Date;
|
|
19
|
+
rateOfPay: number;
|
|
20
|
+
freqOfPay: string;
|
|
21
|
+
voluntaryQuit: string;
|
|
22
|
+
discharged: string;
|
|
23
|
+
tempWcEmployerId: number;
|
|
24
|
+
isPartTimeEmployer: boolean;
|
|
25
|
+
constructor();
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=employer-info-v2-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"employer-info-v2-model.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/weekly-cert/employer-info-v2-model.ts"],"names":[],"mappings":"AAEA,qBAAa,iBAAiB;IAC1B,YAAY,EAAG,MAAM,CAAC;IACtB,UAAU,EAAG,MAAM,CAAC;IACpB,gBAAgB,EAAG,MAAM,CAAC;IAC1B,KAAK,EAAG,MAAM,CAAC;IACf,KAAK,EAAG,MAAM,CAAC;IACf,IAAI,EAAG,MAAM,CAAC;IACd,KAAK,EAAG,MAAM,CAAC;IACf,GAAG,EAAG,MAAM,CAAC;IACb,aAAa,EAAG,IAAI,CAAC;IACrB,aAAa,EAAG,MAAM,CAAC;IACvB,iBAAiB,EAAG,MAAM,CAAC;IAC3B,YAAY,EAAG,MAAM,CAAK;IAC1B,gBAAgB,EAAG,IAAI,CAAC;IACxB,gBAAgB,EAAG,MAAM,CAAC;IAC1B,mBAAmB,EAAG,MAAM,CAAC;IAC7B,iBAAiB,EAAG,MAAM,CAAC;IAC3B,gBAAgB,EAAG,IAAI,CAAC;IACxB,SAAS,EAAG,MAAM,CAAC;IACnB,SAAS,EAAG,MAAM,CAAC;IACnB,aAAa,EAAG,MAAM,CAAC;IACvB,UAAU,EAAG,MAAM,CAAC;IACpB,gBAAgB,EAAG,MAAM,CAAC;IAC1B,kBAAkB,EAAG,OAAO,CAAC;;CAEhC"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { DependentModels } from "../../models/dependent.model";
|
|
2
|
+
import { EmployerInfoModel } from "../weekly-cert/employer-info-v2-model";
|
|
3
|
+
export declare class WeeklyCertEligibilityModelV2 {
|
|
4
|
+
moreThanTwoWeeks: boolean;
|
|
5
|
+
twoWeeksPending: boolean;
|
|
6
|
+
monInEligible: boolean;
|
|
7
|
+
lastCertDate: Date;
|
|
8
|
+
weekToCertify: Date;
|
|
9
|
+
sundayOfWeekToCertify: Date;
|
|
10
|
+
weekToCertifyString: string;
|
|
11
|
+
sundayOfWeekToCertifyString: string;
|
|
12
|
+
weeksToBeCertified: Date[];
|
|
13
|
+
displayEmergencyQuestion: boolean;
|
|
14
|
+
isWaitingWeekServed: boolean;
|
|
15
|
+
isWorkSearchWaived: boolean;
|
|
16
|
+
isWorkshareClaim: boolean;
|
|
17
|
+
isTraTrainingWeek: boolean;
|
|
18
|
+
isTwoWeekAllowed: boolean;
|
|
19
|
+
isPuaAndaEligible: boolean;
|
|
20
|
+
currentWeek: boolean;
|
|
21
|
+
traWorkSearchWaiver: boolean;
|
|
22
|
+
isMonDetDateCurrOrPrevWeek: boolean;
|
|
23
|
+
isWeeklyCertBySelectedCwe: boolean;
|
|
24
|
+
issueExistsForAdminLeaveVoluntaryPay: boolean;
|
|
25
|
+
isMonIssueAssociated: boolean;
|
|
26
|
+
isAicReopen: boolean;
|
|
27
|
+
isErScheduled: boolean;
|
|
28
|
+
showWorkSearchScreen: boolean;
|
|
29
|
+
minAllowedRtwDate: string;
|
|
30
|
+
maxAllowedRtwDate: string;
|
|
31
|
+
hidShowReturnToWorkQuestion: string;
|
|
32
|
+
hidShowReturnedToWorkQuestion: string;
|
|
33
|
+
hidShowNewPensionQuestion: string;
|
|
34
|
+
hidShowPensionChangedQuestion: string;
|
|
35
|
+
hidShowDismissalPayChangedQuestion: string;
|
|
36
|
+
hidPartTimeEmployerAvailable: string;
|
|
37
|
+
hidIsSeapParticipant: string;
|
|
38
|
+
hidIsTraTrainingWeek: string;
|
|
39
|
+
hidRemunerationIssueExists: string;
|
|
40
|
+
pensionEmployers: string;
|
|
41
|
+
isMarried: string;
|
|
42
|
+
isSpouseFilingUi: string;
|
|
43
|
+
dependentTable: DependentModels;
|
|
44
|
+
employerDetailsList: EmployerInfoModel[];
|
|
45
|
+
hidInApprovedTraining: string;
|
|
46
|
+
waiverReason: string;
|
|
47
|
+
waiverReasonKey: string;
|
|
48
|
+
duaDeclaration: string;
|
|
49
|
+
hidIsEligibleForDua: string;
|
|
50
|
+
duaAppId: String;
|
|
51
|
+
claimantId: number;
|
|
52
|
+
claimWeekEndDate: Date;
|
|
53
|
+
hidPartialClaimEmploymentFlag: string;
|
|
54
|
+
hidWorkSearchAuditFlag: string;
|
|
55
|
+
hidReemWorkSearchRecordCount: number;
|
|
56
|
+
}
|
|
57
|
+
//# sourceMappingURL=weekly-cert-eligibility-v2-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"weekly-cert-eligibility-v2-model.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAG1E,qBAAa,4BAA4B;IACjC,gBAAgB,EAAG,OAAO,CAAC;IAC9B,eAAe,EAAG,OAAO,CAAC;IAC1B,aAAa,EAAG,OAAO,CAAC;IACxB,YAAY,EAAG,IAAI,CAAC;IACvB,aAAa,EAAG,IAAI,CAAC;IACf,qBAAqB,EAAG,IAAI,CAAC;IAC7B,mBAAmB,EAAG,MAAM,CAAC;IAC7B,2BAA2B,EAAG,MAAM,CAAC;IAC3C,kBAAkB,EAAG,IAAI,EAAE,CAAC;IAC5B,wBAAwB,EAAG,OAAO,CAAC;IACnC,mBAAmB,EAAG,OAAO,CAAC;IAC9B,kBAAkB,EAAG,OAAO,CAAC;IAC7B,gBAAgB,EAAG,OAAO,CAAC;IAC3B,iBAAiB,EAAG,OAAO,CAAC;IAC5B,gBAAgB,EAAG,OAAO,CAAC;IAC3B,iBAAiB,EAAG,OAAO,CAAC;IAC5B,WAAW,EAAG,OAAO,CAAC;IACtB,mBAAmB,EAAG,OAAO,CAAC;IAC9B,0BAA0B,EAAG,OAAO,CAAC;IACrC,yBAAyB,EAAG,OAAO,CAAC;IACpC,oCAAoC,EAAG,OAAO,CAAC;IAC/C,oBAAoB,EAAG,OAAO,CAAC;IAC/B,WAAW,EAAG,OAAO,CAAC;IACtB,aAAa,EAAG,OAAO,CAAC;IAClB,oBAAoB,EAAG,OAAO,CAAC;IACrC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,2BAA2B,EAAE,MAAM,CAAC;IACpC,6BAA6B,EAAE,MAAM,CAAC;IACtC,yBAAyB,EAAE,MAAM,CAAC;IAClC,6BAA6B,EAAE,MAAM,CAAC;IACtC,kCAAkC,EAAE,MAAM,CAAC;IAC3C,4BAA4B,EAAE,MAAM,CAAC;IACrC,oBAAoB,EAAE,MAAM,CAAC;IAC7B,oBAAoB,EAAE,MAAM,CAAC;IAE7B,0BAA0B,EAAE,MAAM,CAAC;IAEnC,gBAAgB,EAAE,MAAM,CAAC;IACzB,SAAS,EAAG,MAAM,CAAC;IACnB,gBAAgB,EAAG,MAAM,CAAC;IAC1B,cAAc,EAAG,eAAe,CAAC;IACjC,mBAAmB,EAAG,iBAAiB,EAAE,CAAM;IAC/C,qBAAqB,EAAG,MAAM,CAAC;IAC/B,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,IAAI,CAAC;IACvB,6BAA6B,EAAE,MAAM,CAAC;IACtC,sBAAsB,EAAE,MAAM,CAAC;IAC/B,4BAA4B,EAAE,MAAM,CAAC;CACtC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { EmployerInfoModel } from "./employer-info-v2-model";
|
|
2
|
+
import { WorkSearchModel } from "./work-search-v2-model";
|
|
3
|
+
import { WorkSearchRecordModel } from "./work-search-record-v2-model";
|
|
4
|
+
import { AdminLeaveDetailsModel } from "./admin-leave-details-model";
|
|
5
|
+
import { DependentModels } from "../../models/dependent.model";
|
|
6
|
+
import { AddressModel } from "./address-detail-model";
|
|
7
|
+
import { EmployerPayInfoModel } from "../../models/EmployerPayInfoModel";
|
|
8
|
+
import { WeeklyCertEligibilityModelV2 } from "./weekly-cert-eligibility-v2-model";
|
|
9
|
+
export declare class WeeklyCertificationModel {
|
|
10
|
+
claimWeekEndDate: Date;
|
|
11
|
+
workPerformed: string;
|
|
12
|
+
selfEmployed: string;
|
|
13
|
+
paidAdminLeave: string;
|
|
14
|
+
refusedJob: string;
|
|
15
|
+
availableIfRecalled: string;
|
|
16
|
+
available: string;
|
|
17
|
+
reasonForNonAcceptance: string[];
|
|
18
|
+
returningToWork: string;
|
|
19
|
+
returnToWorkDate: Date;
|
|
20
|
+
signature: string;
|
|
21
|
+
certificationMode: string;
|
|
22
|
+
workSearchFlag: string;
|
|
23
|
+
earningAmount: number;
|
|
24
|
+
employerDetailsList: EmployerInfoModel[];
|
|
25
|
+
workSearchData: WorkSearchModel;
|
|
26
|
+
workSearchRecords: WorkSearchRecordModel[];
|
|
27
|
+
potentialIssues: number[];
|
|
28
|
+
adminLeaveDetails: AdminLeaveDetailsModel;
|
|
29
|
+
showWorkSearchScreen: boolean;
|
|
30
|
+
pensionDeniedPotentialIssues: number[];
|
|
31
|
+
isMarried: string;
|
|
32
|
+
isSpouseFilingUi: string;
|
|
33
|
+
dependentTable: DependentModels;
|
|
34
|
+
hidRTWNewEmployerId: string;
|
|
35
|
+
employerAddress: AddressModel;
|
|
36
|
+
employerPhone: string;
|
|
37
|
+
hidInApprovedTraining: string;
|
|
38
|
+
typeOfPay: EmployerPayInfoModel[];
|
|
39
|
+
bonusPayPotentialIssues: number[];
|
|
40
|
+
otherPayPotentialIssues: number[];
|
|
41
|
+
tempEmployerSepPotentialIssueMap: Map<number, number>;
|
|
42
|
+
weeklycertEligibilityModelV2: WeeklyCertEligibilityModelV2;
|
|
43
|
+
workPerformedSeap: string;
|
|
44
|
+
availableSeap: string;
|
|
45
|
+
seapEarnings: number;
|
|
46
|
+
workPerformedSeapNotParttime: string;
|
|
47
|
+
hidWorkSearchAuditFlag: string;
|
|
48
|
+
constructor();
|
|
49
|
+
}
|
|
50
|
+
export declare class WeeklyCertData {
|
|
51
|
+
weeklyCertDetail: any;
|
|
52
|
+
employerDetailsList: any;
|
|
53
|
+
workSearchQuestionnaireModel: any;
|
|
54
|
+
workSearchRecordList: any;
|
|
55
|
+
potentialIssues: any;
|
|
56
|
+
typeOfPay: any;
|
|
57
|
+
constructor(weeklyCertDetail: any, employerDetailsList: any, workSearchQuestionnaireDetails: any, workSearchRecordList: any, potentialIssues: any, typeOfPay: any);
|
|
58
|
+
}
|
|
59
|
+
//# sourceMappingURL=weekly-certification-v2-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"weekly-certification-v2-model.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/weekly-cert/weekly-certification-v2-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAkB,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAC;AAGlF,qBAAa,wBAAwB;IAEpC,gBAAgB,EAAG,IAAI,CAAC;IACxB,aAAa,EAAG,MAAM,CAAC;IACvB,YAAY,EAAG,MAAM,CAAC;IACtB,cAAc,EAAG,MAAM,CAAC;IACxB,UAAU,EAAG,MAAM,CAAC;IACpB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,SAAS,EAAG,MAAM,CAAC;IACnB,sBAAsB,EAAG,MAAM,EAAE,CAAC;IAClC,eAAe,EAAG,MAAM,CAAC;IACzB,gBAAgB,EAAG,IAAI,CAAC;IACxB,SAAS,EAAG,MAAM,CAAC;IACnB,iBAAiB,EAAG,MAAM,CAAC;IAC3B,cAAc,EAAG,MAAM,CAAC;IACxB,aAAa,EAAG,MAAM,CAAC;IACvB,mBAAmB,EAAG,iBAAiB,EAAE,CAAM;IAC5C,cAAc,EAAG,eAAe,CAAQ;IACxC,iBAAiB,EAAG,qBAAqB,EAAE,CAAM;IACpD,eAAe,EAAG,MAAM,EAAE,CAAM;IAChC,iBAAiB,EAAG,sBAAsB,CAAQ;IAClD,oBAAoB,EAAG,OAAO,CAAC;IAC/B,4BAA4B,EAAG,MAAM,EAAE,CAAM;IAC7C,SAAS,EAAG,MAAM,CAAC;IACnB,gBAAgB,EAAG,MAAM,CAAC;IAC1B,cAAc,EAAG,eAAe,CAAC;IACjC,mBAAmB,EAAG,MAAM,CAAC;IAC7B,eAAe,EAAG,YAAY,CAAC;IAC/B,aAAa,EAAG,MAAM,CAAC;IACvB,qBAAqB,EAAG,MAAM,CAAC;IAC/B,SAAS,EAAG,oBAAoB,EAAE,CAAM;IACxC,uBAAuB,EAAG,MAAM,EAAE,CAAM;IACxC,uBAAuB,EAAG,MAAM,EAAE,CAAM;IACxC,gCAAgC,EAAG,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAA4B;IAClF,4BAA4B,EAAG,4BAA4B,CAAC;IAC5D,iBAAiB,EAAE,MAAM,CAAC;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4BAA4B,EAAE,MAAM,CAAC;IACrC,sBAAsB,EAAE,MAAM,CAAC;;CAK/B;AAID,qBAAa,cAAc;IACnB,gBAAgB,MAAQ;IACxB,mBAAmB,MAAQ;IAC3B,4BAA4B,MAAS;IACrC,oBAAoB,MAAQ;IAC5B,eAAe,MAAQ;IACvB,SAAS,MAAQ;gBAEX,gBAAgB,EAAE,GAAG,EAAE,mBAAmB,EAAE,GAAG,EAAE,8BAA8B,EAAE,GAAG,EAC/F,oBAAoB,EAAE,GAAG,EAAE,eAAe,EAAE,GAAG,EAAE,SAAS,EAAE,GAAG;CAQ/D"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { AddressModel } from './address-detail-model';
|
|
2
|
+
export declare class WorkSearchJournalModel {
|
|
3
|
+
minWorkSearchDate: Date;
|
|
4
|
+
maxWorkSearchDate: Date;
|
|
5
|
+
minWorkSearchDateString: string;
|
|
6
|
+
maxWorkSearchDateString: string;
|
|
7
|
+
workSearchRecords: WorkSearchRecordModel[];
|
|
8
|
+
isWorkSearchWaived: boolean;
|
|
9
|
+
waiverReason: string;
|
|
10
|
+
isWaitingWeekServed: boolean;
|
|
11
|
+
constructor();
|
|
12
|
+
}
|
|
13
|
+
export declare class WorkSearchRecordModel {
|
|
14
|
+
activityType?: string;
|
|
15
|
+
recordType?: String;
|
|
16
|
+
wingsReferralWorkSearchId?: number;
|
|
17
|
+
claimantWorkSearchJournalId?: any;
|
|
18
|
+
wsrId?: number;
|
|
19
|
+
workSearchDate?: Date;
|
|
20
|
+
employerName?: string;
|
|
21
|
+
positionAppliedFor?: any;
|
|
22
|
+
contactMethod?: string;
|
|
23
|
+
country: string;
|
|
24
|
+
zip?: any;
|
|
25
|
+
line1?: any;
|
|
26
|
+
line2?: any;
|
|
27
|
+
city?: string;
|
|
28
|
+
state?: string;
|
|
29
|
+
employerPhone?: number;
|
|
30
|
+
employerWebsite?: string;
|
|
31
|
+
searchResult?: string;
|
|
32
|
+
employerEmail?: string;
|
|
33
|
+
employerFax?: number;
|
|
34
|
+
empContactPersonName?: string;
|
|
35
|
+
empContactPersonPhone?: string;
|
|
36
|
+
empContactPersonTitle?: any;
|
|
37
|
+
contactPhone?: string;
|
|
38
|
+
workShopName: string;
|
|
39
|
+
jobFairLocation: string;
|
|
40
|
+
othResult: string;
|
|
41
|
+
hasStartDate: string;
|
|
42
|
+
workStartDate: Date;
|
|
43
|
+
typeOfWork: string;
|
|
44
|
+
isInContactWithUnion: string;
|
|
45
|
+
unionName: string;
|
|
46
|
+
unionContactPersonName: string;
|
|
47
|
+
unionContactDate: Date;
|
|
48
|
+
workOrPerformServiceType: string;
|
|
49
|
+
employerAddress?: AddressModel;
|
|
50
|
+
jobTitle?: string;
|
|
51
|
+
jobFairName?: string;
|
|
52
|
+
jobFairAddress?: AddressModel;
|
|
53
|
+
jobFairSponsor?: string;
|
|
54
|
+
workShopTime?: string;
|
|
55
|
+
workShopLocation?: AddressModel;
|
|
56
|
+
workShopContactName?: string;
|
|
57
|
+
jobSearchWebsite?: string;
|
|
58
|
+
ajcLocationAddress?: AddressModel;
|
|
59
|
+
typeEmpServiceReceived?: string;
|
|
60
|
+
reEmpContactName?: string;
|
|
61
|
+
empServiceAJCLocationAddress?: string;
|
|
62
|
+
titleEmpServiceReceived?: string;
|
|
63
|
+
reEmpServiceContactName?: string;
|
|
64
|
+
constructor();
|
|
65
|
+
}
|
|
66
|
+
//# sourceMappingURL=work-search-record-v2-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-search-record-v2-model.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/weekly-cert/work-search-record-v2-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAEtD,qBAAa,sBAAsB;IAClC,iBAAiB,EAAG,IAAI,CAAC;IACzB,iBAAiB,EAAG,IAAI,CAAC;IACzB,uBAAuB,EAAG,MAAM,CAAC;IACjC,uBAAuB,EAAG,MAAM,CAAC;IACjC,iBAAiB,EAAG,qBAAqB,EAAE,CAAC;IAC5C,kBAAkB,EAAG,OAAO,CAAC;IAC7B,YAAY,EAAE,MAAM,CAAC;IACrB,mBAAmB,EAAG,OAAO,CAAC;;CAI9B;AAGD,qBAAa,qBAAqB;IACjC,YAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yBAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,2BAA4B,CAAC,MAAO;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,IAAI,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kBAAmB,CAAC,MAAO;IAC3B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,EAAG,MAAM,CAAC;IACjB,GAAI,CAAC,MAAO;IACZ,KAAM,CAAC,MAAO;IACd,KAAM,CAAC,MAAO;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAc,CAAC,EAAE,MAAM,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,qBAAsB,CAAC,MAAO;IAC9B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,EAAG,MAAM,CAAC;IACtB,eAAe,EAAG,MAAM,CAAC;IACzB,SAAS,EAAG,MAAM,CAAC;IACnB,YAAY,EAAG,MAAM,CAAC;IACtB,aAAa,EAAG,IAAI,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,gBAAgB,EAAE,IAAI,CAAC;IACvB,wBAAwB,EAAE,MAAM,CAAC;IAEjC,eAAe,CAAC,EAAC,YAAY,CAAC;IAC9B,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,WAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAe,CAAC,EAAE,YAAY,CAAC;IAC/B,cAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAiB,CAAC,EAAE,YAAY,CAAA;IAChC,mBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,gBAAiB,CAAC,EAAC,MAAM,CAAC;IAC1B,kBAAkB,CAAC,EAAC,YAAY,CAAC;IACjC,sBAAsB,CAAC,EAAC,MAAM,CAAC;IAC/B,gBAAgB,CAAC,EAAC,MAAM,CAAC;IACzB,4BAA4B,CAAC,EAAC,MAAM,CAAC;IACrC,uBAAuB,CAAC,EAAC,MAAM,CAAC;IAChC,uBAAuB,CAAC,EAAC,MAAM,CAAC;;CAGhC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare class WorkSearchModel {
|
|
2
|
+
workSearchId: number;
|
|
3
|
+
isWorkSearchPerformedFlag: string;
|
|
4
|
+
returnToWorkDate: Date;
|
|
5
|
+
isAttendingSchoolOrTrainingFlag: string;
|
|
6
|
+
isTheAnswersCertifiedFlag: string;
|
|
7
|
+
reason: string;
|
|
8
|
+
certificationMode: string;
|
|
9
|
+
isApprovedForSeapFlag: string;
|
|
10
|
+
reasonInadequateWorkSearch: string;
|
|
11
|
+
weekStartDate: Date;
|
|
12
|
+
weekEndDate: Date;
|
|
13
|
+
explainWhyDidNotLookForWork: string;
|
|
14
|
+
isRecordLockedForEdit: string;
|
|
15
|
+
constructor();
|
|
16
|
+
validateHasPerformedWork(): boolean;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=work-search-v2-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-search-v2-model.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/weekly-cert/work-search-v2-model.ts"],"names":[],"mappings":"AACA,qBAAa,eAAe;IAC3B,YAAY,EAAG,MAAM,CAAC;IACnB,yBAAyB,EAAG,MAAM,CAAC;IACtC,gBAAgB,EAAG,IAAI,CAAC;IACxB,+BAA+B,EAAG,MAAM,CAAC;IACzC,yBAAyB,EAAG,MAAM,CAAC;IACnC,MAAM,EAAG,MAAM,CAAC;IAChB,iBAAiB,EAAG,MAAM,CAAC;IAC3B,qBAAqB,EAAG,MAAM,CAAC;IAC/B,0BAA0B,EAAG,MAAM,CAAC;IACpC,aAAa,EAAG,IAAI,CAAC;IACrB,WAAW,EAAG,IAAI,CAAC;IACnB,2BAA2B,EAAG,MAAM,CAAC;IACrC,qBAAqB,EAAG,MAAM,CAAC;;IAI/B,wBAAwB,IAAK,OAAO;CAMpC"}
|