@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,34 @@
|
|
|
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 { NavController } from '@ionic/angular';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class InterimConfirmationComponent extends BasePage implements OnInit {
|
|
8
|
+
private rs;
|
|
9
|
+
private datepipe;
|
|
10
|
+
nav: NavController;
|
|
11
|
+
data: any;
|
|
12
|
+
dynamicParam: any;
|
|
13
|
+
onClose: EventEmitter<any>;
|
|
14
|
+
onNext: EventEmitter<any>;
|
|
15
|
+
saturdayDate: string;
|
|
16
|
+
sundayDate: string;
|
|
17
|
+
nextSaturdayDate: string;
|
|
18
|
+
nextSundayDate: string;
|
|
19
|
+
confirmation: string;
|
|
20
|
+
nextWeekToCertifyDates: string;
|
|
21
|
+
numberOfWeeksFiled: number;
|
|
22
|
+
currentNumberFiling: number;
|
|
23
|
+
continueToFileForMultipleWeeks: boolean;
|
|
24
|
+
weeksToBeCertifiedTotal: number;
|
|
25
|
+
dynamicParamToSend: any;
|
|
26
|
+
encodedParams: any;
|
|
27
|
+
constructor(rs: ReviewService, datepipe: DatePipe, nav: NavController);
|
|
28
|
+
ngOnInit(): void;
|
|
29
|
+
close(): void;
|
|
30
|
+
next(): void;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InterimConfirmationComponent, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InterimConfirmationComponent, "app-interim-confirmation", never, { "data": { "alias": "data"; "required": false; }; "dynamicParam": { "alias": "dynamicParam"; "required": false; }; }, { "onClose": "onClose"; "onNext": "onNext"; }, never, never, false, never>;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=interim-confirmation.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interim-confirmation.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-interim-confirmation/interim-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;AAChD,OAAO,EAAmB,aAAa,EAAY,MAAM,gBAAgB,CAAC;;AAG1E,qBAKa,4BAA6B,SAAQ,QAAS,YAAW,MAAM;IAiC7D,OAAO,CAAC,EAAE;IAAiB,OAAO,CAAC,QAAQ;IAAkB,GAAG,EAAE,aAAa;IA9B5F,IAAI,EAAG,GAAG,CAAC;IAGJ,YAAY,EAAG,GAAG,CAAC;IAG1B,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,MAAM,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAE/C,YAAY,EAAG,MAAM,CAAC;IACtB,UAAU,EAAG,MAAM,CAAC;IAEpB,gBAAgB,EAAG,MAAM,CAAC;IAC1B,cAAc,EAAG,MAAM,CAAC;IAExB,YAAY,EAAG,MAAM,CAAC;IACtB,sBAAsB,EAAG,MAAM,CAAC;IAEzB,kBAAkB,SAAK;IACvB,mBAAmB,SAAK;IACxB,8BAA8B,EAAE,OAAO,CAAS;IAEhD,uBAAuB,SAAK;IAE5B,kBAAkB,EAAE,GAAG,CAAC;IAExB,aAAa,EAAE,GAAG,CAAC;gBAEL,EAAE,EAAE,aAAa,EAAU,QAAQ,EAAC,QAAQ,EAAS,GAAG,EAAE,aAAa;IAI5F,QAAQ;IAsCR,KAAK;IAIL,IAAI;yCA/EO,4BAA4B;2CAA5B,4BAA4B;CAmFxC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { WeeklyCertServiceV2 } from '../../services/weekly-cert/weekly-cert-v2.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SummaryComponentV2 implements OnInit {
|
|
5
|
+
wcs: WeeklyCertServiceV2;
|
|
6
|
+
success: EventEmitter<any>;
|
|
7
|
+
error: EventEmitter<any>;
|
|
8
|
+
param: any;
|
|
9
|
+
constructor(wcs: WeeklyCertServiceV2);
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
onSuccess(): void;
|
|
12
|
+
onError(): void;
|
|
13
|
+
submitForm(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SummaryComponentV2, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SummaryComponentV2, "app-summary-v2", never, {}, { "success": "success"; "error": "error"; }, never, never, false, never>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=summary.component-v2.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summary.component-v2.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-summary-v2/summary.component-v2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AACnF,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;;AAExF,qBAKa,kBAAmB,YAAW,MAAM;IAU5B,GAAG,EAAE,mBAAmB;IAP3C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEvC,KAAK,MAAC;gBAEM,GAAG,EAAE,mBAAmB;IAE3C,QAAQ;IAOR,SAAS;IAIT,OAAO;IAIP,UAAU;yCA3BC,kBAAkB;2CAAlB,kBAAkB;CA+B9B"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class WeeklyWorkPerformedPopupComponent implements OnInit {
|
|
4
|
+
showWeeklyWorkPerformedPopup: boolean;
|
|
5
|
+
ngOnInit(): void;
|
|
6
|
+
close(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WeeklyWorkPerformedPopupComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WeeklyWorkPerformedPopupComponent, "app-weekly-work-performed-popup", never, { "showWeeklyWorkPerformedPopup": { "alias": "showWeeklyWorkPerformedPopup"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=weekly-work-performed-popup.component.d.ts.map
|
package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"weekly-work-performed-popup.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;;AAEzD,qBAKa,iCAAkC,YAAW,MAAM;IAEvD,4BAA4B,EAAE,OAAO,CAAC;IAE7C,QAAQ;IAGR,KAAK;yCAPM,iCAAiC;2CAAjC,iCAAiC;CAU7C"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
+
import { UtilService } from '../../services/util/util.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class WorkSearchCounterComponent implements OnInit {
|
|
6
|
+
ds: DomSanitizer;
|
|
7
|
+
util: UtilService;
|
|
8
|
+
count: number;
|
|
9
|
+
msg: string;
|
|
10
|
+
hiredRecordCount: number;
|
|
11
|
+
state: string;
|
|
12
|
+
constructor(ds: DomSanitizer, util: UtilService);
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WorkSearchCounterComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WorkSearchCounterComponent, "app-work-search-counter", never, { "count": { "alias": "count"; "required": false; }; "msg": { "alias": "msg"; "required": false; }; "hiredRecordCount": { "alias": "hiredRecordCount"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=work-search-counter.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-search-counter.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-work-search-counter/work-search-counter.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;;AAE/D,qBAKa,0BAA2B,YAAW,MAAM;IAapC,EAAE,EAAG,YAAY;IAAS,IAAI,EAAE,WAAW;IAV9D,KAAK,SAAK;IAGV,GAAG,EAAG,MAAM,CAAC;IAGb,gBAAgB,SAAK;IAErB,KAAK,EAAG,MAAM,CAAC;gBAEI,EAAE,EAAG,YAAY,EAAS,IAAI,EAAE,WAAW;IAE9D,QAAQ;yCAfG,0BAA0B;2CAA1B,0BAA0B;CAmBtC"}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup, NgForm, ValidatorFn } from '@angular/forms';
|
|
3
|
+
import { UtilService } from '../../services/util/util.service';
|
|
4
|
+
import { ComboOption } from '../../models/combo-model';
|
|
5
|
+
import { EmployerSearchResult } from '../../models/EmployerDetailSearchResult';
|
|
6
|
+
import { WorkSearchRecordModel } from '../../models/weekly-cert/work-search-record-v2-model';
|
|
7
|
+
import { WeeklyCertServiceV2 } from '../../services/weekly-cert/weekly-cert-v2.service';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class WorkSearchEmployerComponentME implements OnInit {
|
|
10
|
+
wcService: WeeklyCertServiceV2;
|
|
11
|
+
formBuilder: UntypedFormBuilder;
|
|
12
|
+
util: UtilService;
|
|
13
|
+
wsrFormDirective: NgForm;
|
|
14
|
+
success: EventEmitter<any>;
|
|
15
|
+
onClose: EventEmitter<any>;
|
|
16
|
+
recordIndexToEdit: number;
|
|
17
|
+
data: WorkSearchRecordModel;
|
|
18
|
+
satDate: Date;
|
|
19
|
+
sunDate: Date;
|
|
20
|
+
satDateString: any;
|
|
21
|
+
sunDateString: any;
|
|
22
|
+
journal: boolean;
|
|
23
|
+
existingRecords: WorkSearchRecordModel[];
|
|
24
|
+
workSearchMethodContact: ComboOption[];
|
|
25
|
+
workSearchResultCombo: ComboOption[];
|
|
26
|
+
statesCombo: any;
|
|
27
|
+
isReadOnly: boolean;
|
|
28
|
+
workSearchRecordData: WorkSearchRecordModel;
|
|
29
|
+
wsrForm: UntypedFormGroup;
|
|
30
|
+
countryOptions: ComboOption[];
|
|
31
|
+
activityTypeCombo: ComboOption[];
|
|
32
|
+
dynamicParam: any;
|
|
33
|
+
displayEmployerQuestions: boolean;
|
|
34
|
+
displayCCQuestions: boolean;
|
|
35
|
+
displayJobFairQuestions: boolean;
|
|
36
|
+
displayUnionMemberQuestions: boolean;
|
|
37
|
+
displayWorkingForAnEmployerQuestions: boolean;
|
|
38
|
+
yesNoOptions: ComboOption[];
|
|
39
|
+
employmentTypeOptions: ComboOption[];
|
|
40
|
+
/** Raised when (local REEM + server REEM + current selection) > REEM_LIMIT */
|
|
41
|
+
reemExceededFlag: boolean;
|
|
42
|
+
/** Max REEM activities (previous weeks count + this weeks count + current addition) */
|
|
43
|
+
private readonly REEM_LIMIT;
|
|
44
|
+
/** NEW: only these types are allowed once */
|
|
45
|
+
private readonly SINGLETON_TYPES;
|
|
46
|
+
/** REEM Activity Types */
|
|
47
|
+
private REEM_ACTIVITY_TYPES;
|
|
48
|
+
usZipcodeValidations: ValidatorFn[];
|
|
49
|
+
canadaZipcodeValidations: ValidatorFn[];
|
|
50
|
+
constructor(wcService: WeeklyCertServiceV2, formBuilder: UntypedFormBuilder, util: UtilService);
|
|
51
|
+
ngOnInit(): void;
|
|
52
|
+
initilizeWorkSearchForm(): void;
|
|
53
|
+
/** NEW: unique-type validator factory */
|
|
54
|
+
private uniqueActivityTypeValidator;
|
|
55
|
+
/** NEW: checks if UNON/WRKP already exists on another row */
|
|
56
|
+
private hasType;
|
|
57
|
+
filterState(event: any): void;
|
|
58
|
+
setZipCodeValidationBasedOnCountry(): void;
|
|
59
|
+
setUnionValidation(val: any): void;
|
|
60
|
+
setActivityTypeValidation(val: any): void;
|
|
61
|
+
setContactInfoValidation(val: string): void;
|
|
62
|
+
getDate(wsDate: any): Date;
|
|
63
|
+
get workSearchDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
64
|
+
get employerName(): import("@angular/forms").AbstractControl<any, any>;
|
|
65
|
+
get city(): import("@angular/forms").AbstractControl<any, any>;
|
|
66
|
+
get line1(): import("@angular/forms").AbstractControl<any, any>;
|
|
67
|
+
get line2(): import("@angular/forms").AbstractControl<any, any>;
|
|
68
|
+
get state(): import("@angular/forms").AbstractControl<any, any>;
|
|
69
|
+
get country(): import("@angular/forms").AbstractControl<any, any>;
|
|
70
|
+
get contactMethod(): import("@angular/forms").AbstractControl<any, any>;
|
|
71
|
+
get empContactPersonName(): import("@angular/forms").AbstractControl<any, any>;
|
|
72
|
+
get empContactPersonTitle(): import("@angular/forms").AbstractControl<any, any>;
|
|
73
|
+
get zip(): import("@angular/forms").AbstractControl<any, any>;
|
|
74
|
+
get employerPhone(): import("@angular/forms").AbstractControl<any, any>;
|
|
75
|
+
get employerEmail(): import("@angular/forms").AbstractControl<any, any>;
|
|
76
|
+
get employerWebsite(): import("@angular/forms").AbstractControl<any, any>;
|
|
77
|
+
get employerFax(): import("@angular/forms").AbstractControl<any, any>;
|
|
78
|
+
get positionAppliedFor(): import("@angular/forms").AbstractControl<any, any>;
|
|
79
|
+
get searchResult(): import("@angular/forms").AbstractControl<any, any>;
|
|
80
|
+
get wingsReferralWorkSearchId(): import("@angular/forms").AbstractControl<any, any>;
|
|
81
|
+
get claimantWorkSearchJournalId(): import("@angular/forms").AbstractControl<any, any>;
|
|
82
|
+
get wsrId(): import("@angular/forms").AbstractControl<any, any>;
|
|
83
|
+
get activityType(): import("@angular/forms").AbstractControl<any, any>;
|
|
84
|
+
get contactPhone(): import("@angular/forms").AbstractControl<any, any>;
|
|
85
|
+
get workShopName(): import("@angular/forms").AbstractControl<any, any>;
|
|
86
|
+
get jobFairLocation(): import("@angular/forms").AbstractControl<any, any>;
|
|
87
|
+
get othResult(): import("@angular/forms").AbstractControl<any, any>;
|
|
88
|
+
get hasStartDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
89
|
+
get workStartDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
90
|
+
get typeOfWork(): import("@angular/forms").AbstractControl<any, any>;
|
|
91
|
+
get isInContactWithUnion(): import("@angular/forms").AbstractControl<any, any>;
|
|
92
|
+
get unionName(): import("@angular/forms").AbstractControl<any, any>;
|
|
93
|
+
get unionContactPersonName(): import("@angular/forms").AbstractControl<any, any>;
|
|
94
|
+
get unionContactDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
95
|
+
get workOrPerformServiceType(): import("@angular/forms").AbstractControl<any, any>;
|
|
96
|
+
private reemActivityCountForCurrentWeek;
|
|
97
|
+
reemActivityCheck(selectedType: string): void;
|
|
98
|
+
/** UPDATED: add() sets the same validation error and stops */
|
|
99
|
+
add(): void;
|
|
100
|
+
close(): void;
|
|
101
|
+
setEmployer(employer: EmployerSearchResult): void;
|
|
102
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WorkSearchEmployerComponentME, never>;
|
|
103
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WorkSearchEmployerComponentME, "app-work-search-employer-me", never, { "recordIndexToEdit": { "alias": "recordIndexToEdit"; "required": false; }; "data": { "alias": "data"; "required": false; }; "satDate": { "alias": "satDate"; "required": false; }; "sunDate": { "alias": "sunDate"; "required": false; }; "satDateString": { "alias": "satDateString"; "required": false; }; "sunDateString": { "alias": "sunDateString"; "required": false; }; "journal": { "alias": "journal"; "required": false; }; "existingRecords": { "alias": "existingRecords"; "required": false; }; }, { "success": "success"; "onClose": "onClose"; }, never, never, false, never>;
|
|
104
|
+
}
|
|
105
|
+
//# sourceMappingURL=work-search-employer.component-me.d.ts.map
|
package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-search-employer.component-me.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,kBAAkB,EAAe,gBAAgB,EAAE,MAAM,EAAc,WAAW,EAAE,MAAM,gBAAgB,CAAC;AACpH,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,oBAAoB,EAAE,MAAM,yCAAyC,CAAC;AAC/E,OAAO,EAAE,qBAAqB,EAAE,MAAM,sDAAsD,CAAC;AAC7F,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;;AAIxF,qBAKa,6BAA8B,YAAW,MAAM;IAkEvC,SAAS,EAAE,mBAAmB;IAAS,WAAW,EAAE,kBAAkB;IAAS,IAAI,EAAE,WAAW;IA/D5G,gBAAgB,EAAE,MAAM,CAAC;IAGhC,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGzC,iBAAiB,EAAE,MAAM,CAAC;IAG1B,IAAI,EAAE,qBAAqB,CAAC;IAG5B,OAAO,EAAE,IAAI,CAAC;IAGd,OAAO,EAAE,IAAI,CAAC;IAGd,aAAa,MAAC;IAGd,aAAa,MAAC;IAGd,OAAO,EAAE,OAAO,CAAS;IAGzB,eAAe,EAAE,qBAAqB,EAAE,CAAM;IAE9C,uBAAuB,gBAAuC;IAC9D,qBAAqB,gBAAmD;IACxE,WAAW,EAAE,GAAG,CAAM;IACtB,UAAU,EAAE,OAAO,CAAS;IAC5B,oBAAoB,EAAE,qBAAqB,CAAQ;IACnD,OAAO,EAAE,gBAAgB,CAAC;IAC1B,cAAc,gBAAuB;IAE5C,iBAAiB,EAAE,WAAW,EAAE,CAAC;IACjC,YAAY,EAAE,GAAG,CAAC;IAClB,wBAAwB,EAAE,OAAO,CAAS;IAC1C,kBAAkB,EAAE,OAAO,CAAS;IACpC,uBAAuB,EAAE,OAAO,CAAS;IACzC,2BAA2B,EAAE,OAAO,CAAS;IAC7C,oCAAoC,EAAE,OAAO,CAAS;IACtD,YAAY,gBAA4B;IACxC,qBAAqB,gBAAwC;IAE7D,8EAA8E;IACvE,gBAAgB,EAAE,OAAO,CAAS;IACzC,uFAAuF;IACvF,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAK;IAEhC,6CAA6C;IAC7C,OAAO,CAAC,QAAQ,CAAC,eAAe,CAA6B;IAC7D,0BAA0B;IAC1B,OAAO,CAAC,mBAAmB,CAA6B;IAExD,oBAAoB,EAAE,WAAW,EAAE,CAAuD;IAC1F,wBAAwB,EAAE,WAAW,EAAE,CAA+D;gBAEnF,SAAS,EAAE,mBAAmB,EAAS,WAAW,EAAE,kBAAkB,EAAS,IAAI,EAAE,WAAW;IAGnH,QAAQ;IAcR,uBAAuB;IAoIvB,yCAAyC;IACzC,OAAO,CAAC,2BAA2B;IAWhC,6DAA6D;IAChE,OAAO,CAAC,OAAO;IAef,WAAW,CAAC,KAAK,KAAA;IAcjB,kCAAkC;IAYlC,kBAAkB,CAAC,GAAG,EAAE,GAAG;IAY3B,yBAAyB,CAAC,GAAG,EAAE,GAAG;IAuKlC,wBAAwB,CAAC,GAAG,EAAE,MAAM;IA4CpC,OAAO,CAAC,MAAM,KAAA,GAAG,IAAI;IAOrB,IAAI,cAAc,uDAEjB;IAED,IAAI,YAAY,uDAEf;IAED,IAAI,IAAI,uDAEP;IAED,IAAI,KAAK,uDAER;IAED,IAAI,KAAK,uDAER;IAED,IAAI,KAAK,uDAER;IAED,IAAI,OAAO,uDAEV;IAED,IAAI,aAAa,uDAEhB;IAED,IAAI,oBAAoB,uDAEvB;IAED,IAAI,qBAAqB,uDAExB;IAED,IAAI,GAAG,uDAEN;IAED,IAAI,aAAa,uDAEhB;IAED,IAAI,aAAa,uDAEhB;IAED,IAAI,eAAe,uDAElB;IAED,IAAI,WAAW,uDAEd;IAED,IAAI,kBAAkB,uDAErB;IAED,IAAI,YAAY,uDAEf;IAED,IAAI,yBAAyB,uDAE5B;IAED,IAAI,2BAA2B,uDAE9B;IAED,IAAI,KAAK,uDAER;IAED,IAAI,YAAY,uDAEf;IAED,IAAI,YAAY,uDAEf;IAED,IAAI,YAAY,uDAEf;IAED,IAAI,eAAe,uDAElB;IAED,IAAI,SAAS,uDAEZ;IAED,IAAI,YAAY,uDAEf;IAED,IAAI,aAAa,uDAEhB;IAED,IAAI,UAAU,uDAEb;IAED,IAAI,oBAAoB,uDAEvB;IAED,IAAI,SAAS,uDAEZ;IAED,IAAI,sBAAsB,uDAEzB;IAED,IAAI,gBAAgB,uDAEnB;IAED,IAAI,wBAAwB,uDAE3B;IAGD,OAAO,CAAC,+BAA+B;IAWvC,iBAAiB,CAAC,YAAY,EAAE,MAAM;IAoBtC,8DAA8D;IAC9D,GAAG;IAyBH,KAAK;IAIL,WAAW,CAAC,QAAQ,EAAE,oBAAoB;yCArrB/B,6BAA6B;2CAA7B,6BAA6B;CA+rBzC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { NgForm, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { UtilService } from '../../services/util/util.service';
|
|
4
|
+
import { BasePage } from '../../pages/BasePage';
|
|
5
|
+
import { ComboOption } from '../../models/combo-model';
|
|
6
|
+
import { EmployerSearchResult } from '../../models/EmployerDetailSearchResult';
|
|
7
|
+
import { WorkSearchRecordModel } from '../../models/weekly-cert/work-search-record-v2-model';
|
|
8
|
+
import { WeeklyCertServiceV2 } from '../../services/weekly-cert/weekly-cert-v2.service';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class WorkSearchEmployerComponentMS extends BasePage implements OnInit {
|
|
11
|
+
wcService: WeeklyCertServiceV2;
|
|
12
|
+
formBuilder: UntypedFormBuilder;
|
|
13
|
+
util: UtilService;
|
|
14
|
+
wsrFormDirective: NgForm;
|
|
15
|
+
success: EventEmitter<any>;
|
|
16
|
+
onClose: EventEmitter<any>;
|
|
17
|
+
recordIndexToEdit: number;
|
|
18
|
+
data: WorkSearchRecordModel;
|
|
19
|
+
satDate: Date;
|
|
20
|
+
sunDate: Date;
|
|
21
|
+
satDateString: any;
|
|
22
|
+
sunDateString: any;
|
|
23
|
+
journal: boolean;
|
|
24
|
+
activityTypeComboMs: ComboOption[];
|
|
25
|
+
workSearchMethodContactMs: ComboOption[];
|
|
26
|
+
workSearchResultComboJobApplicationMs: ComboOption[];
|
|
27
|
+
workSearchResultComboJobSearchMs: ComboOption[];
|
|
28
|
+
statesCombo: ComboOption[];
|
|
29
|
+
workSearchRecordData: WorkSearchRecordModel;
|
|
30
|
+
dynamicParam: any;
|
|
31
|
+
wsrForm: UntypedFormGroup;
|
|
32
|
+
isReadOnly: boolean;
|
|
33
|
+
displayJobSearchQuestions: boolean;
|
|
34
|
+
displayJobApplicationQuestions: boolean;
|
|
35
|
+
currentDate: Date;
|
|
36
|
+
currentDateString: string;
|
|
37
|
+
constructor(wcService: WeeklyCertServiceV2, formBuilder: UntypedFormBuilder, util: UtilService);
|
|
38
|
+
ngOnInit(): void;
|
|
39
|
+
dateInput(event: any): void;
|
|
40
|
+
trimInputHelper(): void;
|
|
41
|
+
initilizeWorkSearchForm(): void;
|
|
42
|
+
setActivityTypeValidation(val: any): void;
|
|
43
|
+
setContactInfoValidation(val: any): void;
|
|
44
|
+
getDate(wsDate: any): Date;
|
|
45
|
+
get activityType(): import("@angular/forms").AbstractControl<any, any>;
|
|
46
|
+
get workSearchDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
47
|
+
get employerName(): import("@angular/forms").AbstractControl<any, any>;
|
|
48
|
+
get city(): import("@angular/forms").AbstractControl<any, any>;
|
|
49
|
+
get line1(): import("@angular/forms").AbstractControl<any, any>;
|
|
50
|
+
get line2(): import("@angular/forms").AbstractControl<any, any>;
|
|
51
|
+
get state(): import("@angular/forms").AbstractControl<any, any>;
|
|
52
|
+
get contactMethod(): import("@angular/forms").AbstractControl<any, any>;
|
|
53
|
+
get empContactPersonName(): import("@angular/forms").AbstractControl<any, any>;
|
|
54
|
+
get empContactPersonTitle(): import("@angular/forms").AbstractControl<any, any>;
|
|
55
|
+
get zip(): import("@angular/forms").AbstractControl<any, any>;
|
|
56
|
+
get employerPhone(): import("@angular/forms").AbstractControl<any, any>;
|
|
57
|
+
get employerEmail(): import("@angular/forms").AbstractControl<any, any>;
|
|
58
|
+
get employerWebsite(): import("@angular/forms").AbstractControl<any, any>;
|
|
59
|
+
get employerFax(): import("@angular/forms").AbstractControl<any, any>;
|
|
60
|
+
get positionAppliedFor(): import("@angular/forms").AbstractControl<any, any>;
|
|
61
|
+
get searchResult(): import("@angular/forms").AbstractControl<any, any>;
|
|
62
|
+
get wingsReferralWorkSearchId(): import("@angular/forms").AbstractControl<any, any>;
|
|
63
|
+
get claimantWorkSearchJournalId(): import("@angular/forms").AbstractControl<any, any>;
|
|
64
|
+
get wsrId(): import("@angular/forms").AbstractControl<any, any>;
|
|
65
|
+
add(): void;
|
|
66
|
+
close(): void;
|
|
67
|
+
setEmployer(employer: EmployerSearchResult): void;
|
|
68
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WorkSearchEmployerComponentMS, never>;
|
|
69
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WorkSearchEmployerComponentMS, "app-work-search-employer-ms", never, { "recordIndexToEdit": { "alias": "recordIndexToEdit"; "required": false; }; "data": { "alias": "data"; "required": false; }; "satDate": { "alias": "satDate"; "required": false; }; "sunDate": { "alias": "sunDate"; "required": false; }; "satDateString": { "alias": "satDateString"; "required": false; }; "sunDateString": { "alias": "sunDateString"; "required": false; }; "journal": { "alias": "journal"; "required": false; }; }, { "success": "success"; "onClose": "onClose"; }, never, never, false, never>;
|
|
70
|
+
}
|
|
71
|
+
//# sourceMappingURL=work-search-employer-ms.component.d.ts.map
|
package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-search-employer-ms.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgC,YAAY,EAAS,MAAM,EAAqB,MAAM,eAAe,CAAC;AAC7G,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,gBAAgB,EAAc,MAAM,gBAAgB,CAAC;AAC1F,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,oBAAoB,EAAE,MAAM,yCAAyC,CAAC;AAC/E,OAAO,EAAE,qBAAqB,EAAE,MAAM,sDAAsD,CAAC;AAC7F,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;;AAIxF,qBAMa,6BAA8B,SAAQ,QAAS,YAAW,MAAM;IA+CxD,SAAS,EAAE,mBAAmB;IAAS,WAAW,EAAE,kBAAkB;IAAS,IAAI,EAAE,WAAW;IA5C5G,gBAAgB,EAAE,MAAM,CAAC;IAGhC,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGzC,iBAAiB,EAAE,MAAM,CAAC;IAG1B,IAAI,EAAE,qBAAqB,CAAC;IAG5B,OAAO,EAAE,IAAI,CAAC;IAGd,OAAO,EAAE,IAAI,CAAC;IAGd,aAAa,MAAC;IAGd,aAAa,MAAC;IAGd,OAAO,EAAE,OAAO,CAAS;IAEzB,mBAAmB,gBAAmC;IACtD,yBAAyB,gBAAyC;IAClE,qCAAqC,gBAAqD;IAC1F,gCAAgC,gBAAgD;IAChF,WAAW,gBAA2B;IACtC,oBAAoB,EAAG,qBAAqB,CAAQ;IAE3D,YAAY,EAAE,GAAG,CAAC;IACX,OAAO,EAAG,gBAAgB,CAAC;IAC3B,UAAU,EAAG,OAAO,CAAS;IACpC,yBAAyB,EAAG,OAAO,CAAS;IAC5C,8BAA8B,EAAG,OAAO,CAAS;IACjD,WAAW,OAAc;IACzB,iBAAiB,SAA6D;gBAE3D,SAAS,EAAE,mBAAmB,EAAS,WAAW,EAAE,kBAAkB,EAAS,IAAI,EAAE,WAAW;IAInH,QAAQ;IAgBR,SAAS,CAAC,KAAK,KAAA;IAYf,eAAe;IAaf,uBAAuB;IA8DvB,yBAAyB,CAAC,GAAG,EAAE,GAAG;IAuClC,wBAAwB,CAAC,GAAG,EAAE,GAAG;IAkCjC,OAAO,CAAC,MAAM,KAAA,GAAG,IAAI;IAOrB,IAAI,YAAY,uDAEf;IAED,IAAI,cAAc,uDAEjB;IAED,IAAI,YAAY,uDAEf;IAED,IAAI,IAAI,uDAEP;IAED,IAAI,KAAK,uDAER;IAED,IAAI,KAAK,uDAER;IAED,IAAI,KAAK,uDAER;IAED,IAAI,aAAa,uDAEhB;IAED,IAAI,oBAAoB,uDAEvB;IAED,IAAI,qBAAqB,uDAExB;IAED,IAAI,GAAG,uDAEN;IAED,IAAI,aAAa,uDAEhB;IAED,IAAI,aAAa,uDAEhB;IAED,IAAI,eAAe,uDAElB;IAED,IAAI,WAAW,uDAEd;IAED,IAAI,kBAAkB,uDAErB;IAED,IAAI,YAAY,uDAEf;IAED,IAAI,yBAAyB,uDAE5B;IAED,IAAI,2BAA2B,uDAE9B;IAED,IAAI,KAAK,uDAER;IAED,GAAG;IAMH,KAAK;IAIL,WAAW,CAAC,QAAQ,EAAE,oBAAoB;yCApU/B,6BAA6B;2CAA7B,6BAA6B;CA8UzC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup, NgForm } from '@angular/forms';
|
|
3
|
+
import { UtilService } from '../../services/util/util.service';
|
|
4
|
+
import { ComboOption } from '../../models/combo-model';
|
|
5
|
+
import { EmployerSearchResult } from '../../models/EmployerDetailSearchResult';
|
|
6
|
+
import { WorkSearchRecordModel } from '../../models/weekly-cert/work-search-record-v2-model';
|
|
7
|
+
import { WeeklyCertServiceV2 } from '../../services/weekly-cert/weekly-cert-v2.service';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class WorkSearchEmployerComponentV2 implements OnInit {
|
|
10
|
+
wcService: WeeklyCertServiceV2;
|
|
11
|
+
formBuilder: UntypedFormBuilder;
|
|
12
|
+
util: UtilService;
|
|
13
|
+
wsrFormDirective: NgForm;
|
|
14
|
+
success: EventEmitter<any>;
|
|
15
|
+
onClose: EventEmitter<any>;
|
|
16
|
+
recordIndexToEdit: number;
|
|
17
|
+
data: WorkSearchRecordModel;
|
|
18
|
+
satDate: Date;
|
|
19
|
+
sunDate: Date;
|
|
20
|
+
satDateString: any;
|
|
21
|
+
sunDateString: any;
|
|
22
|
+
journal: boolean;
|
|
23
|
+
workSearchMethodContact: ComboOption[];
|
|
24
|
+
workSearchResultCombo: ComboOption[];
|
|
25
|
+
statesCombo: ComboOption[];
|
|
26
|
+
isReadOnly: boolean;
|
|
27
|
+
workSearchRecordData: WorkSearchRecordModel;
|
|
28
|
+
wsrForm: UntypedFormGroup;
|
|
29
|
+
dynamicParam: any;
|
|
30
|
+
constructor(wcService: WeeklyCertServiceV2, formBuilder: UntypedFormBuilder, util: UtilService);
|
|
31
|
+
ngOnInit(): void;
|
|
32
|
+
initilizeWorkSearchForm(): void;
|
|
33
|
+
getDate(wsDate: any): Date;
|
|
34
|
+
get workSearchDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
35
|
+
get employerName(): import("@angular/forms").AbstractControl<any, any>;
|
|
36
|
+
get city(): import("@angular/forms").AbstractControl<any, any>;
|
|
37
|
+
get line1(): import("@angular/forms").AbstractControl<any, any>;
|
|
38
|
+
get line2(): import("@angular/forms").AbstractControl<any, any>;
|
|
39
|
+
get state(): import("@angular/forms").AbstractControl<any, any>;
|
|
40
|
+
get contactMethod(): import("@angular/forms").AbstractControl<any, any>;
|
|
41
|
+
get empContactPersonName(): import("@angular/forms").AbstractControl<any, any>;
|
|
42
|
+
get empContactPersonTitle(): import("@angular/forms").AbstractControl<any, any>;
|
|
43
|
+
get zip(): import("@angular/forms").AbstractControl<any, any>;
|
|
44
|
+
get employerPhone(): import("@angular/forms").AbstractControl<any, any>;
|
|
45
|
+
get employerEmail(): import("@angular/forms").AbstractControl<any, any>;
|
|
46
|
+
get employerWebsite(): import("@angular/forms").AbstractControl<any, any>;
|
|
47
|
+
get employerFax(): import("@angular/forms").AbstractControl<any, any>;
|
|
48
|
+
get positionAppliedFor(): import("@angular/forms").AbstractControl<any, any>;
|
|
49
|
+
get searchResult(): import("@angular/forms").AbstractControl<any, any>;
|
|
50
|
+
get wingsReferralWorkSearchId(): import("@angular/forms").AbstractControl<any, any>;
|
|
51
|
+
get claimantWorkSearchJournalId(): import("@angular/forms").AbstractControl<any, any>;
|
|
52
|
+
get wsrId(): import("@angular/forms").AbstractControl<any, any>;
|
|
53
|
+
add(): void;
|
|
54
|
+
close(): void;
|
|
55
|
+
setEmployer(employer: EmployerSearchResult): void;
|
|
56
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WorkSearchEmployerComponentV2, never>;
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WorkSearchEmployerComponentV2, "app-work-search-employer-v2", never, { "recordIndexToEdit": { "alias": "recordIndexToEdit"; "required": false; }; "data": { "alias": "data"; "required": false; }; "satDate": { "alias": "satDate"; "required": false; }; "sunDate": { "alias": "sunDate"; "required": false; }; "satDateString": { "alias": "satDateString"; "required": false; }; "sunDateString": { "alias": "sunDateString"; "required": false; }; "journal": { "alias": "journal"; "required": false; }; }, { "success": "success"; "onClose": "onClose"; }, never, never, false, never>;
|
|
58
|
+
}
|
|
59
|
+
//# sourceMappingURL=work-search-employer.component-v2.d.ts.map
|
package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-search-employer.component-v2.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,kBAAkB,EAAe,gBAAgB,EAAE,MAAM,EAAc,MAAM,gBAAgB,CAAC;AACvG,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,oBAAoB,EAAE,MAAM,yCAAyC,CAAC;AAC/E,OAAO,EAAE,qBAAqB,EAAE,MAAM,sDAAsD,CAAC;AAC7F,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;;AAIxF,qBAKa,6BAA8B,YAAW,MAAM;IAyCvC,SAAS,EAAG,mBAAmB;IAAS,WAAW,EAAG,kBAAkB;IAAS,IAAI,EAAE,WAAW;IAtC9G,gBAAgB,EAAE,MAAM,CAAC;IAGhC,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGzC,iBAAiB,EAAG,MAAM,CAAC;IAG3B,IAAI,EAAG,qBAAqB,CAAC;IAG7B,OAAO,EAAG,IAAI,CAAC;IAGf,OAAO,EAAG,IAAI,CAAC;IAGf,aAAa,MAAC;IAGd,aAAa,MAAC;IAGd,OAAO,EAAG,OAAO,CAAS;IAE1B,uBAAuB,gBAAuC;IAC9D,qBAAqB,gBAAqC;IAC1D,WAAW,gBAA2B;IACtC,UAAU,EAAG,OAAO,CAAS;IAC7B,oBAAoB,EAAG,qBAAqB,CAAQ;IACpD,OAAO,EAAG,gBAAgB,CAAC;IAElC,YAAY,EAAG,GAAG,CAAC;gBAEA,SAAS,EAAG,mBAAmB,EAAS,WAAW,EAAG,kBAAkB,EAAS,IAAI,EAAE,WAAW;IAGrH,QAAQ;IAeR,uBAAuB;IAqFvB,OAAO,CAAC,MAAM,KAAA,GAAG,IAAI;IAOrB,IAAI,cAAc,uDAEjB;IAED,IAAI,YAAY,uDAEf;IAED,IAAI,IAAI,uDAEP;IAED,IAAI,KAAK,uDAER;IAED,IAAI,KAAK,uDAER;IAED,IAAI,KAAK,uDAER;IAED,IAAI,aAAa,uDAEhB;IAED,IAAI,oBAAoB,uDAEvB;IAED,IAAI,qBAAqB,uDAExB;IAED,IAAI,GAAG,uDAEN;IAED,IAAI,aAAa,uDAEhB;IAED,IAAI,aAAa,uDAEhB;IAED,IAAI,eAAe,uDAElB;IAED,IAAI,WAAW,uDAEd;IAED,IAAI,kBAAkB,uDAErB;IAED,IAAI,YAAY,uDAEf;IAED,IAAI,yBAAyB,uDAE5B;IAED,IAAI,2BAA2B,uDAE9B;IAED,IAAI,KAAK,uDAER;IAED,GAAG;IAOH,KAAK;IAIL,WAAW,CAAC,QAAQ,EAAG,oBAAoB;yCA9OhC,6BAA6B;2CAA7B,6BAA6B;CAuPzC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
+
import { AlertController } from '@ionic/angular';
|
|
4
|
+
import { UtilService } from '../../services/util/util.service';
|
|
5
|
+
import { BasePage } from '../../pages/BasePage';
|
|
6
|
+
import { WorkSearchRecordModel } from '../../models/weekly-cert/work-search-record-v2-model';
|
|
7
|
+
import { ReviewService } from '../../services/weekly-cert/review.service';
|
|
8
|
+
import { WorkSearchService } from '../../services/weekly-cert/work-search.service';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class WeeklyWorkSearchJournalComponent extends BasePage implements OnInit {
|
|
11
|
+
wss: WorkSearchService;
|
|
12
|
+
util: UtilService;
|
|
13
|
+
ac: AlertController;
|
|
14
|
+
private rs;
|
|
15
|
+
sanitizer: DomSanitizer;
|
|
16
|
+
journals: WorkSearchRecordModel[];
|
|
17
|
+
journal: WorkSearchRecordModel;
|
|
18
|
+
showAddWsRecors: boolean;
|
|
19
|
+
satDate: Date;
|
|
20
|
+
sunDate: Date;
|
|
21
|
+
satDateString: any;
|
|
22
|
+
sunDateString: any;
|
|
23
|
+
isLoading: boolean;
|
|
24
|
+
dynamicParam: any;
|
|
25
|
+
errorMsg: string;
|
|
26
|
+
waiverReason: string;
|
|
27
|
+
isWorkSearchWaived: boolean;
|
|
28
|
+
isWaitingWeekServed: boolean;
|
|
29
|
+
compState: string;
|
|
30
|
+
currentState: string;
|
|
31
|
+
offSetValue: number;
|
|
32
|
+
constructor(wss: WorkSearchService, util: UtilService, ac: AlertController, rs: ReviewService, sanitizer: DomSanitizer);
|
|
33
|
+
ngOnInit(): void;
|
|
34
|
+
fetchJournals(): void;
|
|
35
|
+
getEnteredDate(value: any): Date;
|
|
36
|
+
add(): void;
|
|
37
|
+
closeWsRecord(): void;
|
|
38
|
+
addWsRecord(event: WorkSearchRecordModel): void;
|
|
39
|
+
edit(wsRecord: WorkSearchRecordModel): void;
|
|
40
|
+
retrieveHiredRecordCount(): number;
|
|
41
|
+
retrieveJoapCount(): number;
|
|
42
|
+
delete(wsRecord: WorkSearchRecordModel): Promise<void>;
|
|
43
|
+
getWorkSearchMessage(): "Minimum requirements met" | "At least one activity required" | "You need to add at least 3 activities for the week, at least one with a filed application or resume" | "You need 2 more activities for the week, at least one with a filed application or resume" | "You need 2 more activities for the week" | "You need 1 more activity for the week, at least one with a filed application or resume" | "You need 1 more activity for the week" | "You need at least one activity with a filed application or resume";
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WeeklyWorkSearchJournalComponent, never>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WeeklyWorkSearchJournalComponent, "app-weekly-work-search-journal", never, {}, {}, never, never, false, never>;
|
|
46
|
+
}
|
|
47
|
+
//# sourceMappingURL=weekly-work-search-journal.component.d.ts.map
|
package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"weekly-work-search-journal.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAEhD,OAAO,EAAE,qBAAqB,EAAE,MAAM,sDAAsD,CAAC;AAC7F,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAA;AACzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAC;;AAEnF,qBAKa,gCAAiC,SAAQ,QAAS,YAAW,MAAM;IAsB3D,GAAG,EAAG,iBAAiB;IAAS,IAAI,EAAE,WAAW;IAAS,EAAE,EAAE,eAAe;IAAE,OAAO,CAAC,EAAE;IAAyB,SAAS,EAAE,YAAY;IArBtJ,QAAQ,EAAG,qBAAqB,EAAE,CAAM;IAEvC,OAAO,EAAG,qBAAqB,CAAC;IAEhC,eAAe,UAAS;IAExB,OAAO,EAAG,IAAI,CAAC;IACf,OAAO,EAAG,IAAI,CAAC;IACf,aAAa,MAAC;IACd,aAAa,MAAC;IACd,SAAS,EAAG,OAAO,CAAS;IAC5B,YAAY,EAAG,GAAG,CAAC;IACnB,QAAQ,EAAG,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,kBAAkB,EAAG,OAAO,CAAC;IAC7B,mBAAmB,EAAG,OAAO,CAAC;IACrC,SAAS,EAAG,MAAM,CAAC;IAEZ,YAAY,EAAE,MAAM,CAAwB;IAC5C,WAAW,EAAE,MAAM,CAAA;gBAEP,GAAG,EAAG,iBAAiB,EAAS,IAAI,EAAE,WAAW,EAAS,EAAE,EAAE,eAAe,EAAU,EAAE,EAAG,aAAa,EAAS,SAAS,EAAE,YAAY;IAI5J,QAAQ;IAaR,aAAa;IAuBb,cAAc,CAAC,KAAK,KAAA;IAQrB,GAAG;IAKF,aAAa;IAKb,WAAW,CAAC,KAAK,EAAG,qBAAqB;IAsBzC,IAAI,CAAC,QAAQ,EAAG,qBAAqB;IAKrC,wBAAwB,IAAM,MAAM;IAapC,iBAAiB,IAAM,MAAM;IAYvB,MAAM,CAAC,QAAQ,EAAG,qBAAqB;IA8B3C,oBAAoB;yCAlKX,gCAAgC;2CAAhC,gCAAgC;CAmM5C"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup, NgForm } from '@angular/forms';
|
|
3
|
+
import { AlertController } from '@ionic/angular';
|
|
4
|
+
import { UtilService } from '../../services/util/util.service';
|
|
5
|
+
import { BasePage } from '../../pages/BasePage';
|
|
6
|
+
import { WorkSearchModel } from '../../models/weekly-cert/work-search-v2-model';
|
|
7
|
+
import { WorkSearchRecordModel } from '../../models/weekly-cert/work-search-record-v2-model';
|
|
8
|
+
import { WeeklyCertServiceV2 } from '../../services/weekly-cert/weekly-cert-v2.service';
|
|
9
|
+
import { WorkSearchService } from '../../services/weekly-cert/work-search.service';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
export declare class WorkSearchQuestionComponentV2 extends BasePage implements OnInit {
|
|
12
|
+
wss: WorkSearchService;
|
|
13
|
+
wcService: WeeklyCertServiceV2;
|
|
14
|
+
fb: UntypedFormBuilder;
|
|
15
|
+
private util;
|
|
16
|
+
ac: AlertController;
|
|
17
|
+
disabled: boolean;
|
|
18
|
+
readOnly: boolean;
|
|
19
|
+
showCounter: boolean;
|
|
20
|
+
success: EventEmitter<any>;
|
|
21
|
+
error: EventEmitter<any>;
|
|
22
|
+
hasHiredStatus: EventEmitter<boolean>;
|
|
23
|
+
hasWorkedFullTimeOrStartedWorkingStatus: EventEmitter<boolean>;
|
|
24
|
+
wsFormId: any;
|
|
25
|
+
wsFormDirective: NgForm;
|
|
26
|
+
showAddWsRecors: boolean;
|
|
27
|
+
workSearchData: WorkSearchModel;
|
|
28
|
+
wsForm: UntypedFormGroup;
|
|
29
|
+
yesNoOptions: {
|
|
30
|
+
label: string;
|
|
31
|
+
value: string;
|
|
32
|
+
}[];
|
|
33
|
+
indexToEdit: any;
|
|
34
|
+
param: any;
|
|
35
|
+
showWsQuestion: boolean;
|
|
36
|
+
journal: WorkSearchRecordModel;
|
|
37
|
+
journalId: any;
|
|
38
|
+
currentDate: Date;
|
|
39
|
+
hiredRecordCount: any;
|
|
40
|
+
joapActivitiesCount: any;
|
|
41
|
+
counter: number;
|
|
42
|
+
compState: string;
|
|
43
|
+
msg: string;
|
|
44
|
+
showReemDialog: boolean;
|
|
45
|
+
showReemAdvisory: boolean;
|
|
46
|
+
readonly reemAdvisoryText = "You selected that you have worked with the CareerCenter for multiple weeks. We encourage you to continue using the CareerCenter, but we also encourage you to expand your work search to other activities such as applying for work using the Maine JobLink. Continuing to use only CareerCenter services may result in an in-depth review of your work search activities to further assist you.";
|
|
47
|
+
constructor(wss: WorkSearchService, wcService: WeeklyCertServiceV2, fb: UntypedFormBuilder, util: UtilService, ac: AlertController);
|
|
48
|
+
ngOnInit(): void;
|
|
49
|
+
initilizeWSQuestionnaireForm(): void;
|
|
50
|
+
get wsQuestion1(): import("@angular/forms").AbstractControl<any, any>;
|
|
51
|
+
nullCheckforActivityType(): number[];
|
|
52
|
+
openNextPage(): void;
|
|
53
|
+
submitForm(): void;
|
|
54
|
+
add(): void;
|
|
55
|
+
edit(wsRecord: WorkSearchRecordModel): void;
|
|
56
|
+
delete(wsRecord: WorkSearchRecordModel): Promise<void>;
|
|
57
|
+
private recomputeReemAdvisory;
|
|
58
|
+
closeReemDialog(): void;
|
|
59
|
+
addWsRecord(event: WorkSearchRecordModel): void;
|
|
60
|
+
emitHiredStatus(): void;
|
|
61
|
+
emitWorkedFullTimeOrStartedWorkingStatus(status: boolean): void;
|
|
62
|
+
closeWsRecord(): void;
|
|
63
|
+
retrieveJoapCount(): number;
|
|
64
|
+
/**
|
|
65
|
+
* Exclude (ME only):
|
|
66
|
+
* - UNON when hasContactedUnion === 'N'
|
|
67
|
+
* - WRKP when employmentType === 'PART'
|
|
68
|
+
*/
|
|
69
|
+
private shouldCount;
|
|
70
|
+
private getRecordsForCounter;
|
|
71
|
+
getCountForCounter(): number;
|
|
72
|
+
getHiredCountForCounter(): number;
|
|
73
|
+
private retrieveJoapCountFiltered;
|
|
74
|
+
getWorkSearchMessage(): "Minimum of three activities required,at least one must be an employer contact" | "Two more activities required, at least one must be an employer contact" | "Two more activities required" | "One more activity required, must be an employer contact" | "One more activity required" | "Minimum requirements met" | "At least one activity required" | "You need to add at least 3 activities for the week, at least one with a filed application or resume" | "You need 2 more activities for the week, at least one with a filed application or resume" | "You need 2 more activities for the week" | "You need 1 more activity for the week, at least one with a filed application or resume" | "You need 1 more activity for the week" | "You need at least one activity with a filed application or resume";
|
|
75
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WorkSearchQuestionComponentV2, never>;
|
|
76
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WorkSearchQuestionComponentV2, "app-work-search-question-v2", never, { "disabled": { "alias": "disabled"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "showCounter": { "alias": "showCounter"; "required": false; }; }, { "success": "success"; "error": "error"; "hasHiredStatus": "hasHiredStatus"; "hasWorkedFullTimeOrStartedWorkingStatus": "hasWorkedFullTimeOrStartedWorkingStatus"; }, never, never, false, never>;
|
|
77
|
+
}
|
|
78
|
+
//# sourceMappingURL=work-search-question.component-v2.d.ts.map
|
package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-search-question.component-v2.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAqB,YAAY,EAAS,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,EAAc,MAAM,gBAAgB,CAAC;AAC1F,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,+CAA+C,CAAC;AAChF,OAAO,EAAE,qBAAqB,EAAE,MAAM,sDAAsD,CAAC;AAC7F,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;AACxF,OAAO,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAC;;AAGnF,qBAMa,6BAA8B,SAAQ,QAAS,YAAW,MAAM;IAmDxD,GAAG,EAAE,iBAAiB;IAAS,SAAS,EAAE,mBAAmB;IAAS,EAAE,EAAE,kBAAkB;IAAE,OAAO,CAAC,IAAI;IAAsB,EAAE,EAAE,eAAe;IAhD/J,QAAQ,EAAE,OAAO,CAAS;IAG1B,QAAQ,EAAE,OAAO,CAAS;IAG1B,WAAW,EAAE,OAAO,CAAS;IAGpC,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAG9C,cAAc,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IAG3D,uCAAuC,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IAG7E,QAAQ,MAAC;IAGT,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,UAAS;IACxB,cAAc,EAAE,eAAe,CAAC;IAChC,MAAM,EAAE,gBAAgB,CAAC;IACzB,YAAY;;;QAA+D;IAC3E,WAAW,MAAC;IACZ,KAAK,MAAC;IACN,cAAc,UAAS;IACvB,OAAO,EAAE,qBAAqB,CAAC;IAC/B,SAAS,EAAE,GAAG,CAAC;IACtB,WAAW,OAAc;IAEzB,gBAAgB,EAAE,GAAG,CAAC;IACtB,mBAAmB,EAAE,GAAG,CAAC;IACzB,OAAO,SAAK;IAEZ,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;IAEZ,cAAc,UAAS;IACvB,gBAAgB,UAAS;IAC3B,QAAQ,CAAC,gBAAgB,sYAC4W;gBAEhX,GAAG,EAAE,iBAAiB,EAAS,SAAS,EAAE,mBAAmB,EAAS,EAAE,EAAE,kBAAkB,EAAU,IAAI,EAAE,WAAW,EAAS,EAAE,EAAE,eAAe;IAItK,QAAQ;IASR,4BAA4B;IAqB5B,IAAI,WAAW,uDAEd;IAED,wBAAwB;IAKxB,YAAY;IA4BZ,UAAU;IAIV,GAAG;IAIH,IAAI,CAAC,QAAQ,EAAE,qBAAqB;IAM9B,MAAM,CAAC,QAAQ,EAAE,qBAAqB;IA8D5C,OAAO,CAAC,qBAAqB;IAW/B,eAAe;IAIb,WAAW,CAAC,KAAK,EAAE,qBAAqB;IA2CxC,eAAe;IAIf,wCAAwC,CAAC,MAAM,EAAE,OAAO;IAIxD,aAAa;IAKb,iBAAiB,IAAI,MAAM;IAY3B;;;;MAIE;IACF,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;IAI5B,kBAAkB,IAAI,MAAM;IAI5B,uBAAuB,IAAI,MAAM;IAKjC,OAAO,CAAC,yBAAyB;IAKjC,oBAAoB;yCAvTT,6BAA6B;2CAA7B,6BAA6B;CAkWzC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class StripInvisibleCharsDirective {
|
|
3
|
+
private invisibleCharsRegex;
|
|
4
|
+
onInput(input: HTMLInputElement): void;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StripInvisibleCharsDirective, never>;
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StripInvisibleCharsDirective, "[appStripInvisibleChars]", never, {}, {}, never, never, false, never>;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=strip-invisible-characters.directive.d.ts.map
|
package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"strip-invisible-characters.directive.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.ts"],"names":[],"mappings":";AAEA,qBAGa,4BAA4B;IAGvC,OAAO,CAAC,mBAAmB,CAA6C;IAGxE,OAAO,CAAC,KAAK,EAAE,gBAAgB;yCANpB,4BAA4B;2CAA5B,4BAA4B;CAmBxC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddressValidationResponseEnum.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/enums/AddressValidationResponseEnum.ts"],"names":[],"mappings":"AAAA,oBAAY,6BAA6B;IACrC,gBAAgB,SAAS;IACzB,aAAa,SAAS;IACtB,oBAAoB,SAAS;IAC7B,oBAAoB,SAAS;IAC7B,YAAY,SAAS;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddressValidationSourceFunctionEnum.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/enums/AddressValidationSourceFunctionEnum.ts"],"names":[],"mappings":"AAAA,oBAAY,mCAAmC;IAC3C,mBAAmB,SAAS;CAC/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth.guard.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/guards/auth.guard.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,sBAAsB,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACtG,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;;AAElE,UAAU,SAAS;IACf,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAClB;AAED,qBAGa,SAAS;IACN,OAAO,CAAC,OAAO;IAAW,OAAO,CAAC,MAAM;IAAU,OAAO,CAAC,EAAE;IACpE,OAAO,CAAC,EAAE;IAAkB,OAAO,CAAC,GAAG;IAAiB,OAAO,CAAC,IAAI;IAAgB,OAAO,CAAC,MAAM;gBADlF,OAAO,EAAE,OAAO,EAAU,MAAM,EAAE,MAAM,EAAU,EAAE,EAAE,YAAY,EAC1E,EAAE,EAAE,cAAc,EAAU,GAAG,EAAE,aAAa,EAAU,IAAI,EAAG,WAAW,EAAU,MAAM,EAAE,aAAa;IAE/G,WAAW,CAAC,KAAK,EAAE,sBAAsB,EAAE,KAAK,EAAE,mBAAmB;
|
|
1
|
+
{"version":3,"file":"auth.guard.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/guards/auth.guard.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,sBAAsB,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACtG,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;;AAElE,UAAU,SAAS;IACf,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAClB;AAED,qBAGa,SAAS;IACN,OAAO,CAAC,OAAO;IAAW,OAAO,CAAC,MAAM;IAAU,OAAO,CAAC,EAAE;IACpE,OAAO,CAAC,EAAE;IAAkB,OAAO,CAAC,GAAG;IAAiB,OAAO,CAAC,IAAI;IAAgB,OAAO,CAAC,MAAM;gBADlF,OAAO,EAAE,OAAO,EAAU,MAAM,EAAE,MAAM,EAAU,EAAE,EAAE,YAAY,EAC1E,EAAE,EAAE,cAAc,EAAU,GAAG,EAAE,aAAa,EAAU,IAAI,EAAG,WAAW,EAAU,MAAM,EAAE,aAAa;IAE/G,WAAW,CAAC,KAAK,EAAE,sBAAsB,EAAE,KAAK,EAAE,mBAAmB;IA6H3E,eAAe,CAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,mBAAmB,GAAG,OAAO;IAY1E,SAAS,CAAC,KAAK,KAAA;yCA7IN,SAAS;6CAAT,SAAS;CA4JrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"http-error-interceptor.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/interceptors/error-interceptor/http-error-interceptor.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,SAAS,EAAE,WAAW,EAAE,eAAe,EAAC,WAAW,EAAgC,MAAM,sBAAsB,CAAC;AACxH,OAAO,EAAC,UAAU,EAAa,MAAM,MAAM,CAAC;AAE5C,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAE/C,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;;AAGpF,qBAGa,oBAAqB,YAAW,eAAe;IAEvC,MAAM,EAAG,MAAM;IAAE,OAAO,CAAC,IAAI;IAAgB,OAAO,CAAC,GAAG;IAAkB,OAAO,CAAC,EAAE;IAAiB,OAAO,CAAC,MAAM;IAAwB,EAAE,EAAG,kBAAkB;gBAAlK,MAAM,EAAG,MAAM,EAAU,IAAI,EAAG,WAAW,EAAU,GAAG,EAAG,aAAa,EAAU,EAAE,EAAG,YAAY,EAAU,MAAM,EAAE,aAAa,EAAS,EAAE,EAAG,kBAAkB;IAErL,SAAS,CAAC,GAAG,EAAE,WAAW,CAAC,GAAG,CAAC,EAAE,IAAI,EAAE,WAAW,GAAG,UAAU,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"http-error-interceptor.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/interceptors/error-interceptor/http-error-interceptor.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,SAAS,EAAE,WAAW,EAAE,eAAe,EAAC,WAAW,EAAgC,MAAM,sBAAsB,CAAC;AACxH,OAAO,EAAC,UAAU,EAAa,MAAM,MAAM,CAAC;AAE5C,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAE/C,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;;AAGpF,qBAGa,oBAAqB,YAAW,eAAe;IAEvC,MAAM,EAAG,MAAM;IAAE,OAAO,CAAC,IAAI;IAAgB,OAAO,CAAC,GAAG;IAAkB,OAAO,CAAC,EAAE;IAAiB,OAAO,CAAC,MAAM;IAAwB,EAAE,EAAG,kBAAkB;gBAAlK,MAAM,EAAG,MAAM,EAAU,IAAI,EAAG,WAAW,EAAU,GAAG,EAAG,aAAa,EAAU,EAAE,EAAG,YAAY,EAAU,MAAM,EAAE,aAAa,EAAS,EAAE,EAAG,kBAAkB;IAErL,SAAS,CAAC,GAAG,EAAE,WAAW,CAAC,GAAG,CAAC,EAAE,IAAI,EAAE,WAAW,GAAG,UAAU,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;IAsH7E,gBAAgB,IAAI,OAAO;yCA1HlB,oBAAoB;6CAApB,oBAAoB;CAgIhC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ActiveClaimModel.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/models/ActiveClaimModel.ts"],"names":[],"mappings":"AAEA,qBAAa,gBAAgB;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,aAAa,EAAE,MAAM,CAAC;CAC3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CountyModel.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/models/CountyModel.ts"],"names":[],"mappings":"AAAA,qBAAa,WAAW;IACpB,SAAS,CAAC,EAAG,MAAM,CAAC;IACpB,SAAS,CAAC,EAAG,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,GAAG,CAAC,EAAG,MAAM,CAAC;IACd,WAAW,CAAC,EAAG,MAAM,CAAC;CACzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DuaAppDataModel.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/models/DuaAppDataModel.ts"],"names":[],"mappings":"AAAA,qBAAa,eAAe;IACxB,kBAAkB,EAAG,GAAG,CAAC;IACzB,WAAW,EAAG,GAAG,CAAC;CACrB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ChoicesModel } from './AddressComponentModel';
|
|
2
|
+
import { CountyModel } from './CountyModel';
|
|
3
|
+
export declare class DuaRequestModel {
|
|
4
|
+
isImpactedByDisaster: String;
|
|
5
|
+
duaDeclaration: ChoicesModel;
|
|
6
|
+
countyWork: CountyModel;
|
|
7
|
+
resCountyDuringDisaster: CountyModel;
|
|
8
|
+
lastDateWorked: Date;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=DuaRequestModel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DuaRequestModel.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/models/DuaRequestModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,qBAAa,eAAe;IAExB,oBAAoB,EAAG,MAAM,CAAC;IAC9B,cAAc,EAAE,YAAY,CAAC;IAC7B,UAAU,EAAG,WAAW,CAAC;IACzB,uBAAuB,EAAG,WAAW,CAAC;IACtC,cAAc,EAAG,IAAI,CAAC;CACzB"}
|