@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,77 +1,77 @@
1
- import { Validators } from '@angular/forms';
2
- import { LibConstants } from '../models/LibConstants';
3
- /** Error when invalid control is dirty, touched, or submitted. */
4
- export class CustomErrorStateMatcher {
5
- isErrorState(control, form) {
6
- const isSubmitted = form && form.submitted;
7
- return !!(control && control.invalid && (control.dirty || control.touched || isSubmitted));
8
- }
9
- }
10
- export class BasePage {
11
- constructor() {
12
- this.newPasswordPolicyValidators = [
13
- Validators.minLength(14),
14
- Validators.maxLength(21),
15
- ];
16
- this.oldPasswordPolicyValidators = [
17
- Validators.minLength(8),
18
- Validators.maxLength(15),
19
- ];
20
- this.matcher = new CustomErrorStateMatcher();
21
- this.loading = false;
22
- this.spinning = false;
23
- this.isNewPasswordPolicyEnabled = LibConstants.isNewPasswordPolicyEnabled == 'true';
24
- this.isSameSymbolPolicyForClaimantAndAgency = LibConstants.isSameSymbolPolicyForClaimantAndAgency == 'true';
25
- }
26
- showLoader() {
27
- this.loading = true;
28
- }
29
- hideLoader() {
30
- this.loading = false;
31
- }
32
- showSpinner() {
33
- this.spinning = true;
34
- }
35
- hideSpinner() {
36
- this.spinning = false;
37
- }
38
- isMS() {
39
- return LibConstants.state === 'ms';
40
- }
41
- isME() {
42
- return LibConstants.state === 'me';
43
- }
44
- isRI() {
45
- return LibConstants.state === 'ri';
46
- }
47
- isCT() {
48
- return LibConstants.state === 'ct';
49
- }
50
- isOK() {
51
- return LibConstants.state === 'ok';
52
- }
53
- sortColumnsByEvent(event) {
54
- event.data.sort((data1, data2) => {
55
- let value1 = data1[event.field];
56
- let value2 = data2[event.field];
57
- let result = null;
58
- if (value1 == null && value2 != null)
59
- result = -1;
60
- else if (value1 != null && value2 == null)
61
- result = 1;
62
- else if (value1 == null && value2 == null)
63
- result = 0;
64
- else if (typeof value1 === 'string' && typeof value2 === 'string') {
65
- if (isNaN(Date.parse(value1)) && isNaN(Date.parse(value2)))
66
- result = value1.localeCompare(value2);
67
- else
68
- result = (Date.parse(value1) < Date.parse(value2)) ? -1 : (Date.parse(value1) > Date.parse(value2)) ? 1 : 0;
69
- }
70
- else {
71
- result = (value1 < value2) ? -1 : (value1 > value2) ? 1 : 0;
72
- }
73
- return (event.order * result);
74
- });
75
- }
76
- }
1
+ import { Validators } from '@angular/forms';
2
+ import { LibConstants } from '../models/LibConstants';
3
+ /** Error when invalid control is dirty, touched, or submitted. */
4
+ export class CustomErrorStateMatcher {
5
+ isErrorState(control, form) {
6
+ const isSubmitted = form && form.submitted;
7
+ return !!(control && control.invalid && (control.dirty || control.touched || isSubmitted));
8
+ }
9
+ }
10
+ export class BasePage {
11
+ constructor() {
12
+ this.newPasswordPolicyValidators = [
13
+ Validators.minLength(14),
14
+ Validators.maxLength(21),
15
+ ];
16
+ this.oldPasswordPolicyValidators = [
17
+ Validators.minLength(8),
18
+ Validators.maxLength(15),
19
+ ];
20
+ this.matcher = new CustomErrorStateMatcher();
21
+ this.loading = false;
22
+ this.spinning = false;
23
+ this.isNewPasswordPolicyEnabled = LibConstants.isNewPasswordPolicyEnabled == 'true';
24
+ this.isSameSymbolPolicyForClaimantAndAgency = LibConstants.isSameSymbolPolicyForClaimantAndAgency == 'true';
25
+ }
26
+ showLoader() {
27
+ this.loading = true;
28
+ }
29
+ hideLoader() {
30
+ this.loading = false;
31
+ }
32
+ showSpinner() {
33
+ this.spinning = true;
34
+ }
35
+ hideSpinner() {
36
+ this.spinning = false;
37
+ }
38
+ isMS() {
39
+ return LibConstants.state === 'ms';
40
+ }
41
+ isME() {
42
+ return LibConstants.state === 'me';
43
+ }
44
+ isRI() {
45
+ return LibConstants.state === 'ri';
46
+ }
47
+ isCT() {
48
+ return LibConstants.state === 'ct';
49
+ }
50
+ isOK() {
51
+ return LibConstants.state === 'ok';
52
+ }
53
+ sortColumnsByEvent(event) {
54
+ event.data.sort((data1, data2) => {
55
+ let value1 = data1[event.field];
56
+ let value2 = data2[event.field];
57
+ let result = null;
58
+ if (value1 == null && value2 != null)
59
+ result = -1;
60
+ else if (value1 != null && value2 == null)
61
+ result = 1;
62
+ else if (value1 == null && value2 == null)
63
+ result = 0;
64
+ else if (typeof value1 === 'string' && typeof value2 === 'string') {
65
+ if (isNaN(Date.parse(value1)) && isNaN(Date.parse(value2)))
66
+ result = value1.localeCompare(value2);
67
+ else
68
+ result = (Date.parse(value1) < Date.parse(value2)) ? -1 : (Date.parse(value1) > Date.parse(value2)) ? 1 : 0;
69
+ }
70
+ else {
71
+ result = (value1 < value2) ? -1 : (value1 > value2) ? 1 : 0;
72
+ }
73
+ return (event.order * result);
74
+ });
75
+ }
76
+ }
77
77
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiQmFzZVBhZ2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL3BhZ2VzL0Jhc2VQYWdlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBK0QsVUFBVSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFekcsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBR3RELGtFQUFrRTtBQUNsRSxNQUFNLE9BQU8sdUJBQXVCO0lBQ2hDLFlBQVksQ0FBQyxPQUFrQyxFQUFFLElBQXdDO1FBQ3ZGLE1BQU0sV0FBVyxHQUFHLElBQUksSUFBSSxJQUFJLENBQUMsU0FBUyxDQUFDO1FBQzNDLE9BQU8sQ0FBQyxDQUFDLENBQUMsT0FBTyxJQUFJLE9BQU8sQ0FBQyxPQUFPLElBQUksQ0FBQyxPQUFPLENBQUMsS0FBSyxJQUFJLE9BQU8sQ0FBQyxPQUFPLElBQUksV0FBVyxDQUFDLENBQUMsQ0FBQztJQUM3RixDQUFDO0NBQ0o7QUFFRCxNQUFNLE9BQU8sUUFBUTtJQUFyQjtRQUVJLGdDQUEyQixHQUFtQjtZQUMxQyxVQUFVLENBQUMsU0FBUyxDQUFDLEVBQUUsQ0FBQztZQUN4QixVQUFVLENBQUMsU0FBUyxDQUFDLEVBQUUsQ0FBQztTQUMzQixDQUFDO1FBRUYsZ0NBQTJCLEdBQW1CO1lBQzFDLFVBQVUsQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDO1lBQ3ZCLFVBQVUsQ0FBQyxTQUFTLENBQUMsRUFBRSxDQUFDO1NBQzNCLENBQUM7UUFFSyxZQUFPLEdBQUcsSUFBSSx1QkFBdUIsRUFBRSxDQUFDO1FBRXhDLFlBQU8sR0FBRyxLQUFLLENBQUM7UUFFaEIsYUFBUSxHQUFHLEtBQUssQ0FBQztRQUVqQiwrQkFBMEIsR0FBRyxZQUFZLENBQUMsMEJBQTBCLElBQUksTUFBTSxDQUFDO1FBRWxGLDJDQUFzQyxHQUFHLFlBQVksQ0FBQyxzQ0FBc0MsSUFBSSxNQUFNLENBQUM7SUE4RC9HLENBQUM7SUE1REcsVUFBVTtRQUNOLElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDO0lBQ3hCLENBQUM7SUFFRCxVQUFVO1FBQ04sSUFBSSxDQUFDLE9BQU8sR0FBRyxLQUFLLENBQUM7SUFDekIsQ0FBQztJQUVELFdBQVc7UUFDUCxJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQztJQUN6QixDQUFDO0lBRUQsV0FBVztRQUNQLElBQUksQ0FBQyxRQUFRLEdBQUcsS0FBSyxDQUFDO0lBQzFCLENBQUM7SUFFRCxJQUFJO1FBQ0EsT0FBTyxZQUFZLENBQUMsS0FBSyxLQUFLLElBQUksQ0FBQTtJQUN0QyxDQUFDO0lBRUQsSUFBSTtRQUNBLE9BQU8sWUFBWSxDQUFDLEtBQUssS0FBSyxJQUFJLENBQUE7SUFDdEMsQ0FBQztJQUVELElBQUk7UUFDQSxPQUFPLFlBQVksQ0FBQyxLQUFLLEtBQUssSUFBSSxDQUFBO0lBQ3RDLENBQUM7SUFFRCxJQUFJO1FBQ0EsT0FBTyxZQUFZLENBQUMsS0FBSyxLQUFLLElBQUksQ0FBQTtJQUN0QyxDQUFDO0lBRUQsSUFBSTtRQUNBLE9BQU8sWUFBWSxDQUFDLEtBQUssS0FBSyxJQUFJLENBQUE7SUFDdEMsQ0FBQztJQUVELGtCQUFrQixDQUFDLEtBQWdCO1FBQy9CLEtBQUssQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxFQUFFLEtBQUssRUFBRSxFQUFFO1lBQzdCLElBQUksTUFBTSxHQUFHLEtBQUssQ0FBQyxLQUFLLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDaEMsSUFBSSxNQUFNLEdBQUcsS0FBSyxDQUFDLEtBQUssQ0FBQyxLQUFLLENBQUMsQ0FBQztZQUNoQyxJQUFJLE1BQU0sR0FBRyxJQUFJLENBQUM7WUFFbEIsSUFBSSxNQUFNLElBQUksSUFBSSxJQUFJLE1BQU0sSUFBSSxJQUFJO2dCQUNoQyxNQUFNLEdBQUcsQ0FBQyxDQUFDLENBQUM7aUJBQ1gsSUFBSSxNQUFNLElBQUksSUFBSSxJQUFJLE1BQU0sSUFBSSxJQUFJO2dCQUNyQyxNQUFNLEdBQUcsQ0FBQyxDQUFDO2lCQUNWLElBQUksTUFBTSxJQUFJLElBQUksSUFBSSxNQUFNLElBQUksSUFBSTtnQkFDckMsTUFBTSxHQUFHLENBQUMsQ0FBQztpQkFDVixJQUFJLE9BQU8sTUFBTSxLQUFLLFFBQVEsSUFBSSxPQUFPLE1BQU0sS0FBSyxRQUFRLEVBQUM7Z0JBQzlELElBQUcsS0FBSyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsTUFBTSxDQUFDLENBQUMsSUFBSSxLQUFLLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUMsQ0FBQztvQkFDdkQsTUFBTSxHQUFHLE1BQU0sQ0FBQyxhQUFhLENBQUMsTUFBTSxDQUFDLENBQUM7O29CQUV0QyxNQUFNLEdBQUcsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLE1BQU0sQ0FBQyxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUMsR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO2FBQ2pIO2lCQUNHO2dCQUNBLE1BQU0sR0FBRyxDQUFDLE1BQU0sR0FBRyxNQUFNLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsTUFBTSxHQUFHLE1BQU0sQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQzthQUMvRDtZQUNELE9BQU8sQ0FBQyxLQUFLLENBQUMsS0FBSyxHQUFHLE1BQU0sQ0FBQyxDQUFDO1FBQ2xDLENBQUMsQ0FBQyxDQUFDO0lBQ1AsQ0FBQztDQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgVW50eXBlZEZvcm1Db250cm9sLCBGb3JtR3JvdXBEaXJlY3RpdmUsIE5nRm9ybSwgVmFsaWRhdG9yRm4sIFZhbGlkYXRvcnMgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBFcnJvclN0YXRlTWF0Y2hlciB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2NvcmUnO1xuaW1wb3J0IHsgTGliQ29uc3RhbnRzIH0gZnJvbSAnLi4vbW9kZWxzL0xpYkNvbnN0YW50cyc7XG5pbXBvcnQgeyBTb3J0RXZlbnQgfSBmcm9tICdwcmltZW5nL2FwaSc7XG5cbi8qKiBFcnJvciB3aGVuIGludmFsaWQgY29udHJvbCBpcyBkaXJ0eSwgdG91Y2hlZCwgb3Igc3VibWl0dGVkLiAqL1xuZXhwb3J0IGNsYXNzIEN1c3RvbUVycm9yU3RhdGVNYXRjaGVyIGltcGxlbWVudHMgRXJyb3JTdGF0ZU1hdGNoZXIge1xuICAgIGlzRXJyb3JTdGF0ZShjb250cm9sOiBVbnR5cGVkRm9ybUNvbnRyb2wgfCBudWxsLCBmb3JtOiBGb3JtR3JvdXBEaXJlY3RpdmUgfCBOZ0Zvcm0gfCBudWxsKTogYm9vbGVhbiB7XG4gICAgICBjb25zdCBpc1N1Ym1pdHRlZCA9IGZvcm0gJiYgZm9ybS5zdWJtaXR0ZWQ7XG4gICAgICByZXR1cm4gISEoY29udHJvbCAmJiBjb250cm9sLmludmFsaWQgJiYgKGNvbnRyb2wuZGlydHkgfHwgY29udHJvbC50b3VjaGVkIHx8IGlzU3VibWl0dGVkKSk7XG4gICAgfVxufVxuXG5leHBvcnQgY2xhc3MgQmFzZVBhZ2V7XG5cbiAgICBuZXdQYXNzd29yZFBvbGljeVZhbGlkYXRvcnMgOiBWYWxpZGF0b3JGbltdID0gW1xuICAgICAgICBWYWxpZGF0b3JzLm1pbkxlbmd0aCgxNCksIFxuICAgICAgICBWYWxpZGF0b3JzLm1heExlbmd0aCgyMSksXG4gICAgXTtcblxuICAgIG9sZFBhc3N3b3JkUG9saWN5VmFsaWRhdG9ycyA6IFZhbGlkYXRvckZuW10gPSBbXG4gICAgICAgIFZhbGlkYXRvcnMubWluTGVuZ3RoKDgpLCBcbiAgICAgICAgVmFsaWRhdG9ycy5tYXhMZW5ndGgoMTUpLFxuICAgIF07XG5cbiAgICBwdWJsaWMgbWF0Y2hlciA9IG5ldyBDdXN0b21FcnJvclN0YXRlTWF0Y2hlcigpO1xuXG4gICAgcHVibGljIGxvYWRpbmcgPSBmYWxzZTtcblxuICAgIHB1YmxpYyBzcGlubmluZyA9IGZhbHNlO1xuXG4gICAgcHVibGljIGlzTmV3UGFzc3dvcmRQb2xpY3lFbmFibGVkID0gTGliQ29uc3RhbnRzLmlzTmV3UGFzc3dvcmRQb2xpY3lFbmFibGVkID09ICd0cnVlJztcblx0XG5cdHB1YmxpYyBpc1NhbWVTeW1ib2xQb2xpY3lGb3JDbGFpbWFudEFuZEFnZW5jeSA9IExpYkNvbnN0YW50cy5pc1NhbWVTeW1ib2xQb2xpY3lGb3JDbGFpbWFudEFuZEFnZW5jeSA9PSAndHJ1ZSc7XG5cbiAgICBzaG93TG9hZGVyKCl7XG4gICAgICAgIHRoaXMubG9hZGluZyA9IHRydWU7XG4gICAgfVxuXG4gICAgaGlkZUxvYWRlcigpe1xuICAgICAgICB0aGlzLmxvYWRpbmcgPSBmYWxzZTtcbiAgICB9XG5cbiAgICBzaG93U3Bpbm5lcigpe1xuICAgICAgICB0aGlzLnNwaW5uaW5nID0gdHJ1ZTtcbiAgICB9XG5cbiAgICBoaWRlU3Bpbm5lcigpe1xuICAgICAgICB0aGlzLnNwaW5uaW5nID0gZmFsc2U7XG4gICAgfVxuXG4gICAgaXNNUygpe1xuICAgICAgICByZXR1cm4gTGliQ29uc3RhbnRzLnN0YXRlID09PSAnbXMnXG4gICAgfVxuXG4gICAgaXNNRSgpe1xuICAgICAgICByZXR1cm4gTGliQ29uc3RhbnRzLnN0YXRlID09PSAnbWUnXG4gICAgfVxuXG4gICAgaXNSSSgpe1xuICAgICAgICByZXR1cm4gTGliQ29uc3RhbnRzLnN0YXRlID09PSAncmknXG4gICAgfVxuXG4gICAgaXNDVCgpe1xuICAgICAgICByZXR1cm4gTGliQ29uc3RhbnRzLnN0YXRlID09PSAnY3QnXG4gICAgfVxuXG4gICAgaXNPSygpe1xuICAgICAgICByZXR1cm4gTGliQ29uc3RhbnRzLnN0YXRlID09PSAnb2snXG4gICAgfVxuXG4gICAgc29ydENvbHVtbnNCeUV2ZW50KGV2ZW50OiBTb3J0RXZlbnQpIHtcbiAgICAgICAgZXZlbnQuZGF0YS5zb3J0KChkYXRhMSwgZGF0YTIpID0+IHtcbiAgICAgICAgICAgIGxldCB2YWx1ZTEgPSBkYXRhMVtldmVudC5maWVsZF07XG4gICAgICAgICAgICBsZXQgdmFsdWUyID0gZGF0YTJbZXZlbnQuZmllbGRdO1xuICAgICAgICAgICAgbGV0IHJlc3VsdCA9IG51bGw7XG4gICAgXG4gICAgICAgICAgICBpZiAodmFsdWUxID09IG51bGwgJiYgdmFsdWUyICE9IG51bGwpXG4gICAgICAgICAgICAgICAgcmVzdWx0ID0gLTE7XG4gICAgICAgICAgICBlbHNlIGlmICh2YWx1ZTEgIT0gbnVsbCAmJiB2YWx1ZTIgPT0gbnVsbClcbiAgICAgICAgICAgICAgICByZXN1bHQgPSAxO1xuICAgICAgICAgICAgZWxzZSBpZiAodmFsdWUxID09IG51bGwgJiYgdmFsdWUyID09IG51bGwpXG4gICAgICAgICAgICAgICAgcmVzdWx0ID0gMDtcbiAgICAgICAgICAgIGVsc2UgaWYgKHR5cGVvZiB2YWx1ZTEgPT09ICdzdHJpbmcnICYmIHR5cGVvZiB2YWx1ZTIgPT09ICdzdHJpbmcnKXtcbiAgICAgICAgICAgICAgICBpZihpc05hTihEYXRlLnBhcnNlKHZhbHVlMSkpICYmIGlzTmFOKERhdGUucGFyc2UodmFsdWUyKSkpICBcbiAgICAgICAgICAgICAgICAgIHJlc3VsdCA9IHZhbHVlMS5sb2NhbGVDb21wYXJlKHZhbHVlMik7XG4gICAgICAgICAgICAgICAgZWxzZVxuICAgICAgICAgICAgICAgICAgcmVzdWx0ID0gKERhdGUucGFyc2UodmFsdWUxKSA8IERhdGUucGFyc2UodmFsdWUyKSkgPyAtMSA6IChEYXRlLnBhcnNlKHZhbHVlMSkgPiBEYXRlLnBhcnNlKHZhbHVlMikpID8gMSA6IDA7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBlbHNle1xuICAgICAgICAgICAgICAgIHJlc3VsdCA9ICh2YWx1ZTEgPCB2YWx1ZTIpID8gLTEgOiAodmFsdWUxID4gdmFsdWUyKSA/IDEgOiAwO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgcmV0dXJuIChldmVudC5vcmRlciAqIHJlc3VsdCk7XG4gICAgICAgIH0pO1xuICAgIH1cbn0iXX0=
@@ -0,0 +1,81 @@
1
+ import { Component } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@ionic/angular";
4
+ export class AccessibilityPolicyPage {
5
+ constructor(popup) {
6
+ this.popup = popup;
7
+ }
8
+ ngOnInit() {
9
+ }
10
+ close() {
11
+ this.popup.dismiss().catch(err => {
12
+ window.close();
13
+ });
14
+ }
15
+ static { this.ɵfac = function AccessibilityPolicyPage_Factory(t) { return new (t || AccessibilityPolicyPage)(i0.ɵɵdirectiveInject(i1.PopoverController)); }; }
16
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AccessibilityPolicyPage, selectors: [["app-accessibility-policy"]], decls: 64, vars: 0, consts: [[1, "ion-padding"], [1, "WordSection1"], [1, "MsoNormal"], [1, "content1"], [2, "font-size", "10.0pt", "mso-bidi-font-size", "8.0pt", "font-family", "\"Arial\",\"sans-serif\"", "color", "windowtext"], [2, "font-size", "10.0pt", "mso-bidi-font-size", "8.0pt", "font-family", "\"Arial\",\"sans-serif\"", "mso-bidi-font-family", "\"Times New Roman\"", "color", "windowtext"], [2, "font-size", "10.0pt", "mso-bidi-font-size", "8.0pt", "font-family", "\"Arial\",\"sans-serif\""], [2, "font-family", "\"Arial\",\"sans-serif\""], [2, "mso-ansi-font-size", "10.0pt", "font-family", "\"Arial\",\"sans-serif\"", "color", "windowtext"], [2, "mso-special-character", "line-break"], [1, "ion-text-right", "ion-padding"], ["shape", "round", "type", "submit", "color", "success", 3, "click"], ["slot", "start", "name", "close-sharp"]], template: function AccessibilityPolicyPage_Template(rf, ctx) { if (rf & 1) {
17
+ i0.ɵɵelementStart(0, "ion-header")(1, "ion-toolbar")(2, "ion-title");
18
+ i0.ɵɵtext(3, "Accessibility Policy");
19
+ i0.ɵɵelementEnd()()();
20
+ i0.ɵɵelementStart(4, "ion-content", 0)(5, "div", 1)(6, "p", 2)(7, "span", 3)(8, "span", 4);
21
+ i0.ɵɵtext(9, "The Mississippi Department of Employment Security (MDES) is committed to providing employees and the public, including disabled individuals, access to its web-based information and services. MDES makes every effort to remain in compliance with Priority One of the W3C Guidelines and the guidelines in Section 508 of the Rehabilitation Act that are not covered in W3C Priority One. ");
22
+ i0.ɵɵelementEnd()();
23
+ i0.ɵɵelementStart(10, "span", 3);
24
+ i0.ɵɵelement(11, "span", 5);
25
+ i0.ɵɵelementEnd()();
26
+ i0.ɵɵelementStart(12, "p", 2)(13, "span", 3);
27
+ i0.ɵɵelement(14, "span", 4);
28
+ i0.ɵɵelementEnd()();
29
+ i0.ɵɵelementStart(15, "p", 2)(16, "span", 3)(17, "span", 4);
30
+ i0.ɵɵtext(18, "To reach the widest audience possible, this site is designed to be viewable from most commercially available Internet browsers and browser versions. The pages have been tested using the most common commercially available screen readers to help assure accessibility. However, since the MDES portal provides many links to websites that are not created or maintained by MDES, it is possible to reach sites that are not accessible to persons with disabilities.");
31
+ i0.ɵɵelementEnd()();
32
+ i0.ɵɵelementStart(19, "span", 6);
33
+ i0.ɵɵelement(20, "br")(21, "br");
34
+ i0.ɵɵelementStart(22, "strong")(23, "span", 7);
35
+ i0.ɵɵtext(24, "MDES.ms.gov Contact Information");
36
+ i0.ɵɵelementEnd()();
37
+ i0.ɵɵelementStart(25, "b");
38
+ i0.ɵɵelement(26, "br")(27, "br");
39
+ i0.ɵɵelementEnd();
40
+ i0.ɵɵelementStart(28, "span", 3)(29, "span", 8);
41
+ i0.ɵɵtext(30, "If you need assistance accessing or utilizing the MDES web facilities, please contact us:");
42
+ i0.ɵɵelementEnd()();
43
+ i0.ɵɵelement(31, "br")(32, "br");
44
+ i0.ɵɵelementStart(33, "span", 3)(34, "span", 8);
45
+ i0.ɵɵtext(35, "Mail:\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0MS Department of Employment Security");
46
+ i0.ɵɵelementEnd()();
47
+ i0.ɵɵelement(36, "br");
48
+ i0.ɵɵelementStart(37, "span", 3)(38, "span", 8);
49
+ i0.ɵɵtext(39, "\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0ATTN: Portal Manager");
50
+ i0.ɵɵelementEnd()();
51
+ i0.ɵɵelement(40, "br");
52
+ i0.ɵɵelementStart(41, "span", 3)(42, "span", 8);
53
+ i0.ɵɵtext(43, "\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A01235 Echelon Parkway");
54
+ i0.ɵɵelementEnd()();
55
+ i0.ɵɵelement(44, "br");
56
+ i0.ɵɵelementStart(45, "span", 3)(46, "span", 8);
57
+ i0.ɵɵtext(47, "\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0P.O. Box 1699");
58
+ i0.ɵɵelementEnd()();
59
+ i0.ɵɵelement(48, "br");
60
+ i0.ɵɵelementStart(49, "span", 3)(50, "span", 8);
61
+ i0.ɵɵtext(51, "\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0Jackson, MS 39215-1699");
62
+ i0.ɵɵelementEnd()();
63
+ i0.ɵɵelement(52, "br")(53, "br");
64
+ i0.ɵɵelementStart(54, "span", 3)(55, "span", 8);
65
+ i0.ɵɵtext(56, "Phone:\u00A0\u00A0\u00A0(601) 321-6000");
66
+ i0.ɵɵelementEnd()();
67
+ i0.ɵɵelement(57, "br")(58, "br", 9);
68
+ i0.ɵɵelementEnd()()()();
69
+ i0.ɵɵelementStart(59, "ion-footer")(60, "div", 10)(61, "ion-button", 11);
70
+ i0.ɵɵlistener("click", function AccessibilityPolicyPage_Template_ion_button_click_61_listener() { return ctx.close(); });
71
+ i0.ɵɵelement(62, "ion-icon", 12);
72
+ i0.ɵɵtext(63, " Close ");
73
+ i0.ɵɵelementEnd()()();
74
+ } }, dependencies: [i1.IonButton, i1.IonContent, i1.IonFooter, i1.IonHeader, i1.IonIcon, i1.IonTitle, i1.IonToolbar], styles: ["[_nghost-%COMP%] .header-md:after{width:0px!important}[_nghost-%COMP%] .footer-md:before{width:0px!important}"] }); }
75
+ }
76
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AccessibilityPolicyPage, [{
77
+ type: Component,
78
+ args: [{ selector: 'app-accessibility-policy', template: "<ion-header>\n <ion-toolbar>\n <ion-title>Accessibility Policy</ion-title>\n </ion-toolbar>\n</ion-header>\n\n<ion-content class=\"ion-padding\">\n <div class=WordSection1>\n <p class=MsoNormal>\n <span class=content1><span style='font-size:10.0pt;\n mso-bidi-font-size:8.0pt;font-family:\"Arial\",\"sans-serif\";color:windowtext'>The\n Mississippi Department of Employment Security (MDES) is committed to providing\n employees and the public, including disabled individuals, access to its\n web-based information and services. MDES makes every effort to remain in\n compliance with Priority One of the W3C Guidelines and the guidelines in\n Section 508 of the Rehabilitation Act that are not covered in W3C Priority One.\n </span></span>\n <span class=content1>\n <span style='font-size:10.0pt;mso-bidi-font-size:\n 8.0pt;font-family:\"Arial\",\"sans-serif\";mso-bidi-font-family:\"Times New Roman\";\n color:windowtext'>\n \n </span>\n </span>\n </p>\n <p class=MsoNormal>\n <span class=content1>\n <span style='font-size:10.0pt;\n mso-bidi-font-size:8.0pt;font-family:\"Arial\",\"sans-serif\";color:windowtext'>\n \n </span>\n </span>\n </p>\n <p class=MsoNormal>\n <span class=content1><span style='font-size:10.0pt;\n mso-bidi-font-size:8.0pt;font-family:\"Arial\",\"sans-serif\";color:windowtext'>To\n reach the widest audience possible, this site is designed to be viewable from\n most commercially available Internet browsers and browser versions. The pages\n have been tested using the most common commercially available screen readers to\n help assure accessibility. However, since the MDES portal provides many links\n to websites that are not created or maintained by MDES, it is possible to reach\n sites that are not accessible to persons with disabilities.</span></span>\n <span\n style='font-size:10.0pt;mso-bidi-font-size:8.0pt;font-family:\"Arial\",\"sans-serif\"'>\n <br>\n <br>\n <strong><span style='font-family:\"Arial\",\"sans-serif\"'>MDES.ms.gov Contact\n Information</span></strong><b><br>\n <br>\n </b><span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:\n \"Arial\",\"sans-serif\";color:windowtext'>If you need assistance accessing or\n utilizing the MDES web facilities, please contact us:</span></span><br>\n <br>\n <span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:\"Arial\",\"sans-serif\";\n color:windowtext'>Mail:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MS Department\n of Employment Security</span></span><br>\n <span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:\"Arial\",\"sans-serif\";\n color:windowtext'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ATTN:\n Portal Manager</span></span><br>\n <span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:\"Arial\",\"sans-serif\";\n color:windowtext'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1235\n Echelon Parkway</span></span><br>\n <span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:\"Arial\",\"sans-serif\";\n color:windowtext'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;P.O.\n Box 1699</span></span><br>\n <span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:\"Arial\",\"sans-serif\";\n color:windowtext'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Jackson,\n MS 39215-1699</span></span><br>\n <br>\n <span class=content1><span style='mso-ansi-font-size:10.0pt;font-family:\"Arial\",\"sans-serif\";\n color:windowtext'>Phone:&nbsp;&nbsp;&nbsp;(601) 321-6000</span></span><br>\n <br style='mso-special-character:line-break'>\n </span>\n </p>\n </div>\n</ion-content>\n\n<ion-footer>\n <div class=\"ion-text-right ion-padding\">\n <ion-button shape=\"round\" type=\"submit\" (click)=\"close()\" color=\"success\">\n <ion-icon slot=\"start\" name=\"close-sharp\"></ion-icon>\n Close\n </ion-button>\n </div>\n </ion-footer>", styles: [":host ::ng-deep .header-md:after{width:0px!important}:host ::ng-deep .footer-md:before{width:0px!important}\n"] }]
79
+ }], () => [{ type: i1.PopoverController }], null); })();
80
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AccessibilityPolicyPage, { className: "AccessibilityPolicyPage" }); })();
81
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjZXNzaWJpbGl0eS1wb2xpY3kucGFnZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvcGFnZXMvY29tbW9uL2FjY2Vzc2liaWxpdHktcG9saWN5L2FjY2Vzc2liaWxpdHktcG9saWN5LnBhZ2UudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL3BhZ2VzL2NvbW1vbi9hY2Nlc3NpYmlsaXR5LXBvbGljeS9hY2Nlc3NpYmlsaXR5LXBvbGljeS5wYWdlLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQzs7O0FBUWxELE1BQU0sT0FBTyx1QkFBdUI7SUFFbEMsWUFBbUIsS0FBd0I7UUFBeEIsVUFBSyxHQUFMLEtBQUssQ0FBbUI7SUFBSSxDQUFDO0lBRWhELFFBQVE7SUFDUixDQUFDO0lBRUQsS0FBSztRQUNILElBQUksQ0FBQyxLQUFLLENBQUMsT0FBTyxFQUFFLENBQUMsS0FBSyxDQUFDLEdBQUcsQ0FBQyxFQUFFO1lBQy9CLE1BQU0sQ0FBQyxLQUFLLEVBQUUsQ0FBQztRQUNqQixDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7d0ZBWFUsdUJBQXVCO29FQUF2Qix1QkFBdUI7WUNScEMsa0NBQVksa0JBQUEsZ0JBQUE7WUFFRyxvQ0FBb0I7WUFBQSxpQkFBWSxFQUFBLEVBQUE7WUFJL0Msc0NBQWlDLGFBQUEsV0FBQSxjQUFBLGNBQUE7WUFJcUQsNllBTS9FO1lBQUEsaUJBQU8sRUFBQTtZQUNQLGdDQUFxQjtZQUNsQiwyQkFJTztZQUNWLGlCQUFPLEVBQUE7WUFFViw2QkFBbUIsZUFBQTtZQUViLDJCQUdPO1lBQ1YsaUJBQU8sRUFBQTtZQUVWLDZCQUFtQixlQUFBLGVBQUE7WUFFK0QseWRBTXBCO1lBQUEsaUJBQU8sRUFBQTtZQUNsRSxnQ0FDc0Y7WUFDbkYsc0JBQUksVUFBQTtZQUVKLCtCQUFRLGVBQUE7WUFBK0MsZ0RBQzVDO1lBQUEsaUJBQU8sRUFBQTtZQUFTLDBCQUFHO1lBQUEsc0JBQUksVUFBQTtZQUVsQyxpQkFBSTtZQUFBLGdDQUFxQixlQUFBO1lBQ2lCLDBHQUNXO1lBQUEsaUJBQU8sRUFBQTtZQUFPLHNCQUFJLFVBQUE7WUFFdkUsZ0NBQXFCLGVBQUE7WUFDQSxvR0FDQztZQUFBLGlCQUFPLEVBQUE7WUFBTyxzQkFBSTtZQUN4QyxnQ0FBcUIsZUFBQTtZQUNBLHlIQUNQO1lBQUEsaUJBQU8sRUFBQTtZQUFPLHNCQUFJO1lBQ2hDLGdDQUFxQixlQUFBO1lBQ0EseUhBQ047WUFBQSxpQkFBTyxFQUFBO1lBQU8sc0JBQUk7WUFDakMsZ0NBQXFCLGVBQUE7WUFDQSxrSEFDYjtZQUFBLGlCQUFPLEVBQUE7WUFBTyxzQkFBSTtZQUMxQixnQ0FBcUIsZUFBQTtZQUNBLDJIQUNSO1lBQUEsaUJBQU8sRUFBQTtZQUFPLHNCQUFJLFVBQUE7WUFFL0IsZ0NBQXFCLGVBQUE7WUFDQSx1REFBc0M7WUFBQSxpQkFBTyxFQUFBO1lBQU8sc0JBQUksYUFBQTtZQUVoRixpQkFBTyxFQUFBLEVBQUEsRUFBQTtZQUtkLG1DQUFZLGVBQUEsc0JBQUE7WUFFaUMseUdBQVMsV0FBTyxJQUFDO1lBQ3ZELGdDQUFxRDtZQUNyRCx3QkFDRjtZQUFBLGlCQUFhLEVBQUEsRUFBQTs7O2lGRDFFTCx1QkFBdUI7Y0FMbkMsU0FBUzsyQkFDRSwwQkFBMEI7O2tGQUl6Qix1QkFBdUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUG9wb3ZlckNvbnRyb2xsZXIgfSBmcm9tICdAaW9uaWMvYW5ndWxhcic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FwcC1hY2Nlc3NpYmlsaXR5LXBvbGljeScsXG4gIHRlbXBsYXRlVXJsOiAnLi9hY2Nlc3NpYmlsaXR5LXBvbGljeS5wYWdlLmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9hY2Nlc3NpYmlsaXR5LXBvbGljeS5wYWdlLnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgQWNjZXNzaWJpbGl0eVBvbGljeVBhZ2UgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIGNvbnN0cnVjdG9yKHB1YmxpYyBwb3B1cDogUG9wb3ZlckNvbnRyb2xsZXIpIHsgfVxuXG4gIG5nT25Jbml0KCkge1xuICB9XG5cbiAgY2xvc2UoKXtcbiAgICB0aGlzLnBvcHVwLmRpc21pc3MoKS5jYXRjaChlcnIgPT4ge1xuICAgICAgd2luZG93LmNsb3NlKCk7XG4gICAgfSk7XG4gIH1cblxufVxuIiwiPGlvbi1oZWFkZXI+XG4gIDxpb24tdG9vbGJhcj5cbiAgICA8aW9uLXRpdGxlPkFjY2Vzc2liaWxpdHkgUG9saWN5PC9pb24tdGl0bGU+XG4gIDwvaW9uLXRvb2xiYXI+XG48L2lvbi1oZWFkZXI+XG5cbjxpb24tY29udGVudCBjbGFzcz1cImlvbi1wYWRkaW5nXCI+XG4gIDxkaXYgY2xhc3M9V29yZFNlY3Rpb24xPlxuICAgIDxwIGNsYXNzPU1zb05vcm1hbD5cbiAgICAgICA8c3BhbiBjbGFzcz1jb250ZW50MT48c3BhbiBzdHlsZT0nZm9udC1zaXplOjEwLjBwdDtcbiAgICAgICAgICBtc28tYmlkaS1mb250LXNpemU6OC4wcHQ7Zm9udC1mYW1pbHk6XCJBcmlhbFwiLFwic2Fucy1zZXJpZlwiO2NvbG9yOndpbmRvd3RleHQnPlRoZVxuICAgICAgIE1pc3Npc3NpcHBpIERlcGFydG1lbnQgb2YgRW1wbG95bWVudCBTZWN1cml0eSAoTURFUykgaXMgY29tbWl0dGVkIHRvIHByb3ZpZGluZ1xuICAgICAgIGVtcGxveWVlcyBhbmQgdGhlIHB1YmxpYywgaW5jbHVkaW5nIGRpc2FibGVkIGluZGl2aWR1YWxzLCBhY2Nlc3MgdG8gaXRzXG4gICAgICAgd2ViLWJhc2VkIGluZm9ybWF0aW9uIGFuZCBzZXJ2aWNlcy4gTURFUyBtYWtlcyBldmVyeSBlZmZvcnQgdG8gcmVtYWluIGluXG4gICAgICAgY29tcGxpYW5jZSB3aXRoIFByaW9yaXR5IE9uZSBvZiB0aGUgVzNDIEd1aWRlbGluZXMgYW5kIHRoZSBndWlkZWxpbmVzIGluXG4gICAgICAgU2VjdGlvbiA1MDggb2YgdGhlIFJlaGFiaWxpdGF0aW9uIEFjdCB0aGF0IGFyZSBub3QgY292ZXJlZCBpbiBXM0MgUHJpb3JpdHkgT25lLlxuICAgICAgIDwvc3Bhbj48L3NwYW4+XG4gICAgICAgPHNwYW4gY2xhc3M9Y29udGVudDE+XG4gICAgICAgICAgPHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7bXNvLWJpZGktZm9udC1zaXplOlxuICAgICAgICAgICAgIDguMHB0O2ZvbnQtZmFtaWx5OlwiQXJpYWxcIixcInNhbnMtc2VyaWZcIjttc28tYmlkaS1mb250LWZhbWlseTpcIlRpbWVzIE5ldyBSb21hblwiO1xuICAgICAgICAgICAgIGNvbG9yOndpbmRvd3RleHQnPlxuICAgICAgICAgICAgIFxuICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICA8L3NwYW4+XG4gICAgPC9wPlxuICAgIDxwIGNsYXNzPU1zb05vcm1hbD5cbiAgICAgICA8c3BhbiBjbGFzcz1jb250ZW50MT5cbiAgICAgICAgICA8c3BhbiBzdHlsZT0nZm9udC1zaXplOjEwLjBwdDtcbiAgICAgICAgICAgICBtc28tYmlkaS1mb250LXNpemU6OC4wcHQ7Zm9udC1mYW1pbHk6XCJBcmlhbFwiLFwic2Fucy1zZXJpZlwiO2NvbG9yOndpbmRvd3RleHQnPlxuICAgICAgICAgICAgIFxuICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICA8L3NwYW4+XG4gICAgPC9wPlxuICAgIDxwIGNsYXNzPU1zb05vcm1hbD5cbiAgICAgICA8c3BhbiBjbGFzcz1jb250ZW50MT48c3BhbiBzdHlsZT0nZm9udC1zaXplOjEwLjBwdDtcbiAgICAgICAgICBtc28tYmlkaS1mb250LXNpemU6OC4wcHQ7Zm9udC1mYW1pbHk6XCJBcmlhbFwiLFwic2Fucy1zZXJpZlwiO2NvbG9yOndpbmRvd3RleHQnPlRvXG4gICAgICAgcmVhY2ggdGhlIHdpZGVzdCBhdWRpZW5jZSBwb3NzaWJsZSwgdGhpcyBzaXRlIGlzIGRlc2lnbmVkIHRvIGJlIHZpZXdhYmxlIGZyb21cbiAgICAgICBtb3N0IGNvbW1lcmNpYWxseSBhdmFpbGFibGUgSW50ZXJuZXQgYnJvd3NlcnMgYW5kIGJyb3dzZXIgdmVyc2lvbnMuIFRoZSBwYWdlc1xuICAgICAgIGhhdmUgYmVlbiB0ZXN0ZWQgdXNpbmcgdGhlIG1vc3QgY29tbW9uIGNvbW1lcmNpYWxseSBhdmFpbGFibGUgc2NyZWVuIHJlYWRlcnMgdG9cbiAgICAgICBoZWxwIGFzc3VyZSBhY2Nlc3NpYmlsaXR5LiBIb3dldmVyLCBzaW5jZSB0aGUgTURFUyBwb3J0YWwgcHJvdmlkZXMgbWFueSBsaW5rc1xuICAgICAgIHRvIHdlYnNpdGVzIHRoYXQgYXJlIG5vdCBjcmVhdGVkIG9yIG1haW50YWluZWQgYnkgTURFUywgaXQgaXMgcG9zc2libGUgdG8gcmVhY2hcbiAgICAgICBzaXRlcyB0aGF0IGFyZSBub3QgYWNjZXNzaWJsZSB0byBwZXJzb25zIHdpdGggZGlzYWJpbGl0aWVzLjwvc3Bhbj48L3NwYW4+XG4gICAgICAgPHNwYW5cbiAgICAgICAgICBzdHlsZT0nZm9udC1zaXplOjEwLjBwdDttc28tYmlkaS1mb250LXNpemU6OC4wcHQ7Zm9udC1mYW1pbHk6XCJBcmlhbFwiLFwic2Fucy1zZXJpZlwiJz5cbiAgICAgICAgICA8YnI+XG4gICAgICAgICAgPGJyPlxuICAgICAgICAgIDxzdHJvbmc+PHNwYW4gc3R5bGU9J2ZvbnQtZmFtaWx5OlwiQXJpYWxcIixcInNhbnMtc2VyaWZcIic+TURFUy5tcy5nb3YgQ29udGFjdFxuICAgICAgICAgIEluZm9ybWF0aW9uPC9zcGFuPjwvc3Ryb25nPjxiPjxicj5cbiAgICAgICAgICA8YnI+XG4gICAgICAgICAgPC9iPjxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuIHN0eWxlPSdtc28tYW5zaS1mb250LXNpemU6MTAuMHB0O2ZvbnQtZmFtaWx5OlxuICAgICAgICAgICAgIFwiQXJpYWxcIixcInNhbnMtc2VyaWZcIjtjb2xvcjp3aW5kb3d0ZXh0Jz5JZiB5b3UgbmVlZCBhc3Npc3RhbmNlIGFjY2Vzc2luZyBvclxuICAgICAgICAgIHV0aWxpemluZyB0aGUgTURFUyB3ZWIgZmFjaWxpdGllcywgcGxlYXNlIGNvbnRhY3QgdXM6PC9zcGFuPjwvc3Bhbj48YnI+XG4gICAgICAgICAgPGJyPlxuICAgICAgICAgIDxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuIHN0eWxlPSdtc28tYW5zaS1mb250LXNpemU6MTAuMHB0O2ZvbnQtZmFtaWx5OlwiQXJpYWxcIixcInNhbnMtc2VyaWZcIjtcbiAgICAgICAgICAgICBjb2xvcjp3aW5kb3d0ZXh0Jz5NYWlsOiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwO01TIERlcGFydG1lbnRcbiAgICAgICAgICBvZiBFbXBsb3ltZW50IFNlY3VyaXR5PC9zcGFuPjwvc3Bhbj48YnI+XG4gICAgICAgICAgPHNwYW4gY2xhc3M9Y29udGVudDE+PHNwYW4gc3R5bGU9J21zby1hbnNpLWZvbnQtc2l6ZToxMC4wcHQ7Zm9udC1mYW1pbHk6XCJBcmlhbFwiLFwic2Fucy1zZXJpZlwiO1xuICAgICAgICAgICAgIGNvbG9yOndpbmRvd3RleHQnPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwO0FUVE46XG4gICAgICAgICAgUG9ydGFsIE1hbmFnZXI8L3NwYW4+PC9zcGFuPjxicj5cbiAgICAgICAgICA8c3BhbiBjbGFzcz1jb250ZW50MT48c3BhbiBzdHlsZT0nbXNvLWFuc2ktZm9udC1zaXplOjEwLjBwdDtmb250LWZhbWlseTpcIkFyaWFsXCIsXCJzYW5zLXNlcmlmXCI7XG4gICAgICAgICAgICAgY29sb3I6d2luZG93dGV4dCc+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7MTIzNVxuICAgICAgICAgIEVjaGVsb24gUGFya3dheTwvc3Bhbj48L3NwYW4+PGJyPlxuICAgICAgICAgIDxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuIHN0eWxlPSdtc28tYW5zaS1mb250LXNpemU6MTAuMHB0O2ZvbnQtZmFtaWx5OlwiQXJpYWxcIixcInNhbnMtc2VyaWZcIjtcbiAgICAgICAgICAgICBjb2xvcjp3aW5kb3d0ZXh0Jz4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDtQLk8uXG4gICAgICAgICAgQm94IDE2OTk8L3NwYW4+PC9zcGFuPjxicj5cbiAgICAgICAgICA8c3BhbiBjbGFzcz1jb250ZW50MT48c3BhbiBzdHlsZT0nbXNvLWFuc2ktZm9udC1zaXplOjEwLjBwdDtmb250LWZhbWlseTpcIkFyaWFsXCIsXCJzYW5zLXNlcmlmXCI7XG4gICAgICAgICAgICAgY29sb3I6d2luZG93dGV4dCc+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7SmFja3NvbixcbiAgICAgICAgICBNUyAzOTIxNS0xNjk5PC9zcGFuPjwvc3Bhbj48YnI+XG4gICAgICAgICAgPGJyPlxuICAgICAgICAgIDxzcGFuIGNsYXNzPWNvbnRlbnQxPjxzcGFuIHN0eWxlPSdtc28tYW5zaS1mb250LXNpemU6MTAuMHB0O2ZvbnQtZmFtaWx5OlwiQXJpYWxcIixcInNhbnMtc2VyaWZcIjtcbiAgICAgICAgICAgICBjb2xvcjp3aW5kb3d0ZXh0Jz5QaG9uZTombmJzcDsmbmJzcDsmbmJzcDsoNjAxKSAzMjEtNjAwMDwvc3Bhbj48L3NwYW4+PGJyPlxuICAgICAgICAgIDxiciBzdHlsZT0nbXNvLXNwZWNpYWwtY2hhcmFjdGVyOmxpbmUtYnJlYWsnPlxuICAgICAgIDwvc3Bhbj5cbiAgICA8L3A+XG4gPC9kaXY+XG48L2lvbi1jb250ZW50PlxuXG48aW9uLWZvb3Rlcj5cbiAgIDxkaXYgY2xhc3M9XCJpb24tdGV4dC1yaWdodCBpb24tcGFkZGluZ1wiPlxuICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgdHlwZT1cInN1Ym1pdFwiIChjbGljayk9XCJjbG9zZSgpXCIgY29sb3I9XCJzdWNjZXNzXCI+XG4gICAgICAgPGlvbi1pY29uIHNsb3Q9XCJzdGFydFwiIG5hbWU9XCJjbG9zZS1zaGFycFwiPjwvaW9uLWljb24+XG4gICAgICAgQ2xvc2VcbiAgICAgPC9pb24tYnV0dG9uPlxuICAgPC9kaXY+XG4gPC9pb24tZm9vdGVyPiJdfQ==