@reusa/ngx-reusa-app-lib 0.0.731 → 0.1.731
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/{esm2020 → esm2022}/lib/annimations/app-animations.mjs +36 -36
- package/esm2022/lib/components/add-employer/add-employer.component.mjs +3027 -0
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +394 -0
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +187 -0
- package/esm2022/lib/components/address/address.component.mjs +487 -0
- package/esm2022/lib/components/bank-details/bank-details.component.mjs +276 -0
- package/esm2022/lib/components/captcha/captcha.component.mjs +181 -0
- package/esm2022/lib/components/card/card.component.mjs +55 -0
- package/esm2022/lib/components/contact-us/contact-us.component.mjs +970 -0
- package/esm2022/lib/components/content/content.component.mjs +61 -0
- package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +83 -0
- package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +223 -0
- package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +292 -0
- package/esm2022/lib/components/disclosure/disclosure.component.mjs +60 -0
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +1974 -0
- package/esm2022/lib/components/dropdown/dropdown.interface.mjs +2 -0
- package/esm2022/lib/components/email-update/email-update.component.mjs +283 -0
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +794 -0
- package/esm2022/lib/components/error/error.component.mjs +86 -0
- package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +163 -0
- package/{esm2020 → esm2022}/lib/components/file-download/file-download.component.mjs +104 -104
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +315 -0
- package/esm2022/lib/components/footer/footer.component.mjs +332 -0
- package/esm2022/lib/components/header/header.component.mjs +558 -0
- package/esm2022/lib/components/help/help.component.mjs +49 -0
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +65 -0
- package/{esm2020 → esm2022}/lib/components/info/info.component.mjs +187 -188
- package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +206 -0
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +193 -0
- package/esm2022/lib/components/maintenance-detector/maintenance-detector.component.mjs +43 -0
- package/esm2022/lib/components/mask/mask.component.mjs +48 -0
- package/esm2022/lib/components/menu/menu.component.mjs +423 -0
- package/esm2022/lib/components/mfa/mfa.component.mjs +444 -0
- package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +50 -0
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +90 -0
- package/esm2022/lib/components/msg/msg.component.mjs +48 -0
- package/esm2022/lib/components/news/news.component.mjs +90 -0
- package/esm2022/lib/components/overlay-info/overlay-info.component.mjs +213 -0
- package/esm2022/lib/components/page/page.component.mjs +136 -0
- package/esm2022/lib/components/profile/profile.component.mjs +177 -0
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +63 -0
- package/esm2022/lib/components/questionnaire/AppValidators.mjs +487 -0
- package/{esm2020 → esm2022}/lib/components/questionnaire/FbConstants.mjs +7 -7
- package/{esm2020 → esm2022}/lib/components/questionnaire/SelectItem.mjs +1 -1
- package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +256 -0
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +475 -0
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +1094 -0
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +1882 -0
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +1263 -0
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +244 -0
- package/{esm2020 → esm2022}/lib/components/questionnaire/input-focus.directive.mjs +44 -44
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +256 -0
- package/{esm2020 → esm2022}/lib/components/questionnaire/question-base.mjs +2 -2
- package/{esm2020 → esm2022}/lib/components/questionnaire/question-control.service.mjs +420 -419
- package/{esm2020 → esm2022}/lib/components/questionnaire/question.service.mjs +33 -33
- package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +262 -0
- package/{esm2020 → esm2022}/lib/components/read-more/read-more.component.mjs +67 -67
- package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +690 -0
- package/esm2022/lib/components/search-employer/search-employer.component.mjs +142 -0
- package/esm2022/lib/components/select/select.component.mjs +154 -0
- package/esm2022/lib/components/ssn/ssn.component.mjs +44 -0
- package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +151 -0
- package/esm2022/lib/components/test/test.component.mjs +19 -0
- package/esm2022/lib/components/user-login/user-login.component.mjs +398 -0
- package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +442 -0
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +307 -0
- package/{esm2020 → esm2022}/lib/directives/auto-focus/auto-focus.directive.mjs +31 -31
- package/{esm2020 → esm2022}/lib/directives/caps-lock.directive.mjs +38 -38
- package/{esm2020 → esm2022}/lib/directives/required-roles/required-roles.directive.mjs +30 -30
- package/{esm2020 → esm2022}/lib/enums/EmailStatusEnum.mjs +8 -8
- package/{esm2020 → esm2022}/lib/guards/auth.guard.mjs +138 -138
- package/esm2022/lib/guards/no-login/no-login.guard.mjs +21 -0
- package/{esm2020 → esm2022}/lib/interceptors/error-interceptor/http-error-interceptor.mjs +107 -107
- package/{esm2020 → esm2022}/lib/interceptors/header-interceptor/http-header.interceptor.mjs +99 -99
- package/{esm2020 → esm2022}/lib/models/AddressComponentModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/BankDetailsComponentModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/BankDetailsModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/CinRequalificationCriteriaModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/EmployerDetailSearchResult.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/ErrorModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/FileModel.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/LibConstants.mjs +119 -119
- package/{esm2020 → esm2022}/lib/models/NewsAndAnnouncementModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/NotificationModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/OtpAuthModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/PaymentComponentModel.mjs +2 -2
- package/esm2022/lib/models/RequalifyLiftPageModel.mjs +11 -0
- package/{esm2020 → esm2022}/lib/models/SsaVerificationModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/TrendModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/UserDetailsModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/UserModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/case/CaseAttachmentModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/claimant/ClaimantModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/claimant/JobResultsData.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/claimant/MatchingJobs.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/claimant/ResetPasswordModel.mjs +2 -2
- package/esm2022/lib/models/cmp/CaseCoreModel.mjs +3 -0
- package/{esm2020 → esm2022}/lib/models/cmp/ComplaintCategoryModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/cmp/ComplaintCategoryOutputModel.mjs +5 -5
- package/esm2022/lib/models/cmp/ContactUsModel.mjs +3 -0
- package/{esm2020 → esm2022}/lib/models/cmp/EmailTemplateModel.mjs +3 -3
- package/esm2022/lib/models/cmp/contactUsInqueryModel.mjs +7 -0
- package/{esm2020 → esm2022}/lib/models/cmp/messageRourceModel.mjs +3 -3
- package/esm2022/lib/models/dashboard-model.mjs +3 -0
- package/esm2022/lib/models/dependent.model.mjs +8 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmpRequestModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +7 -7
- package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +2 -2
- package/esm2022/lib/models/questionnaire/ComboModel.mjs +337 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/ElementsModel.mjs +7 -7
- package/{esm2020 → esm2022}/lib/models/questionnaire/EmployerDetailSearchResult.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/EmployerWagesModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/questionnaire/FBConfigModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/questionnaire/KeyValueModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/LegalDiscaimarModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/LoaderModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/PollingStatusModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/questionnaire/QtrYearEmployerWageModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireQueryModel.mjs +7 -7
- package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireReturnModel.mjs +10 -10
- package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireSaveModel.mjs +2 -2
- package/esm2022/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +3 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/ServiceActionResponseModel.mjs +3 -3
- package/esm2022/lib/models/questionnaire/StatusModel.mjs +6 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/SuccessPageElement.mjs +2 -2
- package/esm2022/lib/models/questionnaire/UI512AResponseModel.mjs +3 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/ValidationModel.mjs +2 -2
- package/esm2022/lib/ngx-reusa-app-lib.component.mjs +23 -0
- package/esm2022/lib/ngx-reusa-app-lib.module.mjs +402 -0
- package/{esm2020 → esm2022}/lib/ngx-reusa-app-lib.service.mjs +14 -14
- package/{esm2020 → esm2022}/lib/pages/BasePage.mjs +76 -76
- package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +81 -0
- package/esm2022/lib/pages/common/change-password/change-password.page.mjs +463 -0
- package/esm2022/lib/pages/common/landing/landing.component.mjs +208 -0
- package/esm2022/lib/pages/common/landing2/landing2.component.mjs +244 -0
- package/esm2022/lib/pages/common/login/login.component.mjs +526 -0
- package/esm2022/lib/pages/common/not-found/not-found.page.mjs +24 -0
- package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +306 -0
- package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +61 -0
- package/esm2022/lib/pages/common/unauthorized/unauthorized.page.mjs +24 -0
- package/esm2022/lib/pages/popovers/language/language.page.mjs +61 -0
- package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +204 -0
- package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +129 -0
- package/esm2022/lib/pages/popovers/user-search/user-search.component.mjs +251 -0
- package/{esm2020 → esm2022}/lib/pipes/filter.pipe.mjs +30 -30
- package/{esm2020 → esm2022}/lib/pipes/mask/mask.email.pipe.mjs +23 -23
- package/{esm2020 → esm2022}/lib/pipes/proper-case/proper-case.pipe.mjs +27 -27
- package/{esm2020 → esm2022}/lib/pipes/translate/dynamic-translate.pipe.mjs +44 -44
- package/{esm2020 → esm2022}/lib/pipes/trust-html/trust-html.pipe.mjs +20 -20
- package/{esm2020 → esm2022}/lib/services/base-service.mjs +49 -49
- package/{esm2020 → esm2022}/lib/services/captcha/captcha.service.mjs +46 -46
- package/{esm2020 → esm2022}/lib/services/case-service/case.service.mjs +47 -47
- package/{esm2020 → esm2022}/lib/services/chatbot/chatbot.service.mjs +257 -257
- package/esm2022/lib/services/chatbot/script.const.mjs +42 -0
- package/{esm2020 → esm2022}/lib/services/claimant/claimant.service.mjs +31 -31
- package/esm2022/lib/services/claimant-context/claimant-context.service.mjs +48 -0
- package/{esm2020 → esm2022}/lib/services/claimant-service/claimant.service.mjs +47 -47
- package/{esm2020 → esm2022}/lib/services/claims/claims.service.mjs +99 -99
- package/{esm2020 → esm2022}/lib/services/cmp-service/cmp.service.mjs +84 -84
- package/{esm2020 → esm2022}/lib/services/dms-service/dms.service.mjs +60 -60
- package/{esm2020 → esm2022}/lib/services/fpjs/fingerprint.service.mjs +70 -70
- package/{esm2020 → esm2022}/lib/services/google-analytics/google-analytics.service.mjs +29 -29
- package/{esm2020 → esm2022}/lib/services/help/help.service.mjs +63 -63
- package/{esm2020 → esm2022}/lib/services/idle/idle.service.mjs +159 -159
- package/{esm2020 → esm2022}/lib/services/logger/logger.service.mjs +67 -67
- package/esm2022/lib/services/login/login.service.mjs +330 -0
- package/{esm2020 → esm2022}/lib/services/maintenance/maintenance.service.mjs +21 -21
- package/{esm2020 → esm2022}/lib/services/notification/notification.service.mjs +113 -113
- package/{esm2020 → esm2022}/lib/services/questionnaire/questionnaire.service.mjs +69 -69
- package/{esm2020 → esm2022}/lib/services/questionnaire/validation.service.mjs +59 -59
- package/{esm2020 → esm2022}/lib/services/security-service/security.service.mjs +35 -35
- package/{esm2020 → esm2022}/lib/services/tour/tour.service.mjs +60 -60
- package/{esm2020 → esm2022}/lib/services/util/util.service.mjs +424 -424
- package/esm2022/lib/validations/AppRegex.mjs +45 -0
- package/{esm2020 → esm2022}/lib/validations/AppValidators.mjs +165 -165
- package/{esm2020 → esm2022}/public-api.mjs +131 -131
- package/{esm2020 → esm2022}/reusa-ngx-reusa-app-lib.mjs +4 -4
- package/{fesm2020 → fesm2022}/reusa-ngx-reusa-app-lib.mjs +27966 -27877
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -0
- package/index.d.ts +5 -5
- package/lib/annimations/app-animations.d.ts +3 -3
- package/lib/components/add-employer/add-employer.component.d.ts +276 -276
- package/lib/components/add-participant/add-participant.component.d.ts +45 -45
- package/lib/components/add-payment/add-payment.component.d.ts +33 -33
- package/lib/components/address/address.component.d.ts +68 -68
- package/lib/components/address/address.component.d.ts.map +1 -1
- package/lib/components/bank-details/bank-details.component.d.ts +39 -39
- package/lib/components/captcha/captcha.component.d.ts +44 -44
- package/lib/components/card/card.component.d.ts +11 -11
- package/lib/components/contact-us/contact-us.component.d.ts +105 -107
- package/lib/components/contact-us/contact-us.component.d.ts.map +1 -1
- package/lib/components/content/content.component.d.ts +13 -13
- package/lib/components/correspondence-download/correspondence-download.component.d.ts +21 -21
- package/lib/components/dashboard-card/dashboard-card.component.d.ts +25 -25
- package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -1
- package/lib/components/dependent-grid/dependent-grid.component.d.ts +35 -35
- package/lib/components/disclosure/disclosure.component.d.ts +12 -12
- package/lib/components/dropdown/dropdown.component.d.ts +581 -207
- package/lib/components/dropdown/dropdown.component.d.ts.map +1 -1
- package/lib/components/dropdown/dropdown.interface.d.ts +155 -0
- package/lib/components/dropdown/dropdown.interface.d.ts.map +1 -0
- package/lib/components/email-update/email-update.component.d.ts +31 -31
- package/lib/components/employer-grid/employer-grid.component.d.ts +95 -94
- package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -1
- package/lib/components/error/error.component.d.ts +17 -17
- package/lib/components/fav-menu/fav-menu.component.d.ts +21 -21
- package/lib/components/file-download/file-download.component.d.ts +22 -22
- package/lib/components/file-uploader/file-uploader.component.d.ts +47 -47
- package/lib/components/footer/footer.component.d.ts +36 -36
- package/lib/components/header/header.component.d.ts +59 -58
- package/lib/components/header/header.component.d.ts.map +1 -1
- package/lib/components/help/help.component.d.ts +10 -10
- package/lib/components/idle-detector/idle-detector.component.d.ts +15 -15
- package/lib/components/info/info.component.d.ts +22 -22
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +21 -21
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +33 -33
- package/lib/components/maintenance-detector/maintenance-detector.component.d.ts +15 -15
- package/lib/components/mask/mask.component.d.ts +11 -11
- package/lib/components/menu/menu.component.d.ts +43 -43
- package/lib/components/mfa/mfa.component.d.ts +59 -59
- package/lib/components/mfa-popup/mfa-popup.component.d.ts +16 -16
- package/lib/components/money-expect/money-expect.component.d.ts +18 -18
- package/lib/components/msg/msg.component.d.ts +10 -10
- package/lib/components/news/news.component.d.ts +14 -14
- package/lib/components/overlay-info/overlay-info.component.d.ts +34 -34
- package/lib/components/page/page.component.d.ts +23 -23
- package/lib/components/profile/profile.component.d.ts +28 -28
- package/lib/components/profile-redirect/profile-redirect.component.d.ts +13 -13
- package/lib/components/questionnaire/AppValidators.d.ts +14 -14
- package/lib/components/questionnaire/AppValidators.d.ts.map +1 -1
- package/lib/components/questionnaire/FbConstants.d.ts +7 -7
- package/lib/components/questionnaire/SelectItem.d.ts +4 -4
- package/lib/components/questionnaire/account-success/account-success.page.d.ts +53 -53
- package/lib/components/questionnaire/common-success/common-success.page.d.ts +75 -75
- package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +46 -46
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts +82 -82
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form.component.d.ts +130 -130
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +66 -64
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -1
- package/lib/components/questionnaire/input-focus.directive.d.ts +11 -11
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +38 -38
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -1
- package/lib/components/questionnaire/question-base.d.ts +16 -16
- package/lib/components/questionnaire/question-control.service.d.ts +19 -19
- package/lib/components/questionnaire/question-control.service.d.ts.map +1 -1
- package/lib/components/questionnaire/question.service.d.ts +18 -18
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +75 -74
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -1
- package/lib/components/read-more/read-more.component.d.ts +14 -14
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +67 -67
- package/lib/components/search-employer/search-employer.component.d.ts +37 -36
- package/lib/components/search-employer/search-employer.component.d.ts.map +1 -1
- package/lib/components/select/select.component.d.ts +55 -55
- package/lib/components/ssn/ssn.component.d.ts +11 -11
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +22 -22
- package/lib/components/test/test.component.d.ts +8 -8
- package/lib/components/user-login/user-login.component.d.ts +48 -48
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +59 -59
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +45 -45
- package/lib/directives/auto-focus/auto-focus.directive.d.ts +12 -12
- package/lib/directives/caps-lock.directive.d.ts +11 -11
- package/lib/directives/required-roles/required-roles.directive.d.ts +14 -14
- package/lib/enums/EmailStatusEnum.d.ts +7 -7
- package/lib/guards/auth.guard.d.ts +28 -28
- package/lib/guards/auth.guard.d.ts.map +1 -1
- package/lib/guards/no-login/no-login.guard.d.ts +11 -11
- package/lib/guards/no-login/no-login.guard.d.ts.map +1 -1
- package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts +22 -22
- package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts +21 -21
- package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts.map +1 -1
- package/lib/models/AddressComponentModel.d.ts +12 -12
- package/lib/models/BankDetailsComponentModel.d.ts +11 -11
- package/lib/models/BankDetailsModel.d.ts +4 -4
- package/lib/models/CinRequalificationCriteriaModel.d.ts +10 -10
- package/lib/models/EmployerDetailSearchResult.d.ts +47 -47
- package/lib/models/ErrorModel.d.ts +6 -6
- package/lib/models/FileModel.d.ts +4 -4
- package/lib/models/LibConstants.d.ts +112 -112
- package/lib/models/NewsAndAnnouncementModel.d.ts +5 -5
- package/lib/models/NotificationModel.d.ts +10 -10
- package/lib/models/OtpAuthModel.d.ts +6 -6
- package/lib/models/PaymentComponentModel.d.ts +7 -7
- package/lib/models/RequalifyLiftPageModel.d.ts +11 -11
- package/lib/models/SsaVerificationModel.d.ts +8 -8
- package/lib/models/TrendModel.d.ts +13 -13
- package/lib/models/UserDetailsModel.d.ts +9 -9
- package/lib/models/UserModel.d.ts +46 -46
- package/lib/models/case/CaseAttachmentModel.d.ts +5 -5
- package/lib/models/claimant/ClaimantModel.d.ts +22 -22
- package/lib/models/claimant/JobResultsData.d.ts +7 -7
- package/lib/models/claimant/MatchingJobs.d.ts +12 -12
- package/lib/models/claimant/ResetPasswordModel.d.ts +8 -8
- package/lib/models/cmp/CaseCoreModel.d.ts +20 -20
- package/lib/models/cmp/ComplaintCategoryModel.d.ts +8 -8
- package/lib/models/cmp/ComplaintCategoryOutputModel.d.ts +5 -5
- package/lib/models/cmp/ContactUsModel.d.ts +22 -22
- package/lib/models/cmp/EmailTemplateModel.d.ts +6 -6
- package/lib/models/cmp/contactUsInqueryModel.d.ts +46 -46
- package/lib/models/cmp/messageRourceModel.d.ts +5 -5
- package/lib/models/dashboard-model.d.ts +43 -43
- package/lib/models/dependent.model.d.ts +11 -18
- package/lib/models/dependent.model.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmpRequestModel.d.ts +8 -8
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +16 -16
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +151 -151
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +16 -16
- package/lib/models/questionnaire/ComboModel.d.ts +85 -85
- package/lib/models/questionnaire/ElementsModel.d.ts +68 -68
- package/lib/models/questionnaire/EmployerDetailSearchResult.d.ts +17 -17
- package/lib/models/questionnaire/EmployerWagesModel.d.ts +4 -4
- package/lib/models/questionnaire/FBConfigModel.d.ts +11 -11
- package/lib/models/questionnaire/KeyValueModel.d.ts +10 -10
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +10 -10
- package/lib/models/questionnaire/LoaderModel.d.ts +4 -4
- package/lib/models/questionnaire/PollingStatusModel.d.ts +6 -6
- package/lib/models/questionnaire/QtrYearEmployerWageModel.d.ts +8 -8
- package/lib/models/questionnaire/QuestionnaireQueryModel.d.ts +23 -23
- package/lib/models/questionnaire/QuestionnaireReturnModel.d.ts +20 -20
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +24 -24
- package/lib/models/questionnaire/RequalifyLiftIssuesModel.d.ts +13 -13
- package/lib/models/questionnaire/ServiceActionResponseModel.d.ts +6 -6
- package/lib/models/questionnaire/StatusModel.d.ts +15 -15
- package/lib/models/questionnaire/SuccessPageElement.d.ts +8 -8
- package/lib/models/questionnaire/UI512AResponseModel.d.ts +12 -12
- package/lib/models/questionnaire/ValidationModel.d.ts +17 -17
- package/lib/ngx-reusa-app-lib.component.d.ts +8 -8
- package/lib/ngx-reusa-app-lib.module.d.ts +148 -145
- package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -1
- package/lib/ngx-reusa-app-lib.service.d.ts +6 -6
- package/lib/pages/BasePage.d.ts +26 -26
- package/lib/pages/common/accessibility-policy/accessibility-policy.page.d.ts +11 -11
- package/lib/pages/common/change-password/change-password.page.d.ts +40 -40
- package/lib/pages/common/landing/landing.component.d.ts +24 -24
- package/lib/pages/common/landing2/landing2.component.d.ts +30 -30
- package/lib/pages/common/login/login.component.d.ts +64 -64
- package/lib/pages/common/not-found/not-found.page.d.ts +8 -8
- package/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.d.ts +11 -11
- package/lib/pages/common/security-policy/security-policy.page.d.ts +11 -11
- package/lib/pages/common/unauthorized/unauthorized.page.d.ts +8 -8
- package/lib/pages/popovers/language/language.page.d.ts +16 -16
- package/lib/pages/popovers/my-notifications/my-notifications.page.d.ts +21 -21
- package/lib/pages/popovers/my-profile/my-profile.page.d.ts +20 -20
- package/lib/pages/popovers/user-search/user-search.component.d.ts +31 -31
- package/lib/pipes/filter.pipe.d.ts +7 -7
- package/lib/pipes/mask/mask.email.pipe.d.ts +10 -10
- package/lib/pipes/proper-case/proper-case.pipe.d.ts +8 -8
- package/lib/pipes/translate/dynamic-translate.pipe.d.ts +10 -10
- package/lib/pipes/trust-html/trust-html.pipe.d.ts +10 -10
- package/lib/services/base-service.d.ts +92 -92
- package/lib/services/captcha/captcha.service.d.ts +15 -15
- package/lib/services/case-service/case.service.d.ts +19 -19
- package/lib/services/chatbot/chatbot.service.d.ts +60 -60
- package/lib/services/chatbot/script.const.d.ts +15 -15
- package/lib/services/claimant/claimant.service.d.ts +17 -17
- package/lib/services/claimant-context/claimant-context.service.d.ts +18 -18
- package/lib/services/claimant-context/claimant-context.service.d.ts.map +1 -1
- package/lib/services/claimant-service/claimant.service.d.ts +19 -19
- package/lib/services/claims/claims.service.d.ts +39 -39
- package/lib/services/cmp-service/cmp.service.d.ts +33 -33
- package/lib/services/dms-service/dms.service.d.ts +23 -23
- package/lib/services/fpjs/fingerprint.service.d.ts +18 -18
- package/lib/services/google-analytics/google-analytics.service.d.ts +8 -8
- package/lib/services/help/help.service.d.ts +25 -25
- package/lib/services/help/help.service.d.ts.map +1 -1
- package/lib/services/idle/idle.service.d.ts +43 -43
- package/lib/services/logger/logger.service.d.ts +31 -31
- package/lib/services/logger/logger.service.d.ts.map +1 -1
- package/lib/services/login/login.service.d.ts +75 -75
- package/lib/services/login/login.service.d.ts.map +1 -1
- package/lib/services/maintenance/maintenance.service.d.ts +15 -15
- package/lib/services/notification/notification.service.d.ts +38 -38
- package/lib/services/questionnaire/questionnaire.service.d.ts +35 -35
- package/lib/services/questionnaire/validation.service.d.ts +81 -81
- package/lib/services/security-service/security.service.d.ts +14 -14
- package/lib/services/tour/tour.service.d.ts +24 -24
- package/lib/services/util/util.service.d.ts +190 -190
- package/lib/validations/AppRegex.d.ts +43 -43
- package/lib/validations/AppValidators.d.ts +53 -53
- package/package.json +6 -11
- package/public-api.d.ts +121 -121
- package/esm2020/lib/components/add-employer/add-employer.component.mjs +0 -3099
- package/esm2020/lib/components/add-participant/add-participant.component.mjs +0 -396
- package/esm2020/lib/components/add-payment/add-payment.component.mjs +0 -186
- package/esm2020/lib/components/address/address.component.mjs +0 -480
- package/esm2020/lib/components/bank-details/bank-details.component.mjs +0 -275
- package/esm2020/lib/components/captcha/captcha.component.mjs +0 -180
- package/esm2020/lib/components/card/card.component.mjs +0 -54
- package/esm2020/lib/components/contact-us/contact-us.component.mjs +0 -1004
- package/esm2020/lib/components/content/content.component.mjs +0 -60
- package/esm2020/lib/components/correspondence-download/correspondence-download.component.mjs +0 -82
- package/esm2020/lib/components/dashboard-card/dashboard-card.component.mjs +0 -219
- package/esm2020/lib/components/dependent-grid/dependent-grid.component.mjs +0 -297
- package/esm2020/lib/components/disclosure/disclosure.component.mjs +0 -59
- package/esm2020/lib/components/dropdown/dropdown.component.mjs +0 -1552
- package/esm2020/lib/components/email-update/email-update.component.mjs +0 -287
- package/esm2020/lib/components/employer-grid/employer-grid.component.mjs +0 -800
- package/esm2020/lib/components/error/error.component.mjs +0 -85
- package/esm2020/lib/components/fav-menu/fav-menu.component.mjs +0 -163
- package/esm2020/lib/components/file-uploader/file-uploader.component.mjs +0 -317
- package/esm2020/lib/components/footer/footer.component.mjs +0 -337
- package/esm2020/lib/components/header/header.component.mjs +0 -566
- package/esm2020/lib/components/help/help.component.mjs +0 -48
- package/esm2020/lib/components/idle-detector/idle-detector.component.mjs +0 -64
- package/esm2020/lib/components/job-search-result-page/job-search-result-page.component.mjs +0 -209
- package/esm2020/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +0 -192
- package/esm2020/lib/components/maintenance-detector/maintenance-detector.component.mjs +0 -42
- package/esm2020/lib/components/mask/mask.component.mjs +0 -48
- package/esm2020/lib/components/menu/menu.component.mjs +0 -430
- package/esm2020/lib/components/mfa/mfa.component.mjs +0 -451
- package/esm2020/lib/components/mfa-popup/mfa-popup.component.mjs +0 -49
- package/esm2020/lib/components/money-expect/money-expect.component.mjs +0 -89
- package/esm2020/lib/components/msg/msg.component.mjs +0 -48
- package/esm2020/lib/components/news/news.component.mjs +0 -89
- package/esm2020/lib/components/overlay-info/overlay-info.component.mjs +0 -235
- package/esm2020/lib/components/page/page.component.mjs +0 -138
- package/esm2020/lib/components/profile/profile.component.mjs +0 -182
- package/esm2020/lib/components/profile-redirect/profile-redirect.component.mjs +0 -62
- package/esm2020/lib/components/questionnaire/AppValidators.mjs +0 -523
- package/esm2020/lib/components/questionnaire/account-success/account-success.page.mjs +0 -259
- package/esm2020/lib/components/questionnaire/common-success/common-success.page.mjs +0 -483
- package/esm2020/lib/components/questionnaire/dynamic-form-panel.component.mjs +0 -1137
- package/esm2020/lib/components/questionnaire/dynamic-form-question.component.mjs +0 -1948
- package/esm2020/lib/components/questionnaire/dynamic-form.component.mjs +0 -1257
- package/esm2020/lib/components/questionnaire/form-builder/form-builder.page.mjs +0 -240
- package/esm2020/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +0 -259
- package/esm2020/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +0 -260
- package/esm2020/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +0 -703
- package/esm2020/lib/components/search-employer/search-employer.component.mjs +0 -142
- package/esm2020/lib/components/select/select.component.mjs +0 -153
- package/esm2020/lib/components/ssn/ssn.component.mjs +0 -43
- package/esm2020/lib/components/ssn-reverify/ssn-reverify.component.mjs +0 -150
- package/esm2020/lib/components/test/test.component.mjs +0 -18
- package/esm2020/lib/components/user-login/user-login.component.mjs +0 -401
- package/esm2020/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +0 -445
- package/esm2020/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +0 -308
- package/esm2020/lib/guards/no-login/no-login.guard.mjs +0 -21
- package/esm2020/lib/models/RequalifyLiftPageModel.mjs +0 -11
- package/esm2020/lib/models/cmp/CaseCoreModel.mjs +0 -3
- package/esm2020/lib/models/cmp/ContactUsModel.mjs +0 -3
- package/esm2020/lib/models/cmp/contactUsInqueryModel.mjs +0 -7
- package/esm2020/lib/models/dashboard-model.mjs +0 -3
- package/esm2020/lib/models/dependent.model.mjs +0 -8
- package/esm2020/lib/models/questionnaire/ComboModel.mjs +0 -337
- package/esm2020/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +0 -3
- package/esm2020/lib/models/questionnaire/StatusModel.mjs +0 -6
- package/esm2020/lib/models/questionnaire/UI512AResponseModel.mjs +0 -3
- package/esm2020/lib/ngx-reusa-app-lib.component.mjs +0 -22
- package/esm2020/lib/ngx-reusa-app-lib.module.mjs +0 -390
- package/esm2020/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +0 -80
- package/esm2020/lib/pages/common/change-password/change-password.page.mjs +0 -477
- package/esm2020/lib/pages/common/landing/landing.component.mjs +0 -207
- package/esm2020/lib/pages/common/landing2/landing2.component.mjs +0 -244
- package/esm2020/lib/pages/common/login/login.component.mjs +0 -542
- package/esm2020/lib/pages/common/not-found/not-found.page.mjs +0 -23
- package/esm2020/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +0 -305
- package/esm2020/lib/pages/common/security-policy/security-policy.page.mjs +0 -60
- package/esm2020/lib/pages/common/unauthorized/unauthorized.page.mjs +0 -23
- package/esm2020/lib/pages/popovers/language/language.page.mjs +0 -60
- package/esm2020/lib/pages/popovers/my-notifications/my-notifications.page.mjs +0 -205
- package/esm2020/lib/pages/popovers/my-profile/my-profile.page.mjs +0 -129
- package/esm2020/lib/pages/popovers/user-search/user-search.component.mjs +0 -253
- package/esm2020/lib/services/chatbot/script.const.mjs +0 -42
- package/esm2020/lib/services/claimant-context/claimant-context.service.mjs +0 -47
- package/esm2020/lib/services/login/login.service.mjs +0 -330
- package/esm2020/lib/validations/AppRegex.mjs +0 -45
- package/fesm2015/reusa-ngx-reusa-app-lib.mjs +0 -30728
- package/fesm2015/reusa-ngx-reusa-app-lib.mjs.map +0 -1
- package/fesm2020/reusa-ngx-reusa-app-lib.mjs.map +0 -1
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@ionic/angular";
|
|
4
|
-
import * as i2 from "../../../components/page/page.component";
|
|
5
|
-
export class NotFoundPage {
|
|
6
|
-
constructor() { }
|
|
7
|
-
ngOnInit() {
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
NotFoundPage.ɵfac = function NotFoundPage_Factory(t) { return new (t || NotFoundPage)(); };
|
|
11
|
-
NotFoundPage.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: NotFoundPage, selectors: [["app-not-found"]], decls: 2, vars: 1, consts: [["src", "assets/icon/404.svg", "icon", "pi pi-exclamation-circle", "headingText", "Page Not Found", "detailText", "The resource you are looking for does not exist.", 3, "homeButton"]], template: function NotFoundPage_Template(rf, ctx) { if (rf & 1) {
|
|
12
|
-
i0.ɵɵelementStart(0, "ion-content");
|
|
13
|
-
i0.ɵɵelement(1, "app-page", 0);
|
|
14
|
-
i0.ɵɵelementEnd();
|
|
15
|
-
} if (rf & 2) {
|
|
16
|
-
i0.ɵɵadvance(1);
|
|
17
|
-
i0.ɵɵproperty("homeButton", "true");
|
|
18
|
-
} }, dependencies: [i1.IonContent, i2.PageComponent] });
|
|
19
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NotFoundPage, [{
|
|
20
|
-
type: Component,
|
|
21
|
-
args: [{ selector: 'app-not-found', template: "<ion-content>\r\n <app-page src=\"assets/icon/404.svg\" \r\n icon=\"pi pi-exclamation-circle\" \r\n headingText=\"Page Not Found\" \r\n detailText=\"The resource you are looking for does not exist.\"\r\n [homeButton]=\"'true'\">\r\n </app-page>\r\n</ion-content>" }]
|
|
22
|
-
}], function () { return []; }, null); })();
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90LWZvdW5kLnBhZ2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL3BhZ2VzL2NvbW1vbi9ub3QtZm91bmQvbm90LWZvdW5kLnBhZ2UudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL3BhZ2VzL2NvbW1vbi9ub3QtZm91bmQvbm90LWZvdW5kLnBhZ2UuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDOzs7O0FBT2xELE1BQU0sT0FBTyxZQUFZO0lBRXZCLGdCQUFnQixDQUFDO0lBRWpCLFFBQVE7SUFDUixDQUFDOzt3RUFMVSxZQUFZOytEQUFaLFlBQVk7UUNQekIsbUNBQWE7UUFDWCw4QkFLVztRQUNiLGlCQUFjOztRQUZGLGVBQXFCO1FBQXJCLG1DQUFxQjs7dUZERXBCLFlBQVk7Y0FMeEIsU0FBUzsyQkFDRSxlQUFlIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLW5vdC1mb3VuZCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9ub3QtZm91bmQucGFnZS5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vbm90LWZvdW5kLnBhZ2Uuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBOb3RGb3VuZFBhZ2UgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIGNvbnN0cnVjdG9yKCkgeyB9XG5cbiAgbmdPbkluaXQoKSB7XG4gIH1cbn1cbiIsIjxpb24tY29udGVudD5cclxuICA8YXBwLXBhZ2Ugc3JjPVwiYXNzZXRzL2ljb24vNDA0LnN2Z1wiIFxyXG4gICAgICAgICAgICBpY29uPVwicGkgcGktZXhjbGFtYXRpb24tY2lyY2xlXCIgXHJcbiAgICAgICAgICAgIGhlYWRpbmdUZXh0PVwiUGFnZSBOb3QgRm91bmRcIiBcclxuICAgICAgICAgICAgZGV0YWlsVGV4dD1cIlRoZSByZXNvdXJjZSB5b3UgYXJlIGxvb2tpbmcgZm9yIGRvZXMgbm90IGV4aXN0LlwiXHJcbiAgICAgICAgICAgIFtob21lQnV0dG9uXT1cIid0cnVlJ1wiPlxyXG4gIDwvYXBwLXBhZ2U+XHJcbjwvaW9uLWNvbnRlbnQ+Il19
|
|
@@ -1,305 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@ionic/angular";
|
|
4
|
-
export class PrivacyDisclaimerPage {
|
|
5
|
-
constructor(popup) {
|
|
6
|
-
this.popup = popup;
|
|
7
|
-
}
|
|
8
|
-
ngOnInit() {
|
|
9
|
-
}
|
|
10
|
-
close() {
|
|
11
|
-
this.popup.dismiss().catch(err => {
|
|
12
|
-
window.close();
|
|
13
|
-
});
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
PrivacyDisclaimerPage.ɵfac = function PrivacyDisclaimerPage_Factory(t) { return new (t || PrivacyDisclaimerPage)(i0.ɵɵdirectiveInject(i1.PopoverController)); };
|
|
17
|
-
PrivacyDisclaimerPage.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PrivacyDisclaimerPage, selectors: [["app-privacy-disclaimer"]], decls: 310, vars: 0, consts: [[1, "ion-padding"], [1, "Section1"], [1, "MsoNormal"], [1, "content1"], [2, "font-size", "10.0pt", "mso-bidi-font-size", "8.0pt", "font-family", "Arial", "color", "windowtext"], ["type", "disc"], [1, "MsoNormal", 2, "mso-margin-top-alt", "auto", "mso-margin-bottom-alt", "auto", "mso-list", "l1 level1 lfo5", "tab-stops", "list .5in"], [2, "font-size", "10.0pt", "mso-bidi-font-size", "7.5pt", "font-family", "Arial"], [2, "font-size", "10.0pt", "mso-bidi-font-size", "8.0pt", "font-family", "Arial"], ["start", "1", "type", "1"], [1, "MsoNormal", 2, "mso-margin-top-alt", "auto", "mso-margin-bottom-alt", "auto", "mso-list", "l4 level1 lfo6", "tab-stops", "list .5in"], [2, "margin-bottom", "12.0pt"], [2, "font-family", "Arial"], [2, "mso-ansi-font-size", "10.0pt", "font-family", "Arial", "color", "windowtext"], [1, "GramE"], [2, "mso-bidi-font-style", "normal"], [2, "font-size", "10.0pt", "mso-bidi-font-size", "8.0pt", "font-family", "Arial", "mso-bidi-font-family", "Times New Roman", "color", "windowtext"], [2, "font-size", "10.0pt", "font-family", "Arial"], [1, "MsoNormal", 2, "margin-left", ".5in"], [2, "font-size", "10.0pt", "font-family", "Arial", "color", "windowtext"], [1, "MsoNormal", 2, "text-indent", ".5in"], ["href", "mailto:internet@mdes.ms.gov", "target", "_blank"], [1, "emailgray1"], [1, "ion-text-right", "ion-padding"], ["shape", "round", "type", "submit", "color", "success", 3, "click"], ["slot", "start", "name", "close-sharp"]], template: function PrivacyDisclaimerPage_Template(rf, ctx) { if (rf & 1) {
|
|
18
|
-
i0.ɵɵelementStart(0, "ion-header")(1, "ion-toolbar")(2, "ion-title");
|
|
19
|
-
i0.ɵɵtext(3, "Privacy & Security");
|
|
20
|
-
i0.ɵɵelementEnd()()();
|
|
21
|
-
i0.ɵɵelementStart(4, "ion-content", 0)(5, "div", 1)(6, "p", 2)(7, "span", 3)(8, "span", 4);
|
|
22
|
-
i0.ɵɵtext(9, "Thank you for visiting www.mdes.ms.gov and reviewing our Privacy Notice. This notice addresses collection, use, security of, and access to information that may be obtained through your use of the mdes.ms.gov portal. Understand that in addition to this mdes.ms.gov Privacy Notice, each state agency or institution Web site you visit may have a unique Privacy Notice. Your usage of this site constitutes an understanding of and agreement with these policies. This notice covers the following topics: ");
|
|
23
|
-
i0.ɵɵelementEnd()()();
|
|
24
|
-
i0.ɵɵelementStart(10, "ul", 5)(11, "li", 6)(12, "span", 3)(13, "span", 4);
|
|
25
|
-
i0.ɵɵtext(14, "Information Collected and How it is Used");
|
|
26
|
-
i0.ɵɵelementEnd()();
|
|
27
|
-
i0.ɵɵelement(15, "span", 7);
|
|
28
|
-
i0.ɵɵelementEnd();
|
|
29
|
-
i0.ɵɵelementStart(16, "li", 6)(17, "span", 3)(18, "span", 4);
|
|
30
|
-
i0.ɵɵtext(19, "Personal Information and Choice\u00A0");
|
|
31
|
-
i0.ɵɵelementEnd()();
|
|
32
|
-
i0.ɵɵelement(20, "span", 7);
|
|
33
|
-
i0.ɵɵelementEnd();
|
|
34
|
-
i0.ɵɵelementStart(21, "li", 6)(22, "span", 3)(23, "span", 4);
|
|
35
|
-
i0.ɵɵtext(24, "Public Disclosure\u00A0");
|
|
36
|
-
i0.ɵɵelementEnd()();
|
|
37
|
-
i0.ɵɵelement(25, "span", 7);
|
|
38
|
-
i0.ɵɵelementEnd();
|
|
39
|
-
i0.ɵɵelementStart(26, "li", 6)(27, "span", 3)(28, "span", 4);
|
|
40
|
-
i0.ɵɵtext(29, "Access and Correction of Personal Information");
|
|
41
|
-
i0.ɵɵelementEnd()();
|
|
42
|
-
i0.ɵɵelement(30, "span", 7);
|
|
43
|
-
i0.ɵɵelementEnd();
|
|
44
|
-
i0.ɵɵelementStart(31, "li", 6)(32, "span", 3)(33, "span", 4);
|
|
45
|
-
i0.ɵɵtext(34, "Cookies");
|
|
46
|
-
i0.ɵɵelementEnd()();
|
|
47
|
-
i0.ɵɵelement(35, "span", 7);
|
|
48
|
-
i0.ɵɵelementEnd();
|
|
49
|
-
i0.ɵɵelementStart(36, "li", 6)(37, "span", 3)(38, "span", 4);
|
|
50
|
-
i0.ɵɵtext(39, "Security");
|
|
51
|
-
i0.ɵɵelementEnd()();
|
|
52
|
-
i0.ɵɵelement(40, "span", 7);
|
|
53
|
-
i0.ɵɵelementEnd();
|
|
54
|
-
i0.ɵɵelementStart(41, "li", 6)(42, "span", 3)(43, "span", 4);
|
|
55
|
-
i0.ɵɵtext(44, "Disclaimer");
|
|
56
|
-
i0.ɵɵelementEnd()();
|
|
57
|
-
i0.ɵɵelement(45, "span", 7);
|
|
58
|
-
i0.ɵɵelementEnd();
|
|
59
|
-
i0.ɵɵelementStart(46, "li", 6)(47, "span", 3)(48, "span", 4);
|
|
60
|
-
i0.ɵɵtext(49, "Contact Information");
|
|
61
|
-
i0.ɵɵelementEnd()();
|
|
62
|
-
i0.ɵɵelement(50, "span", 7);
|
|
63
|
-
i0.ɵɵelementEnd()();
|
|
64
|
-
i0.ɵɵelementStart(51, "p")(52, "strong")(53, "span", 8);
|
|
65
|
-
i0.ɵɵtext(54, "Information Collected and How it is Used");
|
|
66
|
-
i0.ɵɵelementEnd()();
|
|
67
|
-
i0.ɵɵelement(55, "span", 7);
|
|
68
|
-
i0.ɵɵelementEnd();
|
|
69
|
-
i0.ɵɵelementStart(56, "p")(57, "span", 3)(58, "span", 4);
|
|
70
|
-
i0.ɵɵtext(59, "If you do nothing during your visit to mdes.ms.gov but browse or download information, we automatically collect and store the following information about your visit:");
|
|
71
|
-
i0.ɵɵelementEnd()();
|
|
72
|
-
i0.ɵɵelement(60, "span", 7);
|
|
73
|
-
i0.ɵɵelementEnd();
|
|
74
|
-
i0.ɵɵelementStart(61, "ol", 9)(62, "li", 10)(63, "span", 3)(64, "span", 4);
|
|
75
|
-
i0.ɵɵtext(65, "The Internet Protocol address and domain name used but not the email address. The Internet Protocol address is a numerical identifier assigned either to your Internet service provider or directly to your computer. The Internet Protocol address is used to direct Internet traffic to you.");
|
|
76
|
-
i0.ɵɵelementEnd()();
|
|
77
|
-
i0.ɵɵelement(66, "span", 7);
|
|
78
|
-
i0.ɵɵelementEnd();
|
|
79
|
-
i0.ɵɵelementStart(67, "li", 10)(68, "span", 3)(69, "span", 4);
|
|
80
|
-
i0.ɵɵtext(70, "The type of browser and operating system you used.");
|
|
81
|
-
i0.ɵɵelementEnd()();
|
|
82
|
-
i0.ɵɵelement(71, "span", 7);
|
|
83
|
-
i0.ɵɵelementEnd();
|
|
84
|
-
i0.ɵɵelementStart(72, "li", 10)(73, "span", 3)(74, "span", 4);
|
|
85
|
-
i0.ɵɵtext(75, "The date and time you visited this site.");
|
|
86
|
-
i0.ɵɵelementEnd()();
|
|
87
|
-
i0.ɵɵelement(76, "span", 7);
|
|
88
|
-
i0.ɵɵelementEnd();
|
|
89
|
-
i0.ɵɵelementStart(77, "li", 10)(78, "span", 3)(79, "span", 4);
|
|
90
|
-
i0.ɵɵtext(80, "The Web pages or services you accessed at this site.");
|
|
91
|
-
i0.ɵɵelementEnd()();
|
|
92
|
-
i0.ɵɵelement(81, "span", 7);
|
|
93
|
-
i0.ɵɵelementEnd();
|
|
94
|
-
i0.ɵɵelementStart(82, "li", 10)(83, "span", 3)(84, "span", 4);
|
|
95
|
-
i0.ɵɵtext(85, "The Web site you visited prior to coming to this Web site.\u00A0");
|
|
96
|
-
i0.ɵɵelementEnd()();
|
|
97
|
-
i0.ɵɵelement(86, "span", 7);
|
|
98
|
-
i0.ɵɵelementEnd()();
|
|
99
|
-
i0.ɵɵelementStart(87, "p", 11)(88, "span", 3)(89, "span", 4);
|
|
100
|
-
i0.ɵɵtext(90, "If you contact us via email, your email address is saved and used to respond appropriately. Our response may be to correspond directly with you, to address issues you identify, to further improve our Web site, or to forward your email to another agency for appropriate action.");
|
|
101
|
-
i0.ɵɵelementEnd()()();
|
|
102
|
-
i0.ɵɵelementStart(91, "p", 11)(92, "span", 3)(93, "span", 4);
|
|
103
|
-
i0.ɵɵtext(94, "If other activities are performed, the information collected is not limited to text characters and may include audio, video, and graphic information formats you send to us.");
|
|
104
|
-
i0.ɵɵelementEnd()();
|
|
105
|
-
i0.ɵɵelementStart(95, "span", 8);
|
|
106
|
-
i0.ɵɵelement(96, "br")(97, "br");
|
|
107
|
-
i0.ɵɵelementStart(98, "strong")(99, "span", 12);
|
|
108
|
-
i0.ɵɵtext(100, "Personally Identifiable Information and Choice");
|
|
109
|
-
i0.ɵɵelementEnd()();
|
|
110
|
-
i0.ɵɵelementStart(101, "b");
|
|
111
|
-
i0.ɵɵelement(102, "br")(103, "br");
|
|
112
|
-
i0.ɵɵelementEnd();
|
|
113
|
-
i0.ɵɵelementStart(104, "span", 3)(105, "span", 13);
|
|
114
|
-
i0.ɵɵtext(106, "\"Personally Identifiable Information\" is information about a natural person that is readily identifiable to that specific individual. Personally Identifiable Information includes, but is not limited to, such things as an individual's name, address, and phone number. A domain name or Internet Protocol address is not considered personal information.");
|
|
115
|
-
i0.ɵɵelementEnd()()();
|
|
116
|
-
i0.ɵɵelement(107, "span", 7);
|
|
117
|
-
i0.ɵɵelementEnd();
|
|
118
|
-
i0.ɵɵelementStart(108, "p")(109, "span", 3)(110, "span", 4);
|
|
119
|
-
i0.ɵɵtext(111, "We collect no Personally Identifiable Information about you unless you voluntarily participate in an activity that asks for information (i.e. sending an email). If you choose not to participate in these activities, your choice will in no way affect your ability to use any other functions of mdes.ms.gov.");
|
|
120
|
-
i0.ɵɵelementEnd()();
|
|
121
|
-
i0.ɵɵelement(112, "span", 7);
|
|
122
|
-
i0.ɵɵelementEnd();
|
|
123
|
-
i0.ɵɵelementStart(113, "p")(114, "span", 3)(115, "span", 4);
|
|
124
|
-
i0.ɵɵtext(116, "If Personally Identifiable Information is requested on the Web site or volunteered by the user, state law and the federal Privacy Act of 1974 may protect it. However, this information is a public record once you provide it, and may be subject to public inspection and copying if not protected by federal or state law.");
|
|
125
|
-
i0.ɵɵelementEnd()();
|
|
126
|
-
i0.ɵɵelementStart(117, "span", 8);
|
|
127
|
-
i0.ɵɵelement(118, "br")(119, "br");
|
|
128
|
-
i0.ɵɵelementStart(120, "strong")(121, "span", 12);
|
|
129
|
-
i0.ɵɵtext(122, "Public Disclosure");
|
|
130
|
-
i0.ɵɵelementEnd()()();
|
|
131
|
-
i0.ɵɵelement(123, "span", 7);
|
|
132
|
-
i0.ɵɵelementEnd();
|
|
133
|
-
i0.ɵɵelementStart(124, "p")(125, "span", 3)(126, "span", 4);
|
|
134
|
-
i0.ɵɵtext(127, "In accordance with the laws of the State of Mississippi, mdes.ms.gov will ensure that government is open and that the public has a right to access appropriate records and information possessed by the state. At the same time, there are exceptions to the public's right to access public records that serve various needs including the privacy of individuals. Both state and federal laws provide exceptions.");
|
|
135
|
-
i0.ɵɵelementEnd()();
|
|
136
|
-
i0.ɵɵelement(128, "span", 7);
|
|
137
|
-
i0.ɵɵelementEnd();
|
|
138
|
-
i0.ɵɵelementStart(129, "p")(130, "span", 3)(131, "span", 4);
|
|
139
|
-
i0.ɵɵtext(132, "All information collected at this site becomes public record and may be subject to inspection and copying by the public, unless an exemption in law exists.");
|
|
140
|
-
i0.ɵɵelementEnd()();
|
|
141
|
-
i0.ɵɵelement(133, "span", 7);
|
|
142
|
-
i0.ɵɵelementEnd();
|
|
143
|
-
i0.ɵɵelementStart(134, "p")(135, "span", 3)(136, "span", 4);
|
|
144
|
-
i0.ɵɵtext(137, "Each agency, in accordance with published rules, shall make available for public inspection and copying all public records unless the record falls within the specific exemptions. See Section 25-61-1 and following of the Mississippi Code Annotated for the Mississippi Public Records Act.");
|
|
145
|
-
i0.ɵɵelementEnd()();
|
|
146
|
-
i0.ɵɵelement(138, "span", 7);
|
|
147
|
-
i0.ɵɵelementEnd();
|
|
148
|
-
i0.ɵɵelementStart(139, "p")(140, "span", 3)(141, "span", 4);
|
|
149
|
-
i0.ɵɵtext(142, "With respect to the collection, use and disclosure of personal information, Mississippi Department of Employment Security makes every effort to ensure compliance with applicable Federal law, including, but not limited to, The Privacy Act of 1974, The Paperwork Reduction Act of 1995, and The Freedom of Information Act.");
|
|
150
|
-
i0.ɵɵelementEnd()();
|
|
151
|
-
i0.ɵɵelement(143, "span", 7);
|
|
152
|
-
i0.ɵɵelementEnd();
|
|
153
|
-
i0.ɵɵelementStart(144, "p")(145, "span", 3)(146, "span", 4);
|
|
154
|
-
i0.ɵɵtext(147, "In the event of a conflict between this Privacy Notice and the Public Records Act or other law governing the disclosure of records, the Public Records Act or other applicable law will control.");
|
|
155
|
-
i0.ɵɵelementEnd()();
|
|
156
|
-
i0.ɵɵelementStart(148, "span", 8);
|
|
157
|
-
i0.ɵɵelement(149, "br")(150, "br");
|
|
158
|
-
i0.ɵɵelementStart(151, "strong")(152, "span", 12);
|
|
159
|
-
i0.ɵɵtext(153, "Access and Correction of Personal Information");
|
|
160
|
-
i0.ɵɵelementEnd()();
|
|
161
|
-
i0.ɵɵelementStart(154, "b");
|
|
162
|
-
i0.ɵɵelement(155, "br")(156, "br");
|
|
163
|
-
i0.ɵɵelementEnd();
|
|
164
|
-
i0.ɵɵelementStart(157, "span", 14)(158, "span", 3)(159, "span", 13);
|
|
165
|
-
i0.ɵɵtext(160, "You");
|
|
166
|
-
i0.ɵɵelementEnd()()();
|
|
167
|
-
i0.ɵɵelementStart(161, "span", 3)(162, "span", 13);
|
|
168
|
-
i0.ɵɵtext(163, " can review any personal information we collect about you. You may recommend changes to your personal information you believe is in error by submitting a written request that credibly shows the error. If you believe that your personal information is being used for a purpose other than what was intended when submitted, you may contact us (see contact information below). In all cases, we will take reasonable steps to verify your identity before granting access or making corrections. See the Contact Information section below.");
|
|
169
|
-
i0.ɵɵelementEnd()();
|
|
170
|
-
i0.ɵɵelement(164, "br")(165, "br");
|
|
171
|
-
i0.ɵɵelementStart(166, "strong")(167, "span", 12);
|
|
172
|
-
i0.ɵɵtext(168, "Cookies");
|
|
173
|
-
i0.ɵɵelementEnd()();
|
|
174
|
-
i0.ɵɵelementStart(169, "b");
|
|
175
|
-
i0.ɵɵelement(170, "br")(171, "br");
|
|
176
|
-
i0.ɵɵelementEnd();
|
|
177
|
-
i0.ɵɵelementStart(172, "span", 14)(173, "span", 3)(174, "span", 13);
|
|
178
|
-
i0.ɵɵtext(175, "To");
|
|
179
|
-
i0.ɵɵelementEnd()()();
|
|
180
|
-
i0.ɵɵelementStart(176, "span", 3)(177, "span", 13);
|
|
181
|
-
i0.ɵɵtext(178, " better serve users many Web sites use \"cookies\" to customize your browsing experience. Cookies are simple text files stored on your computer by your Web browser. These files identify you as a unique user and track your movements through the site. These cookies are temporary and expire at the end of the browser session. ");
|
|
182
|
-
i0.ɵɵelementEnd()();
|
|
183
|
-
i0.ɵɵelement(179, "br")(180, "br");
|
|
184
|
-
i0.ɵɵelementStart(181, "span", 3)(182, "span", 13);
|
|
185
|
-
i0.ɵɵtext(183, "The mdes.ms.gov website uses cookies. Cookie technology allows us to verify your transaction requests and walk you through some of the functions on the portal. If your browser has cookies disabled, information will be provided to you on how to enable your browser to accept cookies.");
|
|
186
|
-
i0.ɵɵelementEnd()();
|
|
187
|
-
i0.ɵɵelement(184, "br")(185, "br");
|
|
188
|
-
i0.ɵɵelementStart(186, "strong")(187, "span", 12);
|
|
189
|
-
i0.ɵɵtext(188, "Security");
|
|
190
|
-
i0.ɵɵelementEnd()();
|
|
191
|
-
i0.ɵɵelementStart(189, "b");
|
|
192
|
-
i0.ɵɵelement(190, "br")(191, "br");
|
|
193
|
-
i0.ɵɵelementEnd();
|
|
194
|
-
i0.ɵɵelementStart(192, "span", 3)(193, "span", 13);
|
|
195
|
-
i0.ɵɵtext(194, "The Mississippi Department of Employment Security, as manager of mdes.ms.gov, has taken several steps to safeguard the integrity of its telecommunications and computing infrastructure, including but not limited to authentication, monitoring, auditing, and encryption. Security measures have been integrated into the design, implementation, and day-to-day practices of the entire portal operating environment. One of the key features is the use of SSL (Secure Socket Layer) for transmission of confidential information.");
|
|
196
|
-
i0.ɵɵelementEnd()();
|
|
197
|
-
i0.ɵɵelement(195, "br")(196, "br");
|
|
198
|
-
i0.ɵɵelementStart(197, "span", 3)(198, "span", 13);
|
|
199
|
-
i0.ɵɵtext(199, "This information should not be construed in any way as giving business, legal, or other advice, or warranting as fail proof, the security of information provided at mdes.ms.gov.");
|
|
200
|
-
i0.ɵɵelementEnd()();
|
|
201
|
-
i0.ɵɵelement(200, "br")(201, "br");
|
|
202
|
-
i0.ɵɵelementStart(202, "span", 3)(203, "span", 13);
|
|
203
|
-
i0.ɵɵtext(204, "For security purposes and to ensure that this service remains available to all users, our Web site also employs software programs to monitor network traffic to identify unauthorized attempts to upload or change information, or otherwise cause damage.");
|
|
204
|
-
i0.ɵɵelementEnd()();
|
|
205
|
-
i0.ɵɵelement(205, "br")(206, "br");
|
|
206
|
-
i0.ɵɵelementStart(207, "span", 3)(208, "span", 13);
|
|
207
|
-
i0.ɵɵtext(209, "Unauthorized attempts to upload information or change information on this service are strictly prohibited and may be punishable under\u00A0the ");
|
|
208
|
-
i0.ɵɵelementStart(210, "i", 15);
|
|
209
|
-
i0.ɵɵtext(211, "Computer Fraud and Abuse Act of 1986");
|
|
210
|
-
i0.ɵɵelementEnd();
|
|
211
|
-
i0.ɵɵtext(212, " and the ");
|
|
212
|
-
i0.ɵɵelementStart(213, "i", 15);
|
|
213
|
-
i0.ɵɵtext(214, "National Information Infrastructure Protection Act of 1996");
|
|
214
|
-
i0.ɵɵelementEnd();
|
|
215
|
-
i0.ɵɵtext(215, ".");
|
|
216
|
-
i0.ɵɵelementEnd()();
|
|
217
|
-
i0.ɵɵelement(216, "br")(217, "br");
|
|
218
|
-
i0.ɵɵelementStart(218, "strong")(219, "span", 12);
|
|
219
|
-
i0.ɵɵtext(220, "Disclaimer");
|
|
220
|
-
i0.ɵɵelementEnd()();
|
|
221
|
-
i0.ɵɵelementStart(221, "b");
|
|
222
|
-
i0.ɵɵelement(222, "br")(223, "br");
|
|
223
|
-
i0.ɵɵelementEnd();
|
|
224
|
-
i0.ɵɵelementStart(224, "span", 3)(225, "span", 13);
|
|
225
|
-
i0.ɵɵtext(226, "As a portal, mdes.ms.gov provides links to other Web sites including those operated by other government agencies, nonprofit organizations, and private businesses.\u00A0 Please be aware that we do not control or guarantee the accuracy, relevance, timeliness, or completeness of this outside information. Further, the inclusion of pointers to particular items in hypertext is not intended to reflect their importance, nor is it intended to endorse any views expressed or products or services offered by the author of the reference or the organization operating the site on which the reference is maintained.");
|
|
226
|
-
i0.ɵɵelementEnd()();
|
|
227
|
-
i0.ɵɵelement(227, "br")(228, "br");
|
|
228
|
-
i0.ɵɵelementStart(229, "span", 3)(230, "span", 13);
|
|
229
|
-
i0.ɵɵtext(231, "When you link to another site, you are no longer on mdes.ms.gov and this Privacy Notice will not apply. When you link to another Web site, you are subject to the privacy policy of that new site.");
|
|
230
|
-
i0.ɵɵelementEnd()();
|
|
231
|
-
i0.ɵɵelement(232, "br")(233, "br");
|
|
232
|
-
i0.ɵɵelementStart(234, "strong")(235, "span", 12);
|
|
233
|
-
i0.ɵɵtext(236, "The MDES.ms.gov Contact Information");
|
|
234
|
-
i0.ɵɵelementEnd()()()();
|
|
235
|
-
i0.ɵɵelementStart(237, "p")(238, "span", 3)(239, "span", 4);
|
|
236
|
-
i0.ɵɵtext(240, "To access your Personally Identifiable Information collected by this site, if any, or to request correction of factual errors in your Personally Identifiable Information or should you need further information on our Privacy Policy, please contact us.");
|
|
237
|
-
i0.ɵɵelementEnd()();
|
|
238
|
-
i0.ɵɵelementStart(241, "span", 3);
|
|
239
|
-
i0.ɵɵelement(242, "span", 16);
|
|
240
|
-
i0.ɵɵelementEnd()();
|
|
241
|
-
i0.ɵɵelementStart(243, "p", 2)(244, "span", 17);
|
|
242
|
-
i0.ɵɵtext(245, "Mail to:");
|
|
243
|
-
i0.ɵɵelementEnd()();
|
|
244
|
-
i0.ɵɵelementStart(246, "p", 18)(247, "span", 3)(248, "span", 19);
|
|
245
|
-
i0.ɵɵtext(249, "Mississippi Department of Employment Security");
|
|
246
|
-
i0.ɵɵelementEnd()()();
|
|
247
|
-
i0.ɵɵelementStart(250, "p", 18)(251, "span", 3)(252, "span", 19);
|
|
248
|
-
i0.ɵɵtext(253, "ATTN: Portal Manager");
|
|
249
|
-
i0.ɵɵelementEnd()()();
|
|
250
|
-
i0.ɵɵelementStart(254, "p", 18)(255, "span", 3)(256, "span", 19);
|
|
251
|
-
i0.ɵɵtext(257, "1235 Echelon Parkway");
|
|
252
|
-
i0.ɵɵelementEnd()();
|
|
253
|
-
i0.ɵɵelementStart(258, "span", 3);
|
|
254
|
-
i0.ɵɵelement(259, "span", 19);
|
|
255
|
-
i0.ɵɵelementEnd()();
|
|
256
|
-
i0.ɵɵelementStart(260, "p", 18)(261, "span", 3)(262, "span", 19);
|
|
257
|
-
i0.ɵɵtext(263, "Jackson");
|
|
258
|
-
i0.ɵɵelementEnd()();
|
|
259
|
-
i0.ɵɵelementStart(264, "span", 3)(265, "span", 19);
|
|
260
|
-
i0.ɵɵtext(266, ", MS\u00A0 39215-1699");
|
|
261
|
-
i0.ɵɵelementEnd()();
|
|
262
|
-
i0.ɵɵelementStart(267, "span", 3);
|
|
263
|
-
i0.ɵɵelement(268, "span", 19);
|
|
264
|
-
i0.ɵɵelementEnd()();
|
|
265
|
-
i0.ɵɵelementStart(269, "p", 2)(270, "span", 3);
|
|
266
|
-
i0.ɵɵelement(271, "span", 19);
|
|
267
|
-
i0.ɵɵelementEnd()();
|
|
268
|
-
i0.ɵɵelementStart(272, "p", 2)(273, "span", 3)(274, "span", 19);
|
|
269
|
-
i0.ɵɵtext(275, "Telephone:");
|
|
270
|
-
i0.ɵɵelementEnd()()();
|
|
271
|
-
i0.ɵɵelementStart(276, "p", 20)(277, "span", 3)(278, "span", 19);
|
|
272
|
-
i0.ɵɵtext(279, "(601) 321-6000");
|
|
273
|
-
i0.ɵɵelementEnd()()();
|
|
274
|
-
i0.ɵɵelementStart(280, "p", 2)(281, "span", 3);
|
|
275
|
-
i0.ɵɵelement(282, "span", 19);
|
|
276
|
-
i0.ɵɵelementEnd()();
|
|
277
|
-
i0.ɵɵelementStart(283, "p", 2)(284, "span", 3)(285, "span", 19);
|
|
278
|
-
i0.ɵɵtext(286, "Email:");
|
|
279
|
-
i0.ɵɵelementEnd()()();
|
|
280
|
-
i0.ɵɵelementStart(287, "p", 20)(288, "span", 3)(289, "span", 4)(290, "a", 21)(291, "span", 22)(292, "span", 13);
|
|
281
|
-
i0.ɵɵtext(293, "Contact Us");
|
|
282
|
-
i0.ɵɵelementEnd()()()()();
|
|
283
|
-
i0.ɵɵelement(294, "span", 17);
|
|
284
|
-
i0.ɵɵelementEnd();
|
|
285
|
-
i0.ɵɵelementStart(295, "p")(296, "span", 3)(297, "span", 4);
|
|
286
|
-
i0.ɵɵtext(298, "The Mississippi Department of Employment Security is an equal opportunity employer.");
|
|
287
|
-
i0.ɵɵelementEnd()();
|
|
288
|
-
i0.ɵɵelementStart(299, "span", 8);
|
|
289
|
-
i0.ɵɵelement(300, "br");
|
|
290
|
-
i0.ɵɵelementStart(301, "span", 3)(302, "span", 13);
|
|
291
|
-
i0.ɵɵtext(303, "Auxiliary aids and services are available upon request to individuals with disabilities.");
|
|
292
|
-
i0.ɵɵelementEnd()()();
|
|
293
|
-
i0.ɵɵelement(304, "span", 12);
|
|
294
|
-
i0.ɵɵelementEnd()()();
|
|
295
|
-
i0.ɵɵelementStart(305, "ion-footer")(306, "div", 23)(307, "ion-button", 24);
|
|
296
|
-
i0.ɵɵlistener("click", function PrivacyDisclaimerPage_Template_ion_button_click_307_listener() { return ctx.close(); });
|
|
297
|
-
i0.ɵɵelement(308, "ion-icon", 25);
|
|
298
|
-
i0.ɵɵtext(309, " Close ");
|
|
299
|
-
i0.ɵɵelementEnd()()();
|
|
300
|
-
} }, dependencies: [i1.IonButton, i1.IonContent, i1.IonFooter, i1.IonHeader, i1.IonIcon, i1.IonTitle, i1.IonToolbar], styles: ["[_nghost-%COMP%] .header-md:after{width:0px!important}[_nghost-%COMP%] .footer-md:before{width:0px!important}"] });
|
|
301
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PrivacyDisclaimerPage, [{
|
|
302
|
-
type: Component,
|
|
303
|
-
args: [{ selector: 'app-privacy-disclaimer', template: "<ion-header>\r\n <ion-toolbar>\r\n <ion-title>Privacy & Security</ion-title>\r\n </ion-toolbar>\r\n</ion-header>\r\n\r\n<ion-content class=\"ion-padding\">\r\n <div class=Section1>\r\n\r\n <p class=MsoNormal><span class=content1><span style='font-size:10.0pt;\r\n mso-bidi-font-size:8.0pt;font-family:Arial;color:windowtext'>Thank you for\r\n visiting www.mdes.ms.gov and reviewing our Privacy Notice. This notice addresses\r\n collection, use, security of, and access to information that may be obtained\r\n through your use of the mdes.ms.gov portal. Understand that in addition to this\r\n mdes.ms.gov Privacy Notice, each state agency or institution Web site you visit\r\n may have a unique Privacy Notice. Your usage of this site constitutes an\r\n understanding of and agreement with these policies. This notice covers the\r\n following topics: </span></span></p>\r\n\r\n <ul type=disc>\r\n <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n mso-list:l1 level1 lfo5;tab-stops:list .5in'><span class=content1><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;font-family:Arial;\r\n color:windowtext'>Information Collected and How it is Used</span></span><span\r\n style='font-size:10.0pt;mso-bidi-font-size:7.5pt;font-family:Arial'>\r\n \r\n </span></li>\r\n <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n mso-list:l1 level1 lfo5;tab-stops:list .5in'><span class=content1><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;font-family:Arial;\r\n color:windowtext'>Personal Information and Choice </span></span><span\r\n style='font-size:10.0pt;mso-bidi-font-size:7.5pt;font-family:Arial'>\r\n \r\n </span></li>\r\n <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n mso-list:l1 level1 lfo5;tab-stops:list .5in'><span class=content1><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;font-family:Arial;\r\n color:windowtext'>Public Disclosure </span></span><span\r\n style='font-size:10.0pt;mso-bidi-font-size:7.5pt;font-family:Arial'>\r\n \r\n </span></li>\r\n <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n mso-list:l1 level1 lfo5;tab-stops:list .5in'><span class=content1><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;font-family:Arial;\r\n color:windowtext'>Access and Correction of Personal Information</span></span><span\r\n style='font-size:10.0pt;mso-bidi-font-size:7.5pt;font-family:Arial'>\r\n \r\n </span></li>\r\n <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n mso-list:l1 level1 lfo5;tab-stops:list .5in'><span class=content1><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;font-family:Arial;\r\n color:windowtext'>Cookies</span></span><span style='font-size:10.0pt;\r\n mso-bidi-font-size:7.5pt;font-family:Arial'>\r\n \r\n </span></li>\r\n <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n mso-list:l1 level1 lfo5;tab-stops:list .5in'><span class=content1><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;font-family:Arial;\r\n color:windowtext'>Security</span></span><span style='font-size:10.0pt;\r\n mso-bidi-font-size:7.5pt;font-family:Arial'>\r\n \r\n </span></li>\r\n <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n mso-list:l1 level1 lfo5;tab-stops:list .5in'><span class=content1><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;font-family:Arial;\r\n color:windowtext'>Disclaimer</span></span><span style='font-size:10.0pt;\r\n mso-bidi-font-size:7.5pt;font-family:Arial'>\r\n \r\n </span></li>\r\n <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n mso-list:l1 level1 lfo5;tab-stops:list .5in'><span class=content1><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;font-family:Arial;\r\n color:windowtext'>Contact Information</span></span><span style='font-size:\r\n 10.0pt;mso-bidi-font-size:7.5pt;font-family:Arial'>\r\n \r\n </span></li>\r\n </ul>\r\n\r\n <p><strong><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;font-family:\r\n Arial'>Information Collected and How it is Used</span></strong><span\r\n style='font-size:10.0pt;mso-bidi-font-size:7.5pt;font-family:Arial'>\r\n \r\n </span></p>\r\n\r\n <p><span class=content1><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;\r\n font-family:Arial;color:windowtext'>If you do nothing during your visit to\r\n mdes.ms.gov but browse or download information, we automatically collect and\r\n store the following information about your visit:</span></span><span\r\n style='font-size:10.0pt;mso-bidi-font-size:7.5pt;font-family:Arial'>\r\n \r\n </span></p>\r\n\r\n <ol start=1 type=1>\r\n <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n mso-list:l4 level1 lfo6;tab-stops:list .5in'><span class=content1><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;font-family:Arial;\r\n color:windowtext'>The Internet Protocol address and domain name used but\r\n not the email address. The Internet Protocol address is a numerical\r\n identifier assigned either to your Internet service provider or directly\r\n to your computer. The Internet Protocol address is used to direct Internet\r\n traffic to you.</span></span><span style='font-size:10.0pt;mso-bidi-font-size:\r\n 7.5pt;font-family:Arial'>\r\n \r\n </span></li>\r\n <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n mso-list:l4 level1 lfo6;tab-stops:list .5in'><span class=content1><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;font-family:Arial;\r\n color:windowtext'>The type of browser and operating system you used.</span></span><span\r\n style='font-size:10.0pt;mso-bidi-font-size:7.5pt;font-family:Arial'>\r\n \r\n </span></li>\r\n <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n mso-list:l4 level1 lfo6;tab-stops:list .5in'><span class=content1><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;font-family:Arial;\r\n color:windowtext'>The date and time you visited this site.</span></span><span\r\n style='font-size:10.0pt;mso-bidi-font-size:7.5pt;font-family:Arial'>\r\n \r\n </span></li>\r\n <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n mso-list:l4 level1 lfo6;tab-stops:list .5in'><span class=content1><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;font-family:Arial;\r\n color:windowtext'>The Web pages or services you accessed at this site.</span></span><span\r\n style='font-size:10.0pt;mso-bidi-font-size:7.5pt;font-family:Arial'>\r\n \r\n </span></li>\r\n <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n mso-list:l4 level1 lfo6;tab-stops:list .5in'><span class=content1><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;font-family:Arial;\r\n color:windowtext'>The Web site you visited prior to coming to this Web\r\n site. </span></span><span style='font-size:10.0pt;mso-bidi-font-size:\r\n 7.5pt;font-family:Arial'>\r\n \r\n </span></li>\r\n </ol>\r\n\r\n <p style='margin-bottom:12.0pt'><span class=content1><span style='font-size:\r\n 10.0pt;mso-bidi-font-size:8.0pt;font-family:Arial;color:windowtext'>If you\r\n contact us via email, your email address is saved and used to respond\r\n appropriately. Our response may be to correspond directly with you, to address\r\n issues you identify, to further improve our Web site, or to forward your email\r\n to another agency for appropriate action.</span></span></p>\r\n\r\n <p style='margin-bottom:12.0pt'><span class=content1><span style='font-size:\r\n 10.0pt;mso-bidi-font-size:8.0pt;font-family:Arial;color:windowtext'>If other\r\n activities are performed, the information collected is not limited to text\r\n characters and may include audio, video, and graphic information formats you\r\n send to us.</span></span><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;\r\n font-family:Arial'><br>\r\n <br>\r\n <strong><span style='font-family:Arial'>Personally Identifiable Information and\r\n Choice</span></strong><b><br>\r\n <br>\r\n </b><span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:\r\n Arial;color:windowtext'>"Personally Identifiable Information" is\r\n information about a natural person that is readily identifiable to that\r\n specific individual. Personally Identifiable Information includes, but is not\r\n limited to, such things as an individual's name, address, and phone number. A\r\n domain name or Internet Protocol address is not considered personal\r\n information.</span></span></span><span style='font-size:10.0pt;mso-bidi-font-size:\r\n 7.5pt;font-family:Arial'>\r\n \r\n </span></p>\r\n\r\n <p><span class=content1><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;\r\n font-family:Arial;color:windowtext'>We collect no Personally Identifiable Information\r\n about you unless you voluntarily participate in an activity that asks for\r\n information (i.e. sending an email). If you choose not to participate in these\r\n activities, your choice will in no way affect your ability to use any other\r\n functions of mdes.ms.gov.</span></span><span style='font-size:10.0pt;\r\n mso-bidi-font-size:7.5pt;font-family:Arial'>\r\n \r\n </span></p>\r\n\r\n <p><span class=content1><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;\r\n font-family:Arial;color:windowtext'>If Personally Identifiable Information is\r\n requested on the Web site or volunteered by the user, state law and the federal\r\n Privacy Act of 1974 may protect it. However, this information is a public\r\n record once you provide it, and may be subject to public inspection and copying\r\n if not protected by federal or state law.</span></span><span style='font-size:\r\n 10.0pt;mso-bidi-font-size:8.0pt;font-family:Arial'><br>\r\n <br>\r\n <strong><span style='font-family:Arial'>Public Disclosure</span></strong></span><span\r\n style='font-size:10.0pt;mso-bidi-font-size:7.5pt;font-family:Arial'>\r\n \r\n </span></p>\r\n\r\n <p><span class=content1><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;\r\n font-family:Arial;color:windowtext'>In accordance with the laws of the State of\r\n Mississippi,\r\n mdes.ms.gov will ensure that government is open and that the public has a right\r\n to access appropriate records and information possessed by the state. At the\r\n same time, there are exceptions to the public's right to access public records\r\n that serve various needs including the privacy of individuals. Both state and\r\n federal laws provide exceptions.</span></span><span style='font-size:10.0pt;\r\n mso-bidi-font-size:7.5pt;font-family:Arial'>\r\n \r\n </span></p>\r\n\r\n <p><span class=content1><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;\r\n font-family:Arial;color:windowtext'>All information collected at this site\r\n becomes public record and may be subject to inspection and copying by the\r\n public, unless an exemption in law exists.</span></span><span style='font-size:\r\n 10.0pt;mso-bidi-font-size:7.5pt;font-family:Arial'>\r\n \r\n </span></p>\r\n\r\n <p><span class=content1><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;\r\n font-family:Arial;color:windowtext'>Each agency, in accordance with published\r\n rules, shall make available for public inspection and copying all public\r\n records unless the record falls within the specific exemptions. See Section\r\n 25-61-1 and following of the Mississippi Code Annotated for the Mississippi\r\n Public Records Act.</span></span><span style='font-size:10.0pt;mso-bidi-font-size:\r\n 7.5pt;font-family:Arial'>\r\n \r\n </span></p>\r\n\r\n <p><span class=content1><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;\r\n font-family:Arial;color:windowtext'>With respect to the collection, use and\r\n disclosure of personal information, Mississippi Department of Employment\r\n Security makes every effort to ensure compliance with applicable Federal law,\r\n including, but not limited to, The Privacy Act of 1974, The Paperwork Reduction\r\n Act of 1995, and The Freedom of Information Act.</span></span><span\r\n style='font-size:10.0pt;mso-bidi-font-size:7.5pt;font-family:Arial'>\r\n \r\n </span></p>\r\n\r\n <p><span class=content1><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;\r\n font-family:Arial;color:windowtext'>In the event of a conflict between this\r\n Privacy Notice and the Public Records Act or other law governing the disclosure\r\n of records, the Public Records Act or other applicable law will control.</span></span><span\r\n style='font-size:10.0pt;mso-bidi-font-size:8.0pt;font-family:Arial'><br>\r\n <br>\r\n <strong><span style='font-family:Arial'>Access and Correction of Personal\r\n Information</span></strong><b><br>\r\n <br>\r\n </b><span class=GramE><span class=content1><span style='mso-ansi-font-size:\r\n 10.0pt;font-family:Arial;color:windowtext'>You</span></span></span><span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:Arial;\r\n color:windowtext'> can review any personal information we collect about you.\r\n You may recommend changes to your personal information you believe is in error\r\n by submitting a written request that credibly shows the error. If you believe\r\n that your personal information is being used for a purpose other than what was\r\n intended when submitted, you may contact us (see contact information below). In\r\n all cases, we will take reasonable steps to verify your identity before\r\n granting access or making corrections. See the Contact Information section\r\n below.</span></span><br>\r\n <br>\r\n <strong><span style='font-family:Arial'>Cookies</span></strong><b><br>\r\n <br>\r\n </b><span class=GramE><span class=content1><span style='mso-ansi-font-size:\r\n 10.0pt;font-family:Arial;color:windowtext'>To</span></span></span><span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:Arial;\r\n color:windowtext'> better serve users many Web sites use "cookies" to\r\n customize your browsing experience. Cookies are simple text files stored on\r\n your computer by your Web browser. These files identify you as a unique user\r\n and track your movements through the site. These cookies are temporary and\r\n expire at the end of the browser session. </span></span><br>\r\n <br>\r\n <span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:Arial;\r\n color:windowtext'>The mdes.ms.gov website uses cookies. Cookie technology\r\n allows us to verify your transaction requests and walk you through some of the\r\n functions on the portal. If your browser has cookies disabled, information will\r\n be provided to you on how to enable your browser to accept cookies.</span></span><br>\r\n <br>\r\n <strong><span style='font-family:Arial'>Security</span></strong><b><br>\r\n <br>\r\n </b><span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:\r\n Arial;color:windowtext'>The Mississippi Department of Employment Security, as\r\n manager of mdes.ms.gov, has taken several steps to safeguard the integrity of\r\n its telecommunications and computing infrastructure, including but not limited\r\n to authentication, monitoring, auditing, and encryption. Security measures have\r\n been integrated into the design, implementation, and day-to-day practices of\r\n the entire portal operating environment. One of the key features is the use of\r\n SSL (Secure Socket Layer) for transmission of confidential information.</span></span><br>\r\n <br>\r\n <span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:Arial;\r\n color:windowtext'>This information should not be construed in any way as giving\r\n business, legal, or other advice, or warranting as fail proof, the security of\r\n information provided at mdes.ms.gov.</span></span><br>\r\n <br>\r\n <span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:Arial;\r\n color:windowtext'>For security purposes and to ensure that this service remains\r\n available to all users, our Web site also employs software programs to monitor\r\n network traffic to identify unauthorized attempts to upload or change\r\n information, or otherwise cause damage.</span></span><br>\r\n <br>\r\n <span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:Arial;\r\n color:windowtext'>Unauthorized attempts to upload information or change\r\n information on this service are strictly prohibited and may be punishable\r\n under the <i style='mso-bidi-font-style:normal'>Computer Fraud and Abuse\r\n Act of 1986</i> and the <i style='mso-bidi-font-style:normal'>National\r\n Information Infrastructure Protection Act of 1996</i>.</span></span><br>\r\n <br>\r\n <strong><span style='font-family:Arial'>Disclaimer</span></strong><b><br>\r\n <br>\r\n </b><span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:\r\n Arial;color:windowtext'>As a portal, mdes.ms.gov provides links to other Web\r\n sites including those operated by other government agencies, nonprofit\r\n organizations, and private businesses. Please be aware that we do not\r\n control or guarantee the accuracy, relevance, timeliness, or completeness of\r\n this outside information. Further, the inclusion of pointers to particular\r\n items in hypertext is not intended to reflect their importance, nor is it\r\n intended to endorse any views expressed or products or services offered by the\r\n author of the reference or the organization operating the site on which the\r\n reference is maintained.</span></span><br>\r\n <br>\r\n <span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:Arial;\r\n color:windowtext'>When you link to another site, you are no longer on\r\n mdes.ms.gov and this Privacy Notice will not apply. When you link to another\r\n Web site, you are subject to the privacy policy of that new site.</span></span><br>\r\n <br>\r\n <strong><span style='font-family:Arial'>The MDES.ms.gov Contact Information</span></strong>\r\n \r\n </span></p>\r\n\r\n <p><span class=content1><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;\r\n font-family:Arial;color:windowtext'>To access your Personally Identifiable\r\n Information collected by this site, if any, or to request correction of factual\r\n errors in your Personally Identifiable Information or should you need further\r\n information on our Privacy Policy, please contact us.</span></span><span class=content1><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;\r\n font-family:Arial;mso-bidi-font-family:\"Times New Roman\";color:windowtext'>\r\n \r\n </span></span></p>\r\n\r\n <p class=MsoNormal><span style='font-size:10.0pt;font-family:Arial'>Mail to:</span></p>\r\n\r\n <p class=MsoNormal style='margin-left:.5in'><span class=content1><span\r\n style='font-size:10.0pt;font-family:Arial;color:windowtext'>Mississippi\r\n Department of Employment Security</span></span></p>\r\n\r\n <p class=MsoNormal style='margin-left:.5in'><span class=content1><span\r\n style='font-size:10.0pt;font-family:Arial;color:windowtext'>ATTN: Portal\r\n Manager</span></span></p>\r\n\r\n <p class=MsoNormal style='margin-left:.5in'>\r\n <span class=content1><span style='font-size:10.0pt;font-family:Arial;\r\n color:windowtext'>1235 Echelon Parkway</span></span><span class=content1><span style='font-size:10.0pt;font-family:Arial;color:windowtext'>\r\n \r\n </span></span>\r\n </p>\r\n\r\n <p class=MsoNormal style='margin-left:.5in'>\r\n <span class=content1><span style='font-size:10.0pt;font-family:Arial;\r\n color:windowtext'>Jackson</span></span><span class=content1><span\r\n style='font-size:10.0pt;font-family:Arial;color:windowtext'>, MS \r\n 39215-1699</span></span>\r\n <span class=content1><span style='font-size:10.0pt;font-family:Arial;color:windowtext'>\r\n \r\n </span></span>\r\n </p>\r\n\r\n <p class=MsoNormal><span class=content1><span style='font-size:10.0pt;\r\n font-family:Arial;color:windowtext'>\r\n \r\n </span></span></p>\r\n\r\n <p class=MsoNormal><span class=content1><span style='font-size:10.0pt;\r\n font-family:Arial;color:windowtext'>Telephone:</span></span></p>\r\n\r\n <p class=MsoNormal style='text-indent:.5in'><span class=content1><span\r\n style='font-size:10.0pt;font-family:Arial;color:windowtext'>(601) 321-6000</span></span></p>\r\n\r\n <p class=MsoNormal><span class=content1><span style='font-size:10.0pt;\r\n font-family:Arial;color:windowtext'>\r\n \r\n </span></span></p>\r\n\r\n <p class=MsoNormal><span class=content1><span style='font-size:10.0pt;\r\n font-family:Arial;color:windowtext'>Email:</span></span></p>\r\n\r\n <p class=MsoNormal style='text-indent:.5in'><span class=content1><span\r\n style='font-size:10.0pt;mso-bidi-font-size:8.0pt;font-family:Arial;color:windowtext'><a\r\n href=\"mailto:internet@mdes.ms.gov\" target=\"_blank\"><span class=emailgray1><span\r\n style='mso-ansi-font-size:10.0pt;font-family:Arial;color:windowtext'>Contact\r\n Us</span></span></a></span></span><span style='font-size:10.0pt;font-family:Arial'>\r\n \r\n </span></p>\r\n\r\n <p><span class=content1><span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;\r\n font-family:Arial;color:windowtext'>The Mississippi Department of Employment\r\n Security is an equal opportunity employer.</span></span><span style='font-size:\r\n 10.0pt;mso-bidi-font-size:8.0pt;font-family:Arial'><br>\r\n <span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:Arial;\r\n color:windowtext'>Auxiliary aids and services are available upon request to\r\n individuals with disabilities.</span></span></span><span style='font-family:\r\n Arial'>\r\n \r\n </span></p>\r\n\r\n </div>\r\n</ion-content>\r\n\r\n<ion-footer>\r\n <div class=\"ion-text-right ion-padding\">\r\n <ion-button shape=\"round\" type=\"submit\" (click)=\"close()\" color=\"success\">\r\n <ion-icon slot=\"start\" name=\"close-sharp\"></ion-icon>\r\n Close\r\n </ion-button>\r\n </div>\r\n</ion-footer>", styles: [":host ::ng-deep .header-md:after{width:0px!important}:host ::ng-deep .footer-md:before{width:0px!important}\n"] }]
|
|
304
|
-
}], function () { return [{ type: i1.PopoverController }]; }, null); })();
|
|
305
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJpdmFjeS1kaXNjbGFpbWVyLnBhZ2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL3BhZ2VzL2NvbW1vbi9wcml2YWN5LWRpc2NsYWltZXIvcHJpdmFjeS1kaXNjbGFpbWVyLnBhZ2UudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL3BhZ2VzL2NvbW1vbi9wcml2YWN5LWRpc2NsYWltZXIvcHJpdmFjeS1kaXNjbGFpbWVyLnBhZ2UuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDOzs7QUFRbEQsTUFBTSxPQUFPLHFCQUFxQjtJQUVoQyxZQUFtQixLQUF3QjtRQUF4QixVQUFLLEdBQUwsS0FBSyxDQUFtQjtJQUFJLENBQUM7SUFFaEQsUUFBUTtJQUNSLENBQUM7SUFFRCxLQUFLO1FBQ0gsSUFBSSxDQUFDLEtBQUssQ0FBQyxPQUFPLEVBQUUsQ0FBQyxLQUFLLENBQUMsR0FBRyxDQUFDLEVBQUU7WUFDL0IsTUFBTSxDQUFDLEtBQUssRUFBRSxDQUFDO1FBQ2pCLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQzs7MEZBWFUscUJBQXFCO3dFQUFyQixxQkFBcUI7UUNSbEMsa0NBQVksa0JBQUEsZ0JBQUE7UUFFRyxrQ0FBc0I7UUFBQSxpQkFBWSxFQUFBLEVBQUE7UUFJakQsc0NBQWlDLGFBQUEsV0FBQSxjQUFBLGNBQUE7UUFJZ0Msa2dCQU9yQztRQUFBLGlCQUFPLEVBQUEsRUFBQTtRQUUvQiw4QkFBYyxhQUFBLGVBQUEsZUFBQTtRQUdTLHlEQUF3QztRQUFBLGlCQUFPLEVBQUE7UUFBTywyQkFHbEU7UUFBQSxpQkFBSztRQUNkLDhCQUNnRCxlQUFBLGVBQUE7UUFDM0Isc0RBQXFDO1FBQUEsaUJBQU8sRUFBQTtRQUFPLDJCQUcvRDtRQUFBLGlCQUFLO1FBQ2QsOEJBQ2dELGVBQUEsZUFBQTtRQUMzQix3Q0FBdUI7UUFBQSxpQkFBTyxFQUFBO1FBQU8sMkJBR2pEO1FBQUEsaUJBQUs7UUFDZCw4QkFDZ0QsZUFBQSxlQUFBO1FBQzNCLDhEQUE2QztRQUFBLGlCQUFPLEVBQUE7UUFBTywyQkFHdkU7UUFBQSxpQkFBSztRQUNkLDhCQUNnRCxlQUFBLGVBQUE7UUFDM0Isd0JBQU87UUFBQSxpQkFBTyxFQUFBO1FBQU8sMkJBR2pDO1FBQUEsaUJBQUs7UUFDZCw4QkFDZ0QsZUFBQSxlQUFBO1FBQzNCLHlCQUFRO1FBQUEsaUJBQU8sRUFBQTtRQUFPLDJCQUdsQztRQUFBLGlCQUFLO1FBQ2QsOEJBQ2dELGVBQUEsZUFBQTtRQUMzQiwyQkFBVTtRQUFBLGlCQUFPLEVBQUE7UUFBTywyQkFHcEM7UUFBQSxpQkFBSztRQUNkLDhCQUNnRCxlQUFBLGVBQUE7UUFDM0Isb0NBQW1CO1FBQUEsaUJBQU8sRUFBQTtRQUFPLDJCQUc3QztRQUFBLGlCQUFLLEVBQUE7UUFHaEIsMEJBQUcsY0FBQSxlQUFBO1FBQ0kseURBQXdDO1FBQUEsaUJBQU8sRUFBQTtRQUFTLDJCQUd0RDtRQUFBLGlCQUFJO1FBRWIsMEJBQUcsZUFBQSxlQUFBO1FBQ2lDLHNMQUVtQjtRQUFBLGlCQUFPLEVBQUE7UUFBTywyQkFHNUQ7UUFBQSxpQkFBSTtRQUViLDhCQUFtQixjQUFBLGVBQUEsZUFBQTtRQUdJLCtTQUlBO1FBQUEsaUJBQU8sRUFBQTtRQUFPLDJCQUcxQjtRQUFBLGlCQUFLO1FBQ2QsK0JBQ2dELGVBQUEsZUFBQTtRQUMzQixtRUFBa0Q7UUFBQSxpQkFBTyxFQUFBO1FBQU8sMkJBRzVFO1FBQUEsaUJBQUs7UUFDZCwrQkFDZ0QsZUFBQSxlQUFBO1FBQzNCLHlEQUF3QztRQUFBLGlCQUFPLEVBQUE7UUFBTywyQkFHbEU7UUFBQSxpQkFBSztRQUNkLCtCQUNnRCxlQUFBLGVBQUE7UUFDM0IscUVBQW9EO1FBQUEsaUJBQU8sRUFBQTtRQUFPLDJCQUc5RTtRQUFBLGlCQUFLO1FBQ2QsK0JBQ2dELGVBQUEsZUFBQTtRQUMzQixpRkFDSjtRQUFBLGlCQUFPLEVBQUE7UUFBTywyQkFHdEI7UUFBQSxpQkFBSyxFQUFBO1FBR2hCLDhCQUFnQyxlQUFBLGVBQUE7UUFDb0MscVNBSXJCO1FBQUEsaUJBQU8sRUFBQSxFQUFBO1FBRXRELDhCQUFnQyxlQUFBLGVBQUE7UUFDb0MsNkxBR25EO1FBQUEsaUJBQU8sRUFBQTtRQUFPLGdDQUNaO1FBQUEsc0JBQUksVUFBQTtRQUVuQiwrQkFBUSxnQkFBQTtRQUFnQyxnRUFDOUI7UUFBQSxpQkFBTyxFQUFBO1FBQVMsMkJBQUc7UUFBQSx1QkFBSSxXQUFBO1FBRWpDLGlCQUFJO1FBQUEsaUNBQXFCLGlCQUFBO1FBQ0wsaVhBS0o7UUFBQSxpQkFBTyxFQUFBLEVBQUE7UUFBYyw0QkFHaEM7UUFBQSxpQkFBSTtRQUViLDJCQUFHLGdCQUFBLGdCQUFBO1FBQ2lDLGtVQUlMO1FBQUEsaUJBQU8sRUFBQTtRQUFPLDRCQUdwQztRQUFBLGlCQUFJO1FBRWIsMkJBQUcsZ0JBQUEsZ0JBQUE7UUFDaUMsK1VBSVc7UUFBQSxpQkFBTyxFQUFBO1FBQU8saUNBQ1Y7UUFBQSx1QkFBSSxXQUFBO1FBRW5ELGdDQUFRLGlCQUFBO1FBQWdDLG1DQUFpQjtRQUFBLGlCQUFPLEVBQUEsRUFBQTtRQUFnQiw0QkFHM0U7UUFBQSxpQkFBSTtRQUViLDJCQUFHLGdCQUFBLGdCQUFBO1FBQ2lDLHFhQU1FO1FBQUEsaUJBQU8sRUFBQTtRQUFPLDRCQUczQztRQUFBLGlCQUFJO1FBRWIsMkJBQUcsZ0JBQUEsZ0JBQUE7UUFDaUMsNktBRVk7UUFBQSxpQkFBTyxFQUFBO1FBQU8sNEJBR3JEO1FBQUEsaUJBQUk7UUFFYiwyQkFBRyxnQkFBQSxnQkFBQTtRQUNpQyxnVEFJWDtRQUFBLGlCQUFPLEVBQUE7UUFBTyw0QkFHOUI7UUFBQSxpQkFBSTtRQUViLDJCQUFHLGdCQUFBLGdCQUFBO1FBQ2lDLGlWQUlrQjtRQUFBLGlCQUFPLEVBQUE7UUFBTyw0QkFHM0Q7UUFBQSxpQkFBSTtRQUViLDJCQUFHLGdCQUFBLGdCQUFBO1FBQ2lDLGtOQUUwQztRQUFBLGlCQUFPLEVBQUE7UUFBTyxpQ0FDcEI7UUFBQSx1QkFBSSxXQUFBO1FBRXhFLGdDQUFRLGlCQUFBO1FBQWdDLCtEQUN6QjtRQUFBLGlCQUFPLEVBQUE7UUFBUywyQkFBRztRQUFBLHVCQUFJLFdBQUE7UUFFdEMsaUJBQUk7UUFBQSxrQ0FBa0IsZ0JBQUEsaUJBQUE7UUFDaUIscUJBQUc7UUFBQSxpQkFBTyxFQUFBLEVBQUE7UUFBYyxpQ0FBcUIsaUJBQUE7UUFDckUsa2lCQU9MO1FBQUEsaUJBQU8sRUFBQTtRQUFPLHVCQUFJLFdBQUE7UUFFNUIsZ0NBQVEsaUJBQUE7UUFBZ0MseUJBQU87UUFBQSxpQkFBTyxFQUFBO1FBQVMsMkJBQUc7UUFBQSx1QkFBSSxXQUFBO1FBRXRFLGlCQUFJO1FBQUEsa0NBQWtCLGdCQUFBLGlCQUFBO1FBQ2lCLG9CQUFFO1FBQUEsaUJBQU8sRUFBQSxFQUFBO1FBQWMsaUNBQXFCLGlCQUFBO1FBQ3BFLHNWQUkrQjtRQUFBLGlCQUFPLEVBQUE7UUFBTyx1QkFBSSxXQUFBO1FBRWhFLGlDQUFxQixpQkFBQTtRQUNQLDRTQUd5RDtRQUFBLGlCQUFPLEVBQUE7UUFBTyx1QkFBSSxXQUFBO1FBRXpGLGdDQUFRLGlCQUFBO1FBQWdDLDBCQUFRO1FBQUEsaUJBQU8sRUFBQTtRQUFTLDJCQUFHO1FBQUEsdUJBQUksV0FBQTtRQUV2RSxpQkFBSTtRQUFBLGlDQUFxQixpQkFBQTtRQUNMLHdoQkFNdUQ7UUFBQSxpQkFBTyxFQUFBO1FBQU8sdUJBQUksV0FBQTtRQUU3RixpQ0FBcUIsaUJBQUE7UUFDUCxtTUFFMEI7UUFBQSxpQkFBTyxFQUFBO1FBQU8sdUJBQUksV0FBQTtRQUUxRCxpQ0FBcUIsaUJBQUE7UUFDUCw0UUFHNkI7UUFBQSxpQkFBTyxFQUFBO1FBQU8sdUJBQUksV0FBQTtRQUU3RCxpQ0FBcUIsaUJBQUE7UUFDUCxpS0FFSztRQUFBLCtCQUFzQztRQUFBLHNEQUN4QztRQUFBLGlCQUFJO1FBQUMsMkJBQVE7UUFBQSwrQkFBc0M7UUFBQSw0RUFDYjtRQUFBLGlCQUFJO1FBQUEsbUJBQUM7UUFBQSxpQkFBTyxFQUFBO1FBQU8sdUJBQUksV0FBQTtRQUU5RSxnQ0FBUSxpQkFBQTtRQUFnQyw0QkFBVTtRQUFBLGlCQUFPLEVBQUE7UUFBUywyQkFBRztRQUFBLHVCQUFJLFdBQUE7UUFFekUsaUJBQUk7UUFBQSxpQ0FBcUIsaUJBQUE7UUFDTCwrbUJBUVE7UUFBQSxpQkFBTyxFQUFBO1FBQU8sdUJBQUksV0FBQTtRQUU5QyxpQ0FBcUIsaUJBQUE7UUFDUCxvTkFFdUQ7UUFBQSxpQkFBTyxFQUFBO1FBQU8sdUJBQUksV0FBQTtRQUV2RixnQ0FBUSxpQkFBQTtRQUFnQyxxREFBbUM7UUFBQSxpQkFBTyxFQUFBLEVBQUEsRUFBQTtRQUl0RiwyQkFBRyxnQkFBQSxnQkFBQTtRQUNpQyw0UUFHdUI7UUFBQSxpQkFBTyxFQUFBO1FBQU8saUNBQXFCO1FBQUEsNkJBR25GO1FBQUEsaUJBQU8sRUFBQTtRQUVsQiw4QkFBbUIsaUJBQUE7UUFBaUQsMEJBQVE7UUFBQSxpQkFBTyxFQUFBO1FBRW5GLCtCQUE0QyxnQkFBQSxpQkFBQTtRQUNzQiwrREFDM0I7UUFBQSxpQkFBTyxFQUFBLEVBQUE7UUFFOUMsK0JBQTRDLGdCQUFBLGlCQUFBO1FBQ3NCLHNDQUNyRDtRQUFBLGlCQUFPLEVBQUEsRUFBQTtRQUVwQiwrQkFBNEMsZ0JBQUEsaUJBQUE7UUFFeEIsc0NBQW9CO1FBQUEsaUJBQU8sRUFBQTtRQUFPLGlDQUFxQjtRQUFBLDZCQUVoRTtRQUFBLGlCQUFPLEVBQUE7UUFHbEIsK0JBQTRDLGdCQUFBLGlCQUFBO1FBRXhCLHlCQUFPO1FBQUEsaUJBQU8sRUFBQTtRQUFPLGlDQUFxQixpQkFBQTtRQUNNLHVDQUNsRDtRQUFBLGlCQUFPLEVBQUE7UUFDdkIsaUNBQXFCO1FBQUEsNkJBRVo7UUFBQSxpQkFBTyxFQUFBO1FBR2xCLDhCQUFtQixnQkFBQTtRQUFxQiw2QkFHN0I7UUFBQSxpQkFBTyxFQUFBO1FBRWxCLDhCQUFtQixnQkFBQSxpQkFBQTtRQUNpQiw0QkFBVTtRQUFBLGlCQUFPLEVBQUEsRUFBQTtRQUVyRCwrQkFBNEMsZ0JBQUEsaUJBQUE7UUFDc0IsZ0NBQWM7UUFBQSxpQkFBTyxFQUFBLEVBQUE7UUFFdkYsOEJBQW1CLGdCQUFBO1FBQXFCLDZCQUc3QjtRQUFBLGlCQUFPLEVBQUE7UUFFbEIsOEJBQW1CLGdCQUFBLGlCQUFBO1FBQ2lCLHdCQUFNO1FBQUEsaUJBQU8sRUFBQSxFQUFBO1FBRWpELCtCQUE0QyxnQkFBQSxnQkFBQSxjQUFBLGlCQUFBLGlCQUFBO1FBR3FDLDRCQUNuRTtRQUFBLGlCQUFPLEVBQUEsRUFBQSxFQUFBLEVBQUE7UUFBeUIsNkJBRXJDO1FBQUEsaUJBQUk7UUFFYiwyQkFBRyxnQkFBQSxnQkFBQTtRQUNpQyxxR0FDWTtRQUFBLGlCQUFPLEVBQUE7UUFBTyxpQ0FDWDtRQUFBLHVCQUFJO1FBQ25ELGlDQUFxQixpQkFBQTtRQUNQLDBHQUNvQjtRQUFBLGlCQUFPLEVBQUEsRUFBQTtRQUFjLDZCQUdsRDtRQUFBLGlCQUFJLEVBQUEsRUFBQTtRQUtqQixvQ0FBWSxnQkFBQSx1QkFBQTtRQUVnQyx3R0FBUyxXQUFPLElBQUM7UUFDdkQsaUNBQXFEO1FBQ3JELHlCQUNGO1FBQUEsaUJBQWEsRUFBQSxFQUFBOzt1RkR0WEoscUJBQXFCO2NBTGpDLFNBQVM7MkJBQ0Usd0JBQXdCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFBvcG92ZXJDb250cm9sbGVyIH0gZnJvbSAnQGlvbmljL2FuZ3VsYXInO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtcHJpdmFjeS1kaXNjbGFpbWVyJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3ByaXZhY3ktZGlzY2xhaW1lci5wYWdlLmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9wcml2YWN5LWRpc2NsYWltZXIucGFnZS5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIFByaXZhY3lEaXNjbGFpbWVyUGFnZSBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgY29uc3RydWN0b3IocHVibGljIHBvcHVwOiBQb3BvdmVyQ29udHJvbGxlcikgeyB9XG5cbiAgbmdPbkluaXQoKSB7XG4gIH1cblxuICBjbG9zZSgpe1xuICAgIHRoaXMucG9wdXAuZGlzbWlzcygpLmNhdGNoKGVyciA9PiB7XG4gICAgICB3aW5kb3cuY2xvc2UoKTtcbiAgICB9KTtcbiAgfVxuXG59XG4iLCI8aW9uLWhlYWRlcj5cclxuICA8aW9uLXRvb2xiYXI+XHJcbiAgICA8aW9uLXRpdGxlPlByaXZhY3kgJmFtcDsgU2VjdXJpdHk8L2lvbi10aXRsZT5cclxuICA8L2lvbi10b29sYmFyPlxyXG48L2lvbi1oZWFkZXI+XHJcblxyXG48aW9uLWNvbnRlbnQgY2xhc3M9XCJpb24tcGFkZGluZ1wiPlxyXG4gIDxkaXYgY2xhc3M9U2VjdGlvbjE+XHJcblxyXG4gICAgPHAgY2xhc3M9TXNvTm9ybWFsPjxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuIHN0eWxlPSdmb250LXNpemU6MTAuMHB0O1xyXG4gICAgbXNvLWJpZGktZm9udC1zaXplOjguMHB0O2ZvbnQtZmFtaWx5OkFyaWFsO2NvbG9yOndpbmRvd3RleHQnPlRoYW5rIHlvdSBmb3JcclxuICAgICAgICAgIHZpc2l0aW5nIHd3dy5tZGVzLm1zLmdvdiBhbmQgcmV2aWV3aW5nIG91ciBQcml2YWN5IE5vdGljZS4gVGhpcyBub3RpY2UgYWRkcmVzc2VzXHJcbiAgICAgICAgICBjb2xsZWN0aW9uLCB1c2UsIHNlY3VyaXR5IG9mLCBhbmQgYWNjZXNzIHRvIGluZm9ybWF0aW9uIHRoYXQgbWF5IGJlIG9idGFpbmVkXHJcbiAgICAgICAgICB0aHJvdWdoIHlvdXIgdXNlIG9mIHRoZSBtZGVzLm1zLmdvdiBwb3J0YWwuIFVuZGVyc3RhbmQgdGhhdCBpbiBhZGRpdGlvbiB0byB0aGlzXHJcbiAgICAgICAgICBtZGVzLm1zLmdvdiBQcml2YWN5IE5vdGljZSwgZWFjaCBzdGF0ZSBhZ2VuY3kgb3IgaW5zdGl0dXRpb24gV2ViIHNpdGUgeW91IHZpc2l0XHJcbiAgICAgICAgICBtYXkgaGF2ZSBhIHVuaXF1ZSBQcml2YWN5IE5vdGljZS4gWW91ciB1c2FnZSBvZiB0aGlzIHNpdGUgY29uc3RpdHV0ZXMgYW5cclxuICAgICAgICAgIHVuZGVyc3RhbmRpbmcgb2YgYW5kIGFncmVlbWVudCB3aXRoIHRoZXNlIHBvbGljaWVzLiBUaGlzIG5vdGljZSBjb3ZlcnMgdGhlXHJcbiAgICAgICAgICBmb2xsb3dpbmcgdG9waWNzOiA8L3NwYW4+PC9zcGFuPjwvcD5cclxuXHJcbiAgICA8dWwgdHlwZT1kaXNjPlxyXG4gICAgICA8bGkgY2xhc3M9TXNvTm9ybWFsIHN0eWxlPSdtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0bztcclxuICAgICAgICAgbXNvLWxpc3Q6bDEgbGV2ZWwxIGxmbzU7dGFiLXN0b3BzOmxpc3QgLjVpbic+PHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjguMHB0O2ZvbnQtZmFtaWx5OkFyaWFsO1xyXG4gICAgICAgICBjb2xvcjp3aW5kb3d0ZXh0Jz5JbmZvcm1hdGlvbiBDb2xsZWN0ZWQgYW5kIEhvdyBpdCBpcyBVc2VkPC9zcGFuPjwvc3Bhbj48c3BhblxyXG4gICAgICAgICAgc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjcuNXB0O2ZvbnQtZmFtaWx5OkFyaWFsJz5cclxuICAgICAgICAgIFxyXG4gICAgICAgIDwvc3Bhbj48L2xpPlxyXG4gICAgICA8bGkgY2xhc3M9TXNvTm9ybWFsIHN0eWxlPSdtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0bztcclxuICAgICAgICAgbXNvLWxpc3Q6bDEgbGV2ZWwxIGxmbzU7dGFiLXN0b3BzOmxpc3QgLjVpbic+PHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjguMHB0O2ZvbnQtZmFtaWx5OkFyaWFsO1xyXG4gICAgICAgICBjb2xvcjp3aW5kb3d0ZXh0Jz5QZXJzb25hbCBJbmZvcm1hdGlvbiBhbmQgQ2hvaWNlJm5ic3A7PC9zcGFuPjwvc3Bhbj48c3BhblxyXG4gICAgICAgICAgc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjcuNXB0O2ZvbnQtZmFtaWx5OkFyaWFsJz5cclxuICAgICAgICAgIFxyXG4gICAgICAgIDwvc3Bhbj48L2xpPlxyXG4gICAgICA8bGkgY2xhc3M9TXNvTm9ybWFsIHN0eWxlPSdtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0bztcclxuICAgICAgICAgbXNvLWxpc3Q6bDEgbGV2ZWwxIGxmbzU7dGFiLXN0b3BzOmxpc3QgLjVpbic+PHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjguMHB0O2ZvbnQtZmFtaWx5OkFyaWFsO1xyXG4gICAgICAgICBjb2xvcjp3aW5kb3d0ZXh0Jz5QdWJsaWMgRGlzY2xvc3VyZSZuYnNwOzwvc3Bhbj48L3NwYW4+PHNwYW5cclxuICAgICAgICAgIHN0eWxlPSdmb250LXNpemU6MTAuMHB0O21zby1iaWRpLWZvbnQtc2l6ZTo3LjVwdDtmb250LWZhbWlseTpBcmlhbCc+XHJcbiAgICAgICAgICBcclxuICAgICAgICA8L3NwYW4+PC9saT5cclxuICAgICAgPGxpIGNsYXNzPU1zb05vcm1hbCBzdHlsZT0nbXNvLW1hcmdpbi10b3AtYWx0OmF1dG87bXNvLW1hcmdpbi1ib3R0b20tYWx0OmF1dG87XHJcbiAgICAgICAgIG1zby1saXN0OmwxIGxldmVsMSBsZm81O3RhYi1zdG9wczpsaXN0IC41aW4nPjxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuIHN0eWxlPSdmb250LXNpemU6MTAuMHB0O21zby1iaWRpLWZvbnQtc2l6ZTo4LjBwdDtmb250LWZhbWlseTpBcmlhbDtcclxuICAgICAgICAgY29sb3I6d2luZG93dGV4dCc+QWNjZXNzIGFuZCBDb3JyZWN0aW9uIG9mIFBlcnNvbmFsIEluZm9ybWF0aW9uPC9zcGFuPjwvc3Bhbj48c3BhblxyXG4gICAgICAgICAgc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjcuNXB0O2ZvbnQtZmFtaWx5OkFyaWFsJz5cclxuICAgICAgICAgIFxyXG4gICAgICAgIDwvc3Bhbj48L2xpPlxyXG4gICAgICA8bGkgY2xhc3M9TXNvTm9ybWFsIHN0eWxlPSdtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0bztcclxuICAgICAgICAgbXNvLWxpc3Q6bDEgbGV2ZWwxIGxmbzU7dGFiLXN0b3BzOmxpc3QgLjVpbic+PHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjguMHB0O2ZvbnQtZmFtaWx5OkFyaWFsO1xyXG4gICAgICAgICBjb2xvcjp3aW5kb3d0ZXh0Jz5Db29raWVzPC9zcGFuPjwvc3Bhbj48c3BhbiBzdHlsZT0nZm9udC1zaXplOjEwLjBwdDtcclxuICAgICAgICAgbXNvLWJpZGktZm9udC1zaXplOjcuNXB0O2ZvbnQtZmFtaWx5OkFyaWFsJz5cclxuICAgICAgICAgIFxyXG4gICAgICAgIDwvc3Bhbj48L2xpPlxyXG4gICAgICA8bGkgY2xhc3M9TXNvTm9ybWFsIHN0eWxlPSdtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0bztcclxuICAgICAgICAgbXNvLWxpc3Q6bDEgbGV2ZWwxIGxmbzU7dGFiLXN0b3BzOmxpc3QgLjVpbic+PHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjguMHB0O2ZvbnQtZmFtaWx5OkFyaWFsO1xyXG4gICAgICAgICBjb2xvcjp3aW5kb3d0ZXh0Jz5TZWN1cml0eTwvc3Bhbj48L3NwYW4+PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7XHJcbiAgICAgICAgIG1zby1iaWRpLWZvbnQtc2l6ZTo3LjVwdDtmb250LWZhbWlseTpBcmlhbCc+XHJcbiAgICAgICAgICBcclxuICAgICAgICA8L3NwYW4+PC9saT5cclxuICAgICAgPGxpIGNsYXNzPU1zb05vcm1hbCBzdHlsZT0nbXNvLW1hcmdpbi10b3AtYWx0OmF1dG87bXNvLW1hcmdpbi1ib3R0b20tYWx0OmF1dG87XHJcbiAgICAgICAgIG1zby1saXN0OmwxIGxldmVsMSBsZm81O3RhYi1zdG9wczpsaXN0IC41aW4nPjxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuIHN0eWxlPSdmb250LXNpemU6MTAuMHB0O21zby1iaWRpLWZvbnQtc2l6ZTo4LjBwdDtmb250LWZhbWlseTpBcmlhbDtcclxuICAgICAgICAgY29sb3I6d2luZG93dGV4dCc+RGlzY2xhaW1lcjwvc3Bhbj48L3NwYW4+PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7XHJcbiAgICAgICAgIG1zby1iaWRpLWZvbnQtc2l6ZTo3LjVwdDtmb250LWZhbWlseTpBcmlhbCc+XHJcbiAgICAgICAgICBcclxuICAgICAgICA8L3NwYW4+PC9saT5cclxuICAgICAgPGxpIGNsYXNzPU1zb05vcm1hbCBzdHlsZT0nbXNvLW1hcmdpbi10b3AtYWx0OmF1dG87bXNvLW1hcmdpbi1ib3R0b20tYWx0OmF1dG87XHJcbiAgICAgICAgIG1zby1saXN0OmwxIGxldmVsMSBsZm81O3RhYi1zdG9wczpsaXN0IC41aW4nPjxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuIHN0eWxlPSdmb250LXNpemU6MTAuMHB0O21zby1iaWRpLWZvbnQtc2l6ZTo4LjBwdDtmb250LWZhbWlseTpBcmlhbDtcclxuICAgICAgICAgY29sb3I6d2luZG93dGV4dCc+Q29udGFjdCBJbmZvcm1hdGlvbjwvc3Bhbj48L3NwYW4+PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZTpcclxuICAgICAgICAgMTAuMHB0O21zby1iaWRpLWZvbnQtc2l6ZTo3LjVwdDtmb250LWZhbWlseTpBcmlhbCc+XHJcbiAgICAgICAgICBcclxuICAgICAgICA8L3NwYW4+PC9saT5cclxuICAgIDwvdWw+XHJcblxyXG4gICAgPHA+PHN0cm9uZz48c3BhbiBzdHlsZT0nZm9udC1zaXplOjEwLjBwdDttc28tYmlkaS1mb250LXNpemU6OC4wcHQ7Zm9udC1mYW1pbHk6XHJcbiAgICBBcmlhbCc+SW5mb3JtYXRpb24gQ29sbGVjdGVkIGFuZCBIb3cgaXQgaXMgVXNlZDwvc3Bhbj48L3N0cm9uZz48c3BhblxyXG4gICAgICAgIHN0eWxlPSdmb250LXNpemU6MTAuMHB0O21zby1iaWRpLWZvbnQtc2l6ZTo3LjVwdDtmb250LWZhbWlseTpBcmlhbCc+XHJcbiAgICAgICAgXHJcbiAgICAgIDwvc3Bhbj48L3A+XHJcblxyXG4gICAgPHA+PHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjguMHB0O1xyXG4gICAgZm9udC1mYW1pbHk6QXJpYWw7Y29sb3I6d2luZG93dGV4dCc+SWYgeW91IGRvIG5vdGhpbmcgZHVyaW5nIHlvdXIgdmlzaXQgdG9cclxuICAgICAgICAgIG1kZXMubXMuZ292IGJ1dCBicm93c2Ugb3IgZG93bmxvYWQgaW5mb3JtYXRpb24sIHdlIGF1dG9tYXRpY2FsbHkgY29sbGVjdCBhbmRcclxuICAgICAgICAgIHN0b3JlIHRoZSBmb2xsb3dpbmcgaW5mb3JtYXRpb24gYWJvdXQgeW91ciB2aXNpdDo8L3NwYW4+PC9zcGFuPjxzcGFuXHJcbiAgICAgICAgc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjcuNXB0O2ZvbnQtZmFtaWx5OkFyaWFsJz5cclxuICAgICAgICBcclxuICAgICAgPC9zcGFuPjwvcD5cclxuXHJcbiAgICA8b2wgc3RhcnQ9MSB0eXBlPTE+XHJcbiAgICAgIDxsaSBjbGFzcz1Nc29Ob3JtYWwgc3R5bGU9J21zby1tYXJnaW4tdG9wLWFsdDphdXRvO21zby1tYXJnaW4tYm90dG9tLWFsdDphdXRvO1xyXG4gICAgICAgICBtc28tbGlzdDpsNCBsZXZlbDEgbGZvNjt0YWItc3RvcHM6bGlzdCAuNWluJz48c3BhbiBjbGFzcz1jb250ZW50MT48c3BhbiBzdHlsZT0nZm9udC1zaXplOjEwLjBwdDttc28tYmlkaS1mb250LXNpemU6OC4wcHQ7Zm9udC1mYW1pbHk6QXJpYWw7XHJcbiAgICAgICAgIGNvbG9yOndpbmRvd3RleHQnPlRoZSBJbnRlcm5ldCBQcm90b2NvbCBhZGRyZXNzIGFuZCBkb21haW4gbmFtZSB1c2VkIGJ1dFxyXG4gICAgICAgICAgICBub3QgdGhlIGVtYWlsIGFkZHJlc3MuIFRoZSBJbnRlcm5ldCBQcm90b2NvbCBhZGRyZXNzIGlzIGEgbnVtZXJpY2FsXHJcbiAgICAgICAgICAgIGlkZW50aWZpZXIgYXNzaWduZWQgZWl0aGVyIHRvIHlvdXIgSW50ZXJuZXQgc2VydmljZSBwcm92aWRlciBvciBkaXJlY3RseVxyXG4gICAgICAgICAgICB0byB5b3VyIGNvbXB1dGVyLiBUaGUgSW50ZXJuZXQgUHJvdG9jb2wgYWRkcmVzcyBpcyB1c2VkIHRvIGRpcmVjdCBJbnRlcm5ldFxyXG4gICAgICAgICAgICB0cmFmZmljIHRvIHlvdS48L3NwYW4+PC9zcGFuPjxzcGFuIHN0eWxlPSdmb250LXNpemU6MTAuMHB0O21zby1iaWRpLWZvbnQtc2l6ZTpcclxuICAgICAgICAgNy41cHQ7Zm9udC1mYW1pbHk6QXJpYWwnPlxyXG4gICAgICAgICAgXHJcbiAgICAgICAgPC9zcGFuPjwvbGk+XHJcbiAgICAgIDxsaSBjbGFzcz1Nc29Ob3JtYWwgc3R5bGU9J21zby1tYXJnaW4tdG9wLWFsdDphdXRvO21zby1tYXJnaW4tYm90dG9tLWFsdDphdXRvO1xyXG4gICAgICAgICBtc28tbGlzdDpsNCBsZXZlbDEgbGZvNjt0YWItc3RvcHM6bGlzdCAuNWluJz48c3BhbiBjbGFzcz1jb250ZW50MT48c3BhbiBzdHlsZT0nZm9udC1zaXplOjEwLjBwdDttc28tYmlkaS1mb250LXNpemU6OC4wcHQ7Zm9udC1mYW1pbHk6QXJpYWw7XHJcbiAgICAgICAgIGNvbG9yOndpbmRvd3RleHQnPlRoZSB0eXBlIG9mIGJyb3dzZXIgYW5kIG9wZXJhdGluZyBzeXN0ZW0geW91IHVzZWQuPC9zcGFuPjwvc3Bhbj48c3BhblxyXG4gICAgICAgICAgc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjcuNXB0O2ZvbnQtZmFtaWx5OkFyaWFsJz5cclxuICAgICAgICAgIFxyXG4gICAgICAgIDwvc3Bhbj48L2xpPlxyXG4gICAgICA8bGkgY2xhc3M9TXNvTm9ybWFsIHN0eWxlPSdtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0bztcclxuICAgICAgICAgbXNvLWxpc3Q6bDQgbGV2ZWwxIGxmbzY7dGFiLXN0b3BzOmxpc3QgLjVpbic+PHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjguMHB0O2ZvbnQtZmFtaWx5OkFyaWFsO1xyXG4gICAgICAgICBjb2xvcjp3aW5kb3d0ZXh0Jz5UaGUgZGF0ZSBhbmQgdGltZSB5b3UgdmlzaXRlZCB0aGlzIHNpdGUuPC9zcGFuPjwvc3Bhbj48c3BhblxyXG4gICAgICAgICAgc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjcuNXB0O2ZvbnQtZmFtaWx5OkFyaWFsJz5cclxuICAgICAgICAgIFxyXG4gICAgICAgIDwvc3Bhbj48L2xpPlxyXG4gICAgICA8bGkgY2xhc3M9TXNvTm9ybWFsIHN0eWxlPSdtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0bztcclxuICAgICAgICAgbXNvLWxpc3Q6bDQgbGV2ZWwxIGxmbzY7dGFiLXN0b3BzOmxpc3QgLjVpbic+PHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjguMHB0O2ZvbnQtZmFtaWx5OkFyaWFsO1xyXG4gICAgICAgICBjb2xvcjp3aW5kb3d0ZXh0Jz5UaGUgV2ViIHBhZ2VzIG9yIHNlcnZpY2VzIHlvdSBhY2Nlc3NlZCBhdCB0aGlzIHNpdGUuPC9zcGFuPjwvc3Bhbj48c3BhblxyXG4gICAgICAgICAgc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjcuNXB0O2ZvbnQtZmFtaWx5OkFyaWFsJz5cclxuICAgICAgICAgIFxyXG4gICAgICAgIDwvc3Bhbj48L2xpPlxyXG4gICAgICA8bGkgY2xhc3M9TXNvTm9ybWFsIHN0eWxlPSdtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0bztcclxuICAgICAgICAgbXNvLWxpc3Q6bDQgbGV2ZWwxIGxmbzY7dGFiLXN0b3BzOmxpc3QgLjVpbic+PHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjguMHB0O2ZvbnQtZmFtaWx5OkFyaWFsO1xyXG4gICAgICAgICBjb2xvcjp3aW5kb3d0ZXh0Jz5UaGUgV2ViIHNpdGUgeW91IHZpc2l0ZWQgcHJpb3IgdG8gY29taW5nIHRvIHRoaXMgV2ViXHJcbiAgICAgICAgICAgIHNpdGUuJm5ic3A7PC9zcGFuPjwvc3Bhbj48c3BhbiBzdHlsZT0nZm9udC1zaXplOjEwLjBwdDttc28tYmlkaS1mb250LXNpemU6XHJcbiAgICAgICAgIDcuNXB0O2ZvbnQtZmFtaWx5OkFyaWFsJz5cclxuICAgICAgICAgIFxyXG4gICAgICAgIDwvc3Bhbj48L2xpPlxyXG4gICAgPC9vbD5cclxuXHJcbiAgICA8cCBzdHlsZT0nbWFyZ2luLWJvdHRvbToxMi4wcHQnPjxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuIHN0eWxlPSdmb250LXNpemU6XHJcbiAgICAxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjguMHB0O2ZvbnQtZmFtaWx5OkFyaWFsO2NvbG9yOndpbmRvd3RleHQnPklmIHlvdVxyXG4gICAgICAgICAgY29udGFjdCB1cyB2aWEgZW1haWwsIHlvdXIgZW1haWwgYWRkcmVzcyBpcyBzYXZlZCBhbmQgdXNlZCB0byByZXNwb25kXHJcbiAgICAgICAgICBhcHByb3ByaWF0ZWx5LiBPdXIgcmVzcG9uc2UgbWF5IGJlIHRvIGNvcnJlc3BvbmQgZGlyZWN0bHkgd2l0aCB5b3UsIHRvIGFkZHJlc3NcclxuICAgICAgICAgIGlzc3VlcyB5b3UgaWRlbnRpZnksIHRvIGZ1cnRoZXIgaW1wcm92ZSBvdXIgV2ViIHNpdGUsIG9yIHRvIGZvcndhcmQgeW91ciBlbWFpbFxyXG4gICAgICAgICAgdG8gYW5vdGhlciBhZ2VuY3kgZm9yIGFwcHJvcHJpYXRlIGFjdGlvbi48L3NwYW4+PC9zcGFuPjwvcD5cclxuXHJcbiAgICA8cCBzdHlsZT0nbWFyZ2luLWJvdHRvbToxMi4wcHQnPjxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuIHN0eWxlPSdmb250LXNpemU6XHJcbiAgICAxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjguMHB0O2ZvbnQtZmFtaWx5OkFyaWFsO2NvbG9yOndpbmRvd3RleHQnPklmIG90aGVyXHJcbiAgICAgICAgICBhY3Rpdml0aWVzIGFyZSBwZXJmb3JtZWQsIHRoZSBpbmZvcm1hdGlvbiBjb2xsZWN0ZWQgaXMgbm90IGxpbWl0ZWQgdG8gdGV4dFxyXG4gICAgICAgICAgY2hhcmFjdGVycyBhbmQgbWF5IGluY2x1ZGUgYXVkaW8sIHZpZGVvLCBhbmQgZ3JhcGhpYyBpbmZvcm1hdGlvbiBmb3JtYXRzIHlvdVxyXG4gICAgICAgICAgc2VuZCB0byB1cy48L3NwYW4+PC9zcGFuPjxzcGFuIHN0eWxlPSdmb250LXNpemU6MTAuMHB0O21zby1iaWRpLWZvbnQtc2l6ZTo4LjBwdDtcclxuICAgIGZvbnQtZmFtaWx5OkFyaWFsJz48YnI+XHJcbiAgICAgICAgPGJyPlxyXG4gICAgICAgIDxzdHJvbmc+PHNwYW4gc3R5bGU9J2ZvbnQtZmFtaWx5OkFyaWFsJz5QZXJzb25hbGx5IElkZW50aWZpYWJsZSBJbmZvcm1hdGlvbiBhbmRcclxuICAgICAgICAgICAgQ2hvaWNlPC9zcGFuPjwvc3Ryb25nPjxiPjxicj5cclxuICAgICAgICAgIDxicj5cclxuICAgICAgICA8L2I+PHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J21zby1hbnNpLWZvbnQtc2l6ZToxMC4wcHQ7Zm9udC1mYW1pbHk6XHJcbiAgICBBcmlhbDtjb2xvcjp3aW5kb3d0ZXh0Jz4mcXVvdDtQZXJzb25hbGx5IElkZW50aWZpYWJsZSBJbmZvcm1hdGlvbiZxdW90OyBpc1xyXG4gICAgICAgICAgICBpbmZvcm1hdGlvbiBhYm91dCBhIG5hdHVyYWwgcGVyc29uIHRoYXQgaXMgcmVhZGlseSBpZGVudGlmaWFibGUgdG8gdGhhdFxyXG4gICAgICAgICAgICBzcGVjaWZpYyBpbmRpdmlkdWFsLiBQZXJzb25hbGx5IElkZW50aWZpYWJsZSBJbmZvcm1hdGlvbiBpbmNsdWRlcywgYnV0IGlzIG5vdFxyXG4gICAgICAgICAgICBsaW1pdGVkIHRvLCBzdWNoIHRoaW5ncyBhcyBhbiBpbmRpdmlkdWFsJ3MgbmFtZSwgYWRkcmVzcywgYW5kIHBob25lIG51bWJlci4gQVxyXG4gICAgICAgICAgICBkb21haW4gbmFtZSBvciBJbnRlcm5ldCBQcm90b2NvbCBhZGRyZXNzIGlzIG5vdCBjb25zaWRlcmVkIHBlcnNvbmFsXHJcbiAgICAgICAgICAgIGluZm9ybWF0aW9uLjwvc3Bhbj48L3NwYW4+PC9zcGFuPjxzcGFuIHN0eWxlPSdmb250LXNpemU6MTAuMHB0O21zby1iaWRpLWZvbnQtc2l6ZTpcclxuICAgIDcuNXB0O2ZvbnQtZmFtaWx5OkFyaWFsJz5cclxuICAgICAgICBcclxuICAgICAgPC9zcGFuPjwvcD5cclxuXHJcbiAgICA8cD48c3BhbiBjbGFzcz1jb250ZW50MT48c3BhbiBzdHlsZT0nZm9udC1zaXplOjEwLjBwdDttc28tYmlkaS1mb250LXNpemU6OC4wcHQ7XHJcbiAgICBmb250LWZhbWlseTpBcmlhbDtjb2xvcjp3aW5kb3d0ZXh0Jz5XZSBjb2xsZWN0IG5vIFBlcnNvbmFsbHkgSWRlbnRpZmlhYmxlIEluZm9ybWF0aW9uXHJcbiAgICAgICAgICBhYm91dCB5b3UgdW5sZXNzIHlvdSB2b2x1bnRhcmlseSBwYXJ0aWNpcGF0ZSBpbiBhbiBhY3Rpdml0eSB0aGF0IGFza3MgZm9yXHJcbiAgICAgICAgICBpbmZvcm1hdGlvbiAoaS5lLiBzZW5kaW5nIGFuIGVtYWlsKS4gSWYgeW91IGNob29zZSBub3QgdG8gcGFydGljaXBhdGUgaW4gdGhlc2VcclxuICAgICAgICAgIGFjdGl2aXRpZXMsIHlvdXIgY2hvaWNlIHdpbGwgaW4gbm8gd2F5IGFmZmVjdCB5b3VyIGFiaWxpdHkgdG8gdXNlIGFueSBvdGhlclxyXG4gICAgICAgICAgZnVuY3Rpb25zIG9mIG1kZXMubXMuZ292Ljwvc3Bhbj48L3NwYW4+PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7XHJcbiAgICBtc28tYmlkaS1mb250LXNpemU6Ny41cHQ7Zm9udC1mYW1pbHk6QXJpYWwnPlxyXG4gICAgICAgIFxyXG4gICAgICA8L3NwYW4+PC9wPlxyXG5cclxuICAgIDxwPjxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuIHN0eWxlPSdmb250LXNpemU6MTAuMHB0O21zby1iaWRpLWZvbnQtc2l6ZTo4LjBwdDtcclxuICAgIGZvbnQtZmFtaWx5OkFyaWFsO2NvbG9yOndpbmRvd3RleHQnPklmIFBlcnNvbmFsbHkgSWRlbnRpZmlhYmxlIEluZm9ybWF0aW9uIGlzXHJcbiAgICAgICAgICByZXF1ZXN0ZWQgb24gdGhlIFdlYiBzaXRlIG9yIHZvbHVudGVlcmVkIGJ5IHRoZSB1c2VyLCBzdGF0ZSBsYXcgYW5kIHRoZSBmZWRlcmFsXHJcbiAgICAgICAgICBQcml2YWN5IEFjdCBvZiAxOTc0IG1heSBwcm90ZWN0IGl0LiBIb3dldmVyLCB0aGlzIGluZm9ybWF0aW9uIGlzIGEgcHVibGljXHJcbiAgICAgICAgICByZWNvcmQgb25jZSB5b3UgcHJvdmlkZSBpdCwgYW5kIG1heSBiZSBzdWJqZWN0IHRvIHB1YmxpYyBpbnNwZWN0aW9uIGFuZCBjb3B5aW5nXHJcbiAgICAgICAgICBpZiBub3QgcHJvdGVjdGVkIGJ5IGZlZGVyYWwgb3Igc3RhdGUgbGF3Ljwvc3Bhbj48L3NwYW4+PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZTpcclxuICAgIDEwLjBwdDttc28tYmlkaS1mb250LXNpemU6OC4wcHQ7Zm9udC1mYW1pbHk6QXJpYWwnPjxicj5cclxuICAgICAgICA8YnI+XHJcbiAgICAgICAgPHN0cm9uZz48c3BhbiBzdHlsZT0nZm9udC1mYW1pbHk6QXJpYWwnPlB1YmxpYyBEaXNjbG9zdXJlPC9zcGFuPjwvc3Ryb25nPjwvc3Bhbj48c3BhblxyXG4gICAgICAgIHN0eWxlPSdmb250LXNpemU6MTAuMHB0O21zby1iaWRpLWZvbnQtc2l6ZTo3LjVwdDtmb250LWZhbWlseTpBcmlhbCc+XHJcbiAgICAgICAgXHJcbiAgICAgIDwvc3Bhbj48L3A+XHJcblxyXG4gICAgPHA+PHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjguMHB0O1xyXG4gICAgZm9udC1mYW1pbHk6QXJpYWw7Y29sb3I6d2luZG93dGV4dCc+SW4gYWNjb3JkYW5jZSB3aXRoIHRoZSBsYXdzIG9mIHRoZSBTdGF0ZSBvZlxyXG4gICAgICAgICAgTWlzc2lzc2lwcGksXHJcbiAgICAgICAgICBtZGVzLm1zLmdvdiB3aWxsIGVuc3VyZSB0aGF0IGdvdmVybm1lbnQgaXMgb3BlbiBhbmQgdGhhdCB0aGUgcHVibGljIGhhcyBhIHJpZ2h0XHJcbiAgICAgICAgICB0byBhY2Nlc3MgYXBwcm9wcmlhdGUgcmVjb3JkcyBhbmQgaW5mb3JtYXRpb24gcG9zc2Vzc2VkIGJ5IHRoZSBzdGF0ZS4gQXQgdGhlXHJcbiAgICAgICAgICBzYW1lIHRpbWUsIHRoZXJlIGFyZSBleGNlcHRpb25zIHRvIHRoZSBwdWJsaWMncyByaWdodCB0byBhY2Nlc3MgcHVibGljIHJlY29yZHNcclxuICAgICAgICAgIHRoYXQgc2VydmUgdmFyaW91cyBuZWVkcyBpbmNsdWRpbmcgdGhlIHByaXZhY3kgb2YgaW5kaXZpZHVhbHMuIEJvdGggc3RhdGUgYW5kXHJcbiAgICAgICAgICBmZWRlcmFsIGxhd3MgcHJvdmlkZSBleGNlcHRpb25zLjwvc3Bhbj48L3NwYW4+PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7XHJcbiAgICBtc28tYmlkaS1mb250LXNpemU6Ny41cHQ7Zm9udC1mYW1pbHk6QXJpYWwnPlxyXG4gICAgICAgIFxyXG4gICAgICA8L3NwYW4+PC9wPlxyXG5cclxuICAgIDxwPjxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuIHN0eWxlPSdmb250LXNpemU6MTAuMHB0O21zby1iaWRpLWZvbnQtc2l6ZTo4LjBwdDtcclxuICAgIGZvbnQtZmFtaWx5OkFyaWFsO2NvbG9yOndpbmRvd3RleHQnPkFsbCBpbmZvcm1hdGlvbiBjb2xsZWN0ZWQgYXQgdGhpcyBzaXRlXHJcbiAgICAgICAgICBiZWNvbWVzIHB1YmxpYyByZWNvcmQgYW5kIG1heSBiZSBzdWJqZWN0IHRvIGluc3BlY3Rpb24gYW5kIGNvcHlpbmcgYnkgdGhlXHJcbiAgICAgICAgICBwdWJsaWMsIHVubGVzcyBhbiBleGVtcHRpb24gaW4gbGF3IGV4aXN0cy48L3NwYW4+PC9zcGFuPjxzcGFuIHN0eWxlPSdmb250LXNpemU6XHJcbiAgICAxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjcuNXB0O2ZvbnQtZmFtaWx5OkFyaWFsJz5cclxuICAgICAgICBcclxuICAgICAgPC9zcGFuPjwvcD5cclxuXHJcbiAgICA8cD48c3BhbiBjbGFzcz1jb250ZW50MT48c3BhbiBzdHlsZT0nZm9udC1zaXplOjEwLjBwdDttc28tYmlkaS1mb250LXNpemU6OC4wcHQ7XHJcbiAgICBmb250LWZhbWlseTpBcmlhbDtjb2xvcjp3aW5kb3d0ZXh0Jz5FYWNoIGFnZW5jeSwgaW4gYWNjb3JkYW5jZSB3aXRoIHB1Ymxpc2hlZFxyXG4gICAgICAgICAgcnVsZXMsIHNoYWxsIG1ha2UgYXZhaWxhYmxlIGZvciBwdWJsaWMgaW5zcGVjdGlvbiBhbmQgY29weWluZyBhbGwgcHVibGljXHJcbiAgICAgICAgICByZWNvcmRzIHVubGVzcyB0aGUgcmVjb3JkIGZhbGxzIHdpdGhpbiB0aGUgc3BlY2lmaWMgZXhlbXB0aW9ucy4gU2VlIFNlY3Rpb25cclxuICAgICAgICAgIDI1LTYxLTEgYW5kIGZvbGxvd2luZyBvZiB0aGUgTWlzc2lzc2lwcGkgQ29kZSBBbm5vdGF0ZWQgZm9yIHRoZSBNaXNzaXNzaXBwaVxyXG4gICAgICAgICAgUHVibGljIFJlY29yZHMgQWN0Ljwvc3Bhbj48L3NwYW4+PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOlxyXG4gICAgNy41cHQ7Zm9udC1mYW1pbHk6QXJpYWwnPlxyXG4gICAgICAgIFxyXG4gICAgICA8L3NwYW4+PC9wPlxyXG5cclxuICAgIDxwPjxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuIHN0eWxlPSdmb250LXNpemU6MTAuMHB0O21zby1iaWRpLWZvbnQtc2l6ZTo4LjBwdDtcclxuICAgIGZvbnQtZmFtaWx5OkFyaWFsO2NvbG9yOndpbmRvd3RleHQnPldpdGggcmVzcGVjdCB0byB0aGUgY29sbGVjdGlvbiwgdXNlIGFuZFxyXG4gICAgICAgICAgZGlzY2xvc3VyZSBvZiBwZXJzb25hbCBpbmZvcm1hdGlvbiwgTWlzc2lzc2lwcGkgRGVwYXJ0bWVudCBvZiBFbXBsb3ltZW50XHJcbiAgICAgICAgICBTZWN1cml0eSBtYWtlcyBldmVyeSBlZmZvcnQgdG8gZW5zdXJlIGNvbXBsaWFuY2Ugd2l0aCBhcHBsaWNhYmxlIEZlZGVyYWwgbGF3LFxyXG4gICAgICAgICAgaW5jbHVkaW5nLCBidXQgbm90IGxpbWl0ZWQgdG8sIFRoZSBQcml2YWN5IEFjdCBvZiAxOTc0LCBUaGUgUGFwZXJ3b3JrIFJlZHVjdGlvblxyXG4gICAgICAgICAgQWN0IG9mIDE5OTUsIGFuZCBUaGUgRnJlZWRvbSBvZiBJbmZvcm1hdGlvbiBBY3QuPC9zcGFuPjwvc3Bhbj48c3BhblxyXG4gICAgICAgIHN0eWxlPSdmb250LXNpemU6MTAuMHB0O21zby1iaWRpLWZvbnQtc2l6ZTo3LjVwdDtmb250LWZhbWlseTpBcmlhbCc+XHJcbiAgICAgICAgXHJcbiAgICAgIDwvc3Bhbj48L3A+XHJcblxyXG4gICAgPHA+PHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjguMHB0O1xyXG4gICAgZm9udC1mYW1pbHk6QXJpYWw7Y29sb3I6d2luZG93dGV4dCc+SW4gdGhlIGV2ZW50IG9mIGEgY29uZmxpY3QgYmV0d2VlbiB0aGlzXHJcbiAgICAgICAgICBQcml2YWN5IE5vdGljZSBhbmQgdGhlIFB1YmxpYyBSZWNvcmRzIEFjdCBvciBvdGhlciBsYXcgZ292ZXJuaW5nIHRoZSBkaXNjbG9zdXJlXHJcbiAgICAgICAgICBvZiByZWNvcmRzLCB0aGUgUHVibGljIFJlY29yZHMgQWN0IG9yIG90aGVyIGFwcGxpY2FibGUgbGF3IHdpbGwgY29udHJvbC48L3NwYW4+PC9zcGFuPjxzcGFuXHJcbiAgICAgICAgc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjguMHB0O2ZvbnQtZmFtaWx5OkFyaWFsJz48YnI+XHJcbiAgICAgICAgPGJyPlxyXG4gICAgICAgIDxzdHJvbmc+PHNwYW4gc3R5bGU9J2ZvbnQtZmFtaWx5OkFyaWFsJz5BY2Nlc3MgYW5kIENvcnJlY3Rpb24gb2YgUGVyc29uYWxcclxuICAgICAgICAgICAgSW5mb3JtYXRpb248L3NwYW4+PC9zdHJvbmc+PGI+PGJyPlxyXG4gICAgICAgICAgPGJyPlxyXG4gICAgICAgIDwvYj48c3BhbiBjbGFzcz1HcmFtRT48c3BhbiBjbGFzcz1jb250ZW50MT48c3BhbiBzdHlsZT0nbXNvLWFuc2ktZm9udC1zaXplOlxyXG4gICAgMTAuMHB0O2ZvbnQtZmFtaWx5OkFyaWFsO2NvbG9yOndpbmRvd3RleHQnPllvdTwvc3Bhbj48L3NwYW4+PC9zcGFuPjxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuIHN0eWxlPSdtc28tYW5zaS1mb250LXNpemU6MTAuMHB0O2ZvbnQtZmFtaWx5OkFyaWFsO1xyXG4gICAgY29sb3I6d2luZG93dGV4dCc+IGNhbiByZXZpZXcgYW55IHBlcnNvbmFsIGluZm9ybWF0aW9uIHdlIGNvbGxlY3QgYWJvdXQgeW91LlxyXG4gICAgICAgICAgICBZb3UgbWF5IHJlY29tbWVuZCBjaGFuZ2VzIHRvIHlvdXIgcGVyc29uYWwgaW5mb3JtYXRpb24geW91IGJlbGlldmUgaXMgaW4gZXJyb3JcclxuICAgICAgICAgICAgYnkgc3VibWl0dGluZyBhIHdyaXR0ZW4gcmVxdWVzdCB0aGF0IGNyZWRpYmx5IHNob3dzIHRoZSBlcnJvci4gSWYgeW91IGJlbGlldmVcclxuICAgICAgICAgICAgdGhhdCB5b3VyIHBlcnNvbmFsIGluZm9ybWF0aW9uIGlzIGJlaW5nIHVzZWQgZm9yIGEgcHVycG9zZSBvdGhlciB0aGFuIHdoYXQgd2FzXHJcbiAgICAgICAgICAgIGludGVuZGVkIHdoZW4gc3VibWl0dGVkLCB5b3UgbWF5IGNvbnRhY3QgdXMgKHNlZSBjb250YWN0IGluZm9ybWF0aW9uIGJlbG93KS4gSW5cclxuICAgICAgICAgICAgYWxsIGNhc2VzLCB3ZSB3aWxsIHRha2UgcmVhc29uYWJsZSBzdGVwcyB0byB2ZXJpZnkgeW91ciBpZGVudGl0eSBiZWZvcmVcclxuICAgICAgICAgICAgZ3JhbnRpbmcgYWNjZXNzIG9yIG1ha2luZyBjb3JyZWN0aW9ucy4gU2VlIHRoZSBDb250YWN0IEluZm9ybWF0aW9uIHNlY3Rpb25cclxuICAgICAgICAgICAgYmVsb3cuPC9zcGFuPjwvc3Bhbj48YnI+XHJcbiAgICAgICAgPGJyPlxyXG4gICAgICAgIDxzdHJvbmc+PHNwYW4gc3R5bGU9J2ZvbnQtZmFtaWx5OkFyaWFsJz5Db29raWVzPC9zcGFuPjwvc3Ryb25nPjxiPjxicj5cclxuICAgICAgICAgIDxicj5cclxuICAgICAgICA8L2I+PHNwYW4gY2xhc3M9R3JhbUU+PHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J21zby1hbnNpLWZvbnQtc2l6ZTpcclxuICAgIDEwLjBwdDtmb250LWZhbWlseTpBcmlhbDtjb2xvcjp3aW5kb3d0ZXh0Jz5Ubzwvc3Bhbj48L3NwYW4+PC9zcGFuPjxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuIHN0eWxlPSdtc28tYW5zaS1mb250LXNpemU6MTAuMHB0O2ZvbnQtZmFtaWx5OkFyaWFsO1xyXG4gICAgY29sb3I6d2luZG93dGV4dCc+IGJldHRlciBzZXJ2ZSB1c2VycyBtYW55IFdlYiBzaXRlcyB1c2UgJnF1b3Q7Y29va2llcyZxdW90OyB0b1xyXG4gICAgICAgICAgICBjdXN0b21pemUgeW91ciBicm93c2luZyBleHBlcmllbmNlLiBDb29raWVzIGFyZSBzaW1wbGUgdGV4dCBmaWxlcyBzdG9yZWQgb25cclxuICAgICAgICAgICAgeW91ciBjb21wdXRlciBieSB5b3VyIFdlYiBicm93c2VyLiBUaGVzZSBmaWxlcyBpZGVudGlmeSB5b3UgYXMgYSB1bmlxdWUgdXNlclxyXG4gICAgICAgICAgICBhbmQgdHJhY2sgeW91ciBtb3ZlbWVudHMgdGhyb3VnaCB0aGUgc2l0ZS4gVGhlc2UgY29va2llcyBhcmUgdGVtcG9yYXJ5IGFuZFxyXG4gICAgICAgICAgICBleHBpcmUgYXQgdGhlIGVuZCBvZiB0aGUgYnJvd3NlciBzZXNzaW9uLiA8L3NwYW4+PC9zcGFuPjxicj5cclxuICAgICAgICA8YnI+XHJcbiAgICAgICAgPHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J21zby1hbnNpLWZvbnQtc2l6ZToxMC4wcHQ7Zm9udC1mYW1pbHk6QXJpYWw7XHJcbiAgICBjb2xvcjp3aW5kb3d0ZXh0Jz5UaGUgbWRlcy5tcy5nb3Ygd2Vic2l0ZSB1c2VzIGNvb2tpZXMuIENvb2tpZSB0ZWNobm9sb2d5XHJcbiAgICAgICAgICAgIGFsbG93cyB1cyB0byB2ZXJpZnkgeW91ciB0cmFuc2FjdGlvbiByZXF1ZXN0cyBhbmQgd2FsayB5b3UgdGhyb3VnaCBzb21lIG9mIHRoZVxyXG4gICAgICAgICAgICBmdW5jdGlvbnMgb24gdGhlIHBvcnRhbC4gSWYgeW91ciBicm93c2VyIGhhcyBjb29raWVzIGRpc2FibGVkLCBpbmZvcm1hdGlvbiB3aWxsXHJcbiAgICAgICAgICAgIGJlIHByb3ZpZGVkIHRvIHlvdSBvbiBob3cgdG8gZW5hYmxlIHlvdXIgYnJvd3NlciB0byBhY2NlcHQgY29va2llcy48L3NwYW4+PC9zcGFuPjxicj5cclxuICAgICAgICA8YnI+XHJcbiAgICAgICAgPHN0cm9uZz48c3BhbiBzdHlsZT0nZm9udC1mYW1pbHk6QXJpYWwnPlNlY3VyaXR5PC9zcGFuPjwvc3Ryb25nPjxiPjxicj5cclxuICAgICAgICAgIDxicj5cclxuICAgICAgICA8L2I+PHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J21zby1hbnNpLWZvbnQtc2l6ZToxMC4wcHQ7Zm9udC1mYW1pbHk6XHJcbiAgICBBcmlhbDtjb2xvcjp3aW5kb3d0ZXh0Jz5UaGUgTWlzc2lzc2lwcGkgRGVwYXJ0bWVudCBvZiBFbXBsb3ltZW50IFNlY3VyaXR5LCBhc1xyXG4gICAgICAgICAgICBtYW5hZ2VyIG9mIG1kZXMubXMuZ292LCBoYXMgdGFrZW4gc2V2ZXJhbCBzdGVwcyB0byBzYWZlZ3VhcmQgdGhlIGludGVncml0eSBvZlxyXG4gICAgICAgICAgICBpdHMgdGVsZWNvbW11bmljYXRpb25zIGFuZCBjb21wdXRpbmcgaW5mcmFzdHJ1Y3R1cmUsIGluY2x1ZGluZyBidXQgbm90IGxpbWl0ZWRcclxuICAgICAgICAgICAgdG8gYXV0aGVudGljYXRpb24sIG1vbml0b3JpbmcsIGF1ZGl0aW5nLCBhbmQgZW5jcnlwdGlvbi4gU2VjdXJpdHkgbWVhc3VyZXMgaGF2ZVxyXG4gICAgICAgICAgICBiZWVuIGludGVncmF0ZWQgaW50byB0aGUgZGVzaWduLCBpbXBsZW1lbnRhdGlvbiwgYW5kIGRheS10by1kYXkgcHJhY3RpY2VzIG9mXHJcbiAgICAgICAgICAgIHRoZSBlbnRpcmUgcG9ydGFsIG9wZXJhdGluZyBlbnZpcm9ubWVudC4gT25lIG9mIHRoZSBrZXkgZmVhdHVyZXMgaXMgdGhlIHVzZSBvZlxyXG4gICAgICAgICAgICBTU0wgKFNlY3VyZSBTb2NrZXQgTGF5ZXIpIGZvciB0cmFuc21pc3Npb24gb2YgY29uZmlkZW50aWFsIGluZm9ybWF0aW9uLjwvc3Bhbj48L3NwYW4+PGJyPlxyXG4gICAgICAgIDxicj5cclxuICAgICAgICA8c3BhbiBjbGFzcz1jb250ZW50MT48c3BhbiBzdHlsZT0nbXNvLWFuc2ktZm9udC1zaXplOjEwLjBwdDtmb250LWZhbWlseTpBcmlhbDtcclxuICAgIGNvbG9yOndpbmRvd3RleHQnPlRoaXMgaW5mb3JtYXRpb24gc2hvdWxkIG5vdCBiZSBjb25zdHJ1ZWQgaW4gYW55IHdheSBhcyBnaXZpbmdcclxuICAgICAgICAgICAgYnVzaW5lc3MsIGxlZ2FsLCBvciBvdGhlciBhZHZpY2UsIG9yIHdhcnJhbnRpbmcgYXMgZmFpbCBwcm9vZiwgdGhlIHNlY3VyaXR5IG9mXHJcbiAgICAgICAgICAgIGluZm9ybWF0aW9uIHByb3ZpZGVkIGF0IG1kZXMubXMuZ292Ljwvc3Bhbj48L3NwYW4+PGJyPlxyXG4gICAgICAgIDxicj5cclxuICAgICAgICA8c3BhbiBjbGFzcz1jb250ZW50MT48c3BhbiBzdHlsZT0nbXNvLWFuc2ktZm9udC1zaXplOjEwLjBwdDtmb250LWZhbWlseTpBcmlhbDtcclxuICAgIGNvbG9yOndpbmRvd3RleHQnPkZvciBzZWN1cml0eSBwdXJwb3NlcyBhbmQgdG8gZW5zdXJlIHRoYXQgdGhpcyBzZXJ2aWNlIHJlbWFpbnNcclxuICAgICAgICAgICAgYXZhaWxhYmxlIHRvIGFsbCB1c2Vycywgb3VyIFdlYiBzaXRlIGFsc28gZW1wbG95cyBzb2Z0d2FyZSBwcm9ncmFtcyB0byBtb25pdG9yXHJcbiAgICAgICAgICAgIG5ldHdvcmsgdHJhZmZpYyB0byBpZGVudGlmeSB1bmF1dGhvcml6ZWQgYXR0ZW1wdHMgdG8gdXBsb2FkIG9yIGNoYW5nZVxyXG4gICAgICAgICAgICBpbmZvcm1hdGlvbiwgb3Igb3RoZXJ3aXNlIGNhdXNlIGRhbWFnZS48L3NwYW4+PC9zcGFuPjxicj5cclxuICAgICAgICA8YnI+XHJcbiAgICAgICAgPHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J21zby1hbnNpLWZvbnQtc2l6ZToxMC4wcHQ7Zm9udC1mYW1pbHk6QXJpYWw7XHJcbiAgICBjb2xvcjp3aW5kb3d0ZXh0Jz5VbmF1dGhvcml6ZWQgYXR0ZW1wdHMgdG8gdXBsb2FkIGluZm9ybWF0aW9uIG9yIGNoYW5nZVxyXG4gICAgICAgICAgICBpbmZvcm1hdGlvbiBvbiB0aGlzIHNlcnZpY2UgYXJlIHN0cmljdGx5IHByb2hpYml0ZWQgYW5kIG1heSBiZSBwdW5pc2hhYmxlXHJcbiAgICAgICAgICAgIHVuZGVyJm5ic3A7dGhlIDxpIHN0eWxlPSdtc28tYmlkaS1mb250LXN0eWxlOm5vcm1hbCc+Q29tcHV0ZXIgRnJhdWQgYW5kIEFidXNlXHJcbiAgICAgICAgICAgICAgQWN0IG9mIDE5ODY8L2k+IGFuZCB0aGUgPGkgc3R5bGU9J21zby1iaWRpLWZvbnQtc3R5bGU6bm9ybWFsJz5OYXRpb25hbFxyXG4gICAgICAgICAgICAgIEluZm9ybWF0aW9uIEluZnJhc3RydWN0dXJlIFByb3RlY3Rpb24gQWN0IG9mIDE5OTY8L2k+Ljwvc3Bhbj48L3NwYW4+PGJyPlxyXG4gICAgICAgIDxicj5cclxuICAgICAgICA8c3Ryb25nPjxzcGFuIHN0eWxlPSdmb250LWZhbWlseTpBcmlhbCc+RGlzY2xhaW1lcjwvc3Bhbj48L3N0cm9uZz48Yj48YnI+XHJcbiAgICAgICAgICA8YnI+XHJcbiAgICAgICAgPC9iPjxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuIHN0eWxlPSdtc28tYW5zaS1mb250LXNpemU6MTAuMHB0O2ZvbnQtZmFtaWx5OlxyXG4gICAgQXJpYWw7Y29sb3I6d2luZG93dGV4dCc+QXMgYSBwb3J0YWwsIG1kZXMubXMuZ292IHByb3ZpZGVzIGxpbmtzIHRvIG90aGVyIFdlYlxyXG4gICAgICAgICAgICBzaXRlcyBpbmNsdWRpbmcgdGhvc2Ugb3BlcmF0ZWQgYnkgb3RoZXIgZ292ZXJubWVudCBhZ2VuY2llcywgbm9ucHJvZml0XHJcbiAgICAgICAgICAgIG9yZ2FuaXphdGlvbnMsIGFuZCBwcml2YXRlIGJ1c2luZXNzZXMuJm5ic3A7IFBsZWFzZSBiZSBhd2FyZSB0aGF0IHdlIGRvIG5vdFxyXG4gICAgICAgICAgICBjb250cm9sIG9yIGd1YXJhbnRlZSB0aGUgYWNjdXJhY3ksIHJlbGV2YW5jZSwgdGltZWxpbmVzcywgb3IgY29tcGxldGVuZXNzIG9mXHJcbiAgICAgICAgICAgIHRoaXMgb3V0c2lkZSBpbmZvcm1hdGlvbi4gRnVydGhlciwgdGhlIGluY2x1c2lvbiBvZiBwb2ludGVycyB0byBwYXJ0aWN1bGFyXHJcbiAgICAgICAgICAgIGl0ZW1zIGluIGh5cGVydGV4dCBpcyBub3QgaW50ZW5kZWQgdG8gcmVmbGVjdCB0aGVpciBpbXBvcnRhbmNlLCBub3IgaXMgaXRcclxuICAgICAgICAgICAgaW50ZW5kZWQgdG8gZW5kb3JzZSBhbnkgdmlld3MgZXhwcmVzc2VkIG9yIHByb2R1Y3RzIG9yIHNlcnZpY2VzIG9mZmVyZWQgYnkgdGhlXHJcbiAgICAgICAgICAgIGF1dGhvciBvZiB0aGUgcmVmZXJlbmNlIG9yIHRoZSBvcmdhbml6YXRpb24gb3BlcmF0aW5nIHRoZSBzaXRlIG9uIHdoaWNoIHRoZVxyXG4gICAgICAgICAgICByZWZlcmVuY2UgaXMgbWFpbnRhaW5lZC48L3NwYW4+PC9zcGFuPjxicj5cclxuICAgICAgICA8YnI+XHJcbiAgICAgICAgPHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J21zby1hbnNpLWZvbnQtc2l6ZToxMC4wcHQ7Zm9udC1mYW1pbHk6QXJpYWw7XHJcbiAgICBjb2xvcjp3aW5kb3d0ZXh0Jz5XaGVuIHlvdSBsaW5rIHRvIGFub3RoZXIgc2l0ZSwgeW91IGFyZSBubyBsb25nZXIgb25cclxuICAgICAgICAgICAgbWRlcy5tcy5nb3YgYW5kIHRoaXMgUHJpdmFjeSBOb3RpY2Ugd2lsbCBub3QgYXBwbHkuIFdoZW4geW91IGxpbmsgdG8gYW5vdGhlclxyXG4gICAgICAgICAgICBXZWIgc2l0ZSwgeW91IGFyZSBzdWJqZWN0IHRvIHRoZSBwcml2YWN5IHBvbGljeSBvZiB0aGF0IG5ldyBzaXRlLjwvc3Bhbj48L3NwYW4+PGJyPlxyXG4gICAgICAgIDxicj5cclxuICAgICAgICA8c3Ryb25nPjxzcGFuIHN0eWxlPSdmb250LWZhbWlseTpBcmlhbCc+VGhlIE1ERVMubXMuZ292IENvbnRhY3QgSW5mb3JtYXRpb248L3NwYW4+PC9zdHJvbmc+XHJcbiAgICAgICAgXHJcbiAgICAgIDwvc3Bhbj48L3A+XHJcblxyXG4gICAgPHA+PHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjguMHB0O1xyXG4gICAgZm9udC1mYW1pbHk6QXJpYWw7Y29sb3I6d2luZG93dGV4dCc+VG8gYWNjZXNzIHlvdXIgUGVyc29uYWxseSBJZGVudGlmaWFibGVcclxuICAgICAgICAgIEluZm9ybWF0aW9uIGNvbGxlY3RlZCBieSB0aGlzIHNpdGUsIGlmIGFueSwgb3IgdG8gcmVxdWVzdCBjb3JyZWN0aW9uIG9mIGZhY3R1YWxcclxuICAgICAgICAgIGVycm9ycyBpbiB5b3VyIFBlcnNvbmFsbHkgSWRlbnRpZmlhYmxlIEluZm9ybWF0aW9uIG9yIHNob3VsZCB5b3UgbmVlZCBmdXJ0aGVyXHJcbiAgICAgICAgICBpbmZvcm1hdGlvbiBvbiBvdXIgUHJpdmFjeSBQb2xpY3ksIHBsZWFzZSBjb250YWN0IHVzLjwvc3Bhbj48L3NwYW4+PHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjguMHB0O1xyXG4gICAgZm9udC1mYW1pbHk6QXJpYWw7bXNvLWJpZGktZm9udC1mYW1pbHk6XCJUaW1lcyBOZXcgUm9tYW5cIjtjb2xvcjp3aW5kb3d0ZXh0Jz5cclxuICAgICAgICAgIFxyXG4gICAgICAgIDwvc3Bhbj48L3NwYW4+PC9wPlxyXG5cclxuICAgIDxwIGNsYXNzPU1zb05vcm1hbD48c3BhbiBzdHlsZT0nZm9udC1zaXplOjEwLjBwdDtmb250LWZhbWlseTpBcmlhbCc+TWFpbCB0bzo8L3NwYW4+PC9wPlxyXG5cclxuICAgIDxwIGNsYXNzPU1zb05vcm1hbCBzdHlsZT0nbWFyZ2luLWxlZnQ6LjVpbic+PHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW5cclxuICAgICAgICAgIHN0eWxlPSdmb250LXNpemU6MTAuMHB0O2ZvbnQtZmFtaWx5OkFyaWFsO2NvbG9yOndpbmRvd3RleHQnPk1pc3Npc3NpcHBpXHJcbiAgICAgICAgICBEZXBhcnRtZW50IG9mIEVtcGxveW1lbnQgU2VjdXJpdHk8L3NwYW4+PC9zcGFuPjwvcD5cclxuXHJcbiAgICA8cCBjbGFzcz1Nc29Ob3JtYWwgc3R5bGU9J21hcmdpbi1sZWZ0Oi41aW4nPjxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuXHJcbiAgICAgICAgICBzdHlsZT0nZm9udC1zaXplOjEwLjBwdDtmb250LWZhbWlseTpBcmlhbDtjb2xvcjp3aW5kb3d0ZXh0Jz5BVFROOiBQb3J0YWxcclxuICAgICAgICAgIE1hbmFnZXI8L3NwYW4+PC9zcGFuPjwvcD5cclxuXHJcbiAgICA8cCBjbGFzcz1Nc29Ob3JtYWwgc3R5bGU9J21hcmdpbi1sZWZ0Oi41aW4nPlxyXG4gICAgICA8c3BhbiBjbGFzcz1jb250ZW50MT48c3BhbiBzdHlsZT0nZm9udC1zaXplOjEwLjBwdDtmb250LWZhbWlseTpBcmlhbDtcclxuICAgICAgY29sb3I6d2luZG93dGV4dCc+MTIzNSBFY2hlbG9uIFBhcmt3YXk8L3NwYW4+PC9zcGFuPjxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuIHN0eWxlPSdmb250LXNpemU6MTAuMHB0O2ZvbnQtZmFtaWx5OkFyaWFsO2NvbG9yOndpbmRvd3RleHQnPlxyXG4gICAgICAgICAgXHJcbiAgICAgICAgPC9zcGFuPjwvc3Bhbj5cclxuICAgIDwvcD5cclxuXHJcbiAgICA8cCBjbGFzcz1Nc29Ob3JtYWwgc3R5bGU9J21hcmdpbi1sZWZ0Oi41aW4nPlxyXG4gICAgICA8c3BhbiBjbGFzcz1jb250ZW50MT48c3BhbiBzdHlsZT0nZm9udC1zaXplOjEwLjBwdDtmb250LWZhbWlseTpBcmlhbDtcclxuICAgICAgY29sb3I6d2luZG93dGV4dCc+SmFja3Nvbjwvc3Bhbj48L3NwYW4+PHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW5cclxuICAgICAgICAgICAgc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7Zm9udC1mYW1pbHk6QXJpYWw7Y29sb3I6d2luZG93dGV4dCc+LCBNUyZuYnNwO1xyXG4gICAgICAgICAgICAzOTIxNS0xNjk5PC9zcGFuPjwvc3Bhbj5cclxuICAgICAgPHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7Zm9udC1mYW1pbHk6QXJpYWw7Y29sb3I6d2luZG93dGV4dCc+XHJcbiAgICAgICAgICBcclxuICAgICAgICA8L3NwYW4+PC9zcGFuPlxyXG4gICAgPC9wPlxyXG5cclxuICAgIDxwIGNsYXNzPU1zb05vcm1hbD48c3BhbiBjbGFzcz1jb250ZW50MT48c3BhbiBzdHlsZT0nZm9udC1zaXplOjEwLjBwdDtcclxuICAgIGZvbnQtZmFtaWx5OkFyaWFsO2NvbG9yOndpbmRvd3RleHQnPlxyXG4gICAgICAgICAgXHJcbiAgICAgICAgPC9zcGFuPjwvc3Bhbj48L3A+XHJcblxyXG4gICAgPHAgY2xhc3M9TXNvTm9ybWFsPjxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuIHN0eWxlPSdmb250LXNpemU6MTAuMHB0O1xyXG4gICAgZm9udC1mYW1pbHk6QXJpYWw7Y29sb3I6d2luZG93dGV4dCc+VGVsZXBob25lOjwvc3Bhbj48L3NwYW4+PC9wPlxyXG5cclxuICAgIDxwIGNsYXNzPU1zb05vcm1hbCBzdHlsZT0ndGV4dC1pbmRlbnQ6LjVpbic+PHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW5cclxuICAgICAgICAgIHN0eWxlPSdmb250LXNpemU6MTAuMHB0O2ZvbnQtZmFtaWx5OkFyaWFsO2NvbG9yOndpbmRvd3RleHQnPig2MDEpIDMyMS02MDAwPC9zcGFuPjwvc3Bhbj48L3A+XHJcblxyXG4gICAgPHAgY2xhc3M9TXNvTm9ybWFsPjxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuIHN0eWxlPSdmb250LXNpemU6MTAuMHB0O1xyXG4gICAgZm9udC1mYW1pbHk6QXJpYWw7Y29sb3I6d2luZG93dGV4dCc+XHJcbiAgICAgICAgICBcclxuICAgICAgICA8L3NwYW4+PC9zcGFuPjwvcD5cclxuXHJcbiAgICA8cCBjbGFzcz1Nc29Ob3JtYWw+PHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7XHJcbiAgICBmb250LWZhbWlseTpBcmlhbDtjb2xvcjp3aW5kb3d0ZXh0Jz5FbWFpbDo8L3NwYW4+PC9zcGFuPjwvcD5cclxuXHJcbiAgICA8cCBjbGFzcz1Nc29Ob3JtYWwgc3R5bGU9J3RleHQtaW5kZW50Oi41aW4nPjxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuXHJcbiAgICAgICAgICBzdHlsZT0nZm9udC1zaXplOjEwLjBwdDttc28tYmlkaS1mb250LXNpemU6OC4wcHQ7Zm9udC1mYW1pbHk6QXJpYWw7Y29sb3I6d2luZG93dGV4dCc+PGFcclxuICAgICAgICAgICAgaHJlZj1cIm1haWx0bzppbnRlcm5ldEBtZGVzLm1zLmdvdlwiIHRhcmdldD1cIl9ibGFua1wiPjxzcGFuIGNsYXNzPWVtYWlsZ3JheTE+PHNwYW5cclxuICAgICAgICAgICAgICAgIHN0eWxlPSdtc28tYW5zaS1mb250LXNpemU6MTAuMHB0O2ZvbnQtZmFtaWx5OkFyaWFsO2NvbG9yOndpbmRvd3RleHQnPkNvbnRhY3RcclxuICAgICAgICAgICAgICAgIFVzPC9zcGFuPjwvc3Bhbj48L2E+PC9zcGFuPjwvc3Bhbj48c3BhbiBzdHlsZT0nZm9udC1zaXplOjEwLjBwdDtmb250LWZhbWlseTpBcmlhbCc+XHJcbiAgICAgICAgXHJcbiAgICAgIDwvc3Bhbj48L3A+XHJcblxyXG4gICAgPHA+PHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjguMHB0O1xyXG4gICAgZm9udC1mYW1pbHk6QXJpYWw7Y29sb3I6d2luZG93dGV4dCc+VGhlIE1pc3Npc3NpcHBpIERlcGFydG1lbnQgb2YgRW1wbG95bWVudFxyXG4gICAgICAgICAgU2VjdXJpdHkgaXMgYW4gZXF1YWwgb3Bwb3J0dW5pdHkgZW1wbG95ZXIuPC9zcGFuPjwvc3Bhbj48c3BhbiBzdHlsZT0nZm9udC1zaXplOlxyXG4gICAgMTAuMHB0O21zby1iaWRpLWZvbnQtc2l6ZTo4LjBwdDtmb250LWZhbWlseTpBcmlhbCc+PGJyPlxyXG4gICAgICAgIDxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuIHN0eWxlPSdtc28tYW5zaS1mb250LXNpemU6MTAuMHB0O2ZvbnQtZmFtaWx5OkFyaWFsO1xyXG4gICAgY29sb3I6d2luZG93dGV4dCc+QXV4aWxpYXJ5IGFpZHMgYW5kIHNlcnZpY2VzIGFyZSBhdmFpbGFibGUgdXBvbiByZXF1ZXN0IHRvXHJcbiAgICAgICAgICAgIGluZGl2aWR1YWxzIHdpdGggZGlzYWJpbGl0aWVzLjwvc3Bhbj48L3NwYW4+PC9zcGFuPjxzcGFuIHN0eWxlPSdmb250LWZhbWlseTpcclxuICAgIEFyaWFsJz5cclxuICAgICAgICBcclxuICAgICAgPC9zcGFuPjwvcD5cclxuXHJcbiAgPC9kaXY+XHJcbjwvaW9uLWNvbnRlbnQ+XHJcblxyXG48aW9uLWZvb3Rlcj5cclxuICA8ZGl2IGNsYXNzPVwiaW9uLXRleHQtcmlnaHQgaW9uLXBhZGRpbmdcIj5cclxuICAgIDxpb24tYnV0dG9uIHNoYXBlPVwicm91bmRcIiB0eXBlPVwic3VibWl0XCIgKGNsaWNrKT1cImNsb3NlKClcIiBjb2xvcj1cInN1Y2Nlc3NcIj5cclxuICAgICAgPGlvbi1pY29uIHNsb3Q9XCJzdGFydFwiIG5hbWU9XCJjbG9zZS1zaGFycFwiPjwvaW9uLWljb24+XHJcbiAgICAgIENsb3NlXHJcbiAgICA8L2lvbi1idXR0b24+XHJcbiAgPC9kaXY+XHJcbjwvaW9uLWZvb3Rlcj4iXX0=
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@ionic/angular";
|
|
4
|
-
export class SecurityPolicyPage {
|
|
5
|
-
constructor(popup) {
|
|
6
|
-
this.popup = popup;
|
|
7
|
-
}
|
|
8
|
-
ngOnInit() {
|
|
9
|
-
}
|
|
10
|
-
close() {
|
|
11
|
-
this.popup.dismiss().catch(err => {
|
|
12
|
-
window.close();
|
|
13
|
-
});
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
SecurityPolicyPage.ɵfac = function SecurityPolicyPage_Factory(t) { return new (t || SecurityPolicyPage)(i0.ɵɵdirectiveInject(i1.PopoverController)); };
|
|
17
|
-
SecurityPolicyPage.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SecurityPolicyPage, selectors: [["app-security-policy"]], decls: 44, vars: 0, consts: [[1, "ion-padding"], [1, "Section1"], [1, "MsoNormal"], [1, "content1"], [2, "font-size", "10.0pt", "mso-bidi-font-size", "8.0pt", "font-family", "Arial", "color", "windowtext"], [2, "font-size", "10.0pt", "mso-bidi-font-size", "8.0pt", "font-family", "Arial"], [2, "mso-ansi-font-size", "10.0pt", "font-family", "Arial", "color", "windowtext"], [2, "margin-left", "1.0in"], [1, "ion-text-right", "ion-padding"], ["shape", "round", "type", "submit", "color", "success", 3, "click"], ["slot", "start", "name", "close-sharp"]], template: function SecurityPolicyPage_Template(rf, ctx) { if (rf & 1) {
|
|
18
|
-
i0.ɵɵelementStart(0, "ion-header")(1, "ion-toolbar")(2, "ion-title");
|
|
19
|
-
i0.ɵɵtext(3, "Internal Audit and Security");
|
|
20
|
-
i0.ɵɵelementEnd()()();
|
|
21
|
-
i0.ɵɵelementStart(4, "ion-content", 0)(5, "div", 1)(6, "p", 2)(7, "span", 3)(8, "span", 4);
|
|
22
|
-
i0.ɵɵtext(9, "In 1982, the United States Department of Labor (USDOL) initiated a priority nationwide program designed to prevent and detect internal abuse, waste and fraud committed by employees in all USDOL funded employment and training programs. All State Employment Security Agencies were required to participate in this program. The primary responsibility for implementing and conducting this program at the Mississippi Department of Employment Security is assigned to the Internal Security staff in the Office of Customer Operations Support. ");
|
|
23
|
-
i0.ɵɵelementEnd()();
|
|
24
|
-
i0.ɵɵelementStart(10, "span", 5);
|
|
25
|
-
i0.ɵɵelement(11, "br")(12, "br");
|
|
26
|
-
i0.ɵɵelementStart(13, "span", 3)(14, "span", 6);
|
|
27
|
-
i0.ɵɵtext(15, "The Mississippi Department of Employment Security (MDES) is subject to risks from various factors including fraud, waste, internal abuse, etc. The Unemployment Insurance (UI) program is especially vulnerable to these types of risks due to the potential for loss associated with the payment of benefits and collection of taxes. The rapid rate of change in electronic technology, including applications of technology to all MDES programs, has brought about additional risks. These risks make it imperative for all MDES employees to have a clear understanding of the agency\u2019s existing security related procedures and confidentiality policies as well as a basic understanding of computer security precautions.");
|
|
28
|
-
i0.ɵɵelementEnd()();
|
|
29
|
-
i0.ɵɵelement(16, "br")(17, "br");
|
|
30
|
-
i0.ɵɵelementStart(18, "span", 3)(19, "span", 6);
|
|
31
|
-
i0.ɵɵtext(20, "The role of the Internal Security staff is to protect MDES\u2019 UI resources, improve the overall efficiency and security of all UI operations and prevent and detect fraud, waste and abuse. It shall conduct inquiries and investigations and make recommendations to management relating to UI internal operations. ");
|
|
32
|
-
i0.ɵɵelementEnd()();
|
|
33
|
-
i0.ɵɵelement(21, "br")(22, "br");
|
|
34
|
-
i0.ɵɵelementStart(23, "span", 3)(24, "span", 6);
|
|
35
|
-
i0.ɵɵtext(25, " The Internal Security staff is authorized by the Executive Director to have access to all agency resources (property, records, and personnel) relevant to the objectives of their assignment and responsibilities. Carrying out these duties and responsibilities, as a fact-finding unit, will entail a close working relationship with all levels of management. All employees shall cooperate in the conduct of review, audits, or investigations and shall provide information and assistance as requested. ");
|
|
36
|
-
i0.ɵɵelementEnd()()()();
|
|
37
|
-
i0.ɵɵelementStart(26, "p", 7)(27, "span", 4);
|
|
38
|
-
i0.ɵɵtext(28, " Internal Security ");
|
|
39
|
-
i0.ɵɵelementEnd();
|
|
40
|
-
i0.ɵɵelementStart(29, "span", 5);
|
|
41
|
-
i0.ɵɵelement(30, "br");
|
|
42
|
-
i0.ɵɵelementStart(31, "span", 3)(32, "span", 6);
|
|
43
|
-
i0.ɵɵtext(33, "866-724-0430 and press 2 ");
|
|
44
|
-
i0.ɵɵelementEnd();
|
|
45
|
-
i0.ɵɵelementStart(34, "span", 5);
|
|
46
|
-
i0.ɵɵelement(35, "br");
|
|
47
|
-
i0.ɵɵelementStart(36, "span", 3)(37, "span", 6);
|
|
48
|
-
i0.ɵɵtext(38, "internalaudit@mdes.ms.gov");
|
|
49
|
-
i0.ɵɵelementEnd()()()()()()()();
|
|
50
|
-
i0.ɵɵelementStart(39, "ion-footer")(40, "div", 8)(41, "ion-button", 9);
|
|
51
|
-
i0.ɵɵlistener("click", function SecurityPolicyPage_Template_ion_button_click_41_listener() { return ctx.close(); });
|
|
52
|
-
i0.ɵɵelement(42, "ion-icon", 10);
|
|
53
|
-
i0.ɵɵtext(43, " Close ");
|
|
54
|
-
i0.ɵɵelementEnd()()();
|
|
55
|
-
} }, dependencies: [i1.IonButton, i1.IonContent, i1.IonFooter, i1.IonHeader, i1.IonIcon, i1.IonTitle, i1.IonToolbar], styles: ["[_nghost-%COMP%] .header-md:after{width:0px!important}[_nghost-%COMP%] .footer-md:before{width:0px!important}"] });
|
|
56
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SecurityPolicyPage, [{
|
|
57
|
-
type: Component,
|
|
58
|
-
args: [{ selector: 'app-security-policy', template: "<ion-header>\r\n <ion-toolbar>\r\n <ion-title>Internal Audit and Security</ion-title>\r\n </ion-toolbar>\r\n</ion-header>\r\n\r\n<ion-content class=\"ion-padding\">\r\n <div class=Section1>\r\n <p class=MsoNormal>\r\n <span class=content1><span style='font-size:10.0pt;\r\n mso-bidi-font-size:8.0pt;font-family:Arial;color:windowtext'>In 1982, the\r\n United States Department of Labor (USDOL) initiated a priority nationwide\r\n program designed to prevent and detect internal abuse, waste and fraud\r\n committed by employees in all USDOL funded employment and training programs.\r\n All State Employment Security Agencies were required to participate in this\r\n program. The primary responsibility for implementing and conducting this\r\n program at the Mississippi Department of Employment Security is assigned\r\n to the Internal Security staff in the Office of Customer Operations Support.\r\n </span></span>\r\n <span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;font-family:Arial'>\r\n <br>\r\n <br>\r\n <span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:Arial;\r\n color:windowtext'>The Mississippi Department of Employment Security (MDES) is\r\n subject to risks from various factors including fraud, waste, internal abuse,\r\n etc. The Unemployment Insurance (UI) program is especially vulnerable to these\r\n types of risks due to the potential for loss associated with the payment of\r\n benefits and collection of taxes. The rapid rate of change in electronic\r\n technology, including applications of technology to all MDES programs, has\r\n brought about additional risks. These risks make it imperative for all MDES\r\n employees to have a clear understanding of the agency\u2019s existing security\r\n related procedures and confidentiality policies as well as a basic understanding\r\n of computer security precautions.</span></span><br>\r\n <br>\r\n <span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:Arial;\r\n color:windowtext'>The role of the Internal Security staff is to protect MDES\u2019 UI resources,\r\n improve the overall efficiency and security of all UI operations and\r\n prevent and detect fraud, waste and abuse. It shall conduct inquiries\r\n and investigations and make recommendations to management relating to\r\n UI internal operations. </span></span><br>\r\n <br>\r\n <span class=content1>\r\n <span style='mso-ansi-font-size:10.0pt;font-family:Arial;\r\n color:windowtext'>\r\n The Internal Security staff is authorized by the Executive Director\r\n to have access to all agency resources (property, records, and personnel)\r\n relevant to the objectives of their assignment and responsibilities.\r\n Carrying out these duties and responsibilities, as a fact-finding unit,\r\n will entail a close working relationship with all levels of management.\r\n All employees shall cooperate in the conduct of review, audits, or\r\n investigations and shall provide information and assistance as requested.\r\n \r\n </span>\r\n </span>\r\n </span>\r\n </p>\r\n <p style='margin-left:1.0in'>\r\n <span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;font-family:Arial;color:windowtext'> Internal Security </span>\r\n <span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;font-family:Arial'><br>\r\n <span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:Arial;\r\n color:windowtext'>866-724-0430 and press 2 </span>\r\n <span style='font-size:10.0pt;mso-bidi-font-size:8.0pt;font-family:Arial'><br>\r\n <span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:Arial;\r\n color:windowtext'>internalaudit@mdes.ms.gov</span></span></span></span></span>\r\n </p>\r\n </div>\r\n</ion-content>\r\n\r\n<ion-footer>\r\n <div class=\"ion-text-right ion-padding\">\r\n <ion-button shape=\"round\" type=\"submit\" (click)=\"close()\" color=\"success\">\r\n <ion-icon slot=\"start\" name=\"close-sharp\"></ion-icon>\r\n Close\r\n </ion-button>\r\n </div>\r\n</ion-footer>", styles: [":host ::ng-deep .header-md:after{width:0px!important}:host ::ng-deep .footer-md:before{width:0px!important}\n"] }]
|
|
59
|
-
}], function () { return [{ type: i1.PopoverController }]; }, null); })();
|
|
60
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VjdXJpdHktcG9saWN5LnBhZ2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL3BhZ2VzL2NvbW1vbi9zZWN1cml0eS1wb2xpY3kvc2VjdXJpdHktcG9saWN5LnBhZ2UudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL3BhZ2VzL2NvbW1vbi9zZWN1cml0eS1wb2xpY3kvc2VjdXJpdHktcG9saWN5LnBhZ2UuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDOzs7QUFRbEQsTUFBTSxPQUFPLGtCQUFrQjtJQUU3QixZQUFtQixLQUF3QjtRQUF4QixVQUFLLEdBQUwsS0FBSyxDQUFtQjtJQUFJLENBQUM7SUFFaEQsUUFBUTtJQUNSLENBQUM7SUFFRCxLQUFLO1FBQ0gsSUFBSSxDQUFDLEtBQUssQ0FBQyxPQUFPLEVBQUUsQ0FBQyxLQUFLLENBQUMsR0FBRyxDQUFDLEVBQUU7WUFDL0IsTUFBTSxDQUFDLEtBQUssRUFBRSxDQUFDO1FBQ2pCLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQzs7b0ZBWFUsa0JBQWtCO3FFQUFsQixrQkFBa0I7UUNSL0Isa0NBQVksa0JBQUEsZ0JBQUE7UUFFRywyQ0FBMkI7UUFBQSxpQkFBWSxFQUFBLEVBQUE7UUFJdEQsc0NBQWlDLGFBQUEsV0FBQSxjQUFBLGNBQUE7UUFJc0Msc2lCQVEvRDtRQUFBLGlCQUFPLEVBQUE7UUFDVCxnQ0FBMEU7UUFDeEUsc0JBQUksVUFBQTtRQUVKLGdDQUFxQixlQUFBO1FBQ0UsdXRCQVNjO1FBQUEsaUJBQU8sRUFBQTtRQUFPLHNCQUFJLFVBQUE7UUFFdkQsZ0NBQXFCLGVBQUE7UUFDRSx5VUFJSztRQUFBLGlCQUFPLEVBQUE7UUFBTyxzQkFBSSxVQUFBO1FBRTlDLGdDQUFxQixlQUFBO1FBR2pCLGtnQkFRRjtRQUFBLGlCQUFPLEVBQUEsRUFBQSxFQUFBO1FBSWIsNkJBQTZCLGVBQUE7UUFDaUUsb0NBQWtCO1FBQUEsaUJBQU87UUFDckgsZ0NBQTBFO1FBQUEsc0JBQUk7UUFDNUUsZ0NBQXFCLGVBQUE7UUFDRCwwQ0FBeUI7UUFBQSxpQkFBTztRQUNsRCxnQ0FBMEU7UUFBQSxzQkFBSTtRQUM1RSxnQ0FBcUIsZUFBQTtRQUNMLDBDQUF5QjtRQUFBLGlCQUFPLEVBQUEsRUFBQSxFQUFBLEVBQUEsRUFBQSxFQUFBLEVBQUE7UUFLNUQsbUNBQVksY0FBQSxxQkFBQTtRQUVnQyxvR0FBUyxXQUFPLElBQUM7UUFDdkQsZ0NBQXFEO1FBQ3JELHdCQUNGO1FBQUEsaUJBQWEsRUFBQSxFQUFBOzt1RkRqRUosa0JBQWtCO2NBTDlCLFNBQVM7MkJBQ0UscUJBQXFCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFBvcG92ZXJDb250cm9sbGVyIH0gZnJvbSAnQGlvbmljL2FuZ3VsYXInO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtc2VjdXJpdHktcG9saWN5JyxcbiAgdGVtcGxhdGVVcmw6ICcuL3NlY3VyaXR5LXBvbGljeS5wYWdlLmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9zZWN1cml0eS1wb2xpY3kucGFnZS5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIFNlY3VyaXR5UG9saWN5UGFnZSBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgY29uc3RydWN0b3IocHVibGljIHBvcHVwOiBQb3BvdmVyQ29udHJvbGxlcikgeyB9XG5cbiAgbmdPbkluaXQoKSB7XG4gIH1cblxuICBjbG9zZSgpe1xuICAgIHRoaXMucG9wdXAuZGlzbWlzcygpLmNhdGNoKGVyciA9PiB7XG4gICAgICB3aW5kb3cuY2xvc2UoKTtcbiAgICB9KTtcbiAgfVxuXG59XG4iLCI8aW9uLWhlYWRlcj5cclxuICA8aW9uLXRvb2xiYXI+XHJcbiAgICA8aW9uLXRpdGxlPkludGVybmFsIEF1ZGl0IGFuZCBTZWN1cml0eTwvaW9uLXRpdGxlPlxyXG4gIDwvaW9uLXRvb2xiYXI+XHJcbjwvaW9uLWhlYWRlcj5cclxuXHJcbjxpb24tY29udGVudCBjbGFzcz1cImlvbi1wYWRkaW5nXCI+XHJcbiAgPGRpdiBjbGFzcz1TZWN0aW9uMT5cclxuICAgIDxwIGNsYXNzPU1zb05vcm1hbD5cclxuICAgICAgPHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7XHJcbiAgICAgICAgICBtc28tYmlkaS1mb250LXNpemU6OC4wcHQ7Zm9udC1mYW1pbHk6QXJpYWw7Y29sb3I6d2luZG93dGV4dCc+SW4gMTk4MiwgdGhlXHJcbiAgICAgICAgICBVbml0ZWQgU3RhdGVzIERlcGFydG1lbnQgb2YgTGFib3IgKFVTRE9MKSBpbml0aWF0ZWQgYSBwcmlvcml0eSBuYXRpb253aWRlXHJcbiAgICAgICAgICBwcm9ncmFtIGRlc2lnbmVkIHRvIHByZXZlbnQgYW5kIGRldGVjdCBpbnRlcm5hbCBhYnVzZSwgd2FzdGUgYW5kIGZyYXVkXHJcbiAgICAgICAgICBjb21taXR0ZWQgYnkgZW1wbG95ZWVzIGluIGFsbCBVU0RPTCBmdW5kZWQgZW1wbG95bWVudCBhbmQgdHJhaW5pbmcgcHJvZ3JhbXMuXHJcbiAgICAgICAgICBBbGwgU3RhdGUgRW1wbG95bWVudCBTZWN1cml0eSBBZ2VuY2llcyB3ZXJlIHJlcXVpcmVkIHRvIHBhcnRpY2lwYXRlIGluIHRoaXNcclxuICAgICAgICAgIHByb2dyYW0uIFRoZSBwcmltYXJ5IHJlc3BvbnNpYmlsaXR5IGZvciBpbXBsZW1lbnRpbmcgYW5kIGNvbmR1Y3RpbmcgdGhpc1xyXG4gICAgICAgICAgcHJvZ3JhbSBhdCB0aGUgTWlzc2lzc2lwcGkgRGVwYXJ0bWVudCBvZiBFbXBsb3ltZW50IFNlY3VyaXR5IGlzIGFzc2lnbmVkXHJcbiAgICAgICAgICB0byB0aGUgSW50ZXJuYWwgU2VjdXJpdHkgc3RhZmYgaW4gdGhlIE9mZmljZSBvZiBDdXN0b21lciBPcGVyYXRpb25zIFN1cHBvcnQuXHJcbiAgICAgICAgPC9zcGFuPjwvc3Bhbj5cclxuICAgICAgPHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjguMHB0O2ZvbnQtZmFtaWx5OkFyaWFsJz5cclxuICAgICAgICA8YnI+XHJcbiAgICAgICAgPGJyPlxyXG4gICAgICAgIDxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuIHN0eWxlPSdtc28tYW5zaS1mb250LXNpemU6MTAuMHB0O2ZvbnQtZmFtaWx5OkFyaWFsO1xyXG4gICAgICAgICAgICAgY29sb3I6d2luZG93dGV4dCc+VGhlIE1pc3Npc3NpcHBpIERlcGFydG1lbnQgb2YgRW1wbG95bWVudCBTZWN1cml0eSAoTURFUykgaXNcclxuICAgICAgICAgICAgc3ViamVjdCB0byByaXNrcyBmcm9tIHZhcmlvdXMgZmFjdG9ycyBpbmNsdWRpbmcgZnJhdWQsIHdhc3RlLCBpbnRlcm5hbCBhYnVzZSxcclxuICAgICAgICAgICAgZXRjLiBUaGUgVW5lbXBsb3ltZW50IEluc3VyYW5jZSAoVUkpIHByb2dyYW0gaXMgZXNwZWNpYWxseSB2dWxuZXJhYmxlIHRvIHRoZXNlXHJcbiAgICAgICAgICAgIHR5cGVzIG9mIHJpc2tzIGR1ZSB0byB0aGUgcG90ZW50aWFsIGZvciBsb3NzIGFzc29jaWF0ZWQgd2l0aCB0aGUgcGF5bWVudCBvZlxyXG4gICAgICAgICAgICBiZW5lZml0cyBhbmQgY29sbGVjdGlvbiBvZiB0YXhlcy4gVGhlIHJhcGlkIHJhdGUgb2YgY2hhbmdlIGluIGVsZWN0cm9uaWNcclxuICAgICAgICAgICAgdGVjaG5vbG9neSwgaW5jbHVkaW5nIGFwcGxpY2F0aW9ucyBvZiB0ZWNobm9sb2d5IHRvIGFsbCBNREVTIHByb2dyYW1zLCBoYXNcclxuICAgICAgICAgICAgYnJvdWdodCBhYm91dCBhZGRpdGlvbmFsIHJpc2tzLiBUaGVzZSByaXNrcyBtYWtlIGl0IGltcGVyYXRpdmUgZm9yIGFsbCBNREVTXHJcbiAgICAgICAgICAgIGVtcGxveWVlcyB0byBoYXZlIGEgY2xlYXIgdW5kZXJzdGFuZGluZyBvZiB0aGUgYWdlbmN54oCZcyBleGlzdGluZyBzZWN1cml0eVxyXG4gICAgICAgICAgICByZWxhdGVkIHByb2NlZHVyZXMgYW5kIGNvbmZpZGVudGlhbGl0eSBwb2xpY2llcyBhcyB3ZWxsIGFzIGEgYmFzaWMgdW5kZXJzdGFuZGluZ1xyXG4gICAgICAgICAgICBvZiBjb21wdXRlciBzZWN1cml0eSBwcmVjYXV0aW9ucy48L3NwYW4+PC9zcGFuPjxicj5cclxuICAgICAgICA8YnI+XHJcbiAgICAgICAgPHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J21zby1hbnNpLWZvbnQtc2l6ZToxMC4wcHQ7Zm9udC1mYW1pbHk6QXJpYWw7XHJcbiAgICAgICAgICAgICBjb2xvcjp3aW5kb3d0ZXh0Jz5UaGUgcm9sZSBvZiB0aGUgSW50ZXJuYWwgU2VjdXJpdHkgc3RhZmYgaXMgdG8gcHJvdGVjdCBNREVT4oCZIFVJIHJlc291cmNlcyxcclxuICAgICAgICAgICAgaW1wcm92ZSB0aGUgb3ZlcmFsbCBlZmZpY2llbmN5IGFuZCBzZWN1cml0eSBvZiBhbGwgVUkgb3BlcmF0aW9ucyBhbmRcclxuICAgICAgICAgICAgcHJldmVudCBhbmQgZGV0ZWN0IGZyYXVkLCB3YXN0ZSBhbmQgYWJ1c2UuIEl0IHNoYWxsIGNvbmR1Y3QgaW5xdWlyaWVzXHJcbiAgICAgICAgICAgIGFuZCBpbnZlc3RpZ2F0aW9ucyBhbmQgbWFrZSByZWNvbW1lbmRhdGlvbnMgdG8gbWFuYWdlbWVudCByZWxhdGluZyB0b1xyXG4gICAgICAgICAgICBVSSBpbnRlcm5hbCBvcGVyYXRpb25zLiA8L3NwYW4+PC9zcGFuPjxicj5cclxuICAgICAgICA8YnI+XHJcbiAgICAgICAgPHNwYW4gY2xhc3M9Y29udGVudDE+XHJcbiAgICAgICAgICA8c3BhbiBzdHlsZT0nbXNvLWFuc2ktZm9udC1zaXplOjEwLjBwdDtmb250LWZhbWlseTpBcmlhbDtcclxuICAgICAgICAgICAgICAgIGNvbG9yOndpbmRvd3RleHQnPlxyXG4gICAgICAgICAgICBUaGUgSW50ZXJuYWwgU2VjdXJpdHkgc3RhZmYgaXMgYXV0aG9yaXplZCBieSB0aGUgRXhlY3V0aXZlIERpcmVjdG9yXHJcbiAgICAgICAgICAgIHRvIGhhdmUgYWNjZXNzIHRvIGFsbCBhZ2VuY3kgcmVzb3VyY2VzIChwcm9wZXJ0eSwgcmVjb3JkcywgYW5kIHBlcnNvbm5lbClcclxuICAgICAgICAgICAgcmVsZXZhbnQgdG8gdGhlIG9iamVjdGl2ZXMgb2YgdGhlaXIgYXNzaWdubWVudCBhbmQgcmVzcG9uc2liaWxpdGllcy5cclxuICAgICAgICAgICAgQ2Fycnlpbmcgb3V0IHRoZXNlIGR1dGllcyBhbmQgcmVzcG9uc2liaWxpdGllcywgYXMgYSBmYWN0LWZpbmRpbmcgdW5pdCxcclxuICAgICAgICAgICAgd2lsbCBlbnRhaWwgYSBjbG9zZSB3b3JraW5nIHJlbGF0aW9uc2hpcCB3aXRoIGFsbCBsZXZlbHMgb2YgbWFuYWdlbWVudC5cclxuICAgICAgICAgICAgQWxsIGVtcGxveWVlcyBzaGFsbCBjb29wZXJhdGUgaW4gdGhlIGNvbmR1Y3Qgb2YgcmV2aWV3LCBhdWRpdHMsIG9yXHJcbiAgICAgICAgICAgIGludmVzdGlnYXRpb25zIGFuZCBzaGFsbCBwcm92aWRlIGluZm9ybWF0aW9uIGFuZCBhc3Npc3RhbmNlIGFzIHJlcXVlc3RlZC5cclxuICAgICAgICAgICAgXHJcbiAgICAgICAgICA8L3NwYW4+XHJcbiAgICAgICAgPC9zcGFuPlxyXG4gICAgICA8L3NwYW4+XHJcbiAgICA8L3A+XHJcbiAgICA8cCBzdHlsZT0nbWFyZ2luLWxlZnQ6MS4waW4nPlxyXG4gICAgICA8c3BhbiBzdHlsZT0nZm9udC1zaXplOjEwLjBwdDttc28tYmlkaS1mb250LXNpemU6OC4wcHQ7Zm9udC1mYW1pbHk6QXJpYWw7Y29sb3I6d2luZG93dGV4dCc+IEludGVybmFsIFNlY3VyaXR5IDwvc3Bhbj5cclxuICAgICAgPHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjguMHB0O2ZvbnQtZmFtaWx5OkFyaWFsJz48YnI+XHJcbiAgICAgICAgPHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J21zby1hbnNpLWZvbnQtc2l6ZToxMC4wcHQ7Zm9udC1mYW1pbHk6QXJpYWw7XHJcbiAgICAgICAgICBjb2xvcjp3aW5kb3d0ZXh0Jz44NjYtNzI0LTA0MzAgYW5kIHByZXNzIDIgPC9zcGFuPlxyXG4gICAgICAgICAgPHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOjguMHB0O2ZvbnQtZmFtaWx5OkFyaWFsJz48YnI+XHJcbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuIHN0eWxlPSdtc28tYW5zaS1mb250LXNpemU6MTAuMHB0O2ZvbnQtZmFtaWx5OkFyaWFsO1xyXG4gICAgICAgICAgY29sb3I6d2luZG93dGV4dCc+aW50ZXJuYWxhdWRpdEBtZGVzLm1zLmdvdjwvc3Bhbj48L3NwYW4+PC9zcGFuPjwvc3Bhbj48L3NwYW4+XHJcbiAgICA8L3A+XHJcbiAgPC9kaXY+XHJcbjwvaW9uLWNvbnRlbnQ+XHJcblxyXG48aW9uLWZvb3Rlcj5cclxuICA8ZGl2IGNsYXNzPVwiaW9uLXRleHQtcmlnaHQgaW9uLXBhZGRpbmdcIj5cclxuICAgIDxpb24tYnV0dG9uIHNoYXBlPVwicm91bmRcIiB0eXBlPVwic3VibWl0XCIgKGNsaWNrKT1cImNsb3NlKClcIiBjb2xvcj1cInN1Y2Nlc3NcIj5cclxuICAgICAgPGlvbi1pY29uIHNsb3Q9XCJzdGFydFwiIG5hbWU9XCJjbG9zZS1zaGFycFwiPjwvaW9uLWljb24+XHJcbiAgICAgIENsb3NlXHJcbiAgICA8L2lvbi1idXR0b24+XHJcbiAgPC9kaXY+XHJcbjwvaW9uLWZvb3Rlcj4iXX0=
|