@reusa/ngx-reusa-app-lib 0.0.1326 → 0.0.1330
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 -491
- 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 -102
- 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 +25067 -44572
- 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 -38
- 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
|
@@ -29,9 +29,11 @@ export declare class EmployerGridComponent implements OnInit, ControlValueAccess
|
|
|
29
29
|
form: UntypedFormGroup;
|
|
30
30
|
dynamicParam: any;
|
|
31
31
|
display: boolean;
|
|
32
|
+
noEditMode: boolean;
|
|
32
33
|
basePerioddisplay: boolean;
|
|
33
34
|
modelDisplay: EventEmitter<boolean>;
|
|
34
35
|
onComplete: EventEmitter<any>;
|
|
36
|
+
modelDataPass: EventEmitter<any>;
|
|
35
37
|
claimdetailModel: ClaimAppEmployerDetailsModel;
|
|
36
38
|
caimAppEmpResponseModel: ClaimAppEmpResponseModel;
|
|
37
39
|
selectedEmployer: ClaimAppEmployerDetailsModel;
|
|
@@ -40,6 +42,7 @@ export declare class EmployerGridComponent implements OnInit, ControlValueAccess
|
|
|
40
42
|
isBasePeriodEmployer: boolean;
|
|
41
43
|
isNewClaim: boolean;
|
|
42
44
|
showConfirmPopup: boolean;
|
|
45
|
+
showbpEmpDelPopup: boolean;
|
|
43
46
|
ssnForCSR: string;
|
|
44
47
|
showProgressBar: boolean;
|
|
45
48
|
uuid: string;
|
|
@@ -67,8 +70,15 @@ export declare class EmployerGridComponent implements OnInit, ControlValueAccess
|
|
|
67
70
|
text: string;
|
|
68
71
|
}[];
|
|
69
72
|
claimantDob: Date;
|
|
73
|
+
selectedOption: string;
|
|
74
|
+
showCommentBox: boolean;
|
|
75
|
+
bpEmpDelOptions: {
|
|
76
|
+
value: string;
|
|
77
|
+
text: string;
|
|
78
|
+
}[];
|
|
70
79
|
loadMasterData(): void;
|
|
71
80
|
ngOnInit(): void;
|
|
81
|
+
onDropdownChange(event: any): void;
|
|
72
82
|
addNewEmpDetails(): Promise<void>;
|
|
73
83
|
private onChange;
|
|
74
84
|
private onTouch;
|
|
@@ -87,11 +97,12 @@ export declare class EmployerGridComponent implements OnInit, ControlValueAccess
|
|
|
87
97
|
onModelCancel(cancel: boolean): void;
|
|
88
98
|
addEmployer(event: ClaimAppEmployerDetailsModel): void;
|
|
89
99
|
removeEmployment(selectedEmployer: ClaimAppEmployerDetailsModel, index: any): void;
|
|
100
|
+
displayBpEmpConfirmation(): void;
|
|
90
101
|
removeBasePeriodEmployer(): void;
|
|
91
102
|
restoreEmployment(selectedEmployer: ClaimAppEmployerDetailsModel, index: any): void;
|
|
92
103
|
close(): void;
|
|
93
104
|
setChoiseModels(emp: ClaimAppEmployerDetailsModel): void;
|
|
94
105
|
static ɵfac: i0.ɵɵFactoryDeclaration<EmployerGridComponent, never>;
|
|
95
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EmployerGridComponent, "app-employer-grid", never, { "form": { "alias": "form"; "required": false; }; "dynamicParam": { "alias": "dynamicParam"; "required": false; }; }, { "modelDisplay": "modelDisplay"; "onComplete": "onComplete"; }, never, never, false, never>;
|
|
106
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EmployerGridComponent, "app-employer-grid", never, { "form": { "alias": "form"; "required": false; }; "dynamicParam": { "alias": "dynamicParam"; "required": false; }; }, { "modelDisplay": "modelDisplay"; "onComplete": "onComplete"; "modelDataPass": "modelDataPass"; }, never, never, false, never>;
|
|
96
107
|
}
|
|
97
108
|
//# sourceMappingURL=employer-grid.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"employer-grid.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/employer-grid/employer-grid.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"employer-grid.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/employer-grid/employer-grid.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqF,YAAY,EAAmB,MAAM,EAAqB,MAAM,eAAe,CAAC;AAC5K,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAClE,OAAO,EAAE,oBAAoB,EAAE,gBAAgB,EAAsE,MAAM,gBAAgB,CAAC;AAC5I,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,wBAAwB,EAAE,MAAM,qDAAqD,CAAC;AAC/F,OAAO,EAAE,4BAA4B,EAAE,MAAM,yDAAyD,CAAC;AACvG,OAAO,EAAE,uBAAuB,EAAE,MAAM,oDAAoD,CAAC;AAE7F,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;AACpF,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAEjD,OAAO,EAAE,YAAY,EAAE,MAAM,sCAAsC,CAAC;AACpE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAGlE,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;;AAEjD,qBAYa,qBAAsB,YAAW,MAAM,EAAE,oBAAoB;IAErD,KAAK,EAAE,iBAAiB;IAAS,MAAM,EAAE,aAAa;IAChE,iBAAiB,EAAE,iBAAiB;IAAS,aAAa,EAAE,aAAa;IAAS,IAAI,EAAE,WAAW;IACnG,EAAE,EAAE,YAAY;IAAS,cAAc,EAAG,cAAc;IAAS,aAAa,EAAG,YAAY;IACpG,OAAO,CAAC,OAAO;gBAHE,KAAK,EAAE,iBAAiB,EAAS,MAAM,EAAE,aAAa,EAChE,iBAAiB,EAAE,iBAAiB,EAAS,aAAa,EAAE,aAAa,EAAS,IAAI,EAAE,WAAW,EACnG,EAAE,EAAE,YAAY,EAAS,cAAc,EAAG,cAAc,EAAS,aAAa,EAAG,YAAY,EAC5F,OAAO,EAAG,OAAO;IAY3B,mCAAmC,EAAG,wBAAwB,CAAkC;IAChG,IAAI,EAAE,GAAG,EAAE,CAAC;IACH,IAAI,EAAE,gBAAgB,CAAC;IACvB,YAAY,EAAG,GAAG,CAAC;IAC5B,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,OAAO,CAAC;IACpB,iBAAiB,EAAE,OAAO,CAAC;IACjB,YAAY,wBAA+B;IAC3C,UAAU,oBAAsB;IAChC,aAAa,oBAAsB;IAC7C,gBAAgB,+BAAsC;IACtD,uBAAuB,2BAAkC;IACzD,gBAAgB,EAAE,4BAA4B,CAAC;IAC/C,0BAA0B,EAAE,4BAA4B,CAAC;IAClD,WAAW,MAAC;IACZ,oBAAoB,EAAE,OAAO,CAAS;IACtC,UAAU,EAAE,OAAO,CAAS;IAC5B,gBAAgB,EAAG,OAAO,CAAS;IACnC,iBAAiB,EAAG,OAAO,CAAS;IAC3C,SAAS,EAAG,MAAM,CAAC;IACZ,eAAe,UAAS;IAC/B,IAAI,EAAE,MAAM,CAAQ;IAEb,yBAAyB,EAAE,YAAY,EAAE,CAAM;IAC/C,uBAAuB,EAAE,YAAY,EAAE,CAAM;IAC7C,0BAA0B,EAAE,YAAY,EAAE,CAAM;IAChD,cAAc;;;QAA0B;IACxC,cAAc;;;QAAuB;IACrC,kBAAkB;;;QAA4B;IAC9C,aAAa;;;QAAyB;IACtC,sBAAsB;;;QAAgC;IACtD,WAAW,EAAG,IAAI,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,OAAO,CAAS;IAChC,eAAe;;;QAA+B;IAErD,cAAc;IAqBd,QAAQ;IA8BR,gBAAgB,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAW5B,gBAAgB;IAOtB,OAAO,CAAC,QAAQ,CACd;IAEF,OAAO,CAAC,OAAO,CACb;IAEF,UAAU,CAAC,KAAK,EAAE,GAAG;IAQrB,gBAAgB,CAAC,EAAE,EAAE,GAAG;IAKxB,iBAAiB,CAAC,EAAE,EAAE,GAAG;IAInB,aAAa;IAWb,aAAa;IAoCnB,yBAAyB,CAAC,KAAK,EAAE,uBAAuB,EAAE,GAAG,EAAE,MAAM;IAqBrE,YAAY,CAAC,KAAK,EAAC,MAAM;IAKzB,cAAc,CAAC,YAAY,KAAA;IAQ3B,wBAAwB,CAAC,YAAY,KAAA;IASrC,YAAY,CAAC,QAAQ,KAAA;IAQrB,MAAM,CAAC,QAAQ,KAAA;IASf,sBAAsB,CAAC,QAAQ,KAAA;IAQ/B,aAAa,CAAC,MAAM,EAAE,OAAO;IAS7B,WAAW,CAAC,KAAK,EAAE,4BAA4B;IAuF/C,gBAAgB,CAAC,gBAAgB,EAAE,4BAA4B,EAAE,KAAK,KAAA;IAMtE,wBAAwB;IAGxB,wBAAwB;IAQxB,iBAAiB,CAAC,gBAAgB,EAAE,4BAA4B,EAAE,KAAK,KAAA;IAQvE,KAAK;IAOL,eAAe,CAAC,GAAG,EAAE,4BAA4B,GAAG,IAAI;yCApY7C,qBAAqB;2CAArB,qBAAqB;CAyajC"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { UntypedFormControl, NgForm
|
|
2
|
+
import { UntypedFormControl, NgForm } from '@angular/forms';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class ErrorComponent implements OnInit {
|
|
5
5
|
formControl: UntypedFormControl;
|
|
6
|
-
formArray: FormArray;
|
|
7
6
|
ngForm: NgForm;
|
|
8
7
|
errDef: any;
|
|
9
8
|
class: string;
|
|
@@ -14,6 +13,6 @@ export declare class ErrorComponent implements OnInit {
|
|
|
14
13
|
errorMessage: string;
|
|
15
14
|
buildErrors(): boolean;
|
|
16
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorComponent, "app-error", never, { "formControl": { "alias": "field"; "required": false; }; "
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorComponent, "app-error", never, { "formControl": { "alias": "field"; "required": false; }; "ngForm": { "alias": "form"; "required": false; }; "errDef": { "alias": "errDef"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, never, false, never>;
|
|
18
17
|
}
|
|
19
18
|
//# sourceMappingURL=error.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/error/error.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,kBAAkB,EAAE,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"error.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/error/error.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,kBAAkB,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;;AAG5D,qBAMa,cAAe,YAAW,MAAM;IAG3C,WAAW,EAAG,kBAAkB,CAAC;IAGjC,MAAM,EAAG,MAAM,CAAC;IAGhB,MAAM,EAAE,GAAG,CAAC;IAGZ,KAAK,EAAG,MAAM,CAAC;;IAIf,QAAQ;IAER,OAAO;IAYP,aAAa,QAAM;IACnB,YAAY,SAAM;IAElB,WAAW,IAAI,OAAO;yCAjCX,cAAc;2CAAd,cAAc;CAyD1B"}
|
|
@@ -11,7 +11,6 @@ export declare class FileUploaderComponent implements OnInit, ControlValueAccess
|
|
|
11
11
|
private fs;
|
|
12
12
|
toastController: ToastController;
|
|
13
13
|
private cs;
|
|
14
|
-
imageBase64: string | null;
|
|
15
14
|
private DEFAULT_SINGLE_FILE_LIMIT;
|
|
16
15
|
private DEFAULT_FILE_SIZE_IN_MB;
|
|
17
16
|
private FILE_UPLOAD_ACTION_NAME;
|
|
@@ -24,13 +23,10 @@ export declare class FileUploaderComponent implements OnInit, ControlValueAccess
|
|
|
24
23
|
mapOfFiles: Map<File, string>;
|
|
25
24
|
allowedFileType: string;
|
|
26
25
|
multiple: boolean;
|
|
27
|
-
proofOfAnything: boolean;
|
|
28
|
-
context: string;
|
|
29
26
|
showSeparateAttachButton: boolean;
|
|
30
27
|
noOfFilesToUpload: number;
|
|
31
28
|
maxSizeInMB: number;
|
|
32
29
|
uploadFileForm: UntypedFormGroup;
|
|
33
|
-
imageHtml: string;
|
|
34
30
|
constructor(formBuilder: UntypedFormBuilder, util: UtilService, fs: DmsService, toastController: ToastController, cs: CaptchaService);
|
|
35
31
|
get uploadFileCtrl(): import("@angular/forms").AbstractControl<any, any>;
|
|
36
32
|
ngOnInit(): void;
|
|
@@ -47,6 +43,6 @@ export declare class FileUploaderComponent implements OnInit, ControlValueAccess
|
|
|
47
43
|
success(msg: any): void;
|
|
48
44
|
error(msg: any): void;
|
|
49
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploaderComponent, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploaderComponent, "app-file-uploader", never, { "allowedFileType": { "alias": "allowedFileType"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploaderComponent, "app-file-uploader", never, { "allowedFileType": { "alias": "allowedFileType"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "showSeparateAttachButton": { "alias": "showSeparateAttachButton"; "required": false; }; "noOfFilesToUpload": { "alias": "noOfFilesToUpload"; "required": false; }; "maxSizeInMB": { "alias": "maxSizeInMB"; "required": false; }; }, { "upload": "upload"; "files": "files"; }, never, never, false, never>;
|
|
51
47
|
}
|
|
52
48
|
//# sourceMappingURL=file-uploader.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file-uploader.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/file-uploader/file-uploader.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAA+B,SAAS,EAAE,aAAa,EAAa,MAAM,eAAe,CAAC;AAClI,OAAO,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,EAAiC,MAAM,gBAAgB,CAAC;AACnI,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AACxE,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;;AAIpE,qBAUa,qBAAsB,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"file-uploader.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/file-uploader/file-uploader.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAA+B,SAAS,EAAE,aAAa,EAAa,MAAM,eAAe,CAAC;AAClI,OAAO,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,EAAiC,MAAM,gBAAgB,CAAC;AACnI,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AACxE,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;;AAIpE,qBAUa,qBAAsB,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS;IA2ChE,WAAW,EAAE,kBAAkB;IAAE,OAAO,CAAC,IAAI;IAAe,OAAO,CAAC,EAAE;IAChF,eAAe,EAAE,eAAe;IAAE,OAAO,CAAC,EAAE;IA1CrD,OAAO,CAAC,yBAAyB,CAAK;IAEtC,OAAO,CAAC,uBAAuB,CAAK;IAEpC,OAAO,CAAC,uBAAuB,CAAiB;IAEzC,YAAY,UAAS;IAGrB,uBAAuB,EAAE,MAAM,CAAC;IAGvC,MAAM,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAG/C,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC,CAAsB;IAEjC,SAAS,MAAC;IAErC,KAAK,EAAE,IAAI,EAAE,CAAM;IAEnB,UAAU,EAAE,GAAG,CAAC,IAAI,EAAE,MAAM,CAAC,CAAa;IAG1C,eAAe,EAAE,MAAM,CAAC;IAGxB,QAAQ,EAAE,OAAO,CAAS;IAG1B,wBAAwB,EAAE,OAAO,CAAS;IAG1C,iBAAiB,EAAE,MAAM,CAAkC;IAG3D,WAAW,EAAE,MAAM,CAAgC;IAG5C,cAAc,EAAE,gBAAgB,CAAC;gBAErB,WAAW,EAAE,kBAAkB,EAAU,IAAI,EAAE,WAAW,EAAU,EAAE,EAAE,UAAU,EAC5F,eAAe,EAAE,eAAe,EAAU,EAAE,EAAE,cAAc;IAMrE,IAAI,cAAc,uDAEjB;IAGD,QAAQ;IAGR,OAAO,CAAC,QAAQ,CAEd;IACF,OAAO,CAAC,OAAO,CAEb;IACF,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,IAAI;IAG1B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAKhC,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAIzC,UAAU,CAAC,KAAK,KAAA;IAiEhB,eAAe,CAAC,YAAY,KAAA;IAiC5B,WAAW,CAAC,GAAG,EAAE,MAAM;IAIjB,YAAY,CAAC,GAAG,KAAA,EAAE,KAAK,KAAA;IAU7B,OAAO,CAAC,GAAG,KAAA;IAIX,KAAK,CAAC,GAAG,KAAA;yCApME,qBAAqB;2CAArB,qBAAqB;CAwMjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"footer.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/footer/footer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAK7C,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AACxE,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;;AAE/D,qBAKa,eAAgB,YAAW,MAAM;IAUzB,KAAK,EAAE,iBAAiB;IAAE,OAAO,CAAC,OAAO;IACzC,IAAI,EAAE,WAAW;IAAS,WAAW,EAAE,WAAW;IAAE,OAAO,CAAC,EAAE;IACrE,OAAO,CAAC,EAAE;IAAmB,OAAO,CAAC,GAAG;IAT7C,QAAQ,EAAG,OAAO,CAAS;IAE3B,UAAU,MAAC;IAEX,UAAU,MAA2B;IACrC,WAAW,EAAG,OAAO,CAA0C;IAC/D,WAAW,EAAE,KAAK,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAC,CAAC,CAAA;gBACnC,KAAK,EAAE,iBAAiB,EAAU,OAAO,EAAE,cAAc,EACzD,IAAI,EAAE,WAAW,EAAS,WAAW,EAAE,WAAW,EAAU,EAAE,EAAE,YAAY,EAC3E,EAAE,EAAG,cAAc,EAAU,GAAG,EAAE,aAAa;IAEnE,QAAQ;
|
|
1
|
+
{"version":3,"file":"footer.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/footer/footer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAK7C,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AACxE,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;;AAE/D,qBAKa,eAAgB,YAAW,MAAM;IAUzB,KAAK,EAAE,iBAAiB;IAAE,OAAO,CAAC,OAAO;IACzC,IAAI,EAAE,WAAW;IAAS,WAAW,EAAE,WAAW;IAAE,OAAO,CAAC,EAAE;IACrE,OAAO,CAAC,EAAE;IAAmB,OAAO,CAAC,GAAG;IAT7C,QAAQ,EAAG,OAAO,CAAS;IAE3B,UAAU,MAAC;IAEX,UAAU,MAA2B;IACrC,WAAW,EAAG,OAAO,CAA0C;IAC/D,WAAW,EAAE,KAAK,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAC,CAAC,CAAA;gBACnC,KAAK,EAAE,iBAAiB,EAAU,OAAO,EAAE,cAAc,EACzD,IAAI,EAAE,WAAW,EAAS,WAAW,EAAE,WAAW,EAAU,EAAE,EAAE,YAAY,EAC3E,EAAE,EAAG,cAAc,EAAU,GAAG,EAAE,aAAa;IAEnE,QAAQ;IAeR,IAAI;IAYE,qBAAqB,CAAC,KAAK,KAAA;IAW3B,sBAAsB,CAAC,KAAK,KAAA;IAW5B,2BAA2B,CAAC,KAAK,KAAA;IAWvC,SAAS,CAAC,UAAU,KAAA;IAIpB,iBAAiB;yCA9EN,eAAe;2CAAf,eAAe;CAkF3B"}
|
|
@@ -26,23 +26,19 @@ export declare class HeaderComponent extends BasePage implements OnInit {
|
|
|
26
26
|
items: MenuItem[];
|
|
27
27
|
searchText: any;
|
|
28
28
|
results: ClaimantModel[];
|
|
29
|
-
contextRoot: string;
|
|
30
29
|
title: string;
|
|
31
30
|
pageId: string;
|
|
32
31
|
secondToolbar: boolean;
|
|
33
32
|
displayLogo: boolean;
|
|
34
33
|
showHistory: boolean;
|
|
35
34
|
backPage: string;
|
|
36
|
-
context: string;
|
|
37
35
|
showNotificationLoader: boolean;
|
|
38
36
|
legacyMenu: any;
|
|
39
|
-
interimHomePage: any;
|
|
40
37
|
showProfilePopup: boolean;
|
|
41
38
|
showjobSearchResultPopup: boolean;
|
|
42
|
-
showLanguageOption: any;
|
|
43
39
|
constructor(ls: LoginService, util: UtilService, r: Router, popup: PopoverController, cs: ClaimantService, nav: NavController, modalController: ModalController, ns: NotificationService, hs: HelpService, translateService: TranslateService);
|
|
44
40
|
ngOnInit(): void;
|
|
45
|
-
|
|
41
|
+
presentJobSearchResultPopup(): void;
|
|
46
42
|
setMenuItems(language: string): void;
|
|
47
43
|
getIcon(selectedLang: string, language: string): string;
|
|
48
44
|
setLanguage(language: string, name: string): void;
|
|
@@ -50,17 +46,6 @@ export declare class HeaderComponent extends BasePage implements OnInit {
|
|
|
50
46
|
presentMyNotificationPopover(event: any): Promise<void>;
|
|
51
47
|
logout(): void;
|
|
52
48
|
openWeeklies(): void;
|
|
53
|
-
openAuditDashboard(): void;
|
|
54
|
-
openAuditorWorkList(): void;
|
|
55
|
-
openUploadDocuments(): void;
|
|
56
|
-
openSupervisorMyQ(): void;
|
|
57
|
-
openSupervisorInquiry(): void;
|
|
58
|
-
openSupervisorReferrals(): void;
|
|
59
|
-
openSupervisorConfig(): void;
|
|
60
|
-
openSupervisorAnalytics(): void;
|
|
61
|
-
openSupervisorAssign(): void;
|
|
62
|
-
openSupervisorTeam(): void;
|
|
63
|
-
openQuestionnaire(): void;
|
|
64
49
|
openHome(): void;
|
|
65
50
|
search(event: any): void;
|
|
66
51
|
private isNumber;
|
|
@@ -71,6 +56,6 @@ export declare class HeaderComponent extends BasePage implements OnInit {
|
|
|
71
56
|
openContextHelp(): void;
|
|
72
57
|
changeLanguage(event: any): Promise<void>;
|
|
73
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
|
|
74
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "app-header", never, { "title": { "alias": "title"; "required": false; }; "pageId": { "alias": "pageId"; "required": false; }; "secondToolbar": { "alias": "secondToolbar"; "required": false; }; "displayLogo": { "alias": "displayLogo"; "required": false; }; "showHistory": { "alias": "showHistory"; "required": false; }; "backPage": { "alias": "backPage"; "required": false; };
|
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "app-header", never, { "title": { "alias": "title"; "required": false; }; "pageId": { "alias": "pageId"; "required": false; }; "secondToolbar": { "alias": "secondToolbar"; "required": false; }; "displayLogo": { "alias": "displayLogo"; "required": false; }; "showHistory": { "alias": "showHistory"; "required": false; }; "backPage": { "alias": "backPage"; "required": false; }; }, {}, never, ["*", "*"], false, never>;
|
|
75
60
|
}
|
|
76
61
|
//# sourceMappingURL=header.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"header.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/header/header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEnF,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AAGpE,OAAO,EAAE,eAAe,EAAE,MAAM,0CAA0C,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kDAAkD,CAAC;AACvF,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;;AAE/D,qBAKa,eAAgB,SAAQ,QAAS,YAAW,MAAM;
|
|
1
|
+
{"version":3,"file":"header.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/header/header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEnF,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AAGpE,OAAO,EAAE,eAAe,EAAE,MAAM,0CAA0C,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kDAAkD,CAAC;AACvF,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;;AAE/D,qBAKa,eAAgB,SAAQ,QAAS,YAAW,MAAM;IA4B1C,EAAE,EAAG,YAAY;IAAS,IAAI,EAAG,WAAW;IAAS,CAAC,EAAG,MAAM;IAAS,KAAK,EAAE,iBAAiB;IAChG,EAAE,EAAG,eAAe;IAAE,OAAO,CAAC,GAAG;IAAyB,eAAe,EAAE,eAAe;IAC1F,EAAE,EAAG,mBAAmB;IAAS,EAAE,EAAE,WAAW;IAAS,gBAAgB,EAAG,gBAAgB;IA5B/G,KAAK,EAAE,QAAQ,EAAE,CAAC;IAElB,UAAU,MAAC;IAEX,OAAO,EAAE,aAAa,EAAE,CAAC;IAET,KAAK,EAAE,MAAM,CAAC;IAEb,MAAM,EAAE,MAAM,CAAC;IAER,aAAa,EAAE,OAAO,CAAS;IAEjC,WAAW,EAAE,OAAO,CAAS;IAE7B,WAAW,EAAE,OAAO,CAAS;IAEhC,QAAQ,EAAE,MAAM,CAAC;IAE7B,sBAAsB,UAAS;IAE/B,UAAU,MAA2B;IAErC,gBAAgB,EAAG,OAAO,CAAS;IAEnC,wBAAwB,EAAG,OAAO,CAAS;gBAE/B,EAAE,EAAG,YAAY,EAAS,IAAI,EAAG,WAAW,EAAS,CAAC,EAAG,MAAM,EAAS,KAAK,EAAE,iBAAiB,EAChG,EAAE,EAAG,eAAe,EAAU,GAAG,EAAG,aAAa,EAAS,eAAe,EAAE,eAAe,EAC1F,EAAE,EAAG,mBAAmB,EAAS,EAAE,EAAE,WAAW,EAAS,gBAAgB,EAAG,gBAAgB;IAI/G,QAAQ;IAKP,2BAA2B;IAO5B,YAAY,CAAC,QAAQ,EAAG,MAAM;IAoB9B,OAAO,CAAC,YAAY,EAAG,MAAM,EAAE,QAAQ,EAAG,MAAM;IAQhD,WAAW,CAAC,QAAQ,EAAG,MAAM,EAAE,IAAI,EAAG,MAAM;IAOtC,uBAAuB,CAAC,KAAK,KAAA;IAkB7B,4BAA4B,CAAC,KAAK,KAAA;IAgBxC,MAAM;IAKN,YAAY;IAQZ,QAAQ;IAYR,MAAM,CAAC,KAAK,KAAA;IA2BZ,OAAO,CAAC,QAAQ;IAIhB,cAAc,CAAC,KAAK,EAAG,uBAAuB;IAU9C,eAAe;IAMf,QAAQ,CAAC,WAAW,KAAA,EAAE,GAAG,KAAA;IAWzB,QAAQ,CAAC,IAAI,KAAA;IAMb,eAAe;IAIT,cAAc,CAAC,KAAK,KAAA;yCAhNf,eAAe;2CAAf,eAAe;CAmN3B"}
|
|
@@ -1,37 +1,36 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { AbstractControl, ControlValueAccessor, UntypedFormBuilder, UntypedFormGroup, NgForm, Validator, FormControl } from '@angular/forms';
|
|
3
|
+
import { Subscription } from 'rxjs';
|
|
4
|
+
import { AutocoderModel } from '../../models/questionnaire/AutocoderModel';
|
|
5
|
+
import { ClaimService } from '../../services/claims/claims.service';
|
|
3
6
|
import { LoggerService } from '../../services/logger/logger.service';
|
|
4
|
-
import {
|
|
7
|
+
import { QuestionnaireService } from '../../services/questionnaire/questionnaire.service';
|
|
5
8
|
import { UtilService } from '../../services/util/util.service';
|
|
6
|
-
import { Subscription } from 'rxjs';
|
|
7
|
-
import { BasePage } from '../../pages/BasePage';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class JobTitleComponent
|
|
10
|
-
validationService: ValidationService;
|
|
11
|
-
private logger;
|
|
10
|
+
export declare class JobTitleComponent implements OnInit, ControlValueAccessor, OnDestroy, Validator {
|
|
12
11
|
formBuilder: UntypedFormBuilder;
|
|
13
12
|
util: UtilService;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
constructor(
|
|
13
|
+
questionnaireService: QuestionnaireService;
|
|
14
|
+
private logger;
|
|
15
|
+
private claim;
|
|
16
|
+
jobTitleFormDirective: NgForm;
|
|
17
|
+
jobTitleForm: UntypedFormGroup;
|
|
18
|
+
jobTitleData: AutocoderModel;
|
|
19
|
+
control: FormControl;
|
|
20
|
+
constructor(formBuilder: UntypedFormBuilder, util: UtilService, questionnaireService: QuestionnaireService, logger: LoggerService, claim: ClaimService);
|
|
22
21
|
ngOnInit(): void;
|
|
23
22
|
filterJobTileOrPosition(event: any): void;
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
submit(): void;
|
|
23
|
+
get JobTitle(): AbstractControl<any, any>;
|
|
24
|
+
setWidthStyle(): object;
|
|
27
25
|
onTouched: Function;
|
|
28
26
|
onChangeSubs: Subscription[];
|
|
29
27
|
ngOnDestroy(): void;
|
|
30
28
|
registerOnChange(onChange: any): void;
|
|
31
29
|
registerOnTouched(onTouched: Function): void;
|
|
32
|
-
|
|
33
|
-
|
|
30
|
+
setDisabledState(disabled: boolean): void;
|
|
31
|
+
writeValue(value: any): void;
|
|
32
|
+
validate(control: AbstractControl): any;
|
|
34
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<JobTitleComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<JobTitleComponent, "app-job-title", never, { "
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<JobTitleComponent, "app-job-title", never, { "control": { "alias": "control"; "required": false; }; }, {}, never, never, false, never>;
|
|
36
35
|
}
|
|
37
36
|
//# sourceMappingURL=job-title.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"job-title.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/job-title/job-title.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"job-title.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/job-title/job-title.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAE,MAAM,EAAa,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,eAAe,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,EAAoC,SAAS,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC/K,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAC,cAAc,EAAC,MAAM,2CAA2C,CAAC;AACzE,OAAO,EAAE,YAAY,EAAE,MAAM,sCAAsC,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;;AAE/D,qBAiBa,iBAAkB,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS,EAAE,SAAS;IAUvE,WAAW,EAAE,kBAAkB;IAAS,IAAI,EAAE,WAAW;IAAS,oBAAoB,EAAE,oBAAoB;IAC7H,OAAO,CAAC,MAAM;IAAiB,OAAO,CAAC,KAAK;IARvC,qBAAqB,EAAE,MAAM,CAAC;IAE9B,YAAY,EAAE,gBAAgB,CAAC;IAC/B,YAAY,EAAE,cAAc,CAAwB;IAElD,OAAO,EAAE,WAAW,CAAC;gBAEX,WAAW,EAAE,kBAAkB,EAAS,IAAI,EAAE,WAAW,EAAS,oBAAoB,EAAE,oBAAoB,EACrH,MAAM,EAAE,aAAa,EAAU,KAAK,EAAE,YAAY;IAG5D,QAAQ;IAIR,uBAAuB,CAAC,KAAK,KAAA;IAe7B,IAAI,QAAQ,8BAEX;IAED,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;IAYrB,QAAQ,CAAC,OAAO,EAAE,eAAe;yCA5FtB,iBAAiB;2CAAjB,iBAAiB;CAkG7B"}
|
|
@@ -5,16 +5,12 @@ import { ElementsModel } from '../../models/questionnaire/ElementsModel';
|
|
|
5
5
|
import { LegalDisclaimarModel } from '../../models/questionnaire/LegalDiscaimarModel';
|
|
6
6
|
import { LoggerService } from '../../services/logger/logger.service';
|
|
7
7
|
import { LoginService } from '../../services/login/login.service';
|
|
8
|
-
import { ClaimantContextService } from '../../services/claimant-context/claimant-context.service';
|
|
9
|
-
import { UtilService } from '../../services/util/util.service';
|
|
10
8
|
import * as i0 from "@angular/core";
|
|
11
9
|
export declare class LegalDisclaimarComponent {
|
|
12
10
|
logger: LoggerService;
|
|
13
11
|
fb: UntypedFormBuilder;
|
|
14
12
|
ls: LoginService;
|
|
15
13
|
activatedRoute: ActivatedRoute;
|
|
16
|
-
claimantContextService: ClaimantContextService;
|
|
17
|
-
util: UtilService;
|
|
18
14
|
displayPosition: boolean;
|
|
19
15
|
position: string;
|
|
20
16
|
displayCheckBox: boolean;
|
|
@@ -25,13 +21,14 @@ export declare class LegalDisclaimarComponent {
|
|
|
25
21
|
question: ElementsModel;
|
|
26
22
|
componentData: string;
|
|
27
23
|
isSubmitted: boolean;
|
|
28
|
-
constructor(logger: LoggerService, fb: UntypedFormBuilder, ls: LoginService, activatedRoute: ActivatedRoute
|
|
24
|
+
constructor(logger: LoggerService, fb: UntypedFormBuilder, ls: LoginService, activatedRoute: ActivatedRoute);
|
|
29
25
|
showPositionDialog(position: string): void;
|
|
30
26
|
acceptDisclaimar(): void;
|
|
31
27
|
cancelDisclaimar(): void;
|
|
32
28
|
get legalHidden(): import("@angular/forms").AbstractControl<any, any>;
|
|
33
29
|
get lastfourssn(): import("@angular/forms").AbstractControl<any, any>;
|
|
34
30
|
ngOnInit(): void;
|
|
31
|
+
addDialogAttribute(): void;
|
|
35
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<LegalDisclaimarComponent, never>;
|
|
36
33
|
static ɵcmp: i0.ɵɵComponentDeclaration<LegalDisclaimarComponent, "app-legal-disclaimar", never, { "form": { "alias": "form"; "required": false; }; "question": { "alias": "question"; "required": false; }; "componentData": { "alias": "componentData"; "required": false; }; }, { "accepted": "accepted"; }, never, never, false, never>;
|
|
37
34
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"legal-disclaimar.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/legal-disclaimar/legal-disclaimar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,YAAY,EAAY,MAAM,eAAe,CAAC;AAC3F,OAAO,EAAE,kBAAkB,EAAsB,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"legal-disclaimar.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/legal-disclaimar/legal-disclaimar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,YAAY,EAAY,MAAM,eAAe,CAAC;AAC3F,OAAO,EAAE,kBAAkB,EAAsB,gBAAgB,EAAE,MAAM,EAAc,MAAM,gBAAgB,CAAC;AAC9G,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACzE,OAAO,EAAE,oBAAoB,EAAE,MAAM,gDAAgD,CAAC;AACtF,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;;AAKlE,qBAMa,wBAAwB;IAad,MAAM,EAAC,aAAa;IAAQ,EAAE,EAAE,kBAAkB;IAAS,EAAE,EAAE,YAAY;IAAS,cAAc,EAAE,cAAc;IAXrI,eAAe,EAAE,OAAO,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAC,OAAO,CAAO;IACvB,eAAe,EAAG,oBAAoB,CAAC;IAEvC,eAAe,EAAE,MAAM,CAAC;IACrB,QAAQ,wBAA+B;IACxC,IAAI,EAAE,gBAAgB,CAAC;IACvB,QAAQ,EAAE,aAAa,CAAC;IACzB,aAAa,EAAC,MAAM,CAAC;IAC7B,WAAW,EAAG,OAAO,CAAS;gBACX,MAAM,EAAC,aAAa,EAAQ,EAAE,EAAE,kBAAkB,EAAS,EAAE,EAAE,YAAY,EAAS,cAAc,EAAE,cAAc;IAErI,kBAAkB,CAAC,QAAQ,EAAE,MAAM;IASrC,gBAAgB;IAUhB,gBAAgB;IAQhB,IAAI,WAAW,uDAEd;IAED,IAAI,WAAW,uDAEd;IAED,QAAQ;IAmBR,kBAAkB,IAAI,IAAI;yCArEf,wBAAwB;2CAAxB,wBAAwB;CAgFpC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { UtilService } from '../../services/util/util.service';
|
|
3
|
+
import { LexisNexisService } from '../../services/lexis-nexis/lexis.nexis.service';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
import { LexisNexisAuthSelectionRequestModel } from '../../models/LexisNexisAuthSelectionRequestModel';
|
|
6
|
+
import { LexisNexisAccountCreationModel } from '../../models/LexisNexisAccountCreationModel';
|
|
7
|
+
import { LexisNexisAuthSelectionResponseModel } from '../../models/LexisNexisAuthSelectionResponseModel';
|
|
8
|
+
import { UserModel } from '../../models/UserModel';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
/**
|
|
11
|
+
* To Activate this modal assign display=true, this will work as many times as needed
|
|
12
|
+
*/
|
|
13
|
+
export declare class LexisNexisComponent implements OnChanges {
|
|
14
|
+
util: UtilService;
|
|
15
|
+
ln: LexisNexisService;
|
|
16
|
+
display: boolean;
|
|
17
|
+
userDetails: LexisNexisAccountCreationModel;
|
|
18
|
+
page: number;
|
|
19
|
+
userModel: UserModel;
|
|
20
|
+
userName: string;
|
|
21
|
+
customerEventType: string;
|
|
22
|
+
success: EventEmitter<any>;
|
|
23
|
+
close: EventEmitter<any>;
|
|
24
|
+
error: EventEmitter<any>;
|
|
25
|
+
usps: EventEmitter<any>;
|
|
26
|
+
questionLength: number;
|
|
27
|
+
submitted: boolean;
|
|
28
|
+
authSelectionRequest: LexisNexisAuthSelectionRequestModel;
|
|
29
|
+
get blankAnswers(): LexisNexisAuthSelectionRequestModel;
|
|
30
|
+
answers: LexisNexisAuthSelectionRequestModel;
|
|
31
|
+
data: Observable<LexisNexisAuthSelectionResponseModel>;
|
|
32
|
+
answerArray: string[];
|
|
33
|
+
constructor(util: UtilService, ln: LexisNexisService);
|
|
34
|
+
/**
|
|
35
|
+
* will call api when display is set to true
|
|
36
|
+
* @param changes
|
|
37
|
+
* @returns
|
|
38
|
+
*/
|
|
39
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
40
|
+
lnQueryApi(): void;
|
|
41
|
+
lnQueryApiPI(): void;
|
|
42
|
+
/**
|
|
43
|
+
* submit button and get new question in the beginning
|
|
44
|
+
* @param authSelectionRequest
|
|
45
|
+
*/
|
|
46
|
+
lnAuthenticationQA(authSelectionRequest: LexisNexisAuthSelectionRequestModel): void;
|
|
47
|
+
/**
|
|
48
|
+
* The submit button press
|
|
49
|
+
*/
|
|
50
|
+
submit(): void;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @returns is form valid
|
|
54
|
+
*/
|
|
55
|
+
checkForm(): boolean;
|
|
56
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LexisNexisComponent, never>;
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LexisNexisComponent, "app-lexis-nexis", never, { "display": { "alias": "display"; "required": false; }; "userDetails": { "alias": "userDetails"; "required": false; }; "page": { "alias": "page"; "required": false; }; "userModel": { "alias": "userModel"; "required": false; }; "userName": { "alias": "userName"; "required": false; }; "customerEventType": { "alias": "customerEventType"; "required": false; }; }, { "success": "success"; "close": "close"; "error": "error"; "usps": "usps"; }, never, never, false, never>;
|
|
58
|
+
}
|
|
59
|
+
//# sourceMappingURL=lexis-nexis.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lexis-nexis.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/lexis-nexis/lexis-nexis.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAU,aAAa,EAAE,MAAM,eAAe,CAAC;AACjG,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAC;AACnF,OAAO,EAAc,UAAU,EAAuB,MAAM,MAAM,CAAC;AACnE,OAAO,EAAE,mCAAmC,EAAE,MAAM,kDAAkD,CAAC;AACvG,OAAO,EAAE,8BAA8B,EAAE,MAAM,6CAA6C,CAAC;AAC7F,OAAO,EAAE,oCAAoC,EAAE,MAAM,mDAAmD,CAAC;AACzG,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;;AAEnD;;GAEG;AACH,qBAKa,mBAAoB,YAAW,SAAS;IAyC1C,IAAI,EAAE,WAAW;IACjB,EAAE,EAAE,iBAAiB;IAxCd,OAAO,UAAS;IAGhB,WAAW,EAAG,8BAA8B,CAAQ;IAGpD,IAAI,EAAG,MAAM,CAAQ;IAErB,SAAS,EAAG,SAAS,CAAC;IAEtB,QAAQ,EAAG,MAAM,CAAC;IAElB,iBAAiB,EAAG,MAAM,CAAC;IAEjC,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEhD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAE9C,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAE9C,IAAI,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEvD,cAAc,EAAE,MAAM,CAAC;IAChB,SAAS,UAAS;IAClB,oBAAoB,EAAG,mCAAmC,CAAC;IAElE,IAAI,YAAY,IAAI,mCAAmC,CAKlD;IAEE,OAAO,EAAE,mCAAmC,CAAqB;IAEjE,IAAI,EAAG,UAAU,CAAC,oCAAoC,CAAC,CAAC;IACxD,WAAW,EAAE,MAAM,EAAE,CAAO;gBAG1B,IAAI,EAAE,WAAW,EACjB,EAAE,EAAE,iBAAiB;IAE9B;;;;OAIG;IACH,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAYzC,UAAU;IAiDV,YAAY;IA2CZ;;;OAGG;IACH,kBAAkB,CAAC,oBAAoB,EAAG,mCAAmC;IA+C7E;;OAEG;IACH,MAAM;IAQN;;;OAGG;IACH,SAAS,IAAI,OAAO;yCA3NT,mBAAmB;2CAAnB,mBAAmB;CAmO/B"}
|
|
@@ -6,9 +6,8 @@ import { UserModel } from '../../models/UserModel';
|
|
|
6
6
|
import { LoginService } from '../../services/login/login.service';
|
|
7
7
|
import { NotificationService } from '../../services/notification/notification.service';
|
|
8
8
|
import { UtilService } from '../../services/util/util.service';
|
|
9
|
-
import { BasePage } from '../../pages/BasePage';
|
|
10
9
|
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class MenuComponent
|
|
10
|
+
export declare class MenuComponent implements OnInit {
|
|
12
11
|
private nav;
|
|
13
12
|
popup: PopoverController;
|
|
14
13
|
ls: LoginService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/menu/menu.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAClF,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAGnD,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kDAAkD,CAAC;AACvF,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC
|
|
1
|
+
{"version":3,"file":"menu.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/menu/menu.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAClF,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAGnD,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kDAAkD,CAAC;AACvF,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;;AAE/D,qBAKa,aAAc,YAAW,MAAM;IAS9B,OAAO,CAAC,GAAG;IAAwB,KAAK,EAAE,iBAAiB;IAAS,EAAE,EAAE,YAAY;IAAS,EAAE,EAAE,mBAAmB;IAC7G,CAAC,EAAE,MAAM;IAAS,IAAI,EAAE,cAAc;IAAS,IAAI,EAAE,WAAW;IAAS,EAAE,EAAG,cAAc;IARxG,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB,UAAU,MAA2B;IACrC,aAAa,UAAS;IACtB,YAAY,UAAQ;IACpB,UAAU,MAA2B;IACrC,gBAAgB,EAAG,OAAO,CAAS;gBAEtB,GAAG,EAAE,aAAa,EAAS,KAAK,EAAE,iBAAiB,EAAS,EAAE,EAAE,YAAY,EAAS,EAAE,EAAE,mBAAmB,EAC7G,CAAC,EAAE,MAAM,EAAS,IAAI,EAAE,cAAc,EAAS,IAAI,EAAE,WAAW,EAAS,EAAE,EAAG,cAAc;IAE/G,QAAQ;IAKR,OAAO,CAAC,IAAI,EAAE,SAAS;IAevB,eAAe;IA2Df,QAAQ;IAgBR,kBAAkB;IAelB,OAAO,CAAC,aAAa;IAarB,QAAQ,CAAC,IAAI,EAAE,QAAQ;IA4BvB,aAAa,CAAC,IAAI,KAAA;IAoBlB,QAAQ;IAIR,UAAU;IAKV,QAAQ,CAAC,IAAI,KAAA;IAKb,QAAQ,CAAC,WAAW,KAAA,EAAE,GAAG,KAAA;IAYnB,4BAA4B,CAAC,KAAK,KAAA;IAelC,uBAAuB,CAAC,KAAK,KAAA;IAkBnC,MAAM;yCAlPK,aAAa;2CAAb,aAAa;CAsPzB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { UntypedFormBuilder, UntypedFormGroup
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
3
|
import { NavController } from '@ionic/angular';
|
|
4
4
|
import { BehaviorSubject, Subscription } from 'rxjs';
|
|
5
5
|
import { ErrorModel } from '../../models/ErrorModel';
|
|
@@ -8,28 +8,35 @@ import { UserModel } from '../../models/UserModel';
|
|
|
8
8
|
import { CaptchaService } from '../../services/captcha/captcha.service';
|
|
9
9
|
import { LoginService } from '../../services/login/login.service';
|
|
10
10
|
import { UtilService } from '../../services/util/util.service';
|
|
11
|
+
import { SecurityService } from '../../services/security-service/security.service';
|
|
12
|
+
import { Router } from '@angular/router';
|
|
11
13
|
import * as i0 from "@angular/core";
|
|
12
|
-
export declare class MfaComponent implements
|
|
14
|
+
export declare class MfaComponent implements OnDestroy, OnChanges, OnInit {
|
|
13
15
|
ls: LoginService;
|
|
14
16
|
fb: UntypedFormBuilder;
|
|
15
17
|
private util;
|
|
16
18
|
nav: NavController;
|
|
17
19
|
private cs;
|
|
20
|
+
private ss;
|
|
21
|
+
private router;
|
|
22
|
+
otpField: any;
|
|
18
23
|
private RESEND_CODE_ACTION_NAME;
|
|
19
24
|
successDtls: any;
|
|
20
25
|
blocked: boolean;
|
|
21
26
|
isChecked: boolean;
|
|
22
27
|
showHelp: boolean;
|
|
28
|
+
hideOptValidator: boolean;
|
|
23
29
|
user: UserModel;
|
|
24
30
|
heading: string;
|
|
25
31
|
requestCode: boolean;
|
|
26
32
|
data: any;
|
|
27
33
|
mfaError: ErrorModel;
|
|
28
34
|
hideButtons: boolean;
|
|
35
|
+
returningUser: boolean;
|
|
36
|
+
display: boolean;
|
|
29
37
|
clear: EventEmitter<any>;
|
|
30
38
|
success: EventEmitter<any>;
|
|
31
39
|
error: EventEmitter<any>;
|
|
32
|
-
otpFormDirective: NgForm;
|
|
33
40
|
otpForm: UntypedFormGroup;
|
|
34
41
|
errorDtls: any;
|
|
35
42
|
time: number;
|
|
@@ -39,7 +46,7 @@ export declare class MfaComponent implements OnInit, OnDestroy, OnChanges {
|
|
|
39
46
|
counter: BehaviorSubject<number>;
|
|
40
47
|
counterSubscription: Subscription;
|
|
41
48
|
options: ComboOption[];
|
|
42
|
-
constructor(ls: LoginService, fb: UntypedFormBuilder, util: UtilService, nav: NavController, cs: CaptchaService);
|
|
49
|
+
constructor(ls: LoginService, fb: UntypedFormBuilder, util: UtilService, nav: NavController, cs: CaptchaService, ss: SecurityService, router: Router);
|
|
43
50
|
ngOnChanges(changes: SimpleChanges): void;
|
|
44
51
|
ngOnDestroy(): void;
|
|
45
52
|
ngOnInit(): void;
|
|
@@ -49,12 +56,12 @@ export declare class MfaComponent implements OnInit, OnDestroy, OnChanges {
|
|
|
49
56
|
get otp(): import("@angular/forms").AbstractControl<any, any>;
|
|
50
57
|
get option(): import("@angular/forms").AbstractControl<any, any>;
|
|
51
58
|
get checked(): import("@angular/forms").AbstractControl<any, any>;
|
|
52
|
-
close(): void;
|
|
59
|
+
close(triggerExitAPI?: boolean): void;
|
|
53
60
|
submit(): void;
|
|
54
|
-
signIn():
|
|
61
|
+
signIn(): void;
|
|
55
62
|
sendOtp(event: any): void;
|
|
56
63
|
resendAuthCode(otpType: string): void;
|
|
57
64
|
static ɵfac: i0.ɵɵFactoryDeclaration<MfaComponent, never>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MfaComponent, "app-mfa", never, { "user": { "alias": "user"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "requestCode": { "alias": "requestCode"; "required": false; }; "data": { "alias": "data"; "required": false; }; "mfaError": { "alias": "mfaError"; "required": false; }; "hideButtons": { "alias": "hideButtons"; "required": false; }; }, { "clear": "clear"; "success": "success"; "error": "error"; }, never, never, false, never>;
|
|
65
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MfaComponent, "app-mfa", never, { "user": { "alias": "user"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "requestCode": { "alias": "requestCode"; "required": false; }; "data": { "alias": "data"; "required": false; }; "mfaError": { "alias": "mfaError"; "required": false; }; "hideButtons": { "alias": "hideButtons"; "required": false; }; "returningUser": { "alias": "returningUser"; "required": false; }; "display": { "alias": "display"; "required": false; }; }, { "clear": "clear"; "success": "success"; "error": "error"; }, never, never, false, never>;
|
|
59
66
|
}
|
|
60
67
|
//# sourceMappingURL=mfa.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mfa.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/mfa/mfa.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,SAAS,EAAE,MAAM,EAAU,aAAa,EAAa,MAAM,eAAe,CAAC;AAC/H,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"mfa.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/mfa/mfa.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,SAAS,EAAE,MAAM,EAAU,aAAa,EAAa,MAAM,eAAe,CAAC;AAC/H,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAc,MAAM,gBAAgB,CAAC;AAClF,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAE,eAAe,EAAY,YAAY,EAAS,MAAM,MAAM,CAAC;AAEtE,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AACpE,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,eAAe,EAAE,MAAM,kDAAkD,CAAC;AACnF,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;;AAEzC,qBAKa,YAAa,YAAW,SAAS,EAAE,SAAS,EAAE,MAAM;IA8D5C,EAAE,EAAE,YAAY;IAAS,EAAE,EAAG,kBAAkB;IACvD,OAAO,CAAC,IAAI;IAAsB,GAAG,EAAG,aAAa;IAAE,OAAO,CAAC,EAAE;IAChE,OAAO,CAAC,EAAE;IAAmB,OAAO,CAAC,MAAM;IA9DjC,QAAQ,MAAC;IAChC,OAAO,CAAC,uBAAuB,CAAqB;IAE7C,WAAW,MAAC;IAEZ,OAAO,EAAE,OAAO,CAAC;IAEjB,SAAS,EAAE,OAAO,CAAS;IAE3B,QAAQ,EAAE,OAAO,CAAS;IAE1B,gBAAgB,UAAQ;IAE/B,IAAI,EAAG,SAAS,CAAC;IAGR,OAAO,EAAG,MAAM,CAAC;IAI1B,WAAW,EAAG,OAAO,CAAC;IAItB,IAAI,EAAG,GAAG,CAAC;IAGX,QAAQ,EAAG,UAAU,CAAC;IAGtB,WAAW,EAAG,OAAO,CAAS;IAG9B,aAAa,EAAE,OAAO,CAAC;IAEvB,OAAO,UAAS;IAEN,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAE9C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEhD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEjD,OAAO,EAAG,gBAAgB,CAAC;IAE3B,SAAS,MAAC;IAEV,IAAI,SAAK;IACT,aAAa,oCAAkB;IAC/B,KAAK,+BAAgB;IACrB,SAAS,oCAA4C;IACrD,OAAO,EAAG,eAAe,CAAC,MAAM,CAAC,CAA0B;IAClE,mBAAmB,EAAG,YAAY,CAAC;IAE5B,OAAO,EAAG,WAAW,EAAE,CAG5B;gBAGiB,EAAE,EAAE,YAAY,EAAS,EAAE,EAAG,kBAAkB,EAC/C,IAAI,EAAE,WAAW,EAAS,GAAG,EAAG,aAAa,EAAU,EAAE,EAAE,cAAc,EACxE,EAAE,EAAE,eAAe,EAAU,MAAM,EAAE,MAAM;IAGhE,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAWzC,WAAW,IAAI,IAAI;IAMnB,QAAQ;IAkBR,kBAAkB,CAAC,OAAO,EAAG,MAAM;IAenC,YAAY;IAUZ,aAAa;IASb,IAAI,GAAG,uDAEN;IAED,IAAI,MAAM,uDAET;IAED,IAAI,OAAO,uDAEV;IAED,KAAK,CAAC,cAAc,UAAO;IAK3B,MAAM;IAUN,MAAM;IA+CN,OAAO,CAAC,KAAK,KAAA;IAIb,cAAc,CAAC,OAAO,EAAG,MAAM;yCAtNpB,YAAY;2CAAZ,YAAY;CAwOxB"}
|
|
@@ -1,17 +1,19 @@
|
|
|
1
|
-
import { EventEmitter
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { UserModel } from '../../models/UserModel';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class MfaPopupComponent
|
|
4
|
+
export declare class MfaPopupComponent {
|
|
5
5
|
user: UserModel;
|
|
6
|
-
|
|
6
|
+
returningUser: boolean;
|
|
7
|
+
display: boolean;
|
|
8
|
+
heading: string;
|
|
9
|
+
clear: EventEmitter<boolean>;
|
|
7
10
|
success: EventEmitter<any>;
|
|
8
11
|
error: EventEmitter<any>;
|
|
9
12
|
constructor();
|
|
10
|
-
|
|
11
|
-
close(event: any): void;
|
|
13
|
+
close(triggerExitAPI?: boolean): void;
|
|
12
14
|
loginSuccess(event: any): void;
|
|
13
15
|
reset(event: any): void;
|
|
14
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<MfaPopupComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MfaPopupComponent, "app-mfa-popup", never, { "user": { "alias": "user"; "required": false; }; }, { "clear": "clear"; "success": "success"; "error": "error"; }, never, never, false, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MfaPopupComponent, "app-mfa-popup", never, { "user": { "alias": "user"; "required": false; }; "returningUser": { "alias": "returningUser"; "required": false; }; "display": { "alias": "display"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; }, { "clear": "clear"; "success": "success"; "error": "error"; }, never, never, false, never>;
|
|
16
18
|
}
|
|
17
19
|
//# sourceMappingURL=mfa-popup.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mfa-popup.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/mfa-popup/mfa-popup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,
|
|
1
|
+
{"version":3,"file":"mfa-popup.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/mfa-popup/mfa-popup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AACvE,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;;AAEnD,qBAKa,iBAAiB;IAG5B,IAAI,EAAG,SAAS,CAAC;IAGjB,aAAa,EAAE,OAAO,CAAC;IAGvB,OAAO,EAAE,OAAO,CAAC;IAGR,OAAO,EAAG,MAAM,CAAC;IAEhB,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IAElD,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEhD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;;IAIxD,KAAK,CAAC,cAAc,UAAO;IAM3B,YAAY,CAAC,KAAK,KAAA;IAIlB,KAAK,CAAC,KAAK,KAAA;yCAhCA,iBAAiB;2CAAjB,iBAAiB;CAoC7B"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { NavController } from '@ionic/angular';
|
|
4
|
+
import { UserModel } from '../../models/UserModel';
|
|
5
|
+
import { LoginService } from '../../services/login/login.service';
|
|
6
|
+
import { UtilService } from '../../services/util/util.service';
|
|
7
|
+
import { Router } from '@angular/router';
|
|
8
|
+
import { ClaimantService } from '../../services/claimant-service/claimant.service';
|
|
9
|
+
import { ClaimantUspsRedirectService } from '../../services/claimant-service/claimant-usps-redirect.service';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
export declare class Mfa2Component implements OnInit {
|
|
12
|
+
ls: LoginService;
|
|
13
|
+
fb: UntypedFormBuilder;
|
|
14
|
+
private util;
|
|
15
|
+
nav: NavController;
|
|
16
|
+
private document;
|
|
17
|
+
private router;
|
|
18
|
+
private cs;
|
|
19
|
+
private ur;
|
|
20
|
+
returningUser: boolean;
|
|
21
|
+
user: UserModel;
|
|
22
|
+
form: any;
|
|
23
|
+
display: boolean;
|
|
24
|
+
verificationPreference: any;
|
|
25
|
+
ssn: any;
|
|
26
|
+
clear: EventEmitter<any>;
|
|
27
|
+
success: EventEmitter<any>;
|
|
28
|
+
error: EventEmitter<any>;
|
|
29
|
+
vCodeForm: UntypedFormGroup;
|
|
30
|
+
otpAttemptCount: number;
|
|
31
|
+
incorrectGuess: boolean;
|
|
32
|
+
uspsRedirectUrl: string;
|
|
33
|
+
constructor(ls: LoginService, fb: UntypedFormBuilder, util: UtilService, nav: NavController, document: Document, router: Router, cs: ClaimantService, ur: ClaimantUspsRedirectService);
|
|
34
|
+
ngOnInit(): void;
|
|
35
|
+
ngOnDestroy(): void;
|
|
36
|
+
initilizeForm(): void;
|
|
37
|
+
get vCode(): import("@angular/forms").AbstractControl<any, any>;
|
|
38
|
+
close(): void;
|
|
39
|
+
aboutUs(): void;
|
|
40
|
+
signIn(): void;
|
|
41
|
+
uspsRedirectWithoutLogout(err: any): void;
|
|
42
|
+
uspsRedirect(err: any): void;
|
|
43
|
+
regenerateOtp(): void;
|
|
44
|
+
logout(): void;
|
|
45
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Mfa2Component, never>;
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Mfa2Component, "app-mfa2", never, { "returningUser": { "alias": "returningUser"; "required": false; }; "user": { "alias": "user"; "required": false; }; "form": { "alias": "form"; "required": false; }; "display": { "alias": "display"; "required": false; }; "verificationPreference": { "alias": "verificationPreference"; "required": false; }; "ssn": { "alias": "ssn"; "required": false; }; }, { "clear": "clear"; "success": "success"; "error": "error"; }, never, never, false, never>;
|
|
47
|
+
}
|
|
48
|
+
//# sourceMappingURL=mfa2.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mfa2.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/mfa2/mfa2.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,EAAU,MAAM,eAAe,CAAC;AACvF,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAc,MAAM,gBAAgB,CAAC;AAClF,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAE/D,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,kDAAkD,CAAC;AACnF,OAAO,EAAE,2BAA2B,EAAE,MAAM,gEAAgE,CAAC;;AAG7G,qBAKa,aAAc,YAAW,MAAM;IA2BjC,EAAE,EAAE,YAAY;IAChB,EAAE,EAAE,kBAAkB;IAC7B,OAAO,CAAC,IAAI;IACL,GAAG,EAAE,aAAa;IACP,OAAO,CAAC,QAAQ;IAClC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,EAAE;IAhCL,aAAa,EAAE,OAAO,CAAS;IAE7B,IAAI,EAAE,SAAS,CAAC;IAEhB,IAAI,MAAC;IAEL,OAAO,EAAE,OAAO,CAAS;IAEzB,sBAAsB,MAAC;IAEvB,GAAG,MAAC;IAEH,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAE9C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEhD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEjD,SAAS,EAAE,gBAAgB,CAAC;IAE5B,eAAe,EAAE,MAAM,CAAC;IACxB,cAAc,EAAE,OAAO,CAAS;IAChC,eAAe,EAAE,MAAM,CAAC;gBAGtB,EAAE,EAAE,YAAY,EAChB,EAAE,EAAE,kBAAkB,EACrB,IAAI,EAAE,WAAW,EAClB,GAAG,EAAE,aAAa,EACC,QAAQ,EAAE,QAAQ,EACpC,MAAM,EAAE,MAAM,EACd,EAAE,EAAE,eAAe,EACnB,EAAE,EAAE,2BAA2B;IAGzC,QAAQ;IAIR,WAAW;IAIX,aAAa;IAOb,IAAI,KAAK,uDAER;IAED,KAAK;IAQL,OAAO;IAKP,MAAM;IAmDN,yBAAyB,CAAC,GAAG,KAAA;IA2B7B,YAAY,CAAC,GAAG,KAAA;IAuChB,aAAa;IAmBb,MAAM;yCA7MK,aAAa;2CAAb,aAAa;CAiNzB"}
|