@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
|
@@ -0,0 +1,208 @@
|
|
|
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
|
+
static { this.ɵfac = function LandingComponent_Factory(t) { return new (t || LandingComponent)(i0.ɵɵdirectiveInject(i1.UtilService), i0.ɵɵdirectiveInject(i2.NavController)); }; }
|
|
100
|
+
static { this.ɵ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) {
|
|
101
|
+
i0.ɵɵelementStart(0, "ion-content")(1, "app-content", 0)(2, "div", 1)(3, "div", 2)(4, "div", 3)(5, "div", 4);
|
|
102
|
+
i0.ɵɵelement(6, "img", 5)(7, "span", 6);
|
|
103
|
+
i0.ɵɵelementStart(8, "ul", 7)(9, "li")(10, "a", 8);
|
|
104
|
+
i0.ɵɵtext(11, "MDES");
|
|
105
|
+
i0.ɵɵelementEnd()();
|
|
106
|
+
i0.ɵɵelementStart(12, "li")(13, "a", 9);
|
|
107
|
+
i0.ɵɵtext(14, "FAQ");
|
|
108
|
+
i0.ɵɵelementEnd()();
|
|
109
|
+
i0.ɵɵelementStart(15, "li")(16, "a", 10);
|
|
110
|
+
i0.ɵɵtext(17, "Covid-19");
|
|
111
|
+
i0.ɵɵelementEnd()()()()();
|
|
112
|
+
i0.ɵɵelementStart(18, "div", 11)(19, "p-carousel", 12);
|
|
113
|
+
i0.ɵɵtemplate(20, LandingComponent_ng_template_20_Template, 5, 3, "ng-template", 13);
|
|
114
|
+
i0.ɵɵelementEnd()();
|
|
115
|
+
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);
|
|
116
|
+
i0.ɵɵtext(28);
|
|
117
|
+
i0.ɵɵpipe(29, "translate");
|
|
118
|
+
i0.ɵɵelementEnd()()();
|
|
119
|
+
i0.ɵɵelementStart(30, "ion-card-content");
|
|
120
|
+
i0.ɵɵelement(31, "br");
|
|
121
|
+
i0.ɵɵelementStart(32, "div", 20);
|
|
122
|
+
i0.ɵɵelement(33, "img", 21);
|
|
123
|
+
i0.ɵɵelementStart(34, "div")(35, "p");
|
|
124
|
+
i0.ɵɵtext(36, "Workforce and Employment Services");
|
|
125
|
+
i0.ɵɵelementEnd()()()()()();
|
|
126
|
+
i0.ɵɵelementStart(37, "div", 16)(38, "ion-card", 22);
|
|
127
|
+
i0.ɵɵlistener("click", function LandingComponent_Template_ion_card_click_38_listener() { return ctx.openBenApp(); });
|
|
128
|
+
i0.ɵɵelementStart(39, "ion-card-header", 18)(40, "ion-card-title")(41, "ion-label", 19);
|
|
129
|
+
i0.ɵɵtext(42);
|
|
130
|
+
i0.ɵɵpipe(43, "translate");
|
|
131
|
+
i0.ɵɵelementEnd()()();
|
|
132
|
+
i0.ɵɵelementStart(44, "ion-card-content");
|
|
133
|
+
i0.ɵɵelement(45, "br");
|
|
134
|
+
i0.ɵɵelementStart(46, "div", 20);
|
|
135
|
+
i0.ɵɵelement(47, "img", 23);
|
|
136
|
+
i0.ɵɵelementStart(48, "div")(49, "p");
|
|
137
|
+
i0.ɵɵtext(50, "Unemployment Insurance Claims and Payments ");
|
|
138
|
+
i0.ɵɵelementEnd()()()()()();
|
|
139
|
+
i0.ɵɵelementStart(51, "div", 24)(52, "ion-card", 22);
|
|
140
|
+
i0.ɵɵlistener("click", function LandingComponent_Template_ion_card_click_52_listener() { return ctx.openCognosApp(); });
|
|
141
|
+
i0.ɵɵelementStart(53, "ion-card-header", 18)(54, "ion-card-title")(55, "ion-label", 19);
|
|
142
|
+
i0.ɵɵtext(56);
|
|
143
|
+
i0.ɵɵpipe(57, "translate");
|
|
144
|
+
i0.ɵɵelementEnd()()();
|
|
145
|
+
i0.ɵɵelementStart(58, "ion-card-content");
|
|
146
|
+
i0.ɵɵelement(59, "br");
|
|
147
|
+
i0.ɵɵelementStart(60, "div", 20);
|
|
148
|
+
i0.ɵɵelement(61, "img", 25);
|
|
149
|
+
i0.ɵɵelementStart(62, "div")(63, "p");
|
|
150
|
+
i0.ɵɵtext(64);
|
|
151
|
+
i0.ɵɵpipe(65, "translate");
|
|
152
|
+
i0.ɵɵelementEnd()()()()()();
|
|
153
|
+
i0.ɵɵelementStart(66, "div", 24)(67, "ion-card", 22);
|
|
154
|
+
i0.ɵɵlistener("click", function LandingComponent_Template_ion_card_click_67_listener() { return ctx.openTaxApp(); });
|
|
155
|
+
i0.ɵɵelementStart(68, "ion-card-header", 18)(69, "ion-card-title")(70, "ion-label", 19);
|
|
156
|
+
i0.ɵɵtext(71);
|
|
157
|
+
i0.ɵɵpipe(72, "translate");
|
|
158
|
+
i0.ɵɵelementEnd()()();
|
|
159
|
+
i0.ɵɵelementStart(73, "ion-card-content");
|
|
160
|
+
i0.ɵɵelement(74, "br");
|
|
161
|
+
i0.ɵɵelementStart(75, "div", 20);
|
|
162
|
+
i0.ɵɵelement(76, "img", 26);
|
|
163
|
+
i0.ɵɵelementStart(77, "div")(78, "p");
|
|
164
|
+
i0.ɵɵtext(79, "Unemployment Insurance Tax ");
|
|
165
|
+
i0.ɵɵelementEnd()()()()()();
|
|
166
|
+
i0.ɵɵelementStart(80, "div", 16)(81, "ion-card", 22);
|
|
167
|
+
i0.ɵɵlistener("click", function LandingComponent_Template_ion_card_click_81_listener() { return ctx.gotToLogin(); });
|
|
168
|
+
i0.ɵɵelementStart(82, "ion-card-header", 18)(83, "ion-card-title")(84, "ion-label", 19);
|
|
169
|
+
i0.ɵɵtext(85);
|
|
170
|
+
i0.ɵɵpipe(86, "translate");
|
|
171
|
+
i0.ɵɵelementEnd()()();
|
|
172
|
+
i0.ɵɵelementStart(87, "ion-card-content");
|
|
173
|
+
i0.ɵɵelement(88, "br");
|
|
174
|
+
i0.ɵɵelementStart(89, "div", 20);
|
|
175
|
+
i0.ɵɵelement(90, "img", 27);
|
|
176
|
+
i0.ɵɵelementStart(91, "div")(92, "ul")(93, "li");
|
|
177
|
+
i0.ɵɵtext(94, "Claimant and Employer Password Reset");
|
|
178
|
+
i0.ɵɵelementEnd();
|
|
179
|
+
i0.ɵɵelementStart(95, "li");
|
|
180
|
+
i0.ɵɵtext(96, "MDES Staff Roles and Credentials");
|
|
181
|
+
i0.ɵɵelementEnd()()()()()()()()()()()()();
|
|
182
|
+
} if (rf & 2) {
|
|
183
|
+
i0.ɵɵadvance(1);
|
|
184
|
+
i0.ɵɵproperty("showError", false);
|
|
185
|
+
i0.ɵɵadvance(5);
|
|
186
|
+
i0.ɵɵpropertyInterpolate1("src", "assets/icon/ReEmploy", ctx.util.getState(), ".svg", i0.ɵɵsanitizeUrl);
|
|
187
|
+
i0.ɵɵadvance(13);
|
|
188
|
+
i0.ɵɵproperty("value", ctx.banners)("numScroll", 1)("responsiveOptions", ctx.responsiveOptions)("autoplayInterval", 5000)("circular", true);
|
|
189
|
+
i0.ɵɵadvance(9);
|
|
190
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(29, 13, "MS WORKS"));
|
|
191
|
+
i0.ɵɵadvance(14);
|
|
192
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(43, 15, "BENEFITS"));
|
|
193
|
+
i0.ɵɵadvance(14);
|
|
194
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(57, 17, "EXECUTIVE"));
|
|
195
|
+
i0.ɵɵadvance(8);
|
|
196
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(65, 19, "guide.landing.executive.message"));
|
|
197
|
+
i0.ɵɵadvance(7);
|
|
198
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(72, 21, "TAX"));
|
|
199
|
+
i0.ɵɵadvance(14);
|
|
200
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(86, 23, "HELPDESK"));
|
|
201
|
+
} }, 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}}"] }); }
|
|
202
|
+
}
|
|
203
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LandingComponent, [{
|
|
204
|
+
type: Component,
|
|
205
|
+
args: [{ selector: 'app-landing', template: "<ion-content>\n <app-content [showError]=\"false\">\n <div class=\"app-body\">\n <div class=\"app-wrapper\">\n <div id=\"home\" class=\"app-header\">\n <div class=\"app-topbar\">\n <img src=\"assets/icon/ReEmploy{{util.getState()}}.svg\" alt=\"Logo\">\n <span class=\"app-title\"></span>\n <ul id=\"app-menu\">\n <li><a href=\"https://mdes.ms.gov/\" target=\"_blank\">MDES</a></li>\n <li><a href=\"https://mdes.ms.gov/unemployment-faqs/\" target=\"_blank\">FAQ</a></li>\n <li><a href=\"https://mdes.ms.gov/unemployment-claims/covid19/\" target=\"_blank\">Covid-19</a></li>\n </ul>\n </div>\n </div>\n \n <div id=\"news\" class=\"app-news ion-text-center\">\n <p-carousel [value]=\"banners\" [numScroll]=\"1\" [responsiveOptions]=\"responsiveOptions\" [autoplayInterval]=\"5000\" \n [circular]=\"true\">\n <ng-template let-banner pTemplate=\"item\" >\n <h3>{{banner.title}}</h3>\n <p>{{banner.desc}}</p>\n <a href=\"{{banner.url}}\" target=\"_blank\" *ngIf=\"banner.url\">More Info</a>\n </ng-template>\n </p-carousel>\n </div>\n \n <div id=\"features\" class=\"app-features\">\n <div class=\"grid\">\n <div class=\"col-12 lg:col-4 lg:col-offset-2\">\n <ion-card button=\"true\" class=\"full-height app-box\">\n <ion-card-header class=\"ion-text-center ion-padding\">\n <ion-card-title>\n <ion-label color=\"dark\">{{'MS WORKS' | translate}}</ion-label>\n </ion-card-title>\n </ion-card-header>\n <ion-card-content>\n <br />\n <div class=\"feature-box\">\n <img src=\"assets/icon/MSWorks.svg\" alt=\"MS Works\">\n <div>\n <p>Workforce and Employment Services</p>\n </div>\n </div>\n </ion-card-content>\n </ion-card>\n </div>\n\n <div class=\"col-12 lg:col-4 lg:col-offset-2\">\n <ion-card button=\"true\" class=\"full-height app-box\" (click)=\"openBenApp()\">\n <ion-card-header class=\"ion-text-center ion-padding\">\n <ion-card-title>\n <ion-label color=\"dark\">{{'BENEFITS' | translate}}</ion-label>\n </ion-card-title>\n </ion-card-header>\n <ion-card-content>\n <br />\n <div class=\"feature-box\">\n <img src=\"assets/icon/ReEmployUSA-Ben.svg\" alt=\"ReEmployMS Benefits\">\n <div>\n <p>Unemployment Insurance Claims and Payments </p>\n </div>\n </div>\n </ion-card-content>\n </ion-card>\n </div>\n\n <div class=\"col-12 lg:col-4 \">\n <ion-card button=\"true\" class=\"full-height app-box\" (click)=\"openCognosApp()\">\n <ion-card-header class=\"ion-text-center ion-padding\">\n <ion-card-title>\n <ion-label color=\"dark\">{{'EXECUTIVE' | translate}}</ion-label>\n </ion-card-title>\n </ion-card-header>\n <ion-card-content>\n <br />\n <div class=\"feature-box\">\n <img src=\"assets/icon/Executive.svg\" alt=\"Executive\">\n <div>\n <p>{{'guide.landing.executive.message' | translate}}</p>\n </div>\n </div>\n </ion-card-content>\n </ion-card>\n </div>\n \n \n \n <div class=\"col-12 lg:col-4\">\n <ion-card button=\"true\" class=\"full-height app-box\" (click)=\"openTaxApp()\">\n <ion-card-header class=\"ion-text-center ion-padding\">\n <ion-card-title>\n <ion-label color=\"dark\">{{'TAX' | translate}}</ion-label>\n </ion-card-title>\n </ion-card-header>\n <ion-card-content>\n <br />\n <div class=\"feature-box\">\n <img src=\"assets/icon/ReEmployUSA-Tax.svg\" alt=\"ReEmployMS Tax\">\n <div>\n <p>Unemployment Insurance Tax\n </p>\n </div>\n </div>\n </ion-card-content>\n </ion-card>\n </div>\n \n <div class=\"col-12 lg:col-4 lg:col-offset-2\">\n <ion-card button=\"true\" class=\"full-height app-box\" (click)=\"gotToLogin()\">\n <ion-card-header class=\"ion-text-center ion-padding\">\n <ion-card-title>\n <ion-label color=\"dark\">{{'HELPDESK' | translate}}</ion-label>\n </ion-card-title>\n </ion-card-header>\n <ion-card-content>\n <br />\n <div class=\"feature-box\">\n <img src=\"assets/icon/Helpdesk.svg\" alt=\"ReEmployMS\">\n <div>\n <ul>\n <li>Claimant and Employer Password Reset</li>\n <li>MDES Staff Roles and Credentials</li>\n </ul>\n </div>\n </div>\n </ion-card-content>\n </ion-card>\n </div>\n \n </div>\n </div>\n </div>\n </div>\n </app-content>\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
|
+
}], () => [{ type: i1.UtilService }, { type: i2.NavController }], null); })();
|
|
207
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LandingComponent, { className: "LandingComponent" }); })();
|
|
208
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL3BhZ2VzL2NvbW1vbi9sYW5kaW5nL2xhbmRpbmcuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9wYWdlcy9jb21tb24vbGFuZGluZy9sYW5kaW5nLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFFbEQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLDhCQUE4QixDQUFDOzs7Ozs7Ozs7O0lDb0JoQyw2QkFBNkQ7SUFBQSx5QkFBUztJQUFBLGlCQUFJOzs7SUFBdkUsaUVBQXFCOzs7SUFGeEIsMEJBQUk7SUFBQSxZQUFnQjtJQUFBLGlCQUFLO0lBQ3pCLHlCQUFHO0lBQUEsWUFBZTtJQUFBLGlCQUFJO0lBQ3RCLDZFQUEwRTs7O0lBRnRFLGVBQWdCO0lBQWhCLHFDQUFnQjtJQUNqQixlQUFlO0lBQWYsb0NBQWU7SUFDeUIsZUFBZ0I7SUFBaEIsb0NBQWdCOztBRFp2RixNQUFNLE9BQU8sZ0JBQWdCO0lBUTNCLFlBQW1CLElBQWtCLEVBQVUsR0FBbUI7UUFBL0MsU0FBSSxHQUFKLElBQUksQ0FBYztRQUFVLFFBQUcsR0FBSCxHQUFHLENBQWdCO1FBTjNELGVBQVUsR0FBRyxZQUFZLENBQUMsVUFBVSxDQUFDO0lBUzVDLENBQUM7SUFFRCxRQUFRO1FBQ04sSUFBSSxDQUFDLE9BQU8sR0FBRztZQUNiO2dCQUNFLEtBQUssRUFBRyx1QkFBdUI7Z0JBQy9CLElBQUksRUFBRyxxR0FBcUc7Z0JBQzVHLEdBQUcsRUFBRyx3RUFBd0U7Z0JBQzlFLElBQUksRUFBRyxFQUFFO2FBQ1Y7WUFDRDtnQkFDRSxLQUFL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QGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBOYXZDb250cm9sbGVyIH0gZnJvbSAnQGlvbmljL2FuZ3VsYXInO1xuaW1wb3J0IHsgTGliQ29uc3RhbnRzIH0gZnJvbSAnLi4vLi4vLi4vbW9kZWxzL0xpYkNvbnN0YW50cyc7XG5pbXBvcnQgeyBVdGlsU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL3V0aWwvdXRpbC5zZXJ2aWNlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLWxhbmRpbmcnLFxuICB0ZW1wbGF0ZVVybDogJy4vbGFuZGluZy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2xhbmRpbmcuY29tcG9uZW50LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgTGFuZGluZ0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgcHVibGljIGFwcFZlcnNpb24gPSBMaWJDb25zdGFudHMuYXBwVmVyc2lvbjtcblxuICBwdWJsaWMgYmFubmVyczogQXJyYXk8e3RpdGxlOiBzdHJpbmcsIGRlc2MgOiBzdHJpbmcsIHVybDogc3RyaW5nLCBpY29uOiBzdHJpbmd9PjtcblxuICBwdWJsaWMgcmVzcG9uc2l2ZU9wdGlvbnM7IFxuIFxuICBjb25zdHJ1Y3RvcihwdWJsaWMgdXRpbCA6IFV0aWxTZXJ2aWNlLCBwcml2YXRlIG5hdiA6IE5hdkNvbnRyb2xsZXIpIHsgXG5cblxuICB9XG5cbiAgbmdPbkluaXQoKSB7XG4gICAgdGhpcy5iYW5uZXJzID0gW1xuICAgICAge1xuICAgICAgICB0aXRsZSA6IFwiTG9zdCBXYWdlcyBBc3Npc3RhbmNlXCIsXG4gICAgICAgIGRlc2MgOiBcIlRvIGVudGVyIHlvdXIgaW5mb3JtYXRpb24gZm9yIExvc3QgV2FnZXMgQXNzaXN0YW5jZSAoTFdBKSBDZXJ0aWZpY2F0aW9uLCBwbGVhc2UgdXNlIHRoZSBsaW5rIGJlbG93LlwiLFxuICAgICAgICB1cmwgOiBcImh0dHBzOi8vbWRlcy5tcy5nb3YvdW5lbXBsb3ltZW50LWNsYWltcy9jb3ZpZDE5L2xvc3Qtd2FnZXMtYXNzaXN0YW5jZS9cIixcbiAgICAgICAgaWNvbiA6IFwiXCJcbiAgICAgIH0sXG4gICAgICB7XG4gICAgICAgIHRpdGxlIDogXCJXb3Jrc2VhcmNoIFJlcXVpcmVtZW50c1wiLFxuICAgICAgICBkZXNjIDogXCJBbiBpbmRpdmlkdWFsIG11c3QgbWFrZSBhbiBhY3RpdmUgc2VhcmNoIGZvciBmdWxsLXRpbWUgd29yayBpbiBvcmRlciB0byByZWNlaXZlIHVuZW1wbG95bWVudCBpbnN1cmFuY2UgYmVuZWZpdHMuIFRoZSBXb3JrIFNlYXJjaCB0ZW1wb3Jhcnkgd2FpdmVyIHVuZGVyIHRoZSBFeGVjdXRpdmUgT3JkZXIgTm8uIDE1MTAgd2lsbCBleHBpcmUgYXMgb2YgQXVndXN0IDA4LCAyMDIwLlwiLFxuICAgICAgICB1cmwgOiBcImh0dHBzOi8vbWRlcy5tcy5nb3YvdW5lbXBsb3ltZW50LWNsYWltcy9iZW5lZml0LWluZm9ybWF0aW9uL3dvcmtzZWFyY2gtcmVxdWlyZW1lbnRzL1wiLFxuICAgICAgICBpY29uIDogXCJcIlxuICAgICAgfSxcbiAgICAgIHtcbiAgICAgICAgdGl0bGUgOiBcIlBhbmRlbWljIFVuZW1wbG95bWVudCBBc3Npc3RhbmNlIChQVUEpXCIsXG4gICAgICAgIGRlc2MgOiBcIlBVQSBpcyBpbnRlbmRlZCB0byBwcm92aWRlIGFzc2lzdGFuY2UgdG8gcGVyc29ucyB1bmVtcGxveWVkIG9yIHdvcmtpbmcgcmVkdWNlZCBob3VycyBkdWUgdG8gQ09WSUQtMTkgYW5kIGFyZSBub3QgZWxpZ2libGUgZm9yIHJlZ3VsYXIgdW5lbXBsb3ltZW50IGJlbmVmaXRzLlwiLFxuICAgICAgICB1cmwgOiBcImh0dHBzOi8vbWRlcy5tcy5nb3YvdW5lbXBsb3ltZW50LWNsYWltcy9jb3ZpZDE5L3BhbmRlbWljLXVuZW1wbG95bWVudC1hc3Npc3RhbmNlLXB1YS9cIixcbiAgICAgICAgaWNvbiA6IFwiXCJcbiAgICAgIH0sXG4gICAgICB7XG4gICAgICAgIHRpdGxlIDogXCJUaGUgMkZpbGVVSSBNb2JpbGUgQXBwXCIsXG4gICAgICAgIGRlc2MgOiBcIllvdSBjYW4gY29tcGxldGUgeW91ciB3ZWVrbHkgY2VydGlmaWNhdGlvbnMgZm9yIHVuZW1wbG95bWVudCBpbnN1cmFuY2UgcGF5bWVudHMgYXMgZWFybHkgYXMgU3VuZGF5IGVhY2ggd2VlayB1c2luZyBvdXIgZnJlZSBNREVTIGFwcOKApiBvciBvdXIgd2Vic2l0ZS5cIixcbiAgICAgICAgdXJsIDogXCJodHRwczovL3BsYXkuZ29vZ2xlLmNvbS9zdG9yZS9hcHBzL2RldGFpbHM/aWQ9Z292Lm1zLnRvZmlsZXVpXCIsXG4gICAgICAgIGljb24gOiBcIlwiXG4gICAgICB9XG4gICAgXTtcblxuICAgIHRoaXMucmVzcG9uc2l2ZU9wdGlvbnMgPSBbXG4gICAgICB7XG4gICAgICAgICAgYnJlYWtwb2ludDogJzEwMjRweCcsXG4gICAgICAgICAgbnVtVmlzaWJsZTogMSxcbiAgICAgICAgICBudW1TY3JvbGw6IDFcbiAgICAgIH0sXG4gICAgICB7XG4gICAgICAgICAgYnJlYWtwb2ludDogJzc2OHB4JyxcbiAgICAgICAgICBudW1WaXNpYmxlOiAxLFxuICAgICAgICAgIG51bVNjcm9sbDogMVxuICAgICAgfSxcbiAgICAgIHtcbiAgICAgICAgICBicmVha3BvaW50OiAnNTYwcHgnLFxuICAgICAgICAgIG51bVZpc2libGU6IDEsXG4gICAgICAgICAgbnVtU2Nyb2xsOiAxXG4gICAgICB9XG4gIF07XG5cbiAgfVxuXG4gIGdvdFRvTG9naW4oKXtcbiAgICB0aGlzLm5hdi5uYXZpZ2F0ZVJvb3QoJy9ub3QtZm91bmQnKTtcbiAgfVxuXG4gIG9wZW5CZW5BcHAoKSB7XG4gICAgd2luZG93Lm9wZW4oYCR7TGliQ29uc3RhbnRzLmJlbmVmaXRzVXJsfS9mYWNlcy9sb2dpbi9sb2dpbl9sb2NhbC54aHRtbGAsICdfYmxhbmsnKTsgICAgXG4gIH1cblxuICBvcGVuVGF4QXBwKCkge1xuICAgIHdpbmRvdy5vcGVuKGAke0xpYkNvbnN0YW50cy50YXhVcmx9L2ZhY2VzL2xvZ2luL2xvZ2luX2xvY2FsLnhodG1sYCwgJ19ibGFuaycpO1xuICB9XG5cbiAgb3BlbkNvZ25vc0FwcCgpIHtcbiAgICB3aW5kb3cub3BlbihgJHtMaWJDb25zdGFudHMuY29nbm9zVXJsfWAsICdfYmxhbmsnKTtcbiAgfVxuXG5cbn1cbiIsIjxpb24tY29udGVudD5cbiAgICA8YXBwLWNvbnRlbnQgW3Nob3dFcnJvcl09XCJmYWxzZVwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiYXBwLWJvZHlcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhcHAtd3JhcHBlclwiPlxuICAgICAgICAgICAgICAgIDxkaXYgaWQ9XCJob21lXCIgY2xhc3M9XCJhcHAtaGVhZGVyXCI+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhcHAtdG9wYmFyXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8aW1nIHNyYz1cImFzc2V0cy9pY29uL1JlRW1wbG95e3t1dGlsLmdldFN0YXRlKCl9fS5zdmdcIiBhbHQ9XCJMb2dvXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImFwcC10aXRsZVwiPjwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDx1bCBpZD1cImFwcC1tZW51XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpPjxhIGhyZWY9XCJodHRwczovL21kZXMubXMuZ292L1wiIHRhcmdldD1cIl9ibGFua1wiPk1ERVM8L2E+PC9saT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGk+PGEgaHJlZj1cImh0dHBzOi8vbWRlcy5tcy5nb3YvdW5lbXBsb3ltZW50LWZhcXMvXCIgdGFyZ2V0PVwiX2JsYW5rXCI+RkFRPC9hPjwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpPjxhIGhyZWY9XCJodHRwczovL21kZXMubXMuZ292L3VuZW1wbG95bWVudC1jbGFpbXMvY292aWQxOS9cIiB0YXJnZXQ9XCJfYmxhbmtcIj5Db3ZpZC0xOTwvYT48L2xpPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICBcbiAgICAgICAgICAgICAgICA8ZGl2IGlkPVwibmV3c1wiIGNsYXNzPVwiYXBwLW5ld3MgaW9uLXRleHQtY2VudGVyXCI+XG4gICAgICAgICAgICAgICAgICAgIDxwLWNhcm91c2VsIFt2YWx1ZV09XCJiYW5uZXJzXCIgW251bVNjcm9sbF09XCIxXCIgW3Jlc3BvbnNpdmVPcHRpb25zXT1cInJlc3BvbnNpdmVPcHRpb25zXCIgW2F1dG9wbGF5SW50ZXJ2YWxdPVwiNTAwMFwiIFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbY2lyY3VsYXJdPVwidHJ1ZVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPG5nLXRlbXBsYXRlIGxldC1iYW5uZXIgcFRlbXBsYXRlPVwiaXRlbVwiID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDM+e3tiYW5uZXIudGl0bGV9fTwvaDM+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHA+e3tiYW5uZXIuZGVzY319PC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCJ7e2Jhbm5lci51cmx9fVwiICB0YXJnZXQ9XCJfYmxhbmtcIiAqbmdJZj1cImJhbm5lci51cmxcIj5Nb3JlIEluZm88L2E+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPlxuICAgICAgICAgICAgICAgICAgICA8L3AtY2Fyb3VzZWw+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIFxuICAgICAgICAgICAgICAgIDxkaXYgaWQ9XCJmZWF0dXJlc1wiIGNsYXNzPVwiYXBwLWZlYXR1cmVzXCI+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJncmlkXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyIGxnOmNvbC00IGxnOmNvbC1vZmZzZXQtMlwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpb24tY2FyZCBidXR0b249XCJ0cnVlXCIgY2xhc3M9XCJmdWxsLWhlaWdodCBhcHAtYm94XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpb24tY2FyZC1oZWFkZXIgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXIgaW9uLXBhZGRpbmdcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpb24tY2FyZC10aXRsZT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW9uLWxhYmVsIGNvbG9yPVwiZGFya1wiPnt7J01TIFdPUktTJyB8IHRyYW5zbGF0ZX19PC9pb24tbGFiZWw+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1jYXJkLXRpdGxlPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1jYXJkLWhlYWRlcj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1jYXJkLWNvbnRlbnQ+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YnIgLz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmZWF0dXJlLWJveFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiYXNzZXRzL2ljb24vTVNXb3Jrcy5zdmdcIiBhbHQ9XCJNUyBXb3Jrc1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwPldvcmtmb3JjZSBhbmQgRW1wbG95bWVudCBTZXJ2aWNlczwvcD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1jYXJkLWNvbnRlbnQ+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9pb24tY2FyZD5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyIGxnOmNvbC00IGxnOmNvbC1vZmZzZXQtMlwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpb24tY2FyZCBidXR0b249XCJ0cnVlXCIgY2xhc3M9XCJmdWxsLWhlaWdodCBhcHAtYm94XCIgKGNsaWNrKT1cIm9wZW5CZW5BcHAoKVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW9uLWNhcmQtaGVhZGVyIGNsYXNzPVwiaW9uLXRleHQtY2VudGVyIGlvbi1wYWRkaW5nXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW9uLWNhcmQtdGl0bGU+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1sYWJlbCBjb2xvcj1cImRhcmtcIj57eydCRU5FRklUUycgfCB0cmFuc2xhdGV9fTwvaW9uLWxhYmVsPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9pb24tY2FyZC10aXRsZT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9pb24tY2FyZC1oZWFkZXI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpb24tY2FyZC1jb250ZW50PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGJyIC8+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmVhdHVyZS1ib3hcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW1nIHNyYz1cImFzc2V0cy9pY29uL1JlRW1wbG95VVNBLUJlbi5zdmdcIiBhbHQ9XCJSZUVtcGxveU1TIEJlbmVmaXRzXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHA+VW5lbXBsb3ltZW50IEluc3VyYW5jZSBDbGFpbXMgYW5kIFBheW1lbnRzIDwvcD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1jYXJkLWNvbnRlbnQ+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9pb24tY2FyZD5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyIGxnOmNvbC00IFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpb24tY2FyZCBidXR0b249XCJ0cnVlXCIgY2xhc3M9XCJmdWxsLWhlaWdodCBhcHAtYm94XCIgKGNsaWNrKT1cIm9wZW5Db2dub3NBcHAoKVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW9uLWNhcmQtaGVhZGVyIGNsYXNzPVwiaW9uLXRleHQtY2VudGVyIGlvbi1wYWRkaW5nXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW9uLWNhcmQtdGl0bGU+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1sYWJlbCBjb2xvcj1cImRhcmtcIj57eydFWEVDVVRJVkUnIHwgdHJhbnNsYXRlfX08L2lvbi1sYWJlbD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvaW9uLWNhcmQtdGl0bGU+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvaW9uLWNhcmQtaGVhZGVyPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW9uLWNhcmQtY29udGVudD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxiciAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZlYXR1cmUtYm94XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGltZyBzcmM9XCJhc3NldHMvaWNvbi9FeGVjdXRpdmUuc3ZnXCIgYWx0PVwiRXhlY3V0aXZlXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHA+e3snZ3VpZGUubGFuZGluZy5leGVjdXRpdmUubWVzc2FnZScgfCB0cmFuc2xhdGV9fTwvcD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1jYXJkLWNvbnRlbnQ+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9pb24tY2FyZD5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICBcbiAgICAgICAgICAgICAgICAgICAgICAgIFxuICAgICAgICBcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtMTIgbGc6Y29sLTRcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW9uLWNhcmQgYnV0dG9uPVwidHJ1ZVwiIGNsYXNzPVwiZnVsbC1oZWlnaHQgYXBwLWJveFwiIChjbGljayk9XCJvcGVuVGF4QXBwKClcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1jYXJkLWhlYWRlciBjbGFzcz1cImlvbi10ZXh0LWNlbnRlciBpb24tcGFkZGluZ1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1jYXJkLXRpdGxlPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpb24tbGFiZWwgY29sb3I9XCJkYXJrXCI+e3snVEFYJyB8IHRyYW5zbGF0ZX19PC9pb24tbGFiZWw+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1jYXJkLXRpdGxlPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1jYXJkLWhlYWRlcj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1jYXJkLWNvbnRlbnQ+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YnIgLz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmZWF0dXJlLWJveFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiYXNzZXRzL2ljb24vUmVFbXBsb3lVU0EtVGF4LnN2Z1wiIGFsdD1cIlJlRW1wbG95TVMgVGF4XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHA+VW5lbXBsb3ltZW50IEluc3VyYW5jZSBUYXhcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvaW9uLWNhcmQtY29udGVudD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1jYXJkPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICBcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtMTIgbGc6Y29sLTQgbGc6Y29sLW9mZnNldC0yXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1jYXJkIGJ1dHRvbj1cInRydWVcIiBjbGFzcz1cImZ1bGwtaGVpZ2h0IGFwcC1ib3hcIiAoY2xpY2spPVwiZ290VG9Mb2dpbigpXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpb24tY2FyZC1oZWFkZXIgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXIgaW9uLXBhZGRpbmdcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpb24tY2FyZC10aXRsZT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW9uLWxhYmVsIGNvbG9yPVwiZGFya1wiPnt7J0hFTFBERVNLJyB8IHRyYW5zbGF0ZX19PC9pb24tbGFiZWw+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1jYXJkLXRpdGxlPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1jYXJkLWhlYWRlcj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1jYXJkLWNvbnRlbnQ+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YnIgLz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmZWF0dXJlLWJveFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiYXNzZXRzL2ljb24vSGVscGRlc2suc3ZnXCIgYWx0PVwiUmVFbXBsb3lNU1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1bD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsaT5DbGFpbWFudCBhbmQgRW1wbG95ZXIgUGFzc3dvcmQgUmVzZXQ8L2xpPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpPk1ERVMgU3RhZmYgUm9sZXMgYW5kIENyZWRlbnRpYWxzPC9saT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1jYXJkLWNvbnRlbnQ+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9pb24tY2FyZD5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvYXBwLWNvbnRlbnQ+XG48L2lvbi1jb250ZW50PiJdfQ==
|