@reusa/ngx-reusa-app-lib 0.0.1333 → 0.0.1335
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 +2376 -1248
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +158 -99
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +36 -16
- package/esm2022/lib/components/add-wage/add-wage.component.mjs +161 -0
- package/esm2022/lib/components/address/address.component.mjs +267 -81
- package/esm2022/lib/components/address-popup/address-popup.component.mjs +97 -0
- package/esm2022/lib/components/address-suggestion/address-suggestion.component.mjs +289 -0
- package/esm2022/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.mjs +245 -0
- package/esm2022/lib/components/associate-ssn/associate-ssn.component.mjs +203 -0
- package/esm2022/lib/components/bank-details/bank-details.component.mjs +47 -123
- package/esm2022/lib/components/claim-info/claim-info.component.mjs +408 -0
- package/esm2022/lib/components/contact-us/contact-us.component.mjs +4 -16
- package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +3 -9
- package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +32 -4
- package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +30 -15
- 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/dua-request-page/dua-request-page.component.mjs +596 -0
- package/esm2022/lib/components/dua-request-popup/dua-request-popup.component.mjs +356 -0
- package/esm2022/lib/components/email-update/email-update.component.mjs +16 -36
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +379 -450
- package/esm2022/lib/components/employer-info/employer-info.component.mjs +319 -0
- package/esm2022/lib/components/employer-pay/employer-pay.component.mjs +238 -0
- package/esm2022/lib/components/employer-pay-grid/employer-pay-grid.component.mjs +302 -0
- package/esm2022/lib/components/error/error.component.mjs +22 -5
- package/esm2022/lib/components/farm-usage/farm-usage.component.mjs +172 -0
- package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +1 -1
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +178 -49
- package/esm2022/lib/components/footer/footer.component.mjs +108 -85
- package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +201 -0
- package/esm2022/lib/components/header/header.component.mjs +456 -136
- package/esm2022/lib/components/history-page/history-page.component.mjs +571 -0
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +13 -13
- package/esm2022/lib/components/idme/idme.component.mjs +84 -0
- package/esm2022/lib/components/info/info.component.mjs +4 -12
- 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 +93 -94
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +142 -331
- package/esm2022/lib/components/link/link.component.mjs +1 -1
- package/esm2022/lib/components/menu/menu.component.mjs +59 -53
- package/esm2022/lib/components/mfa/mfa.component.mjs +116 -188
- package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +11 -18
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +148 -36
- package/esm2022/lib/components/offline-add-employer/offline-add-employer.component.mjs +3661 -0
- package/esm2022/lib/components/offline-bank-details/offline-bank-details.component.mjs +258 -0
- package/esm2022/lib/components/offline-employer-grid/offline-employer-grid.component.mjs +853 -0
- package/esm2022/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.mjs +251 -0
- package/esm2022/lib/components/profile/profile.component.mjs +754 -338
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +110 -33
- package/esm2022/lib/components/proof-of-anything/proof-of-anything.component.mjs +261 -0
- package/esm2022/lib/components/proof-of-document-upload/proof-of-document-upload.component.mjs +560 -0
- package/esm2022/lib/components/questionnaire/AppValidators.mjs +296 -47
- package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +110 -65
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +386 -129
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +72 -70
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +875 -1091
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +186 -565
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +28 -22
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +113 -29
- package/esm2022/lib/components/questionnaire/question-control.service.mjs +2 -1
- package/esm2022/lib/components/questionnaire/question.service.mjs +5 -7
- package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +15 -29
- package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +497 -237
- package/esm2022/lib/components/scrollable-text/scrollable-text.component.mjs +25 -0
- package/esm2022/lib/components/search-employer/search-employer.component.mjs +155 -27
- package/esm2022/lib/components/sign-ssn/sign-ssn.component.mjs +3 -3
- package/esm2022/lib/components/sms/sms.component.mjs +336 -0
- package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +4 -4
- package/esm2022/lib/components/user-login/user-login.component.mjs +116 -300
- package/esm2022/lib/components/wage-calculator/wage-calculator.component.mjs +527 -0
- package/esm2022/lib/components/wage-grid/wage-grid.component.mjs +274 -0
- package/esm2022/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.mjs +147 -0
- package/esm2022/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.mjs +167 -0
- package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +612 -241
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +125 -61
- package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +806 -0
- package/esm2022/lib/components/weekly-confirmation/confirmation.component.mjs +129 -0
- package/esm2022/lib/components/weekly-interim-confirmation/interim-confirmation.component.mjs +136 -0
- package/esm2022/lib/components/weekly-summary-v2/summary.component-v2.mjs +72 -0
- package/esm2022/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.mjs +50 -0
- package/esm2022/lib/components/weekly-work-search-counter/work-search-counter.component.mjs +92 -0
- package/esm2022/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.mjs +1190 -0
- package/esm2022/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.mjs +685 -0
- package/esm2022/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.mjs +524 -0
- package/esm2022/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.mjs +394 -0
- package/esm2022/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.mjs +640 -0
- package/esm2022/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.mjs +33 -0
- package/esm2022/lib/enums/AddressValidationResponseEnum.mjs +9 -0
- package/esm2022/lib/enums/AddressValidationSourceFunctionEnum.mjs +5 -0
- package/esm2022/lib/guards/auth.guard.mjs +50 -2
- package/esm2022/lib/guards/no-login/no-login.guard.mjs +1 -1
- package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +51 -3
- package/esm2022/lib/interceptors/header-interceptor/http-header.interceptor.mjs +1 -1
- package/esm2022/lib/models/ActiveClaimModel.mjs +3 -0
- package/esm2022/lib/models/CountyModel.mjs +3 -0
- package/esm2022/lib/models/DuaAppDataModel.mjs +3 -0
- package/esm2022/lib/models/DuaRequestModel.mjs +3 -0
- package/esm2022/lib/models/DuaRetroWeeksComponentModel.mjs +6 -0
- package/esm2022/lib/models/EmployerDetailSearchResult.mjs +1 -1
- package/esm2022/lib/models/EmployerInfoComponentModel.mjs +4 -0
- package/esm2022/lib/models/EmployerPayInfoModel.mjs +6 -0
- package/esm2022/lib/models/FarmUsageComponentModel.mjs +2 -0
- package/esm2022/lib/models/GrossEarningsModel.mjs +3 -0
- package/esm2022/lib/models/HelpConstants.mjs +5 -0
- package/esm2022/lib/models/LexisNexisOtpDetailsResponseModel.mjs +3 -0
- package/esm2022/lib/models/LibConstants.mjs +45 -6
- package/esm2022/lib/models/PaymentComponentModel.mjs +1 -1
- package/esm2022/lib/models/ReasonSeparationRequestModel.mjs +3 -0
- package/esm2022/lib/models/RetroWeeksModel.mjs +3 -0
- package/esm2022/lib/models/SecurityQuestionAnswerModel.mjs +3 -0
- package/esm2022/lib/models/SendOtpRequestModel.mjs +3 -0
- package/esm2022/lib/models/VerifyOtpRequestModel.mjs +3 -0
- package/esm2022/lib/models/WageCalculatorModel.mjs +3 -0
- package/esm2022/lib/models/WageInfoModel.mjs +4 -0
- package/esm2022/lib/models/addressValidation/AddressRecommendationModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationRequestComponentModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationResponseComponentModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationReturnComponentModel.mjs +3 -0
- package/esm2022/lib/models/combo-model.mjs +343 -0
- package/esm2022/lib/models/dashboard-model.mjs +1 -1
- package/esm2022/lib/models/dependent.model.mjs +1 -1
- package/esm2022/lib/models/fileupload/DocUploadModel.mjs +7 -0
- package/esm2022/lib/models/fileupload/EmployerDataModel.mjs +3 -0
- package/esm2022/lib/models/fileupload/FileObject.mjs +3 -0
- package/esm2022/lib/models/fileupload/FileObjectArray.mjs +7 -0
- package/esm2022/lib/models/questionnaire/AppealParticipantModel.mjs +8 -0
- package/esm2022/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +2 -1
- package/esm2022/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ComboModel.mjs +101 -179
- package/esm2022/lib/models/questionnaire/ElementsModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/LegalDiscaimarModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ScrollableTextModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/StatusModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/WbaHelperTextModel.mjs +3 -0
- package/esm2022/lib/models/weekly-cert/WorkSearchWaiverModel.mjs +3 -0
- package/esm2022/lib/models/weekly-cert/address-detail-model.mjs +2 -0
- package/esm2022/lib/models/weekly-cert/admin-leave-details-model.mjs +7 -0
- package/esm2022/lib/models/weekly-cert/employer-info-v2-model.mjs +7 -0
- package/esm2022/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.mjs +6 -0
- package/esm2022/lib/models/weekly-cert/weekly-certification-v2-model.mjs +34 -0
- package/esm2022/lib/models/weekly-cert/work-search-record-v2-model.mjs +15 -0
- package/esm2022/lib/models/weekly-cert/work-search-v2-model.mjs +11 -0
- package/esm2022/lib/ngx-reusa-app-lib.module.mjs +135 -23
- package/esm2022/lib/pages/BasePage.mjs +4 -23
- package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +22 -18
- package/esm2022/lib/pages/common/change-password/change-password.page.mjs +142 -124
- package/esm2022/lib/pages/common/landing/landing.component.mjs +7 -8
- package/esm2022/lib/pages/common/landing2/landing2.component.mjs +4 -4
- package/esm2022/lib/pages/common/login/login.component.mjs +6 -5
- package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +14 -14
- package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +5 -5
- package/esm2022/lib/pages/popovers/language/language.page.mjs +1 -1
- package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +4 -4
- package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +7 -2
- package/esm2022/lib/pipes/format-worksearch/format-worksearch.pipe.mjs +101 -0
- package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +1 -1
- package/esm2022/lib/services/address-validation-service/address-validation.service.mjs +151 -0
- package/esm2022/lib/services/appeal/appeal.service.mjs +37 -0
- package/esm2022/lib/services/base-service.mjs +4 -1
- package/esm2022/lib/services/birt-service/birt.service.mjs +57 -0
- package/esm2022/lib/services/chatbot/chatbot.service.mjs +1 -2
- package/esm2022/lib/services/claimant-service/claimant.service.mjs +7 -13
- package/esm2022/lib/services/claims/claims.service.mjs +105 -14
- package/esm2022/lib/services/employer/employer-service.mjs +35 -0
- package/esm2022/lib/services/event-service/event-service.mjs +44 -0
- package/esm2022/lib/services/help/help.service.mjs +1 -1
- package/esm2022/lib/services/logger/logger.service.mjs +1 -1
- package/esm2022/lib/services/login/login.service.mjs +29 -11
- package/esm2022/lib/services/offline-claims/offline-claims.service.mjs +327 -0
- package/esm2022/lib/services/questionnaire/questionnaire.service.mjs +4 -1
- package/esm2022/lib/services/questionnaire/validation.service.mjs +4 -1
- package/esm2022/lib/services/security-service/security.service.mjs +23 -6
- package/esm2022/lib/services/util/util.service.mjs +61 -5
- package/esm2022/lib/services/weekly-cert/review.service.mjs +101 -0
- package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +186 -14
- package/esm2022/lib/services/weekly-cert/weekly-cert.service.mjs +37 -0
- package/esm2022/lib/services/weekly-cert/work-search.service.mjs +58 -0
- package/esm2022/lib/validations/AppRegex.mjs +1 -3
- package/esm2022/lib/validations/AppValidators.mjs +78 -62
- package/esm2022/public-api.mjs +47 -5
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs +42087 -22504
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
- package/lib/components/add-employer/add-employer.component.d.ts +85 -52
- package/lib/components/add-employer/add-employer.component.d.ts.map +1 -1
- package/lib/components/add-participant/add-participant.component.d.ts +11 -2
- package/lib/components/add-participant/add-participant.component.d.ts.map +1 -1
- package/lib/components/add-payment/add-payment.component.d.ts +7 -2
- package/lib/components/add-payment/add-payment.component.d.ts.map +1 -1
- package/lib/components/add-wage/add-wage.component.d.ts +30 -0
- package/lib/components/add-wage/add-wage.component.d.ts.map +1 -0
- package/lib/components/address/address.component.d.ts +41 -5
- package/lib/components/address/address.component.d.ts.map +1 -1
- package/lib/components/address-popup/address-popup.component.d.ts +16 -0
- package/lib/components/address-popup/address-popup.component.d.ts.map +1 -0
- package/lib/components/address-suggestion/address-suggestion.component.d.ts +43 -0
- package/lib/components/address-suggestion/address-suggestion.component.d.ts.map +1 -0
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts +37 -0
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts.map +1 -0
- package/lib/components/associate-ssn/associate-ssn.component.d.ts +33 -0
- package/lib/components/associate-ssn/associate-ssn.component.d.ts.map +1 -0
- package/lib/components/bank-details/bank-details.component.d.ts +0 -6
- package/lib/components/bank-details/bank-details.component.d.ts.map +1 -1
- package/lib/components/claim-info/claim-info.component.d.ts +49 -0
- package/lib/components/claim-info/claim-info.component.d.ts.map +1 -0
- 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/dua-request-page/dua-request-page.component.d.ts +74 -0
- package/lib/components/dua-request-page/dua-request-page.component.d.ts.map +1 -0
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts +61 -0
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts.map +1 -0
- package/lib/components/email-update/email-update.component.d.ts +1 -7
- package/lib/components/email-update/email-update.component.d.ts.map +1 -1
- package/lib/components/employer-grid/employer-grid.component.d.ts +5 -13
- package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -1
- package/lib/components/employer-info/employer-info.component.d.ts +50 -0
- package/lib/components/employer-info/employer-info.component.d.ts.map +1 -0
- package/lib/components/employer-pay/employer-pay.component.d.ts +51 -0
- package/lib/components/employer-pay/employer-pay.component.d.ts.map +1 -0
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts +43 -0
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts.map +1 -0
- package/lib/components/error/error.component.d.ts +3 -2
- package/lib/components/error/error.component.d.ts.map +1 -1
- package/lib/components/farm-usage/farm-usage.component.d.ts +33 -0
- package/lib/components/farm-usage/farm-usage.component.d.ts.map +1 -0
- package/lib/components/file-uploader/file-uploader.component.d.ts +5 -1
- 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/gross-earnings/gross-earnings.component.d.ts +42 -0
- package/lib/components/gross-earnings/gross-earnings.component.d.ts.map +1 -0
- package/lib/components/header/header.component.d.ts +17 -2
- package/lib/components/header/header.component.d.ts.map +1 -1
- package/lib/components/history-page/history-page.component.d.ts +80 -0
- package/lib/components/history-page/history-page.component.d.ts.map +1 -0
- package/lib/components/idme/idme.component.d.ts +19 -0
- package/lib/components/idme/idme.component.d.ts.map +1 -0
- package/lib/components/job-title/job-title.component.d.ts +22 -21
- package/lib/components/job-title/job-title.component.d.ts.map +1 -1
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +5 -2
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -1
- package/lib/components/menu/menu.component.d.ts +2 -1
- package/lib/components/menu/menu.component.d.ts.map +1 -1
- package/lib/components/mfa/mfa.component.d.ts +7 -14
- package/lib/components/mfa/mfa.component.d.ts.map +1 -1
- package/lib/components/mfa-popup/mfa-popup.component.d.ts +6 -8
- package/lib/components/mfa-popup/mfa-popup.component.d.ts.map +1 -1
- package/lib/components/money-expect/money-expect.component.d.ts +15 -4
- package/lib/components/money-expect/money-expect.component.d.ts.map +1 -1
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts +311 -0
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts.map +1 -0
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts +33 -0
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts.map +1 -0
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts +97 -0
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts.map +1 -0
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts +33 -0
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts.map +1 -0
- package/lib/components/profile/profile.component.d.ts +82 -49
- package/lib/components/profile/profile.component.d.ts.map +1 -1
- package/lib/components/profile-redirect/profile-redirect.component.d.ts +9 -2
- package/lib/components/profile-redirect/profile-redirect.component.d.ts.map +1 -1
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts +54 -0
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts.map +1 -0
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts +74 -0
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts.map +1 -0
- package/lib/components/questionnaire/AppValidators.d.ts +1 -0
- package/lib/components/questionnaire/AppValidators.d.ts.map +1 -1
- package/lib/components/questionnaire/account-success/account-success.page.d.ts +13 -10
- 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 +7 -0
- package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +3 -1
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts +33 -34
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form.component.d.ts +10 -34
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +0 -7
- 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 +7 -1
- 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 +0 -1
- package/lib/components/questionnaire/question.service.d.ts.map +1 -1
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +1 -7
- 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 +11 -3
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts.map +1 -1
- package/lib/components/scrollable-text/scrollable-text.component.d.ts +11 -0
- package/lib/components/scrollable-text/scrollable-text.component.d.ts.map +1 -0
- package/lib/components/search-employer/search-employer.component.d.ts +5 -4
- package/lib/components/search-employer/search-employer.component.d.ts.map +1 -1
- package/lib/components/sms/sms.component.d.ts +63 -0
- package/lib/components/sms/sms.component.d.ts.map +1 -0
- package/lib/components/user-login/user-login.component.d.ts +5 -32
- package/lib/components/user-login/user-login.component.d.ts.map +1 -1
- package/lib/components/wage-calculator/wage-calculator.component.d.ts +44 -0
- package/lib/components/wage-calculator/wage-calculator.component.d.ts.map +1 -0
- package/lib/components/wage-grid/wage-grid.component.d.ts +43 -0
- package/lib/components/wage-grid/wage-grid.component.d.ts.map +1 -0
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts +28 -0
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts.map +1 -0
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts +28 -0
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +26 -3
- 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 +9 -3
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map +1 -1
- package/lib/components/weekly-certification/weekly-certification.component.d.ts +101 -0
- package/lib/components/weekly-certification/weekly-certification.component.d.ts.map +1 -0
- package/lib/components/weekly-confirmation/confirmation.component.d.ts +21 -0
- package/lib/components/weekly-confirmation/confirmation.component.d.ts.map +1 -0
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts +34 -0
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts.map +1 -0
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts +17 -0
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts +10 -0
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts +17 -0
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts +105 -0
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts +71 -0
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts +59 -0
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts +47 -0
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts +78 -0
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts.map +1 -0
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts +8 -0
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts.map +1 -0
- package/lib/enums/AddressValidationResponseEnum.d.ts +8 -0
- package/lib/enums/AddressValidationResponseEnum.d.ts.map +1 -0
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts +4 -0
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts.map +1 -0
- 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/ActiveClaimModel.d.ts +8 -0
- package/lib/models/ActiveClaimModel.d.ts.map +1 -0
- package/lib/models/CountyModel.d.ts +8 -0
- package/lib/models/CountyModel.d.ts.map +1 -0
- package/lib/models/DuaAppDataModel.d.ts +5 -0
- package/lib/models/DuaAppDataModel.d.ts.map +1 -0
- package/lib/models/DuaRequestModel.d.ts +10 -0
- package/lib/models/DuaRequestModel.d.ts.map +1 -0
- package/lib/models/DuaRetroWeeksComponentModel.d.ts +5 -0
- package/lib/models/DuaRetroWeeksComponentModel.d.ts.map +1 -0
- package/lib/models/EmployerDetailSearchResult.d.ts +4 -1
- package/lib/models/EmployerDetailSearchResult.d.ts.map +1 -1
- package/lib/models/EmployerInfoComponentModel.d.ts +9 -0
- package/lib/models/EmployerInfoComponentModel.d.ts.map +1 -0
- package/lib/models/EmployerPayInfoModel.d.ts +20 -0
- package/lib/models/EmployerPayInfoModel.d.ts.map +1 -0
- package/lib/models/FarmUsageComponentModel.d.ts +10 -0
- package/lib/models/FarmUsageComponentModel.d.ts.map +1 -0
- package/lib/models/GrossEarningsModel.d.ts +6 -0
- package/lib/models/GrossEarningsModel.d.ts.map +1 -0
- package/lib/models/HelpConstants.d.ts +5 -0
- package/lib/models/HelpConstants.d.ts.map +1 -0
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts +7 -0
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts.map +1 -0
- package/lib/models/LibConstants.d.ts +40 -1
- package/lib/models/LibConstants.d.ts.map +1 -1
- package/lib/models/PaymentComponentModel.d.ts +1 -1
- package/lib/models/PaymentComponentModel.d.ts.map +1 -1
- package/lib/models/ReasonSeparationRequestModel.d.ts +7 -0
- package/lib/models/ReasonSeparationRequestModel.d.ts.map +1 -0
- package/lib/models/RetroWeeksModel.d.ts +11 -0
- package/lib/models/RetroWeeksModel.d.ts.map +1 -0
- package/lib/models/SecurityQuestionAnswerModel.d.ts +7 -0
- package/lib/models/SecurityQuestionAnswerModel.d.ts.map +1 -0
- package/lib/models/SendOtpRequestModel.d.ts +12 -0
- package/lib/models/SendOtpRequestModel.d.ts.map +1 -0
- package/lib/models/VerifyOtpRequestModel.d.ts +8 -0
- package/lib/models/VerifyOtpRequestModel.d.ts.map +1 -0
- package/lib/models/WageCalculatorModel.d.ts +15 -0
- package/lib/models/WageCalculatorModel.d.ts.map +1 -0
- package/lib/models/WageInfoModel.d.ts +9 -0
- package/lib/models/WageInfoModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts +12 -0
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts +11 -0
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts +6 -0
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts +16 -0
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts.map +1 -0
- package/lib/models/combo-model.d.ts +42 -0
- package/lib/models/combo-model.d.ts.map +1 -0
- package/lib/models/dashboard-model.d.ts +22 -0
- package/lib/models/dashboard-model.d.ts.map +1 -1
- package/lib/models/fileupload/DocUploadModel.d.ts +22 -0
- package/lib/models/fileupload/DocUploadModel.d.ts.map +1 -0
- package/lib/models/fileupload/EmployerDataModel.d.ts +6 -0
- package/lib/models/fileupload/EmployerDataModel.d.ts.map +1 -0
- package/lib/models/fileupload/FileObject.d.ts +8 -0
- package/lib/models/fileupload/FileObject.d.ts.map +1 -0
- package/lib/models/fileupload/FileObjectArray.d.ts +8 -0
- package/lib/models/fileupload/FileObjectArray.d.ts.map +1 -0
- package/lib/models/questionnaire/AppealParticipantModel.d.ts +17 -0
- package/lib/models/questionnaire/AppealParticipantModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +3 -0
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +15 -4
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +4 -1
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ComboModel.d.ts +28 -16
- package/lib/models/questionnaire/ComboModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ElementsModel.d.ts +0 -1
- package/lib/models/questionnaire/ElementsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +2 -0
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ScrollableTextModel.d.ts +4 -0
- package/lib/models/questionnaire/ScrollableTextModel.d.ts.map +1 -0
- package/lib/models/questionnaire/StatusModel.d.ts +1 -0
- package/lib/models/questionnaire/StatusModel.d.ts.map +1 -1
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts +4 -0
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts.map +1 -0
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts +9 -0
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts.map +1 -0
- package/lib/models/weekly-cert/address-detail-model.d.ts +14 -0
- package/lib/models/weekly-cert/address-detail-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts +15 -0
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts +27 -0
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts +57 -0
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts +59 -0
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts +66 -0
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/work-search-v2-model.d.ts +18 -0
- package/lib/models/weekly-cert/work-search-v2-model.d.ts.map +1 -0
- package/lib/ngx-reusa-app-lib.module.d.ts +124 -86
- package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -1
- package/lib/pages/BasePage.d.ts +3 -6
- package/lib/pages/BasePage.d.ts.map +1 -1
- package/lib/pages/common/change-password/change-password.page.d.ts +3 -0
- package/lib/pages/common/change-password/change-password.page.d.ts.map +1 -1
- package/lib/pages/common/login/login.component.d.ts.map +1 -1
- package/lib/pages/popovers/my-profile/my-profile.page.d.ts.map +1 -1
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts +14 -0
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts.map +1 -0
- package/lib/services/address-validation-service/address-validation.service.d.ts +44 -0
- package/lib/services/address-validation-service/address-validation.service.d.ts.map +1 -0
- package/lib/services/appeal/appeal.service.d.ts +16 -0
- package/lib/services/appeal/appeal.service.d.ts.map +1 -0
- package/lib/services/base-service.d.ts +12 -0
- package/lib/services/base-service.d.ts.map +1 -1
- package/lib/services/birt-service/birt.service.d.ts +17 -0
- package/lib/services/birt-service/birt.service.d.ts.map +1 -0
- package/lib/services/claimant-service/claimant.service.d.ts +5 -6
- package/lib/services/claimant-service/claimant.service.d.ts.map +1 -1
- package/lib/services/claims/claims.service.d.ts +39 -5
- package/lib/services/claims/claims.service.d.ts.map +1 -1
- package/lib/services/employer/employer-service.d.ts +16 -0
- package/lib/services/employer/employer-service.d.ts.map +1 -0
- package/lib/services/event-service/event-service.d.ts +20 -0
- package/lib/services/event-service/event-service.d.ts.map +1 -0
- package/lib/services/login/login.service.d.ts +5 -3
- package/lib/services/login/login.service.d.ts.map +1 -1
- package/lib/services/offline-claims/offline-claims.service.d.ts +64 -0
- package/lib/services/offline-claims/offline-claims.service.d.ts.map +1 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts +1 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts.map +1 -1
- package/lib/services/questionnaire/validation.service.d.ts +3 -0
- package/lib/services/questionnaire/validation.service.d.ts.map +1 -1
- package/lib/services/security-service/security.service.d.ts +12 -4
- package/lib/services/security-service/security.service.d.ts.map +1 -1
- package/lib/services/util/util.service.d.ts +6 -0
- package/lib/services/util/util.service.d.ts.map +1 -1
- package/lib/services/weekly-cert/review.service.d.ts +23 -0
- package/lib/services/weekly-cert/review.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts +47 -5
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -1
- package/lib/services/weekly-cert/weekly-cert.service.d.ts +17 -0
- package/lib/services/weekly-cert/weekly-cert.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/work-search.service.d.ts +26 -0
- package/lib/services/weekly-cert/work-search.service.d.ts.map +1 -0
- package/lib/validations/AppRegex.d.ts +0 -2
- package/lib/validations/AppRegex.d.ts.map +1 -1
- package/lib/validations/AppValidators.d.ts +20 -24
- package/lib/validations/AppValidators.d.ts.map +1 -1
- package/package.json +2 -2
- package/public-api.d.ts +46 -4
- package/public-api.d.ts.map +1 -1
- package/esm2022/lib/components/lexis-nexis/lexis-nexis.component.mjs +0 -340
- package/esm2022/lib/components/mfa2/mfa2.component.mjs +0 -261
- package/esm2022/lib/components/security-question/security-question.component.mjs +0 -189
- package/esm2022/lib/models/LexisNexisAccountCreationModel.mjs +0 -2
- package/esm2022/lib/models/LexisNexisAuthSelectionRequestModel.mjs +0 -2
- package/esm2022/lib/models/LexisNexisAuthSelectionResponseModel.mjs +0 -2
- package/esm2022/lib/models/LexisNexisEnabledResponseModel.mjs +0 -2
- package/esm2022/lib/models/LexisNexisResponseModel.mjs +0 -3
- package/esm2022/lib/models/PartialEmploymentModel.mjs +0 -3
- package/esm2022/lib/models/SecurityQuestionModel.mjs +0 -3
- package/esm2022/lib/services/claimant-service/claimant-usps-redirect.service.mjs +0 -36
- package/esm2022/lib/services/lexis-nexis/lexis.nexis.service.mjs +0 -60
- package/esm2022/lib/services/ovp/ovp.service.mjs +0 -43
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts +0 -59
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts.map +0 -1
- package/lib/components/mfa2/mfa2.component.d.ts +0 -48
- package/lib/components/mfa2/mfa2.component.d.ts.map +0 -1
- package/lib/components/security-question/security-question.component.d.ts +0 -37
- package/lib/components/security-question/security-question.component.d.ts.map +0 -1
- package/lib/models/LexisNexisAccountCreationModel.d.ts +0 -15
- package/lib/models/LexisNexisAccountCreationModel.d.ts.map +0 -1
- package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts +0 -16
- package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts.map +0 -1
- package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts +0 -39
- package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts.map +0 -1
- package/lib/models/LexisNexisEnabledResponseModel.d.ts +0 -5
- package/lib/models/LexisNexisEnabledResponseModel.d.ts.map +0 -1
- package/lib/models/LexisNexisResponseModel.d.ts +0 -7
- package/lib/models/LexisNexisResponseModel.d.ts.map +0 -1
- package/lib/models/PartialEmploymentModel.d.ts +0 -6
- package/lib/models/PartialEmploymentModel.d.ts.map +0 -1
- package/lib/models/SecurityQuestionModel.d.ts +0 -7
- package/lib/models/SecurityQuestionModel.d.ts.map +0 -1
- package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts +0 -16
- package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts.map +0 -1
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts +0 -26
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts.map +0 -1
- package/lib/services/ovp/ovp.service.d.ts +0 -17
- package/lib/services/ovp/ovp.service.d.ts.map +0 -1
|
@@ -5,14 +5,6 @@ import { AbstractControl, UntypedFormGroup, ValidationErrors, ValidatorFn } from
|
|
|
5
5
|
* @author Prerak Tiwari
|
|
6
6
|
*/
|
|
7
7
|
export declare class AppValidators {
|
|
8
|
-
/**
|
|
9
|
-
* checks if state field has a value other than KS
|
|
10
|
-
* @param c control
|
|
11
|
-
* @returns {requiredKansas: boolean}
|
|
12
|
-
*/
|
|
13
|
-
static requiredKansas(c: AbstractControl): {
|
|
14
|
-
requiredKansas: boolean;
|
|
15
|
-
};
|
|
16
8
|
static confirmPasswordValidator(c: AbstractControl): {
|
|
17
9
|
invalid: boolean;
|
|
18
10
|
};
|
|
@@ -22,9 +14,7 @@ export declare class AppValidators {
|
|
|
22
14
|
static confirmValidator(controlName: string, matchingControlName: string): (formGroup: UntypedFormGroup) => void;
|
|
23
15
|
static selectAtleastOne(validator: ValidatorFn): (group: UntypedFormGroup) => ValidationErrors | null;
|
|
24
16
|
static atLeastOneNonZeroValueValidator(minRequired?: number, name?: string): ValidatorFn;
|
|
25
|
-
static requiredIfValidator(predicate: any): (formControl: any) =>
|
|
26
|
-
required: string;
|
|
27
|
-
};
|
|
17
|
+
static requiredIfValidator(predicate: any): (formControl: any) => ValidationErrors;
|
|
28
18
|
/**
|
|
29
19
|
*
|
|
30
20
|
* @param regex Regular Expression against which value needs to be validated
|
|
@@ -45,9 +35,6 @@ export declare class AppValidators {
|
|
|
45
35
|
static isValidRoutingNumber(control: AbstractControl): {
|
|
46
36
|
[s: string]: boolean;
|
|
47
37
|
};
|
|
48
|
-
static isValidLengthRoutingNumber(control: AbstractControl): {
|
|
49
|
-
[s: string]: boolean;
|
|
50
|
-
};
|
|
51
38
|
static isValidZipCode(control: AbstractControl): {
|
|
52
39
|
[s: string]: boolean;
|
|
53
40
|
};
|
|
@@ -57,6 +44,7 @@ export declare class AppValidators {
|
|
|
57
44
|
static isCanadaZipCode(string: any): boolean;
|
|
58
45
|
static isNumber(number: any): boolean;
|
|
59
46
|
static isBetween(from: Date, to: Date): ValidatorFn;
|
|
47
|
+
static isBetweenDate(from: Date, to: Date): ValidatorFn;
|
|
60
48
|
static equal(matchingControlName: string, error: ValidationErrors): ValidatorFn;
|
|
61
49
|
/**
|
|
62
50
|
*
|
|
@@ -68,15 +56,23 @@ export declare class AppValidators {
|
|
|
68
56
|
* @author Prerak Tiwari
|
|
69
57
|
*/
|
|
70
58
|
static notEqual(matchingControlName: string, error: ValidationErrors): ValidatorFn;
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
59
|
+
static isAfter(first: Date): (control: AbstractControl) => {
|
|
60
|
+
[key: string]: any;
|
|
61
|
+
};
|
|
62
|
+
static test(control: AbstractControl): {
|
|
63
|
+
[key: string]: any;
|
|
64
|
+
} | null;
|
|
65
|
+
static areAllDigitsSame(str: string): boolean;
|
|
66
|
+
static amountLessThanOne(control: AbstractControl): {
|
|
67
|
+
[s: string]: boolean;
|
|
68
|
+
};
|
|
69
|
+
/***
|
|
70
|
+
* This method checks if the entered city has length<=30
|
|
71
|
+
*/
|
|
72
|
+
static isValidWsCity(control: AbstractControl): {
|
|
73
|
+
[s: string]: boolean;
|
|
74
|
+
};
|
|
75
|
+
static isEqual(value: any): ValidatorFn;
|
|
76
|
+
static isValidWebsite(control: AbstractControl): ValidationErrors | null;
|
|
81
77
|
}
|
|
82
78
|
//# sourceMappingURL=AppValidators.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppValidators.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/validations/AppValidators.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,
|
|
1
|
+
{"version":3,"file":"AppValidators.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/validations/AppValidators.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAa,gBAAgB,EAAE,gBAAgB,EAAE,WAAW,EAAc,MAAM,gBAAgB,CAAC;AACzH;;;;GAIG;AACH,qBAAa,aAAa;IAExB,MAAM,CAAC,wBAAwB,CAAC,CAAC,EAAE,eAAe,GAAG;QAAE,OAAO,EAAE,OAAO,CAAA;KAAE;IAMzE,MAAM,CAAC,mCAAmC,CAAC,SAAS,EAAE,gBAAgB;;;IAOtE,MAAM,CAAC,gBAAgB,CAAC,WAAW,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,eAC7C,gBAAgB;IAgB3C,MAAM,CAAC,gBAAgB,CAAC,SAAS,EAAE,WAAW,WACvB,gBAAgB,KAAG,gBAAgB,GAAG,IAAI;IAQjE,MAAM,CAAC,+BAA+B,CAAC,WAAW,GAAE,MAAU,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,WAAW;IAoB3F,MAAM,CAAC,mBAAmB,CAAC,SAAS,KAAA;IAcpC;;;;;;;;OAQG;IACF,MAAM,CAAC,KAAK,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,gBAAgB,GAAG,WAAW;IAehE;;;;;;MAME;IACJ,MAAM,CAAC,oBAAoB,CAAC,OAAO,EAAE,eAAe,GAAG;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE;IAiB/E,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,eAAe,GAAG;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE;IAUzE,MAAM,CAAC,sBAAsB,CAAC,OAAO,EAAE,eAAe,GAAG;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE;IAMjF,MAAM,CAAC,eAAe,CAAC,MAAM,KAAA;IAK7B,MAAM,CAAC,QAAQ,CAAC,MAAM,KAAA;IAKtB,MAAM,CAAC,SAAS,CAAC,IAAI,EAAG,IAAI,EAAE,EAAE,EAAE,IAAI,GAAI,WAAW;IAarD,MAAM,CAAC,aAAa,CAAC,IAAI,EAAE,IAAI,EAAE,EAAE,EAAC,IAAI,GAAI,WAAW;IAavD,MAAM,CAAC,KAAK,CAAC,mBAAmB,EAAE,MAAM,EAAE,KAAK,EAAE,gBAAgB,GAAG,WAAW;IAkB/E;;;;;;;;OAQG;IACH,MAAM,CAAC,QAAQ,CAAC,mBAAmB,EAAE,MAAM,EAAE,KAAK,EAAE,gBAAgB,GAAG,WAAW;IAkBlF,MAAM,CAAC,OAAO,CAAC,KAAK,EAAG,IAAI,aAGR,eAAe;;;IAelC,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,eAAe,GAAG;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAE,IAAI;IAUnE,MAAM,CAAC,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO;IAI7C,MAAM,CAAC,iBAAiB,CAAC,OAAO,EAAE,eAAe,GAAG;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE;IAO5E;;QAEI;IACJ,MAAM,CAAC,aAAa,CAAC,OAAO,EAAE,eAAe,GAAG;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE;IAQxE,MAAM,CAAC,OAAO,CAAC,KAAK,KAAA,GAAI,WAAW;IASnC,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,eAAe,GAAG,gBAAgB,GAAG,IAAI;CASzE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reusa/ngx-reusa-app-lib",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1335",
|
|
4
4
|
"peerDependencies": {},
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"tslib": "^2.0.0"
|
|
@@ -24,6 +24,6 @@
|
|
|
24
24
|
},
|
|
25
25
|
"sideEffects": false,
|
|
26
26
|
"scripts": {
|
|
27
|
-
|
|
27
|
+
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
|
|
28
28
|
}
|
|
29
29
|
}
|
package/public-api.d.ts
CHANGED
|
@@ -19,9 +19,9 @@ export * from './lib/services/help/help.service';
|
|
|
19
19
|
export * from './lib/services/maintenance/maintenance.service';
|
|
20
20
|
export * from './lib/services/cmp-service/cmp.service';
|
|
21
21
|
export * from './lib/services/claimant-context/claimant-context.service';
|
|
22
|
-
export * from './lib/
|
|
23
|
-
export * from './lib/
|
|
24
|
-
export * from './lib/
|
|
22
|
+
export * from './lib/services/claims/claims.service';
|
|
23
|
+
export * from './lib/services/offline-claims/offline-claims.service';
|
|
24
|
+
export * from './lib/services/weekly-cert/weekly-cert-v2.service';
|
|
25
25
|
export * from './lib/components/ssn/ssn.component';
|
|
26
26
|
export * from './lib/components/test/test.component';
|
|
27
27
|
export * from './lib/components/footer/footer.component';
|
|
@@ -53,16 +53,20 @@ export * from './lib/components/address/address.component';
|
|
|
53
53
|
export * from './lib/components/questionnaire/render-questionnaire/render-questionnaire.page';
|
|
54
54
|
export * from './lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component';
|
|
55
55
|
export * from './lib/components/bank-details/bank-details.component';
|
|
56
|
+
export * from './lib/components/offline-bank-details/offline-bank-details.component';
|
|
56
57
|
export * from './lib/components/dependent-grid/dependent-grid.component';
|
|
57
58
|
export * from './lib/components/job-search-result-page/job-search-result-page.component';
|
|
58
59
|
export * from './lib/components/maintenance-detector/maintenance-detector.component';
|
|
59
60
|
export * from './lib/components/mfa-popup/mfa-popup.component';
|
|
60
61
|
export * from './lib/components/email-update/email-update.component';
|
|
61
62
|
export * from './lib/components/add-employer/add-employer.component';
|
|
63
|
+
export * from './lib/components/offline-add-employer/offline-add-employer.component';
|
|
62
64
|
export * from './lib/components/search-employer/search-employer.component';
|
|
63
65
|
export * from './lib/components/money-expect/money-expect.component';
|
|
64
66
|
export * from './lib/components/legal-disclaimar/legal-disclaimar.component';
|
|
67
|
+
export * from './lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component';
|
|
65
68
|
export * from './lib/components/employer-grid/employer-grid.component';
|
|
69
|
+
export * from './lib/components/offline-employer-grid/offline-employer-grid.component';
|
|
66
70
|
export * from './lib/components/weekly-cert-employer/weekly-cert-employer.component';
|
|
67
71
|
export * from './lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component';
|
|
68
72
|
export * from './lib/components/add-participant/add-participant.component';
|
|
@@ -73,6 +77,40 @@ export * from './lib/components/contact-us/contact-us.component';
|
|
|
73
77
|
export * from './lib/components/read-more/read-more.component';
|
|
74
78
|
export * from './lib/components/file-download/file-download.component';
|
|
75
79
|
export * from './lib/components/add-payment/add-payment.component';
|
|
80
|
+
export * from './lib/components/employer-pay/employer-pay.component';
|
|
81
|
+
export * from './lib/components/employer-pay-grid/employer-pay-grid.component';
|
|
82
|
+
export * from './lib/components/farm-usage/farm-usage.component';
|
|
83
|
+
export * from './lib/components/sms/sms.component';
|
|
84
|
+
export * from './lib/components/add-wage/add-wage.component';
|
|
85
|
+
export * from './lib/components/wage-grid/wage-grid.component';
|
|
86
|
+
export * from './lib/components/gross-earnings/gross-earnings.component';
|
|
87
|
+
export * from './lib/components/scrollable-text/scrollable-text.component';
|
|
88
|
+
export * from './lib/components/job-title/job-title.component';
|
|
89
|
+
export * from './lib/components/profile-redirect/profile-redirect.component';
|
|
90
|
+
export * from './lib/components/employer-info/employer-info.component';
|
|
91
|
+
export * from './lib/components/idme/idme.component';
|
|
92
|
+
export * from './lib/components/proof-of-anything/proof-of-anything.component';
|
|
93
|
+
export * from './lib/components/proof-of-document-upload/proof-of-document-upload.component';
|
|
94
|
+
export * from './lib/components/wage-calculator/wage-calculator.component';
|
|
95
|
+
export * from './lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component';
|
|
96
|
+
export * from './lib/components/appointment-self-scheduler/appointment-self-scheduler.component';
|
|
97
|
+
export * from './lib/components/address-popup/address-popup.component';
|
|
98
|
+
export * from './lib/components/address-suggestion/address-suggestion.component';
|
|
99
|
+
export * from './lib/components/claim-info/claim-info.component';
|
|
100
|
+
export * from './lib/components/history-page/history-page.component';
|
|
101
|
+
export * from './lib/components/dua-request-page/dua-request-page.component';
|
|
102
|
+
export * from './lib/components/weekly-certification/weekly-certification.component';
|
|
103
|
+
export * from './lib/components/weekly-work-search-journal/weekly-work-search-journal.component';
|
|
104
|
+
export * from './lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component';
|
|
105
|
+
export * from './lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2';
|
|
106
|
+
export * from './lib/components/weekly-confirmation/confirmation.component';
|
|
107
|
+
export * from './lib/components/weekly-interim-confirmation/interim-confirmation.component';
|
|
108
|
+
export * from './lib/components/weekly-summary-v2/summary.component-v2';
|
|
109
|
+
export * from './lib/components/weekly-work-search-counter/work-search-counter.component';
|
|
110
|
+
export * from './lib/components/weekly-work-search-employer-me/work-search-employer.component-me';
|
|
111
|
+
export * from './lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component';
|
|
112
|
+
export * from './lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2';
|
|
113
|
+
export * from './lib/components/weekly-work-search-question-v2/work-search-question.component-v2';
|
|
76
114
|
export * from './lib/pages/common/accessibility-policy/accessibility-policy.page';
|
|
77
115
|
export * from './lib/pages/common/privacy-disclaimer/privacy-disclaimer.page';
|
|
78
116
|
export * from './lib/pages/common/security-policy/security-policy.page';
|
|
@@ -90,7 +128,8 @@ export * from './lib/pages/popovers/my-notifications/my-notifications.page';
|
|
|
90
128
|
export * from './lib/pages/common/change-password/change-password.page';
|
|
91
129
|
export * from './lib/components/link/link.component';
|
|
92
130
|
export * from './lib/components/sign-ssn/sign-ssn.component';
|
|
93
|
-
export * from './lib/components/
|
|
131
|
+
export * from './lib/components/associate-ssn/associate-ssn.component';
|
|
132
|
+
export * from './lib/components/dua-request-popup/dua-request-popup.component';
|
|
94
133
|
export * from './lib/directives/caps-lock.directive';
|
|
95
134
|
export * from './lib/directives/auto-focus/auto-focus.directive';
|
|
96
135
|
export * from './lib/directives/required-roles/required-roles.directive';
|
|
@@ -105,12 +144,15 @@ export * from './lib/pipes/proper-case/proper-case.pipe';
|
|
|
105
144
|
export * from './lib/components/questionnaire/input-focus.directive';
|
|
106
145
|
export * from './lib/pipes/translate/dynamic-translate.pipe';
|
|
107
146
|
export * from './lib/pipes/trust-html/trust-html.pipe';
|
|
147
|
+
export * from './lib/directives/strip-invisible-characters/strip-invisible-characters.directive';
|
|
148
|
+
export * from './lib/pipes/format-worksearch/format-worksearch.pipe';
|
|
108
149
|
export * from './lib/models/ErrorModel';
|
|
109
150
|
export * from './lib/models/UserModel';
|
|
110
151
|
export * from './lib/pages/BasePage';
|
|
111
152
|
export * from './lib/models/TrendModel';
|
|
112
153
|
export * from './lib/models/questionnaire/LegalDiscaimarModel';
|
|
113
154
|
export * from './lib/models/questionnaire/QuestionnaireQueryModel';
|
|
155
|
+
export * from './lib/models/fileupload/EmployerDataModel';
|
|
114
156
|
export * from './lib/models/questionnaire/ComboModel';
|
|
115
157
|
export * from './lib/models/questionnaire/ElementsModel';
|
|
116
158
|
export * from './lib/components/questionnaire/question-base';
|
package/public-api.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../projects/ngx-reusa-app-lib/src/public-api.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../projects/ngx-reusa-app-lib/src/public-api.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,340 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
-
import { catchError, of, tap, throwError } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "../../services/util/util.service";
|
|
5
|
-
import * as i2 from "../../services/lexis-nexis/lexis.nexis.service";
|
|
6
|
-
import * as i3 from "@ionic/angular";
|
|
7
|
-
import * as i4 from "@angular/common";
|
|
8
|
-
import * as i5 from "primeng/api";
|
|
9
|
-
import * as i6 from "@angular/material/form-field";
|
|
10
|
-
import * as i7 from "@angular/forms";
|
|
11
|
-
import * as i8 from "primeng/dialog";
|
|
12
|
-
import * as i9 from "primeng/divider";
|
|
13
|
-
const _c0 = a0 => ({ Choice: a0 });
|
|
14
|
-
const _c1 = a0 => [a0];
|
|
15
|
-
const _c2 = (a0, a1) => ({ Choices: a0, QuestionId: a1 });
|
|
16
|
-
function LexisNexisComponent_div_3_div_1_div_3_Template(rf, ctx) { if (rf & 1) {
|
|
17
|
-
const _r10 = i0.ɵɵgetCurrentView();
|
|
18
|
-
i0.ɵɵelementStart(0, "div", 11)(1, "input", 12);
|
|
19
|
-
i0.ɵɵlistener("ngModelChange", function LexisNexisComponent_div_3_div_1_div_3_Template_input_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r10); const i_r5 = i0.ɵɵnextContext().index; const ctx_r9 = i0.ɵɵnextContext(2); return i0.ɵɵresetView((ctx_r9.answers["iidqa.answers"].Questions[i_r5] = $event)); });
|
|
20
|
-
i0.ɵɵelementEnd();
|
|
21
|
-
i0.ɵɵelementStart(2, "label", 13);
|
|
22
|
-
i0.ɵɵtext(3);
|
|
23
|
-
i0.ɵɵelementEnd()();
|
|
24
|
-
} if (rf & 2) {
|
|
25
|
-
const choices_r7 = ctx.$implicit;
|
|
26
|
-
const j_r8 = ctx.index;
|
|
27
|
-
const ctx_r12 = i0.ɵɵnextContext();
|
|
28
|
-
const i_r5 = ctx_r12.index;
|
|
29
|
-
const q_r4 = ctx_r12.$implicit;
|
|
30
|
-
const ctx_r6 = i0.ɵɵnextContext(2);
|
|
31
|
-
i0.ɵɵadvance(1);
|
|
32
|
-
i0.ɵɵproperty("name", "question-" + i_r5)("id", "question-" + i_r5 + "-" + j_r8)("ngModel", ctx_r6.answers["iidqa.answers"].Questions[i_r5])("value", i0.ɵɵpureFunction2(10, _c2, i0.ɵɵpureFunction1(8, _c1, i0.ɵɵpureFunction1(6, _c0, choices_r7.ChoiceId)), q_r4.QuestionId));
|
|
33
|
-
i0.ɵɵadvance(1);
|
|
34
|
-
i0.ɵɵproperty("for", "question-" + i_r5 + "-" + j_r8);
|
|
35
|
-
i0.ɵɵadvance(1);
|
|
36
|
-
i0.ɵɵtextInterpolate1(" ", choices_r7.Text.Statement, " ");
|
|
37
|
-
} }
|
|
38
|
-
function LexisNexisComponent_div_3_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
39
|
-
i0.ɵɵelementStart(0, "div", 7)(1, "label", 8);
|
|
40
|
-
i0.ɵɵtext(2);
|
|
41
|
-
i0.ɵɵelementEnd();
|
|
42
|
-
i0.ɵɵtemplate(3, LexisNexisComponent_div_3_div_1_div_3_Template, 4, 13, "div", 9);
|
|
43
|
-
i0.ɵɵelementStart(4, "div", 10);
|
|
44
|
-
i0.ɵɵtext(5);
|
|
45
|
-
i0.ɵɵelementEnd();
|
|
46
|
-
i0.ɵɵelement(6, "p-divider");
|
|
47
|
-
i0.ɵɵelementEnd();
|
|
48
|
-
} if (rf & 2) {
|
|
49
|
-
const q_r4 = ctx.$implicit;
|
|
50
|
-
const i_r5 = ctx.index;
|
|
51
|
-
i0.ɵɵadvance(1);
|
|
52
|
-
i0.ɵɵproperty("for", "question-" + i_r5);
|
|
53
|
-
i0.ɵɵadvance(1);
|
|
54
|
-
i0.ɵɵtextInterpolate(q_r4.Text.Statement);
|
|
55
|
-
i0.ɵɵadvance(1);
|
|
56
|
-
i0.ɵɵproperty("ngForOf", q_r4.Choices);
|
|
57
|
-
i0.ɵɵadvance(2);
|
|
58
|
-
i0.ɵɵtextInterpolate1(" ", q_r4.HelpText.Statement, " ");
|
|
59
|
-
} }
|
|
60
|
-
function LexisNexisComponent_div_3_mat_error_2_Template(rf, ctx) { if (rf & 1) {
|
|
61
|
-
i0.ɵɵelementStart(0, "mat-error", 14);
|
|
62
|
-
i0.ɵɵtext(1, " All fields are required. ");
|
|
63
|
-
i0.ɵɵelementEnd();
|
|
64
|
-
} }
|
|
65
|
-
function LexisNexisComponent_div_3_Template(rf, ctx) { if (rf & 1) {
|
|
66
|
-
i0.ɵɵelementStart(0, "div");
|
|
67
|
-
i0.ɵɵtemplate(1, LexisNexisComponent_div_3_div_1_Template, 7, 4, "div", 5)(2, LexisNexisComponent_div_3_mat_error_2_Template, 2, 0, "mat-error", 6);
|
|
68
|
-
i0.ɵɵelementEnd();
|
|
69
|
-
} if (rf & 2) {
|
|
70
|
-
const d_r1 = ctx.$implicit;
|
|
71
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
72
|
-
i0.ɵɵadvance(1);
|
|
73
|
-
i0.ɵɵproperty("ngForOf", d_r1["iidqa.question_set"] == null ? null : d_r1["iidqa.question_set"].Questions);
|
|
74
|
-
i0.ɵɵadvance(1);
|
|
75
|
-
i0.ɵɵproperty("ngIf", ctx_r0.submitted && !ctx_r0.checkForm());
|
|
76
|
-
} }
|
|
77
|
-
const _c3 = () => ({ "1024px": "75vw", "768px": "85vw", "640px": "100vw" });
|
|
78
|
-
/**
|
|
79
|
-
* To Activate this modal assign display=true, this will work as many times as needed
|
|
80
|
-
*/
|
|
81
|
-
export class LexisNexisComponent {
|
|
82
|
-
get blankAnswers() {
|
|
83
|
-
return JSON.parse(JSON.stringify({
|
|
84
|
-
auth_selection_id: null,
|
|
85
|
-
"iidqa.answers": {
|
|
86
|
-
QuestionSetId: null,
|
|
87
|
-
Questions: []
|
|
88
|
-
}
|
|
89
|
-
}));
|
|
90
|
-
}
|
|
91
|
-
;
|
|
92
|
-
constructor(util, ln) {
|
|
93
|
-
this.util = util;
|
|
94
|
-
this.ln = ln;
|
|
95
|
-
this.display = false;
|
|
96
|
-
/*userDetails = null for normal flow, != for SignUp flow */
|
|
97
|
-
this.userDetails = null;
|
|
98
|
-
/*page = "345" for SignUp flow, null for others*/
|
|
99
|
-
this.page = null;
|
|
100
|
-
this.success = new EventEmitter();
|
|
101
|
-
this.close = new EventEmitter();
|
|
102
|
-
this.error = new EventEmitter();
|
|
103
|
-
this.usps = new EventEmitter();
|
|
104
|
-
this.submitted = false;
|
|
105
|
-
this.answers = this.blankAnswers;
|
|
106
|
-
this.answerArray = [];
|
|
107
|
-
}
|
|
108
|
-
/**
|
|
109
|
-
* will call api when display is set to true
|
|
110
|
-
* @param changes
|
|
111
|
-
* @returns
|
|
112
|
-
*/
|
|
113
|
-
ngOnChanges(changes) {
|
|
114
|
-
if (!changes.display.currentValue) {
|
|
115
|
-
return;
|
|
116
|
-
}
|
|
117
|
-
this.display = false;
|
|
118
|
-
if (this.page === 345) {
|
|
119
|
-
this.lnQueryApiPI();
|
|
120
|
-
}
|
|
121
|
-
else {
|
|
122
|
-
this.lnQueryApi();
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
lnQueryApi() {
|
|
126
|
-
var uName = this.userName;
|
|
127
|
-
var customerEventType = this.customerEventType;
|
|
128
|
-
if (this.userModel) {
|
|
129
|
-
uName = this.userModel.username;
|
|
130
|
-
}
|
|
131
|
-
this.ln.getLnQueryApiResponse(uName, customerEventType)
|
|
132
|
-
.pipe(catchError((error) => {
|
|
133
|
-
this.display = false;
|
|
134
|
-
if (error.msg.includes("Lexis Nexis Verification Failed. Status:Reject")) {
|
|
135
|
-
console.log('Lexis Nexis Verification Failed. Status:Reject');
|
|
136
|
-
}
|
|
137
|
-
else if (error.msg.includes("Lexis Nexis Verification Failed. Status:Review")) {
|
|
138
|
-
console.log('Lexis Nexis Verification Failed. Status:Review');
|
|
139
|
-
}
|
|
140
|
-
else if (error.msg.includes("fail_invalid_parameter")) {
|
|
141
|
-
console.log("fail invalid parameter");
|
|
142
|
-
}
|
|
143
|
-
else if (error.msg[0].includes('Claimant Account is Locked')) {
|
|
144
|
-
console.log("Claimant Account is Locked");
|
|
145
|
-
}
|
|
146
|
-
else {
|
|
147
|
-
console.log("LN failed for other reasons");
|
|
148
|
-
}
|
|
149
|
-
this.util.showError('We were not able to verify your identity. Please follow the instructions.');
|
|
150
|
-
setTimeout(() => this.usps.emit(), 1000);
|
|
151
|
-
return throwError(() => new Error(error));
|
|
152
|
-
}))
|
|
153
|
-
.subscribe((response) => {
|
|
154
|
-
if (response !== null) {
|
|
155
|
-
if (response?.request_result === "success" && (response?.review_status === "challenge")) {
|
|
156
|
-
if (response?.auth_selection_methods[0]?.auth_selection_id) {
|
|
157
|
-
this.authSelectionRequest = {
|
|
158
|
-
auth_selection_id: response?.auth_selection_methods[0]?.auth_selection_id,
|
|
159
|
-
'iidqa.answers': null
|
|
160
|
-
};
|
|
161
|
-
this.lnAuthenticationQA(this.authSelectionRequest);
|
|
162
|
-
}
|
|
163
|
-
else {
|
|
164
|
-
console.log("auth selection id is missing");
|
|
165
|
-
this.util.info('We were not able to verify your identity. Please follow the instructions.');
|
|
166
|
-
setTimeout(() => this.usps.emit(), 1000);
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
else {
|
|
171
|
-
console.log("Empty response received");
|
|
172
|
-
this.util.info('We were not able to verify your identity. Please follow the instructions.');
|
|
173
|
-
setTimeout(() => this.usps.emit(), 1000);
|
|
174
|
-
}
|
|
175
|
-
});
|
|
176
|
-
}
|
|
177
|
-
lnQueryApiPI() {
|
|
178
|
-
this.ln.getLnQueryApiPIResponse(this.userDetails)
|
|
179
|
-
.pipe(catchError((error) => {
|
|
180
|
-
this.display = false;
|
|
181
|
-
if (error.msg.includes("Lexis Nexis Verification Failed. Status:Reject")) {
|
|
182
|
-
console.log('Lexis Nexis Verification Failed. Status:Reject');
|
|
183
|
-
}
|
|
184
|
-
else if (error.msg.includes("Lexis Nexis Verification Failed. Status:Review")) {
|
|
185
|
-
console.log('Lexis Nexis Verification Failed. Status:Review');
|
|
186
|
-
}
|
|
187
|
-
else if (error.msg.includes("fail_invalid_parameter")) {
|
|
188
|
-
console.log("fail invalid parameter");
|
|
189
|
-
}
|
|
190
|
-
else if (error.msg[0].includes('Claimant Account is Locked')) {
|
|
191
|
-
console.log("Claimant Account is Locked");
|
|
192
|
-
}
|
|
193
|
-
else {
|
|
194
|
-
console.log("LN failed for other reason");
|
|
195
|
-
}
|
|
196
|
-
this.util.showError('We were not able to verify your identity. Please follow the instructions.');
|
|
197
|
-
setTimeout(() => this.usps.emit(), 1000);
|
|
198
|
-
return of(null);
|
|
199
|
-
}))
|
|
200
|
-
.subscribe((response) => {
|
|
201
|
-
if (response !== null) {
|
|
202
|
-
if (response?.request_result === "success" && (response?.review_status === "challenge")) {
|
|
203
|
-
if (response?.auth_selection_methods[0]?.auth_selection_id) {
|
|
204
|
-
this.authSelectionRequest = {
|
|
205
|
-
auth_selection_id: response?.auth_selection_methods[0]?.auth_selection_id,
|
|
206
|
-
'iidqa.answers': null
|
|
207
|
-
};
|
|
208
|
-
this.display = true;
|
|
209
|
-
this.lnAuthenticationQA(this.authSelectionRequest);
|
|
210
|
-
}
|
|
211
|
-
else {
|
|
212
|
-
console.log("auth selection id is missing");
|
|
213
|
-
this.util.info('We were not able to verify your identity. Please follow the instructions.');
|
|
214
|
-
setTimeout(() => this.usps.emit(), 1000);
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
else {
|
|
219
|
-
console.log("Empty response received");
|
|
220
|
-
this.util.info('We were not able to verify your identity. Please follow the instructions.');
|
|
221
|
-
}
|
|
222
|
-
});
|
|
223
|
-
}
|
|
224
|
-
/**
|
|
225
|
-
* submit button and get new question in the beginning
|
|
226
|
-
* @param authSelectionRequest
|
|
227
|
-
*/
|
|
228
|
-
lnAuthenticationQA(authSelectionRequest) {
|
|
229
|
-
this.data = this.ln.lnAuthenticationQA(authSelectionRequest)
|
|
230
|
-
.pipe(catchError((error) => {
|
|
231
|
-
this.display = false;
|
|
232
|
-
if (error.msg.includes("Lexis Nexis Verified")) {
|
|
233
|
-
this.display = false;
|
|
234
|
-
setTimeout(() => this.success.emit(), 1000);
|
|
235
|
-
}
|
|
236
|
-
else if (error.msg.includes("Lexis Nexis Verification Failed. Status:Reject")) {
|
|
237
|
-
this.display = false;
|
|
238
|
-
this.util.showError('We were not able to verify your identity. Please follow the instructions.');
|
|
239
|
-
setTimeout(() => this.usps.emit(), 1000);
|
|
240
|
-
}
|
|
241
|
-
else if (error.msg.includes("fail_invalid_parameter")) {
|
|
242
|
-
this.util.showError('We were not able to verify your identity. Please follow the instructions.');
|
|
243
|
-
setTimeout(() => this.usps.emit(), 1000);
|
|
244
|
-
}
|
|
245
|
-
else if (error.msg[0].includes('Claimant Account is Locked')) {
|
|
246
|
-
this.display = false;
|
|
247
|
-
this.util.showError('We were not able to verify your identity. Please follow the instructions.');
|
|
248
|
-
setTimeout(() => this.usps.emit(), 1000);
|
|
249
|
-
}
|
|
250
|
-
else {
|
|
251
|
-
this.display = false;
|
|
252
|
-
this.util.showError('We were not able to verify your identity. Please follow the instructions.');
|
|
253
|
-
setTimeout(() => this.usps.emit(), 1000);
|
|
254
|
-
}
|
|
255
|
-
return of(null);
|
|
256
|
-
}), tap(x => {
|
|
257
|
-
if (!x) {
|
|
258
|
-
this.display = false;
|
|
259
|
-
this.util.showError('We were not able to verify your identity. Please follow the instructions.');
|
|
260
|
-
setTimeout(() => this.usps.emit(), 1000);
|
|
261
|
-
return;
|
|
262
|
-
}
|
|
263
|
-
if (x?.review_status == "pass") {
|
|
264
|
-
this.display = false;
|
|
265
|
-
setTimeout(() => this.success.emit(), 1000);
|
|
266
|
-
return;
|
|
267
|
-
}
|
|
268
|
-
this.display = true;
|
|
269
|
-
this.submitted = false;
|
|
270
|
-
this.answers = this.blankAnswers;
|
|
271
|
-
this.questionLength = x['iidqa.question_set'].Questions.length;
|
|
272
|
-
this.answers.auth_selection_id = x.auth_selection_id;
|
|
273
|
-
this.answers['iidqa.answers'].QuestionSetId = x['iidqa.question_set'].QuestionSetId;
|
|
274
|
-
}));
|
|
275
|
-
}
|
|
276
|
-
/**
|
|
277
|
-
* The submit button press
|
|
278
|
-
*/
|
|
279
|
-
submit() {
|
|
280
|
-
this.submitted = true;
|
|
281
|
-
if (!this.checkForm()) {
|
|
282
|
-
return;
|
|
283
|
-
}
|
|
284
|
-
this.lnAuthenticationQA(this.answers);
|
|
285
|
-
}
|
|
286
|
-
/**
|
|
287
|
-
*
|
|
288
|
-
* @returns is form valid
|
|
289
|
-
*/
|
|
290
|
-
checkForm() {
|
|
291
|
-
if (this.answers['iidqa.answers'].Questions.length !== this.questionLength) {
|
|
292
|
-
return false;
|
|
293
|
-
}
|
|
294
|
-
return this.answers['iidqa.answers'].Questions.map(x => !!x).reduce((x, y) => x && y);
|
|
295
|
-
}
|
|
296
|
-
static { this.ɵfac = function LexisNexisComponent_Factory(t) { return new (t || LexisNexisComponent)(i0.ɵɵdirectiveInject(i1.UtilService), i0.ɵɵdirectiveInject(i2.LexisNexisService)); }; }
|
|
297
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LexisNexisComponent, selectors: [["app-lexis-nexis"]], inputs: { display: "display", userDetails: "userDetails", page: "page", userModel: "userModel", userName: "userName", customerEventType: "customerEventType" }, outputs: { success: "success", close: "close", error: "error", usps: "usps" }, features: [i0.ɵɵNgOnChangesFeature], decls: 8, vars: 6, consts: [["modal", "true", "appendTo", "body", "position", "top", 3, "visible", "breakpoints", "visibleChange"], [1, "dialog-content"], ["name", "help-outline"], [4, "ngIf"], ["shape", "round", "type", "submit", 1, "ionButton", 3, "click"], ["class", "question-field", 4, "ngFor", "ngForOf"], ["class", "validator", 4, "ngIf"], [1, "question-field"], [1, "question", 3, "for"], ["class", "answer", 4, "ngFor", "ngForOf"], [1, "hint"], [1, "answer"], ["type", "radio", 3, "name", "id", "ngModel", "value", "ngModelChange"], [3, "for"], [1, "validator"]], template: function LexisNexisComponent_Template(rf, ctx) { if (rf & 1) {
|
|
298
|
-
i0.ɵɵelementStart(0, "p-dialog", 0);
|
|
299
|
-
i0.ɵɵlistener("visibleChange", function LexisNexisComponent_Template_p_dialog_visibleChange_0_listener($event) { return ctx.display = $event; });
|
|
300
|
-
i0.ɵɵelementStart(1, "form", 1);
|
|
301
|
-
i0.ɵɵelement(2, "ion-icon", 2);
|
|
302
|
-
i0.ɵɵtemplate(3, LexisNexisComponent_div_3_Template, 3, 2, "div", 3);
|
|
303
|
-
i0.ɵɵpipe(4, "async");
|
|
304
|
-
i0.ɵɵelementEnd();
|
|
305
|
-
i0.ɵɵelementStart(5, "p-footer")(6, "ion-button", 4);
|
|
306
|
-
i0.ɵɵlistener("click", function LexisNexisComponent_Template_ion_button_click_6_listener() { return ctx.submit(); });
|
|
307
|
-
i0.ɵɵtext(7, "Submit");
|
|
308
|
-
i0.ɵɵelementEnd()()();
|
|
309
|
-
} if (rf & 2) {
|
|
310
|
-
i0.ɵɵproperty("visible", ctx.display)("breakpoints", i0.ɵɵpureFunction0(5, _c3));
|
|
311
|
-
i0.ɵɵadvance(3);
|
|
312
|
-
i0.ɵɵproperty("ngIf", i0.ɵɵpipeBind1(4, 3, ctx.data));
|
|
313
|
-
} }, dependencies: [i3.IonButton, i3.IonIcon, i4.NgForOf, i4.NgIf, i5.Footer, i6.MatError, i7.ɵNgNoValidate, i7.DefaultValueAccessor, i7.RadioControlValueAccessor, i7.NgControlStatus, i7.NgControlStatusGroup, i7.NgModel, i7.NgForm, i8.Dialog, i9.Divider, i4.AsyncPipe], styles: [".dialog-content[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{display:inline-block}ion-icon[_ngcontent-%COMP%]{font-size:90px;vertical-align:top}.question-field[_ngcontent-%COMP%]{margin:10px 0}.question-field[_ngcontent-%COMP%] .question[_ngcontent-%COMP%]{font-size:20px}.question-field[_ngcontent-%COMP%] .answer[_ngcontent-%COMP%]{margin-left:8px}.hint[_ngcontent-%COMP%]{font-weight:600}"] }); }
|
|
314
|
-
}
|
|
315
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LexisNexisComponent, [{
|
|
316
|
-
type: Component,
|
|
317
|
-
args: [{ selector: 'app-lexis-nexis', template: "<p-dialog [(visible)]=\"display\" modal=\"true\" appendTo=\"body\" [breakpoints]=\"{'1024px': '75vw', '768px': '85vw', '640px': '100vw'}\" position=\"top\">\r\n <form class=\"dialog-content\">\r\n <ion-icon name=\"help-outline\"></ion-icon>\r\n <div *ngIf=\"data | async; let d\">\r\n <div *ngFor=\"let q of d['iidqa.question_set']?.Questions; let i = index\" class=\"question-field\">\r\n <label class=\"question\" [for]=\"'question-' + i\">{{q.Text.Statement}}</label>\r\n <div class=\"answer\" *ngFor=\"let choices of q.Choices; let j = index\">\r\n <input [name]=\"'question-' + i\" type=\"radio\" [id]=\"'question-'+i+'-'+j\" [(ngModel)]=\"answers['iidqa.answers'].Questions[i]\" [value]=\"{Choices: [{Choice: choices.ChoiceId}], QuestionId: q.QuestionId}\">\r\n <label [for]=\"'question-'+i+'-'+j\">\r\n {{choices.Text.Statement}}\r\n </label>\r\n </div>\r\n <div class=\"hint\">\r\n {{q.HelpText.Statement}}\r\n </div>\r\n <p-divider></p-divider>\r\n </div>\r\n <mat-error class=\"validator\" *ngIf=\"submitted && !checkForm()\">\r\n All fields are required.\r\n </mat-error>\r\n </div>\r\n </form>\r\n <p-footer>\r\n <ion-button shape=\"round\" type=\"submit\" class=\"ionButton\" (click)=\"submit()\">Submit</ion-button>\r\n </p-footer>\r\n</p-dialog>", styles: [".dialog-content>*{display:inline-block}ion-icon{font-size:90px;vertical-align:top}.question-field{margin:10px 0}.question-field .question{font-size:20px}.question-field .answer{margin-left:8px}.hint{font-weight:600}\n"] }]
|
|
318
|
-
}], () => [{ type: i1.UtilService }, { type: i2.LexisNexisService }], { display: [{
|
|
319
|
-
type: Input
|
|
320
|
-
}], userDetails: [{
|
|
321
|
-
type: Input
|
|
322
|
-
}], page: [{
|
|
323
|
-
type: Input
|
|
324
|
-
}], userModel: [{
|
|
325
|
-
type: Input
|
|
326
|
-
}], userName: [{
|
|
327
|
-
type: Input
|
|
328
|
-
}], customerEventType: [{
|
|
329
|
-
type: Input
|
|
330
|
-
}], success: [{
|
|
331
|
-
type: Output
|
|
332
|
-
}], close: [{
|
|
333
|
-
type: Output
|
|
334
|
-
}], error: [{
|
|
335
|
-
type: Output
|
|
336
|
-
}], usps: [{
|
|
337
|
-
type: Output
|
|
338
|
-
}] }); })();
|
|
339
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LexisNexisComponent, { className: "LexisNexisComponent", filePath: "lib\\components\\lexis-nexis\\lexis-nexis.component.ts", lineNumber: 18 }); })();
|
|
340
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGV4aXMtbmV4aXMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9jb21wb25lbnRzL2xleGlzLW5leGlzL2xleGlzLW5leGlzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9sZXhpcy1uZXhpcy9sZXhpcy1uZXhpcy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQWEsTUFBTSxFQUFpQixNQUFNLGVBQWUsQ0FBQztBQUdqRyxPQUFPLEVBQUUsVUFBVSxFQUFjLEVBQUUsRUFBRSxHQUFHLEVBQUUsVUFBVSxFQUFFLE1BQU0sTUFBTSxDQUFDOzs7Ozs7Ozs7Ozs7Ozs7O0lDR25ELCtCQUFxRSxnQkFBQTtJQUNNLHlRQUFxQixlQUFlLGdDQUFlO0lBQTNILGlCQUF3TTtJQUN4TSxpQ0FBbUM7SUFDL0IsWUFDSDtJQUFBLGlCQUFRLEVBQUE7Ozs7Ozs7O0lBSEYsZUFBd0I7SUFBeEIseUNBQXdCLHVDQUFBLDREQUFBLG9JQUFBO0lBQ3hCLGVBQTJCO0lBQTNCLHFEQUEyQjtJQUM5QixlQUNIO0lBREcsMERBQ0g7OztJQU5SLDhCQUFnRyxlQUFBO0lBQzVDLFlBQW9CO0lBQUEsaUJBQVE7SUFDNUUsaUZBS007SUFDTiwrQkFBa0I7SUFDZCxZQUNKO0lBQUEsaUJBQU07SUFDTiw0QkFBdUI7SUFDM0IsaUJBQU07Ozs7SUFYc0IsZUFBdUI7SUFBdkIsd0NBQXVCO0lBQUMsZUFBb0I7SUFBcEIseUNBQW9CO0lBQzVCLGVBQWM7SUFBZCxzQ0FBYztJQU9sRCxlQUNKO0lBREksd0RBQ0o7OztJQUdKLHFDQUErRDtJQUMzRCwwQ0FDSjtJQUFBLGlCQUFZOzs7SUFoQmpCLDJCQUFpQztJQUM1QiwwRUFZTSx5RUFBQTtJQUlWLGlCQUFNOzs7O0lBaEJpQixlQUF1QztJQUF2QywwR0FBdUM7SUFhNUIsZUFBK0I7SUFBL0IsOERBQStCOzs7QURSekU7O0dBRUc7QUFNSCxNQUFNLE9BQU8sbUJBQW1CO0lBNEI5QixJQUFJLFlBQVk7UUFBd0MsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUM7WUFDdkYsaUJBQWlCLEVBQUUsSUFBSTtZQUN2QixlQUFlLEVBQUU7Z0JBQ2YsYUFBYSxFQUFFLElBQUk7Z0JBQ25CLFNBQVMsRUFBRSxFQUFFO2FBQ2hCO1NBQUMsQ0FBQyxDQUFDLENBQUE7SUFBQSxDQUFDO0lBQUEsQ0FBQztJQU9OLFlBQ1MsSUFBaUIsRUFDakIsRUFBcUI7UUFEckIsU0FBSSxHQUFKLElBQUksQ0FBYTtRQUNqQixPQUFFLEdBQUYsRUFBRSxDQUFtQjtRQXhDZCxZQUFPLEdBQUcsS0FBSyxDQUFDO1FBRWhDLDJEQUEyRDtRQUMzQyxnQkFBVyxHQUFvQyxJQUFJLENBQUM7UUFFcEUsaURBQWlEO1FBQ2pDLFNBQUksR0FBWSxJQUFJLENBQUM7UUFRM0IsWUFBTyxHQUFzQixJQUFJLFlBQVksRUFBRSxDQUFDO1FBRWhELFVBQUssR0FBc0IsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUU5QyxVQUFLLEdBQXNCLElBQUksWUFBWSxFQUFFLENBQUM7UUFFOUMsU0FBSSxHQUFzQixJQUFJLFlBQVksRUFBRSxDQUFDO1FBR2hELGNBQVMsR0FBRyxLQUFLLENBQUM7UUFVbEIsWUFBTyxHQUF3QyxJQUFJLENBQUMsWUFBWSxDQUFDO1FBR2pFLGdCQUFXLEdBQWMsRUFBRSxDQUFDO0lBS2hDLENBQUM7SUFDSjs7OztPQUlHO0lBQ0gsV0FBVyxDQUFDLE9BQXNCO1FBQ2hDLElBQUksQ0FBQyxPQUFPLENBQUMsT0FBTyxDQUFDLFlBQVksRUFBRTtZQUNqQyxPQUFPO1NBQ1I7UUFDRCxJQUFJLENBQUMsT0FBTyxHQUFHLEtBQUssQ0FBQztRQUNyQixJQUFJLElBQUksQ0FBQyxJQUFJLEtBQUssR0FBRyxFQUFFO1lBQ3JCLElBQUksQ0FBQyxZQUFZLEVBQUUsQ0FBQztTQUNyQjthQUFNO1lBQ0wsSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFDO1NBQ25CO0lBQ0gsQ0FBQztJQUVELFVBQVU7UUFDUixJQUFJLEtBQUssR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDO1FBQzFCLElBQUksaUJBQWlCLEdBQUcsSUFBSSxDQUFDLGlCQUFpQixDQUFDO1FBQy9DLElBQUcsSUFBSSxDQUFDLFNBQVMsRUFBQztZQUNoQixLQUFLLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxRQUFRLENBQUM7U0FDakM7UUFDRCxJQUFJLENBQUMsRUFBRSxDQUFDLHFCQUFxQixDQUFDLEtBQUssRUFBRSxpQkFBaUIsQ0FBQzthQUN0RCxJQUFJLENBQ0gsVUFBVSxDQUFDLENBQUMsS0FBSyxFQUFFLEVBQUU7WUFDbkIsSUFBSSxDQUFDLE9BQU8sR0FBRyxLQUFLLENBQUM7WUFDckIsSUFBSSxLQUFLLENBQUMsR0FBRyxDQUFDLFFBQVEsQ0FBQyxnREFBZ0QsQ0FBQyxFQUFFO2dCQUN4RSxPQUFPLENBQUMsR0FBRyxDQUFDLGdEQUFnRCxDQUFDLENBQUM7YUFDL0Q7aUJBQU0sSUFBSSxLQUFLLENBQUMsR0FBRyxDQUFDLFFBQVEsQ0FBQyxnREFBZ0QsQ0FBQyxFQUFFO2dCQUMvRSxPQUFPLENBQUMsR0FBRyxDQUFDLGdEQUFnRCxDQUFDLENBQUM7YUFDL0Q7aUJBQU0sSUFBSSxLQUFLLENBQUMsR0FBRyxDQUFDLFFBQVEsQ0FBQyx3QkFBd0IsQ0FBQyxFQUFFO2dCQUN2RCxPQUFPLENBQUMsR0FBRyxDQUFDLHdCQUF3QixDQUFDLENBQUM7YUFDdkM7aUJBQU0sSUFBSSxLQUFLLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDLFFBQVEsQ0FBQyw0QkFBNEIsQ0FBQyxFQUFDO2dCQUM3RCxPQUFPLENBQUMsR0FBRyxDQUFDLDRCQUE0QixDQUFDLENBQUM7YUFDM0M7aUJBQU07Z0JBQ0wsT0FBTyxDQUFDLEdBQUcsQ0FBQyw2QkFBNkIsQ0FBQyxDQUFDO2FBQzVDO1lBQ0QsSUFBSSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsMkVBQTJFLENBQUMsQ0FBQztZQUNqRyxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztZQUN6QyxPQUFPLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLEtBQUssQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDO1FBQzVDLENBQUMsQ0FBQyxDQUNIO2FBQ0EsU0FBUyxDQUFDLENBQUMsUUFBb0IsRUFBRSxFQUFFO1lBQ2xDLElBQUksUUFBUSxLQUFLLElBQUksRUFBRTtnQkFDckIsSUFBRyxRQUFRLEVBQUUsY0FBYyxLQUFLLFNBQVMsSUFBSSxDQUFDLFFBQVEsRUFBRSxhQUFhLEtBQUssV0FBVyxDQUFDLEVBQUM7b0JBQ3JGLElBQUcsUUFBUSxFQUFFLHNCQUFzQixDQUFDLENBQUMsQ0FBQyxFQUFFLGlCQUFpQixFQUFDO3dCQUN4RCxJQUFJLENBQUMsb0JBQW9CLEdBQUc7NEJBQzFCLGlCQUFpQixFQUFHLFFBQVEsRUFBRSxzQkFBc0IsQ0FBQyxDQUFDLENBQUMsRUFBRSxpQkFBaUI7NEJBQzFFLGVBQWUsRUFBRSxJQUFJO3lCQUN0QixDQUFDO3dCQUNGLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxJQUFJLENBQUMsb0JBQW9CLENBQUMsQ0FBQztxQkFDcEQ7eUJBQUs7d0JBQ0osT0FBTyxDQUFDLEdBQUcsQ0FBQyw4QkFBOEIsQ0FBQyxDQUFDO3dCQUM1QyxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQywyRUFBMkUsQ0FBQyxDQUFDO3dCQUM1RixVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztxQkFDMUM7aUJBQ0Y7YUFDRjtpQkFBTTtnQkFDTCxPQUFPLENBQUMsR0FBRyxDQUFDLHlCQUF5QixDQUFDLENBQUM7Z0JBQ3ZDLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLDJFQUEyRSxDQUFDLENBQUM7Z0JBQzVGLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksRUFBRSxFQUFFLElBQUksQ0FBQyxDQUFDO2FBQzFDO1FBQ0gsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO0lBRUQsWUFBWTtRQUNWLElBQUksQ0FBQyxFQUFFLENBQUMsdUJBQXVCLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQzthQUNoRCxJQUFJLENBQ0gsVUFBVSxDQUFDLENBQUMsS0FBSyxFQUFFLEVBQUU7WUFDbkIsSUFBSSxDQUFDLE9BQU8sR0FBRyxLQUFLLENBQUM7WUFDckIsSUFBSSxLQUFLLENBQUMsR0FBRyxDQUFDLFFBQVEsQ0FBQyxnREFBZ0QsQ0FBQyxFQUFFO2dCQUN4RSxPQUFPLENBQUMsR0FBRyxDQUFDLGdEQUFnRCxDQUFDLENBQUM7YUFDL0Q7aUJBQU0sSUFBSSxLQUFLLENBQUMsR0FBRyxDQUFDLFFBQVEsQ0FBQyxnREFBZ0QsQ0FBQyxFQUFFO2dCQUMvRSxPQUFPLENBQUMsR0FBRyxDQUFDLGdEQUFnRCxDQUFDLENBQUM7YUFDL0Q7aUJBQU0sSUFBSSxLQUFLLENBQUMsR0FBRyxDQUFDLFFBQVEsQ0FBQyx3QkFBd0IsQ0FBQyxFQUFFO2dCQUN2RCxPQUFPLENBQUMsR0FBRyxDQUFDLHdCQUF3QixDQUFDLENBQUM7YUFDdkM7aUJBQU0sSUFBSSxLQUFLLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDLFFBQVEsQ0FBQyw0QkFBNEIsQ0FBQyxFQUFDO2dCQUM3RCxPQUFPLENBQUMsR0FBRyxDQUFDLDRCQUE0QixDQUFDLENBQUM7YUFDM0M7aUJBQU07Z0JBQ0wsT0FBTyxDQUFDLEdBQUcsQ0FBQyw0QkFBNEIsQ0FBQyxDQUFDO2FBQzNDO1lBQ0QsSUFBSSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsMkVBQTJFLENBQUMsQ0FBQztZQUNqRyxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztZQUN6QyxPQUFPLEVBQUUsQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUNsQixDQUFDLENBQUMsQ0FDSDthQUNBLFNBQVMsQ0FBQyxDQUFDLFFBQW9CLEVBQUUsRUFBRTtZQUNsQyxJQUFJLFFBQVEsS0FBSyxJQUFJLEVBQUU7Z0JBQ3JCLElBQUcsUUFBUSxFQUFFLGNBQWMsS0FBSyxTQUFTLElBQUksQ0FBQyxRQUFRLEVBQUUsYUFBYSxLQUFLLFdBQVcsQ0FBQyxFQUFDO29CQUNyRixJQUFHLFFBQVEsRUFBRSxzQkFBc0IsQ0FBQyxDQUFDLENBQUMsRUFBRSxpQkFBaUIsRUFBQzt3QkFDeEQsSUFBSSxDQUFDLG9CQUFvQixHQUFHOzRCQUMxQixpQkFBaUIsRUFBRyxRQUFRLEVBQUUsc0JBQXNCLENBQUMsQ0FBQyxDQUFDLEVBQUUsaUJBQWlCOzRCQUMxRSxlQUFlLEVBQUUsSUFBSTt5QkFDdEIsQ0FBQzt3QkFDRixJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQzt3QkFDcEIsSUFBSSxDQUFDLGtCQUFrQixDQUFDLElBQUksQ0FBQyxvQkFBb0IsQ0FBQyxDQUFDO3FCQUNwRDt5QkFBSzt3QkFDSixPQUFPLENBQUMsR0FBRyxDQUFDLDhCQUE4QixDQUFDLENBQUM7d0JBQzVDLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLDJFQUEyRSxDQUFDLENBQUM7d0JBQzVGLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksRUFBRSxFQUFFLElBQUksQ0FBQyxDQUFDO3FCQUMxQztpQkFDRjthQUNGO2lCQUFNO2dCQUNMLE9BQU8sQ0FBQyxHQUFHLENBQUMseUJBQXlCLENBQUMsQ0FBQztnQkFDdkMsSUFBSSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsMkVBQTJFLENBQUMsQ0FBQzthQUM3RjtRQUNILENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUNEOzs7T0FHRztJQUNILGtCQUFrQixDQUFDLG9CQUEwRDtRQUMzRSxJQUFJLENBQUMsSUFBSSxHQUFHLElBQUksQ0FBQyxFQUFFLENBQUMsa0JBQWtCLENBQUMsb0JBQW9CLENBQUM7YUFDM0QsSUFBSSxDQUNILFVBQVUsQ0FBQyxDQUFDLEtBQUssRUFBRSxFQUFFO1lBQ25CLElBQUksQ0FBQyxPQUFPLEdBQUcsS0FBSyxDQUFDO1lBQ3JCLElBQUcsS0FBSyxDQUFDLEdBQUcsQ0FBQyxRQUFRLENBQUMsc0JBQXNCLENBQUMsRUFBQztnQkFDNUMsSUFBSSxDQUFDLE9BQU8sR0FBRyxLQUFLLENBQUM7Z0JBQ3JCLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxFQUFFLElBQUksQ0FBQyxDQUFDO2FBQzdDO2lCQUFNLElBQUcsS0FBSyxDQUFDLEdBQUcsQ0FBQyxRQUFRLENBQUMsZ0RBQWdELENBQUMsRUFBQztnQkFDN0UsSUFBSSxDQUFDLE9BQU8sR0FBRyxLQUFLLENBQUM7Z0JBQ3JCLElBQUksQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLDJFQUEyRSxDQUFDLENBQUM7Z0JBQ2pHLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksRUFBRSxFQUFFLElBQUksQ0FBQyxDQUFDO2FBQzFDO2lCQUFNLElBQUksS0FBSyxDQUFDLEdBQUcsQ0FBQyxRQUFRLENBQUMsd0JBQXdCLENBQUMsRUFBRTtnQkFDdkQsSUFBSSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsMkVBQTJFLENBQUMsQ0FBQztnQkFDakcsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFLEVBQUUsSUFBSSxDQUFDLENBQUM7YUFDMUM7aUJBQU0sSUFBSSxLQUFLLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDLFFBQVEsQ0FBQyw0QkFBNEIsQ0FBQyxFQUFDO2dCQUM3RCxJQUFJLENBQUMsT0FBTyxHQUFHLEtBQUssQ0FBQztnQkFDckIsSUFBSSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsMkVBQTJFLENBQUMsQ0FBQztnQkFDakcsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFLEVBQUUsSUFBSSxDQUFDLENBQUM7YUFDMUM7aUJBQU07Z0JBQ0wsSUFBSSxDQUFDLE9BQU8sR0FBRyxLQUFLLENBQUM7Z0JBQ3JCLElBQUksQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLDJFQUEyRSxDQUFDLENBQUM7Z0JBQ2pHLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksRUFBRSxFQUFFLElBQUksQ0FBQyxDQUFDO2FBQzFDO1lBQ0QsT0FBTyxFQUFFLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDbEIsQ0FBQyxDQUFDLEVBQ0YsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFO1lBQ04sSUFBSSxDQUFDLENBQUMsRUFBRTtnQkFDTixJQUFJLENBQUMsT0FBTyxHQUFHLEtBQUssQ0FBQztnQkFDckIsSUFBSSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsMkVBQTJFLENBQUMsQ0FBQztnQkFDakcsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFLEVBQUUsSUFBSSxDQUFDLENBQUM7Z0JBQ3pDLE9BQU87YUFDUjtZQUNELElBQUcsQ0FBQyxFQUFFLGFBQWEsSUFBSSxNQUFNLEVBQUM7Z0JBQzVCLElBQUksQ0FBQyxPQUFPLEdBQUcsS0FBSyxDQUFDO2dCQUNyQixVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztnQkFDNUMsT0FBTzthQUNSO1lBQ0QsSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUM7WUFDcEIsSUFBSSxDQUFDLFNBQVMsR0FBRyxLQUFLLENBQUM7WUFDdkIsSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDO1lBQ2pDLElBQUksQ0FBQyxjQUFjLEdBQUcsQ0FBQyxDQUFDLG9CQUFvQixDQUFDLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQztZQUMvRCxJQUFJLENBQUMsT0FBTyxDQUFDLGlCQUFpQixHQUFHLENBQUMsQ0FBQyxpQkFBaUIsQ0FBQztZQUNyRCxJQUFJLENBQUMsT0FBTyxDQUFDLGVBQWUsQ0FBQyxDQUFDLGFBQWEsR0FBRyxDQUFDLENBQUMsb0JBQW9CLENBQUMsQ0FBQyxhQUFhLENBQUM7UUFDdEYsQ0FBQyxDQUFDLENBQ0gsQ0FBQTtJQUNILENBQUM7SUFDRDs7T0FFRztJQUNILE1BQU07UUFDSixJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQztRQUV0QixJQUFHLENBQUMsSUFBSSxDQUFDLFNBQVMsRUFBRSxFQUFFO1lBQ3BCLE9BQU87U0FDUjtRQUNELElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUM7SUFDeEMsQ0FBQztJQUNEOzs7T0FHRztJQUNILFNBQVM7UUFDUCxJQUFJLElBQUksQ0FBQyxPQUFPLENBQUMsZUFBZSxDQUFDLENBQUMsU0FBUyxDQUFDLE1BQU0sS0FBSyxJQUFJLENBQUMsY0FBYyxFQUFFO1lBQzFFLE9BQU8sS0FBSyxDQUFDO1NBQ2Q7UUFFRCxPQUFPLElBQUksQ0FBQyxPQUFPLENBQUMsZUFBZSxDQUFDLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLEVBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLElBQUUsQ0FBQyxDQUFDLENBQUM7SUFDckYsQ0FBQztvRkFqT1UsbUJBQW1CO29FQUFuQixtQkFBbUI7WUNqQmhDLG1DQUFrSjtZQUF4SSxnSkFBcUI7WUFDNUIsK0JBQTZCO1lBQzFCLDhCQUF5QztZQUN4QyxvRUFpQk87O1lBQ1YsaUJBQU87WUFDUCxnQ0FBVSxvQkFBQTtZQUNvRCxvR0FBUyxZQUFRLElBQUM7WUFBQyxzQkFBTTtZQUFBLGlCQUFhLEVBQUEsRUFBQTs7WUF2QjlGLHFDQUFxQiwyQ0FBQTtZQUdsQixlQUFvQjtZQUFwQixxREFBb0I7OztpRkRjcEIsbUJBQW1CO2NBTC9CLFNBQVM7MkJBQ0UsaUJBQWlCOzRFQU1YLE9BQU87a0JBQXRCLEtBQUs7WUFHVSxXQUFXO2tCQUExQixLQUFLO1lBR1UsSUFBSTtrQkFBbkIsS0FBSztZQUVVLFNBQVM7a0JBQXhCLEtBQUs7WUFFVSxRQUFRO2tCQUF2QixLQUFLO1lBRVUsaUJBQWlCO2tCQUFoQyxLQUFLO1lBRUksT0FBTztrQkFBaEIsTUFBTTtZQUVHLEtBQUs7a0JBQWQsTUFBTTtZQUVHLEtBQUs7a0JBQWQsTUFBTTtZQUVHLElBQUk7a0JBQWIsTUFBTTs7a0ZBdEJJLG1CQUFtQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT25DaGFuZ2VzLCBPdXRwdXQsIFNpbXBsZUNoYW5nZXMgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgVXRpbFNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy91dGlsL3V0aWwuc2VydmljZSc7XHJcbmltcG9ydCB7IExleGlzTmV4aXNTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvbGV4aXMtbmV4aXMvbGV4aXMubmV4aXMuc2VydmljZSc7XHJcbmltcG9ydCB7IGNhdGNoRXJyb3IsIE9ic2VydmFibGUsIG9mLCB0YXAsIHRocm93RXJyb3IgfSBmcm9tICdyeGpzJztcclxuaW1wb3J0IHsgTGV4aXNOZXhpc0F1dGhTZWxlY3Rpb25SZXF1ZXN0TW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvTGV4aXNOZXhpc0F1dGhTZWxlY3Rpb25SZXF1ZXN0TW9kZWwnO1xyXG5pbXBvcnQgeyBMZXhpc05leGlzQWNjb3VudENyZWF0aW9uTW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvTGV4aXNOZXhpc0FjY291bnRDcmVhdGlvbk1vZGVsJztcclxuaW1wb3J0IHsgTGV4aXNOZXhpc0F1dGhTZWxlY3Rpb25SZXNwb25zZU1vZGVsIH0gZnJvbSAnLi4vLi4vbW9kZWxzL0xleGlzTmV4aXNBdXRoU2VsZWN0aW9uUmVzcG9uc2VNb2RlbCc7XHJcbmltcG9ydCB7IFVzZXJNb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9Vc2VyTW9kZWwnO1xyXG5cclxuLyoqXHJcbiAqIFRvIEFjdGl2YXRlIHRoaXMgbW9kYWwgYXNzaWduIGRpc3BsYXk9dHJ1ZSwgdGhpcyB3aWxsIHdvcmsgYXMgbWFueSB0aW1lcyBhcyBuZWVkZWRcclxuICovXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLWxleGlzLW5leGlzJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vbGV4aXMtbmV4aXMuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL2xleGlzLW5leGlzLmNvbXBvbmVudC5zY3NzJ10sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBMZXhpc05leGlzQ29tcG9uZW50IGltcGxlbWVudHMgT25DaGFuZ2VzIHtcclxuXHJcbiAgQElucHV0KCkgcHVibGljIGRpc3BsYXkgPSBmYWxzZTtcclxuXHJcbiAgLyp1c2VyRGV0YWlscyA9IG51bGwgZm9yIG5vcm1hbCBmbG93LCAhPSBmb3IgU2lnblVwIGZsb3cgKi9cclxuICBASW5wdXQoKSBwdWJsaWMgdXNlckRldGFpbHMgOiBMZXhpc05leGlzQWNjb3VudENyZWF0aW9uTW9kZWwgPSBudWxsO1xyXG5cclxuICAvKnBhZ2UgPSBcIjM0NVwiIGZvciBTaWduVXAgZmxvdywgbnVsbCBmb3Igb3RoZXJzKi9cclxuICBASW5wdXQoKSBwdWJsaWMgcGFnZSA6IG51bWJlciA9IG51bGw7XHJcblxyXG4gIEBJbnB1dCgpIHB1YmxpYyB1c2VyTW9kZWwgOiBVc2VyTW9kZWw7XHJcblxyXG4gIEBJbnB1dCgpIHB1YmxpYyB1c2VyTmFtZSA6IHN0cmluZztcclxuXHJcbiAgQElucHV0KCkgcHVibGljIGN1c3RvbWVyRXZlbnRUeXBlIDogc3RyaW5nO1xyXG5cclxuICBAT3V0cHV0KCkgc3VjY2VzczogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG4gIEBPdXRwdXQoKSBjbG9zZTogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG4gIEBPdXRwdXQoKSBlcnJvcjogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG4gIEBPdXRwdXQoKSB1c3BzOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuXHJcbiAgcXVlc3Rpb25MZW5ndGg6IG51bWJlcjtcclxuICBwdWJsaWMgc3VibWl0dGVkID0gZmFsc2U7XHJcbiAgcHVibGljIGF1dGhTZWxlY3Rpb25SZXF1ZXN0IDogTGV4aXNOZXhpc0F1dGhTZWxlY3Rpb25SZXF1ZXN0TW9kZWw7XHJcblxyXG4gIGdldCBibGFua0Fuc3dlcnMoKTogTGV4aXNOZXhpc0F1dGhTZWxlY3Rpb25SZXF1ZXN0TW9kZWx7cmV0dXJuIEpTT04ucGFyc2UoSlNPTi5zdHJpbmdpZnkoe1xyXG4gICAgYXV0aF9zZWxlY3Rpb25faWQ6IG51bGwsIFxyXG4gICAgXCJpaWRxYS5hbnN3ZXJzXCI6IHtcclxuICAgICAgUXVlc3Rpb25TZXRJZDogbnVsbCxcclxuICAgICAgUXVlc3Rpb25zOiBbXVxyXG4gIH19KSl9O1xyXG5cclxuICBwdWJsaWMgYW5zd2VyczogTGV4aXNOZXhpc0F1dGhTZWxlY3Rpb25SZXF1ZXN0TW9kZWwgPSB0aGlzLmJsYW5rQW5zd2VycztcclxuXHJcbiAgcHVibGljIGRhdGEgOiBPYnNlcnZhYmxlPExleGlzTmV4aXNBdXRoU2VsZWN0aW9uUmVzcG9uc2VNb2RlbD47XHJcbiAgcHVibGljIGFuc3dlckFycmF5OiBzdHJpbmdbXSA9ICBbXTtcclxuXHJcbiAgY29uc3RydWN0b3IoXHJcbiAgICBwdWJsaWMgdXRpbDogVXRpbFNlcnZpY2UsXHJcbiAgICBwdWJsaWMgbG46IExleGlzTmV4aXNTZXJ2aWNlXHJcbiAgKSB7fVxyXG4gIC8qKlxyXG4gICAqIHdpbGwgY2FsbCBhcGkgd2hlbiBkaXNwbGF5IGlzIHNldCB0byB0cnVlXHJcbiAgICogQHBhcmFtIGNoYW5nZXMgXHJcbiAgICogQHJldHVybnMgXHJcbiAgICovXHJcbiAgbmdPbkNoYW5nZXMoY2hhbmdlczogU2ltcGxlQ2hhbmdlcyk6IHZvaWQge1xyXG4gICAgaWYgKCFjaGFuZ2VzLmRpc3BsYXkuY3VycmVudFZhbHVlKSB7XHJcbiAgICAgIHJldHVybjtcclxuICAgIH1cclxuICAgIHRoaXMuZGlzcGxheSA9IGZhbHNlO1xyXG4gICAgaWYgKHRoaXMucGFnZSA9PT0gMzQ1KSB7XHJcbiAgICAgIHRoaXMubG5RdWVyeUFwaVBJKCk7XHJcbiAgICB9IGVsc2Uge1xyXG4gICAgICB0aGlzLmxuUXVlcnlBcGkoKTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIGxuUXVlcnlBcGkoKXtcclxuICAgIHZhciB1TmFtZSA9IHRoaXMudXNlck5hbWU7XHJcbiAgICB2YXIgY3VzdG9tZXJFdmVudFR5cGUgPSB0aGlzLmN1c3RvbWVyRXZlbnRUeXBlO1xyXG4gICAgaWYodGhpcy51c2VyTW9kZWwpe1xyXG4gICAgICB1TmFtZSA9IHRoaXMudXNlck1vZGVsLnVzZXJuYW1lO1xyXG4gICAgfVxyXG4gICAgdGhpcy5sbi5nZXRMblF1ZXJ5QXBpUmVzcG9uc2UodU5hbWUsIGN1c3RvbWVyRXZlbnRUeXBlKVxyXG4gICAgLnBpcGUoXHJcbiAgICAgIGNhdGNoRXJyb3IoKGVycm9yKSA9PiB7XHJcbiAgICAgICAgdGhpcy5kaXNwbGF5ID0gZmFsc2U7XHJcbiAgICAgICAgaWYgKGVycm9yLm1zZy5pbmNsdWRlcyhcIkxleGlzIE5leGlzIFZlcmlmaWNhdGlvbiBGYWlsZWQuIFN0YXR1czpSZWplY3RcIikpIHtcclxuICAgICAgICAgIGNvbnNvbGUubG9nKCdMZXhpcyBOZXhpcyBWZXJpZmljYXRpb24gRmFpbGVkLiBTdGF0dXM6UmVqZWN0Jyk7XHJcbiAgICAgICAgfSBlbHNlIGlmIChlcnJvci5tc2cuaW5jbHVkZXMoXCJMZXhpcyBOZXhpcyBWZXJpZmljYXRpb24gRmFpbGVkLiBTdGF0dXM6UmV2aWV3XCIpKSB7XHJcbiAgICAgICAgICBjb25zb2xlLmxvZygnTGV4aXMgTmV4aXMgVmVyaWZpY2F0aW9uIEZhaWxlZC4gU3RhdHVzOlJldmlldycpO1xyXG4gICAgICAgIH0gZWxzZSBpZiAoZXJyb3IubXNnLmluY2x1ZGVzKFwiZmFpbF9pbnZhbGlkX3BhcmFtZXRlclwiKSkge1xyXG4gICAgICAgICAgY29uc29sZS5sb2coXCJmYWlsIGludmFsaWQgcGFyYW1ldGVyXCIpO1xyXG4gICAgICAgIH0gZWxzZSBpZiAoZXJyb3IubXNnWzBdLmluY2x1ZGVzKCdDbGFpbWFudCBBY2NvdW50IGlzIExvY2tlZCcpKXsgICAgXHJcbiAgICAgICAgICBjb25zb2xlLmxvZyhcIkNsYWltYW50IEFjY291bnQgaXMgTG9ja2VkXCIpO1xyXG4gICAgICAgIH0gZWxzZSB7XHJcbiAgICAgICAgICBjb25zb2xlLmxvZyhcIkxOIGZhaWxlZCBmb3Igb3RoZXIgcmVhc29uc1wiKTtcclxuICAgICAgICB9XHJcbiAgICAgICAgdGhpcy51dGlsLnNob3dFcnJvcignV2Ugd2VyZSBub3QgYWJsZSB0byB2ZXJpZnkgeW91ciBpZGVudGl0eS4gUGxlYXNlIGZvbGxvdyB0aGUgaW5zdHJ1Y3Rpb25zLicpO1xyXG4gICAgICAgIHNldFRpbWVvdXQoKCkgPT4gdGhpcy51c3BzLmVtaXQoKSwgMTAwMCk7XHJcbiAgICAgICAgcmV0dXJuIHRocm93RXJyb3IoKCkgPT4gbmV3IEVycm9yKGVycm9yKSk7XHJcbiAgICAgIH0pXHJcbiAgICApXHJcbiAgICAuc3Vic2NyaWJlKChyZXNwb25zZTogYW55IHwgbnVsbCkgPT4ge1xyXG4gICAgICBpZiAocmVzcG9uc2UgIT09IG51bGwpIHtcclxuICAgICAgICBpZihyZXNwb25zZT8ucmVxdWVzdF9yZXN1bHQgPT09IFwic3VjY2Vzc1wiICYmIChyZXNwb25zZT8ucmV2aWV3X3N0YXR1cyA9PT0gXCJjaGFsbGVuZ2VcIikpe1xyXG4gICAgICAgICAgaWYocmVzcG9uc2U/LmF1dGhfc2VsZWN0aW9uX21ldGhvZHNbMF0/LmF1dGhfc2VsZWN0aW9uX2lkKXtcclxuICAgICAgICAgICAgdGhpcy5hdXRoU2VsZWN0aW9uUmVxdWVzdCA9IHtcclxuICAgICAgICAgICAgICBhdXRoX3NlbGVjdGlvbl9pZCA6IHJlc3BvbnNlPy5hdXRoX3NlbGVjdGlvbl9tZXRob2RzWzBdPy5hdXRoX3NlbGVjdGlvbl9pZCxcclxuICAgICAgICAgICAgICAnaWlkcWEuYW5zd2Vycyc6IG51bGxcclxuICAgICAgICAgICAgfTtcclxuICAgICAgICAgICAgdGhpcy5sbkF1dGhlbnRpY2F0aW9uUUEodGhpcy5hdXRoU2VsZWN0aW9uUmVxdWVzdCk7XHJcbiAgICAgICAgICB9IGVsc2V7XHJcbiAgICAgICAgICAgIGNvbnNvbGUubG9nKFwiYXV0aCBzZWxlY3Rpb24gaWQgaXMgbWlzc2luZ1wiKTtcclxuICAgICAgICAgICAgdGhpcy51dGlsLmluZm8oJ1dlIHdlcmUgbm90IGFibGUgdG8gdmVyaWZ5IHlvdXIgaWRlbnRpdHkuIFBsZWFzZSBmb2xsb3cgdGhlIGluc3RydWN0aW9ucy4nKTtcclxuICAgICAgICAgICAgc2V0VGltZW91dCgoKSA9PiB0aGlzLnVzcHMuZW1pdCgpLCAxMDAwKTtcclxuICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICAgIH0gZWxzZSB7XHJcbiAgICAgICAgY29uc29sZS5sb2coXCJFbXB0eSByZXNwb25zZSByZWNlaXZlZFwiKTtcclxuICAgICAgICB0aGlzLnV0aWwuaW5mbygnV2Ugd2VyZSBub3QgYWJsZSB0byB2ZXJpZnkgeW91ciBpZGVudGl0eS4gUGxlYXNlIGZvbGxvdyB0aGUgaW5zdHJ1Y3Rpb25zLicpO1xyXG4gICAgICAgIHNldFRpbWVvdXQoKCkgPT4gdGhpcy51c3BzLmVtaXQoKSwgMTAwMCk7XHJcbiAgICAgIH1cclxuICAgIH0pO1xyXG4gIH1cclxuXHJcbiAgbG5RdWVyeUFwaVBJKCl7XHJcbiAgICB0aGlzLmxuLmdldExuUXVlcnlBcGlQSVJlc3BvbnNlKHRoaXMudXNlckRldGFpbHMpXHJcbiAgICAucGlwZShcclxuICAgICAgY2F0Y2hFcnJvcigoZXJyb3IpID0+IHtcclxuICAgICAgICB0aGlzLmRpc3BsYXkgPSBmYWxzZTtcclxuICAgICAgICBpZiAoZXJyb3IubXNnLmluY2x1ZGVzKFwiTGV4aXMgTmV4aXMgVmVyaWZpY2F0aW9uIEZhaWxlZC4gU3RhdHVzOlJlamVjdFwiKSkge1xyXG4gICAgICAgICAgY29uc29sZS5sb2coJ0xleGlzIE5leGlzIFZlcmlmaWNhdGlvbiBGYWlsZWQuIFN0YXR1czpSZWplY3QnKTtcclxuICAgICAgICB9IGVsc2UgaWYgKGVycm9yLm1zZy5pbmNsdWRlcyhcIkxleGlzIE5leGlzIFZlcmlmaWNhdGlvbiBGYWlsZWQuIFN0YXR1czpSZXZpZXdcIikpIHtcclxuICAgICAgICAgIGNvbnNvbGUubG9nKCdMZXhpcyBOZXhpcyBWZXJpZmljYXRpb24gRmFpbGVkLiBTdGF0dXM6UmV2aWV3Jyk7XHJcbiAgICAgICAgfSBlbHNlIGlmIChlcnJvci5tc2cuaW5jbHVkZXMoXCJmYWlsX2ludmFsaWRfcGFyYW1ldGVyXCIpKSB7XHJcbiAgICAgICAgICBjb25zb2xlLmxvZyhcImZhaWwgaW52YWxpZCBwYXJhbWV0ZXJcIik7XHJcbiAgICAgICAgfSBlbHNlIGlmIChlcnJvci5tc2dbMF0uaW5jbHVkZXMoJ0NsYWltYW50IEFjY291bnQgaXMgTG9ja2VkJykpeyAgICBcclxuICAgICAgICAgIGNvbnNvbGUubG9nKFwiQ2xhaW1hbnQgQWNjb3VudCBpcyBMb2NrZWRcIik7XHJcbiAgICAgICAgfSBlbHNlIHtcclxuICAgICAgICAgIGNvbnNvbGUubG9nKFwiTE4gZmFpbGVkIGZvciBvdGhlciByZWFzb25cIik7XHJcbiAgICAgICAgfVxyXG4gICAgICAgIHRoaXMudXRpbC5zaG93RXJyb3IoJ1dlIHdlcmUgbm90IGFibGUgdG8gdmVyaWZ5IHlvdXIgaWRlbnRpdHkuIFBsZWFzZSBmb2xsb3cgdGhlIGluc3RydWN0aW9ucy4nKTtcclxuICAgICAgICBzZXRUaW1lb3V0KCgpID0+IHRoaXMudXNwcy5lbWl0KCksIDEwMDApO1xyXG4gICAgICAgIHJldHVybiBvZihudWxsKTtcclxuICAgICAgfSlcclxuICAgIClcclxuICAgIC5zdWJzY3JpYmUoKHJlc3BvbnNlOiBhbnkgfCBudWxsKSA9PiB7XHJcbiAgICAgIGlmIChyZXNwb25zZSAhPT0gbnVsbCkge1xyXG4gICAgICAgIGlmKHJlc3BvbnNlPy5yZXF1ZXN0X3Jlc3VsdCA9PT0gXCJzdWNjZXNzXCIgJiYgKHJlc3BvbnNlPy5yZXZpZXdfc3RhdHVzID09PSBcImNoYWxsZW5nZVwiKSl7XHJcbiAgICAgICAgICBpZihyZXNwb25zZT8uYXV0aF9zZWxlY3Rpb25fbWV0aG9kc1swXT8uYXV0aF9zZWxlY3Rpb25faWQpe1xyXG4gICAgICAgICAgICB0aGlzLmF1dGhTZWxlY3Rpb25SZXF1ZXN0ID0ge1xyXG4gICAgICAgICAgICAgIGF1dGhfc2VsZWN0aW9uX2lkIDogcmVzcG9uc2U/LmF1dGhfc2VsZWN0aW9uX21ldGhvZHNbMF0/LmF1dGhfc2VsZWN0aW9uX2lkLFxyXG4gICAgICAgICAgICAgICdpaWRxYS5hbnN3ZXJzJzogbnVsbFxyXG4gICAgICAgICAgICB9O1xyXG4gICAgICAgICAgICB0aGlzLmRpc3BsYXkgPSB0cnVlO1xyXG4gICAgICAgICAgICB0aGlzLmxuQXV0aGVudGljYXRpb25RQSh0aGlzLmF1dGhTZWxlY3Rpb25SZXF1ZXN0KTtcclxuICAgICAgICAgIH0gZWxzZXtcclxuICAgICAgICAgICAgY29uc29sZS5sb2coXCJhdXRoIHNlbGVjdGlvbiBpZCBpcyBtaXNzaW5nXCIpO1xyXG4gICAgICAgICAgICB0aGlzLnV0aWwuaW5mbygnV2Ugd2VyZSBub3QgYWJsZSB0byB2ZXJpZnkgeW91ciBpZGVudGl0eS4gUGxlYXNlIGZvbGxvdyB0aGUgaW5zdHJ1Y3Rpb25zLicpO1xyXG4gICAgICAgICAgICBzZXRUaW1lb3V0KCgpID0+IHRoaXMudXNwcy5lbWl0KCksIDEwMDApO1xyXG4gICAgICAgICAgfVxyXG4gICAgICAgIH1cclxuICAgICAgfSBlbHNlIHtcclxuICAgICAgICBjb25zb2xlLmxvZyhcIkVtcHR5IHJlc3BvbnNlIHJlY2VpdmVkXCIpO1xyXG4gICAgICAgIHRoaXMudXRpbC5pbmZvKCdXZSB3ZXJlIG5vdCBhYmxlIHRvIHZlcmlmeSB5b3VyIGlkZW50aXR5LiBQbGVhc2UgZm9sbG93IHRoZSBpbnN0cnVjdGlvbnMuJyk7XHJcbiAgICAgIH1cclxuICAgIH0pO1xyXG4gIH1cclxuICAvKipcclxuICAgKiBzdWJtaXQgYnV0dG9uIGFuZCBnZXQgbmV3IHF1ZXN0aW9uIGluIHRoZSBiZWdpbm5pbmdcclxuICAgKiBAcGFyYW0gYXV0aFNlbGVjdGlvblJlcXVlc3QgXHJcbiAgICovXHJcbiAgbG5BdXRoZW50aWNhdGlvblFBKGF1dGhTZWxlY3Rpb25SZXF1ZXN0IDogTGV4aXNOZXhpc0F1dGhTZWxlY3Rpb25SZXF1ZXN0TW9kZWwpe1xyXG4gICAgdGhpcy5kYXRhID0gdGhpcy5sbi5sbkF1dGhlbnRpY2F0aW9uUUEoYXV0aFNlbGVjdGlvblJlcXVlc3QpXHJcbiAgICAucGlwZShcclxuICAgICAgY2F0Y2hFcnJvcigoZXJyb3IpID0+IHtcclxuICAgICAgICB0aGlzLmRpc3BsYXkgPSBmYWxzZTtcclxuICAgICAgICBpZihlcnJvci5tc2cuaW5jbHVkZXMoXCJMZXhpcyBOZXhpcyBWZXJpZmllZFwiKSl7XHJcbiAgICAgICAgICB0aGlzLmRpc3BsYXkgPSBmYWxzZTtcclxuICAgICAgICAgIHNldFRpbWVvdXQoKCkgPT4gdGhpcy5zdWNjZXNzLmVtaXQoKSwgMTAwMCk7XHJcbiAgICAgICAgfSBlbHNlIGlmKGVycm9yLm1zZy5pbmNsdWRlcyhcIkxleGlzIE5leGlzIFZlcmlmaWNhdGlvbiBGYWlsZWQuIFN0YXR1czpSZWplY3RcIikpe1xyXG4gICAgICAgICAgdGhpcy5kaXNwbGF5ID0gZmFsc2U7XHJcbiAgICAgICAgICB0aGlzLnV0aWwuc2hvd0Vycm9yKCdXZSB3ZXJlIG5vdCBhYmxlIHRvIHZlcmlmeSB5b3VyIGlkZW50aXR5LiBQbGVhc2UgZm9sbG93IHRoZSBpbnN0cnVjdGlvbnMuJyk7XHJcbiAgICAgICAgICBzZXRUaW1lb3V0KCgpID0+IHRoaXMudXNwcy5lbWl0KCksIDEwMDApO1xyXG4gICAgICAgIH0gZWxzZSBpZiAoZXJyb3IubXNnLmluY2x1ZGVzKFwiZmFpbF9pbnZhbGlkX3BhcmFtZXRlclwiKSkge1xyXG4gICAgICAgICAgdGhpcy51dGlsLnNob3dFcnJvcignV2Ugd2VyZSBub3QgYWJsZSB0byB2ZXJpZnkgeW91ciBpZGVudGl0eS4gUGxlYXNlIGZvbGxvdyB0aGUgaW5zdHJ1Y3Rpb25zLicpO1xyXG4gICAgICAgICAgc2V0VGltZW91dCgoKSA9PiB0aGlzLnVzcHMuZW1pdCgpLCAxMDAwKTtcclxuICAgICAgICB9IGVsc2UgaWYgKGVycm9yLm1zZ1swXS5pbmNsdWRlcygnQ2xhaW1hbnQgQWNjb3VudCBpcyBMb2NrZWQnKSl7XHJcbiAgICAgICAgICB0aGlzLmRpc3BsYXkgPSBmYWxzZTtcclxuICAgICAgICAgIHRoaXMudXRpbC5zaG93RXJyb3IoJ1dlIHdlcmUgbm90IGFibGUgdG8gdmVyaWZ5IHlvdXIgaWRlbnRpdHkuIFBsZWFzZSBmb2xsb3cgdGhlIGluc3RydWN0aW9ucy4nKTtcclxuICAgICAgICAgIHNldFRpbWVvdXQoKCkgPT4gdGhpcy51c3BzLmVtaXQoKSwgMTAwMCk7XHJcbiAgICAgICAgfSBlbHNlIHtcclxuICAgICAgICAgIHRoaXMuZGlzcGxheSA9IGZhbHNlO1xyXG4gICAgICAgICAgdGhpcy51dGlsLnNob3dFcnJvcignV2Ugd2VyZSBub3QgYWJsZSB0byB2ZXJpZnkgeW91ciBpZGVudGl0eS4gUGxlYXNlIGZvbGxvdyB0aGUgaW5zdHJ1Y3Rpb25zLicpO1xyXG4gICAgICAgICAgc2V0VGltZW91dCgoKSA9PiB0aGlzLnVzcHMuZW1pdCgpLCAxMDAwKTtcclxuICAgICAgICB9XHJcbiAgICAgICAgcmV0dXJuIG9mKG51bGwpO1xyXG4gICAgICB9KSxcclxuICAgICAgdGFwKHggPT4geyBcclxuICAgICAgICBpZiAoIXgpIHtcclxuICAgICAgICAgIHRoaXMuZGlzcGxheSA9IGZhbHNlO1xyXG4gICAgICAgICAgdGhpcy51dGlsLnNob3dFcnJvcignV2Ugd2VyZSBub3QgYWJsZSB0byB2ZXJpZnkgeW91ciBpZGVudGl0eS4gUGxlYXNlIGZvbGxvdyB0aGUgaW5zdHJ1Y3Rpb25zLicpO1xyXG4gICAgICAgICAgc2V0VGltZW91dCgoKSA9PiB0aGlzLnVzcHMuZW1pdCgpLCAxMDAwKTtcclxuICAgICAgICAgIHJldHVybjtcclxuICAgICAgICB9IFxyXG4gICAgICAgIGlmKHg/LnJldmlld19zdGF0dXMgPT0gXCJwYXNzXCIpe1xyXG4gICAgICAgICAgdGhpcy5kaXNwbGF5ID0gZmFsc2U7XHJcbiAgICAgICAgICBzZXRUaW1lb3V0KCgpID0+IHRoaXMuc3VjY2Vzcy5lbWl0KCksIDEwMDApO1xyXG4gICAgICAgICAgcmV0dXJuO1xyXG4gICAgICAgIH1cclxuICAgICAgICB0aGlzLmRpc3BsYXkgPSB0cnVlO1xyXG4gICAgICAgIHRoaXMuc3VibWl0dGVkID0gZmFsc2U7XHJcbiAgICAgICAgdGhpcy5hbnN3ZXJzID0gdGhpcy5ibGFua0Fuc3dlcnM7XHJcbiAgICAgICAgdGhpcy5xdWVzdGlvbkxlbmd0aCA9IHhbJ2lpZHFhLnF1ZXN0aW9uX3NldCddLlF1ZXN0aW9ucy5sZW5ndGg7XHJcbiAgICAgICAgdGhpcy5hbnN3ZXJzLmF1dGhfc2VsZWN0aW9uX2lkID0geC5hdXRoX3NlbGVjdGlvbl9pZDtcclxuICAgICAgICB0aGlzLmFuc3dlcnNbJ2lpZHFhLmFuc3dlcnMnXS5RdWVzdGlvblNldElkID0geFsnaWlkcWEucXVlc3Rpb25fc2V0J10uUXVlc3Rpb25TZXRJZDtcclxuICAgICAgfSlcclxuICAgIClcclxuICB9XHJcbiAgLyoqXHJcbiAgICogVGhlIHN1Ym1pdCBidXR0b24gcHJlc3NcclxuICAgKi9cclxuICBzdWJtaXQoKSB7XHJcbiAgICB0aGlzLnN1Ym1pdHRlZCA9IHRydWU7XHJcblxyXG4gICAgaWYoIXRoaXMuY2hlY2tGb3JtKCkpIHtcclxuICAgICAgcmV0dXJuO1xyXG4gICAgfVxyXG4gICAgdGhpcy5sbkF1dGhlbnRpY2F0aW9uUUEodGhpcy5hbnN3ZXJzKTtcclxuICB9XHJcbiAgLyoqXHJcbiAgICogXHJcbiAgICogQHJldHVybnMgaXMgZm9ybSB2YWxpZFxyXG4gICAqL1xyXG4gIGNoZWNrRm9ybSgpOiBib29sZWFuIHtcclxuICAgIGlmICh0aGlzLmFuc3dlcnNbJ2lpZHFhLmFuc3dlcnMnXS5RdWVzdGlvbnMubGVuZ3RoICE9PSB0aGlzLnF1ZXN0aW9uTGVuZ3RoKSB7XHJcbiAgICAgIHJldHVybiBmYWxzZTtcclxuICAgIH1cclxuXHJcbiAgICByZXR1cm4gdGhpcy5hbnN3ZXJzWydpaWRxYS5hbnN3ZXJzJ10uUXVlc3Rpb25zLm1hcCh4ID0+ICEheCkucmVkdWNlKCh4LHkpID0+IHgmJnkpO1xyXG4gIH1cclxuICBcclxufSIsIjxwLWRpYWxvZyBbKHZpc2libGUpXT1cImRpc3BsYXlcIiBtb2RhbD1cInRydWVcIiBhcHBlbmRUbz1cImJvZHlcIiBbYnJlYWtwb2ludHNdPVwieycxMDI0cHgnOiAnNzV2dycsICc3NjhweCc6ICc4NXZ3JywgJzY0MHB4JzogJzEwMHZ3J31cIiBwb3NpdGlvbj1cInRvcFwiPlxyXG4gICA8Zm9ybSBjbGFzcz1cImRpYWxvZy1jb250ZW50XCI+XHJcbiAgICAgIDxpb24taWNvbiBuYW1lPVwiaGVscC1vdXRsaW5lXCI+PC9pb24taWNvbj5cclxuICAgICAgIDxkaXYgKm5nSWY9XCJkYXRhIHwgYXN5bmM7IGxldCBkXCI+XHJcbiAgICAgICAgICAgIDxkaXYgKm5nRm9yPVwibGV0IHEgb2YgZFsnaWlkcWEucXVlc3Rpb25fc2V0J10/LlF1ZXN0aW9uczsgbGV0IGkgPSBpbmRleFwiIGNsYXNzPVwicXVlc3Rpb24tZmllbGRcIj5cclxuICAgICAgICAgICAgICAgIDxsYWJlbCBjbGFzcz1cInF1ZXN0aW9uXCIgW2Zvcl09XCIncXVlc3Rpb24tJyArIGlcIj57e3EuVGV4dC5TdGF0ZW1lbnR9fTwvbGFiZWw+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYW5zd2VyXCIgKm5nRm9yPVwibGV0IGNob2ljZXMgb2YgcS5DaG9pY2VzOyBsZXQgaiA9IGluZGV4XCI+XHJcbiAgICAgICAgICAgICAgICAgICA8aW5wdXQgW25hbWVdPVwiJ3F1ZXN0aW9uLScgKyBpXCIgdHlwZT1cInJhZGlvXCIgW2lkXT1cIidxdWVzdGlvbi0nK2krJy0nK2pcIiBbKG5nTW9kZWwpXT1cImFuc3dlcnNbJ2lpZHFhLmFuc3dlcnMnXS5RdWVzdGlvbnNbaV1cIiBbdmFsdWVdPVwie0Nob2ljZXM6IFt7Q2hvaWNlOiBjaG9pY2VzLkNob2ljZUlkfV0sIFF1ZXN0aW9uSWQ6IHEuUXVlc3Rpb25JZH1cIj5cclxuICAgICAgICAgICAgICAgICAgIDxsYWJlbCBbZm9yXT1cIidxdWVzdGlvbi0nK2krJy0nK2pcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICB7e2Nob2ljZXMuVGV4dC5TdGF0ZW1lbnR9fVxyXG4gICAgICAgICAgICAgICAgICAgIDwvbGFiZWw+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJoaW50XCI+XHJcbiAgICAgICAgICAgICAgICAgICAge3txLkhlbHBUZXh0LlN0YXRlbWVudH19XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxwLWRpdmlkZXI+PC9wLWRpdmlkZXI+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8bWF0LWVycm9yIGNsYXNzPVwidmFsaWRhdG9yXCIgKm5nSWY9XCJzdWJtaXR0ZWQgJiYgIWNoZWNrRm9ybSgpXCI+XHJcbiAgICAgICAgICAgICAgICBBbGwgZmllbGRzIGFyZSByZXF1aXJlZC5cclxuICAgICAgICAgICAgPC9tYXQtZXJyb3I+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Zvcm0+XHJcbiAgICA8cC1mb290ZXI+XHJcbiAgICAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIHR5cGU9XCJzdWJtaXRcIiBjbGFzcz1cImlvbkJ1dHRvblwiIChjbGljayk9XCJzdWJtaXQoKVwiPlN1Ym1pdDwvaW9uLWJ1dHRvbj5cclxuICAgIDwvcC1mb290ZXI+XHJcbjwvcC1kaWFsb2c+Il19
|