@reusa/ngx-reusa-app-lib 0.0.732 → 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,207 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import { LibConstants } from '../../../models/LibConstants';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "../../../services/util/util.service";
|
|
5
|
-
import * as i2 from "@ionic/angular";
|
|
6
|
-
import * as i3 from "@angular/common";
|
|
7
|
-
import * as i4 from "primeng/api";
|
|
8
|
-
import * as i5 from "primeng/carousel";
|
|
9
|
-
import * as i6 from "../../../components/content/content.component";
|
|
10
|
-
import * as i7 from "@ngx-translate/core";
|
|
11
|
-
function LandingComponent_ng_template_20_a_4_Template(rf, ctx) { if (rf & 1) {
|
|
12
|
-
i0.ɵɵelementStart(0, "a", 29);
|
|
13
|
-
i0.ɵɵtext(1, "More Info");
|
|
14
|
-
i0.ɵɵelementEnd();
|
|
15
|
-
} if (rf & 2) {
|
|
16
|
-
const banner_r1 = i0.ɵɵnextContext().$implicit;
|
|
17
|
-
i0.ɵɵpropertyInterpolate("href", banner_r1.url, i0.ɵɵsanitizeUrl);
|
|
18
|
-
} }
|
|
19
|
-
function LandingComponent_ng_template_20_Template(rf, ctx) { if (rf & 1) {
|
|
20
|
-
i0.ɵɵelementStart(0, "h3");
|
|
21
|
-
i0.ɵɵtext(1);
|
|
22
|
-
i0.ɵɵelementEnd();
|
|
23
|
-
i0.ɵɵelementStart(2, "p");
|
|
24
|
-
i0.ɵɵtext(3);
|
|
25
|
-
i0.ɵɵelementEnd();
|
|
26
|
-
i0.ɵɵtemplate(4, LandingComponent_ng_template_20_a_4_Template, 2, 1, "a", 28);
|
|
27
|
-
} if (rf & 2) {
|
|
28
|
-
const banner_r1 = ctx.$implicit;
|
|
29
|
-
i0.ɵɵadvance(1);
|
|
30
|
-
i0.ɵɵtextInterpolate(banner_r1.title);
|
|
31
|
-
i0.ɵɵadvance(2);
|
|
32
|
-
i0.ɵɵtextInterpolate(banner_r1.desc);
|
|
33
|
-
i0.ɵɵadvance(1);
|
|
34
|
-
i0.ɵɵproperty("ngIf", banner_r1.url);
|
|
35
|
-
} }
|
|
36
|
-
export class LandingComponent {
|
|
37
|
-
constructor(util, nav) {
|
|
38
|
-
this.util = util;
|
|
39
|
-
this.nav = nav;
|
|
40
|
-
this.appVersion = LibConstants.appVersion;
|
|
41
|
-
}
|
|
42
|
-
ngOnInit() {
|
|
43
|
-
this.banners = [
|
|
44
|
-
{
|
|
45
|
-
title: "Lost Wages Assistance",
|
|
46
|
-
desc: "To enter your information for Lost Wages Assistance (LWA) Certification, please use the link below.",
|
|
47
|
-
url: "https://mdes.ms.gov/unemployment-claims/covid19/lost-wages-assistance/",
|
|
48
|
-
icon: ""
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
title: "Worksearch Requirements",
|
|
52
|
-
desc: "An individual must make an active search for full-time work in order to receive unemployment insurance benefits. The Work Search temporary waiver under the Executive Order No. 1510 will expire as of August 08, 2020.",
|
|
53
|
-
url: "https://mdes.ms.gov/unemployment-claims/benefit-information/worksearch-requirements/",
|
|
54
|
-
icon: ""
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
title: "Pandemic Unemployment Assistance (PUA)",
|
|
58
|
-
desc: "PUA is intended to provide assistance to persons unemployed or working reduced hours due to COVID-19 and are not eligible for regular unemployment benefits.",
|
|
59
|
-
url: "https://mdes.ms.gov/unemployment-claims/covid19/pandemic-unemployment-assistance-pua/",
|
|
60
|
-
icon: ""
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
title: "The 2FileUI Mobile App",
|
|
64
|
-
desc: "You can complete your weekly certifications for unemployment insurance payments as early as Sunday each week using our free MDES app… or our website.",
|
|
65
|
-
url: "https://play.google.com/store/apps/details?id=gov.ms.tofileui",
|
|
66
|
-
icon: ""
|
|
67
|
-
}
|
|
68
|
-
];
|
|
69
|
-
this.responsiveOptions = [
|
|
70
|
-
{
|
|
71
|
-
breakpoint: '1024px',
|
|
72
|
-
numVisible: 1,
|
|
73
|
-
numScroll: 1
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
breakpoint: '768px',
|
|
77
|
-
numVisible: 1,
|
|
78
|
-
numScroll: 1
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
breakpoint: '560px',
|
|
82
|
-
numVisible: 1,
|
|
83
|
-
numScroll: 1
|
|
84
|
-
}
|
|
85
|
-
];
|
|
86
|
-
}
|
|
87
|
-
gotToLogin() {
|
|
88
|
-
this.nav.navigateRoot('/not-found');
|
|
89
|
-
}
|
|
90
|
-
openBenApp() {
|
|
91
|
-
window.open(`${LibConstants.benefitsUrl}/faces/login/login_local.xhtml`, '_blank');
|
|
92
|
-
}
|
|
93
|
-
openTaxApp() {
|
|
94
|
-
window.open(`${LibConstants.taxUrl}/faces/login/login_local.xhtml`, '_blank');
|
|
95
|
-
}
|
|
96
|
-
openCognosApp() {
|
|
97
|
-
window.open(`${LibConstants.cognosUrl}`, '_blank');
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
LandingComponent.ɵfac = function LandingComponent_Factory(t) { return new (t || LandingComponent)(i0.ɵɵdirectiveInject(i1.UtilService), i0.ɵɵdirectiveInject(i2.NavController)); };
|
|
101
|
-
LandingComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LandingComponent, selectors: [["app-landing"]], decls: 97, vars: 25, consts: [[3, "showError"], [1, "app-body"], [1, "app-wrapper"], ["id", "home", 1, "app-header"], [1, "app-topbar"], ["alt", "Logo", 3, "src"], [1, "app-title"], ["id", "app-menu"], ["href", "https://mdes.ms.gov/", "target", "_blank"], ["href", "https://mdes.ms.gov/unemployment-faqs/", "target", "_blank"], ["href", "https://mdes.ms.gov/unemployment-claims/covid19/", "target", "_blank"], ["id", "news", 1, "app-news", "ion-text-center"], [3, "value", "numScroll", "responsiveOptions", "autoplayInterval", "circular"], ["pTemplate", "item"], ["id", "features", 1, "app-features"], [1, "grid"], [1, "col-12", "lg:col-4", "lg:col-offset-2"], ["button", "true", 1, "full-height", "app-box"], [1, "ion-text-center", "ion-padding"], ["color", "dark"], [1, "feature-box"], ["src", "assets/icon/MSWorks.svg", "alt", "MS Works"], ["button", "true", 1, "full-height", "app-box", 3, "click"], ["src", "assets/icon/ReEmployUSA-Ben.svg", "alt", "ReEmployMS Benefits"], [1, "col-12", "lg:col-4"], ["src", "assets/icon/Executive.svg", "alt", "Executive"], ["src", "assets/icon/ReEmployUSA-Tax.svg", "alt", "ReEmployMS Tax"], ["src", "assets/icon/Helpdesk.svg", "alt", "ReEmployMS"], ["target", "_blank", 3, "href", 4, "ngIf"], ["target", "_blank", 3, "href"]], template: function LandingComponent_Template(rf, ctx) { if (rf & 1) {
|
|
102
|
-
i0.ɵɵelementStart(0, "ion-content")(1, "app-content", 0)(2, "div", 1)(3, "div", 2)(4, "div", 3)(5, "div", 4);
|
|
103
|
-
i0.ɵɵelement(6, "img", 5)(7, "span", 6);
|
|
104
|
-
i0.ɵɵelementStart(8, "ul", 7)(9, "li")(10, "a", 8);
|
|
105
|
-
i0.ɵɵtext(11, "MDES");
|
|
106
|
-
i0.ɵɵelementEnd()();
|
|
107
|
-
i0.ɵɵelementStart(12, "li")(13, "a", 9);
|
|
108
|
-
i0.ɵɵtext(14, "FAQ");
|
|
109
|
-
i0.ɵɵelementEnd()();
|
|
110
|
-
i0.ɵɵelementStart(15, "li")(16, "a", 10);
|
|
111
|
-
i0.ɵɵtext(17, "Covid-19");
|
|
112
|
-
i0.ɵɵelementEnd()()()()();
|
|
113
|
-
i0.ɵɵelementStart(18, "div", 11)(19, "p-carousel", 12);
|
|
114
|
-
i0.ɵɵtemplate(20, LandingComponent_ng_template_20_Template, 5, 3, "ng-template", 13);
|
|
115
|
-
i0.ɵɵelementEnd()();
|
|
116
|
-
i0.ɵɵelementStart(21, "div", 14)(22, "div", 15)(23, "div", 16)(24, "ion-card", 17)(25, "ion-card-header", 18)(26, "ion-card-title")(27, "ion-label", 19);
|
|
117
|
-
i0.ɵɵtext(28);
|
|
118
|
-
i0.ɵɵpipe(29, "translate");
|
|
119
|
-
i0.ɵɵelementEnd()()();
|
|
120
|
-
i0.ɵɵelementStart(30, "ion-card-content");
|
|
121
|
-
i0.ɵɵelement(31, "br");
|
|
122
|
-
i0.ɵɵelementStart(32, "div", 20);
|
|
123
|
-
i0.ɵɵelement(33, "img", 21);
|
|
124
|
-
i0.ɵɵelementStart(34, "div")(35, "p");
|
|
125
|
-
i0.ɵɵtext(36, "Workforce and Employment Services");
|
|
126
|
-
i0.ɵɵelementEnd()()()()()();
|
|
127
|
-
i0.ɵɵelementStart(37, "div", 16)(38, "ion-card", 22);
|
|
128
|
-
i0.ɵɵlistener("click", function LandingComponent_Template_ion_card_click_38_listener() { return ctx.openBenApp(); });
|
|
129
|
-
i0.ɵɵelementStart(39, "ion-card-header", 18)(40, "ion-card-title")(41, "ion-label", 19);
|
|
130
|
-
i0.ɵɵtext(42);
|
|
131
|
-
i0.ɵɵpipe(43, "translate");
|
|
132
|
-
i0.ɵɵelementEnd()()();
|
|
133
|
-
i0.ɵɵelementStart(44, "ion-card-content");
|
|
134
|
-
i0.ɵɵelement(45, "br");
|
|
135
|
-
i0.ɵɵelementStart(46, "div", 20);
|
|
136
|
-
i0.ɵɵelement(47, "img", 23);
|
|
137
|
-
i0.ɵɵelementStart(48, "div")(49, "p");
|
|
138
|
-
i0.ɵɵtext(50, "Unemployment Insurance Claims and Payments ");
|
|
139
|
-
i0.ɵɵelementEnd()()()()()();
|
|
140
|
-
i0.ɵɵelementStart(51, "div", 24)(52, "ion-card", 22);
|
|
141
|
-
i0.ɵɵlistener("click", function LandingComponent_Template_ion_card_click_52_listener() { return ctx.openCognosApp(); });
|
|
142
|
-
i0.ɵɵelementStart(53, "ion-card-header", 18)(54, "ion-card-title")(55, "ion-label", 19);
|
|
143
|
-
i0.ɵɵtext(56);
|
|
144
|
-
i0.ɵɵpipe(57, "translate");
|
|
145
|
-
i0.ɵɵelementEnd()()();
|
|
146
|
-
i0.ɵɵelementStart(58, "ion-card-content");
|
|
147
|
-
i0.ɵɵelement(59, "br");
|
|
148
|
-
i0.ɵɵelementStart(60, "div", 20);
|
|
149
|
-
i0.ɵɵelement(61, "img", 25);
|
|
150
|
-
i0.ɵɵelementStart(62, "div")(63, "p");
|
|
151
|
-
i0.ɵɵtext(64);
|
|
152
|
-
i0.ɵɵpipe(65, "translate");
|
|
153
|
-
i0.ɵɵelementEnd()()()()()();
|
|
154
|
-
i0.ɵɵelementStart(66, "div", 24)(67, "ion-card", 22);
|
|
155
|
-
i0.ɵɵlistener("click", function LandingComponent_Template_ion_card_click_67_listener() { return ctx.openTaxApp(); });
|
|
156
|
-
i0.ɵɵelementStart(68, "ion-card-header", 18)(69, "ion-card-title")(70, "ion-label", 19);
|
|
157
|
-
i0.ɵɵtext(71);
|
|
158
|
-
i0.ɵɵpipe(72, "translate");
|
|
159
|
-
i0.ɵɵelementEnd()()();
|
|
160
|
-
i0.ɵɵelementStart(73, "ion-card-content");
|
|
161
|
-
i0.ɵɵelement(74, "br");
|
|
162
|
-
i0.ɵɵelementStart(75, "div", 20);
|
|
163
|
-
i0.ɵɵelement(76, "img", 26);
|
|
164
|
-
i0.ɵɵelementStart(77, "div")(78, "p");
|
|
165
|
-
i0.ɵɵtext(79, "Unemployment Insurance Tax ");
|
|
166
|
-
i0.ɵɵelementEnd()()()()()();
|
|
167
|
-
i0.ɵɵelementStart(80, "div", 16)(81, "ion-card", 22);
|
|
168
|
-
i0.ɵɵlistener("click", function LandingComponent_Template_ion_card_click_81_listener() { return ctx.gotToLogin(); });
|
|
169
|
-
i0.ɵɵelementStart(82, "ion-card-header", 18)(83, "ion-card-title")(84, "ion-label", 19);
|
|
170
|
-
i0.ɵɵtext(85);
|
|
171
|
-
i0.ɵɵpipe(86, "translate");
|
|
172
|
-
i0.ɵɵelementEnd()()();
|
|
173
|
-
i0.ɵɵelementStart(87, "ion-card-content");
|
|
174
|
-
i0.ɵɵelement(88, "br");
|
|
175
|
-
i0.ɵɵelementStart(89, "div", 20);
|
|
176
|
-
i0.ɵɵelement(90, "img", 27);
|
|
177
|
-
i0.ɵɵelementStart(91, "div")(92, "ul")(93, "li");
|
|
178
|
-
i0.ɵɵtext(94, "Claimant and Employer Password Reset");
|
|
179
|
-
i0.ɵɵelementEnd();
|
|
180
|
-
i0.ɵɵelementStart(95, "li");
|
|
181
|
-
i0.ɵɵtext(96, "MDES Staff Roles and Credentials");
|
|
182
|
-
i0.ɵɵelementEnd()()()()()()()()()()()()();
|
|
183
|
-
} if (rf & 2) {
|
|
184
|
-
i0.ɵɵadvance(1);
|
|
185
|
-
i0.ɵɵproperty("showError", false);
|
|
186
|
-
i0.ɵɵadvance(5);
|
|
187
|
-
i0.ɵɵpropertyInterpolate1("src", "assets/icon/ReEmploy", ctx.util.getState(), ".svg", i0.ɵɵsanitizeUrl);
|
|
188
|
-
i0.ɵɵadvance(13);
|
|
189
|
-
i0.ɵɵproperty("value", ctx.banners)("numScroll", 1)("responsiveOptions", ctx.responsiveOptions)("autoplayInterval", 5000)("circular", true);
|
|
190
|
-
i0.ɵɵadvance(9);
|
|
191
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(29, 13, "MS WORKS"));
|
|
192
|
-
i0.ɵɵadvance(14);
|
|
193
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(43, 15, "BENEFITS"));
|
|
194
|
-
i0.ɵɵadvance(14);
|
|
195
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(57, 17, "EXECUTIVE"));
|
|
196
|
-
i0.ɵɵadvance(8);
|
|
197
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(65, 19, "guide.landing.executive.message"));
|
|
198
|
-
i0.ɵɵadvance(7);
|
|
199
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(72, 21, "TAX"));
|
|
200
|
-
i0.ɵɵadvance(14);
|
|
201
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(86, 23, "HELPDESK"));
|
|
202
|
-
} }, dependencies: [i2.IonCard, i2.IonCardContent, i2.IonCardHeader, i2.IonCardTitle, i2.IonContent, i2.IonLabel, i3.NgIf, i4.PrimeTemplate, i5.Carousel, i6.ContentComponent, i7.TranslatePipe], styles: ["[ion-fixed][_ngcontent-%COMP%]{min-height:calc(100% - 170px)}ion-card-content[_ngcontent-%COMP%]{padding:0 10px}.app-body[_ngcontent-%COMP%]{padding:0}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%]{background:var(--ion-color-dark);background-size:cover;height:60px;position:relative}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%]{height:60px;padding:15px 150px;background:radial-gradient(#07090e,#2f4562);position:fixed;z-index:100;width:100%;box-shadow:0 2px 6px #0000003d}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%]:after{content:\"\";display:table;clear:both}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{height:30px;vertical-align:middle}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%] .app-title[_ngcontent-%COMP%]{color:#fff;font-size:24px;vertical-align:middle;margin-left:24px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%] #app-menu-button[_ngcontent-%COMP%]{display:none;color:#fff;font-size:24px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{list-style:none;float:right;margin:6px 0 0}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{display:inline-block;margin-left:36px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{color:#dadada;transition:color .2s}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{color:#ffb900}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:first-child{margin-left:0}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-header-content[_ngcontent-%COMP%]{padding:85px 0 0 150px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-header-content[_ngcontent-%COMP%] h1[_ngcontent-%COMP%]{font-size:28px;font-weight:700;color:#fff;margin:0}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-header-content[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{font-size:17px;color:#fff;margin:16px 0 32px;text-align:center}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-features[_ngcontent-%COMP%]{padding:10px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-features[_ngcontent-%COMP%] .feature-box[_ngcontent-%COMP%]{padding:0 10px 0 24px;position:relative;height:100%}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-features[_ngcontent-%COMP%] .feature-box[_ngcontent-%COMP%]:after{content:\"\";display:table;clear:both}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-features[_ngcontent-%COMP%] .feature-box[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:60px;top:35%;left:24px;margin-top:-16px;position:absolute}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-features[_ngcontent-%COMP%] .feature-box[_ngcontent-%COMP%] > div[_ngcontent-%COMP%]{margin-left:65px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-features[_ngcontent-%COMP%] .feature-box[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{color:var(--ion-color-dark);margin:0 0 8px;text-align:center}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-features[_ngcontent-%COMP%] .feature-box[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin:0;text-align:justify}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-news[_ngcontent-%COMP%]{background-color:#2f4562;padding:24px 100px;text-align:center}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-news[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{font-size:28px;color:#fff;font-weight:400;margin:0}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-news[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{font-size:17px;color:#dadada;margin:5px 225px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-news[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-size:17px;font-weight:700;color:#dadada;margin:5px 225px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-services[_ngcontent-%COMP%]{background-color:#fff;padding:12px 200px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-services[_ngcontent-%COMP%] .services-box[_ngcontent-%COMP%]{box-shadow:0 2px 16px #00000014;background-color:#fff;border:1px solid rgba(218,218,218,.5);height:100%}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-services[_ngcontent-%COMP%] .services-box[_ngcontent-%COMP%] .services-box-header[_ngcontent-%COMP%]{padding:12px;background-color:var(--ion-color-light);text-align:center}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-services[_ngcontent-%COMP%] .services-box[_ngcontent-%COMP%] .services-box-header[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{font-size:21px;color:var(--ion-color-dark);margin:0 0 4px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-services[_ngcontent-%COMP%] .services-box[_ngcontent-%COMP%] .services-box-header[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{font-weight:700}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-services[_ngcontent-%COMP%] .services-box[_ngcontent-%COMP%] .services-box-content[_ngcontent-%COMP%]{padding:32px;position:relative;min-height:300px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-services[_ngcontent-%COMP%] .services-box[_ngcontent-%COMP%] .services-box-content[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{list-style-type:none;margin:0;padding:0}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-services[_ngcontent-%COMP%] .services-box[_ngcontent-%COMP%] .services-box-content[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{padding-top:8px;padding-bottom:8px;font-size:16px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-services[_ngcontent-%COMP%] .services-box[_ngcontent-%COMP%] .services-box-content[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{margin-right:8px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-services[_ngcontent-%COMP%] .services-box[_ngcontent-%COMP%] .services-box-content[_ngcontent-%COMP%] button[_ngcontent-%COMP%]{width:100px;position:absolute;bottom:32px;left:50%;margin-left:-50px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-multimedia[_ngcontent-%COMP%]{background-color:#2e353a;padding:48px 24px;text-align:center}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-multimedia[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{font-size:28px;color:#f8f8f8;font-weight:400;margin:0}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-multimedia[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{font-size:17px;color:#dadada;margin:16px 0 32px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-multimedia[_ngcontent-%COMP%] .video-container[_ngcontent-%COMP%] iframe[_ngcontent-%COMP%]{width:560px;height:315px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-footer[_ngcontent-%COMP%]{background-color:#1e1f20;padding:42px 150px;color:#c8c8c8}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-footer[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{color:#c8c8c8;transition:color .2s}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-footer[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{color:#fff}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-footer[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{height:30px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-footer[_ngcontent-%COMP%] h4[_ngcontent-%COMP%]{margin:0 0 12px;font-size:16px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-footer[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{list-style-type:none;margin:0;padding:0}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-footer[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{padding:4px 0}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-footer[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{font-size:24px;margin-right:8px}@media screen and (max-width: 576px){.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%]{height:auto}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%]{height:60px;padding:15px 24px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%] #app-menu-button[_ngcontent-%COMP%]{display:block;float:right}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{display:none;animation-duration:.2s;position:fixed;margin:0;padding:16px 24px;top:61px;left:0;width:100%;z-index:100;background-color:#3a3e45;box-shadow:0 2px 10px #00000029}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{display:block;padding:8px 0;margin:0;font-size:16px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%] ul.app-menu-active[_ngcontent-%COMP%]{display:block}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-header-content[_ngcontent-%COMP%]{padding:108px 24px;text-align:center}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-features[_ngcontent-%COMP%]{padding:20px 24px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-services[_ngcontent-%COMP%]{padding:70px 24px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-news[_ngcontent-%COMP%]{padding:0}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-multimedia[_ngcontent-%COMP%] .video-container[_ngcontent-%COMP%] iframe[_ngcontent-%COMP%]{width:auto;height:auto}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-footer[_ngcontent-%COMP%]{text-align:center;padding:24px 0}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-footer[_ngcontent-%COMP%] h4[_ngcontent-%COMP%]{margin-top:12px}.app-body.app-body-block-scroll[_ngcontent-%COMP%]{overflow:hidden}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-news[_ngcontent-%COMP%]{padding:68px 12px 12px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-news[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-news[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{margin:5px}}@media screen and (max-width: 768px){.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-news[_ngcontent-%COMP%]{padding:24px 0}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-news[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-news[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{margin:20px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-news[_ngcontent-%COMP%]{padding:68px 12px 12px}}"] });
|
|
203
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LandingComponent, [{
|
|
204
|
-
type: Component,
|
|
205
|
-
args: [{ selector: 'app-landing', template: "<ion-content>\r\n <app-content [showError]=\"false\">\r\n <div class=\"app-body\">\r\n <div class=\"app-wrapper\">\r\n <div id=\"home\" class=\"app-header\">\r\n <div class=\"app-topbar\">\r\n <img src=\"assets/icon/ReEmploy{{util.getState()}}.svg\" alt=\"Logo\">\r\n <span class=\"app-title\"></span>\r\n <ul id=\"app-menu\">\r\n <li><a href=\"https://mdes.ms.gov/\" target=\"_blank\">MDES</a></li>\r\n <li><a href=\"https://mdes.ms.gov/unemployment-faqs/\" target=\"_blank\">FAQ</a></li>\r\n <li><a href=\"https://mdes.ms.gov/unemployment-claims/covid19/\" target=\"_blank\">Covid-19</a></li>\r\n </ul>\r\n </div>\r\n </div>\r\n \r\n <div id=\"news\" class=\"app-news ion-text-center\">\r\n <p-carousel [value]=\"banners\" [numScroll]=\"1\" [responsiveOptions]=\"responsiveOptions\" [autoplayInterval]=\"5000\" \r\n [circular]=\"true\">\r\n <ng-template let-banner pTemplate=\"item\" >\r\n <h3>{{banner.title}}</h3>\r\n <p>{{banner.desc}}</p>\r\n <a href=\"{{banner.url}}\" target=\"_blank\" *ngIf=\"banner.url\">More Info</a>\r\n </ng-template>\r\n </p-carousel>\r\n </div>\r\n \r\n <div id=\"features\" class=\"app-features\">\r\n <div class=\"grid\">\r\n <div class=\"col-12 lg:col-4 lg:col-offset-2\">\r\n <ion-card button=\"true\" class=\"full-height app-box\">\r\n <ion-card-header class=\"ion-text-center ion-padding\">\r\n <ion-card-title>\r\n <ion-label color=\"dark\">{{'MS WORKS' | translate}}</ion-label>\r\n </ion-card-title>\r\n </ion-card-header>\r\n <ion-card-content>\r\n <br />\r\n <div class=\"feature-box\">\r\n <img src=\"assets/icon/MSWorks.svg\" alt=\"MS Works\">\r\n <div>\r\n <p>Workforce and Employment Services</p>\r\n </div>\r\n </div>\r\n </ion-card-content>\r\n </ion-card>\r\n </div>\r\n\r\n <div class=\"col-12 lg:col-4 lg:col-offset-2\">\r\n <ion-card button=\"true\" class=\"full-height app-box\" (click)=\"openBenApp()\">\r\n <ion-card-header class=\"ion-text-center ion-padding\">\r\n <ion-card-title>\r\n <ion-label color=\"dark\">{{'BENEFITS' | translate}}</ion-label>\r\n </ion-card-title>\r\n </ion-card-header>\r\n <ion-card-content>\r\n <br />\r\n <div class=\"feature-box\">\r\n <img src=\"assets/icon/ReEmployUSA-Ben.svg\" alt=\"ReEmployMS Benefits\">\r\n <div>\r\n <p>Unemployment Insurance Claims and Payments </p>\r\n </div>\r\n </div>\r\n </ion-card-content>\r\n </ion-card>\r\n </div>\r\n\r\n <div class=\"col-12 lg:col-4 \">\r\n <ion-card button=\"true\" class=\"full-height app-box\" (click)=\"openCognosApp()\">\r\n <ion-card-header class=\"ion-text-center ion-padding\">\r\n <ion-card-title>\r\n <ion-label color=\"dark\">{{'EXECUTIVE' | translate}}</ion-label>\r\n </ion-card-title>\r\n </ion-card-header>\r\n <ion-card-content>\r\n <br />\r\n <div class=\"feature-box\">\r\n <img src=\"assets/icon/Executive.svg\" alt=\"Executive\">\r\n <div>\r\n <p>{{'guide.landing.executive.message' | translate}}</p>\r\n </div>\r\n </div>\r\n </ion-card-content>\r\n </ion-card>\r\n </div>\r\n \r\n \r\n \r\n <div class=\"col-12 lg:col-4\">\r\n <ion-card button=\"true\" class=\"full-height app-box\" (click)=\"openTaxApp()\">\r\n <ion-card-header class=\"ion-text-center ion-padding\">\r\n <ion-card-title>\r\n <ion-label color=\"dark\">{{'TAX' | translate}}</ion-label>\r\n </ion-card-title>\r\n </ion-card-header>\r\n <ion-card-content>\r\n <br />\r\n <div class=\"feature-box\">\r\n <img src=\"assets/icon/ReEmployUSA-Tax.svg\" alt=\"ReEmployMS Tax\">\r\n <div>\r\n <p>Unemployment Insurance Tax\r\n </p>\r\n </div>\r\n </div>\r\n </ion-card-content>\r\n </ion-card>\r\n </div>\r\n \r\n <div class=\"col-12 lg:col-4 lg:col-offset-2\">\r\n <ion-card button=\"true\" class=\"full-height app-box\" (click)=\"gotToLogin()\">\r\n <ion-card-header class=\"ion-text-center ion-padding\">\r\n <ion-card-title>\r\n <ion-label color=\"dark\">{{'HELPDESK' | translate}}</ion-label>\r\n </ion-card-title>\r\n </ion-card-header>\r\n <ion-card-content>\r\n <br />\r\n <div class=\"feature-box\">\r\n <img src=\"assets/icon/Helpdesk.svg\" alt=\"ReEmployMS\">\r\n <div>\r\n <ul>\r\n <li>Claimant and Employer Password Reset</li>\r\n <li>MDES Staff Roles and Credentials</li>\r\n </ul>\r\n </div>\r\n </div>\r\n </ion-card-content>\r\n </ion-card>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </app-content>\r\n</ion-content>", styles: ["[ion-fixed]{min-height:calc(100% - 170px)}ion-card-content{padding:0 10px}.app-body{padding:0}.app-body .app-wrapper .app-header{background:var(--ion-color-dark);background-size:cover;height:60px;position:relative}.app-body .app-wrapper .app-header .app-topbar{height:60px;padding:15px 150px;background:radial-gradient(#07090e,#2f4562);position:fixed;z-index:100;width:100%;box-shadow:0 2px 6px #0000003d}.app-body .app-wrapper .app-header .app-topbar:after{content:\"\";display:table;clear:both}.app-body .app-wrapper .app-header .app-topbar img{height:30px;vertical-align:middle}.app-body .app-wrapper .app-header .app-topbar .app-title{color:#fff;font-size:24px;vertical-align:middle;margin-left:24px}.app-body .app-wrapper .app-header .app-topbar #app-menu-button{display:none;color:#fff;font-size:24px}.app-body .app-wrapper .app-header .app-topbar ul{list-style:none;float:right;margin:6px 0 0}.app-body .app-wrapper .app-header .app-topbar ul li{display:inline-block;margin-left:36px}.app-body .app-wrapper .app-header .app-topbar ul li a{color:#dadada;transition:color .2s}.app-body .app-wrapper .app-header .app-topbar ul li a:hover{color:#ffb900}.app-body .app-wrapper .app-header .app-topbar ul li:first-child{margin-left:0}.app-body .app-wrapper .app-header .app-header-content{padding:85px 0 0 150px}.app-body .app-wrapper .app-header .app-header-content h1{font-size:28px;font-weight:700;color:#fff;margin:0}.app-body .app-wrapper .app-header .app-header-content p{font-size:17px;color:#fff;margin:16px 0 32px;text-align:center}.app-body .app-wrapper .app-features{padding:10px}.app-body .app-wrapper .app-features .feature-box{padding:0 10px 0 24px;position:relative;height:100%}.app-body .app-wrapper .app-features .feature-box:after{content:\"\";display:table;clear:both}.app-body .app-wrapper .app-features .feature-box img{width:60px;top:35%;left:24px;margin-top:-16px;position:absolute}.app-body .app-wrapper .app-features .feature-box>div{margin-left:65px}.app-body .app-wrapper .app-features .feature-box>div h3{color:var(--ion-color-dark);margin:0 0 8px;text-align:center}.app-body .app-wrapper .app-features .feature-box>div p{margin:0;text-align:justify}.app-body .app-wrapper .app-news{background-color:#2f4562;padding:24px 100px;text-align:center}.app-body .app-wrapper .app-news h3{font-size:28px;color:#fff;font-weight:400;margin:0}.app-body .app-wrapper .app-news p{font-size:17px;color:#dadada;margin:5px 225px}.app-body .app-wrapper .app-news a{font-size:17px;font-weight:700;color:#dadada;margin:5px 225px}.app-body .app-wrapper .app-services{background-color:#fff;padding:12px 200px}.app-body .app-wrapper .app-services .services-box{box-shadow:0 2px 16px #00000014;background-color:#fff;border:1px solid rgba(218,218,218,.5);height:100%}.app-body .app-wrapper .app-services .services-box .services-box-header{padding:12px;background-color:var(--ion-color-light);text-align:center}.app-body .app-wrapper .app-services .services-box .services-box-header h3{font-size:21px;color:var(--ion-color-dark);margin:0 0 4px}.app-body .app-wrapper .app-services .services-box .services-box-header span{font-weight:700}.app-body .app-wrapper .app-services .services-box .services-box-content{padding:32px;position:relative;min-height:300px}.app-body .app-wrapper .app-services .services-box .services-box-content ul{list-style-type:none;margin:0;padding:0}.app-body .app-wrapper .app-services .services-box .services-box-content ul li{padding-top:8px;padding-bottom:8px;font-size:16px}.app-body .app-wrapper .app-services .services-box .services-box-content ul li i{margin-right:8px}.app-body .app-wrapper .app-services .services-box .services-box-content button{width:100px;position:absolute;bottom:32px;left:50%;margin-left:-50px}.app-body .app-wrapper .app-multimedia{background-color:#2e353a;padding:48px 24px;text-align:center}.app-body .app-wrapper .app-multimedia h3{font-size:28px;color:#f8f8f8;font-weight:400;margin:0}.app-body .app-wrapper .app-multimedia p{font-size:17px;color:#dadada;margin:16px 0 32px}.app-body .app-wrapper .app-multimedia .video-container iframe{width:560px;height:315px}.app-body .app-wrapper .app-footer{background-color:#1e1f20;padding:42px 150px;color:#c8c8c8}.app-body .app-wrapper .app-footer a{color:#c8c8c8;transition:color .2s}.app-body .app-wrapper .app-footer a:hover{color:#fff}.app-body .app-wrapper .app-footer img{height:30px}.app-body .app-wrapper .app-footer h4{margin:0 0 12px;font-size:16px}.app-body .app-wrapper .app-footer ul{list-style-type:none;margin:0;padding:0}.app-body .app-wrapper .app-footer ul li{padding:4px 0}.app-body .app-wrapper .app-footer i{font-size:24px;margin-right:8px}@media screen and (max-width: 576px){.app-body .app-wrapper .app-header{height:auto}.app-body .app-wrapper .app-header .app-topbar{height:60px;padding:15px 24px}.app-body .app-wrapper .app-header .app-topbar #app-menu-button{display:block;float:right}.app-body .app-wrapper .app-header .app-topbar ul{display:none;animation-duration:.2s;position:fixed;margin:0;padding:16px 24px;top:61px;left:0;width:100%;z-index:100;background-color:#3a3e45;box-shadow:0 2px 10px #00000029}.app-body .app-wrapper .app-header .app-topbar ul li{display:block;padding:8px 0;margin:0;font-size:16px}.app-body .app-wrapper .app-header .app-topbar ul.app-menu-active{display:block}.app-body .app-wrapper .app-header .app-header-content{padding:108px 24px;text-align:center}.app-body .app-wrapper .app-features{padding:20px 24px}.app-body .app-wrapper .app-services{padding:70px 24px}.app-body .app-wrapper .app-news{padding:0}.app-body .app-wrapper .app-multimedia .video-container iframe{width:auto;height:auto}.app-body .app-wrapper .app-footer{text-align:center;padding:24px 0}.app-body .app-wrapper .app-footer h4{margin-top:12px}.app-body.app-body-block-scroll{overflow:hidden}.app-body .app-wrapper .app-news{padding:68px 12px 12px}.app-body .app-wrapper .app-news p,.app-body .app-wrapper .app-news a{margin:5px}}@media screen and (max-width: 768px){.app-body .app-wrapper .app-news{padding:24px 0}.app-body .app-wrapper .app-news p,.app-body .app-wrapper .app-news a{margin:20px}.app-body .app-wrapper .app-news{padding:68px 12px 12px}}\n"] }]
|
|
206
|
-
}], function () { return [{ type: i1.UtilService }, { type: i2.NavController }]; }, null); })();
|
|
207
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL3BhZ2VzL2NvbW1vbi9sYW5kaW5nL2xhbmRpbmcuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9wYWdlcy9jb21tb24vbGFuZGluZy9sYW5kaW5nLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFFbEQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLDhCQUE4QixDQUFDOzs7Ozs7Ozs7O0lDb0JoQyw2QkFBNkQ7SUFBQSx5QkFBUztJQUFBLGlCQUFJOzs7SUFBdkUsaUVBQXFCOzs7SUFGeEIsMEJBQUk7SUFBQSxZQUFnQjtJQUFBLGlCQUFLO0lBQ3pCLHlCQUFHO0lBQUEsWUFBZTtJQUFBLGlCQUFJO0lBQ3RCLDZFQUEwRTs7O0lBRnRFLGVBQWdCO0lBQWhCLHFDQUFnQjtJQUNqQixlQUFlO0lBQWYsb0NBQWU7SUFDeUIsZUFBZ0I7SUFBaEIsb0NBQWdCOztBRFp2RixNQUFNLE9BQU8sZ0JBQWdCO0lBUTNCLFlBQW1CLElBQWtCLEVBQVUsR0FBbUI7UUFBL0MsU0FBSSxHQUFKLElBQUksQ0FBYztRQUFVLFFBQUcsR0FBSCxHQUFHLENBQWdCO1FBTjNELGVBQVUsR0FBRyxZQUFZLENBQUMsVUFBVSxDQUFDO0lBUzVDLENBQUM7SUFFRCxRQUFRO1FBQ04sSUFBSSxDQUFDLE9BQU8sR0FBRztZQUNiO2dCQUNFLEtBQUssRUFBRyx1QkFBdUI7Z0JBQy9CLElBQUksRUFBRyxxR0FBcUc7Z0JBQzVHLEdBQUcsRUFBRyx3RUFBd0U7Z0JBQzlFLElBQUksRUFBRyxFQUFFO2FBQ1Y7WUFDRDtnQkFDRSxLQUFL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O1xuaW1wb3J0IHsgTmF2Q29udHJvbGxlciB9IGZyb20gJ0Bpb25pYy9hbmd1bGFyJztcbmltcG9ydCB7IExpYkNvbnN0YW50cyB9IGZyb20gJy4uLy4uLy4uL21vZGVscy9MaWJDb25zdGFudHMnO1xuaW1wb3J0IHsgVXRpbFNlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi9zZXJ2aWNlcy91dGlsL3V0aWwuc2VydmljZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FwcC1sYW5kaW5nJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2xhbmRpbmcuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9sYW5kaW5nLmNvbXBvbmVudC5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIExhbmRpbmdDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIHB1YmxpYyBhcHBWZXJzaW9uID0gTGliQ29uc3RhbnRzLmFwcFZlcnNpb247XG5cbiAgcHVibGljIGJhbm5lcnM6IEFycmF5PHt0aXRsZTogc3RyaW5nLCBkZXNjIDogc3RyaW5nLCB1cmw6IHN0cmluZywgaWNvbjogc3RyaW5nfT47XG5cbiAgcHVibGljIHJlc3BvbnNpdmVPcHRpb25zOyBcbiBcbiAgY29uc3RydWN0b3IocHVibGljIHV0aWwgOiBVdGlsU2VydmljZSwgcHJpdmF0ZSBuYXYgOiBOYXZDb250cm9sbGVyKSB7IFxuXG5cbiAgfVxuXG4gIG5nT25Jbml0KCkge1xuICAgIHRoaXMuYmFubmVycyA9IFtcbiAgICAgIHtcbiAgICAgICAgdGl0bGUgOiBcIkxvc3QgV2FnZXMgQXNzaXN0YW5jZVwiLFxuICAgICAgICBkZXNjIDogXCJUbyBlbnRlciB5b3VyIGluZm9ybWF0aW9uIGZvciBMb3N0IFdhZ2VzIEFzc2lzdGFuY2UgKExXQSkgQ2VydGlmaWNhdGlvbiwgcGxlYXNlIHVzZSB0aGUgbGluayBiZWxvdy5cIixcbiAgICAgICAgdXJsIDogXCJodHRwczovL21kZXMubXMuZ292L3VuZW1wbG95bWVudC1jbGFpbXMvY292aWQxOS9sb3N0LXdhZ2VzLWFzc2lzdGFuY2UvXCIsXG4gICAgICAgIGljb24gOiBcIlwiXG4gICAgICB9LFxuICAgICAge1xuICAgICAgICB0aXRsZSA6IFwiV29ya3NlYXJjaCBSZXF1aXJlbWVudHNcIixcbiAgICAgICAgZGVzYyA6IFwiQW4gaW5kaXZpZHVhbCBtdXN0IG1ha2UgYW4gYWN0aXZlIHNlYXJjaCBmb3IgZnVsbC10aW1lIHdvcmsgaW4gb3JkZXIgdG8gcmVjZWl2ZSB1bmVtcGxveW1lbnQgaW5zdXJhbmNlIGJlbmVmaXRzLiBUaGUgV29yayBTZWFyY2ggdGVtcG9yYXJ5IHdhaXZlciB1bmRlciB0aGUgRXhlY3V0aXZlIE9yZGVyIE5vLiAxNTEwIHdpbGwgZXhwaXJlIGFzIG9mIEF1Z3VzdCAwOCwgMjAyMC5cIixcbiAgICAgICAgdXJsIDogXCJodHRwczovL21kZXMubXMuZ292L3VuZW1wbG95bWVudC1jbGFpbXMvYmVuZWZpdC1pbmZvcm1hdGlvbi93b3Jrc2VhcmNoLXJlcXVpcmVtZW50cy9cIixcbiAgICAgICAgaWNvbiA6IFwiXCJcbiAgICAgIH0sXG4gICAgICB7XG4gICAgICAgIHRpdGxlIDogXCJQYW5kZW1pYyBVbmVtcGxveW1lbnQgQXNzaXN0YW5jZSAoUFVBKVwiLFxuICAgICAgICBkZXNjIDogXCJQVUEgaXMgaW50ZW5kZWQgdG8gcHJvdmlkZSBhc3Npc3RhbmNlIHRvIHBlcnNvbnMgdW5lbXBsb3llZCBvciB3b3JraW5nIHJlZHVjZWQgaG91cnMgZHVlIHRvIENPVklELTE5IGFuZCBhcmUgbm90IGVsaWdpYmxlIGZvciByZWd1bGFyIHVuZW1wbG95bWVudCBiZW5lZml0cy5cIixcbiAgICAgICAgdXJsIDogXCJodHRwczovL21kZXMubXMuZ292L3VuZW1wbG95bWVudC1jbGFpbXMvY292aWQxOS9wYW5kZW1pYy11bmVtcGxveW1lbnQtYXNzaXN0YW5jZS1wdWEvXCIsXG4gICAgICAgIGljb24gOiBcIlwiXG4gICAgICB9LFxuICAgICAge1xuICAgICAgICB0aXRsZSA6IFwiVGhlIDJGaWxlVUkgTW9iaWxlIEFwcFwiLFxuICAgICAgICBkZXNjIDogXCJZb3UgY2FuIGNvbXBsZXRlIHlvdXIgd2Vla2x5IGNlcnRpZmljYXRpb25zIGZvciB1bmVtcGxveW1lbnQgaW5zdXJhbmNlIHBheW1lbnRzIGFzIGVhcmx5IGFzIFN1bmRheSBlYWNoIHdlZWsgdXNpbmcgb3VyIGZyZWUgTURFUyBhcHDigKYgb3Igb3VyIHdlYnNpdGUuXCIsXG4gICAgICAgIHVybCA6IFwiaHR0cHM6Ly9wbGF5Lmdvb2dsZS5jb20vc3RvcmUvYXBwcy9kZXRhaWxzP2lkPWdvdi5tcy50b2ZpbGV1aVwiLFxuICAgICAgICBpY29uIDogXCJcIlxuICAgICAgfVxuICAgIF07XG5cbiAgICB0aGlzLnJlc3BvbnNpdmVPcHRpb25zID0gW1xuICAgICAge1xuICAgICAgICAgIGJyZWFrcG9pbnQ6ICcxMDI0cHgnLFxuICAgICAgICAgIG51bVZpc2libGU6IDEsXG4gICAgICAgICAgbnVtU2Nyb2xsOiAxXG4gICAgICB9LFxuICAgICAge1xuICAgICAgICAgIGJyZWFrcG9pbnQ6ICc3NjhweCcsXG4gICAgICAgICAgbnVtVmlzaWJsZTogMSxcbiAgICAgICAgICBudW1TY3JvbGw6IDFcbiAgICAgIH0sXG4gICAgICB7XG4gICAgICAgICAgYnJlYWtwb2ludDogJzU2MHB4JyxcbiAgICAgICAgICBudW1WaXNpYmxlOiAxLFxuICAgICAgICAgIG51bVNjcm9sbDogMVxuICAgICAgfVxuICBdO1xuXG4gIH1cblxuICBnb3RUb0xvZ2luKCl7XG4gICAgdGhpcy5uYXYubmF2aWdhdGVSb290KCcvbm90LWZvdW5kJyk7XG4gIH1cblxuICBvcGVuQmVuQXBwKCkge1xuICAgIHdpbmRvdy5vcGVuKGAke0xpYkNvbnN0YW50cy5iZW5lZml0c1VybH0vZmFjZXMvbG9naW4vbG9naW5fbG9jYWwueGh0bWxgLCAnX2JsYW5rJyk7ICAgIFxuICB9XG5cbiAgb3BlblRheEFwcCgpIHtcbiAgICB3aW5kb3cub3BlbihgJHtMaWJDb25zdGFudHMudGF4VXJsfS9mYWNlcy9sb2dpbi9sb2dpbl9sb2NhbC54aHRtbGAsICdfYmxhbmsnKTtcbiAgfVxuXG4gIG9wZW5Db2dub3NBcHAoKSB7XG4gICAgd2luZG93Lm9wZW4oYCR7TGliQ29uc3RhbnRzLmNvZ25vc1VybH1gLCAnX2JsYW5rJyk7XG4gIH1cblxuXG59XG4iLCI8aW9uLWNvbnRlbnQ+XHJcbiAgICA8YXBwLWNvbnRlbnQgW3Nob3dFcnJvcl09XCJmYWxzZVwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJhcHAtYm9keVwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYXBwLXdyYXBwZXJcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgaWQ9XCJob21lXCIgY2xhc3M9XCJhcHAtaGVhZGVyXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImFwcC10b3BiYXJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGltZyBzcmM9XCJhc3NldHMvaWNvbi9SZUVtcGxveXt7dXRpbC5nZXRTdGF0ZSgpfX0uc3ZnXCIgYWx0PVwiTG9nb1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImFwcC10aXRsZVwiPjwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPHVsIGlkPVwiYXBwLW1lbnVcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsaT48YSBocmVmPVwiaHR0cHM6Ly9tZGVzLm1zLmdvdi9cIiB0YXJnZXQ9XCJfYmxhbmtcIj5NREVTPC9hPjwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGk+PGEgaHJlZj1cImh0dHBzOi8vbWRlcy5tcy5nb3YvdW5lbXBsb3ltZW50LWZhcXMvXCIgdGFyZ2V0PVwiX2JsYW5rXCI+RkFRPC9hPjwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGk+PGEgaHJlZj1cImh0dHBzOi8vbWRlcy5tcy5nb3YvdW5lbXBsb3ltZW50LWNsYWltcy9jb3ZpZDE5L1wiIHRhcmdldD1cIl9ibGFua1wiPkNvdmlkLTE5PC9hPjwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvdWw+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgXHJcbiAgICAgICAgICAgICAgICA8ZGl2IGlkPVwibmV3c1wiIGNsYXNzPVwiYXBwLW5ld3MgaW9uLXRleHQtY2VudGVyXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPHAtY2Fyb3VzZWwgW3ZhbHVlXT1cImJhbm5lcnNcIiBbbnVtU2Nyb2xsXT1cIjFcIiBbcmVzcG9uc2l2ZU9wdGlvbnNdPVwicmVzcG9uc2l2ZU9wdGlvbnNcIiBbYXV0b3BsYXlJbnRlcnZhbF09XCI1MDAwXCIgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2NpcmN1bGFyXT1cInRydWVcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPG5nLXRlbXBsYXRlIGxldC1iYW5uZXIgcFRlbXBsYXRlPVwiaXRlbVwiID5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxoMz57e2Jhbm5lci50aXRsZX19PC9oMz5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwPnt7YmFubmVyLmRlc2N9fTwvcD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCJ7e2Jhbm5lci51cmx9fVwiICB0YXJnZXQ9XCJfYmxhbmtcIiAqbmdJZj1cImJhbm5lci51cmxcIj5Nb3JlIEluZm88L2E+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9wLWNhcm91c2VsPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgXHJcbiAgICAgICAgICAgICAgICA8ZGl2IGlkPVwiZmVhdHVyZXNcIiBjbGFzcz1cImFwcC1mZWF0dXJlc1wiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJncmlkXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtMTIgbGc6Y29sLTQgbGc6Y29sLW9mZnNldC0yXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW9uLWNhcmQgYnV0dG9uPVwidHJ1ZVwiIGNsYXNzPVwiZnVsbC1oZWlnaHQgYXBwLWJveFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpb24tY2FyZC1oZWFkZXIgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXIgaW9uLXBhZGRpbmdcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1jYXJkLXRpdGxlPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1sYWJlbCBjb2xvcj1cImRhcmtcIj57eydNUyBXT1JLUycgfCB0cmFuc2xhdGV9fTwvaW9uLWxhYmVsPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1jYXJkLXRpdGxlPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvaW9uLWNhcmQtaGVhZGVyPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpb24tY2FyZC1jb250ZW50PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YnIgLz5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZlYXR1cmUtYm94XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW1nIHNyYz1cImFzc2V0cy9pY29uL01TV29ya3Muc3ZnXCIgYWx0PVwiTVMgV29ya3NcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHA+V29ya2ZvcmNlIGFuZCBFbXBsb3ltZW50IFNlcnZpY2VzPC9wPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvaW9uLWNhcmQtY29udGVudD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvaW9uLWNhcmQ+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC0xMiBsZzpjb2wtNCBsZzpjb2wtb2Zmc2V0LTJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpb24tY2FyZCBidXR0b249XCJ0cnVlXCIgY2xhc3M9XCJmdWxsLWhlaWdodCBhcHAtYm94XCIgKGNsaWNrKT1cIm9wZW5CZW5BcHAoKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpb24tY2FyZC1oZWFkZXIgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXIgaW9uLXBhZGRpbmdcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1jYXJkLXRpdGxlPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1sYWJlbCBjb2xvcj1cImRhcmtcIj57eydCRU5FRklUUycgfCB0cmFuc2xhdGV9fTwvaW9uLWxhYmVsPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1jYXJkLXRpdGxlPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvaW9uLWNhcmQtaGVhZGVyPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpb24tY2FyZC1jb250ZW50PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YnIgLz5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZlYXR1cmUtYm94XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW1nIHNyYz1cImFzc2V0cy9pY29uL1JlRW1wbG95VVNBLUJlbi5zdmdcIiBhbHQ9XCJSZUVtcGxveU1TIEJlbmVmaXRzXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwPlVuZW1wbG95bWVudCBJbnN1cmFuY2UgQ2xhaW1zIGFuZCBQYXltZW50cyA8L3A+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9pb24tY2FyZC1jb250ZW50PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9pb24tY2FyZD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcblxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyIGxnOmNvbC00IFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1jYXJkIGJ1dHRvbj1cInRydWVcIiBjbGFzcz1cImZ1bGwtaGVpZ2h0IGFwcC1ib3hcIiAoY2xpY2spPVwib3BlbkNvZ25vc0FwcCgpXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1jYXJkLWhlYWRlciBjbGFzcz1cImlvbi10ZXh0LWNlbnRlciBpb24tcGFkZGluZ1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW9uLWNhcmQtdGl0bGU+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW9uLWxhYmVsIGNvbG9yPVwiZGFya1wiPnt7J0VYRUNVVElWRScgfCB0cmFuc2xhdGV9fTwvaW9uLWxhYmVsPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1jYXJkLXRpdGxlPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvaW9uLWNhcmQtaGVhZGVyPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpb24tY2FyZC1jb250ZW50PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YnIgLz5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZlYXR1cmUtYm94XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW1nIHNyYz1cImFzc2V0cy9pY29uL0V4ZWN1dGl2ZS5zdmdcIiBhbHQ9XCJFeGVjdXRpdmVcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHA+e3snZ3VpZGUubGFuZGluZy5leGVjdXRpdmUubWVzc2FnZScgfCB0cmFuc2xhdGV9fTwvcD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1jYXJkLWNvbnRlbnQ+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1jYXJkPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICBcclxuICAgICAgICAgICAgICAgICAgICAgICAgXHJcbiAgICAgICAgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtMTIgbGc6Y29sLTRcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpb24tY2FyZCBidXR0b249XCJ0cnVlXCIgY2xhc3M9XCJmdWxsLWhlaWdodCBhcHAtYm94XCIgKGNsaWNrKT1cIm9wZW5UYXhBcHAoKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpb24tY2FyZC1oZWFkZXIgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXIgaW9uLXBhZGRpbmdcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1jYXJkLXRpdGxlPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1sYWJlbCBjb2xvcj1cImRhcmtcIj57eydUQVgnIHwgdHJhbnNsYXRlfX08L2lvbi1sYWJlbD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9pb24tY2FyZC10aXRsZT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1jYXJkLWhlYWRlcj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW9uLWNhcmQtY29udGVudD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGJyIC8+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmZWF0dXJlLWJveFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGltZyBzcmM9XCJhc3NldHMvaWNvbi9SZUVtcGxveVVTQS1UYXguc3ZnXCIgYWx0PVwiUmVFbXBsb3lNUyBUYXhcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHA+VW5lbXBsb3ltZW50IEluc3VyYW5jZSBUYXhcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3A+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9pb24tY2FyZC1jb250ZW50PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9pb24tY2FyZD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIFxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyIGxnOmNvbC00IGxnOmNvbC1vZmZzZXQtMlwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1jYXJkIGJ1dHRvbj1cInRydWVcIiBjbGFzcz1cImZ1bGwtaGVpZ2h0IGFwcC1ib3hcIiAoY2xpY2spPVwiZ290VG9Mb2dpbigpXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1jYXJkLWhlYWRlciBjbGFzcz1cImlvbi10ZXh0LWNlbnRlciBpb24tcGFkZGluZ1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW9uLWNhcmQtdGl0bGU+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW9uLWxhYmVsIGNvbG9yPVwiZGFya1wiPnt7J0hFTFBERVNLJyB8IHRyYW5zbGF0ZX19PC9pb24tbGFiZWw+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvaW9uLWNhcmQtdGl0bGU+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9pb24tY2FyZC1oZWFkZXI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1jYXJkLWNvbnRlbnQ+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxiciAvPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmVhdHVyZS1ib3hcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiYXNzZXRzL2ljb24vSGVscGRlc2suc3ZnXCIgYWx0PVwiUmVFbXBsb3lNU1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dWw+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsaT5DbGFpbWFudCBhbmQgRW1wbG95ZXIgUGFzc3dvcmQgUmVzZXQ8L2xpPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGk+TURFUyBTdGFmZiBSb2xlcyBhbmQgQ3JlZGVudGlhbHM8L2xpPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdWw+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9pb24tY2FyZC1jb250ZW50PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9pb24tY2FyZD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIFxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9hcHAtY29udGVudD5cclxuPC9pb24tY29udGVudD4iXX0=
|