@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,337 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import { LibConstants } from '../../models/LibConstants';
|
|
3
|
-
import { AccessibilityPolicyPage } from '../../pages/common/accessibility-policy/accessibility-policy.page';
|
|
4
|
-
import { PrivacyDisclaimerPage } from '../../pages/common/privacy-disclaimer/privacy-disclaimer.page';
|
|
5
|
-
import { SecurityPolicyPage } from '../../pages/common/security-policy/security-policy.page';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "@ionic/angular";
|
|
8
|
-
import * as i2 from "ngx-joyride";
|
|
9
|
-
import * as i3 from "../../services/util/util.service";
|
|
10
|
-
import * as i4 from "../../services/tour/tour.service";
|
|
11
|
-
import * as i5 from "../../services/login/login.service";
|
|
12
|
-
import * as i6 from "../../services/chatbot/chatbot.service";
|
|
13
|
-
import * as i7 from "../../services/logger/logger.service";
|
|
14
|
-
import * as i8 from "@angular/common";
|
|
15
|
-
import * as i9 from "primeng/tooltip";
|
|
16
|
-
import * as i10 from "@ngx-translate/core";
|
|
17
|
-
function FooterComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
18
|
-
i0.ɵɵelementStart(0, "div", 4)(1, "div", 5)(2, "div", 6)(3, "div", 7)(4, "div", 8)(5, "b");
|
|
19
|
-
i0.ɵɵtext(6, "Policies");
|
|
20
|
-
i0.ɵɵelementEnd();
|
|
21
|
-
i0.ɵɵelement(7, "br");
|
|
22
|
-
i0.ɵɵelementStart(8, "ul")(9, "li");
|
|
23
|
-
i0.ɵɵtext(10, "Follow us on social media or sign");
|
|
24
|
-
i0.ɵɵelement(11, "br");
|
|
25
|
-
i0.ɵɵtext(12, "up for email alerts.");
|
|
26
|
-
i0.ɵɵelementEnd()();
|
|
27
|
-
i0.ɵɵelementStart(13, "ul")(14, "li")(15, "a", 9);
|
|
28
|
-
i0.ɵɵelement(16, "img", 10);
|
|
29
|
-
i0.ɵɵelementEnd()();
|
|
30
|
-
i0.ɵɵelementStart(17, "li")(18, "a", 11);
|
|
31
|
-
i0.ɵɵelement(19, "img", 12);
|
|
32
|
-
i0.ɵɵelementEnd()();
|
|
33
|
-
i0.ɵɵelementStart(20, "li")(21, "a", 13);
|
|
34
|
-
i0.ɵɵelement(22, "img", 14);
|
|
35
|
-
i0.ɵɵelementEnd()()();
|
|
36
|
-
i0.ɵɵelementStart(23, "ul")(24, "li");
|
|
37
|
-
i0.ɵɵtext(25, "Copyright \uFFFD 2017");
|
|
38
|
-
i0.ɵɵelement(26, "br");
|
|
39
|
-
i0.ɵɵtext(27, " All rights reserved.");
|
|
40
|
-
i0.ɵɵelementEnd();
|
|
41
|
-
i0.ɵɵelementStart(28, "li");
|
|
42
|
-
i0.ɵɵtext(29);
|
|
43
|
-
i0.ɵɵelementEnd()()();
|
|
44
|
-
i0.ɵɵelementStart(30, "div", 15)(31, "b");
|
|
45
|
-
i0.ɵɵtext(32, "Find it by Topic");
|
|
46
|
-
i0.ɵɵelementEnd();
|
|
47
|
-
i0.ɵɵelement(33, "br");
|
|
48
|
-
i0.ɵɵelementStart(34, "ul")(35, "li")(36, "a", 16);
|
|
49
|
-
i0.ɵɵtext(37, "Child Labor Laws ");
|
|
50
|
-
i0.ɵɵelementEnd()();
|
|
51
|
-
i0.ɵɵelementStart(38, "li")(39, "a", 17);
|
|
52
|
-
i0.ɵɵtext(40, "Employment and Training Services");
|
|
53
|
-
i0.ɵɵelementEnd()();
|
|
54
|
-
i0.ɵɵelementStart(41, "li")(42, "a", 18);
|
|
55
|
-
i0.ɵɵtext(43, "Free Labor Posters");
|
|
56
|
-
i0.ɵɵelementEnd()();
|
|
57
|
-
i0.ɵɵelementStart(44, "li")(45, "a", 19);
|
|
58
|
-
i0.ɵɵtext(46, "Workplace Safety Consultations");
|
|
59
|
-
i0.ɵɵelementEnd()();
|
|
60
|
-
i0.ɵɵelementStart(47, "li")(48, "a", 20);
|
|
61
|
-
i0.ɵɵtext(49, "Labor Market Information");
|
|
62
|
-
i0.ɵɵelementEnd()();
|
|
63
|
-
i0.ɵɵelementStart(50, "li")(51, "a", 21);
|
|
64
|
-
i0.ɵɵtext(52, "Labor Laws");
|
|
65
|
-
i0.ɵɵelementEnd()();
|
|
66
|
-
i0.ɵɵelementStart(53, "li")(54, "a", 22);
|
|
67
|
-
i0.ɵɵtext(55, "Rehabilitation/Disability Services");
|
|
68
|
-
i0.ɵɵelementEnd()();
|
|
69
|
-
i0.ɵɵelementStart(56, "li")(57, "a", 23);
|
|
70
|
-
i0.ɵɵtext(58, "Unemployment Appeals ");
|
|
71
|
-
i0.ɵɵelementEnd()();
|
|
72
|
-
i0.ɵɵelementStart(59, "li")(60, "a", 24);
|
|
73
|
-
i0.ɵɵtext(61, "Unemployment Benefits");
|
|
74
|
-
i0.ɵɵelementEnd()();
|
|
75
|
-
i0.ɵɵelementStart(62, "li")(63, "a", 25);
|
|
76
|
-
i0.ɵɵtext(64, "Unemployment Rate");
|
|
77
|
-
i0.ɵɵelementEnd()();
|
|
78
|
-
i0.ɵɵelementStart(65, "li")(66, "a", 26);
|
|
79
|
-
i0.ɵɵtext(67, "Unemployment Tax ");
|
|
80
|
-
i0.ɵɵelementEnd()();
|
|
81
|
-
i0.ɵɵelementStart(68, "li")(69, "a", 27);
|
|
82
|
-
i0.ɵɵtext(70, "Work Permits");
|
|
83
|
-
i0.ɵɵelementEnd()()()();
|
|
84
|
-
i0.ɵɵelementStart(71, "div", 15)(72, "b");
|
|
85
|
-
i0.ɵɵtext(73, "Find it by Audience");
|
|
86
|
-
i0.ɵɵelementEnd();
|
|
87
|
-
i0.ɵɵelement(74, "br");
|
|
88
|
-
i0.ɵɵelementStart(75, "ul")(76, "li")(77, "a", 28);
|
|
89
|
-
i0.ɵɵtext(78, "Workers");
|
|
90
|
-
i0.ɵɵelementEnd()();
|
|
91
|
-
i0.ɵɵelementStart(79, "li")(80, "a", 29);
|
|
92
|
-
i0.ɵɵtext(81, "Job Seekers");
|
|
93
|
-
i0.ɵɵelementEnd()();
|
|
94
|
-
i0.ɵɵelementStart(82, "li")(83, "a", 30);
|
|
95
|
-
i0.ɵɵtext(84, "Employers / Businesses");
|
|
96
|
-
i0.ɵɵelementEnd()()()();
|
|
97
|
-
i0.ɵɵelementStart(85, "div", 15)(86, "b");
|
|
98
|
-
i0.ɵɵtext(87, "Find it by Agency");
|
|
99
|
-
i0.ɵɵelementEnd();
|
|
100
|
-
i0.ɵɵelement(88, "br");
|
|
101
|
-
i0.ɵɵelementStart(89, "ul")(90, "li")(91, "a", 31);
|
|
102
|
-
i0.ɵɵtext(92, "Bureau of Employment Services");
|
|
103
|
-
i0.ɵɵelementEnd()();
|
|
104
|
-
i0.ɵɵelementStart(93, "li")(94, "a", 32);
|
|
105
|
-
i0.ɵɵtext(95, "Bureau of Labor Standards");
|
|
106
|
-
i0.ɵɵelementEnd()();
|
|
107
|
-
i0.ɵɵelementStart(96, "li")(97, "a", 33);
|
|
108
|
-
i0.ɵɵtext(98, "Bureau of Rehabilitation Services");
|
|
109
|
-
i0.ɵɵelementEnd()();
|
|
110
|
-
i0.ɵɵelementStart(99, "li")(100, "a", 34);
|
|
111
|
-
i0.ɵɵtext(101, "Bureau of Unemployment Compensation");
|
|
112
|
-
i0.ɵɵelementEnd()();
|
|
113
|
-
i0.ɵɵelementStart(102, "li")(103, "a", 20);
|
|
114
|
-
i0.ɵɵtext(104, "Center for Workforce Research and Information");
|
|
115
|
-
i0.ɵɵelementEnd()()();
|
|
116
|
-
i0.ɵɵelement(105, "br");
|
|
117
|
-
i0.ɵɵelementStart(106, "ul")(107, "li");
|
|
118
|
-
i0.ɵɵtext(108, "The Department of Labor is an equal opportunity provider. Auxiliary aids and services are available to individuals with disabilities upon request.");
|
|
119
|
-
i0.ɵɵelementEnd()()();
|
|
120
|
-
i0.ɵɵelementStart(109, "div", 15)(110, "b");
|
|
121
|
-
i0.ɵɵtext(111, "Services");
|
|
122
|
-
i0.ɵɵelementEnd();
|
|
123
|
-
i0.ɵɵelement(112, "br");
|
|
124
|
-
i0.ɵɵelementStart(113, "ul")(114, "li")(115, "a", 35);
|
|
125
|
-
i0.ɵɵelement(116, "img", 36);
|
|
126
|
-
i0.ɵɵelementEnd()();
|
|
127
|
-
i0.ɵɵelementStart(117, "li")(118, "a", 37);
|
|
128
|
-
i0.ɵɵelement(119, "img", 38);
|
|
129
|
-
i0.ɵɵelementEnd()();
|
|
130
|
-
i0.ɵɵelementStart(120, "li")(121, "a", 39);
|
|
131
|
-
i0.ɵɵelement(122, "img", 40);
|
|
132
|
-
i0.ɵɵelementEnd()()()()()()()();
|
|
133
|
-
} if (rf & 2) {
|
|
134
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
135
|
-
i0.ɵɵadvance(29);
|
|
136
|
-
i0.ɵɵtextInterpolate1("Build No. ", ctx_r0.appVersion, "");
|
|
137
|
-
} }
|
|
138
|
-
function FooterComponent_div_1_a_6_Template(rf, ctx) { if (rf & 1) {
|
|
139
|
-
const _r7 = i0.ɵɵgetCurrentView();
|
|
140
|
-
i0.ɵɵelementStart(0, "a", 46);
|
|
141
|
-
i0.ɵɵlistener("click", function FooterComponent_div_1_a_6_Template_a_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r7); const footerLink_r5 = restoredCtx.$implicit; const ctx_r6 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r6.openPopup(footerLink_r5)); });
|
|
142
|
-
i0.ɵɵtext(1);
|
|
143
|
-
i0.ɵɵpipe(2, "translate");
|
|
144
|
-
i0.ɵɵelementEnd();
|
|
145
|
-
} if (rf & 2) {
|
|
146
|
-
const footerLink_r5 = ctx.$implicit;
|
|
147
|
-
i0.ɵɵadvance(1);
|
|
148
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, footerLink_r5.name));
|
|
149
|
-
} }
|
|
150
|
-
function FooterComponent_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
151
|
-
i0.ɵɵelementStart(0, "div", 6)(1, "div", 7)(2, "ion-footer", 41)(3, "ion-row")(4, "ion-col", 42)(5, "div", 43);
|
|
152
|
-
i0.ɵɵtemplate(6, FooterComponent_div_1_a_6_Template, 3, 3, "a", 44);
|
|
153
|
-
i0.ɵɵelement(7, "br")(8, "br");
|
|
154
|
-
i0.ɵɵelementStart(9, "ion-text");
|
|
155
|
-
i0.ɵɵtext(10);
|
|
156
|
-
i0.ɵɵpipe(11, "translate");
|
|
157
|
-
i0.ɵɵelementEnd();
|
|
158
|
-
i0.ɵɵelement(12, "br");
|
|
159
|
-
i0.ɵɵelementStart(13, "p", 45);
|
|
160
|
-
i0.ɵɵtext(14);
|
|
161
|
-
i0.ɵɵpipe(15, "translate");
|
|
162
|
-
i0.ɵɵelementEnd()()()()()()();
|
|
163
|
-
} if (rf & 2) {
|
|
164
|
-
const ctx_r1 = i0.ɵɵnextContext();
|
|
165
|
-
i0.ɵɵadvance(6);
|
|
166
|
-
i0.ɵɵproperty("ngForOf", ctx_r1.footerLinks);
|
|
167
|
-
i0.ɵɵadvance(4);
|
|
168
|
-
i0.ɵɵtextInterpolate1("\u00A9\u00A0", i0.ɵɵpipeBind1(11, 4, "The Mississippi Department of Employment Security"), "");
|
|
169
|
-
i0.ɵɵadvance(4);
|
|
170
|
-
i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(15, 6, "Build No."), " ", ctx_r1.appVersion, "");
|
|
171
|
-
} }
|
|
172
|
-
function FooterComponent_ion_fab_2_ion_fab_button_4_Template(rf, ctx) { if (rf & 1) {
|
|
173
|
-
i0.ɵɵelementStart(0, "ion-fab-button", 54);
|
|
174
|
-
i0.ɵɵpipe(1, "translate");
|
|
175
|
-
i0.ɵɵelement(2, "ion-icon", 55);
|
|
176
|
-
i0.ɵɵelementEnd();
|
|
177
|
-
} if (rf & 2) {
|
|
178
|
-
i0.ɵɵpropertyInterpolate("pTooltip", i0.ɵɵpipeBind1(1, 1, "FAQ"));
|
|
179
|
-
} }
|
|
180
|
-
function FooterComponent_ion_fab_2_ion_fab_button_5_Template(rf, ctx) { if (rf & 1) {
|
|
181
|
-
i0.ɵɵelementStart(0, "ion-fab-button", 56);
|
|
182
|
-
i0.ɵɵpipe(1, "translate");
|
|
183
|
-
i0.ɵɵelement(2, "ion-icon", 55);
|
|
184
|
-
i0.ɵɵelementEnd();
|
|
185
|
-
} if (rf & 2) {
|
|
186
|
-
i0.ɵɵpropertyInterpolate("pTooltip", i0.ɵɵpipeBind1(1, 1, "FAQ"));
|
|
187
|
-
} }
|
|
188
|
-
function FooterComponent_ion_fab_2_ion_fab_button_6_Template(rf, ctx) { if (rf & 1) {
|
|
189
|
-
const _r13 = i0.ɵɵgetCurrentView();
|
|
190
|
-
i0.ɵɵelementStart(0, "ion-fab-button", 57);
|
|
191
|
-
i0.ɵɵlistener("click", function FooterComponent_ion_fab_2_ion_fab_button_6_Template_ion_fab_button_click_0_listener() { i0.ɵɵrestoreView(_r13); const ctx_r12 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r12.tour()); });
|
|
192
|
-
i0.ɵɵpipe(1, "translate");
|
|
193
|
-
i0.ɵɵelement(2, "ion-icon", 58);
|
|
194
|
-
i0.ɵɵelementEnd();
|
|
195
|
-
} if (rf & 2) {
|
|
196
|
-
i0.ɵɵpropertyInterpolate("pTooltip", i0.ɵɵpipeBind1(1, 1, "Screen Guide"));
|
|
197
|
-
} }
|
|
198
|
-
function FooterComponent_ion_fab_2_ion_fab_button_7_Template(rf, ctx) { if (rf & 1) {
|
|
199
|
-
const _r15 = i0.ɵɵgetCurrentView();
|
|
200
|
-
i0.ɵɵelementStart(0, "ion-fab-button", 57);
|
|
201
|
-
i0.ɵɵlistener("click", function FooterComponent_ion_fab_2_ion_fab_button_7_Template_ion_fab_button_click_0_listener() { i0.ɵɵrestoreView(_r15); const ctx_r14 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r14.initializeChatbot()); });
|
|
202
|
-
i0.ɵɵpipe(1, "translate");
|
|
203
|
-
i0.ɵɵelement(2, "ion-icon", 59);
|
|
204
|
-
i0.ɵɵelementEnd();
|
|
205
|
-
} if (rf & 2) {
|
|
206
|
-
i0.ɵɵpropertyInterpolate("pTooltip", i0.ɵɵpipeBind1(1, 1, "Chat with Sippi"));
|
|
207
|
-
} }
|
|
208
|
-
function FooterComponent_ion_fab_2_Template(rf, ctx) { if (rf & 1) {
|
|
209
|
-
i0.ɵɵelementStart(0, "ion-fab", 47)(1, "ion-fab-button", 48);
|
|
210
|
-
i0.ɵɵelement(2, "ion-icon", 49);
|
|
211
|
-
i0.ɵɵelementEnd();
|
|
212
|
-
i0.ɵɵelementStart(3, "ion-fab-list", 50);
|
|
213
|
-
i0.ɵɵtemplate(4, FooterComponent_ion_fab_2_ion_fab_button_4_Template, 3, 3, "ion-fab-button", 51);
|
|
214
|
-
i0.ɵɵtemplate(5, FooterComponent_ion_fab_2_ion_fab_button_5_Template, 3, 3, "ion-fab-button", 52);
|
|
215
|
-
i0.ɵɵtemplate(6, FooterComponent_ion_fab_2_ion_fab_button_6_Template, 3, 3, "ion-fab-button", 53);
|
|
216
|
-
i0.ɵɵtemplate(7, FooterComponent_ion_fab_2_ion_fab_button_7_Template, 3, 3, "ion-fab-button", 53);
|
|
217
|
-
i0.ɵɵelementEnd()();
|
|
218
|
-
} if (rf & 2) {
|
|
219
|
-
const ctx_r2 = i0.ɵɵnextContext();
|
|
220
|
-
i0.ɵɵadvance(4);
|
|
221
|
-
i0.ɵɵproperty("ngIf", ctx_r2.util.getState() == "MS");
|
|
222
|
-
i0.ɵɵadvance(1);
|
|
223
|
-
i0.ɵɵproperty("ngIf", ctx_r2.util.getState() == "ME");
|
|
224
|
-
i0.ɵɵadvance(1);
|
|
225
|
-
i0.ɵɵproperty("ngIf", ctx_r2.stepCounts != 0);
|
|
226
|
-
i0.ɵɵadvance(1);
|
|
227
|
-
i0.ɵɵproperty("ngIf", ctx_r2.util.getState() == "MS" && ctx_r2.showChatbot);
|
|
228
|
-
} }
|
|
229
|
-
function FooterComponent_ion_fab_3_Template(rf, ctx) { if (rf & 1) {
|
|
230
|
-
const _r17 = i0.ɵɵgetCurrentView();
|
|
231
|
-
i0.ɵɵelementStart(0, "ion-fab", 60)(1, "ion-fab-button", 61);
|
|
232
|
-
i0.ɵɵlistener("click", function FooterComponent_ion_fab_3_Template_ion_fab_button_click_1_listener() { i0.ɵɵrestoreView(_r17); const ctx_r16 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r16.initializeChatbot()); });
|
|
233
|
-
i0.ɵɵpipe(2, "translate");
|
|
234
|
-
i0.ɵɵelement(3, "img", 62);
|
|
235
|
-
i0.ɵɵelementEnd()();
|
|
236
|
-
} if (rf & 2) {
|
|
237
|
-
i0.ɵɵadvance(1);
|
|
238
|
-
i0.ɵɵpropertyInterpolate("pTooltip", i0.ɵɵpipeBind1(2, 1, "Chat with Blue"));
|
|
239
|
-
} }
|
|
240
|
-
export class FooterComponent {
|
|
241
|
-
constructor(popup, joyride, util, tourService, ls, cs, log) {
|
|
242
|
-
this.popup = popup;
|
|
243
|
-
this.joyride = joyride;
|
|
244
|
-
this.util = util;
|
|
245
|
-
this.tourService = tourService;
|
|
246
|
-
this.ls = ls;
|
|
247
|
-
this.cs = cs;
|
|
248
|
-
this.log = log;
|
|
249
|
-
this.showHelp = false;
|
|
250
|
-
this.appVersion = LibConstants.appVersion;
|
|
251
|
-
this.showChatbot = (LibConstants.enableChatbot == 'true');
|
|
252
|
-
}
|
|
253
|
-
ngOnInit() {
|
|
254
|
-
this.tourService.getCurrentStepsCount().subscribe((value) => {
|
|
255
|
-
this.stepCounts = value;
|
|
256
|
-
});
|
|
257
|
-
this.footerLinks = [{
|
|
258
|
-
name: 'Privacy Security',
|
|
259
|
-
url: 'https://www.mdes.ms.gov/information-center/about-mdes/mississippi-employment-security-law-mdes-regulations/privacy-and-security/'
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
name: 'Accessibility Policy',
|
|
263
|
-
url: 'https://www.mdes.ms.gov/information-center/about-mdes/mississippi-employment-security-law-mdes-regulations/accessibility-policy/'
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
name: 'Internal Security',
|
|
267
|
-
url: 'https://www.mdes.ms.gov/information-center/about-mdes/mississippi-employment-security-law-mdes-regulations/internal-security/'
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
name: 'Equal Opportunity Employer and Program',
|
|
271
|
-
url: 'https://www.mdes.ms.gov/information-center/about-mdes/mississippi-employment-security-law-mdes-regulations/equal-opportunity/'
|
|
272
|
-
}];
|
|
273
|
-
}
|
|
274
|
-
tour() {
|
|
275
|
-
const allSteps = this.tourService.getSteps(this.stepCounts);
|
|
276
|
-
this.joyride.startTour({ steps: allSteps }).subscribe(step => {
|
|
277
|
-
}, error => {
|
|
278
|
-
}, () => {
|
|
279
|
-
});
|
|
280
|
-
}
|
|
281
|
-
async openPrivacyDisclaimer(event) {
|
|
282
|
-
const popover = await this.popup.create({
|
|
283
|
-
component: PrivacyDisclaimerPage,
|
|
284
|
-
translucent: true,
|
|
285
|
-
backdropDismiss: true,
|
|
286
|
-
cssClass: 'footer-popover',
|
|
287
|
-
});
|
|
288
|
-
return await popover.present();
|
|
289
|
-
}
|
|
290
|
-
async openSecurityDisclaimer(event) {
|
|
291
|
-
const popover = await this.popup.create({
|
|
292
|
-
component: SecurityPolicyPage,
|
|
293
|
-
translucent: true,
|
|
294
|
-
backdropDismiss: true,
|
|
295
|
-
cssClass: 'footer-popover',
|
|
296
|
-
});
|
|
297
|
-
return await popover.present();
|
|
298
|
-
}
|
|
299
|
-
async openAccessibilityDisclaimer(event) {
|
|
300
|
-
const popover = await this.popup.create({
|
|
301
|
-
component: AccessibilityPolicyPage,
|
|
302
|
-
translucent: true,
|
|
303
|
-
backdropDismiss: true,
|
|
304
|
-
cssClass: 'footer-popover',
|
|
305
|
-
});
|
|
306
|
-
return await popover.present();
|
|
307
|
-
}
|
|
308
|
-
openPopup(footerLink) {
|
|
309
|
-
window.open(`${footerLink.url}`, "_blank", `width=526, height=626`);
|
|
310
|
-
}
|
|
311
|
-
initializeChatbot() {
|
|
312
|
-
this.cs.initializeChatbot();
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
|
-
FooterComponent.ɵfac = function FooterComponent_Factory(t) { return new (t || FooterComponent)(i0.ɵɵdirectiveInject(i1.PopoverController), i0.ɵɵdirectiveInject(i2.JoyrideService), i0.ɵɵdirectiveInject(i3.UtilService), i0.ɵɵdirectiveInject(i4.TourService), i0.ɵɵdirectiveInject(i5.LoginService), i0.ɵɵdirectiveInject(i6.ChatbotService), i0.ɵɵdirectiveInject(i7.LoggerService)); };
|
|
316
|
-
FooterComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FooterComponent, selectors: [["app-footer"]], inputs: { showHelp: "showHelp" }, decls: 4, vars: 4, consts: [["class", "app-body", 4, "ngIf"], ["class", "app-footer", 4, "ngIf"], ["vertical", "bottom", "horizontal", "end", "slot", "fixed", "color", "success", "style", "position: fixed !important;", 4, "ngIf"], ["vertical", "bottom", "horizontal", "end", "edge", "", "slot", "fixed", "class", "me-chat-fab", 4, "ngIf"], [1, "app-body"], [1, "app-wrapper"], [1, "app-footer"], [1, "grid"], [1, "col-12", "lg:col-2", "md:col-2", "lg:col-offset-1", "md:col-offset-1"], ["href", "https://www.facebook.com/MaineDOL", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["src", "https://www.maine.gov/labor/images/facebook.jpg", "alt", "Follow us on Facebook", "width", "120", "height", "39"], ["href", "https://twitter.com/maine_labor", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["src", "https://www.maine.gov/labor/images/twitter.jpg", "alt", "Follow us on Twitter", "width", "120", "height", "39"], ["href", "https://public.govdelivery.com/accounts/MEDOL/subscriber/new", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["src", "https://www.maine.gov/labor/images/email.jpg", "alt", "Sign-up for Email Updates", "width", "120", "height", "39"], [1, "col-12", "lg:col-2", "md:col-2"], ["href", "http://www.maine.gov/labor/labor_laws/publications/minorsguide.html", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["href", "http://www.mainecareercenter.com", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["href", "http://www.maine.gov/labor/posters/index.html", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["href", "http://www.safetyworksmaine.com/consultations/", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["href", "http://www.maine.gov/labor/cwri/index.html", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["href", "http://www.maine.gov/labor/labor_laws/index.html", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["href", "http://www.maine.gov/rehab/", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["href", "http://www.maine.gov/labor/appeals/index.shtml", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["href", "http://www.maine.gov/labor/unemployment/benefits.html", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["href", "http://www.maine.gov/labor/cwri/laus.html", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["href", "http://www.maine.gov/labor/unemployment/tax.html", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["href", "http://www.maine.gov/labor/labor_laws/publications/minorsguide.html#Work", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["href", "https://www.maine.gov/labor/for_workers/", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["href", "https://www.maine.gov/labor/for_job_seekers/", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["href", "http://www.maine.gov/labor/for_employers/", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["href", "http://www.maine.gov/labor/bes/index.shtml", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["href", "http://www.maine.gov/labor/bls/index.shtml", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["href", "http://www.maine.gov/rehab", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["href", "http://www.maine.gov/labor/unemployment/index.html", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["href", "http://www.maine.gov/reemployme", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["src", "assets/icon/reme_footer.jpg", "alt", "File for Unemployment", "width", "150", "height", "31"], ["href", "http://www.mainecareercenter.gov", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["src", "https://www.maine.gov/labor/images/ccenterlogoamericanjobcenter2017.gif", "alt", "CareerCenter"], ["href", "http://www.safetyworksmaine.gov", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["src", "https://www.maine.gov/labor/images/safetyworks.gif", "alt", "SafetyWorks!", "width", "150", "height", "80"], [1, "footer-copy"], ["size", "12"], [1, "footer-links", "ion-text-center", "footer-grid"], ["button", "", "class", "ion-padding-start ion-padding-end ion-padding-bottom link", 3, "click", 4, "ngFor", "ngForOf"], [2, "font-size", "x-small"], ["button", "", 1, "ion-padding-start", "ion-padding-end", "ion-padding-bottom", "link", 3, "click"], ["vertical", "bottom", "horizontal", "end", "slot", "fixed", "color", "success", 2, "position", "fixed !important"], ["color", "success", "pTooltip", "Select for options to self-help", "tooltipPosition", "left"], ["name", "caret-up-circle-sharp"], ["side", "top"], ["tooltipPosition", "left", "color", "success", "rel", "noreferrer", "href", "https://mdes.ms.gov/unemployment-faqs/", "target", "_blank", 3, "pTooltip", 4, "ngIf"], ["tooltipPosition", "left", "color", "success", "rel", "noreferrer", "href", "https://www.maine.gov/labor/faqs.html", "target", "_blank", 3, "pTooltip", 4, "ngIf"], ["tooltipPosition", "left", "color", "success", 3, "pTooltip", "click", 4, "ngIf"], ["tooltipPosition", "left", "color", "success", "rel", "noreferrer", "href", "https://mdes.ms.gov/unemployment-faqs/", "target", "_blank", 3, "pTooltip"], ["name", "help-sharp"], ["tooltipPosition", "left", "color", "success", "rel", "noreferrer", "href", "https://www.maine.gov/labor/faqs.html", "target", "_blank", 3, "pTooltip"], ["tooltipPosition", "left", "color", "success", 3, "pTooltip", "click"], ["name", "eye-sharp"], ["name", "chatbubbles-sharp"], ["vertical", "bottom", "horizontal", "end", "edge", "", "slot", "fixed", 1, "me-chat-fab"], ["tooltipPosition", "left", 1, "me-chat-button", 3, "pTooltip", "click"], ["src", "assets/icon/me-chatbot-icon.svg", 2, "max-width", "95%"]], template: function FooterComponent_Template(rf, ctx) { if (rf & 1) {
|
|
317
|
-
i0.ɵɵtemplate(0, FooterComponent_div_0_Template, 123, 1, "div", 0);
|
|
318
|
-
i0.ɵɵtemplate(1, FooterComponent_div_1_Template, 16, 8, "div", 1);
|
|
319
|
-
i0.ɵɵtemplate(2, FooterComponent_ion_fab_2_Template, 8, 4, "ion-fab", 2);
|
|
320
|
-
i0.ɵɵtemplate(3, FooterComponent_ion_fab_3_Template, 4, 3, "ion-fab", 3);
|
|
321
|
-
} if (rf & 2) {
|
|
322
|
-
i0.ɵɵproperty("ngIf", ctx.util.getState() == "ME");
|
|
323
|
-
i0.ɵɵadvance(1);
|
|
324
|
-
i0.ɵɵproperty("ngIf", ctx.util.getState() == "MS");
|
|
325
|
-
i0.ɵɵadvance(1);
|
|
326
|
-
i0.ɵɵproperty("ngIf", ctx.showHelp && !ctx.util.isState("me"));
|
|
327
|
-
i0.ɵɵadvance(1);
|
|
328
|
-
i0.ɵɵproperty("ngIf", ctx.showHelp && ctx.util.isState("me"));
|
|
329
|
-
} }, dependencies: [i1.IonCol, i1.IonFab, i1.IonFabButton, i1.IonFabList, i1.IonFooter, i1.IonIcon, i1.IonRow, i1.IonText, i8.NgForOf, i8.NgIf, i9.Tooltip, i10.TranslatePipe], styles: ["ion-chip[_ngcontent-%COMP%]{background:#3e465c}a[_ngcontent-%COMP%]{cursor:pointer;text-decoration:none}.white[_ngcontent-%COMP%]{color:#fff}.app-big-icon[_ngcontent-%COMP%]{font-size:20px}ion-toolbar[_ngcontent-%COMP%]{border-bottom-left-radius:5px!important;border-bottom-right-radius:5px!important}.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-color:var(--ion-color-dark);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:12px 200px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-features[_ngcontent-%COMP%] .feature-box[_ngcontent-%COMP%]{padding:12px;position:relative;border:1px solid rgba(218,218,218,.5);box-shadow:0 2px 16px #00000014;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:32px;top:50%;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%] 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:#2e353a;padding:24px 12px;text-align:center}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-news[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{font-size:28px;color:#f8f8f8;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:16px 0 32px}.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:#feedbc;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;color:#61b5a1}.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:24px;color:var(--ion-color-primary);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:var(--ion-color-light-grey);padding:15px 70px 25px;font-size:12px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-footer[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{color:var(--ion-color-primary);transition:color .2s}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-footer[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{text-decoration:underline;text-underline-offset:3px}.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: 64em){.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%], .app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-services[_ngcontent-%COMP%]{padding:70px 24px}.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}}ion-footer[_ngcontent-%COMP%]{background:var(--ion-color-light-grey)!important;bottom:-10px}ion-toolbar[_ngcontent-%COMP%]{--background: var(--ion-color-light-grey) !important}ion-title[_ngcontent-%COMP%]{font-size:10pt;justify-content:center;margin-bottom:20px;display:inline-block}.footer-links[_ngcontent-%COMP%]{--color: var(--ion-color-primary) !important;font-size:.9rem}@media (max-width: 576px){.footer-grid[_ngcontent-%COMP%]{display:grid}}@media (max-width: 768px){.footer-grid[_ngcontent-%COMP%]{display:grid}}"] });
|
|
330
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FooterComponent, [{
|
|
331
|
-
type: Component,
|
|
332
|
-
args: [{ selector: 'app-footer', template: "<div class=\"app-body\" *ngIf=\"util.getState() == 'ME'\">\r\n <div class=\"app-wrapper\">\r\n <div class=\"app-footer\">\r\n <div class=\"grid\">\r\n <div class=\"col-12 lg:col-2 md:col-2 lg:col-offset-1 md:col-offset-1\">\r\n <b>Policies</b>\r\n <br/>\r\n <ul>\r\n <li>Follow us on social media or sign<br/>up for email alerts.</li>\r\n </ul>\r\n <ul>\r\n <li><a href=\"https://www.facebook.com/MaineDOL\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\"><img src=\"https://www.maine.gov/labor/images/facebook.jpg\" alt=\"Follow us on Facebook\" width=\"120\" height=\"39\"></a></li>\r\n <li><a href=\"https://twitter.com/maine_labor\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\"><img src=\"https://www.maine.gov/labor/images/twitter.jpg\" alt=\"Follow us on Twitter\" width=\"120\" height=\"39\"></a></li>\r\n <li><a href=\"https://public.govdelivery.com/accounts/MEDOL/subscriber/new\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\"><img src=\"https://www.maine.gov/labor/images/email.jpg\" alt=\"Sign-up for Email Updates\" width=\"120\" height=\"39\"></a></li>\r\n </ul>\r\n <ul>\r\n <li>Copyright \uFFFD 2017<br/>\r\n All rights reserved.</li>\r\n <li>Build No. {{appVersion}}</li>\r\n </ul>\r\n </div>\r\n\r\n <div class=\"col-12 lg:col-2 md:col-2\">\r\n <b>Find it by Topic</b>\r\n <br/>\r\n <ul>\r\n <li><a href=\"http://www.maine.gov/labor/labor_laws/publications/minorsguide.html\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\">Child Labor Laws </a>\r\n </li>\r\n <li><a href=\"http://www.mainecareercenter.com\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\">Employment and Training Services</a></li>\r\n <li><a href=\"http://www.maine.gov/labor/posters/index.html\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\">Free Labor Posters</a>\r\n </li>\r\n <li><a href=\"http://www.safetyworksmaine.com/consultations/\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\">Workplace Safety Consultations</a>\r\n </li>\r\n <li><a href=\"http://www.maine.gov/labor/cwri/index.html\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\">Labor Market Information</a>\r\n </li>\r\n <li><a href=\"http://www.maine.gov/labor/labor_laws/index.html\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\">Labor Laws</a>\r\n </li>\r\n <li><a href=\"http://www.maine.gov/rehab/\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\">Rehabilitation/Disability Services</a>\r\n </li>\r\n <li><a href=\"http://www.maine.gov/labor/appeals/index.shtml\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\">Unemployment Appeals </a>\r\n </li>\r\n <li><a href=\"http://www.maine.gov/labor/unemployment/benefits.html\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\">Unemployment Benefits</a>\r\n </li>\r\n <li><a href=\"http://www.maine.gov/labor/cwri/laus.html\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\">Unemployment Rate</a>\r\n </li>\r\n <li><a href=\"http://www.maine.gov/labor/unemployment/tax.html\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\">Unemployment Tax </a>\r\n </li>\r\n <li><a href=\"http://www.maine.gov/labor/labor_laws/publications/minorsguide.html#Work\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\">Work Permits</a>\r\n </li>\r\n </ul>\r\n </div>\r\n\r\n <div class=\"col-12 lg:col-2 md:col-2\">\r\n <b>Find it by Audience</b>\r\n <br/>\r\n <ul>\r\n <li><a href=\"https://www.maine.gov/labor/for_workers/\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\">Workers</a></li>\r\n\t\t\t\t\t\t<li><a href=\"https://www.maine.gov/labor/for_job_seekers/\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\">Job Seekers</a></li>\r\n <li><a href=\"http://www.maine.gov/labor/for_employers/\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\">Employers / Businesses</a></li>\r\n </ul>\r\n </div>\r\n\r\n <div class=\"col-12 lg:col-2 md:col-2\">\r\n <b>Find it by Agency</b>\r\n <br/>\r\n <ul>\r\n <li><a href=\"http://www.maine.gov/labor/bes/index.shtml\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\">Bureau of Employment Services</a></li>\r\n <li><a href=\"http://www.maine.gov/labor/bls/index.shtml\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\">Bureau of Labor Standards</a></li>\r\n <li><a href=\"http://www.maine.gov/rehab\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\">Bureau of Rehabilitation Services</a></li>\r\n <li><a href=\"http://www.maine.gov/labor/unemployment/index.html\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\">Bureau of Unemployment Compensation</a></li>\r\n <li><a href=\"http://www.maine.gov/labor/cwri/index.html\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\">Center for Workforce Research and Information</a></li>\r\n </ul>\r\n\r\n <br/>\r\n <ul>\r\n <li>The Department of Labor is an equal opportunity provider. Auxiliary aids and services are available to individuals with disabilities upon request.</li>\r\n </ul>\r\n </div>\r\n\r\n <div class=\"col-12 lg:col-2 md:col-2\">\r\n <b>Services</b>\r\n <br/>\r\n <ul>\r\n <li><a href=\"http://www.maine.gov/reemployme\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\"><img src=\"assets/icon/reme_footer.jpg\" alt=\"File for Unemployment\" width=\"150\" height=\"31\"></a></li>\r\n <li><a href=\"http://www.mainecareercenter.gov\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\"><img src=\"https://www.maine.gov/labor/images/ccenterlogoamericanjobcenter2017.gif\" alt=\"CareerCenter\"></a></li>\r\n <li><a href=\"http://www.safetyworksmaine.gov\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\"><img src=\"https://www.maine.gov/labor/images/safetyworks.gif\" alt=\"SafetyWorks!\" width=\"150\" height=\"80\"></a></li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n \r\n</div>\r\n\r\n<div class=\"app-footer\" *ngIf=\"util.getState() == 'MS'\">\r\n <div class=\"grid\">\r\n <ion-footer class=\"footer-copy\">\r\n <ion-row>\r\n <ion-col size=\"12\">\r\n <div class=\"footer-links ion-text-center footer-grid\" >\r\n <a button (click)=\"openPopup(footerLink)\" class=\"ion-padding-start ion-padding-end ion-padding-bottom link\" *ngFor=\"let footerLink of footerLinks\">{{footerLink.name | translate}}</a>\r\n <br/><br/><ion-text>© {{'The Mississippi Department of Employment Security' | translate}}</ion-text><br/>\r\n <p style=\"font-size: x-small;\">{{'Build No.' | translate}} {{appVersion}}</p>\r\n </div>\r\n </ion-col>\r\n </ion-row>\r\n </ion-footer>\r\n </div>\r\n</div>\r\n<!-- fab placed in the center of the content with a list on each side -->\r\n<ion-fab vertical=\"bottom\" horizontal=\"end\" slot=\"fixed\" color=\"success\" style=\"position: fixed !important;\" *ngIf=\"showHelp && !util.isState('me')\">\r\n <ion-fab-button color=\"success\" pTooltip=\"Select for options to self-help\" tooltipPosition=\"left\">\r\n <ion-icon name=\"caret-up-circle-sharp\"></ion-icon>\r\n </ion-fab-button>\r\n <ion-fab-list side=\"top\">\r\n <ion-fab-button pTooltip=\"{{'FAQ' | translate}}\" tooltipPosition=\"left\" color=\"success\" rel=\"noreferrer\" href=\"https://mdes.ms.gov/unemployment-faqs/\" target=\"_blank\" *ngIf=\"util.getState() == 'MS'\">\r\n <ion-icon name=\"help-sharp\"></ion-icon>\r\n </ion-fab-button>\r\n <ion-fab-button pTooltip=\"{{'FAQ' | translate}}\" tooltipPosition=\"left\" color=\"success\" rel=\"noreferrer\" href=\"https://www.maine.gov/labor/faqs.html\" target=\"_blank\" *ngIf=\"util.getState() == 'ME'\">\r\n <ion-icon name=\"help-sharp\"></ion-icon>\r\n </ion-fab-button>\r\n <ion-fab-button pTooltip=\"{{'Screen Guide' | translate}}\" tooltipPosition=\"left\" color=\"success\" (click)=\"tour()\" *ngIf=\"stepCounts!=0\">\r\n <ion-icon name=\"eye-sharp\"></ion-icon>\r\n </ion-fab-button>\r\n <ion-fab-button pTooltip=\"{{'Chat with Sippi' | translate}}\" tooltipPosition=\"left\" (click)=\"initializeChatbot()\" color=\"success\" *ngIf=\"util.getState() == 'MS' && showChatbot\">\r\n <ion-icon name=\"chatbubbles-sharp\"></ion-icon>\r\n </ion-fab-button>\r\n </ion-fab-list>\r\n</ion-fab>\r\n<ion-fab vertical=\"bottom\" horizontal=\"end\" edge slot=\"fixed\" class=\"me-chat-fab\" *ngIf=\"showHelp && util.isState('me')\">\r\n <ion-fab-button (click)=\"initializeChatbot()\" pTooltip=\"{{'Chat with Blue' | translate}}\" tooltipPosition=\"left\" class=\"me-chat-button\">\r\n <img src=\"assets/icon/me-chatbot-icon.svg\" style=\"max-width: 95%\"/>\r\n </ion-fab-button>\r\n</ion-fab>\r\n", styles: ["ion-chip{background:#3e465c}a{cursor:pointer;text-decoration:none}.white{color:#fff}.app-big-icon{font-size:20px}ion-toolbar{border-bottom-left-radius:5px!important;border-bottom-right-radius:5px!important}.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-color:var(--ion-color-dark);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:12px 200px}.app-body .app-wrapper .app-features .feature-box{padding:12px;position:relative;border:1px solid rgba(218,218,218,.5);box-shadow:0 2px 16px #00000014;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:32px;top:50%;left:24px;margin-top:-16px;position:absolute}.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:#2e353a;padding:24px 12px;text-align:center}.app-body .app-wrapper .app-news h3{font-size:28px;color:#f8f8f8;font-weight:400;margin:0}.app-body .app-wrapper .app-news p{font-size:17px;color:#dadada;margin:16px 0 32px}.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:#feedbc;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;color:#61b5a1}.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:24px;color:var(--ion-color-primary);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:var(--ion-color-light-grey);padding:15px 70px 25px;font-size:12px}.app-body .app-wrapper .app-footer a{color:var(--ion-color-primary);transition:color .2s}.app-body .app-wrapper .app-footer a:hover{text-decoration:underline;text-underline-offset:3px}.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: 64em){.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,.app-body .app-wrapper .app-services{padding:70px 24px}.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}}ion-footer{background:var(--ion-color-light-grey)!important;bottom:-10px}ion-toolbar{--background: var(--ion-color-light-grey) !important}ion-title{font-size:10pt;justify-content:center;margin-bottom:20px;display:inline-block}.footer-links{--color: var(--ion-color-primary) !important;font-size:.9rem}@media (max-width: 576px){.footer-grid{display:grid}}@media (max-width: 768px){.footer-grid{display:grid}}\n"] }]
|
|
333
|
-
}], function () { return [{ type: i1.PopoverController }, { type: i2.JoyrideService }, { type: i3.UtilService }, { type: i4.TourService }, { type: i5.LoginService }, { type: i6.ChatbotService }, { type: i7.LoggerService }]; }, { showHelp: [{
|
|
334
|
-
type: Input,
|
|
335
|
-
args: ['showHelp']
|
|
336
|
-
}] }); })();
|
|
337
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9vdGVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9mb290ZXIvZm9vdGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9mb290ZXIvZm9vdGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBR3pELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUN6RCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxtRUFBbUUsQ0FBQztBQUM1RyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSwrREFBK0QsQ0FBQztBQUN0RyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx5REFBeUQsQ0FBQzs7Ozs7Ozs7Ozs7OztJQ043Riw4QkFBc0QsYUFBQSxhQUFBLGFBQUEsYUFBQSxRQUFBO0lBS3pDLHdCQUFRO0lBQUEsaUJBQUk7SUFDZixxQkFBSztJQUNMLDBCQUFJLFNBQUE7SUFDRSxrREFBaUM7SUFBQSxzQkFBSztJQUFBLHFDQUFvQjtJQUFBLGlCQUFLLEVBQUE7SUFFckUsMkJBQUksVUFBQSxZQUFBO0lBQ2tILDJCQUErRztJQUFBLGlCQUFJLEVBQUE7SUFDdk8sMkJBQUksYUFBQTtJQUE4RywyQkFBNkc7SUFBQSxpQkFBSSxFQUFBO0lBQ25PLDJCQUFJLGFBQUE7SUFBMkksMkJBQWdIO0lBQUEsaUJBQUksRUFBQSxFQUFBO0lBRXJRLDJCQUFJLFVBQUE7SUFDRSxzQ0FBZ0I7SUFBQSxzQkFBSztJQUN2QixzQ0FBb0I7SUFBQSxpQkFBSztJQUMzQiwyQkFBSTtJQUFBLGFBQXdCO0lBQUEs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RU4sd0VBa0JVO1FBQ1Ysd0VBSVU7O1FBcklhLGtEQUE2QjtRQThGM0IsZUFBNkI7UUFBN0Isa0RBQTZCO1FBZ0J3RCxlQUFxQztRQUFyQyw4REFBcUM7UUFtQmhFLGVBQW9DO1FBQXBDLDZEQUFvQzs7dUZEL0cxRyxlQUFlO2NBTDNCLFNBQVM7MkJBQ0UsWUFBWTt5T0FPZixRQUFRO2tCQURkLEtBQUs7bUJBQUMsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUG9wb3ZlckNvbnRyb2xsZXIgfSBmcm9tICdAaW9uaWMvYW5ndWxhcic7XG5pbXBvcnQgeyBKb3lyaWRlU2VydmljZSB9IGZyb20gJ25neC1qb3lyaWRlJztcbmltcG9ydCB7IExpYkNvbnN0YW50cyB9IGZyb20gJy4uLy4uL21vZGVscy9MaWJDb25zdGFudHMnO1xuaW1wb3J0IHsgQWNjZXNzaWJpbGl0eVBvbGljeVBhZ2UgfSBmcm9tICcuLi8uLi9wYWdlcy9jb21tb24vYWNjZXNzaWJpbGl0eS1wb2xpY3kvYWNjZXNzaWJpbGl0eS1wb2xpY3kucGFnZSc7XG5pbXBvcnQgeyBQcml2YWN5RGlzY2xhaW1lclBhZ2UgfSBmcm9tICcuLi8uLi9wYWdlcy9jb21tb24vcHJpdmFjeS1kaXNjbGFpbWVyL3ByaXZhY3ktZGlzY2xhaW1lci5wYWdlJztcbmltcG9ydCB7IFNlY3VyaXR5UG9saWN5UGFnZSB9IGZyb20gJy4uLy4uL3BhZ2VzL2NvbW1vbi9zZWN1cml0eS1wb2xpY3kvc2VjdXJpdHktcG9saWN5LnBhZ2UnO1xuaW1wb3J0IHsgQ2hhdGJvdFNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9jaGF0Ym90L2NoYXRib3Quc2VydmljZSc7XG5pbXBvcnQgeyBMb2dnZXJTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvbG9nZ2VyL2xvZ2dlci5zZXJ2aWNlJztcbmltcG9ydCB7IExvZ2luU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL2xvZ2luL2xvZ2luLnNlcnZpY2UnO1xuaW1wb3J0IHsgVG91clNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy90b3VyL3RvdXIuc2VydmljZSc7XG5pbXBvcnQgeyBVdGlsU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3V0aWwvdXRpbC5zZXJ2aWNlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLWZvb3RlcicsXG4gIHRlbXBsYXRlVXJsOiAnLi9mb290ZXIuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9mb290ZXIuY29tcG9uZW50LmNzcyddXG59KVxuZXhwb3J0IGNsYXNzIEZvb3RlckNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgQElucHV0KCdzaG93SGVscCcpXG4gIHB1YmxpYyBzaG93SGVscCA6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBwdWJsaWMgc3RlcENvdW50cztcblxuICBwdWJsaWMgYXBwVmVyc2lvbiA9IExpYkNvbnN0YW50cy5hcHBWZXJzaW9uO1xuICBwdWJsaWMgc2hvd0NoYXRib3QgOiBib29sZWFuID0gKExpYkNvbnN0YW50cy5lbmFibGVDaGF0Ym90ID09ICd0cnVlJyk7XG4gIHB1YmxpYyBmb290ZXJMaW5rczogQXJyYXk8e25hbWU6IHN0cmluZywgdXJsOiBzdHJpbmd9PlxuICBjb25zdHJ1Y3RvcihwdWJsaWMgcG9wdXA6IFBvcG92ZXJDb250cm9sbGVyLCBwcml2YXRlIGpveXJpZGU6IEpveXJpZGVTZXJ2aWNlLFxuICAgICAgICAgICAgICBwdWJsaWMgdXRpbDogVXRpbFNlcnZpY2UsIHB1YmxpYyB0b3VyU2VydmljZTogVG91clNlcnZpY2UsIHByaXZhdGUgbHM6IExvZ2luU2VydmljZSxcbiAgICAgICAgICAgICAgcHJpdmF0ZSBjcyA6IENoYXRib3RTZXJ2aWNlLCBwcml2YXRlIGxvZzogTG9nZ2VyU2VydmljZSkgeyB9XG5cbiAgbmdPbkluaXQoKSB7XG4gICAgdGhpcy50b3VyU2VydmljZS5nZXRDdXJyZW50U3RlcHNDb3VudCgpLnN1YnNjcmliZSgodmFsdWUpID0+IHtcbiAgICAgIHRoaXMuc3RlcENvdW50cyA9IHZhbHVlO1xuICAgIH0pO1xuXG4gICAgdGhpcy5mb290ZXJMaW5rcyA9IFt7XG4gICAgICBuYW1lOiAnUHJpdmFjeSBTZWN1cml0eScsXG4gICAgICB1cmwgOiAnaHR0cHM6Ly93d3cubWRlcy5tcy5nb3YvaW5mb3JtYXRpb24tY2VudGVyL2Fib3V0LW1kZXMvbWlzc2lzc2lwcGktZW1wbG95bWVudC1zZWN1cml0eS1sYXctbWRlcy1yZWd1bGF0aW9ucy9wcml2YWN5LWFuZC1zZWN1cml0eS8nXG4gICAgfSxcbiAgICB7XG4gICAgICBuYW1lOiAnQWNjZXNzaWJpbGl0eSBQb2xpY3knLFxuICAgICAgdXJsIDogJ2h0dHBzOi8vd3d3Lm1kZXMubXMuZ292L2luZm9ybWF0aW9uLWNlbnRlci9hYm91dC1tZGVzL21pc3Npc3NpcHBpLWVtcGxveW1lbnQtc2VjdXJpdHktbGF3LW1kZXMtcmVndWxhdGlvbnMvYWNjZXNzaWJpbGl0eS1wb2xpY3kvJ1xuICAgIH0sXG4gICAge1xuICAgICAgbmFtZTogJ0ludGVybmFsIFNlY3VyaXR5JyxcbiAgICAgIHVybCA6ICdodHRwczovL3d3dy5tZGVzLm1zLmdvdi9pbmZvcm1hdGlvbi1jZW50ZXIvYWJvdXQtbWRlcy9taXNzaXNzaXBwaS1lbXBsb3ltZW50LXNlY3VyaXR5LWxhdy1tZGVzLXJlZ3VsYXRpb25zL2ludGVybmFsLXNlY3VyaXR5LydcbiAgICB9LFxuICAgIHtcbiAgICAgIG5hbWU6ICdFcXVhbCBPcHBvcnR1bml0eSBFbXBsb3llciBhbmQgUHJvZ3JhbScsXG4gICAgICB1cmwgOiAnaHR0cHM6Ly93d3cubWRlcy5tcy5nb3YvaW5mb3JtYXRpb24tY2VudGVyL2Fib3V0LW1kZXMvbWlzc2lzc2lwcGktZW1wbG95bWVudC1zZWN1cml0eS1sYXctbWRlcy1yZWd1bGF0aW9ucy9lcXVhbC1vcHBvcnR1bml0eS8nXG4gICAgfV07XG4gIH1cblxuICB0b3VyKCkge1xuICAgIGNvbnN0IGFsbFN0ZXBzID0gdGhpcy50b3VyU2VydmljZS5nZXRTdGVwcyh0aGlzLnN0ZXBDb3VudHMpO1xuICAgIHRoaXMuam95cmlkZS5zdGFydFRvdXIoICB7c3RlcHM6IGFsbFN0ZXBzfSkuc3Vic2NyaWJlKFxuICAgICAgc3RlcCA9PiB7XG4gICAgICB9LFxuICAgICAgZXJyb3IgPT4ge1xuICAgICAgfSxcbiAgICAgICgpID0+IHtcbiAgICAgIH1cbiAgKTtcbiAgfVxuXG4gIGFzeW5jIG9wZW5Qcml2YWN5RGlzY2xhaW1lcihldmVudCkge1xuICAgIGNvbnN0IHBvcG92ZXIgPSBhd2FpdCB0aGlzLnBvcHVwLmNyZWF0ZSh7XG4gICAgICBjb21wb25lbnQ6IFByaXZhY3lEaXNjbGFpbWVyUGFnZSxcbiAgICAgIHRyYW5zbHVjZW50OiB0cnVlLFxuICAgICAgYmFja2Ryb3BEaXNtaXNzOiB0cnVlLFxuICAgICAgY3NzQ2xhc3M6ICdmb290ZXItcG9wb3ZlcicsXG4gICAgfSk7XG5cbiAgICByZXR1cm4gYXdhaXQgcG9wb3Zlci5wcmVzZW50KCk7XG4gIH1cblxuICBhc3luYyBvcGVuU2VjdXJpdHlEaXNjbGFpbWVyKGV2ZW50KSB7XG4gICAgY29uc3QgcG9wb3ZlciA9IGF3YWl0IHRoaXMucG9wdXAuY3JlYXRlKHtcbiAgICAgIGNvbXBvbmVudDogU2VjdXJpdHlQb2xpY3lQYWdlLFxuICAgICAgdHJhbnNsdWNlbnQ6IHRydWUsXG4gICAgICBiYWNrZHJvcERpc21pc3M6IHRydWUsXG4gICAgICBjc3NDbGFzczogJ2Zvb3Rlci1wb3BvdmVyJyxcbiAgICB9KTtcblxuICAgIHJldHVybiBhd2FpdCBwb3BvdmVyLnByZXNlbnQoKTtcbiAgfVxuXG4gIGFzeW5jIG9wZW5BY2Nlc3NpYmlsaXR5RGlzY2xhaW1lcihldmVudCkge1xuICAgIGNvbnN0IHBvcG92ZXIgPSBhd2FpdCB0aGlzLnBvcHVwLmNyZWF0ZSh7XG4gICAgICBjb21wb25lbnQ6IEFjY2Vzc2liaWxpdHlQb2xpY3lQYWdlLFxuICAgICAgdHJhbnNsdWNlbnQ6IHRydWUsXG4gICAgICBiYWNrZHJvcERpc21pc3M6IHRydWUsXG4gICAgICBjc3NDbGFzczogJ2Zvb3Rlci1wb3BvdmVyJyxcbiAgICB9KTtcblxuICAgIHJldHVybiBhd2FpdCBwb3BvdmVyLnByZXNlbnQoKTtcbiAgfVxuXG4gIG9wZW5Qb3B1cChmb290ZXJMaW5rKXtcbiAgICB3aW5kb3cub3BlbihgJHtmb290ZXJMaW5rLnVybH1gLCBcIl9ibGFua1wiLCBgd2lkdGg9NTI2LCBoZWlnaHQ9NjI2YCk7XG4gIH1cblxuICBpbml0aWFsaXplQ2hhdGJvdCgpe1xuICAgIHRoaXMuY3MuaW5pdGlhbGl6ZUNoYXRib3QoKTtcbiAgfVxuXG59XG4iLCI8ZGl2IGNsYXNzPVwiYXBwLWJvZHlcIiAqbmdJZj1cInV0aWwuZ2V0U3RhdGUoKSA9PSAnTUUnXCI+XHJcbiAgPGRpdiBjbGFzcz1cImFwcC13cmFwcGVyXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiYXBwLWZvb3RlclwiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiZ3JpZFwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtMTIgbGc6Y29sLTIgbWQ6Y29sLTIgbGc6Y29sLW9mZnNldC0xIG1kOmNvbC1vZmZzZXQtMVwiPlxyXG4gICAgICAgICAgPGI+UG9saWNpZXM8L2I+XHJcbiAgICAgICAgICA8YnIvPlxyXG4gICAgICAgICAgPHVsPlxyXG4gICAgICAgICAgICA8bGk+Rm9sbG93IHVzIG9uIHNvY2lhbCBtZWRpYSBvciBzaWduPGJyLz51cCBmb3IgZW1haWwgYWxlcnRzLjwvbGk+XHJcbiAgICAgICAgICA8L3VsPlxyXG4gICAgICAgICAgPHVsPlxyXG4gICAgICAgICAgICA8bGk+PGEgaHJlZj1cImh0dHBzOi8vd3d3LmZhY2Vib29rLmNvbS9NYWluZURPTFwiIGNsYXNzPVwidWktbGluayB1aS13aWRnZXRcIiByZWw9XCJub3JlZmVycmVyIG5vb3BlbmVyXCIgdGFyZ2V0PVwiX2JsYW5rXCI+PGltZyBzcmM9XCJodHRwczovL3d3dy5tYWluZS5nb3YvbGFib3IvaW1hZ2VzL2ZhY2Vib29rLmpwZ1wiIGFsdD1cIkZvbGxvdyB1cyBvbiBGYWNlYm9va1wiIHdpZHRoPVwiMTIwXCIgaGVpZ2h0PVwiMzlcIj48L2E+PC9saT5cclxuICAgICAgICAgICAgPGxpPjxhIGhyZWY9XCJodHRwczovL3R3aXR0ZXIuY29tL21haW5lX2xhYm9yXCIgY2xhc3M9XCJ1aS1saW5rIHVpLXdpZGdldFwiIHJlbD1cIm5vcmVmZXJyZXIgbm9vcGVuZXJcIiB0YXJnZXQ9XCJfYmxhbmtcIj48aW1nIHNyYz1cImh0dHBzOi8vd3d3Lm1haW5lLmdvdi9sYWJvci9pbWFnZXMvdHdpdHRlci5qcGdcIiBhbHQ9XCJGb2xsb3cgdXMgb24gVHdpdHRlclwiIHdpZHRoPVwiMTIwXCIgaGVpZ2h0PVwiMzlcIj48L2E+PC9saT5cclxuICAgICAgICAgICAgPGxpPjxhIGhyZWY9XCJodHRwczovL3B1YmxpYy5nb3ZkZWxpdmVyeS5jb20vYWNjb3VudHMvTUVET0wvc3Vic2NyaWJlci9uZXdcIiBjbGFzcz1cInVpLWxpbmsgdWktd2lkZ2V0XCIgcmVsPVwibm9yZWZlcnJlciBub29wZW5lclwiIHRhcmdldD1cIl9ibGFua1wiPjxpbWcgc3JjPVwiaHR0cHM6Ly93d3cubWFpbmUuZ292L2xhYm9yL2ltYWdlcy9lbWFpbC5qcGdcIiBhbHQ9XCJTaWduLXVwIGZvciBFbWFpbCBVcGRhdGVzXCIgd2lkdGg9XCIxMjBcIiBoZWlnaHQ9XCIzOVwiPjwvYT48L2xpPlxyXG4gICAgICAgICAgPC91bD5cclxuICAgICAgICAgIDx1bD5cclxuICAgICAgICAgICAgPGxpPkNvcHlyaWdodCDvv70gMjAxNzxici8+XHJcbiAgICAgICAgICAgICAgQWxsIHJpZ2h0cyByZXNlcnZlZC48L2xpPlxyXG4gICAgICAgICAgICA8bGk+QnVpbGQgTm8uIHt7YXBwVmVyc2lvbn19PC9saT5cclxuICAgICAgICAgIDwvdWw+XHJcbiAgICAgICAgPC9kaXY+XHJcblxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtMTIgbGc6Y29sLTIgbWQ6Y29sLTJcIj5cclxuICAgICAgICAgIDxiPkZpbmQgaXQgYnkgVG9waWM8L2I+XHJcbiAgICAgICAgICA8YnIvPlxyXG4gICAgICAgICAgPHVsPlxyXG4gICAgICAgICAgICA8bGk+PGEgaHJlZj1cImh0dHA6Ly93d3cubWFpbmUuZ292L2xhYm9yL2xhYm9yX2xhd3MvcHVibGljYXRpb25zL21pbm9yc2d1aWRlLmh0bWxcIiBjbGFzcz1cInVpLWxpbmsgdWktd2lkZ2V0XCIgcmVsPVwibm9yZWZlcnJlciBub29wZW5lclwiIHRhcmdldD1cIl9ibGFua1wiPkNoaWxkIExhYm9yIExhd3MgPC9hPlxyXG4gICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICA8bGk+PGEgaHJlZj1cImh0dHA6Ly93d3cubWFpbmVjYXJlZXJjZW50ZXIuY29tXCIgY2xhc3M9XCJ1aS1saW5rIHVpLXdpZGdldFwiIHJlbD1cIm5vcmVmZXJyZXIgbm9vcGVuZXJcIiB0YXJnZXQ9XCJfYmxhbmtcIj5FbXBsb3ltZW50IGFuZCBUcmFpbmluZyBTZXJ2aWNlczwvYT48L2xpPlxyXG4gICAgICAgICAgICA8bGk+PGEgaHJlZj1cImh0dHA6Ly93d3cubWFpbmUuZ292L2xhYm9yL3Bvc3RlcnMvaW5kZXguaHRtbFwiIGNsYXNzPVwidWktbGluayB1aS13aWRnZXRcIiByZWw9XCJub3JlZmVycmVyIG5vb3BlbmVyXCIgdGFyZ2V0PVwiX2JsYW5rXCI+RnJlZSBMYWJvciBQb3N0ZXJzPC9hPlxyXG4gICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICA8bGk+PGEgaHJlZj1cImh0dHA6Ly93d3cuc2FmZXR5d29ya3NtYWluZS5jb20vY29uc3VsdGF0aW9ucy9cIiBjbGFzcz1cInVpLWxpbmsgdWktd2lkZ2V0XCIgcmVsPVwibm9yZWZlcnJlciBub29wZW5lclwiIHRhcmdldD1cIl9ibGFua1wiPldvcmtwbGFjZSBTYWZldHkgICBDb25zdWx0YXRpb25zPC9hPlxyXG4gICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICA8bGk+PGEgaHJlZj1cImh0dHA6Ly93d3cubWFpbmUuZ292L2xhYm9yL2N3cmkvaW5kZXguaHRtbFwiIGNsYXNzPVwidWktbGluayB1aS13aWRnZXRcIiByZWw9XCJub3JlZmVycmVyIG5vb3BlbmVyXCIgdGFyZ2V0PVwiX2JsYW5rXCI+TGFib3IgTWFya2V0IEluZm9ybWF0aW9uPC9hPlxyXG4gICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICA8bGk+PGEgaHJlZj1cImh0dHA6Ly93d3cubWFpbmUuZ292L2xhYm9yL2xhYm9yX2xhd3MvaW5kZXguaHRtbFwiIGNsYXNzPVwidWktbGluayB1aS13aWRnZXRcIiByZWw9XCJub3JlZmVycmVyIG5vb3BlbmVyXCIgdGFyZ2V0PVwiX2JsYW5rXCI+TGFib3IgTGF3czwvYT5cclxuICAgICAgICAgICAgPC9saT5cclxuICAgICAgICAgICAgPGxpPjxhIGhyZWY9XCJodHRwOi8vd3d3Lm1haW5lLmdvdi9yZWhhYi9cIiBjbGFzcz1cInVpLWxpbmsgdWktd2lkZ2V0XCIgcmVsPVwibm9yZWZlcnJlciBub29wZW5lclwiIHRhcmdldD1cIl9ibGFua1wiPlJlaGFiaWxpdGF0aW9uL0Rpc2FiaWxpdHkgU2VydmljZXM8L2E+XHJcbiAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgIDxsaT48YSBocmVmPVwiaHR0cDovL3d3dy5tYWluZS5nb3YvbGFib3IvYXBwZWFscy9pbmRleC5zaHRtbFwiIGNsYXNzPVwidWktbGluayB1aS13aWRnZXRcIiByZWw9XCJub3JlZmVycmVyIG5vb3BlbmVyXCIgdGFyZ2V0PVwiX2JsYW5rXCI+VW5lbXBsb3ltZW50IEFwcGVhbHMgPC9hPlxyXG4gICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICA8bGk+PGEgaHJlZj1cImh0dHA6Ly93d3cubWFpbmUuZ292L2xhYm9yL3VuZW1wbG95bWVudC9iZW5lZml0cy5odG1sXCIgY2xhc3M9XCJ1aS1saW5rIHVpLXdpZGdldFwiIHJlbD1cIm5vcmVmZXJyZXIgbm9vcGVuZXJcIiB0YXJnZXQ9XCJfYmxhbmtcIj5VbmVtcGxveW1lbnQgQmVuZWZpdHM8L2E+XHJcbiAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgIDxsaT48YSBocmVmPVwiaHR0cDovL3d3dy5tYWluZS5nb3YvbGFib3IvY3dyaS9sYXVzLmh0bWxcIiBjbGFzcz1cInVpLWxpbmsgdWktd2lkZ2V0XCIgcmVsPVwibm9yZWZlcnJlciBub29wZW5lclwiIHRhcmdldD1cIl9ibGFua1wiPlVuZW1wbG95bWVudCBSYXRlPC9hPlxyXG4gICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICA8bGk+PGEgaHJlZj1cImh0dHA6Ly93d3cubWFpbmUuZ292L2xhYm9yL3VuZW1wbG95bWVudC90YXguaHRtbFwiIGNsYXNzPVwidWktbGluayB1aS13aWRnZXRcIiByZWw9XCJub3JlZmVycmVyIG5vb3BlbmVyXCIgdGFyZ2V0PVwiX2JsYW5rXCI+VW5lbXBsb3ltZW50IFRheCA8L2E+XHJcbiAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgIDxsaT48YSBocmVmPVwiaHR0cDovL3d3dy5tYWluZS5nb3YvbGFib3IvbGFib3JfbGF3cy9wdWJsaWNhdGlvbnMvbWlub3JzZ3VpZGUuaHRtbCNXb3JrXCIgY2xhc3M9XCJ1aS1saW5rIHVpLXdpZGdldFwiIHJlbD1cIm5vcmVmZXJyZXIgbm9vcGVuZXJcIiB0YXJnZXQ9XCJfYmxhbmtcIj5Xb3JrIFBlcm1pdHM8L2E+XHJcbiAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICA8L3VsPlxyXG4gICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyIGxnOmNvbC0yIG1kOmNvbC0yXCI+XHJcbiAgICAgICAgICA8Yj5GaW5kIGl0IGJ5IEF1ZGllbmNlPC9iPlxyXG4gICAgICAgICAgPGJyLz5cclxuICAgICAgICAgIDx1bD5cclxuICAgICAgICAgICAgPGxpPjxhIGhyZWY9XCJodHRwczovL3d3dy5tYWluZS5nb3YvbGFib3IvZm9yX3dvcmtlcnMvXCIgY2xhc3M9XCJ1aS1saW5rIHVpLXdpZGdldFwiIHJlbD1cIm5vcmVmZXJyZXIgbm9vcGVuZXJcIiB0YXJnZXQ9XCJfYmxhbmtcIj5Xb3JrZXJzPC9hPjwvbGk+XHJcblx0XHRcdFx0XHRcdDxsaT48YSBocmVmPVwiaHR0cHM6Ly93d3cubWFpbmUuZ292L2xhYm9yL2Zvcl9qb2Jfc2Vla2Vycy9cIiBjbGFzcz1cInVpLWxpbmsgdWktd2lkZ2V0XCIgcmVsPVwibm9yZWZlcnJlciBub29wZW5lclwiIHRhcmdldD1cIl9ibGFua1wiPkpvYiBTZWVrZXJzPC9hPjwvbGk+XHJcbiAgICAgICAgICAgIDxsaT48YSBocmVmPVwiaHR0cDovL3d3dy5tYWluZS5nb3YvbGFib3IvZm9yX2VtcGxveWVycy9cIiBjbGFzcz1cInVpLWxpbmsgdWktd2lkZ2V0XCIgcmVsPVwibm9yZWZlcnJlciBub29wZW5lclwiIHRhcmdldD1cIl9ibGFua1wiPkVtcGxveWVycyAvIEJ1c2luZXNzZXM8L2E+PC9saT5cclxuICAgICAgICAgIDwvdWw+XHJcbiAgICAgICAgPC9kaXY+XHJcblxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtMTIgbGc6Y29sLTIgbWQ6Y29sLTJcIj5cclxuICAgICAgICAgIDxiPkZpbmQgaXQgYnkgQWdlbmN5PC9iPlxyXG4gICAgICAgICAgPGJyLz5cclxuICAgICAgICAgIDx1bD5cclxuICAgICAgICAgICAgPGxpPjxhIGhyZWY9XCJodHRwOi8vd3d3Lm1haW5lLmdvdi9sYWJvci9iZXMvaW5kZXguc2h0bWxcIiBjbGFzcz1cInVpLWxpbmsgdWktd2lkZ2V0XCIgcmVsPVwibm9yZWZlcnJlciBub29wZW5lclwiIHRhcmdldD1cIl9ibGFua1wiPkJ1cmVhdSBvZiBFbXBsb3ltZW50IFNlcnZpY2VzPC9hPjwvbGk+XHJcbiAgICAgICAgICAgIDxsaT48YSBocmVmPVwiaHR0cDovL3d3dy5tYWluZS5nb3YvbGFib3IvYmxzL2luZGV4LnNodG1sXCIgY2xhc3M9XCJ1aS1saW5rIHVpLXdpZGdldFwiIHJlbD1cIm5vcmVmZXJyZXIgbm9vcGVuZXJcIiB0YXJnZXQ9XCJfYmxhbmtcIj5CdXJlYXUgb2YgTGFib3IgU3RhbmRhcmRzPC9hPjwvbGk+XHJcbiAgICAgICAgICAgIDxsaT48YSBocmVmPVwiaHR0cDovL3d3dy5tYWluZS5nb3YvcmVoYWJcIiBjbGFzcz1cInVpLWxpbmsgdWktd2lkZ2V0XCIgcmVsPVwibm9yZWZlcnJlciBub29wZW5lclwiIHRhcmdldD1cIl9ibGFua1wiPkJ1cmVhdSBvZiBSZWhhYmlsaXRhdGlvbiBTZXJ2aWNlczwvYT48L2xpPlxyXG4gICAgICAgICAgICA8bGk+PGEgaHJlZj1cImh0dHA6Ly93d3cubWFpbmUuZ292L2xhYm9yL3VuZW1wbG95bWVudC9pbmRleC5odG1sXCIgY2xhc3M9XCJ1aS1saW5rIHVpLXdpZGdldFwiIHJlbD1cIm5vcmVmZXJyZXIgbm9vcGVuZXJcIiB0YXJnZXQ9XCJfYmxhbmtcIj5CdXJlYXUgb2YgVW5lbXBsb3ltZW50IENvbXBlbnNhdGlvbjwvYT48L2xpPlxyXG4gICAgICAgICAgICA8bGk+PGEgaHJlZj1cImh0dHA6Ly93d3cubWFpbmUuZ292L2xhYm9yL2N3cmkvaW5kZXguaHRtbFwiIGNsYXNzPVwidWktbGluayB1aS13aWRnZXRcIiByZWw9XCJub3JlZmVycmVyIG5vb3BlbmVyXCIgdGFyZ2V0PVwiX2JsYW5rXCI+Q2VudGVyIGZvciBXb3JrZm9yY2UgUmVzZWFyY2ggYW5kIEluZm9ybWF0aW9uPC9hPjwvbGk+XHJcbiAgICAgICAgICA8L3VsPlxyXG5cclxuICAgICAgICAgIDxici8+XHJcbiAgICAgICAgICA8dWw+XHJcbiAgICAgICAgICAgIDxsaT5UaGUgRGVwYXJ0bWVudCBvZiBMYWJvciBpcyBhbiBlcXVhbCBvcHBvcnR1bml0eSBwcm92aWRlci4gQXV4aWxpYXJ5IGFpZHMgYW5kIHNlcnZpY2VzIGFyZSBhdmFpbGFibGUgdG8gaW5kaXZpZHVhbHMgd2l0aCBkaXNhYmlsaXRpZXMgdXBvbiByZXF1ZXN0LjwvbGk+XHJcbiAgICAgICAgICA8L3VsPlxyXG4gICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyIGxnOmNvbC0yIG1kOmNvbC0yXCI+XHJcbiAgICAgICAgICA8Yj5TZXJ2aWNlczwvYj5cclxuICAgICAgICAgIDxici8+XHJcbiAgICAgICAgICA8dWw+XHJcbiAgICAgICAgICAgIDxsaT48YSBocmVmPVwiaHR0cDovL3d3dy5tYWluZS5nb3YvcmVlbXBsb3ltZVwiIGNsYXNzPVwidWktbGluayB1aS13aWRnZXRcIiByZWw9XCJub3JlZmVycmVyIG5vb3BlbmVyXCIgdGFyZ2V0PVwiX2JsYW5rXCI+PGltZyBzcmM9XCJhc3NldHMvaWNvbi9yZW1lX2Zvb3Rlci5qcGdcIiBhbHQ9XCJGaWxlIGZvciBVbmVtcGxveW1lbnRcIiB3aWR0aD1cIjE1MFwiIGhlaWdodD1cIjMxXCI+PC9hPjwvbGk+XHJcbiAgICAgICAgICAgIDxsaT48YSBocmVmPVwiaHR0cDovL3d3dy5tYWluZWNhcmVlcmNlbnRlci5nb3ZcIiBjbGFzcz1cInVpLWxpbmsgdWktd2lkZ2V0XCIgcmVsPVwibm9yZWZlcnJlciBub29wZW5lclwiIHRhcmdldD1cIl9ibGFua1wiPjxpbWcgc3JjPVwiaHR0cHM6Ly93d3cubWFpbmUuZ292L2xhYm9yL2ltYWdlcy9jY2VudGVybG9nb2FtZXJpY2Fuam9iY2VudGVyMjAxNy5naWZcIiBhbHQ9XCJDYXJlZXJDZW50ZXJcIj48L2E+PC9saT5cclxuICAgICAgICAgICAgPGxpPjxhIGhyZWY9XCJodHRwOi8vd3d3LnNhZmV0eXdvcmtzbWFpbmUuZ292XCIgY2xhc3M9XCJ1aS1saW5rIHVpLXdpZGdldFwiIHJlbD1cIm5vcmVmZXJyZXIgbm9vcGVuZXJcIiB0YXJnZXQ9XCJfYmxhbmtcIj48aW1nIHNyYz1cImh0dHBzOi8vd3d3Lm1haW5lLmdvdi9sYWJvci9pbWFnZXMvc2FmZXR5d29ya3MuZ2lmXCIgYWx0PVwiU2FmZXR5V29ya3MhXCIgd2lkdGg9XCIxNTBcIiBoZWlnaHQ9XCI4MFwiPjwvYT48L2xpPlxyXG4gICAgICAgICAgPC91bD5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICA8L2Rpdj5cclxuICBcclxuPC9kaXY+XHJcblxyXG48ZGl2IGNsYXNzPVwiYXBwLWZvb3RlclwiICpuZ0lmPVwidXRpbC5nZXRTdGF0ZSgpID09ICdNUydcIj5cclxuICA8ZGl2IGNsYXNzPVwiZ3JpZFwiPlxyXG4gICAgPGlvbi1mb290ZXIgY2xhc3M9XCJmb290ZXItY29weVwiPlxyXG4gICAgICA8aW9uLXJvdz5cclxuICAgICAgICA8aW9uLWNvbCAgc2l6ZT1cIjEyXCI+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdGVyLWxpbmtzIGlvbi10ZXh0LWNlbnRlciBmb290ZXItZ3JpZFwiID5cclxuICAgICAgICAgICAgPGEgYnV0dG9uIChjbGljayk9XCJvcGVuUG9wdXAoZm9vdGVyTGluaylcIiBjbGFzcz1cImlvbi1wYWRkaW5nLXN0YXJ0IGlvbi1wYWRkaW5nLWVuZCBpb24tcGFkZGluZy1ib3R0b20gbGlua1wiICpuZ0Zvcj1cImxldCBmb290ZXJMaW5rIG9mIGZvb3RlckxpbmtzXCI+e3tmb290ZXJMaW5rLm5hbWUgfCB0cmFuc2xhdGV9fTwvYT5cclxuICAgICAgICAgICAgPGJyLz48YnIvPjxpb24tdGV4dD4mY29weTsmbmJzcDt7eydUaGUgTWlzc2lzc2lwcGkgRGVwYXJ0bWVudCBvZiBFbXBsb3ltZW50IFNlY3VyaXR5JyB8IHRyYW5zbGF0ZX19PC9pb24tdGV4dD48YnIvPlxyXG4gICAgICAgICAgICA8cCBzdHlsZT1cImZvbnQtc2l6ZTogeC1zbWFsbDtcIj57eydCdWlsZCBOby4nIHwgdHJhbnNsYXRlfX0ge3thcHBWZXJzaW9ufX08L3A+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgIDwvaW9uLXJvdz5cclxuICAgIDwvaW9uLWZvb3Rlcj5cclxuICA8L2Rpdj5cclxuPC9kaXY+XHJcbjwhLS0gZmFiIHBsYWNlZCBpbiB0aGUgY2VudGVyIG9mIHRoZSBjb250ZW50IHdpdGggYSBsaXN0IG9uIGVhY2ggc2lkZSAtLT5cclxuPGlvbi1mYWIgdmVydGljYWw9XCJib3R0b21cIiBob3Jpem9udGFsPVwiZW5kXCIgc2xvdD1cImZpeGVkXCIgY29sb3I9XCJzdWNjZXNzXCIgc3R5bGU9XCJwb3NpdGlvbjogZml4ZWQgIWltcG9ydGFudDtcIiAqbmdJZj1cInNob3dIZWxwICYmICF1dGlsLmlzU3RhdGUoJ21lJylcIj5cclxuICA8aW9uLWZhYi1idXR0b24gY29sb3I9XCJzdWNjZXNzXCIgcFRvb2x0aXA9XCJTZWxlY3QgZm9yIG9wdGlvbnMgdG8gc2VsZi1oZWxwXCIgdG9vbHRpcFBvc2l0aW9uPVwibGVmdFwiPlxyXG4gICAgPGlvbi1pY29uIG5hbWU9XCJjYXJldC11cC1jaXJjbGUtc2hhcnBcIj48L2lvbi1pY29uPlxyXG4gIDwvaW9uLWZhYi1idXR0b24+XHJcbiAgPGlvbi1mYWItbGlzdCBzaWRlPVwidG9wXCI+XHJcbiAgICA8aW9uLWZhYi1idXR0b24gcFRvb2x0aXA9XCJ7eydGQVEnIHwgdHJhbnNsYXRlfX1cIiB0b29sdGlwUG9zaXRpb249XCJsZWZ0XCIgY29sb3I9XCJzdWNjZXNzXCIgcmVsPVwibm9yZWZlcnJlclwiIGhyZWY9XCJodHRwczovL21kZXMubXMuZ292L3VuZW1wbG95bWVudC1mYXFzL1wiIHRhcmdldD1cIl9ibGFua1wiICpuZ0lmPVwidXRpbC5nZXRTdGF0ZSgpID09ICdNUydcIj5cclxuICAgICAgPGlvbi1pY29uIG5hbWU9XCJoZWxwLXNoYXJwXCI+PC9pb24taWNvbj5cclxuICAgIDwvaW9uLWZhYi1idXR0b24+XHJcbiAgICA8aW9uLWZhYi1idXR0b24gcFRvb2x0aXA9XCJ7eydGQVEnIHwgdHJhbnNsYXRlfX1cIiB0b29sdGlwUG9zaXRpb249XCJsZWZ0XCIgY29sb3I9XCJzdWNjZXNzXCIgcmVsPVwibm9yZWZlcnJlclwiIGhyZWY9XCJodHRwczovL3d3dy5tYWluZS5nb3YvbGFib3IvZmFxcy5odG1sXCIgdGFyZ2V0PVwiX2JsYW5rXCIgKm5nSWY9XCJ1dGlsLmdldFN0YXRlKCkgPT0gJ01FJ1wiPlxyXG4gICAgICA8aW9uLWljb24gbmFtZT1cImhlbHAtc2hhcnBcIj48L2lvbi1pY29uPlxyXG4gICAgPC9pb24tZmFiLWJ1dHRvbj5cclxuICAgIDxpb24tZmFiLWJ1dHRvbiBwVG9vbHRpcD1cInt7J1NjcmVlbiBHdWlkZScgfCB0cmFuc2xhdGV9fVwiIHRvb2x0aXBQb3NpdGlvbj1cImxlZnRcIiBjb2xvcj1cInN1Y2Nlc3NcIiAoY2xpY2spPVwidG91cigpXCIgKm5nSWY9XCJzdGVwQ291bnRzIT0wXCI+XHJcbiAgICAgIDxpb24taWNvbiBuYW1lPVwiZXllLXNoYXJwXCI+PC9pb24taWNvbj5cclxuICAgIDwvaW9uLWZhYi1idXR0b24+XHJcbiAgICA8aW9uLWZhYi1idXR0b24gcFRvb2x0aXA9XCJ7eydDaGF0IHdpdGggU2lwcGknIHwgdHJhbnNsYXRlfX1cIiB0b29sdGlwUG9zaXRpb249XCJsZWZ0XCIgKGNsaWNrKT1cImluaXRpYWxpemVDaGF0Ym90KClcIiBjb2xvcj1cInN1Y2Nlc3NcIiAqbmdJZj1cInV0aWwuZ2V0U3RhdGUoKSA9PSAnTVMnICYmIHNob3dDaGF0Ym90XCI+XHJcbiAgICAgIDxpb24taWNvbiBuYW1lPVwiY2hhdGJ1YmJsZXMtc2hhcnBcIj48L2lvbi1pY29uPlxyXG4gICAgPC9pb24tZmFiLWJ1dHRvbj5cclxuICA8L2lvbi1mYWItbGlzdD5cclxuPC9pb24tZmFiPlxyXG48aW9uLWZhYiB2ZXJ0aWNhbD1cImJvdHRvbVwiIGhvcml6b250YWw9XCJlbmRcIiBlZGdlIHNsb3Q9XCJmaXhlZFwiIGNsYXNzPVwibWUtY2hhdC1mYWJcIiAqbmdJZj1cInNob3dIZWxwICYmIHV0aWwuaXNTdGF0ZSgnbWUnKVwiPlxyXG4gIDxpb24tZmFiLWJ1dHRvbiAoY2xpY2spPVwiaW5pdGlhbGl6ZUNoYXRib3QoKVwiIHBUb29sdGlwPVwie3snQ2hhdCB3aXRoIEJsdWUnIHwgdHJhbnNsYXRlfX1cIiB0b29sdGlwUG9zaXRpb249XCJsZWZ0XCIgY2xhc3M9XCJtZS1jaGF0LWJ1dHRvblwiPlxyXG4gICAgPGltZyBzcmM9XCJhc3NldHMvaWNvbi9tZS1jaGF0Ym90LWljb24uc3ZnXCIgc3R5bGU9XCJtYXgtd2lkdGg6IDk1JVwiLz5cclxuICA8L2lvbi1mYWItYnV0dG9uPlxyXG48L2lvbi1mYWI+XHJcbiJdfQ==
|