@reusa/ngx-reusa-app-lib 0.0.1374 → 0.0.1375
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/add-employer/add-employer.component.mjs +2392 -1322
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +159 -105
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +59 -53
- package/esm2022/lib/components/add-wage/add-wage.component.mjs +161 -0
- package/esm2022/lib/components/address/address.component.mjs +287 -152
- package/esm2022/lib/components/address-popup/address-popup.component.mjs +97 -0
- package/esm2022/lib/components/address-suggestion/address-suggestion.component.mjs +289 -0
- package/esm2022/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.mjs +245 -0
- package/esm2022/lib/components/associate-ssn/associate-ssn.component.mjs +203 -0
- package/esm2022/lib/components/bank-details/bank-details.component.mjs +79 -219
- package/esm2022/lib/components/claim-info/claim-info.component.mjs +408 -0
- package/esm2022/lib/components/contact-us/contact-us.component.mjs +17 -43
- package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +3 -9
- package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +32 -4
- package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +30 -15
- package/esm2022/lib/components/disclosure/disclosure.component.mjs +1 -1
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +4 -4
- package/esm2022/lib/components/dropdown/dropdown.interface.mjs +1 -1
- package/esm2022/lib/components/dua-request-page/dua-request-page.component.mjs +596 -0
- package/esm2022/lib/components/dua-request-popup/dua-request-popup.component.mjs +356 -0
- package/esm2022/lib/components/email-update/email-update.component.mjs +63 -140
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +422 -574
- package/esm2022/lib/components/employer-info/employer-info.component.mjs +319 -0
- package/esm2022/lib/components/employer-pay/employer-pay.component.mjs +238 -0
- package/esm2022/lib/components/employer-pay-grid/employer-pay-grid.component.mjs +302 -0
- package/esm2022/lib/components/error/error.component.mjs +22 -5
- package/esm2022/lib/components/farm-usage/farm-usage.component.mjs +172 -0
- package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +1 -1
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +178 -49
- package/esm2022/lib/components/footer/footer.component.mjs +112 -101
- package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +201 -0
- package/esm2022/lib/components/header/header.component.mjs +440 -174
- package/esm2022/lib/components/history-page/history-page.component.mjs +571 -0
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +25 -36
- package/esm2022/lib/components/idme/idme.component.mjs +84 -0
- package/esm2022/lib/components/info/info.component.mjs +4 -12
- package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +16 -22
- package/esm2022/lib/components/job-title/job-title.component.mjs +92 -97
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +143 -513
- package/esm2022/lib/components/link/link.component.mjs +1 -1
- package/esm2022/lib/components/menu/menu.component.mjs +68 -100
- package/esm2022/lib/components/mfa/mfa.component.mjs +158 -288
- package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +11 -18
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +158 -54
- package/esm2022/lib/components/offline-add-employer/offline-add-employer.component.mjs +3661 -0
- package/esm2022/lib/components/offline-bank-details/offline-bank-details.component.mjs +258 -0
- package/esm2022/lib/components/offline-employer-grid/offline-employer-grid.component.mjs +853 -0
- package/esm2022/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.mjs +251 -0
- package/esm2022/lib/components/profile/profile.component.mjs +749 -353
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +108 -38
- package/esm2022/lib/components/proof-of-anything/proof-of-anything.component.mjs +261 -0
- package/esm2022/lib/components/proof-of-document-upload/proof-of-document-upload.component.mjs +560 -0
- package/esm2022/lib/components/questionnaire/AppValidators.mjs +296 -47
- package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +110 -65
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +377 -173
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +76 -95
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +877 -1153
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +208 -699
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +28 -22
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +128 -41
- package/esm2022/lib/components/questionnaire/question-control.service.mjs +2 -1
- package/esm2022/lib/components/questionnaire/question.service.mjs +5 -7
- package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +15 -29
- package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +497 -237
- package/esm2022/lib/components/scrollable-text/scrollable-text.component.mjs +25 -0
- package/esm2022/lib/components/search-employer/search-employer.component.mjs +155 -30
- package/esm2022/lib/components/select/select.component.mjs +5 -10
- package/esm2022/lib/components/sign-ssn/sign-ssn.component.mjs +3 -3
- package/esm2022/lib/components/sms/sms.component.mjs +336 -0
- package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +52 -72
- package/esm2022/lib/components/user-login/user-login.component.mjs +139 -360
- package/esm2022/lib/components/wage-calculator/wage-calculator.component.mjs +527 -0
- package/esm2022/lib/components/wage-grid/wage-grid.component.mjs +274 -0
- package/esm2022/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.mjs +147 -0
- package/esm2022/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.mjs +167 -0
- package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +655 -387
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +125 -61
- package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +828 -0
- package/esm2022/lib/components/weekly-confirmation/confirmation.component.mjs +129 -0
- package/esm2022/lib/components/weekly-interim-confirmation/interim-confirmation.component.mjs +136 -0
- package/esm2022/lib/components/weekly-summary-v2/summary.component-v2.mjs +72 -0
- package/esm2022/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.mjs +50 -0
- package/esm2022/lib/components/weekly-work-search-counter/work-search-counter.component.mjs +92 -0
- package/esm2022/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.mjs +1190 -0
- package/esm2022/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.mjs +690 -0
- package/esm2022/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.mjs +524 -0
- package/esm2022/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.mjs +394 -0
- package/esm2022/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.mjs +640 -0
- package/esm2022/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.mjs +33 -0
- package/esm2022/lib/enums/AddressValidationResponseEnum.mjs +9 -0
- package/esm2022/lib/enums/AddressValidationSourceFunctionEnum.mjs +5 -0
- package/esm2022/lib/guards/auth.guard.mjs +50 -2
- package/esm2022/lib/guards/no-login/no-login.guard.mjs +1 -1
- package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +51 -3
- package/esm2022/lib/interceptors/header-interceptor/http-header.interceptor.mjs +1 -1
- package/esm2022/lib/models/ActiveClaimModel.mjs +3 -0
- package/esm2022/lib/models/CountyModel.mjs +3 -0
- package/esm2022/lib/models/DuaAppDataModel.mjs +3 -0
- package/esm2022/lib/models/DuaRequestModel.mjs +3 -0
- package/esm2022/lib/models/DuaRetroWeeksComponentModel.mjs +6 -0
- package/esm2022/lib/models/EmployerDetailSearchResult.mjs +1 -1
- package/esm2022/lib/models/EmployerInfoComponentModel.mjs +4 -0
- package/esm2022/lib/models/EmployerPayInfoModel.mjs +6 -0
- package/esm2022/lib/models/FarmUsageComponentModel.mjs +2 -0
- package/esm2022/lib/models/GrossEarningsModel.mjs +3 -0
- package/esm2022/lib/models/HelpConstants.mjs +5 -0
- package/esm2022/lib/models/LexisNexisOtpDetailsResponseModel.mjs +3 -0
- package/esm2022/lib/models/LibConstants.mjs +45 -6
- package/esm2022/lib/models/OtpAuthModel.mjs +1 -1
- package/esm2022/lib/models/PaymentComponentModel.mjs +1 -1
- package/esm2022/lib/models/ReasonSeparationRequestModel.mjs +3 -0
- package/esm2022/lib/models/RetroWeeksModel.mjs +3 -0
- package/esm2022/lib/models/SecurityQuestionAnswerModel.mjs +3 -0
- package/esm2022/lib/models/SendOtpRequestModel.mjs +3 -0
- package/esm2022/lib/models/UserModel.mjs +1 -1
- package/esm2022/lib/models/VerifyOtpRequestModel.mjs +3 -0
- package/esm2022/lib/models/WageCalculatorModel.mjs +3 -0
- package/esm2022/lib/models/WageInfoModel.mjs +4 -0
- package/esm2022/lib/models/addressValidation/AddressRecommendationModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationRequestComponentModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationResponseComponentModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationReturnComponentModel.mjs +3 -0
- package/esm2022/lib/models/combo-model.mjs +343 -0
- package/esm2022/lib/models/dashboard-model.mjs +1 -1
- package/esm2022/lib/models/dependent.model.mjs +1 -1
- package/esm2022/lib/models/fileupload/DocUploadModel.mjs +7 -0
- package/esm2022/lib/models/fileupload/EmployerDataModel.mjs +3 -0
- package/esm2022/lib/models/fileupload/FileObject.mjs +3 -0
- package/esm2022/lib/models/fileupload/FileObjectArray.mjs +7 -0
- package/esm2022/lib/models/questionnaire/AppealParticipantModel.mjs +8 -0
- package/esm2022/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +2 -1
- package/esm2022/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ComboModel.mjs +96 -653
- package/esm2022/lib/models/questionnaire/ElementsModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/LegalDiscaimarModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/QuestionnaireSaveModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ScrollableTextModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/StatusModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/WbaHelperTextModel.mjs +3 -0
- package/esm2022/lib/models/weekly-cert/WorkSearchWaiverModel.mjs +3 -0
- package/esm2022/lib/models/weekly-cert/address-detail-model.mjs +2 -0
- package/esm2022/lib/models/weekly-cert/admin-leave-details-model.mjs +7 -0
- package/esm2022/lib/models/weekly-cert/employer-info-v2-model.mjs +7 -0
- package/esm2022/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.mjs +6 -0
- package/esm2022/lib/models/weekly-cert/weekly-certification-v2-model.mjs +34 -0
- package/esm2022/lib/models/weekly-cert/work-search-record-v2-model.mjs +15 -0
- package/esm2022/lib/models/weekly-cert/work-search-v2-model.mjs +11 -0
- package/esm2022/lib/ngx-reusa-app-lib.module.mjs +135 -23
- package/esm2022/lib/pages/BasePage.mjs +4 -23
- package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +22 -18
- package/esm2022/lib/pages/common/change-password/change-password.page.mjs +142 -124
- package/esm2022/lib/pages/common/landing/landing.component.mjs +7 -8
- package/esm2022/lib/pages/common/landing2/landing2.component.mjs +4 -4
- package/esm2022/lib/pages/common/login/login.component.mjs +7 -13
- package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +14 -14
- package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +5 -5
- package/esm2022/lib/pages/popovers/language/language.page.mjs +1 -2
- package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +4 -4
- package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +7 -2
- package/esm2022/lib/pipes/format-worksearch/format-worksearch.pipe.mjs +101 -0
- package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +2 -2
- package/esm2022/lib/services/address-validation-service/address-validation.service.mjs +151 -0
- package/esm2022/lib/services/appeal/appeal.service.mjs +37 -0
- package/esm2022/lib/services/base-service.mjs +4 -1
- package/esm2022/lib/services/birt-service/birt.service.mjs +57 -0
- package/esm2022/lib/services/chatbot/chatbot.service.mjs +1 -2
- package/esm2022/lib/services/claimant-service/claimant.service.mjs +7 -13
- package/esm2022/lib/services/claims/claims.service.mjs +105 -14
- package/esm2022/lib/services/employer/employer-service.mjs +35 -0
- package/esm2022/lib/services/event-service/event-service.mjs +44 -0
- package/esm2022/lib/services/help/help.service.mjs +1 -1
- package/esm2022/lib/services/logger/logger.service.mjs +1 -1
- package/esm2022/lib/services/login/login.service.mjs +29 -14
- package/esm2022/lib/services/offline-claims/offline-claims.service.mjs +327 -0
- package/esm2022/lib/services/questionnaire/questionnaire.service.mjs +4 -1
- package/esm2022/lib/services/questionnaire/validation.service.mjs +4 -1
- package/esm2022/lib/services/security-service/security.service.mjs +23 -6
- package/esm2022/lib/services/util/util.service.mjs +61 -5
- package/esm2022/lib/services/weekly-cert/review.service.mjs +101 -0
- package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +186 -14
- package/esm2022/lib/services/weekly-cert/weekly-cert.service.mjs +37 -0
- package/esm2022/lib/services/weekly-cert/work-search.service.mjs +58 -0
- package/esm2022/lib/validations/AppRegex.mjs +1 -3
- package/esm2022/lib/validations/AppValidators.mjs +78 -62
- package/esm2022/public-api.mjs +47 -5
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs +41277 -23401
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
- package/lib/components/add-employer/add-employer.component.d.ts +137 -53
- package/lib/components/add-employer/add-employer.component.d.ts.map +1 -1
- package/lib/components/add-participant/add-participant.component.d.ts +11 -5
- package/lib/components/add-participant/add-participant.component.d.ts.map +1 -1
- package/lib/components/add-payment/add-payment.component.d.ts +9 -3
- package/lib/components/add-payment/add-payment.component.d.ts.map +1 -1
- package/lib/components/add-wage/add-wage.component.d.ts +30 -0
- package/lib/components/add-wage/add-wage.component.d.ts.map +1 -0
- package/lib/components/address/address.component.d.ts +42 -15
- package/lib/components/address/address.component.d.ts.map +1 -1
- package/lib/components/address-popup/address-popup.component.d.ts +16 -0
- package/lib/components/address-popup/address-popup.component.d.ts.map +1 -0
- package/lib/components/address-suggestion/address-suggestion.component.d.ts +43 -0
- package/lib/components/address-suggestion/address-suggestion.component.d.ts.map +1 -0
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts +37 -0
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts.map +1 -0
- package/lib/components/associate-ssn/associate-ssn.component.d.ts +33 -0
- package/lib/components/associate-ssn/associate-ssn.component.d.ts.map +1 -0
- package/lib/components/bank-details/bank-details.component.d.ts +1 -23
- package/lib/components/bank-details/bank-details.component.d.ts.map +1 -1
- package/lib/components/claim-info/claim-info.component.d.ts +49 -0
- package/lib/components/claim-info/claim-info.component.d.ts.map +1 -0
- package/lib/components/contact-us/contact-us.component.d.ts +1 -4
- package/lib/components/contact-us/contact-us.component.d.ts.map +1 -1
- package/lib/components/correspondence-download/correspondence-download.component.d.ts.map +1 -1
- package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -1
- package/lib/components/dua-request-page/dua-request-page.component.d.ts +74 -0
- package/lib/components/dua-request-page/dua-request-page.component.d.ts.map +1 -0
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts +61 -0
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts.map +1 -0
- package/lib/components/email-update/email-update.component.d.ts +1 -12
- package/lib/components/email-update/email-update.component.d.ts.map +1 -1
- package/lib/components/employer-grid/employer-grid.component.d.ts +25 -15
- package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -1
- package/lib/components/employer-info/employer-info.component.d.ts +50 -0
- package/lib/components/employer-info/employer-info.component.d.ts.map +1 -0
- package/lib/components/employer-pay/employer-pay.component.d.ts +51 -0
- package/lib/components/employer-pay/employer-pay.component.d.ts.map +1 -0
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts +43 -0
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts.map +1 -0
- package/lib/components/error/error.component.d.ts +3 -2
- package/lib/components/error/error.component.d.ts.map +1 -1
- package/lib/components/farm-usage/farm-usage.component.d.ts +33 -0
- package/lib/components/farm-usage/farm-usage.component.d.ts.map +1 -0
- package/lib/components/file-uploader/file-uploader.component.d.ts +5 -1
- package/lib/components/file-uploader/file-uploader.component.d.ts.map +1 -1
- package/lib/components/footer/footer.component.d.ts.map +1 -1
- package/lib/components/gross-earnings/gross-earnings.component.d.ts +42 -0
- package/lib/components/gross-earnings/gross-earnings.component.d.ts.map +1 -0
- package/lib/components/header/header.component.d.ts +17 -5
- package/lib/components/header/header.component.d.ts.map +1 -1
- package/lib/components/history-page/history-page.component.d.ts +80 -0
- package/lib/components/history-page/history-page.component.d.ts.map +1 -0
- package/lib/components/idme/idme.component.d.ts +19 -0
- package/lib/components/idme/idme.component.d.ts.map +1 -0
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +1 -3
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts.map +1 -1
- package/lib/components/job-title/job-title.component.d.ts +22 -23
- package/lib/components/job-title/job-title.component.d.ts.map +1 -1
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +5 -6
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -1
- package/lib/components/menu/menu.component.d.ts +3 -12
- package/lib/components/menu/menu.component.d.ts.map +1 -1
- package/lib/components/mfa/mfa.component.d.ts +7 -19
- package/lib/components/mfa/mfa.component.d.ts.map +1 -1
- package/lib/components/mfa-popup/mfa-popup.component.d.ts +6 -8
- package/lib/components/mfa-popup/mfa-popup.component.d.ts.map +1 -1
- package/lib/components/money-expect/money-expect.component.d.ts +15 -4
- package/lib/components/money-expect/money-expect.component.d.ts.map +1 -1
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts +311 -0
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts.map +1 -0
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts +33 -0
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts.map +1 -0
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts +97 -0
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts.map +1 -0
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts +33 -0
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts.map +1 -0
- package/lib/components/profile/profile.component.d.ts +82 -49
- package/lib/components/profile/profile.component.d.ts.map +1 -1
- package/lib/components/profile-redirect/profile-redirect.component.d.ts +9 -2
- package/lib/components/profile-redirect/profile-redirect.component.d.ts.map +1 -1
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts +54 -0
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts.map +1 -0
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts +74 -0
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts.map +1 -0
- package/lib/components/questionnaire/AppValidators.d.ts +1 -0
- package/lib/components/questionnaire/AppValidators.d.ts.map +1 -1
- package/lib/components/questionnaire/account-success/account-success.page.d.ts +13 -10
- package/lib/components/questionnaire/account-success/account-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/common-success/common-success.page.d.ts +7 -1
- package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +3 -1
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts +33 -35
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form.component.d.ts +10 -34
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +0 -7
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -1
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +7 -1
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -1
- package/lib/components/questionnaire/question-control.service.d.ts.map +1 -1
- package/lib/components/questionnaire/question.service.d.ts +0 -1
- package/lib/components/questionnaire/question.service.d.ts.map +1 -1
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +1 -7
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -1
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +11 -3
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts.map +1 -1
- package/lib/components/scrollable-text/scrollable-text.component.d.ts +11 -0
- package/lib/components/scrollable-text/scrollable-text.component.d.ts.map +1 -0
- package/lib/components/search-employer/search-employer.component.d.ts +5 -4
- package/lib/components/search-employer/search-employer.component.d.ts.map +1 -1
- package/lib/components/sms/sms.component.d.ts +63 -0
- package/lib/components/sms/sms.component.d.ts.map +1 -0
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +1 -5
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts.map +1 -1
- package/lib/components/user-login/user-login.component.d.ts +5 -38
- package/lib/components/user-login/user-login.component.d.ts.map +1 -1
- package/lib/components/wage-calculator/wage-calculator.component.d.ts +44 -0
- package/lib/components/wage-calculator/wage-calculator.component.d.ts.map +1 -0
- package/lib/components/wage-grid/wage-grid.component.d.ts +43 -0
- package/lib/components/wage-grid/wage-grid.component.d.ts.map +1 -0
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts +28 -0
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts.map +1 -0
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts +28 -0
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +27 -10
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts.map +1 -1
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +9 -3
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map +1 -1
- package/lib/components/weekly-certification/weekly-certification.component.d.ts +101 -0
- package/lib/components/weekly-certification/weekly-certification.component.d.ts.map +1 -0
- package/lib/components/weekly-confirmation/confirmation.component.d.ts +21 -0
- package/lib/components/weekly-confirmation/confirmation.component.d.ts.map +1 -0
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts +34 -0
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts.map +1 -0
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts +17 -0
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts +10 -0
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts +17 -0
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts +105 -0
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts +71 -0
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts +59 -0
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts +47 -0
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts +78 -0
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts.map +1 -0
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts +8 -0
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts.map +1 -0
- package/lib/enums/AddressValidationResponseEnum.d.ts +8 -0
- package/lib/enums/AddressValidationResponseEnum.d.ts.map +1 -0
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts +4 -0
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts.map +1 -0
- package/lib/guards/auth.guard.d.ts.map +1 -1
- package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts.map +1 -1
- package/lib/models/ActiveClaimModel.d.ts +8 -0
- package/lib/models/ActiveClaimModel.d.ts.map +1 -0
- package/lib/models/CountyModel.d.ts +8 -0
- package/lib/models/CountyModel.d.ts.map +1 -0
- package/lib/models/DuaAppDataModel.d.ts +5 -0
- package/lib/models/DuaAppDataModel.d.ts.map +1 -0
- package/lib/models/DuaRequestModel.d.ts +10 -0
- package/lib/models/DuaRequestModel.d.ts.map +1 -0
- package/lib/models/DuaRetroWeeksComponentModel.d.ts +5 -0
- package/lib/models/DuaRetroWeeksComponentModel.d.ts.map +1 -0
- package/lib/models/EmployerDetailSearchResult.d.ts +4 -1
- package/lib/models/EmployerDetailSearchResult.d.ts.map +1 -1
- package/lib/models/EmployerInfoComponentModel.d.ts +9 -0
- package/lib/models/EmployerInfoComponentModel.d.ts.map +1 -0
- package/lib/models/EmployerPayInfoModel.d.ts +20 -0
- package/lib/models/EmployerPayInfoModel.d.ts.map +1 -0
- package/lib/models/FarmUsageComponentModel.d.ts +10 -0
- package/lib/models/FarmUsageComponentModel.d.ts.map +1 -0
- package/lib/models/GrossEarningsModel.d.ts +6 -0
- package/lib/models/GrossEarningsModel.d.ts.map +1 -0
- package/lib/models/HelpConstants.d.ts +5 -0
- package/lib/models/HelpConstants.d.ts.map +1 -0
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts +7 -0
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts.map +1 -0
- package/lib/models/LibConstants.d.ts +40 -1
- package/lib/models/LibConstants.d.ts.map +1 -1
- package/lib/models/OtpAuthModel.d.ts +0 -1
- package/lib/models/OtpAuthModel.d.ts.map +1 -1
- package/lib/models/PaymentComponentModel.d.ts +1 -1
- package/lib/models/PaymentComponentModel.d.ts.map +1 -1
- package/lib/models/ReasonSeparationRequestModel.d.ts +7 -0
- package/lib/models/ReasonSeparationRequestModel.d.ts.map +1 -0
- package/lib/models/RetroWeeksModel.d.ts +11 -0
- package/lib/models/RetroWeeksModel.d.ts.map +1 -0
- package/lib/models/SecurityQuestionAnswerModel.d.ts +7 -0
- package/lib/models/SecurityQuestionAnswerModel.d.ts.map +1 -0
- package/lib/models/SendOtpRequestModel.d.ts +12 -0
- package/lib/models/SendOtpRequestModel.d.ts.map +1 -0
- package/lib/models/UserModel.d.ts +0 -1
- package/lib/models/UserModel.d.ts.map +1 -1
- package/lib/models/VerifyOtpRequestModel.d.ts +8 -0
- package/lib/models/VerifyOtpRequestModel.d.ts.map +1 -0
- package/lib/models/WageCalculatorModel.d.ts +15 -0
- package/lib/models/WageCalculatorModel.d.ts.map +1 -0
- package/lib/models/WageInfoModel.d.ts +9 -0
- package/lib/models/WageInfoModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts +12 -0
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts +11 -0
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts +6 -0
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts +16 -0
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts.map +1 -0
- package/lib/models/combo-model.d.ts +42 -0
- package/lib/models/combo-model.d.ts.map +1 -0
- package/lib/models/dashboard-model.d.ts +22 -0
- package/lib/models/dashboard-model.d.ts.map +1 -1
- package/lib/models/fileupload/DocUploadModel.d.ts +22 -0
- package/lib/models/fileupload/DocUploadModel.d.ts.map +1 -0
- package/lib/models/fileupload/EmployerDataModel.d.ts +6 -0
- package/lib/models/fileupload/EmployerDataModel.d.ts.map +1 -0
- package/lib/models/fileupload/FileObject.d.ts +8 -0
- package/lib/models/fileupload/FileObject.d.ts.map +1 -0
- package/lib/models/fileupload/FileObjectArray.d.ts +8 -0
- package/lib/models/fileupload/FileObjectArray.d.ts.map +1 -0
- package/lib/models/questionnaire/AppealParticipantModel.d.ts +17 -0
- package/lib/models/questionnaire/AppealParticipantModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +3 -0
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +15 -4
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +4 -1
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ComboModel.d.ts +14 -82
- package/lib/models/questionnaire/ComboModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ElementsModel.d.ts +0 -1
- package/lib/models/questionnaire/ElementsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +2 -0
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts.map +1 -1
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +0 -1
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ScrollableTextModel.d.ts +4 -0
- package/lib/models/questionnaire/ScrollableTextModel.d.ts.map +1 -0
- package/lib/models/questionnaire/StatusModel.d.ts +1 -0
- package/lib/models/questionnaire/StatusModel.d.ts.map +1 -1
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts +4 -0
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts.map +1 -0
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts +9 -0
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts.map +1 -0
- package/lib/models/weekly-cert/address-detail-model.d.ts +14 -0
- package/lib/models/weekly-cert/address-detail-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts +15 -0
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts +27 -0
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts +57 -0
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts +59 -0
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts +66 -0
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/work-search-v2-model.d.ts +18 -0
- package/lib/models/weekly-cert/work-search-v2-model.d.ts.map +1 -0
- package/lib/ngx-reusa-app-lib.module.d.ts +124 -86
- package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -1
- package/lib/pages/BasePage.d.ts +3 -6
- package/lib/pages/BasePage.d.ts.map +1 -1
- package/lib/pages/common/change-password/change-password.page.d.ts +3 -0
- package/lib/pages/common/change-password/change-password.page.d.ts.map +1 -1
- package/lib/pages/common/login/login.component.d.ts.map +1 -1
- package/lib/pages/popovers/language/language.page.d.ts.map +1 -1
- package/lib/pages/popovers/my-profile/my-profile.page.d.ts.map +1 -1
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts +14 -0
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts.map +1 -0
- package/lib/services/address-validation-service/address-validation.service.d.ts +44 -0
- package/lib/services/address-validation-service/address-validation.service.d.ts.map +1 -0
- package/lib/services/appeal/appeal.service.d.ts +16 -0
- package/lib/services/appeal/appeal.service.d.ts.map +1 -0
- package/lib/services/base-service.d.ts +12 -0
- package/lib/services/base-service.d.ts.map +1 -1
- package/lib/services/birt-service/birt.service.d.ts +17 -0
- package/lib/services/birt-service/birt.service.d.ts.map +1 -0
- package/lib/services/claimant-service/claimant.service.d.ts +5 -6
- package/lib/services/claimant-service/claimant.service.d.ts.map +1 -1
- package/lib/services/claims/claims.service.d.ts +39 -5
- package/lib/services/claims/claims.service.d.ts.map +1 -1
- package/lib/services/employer/employer-service.d.ts +16 -0
- package/lib/services/employer/employer-service.d.ts.map +1 -0
- package/lib/services/event-service/event-service.d.ts +20 -0
- package/lib/services/event-service/event-service.d.ts.map +1 -0
- package/lib/services/login/login.service.d.ts +5 -3
- package/lib/services/login/login.service.d.ts.map +1 -1
- package/lib/services/offline-claims/offline-claims.service.d.ts +64 -0
- package/lib/services/offline-claims/offline-claims.service.d.ts.map +1 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts +1 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts.map +1 -1
- package/lib/services/questionnaire/validation.service.d.ts +3 -0
- package/lib/services/questionnaire/validation.service.d.ts.map +1 -1
- package/lib/services/security-service/security.service.d.ts +12 -4
- package/lib/services/security-service/security.service.d.ts.map +1 -1
- package/lib/services/util/util.service.d.ts +6 -0
- package/lib/services/util/util.service.d.ts.map +1 -1
- package/lib/services/weekly-cert/review.service.d.ts +23 -0
- package/lib/services/weekly-cert/review.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts +47 -5
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -1
- package/lib/services/weekly-cert/weekly-cert.service.d.ts +17 -0
- package/lib/services/weekly-cert/weekly-cert.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/work-search.service.d.ts +26 -0
- package/lib/services/weekly-cert/work-search.service.d.ts.map +1 -0
- package/lib/validations/AppRegex.d.ts +0 -2
- package/lib/validations/AppRegex.d.ts.map +1 -1
- package/lib/validations/AppValidators.d.ts +20 -24
- package/lib/validations/AppValidators.d.ts.map +1 -1
- package/package.json +2 -2
- package/public-api.d.ts +46 -4
- package/public-api.d.ts.map +1 -1
- package/esm2022/lib/components/lexis-nexis/lexis-nexis.component.mjs +0 -402
- package/esm2022/lib/components/mfa2/mfa2.component.mjs +0 -285
- package/esm2022/lib/components/security-question/security-question.component.mjs +0 -199
- package/esm2022/lib/models/LexisNexisAccountCreationModel.mjs +0 -2
- package/esm2022/lib/models/LexisNexisAuthSelectionRequestModel.mjs +0 -2
- package/esm2022/lib/models/LexisNexisAuthSelectionResponseModel.mjs +0 -2
- package/esm2022/lib/models/LexisNexisEnabledResponseModel.mjs +0 -2
- package/esm2022/lib/models/LexisNexisResponseModel.mjs +0 -3
- package/esm2022/lib/models/PartialEmploymentModel.mjs +0 -3
- package/esm2022/lib/models/SecurityQuestionModel.mjs +0 -3
- package/esm2022/lib/services/claimant-service/claimant-usps-redirect.service.mjs +0 -36
- package/esm2022/lib/services/lexis-nexis/lexis.nexis.service.mjs +0 -60
- package/esm2022/lib/services/ovp/ovp.service.mjs +0 -43
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts +0 -59
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts.map +0 -1
- package/lib/components/mfa2/mfa2.component.d.ts +0 -48
- package/lib/components/mfa2/mfa2.component.d.ts.map +0 -1
- package/lib/components/security-question/security-question.component.d.ts +0 -37
- package/lib/components/security-question/security-question.component.d.ts.map +0 -1
- package/lib/models/LexisNexisAccountCreationModel.d.ts +0 -15
- package/lib/models/LexisNexisAccountCreationModel.d.ts.map +0 -1
- package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts +0 -16
- package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts.map +0 -1
- package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts +0 -39
- package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts.map +0 -1
- package/lib/models/LexisNexisEnabledResponseModel.d.ts +0 -5
- package/lib/models/LexisNexisEnabledResponseModel.d.ts.map +0 -1
- package/lib/models/LexisNexisResponseModel.d.ts +0 -7
- package/lib/models/LexisNexisResponseModel.d.ts.map +0 -1
- package/lib/models/PartialEmploymentModel.d.ts +0 -6
- package/lib/models/PartialEmploymentModel.d.ts.map +0 -1
- package/lib/models/SecurityQuestionModel.d.ts +0 -7
- package/lib/models/SecurityQuestionModel.d.ts.map +0 -1
- package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts +0 -16
- package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts.map +0 -1
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts +0 -26
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts.map +0 -1
- package/lib/services/ovp/ovp.service.d.ts +0 -17
- package/lib/services/ovp/ovp.service.d.ts.map +0 -1
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { EventEmitter, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { NgForm, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { EmployerSearchResult } from '../../models/EmployerDetailSearchResult';
|
|
4
|
+
import { ValidationService } from '../../services/questionnaire/validation.service';
|
|
5
|
+
import { EmployerInfoComponentModel } from '../../models/EmployerInfoComponentModel';
|
|
6
|
+
import { Subscription } from 'rxjs';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class EmployerInfoComponent implements OnInit {
|
|
9
|
+
formBuilder: UntypedFormBuilder;
|
|
10
|
+
vs: ValidationService;
|
|
11
|
+
selected: boolean;
|
|
12
|
+
indexToEdit: any;
|
|
13
|
+
empToEdit: EmployerInfoComponentModel;
|
|
14
|
+
model: EmployerInfoComponentModel;
|
|
15
|
+
minDate: Date;
|
|
16
|
+
maxDate: Date;
|
|
17
|
+
empDetail: EmployerInfoComponentModel[];
|
|
18
|
+
success: EventEmitter<any>;
|
|
19
|
+
onChangeSubs: Subscription[];
|
|
20
|
+
private onChange;
|
|
21
|
+
private onTouch;
|
|
22
|
+
modelDisplay: EventEmitter<boolean>;
|
|
23
|
+
empPayFormDirective: NgForm;
|
|
24
|
+
empForm: UntypedFormGroup;
|
|
25
|
+
constructor(formBuilder: UntypedFormBuilder, vs: ValidationService);
|
|
26
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
27
|
+
ngOnDestroy(): void;
|
|
28
|
+
writeValue(value: any): void;
|
|
29
|
+
registerOnTouched(onTouch: Function): void;
|
|
30
|
+
ngOnInit(): void;
|
|
31
|
+
registerOnChange(fn: any): void;
|
|
32
|
+
save(): void;
|
|
33
|
+
saveToArray(): void;
|
|
34
|
+
modifyDate(date: string): string;
|
|
35
|
+
cancel(): void;
|
|
36
|
+
addEmployer(): void;
|
|
37
|
+
editEmployerPayment(emp: EmployerInfoComponentModel): void;
|
|
38
|
+
deleteEmployerPayment(rowIndex: any): void;
|
|
39
|
+
initializeEmployerPayInfoForm(): void;
|
|
40
|
+
setEmployer(employer: EmployerSearchResult): void;
|
|
41
|
+
publishEmployerInfo(): void;
|
|
42
|
+
get wcEmpPayName(): import("@angular/forms").AbstractControl<any, any>;
|
|
43
|
+
get employerId(): import("@angular/forms").AbstractControl<any, any>;
|
|
44
|
+
get address(): import("@angular/forms").AbstractControl<any, any>;
|
|
45
|
+
get fromDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
46
|
+
get toDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
47
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EmployerInfoComponent, never>;
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EmployerInfoComponent, "app-employer-info", never, {}, { "success": "success"; "modelDisplay": "modelDisplay"; }, never, never, false, never>;
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=employer-info.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"employer-info.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/employer-info/employer-info.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,YAAY,EAAE,MAAM,EAAU,aAAa,EAAY,MAAM,eAAe,CAAC;AAC1H,OAAO,EAAqB,MAAM,EAAE,kBAAkB,EAAE,gBAAgB,EAAc,MAAM,gBAAgB,CAAC;AAC7G,OAAO,EAAE,oBAAoB,EAAE,MAAM,yCAAyC,CAAC;AAC/E,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;AACpF,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AACrF,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;;AAEpC,qBAaa,qBAAsB,YAAW,MAAM;IAsB/B,WAAW,EAAG,kBAAkB;IAAS,EAAE,EAAG,iBAAiB;IApB3E,QAAQ,EAAE,OAAO,CAAS;IACjC,WAAW,MAAQ;IAEZ,SAAS,6BAAoC;IAC7C,KAAK,EAAE,0BAA0B,CAAQ;IACzC,OAAO,EAAC,IAAI,CAAC;IACb,OAAO,EAAC,IAAI,CAAC;IAEb,SAAS,EAAG,0BAA0B,EAAE,CAAM;IAGrD,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAChD,YAAY,EAAE,YAAY,EAAE,CAAM;IAClC,OAAO,CAAC,QAAQ,CAAmC;IACnD,OAAO,CAAC,OAAO,CAAsB;IAC3B,YAAY,wBAA+B;IAG9C,mBAAmB,EAAE,MAAM,CAAC;IAC5B,OAAO,EAAG,gBAAgB,CAAC;gBACf,WAAW,EAAG,kBAAkB,EAAS,EAAE,EAAG,iBAAiB;IAElF,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAQzC,WAAW;IAMX,UAAU,CAAC,KAAK,EAAE,GAAG;IAMrB,iBAAiB,CAAC,OAAO,EAAE,QAAQ;IAGnC,QAAQ,IAAI,IAAI;IAIhB,gBAAgB,CAAC,EAAE,EAAE,GAAG;IAIxB,IAAI;IASJ,WAAW;IAeX,UAAU,CAAC,IAAI,EAAC,MAAM,GAAI,MAAM;IAKhC,MAAM;IAIN,WAAW;IAIX,mBAAmB,CAAC,GAAG,EAAC,0BAA0B;IAOlD,qBAAqB,CAAC,QAAQ,EAAC,GAAG;IAGlC,6BAA6B;IAmB7B,WAAW,CAAC,QAAQ,EAAG,oBAAoB;IAS3C,mBAAmB;IAInB,IAAI,YAAY,uDAEf;IAED,IAAI,UAAU,uDAEb;IAED,IAAI,OAAO,uDAEV;IAED,IAAI,QAAQ,uDAEX;IAED,IAAI,MAAM,uDAET;yCAxJU,qBAAqB;2CAArB,qBAAqB;CA0JjC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { OnChanges, OnInit, EventEmitter, SimpleChanges, QueryList } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup, NgForm, FormArray, FormGroup, FormControl, ValidatorFn } from '@angular/forms';
|
|
3
|
+
import { EmployerPayInfoModel } from '../../models/EmployerPayInfoModel';
|
|
4
|
+
import { UtilService } from '../../services/util/util.service';
|
|
5
|
+
import { EmployerSearchResult } from '../../models/EmployerDetailSearchResult';
|
|
6
|
+
import { ChoicesModel } from '../../models/AddressComponentModel';
|
|
7
|
+
import { CheckboxChangeEvent } from 'primeng/checkbox';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class EmployerPayComponent implements OnInit, OnChanges {
|
|
10
|
+
util: UtilService;
|
|
11
|
+
formBuilder: UntypedFormBuilder;
|
|
12
|
+
payTypeFormDirective: QueryList<NgForm>;
|
|
13
|
+
success: EventEmitter<any>;
|
|
14
|
+
onClose: EventEmitter<any>;
|
|
15
|
+
empToEdit: EmployerPayInfoModel;
|
|
16
|
+
dynamicParam: any;
|
|
17
|
+
empPayFormDirective: NgForm;
|
|
18
|
+
empPayForm: UntypedFormGroup;
|
|
19
|
+
paymentTypeOptions: ChoicesModel[];
|
|
20
|
+
statesCombo: {
|
|
21
|
+
value: string;
|
|
22
|
+
text: string;
|
|
23
|
+
}[];
|
|
24
|
+
countryCombo: {
|
|
25
|
+
value: string;
|
|
26
|
+
text: string;
|
|
27
|
+
}[];
|
|
28
|
+
constructor(util: UtilService, formBuilder: UntypedFormBuilder);
|
|
29
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
30
|
+
ngOnInit(): void;
|
|
31
|
+
initializeEmployerPayInfoForm(): void;
|
|
32
|
+
save(): void;
|
|
33
|
+
cancel(): void;
|
|
34
|
+
setEmployer(employer: EmployerSearchResult): void;
|
|
35
|
+
get wcEmpPayName(): import("@angular/forms").AbstractControl<any, any>;
|
|
36
|
+
get employerId(): import("@angular/forms").AbstractControl<any, any>;
|
|
37
|
+
get address(): import("@angular/forms").AbstractControl<any, any>;
|
|
38
|
+
get wcEmpPayPhoneNumber(): import("@angular/forms").AbstractControl<any, any>;
|
|
39
|
+
get payTypes(): import("@angular/forms").AbstractControl<any, any>;
|
|
40
|
+
getPayTypeControls(): FormArray;
|
|
41
|
+
initPayType(payType: ChoicesModel): FormGroup<{
|
|
42
|
+
payType: FormControl<ChoicesModel>;
|
|
43
|
+
isChecked: FormControl<any>;
|
|
44
|
+
amount: FormControl<any>;
|
|
45
|
+
}>;
|
|
46
|
+
setValidation(event: CheckboxChangeEvent, fg: FormGroup): void;
|
|
47
|
+
validatePayTypes(): ValidatorFn;
|
|
48
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EmployerPayComponent, never>;
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EmployerPayComponent, "app-employer-pay", never, { "empToEdit": { "alias": "empToEdit"; "required": false; }; "dynamicParam": { "alias": "dynamicParam"; "required": false; }; }, { "success": "success"; "onClose": "onClose"; }, never, never, false, never>;
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=employer-pay.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"employer-pay.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/employer-pay/employer-pay.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAa,YAAY,EAAiB,aAAa,EAAgB,SAAS,EAAE,MAAM,eAAe,CAAC;AAC7I,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,EAAc,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE1I,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AAEzE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,oBAAoB,EAAE,MAAM,yCAAyC,CAAC;AAC/E,OAAO,EAAyB,YAAY,EAAE,MAAM,oCAAoC,CAAC;AACzF,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;;AAEvD,qBAMa,oBAAqB,YAAW,MAAM,EAAE,SAAS;IAwBzC,IAAI,EAAG,WAAW;IAAS,WAAW,EAAG,kBAAkB;IArBvE,oBAAoB,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;IAG/C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGzC,SAAS,uBAA8B;IAGvC,YAAY,EAAE,GAAG,CAAC;IAGlB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,UAAU,EAAG,gBAAgB,CAAC;IAC9B,kBAAkB,EAAG,YAAY,EAAE,CAA6B;IAChE,WAAW;;;QAAyB;IACpC,YAAY;;;QAAsB;gBAEtB,IAAI,EAAG,WAAW,EAAS,WAAW,EAAG,kBAAkB;IAE9E,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAOzC,QAAQ;IAOR,6BAA6B;IAqB7B,IAAI;IAYJ,MAAM;IAIN,WAAW,CAAC,QAAQ,EAAG,oBAAoB;IAS3C,IAAI,YAAY,uDAEf;IAED,IAAI,UAAU,uDAEb;IAED,IAAI,OAAO,uDAEV;IAED,IAAI,mBAAmB,uDAEtB;IAED,IAAI,QAAQ,uDAEX;IAED,kBAAkB,IAAI,SAAS;IAI/B,WAAW,CAAC,OAAO,EAAG,YAAY;;;;;IAQlC,aAAa,CAAC,KAAK,EAAE,mBAAmB,EAAE,EAAE,EAAE,SAAS;IAKxD,gBAAgB,IAAI,WAAW;yCA3HnB,oBAAoB;2CAApB,oBAAoB;CAuIhC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import { LoggerService } from '../../services/logger/logger.service';
|
|
3
|
+
import { EmployerPayInfoModel } from '../../models/EmployerPayInfoModel';
|
|
4
|
+
import { ValidationService } from '../../services/questionnaire/validation.service';
|
|
5
|
+
import { Subscription } from 'rxjs';
|
|
6
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class EmployerPayGridComponent implements OnInit, ControlValueAccessor {
|
|
9
|
+
logger: LoggerService;
|
|
10
|
+
vs: ValidationService;
|
|
11
|
+
selected: boolean;
|
|
12
|
+
indexToEdit: any;
|
|
13
|
+
display: boolean;
|
|
14
|
+
activeIndex: number;
|
|
15
|
+
showDuplicatePopup: boolean;
|
|
16
|
+
employer: EmployerPayInfoModel;
|
|
17
|
+
selectedEmployer: EmployerPayInfoModel;
|
|
18
|
+
employerPay: EmployerPayInfoModel[];
|
|
19
|
+
dynamicParam: any;
|
|
20
|
+
modelDisplay: EventEmitter<boolean>;
|
|
21
|
+
private onChange;
|
|
22
|
+
private onTouch;
|
|
23
|
+
onChangeSubs: Subscription[];
|
|
24
|
+
isDisabled: boolean;
|
|
25
|
+
constructor(logger: LoggerService, vs: ValidationService);
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
ngOnDestroy(): void;
|
|
28
|
+
writeValue(value: any): void;
|
|
29
|
+
registerOnChange(fn: any): void;
|
|
30
|
+
registerOnTouched(onTouch: Function): void;
|
|
31
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
32
|
+
deleteEmployerPayment(employer: any): void;
|
|
33
|
+
editDuplicateEmployer(): void;
|
|
34
|
+
editEmployerPayment(employer: any): void;
|
|
35
|
+
addEmployerPay(): Promise<void>;
|
|
36
|
+
close(): void;
|
|
37
|
+
checkForDuplicate(employer: any): boolean;
|
|
38
|
+
addEmployerPayment(employer: any): void;
|
|
39
|
+
publishEmployer(): void;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EmployerPayGridComponent, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EmployerPayGridComponent, "app-employer-pay-grid", never, { "dynamicParam": { "alias": "dynamicParam"; "required": false; }; }, { "modelDisplay": "modelDisplay"; }, never, never, false, never>;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=employer-pay-grid.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"employer-pay-grid.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/employer-pay-grid/employer-pay-grid.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,YAAY,EAAoE,MAAM,eAAe,CAAC;AAClI,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;AACpF,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;;AAEzE,qBAaa,wBAAyB,YAAW,MAAM,EAAE,oBAAoB;IAiBxD,MAAM,EAAE,aAAa;IAAS,EAAE,EAAE,iBAAiB;IAhB/D,QAAQ,EAAE,OAAO,CAAS;IACjC,WAAW,MAAQ;IACnB,OAAO,EAAE,OAAO,CAAC;IACV,WAAW,EAAG,MAAM,CAAQ;IACnC,kBAAkB,EAAG,OAAO,CAAS;IACrC,QAAQ,EAAE,oBAAoB,CAAC;IAC/B,gBAAgB,EAAE,oBAAoB,CAAC;IACvC,WAAW,EAAG,oBAAoB,EAAE,CAAM;IAEnC,YAAY,EAAE,GAAG,CAAC;IACf,YAAY,wBAA+B;IACrD,OAAO,CAAC,QAAQ,CAAmC;IACnD,OAAO,CAAC,OAAO,CAAsB;IACrC,YAAY,EAAE,YAAY,EAAE,CAAM;IAClC,UAAU,UAAS;gBAEA,MAAM,EAAE,aAAa,EAAS,EAAE,EAAE,iBAAiB;IAGtE,QAAQ;IAIR,WAAW;IAMX,UAAU,CAAC,KAAK,EAAE,GAAG;IAOrB,gBAAgB,CAAC,EAAE,EAAE,GAAG;IAKxB,iBAAiB,CAAC,OAAO,EAAE,QAAQ;IAInC,gBAAgB,CAAC,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAI5C,qBAAqB,CAAC,QAAQ,KAAA;IAM9B,qBAAqB;IAOrB,mBAAmB,CAAC,QAAQ,KAAA;IAQtB,cAAc;IAKpB,KAAK;IASL,iBAAiB,CAAC,QAAQ,KAAA;IAe1B,kBAAkB,CAAC,QAAQ,KAAA;IAoB3B,eAAe;yCAxHJ,wBAAwB;2CAAxB,wBAAwB;CA2HpC"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { UntypedFormControl, NgForm } from '@angular/forms';
|
|
2
|
+
import { UntypedFormControl, NgForm, FormArray } from '@angular/forms';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class ErrorComponent implements OnInit {
|
|
5
5
|
formControl: UntypedFormControl;
|
|
6
|
+
formArray: FormArray;
|
|
6
7
|
ngForm: NgForm;
|
|
7
8
|
errDef: any;
|
|
8
9
|
class: string;
|
|
@@ -13,6 +14,6 @@ export declare class ErrorComponent implements OnInit {
|
|
|
13
14
|
errorMessage: string;
|
|
14
15
|
buildErrors(): boolean;
|
|
15
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorComponent, "app-error", never, { "formControl": { "alias": "field"; "required": false; }; "ngForm": { "alias": "form"; "required": false; }; "errDef": { "alias": "errDef"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, never, false, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorComponent, "app-error", never, { "formControl": { "alias": "field"; "required": false; }; "formArray": { "alias": "formArray"; "required": false; }; "ngForm": { "alias": "form"; "required": false; }; "errDef": { "alias": "errDef"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, never, false, never>;
|
|
17
18
|
}
|
|
18
19
|
//# sourceMappingURL=error.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/error/error.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,kBAAkB,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;;
|
|
1
|
+
{"version":3,"file":"error.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/error/error.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,kBAAkB,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;;AAGvE,qBAMa,cAAe,YAAW,MAAM;IAG3C,WAAW,EAAG,kBAAkB,CAAC;IAGjC,SAAS,EAAG,SAAS,CAAC;IAGtB,MAAM,EAAG,MAAM,CAAC;IAGhB,MAAM,EAAE,GAAG,CAAC;IAGZ,KAAK,EAAG,MAAM,CAAC;;IAIf,QAAQ;IAER,OAAO;IAkBP,aAAa,QAAM;IACnB,YAAY,SAAM;IAElB,WAAW,IAAI,OAAO;yCA1CX,cAAc;2CAAd,cAAc;CA0E1B"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { ChoicesModel } from '../../models/AddressComponentModel';
|
|
3
|
+
import { AbstractControl, FormBuilder, FormGroup, ControlValueAccessor, Validator, NgForm, FormArray } from '@angular/forms';
|
|
4
|
+
import { Subscription } from 'rxjs';
|
|
5
|
+
import { FarmUsageComponentModel } from '../../models/FarmUsageComponentModel';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class FarmUsageComponent implements ControlValueAccessor, OnInit, Validator, OnChanges {
|
|
8
|
+
private fb;
|
|
9
|
+
farmUsageFormDirective: NgForm;
|
|
10
|
+
farmUsageForm: FormGroup;
|
|
11
|
+
usageTypes: ChoicesModel[];
|
|
12
|
+
onTouched: Function;
|
|
13
|
+
onChangeSubs: Subscription[];
|
|
14
|
+
constructor(fb: FormBuilder);
|
|
15
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
initFarmUsageForm(): void;
|
|
18
|
+
addFarm(): void;
|
|
19
|
+
registerOnChange(onChange: any): void;
|
|
20
|
+
registerOnTouched(onTouched: Function): void;
|
|
21
|
+
setDisabledState(disabled: boolean): void;
|
|
22
|
+
ngOnDestroy(): void;
|
|
23
|
+
writeValue(formValue: FarmUsageComponentModel): void;
|
|
24
|
+
validate(control: AbstractControl): any;
|
|
25
|
+
get farmFormArray(): FormArray<any>;
|
|
26
|
+
get usageType(): AbstractControl<any, any>;
|
|
27
|
+
get farmKind(): AbstractControl<any, any>;
|
|
28
|
+
get acresHead(): AbstractControl<any, any>;
|
|
29
|
+
submit(): void;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FarmUsageComponent, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FarmUsageComponent, "app-farm-usage", never, {}, {}, never, never, false, never>;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=farm-usage.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"farm-usage.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/farm-usage/farm-usage.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAE,aAAa,EAAY,MAAM,eAAe,CAAC;AACtF,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAElE,OAAO,EAAE,eAAe,EAAE,WAAW,EAAqB,SAAS,EAAE,oBAAoB,EAAE,SAAS,EAAiB,MAAM,EAAE,SAAS,EAAC,MAAM,gBAAgB,CAAC;AAC9J,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,uBAAuB,EAAE,MAAM,sCAAsC,CAAC;;AAI/E,qBAgBa,kBAAmB,YAAW,oBAAoB,EAAE,MAAM,EAAE,SAAS,EAAE,SAAS;IAW/E,OAAO,CAAC,EAAE;IAPf,sBAAsB,EAAE,MAAM,CAAC;IACtC,aAAa,EAAE,SAAS,CAAC;IAEzB,UAAU,EAAE,YAAY,EAAE,CAA0B;IACpD,SAAS,EAAE,QAAQ,CAAa;IAChC,YAAY,EAAE,YAAY,EAAE,CAAM;gBAEd,EAAE,EAAE,WAAW;IAInC,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAIzC,QAAQ;IAQR,iBAAiB;IAOjB,OAAO;IAUP,gBAAgB,CAAC,QAAQ,EAAE,GAAG;IAK9B,iBAAiB,CAAC,SAAS,EAAE,QAAQ;IAIrC,gBAAgB,CAAC,QAAQ,EAAE,OAAO;IASlC,WAAW;IAMX,UAAU,CAAC,SAAS,EAAE,uBAAuB;IAM7C,QAAQ,CAAC,OAAO,EAAE,eAAe;IAMjC,IAAI,aAAa,mBAEhB;IAED,IAAI,SAAS,8BAGZ;IAED,IAAI,QAAQ,8BAGX;IAED,IAAI,SAAS,8BAGZ;IAED,MAAM;yCAnGK,kBAAkB;2CAAlB,kBAAkB;CAwG9B"}
|
|
@@ -11,6 +11,7 @@ export declare class FileUploaderComponent implements OnInit, ControlValueAccess
|
|
|
11
11
|
private fs;
|
|
12
12
|
toastController: ToastController;
|
|
13
13
|
private cs;
|
|
14
|
+
imageBase64: string | null;
|
|
14
15
|
private DEFAULT_SINGLE_FILE_LIMIT;
|
|
15
16
|
private DEFAULT_FILE_SIZE_IN_MB;
|
|
16
17
|
private FILE_UPLOAD_ACTION_NAME;
|
|
@@ -23,10 +24,13 @@ export declare class FileUploaderComponent implements OnInit, ControlValueAccess
|
|
|
23
24
|
mapOfFiles: Map<File, string>;
|
|
24
25
|
allowedFileType: string;
|
|
25
26
|
multiple: boolean;
|
|
27
|
+
proofOfAnything: boolean;
|
|
28
|
+
context: string;
|
|
26
29
|
showSeparateAttachButton: boolean;
|
|
27
30
|
noOfFilesToUpload: number;
|
|
28
31
|
maxSizeInMB: number;
|
|
29
32
|
uploadFileForm: UntypedFormGroup;
|
|
33
|
+
imageHtml: string;
|
|
30
34
|
constructor(formBuilder: UntypedFormBuilder, util: UtilService, fs: DmsService, toastController: ToastController, cs: CaptchaService);
|
|
31
35
|
get uploadFileCtrl(): import("@angular/forms").AbstractControl<any, any>;
|
|
32
36
|
ngOnInit(): void;
|
|
@@ -43,6 +47,6 @@ export declare class FileUploaderComponent implements OnInit, ControlValueAccess
|
|
|
43
47
|
success(msg: any): void;
|
|
44
48
|
error(msg: any): void;
|
|
45
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploaderComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploaderComponent, "app-file-uploader", never, { "allowedFileType": { "alias": "allowedFileType"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "showSeparateAttachButton": { "alias": "showSeparateAttachButton"; "required": false; }; "noOfFilesToUpload": { "alias": "noOfFilesToUpload"; "required": false; }; "maxSizeInMB": { "alias": "maxSizeInMB"; "required": false; }; }, { "upload": "upload"; "files": "files"; }, never, never, false, never>;
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploaderComponent, "app-file-uploader", never, { "allowedFileType": { "alias": "allowedFileType"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "proofOfAnything": { "alias": "proofOfAnything"; "required": false; }; "context": { "alias": "context"; "required": false; }; "showSeparateAttachButton": { "alias": "showSeparateAttachButton"; "required": false; }; "noOfFilesToUpload": { "alias": "noOfFilesToUpload"; "required": false; }; "maxSizeInMB": { "alias": "maxSizeInMB"; "required": false; }; }, { "upload": "upload"; "files": "files"; }, never, never, false, never>;
|
|
47
51
|
}
|
|
48
52
|
//# sourceMappingURL=file-uploader.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file-uploader.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/file-uploader/file-uploader.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAA+B,SAAS,EAAE,aAAa,EAAa,MAAM,eAAe,CAAC;AAClI,OAAO,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,EAAiC,MAAM,gBAAgB,CAAC;AACnI,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AACxE,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;;AAIpE,qBAUa,qBAAsB,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"file-uploader.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/file-uploader/file-uploader.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAA+B,SAAS,EAAE,aAAa,EAAa,MAAM,eAAe,CAAC;AAClI,OAAO,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,EAAiC,MAAM,gBAAgB,CAAC;AACnI,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AACxE,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;;AAIpE,qBAUa,qBAAsB,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS;IAoDhE,WAAW,EAAE,kBAAkB;IAAE,OAAO,CAAC,IAAI;IAAe,OAAO,CAAC,EAAE;IAChF,eAAe,EAAE,eAAe;IAAE,OAAO,CAAC,EAAE;IAnDrD,WAAW,EAAE,MAAM,GAAG,IAAI,CAAQ;IAElC,OAAO,CAAC,yBAAyB,CAAK;IAEtC,OAAO,CAAC,uBAAuB,CAAK;IAEpC,OAAO,CAAC,uBAAuB,CAAiB;IAEzC,YAAY,UAAS;IAGrB,uBAAuB,EAAE,MAAM,CAAC;IAGvC,MAAM,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAG/C,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC,CAAsB;IAEjC,SAAS,MAAC;IAErC,KAAK,EAAE,IAAI,EAAE,CAAM;IAEnB,UAAU,EAAE,GAAG,CAAC,IAAI,EAAE,MAAM,CAAC,CAAa;IAG1C,eAAe,EAAE,MAAM,CAAC;IAGxB,QAAQ,EAAE,OAAO,CAAS;IAG1B,eAAe,EAAE,OAAO,CAAS;IAGjC,OAAO,EAAE,MAAM,CAAC;IAGhB,wBAAwB,EAAE,OAAO,CAAS;IAG1C,iBAAiB,EAAE,MAAM,CAAkC;IAG3D,WAAW,EAAE,MAAM,CAAgC;IAG5C,cAAc,EAAE,gBAAgB,CAAC;IACxC,SAAS,EAAE,MAAM,CAAC;gBAEC,WAAW,EAAE,kBAAkB,EAAU,IAAI,EAAE,WAAW,EAAU,EAAE,EAAE,UAAU,EAC5F,eAAe,EAAE,eAAe,EAAU,EAAE,EAAE,cAAc;IAMrE,IAAI,cAAc,uDAEjB;IAGD,QAAQ;IAGR,OAAO,CAAC,QAAQ,CAEd;IACF,OAAO,CAAC,OAAO,CAEb;IACF,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,IAAI;IAG1B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAKhC,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAIzC,UAAU,CAAC,KAAK,KAAA;IA6EhB,eAAe,CAAC,YAAY,KAAA;IAiC5B,WAAW,CAAC,GAAG,EAAE,MAAM;IAIjB,YAAY,CAAC,GAAG,KAAA,EAAE,KAAK,KAAA;IAU7B,OAAO,CAAC,GAAG,KAAA;IAIX,KAAK,CAAC,GAAG,KAAA;yCAzNE,qBAAqB;2CAArB,qBAAqB;CA6NjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"footer.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/footer/footer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAK7C,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AACxE,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;;AAE/D,qBAKa,eAAgB,YAAW,MAAM;IAUzB,KAAK,EAAE,iBAAiB;IAAE,OAAO,CAAC,OAAO;IACzC,IAAI,EAAE,WAAW;IAAS,WAAW,EAAE,WAAW;IAAE,OAAO,CAAC,EAAE;IACrE,OAAO,CAAC,EAAE;IAAmB,OAAO,CAAC,GAAG;IAT7C,QAAQ,EAAG,OAAO,CAAS;IAE3B,UAAU,MAAC;IAEX,UAAU,MAA2B;IACrC,WAAW,EAAG,OAAO,CAA0C;IAC/D,WAAW,EAAE,KAAK,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAC,CAAC,CAAA;gBACnC,KAAK,EAAE,iBAAiB,EAAU,OAAO,EAAE,cAAc,EACzD,IAAI,EAAE,WAAW,EAAS,WAAW,EAAE,WAAW,EAAU,EAAE,EAAE,YAAY,EAC3E,EAAE,EAAG,cAAc,EAAU,GAAG,EAAE,aAAa;IAEnE,QAAQ;
|
|
1
|
+
{"version":3,"file":"footer.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/footer/footer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAK7C,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AACxE,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;;AAE/D,qBAKa,eAAgB,YAAW,MAAM;IAUzB,KAAK,EAAE,iBAAiB;IAAE,OAAO,CAAC,OAAO;IACzC,IAAI,EAAE,WAAW;IAAS,WAAW,EAAE,WAAW;IAAE,OAAO,CAAC,EAAE;IACrE,OAAO,CAAC,EAAE;IAAmB,OAAO,CAAC,GAAG;IAT7C,QAAQ,EAAG,OAAO,CAAS;IAE3B,UAAU,MAAC;IAEX,UAAU,MAA2B;IACrC,WAAW,EAAG,OAAO,CAA0C;IAC/D,WAAW,EAAE,KAAK,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAC,CAAC,CAAA;gBACnC,KAAK,EAAE,iBAAiB,EAAU,OAAO,EAAE,cAAc,EACzD,IAAI,EAAE,WAAW,EAAS,WAAW,EAAE,WAAW,EAAU,EAAE,EAAE,YAAY,EAC3E,EAAE,EAAG,cAAc,EAAU,GAAG,EAAE,aAAa;IAEnE,QAAQ;IAuBR,IAAI;IAYE,qBAAqB,CAAC,KAAK,KAAA;IAW3B,sBAAsB,CAAC,KAAK,KAAA;IAW5B,2BAA2B,CAAC,KAAK,KAAA;IAWvC,SAAS,CAAC,UAAU,KAAA;IAIpB,iBAAiB;yCAtFN,eAAe;2CAAf,eAAe;CA0F3B"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { AbstractControl, ControlValueAccessor, FormArray, FormBuilder, FormGroup, NgForm, Validator } from '@angular/forms';
|
|
3
|
+
import { Subscription } from 'rxjs';
|
|
4
|
+
import { ClaimService } from '../../services/claims/claims.service';
|
|
5
|
+
import { LoggerService } from '../../services/logger/logger.service';
|
|
6
|
+
import { LoginService } from '../../services/login/login.service';
|
|
7
|
+
import { CheckboxChangeEvent } from 'primeng/checkbox';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class GrossEarningsComponent implements ControlValueAccessor, OnInit, Validator, OnChanges {
|
|
10
|
+
private fb;
|
|
11
|
+
logger: LoggerService;
|
|
12
|
+
ls: LoginService;
|
|
13
|
+
claimsService: ClaimService;
|
|
14
|
+
grossEarningsForm: FormGroup;
|
|
15
|
+
grossEarningsFormDirective: NgForm;
|
|
16
|
+
showProgressBar: boolean;
|
|
17
|
+
onTouched: Function;
|
|
18
|
+
onChangeSubs: Subscription[];
|
|
19
|
+
checkbox: boolean;
|
|
20
|
+
checkboxWithStringValue: string;
|
|
21
|
+
constructor(fb: FormBuilder, logger: LoggerService, ls: LoginService, claimsService: ClaimService);
|
|
22
|
+
writeValue(value: any): void;
|
|
23
|
+
registerOnChange(onChange: any): void;
|
|
24
|
+
registerOnTouched(onTouched: Function): void;
|
|
25
|
+
setDisabledState(disabled: boolean): void;
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
change(event: CheckboxChangeEvent, formRow: FormGroup): void;
|
|
28
|
+
loadRetroWeeksDataForSsn(): void;
|
|
29
|
+
initGrossEarningsForm(len: number): void;
|
|
30
|
+
addgrossEarning(): void;
|
|
31
|
+
validate(control: AbstractControl): any;
|
|
32
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
33
|
+
get grossEarningsFormArray(): FormArray<any>;
|
|
34
|
+
get cweDate(): AbstractControl<any, any>;
|
|
35
|
+
get weekDisplay(): AbstractControl<any, any>;
|
|
36
|
+
get hoursWorked(): AbstractControl<any, any>;
|
|
37
|
+
get earnings(): AbstractControl<any, any>;
|
|
38
|
+
get weekSelected(): AbstractControl<any, any>;
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GrossEarningsComponent, never>;
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GrossEarningsComponent, "app-gross-earnings", never, {}, {}, never, never, false, never>;
|
|
41
|
+
}
|
|
42
|
+
//# sourceMappingURL=gross-earnings.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gross-earnings.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/gross-earnings/gross-earnings.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAE,aAAa,EAAa,MAAM,eAAe,CAAC;AACvF,OAAO,EAAE,eAAe,EAAE,oBAAoB,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAoC,MAAM,EAAoB,SAAS,EAAc,MAAM,gBAAgB,CAAC;AAE7L,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAGpC,OAAO,EAAE,YAAY,EAAE,MAAM,sCAAsC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;;AAEvD,qBAgBa,sBAAuB,YAAW,oBAAoB,EAAE,MAAM,EAAE,SAAS,EAAE,SAAS;IAWnF,OAAO,CAAC,EAAE;IAAsB,MAAM,EAAE,aAAa;IAAS,EAAE,EAAE,YAAY;IAAS,aAAa,EAAG,YAAY;IAV/H,iBAAiB,EAAE,SAAS,CAAC;IAEtB,0BAA0B,EAAE,MAAM,CAAC;IACnC,eAAe,UAAS;IAC/B,SAAS,EAAE,QAAQ,CAAa;IAChC,YAAY,EAAE,YAAY,EAAE,CAAM;IAElC,QAAQ,EAAE,OAAO,CAAS;IAC1B,uBAAuB,EAAE,MAAM,CAAM;gBAEjB,EAAE,EAAE,WAAW,EAAS,MAAM,EAAE,aAAa,EAAS,EAAE,EAAE,YAAY,EAAS,aAAa,EAAG,YAAY;IAG/H,UAAU,CAAC,KAAK,EAAE,GAAG;IAIrB,gBAAgB,CAAC,QAAQ,EAAE,GAAG;IAK9B,iBAAiB,CAAC,SAAS,EAAE,QAAQ;IAIrC,gBAAgB,CAAC,QAAQ,EAAE,OAAO;IAQlC,QAAQ;IASR,MAAM,CAAC,KAAK,EAAE,mBAAmB,EAAE,OAAO,EAAE,SAAS;IAMrD,wBAAwB;IAuBxB,qBAAqB,CAAC,GAAG,EAAG,MAAM;IAMlC,eAAe;IAWf,QAAQ,CAAC,OAAO,EAAE,eAAe;IAMjC,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAIzC,IAAI,sBAAsB,mBAEzB;IAED,IAAI,OAAO,8BAEV;IAED,IAAI,WAAW,8BAEd;IAED,IAAI,WAAW,8BAEd;IAED,IAAI,QAAQ,8BAEX;IAED,IAAI,YAAY,8BAEf;yCA1HU,sBAAsB;2CAAtB,sBAAsB;CA2HlC"}
|
|
@@ -26,19 +26,23 @@ export declare class HeaderComponent extends BasePage implements OnInit {
|
|
|
26
26
|
items: MenuItem[];
|
|
27
27
|
searchText: any;
|
|
28
28
|
results: ClaimantModel[];
|
|
29
|
+
contextRoot: string;
|
|
29
30
|
title: string;
|
|
30
31
|
pageId: string;
|
|
31
32
|
secondToolbar: boolean;
|
|
32
33
|
displayLogo: boolean;
|
|
33
34
|
showHistory: boolean;
|
|
34
35
|
backPage: string;
|
|
36
|
+
context: string;
|
|
35
37
|
showNotificationLoader: boolean;
|
|
36
38
|
legacyMenu: any;
|
|
39
|
+
interimHomePage: any;
|
|
37
40
|
showProfilePopup: boolean;
|
|
38
41
|
showjobSearchResultPopup: boolean;
|
|
42
|
+
showLanguageOption: any;
|
|
39
43
|
constructor(ls: LoginService, util: UtilService, r: Router, popup: PopoverController, cs: ClaimantService, nav: NavController, modalController: ModalController, ns: NotificationService, hs: HelpService, translateService: TranslateService);
|
|
40
44
|
ngOnInit(): void;
|
|
41
|
-
|
|
45
|
+
getContextRoot(): string;
|
|
42
46
|
setMenuItems(language: string): void;
|
|
43
47
|
getIcon(selectedLang: string, language: string): string;
|
|
44
48
|
setLanguage(language: string, name: string): void;
|
|
@@ -46,6 +50,17 @@ export declare class HeaderComponent extends BasePage implements OnInit {
|
|
|
46
50
|
presentMyNotificationPopover(event: any): Promise<void>;
|
|
47
51
|
logout(): void;
|
|
48
52
|
openWeeklies(): void;
|
|
53
|
+
openAuditDashboard(): void;
|
|
54
|
+
openAuditorWorkList(): void;
|
|
55
|
+
openUploadDocuments(): void;
|
|
56
|
+
openSupervisorMyQ(): void;
|
|
57
|
+
openSupervisorInquiry(): void;
|
|
58
|
+
openSupervisorReferrals(): void;
|
|
59
|
+
openSupervisorConfig(): void;
|
|
60
|
+
openSupervisorAnalytics(): void;
|
|
61
|
+
openSupervisorAssign(): void;
|
|
62
|
+
openSupervisorTeam(): void;
|
|
63
|
+
openQuestionnaire(): void;
|
|
49
64
|
openHome(): void;
|
|
50
65
|
search(event: any): void;
|
|
51
66
|
private isNumber;
|
|
@@ -55,10 +70,7 @@ export declare class HeaderComponent extends BasePage implements OnInit {
|
|
|
55
70
|
getClass(name: any): "" | "header-button";
|
|
56
71
|
openContextHelp(): void;
|
|
57
72
|
changeLanguage(event: any): Promise<void>;
|
|
58
|
-
get homeLabel(): any;
|
|
59
|
-
get weeklyLabel(): any;
|
|
60
|
-
get historyLabel(): any;
|
|
61
73
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
|
|
62
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "app-header", never, { "title": { "alias": "title"; "required": false; }; "pageId": { "alias": "pageId"; "required": false; }; "secondToolbar": { "alias": "secondToolbar"; "required": false; }; "displayLogo": { "alias": "displayLogo"; "required": false; }; "showHistory": { "alias": "showHistory"; "required": false; }; "backPage": { "alias": "backPage"; "required": false; }; }, {}, never, ["*", "*"], false, never>;
|
|
74
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "app-header", never, { "title": { "alias": "title"; "required": false; }; "pageId": { "alias": "pageId"; "required": false; }; "secondToolbar": { "alias": "secondToolbar"; "required": false; }; "displayLogo": { "alias": "displayLogo"; "required": false; }; "showHistory": { "alias": "showHistory"; "required": false; }; "backPage": { "alias": "backPage"; "required": false; }; "context": { "alias": "context"; "required": false; }; }, {}, never, ["*", "*"], false, never>;
|
|
63
75
|
}
|
|
64
76
|
//# sourceMappingURL=header.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"header.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/header/header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEnF,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AAGpE,OAAO,EAAE,eAAe,EAAE,MAAM,0CAA0C,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kDAAkD,CAAC;AACvF,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;;AAE/D,qBAKa,eAAgB,SAAQ,QAAS,YAAW,MAAM;
|
|
1
|
+
{"version":3,"file":"header.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/header/header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEnF,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AAGpE,OAAO,EAAE,eAAe,EAAE,MAAM,0CAA0C,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kDAAkD,CAAC;AACvF,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;;AAE/D,qBAKa,eAAgB,SAAQ,QAAS,YAAW,MAAM;IAoC1C,EAAE,EAAG,YAAY;IAAS,IAAI,EAAG,WAAW;IAAS,CAAC,EAAG,MAAM;IAAS,KAAK,EAAE,iBAAiB;IAChG,EAAE,EAAG,eAAe;IAAE,OAAO,CAAC,GAAG;IAAyB,eAAe,EAAE,eAAe;IAC1F,EAAE,EAAG,mBAAmB;IAAS,EAAE,EAAE,WAAW;IAAS,gBAAgB,EAAG,gBAAgB;IApC/G,KAAK,EAAE,QAAQ,EAAE,CAAC;IAElB,UAAU,MAAC;IAEX,OAAO,EAAE,aAAa,EAAE,CAAC;IAEzB,WAAW,EAAC,MAAM,CAAC;IAEH,KAAK,EAAE,MAAM,CAAC;IAEb,MAAM,EAAE,MAAM,CAAC;IAER,aAAa,EAAE,OAAO,CAAS;IAEjC,WAAW,EAAE,OAAO,CAAS;IAE7B,WAAW,EAAE,OAAO,CAAS;IAEhC,QAAQ,EAAE,MAAM,CAAC;IAElB,OAAO,EAAE,MAAM,CAAC;IAE3B,sBAAsB,UAAS;IAE/B,UAAU,MAA2B;IAErC,eAAe,MAAgC;IAE/C,gBAAgB,EAAG,OAAO,CAAS;IAEnC,wBAAwB,EAAG,OAAO,CAAS;IAE3C,kBAAkB,MAAqC;gBAE3C,EAAE,EAAG,YAAY,EAAS,IAAI,EAAG,WAAW,EAAS,CAAC,EAAG,MAAM,EAAS,KAAK,EAAE,iBAAiB,EAChG,EAAE,EAAG,eAAe,EAAU,GAAG,EAAG,aAAa,EAAS,eAAe,EAAE,eAAe,EAC1F,EAAE,EAAG,mBAAmB,EAAS,EAAE,EAAE,WAAW,EAAS,gBAAgB,EAAG,gBAAgB;IAI/G,QAAQ;IAcR,cAAc;IAKd,YAAY,CAAC,QAAQ,EAAG,MAAM;IAoB9B,OAAO,CAAC,YAAY,EAAG,MAAM,EAAE,QAAQ,EAAG,MAAM;IAQhD,WAAW,CAAC,QAAQ,EAAG,MAAM,EAAE,IAAI,EAAG,MAAM;IAOtC,uBAAuB,CAAC,KAAK,KAAA;IAkB7B,4BAA4B,CAAC,KAAK,KAAA;IAgBxC,MAAM;IAKN,YAAY;IAOZ,kBAAkB;IAYlB,mBAAmB;IAInB,mBAAmB;IAInB,iBAAiB;IAMjB,qBAAqB;IAIrB,uBAAuB;IAQvB,oBAAoB;IAIpB,uBAAuB;IASvB,oBAAoB;IAIpB,kBAAkB;IAIlB,iBAAiB;IAQjB,QAAQ;IAeR,MAAM,CAAC,KAAK,KAAA;IA2BZ,OAAO,CAAC,QAAQ;IAIhB,cAAc,CAAC,KAAK,EAAG,uBAAuB;IAW9C,eAAe;IAMf,QAAQ,CAAC,WAAW,KAAA,EAAE,GAAG,KAAA;IAWzB,QAAQ,CAAC,IAAI,KAAA;IAMb,eAAe;IAIT,cAAc,CAAC,KAAK,KAAA;yCArSf,eAAe;2CAAf,eAAe;CAwS3B"}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { NavController } from '@ionic/angular';
|
|
3
|
+
import { HelpService } from '../../services/help/help.service';
|
|
4
|
+
import { EmployerDataModel } from '../../models/fileupload/EmployerDataModel';
|
|
5
|
+
import { LoggerService } from '../../services/logger/logger.service';
|
|
6
|
+
import { QuestionnaireQueryModel } from '../../models/questionnaire/QuestionnaireQueryModel';
|
|
7
|
+
import { LoginService } from '../../services/login/login.service';
|
|
8
|
+
import { HistoryModel, YearWiseHistory } from '../../models/dashboard-model';
|
|
9
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
10
|
+
import { UtilService } from '../../services/util/util.service';
|
|
11
|
+
import { ActivatedRoute } from '@angular/router';
|
|
12
|
+
import { EventService } from '../../services/event-service/event-service';
|
|
13
|
+
import * as i0 from "@angular/core";
|
|
14
|
+
export declare class HistoryPageComponent implements OnInit {
|
|
15
|
+
private es;
|
|
16
|
+
hs: HelpService;
|
|
17
|
+
private util;
|
|
18
|
+
private nav;
|
|
19
|
+
ls: LoginService;
|
|
20
|
+
private translate;
|
|
21
|
+
private logger;
|
|
22
|
+
private activatedRoute;
|
|
23
|
+
selectedModel: HistoryModel;
|
|
24
|
+
isLoading: boolean;
|
|
25
|
+
histories: YearWiseHistory[];
|
|
26
|
+
filteredHistories: YearWiseHistory[];
|
|
27
|
+
filterOptions: any[];
|
|
28
|
+
timeOption: any[];
|
|
29
|
+
value: {
|
|
30
|
+
icon: any;
|
|
31
|
+
desc: string;
|
|
32
|
+
value: string;
|
|
33
|
+
};
|
|
34
|
+
time: {
|
|
35
|
+
icon: string;
|
|
36
|
+
desc: string;
|
|
37
|
+
value: string;
|
|
38
|
+
};
|
|
39
|
+
filter: {
|
|
40
|
+
icon: any;
|
|
41
|
+
desc: string;
|
|
42
|
+
value: string;
|
|
43
|
+
altDesc: string;
|
|
44
|
+
};
|
|
45
|
+
filterIcon: string;
|
|
46
|
+
paymentText: string;
|
|
47
|
+
qeQueryModels: QuestionnaireQueryModel[];
|
|
48
|
+
isOpenQe: boolean;
|
|
49
|
+
showOlderRecordsLink: boolean;
|
|
50
|
+
transactionIdSelected: any;
|
|
51
|
+
showUploadPopup: boolean;
|
|
52
|
+
uploadTypeId: String;
|
|
53
|
+
employerDataModel: Array<EmployerDataModel>;
|
|
54
|
+
count: number;
|
|
55
|
+
dataModel: any;
|
|
56
|
+
constructor(es: EventService, hs: HelpService, util: UtilService, nav: NavController, ls: LoginService, translate: TranslateService, logger: LoggerService, activatedRoute: ActivatedRoute);
|
|
57
|
+
ngOnInit(): void;
|
|
58
|
+
getCurrentYearHistory(): void;
|
|
59
|
+
getIcon(history: HistoryModel): any[];
|
|
60
|
+
private loadHistory;
|
|
61
|
+
handleChange(event: any): void;
|
|
62
|
+
getFilteredHistories(histories: YearWiseHistory[], filter: string): YearWiseHistory[];
|
|
63
|
+
ionViewWillLeave(): void;
|
|
64
|
+
ionViewDidEnter(): void;
|
|
65
|
+
isValueSelected(history: HistoryModel, count: any): boolean;
|
|
66
|
+
open(historyModel: HistoryModel): void;
|
|
67
|
+
openOldRecords(): void;
|
|
68
|
+
private createQeQueryModel;
|
|
69
|
+
closeQe(): void;
|
|
70
|
+
quSuccess(): void;
|
|
71
|
+
closeUploadPopup(): void;
|
|
72
|
+
uploadPopupDone(): void;
|
|
73
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HistoryPageComponent, never>;
|
|
74
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HistoryPageComponent, "app-history-page", never, {}, {}, never, never, false, never>;
|
|
75
|
+
}
|
|
76
|
+
export declare class KeyValueModel {
|
|
77
|
+
key: string;
|
|
78
|
+
value: string;
|
|
79
|
+
}
|
|
80
|
+
//# sourceMappingURL=history-page.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"history-page.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/history-page/history-page.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAG/C,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,2CAA2C,CAAC;AAE9E,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,uBAAuB,EAAE,MAAM,oDAAoD,CAAC;AAC7F,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAE7E,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAEjD,OAAO,EAAE,YAAY,EAAE,MAAM,4CAA4C,CAAC;;AAK1E,qBAMa,oBAAqB,YAAW,MAAM;IAuBrC,OAAO,CAAC,EAAE;IAAuB,EAAE,EAAE,WAAW;IAAE,OAAO,CAAC,IAAI;IACxE,OAAO,CAAC,GAAG;IAAwB,EAAE,EAAE,YAAY;IAAE,OAAO,CAAC,SAAS;IAAoB,OAAO,CAAC,MAAM;IACxG,OAAO,CAAC,cAAc;IAvBxB,aAAa,EAAE,YAAY,CAAC;IAC5B,SAAS,UAAS;IAClB,SAAS,EAAE,eAAe,EAAE,CAAC;IAC7B,iBAAiB,EAAE,eAAe,EAAE,CAAC;IACrC,aAAa,EAAE,GAAG,EAAE,CAAC;IACrB,UAAU,EAAE,GAAG,EAAE,CAAC;IAClB,KAAK;;;;MAA6C;IAClD,IAAI;;;;MAAqD;IACzD,MAAM;;;;;MAA0E;IAChF,UAAU,SAAa;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,uBAAuB,EAAE,CAAC;IACzC,QAAQ,EAAE,OAAO,CAAS;IAC1B,oBAAoB,EAAE,OAAO,CAAC;IAC9B,qBAAqB,EAAE,GAAG,CAAC;IAC3B,eAAe,EAAE,OAAO,CAAS;IACjC,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;IAC5C,KAAK,SAAK;IACV,SAAS,EAAG,GAAG,CAAC;gBAEI,EAAE,EAAE,YAAY,EAAS,EAAE,EAAE,WAAW,EAAU,IAAI,EAAE,WAAW,EAC7E,GAAG,EAAE,aAAa,EAAS,EAAE,EAAE,YAAY,EAAU,SAAS,EAAE,gBAAgB,EAAU,MAAM,EAAE,aAAa,EAC/G,cAAc,EAAE,cAAc;IAGxC,QAAQ;IA8BR,qBAAqB;IAWrB,OAAO,CAAC,OAAO,EAAE,YAAY;IAO7B,OAAO,CAAC,WAAW;IAgBnB,YAAY,CAAC,KAAK,KAAA;IA4BlB,oBAAoB,CAAC,SAAS,EAAE,eAAe,EAAE,EAAE,MAAM,EAAE,MAAM;IAcjE,gBAAgB,IAAI,IAAI;IAIxB,eAAe,IAAI,IAAI;IAIvB,eAAe,CAAC,OAAO,EAAE,YAAY,EAAE,KAAK,EAAE,GAAG;IAUjD,IAAI,CAAC,YAAY,EAAE,YAAY;IA8C/B,cAAc;IAWd,OAAO,CAAC,kBAAkB;IAuB1B,OAAO;IAMP,SAAS;IAkBT,gBAAgB;IAIhB,eAAe;yCApQJ,oBAAoB;2CAApB,oBAAoB;CAmRhC;AAGD,qBAAa,aAAa;IACxB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { Router } from '@angular/router';
|
|
3
|
+
import { IdleService } from '../../services/idle/idle.service';
|
|
4
|
+
import { LoginService } from '../../services/login/login.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class IdmeComponent {
|
|
7
|
+
is: IdleService;
|
|
8
|
+
private ls;
|
|
9
|
+
private r;
|
|
10
|
+
success: EventEmitter<any>;
|
|
11
|
+
error: EventEmitter<any>;
|
|
12
|
+
onClose: EventEmitter<any>;
|
|
13
|
+
constructor(is: IdleService, ls: LoginService, r: Router);
|
|
14
|
+
close(): void;
|
|
15
|
+
logout(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IdmeComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IdmeComponent, "app-idme", never, {}, { "success": "success"; "error": "error"; "onClose": "onClose"; }, never, never, false, never>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=idme.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"idme.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/idme/idme.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAU,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;;AAGlE,qBAKa,aAAa;IAUL,EAAE,EAAG,WAAW;IAAE,OAAO,CAAC,EAAE;IAAgB,OAAO,CAAC,CAAC;IARxE,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAG9C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;gBAE7B,EAAE,EAAG,WAAW,EAAU,EAAE,EAAE,YAAY,EAAU,CAAC,EAAE,MAAM;IAGhF,KAAK;IAIL,MAAM;yCAjBK,aAAa;2CAAb,aAAa;CAsBzB"}
|
|
@@ -3,16 +3,14 @@ import { LoggerService } from '../../services/logger/logger.service';
|
|
|
3
3
|
import { JobResultsData } from '../../models/claimant/JobResultsData';
|
|
4
4
|
import { MatchingJobs } from '../../models/claimant/MatchingJobs';
|
|
5
5
|
import { ClaimantService } from '../../services/claimant-service/claimant.service';
|
|
6
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
7
|
export declare class JobSearchResultPageComponent implements OnInit {
|
|
9
8
|
cs: ClaimantService;
|
|
10
9
|
loggerService: LoggerService;
|
|
11
|
-
translateService: TranslateService;
|
|
12
10
|
jobResultsData: JobResultsData;
|
|
13
11
|
matchingJobs: MatchingJobs[];
|
|
14
12
|
areJobsFetched: Boolean;
|
|
15
|
-
constructor(cs: ClaimantService, loggerService: LoggerService
|
|
13
|
+
constructor(cs: ClaimantService, loggerService: LoggerService);
|
|
16
14
|
ngOnInit(): void;
|
|
17
15
|
getClaimantJobResults(): void;
|
|
18
16
|
onCancel: EventEmitter<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"job-search-result-page.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/job-search-result-page/job-search-result-page.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,YAAY,EAAwC,MAAM,eAAe,CAAC;AACtG,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACtE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,eAAe,EAAE,MAAM,kDAAkD,CAAC
|
|
1
|
+
{"version":3,"file":"job-search-result-page.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/job-search-result-page/job-search-result-page.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,YAAY,EAAwC,MAAM,eAAe,CAAC;AACtG,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACtE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,eAAe,EAAE,MAAM,kDAAkD,CAAC;;AAEnF,qBAKa,4BAA6B,YAAW,MAAM;IAMtC,EAAE,EAAE,eAAe;IAAS,aAAa,EAAG,aAAa;IAJ5E,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,EAAE,CAAC;IAC7B,cAAc,EAAE,OAAO,CAAQ;gBAEZ,EAAE,EAAE,eAAe,EAAS,aAAa,EAAG,aAAa;IAI5E,QAAQ,IAAI,IAAI;IAIhB,qBAAqB;IAgBrB,QAAQ,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAC1C,wBAAwB,EAAE,OAAO,CAAC;IAGzC,MAAM;yCAlCK,4BAA4B;2CAA5B,4BAA4B;CAsCxC"}
|
|
@@ -1,38 +1,37 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { Subscription } from 'rxjs';
|
|
4
|
-
import { AutocoderModel } from '../../models/questionnaire/AutocoderModel';
|
|
5
|
-
import { ClaimService } from '../../services/claims/claims.service';
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { ValidationService } from '../../services/questionnaire/validation.service';
|
|
6
3
|
import { LoggerService } from '../../services/logger/logger.service';
|
|
7
|
-
import {
|
|
4
|
+
import { NgForm, UntypedFormGroup, UntypedFormBuilder, ControlValueAccessor, Validator, AbstractControl, ValidationErrors } from '@angular/forms';
|
|
8
5
|
import { UtilService } from '../../services/util/util.service';
|
|
9
|
-
import {
|
|
6
|
+
import { Subscription } from 'rxjs';
|
|
7
|
+
import { BasePage } from '../../pages/BasePage';
|
|
10
8
|
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class JobTitleComponent implements OnInit, ControlValueAccessor,
|
|
9
|
+
export declare class JobTitleComponent extends BasePage implements OnInit, ControlValueAccessor, Validator {
|
|
10
|
+
validationService: ValidationService;
|
|
11
|
+
private logger;
|
|
12
12
|
formBuilder: UntypedFormBuilder;
|
|
13
13
|
util: UtilService;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
constructor(formBuilder: UntypedFormBuilder, util: UtilService, questionnaireService: QuestionnaireService, logger: LoggerService, claim: ClaimService, translateService: TranslateService);
|
|
14
|
+
jobTileFormDirective: NgForm;
|
|
15
|
+
jobTitleFormGroup: UntypedFormGroup;
|
|
16
|
+
isRequired: boolean;
|
|
17
|
+
jobTitleOrPositionOptions: any;
|
|
18
|
+
filteredJobTitleOrPositionOptions: any[];
|
|
19
|
+
success: EventEmitter<any>;
|
|
20
|
+
private onChange;
|
|
21
|
+
constructor(validationService: ValidationService, logger: LoggerService, formBuilder: UntypedFormBuilder, util: UtilService);
|
|
23
22
|
ngOnInit(): void;
|
|
24
23
|
filterJobTileOrPosition(event: any): void;
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
onClearAction(event: any): void;
|
|
25
|
+
writeValue(value: any): void;
|
|
26
|
+
submit(): void;
|
|
27
27
|
onTouched: Function;
|
|
28
28
|
onChangeSubs: Subscription[];
|
|
29
29
|
ngOnDestroy(): void;
|
|
30
30
|
registerOnChange(onChange: any): void;
|
|
31
31
|
registerOnTouched(onTouched: Function): void;
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
validate(control: AbstractControl): any;
|
|
32
|
+
validate(control: AbstractControl<any, any>): ValidationErrors;
|
|
33
|
+
get jobTileOrPosition(): AbstractControl<any, any>;
|
|
35
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<JobTitleComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<JobTitleComponent, "app-job-title", never, { "
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<JobTitleComponent, "app-job-title", never, { "jobTitleFormGroup": { "alias": "jobTitleFormGroup"; "required": false; }; "isRequired": { "alias": "isRequired"; "required": false; }; }, { "success": "success"; }, never, never, false, never>;
|
|
37
36
|
}
|
|
38
37
|
//# sourceMappingURL=job-title.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"job-title.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/job-title/job-title.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"job-title.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/job-title/job-title.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAA+B,MAAM,EAAqB,MAAM,eAAe,CAAC;AAEhH,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;AACpF,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,MAAM,EAAE,gBAAgB,EAAE,kBAAkB,EAAqB,oBAAoB,EAAE,SAAS,EAAE,eAAe,EAA6B,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAChM,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAEpC,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;AAGhD,qBAea,iBAAkB,SAAQ,QAAS,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS;IAsB7E,iBAAiB,EAAE,iBAAiB;IAAE,OAAO,CAAC,MAAM;IAC9D,WAAW,EAAE,kBAAkB;IAAS,IAAI,EAAE,WAAW;IApB3D,oBAAoB,EAAE,MAAM,CAAC;IAG7B,iBAAiB,EAAE,gBAAgB,CAAC;IAElC,UAAU,EAAG,OAAO,CAAS;IAE/B,yBAAyB,EAAE,GAAG,CAAM;IACpC,iCAAiC,EAAE,GAAG,EAAE,CAAM;IAGrD,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEhD,OAAO,CAAC,QAAQ,CAId;gBAEiB,iBAAiB,EAAE,iBAAiB,EAAU,MAAM,EAAE,aAAa,EAC7E,WAAW,EAAE,kBAAkB,EAAS,IAAI,EAAE,WAAW;IAIlE,QAAQ,IAAI,IAAI;IAYhB,uBAAuB,CAAC,KAAK,KAAA;IAU7B,aAAa,CAAC,KAAK,KAAA;IAInB,UAAU,CAAC,KAAK,EAAE,GAAG;IAMrB,MAAM;IAMN,SAAS,EAAE,QAAQ,CAAa;IAEhC,YAAY,EAAE,YAAY,EAAE,CAAM;IAElC,WAAW;IAMX,gBAAgB,CAAC,QAAQ,EAAE,GAAG;IAM9B,iBAAiB,CAAC,SAAS,EAAE,QAAQ;IAIrC,QAAQ,CAAC,OAAO,EAAE,eAAe,CAAC,GAAG,EAAE,GAAG,CAAC,GAAG,gBAAgB;IAI9D,IAAI,iBAAiB,8BAEpB;yCA3FU,iBAAiB;2CAAjB,iBAAiB;CA4F7B"}
|