@reusa/ngx-reusa-app-lib 0.0.999 → 0.1.101
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/README.md +46 -46
- package/esm2022/lib/annimations/app-animations.mjs +1 -1
- package/esm2022/lib/components/add-employer/add-employer.component.mjs +1130 -2312
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +1 -1
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +16 -36
- package/esm2022/lib/components/address/address.component.mjs +58 -52
- package/esm2022/lib/components/bank-details/bank-details.component.mjs +25 -29
- package/esm2022/lib/components/captcha/captcha.component.mjs +6 -6
- package/esm2022/lib/components/card/card.component.mjs +1 -1
- package/esm2022/lib/components/content/content.component.mjs +1 -1
- package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +1 -1
- package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +14 -19
- package/esm2022/lib/components/disclosure/disclosure.component.mjs +1 -1
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +6 -6
- package/esm2022/lib/components/dropdown/dropdown.interface.mjs +1 -1
- package/esm2022/lib/components/email-update/email-update.component.mjs +32 -14
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +197 -192
- 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-download/file-download.component.mjs +1 -1
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +1 -1
- package/esm2022/lib/components/footer/footer.component.mjs +67 -90
- package/esm2022/lib/components/header/header.component.mjs +105 -169
- package/esm2022/lib/components/help/help.component.mjs +1 -1
- 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 +82 -93
- package/esm2022/lib/components/lexis-nexis/lexis-nexis.component.mjs +329 -0
- package/esm2022/lib/components/link/link.component.mjs +1 -1
- package/esm2022/lib/components/maintenance-detector/maintenance-detector.component.mjs +1 -1
- package/esm2022/lib/components/mask/mask.component.mjs +1 -1
- package/esm2022/lib/components/menu/menu.component.mjs +35 -44
- package/esm2022/lib/components/mfa/mfa.component.mjs +305 -103
- package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +16 -7
- package/esm2022/lib/components/mfa2/mfa2.component.mjs +260 -0
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +36 -148
- package/esm2022/lib/components/msg/msg.component.mjs +1 -1
- package/esm2022/lib/components/news/news.component.mjs +1 -1
- package/esm2022/lib/components/overlay-info/overlay-info.component.mjs +1 -1
- package/esm2022/lib/components/page/page.component.mjs +1 -1
- package/esm2022/lib/components/profile/profile.component.mjs +213 -56
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +33 -106
- package/esm2022/lib/components/questionnaire/AppValidators.mjs +14 -165
- package/esm2022/lib/components/questionnaire/FbConstants.mjs +1 -1
- package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +60 -110
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +123 -367
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +9 -9
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +1029 -769
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +325 -157
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +17 -9
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +26 -93
- package/esm2022/lib/components/questionnaire/question-base.mjs +1 -1
- 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 +25 -14
- package/esm2022/lib/components/read-more/read-more.component.mjs +6 -6
- package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +196 -333
- package/esm2022/lib/components/search-employer/search-employer.component.mjs +24 -47
- package/esm2022/lib/components/security-question/security-question.component.mjs +189 -0
- package/esm2022/lib/components/select/select.component.mjs +1 -1
- package/esm2022/lib/components/sign-ssn/sign-ssn.component.mjs +3 -3
- package/esm2022/lib/components/ssn/ssn.component.mjs +1 -1
- package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +4 -4
- package/esm2022/lib/components/test/test.component.mjs +1 -1
- package/esm2022/lib/components/user-login/user-login.component.mjs +226 -115
- package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +155 -287
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +46 -62
- package/esm2022/lib/directives/auto-focus/auto-focus.directive.mjs +1 -1
- package/esm2022/lib/directives/caps-lock.directive.mjs +1 -1
- package/esm2022/lib/directives/required-roles/required-roles.directive.mjs +1 -1
- package/esm2022/lib/enums/EmailStatusEnum.mjs +1 -1
- package/esm2022/lib/guards/auth.guard.mjs +4 -26
- package/esm2022/lib/guards/no-login/no-login.guard.mjs +1 -1
- package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +1 -1
- package/esm2022/lib/interceptors/header-interceptor/http-header.interceptor.mjs +1 -1
- package/esm2022/lib/models/EmployerDetailSearchResult.mjs +1 -1
- package/esm2022/lib/models/ErrorModel.mjs +1 -1
- package/esm2022/lib/models/FileModel.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/LexisNexisResponseModel.mjs +3 -0
- package/esm2022/lib/models/LibConstants.mjs +15 -12
- package/esm2022/lib/models/NotificationModel.mjs +1 -1
- package/esm2022/lib/models/OtpAuthModel.mjs +1 -1
- package/esm2022/lib/models/PartialEmploymentModel.mjs +3 -0
- package/esm2022/lib/models/PaymentComponentModel.mjs +1 -1
- package/esm2022/lib/models/SecurityQuestionModel.mjs +3 -0
- package/esm2022/lib/models/TrendModel.mjs +1 -1
- package/esm2022/lib/models/UserDetailsModel.mjs +1 -1
- package/esm2022/lib/models/UserModel.mjs +1 -1
- package/esm2022/lib/models/claimant/ClaimantModel.mjs +1 -1
- package/esm2022/lib/models/claimant/JobResultsData.mjs +1 -1
- package/esm2022/lib/models/claimant/MatchingJobs.mjs +1 -1
- package/esm2022/lib/models/claimant/ResetPasswordModel.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 +175 -73
- package/esm2022/lib/models/questionnaire/ElementsModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/KeyValueModel.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.component.mjs +5 -5
- package/esm2022/lib/ngx-reusa-app-lib.module.mjs +13 -27
- package/esm2022/lib/ngx-reusa-app-lib.service.mjs +1 -1
- package/esm2022/lib/pages/BasePage.mjs +22 -3
- 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 -5
- package/esm2022/lib/pages/common/not-found/not-found.page.mjs +1 -1
- 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/common/unauthorized/unauthorized.page.mjs +1 -1
- package/esm2022/lib/pages/popovers/language/language.page.mjs +1 -1
- package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +1 -1
- package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +1 -1
- package/esm2022/lib/pages/popovers/user-search/user-search.component.mjs +1 -1
- package/esm2022/lib/pipes/filter.pipe.mjs +1 -1
- package/esm2022/lib/pipes/mask/mask.email.pipe.mjs +1 -1
- package/esm2022/lib/pipes/proper-case/proper-case.pipe.mjs +1 -1
- package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +1 -1
- package/esm2022/lib/pipes/trust-html/trust-html.pipe.mjs +1 -1
- package/esm2022/lib/services/base-service.mjs +1 -1
- package/esm2022/lib/services/captcha/captcha.service.mjs +1 -1
- package/esm2022/lib/services/chatbot/chatbot.service.mjs +2 -1
- package/esm2022/lib/services/chatbot/script.const.mjs +1 -1
- package/esm2022/lib/services/claimant/claimant.service.mjs +1 -1
- package/esm2022/lib/services/claimant-service/claimant-usps-redirect.service.mjs +36 -0
- package/esm2022/lib/services/claimant-service/claimant.service.mjs +13 -1
- package/esm2022/lib/services/claims/claims.service.mjs +14 -57
- package/esm2022/lib/services/dms-service/dms.service.mjs +1 -1
- package/esm2022/lib/services/fpjs/fingerprint.service.mjs +1 -1
- package/esm2022/lib/services/google-analytics/google-analytics.service.mjs +1 -1
- package/esm2022/lib/services/help/help.service.mjs +1 -1
- package/esm2022/lib/services/idle/idle.service.mjs +1 -1
- package/esm2022/lib/services/lexis-nexis/lexis.nexis.service.mjs +49 -0
- package/esm2022/lib/services/logger/logger.service.mjs +1 -1
- package/esm2022/lib/services/login/login.service.mjs +11 -1
- package/esm2022/lib/services/maintenance/maintenance.service.mjs +1 -1
- package/esm2022/lib/services/notification/notification.service.mjs +1 -1
- 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 -5
- package/esm2022/lib/services/tour/tour.service.mjs +1 -1
- package/esm2022/lib/services/util/util.service.mjs +5 -5
- package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +42 -0
- package/esm2022/lib/validations/AppRegex.mjs +1 -1
- package/esm2022/lib/validations/AppValidators.mjs +14 -34
- package/esm2022/public-api.mjs +5 -16
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs +7480 -10431
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
- package/lib/components/add-employer/add-employer.component.d.ts +48 -77
- package/lib/components/add-employer/add-employer.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 +3 -2
- package/lib/components/address/address.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 +3 -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/footer/footer.component.d.ts.map +1 -1
- package/lib/components/header/header.component.d.ts +0 -1
- 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 +55 -0
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts.map +1 -0
- package/lib/components/menu/menu.component.d.ts.map +1 -1
- package/lib/components/mfa/mfa.component.d.ts +26 -3
- package/lib/components/mfa/mfa.component.d.ts.map +1 -1
- package/lib/components/mfa-popup/mfa-popup.component.d.ts +4 -1
- 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 +32 -4
- 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-question.component.d.ts +32 -14
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form.component.d.ts +24 -3
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +3 -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 -6
- 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 +3 -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 -6
- 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 +2 -1
- 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 +22 -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 +0 -6
- 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 +0 -1
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map +1 -1
- package/lib/guards/auth.guard.d.ts +1 -3
- package/lib/guards/auth.guard.d.ts.map +1 -1
- package/lib/models/EmployerDetailSearchResult.d.ts +1 -3
- 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/LexisNexisResponseModel.d.ts +7 -0
- package/lib/models/LexisNexisResponseModel.d.ts.map +1 -0
- package/lib/models/LibConstants.d.ts +12 -9
- 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/questionnaire/ClaimAppEmpResponseModel.d.ts +0 -1
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +3 -13
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +1 -2
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ComboModel.d.ts +16 -20
- 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 -95
- 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/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 +5 -0
- package/lib/services/claimant-service/claimant.service.d.ts.map +1 -1
- package/lib/services/claims/claims.service.d.ts +5 -24
- package/lib/services/claims/claims.service.d.ts.map +1 -1
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts +23 -0
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts.map +1 -0
- package/lib/services/login/login.service.d.ts +3 -0
- 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 -5
- package/lib/services/security-service/security.service.d.ts.map +1 -1
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts +17 -0
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -0
- package/lib/validations/AppValidators.d.ts +3 -7
- package/lib/validations/AppValidators.d.ts.map +1 -1
- package/package.json +2 -2
- package/public-api.d.ts +4 -15
- package/public-api.d.ts.map +1 -1
- package/esm2022/lib/components/add-wage/add-wage.component.mjs +0 -160
- package/esm2022/lib/components/associate-ssn/associate-ssn.component.mjs +0 -174
- package/esm2022/lib/components/dua-request-popup/dua-request-popup.component.mjs +0 -335
- package/esm2022/lib/components/employer-info/employer-info.component.mjs +0 -326
- package/esm2022/lib/components/employer-pay/employer-pay.component.mjs +0 -243
- 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 -179
- package/esm2022/lib/components/idme/idme.component.mjs +0 -80
- package/esm2022/lib/components/scrollable-text/scrollable-text.component.mjs +0 -25
- package/esm2022/lib/components/sms/sms.component.mjs +0 -334
- package/esm2022/lib/components/wage-grid/wage-grid.component.mjs +0 -274
- package/esm2022/lib/models/CountyModel.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/LexisNexisOtpDetailsResponseModel.mjs +0 -3
- package/esm2022/lib/models/ReasonSeparationRequestModel.mjs +0 -3
- package/esm2022/lib/models/RetroWeeksModel.mjs +0 -3
- package/esm2022/lib/models/SendOtpRequestModel.mjs +0 -3
- package/esm2022/lib/models/VerifyOtpRequestModel.mjs +0 -3
- package/esm2022/lib/models/WageInfoModel.mjs +0 -4
- package/esm2022/lib/models/questionnaire/ScrollableTextModel.mjs +0 -3
- package/esm2022/lib/models/questionnaire/WbaHelperTextModel.mjs +0 -3
- package/esm2022/lib/services/employer/employer-service.mjs +0 -35
- package/lib/components/add-wage/add-wage.component.d.ts +0 -29
- package/lib/components/add-wage/add-wage.component.d.ts.map +0 -1
- package/lib/components/associate-ssn/associate-ssn.component.d.ts +0 -28
- package/lib/components/associate-ssn/associate-ssn.component.d.ts.map +0 -1
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts +0 -59
- 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 -48
- 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 -37
- package/lib/components/gross-earnings/gross-earnings.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/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-grid/wage-grid.component.d.ts +0 -43
- package/lib/components/wage-grid/wage-grid.component.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/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/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 -10
- package/lib/models/RetroWeeksModel.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/WageInfoModel.d.ts +0 -9
- package/lib/models/WageInfoModel.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/services/employer/employer-service.d.ts +0 -16
- package/lib/services/employer/employer-service.d.ts.map +0 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { BaseService } from '../base-service';
|
|
3
|
+
import { PartialEmploymentModel } from '../../models/PartialEmploymentModel';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class WeeklyCertServiceV2 extends BaseService {
|
|
6
|
+
http: HttpClient;
|
|
7
|
+
setServiceContext(): void;
|
|
8
|
+
setServicePort(): void;
|
|
9
|
+
setServiceProtocol(): void;
|
|
10
|
+
setServiceHost(): void;
|
|
11
|
+
constructor(http: HttpClient);
|
|
12
|
+
generateEventForReopenAicFlow(ssnInput: string): Promise<any>;
|
|
13
|
+
getPartialEmployment(): import("rxjs").Observable<PartialEmploymentModel>;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WeeklyCertServiceV2, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<WeeklyCertServiceV2>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=weekly-cert-v2.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"weekly-cert-v2.service.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/services/weekly-cert/weekly-cert-v2.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAc,MAAM,sBAAsB,CAAC;AAG9D,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;;AAC7E,qBAGa,mBAAoB,SAAQ,WAAW;IAe/B,IAAI,EAAE,UAAU;IAbnC,iBAAiB;IAGjB,cAAc;IAGd,kBAAkB;IAGlB,cAAc;gBAIK,IAAI,EAAE,UAAU;IAInC,6BAA6B,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;IAQ3D,oBAAoB;yCA3BX,mBAAmB;6CAAnB,mBAAmB;CAgC7B"}
|
|
@@ -14,7 +14,9 @@ export declare class AppValidators {
|
|
|
14
14
|
static confirmValidator(controlName: string, matchingControlName: string): (formGroup: UntypedFormGroup) => void;
|
|
15
15
|
static selectAtleastOne(validator: ValidatorFn): (group: UntypedFormGroup) => ValidationErrors | null;
|
|
16
16
|
static atLeastOneNonZeroValueValidator(minRequired?: number, name?: string): ValidatorFn;
|
|
17
|
-
static requiredIfValidator(predicate: any): (formControl: any) =>
|
|
17
|
+
static requiredIfValidator(predicate: any): (formControl: any) => {
|
|
18
|
+
required: string;
|
|
19
|
+
};
|
|
18
20
|
/**
|
|
19
21
|
*
|
|
20
22
|
* @param regex Regular Expression against which value needs to be validated
|
|
@@ -55,11 +57,5 @@ export declare class AppValidators {
|
|
|
55
57
|
* @author Prerak Tiwari
|
|
56
58
|
*/
|
|
57
59
|
static notEqual(matchingControlName: string, error: ValidationErrors): ValidatorFn;
|
|
58
|
-
static isAfter(first: Date): (control: AbstractControl) => {
|
|
59
|
-
[key: string]: any;
|
|
60
|
-
};
|
|
61
|
-
static test(control: AbstractControl): {
|
|
62
|
-
[key: string]: any;
|
|
63
|
-
} | null;
|
|
64
60
|
}
|
|
65
61
|
//# sourceMappingURL=AppValidators.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppValidators.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/validations/AppValidators.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,
|
|
1
|
+
{"version":3,"file":"AppValidators.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/validations/AppValidators.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAA0B,gBAAgB,EAAE,gBAAgB,EAAE,WAAW,EAAc,MAAM,gBAAgB,CAAC;AACtI;;;;GAIG;AACH,qBAAa,aAAa;IAExB,MAAM,CAAC,wBAAwB,CAAC,CAAC,EAAE,eAAe,GAAG;QAAE,OAAO,EAAE,OAAO,CAAA;KAAE;IAMzE,MAAM,CAAC,mCAAmC,CAAC,SAAS,EAAE,gBAAgB;;;IAOtE,MAAM,CAAC,gBAAgB,CAAC,WAAW,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,eAC7C,gBAAgB;IAgB3C,MAAM,CAAC,gBAAgB,CAAC,SAAS,EAAE,WAAW,WACvB,gBAAgB,KAAG,gBAAgB,GAAG,IAAI;IAQjE,MAAM,CAAC,+BAA+B,CAAC,WAAW,GAAE,MAAU,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,WAAW;IAmB3F,MAAM,CAAC,mBAAmB,CAAC,SAAS,KAAA;;;IAmBpC;;;;;;;;OAQG;IACF,MAAM,CAAC,KAAK,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,gBAAgB,GAAG,WAAW;IAehE;;;;;;MAME;IACJ,MAAM,CAAC,oBAAoB,CAAC,OAAO,EAAE,eAAe,GAAG;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE;IAiB/E,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,eAAe,GAAG;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE;IAUzE,MAAM,CAAC,sBAAsB,CAAC,OAAO,EAAE,eAAe,GAAG;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE;IAMjF,MAAM,CAAC,eAAe,CAAC,MAAM,KAAA;IAK7B,MAAM,CAAC,QAAQ,CAAC,MAAM,KAAA;IAKtB,MAAM,CAAC,SAAS,CAAC,IAAI,EAAG,IAAI,EAAE,EAAE,EAAE,IAAI,GAAI,WAAW;IAarD,MAAM,CAAC,KAAK,CAAC,mBAAmB,EAAE,MAAM,EAAE,KAAK,EAAE,gBAAgB,GAAG,WAAW;IAkB/E;;;;;;;;OAQG;IACH,MAAM,CAAC,QAAQ,CAAC,mBAAmB,EAAE,MAAM,EAAE,KAAK,EAAE,gBAAgB,GAAG,WAAW;CAiBnF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reusa/ngx-reusa-app-lib",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.101",
|
|
4
4
|
"peerDependencies": {},
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"tslib": "^2.0.0"
|
|
@@ -24,6 +24,6 @@
|
|
|
24
24
|
},
|
|
25
25
|
"sideEffects": false,
|
|
26
26
|
"scripts": {
|
|
27
|
-
|
|
27
|
+
|
|
28
28
|
}
|
|
29
29
|
}
|
package/public-api.d.ts
CHANGED
|
@@ -19,7 +19,9 @@ export * from './lib/services/help/help.service';
|
|
|
19
19
|
export * from './lib/services/maintenance/maintenance.service';
|
|
20
20
|
export * from './lib/services/cmp-service/cmp.service';
|
|
21
21
|
export * from './lib/services/claimant-context/claimant-context.service';
|
|
22
|
-
export * from './lib/
|
|
22
|
+
export * from './lib/components/mfa2/mfa2.component';
|
|
23
|
+
export * from './lib/components/security-question/security-question.component';
|
|
24
|
+
export * from './lib/components/lexis-nexis/lexis-nexis.component';
|
|
23
25
|
export * from './lib/components/ssn/ssn.component';
|
|
24
26
|
export * from './lib/components/test/test.component';
|
|
25
27
|
export * from './lib/components/footer/footer.component';
|
|
@@ -71,18 +73,6 @@ export * from './lib/components/contact-us/contact-us.component';
|
|
|
71
73
|
export * from './lib/components/read-more/read-more.component';
|
|
72
74
|
export * from './lib/components/file-download/file-download.component';
|
|
73
75
|
export * from './lib/components/add-payment/add-payment.component';
|
|
74
|
-
export * from './lib/components/employer-pay/employer-pay.component';
|
|
75
|
-
export * from './lib/components/employer-pay-grid/employer-pay-grid.component';
|
|
76
|
-
export * from './lib/components/farm-usage/farm-usage.component';
|
|
77
|
-
export * from './lib/components/sms/sms.component';
|
|
78
|
-
export * from './lib/components/add-wage/add-wage.component';
|
|
79
|
-
export * from './lib/components/wage-grid/wage-grid.component';
|
|
80
|
-
export * from './lib/components/gross-earnings/gross-earnings.component';
|
|
81
|
-
export * from './lib/components/scrollable-text/scrollable-text.component';
|
|
82
|
-
export * from './lib/components/job-title/job-title.component';
|
|
83
|
-
export * from './lib/components/profile-redirect/profile-redirect.component';
|
|
84
|
-
export * from './lib/components/employer-info/employer-info.component';
|
|
85
|
-
export * from './lib/components/idme/idme.component';
|
|
86
76
|
export * from './lib/pages/common/accessibility-policy/accessibility-policy.page';
|
|
87
77
|
export * from './lib/pages/common/privacy-disclaimer/privacy-disclaimer.page';
|
|
88
78
|
export * from './lib/pages/common/security-policy/security-policy.page';
|
|
@@ -100,8 +90,7 @@ export * from './lib/pages/popovers/my-notifications/my-notifications.page';
|
|
|
100
90
|
export * from './lib/pages/common/change-password/change-password.page';
|
|
101
91
|
export * from './lib/components/link/link.component';
|
|
102
92
|
export * from './lib/components/sign-ssn/sign-ssn.component';
|
|
103
|
-
export * from './lib/components/
|
|
104
|
-
export * from './lib/components/dua-request-popup/dua-request-popup.component';
|
|
93
|
+
export * from './lib/components/job-title/job-title.component';
|
|
105
94
|
export * from './lib/directives/caps-lock.directive';
|
|
106
95
|
export * from './lib/directives/auto-focus/auto-focus.directive';
|
|
107
96
|
export * from './lib/directives/required-roles/required-roles.directive';
|
package/public-api.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../projects/ngx-reusa-app-lib/src/public-api.ts"],"names":[],"mappings":"AAKA,cAAc,iCAAiC,CAAC;AAChD,cAAc,mCAAmC,CAAC;AAClD,cAAc,gCAAgC,CAAC;AAG/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,kCAAkC,CAAC;AACjD,cAAc,0CAA0C,CAAC;AACzD,cAAc,0DAA0D,CAAC;AACzE,cAAc,kDAAkD,CAAC;AACjE,cAAc,kCAAkC,CAAC;AACjD,cAAc,sCAAsC,CAAC;AACrD,cAAc,wCAAwC,CAAC;AACvD,cAAc,wCAAwC,CAAC;AACvD,cAAc,wCAAwC,CAAC;AACvD,cAAc,iDAAiD,CAAC;AAChE,cAAc,iDAAiD,CAAC;AAChE,cAAc,kCAAkC,CAAC;AACjD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,wCAAwC,CAAC;AACvD,cAAc,0DAA0D,CAAC;
|
|
1
|
+
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../projects/ngx-reusa-app-lib/src/public-api.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,160 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output, ViewChild } from '@angular/core';
|
|
2
|
-
import { Validators } from '@angular/forms';
|
|
3
|
-
import { WageInfoModel } from '../../models/WageInfoModel';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "../../services/util/util.service";
|
|
6
|
-
import * as i2 from "@angular/forms";
|
|
7
|
-
import * as i3 from "@ionic/angular";
|
|
8
|
-
import * as i4 from "primeng/inputtext";
|
|
9
|
-
import * as i5 from "primeng/inputnumber";
|
|
10
|
-
import * as i6 from "../error/error.component";
|
|
11
|
-
import * as i7 from "@ngx-translate/core";
|
|
12
|
-
const _c0 = ["wageFormDirective"];
|
|
13
|
-
const _c1 = () => ({ required: "Required." });
|
|
14
|
-
export class AddWageComponent {
|
|
15
|
-
constructor(util, formBuilder) {
|
|
16
|
-
this.util = util;
|
|
17
|
-
this.formBuilder = formBuilder;
|
|
18
|
-
this.wageToEdit = new WageInfoModel();
|
|
19
|
-
this.success = new EventEmitter();
|
|
20
|
-
this.onClose = new EventEmitter();
|
|
21
|
-
this.currentYear = new Date().getFullYear();
|
|
22
|
-
}
|
|
23
|
-
ngOnInit() {
|
|
24
|
-
this.initializeWageInfoForm();
|
|
25
|
-
}
|
|
26
|
-
initializeWageInfoForm() {
|
|
27
|
-
let wageInfo = this.wageToEdit ? this.wageToEdit : new WageInfoModel();
|
|
28
|
-
this.wageForm = this.formBuilder.group({
|
|
29
|
-
'wageEmpNameAndAddress': [wageInfo.wageEmpNameAndAddress != null ? wageInfo.wageEmpNameAndAddress : null, Validators.required],
|
|
30
|
-
'wageAmountQuarter1': [wageInfo.wageAmountQuarter1 != null ? wageInfo.wageAmountQuarter1 : null, Validators.required],
|
|
31
|
-
'wageAmountQuarter2': [wageInfo.wageAmountQuarter2 != null ? wageInfo.wageAmountQuarter2 : null, Validators.required],
|
|
32
|
-
'wageAmountQuarter3': [wageInfo.wageAmountQuarter3 != null ? wageInfo.wageAmountQuarter3 : null, Validators.required],
|
|
33
|
-
'wageAmountQuarter4': [wageInfo.wageAmountQuarter4 != null ? wageInfo.wageAmountQuarter4 : null, Validators.required]
|
|
34
|
-
});
|
|
35
|
-
}
|
|
36
|
-
save() {
|
|
37
|
-
if (this.wageForm.valid) {
|
|
38
|
-
this.success.emit(this.wageForm.value);
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
cancel() {
|
|
42
|
-
this.onClose.emit();
|
|
43
|
-
}
|
|
44
|
-
ngOnChanges(changes) {
|
|
45
|
-
if (changes.wageToEdit && changes.wageToEdit.currentValue) {
|
|
46
|
-
this.initializeWageInfoForm();
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
get wageEmpNameAndAddress() {
|
|
50
|
-
return this.wageForm.controls['wageEmpNameAndAddress'];
|
|
51
|
-
}
|
|
52
|
-
get wageAmountQuarter1() {
|
|
53
|
-
return this.wageForm.controls['wageAmountQuarter1'];
|
|
54
|
-
}
|
|
55
|
-
get wageAmountQuarter2() {
|
|
56
|
-
return this.wageForm.controls['wageAmountQuarter2'];
|
|
57
|
-
}
|
|
58
|
-
get wageAmountQuarter3() {
|
|
59
|
-
return this.wageForm.controls['wageAmountQuarter3'];
|
|
60
|
-
}
|
|
61
|
-
get wageAmountQuarter4() {
|
|
62
|
-
return this.wageForm.controls['wageAmountQuarter4'];
|
|
63
|
-
}
|
|
64
|
-
static { this.ɵfac = function AddWageComponent_Factory(t) { return new (t || AddWageComponent)(i0.ɵɵdirectiveInject(i1.UtilService), i0.ɵɵdirectiveInject(i2.UntypedFormBuilder)); }; }
|
|
65
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AddWageComponent, selectors: [["app-add-wage"]], viewQuery: function AddWageComponent_Query(rf, ctx) { if (rf & 1) {
|
|
66
|
-
i0.ɵɵviewQuery(_c0, 5);
|
|
67
|
-
} if (rf & 2) {
|
|
68
|
-
let _t;
|
|
69
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.wageFormDirective = _t.first);
|
|
70
|
-
} }, inputs: { wageToEdit: "wageToEdit" }, outputs: { success: "success", onClose: "onClose" }, features: [i0.ɵɵNgOnChangesFeature], decls: 51, vars: 52, consts: [[3, "formGroup"], ["wageFormDirective", "ngForm"], ["size", "12", "sizeSm", "12", "sizeXs", "12", "sizeMd", "12", "sizeLg", "12", "sizeXl", "12"], [1, "p-fluid", "p-formgrid"], [1, "field"], ["for", "wageEmpNameAndAddress"], ["id", "wageEmpNameAndAddress", "type", "input", "pInputText", "", 3, "formControl"], [3, "field", "form", "errDef"], ["size", "12", "sizeSm", "12", "sizeXs", "12", "sizeMd", "3", "sizeLg", "3", "sizeXl", "3"], ["for", "wageAmountQuarter1"], ["inputId", "wageAmountQuarter1", "mode", "currency", "currency", "USD", "locale", "en-US", "maxlength", "10", 3, "formControl"], ["for", "wageAmountQuarter2"], ["inputId", "wageAmountQuarter2", "mode", "currency", "currency", "USD", "locale", "en-US", "maxlength", "10", 3, "formControl"], ["for", "wageAmountQuarter3"], ["inputId", "wageAmountQuarter3", "mode", "currency", "currency", "USD", "locale", "en-US", "maxlength", "10", 3, "formControl"], ["for", "wageAmountQuarter4"], ["inputId", "wageAmountQuarter4", "mode", "currency", "currency", "USD", "locale", "en-US", "maxlength", "10", 3, "formControl"], [1, "ion-text-right"], ["shape", "round", "fill", "outline", "type", "reset", 2, "width", "80px", 3, "click"], ["shape", "round", "type", "submit", 2, "width", "80px", 3, "click"]], template: function AddWageComponent_Template(rf, ctx) { if (rf & 1) {
|
|
71
|
-
i0.ɵɵelementStart(0, "form", 0, 1)(2, "ion-grid")(3, "ion-row")(4, "ion-col", 2)(5, "div", 3)(6, "div", 4)(7, "label", 5);
|
|
72
|
-
i0.ɵɵtext(8, "Employer Name & Address");
|
|
73
|
-
i0.ɵɵelementEnd();
|
|
74
|
-
i0.ɵɵelement(9, "br")(10, "input", 6)(11, "app-error", 7);
|
|
75
|
-
i0.ɵɵelementEnd()()()();
|
|
76
|
-
i0.ɵɵelementStart(12, "ion-row")(13, "ion-col", 8)(14, "div", 3)(15, "div", 4)(16, "label", 9);
|
|
77
|
-
i0.ɵɵtext(17);
|
|
78
|
-
i0.ɵɵpipe(18, "translate");
|
|
79
|
-
i0.ɵɵelementEnd();
|
|
80
|
-
i0.ɵɵelement(19, "p-inputNumber", 10)(20, "app-error", 7);
|
|
81
|
-
i0.ɵɵelementEnd()()();
|
|
82
|
-
i0.ɵɵelementStart(21, "ion-col", 8)(22, "div", 3)(23, "div", 4)(24, "label", 11);
|
|
83
|
-
i0.ɵɵtext(25);
|
|
84
|
-
i0.ɵɵpipe(26, "translate");
|
|
85
|
-
i0.ɵɵelementEnd();
|
|
86
|
-
i0.ɵɵelement(27, "p-inputNumber", 12)(28, "app-error", 7);
|
|
87
|
-
i0.ɵɵelementEnd()()();
|
|
88
|
-
i0.ɵɵelementStart(29, "ion-col", 8)(30, "div", 3)(31, "div", 4)(32, "label", 13);
|
|
89
|
-
i0.ɵɵtext(33);
|
|
90
|
-
i0.ɵɵpipe(34, "translate");
|
|
91
|
-
i0.ɵɵelementEnd();
|
|
92
|
-
i0.ɵɵelement(35, "p-inputNumber", 14)(36, "app-error", 7);
|
|
93
|
-
i0.ɵɵelementEnd()()();
|
|
94
|
-
i0.ɵɵelementStart(37, "ion-col", 8)(38, "div", 3)(39, "div", 4)(40, "label", 15);
|
|
95
|
-
i0.ɵɵtext(41);
|
|
96
|
-
i0.ɵɵpipe(42, "translate");
|
|
97
|
-
i0.ɵɵelementEnd();
|
|
98
|
-
i0.ɵɵelement(43, "p-inputNumber", 16)(44, "app-error", 7);
|
|
99
|
-
i0.ɵɵelementEnd()()()();
|
|
100
|
-
i0.ɵɵelementStart(45, "ion-row")(46, "ion-col", 17)(47, "ion-button", 18);
|
|
101
|
-
i0.ɵɵlistener("click", function AddWageComponent_Template_ion_button_click_47_listener() { return ctx.cancel(); });
|
|
102
|
-
i0.ɵɵtext(48, " Clear ");
|
|
103
|
-
i0.ɵɵelementEnd();
|
|
104
|
-
i0.ɵɵelementStart(49, "ion-button", 19);
|
|
105
|
-
i0.ɵɵlistener("click", function AddWageComponent_Template_ion_button_click_49_listener() { return ctx.save(); });
|
|
106
|
-
i0.ɵɵtext(50, " Save ");
|
|
107
|
-
i0.ɵɵelementEnd()()()()();
|
|
108
|
-
} if (rf & 2) {
|
|
109
|
-
const _r0 = i0.ɵɵreference(1);
|
|
110
|
-
i0.ɵɵproperty("formGroup", ctx.wageForm);
|
|
111
|
-
i0.ɵɵadvance(10);
|
|
112
|
-
i0.ɵɵproperty("formControl", ctx.wageEmpNameAndAddress);
|
|
113
|
-
i0.ɵɵadvance(1);
|
|
114
|
-
i0.ɵɵclassMap("app-grid");
|
|
115
|
-
i0.ɵɵproperty("field", ctx.wageEmpNameAndAddress)("form", _r0)("errDef", i0.ɵɵpureFunction0(47, _c1));
|
|
116
|
-
i0.ɵɵadvance(6);
|
|
117
|
-
i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(18, 39, "wage.firstQuarter"), " ", ctx.currentYear, "");
|
|
118
|
-
i0.ɵɵadvance(2);
|
|
119
|
-
i0.ɵɵproperty("formControl", ctx.wageAmountQuarter1);
|
|
120
|
-
i0.ɵɵadvance(1);
|
|
121
|
-
i0.ɵɵclassMap("app-grid");
|
|
122
|
-
i0.ɵɵproperty("field", ctx.wageAmountQuarter1)("form", _r0)("errDef", i0.ɵɵpureFunction0(48, _c1));
|
|
123
|
-
i0.ɵɵadvance(5);
|
|
124
|
-
i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(26, 41, "wage.secondQuarter"), " ", ctx.currentYear, "");
|
|
125
|
-
i0.ɵɵadvance(2);
|
|
126
|
-
i0.ɵɵproperty("formControl", ctx.wageAmountQuarter2);
|
|
127
|
-
i0.ɵɵadvance(1);
|
|
128
|
-
i0.ɵɵclassMap("app-grid");
|
|
129
|
-
i0.ɵɵproperty("field", ctx.wageAmountQuarter2)("form", _r0)("errDef", i0.ɵɵpureFunction0(49, _c1));
|
|
130
|
-
i0.ɵɵadvance(5);
|
|
131
|
-
i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(34, 43, "wage.thirdQuarter"), " ", ctx.currentYear, "");
|
|
132
|
-
i0.ɵɵadvance(2);
|
|
133
|
-
i0.ɵɵproperty("formControl", ctx.wageAmountQuarter3);
|
|
134
|
-
i0.ɵɵadvance(1);
|
|
135
|
-
i0.ɵɵclassMap("app-grid");
|
|
136
|
-
i0.ɵɵproperty("field", ctx.wageAmountQuarter3)("form", _r0)("errDef", i0.ɵɵpureFunction0(50, _c1));
|
|
137
|
-
i0.ɵɵadvance(5);
|
|
138
|
-
i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(42, 45, "wage.fourthQuarter"), " ", ctx.currentYear, "");
|
|
139
|
-
i0.ɵɵadvance(2);
|
|
140
|
-
i0.ɵɵproperty("formControl", ctx.wageAmountQuarter4);
|
|
141
|
-
i0.ɵɵadvance(1);
|
|
142
|
-
i0.ɵɵclassMap("app-grid");
|
|
143
|
-
i0.ɵɵproperty("field", ctx.wageAmountQuarter4)("form", _r0)("errDef", i0.ɵɵpureFunction0(51, _c1));
|
|
144
|
-
} }, dependencies: [i3.IonButton, i3.IonCol, i3.IonGrid, i3.IonRow, i2.ɵNgNoValidate, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.MaxLengthValidator, i2.FormControlDirective, i2.FormGroupDirective, i4.InputText, i5.InputNumber, i6.ErrorComponent, i7.TranslatePipe] }); }
|
|
145
|
-
}
|
|
146
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AddWageComponent, [{
|
|
147
|
-
type: Component,
|
|
148
|
-
args: [{ selector: 'app-add-wage', template: "<form [formGroup]=\"wageForm\" #wageFormDirective=\"ngForm\">\r\n <ion-grid>\r\n <ion-row>\r\n <ion-col size=\"12\" sizeSm=\"12\" sizeXs=\"12\" sizeMd=\"12\" sizeLg=\"12\" sizeXl=\"12\">\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"field\">\r\n <label for=\"wageEmpNameAndAddress\">Employer Name & Address</label><br>\r\n <input id=\"wageEmpNameAndAddress\" type=\"input\" pInputText [formControl]=\"wageEmpNameAndAddress\" />\r\n <app-error [class]=\"'app-grid'\" [field]='wageEmpNameAndAddress' [form]=\"wageFormDirective\" [errDef]=\"{ \r\n required: 'Required.'\r\n }\"></app-error>\r\n </div>\r\n </div>\r\n </ion-col>\r\n </ion-row>\r\n\r\n <ion-row>\r\n <ion-col size=\"12\" sizeSm=\"12\" sizeXs=\"12\" sizeMd=\"3\" sizeLg=\"3\" sizeXl=\"3\">\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"field\">\r\n <label for=\"wageAmountQuarter1\">{{ \"wage.firstQuarter\" | translate }} {{ currentYear }}</label>\r\n <p-inputNumber inputId=\"wageAmountQuarter1\" mode=\"currency\" currency=\"USD\" locale=\"en-US\"\r\n [formControl]=\"wageAmountQuarter1\" maxlength=\"10\"></p-inputNumber>\r\n <app-error [class]=\"'app-grid'\" [field]='wageAmountQuarter1' [form]=\"wageFormDirective\" [errDef]=\"{ \r\n required: 'Required.'\r\n }\"></app-error>\r\n </div>\r\n </div>\r\n </ion-col>\r\n \r\n <ion-col size=\"12\" sizeSm=\"12\" sizeXs=\"12\" sizeMd=\"3\" sizeLg=\"3\" sizeXl=\"3\">\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"field\">\r\n <label for=\"wageAmountQuarter2\">{{ \"wage.secondQuarter\" | translate }} {{ currentYear }}</label>\r\n <p-inputNumber inputId=\"wageAmountQuarter2\" mode=\"currency\" currency=\"USD\" locale=\"en-US\"\r\n [formControl]=\"wageAmountQuarter2\" maxlength=\"10\"></p-inputNumber>\r\n <app-error [class]=\"'app-grid'\" [field]='wageAmountQuarter2' [form]=\"wageFormDirective\" [errDef]=\"{ \r\n required: 'Required.'\r\n }\"></app-error>\r\n </div>\r\n </div>\r\n </ion-col>\r\n \r\n <ion-col size=\"12\" sizeSm=\"12\" sizeXs=\"12\" sizeMd=\"3\" sizeLg=\"3\" sizeXl=\"3\">\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"field\">\r\n <label for=\"wageAmountQuarter3\">{{ \"wage.thirdQuarter\" | translate }} {{ currentYear }}</label>\r\n <p-inputNumber inputId=\"wageAmountQuarter3\" mode=\"currency\" currency=\"USD\" locale=\"en-US\"\r\n [formControl]=\"wageAmountQuarter3\" maxlength=\"10\"></p-inputNumber>\r\n <app-error [class]=\"'app-grid'\" [field]='wageAmountQuarter3' [form]=\"wageFormDirective\" [errDef]=\"{ \r\n required: 'Required.'\r\n }\"></app-error>\r\n </div>\r\n </div>\r\n </ion-col>\r\n \r\n <ion-col size=\"12\" sizeSm=\"12\" sizeXs=\"12\" sizeMd=\"3\" sizeLg=\"3\" sizeXl=\"3\">\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"field\">\r\n <label for=\"wageAmountQuarter4\">{{ \"wage.fourthQuarter\" | translate }} {{ currentYear }}</label>\r\n <p-inputNumber inputId=\"wageAmountQuarter4\" mode=\"currency\" currency=\"USD\" locale=\"en-US\"\r\n [formControl]=\"wageAmountQuarter4\" maxlength=\"10\"></p-inputNumber>\r\n <app-error [class]=\"'app-grid'\" [field]='wageAmountQuarter4' [form]=\"wageFormDirective\" [errDef]=\"{ \r\n required: 'Required.'\r\n }\"></app-error>\r\n </div>\r\n </div>\r\n </ion-col>\r\n </ion-row>\r\n\r\n <ion-row>\r\n <ion-col class=\"ion-text-right\">\r\n <ion-button shape=\"round\" style=\"width: 80px;\" fill=\"outline\" (click)=\"cancel()\"\r\n type=\"reset\"> Clear </ion-button>\r\n <ion-button shape=\"round\" style=\"width: 80px;\" (click)=\"save()\" type=\"submit\"> Save </ion-button>\r\n </ion-col>\r\n </ion-row>\r\n\r\n </ion-grid>\r\n</form>" }]
|
|
149
|
-
}], () => [{ type: i1.UtilService }, { type: i2.UntypedFormBuilder }], { wageToEdit: [{
|
|
150
|
-
type: Input
|
|
151
|
-
}], success: [{
|
|
152
|
-
type: Output
|
|
153
|
-
}], onClose: [{
|
|
154
|
-
type: Output
|
|
155
|
-
}], wageFormDirective: [{
|
|
156
|
-
type: ViewChild,
|
|
157
|
-
args: ['wageFormDirective', { static: false }]
|
|
158
|
-
}] }); })();
|
|
159
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AddWageComponent, { className: "AddWageComponent", filePath: "lib\\components\\add-wage\\add-wage.component.ts", lineNumber: 11 }); })();
|
|
160
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkLXdhZ2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9jb21wb25lbnRzL2FkZC13YWdlL2FkZC13YWdlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9hZGQtd2FnZS9hZGQtd2FnZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQVUsTUFBTSxFQUFpQixTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFekcsT0FBTyxFQUFnRCxVQUFVLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUMxRixPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sNEJBQTRCLENBQUM7Ozs7Ozs7Ozs7O0FBTzNELE1BQU0sT0FBTyxnQkFBZ0I7SUFnQjNCLFlBQW1CLElBQWtCLEVBQVMsV0FBZ0M7UUFBM0QsU0FBSSxHQUFKLElBQUksQ0FBYztRQUFTLGdCQUFXLEdBQVgsV0FBVyxDQUFxQjtRQVp2RSxlQUFVLEdBQUcsSUFBSSxhQUFhLEVBQUUsQ0FBQztRQUd4QyxZQUFPLEdBQXNCLElBQUksWUFBWSxFQUFFLENBQUM7UUFHaEQsWUFBTyxHQUFzQixJQUFJLFlBQVksRUFBRSxDQUFDO1FBTzlDLElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQyxXQUFXLEVBQUUsQ0FBQztJQUM5QyxDQUFDO0lBRUQsUUFBUTtRQUNOLElBQUksQ0FBQyxzQkFBc0IsRUFBRSxDQUFDO0lBQ2hDLENBQUM7SUFFRCxzQkFBc0I7UUFDcEIsSUFBSSxRQUFRLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsSUFBSSxhQUFhLEVBQUUsQ0FBQztRQUN2RSxJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDO1lBQ3JDLHVCQUF1QixFQUFHLENBQUMsUUFBUSxDQUFDLHFCQUFxQixJQUFJLElBQUksQ0FBQyxDQUFDLENBQUMsUUFBUSxDQUFDLHFCQUFxQixDQUFDLENBQUMsQ0FBQyxJQUFJLEVBQUUsVUFBVSxDQUFDLFFBQVEsQ0FBQztZQUMvSCxvQkFBb0IsRUFBRSxDQUFDLFFBQVEsQ0FBQyxrQkFBa0IsSUFBSSxJQUFJLENBQUMsQ0FBQyxDQUFDLFFBQVEsQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDLENBQUMsSUFBSSxFQUFFLFVBQVUsQ0FBQyxRQUFRLENBQUM7WUFDckgsb0JBQW9CLEVBQUUsQ0FBQyxRQUFRLENBQUMsa0JBQWtCLElBQUksSUFBSSxDQUFDLENBQUMsQ0FBQyxRQUFRLENBQUMsa0JBQWtCLENBQUMsQ0FBQyxDQUFDLElBQUksRUFBRSxVQUFVLENBQUMsUUFBUSxDQUFDO1lBQ3JILG9CQUFvQixFQUFHLENBQUMsUUFBUSxDQUFDLGtCQUFrQixJQUFJLElBQUksQ0FBQyxDQUFDLENBQUMsUUFBUSxDQUFDLGtCQUFrQixDQUFDLENBQUMsQ0FBQyxJQUFJLEVBQUUsVUFBVSxDQUFDLFFBQVEsQ0FBQztZQUN0SCxvQkFBb0IsRUFBRSxDQUFDLFFBQVEsQ0FBQyxrQkFBa0IsSUFBSSxJQUFJLENBQUMsQ0FBQyxDQUFDLFFBQVEsQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDLENBQUMsSUFBSSxFQUFFLFVBQVUsQ0FBQyxRQUFRLENBQUM7U0FDdEgsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVELElBQUk7UUFDRixJQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsS0FBSyxFQUFDO1lBQ3JCLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLENBQUM7U0FDeEM7SUFDSCxDQUFDO0lBRUQsTUFBTTtRQUNKLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDdEIsQ0FBQztJQUVELFdBQVcsQ0FBQyxPQUFzQjtRQUNoQyxJQUFHLE9BQU8sQ0FBQyxVQUFVLElBQUksT0FBTyxDQUFDLFVBQVUsQ0FBQyxZQUFZLEVBQUM7WUFDdkQsSUFBSSxDQUFDLHNCQUFzQixFQUFFLENBQUM7U0FDL0I7SUFDSCxDQUFDO0lBRUQsSUFBSSxxQkFBcUI7UUFDdkIsT0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyx1QkFBdUIsQ0FBQyxDQUFDO0lBQ3pELENBQUM7SUFFRCxJQUFJLGtCQUFrQjtRQUNwQixPQUFPLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLG9CQUFvQixDQUFDLENBQUM7SUFDdEQsQ0FBQztJQUVELElBQUksa0JBQWtCO1FBQ3BCLE9BQU8sSUFBSSxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsb0JBQW9CLENBQUMsQ0FBQztJQUN0RCxDQUFDO0lBRUQsSUFBSSxrQkFBa0I7UUFDcEIsT0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxvQkFBb0IsQ0FBQyxDQUFDO0lBQ3RELENBQUM7SUFFRCxJQUFJLGtCQUFrQjtRQUNwQixPQUFPLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLG9CQUFvQixDQUFDLENBQUM7SUFDdEQsQ0FBQztpRkFyRVUsZ0JBQWdCO29FQUFoQixnQkFBZ0I7Ozs7OztZQ1Y3QixrQ0FBeUQsZUFBQSxjQUFBLGlCQUFBLGFBQUEsYUFBQSxlQUFBO1lBTUYsdUNBQXVCO1lBQUEsaUJBQVE7WUFBQSxxQkFBSSxnQkFBQSxvQkFBQTtZQUsxRSxpQkFBTSxFQUFBLEVBQUEsRUFBQTtZQUtkLGdDQUFTLGtCQUFBLGNBQUEsY0FBQSxnQkFBQTtZQUltQyxhQUF1RDs7WUFBQSxpQkFBUTtZQUMvRixxQ0FDc0Usb0JBQUE7WUFJMUUsaUJBQU0sRUFBQSxFQUFBO1lBSVYsbUNBQTRFLGNBQUEsY0FBQSxpQkFBQTtZQUdwQyxhQUF3RDs7WUFBQSxpQkFBUTtZQUNoRyxxQ0FDc0Usb0JBQUE7WUFJMUUsaUJBQU0sRUFBQSxFQUFBO1lBSVYsbUNBQTRFLGNBQUEsY0FBQSxpQkFBQTtZQUdwQyxhQUF1RDs7WUFBQSxpQkFBUTtZQUMvRixxQ0FDc0Usb0JBQUE7WUFJMUUsaUJBQU0sRUFBQSxFQUFBO1lBSVYsbUNBQTRFLGNBQUEsY0FBQSxpQkFBQTtZQUdwQyxhQUF3RDs7WUFBQSxpQkFBUTtZQUNoRyxxQ0FDc0Usb0JBQUE7WUFJMUUsaUJBQU0sRUFBQSxFQUFBLEVBQUE7WUFLZCxnQ0FBUyxtQkFBQSxzQkFBQTtZQUU2RCxrR0FBUyxZQUFRLElBQUM7WUFDOUQsd0JBQU07WUFBQSxpQkFBYTtZQUNyQyx1Q0FBOEU7WUFBL0Isa0dBQVMsVUFBTSxJQUFDO1lBQWdCLHVCQUFLO1lBQUEsaUJBQWEsRUFBQSxFQUFBLEVBQUEsRUFBQTs7O1lBMUUzRyx3Q0FBc0I7WUFPa0QsZ0JBQXFDO1lBQXJDLHVEQUFxQztZQUNwRixlQUFvQjtZQUFwQix5QkFBb0I7WUFBQyxpREFBK0IsYUFBQSx1Q0FBQTtZQVkvQixlQUF1RDtZQUF2RCxnR0FBdUQ7WUFFbkYsZUFBa0M7WUFBbEMsb0RBQWtDO1lBQzNCLGVBQW9CO1lBQXBCLHlCQUFvQjtZQUFDLDhDQUE0QixhQUFBLHVDQUFBO1lBVTVCLGVBQXdEO1lBQXhELGlHQUF3RDtZQUVwRixlQUFrQztZQUFsQyxvREFBa0M7WUFDM0IsZUFBb0I7WUFBcEIseUJBQW9CO1lBQUMsOENBQTRCLGFBQUEsdUNBQUE7WUFVNUIsZUFBdUQ7WUFBdkQsZ0dBQXVEO1lBRW5GLGVBQWtDO1lBQWxDLG9EQUFrQztZQUMzQixlQUFvQjtZQUFwQix5QkFBb0I7WUFBQyw4Q0FBNEIsYUFBQSx1Q0FBQTtZQVU1QixlQUF3RDtZQUF4RCxpR0FBd0Q7WUFFcEYsZUFBa0M7WUFBbEMsb0RBQWtDO1lBQzNCLGVBQW9CO1lBQXBCLHlCQUFvQjtZQUFDLDhDQUE0QixhQUFBLHVDQUFBOzs7aUZEcERuRSxnQkFBZ0I7Y0FMNUIsU0FBUzsyQkFDRSxjQUFjOzZFQVFqQixVQUFVO2tCQURoQixLQUFLO1lBSU4sT0FBTztrQkFETixNQUFNO1lBSVAsT0FBTztrQkFETixNQUFNO1lBSUEsaUJBQWlCO2tCQUR2QixTQUFTO21CQUFDLG1CQUFtQixFQUFFLEVBQUMsTUFBTSxFQUFFLEtBQUssRUFBQzs7a0ZBWnBDLGdCQUFnQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT25Jbml0LCBPdXRwdXQsIFNpbXBsZUNoYW5nZXMsIFZpZXdDaGlsZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBVdGlsU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3V0aWwvdXRpbC5zZXJ2aWNlJztcclxuaW1wb3J0IHsgTmdGb3JtLCBVbnR5cGVkRm9ybUJ1aWxkZXIsIFVudHlwZWRGb3JtR3JvdXAsIFZhbGlkYXRvcnMgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XHJcbmltcG9ydCB7IFdhZ2VJbmZvTW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvV2FnZUluZm9Nb2RlbCc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1hZGQtd2FnZScsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2FkZC13YWdlLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vYWRkLXdhZ2UuY29tcG9uZW50LmNzcydcclxufSlcclxuZXhwb3J0IGNsYXNzIEFkZFdhZ2VDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG4gIGN1cnJlbnRZZWFyOm51bWJlcjtcclxuXHJcbiAgQElucHV0KClcclxuICBwdWJsaWMgd2FnZVRvRWRpdCA9IG5ldyBXYWdlSW5mb01vZGVsKCk7XHJcblxyXG4gIEBPdXRwdXQoKSBcclxuICBzdWNjZXNzOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuXHJcbiAgQE91dHB1dCgpIFxyXG4gIG9uQ2xvc2U6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG5cclxuICBAVmlld0NoaWxkKCd3YWdlRm9ybURpcmVjdGl2ZScsIHtzdGF0aWM6IGZhbHNlfSlcclxuICBwdWJsaWMgd2FnZUZvcm1EaXJlY3RpdmU6IE5nRm9ybTtcclxuICBwdWJsaWMgd2FnZUZvcm0gOiBVbnR5cGVkRm9ybUdyb3VwO1xyXG4gIFxyXG4gIGNvbnN0cnVjdG9yKHB1YmxpYyB1dGlsIDogVXRpbFNlcnZpY2UsIHB1YmxpYyBmb3JtQnVpbGRlciA6IFVudHlwZWRGb3JtQnVpbGRlcikgeyBcclxuICAgIHRoaXMuY3VycmVudFllYXIgPSBuZXcgRGF0ZSgpLmdldEZ1bGxZZWFyKCk7XHJcbiAgfVxyXG5cclxuICBuZ09uSW5pdCgpIHtcclxuICAgIHRoaXMuaW5pdGlhbGl6ZVdhZ2VJbmZvRm9ybSgpO1xyXG4gIH1cclxuXHJcbiAgaW5pdGlhbGl6ZVdhZ2VJbmZvRm9ybSgpIHtcclxuICAgIGxldCB3YWdlSW5mbyA9IHRoaXMud2FnZVRvRWRpdCA/IHRoaXMud2FnZVRvRWRpdCA6IG5ldyBXYWdlSW5mb01vZGVsKCk7XHJcbiAgICB0aGlzLndhZ2VGb3JtID0gdGhpcy5mb3JtQnVpbGRlci5ncm91cCh7XHJcbiAgICAgICd3YWdlRW1wTmFtZUFuZEFkZHJlc3MnIDogW3dhZ2VJbmZvLndhZ2VFbXBOYW1lQW5kQWRkcmVzcyAhPSBudWxsID8gd2FnZUluZm8ud2FnZUVtcE5hbWVBbmRBZGRyZXNzIDogbnVsbCwgVmFsaWRhdG9ycy5yZXF1aXJlZF0sXHJcbiAgICAgICd3YWdlQW1vdW50UXVhcnRlcjEnOiBbd2FnZUluZm8ud2FnZUFtb3VudFF1YXJ0ZXIxICE9IG51bGwgPyB3YWdlSW5mby53YWdlQW1vdW50UXVhcnRlcjEgOiBudWxsLCBWYWxpZGF0b3JzLnJlcXVpcmVkXSxcclxuICAgICAgJ3dhZ2VBbW91bnRRdWFydGVyMic6IFt3YWdlSW5mby53YWdlQW1vdW50UXVhcnRlcjIgIT0gbnVsbCA/IHdhZ2VJbmZvLndhZ2VBbW91bnRRdWFydGVyMiA6IG51bGwsIFZhbGlkYXRvcnMucmVxdWlyZWRdLFxyXG4gICAgICAnd2FnZUFtb3VudFF1YXJ0ZXIzJyA6IFt3YWdlSW5mby53YWdlQW1vdW50UXVhcnRlcjMgIT0gbnVsbCA/IHdhZ2VJbmZvLndhZ2VBbW91bnRRdWFydGVyMyA6IG51bGwsIFZhbGlkYXRvcnMucmVxdWlyZWRdLFxyXG4gICAgICAnd2FnZUFtb3VudFF1YXJ0ZXI0JzogW3dhZ2VJbmZvLndhZ2VBbW91bnRRdWFydGVyNCAhPSBudWxsID8gd2FnZUluZm8ud2FnZUFtb3VudFF1YXJ0ZXI0IDogbnVsbCwgVmFsaWRhdG9ycy5yZXF1aXJlZF1cclxuICAgIH0pO1xyXG4gIH1cclxuXHJcbiAgc2F2ZSgpe1xyXG4gICAgaWYodGhpcy53YWdlRm9ybS52YWxpZCl7XHJcbiAgICAgIHRoaXMuc3VjY2Vzcy5lbWl0KHRoaXMud2FnZUZvcm0udmFsdWUpO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgY2FuY2VsKCl7XHJcbiAgICB0aGlzLm9uQ2xvc2UuZW1pdCgpO1xyXG4gIH1cclxuXHJcbiAgbmdPbkNoYW5nZXMoY2hhbmdlczogU2ltcGxlQ2hhbmdlcyk6IHZvaWQge1xyXG4gICAgaWYoY2hhbmdlcy53YWdlVG9FZGl0ICYmIGNoYW5nZXMud2FnZVRvRWRpdC5jdXJyZW50VmFsdWUpe1xyXG4gICAgICB0aGlzLmluaXRpYWxpemVXYWdlSW5mb0Zvcm0oKTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIGdldCB3YWdlRW1wTmFtZUFuZEFkZHJlc3MoKSB7XHJcbiAgICByZXR1cm4gdGhpcy53YWdlRm9ybS5jb250cm9sc1snd2FnZUVtcE5hbWVBbmRBZGRyZXNzJ107XHJcbiAgfVxyXG5cclxuICBnZXQgd2FnZUFtb3VudFF1YXJ0ZXIxKCkge1xyXG4gICAgcmV0dXJuIHRoaXMud2FnZUZvcm0uY29udHJvbHNbJ3dhZ2VBbW91bnRRdWFydGVyMSddO1xyXG4gIH1cclxuXHJcbiAgZ2V0IHdhZ2VBbW91bnRRdWFydGVyMigpIHtcclxuICAgIHJldHVybiB0aGlzLndhZ2VGb3JtLmNvbnRyb2xzWyd3YWdlQW1vdW50UXVhcnRlcjInXTtcclxuICB9XHJcblxyXG4gIGdldCB3YWdlQW1vdW50UXVhcnRlcjMoKSB7XHJcbiAgICByZXR1cm4gdGhpcy53YWdlRm9ybS5jb250cm9sc1snd2FnZUFtb3VudFF1YXJ0ZXIzJ107XHJcbiAgfVxyXG5cclxuICBnZXQgd2FnZUFtb3VudFF1YXJ0ZXI0KCkge1xyXG4gICAgcmV0dXJuIHRoaXMud2FnZUZvcm0uY29udHJvbHNbJ3dhZ2VBbW91bnRRdWFydGVyNCddO1xyXG4gIH1cclxuXHJcbn1cclxuIiwiPGZvcm0gW2Zvcm1Hcm91cF09XCJ3YWdlRm9ybVwiICN3YWdlRm9ybURpcmVjdGl2ZT1cIm5nRm9ybVwiPlxyXG4gICAgPGlvbi1ncmlkPlxyXG4gICAgICAgIDxpb24tcm93PlxyXG4gICAgICAgICAgICA8aW9uLWNvbCBzaXplPVwiMTJcIiBzaXplU209XCIxMlwiIHNpemVYcz1cIjEyXCIgc2l6ZU1kPVwiMTJcIiBzaXplTGc9XCIxMlwiIHNpemVYbD1cIjEyXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicC1mbHVpZCBwLWZvcm1ncmlkXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmllbGRcIj5cclxuICAgICAgICAgICAgICAgICAgICA8bGFiZWwgZm9yPVwid2FnZUVtcE5hbWVBbmRBZGRyZXNzXCI+RW1wbG95ZXIgTmFtZSAmIEFkZHJlc3M8L2xhYmVsPjxicj5cclxuICAgICAgICAgICAgICAgICAgICA8aW5wdXQgaWQ9XCJ3YWdlRW1wTmFtZUFuZEFkZHJlc3NcIiB0eXBlPVwiaW5wdXRcIiBwSW5wdXRUZXh0IFtmb3JtQ29udHJvbF09XCJ3YWdlRW1wTmFtZUFuZEFkZHJlc3NcIiAvPlxyXG4gICAgICAgICAgICAgICAgICAgIDxhcHAtZXJyb3IgW2NsYXNzXT1cIidhcHAtZ3JpZCdcIiBbZmllbGRdPSd3YWdlRW1wTmFtZUFuZEFkZHJlc3MnIFtmb3JtXT1cIndhZ2VGb3JtRGlyZWN0aXZlXCIgW2VyckRlZl09XCJ7IFxyXG4gICAgICAgICAgICAgICAgcmVxdWlyZWQ6ICdSZXF1aXJlZC4nXHJcbiAgICAgICAgICAgICAgfVwiPjwvYXBwLWVycm9yPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgICAgPC9pb24tcm93PlxyXG5cclxuICAgICAgICA8aW9uLXJvdz5cclxuICAgICAgICAgICAgPGlvbi1jb2wgc2l6ZT1cIjEyXCIgc2l6ZVNtPVwiMTJcIiBzaXplWHM9XCIxMlwiIHNpemVNZD1cIjNcIiBzaXplTGc9XCIzXCIgc2l6ZVhsPVwiM1wiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInAtZmx1aWQgcC1mb3JtZ3JpZFwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZpZWxkXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGxhYmVsIGZvcj1cIndhZ2VBbW91bnRRdWFydGVyMVwiPnt7IFwid2FnZS5maXJzdFF1YXJ0ZXJcIiB8IHRyYW5zbGF0ZSB9fSB7eyBjdXJyZW50WWVhciB9fTwvbGFiZWw+XHJcbiAgICAgICAgICAgICAgICAgICAgPHAtaW5wdXROdW1iZXIgaW5wdXRJZD1cIndhZ2VBbW91bnRRdWFydGVyMVwiIG1vZGU9XCJjdXJyZW5jeVwiIGN1cnJlbmN5PVwiVVNEXCIgbG9jYWxlPVwiZW4tVVNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBbZm9ybUNvbnRyb2xdPVwid2FnZUFtb3VudFF1YXJ0ZXIxXCIgbWF4bGVuZ3RoPVwiMTBcIj48L3AtaW5wdXROdW1iZXI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGFwcC1lcnJvciBbY2xhc3NdPVwiJ2FwcC1ncmlkJ1wiIFtmaWVsZF09J3dhZ2VBbW91bnRRdWFydGVyMScgW2Zvcm1dPVwid2FnZUZvcm1EaXJlY3RpdmVcIiBbZXJyRGVmXT1cInsgXHJcbiAgICAgICAgICAgICAgICByZXF1aXJlZDogJ1JlcXVpcmVkLidcclxuICAgICAgICAgICAgICB9XCI+PC9hcHAtZXJyb3I+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvaW9uLWNvbD5cclxuICAgICAgICBcclxuICAgICAgICAgICAgPGlvbi1jb2wgc2l6ZT1cIjEyXCIgc2l6ZVNtPVwiMTJcIiBzaXplWHM9XCIxMlwiIHNpemVNZD1cIjNcIiBzaXplTGc9XCIzXCIgc2l6ZVhsPVwiM1wiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInAtZmx1aWQgcC1mb3JtZ3JpZFwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZpZWxkXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGxhYmVsIGZvcj1cIndhZ2VBbW91bnRRdWFydGVyMlwiPnt7IFwid2FnZS5zZWNvbmRRdWFydGVyXCIgfCB0cmFuc2xhdGUgfX0ge3sgY3VycmVudFllYXIgfX08L2xhYmVsPlxyXG4gICAgICAgICAgICAgICAgICAgIDxwLWlucHV0TnVtYmVyIGlucHV0SWQ9XCJ3YWdlQW1vdW50UXVhcnRlcjJcIiBtb2RlPVwiY3VycmVuY3lcIiBjdXJyZW5jeT1cIlVTRFwiIGxvY2FsZT1cImVuLVVTXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgW2Zvcm1Db250cm9sXT1cIndhZ2VBbW91bnRRdWFydGVyMlwiIG1heGxlbmd0aD1cIjEwXCI+PC9wLWlucHV0TnVtYmVyPlxyXG4gICAgICAgICAgICAgICAgICAgIDxhcHAtZXJyb3IgW2NsYXNzXT1cIidhcHAtZ3JpZCdcIiBbZmllbGRdPSd3YWdlQW1vdW50UXVhcnRlcjInIFtmb3JtXT1cIndhZ2VGb3JtRGlyZWN0aXZlXCIgW2VyckRlZl09XCJ7IFxyXG4gICAgICAgICAgICAgICAgcmVxdWlyZWQ6ICdSZXF1aXJlZC4nXHJcbiAgICAgICAgICAgICAgfVwiPjwvYXBwLWVycm9yPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgICAgXHJcbiAgICAgICAgICAgIDxpb24tY29sIHNpemU9XCIxMlwiIHNpemVTbT1cIjEyXCIgc2l6ZVhzPVwiMTJcIiBzaXplTWQ9XCIzXCIgc2l6ZUxnPVwiM1wiIHNpemVYbD1cIjNcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJwLWZsdWlkIHAtZm9ybWdyaWRcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmaWVsZFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxsYWJlbCBmb3I9XCJ3YWdlQW1vdW50UXVhcnRlcjNcIj57eyBcIndhZ2UudGhpcmRRdWFydGVyXCIgfCB0cmFuc2xhdGUgfX0ge3sgY3VycmVudFllYXIgfX08L2xhYmVsPlxyXG4gICAgICAgICAgICAgICAgICAgIDxwLWlucHV0TnVtYmVyIGlucHV0SWQ9XCJ3YWdlQW1vdW50UXVhcnRlcjNcIiBtb2RlPVwiY3VycmVuY3lcIiBjdXJyZW5jeT1cIlVTRFwiIGxvY2FsZT1cImVuLVVTXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgW2Zvcm1Db250cm9sXT1cIndhZ2VBbW91bnRRdWFydGVyM1wiIG1heGxlbmd0aD1cIjEwXCI+PC9wLWlucHV0TnVtYmVyPlxyXG4gICAgICAgICAgICAgICAgICAgIDxhcHAtZXJyb3IgW2NsYXNzXT1cIidhcHAtZ3JpZCdcIiBbZmllbGRdPSd3YWdlQW1vdW50UXVhcnRlcjMnIFtmb3JtXT1cIndhZ2VGb3JtRGlyZWN0aXZlXCIgW2VyckRlZl09XCJ7IFxyXG4gICAgICAgICAgICAgICAgcmVxdWlyZWQ6ICdSZXF1aXJlZC4nXHJcbiAgICAgICAgICAgICAgfVwiPjwvYXBwLWVycm9yPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgICAgXHJcbiAgICAgICAgICAgIDxpb24tY29sIHNpemU9XCIxMlwiIHNpemVTbT1cIjEyXCIgc2l6ZVhzPVwiMTJcIiBzaXplTWQ9XCIzXCIgc2l6ZUxnPVwiM1wiIHNpemVYbD1cIjNcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJwLWZsdWlkIHAtZm9ybWdyaWRcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmaWVsZFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxsYWJlbCBmb3I9XCJ3YWdlQW1vdW50UXVhcnRlcjRcIj57eyBcIndhZ2UuZm91cnRoUXVhcnRlclwiIHwgdHJhbnNsYXRlIH19IHt7IGN1cnJlbnRZZWFyIH19PC9sYWJlbD5cclxuICAgICAgICAgICAgICAgICAgICA8cC1pbnB1dE51bWJlciBpbnB1dElkPVwid2FnZUFtb3VudFF1YXJ0ZXI0XCIgbW9kZT1cImN1cnJlbmN5XCIgY3VycmVuY3k9XCJVU0RcIiBsb2NhbGU9XCJlbi1VU1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtmb3JtQ29udHJvbF09XCJ3YWdlQW1vdW50UXVhcnRlcjRcIiBtYXhsZW5ndGg9XCIxMFwiPjwvcC1pbnB1dE51bWJlcj5cclxuICAgICAgICAgICAgICAgICAgICA8YXBwLWVycm9yIFtjbGFzc109XCInYXBwLWdyaWQnXCIgW2ZpZWxkXT0nd2FnZUFtb3VudFF1YXJ0ZXI0JyBbZm9ybV09XCJ3YWdlRm9ybURpcmVjdGl2ZVwiIFtlcnJEZWZdPVwieyBcclxuICAgICAgICAgICAgICAgIHJlcXVpcmVkOiAnUmVxdWlyZWQuJ1xyXG4gICAgICAgICAgICAgIH1cIj48L2FwcC1lcnJvcj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgIDwvaW9uLXJvdz5cclxuXHJcbiAgICAgICAgPGlvbi1yb3c+XHJcbiAgICAgICAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtcmlnaHRcIj5cclxuICAgICAgICAgICAgICAgIDxpb24tYnV0dG9uIHNoYXBlPVwicm91bmRcIiBzdHlsZT1cIndpZHRoOiA4MHB4O1wiIGZpbGw9XCJvdXRsaW5lXCIgKGNsaWNrKT1cImNhbmNlbCgpXCJcclxuICAgICAgICAgICAgICAgICAgICB0eXBlPVwicmVzZXRcIj4gQ2xlYXIgPC9pb24tYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIHN0eWxlPVwid2lkdGg6IDgwcHg7XCIgKGNsaWNrKT1cInNhdmUoKVwiIHR5cGU9XCJzdWJtaXRcIj4gU2F2ZSA8L2lvbi1idXR0b24+XHJcbiAgICAgICAgICAgIDwvaW9uLWNvbD5cclxuICAgICAgICA8L2lvbi1yb3c+XHJcblxyXG4gICAgPC9pb24tZ3JpZD5cclxuPC9mb3JtPiJdfQ==
|
|
@@ -1,174 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Output, ViewChild } from '@angular/core';
|
|
2
|
-
import { Validators } from '@angular/forms';
|
|
3
|
-
import { AppValidators } from '../../validations/AppValidators';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "../../services/util/util.service";
|
|
6
|
-
import * as i2 from "@angular/forms";
|
|
7
|
-
import * as i3 from "../../services/login/login.service";
|
|
8
|
-
import * as i4 from "../../services/logger/logger.service";
|
|
9
|
-
import * as i5 from "@ionic/angular";
|
|
10
|
-
import * as i6 from "@angular/common";
|
|
11
|
-
import * as i7 from "@angular/material/form-field";
|
|
12
|
-
import * as i8 from "primeng/dialog";
|
|
13
|
-
import * as i9 from "primeng/inputmask";
|
|
14
|
-
import * as i10 from "../error/error.component";
|
|
15
|
-
import * as i11 from "@ngx-translate/core";
|
|
16
|
-
const _c0 = ["addSsnFormDirective"];
|
|
17
|
-
function AssociateSsnComponent_mat_error_29_Template(rf, ctx) { if (rf & 1) {
|
|
18
|
-
i0.ɵɵelementStart(0, "mat-error");
|
|
19
|
-
i0.ɵɵtext(1);
|
|
20
|
-
i0.ɵɵelement(2, "br")(3, "br");
|
|
21
|
-
i0.ɵɵelementEnd();
|
|
22
|
-
} if (rf & 2) {
|
|
23
|
-
const ctx_r1 = i0.ɵɵnextContext();
|
|
24
|
-
i0.ɵɵadvance(1);
|
|
25
|
-
i0.ɵɵtextInterpolate(ctx_r1.errorDtls);
|
|
26
|
-
} }
|
|
27
|
-
function AssociateSsnComponent_ion_label_30_Template(rf, ctx) { if (rf & 1) {
|
|
28
|
-
i0.ɵɵelementStart(0, "ion-label", 18);
|
|
29
|
-
i0.ɵɵtext(1);
|
|
30
|
-
i0.ɵɵelement(2, "br")(3, "br");
|
|
31
|
-
i0.ɵɵelementEnd();
|
|
32
|
-
} if (rf & 2) {
|
|
33
|
-
const ctx_r2 = i0.ɵɵnextContext();
|
|
34
|
-
i0.ɵɵadvance(1);
|
|
35
|
-
i0.ɵɵtextInterpolate(ctx_r2.successDtls);
|
|
36
|
-
} }
|
|
37
|
-
function AssociateSsnComponent_div_31_Template(rf, ctx) { if (rf & 1) {
|
|
38
|
-
i0.ɵɵelementStart(0, "div", 19);
|
|
39
|
-
i0.ɵɵelement(1, "ion-spinner", 20);
|
|
40
|
-
i0.ɵɵelementEnd();
|
|
41
|
-
} }
|
|
42
|
-
const _c1 = () => ({ width: "35vw" });
|
|
43
|
-
const _c2 = () => ({ "1200px": "660px", "992px": "660px", "768px": "660px", "576px": "100vw" });
|
|
44
|
-
const _c3 = () => ({ required: "Required." });
|
|
45
|
-
const _c4 = () => ({ required: "Required.", notMatch: "SSN and Confirm SSN should match" });
|
|
46
|
-
export class AssociateSsnComponent {
|
|
47
|
-
constructor(util, formBuilder, ls, logger) {
|
|
48
|
-
this.util = util;
|
|
49
|
-
this.formBuilder = formBuilder;
|
|
50
|
-
this.ls = ls;
|
|
51
|
-
this.logger = logger;
|
|
52
|
-
this.heading = 'Add SSN';
|
|
53
|
-
this.success = new EventEmitter();
|
|
54
|
-
}
|
|
55
|
-
ngOnInit() {
|
|
56
|
-
this.initForm();
|
|
57
|
-
}
|
|
58
|
-
initForm() {
|
|
59
|
-
this.addSsnForm = this.formBuilder.group({
|
|
60
|
-
'ssn': [null, Validators.compose([Validators.required])],
|
|
61
|
-
'confirmSsn': [null, Validators.compose([Validators.required,
|
|
62
|
-
AppValidators.equal('ssn', { notMatch: true })])]
|
|
63
|
-
});
|
|
64
|
-
}
|
|
65
|
-
saveData() {
|
|
66
|
-
if (this.addSsnForm.valid) {
|
|
67
|
-
this.blocked = true;
|
|
68
|
-
this.successDtls = null;
|
|
69
|
-
this.errorDtls = null;
|
|
70
|
-
let ssn = this.ssn.value;
|
|
71
|
-
this.util
|
|
72
|
-
.showLoader()
|
|
73
|
-
.then(() => {
|
|
74
|
-
this.ls.associateSsnToUserId(ssn)
|
|
75
|
-
.subscribe(res => {
|
|
76
|
-
this.successDtls = 'SSN Linked to User ID successfully';
|
|
77
|
-
this.ls
|
|
78
|
-
.refreshToken(this.ls.getUser().refresh_token)
|
|
79
|
-
.then(async (res) => {
|
|
80
|
-
await this.ls.setUser(res);
|
|
81
|
-
this.blocked = false;
|
|
82
|
-
this.util.hideLoader();
|
|
83
|
-
this.success.emit();
|
|
84
|
-
})
|
|
85
|
-
.catch(err => {
|
|
86
|
-
this.blocked = false;
|
|
87
|
-
this.errorDtls = 'Could not process your request. Please try again later.';
|
|
88
|
-
});
|
|
89
|
-
}, err => {
|
|
90
|
-
this.errorDtls = err.msg;
|
|
91
|
-
this.util.hideLoader();
|
|
92
|
-
this.blocked = false;
|
|
93
|
-
});
|
|
94
|
-
});
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
get ssn() {
|
|
98
|
-
return this.addSsnForm.get('ssn');
|
|
99
|
-
}
|
|
100
|
-
get confirmSsn() {
|
|
101
|
-
return this.addSsnForm.get('confirmSsn');
|
|
102
|
-
}
|
|
103
|
-
static { this.ɵfac = function AssociateSsnComponent_Factory(t) { return new (t || AssociateSsnComponent)(i0.ɵɵdirectiveInject(i1.UtilService), i0.ɵɵdirectiveInject(i2.UntypedFormBuilder), i0.ɵɵdirectiveInject(i3.LoginService), i0.ɵɵdirectiveInject(i4.LoggerService)); }; }
|
|
104
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AssociateSsnComponent, selectors: [["app-associate-ssn"]], viewQuery: function AssociateSsnComponent_Query(rf, ctx) { if (rf & 1) {
|
|
105
|
-
i0.ɵɵviewQuery(_c0, 5);
|
|
106
|
-
} if (rf & 2) {
|
|
107
|
-
let _t;
|
|
108
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.addSsnFormDirective = _t.first);
|
|
109
|
-
} }, outputs: { success: "success" }, decls: 36, vars: 34, consts: [["appendTo", "body", "position", "top", 3, "visible", "modal", "breakpoints"], [3, "formGroup"], ["addSsnFormDirective", "ngForm"], [1, "ion-text-left", "heading"], [1, "overlay-subheading"], [1, "p-fluid", "p-formgrid"], [1, "p-field"], ["for", "ssn"], ["id", "ssn", "mask", "999-99-9999", "formControlName", "ssn", "maxlength", "9", "minlength", "9", "unmask", "true", "title", "Enter SSN", "placeholder", "999-99-9999", 3, "autoFocus"], [3, "field", "form", "errDef"], ["for", "confirmSsn"], ["id", "confirmSsn", "mask", "999-99-9999", "formControlName", "confirmSsn", "maxlength", "9", "unmask", "true", "title", "Enter Confirm SSN", "placeholder", "999-99-9999", "minlength", "9"], [4, "ngIf"], ["style", "color: var(--ion-color-green)", 4, "ngIf"], ["class", "ion-text-center", 4, "ngIf"], [1, "ion-padding"], [1, "ion-text-right"], ["shape", "round", "fill", "solid", "type", "submit", 3, "click"], [2, "color", "var(--ion-color-green)"], [1, "ion-text-center"], ["name", "dots"]], template: function AssociateSsnComponent_Template(rf, ctx) { if (rf & 1) {
|
|
110
|
-
i0.ɵɵelementStart(0, "p-dialog", 0)(1, "form", 1, 2)(3, "ion-grid")(4, "ion-row")(5, "ion-col", 3);
|
|
111
|
-
i0.ɵɵtext(6);
|
|
112
|
-
i0.ɵɵelementEnd()();
|
|
113
|
-
i0.ɵɵelementStart(7, "ion-row")(8, "ion-col")(9, "h5", 4);
|
|
114
|
-
i0.ɵɵtext(10);
|
|
115
|
-
i0.ɵɵpipe(11, "translate");
|
|
116
|
-
i0.ɵɵelementEnd()()();
|
|
117
|
-
i0.ɵɵelementStart(12, "ion-row")(13, "ion-col")(14, "div", 5)(15, "div", 6)(16, "label", 7);
|
|
118
|
-
i0.ɵɵtext(17);
|
|
119
|
-
i0.ɵɵpipe(18, "translate");
|
|
120
|
-
i0.ɵɵelementEnd();
|
|
121
|
-
i0.ɵɵelement(19, "p-inputMask", 8)(20, "app-error", 9);
|
|
122
|
-
i0.ɵɵelementEnd()()();
|
|
123
|
-
i0.ɵɵelementStart(21, "ion-col")(22, "div", 5)(23, "div", 6)(24, "label", 10);
|
|
124
|
-
i0.ɵɵtext(25);
|
|
125
|
-
i0.ɵɵpipe(26, "translate");
|
|
126
|
-
i0.ɵɵelementEnd();
|
|
127
|
-
i0.ɵɵelement(27, "p-inputMask", 11)(28, "app-error", 9);
|
|
128
|
-
i0.ɵɵelementEnd()()()();
|
|
129
|
-
i0.ɵɵtemplate(29, AssociateSsnComponent_mat_error_29_Template, 4, 1, "mat-error", 12)(30, AssociateSsnComponent_ion_label_30_Template, 4, 1, "ion-label", 13)(31, AssociateSsnComponent_div_31_Template, 2, 0, "div", 14);
|
|
130
|
-
i0.ɵɵelementStart(32, "ion-row", 15)(33, "ion-col", 16)(34, "ion-button", 17);
|
|
131
|
-
i0.ɵɵlistener("click", function AssociateSsnComponent_Template_ion_button_click_34_listener() { return ctx.saveData(); });
|
|
132
|
-
i0.ɵɵtext(35, "Save");
|
|
133
|
-
i0.ɵɵelementEnd()()()()()();
|
|
134
|
-
} if (rf & 2) {
|
|
135
|
-
const _r0 = i0.ɵɵreference(2);
|
|
136
|
-
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(30, _c1));
|
|
137
|
-
i0.ɵɵproperty("visible", true)("modal", true)("breakpoints", i0.ɵɵpureFunction0(31, _c2));
|
|
138
|
-
i0.ɵɵadvance(1);
|
|
139
|
-
i0.ɵɵproperty("formGroup", ctx.addSsnForm);
|
|
140
|
-
i0.ɵɵadvance(5);
|
|
141
|
-
i0.ɵɵtextInterpolate1(" ", ctx.heading, " ");
|
|
142
|
-
i0.ɵɵadvance(4);
|
|
143
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(11, 24, "associate.ssn.add.ssn.subheading"), " ");
|
|
144
|
-
i0.ɵɵadvance(7);
|
|
145
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(18, 26, "associate.ssn.ssn"));
|
|
146
|
-
i0.ɵɵadvance(2);
|
|
147
|
-
i0.ɵɵproperty("autoFocus", true);
|
|
148
|
-
i0.ɵɵadvance(1);
|
|
149
|
-
i0.ɵɵclassMap("app-grid");
|
|
150
|
-
i0.ɵɵproperty("field", ctx.ssn)("form", _r0)("errDef", i0.ɵɵpureFunction0(32, _c3));
|
|
151
|
-
i0.ɵɵadvance(5);
|
|
152
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(26, 28, "associate.ssn.confirm.ssn"));
|
|
153
|
-
i0.ɵɵadvance(3);
|
|
154
|
-
i0.ɵɵclassMap("app-grid");
|
|
155
|
-
i0.ɵɵproperty("field", ctx.confirmSsn)("form", _r0)("errDef", i0.ɵɵpureFunction0(33, _c4));
|
|
156
|
-
i0.ɵɵadvance(1);
|
|
157
|
-
i0.ɵɵproperty("ngIf", ctx.errorDtls);
|
|
158
|
-
i0.ɵɵadvance(1);
|
|
159
|
-
i0.ɵɵproperty("ngIf", ctx.successDtls);
|
|
160
|
-
i0.ɵɵadvance(1);
|
|
161
|
-
i0.ɵɵproperty("ngIf", ctx.blocked);
|
|
162
|
-
} }, dependencies: [i5.IonButton, i5.IonCol, i5.IonGrid, i5.IonLabel, i5.IonRow, i5.IonSpinner, i6.NgIf, i7.MatError, i2.ɵNgNoValidate, i2.NgControlStatus, i2.NgControlStatusGroup, i2.MinLengthValidator, i2.MaxLengthValidator, i2.FormGroupDirective, i2.FormControlName, i8.Dialog, i9.InputMask, i10.ErrorComponent, i11.TranslatePipe] }); }
|
|
163
|
-
}
|
|
164
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AssociateSsnComponent, [{
|
|
165
|
-
type: Component,
|
|
166
|
-
args: [{ selector: 'app-associate-ssn', template: "<p-dialog [visible]=\"true\" [modal]=\"true\" appendTo=\"body\" position=\"top\"\r\n[breakpoints]=\"{'1200px': '660px', '992px': '660px', '768px': '660px', '576px': '100vw'}\" [style]=\"{width: '35vw'}\">\r\n <form [formGroup]=\"addSsnForm\" #addSsnFormDirective=\"ngForm\">\r\n <ion-grid>\r\n <ion-row>\r\n <ion-col class=\"ion-text-left heading\">\r\n {{heading}}\r\n </ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col>\r\n <h5 class=\"overlay-subheading\">\r\n {{\"associate.ssn.add.ssn.subheading\" | translate}}\r\n </h5>\r\n </ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col>\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"p-field\">\r\n <label for=\"ssn\">{{ \"associate.ssn.ssn\"| translate}}</label>\r\n <p-inputMask id=\"ssn\" mask=\"999-99-9999\" formControlName=\"ssn\" maxlength=\"9\" minlength=\"9\" unmask=\"true\" \r\n title=\"Enter SSN\" [autoFocus]='true' placeholder=\"999-99-9999\"> \r\n </p-inputMask> \r\n <app-error [class]=\"'app-grid'\" [field]='ssn' [form]=\"addSsnFormDirective\" [errDef]=\"{ \r\n required: 'Required.'\r\n }\"></app-error>\r\n </div>\r\n </div>\r\n </ion-col>\r\n <ion-col>\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"p-field\"> \r\n <label for=\"confirmSsn\">{{ \"associate.ssn.confirm.ssn\"| translate}}</label>\r\n <p-inputMask id=\"confirmSsn\" mask=\"999-99-9999\" formControlName =\"confirmSsn\" maxlength=\"9\" unmask=\"true\" \r\n title=\"Enter Confirm SSN\" placeholder=\"999-99-9999\" minlength=\"9\"> \r\n </p-inputMask> \r\n <app-error [class]=\"'app-grid'\" [field]='confirmSsn' [form]=\"addSsnFormDirective\" [errDef]=\"{ \r\n required: 'Required.',\r\n notMatch : 'SSN and Confirm SSN should match'\r\n }\"></app-error>\r\n </div>\r\n </div>\r\n </ion-col>\r\n </ion-row>\r\n \r\n <mat-error *ngIf=\"errorDtls\">{{errorDtls}}<br/><br/></mat-error>\r\n <ion-label *ngIf=\"successDtls\" style=\"color: var(--ion-color-green)\">{{successDtls}}<br/><br/></ion-label>\r\n \r\n <div *ngIf=\"blocked\" class=\"ion-text-center\">\r\n <ion-spinner name=\"dots\"></ion-spinner>\r\n </div>\r\n \r\n <ion-row class=\"ion-padding\">\r\n <ion-col class=\"ion-text-right\">\r\n <ion-button shape=\"round\" fill=\"solid\" type=\"submit\" (click)=\"saveData()\">Save</ion-button>\r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n </form>\r\n</p-dialog>" }]
|
|
167
|
-
}], () => [{ type: i1.UtilService }, { type: i2.UntypedFormBuilder }, { type: i3.LoginService }, { type: i4.LoggerService }], { addSsnFormDirective: [{
|
|
168
|
-
type: ViewChild,
|
|
169
|
-
args: ['addSsnFormDirective', { static: false }]
|
|
170
|
-
}], success: [{
|
|
171
|
-
type: Output
|
|
172
|
-
}] }); })();
|
|
173
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AssociateSsnComponent, { className: "AssociateSsnComponent", filePath: "lib\\components\\associate-ssn\\associate-ssn.component.ts", lineNumber: 13 }); })();
|
|
174
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNzb2NpYXRlLXNzbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvYXNzb2NpYXRlLXNzbi9hc3NvY2lhdGUtc3NuLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9hc3NvY2lhdGUtc3NuL2Fzc29jaWF0ZS1zc24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQVUsTUFBTSxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRixPQUFPLEVBQWdELFVBQVUsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBSTFGLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQzs7Ozs7Ozs7Ozs7Ozs7O0lDeUMxRCxpQ0FBNkI7SUFBQSxZQUFhO0lBQUEscUJBQUssU0FBQTtJQUFLLGlCQUFZOzs7SUFBbkMsZUFBYTtJQUFiLHNDQUFhOzs7SUFDMUMscUNBQXFFO0lBQUEsWUFBZTtJQUFBLHFCQUFLLFNBQUE7SUFBSyxpQkFBWTs7O0lBQXJDLGVBQWU7SUFBZix3Q0FBZTs7O0lBRXBGLCtCQUE2QztJQUMzQyxrQ0FBdUM7SUFDekMsaUJBQU07Ozs7OztBRHZDWixNQUFNLE9BQU8scUJBQXFCO0lBYWhDLFlBQW9CLElBQWlCLEVBQVMsV0FBZ0MsRUFBUyxFQUFpQixFQUMvRixNQUFzQjtRQURYLFNBQUksR0FBSixJQUFJLENBQWE7UUFBUyxnQkFBVyxHQUFYLFdBQVcsQ0FBcUI7UUFBUyxPQUFFLEdBQUYsRUFBRSxDQUFlO1FBQy9GLFdBQU0sR0FBTixNQUFNLENBQWdCO1FBYnhCLFlBQU8sR0FBRyxTQUFTLENBQUM7UUFVakIsWUFBTyxH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Y0FBQSxnQkFBQTtZQUlnQixhQUFtQzs7WUFBQSxpQkFBUTtZQUM1RCxrQ0FFYyxvQkFBQTtZQUloQixpQkFBTSxFQUFBLEVBQUE7WUFHVixnQ0FBUyxjQUFBLGNBQUEsaUJBQUE7WUFHcUIsYUFBMkM7O1lBQUEsaUJBQVE7WUFDM0UsbUNBRWMsb0JBQUE7WUFLaEIsaUJBQU0sRUFBQSxFQUFBLEVBQUE7WUFLWixxRkFBZ0Usd0VBQUEsNERBQUE7WUFPaEUsb0NBQTZCLG1CQUFBLHNCQUFBO1lBRTRCLHVHQUFTLGNBQVUsSUFBQztZQUFDLHFCQUFJO1lBQUEsaUJBQWEsRUFBQSxFQUFBLEVBQUEsRUFBQSxFQUFBOzs7WUF0RFgsMENBQXlCO1lBRHpHLDhCQUFnQixlQUFBLDRDQUFBO1lBRWxCLGVBQXdCO1lBQXhCLDBDQUF3QjtZQUl0QixlQUNGO1lBREUsNENBQ0Y7WUFLUSxlQUNGO1lBREUsMkZBQ0Y7WUFPaUIsZUFBbUM7WUFBbkMsaUVBQW1DO1lBRWpDLGVBQWtCO1lBQWxCLGdDQUFrQjtZQUUxQixlQUFvQjtZQUFwQix5QkFBb0I7WUFBQywrQkFBYSxhQUFBLHVDQUFBO1lBU3JCLGVBQTJDO1lBQTNDLHlFQUEyQztZQUl4RCxlQUFvQjtZQUFwQix5QkFBb0I7WUFBQyxzQ0FBb0IsYUFBQSx1Q0FBQTtZQVNoRCxlQUFlO1lBQWYsb0NBQWU7WUFDZixlQUFpQjtZQUFqQixzQ0FBaUI7WUFFdkIsZUFBYTtZQUFiLGtDQUFhOzs7aUZEckNaLHFCQUFxQjtjQUxqQyxTQUFTOzJCQUNFLG1CQUFtQjtvSUFTdEIsbUJBQW1CO2tCQUR6QixTQUFTO21CQUFDLHFCQUFxQixFQUFFLEVBQUMsTUFBTSxFQUFHLEtBQUssRUFBQztZQU94QyxPQUFPO2tCQUFoQixNQUFNOztrRkFYSSxxQkFBcUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgT25Jbml0LCBPdXRwdXQsIFZpZXdDaGlsZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBOZ0Zvcm0sIFVudHlwZWRGb3JtQnVpbGRlciwgVW50eXBlZEZvcm1Hcm91cCwgVmFsaWRhdG9ycyB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuaW1wb3J0IHsgTG9nZ2VyU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL2xvZ2dlci9sb2dnZXIuc2VydmljZSc7XHJcbmltcG9ydCB7IExvZ2luU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL2xvZ2luL2xvZ2luLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBVdGlsU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3V0aWwvdXRpbC5zZXJ2aWNlJztcclxuaW1wb3J0IHsgQXBwVmFsaWRhdG9ycyB9IGZyb20gJy4uLy4uL3ZhbGlkYXRpb25zL0FwcFZhbGlkYXRvcnMnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhcHAtYXNzb2NpYXRlLXNzbicsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2Fzc29jaWF0ZS1zc24uY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9hc3NvY2lhdGUtc3NuLmNvbXBvbmVudC5jc3MnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBBc3NvY2lhdGVTc25Db21wb25lbnQgaW1wbGVtZW50cyBPbkluaXR7XHJcbiAgcHVibGljIGhlYWRpbmcgPSAnQWRkIFNTTic7XHJcbiAgcHVibGljIGFkZFNzbkZvcm0gOiBVbnR5cGVkRm9ybUdyb3VwO1xyXG5cclxuICBAVmlld0NoaWxkKCdhZGRTc25Gb3JtRGlyZWN0aXZlJywge3N0YXRpYyA6IGZhbHNlfSkgXHJcbiAgcHVibGljIGFkZFNzbkZvcm1EaXJlY3RpdmU6IE5nRm9ybTtcclxuXHJcbiAgcHVibGljIGVycm9yRHRscztcclxuICBwdWJsaWMgc3VjY2Vzc0R0bHM7XHJcbiAgcHVibGljIGJsb2NrZWQ6IGJvb2xlYW47XHJcblxyXG4gIEBPdXRwdXQoKSBzdWNjZXNzOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuXHJcbiAgY29uc3RydWN0b3IocHJpdmF0ZSB1dGlsOiBVdGlsU2VydmljZSwgcHVibGljIGZvcm1CdWlsZGVyIDogVW50eXBlZEZvcm1CdWlsZGVyLCBwdWJsaWMgbHMgOiBMb2dpblNlcnZpY2UsXHJcbiAgICBwdWJsaWMgbG9nZ2VyIDogTG9nZ2VyU2VydmljZSkgeyB9XHJcblxyXG4gIG5nT25Jbml0KCkge1xyXG4gICAgdGhpcy5pbml0Rm9ybSgpO1xyXG4gIH1cclxuXHJcbiAgaW5pdEZvcm0oKXtcclxuICAgIHRoaXMuYWRkU3NuRm9ybSA9IHRoaXMuZm9ybUJ1aWxkZXIuZ3JvdXAoe1xyXG4gICAgICAnc3NuJyA6IFtudWxsLCBWYWxpZGF0b3JzLmNvbXBvc2UoW1ZhbGlkYXRvcnMucmVxdWlyZWRdKV0sXHJcbiAgICAgICdjb25maXJtU3NuJzogW251bGwsIFZhbGlkYXRvcnMuY29tcG9zZShbVmFsaWRhdG9ycy5yZXF1aXJlZCwgXHJcbiAgICAgICAgICAgICAgQXBwVmFsaWRhdG9ycy5lcXVhbCgnc3NuJywge25vdE1hdGNoIDogdHJ1ZX0pXSldXHJcbiAgICB9KTtcclxuICB9XHJcblxyXG4gIHNhdmVEYXRhKCl7XHJcbiAgICBpZih0aGlzLmFkZFNzbkZvcm0udmFsaWQpe1xyXG4gICAgICB0aGlzLmJsb2NrZWQgPSB0cnVlO1xyXG4gICAgICB0aGlzLnN1Y2Nlc3NEdGxzID0gbnVsbDtcclxuICAgICAgdGhpcy5lcnJvckR0bHMgPSBudWxsO1xyXG4gICAgICBsZXQgc3NuOiBzdHJpbmcgPSB0aGlzLnNzbi52YWx1ZTtcclxuICAgICAgdGhpcy51dGlsXHJcbiAgICAgICAgLnNob3dMb2FkZXIoKVxyXG4gICAgICAgIC50aGVuKCgpID0+IHtcclxuICAgICAgICAgIHRoaXMubHMuYXNzb2NpYXRlU3NuVG9Vc2VySWQoc3NuKVxyXG4gICAgICAgICAgLnN1YnNjcmliZShcclxuICAgICAgICAgICAgcmVzID0+IHtcclxuICAgICAgICAgICAgICB0aGlzLnN1Y2Nlc3NEdGxzID0gJ1NTTiBMaW5rZWQgdG8gVXNlciBJRCBzdWNjZXNzZnVsbHknO1xyXG4gICAgICAgICAgICAgIHRoaXMubHNcclxuICAgICAgICAgICAgICAgIC5yZWZyZXNoVG9rZW4odGhpcy5scy5nZXRVc2VyKCkucmVmcmVzaF90b2tlbilcclxuICAgICAgICAgICAgICAgIC50aGVuKGFzeW5jIHJlcyA9PiB7XHJcbiAgICAgICAgICAgICAgICAgIGF3YWl0IHRoaXMubHMuc2V0VXNlcihyZXMpO1xyXG4gICAgICAgICAgICAgICAgICB0aGlzLmJsb2NrZWQgPSBmYWxzZTtcclxuICAgICAgICAgICAgICAgICAgdGhpcy51dGlsLmhpZGVMb2FkZXIoKTtcclxuICAgICAgICAgICAgICAgICAgdGhpcy5zdWNjZXNzLmVtaXQoKTtcclxuICAgICAgICAgICAgICAgIH0pXHJcbiAgICAgICAgICAgICAgICAuY2F0Y2goZXJyID0+IHtcclxuICAgICAgICAgICAgICAgICAgdGhpcy5ibG9ja2VkID0gZmFsc2U7XHJcbiAgICAgICAgICAgICAgICAgIHRoaXMuZXJyb3JEdGxzID0gJ0NvdWxkIG5vdCBwcm9jZXNzIHlvdXIgcmVxdWVzdC4gUGxlYXNlIHRyeSBhZ2FpbiBsYXRlci4nO1xyXG4gICAgICAgICAgICAgICAgfSlcclxuICAgICAgICAgICAgICBcclxuICAgICAgICAgICAgfSxcclxuICAgICAgICAgICAgZXJyID0+IHtcclxuICAgICAgICAgICAgICB0aGlzLmVycm9yRHRscyA9IGVyci5tc2c7XHJcbiAgICAgICAgICAgICAgdGhpcy51dGlsLmhpZGVMb2FkZXIoKTtcclxuICAgICAgICAgICAgICB0aGlzLmJsb2NrZWQgPSBmYWxzZTtcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgKTtcclxuICAgICAgICB9XHJcbiAgICAgICk7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICBnZXQgc3NuKCl7XHJcbiAgICByZXR1cm4gdGhpcy5hZGRTc25Gb3JtLmdldCgnc3NuJyk7XHJcbiAgfVxyXG5cclxuICBnZXQgY29uZmlybVNzbigpe1xyXG4gICAgcmV0dXJuIHRoaXMuYWRkU3NuRm9ybS5nZXQoJ2NvbmZpcm1Tc24nKTtcclxuICB9XHJcbn1cclxuIiwiPHAtZGlhbG9nIFt2aXNpYmxlXT1cInRydWVcIiBbbW9kYWxdPVwidHJ1ZVwiIGFwcGVuZFRvPVwiYm9keVwiIHBvc2l0aW9uPVwidG9wXCJcclxuW2JyZWFrcG9pbnRzXT1cInsnMTIwMHB4JzogJzY2MHB4JywgJzk5MnB4JzogJzY2MHB4JywgJzc2OHB4JzogJzY2MHB4JywgJzU3NnB4JzogJzEwMHZ3J31cIiBbc3R5bGVdPVwie3dpZHRoOiAnMzV2dyd9XCI+XHJcbiAgPGZvcm0gW2Zvcm1Hcm91cF09XCJhZGRTc25Gb3JtXCIgI2FkZFNzbkZvcm1EaXJlY3RpdmU9XCJuZ0Zvcm1cIj5cclxuICAgIDxpb24tZ3JpZD5cclxuICAgICAgPGlvbi1yb3c+XHJcbiAgICAgICAgPGlvbi1jb2wgY2xhc3M9XCJpb24tdGV4dC1sZWZ0IGhlYWRpbmdcIj5cclxuICAgICAgICAgIHt7aGVhZGluZ319XHJcbiAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICA8L2lvbi1yb3c+XHJcbiAgICAgIDxpb24tcm93PlxyXG4gICAgICAgIDxpb24tY29sPlxyXG4gICAgICAgICAgICAgIDxoNSBjbGFzcz1cIm92ZXJsYXktc3ViaGVhZGluZ1wiPlxyXG4gICAgICAgICAgICAgICAge3tcImFzc29jaWF0ZS5zc24uYWRkLnNzbi5zdWJoZWFkaW5nXCIgfCB0cmFuc2xhdGV9fVxyXG4gICAgICAgICAgICAgIDwvaDU+XHJcbiAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICA8L2lvbi1yb3c+XHJcbiAgICAgIDxpb24tcm93PlxyXG4gICAgICAgIDxpb24tY29sPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cInAtZmx1aWQgcC1mb3JtZ3JpZFwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwicC1maWVsZFwiPlxyXG4gICAgICAgICAgICAgIDxsYWJlbCBmb3I9XCJzc25cIj57eyBcImFzc29jaWF0ZS5zc24uc3NuXCJ8IHRyYW5zbGF0ZX19PC9sYWJlbD5cclxuICAgICAgICAgICAgICA8cC1pbnB1dE1hc2sgaWQ9XCJzc25cIiBtYXNrPVwiOTk5LTk5LTk5OTlcIiBmb3JtQ29udHJvbE5hbWU9XCJzc25cIiBtYXhsZW5ndGg9XCI5XCIgbWlubGVuZ3RoPVwiOVwiIHVubWFzaz1cInRydWVcIiBcclxuICAgICAgICAgICAgICAgdGl0bGU9XCJFbnRlciBTU05cIiBbYXV0b0ZvY3VzXT0ndHJ1ZScgcGxhY2Vob2xkZXI9XCI5OTktOTktOTk5OVwiPiBcclxuICAgICAgICAgICAgICA8L3AtaW5wdXRNYXNrPiAgXHJcbiAgICAgICAgICAgICAgPGFwcC1lcnJvciBbY2xhc3NdPVwiJ2FwcC1ncmlkJ1wiIFtmaWVsZF09J3NzbicgW2Zvcm1dPVwiYWRkU3NuRm9ybURpcmVjdGl2ZVwiIFtlcnJEZWZdPVwieyBcclxuICAgICAgICAgICAgICAgIHJlcXVpcmVkOiAnUmVxdWlyZWQuJ1xyXG4gICAgICAgICAgICAgIH1cIj48L2FwcC1lcnJvcj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgICAgPGlvbi1jb2w+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwicC1mbHVpZCBwLWZvcm1ncmlkXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJwLWZpZWxkXCI+ICAgICAgICBcclxuICAgICAgICAgICAgICA8bGFiZWwgZm9yPVwiY29uZmlybVNzblwiPnt7IFwiYXNzb2NpYXRlLnNzbi5jb25maXJtLnNzblwifCB0cmFuc2xhdGV9fTwvbGFiZWw+XHJcbiAgICAgICAgICAgICAgPHAtaW5wdXRNYXNrIGlkPVwiY29uZmlybVNzblwiIG1hc2s9XCI5OTktOTktOTk5OVwiIGZvcm1Db250cm9sTmFtZSA9XCJjb25maXJtU3NuXCIgbWF4bGVuZ3RoPVwiOVwiIHVubWFzaz1cInRydWVcIiBcclxuICAgICAgICAgICAgICAgdGl0bGU9XCJFbnRlciBDb25maXJtIFNTTlwiIHBsYWNlaG9sZGVyPVwiOTk5LTk5LTk5OTlcIiBtaW5sZW5ndGg9XCI5XCI+IFxyXG4gICAgICAgICAgICAgIDwvcC1pbnB1dE1hc2s+ICBcclxuICAgICAgICAgICAgICA8YXBwLWVycm9yIFtjbGFzc109XCInYXBwLWdyaWQnXCIgW2ZpZWxkXT0nY29uZmlybVNzbicgW2Zvcm1dPVwiYWRkU3NuRm9ybURpcmVjdGl2ZVwiIFtlcnJEZWZdPVwieyBcclxuICAgICAgICAgICAgICAgIHJlcXVpcmVkOiAnUmVxdWlyZWQuJyxcclxuICAgICAgICAgICAgICAgIG5vdE1hdGNoIDogJ1NTTiBhbmQgQ29uZmlybSBTU04gc2hvdWxkIG1hdGNoJ1xyXG4gICAgICAgICAgICAgIH1cIj48L2FwcC1lcnJvcj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgIDwvaW9uLXJvdz5cclxuICAgICAgXHJcbiAgICAgIDxtYXQtZXJyb3IgKm5nSWY9XCJlcnJvckR0bHNcIj57e2Vycm9yRHRsc319PGJyLz48YnIvPjwvbWF0LWVycm9yPlxyXG4gICAgICA8aW9uLWxhYmVsICpuZ0lmPVwic3VjY2Vzc0R0bHNcIiBzdHlsZT1cImNvbG9yOiB2YXIoLS1pb24tY29sb3ItZ3JlZW4pXCI+e3tzdWNjZXNzRHRsc319PGJyLz48YnIvPjwvaW9uLWxhYmVsPlxyXG4gICAgICBcclxuICAgICAgPGRpdiAqbmdJZj1cImJsb2NrZWRcIiBjbGFzcz1cImlvbi10ZXh0LWNlbnRlclwiPlxyXG4gICAgICAgIDxpb24tc3Bpbm5lciBuYW1lPVwiZG90c1wiPjwvaW9uLXNwaW5uZXI+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgICBcclxuICAgICAgPGlvbi1yb3cgY2xhc3M9XCJpb24tcGFkZGluZ1wiPlxyXG4gICAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtcmlnaHRcIj5cclxuICAgICAgICAgIDxpb24tYnV0dG9uIHNoYXBlPVwicm91bmRcIiBmaWxsPVwic29saWRcIiB0eXBlPVwic3VibWl0XCIgKGNsaWNrKT1cInNhdmVEYXRhKClcIj5TYXZlPC9pb24tYnV0dG9uPlxyXG4gICAgICAgIDwvaW9uLWNvbD5cclxuICAgICAgPC9pb24tcm93PlxyXG4gICAgPC9pb24tZ3JpZD5cclxuICA8L2Zvcm0+XHJcbjwvcC1kaWFsb2c+Il19
|