@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,43 @@
|
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import { AddressRecommendationModel } from '../../models/addressValidation/AddressRecommendationModel';
|
|
3
|
+
import { AddressValidationRequestComponentModel } from '../../models/addressValidation/AddressValidationRequestComponentModel';
|
|
4
|
+
import { AddressValidationResponseComponentModel } from '../../models/addressValidation/AddressValidationResponseComponentModel';
|
|
5
|
+
import { AddressValidationService } from '../../services/address-validation-service/address-validation.service';
|
|
6
|
+
import { UntypedFormGroup } from '@angular/forms';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class AddressSuggestionComponent implements OnInit {
|
|
9
|
+
private addrSvc;
|
|
10
|
+
showAddressSuggestion: boolean;
|
|
11
|
+
showAccordion: boolean;
|
|
12
|
+
original: AddressValidationRequestComponentModel;
|
|
13
|
+
choices: AddressRecommendationModel[];
|
|
14
|
+
form: UntypedFormGroup;
|
|
15
|
+
formName: string;
|
|
16
|
+
diffMailAddressFlag: boolean;
|
|
17
|
+
formBlur: boolean;
|
|
18
|
+
standaloneAddressForm: boolean;
|
|
19
|
+
questionaireForm: any;
|
|
20
|
+
parentFormComponent: string;
|
|
21
|
+
checkFormIsBlur: EventEmitter<any>;
|
|
22
|
+
picked: any;
|
|
23
|
+
addressSelected: any;
|
|
24
|
+
errorText: string;
|
|
25
|
+
showInlineError: boolean;
|
|
26
|
+
msuaCount: number;
|
|
27
|
+
aunrCount: number;
|
|
28
|
+
isAddressValid: string;
|
|
29
|
+
lastValidAddress: any;
|
|
30
|
+
constructor(addrSvc: AddressValidationService);
|
|
31
|
+
ngOnInit(): void;
|
|
32
|
+
getValidateAddress(initialValidation: boolean): void;
|
|
33
|
+
tabOpen(): void;
|
|
34
|
+
tabClose(): void;
|
|
35
|
+
handleRecommendations(res: AddressValidationResponseComponentModel, req: AddressValidationRequestComponentModel, formCompnent: any): void;
|
|
36
|
+
selectionChanged(event: any): void;
|
|
37
|
+
patchFormWithSelectedAddress(sel: any, isOrigin: boolean, form: UntypedFormGroup): void;
|
|
38
|
+
private setIsAddressValideController;
|
|
39
|
+
private mapAddress;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AddressSuggestionComponent, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AddressSuggestionComponent, "app-address-suggestion", never, { "original": { "alias": "original"; "required": false; }; "choices": { "alias": "choices"; "required": false; }; "form": { "alias": "form"; "required": false; }; "formName": { "alias": "formName"; "required": false; }; "diffMailAddressFlag": { "alias": "diffMailAddressFlag"; "required": false; }; "formBlur": { "alias": "formBlur"; "required": false; }; "standaloneAddressForm": { "alias": "standaloneAddressForm"; "required": false; }; "questionaireForm": { "alias": "questionaireForm"; "required": false; }; "parentFormComponent": { "alias": "parentFormComponent"; "required": false; }; }, { "checkFormIsBlur": "checkFormIsBlur"; }, never, never, false, never>;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=address-suggestion.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"address-suggestion.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/address-suggestion/address-suggestion.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAS,YAAY,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,2DAA2D,CAAC;AACvG,OAAO,EAAE,sCAAsC,EAAE,MAAM,uEAAuE,CAAC;AAC/H,OAAO,EAAE,uCAAuC,EAAE,MAAM,wEAAwE,CAAC;AAEjI,OAAO,EAAE,wBAAwB,EAAE,MAAM,sEAAsE,CAAC;AAChH,OAAO,EAAU,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;;AAG1D,qBAKa,0BAA2B,YAAW,MAAM;IAwB3C,OAAO,CAAC,OAAO;IAvB3B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,aAAa,EAAC,OAAO,CAAC;IACb,QAAQ,EAAE,sCAAsC,CAAC;IACjD,OAAO,EAAE,0BAA0B,EAAE,CAAM;IAC3C,IAAI,EAAE,gBAAgB,CAAC;IACvB,QAAQ,EAAC,MAAM,CAAC;IAChB,mBAAmB,EAAC,OAAO,CAAC;IAC5B,QAAQ,EAAC,OAAO,CAAC;IACjB,qBAAqB,EAAC,OAAO,CAAC;IAC9B,gBAAgB,MAAC;IACjB,mBAAmB,EAAE,MAAM,CAAC;IAGrC,eAAe,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAE7D,MAAM,EAAE,GAAG,CAAQ;IACnB,eAAe,MAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,UAAS;IACxB,SAAS,SAAK;IACd,SAAS,SAAK;IACd,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,MAAC;gBACG,OAAO,EAAE,wBAAwB;IAGrD,QAAQ;IAQR,kBAAkB,CAAC,iBAAiB,EAAC,OAAO;IAyD5C,OAAO;IAIP,QAAQ;IAID,qBAAqB,CAAC,GAAG,EAAE,uCAAuC,EAAE,GAAG,EAAE,sCAAsC,EAAE,YAAY,EAAE,GAAG;IAOzI,gBAAgB,CAAC,KAAK,KAAA;IAaf,4BAA4B,CAAC,GAAG,EAAE,GAAG,EAAE,QAAQ,EAAE,OAAO,EAAE,IAAI,EAAE,gBAAgB;IA0BvF,OAAO,CAAC,4BAA4B;IAWpC,OAAO,CAAC,UAAU;yCA7JP,0BAA0B;2CAA1B,0BAA0B;CAoLtC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AppointmentSelfSchedulerComponent implements OnInit {
|
|
5
|
+
fb: UntypedFormBuilder;
|
|
6
|
+
success: EventEmitter<any>;
|
|
7
|
+
error: EventEmitter<any>;
|
|
8
|
+
onClose: EventEmitter<any>;
|
|
9
|
+
rescheduleDate: UntypedFormGroup;
|
|
10
|
+
showSchedulerPopup: boolean;
|
|
11
|
+
showSchedulerConfirmationPopup: boolean;
|
|
12
|
+
confirmedDate: any;
|
|
13
|
+
availableDates: Date[];
|
|
14
|
+
invalidDates: Date[];
|
|
15
|
+
showTimeSlotPopup: boolean;
|
|
16
|
+
selectedDate: Date | null;
|
|
17
|
+
timeSlots: string[];
|
|
18
|
+
selectedTimeSlot: string | null;
|
|
19
|
+
constructor(fb: UntypedFormBuilder);
|
|
20
|
+
/** GET mapping call to /scheduler/available-slots/ - to give available dates to allow to display and disable rest in the p-calendar*/
|
|
21
|
+
ngOnInit(): void;
|
|
22
|
+
generateTimeSlots(date: Date): void;
|
|
23
|
+
/** Will iterate through dates fetched from GET mapping, and disable dates not available in p-calendar*/
|
|
24
|
+
generateInvalidDates(): void;
|
|
25
|
+
/** Will set the time slots availale for a given date in p-calendar*/
|
|
26
|
+
onDateSelect(date: Date): void;
|
|
27
|
+
/** Will update value for selected time slot*/
|
|
28
|
+
onTimeSlotSelect(slot: string): void;
|
|
29
|
+
close(): void;
|
|
30
|
+
closeConfirmationPopup(): void;
|
|
31
|
+
confirm(): void;
|
|
32
|
+
get newAppointmentDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
33
|
+
get timeSlot(): import("@angular/forms").AbstractControl<any, any>;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppointmentSelfSchedulerComponent, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppointmentSelfSchedulerComponent, "app-appointment-self-scheduler", never, { "showSchedulerPopup": { "alias": "showSchedulerPopup"; "required": false; }; "showSchedulerConfirmationPopup": { "alias": "showSchedulerConfirmationPopup"; "required": false; }; }, { "success": "success"; "error": "error"; "onClose": "onClose"; }, never, never, false, never>;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=appointment-self-scheduler.component.d.ts.map
|
package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appointment-self-scheduler.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,kBAAkB,EAAsB,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;;AAE1F,qBAKa,iCAAkC,YAAW,MAAM;IA8B5C,EAAE,EAAE,kBAAkB;IA3BxC,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAG9C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAE3C,cAAc,EAAE,gBAAgB,CAAC;IAGjC,kBAAkB,EAAE,OAAO,CAAC;IAG5B,8BAA8B,EAAE,OAAO,CAAC;IAExC,aAAa,EAAE,GAAG,CAAC;IAE1B,cAAc,EAAE,IAAI,EAAE,CAAM;IAC5B,YAAY,EAAE,IAAI,EAAE,CAAM;IAE1B,iBAAiB,EAAE,OAAO,CAAS;IACnC,YAAY,EAAE,IAAI,GAAG,IAAI,CAAQ;IACjC,SAAS,EAAE,MAAM,EAAE,CAAM;IACzB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAQ;gBAGnB,EAAE,EAAE,kBAAkB;IAGxC,sIAAsI;IACxI,QAAQ;IAmBN,iBAAiB,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI;IAQrC,wGAAwG;IAExG,oBAAoB;IAalB,qEAAqE;IACvE,YAAY,CAAC,IAAI,EAAE,IAAI;IAMrB,8CAA8C;IAChD,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAKpC,KAAK;IAIL,sBAAsB;IAItB,OAAO;IAuBP,IAAI,kBAAkB,uDAErB;IAED,IAAI,QAAQ,uDAGX;yCA/HY,iCAAiC;2CAAjC,iCAAiC;CAiI7C"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { NgForm, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { LoggerService } from '../../services/logger/logger.service';
|
|
4
|
+
import { LoginService } from '../../services/login/login.service';
|
|
5
|
+
import { UtilService } from '../../services/util/util.service';
|
|
6
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class AssociateSsnComponent implements OnInit {
|
|
9
|
+
private util;
|
|
10
|
+
formBuilder: UntypedFormBuilder;
|
|
11
|
+
ls: LoginService;
|
|
12
|
+
logger: LoggerService;
|
|
13
|
+
sanitizer: DomSanitizer;
|
|
14
|
+
heading: string;
|
|
15
|
+
addSsnForm: UntypedFormGroup;
|
|
16
|
+
addSsnFormDirective: NgForm;
|
|
17
|
+
errorDtls: any;
|
|
18
|
+
successDtls: any;
|
|
19
|
+
blocked: boolean;
|
|
20
|
+
invalidSSN: boolean;
|
|
21
|
+
displayMessage: boolean;
|
|
22
|
+
messageDetails: any;
|
|
23
|
+
success: EventEmitter<any>;
|
|
24
|
+
constructor(util: UtilService, formBuilder: UntypedFormBuilder, ls: LoginService, logger: LoggerService, sanitizer: DomSanitizer);
|
|
25
|
+
ngOnInit(): void;
|
|
26
|
+
initForm(): void;
|
|
27
|
+
saveData(): void;
|
|
28
|
+
get ssn(): import("@angular/forms").AbstractControl<any, any>;
|
|
29
|
+
get confirmSsn(): import("@angular/forms").AbstractControl<any, any>;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AssociateSsnComponent, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AssociateSsnComponent, "app-associate-ssn", never, {}, { "success": "success"; }, never, never, false, never>;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=associate-ssn.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"associate-ssn.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/associate-ssn/associate-ssn.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AACnF,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,gBAAgB,EAAc,MAAM,gBAAgB,CAAC;AAC1F,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAG/D,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;;AAGzD,qBAKa,qBAAsB,YAAW,MAAM;IAgBtC,OAAO,CAAC,IAAI;IAAsB,WAAW,EAAG,kBAAkB;IAAS,EAAE,EAAG,YAAY;IAC/F,MAAM,EAAG,aAAa;IAAQ,SAAS,EAAG,YAAY;IAhBxD,OAAO,SAAiB;IACxB,UAAU,EAAG,gBAAgB,CAAC;IAG9B,mBAAmB,EAAE,MAAM,CAAC;IAE5B,SAAS,MAAC;IACV,WAAW,MAAC;IACZ,OAAO,EAAE,OAAO,CAAC;IACxB,UAAU,EAAG,OAAO,CAAS;IAC7B,cAAc,EAAG,OAAO,CAAS;IACzB,cAAc,MAAC;IAEb,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;gBAEtC,IAAI,EAAE,WAAW,EAAS,WAAW,EAAG,kBAAkB,EAAS,EAAE,EAAG,YAAY,EAC/F,MAAM,EAAG,aAAa,EAAQ,SAAS,EAAG,YAAY;IAE/D,QAAQ;IAIR,QAAQ;IAQR,QAAQ;IAoDR,IAAI,GAAG,uDAEN;IAED,IAAI,UAAU,uDAEb;yCAzFU,qBAAqB;2CAArB,qBAAqB;CA0FjC"}
|
|
@@ -4,25 +4,20 @@ import { Subscription } from 'rxjs';
|
|
|
4
4
|
import { BankDetailsModel } from '../../models/BankDetailsModel';
|
|
5
5
|
import { DmsService } from '../../services/dms-service/dms.service';
|
|
6
6
|
import { UtilService } from '../../services/util/util.service';
|
|
7
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
8
7
|
import * as i0 from "@angular/core";
|
|
9
8
|
export declare class BankDetailsComponent implements OnInit, ControlValueAccessor, OnDestroy, Validator {
|
|
10
9
|
formBuilder: UntypedFormBuilder;
|
|
11
10
|
util: UtilService;
|
|
12
11
|
dms: DmsService;
|
|
13
|
-
translateService: TranslateService;
|
|
14
12
|
bankDetailsFormDirective: NgForm;
|
|
15
13
|
bankDetailsForm: UntypedFormGroup;
|
|
16
14
|
accountTypeOptions: any[];
|
|
17
15
|
bankDetailsModel: BankDetailsModel;
|
|
18
16
|
bankName: string;
|
|
19
17
|
routingNumberValidators: ValidatorFn[];
|
|
20
|
-
constructor(formBuilder: UntypedFormBuilder, util: UtilService, dms: DmsService
|
|
18
|
+
constructor(formBuilder: UntypedFormBuilder, util: UtilService, dms: DmsService);
|
|
21
19
|
ngOnInit(): void;
|
|
22
20
|
submit(): void;
|
|
23
|
-
sanitizeInput(event: any): {
|
|
24
|
-
minlength: boolean;
|
|
25
|
-
};
|
|
26
21
|
setAccountNumberValidator(): void;
|
|
27
22
|
get nameOnAccount(): AbstractControl<any, any>;
|
|
28
23
|
get accountType(): AbstractControl<any, any>;
|
|
@@ -39,23 +34,6 @@ export declare class BankDetailsComponent implements OnInit, ControlValueAccesso
|
|
|
39
34
|
writeValue(value: any): void;
|
|
40
35
|
validate(control: AbstractControl): any;
|
|
41
36
|
fetchBankName(event: any): void;
|
|
42
|
-
accountNumberComparision(event: any): void;
|
|
43
|
-
accountNumberminlenghtvalidation(event: any): void;
|
|
44
|
-
routingNumberValidation(event: any): void;
|
|
45
|
-
get required(): any;
|
|
46
|
-
get onlyNumbers(): any;
|
|
47
|
-
get onlyLetters(): any;
|
|
48
|
-
get accountMatch(): any;
|
|
49
|
-
get accountMax(): any;
|
|
50
|
-
get validNumber(): any;
|
|
51
|
-
get routingNumberInvalid(): any;
|
|
52
|
-
get validRoutingNumber(): any;
|
|
53
|
-
get invalidRoutingNumber(): any;
|
|
54
|
-
get acPattern(): any;
|
|
55
|
-
get acValidNumber(): any;
|
|
56
|
-
get acMaxlength(): any;
|
|
57
|
-
get acMinLength(): any;
|
|
58
|
-
get accountNumberComparisionValidation(): any;
|
|
59
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<BankDetailsComponent, never>;
|
|
60
38
|
static ɵcmp: i0.ɵɵComponentDeclaration<BankDetailsComponent, "app-bank-details", never, {}, {}, never, never, false, never>;
|
|
61
39
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bank-details.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/bank-details/bank-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAa,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,eAAe,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,EAAoC,SAAS,EAAE,WAAW,EAAc,MAAM,gBAAgB,CAAC;AAC3L,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;AACpE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC
|
|
1
|
+
{"version":3,"file":"bank-details.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/bank-details/bank-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAa,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,eAAe,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,EAAoC,SAAS,EAAE,WAAW,EAAc,MAAM,gBAAgB,CAAC;AAC3L,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;AACpE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;;AAI/D,qBAea,oBAAqB,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS,EAAE,SAAS;IAiB1E,WAAW,EAAE,kBAAkB;IAAQ,IAAI,EAAG,WAAW;IACnE,GAAG,EAAE,UAAU;IAfjB,wBAAwB,EAAE,MAAM,CAAC;IAEjC,eAAe,EAAE,gBAAgB,CAAC;IACzC,kBAAkB,EAAE,GAAG,EAAE,CAAC;IAEnB,gBAAgB,EAAE,gBAAgB,CAAyB;IAC3D,QAAQ,EAAE,MAAM,CAAC;IAExB,uBAAuB,EAAG,WAAW,EAAE,CAIrC;gBAEiB,WAAW,EAAE,kBAAkB,EAAQ,IAAI,EAAG,WAAW,EACnE,GAAG,EAAE,UAAU;IAOxB,QAAQ,IAAI,IAAI;IAahB,MAAM;IAMN,yBAAyB;IAyBzB,IAAI,aAAa,8BAEhB;IACD,IAAI,WAAW,8BAEd;IACD,IAAI,aAAa,8BAEhB;IACD,IAAI,aAAa,8BAEhB;IACD,IAAI,eAAe,8BAElB;IACD,IAAI,oBAAoB,8BAEvB;IAED,SAAS,EAAE,QAAQ,CAAa;IAEhC,YAAY,EAAE,YAAY,EAAE,CAAM;IAElC,WAAW;IAMX,gBAAgB,CAAC,QAAQ,EAAE,GAAG;IAK9B,iBAAiB,CAAC,SAAS,EAAE,QAAQ;IAIrC,gBAAgB,CAAC,QAAQ,EAAE,OAAO;IASlC,UAAU,CAAC,KAAK,EAAE,GAAG;IAOrB,QAAQ,CAAC,OAAO,EAAE,eAAe;IAOjC,aAAa,CAAC,KAAK,KAAA;yCAlIR,oBAAoB;2CAApB,oBAAoB;CAqJhC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
4
|
+
import { Router } from '@angular/router';
|
|
5
|
+
import { KeyValueModel } from '../../models/questionnaire/KeyValueModel';
|
|
6
|
+
import { ClaimantContextService } from '../../services/claimant-context/claimant-context.service';
|
|
7
|
+
import { ClaimService } from '../../services/claims/claims.service';
|
|
8
|
+
import { LoggerService } from '../../services/logger/logger.service';
|
|
9
|
+
import { LoginService } from '../../services/login/login.service';
|
|
10
|
+
import { UtilService } from '../../services/util/util.service';
|
|
11
|
+
import { Storage } from '@ionic/storage-angular';
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
13
|
+
export declare class ClaimInfoComponent implements OnInit {
|
|
14
|
+
fb: UntypedFormBuilder;
|
|
15
|
+
private router;
|
|
16
|
+
ls: LoginService;
|
|
17
|
+
logger: LoggerService;
|
|
18
|
+
cs: ClaimService;
|
|
19
|
+
util: UtilService;
|
|
20
|
+
sanitizer: DomSanitizer;
|
|
21
|
+
private storage;
|
|
22
|
+
claimantContextService: ClaimantContextService;
|
|
23
|
+
heading: string;
|
|
24
|
+
claimantInduction: UntypedFormGroup;
|
|
25
|
+
errorMsg: string;
|
|
26
|
+
isLoading: boolean;
|
|
27
|
+
displayDisasterQue: boolean;
|
|
28
|
+
disasterResult: string;
|
|
29
|
+
citizenshipStatus: any[];
|
|
30
|
+
militaryEmployer: any[];
|
|
31
|
+
federalEmployer: any[];
|
|
32
|
+
bpStartDate: string;
|
|
33
|
+
unemployedDisaster: any[];
|
|
34
|
+
listOfDisasters: KeyValueModel[];
|
|
35
|
+
backdateFunction: any[];
|
|
36
|
+
currentState: string;
|
|
37
|
+
constructor(fb: UntypedFormBuilder, router: Router, ls: LoginService, logger: LoggerService, cs: ClaimService, util: UtilService, sanitizer: DomSanitizer, storage: Storage, claimantContextService: ClaimantContextService);
|
|
38
|
+
ngOnInit(): void;
|
|
39
|
+
onSubmit(): void;
|
|
40
|
+
cancelPage(): void;
|
|
41
|
+
validateAllFormFields(formGroup: UntypedFormGroup): void;
|
|
42
|
+
get citizenship(): import("@angular/forms").AbstractControl<any, any>;
|
|
43
|
+
get militaryEmp(): import("@angular/forms").AbstractControl<any, any>;
|
|
44
|
+
get federalEmp(): import("@angular/forms").AbstractControl<any, any>;
|
|
45
|
+
get unemployedDis(): import("@angular/forms").AbstractControl<any, any>;
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClaimInfoComponent, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClaimInfoComponent, "app-claim-info", never, {}, {}, never, never, false, never>;
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=claim-info.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"claim-info.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/claim-info/claim-info.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAkC,MAAM,gBAAgB,CAAC;AACtG,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACzE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0DAA0D,CAAC;AAClG,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,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;;AACjD,qBAKa,kBAAmB,YAAW,MAAM;IAkB5B,EAAE,EAAE,kBAAkB;IAAE,OAAO,CAAC,MAAM;IAAiB,EAAE,EAAE,YAAY;IACjF,MAAM,EAAE,aAAa;IAAS,EAAE,EAAE,YAAY;IAAS,IAAI,EAAE,WAAW;IACxE,SAAS,EAAE,YAAY;IAAE,OAAO,CAAC,OAAO;IAAiB,sBAAsB,EAAE,sBAAsB;IAnBzG,OAAO,SAA+B;IACtC,iBAAiB,EAAE,gBAAgB,CAAC;IACpC,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,OAAO,CAAS;IAC3B,kBAAkB,EAAE,OAAO,CAAS;IAEpC,cAAc,SAAM;IAE3B,iBAAiB,EAAE,GAAG,EAAE,CAAC;IACzB,gBAAgB,EAAE,GAAG,EAAE,CAAC;IACxB,eAAe,EAAE,GAAG,EAAE,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,kBAAkB,EAAE,GAAG,EAAE,CAAC;IAC1B,eAAe,EAAE,aAAa,EAAE,CAAC;IAC1B,gBAAgB,EAAE,GAAG,EAAE,CAAM;IAC7B,YAAY,EAAE,MAAM,CAAC;gBAET,EAAE,EAAE,kBAAkB,EAAU,MAAM,EAAE,MAAM,EAAS,EAAE,EAAE,YAAY,EACjF,MAAM,EAAE,aAAa,EAAS,EAAE,EAAE,YAAY,EAAS,IAAI,EAAE,WAAW,EACxE,SAAS,EAAE,YAAY,EAAU,OAAO,EAAE,OAAO,EAAQ,sBAAsB,EAAE,sBAAsB;IAWhH,QAAQ;IA0BR,QAAQ;IA8DR,UAAU;IAYV,qBAAqB,CAAC,SAAS,EAAE,gBAAgB;IAWjD,IAAI,WAAW,uDAEd;IAED,IAAI,WAAW,uDAEd;IAED,IAAI,UAAU,uDAEb;IAED,IAAI,aAAa,uDAEhB;yCA5JU,kBAAkB;2CAAlB,kBAAkB;CA8J9B"}
|
|
@@ -9,7 +9,6 @@ import { CmpService } from '../../services/cmp-service/cmp.service';
|
|
|
9
9
|
import { LoggerService } from '../../services/logger/logger.service';
|
|
10
10
|
import { SecurityService } from '../../services/security-service/security.service';
|
|
11
11
|
import { UtilService } from '../../services/util/util.service';
|
|
12
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
13
12
|
import * as i0 from "@angular/core";
|
|
14
13
|
export declare class ContactUsComponent implements OnInit, ControlValueAccessor {
|
|
15
14
|
formBuilder: UntypedFormBuilder;
|
|
@@ -18,7 +17,6 @@ export declare class ContactUsComponent implements OnInit, ControlValueAccessor
|
|
|
18
17
|
securityService: SecurityService;
|
|
19
18
|
util: UtilService;
|
|
20
19
|
loggerService: LoggerService;
|
|
21
|
-
translateService: TranslateService;
|
|
22
20
|
contactUsForm: UntypedFormGroup;
|
|
23
21
|
complaintCategoryRetrivedList: ComplaintCategoryModel[];
|
|
24
22
|
complaintCategoryRetrivedListEmpr: ComplaintCategoryModel[];
|
|
@@ -53,7 +51,7 @@ export declare class ContactUsComponent implements OnInit, ControlValueAccessor
|
|
|
53
51
|
submitSuccess: boolean;
|
|
54
52
|
inputType: string;
|
|
55
53
|
type: ChoicesModel[];
|
|
56
|
-
constructor(formBuilder: UntypedFormBuilder, caseService: CaseService, cmpService: CmpService, securityService: SecurityService, util: UtilService, loggerService: LoggerService
|
|
54
|
+
constructor(formBuilder: UntypedFormBuilder, caseService: CaseService, cmpService: CmpService, securityService: SecurityService, util: UtilService, loggerService: LoggerService);
|
|
57
55
|
private onChange;
|
|
58
56
|
private onTouch;
|
|
59
57
|
writeValue(value: any): void;
|
|
@@ -102,7 +100,6 @@ export declare class ContactUsComponent implements OnInit, ControlValueAccessor
|
|
|
102
100
|
get assignCaseTo(): import("@angular/forms").AbstractControl<any, any>;
|
|
103
101
|
get closeCaseReason(): import("@angular/forms").AbstractControl<any, any>;
|
|
104
102
|
get generatedThrough(): import("@angular/forms").AbstractControl<any, any>;
|
|
105
|
-
get validEmail(): any;
|
|
106
103
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContactUsComponent, never>;
|
|
107
104
|
static ɵcmp: i0.ɵɵComponentDeclaration<ContactUsComponent, "app-contact-us", never, { "isCsr": { "alias": "isCsr"; "required": false; }; "isNewCase": { "alias": "isNewCase"; "required": false; }; "selectedCase": { "alias": "selectedCase"; "required": false; }; }, { "modelCancel": "modelCancel"; "success": "success"; "updateSuccess": "updateSuccess"; "onHide": "onHide"; "onLoad": "onLoad"; }, never, never, false, never>;
|
|
108
105
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contact-us.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/contact-us/contact-us.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAqB,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,gBAAgB,EAAc,kBAAkB,EAAE,MAAM,EAAE,SAAS,EAAkC,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAC3J,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAC/D,OAAO,EAAE,sBAAsB,EAAE,MAAM,yCAAyC,CAAC;AAEjF,OAAO,EAAE,YAAY,EAAyB,MAAM,wCAAwC,CAAC;AAC7F,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACzE,OAAO,EAAE,WAAW,EAAE,MAAM,0CAA0C,CAAC;AACvE,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,kDAAkD,CAAC;AACnF,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC
|
|
1
|
+
{"version":3,"file":"contact-us.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/contact-us/contact-us.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"correspondence-download.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/correspondence-download/correspondence-download.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAmB,MAAM,eAAe,CAAC;AAC1E,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;;AAI/D,qBAKa,+BAAgC,YAAW,MAAM;IAQzC,GAAG,EAAE,UAAU;IAAE,OAAO,CAAC,SAAS;IAAgB,OAAO,CAAC,GAAG;IAAiB,OAAO,CAAC,IAAI;IACjG,OAAO,CAAC,QAAQ;IAN5B,MAAM,EAAE,MAAM,CAAC;IAGf,KAAK,EAAE,MAAM,CAAC;gBAEK,GAAG,EAAE,UAAU,EAAU,SAAS,EAAE,YAAY,EAAU,GAAG,EAAE,aAAa,EAAU,IAAI,EAAG,WAAW,EACvG,QAAQ,EAAE,QAAQ;IAGtC,QAAQ,IAAI,IAAI;IAIhB,YAAY,CAAC,MAAM,KAAA;yCAhBR,+BAA+B;2CAA/B,+BAA+B;
|
|
1
|
+
{"version":3,"file":"correspondence-download.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/correspondence-download/correspondence-download.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAmB,MAAM,eAAe,CAAC;AAC1E,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;;AAI/D,qBAKa,+BAAgC,YAAW,MAAM;IAQzC,GAAG,EAAE,UAAU;IAAE,OAAO,CAAC,SAAS;IAAgB,OAAO,CAAC,GAAG;IAAiB,OAAO,CAAC,IAAI;IACjG,OAAO,CAAC,QAAQ;IAN5B,MAAM,EAAE,MAAM,CAAC;IAGf,KAAK,EAAE,MAAM,CAAC;gBAEK,GAAG,EAAE,UAAU,EAAU,SAAS,EAAE,YAAY,EAAU,GAAG,EAAE,aAAa,EAAU,IAAI,EAAG,WAAW,EACvG,QAAQ,EAAE,QAAQ;IAGtC,QAAQ,IAAI,IAAI;IAIhB,YAAY,CAAC,MAAM,KAAA;yCAhBR,+BAA+B;2CAA/B,+BAA+B;CA4D3C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard-card.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/dashboard-card/dashboard-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;;AAI9D,qBAMa,sBAAuB,YAAW,MAAM;IAuBvC,OAAO,CAAC,EAAE;IAAgB,OAAO,CAAC,IAAI;IAAe,OAAO,CAAC,GAAG;IACnE,SAAS,EAAG,YAAY;IArB1B,OAAO,EAAE,MAAM,CAAC;IAGhB,IAAI,EAAE,cAAc,EAAE,CAAC;IAGvB,IAAI,EAAE,MAAM,CAAC;IAGb,OAAO,EAAE,OAAO,CAAS;IAGzB,QAAQ,EAAE,MAAM,CAAC;IAGjB,cAAc,EAAE,OAAO,CAAS;IAGhC,OAAO,oBAAsB;gBAEhB,EAAE,EAAE,YAAY,EAAU,IAAI,EAAE,WAAW,EAAU,GAAG,EAAE,aAAa,EAClF,SAAS,EAAG,YAAY;IAEjC,QAAQ;IAER,IAAI,CAAC,KAAK,EAAE,cAAc;yCA5Bf,sBAAsB;2CAAtB,sBAAsB;
|
|
1
|
+
{"version":3,"file":"dashboard-card.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/dashboard-card/dashboard-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;;AAI9D,qBAMa,sBAAuB,YAAW,MAAM;IAuBvC,OAAO,CAAC,EAAE;IAAgB,OAAO,CAAC,IAAI;IAAe,OAAO,CAAC,GAAG;IACnE,SAAS,EAAG,YAAY;IArB1B,OAAO,EAAE,MAAM,CAAC;IAGhB,IAAI,EAAE,cAAc,EAAE,CAAC;IAGvB,IAAI,EAAE,MAAM,CAAC;IAGb,OAAO,EAAE,OAAO,CAAS;IAGzB,QAAQ,EAAE,MAAM,CAAC;IAGjB,cAAc,EAAE,OAAO,CAAS;IAGhC,OAAO,oBAAsB;gBAEhB,EAAE,EAAE,YAAY,EAAU,IAAI,EAAE,WAAW,EAAU,GAAG,EAAE,aAAa,EAClF,SAAS,EAAG,YAAY;IAEjC,QAAQ;IAER,IAAI,CAAC,KAAK,EAAE,cAAc;yCA5Bf,sBAAsB;2CAAtB,sBAAsB;CA2ElC"}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { NgForm, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
|
+
import { ClaimantContextService } from '../../services/claimant-context/claimant-context.service';
|
|
5
|
+
import { LoggerService } from '../../services/logger/logger.service';
|
|
6
|
+
import { LoginService } from '../../services/login/login.service';
|
|
7
|
+
import { UtilService } from '../../services/util/util.service';
|
|
8
|
+
import { KeyValueModel } from '../../models/questionnaire/KeyValueModel';
|
|
9
|
+
import { QuestionnaireQueryModel } from '../../models/questionnaire/QuestionnaireQueryModel';
|
|
10
|
+
import { ChoicesModel } from '../../models/AddressComponentModel';
|
|
11
|
+
import { CountyModel } from '../../models/CountyModel';
|
|
12
|
+
import { ClaimService } from '../../services/claims/claims.service';
|
|
13
|
+
import { NavController } from '@ionic/angular';
|
|
14
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
15
|
+
import * as i0 from "@angular/core";
|
|
16
|
+
export declare class DuaRequestPageComponent implements OnInit {
|
|
17
|
+
fb: UntypedFormBuilder;
|
|
18
|
+
ls: LoginService;
|
|
19
|
+
private router;
|
|
20
|
+
logger: LoggerService;
|
|
21
|
+
cs: ClaimService;
|
|
22
|
+
util: UtilService;
|
|
23
|
+
private activatedRoute;
|
|
24
|
+
claimantContextService: ClaimantContextService;
|
|
25
|
+
private nav;
|
|
26
|
+
sanitizer: DomSanitizer;
|
|
27
|
+
backButtonPageLink: string;
|
|
28
|
+
duaInfoForm: UntypedFormGroup;
|
|
29
|
+
duaFormDirective: NgForm;
|
|
30
|
+
radioOptions: {
|
|
31
|
+
value: string;
|
|
32
|
+
text: string;
|
|
33
|
+
}[];
|
|
34
|
+
payRateOptions: {
|
|
35
|
+
value: string;
|
|
36
|
+
text: string;
|
|
37
|
+
}[];
|
|
38
|
+
disasterOptions: ChoicesModel[];
|
|
39
|
+
countyOptions: CountyModel[];
|
|
40
|
+
listOfDisasters: KeyValueModel[];
|
|
41
|
+
displayDisasterQue: boolean;
|
|
42
|
+
disasterResult: string;
|
|
43
|
+
errorMsg: string;
|
|
44
|
+
isLoading: boolean;
|
|
45
|
+
nextPage: string;
|
|
46
|
+
dataFound: string;
|
|
47
|
+
isCallFromHint: boolean;
|
|
48
|
+
isOpenDua: boolean;
|
|
49
|
+
qeQueryModels: QuestionnaireQueryModel[];
|
|
50
|
+
previousTypeDisaster: any;
|
|
51
|
+
previousCountyWork: any;
|
|
52
|
+
previousResCounty: any;
|
|
53
|
+
isFetched: boolean;
|
|
54
|
+
previousLastDayWork: Date;
|
|
55
|
+
constructor(fb: UntypedFormBuilder, ls: LoginService, router: Router, logger: LoggerService, cs: ClaimService, util: UtilService, activatedRoute: ActivatedRoute, claimantContextService: ClaimantContextService, nav: NavController, sanitizer: DomSanitizer);
|
|
56
|
+
fetchDisasterList(): void;
|
|
57
|
+
loadDisasterData(): void;
|
|
58
|
+
ngOnInit(): void;
|
|
59
|
+
fetchPreviousDuaRequestValues(): Promise<void>;
|
|
60
|
+
setRequiredValidation(): void;
|
|
61
|
+
backFromDua(): void;
|
|
62
|
+
onSubmit(): void;
|
|
63
|
+
closeDua(): void;
|
|
64
|
+
quSuccessDua(event: any): void;
|
|
65
|
+
dateInput(event: any): void;
|
|
66
|
+
get isImpactedByDisaster(): import("@angular/forms").AbstractControl<any, any>;
|
|
67
|
+
get typeDisaster(): import("@angular/forms").AbstractControl<any, any>;
|
|
68
|
+
get countywork(): import("@angular/forms").AbstractControl<any, any>;
|
|
69
|
+
get countyres(): import("@angular/forms").AbstractControl<any, any>;
|
|
70
|
+
get lastDayWorked(): import("@angular/forms").AbstractControl<any, any>;
|
|
71
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DuaRequestPageComponent, never>;
|
|
72
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DuaRequestPageComponent, "app-dua-request-page", never, {}, {}, never, never, false, never>;
|
|
73
|
+
}
|
|
74
|
+
//# sourceMappingURL=dua-request-page.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dua-request-page.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/dua-request-page/dua-request-page.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAa,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,gBAAgB,EAAc,MAAM,gBAAgB,CAAC;AAC1F,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,sBAAsB,EAAE,MAAM,0DAA0D,CAAC;AAElG,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,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACzE,OAAO,EAAE,uBAAuB,EAAE,MAAM,oDAAoD,CAAC;AAE7F,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAElE,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAEvD,OAAO,EAAE,YAAY,EAAE,MAAM,sCAAsC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;;AAMzD,qBAKa,uBAAwB,YAAW,MAAM;IA0BjC,EAAE,EAAE,kBAAkB;IAAS,EAAE,EAAE,YAAY;IAAE,OAAO,CAAC,MAAM;IAAiB,MAAM,EAAE,aAAa;IAC/G,EAAE,EAAE,YAAY;IAAS,IAAI,EAAE,WAAW;IAAE,OAAO,CAAC,cAAc;IAAyB,sBAAsB,EAAE,sBAAsB;IAAE,OAAO,CAAC,GAAG;IACxJ,SAAS,EAAG,YAAY;IA1BxB,kBAAkB,EAAG,MAAM,CAAC;IAC5B,WAAW,EAAE,gBAAgB,CAAC;IAE9B,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY;;;QAAsB;IAClC,cAAc;;;QAA0B;IACxC,eAAe,EAAE,YAAY,EAAE,CAAM;IACrC,aAAa,EAAE,WAAW,EAAE,CAAM;IACzC,eAAe,EAAE,aAAa,EAAE,CAAC;IAC1B,kBAAkB,EAAE,OAAO,CAAS;IACpC,cAAc,SAAM;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,OAAO,CAAS;IAC3B,QAAQ,EAAE,MAAM,CAAM;IACtB,SAAS,EAAE,MAAM,CAAQ;IACzB,cAAc,EAAG,OAAO,CAAS;IACxC,SAAS,EAAE,OAAO,CAAS;IAC3B,aAAa,EAAE,uBAAuB,EAAE,CAAC;IAClC,oBAAoB,EAAE,GAAG,CAAC;IAC1B,kBAAkB,EAAE,GAAG,CAAC;IACxB,iBAAiB,EAAE,GAAG,CAAC;IACvB,SAAS,EAAG,OAAO,CAAS;IAC5B,mBAAmB,EAAE,IAAI,CAAC;gBAEd,EAAE,EAAE,kBAAkB,EAAS,EAAE,EAAE,YAAY,EAAU,MAAM,EAAE,MAAM,EAAS,MAAM,EAAE,aAAa,EAC/G,EAAE,EAAE,YAAY,EAAS,IAAI,EAAE,WAAW,EAAU,cAAc,EAAE,cAAc,EAAS,sBAAsB,EAAE,sBAAsB,EAAU,GAAG,EAAE,aAAa,EACvK,SAAS,EAAG,YAAY;IAG/B,iBAAiB;IAmChB,gBAAgB;IAcnB,QAAQ;IA0CL,6BAA6B,IAAI,OAAO,CAAC,IAAI,CAAC;IAwB9C,qBAAqB;IA6BtB,WAAW;IAgBV,QAAQ;IAuFV,QAAQ;IAIP,YAAY,CAAC,KAAK,EAAG,GAAG;IA2CvB,SAAS,CAAC,KAAK,KAAA;IAYf,IAAI,oBAAoB,uDAExB;IAED,IAAI,YAAY,uDAEf;IAED,IAAI,UAAU,uDAEb;IAED,IAAI,SAAS,uDAEZ;IAED,IAAI,aAAa,uDAEhB;yCAnWU,uBAAuB;2CAAvB,uBAAuB;CAqWnC"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { NgForm, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { Router, ActivatedRoute } from '@angular/router';
|
|
4
|
+
import { ChoicesModel } from '../../models/AddressComponentModel';
|
|
5
|
+
import { CountyModel } from '../../models/CountyModel';
|
|
6
|
+
import { KeyValueModel } from '../../models/questionnaire/KeyValueModel';
|
|
7
|
+
import { ClaimService } from '../../services/claims/claims.service';
|
|
8
|
+
import { LoggerService } from '../../services/logger/logger.service';
|
|
9
|
+
import { LoginService } from '../../services/login/login.service';
|
|
10
|
+
import { UtilService } from '../../services/util/util.service';
|
|
11
|
+
import { NavController } from '@ionic/angular';
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
13
|
+
export declare class DuaRequestPopupComponent implements OnInit {
|
|
14
|
+
fb: UntypedFormBuilder;
|
|
15
|
+
ls: LoginService;
|
|
16
|
+
private router;
|
|
17
|
+
logger: LoggerService;
|
|
18
|
+
cs: ClaimService;
|
|
19
|
+
util: UtilService;
|
|
20
|
+
private activatedRoute;
|
|
21
|
+
navController: NavController;
|
|
22
|
+
heading: string;
|
|
23
|
+
duaInfoForm: UntypedFormGroup;
|
|
24
|
+
duaFormDirective: NgForm;
|
|
25
|
+
radioOptions: {
|
|
26
|
+
value: string;
|
|
27
|
+
text: string;
|
|
28
|
+
}[];
|
|
29
|
+
payRateOptions: {
|
|
30
|
+
value: string;
|
|
31
|
+
text: string;
|
|
32
|
+
}[];
|
|
33
|
+
disasterOptions: ChoicesModel[];
|
|
34
|
+
countyOptions: CountyModel[];
|
|
35
|
+
listOfDisasters: KeyValueModel[];
|
|
36
|
+
displayDisasterQue: boolean;
|
|
37
|
+
disasterResult: string;
|
|
38
|
+
errorMsg: string;
|
|
39
|
+
isLoading: boolean;
|
|
40
|
+
nextPage: string;
|
|
41
|
+
errorDtls: any;
|
|
42
|
+
successDtls: any;
|
|
43
|
+
blocked: boolean;
|
|
44
|
+
successDua: EventEmitter<any>;
|
|
45
|
+
onClose: EventEmitter<any>;
|
|
46
|
+
constructor(fb: UntypedFormBuilder, ls: LoginService, router: Router, logger: LoggerService, cs: ClaimService, util: UtilService, activatedRoute: ActivatedRoute, navController: NavController);
|
|
47
|
+
ngOnInit(): void;
|
|
48
|
+
fetchDisasterList(): void;
|
|
49
|
+
loadDisasterData(): void;
|
|
50
|
+
saveData(): void;
|
|
51
|
+
dateInput(event: any): void;
|
|
52
|
+
close(): void;
|
|
53
|
+
get isImpactedByDisaster(): import("@angular/forms").AbstractControl<any, any>;
|
|
54
|
+
get typeDisaster(): import("@angular/forms").AbstractControl<any, any>;
|
|
55
|
+
get countywork(): import("@angular/forms").AbstractControl<any, any>;
|
|
56
|
+
get countyres(): import("@angular/forms").AbstractControl<any, any>;
|
|
57
|
+
get lastDayWorked(): import("@angular/forms").AbstractControl<any, any>;
|
|
58
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DuaRequestPopupComponent, never>;
|
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DuaRequestPopupComponent, "app-dua-request-popup", never, {}, { "successDua": "successDua"; "onClose": "onClose"; }, never, never, false, never>;
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=dua-request-popup.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dua-request-popup.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/dua-request-popup/dua-request-popup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AACnF,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,gBAAgB,EAAc,MAAM,gBAAgB,CAAC;AAC1F,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAGvD,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACzE,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,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAE/D,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;;AAE/C,qBAKa,wBAAyB,YAAW,MAAM;IAuBlC,EAAE,EAAE,kBAAkB;IAAS,EAAE,EAAE,YAAY;IAAE,OAAO,CAAC,MAAM;IAAiB,MAAM,EAAE,aAAa;IAC/G,EAAE,EAAE,YAAY;IAAS,IAAI,EAAE,WAAW;IAAE,OAAO,CAAC,cAAc;IAAyB,aAAa,EAAE,aAAa;IAvBzH,OAAO,SAA0B;IAEjC,WAAW,EAAE,gBAAgB,CAAC;IAE9B,gBAAgB,EAAE,MAAM,CAAC;IAEzB,YAAY;;;QAAsB;IAClC,cAAc;;;QAA0B;IACxC,eAAe,EAAE,YAAY,EAAE,CAAM;IACrC,aAAa,EAAE,WAAW,EAAE,CAAM;IACzC,eAAe,EAAE,aAAa,EAAE,CAAC;IAC1B,kBAAkB,EAAE,OAAO,CAAS;IACpC,cAAc,SAAM;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,OAAO,CAAQ;IAC1B,QAAQ,EAAE,MAAM,CAAM;IACtB,SAAS,MAAC;IACV,WAAW,MAAC;IACZ,OAAO,EAAE,OAAO,CAAC;IACd,UAAU,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IACnD,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;gBAEvC,EAAE,EAAE,kBAAkB,EAAS,EAAE,EAAE,YAAY,EAAU,MAAM,EAAE,MAAM,EAAS,MAAM,EAAE,aAAa,EAC/G,EAAE,EAAE,YAAY,EAAS,IAAI,EAAE,WAAW,EAAU,cAAc,EAAE,cAAc,EAAS,aAAa,EAAE,aAAa;IAIhI,QAAQ;IA2BR,iBAAiB;IAmCjB,gBAAgB;IAehB,QAAQ;IAgBR,SAAS,CAAC,KAAK,KAAA;IAYf,KAAK;IAKL,IAAI,oBAAoB,uDAEvB;IAED,IAAI,YAAY,uDAEf;IAED,IAAI,UAAU,uDAEb;IAED,IAAI,SAAS,uDAEZ;IAED,IAAI,aAAa,uDAEhB;yCA5JU,wBAAwB;2CAAxB,wBAAwB;CA8JpC"}
|
|
@@ -2,29 +2,21 @@ import { EventEmitter, OnInit } from '@angular/core';
|
|
|
2
2
|
import { UntypedFormBuilder, UntypedFormGroup, NgForm } from '@angular/forms';
|
|
3
3
|
import { LoginService } from '../../services/login/login.service';
|
|
4
4
|
import { UtilService } from '../../services/util/util.service';
|
|
5
|
-
import { UserModel } from '../../models/UserModel';
|
|
6
|
-
import { WeeklyCertServiceV2 } from '../../services/weekly-cert/weekly-cert-v2.service';
|
|
7
|
-
import { OvpService } from '../../services/ovp/ovp.service';
|
|
8
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
9
5
|
import * as i0 from "@angular/core";
|
|
10
6
|
export declare class EmailUpdateComponent implements OnInit {
|
|
11
7
|
fb: UntypedFormBuilder;
|
|
12
8
|
util: UtilService;
|
|
13
9
|
ls: LoginService;
|
|
14
|
-
private wcService;
|
|
15
|
-
private ovpService;
|
|
16
|
-
translateService: TranslateService;
|
|
17
10
|
errorDtls: any;
|
|
18
11
|
successDtls: any;
|
|
19
12
|
mode: string;
|
|
20
13
|
blocked: boolean;
|
|
21
14
|
authCodeForm: UntypedFormGroup;
|
|
22
|
-
userModel: UserModel;
|
|
23
15
|
authCodeFormDirective: NgForm;
|
|
24
16
|
onSuccess: EventEmitter<any>;
|
|
25
17
|
onClose: EventEmitter<any>;
|
|
26
18
|
email: string;
|
|
27
|
-
constructor(fb: UntypedFormBuilder, util: UtilService, ls: LoginService
|
|
19
|
+
constructor(fb: UntypedFormBuilder, util: UtilService, ls: LoginService);
|
|
28
20
|
ngOnInit(): void;
|
|
29
21
|
get authCode(): import("@angular/forms").AbstractControl<any, any>;
|
|
30
22
|
get newEmail(): import("@angular/forms").AbstractControl<any, any>;
|
|
@@ -34,9 +26,6 @@ export declare class EmailUpdateComponent implements OnInit {
|
|
|
34
26
|
resetMsg(): void;
|
|
35
27
|
getNewCode(): void;
|
|
36
28
|
updateEmailAndGetNewCode(): void;
|
|
37
|
-
get codeRequired(): any;
|
|
38
|
-
get newEmailIsRequired(): any;
|
|
39
|
-
get invalidEmail(): any;
|
|
40
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<EmailUpdateComponent, never>;
|
|
41
30
|
static ɵcmp: i0.ɵɵComponentDeclaration<EmailUpdateComponent, "app-email-update", never, { "email": { "alias": "email"; "required": false; }; }, { "onSuccess": "onSuccess"; "onClose": "onClose"; }, never, never, false, never>;
|
|
42
31
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"email-update.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/email-update/email-update.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAqB,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,EAAc,MAAM,gBAAgB,CAAC;AAC1F,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC
|
|
1
|
+
{"version":3,"file":"email-update.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/email-update/email-update.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAqB,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,EAAc,MAAM,gBAAgB,CAAC;AAC1F,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;;AAI/D,qBAKa,oBAAqB,YAAW,MAAM;IAuB9B,EAAE,EAAG,kBAAkB;IAAS,IAAI,EAAG,WAAW;IAAS,EAAE,EAAE,YAAY;IArBvF,SAAS,MAAC;IACV,WAAW,MAAC;IAGnB,IAAI,EAAG,MAAM,CAAO;IAEb,OAAO,EAAE,OAAO,CAAC;IAEjB,YAAY,EAAG,gBAAgB,CAAC;IAGhC,qBAAqB,EAAE,MAAM,CAAC;IAGrC,SAAS,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGlD,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEhC,KAAK,EAAG,MAAM,CAAC;gBAEZ,EAAE,EAAG,kBAAkB,EAAS,IAAI,EAAG,WAAW,EAAS,EAAE,EAAE,YAAY;IAE9F,QAAQ,IAAI,IAAI;IAOhB,IAAI,QAAQ,uDAEX;IAED,IAAI,QAAQ,uDAEX;IAED,KAAK;IAIL,OAAO,CAAC,IAAI,EAAG,MAAM;IAarB,WAAW;IAwBX,QAAQ;IAMR,UAAU;IAaV,wBAAwB;yCApGb,oBAAoB;2CAApB,oBAAoB;CAqHhC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { NavController, PopoverController } from '@ionic/angular';
|
|
3
3
|
import { ControlValueAccessor, UntypedFormGroup } from '@angular/forms';
|
|
4
4
|
import { LoggerService } from '../../services/logger/logger.service';
|
|
@@ -29,11 +29,9 @@ export declare class EmployerGridComponent implements OnInit, ControlValueAccess
|
|
|
29
29
|
form: UntypedFormGroup;
|
|
30
30
|
dynamicParam: any;
|
|
31
31
|
display: boolean;
|
|
32
|
-
noEditMode: boolean;
|
|
33
32
|
basePerioddisplay: boolean;
|
|
34
33
|
modelDisplay: EventEmitter<boolean>;
|
|
35
34
|
onComplete: EventEmitter<any>;
|
|
36
|
-
modelDataPass: EventEmitter<any>;
|
|
37
35
|
claimdetailModel: ClaimAppEmployerDetailsModel;
|
|
38
36
|
caimAppEmpResponseModel: ClaimAppEmpResponseModel;
|
|
39
37
|
selectedEmployer: ClaimAppEmployerDetailsModel;
|
|
@@ -42,25 +40,37 @@ export declare class EmployerGridComponent implements OnInit, ControlValueAccess
|
|
|
42
40
|
isBasePeriodEmployer: boolean;
|
|
43
41
|
isNewClaim: boolean;
|
|
44
42
|
showConfirmPopup: boolean;
|
|
45
|
-
showbpEmpDelPopup: boolean;
|
|
46
43
|
ssnForCSR: string;
|
|
47
44
|
showProgressBar: boolean;
|
|
48
45
|
uuid: string;
|
|
49
46
|
dischargeReasonOptionsAll: ChoicesModel[];
|
|
50
47
|
volQuitReasonOptionsAll: ChoicesModel[];
|
|
51
48
|
employmentStatusOptionsAll: ChoicesModel[];
|
|
52
|
-
payRateOptions:
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
49
|
+
payRateOptions: {
|
|
50
|
+
value: string;
|
|
51
|
+
text: string;
|
|
52
|
+
}[];
|
|
53
|
+
countryOptions: {
|
|
54
|
+
value: string;
|
|
55
|
+
text: string;
|
|
56
|
+
}[];
|
|
57
|
+
workCountryOptions: {
|
|
58
|
+
value: string;
|
|
59
|
+
text: string;
|
|
60
|
+
}[];
|
|
61
|
+
statesOptions: {
|
|
62
|
+
value: string;
|
|
63
|
+
text: string;
|
|
64
|
+
}[];
|
|
65
|
+
militaryServiceOptions: {
|
|
66
|
+
value: string;
|
|
67
|
+
text: string;
|
|
68
|
+
}[];
|
|
57
69
|
claimantDob: Date;
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
bpEmpDelOptions: any;
|
|
70
|
+
count: number;
|
|
71
|
+
gridTop?: ElementRef<HTMLElement>;
|
|
61
72
|
loadMasterData(): void;
|
|
62
73
|
ngOnInit(): void;
|
|
63
|
-
onDropdownChange(event: any): void;
|
|
64
74
|
addNewEmpDetails(): Promise<void>;
|
|
65
75
|
private onChange;
|
|
66
76
|
private onTouch;
|
|
@@ -79,12 +89,12 @@ export declare class EmployerGridComponent implements OnInit, ControlValueAccess
|
|
|
79
89
|
onModelCancel(cancel: boolean): void;
|
|
80
90
|
addEmployer(event: ClaimAppEmployerDetailsModel): void;
|
|
81
91
|
removeEmployment(selectedEmployer: ClaimAppEmployerDetailsModel, index: any): void;
|
|
82
|
-
displayBpEmpConfirmation(): void;
|
|
83
92
|
removeBasePeriodEmployer(): void;
|
|
84
93
|
restoreEmployment(selectedEmployer: ClaimAppEmployerDetailsModel, index: any): void;
|
|
85
94
|
close(): void;
|
|
86
95
|
setChoiseModels(emp: ClaimAppEmployerDetailsModel): void;
|
|
96
|
+
submit(): void;
|
|
87
97
|
static ɵfac: i0.ɵɵFactoryDeclaration<EmployerGridComponent, never>;
|
|
88
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EmployerGridComponent, "app-employer-grid", never, { "form": { "alias": "form"; "required": false; }; "dynamicParam": { "alias": "dynamicParam"; "required": false; }; }, { "modelDisplay": "modelDisplay"; "onComplete": "onComplete";
|
|
98
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EmployerGridComponent, "app-employer-grid", never, { "form": { "alias": "form"; "required": false; }; "dynamicParam": { "alias": "dynamicParam"; "required": false; }; }, { "modelDisplay": "modelDisplay"; "onComplete": "onComplete"; }, never, never, false, never>;
|
|
89
99
|
}
|
|
90
100
|
//# sourceMappingURL=employer-grid.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"employer-grid.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/employer-grid/employer-grid.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"employer-grid.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/employer-grid/employer-grid.component.ts"],"names":[],"mappings":"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"}
|