@reusa/ngx-reusa-app-lib 0.0.1373 → 0.0.1374
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/add-employer/add-employer.component.mjs +1324 -2394
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +105 -159
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +53 -59
- package/esm2022/lib/components/address/address.component.mjs +152 -287
- package/esm2022/lib/components/bank-details/bank-details.component.mjs +219 -79
- package/esm2022/lib/components/contact-us/contact-us.component.mjs +43 -17
- package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +9 -3
- package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +4 -32
- package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +15 -30
- package/esm2022/lib/components/disclosure/disclosure.component.mjs +1 -1
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +4 -4
- package/esm2022/lib/components/dropdown/dropdown.interface.mjs +1 -1
- package/esm2022/lib/components/email-update/email-update.component.mjs +140 -63
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +574 -422
- package/esm2022/lib/components/error/error.component.mjs +5 -22
- package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +1 -1
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +49 -178
- package/esm2022/lib/components/footer/footer.component.mjs +101 -112
- package/esm2022/lib/components/header/header.component.mjs +174 -440
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +36 -25
- package/esm2022/lib/components/info/info.component.mjs +12 -4
- package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +22 -16
- package/esm2022/lib/components/job-title/job-title.component.mjs +97 -92
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +513 -143
- package/esm2022/lib/components/lexis-nexis/lexis-nexis.component.mjs +402 -0
- package/esm2022/lib/components/link/link.component.mjs +1 -1
- package/esm2022/lib/components/menu/menu.component.mjs +100 -68
- package/esm2022/lib/components/mfa/mfa.component.mjs +288 -158
- package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +18 -11
- package/esm2022/lib/components/mfa2/mfa2.component.mjs +285 -0
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +54 -158
- package/esm2022/lib/components/profile/profile.component.mjs +353 -749
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +38 -108
- package/esm2022/lib/components/questionnaire/AppValidators.mjs +47 -296
- package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +65 -110
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +173 -377
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +95 -76
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +1153 -877
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +699 -208
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +22 -28
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +41 -128
- package/esm2022/lib/components/questionnaire/question-control.service.mjs +1 -2
- package/esm2022/lib/components/questionnaire/question.service.mjs +7 -5
- package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +29 -15
- package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +237 -497
- package/esm2022/lib/components/search-employer/search-employer.component.mjs +30 -155
- package/esm2022/lib/components/security-question/security-question.component.mjs +199 -0
- package/esm2022/lib/components/select/select.component.mjs +10 -5
- package/esm2022/lib/components/sign-ssn/sign-ssn.component.mjs +3 -3
- package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +72 -52
- package/esm2022/lib/components/user-login/user-login.component.mjs +360 -139
- package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +387 -655
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +61 -125
- package/esm2022/lib/guards/auth.guard.mjs +2 -50
- package/esm2022/lib/guards/no-login/no-login.guard.mjs +1 -1
- package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +3 -51
- package/esm2022/lib/interceptors/header-interceptor/http-header.interceptor.mjs +1 -1
- package/esm2022/lib/models/EmployerDetailSearchResult.mjs +1 -1
- package/esm2022/lib/models/LexisNexisAccountCreationModel.mjs +2 -0
- package/esm2022/lib/models/LexisNexisAuthSelectionRequestModel.mjs +2 -0
- package/esm2022/lib/models/LexisNexisAuthSelectionResponseModel.mjs +2 -0
- package/esm2022/lib/models/LexisNexisEnabledResponseModel.mjs +2 -0
- package/esm2022/lib/models/LexisNexisResponseModel.mjs +3 -0
- package/esm2022/lib/models/LibConstants.mjs +6 -45
- package/esm2022/lib/models/OtpAuthModel.mjs +1 -1
- package/esm2022/lib/models/PartialEmploymentModel.mjs +3 -0
- package/esm2022/lib/models/PaymentComponentModel.mjs +1 -1
- package/esm2022/lib/models/SecurityQuestionModel.mjs +3 -0
- package/esm2022/lib/models/UserModel.mjs +1 -1
- package/esm2022/lib/models/dashboard-model.mjs +1 -1
- package/esm2022/lib/models/dependent.model.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +1 -2
- package/esm2022/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ComboModel.mjs +653 -96
- package/esm2022/lib/models/questionnaire/ElementsModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/LegalDiscaimarModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/QuestionnaireSaveModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/StatusModel.mjs +1 -1
- package/esm2022/lib/ngx-reusa-app-lib.module.mjs +23 -135
- package/esm2022/lib/pages/BasePage.mjs +23 -4
- package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +18 -22
- package/esm2022/lib/pages/common/change-password/change-password.page.mjs +124 -142
- package/esm2022/lib/pages/common/landing/landing.component.mjs +8 -7
- package/esm2022/lib/pages/common/landing2/landing2.component.mjs +4 -4
- package/esm2022/lib/pages/common/login/login.component.mjs +13 -7
- package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +14 -14
- package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +5 -5
- package/esm2022/lib/pages/popovers/language/language.page.mjs +2 -1
- package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +4 -4
- package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +2 -7
- package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +2 -2
- package/esm2022/lib/services/base-service.mjs +1 -4
- package/esm2022/lib/services/chatbot/chatbot.service.mjs +2 -1
- package/esm2022/lib/services/claimant-service/claimant-usps-redirect.service.mjs +36 -0
- package/esm2022/lib/services/claimant-service/claimant.service.mjs +13 -7
- package/esm2022/lib/services/claims/claims.service.mjs +14 -105
- package/esm2022/lib/services/help/help.service.mjs +1 -1
- package/esm2022/lib/services/lexis-nexis/lexis.nexis.service.mjs +60 -0
- package/esm2022/lib/services/logger/logger.service.mjs +1 -1
- package/esm2022/lib/services/login/login.service.mjs +14 -29
- package/esm2022/lib/services/ovp/ovp.service.mjs +43 -0
- package/esm2022/lib/services/questionnaire/questionnaire.service.mjs +1 -4
- package/esm2022/lib/services/questionnaire/validation.service.mjs +1 -4
- package/esm2022/lib/services/security-service/security.service.mjs +6 -23
- package/esm2022/lib/services/util/util.service.mjs +5 -61
- package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +14 -186
- package/esm2022/lib/validations/AppRegex.mjs +3 -1
- package/esm2022/lib/validations/AppValidators.mjs +62 -78
- package/esm2022/public-api.mjs +5 -47
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs +26939 -44815
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
- package/lib/components/add-employer/add-employer.component.d.ts +53 -137
- package/lib/components/add-employer/add-employer.component.d.ts.map +1 -1
- package/lib/components/add-participant/add-participant.component.d.ts +5 -11
- package/lib/components/add-participant/add-participant.component.d.ts.map +1 -1
- package/lib/components/add-payment/add-payment.component.d.ts +3 -9
- package/lib/components/add-payment/add-payment.component.d.ts.map +1 -1
- package/lib/components/address/address.component.d.ts +15 -42
- package/lib/components/address/address.component.d.ts.map +1 -1
- package/lib/components/bank-details/bank-details.component.d.ts +23 -1
- package/lib/components/bank-details/bank-details.component.d.ts.map +1 -1
- package/lib/components/contact-us/contact-us.component.d.ts +4 -1
- package/lib/components/contact-us/contact-us.component.d.ts.map +1 -1
- package/lib/components/correspondence-download/correspondence-download.component.d.ts.map +1 -1
- package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -1
- package/lib/components/email-update/email-update.component.d.ts +12 -1
- package/lib/components/email-update/email-update.component.d.ts.map +1 -1
- package/lib/components/employer-grid/employer-grid.component.d.ts +15 -25
- package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -1
- package/lib/components/error/error.component.d.ts +2 -3
- package/lib/components/error/error.component.d.ts.map +1 -1
- package/lib/components/file-uploader/file-uploader.component.d.ts +1 -5
- package/lib/components/file-uploader/file-uploader.component.d.ts.map +1 -1
- package/lib/components/footer/footer.component.d.ts.map +1 -1
- package/lib/components/header/header.component.d.ts +5 -17
- package/lib/components/header/header.component.d.ts.map +1 -1
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +3 -1
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts.map +1 -1
- package/lib/components/job-title/job-title.component.d.ts +23 -22
- package/lib/components/job-title/job-title.component.d.ts.map +1 -1
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +6 -5
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -1
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts +59 -0
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts.map +1 -0
- package/lib/components/menu/menu.component.d.ts +12 -3
- package/lib/components/menu/menu.component.d.ts.map +1 -1
- package/lib/components/mfa/mfa.component.d.ts +19 -7
- package/lib/components/mfa/mfa.component.d.ts.map +1 -1
- package/lib/components/mfa-popup/mfa-popup.component.d.ts +8 -6
- package/lib/components/mfa-popup/mfa-popup.component.d.ts.map +1 -1
- package/lib/components/mfa2/mfa2.component.d.ts +48 -0
- package/lib/components/mfa2/mfa2.component.d.ts.map +1 -0
- package/lib/components/money-expect/money-expect.component.d.ts +4 -15
- package/lib/components/money-expect/money-expect.component.d.ts.map +1 -1
- package/lib/components/profile/profile.component.d.ts +49 -82
- package/lib/components/profile/profile.component.d.ts.map +1 -1
- package/lib/components/profile-redirect/profile-redirect.component.d.ts +2 -9
- package/lib/components/profile-redirect/profile-redirect.component.d.ts.map +1 -1
- package/lib/components/questionnaire/AppValidators.d.ts +0 -1
- package/lib/components/questionnaire/AppValidators.d.ts.map +1 -1
- package/lib/components/questionnaire/account-success/account-success.page.d.ts +10 -13
- package/lib/components/questionnaire/account-success/account-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/common-success/common-success.page.d.ts +1 -7
- package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +1 -3
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts +35 -33
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form.component.d.ts +34 -10
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +7 -0
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -1
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +1 -7
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -1
- package/lib/components/questionnaire/question-control.service.d.ts.map +1 -1
- package/lib/components/questionnaire/question.service.d.ts +1 -0
- package/lib/components/questionnaire/question.service.d.ts.map +1 -1
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +7 -1
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -1
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +3 -11
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts.map +1 -1
- package/lib/components/search-employer/search-employer.component.d.ts +4 -5
- package/lib/components/search-employer/search-employer.component.d.ts.map +1 -1
- package/lib/components/security-question/security-question.component.d.ts +37 -0
- package/lib/components/security-question/security-question.component.d.ts.map +1 -0
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +5 -1
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts.map +1 -1
- package/lib/components/user-login/user-login.component.d.ts +38 -5
- package/lib/components/user-login/user-login.component.d.ts.map +1 -1
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +10 -27
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts.map +1 -1
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +3 -9
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map +1 -1
- package/lib/guards/auth.guard.d.ts.map +1 -1
- package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts.map +1 -1
- package/lib/models/EmployerDetailSearchResult.d.ts +1 -4
- package/lib/models/EmployerDetailSearchResult.d.ts.map +1 -1
- package/lib/models/LexisNexisAccountCreationModel.d.ts +15 -0
- package/lib/models/LexisNexisAccountCreationModel.d.ts.map +1 -0
- package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts +16 -0
- package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts.map +1 -0
- package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts +39 -0
- package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts.map +1 -0
- package/lib/models/LexisNexisEnabledResponseModel.d.ts +5 -0
- package/lib/models/LexisNexisEnabledResponseModel.d.ts.map +1 -0
- package/lib/models/LexisNexisResponseModel.d.ts +7 -0
- package/lib/models/LexisNexisResponseModel.d.ts.map +1 -0
- package/lib/models/LibConstants.d.ts +1 -40
- package/lib/models/LibConstants.d.ts.map +1 -1
- package/lib/models/OtpAuthModel.d.ts +1 -0
- package/lib/models/OtpAuthModel.d.ts.map +1 -1
- package/lib/models/PartialEmploymentModel.d.ts +6 -0
- package/lib/models/PartialEmploymentModel.d.ts.map +1 -0
- package/lib/models/PaymentComponentModel.d.ts +1 -1
- package/lib/models/PaymentComponentModel.d.ts.map +1 -1
- package/lib/models/SecurityQuestionModel.d.ts +7 -0
- package/lib/models/SecurityQuestionModel.d.ts.map +1 -0
- package/lib/models/UserModel.d.ts +1 -0
- package/lib/models/UserModel.d.ts.map +1 -1
- package/lib/models/dashboard-model.d.ts +0 -22
- package/lib/models/dashboard-model.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +0 -3
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +4 -15
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +1 -4
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ComboModel.d.ts +82 -14
- package/lib/models/questionnaire/ComboModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ElementsModel.d.ts +1 -0
- package/lib/models/questionnaire/ElementsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +0 -2
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts.map +1 -1
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +1 -0
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts.map +1 -1
- package/lib/models/questionnaire/StatusModel.d.ts +0 -1
- package/lib/models/questionnaire/StatusModel.d.ts.map +1 -1
- package/lib/ngx-reusa-app-lib.module.d.ts +86 -124
- package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -1
- package/lib/pages/BasePage.d.ts +6 -3
- package/lib/pages/BasePage.d.ts.map +1 -1
- package/lib/pages/common/change-password/change-password.page.d.ts +0 -3
- package/lib/pages/common/change-password/change-password.page.d.ts.map +1 -1
- package/lib/pages/common/login/login.component.d.ts.map +1 -1
- package/lib/pages/popovers/language/language.page.d.ts.map +1 -1
- package/lib/pages/popovers/my-profile/my-profile.page.d.ts.map +1 -1
- package/lib/services/base-service.d.ts +0 -12
- package/lib/services/base-service.d.ts.map +1 -1
- package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts +16 -0
- package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts.map +1 -0
- package/lib/services/claimant-service/claimant.service.d.ts +6 -5
- package/lib/services/claimant-service/claimant.service.d.ts.map +1 -1
- package/lib/services/claims/claims.service.d.ts +5 -39
- package/lib/services/claims/claims.service.d.ts.map +1 -1
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts +26 -0
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts.map +1 -0
- package/lib/services/login/login.service.d.ts +3 -5
- package/lib/services/login/login.service.d.ts.map +1 -1
- package/lib/services/ovp/ovp.service.d.ts +17 -0
- package/lib/services/ovp/ovp.service.d.ts.map +1 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts +0 -1
- package/lib/services/questionnaire/questionnaire.service.d.ts.map +1 -1
- package/lib/services/questionnaire/validation.service.d.ts +0 -3
- package/lib/services/questionnaire/validation.service.d.ts.map +1 -1
- package/lib/services/security-service/security.service.d.ts +4 -12
- package/lib/services/security-service/security.service.d.ts.map +1 -1
- package/lib/services/util/util.service.d.ts +0 -6
- package/lib/services/util/util.service.d.ts.map +1 -1
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts +5 -47
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -1
- package/lib/validations/AppRegex.d.ts +2 -0
- package/lib/validations/AppRegex.d.ts.map +1 -1
- package/lib/validations/AppValidators.d.ts +24 -20
- package/lib/validations/AppValidators.d.ts.map +1 -1
- package/package.json +2 -2
- package/public-api.d.ts +4 -46
- package/public-api.d.ts.map +1 -1
- package/esm2022/lib/components/add-wage/add-wage.component.mjs +0 -161
- package/esm2022/lib/components/address-popup/address-popup.component.mjs +0 -97
- package/esm2022/lib/components/address-suggestion/address-suggestion.component.mjs +0 -289
- package/esm2022/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.mjs +0 -245
- package/esm2022/lib/components/associate-ssn/associate-ssn.component.mjs +0 -203
- package/esm2022/lib/components/claim-info/claim-info.component.mjs +0 -408
- package/esm2022/lib/components/dua-request-page/dua-request-page.component.mjs +0 -596
- package/esm2022/lib/components/dua-request-popup/dua-request-popup.component.mjs +0 -356
- package/esm2022/lib/components/employer-info/employer-info.component.mjs +0 -319
- package/esm2022/lib/components/employer-pay/employer-pay.component.mjs +0 -238
- package/esm2022/lib/components/employer-pay-grid/employer-pay-grid.component.mjs +0 -302
- package/esm2022/lib/components/farm-usage/farm-usage.component.mjs +0 -172
- package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +0 -201
- package/esm2022/lib/components/history-page/history-page.component.mjs +0 -571
- package/esm2022/lib/components/idme/idme.component.mjs +0 -84
- package/esm2022/lib/components/offline-add-employer/offline-add-employer.component.mjs +0 -3661
- package/esm2022/lib/components/offline-bank-details/offline-bank-details.component.mjs +0 -258
- package/esm2022/lib/components/offline-employer-grid/offline-employer-grid.component.mjs +0 -853
- package/esm2022/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.mjs +0 -251
- package/esm2022/lib/components/proof-of-anything/proof-of-anything.component.mjs +0 -261
- package/esm2022/lib/components/proof-of-document-upload/proof-of-document-upload.component.mjs +0 -560
- package/esm2022/lib/components/scrollable-text/scrollable-text.component.mjs +0 -25
- package/esm2022/lib/components/sms/sms.component.mjs +0 -336
- package/esm2022/lib/components/wage-calculator/wage-calculator.component.mjs +0 -527
- package/esm2022/lib/components/wage-grid/wage-grid.component.mjs +0 -274
- package/esm2022/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.mjs +0 -147
- package/esm2022/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.mjs +0 -167
- package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +0 -828
- package/esm2022/lib/components/weekly-confirmation/confirmation.component.mjs +0 -129
- package/esm2022/lib/components/weekly-interim-confirmation/interim-confirmation.component.mjs +0 -136
- package/esm2022/lib/components/weekly-summary-v2/summary.component-v2.mjs +0 -72
- package/esm2022/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.mjs +0 -50
- package/esm2022/lib/components/weekly-work-search-counter/work-search-counter.component.mjs +0 -92
- package/esm2022/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.mjs +0 -1190
- package/esm2022/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.mjs +0 -690
- package/esm2022/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.mjs +0 -524
- package/esm2022/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.mjs +0 -394
- package/esm2022/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.mjs +0 -640
- package/esm2022/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.mjs +0 -33
- package/esm2022/lib/enums/AddressValidationResponseEnum.mjs +0 -9
- package/esm2022/lib/enums/AddressValidationSourceFunctionEnum.mjs +0 -5
- package/esm2022/lib/models/ActiveClaimModel.mjs +0 -3
- package/esm2022/lib/models/CountyModel.mjs +0 -3
- package/esm2022/lib/models/DuaAppDataModel.mjs +0 -3
- package/esm2022/lib/models/DuaRequestModel.mjs +0 -3
- package/esm2022/lib/models/DuaRetroWeeksComponentModel.mjs +0 -6
- package/esm2022/lib/models/EmployerInfoComponentModel.mjs +0 -4
- package/esm2022/lib/models/EmployerPayInfoModel.mjs +0 -6
- package/esm2022/lib/models/FarmUsageComponentModel.mjs +0 -2
- package/esm2022/lib/models/GrossEarningsModel.mjs +0 -3
- package/esm2022/lib/models/HelpConstants.mjs +0 -5
- package/esm2022/lib/models/LexisNexisOtpDetailsResponseModel.mjs +0 -3
- package/esm2022/lib/models/ReasonSeparationRequestModel.mjs +0 -3
- package/esm2022/lib/models/RetroWeeksModel.mjs +0 -3
- package/esm2022/lib/models/SecurityQuestionAnswerModel.mjs +0 -3
- package/esm2022/lib/models/SendOtpRequestModel.mjs +0 -3
- package/esm2022/lib/models/VerifyOtpRequestModel.mjs +0 -3
- package/esm2022/lib/models/WageCalculatorModel.mjs +0 -3
- package/esm2022/lib/models/WageInfoModel.mjs +0 -4
- package/esm2022/lib/models/addressValidation/AddressRecommendationModel.mjs +0 -3
- package/esm2022/lib/models/addressValidation/AddressValidationRequestComponentModel.mjs +0 -3
- package/esm2022/lib/models/addressValidation/AddressValidationResponseComponentModel.mjs +0 -3
- package/esm2022/lib/models/addressValidation/AddressValidationReturnComponentModel.mjs +0 -3
- package/esm2022/lib/models/combo-model.mjs +0 -343
- package/esm2022/lib/models/fileupload/DocUploadModel.mjs +0 -7
- package/esm2022/lib/models/fileupload/EmployerDataModel.mjs +0 -3
- package/esm2022/lib/models/fileupload/FileObject.mjs +0 -3
- package/esm2022/lib/models/fileupload/FileObjectArray.mjs +0 -7
- package/esm2022/lib/models/questionnaire/AppealParticipantModel.mjs +0 -8
- package/esm2022/lib/models/questionnaire/ScrollableTextModel.mjs +0 -3
- package/esm2022/lib/models/questionnaire/WbaHelperTextModel.mjs +0 -3
- package/esm2022/lib/models/weekly-cert/WorkSearchWaiverModel.mjs +0 -3
- package/esm2022/lib/models/weekly-cert/address-detail-model.mjs +0 -2
- package/esm2022/lib/models/weekly-cert/admin-leave-details-model.mjs +0 -7
- package/esm2022/lib/models/weekly-cert/employer-info-v2-model.mjs +0 -7
- package/esm2022/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.mjs +0 -6
- package/esm2022/lib/models/weekly-cert/weekly-certification-v2-model.mjs +0 -34
- package/esm2022/lib/models/weekly-cert/work-search-record-v2-model.mjs +0 -15
- package/esm2022/lib/models/weekly-cert/work-search-v2-model.mjs +0 -11
- package/esm2022/lib/pipes/format-worksearch/format-worksearch.pipe.mjs +0 -101
- package/esm2022/lib/services/address-validation-service/address-validation.service.mjs +0 -151
- package/esm2022/lib/services/appeal/appeal.service.mjs +0 -37
- package/esm2022/lib/services/birt-service/birt.service.mjs +0 -57
- package/esm2022/lib/services/employer/employer-service.mjs +0 -35
- package/esm2022/lib/services/event-service/event-service.mjs +0 -44
- package/esm2022/lib/services/offline-claims/offline-claims.service.mjs +0 -327
- package/esm2022/lib/services/weekly-cert/review.service.mjs +0 -101
- package/esm2022/lib/services/weekly-cert/weekly-cert.service.mjs +0 -37
- package/esm2022/lib/services/weekly-cert/work-search.service.mjs +0 -58
- package/lib/components/add-wage/add-wage.component.d.ts +0 -30
- package/lib/components/add-wage/add-wage.component.d.ts.map +0 -1
- package/lib/components/address-popup/address-popup.component.d.ts +0 -16
- package/lib/components/address-popup/address-popup.component.d.ts.map +0 -1
- package/lib/components/address-suggestion/address-suggestion.component.d.ts +0 -43
- package/lib/components/address-suggestion/address-suggestion.component.d.ts.map +0 -1
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts +0 -37
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts.map +0 -1
- package/lib/components/associate-ssn/associate-ssn.component.d.ts +0 -33
- package/lib/components/associate-ssn/associate-ssn.component.d.ts.map +0 -1
- package/lib/components/claim-info/claim-info.component.d.ts +0 -49
- package/lib/components/claim-info/claim-info.component.d.ts.map +0 -1
- package/lib/components/dua-request-page/dua-request-page.component.d.ts +0 -74
- package/lib/components/dua-request-page/dua-request-page.component.d.ts.map +0 -1
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts +0 -61
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts.map +0 -1
- package/lib/components/employer-info/employer-info.component.d.ts +0 -50
- package/lib/components/employer-info/employer-info.component.d.ts.map +0 -1
- package/lib/components/employer-pay/employer-pay.component.d.ts +0 -51
- package/lib/components/employer-pay/employer-pay.component.d.ts.map +0 -1
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts +0 -43
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts.map +0 -1
- package/lib/components/farm-usage/farm-usage.component.d.ts +0 -33
- package/lib/components/farm-usage/farm-usage.component.d.ts.map +0 -1
- package/lib/components/gross-earnings/gross-earnings.component.d.ts +0 -42
- package/lib/components/gross-earnings/gross-earnings.component.d.ts.map +0 -1
- package/lib/components/history-page/history-page.component.d.ts +0 -80
- package/lib/components/history-page/history-page.component.d.ts.map +0 -1
- package/lib/components/idme/idme.component.d.ts +0 -19
- package/lib/components/idme/idme.component.d.ts.map +0 -1
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts +0 -311
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts.map +0 -1
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts +0 -33
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts.map +0 -1
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts +0 -97
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts.map +0 -1
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts +0 -33
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts.map +0 -1
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts +0 -54
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts.map +0 -1
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts +0 -74
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts.map +0 -1
- package/lib/components/scrollable-text/scrollable-text.component.d.ts +0 -11
- package/lib/components/scrollable-text/scrollable-text.component.d.ts.map +0 -1
- package/lib/components/sms/sms.component.d.ts +0 -63
- package/lib/components/sms/sms.component.d.ts.map +0 -1
- package/lib/components/wage-calculator/wage-calculator.component.d.ts +0 -44
- package/lib/components/wage-calculator/wage-calculator.component.d.ts.map +0 -1
- package/lib/components/wage-grid/wage-grid.component.d.ts +0 -43
- package/lib/components/wage-grid/wage-grid.component.d.ts.map +0 -1
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts +0 -28
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts.map +0 -1
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts +0 -28
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts.map +0 -1
- package/lib/components/weekly-certification/weekly-certification.component.d.ts +0 -101
- package/lib/components/weekly-certification/weekly-certification.component.d.ts.map +0 -1
- package/lib/components/weekly-confirmation/confirmation.component.d.ts +0 -21
- package/lib/components/weekly-confirmation/confirmation.component.d.ts.map +0 -1
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts +0 -34
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts.map +0 -1
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts +0 -17
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts.map +0 -1
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts +0 -10
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts.map +0 -1
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts +0 -17
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts.map +0 -1
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts +0 -105
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts.map +0 -1
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts +0 -71
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts.map +0 -1
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts +0 -59
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts.map +0 -1
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts +0 -47
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts.map +0 -1
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts +0 -78
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts.map +0 -1
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts +0 -8
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts.map +0 -1
- package/lib/enums/AddressValidationResponseEnum.d.ts +0 -8
- package/lib/enums/AddressValidationResponseEnum.d.ts.map +0 -1
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts +0 -4
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts.map +0 -1
- package/lib/models/ActiveClaimModel.d.ts +0 -8
- package/lib/models/ActiveClaimModel.d.ts.map +0 -1
- package/lib/models/CountyModel.d.ts +0 -8
- package/lib/models/CountyModel.d.ts.map +0 -1
- package/lib/models/DuaAppDataModel.d.ts +0 -5
- package/lib/models/DuaAppDataModel.d.ts.map +0 -1
- package/lib/models/DuaRequestModel.d.ts +0 -10
- package/lib/models/DuaRequestModel.d.ts.map +0 -1
- package/lib/models/DuaRetroWeeksComponentModel.d.ts +0 -5
- package/lib/models/DuaRetroWeeksComponentModel.d.ts.map +0 -1
- package/lib/models/EmployerInfoComponentModel.d.ts +0 -9
- package/lib/models/EmployerInfoComponentModel.d.ts.map +0 -1
- package/lib/models/EmployerPayInfoModel.d.ts +0 -20
- package/lib/models/EmployerPayInfoModel.d.ts.map +0 -1
- package/lib/models/FarmUsageComponentModel.d.ts +0 -10
- package/lib/models/FarmUsageComponentModel.d.ts.map +0 -1
- package/lib/models/GrossEarningsModel.d.ts +0 -6
- package/lib/models/GrossEarningsModel.d.ts.map +0 -1
- package/lib/models/HelpConstants.d.ts +0 -5
- package/lib/models/HelpConstants.d.ts.map +0 -1
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts +0 -7
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts.map +0 -1
- package/lib/models/ReasonSeparationRequestModel.d.ts +0 -7
- package/lib/models/ReasonSeparationRequestModel.d.ts.map +0 -1
- package/lib/models/RetroWeeksModel.d.ts +0 -11
- package/lib/models/RetroWeeksModel.d.ts.map +0 -1
- package/lib/models/SecurityQuestionAnswerModel.d.ts +0 -7
- package/lib/models/SecurityQuestionAnswerModel.d.ts.map +0 -1
- package/lib/models/SendOtpRequestModel.d.ts +0 -12
- package/lib/models/SendOtpRequestModel.d.ts.map +0 -1
- package/lib/models/VerifyOtpRequestModel.d.ts +0 -8
- package/lib/models/VerifyOtpRequestModel.d.ts.map +0 -1
- package/lib/models/WageCalculatorModel.d.ts +0 -15
- package/lib/models/WageCalculatorModel.d.ts.map +0 -1
- package/lib/models/WageInfoModel.d.ts +0 -9
- package/lib/models/WageInfoModel.d.ts.map +0 -1
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts +0 -12
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts.map +0 -1
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts +0 -11
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts.map +0 -1
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts +0 -6
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts.map +0 -1
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts +0 -16
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts.map +0 -1
- package/lib/models/combo-model.d.ts +0 -42
- package/lib/models/combo-model.d.ts.map +0 -1
- package/lib/models/fileupload/DocUploadModel.d.ts +0 -22
- package/lib/models/fileupload/DocUploadModel.d.ts.map +0 -1
- package/lib/models/fileupload/EmployerDataModel.d.ts +0 -6
- package/lib/models/fileupload/EmployerDataModel.d.ts.map +0 -1
- package/lib/models/fileupload/FileObject.d.ts +0 -8
- package/lib/models/fileupload/FileObject.d.ts.map +0 -1
- package/lib/models/fileupload/FileObjectArray.d.ts +0 -8
- package/lib/models/fileupload/FileObjectArray.d.ts.map +0 -1
- package/lib/models/questionnaire/AppealParticipantModel.d.ts +0 -17
- package/lib/models/questionnaire/AppealParticipantModel.d.ts.map +0 -1
- package/lib/models/questionnaire/ScrollableTextModel.d.ts +0 -4
- package/lib/models/questionnaire/ScrollableTextModel.d.ts.map +0 -1
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts +0 -4
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts.map +0 -1
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts +0 -9
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts.map +0 -1
- package/lib/models/weekly-cert/address-detail-model.d.ts +0 -14
- package/lib/models/weekly-cert/address-detail-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts +0 -15
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts +0 -27
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts +0 -57
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts +0 -59
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts +0 -66
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/work-search-v2-model.d.ts +0 -18
- package/lib/models/weekly-cert/work-search-v2-model.d.ts.map +0 -1
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts +0 -14
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts.map +0 -1
- package/lib/services/address-validation-service/address-validation.service.d.ts +0 -44
- package/lib/services/address-validation-service/address-validation.service.d.ts.map +0 -1
- package/lib/services/appeal/appeal.service.d.ts +0 -16
- package/lib/services/appeal/appeal.service.d.ts.map +0 -1
- package/lib/services/birt-service/birt.service.d.ts +0 -17
- package/lib/services/birt-service/birt.service.d.ts.map +0 -1
- package/lib/services/employer/employer-service.d.ts +0 -16
- package/lib/services/employer/employer-service.d.ts.map +0 -1
- package/lib/services/event-service/event-service.d.ts +0 -20
- package/lib/services/event-service/event-service.d.ts.map +0 -1
- package/lib/services/offline-claims/offline-claims.service.d.ts +0 -64
- package/lib/services/offline-claims/offline-claims.service.d.ts.map +0 -1
- package/lib/services/weekly-cert/review.service.d.ts +0 -23
- package/lib/services/weekly-cert/review.service.d.ts.map +0 -1
- package/lib/services/weekly-cert/weekly-cert.service.d.ts +0 -17
- package/lib/services/weekly-cert/weekly-cert.service.d.ts.map +0 -1
- package/lib/services/weekly-cert/work-search.service.d.ts +0 -26
- package/lib/services/weekly-cert/work-search.service.d.ts.map +0 -1
|
@@ -1,238 +0,0 @@
|
|
|
1
|
-
import { Component, ViewChild, EventEmitter, Output, Input, ViewChildren } from '@angular/core';
|
|
2
|
-
import { Validators, FormArray, FormGroup, FormControl } from '@angular/forms';
|
|
3
|
-
import { ComboOption } from '../../models/questionnaire/ComboModel';
|
|
4
|
-
import { EmployerPayInfoModel } from '../../models/EmployerPayInfoModel';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "../../services/util/util.service";
|
|
7
|
-
import * as i2 from "@angular/forms";
|
|
8
|
-
const _c0 = ["empPayFormDirective"];
|
|
9
|
-
const _c1 = ["payTypeFormDirective"];
|
|
10
|
-
function EmployerPayComponent_div_26_p_inputNumber_4_Template(rf, ctx) { if (rf & 1) {
|
|
11
|
-
i0.ɵɵelement(0, "p-inputNumber", 24);
|
|
12
|
-
} if (rf & 2) {
|
|
13
|
-
const ctx_r7 = i0.ɵɵnextContext();
|
|
14
|
-
const i_r3 = ctx_r7.index;
|
|
15
|
-
const pay_r2 = ctx_r7.$implicit;
|
|
16
|
-
i0.ɵɵproperty("inputId", "amount-" + i_r3)("useGrouping", false)("required", pay_r2.value.isChecked)("minFractionDigits", 2)("maxFractionDigits", 2);
|
|
17
|
-
} }
|
|
18
|
-
const _c2 = () => ({ required: "required" });
|
|
19
|
-
function EmployerPayComponent_div_26_app_error_5_Template(rf, ctx) { if (rf & 1) {
|
|
20
|
-
i0.ɵɵelement(0, "app-error", 7);
|
|
21
|
-
} if (rf & 2) {
|
|
22
|
-
const pay_r2 = i0.ɵɵnextContext().$implicit;
|
|
23
|
-
const _r4 = i0.ɵɵreference(2);
|
|
24
|
-
i0.ɵɵclassMap("app-grid");
|
|
25
|
-
i0.ɵɵproperty("field", pay_r2.controls["amount"])("form", _r4)("errDef", i0.ɵɵpureFunction0(5, _c2));
|
|
26
|
-
} }
|
|
27
|
-
function EmployerPayComponent_div_26_Template(rf, ctx) { if (rf & 1) {
|
|
28
|
-
const _r10 = i0.ɵɵgetCurrentView();
|
|
29
|
-
i0.ɵɵelementStart(0, "div", 18)(1, "div", 19, 20)(3, "p-checkbox", 21);
|
|
30
|
-
i0.ɵɵlistener("onChange", function EmployerPayComponent_div_26_Template_p_checkbox_onChange_3_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r10); const pay_r2 = restoredCtx.$implicit; const ctx_r9 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r9.setValidation($event, pay_r2)); });
|
|
31
|
-
i0.ɵɵelementEnd();
|
|
32
|
-
i0.ɵɵtemplate(4, EmployerPayComponent_div_26_p_inputNumber_4_Template, 1, 5, "p-inputNumber", 22)(5, EmployerPayComponent_div_26_app_error_5_Template, 1, 6, "app-error", 23);
|
|
33
|
-
i0.ɵɵelementEnd()();
|
|
34
|
-
} if (rf & 2) {
|
|
35
|
-
const pay_r2 = ctx.$implicit;
|
|
36
|
-
const i_r3 = ctx.index;
|
|
37
|
-
i0.ɵɵadvance(1);
|
|
38
|
-
i0.ɵɵproperty("formGroup", pay_r2);
|
|
39
|
-
i0.ɵɵadvance(2);
|
|
40
|
-
i0.ɵɵproperty("binary", true)("label", pay_r2.value.payType == null ? null : pay_r2.value.payType.text)("inputId", "payType-" + i_r3);
|
|
41
|
-
i0.ɵɵadvance(1);
|
|
42
|
-
i0.ɵɵproperty("ngIf", pay_r2.value.isChecked);
|
|
43
|
-
i0.ɵɵadvance(1);
|
|
44
|
-
i0.ɵɵproperty("ngIf", pay_r2.value.isChecked);
|
|
45
|
-
} }
|
|
46
|
-
const _c3 = () => ({ required: "Required." });
|
|
47
|
-
const _c4 = () => ({ addressValidationFlag: "Please provide, a valid address.", required: "Required" });
|
|
48
|
-
const _c5 = () => ({ atLeastOneRequired: "at least 1 pay type selection required." });
|
|
49
|
-
export class EmployerPayComponent {
|
|
50
|
-
constructor(util, formBuilder) {
|
|
51
|
-
this.util = util;
|
|
52
|
-
this.formBuilder = formBuilder;
|
|
53
|
-
this.success = new EventEmitter();
|
|
54
|
-
this.onClose = new EventEmitter();
|
|
55
|
-
this.empToEdit = new EmployerPayInfoModel();
|
|
56
|
-
this.paymentTypeOptions = ComboOption.PAYMENT_TYPES;
|
|
57
|
-
this.statesCombo = ComboOption.US_STATES;
|
|
58
|
-
this.countryCombo = ComboOption.COUNTRY;
|
|
59
|
-
}
|
|
60
|
-
ngOnChanges(changes) {
|
|
61
|
-
if (changes.empToEdit && changes.empToEdit.currentValue) {
|
|
62
|
-
//console.log(changes.empToEdit.currentValue);
|
|
63
|
-
this.initializeEmployerPayInfoForm();
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
ngOnInit() {
|
|
67
|
-
if (this.util.getState() === "CT") {
|
|
68
|
-
this.paymentTypeOptions = ComboOption.PAYMENT_TYPES_CT;
|
|
69
|
-
}
|
|
70
|
-
this.initializeEmployerPayInfoForm();
|
|
71
|
-
}
|
|
72
|
-
initializeEmployerPayInfoForm() {
|
|
73
|
-
let empPayInfo = this.empToEdit ? this.empToEdit : new EmployerPayInfoModel();
|
|
74
|
-
this.empPayForm = this.formBuilder.group({
|
|
75
|
-
'employerName': [empPayInfo.employerName, Validators.required],
|
|
76
|
-
'employerId': [empPayInfo.employerId != null ? empPayInfo.employerId : null],
|
|
77
|
-
'address': [empPayInfo.address != null ? empPayInfo.address : null, Validators.required],
|
|
78
|
-
'employerPhone': [empPayInfo.employerPhone != undefined ? empPayInfo.employerPhone : '', Validators.compose([Validators.required])],
|
|
79
|
-
'payTypes': new FormArray([], this.validatePayTypes()),
|
|
80
|
-
'tempRemnEmployerId': [empPayInfo.tempRemnEmployerId ? empPayInfo.tempRemnEmployerId : new Date().getTime()]
|
|
81
|
-
});
|
|
82
|
-
this.paymentTypeOptions.forEach(p => {
|
|
83
|
-
const control = this.empPayForm.controls['payTypes'];
|
|
84
|
-
control.push(this.initPayType(p));
|
|
85
|
-
});
|
|
86
|
-
if (empPayInfo.payTypes) {
|
|
87
|
-
this.empPayForm.controls['payTypes'].setValue(empPayInfo.payTypes);
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
save() {
|
|
91
|
-
//console.log(this.empPayForm);
|
|
92
|
-
this.payTypeFormDirective.forEach(d => {
|
|
93
|
-
if (d.form.controls['isChecked']) {
|
|
94
|
-
d.onSubmit(null);
|
|
95
|
-
}
|
|
96
|
-
});
|
|
97
|
-
if (this.empPayForm.valid) {
|
|
98
|
-
this.success.emit(this.empPayForm.value);
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
cancel() {
|
|
102
|
-
this.onClose.emit();
|
|
103
|
-
}
|
|
104
|
-
setEmployer(employer) {
|
|
105
|
-
this.wcEmpPayName.setValue(employer.employerName);
|
|
106
|
-
this.employerId.setValue(employer.employerId);
|
|
107
|
-
this.address.setValue({ country: employer.country, city: employer.city,
|
|
108
|
-
zip: employer.zip, streetAddress: employer.addressDisplayVal, state: employer.state,
|
|
109
|
-
optionalAddress: null, county: null, town: null
|
|
110
|
-
});
|
|
111
|
-
}
|
|
112
|
-
get wcEmpPayName() {
|
|
113
|
-
return this.empPayForm.controls['employerName'];
|
|
114
|
-
}
|
|
115
|
-
get employerId() {
|
|
116
|
-
return this.empPayForm.controls['employerId'];
|
|
117
|
-
}
|
|
118
|
-
get address() {
|
|
119
|
-
return this.empPayForm.controls['address'];
|
|
120
|
-
}
|
|
121
|
-
get wcEmpPayPhoneNumber() {
|
|
122
|
-
return this.empPayForm.controls['employerPhone'];
|
|
123
|
-
}
|
|
124
|
-
get payTypes() {
|
|
125
|
-
return this.empPayForm.controls['payTypes'];
|
|
126
|
-
}
|
|
127
|
-
getPayTypeControls() {
|
|
128
|
-
return this.empPayForm.get('payTypes')['controls'];
|
|
129
|
-
}
|
|
130
|
-
initPayType(payType) {
|
|
131
|
-
return new FormGroup({
|
|
132
|
-
payType: new FormControl(payType),
|
|
133
|
-
isChecked: new FormControl(null),
|
|
134
|
-
amount: new FormControl(null)
|
|
135
|
-
});
|
|
136
|
-
}
|
|
137
|
-
setValidation(event, fg) {
|
|
138
|
-
let amountControl = fg.controls['amount'];
|
|
139
|
-
event.checked ? this.util.setRequiredValidator(amountControl) : this.util.clearValidation(amountControl);
|
|
140
|
-
}
|
|
141
|
-
validatePayTypes() {
|
|
142
|
-
return (formArray) => {
|
|
143
|
-
let atleast1Selected = false;
|
|
144
|
-
formArray.controls.forEach((x) => {
|
|
145
|
-
//console.log("*",x.value)
|
|
146
|
-
if (x.value && x.value.isChecked) {
|
|
147
|
-
atleast1Selected = x.value && x.value.isChecked;
|
|
148
|
-
}
|
|
149
|
-
});
|
|
150
|
-
return atleast1Selected ? null : { 'atLeastOneRequired': true };
|
|
151
|
-
};
|
|
152
|
-
}
|
|
153
|
-
;
|
|
154
|
-
static { this.ɵfac = function EmployerPayComponent_Factory(t) { return new (t || EmployerPayComponent)(i0.ɵɵdirectiveInject(i1.UtilService), i0.ɵɵdirectiveInject(i2.UntypedFormBuilder)); }; }
|
|
155
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EmployerPayComponent, selectors: [["app-employer-pay"]], viewQuery: function EmployerPayComponent_Query(rf, ctx) { if (rf & 1) {
|
|
156
|
-
i0.ɵɵviewQuery(_c0, 5);
|
|
157
|
-
i0.ɵɵviewQuery(_c1, 5);
|
|
158
|
-
} if (rf & 2) {
|
|
159
|
-
let _t;
|
|
160
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.empPayFormDirective = _t.first);
|
|
161
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.payTypeFormDirective = _t);
|
|
162
|
-
} }, inputs: { empToEdit: "empToEdit", dynamicParam: "dynamicParam" }, outputs: { success: "success", onClose: "onClose" }, features: [i0.ɵɵNgOnChangesFeature], decls: 34, vars: 32, consts: [[3, "formGroup"], ["empPayFormDirective", "ngForm"], ["size", "12", "sizeSm", "12", "sizeXs", "12", "sizeMd", "6", "sizeLg", "6", "sizeXl", "6", 1, "ion-padding"], [1, "p-fluid", "formgrid"], [1, "field"], ["for", "wcEmpPayName"], [3, "formControl", "empType", "onFound"], [3, "field", "form", "errDef"], [2, "padding-left", "0px", "padding-right", "0px"], [3, "formControl", "countyRequired", "fromPopup"], ["for", "wcEmpPayPhoneNumber"], ["inputId", "wcEmpPayPhoneNumber", "mask", "(999) 999-9999", "unmask", "true", 3, "formControl"], ["for", "paymentTypes"], ["formArrayName", "payTypes", 4, "ngFor", "ngForOf"], [3, "formArray", "form", "errDef"], [1, "ion-text-right"], ["shape", "round", "fill", "outline", "type", "reset", 2, "width", "80px", 3, "click"], ["shape", "round", "type", "submit", 2, "width", "80px", 3, "click"], ["formArrayName", "payTypes"], [1, "ion-padding-bottom", 2, "width", "-webkit-fill-available", 3, "formGroup"], ["payTypeFormDirective", "ngForm"], ["formControlName", "isChecked", "styleClass", "app-p-checkbox", 3, "binary", "label", "inputId", "onChange"], ["formControlName", "amount", "mode", "currency", "currency", "USD", "placeholder", "$0.00", "size", "12", 3, "inputId", "useGrouping", "required", "minFractionDigits", "maxFractionDigits", 4, "ngIf"], [3, "class", "field", "form", "errDef", 4, "ngIf"], ["formControlName", "amount", "mode", "currency", "currency", "USD", "placeholder", "$0.00", "size", "12", 3, "inputId", "useGrouping", "required", "minFractionDigits", "maxFractionDigits"]], template: function EmployerPayComponent_Template(rf, ctx) { if (rf & 1) {
|
|
163
|
-
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);
|
|
164
|
-
i0.ɵɵtext(8, "Employer Name");
|
|
165
|
-
i0.ɵɵelementEnd();
|
|
166
|
-
i0.ɵɵelement(9, "br");
|
|
167
|
-
i0.ɵɵelementStart(10, "app-search-employer", 6);
|
|
168
|
-
i0.ɵɵlistener("onFound", function EmployerPayComponent_Template_app_search_employer_onFound_10_listener($event) { return ctx.setEmployer($event); });
|
|
169
|
-
i0.ɵɵelementEnd();
|
|
170
|
-
i0.ɵɵelement(11, "app-error", 7);
|
|
171
|
-
i0.ɵɵelementEnd();
|
|
172
|
-
i0.ɵɵelementStart(12, "ion-row")(13, "ion-col", 8);
|
|
173
|
-
i0.ɵɵelement(14, "app-address", 9)(15, "app-error", 7);
|
|
174
|
-
i0.ɵɵelementEnd()();
|
|
175
|
-
i0.ɵɵelementStart(16, "ion-row")(17, "div", 4)(18, "label", 10);
|
|
176
|
-
i0.ɵɵtext(19, "Employer Phone");
|
|
177
|
-
i0.ɵɵelementEnd();
|
|
178
|
-
i0.ɵɵelement(20, "p-inputMask", 11)(21, "app-error", 7);
|
|
179
|
-
i0.ɵɵelementEnd()();
|
|
180
|
-
i0.ɵɵelementStart(22, "ion-row")(23, "div")(24, "label", 12);
|
|
181
|
-
i0.ɵɵtext(25, "Pay Type");
|
|
182
|
-
i0.ɵɵelementEnd();
|
|
183
|
-
i0.ɵɵtemplate(26, EmployerPayComponent_div_26_Template, 6, 6, "div", 13);
|
|
184
|
-
i0.ɵɵelement(27, "app-error", 14);
|
|
185
|
-
i0.ɵɵelementEnd()();
|
|
186
|
-
i0.ɵɵelementStart(28, "ion-row")(29, "ion-col", 15)(30, "ion-button", 16);
|
|
187
|
-
i0.ɵɵlistener("click", function EmployerPayComponent_Template_ion_button_click_30_listener() { return ctx.cancel(); });
|
|
188
|
-
i0.ɵɵtext(31, "Cancel");
|
|
189
|
-
i0.ɵɵelementEnd();
|
|
190
|
-
i0.ɵɵelementStart(32, "ion-button", 17);
|
|
191
|
-
i0.ɵɵlistener("click", function EmployerPayComponent_Template_ion_button_click_32_listener() { return ctx.save(); });
|
|
192
|
-
i0.ɵɵtext(33, "Save");
|
|
193
|
-
i0.ɵɵelementEnd()()()()()()()();
|
|
194
|
-
} if (rf & 2) {
|
|
195
|
-
const _r0 = i0.ɵɵreference(1);
|
|
196
|
-
i0.ɵɵproperty("formGroup", ctx.empPayForm);
|
|
197
|
-
i0.ɵɵadvance(10);
|
|
198
|
-
i0.ɵɵproperty("formControl", ctx.wcEmpPayName)("empType", "REG");
|
|
199
|
-
i0.ɵɵadvance(1);
|
|
200
|
-
i0.ɵɵclassMap("app-grid");
|
|
201
|
-
i0.ɵɵproperty("field", ctx.wcEmpPayName)("form", _r0)("errDef", i0.ɵɵpureFunction0(28, _c3));
|
|
202
|
-
i0.ɵɵadvance(3);
|
|
203
|
-
i0.ɵɵproperty("formControl", ctx.address)("countyRequired", false)("fromPopup", true);
|
|
204
|
-
i0.ɵɵadvance(1);
|
|
205
|
-
i0.ɵɵclassMap("app-grid");
|
|
206
|
-
i0.ɵɵproperty("field", ctx.address)("form", _r0)("errDef", i0.ɵɵpureFunction0(29, _c4));
|
|
207
|
-
i0.ɵɵadvance(5);
|
|
208
|
-
i0.ɵɵproperty("formControl", ctx.wcEmpPayPhoneNumber);
|
|
209
|
-
i0.ɵɵadvance(1);
|
|
210
|
-
i0.ɵɵclassMap("app-grid");
|
|
211
|
-
i0.ɵɵproperty("field", ctx.wcEmpPayPhoneNumber)("form", _r0)("errDef", i0.ɵɵpureFunction0(30, _c3));
|
|
212
|
-
i0.ɵɵadvance(5);
|
|
213
|
-
i0.ɵɵproperty("ngForOf", ctx.getPayTypeControls());
|
|
214
|
-
i0.ɵɵadvance(1);
|
|
215
|
-
i0.ɵɵclassMap("app-grid");
|
|
216
|
-
i0.ɵɵproperty("formArray", ctx.payTypes)("form", _r0)("errDef", i0.ɵɵpureFunction0(31, _c5));
|
|
217
|
-
} }, styles: ["[_nghost-%COMP%] .p-inputnumber-input{width:18px!important}"] }); }
|
|
218
|
-
}
|
|
219
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EmployerPayComponent, [{
|
|
220
|
-
type: Component,
|
|
221
|
-
args: [{ selector: 'app-employer-pay', template: "<form [formGroup]=\"empPayForm\" #empPayFormDirective=\"ngForm\">\r\n <ion-grid>\r\n <ion-row>\r\n <ion-col class=\"ion-padding\" size=\"12\" sizeSm=\"12\" sizeXs=\"12\" sizeMd=\"6\" sizeLg=\"6\" sizeXl=\"6\">\r\n <div class=\"p-fluid formgrid\">\r\n <div class=\"field\">\r\n <label for=\"wcEmpPayName\">Employer Name</label><br>\r\n <app-search-employer [formControl]=\"wcEmpPayName\" (onFound)=\"setEmployer($event)\"\r\n [empType]=\"'REG'\"></app-search-employer>\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpPayName' [form]=\"empPayFormDirective\" [errDef]=\"{ \r\n required: 'Required.'\r\n }\"></app-error>\r\n </div>\r\n <ion-row>\r\n <ion-col style=\"padding-left: 0px; padding-right: 0px;\">\r\n <app-address [formControl]=\"address\" [countyRequired]=\"false\" [fromPopup]=\"true\"> </app-address>\r\n <app-error [class]=\"'app-grid'\" [field]='address' [form]=\"empPayFormDirective\" [errDef]=\"{ \r\n addressValidationFlag: 'Please provide, a valid address.', required: 'Required'}\"></app-error> \r\n </ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <div class=\"field\">\r\n <label for=\"wcEmpPayPhoneNumber\">Employer Phone</label>\r\n <p-inputMask inputId=\"wcEmpPayPhoneNumber\" [formControl]=\"wcEmpPayPhoneNumber\" mask=\"(999) 999-9999\"\r\n unmask=\"true\"></p-inputMask>\r\n <app-error [class]=\"'app-grid'\" [field]='wcEmpPayPhoneNumber' [form]=\"empPayFormDirective\" [errDef]=\"{ \r\n required: 'Required.'\r\n }\"></app-error>\r\n </div>\r\n </ion-row>\r\n <ion-row>\r\n <div>\r\n <label for=\"paymentTypes\">Pay Type</label>\r\n <div formArrayName=\"payTypes\" *ngFor=\"let pay of getPayTypeControls(); let i =index\">\r\n <div [formGroup]=\"pay\" style=\"width: -webkit-fill-available;\" #payTypeFormDirective=\"ngForm\" class=\"ion-padding-bottom\">\r\n <p-checkbox [binary]=\"true\" [label]=\"pay.value.payType?.text\"\r\n formControlName=\"isChecked\" styleClass=\"app-p-checkbox\" [inputId]=\"'payType-' + i\" (onChange)=\"setValidation($event, pay)\"></p-checkbox>\r\n <p-inputNumber formControlName=\"amount\" [inputId]=\"'amount-' + i\" [useGrouping]=\"false\"\r\n [required]=\"pay.value.isChecked\"mode=\"currency\" [minFractionDigits]=\"2\" [maxFractionDigits]=\"2\" currency=\"USD\"\r\n placeholder=\"$0.00\" size=\"12\" *ngIf=\"pay.value.isChecked\"> </p-inputNumber>\r\n <app-error *ngIf=\"pay.value.isChecked\" [class]=\"'app-grid'\" [field]='pay.controls[\"amount\"]' [form]=\"payTypeFormDirective\" [errDef]=\"{ \r\n required: 'required'\r\n }\"></app-error>\r\n </div>\r\n </div>\r\n <app-error [class]=\"'app-grid'\" [formArray]='payTypes' [form]=\"empPayFormDirective\" [errDef]=\"{ \r\n atLeastOneRequired: 'at least 1 pay type selection required.'\r\n }\"></app-error>\r\n </div>\r\n </ion-row>\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\">Cancel</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 </div>\r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n</form>", styles: [":host ::ng-deep .p-inputnumber-input{width:18px!important}\n"] }]
|
|
222
|
-
}], () => [{ type: i1.UtilService }, { type: i2.UntypedFormBuilder }], { payTypeFormDirective: [{
|
|
223
|
-
type: ViewChildren,
|
|
224
|
-
args: ['payTypeFormDirective']
|
|
225
|
-
}], success: [{
|
|
226
|
-
type: Output
|
|
227
|
-
}], onClose: [{
|
|
228
|
-
type: Output
|
|
229
|
-
}], empToEdit: [{
|
|
230
|
-
type: Input
|
|
231
|
-
}], dynamicParam: [{
|
|
232
|
-
type: Input
|
|
233
|
-
}], empPayFormDirective: [{
|
|
234
|
-
type: ViewChild,
|
|
235
|
-
args: ['empPayFormDirective', { static: false }]
|
|
236
|
-
}] }); })();
|
|
237
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EmployerPayComponent, { className: "EmployerPayComponent", filePath: "lib\\components\\employer-pay\\employer-pay.component.ts", lineNumber: 17 }); })();
|
|
238
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW1wbG95ZXItcGF5LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9lbXBsb3llci1wYXkvZW1wbG95ZXItcGF5LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9lbXBsb3llci1wYXkvZW1wbG95ZXItcGF5LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQXFCLFNBQVMsRUFBRSxZQUFZLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBaUIsWUFBWSxFQUFhLE1BQU0sZUFBZSxDQUFDO0FBQzdJLE9BQU8sRUFBZ0QsVUFBVSxFQUFFLFNBQVMsRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFlLE1BQU0sZ0JBQWdCLENBQUM7QUFDMUksT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLHVDQUF1QyxDQUFDO0FBQ3BFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLG1DQUFtQyxDQUFDOzs7Ozs7O0lDa0NqRCxvQ0FFMkU7Ozs7O0lBRm5DLDBDQUF5QixzQkFBQSxvQ0FBQSx3QkFBQSx3QkFBQTs7OztJQUdqRSwrQkFFbUI7Ozs7SUFGb0IseUJBQW9CO0lBQUMsaURBQWdDLGFBQUEsc0NBQUE7Ozs7SUFQcEcsK0JBQXFGLGtCQUFBLHFCQUFBO0lBR00sNk9BQVksZUFBQSxvQ0FBMEIsQ0FBQSxJQUFDO0lBQUMsaUJBQWE7SUFDeEksaUdBRTJFLDRFQUFBO0lBSS9FLGlCQUFNLEVBQUE7Ozs7SUFURCxlQUFpQjtJQUFqQixrQ0FBaUI7SUFDTixlQUFlO0lBQWYsNkJBQWUsMEVBQUEsOEJBQUE7SUFJSSxlQUF5QjtJQUF6Qiw2Q0FBeUI7SUFDNUMsZUFBeUI7SUFBekIsNkNBQXlCOzs7OztBRHhCN0QsTUFBTSxPQUFPLG9CQUFvQjtJQXdCL0IsWUFBbUIsSUFBa0IsRUFBUyxXQUFnQztRQUEzRCxTQUFJLEdBQUosSUFBSSxDQUFjO1FBQVMsZ0JBQVcsR0FBWCxXQUFXLENBQXFCO1FBbEI5RSxZQUFPLEdBQXNCLElBQUksWUFBWSxFQUFFLENBQUM7UUFHaEQsWUFBTyxHQUFzQixJQUFJLFlBQVksRUFBRSxDQUFDO1FBR3pDLGNBQVMsR0FBRyxJQUFJLG9CQUFvQixFQUFFLENBQUM7UUFRdkMsdUJBQWtCLEdBQW9CLFdBQVcsQ0FBQyxhQUFhLENBQUM7UUFDaEUsZ0JBQVcsR0FBRyxXQUFXLENBQUMsU0FBUyxDQUFDO1FBQ3BDLGlCQUFZLEdBQUUsV0FBVyxDQUFDLE9BQU8sQ0FBQztJQUV5QyxDQUFDO0lBRW5GLFdBQVcsQ0FBQyxPQUFzQjtRQUNoQyxJQUFHLE9BQU8sQ0FBQyxTQUFTLElBQUksT0FBTyxDQUFDLFNBQVMsQ0FBQyxZQUFZLEVBQUM7WUFDckQsOENBQThDO1lBQzlDLElBQUksQ0FBQyw2QkFBNkIsRUFBRSxDQUFDO1NBQ3RDO0lBQ0gsQ0FBQztJQUVELFFBQVE7UUFDTixJQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxFQUFFLEtBQUcsSUFBSSxFQUFDO1lBQzNCLElBQUksQ0FBQyxrQkFBa0IsR0FBRyxXQUFXLENBQUMsZ0JBQWdCLENBQUM7U0FDMUQ7UUFDRCxJQUFJLENBQUMsNkJBQTZCLEVBQUUsQ0FBQztJQUN2QyxDQUFDO0lBRUQsNkJBQTZCO1FBQzNCLElBQUksVUFBVSxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLElBQUksb0JBQW9CLEVBQUUsQ0FBQztRQUM5RSxJQUFJLENBQUMsVUFBVSxHQUFHLElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDO1lBQ3ZDLGNBQWMsRUFBRyxDQUFDLFVBQVUsQ0FBQyxZQUFZLEVBQUUsVUFBVSxDQUFDLFFBQVEsQ0FBQztZQUMvRCxZQUFZLEVBQUUsQ0FBQyxVQUFVLENBQUMsVUFBVSxJQUFJLElBQUksQ0FBQyxDQUFDLENBQUMsVUFBVSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDO1lBQzVFLFNBQVMsRUFBQyxDQUFDLFVBQVUsQ0FBQyxPQUFPLElBQUksSUFBSSxDQUFDLENBQUMsQ0FBQyxVQUFVLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxJQUFJLEVBQUUsVUFBVSxDQUFDLFFBQVEsQ0FBQztZQUN2RixlQUFlLEVBQUcsQ0FBQyxVQUFVLENBQUMsYUFBYSxJQUFJLFNBQVMsQ0FBQyxDQUFDLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLFVBQVUsQ0FBQyxPQUFPLENBQUMsQ0FBQyxVQUFVLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQztZQUNwSSxVQUFVLEVBQUUsSUFBSSxTQUFTLENBQUMsRUFBRSxFQUFFLElBQUksQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDO1lBQ3RELG9CQUFvQixFQUFFLENBQUMsVUFBVSxDQUFDLGtCQUFrQixDQUFDLENBQUMsQ0FBQyxVQUFVLENBQUMsa0JBQWtCLENBQUMsQ0FBQyxDQUFDLElBQUksSUFBSSxFQUFFLENBQUMsT0FBTyxFQUFFLENBQUM7U0FDN0csQ0FBQyxDQUFDO1FBRUgsSUFBSSxDQUFDLGtCQUFrQixDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsRUFBRTtZQUNsQyxNQUFNLE9BQU8sR0FBYyxJQUFJLENBQUMsVUFBVSxDQUFDLFFBQVEsQ0FBQyxVQUFVLENBQUMsQ0FBQztZQUNoRSxPQUFPLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztRQUNwQyxDQUFDLENBQUMsQ0FBQTtRQUVGLElBQUcsVUFBVSxDQUFDLFFBQVEsRUFBRTtZQUN0QixJQUFJLENBQUMsVUFBVSxDQUFDLFFBQVEsQ0FBQyxVQUFVLENBQUMsQ0FBQyxRQUFRLENBQUMsVUFBVSxDQUFDLFFBQVEsQ0FBQyxDQUFDO1NBQ3BFO0lBQ0gsQ0FBQztJQUVELElBQUk7UUFDRiwrQkFBK0I7UUFDL0IsSUFBSSxDQUFDLG9CQUFvQixDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsRUFBRTtZQUNwQyxJQUFHLENBQUMsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLFdBQVcsQ0FBQyxFQUFDO2dCQUM5QixDQUFDLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxDQUFDO2FBQ2xCO1FBQ0gsQ0FBQyxDQUFDLENBQUM7UUFDSCxJQUFHLElBQUksQ0FBQyxVQUFVLENBQUMsS0FBSyxFQUFDO1lBQ3ZCLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsS0FBSyxDQUFDLENBQUM7U0FDMUM7SUFDSCxDQUFDO0lBRUQsTUFBTTtRQUNKLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDdEIsQ0FBQztJQUVELFdBQVcsQ0FBQyxRQUErQjtRQUN6QyxJQUFJLENBQUMsWUFBWSxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsWUFBWSxDQUFDLENBQUM7UUFDbEQsSUFBSSxDQUFDLFVBQVUsQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLFVBQVUsQ0FBQyxDQUFDO1FBQzlDLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLEVBQUMsT0FBTyxFQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsSUFBSSxFQUFDLFFBQVEsQ0FBQyxJQUFJO1lBQy9ELEdBQUcsRUFBQyxRQUFRLENBQUMsR0FBRyxFQUFDLGFBQWEsRUFBQyxRQUFRLENBQUMsaUJBQWlCLEVBQUMsS0FBSyxFQUFDLFFBQVEsQ0FBQyxLQUFLO1lBQ2hGLGVBQWUsRUFBQyxJQUFJLEVBQUMsTUFBTSxFQUFDLElBQUksRUFBQyxJQUFJLEVBQUMsSUFBSTtTQUN6QyxDQUFDLENBQUM7SUFDUCxDQUFDO0lBRUQsSUFBSSxZQUFZO1FBQ2QsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLFFBQVEsQ0FBQyxjQUFjLENBQUMsQ0FBQztJQUNsRCxDQUFDO0lBRUQsSUFBSSxVQUFVO1FBQ1osT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLFFBQVEsQ0FBQyxZQUFZLENBQUMsQ0FBQztJQUNoRCxDQUFDO0lBRUQsSUFBSSxPQUFPO1FBQ1QsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLFFBQVEsQ0FBQyxTQUFTLENBQUMsQ0FBQztJQUM3QyxDQUFDO0lBRUQsSUFBSSxtQkFBbUI7UUFDckIsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLFFBQVEsQ0FBQyxlQUFlLENBQUMsQ0FBQztJQUNuRCxDQUFDO0lBRUQsSUFBSSxRQUFRO1FBQ1YsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLFFBQVEsQ0FBQyxVQUFVLENBQUMsQ0FBQztJQUM5QyxDQUFDO0lBRUQsa0JBQWtCO1FBQ2hCLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxHQUFHLENBQUMsVUFBVSxDQUFDLENBQUMsVUFBVSxDQUFDLENBQUM7SUFDckQsQ0FBQztJQUVELFdBQVcsQ0FBQyxPQUFzQjtRQUNoQyxPQUFPLElBQUksU0FBUyxDQUFDO1lBQ25CLE9BQU8sRUFBRyxJQUFJLFdBQVcsQ0FBQyxPQUFPLENBQUM7WUFDbEMsU0FBUyxFQUFFLElBQUksV0FBVyxDQUFDLElBQUksQ0FBQztZQUNoQyxNQUFNLEVBQUUsSUFBSSxXQUFXLENBQUMsSUFBSSxDQUFDO1NBQzlCLENBQUMsQ0FBQztJQUNMLENBQUM7SUFFRCxhQUFhLENBQUMsS0FBMEIsRUFBRSxFQUFhO1FBQ3JELElBQUksYUFBYSxHQUFHLEVBQUUsQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLENBQUM7UUFDMUMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxvQkFBb0IsQ0FBQyxhQUFhLENBQUMsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxlQUFlLENBQUMsYUFBYSxDQUFDLENBQUM7SUFDM0csQ0FBQztJQUVGLGdCQUFnQjtRQUNiLE9BQU8sQ0FBQyxTQUFtQixFQUE2QixFQUFFO1lBQ3hELElBQUksZ0JBQWdCLEdBQVMsS0FBSyxDQUFDO1lBQ25DLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBYSxFQUFDLEVBQUU7Z0JBQzFDLDBCQUEwQjtnQkFDMUIsSUFBRyxDQUFDLENBQUMsS0FBSyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsU0FBUyxFQUFFO29CQUMvQixnQkFBZ0IsR0FBRyxDQUFDLENBQUMsS0FBSyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsU0FBUyxDQUFDO2lCQUNqRDtZQUNILENBQUMsQ0FBQyxDQUFBO1lBQ0YsT0FBTyxnQkFBZ0IsQ0FBQSxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxFQUFDLG9CQUFvQixFQUFHLElBQUksRUFBQyxDQUFBO1FBQy9ELENBQUMsQ0FBQTtJQUNILENBQUM7SUFBQSxDQUFDO3FGQXRJUyxvQkFBb0I7b0VBQXBCLG9CQUFvQjs7Ozs7Ozs7WUNoQmpDLGtDQUE2RCxlQUFBLGNBQUEsaUJBQUEsYUFBQSxhQUFBLGVBQUE7WUFNWCw2QkFBYTtZQUFBLGlCQUFRO1lBQUEscUJBQUk7WUFDbkQsK0NBQ3NCO1lBRDRCLHlIQUFXLHVCQUFtQixJQUFDO1lBQzNELGlCQUFzQjtZQUM1QyxnQ0FFSztZQUNULGlCQUFNO1lBQ2xCLGdDQUFTLGtCQUFBO1lBRUQsa0NBQWdHLG9CQUFBO1lBR3BHLGlCQUFVLEVBQUE7WUFFZCxnQ0FBUyxjQUFBLGlCQUFBO1lBRWdDLCtCQUFjO1lBQUEsaUJBQVE7WUFDdkQsbUNBQ2dDLG9CQUFBO1lBSXBDLGlCQUFNLEVBQUE7WUFFVixnQ0FBUyxXQUFBLGlCQUFBO1lBRXlCLHlCQUFRO1lBQUEsaUJBQVE7WUFDMUMsd0VBV007WUFDTixpQ0FFbUI7WUFDdkIsaUJBQU0sRUFBQTtZQUVWLGdDQUFTLG1CQUFBLHNCQUFBO1lBRTZELHNHQUFTLFlBQVEsSUFBQztZQUMvRCx1QkFBTTtZQUFBLGlCQUFhO1lBQ3BDLHVDQUE4RTtZQUEvQixzR0FBUyxVQUFNLElBQUM7WUFBZSxxQkFBSTtZQUFBLGlCQUFhLEVBQUEsRUFBQSxFQUFBLEVBQUEsRUFBQSxFQUFBLEVBQUE7OztZQXREekcsMENBQXdCO1lBT2UsZ0JBQTRCO1lBQTVCLDhDQUE0QixrQkFBQTtZQUV0QyxlQUFvQjtZQUFwQix5QkFBb0I7WUFBQyx3Q0FBc0IsYUFBQSx1Q0FBQTtZQU1qRCxlQUF1QjtZQUF2Qix5Q0FBdUIseUJBQUEsbUJBQUE7WUFDM0IsZUFBb0I7WUFBcEIseUJBQW9CO1lBQUMsbUNBQWlCLGFBQUEsdUNBQUE7WUFPSixlQUFtQztZQUFuQyxxREFBbUM7WUFFbkUsZUFBb0I7WUFBcEIseUJBQW9CO1lBQUMsK0NBQTZCLGFBQUEsdUNBQUE7WUFRZixlQUF5QjtZQUF6QixrREFBeUI7WUFZNUQsZUFBb0I7WUFBcEIseUJBQW9CO1lBQUMsd0NBQXNCLGFBQUEsdUNBQUE7OztpRkQ3QnpELG9CQUFvQjtjQU5oQyxTQUFTOzJCQUNFLGtCQUFrQjs2RUFRckIsb0JBQW9CO2tCQUQxQixZQUFZO21CQUFDLHNCQUFzQjtZQUlwQyxPQUFPO2tCQUROLE1BQU07WUFJUCxPQUFPO2tCQUROLE1BQU07WUFJQSxTQUFTO2tCQURmLEtBQUs7WUFJQyxZQUFZO2tCQURsQixLQUFLO1lBSUMsbUJBQW1CO2tCQUR6QixTQUFTO21CQUFDLHFCQUFxQixFQUFFLEVBQUMsTUFBTSxFQUFFLEtBQUssRUFBQzs7a0ZBakJ0QyxvQkFBb0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uQ2hhbmdlcywgT25Jbml0LCBWaWV3Q2hpbGQsIEV2ZW50RW1pdHRlciwgT3V0cHV0LCBJbnB1dCwgU2ltcGxlQ2hhbmdlcywgVmlld0NoaWxkcmVuLCBRdWVyeUxpc3QgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgVW50eXBlZEZvcm1CdWlsZGVyLCBVbnR5cGVkRm9ybUdyb3VwLCBOZ0Zvcm0sIFZhbGlkYXRvcnMsIEZvcm1BcnJheSwgRm9ybUdyb3VwLCBGb3JtQ29udHJvbCwgVmFsaWRhdG9yRm4gfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XHJcbmltcG9ydCB7IENvbWJvT3B0aW9uIH0gZnJvbSAnLi4vLi4vbW9kZWxzL3F1ZXN0aW9ubmFpcmUvQ29tYm9Nb2RlbCc7XHJcbmltcG9ydCB7IEVtcGxveWVyUGF5SW5mb01vZGVsIH0gZnJvbSAnLi4vLi4vbW9kZWxzL0VtcGxveWVyUGF5SW5mb01vZGVsJztcclxuaW1wb3J0IHsgQXBwVmFsaWRhdG9ycyB9IGZyb20gJy4uLy4uL3ZhbGlkYXRpb25zL0FwcFZhbGlkYXRvcnMnO1xyXG5pbXBvcnQgeyBVdGlsU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3V0aWwvdXRpbC5zZXJ2aWNlJztcclxuaW1wb3J0IHsgRW1wbG95ZXJTZWFyY2hSZXN1bHQgfSBmcm9tICcuLi8uLi9tb2RlbHMvRW1wbG95ZXJEZXRhaWxTZWFyY2hSZXN1bHQnO1xyXG5pbXBvcnQgeyBBZGRyZXNzQ29tcG9uZW50TW9kZWwsIENob2ljZXNNb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9BZGRyZXNzQ29tcG9uZW50TW9kZWwnO1xyXG5pbXBvcnQgeyBDaGVja2JveENoYW5nZUV2ZW50IH0gZnJvbSAncHJpbWVuZy9jaGVja2JveCc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1lbXBsb3llci1wYXknLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9lbXBsb3llci1wYXkuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9lbXBsb3llci1wYXkuY29tcG9uZW50LnNjc3MnXHJcbn0pXHJcblxyXG5leHBvcnQgY2xhc3MgRW1wbG95ZXJQYXlDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIE9uQ2hhbmdlc3tcclxuXHJcbiAgQFZpZXdDaGlsZHJlbigncGF5VHlwZUZvcm1EaXJlY3RpdmUnKVxyXG4gIHB1YmxpYyBwYXlUeXBlRm9ybURpcmVjdGl2ZTogUXVlcnlMaXN0PE5nRm9ybT47XHJcblxyXG4gIEBPdXRwdXQoKSBcclxuICBzdWNjZXNzOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuXHJcbiAgQE91dHB1dCgpIFxyXG4gIG9uQ2xvc2U6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyBlbXBUb0VkaXQgPSBuZXcgRW1wbG95ZXJQYXlJbmZvTW9kZWwoKTtcclxuXHJcbiAgQElucHV0KClcclxuICBwdWJsaWMgZHluYW1pY1BhcmFtOiBhbnk7XHJcblxyXG4gIEBWaWV3Q2hpbGQoJ2VtcFBheUZvcm1EaXJlY3RpdmUnLCB7c3RhdGljOiBmYWxzZX0pXHJcbiAgcHVibGljIGVtcFBheUZvcm1EaXJlY3RpdmU6IE5nRm9ybTtcclxuICBwdWJsaWMgZW1wUGF5Rm9ybSA6IFVudHlwZWRGb3JtR3JvdXA7XHJcbiAgcHVibGljIHBheW1lbnRUeXBlT3B0aW9ucyA6IENob2ljZXNNb2RlbFtdID0gQ29tYm9PcHRpb24uUEFZTUVOVF9UWVBFUztcclxuICBwdWJsaWMgc3RhdGVzQ29tYm8gPSBDb21ib09wdGlvbi5VU19TVEFURVM7XHJcbiAgcHVibGljIGNvdW50cnlDb21ibz0gQ29tYm9PcHRpb24uQ09VTlRSWTtcclxuICBcclxuICBjb25zdHJ1Y3RvcihwdWJsaWMgdXRpbCA6IFV0aWxTZXJ2aWNlLCBwdWJsaWMgZm9ybUJ1aWxkZXIgOiBVbnR5cGVkRm9ybUJ1aWxkZXIpIHsgfVxyXG4gIFxyXG4gIG5nT25DaGFuZ2VzKGNoYW5nZXM6IFNpbXBsZUNoYW5nZXMpOiB2b2lkIHtcclxuICAgIGlmKGNoYW5nZXMuZW1wVG9FZGl0ICYmIGNoYW5nZXMuZW1wVG9FZGl0LmN1cnJlbnRWYWx1ZSl7XHJcbiAgICAgIC8vY29uc29sZS5sb2coY2hhbmdlcy5lbXBUb0VkaXQuY3VycmVudFZhbHVlKTtcclxuICAgICAgdGhpcy5pbml0aWFsaXplRW1wbG95ZXJQYXlJbmZvRm9ybSgpO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgbmdPbkluaXQoKSB7XHJcbiAgICBpZih0aGlzLnV0aWwuZ2V0U3RhdGUoKT09PVwiQ1RcIil7XHJcbiAgICAgICAgdGhpcy5wYXltZW50VHlwZU9wdGlvbnMgPSBDb21ib09wdGlvbi5QQVlNRU5UX1RZUEVTX0NUO1xyXG4gICAgfVxyXG4gICAgdGhpcy5pbml0aWFsaXplRW1wbG95ZXJQYXlJbmZvRm9ybSgpO1xyXG4gIH1cclxuXHJcbiAgaW5pdGlhbGl6ZUVtcGxveWVyUGF5SW5mb0Zvcm0oKSB7XHJcbiAgICBsZXQgZW1wUGF5SW5mbyA9IHRoaXMuZW1wVG9FZGl0ID8gdGhpcy5lbXBUb0VkaXQgOiBuZXcgRW1wbG95ZXJQYXlJbmZvTW9kZWwoKTtcclxuICAgIHRoaXMuZW1wUGF5Rm9ybSA9IHRoaXMuZm9ybUJ1aWxkZXIuZ3JvdXAoe1xyXG4gICAgICAnZW1wbG95ZXJOYW1lJyA6IFtlbXBQYXlJbmZvLmVtcGxveWVyTmFtZSwgVmFsaWRhdG9ycy5yZXF1aXJlZF0sXHJcbiAgICAgICdlbXBsb3llcklkJzogW2VtcFBheUluZm8uZW1wbG95ZXJJZCAhPSBudWxsID8gZW1wUGF5SW5mby5lbXBsb3llcklkIDogbnVsbF0sXHJcbiAgICAgICdhZGRyZXNzJzpbZW1wUGF5SW5mby5hZGRyZXNzICE9IG51bGwgPyBlbXBQYXlJbmZvLmFkZHJlc3MgOiBudWxsLCBWYWxpZGF0b3JzLnJlcXVpcmVkXSxcclxuICAgICAgJ2VtcGxveWVyUGhvbmUnIDogW2VtcFBheUluZm8uZW1wbG95ZXJQaG9uZSAhPSB1bmRlZmluZWQgPyBlbXBQYXlJbmZvLmVtcGxveWVyUGhvbmUgOiAnJywgVmFsaWRhdG9ycy5jb21wb3NlKFtWYWxpZGF0b3JzLnJlcXVpcmVkXSldLFxyXG4gICAgICAncGF5VHlwZXMnOiBuZXcgRm9ybUFycmF5KFtdLCB0aGlzLnZhbGlkYXRlUGF5VHlwZXMoKSksXHJcbiAgICAgICd0ZW1wUmVtbkVtcGxveWVySWQnOiBbZW1wUGF5SW5mby50ZW1wUmVtbkVtcGxveWVySWQgPyBlbXBQYXlJbmZvLnRlbXBSZW1uRW1wbG95ZXJJZCA6IG5ldyBEYXRlKCkuZ2V0VGltZSgpXVxyXG4gICAgfSk7XHJcblxyXG4gICAgdGhpcy5wYXltZW50VHlwZU9wdGlvbnMuZm9yRWFjaChwID0+IHtcclxuICAgICAgY29uc3QgY29udHJvbCA9IDxGb3JtQXJyYXk+dGhpcy5lbXBQYXlGb3JtLmNvbnRyb2xzWydwYXlUeXBlcyddO1xyXG4gICAgICBjb250cm9sLnB1c2godGhpcy5pbml0UGF5VHlwZShwKSk7XHJcbiAgICB9KVxyXG5cclxuICAgIGlmKGVtcFBheUluZm8ucGF5VHlwZXMpIHtcclxuICAgICAgdGhpcy5lbXBQYXlGb3JtLmNvbnRyb2xzWydwYXlUeXBlcyddLnNldFZhbHVlKGVtcFBheUluZm8ucGF5VHlwZXMpO1xyXG4gICAgfVxyXG4gIH1cclxuICBcclxuICBzYXZlKCl7XHJcbiAgICAvL2NvbnNvbGUubG9nKHRoaXMuZW1wUGF5Rm9ybSk7XHJcbiAgICB0aGlzLnBheVR5cGVGb3JtRGlyZWN0aXZlLmZvckVhY2goZCA9PiB7XHJcbiAgICAgIGlmKGQuZm9ybS5jb250cm9sc1snaXNDaGVja2VkJ10pe1xyXG4gICAgICAgIGQub25TdWJtaXQobnVsbCk7XHJcbiAgICAgIH1cclxuICAgIH0pO1xyXG4gICAgaWYodGhpcy5lbXBQYXlGb3JtLnZhbGlkKXtcclxuICAgICAgdGhpcy5zdWNjZXNzLmVtaXQodGhpcy5lbXBQYXlGb3JtLnZhbHVlKTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIGNhbmNlbCgpe1xyXG4gICAgdGhpcy5vbkNsb3NlLmVtaXQoKTtcclxuICB9XHJcbiAgXHJcbiAgc2V0RW1wbG95ZXIoZW1wbG95ZXIgOiBFbXBsb3llclNlYXJjaFJlc3VsdCl7XHJcbiAgICB0aGlzLndjRW1wUGF5TmFtZS5zZXRWYWx1ZShlbXBsb3llci5lbXBsb3llck5hbWUpO1xyXG4gICAgdGhpcy5lbXBsb3llcklkLnNldFZhbHVlKGVtcGxveWVyLmVtcGxveWVySWQpO1xyXG4gICAgdGhpcy5hZGRyZXNzLnNldFZhbHVlKHtjb3VudHJ5OmVtcGxveWVyLmNvdW50cnksIGNpdHk6ZW1wbG95ZXIuY2l0eVxyXG4gICAgICAsIHppcDplbXBsb3llci56aXAsc3RyZWV0QWRkcmVzczplbXBsb3llci5hZGRyZXNzRGlzcGxheVZhbCxzdGF0ZTplbXBsb3llci5zdGF0ZSxcclxuICAgICAgb3B0aW9uYWxBZGRyZXNzOm51bGwsY291bnR5Om51bGwsdG93bjpudWxsXHJcbiAgICAgIH0pO1xyXG4gIH1cclxuICBcclxuICBnZXQgd2NFbXBQYXlOYW1lKCl7XHJcbiAgICByZXR1cm4gdGhpcy5lbXBQYXlGb3JtLmNvbnRyb2xzWydlbXBsb3llck5hbWUnXTtcclxuICB9XHJcbiAgXHJcbiAgZ2V0IGVtcGxveWVySWQoKSB7XHJcbiAgICByZXR1cm4gdGhpcy5lbXBQYXlGb3JtLmNvbnRyb2xzWydlbXBsb3llcklkJ107XHJcbiAgfVxyXG4gIFxyXG4gIGdldCBhZGRyZXNzKCl7XHJcbiAgICByZXR1cm4gdGhpcy5lbXBQYXlGb3JtLmNvbnRyb2xzWydhZGRyZXNzJ107XHJcbiAgfVxyXG4gIFxyXG4gIGdldCB3Y0VtcFBheVBob25lTnVtYmVyKCl7XHJcbiAgICByZXR1cm4gdGhpcy5lbXBQYXlGb3JtLmNvbnRyb2xzWydlbXBsb3llclBob25lJ107XHJcbiAgfVxyXG5cclxuICBnZXQgcGF5VHlwZXMoKXtcclxuICAgIHJldHVybiB0aGlzLmVtcFBheUZvcm0uY29udHJvbHNbJ3BheVR5cGVzJ107XHJcbiAgfVxyXG5cclxuICBnZXRQYXlUeXBlQ29udHJvbHMoKTogRm9ybUFycmF5IHtcclxuICAgIHJldHVybiB0aGlzLmVtcFBheUZvcm0uZ2V0KCdwYXlUeXBlcycpWydjb250cm9scyddO1xyXG4gIH1cclxuXHJcbiAgaW5pdFBheVR5cGUocGF5VHlwZSA6IENob2ljZXNNb2RlbCkge1xyXG4gICAgcmV0dXJuIG5ldyBGb3JtR3JvdXAoe1xyXG4gICAgICBwYXlUeXBlIDogbmV3IEZvcm1Db250cm9sKHBheVR5cGUpLFxyXG4gICAgICBpc0NoZWNrZWQ6IG5ldyBGb3JtQ29udHJvbChudWxsKSxcclxuICAgICAgYW1vdW50OiBuZXcgRm9ybUNvbnRyb2wobnVsbClcclxuICAgIH0pO1xyXG4gIH1cclxuXHJcbiAgc2V0VmFsaWRhdGlvbihldmVudDogQ2hlY2tib3hDaGFuZ2VFdmVudCwgZmc6IEZvcm1Hcm91cCl7XHJcbiAgICBsZXQgYW1vdW50Q29udHJvbCA9IGZnLmNvbnRyb2xzWydhbW91bnQnXTtcclxuICAgIGV2ZW50LmNoZWNrZWQgPyB0aGlzLnV0aWwuc2V0UmVxdWlyZWRWYWxpZGF0b3IoYW1vdW50Q29udHJvbCkgOiB0aGlzLnV0aWwuY2xlYXJWYWxpZGF0aW9uKGFtb3VudENvbnRyb2wpO1xyXG4gIH1cclxuICBcclxuIHZhbGlkYXRlUGF5VHlwZXMoKTogVmFsaWRhdG9yRm4ge1xyXG4gICAgcmV0dXJuIChmb3JtQXJyYXk6Rm9ybUFycmF5KTp7W2tleTogc3RyaW5nXTogYW55fSB8IG51bGw9PntcclxuICAgICAgbGV0IGF0bGVhc3QxU2VsZWN0ZWQ6Ym9vbGVhbj1mYWxzZTtcclxuICAgICAgZm9ybUFycmF5LmNvbnRyb2xzLmZvckVhY2goKHg6Rm9ybUNvbnRyb2wpPT57XHJcbiAgICAgICAgLy9jb25zb2xlLmxvZyhcIipcIix4LnZhbHVlKVxyXG4gICAgICAgIGlmKHgudmFsdWUgJiYgeC52YWx1ZS5pc0NoZWNrZWQpIHtcclxuICAgICAgICAgIGF0bGVhc3QxU2VsZWN0ZWQgPSB4LnZhbHVlICYmIHgudmFsdWUuaXNDaGVja2VkO1xyXG4gICAgICAgIH1cclxuICAgICAgfSlcclxuICAgICAgcmV0dXJuIGF0bGVhc3QxU2VsZWN0ZWQ/IG51bGwgOiB7J2F0TGVhc3RPbmVSZXF1aXJlZCcgOiB0cnVlfVxyXG4gICAgfVxyXG4gIH07XHJcbn1cclxuXHJcblxyXG5cclxuXHJcbiIsIjxmb3JtIFtmb3JtR3JvdXBdPVwiZW1wUGF5Rm9ybVwiICNlbXBQYXlGb3JtRGlyZWN0aXZlPVwibmdGb3JtXCI+XHJcbiAgICA8aW9uLWdyaWQ+XHJcbiAgICAgICAgPGlvbi1yb3c+XHJcbiAgICAgICAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXBhZGRpbmdcIiBzaXplPVwiMTJcIiBzaXplU209XCIxMlwiIHNpemVYcz1cIjEyXCIgc2l6ZU1kPVwiNlwiIHNpemVMZz1cIjZcIiBzaXplWGw9XCI2XCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicC1mbHVpZCBmb3JtZ3JpZFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmaWVsZFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8bGFiZWwgZm9yPVwid2NFbXBQYXlOYW1lXCI+RW1wbG95ZXIgTmFtZTwvbGFiZWw+PGJyPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8YXBwLXNlYXJjaC1lbXBsb3llciBbZm9ybUNvbnRyb2xdPVwid2NFbXBQYXlOYW1lXCIgKG9uRm91bmQpPVwic2V0RW1wbG95ZXIoJGV2ZW50KVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbZW1wVHlwZV09XCInUkVHJ1wiPjwvYXBwLXNlYXJjaC1lbXBsb3llcj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGFwcC1lcnJvciBbY2xhc3NdPVwiJ2FwcC1ncmlkJ1wiIFtmaWVsZF09J3djRW1wUGF5TmFtZScgW2Zvcm1dPVwiZW1wUGF5Rm9ybURpcmVjdGl2ZVwiIFtlcnJEZWZdPVwieyBcclxuICAgICAgICAgICAgICAgIHJlcXVpcmVkOiAnUmVxdWlyZWQuJ1xyXG4gICAgICAgICAgICAgIH1cIj48L2FwcC1lcnJvcj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8aW9uLXJvdz5cclxuICAgICAgICAgICAgPGlvbi1jb2wgc3R5bGU9XCJwYWRkaW5nLWxlZnQ6IDBweDsgcGFkZGluZy1yaWdodDogMHB4O1wiPlxyXG4gICAgICAgICAgICAgICAgPGFwcC1hZGRyZXNzIFtmb3JtQ29udHJvbF09XCJhZGRyZXNzXCIgW2NvdW50eVJlcXVpcmVkXT1cImZhbHNlXCIgW2Zyb21Qb3B1cF09XCJ0cnVlXCI+IDwvYXBwLWFkZHJlc3M+XHJcbiAgICAgICAgICAgICAgPGFwcC1lcnJvciBbY2xhc3NdPVwiJ2FwcC1ncmlkJ1wiIFtmaWVsZF09J2FkZHJlc3MnIFtmb3JtXT1cImVtcFBheUZvcm1EaXJlY3RpdmVcIiBbZXJyRGVmXT1cInsgXHJcbiAgICAgICAgICAgICAgICBhZGRyZXNzVmFsaWRhdGlvbkZsYWc6ICdQbGVhc2UgcHJvdmlkZSwgYSB2YWxpZCBhZGRyZXNzLicsIHJlcXVpcmVkOiAnUmVxdWlyZWQnfVwiPjwvYXBwLWVycm9yPiBcclxuICAgICAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgIDwvaW9uLXJvdz5cclxuICAgICAgICA8aW9uLXJvdz5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZpZWxkXCI+XHJcbiAgICAgICAgICAgICAgICA8bGFiZWwgZm9yPVwid2NFbXBQYXlQaG9uZU51bWJlclwiPkVtcGxveWVyIFBob25lPC9sYWJlbD5cclxuICAgICAgICAgICAgICAgIDxwLWlucHV0TWFzayBpbnB1dElkPVwid2NFbXBQYXlQaG9uZU51bWJlclwiIFtmb3JtQ29udHJvbF09XCJ3Y0VtcFBheVBob25lTnVtYmVyXCIgbWFzaz1cIig5OTkpIDk5OS05OTk5XCJcclxuICAgICAgICAgICAgICAgICAgICB1bm1hc2s9XCJ0cnVlXCI+PC9wLWlucHV0TWFzaz5cclxuICAgICAgICAgICAgICAgIDxhcHAtZXJyb3IgW2NsYXNzXT1cIidhcHAtZ3JpZCdcIiBbZmllbGRdPSd3Y0VtcFBheVBob25lTnVtYmVyJyBbZm9ybV09XCJlbXBQYXlGb3JtRGlyZWN0aXZlXCIgW2VyckRlZl09XCJ7IFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXF1aXJlZDogJ1JlcXVpcmVkLidcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cIj48L2FwcC1lcnJvcj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9pb24tcm93PlxyXG4gICAgICAgIDxpb24tcm93PlxyXG4gICAgICAgICAgICA8ZGl2PlxyXG4gICAgICAgICAgICAgICAgPGxhYmVsIGZvcj1cInBheW1lbnRUeXBlc1wiPlBheSBUeXBlPC9sYWJlbD5cclxuICAgICAgICAgICAgICAgIDxkaXYgZm9ybUFycmF5TmFtZT1cInBheVR5cGVzXCIgKm5nRm9yPVwibGV0IHBheSBvZiBnZXRQYXlUeXBlQ29udHJvbHMoKTsgbGV0IGkgPWluZGV4XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBbZm9ybUdyb3VwXT1cInBheVwiIHN0eWxlPVwid2lkdGg6IC13ZWJraXQtZmlsbC1hdmFpbGFibGU7XCIgI3BheVR5cGVGb3JtRGlyZWN0aXZlPVwibmdGb3JtXCIgY2xhc3M9XCJpb24tcGFkZGluZy1ib3R0b21cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPHAtY2hlY2tib3ggW2JpbmFyeV09XCJ0cnVlXCIgW2xhYmVsXT1cInBheS52YWx1ZS5wYXlUeXBlPy50ZXh0XCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwiaXNDaGVja2VkXCIgc3R5bGVDbGFzcz1cImFwcC1wLWNoZWNrYm94XCIgW2lucHV0SWRdPVwiJ3BheVR5cGUtJyArIGlcIiAob25DaGFuZ2UpPVwic2V0VmFsaWRhdGlvbigkZXZlbnQsIHBheSlcIj48L3AtY2hlY2tib3g+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxwLWlucHV0TnVtYmVyIGZvcm1Db250cm9sTmFtZT1cImFtb3VudFwiIFtpbnB1dElkXT1cIidhbW91bnQtJyArIGlcIiBbdXNlR3JvdXBpbmddPVwiZmFsc2VcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBbcmVxdWlyZWRdPVwicGF5LnZhbHVlLmlzQ2hlY2tlZFwibW9kZT1cImN1cnJlbmN5XCIgW21pbkZyYWN0aW9uRGlnaXRzXT1cIjJcIiBbbWF4RnJhY3Rpb25EaWdpdHNdPVwiMlwiIGN1cnJlbmN5PVwiVVNEXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgcGxhY2Vob2xkZXI9XCIkMC4wMFwiIHNpemU9XCIxMlwiICpuZ0lmPVwicGF5LnZhbHVlLmlzQ2hlY2tlZFwiPiA8L3AtaW5wdXROdW1iZXI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxhcHAtZXJyb3IgKm5nSWY9XCJwYXkudmFsdWUuaXNDaGVja2VkXCIgW2NsYXNzXT1cIidhcHAtZ3JpZCdcIiBbZmllbGRdPSdwYXkuY29udHJvbHNbXCJhbW91bnRcIl0nIFtmb3JtXT1cInBheVR5cGVGb3JtRGlyZWN0aXZlXCIgW2VyckRlZl09XCJ7IFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgcmVxdWlyZWQ6ICdyZXF1aXJlZCdcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cIj48L2FwcC1lcnJvcj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGFwcC1lcnJvciBbY2xhc3NdPVwiJ2FwcC1ncmlkJ1wiIFtmb3JtQXJyYXldPSdwYXlUeXBlcycgW2Zvcm1dPVwiZW1wUGF5Rm9ybURpcmVjdGl2ZVwiIFtlcnJEZWZdPVwieyBcclxuICAgICAgICAgICAgICAgICAgICBhdExlYXN0T25lUmVxdWlyZWQ6ICdhdCBsZWFzdCAxIHBheSB0eXBlIHNlbGVjdGlvbiByZXF1aXJlZC4nXHJcbiAgICAgICAgICAgICAgICAgICAgfVwiPjwvYXBwLWVycm9yPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2lvbi1yb3c+XHJcbiAgICAgICAgPGlvbi1yb3c+XHJcbiAgICAgICAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtcmlnaHRcIj5cclxuICAgICAgICAgICAgICAgIDxpb24tYnV0dG9uIHNoYXBlPVwicm91bmRcIiBzdHlsZT1cIndpZHRoOiA4MHB4O1wiIGZpbGw9XCJvdXRsaW5lXCIgKGNsaWNrKT1cImNhbmNlbCgpXCJcclxuICAgICAgICAgICAgICAgICAgICB0eXBlPVwicmVzZXRcIj5DYW5jZWw8L2lvbi1idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgc3R5bGU9XCJ3aWR0aDogODBweDtcIiAoY2xpY2spPVwic2F2ZSgpXCIgdHlwZT1cInN1Ym1pdFwiPlNhdmU8L2lvbi1idXR0b24+XHJcbiAgICAgICAgICAgIDwvaW9uLWNvbD5cclxuICAgICAgICA8L2lvbi1yb3c+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgIDwvaW9uLXJvdz5cclxuICAgIDwvaW9uLWdyaWQ+XHJcbjwvZm9ybT4iXX0=
|