@reusa/ngx-reusa-app-lib 0.0.1373 → 0.0.1374
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 +1324 -2394
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +105 -159
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +53 -59
- package/esm2022/lib/components/address/address.component.mjs +152 -287
- package/esm2022/lib/components/bank-details/bank-details.component.mjs +219 -79
- package/esm2022/lib/components/contact-us/contact-us.component.mjs +43 -17
- package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +9 -3
- package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +4 -32
- package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +15 -30
- 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/email-update/email-update.component.mjs +140 -63
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +574 -422
- package/esm2022/lib/components/error/error.component.mjs +5 -22
- package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +1 -1
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +49 -178
- package/esm2022/lib/components/footer/footer.component.mjs +101 -112
- package/esm2022/lib/components/header/header.component.mjs +174 -440
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +36 -25
- package/esm2022/lib/components/info/info.component.mjs +12 -4
- package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +22 -16
- package/esm2022/lib/components/job-title/job-title.component.mjs +97 -92
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +513 -143
- package/esm2022/lib/components/lexis-nexis/lexis-nexis.component.mjs +402 -0
- package/esm2022/lib/components/link/link.component.mjs +1 -1
- package/esm2022/lib/components/menu/menu.component.mjs +100 -68
- package/esm2022/lib/components/mfa/mfa.component.mjs +288 -158
- package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +18 -11
- package/esm2022/lib/components/mfa2/mfa2.component.mjs +285 -0
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +54 -158
- package/esm2022/lib/components/profile/profile.component.mjs +353 -749
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +38 -108
- package/esm2022/lib/components/questionnaire/AppValidators.mjs +47 -296
- package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +65 -110
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +173 -377
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +95 -76
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +1153 -877
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +699 -208
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +22 -28
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +41 -128
- package/esm2022/lib/components/questionnaire/question-control.service.mjs +1 -2
- package/esm2022/lib/components/questionnaire/question.service.mjs +7 -5
- package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +29 -15
- package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +237 -497
- package/esm2022/lib/components/search-employer/search-employer.component.mjs +30 -155
- package/esm2022/lib/components/security-question/security-question.component.mjs +199 -0
- package/esm2022/lib/components/select/select.component.mjs +10 -5
- package/esm2022/lib/components/sign-ssn/sign-ssn.component.mjs +3 -3
- package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +72 -52
- package/esm2022/lib/components/user-login/user-login.component.mjs +360 -139
- package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +387 -655
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +61 -125
- package/esm2022/lib/guards/auth.guard.mjs +2 -50
- package/esm2022/lib/guards/no-login/no-login.guard.mjs +1 -1
- package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +3 -51
- package/esm2022/lib/interceptors/header-interceptor/http-header.interceptor.mjs +1 -1
- package/esm2022/lib/models/EmployerDetailSearchResult.mjs +1 -1
- package/esm2022/lib/models/LexisNexisAccountCreationModel.mjs +2 -0
- package/esm2022/lib/models/LexisNexisAuthSelectionRequestModel.mjs +2 -0
- package/esm2022/lib/models/LexisNexisAuthSelectionResponseModel.mjs +2 -0
- package/esm2022/lib/models/LexisNexisEnabledResponseModel.mjs +2 -0
- package/esm2022/lib/models/LexisNexisResponseModel.mjs +3 -0
- package/esm2022/lib/models/LibConstants.mjs +6 -45
- package/esm2022/lib/models/OtpAuthModel.mjs +1 -1
- package/esm2022/lib/models/PartialEmploymentModel.mjs +3 -0
- package/esm2022/lib/models/PaymentComponentModel.mjs +1 -1
- package/esm2022/lib/models/SecurityQuestionModel.mjs +3 -0
- package/esm2022/lib/models/UserModel.mjs +1 -1
- package/esm2022/lib/models/dashboard-model.mjs +1 -1
- package/esm2022/lib/models/dependent.model.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +1 -2
- package/esm2022/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ComboModel.mjs +653 -96
- 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/StatusModel.mjs +1 -1
- package/esm2022/lib/ngx-reusa-app-lib.module.mjs +23 -135
- package/esm2022/lib/pages/BasePage.mjs +23 -4
- package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +18 -22
- package/esm2022/lib/pages/common/change-password/change-password.page.mjs +124 -142
- package/esm2022/lib/pages/common/landing/landing.component.mjs +8 -7
- package/esm2022/lib/pages/common/landing2/landing2.component.mjs +4 -4
- package/esm2022/lib/pages/common/login/login.component.mjs +13 -7
- 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 +2 -1
- package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +4 -4
- package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +2 -7
- package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +2 -2
- package/esm2022/lib/services/base-service.mjs +1 -4
- package/esm2022/lib/services/chatbot/chatbot.service.mjs +2 -1
- package/esm2022/lib/services/claimant-service/claimant-usps-redirect.service.mjs +36 -0
- package/esm2022/lib/services/claimant-service/claimant.service.mjs +13 -7
- package/esm2022/lib/services/claims/claims.service.mjs +14 -105
- package/esm2022/lib/services/help/help.service.mjs +1 -1
- package/esm2022/lib/services/lexis-nexis/lexis.nexis.service.mjs +60 -0
- package/esm2022/lib/services/logger/logger.service.mjs +1 -1
- package/esm2022/lib/services/login/login.service.mjs +14 -29
- package/esm2022/lib/services/ovp/ovp.service.mjs +43 -0
- package/esm2022/lib/services/questionnaire/questionnaire.service.mjs +1 -4
- package/esm2022/lib/services/questionnaire/validation.service.mjs +1 -4
- package/esm2022/lib/services/security-service/security.service.mjs +6 -23
- package/esm2022/lib/services/util/util.service.mjs +5 -61
- package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +14 -186
- package/esm2022/lib/validations/AppRegex.mjs +3 -1
- package/esm2022/lib/validations/AppValidators.mjs +62 -78
- package/esm2022/public-api.mjs +5 -47
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs +26939 -44815
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
- package/lib/components/add-employer/add-employer.component.d.ts +53 -137
- package/lib/components/add-employer/add-employer.component.d.ts.map +1 -1
- package/lib/components/add-participant/add-participant.component.d.ts +5 -11
- package/lib/components/add-participant/add-participant.component.d.ts.map +1 -1
- package/lib/components/add-payment/add-payment.component.d.ts +3 -9
- package/lib/components/add-payment/add-payment.component.d.ts.map +1 -1
- package/lib/components/address/address.component.d.ts +15 -42
- package/lib/components/address/address.component.d.ts.map +1 -1
- package/lib/components/bank-details/bank-details.component.d.ts +23 -1
- package/lib/components/bank-details/bank-details.component.d.ts.map +1 -1
- package/lib/components/contact-us/contact-us.component.d.ts +4 -1
- 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/email-update/email-update.component.d.ts +12 -1
- package/lib/components/email-update/email-update.component.d.ts.map +1 -1
- package/lib/components/employer-grid/employer-grid.component.d.ts +15 -25
- package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -1
- package/lib/components/error/error.component.d.ts +2 -3
- package/lib/components/error/error.component.d.ts.map +1 -1
- package/lib/components/file-uploader/file-uploader.component.d.ts +1 -5
- 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/header/header.component.d.ts +5 -17
- package/lib/components/header/header.component.d.ts.map +1 -1
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +3 -1
- 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 +23 -22
- package/lib/components/job-title/job-title.component.d.ts.map +1 -1
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +6 -5
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -1
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts +59 -0
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts.map +1 -0
- package/lib/components/menu/menu.component.d.ts +12 -3
- package/lib/components/menu/menu.component.d.ts.map +1 -1
- package/lib/components/mfa/mfa.component.d.ts +19 -7
- package/lib/components/mfa/mfa.component.d.ts.map +1 -1
- package/lib/components/mfa-popup/mfa-popup.component.d.ts +8 -6
- package/lib/components/mfa-popup/mfa-popup.component.d.ts.map +1 -1
- package/lib/components/mfa2/mfa2.component.d.ts +48 -0
- package/lib/components/mfa2/mfa2.component.d.ts.map +1 -0
- package/lib/components/money-expect/money-expect.component.d.ts +4 -15
- package/lib/components/money-expect/money-expect.component.d.ts.map +1 -1
- package/lib/components/profile/profile.component.d.ts +49 -82
- package/lib/components/profile/profile.component.d.ts.map +1 -1
- package/lib/components/profile-redirect/profile-redirect.component.d.ts +2 -9
- package/lib/components/profile-redirect/profile-redirect.component.d.ts.map +1 -1
- package/lib/components/questionnaire/AppValidators.d.ts +0 -1
- package/lib/components/questionnaire/AppValidators.d.ts.map +1 -1
- package/lib/components/questionnaire/account-success/account-success.page.d.ts +10 -13
- 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 +1 -7
- package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +1 -3
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts +35 -33
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form.component.d.ts +34 -10
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +7 -0
- 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 +1 -7
- 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 +1 -0
- package/lib/components/questionnaire/question.service.d.ts.map +1 -1
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +7 -1
- 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 +3 -11
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts.map +1 -1
- package/lib/components/search-employer/search-employer.component.d.ts +4 -5
- package/lib/components/search-employer/search-employer.component.d.ts.map +1 -1
- package/lib/components/security-question/security-question.component.d.ts +37 -0
- package/lib/components/security-question/security-question.component.d.ts.map +1 -0
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +5 -1
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts.map +1 -1
- package/lib/components/user-login/user-login.component.d.ts +38 -5
- package/lib/components/user-login/user-login.component.d.ts.map +1 -1
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +10 -27
- 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 +3 -9
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map +1 -1
- 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/EmployerDetailSearchResult.d.ts +1 -4
- package/lib/models/EmployerDetailSearchResult.d.ts.map +1 -1
- package/lib/models/LexisNexisAccountCreationModel.d.ts +15 -0
- package/lib/models/LexisNexisAccountCreationModel.d.ts.map +1 -0
- package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts +16 -0
- package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts.map +1 -0
- package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts +39 -0
- package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts.map +1 -0
- package/lib/models/LexisNexisEnabledResponseModel.d.ts +5 -0
- package/lib/models/LexisNexisEnabledResponseModel.d.ts.map +1 -0
- package/lib/models/LexisNexisResponseModel.d.ts +7 -0
- package/lib/models/LexisNexisResponseModel.d.ts.map +1 -0
- package/lib/models/LibConstants.d.ts +1 -40
- package/lib/models/LibConstants.d.ts.map +1 -1
- package/lib/models/OtpAuthModel.d.ts +1 -0
- package/lib/models/OtpAuthModel.d.ts.map +1 -1
- package/lib/models/PartialEmploymentModel.d.ts +6 -0
- package/lib/models/PartialEmploymentModel.d.ts.map +1 -0
- package/lib/models/PaymentComponentModel.d.ts +1 -1
- package/lib/models/PaymentComponentModel.d.ts.map +1 -1
- package/lib/models/SecurityQuestionModel.d.ts +7 -0
- package/lib/models/SecurityQuestionModel.d.ts.map +1 -0
- package/lib/models/UserModel.d.ts +1 -0
- package/lib/models/UserModel.d.ts.map +1 -1
- package/lib/models/dashboard-model.d.ts +0 -22
- package/lib/models/dashboard-model.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +0 -3
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +4 -15
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +1 -4
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ComboModel.d.ts +82 -14
- package/lib/models/questionnaire/ComboModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ElementsModel.d.ts +1 -0
- package/lib/models/questionnaire/ElementsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +0 -2
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts.map +1 -1
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +1 -0
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts.map +1 -1
- package/lib/models/questionnaire/StatusModel.d.ts +0 -1
- package/lib/models/questionnaire/StatusModel.d.ts.map +1 -1
- package/lib/ngx-reusa-app-lib.module.d.ts +86 -124
- package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -1
- package/lib/pages/BasePage.d.ts +6 -3
- package/lib/pages/BasePage.d.ts.map +1 -1
- package/lib/pages/common/change-password/change-password.page.d.ts +0 -3
- 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/services/base-service.d.ts +0 -12
- package/lib/services/base-service.d.ts.map +1 -1
- package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts +16 -0
- package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts.map +1 -0
- package/lib/services/claimant-service/claimant.service.d.ts +6 -5
- package/lib/services/claimant-service/claimant.service.d.ts.map +1 -1
- package/lib/services/claims/claims.service.d.ts +5 -39
- package/lib/services/claims/claims.service.d.ts.map +1 -1
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts +26 -0
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts.map +1 -0
- package/lib/services/login/login.service.d.ts +3 -5
- package/lib/services/login/login.service.d.ts.map +1 -1
- package/lib/services/ovp/ovp.service.d.ts +17 -0
- package/lib/services/ovp/ovp.service.d.ts.map +1 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts +0 -1
- package/lib/services/questionnaire/questionnaire.service.d.ts.map +1 -1
- package/lib/services/questionnaire/validation.service.d.ts +0 -3
- package/lib/services/questionnaire/validation.service.d.ts.map +1 -1
- package/lib/services/security-service/security.service.d.ts +4 -12
- package/lib/services/security-service/security.service.d.ts.map +1 -1
- package/lib/services/util/util.service.d.ts +0 -6
- package/lib/services/util/util.service.d.ts.map +1 -1
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts +5 -47
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -1
- package/lib/validations/AppRegex.d.ts +2 -0
- package/lib/validations/AppRegex.d.ts.map +1 -1
- package/lib/validations/AppValidators.d.ts +24 -20
- package/lib/validations/AppValidators.d.ts.map +1 -1
- package/package.json +2 -2
- package/public-api.d.ts +4 -46
- package/public-api.d.ts.map +1 -1
- package/esm2022/lib/components/add-wage/add-wage.component.mjs +0 -161
- package/esm2022/lib/components/address-popup/address-popup.component.mjs +0 -97
- package/esm2022/lib/components/address-suggestion/address-suggestion.component.mjs +0 -289
- package/esm2022/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.mjs +0 -245
- package/esm2022/lib/components/associate-ssn/associate-ssn.component.mjs +0 -203
- package/esm2022/lib/components/claim-info/claim-info.component.mjs +0 -408
- package/esm2022/lib/components/dua-request-page/dua-request-page.component.mjs +0 -596
- package/esm2022/lib/components/dua-request-popup/dua-request-popup.component.mjs +0 -356
- package/esm2022/lib/components/employer-info/employer-info.component.mjs +0 -319
- package/esm2022/lib/components/employer-pay/employer-pay.component.mjs +0 -238
- package/esm2022/lib/components/employer-pay-grid/employer-pay-grid.component.mjs +0 -302
- package/esm2022/lib/components/farm-usage/farm-usage.component.mjs +0 -172
- package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +0 -201
- package/esm2022/lib/components/history-page/history-page.component.mjs +0 -571
- package/esm2022/lib/components/idme/idme.component.mjs +0 -84
- package/esm2022/lib/components/offline-add-employer/offline-add-employer.component.mjs +0 -3661
- package/esm2022/lib/components/offline-bank-details/offline-bank-details.component.mjs +0 -258
- package/esm2022/lib/components/offline-employer-grid/offline-employer-grid.component.mjs +0 -853
- package/esm2022/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.mjs +0 -251
- package/esm2022/lib/components/proof-of-anything/proof-of-anything.component.mjs +0 -261
- package/esm2022/lib/components/proof-of-document-upload/proof-of-document-upload.component.mjs +0 -560
- package/esm2022/lib/components/scrollable-text/scrollable-text.component.mjs +0 -25
- package/esm2022/lib/components/sms/sms.component.mjs +0 -336
- package/esm2022/lib/components/wage-calculator/wage-calculator.component.mjs +0 -527
- package/esm2022/lib/components/wage-grid/wage-grid.component.mjs +0 -274
- package/esm2022/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.mjs +0 -147
- package/esm2022/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.mjs +0 -167
- package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +0 -828
- package/esm2022/lib/components/weekly-confirmation/confirmation.component.mjs +0 -129
- package/esm2022/lib/components/weekly-interim-confirmation/interim-confirmation.component.mjs +0 -136
- package/esm2022/lib/components/weekly-summary-v2/summary.component-v2.mjs +0 -72
- package/esm2022/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.mjs +0 -50
- package/esm2022/lib/components/weekly-work-search-counter/work-search-counter.component.mjs +0 -92
- package/esm2022/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.mjs +0 -1190
- package/esm2022/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.mjs +0 -690
- package/esm2022/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.mjs +0 -524
- package/esm2022/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.mjs +0 -394
- package/esm2022/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.mjs +0 -640
- package/esm2022/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.mjs +0 -33
- package/esm2022/lib/enums/AddressValidationResponseEnum.mjs +0 -9
- package/esm2022/lib/enums/AddressValidationSourceFunctionEnum.mjs +0 -5
- package/esm2022/lib/models/ActiveClaimModel.mjs +0 -3
- package/esm2022/lib/models/CountyModel.mjs +0 -3
- package/esm2022/lib/models/DuaAppDataModel.mjs +0 -3
- package/esm2022/lib/models/DuaRequestModel.mjs +0 -3
- package/esm2022/lib/models/DuaRetroWeeksComponentModel.mjs +0 -6
- package/esm2022/lib/models/EmployerInfoComponentModel.mjs +0 -4
- package/esm2022/lib/models/EmployerPayInfoModel.mjs +0 -6
- package/esm2022/lib/models/FarmUsageComponentModel.mjs +0 -2
- package/esm2022/lib/models/GrossEarningsModel.mjs +0 -3
- package/esm2022/lib/models/HelpConstants.mjs +0 -5
- package/esm2022/lib/models/LexisNexisOtpDetailsResponseModel.mjs +0 -3
- package/esm2022/lib/models/ReasonSeparationRequestModel.mjs +0 -3
- package/esm2022/lib/models/RetroWeeksModel.mjs +0 -3
- package/esm2022/lib/models/SecurityQuestionAnswerModel.mjs +0 -3
- package/esm2022/lib/models/SendOtpRequestModel.mjs +0 -3
- package/esm2022/lib/models/VerifyOtpRequestModel.mjs +0 -3
- package/esm2022/lib/models/WageCalculatorModel.mjs +0 -3
- package/esm2022/lib/models/WageInfoModel.mjs +0 -4
- package/esm2022/lib/models/addressValidation/AddressRecommendationModel.mjs +0 -3
- package/esm2022/lib/models/addressValidation/AddressValidationRequestComponentModel.mjs +0 -3
- package/esm2022/lib/models/addressValidation/AddressValidationResponseComponentModel.mjs +0 -3
- package/esm2022/lib/models/addressValidation/AddressValidationReturnComponentModel.mjs +0 -3
- package/esm2022/lib/models/combo-model.mjs +0 -343
- package/esm2022/lib/models/fileupload/DocUploadModel.mjs +0 -7
- package/esm2022/lib/models/fileupload/EmployerDataModel.mjs +0 -3
- package/esm2022/lib/models/fileupload/FileObject.mjs +0 -3
- package/esm2022/lib/models/fileupload/FileObjectArray.mjs +0 -7
- package/esm2022/lib/models/questionnaire/AppealParticipantModel.mjs +0 -8
- package/esm2022/lib/models/questionnaire/ScrollableTextModel.mjs +0 -3
- package/esm2022/lib/models/questionnaire/WbaHelperTextModel.mjs +0 -3
- package/esm2022/lib/models/weekly-cert/WorkSearchWaiverModel.mjs +0 -3
- package/esm2022/lib/models/weekly-cert/address-detail-model.mjs +0 -2
- package/esm2022/lib/models/weekly-cert/admin-leave-details-model.mjs +0 -7
- package/esm2022/lib/models/weekly-cert/employer-info-v2-model.mjs +0 -7
- package/esm2022/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.mjs +0 -6
- package/esm2022/lib/models/weekly-cert/weekly-certification-v2-model.mjs +0 -34
- package/esm2022/lib/models/weekly-cert/work-search-record-v2-model.mjs +0 -15
- package/esm2022/lib/models/weekly-cert/work-search-v2-model.mjs +0 -11
- package/esm2022/lib/pipes/format-worksearch/format-worksearch.pipe.mjs +0 -101
- package/esm2022/lib/services/address-validation-service/address-validation.service.mjs +0 -151
- package/esm2022/lib/services/appeal/appeal.service.mjs +0 -37
- package/esm2022/lib/services/birt-service/birt.service.mjs +0 -57
- package/esm2022/lib/services/employer/employer-service.mjs +0 -35
- package/esm2022/lib/services/event-service/event-service.mjs +0 -44
- package/esm2022/lib/services/offline-claims/offline-claims.service.mjs +0 -327
- package/esm2022/lib/services/weekly-cert/review.service.mjs +0 -101
- package/esm2022/lib/services/weekly-cert/weekly-cert.service.mjs +0 -37
- package/esm2022/lib/services/weekly-cert/work-search.service.mjs +0 -58
- package/lib/components/add-wage/add-wage.component.d.ts +0 -30
- package/lib/components/add-wage/add-wage.component.d.ts.map +0 -1
- package/lib/components/address-popup/address-popup.component.d.ts +0 -16
- package/lib/components/address-popup/address-popup.component.d.ts.map +0 -1
- package/lib/components/address-suggestion/address-suggestion.component.d.ts +0 -43
- package/lib/components/address-suggestion/address-suggestion.component.d.ts.map +0 -1
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts +0 -37
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts.map +0 -1
- package/lib/components/associate-ssn/associate-ssn.component.d.ts +0 -33
- package/lib/components/associate-ssn/associate-ssn.component.d.ts.map +0 -1
- package/lib/components/claim-info/claim-info.component.d.ts +0 -49
- package/lib/components/claim-info/claim-info.component.d.ts.map +0 -1
- package/lib/components/dua-request-page/dua-request-page.component.d.ts +0 -74
- package/lib/components/dua-request-page/dua-request-page.component.d.ts.map +0 -1
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts +0 -61
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts.map +0 -1
- package/lib/components/employer-info/employer-info.component.d.ts +0 -50
- package/lib/components/employer-info/employer-info.component.d.ts.map +0 -1
- package/lib/components/employer-pay/employer-pay.component.d.ts +0 -51
- package/lib/components/employer-pay/employer-pay.component.d.ts.map +0 -1
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts +0 -43
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts.map +0 -1
- package/lib/components/farm-usage/farm-usage.component.d.ts +0 -33
- package/lib/components/farm-usage/farm-usage.component.d.ts.map +0 -1
- package/lib/components/gross-earnings/gross-earnings.component.d.ts +0 -42
- package/lib/components/gross-earnings/gross-earnings.component.d.ts.map +0 -1
- package/lib/components/history-page/history-page.component.d.ts +0 -80
- package/lib/components/history-page/history-page.component.d.ts.map +0 -1
- package/lib/components/idme/idme.component.d.ts +0 -19
- package/lib/components/idme/idme.component.d.ts.map +0 -1
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts +0 -311
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts.map +0 -1
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts +0 -33
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts.map +0 -1
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts +0 -97
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts.map +0 -1
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts +0 -33
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts.map +0 -1
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts +0 -54
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts.map +0 -1
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts +0 -74
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts.map +0 -1
- package/lib/components/scrollable-text/scrollable-text.component.d.ts +0 -11
- package/lib/components/scrollable-text/scrollable-text.component.d.ts.map +0 -1
- package/lib/components/sms/sms.component.d.ts +0 -63
- package/lib/components/sms/sms.component.d.ts.map +0 -1
- package/lib/components/wage-calculator/wage-calculator.component.d.ts +0 -44
- package/lib/components/wage-calculator/wage-calculator.component.d.ts.map +0 -1
- package/lib/components/wage-grid/wage-grid.component.d.ts +0 -43
- package/lib/components/wage-grid/wage-grid.component.d.ts.map +0 -1
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts +0 -28
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts.map +0 -1
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts +0 -28
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts.map +0 -1
- package/lib/components/weekly-certification/weekly-certification.component.d.ts +0 -101
- package/lib/components/weekly-certification/weekly-certification.component.d.ts.map +0 -1
- package/lib/components/weekly-confirmation/confirmation.component.d.ts +0 -21
- package/lib/components/weekly-confirmation/confirmation.component.d.ts.map +0 -1
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts +0 -34
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts.map +0 -1
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts +0 -17
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts.map +0 -1
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts +0 -10
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts.map +0 -1
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts +0 -17
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts.map +0 -1
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts +0 -105
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts.map +0 -1
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts +0 -71
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts.map +0 -1
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts +0 -59
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts.map +0 -1
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts +0 -47
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts.map +0 -1
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts +0 -78
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts.map +0 -1
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts +0 -8
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts.map +0 -1
- package/lib/enums/AddressValidationResponseEnum.d.ts +0 -8
- package/lib/enums/AddressValidationResponseEnum.d.ts.map +0 -1
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts +0 -4
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts.map +0 -1
- package/lib/models/ActiveClaimModel.d.ts +0 -8
- package/lib/models/ActiveClaimModel.d.ts.map +0 -1
- package/lib/models/CountyModel.d.ts +0 -8
- package/lib/models/CountyModel.d.ts.map +0 -1
- package/lib/models/DuaAppDataModel.d.ts +0 -5
- package/lib/models/DuaAppDataModel.d.ts.map +0 -1
- package/lib/models/DuaRequestModel.d.ts +0 -10
- package/lib/models/DuaRequestModel.d.ts.map +0 -1
- package/lib/models/DuaRetroWeeksComponentModel.d.ts +0 -5
- package/lib/models/DuaRetroWeeksComponentModel.d.ts.map +0 -1
- package/lib/models/EmployerInfoComponentModel.d.ts +0 -9
- package/lib/models/EmployerInfoComponentModel.d.ts.map +0 -1
- package/lib/models/EmployerPayInfoModel.d.ts +0 -20
- package/lib/models/EmployerPayInfoModel.d.ts.map +0 -1
- package/lib/models/FarmUsageComponentModel.d.ts +0 -10
- package/lib/models/FarmUsageComponentModel.d.ts.map +0 -1
- package/lib/models/GrossEarningsModel.d.ts +0 -6
- package/lib/models/GrossEarningsModel.d.ts.map +0 -1
- package/lib/models/HelpConstants.d.ts +0 -5
- package/lib/models/HelpConstants.d.ts.map +0 -1
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts +0 -7
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts.map +0 -1
- package/lib/models/ReasonSeparationRequestModel.d.ts +0 -7
- package/lib/models/ReasonSeparationRequestModel.d.ts.map +0 -1
- package/lib/models/RetroWeeksModel.d.ts +0 -11
- package/lib/models/RetroWeeksModel.d.ts.map +0 -1
- package/lib/models/SecurityQuestionAnswerModel.d.ts +0 -7
- package/lib/models/SecurityQuestionAnswerModel.d.ts.map +0 -1
- package/lib/models/SendOtpRequestModel.d.ts +0 -12
- package/lib/models/SendOtpRequestModel.d.ts.map +0 -1
- package/lib/models/VerifyOtpRequestModel.d.ts +0 -8
- package/lib/models/VerifyOtpRequestModel.d.ts.map +0 -1
- package/lib/models/WageCalculatorModel.d.ts +0 -15
- package/lib/models/WageCalculatorModel.d.ts.map +0 -1
- package/lib/models/WageInfoModel.d.ts +0 -9
- package/lib/models/WageInfoModel.d.ts.map +0 -1
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts +0 -12
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts.map +0 -1
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts +0 -11
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts.map +0 -1
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts +0 -6
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts.map +0 -1
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts +0 -16
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts.map +0 -1
- package/lib/models/combo-model.d.ts +0 -42
- package/lib/models/combo-model.d.ts.map +0 -1
- package/lib/models/fileupload/DocUploadModel.d.ts +0 -22
- package/lib/models/fileupload/DocUploadModel.d.ts.map +0 -1
- package/lib/models/fileupload/EmployerDataModel.d.ts +0 -6
- package/lib/models/fileupload/EmployerDataModel.d.ts.map +0 -1
- package/lib/models/fileupload/FileObject.d.ts +0 -8
- package/lib/models/fileupload/FileObject.d.ts.map +0 -1
- package/lib/models/fileupload/FileObjectArray.d.ts +0 -8
- package/lib/models/fileupload/FileObjectArray.d.ts.map +0 -1
- package/lib/models/questionnaire/AppealParticipantModel.d.ts +0 -17
- package/lib/models/questionnaire/AppealParticipantModel.d.ts.map +0 -1
- package/lib/models/questionnaire/ScrollableTextModel.d.ts +0 -4
- package/lib/models/questionnaire/ScrollableTextModel.d.ts.map +0 -1
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts +0 -4
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts.map +0 -1
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts +0 -9
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts.map +0 -1
- package/lib/models/weekly-cert/address-detail-model.d.ts +0 -14
- package/lib/models/weekly-cert/address-detail-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts +0 -15
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts +0 -27
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts +0 -57
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts +0 -59
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts +0 -66
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/work-search-v2-model.d.ts +0 -18
- package/lib/models/weekly-cert/work-search-v2-model.d.ts.map +0 -1
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts +0 -14
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts.map +0 -1
- package/lib/services/address-validation-service/address-validation.service.d.ts +0 -44
- package/lib/services/address-validation-service/address-validation.service.d.ts.map +0 -1
- package/lib/services/appeal/appeal.service.d.ts +0 -16
- package/lib/services/appeal/appeal.service.d.ts.map +0 -1
- package/lib/services/birt-service/birt.service.d.ts +0 -17
- package/lib/services/birt-service/birt.service.d.ts.map +0 -1
- package/lib/services/employer/employer-service.d.ts +0 -16
- package/lib/services/employer/employer-service.d.ts.map +0 -1
- package/lib/services/event-service/event-service.d.ts +0 -20
- package/lib/services/event-service/event-service.d.ts.map +0 -1
- package/lib/services/offline-claims/offline-claims.service.d.ts +0 -64
- package/lib/services/offline-claims/offline-claims.service.d.ts.map +0 -1
- package/lib/services/weekly-cert/review.service.d.ts +0 -23
- package/lib/services/weekly-cert/review.service.d.ts.map +0 -1
- package/lib/services/weekly-cert/weekly-cert.service.d.ts +0 -17
- package/lib/services/weekly-cert/weekly-cert.service.d.ts.map +0 -1
- package/lib/services/weekly-cert/work-search.service.d.ts +0 -26
- package/lib/services/weekly-cert/work-search.service.d.ts.map +0 -1
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ModalController } from '@ionic/angular';
|
|
2
|
-
import { AddressRecommendationModel } from '../../models/addressValidation/AddressRecommendationModel';
|
|
3
|
-
import { AddressValidationRequestComponentModel } from '../../models/addressValidation/AddressValidationRequestComponentModel';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AddressPopupComponent {
|
|
6
|
-
private modalCtrl;
|
|
7
|
-
original: AddressValidationRequestComponentModel;
|
|
8
|
-
choices: AddressRecommendationModel[];
|
|
9
|
-
picked: any;
|
|
10
|
-
constructor(modalCtrl: ModalController);
|
|
11
|
-
confirm(): void;
|
|
12
|
-
cancel(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AddressPopupComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AddressPopupComponent, "app-address-popup", never, { "original": { "alias": "original"; "required": false; }; "choices": { "alias": "choices"; "required": false; }; }, {}, never, never, false, never>;
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=address-popup.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"address-popup.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/address-popup/address-popup.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,0BAA0B,EAAE,MAAM,2DAA2D,CAAC;AACvG,OAAO,EAAE,sCAAsC,EAAE,MAAM,uEAAuE,CAAC;;AAC/H,qBAKa,qBAAqB;IAKrB,OAAO,CAAC,SAAS;IAJpB,QAAQ,EAAE,sCAAsC,CAAC;IACjD,OAAO,EAAE,0BAA0B,EAAE,CAAM;IACpD,MAAM,EAAE,GAAG,CAAQ;gBAEC,SAAS,EAAE,eAAe;IAG9C,OAAO;IAUP,MAAM;yCAlBM,qBAAqB;2CAArB,qBAAqB;CAqBjC"}
|
|
@@ -1,43 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,37 +0,0 @@
|
|
|
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
DELETED
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,33 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,49 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,74 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,61 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,50 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,51 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,43 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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,33 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,42 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|