@reusa/ngx-reusa-app-lib 0.0.731 → 0.1.731

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (472) hide show
  1. package/{esm2020 → esm2022}/lib/annimations/app-animations.mjs +36 -36
  2. package/esm2022/lib/components/add-employer/add-employer.component.mjs +3027 -0
  3. package/esm2022/lib/components/add-participant/add-participant.component.mjs +394 -0
  4. package/esm2022/lib/components/add-payment/add-payment.component.mjs +187 -0
  5. package/esm2022/lib/components/address/address.component.mjs +487 -0
  6. package/esm2022/lib/components/bank-details/bank-details.component.mjs +276 -0
  7. package/esm2022/lib/components/captcha/captcha.component.mjs +181 -0
  8. package/esm2022/lib/components/card/card.component.mjs +55 -0
  9. package/esm2022/lib/components/contact-us/contact-us.component.mjs +970 -0
  10. package/esm2022/lib/components/content/content.component.mjs +61 -0
  11. package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +83 -0
  12. package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +223 -0
  13. package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +292 -0
  14. package/esm2022/lib/components/disclosure/disclosure.component.mjs +60 -0
  15. package/esm2022/lib/components/dropdown/dropdown.component.mjs +1974 -0
  16. package/esm2022/lib/components/dropdown/dropdown.interface.mjs +2 -0
  17. package/esm2022/lib/components/email-update/email-update.component.mjs +283 -0
  18. package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +794 -0
  19. package/esm2022/lib/components/error/error.component.mjs +86 -0
  20. package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +163 -0
  21. package/{esm2020 → esm2022}/lib/components/file-download/file-download.component.mjs +104 -104
  22. package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +315 -0
  23. package/esm2022/lib/components/footer/footer.component.mjs +332 -0
  24. package/esm2022/lib/components/header/header.component.mjs +558 -0
  25. package/esm2022/lib/components/help/help.component.mjs +49 -0
  26. package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +65 -0
  27. package/{esm2020 → esm2022}/lib/components/info/info.component.mjs +187 -188
  28. package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +206 -0
  29. package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +193 -0
  30. package/esm2022/lib/components/maintenance-detector/maintenance-detector.component.mjs +43 -0
  31. package/esm2022/lib/components/mask/mask.component.mjs +48 -0
  32. package/esm2022/lib/components/menu/menu.component.mjs +423 -0
  33. package/esm2022/lib/components/mfa/mfa.component.mjs +444 -0
  34. package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +50 -0
  35. package/esm2022/lib/components/money-expect/money-expect.component.mjs +90 -0
  36. package/esm2022/lib/components/msg/msg.component.mjs +48 -0
  37. package/esm2022/lib/components/news/news.component.mjs +90 -0
  38. package/esm2022/lib/components/overlay-info/overlay-info.component.mjs +213 -0
  39. package/esm2022/lib/components/page/page.component.mjs +136 -0
  40. package/esm2022/lib/components/profile/profile.component.mjs +177 -0
  41. package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +63 -0
  42. package/esm2022/lib/components/questionnaire/AppValidators.mjs +487 -0
  43. package/{esm2020 → esm2022}/lib/components/questionnaire/FbConstants.mjs +7 -7
  44. package/{esm2020 → esm2022}/lib/components/questionnaire/SelectItem.mjs +1 -1
  45. package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +256 -0
  46. package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +475 -0
  47. package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +1094 -0
  48. package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +1882 -0
  49. package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +1263 -0
  50. package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +244 -0
  51. package/{esm2020 → esm2022}/lib/components/questionnaire/input-focus.directive.mjs +44 -44
  52. package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +256 -0
  53. package/{esm2020 → esm2022}/lib/components/questionnaire/question-base.mjs +2 -2
  54. package/{esm2020 → esm2022}/lib/components/questionnaire/question-control.service.mjs +420 -419
  55. package/{esm2020 → esm2022}/lib/components/questionnaire/question.service.mjs +33 -33
  56. package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +262 -0
  57. package/{esm2020 → esm2022}/lib/components/read-more/read-more.component.mjs +67 -67
  58. package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +690 -0
  59. package/esm2022/lib/components/search-employer/search-employer.component.mjs +142 -0
  60. package/esm2022/lib/components/select/select.component.mjs +154 -0
  61. package/esm2022/lib/components/ssn/ssn.component.mjs +44 -0
  62. package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +151 -0
  63. package/esm2022/lib/components/test/test.component.mjs +19 -0
  64. package/esm2022/lib/components/user-login/user-login.component.mjs +398 -0
  65. package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +442 -0
  66. package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +307 -0
  67. package/{esm2020 → esm2022}/lib/directives/auto-focus/auto-focus.directive.mjs +31 -31
  68. package/{esm2020 → esm2022}/lib/directives/caps-lock.directive.mjs +38 -38
  69. package/{esm2020 → esm2022}/lib/directives/required-roles/required-roles.directive.mjs +30 -30
  70. package/{esm2020 → esm2022}/lib/enums/EmailStatusEnum.mjs +8 -8
  71. package/{esm2020 → esm2022}/lib/guards/auth.guard.mjs +138 -138
  72. package/esm2022/lib/guards/no-login/no-login.guard.mjs +21 -0
  73. package/{esm2020 → esm2022}/lib/interceptors/error-interceptor/http-error-interceptor.mjs +107 -107
  74. package/{esm2020 → esm2022}/lib/interceptors/header-interceptor/http-header.interceptor.mjs +99 -99
  75. package/{esm2020 → esm2022}/lib/models/AddressComponentModel.mjs +2 -2
  76. package/{esm2020 → esm2022}/lib/models/BankDetailsComponentModel.mjs +2 -2
  77. package/{esm2020 → esm2022}/lib/models/BankDetailsModel.mjs +3 -3
  78. package/{esm2020 → esm2022}/lib/models/CinRequalificationCriteriaModel.mjs +3 -3
  79. package/{esm2020 → esm2022}/lib/models/EmployerDetailSearchResult.mjs +5 -5
  80. package/{esm2020 → esm2022}/lib/models/ErrorModel.mjs +5 -5
  81. package/{esm2020 → esm2022}/lib/models/FileModel.mjs +1 -1
  82. package/{esm2020 → esm2022}/lib/models/LibConstants.mjs +119 -119
  83. package/{esm2020 → esm2022}/lib/models/NewsAndAnnouncementModel.mjs +2 -2
  84. package/{esm2020 → esm2022}/lib/models/NotificationModel.mjs +5 -5
  85. package/{esm2020 → esm2022}/lib/models/OtpAuthModel.mjs +2 -2
  86. package/{esm2020 → esm2022}/lib/models/PaymentComponentModel.mjs +2 -2
  87. package/esm2022/lib/models/RequalifyLiftPageModel.mjs +11 -0
  88. package/{esm2020 → esm2022}/lib/models/SsaVerificationModel.mjs +3 -3
  89. package/{esm2020 → esm2022}/lib/models/TrendModel.mjs +2 -2
  90. package/{esm2020 → esm2022}/lib/models/UserDetailsModel.mjs +2 -2
  91. package/{esm2020 → esm2022}/lib/models/UserModel.mjs +5 -5
  92. package/{esm2020 → esm2022}/lib/models/case/CaseAttachmentModel.mjs +3 -3
  93. package/{esm2020 → esm2022}/lib/models/claimant/ClaimantModel.mjs +2 -2
  94. package/{esm2020 → esm2022}/lib/models/claimant/JobResultsData.mjs +2 -2
  95. package/{esm2020 → esm2022}/lib/models/claimant/MatchingJobs.mjs +2 -2
  96. package/{esm2020 → esm2022}/lib/models/claimant/ResetPasswordModel.mjs +2 -2
  97. package/esm2022/lib/models/cmp/CaseCoreModel.mjs +3 -0
  98. package/{esm2020 → esm2022}/lib/models/cmp/ComplaintCategoryModel.mjs +3 -3
  99. package/{esm2020 → esm2022}/lib/models/cmp/ComplaintCategoryOutputModel.mjs +5 -5
  100. package/esm2022/lib/models/cmp/ContactUsModel.mjs +3 -0
  101. package/{esm2020 → esm2022}/lib/models/cmp/EmailTemplateModel.mjs +3 -3
  102. package/esm2022/lib/models/cmp/contactUsInqueryModel.mjs +7 -0
  103. package/{esm2020 → esm2022}/lib/models/cmp/messageRourceModel.mjs +3 -3
  104. package/esm2022/lib/models/dashboard-model.mjs +3 -0
  105. package/esm2022/lib/models/dependent.model.mjs +8 -0
  106. package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmpRequestModel.mjs +2 -2
  107. package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +7 -7
  108. package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +5 -5
  109. package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +2 -2
  110. package/esm2022/lib/models/questionnaire/ComboModel.mjs +337 -0
  111. package/{esm2020 → esm2022}/lib/models/questionnaire/ElementsModel.mjs +7 -7
  112. package/{esm2020 → esm2022}/lib/models/questionnaire/EmployerDetailSearchResult.mjs +2 -2
  113. package/{esm2020 → esm2022}/lib/models/questionnaire/EmployerWagesModel.mjs +3 -3
  114. package/{esm2020 → esm2022}/lib/models/questionnaire/FBConfigModel.mjs +5 -5
  115. package/{esm2020 → esm2022}/lib/models/questionnaire/KeyValueModel.mjs +2 -2
  116. package/{esm2020 → esm2022}/lib/models/questionnaire/LegalDiscaimarModel.mjs +2 -2
  117. package/{esm2020 → esm2022}/lib/models/questionnaire/LoaderModel.mjs +2 -2
  118. package/{esm2020 → esm2022}/lib/models/questionnaire/PollingStatusModel.mjs +3 -3
  119. package/{esm2020 → esm2022}/lib/models/questionnaire/QtrYearEmployerWageModel.mjs +2 -2
  120. package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireQueryModel.mjs +7 -7
  121. package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireReturnModel.mjs +10 -10
  122. package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireSaveModel.mjs +2 -2
  123. package/esm2022/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +3 -0
  124. package/{esm2020 → esm2022}/lib/models/questionnaire/ServiceActionResponseModel.mjs +3 -3
  125. package/esm2022/lib/models/questionnaire/StatusModel.mjs +6 -0
  126. package/{esm2020 → esm2022}/lib/models/questionnaire/SuccessPageElement.mjs +2 -2
  127. package/esm2022/lib/models/questionnaire/UI512AResponseModel.mjs +3 -0
  128. package/{esm2020 → esm2022}/lib/models/questionnaire/ValidationModel.mjs +2 -2
  129. package/esm2022/lib/ngx-reusa-app-lib.component.mjs +23 -0
  130. package/esm2022/lib/ngx-reusa-app-lib.module.mjs +402 -0
  131. package/{esm2020 → esm2022}/lib/ngx-reusa-app-lib.service.mjs +14 -14
  132. package/{esm2020 → esm2022}/lib/pages/BasePage.mjs +76 -76
  133. package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +81 -0
  134. package/esm2022/lib/pages/common/change-password/change-password.page.mjs +463 -0
  135. package/esm2022/lib/pages/common/landing/landing.component.mjs +208 -0
  136. package/esm2022/lib/pages/common/landing2/landing2.component.mjs +244 -0
  137. package/esm2022/lib/pages/common/login/login.component.mjs +526 -0
  138. package/esm2022/lib/pages/common/not-found/not-found.page.mjs +24 -0
  139. package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +306 -0
  140. package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +61 -0
  141. package/esm2022/lib/pages/common/unauthorized/unauthorized.page.mjs +24 -0
  142. package/esm2022/lib/pages/popovers/language/language.page.mjs +61 -0
  143. package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +204 -0
  144. package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +129 -0
  145. package/esm2022/lib/pages/popovers/user-search/user-search.component.mjs +251 -0
  146. package/{esm2020 → esm2022}/lib/pipes/filter.pipe.mjs +30 -30
  147. package/{esm2020 → esm2022}/lib/pipes/mask/mask.email.pipe.mjs +23 -23
  148. package/{esm2020 → esm2022}/lib/pipes/proper-case/proper-case.pipe.mjs +27 -27
  149. package/{esm2020 → esm2022}/lib/pipes/translate/dynamic-translate.pipe.mjs +44 -44
  150. package/{esm2020 → esm2022}/lib/pipes/trust-html/trust-html.pipe.mjs +20 -20
  151. package/{esm2020 → esm2022}/lib/services/base-service.mjs +49 -49
  152. package/{esm2020 → esm2022}/lib/services/captcha/captcha.service.mjs +46 -46
  153. package/{esm2020 → esm2022}/lib/services/case-service/case.service.mjs +47 -47
  154. package/{esm2020 → esm2022}/lib/services/chatbot/chatbot.service.mjs +257 -257
  155. package/esm2022/lib/services/chatbot/script.const.mjs +42 -0
  156. package/{esm2020 → esm2022}/lib/services/claimant/claimant.service.mjs +31 -31
  157. package/esm2022/lib/services/claimant-context/claimant-context.service.mjs +48 -0
  158. package/{esm2020 → esm2022}/lib/services/claimant-service/claimant.service.mjs +47 -47
  159. package/{esm2020 → esm2022}/lib/services/claims/claims.service.mjs +99 -99
  160. package/{esm2020 → esm2022}/lib/services/cmp-service/cmp.service.mjs +84 -84
  161. package/{esm2020 → esm2022}/lib/services/dms-service/dms.service.mjs +60 -60
  162. package/{esm2020 → esm2022}/lib/services/fpjs/fingerprint.service.mjs +70 -70
  163. package/{esm2020 → esm2022}/lib/services/google-analytics/google-analytics.service.mjs +29 -29
  164. package/{esm2020 → esm2022}/lib/services/help/help.service.mjs +63 -63
  165. package/{esm2020 → esm2022}/lib/services/idle/idle.service.mjs +159 -159
  166. package/{esm2020 → esm2022}/lib/services/logger/logger.service.mjs +67 -67
  167. package/esm2022/lib/services/login/login.service.mjs +330 -0
  168. package/{esm2020 → esm2022}/lib/services/maintenance/maintenance.service.mjs +21 -21
  169. package/{esm2020 → esm2022}/lib/services/notification/notification.service.mjs +113 -113
  170. package/{esm2020 → esm2022}/lib/services/questionnaire/questionnaire.service.mjs +69 -69
  171. package/{esm2020 → esm2022}/lib/services/questionnaire/validation.service.mjs +59 -59
  172. package/{esm2020 → esm2022}/lib/services/security-service/security.service.mjs +35 -35
  173. package/{esm2020 → esm2022}/lib/services/tour/tour.service.mjs +60 -60
  174. package/{esm2020 → esm2022}/lib/services/util/util.service.mjs +424 -424
  175. package/esm2022/lib/validations/AppRegex.mjs +45 -0
  176. package/{esm2020 → esm2022}/lib/validations/AppValidators.mjs +165 -165
  177. package/{esm2020 → esm2022}/public-api.mjs +131 -131
  178. package/{esm2020 → esm2022}/reusa-ngx-reusa-app-lib.mjs +4 -4
  179. package/{fesm2020 → fesm2022}/reusa-ngx-reusa-app-lib.mjs +27966 -27877
  180. package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -0
  181. package/index.d.ts +5 -5
  182. package/lib/annimations/app-animations.d.ts +3 -3
  183. package/lib/components/add-employer/add-employer.component.d.ts +276 -276
  184. package/lib/components/add-participant/add-participant.component.d.ts +45 -45
  185. package/lib/components/add-payment/add-payment.component.d.ts +33 -33
  186. package/lib/components/address/address.component.d.ts +68 -68
  187. package/lib/components/address/address.component.d.ts.map +1 -1
  188. package/lib/components/bank-details/bank-details.component.d.ts +39 -39
  189. package/lib/components/captcha/captcha.component.d.ts +44 -44
  190. package/lib/components/card/card.component.d.ts +11 -11
  191. package/lib/components/contact-us/contact-us.component.d.ts +105 -107
  192. package/lib/components/contact-us/contact-us.component.d.ts.map +1 -1
  193. package/lib/components/content/content.component.d.ts +13 -13
  194. package/lib/components/correspondence-download/correspondence-download.component.d.ts +21 -21
  195. package/lib/components/dashboard-card/dashboard-card.component.d.ts +25 -25
  196. package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -1
  197. package/lib/components/dependent-grid/dependent-grid.component.d.ts +35 -35
  198. package/lib/components/disclosure/disclosure.component.d.ts +12 -12
  199. package/lib/components/dropdown/dropdown.component.d.ts +581 -207
  200. package/lib/components/dropdown/dropdown.component.d.ts.map +1 -1
  201. package/lib/components/dropdown/dropdown.interface.d.ts +155 -0
  202. package/lib/components/dropdown/dropdown.interface.d.ts.map +1 -0
  203. package/lib/components/email-update/email-update.component.d.ts +31 -31
  204. package/lib/components/employer-grid/employer-grid.component.d.ts +95 -94
  205. package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -1
  206. package/lib/components/error/error.component.d.ts +17 -17
  207. package/lib/components/fav-menu/fav-menu.component.d.ts +21 -21
  208. package/lib/components/file-download/file-download.component.d.ts +22 -22
  209. package/lib/components/file-uploader/file-uploader.component.d.ts +47 -47
  210. package/lib/components/footer/footer.component.d.ts +36 -36
  211. package/lib/components/header/header.component.d.ts +59 -58
  212. package/lib/components/header/header.component.d.ts.map +1 -1
  213. package/lib/components/help/help.component.d.ts +10 -10
  214. package/lib/components/idle-detector/idle-detector.component.d.ts +15 -15
  215. package/lib/components/info/info.component.d.ts +22 -22
  216. package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +21 -21
  217. package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +33 -33
  218. package/lib/components/maintenance-detector/maintenance-detector.component.d.ts +15 -15
  219. package/lib/components/mask/mask.component.d.ts +11 -11
  220. package/lib/components/menu/menu.component.d.ts +43 -43
  221. package/lib/components/mfa/mfa.component.d.ts +59 -59
  222. package/lib/components/mfa-popup/mfa-popup.component.d.ts +16 -16
  223. package/lib/components/money-expect/money-expect.component.d.ts +18 -18
  224. package/lib/components/msg/msg.component.d.ts +10 -10
  225. package/lib/components/news/news.component.d.ts +14 -14
  226. package/lib/components/overlay-info/overlay-info.component.d.ts +34 -34
  227. package/lib/components/page/page.component.d.ts +23 -23
  228. package/lib/components/profile/profile.component.d.ts +28 -28
  229. package/lib/components/profile-redirect/profile-redirect.component.d.ts +13 -13
  230. package/lib/components/questionnaire/AppValidators.d.ts +14 -14
  231. package/lib/components/questionnaire/AppValidators.d.ts.map +1 -1
  232. package/lib/components/questionnaire/FbConstants.d.ts +7 -7
  233. package/lib/components/questionnaire/SelectItem.d.ts +4 -4
  234. package/lib/components/questionnaire/account-success/account-success.page.d.ts +53 -53
  235. package/lib/components/questionnaire/common-success/common-success.page.d.ts +75 -75
  236. package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -1
  237. package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +46 -46
  238. package/lib/components/questionnaire/dynamic-form-question.component.d.ts +82 -82
  239. package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
  240. package/lib/components/questionnaire/dynamic-form.component.d.ts +130 -130
  241. package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
  242. package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +66 -64
  243. package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -1
  244. package/lib/components/questionnaire/input-focus.directive.d.ts +11 -11
  245. package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +38 -38
  246. package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -1
  247. package/lib/components/questionnaire/question-base.d.ts +16 -16
  248. package/lib/components/questionnaire/question-control.service.d.ts +19 -19
  249. package/lib/components/questionnaire/question-control.service.d.ts.map +1 -1
  250. package/lib/components/questionnaire/question.service.d.ts +18 -18
  251. package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +75 -74
  252. package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -1
  253. package/lib/components/read-more/read-more.component.d.ts +14 -14
  254. package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +67 -67
  255. package/lib/components/search-employer/search-employer.component.d.ts +37 -36
  256. package/lib/components/search-employer/search-employer.component.d.ts.map +1 -1
  257. package/lib/components/select/select.component.d.ts +55 -55
  258. package/lib/components/ssn/ssn.component.d.ts +11 -11
  259. package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +22 -22
  260. package/lib/components/test/test.component.d.ts +8 -8
  261. package/lib/components/user-login/user-login.component.d.ts +48 -48
  262. package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +59 -59
  263. package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +45 -45
  264. package/lib/directives/auto-focus/auto-focus.directive.d.ts +12 -12
  265. package/lib/directives/caps-lock.directive.d.ts +11 -11
  266. package/lib/directives/required-roles/required-roles.directive.d.ts +14 -14
  267. package/lib/enums/EmailStatusEnum.d.ts +7 -7
  268. package/lib/guards/auth.guard.d.ts +28 -28
  269. package/lib/guards/auth.guard.d.ts.map +1 -1
  270. package/lib/guards/no-login/no-login.guard.d.ts +11 -11
  271. package/lib/guards/no-login/no-login.guard.d.ts.map +1 -1
  272. package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts +22 -22
  273. package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts +21 -21
  274. package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts.map +1 -1
  275. package/lib/models/AddressComponentModel.d.ts +12 -12
  276. package/lib/models/BankDetailsComponentModel.d.ts +11 -11
  277. package/lib/models/BankDetailsModel.d.ts +4 -4
  278. package/lib/models/CinRequalificationCriteriaModel.d.ts +10 -10
  279. package/lib/models/EmployerDetailSearchResult.d.ts +47 -47
  280. package/lib/models/ErrorModel.d.ts +6 -6
  281. package/lib/models/FileModel.d.ts +4 -4
  282. package/lib/models/LibConstants.d.ts +112 -112
  283. package/lib/models/NewsAndAnnouncementModel.d.ts +5 -5
  284. package/lib/models/NotificationModel.d.ts +10 -10
  285. package/lib/models/OtpAuthModel.d.ts +6 -6
  286. package/lib/models/PaymentComponentModel.d.ts +7 -7
  287. package/lib/models/RequalifyLiftPageModel.d.ts +11 -11
  288. package/lib/models/SsaVerificationModel.d.ts +8 -8
  289. package/lib/models/TrendModel.d.ts +13 -13
  290. package/lib/models/UserDetailsModel.d.ts +9 -9
  291. package/lib/models/UserModel.d.ts +46 -46
  292. package/lib/models/case/CaseAttachmentModel.d.ts +5 -5
  293. package/lib/models/claimant/ClaimantModel.d.ts +22 -22
  294. package/lib/models/claimant/JobResultsData.d.ts +7 -7
  295. package/lib/models/claimant/MatchingJobs.d.ts +12 -12
  296. package/lib/models/claimant/ResetPasswordModel.d.ts +8 -8
  297. package/lib/models/cmp/CaseCoreModel.d.ts +20 -20
  298. package/lib/models/cmp/ComplaintCategoryModel.d.ts +8 -8
  299. package/lib/models/cmp/ComplaintCategoryOutputModel.d.ts +5 -5
  300. package/lib/models/cmp/ContactUsModel.d.ts +22 -22
  301. package/lib/models/cmp/EmailTemplateModel.d.ts +6 -6
  302. package/lib/models/cmp/contactUsInqueryModel.d.ts +46 -46
  303. package/lib/models/cmp/messageRourceModel.d.ts +5 -5
  304. package/lib/models/dashboard-model.d.ts +43 -43
  305. package/lib/models/dependent.model.d.ts +11 -18
  306. package/lib/models/dependent.model.d.ts.map +1 -1
  307. package/lib/models/questionnaire/ClaimAppEmpRequestModel.d.ts +8 -8
  308. package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +16 -16
  309. package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +151 -151
  310. package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +16 -16
  311. package/lib/models/questionnaire/ComboModel.d.ts +85 -85
  312. package/lib/models/questionnaire/ElementsModel.d.ts +68 -68
  313. package/lib/models/questionnaire/EmployerDetailSearchResult.d.ts +17 -17
  314. package/lib/models/questionnaire/EmployerWagesModel.d.ts +4 -4
  315. package/lib/models/questionnaire/FBConfigModel.d.ts +11 -11
  316. package/lib/models/questionnaire/KeyValueModel.d.ts +10 -10
  317. package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +10 -10
  318. package/lib/models/questionnaire/LoaderModel.d.ts +4 -4
  319. package/lib/models/questionnaire/PollingStatusModel.d.ts +6 -6
  320. package/lib/models/questionnaire/QtrYearEmployerWageModel.d.ts +8 -8
  321. package/lib/models/questionnaire/QuestionnaireQueryModel.d.ts +23 -23
  322. package/lib/models/questionnaire/QuestionnaireReturnModel.d.ts +20 -20
  323. package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +24 -24
  324. package/lib/models/questionnaire/RequalifyLiftIssuesModel.d.ts +13 -13
  325. package/lib/models/questionnaire/ServiceActionResponseModel.d.ts +6 -6
  326. package/lib/models/questionnaire/StatusModel.d.ts +15 -15
  327. package/lib/models/questionnaire/SuccessPageElement.d.ts +8 -8
  328. package/lib/models/questionnaire/UI512AResponseModel.d.ts +12 -12
  329. package/lib/models/questionnaire/ValidationModel.d.ts +17 -17
  330. package/lib/ngx-reusa-app-lib.component.d.ts +8 -8
  331. package/lib/ngx-reusa-app-lib.module.d.ts +148 -145
  332. package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -1
  333. package/lib/ngx-reusa-app-lib.service.d.ts +6 -6
  334. package/lib/pages/BasePage.d.ts +26 -26
  335. package/lib/pages/common/accessibility-policy/accessibility-policy.page.d.ts +11 -11
  336. package/lib/pages/common/change-password/change-password.page.d.ts +40 -40
  337. package/lib/pages/common/landing/landing.component.d.ts +24 -24
  338. package/lib/pages/common/landing2/landing2.component.d.ts +30 -30
  339. package/lib/pages/common/login/login.component.d.ts +64 -64
  340. package/lib/pages/common/not-found/not-found.page.d.ts +8 -8
  341. package/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.d.ts +11 -11
  342. package/lib/pages/common/security-policy/security-policy.page.d.ts +11 -11
  343. package/lib/pages/common/unauthorized/unauthorized.page.d.ts +8 -8
  344. package/lib/pages/popovers/language/language.page.d.ts +16 -16
  345. package/lib/pages/popovers/my-notifications/my-notifications.page.d.ts +21 -21
  346. package/lib/pages/popovers/my-profile/my-profile.page.d.ts +20 -20
  347. package/lib/pages/popovers/user-search/user-search.component.d.ts +31 -31
  348. package/lib/pipes/filter.pipe.d.ts +7 -7
  349. package/lib/pipes/mask/mask.email.pipe.d.ts +10 -10
  350. package/lib/pipes/proper-case/proper-case.pipe.d.ts +8 -8
  351. package/lib/pipes/translate/dynamic-translate.pipe.d.ts +10 -10
  352. package/lib/pipes/trust-html/trust-html.pipe.d.ts +10 -10
  353. package/lib/services/base-service.d.ts +92 -92
  354. package/lib/services/captcha/captcha.service.d.ts +15 -15
  355. package/lib/services/case-service/case.service.d.ts +19 -19
  356. package/lib/services/chatbot/chatbot.service.d.ts +60 -60
  357. package/lib/services/chatbot/script.const.d.ts +15 -15
  358. package/lib/services/claimant/claimant.service.d.ts +17 -17
  359. package/lib/services/claimant-context/claimant-context.service.d.ts +18 -18
  360. package/lib/services/claimant-context/claimant-context.service.d.ts.map +1 -1
  361. package/lib/services/claimant-service/claimant.service.d.ts +19 -19
  362. package/lib/services/claims/claims.service.d.ts +39 -39
  363. package/lib/services/cmp-service/cmp.service.d.ts +33 -33
  364. package/lib/services/dms-service/dms.service.d.ts +23 -23
  365. package/lib/services/fpjs/fingerprint.service.d.ts +18 -18
  366. package/lib/services/google-analytics/google-analytics.service.d.ts +8 -8
  367. package/lib/services/help/help.service.d.ts +25 -25
  368. package/lib/services/help/help.service.d.ts.map +1 -1
  369. package/lib/services/idle/idle.service.d.ts +43 -43
  370. package/lib/services/logger/logger.service.d.ts +31 -31
  371. package/lib/services/logger/logger.service.d.ts.map +1 -1
  372. package/lib/services/login/login.service.d.ts +75 -75
  373. package/lib/services/login/login.service.d.ts.map +1 -1
  374. package/lib/services/maintenance/maintenance.service.d.ts +15 -15
  375. package/lib/services/notification/notification.service.d.ts +38 -38
  376. package/lib/services/questionnaire/questionnaire.service.d.ts +35 -35
  377. package/lib/services/questionnaire/validation.service.d.ts +81 -81
  378. package/lib/services/security-service/security.service.d.ts +14 -14
  379. package/lib/services/tour/tour.service.d.ts +24 -24
  380. package/lib/services/util/util.service.d.ts +190 -190
  381. package/lib/validations/AppRegex.d.ts +43 -43
  382. package/lib/validations/AppValidators.d.ts +53 -53
  383. package/package.json +6 -11
  384. package/public-api.d.ts +121 -121
  385. package/esm2020/lib/components/add-employer/add-employer.component.mjs +0 -3099
  386. package/esm2020/lib/components/add-participant/add-participant.component.mjs +0 -396
  387. package/esm2020/lib/components/add-payment/add-payment.component.mjs +0 -186
  388. package/esm2020/lib/components/address/address.component.mjs +0 -480
  389. package/esm2020/lib/components/bank-details/bank-details.component.mjs +0 -275
  390. package/esm2020/lib/components/captcha/captcha.component.mjs +0 -180
  391. package/esm2020/lib/components/card/card.component.mjs +0 -54
  392. package/esm2020/lib/components/contact-us/contact-us.component.mjs +0 -1004
  393. package/esm2020/lib/components/content/content.component.mjs +0 -60
  394. package/esm2020/lib/components/correspondence-download/correspondence-download.component.mjs +0 -82
  395. package/esm2020/lib/components/dashboard-card/dashboard-card.component.mjs +0 -219
  396. package/esm2020/lib/components/dependent-grid/dependent-grid.component.mjs +0 -297
  397. package/esm2020/lib/components/disclosure/disclosure.component.mjs +0 -59
  398. package/esm2020/lib/components/dropdown/dropdown.component.mjs +0 -1552
  399. package/esm2020/lib/components/email-update/email-update.component.mjs +0 -287
  400. package/esm2020/lib/components/employer-grid/employer-grid.component.mjs +0 -800
  401. package/esm2020/lib/components/error/error.component.mjs +0 -85
  402. package/esm2020/lib/components/fav-menu/fav-menu.component.mjs +0 -163
  403. package/esm2020/lib/components/file-uploader/file-uploader.component.mjs +0 -317
  404. package/esm2020/lib/components/footer/footer.component.mjs +0 -337
  405. package/esm2020/lib/components/header/header.component.mjs +0 -566
  406. package/esm2020/lib/components/help/help.component.mjs +0 -48
  407. package/esm2020/lib/components/idle-detector/idle-detector.component.mjs +0 -64
  408. package/esm2020/lib/components/job-search-result-page/job-search-result-page.component.mjs +0 -209
  409. package/esm2020/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +0 -192
  410. package/esm2020/lib/components/maintenance-detector/maintenance-detector.component.mjs +0 -42
  411. package/esm2020/lib/components/mask/mask.component.mjs +0 -48
  412. package/esm2020/lib/components/menu/menu.component.mjs +0 -430
  413. package/esm2020/lib/components/mfa/mfa.component.mjs +0 -451
  414. package/esm2020/lib/components/mfa-popup/mfa-popup.component.mjs +0 -49
  415. package/esm2020/lib/components/money-expect/money-expect.component.mjs +0 -89
  416. package/esm2020/lib/components/msg/msg.component.mjs +0 -48
  417. package/esm2020/lib/components/news/news.component.mjs +0 -89
  418. package/esm2020/lib/components/overlay-info/overlay-info.component.mjs +0 -235
  419. package/esm2020/lib/components/page/page.component.mjs +0 -138
  420. package/esm2020/lib/components/profile/profile.component.mjs +0 -182
  421. package/esm2020/lib/components/profile-redirect/profile-redirect.component.mjs +0 -62
  422. package/esm2020/lib/components/questionnaire/AppValidators.mjs +0 -523
  423. package/esm2020/lib/components/questionnaire/account-success/account-success.page.mjs +0 -259
  424. package/esm2020/lib/components/questionnaire/common-success/common-success.page.mjs +0 -483
  425. package/esm2020/lib/components/questionnaire/dynamic-form-panel.component.mjs +0 -1137
  426. package/esm2020/lib/components/questionnaire/dynamic-form-question.component.mjs +0 -1948
  427. package/esm2020/lib/components/questionnaire/dynamic-form.component.mjs +0 -1257
  428. package/esm2020/lib/components/questionnaire/form-builder/form-builder.page.mjs +0 -240
  429. package/esm2020/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +0 -259
  430. package/esm2020/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +0 -260
  431. package/esm2020/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +0 -703
  432. package/esm2020/lib/components/search-employer/search-employer.component.mjs +0 -142
  433. package/esm2020/lib/components/select/select.component.mjs +0 -153
  434. package/esm2020/lib/components/ssn/ssn.component.mjs +0 -43
  435. package/esm2020/lib/components/ssn-reverify/ssn-reverify.component.mjs +0 -150
  436. package/esm2020/lib/components/test/test.component.mjs +0 -18
  437. package/esm2020/lib/components/user-login/user-login.component.mjs +0 -401
  438. package/esm2020/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +0 -445
  439. package/esm2020/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +0 -308
  440. package/esm2020/lib/guards/no-login/no-login.guard.mjs +0 -21
  441. package/esm2020/lib/models/RequalifyLiftPageModel.mjs +0 -11
  442. package/esm2020/lib/models/cmp/CaseCoreModel.mjs +0 -3
  443. package/esm2020/lib/models/cmp/ContactUsModel.mjs +0 -3
  444. package/esm2020/lib/models/cmp/contactUsInqueryModel.mjs +0 -7
  445. package/esm2020/lib/models/dashboard-model.mjs +0 -3
  446. package/esm2020/lib/models/dependent.model.mjs +0 -8
  447. package/esm2020/lib/models/questionnaire/ComboModel.mjs +0 -337
  448. package/esm2020/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +0 -3
  449. package/esm2020/lib/models/questionnaire/StatusModel.mjs +0 -6
  450. package/esm2020/lib/models/questionnaire/UI512AResponseModel.mjs +0 -3
  451. package/esm2020/lib/ngx-reusa-app-lib.component.mjs +0 -22
  452. package/esm2020/lib/ngx-reusa-app-lib.module.mjs +0 -390
  453. package/esm2020/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +0 -80
  454. package/esm2020/lib/pages/common/change-password/change-password.page.mjs +0 -477
  455. package/esm2020/lib/pages/common/landing/landing.component.mjs +0 -207
  456. package/esm2020/lib/pages/common/landing2/landing2.component.mjs +0 -244
  457. package/esm2020/lib/pages/common/login/login.component.mjs +0 -542
  458. package/esm2020/lib/pages/common/not-found/not-found.page.mjs +0 -23
  459. package/esm2020/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +0 -305
  460. package/esm2020/lib/pages/common/security-policy/security-policy.page.mjs +0 -60
  461. package/esm2020/lib/pages/common/unauthorized/unauthorized.page.mjs +0 -23
  462. package/esm2020/lib/pages/popovers/language/language.page.mjs +0 -60
  463. package/esm2020/lib/pages/popovers/my-notifications/my-notifications.page.mjs +0 -205
  464. package/esm2020/lib/pages/popovers/my-profile/my-profile.page.mjs +0 -129
  465. package/esm2020/lib/pages/popovers/user-search/user-search.component.mjs +0 -253
  466. package/esm2020/lib/services/chatbot/script.const.mjs +0 -42
  467. package/esm2020/lib/services/claimant-context/claimant-context.service.mjs +0 -47
  468. package/esm2020/lib/services/login/login.service.mjs +0 -330
  469. package/esm2020/lib/validations/AppRegex.mjs +0 -45
  470. package/fesm2015/reusa-ngx-reusa-app-lib.mjs +0 -30728
  471. package/fesm2015/reusa-ngx-reusa-app-lib.mjs.map +0 -1
  472. package/fesm2020/reusa-ngx-reusa-app-lib.mjs.map +0 -1
