@reusa/ngx-reusa-app-lib 0.0.1331 → 0.0.1333
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 +1251 -2377
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +99 -158
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +16 -36
- package/esm2022/lib/components/address/address.component.mjs +81 -267
- package/esm2022/lib/components/bank-details/bank-details.component.mjs +123 -47
- package/esm2022/lib/components/contact-us/contact-us.component.mjs +16 -4
- 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 +36 -16
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +435 -319
- 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 +67 -90
- package/esm2022/lib/components/header/header.component.mjs +136 -456
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +13 -13
- package/esm2022/lib/components/info/info.component.mjs +12 -4
- package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +1 -1
- package/esm2022/lib/components/job-title/job-title.component.mjs +94 -93
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +331 -142
- package/esm2022/lib/components/lexis-nexis/lexis-nexis.component.mjs +340 -0
- package/esm2022/lib/components/link/link.component.mjs +1 -1
- package/esm2022/lib/components/menu/menu.component.mjs +53 -60
- package/esm2022/lib/components/mfa/mfa.component.mjs +188 -116
- package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +18 -11
- package/esm2022/lib/components/mfa2/mfa2.component.mjs +261 -0
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +36 -148
- package/esm2022/lib/components/profile/profile.component.mjs +338 -748
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +33 -110
- 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 +129 -386
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +70 -72
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +1085 -862
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +565 -186
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +22 -28
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +29 -113
- 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 +27 -155
- package/esm2022/lib/components/security-question/security-question.component.mjs +189 -0
- package/esm2022/lib/components/sign-ssn/sign-ssn.component.mjs +3 -3
- package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +4 -4
- package/esm2022/lib/components/user-login/user-login.component.mjs +300 -116
- package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +241 -612
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +59 -114
- 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/PartialEmploymentModel.mjs +3 -0
- package/esm2022/lib/models/PaymentComponentModel.mjs +1 -1
- package/esm2022/lib/models/SecurityQuestionModel.mjs +3 -0
- 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 +179 -101
- package/esm2022/lib/models/questionnaire/ElementsModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/LegalDiscaimarModel.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 +5 -6
- package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +14 -14
- package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +5 -5
- package/esm2022/lib/pages/popovers/language/language.page.mjs +1 -1
- package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +4 -4
- package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +2 -7
- package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +1 -1
- 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 +11 -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 +25008 -44522
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
- package/lib/components/add-employer/add-employer.component.d.ts +52 -85
- package/lib/components/add-employer/add-employer.component.d.ts.map +1 -1
- package/lib/components/add-participant/add-participant.component.d.ts +2 -11
- package/lib/components/add-participant/add-participant.component.d.ts.map +1 -1
- package/lib/components/add-payment/add-payment.component.d.ts +2 -7
- package/lib/components/add-payment/add-payment.component.d.ts.map +1 -1
- package/lib/components/address/address.component.d.ts +5 -41
- package/lib/components/address/address.component.d.ts.map +1 -1
- package/lib/components/bank-details/bank-details.component.d.ts +6 -0
- package/lib/components/bank-details/bank-details.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 +7 -1
- package/lib/components/email-update/email-update.component.d.ts.map +1 -1
- package/lib/components/employer-grid/employer-grid.component.d.ts +12 -1
- 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 +2 -17
- package/lib/components/header/header.component.d.ts.map +1 -1
- package/lib/components/job-title/job-title.component.d.ts +21 -22
- package/lib/components/job-title/job-title.component.d.ts.map +1 -1
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +2 -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 +1 -2
- package/lib/components/menu/menu.component.d.ts.map +1 -1
- package/lib/components/mfa/mfa.component.d.ts +14 -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 +0 -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 +34 -31
- 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/user-login/user-login.component.d.ts +32 -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 +3 -26
- 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/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/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 -13
- 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 +16 -28
- 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/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/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 -806
- 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 -684
- 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,5 +1,5 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter,
|
|
2
|
-
import {
|
|
1
|
+
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { UntypedFormArray, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
3
|
import { FilterService } from 'primeng/api';
|
|
4
4
|
import { DomSanitizer } from '@angular/platform-browser';
|
|
5
5
|
import { EmployerDetailSearchResult } from '../../models/questionnaire/EmployerDetailSearchResult';
|
|
@@ -12,9 +12,8 @@ import { ClaimService } from '../../services/claims/claims.service';
|
|
|
12
12
|
import { AddressComponent } from '../address/address.component';
|
|
13
13
|
import { LoginService } from '../../services/login/login.service';
|
|
14
14
|
import { ActivatedRoute } from '@angular/router';
|
|
15
|
-
import { EmployerService } from '../../services/employer/employer-service';
|
|
16
15
|
import * as i0 from "@angular/core";
|
|
17
|
-
export declare class AddEmployerComponent implements OnInit
|
|
16
|
+
export declare class AddEmployerComponent implements OnInit {
|
|
18
17
|
formBuilder: UntypedFormBuilder;
|
|
19
18
|
validationService: ValidationService;
|
|
20
19
|
util: UtilService;
|
|
@@ -25,11 +24,8 @@ export declare class AddEmployerComponent implements OnInit, ControlValueAccesso
|
|
|
25
24
|
ls: LoginService;
|
|
26
25
|
el: ElementRef;
|
|
27
26
|
private ar;
|
|
28
|
-
employerService: EmployerService;
|
|
29
27
|
address1: AddressComponent;
|
|
30
28
|
address2: AddressComponent;
|
|
31
|
-
address3: AddressComponent;
|
|
32
|
-
addEmployerFormDirective: NgForm;
|
|
33
29
|
employerTypeOptions: {
|
|
34
30
|
value: string;
|
|
35
31
|
text: string;
|
|
@@ -72,41 +68,28 @@ export declare class AddEmployerComponent implements OnInit, ControlValueAccesso
|
|
|
72
68
|
}[];
|
|
73
69
|
dischargeReasonOptions: ChoicesModel[];
|
|
74
70
|
volQuitReasonOptions: ChoicesModel[];
|
|
75
|
-
statesOptions:
|
|
76
|
-
payPeriod: {
|
|
71
|
+
statesOptions: {
|
|
77
72
|
value: string;
|
|
78
73
|
text: string;
|
|
79
74
|
}[];
|
|
80
|
-
|
|
81
|
-
workCountryOptions: {
|
|
75
|
+
nonKSStatesOptions: {
|
|
82
76
|
value: string;
|
|
83
77
|
text: string;
|
|
84
78
|
}[];
|
|
85
|
-
|
|
86
|
-
value: string;
|
|
87
|
-
text: string;
|
|
88
|
-
}[];
|
|
89
|
-
militaryServiceOptionsWithSpace: {
|
|
90
|
-
value: string;
|
|
91
|
-
text: string;
|
|
92
|
-
}[];
|
|
93
|
-
remunerationTypeOptions: {
|
|
94
|
-
value: string;
|
|
95
|
-
text: string;
|
|
96
|
-
}[];
|
|
97
|
-
shiftOptions: {
|
|
79
|
+
payPeriod: {
|
|
98
80
|
value: string;
|
|
99
81
|
text: string;
|
|
100
82
|
}[];
|
|
101
|
-
|
|
83
|
+
employmentStatusOptions: ChoicesModel[];
|
|
84
|
+
workCountryOptions: {
|
|
102
85
|
value: string;
|
|
103
86
|
text: string;
|
|
104
87
|
}[];
|
|
105
|
-
|
|
88
|
+
militaryServiceOptions: {
|
|
106
89
|
value: string;
|
|
107
90
|
text: string;
|
|
108
91
|
}[];
|
|
109
|
-
|
|
92
|
+
remunerationTypeOptions: {
|
|
110
93
|
value: string;
|
|
111
94
|
text: string;
|
|
112
95
|
}[];
|
|
@@ -124,16 +107,24 @@ export declare class AddEmployerComponent implements OnInit, ControlValueAccesso
|
|
|
124
107
|
currentQuarterRange?: string;
|
|
125
108
|
quarterRangeFive?: string;
|
|
126
109
|
dateTime: Date;
|
|
110
|
+
groupedReasons: {
|
|
111
|
+
label: string;
|
|
112
|
+
value: string;
|
|
113
|
+
items: {
|
|
114
|
+
value: string;
|
|
115
|
+
label: string;
|
|
116
|
+
}[];
|
|
117
|
+
}[];
|
|
127
118
|
minWorkStartDate: Date;
|
|
128
|
-
|
|
119
|
+
prevWorkedStateOptions: {
|
|
120
|
+
value: string;
|
|
121
|
+
text: string;
|
|
122
|
+
}[];
|
|
129
123
|
dischargeReasonOptionsAll: ChoicesModel[];
|
|
130
124
|
volQuitReasonOptionsAll: ChoicesModel[];
|
|
131
125
|
employmentStatusOptionsAll: ChoicesModel[];
|
|
132
126
|
sf8Info: string;
|
|
133
|
-
|
|
134
|
-
statement2: string;
|
|
135
|
-
statement3: string;
|
|
136
|
-
statement4: string;
|
|
127
|
+
dd214Info: string;
|
|
137
128
|
paraOne: string;
|
|
138
129
|
paraTwo: string;
|
|
139
130
|
paraThree: string;
|
|
@@ -150,48 +141,40 @@ export declare class AddEmployerComponent implements OnInit, ControlValueAccesso
|
|
|
150
141
|
success: EventEmitter<any>;
|
|
151
142
|
recordIndexToEdit: number;
|
|
152
143
|
isBasePeriodEmployer: boolean;
|
|
144
|
+
noEditMode: boolean;
|
|
153
145
|
isNewClaim: boolean;
|
|
154
146
|
dob: Date;
|
|
155
147
|
hideFicCode: true;
|
|
148
|
+
isManualEnterEmp: boolean;
|
|
156
149
|
basePeriodIndex: EventEmitter<number>;
|
|
150
|
+
employerFormElement: ElementRef | undefined;
|
|
157
151
|
currentState: string;
|
|
158
152
|
customerName: string;
|
|
159
153
|
aliasName: string;
|
|
160
154
|
mailingAddressDisplay: string;
|
|
161
155
|
schoolFlag: string;
|
|
162
|
-
sportsFlag: string;
|
|
163
|
-
claimTypeDua: string;
|
|
164
|
-
ssnValidWorkShare: string;
|
|
165
156
|
isOsaEmployer: string;
|
|
166
|
-
employerTypePreSet: string;
|
|
167
157
|
isCSR: boolean;
|
|
168
158
|
showWorkState: boolean;
|
|
169
|
-
|
|
159
|
+
nonKsState: {
|
|
160
|
+
text: string;
|
|
161
|
+
value: string;
|
|
162
|
+
}[];
|
|
163
|
+
qtrWageList: QtrYearEmployerWageModel[];
|
|
164
|
+
isFormSubmitted: {
|
|
165
|
+
submitted: boolean;
|
|
166
|
+
};
|
|
170
167
|
private onChange;
|
|
171
|
-
|
|
172
|
-
constructor(formBuilder: UntypedFormBuilder, validationService: ValidationService, util: UtilService, filterService: FilterService, logger: LoggerService, sanitizer: DomSanitizer, claimsService: ClaimService, ls: LoginService, el: ElementRef, ar: ActivatedRoute, employerService: EmployerService);
|
|
168
|
+
constructor(formBuilder: UntypedFormBuilder, validationService: ValidationService, util: UtilService, filterService: FilterService, logger: LoggerService, sanitizer: DomSanitizer, claimsService: ClaimService, ls: LoginService, el: ElementRef, ar: ActivatedRoute);
|
|
173
169
|
ngOnInit(): void;
|
|
174
170
|
setWorkStartDate(): void;
|
|
175
|
-
getReasonSeperationBasedOnCondition(schoolFlag?: string, sportsFlag?: string, claimTypeDua?: string, ssnValidWorkShare?: string): void;
|
|
176
171
|
loadMasterData(): boolean;
|
|
177
|
-
wageArray(qtrWage: QtrYearEmployerWageModel): UntypedFormGroup;
|
|
178
172
|
get wageAmountArray(): UntypedFormArray;
|
|
179
173
|
get testEmp(): import("@angular/forms").AbstractControl<any, any>;
|
|
180
|
-
|
|
181
|
-
setValidationOnServFields(): void;
|
|
182
|
-
removeValidationOnServFields(): void;
|
|
183
|
-
setValidationOnVerificationOfWagesFields(): void;
|
|
184
|
-
setWageValidation(): void;
|
|
185
|
-
removeWageValidation(): void;
|
|
186
|
-
removeValidationOnVerificationOfWagesFields(): void;
|
|
187
|
-
setValidationOnRegularFields(): void;
|
|
188
|
-
removeValidationOnRegularFields(): void;
|
|
189
|
-
setValidationOnFederalFields(): void;
|
|
190
|
-
removeValidationOnFederalFields(): void;
|
|
191
|
-
setValidationOnMilitaryFields(): void;
|
|
192
|
-
removeValidationOnMilitaryFields(): void;
|
|
174
|
+
get severance(): import("@angular/forms").AbstractControl<any, any>;
|
|
193
175
|
get employerType(): import("@angular/forms").AbstractControl<any, any>;
|
|
194
176
|
get employerName(): import("@angular/forms").AbstractControl<any, any>;
|
|
177
|
+
get othStateEmpName(): import("@angular/forms").AbstractControl<any, any>;
|
|
195
178
|
get employerTelephoneNumber(): import("@angular/forms").AbstractControl<any, any>;
|
|
196
179
|
get startDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
197
180
|
get endDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
@@ -202,23 +185,10 @@ export declare class AddEmployerComponent implements OnInit, ControlValueAccesso
|
|
|
202
185
|
get payRate(): import("@angular/forms").AbstractControl<any, any>;
|
|
203
186
|
get grossWages(): import("@angular/forms").AbstractControl<any, any>;
|
|
204
187
|
get payRateFrequency(): import("@angular/forms").AbstractControl<any, any>;
|
|
205
|
-
get hrsWeek(): import("@angular/forms").AbstractControl<any, any>;
|
|
206
|
-
get shift(): import("@angular/forms").AbstractControl<any, any>;
|
|
207
|
-
get workWeek(): import("@angular/forms").AbstractControl<any, any>;
|
|
208
|
-
get regDissmisalCheckBox(): import("@angular/forms").AbstractControl<any, any>;
|
|
209
|
-
get fedDissmisalCheckBox(): import("@angular/forms").AbstractControl<any, any>;
|
|
210
|
-
get fedLaidOffFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
211
|
-
get didWork(): import("@angular/forms").AbstractControl<any, any>;
|
|
212
|
-
get separationDateFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
213
|
-
get regDissmisalFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
214
|
-
get fedDissmisalFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
215
|
-
get regLaidOffFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
216
|
-
get separationDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
217
188
|
get pensionFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
218
189
|
get pensionRecvDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
219
190
|
get regPensionFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
220
191
|
get regPensionRecvDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
221
|
-
get isClmtPaidWhileLow(): import("@angular/forms").AbstractControl<any, any>;
|
|
222
192
|
get hasShortTermDisability(): import("@angular/forms").AbstractControl<any, any>;
|
|
223
193
|
get hasRecvRemuneration(): import("@angular/forms").AbstractControl<any, any>;
|
|
224
194
|
get remunerationTypes(): import("@angular/forms").AbstractControl<any, any>;
|
|
@@ -233,7 +203,9 @@ export declare class AddEmployerComponent implements OnInit, ControlValueAccesso
|
|
|
233
203
|
get workFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
234
204
|
get workCity(): import("@angular/forms").AbstractControl<any, any>;
|
|
235
205
|
get workState(): import("@angular/forms").AbstractControl<any, any>;
|
|
206
|
+
get milState(): import("@angular/forms").AbstractControl<any, any>;
|
|
236
207
|
get workType(): import("@angular/forms").AbstractControl<any, any>;
|
|
208
|
+
get businessNature(): import("@angular/forms").AbstractControl<any, any>;
|
|
237
209
|
get displayVerificationOfWages(): import("@angular/forms").AbstractControl<any, any>;
|
|
238
210
|
get ficCode(): import("@angular/forms").AbstractControl<any, any>;
|
|
239
211
|
get ficDestinationCode(): import("@angular/forms").AbstractControl<any, any>;
|
|
@@ -280,39 +252,34 @@ export declare class AddEmployerComponent implements OnInit, ControlValueAccesso
|
|
|
280
252
|
get dd214File(): import("@angular/forms").AbstractControl<any, any>;
|
|
281
253
|
get address(): import("@angular/forms").AbstractControl<any, any>;
|
|
282
254
|
get osaBpEmployerFlag(): import("@angular/forms").AbstractControl<any, any>;
|
|
283
|
-
get
|
|
284
|
-
|
|
285
|
-
writeValue(obj: any): void;
|
|
286
|
-
registerOnChange(fn: any): void;
|
|
287
|
-
registerOnTouched(fn: any): void;
|
|
288
|
-
setDisabledState?(isDisabled: boolean): void;
|
|
289
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
255
|
+
get prevWorkedState(): import("@angular/forms").AbstractControl<any, any>;
|
|
256
|
+
onToggleChangePrevWorkedState(obj: any): void;
|
|
290
257
|
onModelCancel(cancel: boolean): void;
|
|
291
258
|
setEmployer(employer: EmployerDetailSearchResult): void;
|
|
292
259
|
setFedEmployer(employer: EmployerDetailSearchResult): void;
|
|
293
260
|
resetFedEmployer(employer: EmployerDetailSearchResult): void;
|
|
294
261
|
resetEmployer(employer: EmployerDetailSearchResult): void;
|
|
295
262
|
putMilResBranchValidation(event: any): void;
|
|
296
|
-
putMilValidation(event: any): void;
|
|
297
263
|
onOptionChange(event: any): void;
|
|
298
264
|
save(): void;
|
|
299
265
|
add(): void;
|
|
266
|
+
validateWageGrid(): void;
|
|
300
267
|
validateAddress(): void;
|
|
301
|
-
|
|
302
|
-
filterFedCountry(event: any): void;
|
|
268
|
+
setFieldError(field: string, isError: boolean): void;
|
|
303
269
|
setFedWorkStateValues(event: any): void;
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
filterReasonSeparation(event: any): void;
|
|
309
|
-
filterUsState(event: any): void;
|
|
270
|
+
filterJobTileOrPosition(event: any): void;
|
|
271
|
+
filterFedJobTileOrPosition(event: any): void;
|
|
272
|
+
filterDischargeReasons(event: any): void;
|
|
273
|
+
filterVoluntaryReason(event: any): void;
|
|
310
274
|
validate(event: any): void;
|
|
275
|
+
wageArray(qtrWage: QtrYearEmployerWageModel): UntypedFormGroup;
|
|
276
|
+
setWageValidation(): void;
|
|
277
|
+
removeWageValidation(): void;
|
|
311
278
|
validateWagesDisplay(event: any): void;
|
|
279
|
+
filterGroupedReason(event: any): void;
|
|
312
280
|
onClearAction(event: any): void;
|
|
313
281
|
dateInput(event: any): void;
|
|
314
|
-
numberOfWeeksBetweenDates(startDate: Date, endDate: Date): number;
|
|
315
282
|
static ɵfac: i0.ɵɵFactoryDeclaration<AddEmployerComponent, never>;
|
|
316
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AddEmployerComponent, "app-add-employer", never, { "recordIndexToEdit": { "alias": "recordIndexToEdit"; "required": false; }; "isBasePeriodEmployer": { "alias": "isBasePeriodEmployer"; "required": false; }; "isNewClaim": { "alias": "isNewClaim"; "required": false; }; "dob": { "alias": "dob"; "required": false; }; }, { "modelCancel": "modelCancel"; "success": "success"; "basePeriodIndex": "basePeriodIndex"; }, never, never, false, never>;
|
|
283
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AddEmployerComponent, "app-add-employer", never, { "recordIndexToEdit": { "alias": "recordIndexToEdit"; "required": false; }; "isBasePeriodEmployer": { "alias": "isBasePeriodEmployer"; "required": false; }; "noEditMode": { "alias": "noEditMode"; "required": false; }; "isNewClaim": { "alias": "isNewClaim"; "required": false; }; "dob": { "alias": "dob"; "required": false; }; }, { "modelCancel": "modelCancel"; "success": "success"; "basePeriodIndex": "basePeriodIndex"; }, never, never, false, never>;
|
|
317
284
|
}
|
|
318
285
|
//# sourceMappingURL=add-employer.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-employer.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/add-employer/add-employer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,YAAY,EAAS,
|
|
1
|
+
{"version":3,"file":"add-employer.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/add-employer/add-employer.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,14 +4,11 @@ import { Subscription } from 'rxjs';
|
|
|
4
4
|
import { UtilService } from '../../services/util/util.service';
|
|
5
5
|
import { AddressComponent } from '../address/address.component';
|
|
6
6
|
import { ValidationService } from '../../services/questionnaire/validation.service';
|
|
7
|
-
import { AppealService } from '../../services/appeal/appeal.service';
|
|
8
|
-
import { AppealParticipantModelList } from '../../models/questionnaire/AppealParticipantModel';
|
|
9
7
|
import * as i0 from "@angular/core";
|
|
10
8
|
export declare class AddParticipantComponent implements OnInit, ControlValueAccessor, OnDestroy {
|
|
11
9
|
private fb;
|
|
12
10
|
util: UtilService;
|
|
13
11
|
vs: ValidationService;
|
|
14
|
-
appealService: AppealService;
|
|
15
12
|
formControlName: string;
|
|
16
13
|
onChange: Function;
|
|
17
14
|
onTouched: () => void;
|
|
@@ -19,15 +16,10 @@ export declare class AddParticipantComponent implements OnInit, ControlValueAcce
|
|
|
19
16
|
participantAddress: AddressComponent;
|
|
20
17
|
participantForm: NgForm;
|
|
21
18
|
visible: boolean;
|
|
22
|
-
isAppealLevelSecond: string;
|
|
23
|
-
indexToEdit: any;
|
|
24
19
|
roles: any[];
|
|
25
|
-
dynamicParam: any;
|
|
26
20
|
userForm: FormGroup;
|
|
27
21
|
participantList: any[];
|
|
28
|
-
|
|
29
|
-
isAddressValidationEnabled: boolean;
|
|
30
|
-
constructor(fb: FormBuilder, util: UtilService, vs: ValidationService, appealService: AppealService);
|
|
22
|
+
constructor(fb: FormBuilder, util: UtilService, vs: ValidationService);
|
|
31
23
|
ngOnDestroy(): void;
|
|
32
24
|
writeValue(value: any): void;
|
|
33
25
|
registerOnChange(fn: any): void;
|
|
@@ -48,8 +40,7 @@ export declare class AddParticipantComponent implements OnInit, ControlValueAcce
|
|
|
48
40
|
get phone(): import("@angular/forms").AbstractControl<any, any>;
|
|
49
41
|
close(): void;
|
|
50
42
|
ngOnInit(): void;
|
|
51
|
-
initParticipantList(len: number, temp: AppealParticipantModelList): void;
|
|
52
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<AddParticipantComponent, never>;
|
|
53
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AddParticipantComponent, "app-add-participant", never, {
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AddParticipantComponent, "app-add-participant", never, {}, {}, never, never, false, never>;
|
|
54
45
|
}
|
|
55
46
|
//# sourceMappingURL=add-participant.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-participant.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/add-participant/add-participant.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"add-participant.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/add-participant/add-participant.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAa,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,WAAW,EAAE,SAAS,EAA2B,MAAM,EAAE,oBAAoB,EAAsB,MAAM,gBAAgB,CAAC;AAEnI,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAG,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAA;;AAQnF,qBAWa,uBAAwB,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS;IAyBzE,OAAO,CAAC,EAAE;IAAsB,IAAI,EAAE,WAAW;IAAS,EAAE,EAAE,iBAAiB;IAxB3F,eAAe,SAAM;IAErB,QAAQ,EAAE,QAAQ,CAAC;IAEnB,SAAS,aAAU;IAEnB,YAAY,EAAE,YAAY,EAAE,CAAM;IAG3B,kBAAkB,EAAE,gBAAgB,CAAC;IAGrC,eAAe,EAAE,MAAM,CAAC;IAE/B,OAAO,EAAE,OAAO,CAAS;IAEzB,KAAK,EAAE,GAAG,EAAE,CAEwB;IAGpC,QAAQ,EAAE,SAAS,CAAC;IACpB,eAAe,EAAE,GAAG,EAAE,CAAC;gBAEH,EAAE,EAAE,WAAW,EAAS,IAAI,EAAE,WAAW,EAAS,EAAE,EAAE,iBAAiB;IAc3F,WAAW;IAKX,UAAU,CAAC,KAAK,EAAE,GAAG;IAKrB,gBAAgB,CAAC,EAAE,EAAE,GAAG;IAIxB,iBAAiB,CAAC,SAAS,EAAE,GAAG;IAGhC,QAAQ;IAMD,OAAO,IAAI,IAAI;IAQtB,sBAAsB;IAUtB,QAAQ,CAAC,WAAW,KAAA;IAKpB,KAAK;IAIL,UAAU,CAAC,WAAW,KAAA;IAKtB,OAAO;IAIP,QAAQ;IAiBR,kBAAkB;IAIlB,qBAAqB,CAAC,SAAS,EAAE,SAAS;IAW1C,IAAI,IAAI,uDAEP;IAED,IAAI,IAAI,uDAEP;IACD,IAAI,OAAO,uDAEV;IAED,IAAI,KAAK,uDAER;IAID,KAAK;IAKL,QAAQ;yCAxJG,uBAAuB;2CAAvB,uBAAuB;CA2JnC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { OnInit
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
2
|
import { AbstractControl, FormBuilder, FormGroup, ControlValueAccessor, Validator } from '@angular/forms';
|
|
3
3
|
import { ChoicesModel } from '../../models/AddressComponentModel';
|
|
4
4
|
import { QuestionnaireService } from '../../services/questionnaire/questionnaire.service';
|
|
5
5
|
import { PaymentComponentModel } from '../../models/PaymentComponentModel';
|
|
6
6
|
import { Subscription } from 'rxjs';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class AddPaymentComponent implements ControlValueAccessor, OnInit, Validator
|
|
8
|
+
export declare class AddPaymentComponent implements ControlValueAccessor, OnInit, Validator {
|
|
9
9
|
private fb;
|
|
10
10
|
questionnaireService: QuestionnaireService;
|
|
11
11
|
paymentForm: FormGroup;
|
|
@@ -16,12 +16,9 @@ export declare class AddPaymentComponent implements ControlValueAccessor, OnInit
|
|
|
16
16
|
onTouched: Function;
|
|
17
17
|
onChangeSubs: Subscription[];
|
|
18
18
|
value: any;
|
|
19
|
-
onChange: Function;
|
|
20
19
|
potentialIssueId: number;
|
|
21
20
|
constructor(fb: FormBuilder, questionnaireService: QuestionnaireService);
|
|
22
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
23
21
|
ngOnInit(): void;
|
|
24
|
-
loadMasterData(): void;
|
|
25
22
|
initPaymentForm(): void;
|
|
26
23
|
addPayment(): void;
|
|
27
24
|
removeItem(payIndex: number): void;
|
|
@@ -29,9 +26,7 @@ export declare class AddPaymentComponent implements ControlValueAccessor, OnInit
|
|
|
29
26
|
registerOnChange(onChange: any): void;
|
|
30
27
|
registerOnTouched(onTouched: Function): void;
|
|
31
28
|
setDisabledState(disabled: boolean): void;
|
|
32
|
-
ngOnDestroy(): void;
|
|
33
29
|
writeValue(formValue: PaymentComponentModel): void;
|
|
34
|
-
setvalue(): void;
|
|
35
30
|
validate(control: AbstractControl): any;
|
|
36
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<AddPaymentComponent, never>;
|
|
37
32
|
static ɵcmp: i0.ɵɵComponentDeclaration<AddPaymentComponent, "app-add-payment", never, { "potentialIssueId": { "alias": "potentialIssueId"; "required": false; }; }, {}, never, never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-payment.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/add-payment/add-payment.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"add-payment.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/add-payment/add-payment.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,WAAW,EAA4C,SAAS,EAAE,oBAAoB,EAAE,SAAS,EAAiB,MAAM,gBAAgB,CAAC;AACnK,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAElE,OAAO,EAAE,oBAAoB,EAAE,MAAM,oDAAoD,CAAC;AAC1F,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;;AAEpC,qBAgBa,mBAAoB,YAAW,oBAAoB,EAAE,MAAM,EAAE,SAAS;IAWrE,OAAO,CAAC,EAAE;IAAsB,oBAAoB,EAAE,oBAAoB;IAVtF,WAAW,EAAE,SAAS,CAAC;IACvB,eAAe,EAAE,SAAS,EAAE,CAAM;IAClC,YAAY,EAAE,OAAO,CAAS;IAC9B,SAAS,EAAE,OAAO,CAAS;IAC3B,SAAS,EAAE,YAAY,EAAE,CAA0B;IACnD,SAAS,EAAE,QAAQ,CAAa;IAChC,YAAY,EAAE,YAAY,EAAE,CAAM;IAClC,KAAK,EAAE,GAAG,CAAC;IACF,gBAAgB,EAAE,MAAM,CAAC;gBAEd,EAAE,EAAE,WAAW,EAAS,oBAAoB,EAAE,oBAAoB;IAGtF,QAAQ;IAIR,eAAe;IAUf,UAAU;IAWV,UAAU,CAAC,QAAQ,EAAE,MAAM;IAM3B,QAAQ;IAUR,gBAAgB,CAAC,QAAQ,EAAE,GAAG;IAK9B,iBAAiB,CAAC,SAAS,EAAE,QAAQ;IAIrC,gBAAgB,CAAC,QAAQ,EAAE,OAAO;IASlC,UAAU,CAAC,SAAS,EAAE,qBAAqB;IAM3C,QAAQ,CAAC,OAAO,EAAE,eAAe;yCA/EtB,mBAAmB;2CAAnB,mBAAmB;CAqF/B"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy, OnInit
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { AbstractControl, ControlValueAccessor, UntypedFormBuilder, UntypedFormGroup, NgForm, Validator, ValidatorFn } from '@angular/forms';
|
|
3
3
|
import { Subscription } from 'rxjs';
|
|
4
4
|
import { AddressComponentModel } from '../../models/AddressComponentModel';
|
|
@@ -7,24 +7,18 @@ import { DmsService } from '../../services/dms-service/dms.service';
|
|
|
7
7
|
import { LoggerService } from '../../services/logger/logger.service';
|
|
8
8
|
import { QuestionnaireService } from '../../services/questionnaire/questionnaire.service';
|
|
9
9
|
import { UtilService } from '../../services/util/util.service';
|
|
10
|
-
import { AddressSuggestionComponent } from '../address-suggestion/address-suggestion.component';
|
|
11
10
|
import * as i0 from "@angular/core";
|
|
12
|
-
export declare class AddressComponent implements OnInit, ControlValueAccessor, OnDestroy, Validator
|
|
11
|
+
export declare class AddressComponent implements OnInit, ControlValueAccessor, OnDestroy, Validator {
|
|
13
12
|
formBuilder: UntypedFormBuilder;
|
|
14
13
|
util: UtilService;
|
|
15
14
|
questionnaireService: QuestionnaireService;
|
|
16
15
|
private logger;
|
|
17
16
|
private dms;
|
|
18
17
|
addressFormDirective: NgForm;
|
|
19
|
-
addressSuggestion: AddressSuggestionComponent;
|
|
20
18
|
addressForm: UntypedFormGroup;
|
|
21
19
|
stateOptions: any;
|
|
22
20
|
countyOptions: any;
|
|
23
21
|
townOptions: any;
|
|
24
|
-
yesNoOptions: {
|
|
25
|
-
value: string;
|
|
26
|
-
text: string;
|
|
27
|
-
}[];
|
|
28
22
|
countryOptions: {
|
|
29
23
|
value: string;
|
|
30
24
|
text: string;
|
|
@@ -34,34 +28,13 @@ export declare class AddressComponent implements OnInit, ControlValueAccessor, O
|
|
|
34
28
|
countyRequired: Boolean;
|
|
35
29
|
fromPopup: Boolean;
|
|
36
30
|
inputId: string;
|
|
37
|
-
|
|
38
|
-
showSuggestion: boolean;
|
|
39
|
-
diffMailAddress: boolean;
|
|
40
|
-
enableAddressValidation: boolean;
|
|
41
|
-
questionaireForm: any;
|
|
42
|
-
standaloneAddressForm: boolean;
|
|
43
|
-
parentFormComponent: string;
|
|
44
|
-
addressTypeForNeighbourCheck: string;
|
|
45
|
-
neighbouringStateME: string[];
|
|
46
|
-
neighbouringStateMS: string[];
|
|
47
|
-
showNeighbourQuestion: boolean;
|
|
48
|
-
blurFromField: boolean;
|
|
49
|
-
formBlur: boolean;
|
|
31
|
+
readonly: boolean;
|
|
50
32
|
forState: string;
|
|
51
33
|
usZipcodeValidations: ValidatorFn[];
|
|
52
34
|
canadaZipcodeValidations: ValidatorFn[];
|
|
53
|
-
addressFieldFocusStatus: AddressFieldFocusStatus;
|
|
54
|
-
lastValidAddress: any;
|
|
55
35
|
constructor(formBuilder: UntypedFormBuilder, util: UtilService, questionnaireService: QuestionnaireService, logger: LoggerService, dms: DmsService);
|
|
56
36
|
ngOnInit(): void;
|
|
57
|
-
ngOnChanges(change: SimpleChanges): void;
|
|
58
|
-
setFieldBlur(field: any): void;
|
|
59
|
-
setFieldFocus(field: any): void;
|
|
60
|
-
getAddressSuggestion(): void;
|
|
61
|
-
checkFormBlurr(): boolean;
|
|
62
|
-
validAddress(address: any): void;
|
|
63
37
|
setRequiredValidation(): void;
|
|
64
|
-
get neighborStateCheckRequired(): AbstractControl<any, any>;
|
|
65
38
|
get town(): AbstractControl<any, any>;
|
|
66
39
|
get county(): AbstractControl<any, any>;
|
|
67
40
|
get city(): AbstractControl<any, any>;
|
|
@@ -70,7 +43,6 @@ export declare class AddressComponent implements OnInit, ControlValueAccessor, O
|
|
|
70
43
|
get zip(): AbstractControl<any, any>;
|
|
71
44
|
get streetAddress(): AbstractControl<any, any>;
|
|
72
45
|
get optionalAddress(): AbstractControl<any, any>;
|
|
73
|
-
get neighbourFlag(): AbstractControl<any, any>;
|
|
74
46
|
getAddressData(event: any): void;
|
|
75
47
|
filterCountry(event: any): void;
|
|
76
48
|
filterCounty(event: any): void;
|
|
@@ -91,18 +63,10 @@ export declare class AddressComponent implements OnInit, ControlValueAccessor, O
|
|
|
91
63
|
getState(country: any, state: any): ComboOption;
|
|
92
64
|
getStateValue(states: ComboOption[], name: string): ComboOption;
|
|
93
65
|
setMETown(zipCode: string, town: ComboOption): void;
|
|
94
|
-
setMSCounty(
|
|
66
|
+
setMSCounty(county: ComboOption): void;
|
|
95
67
|
validate(control: AbstractControl): any;
|
|
96
68
|
submit(): void;
|
|
97
69
|
static ɵfac: i0.ɵɵFactoryDeclaration<AddressComponent, never>;
|
|
98
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AddressComponent, "app-address", never, { "countyRequired": { "alias": "countyRequired"; "required": false; }; "fromPopup": { "alias": "fromPopup"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "
|
|
99
|
-
}
|
|
100
|
-
export declare class AddressFieldFocusStatus {
|
|
101
|
-
streetAddress?: boolean;
|
|
102
|
-
optionalAddress?: boolean;
|
|
103
|
-
city?: boolean;
|
|
104
|
-
zip?: boolean;
|
|
105
|
-
state?: boolean;
|
|
106
|
-
county?: boolean;
|
|
70
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AddressComponent, "app-address", never, { "countyRequired": { "alias": "countyRequired"; "required": false; }; "fromPopup": { "alias": "fromPopup"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, { "address": "address"; }, never, never, false, never>;
|
|
107
71
|
}
|
|
108
72
|
//# sourceMappingURL=address.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"address.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/address/address.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"address.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/address/address.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AACrG,OAAO,EAAE,eAAe,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,EAAoC,SAAS,EAAc,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC3L,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,oDAAoD,CAAC;AAC1F,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;;AAG/D,qBAiBa,gBAAiB,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS,EAAE,SAAS;IAoBtE,WAAW,EAAE,kBAAkB;IAAS,IAAI,EAAE,WAAW;IAAS,oBAAoB,EAAE,oBAAoB;IAC7H,OAAO,CAAC,MAAM;IAAiB,OAAO,CAAC,GAAG;IAlBrC,oBAAoB,EAAE,MAAM,CAAC;IAE7B,WAAW,EAAE,gBAAgB,CAAC;IAC9B,YAAY,EAAE,GAAG,CAAM;IACvB,aAAa,EAAE,GAAG,CAAM;IACxB,WAAW,EAAE,GAAG,CAAM;IACtB,cAAc;;;QAAuB;IACrC,WAAW,EAAE,qBAAqB,CAA+B;IAC9D,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IACtD,cAAc,EAAE,OAAO,CAAC;IACxB,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,UAAS;IACnB,QAAQ,EAAE,MAAM,CAAC;IACxB,oBAAoB,EAAE,WAAW,EAAE,CAAuD;IAC1F,wBAAwB,EAAE,WAAW,EAAE,CAA+D;gBAEnF,WAAW,EAAE,kBAAkB,EAAS,IAAI,EAAE,WAAW,EAAS,oBAAoB,EAAE,oBAAoB,EACrH,MAAM,EAAE,aAAa,EAAU,GAAG,EAAE,UAAU;IAIxD,QAAQ;IA6CR,qBAAqB;IAkCrB,IAAI,IAAI,8BAEP;IAED,IAAI,MAAM,8BAET;IAED,IAAI,IAAI,8BAEP;IAED,IAAI,OAAO,8BAEV;IAED,IAAI,KAAK,8BAER;IAED,IAAI,GAAG,8BAEN;IAED,IAAI,aAAa,8BAEhB;IAED,IAAI,eAAe,8BAElB;IAED,cAAc,CAAC,KAAK,KAAA;IA6BpB,aAAa,CAAC,KAAK,KAAA;IAgBnB,YAAY,CAAC,KAAK,KAAA;IAclB,UAAU,CAAC,KAAK,KAAA;IAOhB,WAAW,CAAC,KAAK,KAAA;IAoBjB,aAAa,IAAI,MAAM;IAcvB,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;IAUlC,UAAU,CAAC,KAAK,EAAE,GAAG;IA+BrB,UAAU,CAAC,OAAO,KAAA;;;;IAWlB,QAAQ,CAAC,OAAO,KAAA,EAAE,KAAK,KAAA;IAWvB,aAAa,CAAC,MAAM,EAAE,WAAW,EAAE,EAAE,IAAI,EAAE,MAAM;IAIjD,SAAS,CAAC,OAAO,EAAG,MAAM,EAAE,IAAI,EAAE,WAAW;IAW7C,WAAW,CAAC,MAAM,EAAE,WAAW;IAY/B,QAAQ,CAAC,OAAO,EAAE,eAAe;IAMjC,MAAM;yCA/VK,gBAAgB;2CAAhB,gBAAgB;CAkW5B"}
|
|
@@ -18,6 +18,9 @@ export declare class BankDetailsComponent implements OnInit, ControlValueAccesso
|
|
|
18
18
|
constructor(formBuilder: UntypedFormBuilder, util: UtilService, dms: DmsService);
|
|
19
19
|
ngOnInit(): void;
|
|
20
20
|
submit(): void;
|
|
21
|
+
sanitizeInput(event: any): {
|
|
22
|
+
minlength: boolean;
|
|
23
|
+
};
|
|
21
24
|
setAccountNumberValidator(): void;
|
|
22
25
|
get nameOnAccount(): AbstractControl<any, any>;
|
|
23
26
|
get accountType(): AbstractControl<any, any>;
|
|
@@ -34,6 +37,9 @@ export declare class BankDetailsComponent implements OnInit, ControlValueAccesso
|
|
|
34
37
|
writeValue(value: any): void;
|
|
35
38
|
validate(control: AbstractControl): any;
|
|
36
39
|
fetchBankName(event: any): void;
|
|
40
|
+
accountNumberComparision(event: any): void;
|
|
41
|
+
accountNumberminlenghtvalidation(event: any): void;
|
|
42
|
+
routingNumberValidation(event: any): void;
|
|
37
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<BankDetailsComponent, never>;
|
|
38
44
|
static ɵcmp: i0.ɵɵComponentDeclaration<BankDetailsComponent, "app-bank-details", never, {}, {}, never, never, false, never>;
|
|
39
45
|
}
|
|
@@ -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;;AAI/D,qBAea,oBAAqB,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS,EAAE,SAAS;
|
|
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;IAmB1E,WAAW,EAAE,kBAAkB;IAAQ,IAAI,EAAG,WAAW;IACnE,GAAG,EAAE,UAAU;IAjBjB,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;IAGxB,uBAAuB,EAAG,WAAW,EAAE,CAKrC;gBAEiB,WAAW,EAAE,kBAAkB,EAAQ,IAAI,EAAG,WAAW,EACnE,GAAG,EAAE,UAAU;IAQxB,QAAQ,IAAI,IAAI;IAehB,MAAM;IAUL,aAAa,CAAC,KAAK,EAAC,GAAG;;;IAwBxB,yBAAyB;IAuCzB,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;IAmBnB,wBAAwB,CAAC,KAAK,EAAE,GAAG;IAOnC,gCAAgC,CAAC,KAAK,EAAE,GAAG;IAU3C,uBAAuB,CAAC,KAAK,EAAE,GAAG;yCArNvB,oBAAoB;2CAApB,oBAAoB;CAoOhC"}
|
|
@@ -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;CAoE3C"}
|
|
@@ -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;CAiDlC"}
|
|
@@ -2,21 +2,27 @@ 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';
|
|
5
8
|
import * as i0 from "@angular/core";
|
|
6
9
|
export declare class EmailUpdateComponent implements OnInit {
|
|
7
10
|
fb: UntypedFormBuilder;
|
|
8
11
|
util: UtilService;
|
|
9
12
|
ls: LoginService;
|
|
13
|
+
private wcService;
|
|
14
|
+
private ovpService;
|
|
10
15
|
errorDtls: any;
|
|
11
16
|
successDtls: any;
|
|
12
17
|
mode: string;
|
|
13
18
|
blocked: boolean;
|
|
14
19
|
authCodeForm: UntypedFormGroup;
|
|
20
|
+
userModel: UserModel;
|
|
15
21
|
authCodeFormDirective: NgForm;
|
|
16
22
|
onSuccess: EventEmitter<any>;
|
|
17
23
|
onClose: EventEmitter<any>;
|
|
18
24
|
email: string;
|
|
19
|
-
constructor(fb: UntypedFormBuilder, util: UtilService, ls: LoginService);
|
|
25
|
+
constructor(fb: UntypedFormBuilder, util: UtilService, ls: LoginService, wcService: WeeklyCertServiceV2, ovpService: OvpService);
|
|
20
26
|
ngOnInit(): void;
|
|
21
27
|
get authCode(): import("@angular/forms").AbstractControl<any, any>;
|
|
22
28
|
get newEmail(): import("@angular/forms").AbstractControl<any, any>;
|
|
@@ -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;AAG/D,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;AAElD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;AACxF,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;;AAE5D,qBAKa,oBAAqB,YAAW,MAAM;IAwB9B,EAAE,EAAG,kBAAkB;IAAS,IAAI,EAAG,WAAW;IAAS,EAAE,EAAE,YAAY;IAAC,OAAO,CAAC,SAAS;IAAsB,OAAO,CAAC,UAAU;IAtBjJ,SAAS,MAAC;IACV,WAAW,MAAC;IAGnB,IAAI,EAAG,MAAM,CAAO;IAEb,OAAO,EAAE,OAAO,CAAC;IAEjB,YAAY,EAAG,gBAAgB,CAAC;IAChC,SAAS,EAAE,SAAS,CAAC;IAGrB,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,EAAS,SAAS,EAAE,mBAAmB,EAAS,UAAU,EAAE,UAAU;IAEpK,QAAQ,IAAI,IAAI;IAOhB,IAAI,QAAQ,uDAEX;IAED,IAAI,QAAQ,uDAEX;IAED,KAAK;IAIL,OAAO,CAAC,IAAI,EAAG,MAAM;IAarB,WAAW;IA4CX,QAAQ;IAMR,UAAU;IAaV,wBAAwB;yCAzHb,oBAAoB;2CAApB,oBAAoB;CA0IhC"}
|