@reusa/ngx-reusa-app-lib 0.0.1374 → 0.0.1375
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 +2392 -1322
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +159 -105
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +59 -53
- package/esm2022/lib/components/add-wage/add-wage.component.mjs +161 -0
- package/esm2022/lib/components/address/address.component.mjs +287 -152
- 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 +79 -219
- package/esm2022/lib/components/claim-info/claim-info.component.mjs +408 -0
- package/esm2022/lib/components/contact-us/contact-us.component.mjs +17 -43
- 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 +63 -140
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +422 -574
- 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 +112 -101
- package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +201 -0
- package/esm2022/lib/components/header/header.component.mjs +440 -174
- package/esm2022/lib/components/history-page/history-page.component.mjs +571 -0
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +25 -36
- 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 +16 -22
- package/esm2022/lib/components/job-title/job-title.component.mjs +92 -97
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +143 -513
- package/esm2022/lib/components/link/link.component.mjs +1 -1
- package/esm2022/lib/components/menu/menu.component.mjs +68 -100
- package/esm2022/lib/components/mfa/mfa.component.mjs +158 -288
- package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +11 -18
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +158 -54
- 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 +749 -353
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +108 -38
- 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 +377 -173
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +76 -95
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +877 -1153
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +208 -699
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +28 -22
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +128 -41
- 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 -30
- package/esm2022/lib/components/select/select.component.mjs +5 -10
- 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 +52 -72
- package/esm2022/lib/components/user-login/user-login.component.mjs +139 -360
- 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 +655 -387
- 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 +828 -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 +690 -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/OtpAuthModel.mjs +1 -1
- 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/UserModel.mjs +1 -1
- 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 +96 -653
- package/esm2022/lib/models/questionnaire/ElementsModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/LegalDiscaimarModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/QuestionnaireSaveModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/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 +7 -13
- 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 -2
- 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 +2 -2
- 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 -14
- 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 +41277 -23401
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
- package/lib/components/add-employer/add-employer.component.d.ts +137 -53
- package/lib/components/add-employer/add-employer.component.d.ts.map +1 -1
- package/lib/components/add-participant/add-participant.component.d.ts +11 -5
- package/lib/components/add-participant/add-participant.component.d.ts.map +1 -1
- package/lib/components/add-payment/add-payment.component.d.ts +9 -3
- 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 +42 -15
- 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 +1 -23
- 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/contact-us/contact-us.component.d.ts +1 -4
- package/lib/components/contact-us/contact-us.component.d.ts.map +1 -1
- package/lib/components/correspondence-download/correspondence-download.component.d.ts.map +1 -1
- package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -1
- package/lib/components/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 -12
- package/lib/components/email-update/email-update.component.d.ts.map +1 -1
- package/lib/components/employer-grid/employer-grid.component.d.ts +25 -15
- 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 -5
- 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-search-result-page/job-search-result-page.component.d.ts +1 -3
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts.map +1 -1
- package/lib/components/job-title/job-title.component.d.ts +22 -23
- package/lib/components/job-title/job-title.component.d.ts.map +1 -1
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +5 -6
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -1
- package/lib/components/menu/menu.component.d.ts +3 -12
- package/lib/components/menu/menu.component.d.ts.map +1 -1
- package/lib/components/mfa/mfa.component.d.ts +7 -19
- 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 -1
- 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 -35
- 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/ssn-reverify/ssn-reverify.component.d.ts +1 -5
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts.map +1 -1
- package/lib/components/user-login/user-login.component.d.ts +5 -38
- 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 +27 -10
- 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/OtpAuthModel.d.ts +0 -1
- package/lib/models/OtpAuthModel.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/UserModel.d.ts +0 -1
- package/lib/models/UserModel.d.ts.map +1 -1
- 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 +14 -82
- 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/QuestionnaireSaveModel.d.ts +0 -1
- package/lib/models/questionnaire/QuestionnaireSaveModel.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/language/language.page.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 -402
- package/esm2022/lib/components/mfa2/mfa2.component.mjs +0 -285
- package/esm2022/lib/components/security-question/security-question.component.mjs +0 -199
- 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
package/esm2022/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.mjs
ADDED
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
import { Component, Input, Output, EventEmitter, ViewChild } from '@angular/core';
|
|
2
|
+
import { UntypedFormControl, Validators } from '@angular/forms';
|
|
3
|
+
// import { LoginService } from '../../services/login/login.service';
|
|
4
|
+
import { AppValidators } from '../questionnaire/AppValidators';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "../../services/logger/logger.service";
|
|
7
|
+
import * as i2 from "@angular/router";
|
|
8
|
+
import * as i3 from "../../services/util/util.service";
|
|
9
|
+
import * as i4 from "@ionic/angular";
|
|
10
|
+
import * as i5 from "@angular/common";
|
|
11
|
+
import * as i6 from "primeng/api";
|
|
12
|
+
import * as i7 from "@angular/forms";
|
|
13
|
+
import * as i8 from "primeng/dialog";
|
|
14
|
+
import * as i9 from "primeng/inputtext";
|
|
15
|
+
import * as i10 from "../error/error.component";
|
|
16
|
+
const _c0 = ["qeFormDirective"];
|
|
17
|
+
function OfflineLegalDisclaimarComponent_div_2_ng_template_8_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
18
|
+
i0.ɵɵelementStart(0, "div", 19)(1, "ion-row");
|
|
19
|
+
i0.ɵɵelement(2, "ion-col", 20);
|
|
20
|
+
i0.ɵɵelementEnd();
|
|
21
|
+
i0.ɵɵelementStart(3, "ion-row");
|
|
22
|
+
i0.ɵɵelement(4, "ion-col", 21);
|
|
23
|
+
i0.ɵɵelementEnd();
|
|
24
|
+
i0.ɵɵelementStart(5, "ion-row")(6, "ion-col", 22);
|
|
25
|
+
i0.ɵɵtext(7, "I have read and understand the above statements. Sign with the last four digits of your social security number.");
|
|
26
|
+
i0.ɵɵelement(8, "br");
|
|
27
|
+
i0.ɵɵelementEnd()()();
|
|
28
|
+
} if (rf & 2) {
|
|
29
|
+
const ctx_r3 = i0.ɵɵnextContext(3);
|
|
30
|
+
i0.ɵɵadvance(2);
|
|
31
|
+
i0.ɵɵproperty("innerHTML", ctx_r3.legalDisclaimar.notifyEmployer, i0.ɵɵsanitizeHtml);
|
|
32
|
+
i0.ɵɵadvance(2);
|
|
33
|
+
i0.ɵɵproperty("innerHTML", ctx_r3.legalDisclaimar.claimantGuide, i0.ɵɵsanitizeHtml);
|
|
34
|
+
} }
|
|
35
|
+
function OfflineLegalDisclaimarComponent_div_2_ng_template_8_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
36
|
+
i0.ɵɵelementStart(0, "div")(1, "ion-row")(2, "ion-col", 22);
|
|
37
|
+
i0.ɵɵtext(3, "I have read and understand the above statements. Sign with the last four digits of your social security number.");
|
|
38
|
+
i0.ɵɵelement(4, "br");
|
|
39
|
+
i0.ɵɵelementEnd()()();
|
|
40
|
+
} }
|
|
41
|
+
const _c1 = "Last 4 number of entered SSN doesn't match with your SSN's last 4 number.";
|
|
42
|
+
const _c2 = () => ({ required: "Required.", notEqual: _c1 });
|
|
43
|
+
function OfflineLegalDisclaimarComponent_div_2_ng_template_8_app_error_6_Template(rf, ctx) { if (rf & 1) {
|
|
44
|
+
i0.ɵɵelement(0, "app-error", 8);
|
|
45
|
+
} if (rf & 2) {
|
|
46
|
+
const ctx_r5 = i0.ɵɵnextContext(3);
|
|
47
|
+
const _r0 = i0.ɵɵreference(1);
|
|
48
|
+
i0.ɵɵclassMap("app-grid");
|
|
49
|
+
i0.ɵɵproperty("field", ctx_r5.lastfourssn)("form", _r0)("errDef", i0.ɵɵpureFunction0(5, _c2));
|
|
50
|
+
} }
|
|
51
|
+
function OfflineLegalDisclaimarComponent_div_2_ng_template_8_Template(rf, ctx) { if (rf & 1) {
|
|
52
|
+
const _r7 = i0.ɵɵgetCurrentView();
|
|
53
|
+
i0.ɵɵtemplate(0, OfflineLegalDisclaimarComponent_div_2_ng_template_8_div_0_Template, 9, 2, "div", 12)(1, OfflineLegalDisclaimarComponent_div_2_ng_template_8_div_1_Template, 5, 0, "div", 2);
|
|
54
|
+
i0.ɵɵelementStart(2, "ion-row")(3, "ion-col", 13);
|
|
55
|
+
i0.ɵɵelement(4, "input", 14)(5, "br");
|
|
56
|
+
i0.ɵɵtemplate(6, OfflineLegalDisclaimarComponent_div_2_ng_template_8_app_error_6_Template, 1, 6, "app-error", 15);
|
|
57
|
+
i0.ɵɵelementEnd();
|
|
58
|
+
i0.ɵɵelementStart(7, "ion-col", 16)(8, "ion-button", 17);
|
|
59
|
+
i0.ɵɵlistener("click", function OfflineLegalDisclaimarComponent_div_2_ng_template_8_Template_ion_button_click_8_listener() { i0.ɵɵrestoreView(_r7); const ctx_r6 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r6.cancelDisclaimar()); });
|
|
60
|
+
i0.ɵɵtext(9);
|
|
61
|
+
i0.ɵɵelementEnd();
|
|
62
|
+
i0.ɵɵelementStart(10, "ion-button", 18);
|
|
63
|
+
i0.ɵɵlistener("click", function OfflineLegalDisclaimarComponent_div_2_ng_template_8_Template_ion_button_click_10_listener() { i0.ɵɵrestoreView(_r7); const ctx_r8 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r8.acceptDisclaimar()); });
|
|
64
|
+
i0.ɵɵtext(11);
|
|
65
|
+
i0.ɵɵelementEnd()()();
|
|
66
|
+
} if (rf & 2) {
|
|
67
|
+
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
68
|
+
const _r0 = i0.ɵɵreference(1);
|
|
69
|
+
i0.ɵɵproperty("ngIf", ctx_r2.util.isState("CT"));
|
|
70
|
+
i0.ɵɵadvance(1);
|
|
71
|
+
i0.ɵɵproperty("ngIf", !ctx_r2.util.isState("CT"));
|
|
72
|
+
i0.ɵɵadvance(3);
|
|
73
|
+
i0.ɵɵproperty("formControl", ctx_r2.lastfourssn);
|
|
74
|
+
i0.ɵɵadvance(2);
|
|
75
|
+
i0.ɵɵproperty("ngIf", _r0.touched || ctx_r2.isSubmitted);
|
|
76
|
+
i0.ɵɵadvance(3);
|
|
77
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r2.legalDisclaimar.cancelButton, " ");
|
|
78
|
+
i0.ɵɵadvance(2);
|
|
79
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r2.legalDisclaimar.acceptButton, " ");
|
|
80
|
+
} }
|
|
81
|
+
const _c3 = () => ({ width: "60vw" });
|
|
82
|
+
const _c4 = () => ({ "960px": "80vw", "640px": "100vw" });
|
|
83
|
+
function OfflineLegalDisclaimarComponent_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
84
|
+
const _r10 = i0.ɵɵgetCurrentView();
|
|
85
|
+
i0.ɵɵelementStart(0, "div")(1, "p-dialog", 9);
|
|
86
|
+
i0.ɵɵlistener("visibleChange", function OfflineLegalDisclaimarComponent_div_2_Template_p_dialog_visibleChange_1_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r9 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r9.displayPosition = $event); });
|
|
87
|
+
i0.ɵɵelementStart(2, "h1");
|
|
88
|
+
i0.ɵɵtext(3);
|
|
89
|
+
i0.ɵɵelementEnd();
|
|
90
|
+
i0.ɵɵelement(4, "div", 10);
|
|
91
|
+
i0.ɵɵelementStart(5, "h1");
|
|
92
|
+
i0.ɵɵtext(6);
|
|
93
|
+
i0.ɵɵelementEnd();
|
|
94
|
+
i0.ɵɵelement(7, "div", 10);
|
|
95
|
+
i0.ɵɵtemplate(8, OfflineLegalDisclaimarComponent_div_2_ng_template_8_Template, 12, 6, "ng-template", 11);
|
|
96
|
+
i0.ɵɵelementEnd()();
|
|
97
|
+
} if (rf & 2) {
|
|
98
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
99
|
+
i0.ɵɵadvance(1);
|
|
100
|
+
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(10, _c3));
|
|
101
|
+
i0.ɵɵproperty("visible", ctx_r1.displayPosition)("position", ctx_r1.position)("showHeader", false)("breakpoints", i0.ɵɵpureFunction0(11, _c4));
|
|
102
|
+
i0.ɵɵadvance(2);
|
|
103
|
+
i0.ɵɵtextInterpolate(ctx_r1.legalDisclaimar.privacyStatementTitle);
|
|
104
|
+
i0.ɵɵadvance(1);
|
|
105
|
+
i0.ɵɵproperty("innerHTML", ctx_r1.legalDisclaimar.privacyStatement, i0.ɵɵsanitizeHtml);
|
|
106
|
+
i0.ɵɵadvance(2);
|
|
107
|
+
i0.ɵɵtextInterpolate(ctx_r1.legalDisclaimar.benefitRightsTitle);
|
|
108
|
+
i0.ɵɵadvance(1);
|
|
109
|
+
i0.ɵɵproperty("innerHTML", ctx_r1.legalDisclaimar.benefitRights, i0.ɵɵsanitizeHtml);
|
|
110
|
+
} }
|
|
111
|
+
const _c5 = () => ({ required: "required." });
|
|
112
|
+
export class OfflineLegalDisclaimarComponent {
|
|
113
|
+
constructor(logger, activatedRoute, util) {
|
|
114
|
+
this.logger = logger;
|
|
115
|
+
this.activatedRoute = activatedRoute;
|
|
116
|
+
this.util = util;
|
|
117
|
+
this.displayCheckBox = false;
|
|
118
|
+
this.accepted = new EventEmitter();
|
|
119
|
+
this.isSubmitted = false;
|
|
120
|
+
}
|
|
121
|
+
showPositionDialog(position) {
|
|
122
|
+
this.position = position;
|
|
123
|
+
this.displayPosition = true;
|
|
124
|
+
}
|
|
125
|
+
acceptDisclaimar() {
|
|
126
|
+
this.isSubmitted = true;
|
|
127
|
+
if (this.lastfourssn.valid) {
|
|
128
|
+
this.displayCheckBox = true;
|
|
129
|
+
this.accepted.emit(true);
|
|
130
|
+
this.displayPosition = false;
|
|
131
|
+
this.legalHidden.setValue(true);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
cancelDisclaimar() {
|
|
135
|
+
this.isSubmitted = false;
|
|
136
|
+
this.displayCheckBox = false;
|
|
137
|
+
this.accepted.emit(false);
|
|
138
|
+
this.legalHidden.setValue(null);
|
|
139
|
+
this.displayPosition = false;
|
|
140
|
+
}
|
|
141
|
+
get legalHidden() {
|
|
142
|
+
return this.form.get('legalHidden');
|
|
143
|
+
}
|
|
144
|
+
get lastfourssn() {
|
|
145
|
+
return this.form.get('lastfourssn');
|
|
146
|
+
}
|
|
147
|
+
// ngOnInit() {
|
|
148
|
+
// const storedData = localStorage.getItem('clmtaboutyourselfdata');
|
|
149
|
+
// let ssnLastFourFromDb: string = '0000';
|
|
150
|
+
// if (storedData) {
|
|
151
|
+
// const parsed = JSON.parse(storedData);
|
|
152
|
+
// if (parsed.ssn) {
|
|
153
|
+
// ssnLastFourFromDb = parsed.ssn.slice(-4);
|
|
154
|
+
// }
|
|
155
|
+
// }
|
|
156
|
+
// this.form.addControl('legalHidden', new UntypedFormControl(null, [Validators.requiredTrue]));
|
|
157
|
+
// this.form.addControl('lastfourssn', new UntypedFormControl(null, [
|
|
158
|
+
// Validators.required,
|
|
159
|
+
// AppValidators.isEqual(ssnLastFourFromDb)
|
|
160
|
+
// ]));
|
|
161
|
+
// this.question.name = 'legalHidden';
|
|
162
|
+
// const obj = JSON.parse(this.componentData);
|
|
163
|
+
// this.legalDisclaimar = obj;
|
|
164
|
+
// }
|
|
165
|
+
ngOnInit() {
|
|
166
|
+
const storedData = localStorage.getItem('clmtabtyourselfdata');
|
|
167
|
+
let ssnLastFourFromDb = '0000'; // fallback default
|
|
168
|
+
if (storedData) {
|
|
169
|
+
try {
|
|
170
|
+
const parsed = JSON.parse(storedData);
|
|
171
|
+
const rawSSN = parsed?.ssnConfirm || parsed?.ssn;
|
|
172
|
+
if (rawSSN) {
|
|
173
|
+
const digitsOnly = rawSSN.replace(/\D/g, ''); // remove dashes
|
|
174
|
+
ssnLastFourFromDb = digitsOnly.slice(-4);
|
|
175
|
+
console.log('Extracted SSN Last 4:', ssnLastFourFromDb);
|
|
176
|
+
}
|
|
177
|
+
else {
|
|
178
|
+
console.warn('No valid SSN or ssnConfirm found.');
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
catch (err) {
|
|
182
|
+
console.error('Failed to parse SSN JSON:', err);
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
else {
|
|
186
|
+
console.warn('clmtaboutyourselfdata not found in localStorage');
|
|
187
|
+
}
|
|
188
|
+
// Use the extracted value in validator
|
|
189
|
+
this.form.addControl('legalHidden', new UntypedFormControl(null, [Validators.requiredTrue]));
|
|
190
|
+
this.form.addControl('lastfourssn', new UntypedFormControl(null, [
|
|
191
|
+
Validators.required,
|
|
192
|
+
AppValidators.isEqual(ssnLastFourFromDb)
|
|
193
|
+
]));
|
|
194
|
+
this.question.name = 'legalHidden';
|
|
195
|
+
try {
|
|
196
|
+
const obj = JSON.parse(this.componentData);
|
|
197
|
+
this.legalDisclaimar = obj;
|
|
198
|
+
}
|
|
199
|
+
catch (err) {
|
|
200
|
+
console.error('Failed to parse componentData', err);
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
static { this.ɵfac = function OfflineLegalDisclaimarComponent_Factory(t) { return new (t || OfflineLegalDisclaimarComponent)(i0.ɵɵdirectiveInject(i1.LoggerService), i0.ɵɵdirectiveInject(i2.ActivatedRoute), i0.ɵɵdirectiveInject(i3.UtilService)); }; }
|
|
204
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: OfflineLegalDisclaimarComponent, selectors: [["app-offline-legal-disclaimar"]], viewQuery: function OfflineLegalDisclaimarComponent_Query(rf, ctx) { if (rf & 1) {
|
|
205
|
+
i0.ɵɵviewQuery(_c0, 5);
|
|
206
|
+
} if (rf & 2) {
|
|
207
|
+
let _t;
|
|
208
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.qeFormDirective = _t.first);
|
|
209
|
+
} }, inputs: { form: "form", question: "question", componentData: "componentData" }, outputs: { accepted: "accepted" }, decls: 11, vars: 8, consts: [[3, "formGroup"], ["qeFormDirective", "ngForm"], [4, "ngIf"], [1, "form-label"], [1, "grid", "p-nogutter"], [1, "col-12"], ["shape", "round", "type", "submit", "fill", "outline", 3, "click"], ["slot", "start", 2, "font-size", "25px", "font-weight", "bold", 3, "name"], [3, "field", "form", "errDef"], ["modal", "true", "appendTo", "body", 3, "visible", "position", "showHeader", "breakpoints", "visibleChange"], [3, "innerHTML"], ["pTemplate", "footer"], ["class", "scroll", 4, "ngIf"], [1, "ion-text-left"], ["id", "ssn", "type", "input", "pInputText", "", "size", "5", "maxlength", "4", "minlength", "4", 3, "formControl"], [3, "class", "field", "form", "errDef", 4, "ngIf"], [1, "ion-text-right"], ["shape", "round", "type", "reset", "fill", "outline", 3, "click"], ["shape", "round", "type", "submit", "fill", "solid", 3, "click"], [1, "scroll"], [1, "ion-text-left", 3, "innerHTML"], [1, "ion-text-left", "ion-padding-top", 3, "innerHTML"], [1, "ion-text-left", "ion-padding-top"]], template: function OfflineLegalDisclaimarComponent_Template(rf, ctx) { if (rf & 1) {
|
|
210
|
+
i0.ɵɵelementStart(0, "form", 0, 1);
|
|
211
|
+
i0.ɵɵtemplate(2, OfflineLegalDisclaimarComponent_div_2_Template, 9, 12, "div", 2);
|
|
212
|
+
i0.ɵɵelementStart(3, "p", 3);
|
|
213
|
+
i0.ɵɵtext(4);
|
|
214
|
+
i0.ɵɵelementEnd();
|
|
215
|
+
i0.ɵɵelementStart(5, "div", 4)(6, "div", 5)(7, "ion-button", 6);
|
|
216
|
+
i0.ɵɵlistener("click", function OfflineLegalDisclaimarComponent_Template_ion_button_click_7_listener() { return ctx.showPositionDialog("top"); });
|
|
217
|
+
i0.ɵɵelement(8, "ion-icon", 7);
|
|
218
|
+
i0.ɵɵtext(9, " Disclaimers ");
|
|
219
|
+
i0.ɵɵelementEnd();
|
|
220
|
+
i0.ɵɵelement(10, "app-error", 8);
|
|
221
|
+
i0.ɵɵelementEnd()()();
|
|
222
|
+
} if (rf & 2) {
|
|
223
|
+
const _r0 = i0.ɵɵreference(1);
|
|
224
|
+
i0.ɵɵproperty("formGroup", ctx.form);
|
|
225
|
+
i0.ɵɵadvance(2);
|
|
226
|
+
i0.ɵɵproperty("ngIf", ctx.legalDisclaimar);
|
|
227
|
+
i0.ɵɵadvance(2);
|
|
228
|
+
i0.ɵɵtextInterpolate1(" ", ctx.legalDisclaimar.plsRead, "");
|
|
229
|
+
i0.ɵɵadvance(4);
|
|
230
|
+
i0.ɵɵproperty("name", ctx.displayCheckBox ? "checkmark-circle-outline" : "ellipse-outline");
|
|
231
|
+
i0.ɵɵadvance(2);
|
|
232
|
+
i0.ɵɵproperty("field", ctx.legalHidden)("form", _r0)("errDef", i0.ɵɵpureFunction0(7, _c5));
|
|
233
|
+
} }, dependencies: [i4.IonButton, i4.IonCol, i4.IonIcon, i4.IonRow, i5.NgIf, i6.PrimeTemplate, i7.ɵNgNoValidate, i7.DefaultValueAccessor, i7.NgControlStatus, i7.NgControlStatusGroup, i7.MinLengthValidator, i7.MaxLengthValidator, i7.FormControlDirective, i7.FormGroupDirective, i8.Dialog, i9.InputText, i10.ErrorComponent], styles: [".form-label[_ngcontent-%COMP%]{display:inline-block;margin-bottom:6px;margin-top:20px}div.scroll[_ngcontent-%COMP%]{width:58.5vw;height:110px;overflow-x:hidden;overflow-y:scroll}"] }); }
|
|
234
|
+
}
|
|
235
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(OfflineLegalDisclaimarComponent, [{
|
|
236
|
+
type: Component,
|
|
237
|
+
args: [{ selector: 'app-offline-legal-disclaimar', template: "<form [formGroup]=\"form\" #qeFormDirective=\"ngForm\">\r\n <div *ngIf=\"legalDisclaimar\">\r\n\r\n <p-dialog [(visible)]=\"displayPosition\" [position]=\"position\" modal=\"true\" [showHeader]=\"false\" appendTo=\"body\"\r\n [breakpoints]=\"{'960px': '80vw', '640px': '100vw'}\" [style]=\"{width: '60vw'}\">\r\n\r\n <h1>{{legalDisclaimar.privacyStatementTitle}}</h1>\r\n <div [innerHTML]=\"legalDisclaimar.privacyStatement\"></div>\r\n <h1>{{legalDisclaimar.benefitRightsTitle}}</h1>\r\n <div [innerHTML]=\"legalDisclaimar.benefitRights\"></div>\r\n\r\n <ng-template pTemplate=\"footer\">\r\n\r\n <div class=\"scroll\" *ngIf=\"util.isState('CT')\">\r\n <ion-row>\r\n <ion-col class=\"ion-text-left\" [innerHTML]=\"legalDisclaimar.notifyEmployer\"></ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col class=\"ion-text-left ion-padding-top\" [innerHTML]=\"legalDisclaimar.claimantGuide\"></ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col class=\"ion-text-left ion-padding-top\">I have read and understand the above statements. Sign with\r\n the last four digits of your social security number.<br />\r\n </ion-col>\r\n </ion-row>\r\n </div>\r\n\r\n <div *ngIf=\"!util.isState('CT')\">\r\n <ion-row>\r\n <ion-col class=\"ion-text-left ion-padding-top\">I have read and understand the above statements. Sign with\r\n the last four digits of your social security number.<br />\r\n </ion-col>\r\n </ion-row>\r\n </div>\r\n <ion-row>\r\n\r\n <ion-col class=\"ion-text-left\">\r\n <input id=\"ssn\" type=\"input\" pInputText size=\"5\" [formControl]=\"lastfourssn\" maxlength=\"4\" minlength=\"4\" />\r\n <br />\r\n <app-error [class]=\"'app-grid'\" [field]='lastfourssn' [form]=\"qeFormDirective\" [errDef]=\"{\r\n required: 'Required.',\r\n notEqual: 'Last 4 number of entered SSN doesn\\'t match with your SSN\\'s last 4 number.'\r\n }\" *ngIf=\"this.qeFormDirective.touched || isSubmitted\"></app-error>\r\n </ion-col>\r\n <ion-col class=\"ion-text-right\">\r\n <ion-button shape=\"round\" (click)=\"cancelDisclaimar()\" type=\"reset\" fill=\"outline\">\r\n {{legalDisclaimar.cancelButton}}\r\n </ion-button>\r\n <ion-button shape=\"round\" type=\"submit\" (click)=\"acceptDisclaimar()\" fill=\"solid\">\r\n {{legalDisclaimar.acceptButton}}\r\n </ion-button>\r\n </ion-col>\r\n </ion-row>\r\n </ng-template>\r\n </p-dialog>\r\n </div>\r\n <p class=\"form-label\"> {{legalDisclaimar.plsRead}}</p>\r\n <div class=\"grid p-nogutter\">\r\n <div class=\"col-12\">\r\n <!-- <input type=\"text\" id=\"legalHidden\" pInputText formControlName=\"legalHidden\" hidden /> -->\r\n <ion-button shape=\"round\" (click)=\"showPositionDialog('top')\" type=\"submit\" fill=\"outline\">\r\n <ion-icon slot=\"start\" [name]=\"displayCheckBox ? 'checkmark-circle-outline' : 'ellipse-outline'\"\r\n style=\"font-size: 25px; font-weight: bold;\"></ion-icon>\r\n Disclaimers\r\n </ion-button>\r\n <app-error [field]='legalHidden' [form]=\"qeFormDirective\" [errDef]=\"{\r\n required: 'required.'\r\n }\"></app-error>\r\n </div>\r\n </div>\r\n\r\n</form>", styles: [".form-label{display:inline-block;margin-bottom:6px;margin-top:20px}div.scroll{width:58.5vw;height:110px;overflow-x:hidden;overflow-y:scroll}\n"] }]
|
|
238
|
+
}], () => [{ type: i1.LoggerService }, { type: i2.ActivatedRoute }, { type: i3.UtilService }], { qeFormDirective: [{
|
|
239
|
+
type: ViewChild,
|
|
240
|
+
args: ['qeFormDirective', { static: false }]
|
|
241
|
+
}], accepted: [{
|
|
242
|
+
type: Output
|
|
243
|
+
}], form: [{
|
|
244
|
+
type: Input
|
|
245
|
+
}], question: [{
|
|
246
|
+
type: Input
|
|
247
|
+
}], componentData: [{
|
|
248
|
+
type: Input
|
|
249
|
+
}] }); })();
|
|
250
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OfflineLegalDisclaimarComponent, { className: "OfflineLegalDisclaimarComponent", filePath: "lib\\components\\offline-legal-disclaimar\\offline-legal-disclaimar.component.ts", lineNumber: 19 }); })();
|
|
251
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib2ZmbGluZS1sZWdhbC1kaXNjbGFpbWFyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9vZmZsaW5lLWxlZ2FsLWRpc2NsYWltYXIvb2ZmbGluZS1sZWdhbC1kaXNjbGFpbWFyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9vZmZsaW5lLWxlZ2FsLWRpc2NsYWltYXIvb2ZmbGluZS1sZWdhbC1kaXNjbGFpbWFyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBWSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxZQUFZLEVBQUUsU0FBUyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQzNGLE9BQU8sRUFBc0Isa0JBQWtCLEVBQTRCLFVBQVUsRUFBcUIsTUFBTSxnQkFBZ0IsQ0FBQztBQUtqSSxxRUFBcUU7QUFDckUsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLGdDQUFnQyxDQUFDOzs7Ozs7Ozs7Ozs7OztJQ012RCwrQkFBK0MsY0FBQTtJQUUzQyw4QkFBc0Y7SUFDeEYsaUJBQVU7SUFDViwrQkFBUztJQUNQLDhCQUFxRztJQUN2RyxpQkFBVTtJQUNWLCtCQUFTLGtCQUFBO0lBQ3dDLCtIQUNPO0lBQUEscUJBQU07SUFDNUQsaUJBQVUsRUFBQSxFQUFBOzs7SUFScUIsZUFBNEM7SUFBNUMsb0ZBQTRDO0lBRzVCLGVBQTJDO0lBQTNDLG1GQUEyQzs7O0lBUzlGLDJCQUFpQyxjQUFBLGtCQUFBO0lBRWtCLCtIQUNPO0lBQUEscUJBQU07SUFDNUQsaUJBQVUsRUFBQSxFQUFBOzs7OztJQVFWLCtCQUdtRTs7OztJQUh4RCx5QkFBb0I7SUFBQywwQ0FBcUIsYUFBQSxzQ0FBQTs7OztJ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UTtrQkFBakIsTUFBTTtZQUNFLElBQUk7a0JBQVosS0FBSztZQUNHLFFBQVE7a0JBQWhCLEtBQUs7WUFDRSxhQUFhO2tCQUFwQixLQUFLOztrRkFYRywrQkFBK0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSwgQ29tcG9uZW50LCBJbnB1dCwgT3V0cHV0LCBFdmVudEVtaXR0ZXIsIFZpZXdDaGlsZH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IFVudHlwZWRGb3JtQnVpbGRlciwgVW50eXBlZEZvcm1Db250cm9sLCBVbnR5cGVkRm9ybUdyb3VwLCBOZ0Zvcm0sIFZhbGlkYXRvcnMsIE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5pbXBvcnQgeyBBY3RpdmF0ZWRSb3V0ZSB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XHJcbmltcG9ydCB7IEVsZW1lbnRzTW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvcXVlc3Rpb25uYWlyZS9FbGVtZW50c01vZGVsJztcclxuaW1wb3J0IHsgTGVnYWxEaXNjbGFpbWFyTW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvcXVlc3Rpb25uYWlyZS9MZWdhbERpc2NhaW1hck1vZGVsJztcclxuaW1wb3J0IHsgTG9nZ2VyU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL2xvZ2dlci9sb2dnZXIuc2VydmljZSc7XHJcbi8vIGltcG9ydCB7IExvZ2luU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL2xvZ2luL2xvZ2luLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBBcHBWYWxpZGF0b3JzIH0gZnJvbSAnLi4vcXVlc3Rpb25uYWlyZS9BcHBWYWxpZGF0b3JzJztcclxuLy8gaW1wb3J0IHsgQ2xhaW1hbnRDb250ZXh0U2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL2NsYWltYW50LWNvbnRleHQvY2xhaW1hbnQtY29udGV4dC5zZXJ2aWNlJztcclxuaW1wb3J0IHsgVXRpbFNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy91dGlsL3V0aWwuc2VydmljZSc7XHJcblxyXG5cclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLW9mZmxpbmUtbGVnYWwtZGlzY2xhaW1hcicsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL29mZmxpbmUtbGVnYWwtZGlzY2xhaW1hci5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vb2ZmbGluZS1sZWdhbC1kaXNjbGFpbWFyLmNvbXBvbmVudC5zY3NzJ10sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBPZmZsaW5lTGVnYWxEaXNjbGFpbWFyQ29tcG9uZW50IHtcclxuXHJcbiAgICBkaXNwbGF5UG9zaXRpb246IGJvb2xlYW47XHJcbiAgICBwb3NpdGlvbjogc3RyaW5nO1xyXG4gICAgZGlzcGxheUNoZWNrQm94OmJvb2xlYW49ZmFsc2U7XHJcbiAgICBwdWJsaWMgbGVnYWxEaXNjbGFpbWFyIDogTGVnYWxEaXNjbGFpbWFyTW9kZWw7XHJcbiAgICBAVmlld0NoaWxkKCdxZUZvcm1EaXJlY3RpdmUnLCB7c3RhdGljIDogZmFsc2V9KSBcclxuICAgIHB1YmxpYyBxZUZvcm1EaXJlY3RpdmU6IE5nRm9ybTtcclxuICAgIEBPdXRwdXQoKSBhY2NlcHRlZCA9IG5ldyBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4oKTtcclxuICAgIEBJbnB1dCgpIGZvcm06IFVudHlwZWRGb3JtR3JvdXA7XHJcbiAgICBASW5wdXQoKSBxdWVzdGlvbjogRWxlbWVudHNNb2RlbDtcclxuICAgIEBJbnB1dCgpY29tcG9uZW50RGF0YTpzdHJpbmc7XHJcbiAgICBpc1N1Ym1pdHRlZCA6IGJvb2xlYW4gPSBmYWxzZTtcclxuICAgIGNvbnN0cnVjdG9yKHB1YmxpYyBsb2dnZXI6TG9nZ2VyU2VydmljZSwgcHVibGljIGFjdGl2YXRlZFJvdXRlOiBBY3RpdmF0ZWRSb3V0ZSwgcHVibGljIHV0aWw6IFV0aWxTZXJ2aWNlKSBcclxuICAgIHsgfVxyXG5cclxuICAgIHNob3dQb3NpdGlvbkRpYWxvZyhwb3NpdGlvbjogc3RyaW5nKSB7XHJcbiAgICAgIHRoaXMucG9zaXRpb24gPSBwb3NpdGlvbjtcclxuICAgICAgdGhpcy5kaXNwbGF5UG9zaXRpb24gPSB0cnVlO1xyXG4gIH1cclxuXHJcbiAgYWNjZXB0RGlzY2xhaW1hcigpe1xyXG4gICAgdGhpcy5pc1N1Ym1pdHRlZCA9IHRydWU7XHJcbiAgICBpZih0aGlzLmxhc3Rmb3Vyc3NuLnZhbGlkKXtcclxuICAgICAgdGhpcy5kaXNwbGF5Q2hlY2tCb3g9dHJ1ZTtcclxuICAgICAgdGhpcy5hY2NlcHRlZC5lbWl0KHRydWUpO1xyXG4gICAgICB0aGlzLmRpc3BsYXlQb3NpdGlvbj1mYWxzZTtcclxuICAgICAgdGhpcy5sZWdhbEhpZGRlbi5zZXRWYWx1ZSh0cnVlKTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIGNhbmNlbERpc2NsYWltYXIoKXtcclxuICAgIHRoaXMuaXNTdWJtaXR0ZWQgPSBmYWxzZTtcclxuICAgIHRoaXMuZGlzcGxheUNoZWNrQm94PWZhbHNlO1xyXG4gICAgdGhpcy5hY2NlcHRlZC5lbWl0KGZhbHNlKTtcclxuICAgIHRoaXMubGVnYWxIaWRkZW4uc2V0VmFsdWUobnVsbCk7XHJcbiAgICB0aGlzLmRpc3BsYXlQb3NpdGlvbj1mYWxzZTtcclxuICB9XHJcblxyXG4gIGdldCBsZWdhbEhpZGRlbigpIHtcclxuICAgIHJldHVybiB0aGlzLmZvcm0uZ2V0KCdsZWdhbEhpZGRlbicpXHJcbiAgfVxyXG5cclxuICBnZXQgbGFzdGZvdXJzc24oKSB7XHJcbiAgICByZXR1cm4gdGhpcy5mb3JtLmdldCgnbGFzdGZvdXJzc24nKVxyXG4gIH1cclxuXHJcbi8vICAgbmdPbkluaXQoKSB7XHJcbi8vICAgICBjb25zdCBzdG9yZWREYXRhID0gbG9jYWxTdG9yYWdlLmdldEl0ZW0oJ2NsbXRhYm91dHlvdXJzZWxmZGF0YScpO1xyXG4vLyAgICAgbGV0IHNzbkxhc3RGb3VyRnJvbURiOiBzdHJpbmcgPSAnMDAwMCc7XHJcblxyXG4vLyAgICAgaWYgKHN0b3JlZERhdGEpIHtcclxuLy8gICAgICAgY29uc3QgcGFyc2VkID0gSlNPTi5wYXJzZShzdG9yZWREYXRhKTtcclxuLy8gICAgICAgaWYgKHBhcnNlZC5zc24pIHtcclxuLy8gICAgICAgICBzc25MYXN0Rm91ckZyb21EYiA9IHBhcnNlZC5zc24uc2xpY2UoLTQpO1xyXG4vLyAgICAgICB9XHJcbi8vICAgICB9XHJcblxyXG4vLyAgICAgdGhpcy5mb3JtLmFkZENvbnRyb2woJ2xlZ2FsSGlkZGVuJywgbmV3IFVudHlwZWRGb3JtQ29udHJvbChudWxsLCBbVmFsaWRhdG9ycy5yZXF1aXJlZFRydWVdKSk7XHJcbi8vICAgICB0aGlzLmZvcm0uYWRkQ29udHJvbCgnbGFzdGZvdXJzc24nLCBuZXcgVW50eXBlZEZvcm1Db250cm9sKG51bGwsIFtcclxuLy8gICAgICAgVmFsaWRhdG9ycy5yZXF1aXJlZCxcclxuLy8gICAgICAgQXBwVmFsaWRhdG9ycy5pc0VxdWFsKHNzbkxhc3RGb3VyRnJvbURiKVxyXG4vLyAgICAgXSkpO1xyXG5cclxuLy8gICAgIHRoaXMucXVlc3Rpb24ubmFtZSA9ICdsZWdhbEhpZGRlbic7XHJcblxyXG4vLyAgICAgY29uc3Qgb2JqID0gSlNPTi5wYXJzZSh0aGlzLmNvbXBvbmVudERhdGEpO1xyXG4vLyAgICAgdGhpcy5sZWdhbERpc2NsYWltYXIgPSBvYmo7XHJcbi8vICAgfVxyXG5cclxubmdPbkluaXQoKSB7XHJcbiAgY29uc3Qgc3RvcmVkRGF0YSA9IGxvY2FsU3RvcmFnZS5nZXRJdGVtKCdjbG10YWJ0eW91cnNlbGZkYXRhJyk7XHJcbiAgbGV0IHNzbkxhc3RGb3VyRnJvbURiOiBzdHJpbmcgPSAnMDAwMCc7IC8vIGZhbGxiYWNrIGRlZmF1bHRcclxuXHJcbiAgaWYgKHN0b3JlZERhdGEpIHtcclxuICAgIHRyeSB7XHJcbiAgICAgIGNvbnN0IHBhcnNlZCA9IEpTT04ucGFyc2Uoc3RvcmVkRGF0YSk7XHJcbiAgICAgIGNvbnN0IHJhd1NTTiA9IHBhcnNlZD8uc3NuQ29uZmlybSB8fCBwYXJzZWQ/LnNzbjtcclxuXHJcbiAgICAgIGlmIChyYXdTU04pIHtcclxuICAgICAgICBjb25zdCBkaWdpdHNPbmx5ID0gcmF3U1NOLnJlcGxhY2UoL1xcRC9nLCAnJyk7IC8vIHJlbW92ZSBkYXNoZXNcclxuICAgICAgICBzc25MYXN0Rm91ckZyb21EYiA9IGRpZ2l0c09ubHkuc2xpY2UoLTQpO1xyXG4gICAgICAgIGNvbnNvbGUubG9nKCdFeHRyYWN0ZWQgU1NOIExhc3QgNDonLCBzc25MYXN0Rm91ckZyb21EYik7XHJcbiAgICAgIH0gZWxzZSB7XHJcbiAgICAgICAgY29uc29sZS53YXJuKCdObyB2YWxpZCBTU04gb3Igc3NuQ29uZmlybSBmb3VuZC4nKTtcclxuICAgICAgfVxyXG4gICAgfSBjYXRjaCAoZXJyKSB7XHJcbiAgICAgIGNvbnNvbGUuZXJyb3IoJ0ZhaWxlZCB0byBwYXJzZSBTU04gSlNPTjonLCBlcnIpO1xyXG4gICAgfVxyXG4gIH0gZWxzZSB7XHJcbiAgICBjb25zb2xlLndhcm4oJ2NsbXRhYm91dHlvdXJzZWxmZGF0YSBub3QgZm91bmQgaW4gbG9jYWxTdG9yYWdlJyk7XHJcbiAgfVxyXG5cclxuICAvLyBVc2UgdGhlIGV4dHJhY3RlZCB2YWx1ZSBpbiB2YWxpZGF0b3JcclxuICB0aGlzLmZvcm0uYWRkQ29udHJvbCgnbGVnYWxIaWRkZW4nLCBuZXcgVW50eXBlZEZvcm1Db250cm9sKG51bGwsIFtWYWxpZGF0b3JzLnJlcXVpcmVkVHJ1ZV0pKTtcclxuICB0aGlzLmZvcm0uYWRkQ29udHJvbCgnbGFzdGZvdXJzc24nLCBuZXcgVW50eXBlZEZvcm1Db250cm9sKG51bGwsIFtcclxuICAgIFZhbGlkYXRvcnMucmVxdWlyZWQsXHJcbiAgICBBcHBWYWxpZGF0b3JzLmlzRXF1YWwoc3NuTGFzdEZvdXJGcm9tRGIpXHJcbiAgXSkpO1xyXG5cclxuICB0aGlzLnF1ZXN0aW9uLm5hbWUgPSAnbGVnYWxIaWRkZW4nO1xyXG5cclxuICB0cnkge1xyXG4gICAgY29uc3Qgb2JqID0gSlNPTi5wYXJzZSh0aGlzLmNvbXBvbmVudERhdGEpO1xyXG4gICAgdGhpcy5sZWdhbERpc2NsYWltYXIgPSBvYmo7XHJcbiAgfSBjYXRjaCAoZXJyKSB7XHJcbiAgICBjb25zb2xlLmVycm9yKCdGYWlsZWQgdG8gcGFyc2UgY29tcG9uZW50RGF0YScsIGVycik7XHJcbiAgfVxyXG59XHJcblxyXG5cclxuXHJcblxyXG59XHJcblxyXG5cclxuXHJcblxyXG5cclxuIiwiPGZvcm0gW2Zvcm1Hcm91cF09XCJmb3JtXCIgI3FlRm9ybURpcmVjdGl2ZT1cIm5nRm9ybVwiPlxyXG4gIDxkaXYgKm5nSWY9XCJsZWdhbERpc2NsYWltYXJcIj5cclxuXHJcbiAgICA8cC1kaWFsb2cgWyh2aXNpYmxlKV09XCJkaXNwbGF5UG9zaXRpb25cIiBbcG9zaXRpb25dPVwicG9zaXRpb25cIiBtb2RhbD1cInRydWVcIiBbc2hvd0hlYWRlcl09XCJmYWxzZVwiIGFwcGVuZFRvPVwiYm9keVwiXHJcbiAgICAgIFticmVha3BvaW50c109XCJ7Jzk2MHB4JzogJzgwdncnLCAnNjQwcHgnOiAnMTAwdncnfVwiIFtzdHlsZV09XCJ7d2lkdGg6ICc2MHZ3J31cIj5cclxuXHJcbiAgICAgIDxoMT57e2xlZ2FsRGlzY2xhaW1hci5wcml2YWN5U3RhdGVtZW50VGl0bGV9fTwvaDE+XHJcbiAgICAgIDxkaXYgW2lubmVySFRNTF09XCJsZWdhbERpc2NsYWltYXIucHJpdmFjeVN0YXRlbWVudFwiPjwvZGl2PlxyXG4gICAgICA8aDE+e3tsZWdhbERpc2NsYWltYXIuYmVuZWZpdFJpZ2h0c1RpdGxlfX08L2gxPlxyXG4gICAgICA8ZGl2IFtpbm5lckhUTUxdPVwibGVnYWxEaXNjbGFpbWFyLmJlbmVmaXRSaWdodHNcIj48L2Rpdj5cclxuXHJcbiAgICAgIDxuZy10ZW1wbGF0ZSBwVGVtcGxhdGU9XCJmb290ZXJcIj5cclxuXHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInNjcm9sbFwiICpuZ0lmPVwidXRpbC5pc1N0YXRlKCdDVCcpXCI+XHJcbiAgICAgICAgICA8aW9uLXJvdz5cclxuICAgICAgICAgICAgPGlvbi1jb2wgY2xhc3M9XCJpb24tdGV4dC1sZWZ0XCIgW2lubmVySFRNTF09XCJsZWdhbERpc2NsYWltYXIubm90aWZ5RW1wbG95ZXJcIj48L2lvbi1jb2w+XHJcbiAgICAgICAgICA8L2lvbi1yb3c+XHJcbiAgICAgICAgICA8aW9uLXJvdz5cclxuICAgICAgICAgICAgPGlvbi1jb2wgY2xhc3M9XCJpb24tdGV4dC1sZWZ0IGlvbi1wYWRkaW5nLXRvcFwiIFtpbm5lckhUTUxdPVwibGVnYWxEaXNjbGFpbWFyLmNsYWltYW50R3VpZGVcIj48L2lvbi1jb2w+XHJcbiAgICAgICAgICA8L2lvbi1yb3c+XHJcbiAgICAgICAgICA8aW9uLXJvdz5cclxuICAgICAgICAgICAgPGlvbi1jb2wgY2xhc3M9XCJpb24tdGV4dC1sZWZ0IGlvbi1wYWRkaW5nLXRvcFwiPkkgaGF2ZSByZWFkIGFuZCB1bmRlcnN0YW5kIHRoZSBhYm92ZSBzdGF0ZW1lbnRzLiBTaWduIHdpdGhcclxuICAgICAgICAgICAgICB0aGUgbGFzdCBmb3VyIGRpZ2l0cyBvZiB5b3VyIHNvY2lhbCBzZWN1cml0eSBudW1iZXIuPGJyIC8+XHJcbiAgICAgICAgICAgIDwvaW9uLWNvbD5cclxuICAgICAgICAgIDwvaW9uLXJvdz5cclxuICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgPGRpdiAqbmdJZj1cIiF1dGlsLmlzU3RhdGUoJ0NUJylcIj5cclxuICAgICAgICAgIDxpb24tcm93PlxyXG4gICAgICAgICAgICA8aW9uLWNvbCBjbGFzcz1cImlvbi10ZXh0LWxlZnQgaW9uLXBhZGRpbmctdG9wXCI+SSBoYXZlIHJlYWQgYW5kIHVuZGVyc3RhbmQgdGhlIGFib3ZlIHN0YXRlbWVudHMuIFNpZ24gd2l0aFxyXG4gICAgICAgICAgICAgIHRoZSBsYXN0IGZvdXIgZGlnaXRzIG9mIHlvdXIgc29jaWFsIHNlY3VyaXR5IG51bWJlci48YnIgLz5cclxuICAgICAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgICAgPC9pb24tcm93PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxpb24tcm93PlxyXG5cclxuICAgICAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtbGVmdFwiPlxyXG4gICAgICAgICAgICA8aW5wdXQgaWQ9XCJzc25cIiB0eXBlPVwiaW5wdXRcIiBwSW5wdXRUZXh0IHNpemU9XCI1XCIgW2Zvcm1Db250cm9sXT1cImxhc3Rmb3Vyc3NuXCIgbWF4bGVuZ3RoPVwiNFwiIG1pbmxlbmd0aD1cIjRcIiAvPlxyXG4gICAgICAgICAgICA8YnIgLz5cclxuICAgICAgICAgICAgPGFwcC1lcnJvciBbY2xhc3NdPVwiJ2FwcC1ncmlkJ1wiIFtmaWVsZF09J2xhc3Rmb3Vyc3NuJyBbZm9ybV09XCJxZUZvcm1EaXJlY3RpdmVcIiBbZXJyRGVmXT1cIntcclxuICAgICAgICAgICAgICByZXF1aXJlZDogJ1JlcXVpcmVkLicsXHJcbiAgICAgICAgICAgICAgbm90RXF1YWw6ICdMYXN0IDQgbnVtYmVyIG9mIGVudGVyZWQgU1NOIGRvZXNuXFwndCBtYXRjaCB3aXRoIHlvdXIgU1NOXFwncyBsYXN0IDQgbnVtYmVyLidcclxuICAgICAgICAgICAgfVwiICpuZ0lmPVwidGhpcy5xZUZvcm1EaXJlY3RpdmUudG91Y2hlZCB8fCBpc1N1Ym1pdHRlZFwiPjwvYXBwLWVycm9yPlxyXG4gICAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgICAgPGlvbi1jb2wgY2xhc3M9XCJpb24tdGV4dC1yaWdodFwiPlxyXG4gICAgICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgKGNsaWNrKT1cImNhbmNlbERpc2NsYWltYXIoKVwiIHR5cGU9XCJyZXNldFwiIGZpbGw9XCJvdXRsaW5lXCI+XHJcbiAgICAgICAgICAgICAge3tsZWdhbERpc2NsYWltYXIuY2FuY2VsQnV0dG9ufX1cclxuICAgICAgICAgICAgPC9pb24tYnV0dG9uPlxyXG4gICAgICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgdHlwZT1cInN1Ym1pdFwiIChjbGljayk9XCJhY2NlcHREaXNjbGFpbWFyKClcIiBmaWxsPVwic29saWRcIj5cclxuICAgICAgICAgICAgICB7e2xlZ2FsRGlzY2xhaW1hci5hY2NlcHRCdXR0b259fVxyXG4gICAgICAgICAgICA8L2lvbi1idXR0b24+XHJcbiAgICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgICAgPC9pb24tcm93PlxyXG4gICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgPC9wLWRpYWxvZz5cclxuICA8L2Rpdj5cclxuICA8cCBjbGFzcz1cImZvcm0tbGFiZWxcIj4ge3tsZWdhbERpc2NsYWltYXIucGxzUmVhZH19PC9wPlxyXG4gIDxkaXYgY2xhc3M9XCJncmlkIHAtbm9ndXR0ZXJcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJjb2wtMTJcIj5cclxuICAgICAgPCEtLSA8aW5wdXQgdHlwZT1cInRleHRcIiBpZD1cImxlZ2FsSGlkZGVuXCIgcElucHV0VGV4dCBmb3JtQ29udHJvbE5hbWU9XCJsZWdhbEhpZGRlblwiIGhpZGRlbiAvPiAtLT5cclxuICAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIChjbGljayk9XCJzaG93UG9zaXRpb25EaWFsb2coJ3RvcCcpXCIgdHlwZT1cInN1Ym1pdFwiIGZpbGw9XCJvdXRsaW5lXCI+XHJcbiAgICAgICAgPGlvbi1pY29uIHNsb3Q9XCJzdGFydFwiIFtuYW1lXT1cImRpc3BsYXlDaGVja0JveCA/ICdjaGVja21hcmstY2lyY2xlLW91dGxpbmUnIDogJ2VsbGlwc2Utb3V0bGluZSdcIlxyXG4gICAgICAgICAgc3R5bGU9XCJmb250LXNpemU6IDI1cHg7IGZvbnQtd2VpZ2h0OiBib2xkO1wiPjwvaW9uLWljb24+XHJcbiAgICAgICAgRGlzY2xhaW1lcnNcclxuICAgICAgPC9pb24tYnV0dG9uPlxyXG4gICAgICA8YXBwLWVycm9yIFtmaWVsZF09J2xlZ2FsSGlkZGVuJyBbZm9ybV09XCJxZUZvcm1EaXJlY3RpdmVcIiBbZXJyRGVmXT1cIntcclxuICAgICAgICAgIHJlcXVpcmVkOiAncmVxdWlyZWQuJ1xyXG4gICAgICAgIH1cIj48L2FwcC1lcnJvcj5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG5cclxuPC9mb3JtPiJdfQ==
|