@reusa/ngx-reusa-app-lib 0.0.1330 → 0.0.1331
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 +2374 -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 +319 -435
- 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 +90 -67
- 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 +60 -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 +748 -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 +862 -1085
- 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 +114 -59
- 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 +684 -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 +41492 -21978
- 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 +1 -12
- 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 +31 -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 +13 -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
|
@@ -6,339 +6,146 @@ import * as i1 from "../../services/logger/logger.service";
|
|
|
6
6
|
import * as i2 from "@angular/forms";
|
|
7
7
|
import * as i3 from "../../services/login/login.service";
|
|
8
8
|
import * as i4 from "@angular/router";
|
|
9
|
-
import * as i5 from "
|
|
10
|
-
import * as i6 from "
|
|
11
|
-
import * as i7 from "
|
|
12
|
-
import * as i8 from "
|
|
13
|
-
import * as i9 from "primeng/
|
|
14
|
-
import * as i10 from "
|
|
9
|
+
import * as i5 from "../../services/claimant-context/claimant-context.service";
|
|
10
|
+
import * as i6 from "../../services/util/util.service";
|
|
11
|
+
import * as i7 from "@ionic/angular";
|
|
12
|
+
import * as i8 from "@angular/common";
|
|
13
|
+
import * as i9 from "primeng/api";
|
|
14
|
+
import * as i10 from "primeng/dialog";
|
|
15
|
+
import * as i11 from "primeng/inputtext";
|
|
16
|
+
import * as i12 from "../error/error.component";
|
|
15
17
|
const _c0 = ["qeFormDirective"];
|
|
16
|
-
|
|
18
|
+
function LegalDisclaimarComponent_div_2_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
19
|
+
i0.ɵɵelementStart(0, "div");
|
|
20
|
+
i0.ɵɵelement(1, "div", 12)(2, "div", 13);
|
|
21
|
+
i0.ɵɵelementStart(3, "h1");
|
|
22
|
+
i0.ɵɵtext(4);
|
|
23
|
+
i0.ɵɵelementEnd();
|
|
24
|
+
i0.ɵɵelement(5, "div", 13);
|
|
25
|
+
i0.ɵɵelementEnd();
|
|
26
|
+
} if (rf & 2) {
|
|
27
|
+
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
28
|
+
i0.ɵɵadvance(1);
|
|
29
|
+
i0.ɵɵproperty("innerHTML", ctx_r2.legalDisclaimar.benefitRightsTitle, i0.ɵɵsanitizeHtml);
|
|
30
|
+
i0.ɵɵadvance(1);
|
|
31
|
+
i0.ɵɵproperty("innerHTML", ctx_r2.legalDisclaimar.benefitRights, i0.ɵɵsanitizeHtml);
|
|
32
|
+
i0.ɵɵadvance(2);
|
|
33
|
+
i0.ɵɵtextInterpolate(ctx_r2.legalDisclaimar.privacyStatementTitle);
|
|
34
|
+
i0.ɵɵadvance(1);
|
|
35
|
+
i0.ɵɵproperty("innerHTML", ctx_r2.legalDisclaimar.privacyStatement, i0.ɵɵsanitizeHtml);
|
|
36
|
+
} }
|
|
37
|
+
function LegalDisclaimarComponent_div_2_div_3_Template(rf, ctx) { if (rf & 1) {
|
|
38
|
+
i0.ɵɵelementStart(0, "div")(1, "h1");
|
|
39
|
+
i0.ɵɵtext(2);
|
|
40
|
+
i0.ɵɵelementEnd();
|
|
41
|
+
i0.ɵɵelement(3, "div", 13);
|
|
42
|
+
i0.ɵɵelementStart(4, "h1");
|
|
43
|
+
i0.ɵɵtext(5);
|
|
44
|
+
i0.ɵɵelementEnd();
|
|
45
|
+
i0.ɵɵelement(6, "div", 13);
|
|
46
|
+
i0.ɵɵelementEnd();
|
|
47
|
+
} if (rf & 2) {
|
|
48
|
+
const ctx_r3 = i0.ɵɵnextContext(2);
|
|
49
|
+
i0.ɵɵadvance(2);
|
|
50
|
+
i0.ɵɵtextInterpolate(ctx_r3.legalDisclaimar.privacyStatementTitle);
|
|
51
|
+
i0.ɵɵadvance(1);
|
|
52
|
+
i0.ɵɵproperty("innerHTML", ctx_r3.legalDisclaimar.privacyStatement, i0.ɵɵsanitizeHtml);
|
|
53
|
+
i0.ɵɵadvance(2);
|
|
54
|
+
i0.ɵɵtextInterpolate(ctx_r3.legalDisclaimar.benefitRightsTitle);
|
|
55
|
+
i0.ɵɵadvance(1);
|
|
56
|
+
i0.ɵɵproperty("innerHTML", ctx_r3.legalDisclaimar.benefitRights, i0.ɵɵsanitizeHtml);
|
|
57
|
+
} }
|
|
58
|
+
function LegalDisclaimarComponent_div_2_ng_template_4_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
59
|
+
i0.ɵɵelementStart(0, "div", 21)(1, "ion-row");
|
|
60
|
+
i0.ɵɵelement(2, "ion-col", 22);
|
|
61
|
+
i0.ɵɵelementEnd();
|
|
62
|
+
i0.ɵɵelementStart(3, "ion-row");
|
|
63
|
+
i0.ɵɵelement(4, "ion-col", 23);
|
|
64
|
+
i0.ɵɵelementEnd();
|
|
65
|
+
i0.ɵɵelementStart(5, "ion-row")(6, "ion-col", 24);
|
|
66
|
+
i0.ɵɵtext(7, "I have read and understand the above statements. Sign with the last four digits of your social security number.");
|
|
67
|
+
i0.ɵɵelement(8, "br");
|
|
68
|
+
i0.ɵɵelementEnd()()();
|
|
69
|
+
} if (rf & 2) {
|
|
70
|
+
const ctx_r5 = i0.ɵɵnextContext(3);
|
|
71
|
+
i0.ɵɵadvance(2);
|
|
72
|
+
i0.ɵɵproperty("innerHTML", ctx_r5.legalDisclaimar.notifyEmployer, i0.ɵɵsanitizeHtml);
|
|
73
|
+
i0.ɵɵadvance(2);
|
|
74
|
+
i0.ɵɵproperty("innerHTML", ctx_r5.legalDisclaimar.claimantGuide, i0.ɵɵsanitizeHtml);
|
|
75
|
+
} }
|
|
76
|
+
function LegalDisclaimarComponent_div_2_ng_template_4_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
77
|
+
i0.ɵɵelementStart(0, "div")(1, "ion-row")(2, "ion-col", 24);
|
|
78
|
+
i0.ɵɵtext(3, "I have read and understand the above statements. Sign with the last four digits of your social security number.");
|
|
79
|
+
i0.ɵɵelement(4, "br");
|
|
80
|
+
i0.ɵɵelementEnd()()();
|
|
81
|
+
} }
|
|
82
|
+
const _c1 = "Numbers entered do not match the last four numbers of your SSN.";
|
|
17
83
|
const _c2 = () => ({ required: "Required.", notEqual: _c1 });
|
|
18
|
-
function
|
|
19
|
-
i0.ɵɵelement(0, "app-error",
|
|
84
|
+
function LegalDisclaimarComponent_div_2_ng_template_4_app_error_6_Template(rf, ctx) { if (rf & 1) {
|
|
85
|
+
i0.ɵɵelement(0, "app-error", 9);
|
|
20
86
|
} if (rf & 2) {
|
|
21
|
-
const
|
|
87
|
+
const ctx_r7 = i0.ɵɵnextContext(3);
|
|
22
88
|
const _r0 = i0.ɵɵreference(1);
|
|
23
89
|
i0.ɵɵclassMap("app-grid");
|
|
24
|
-
i0.ɵɵproperty("field",
|
|
90
|
+
i0.ɵɵproperty("field", ctx_r7.lastfourssn)("form", _r0)("errDef", i0.ɵɵpureFunction0(5, _c2));
|
|
25
91
|
} }
|
|
26
|
-
function
|
|
27
|
-
const
|
|
28
|
-
i0.ɵɵ
|
|
29
|
-
i0.ɵɵ
|
|
30
|
-
i0.ɵɵelement(
|
|
31
|
-
i0.ɵɵ
|
|
32
|
-
i0.ɵɵ
|
|
33
|
-
i0.ɵɵ
|
|
34
|
-
i0.ɵɵ
|
|
35
|
-
i0.ɵɵ
|
|
36
|
-
i0.ɵɵ
|
|
37
|
-
i0.ɵɵ
|
|
92
|
+
function LegalDisclaimarComponent_div_2_ng_template_4_Template(rf, ctx) { if (rf & 1) {
|
|
93
|
+
const _r9 = i0.ɵɵgetCurrentView();
|
|
94
|
+
i0.ɵɵtemplate(0, LegalDisclaimarComponent_div_2_ng_template_4_div_0_Template, 9, 2, "div", 14)(1, LegalDisclaimarComponent_div_2_ng_template_4_div_1_Template, 5, 0, "div", 2);
|
|
95
|
+
i0.ɵɵelementStart(2, "ion-row")(3, "ion-col", 15);
|
|
96
|
+
i0.ɵɵelement(4, "input", 16)(5, "br");
|
|
97
|
+
i0.ɵɵtemplate(6, LegalDisclaimarComponent_div_2_ng_template_4_app_error_6_Template, 1, 6, "app-error", 17);
|
|
98
|
+
i0.ɵɵelementEnd();
|
|
99
|
+
i0.ɵɵelementStart(7, "ion-col", 18)(8, "ion-button", 19);
|
|
100
|
+
i0.ɵɵlistener("click", function LegalDisclaimarComponent_div_2_ng_template_4_Template_ion_button_click_8_listener() { i0.ɵɵrestoreView(_r9); const ctx_r8 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r8.cancelDisclaimar()); });
|
|
101
|
+
i0.ɵɵtext(9);
|
|
102
|
+
i0.ɵɵelementEnd();
|
|
103
|
+
i0.ɵɵelementStart(10, "ion-button", 20);
|
|
104
|
+
i0.ɵɵlistener("click", function LegalDisclaimarComponent_div_2_ng_template_4_Template_ion_button_click_10_listener() { i0.ɵɵrestoreView(_r9); const ctx_r10 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r10.acceptDisclaimar()); });
|
|
38
105
|
i0.ɵɵtext(11);
|
|
39
|
-
i0.ɵɵelementEnd();
|
|
40
|
-
i0.ɵɵelementStart(12, "ion-button", 42);
|
|
41
|
-
i0.ɵɵlistener("keydown.enter", function LegalDisclaimarComponent_div_2_ng_template_211_Template_ion_button_keydown_enter_12_listener() { i0.ɵɵrestoreView(_r5); const ctx_r7 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r7.acceptDisclaimar()); })("click", function LegalDisclaimarComponent_div_2_ng_template_211_Template_ion_button_click_12_listener() { i0.ɵɵrestoreView(_r5); const ctx_r8 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r8.acceptDisclaimar()); });
|
|
42
|
-
i0.ɵɵtext(13);
|
|
43
106
|
i0.ɵɵelementEnd()()();
|
|
44
107
|
} if (rf & 2) {
|
|
45
|
-
const
|
|
108
|
+
const ctx_r4 = i0.ɵɵnextContext(2);
|
|
46
109
|
const _r0 = i0.ɵɵreference(1);
|
|
47
|
-
i0.ɵɵ
|
|
48
|
-
i0.ɵɵ
|
|
110
|
+
i0.ɵɵproperty("ngIf", ctx_r4.util.isState("CT"));
|
|
111
|
+
i0.ɵɵadvance(1);
|
|
112
|
+
i0.ɵɵproperty("ngIf", !ctx_r4.util.isState("CT"));
|
|
113
|
+
i0.ɵɵadvance(3);
|
|
114
|
+
i0.ɵɵproperty("formControl", ctx_r4.lastfourssn);
|
|
49
115
|
i0.ɵɵadvance(2);
|
|
50
|
-
i0.ɵɵproperty("ngIf", _r0.touched ||
|
|
116
|
+
i0.ɵɵproperty("ngIf", _r0.touched || ctx_r4.isSubmitted);
|
|
51
117
|
i0.ɵɵadvance(3);
|
|
52
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
118
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r4.legalDisclaimar.cancelButton, " ");
|
|
53
119
|
i0.ɵɵadvance(2);
|
|
54
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
120
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r4.legalDisclaimar.acceptButton, " ");
|
|
55
121
|
} }
|
|
56
122
|
const _c3 = () => ({ width: "60vw" });
|
|
57
123
|
const _c4 = () => ({ "960px": "80vw", "640px": "100vw" });
|
|
58
|
-
const _c5 = () => ({ required: "required." });
|
|
59
124
|
function LegalDisclaimarComponent_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
60
|
-
const
|
|
61
|
-
i0.ɵɵelementStart(0, "div")(1, "p-dialog",
|
|
62
|
-
i0.ɵɵlistener("visibleChange", function LegalDisclaimarComponent_div_2_Template_p_dialog_visibleChange_1_listener($event) { i0.ɵɵrestoreView(
|
|
63
|
-
i0.ɵɵ
|
|
64
|
-
i0.ɵɵtext(3);
|
|
65
|
-
i0.ɵɵelementEnd();
|
|
66
|
-
i0.ɵɵelement(4, "div", 4);
|
|
67
|
-
i0.ɵɵelementStart(5, "h1", 5);
|
|
68
|
-
i0.ɵɵtext(6);
|
|
69
|
-
i0.ɵɵelementEnd();
|
|
70
|
-
i0.ɵɵelement(7, "div", 6);
|
|
71
|
-
i0.ɵɵelementStart(8, "div", 7)(9, "div", 8)(10, "h4");
|
|
72
|
-
i0.ɵɵtext(11, "U.S. Bank ReliaCard\u00AE Pre-Acquisition Disclosure");
|
|
73
|
-
i0.ɵɵelementEnd();
|
|
74
|
-
i0.ɵɵelementStart(12, "p")(13, "strong");
|
|
75
|
-
i0.ɵɵtext(14, "Program Name:");
|
|
76
|
-
i0.ɵɵelementEnd();
|
|
77
|
-
i0.ɵɵtext(15, " Kansas Unemployment Insurance");
|
|
78
|
-
i0.ɵɵelementEnd()();
|
|
79
|
-
i0.ɵɵelementStart(16, "div", 9)(17, "div", 10)(18, "div", 11);
|
|
80
|
-
i0.ɵɵtext(19, " You have options as to how you receive your payments, including direct deposit to your bank account or this prepaid card. Ask your agency for available options and select your option. ");
|
|
81
|
-
i0.ɵɵelementEnd()();
|
|
82
|
-
i0.ɵɵelementStart(20, "div", 12)(21, "table")(22, "thead")(23, "tr")(24, "th");
|
|
83
|
-
i0.ɵɵtext(25, "Monthly Fee");
|
|
84
|
-
i0.ɵɵelementEnd();
|
|
85
|
-
i0.ɵɵelementStart(26, "th");
|
|
86
|
-
i0.ɵɵtext(27, "Per Purchase");
|
|
87
|
-
i0.ɵɵelementEnd();
|
|
88
|
-
i0.ɵɵelementStart(28, "th");
|
|
89
|
-
i0.ɵɵtext(29, "ATM Withdrawal");
|
|
90
|
-
i0.ɵɵelementEnd();
|
|
91
|
-
i0.ɵɵelementStart(30, "th");
|
|
92
|
-
i0.ɵɵtext(31, "Cash Reload");
|
|
93
|
-
i0.ɵɵelementEnd()()();
|
|
94
|
-
i0.ɵɵelementStart(32, "tbody")(33, "tr")(34, "td")(35, "b");
|
|
95
|
-
i0.ɵɵtext(36, "$0");
|
|
96
|
-
i0.ɵɵelementEnd()();
|
|
97
|
-
i0.ɵɵelementStart(37, "td")(38, "b");
|
|
98
|
-
i0.ɵɵtext(39, "$0");
|
|
99
|
-
i0.ɵɵelementEnd()();
|
|
100
|
-
i0.ɵɵelementStart(40, "td")(41, "b");
|
|
101
|
-
i0.ɵɵtext(42, "$0");
|
|
102
|
-
i0.ɵɵelementEnd();
|
|
103
|
-
i0.ɵɵtext(43, " in-network");
|
|
104
|
-
i0.ɵɵelement(44, "br");
|
|
105
|
-
i0.ɵɵelementStart(45, "b");
|
|
106
|
-
i0.ɵɵtext(46, "$1.50");
|
|
107
|
-
i0.ɵɵelementEnd();
|
|
108
|
-
i0.ɵɵtext(47, " out-of-network ");
|
|
109
|
-
i0.ɵɵelementEnd();
|
|
110
|
-
i0.ɵɵelementStart(48, "td")(49, "b");
|
|
111
|
-
i0.ɵɵtext(50, "N/A");
|
|
112
|
-
i0.ɵɵelementEnd()()()()()();
|
|
113
|
-
i0.ɵɵelementStart(51, "div", 13)(52, "table")(53, "tr")(54, "td");
|
|
114
|
-
i0.ɵɵtext(55, "ATM Balance Inquiry (in-network or out-of-network)");
|
|
115
|
-
i0.ɵɵelementEnd();
|
|
116
|
-
i0.ɵɵelementStart(56, "td");
|
|
117
|
-
i0.ɵɵtext(57, "$0");
|
|
125
|
+
const _r12 = i0.ɵɵgetCurrentView();
|
|
126
|
+
i0.ɵɵelementStart(0, "div")(1, "p-dialog", 10);
|
|
127
|
+
i0.ɵɵlistener("visibleChange", function LegalDisclaimarComponent_div_2_Template_p_dialog_visibleChange_1_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r11 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r11.displayPosition = $event); });
|
|
128
|
+
i0.ɵɵtemplate(2, LegalDisclaimarComponent_div_2_div_2_Template, 6, 4, "div", 2)(3, LegalDisclaimarComponent_div_2_div_3_Template, 7, 4, "div", 2)(4, LegalDisclaimarComponent_div_2_ng_template_4_Template, 12, 6, "ng-template", 11);
|
|
118
129
|
i0.ɵɵelementEnd()();
|
|
119
|
-
i0.ɵɵelementStart(58, "tr")(59, "td");
|
|
120
|
-
i0.ɵɵtext(60, "Customer Service (automated or live agent)");
|
|
121
|
-
i0.ɵɵelementEnd();
|
|
122
|
-
i0.ɵɵelementStart(61, "td");
|
|
123
|
-
i0.ɵɵtext(62, "$0 per call");
|
|
124
|
-
i0.ɵɵelementEnd()();
|
|
125
|
-
i0.ɵɵelementStart(63, "tr")(64, "td");
|
|
126
|
-
i0.ɵɵtext(65, "Inactivity (after 365 days with no transactions)");
|
|
127
|
-
i0.ɵɵelementEnd();
|
|
128
|
-
i0.ɵɵelementStart(66, "td");
|
|
129
|
-
i0.ɵɵtext(67, "$1.50 per month");
|
|
130
|
-
i0.ɵɵelementEnd()()();
|
|
131
|
-
i0.ɵɵelementStart(68, "div", 14)(69, "b");
|
|
132
|
-
i0.ɵɵtext(70, "We charge 3 other types of fees.");
|
|
133
|
-
i0.ɵɵelementEnd();
|
|
134
|
-
i0.ɵɵelement(71, "hr", 15);
|
|
135
|
-
i0.ɵɵelementEnd();
|
|
136
|
-
i0.ɵɵelementStart(72, "p");
|
|
137
|
-
i0.ɵɵtext(73, "See the accompanying Fee Schedule for free ways to access your funds and balance information.");
|
|
138
|
-
i0.ɵɵelementEnd();
|
|
139
|
-
i0.ɵɵelementStart(74, "p")(75, "b");
|
|
140
|
-
i0.ɵɵtext(76, "No overdraft/credit feature.");
|
|
141
|
-
i0.ɵɵelementEnd();
|
|
142
|
-
i0.ɵɵelement(77, "br");
|
|
143
|
-
i0.ɵɵtext(78, "Your funds are eligible for FDIC insurance.");
|
|
144
|
-
i0.ɵɵelementEnd();
|
|
145
|
-
i0.ɵɵelementStart(79, "p");
|
|
146
|
-
i0.ɵɵtext(80, "For general information about prepaid accounts, visit ");
|
|
147
|
-
i0.ɵɵelementStart(81, "a", 16)(82, "i");
|
|
148
|
-
i0.ɵɵtext(83, "cfpb.gov/prepaid");
|
|
149
|
-
i0.ɵɵelementEnd()();
|
|
150
|
-
i0.ɵɵtext(84, ".");
|
|
151
|
-
i0.ɵɵelement(85, "br");
|
|
152
|
-
i0.ɵɵtext(86, " Find details and conditions for all fees and services inside the card package or call ");
|
|
153
|
-
i0.ɵɵelementStart(87, "b");
|
|
154
|
-
i0.ɵɵtext(88, "1-866-335-1653");
|
|
155
|
-
i0.ɵɵelementEnd();
|
|
156
|
-
i0.ɵɵtext(89, " or visit ");
|
|
157
|
-
i0.ɵɵelementStart(90, "a", 17)(91, "b");
|
|
158
|
-
i0.ɵɵtext(92, "usbankreliacard.com");
|
|
159
|
-
i0.ɵɵelementEnd()();
|
|
160
|
-
i0.ɵɵtext(93, ".");
|
|
161
|
-
i0.ɵɵelementEnd()()();
|
|
162
|
-
i0.ɵɵelementStart(94, "div", 18);
|
|
163
|
-
i0.ɵɵelement(95, "hr");
|
|
164
|
-
i0.ɵɵelementEnd();
|
|
165
|
-
i0.ɵɵelementStart(96, "div", 19)(97, "h3");
|
|
166
|
-
i0.ɵɵtext(98, "U.S. Bank ReliaCard\u00AE Fee Schedule");
|
|
167
|
-
i0.ɵɵelementEnd();
|
|
168
|
-
i0.ɵɵelementStart(99, "p")(100, "strong");
|
|
169
|
-
i0.ɵɵtext(101, "Program Name:");
|
|
170
|
-
i0.ɵɵelementEnd();
|
|
171
|
-
i0.ɵɵtext(102, " Kansas Unemployment Insurance");
|
|
172
|
-
i0.ɵɵelementEnd();
|
|
173
|
-
i0.ɵɵelementStart(103, "div", 20)(104, "table")(105, "thead")(106, "tr")(107, "th");
|
|
174
|
-
i0.ɵɵtext(108, "All fees");
|
|
175
|
-
i0.ɵɵelementEnd();
|
|
176
|
-
i0.ɵɵelementStart(109, "th");
|
|
177
|
-
i0.ɵɵtext(110, "Amount");
|
|
178
|
-
i0.ɵɵelementEnd();
|
|
179
|
-
i0.ɵɵelementStart(111, "th");
|
|
180
|
-
i0.ɵɵtext(112, "Details");
|
|
181
|
-
i0.ɵɵelementEnd()()();
|
|
182
|
-
i0.ɵɵelementStart(113, "tbody")(114, "tr", 21)(115, "td", 22)(116, "b");
|
|
183
|
-
i0.ɵɵtext(117, "Get Cash");
|
|
184
|
-
i0.ɵɵelementEnd()()();
|
|
185
|
-
i0.ɵɵelementStart(118, "tr")(119, "td");
|
|
186
|
-
i0.ɵɵtext(120, "ATM Withdrawal (in-network)");
|
|
187
|
-
i0.ɵɵelementEnd();
|
|
188
|
-
i0.ɵɵelementStart(121, "td");
|
|
189
|
-
i0.ɵɵtext(122, "$0");
|
|
190
|
-
i0.ɵɵelementEnd();
|
|
191
|
-
i0.ɵɵelementStart(123, "td");
|
|
192
|
-
i0.ɵɵtext(124, "This is our fee per withdrawal. \u201CIn-network\u201D refers to the U.S. Bank or MoneyPass\u00AE ATM networks. Locations can be found at ");
|
|
193
|
-
i0.ɵɵelementStart(125, "a", 23);
|
|
194
|
-
i0.ɵɵtext(126, "usbank.com/locations");
|
|
195
|
-
i0.ɵɵelementEnd();
|
|
196
|
-
i0.ɵɵtext(127, " or ");
|
|
197
|
-
i0.ɵɵelementStart(128, "a", 24);
|
|
198
|
-
i0.ɵɵtext(129, "moneypass.com/atm-locator.html");
|
|
199
|
-
i0.ɵɵelementEnd();
|
|
200
|
-
i0.ɵɵtext(130, ".");
|
|
201
|
-
i0.ɵɵelementEnd()();
|
|
202
|
-
i0.ɵɵelementStart(131, "tr")(132, "td");
|
|
203
|
-
i0.ɵɵtext(133, "ATM Withdrawal (out-of-network)");
|
|
204
|
-
i0.ɵɵelementEnd();
|
|
205
|
-
i0.ɵɵelementStart(134, "td");
|
|
206
|
-
i0.ɵɵtext(135, "$1.50");
|
|
207
|
-
i0.ɵɵelementEnd();
|
|
208
|
-
i0.ɵɵelementStart(136, "td");
|
|
209
|
-
i0.ɵɵtext(137, "This is our fee per withdrawal. \u201COut-of-network\u201D refers to all the ATMs outside of the U.S. Bank or MoneyPass ATM networks. You may also be charged a fee by the ATM operator even if you do not complete a transaction.");
|
|
210
|
-
i0.ɵɵelementEnd()();
|
|
211
|
-
i0.ɵɵelementStart(138, "tr")(139, "td");
|
|
212
|
-
i0.ɵɵtext(140, "Teller Cash Withdrawal");
|
|
213
|
-
i0.ɵɵelementEnd();
|
|
214
|
-
i0.ɵɵelementStart(141, "td");
|
|
215
|
-
i0.ɵɵtext(142, "$0");
|
|
216
|
-
i0.ɵɵelementEnd();
|
|
217
|
-
i0.ɵɵelementStart(143, "td");
|
|
218
|
-
i0.ɵɵtext(144, "This is our fee for when you withdraw cash off your card from a teller at a bank or credit union that accepts Visa\u00AE.");
|
|
219
|
-
i0.ɵɵelementEnd()();
|
|
220
|
-
i0.ɵɵelementStart(145, "tr", 21)(146, "td", 22)(147, "b");
|
|
221
|
-
i0.ɵɵtext(148, "Using your card outside the U.S.");
|
|
222
|
-
i0.ɵɵelementEnd()()();
|
|
223
|
-
i0.ɵɵelementStart(149, "tr")(150, "td");
|
|
224
|
-
i0.ɵɵtext(151, "International Transaction");
|
|
225
|
-
i0.ɵɵelementEnd();
|
|
226
|
-
i0.ɵɵelementStart(152, "td");
|
|
227
|
-
i0.ɵɵtext(153, "3%");
|
|
228
|
-
i0.ɵɵelementEnd();
|
|
229
|
-
i0.ɵɵelementStart(154, "td");
|
|
230
|
-
i0.ɵɵtext(155, "This is our fee which applies when you use your card for purchases at foreign merchants and for cash withdrawals from foreign ATMs and is a percentage of the transaction dollar amount, after any currency conversion. Some transactions, even if you and/or the merchant or ATM are located in the United States, are considered foreign transactions under the applicable network rules, and we do not control how these merchants, ATMs and transactions are classified for this purpose.");
|
|
231
|
-
i0.ɵɵelementEnd()();
|
|
232
|
-
i0.ɵɵelementStart(156, "tr")(157, "td");
|
|
233
|
-
i0.ɵɵtext(158, "International ATM Withdrawal");
|
|
234
|
-
i0.ɵɵelementEnd();
|
|
235
|
-
i0.ɵɵelementStart(159, "td");
|
|
236
|
-
i0.ɵɵtext(160, "$1.50");
|
|
237
|
-
i0.ɵɵelementEnd();
|
|
238
|
-
i0.ɵɵelementStart(161, "td");
|
|
239
|
-
i0.ɵɵtext(162, "This is our fee per withdrawal. You may also be charged a fee by the ATM operator even if you do not complete a transaction.");
|
|
240
|
-
i0.ɵɵelementEnd()();
|
|
241
|
-
i0.ɵɵelementStart(163, "tr", 21)(164, "td", 22)(165, "b");
|
|
242
|
-
i0.ɵɵtext(166, "Other");
|
|
243
|
-
i0.ɵɵelementEnd()()();
|
|
244
|
-
i0.ɵɵelementStart(167, "tr")(168, "td");
|
|
245
|
-
i0.ɵɵtext(169, "Card Replacement");
|
|
246
|
-
i0.ɵɵelementEnd();
|
|
247
|
-
i0.ɵɵelementStart(170, "td");
|
|
248
|
-
i0.ɵɵtext(171, "$0");
|
|
249
|
-
i0.ɵɵelementEnd();
|
|
250
|
-
i0.ɵɵelementStart(172, "td");
|
|
251
|
-
i0.ɵɵtext(173, "This is our fee per card replacement mailed to you with standard delivery (up to 10 business days).");
|
|
252
|
-
i0.ɵɵelementEnd()();
|
|
253
|
-
i0.ɵɵelementStart(174, "tr")(175, "td");
|
|
254
|
-
i0.ɵɵtext(176, "Card Replacement Expedited Delivery");
|
|
255
|
-
i0.ɵɵelementEnd();
|
|
256
|
-
i0.ɵɵelementStart(177, "td");
|
|
257
|
-
i0.ɵɵtext(178, "$10.00");
|
|
258
|
-
i0.ɵɵelementEnd();
|
|
259
|
-
i0.ɵɵelementStart(179, "td");
|
|
260
|
-
i0.ɵɵtext(180, "This is our fee for expedited delivery (up to 3 business days) charged in addition to any Card Replacement fee.");
|
|
261
|
-
i0.ɵɵelementEnd()();
|
|
262
|
-
i0.ɵɵelementStart(181, "tr")(182, "td");
|
|
263
|
-
i0.ɵɵtext(183, "Inactivity");
|
|
264
|
-
i0.ɵɵelementEnd();
|
|
265
|
-
i0.ɵɵelementStart(184, "td");
|
|
266
|
-
i0.ɵɵtext(185, "$1.50");
|
|
267
|
-
i0.ɵɵelementEnd();
|
|
268
|
-
i0.ɵɵelementStart(186, "td");
|
|
269
|
-
i0.ɵɵtext(187, "This is our fee charged each month after you have not completed a transaction using your card for 365 consecutive days.");
|
|
270
|
-
i0.ɵɵelementEnd()()()()()();
|
|
271
|
-
i0.ɵɵelementStart(188, "div", 25)(189, "p");
|
|
272
|
-
i0.ɵɵtext(190, "Your funds are eligible for FDIC insurance. Your funds will be held at U.S. Bank National Association, an FDIC-insured institution, and are insured up to $250,000 by the FDIC in the event U.S. Bank fails. See ");
|
|
273
|
-
i0.ɵɵelementStart(191, "a", 26);
|
|
274
|
-
i0.ɵɵtext(192, "fdic.gov/deposit/deposits/prepaid.html");
|
|
275
|
-
i0.ɵɵelementEnd();
|
|
276
|
-
i0.ɵɵtext(193, " for details.");
|
|
277
|
-
i0.ɵɵelementEnd();
|
|
278
|
-
i0.ɵɵelementStart(194, "p");
|
|
279
|
-
i0.ɵɵtext(195, "No overdraft/credit feature.");
|
|
280
|
-
i0.ɵɵelementEnd();
|
|
281
|
-
i0.ɵɵelementStart(196, "p");
|
|
282
|
-
i0.ɵɵtext(197, "Contact Cardholder Services by calling ");
|
|
283
|
-
i0.ɵɵelementStart(198, "b");
|
|
284
|
-
i0.ɵɵtext(199, "1-866-335-1653");
|
|
285
|
-
i0.ɵɵelementEnd();
|
|
286
|
-
i0.ɵɵtext(200, ", by mail at P.O. Box 551617, Jacksonville, FL 32255 or visit ");
|
|
287
|
-
i0.ɵɵelementStart(201, "a", 17);
|
|
288
|
-
i0.ɵɵtext(202, "usbankreliacard.com");
|
|
289
|
-
i0.ɵɵelementEnd()();
|
|
290
|
-
i0.ɵɵelementStart(203, "p");
|
|
291
|
-
i0.ɵɵtext(204, "For general information about prepaid accounts, visit cfpb.gov/prepaid. If you have a complaint about a prepaid account, call the Consumer Financial Protection Bureau at 1-855-411-2372 or visit ");
|
|
292
|
-
i0.ɵɵelementStart(205, "a", 27);
|
|
293
|
-
i0.ɵɵtext(206, "cfpb.gov/complaint");
|
|
294
|
-
i0.ɵɵelementEnd()();
|
|
295
|
-
i0.ɵɵelementStart(207, "p");
|
|
296
|
-
i0.ɵɵtext(208, "CR-54928343");
|
|
297
|
-
i0.ɵɵelementEnd();
|
|
298
|
-
i0.ɵɵelementStart(209, "p");
|
|
299
|
-
i0.ɵɵtext(210, "The ReliaCard is issued by U.S. Bank National Association pursuant to a license from Visa U.S.A. Inc. \u00A9 2024 U.S. Bank. Member FDIC.");
|
|
300
|
-
i0.ɵɵelementEnd()()();
|
|
301
|
-
i0.ɵɵtemplate(211, LegalDisclaimarComponent_div_2_ng_template_211_Template, 14, 4, "ng-template", 28);
|
|
302
|
-
i0.ɵɵelementEnd();
|
|
303
|
-
i0.ɵɵelementStart(212, "p", 29);
|
|
304
|
-
i0.ɵɵtext(213);
|
|
305
|
-
i0.ɵɵelementEnd();
|
|
306
|
-
i0.ɵɵelementStart(214, "div", 30)(215, "div", 31);
|
|
307
|
-
i0.ɵɵelement(216, "input", 32);
|
|
308
|
-
i0.ɵɵelementStart(217, "ion-button", 33);
|
|
309
|
-
i0.ɵɵlistener("click", function LegalDisclaimarComponent_div_2_Template_ion_button_click_217_listener() { i0.ɵɵrestoreView(_r10); const ctx_r11 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r11.showPositionDialog("top")); });
|
|
310
|
-
i0.ɵɵelement(218, "ion-icon", 34);
|
|
311
|
-
i0.ɵɵtext(219, " Disclaimers ");
|
|
312
|
-
i0.ɵɵelementEnd();
|
|
313
|
-
i0.ɵɵelement(220, "app-error", 35);
|
|
314
|
-
i0.ɵɵelementEnd()()();
|
|
315
130
|
} if (rf & 2) {
|
|
316
131
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
317
|
-
const _r0 = i0.ɵɵreference(1);
|
|
318
132
|
i0.ɵɵadvance(1);
|
|
319
|
-
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(
|
|
320
|
-
i0.ɵɵproperty("visible", ctx_r1.displayPosition)("position", ctx_r1.position)("showHeader", false)("breakpoints", i0.ɵɵpureFunction0(
|
|
321
|
-
i0.ɵɵadvance(2);
|
|
322
|
-
i0.ɵɵtextInterpolate(ctx_r1.legalDisclaimar.privacyStatementTitle);
|
|
133
|
+
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(8, _c3));
|
|
134
|
+
i0.ɵɵproperty("visible", ctx_r1.displayPosition)("position", ctx_r1.position)("showHeader", false)("breakpoints", i0.ɵɵpureFunction0(9, _c4));
|
|
323
135
|
i0.ɵɵadvance(1);
|
|
324
|
-
i0.ɵɵproperty("
|
|
325
|
-
i0.ɵɵadvance(2);
|
|
326
|
-
i0.ɵɵtextInterpolate(ctx_r1.legalDisclaimar.benefitRightsTitle);
|
|
136
|
+
i0.ɵɵproperty("ngIf", ctx_r1.util.isState("MS"));
|
|
327
137
|
i0.ɵɵadvance(1);
|
|
328
|
-
i0.ɵɵproperty("
|
|
329
|
-
i0.ɵɵadvance(206);
|
|
330
|
-
i0.ɵɵtextInterpolate1(" ", ctx_r1.legalDisclaimar.plsRead, "");
|
|
331
|
-
i0.ɵɵadvance(5);
|
|
332
|
-
i0.ɵɵproperty("name", ctx_r1.displayCheckBox ? "checkmark-circle-outline" : "ellipse-outline");
|
|
333
|
-
i0.ɵɵadvance(2);
|
|
334
|
-
i0.ɵɵproperty("field", ctx_r1.legalHidden)("form", _r0)("errDef", i0.ɵɵpureFunction0(17, _c5));
|
|
138
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.util.isState("MS"));
|
|
335
139
|
} }
|
|
140
|
+
const _c5 = () => ({ required: "required." });
|
|
336
141
|
export class LegalDisclaimarComponent {
|
|
337
|
-
constructor(logger, fb, ls, activatedRoute) {
|
|
142
|
+
constructor(logger, fb, ls, activatedRoute, claimantContextService, util) {
|
|
338
143
|
this.logger = logger;
|
|
339
144
|
this.fb = fb;
|
|
340
145
|
this.ls = ls;
|
|
341
146
|
this.activatedRoute = activatedRoute;
|
|
147
|
+
this.claimantContextService = claimantContextService;
|
|
148
|
+
this.util = util;
|
|
342
149
|
this.displayCheckBox = false;
|
|
343
150
|
this.accepted = new EventEmitter();
|
|
344
151
|
this.isSubmitted = false;
|
|
@@ -346,9 +153,6 @@ export class LegalDisclaimarComponent {
|
|
|
346
153
|
showPositionDialog(position) {
|
|
347
154
|
this.position = position;
|
|
348
155
|
this.displayPosition = true;
|
|
349
|
-
setTimeout(() => {
|
|
350
|
-
this.addDialogAttribute();
|
|
351
|
-
}, 3000);
|
|
352
156
|
}
|
|
353
157
|
acceptDisclaimar() {
|
|
354
158
|
this.isSubmitted = true;
|
|
@@ -378,49 +182,56 @@ export class LegalDisclaimarComponent {
|
|
|
378
182
|
ssnLastFourFromDb = this.ls.getUser().ssn.substring(5, 9);
|
|
379
183
|
}
|
|
380
184
|
else {
|
|
381
|
-
let
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
ssnForCSR = atob(data);
|
|
385
|
-
ssnLastFourFromDb = ssnForCSR.substring(5, 9);
|
|
386
|
-
}
|
|
185
|
+
let ssnForCSR;
|
|
186
|
+
ssnForCSR = this.claimantContextService.getUnEncodedSsn();
|
|
187
|
+
ssnLastFourFromDb = ssnForCSR.substring(5, 9);
|
|
387
188
|
}
|
|
388
189
|
this.form.addControl('legalHidden', new UntypedFormControl(null, [Validators.requiredTrue, Validators.required]));
|
|
389
190
|
this.form.addControl('lastfourssn', new UntypedFormControl(null, [Validators.compose([Validators.required, AppValidators.isEqual(ssnLastFourFromDb)])]));
|
|
390
191
|
this.question.name = "legalHidden";
|
|
391
192
|
const obj = JSON.parse(this.componentData);
|
|
392
193
|
this.legalDisclaimar = obj;
|
|
194
|
+
this.legalHidden.setValue(null);
|
|
195
|
+
this.lastfourssn.setValue(null);
|
|
393
196
|
}
|
|
394
|
-
|
|
395
|
-
const dialog = document.querySelector('div[role=dialog]');
|
|
396
|
-
if (dialog) {
|
|
397
|
-
dialog.setAttribute('aria-labelledby', 'legalDisclaimarTitle');
|
|
398
|
-
dialog.setAttribute('aria-describedby', 'legalDisclaimarContent');
|
|
399
|
-
document.querySelectorAll('div .ionButton').forEach(element => {
|
|
400
|
-
element.setAttribute('role', 'button');
|
|
401
|
-
});
|
|
402
|
-
}
|
|
403
|
-
}
|
|
404
|
-
static { this.ɵfac = function LegalDisclaimarComponent_Factory(t) { return new (t || LegalDisclaimarComponent)(i0.ɵɵdirectiveInject(i1.LoggerService), i0.ɵɵdirectiveInject(i2.UntypedFormBuilder), i0.ɵɵdirectiveInject(i3.LoginService), i0.ɵɵdirectiveInject(i4.ActivatedRoute)); }; }
|
|
197
|
+
static { this.ɵfac = function LegalDisclaimarComponent_Factory(t) { return new (t || LegalDisclaimarComponent)(i0.ɵɵdirectiveInject(i1.LoggerService), i0.ɵɵdirectiveInject(i2.UntypedFormBuilder), i0.ɵɵdirectiveInject(i3.LoginService), i0.ɵɵdirectiveInject(i4.ActivatedRoute), i0.ɵɵdirectiveInject(i5.ClaimantContextService), i0.ɵɵdirectiveInject(i6.UtilService)); }; }
|
|
405
198
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LegalDisclaimarComponent, selectors: [["app-legal-disclaimar"]], viewQuery: function LegalDisclaimarComponent_Query(rf, ctx) { if (rf & 1) {
|
|
406
199
|
i0.ɵɵviewQuery(_c0, 5);
|
|
407
200
|
} if (rf & 2) {
|
|
408
201
|
let _t;
|
|
409
202
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.qeFormDirective = _t.first);
|
|
410
|
-
} }, inputs: { form: "form", question: "question", componentData: "componentData" }, outputs: { accepted: "accepted" }, decls:
|
|
203
|
+
} }, inputs: { form: "form", question: "question", componentData: "componentData" }, outputs: { accepted: "accepted" }, decls: 12, vars: 8, consts: [[3, "formGroup"], ["qeFormDirective", "ngForm"], [4, "ngIf"], [1, "form-label"], [1, "grid", "p-nogutter"], [1, "col-12"], ["type", "text", "id", "legalHidden", "pInputText", "", "formControlName", "legalHidden", "hidden", ""], ["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"], ["pTemplate", "footer"], [2, "text-align", "center", 3, "innerHTML"], [3, "innerHTML"], ["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 LegalDisclaimarComponent_Template(rf, ctx) { if (rf & 1) {
|
|
411
204
|
i0.ɵɵelementStart(0, "form", 0, 1);
|
|
412
|
-
i0.ɵɵtemplate(2, LegalDisclaimarComponent_div_2_Template,
|
|
205
|
+
i0.ɵɵtemplate(2, LegalDisclaimarComponent_div_2_Template, 5, 10, "div", 2);
|
|
206
|
+
i0.ɵɵelementStart(3, "p", 3);
|
|
207
|
+
i0.ɵɵtext(4);
|
|
413
208
|
i0.ɵɵelementEnd();
|
|
209
|
+
i0.ɵɵelementStart(5, "div", 4)(6, "div", 5);
|
|
210
|
+
i0.ɵɵelement(7, "input", 6);
|
|
211
|
+
i0.ɵɵelementStart(8, "ion-button", 7);
|
|
212
|
+
i0.ɵɵlistener("click", function LegalDisclaimarComponent_Template_ion_button_click_8_listener() { return ctx.showPositionDialog("top"); });
|
|
213
|
+
i0.ɵɵelement(9, "ion-icon", 8);
|
|
214
|
+
i0.ɵɵtext(10, " Disclaimers ");
|
|
215
|
+
i0.ɵɵelementEnd();
|
|
216
|
+
i0.ɵɵelement(11, "app-error", 9);
|
|
217
|
+
i0.ɵɵelementEnd()()();
|
|
414
218
|
} if (rf & 2) {
|
|
219
|
+
const _r0 = i0.ɵɵreference(1);
|
|
415
220
|
i0.ɵɵproperty("formGroup", ctx.form);
|
|
416
221
|
i0.ɵɵadvance(2);
|
|
417
222
|
i0.ɵɵproperty("ngIf", ctx.legalDisclaimar);
|
|
418
|
-
|
|
223
|
+
i0.ɵɵadvance(2);
|
|
224
|
+
i0.ɵɵtextInterpolate1(" ", ctx.legalDisclaimar.plsRead, "");
|
|
225
|
+
i0.ɵɵadvance(5);
|
|
226
|
+
i0.ɵɵproperty("name", ctx.displayCheckBox ? "checkmark-circle-outline" : "ellipse-outline");
|
|
227
|
+
i0.ɵɵadvance(2);
|
|
228
|
+
i0.ɵɵproperty("field", ctx.legalHidden)("form", _r0)("errDef", i0.ɵɵpureFunction0(7, _c5));
|
|
229
|
+
} }, dependencies: [i7.IonButton, i7.IonCol, i7.IonIcon, i7.IonRow, i8.NgIf, i9.PrimeTemplate, i2.ɵNgNoValidate, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.MinLengthValidator, i2.MaxLengthValidator, i2.FormControlDirective, i2.FormGroupDirective, i2.FormControlName, i10.Dialog, i11.InputText, i12.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}"] }); }
|
|
419
230
|
}
|
|
420
231
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LegalDisclaimarComponent, [{
|
|
421
232
|
type: Component,
|
|
422
|
-
args: [{ selector: 'app-legal-disclaimar', template: "<form [formGroup]=\"form\" #qeFormDirective=\"ngForm\">\r\n <div *ngIf=\"legalDisclaimar\">\r\n <p-dialog [(visible)]=\"displayPosition\" [position]=\"position\" modal=\"true\" [showHeader]=\"false\" appendTo=\"body\" [breakpoints]=\"{'960px': '80vw', '640px': '100vw'}\" [style]=\"{width: '60vw'}\">\r\n <h1>{{legalDisclaimar.privacyStatementTitle}}</h1>\r\n <div [innerHTML]=\"legalDisclaimar.privacyStatement\">\r\n \r\n </div>\r\n <h1 id=\"legalDisclaimarTitle\">{{legalDisclaimar.benefitRightsTitle}}</h1>\r\n <div [innerHTML]=\"legalDisclaimar.benefitRights\" id=\"legalDisclaimarContent\"></div>\r\n \r\n <div class=\"relia-card-section\">\r\n <div class=\"header\">\r\n <h4>U.S. Bank ReliaCard\u00AE Pre-Acquisition Disclosure</h4>\r\n <p><strong>Program Name:</strong> Kansas Unemployment Insurance</p>\r\n </div>\r\n \r\n <div class = \"info-box\">\r\n <div class=\"options-info\">\r\n <div class=\"options-message\">\r\n You have options as to how you receive your payments, including direct deposit to your bank account or this prepaid card. Ask your agency for available options and select your option.\r\n </div>\r\n </div>\r\n \r\n <div class=\"fees-summary\">\r\n <table>\r\n <thead>\r\n <tr>\r\n <th>Monthly Fee</th>\r\n <th>Per Purchase</th>\r\n <th>ATM Withdrawal</th>\r\n <th>Cash Reload</th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td><b>$0</b></td>\r\n <td><b>$0</b></td>\r\n <td>\r\n <b>$0</b> in-network<br>\r\n <b>$1.50</b> out-of-network\r\n </td>\r\n <td><b>N/A</b></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div> \r\n \r\n <div class=\"other-fees-info\">\r\n <table>\r\n <tr>\r\n <td>ATM Balance Inquiry (in-network or out-of-network)</td>\r\n <td>$0</td>\r\n </tr>\r\n <tr>\r\n <td>Customer Service (automated or live agent)</td>\r\n <td>$0 per call</td>\r\n </tr>\r\n <tr>\r\n <td>Inactivity (after 365 days with no transactions)</td>\r\n <td>$1.50 per month</td>\r\n </tr>\r\n </table>\r\n <div class=\"other-fees-note\">\r\n <b>We charge 3 other types of fees.</b>\r\n <hr class=\"other-fees-line\"/>\r\n </div>\r\n <p>See the accompanying Fee Schedule for free ways to access your funds and balance information.</p>\r\n <p><b>No overdraft/credit feature.</b><br>Your funds are eligible for FDIC insurance.</p>\r\n <p>For general information about prepaid accounts, visit <a href=\"cfpb.gov/prepaid\"><i>cfpb.gov/prepaid</i></a>.<br>\r\n Find details and conditions for all fees and services inside the card package or call <b>1-866-335-1653</b> or visit <a href=\"usbankreliacard.com\"><b>usbankreliacard.com</b></a>.</p>\r\n </div>\r\n </div>\r\n \r\n <div class=\"divider\">\r\n <hr>\r\n </div>\r\n \r\n <div class=\"relia-card-fee-schedule\">\r\n <h3>U.S. Bank ReliaCard\u00AE Fee Schedule</h3>\r\n <p><strong>Program Name:</strong> Kansas Unemployment Insurance</p>\r\n <div class=\"fee-table-wrapper\">\r\n <table>\r\n <thead>\r\n <tr>\r\n <th>All fees</th>\r\n <th>Amount</th>\r\n <th>Details</th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr class=\"category-row\">\r\n <td colspan=\"3\"><b>Get Cash</b></td>\r\n </tr>\r\n <tr>\r\n <td>ATM Withdrawal (in-network)</td>\r\n <td>$0</td>\r\n <td>This is our fee per withdrawal. \u201CIn-network\u201D refers to the U.S. Bank or MoneyPass® ATM networks. Locations can be found at <a href=\"usbank.com/locations\">usbank.com/locations</a> or <a href=\"moneypass.com/atm-locator.html\">moneypass.com/atm-locator.html</a>.</td>\r\n </tr>\r\n <tr>\r\n <td>ATM Withdrawal (out-of-network)</td>\r\n <td>$1.50</td>\r\n <td>This is our fee per withdrawal. \u201COut-of-network\u201D refers to all the ATMs outside of the U.S. Bank or MoneyPass ATM networks. You may also be charged a fee by the ATM operator even if you do not complete a transaction.</td>\r\n </tr>\r\n <tr>\r\n <td>Teller Cash Withdrawal</td>\r\n <td>$0</td>\r\n <td>This is our fee for when you withdraw cash off your card from a teller at a bank or credit union that accepts Visa®.</td>\r\n </tr>\r\n <tr class=\"category-row\">\r\n <td colspan=\"3\"><b>Using your card outside the U.S.</b></td>\r\n </tr>\r\n <tr>\r\n <td>International Transaction</td>\r\n <td>3%</td>\r\n <td>This is our fee which applies when you use your card for purchases at foreign merchants and for cash withdrawals from foreign ATMs and is a percentage of the transaction dollar amount, after any currency conversion. Some transactions, even if you and/or the merchant or ATM are located in the United States, are considered foreign transactions under the applicable network rules, and we do not control how these merchants, ATMs and transactions are classified for this purpose.</td>\r\n </tr>\r\n <tr>\r\n <td>International ATM Withdrawal</td>\r\n <td>$1.50</td>\r\n <td>This is our fee per withdrawal. You may also be charged a fee by the ATM operator even if you do not complete a transaction.</td>\r\n </tr>\r\n <tr class=\"category-row\">\r\n <td colspan=\"3\"><b>Other</b></td>\r\n </tr>\r\n <tr>\r\n <td>Card Replacement</td>\r\n <td>$0</td>\r\n <td>This is our fee per card replacement mailed to you with standard delivery (up to 10 business days).</td>\r\n </tr>\r\n <tr>\r\n <td>Card Replacement Expedited Delivery</td>\r\n <td>$10.00</td>\r\n <td>This is our fee for expedited delivery (up to 3 business days) charged in addition to any Card Replacement fee.</td>\r\n </tr>\r\n <tr>\r\n <td>Inactivity</td>\r\n <td>$1.50</td>\r\n <td>This is our fee charged each month after you have not completed a transaction using your card for 365 consecutive days.</td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n </div>\r\n \r\n <div class=\"fdic-info\">\r\n <p>Your funds are eligible for FDIC insurance. Your funds will be held at U.S. Bank National Association, an FDIC-insured institution, and are insured up to $250,000 by the FDIC in the event U.S. Bank fails. See <a href=\"fdic.gov/deposit/deposits/prepaid.html\">fdic.gov/deposit/deposits/prepaid.html</a> for details.</p>\r\n <p>No overdraft/credit feature.</p>\r\n <p>Contact Cardholder Services by calling <b>1-866-335-1653</b>, by mail at P.O. Box 551617, Jacksonville, FL 32255 or visit <a href=\"usbankreliacard.com\">usbankreliacard.com</a></p>\r\n <p>For general information about prepaid accounts, visit cfpb.gov/prepaid. If you have a complaint about a prepaid account, call the Consumer Financial Protection Bureau at 1-855-411-2372 or visit <a href=\"cfpb.gov/complaint\">cfpb.gov/complaint</a></p>\r\n <p>CR-54928343</p>\r\n <p>The ReliaCard is issued by U.S. Bank National Association pursuant to a license from Visa U.S.A. Inc. \u00A9 2024 U.S. Bank. Member FDIC.</p>\r\n </div>\r\n </div>\r\n \r\n <ng-template pTemplate=\"footer\">\r\n <ion-row>\r\n <ion-col class=\"ion-text-left ion-padding-top\" >\r\n I have read and understand the above statements. Sign with the last four digits of your social security number.<br/>\r\n </ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col class=\"ion-text-left\">\r\n <input id=\"ssn\" type=\"input\" pInputText size=\"5\" [formControl]=\"lastfourssn\" maxlength=\"4\"\r\n minlength=\"4\"/>\r\n <br/>\r\n <app-error [class]=\"'app-grid'\" [field]='lastfourssn' [form]=\"qeFormDirective\" [errDef]=\"{\r\n required: 'Required.',\r\n notEqual: 'The last 4 digits you have entered do not match the SSN on record.'\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 tabindex=\"0\" (keydown.enter) =\"cancelDisclaimar()\" shape=\"round\" (click)=\"cancelDisclaimar()\" type=\"reset\" fill=\"outline\" class=\"ionButton\">\r\n {{legalDisclaimar.cancelButton}}\r\n </ion-button>\r\n <ion-button tabindex=\"0\" (keydown.enter) =\"acceptDisclaimar()\" shape=\"round\" type=\"submit\" (click)=\"acceptDisclaimar()\" fill=\"solid\" class=\"ionButton\">\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 <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 </div>\r\n</form>\r\n", styles: [".form-label{display:inline-block;margin-bottom:6px;margin-top:20px}ion-button{outline:none}.relia-card-section{max-width:800px;margin:28px auto;background:#fff;padding:28px 22px;border-radius:12px;box-shadow:0 2px 16px #0000000f;font-family:Segoe UI,Arial,sans-serif;font-size:1rem;color:#222}.relia-card-section .header h2{margin-top:0;font-size:1.45em;font-weight:600;border-bottom:2px solid #3376be;padding-bottom:6px;margin-bottom:10px}.relia-card-section .header p{margin:0 0 12px;font-size:1.06em}.relia-card-section .info-box{background:#f6faff;border:2px solid #3376be;border-radius:12px;box-shadow:0 1px 8px #3376be14;padding:18px 22px 22px;max-width:550px;margin:26px auto 32px}.relia-card-section .info-box .options-message{text-align:center;font-weight:500;font-size:1.09em;margin:0 auto 18px;position:relative;display:inline-block;width:100%}.relia-card-section .info-box .options-message:after{content:\"\";display:block;margin:11px auto 0;width:88%;border-bottom:2.5px solid #3376be;border-radius:2px}.relia-card-section .info-box .fees-summary table{width:100%;border-collapse:collapse;margin-bottom:10px}.relia-card-section .info-box .fees-summary table th,.relia-card-section .info-box .fees-summary table td{border:1px solid #bcd1e6;padding:10px;text-align:center;font-size:1em}.relia-card-section .info-box .fees-summary table thead th{background:#f0f7fb;font-weight:600;border-bottom:2px solid #3376be;color:#225587}.relia-card-section .info-box .fees-summary table tbody td{background:#fff}.relia-card-section .info-box .other-fees-info{margin:24px 0 0}.relia-card-section .info-box .other-fees-info table{width:100%;border-collapse:collapse;background:#fff;margin-bottom:10px}.relia-card-section .info-box .other-fees-info table td{border:1px solid #bcd1e6;padding:7px 10px;text-align:left;font-size:1em}.relia-card-section .info-box .other-fees-info table tr:first-child td{border-top:2px solid #3376be}.relia-card-section .info-box .other-fees-info p{margin-top:10px;margin-bottom:4px;font-size:.99em}.relia-card-section .info-box .other-fees-info b{font-weight:600}.relia-card-section .info-box .other-fees-info .nowrap{white-space:nowrap}.relia-card-section .info-box .other-fees-info .other-fees-note{font-weight:500;font-size:1.06em;margin-bottom:10px;text-align:left;position:relative}.relia-card-section .info-box .other-fees-info .other-fees-line{border:none;border-top:2px solid #3376be;margin:8px 0 0;width:80%}.relia-card-section .divider{margin-top:32px;margin-bottom:26px}.relia-card-section .divider hr{border:none;border-top:2px solid #3376be;margin:0}.relia-card-section .relia-card-fee-schedule h3{margin-top:0;font-size:1.25em;font-weight:700;margin-bottom:10px;color:#225587;border-bottom:1px solid #3376be;padding-bottom:6px}.relia-card-section .relia-card-fee-schedule .fee-table-wrapper{margin-bottom:0;margin-top:14px}.relia-card-section .relia-card-fee-schedule .fee-table-wrapper table{width:100%;border-collapse:collapse;margin-bottom:30px}.relia-card-section .relia-card-fee-schedule .fee-table-wrapper table thead th{background-color:#e3f0fd;color:#225587;font-weight:600;border:2px solid #3376be;padding:10px;text-align:left}.relia-card-section .relia-card-fee-schedule .fee-table-wrapper table td{border:1px solid #ddd;padding:8px 10px;text-align:left}.relia-card-section .relia-card-fee-schedule .fee-table-wrapper table td.indent{padding-left:28px;font-weight:500}.relia-card-section .relia-card-fee-schedule .fee-table-wrapper table .category-row{background-color:#d4e6fb;font-weight:700;font-size:1.1rem;border:none}.relia-card-section .relia-card-fee-schedule .fee-table-wrapper table .category-row td{border:none;padding:12px 10px 6px}.relia-card-section .relia-card-fee-schedule .fee-table-wrapper table th{background:#f4f8fb;font-weight:500;border:1px solid #3376be}.relia-card-section .relia-card-fee-schedule .fee-table-wrapper table thead tr{border-bottom:2px solid #3376be}.relia-card-section .relia-card-fee-schedule .fee-table-wrapper table tbody tr{border-bottom:1px solid #eee}.relia-card-section .fdic-info{margin-top:22px;padding-top:14px;border-top:1px solid #bbb;font-size:.98em;color:#444}.relia-card-section .nowrap{white-space:nowrap}\n"] }]
|
|
423
|
-
}], () => [{ type: i1.LoggerService }, { type: i2.UntypedFormBuilder }, { type: i3.LoginService }, { type: i4.ActivatedRoute }], { qeFormDirective: [{
|
|
233
|
+
args: [{ selector: 'app-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 <div *ngIf=\"util.isState('MS')\">\r\n <div style=\"text-align: center;\" [innerHTML]=\"legalDisclaimar.benefitRightsTitle\"></div>\r\n <div [innerHTML]=\"legalDisclaimar.benefitRights\"></div>\r\n <h1>{{legalDisclaimar.privacyStatementTitle}}</h1>\r\n <div [innerHTML]=\"legalDisclaimar.privacyStatement\"></div>\r\n </div>\r\n <div *ngIf=\"!util.isState('MS')\">\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 </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: 'Numbers entered do not match the last four numbers of your SSN.'\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"] }]
|
|
234
|
+
}], () => [{ type: i1.LoggerService }, { type: i2.UntypedFormBuilder }, { type: i3.LoginService }, { type: i4.ActivatedRoute }, { type: i5.ClaimantContextService }, { type: i6.UtilService }], { qeFormDirective: [{
|
|
424
235
|
type: ViewChild,
|
|
425
236
|
args: ['qeFormDirective', { static: false }]
|
|
426
237
|
}], accepted: [{
|
|
@@ -432,5 +243,5 @@ export class LegalDisclaimarComponent {
|
|
|
432
243
|
}], componentData: [{
|
|
433
244
|
type: Input
|
|
434
245
|
}] }); })();
|
|
435
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LegalDisclaimarComponent, { className: "LegalDisclaimarComponent", filePath: "lib\\components\\legal-disclaimar\\legal-disclaimar.component.ts", lineNumber:
|
|
436
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGVnYWwtZGlzY2xhaW1hci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvbGVnYWwtZGlzY2xhaW1hci9sZWdhbC1kaXNjbGFpbWFyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9sZWdhbC1kaXNjbGFpbWFyL2xlZ2FsLWRpc2NsYWltYXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFZLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLFlBQVksRUFBRSxTQUFTLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDM0YsT0FBTyxFQUFzQixrQkFBa0IsRUFBNEIsVUFBVSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFNOUcsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLGdDQUFnQyxDQUFDOzs7Ozs7Ozs7Ozs7Ozs7O0lDOEpuRCxnQ0FHbUU7Ozs7SUFIeEQseUJBQW9CO0lBQUMsMENBQXFCLGFBQUEsc0NBQUE7Ozs7SUFWekQsK0JBQVMsa0JBQUE7SUFFTCxnSUFBK0c7SUFBQSxxQkFBSztJQUN0SCxpQkFBVSxFQUFBO0lBRVosK0JBQVMsa0JBQUE7SUFFTCw0QkFDaUIsU0FBQTtJQUVqQiw0R0FHbUU7SUFDckUsaUJBQVU7SUFDVixtQ0FBZ0Msc0JBQUE7SUFDTCwyTUFBa0IsZUFBQSx5QkFBa0IsQ0FBQSxJQUFDLDhLQUF3QixlQUFBLHlCQUFrQixDQUFBLElBQTFDO0lBQzVELGFBQ0Y7SUFBQSxpQkFBYTtJQUNiLHVDQUF1SjtJQUE5SCwyTUFBa0IsZUFBQSx5QkFBa0IsQ0FBQSxJQUFDLDhLQUFzQyxlQUFBLHlCQUFrQixDQUFBLElBQXhEO0lBQzVELGFBQ0Y7SUFBQSxpQkFB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QUFrQjtZQUNoQixlQUFxQjtZQUFyQiwwQ0FBcUI7OztpRkRnQmhCLHdCQUF3QjtjQU5wQyxTQUFTOzJCQUNFLHNCQUFzQjt1SUFZdkIsZUFBZTtrQkFEckIsU0FBUzttQkFBQyxpQkFBaUIsRUFBRSxFQUFDLE1BQU0sRUFBRyxLQUFLLEVBQUM7WUFFcEMsUUFBUTtrQkFBakIsTUFBTTtZQUNFLElBQUk7a0JBQVosS0FBSztZQUNHLFFBQVE7a0JBQWhCLEtBQUs7WUFDRSxhQUFhO2tCQUFwQixLQUFLOztrRkFYRyx3QkFBd0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSwgQ29tcG9uZW50LCBJbnB1dCwgT3V0cHV0LCBFdmVudEVtaXR0ZXIsIFZpZXdDaGlsZH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IFVudHlwZWRGb3JtQnVpbGRlciwgVW50eXBlZEZvcm1Db250cm9sLCBVbnR5cGVkRm9ybUdyb3VwLCBOZ0Zvcm0sIFZhbGlkYXRvcnMgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XHJcbmltcG9ydCB7IEFjdGl2YXRlZFJvdXRlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcclxuaW1wb3J0IHsgRWxlbWVudHNNb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9xdWVzdGlvbm5haXJlL0VsZW1lbnRzTW9kZWwnO1xyXG5pbXBvcnQgeyBMZWdhbERpc2NsYWltYXJNb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9xdWVzdGlvbm5haXJlL0xlZ2FsRGlzY2FpbWFyTW9kZWwnO1xyXG5pbXBvcnQgeyBMb2dnZXJTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvbG9nZ2VyL2xvZ2dlci5zZXJ2aWNlJztcclxuaW1wb3J0IHsgTG9naW5TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvbG9naW4vbG9naW4uc2VydmljZSc7XHJcbmltcG9ydCB7IEFwcFZhbGlkYXRvcnMgfSBmcm9tICcuLi9xdWVzdGlvbm5haXJlL0FwcFZhbGlkYXRvcnMnO1xyXG5cclxuXHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1sZWdhbC1kaXNjbGFpbWFyJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vbGVnYWwtZGlzY2xhaW1hci5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vbGVnYWwtZGlzY2xhaW1hci5jb21wb25lbnQuc2NzcyddLFxyXG4gIFxyXG59KVxyXG5leHBvcnQgY2xhc3MgTGVnYWxEaXNjbGFpbWFyQ29tcG9uZW50IHtcclxuXHJcbiAgICBkaXNwbGF5UG9zaXRpb246IGJvb2xlYW47XHJcbiAgICBwb3NpdGlvbjogc3RyaW5nO1xyXG4gICAgZGlzcGxheUNoZWNrQm94OmJvb2xlYW49ZmFsc2U7XHJcbiAgICBwdWJsaWMgbGVnYWxEaXNjbGFpbWFyIDogTGVnYWxEaXNjbGFpbWFyTW9kZWw7XHJcbiAgICBAVmlld0NoaWxkKCdxZUZvcm1EaXJlY3RpdmUnLCB7c3RhdGljIDogZmFsc2V9KSBcclxuICAgIHB1YmxpYyBxZUZvcm1EaXJlY3RpdmU6IE5nRm9ybTtcclxuICAgIEBPdXRwdXQoKSBhY2NlcHRlZCA9IG5ldyBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4oKTtcclxuICAgIEBJbnB1dCgpIGZvcm06IFVudHlwZWRGb3JtR3JvdXA7XHJcbiAgICBASW5wdXQoKSBxdWVzdGlvbjogRWxlbWVudHNNb2RlbDtcclxuICAgIEBJbnB1dCgpY29tcG9uZW50RGF0YTpzdHJpbmc7XHJcbiAgICBpc1N1Ym1pdHRlZCA6IGJvb2xlYW4gPSBmYWxzZTtcclxuICAgIGNvbnN0cnVjdG9yKHB1YmxpYyBsb2dnZXI6TG9nZ2VyU2VydmljZSxwdWJsaWMgZmI6IFVudHlwZWRGb3JtQnVpbGRlciwgcHVibGljIGxzOiBMb2dpblNlcnZpY2UsIHB1YmxpYyBhY3RpdmF0ZWRSb3V0ZTogQWN0aXZhdGVkUm91dGUpIHsgfVxyXG5cclxuICAgIHNob3dQb3NpdGlvbkRpYWxvZyhwb3NpdGlvbjogc3RyaW5nKSB7XHJcbiAgICAgIHRoaXMucG9zaXRpb24gPSBwb3NpdGlvbjtcclxuICAgICAgdGhpcy5kaXNwbGF5UG9zaXRpb24gPSB0cnVlOyAgICBcclxuXHJcbiAgICAgIHNldFRpbWVvdXQoKCkgPT4ge1xyXG4gICAgICAgIHRoaXMuYWRkRGlhbG9nQXR0cmlidXRlKCk7XHJcbiAgICAgIH0sIDMwMDApXHJcbiAgfVxyXG5cclxuICBhY2NlcHREaXNjbGFpbWFyKCl7XHJcbiAgICB0aGlzLmlzU3VibWl0dGVkID0gdHJ1ZTtcclxuICAgIGlmKHRoaXMubGFzdGZvdXJzc24udmFsaWQpe1xyXG4gICAgICB0aGlzLmRpc3BsYXlDaGVja0JveD10cnVlO1xyXG4gICAgICB0aGlzLmFjY2VwdGVkLmVtaXQodHJ1ZSk7XHJcbiAgICAgIHRoaXMuZGlzcGxheVBvc2l0aW9uPWZhbHNlO1xyXG4gICAgICB0aGlzLmxlZ2FsSGlkZGVuLnNldFZhbHVlKHRydWUpO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgY2FuY2VsRGlzY2xhaW1hcigpe1xyXG4gICAgdGhpcy5pc1N1Ym1pdHRlZCA9IGZhbHNlO1xyXG4gICAgdGhpcy5kaXNwbGF5Q2hlY2tCb3g9ZmFsc2U7XHJcbiAgICB0aGlzLmFjY2VwdGVkLmVtaXQoZmFsc2UpO1xyXG4gICAgdGhpcy5sZWdhbEhpZGRlbi5zZXRWYWx1ZShudWxsKTtcclxuICAgIHRoaXMuZGlzcGxheVBvc2l0aW9uPWZhbHNlO1xyXG4gIH1cclxuXHJcbiAgZ2V0IGxlZ2FsSGlkZGVuKCkge1xyXG4gICAgcmV0dXJuIHRoaXMuZm9ybS5nZXQoJ2xlZ2FsSGlkZGVuJylcclxuICB9XHJcblxyXG4gIGdldCBsYXN0Zm91cnNzbigpIHtcclxuICAgIHJldHVybiB0aGlzLmZvcm0uZ2V0KCdsYXN0Zm91cnNzbicpXHJcbiAgfVxyXG5cclxuICBuZ09uSW5pdCgpe1xyXG4gICAgbGV0IHNzbkxhc3RGb3VyRnJvbURiOiBzdHJpbmc7XHJcbiAgICBpZih0aGlzLmxzLmlzQ2xhaW1hbnQoKSA9PT0gdHJ1ZSl7XHJcbiAgICAgIHNzbkxhc3RGb3VyRnJvbURiID0gdGhpcy5scy5nZXRVc2VyKCkuc3NuLnN1YnN0cmluZyg1LDkpXHJcbiAgICB9IGVsc2V7XHJcbiAgICAgIGxldCBkYXRhID0gdGhpcy5hY3RpdmF0ZWRSb3V0ZS5zbmFwc2hvdC5xdWVyeVBhcmFtTWFwLmdldCgna2V5Jyk7XHJcbiAgICAgICAgaWYoZGF0YSl7XHJcbiAgICAgICAgICBsZXQgc3NuRm9yQ1NSOiBzdHJpbmc7XHJcbiAgICAgICAgICBzc25Gb3JDU1IgPSBhdG9iKGRhdGEpO1xyXG4gICAgICAgICAgc3NuTGFzdEZvdXJGcm9tRGIgPSBzc25Gb3JDU1Iuc3Vic3RyaW5nKDUsOSk7XHJcbiAgICAgICAgfSAgIFxyXG4gICAgfVxyXG4gICAgdGhpcy5mb3JtLmFkZENvbnRyb2woJ2xlZ2FsSGlkZGVuJywgbmV3IFVudHlwZWRGb3JtQ29udHJvbChudWxsLFtWYWxpZGF0b3JzLnJlcXVpcmVkVHJ1ZSxWYWxpZGF0b3JzLnJlcXVpcmVkXSkpO1xyXG4gICAgdGhpcy5mb3JtLmFkZENvbnRyb2woJ2xhc3Rmb3Vyc3NuJywgbmV3IFVudHlwZWRGb3JtQ29udHJvbChudWxsLFtWYWxpZGF0b3JzLmNvbXBvc2UoW1ZhbGlkYXRvcnMucmVxdWlyZWQsIEFwcFZhbGlkYXRvcnMuaXNFcXVhbChzc25MYXN0Rm91ckZyb21EYildKV0pKTtcclxuICAgIHRoaXMucXVlc3Rpb24ubmFtZT1cImxlZ2FsSGlkZGVuXCI7XHJcbiAgICBjb25zdCBvYmogPSBKU09OLnBhcnNlKHRoaXMuY29tcG9uZW50RGF0YSk7XHJcbiAgICB0aGlzLmxlZ2FsRGlzY2xhaW1hcj1vYmo7XHJcbiAgfVxyXG5cclxuICBhZGREaWFsb2dBdHRyaWJ1dGUoKTogdm9pZCB7XHJcbiAgICAgIGNvbnN0IGRpYWxvZyA9IGRvY3VtZW50LnF1ZXJ5U2VsZWN0b3IoJ2Rpdltyb2xlPWRpYWxvZ10nKTtcclxuICAgICAgaWYoZGlhbG9nKXtcclxuICAgICAgICBkaWFsb2cuc2V0QXR0cmlidXRlKCdhcmlhLWxhYmVsbGVkYnknLCAnbGVnYWxEaXNjbGFpbWFyVGl0bGUnKTtcclxuICAgICAgICBkaWFsb2cuc2V0QXR0cmlidXRlKCdhcmlhLWRlc2NyaWJlZGJ5JywgJ2xlZ2FsRGlzY2xhaW1hckNvbnRlbnQnKTtcclxuXHJcbiAgICAgICAgZG9jdW1lbnQucXVlcnlTZWxlY3RvckFsbCgnZGl2IC5pb25CdXR0b24nKS5mb3JFYWNoKGVsZW1lbnQgPT4ge1xyXG4gICAgICAgICAgZWxlbWVudC5zZXRBdHRyaWJ1dGUoJ3JvbGUnLCAnYnV0dG9uJyk7XHJcbiAgICAgICAgfSlcclxuICAgICAgfVxyXG4gIH1cclxufVxyXG5cclxuXHJcblxyXG4iLCI8Zm9ybSBbZm9ybUdyb3VwXT1cImZvcm1cIiAjcWVGb3JtRGlyZWN0aXZlPVwibmdGb3JtXCI+XHJcbiAgPGRpdiAqbmdJZj1cImxlZ2FsRGlzY2xhaW1hclwiPlxyXG4gICAgPHAtZGlhbG9nIFsodmlzaWJsZSldPVwiZGlzcGxheVBvc2l0aW9uXCIgW3Bvc2l0aW9uXT1cInBvc2l0aW9uXCIgbW9kYWw9XCJ0cnVlXCIgW3Nob3dIZWFkZXJdPVwiZmFsc2VcIiBhcHBlbmRUbz1cImJvZHlcIiBbYnJlYWtwb2ludHNdPVwieyc5NjBweCc6ICc4MHZ3JywgJzY0MHB4JzogJzEwMHZ3J31cIiBbc3R5bGVdPVwie3dpZHRoOiAnNjB2dyd9XCI+XHJcbiAgICAgIDxoMT57e2xlZ2FsRGlzY2xhaW1hci5wcml2YWN5U3RhdGVtZW50VGl0bGV9fTwvaDE+XHJcbiAgICAgIDxkaXYgW2lubmVySFRNTF09XCJsZWdhbERpc2NsYWltYXIucHJpdmFjeVN0YXRlbWVudFwiPlxyXG4gIFxyXG4gICAgICA8L2Rpdj5cclxuICAgICAgPGgxIGlkPVwibGVnYWxEaXNjbGFpbWFyVGl0bGVcIj57e2xlZ2FsRGlzY2xhaW1hci5iZW5lZml0UmlnaHRzVGl0bGV9fTwvaDE+XHJcbiAgICAgIDxkaXYgW2lubmVySFRNTF09XCJsZWdhbERpc2NsYWltYXIuYmVuZWZpdFJpZ2h0c1wiIGlkPVwibGVnYWxEaXNjbGFpbWFyQ29udGVudFwiPjwvZGl2PlxyXG4gICAgICBcclxuICAgICAgPGRpdiBjbGFzcz1cInJlbGlhLWNhcmQtc2VjdGlvblwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJoZWFkZXJcIj5cclxuICAgICAgICAgIDxoND5VLlMuIEJhbmsgUmVsaWFDYXJkwq4gUHJlLUFjcXVpc2l0aW9uIERpc2Nsb3N1cmU8L2g0PlxyXG4gICAgICAgICAgPHA+PHN0cm9uZz5Qcm9ncmFtIE5hbWU6PC9zdHJvbmc+IEthbnNhcyBVbmVtcGxveW1lbnQgSW5zdXJhbmNlPC9wPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICBcclxuICAgICAgICA8ZGl2IGNsYXNzID0gXCJpbmZvLWJveFwiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cIm9wdGlvbnMtaW5mb1wiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwib3B0aW9ucy1tZXNzYWdlXCI+XHJcbiAgICAgICAgICAgICAgWW91IGhhdmUgb3B0aW9ucyBhcyB0byBob3cgeW91IHJlY2VpdmUgeW91ciBwYXltZW50cywgaW5jbHVkaW5nIGRpcmVjdCBkZXBvc2l0IHRvIHlvdXIgYmFuayBhY2NvdW50IG9yIHRoaXMgcHJlcGFpZCBjYXJkLiBBc2sgeW91ciBhZ2VuY3kgZm9yIGF2YWlsYWJsZSBvcHRpb25zIGFuZCBzZWxlY3QgeW91ciBvcHRpb24uXHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgXHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmVlcy1zdW1tYXJ5XCI+XHJcbiAgICAgICAgICAgIDx0YWJsZT5cclxuICAgICAgICAgICAgICA8dGhlYWQ+XHJcbiAgICAgICAgICAgICAgICA8dHI+XHJcbiAgICAgICAgICAgICAgICAgIDx0aD5Nb250aGx5IEZlZTwvdGg+XHJcbiAgICAgICAgICAgICAgICAgIDx0aD5QZXIgUHVyY2hhc2U8L3RoPlxyXG4gICAgICAgICAgICAgICAgICA8dGg+QVRNIFdpdGhkcmF3YWw8L3RoPlxyXG4gICAgICAgICAgICAgICAgICA8dGg+Q2FzaCBSZWxvYWQ8L3RoPlxyXG4gICAgICAgICAgICAgICAgPC90cj5cclxuICAgICAgICAgICAgICA8L3RoZWFkPlxyXG4gICAgICAgICAgICAgIDx0Ym9keT5cclxuICAgICAgICAgICAgICAgIDx0cj5cclxuICAgICAgICAgICAgICAgICAgPHRkPjxiPiQwPC9iPjwvdGQ+XHJcbiAgICAgICAgICAgICAgICAgIDx0ZD48Yj4kMDwvYj48L3RkPlxyXG4gICAgICAgICAgICAgICAgICA8dGQ+XHJcbiAgICAgICAgICAgICAgICAgICAgPGI+JDA8L2I+IGluLW5ldHdvcms8YnI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGI+JDEuNTA8L2I+IG91dC1vZi1uZXR3b3JrXHJcbiAgICAgICAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgICAgICAgIDx0ZD48Yj5OL0E8L2I+PC90ZD5cclxuICAgICAgICAgICAgICAgIDwvdHI+XHJcbiAgICAgICAgICAgICAgPC90Ym9keT5cclxuICAgICAgICAgICAgPC90YWJsZT5cclxuICAgICAgICAgIDwvZGl2PiAgICAgICAgICBcclxuICAgICAgICBcclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJvdGhlci1mZWVzLWluZm9cIj5cclxuICAgICAgICAgICAgPHRhYmxlPlxyXG4gICAgICAgICAgICAgIDx0cj5cclxuICAgICAgICAgICAgICAgIDx0ZD5BVE0gQmFsYW5jZSBJbnF1aXJ5IChpbi1uZXR3b3JrIG9yIG91dC1vZi1uZXR3b3JrKTwvdGQ+XHJcbiAgICAgICAgICAgICAgICA8dGQ+JDA8L3RkPlxyXG4gICAgICAgICAgICAgIDwvdHI+XHJcbiAgICAgICAgICAgICAgPHRyPlxyXG4gICAgICAgICAgICAgICAgPHRkPkN1c3RvbWVyIFNlcnZpY2UgKGF1dG9tYXRlZCBvciBsaXZlIGFnZW50KTwvdGQ+XHJcbiAgICAgICAgICAgICAgICA8dGQ+JDAgcGVyIGNhbGw8L3RkPlxyXG4gICAgICAgICAgICAgIDwvdHI+XHJcbiAgICAgICAgICAgICAgPHRyPlxyXG4gICAgICAgICAgICAgICAgPHRkPkluYWN0aXZpdHkgKGFmdGVyIDM2NSBkYXlzIHdpdGggbm8gdHJhbnNhY3Rpb25zKTwvdGQ+XHJcbiAgICAgICAgICAgICAgICA8dGQ+JDEuNTAgcGVyIG1vbnRoPC90ZD5cclxuICAgICAgICAgICAgICA8L3RyPlxyXG4gICAgICAgICAgICA8L3RhYmxlPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwib3RoZXItZmVlcy1ub3RlXCI+XHJcbiAgICAgICAgICAgICAgPGI+V2UgY2hhcmdlIDMgb3RoZXIgdHlwZXMgb2YgZmVlcy48L2I+XHJcbiAgICAgICAgICAgICAgPGhyIGNsYXNzPVwib3RoZXItZmVlcy1saW5lXCIvPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPHA+U2VlIHRoZSBhY2NvbXBhbnlpbmcgRmVlIFNjaGVkdWxlIGZvciBmcmVlIHdheXMgdG8gYWNjZXNzIHlvdXIgZnVuZHMgYW5kIGJhbGFuY2UgaW5mb3JtYXRpb24uPC9wPlxyXG4gICAgICAgICAgICA8cD48Yj5ObyBvdmVyZHJhZnQvY3JlZGl0IGZlYXR1cmUuPC9iPjxicj5Zb3VyIGZ1bmRzIGFyZSBlbGlnaWJsZSBmb3IgRkRJQyBpbnN1cmFuY2UuPC9wPlxyXG4gICAgICAgICAgICA8cD5Gb3IgZ2VuZXJhbCBpbmZvcm1hdGlvbiBhYm91dCBwcmVwYWlkIGFjY291bnRzLCB2aXNpdCA8YSBocmVmPVwiY2ZwYi5nb3YvcHJlcGFpZFwiPjxpPmNmcGIuZ292L3ByZXBhaWQ8L2k+PC9hPi48YnI+XHJcbiAgICAgICAgICAgIEZpbmQgZGV0YWlscyBhbmQgY29uZGl0aW9ucyBmb3IgYWxsIGZlZXMgYW5kIHNlcnZpY2VzIGluc2lkZSB0aGUgY2FyZCBwYWNrYWdlIG9yIGNhbGwgPGI+MS04NjYtMzM1LTE2NTM8L2I+IG9yIHZpc2l0IDxhIGhyZWY9XCJ1c2JhbmtyZWxpYWNhcmQuY29tXCI+PGI+dXNiYW5rcmVsaWFjYXJkLmNvbTwvYj48L2E+LjwvcD5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICBcclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZGl2aWRlclwiPlxyXG4gICAgICAgICAgPGhyPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICBcclxuICAgICAgICA8ZGl2IGNsYXNzPVwicmVsaWEtY2FyZC1mZWUtc2NoZWR1bGVcIj5cclxuICAgICAgICAgIDxoMz5VLlMuIEJhbmsgUmVsaWFDYXJkwq4gRmVlIFNjaGVkdWxlPC9oMz5cclxuICAgICAgICAgIDxwPjxzdHJvbmc+UHJvZ3JhbSBOYW1lOjwvc3Ryb25nPiBLYW5zYXMgVW5lbXBsb3ltZW50IEluc3VyYW5jZTwvcD5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJmZWUtdGFibGUtd3JhcHBlclwiPlxyXG4gICAgICAgICAgICA8dGFibGU+XHJcbiAgICAgICAgICAgICAgPHRoZWFkPlxyXG4gICAgICAgICAgICAgICAgPHRyPlxyXG4gICAgICAgICAgICAgICAgICA8dGg+QWxsIGZlZXM8L3RoPlxyXG4gICAgICAgICAgICAgICAgICA8dGg+QW1vdW50PC90aD5cclxuICAgICAgICAgICAgICAgICAgPHRoPkRldGFpbHM8L3RoPlxyXG4gICAgICAgICAgICAgICAgPC90cj5cclxuICAgICAgICAgICAgICA8L3RoZWFkPlxyXG4gICAgICAgICAgICAgIDx0Ym9keT5cclxuICAgICAgICAgICAgICAgIDx0ciBjbGFzcz1cImNhdGVnb3J5LXJvd1wiPlxyXG4gICAgICAgICAgICAgICAgICA8dGQgY29sc3Bhbj1cIjNcIj48Yj5HZXQgQ2FzaDwvYj48L3RkPlxyXG4gICAgICAgICAgICAgICAgPC90cj5cclxuICAgICAgICAgICAgICAgIDx0cj5cclxuICAgICAgICAgICAgICAgICAgPHRkPkFUTSBXaXRoZHJhd2FsIChpbi1uZXR3b3JrKTwvdGQ+XHJcbiAgICAgICAgICAgICAgICAgIDx0ZD4kMDwvdGQ+XHJcbiAgICAgICAgICAgICAgICAgIDx0ZD5UaGlzIGlzIG91ciBmZWUgcGVyIHdpdGhkcmF3YWwuIOKAnEluLW5ldHdvcmvigJ0gcmVmZXJzIHRvIHRoZSBVLlMuIEJhbmsgb3IgTW9uZXlQYXNzJnJlZzsgQVRNIG5ldHdvcmtzLiBMb2NhdGlvbnMgY2FuIGJlIGZvdW5kIGF0IDxhIGhyZWY9XCJ1c2JhbmsuY29tL2xvY2F0aW9uc1wiPnVzYmFuay5jb20vbG9jYXRpb25zPC9hPiBvciA8YSBocmVmPVwibW9uZXlwYXNzLmNvbS9hdG0tbG9jYXRvci5odG1sXCI+bW9uZXlwYXNzLmNvbS9hdG0tbG9jYXRvci5odG1sPC9hPi48L3RkPlxyXG4gICAgICAgICAgICAgICAgPC90cj5cclxuICAgICAgICAgICAgICAgIDx0cj5cclxuICAgICAgICAgICAgICAgICAgPHRkPkFUTSBXaXRoZHJhd2FsIChvdXQtb2YtbmV0d29yayk8L3RkPlxyXG4gICAgICAgICAgICAgICAgICA8dGQ+JDEuNTA8L3RkPlxyXG4gICAgICAgICAgICAgICAgICA8dGQ+VGhpcyBpcyBvdXIgZmVlIHBlciB3aXRoZHJhd2FsLiDigJxPdXQtb2YtbmV0d29ya+KAnSByZWZlcnMgdG8gYWxsIHRoZSBBVE1zIG91dHNpZGUgb2YgdGhlIFUuUy4gQmFuayBvciBNb25leVBhc3MgQVRNIG5ldHdvcmtzLiBZb3UgbWF5IGFsc28gYmUgY2hhcmdlZCBhIGZlZSBieSB0aGUgQVRNIG9wZXJhdG9yIGV2ZW4gaWYgeW91IGRvIG5vdCBjb21wbGV0ZSBhIHRyYW5zYWN0aW9uLjwvdGQ+XHJcbiAgICAgICAgICAgICAgICA8L3RyPlxyXG4gICAgICAgICAgICAgICAgPHRyPlxyXG4gICAgICAgICAgICAgICAgICA8dGQ+VGVsbGVyIENhc2ggV2l0aGRyYXdhbDwvdGQ+XHJcbiAgICAgICAgICAgICAgICAgIDx0ZD4kMDwvdGQ+XHJcbiAgICAgICAgICAgICAgICAgIDx0ZD5UaGlzIGlzIG91ciBmZWUgZm9yIHdoZW4geW91IHdpdGhkcmF3IGNhc2ggb2ZmIHlvdXIgY2FyZCBmcm9tIGEgdGVsbGVyIGF0IGEgYmFuayBvciBjcmVkaXQgdW5pb24gdGhhdCBhY2NlcHRzIFZpc2EmcmVnOy48L3RkPlxyXG4gICAgICAgICAgICAgICAgPC90cj5cclxuICAgICAgICAgICAgICAgIDx0ciBjbGFzcz1cImNhdGVnb3J5LXJvd1wiPlxyXG4gICAgICAgICAgICAgICAgICA8dGQgY29sc3Bhbj1cIjNcIj48Yj5Vc2luZyB5b3VyIGNhcmQgb3V0c2lkZSB0aGUgVS5TLjwvYj48L3RkPlxyXG4gICAgICAgICAgICAgICAgPC90cj5cclxuICAgICAgICAgICAgICAgIDx0cj5cclxuICAgICAgICAgICAgICAgICAgPHRkPkludGVybmF0aW9uYWwgVHJhbnNhY3Rpb248L3RkPlxyXG4gICAgICAgICAgICAgICAgICA8dGQ+MyU8L3RkPlxyXG4gICAgICAgICAgICAgICAgICA8dGQ+VGhpcyBpcyBvdXIgZmVlIHdoaWNoIGFwcGxpZXMgd2hlbiB5b3UgdXNlIHlvdXIgY2FyZCBmb3IgcHVyY2hhc2VzIGF0IGZvcmVpZ24gbWVyY2hhbnRzIGFuZCBmb3IgY2FzaCB3aXRoZHJhd2FscyBmcm9tIGZvcmVpZ24gQVRNcyBhbmQgaXMgYSBwZXJjZW50YWdlIG9mIHRoZSB0cmFuc2FjdGlvbiBkb2xsYXIgYW1vdW50LCBhZnRlciBhbnkgY3VycmVuY3kgY29udmVyc2lvbi4gU29tZSB0cmFuc2FjdGlvbnMsIGV2ZW4gaWYgeW91IGFuZC9vciB0aGUgbWVyY2hhbnQgb3IgQVRNIGFyZSBsb2NhdGVkIGluIHRoZSBVbml0ZWQgU3RhdGVzLCBhcmUgY29uc2lkZXJlZCBmb3JlaWduIHRyYW5zYWN0aW9ucyB1bmRlciB0aGUgYXBwbGljYWJsZSBuZXR3b3JrIHJ1bGVzLCBhbmQgd2UgZG8gbm90IGNvbnRyb2wgaG93IHRoZXNlIG1lcmNoYW50cywgQVRNcyBhbmQgdHJhbnNhY3Rpb25zIGFyZSBjbGFzc2lmaWVkIGZvciB0aGlzIHB1cnBvc2UuPC90ZD5cclxuICAgICAgICAgICAgICAgIDwvdHI+XHJcbiAgICAgICAgICAgICAgICA8dHI+XHJcbiAgICAgICAgICAgICAgICAgIDx0ZD5JbnRlcm5hdGlvbmFsIEFUTSBXaXRoZHJhd2FsPC90ZD5cclxuICAgICAgICAgICAgICAgICAgPHRkPiQxLjUwPC90ZD5cclxuICAgICAgICAgICAgICAgICAgPHRkPlRoaXMgaXMgb3VyIGZlZSBwZXIgd2l0aGRyYXdhbC4gWW91IG1heSBhbHNvIGJlIGNoYXJnZWQgYSBmZWUgYnkgdGhlIEFUTSBvcGVyYXRvciBldmVuIGlmIHlvdSBkbyBub3QgY29tcGxldGUgYSB0cmFuc2FjdGlvbi48L3RkPlxyXG4gICAgICAgICAgICAgICAgPC90cj5cclxuICAgICAgICAgICAgICAgIDx0ciBjbGFzcz1cImNhdGVnb3J5LXJvd1wiPlxyXG4gICAgICAgICAgICAgICAgICA8dGQgY29sc3Bhbj1cIjNcIj48Yj5PdGhlcjwvYj48L3RkPlxyXG4gICAgICAgICAgICAgICAgPC90cj5cclxuICAgICAgICAgICAgICAgIDx0cj5cclxuICAgICAgICAgICAgICAgICAgPHRkPkNhcmQgUmVwbGFjZW1lbnQ8L3RkPlxyXG4gICAgICAgICAgICAgICAgICA8dGQ+JDA8L3RkPlxyXG4gICAgICAgICAgICAgICAgICA8dGQ+VGhpcyBpcyBvdXIgZmVlIHBlciBjYXJkIHJlcGxhY2VtZW50IG1haWxlZCB0byB5b3Ugd2l0aCBzdGFuZGFyZCBkZWxpdmVyeSAodXAgdG8gMTAgYnVzaW5lc3MgZGF5cykuPC90ZD5cclxuICAgICAgICAgICAgICAgIDwvdHI+XHJcbiAgICAgICAgICAgICAgICA8dHI+XHJcbiAgICAgICAgICAgICAgICAgIDx0ZD5DYXJkIFJlcGxhY2VtZW50IEV4cGVkaXRlZCBEZWxpdmVyeTwvdGQ+XHJcbiAgICAgICAgICAgICAgICAgIDx0ZD4kMTAuMDA8L3RkPlxyXG4gICAgICAgICAgICAgICAgICA8dGQ+VGhpcyBpcyBvdXIgZmVlIGZvciBleHBlZGl0ZWQgZGVsaXZlcnkgKHVwIHRvIDMgYnVzaW5lc3MgZGF5cykgY2hhcmdlZCBpbiBhZGRpdGlvbiB0byBhbnkgQ2FyZCBSZXBsYWNlbWVudCBmZWUuPC90ZD5cclxuICAgICAgICAgICAgICAgIDwvdHI+XHJcbiAgICAgICAgICAgICAgICA8dHI+XHJcbiAgICAgICAgICAgICAgICAgIDx0ZD5JbmFjdGl2aXR5PC90ZD5cclxuICAgICAgICAgICAgICAgICAgPHRkPiQxLjUwPC90ZD5cclxuICAgICAgICAgICAgICAgICAgPHRkPlRoaXMgaXMgb3VyIGZlZSBjaGFyZ2VkIGVhY2ggbW9udGggYWZ0ZXIgeW91IGhhdmUgbm90IGNvbXBsZXRlZCBhIHRyYW5zYWN0aW9uIHVzaW5nIHlvdXIgY2FyZCBmb3IgMzY1IGNvbnNlY3V0aXZlIGRheXMuPC90ZD5cclxuICAgICAgICAgICAgICAgIDwvdHI+XHJcbiAgICAgICAgICAgICAgPC90Ym9keT5cclxuICAgICAgICAgICAgPC90YWJsZT5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICBcclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZmRpYy1pbmZvXCI+XHJcbiAgICAgICAgICA8cD5Zb3VyIGZ1bmRzIGFyZSBlbGlnaWJsZSBmb3IgRkRJQyBpbnN1cmFuY2UuIFlvdXIgZnVuZHMgd2lsbCBiZSBoZWxkIGF0IFUuUy4gQmFuayBOYXRpb25hbCBBc3NvY2lhdGlvbiwgYW4gRkRJQy1pbnN1cmVkIGluc3RpdHV0aW9uLCBhbmQgYXJlIGluc3VyZWQgdXAgdG8gJDI1MCwwMDAgYnkgdGhlIEZESUMgaW4gdGhlIGV2ZW50IFUuUy4gQmFuayBmYWlscy4gU2VlIDxhIGhyZWY9XCJmZGljLmdvdi9kZXBvc2l0L2RlcG9zaXRzL3ByZXBhaWQuaHRtbFwiPmZkaWMuZ292L2RlcG9zaXQvZGVwb3NpdHMvcHJlcGFpZC5odG1sPC9hPiBmb3IgZGV0YWlscy48L3A+XHJcbiAgICAgICAgICA8cD5ObyBvdmVyZHJhZnQvY3JlZGl0IGZlYXR1cmUuPC9wPlxyXG4gICAgICAgICAgPHA+Q29udGFjdCBDYXJkaG9sZGVyIFNlcnZpY2VzIGJ5IGNhbGxpbmcgPGI+MS04NjYtMzM1LTE2NTM8L2I+LCBieSBtYWlsIGF0IFAuTy4gQm94IDU1MTYxNywgSmFja3NvbnZpbGxlLCBGTCAzMjI1NSBvciB2aXNpdCA8YSBocmVmPVwidXNiYW5rcmVsaWFjYXJkLmNvbVwiPnVzYmFua3JlbGlhY2FyZC5jb208L2E+PC9wPlxyXG4gICAgICAgICAgPHA+Rm9yIGdlbmVyYWwgaW5mb3JtYXRpb24gYWJvdXQgcHJlcGFpZCBhY2NvdW50cywgdmlzaXQgY2ZwYi5nb3YvcHJlcGFpZC4gSWYgeW91IGhhdmUgYSBjb21wbGFpbnQgYWJvdXQgYSBwcmVwYWlkIGFjY291bnQsIGNhbGwgdGhlIENvbnN1bWVyIEZpbmFuY2lhbCBQcm90ZWN0aW9uIEJ1cmVhdSBhdCAxLTg1NS00MTEtMjM3MiBvciB2aXNpdCA8YSBocmVmPVwiY2ZwYi5nb3YvY29tcGxhaW50XCI+Y2ZwYi5nb3YvY29tcGxhaW50PC9hPjwvcD5cclxuICAgICAgICAgIDxwPkNSLTU0OTI4MzQzPC9wPlxyXG4gICAgICAgICAgPHA+VGhlIFJlbGlhQ2FyZCBpcyBpc3N1ZWQgYnkgVS5TLiBCYW5rIE5hdGlvbmFsIEFzc29jaWF0aW9uIHB1cnN1YW50IHRvIGEgbGljZW5zZSBmcm9tIFZpc2EgVS5TLkEuIEluYy4gwqkgMjAyNCBVLlMuIEJhbmsuIE1lbWJlciBGRElDLjwvcD5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9kaXY+XHJcbiAgICAgIFxyXG4gICAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiZm9vdGVyXCI+XHJcbiAgICAgICAgPGlvbi1yb3c+XHJcbiAgICAgICAgICA8aW9uLWNvbCBjbGFzcz1cImlvbi10ZXh0LWxlZnQgaW9uLXBhZGRpbmctdG9wXCIgPlxyXG4gICAgICAgICAgICBJIGhhdmUgcmVhZCBhbmQgdW5kZXJzdGFuZCB0aGUgYWJvdmUgc3RhdGVtZW50cy4gU2lnbiB3aXRoIHRoZSBsYXN0IGZvdXIgZGlnaXRzIG9mIHlvdXIgc29jaWFsIHNlY3VyaXR5IG51bWJlci48YnIvPlxyXG4gICAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgIDwvaW9uLXJvdz5cclxuICAgICAgICA8aW9uLXJvdz5cclxuICAgICAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtbGVmdFwiPlxyXG4gICAgICAgICAgICA8aW5wdXQgaWQ9XCJzc25cIiB0eXBlPVwiaW5wdXRcIiBwSW5wdXRUZXh0IHNpemU9XCI1XCIgW2Zvcm1Db250cm9sXT1cImxhc3Rmb3Vyc3NuXCIgbWF4bGVuZ3RoPVwiNFwiXHJcbiAgICAgICAgICAgICAgbWlubGVuZ3RoPVwiNFwiLz5cclxuICAgICAgICAgICAgPGJyLz5cclxuICAgICAgICAgICAgPGFwcC1lcnJvciBbY2xhc3NdPVwiJ2FwcC1ncmlkJ1wiIFtmaWVsZF09J2xhc3Rmb3Vyc3NuJyBbZm9ybV09XCJxZUZvcm1EaXJlY3RpdmVcIiBbZXJyRGVmXT1cIntcclxuICAgICAgICAgICAgICByZXF1aXJlZDogJ1JlcXVpcmVkLicsXHJcbiAgICAgICAgICAgICAgbm90RXF1YWw6ICdUaGUgbGFzdCA0IGRpZ2l0cyB5b3UgaGF2ZSBlbnRlcmVkIGRvIG5vdCBtYXRjaCB0aGUgU1NOIG9uIHJlY29yZC4nXHJcbiAgICAgICAgICAgIH1cIiAqbmdJZj1cInRoaXMucWVGb3JtRGlyZWN0aXZlLnRvdWNoZWQgfHwgaXNTdWJtaXR0ZWRcIj48L2FwcC1lcnJvcj5cclxuICAgICAgICAgIDwvaW9uLWNvbD5cclxuICAgICAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtcmlnaHRcIj5cclxuICAgICAgICAgICAgPGlvbi1idXR0b24gdGFiaW5kZXg9XCIwXCIgKGtleWRvd24uZW50ZXIpID1cImNhbmNlbERpc2NsYWltYXIoKVwiIHNoYXBlPVwicm91bmRcIiAoY2xpY2spPVwiY2FuY2VsRGlzY2xhaW1hcigpXCIgdHlwZT1cInJlc2V0XCIgZmlsbD1cIm91dGxpbmVcIiBjbGFzcz1cImlvbkJ1dHRvblwiPlxyXG4gICAgICAgICAgICAgIHt7bGVnYWxEaXNjbGFpbWFyLmNhbmNlbEJ1dHRvbn19XHJcbiAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgICAgICAgPGlvbi1idXR0b24gdGFiaW5kZXg9XCIwXCIgKGtleWRvd24uZW50ZXIpID1cImFjY2VwdERpc2NsYWltYXIoKVwiIHNoYXBlPVwicm91bmRcIiB0eXBlPVwic3VibWl0XCIgKGNsaWNrKT1cImFjY2VwdERpc2NsYWltYXIoKVwiIGZpbGw9XCJzb2xpZFwiIGNsYXNzPVwiaW9uQnV0dG9uXCI+XHJcbiAgICAgICAgICAgICAge3tsZWdhbERpc2NsYWltYXIuYWNjZXB0QnV0dG9ufX1cclxuICAgICAgICAgICAgPC9pb24tYnV0dG9uPlxyXG4gICAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgIDwvaW9uLXJvdz5cclxuICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgIDwvcC1kaWFsb2c+XHJcbiAgICA8cCBjbGFzcz1cImZvcm0tbGFiZWxcIj4ge3tsZWdhbERpc2NsYWltYXIucGxzUmVhZH19PC9wPlxyXG4gICAgPGRpdiBjbGFzcz1cImdyaWQgcC1ub2d1dHRlclwiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyXCI+XHJcbiAgICAgICAgPGlucHV0IHR5cGU9XCJ0ZXh0XCIgaWQ9XCJsZWdhbEhpZGRlblwiIHBJbnB1dFRleHQgZm9ybUNvbnRyb2xOYW1lPVwibGVnYWxIaWRkZW5cIiBoaWRkZW4gLz5cclxuICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgKGNsaWNrKT1cInNob3dQb3NpdGlvbkRpYWxvZygndG9wJylcIiB0eXBlPVwic3VibWl0XCIgZmlsbD1cIm91dGxpbmVcIj5cclxuICAgICAgICAgIDxpb24taWNvbiBzbG90PVwic3RhcnRcIiBbbmFtZV09XCJkaXNwbGF5Q2hlY2tCb3ggPyAnY2hlY2ttYXJrLWNpcmNsZS1vdXRsaW5lJyA6ICdlbGxpcHNlLW91dGxpbmUnXCJcclxuICAgICAgICAgICAgc3R5bGU9XCJmb250LXNpemU6IDI1cHg7IGZvbnQtd2VpZ2h0OiBib2xkO1wiPjwvaW9uLWljb24+XHJcbiAgICAgICAgICBEaXNjbGFpbWVyc1xyXG4gICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgICA8YXBwLWVycm9yIFtmaWVsZF09J2xlZ2FsSGlkZGVuJyBbZm9ybV09XCJxZUZvcm1EaXJlY3RpdmVcIiBbZXJyRGVmXT1cIntcclxuICAgICAgICAgIHJlcXVpcmVkOiAncmVxdWlyZWQuJ1xyXG4gICAgICAgIH1cIj48L2FwcC1lcnJvcj5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICA8L2Rpdj5cclxuPC9mb3JtPlxyXG4iXX0=
|
|
246
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LegalDisclaimarComponent, { className: "LegalDisclaimarComponent", filePath: "lib\\components\\legal-disclaimar\\legal-disclaimar.component.ts", lineNumber: 19 }); })();
|
|
247
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGVnYWwtZGlzY2xhaW1hci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvbGVnYWwtZGlzY2xhaW1hci9sZWdhbC1kaXNjbGFpbWFyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9sZWdhbC1kaXNjbGFpbWFyL2xlZ2FsLWRpc2NsYWltYXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFZLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLFlBQVksRUFBRSxTQUFTLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDM0YsT0FBTyxFQUFzQixrQkFBa0IsRUFBNEIsVUFBVSxFQUFxQixNQUFNLGdCQUFnQixDQUFDO0FBTWpJLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQzs7Ozs7Ozs7Ozs7Ozs7OztJQ0R6RCwyQkFBZ0M7SUFDOUIsMEJBQXdGLGNBQUE7SUFFeEYsMEJBQUk7SUFBQSxZQUF5QztJQUFBLGlCQUFLO0lBQ2xELDBCQUEwRDtJQUM1RCxpQkFBTTs7O0lBSjZCLGVBQWdEO0lBQWhELHdGQUFnRDtJQUM1RSxlQUEyQztJQUEzQyxtRkFBMkM7SUFDNUMsZUFBeUM7SUFBekMsa0VBQXlDO0lBQ3hDLGVBQThDO0lBQTlDLHNGQUE4Qzs7O0lBRXJELDJCQUFpQyxTQUFBO0lBQzNCLFlBQXlDO0lBQUEsaUJBQUs7SUFDbEQsMEJBQTBEO0lBQzFELDBCQUFJO0lBQUEsWUFBc0M7SUFBQSxpQkFBSztJQUMvQywwQkFBdUQ7SUFDekQsaUJBQU07OztJQUpBLGVBQXlDO0lBQXpDLGtFQUF5QztJQUN4QyxlQUE4QztJQUE5QyxzRkFBOEM7SUFDL0MsZUFBc0M7SUFB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LCBPdXRwdXQsIEV2ZW50RW1pdHRlciwgVmlld0NoaWxkfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFVudHlwZWRGb3JtQnVpbGRlciwgVW50eXBlZEZvcm1Db250cm9sLCBVbnR5cGVkRm9ybUdyb3VwLCBOZ0Zvcm0sIFZhbGlkYXRvcnMsIE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgQWN0aXZhdGVkUm91dGUgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuaW1wb3J0IHsgRWxlbWVudHNNb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9xdWVzdGlvbm5haXJlL0VsZW1lbnRzTW9kZWwnO1xuaW1wb3J0IHsgTGVnYWxEaXNjbGFpbWFyTW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvcXVlc3Rpb25uYWlyZS9MZWdhbERpc2NhaW1hck1vZGVsJztcbmltcG9ydCB7IExvZ2dlclNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9sb2dnZXIvbG9nZ2VyLnNlcnZpY2UnO1xuaW1wb3J0IHsgTG9naW5TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvbG9naW4vbG9naW4uc2VydmljZSc7XG5pbXBvcnQgeyBBcHBWYWxpZGF0b3JzIH0gZnJvbSAnLi4vcXVlc3Rpb25uYWlyZS9BcHBWYWxpZGF0b3JzJztcbmltcG9ydCB7IENsYWltYW50Q29udGV4dFNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9jbGFpbWFudC1jb250ZXh0L2NsYWltYW50LWNvbnRleHQuc2VydmljZSc7XG5pbXBvcnQgeyBVdGlsU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3V0aWwvdXRpbC5zZXJ2aWNlJztcblxuXG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FwcC1sZWdhbC1kaXNjbGFpbWFyJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2xlZ2FsLWRpc2NsYWltYXIuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9sZWdhbC1kaXNjbGFpbWFyLmNvbXBvbmVudC5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIExlZ2FsRGlzY2xhaW1hckNvbXBvbmVudCB7XG5cbiAgICBkaXNwbGF5UG9zaXRpb246IGJvb2xlYW47XG4gICAgcG9zaXRpb246IHN0cmluZztcbiAgICBkaXNwbGF5Q2hlY2tCb3g6Ym9vbGVhbj1mYWxzZTtcbiAgICBwdWJsaWMgbGVnYWxEaXNjbGFpbWFyIDogTGVnYWxEaXNjbGFpbWFyTW9kZWw7XG4gICAgQFZpZXdDaGlsZCgncWVGb3JtRGlyZWN0aXZlJywge3N0YXRpYyA6IGZhbHNlfSkgXG4gICAgcHVibGljIHFlRm9ybURpcmVjdGl2ZTogTmdGb3JtO1xuICAgIEBPdXRwdXQoKSBhY2NlcHRlZCA9IG5ldyBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4oKTtcbiAgICBASW5wdXQoKSBmb3JtOiBVbnR5cGVkRm9ybUdyb3VwO1xuICAgIEBJbnB1dCgpIHF1ZXN0aW9uOiBFbGVtZW50c01vZGVsO1xuICAgIEBJbnB1dCgpY29tcG9uZW50RGF0YTpzdHJpbmc7XG4gICAgaXNTdWJtaXR0ZWQgOiBib29sZWFuID0gZmFsc2U7XG4gICAgY29uc3RydWN0b3IocHVibGljIGxvZ2dlcjpMb2dnZXJTZXJ2aWNlLHB1YmxpYyBmYjogVW50eXBlZEZvcm1CdWlsZGVyLCBwdWJsaWMgbHM6IExvZ2luU2VydmljZSwgXG4gICAgICBwdWJsaWMgYWN0aXZhdGVkUm91dGU6IEFjdGl2YXRlZFJvdXRlLCBwdWJsaWMgY2xhaW1hbnRDb250ZXh0U2VydmljZSA6IENsYWltYW50Q29udGV4dFNlcnZpY2UsXG4gICAgcHVibGljIHV0aWw6IFV0aWxTZXJ2aWNlKSB7IH1cblxuICAgIHNob3dQb3NpdGlvbkRpYWxvZyhwb3NpdGlvbjogc3RyaW5nKSB7XG4gICAgICB0aGlzLnBvc2l0aW9uID0gcG9zaXRpb247XG4gICAgICB0aGlzLmRpc3BsYXlQb3NpdGlvbiA9IHRydWU7XG4gIH1cblxuICBhY2NlcHREaXNjbGFpbWFyKCl7XG4gICAgdGhpcy5pc1N1Ym1pdHRlZCA9IHRydWU7XG4gICAgaWYodGhpcy5sYXN0Zm91cnNzbi52YWxpZCl7XG4gICAgICB0aGlzLmRpc3BsYXlDaGVja0JveD10cnVlO1xuICAgICAgdGhpcy5hY2NlcHRlZC5lbWl0KHRydWUpO1xuICAgICAgdGhpcy5kaXNwbGF5UG9zaXRpb249ZmFsc2U7XG4gICAgICB0aGlzLmxlZ2FsSGlkZGVuLnNldFZhbHVlKHRydWUpO1xuICAgIH1cbiAgfVxuXG4gIGNhbmNlbERpc2NsYWltYXIoKXtcbiAgICB0aGlzLmlzU3VibWl0dGVkID0gZmFsc2U7XG4gICAgdGhpcy5kaXNwbGF5Q2hlY2tCb3g9ZmFsc2U7XG4gICAgdGhpcy5hY2NlcHRlZC5lbWl0KGZhbHNlKTtcbiAgICB0aGlzLmxlZ2FsSGlkZGVuLnNldFZhbHVlKG51bGwpO1xuICAgIHRoaXMuZGlzcGxheVBvc2l0aW9uPWZhbHNlO1xuICB9XG5cbiAgZ2V0IGxlZ2FsSGlkZGVuKCkge1xuICAgIHJldHVybiB0aGlzLmZvcm0uZ2V0KCdsZWdhbEhpZGRlbicpXG4gIH1cblxuICBnZXQgbGFzdGZvdXJzc24oKSB7XG4gICAgcmV0dXJuIHRoaXMuZm9ybS5nZXQoJ2xhc3Rmb3Vyc3NuJylcbiAgfVxuXG4gIG5nT25Jbml0KCl7XG4gICBcbiAgICBsZXQgc3NuTGFzdEZvdXJGcm9tRGI6IHN0cmluZztcbiAgICBpZih0aGlzLmxzLmlzQ2xhaW1hbnQoKSA9PT0gdHJ1ZSl7XG4gICAgICBzc25MYXN0Rm91ckZyb21EYiA9IHRoaXMubHMuZ2V0VXNlcigpLnNzbi5zdWJzdHJpbmcoNSw5KVxuICAgIH0gZWxzZSB7XG4gICAgICBsZXQgc3NuRm9yQ1NSOiBzdHJpbmc7XG4gICAgICBzc25Gb3JDU1IgPSB0aGlzLmNsYWltYW50Q29udGV4dFNlcnZpY2UuZ2V0VW5FbmNvZGVkU3NuKCk7XG4gICAgICBzc25MYXN0Rm91ckZyb21EYiA9IHNzbkZvckNTUi5zdWJzdHJpbmcoNSw5KTsgICAgICAgICAgXG4gICAgfVxuICAgIHRoaXMuZm9ybS5hZGRDb250cm9sKCdsZWdhbEhpZGRlbicsIG5ldyBVbnR5cGVkRm9ybUNvbnRyb2wobnVsbCxbVmFsaWRhdG9ycy5yZXF1aXJlZFRydWUsVmFsaWRhdG9ycy5yZXF1aXJlZF0pKTtcbiAgICB0aGlzLmZvcm0uYWRkQ29udHJvbCgnbGFzdGZvdXJzc24nLCBuZXcgVW50eXBlZEZvcm1Db250cm9sKG51bGwsW1ZhbGlkYXRvcnMuY29tcG9zZShbVmFsaWRhdG9ycy5yZXF1aXJlZCwgQXBwVmFsaWRhdG9ycy5pc0VxdWFsKHNzbkxhc3RGb3VyRnJvbURiKV0pXSkpO1xuICAgIHRoaXMucXVlc3Rpb24ubmFtZT1cImxlZ2FsSGlkZGVuXCI7XG4gICAgY29uc3Qgb2JqID0gSlNPTi5wYXJzZSh0aGlzLmNvbXBvbmVudERhdGEpO1xuICAgIHRoaXMubGVnYWxEaXNjbGFpbWFyPW9iajtcbiAgICB0aGlzLmxlZ2FsSGlkZGVuLnNldFZhbHVlKG51bGwpO1xuICAgIHRoaXMubGFzdGZvdXJzc24uc2V0VmFsdWUobnVsbCk7XG5cblxuICB9XG59XG5cblxuXG4iLCI8Zm9ybSBbZm9ybUdyb3VwXT1cImZvcm1cIiAjcWVGb3JtRGlyZWN0aXZlPVwibmdGb3JtXCI+XHJcbiAgPGRpdiAqbmdJZj1cImxlZ2FsRGlzY2xhaW1hclwiPlxyXG5cclxuICAgIDxwLWRpYWxvZyBbKHZpc2libGUpXT1cImRpc3BsYXlQb3NpdGlvblwiIFtwb3NpdGlvbl09XCJwb3NpdGlvblwiIG1vZGFsPVwidHJ1ZVwiIFtzaG93SGVhZGVyXT1cImZhbHNlXCIgYXBwZW5kVG89XCJib2R5XCJcclxuICAgICAgW2JyZWFrcG9pbnRzXT1cInsnOTYwcHgnOiAnODB2dycsICc2NDBweCc6ICcxMDB2dyd9XCIgW3N0eWxlXT1cInt3aWR0aDogJzYwdncnfVwiPlxyXG4gICAgICBcclxuICAgICAgPGRpdiAqbmdJZj1cInV0aWwuaXNTdGF0ZSgnTVMnKVwiPlxyXG4gICAgICAgIDxkaXYgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCIgW2lubmVySFRNTF09XCJsZWdhbERpc2NsYWltYXIuYmVuZWZpdFJpZ2h0c1RpdGxlXCI+PC9kaXY+XHJcbiAgICAgICAgPGRpdiBbaW5uZXJIVE1MXT1cImxlZ2FsRGlzY2xhaW1hci5iZW5lZml0UmlnaHRzXCI+PC9kaXY+XHJcbiAgICAgICAgPGgxPnt7bGVnYWxEaXNjbGFpbWFyLnByaXZhY3lTdGF0ZW1lbnRUaXRsZX19PC9oMT5cclxuICAgICAgICA8ZGl2IFtpbm5lckhUTUxdPVwibGVnYWxEaXNjbGFpbWFyLnByaXZhY3lTdGF0ZW1lbnRcIj48L2Rpdj5cclxuICAgICAgPC9kaXY+XHJcbiAgICAgIDxkaXYgKm5nSWY9XCIhdXRpbC5pc1N0YXRlKCdNUycpXCI+XHJcbiAgICAgICAgPGgxPnt7bGVnYWxEaXNjbGFpbWFyLnByaXZhY3lTdGF0ZW1lbnRUaXRsZX19PC9oMT5cclxuICAgICAgICA8ZGl2IFtpbm5lckhUTUxdPVwibGVnYWxEaXNjbGFpbWFyLnByaXZhY3lTdGF0ZW1lbnRcIj48L2Rpdj5cclxuICAgICAgICA8aDE+e3tsZWdhbERpc2NsYWltYXIuYmVuZWZpdFJpZ2h0c1RpdGxlfX08L2gxPlxyXG4gICAgICAgIDxkaXYgW2lubmVySFRNTF09XCJsZWdhbERpc2NsYWltYXIuYmVuZWZpdFJpZ2h0c1wiPjwvZGl2PlxyXG4gICAgICA8L2Rpdj5cclxuXHJcbiAgICAgIDxuZy10ZW1wbGF0ZSBwVGVtcGxhdGU9XCJmb290ZXJcIj5cclxuXHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInNjcm9sbFwiICpuZ0lmPVwidXRpbC5pc1N0YXRlKCdDVCcpXCI+XHJcbiAgICAgICAgICA8aW9uLXJvdz5cclxuICAgICAgICAgICAgPGlvbi1jb2wgY2xhc3M9XCJpb24tdGV4dC1sZWZ0XCIgW2lubmVySFRNTF09XCJsZWdhbERpc2NsYWltYXIubm90aWZ5RW1wbG95ZXJcIj48L2lvbi1jb2w+XHJcbiAgICAgICAgICA8L2lvbi1yb3c+XHJcbiAgICAgICAgICA8aW9uLXJvdz5cclxuICAgICAgICAgICAgPGlvbi1jb2wgY2xhc3M9XCJpb24tdGV4dC1sZWZ0IGlvbi1wYWRkaW5nLXRvcFwiIFtpbm5lckhUTUxdPVwibGVnYWxEaXNjbGFpbWFyLmNsYWltYW50R3VpZGVcIj48L2lvbi1jb2w+XHJcbiAgICAgICAgICA8L2lvbi1yb3c+XHJcbiAgICAgICAgICA8aW9uLXJvdz5cclxuICAgICAgICAgICAgPGlvbi1jb2wgY2xhc3M9XCJpb24tdGV4dC1sZWZ0IGlvbi1wYWRkaW5nLXRvcFwiPkkgaGF2ZSByZWFkIGFuZCB1bmRlcnN0YW5kIHRoZSBhYm92ZSBzdGF0ZW1lbnRzLiBTaWduIHdpdGhcclxuICAgICAgICAgICAgICB0aGUgbGFzdCBmb3VyIGRpZ2l0cyBvZiB5b3VyIHNvY2lhbCBzZWN1cml0eSBudW1iZXIuPGJyIC8+XHJcbiAgICAgICAgICAgIDwvaW9uLWNvbD5cclxuICAgICAgICAgIDwvaW9uLXJvdz5cclxuICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgPGRpdiAqbmdJZj1cIiF1dGlsLmlzU3RhdGUoJ0NUJylcIj5cclxuICAgICAgICAgIDxpb24tcm93PlxyXG4gICAgICAgICAgICA8aW9uLWNvbCBjbGFzcz1cImlvbi10ZXh0LWxlZnQgaW9uLXBhZGRpbmctdG9wXCI+SSBoYXZlIHJlYWQgYW5kIHVuZGVyc3RhbmQgdGhlIGFib3ZlIHN0YXRlbWVudHMuIFNpZ24gd2l0aFxyXG4gICAgICAgICAgICAgIHRoZSBsYXN0IGZvdXIgZGlnaXRzIG9mIHlvdXIgc29jaWFsIHNlY3VyaXR5IG51bWJlci48YnIgLz5cclxuICAgICAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgICAgPC9pb24tcm93PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxpb24tcm93PlxyXG5cclxuICAgICAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtbGVmdFwiPlxyXG4gICAgICAgICAgICA8aW5wdXQgaWQ9XCJzc25cIiB0eXBlPVwiaW5wdXRcIiBwSW5wdXRUZXh0IHNpemU9XCI1XCIgW2Zvcm1Db250cm9sXT1cImxhc3Rmb3Vyc3NuXCIgbWF4bGVuZ3RoPVwiNFwiIG1pbmxlbmd0aD1cIjRcIiAvPlxyXG4gICAgICAgICAgICA8YnIgLz5cclxuICAgICAgICAgICAgPGFwcC1lcnJvciBbY2xhc3NdPVwiJ2FwcC1ncmlkJ1wiIFtmaWVsZF09J2xhc3Rmb3Vyc3NuJyBbZm9ybV09XCJxZUZvcm1EaXJlY3RpdmVcIiBbZXJyRGVmXT1cIntcclxuICAgICAgICAgICAgICByZXF1aXJlZDogJ1JlcXVpcmVkLicsXHJcbiAgICAgICAgICAgICAgbm90RXF1YWw6ICdOdW1iZXJzIGVudGVyZWQgZG8gbm90IG1hdGNoIHRoZSBsYXN0IGZvdXIgbnVtYmVycyBvZiB5b3VyIFNTTi4nXHJcbiAgICAgICAgICAgIH1cIiAqbmdJZj1cInRoaXMucWVGb3JtRGlyZWN0aXZlLnRvdWNoZWQgfHwgaXNTdWJtaXR0ZWRcIj48L2FwcC1lcnJvcj5cclxuICAgICAgICAgIDwvaW9uLWNvbD5cclxuICAgICAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtcmlnaHRcIj5cclxuICAgICAgICAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIChjbGljayk9XCJjYW5jZWxEaXNjbGFpbWFyKClcIiB0eXBlPVwicmVzZXRcIiBmaWxsPVwib3V0bGluZVwiPlxyXG4gICAgICAgICAgICAgIHt7bGVnYWxEaXNjbGFpbWFyLmNhbmNlbEJ1dHRvbn19XHJcbiAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgICAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIHR5cGU9XCJzdWJtaXRcIiAoY2xpY2spPVwiYWNjZXB0RGlzY2xhaW1hcigpXCIgZmlsbD1cInNvbGlkXCI+XHJcbiAgICAgICAgICAgICAge3tsZWdhbERpc2NsYWltYXIuYWNjZXB0QnV0dG9ufX1cclxuICAgICAgICAgICAgPC9pb24tYnV0dG9uPlxyXG4gICAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgIDwvaW9uLXJvdz5cclxuICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgIDwvcC1kaWFsb2c+XHJcbiAgPC9kaXY+XHJcbiAgPHAgY2xhc3M9XCJmb3JtLWxhYmVsXCI+IHt7bGVnYWxEaXNjbGFpbWFyLnBsc1JlYWR9fTwvcD5cclxuICA8ZGl2IGNsYXNzPVwiZ3JpZCBwLW5vZ3V0dGVyXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiY29sLTEyXCI+XHJcbiAgICAgIDxpbnB1dCB0eXBlPVwidGV4dFwiIGlkPVwibGVnYWxIaWRkZW5cIiBwSW5wdXRUZXh0IGZvcm1Db250cm9sTmFtZT1cImxlZ2FsSGlkZGVuXCIgaGlkZGVuIC8+XHJcbiAgICAgIDxpb24tYnV0dG9uIHNoYXBlPVwicm91bmRcIiAoY2xpY2spPVwic2hvd1Bvc2l0aW9uRGlhbG9nKCd0b3AnKVwiIHR5cGU9XCJzdWJtaXRcIiBmaWxsPVwib3V0bGluZVwiPlxyXG4gICAgICAgIDxpb24taWNvbiBzbG90PVwic3RhcnRcIiBbbmFtZV09XCJkaXNwbGF5Q2hlY2tCb3ggPyAnY2hlY2ttYXJrLWNpcmNsZS1vdXRsaW5lJyA6ICdlbGxpcHNlLW91dGxpbmUnXCJcclxuICAgICAgICAgIHN0eWxlPVwiZm9udC1zaXplOiAyNXB4OyBmb250LXdlaWdodDogYm9sZDtcIj48L2lvbi1pY29uPlxyXG4gICAgICAgIERpc2NsYWltZXJzXHJcbiAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgPGFwcC1lcnJvciBbZmllbGRdPSdsZWdhbEhpZGRlbicgW2Zvcm1dPVwicWVGb3JtRGlyZWN0aXZlXCIgW2VyckRlZl09XCJ7XHJcbiAgICAgICAgICByZXF1aXJlZDogJ3JlcXVpcmVkLidcclxuICAgICAgICB9XCI+PC9hcHAtZXJyb3I+XHJcbiAgICA8L2Rpdj5cclxuICA8L2Rpdj5cclxuXHJcbjwvZm9ybT4iXX0=
|