@reusa/ngx-reusa-app-lib 0.0.1331 → 0.0.1333
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 +1251 -2377
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +99 -158
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +16 -36
- package/esm2022/lib/components/address/address.component.mjs +81 -267
- package/esm2022/lib/components/bank-details/bank-details.component.mjs +123 -47
- package/esm2022/lib/components/contact-us/contact-us.component.mjs +16 -4
- package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +9 -3
- package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +4 -32
- package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +15 -30
- package/esm2022/lib/components/disclosure/disclosure.component.mjs +1 -1
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +4 -4
- package/esm2022/lib/components/dropdown/dropdown.interface.mjs +1 -1
- package/esm2022/lib/components/email-update/email-update.component.mjs +36 -16
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +435 -319
- package/esm2022/lib/components/error/error.component.mjs +5 -22
- package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +1 -1
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +49 -178
- package/esm2022/lib/components/footer/footer.component.mjs +67 -90
- package/esm2022/lib/components/header/header.component.mjs +136 -456
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +13 -13
- package/esm2022/lib/components/info/info.component.mjs +12 -4
- package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +1 -1
- package/esm2022/lib/components/job-title/job-title.component.mjs +94 -93
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +331 -142
- package/esm2022/lib/components/lexis-nexis/lexis-nexis.component.mjs +340 -0
- package/esm2022/lib/components/link/link.component.mjs +1 -1
- package/esm2022/lib/components/menu/menu.component.mjs +53 -60
- package/esm2022/lib/components/mfa/mfa.component.mjs +188 -116
- package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +18 -11
- package/esm2022/lib/components/mfa2/mfa2.component.mjs +261 -0
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +36 -148
- package/esm2022/lib/components/profile/profile.component.mjs +338 -748
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +33 -110
- package/esm2022/lib/components/questionnaire/AppValidators.mjs +47 -296
- package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +65 -110
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +129 -386
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +70 -72
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +1085 -862
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +565 -186
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +22 -28
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +29 -113
- package/esm2022/lib/components/questionnaire/question-control.service.mjs +1 -2
- package/esm2022/lib/components/questionnaire/question.service.mjs +7 -5
- package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +29 -15
- package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +237 -497
- package/esm2022/lib/components/search-employer/search-employer.component.mjs +27 -155
- package/esm2022/lib/components/security-question/security-question.component.mjs +189 -0
- package/esm2022/lib/components/sign-ssn/sign-ssn.component.mjs +3 -3
- package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +4 -4
- package/esm2022/lib/components/user-login/user-login.component.mjs +300 -116
- package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +241 -612
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +59 -114
- package/esm2022/lib/guards/auth.guard.mjs +2 -50
- package/esm2022/lib/guards/no-login/no-login.guard.mjs +1 -1
- package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +3 -51
- package/esm2022/lib/interceptors/header-interceptor/http-header.interceptor.mjs +1 -1
- package/esm2022/lib/models/EmployerDetailSearchResult.mjs +1 -1
- package/esm2022/lib/models/LexisNexisAccountCreationModel.mjs +2 -0
- package/esm2022/lib/models/LexisNexisAuthSelectionRequestModel.mjs +2 -0
- package/esm2022/lib/models/LexisNexisAuthSelectionResponseModel.mjs +2 -0
- package/esm2022/lib/models/LexisNexisEnabledResponseModel.mjs +2 -0
- package/esm2022/lib/models/LexisNexisResponseModel.mjs +3 -0
- package/esm2022/lib/models/LibConstants.mjs +6 -45
- package/esm2022/lib/models/PartialEmploymentModel.mjs +3 -0
- package/esm2022/lib/models/PaymentComponentModel.mjs +1 -1
- package/esm2022/lib/models/SecurityQuestionModel.mjs +3 -0
- package/esm2022/lib/models/dashboard-model.mjs +1 -1
- package/esm2022/lib/models/dependent.model.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +1 -2
- package/esm2022/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ComboModel.mjs +179 -101
- package/esm2022/lib/models/questionnaire/ElementsModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/LegalDiscaimarModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/StatusModel.mjs +1 -1
- package/esm2022/lib/ngx-reusa-app-lib.module.mjs +23 -135
- package/esm2022/lib/pages/BasePage.mjs +23 -4
- package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +18 -22
- package/esm2022/lib/pages/common/change-password/change-password.page.mjs +124 -142
- package/esm2022/lib/pages/common/landing/landing.component.mjs +8 -7
- package/esm2022/lib/pages/common/landing2/landing2.component.mjs +4 -4
- package/esm2022/lib/pages/common/login/login.component.mjs +5 -6
- 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 +2 -7
- package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +1 -1
- package/esm2022/lib/services/base-service.mjs +1 -4
- package/esm2022/lib/services/chatbot/chatbot.service.mjs +2 -1
- package/esm2022/lib/services/claimant-service/claimant-usps-redirect.service.mjs +36 -0
- package/esm2022/lib/services/claimant-service/claimant.service.mjs +13 -7
- package/esm2022/lib/services/claims/claims.service.mjs +14 -105
- package/esm2022/lib/services/help/help.service.mjs +1 -1
- package/esm2022/lib/services/lexis-nexis/lexis.nexis.service.mjs +60 -0
- package/esm2022/lib/services/logger/logger.service.mjs +1 -1
- package/esm2022/lib/services/login/login.service.mjs +11 -29
- package/esm2022/lib/services/ovp/ovp.service.mjs +43 -0
- package/esm2022/lib/services/questionnaire/questionnaire.service.mjs +1 -4
- package/esm2022/lib/services/questionnaire/validation.service.mjs +1 -4
- package/esm2022/lib/services/security-service/security.service.mjs +6 -23
- package/esm2022/lib/services/util/util.service.mjs +5 -61
- package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +14 -186
- package/esm2022/lib/validations/AppRegex.mjs +3 -1
- package/esm2022/lib/validations/AppValidators.mjs +62 -78
- package/esm2022/public-api.mjs +5 -47
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs +25008 -44522
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
- package/lib/components/add-employer/add-employer.component.d.ts +52 -85
- package/lib/components/add-employer/add-employer.component.d.ts.map +1 -1
- package/lib/components/add-participant/add-participant.component.d.ts +2 -11
- package/lib/components/add-participant/add-participant.component.d.ts.map +1 -1
- package/lib/components/add-payment/add-payment.component.d.ts +2 -7
- package/lib/components/add-payment/add-payment.component.d.ts.map +1 -1
- package/lib/components/address/address.component.d.ts +5 -41
- package/lib/components/address/address.component.d.ts.map +1 -1
- package/lib/components/bank-details/bank-details.component.d.ts +6 -0
- package/lib/components/bank-details/bank-details.component.d.ts.map +1 -1
- package/lib/components/correspondence-download/correspondence-download.component.d.ts.map +1 -1
- package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -1
- package/lib/components/email-update/email-update.component.d.ts +7 -1
- package/lib/components/email-update/email-update.component.d.ts.map +1 -1
- package/lib/components/employer-grid/employer-grid.component.d.ts +12 -1
- package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -1
- package/lib/components/error/error.component.d.ts +2 -3
- package/lib/components/error/error.component.d.ts.map +1 -1
- package/lib/components/file-uploader/file-uploader.component.d.ts +1 -5
- package/lib/components/file-uploader/file-uploader.component.d.ts.map +1 -1
- package/lib/components/footer/footer.component.d.ts.map +1 -1
- package/lib/components/header/header.component.d.ts +2 -17
- package/lib/components/header/header.component.d.ts.map +1 -1
- package/lib/components/job-title/job-title.component.d.ts +21 -22
- package/lib/components/job-title/job-title.component.d.ts.map +1 -1
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +2 -5
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -1
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts +59 -0
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts.map +1 -0
- package/lib/components/menu/menu.component.d.ts +1 -2
- package/lib/components/menu/menu.component.d.ts.map +1 -1
- package/lib/components/mfa/mfa.component.d.ts +14 -7
- package/lib/components/mfa/mfa.component.d.ts.map +1 -1
- package/lib/components/mfa-popup/mfa-popup.component.d.ts +8 -6
- package/lib/components/mfa-popup/mfa-popup.component.d.ts.map +1 -1
- package/lib/components/mfa2/mfa2.component.d.ts +48 -0
- package/lib/components/mfa2/mfa2.component.d.ts.map +1 -0
- package/lib/components/money-expect/money-expect.component.d.ts +4 -15
- package/lib/components/money-expect/money-expect.component.d.ts.map +1 -1
- package/lib/components/profile/profile.component.d.ts +49 -82
- package/lib/components/profile/profile.component.d.ts.map +1 -1
- package/lib/components/profile-redirect/profile-redirect.component.d.ts +2 -9
- package/lib/components/profile-redirect/profile-redirect.component.d.ts.map +1 -1
- package/lib/components/questionnaire/AppValidators.d.ts +0 -1
- package/lib/components/questionnaire/AppValidators.d.ts.map +1 -1
- package/lib/components/questionnaire/account-success/account-success.page.d.ts +10 -13
- package/lib/components/questionnaire/account-success/account-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/common-success/common-success.page.d.ts +0 -7
- package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +1 -3
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts +34 -31
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form.component.d.ts +34 -10
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +7 -0
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -1
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +1 -7
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -1
- package/lib/components/questionnaire/question-control.service.d.ts.map +1 -1
- package/lib/components/questionnaire/question.service.d.ts +1 -0
- package/lib/components/questionnaire/question.service.d.ts.map +1 -1
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +7 -1
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -1
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +3 -11
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts.map +1 -1
- package/lib/components/search-employer/search-employer.component.d.ts +4 -5
- package/lib/components/search-employer/search-employer.component.d.ts.map +1 -1
- package/lib/components/security-question/security-question.component.d.ts +37 -0
- package/lib/components/security-question/security-question.component.d.ts.map +1 -0
- package/lib/components/user-login/user-login.component.d.ts +32 -5
- package/lib/components/user-login/user-login.component.d.ts.map +1 -1
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +3 -26
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts.map +1 -1
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +3 -9
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map +1 -1
- package/lib/guards/auth.guard.d.ts.map +1 -1
- package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts.map +1 -1
- package/lib/models/EmployerDetailSearchResult.d.ts +1 -4
- package/lib/models/EmployerDetailSearchResult.d.ts.map +1 -1
- package/lib/models/LexisNexisAccountCreationModel.d.ts +15 -0
- package/lib/models/LexisNexisAccountCreationModel.d.ts.map +1 -0
- package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts +16 -0
- package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts.map +1 -0
- package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts +39 -0
- package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts.map +1 -0
- package/lib/models/LexisNexisEnabledResponseModel.d.ts +5 -0
- package/lib/models/LexisNexisEnabledResponseModel.d.ts.map +1 -0
- package/lib/models/LexisNexisResponseModel.d.ts +7 -0
- package/lib/models/LexisNexisResponseModel.d.ts.map +1 -0
- package/lib/models/LibConstants.d.ts +1 -40
- package/lib/models/LibConstants.d.ts.map +1 -1
- package/lib/models/PartialEmploymentModel.d.ts +6 -0
- package/lib/models/PartialEmploymentModel.d.ts.map +1 -0
- package/lib/models/PaymentComponentModel.d.ts +1 -1
- package/lib/models/PaymentComponentModel.d.ts.map +1 -1
- package/lib/models/SecurityQuestionModel.d.ts +7 -0
- package/lib/models/SecurityQuestionModel.d.ts.map +1 -0
- package/lib/models/dashboard-model.d.ts +0 -22
- package/lib/models/dashboard-model.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +0 -3
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +4 -13
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +1 -4
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ComboModel.d.ts +16 -28
- package/lib/models/questionnaire/ComboModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ElementsModel.d.ts +1 -0
- package/lib/models/questionnaire/ElementsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +0 -2
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts.map +1 -1
- package/lib/models/questionnaire/StatusModel.d.ts +0 -1
- package/lib/models/questionnaire/StatusModel.d.ts.map +1 -1
- package/lib/ngx-reusa-app-lib.module.d.ts +86 -124
- package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -1
- package/lib/pages/BasePage.d.ts +6 -3
- package/lib/pages/BasePage.d.ts.map +1 -1
- package/lib/pages/common/change-password/change-password.page.d.ts +0 -3
- package/lib/pages/common/change-password/change-password.page.d.ts.map +1 -1
- package/lib/pages/common/login/login.component.d.ts.map +1 -1
- package/lib/pages/popovers/my-profile/my-profile.page.d.ts.map +1 -1
- package/lib/services/base-service.d.ts +0 -12
- package/lib/services/base-service.d.ts.map +1 -1
- package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts +16 -0
- package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts.map +1 -0
- package/lib/services/claimant-service/claimant.service.d.ts +6 -5
- package/lib/services/claimant-service/claimant.service.d.ts.map +1 -1
- package/lib/services/claims/claims.service.d.ts +5 -39
- package/lib/services/claims/claims.service.d.ts.map +1 -1
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts +26 -0
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts.map +1 -0
- package/lib/services/login/login.service.d.ts +3 -5
- package/lib/services/login/login.service.d.ts.map +1 -1
- package/lib/services/ovp/ovp.service.d.ts +17 -0
- package/lib/services/ovp/ovp.service.d.ts.map +1 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts +0 -1
- package/lib/services/questionnaire/questionnaire.service.d.ts.map +1 -1
- package/lib/services/questionnaire/validation.service.d.ts +0 -3
- package/lib/services/questionnaire/validation.service.d.ts.map +1 -1
- package/lib/services/security-service/security.service.d.ts +4 -12
- package/lib/services/security-service/security.service.d.ts.map +1 -1
- package/lib/services/util/util.service.d.ts +0 -6
- package/lib/services/util/util.service.d.ts.map +1 -1
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts +5 -47
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -1
- package/lib/validations/AppRegex.d.ts +2 -0
- package/lib/validations/AppRegex.d.ts.map +1 -1
- package/lib/validations/AppValidators.d.ts +24 -20
- package/lib/validations/AppValidators.d.ts.map +1 -1
- package/package.json +2 -2
- package/public-api.d.ts +4 -46
- package/public-api.d.ts.map +1 -1
- package/esm2022/lib/components/add-wage/add-wage.component.mjs +0 -161
- package/esm2022/lib/components/address-popup/address-popup.component.mjs +0 -97
- package/esm2022/lib/components/address-suggestion/address-suggestion.component.mjs +0 -289
- package/esm2022/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.mjs +0 -245
- package/esm2022/lib/components/associate-ssn/associate-ssn.component.mjs +0 -203
- package/esm2022/lib/components/claim-info/claim-info.component.mjs +0 -408
- package/esm2022/lib/components/dua-request-page/dua-request-page.component.mjs +0 -596
- package/esm2022/lib/components/dua-request-popup/dua-request-popup.component.mjs +0 -356
- package/esm2022/lib/components/employer-info/employer-info.component.mjs +0 -319
- package/esm2022/lib/components/employer-pay/employer-pay.component.mjs +0 -238
- package/esm2022/lib/components/employer-pay-grid/employer-pay-grid.component.mjs +0 -302
- package/esm2022/lib/components/farm-usage/farm-usage.component.mjs +0 -172
- package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +0 -201
- package/esm2022/lib/components/history-page/history-page.component.mjs +0 -571
- package/esm2022/lib/components/idme/idme.component.mjs +0 -84
- package/esm2022/lib/components/offline-add-employer/offline-add-employer.component.mjs +0 -3661
- package/esm2022/lib/components/offline-bank-details/offline-bank-details.component.mjs +0 -258
- package/esm2022/lib/components/offline-employer-grid/offline-employer-grid.component.mjs +0 -853
- package/esm2022/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.mjs +0 -251
- package/esm2022/lib/components/proof-of-anything/proof-of-anything.component.mjs +0 -261
- package/esm2022/lib/components/proof-of-document-upload/proof-of-document-upload.component.mjs +0 -560
- package/esm2022/lib/components/scrollable-text/scrollable-text.component.mjs +0 -25
- package/esm2022/lib/components/sms/sms.component.mjs +0 -336
- package/esm2022/lib/components/wage-calculator/wage-calculator.component.mjs +0 -527
- package/esm2022/lib/components/wage-grid/wage-grid.component.mjs +0 -274
- package/esm2022/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.mjs +0 -147
- package/esm2022/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.mjs +0 -167
- package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +0 -806
- package/esm2022/lib/components/weekly-confirmation/confirmation.component.mjs +0 -129
- package/esm2022/lib/components/weekly-interim-confirmation/interim-confirmation.component.mjs +0 -136
- package/esm2022/lib/components/weekly-summary-v2/summary.component-v2.mjs +0 -72
- package/esm2022/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.mjs +0 -50
- package/esm2022/lib/components/weekly-work-search-counter/work-search-counter.component.mjs +0 -92
- package/esm2022/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.mjs +0 -1190
- package/esm2022/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.mjs +0 -684
- package/esm2022/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.mjs +0 -524
- package/esm2022/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.mjs +0 -394
- package/esm2022/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.mjs +0 -640
- package/esm2022/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.mjs +0 -33
- package/esm2022/lib/enums/AddressValidationResponseEnum.mjs +0 -9
- package/esm2022/lib/enums/AddressValidationSourceFunctionEnum.mjs +0 -5
- package/esm2022/lib/models/ActiveClaimModel.mjs +0 -3
- package/esm2022/lib/models/CountyModel.mjs +0 -3
- package/esm2022/lib/models/DuaAppDataModel.mjs +0 -3
- package/esm2022/lib/models/DuaRequestModel.mjs +0 -3
- package/esm2022/lib/models/DuaRetroWeeksComponentModel.mjs +0 -6
- package/esm2022/lib/models/EmployerInfoComponentModel.mjs +0 -4
- package/esm2022/lib/models/EmployerPayInfoModel.mjs +0 -6
- package/esm2022/lib/models/FarmUsageComponentModel.mjs +0 -2
- package/esm2022/lib/models/GrossEarningsModel.mjs +0 -3
- package/esm2022/lib/models/HelpConstants.mjs +0 -5
- package/esm2022/lib/models/LexisNexisOtpDetailsResponseModel.mjs +0 -3
- package/esm2022/lib/models/ReasonSeparationRequestModel.mjs +0 -3
- package/esm2022/lib/models/RetroWeeksModel.mjs +0 -3
- package/esm2022/lib/models/SecurityQuestionAnswerModel.mjs +0 -3
- package/esm2022/lib/models/SendOtpRequestModel.mjs +0 -3
- package/esm2022/lib/models/VerifyOtpRequestModel.mjs +0 -3
- package/esm2022/lib/models/WageCalculatorModel.mjs +0 -3
- package/esm2022/lib/models/WageInfoModel.mjs +0 -4
- package/esm2022/lib/models/addressValidation/AddressRecommendationModel.mjs +0 -3
- package/esm2022/lib/models/addressValidation/AddressValidationRequestComponentModel.mjs +0 -3
- package/esm2022/lib/models/addressValidation/AddressValidationResponseComponentModel.mjs +0 -3
- package/esm2022/lib/models/addressValidation/AddressValidationReturnComponentModel.mjs +0 -3
- package/esm2022/lib/models/combo-model.mjs +0 -343
- package/esm2022/lib/models/fileupload/DocUploadModel.mjs +0 -7
- package/esm2022/lib/models/fileupload/EmployerDataModel.mjs +0 -3
- package/esm2022/lib/models/fileupload/FileObject.mjs +0 -3
- package/esm2022/lib/models/fileupload/FileObjectArray.mjs +0 -7
- package/esm2022/lib/models/questionnaire/AppealParticipantModel.mjs +0 -8
- package/esm2022/lib/models/questionnaire/ScrollableTextModel.mjs +0 -3
- package/esm2022/lib/models/questionnaire/WbaHelperTextModel.mjs +0 -3
- package/esm2022/lib/models/weekly-cert/WorkSearchWaiverModel.mjs +0 -3
- package/esm2022/lib/models/weekly-cert/address-detail-model.mjs +0 -2
- package/esm2022/lib/models/weekly-cert/admin-leave-details-model.mjs +0 -7
- package/esm2022/lib/models/weekly-cert/employer-info-v2-model.mjs +0 -7
- package/esm2022/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.mjs +0 -6
- package/esm2022/lib/models/weekly-cert/weekly-certification-v2-model.mjs +0 -34
- package/esm2022/lib/models/weekly-cert/work-search-record-v2-model.mjs +0 -15
- package/esm2022/lib/models/weekly-cert/work-search-v2-model.mjs +0 -11
- package/esm2022/lib/pipes/format-worksearch/format-worksearch.pipe.mjs +0 -101
- package/esm2022/lib/services/address-validation-service/address-validation.service.mjs +0 -151
- package/esm2022/lib/services/appeal/appeal.service.mjs +0 -37
- package/esm2022/lib/services/birt-service/birt.service.mjs +0 -57
- package/esm2022/lib/services/employer/employer-service.mjs +0 -35
- package/esm2022/lib/services/event-service/event-service.mjs +0 -44
- package/esm2022/lib/services/offline-claims/offline-claims.service.mjs +0 -327
- package/esm2022/lib/services/weekly-cert/review.service.mjs +0 -101
- package/esm2022/lib/services/weekly-cert/weekly-cert.service.mjs +0 -37
- package/esm2022/lib/services/weekly-cert/work-search.service.mjs +0 -58
- package/lib/components/add-wage/add-wage.component.d.ts +0 -30
- package/lib/components/add-wage/add-wage.component.d.ts.map +0 -1
- package/lib/components/address-popup/address-popup.component.d.ts +0 -16
- package/lib/components/address-popup/address-popup.component.d.ts.map +0 -1
- package/lib/components/address-suggestion/address-suggestion.component.d.ts +0 -43
- package/lib/components/address-suggestion/address-suggestion.component.d.ts.map +0 -1
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts +0 -37
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts.map +0 -1
- package/lib/components/associate-ssn/associate-ssn.component.d.ts +0 -33
- package/lib/components/associate-ssn/associate-ssn.component.d.ts.map +0 -1
- package/lib/components/claim-info/claim-info.component.d.ts +0 -49
- package/lib/components/claim-info/claim-info.component.d.ts.map +0 -1
- package/lib/components/dua-request-page/dua-request-page.component.d.ts +0 -74
- package/lib/components/dua-request-page/dua-request-page.component.d.ts.map +0 -1
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts +0 -61
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts.map +0 -1
- package/lib/components/employer-info/employer-info.component.d.ts +0 -50
- package/lib/components/employer-info/employer-info.component.d.ts.map +0 -1
- package/lib/components/employer-pay/employer-pay.component.d.ts +0 -51
- package/lib/components/employer-pay/employer-pay.component.d.ts.map +0 -1
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts +0 -43
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts.map +0 -1
- package/lib/components/farm-usage/farm-usage.component.d.ts +0 -33
- package/lib/components/farm-usage/farm-usage.component.d.ts.map +0 -1
- package/lib/components/gross-earnings/gross-earnings.component.d.ts +0 -42
- package/lib/components/gross-earnings/gross-earnings.component.d.ts.map +0 -1
- package/lib/components/history-page/history-page.component.d.ts +0 -80
- package/lib/components/history-page/history-page.component.d.ts.map +0 -1
- package/lib/components/idme/idme.component.d.ts +0 -19
- package/lib/components/idme/idme.component.d.ts.map +0 -1
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts +0 -311
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts.map +0 -1
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts +0 -33
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts.map +0 -1
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts +0 -97
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts.map +0 -1
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts +0 -33
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts.map +0 -1
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts +0 -54
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts.map +0 -1
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts +0 -74
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts.map +0 -1
- package/lib/components/scrollable-text/scrollable-text.component.d.ts +0 -11
- package/lib/components/scrollable-text/scrollable-text.component.d.ts.map +0 -1
- package/lib/components/sms/sms.component.d.ts +0 -63
- package/lib/components/sms/sms.component.d.ts.map +0 -1
- package/lib/components/wage-calculator/wage-calculator.component.d.ts +0 -44
- package/lib/components/wage-calculator/wage-calculator.component.d.ts.map +0 -1
- package/lib/components/wage-grid/wage-grid.component.d.ts +0 -43
- package/lib/components/wage-grid/wage-grid.component.d.ts.map +0 -1
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts +0 -28
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts.map +0 -1
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts +0 -28
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts.map +0 -1
- package/lib/components/weekly-certification/weekly-certification.component.d.ts +0 -101
- package/lib/components/weekly-certification/weekly-certification.component.d.ts.map +0 -1
- package/lib/components/weekly-confirmation/confirmation.component.d.ts +0 -21
- package/lib/components/weekly-confirmation/confirmation.component.d.ts.map +0 -1
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts +0 -34
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts.map +0 -1
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts +0 -17
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts.map +0 -1
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts +0 -10
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts.map +0 -1
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts +0 -17
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts.map +0 -1
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts +0 -105
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts.map +0 -1
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts +0 -71
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts.map +0 -1
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts +0 -59
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts.map +0 -1
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts +0 -47
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts.map +0 -1
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts +0 -78
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts.map +0 -1
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts +0 -8
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts.map +0 -1
- package/lib/enums/AddressValidationResponseEnum.d.ts +0 -8
- package/lib/enums/AddressValidationResponseEnum.d.ts.map +0 -1
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts +0 -4
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts.map +0 -1
- package/lib/models/ActiveClaimModel.d.ts +0 -8
- package/lib/models/ActiveClaimModel.d.ts.map +0 -1
- package/lib/models/CountyModel.d.ts +0 -8
- package/lib/models/CountyModel.d.ts.map +0 -1
- package/lib/models/DuaAppDataModel.d.ts +0 -5
- package/lib/models/DuaAppDataModel.d.ts.map +0 -1
- package/lib/models/DuaRequestModel.d.ts +0 -10
- package/lib/models/DuaRequestModel.d.ts.map +0 -1
- package/lib/models/DuaRetroWeeksComponentModel.d.ts +0 -5
- package/lib/models/DuaRetroWeeksComponentModel.d.ts.map +0 -1
- package/lib/models/EmployerInfoComponentModel.d.ts +0 -9
- package/lib/models/EmployerInfoComponentModel.d.ts.map +0 -1
- package/lib/models/EmployerPayInfoModel.d.ts +0 -20
- package/lib/models/EmployerPayInfoModel.d.ts.map +0 -1
- package/lib/models/FarmUsageComponentModel.d.ts +0 -10
- package/lib/models/FarmUsageComponentModel.d.ts.map +0 -1
- package/lib/models/GrossEarningsModel.d.ts +0 -6
- package/lib/models/GrossEarningsModel.d.ts.map +0 -1
- package/lib/models/HelpConstants.d.ts +0 -5
- package/lib/models/HelpConstants.d.ts.map +0 -1
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts +0 -7
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts.map +0 -1
- package/lib/models/ReasonSeparationRequestModel.d.ts +0 -7
- package/lib/models/ReasonSeparationRequestModel.d.ts.map +0 -1
- package/lib/models/RetroWeeksModel.d.ts +0 -11
- package/lib/models/RetroWeeksModel.d.ts.map +0 -1
- package/lib/models/SecurityQuestionAnswerModel.d.ts +0 -7
- package/lib/models/SecurityQuestionAnswerModel.d.ts.map +0 -1
- package/lib/models/SendOtpRequestModel.d.ts +0 -12
- package/lib/models/SendOtpRequestModel.d.ts.map +0 -1
- package/lib/models/VerifyOtpRequestModel.d.ts +0 -8
- package/lib/models/VerifyOtpRequestModel.d.ts.map +0 -1
- package/lib/models/WageCalculatorModel.d.ts +0 -15
- package/lib/models/WageCalculatorModel.d.ts.map +0 -1
- package/lib/models/WageInfoModel.d.ts +0 -9
- package/lib/models/WageInfoModel.d.ts.map +0 -1
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts +0 -12
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts.map +0 -1
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts +0 -11
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts.map +0 -1
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts +0 -6
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts.map +0 -1
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts +0 -16
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts.map +0 -1
- package/lib/models/combo-model.d.ts +0 -42
- package/lib/models/combo-model.d.ts.map +0 -1
- package/lib/models/fileupload/DocUploadModel.d.ts +0 -22
- package/lib/models/fileupload/DocUploadModel.d.ts.map +0 -1
- package/lib/models/fileupload/EmployerDataModel.d.ts +0 -6
- package/lib/models/fileupload/EmployerDataModel.d.ts.map +0 -1
- package/lib/models/fileupload/FileObject.d.ts +0 -8
- package/lib/models/fileupload/FileObject.d.ts.map +0 -1
- package/lib/models/fileupload/FileObjectArray.d.ts +0 -8
- package/lib/models/fileupload/FileObjectArray.d.ts.map +0 -1
- package/lib/models/questionnaire/AppealParticipantModel.d.ts +0 -17
- package/lib/models/questionnaire/AppealParticipantModel.d.ts.map +0 -1
- package/lib/models/questionnaire/ScrollableTextModel.d.ts +0 -4
- package/lib/models/questionnaire/ScrollableTextModel.d.ts.map +0 -1
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts +0 -4
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts.map +0 -1
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts +0 -9
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts.map +0 -1
- package/lib/models/weekly-cert/address-detail-model.d.ts +0 -14
- package/lib/models/weekly-cert/address-detail-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts +0 -15
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts +0 -27
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts +0 -57
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts +0 -59
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts +0 -66
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts.map +0 -1
- package/lib/models/weekly-cert/work-search-v2-model.d.ts +0 -18
- package/lib/models/weekly-cert/work-search-v2-model.d.ts.map +0 -1
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts +0 -14
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts.map +0 -1
- package/lib/services/address-validation-service/address-validation.service.d.ts +0 -44
- package/lib/services/address-validation-service/address-validation.service.d.ts.map +0 -1
- package/lib/services/appeal/appeal.service.d.ts +0 -16
- package/lib/services/appeal/appeal.service.d.ts.map +0 -1
- package/lib/services/birt-service/birt.service.d.ts +0 -17
- package/lib/services/birt-service/birt.service.d.ts.map +0 -1
- package/lib/services/employer/employer-service.d.ts +0 -16
- package/lib/services/employer/employer-service.d.ts.map +0 -1
- package/lib/services/event-service/event-service.d.ts +0 -20
- package/lib/services/event-service/event-service.d.ts.map +0 -1
- package/lib/services/offline-claims/offline-claims.service.d.ts +0 -64
- package/lib/services/offline-claims/offline-claims.service.d.ts.map +0 -1
- package/lib/services/weekly-cert/review.service.d.ts +0 -23
- package/lib/services/weekly-cert/review.service.d.ts.map +0 -1
- package/lib/services/weekly-cert/weekly-cert.service.d.ts +0 -17
- package/lib/services/weekly-cert/weekly-cert.service.d.ts.map +0 -1
- package/lib/services/weekly-cert/work-search.service.d.ts +0 -26
- package/lib/services/weekly-cert/work-search.service.d.ts.map +0 -1
|
@@ -6,146 +6,339 @@ 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 "
|
|
15
|
-
import * as i11 from "primeng/inputtext";
|
|
16
|
-
import * as i12 from "../error/error.component";
|
|
9
|
+
import * as i5 from "@ionic/angular";
|
|
10
|
+
import * as i6 from "@angular/common";
|
|
11
|
+
import * as i7 from "primeng/api";
|
|
12
|
+
import * as i8 from "primeng/dialog";
|
|
13
|
+
import * as i9 from "primeng/inputtext";
|
|
14
|
+
import * as i10 from "../error/error.component";
|
|
17
15
|
const _c0 = ["qeFormDirective"];
|
|
18
|
-
|
|
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.";
|
|
16
|
+
const _c1 = "The last 4 digits you have entered do not match the SSN on record.";
|
|
83
17
|
const _c2 = () => ({ required: "Required.", notEqual: _c1 });
|
|
84
|
-
function
|
|
85
|
-
i0.ɵɵelement(0, "app-error",
|
|
18
|
+
function LegalDisclaimarComponent_div_2_ng_template_211_app_error_8_Template(rf, ctx) { if (rf & 1) {
|
|
19
|
+
i0.ɵɵelement(0, "app-error", 35);
|
|
86
20
|
} if (rf & 2) {
|
|
87
|
-
const
|
|
21
|
+
const ctx_r3 = i0.ɵɵnextContext(3);
|
|
88
22
|
const _r0 = i0.ɵɵreference(1);
|
|
89
23
|
i0.ɵɵclassMap("app-grid");
|
|
90
|
-
i0.ɵɵproperty("field",
|
|
24
|
+
i0.ɵɵproperty("field", ctx_r3.lastfourssn)("form", _r0)("errDef", i0.ɵɵpureFunction0(5, _c2));
|
|
91
25
|
} }
|
|
92
|
-
function
|
|
93
|
-
const
|
|
94
|
-
i0.ɵɵ
|
|
95
|
-
i0.ɵɵ
|
|
96
|
-
i0.ɵɵelement(
|
|
97
|
-
i0.ɵɵ
|
|
98
|
-
i0.ɵɵ
|
|
99
|
-
i0.ɵɵ
|
|
100
|
-
i0.ɵɵ
|
|
101
|
-
i0.ɵɵ
|
|
102
|
-
i0.ɵɵ
|
|
103
|
-
i0.ɵɵ
|
|
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()); });
|
|
26
|
+
function LegalDisclaimarComponent_div_2_ng_template_211_Template(rf, ctx) { if (rf & 1) {
|
|
27
|
+
const _r5 = i0.ɵɵgetCurrentView();
|
|
28
|
+
i0.ɵɵelementStart(0, "ion-row")(1, "ion-col", 36);
|
|
29
|
+
i0.ɵɵtext(2, " I have read and understand the above statements. Sign with the last four digits of your social security number.");
|
|
30
|
+
i0.ɵɵelement(3, "br");
|
|
31
|
+
i0.ɵɵelementEnd()();
|
|
32
|
+
i0.ɵɵelementStart(4, "ion-row")(5, "ion-col", 37);
|
|
33
|
+
i0.ɵɵelement(6, "input", 38)(7, "br");
|
|
34
|
+
i0.ɵɵtemplate(8, LegalDisclaimarComponent_div_2_ng_template_211_app_error_8_Template, 1, 6, "app-error", 39);
|
|
35
|
+
i0.ɵɵelementEnd();
|
|
36
|
+
i0.ɵɵelementStart(9, "ion-col", 40)(10, "ion-button", 41);
|
|
37
|
+
i0.ɵɵlistener("keydown.enter", function LegalDisclaimarComponent_div_2_ng_template_211_Template_ion_button_keydown_enter_10_listener() { i0.ɵɵrestoreView(_r5); const ctx_r4 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r4.cancelDisclaimar()); })("click", function LegalDisclaimarComponent_div_2_ng_template_211_Template_ion_button_click_10_listener() { i0.ɵɵrestoreView(_r5); const ctx_r6 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r6.cancelDisclaimar()); });
|
|
105
38
|
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);
|
|
106
43
|
i0.ɵɵelementEnd()()();
|
|
107
44
|
} if (rf & 2) {
|
|
108
|
-
const
|
|
45
|
+
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
109
46
|
const _r0 = i0.ɵɵreference(1);
|
|
110
|
-
i0.ɵɵ
|
|
111
|
-
i0.ɵɵ
|
|
112
|
-
i0.ɵɵproperty("ngIf", !ctx_r4.util.isState("CT"));
|
|
113
|
-
i0.ɵɵadvance(3);
|
|
114
|
-
i0.ɵɵproperty("formControl", ctx_r4.lastfourssn);
|
|
47
|
+
i0.ɵɵadvance(6);
|
|
48
|
+
i0.ɵɵproperty("formControl", ctx_r2.lastfourssn);
|
|
115
49
|
i0.ɵɵadvance(2);
|
|
116
|
-
i0.ɵɵproperty("ngIf", _r0.touched ||
|
|
50
|
+
i0.ɵɵproperty("ngIf", _r0.touched || ctx_r2.isSubmitted);
|
|
117
51
|
i0.ɵɵadvance(3);
|
|
118
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
52
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r2.legalDisclaimar.cancelButton, " ");
|
|
119
53
|
i0.ɵɵadvance(2);
|
|
120
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
54
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r2.legalDisclaimar.acceptButton, " ");
|
|
121
55
|
} }
|
|
122
56
|
const _c3 = () => ({ width: "60vw" });
|
|
123
57
|
const _c4 = () => ({ "960px": "80vw", "640px": "100vw" });
|
|
58
|
+
const _c5 = () => ({ required: "required." });
|
|
124
59
|
function LegalDisclaimarComponent_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
125
|
-
const
|
|
126
|
-
i0.ɵɵelementStart(0, "div")(1, "p-dialog",
|
|
127
|
-
i0.ɵɵlistener("visibleChange", function LegalDisclaimarComponent_div_2_Template_p_dialog_visibleChange_1_listener($event) { i0.ɵɵrestoreView(
|
|
128
|
-
i0.ɵɵ
|
|
60
|
+
const _r10 = i0.ɵɵgetCurrentView();
|
|
61
|
+
i0.ɵɵelementStart(0, "div")(1, "p-dialog", 3);
|
|
62
|
+
i0.ɵɵlistener("visibleChange", function LegalDisclaimarComponent_div_2_Template_p_dialog_visibleChange_1_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r9 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r9.displayPosition = $event); });
|
|
63
|
+
i0.ɵɵelementStart(2, "h1");
|
|
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");
|
|
129
118
|
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()()();
|
|
130
315
|
} if (rf & 2) {
|
|
131
316
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
317
|
+
const _r0 = i0.ɵɵreference(1);
|
|
132
318
|
i0.ɵɵadvance(1);
|
|
133
|
-
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(
|
|
134
|
-
i0.ɵɵproperty("visible", ctx_r1.displayPosition)("position", ctx_r1.position)("showHeader", false)("breakpoints", i0.ɵɵpureFunction0(
|
|
319
|
+
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(15, _c3));
|
|
320
|
+
i0.ɵɵproperty("visible", ctx_r1.displayPosition)("position", ctx_r1.position)("showHeader", false)("breakpoints", i0.ɵɵpureFunction0(16, _c4));
|
|
321
|
+
i0.ɵɵadvance(2);
|
|
322
|
+
i0.ɵɵtextInterpolate(ctx_r1.legalDisclaimar.privacyStatementTitle);
|
|
135
323
|
i0.ɵɵadvance(1);
|
|
136
|
-
i0.ɵɵproperty("
|
|
324
|
+
i0.ɵɵproperty("innerHTML", ctx_r1.legalDisclaimar.privacyStatement, i0.ɵɵsanitizeHtml);
|
|
325
|
+
i0.ɵɵadvance(2);
|
|
326
|
+
i0.ɵɵtextInterpolate(ctx_r1.legalDisclaimar.benefitRightsTitle);
|
|
137
327
|
i0.ɵɵadvance(1);
|
|
138
|
-
i0.ɵɵproperty("
|
|
328
|
+
i0.ɵɵproperty("innerHTML", ctx_r1.legalDisclaimar.benefitRights, i0.ɵɵsanitizeHtml);
|
|
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));
|
|
139
335
|
} }
|
|
140
|
-
const _c5 = () => ({ required: "required." });
|
|
141
336
|
export class LegalDisclaimarComponent {
|
|
142
|
-
constructor(logger, fb, ls, activatedRoute
|
|
337
|
+
constructor(logger, fb, ls, activatedRoute) {
|
|
143
338
|
this.logger = logger;
|
|
144
339
|
this.fb = fb;
|
|
145
340
|
this.ls = ls;
|
|
146
341
|
this.activatedRoute = activatedRoute;
|
|
147
|
-
this.claimantContextService = claimantContextService;
|
|
148
|
-
this.util = util;
|
|
149
342
|
this.displayCheckBox = false;
|
|
150
343
|
this.accepted = new EventEmitter();
|
|
151
344
|
this.isSubmitted = false;
|
|
@@ -153,6 +346,9 @@ export class LegalDisclaimarComponent {
|
|
|
153
346
|
showPositionDialog(position) {
|
|
154
347
|
this.position = position;
|
|
155
348
|
this.displayPosition = true;
|
|
349
|
+
setTimeout(() => {
|
|
350
|
+
this.addDialogAttribute();
|
|
351
|
+
}, 3000);
|
|
156
352
|
}
|
|
157
353
|
acceptDisclaimar() {
|
|
158
354
|
this.isSubmitted = true;
|
|
@@ -182,56 +378,49 @@ export class LegalDisclaimarComponent {
|
|
|
182
378
|
ssnLastFourFromDb = this.ls.getUser().ssn.substring(5, 9);
|
|
183
379
|
}
|
|
184
380
|
else {
|
|
185
|
-
let
|
|
186
|
-
|
|
187
|
-
|
|
381
|
+
let data = this.activatedRoute.snapshot.queryParamMap.get('key');
|
|
382
|
+
if (data) {
|
|
383
|
+
let ssnForCSR;
|
|
384
|
+
ssnForCSR = atob(data);
|
|
385
|
+
ssnLastFourFromDb = ssnForCSR.substring(5, 9);
|
|
386
|
+
}
|
|
188
387
|
}
|
|
189
388
|
this.form.addControl('legalHidden', new UntypedFormControl(null, [Validators.requiredTrue, Validators.required]));
|
|
190
389
|
this.form.addControl('lastfourssn', new UntypedFormControl(null, [Validators.compose([Validators.required, AppValidators.isEqual(ssnLastFourFromDb)])]));
|
|
191
390
|
this.question.name = "legalHidden";
|
|
192
391
|
const obj = JSON.parse(this.componentData);
|
|
193
392
|
this.legalDisclaimar = obj;
|
|
194
|
-
this.legalHidden.setValue(null);
|
|
195
|
-
this.lastfourssn.setValue(null);
|
|
196
393
|
}
|
|
197
|
-
|
|
394
|
+
addDialogAttribute() {
|
|
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)); }; }
|
|
198
405
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LegalDisclaimarComponent, selectors: [["app-legal-disclaimar"]], viewQuery: function LegalDisclaimarComponent_Query(rf, ctx) { if (rf & 1) {
|
|
199
406
|
i0.ɵɵviewQuery(_c0, 5);
|
|
200
407
|
} if (rf & 2) {
|
|
201
408
|
let _t;
|
|
202
409
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.qeFormDirective = _t.first);
|
|
203
|
-
} }, inputs: { form: "form", question: "question", componentData: "componentData" }, outputs: { accepted: "accepted" }, decls:
|
|
410
|
+
} }, inputs: { form: "form", question: "question", componentData: "componentData" }, outputs: { accepted: "accepted" }, decls: 3, vars: 2, consts: [[3, "formGroup"], ["qeFormDirective", "ngForm"], [4, "ngIf"], ["modal", "true", "appendTo", "body", 3, "visible", "position", "showHeader", "breakpoints", "visibleChange"], [3, "innerHTML"], ["id", "legalDisclaimarTitle"], ["id", "legalDisclaimarContent", 3, "innerHTML"], [1, "relia-card-section"], [1, "header"], [1, "info-box"], [1, "options-info"], [1, "options-message"], [1, "fees-summary"], [1, "other-fees-info"], [1, "other-fees-note"], [1, "other-fees-line"], ["href", "cfpb.gov/prepaid"], ["href", "usbankreliacard.com"], [1, "divider"], [1, "relia-card-fee-schedule"], [1, "fee-table-wrapper"], [1, "category-row"], ["colspan", "3"], ["href", "usbank.com/locations"], ["href", "moneypass.com/atm-locator.html"], [1, "fdic-info"], ["href", "fdic.gov/deposit/deposits/prepaid.html"], ["href", "cfpb.gov/complaint"], ["pTemplate", "footer"], [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"], [1, "ion-text-left", "ion-padding-top"], [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"], ["tabindex", "0", "shape", "round", "type", "reset", "fill", "outline", 1, "ionButton", 3, "keydown.enter", "click"], ["tabindex", "0", "shape", "round", "type", "submit", "fill", "solid", 1, "ionButton", 3, "keydown.enter", "click"]], template: function LegalDisclaimarComponent_Template(rf, ctx) { if (rf & 1) {
|
|
204
411
|
i0.ɵɵelementStart(0, "form", 0, 1);
|
|
205
|
-
i0.ɵɵtemplate(2, LegalDisclaimarComponent_div_2_Template,
|
|
206
|
-
i0.ɵɵelementStart(3, "p", 3);
|
|
207
|
-
i0.ɵɵtext(4);
|
|
412
|
+
i0.ɵɵtemplate(2, LegalDisclaimarComponent_div_2_Template, 221, 18, "div", 2);
|
|
208
413
|
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()()();
|
|
218
414
|
} if (rf & 2) {
|
|
219
|
-
const _r0 = i0.ɵɵreference(1);
|
|
220
415
|
i0.ɵɵproperty("formGroup", ctx.form);
|
|
221
416
|
i0.ɵɵadvance(2);
|
|
222
417
|
i0.ɵɵproperty("ngIf", ctx.legalDisclaimar);
|
|
223
|
-
|
|
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}"] }); }
|
|
418
|
+
} }, dependencies: [i5.IonButton, i5.IonCol, i5.IonIcon, i5.IonRow, i6.NgIf, i7.PrimeTemplate, i2.ɵNgNoValidate, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.MinLengthValidator, i2.MaxLengthValidator, i2.FormControlDirective, i2.FormGroupDirective, i2.FormControlName, i8.Dialog, i9.InputText, i10.ErrorComponent], styles: [".form-label[_ngcontent-%COMP%]{display:inline-block;margin-bottom:6px;margin-top:20px}ion-button[_ngcontent-%COMP%]{outline:none}.relia-card-section[_ngcontent-%COMP%]{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[_ngcontent-%COMP%] .header[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{margin-top:0;font-size:1.45em;font-weight:600;border-bottom:2px solid #3376be;padding-bottom:6px;margin-bottom:10px}.relia-card-section[_ngcontent-%COMP%] .header[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin:0 0 12px;font-size:1.06em}.relia-card-section[_ngcontent-%COMP%] .info-box[_ngcontent-%COMP%]{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[_ngcontent-%COMP%] .info-box[_ngcontent-%COMP%] .options-message[_ngcontent-%COMP%]{text-align:center;font-weight:500;font-size:1.09em;margin:0 auto 18px;position:relative;display:inline-block;width:100%}.relia-card-section[_ngcontent-%COMP%] .info-box[_ngcontent-%COMP%] .options-message[_ngcontent-%COMP%]:after{content:\"\";display:block;margin:11px auto 0;width:88%;border-bottom:2.5px solid #3376be;border-radius:2px}.relia-card-section[_ngcontent-%COMP%] .info-box[_ngcontent-%COMP%] .fees-summary[_ngcontent-%COMP%] table[_ngcontent-%COMP%]{width:100%;border-collapse:collapse;margin-bottom:10px}.relia-card-section[_ngcontent-%COMP%] .info-box[_ngcontent-%COMP%] .fees-summary[_ngcontent-%COMP%] table[_ngcontent-%COMP%] th[_ngcontent-%COMP%], .relia-card-section[_ngcontent-%COMP%] .info-box[_ngcontent-%COMP%] .fees-summary[_ngcontent-%COMP%] table[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{border:1px solid #bcd1e6;padding:10px;text-align:center;font-size:1em}.relia-card-section[_ngcontent-%COMP%] .info-box[_ngcontent-%COMP%] .fees-summary[_ngcontent-%COMP%] table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{background:#f0f7fb;font-weight:600;border-bottom:2px solid #3376be;color:#225587}.relia-card-section[_ngcontent-%COMP%] .info-box[_ngcontent-%COMP%] .fees-summary[_ngcontent-%COMP%] table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{background:#fff}.relia-card-section[_ngcontent-%COMP%] .info-box[_ngcontent-%COMP%] .other-fees-info[_ngcontent-%COMP%]{margin:24px 0 0}.relia-card-section[_ngcontent-%COMP%] .info-box[_ngcontent-%COMP%] .other-fees-info[_ngcontent-%COMP%] table[_ngcontent-%COMP%]{width:100%;border-collapse:collapse;background:#fff;margin-bottom:10px}.relia-card-section[_ngcontent-%COMP%] .info-box[_ngcontent-%COMP%] .other-fees-info[_ngcontent-%COMP%] table[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{border:1px solid #bcd1e6;padding:7px 10px;text-align:left;font-size:1em}.relia-card-section[_ngcontent-%COMP%] .info-box[_ngcontent-%COMP%] .other-fees-info[_ngcontent-%COMP%] table[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:first-child td[_ngcontent-%COMP%]{border-top:2px solid #3376be}.relia-card-section[_ngcontent-%COMP%] .info-box[_ngcontent-%COMP%] .other-fees-info[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin-top:10px;margin-bottom:4px;font-size:.99em}.relia-card-section[_ngcontent-%COMP%] .info-box[_ngcontent-%COMP%] .other-fees-info[_ngcontent-%COMP%] b[_ngcontent-%COMP%]{font-weight:600}.relia-card-section[_ngcontent-%COMP%] .info-box[_ngcontent-%COMP%] .other-fees-info[_ngcontent-%COMP%] .nowrap[_ngcontent-%COMP%]{white-space:nowrap}.relia-card-section[_ngcontent-%COMP%] .info-box[_ngcontent-%COMP%] .other-fees-info[_ngcontent-%COMP%] .other-fees-note[_ngcontent-%COMP%]{font-weight:500;font-size:1.06em;margin-bottom:10px;text-align:left;position:relative}.relia-card-section[_ngcontent-%COMP%] .info-box[_ngcontent-%COMP%] .other-fees-info[_ngcontent-%COMP%] .other-fees-line[_ngcontent-%COMP%]{border:none;border-top:2px solid #3376be;margin:8px 0 0;width:80%}.relia-card-section[_ngcontent-%COMP%] .divider[_ngcontent-%COMP%]{margin-top:32px;margin-bottom:26px}.relia-card-section[_ngcontent-%COMP%] .divider[_ngcontent-%COMP%] hr[_ngcontent-%COMP%]{border:none;border-top:2px solid #3376be;margin:0}.relia-card-section[_ngcontent-%COMP%] .relia-card-fee-schedule[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{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[_ngcontent-%COMP%] .relia-card-fee-schedule[_ngcontent-%COMP%] .fee-table-wrapper[_ngcontent-%COMP%]{margin-bottom:0;margin-top:14px}.relia-card-section[_ngcontent-%COMP%] .relia-card-fee-schedule[_ngcontent-%COMP%] .fee-table-wrapper[_ngcontent-%COMP%] table[_ngcontent-%COMP%]{width:100%;border-collapse:collapse;margin-bottom:30px}.relia-card-section[_ngcontent-%COMP%] .relia-card-fee-schedule[_ngcontent-%COMP%] .fee-table-wrapper[_ngcontent-%COMP%] table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{background-color:#e3f0fd;color:#225587;font-weight:600;border:2px solid #3376be;padding:10px;text-align:left}.relia-card-section[_ngcontent-%COMP%] .relia-card-fee-schedule[_ngcontent-%COMP%] .fee-table-wrapper[_ngcontent-%COMP%] table[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{border:1px solid #ddd;padding:8px 10px;text-align:left}.relia-card-section[_ngcontent-%COMP%] .relia-card-fee-schedule[_ngcontent-%COMP%] .fee-table-wrapper[_ngcontent-%COMP%] table[_ngcontent-%COMP%] td.indent[_ngcontent-%COMP%]{padding-left:28px;font-weight:500}.relia-card-section[_ngcontent-%COMP%] .relia-card-fee-schedule[_ngcontent-%COMP%] .fee-table-wrapper[_ngcontent-%COMP%] table[_ngcontent-%COMP%] .category-row[_ngcontent-%COMP%]{background-color:#d4e6fb;font-weight:700;font-size:1.1rem;border:none}.relia-card-section[_ngcontent-%COMP%] .relia-card-fee-schedule[_ngcontent-%COMP%] .fee-table-wrapper[_ngcontent-%COMP%] table[_ngcontent-%COMP%] .category-row[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{border:none;padding:12px 10px 6px}.relia-card-section[_ngcontent-%COMP%] .relia-card-fee-schedule[_ngcontent-%COMP%] .fee-table-wrapper[_ngcontent-%COMP%] table[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{background:#f4f8fb;font-weight:500;border:1px solid #3376be}.relia-card-section[_ngcontent-%COMP%] .relia-card-fee-schedule[_ngcontent-%COMP%] .fee-table-wrapper[_ngcontent-%COMP%] table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]{border-bottom:2px solid #3376be}.relia-card-section[_ngcontent-%COMP%] .relia-card-fee-schedule[_ngcontent-%COMP%] .fee-table-wrapper[_ngcontent-%COMP%] table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]{border-bottom:1px solid #eee}.relia-card-section[_ngcontent-%COMP%] .fdic-info[_ngcontent-%COMP%]{margin-top:22px;padding-top:14px;border-top:1px solid #bbb;font-size:.98em;color:#444}.relia-card-section[_ngcontent-%COMP%] .nowrap[_ngcontent-%COMP%]{white-space:nowrap}"] }); }
|
|
230
419
|
}
|
|
231
420
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LegalDisclaimarComponent, [{
|
|
232
421
|
type: Component,
|
|
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 }
|
|
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: [{
|
|
235
424
|
type: ViewChild,
|
|
236
425
|
args: ['qeFormDirective', { static: false }]
|
|
237
426
|
}], accepted: [{
|
|
@@ -243,5 +432,5 @@ export class LegalDisclaimarComponent {
|
|
|
243
432
|
}], componentData: [{
|
|
244
433
|
type: Input
|
|
245
434
|
}] }); })();
|
|
246
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LegalDisclaimarComponent, { className: "LegalDisclaimarComponent", filePath: "lib\\components\\legal-disclaimar\\legal-disclaimar.component.ts", lineNumber:
|
|
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=
|
|
435
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LegalDisclaimarComponent, { className: "LegalDisclaimarComponent", filePath: "lib\\components\\legal-disclaimar\\legal-disclaimar.component.ts", lineNumber: 18 }); })();
|
|
436
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGVnYWwtZGlzY2xhaW1hci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvbGVnYWwtZGlzY2xhaW1hci9sZWdhbC1kaXNjbGFpbWFyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9sZWdhbC1kaXNjbGFpbWFyL2xlZ2FsLWRpc2NsYWltYXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFZLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLFlBQVksRUFBRSxTQUFTLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDM0YsT0FBTyxFQUFzQixrQkFBa0IsRUFBNEIsVUFBVSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFNOUcsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLGdDQUFnQyxDQUFDOzs7Ozs7Ozs7Ozs7Ozs7O0lDOEpuRCxnQ0FHbUU7Ozs7SUFIeEQseUJBQW9CO0lBQUMsMENBQXFCLGFBQUEsc0NBQUE7Ozs7SUFWekQsK0JBQVMsa0JBQUE7SUFFTCxnSUFBK0c7SUFBQSxxQkFBSztJQUN0SCxpQkFBVSxFQUFBO0lBRVosK0JBQVMsa0JBQUE7SUFFTCw0QkFDaUIsU0FBQTtJQUVqQiw0R0FHbUU7SUFDckUsaUJBQVU7SUFDVixtQ0FBZ0Msc0JBQUE7SUFDTCwyTUFBa0IsZUFBQSx5QkFBa0IsQ0FBQSxJQUFDLDhLQUF3QixlQUFBLHlCQUFrQixDQUFBLElBQTFDO0lBQzVELGFBQ0Y7SUFBQSxpQkFBYTtJQUNiLHVDQUF1SjtJQUE5SCwyTUFBa0IsZUFBQSx5QkFBa0IsQ0FBQSxJQUFDLDhLQUFzQyxlQUFBLHlCQUFrQixDQUFBLElBQXhEO0lBQzVELGFBQ0Y7SUFBQSxpQkFBYSxFQUFBLEVBQUE7Ozs7SUFkb0MsZUFBMkI7SUFBM0IsZ0RBQTJCO0lBTXhFLGVBQWlEO0lBQWpELHdEQUFpRDtJQUluRCxlQUNGO0lBREUsb0VBQ0Y7SUFFRSxlQUNGO0lBREUsb0VBQ0Y7Ozs7Ozs7SUEvS1YsMkJBQTZCLGtCQUFBO0lBQ2pCLGlQQUE2QjtJQUNyQywwQkFBSTtJQUFBLFlBQXlDO0lBQUEsaUJBQUs7SUFDbEQseUJBRU07SUFDTiw2QkFBOEI7SUFBQSxZQUFzQztJQUFBLGlCQUFLO0lBQ3pFLHlCQUFtRjtJQUVuRiw4QkFBZ0MsYUFBQSxVQUFBO0lBRXhCLHFFQUErQztJQUFBLGlCQUFLO0lBQ3hELDBCQUFHLGNBQUE7SUFBUSw4QkFBYTtJQUFBLGlCQUFTO0lBQUMsK0NBQTZCO0lBQUEsaUJBQUksRUFBQTtJQUdyRSwrQkFBd0IsZUFBQSxlQUFBO0lBR2xCLDBNQUNGO0lBQUEsaUJBQU0sRUFBQTtJQUdSLGdDQUEwQixhQUFBLGFBQUEsVUFBQSxVQUFBO0lBSWQsNEJBQVc7SUFBQSxpQkFBSztJQUNwQiwyQkFBSTtJQUFBLDZCQUFZO0lBQUEsaUJBQUs7SUFDckIsMkJBQUk7SUFBQSwrQkFBYztJQUFBLGlCQUFLO0lBQ3ZCLDJCQUFJO0lBQUEsNEJBQVc7SUFBQSxpQkFBSyxFQUFBLEVBQUE7SUFHeEIsOEJBQU8sVUFBQSxVQUFBLFNBQUE7SUFFSSxtQkFBRTtJQUFBLGlCQUFJLEVBQUE7SUFDYiwyQkFBSSxTQUFBO0lBQUcsbUJBQUU7SUFBQSxpQkFBSSxFQUFBO0lBQ2IsMkJBQUksU0FBQTtJQUNDLG1CQUFFO0lBQUEsaUJBQUk7SUFBQyw0QkFBVTtJQUFBLHNCQUFJO0lBQ3hCLDBCQUFHO0lBQUEsc0JBQUs7SUFBQSxpQkFBSTtJQUFDLGlDQUNmO0lBQUEsaUJBQUs7SUFDTCwyQkFBSSxTQUFBO0lBQUcsb0JBQUc7SUFBQSxpQkFBSSxFQUFBLEVBQUEsRUFBQSxFQUFBLEVBQUE7SUFNdEIsZ0NBQTZCLGFBQUEsVUFBQSxVQUFBO0lBR25CLG1FQUFrRDtJQUFBLGlCQUFLO0lBQzNELDJCQUFJO0lBQUEsbUJBQUU7SUFBQSxpQkFBSyxFQUFBO0lBRWIsMkJBQUksVUFBQTtJQUNFLDJEQUEwQztJQUFBLGlCQUFLO0lBQ25ELDJCQUFJO0lBQUEsNEJBQVc7SUFBQSxpQkFBSyxFQUFBO0lBRXRCLDJCQUFJLFVBQUE7SUFDRSxpRUFBZ0Q7SUFBQSxpQkFBSztJQUN6RCwyQkFBSTtJQUFBLGdDQUFlO0lBQUEsaUJBQUssRUFBQSxFQUFBO0lBRzVCLGdDQUE2QixTQUFBO0lBQ3hCLGlEQUFnQztJQUFBLGlCQUFJO0lBQ3ZDLDBCQUE2QjtJQUMvQixpQkFBTTtJQUNOLDBCQUFHO0lBQUEsOEdBQTZGO0lBQUEsaUJBQUk7SUFDcEcsMEJBQUcsU0FBQTtJQUFHLDZDQUE0QjtJQUFBLGlCQUFJO0lBQUEsc0JBQUk7SUFBQSw0REFBMkM7SUFBQSxpQkFBSTtJQUN6RiwwQkFBRztJQUFBLHVFQUFzRDtJQUFBLDhCQUEyQixTQUFBO0lBQUcsaUNBQWdCO0lBQUEsaUJBQUksRUFBQTtJQUFJLGtCQUFDO0lBQUEsc0JBQUk7SUFDcEgsd0dBQXNGO0lBQUEsMEJBQUc7SUFBQSwrQkFBYztJQUFBLGlCQUFJO0lBQUMsMkJBQVM7SUFBQSw4QkFBOEIsU0FBQTtJQUFHLG9DQUFtQjtJQUFBLGlCQUFJLEVBQUE7SUFBSSxrQkFBQztJQUFBLGlCQUFJLEVBQUEsRUFBQTtJQUkxTCxnQ0FBcUI7SUFDbkIsc0JBQUk7SUFDTixpQkFBTTtJQUVOLGdDQUFxQyxVQUFBO0lBQy9CLHVEQUFpQztJQUFBLGlCQUFLO0lBQzFDLDBCQUFHLGVBQUE7SUFBUSwrQkFBYTtJQUFBLGlCQUFTO0lBQUMsZ0RBQTZCO0lBQUEsaUJBQUk7SUFDbkUsaUNBQStCLGNBQUEsY0FBQSxXQUFBLFdBQUE7SUFJbkIsMEJBQVE7SUFBQSxpQkFBSztJQUNqQiw0QkFBSTtJQUFBLHdCQUFNO0lBQUEsaUJBQUs7SUFDZiw0QkFBSTtJQUFBLHlCQUFPO0lBQUEsaUJBQUssRUFBQSxFQUFBO0lBR3BCLCtCQUFPLGVBQUEsZUFBQSxVQUFBO0lBRWdCLDBCQUFRO0lBQUEsaUJBQUksRUFBQSxFQUFBO0lBRWpDLDRCQUFJLFdBQUE7SUFDRSw2Q0FBMkI7SUFBQSxpQkFBSztJQUNwQyw0QkFBSTtJQUFBLG9CQUFFO0lBQUEsaUJBQUs7SUFDWCw0QkFBSTtJQUFBLDRKQUErSDtJQUFBLCtCQUErQjtJQUFBLHNDQUFvQjtJQUFBLGlCQUFJO0lBQUMsc0JBQUc7SUFBQSwrQkFBeUM7SUFBQSxnREFBOEI7SUFBQSxpQkFBSTtJQUFBLG1CQUFDO0lBQUEsaUJBQUssRUFBQTtJQUVqUiw0QkFBSSxXQUFBO0lBQ0UsaURBQStCO0lBQUEsaUJBQUs7SUFDeEMsNEJBQUk7SUFBQSx1QkFBSztJQUFBLGlCQUFLO0lBQ2QsNEJBQUk7SUFBQSxvUEFBd047SUFBQSxpQkFBSyxFQUFBO0lBRW5PLDRCQUFJLFdBQUE7SUFDRSx3Q0FBc0I7SUFBQSxpQkFBSztJQUMvQiw0QkFBSTtJQUFBLG9CQUFFO0lBQUEsaUJBQUs7SUFDWCw0QkFBSTtJQUFBLDJJQUF3SDtJQUFBLGlCQUFLLEVBQUE7SUFFbkksZ0NBQXlCLGVBQUEsVUFBQTtJQUNKLGtEQUFnQztJQUFBLGlCQUFJLEVBQUEsRUFBQTtJQUV6RCw0QkFBSSxXQUFBO0lBQ0UsMkNBQXlCO0lBQUEsaUJBQUs7SUFDbEMsNEJBQUk7SUFBQSxvQkFBRTtJQUFBLGlCQUFLO0lBQ1gsNEJBQUk7SUFBQSwrZUFBNmQ7SUFBQSxpQkFBSyxFQUFBO0lBRXhlLDRCQUFJLFdBQUE7SUFDRSw4Q0FBNEI7SUFBQSxpQkFBSztJQUNyQyw0QkFBSTtJQUFBLHVCQUFLO0lBQUEsaUJBQUs7SUFDZCw0QkFBSTtJQUFBLDhJQUE0SDtJQUFBLGlCQUFLLEVBQUE7SUFFdkksZ0NBQXlCLGVBQUEsVUFBQTtJQUNKLHVCQUFLO0lBQUEsaUJBQUksRUFBQSxFQUFBO0lBRTlCLDRCQUFJLFdBQUE7SUFDRSxrQ0FBZ0I7SUFBQSxpQkFBSztJQUN6Qiw0QkFBSTtJQUFBLG9CQUFFO0lBQUEsaUJBQUs7SUFDWCw0QkFBSTtJQUFBLHFIQUFtRztJQUFBLGlCQUFLLEVBQUE7SUFFOUcsNEJBQUksV0FBQTtJQUNFLHFEQUFtQztJQUFBLGlCQUFLO0lBQzVDLDRCQUFJO0lBQUEsd0JBQU07SUFBQSxpQkFBSztJQUNmLDRCQUFJO0lBQUEsaUlBQStHO0lBQUEsaUJBQUssRUFBQTtJQUUxSCw0QkFBSSxXQUFBO0lBQ0UsNEJBQVU7SUFBQSxpQkFBSztJQUNuQiw0QkFBSTtJQUFBLHVCQUFLO0lBQUEsaUJBQUs7SUFDZCw0QkFBSTtJQUFBLHlJQUF1SDtJQUFBLGlCQUFLLEVBQUEsRUFBQSxFQUFBLEVBQUEsRUFBQTtJQU8xSSxpQ0FBdUIsVUFBQTtJQUNsQixtT0FBaU47SUFBQSwrQkFBaUQ7SUFBQSx3REFBc0M7SUFBQSxpQkFBSTtJQUFDLCtCQUFZO0lBQUEsaUJBQUk7SUFDaFUsMkJBQUc7SUFBQSw4Q0FBNEI7SUFBQSxpQkFBSTtJQUNuQywyQkFBRztJQUFBLHlEQUF1QztJQUFBLDJCQUFHO0lBQUEsZ0NBQWM7SUFBQSxpQkFBSTtJQUFBLGdGQUE4RDtJQUFBLCtCQUE4QjtJQUFBLHFDQUFtQjtJQUFBLGlCQUFJLEVBQUE7SUFDbEwsMkJBQUc7SUFBQSxvTkFBa007SUFBQSwrQkFBNkI7SUFBQSxvQ0FBa0I7SUFBQSxpQkFBSSxFQUFBO0lBQ3hQLDJCQUFHO0lBQUEsNkJBQVc7SUFBQSxpQkFBSTtJQUNsQiwyQkFBRztJQUFBLDJKQUFvSTtJQUFBLGlCQUFJLEVBQUEsRUFBQTtJQUkvSSxxR0F5QmM7SUFDaEIsaUJBQVc7SUFDWCwrQkFBc0I7SUFBQyxjQUEyQjtJQUFBLGlCQUFJO0lBQ3RELGlDQUE2QixnQkFBQTtJQUV6Qiw4QkFBc0Y7SUFDdEYsd0NBQTJGO0lBQWpFLDZLQUFTLGVBQUEsMkJBQW1CLEtBQUssQ0FBQyxDQUFBLElBQUM7SUFDM0QsaUNBQ3lEO0lBQ3pELCtCQUNGO0lBQUEsaUJBQWE7SUFDYixrQ0FFZTtJQUNqQixpQkFBTSxFQUFBLEVBQUE7Ozs7SUEvTDRKLGVBQXlCO0lBQXpCLDBDQUF5QjtJQUFuTCxnREFBNkIsNkJBQUEscUJBQUEsNENBQUE7SUFDakMsZUFBeUM7SUFBekMsa0VBQXlDO0lBQ3hDLGVBQThDO0lBQTlDLHNGQUE4QztJQUdyQixlQUFzQztJQUF0QywrREFBc0M7SUFDL0QsZUFBMkM7SUFBM0MsbUZBQTJDO0lBNkszQixpQkFBMkI7SUFBM0IsOERBQTJCO0lBS3JCLGVBQXlFO0lBQXpFLDhGQUF5RTtJQUl2RixlQUFxQjtJQUFyQiwwQ0FBcUIsYUFBQSx1Q0FBQTs7QUQ3S3hDLE1BQU0sT0FBTyx3QkFBd0I7SUFhakMsWUFBbUIsTUFBb0IsRUFBUSxFQUFzQixFQUFTLEVBQWdCLEVBQVMsY0FBOEI7UUFBbEgsV0FBTSxHQUFOLE1BQU0sQ0FBYztRQUFRLE9BQUUsR0FBRixFQUFFLENBQW9CO1FBQVMsT0FBRSxHQUFGLEVBQUUsQ0FBYztRQUFTLG1CQUFjLEdBQWQsY0FBYyxDQUFnQjtRQVRySSxvQkFBZSxHQUFTLEtBQUssQ0FBQztRQUlwQixhQUFRLEdBQUcsSUFBSSxZQUFZLEVBQVcsQ0FBQztRQUlqRCxnQkFBVyxHQUFhLEtBQUssQ0FBQztJQUMyRyxDQUFDO0lBRTFJLGtCQUFrQixDQUFDLFFBQWdCO1FBQ2pDLElBQUksQ0FBQyxRQUFRLEdBQUcsUUFBUSxDQUFDO1FBQ3pCLElBQUksQ0FBQyxlQUFlLEdBQUcsSUFBSSxDQUFDO1FBRTVCLFVBQVUsQ0FBQyxHQUFHLEVBQUU7WUFDZCxJQUFJLENBQUMsa0JBQWtCLEVBQUUsQ0FBQztRQUM1QixDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUE7SUFDWixDQUFDO0lBRUQsZ0JBQWdCO1FBQ2QsSUFBSSxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUM7UUFDeEIsSUFBRyxJQUFJLENBQUMsV0FBVyxDQUFDLEtBQUssRUFBQztZQUN4QixJQUFJLENBQUMsZUFBZSxHQUFDLElBQUksQ0FBQztZQUMxQixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztZQUN6QixJQUFJLENBQUMsZUFBZSxHQUFDLEtBQUssQ0FBQztZQUMzQixJQUFJLENBQUMsV0FBVyxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsQ0FBQztTQUNqQztJQUNILENBQUM7SUFFRCxnQkFBZ0I7UUFDZCxJQUFJLENBQUMsV0FBVyxHQUFHLEtBQUssQ0FBQztRQUN6QixJQUFJLENBQUMsZUFBZSxHQUFDLEtBQUssQ0FBQztRQUMzQixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUMxQixJQUFJLENBQUMsV0FBVyxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUNoQyxJQUFJLENBQUMsZUFBZSxHQUFDLEtBQUssQ0FBQztJQUM3QixDQUFDO0lBRUQsSUFBSSxXQUFXO1FBQ2IsT0FBTyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxhQUFhLENBQUMsQ0FBQTtJQUNyQyxDQUFDO0lBRUQsSUFBSSxXQUFXO1FBQ2IsT0FBTyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxhQUFhLENBQUMsQ0FBQTtJQUNyQyxDQUFDO0lBRUQsUUFBUTtRQUNOLElBQUksaUJBQXlCLENBQUM7UUFDOUIsSUFBRyxJQUFJLENBQUMsRUFBRSxDQUFDLFVBQVUsRUFBRSxLQUFLLElBQUksRUFBQztZQUMvQixpQkFBaUIsR0FBRyxJQUFJLENBQUMsRUFBRSxDQUFDLE9BQU8sRUFBRSxDQUFDLEdBQUcsQ0FBQyxTQUFTLENBQUMsQ0FBQyxFQUFDLENBQUMsQ0FBQyxDQUFBO1NBQ3pEO2FBQUs7WUFDSixJQUFJLElBQUksR0FBRyxJQUFJLENBQUMsY0FBYyxDQUFDLFFBQVEsQ0FBQyxhQUFhLENBQUMsR0FBRyxDQUFDLEtBQUssQ0FBQyxDQUFDO1lBQy9ELElBQUcsSUFBSSxFQUFDO2dCQUNOLElBQUksU0FBaUIsQ0FBQztnQkFDdEIsU0FBUyxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztnQkFDdkIsaUJBQWlCLEdBQUcsU0FBUyxDQUFDLFNBQVMsQ0FBQyxDQUFDLEVBQUMsQ0FBQyxDQUFDLENBQUM7YUFDOUM7U0FDSjtRQUNELElBQUksQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsRUFBRSxJQUFJLGtCQUFrQixDQUFDLElBQUksRUFBQyxDQUFDLFVBQVUsQ0FBQyxZQUFZLEVBQUMsVUFBVSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsQ0FBQztRQUNoSCxJQUFJLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLEVBQUUsSUFBSSxrQkFBa0IsQ0FBQyxJQUFJLEVBQUMsQ0FBQyxVQUFVLENBQUMsT0FBTyxDQUFDLENBQUMsVUFBVSxDQUFDLFFBQVEsRUFBRSxhQUFhLENBQUMsT0FBTyxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBQ3hKLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxHQUFDLGFBQWEsQ0FBQztRQUNqQyxNQUFNLEdBQUcsR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsQ0FBQztRQUMzQyxJQUFJLENBQUMsZUFBZSxHQUFDLEdBQUcsQ0FBQztJQUMzQixDQUFDO0lBRUQsa0JBQWtCO1FBQ2QsTUFBTSxNQUFNLEdBQUcsUUFBUSxDQUFDLGFBQWEsQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDO1FBQzFELElBQUcsTUFBTSxFQUFDO1lBQ1IsTUFBTSxDQUFDLFlBQVksQ0FBQyxpQkFBaUIsRUFBRSxzQkFBc0IsQ0FBQyxDQUFDO1lBQy9ELE1BQU0sQ0FBQyxZQUFZLENBQUMsa0JBQWtCLEVBQUUsd0JBQXdCLENBQUMsQ0FBQztZQUVsRSxRQUFRLENBQUMsZ0JBQWdCLENBQUMsZ0JBQWdCLENBQUMsQ0FBQyxPQUFPLENBQUMsT0FBTyxDQUFDLEVBQUU7Z0JBQzVELE9BQU8sQ0FBQyxZQUFZLENBQUMsTUFBTSxFQUFFLFFBQVEsQ0FBQyxDQUFDO1lBQ3pDLENBQUMsQ0FBQyxDQUFBO1NBQ0g7SUFDTCxDQUFDO3lGQS9FVSx3QkFBd0I7b0VBQXhCLHdCQUF3Qjs7Ozs7O1lDakJyQyxrQ0FBbUQ7WUFDakQsNEVBa01NO1lBQ1IsaUJBQU87O1lBcE1ELG9DQUFrQjtZQUNoQixlQUFxQjtZQUFyQiwwQ0FBcUI7OztpRkRnQmhCLHdCQUF3QjtjQU5wQyxTQUFTOzJCQUNFLHNCQUFzQjt1SUFZdkIsZUFBZTtrQkFEckIsU0FBUzttQkFBQyxpQkFBaUIsRUFBRSxFQUFDLE1BQU0sRUFBRyxLQUFLLEVBQUM7WUFFcEMsUUFBUTtrQkFBakIsTUFBTTtZQUNFLElBQUk7a0JBQVosS0FBSztZQUNHLFFBQVE7a0JBQWhCLEtBQUs7WUFDRSxhQUFhO2tCQUFwQixLQUFLOztrRkFYRyx3QkFBd0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSwgQ29tcG9uZW50LCBJbnB1dCwgT3V0cHV0LCBFdmVudEVtaXR0ZXIsIFZpZXdDaGlsZH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IFVudHlwZWRGb3JtQnVpbGRlciwgVW50eXBlZEZvcm1Db250cm9sLCBVbnR5cGVkRm9ybUdyb3VwLCBOZ0Zvcm0sIFZhbGlkYXRvcnMgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XHJcbmltcG9ydCB7IEFjdGl2YXRlZFJvdXRlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcclxuaW1wb3J0IHsgRWxlbWVudHNNb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9xdWVzdGlvbm5haXJlL0VsZW1lbnRzTW9kZWwnO1xyXG5pbXBvcnQgeyBMZWdhbERpc2NsYWltYXJNb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9xdWVzdGlvbm5haXJlL0xlZ2FsRGlzY2FpbWFyTW9kZWwnO1xyXG5pbXBvcnQgeyBMb2dnZXJTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvbG9nZ2VyL2xvZ2dlci5zZXJ2aWNlJztcclxuaW1wb3J0IHsgTG9naW5TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvbG9naW4vbG9naW4uc2VydmljZSc7XHJcbmltcG9ydCB7IEFwcFZhbGlkYXRvcnMgfSBmcm9tICcuLi9xdWVzdGlvbm5haXJlL0FwcFZhbGlkYXRvcnMnO1xyXG5cclxuXHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1sZWdhbC1kaXNjbGFpbWFyJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vbGVnYWwtZGlzY2xhaW1hci5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vbGVnYWwtZGlzY2xhaW1hci5jb21wb25lbnQuc2NzcyddLFxyXG4gIFxyXG59KVxyXG5leHBvcnQgY2xhc3MgTGVnYWxEaXNjbGFpbWFyQ29tcG9uZW50IHtcclxuXHJcbiAgICBkaXNwbGF5UG9zaXRpb246IGJvb2xlYW47XHJcbiAgICBwb3NpdGlvbjogc3RyaW5nO1xyXG4gICAgZGlzcGxheUNoZWNrQm94OmJvb2xlYW49ZmFsc2U7XHJcbiAgICBwdWJsaWMgbGVnYWxEaXNjbGFpbWFyIDogTGVnYWxEaXNjbGFpbWFyTW9kZWw7XHJcbiAgICBAVmlld0NoaWxkKCdxZUZvcm1EaXJlY3RpdmUnLCB7c3RhdGljIDogZmFsc2V9KSBcclxuICAgIHB1YmxpYyBxZUZvcm1EaXJlY3RpdmU6IE5nRm9ybTtcclxuICAgIEBPdXRwdXQoKSBhY2NlcHRlZCA9IG5ldyBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4oKTtcclxuICAgIEBJbnB1dCgpIGZvcm06IFVudHlwZWRGb3JtR3JvdXA7XHJcbiAgICBASW5wdXQoKSBxdWVzdGlvbjogRWxlbWVudHNNb2RlbDtcclxuICAgIEBJbnB1dCgpY29tcG9uZW50RGF0YTpzdHJpbmc7XHJcbiAgICBpc1N1Ym1pdHRlZCA6IGJvb2xlYW4gPSBmYWxzZTtcclxuICAgIGNvbnN0cnVjdG9yKHB1YmxpYyBsb2dnZXI6TG9nZ2VyU2VydmljZSxwdWJsaWMgZmI6IFVudHlwZWRGb3JtQnVpbGRlciwgcHVibGljIGxzOiBMb2dpblNlcnZpY2UsIHB1YmxpYyBhY3RpdmF0ZWRSb3V0ZTogQWN0aXZhdGVkUm91dGUpIHsgfVxyXG5cclxuICAgIHNob3dQb3NpdGlvbkRpYWxvZyhwb3NpdGlvbjogc3RyaW5nKSB7XHJcbiAgICAgIHRoaXMucG9zaXRpb24gPSBwb3NpdGlvbjtcclxuICAgICAgdGhpcy5kaXNwbGF5UG9zaXRpb24gPSB0cnVlOyAgICBcclxuXHJcbiAgICAgIHNldFRpbWVvdXQoKCkgPT4ge1xyXG4gICAgICAgIHRoaXMuYWRkRGlhbG9nQXR0cmlidXRlKCk7XHJcbiAgICAgIH0sIDMwMDApXHJcbiAgfVxyXG5cclxuICBhY2NlcHREaXNjbGFpbWFyKCl7XHJcbiAgICB0aGlzLmlzU3VibWl0dGVkID0gdHJ1ZTtcclxuICAgIGlmKHRoaXMubGFzdGZvdXJzc24udmFsaWQpe1xyXG4gICAgICB0aGlzLmRpc3BsYXlDaGVja0JveD10cnVlO1xyXG4gICAgICB0aGlzLmFjY2VwdGVkLmVtaXQodHJ1ZSk7XHJcbiAgICAgIHRoaXMuZGlzcGxheVBvc2l0aW9uPWZhbHNlO1xyXG4gICAgICB0aGlzLmxlZ2FsSGlkZGVuLnNldFZhbHVlKHRydWUpO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgY2FuY2VsRGlzY2xhaW1hcigpe1xyXG4gICAgdGhpcy5pc1N1Ym1pdHRlZCA9IGZhbHNlO1xyXG4gICAgdGhpcy5kaXNwbGF5Q2hlY2tCb3g9ZmFsc2U7XHJcbiAgICB0aGlzLmFjY2VwdGVkLmVtaXQoZmFsc2UpO1xyXG4gICAgdGhpcy5sZWdhbEhpZGRlbi5zZXRWYWx1ZShudWxsKTtcclxuICAgIHRoaXMuZGlzcGxheVBvc2l0aW9uPWZhbHNlO1xyXG4gIH1cclxuXHJcbiAgZ2V0IGxlZ2FsSGlkZGVuKCkge1xyXG4gICAgcmV0dXJuIHRoaXMuZm9ybS5nZXQoJ2xlZ2FsSGlkZGVuJylcclxuICB9XHJcblxyXG4gIGdldCBsYXN0Zm91cnNzbigpIHtcclxuICAgIHJldHVybiB0aGlzLmZvcm0uZ2V0KCdsYXN0Zm91cnNzbicpXHJcbiAgfVxyXG5cclxuICBuZ09uSW5pdCgpe1xyXG4gICAgbGV0IHNzbkxhc3RGb3VyRnJvbURiOiBzdHJpbmc7XHJcbiAgICBpZih0aGlzLmxzLmlzQ2xhaW1hbnQoKSA9PT0gdHJ1ZSl7XHJcbiAgICAgIHNzbkxhc3RGb3VyRnJvbURiID0gdGhpcy5scy5nZXRVc2VyKCkuc3NuLnN1YnN0cmluZyg1LDkpXHJcbiAgICB9IGVsc2V7XHJcbiAgICAgIGxldCBkYXRhID0gdGhpcy5hY3RpdmF0ZWRSb3V0ZS5zbmFwc2hvdC5xdWVyeVBhcmFtTWFwLmdldCgna2V5Jyk7XHJcbiAgICAgICAgaWYoZGF0YSl7XHJcbiAgICAgICAgICBsZXQgc3NuRm9yQ1NSOiBzdHJpbmc7XHJcbiAgICAgICAgICBzc25Gb3JDU1IgPSBhdG9iKGRhdGEpO1xyXG4gICAgICAgICAgc3NuTGFzdEZvdXJGcm9tRGIgPSBzc25Gb3JDU1Iuc3Vic3RyaW5nKDUsOSk7XHJcbiAgICAgICAgfSAgIFxyXG4gICAgfVxyXG4gICAgdGhpcy5mb3JtLmFkZENvbnRyb2woJ2xlZ2FsSGlkZGVuJywgbmV3IFVudHlwZWRGb3JtQ29udHJvbChudWxsLFtWYWxpZGF0b3JzLnJlcXVpcmVkVHJ1ZSxWYWxpZGF0b3JzLnJlcXVpcmVkXSkpO1xyXG4gICAgdGhpcy5mb3JtLmFkZENvbnRyb2woJ2xhc3Rmb3Vyc3NuJywgbmV3IFVudHlwZWRGb3JtQ29udHJvbChudWxsLFtWYWxpZGF0b3JzLmNvbXBvc2UoW1ZhbGlkYXRvcnMucmVxdWlyZWQsIEFwcFZhbGlkYXRvcnMuaXNFcXVhbChzc25MYXN0Rm91ckZyb21EYildKV0pKTtcclxuICAgIHRoaXMucXVlc3Rpb24ubmFtZT1cImxlZ2FsSGlkZGVuXCI7XHJcbiAgICBjb25zdCBvYmogPSBKU09OLnBhcnNlKHRoaXMuY29tcG9uZW50RGF0YSk7XHJcbiAgICB0aGlzLmxlZ2FsRGlzY2xhaW1hcj1vYmo7XHJcbiAgfVxyXG5cclxuICBhZGREaWFsb2dBdHRyaWJ1dGUoKTogdm9pZCB7XHJcbiAgICAgIGNvbnN0IGRpYWxvZyA9IGRvY3VtZW50LnF1ZXJ5U2VsZWN0b3IoJ2Rpdltyb2xlPWRpYWxvZ10nKTtcclxuICAgICAgaWYoZGlhbG9nKXtcclxuICAgICAgICBkaWFsb2cuc2V0QXR0cmlidXRlKCdhcmlhLWxhYmVsbGVkYnknLCAnbGVnYWxEaXNjbGFpbWFyVGl0bGUnKTtcclxuICAgICAgICBkaWFsb2cuc2V0QXR0cmlidXRlKCdhcmlhLWRlc2NyaWJlZGJ5JywgJ2xlZ2FsRGlzY2xhaW1hckNvbnRlbnQnKTtcclxuXHJcbiAgICAgICAgZG9jdW1lbnQucXVlcnlTZWxlY3RvckFsbCgnZGl2IC5pb25CdXR0b24nKS5mb3JFYWNoKGVsZW1lbnQgPT4ge1xyXG4gICAgICAgICAgZWxlbWVudC5zZXRBdHRyaWJ1dGUoJ3JvbGUnLCAnYnV0dG9uJyk7XHJcbiAgICAgICAgfSlcclxuICAgICAgfVxyXG4gIH1cclxufVxyXG5cclxuXHJcblxyXG4iLCI8Zm9ybSBbZm9ybUdyb3VwXT1cImZvcm1cIiAjcWVGb3JtRGlyZWN0aXZlPVwibmdGb3JtXCI+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=
|