@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
@@ -0,0 +1,49 @@
1
+ import { Component, Input } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@ionic/angular";
4
+ import * as i2 from "primeng/button";
5
+ import * as i3 from "primeng/api";
6
+ import * as i4 from "primeng/tooltip";
7
+ import * as i5 from "primeng/overlaypanel";
8
+ import * as i6 from "primeng/ripple";
9
+ import * as i7 from "@ngx-translate/core";
10
+ function HelpComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
11
+ i0.ɵɵelementStart(0, "ion-label", 4);
12
+ i0.ɵɵelement(1, "span", 5);
13
+ i0.ɵɵpipe(2, "translate");
14
+ i0.ɵɵelementEnd();
15
+ } if (rf & 2) {
16
+ const ctx_r1 = i0.ɵɵnextContext();
17
+ i0.ɵɵadvance(1);
18
+ i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind1(2, 1, ctx_r1.msg), i0.ɵɵsanitizeHtml);
19
+ } }
20
+ export class HelpComponent {
21
+ constructor() { }
22
+ ngOnInit() {
23
+ }
24
+ static { this.ɵfac = function HelpComponent_Factory(t) { return new (t || HelpComponent)(); }; }
25
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HelpComponent, selectors: [["app-help"]], inputs: { msg: "msg", tooltip: "tooltip" }, decls: 4, vars: 1, consts: [["showCloseIcon", "true"], ["op", ""], ["pTemplate", "", "style", "background: cornsilk;"], ["type", "button", "pButton", "", "pRipple", "", "icon", "pi pi-question-circle", 1, "p-button-raised", 3, "pTooltip", "click"], ["color", "dark"], [2, "font-size", "small", 3, "innerHTML"]], template: function HelpComponent_Template(rf, ctx) { if (rf & 1) {
26
+ const _r2 = i0.ɵɵgetCurrentView();
27
+ i0.ɵɵelementStart(0, "p-overlayPanel", 0, 1);
28
+ i0.ɵɵtemplate(2, HelpComponent_ng_template_2_Template, 3, 3, "ng-template", 2);
29
+ i0.ɵɵelementEnd();
30
+ i0.ɵɵelementStart(3, "button", 3);
31
+ i0.ɵɵlistener("click", function HelpComponent_Template_button_click_3_listener($event) { i0.ɵɵrestoreView(_r2); const _r0 = i0.ɵɵreference(1); return i0.ɵɵresetView(_r0.toggle($event)); });
32
+ i0.ɵɵelementEnd();
33
+ } if (rf & 2) {
34
+ i0.ɵɵadvance(3);
35
+ i0.ɵɵproperty("pTooltip", ctx.tooltip ? ctx.tooltip : "What is this?");
36
+ } }, dependencies: [i1.IonLabel, i2.ButtonDirective, i3.PrimeTemplate, i4.Tooltip, i5.OverlayPanel, i6.Ripple, i7.TranslatePipe], styles: ["button[_ngcontent-%COMP%]{border-top-left-radius:0!important;border-bottom-left-radius:0!important}button[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]{font-size:1.5rem!important}"] }); }
37
+ }
38
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HelpComponent, [{
39
+ type: Component,
40
+ args: [{ selector: 'app-help', template: "<p-overlayPanel #op showCloseIcon=\"true\">\n <ng-template pTemplate style=\"background: cornsilk;\">\n <ion-label color=\"dark\">\n <span [innerHTML]=\"msg | translate\" style=\"font-size: small;\"></span>\n </ion-label>\n </ng-template>\n</p-overlayPanel>\n<button type=\"button\" pButton pRipple icon=\"pi pi-question-circle\" \n (click)=\"op.toggle($event)\" class=\"p-button-raised\"\n [pTooltip]=\"tooltip ? tooltip : 'What is this?'\"></button>", styles: ["button{border-top-left-radius:0!important;border-bottom-left-radius:0!important}button>span{font-size:1.5rem!important}\n"] }]
41
+ }], () => [], { msg: [{
42
+ type: Input,
43
+ args: ["msg"]
44
+ }], tooltip: [{
45
+ type: Input,
46
+ args: ["tooltip"]
47
+ }] }); })();
48
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HelpComponent, { className: "HelpComponent" }); })();
49
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVscC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvaGVscC9oZWxwLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9oZWxwL2hlbHAuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQVUsTUFBTSxlQUFlLENBQUM7Ozs7Ozs7Ozs7SUNFbkQsb0NBQXdCO0lBQ3RCLDBCQUFxRTs7SUFDdkUsaUJBQVk7OztJQURKLGVBQTZCO0lBQTdCLCtFQUE2Qjs7QURJM0MsTUFBTSxPQUFPLGFBQWE7SUFReEIsZ0JBQWdCLENBQUM7SUFFakIsUUFBUTtJQUNSLENBQUM7OEVBWFUsYUFBYTtvRUFBYixhQUFhOztZQ1AxQiw0Q0FBeUM7WUFDckMsOEVBSWM7WUFDbEIsaUJBQWlCO1lBQ2pCLGlDQUV5RDtZQURoRCxzSkFBUyxlQUFBLGtCQUFpQixDQUFBLElBQUM7WUFDcUIsaUJBQVM7O1lBQTFELGVBQWdEO1lBQWhELHNFQUFnRDs7O2lGREYzQyxhQUFhO2NBTHpCLFNBQVM7MkJBQ0UsVUFBVTtvQkFPcEIsR0FBRztrQkFERixLQUFLO21CQUFDLEtBQUs7WUFJWixPQUFPO2tCQUROLEtBQUs7bUJBQUMsU0FBUzs7a0ZBTEwsYUFBYSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtaGVscCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9oZWxwLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vaGVscC5jb21wb25lbnQuY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgSGVscENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgQElucHV0KFwibXNnXCIpXG4gIG1zZyA6IHN0cmluZztcblxuICBASW5wdXQoXCJ0b29sdGlwXCIpXG4gIHRvb2x0aXAgOiBzdHJpbmc7XG4gIFxuICBjb25zdHJ1Y3RvcigpIHsgfVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICB9XG5cbn1cbiIsIjxwLW92ZXJsYXlQYW5lbCAjb3Agc2hvd0Nsb3NlSWNvbj1cInRydWVcIj5cbiAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlIHN0eWxlPVwiYmFja2dyb3VuZDogY29ybnNpbGs7XCI+XG4gICAgICA8aW9uLWxhYmVsIGNvbG9yPVwiZGFya1wiPlxuICAgICAgICA8c3BhbiBbaW5uZXJIVE1MXT1cIm1zZyB8IHRyYW5zbGF0ZVwiIHN0eWxlPVwiZm9udC1zaXplOiBzbWFsbDtcIj48L3NwYW4+XG4gICAgICA8L2lvbi1sYWJlbD5cbiAgICA8L25nLXRlbXBsYXRlPlxuPC9wLW92ZXJsYXlQYW5lbD5cbjxidXR0b24gdHlwZT1cImJ1dHRvblwiIHBCdXR0b24gcFJpcHBsZSBpY29uPVwicGkgcGktcXVlc3Rpb24tY2lyY2xlXCIgXG4gICAgICAgICAoY2xpY2spPVwib3AudG9nZ2xlKCRldmVudClcIiBjbGFzcz1cInAtYnV0dG9uLXJhaXNlZFwiXG4gICAgICAgIFtwVG9vbHRpcF09XCJ0b29sdGlwID8gdG9vbHRpcCA6ICdXaGF0IGlzIHRoaXM/J1wiPjwvYnV0dG9uPiJdfQ==
@@ -0,0 +1,65 @@
1
+ import { Component } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "../../services/idle/idle.service";
4
+ import * as i2 from "../../services/login/login.service";
5
+ import * as i3 from "@angular/router";
6
+ import * as i4 from "@ionic/angular";
7
+ import * as i5 from "primeng/api";
8
+ import * as i6 from "primeng/dialog";
9
+ import * as i7 from "@ngx-translate/core";
10
+ function IdleDetectorComponent_ng_template_1_Template(rf, ctx) { if (rf & 1) {
11
+ i0.ɵɵelementStart(0, "ion-grid")(1, "ion-row")(2, "ion-col", 9);
12
+ i0.ɵɵtext(3);
13
+ i0.ɵɵpipe(4, "translate");
14
+ i0.ɵɵelementEnd()()();
15
+ } if (rf & 2) {
16
+ i0.ɵɵadvance(3);
17
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(4, 1, "Idle Session Warning!"), " ");
18
+ } }
19
+ export class IdleDetectorComponent {
20
+ constructor(is, ls, r) {
21
+ this.is = is;
22
+ this.ls = ls;
23
+ this.r = r;
24
+ }
25
+ ngOnInit() {
26
+ this.is.setupIdalTimeout();
27
+ this.is.setupSessionTimeoutObserver();
28
+ }
29
+ logout() {
30
+ this.ls.logout();
31
+ this.r.navigateByUrl('login');
32
+ this.is.reset();
33
+ }
34
+ static { this.ɵfac = function IdleDetectorComponent_Factory(t) { return new (t || IdleDetectorComponent)(i0.ɵɵdirectiveInject(i1.IdleService), i0.ɵɵdirectiveInject(i2.LoginService), i0.ɵɵdirectiveInject(i3.Router)); }; }
35
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: IdleDetectorComponent, selectors: [["app-idle-detector"]], decls: 18, vars: 2, consts: [["modal", "true", "showHeader", "false", "closable", "false", "styleClass", "app-box", 3, "visible"], ["pTemplate", "header"], [1, "ion-padding", "full-height"], [1, "ion-text-justify"], [1, "ion-text-center"], ["shape", "round", "type", "submit", "color", "success", 1, "ion-paddight-right", 3, "click"], ["slot", "start", "name", "log-in-outline"], ["shape", "round", "type", "reset", "color", "medium", 1, "ion-paddight-left", 3, "click"], ["slot", "start", "name", "log-out-outline"], [1, "ion-text-left", "heading"]], template: function IdleDetectorComponent_Template(rf, ctx) { if (rf & 1) {
36
+ i0.ɵɵelementStart(0, "p-dialog", 0);
37
+ i0.ɵɵtemplate(1, IdleDetectorComponent_ng_template_1_Template, 5, 3, "ng-template", 1);
38
+ i0.ɵɵelementStart(2, "div", 2)(3, "div", 3);
39
+ i0.ɵɵtext(4, " No Recent Activity. ");
40
+ i0.ɵɵelement(5, "br")(6, "br");
41
+ i0.ɵɵtext(7);
42
+ i0.ɵɵelementEnd()();
43
+ i0.ɵɵelementStart(8, "p-footer")(9, "ion-row")(10, "ion-col", 4)(11, "ion-button", 5);
44
+ i0.ɵɵlistener("click", function IdleDetectorComponent_Template_ion_button_click_11_listener() { return ctx.is.stay(); });
45
+ i0.ɵɵelement(12, "ion-icon", 6);
46
+ i0.ɵɵtext(13, " CONTINUE ");
47
+ i0.ɵɵelementEnd();
48
+ i0.ɵɵtext(14, " \u00A0 ");
49
+ i0.ɵɵelementStart(15, "ion-button", 7);
50
+ i0.ɵɵlistener("click", function IdleDetectorComponent_Template_ion_button_click_15_listener() { return ctx.logout(); });
51
+ i0.ɵɵelement(16, "ion-icon", 8);
52
+ i0.ɵɵtext(17, " Logout ");
53
+ i0.ɵɵelementEnd()()()()();
54
+ } if (rf & 2) {
55
+ i0.ɵɵproperty("visible", ctx.is.showSessionTimeoutWarning.getValue());
56
+ i0.ɵɵadvance(7);
57
+ i0.ɵɵtextInterpolate1(" Select CONTINUE to remain active in the application or you will be logged out in ", ctx.is.counter.getValue(), " seconds. ");
58
+ } }, dependencies: [i4.IonButton, i4.IonCol, i4.IonGrid, i4.IonIcon, i4.IonRow, i5.Footer, i5.PrimeTemplate, i6.Dialog, i7.TranslatePipe], styles: [".heading[_ngcontent-%COMP%]{font-family:var(--app-font-light);color:var(--ion-color-medium-gray);font-size:23px}"] }); }
59
+ }
60
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(IdleDetectorComponent, [{
61
+ type: Component,
62
+ args: [{ selector: 'app-idle-detector', template: "<p-dialog [visible]=\"is.showSessionTimeoutWarning.getValue()\" modal=\"true\"\n showHeader=\"false\" closable=\"false\" styleClass=\"app-box\">\n \n <ng-template pTemplate=\"header\">\n <ion-grid>\n <ion-row>\n <ion-col class=\"ion-text-left heading\">\n {{'Idle Session Warning!' | translate}}\n </ion-col>\n </ion-row>\n </ion-grid>\n </ng-template>\n \n <div class=\"ion-padding full-height\">\n <div class=\"ion-text-justify\">\n No Recent Activity.\n <br /> <br />\n Select CONTINUE to remain active in the application or you will be logged out in {{is.counter.getValue()}} seconds.\n </div>\n </div>\n <p-footer>\n <ion-row>\n <ion-col class=\"ion-text-center\">\n <ion-button shape=\"round\" type=\"submit\" (click)=\"is.stay()\" color=\"success\" class=\"ion-paddight-right\">\n <ion-icon slot=\"start\" name=\"log-in-outline\"></ion-icon>\n CONTINUE\n </ion-button>\n &nbsp;\n <ion-button shape=\"round\" type=\"reset\" (click)=\"logout()\" color=\"medium\"\n class=\"ion-paddight-left\">\n <ion-icon slot=\"start\" name=\"log-out-outline\"></ion-icon>\n Logout\n </ion-button>\n </ion-col>\n </ion-row>\n </p-footer>\n</p-dialog>", styles: [".heading{font-family:var(--app-font-light);color:var(--ion-color-medium-gray);font-size:23px}\n"] }]
63
+ }], () => [{ type: i1.IdleService }, { type: i2.LoginService }, { type: i3.Router }], null); })();
64
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(IdleDetectorComponent, { className: "IdleDetectorComponent" }); })();
65
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWRsZS1kZXRlY3Rvci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvaWRsZS1kZXRlY3Rvci9pZGxlLWRldGVjdG9yLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9pZGxlLWRldGVjdG9yL2lkbGUtZGV0ZWN0b3IuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQzs7Ozs7Ozs7OztJQ0k5QyxnQ0FBVSxjQUFBLGlCQUFBO0lBR0osWUFDRjs7SUFBQSxpQkFBVSxFQUFBLEVBQUE7O0lBRFIsZUFDRjtJQURFLDhFQUNGOztBREVSLE1BQU0sT0FBTyxxQkFBcUI7SUFFaEMsWUFBbUIsRUFBZ0IsRUFBVSxFQUFnQixFQUFVLENBQVM7UUFBN0QsT0FBRSxHQUFGLEVBQUUsQ0FBYztRQUFVLE9BQUUsR0FBRixFQUFFLENBQWM7UUFBVSxNQUFDLEdBQUQsQ0FBQyxDQUFRO0lBQUksQ0FBQztJQUVyRixRQUFRO1FBQ04sSUFBSSxDQUFDLEVBQUUsQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDO1FBQzNCLElBQUksQ0FBQyxFQUFFLENBQUMsMkJBQTJCLEVBQUUsQ0FBQztJQUN4QyxDQUFDO0lBRUQsTUFBTTtRQUNKLElBQUksQ0FBQyxFQUFFLENBQUMsTUFBTSxFQUFFLENBQUM7UUFDakIsSUFBSSxDQUFDLENBQUMsQ0FBQyxhQUFhLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDOUIsSUFBSSxDQUFDLEVBQUUsQ0FBQyxLQUFLLEVBQUUsQ0FBQztJQUNsQixDQUFDO3NGQWJVLHFCQUFxQjtvRUFBckIscUJBQXFCO1lDVmxDLG1DQUMyRDtZQUV6RCxzRkFRYztZQUVkLDhCQUFxQyxhQUFBO1lBRWpDLHFDQUNBO1lBQUEscUJBQU0sU0FBQTtZQUNOLFlBQ0Y7WUFBQSxpQkFBTSxFQUFBO1lBRVIsZ0NBQVUsY0FBQSxrQkFBQSxxQkFBQTtZQUdvQyx1R0FBUyxhQUFTLElBQUM7WUFDekQsK0JBQXdEO1lBQ3hELDJCQUNGO1lBQUEsaUJBQWE7WUFDYix5QkFDQTtZQUFBLHNDQUM0QjtZQURXLHVHQUFTLFlBQVEsSUFBQztZQUV2RCwrQkFBeUQ7WUFDekQseUJBQ0Y7WUFBQSxpQkFBYSxFQUFBLEVBQUEsRUFBQSxFQUFBOztZQWhDWCxxRUFBbUQ7WUFpQnZELGVBQ0Y7WUFERSxvSkFDRjs7O2lGRFJTLHFCQUFxQjtjQUxqQyxTQUFTOzJCQUNFLG1CQUFtQjs7a0ZBSWxCLHFCQUFxQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBSb3V0ZXIgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuaW1wb3J0IHsgSWRsZVNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9pZGxlL2lkbGUuc2VydmljZSc7XG5pbXBvcnQgeyBMb2dpblNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9sb2dpbi9sb2dpbi5zZXJ2aWNlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLWlkbGUtZGV0ZWN0b3InLFxuICB0ZW1wbGF0ZVVybDogJy4vaWRsZS1kZXRlY3Rvci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2lkbGUtZGV0ZWN0b3IuY29tcG9uZW50LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgSWRsZURldGVjdG9yQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcblxuICBjb25zdHJ1Y3RvcihwdWJsaWMgaXMgOiBJZGxlU2VydmljZSwgcHJpdmF0ZSBsczogTG9naW5TZXJ2aWNlLCBwcml2YXRlIHI6IFJvdXRlcikgeyB9XG5cbiAgbmdPbkluaXQoKSB7XG4gICAgdGhpcy5pcy5zZXR1cElkYWxUaW1lb3V0KCk7XG4gICAgdGhpcy5pcy5zZXR1cFNlc3Npb25UaW1lb3V0T2JzZXJ2ZXIoKTtcbiAgfVxuXG4gIGxvZ291dCgpIHtcbiAgICB0aGlzLmxzLmxvZ291dCgpO1xuICAgIHRoaXMuci5uYXZpZ2F0ZUJ5VXJsKCdsb2dpbicpO1xuICAgIHRoaXMuaXMucmVzZXQoKTtcbiAgfVxuXG59XG4iLCI8cC1kaWFsb2cgW3Zpc2libGVdPVwiaXMuc2hvd1Nlc3Npb25UaW1lb3V0V2FybmluZy5nZXRWYWx1ZSgpXCIgbW9kYWw9XCJ0cnVlXCJcbiAgc2hvd0hlYWRlcj1cImZhbHNlXCIgY2xvc2FibGU9XCJmYWxzZVwiIHN0eWxlQ2xhc3M9XCJhcHAtYm94XCI+XG4gIFxuICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiaGVhZGVyXCI+XG4gICAgPGlvbi1ncmlkPlxuICAgICAgPGlvbi1yb3c+XG4gICAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtbGVmdCBoZWFkaW5nXCI+XG4gICAgICAgICAge3snSWRsZSBTZXNzaW9uIFdhcm5pbmchJyB8IHRyYW5zbGF0ZX19XG4gICAgICAgIDwvaW9uLWNvbD5cbiAgICAgIDwvaW9uLXJvdz5cbiAgICA8L2lvbi1ncmlkPlxuICA8L25nLXRlbXBsYXRlPlxuICBcbiAgPGRpdiBjbGFzcz1cImlvbi1wYWRkaW5nIGZ1bGwtaGVpZ2h0XCI+XG4gICAgPGRpdiBjbGFzcz1cImlvbi10ZXh0LWp1c3RpZnlcIj5cbiAgICAgIE5vIFJlY2VudCBBY3Rpdml0eS5cbiAgICAgIDxiciAvPiA8YnIgLz5cbiAgICAgIFNlbGVjdCBDT05USU5VRSB0byByZW1haW4gYWN0aXZlIGluIHRoZSBhcHBsaWNhdGlvbiBvciB5b3Ugd2lsbCBiZSBsb2dnZWQgb3V0IGluIHt7aXMuY291bnRlci5nZXRWYWx1ZSgpfX0gc2Vjb25kcy5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG4gIDxwLWZvb3Rlcj5cbiAgICA8aW9uLXJvdz5cbiAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtY2VudGVyXCI+XG4gICAgICAgIDxpb24tYnV0dG9uIHNoYXBlPVwicm91bmRcIiB0eXBlPVwic3VibWl0XCIgKGNsaWNrKT1cImlzLnN0YXkoKVwiIGNvbG9yPVwic3VjY2Vzc1wiIGNsYXNzPVwiaW9uLXBhZGRpZ2h0LXJpZ2h0XCI+XG4gICAgICAgICAgPGlvbi1pY29uIHNsb3Q9XCJzdGFydFwiIG5hbWU9XCJsb2ctaW4tb3V0bGluZVwiPjwvaW9uLWljb24+XG4gICAgICAgICAgQ09OVElOVUVcbiAgICAgICAgPC9pb24tYnV0dG9uPlxuICAgICAgICAmbmJzcDtcbiAgICAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIHR5cGU9XCJyZXNldFwiIChjbGljayk9XCJsb2dvdXQoKVwiIGNvbG9yPVwibWVkaXVtXCJcbiAgICAgICAgICBjbGFzcz1cImlvbi1wYWRkaWdodC1sZWZ0XCI+XG4gICAgICAgICAgPGlvbi1pY29uIHNsb3Q9XCJzdGFydFwiIG5hbWU9XCJsb2ctb3V0LW91dGxpbmVcIj48L2lvbi1pY29uPlxuICAgICAgICAgIExvZ291dFxuICAgICAgICA8L2lvbi1idXR0b24+XG4gICAgICA8L2lvbi1jb2w+XG4gICAgPC9pb24tcm93PlxuICA8L3AtZm9vdGVyPlxuPC9wLWRpYWxvZz4iXX0=
@@ -1,188 +1,187 @@
1
- import { Component, EventEmitter, Input, Output } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "../../services/notification/notification.service";
4
- import * as i2 from "@ionic/angular";
5
- import * as i3 from "@angular/common";
6
- import * as i4 from "primeng/api";
7
- import * as i5 from "primeng/carousel";
8
- import * as i6 from "primeng/divider";
9
- import * as i7 from "@fortawesome/angular-fontawesome";
10
- function InfoComponent_div_0_Template(rf, ctx) { if (rf & 1) {
11
- i0.ɵɵelementStart(0, "div", 3)(1, "h1");
12
- i0.ɵɵtext(2);
13
- i0.ɵɵelementEnd();
14
- i0.ɵɵelement(3, "p-divider");
15
- i0.ɵɵelementEnd();
16
- } if (rf & 2) {
17
- const ctx_r0 = i0.ɵɵnextContext();
18
- i0.ɵɵadvance(2);
19
- i0.ɵɵtextInterpolate(ctx_r0.heading);
20
- } }
21
- function InfoComponent_div_1_ion_col_6_ion_button_11_Template(rf, ctx) { if (rf & 1) {
22
- const _r10 = i0.ɵɵgetCurrentView();
23
- i0.ɵɵelementStart(0, "ion-button", 17);
24
- i0.ɵɵlistener("click", function InfoComponent_div_1_ion_col_6_ion_button_11_Template_ion_button_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r10); const link_r8 = restoredCtx.$implicit; const ctx_r9 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r9.open(link_r8)); });
25
- i0.ɵɵtext(1);
26
- i0.ɵɵelementEnd();
27
- } if (rf & 2) {
28
- const link_r8 = ctx.$implicit;
29
- i0.ɵɵadvance(1);
30
- i0.ɵɵtextInterpolate1("", link_r8.linkDesc, " ");
31
- } }
32
- function InfoComponent_div_1_ion_col_6_p_divider_12_Template(rf, ctx) { if (rf & 1) {
33
- i0.ɵɵelement(0, "p-divider", 18);
34
- } }
35
- const _c0 = function (a1) { return ["far", a1]; };
36
- function InfoComponent_div_1_ion_col_6_Template(rf, ctx) { if (rf & 1) {
37
- i0.ɵɵelementStart(0, "ion-col", 7)(1, "div", 8)(2, "div")(3, "p", 9);
38
- i0.ɵɵtext(4);
39
- i0.ɵɵelementEnd();
40
- i0.ɵɵelementStart(5, "ion-label");
41
- i0.ɵɵelement(6, "span", 10);
42
- i0.ɵɵelementEnd();
43
- i0.ɵɵelementStart(7, "div", 11)(8, "div", 12);
44
- i0.ɵɵelement(9, "fa-icon", 13);
45
- i0.ɵɵelementEnd();
46
- i0.ɵɵelementStart(10, "div", 14);
47
- i0.ɵɵtemplate(11, InfoComponent_div_1_ion_col_6_ion_button_11_Template, 2, 1, "ion-button", 15);
48
- i0.ɵɵelementEnd()()();
49
- i0.ɵɵtemplate(12, InfoComponent_div_1_ion_col_6_p_divider_12_Template, 1, 0, "p-divider", 16);
50
- i0.ɵɵelementEnd()();
51
- } if (rf & 2) {
52
- const trend_r4 = ctx.$implicit;
53
- const isLast_r5 = ctx.last;
54
- i0.ɵɵadvance(4);
55
- i0.ɵɵtextInterpolate(trend_r4.header);
56
- i0.ɵɵadvance(2);
57
- i0.ɵɵproperty("innerHTML", trend_r4.subHeader, i0.ɵɵsanitizeHtml);
58
- i0.ɵɵadvance(3);
59
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0, trend_r4.image));
60
- i0.ɵɵadvance(2);
61
- i0.ɵɵproperty("ngForOf", trend_r4.links);
62
- i0.ɵɵadvance(1);
63
- i0.ɵɵproperty("ngIf", !isLast_r5);
64
- } }
65
- function InfoComponent_div_1_Template(rf, ctx) { if (rf & 1) {
66
- i0.ɵɵelementStart(0, "div", 4)(1, "ion-grid")(2, "ion-row")(3, "ion-col", 5)(4, "ion-grid")(5, "ion-row");
67
- i0.ɵɵtemplate(6, InfoComponent_div_1_ion_col_6_Template, 13, 7, "ion-col", 6);
68
- i0.ɵɵelementEnd()()()()();
69
- i0.ɵɵelement(7, "br");
70
- i0.ɵɵelementEnd();
71
- } if (rf & 2) {
72
- const ctx_r1 = i0.ɵɵnextContext();
73
- i0.ɵɵadvance(6);
74
- i0.ɵɵproperty("ngForOf", ctx_r1.trendingLinks);
75
- } }
76
- function InfoComponent_p_carousel_2_ng_template_1_a_4_Template(rf, ctx) { if (rf & 1) {
77
- const _r16 = i0.ɵɵgetCurrentView();
78
- i0.ɵɵelementStart(0, "a", 22);
79
- i0.ɵɵlistener("click", function InfoComponent_p_carousel_2_ng_template_1_a_4_Template_a_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r16); const link_r14 = restoredCtx.$implicit; const ctx_r15 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r15.open(link_r14)); });
80
- i0.ɵɵtext(1);
81
- i0.ɵɵelementEnd();
82
- } if (rf & 2) {
83
- const link_r14 = ctx.$implicit;
84
- i0.ɵɵattribute("aria-label", link_r14.linkDesc);
85
- i0.ɵɵadvance(1);
86
- i0.ɵɵtextInterpolate(link_r14.linkDesc);
87
- } }
88
- function InfoComponent_p_carousel_2_ng_template_1_Template(rf, ctx) { if (rf & 1) {
89
- i0.ɵɵelementStart(0, "h3");
90
- i0.ɵɵtext(1);
91
- i0.ɵɵelementEnd();
92
- i0.ɵɵelementStart(2, "p");
93
- i0.ɵɵtext(3);
94
- i0.ɵɵelementEnd();
95
- i0.ɵɵtemplate(4, InfoComponent_p_carousel_2_ng_template_1_a_4_Template, 2, 2, "a", 21);
96
- } if (rf & 2) {
97
- const trend_r12 = ctx.$implicit;
98
- i0.ɵɵadvance(1);
99
- i0.ɵɵtextInterpolate(trend_r12.header);
100
- i0.ɵɵadvance(2);
101
- i0.ɵɵtextInterpolate(trend_r12.subHeader);
102
- i0.ɵɵadvance(1);
103
- i0.ɵɵproperty("ngForOf", trend_r12.links);
104
- } }
105
- function InfoComponent_p_carousel_2_Template(rf, ctx) { if (rf & 1) {
106
- i0.ɵɵelementStart(0, "p-carousel", 19);
107
- i0.ɵɵtemplate(1, InfoComponent_p_carousel_2_ng_template_1_Template, 5, 3, "ng-template", 20);
108
- i0.ɵɵelementEnd();
109
- } if (rf & 2) {
110
- const ctx_r2 = i0.ɵɵnextContext();
111
- i0.ɵɵproperty("value", ctx_r2.trendingLinks)("numScroll", 1)("responsiveOptions", ctx_r2.responsiveOptions)("autoplayInterval", 10000)("circular", true);
112
- } }
113
- export class InfoComponent {
114
- constructor(ns) {
115
- this.ns = ns;
116
- this.display = "tile";
117
- this.type = "MRKT";
118
- this.onLinkClick = new EventEmitter();
119
- this.trendingLinks = [];
120
- this.responsiveOptions = [
121
- {
122
- breakpoint: '1024px',
123
- numVisible: 1,
124
- numScroll: 1
125
- },
126
- {
127
- breakpoint: '768px',
128
- numVisible: 1,
129
- numScroll: 1
130
- },
131
- {
132
- breakpoint: '560px',
133
- numVisible: 1,
134
- numScroll: 1
135
- }
136
- ];
137
- }
138
- ngOnInit() {
139
- this.trendingLinks = [];
140
- this.ns
141
- .fetchTrends()
142
- .subscribe(res => {
143
- this.trendingLinks = res.filter(trend => {
144
- if (this.userType) {
145
- return trend.userType == this.userType;
146
- }
147
- else {
148
- return trend.type == this.type;
149
- }
150
- });
151
- });
152
- }
153
- open(link) {
154
- if (link.linkType == 'LINK') {
155
- window.open(link.linkUrl, 'blank');
156
- }
157
- else {
158
- this.onLinkClick.emit(link);
159
- }
160
- }
161
- }
162
- InfoComponentfac = function InfoComponent_Factory(t) { return new (t || InfoComponent)(i0.ɵɵdirectiveInject(i1.NotificationService)); };
163
- InfoComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: InfoComponent, selectors: [["app-info"]], inputs: { heading: "heading", display: "display", type: "type", userType: "userType" }, outputs: { onLinkClick: "onLinkClick" }, decls: 3, vars: 3, consts: [["class", "ion-padding-start ion-padding-end", 4, "ngIf"], ["class", "grid p-jc-left ion-padding-start ion-padding-end", 4, "ngIf"], [3, "value", "numScroll", "responsiveOptions", "autoplayInterval", "circular", 4, "ngIf"], [1, "ion-padding-start", "ion-padding-end"], [1, "grid", "p-jc-left", "ion-padding-start", "ion-padding-end"], ["size", "12", "sizeSm", "12", "sizeXs", "12", "sizeMd", "12", "sizeLg", "12", "sizeXl", "10", "offsetXl", "1"], ["class", "full-height", "size", "12", "sizeSm", "12", "sizeXs", "12", "sizeMd", "6", "sizeLg", "3", "sizeXl", "3", "style", "width: 320px !important;", 4, "ngFor", "ngForOf"], ["size", "12", "sizeSm", "12", "sizeXs", "12", "sizeMd", "6", "sizeLg", "3", "sizeXl", "3", 1, "full-height", 2, "width", "320px !important"], [1, "flex"], [1, "heading"], [2, "color", "var(--ion-color-medium-gray)", 3, "innerHTML"], [1, "grid"], [1, "col-3"], [1, "app-tile-img", 3, "icon"], [1, "col-9"], ["shape", "round", "fill", "outline", "target", "blank", "size", "small", "class", "app-tile-button", 3, "click", 4, "ngFor", "ngForOf"], ["layout", "vertical", "class", "ion-hide-sm-down ion-hide-md-down", 4, "ngIf"], ["shape", "round", "fill", "outline", "target", "blank", "size", "small", 1, "app-tile-button", 3, "click"], ["layout", "vertical", 1, "ion-hide-sm-down", "ion-hide-md-down"], [3, "value", "numScroll", "responsiveOptions", "autoplayInterval", "circular"], ["pTemplate", "item"], ["class", "link", "target", "_blank", "rel", "noopener", 3, "click", 4, "ngFor", "ngForOf"], ["target", "_blank", "rel", "noopener", 1, "link", 3, "click"]], template: function InfoComponent_Template(rf, ctx) { if (rf & 1) {
164
- i0.ɵɵtemplate(0, InfoComponent_div_0_Template, 4, 1, "div", 0);
165
- i0.ɵɵtemplate(1, InfoComponent_div_1_Template, 8, 1, "div", 1);
166
- i0.ɵɵtemplate(2, InfoComponent_p_carousel_2_Template, 2, 5, "p-carousel", 2);
167
- } if (rf & 2) {
168
- i0.ɵɵproperty("ngIf", ctx.trendingLinks && ctx.trendingLinks.length > 0 && ctx.display == "tile" && ctx.heading);
169
- i0.ɵɵadvance(1);
170
- i0.ɵɵproperty("ngIf", ctx.display == "tile");
171
- i0.ɵɵadvance(1);
172
- i0.ɵɵproperty("ngIf", ctx.display == "slider" && ctx.trendingLinks && ctx.trendingLinks.length > 0);
173
- } }, dependencies: [i2.IonButton, i2.IonCol, i2.IonGrid, i2.IonLabel, i2.IonRow, i3.NgForOf, i3.NgIf, i4.PrimeTemplate, i5.Carousel, i6.Divider, i7.FaIconComponent], styles: [".heading[_ngcontent-%COMP%]{font-size:26px;font-family:var(--app-font-light);margin-bottom:5px;color:var(--ion-color-medium-gray)}.app-tile-img[_ngcontent-%COMP%]{font-size:40px;color:var(--ion-color-primary)}.app-tile-button[_ngcontent-%COMP%]{position:absolute;bottom:15px}"] });
174
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(InfoComponent, [{
175
- type: Component,
176
- args: [{ selector: 'app-info', template: "<div class=\"ion-padding-start ion-padding-end\"\r\n *ngIf=\"trendingLinks && trendingLinks.length > 0 && display=='tile' && heading\">\r\n <h1>{{heading}}</h1>\r\n <p-divider></p-divider>\r\n</div>\r\n<div class=\"grid p-jc-left ion-padding-start ion-padding-end\" *ngIf=\"display=='tile'\">\r\n <ion-grid>\r\n <ion-row>\r\n <ion-col size=\"12\" sizeSm=\"12\" sizeXs=\"12\" sizeMd=\"12\" sizeLg=\"12\" sizeXl=\"10\" offsetXl=\"1\">\r\n <ion-grid>\r\n <ion-row>\r\n <ion-col *ngFor=\"let trend of trendingLinks; let isLast = last\" class=\"full-height\" size=\"12\" sizeSm=\"12\"\r\n sizeXs=\"12\" sizeMd=\"6\" sizeLg=\"3\" sizeXl=\"3\" style=\"width: 320px !important;\">\r\n <div class=\"flex\">\r\n <div>\r\n <p class=\"heading\">{{trend.header}}</p>\r\n <ion-label><span [innerHTML]=\"trend.subHeader\" style=\"color: var(--ion-color-medium-gray);\"></span>\r\n </ion-label>\r\n <div class=\"grid\">\r\n <div class=\"col-3\">\r\n <fa-icon [icon]=\"['far', trend.image]\" class=\"app-tile-img\"></fa-icon>\r\n </div>\r\n <div class=\"col-9\">\r\n <ion-button shape=\"round\" fill=\"outline\" (click)=\"open(link)\" target=\"blank\"\r\n *ngFor=\"let link of trend.links\" size=\"small\" class=\"app-tile-button\">{{link.linkDesc}}\r\n </ion-button>\r\n </div>\r\n </div>\r\n </div>\r\n <p-divider layout=\"vertical\" *ngIf=\"!isLast\" class=\"ion-hide-sm-down ion-hide-md-down\"></p-divider>\r\n </div>\r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n\r\n <br />\r\n</div>\r\n\r\n<p-carousel [value]=\"trendingLinks\" [numScroll]=\"1\" [responsiveOptions]=\"responsiveOptions\" [autoplayInterval]=\"10000\"\r\n [circular]=\"true\" *ngIf=\"display=='slider' && trendingLinks && trendingLinks.length > 0\">\r\n <ng-template let-trend pTemplate=\"item\">\r\n <h3>{{trend.header}}</h3>\r\n <p>{{trend.subHeader}}</p>\r\n <a class=\"link\" target=\"_blank\" *ngFor=\"let link of trend.links\" [attr.aria-label]=\"link.linkDesc\" rel=\"noopener\"\r\n (click)=\"open(link)\">{{link.linkDesc}}</a>\r\n </ng-template>\r\n</p-carousel>", styles: [".heading{font-size:26px;font-family:var(--app-font-light);margin-bottom:5px;color:var(--ion-color-medium-gray)}.app-tile-img{font-size:40px;color:var(--ion-color-primary)}.app-tile-button{position:absolute;bottom:15px}\n"] }]
177
- }], function () { return [{ type: i1.NotificationService }]; }, { heading: [{
178
- type: Input
179
- }], display: [{
180
- type: Input
181
- }], type: [{
182
- type: Input
183
- }], userType: [{
184
- type: Input
185
- }], onLinkClick: [{
186
- type: Output
187
- }] }); })();
188
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5mby5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvaW5mby9pbmZvLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9pbmZvL2luZm8uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFVLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7Ozs7Ozs7OztJQ0EvRSw4QkFDa0YsU0FBQTtJQUM1RSxZQUFXO0lBQUEsaUJBQUs7SUFDcEIsNEJBQXVCO0lBQ3pCLGlCQUFNOzs7SUFGQSxlQUFXO0lBQVgsb0NBQVc7Ozs7SUFxQkssc0NBQ3dFO0lBRC9CLG1QQUFTLGVBQUEsb0JBQVUsQ0FBQSxJQUFDO0lBQ1csWUFDeEU7SUFBQSxpQkFBYTs7O0lBRDJELGVBQ3hFO0lBRHdFLGdEQUN4RTs7O0lBSU4sZ0NBQW1HOzs7O0lBbEJ2RyxrQ0FDZ0YsYUFBQSxVQUFBLFdBQUE7SUFHdkQsWUFBZ0I7SUFBQSxpQkFBSTtJQUN2QyxpQ0FBVztJQUFBLDJCQUF3RjtJQUNuRyxpQkFBWTtJQUNaLCtCQUFrQixjQUFBO0lBRWQsOEJBQXNFO0lBQ3hFLGlCQUFNO0lBQ04sZ0NBQW1CO0lBQ2pCLCtGQUVhO0lBQ2YsaUJBQU0sRUFBQSxFQUFBO0lBR1YsNkZBQW1HO0lBQ3JHLGlCQUFNLEVBQUE7Ozs7SUFmaUIsZUFBZ0I7SUFBaEIscUNBQWdCO0lBQ2xCLGVBQTZCO0lBQTdCLGlFQUE2QjtJQUlqQyxlQUE2QjtJQUE3QixpRUFBNkI7SUFJbkIsZUFBYztJQUFkLHdDQUFjO0lBS1QsZUFBYTtJQUFiLGlDQUFhOzs7SUF4QjNELDhCQUFzRixlQUFBLGNB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dGVyLCBJbnB1dCwgT25Jbml0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE5vdGlmaWNhdGlvblNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9ub3RpZmljYXRpb24vbm90aWZpY2F0aW9uLnNlcnZpY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtaW5mbycsXG4gIHRlbXBsYXRlVXJsOiAnLi9pbmZvLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vaW5mby5jb21wb25lbnQuY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgSW5mb0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgQElucHV0KClcbiAgcHVibGljIGhlYWRpbmcgOiBzdHJpbmcgO1xuXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBkaXNwbGF5IDogc3RyaW5nID0gXCJ0aWxlXCI7XG5cbiAgQElucHV0KClcbiAgcHVibGljIHR5cGUgOiBzdHJpbmcgPSBcIk1SS1RcIjtcblxuICBASW5wdXQoKVxuICBwdWJsaWMgdXNlclR5cGUgOiBzdHJpbmc7XG5cbiAgQE91dHB1dCgpXG4gIHB1YmxpYyBvbkxpbmtDbGljayA6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gIHB1YmxpYyB0cmVuZGluZ0xpbmtzID0gW107XG5cbiAgcHVibGljIHJlc3BvbnNpdmVPcHRpb25zID0gW1xuICAgIHtcbiAgICAgICAgYnJlYWtwb2ludDogJzEwMjRweCcsXG4gICAgICAgIG51bVZpc2libGU6IDEsXG4gICAgICAgIG51bVNjcm9sbDogMVxuICAgIH0sXG4gICAge1xuICAgICAgICBicmVha3BvaW50OiAnNzY4cHgnLFxuICAgICAgICBudW1WaXNpYmxlOiAxLFxuICAgICAgICBudW1TY3JvbGw6IDFcbiAgICB9LFxuICAgIHtcbiAgICAgICAgYnJlYWtwb2ludDogJzU2MHB4JyxcbiAgICAgICAgbnVtVmlzaWJsZTogMSxcbiAgICAgICAgbnVtU2Nyb2xsOiAxXG4gICAgfVxuXTtcblxuICBjb25zdHJ1Y3RvcihwdWJsaWMgbnM6IE5vdGlmaWNhdGlvblNlcnZpY2UpIHsgfVxuXG4gIG5nT25Jbml0KCkge1xuICAgIHRoaXMudHJlbmRpbmdMaW5rcyA9IFtdO1xuICAgIHRoaXMubnNcbiAgICAgICAgLmZldGNoVHJlbmRzKClcbiAgICAgICAgLnN1YnNjcmliZShyZXMgPT4ge1xuICAgICAgICAgdGhpcy50cmVuZGluZ0xpbmtzID0gcmVzLmZpbHRlcih0cmVuZCA9PiB7XG4gICAgICAgICAgaWYodGhpcy51c2VyVHlwZSl7XG4gICAgICAgICAgICByZXR1cm4gdHJlbmQudXNlclR5cGUgPT0gdGhpcy51c2VyVHlwZTtcbiAgICAgICAgICB9ZWxzZXtcbiAgICAgICAgICAgIHJldHVybiB0cmVuZC50eXBlID09IHRoaXMudHlwZTtcbiAgICAgICAgICB9XG4gICAgICAgICB9KTsgXG4gICAgICAgIH0pO1xuICB9XG5cblxuXG4gIG9wZW4obGluayA6IGFueSl7XG4gICAgaWYobGluay5saW5rVHlwZSA9PSAnTElOSycpe1xuICAgICAgd2luZG93Lm9wZW4obGluay5saW5rVXJsLCAnYmxhbmsnKTtcbiAgICB9ZWxzZXtcbiAgICAgIHRoaXMub25MaW5rQ2xpY2suZW1pdChsaW5rKTtcbiAgICB9XG4gIH1cblxufVxuIiwiPGRpdiBjbGFzcz1cImlvbi1wYWRkaW5nLXN0YXJ0IGlvbi1wYWRkaW5nLWVuZFwiXHJcbiAgKm5nSWY9XCJ0cmVuZGluZ0xpbmtzICYmIHRyZW5kaW5nTGlua3MubGVuZ3RoID4gMCAmJiBkaXNwbGF5PT0ndGlsZScgJiYgaGVhZGluZ1wiPlxyXG4gIDxoMT57e2hlYWRpbmd9fTwvaDE+XHJcbiAgPHAtZGl2aWRlcj48L3AtZGl2aWRlcj5cclxuPC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJncmlkIHAtamMtbGVmdCBpb24tcGFkZGluZy1zdGFydCBpb24tcGFkZGluZy1lbmRcIiAqbmdJZj1cImRpc3BsYXk9PSd0aWxlJ1wiPlxyXG4gIDxpb24tZ3JpZD5cclxuICAgIDxpb24tcm93PlxyXG4gICAgICA8aW9uLWNvbCBzaXplPVwiMTJcIiBzaXplU209XCIxMlwiIHNpemVYcz1cIjEyXCIgc2l6ZU1kPVwiMTJcIiBzaXplTGc9XCIxMlwiIHNpemVYbD1cIjEwXCIgb2Zmc2V0WGw9XCIxXCI+XHJcbiAgICAgICAgPGlvbi1ncmlkPlxyXG4gICAgICAgICAgPGlvbi1yb3c+XHJcbiAgICAgICAgICAgIDxpb24tY29sICpuZ0Zvcj1cImxldCB0cmVuZCBvZiB0cmVuZGluZ0xpbmtzOyBsZXQgaXNMYXN0ID0gbGFzdFwiIGNsYXNzPVwiZnVsbC1oZWlnaHRcIiBzaXplPVwiMTJcIiBzaXplU209XCIxMlwiXHJcbiAgICAgICAgICAgICAgc2l6ZVhzPVwiMTJcIiBzaXplTWQ9XCI2XCIgc2l6ZUxnPVwiM1wiIHNpemVYbD1cIjNcIiBzdHlsZT1cIndpZHRoOiAzMjBweCAhaW1wb3J0YW50O1wiPlxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGV4XCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2PlxyXG4gICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cImhlYWRpbmdcIj57e3RyZW5kLmhlYWRlcn19PC9wPlxyXG4gICAgICAgICAgICAgICAgICA8aW9uLWxhYmVsPjxzcGFuIFtpbm5lckhUTUxdPVwidHJlbmQuc3ViSGVhZGVyXCIgc3R5bGU9XCJjb2xvcjogdmFyKC0taW9uLWNvbG9yLW1lZGl1bS1ncmF5KTtcIj48L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgIDwvaW9uLWxhYmVsPlxyXG4gICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZ3JpZFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtM1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgPGZhLWljb24gW2ljb25dPVwiWydmYXInLCB0cmVuZC5pbWFnZV1cIiBjbGFzcz1cImFwcC10aWxlLWltZ1wiPjwvZmEtaWNvbj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTlcIj5cclxuICAgICAgICAgICAgICAgICAgICAgIDxpb24tYnV0dG9uIHNoYXBlPVwicm91bmRcIiBmaWxsPVwib3V0bGluZVwiIChjbGljayk9XCJvcGVuKGxpbmspXCIgdGFyZ2V0PVwiYmxhbmtcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAqbmdGb3I9XCJsZXQgbGluayBvZiB0cmVuZC5saW5rc1wiIHNpemU9XCJzbWFsbFwiIGNsYXNzPVwiYXBwLXRpbGUtYnV0dG9uXCI+e3tsaW5rLmxpbmtEZXNjfX1cclxuICAgICAgICAgICAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxwLWRpdmlkZXIgbGF5b3V0PVwidmVydGljYWxcIiAqbmdJZj1cIiFpc0xhc3RcIiBjbGFzcz1cImlvbi1oaWRlLXNtLWRvd24gaW9uLWhpZGUtbWQtZG93blwiPjwvcC1kaXZpZGVyPlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgICAgICA8L2lvbi1yb3c+XHJcbiAgICAgICAgPC9pb24tZ3JpZD5cclxuICAgICAgPC9pb24tY29sPlxyXG4gICAgPC9pb24tcm93PlxyXG4gIDwvaW9uLWdyaWQ+XHJcblxyXG4gIDxiciAvPlxyXG48L2Rpdj5cclxuXHJcbjxwLWNhcm91c2VsIFt2YWx1ZV09XCJ0cmVuZGluZ0xpbmtzXCIgW251bVNjcm9sbF09XCIxXCIgW3Jlc3BvbnNpdmVPcHRpb25zXT1cInJlc3BvbnNpdmVPcHRpb25zXCIgW2F1dG9wbGF5SW50ZXJ2YWxdPVwiMTAwMDBcIlxyXG4gIFtjaXJjdWxhcl09XCJ0cnVlXCIgKm5nSWY9XCJkaXNwbGF5PT0nc2xpZGVyJyAmJiB0cmVuZGluZ0xpbmtzICYmIHRyZW5kaW5nTGlua3MubGVuZ3RoID4gMFwiPlxyXG4gIDxuZy10ZW1wbGF0ZSBsZXQtdHJlbmQgcFRlbXBsYXRlPVwiaXRlbVwiPlxyXG4gICAgPGgzPnt7dHJlbmQuaGVhZGVyfX08L2gzPlxyXG4gICAgPHA+e3t0cmVuZC5zdWJIZWFkZXJ9fTwvcD5cclxuICAgIDxhIGNsYXNzPVwibGlua1wiIHRhcmdldD1cIl9ibGFua1wiICpuZ0Zvcj1cImxldCBsaW5rIG9mIHRyZW5kLmxpbmtzXCIgW2F0dHIuYXJpYS1sYWJlbF09XCJsaW5rLmxpbmtEZXNjXCIgcmVsPVwibm9vcGVuZXJcIlxyXG4gICAgICAoY2xpY2spPVwib3BlbihsaW5rKVwiPnt7bGluay5saW5rRGVzY319PC9hPlxyXG4gIDwvbmctdGVtcGxhdGU+XHJcbjwvcC1jYXJvdXNlbD4iXX0=
1
+ import { Component, EventEmitter, Input, Output } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "../../services/notification/notification.service";
4
+ import * as i2 from "@ionic/angular";
5
+ import * as i3 from "@angular/common";
6
+ import * as i4 from "primeng/api";
7
+ import * as i5 from "primeng/carousel";
8
+ import * as i6 from "primeng/divider";
9
+ import * as i7 from "@fortawesome/angular-fontawesome";
10
+ function InfoComponent_div_0_Template(rf, ctx) { if (rf & 1) {
11
+ i0.ɵɵelementStart(0, "div", 3)(1, "h1");
12
+ i0.ɵɵtext(2);
13
+ i0.ɵɵelementEnd();
14
+ i0.ɵɵelement(3, "p-divider");
15
+ i0.ɵɵelementEnd();
16
+ } if (rf & 2) {
17
+ const ctx_r0 = i0.ɵɵnextContext();
18
+ i0.ɵɵadvance(2);
19
+ i0.ɵɵtextInterpolate(ctx_r0.heading);
20
+ } }
21
+ function InfoComponent_div_1_ion_col_6_ion_button_11_Template(rf, ctx) { if (rf & 1) {
22
+ const _r10 = i0.ɵɵgetCurrentView();
23
+ i0.ɵɵelementStart(0, "ion-button", 17);
24
+ i0.ɵɵlistener("click", function InfoComponent_div_1_ion_col_6_ion_button_11_Template_ion_button_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r10); const link_r8 = restoredCtx.$implicit; const ctx_r9 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r9.open(link_r8)); });
25
+ i0.ɵɵtext(1);
26
+ i0.ɵɵelementEnd();
27
+ } if (rf & 2) {
28
+ const link_r8 = ctx.$implicit;
29
+ i0.ɵɵadvance(1);
30
+ i0.ɵɵtextInterpolate1("", link_r8.linkDesc, " ");
31
+ } }
32
+ function InfoComponent_div_1_ion_col_6_p_divider_12_Template(rf, ctx) { if (rf & 1) {
33
+ i0.ɵɵelement(0, "p-divider", 18);
34
+ } }
35
+ const _c0 = a1 => ["far", a1];
36
+ function InfoComponent_div_1_ion_col_6_Template(rf, ctx) { if (rf & 1) {
37
+ i0.ɵɵelementStart(0, "ion-col", 7)(1, "div", 8)(2, "div")(3, "p", 9);
38
+ i0.ɵɵtext(4);
39
+ i0.ɵɵelementEnd();
40
+ i0.ɵɵelementStart(5, "ion-label");
41
+ i0.ɵɵelement(6, "span", 10);
42
+ i0.ɵɵelementEnd();
43
+ i0.ɵɵelementStart(7, "div", 11)(8, "div", 12);
44
+ i0.ɵɵelement(9, "fa-icon", 13);
45
+ i0.ɵɵelementEnd();
46
+ i0.ɵɵelementStart(10, "div", 14);
47
+ i0.ɵɵtemplate(11, InfoComponent_div_1_ion_col_6_ion_button_11_Template, 2, 1, "ion-button", 15);
48
+ i0.ɵɵelementEnd()()();
49
+ i0.ɵɵtemplate(12, InfoComponent_div_1_ion_col_6_p_divider_12_Template, 1, 0, "p-divider", 16);
50
+ i0.ɵɵelementEnd()();
51
+ } if (rf & 2) {
52
+ const trend_r4 = ctx.$implicit;
53
+ const isLast_r5 = ctx.last;
54
+ i0.ɵɵadvance(4);
55
+ i0.ɵɵtextInterpolate(trend_r4.header);
56
+ i0.ɵɵadvance(2);
57
+ i0.ɵɵproperty("innerHTML", trend_r4.subHeader, i0.ɵɵsanitizeHtml);
58
+ i0.ɵɵadvance(3);
59
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0, trend_r4.image));
60
+ i0.ɵɵadvance(2);
61
+ i0.ɵɵproperty("ngForOf", trend_r4.links);
62
+ i0.ɵɵadvance(1);
63
+ i0.ɵɵproperty("ngIf", !isLast_r5);
64
+ } }
65
+ function InfoComponent_div_1_Template(rf, ctx) { if (rf & 1) {
66
+ i0.ɵɵelementStart(0, "div", 4)(1, "ion-grid")(2, "ion-row")(3, "ion-col", 5)(4, "ion-grid")(5, "ion-row");
67
+ i0.ɵɵtemplate(6, InfoComponent_div_1_ion_col_6_Template, 13, 7, "ion-col", 6);
68
+ i0.ɵɵelementEnd()()()()();
69
+ i0.ɵɵelement(7, "br");
70
+ i0.ɵɵelementEnd();
71
+ } if (rf & 2) {
72
+ const ctx_r1 = i0.ɵɵnextContext();
73
+ i0.ɵɵadvance(6);
74
+ i0.ɵɵproperty("ngForOf", ctx_r1.trendingLinks);
75
+ } }
76
+ function InfoComponent_p_carousel_2_ng_template_1_a_4_Template(rf, ctx) { if (rf & 1) {
77
+ const _r16 = i0.ɵɵgetCurrentView();
78
+ i0.ɵɵelementStart(0, "a", 22);
79
+ i0.ɵɵlistener("click", function InfoComponent_p_carousel_2_ng_template_1_a_4_Template_a_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r16); const link_r14 = restoredCtx.$implicit; const ctx_r15 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r15.open(link_r14)); });
80
+ i0.ɵɵtext(1);
81
+ i0.ɵɵelementEnd();
82
+ } if (rf & 2) {
83
+ const link_r14 = ctx.$implicit;
84
+ i0.ɵɵattribute("aria-label", link_r14.linkDesc);
85
+ i0.ɵɵadvance(1);
86
+ i0.ɵɵtextInterpolate(link_r14.linkDesc);
87
+ } }
88
+ function InfoComponent_p_carousel_2_ng_template_1_Template(rf, ctx) { if (rf & 1) {
89
+ i0.ɵɵelementStart(0, "h3");
90
+ i0.ɵɵtext(1);
91
+ i0.ɵɵelementEnd();
92
+ i0.ɵɵelementStart(2, "p");
93
+ i0.ɵɵtext(3);
94
+ i0.ɵɵelementEnd();
95
+ i0.ɵɵtemplate(4, InfoComponent_p_carousel_2_ng_template_1_a_4_Template, 2, 2, "a", 21);
96
+ } if (rf & 2) {
97
+ const trend_r12 = ctx.$implicit;
98
+ i0.ɵɵadvance(1);
99
+ i0.ɵɵtextInterpolate(trend_r12.header);
100
+ i0.ɵɵadvance(2);
101
+ i0.ɵɵtextInterpolate(trend_r12.subHeader);
102
+ i0.ɵɵadvance(1);
103
+ i0.ɵɵproperty("ngForOf", trend_r12.links);
104
+ } }
105
+ function InfoComponent_p_carousel_2_Template(rf, ctx) { if (rf & 1) {
106
+ i0.ɵɵelementStart(0, "p-carousel", 19);
107
+ i0.ɵɵtemplate(1, InfoComponent_p_carousel_2_ng_template_1_Template, 5, 3, "ng-template", 20);
108
+ i0.ɵɵelementEnd();
109
+ } if (rf & 2) {
110
+ const ctx_r2 = i0.ɵɵnextContext();
111
+ i0.ɵɵproperty("value", ctx_r2.trendingLinks)("numScroll", 1)("responsiveOptions", ctx_r2.responsiveOptions)("autoplayInterval", 10000)("circular", true);
112
+ } }
113
+ export class InfoComponent {
114
+ constructor(ns) {
115
+ this.ns = ns;
116
+ this.display = "tile";
117
+ this.type = "MRKT";
118
+ this.onLinkClick = new EventEmitter();
119
+ this.trendingLinks = [];
120
+ this.responsiveOptions = [
121
+ {
122
+ breakpoint: '1024px',
123
+ numVisible: 1,
124
+ numScroll: 1
125
+ },
126
+ {
127
+ breakpoint: '768px',
128
+ numVisible: 1,
129
+ numScroll: 1
130
+ },
131
+ {
132
+ breakpoint: '560px',
133
+ numVisible: 1,
134
+ numScroll: 1
135
+ }
136
+ ];
137
+ }
138
+ ngOnInit() {
139
+ this.trendingLinks = [];
140
+ this.ns
141
+ .fetchTrends()
142
+ .subscribe(res => {
143
+ this.trendingLinks = res.filter(trend => {
144
+ if (this.userType) {
145
+ return trend.userType == this.userType;
146
+ }
147
+ else {
148
+ return trend.type == this.type;
149
+ }
150
+ });
151
+ });
152
+ }
153
+ open(link) {
154
+ if (link.linkType == 'LINK') {
155
+ window.open(link.linkUrl, 'blank');
156
+ }
157
+ else {
158
+ this.onLinkClick.emit(link);
159
+ }
160
+ }
161
+ static { this.ɵfac = function InfoComponent_Factory(t) { return new (t || InfoComponent)(i0.ɵɵdirectiveInject(i1.NotificationService)); }; }
162
+ static { thiscmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: InfoComponent, selectors: [["app-info"]], inputs: { heading: "heading", display: "display", type: "type", userType: "userType" }, outputs: { onLinkClick: "onLinkClick" }, decls: 3, vars: 3, consts: [["class", "ion-padding-start ion-padding-end", 4, "ngIf"], ["class", "grid p-jc-left ion-padding-start ion-padding-end", 4, "ngIf"], [3, "value", "numScroll", "responsiveOptions", "autoplayInterval", "circular", 4, "ngIf"], [1, "ion-padding-start", "ion-padding-end"], [1, "grid", "p-jc-left", "ion-padding-start", "ion-padding-end"], ["size", "12", "sizeSm", "12", "sizeXs", "12", "sizeMd", "12", "sizeLg", "12", "sizeXl", "10", "offsetXl", "1"], ["class", "full-height", "size", "12", "sizeSm", "12", "sizeXs", "12", "sizeMd", "6", "sizeLg", "3", "sizeXl", "3", "style", "width: 320px !important;", 4, "ngFor", "ngForOf"], ["size", "12", "sizeSm", "12", "sizeXs", "12", "sizeMd", "6", "sizeLg", "3", "sizeXl", "3", 1, "full-height", 2, "width", "320px !important"], [1, "flex"], [1, "heading"], [2, "color", "var(--ion-color-medium-gray)", 3, "innerHTML"], [1, "grid"], [1, "col-3"], [1, "app-tile-img", 3, "icon"], [1, "col-9"], ["shape", "round", "fill", "outline", "target", "blank", "size", "small", "class", "app-tile-button", 3, "click", 4, "ngFor", "ngForOf"], ["layout", "vertical", "class", "ion-hide-sm-down ion-hide-md-down", 4, "ngIf"], ["shape", "round", "fill", "outline", "target", "blank", "size", "small", 1, "app-tile-button", 3, "click"], ["layout", "vertical", 1, "ion-hide-sm-down", "ion-hide-md-down"], [3, "value", "numScroll", "responsiveOptions", "autoplayInterval", "circular"], ["pTemplate", "item"], ["class", "link", "target", "_blank", "rel", "noopener", 3, "click", 4, "ngFor", "ngForOf"], ["target", "_blank", "rel", "noopener", 1, "link", 3, "click"]], template: function InfoComponent_Template(rf, ctx) { if (rf & 1) {
163
+ i0.ɵɵtemplate(0, InfoComponent_div_0_Template, 4, 1, "div", 0)(1, InfoComponent_div_1_Template, 8, 1, "div", 1)(2, InfoComponent_p_carousel_2_Template, 2, 5, "p-carousel", 2);
164
+ } if (rf & 2) {
165
+ i0.ɵɵproperty("ngIf", ctx.trendingLinks && ctx.trendingLinks.length > 0 && ctx.display == "tile" && ctx.heading);
166
+ i0.ɵɵadvance(1);
167
+ i0.ɵɵproperty("ngIf", ctx.display == "tile");
168
+ i0.ɵɵadvance(1);
169
+ i0.ɵɵproperty("ngIf", ctx.display == "slider" && ctx.trendingLinks && ctx.trendingLinks.length > 0);
170
+ } }, dependencies: [i2.IonButton, i2.IonCol, i2.IonGrid, i2.IonLabel, i2.IonRow, i3.NgForOf, i3.NgIf, i4.PrimeTemplate, i5.Carousel, i6.Divider, i7.FaIconComponent], styles: [".heading[_ngcontent-%COMP%]{font-size:26px;font-family:var(--app-font-light);margin-bottom:5px;color:var(--ion-color-medium-gray)}.app-tile-img[_ngcontent-%COMP%]{font-size:40px;color:var(--ion-color-primary)}.app-tile-button[_ngcontent-%COMP%]{position:absolute;bottom:15px}"] }); }
171
+ }
172
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(InfoComponent, [{
173
+ type: Component,
174
+ args: [{ selector: 'app-info', template: "<div class=\"ion-padding-start ion-padding-end\"\n *ngIf=\"trendingLinks && trendingLinks.length > 0 && display=='tile' && heading\">\n <h1>{{heading}}</h1>\n <p-divider></p-divider>\n</div>\n<div class=\"grid p-jc-left ion-padding-start ion-padding-end\" *ngIf=\"display=='tile'\">\n <ion-grid>\n <ion-row>\n <ion-col size=\"12\" sizeSm=\"12\" sizeXs=\"12\" sizeMd=\"12\" sizeLg=\"12\" sizeXl=\"10\" offsetXl=\"1\">\n <ion-grid>\n <ion-row>\n <ion-col *ngFor=\"let trend of trendingLinks; let isLast = last\" class=\"full-height\" size=\"12\" sizeSm=\"12\"\n sizeXs=\"12\" sizeMd=\"6\" sizeLg=\"3\" sizeXl=\"3\" style=\"width: 320px !important;\">\n <div class=\"flex\">\n <div>\n <p class=\"heading\">{{trend.header}}</p>\n <ion-label><span [innerHTML]=\"trend.subHeader\" style=\"color: var(--ion-color-medium-gray);\"></span>\n </ion-label>\n <div class=\"grid\">\n <div class=\"col-3\">\n <fa-icon [icon]=\"['far', trend.image]\" class=\"app-tile-img\"></fa-icon>\n </div>\n <div class=\"col-9\">\n <ion-button shape=\"round\" fill=\"outline\" (click)=\"open(link)\" target=\"blank\"\n *ngFor=\"let link of trend.links\" size=\"small\" class=\"app-tile-button\">{{link.linkDesc}}\n </ion-button>\n </div>\n </div>\n </div>\n <p-divider layout=\"vertical\" *ngIf=\"!isLast\" class=\"ion-hide-sm-down ion-hide-md-down\"></p-divider>\n </div>\n </ion-col>\n </ion-row>\n </ion-grid>\n </ion-col>\n </ion-row>\n </ion-grid>\n\n <br />\n</div>\n\n<p-carousel [value]=\"trendingLinks\" [numScroll]=\"1\" [responsiveOptions]=\"responsiveOptions\" [autoplayInterval]=\"10000\"\n [circular]=\"true\" *ngIf=\"display=='slider' && trendingLinks && trendingLinks.length > 0\">\n <ng-template let-trend pTemplate=\"item\">\n <h3>{{trend.header}}</h3>\n <p>{{trend.subHeader}}</p>\n <a class=\"link\" target=\"_blank\" *ngFor=\"let link of trend.links\" [attr.aria-label]=\"link.linkDesc\" rel=\"noopener\"\n (click)=\"open(link)\">{{link.linkDesc}}</a>\n </ng-template>\n</p-carousel>", styles: [".heading{font-size:26px;font-family:var(--app-font-light);margin-bottom:5px;color:var(--ion-color-medium-gray)}.app-tile-img{font-size:40px;color:var(--ion-color-primary)}.app-tile-button{position:absolute;bottom:15px}\n"] }]
175
+ }], () => [{ type: i1.NotificationService }], { heading: [{
176
+ type: Input
177
+ }], display: [{
178
+ type: Input
179
+ }], type: [{
180
+ type: Input
181
+ }], userType: [{
182
+ type: Input
183
+ }], onLinkClick: [{
184
+ type: Output
185
+ }] }); })();
186
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(InfoComponent, { className: "InfoComponent" }); })();
187
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5mby5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvaW5mby9pbmZvLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9pbmZvL2luZm8uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFVLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7Ozs7Ozs7OztJQ0EvRSw4QkFDa0YsU0FBQTtJQUM1RSxZQUFXO0lBQUEsaUJBQUs7SUFDcEIsNEJBQXVCO0lBQ3pCLGlCQUFNOzs7SUFGQSxlQUFXO0lBQVgsb0NBQVc7Ozs7SUFxQkssc0NBQ3dFO0lBRC9CLG1QQUFTLGVBQUEsb0JBQVUsQ0FBQSxJQUFDO0lBQ1csWUFDeEU7SUFBQSxpQkFBYTs7O0lBRDJELGVBQ3hFO0lBRHdFLGdEQUN4RTs7O0lBSU4sZ0NBQW1HOzs7O0lBbEJ2RyxrQ0FDZ0YsYUFBQSxVQUFBLFdBQUE7SUFHdkQsWUFBZ0I7SUFBQSxpQkFBSTtJQUN2QyxpQ0FBVztJQUFBLDJCQUF3RjtJQUNuRyxpQkFBWTtJQUNaLCtCQUFrQixjQUFBO0lBRWQsOEJBQXNFO0lBQ3hFLGlCQUFNO0lBQ04sZ0NBQW1CO0lBQ2pCLCtGQUVhO0lBQ2YsaUJBQU0sRUFBQSxFQUFBO0lBR1YsNkZBQW1HO0lBQ3JHLGlCQUFNLEVBQUE7Ozs7SUFmaUIsZUFBZ0I7SUFBaEIscUNBQWdCO0lBQ2xCLGVBQTZCO0lBQTdCLGlFQUE2QjtJQUlqQyxlQUE2QjtJQUE3QixpRUFBNkI7SUFJbkIsZUFBYztJQUFkLHdDQUFjO0lBS1QsZUFBYTtJQUFiLGlDQUFhOzs7SUF4QjNELDhCQUFzRixlQUFBLGNB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dGVyLCBJbnB1dCwgT25Jbml0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE5vdGlmaWNhdGlvblNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9ub3RpZmljYXRpb24vbm90aWZpY2F0aW9uLnNlcnZpY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtaW5mbycsXG4gIHRlbXBsYXRlVXJsOiAnLi9pbmZvLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vaW5mby5jb21wb25lbnQuY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgSW5mb0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgQElucHV0KClcbiAgcHVibGljIGhlYWRpbmcgOiBzdHJpbmcgO1xuXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBkaXNwbGF5IDogc3RyaW5nID0gXCJ0aWxlXCI7XG5cbiAgQElucHV0KClcbiAgcHVibGljIHR5cGUgOiBzdHJpbmcgPSBcIk1SS1RcIjtcblxuICBASW5wdXQoKVxuICBwdWJsaWMgdXNlclR5cGUgOiBzdHJpbmc7XG5cbiAgQE91dHB1dCgpXG4gIHB1YmxpYyBvbkxpbmtDbGljayA6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gIHB1YmxpYyB0cmVuZGluZ0xpbmtzID0gW107XG5cbiAgcHVibGljIHJlc3BvbnNpdmVPcHRpb25zID0gW1xuICAgIHtcbiAgICAgICAgYnJlYWtwb2ludDogJzEwMjRweCcsXG4gICAgICAgIG51bVZpc2libGU6IDEsXG4gICAgICAgIG51bVNjcm9sbDogMVxuICAgIH0sXG4gICAge1xuICAgICAgICBicmVha3BvaW50OiAnNzY4cHgnLFxuICAgICAgICBudW1WaXNpYmxlOiAxLFxuICAgICAgICBudW1TY3JvbGw6IDFcbiAgICB9LFxuICAgIHtcbiAgICAgICAgYnJlYWtwb2ludDogJzU2MHB4JyxcbiAgICAgICAgbnVtVmlzaWJsZTogMSxcbiAgICAgICAgbnVtU2Nyb2xsOiAxXG4gICAgfVxuXTtcblxuICBjb25zdHJ1Y3RvcihwdWJsaWMgbnM6IE5vdGlmaWNhdGlvblNlcnZpY2UpIHsgfVxuXG4gIG5nT25Jbml0KCkge1xuICAgIHRoaXMudHJlbmRpbmdMaW5rcyA9IFtdO1xuICAgIHRoaXMubnNcbiAgICAgICAgLmZldGNoVHJlbmRzKClcbiAgICAgICAgLnN1YnNjcmliZShyZXMgPT4ge1xuICAgICAgICAgdGhpcy50cmVuZGluZ0xpbmtzID0gcmVzLmZpbHRlcih0cmVuZCA9PiB7XG4gICAgICAgICAgaWYodGhpcy51c2VyVHlwZSl7XG4gICAgICAgICAgICByZXR1cm4gdHJlbmQudXNlclR5cGUgPT0gdGhpcy51c2VyVHlwZTtcbiAgICAgICAgICB9ZWxzZXtcbiAgICAgICAgICAgIHJldHVybiB0cmVuZC50eXBlID09IHRoaXMudHlwZTtcbiAgICAgICAgICB9XG4gICAgICAgICB9KTsgXG4gICAgICAgIH0pO1xuICB9XG5cblxuXG4gIG9wZW4obGluayA6IGFueSl7XG4gICAgaWYobGluay5saW5rVHlwZSA9PSAnTElOSycpe1xuICAgICAgd2luZG93Lm9wZW4obGluay5saW5rVXJsLCAnYmxhbmsnKTtcbiAgICB9ZWxzZXtcbiAgICAgIHRoaXMub25MaW5rQ2xpY2suZW1pdChsaW5rKTtcbiAgICB9XG4gIH1cblxufVxuIiwiPGRpdiBjbGFzcz1cImlvbi1wYWRkaW5nLXN0YXJ0IGlvbi1wYWRkaW5nLWVuZFwiXG4gICpuZ0lmPVwidHJlbmRpbmdMaW5rcyAmJiB0cmVuZGluZ0xpbmtzLmxlbmd0aCA+IDAgJiYgZGlzcGxheT09J3RpbGUnICYmIGhlYWRpbmdcIj5cbiAgPGgxPnt7aGVhZGluZ319PC9oMT5cbiAgPHAtZGl2aWRlcj48L3AtZGl2aWRlcj5cbjwvZGl2PlxuPGRpdiBjbGFzcz1cImdyaWQgcC1qYy1sZWZ0IGlvbi1wYWRkaW5nLXN0YXJ0IGlvbi1wYWRkaW5nLWVuZFwiICpuZ0lmPVwiZGlzcGxheT09J3RpbGUnXCI+XG4gIDxpb24tZ3JpZD5cbiAgICA8aW9uLXJvdz5cbiAgICAgIDxpb24tY29sIHNpemU9XCIxMlwiIHNpemVTbT1cIjEyXCIgc2l6ZVhzPVwiMTJcIiBzaXplTWQ9XCIxMlwiIHNpemVMZz1cIjEyXCIgc2l6ZVhsPVwiMTBcIiBvZmZzZXRYbD1cIjFcIj5cbiAgICAgICAgPGlvbi1ncmlkPlxuICAgICAgICAgIDxpb24tcm93PlxuICAgICAgICAgICAgPGlvbi1jb2wgKm5nRm9yPVwibGV0IHRyZW5kIG9mIHRyZW5kaW5nTGlua3M7IGxldCBpc0xhc3QgPSBsYXN0XCIgY2xhc3M9XCJmdWxsLWhlaWdodFwiIHNpemU9XCIxMlwiIHNpemVTbT1cIjEyXCJcbiAgICAgICAgICAgICAgc2l6ZVhzPVwiMTJcIiBzaXplTWQ9XCI2XCIgc2l6ZUxnPVwiM1wiIHNpemVYbD1cIjNcIiBzdHlsZT1cIndpZHRoOiAzMjBweCAhaW1wb3J0YW50O1wiPlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmxleFwiPlxuICAgICAgICAgICAgICAgIDxkaXY+XG4gICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cImhlYWRpbmdcIj57e3RyZW5kLmhlYWRlcn19PC9wPlxuICAgICAgICAgICAgICAgICAgPGlvbi1sYWJlbD48c3BhbiBbaW5uZXJIVE1MXT1cInRyZW5kLnN1YkhlYWRlclwiIHN0eWxlPVwiY29sb3I6IHZhcigtLWlvbi1jb2xvci1tZWRpdW0tZ3JheSk7XCI+PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgPC9pb24tbGFiZWw+XG4gICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZ3JpZFwiPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTNcIj5cbiAgICAgICAgICAgICAgICAgICAgICA8ZmEtaWNvbiBbaWNvbl09XCJbJ2ZhcicsIHRyZW5kLmltYWdlXVwiIGNsYXNzPVwiYXBwLXRpbGUtaW1nXCI+PC9mYS1pY29uPlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC05XCI+XG4gICAgICAgICAgICAgICAgICAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIGZpbGw9XCJvdXRsaW5lXCIgKGNsaWNrKT1cIm9wZW4obGluaylcIiB0YXJnZXQ9XCJibGFua1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAqbmdGb3I9XCJsZXQgbGluayBvZiB0cmVuZC5saW5rc1wiIHNpemU9XCJzbWFsbFwiIGNsYXNzPVwiYXBwLXRpbGUtYnV0dG9uXCI+e3tsaW5rLmxpbmtEZXNjfX1cbiAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1idXR0b24+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPHAtZGl2aWRlciBsYXlvdXQ9XCJ2ZXJ0aWNhbFwiICpuZ0lmPVwiIWlzTGFzdFwiIGNsYXNzPVwiaW9uLWhpZGUtc20tZG93biBpb24taGlkZS1tZC1kb3duXCI+PC9wLWRpdmlkZXI+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9pb24tY29sPlxuICAgICAgICAgIDwvaW9uLXJvdz5cbiAgICAgICAgPC9pb24tZ3JpZD5cbiAgICAgIDwvaW9uLWNvbD5cbiAgICA8L2lvbi1yb3c+XG4gIDwvaW9uLWdyaWQ+XG5cbiAgPGJyIC8+XG48L2Rpdj5cblxuPHAtY2Fyb3VzZWwgW3ZhbHVlXT1cInRyZW5kaW5nTGlua3NcIiBbbnVtU2Nyb2xsXT1cIjFcIiBbcmVzcG9uc2l2ZU9wdGlvbnNdPVwicmVzcG9uc2l2ZU9wdGlvbnNcIiBbYXV0b3BsYXlJbnRlcnZhbF09XCIxMDAwMFwiXG4gIFtjaXJjdWxhcl09XCJ0cnVlXCIgKm5nSWY9XCJkaXNwbGF5PT0nc2xpZGVyJyAmJiB0cmVuZGluZ0xpbmtzICYmIHRyZW5kaW5nTGlua3MubGVuZ3RoID4gMFwiPlxuICA8bmctdGVtcGxhdGUgbGV0LXRyZW5kIHBUZW1wbGF0ZT1cIml0ZW1cIj5cbiAgICA8aDM+e3t0cmVuZC5oZWFkZXJ9fTwvaDM+XG4gICAgPHA+e3t0cmVuZC5zdWJIZWFkZXJ9fTwvcD5cbiAgICA8YSBjbGFzcz1cImxpbmtcIiB0YXJnZXQ9XCJfYmxhbmtcIiAqbmdGb3I9XCJsZXQgbGluayBvZiB0cmVuZC5saW5rc1wiIFthdHRyLmFyaWEtbGFiZWxdPVwibGluay5saW5rRGVzY1wiIHJlbD1cIm5vb3BlbmVyXCJcbiAgICAgIChjbGljayk9XCJvcGVuKGxpbmspXCI+e3tsaW5rLmxpbmtEZXNjfX08L2E+XG4gIDwvbmctdGVtcGxhdGU+XG48L3AtY2Fyb3VzZWw+Il19