@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
|
@@ -1,326 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, EventEmitter, Output, ViewChild } from '@angular/core';
|
|
2
|
-
import { NG_VALUE_ACCESSOR, Validators } from '@angular/forms';
|
|
3
|
-
import { EmployerInfoComponentModel } from '../../models/EmployerInfoComponentModel';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@angular/forms";
|
|
6
|
-
import * as i2 from "../../services/questionnaire/validation.service";
|
|
7
|
-
import * as i3 from "@ionic/angular";
|
|
8
|
-
import * as i4 from "@angular/common";
|
|
9
|
-
import * as i5 from "primeng/api";
|
|
10
|
-
import * as i6 from "primeng/table";
|
|
11
|
-
import * as i7 from "primeng/inputtext";
|
|
12
|
-
import * as i8 from "primeng/calendar";
|
|
13
|
-
import * as i9 from "@fortawesome/angular-fontawesome";
|
|
14
|
-
import * as i10 from "../error/error.component";
|
|
15
|
-
import * as i11 from "../address/address.component";
|
|
16
|
-
import * as i12 from "@ngx-translate/core";
|
|
17
|
-
const _c0 = ["empPayFormDirective"];
|
|
18
|
-
function EmployerInfoComponent_ng_template_5_Template(rf, ctx) { if (rf & 1) {
|
|
19
|
-
i0.ɵɵelementStart(0, "tr", 8)(1, "th", 9);
|
|
20
|
-
i0.ɵɵtext(2);
|
|
21
|
-
i0.ɵɵpipe(3, "translate");
|
|
22
|
-
i0.ɵɵelementEnd();
|
|
23
|
-
i0.ɵɵelement(4, "th");
|
|
24
|
-
i0.ɵɵelementStart(5, "th");
|
|
25
|
-
i0.ɵɵtext(6);
|
|
26
|
-
i0.ɵɵpipe(7, "translate");
|
|
27
|
-
i0.ɵɵelementEnd();
|
|
28
|
-
i0.ɵɵelementStart(8, "th");
|
|
29
|
-
i0.ɵɵtext(9);
|
|
30
|
-
i0.ɵɵpipe(10, "translate");
|
|
31
|
-
i0.ɵɵelementEnd()();
|
|
32
|
-
} if (rf & 2) {
|
|
33
|
-
i0.ɵɵadvance(2);
|
|
34
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 3, "add.employer.info.header.employer"), " ");
|
|
35
|
-
i0.ɵɵadvance(4);
|
|
36
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(7, 5, "add.employer.info.header.from"), " ");
|
|
37
|
-
i0.ɵɵadvance(3);
|
|
38
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(10, 7, "add.employer.info.header.to"), " ");
|
|
39
|
-
} }
|
|
40
|
-
const _c1 = () => ["fal", "edit"];
|
|
41
|
-
const _c2 = () => ["fal", "trash-alt"];
|
|
42
|
-
function EmployerInfoComponent_ng_template_6_Template(rf, ctx) { if (rf & 1) {
|
|
43
|
-
const _r9 = i0.ɵɵgetCurrentView();
|
|
44
|
-
i0.ɵɵelementStart(0, "tr", 8)(1, "td", 9);
|
|
45
|
-
i0.ɵɵtext(2);
|
|
46
|
-
i0.ɵɵelementEnd();
|
|
47
|
-
i0.ɵɵelementStart(3, "td")(4, "ion-button", 10);
|
|
48
|
-
i0.ɵɵlistener("click", function EmployerInfoComponent_ng_template_6_Template_ion_button_click_4_listener() { const restoredCtx = i0.ɵɵrestoreView(_r9); const emp_r6 = restoredCtx.$implicit; const ctx_r8 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r8.editEmployerPayment(emp_r6)); });
|
|
49
|
-
i0.ɵɵelement(5, "fa-icon", 11);
|
|
50
|
-
i0.ɵɵelementEnd();
|
|
51
|
-
i0.ɵɵelementStart(6, "ion-button", 12);
|
|
52
|
-
i0.ɵɵlistener("click", function EmployerInfoComponent_ng_template_6_Template_ion_button_click_6_listener() { const restoredCtx = i0.ɵɵrestoreView(_r9); const rowIndex_r7 = restoredCtx.$implicit; const ctx_r10 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r10.deleteEmployerPayment(rowIndex_r7)); });
|
|
53
|
-
i0.ɵɵelement(7, "fa-icon", 11);
|
|
54
|
-
i0.ɵɵelementEnd()();
|
|
55
|
-
i0.ɵɵelementStart(8, "td");
|
|
56
|
-
i0.ɵɵtext(9);
|
|
57
|
-
i0.ɵɵelementEnd();
|
|
58
|
-
i0.ɵɵelementStart(10, "td");
|
|
59
|
-
i0.ɵɵtext(11);
|
|
60
|
-
i0.ɵɵelementEnd()();
|
|
61
|
-
} if (rf & 2) {
|
|
62
|
-
const emp_r6 = ctx.$implicit;
|
|
63
|
-
const rowIndex_r7 = ctx.$implicit;
|
|
64
|
-
i0.ɵɵadvance(2);
|
|
65
|
-
i0.ɵɵtextInterpolate(emp_r6.employerName);
|
|
66
|
-
i0.ɵɵadvance(2);
|
|
67
|
-
i0.ɵɵproperty("id", "btnEditEmployerPayment-" + rowIndex_r7);
|
|
68
|
-
i0.ɵɵadvance(1);
|
|
69
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(7, _c1));
|
|
70
|
-
i0.ɵɵadvance(1);
|
|
71
|
-
i0.ɵɵproperty("id", "btnDeleteEmployerPayment-" + rowIndex_r7);
|
|
72
|
-
i0.ɵɵadvance(1);
|
|
73
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(8, _c2));
|
|
74
|
-
i0.ɵɵadvance(2);
|
|
75
|
-
i0.ɵɵtextInterpolate(emp_r6.fromDate);
|
|
76
|
-
i0.ɵɵadvance(2);
|
|
77
|
-
i0.ɵɵtextInterpolate(emp_r6.toDate);
|
|
78
|
-
} }
|
|
79
|
-
const _c3 = () => ["fal", "plus"];
|
|
80
|
-
function EmployerInfoComponent_ng_template_7_table_0_Template(rf, ctx) { if (rf & 1) {
|
|
81
|
-
const _r14 = i0.ɵɵgetCurrentView();
|
|
82
|
-
i0.ɵɵelementStart(0, "table")(1, "tr")(2, "td", 14)(3, "div")(4, "b");
|
|
83
|
-
i0.ɵɵtext(5, "Add an employer");
|
|
84
|
-
i0.ɵɵelementEnd()()();
|
|
85
|
-
i0.ɵɵelementStart(6, "td", 15)(7, "ion-button", 16);
|
|
86
|
-
i0.ɵɵlistener("click", function EmployerInfoComponent_ng_template_7_table_0_Template_ion_button_click_7_listener() { i0.ɵɵrestoreView(_r14); const ctx_r13 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r13.addEmployer()); });
|
|
87
|
-
i0.ɵɵelement(8, "fa-icon", 11);
|
|
88
|
-
i0.ɵɵelementEnd()()()();
|
|
89
|
-
} if (rf & 2) {
|
|
90
|
-
i0.ɵɵadvance(2);
|
|
91
|
-
i0.ɵɵattribute("colspan", 4);
|
|
92
|
-
i0.ɵɵadvance(6);
|
|
93
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(2, _c3));
|
|
94
|
-
} }
|
|
95
|
-
function EmployerInfoComponent_ng_template_7_Template(rf, ctx) { if (rf & 1) {
|
|
96
|
-
i0.ɵɵtemplate(0, EmployerInfoComponent_ng_template_7_table_0_Template, 9, 3, "table", 13);
|
|
97
|
-
} if (rf & 2) {
|
|
98
|
-
const ctx_r3 = i0.ɵɵnextContext();
|
|
99
|
-
i0.ɵɵproperty("ngIf", !ctx_r3.selected);
|
|
100
|
-
} }
|
|
101
|
-
const _c4 = () => ({ required: "Required." });
|
|
102
|
-
const _c5 = () => ({ addressValidationFlag: "Please provide a valid address", required: "Required." });
|
|
103
|
-
function EmployerInfoComponent_form_8_Template(rf, ctx) { if (rf & 1) {
|
|
104
|
-
const _r17 = i0.ɵɵgetCurrentView();
|
|
105
|
-
i0.ɵɵelementStart(0, "form", 17, 18);
|
|
106
|
-
i0.ɵɵlistener("ngSubmit", function EmployerInfoComponent_form_8_Template_form_ngSubmit_0_listener() { i0.ɵɵrestoreView(_r17); const ctx_r16 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r16.save()); });
|
|
107
|
-
i0.ɵɵelementStart(2, "ion-grid")(3, "ion-row")(4, "ion-col", 19)(5, "div", 20)(6, "div", 21)(7, "label", 22);
|
|
108
|
-
i0.ɵɵtext(8, "Employer Name");
|
|
109
|
-
i0.ɵɵelementEnd();
|
|
110
|
-
i0.ɵɵelement(9, "br")(10, "input", 23)(11, "app-error", 24);
|
|
111
|
-
i0.ɵɵelementEnd();
|
|
112
|
-
i0.ɵɵelementStart(12, "ion-row")(13, "ion-col", 25);
|
|
113
|
-
i0.ɵɵelement(14, "app-address", 26)(15, "app-error", 24);
|
|
114
|
-
i0.ɵɵelementEnd()()()()();
|
|
115
|
-
i0.ɵɵelementStart(16, "ion-row")(17, "ion-col", 27)(18, "div", 28)(19, "div", 21)(20, "label", 29);
|
|
116
|
-
i0.ɵɵtext(21);
|
|
117
|
-
i0.ɵɵpipe(22, "translate");
|
|
118
|
-
i0.ɵɵelementEnd();
|
|
119
|
-
i0.ɵɵelement(23, "br")(24, "p-calendar", 30);
|
|
120
|
-
i0.ɵɵelementEnd()()();
|
|
121
|
-
i0.ɵɵelementStart(25, "ion-col", 27)(26, "div", 28)(27, "div", 21)(28, "label", 31);
|
|
122
|
-
i0.ɵɵtext(29);
|
|
123
|
-
i0.ɵɵpipe(30, "translate");
|
|
124
|
-
i0.ɵɵelementEnd();
|
|
125
|
-
i0.ɵɵelement(31, "br")(32, "p-calendar", 32);
|
|
126
|
-
i0.ɵɵelementEnd()()()();
|
|
127
|
-
i0.ɵɵelementStart(33, "ion-row")(34, "ion-col", 33)(35, "ion-button", 34);
|
|
128
|
-
i0.ɵɵlistener("click", function EmployerInfoComponent_form_8_Template_ion_button_click_35_listener() { i0.ɵɵrestoreView(_r17); const ctx_r18 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r18.cancel()); });
|
|
129
|
-
i0.ɵɵtext(36, "Clear");
|
|
130
|
-
i0.ɵɵelementEnd();
|
|
131
|
-
i0.ɵɵelementStart(37, "ion-button", 35);
|
|
132
|
-
i0.ɵɵtext(38, "Save");
|
|
133
|
-
i0.ɵɵelementEnd()()()()();
|
|
134
|
-
} if (rf & 2) {
|
|
135
|
-
const ctx_r4 = i0.ɵɵnextContext();
|
|
136
|
-
i0.ɵɵproperty("formGroup", ctx_r4.empForm);
|
|
137
|
-
i0.ɵɵadvance(10);
|
|
138
|
-
i0.ɵɵproperty("formControl", ctx_r4.wcEmpPayName);
|
|
139
|
-
i0.ɵɵadvance(1);
|
|
140
|
-
i0.ɵɵproperty("errDef", i0.ɵɵpureFunction0(18, _c4));
|
|
141
|
-
i0.ɵɵadvance(3);
|
|
142
|
-
i0.ɵɵproperty("formControl", ctx_r4.address)("countyRequired", false)("fromPopup", true);
|
|
143
|
-
i0.ɵɵadvance(1);
|
|
144
|
-
i0.ɵɵproperty("errDef", i0.ɵɵpureFunction0(19, _c5));
|
|
145
|
-
i0.ɵɵadvance(6);
|
|
146
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(22, 14, "add.employer.info.header.from"));
|
|
147
|
-
i0.ɵɵadvance(3);
|
|
148
|
-
i0.ɵɵproperty("showIcon", true)("formControl", ctx_r4.fromDate);
|
|
149
|
-
i0.ɵɵadvance(5);
|
|
150
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(30, 16, "add.employer.info.header.to"));
|
|
151
|
-
i0.ɵɵadvance(3);
|
|
152
|
-
i0.ɵɵproperty("showIcon", true)("formControl", ctx_r4.toDate);
|
|
153
|
-
i0.ɵɵadvance(5);
|
|
154
|
-
i0.ɵɵproperty("disabled", ctx_r4.empForm.invalid);
|
|
155
|
-
} }
|
|
156
|
-
export class EmployerInfoComponent {
|
|
157
|
-
constructor(formBuilder, vs) {
|
|
158
|
-
this.formBuilder = formBuilder;
|
|
159
|
-
this.vs = vs;
|
|
160
|
-
this.selected = false;
|
|
161
|
-
this.indexToEdit = null;
|
|
162
|
-
this.empToEdit = new EmployerInfoComponentModel();
|
|
163
|
-
this.model = null;
|
|
164
|
-
this.empDetail = [];
|
|
165
|
-
this.success = new EventEmitter();
|
|
166
|
-
this.onChangeSubs = [];
|
|
167
|
-
this.onChange = (value) => { };
|
|
168
|
-
this.onTouch = () => { };
|
|
169
|
-
this.modelDisplay = new EventEmitter();
|
|
170
|
-
}
|
|
171
|
-
ngOnChanges(changes) {
|
|
172
|
-
if (changes.empToEdit && changes.empToEdit.currentValue) {
|
|
173
|
-
// console.log(changes.empToEdit.currentValue);
|
|
174
|
-
this.empDetail = this.vs.employerDetails.getValue();
|
|
175
|
-
this.initializeEmployerPayInfoForm();
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
ngOnDestroy() {
|
|
179
|
-
for (let sub of this.onChangeSubs) {
|
|
180
|
-
sub.unsubscribe();
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
writeValue(value) {
|
|
184
|
-
if (value) {
|
|
185
|
-
this.empDetail = value;
|
|
186
|
-
this.publishEmployerInfo();
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
registerOnTouched(onTouch) {
|
|
190
|
-
this.onTouch = onTouch;
|
|
191
|
-
}
|
|
192
|
-
ngOnInit() {
|
|
193
|
-
this.empDetail = this.vs.employerDetails.getValue() || [];
|
|
194
|
-
this.initializeEmployerPayInfoForm();
|
|
195
|
-
}
|
|
196
|
-
registerOnChange(fn) {
|
|
197
|
-
let sub = this.vs.employerDetails.subscribe(fn);
|
|
198
|
-
this.onChangeSubs.push(sub);
|
|
199
|
-
}
|
|
200
|
-
save() {
|
|
201
|
-
this.saveToArray();
|
|
202
|
-
this.selected = false;
|
|
203
|
-
this.empForm.reset();
|
|
204
|
-
this.empToEdit = null;
|
|
205
|
-
this.indexToEdit = null;
|
|
206
|
-
this.publishEmployerInfo();
|
|
207
|
-
}
|
|
208
|
-
saveToArray() {
|
|
209
|
-
this.model = new EmployerInfoComponentModel();
|
|
210
|
-
this.model.employerName = this.wcEmpPayName.value;
|
|
211
|
-
this.model.address = this.address.value;
|
|
212
|
-
this.model.fromDate = this.modifyDate(this.fromDate.value);
|
|
213
|
-
this.model.toDate = this.modifyDate(this.toDate.value);
|
|
214
|
-
if (this.indexToEdit != null) {
|
|
215
|
-
this.empDetail[this.indexToEdit] = this.model;
|
|
216
|
-
this.empToEdit = null;
|
|
217
|
-
}
|
|
218
|
-
else {
|
|
219
|
-
this.empDetail.push(this.model);
|
|
220
|
-
}
|
|
221
|
-
//console.log(this.empDetail[0].fromDate);
|
|
222
|
-
this.success.emit(this.empDetail);
|
|
223
|
-
}
|
|
224
|
-
modifyDate(date) {
|
|
225
|
-
let d = new Date(Date.parse(date));
|
|
226
|
-
return `${d.getMonth() + 1}/${d.getDate()}/${d.getFullYear()}`;
|
|
227
|
-
}
|
|
228
|
-
cancel() {
|
|
229
|
-
this.empForm.reset();
|
|
230
|
-
this.selected = false;
|
|
231
|
-
}
|
|
232
|
-
addEmployer() {
|
|
233
|
-
this.selected = true;
|
|
234
|
-
this.modelDisplay.emit(true);
|
|
235
|
-
}
|
|
236
|
-
editEmployerPayment(emp) {
|
|
237
|
-
this.empToEdit = emp;
|
|
238
|
-
this.model = emp;
|
|
239
|
-
this.indexToEdit = this.empDetail.indexOf(emp);
|
|
240
|
-
this.initializeEmployerPayInfoForm();
|
|
241
|
-
this.selected = true;
|
|
242
|
-
}
|
|
243
|
-
deleteEmployerPayment(rowIndex) {
|
|
244
|
-
this.empDetail.splice(rowIndex, 1);
|
|
245
|
-
}
|
|
246
|
-
initializeEmployerPayInfoForm() {
|
|
247
|
-
let empPayInfo = this.empToEdit ? this.empToEdit : new EmployerInfoComponentModel();
|
|
248
|
-
this.empForm = this.formBuilder.group({
|
|
249
|
-
'employerName': [empPayInfo.employerName, Validators.required],
|
|
250
|
-
'address': [empPayInfo.address != null ? empPayInfo.address : null, Validators.required],
|
|
251
|
-
'fromDate': [empPayInfo.fromDate, Validators.required],
|
|
252
|
-
'toDate': [empPayInfo.toDate, Validators.required]
|
|
253
|
-
});
|
|
254
|
-
if (empPayInfo != null) {
|
|
255
|
-
this.fromDate.patchValue(this.empToEdit.fromDate);
|
|
256
|
-
this.toDate.patchValue(this.empToEdit.toDate);
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
setEmployer(employer) {
|
|
260
|
-
this.wcEmpPayName.setValue(employer.employerName);
|
|
261
|
-
this.employerId.setValue(employer.employerId);
|
|
262
|
-
this.address.setValue({ country: employer.country, city: employer.city,
|
|
263
|
-
zip: employer.zip, streetAddress: employer.addressDisplayVal, state: employer.state,
|
|
264
|
-
optionalAddress: null, county: null, town: null
|
|
265
|
-
});
|
|
266
|
-
}
|
|
267
|
-
publishEmployerInfo() {
|
|
268
|
-
this.vs.employerDetails.next(this.empDetail.length > 0 ? this.empDetail : null);
|
|
269
|
-
}
|
|
270
|
-
get wcEmpPayName() {
|
|
271
|
-
return this.empForm.controls['employerName'];
|
|
272
|
-
}
|
|
273
|
-
get employerId() {
|
|
274
|
-
return this.empForm.controls['employerId'];
|
|
275
|
-
}
|
|
276
|
-
get address() {
|
|
277
|
-
return this.empForm.controls['address'];
|
|
278
|
-
}
|
|
279
|
-
get fromDate() {
|
|
280
|
-
return this.empForm.controls['fromDate'];
|
|
281
|
-
}
|
|
282
|
-
get toDate() {
|
|
283
|
-
return this.empForm.controls['toDate'];
|
|
284
|
-
}
|
|
285
|
-
static { this.ɵfac = function EmployerInfoComponent_Factory(t) { return new (t || EmployerInfoComponent)(i0.ɵɵdirectiveInject(i1.UntypedFormBuilder), i0.ɵɵdirectiveInject(i2.ValidationService)); }; }
|
|
286
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EmployerInfoComponent, selectors: [["app-employer-info"]], viewQuery: function EmployerInfoComponent_Query(rf, ctx) { if (rf & 1) {
|
|
287
|
-
i0.ɵɵviewQuery(_c0, 5);
|
|
288
|
-
} if (rf & 2) {
|
|
289
|
-
let _t;
|
|
290
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.empPayFormDirective = _t.first);
|
|
291
|
-
} }, outputs: { success: "success", modelDisplay: "modelDisplay" }, features: [i0.ɵɵProvidersFeature([{
|
|
292
|
-
provide: NG_VALUE_ACCESSOR,
|
|
293
|
-
useExisting: EmployerInfoComponent,
|
|
294
|
-
multi: true
|
|
295
|
-
}]), i0.ɵɵNgOnChangesFeature], decls: 9, vars: 3, consts: [[2, "margin-left", "-5px"], [2, "margin-left", "8px"], ["styleClass", "p-datatable-striped app-datatable ion-padding-top", 3, "rowHover", "value"], ["dt", ""], ["pTemplate", "header"], ["pTemplate", "body"], ["pTemplate", "summary"], [3, "formGroup", "ngSubmit", 4, "ngIf"], [1, "ion-padding-top", "ion-padding-bottom"], [2, "padding-left", "15px"], ["size", "small", "color", "success", "fill", "outline", "aria-label", "Edit employer payment", 1, "action-button", 3, "id", "click"], [1, "action-icon", 3, "icon"], ["size", "small", "color", "success", "fill", "outline", "aria-label", "Remove employer payment", 1, "action-button", 3, "id", "click"], [4, "ngIf"], [1, "ion-padding-top", 2, "width", "90%"], [1, "ion-padding-top"], ["id", "addEmployerDetails", "aria-label", "Add Employer Details", "fill", "outline", "size", "small", 1, "action-button", 3, "click"], [3, "formGroup", "ngSubmit"], ["empPayFormDirective", "ngForm"], ["size", "12", "sizeSm", "12", "sizeMd", "6", "sizeLg", "6", "sizeXl", "6", 1, "ion-padding"], [1, "p-fluid", "formgrid"], [1, "field"], ["for", "wcEmpName"], ["type", "text", "pInputText", "", 3, "formControl"], [1, "'app-grid'", 3, "errDef"], [2, "padding-left", "0", "padding-right", "0"], [3, "formControl", "countyRequired", "fromPopup"], ["size", "6", "sizeSm", "6", "sizeMd", "3", "sizeLg", "3", "sizeXl", "3", 1, "ion-padding"], [1, "p-formgrid"], ["for", "fromDate"], ["iconAriaLabel", "fromDate", "dateFormat", "mm/dd/yy", "placeholder", "mm/dd/yyyy", "appendTo", "body", 3, "showIcon", "formControl"], ["for", "toDate"], ["iconAriaLabel", "toDate", "dateFormat", "mm/dd/yy", "placeholder", "mm/dd/yyyy", "appendTo", "body", 3, "showIcon", "formControl"], [1, "ion-text-center"], ["shape", "round", "fill", "outline", "type", "reset", 2, "width", "80px", "margin-right", "30px", 3, "click"], ["shape", "round", "type", "submit", 2, "width", "80px", "margin-left", "30px", 3, "disabled"]], template: function EmployerInfoComponent_Template(rf, ctx) { if (rf & 1) {
|
|
296
|
-
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
|
|
297
|
-
i0.ɵɵtext(2, "Employment Details");
|
|
298
|
-
i0.ɵɵelementEnd();
|
|
299
|
-
i0.ɵɵelementStart(3, "p-table", 2, 3);
|
|
300
|
-
i0.ɵɵtemplate(5, EmployerInfoComponent_ng_template_5_Template, 11, 9, "ng-template", 4)(6, EmployerInfoComponent_ng_template_6_Template, 12, 9, "ng-template", 5)(7, EmployerInfoComponent_ng_template_7_Template, 1, 1, "ng-template", 6);
|
|
301
|
-
i0.ɵɵelementEnd()();
|
|
302
|
-
i0.ɵɵtemplate(8, EmployerInfoComponent_form_8_Template, 39, 20, "form", 7);
|
|
303
|
-
} if (rf & 2) {
|
|
304
|
-
i0.ɵɵadvance(3);
|
|
305
|
-
i0.ɵɵproperty("rowHover", true)("value", ctx.empDetail);
|
|
306
|
-
i0.ɵɵadvance(5);
|
|
307
|
-
i0.ɵɵproperty("ngIf", ctx.selected);
|
|
308
|
-
} }, dependencies: [i3.IonButton, i3.IonCol, i3.IonGrid, i3.IonRow, i4.NgIf, i5.PrimeTemplate, i1.ɵNgNoValidate, i1.DefaultValueAccessor, i1.NgControlStatus, i1.NgControlStatusGroup, i1.FormControlDirective, i1.FormGroupDirective, i6.Table, i7.InputText, i8.Calendar, i9.FaIconComponent, i10.ErrorComponent, i11.AddressComponent, i12.TranslatePipe] }); }
|
|
309
|
-
}
|
|
310
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EmployerInfoComponent, [{
|
|
311
|
-
type: Component,
|
|
312
|
-
args: [{ selector: 'app-employer-info', providers: [{
|
|
313
|
-
provide: NG_VALUE_ACCESSOR,
|
|
314
|
-
useExisting: EmployerInfoComponent,
|
|
315
|
-
multi: true
|
|
316
|
-
}], changeDetection: ChangeDetectionStrategy.Default, template: "<div style=\"margin-left: -5px;\">\r\n <div style=\"margin-left: 8px;\">Employment Details</div>\r\n <p-table #dt [rowHover]=\"true\" styleClass=\"p-datatable-striped app-datatable ion-padding-top\" [value]=\"empDetail\">\r\n <ng-template pTemplate=\"header\" let-columns>\r\n <tr class=\"ion-padding-top ion-padding-bottom\">\r\n <th style=\"padding-left: 15px;\">\r\n {{\"add.employer.info.header.employer\"|translate}}\r\n </th><th></th>\r\n <th>\r\n {{\"add.employer.info.header.from\"|translate}}\r\n </th>\r\n <th>\r\n {{\"add.employer.info.header.to\"|translate}}\r\n </th>\r\n </tr>\r\n </ng-template> \r\n <ng-template pTemplate=\"body\" let-emp let-rowIndex>\r\n <tr class=\"ion-padding-top ion-padding-bottom\">\r\n <td style=\"padding-left: 15px;\">{{emp.employerName}}</td>\r\n <td>\r\n <ion-button [id]=\"'btnEditEmployerPayment-' + rowIndex\" size=\"small\" color=\"success\" fill=\"outline\"\r\n (click)=\"editEmployerPayment(emp);\" class=\"action-button\"\r\n aria-label=\"Edit employer payment\">\r\n <fa-icon [icon]=\"['fal', 'edit']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n\r\n <ion-button [id]=\"'btnDeleteEmployerPayment-' + rowIndex\" size=\"small\" color=\"success\"\r\n fill=\"outline\" (click)=\"deleteEmployerPayment(rowIndex);\" class=\"action-button\"\r\n aria-label=\"Remove employer payment\">\r\n <fa-icon [icon]=\"['fal', 'trash-alt']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n </td>\r\n <td>{{emp.fromDate}}</td>\r\n <td>{{emp.toDate}}</td>\r\n </tr>\r\n </ng-template> \r\n <ng-template pTemplate=\"summary\" let-columns>\r\n <table *ngIf=\"!selected\">\r\n <tr>\r\n <td [attr.colspan]=\"4\" style=\"width: 90%;\" class=\"ion-padding-top\">\r\n <div><b>Add an employer</b></div>\r\n </td>\r\n <td class=\"ion-padding-top\">\r\n <ion-button id=\"addEmployerDetails\" aria-label=\"Add Employer Details\"\r\n (click)=\"addEmployer()\" fill=\"outline\" size=\"small\" class=\"action-button\">\r\n <fa-icon [icon]=\"['fal','plus']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n </td>\r\n </tr>\r\n\r\n </table>\r\n </ng-template>\r\n </p-table>\r\n</div>\r\n<form *ngIf=\"selected\" [formGroup]=\"empForm\" #empPayFormDirective=\"ngForm\" (ngSubmit)=\"save()\">\r\n <ion-grid>\r\n <ion-row>\r\n <ion-col class=\"ion-padding\" size=\"12\" sizeSm=\"12\" sizeMd=\"6\" sizeLg=\"6\" sizeXl=\"6\">\r\n <div class=\"p-fluid formgrid\">\r\n <div class=\"field\">\r\n <label for=\"wcEmpName\">Employer Name</label><br>\r\n <input type=\"text\" pInputText [formControl]=\"wcEmpPayName\"/>\r\n <app-error class=\"'app-grid'\" [errDef]=\"{\r\n required: 'Required.'\r\n }\"></app-error>\r\n </div>\r\n <ion-row>\r\n <ion-col style=\"padding-left: 0; padding-right: 0;\">\r\n <app-address [formControl]=\"address\" [countyRequired]=\"false\" [fromPopup]=\"true\"></app-address>\r\n <app-error class=\"'app-grid'\" [errDef]=\"{\r\n addressValidationFlag: 'Please provide a valid address',\r\n required: 'Required.'\r\n }\"></app-error>\r\n </ion-col>\r\n </ion-row>\r\n </div>\r\n </ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col class=\"ion-padding\" size=\"6\" sizeSm=\"6\" sizeMd=\"3\" sizeLg=\"3\" sizeXl=\"3\">\r\n <div class=\"p-formgrid\">\r\n <div class=\"field\">\r\n <label for=\"fromDate\">{{\"add.employer.info.header.from\"|translate}}</label><br>\r\n <p-calendar iconAriaLabel=\"fromDate\" [showIcon]=\"true\" dateFormat=\"mm/dd/yy\" placeholder=\"mm/dd/yyyy\"\r\n appendTo=\"body\" [formControl]=\"fromDate\"></p-calendar>\r\n </div>\r\n </div>\r\n </ion-col>\r\n <ion-col class=\"ion-padding\" size=\"6\" sizeSm=\"6\" sizeMd=\"3\" sizeLg=\"3\" sizeXl=\"3\">\r\n <div class=\"p-formgrid\">\r\n <div class=\"field\">\r\n <label for=\"toDate\">{{\"add.employer.info.header.to\"|translate}}</label><br>\r\n <p-calendar iconAriaLabel=\"toDate\" [showIcon]=\"true\" dateFormat=\"mm/dd/yy\" placeholder=\"mm/dd/yyyy\"\r\n appendTo=\"body\" [formControl]=\"toDate\"></p-calendar>\r\n </div>\r\n </div>\r\n </ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col class=\"ion-text-center\">\r\n <ion-button shape=\"round\" style=\"width: 80px; margin-right: 30px;\" fill=\"outline\"\r\n type=\"reset\" (click)=\"cancel()\">Clear</ion-button>\r\n <ion-button shape=\"round\" style=\"width: 80px; margin-left: 30px;\" type=\"submit\" [disabled]=\"empForm.invalid\">Save</ion-button>\r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n</form>\r\n" }]
|
|
317
|
-
}], () => [{ type: i1.UntypedFormBuilder }, { type: i2.ValidationService }], { success: [{
|
|
318
|
-
type: Output
|
|
319
|
-
}], modelDisplay: [{
|
|
320
|
-
type: Output
|
|
321
|
-
}], empPayFormDirective: [{
|
|
322
|
-
type: ViewChild,
|
|
323
|
-
args: ['empPayFormDirective', { static: false }]
|
|
324
|
-
}] }); })();
|
|
325
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EmployerInfoComponent, { className: "EmployerInfoComponent", filePath: "lib\\components\\employer-info\\employer-info.component.ts", lineNumber: 21 }); })();
|
|
326
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW1wbG95ZXItaW5mby5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvZW1wbG95ZXItaW5mby9lbXBsb3llci1pbmZvLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9lbXBsb3llci1pbmZvL2VtcGxveWVyLWluZm8uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQVUsTUFBTSxFQUFpQixTQUFTLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDMUgsT0FBTyxFQUFFLGlCQUFpQixFQUFnRCxVQUFVLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUc3RyxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQzs7Ozs7Ozs7Ozs7Ozs7OztJQ0F6RSw2QkFBK0MsWUFBQTtJQUV2QyxZQUNKOztJQUFBLGlCQUFLO0lBQUEscUJBQVM7SUFDZCwwQkFBSTtJQUNBLFlBQ0o7O0lBQUEsaUJBQUs7SUFDTCwwQkFBSTtJQUNBLFlBQ0o7O0lBQUEsaUJBQUssRUFBQTs7SUFQRCxlQUNKO0lBREksMEZBQ0o7SUFFSSxlQUNKO0lBREksc0ZBQ0o7SUFFSSxlQUNKO0lBREkscUZBQ0o7Ozs7OztJQUlKLDZCQUErQyxZQUFBO0lBQ1gsWUFBb0I7SUFBQSxpQkFBSztJQUN6RCwwQkFBSSxxQkFBQTtJQUVJLHdPQUFTLGVBQUEsa0NBQXdCLENBQUEsSUFBRTtJQUVuQyw4QkFBZ0U7SUFDcEUsaUJBQWE7SUFFYixzQ0FFeUM7SUFEdEIsOE9BQVMsZUFBQSwwQ0FBK0IsQ0FBQSxJQUFFO0lBRXpELDhCQUFxRTtJQUN6RSxpQkFBYSxFQUFBO0lBRWpCLDBCQUFJO0lBQUEsWUFBZ0I7SUFBQSxpQkFBSztJQUN6QiwyQkFBSTtJQUFBLGFBQWM7SUFBQSxpQkFBSyxFQUFBOzs7O0lBZlMsZUFBb0I7SUFBcEIseUNBQW9CO0lBRXBDLGVBQTJDO0lBQTNDLDREQUEyQztJQUcxQyxlQUF3QjtJQUF4QixpREFBd0I7SUFHekIsZUFBNkM7SUFBN0MsOERBQTZDO0lBRzVDLGVBQTZCO0lBQTdCLGlEQUE2QjtJQUcxQyxlQUFnQjtJQUFoQixxQ0FBZ0I7SUFDaEIsZUFBYztJQUFkLG1DQUFjOzs7OztJQUl0Qiw2QkFBeUIsU0FBQSxhQUFBLFVBQUEsUUFBQTtJQUdMLCtCQUFlO0lBQUEsaUJBQUksRUFBQSxFQUFBO0lBRS9CLDhCQUE0QixxQkFBQTtJQUV4Qix5TEFBUyxlQUFBLHFCQUFhLENBQUEsSUFBQztJQUN2Qiw4QkFBK0Q7SUFDL0QsaUJBQWEsRUFBQSxFQUFBLEVBQUE7O0lBUGIsZUFBa0I7SUFBbEIsNEJBQWtCO0lBTVQsZUFBdUI7SUFBdkIsaURBQXVCOzs7SUFSNUMseUZBYVE7OztJQWJBLHVDQUFlOzs7Ozs7SUFpQm5DLG9DQUFnRztJQUFwQix5S0FBWSxlQUFBLGNBQU0sQ0FBQSxJQUFDO0lBQzNGLGdDQUFVLGNBQUEsa0JBQUEsY0FBQSxjQUFBLGdCQUFBO0lBS2lDLDZCQUFhO0lBQUEsaUJBQVE7SUFBQSxxQkFBSSxpQkFBQSxxQkFBQTtJQUtwRCxpQkFBTTtJQUNOLGdDQUFTLG1CQUFBO0lBRUQsbUNBQStGLHFCQUFBO0lBS25HLGlCQUFVLEVBQUEsRUFBQSxFQUFBLEVBQUE7SUFLMUIsZ0NBQVMsbUJBQUEsZUFBQSxlQUFBLGlCQUFBO0lBSTJCLGFBQTZDOztJQUFBLGlCQUFRO0lBQUEsc0JBQUksc0JBQUE7SUFHakYsaUJBQU0sRUFBQSxFQUFBO0lBR2Qsb0NBQWtGLGVBQUEsZUFBQSxpQkFBQTtJQUdwRCxhQUEyQzs7SUFBQSxpQkFBUTtJQUFBLHNCQUFJLHNCQUFBO0lBRzdFLGlCQUFNLEVBQUEsRUFBQSxFQUFBO0lBSWxCLGdDQUFTLG1CQUFBLHNCQUFBO0lBR2dCLDBLQUFTLGVBQUEsZ0JBQVEsQ0FBQSxJQUFDO0lBQUMsc0JBQUs7SUFBQSxpQkFBYTtJQUN0RCx1Q0FBNkc7SUFBQSxxQkFBSTtJQUFBLGlCQUFhLEVBQUEsRUFBQSxFQUFBLEVBQUE7OztJQWhEdkgsMENBQXFCO0lBT1UsZ0JBQTRCO0lBQTVCLGlEQUE0QjtJQUM1QixlQUU1QjtJQUY0QixvREFFNUI7SUFJZSxlQUF1QjtJQUF2Qiw0Q0FBdUIseUJBQUEsbUJBQUE7SUFDVixlQUc1QjtJQUg0QixvREFHNUI7SUFVa0IsZUFBNkM7SUFBN0MsNkVBQTZDO0lBQzlCLGVBQWlCO0lBQWpCLCtCQUFpQixnQ0FBQTtJQVFsQyxlQUEyQztJQUEzQywyRUFBMkM7SUFDNUIsZUFBaUI7SUFBakIsK0JBQWlCLDhCQUFBO0lBVXNCLGVBQTRCO0lBQTVCLGlEQUE0Qjs7QURsRjVILE1BQU0sT0FBTyxxQkFBcUI7SUFvQmhDLFlBQW1CLFdBQWdDLEVBQVMsRUFBc0I7UUFBL0QsZ0JBQVcsR0FBWCxXQUFXLENBQXFCO1FBQVMsT0FBRSxHQUFGLEVBQUUsQ0FBb0I7UUFsQjNFLGFBQVEsR0FBWSxLQUFLLENBQUM7UUFDakMsZ0JBQVcsR0FBRyxJQUFJLENBQUM7UUFFWixjQUFTLEdBQUcsSUFBSSwwQkFBMEIsRUFBRSxDQUFDO1FBQzdDLFVBQUssR0FBK0IsSUFBSSxDQUFDO1FBRXpDLGNBQVMsR0FBa0MsRUFBRSxDQUFDO1FBR3JELFlBQU8sR0FBc0IsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUNoRCxpQkFBWSxHQUFtQixFQUFFLENBQUM7UUFDMUIsYUFBUSxHQUFhLENBQUMsS0FBYSxFQUFFLEVBQUUsR0FBRSxDQUFDLENBQUM7UUFDM0MsWUFBTyxHQUFhLEdBQUcsRUFBRSxHQUFFLENBQUMsQ0FBQztRQUMzQixpQkFBWSxHQUFHLElBQUksWUFBWSxFQUFXLENBQUM7SUFLaUMsQ0FBQztJQUV2RixXQUFXLENBQUMsT0FBc0I7UUFDaEMsSUFBRyxPQUFPLENBQUMsU0FBUyxJQUFJLE9BQU8sQ0FBQyxTQUFTLENBQUMsWUFBWSxFQUFDO1lBQ3JELCtDQUErQztZQUMvQyxJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxFQUFFLENBQUMsZUFBZSxDQUFDLFFBQVEsRUFBRSxDQUFDO1lBQ3BELElBQUksQ0FBQyw2QkFBNkIsRUFBRSxDQUFDO1NBQ3RDO0lBQ0gsQ0FBQztJQUVELFdBQVc7UUFDVCxLQUFLLElBQUksR0FBRyxJQUFJLElBQUksQ0FBQyxZQUFZLEVBQUU7WUFDakMsR0FBRyxDQUFDLFdBQVcsRUFBRSxDQUFDO1NBQ25CO0lBQ0gsQ0FBQztJQUVELFVBQVUsQ0FBQyxLQUFVO1FBQ25CLElBQUcsS0FBSyxFQUFDO1lBQ1AsSUFBSSxDQUFDLFNBQVMsR0FBRyxLQUFLLENBQUM7WUFDdkIsSUFBSSxDQUFDLG1CQUFtQixFQUFFLENBQUM7U0FDNUI7SUFDSCxDQUFDO0lBQ0QsaUJBQWlCLENBQUMsT0FBaUI7UUFDakMsSUFBSSxDQUFDLE9BQU8sR0FBRyxPQUFPLENBQUM7SUFDekIsQ0FBQztJQUNELFFBQVE7UUFDTixJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxFQUFFLENBQUMsZUFBZSxDQUFDLFFBQVEsRUFBRSxJQUFJLEVBQUUsQ0FBQztRQUMxRCxJQUFJLENBQUMsNkJBQTZCLEVBQUUsQ0FBQztJQUN2QyxDQUFDO0lBQ0QsZ0JBQWdCLENBQUMsRUFBTztRQUN0QixJQUFJLEdBQUcsR0FBRyxJQUFJLENBQUMsRUFBRSxDQUFDLGVBQWUsQ0FBQyxTQUFTLENBQUMsRUFBRSxDQUFDLENBQUM7UUFDaEQsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7SUFDOUIsQ0FBQztJQUNELElBQUk7UUFDRixJQUFJLENBQUMsV0FBVyxFQUFFLENBQUM7UUFDbkIsSUFBSSxDQUFDLFFBQVEsR0FBQyxLQUFLLENBQUM7UUFDcEIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxLQUFLLEVBQUUsQ0FBQztRQUNyQixJQUFJLENBQUMsU0FBUyxHQUFDLElBQUksQ0FBQztRQUNwQixJQUFJLENBQUMsV0FBVyxHQUFDLElBQUksQ0FBQztRQUN0QixJQUFJLENBQUMsbUJBQW1CLEVBQUUsQ0FBQztJQUU3QixDQUFDO0lBQ0QsV0FBVztRQUNULElBQUksQ0FBQyxLQUFLLEdBQUcsSUFBSSwwQkFBMEIsRUFBRSxDQUFDO1FBQzlDLElBQUksQ0FBQyxLQUFLLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUMsS0FBSyxDQUFDO1FBQ2xELElBQUksQ0FBQyxLQUFLLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDO1FBQ3hDLElBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUMzRCxJQUFJLENBQUMsS0FBSyxDQUFDLE1BQU0sR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDdkQsSUFBRyxJQUFJLENBQUMsV0FBVyxJQUFFLElBQUksRUFBQztZQUN4QixJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDO1lBQzlDLElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDO1NBQ3ZCO2FBQUs7WUFDSixJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUE7U0FDaEM7UUFDRCwwQ0FBMEM7UUFDMUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDO0lBQ3BDLENBQUM7SUFDRCxVQUFVLENBQUMsSUFBVztRQUNwQixJQUFJLENBQUMsR0FBRyxJQUFJLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUM7UUFDbkMsT0FBTyxHQUFHLENBQUMsQ0FBQyxRQUFRLEVBQUUsR0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLE9BQU8sRUFBRSxJQUFJLENBQUMsQ0FBQyxXQUFXLEVBQUUsRUFBRSxDQUFDO0lBRS9ELENBQUM7SUFDRCxNQUFNO1FBQ0osSUFBSSxDQUFDLE9BQU8sQ0FBQyxLQUFLLEVBQUUsQ0FBQztRQUNyQixJQUFJLENBQUMsUUFBUSxHQUFDLEtBQUssQ0FBQztJQUN0QixDQUFDO0lBQ0QsV0FBVztRQUNULElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDO1FBQ3JCLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQy9CLENBQUM7SUFDRCxtQkFBbUIsQ0FBQyxHQUE4QjtRQUNqRCxJQUFJLENBQUMsU0FBUyxHQUFHLEdBQUcsQ0FBQztRQUNyQixJQUFJLENBQUMsS0FBSyxHQUFHLEdBQUcsQ0FBQztRQUNqQixJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDLEdBQUcsQ0FBQyxDQUFDO1FBQy9DLElBQUksQ0FBQyw2QkFBNkIsRUFBRSxDQUFDO1FBQ3JDLElBQUksQ0FBQyxRQUFRLEdBQUMsSUFBSSxDQUFDO0lBQ3BCLENBQUM7SUFDRCxxQkFBcUIsQ0FBQyxRQUFZO1FBQ2hDLElBQUksQ0FBQyxTQUFTLENBQUMsTUFBTSxDQUFDLFFBQVEsRUFBQyxDQUFDLENBQUMsQ0FBQztJQUNwQyxDQUFDO0lBQ0QsNkJBQTZCO1FBQzNCLElBQUksVUFBVSxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLElBQUksMEJBQTBCLEVBQUUsQ0FBQztRQUNwRixJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDO1lBQ3BDLGNBQWMsRUFBRyxDQUFDLFVBQVUsQ0FBQyxZQUFZLEVBQUUsVUFBVSxDQUFDLFFBQVEsQ0FBQztZQUMvRCxTQUFTLEVBQUMsQ0FBQyxVQUFVLENBQUMsT0FBTyxJQUFJLElBQUksQ0FBQyxDQUFDLENBQUMsVUFBVSxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsSUFBSSxFQUFFLFVBQVUsQ0FBQyxRQUFRLENBQUM7WUFDdkYsVUFBVSxFQUFHLENBQUMsVUFBVSxDQUFDLFFBQVEsRUFBRSxVQUFVLENBQUMsUUFBUSxDQUFDO1lBQ3ZELFFBQVEsRUFBRyxDQUFDLFVBQVUsQ0FBQyxNQUFNLEVBQUMsVUFBVSxDQUFDLFFBQVEsQ0FBQztTQUNuRCxDQUFDLENBQUM7UUFDSCxJQUFHLFVBQVUsSUFBSSxJQUFJLEVBQUM7WUFDcEIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxRQUFRLENBQUMsQ0FBQztZQUNsRCxJQUFJLENBQUMsTUFBTSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQyxDQUFDO1NBQy9DO0lBRUgsQ0FBQztJQUVELFdBQVcsQ0FBQyxRQUErQjtRQUN6QyxJQUFJLENBQUMsWUFBWSxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsWUFBWSxDQUFDLENBQUM7UUFDbEQsSUFBSSxDQUFDLFVBQVUsQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLFVBQVUsQ0FBQyxDQUFDO1FBQzlDLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLEVBQUMsT0FBTyxFQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsSUFBSSxFQUFDLFFBQVEsQ0FBQyxJQUFJO1lBQy9ELEdBQUcsRUFBQyxRQUFRLENBQUMsR0FBRyxFQUFDLGFBQWEsRUFBQyxRQUFRLENBQUMsaUJBQWlCLEVBQUMsS0FBSyxFQUFDLFFBQVEsQ0FBQyxLQUFLO1lBQ2hGLGVBQWUsRUFBQyxJQUFJLEVBQUMsTUFBTSxFQUFDLElBQUksRUFBQyxJQUFJLEVBQUMsSUFBSTtTQUN6QyxDQUFDLENBQUM7SUFDUCxDQUFDO0lBRUQsbUJBQW1CO1FBQ2pCLElBQUksQ0FBQyxFQUFFLENBQUMsZUFBZSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ2xGLENBQUM7SUFFRCxJQUFJLFlBQVk7UUFDZCxPQUFPLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLGNBQWMsQ0FBQyxDQUFDO0lBQy9DLENBQUM7SUFFRCxJQUFJLFVBQVU7UUFDWixPQUFPLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLFlBQVksQ0FBQyxDQUFDO0lBQzdDLENBQUM7SUFFRCxJQUFJLE9BQU87UUFDVCxPQUFPLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLFNBQVMsQ0FBQyxDQUFDO0lBQzFDLENBQUM7SUFFRCxJQUFJLFFBQVE7UUFDVixPQUFPLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLFVBQVUsQ0FBQyxDQUFDO0lBQzNDLENBQUM7SUFFRCxJQUFJLE1BQU07UUFDUixPQUFPLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxDQUFDO0lBQ3pDLENBQUM7c0ZBbEpVLHFCQUFxQjtvRUFBckIscUJBQXFCOzs7Ozs2R0FUckIsQ0FBQztvQkFDVixPQUFPLEVBQUUsaUJBQWlCO29CQUUxQixXQUFXLEVBQUUscUJBQXFCO29CQUVsQyxLQUFLLEVBQUUsSUFBSTtpQkFDWixDQUFDO1lDakJKLDhCQUFnQyxhQUFBO1lBQ0csa0NBQWtCO1lBQUEsaUJBQU07WUFDdkQscUNBQWtIO1lBQzlHLHVGQVljLDBFQUFBLHlFQUFBO1lBcUNsQixpQkFBVSxFQUFBO1lBRWQsMEVBb0RPOztZQXhHVSxlQUFpQjtZQUFqQiwrQkFBaUIsd0JBQUE7WUFvRDNCLGVBQWM7WUFBZCxtQ0FBYzs7O2lGRGxDUixxQkFBcUI7Y0FiakMsU0FBUzsyQkFDRSxtQkFBbUIsYUFHbEIsQ0FBQzt3QkFDVixPQUFPLEVBQUUsaUJBQWlCO3dCQUUxQixXQUFXLHVCQUF1Qjt3QkFFbEMsS0FBSyxFQUFFLElBQUk7cUJBQ1osQ0FBQyxtQkFDZSx1QkFBdUIsQ0FBQyxPQUFPO21GQWFoRCxPQUFPO2tCQUROLE1BQU07WUFLRyxZQUFZO2tCQUFyQixNQUFNO1lBR0EsbUJBQW1CO2tCQUR6QixTQUFTO21CQUFDLHFCQUFxQixFQUFFLEVBQUMsTUFBTSxFQUFFLEtBQUssRUFBQzs7a0ZBakJ0QyxxQkFBcUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIE9uSW5pdCwgT3V0cHV0LCBTaW1wbGVDaGFuZ2VzLCBWaWV3Q2hpbGR9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBOR19WQUxVRV9BQ0NFU1NPUiwgTmdGb3JtLCBVbnR5cGVkRm9ybUJ1aWxkZXIsIFVudHlwZWRGb3JtR3JvdXAsIFZhbGlkYXRvcnMgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XHJcbmltcG9ydCB7IEVtcGxveWVyU2VhcmNoUmVzdWx0IH0gZnJvbSAnLi4vLi4vbW9kZWxzL0VtcGxveWVyRGV0YWlsU2VhcmNoUmVzdWx0JztcclxuaW1wb3J0IHsgVmFsaWRhdGlvblNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9xdWVzdGlvbm5haXJlL3ZhbGlkYXRpb24uc2VydmljZSc7XHJcbmltcG9ydCB7IEVtcGxveWVySW5mb0NvbXBvbmVudE1vZGVsIH0gZnJvbSAnLi4vLi4vbW9kZWxzL0VtcGxveWVySW5mb0NvbXBvbmVudE1vZGVsJztcclxuaW1wb3J0IHsgU3Vic2NyaXB0aW9uIH0gZnJvbSAncnhqcyc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1lbXBsb3llci1pbmZvJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vZW1wbG95ZXItaW5mby5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL2VtcGxveWVyLWluZm8uY29tcG9uZW50LmNzcycsXHJcbiAgcHJvdmlkZXJzOiBbe1xyXG4gICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXHJcblxyXG4gICAgdXNlRXhpc3Rpbmc6IEVtcGxveWVySW5mb0NvbXBvbmVudCxcclxuXHJcbiAgICBtdWx0aTogdHJ1ZVxyXG4gIH1dLFxyXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuRGVmYXVsdFxyXG59KVxyXG5leHBvcnQgY2xhc3MgRW1wbG95ZXJJbmZvQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0e1xyXG4gIFxyXG4gIHB1YmxpYyBzZWxlY3RlZCA6Ym9vbGVhbiA9IGZhbHNlO1xyXG4gIGluZGV4VG9FZGl0ID0gbnVsbDtcclxuICBcclxuICBwdWJsaWMgZW1wVG9FZGl0ID0gbmV3IEVtcGxveWVySW5mb0NvbXBvbmVudE1vZGVsKCk7XHJcbiAgcHVibGljIG1vZGVsOiBFbXBsb3llckluZm9Db21wb25lbnRNb2RlbCA9IG51bGw7XHJcblxyXG4gIHB1YmxpYyBlbXBEZXRhaWwgOiBFbXBsb3llckluZm9Db21wb25lbnRNb2RlbFtdID0gW107XHJcblxyXG4gIEBPdXRwdXQoKSBcclxuICBzdWNjZXNzOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuICBvbkNoYW5nZVN1YnM6IFN1YnNjcmlwdGlvbltdID0gW107XHJcbiAgcHJpdmF0ZSBvbkNoYW5nZTogRnVuY3Rpb24gPSAodmFsdWU6IFN0cmluZykgPT4ge307XHJcbiAgcHJpdmF0ZSBvblRvdWNoOiBGdW5jdGlvbiA9ICgpID0+IHt9O1xyXG4gIEBPdXRwdXQoKSBtb2RlbERpc3BsYXkgPSBuZXcgRXZlbnRFbWl0dGVyPGJvb2xlYW4+KCk7XHJcblxyXG4gIEBWaWV3Q2hpbGQoJ2VtcFBheUZvcm1EaXJlY3RpdmUnLCB7c3RhdGljOiBmYWxzZX0pXHJcbiAgcHVibGljIGVtcFBheUZvcm1EaXJlY3RpdmU6IE5nRm9ybTtcclxuICBwdWJsaWMgZW1wRm9ybSA6IFVudHlwZWRGb3JtR3JvdXA7XHJcbiAgY29uc3RydWN0b3IocHVibGljIGZvcm1CdWlsZGVyIDogVW50eXBlZEZvcm1CdWlsZGVyLCBwdWJsaWMgdnMgOiBWYWxpZGF0aW9uU2VydmljZSkgeyB9XHJcblxyXG4gIG5nT25DaGFuZ2VzKGNoYW5nZXM6IFNpbXBsZUNoYW5nZXMpOiB2b2lkIHtcclxuICAgIGlmKGNoYW5nZXMuZW1wVG9FZGl0ICYmIGNoYW5nZXMuZW1wVG9FZGl0LmN1cnJlbnRWYWx1ZSl7XHJcbiAgICAgIC8vIGNvbnNvbGUubG9nKGNoYW5nZXMuZW1wVG9FZGl0LmN1cnJlbnRWYWx1ZSk7XHJcbiAgICAgIHRoaXMuZW1wRGV0YWlsID0gdGhpcy52cy5lbXBsb3llckRldGFpbHMuZ2V0VmFsdWUoKTtcclxuICAgICAgdGhpcy5pbml0aWFsaXplRW1wbG95ZXJQYXlJbmZvRm9ybSgpO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgbmdPbkRlc3Ryb3koKSB7XHJcbiAgICBmb3IgKGxldCBzdWIgb2YgdGhpcy5vbkNoYW5nZVN1YnMpIHtcclxuICAgICAgc3ViLnVuc3Vic2NyaWJlKCk7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICB3cml0ZVZhbHVlKHZhbHVlOiBhbnkpIHtcclxuICAgIGlmKHZhbHVlKXtcclxuICAgICAgdGhpcy5lbXBEZXRhaWwgPSB2YWx1ZTtcclxuICAgICAgdGhpcy5wdWJsaXNoRW1wbG95ZXJJbmZvKCk7XHJcbiAgICB9XHJcbiAgfVxyXG4gIHJlZ2lzdGVyT25Ub3VjaGVkKG9uVG91Y2g6IEZ1bmN0aW9uKSB7XHJcbiAgICB0aGlzLm9uVG91Y2ggPSBvblRvdWNoO1xyXG4gIH1cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICAgIHRoaXMuZW1wRGV0YWlsID0gdGhpcy52cy5lbXBsb3llckRldGFpbHMuZ2V0VmFsdWUoKSB8fCBbXTtcclxuICAgIHRoaXMuaW5pdGlhbGl6ZUVtcGxveWVyUGF5SW5mb0Zvcm0oKTtcclxuICB9XHJcbiAgcmVnaXN0ZXJPbkNoYW5nZShmbjogYW55KSB7XHJcbiAgICBsZXQgc3ViID0gdGhpcy52cy5lbXBsb3llckRldGFpbHMuc3Vic2NyaWJlKGZuKTtcclxuICAgIHRoaXMub25DaGFuZ2VTdWJzLnB1c2goc3ViKTtcclxuICB9XHJcbiAgc2F2ZSgpe1xyXG4gICAgdGhpcy5zYXZlVG9BcnJheSgpO1xyXG4gICAgdGhpcy5zZWxlY3RlZD1mYWxzZTtcclxuICAgIHRoaXMuZW1wRm9ybS5yZXNldCgpO1xyXG4gICAgdGhpcy5lbXBUb0VkaXQ9bnVsbDtcclxuICAgIHRoaXMuaW5kZXhUb0VkaXQ9bnVsbDtcclxuICAgIHRoaXMucHVibGlzaEVtcGxveWVySW5mbygpO1xyXG4gICAgXHJcbiAgfVxyXG4gIHNhdmVUb0FycmF5KCl7XHJcbiAgICB0aGlzLm1vZGVsID0gbmV3IEVtcGxveWVySW5mb0NvbXBvbmVudE1vZGVsKCk7XHJcbiAgICB0aGlzLm1vZGVsLmVtcGxveWVyTmFtZSA9IHRoaXMud2NFbXBQYXlOYW1lLnZhbHVlO1xyXG4gICAgdGhpcy5tb2RlbC5hZGRyZXNzID0gdGhpcy5hZGRyZXNzLnZhbHVlO1xyXG4gICAgdGhpcy5tb2RlbC5mcm9tRGF0ZSA9IHRoaXMubW9kaWZ5RGF0ZSh0aGlzLmZyb21EYXRlLnZhbHVlKTtcclxuICAgIHRoaXMubW9kZWwudG9EYXRlID0gdGhpcy5tb2RpZnlEYXRlKHRoaXMudG9EYXRlLnZhbHVlKTtcclxuICAgIGlmKHRoaXMuaW5kZXhUb0VkaXQhPW51bGwpe1xyXG4gICAgICB0aGlzLmVtcERldGFpbFt0aGlzLmluZGV4VG9FZGl0XSA9IHRoaXMubW9kZWw7XHJcbiAgICAgIHRoaXMuZW1wVG9FZGl0ID0gbnVsbDtcclxuICAgIH1lbHNlIHtcclxuICAgICAgdGhpcy5lbXBEZXRhaWwucHVzaCh0aGlzLm1vZGVsKVxyXG4gICAgfVxyXG4gICAgLy9jb25zb2xlLmxvZyh0aGlzLmVtcERldGFpbFswXS5mcm9tRGF0ZSk7XHJcbiAgICB0aGlzLnN1Y2Nlc3MuZW1pdCh0aGlzLmVtcERldGFpbCk7XHJcbiAgfVxyXG4gIG1vZGlmeURhdGUoZGF0ZTpzdHJpbmcpIDogc3RyaW5ne1xyXG4gICAgbGV0IGQgPSBuZXcgRGF0ZShEYXRlLnBhcnNlKGRhdGUpKTtcclxuICAgIHJldHVybiBgJHtkLmdldE1vbnRoKCkrMX0vJHtkLmdldERhdGUoKX0vJHtkLmdldEZ1bGxZZWFyKCl9YDtcclxuXHJcbiAgfVxyXG4gIGNhbmNlbCgpe1xyXG4gICAgdGhpcy5lbXBGb3JtLnJlc2V0KCk7XHJcbiAgICB0aGlzLnNlbGVjdGVkPWZhbHNlO1xyXG4gIH1cclxuICBhZGRFbXBsb3llcigpe1xyXG4gICAgdGhpcy5zZWxlY3RlZCA9IHRydWU7XHJcbiAgICB0aGlzLm1vZGVsRGlzcGxheS5lbWl0KHRydWUpO1xyXG4gIH1cclxuICBlZGl0RW1wbG95ZXJQYXltZW50KGVtcDpFbXBsb3llckluZm9Db21wb25lbnRNb2RlbCl7XHJcbiAgIHRoaXMuZW1wVG9FZGl0ID0gZW1wO1xyXG4gICB0aGlzLm1vZGVsID0gZW1wO1xyXG4gICB0aGlzLmluZGV4VG9FZGl0ID0gdGhpcy5lbXBEZXRhaWwuaW5kZXhPZihlbXApO1xyXG4gICB0aGlzLmluaXRpYWxpemVFbXBsb3llclBheUluZm9Gb3JtKCk7XHJcbiAgIHRoaXMuc2VsZWN0ZWQ9dHJ1ZTtcclxuICB9XHJcbiAgZGVsZXRlRW1wbG95ZXJQYXltZW50KHJvd0luZGV4OmFueSl7XHJcbiAgICB0aGlzLmVtcERldGFpbC5zcGxpY2Uocm93SW5kZXgsMSk7XHJcbiAgfVxyXG4gIGluaXRpYWxpemVFbXBsb3llclBheUluZm9Gb3JtKCkge1xyXG4gICAgbGV0IGVtcFBheUluZm8gPSB0aGlzLmVtcFRvRWRpdCA/IHRoaXMuZW1wVG9FZGl0IDogbmV3IEVtcGxveWVySW5mb0NvbXBvbmVudE1vZGVsKCk7XHJcbiAgICB0aGlzLmVtcEZvcm0gPSB0aGlzLmZvcm1CdWlsZGVyLmdyb3VwKHtcclxuICAgICAgJ2VtcGxveWVyTmFtZScgOiBbZW1wUGF5SW5mby5lbXBsb3llck5hbWUsIFZhbGlkYXRvcnMucmVxdWlyZWRdLFxyXG4gICAgICAnYWRkcmVzcyc6W2VtcFBheUluZm8uYWRkcmVzcyAhPSBudWxsID8gZW1wUGF5SW5mby5hZGRyZXNzIDogbnVsbCwgVmFsaWRhdG9ycy5yZXF1aXJlZF0sXHJcbiAgICAgICdmcm9tRGF0ZScgOiBbZW1wUGF5SW5mby5mcm9tRGF0ZSwgVmFsaWRhdG9ycy5yZXF1aXJlZF0sXHJcbiAgICAgICd0b0RhdGUnIDogW2VtcFBheUluZm8udG9EYXRlLFZhbGlkYXRvcnMucmVxdWlyZWRdXHJcbiAgICB9KTtcclxuICAgIGlmKGVtcFBheUluZm8gIT0gbnVsbCl7XHJcbiAgICAgIHRoaXMuZnJvbURhdGUucGF0Y2hWYWx1ZSh0aGlzLmVtcFRvRWRpdC5mcm9tRGF0ZSk7XHJcbiAgICAgIHRoaXMudG9EYXRlLnBhdGNoVmFsdWUodGhpcy5lbXBUb0VkaXQudG9EYXRlKTtcclxuICAgIH1cclxuICBcclxuICB9XHJcblxyXG4gIHNldEVtcGxveWVyKGVtcGxveWVyIDogRW1wbG95ZXJTZWFyY2hSZXN1bHQpe1xyXG4gICAgdGhpcy53Y0VtcFBheU5hbWUuc2V0VmFsdWUoZW1wbG95ZXIuZW1wbG95ZXJOYW1lKTtcclxuICAgIHRoaXMuZW1wbG95ZXJJZC5zZXRWYWx1ZShlbXBsb3llci5lbXBsb3llcklkKTtcclxuICAgIHRoaXMuYWRkcmVzcy5zZXRWYWx1ZSh7Y291bnRyeTplbXBsb3llci5jb3VudHJ5LCBjaXR5OmVtcGxveWVyLmNpdHlcclxuICAgICAgLCB6aXA6ZW1wbG95ZXIuemlwLHN0cmVldEFkZHJlc3M6ZW1wbG95ZXIuYWRkcmVzc0Rpc3BsYXlWYWwsc3RhdGU6ZW1wbG95ZXIuc3RhdGUsXHJcbiAgICAgIG9wdGlvbmFsQWRkcmVzczpudWxsLGNvdW50eTpudWxsLHRvd246bnVsbFxyXG4gICAgICB9KTtcclxuICB9XHJcblxyXG4gIHB1Ymxpc2hFbXBsb3llckluZm8oKXtcclxuICAgIHRoaXMudnMuZW1wbG95ZXJEZXRhaWxzLm5leHQodGhpcy5lbXBEZXRhaWwubGVuZ3RoID4gMCA/IHRoaXMuZW1wRGV0YWlsIDogbnVsbCk7XHJcbiAgfVxyXG5cclxuICBnZXQgd2NFbXBQYXlOYW1lKCl7XHJcbiAgICByZXR1cm4gdGhpcy5lbXBGb3JtLmNvbnRyb2xzWydlbXBsb3llck5hbWUnXTtcclxuICB9XHJcbiAgXHJcbiAgZ2V0IGVtcGxveWVySWQoKSB7XHJcbiAgICByZXR1cm4gdGhpcy5lbXBGb3JtLmNvbnRyb2xzWydlbXBsb3llcklkJ107XHJcbiAgfVxyXG4gIFxyXG4gIGdldCBhZGRyZXNzKCl7XHJcbiAgICByZXR1cm4gdGhpcy5lbXBGb3JtLmNvbnRyb2xzWydhZGRyZXNzJ107XHJcbiAgfVxyXG5cclxuICBnZXQgZnJvbURhdGUoKXtcclxuICAgIHJldHVybiB0aGlzLmVtcEZvcm0uY29udHJvbHNbJ2Zyb21EYXRlJ107XHJcbiAgfVxyXG5cclxuICBnZXQgdG9EYXRlKCl7XHJcbiAgICByZXR1cm4gdGhpcy5lbXBGb3JtLmNvbnRyb2xzWyd0b0RhdGUnXTtcclxuICB9XHJcblxyXG59XHJcblxyXG5cclxuIiwiPGRpdiBzdHlsZT1cIm1hcmdpbi1sZWZ0OiAtNXB4O1wiPlxyXG4gICAgPGRpdiBzdHlsZT1cIm1hcmdpbi1sZWZ0OiA4cHg7XCI+RW1wbG95bWVudCBEZXRhaWxzPC9kaXY+XHJcbiAgICA8cC10YWJsZSAjZHQgW3Jvd0hvdmVyXT1cInRydWVcIiBzdHlsZUNsYXNzPVwicC1kYXRhdGFibGUtc3RyaXBlZCBhcHAtZGF0YXRhYmxlIGlvbi1wYWRkaW5nLXRvcFwiIFt2YWx1ZV09XCJlbXBEZXRhaWxcIj5cclxuICAgICAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiaGVhZGVyXCIgbGV0LWNvbHVtbnM+XHJcbiAgICAgICAgICAgIDx0ciBjbGFzcz1cImlvbi1wYWRkaW5nLXRvcCBpb24tcGFkZGluZy1ib3R0b21cIj5cclxuICAgICAgICAgICAgICAgIDx0aCBzdHlsZT1cInBhZGRpbmctbGVmdDogMTVweDtcIj5cclxuICAgICAgICAgICAgICAgICAgICB7e1wiYWRkLmVtcGxveWVyLmluZm8uaGVhZGVyLmVtcGxveWVyXCJ8dHJhbnNsYXRlfX1cclxuICAgICAgICAgICAgICAgIDwvdGg+PHRoPjwvdGg+XHJcbiAgICAgICAgICAgICAgICA8dGg+XHJcbiAgICAgICAgICAgICAgICAgICAge3tcImFkZC5lbXBsb3llci5pbmZvLmhlYWRlci5mcm9tXCJ8dHJhbnNsYXRlfX1cclxuICAgICAgICAgICAgICAgIDwvdGg+XHJcbiAgICAgICAgICAgICAgICA8dGg+XHJcbiAgICAgICAgICAgICAgICAgICAge3tcImFkZC5lbXBsb3llci5pbmZvLmhlYWRlci50b1wifHRyYW5zbGF0ZX19XHJcbiAgICAgICAgICAgICAgICA8L3RoPlxyXG4gICAgICAgICAgICA8L3RyPlxyXG4gICAgICAgIDwvbmctdGVtcGxhdGU+ICBcclxuICAgICAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiYm9keVwiIGxldC1lbXAgbGV0LXJvd0luZGV4PlxyXG4gICAgICAgICAgICA8dHIgY2xhc3M9XCJpb24tcGFkZGluZy10b3AgaW9uLXBhZGRpbmctYm90dG9tXCI+XHJcbiAgICAgICAgICAgICAgICA8dGQgc3R5bGU9XCJwYWRkaW5nLWxlZnQ6IDE1cHg7XCI+e3tlbXAuZW1wbG95ZXJOYW1lfX08L3RkPlxyXG4gICAgICAgICAgICAgICAgPHRkPlxyXG4gICAgICAgICAgICAgICAgICAgIDxpb24tYnV0dG9uIFtpZF09XCInYnRuRWRpdEVtcGxveWVyUGF5bWVudC0nICsgcm93SW5kZXhcIiBzaXplPVwic21hbGxcIiBjb2xvcj1cInN1Y2Nlc3NcIiBmaWxsPVwib3V0bGluZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJlZGl0RW1wbG95ZXJQYXltZW50KGVtcCk7XCIgY2xhc3M9XCJhY3Rpb24tYnV0dG9uXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgYXJpYS1sYWJlbD1cIkVkaXQgZW1wbG95ZXIgcGF5bWVudFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZmEtaWNvbiBbaWNvbl09XCJbJ2ZhbCcsICdlZGl0J11cIiBjbGFzcz1cImFjdGlvbi1pY29uXCI+PC9mYS1pY29uPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuXHJcbiAgICAgICAgICAgICAgICAgICAgPGlvbi1idXR0b24gW2lkXT1cIididG5EZWxldGVFbXBsb3llclBheW1lbnQtJyArIHJvd0luZGV4XCIgc2l6ZT1cInNtYWxsXCIgY29sb3I9XCJzdWNjZXNzXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgZmlsbD1cIm91dGxpbmVcIiAoY2xpY2spPVwiZGVsZXRlRW1wbG95ZXJQYXltZW50KHJvd0luZGV4KTtcIiBjbGFzcz1cImFjdGlvbi1idXR0b25cIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBhcmlhLWxhYmVsPVwiUmVtb3ZlIGVtcGxveWVyIHBheW1lbnRcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGZhLWljb24gW2ljb25dPVwiWydmYWwnLCAndHJhc2gtYWx0J11cIiBjbGFzcz1cImFjdGlvbi1pY29uXCI+PC9mYS1pY29uPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgICAgICA8dGQ+e3tlbXAuZnJvbURhdGV9fTwvdGQ+XHJcbiAgICAgICAgICAgICAgICA8dGQ+e3tlbXAudG9EYXRlfX08L3RkPlxyXG4gICAgICAgICAgICA8L3RyPlxyXG4gICAgICAgIDwvbmctdGVtcGxhdGU+ICBcclxuICAgICAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwic3VtbWFyeVwiIGxldC1jb2x1bW5zPlxyXG4gICAgICAgICAgICA8dGFibGUgKm5nSWY9XCIhc2VsZWN0ZWRcIj5cclxuICAgICAgICAgICAgICAgIDx0cj5cclxuICAgICAgICAgICAgICAgICAgICA8dGQgW2F0dHIuY29sc3Bhbl09XCI0XCIgc3R5bGU9XCJ3aWR0aDogOTAlO1wiIGNsYXNzPVwiaW9uLXBhZGRpbmctdG9wXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXY+PGI+QWRkIGFuIGVtcGxveWVyPC9iPjwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgICAgICAgICAgPHRkIGNsYXNzPVwiaW9uLXBhZGRpbmctdG9wXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxpb24tYnV0dG9uIGlkPVwiYWRkRW1wbG95ZXJEZXRhaWxzXCIgYXJpYS1sYWJlbD1cIkFkZCBFbXBsb3llciBEZXRhaWxzXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cImFkZEVtcGxveWVyKClcIiBmaWxsPVwib3V0bGluZVwiIHNpemU9XCJzbWFsbFwiIGNsYXNzPVwiYWN0aW9uLWJ1dHRvblwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZmEtaWNvbiBbaWNvbl09XCJbJ2ZhbCcsJ3BsdXMnXVwiIGNsYXNzPVwiYWN0aW9uLWljb25cIj48L2ZhLWljb24+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgICAgICAgPC90cj5cclxuXHJcbiAgICAgICAgICAgIDwvdGFibGU+XHJcbiAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgIDwvcC10YWJsZT5cclxuPC9kaXY+XHJcbjxmb3JtICpuZ0lmPVwic2VsZWN0ZWRcIiBbZm9ybUdyb3VwXT1cImVtcEZvcm1cIiAgI2VtcFBheUZvcm1EaXJlY3RpdmU9XCJuZ0Zvcm1cIiAobmdTdWJtaXQpPVwic2F2ZSgpXCI+XHJcbiAgICA8aW9uLWdyaWQ+XHJcbiAgICAgICAgPGlvbi1yb3c+XHJcbiAgICAgICAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXBhZGRpbmdcIiBzaXplPVwiMTJcIiBzaXplU209XCIxMlwiIHNpemVNZD1cIjZcIiBzaXplTGc9XCI2XCIgc2l6ZVhsPVwiNlwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInAtZmx1aWQgZm9ybWdyaWRcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmllbGRcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGxhYmVsIGZvcj1cIndjRW1wTmFtZVwiPkVtcGxveWVyIE5hbWU8L2xhYmVsPjxicj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9XCJ0ZXh0XCIgcElucHV0VGV4dCBbZm9ybUNvbnRyb2xdPVwid2NFbXBQYXlOYW1lXCIvPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8YXBwLWVycm9yIGNsYXNzPVwiJ2FwcC1ncmlkJ1wiIFtlcnJEZWZdPVwie1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgcmVxdWlyZWQ6ICdSZXF1aXJlZC4nXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIH1cIj48L2FwcC1lcnJvcj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8aW9uLXJvdz5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1jb2wgc3R5bGU9XCJwYWRkaW5nLWxlZnQ6IDA7IHBhZGRpbmctcmlnaHQ6IDA7XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YXBwLWFkZHJlc3MgW2Zvcm1Db250cm9sXT1cImFkZHJlc3NcIiBbY291bnR5UmVxdWlyZWRdPVwiZmFsc2VcIiBbZnJvbVBvcHVwXT1cInRydWVcIj48L2FwcC1hZGRyZXNzPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8YXBwLWVycm9yIGNsYXNzPVwiJ2FwcC1ncmlkJ1wiIFtlcnJEZWZdPVwie1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgYWRkcmVzc1ZhbGlkYXRpb25GbGFnOiAnUGxlYXNlIHByb3ZpZGUgYSB2YWxpZCBhZGRyZXNzJyxcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJlcXVpcmVkOiAnUmVxdWlyZWQuJ1xyXG4gICAgICAgICAgICAgICAgICAgICAgICB9XCI+PC9hcHAtZXJyb3I+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvaW9uLWNvbD5cclxuICAgICAgICAgICAgICAgICAgICA8L2lvbi1yb3c+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgIDwvaW9uLXJvdz5cclxuICAgICAgICA8aW9uLXJvdz5cclxuICAgICAgICAgICAgPGlvbi1jb2wgY2xhc3M9XCJpb24tcGFkZGluZ1wiIHNpemU9XCI2XCIgc2l6ZVNtPVwiNlwiIHNpemVNZD1cIjNcIiBzaXplTGc9XCIzXCIgc2l6ZVhsPVwiM1wiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInAtZm9ybWdyaWRcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmllbGRcIj5cclxuICAgICAgICAgICAgICAgICAgICAgIDxsYWJlbCBmb3I9XCJmcm9tRGF0ZVwiPnt7XCJhZGQuZW1wbG95ZXIuaW5mby5oZWFkZXIuZnJvbVwifHRyYW5zbGF0ZX19PC9sYWJlbD48YnI+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8cC1jYWxlbmRhciBpY29uQXJpYUxhYmVsPVwiZnJvbURhdGVcIiBbc2hvd0ljb25dPVwidHJ1ZVwiIGRhdGVGb3JtYXQ9XCJtbS9kZC95eVwiIHBsYWNlaG9sZGVyPVwibW0vZGQveXl5eVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGFwcGVuZFRvPVwiYm9keVwiIFtmb3JtQ29udHJvbF09XCJmcm9tRGF0ZVwiPjwvcC1jYWxlbmRhcj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvaW9uLWNvbD5cclxuICAgICAgICAgICAgPGlvbi1jb2wgY2xhc3M9XCJpb24tcGFkZGluZ1wiIHNpemU9XCI2XCIgc2l6ZVNtPVwiNlwiIHNpemVNZD1cIjNcIiBzaXplTGc9XCIzXCIgc2l6ZVhsPVwiM1wiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInAtZm9ybWdyaWRcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmllbGRcIj5cclxuICAgICAgICAgICAgICAgICAgICAgIDxsYWJlbCBmb3I9XCJ0b0RhdGVcIj57e1wiYWRkLmVtcGxveWVyLmluZm8uaGVhZGVyLnRvXCJ8dHJhbnNsYXRlfX08L2xhYmVsPjxicj5cclxuICAgICAgICAgICAgICAgICAgICAgIDxwLWNhbGVuZGFyIGljb25BcmlhTGFiZWw9XCJ0b0RhdGVcIiBbc2hvd0ljb25dPVwidHJ1ZVwiIGRhdGVGb3JtYXQ9XCJtbS9kZC95eVwiIHBsYWNlaG9sZGVyPVwibW0vZGQveXl5eVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGFwcGVuZFRvPVwiYm9keVwiIFtmb3JtQ29udHJvbF09XCJ0b0RhdGVcIj48L3AtY2FsZW5kYXI+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgICAgPC9pb24tcm93PlxyXG4gICAgICAgIDxpb24tcm93PlxyXG4gICAgICAgICAgICA8aW9uLWNvbCBjbGFzcz1cImlvbi10ZXh0LWNlbnRlclwiPlxyXG4gICAgICAgICAgICAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIHN0eWxlPVwid2lkdGg6IDgwcHg7IG1hcmdpbi1yaWdodDogMzBweDtcIiBmaWxsPVwib3V0bGluZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgdHlwZT1cInJlc2V0XCIgKGNsaWNrKT1cImNhbmNlbCgpXCI+Q2xlYXI8L2lvbi1idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgc3R5bGU9XCJ3aWR0aDogODBweDsgbWFyZ2luLWxlZnQ6IDMwcHg7XCIgdHlwZT1cInN1Ym1pdFwiIFtkaXNhYmxlZF09XCJlbXBGb3JtLmludmFsaWRcIj5TYXZlPC9pb24tYnV0dG9uPlxyXG4gICAgICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgICAgPC9pb24tcm93PlxyXG4gICAgPC9pb24tZ3JpZD5cclxuPC9mb3JtPlxyXG4iXX0=
|