@@ -1,244 +0,0 @@
1
- import { Component } from '@angular/core';
2
- import { LibConstants } from '../../../models/LibConstants';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "../../../services/util/util.service";
5
- import * as i2 from "@ionic/angular";
6
- import * as i3 from "../../../services/chatbot/chatbot.service";
7
- import * as i4 from "@angular/common";
8
- import * as i5 from "@fortawesome/angular-fontawesome";
9
- import * as i6 from "../../../components/content/content.component";
10
- import * as i7 from "../../../components/info/info.component";
11
- import * as i8 from "@ngx-translate/core";
12
- function Landing2Component_ul_8_Template(rf, ctx) { if (rf & 1) {
13
- i0.ɵɵelementStart(0, "ul", 24)(1, "li")(2, "a", 25);
14
- i0.ɵɵtext(3, "MDES");
15
- i0.ɵɵelementEnd()();
16
- i0.ɵɵelementStart(4, "li")(5, "a", 26);
17
- i0.ɵɵtext(6, "FAQ");
18
- i0.ɵɵelementEnd()();
19
- i0.ɵɵelementStart(7, "li")(8, "a", 27);
20
- i0.ɵɵtext(9, "Covid-19");
21
- i0.ɵɵelementEnd()()();
22
- } }
23
- function Landing2Component_ul_9_Template(rf, ctx) { if (rf & 1) {
24
- i0.ɵɵelementStart(0, "ul", 24)(1, "li")(2, "a", 28);
25
- i0.ɵɵtext(3, "Agencies");
26
- i0.ɵɵelementEnd()();
27
- i0.ɵɵelementStart(4, "li")(5, "a", 29);
28
- i0.ɵɵtext(6, "Online Services");
29
- i0.ɵɵelementEnd()();
30
- i0.ɵɵelementStart(7, "li")(8, "a", 30);
31
- i0.ɵɵtext(9, "Help");
32
- i0.ɵɵelementEnd()();
33
- i0.ɵɵelementStart(10, "li")(11, "a", 31);
34
- i0.ɵɵtext(12, "Search Maine.gov");
35
- i0.ɵɵelementEnd()()();
36
- } }
37
- function Landing2Component_div_10_Template(rf, ctx) { if (rf & 1) {
38
- const _r6 = i0.ɵɵgetCurrentView();
39
- i0.ɵɵelementStart(0, "div", 32)(1, "app-info", 33);
40
- i0.ɵɵlistener("onLinkClick", function Landing2Component_div_10_Template_app_info_onLinkClick_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r5 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r5.processLink($event)); });
41
- i0.ɵɵelementEnd()();
42
- } }
43
- const _c0 = function () { return ["fas", "user-tie"]; };
44
- function Landing2Component_div_13_Template(rf, ctx) { if (rf & 1) {
45
- const _r8 = i0.ɵɵgetCurrentView();
46
- i0.ɵɵelementStart(0, "div", 34)(1, "ion-card", 13);
47
- i0.ɵɵlistener("click", function Landing2Component_div_13_Template_ion_card_click_1_listener() { i0.ɵɵrestoreView(_r8); const ctx_r7 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r7.openMsWorksApp()); });
48
- i0.ɵɵelementStart(2, "ion-card-header", 14)(3, "ion-card-title")(4, "ion-label", 15);
49
- i0.ɵɵtext(5);
50
- i0.ɵɵpipe(6, "translate");
51
- i0.ɵɵelementEnd()()();
52
- i0.ɵɵelementStart(7, "ion-card-content");
53
- i0.ɵɵelement(8, "br");
54
- i0.ɵɵelementStart(9, "div", 16)(10, "div", 17);
55
- i0.ɵɵelement(11, "fa-icon", 18);
56
- i0.ɵɵelementEnd();
57
- i0.ɵɵelementStart(12, "div")(13, "p");
58
- i0.ɵɵtext(14, "Workforce and Employment Services");
59
- i0.ɵɵelementEnd()()()()()();
60
- } if (rf & 2) {
61
- i0.ɵɵadvance(5);
62
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 2, "MS WORKS"));
63
- i0.ɵɵadvance(6);
64
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(4, _c0));
65
- } }
66
- const _c1 = function () { return ["fas", "comments"]; };
67
- function Landing2Component_div_81_Template(rf, ctx) { if (rf & 1) {
68
- const _r10 = i0.ɵɵgetCurrentView();
69
- i0.ɵɵelementStart(0, "div", 19)(1, "ion-card", 13);
70
- i0.ɵɵlistener("click", function Landing2Component_div_81_Template_ion_card_click_1_listener() { i0.ɵɵrestoreView(_r10); const ctx_r9 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r9.gotToLogin()); });
71
- i0.ɵɵelementStart(2, "ion-card-header", 14)(3, "ion-card-title")(4, "ion-label", 15);
72
- i0.ɵɵtext(5);
73
- i0.ɵɵpipe(6, "translate");
74
- i0.ɵɵelementEnd()()();
75
- i0.ɵɵelementStart(7, "ion-card-content");
76
- i0.ɵɵelement(8, "br");
77
- i0.ɵɵelementStart(9, "div", 16)(10, "div", 17);
78
- i0.ɵɵelement(11, "fa-icon", 35);
79
- i0.ɵɵelementEnd();
80
- i0.ɵɵelementStart(12, "div")(13, "ul")(14, "li");
81
- i0.ɵɵtext(15, "Constituent Messaging Portal (CMP)");
82
- i0.ɵɵelementEnd()()()()()()();
83
- } if (rf & 2) {
84
- i0.ɵɵadvance(5);
85
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 2, "MESSAGING"));
86
- i0.ɵɵadvance(6);
87
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(4, _c1));
88
- } }
89
- const _c2 = function () { return ["fas", "handshake-simple"]; };
90
- const _c3 = function () { return ["fas", "building-columns"]; };
91
- const _c4 = function () { return ["fas", "chart-column"]; };
92
- const _c5 = function () { return ["fas", "user-shield"]; };
93
- export class Landing2Component {
94
- constructor(util, nav, cs) {
95
- this.util = util;
96
- this.nav = nav;
97
- this.cs = cs;
98
- this.appVersion = LibConstants.appVersion;
99
- }
100
- ngOnInit() {
101
- }
102
- gotToLogin() {
103
- this.nav.navigateRoot('/login');
104
- }
105
- openBenApp() {
106
- window.open(`${LibConstants.benefitsUrl}/faces/login/login_local.xhtml`, '_blank');
107
- }
108
- openTaxApp() {
109
- window.open(`${LibConstants.taxUrl}/faces/login/login_local.xhtml`, '_blank');
110
- }
111
- openCognosApp() {
112
- window.open(`${LibConstants.cognosUrl}`, '_blank');
113
- }
114
- openMsWorksApp() {
115
- window.open(`${LibConstants.msworksUrl}`, '_blank');
116
- }
117
- processLink(link) {
118
- this.openPopup(link.linkUrl);
119
- }
120
- openPopup(name) {
121
- if (name == 'chat-with-maggi') {
122
- this.openChatbot();
123
- }
124
- }
125
- openChatbot() {
126
- this.cs.initialize();
127
- }
128
- }
129
- Landing2Component.ɵfac = function Landing2Component_Factory(t) { return new (t || Landing2Component)(i0.ɵɵdirectiveInject(i1.UtilService), i0.ɵɵdirectiveInject(i2.NavController), i0.ɵɵdirectiveInject(i3.ChatbotService)); };
130
- Landing2Component.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Landing2Component, selectors: [["app-landing2"]], decls: 82, vars: 36, consts: [[3, "showError", "showHelp"], [1, "app-body"], [1, "app-wrapper"], ["id", "home", 1, "app-header"], [1, "app-topbar"], [3, "src", "alt"], [1, "app-title"], ["id", "app-menu", 4, "ngIf"], ["id", "news", "class", "app-news ion-text-center", 4, "ngIf"], ["id", "features", 1, "app-features"], [1, "grid"], ["class", "col-12 md:col-6 lg:col-2 lg:col-offset-1", 4, "ngIf"], [3, "ngClass"], ["button", "true", 1, "full-height", "app-box", 3, "click"], [1, "ion-text-center", "ion-padding"], ["color", "dark"], [1, "feature-box"], [1, "ion-text-center"], [2, "color", "#4472c4", "font-size", "50px", 3, "icon"], [1, "col-12", "md:col-6", "lg:col-2"], [2, "color", "#70ad47", "font-size", "50px", 3, "icon"], [2, "color", "#ed7d31", "font-size", "50px", 3, "icon"], [2, "color", "#ffc000", "font-size", "50px", 3, "icon"], ["class", "col-12 md:col-6 lg:col-2", 4, "ngIf"], ["id", "app-menu"], ["href", "https://mdes.ms.gov/", "target", "_blank"], ["href", "https://mdes.ms.gov/unemployment-faqs/", "target", "_blank"], ["href", "https://mdes.ms.gov/unemployment-claims/covid19/", "target", "_blank"], ["href", "http://www.maine.gov/portal/government/state-agencies.php", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["href", "http://www.maine.gov/portal/online_services/index.html", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["href", "http://www.maine.gov/portal/help/index.html", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget"], ["href", "http://www.maine.gov/search/", "rel", "noreferrer noopener", "target", "_blank", 1, "ui-link", "ui-widget", "state_search"], ["id", "news", 1, "app-news", "ion-text-center"], ["display", "slider", "type", "ANNC", 3, "onLinkClick"], [1, "col-12", "md:col-6", "lg:col-2", "lg:col-offset-1"], [2, "color", "#22584d", "font-size", "50px", 3, "icon"]], template: function Landing2Component_Template(rf, ctx) { if (rf & 1) {
131
- i0.ɵɵelementStart(0, "ion-content")(1, "app-content", 0)(2, "div", 1)(3, "div", 2)(4, "div", 3)(5, "div", 4);
132
- i0.ɵɵelement(6, "img", 5)(7, "span", 6);
133
- i0.ɵɵtemplate(8, Landing2Component_ul_8_Template, 10, 0, "ul", 7);
134
- i0.ɵɵtemplate(9, Landing2Component_ul_9_Template, 13, 0, "ul", 7);
135
- i0.ɵɵelementEnd()();
136
- i0.ɵɵtemplate(10, Landing2Component_div_10_Template, 2, 0, "div", 8);
137
- i0.ɵɵelementStart(11, "div", 9)(12, "div", 10);
138
- i0.ɵɵtemplate(13, Landing2Component_div_13_Template, 15, 5, "div", 11);
139
- i0.ɵɵelementStart(14, "div", 12)(15, "ion-card", 13);
140
- i0.ɵɵlistener("click", function Landing2Component_Template_ion_card_click_15_listener() { return ctx.openBenApp(); });
141
- i0.ɵɵelementStart(16, "ion-card-header", 14)(17, "ion-card-title")(18, "ion-label", 15);
142
- i0.ɵɵtext(19);
143
- i0.ɵɵpipe(20, "translate");
144
- i0.ɵɵelementEnd()()();
145
- i0.ɵɵelementStart(21, "ion-card-content");
146
- i0.ɵɵelement(22, "br");
147
- i0.ɵɵelementStart(23, "div", 16)(24, "div", 17);
148
- i0.ɵɵelement(25, "fa-icon", 18);
149
- i0.ɵɵelementEnd();
150
- i0.ɵɵelementStart(26, "div")(27, "p");
151
- i0.ɵɵtext(28, "Unemployment Insurance Claims and Payments");
152
- i0.ɵɵelementEnd()()()()()();
153
- i0.ɵɵelementStart(29, "div", 19)(30, "ion-card", 13);
154
- i0.ɵɵlistener("click", function Landing2Component_Template_ion_card_click_30_listener() { return ctx.openTaxApp(); });
155
- i0.ɵɵelementStart(31, "ion-card-header", 14)(32, "ion-card-title")(33, "ion-label", 15);
156
- i0.ɵɵtext(34);
157
- i0.ɵɵpipe(35, "translate");
158
- i0.ɵɵelementEnd()()();
159
- i0.ɵɵelementStart(36, "ion-card-content");
160
- i0.ɵɵelement(37, "br");
161
- i0.ɵɵelementStart(38, "div", 16)(39, "div", 17);
162
- i0.ɵɵelement(40, "fa-icon", 20);
163
- i0.ɵɵelementEnd();
164
- i0.ɵɵelementStart(41, "div")(42, "p");
165
- i0.ɵɵtext(43, "Unemployment Insurance Tax ");
166
- i0.ɵɵelementEnd()()()()()();
167
- i0.ɵɵelementStart(44, "div", 19)(45, "ion-card", 13);
168
- i0.ɵɵlistener("click", function Landing2Component_Template_ion_card_click_45_listener() { return ctx.openCognosApp(); });
169
- i0.ɵɵelementStart(46, "ion-card-header", 14)(47, "ion-card-title")(48, "ion-label", 15);
170
- i0.ɵɵtext(49);
171
- i0.ɵɵpipe(50, "translate");
172
- i0.ɵɵelementEnd()()();
173
- i0.ɵɵelementStart(51, "ion-card-content");
174
- i0.ɵɵelement(52, "br");
175
- i0.ɵɵelementStart(53, "div", 16)(54, "div", 17);
176
- i0.ɵɵelement(55, "fa-icon", 21);
177
- i0.ɵɵelementEnd();
178
- i0.ɵɵelementStart(56, "div")(57, "p");
179
- i0.ɵɵtext(58);
180
- i0.ɵɵpipe(59, "translate");
181
- i0.ɵɵelementEnd()()()()()();
182
- i0.ɵɵelementStart(60, "div", 19)(61, "ion-card", 13);
183
- i0.ɵɵlistener("click", function Landing2Component_Template_ion_card_click_61_listener() { return ctx.gotToLogin(); });
184
- i0.ɵɵelementStart(62, "ion-card-header", 14)(63, "ion-card-title")(64, "ion-label", 15);
185
- i0.ɵɵtext(65);
186
- i0.ɵɵpipe(66, "translate");
187
- i0.ɵɵelementEnd()()();
188
- i0.ɵɵelementStart(67, "ion-card-content");
189
- i0.ɵɵelement(68, "br");
190
- i0.ɵɵelementStart(69, "div", 16)(70, "div", 17);
191
- i0.ɵɵelement(71, "fa-icon", 22);
192
- i0.ɵɵelementEnd();
193
- i0.ɵɵelementStart(72, "div")(73, "ul")(74, "li")(75, "p");
194
- i0.ɵɵtext(76, "Claimant and Employer Password Reset");
195
- i0.ɵɵelementEnd()();
196
- i0.ɵɵelementStart(77, "li")(78, "p");
197
- i0.ɵɵtext(79);
198
- i0.ɵɵpipe(80, "translate");
199
- i0.ɵɵelementEnd()()()()()()()();
200
- i0.ɵɵtemplate(81, Landing2Component_div_81_Template, 16, 5, "div", 23);
201
- i0.ɵɵelementEnd()()()()()();
202
- } if (rf & 2) {
203
- i0.ɵɵadvance(1);
204
- i0.ɵɵproperty("showError", false)("showHelp", true);
205
- i0.ɵɵadvance(5);
206
- i0.ɵɵpropertyInterpolate1("src", "assets/icon/ReEmploy", ctx.util.getState(), ".svg", i0.ɵɵsanitizeUrl)("alt", "ReEmploy", ctx.util.getState(), " Logo");
207
- i0.ɵɵadvance(2);
208
- i0.ɵɵproperty("ngIf", ctx.util.isState("ms"));
209
- i0.ɵɵadvance(1);
210
- i0.ɵɵproperty("ngIf", ctx.util.isState("me"));
211
- i0.ɵɵadvance(1);
212
- i0.ɵɵproperty("ngIf", ctx.util.isState("ms"));
213
- i0.ɵɵadvance(3);
214
- i0.ɵɵproperty("ngIf", ctx.util.isState("ms"));
215
- i0.ɵɵadvance(1);
216
- i0.ɵɵproperty("ngClass", ctx.util.isState("me") ? "col-12 md:col-6 lg:col-2 lg:col-offset-1" : "col-12 md:col-6 lg:col-2");
217
- i0.ɵɵadvance(5);
218
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(20, 20, "BENEFITS"));
219
- i0.ɵɵadvance(6);
220
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(32, _c2));
221
- i0.ɵɵadvance(9);
222
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(35, 22, "TAX"));
223
- i0.ɵɵadvance(6);
224
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(33, _c3));
225
- i0.ɵɵadvance(9);
226
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(50, 24, "EXECUTIVE"));
227
- i0.ɵɵadvance(6);
228
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(34, _c4));
229
- i0.ɵɵadvance(3);
230
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(59, 26, "guide.landing.executive.message"));
231
- i0.ɵɵadvance(7);
232
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(66, 28, "ADMINISTRATION"));
233
- i0.ɵɵadvance(6);
234
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(35, _c5));
235
- i0.ɵɵadvance(8);
236
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(80, 30, "MDES Staff Roles and Credentials"));
237
- i0.ɵɵadvance(2);
238
- i0.ɵɵproperty("ngIf", ctx.util.isState("me"));
239
- } }, dependencies: [i2.IonCard, i2.IonCardContent, i2.IonCardHeader, i2.IonCardTitle, i2.IonContent, i2.IonLabel, i4.NgClass, i4.NgIf, i5.FaIconComponent, i6.ContentComponent, i7.InfoComponent, i8.TranslatePipe], styles: ["[ion-fixed][_ngcontent-%COMP%]{min-height:calc(100% - 170px)}ion-card-content[_ngcontent-%COMP%]{padding:0 10px}.app-body[_ngcontent-%COMP%]{padding:0}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%]{background:var(--ion-color-primary);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:var(--ion-color-primary);position:fixed;z-index:100;width:100%;box-shadow:0 2px 6px #0000003d}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%]:after{content:\"\";display:table;clear:both}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{height:30px;vertical-align:middle}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%] .app-title[_ngcontent-%COMP%]{color:#fff;font-size:24px;vertical-align:middle;margin-left:24px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%] #app-menu-button[_ngcontent-%COMP%]{display:none;color:#fff;font-size:24px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{list-style:none;float:right;margin:6px 0 0}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{display:inline-block;margin-left:36px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{color:#dadada;transition:color .2s}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{color:#ffb900}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:first-child{margin-left:0}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-header-content[_ngcontent-%COMP%]{padding:85px 0 0 150px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-header-content[_ngcontent-%COMP%] h1[_ngcontent-%COMP%]{font-size:28px;font-weight:700;color:#fff;margin:0}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-header-content[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{font-size:17px;color:#fff;margin:16px 0 32px;text-align:center}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-features[_ngcontent-%COMP%]{padding:10px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-features[_ngcontent-%COMP%] .feature-box[_ngcontent-%COMP%]{padding:0 10px 0 24px;position:relative;height:100%}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-features[_ngcontent-%COMP%] .feature-box[_ngcontent-%COMP%]:after{content:\"\";display:table;clear:both}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-features[_ngcontent-%COMP%] .feature-box[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:60px;text-align:center}.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-primary);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:var(--ion-color-light-grey);padding:24px 100px;text-align:center}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-news[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{font-size:28px;color:var(--ion-color-primary);font-weight:400;margin:0}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-news[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{font-size:17px;color:#000;margin:5px 225px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-news[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-size:17px;font-weight:700;color:var(--ion-color-primary);margin:5px 225px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-services[_ngcontent-%COMP%]{background-color:#fff;padding:12px 200px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-services[_ngcontent-%COMP%] .services-box[_ngcontent-%COMP%]{box-shadow:0 2px 16px #00000014;background-color:#fff;border:1px solid rgba(218,218,218,.5);height:100%}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-services[_ngcontent-%COMP%] .services-box[_ngcontent-%COMP%] .services-box-header[_ngcontent-%COMP%]{padding:12px;background-color:var(--ion-color-light);text-align:center}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-services[_ngcontent-%COMP%] .services-box[_ngcontent-%COMP%] .services-box-header[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{font-size:21px;color:var(--ion-color-primary);margin:0 0 4px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-services[_ngcontent-%COMP%] .services-box[_ngcontent-%COMP%] .services-box-header[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{font-weight:700}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-services[_ngcontent-%COMP%] .services-box[_ngcontent-%COMP%] .services-box-content[_ngcontent-%COMP%]{padding:32px;position:relative;min-height:300px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-services[_ngcontent-%COMP%] .services-box[_ngcontent-%COMP%] .services-box-content[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{list-style-type:none;margin:0;padding:0}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-services[_ngcontent-%COMP%] .services-box[_ngcontent-%COMP%] .services-box-content[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{padding-top:8px;padding-bottom:8px;font-size:16px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-services[_ngcontent-%COMP%] .services-box[_ngcontent-%COMP%] .services-box-content[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{margin-right:8px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-services[_ngcontent-%COMP%] .services-box[_ngcontent-%COMP%] .services-box-content[_ngcontent-%COMP%] button[_ngcontent-%COMP%]{width:100px;position:absolute;bottom:32px;left:50%;margin-left:-50px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-multimedia[_ngcontent-%COMP%]{background-color:#2e353a;padding:48px 24px;text-align:center}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-multimedia[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{font-size:28px;color:#f8f8f8;font-weight:400;margin:0}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-multimedia[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{font-size:17px;color:#dadada;margin:16px 0 32px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-multimedia[_ngcontent-%COMP%] .video-container[_ngcontent-%COMP%] iframe[_ngcontent-%COMP%]{width:560px;height:315px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-footer[_ngcontent-%COMP%]{background-color:#1e1f20;padding:42px 150px;color:#c8c8c8}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-footer[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{color:#c8c8c8;transition:color .2s}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-footer[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{color:#fff}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-footer[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{height:30px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-footer[_ngcontent-%COMP%] h4[_ngcontent-%COMP%]{margin:0 0 12px;font-size:16px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-footer[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{list-style-type:none;margin:0;padding:0}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-footer[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{padding:4px 0}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-footer[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{font-size:24px;margin-right:8px}@media screen and (max-width: 576px){.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%]{height:auto}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%]{height:60px;padding:15px 24px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%] #app-menu-button[_ngcontent-%COMP%]{display:block;float:right}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{display:none;animation-duration:.2s;position:fixed;margin:0;padding:16px 24px;top:61px;left:0;width:100%;z-index:100;background-color:#3a3e45;box-shadow:0 2px 10px #00000029}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{display:block;padding:8px 0;margin:0;font-size:16px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-topbar[_ngcontent-%COMP%] ul.app-menu-active[_ngcontent-%COMP%]{display:block}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-header[_ngcontent-%COMP%] .app-header-content[_ngcontent-%COMP%]{padding:108px 24px;text-align:center}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-features[_ngcontent-%COMP%]{padding:20px 24px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-services[_ngcontent-%COMP%]{padding:70px 24px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-news[_ngcontent-%COMP%]{padding:0}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-multimedia[_ngcontent-%COMP%] .video-container[_ngcontent-%COMP%] iframe[_ngcontent-%COMP%]{width:auto;height:auto}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-footer[_ngcontent-%COMP%]{text-align:center;padding:24px 0}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-footer[_ngcontent-%COMP%] h4[_ngcontent-%COMP%]{margin-top:12px}.app-body.app-body-block-scroll[_ngcontent-%COMP%]{overflow:hidden}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-news[_ngcontent-%COMP%]{padding:68px 12px 12px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-news[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-news[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{margin:5px}}@media screen and (max-width: 768px){.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-news[_ngcontent-%COMP%]{padding:24px 0}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-news[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-news[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{margin:20px}.app-body[_ngcontent-%COMP%] .app-wrapper[_ngcontent-%COMP%] .app-news[_ngcontent-%COMP%]{padding:68px 12px 12px}}"] });
240
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(Landing2Component, [{
241
- type: Component,
242
- args: [{ selector: 'app-landing2', template: "<ion-content>\r\n <app-content [showError]=\"false\" [showHelp]=\"true\">\r\n <div class=\"app-body\">\r\n <div class=\"app-wrapper\">\r\n <div id=\"home\" class=\"app-header\">\r\n <div class=\"app-topbar\">\r\n <img src=\"assets/icon/ReEmploy{{util.getState()}}.svg\" alt=\"ReEmploy{{util.getState()}} Logo\">\r\n <span class=\"app-title\"></span>\r\n <ul id=\"app-menu\" *ngIf=\"util.isState('ms')\">\r\n <li><a href=\"https://mdes.ms.gov/\" target=\"_blank\">MDES</a></li>\r\n <li><a href=\"https://mdes.ms.gov/unemployment-faqs/\" target=\"_blank\">FAQ</a></li>\r\n <li><a href=\"https://mdes.ms.gov/unemployment-claims/covid19/\" target=\"_blank\">Covid-19</a></li>\r\n </ul>\r\n <ul id=\"app-menu\" *ngIf=\"util.isState('me')\">\r\n <li><a href=\"http://www.maine.gov/portal/government/state-agencies.php\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\">Agencies</a></li>\r\n <li><a href=\"http://www.maine.gov/portal/online_services/index.html\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\">Online Services</a></li>\r\n <li><a href=\"http://www.maine.gov/portal/help/index.html\" class=\"ui-link ui-widget\" rel=\"noreferrer noopener\" target=\"_blank\">Help</a></li>\r\n <li><a href=\"http://www.maine.gov/search/\" class=\"ui-link ui-widget state_search\" rel=\"noreferrer noopener\" target=\"_blank\">Search Maine.gov</a></li>\r\n </ul>\r\n </div>\r\n </div>\r\n\r\n <div id=\"news\" class=\"app-news ion-text-center\" *ngIf=\"util.isState('ms')\">\r\n <app-info display=\"slider\" type=\"ANNC\" (onLinkClick)=\"processLink($event)\"></app-info>\r\n </div>\r\n\r\n <div id=\"features\" class=\"app-features\">\r\n <div class=\"grid\">\r\n <div class=\"col-12 md:col-6 lg:col-2 lg:col-offset-1\" *ngIf=\"util.isState('ms')\">\r\n <ion-card button=\"true\" class=\"full-height app-box\" (click)=\"openMsWorksApp()\">\r\n <ion-card-header class=\"ion-text-center ion-padding\">\r\n <ion-card-title>\r\n <ion-label color=\"dark\">{{'MS WORKS' | translate}}</ion-label>\r\n </ion-card-title>\r\n </ion-card-header>\r\n <ion-card-content>\r\n <br />\r\n <div class=\"feature-box\">\r\n <div class=\"ion-text-center\">\r\n <fa-icon [icon]=\"['fas', 'user-tie']\" style=\"color:#4472c4; font-size: 50px;\"></fa-icon>\r\n </div>\r\n <div>\r\n <p>Workforce and Employment Services</p>\r\n </div>\r\n </div>\r\n </ion-card-content>\r\n </ion-card>\r\n </div>\r\n\r\n <div [ngClass]=\"util.isState('me') ? 'col-12 md:col-6 lg:col-2 lg:col-offset-1' : 'col-12 md:col-6 lg:col-2' \">\r\n <ion-card button=\"true\" class=\"full-height app-box\" (click)=\"openBenApp()\">\r\n <ion-card-header class=\"ion-text-center ion-padding\">\r\n <ion-card-title>\r\n <ion-label color=\"dark\">{{'BENEFITS' | translate}}</ion-label>\r\n </ion-card-title>\r\n </ion-card-header>\r\n <ion-card-content>\r\n <br />\r\n <div class=\"feature-box\">\r\n <div class=\"ion-text-center\">\r\n <fa-icon [icon]=\"['fas', 'handshake-simple']\" style=\"color:#4472c4; font-size: 50px;\"></fa-icon>\r\n </div>\r\n <div>\r\n <p>Unemployment Insurance Claims and Payments</p>\r\n </div>\r\n </div>\r\n </ion-card-content>\r\n </ion-card>\r\n </div>\r\n\r\n <div class=\"col-12 md:col-6 lg:col-2\">\r\n <ion-card button=\"true\" class=\"full-height app-box\" (click)=\"openTaxApp()\">\r\n <ion-card-header class=\"ion-text-center ion-padding\">\r\n <ion-card-title>\r\n <ion-label color=\"dark\">{{'TAX' | translate}}</ion-label>\r\n </ion-card-title>\r\n </ion-card-header>\r\n <ion-card-content>\r\n <br />\r\n <div class=\"feature-box\">\r\n <div class=\"ion-text-center\">\r\n <fa-icon [icon]=\"['fas', 'building-columns']\" style=\"color:#70ad47; font-size: 50px;\"></fa-icon>\r\n </div>\r\n <div>\r\n <p>Unemployment Insurance Tax\r\n </p>\r\n </div>\r\n </div>\r\n </ion-card-content>\r\n </ion-card>\r\n </div>\r\n\r\n <div class=\"col-12 md:col-6 lg:col-2 \">\r\n <ion-card button=\"true\" class=\"full-height app-box\" (click)=\"openCognosApp()\">\r\n <ion-card-header class=\"ion-text-center ion-padding\">\r\n <ion-card-title>\r\n <ion-label color=\"dark\">{{'EXECUTIVE' | translate}}</ion-label>\r\n </ion-card-title>\r\n </ion-card-header>\r\n <ion-card-content>\r\n <br />\r\n <div class=\"feature-box\">\r\n <div class=\"ion-text-center\">\r\n <fa-icon [icon]=\"['fas', 'chart-column']\" style=\"color:#ed7d31; font-size: 50px;\"></fa-icon>\r\n </div>\r\n <div>\r\n <p>{{'guide.landing.executive.message' | translate}}</p>\r\n </div>\r\n </div>\r\n </ion-card-content>\r\n </ion-card>\r\n </div>\r\n\r\n <div class=\"col-12 md:col-6 lg:col-2\">\r\n <ion-card button=\"true\" class=\"full-height app-box\" (click)=\"gotToLogin()\">\r\n <ion-card-header class=\"ion-text-center ion-padding\">\r\n <ion-card-title>\r\n <ion-label color=\"dark\">{{'ADMINISTRATION' | translate}}</ion-label>\r\n </ion-card-title>\r\n </ion-card-header>\r\n <ion-card-content>\r\n <br />\r\n <div class=\"feature-box\">\r\n <div class=\"ion-text-center\">\r\n <fa-icon [icon]=\"['fas', 'user-shield']\" style=\"color:#ffc000; font-size: 50px;\"></fa-icon>\r\n </div>\r\n <div>\r\n <ul>\r\n <li><p>Claimant and Employer Password Reset</p></li>\r\n <li><p>{{'MDES Staff Roles and Credentials' | translate}}</p></li>\r\n </ul>\r\n </div>\r\n </div>\r\n </ion-card-content>\r\n </ion-card>\r\n </div>\r\n\r\n <div class=\"col-12 md:col-6 lg:col-2\" *ngIf=\"util.isState('me')\">\r\n <ion-card button=\"true\" class=\"full-height app-box\" (click)=\"gotToLogin()\">\r\n <ion-card-header class=\"ion-text-center ion-padding\">\r\n <ion-card-title>\r\n <ion-label color=\"dark\">{{'MESSAGING' | translate}}</ion-label>\r\n </ion-card-title>\r\n </ion-card-header>\r\n <ion-card-content>\r\n <br />\r\n <div class=\"feature-box\">\r\n <div class=\"ion-text-center\">\r\n <fa-icon [icon]=\"['fas', 'comments']\" style=\"color:#22584d; font-size: 50px;\"></fa-icon>\r\n </div>\r\n <div>\r\n <ul>\r\n <li>Constituent Messaging Portal (CMP)</li>\r\n </ul>\r\n </div>\r\n </div>\r\n </ion-card-content>\r\n </ion-card>\r\n </div>\r\n\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </app-content>\r\n</ion-content>", styles: ["[ion-fixed]{min-height:calc(100% - 170px)}ion-card-content{padding:0 10px}.app-body{padding:0}.app-body .app-wrapper .app-header{background:var(--ion-color-primary);background-size:cover;height:60px;position:relative}.app-body .app-wrapper .app-header .app-topbar{height:60px;padding:15px 150px;background:var(--ion-color-primary);position:fixed;z-index:100;width:100%;box-shadow:0 2px 6px #0000003d}.app-body .app-wrapper .app-header .app-topbar:after{content:\"\";display:table;clear:both}.app-body .app-wrapper .app-header .app-topbar img{height:30px;vertical-align:middle}.app-body .app-wrapper .app-header .app-topbar .app-title{color:#fff;font-size:24px;vertical-align:middle;margin-left:24px}.app-body .app-wrapper .app-header .app-topbar #app-menu-button{display:none;color:#fff;font-size:24px}.app-body .app-wrapper .app-header .app-topbar ul{list-style:none;float:right;margin:6px 0 0}.app-body .app-wrapper .app-header .app-topbar ul li{display:inline-block;margin-left:36px}.app-body .app-wrapper .app-header .app-topbar ul li a{color:#dadada;transition:color .2s}.app-body .app-wrapper .app-header .app-topbar ul li a:hover{color:#ffb900}.app-body .app-wrapper .app-header .app-topbar ul li:first-child{margin-left:0}.app-body .app-wrapper .app-header .app-header-content{padding:85px 0 0 150px}.app-body .app-wrapper .app-header .app-header-content h1{font-size:28px;font-weight:700;color:#fff;margin:0}.app-body .app-wrapper .app-header .app-header-content p{font-size:17px;color:#fff;margin:16px 0 32px;text-align:center}.app-body .app-wrapper .app-features{padding:10px}.app-body .app-wrapper .app-features .feature-box{padding:0 10px 0 24px;position:relative;height:100%}.app-body .app-wrapper .app-features .feature-box:after{content:\"\";display:table;clear:both}.app-body .app-wrapper .app-features .feature-box img{width:60px;text-align:center}.app-body .app-wrapper .app-features .feature-box>div h3{color:var(--ion-color-primary);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:var(--ion-color-light-grey);padding:24px 100px;text-align:center}.app-body .app-wrapper .app-news h3{font-size:28px;color:var(--ion-color-primary);font-weight:400;margin:0}.app-body .app-wrapper .app-news p{font-size:17px;color:#000;margin:5px 225px}.app-body .app-wrapper .app-news a{font-size:17px;font-weight:700;color:var(--ion-color-primary);margin:5px 225px}.app-body .app-wrapper .app-services{background-color:#fff;padding:12px 200px}.app-body .app-wrapper .app-services .services-box{box-shadow:0 2px 16px #00000014;background-color:#fff;border:1px solid rgba(218,218,218,.5);height:100%}.app-body .app-wrapper .app-services .services-box .services-box-header{padding:12px;background-color:var(--ion-color-light);text-align:center}.app-body .app-wrapper .app-services .services-box .services-box-header h3{font-size:21px;color:var(--ion-color-primary);margin:0 0 4px}.app-body .app-wrapper .app-services .services-box .services-box-header span{font-weight:700}.app-body .app-wrapper .app-services .services-box .services-box-content{padding:32px;position:relative;min-height:300px}.app-body .app-wrapper .app-services .services-box .services-box-content ul{list-style-type:none;margin:0;padding:0}.app-body .app-wrapper .app-services .services-box .services-box-content ul li{padding-top:8px;padding-bottom:8px;font-size:16px}.app-body .app-wrapper .app-services .services-box .services-box-content ul li i{margin-right:8px}.app-body .app-wrapper .app-services .services-box .services-box-content button{width:100px;position:absolute;bottom:32px;left:50%;margin-left:-50px}.app-body .app-wrapper .app-multimedia{background-color:#2e353a;padding:48px 24px;text-align:center}.app-body .app-wrapper .app-multimedia h3{font-size:28px;color:#f8f8f8;font-weight:400;margin:0}.app-body .app-wrapper .app-multimedia p{font-size:17px;color:#dadada;margin:16px 0 32px}.app-body .app-wrapper .app-multimedia .video-container iframe{width:560px;height:315px}.app-body .app-wrapper .app-footer{background-color:#1e1f20;padding:42px 150px;color:#c8c8c8}.app-body .app-wrapper .app-footer a{color:#c8c8c8;transition:color .2s}.app-body .app-wrapper .app-footer a:hover{color:#fff}.app-body .app-wrapper .app-footer img{height:30px}.app-body .app-wrapper .app-footer h4{margin:0 0 12px;font-size:16px}.app-body .app-wrapper .app-footer ul{list-style-type:none;margin:0;padding:0}.app-body .app-wrapper .app-footer ul li{padding:4px 0}.app-body .app-wrapper .app-footer i{font-size:24px;margin-right:8px}@media screen and (max-width: 576px){.app-body .app-wrapper .app-header{height:auto}.app-body .app-wrapper .app-header .app-topbar{height:60px;padding:15px 24px}.app-body .app-wrapper .app-header .app-topbar #app-menu-button{display:block;float:right}.app-body .app-wrapper .app-header .app-topbar ul{display:none;animation-duration:.2s;position:fixed;margin:0;padding:16px 24px;top:61px;left:0;width:100%;z-index:100;background-color:#3a3e45;box-shadow:0 2px 10px #00000029}.app-body .app-wrapper .app-header .app-topbar ul li{display:block;padding:8px 0;margin:0;font-size:16px}.app-body .app-wrapper .app-header .app-topbar ul.app-menu-active{display:block}.app-body .app-wrapper .app-header .app-header-content{padding:108px 24px;text-align:center}.app-body .app-wrapper .app-features{padding:20px 24px}.app-body .app-wrapper .app-services{padding:70px 24px}.app-body .app-wrapper .app-news{padding:0}.app-body .app-wrapper .app-multimedia .video-container iframe{width:auto;height:auto}.app-body .app-wrapper .app-footer{text-align:center;padding:24px 0}.app-body .app-wrapper .app-footer h4{margin-top:12px}.app-body.app-body-block-scroll{overflow:hidden}.app-body .app-wrapper .app-news{padding:68px 12px 12px}.app-body .app-wrapper .app-news p,.app-body .app-wrapper .app-news a{margin:5px}}@media screen and (max-width: 768px){.app-body .app-wrapper .app-news{padding:24px 0}.app-body .app-wrapper .app-news p,.app-body .app-wrapper .app-news a{margin:20px}.app-body .app-wrapper .app-news{padding:68px 12px 12px}}\n"] }]
243
- }], function () { return [{ type: i1.UtilService }, { type: i2.NavController }, { type: i3.ChatbotService }]; }, null); })();
244
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZzIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9wYWdlcy9jb21tb24vbGFuZGluZzIvbGFuZGluZzIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9wYWdlcy9jb21tb24vbGFuZGluZzIvbGFuZGluZzIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUdsRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sOEJBQThCLENBQUM7Ozs7Ozs7Ozs7O0lDS2hELDhCQUE2QyxTQUFBLFlBQUE7SUFDUSxvQkFBSTtJQUFBLGlCQUFJLEVBQUE7SUFDM0QsMEJBQUksWUFBQTtJQUFpRSxtQkFBRztJQUFBLGlCQUFJLEVBQUE7SUFDNUUsMEJBQUksWUFBQTtJQUEyRSx3QkFBUTtJQUFBLGlCQUFJLEVBQUEsRUFBQTs7O0lBRTdGLDhCQUE2QyxTQUFBLFlBQUE7SUFDaUcsd0JBQVE7SUFBQSxpQkFBSSxFQUFBO0lBQ3hKLDBCQUFJLFlBQUE7SUFBcUksK0JBQWU7SUFBQSxpQkFBSSxFQUFBO0lBQzVKLDBCQUFJLFlBQUE7SUFBMEgsb0JBQUk7SUFBQSxpQkFBSSxFQUFBO0lBQ3RJLDJCQUFJLGFBQUE7SUFBd0gsaUNBQWdCO0lBQUEsaUJBQUksRUFBQSxFQUFBOzs7O0lBS3RKLCtCQUEyRSxtQkFBQTtJQUNsQyxtTEFBZSxlQUFBLDBCQUFtQixDQUFBLElBQUM7SUFBQyxpQkFBVyxFQUFBOzs7OztJQUtwRiwrQkFBaUYsbUJBQUE7SUFDM0IsaUtBQVMsZUFBQSx1QkFBZ0IsQ0FBQSxJQUFDO0lBQzVFLDJDQUFxRCxxQkFBQSxvQkFBQTtJQUV6QixZQUEwQjs7SUFBQSxpQkFBWSxFQUFBLEVBQUE7SUFHbEUsd0NBQWtCO0lBQ2hCLHFCQUFNO0lBQ04sK0JBQXlCLGVBQUE7SUFFckIsK0JBQXdGO0lBQzFGLGlCQUFNO0lBQ04sNEJBQUssU0FBQTtJQUNBLGtEQUFpQztJQUFBLGlCQUFJLEVBQUEsRUFBQSxFQUFBLEVBQUEsRUFBQTs7SUFWbEIsZUFBMEI7SUFBMUIsc0RBQTBCO0lBT3ZDLGVBQTRCO0lBQTVCLGlEQUE0Qjs7Ozs7SUFrRy9DLCtCQUFpRSxtQkFBQTtJQUNYLGtLQUFTLGVBQUEsbUJBQVksQ0FBQSxJQUFDO0lBQ3hFLDJDQUFxRCxxQkFBQSxvQkFBQTtJQUV6QixZQUEyQjs7SUFBQSxpQkFBWSxFQUFBLEVBQUE7SUFHbkUsd0NBQWtCO0lBQ2hCLHFCQUFNO0lBQ04sK0JBQXlCLGVBQUE7SUFFckIsK0JBQXdGO0lBQzFGLGlCQUFNO0lBQ04sNEJBQUssVUFBQSxVQUFBO0lBRUssbURBQWtDO0lBQUEsaUJBQUssRUFBQSxFQUFBLEVBQUEsRUFBQSxFQUFBLEVBQUE7O0lBWHpCLGVBQTJCO0lBQTNCLHVEQUEyQjtJQU94QyxlQUE0QjtJQUE1QixpREFBNEI7Ozs7OztBRHpJM0QsTUFBTSxPQUFPLGlCQUFpQjtJQVE1QixZQUFtQixJQUFrQixFQUFVLEdBQW1CLEVBQVUsRUFBa0I7UUFBM0UsU0FBSSxHQUFKLElBQUksQ0FBYztRQUFVLFFBQUcsR0FBSCxHQUFHLENBQWdCO1FBQVUsT0FBRSxHQUFGLEVBQUUsQ0FBZ0I7UUFOdkYsZUFBVSxHQUFHLFlBQVksQ0FBQyxVQUFVLENBQUM7SUFPNUMsQ0FBQztJQUVELFFBQVE7SUFFUixDQUFDO0lBRUQsVUFBVTtRQUNSLElBQUksQ0FBQyxHQUFHLENBQUMsWUFBWSxDQUFDLFFBQVEsQ0FBQyxDQUFDO0lBQ2xDLENBQUM7SUFFRCxVQUFVO1FBQ1IsTUFBTSxDQUFDLElBQUksQ0FBQyxHQUFHLFlBQVksQ0FBQyxXQUFXLGdDQUFnQyxFQUFFLFFBQVEsQ0FBQyxDQUFDO0lBQ3JGLENBQUM7SUFFRCxVQUFVO1FBQ1IsTUFBTSxDQUFDLElBQUksQ0FBQyxHQUFHLFlBQVksQ0FBQyxNQUFNLGdDQUFnQyxFQUFFLFFBQVEsQ0FBQyxDQUFDO0lBQ2hGLENBQUM7SUFFRCxhQUFhO1FBQ1gsTUFBTSxDQUFDLElBQUksQ0FBQyxHQUFHLFlBQVksQ0FBQyxTQUFTLEVBQUUsRUFBRSxRQUFRLENBQUMsQ0FBQztJQUNyRCxDQUFDO0lBRUQsY0FBYztRQUNaLE1BQU0sQ0FBQyxJQUFJLENBQUMsR0FBRyxZQUFZLENBQUMsVUFBVSxFQUFFLEVBQUUsUUFBUSxDQUFDLENBQUM7SUFDdEQsQ0FBQztJQUVELFdBQVcsQ0FBQyxJQUFJO1FBQ2QsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUM7SUFDL0IsQ0FBQztJQUVELFNBQVMsQ0FBQyxJQUFZO1FBQ3BCLElBQUksSUFBSSxJQUFJLGlCQUFpQixFQUFDO1lBQzVCLElBQUksQ0FBQyxXQUFXLEVBQUUsQ0FBQztTQUNwQjtJQUNILENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLEVBQUUsQ0FBQyxVQUFVLEVBQUUsQ0FBQztJQUN2QixDQUFDOztrRkEvQ1UsaUJBQWlCO29FQUFqQixpQkFBaUI7UUNYOUIsbUNBQWEscUJBQUEsYUFBQSxhQUFBLGFBQUEsYUFBQTtRQU1ELHlCQUE4RixjQUFBO1FBRTlGLGlFQUlLO1FBQ0wsaUVBS0s7UUFDUCxpQkFBTSxFQUFBO1FBR1Isb0VBRU07UUFFTiwrQkFBd0MsZUFBQTtRQUVwQyxzRUFtQk07UUFFTixnQ0FBK0csb0JBQUE7UUFDekQsaUdBQVMsZ0JBQVksSUFBQztRQUN4RSw0Q0FBcUQsc0JBQUEscUJBQUE7UUFFekIsYUFBMEI7O1FBQUEsaUJBQVksRUFBQSxFQUFBO1FBR2xFLHlDQUFrQjtRQUNoQixzQkFBTTtRQUNOLGdDQUF5QixlQUFBO1FBRXJCLCtCQUFnRztRQUNsRyxpQkFBTTtRQUNOLDRCQUFLLFNBQUE7UUFDQSwyREFBMEM7UUFBQSxpQkFBSSxFQUFBLEVBQUEsRUFBQSxFQUFBLEVBQUE7UUFPM0QsZ0NBQXNDLG9CQUFBO1FBQ2dCLGlHQUFTLGdCQUFZLElBQUM7UUFDeEUsNENBQXFELHNCQUFBLHFCQUFBO1FBRXpCLGFBQXFCOztRQUFBLGlCQUFZLEVBQUEsRUFBQTtRQUc3RCx5Q0FBa0I7UUFDaEIsc0JBQU07UUFDTixnQ0FBeUIsZUFBQTtRQUVyQiwrQkFBZ0c7UUFDbEcsaUJBQU07UUFDTiw0QkFBSyxTQUFBO1FBQ0EsNENBQ0g7UUFBQSxpQkFBSSxFQUFBLEVBQUEsRUFBQSxFQUFBLEVBQUE7UUFPZCxnQ0FBdUMsb0JBQUE7UUFDZSxpR0FBUyxtQkFBZSxJQUFDO1FBQzNFLDRDQUFxRCxzQkFBQSxxQkFBQTtRQUV6QixhQUEyQjs7UUFBQSxpQkFBWSxFQUFBLEVBQUE7UUFHbkUseUNBQWtCO1FBQ2hCLHNCQUFNO1FBQ04sZ0NBQXlCLGVBQUE7UUFFckIsK0JBQTRGO1FBQzlGLGlCQUFNO1FBQ04sNEJBQUssU0FBQTtRQUNBLGFBQWlEOztRQUFBLGlCQUFJLEVBQUEsRUFBQSxFQUFBLEVBQUEsRUFBQTtRQU9sRSxnQ0FBc0Msb0JBQUE7UUFDZ0IsaUdBQVMsZ0JBQVksSUFBQztRQUN4RSw0Q0FBcUQsc0JBQUEscUJBQUE7UUFFekIsYUFBZ0M7O1FBQUEsaUJBQVksRUFBQSxFQUFBO1FBR3hFLHlDQUFrQjtRQUNoQixzQkFBTTtRQUNOLGdDQUF5QixlQUFBO1FBRXJCLCtCQUEyRjtRQUM3RixpQkFBTTtRQUNOLDRCQUFLLFVBQUEsVUFBQSxTQUFBO1FBRVEscURBQW9DO1FBQUEsaUJBQUksRUFBQTtRQUMvQywyQkFBSSxTQUFBO1FBQUcsYUFBa0Q7O1FBQUEsaUJBQUksRUFBQSxFQUFBLEVBQUEsRUFBQSxFQUFBLEVBQUEsRUFBQTtRQVEzRSxzRUFxQk07UUFFUixpQkFBTSxFQUFBLEVBQUEsRUFBQSxFQUFBLEVBQUE7O1FBL0pELGVBQW1CO1FBQW5CLGlDQUFtQixrQkFBQTtRQUtqQixlQUFpRDtRQUFqRCx1R0FBaUQsaURBQUE7UUFFbkMsZUFBd0I7UUFBeEIsNkNBQXdCO1FBS3hCLGVBQXdCO1FBQXhCLDZDQUF3QjtRQVNFLGVBQXdCO1FBQXhCLDZDQUF3QjtRQU1kLGVBQXdCO1FBQXhCLDZDQUF3QjtRQXFCMUUsZUFBeUc7UUFBekcsMEhBQXlHO1FBSTlFLGVBQTBCO1FBQTFCLHdEQUEwQjtRQU92QyxlQUFvQztRQUFwQyxrREFBb0M7UUFjdkIsZUFBcUI7UUFBckIsbURBQXFCO1FBT2xDLGVBQW9DO1FBQXBDLGtEQUFvQztRQWV2QixlQUEyQjtRQUEzQix5REFBMkI7UUFPeEMsZUFBZ0M7UUFBaEMsa0RBQWdDO1FBR3RDLGVBQWlEO1FBQWpELCtFQUFpRDtRQVc5QixlQUFnQztRQUFoQyw4REFBZ0M7UUFPN0MsZUFBK0I7UUFBL0Isa0RBQStCO1FBSzdCLGVBQWtEO1FBQWxELGdGQUFrRDtRQVFoQyxlQUF3QjtRQUF4Qiw2Q0FBd0I7O3VGRDlIOUQsaUJBQWlCO2NBTDdCLFNBQVM7MkJBQ0UsY0FBYyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBOYXZDb250cm9sbGVyIH0gZnJvbSAnQGlvbmljL2FuZ3VsYXInO1xuaW1wb3J0IHsgQ2hhdGJvdFNlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi9zZXJ2aWNlcy9jaGF0Ym90L2NoYXRib3Quc2VydmljZSc7XG5pbXBvcnQgeyBMaWJDb25zdGFudHMgfSBmcm9tICcuLi8uLi8uLi9tb2RlbHMvTGliQ29uc3RhbnRzJztcbmltcG9ydCB7IFV0aWxTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vc2VydmljZXMvdXRpbC91dGlsLnNlcnZpY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtbGFuZGluZzInLFxuICB0ZW1wbGF0ZVVybDogJy4vbGFuZGluZzIuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9sYW5kaW5nMi5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIExhbmRpbmcyQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcblxuICBwdWJsaWMgYXBwVmVyc2lvbiA9IExpYkNvbnN0YW50cy5hcHBWZXJzaW9uO1xuXG4gIHB1YmxpYyBiYW5uZXJzOiBBcnJheTx7dGl0bGU6IHN0cmluZywgZGVzYyA6IHN0cmluZywgdXJsOiBzdHJpbmcsIGljb246IHN0cmluZ30+O1xuXG4gIHB1YmxpYyByZXNwb25zaXZlT3B0aW9uczsgXG4gXG4gIGNvbnN0cnVjdG9yKHB1YmxpYyB1dGlsIDogVXRpbFNlcnZpY2UsIHByaXZhdGUgbmF2IDogTmF2Q29udHJvbGxlciwgcHJpdmF0ZSBjczogQ2hhdGJvdFNlcnZpY2UpIHsgXG4gIH1cblxuICBuZ09uSW5pdCgpIHtcblxuICB9XG5cbiAgZ290VG9Mb2dpbigpe1xuICAgIHRoaXMubmF2Lm5hdmlnYXRlUm9vdCgnL2xvZ2luJyk7XG4gIH1cblxuICBvcGVuQmVuQXBwKCkge1xuICAgIHdpbmRvdy5vcGVuKGAke0xpYkNvbnN0YW50cy5iZW5lZml0c1VybH0vZmFjZXMvbG9naW4vbG9naW5fbG9jYWwueGh0bWxgLCAnX2JsYW5rJyk7ICAgIFxuICB9XG5cbiAgb3BlblRheEFwcCgpIHtcbiAgICB3aW5kb3cub3BlbihgJHtMaWJDb25zdGFudHMudGF4VXJsfS9mYWNlcy9sb2dpbi9sb2dpbl9sb2NhbC54aHRtbGAsICdfYmxhbmsnKTtcbiAgfVxuXG4gIG9wZW5Db2dub3NBcHAoKSB7XG4gICAgd2luZG93Lm9wZW4oYCR7TGliQ29uc3RhbnRzLmNvZ25vc1VybH1gLCAnX2JsYW5rJyk7XG4gIH1cblxuICBvcGVuTXNXb3Jrc0FwcCgpe1xuICAgIHdpbmRvdy5vcGVuKGAke0xpYkNvbnN0YW50cy5tc3dvcmtzVXJsfWAsICdfYmxhbmsnKTtcbiAgfVxuXG4gIHByb2Nlc3NMaW5rKGxpbmspe1xuICAgIHRoaXMub3BlblBvcHVwKGxpbmsubGlua1VybCk7XG4gIH1cblxuICBvcGVuUG9wdXAobmFtZTogc3RyaW5nKXtcbiAgICBpZiAobmFtZSA9PSAnY2hhdC13aXRoLW1hZ2dpJyl7XG4gICAgICB0aGlzLm9wZW5DaGF0Ym90KCk7XG4gICAgfVxuICB9XG5cbiAgb3BlbkNoYXRib3QoKXtcbiAgICB0aGlzLmNzLmluaXRpYWxpemUoKTtcbiAgfVxuXG59XG4iLCI8aW9uLWNvbnRlbnQ+XHJcbiAgPGFwcC1jb250ZW50IFtzaG93RXJyb3JdPVwiZmFsc2VcIiBbc2hvd0hlbHBdPVwidHJ1ZVwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImFwcC1ib2R5XCI+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJhcHAtd3JhcHBlclwiPlxyXG4gICAgICAgIDxkaXYgaWQ9XCJob21lXCIgY2xhc3M9XCJhcHAtaGVhZGVyXCI+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiYXBwLXRvcGJhclwiPlxyXG4gICAgICAgICAgICA8aW1nIHNyYz1cImFzc2V0cy9pY29uL1JlRW1wbG95e3t1dGlsLmdldFN0YXRlKCl9fS5zdmdcIiBhbHQ9XCJSZUVtcGxveXt7dXRpbC5nZXRTdGF0ZSgpfX0gTG9nb1wiPlxyXG4gICAgICAgICAgICA8c3BhbiBjbGFzcz1cImFwcC10aXRsZVwiPjwvc3Bhbj5cclxuICAgICAgICAgICAgPHVsIGlkPVwiYXBwLW1lbnVcIiAqbmdJZj1cInV0aWwuaXNTdGF0ZSgnbXMnKVwiPlxyXG4gICAgICAgICAgICAgIDxsaT48YSBocmVmPVwiaHR0cHM6Ly9tZGVzLm1zLmdvdi9cIiB0YXJnZXQ9XCJfYmxhbmtcIj5NREVTPC9hPjwvbGk+XHJcbiAgICAgICAgICAgICAgPGxpPjxhIGhyZWY9XCJodHRwczovL21kZXMubXMuZ292L3VuZW1wbG95bWVudC1mYXFzL1wiIHRhcmdldD1cIl9ibGFua1wiPkZBUTwvYT48L2xpPlxyXG4gICAgICAgICAgICAgIDxsaT48YSBocmVmPVwiaHR0cHM6Ly9tZGVzLm1zLmdvdi91bmVtcGxveW1lbnQtY2xhaW1zL2NvdmlkMTkvXCIgdGFyZ2V0PVwiX2JsYW5rXCI+Q292aWQtMTk8L2E+PC9saT5cclxuICAgICAgICAgICAgPC91bD5cclxuICAgICAgICAgICAgPHVsIGlkPVwiYXBwLW1lbnVcIiAqbmdJZj1cInV0aWwuaXNTdGF0ZSgnbWUnKVwiPlxyXG4gICAgICAgICAgICAgIDxsaT48YSBocmVmPVwiaHR0cDovL3d3dy5tYWluZS5nb3YvcG9ydGFsL2dvdmVybm1lbnQvc3RhdGUtYWdlbmNpZXMucGhwXCIgY2xhc3M9XCJ1aS1saW5rIHVpLXdpZGdldFwiIHJlbD1cIm5vcmVmZXJyZXIgbm9vcGVuZXJcIiB0YXJnZXQ9XCJfYmxhbmtcIj5BZ2VuY2llczwvYT48L2xpPlxyXG4gICAgICAgICAgICAgIDxsaT48YSBocmVmPVwiaHR0cDovL3d3dy5tYWluZS5nb3YvcG9ydGFsL29ubGluZV9zZXJ2aWNlcy9pbmRleC5odG1sXCIgY2xhc3M9XCJ1aS1saW5rIHVpLXdpZGdldFwiIHJlbD1cIm5vcmVmZXJyZXIgbm9vcGVuZXJcIiB0YXJnZXQ9XCJfYmxhbmtcIj5PbmxpbmUgU2VydmljZXM8L2E+PC9saT5cclxuICAgICAgICAgICAgICA8bGk+PGEgaHJlZj1cImh0dHA6Ly93d3cubWFpbmUuZ292L3BvcnRhbC9oZWxwL2luZGV4Lmh0bWxcIiBjbGFzcz1cInVpLWxpbmsgdWktd2lkZ2V0XCIgcmVsPVwibm9yZWZlcnJlciBub29wZW5lclwiIHRhcmdldD1cIl9ibGFua1wiPkhlbHA8L2E+PC9saT5cclxuICAgICAgICAgICAgICA8bGk+PGEgaHJlZj1cImh0dHA6Ly93d3cubWFpbmUuZ292L3NlYXJjaC9cIiBjbGFzcz1cInVpLWxpbmsgdWktd2lkZ2V0IHN0YXRlX3NlYXJjaFwiIHJlbD1cIm5vcmVmZXJyZXIgbm9vcGVuZXJcIiB0YXJnZXQ9XCJfYmxhbmtcIj5TZWFyY2ggTWFpbmUuZ292PC9hPjwvbGk+XHJcbiAgICAgICAgICAgIDwvdWw+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgPGRpdiBpZD1cIm5ld3NcIiBjbGFzcz1cImFwcC1uZXdzIGlvbi10ZXh0LWNlbnRlclwiICpuZ0lmPVwidXRpbC5pc1N0YXRlKCdtcycpXCI+XHJcbiAgICAgICAgICA8YXBwLWluZm8gZGlzcGxheT1cInNsaWRlclwiIHR5cGU9XCJBTk5DXCIgKG9uTGlua0NsaWNrKT1cInByb2Nlc3NMaW5rKCRldmVudClcIj48L2FwcC1pbmZvPlxyXG4gICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICA8ZGl2IGlkPVwiZmVhdHVyZXNcIiBjbGFzcz1cImFwcC1mZWF0dXJlc1wiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImdyaWRcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC0xMiBtZDpjb2wtNiBsZzpjb2wtMiBsZzpjb2wtb2Zmc2V0LTFcIiAqbmdJZj1cInV0aWwuaXNTdGF0ZSgnbXMnKVwiPlxyXG4gICAgICAgICAgICAgIDxpb24tY2FyZCBidXR0b249XCJ0cnVlXCIgY2xhc3M9XCJmdWxsLWhlaWdodCBhcHAtYm94XCIgKGNsaWNrKT1cIm9wZW5Nc1dvcmtzQXBwKClcIj5cclxuICAgICAgICAgICAgICAgIDxpb24tY2FyZC1oZWFkZXIgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXIgaW9uLXBhZGRpbmdcIj5cclxuICAgICAgICAgICAgICAgICAgPGlvbi1jYXJkLXRpdGxlPlxyXG4gICAgICAgICAgICAgICAgICAgIDxpb24tbGFiZWwgY29sb3I9XCJkYXJrXCI+e3snTVMgV09SS1MnIHwgdHJhbnNsYXRlfX08L2lvbi1sYWJlbD5cclxuICAgICAgICAgICAgICAgICAgPC9pb24tY2FyZC10aXRsZT5cclxuICAgICAgICAgICAgICAgIDwvaW9uLWNhcmQtaGVhZGVyPlxyXG4gICAgICAgICAgICAgICAgPGlvbi1jYXJkLWNvbnRlbnQ+XHJcbiAgICAgICAgICAgICAgICAgIDxiciAvPlxyXG4gICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmVhdHVyZS1ib3hcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW9uLXRleHQtY2VudGVyXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8ZmEtaWNvbiBbaWNvbl09XCJbJ2ZhcycsICd1c2VyLXRpZSddXCIgc3R5bGU9XCJjb2xvcjojNDQ3MmM0OyBmb250LXNpemU6IDUwcHg7XCI+PC9mYS1pY29uPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8cD5Xb3JrZm9yY2UgYW5kIEVtcGxveW1lbnQgU2VydmljZXM8L3A+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9pb24tY2FyZC1jb250ZW50PlxyXG4gICAgICAgICAgICAgIDwvaW9uLWNhcmQ+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgICAgPGRpdiBbbmdDbGFzc109XCJ1dGlsLmlzU3RhdGUoJ21lJykgPyAnY29sLTEyIG1kOmNvbC02IGxnOmNvbC0yIGxnOmNvbC1vZmZzZXQtMScgOiAnY29sLTEyIG1kOmNvbC02IGxnOmNvbC0yJyBcIj5cclxuICAgICAgICAgICAgICA8aW9uLWNhcmQgYnV0dG9uPVwidHJ1ZVwiIGNsYXNzPVwiZnVsbC1oZWlnaHQgYXBwLWJveFwiIChjbGljayk9XCJvcGVuQmVuQXBwKClcIj5cclxuICAgICAgICAgICAgICAgIDxpb24tY2FyZC1oZWFkZXIgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXIgaW9uLXBhZGRpbmdcIj5cclxuICAgICAgICAgICAgICAgICAgPGlvbi1jYXJkLXRpdGxlPlxyXG4gICAgICAgICAgICAgICAgICAgIDxpb24tbGFiZWwgY29sb3I9XCJkYXJrXCI+e3snQkVORUZJVFMnIHwgdHJhbnNsYXRlfX08L2lvbi1sYWJlbD5cclxuICAgICAgICAgICAgICAgICAgPC9pb24tY2FyZC10aXRsZT5cclxuICAgICAgICAgICAgICAgIDwvaW9uLWNhcmQtaGVhZGVyPlxyXG4gICAgICAgICAgICAgICAgPGlvbi1jYXJkLWNvbnRlbnQ+XHJcbiAgICAgICAgICAgICAgICAgIDxiciAvPlxyXG4gICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmVhdHVyZS1ib3hcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW9uLXRleHQtY2VudGVyXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8ZmEtaWNvbiBbaWNvbl09XCJbJ2ZhcycsICdoYW5kc2hha2Utc2ltcGxlJ11cIiBzdHlsZT1cImNvbG9yOiM0NDcyYzQ7IGZvbnQtc2l6ZTogNTBweDtcIj48L2ZhLWljb24+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdj5cclxuICAgICAgICAgICAgICAgICAgICAgIDxwPlVuZW1wbG95bWVudCBJbnN1cmFuY2UgQ2xhaW1zIGFuZCBQYXltZW50czwvcD5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2lvbi1jYXJkLWNvbnRlbnQ+XHJcbiAgICAgICAgICAgICAgPC9pb24tY2FyZD5cclxuICAgICAgICAgICAgPC9kaXY+XHJcblxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyIG1kOmNvbC02IGxnOmNvbC0yXCI+XHJcbiAgICAgICAgICAgICAgPGlvbi1jYXJkIGJ1dHRvbj1cInRydWVcIiBjbGFzcz1cImZ1bGwtaGVpZ2h0IGFwcC1ib3hcIiAoY2xpY2spPVwib3BlblRheEFwcCgpXCI+XHJcbiAgICAgICAgICAgICAgICA8aW9uLWNhcmQtaGVhZGVyIGNsYXNzPVwiaW9uLXRleHQtY2VudGVyIGlvbi1wYWRkaW5nXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxpb24tY2FyZC10aXRsZT5cclxuICAgICAgICAgICAgICAgICAgICA8aW9uLWxhYmVsIGNvbG9yPVwiZGFya1wiPnt7J1RBWCcgfCB0cmFuc2xhdGV9fTwvaW9uLWxhYmVsPlxyXG4gICAgICAgICAgICAgICAgICA8L2lvbi1jYXJkLXRpdGxlPlxyXG4gICAgICAgICAgICAgICAgPC9pb24tY2FyZC1oZWFkZXI+XHJcbiAgICAgICAgICAgICAgICA8aW9uLWNhcmQtY29udGVudD5cclxuICAgICAgICAgICAgICAgICAgPGJyIC8+XHJcbiAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmZWF0dXJlLWJveFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgIDxmYS1pY29uIFtpY29uXT1cIlsnZmFzJywgJ2J1aWxkaW5nLWNvbHVtbnMnXVwiIHN0eWxlPVwiY29sb3I6IzcwYWQ0NzsgZm9udC1zaXplOiA1MHB4O1wiPjwvZmEtaWNvbj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgPHA+VW5lbXBsb3ltZW50IEluc3VyYW5jZSBUYXhcclxuICAgICAgICAgICAgICAgICAgICAgIDwvcD5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2lvbi1jYXJkLWNvbnRlbnQ+XHJcbiAgICAgICAgICAgICAgPC9pb24tY2FyZD5cclxuICAgICAgICAgICAgPC9kaXY+XHJcblxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyIG1kOmNvbC02IGxnOmNvbC0yIFwiPlxyXG4gICAgICAgICAgICAgIDxpb24tY2FyZCBidXR0b249XCJ0cnVlXCIgY2xhc3M9XCJmdWxsLWhlaWdodCBhcHAtYm94XCIgKGNsaWNrKT1cIm9wZW5Db2dub3NBcHAoKVwiPlxyXG4gICAgICAgICAgICAgICAgPGlvbi1jYXJkLWhlYWRlciBjbGFzcz1cImlvbi10ZXh0LWNlbnRlciBpb24tcGFkZGluZ1wiPlxyXG4gICAgICAgICAgICAgICAgICA8aW9uLWNhcmQtdGl0bGU+XHJcbiAgICAgICAgICAgICAgICAgICAgPGlvbi1sYWJlbCBjb2xvcj1cImRhcmtcIj57eydFWEVDVVRJVkUnIHwgdHJhbnNsYXRlfX08L2lvbi1sYWJlbD5cclxuICAgICAgICAgICAgICAgICAgPC9pb24tY2FyZC10aXRsZT5cclxuICAgICAgICAgICAgICAgIDwvaW9uLWNhcmQtaGVhZGVyPlxyXG4gICAgICAgICAgICAgICAgPGlvbi1jYXJkLWNvbnRlbnQ+XHJcbiAgICAgICAgICAgICAgICAgIDxiciAvPlxyXG4gICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmVhdHVyZS1ib3hcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW9uLXRleHQtY2VudGVyXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8ZmEtaWNvbiBbaWNvbl09XCJbJ2ZhcycsICdjaGFydC1jb2x1bW4nXVwiIHN0eWxlPVwiY29sb3I6I2VkN2QzMTsgZm9udC1zaXplOiA1MHB4O1wiPjwvZmEtaWNvbj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgPHA+e3snZ3VpZGUubGFuZGluZy5leGVjdXRpdmUubWVzc2FnZScgfCB0cmFuc2xhdGV9fTwvcD5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2lvbi1jYXJkLWNvbnRlbnQ+XHJcbiAgICAgICAgICAgICAgPC9pb24tY2FyZD5cclxuICAgICAgICAgICAgPC9kaXY+XHJcblxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyIG1kOmNvbC02IGxnOmNvbC0yXCI+XHJcbiAgICAgICAgICAgICAgPGlvbi1jYXJkIGJ1dHRvbj1cInRydWVcIiBjbGFzcz1cImZ1bGwtaGVpZ2h0IGFwcC1ib3hcIiAoY2xpY2spPVwiZ290VG9Mb2dpbigpXCI+XHJcbiAgICAgICAgICAgICAgICA8aW9uLWNhcmQtaGVhZGVyIGNsYXNzPVwiaW9uLXRleHQtY2VudGVyIGlvbi1wYWRkaW5nXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxpb24tY2FyZC10aXRsZT5cclxuICAgICAgICAgICAgICAgICAgICA8aW9uLWxhYmVsIGNvbG9yPVwiZGFya1wiPnt7J0FETUlOSVNUUkFUSU9OJyB8IHRyYW5zbGF0ZX19PC9pb24tbGFiZWw+XHJcbiAgICAgICAgICAgICAgICAgIDwvaW9uLWNhcmQtdGl0bGU+XHJcbiAgICAgICAgICAgICAgICA8L2lvbi1jYXJkLWhlYWRlcj5cclxuICAgICAgICAgICAgICAgIDxpb24tY2FyZC1jb250ZW50PlxyXG4gICAgICAgICAgICAgICAgICA8YnIgLz5cclxuICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZlYXR1cmUtYm94XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImlvbi10ZXh0LWNlbnRlclwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgPGZhLWljb24gW2ljb25dPVwiWydmYXMnLCAndXNlci1zaGllbGQnXVwiIHN0eWxlPVwiY29sb3I6I2ZmYzAwMDsgZm9udC1zaXplOiA1MHB4O1wiPjwvZmEtaWNvbj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8dWw+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpPjxwPkNsYWltYW50IGFuZCBFbXBsb3llciBQYXNzd29yZCBSZXNldDwvcD48L2xpPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxsaT48cD57eydNREVTIFN0YWZmIFJvbGVzIGFuZCBDcmVkZW50aWFscycgfCB0cmFuc2xhdGV9fTwvcD48L2xpPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L3VsPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvaW9uLWNhcmQtY29udGVudD5cclxuICAgICAgICAgICAgICA8L2lvbi1jYXJkPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtMTIgbWQ6Y29sLTYgbGc6Y29sLTJcIiAqbmdJZj1cInV0aWwuaXNTdGF0ZSgnbWUnKVwiPlxyXG4gICAgICAgICAgICAgIDxpb24tY2FyZCBidXR0b249XCJ0cnVlXCIgY2xhc3M9XCJmdWxsLWhlaWdodCBhcHAtYm94XCIgKGNsaWNrKT1cImdvdFRvTG9naW4oKVwiPlxyXG4gICAgICAgICAgICAgICAgPGlvbi1jYXJkLWhlYWRlciBjbGFzcz1cImlvbi10ZXh0LWNlbnRlciBpb24tcGFkZGluZ1wiPlxyXG4gICAgICAgICAgICAgICAgICA8aW9uLWNhcmQtdGl0bGU+XHJcbiAgICAgICAgICAgICAgICAgICAgPGlvbi1sYWJlbCBjb2xvcj1cImRhcmtcIj57eydNRVNTQUdJTkcnIHwgdHJhbnNsYXRlfX08L2lvbi1sYWJlbD5cclxuICAgICAgICAgICAgICAgICAgPC9pb24tY2FyZC10aXRsZT5cclxuICAgICAgICAgICAgICAgIDwvaW9uLWNhcmQtaGVhZGVyPlxyXG4gICAgICAgICAgICAgICAgPGlvbi1jYXJkLWNvbnRlbnQ+XHJcbiAgICAgICAgICAgICAgICAgIDxiciAvPlxyXG4gICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmVhdHVyZS1ib3hcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW9uLXRleHQtY2VudGVyXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8ZmEtaWNvbiBbaWNvbl09XCJbJ2ZhcycsICdjb21tZW50cyddXCIgc3R5bGU9XCJjb2xvcjojMjI1ODRkOyBmb250LXNpemU6IDUwcHg7XCI+PC9mYS1pY29uPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDx1bD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICA8bGk+Q29uc3RpdHVlbnQgTWVzc2FnaW5nIFBvcnRhbCAoQ01QKTwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvdWw+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9pb24tY2FyZC1jb250ZW50PlxyXG4gICAgICAgICAgICAgIDwvaW9uLWNhcmQ+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gIDwvYXBwLWNvbnRlbnQ+XHJcbjwvaW9uLWNvbnRlbnQ+Il19