@uiapplib/ngx-ui-web-lib 0.0.1

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 (820) hide show
  1. package/README.md +46 -0
  2. package/esm2022/lib/annimations/app-animations.mjs +37 -0
  3. package/esm2022/lib/components/add-employer/add-employer.component.mjs +3725 -0
  4. package/esm2022/lib/components/add-participant/add-participant.component.mjs +453 -0
  5. package/esm2022/lib/components/add-payment/add-payment.component.mjs +207 -0
  6. package/esm2022/lib/components/add-wage/add-wage.component.mjs +161 -0
  7. package/esm2022/lib/components/address/address.component.mjs +700 -0
  8. package/esm2022/lib/components/address-popup/address-popup.component.mjs +97 -0
  9. package/esm2022/lib/components/address-suggestion/address-suggestion.component.mjs +289 -0
  10. package/esm2022/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.mjs +245 -0
  11. package/esm2022/lib/components/associate-ssn/associate-ssn.component.mjs +203 -0
  12. package/esm2022/lib/components/bank-details/bank-details.component.mjs +276 -0
  13. package/esm2022/lib/components/captcha/captcha.component.mjs +181 -0
  14. package/esm2022/lib/components/card/card.component.mjs +55 -0
  15. package/esm2022/lib/components/claim-info/claim-info.component.mjs +408 -0
  16. package/esm2022/lib/components/contact-us/contact-us.component.mjs +958 -0
  17. package/esm2022/lib/components/content/content.component.mjs +61 -0
  18. package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +83 -0
  19. package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +251 -0
  20. package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +316 -0
  21. package/esm2022/lib/components/disclosure/disclosure.component.mjs +60 -0
  22. package/esm2022/lib/components/dropdown/dropdown.component.mjs +1974 -0
  23. package/esm2022/lib/components/dropdown/dropdown.interface.mjs +2 -0
  24. package/esm2022/lib/components/dua-request-page/dua-request-page.component.mjs +596 -0
  25. package/esm2022/lib/components/dua-request-popup/dua-request-popup.component.mjs +356 -0
  26. package/esm2022/lib/components/email-update/email-update.component.mjs +283 -0
  27. package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +950 -0
  28. package/esm2022/lib/components/employer-info/employer-info.component.mjs +319 -0
  29. package/esm2022/lib/components/employer-pay/employer-pay.component.mjs +238 -0
  30. package/esm2022/lib/components/employer-pay-grid/employer-pay-grid.component.mjs +302 -0
  31. package/esm2022/lib/components/error/error.component.mjs +103 -0
  32. package/esm2022/lib/components/farm-usage/farm-usage.component.mjs +172 -0
  33. package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +163 -0
  34. package/esm2022/lib/components/file-download/file-download.component.mjs +104 -0
  35. package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +444 -0
  36. package/esm2022/lib/components/footer/footer.component.mjs +361 -0
  37. package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +201 -0
  38. package/esm2022/lib/components/header/header.component.mjs +801 -0
  39. package/esm2022/lib/components/help/help.component.mjs +49 -0
  40. package/esm2022/lib/components/history-page/history-page.component.mjs +571 -0
  41. package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +65 -0
  42. package/esm2022/lib/components/idme/idme.component.mjs +84 -0
  43. package/esm2022/lib/components/info/info.component.mjs +179 -0
  44. package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +206 -0
  45. package/esm2022/lib/components/job-title/job-title.component.mjs +157 -0
  46. package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +247 -0
  47. package/esm2022/lib/components/link/link.component.mjs +131 -0
  48. package/esm2022/lib/components/maintenance-detector/maintenance-detector.component.mjs +43 -0
  49. package/esm2022/lib/components/mask/mask.component.mjs +48 -0
  50. package/esm2022/lib/components/menu/menu.component.mjs +420 -0
  51. package/esm2022/lib/components/mfa/mfa.component.mjs +444 -0
  52. package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +50 -0
  53. package/esm2022/lib/components/money-expect/money-expect.component.mjs +202 -0
  54. package/esm2022/lib/components/msg/msg.component.mjs +48 -0
  55. package/esm2022/lib/components/news/news.component.mjs +90 -0
  56. package/esm2022/lib/components/offline-add-employer/offline-add-employer.component.mjs +3661 -0
  57. package/esm2022/lib/components/offline-bank-details/offline-bank-details.component.mjs +258 -0
  58. package/esm2022/lib/components/offline-employer-grid/offline-employer-grid.component.mjs +853 -0
  59. package/esm2022/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.mjs +251 -0
  60. package/esm2022/lib/components/overlay-info/overlay-info.component.mjs +213 -0
  61. package/esm2022/lib/components/page/page.component.mjs +136 -0
  62. package/esm2022/lib/components/profile/profile.component.mjs +901 -0
  63. package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +140 -0
  64. package/esm2022/lib/components/proof-of-anything/proof-of-anything.component.mjs +261 -0
  65. package/esm2022/lib/components/proof-of-document-upload/proof-of-document-upload.component.mjs +560 -0
  66. package/esm2022/lib/components/questionnaire/AppValidators.mjs +790 -0
  67. package/esm2022/lib/components/questionnaire/FbConstants.mjs +8 -0
  68. package/esm2022/lib/components/questionnaire/SelectItem.mjs +2 -0
  69. package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +355 -0
  70. package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +732 -0
  71. package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +1096 -0
  72. package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +2246 -0
  73. package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +1297 -0
  74. package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +262 -0
  75. package/esm2022/lib/components/questionnaire/input-focus.directive.mjs +44 -0
  76. package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +342 -0
  77. package/esm2022/lib/components/questionnaire/question-base.mjs +3 -0
  78. package/esm2022/lib/components/questionnaire/question-control.service.mjs +409 -0
  79. package/esm2022/lib/components/questionnaire/question.service.mjs +31 -0
  80. package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +268 -0
  81. package/esm2022/lib/components/read-more/read-more.component.mjs +72 -0
  82. package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +950 -0
  83. package/esm2022/lib/components/scrollable-text/scrollable-text.component.mjs +25 -0
  84. package/esm2022/lib/components/search-employer/search-employer.component.mjs +257 -0
  85. package/esm2022/lib/components/select/select.component.mjs +154 -0
  86. package/esm2022/lib/components/sign-ssn/sign-ssn.component.mjs +141 -0
  87. package/esm2022/lib/components/sms/sms.component.mjs +336 -0
  88. package/esm2022/lib/components/ssn/ssn.component.mjs +44 -0
  89. package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +151 -0
  90. package/esm2022/lib/components/test/test.component.mjs +19 -0
  91. package/esm2022/lib/components/user-login/user-login.component.mjs +398 -0
  92. package/esm2022/lib/components/wage-calculator/wage-calculator.component.mjs +527 -0
  93. package/esm2022/lib/components/wage-grid/wage-grid.component.mjs +274 -0
  94. package/esm2022/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.mjs +147 -0
  95. package/esm2022/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.mjs +167 -0
  96. package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +1040 -0
  97. package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +420 -0
  98. package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +828 -0
  99. package/esm2022/lib/components/weekly-confirmation/confirmation.component.mjs +129 -0
  100. package/esm2022/lib/components/weekly-interim-confirmation/interim-confirmation.component.mjs +136 -0
  101. package/esm2022/lib/components/weekly-summary-v2/summary.component-v2.mjs +72 -0
  102. package/esm2022/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.mjs +50 -0
  103. package/esm2022/lib/components/weekly-work-search-counter/work-search-counter.component.mjs +92 -0
  104. package/esm2022/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.mjs +1190 -0
  105. package/esm2022/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.mjs +690 -0
  106. package/esm2022/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.mjs +524 -0
  107. package/esm2022/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.mjs +394 -0
  108. package/esm2022/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.mjs +640 -0
  109. package/esm2022/lib/directives/auto-focus/auto-focus.directive.mjs +31 -0
  110. package/esm2022/lib/directives/caps-lock.directive.mjs +38 -0
  111. package/esm2022/lib/directives/required-roles/required-roles.directive.mjs +30 -0
  112. package/esm2022/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.mjs +33 -0
  113. package/esm2022/lib/enums/AddressValidationResponseEnum.mjs +9 -0
  114. package/esm2022/lib/enums/AddressValidationSourceFunctionEnum.mjs +5 -0
  115. package/esm2022/lib/enums/EmailStatusEnum.mjs +9 -0
  116. package/esm2022/lib/guards/auth.guard.mjs +186 -0
  117. package/esm2022/lib/guards/no-login/no-login.guard.mjs +21 -0
  118. package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +155 -0
  119. package/esm2022/lib/interceptors/header-interceptor/http-header.interceptor.mjs +98 -0
  120. package/esm2022/lib/models/ActiveClaimModel.mjs +3 -0
  121. package/esm2022/lib/models/AddressComponentModel.mjs +3 -0
  122. package/esm2022/lib/models/BankDetailsComponentModel.mjs +3 -0
  123. package/esm2022/lib/models/BankDetailsModel.mjs +3 -0
  124. package/esm2022/lib/models/CinRequalificationCriteriaModel.mjs +3 -0
  125. package/esm2022/lib/models/CountyModel.mjs +3 -0
  126. package/esm2022/lib/models/DuaAppDataModel.mjs +3 -0
  127. package/esm2022/lib/models/DuaRequestModel.mjs +3 -0
  128. package/esm2022/lib/models/DuaRetroWeeksComponentModel.mjs +6 -0
  129. package/esm2022/lib/models/EmployerDetailSearchResult.mjs +6 -0
  130. package/esm2022/lib/models/EmployerInfoComponentModel.mjs +4 -0
  131. package/esm2022/lib/models/EmployerPayInfoModel.mjs +6 -0
  132. package/esm2022/lib/models/ErrorModel.mjs +6 -0
  133. package/esm2022/lib/models/FarmUsageComponentModel.mjs +2 -0
  134. package/esm2022/lib/models/FileModel.mjs +2 -0
  135. package/esm2022/lib/models/GrossEarningsModel.mjs +3 -0
  136. package/esm2022/lib/models/HelpConstants.mjs +5 -0
  137. package/esm2022/lib/models/LexisNexisOtpDetailsResponseModel.mjs +3 -0
  138. package/esm2022/lib/models/LibConstants.mjs +171 -0
  139. package/esm2022/lib/models/NewsAndAnnouncementModel.mjs +3 -0
  140. package/esm2022/lib/models/NotificationModel.mjs +6 -0
  141. package/esm2022/lib/models/OtpAuthModel.mjs +3 -0
  142. package/esm2022/lib/models/PaymentComponentModel.mjs +2 -0
  143. package/esm2022/lib/models/ReasonSeparationRequestModel.mjs +3 -0
  144. package/esm2022/lib/models/RequalifyLiftPageModel.mjs +11 -0
  145. package/esm2022/lib/models/RetroWeeksModel.mjs +3 -0
  146. package/esm2022/lib/models/SecurityQuestionAnswerModel.mjs +3 -0
  147. package/esm2022/lib/models/SendOtpRequestModel.mjs +3 -0
  148. package/esm2022/lib/models/SsaVerificationModel.mjs +3 -0
  149. package/esm2022/lib/models/TrendModel.mjs +3 -0
  150. package/esm2022/lib/models/UserDetailsModel.mjs +3 -0
  151. package/esm2022/lib/models/UserModel.mjs +6 -0
  152. package/esm2022/lib/models/VerifyOtpRequestModel.mjs +3 -0
  153. package/esm2022/lib/models/WageCalculatorModel.mjs +3 -0
  154. package/esm2022/lib/models/WageInfoModel.mjs +4 -0
  155. package/esm2022/lib/models/addressValidation/AddressRecommendationModel.mjs +3 -0
  156. package/esm2022/lib/models/addressValidation/AddressValidationRequestComponentModel.mjs +3 -0
  157. package/esm2022/lib/models/addressValidation/AddressValidationResponseComponentModel.mjs +3 -0
  158. package/esm2022/lib/models/addressValidation/AddressValidationReturnComponentModel.mjs +3 -0
  159. package/esm2022/lib/models/case/CaseAttachmentModel.mjs +3 -0
  160. package/esm2022/lib/models/claimant/ClaimantModel.mjs +3 -0
  161. package/esm2022/lib/models/claimant/JobResultsData.mjs +3 -0
  162. package/esm2022/lib/models/claimant/MatchingJobs.mjs +3 -0
  163. package/esm2022/lib/models/claimant/ResetPasswordModel.mjs +3 -0
  164. package/esm2022/lib/models/cmp/CaseCoreModel.mjs +3 -0
  165. package/esm2022/lib/models/cmp/ComplaintCategoryModel.mjs +3 -0
  166. package/esm2022/lib/models/cmp/ComplaintCategoryOutputModel.mjs +5 -0
  167. package/esm2022/lib/models/cmp/ContactUsModel.mjs +3 -0
  168. package/esm2022/lib/models/cmp/EmailTemplateModel.mjs +3 -0
  169. package/esm2022/lib/models/cmp/contactUsInqueryModel.mjs +7 -0
  170. package/esm2022/lib/models/cmp/messageRourceModel.mjs +3 -0
  171. package/esm2022/lib/models/combo-model.mjs +343 -0
  172. package/esm2022/lib/models/dashboard-model.mjs +3 -0
  173. package/esm2022/lib/models/dependent.model.mjs +8 -0
  174. package/esm2022/lib/models/fileupload/DocUploadModel.mjs +7 -0
  175. package/esm2022/lib/models/fileupload/EmployerDataModel.mjs +3 -0
  176. package/esm2022/lib/models/fileupload/FileObject.mjs +3 -0
  177. package/esm2022/lib/models/fileupload/FileObjectArray.mjs +7 -0
  178. package/esm2022/lib/models/questionnaire/AppealParticipantModel.mjs +8 -0
  179. package/esm2022/lib/models/questionnaire/AutocoderModel.mjs +3 -0
  180. package/esm2022/lib/models/questionnaire/ClaimAppEmpRequestModel.mjs +3 -0
  181. package/esm2022/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +8 -0
  182. package/esm2022/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +7 -0
  183. package/esm2022/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +3 -0
  184. package/esm2022/lib/models/questionnaire/ComboModel.mjs +453 -0
  185. package/esm2022/lib/models/questionnaire/ElementsModel.mjs +8 -0
  186. package/esm2022/lib/models/questionnaire/EmployerDetailSearchResult.mjs +3 -0
  187. package/esm2022/lib/models/questionnaire/EmployerWagesModel.mjs +3 -0
  188. package/esm2022/lib/models/questionnaire/FBConfigModel.mjs +6 -0
  189. package/esm2022/lib/models/questionnaire/KeyValueModel.mjs +3 -0
  190. package/esm2022/lib/models/questionnaire/LegalDiscaimarModel.mjs +3 -0
  191. package/esm2022/lib/models/questionnaire/LoaderModel.mjs +3 -0
  192. package/esm2022/lib/models/questionnaire/PollingStatusModel.mjs +3 -0
  193. package/esm2022/lib/models/questionnaire/QtrYearEmployerWageModel.mjs +3 -0
  194. package/esm2022/lib/models/questionnaire/QuestionnaireQueryModel.mjs +8 -0
  195. package/esm2022/lib/models/questionnaire/QuestionnaireReturnModel.mjs +11 -0
  196. package/esm2022/lib/models/questionnaire/QuestionnaireSaveModel.mjs +3 -0
  197. package/esm2022/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +3 -0
  198. package/esm2022/lib/models/questionnaire/ScrollableTextModel.mjs +3 -0
  199. package/esm2022/lib/models/questionnaire/ServiceActionResponseModel.mjs +3 -0
  200. package/esm2022/lib/models/questionnaire/StatusModel.mjs +6 -0
  201. package/esm2022/lib/models/questionnaire/SuccessPageElement.mjs +3 -0
  202. package/esm2022/lib/models/questionnaire/UI512AResponseModel.mjs +3 -0
  203. package/esm2022/lib/models/questionnaire/ValidationModel.mjs +3 -0
  204. package/esm2022/lib/models/questionnaire/WbaHelperTextModel.mjs +3 -0
  205. package/esm2022/lib/models/weekly-cert/WorkSearchWaiverModel.mjs +3 -0
  206. package/esm2022/lib/models/weekly-cert/address-detail-model.mjs +2 -0
  207. package/esm2022/lib/models/weekly-cert/admin-leave-details-model.mjs +7 -0
  208. package/esm2022/lib/models/weekly-cert/employer-info-v2-model.mjs +7 -0
  209. package/esm2022/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.mjs +6 -0
  210. package/esm2022/lib/models/weekly-cert/weekly-certification-v2-model.mjs +34 -0
  211. package/esm2022/lib/models/weekly-cert/work-search-record-v2-model.mjs +15 -0
  212. package/esm2022/lib/models/weekly-cert/work-search-v2-model.mjs +11 -0
  213. package/esm2022/lib/ngx-reusa-app-lib.component.mjs +23 -0
  214. package/esm2022/lib/ngx-reusa-app-lib.module.mjs +522 -0
  215. package/esm2022/lib/ngx-reusa-app-lib.service.mjs +14 -0
  216. package/esm2022/lib/pages/BasePage.mjs +79 -0
  217. package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +81 -0
  218. package/esm2022/lib/pages/common/change-password/change-password.page.mjs +489 -0
  219. package/esm2022/lib/pages/common/landing/landing.component.mjs +208 -0
  220. package/esm2022/lib/pages/common/landing2/landing2.component.mjs +244 -0
  221. package/esm2022/lib/pages/common/login/login.component.mjs +527 -0
  222. package/esm2022/lib/pages/common/not-found/not-found.page.mjs +24 -0
  223. package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +306 -0
  224. package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +61 -0
  225. package/esm2022/lib/pages/common/unauthorized/unauthorized.page.mjs +24 -0
  226. package/esm2022/lib/pages/popovers/language/language.page.mjs +61 -0
  227. package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +204 -0
  228. package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +134 -0
  229. package/esm2022/lib/pages/popovers/user-search/user-search.component.mjs +251 -0
  230. package/esm2022/lib/pipes/filter.pipe.mjs +30 -0
  231. package/esm2022/lib/pipes/format-worksearch/format-worksearch.pipe.mjs +101 -0
  232. package/esm2022/lib/pipes/mask/mask.email.pipe.mjs +23 -0
  233. package/esm2022/lib/pipes/proper-case/proper-case.pipe.mjs +27 -0
  234. package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +44 -0
  235. package/esm2022/lib/pipes/trust-html/trust-html.pipe.mjs +20 -0
  236. package/esm2022/lib/services/address-validation-service/address-validation.service.mjs +151 -0
  237. package/esm2022/lib/services/appeal/appeal.service.mjs +37 -0
  238. package/esm2022/lib/services/base-service.mjs +53 -0
  239. package/esm2022/lib/services/birt-service/birt.service.mjs +57 -0
  240. package/esm2022/lib/services/captcha/captcha.service.mjs +46 -0
  241. package/esm2022/lib/services/case-service/case.service.mjs +47 -0
  242. package/esm2022/lib/services/chatbot/chatbot.service.mjs +257 -0
  243. package/esm2022/lib/services/chatbot/script.const.mjs +42 -0
  244. package/esm2022/lib/services/claimant/claimant.service.mjs +31 -0
  245. package/esm2022/lib/services/claimant-context/claimant-context.service.mjs +48 -0
  246. package/esm2022/lib/services/claimant-service/claimant.service.mjs +56 -0
  247. package/esm2022/lib/services/claims/claims.service.mjs +193 -0
  248. package/esm2022/lib/services/cmp-service/cmp.service.mjs +84 -0
  249. package/esm2022/lib/services/dms-service/dms.service.mjs +60 -0
  250. package/esm2022/lib/services/employer/employer-service.mjs +35 -0
  251. package/esm2022/lib/services/event-service/event-service.mjs +44 -0
  252. package/esm2022/lib/services/fpjs/fingerprint.service.mjs +70 -0
  253. package/esm2022/lib/services/google-analytics/google-analytics.service.mjs +29 -0
  254. package/esm2022/lib/services/help/help.service.mjs +63 -0
  255. package/esm2022/lib/services/idle/idle.service.mjs +159 -0
  256. package/esm2022/lib/services/logger/logger.service.mjs +67 -0
  257. package/esm2022/lib/services/login/login.service.mjs +358 -0
  258. package/esm2022/lib/services/maintenance/maintenance.service.mjs +21 -0
  259. package/esm2022/lib/services/notification/notification.service.mjs +113 -0
  260. package/esm2022/lib/services/offline-claims/offline-claims.service.mjs +327 -0
  261. package/esm2022/lib/services/questionnaire/questionnaire.service.mjs +72 -0
  262. package/esm2022/lib/services/questionnaire/validation.service.mjs +62 -0
  263. package/esm2022/lib/services/security-service/security.service.mjs +59 -0
  264. package/esm2022/lib/services/tour/tour.service.mjs +60 -0
  265. package/esm2022/lib/services/util/util.service.mjs +506 -0
  266. package/esm2022/lib/services/weekly-cert/review.service.mjs +101 -0
  267. package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +214 -0
  268. package/esm2022/lib/services/weekly-cert/weekly-cert.service.mjs +37 -0
  269. package/esm2022/lib/services/weekly-cert/work-search.service.mjs +58 -0
  270. package/esm2022/lib/validations/AppRegex.mjs +49 -0
  271. package/esm2022/lib/validations/AppValidators.mjs +269 -0
  272. package/esm2022/public-api.mjs +180 -0
  273. package/esm2022/uiapplib-ngx-ui-web-lib.mjs +5 -0
  274. package/fesm2022/uiapplib-ngx-ui-web-lib.mjs +51647 -0
  275. package/fesm2022/uiapplib-ngx-ui-web-lib.mjs.map +1 -0
  276. package/index.d.ts +6 -0
  277. package/lib/annimations/app-animations.d.ts +4 -0
  278. package/lib/annimations/app-animations.d.ts.map +1 -0
  279. package/lib/components/add-employer/add-employer.component.d.ts +318 -0
  280. package/lib/components/add-employer/add-employer.component.d.ts.map +1 -0
  281. package/lib/components/add-participant/add-participant.component.d.ts +55 -0
  282. package/lib/components/add-participant/add-participant.component.d.ts.map +1 -0
  283. package/lib/components/add-payment/add-payment.component.d.ts +39 -0
  284. package/lib/components/add-payment/add-payment.component.d.ts.map +1 -0
  285. package/lib/components/add-wage/add-wage.component.d.ts +30 -0
  286. package/lib/components/add-wage/add-wage.component.d.ts.map +1 -0
  287. package/lib/components/address/address.component.d.ts +108 -0
  288. package/lib/components/address/address.component.d.ts.map +1 -0
  289. package/lib/components/address-popup/address-popup.component.d.ts +16 -0
  290. package/lib/components/address-popup/address-popup.component.d.ts.map +1 -0
  291. package/lib/components/address-suggestion/address-suggestion.component.d.ts +43 -0
  292. package/lib/components/address-suggestion/address-suggestion.component.d.ts.map +1 -0
  293. package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts +37 -0
  294. package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts.map +1 -0
  295. package/lib/components/associate-ssn/associate-ssn.component.d.ts +33 -0
  296. package/lib/components/associate-ssn/associate-ssn.component.d.ts.map +1 -0
  297. package/lib/components/bank-details/bank-details.component.d.ts +40 -0
  298. package/lib/components/bank-details/bank-details.component.d.ts.map +1 -0
  299. package/lib/components/captcha/captcha.component.d.ts +45 -0
  300. package/lib/components/captcha/captcha.component.d.ts.map +1 -0
  301. package/lib/components/card/card.component.d.ts +12 -0
  302. package/lib/components/card/card.component.d.ts.map +1 -0
  303. package/lib/components/claim-info/claim-info.component.d.ts +49 -0
  304. package/lib/components/claim-info/claim-info.component.d.ts.map +1 -0
  305. package/lib/components/contact-us/contact-us.component.d.ts +106 -0
  306. package/lib/components/contact-us/contact-us.component.d.ts.map +1 -0
  307. package/lib/components/content/content.component.d.ts +14 -0
  308. package/lib/components/content/content.component.d.ts.map +1 -0
  309. package/lib/components/correspondence-download/correspondence-download.component.d.ts +22 -0
  310. package/lib/components/correspondence-download/correspondence-download.component.d.ts.map +1 -0
  311. package/lib/components/dashboard-card/dashboard-card.component.d.ts +26 -0
  312. package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -0
  313. package/lib/components/dependent-grid/dependent-grid.component.d.ts +36 -0
  314. package/lib/components/dependent-grid/dependent-grid.component.d.ts.map +1 -0
  315. package/lib/components/disclosure/disclosure.component.d.ts +13 -0
  316. package/lib/components/disclosure/disclosure.component.d.ts.map +1 -0
  317. package/lib/components/dropdown/dropdown.component.d.ts +582 -0
  318. package/lib/components/dropdown/dropdown.component.d.ts.map +1 -0
  319. package/lib/components/dropdown/dropdown.interface.d.ts +155 -0
  320. package/lib/components/dropdown/dropdown.interface.d.ts.map +1 -0
  321. package/lib/components/dua-request-page/dua-request-page.component.d.ts +74 -0
  322. package/lib/components/dua-request-page/dua-request-page.component.d.ts.map +1 -0
  323. package/lib/components/dua-request-popup/dua-request-popup.component.d.ts +61 -0
  324. package/lib/components/dua-request-popup/dua-request-popup.component.d.ts.map +1 -0
  325. package/lib/components/email-update/email-update.component.d.ts +32 -0
  326. package/lib/components/email-update/email-update.component.d.ts.map +1 -0
  327. package/lib/components/employer-grid/employer-grid.component.d.ts +100 -0
  328. package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -0
  329. package/lib/components/employer-info/employer-info.component.d.ts +50 -0
  330. package/lib/components/employer-info/employer-info.component.d.ts.map +1 -0
  331. package/lib/components/employer-pay/employer-pay.component.d.ts +51 -0
  332. package/lib/components/employer-pay/employer-pay.component.d.ts.map +1 -0
  333. package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts +43 -0
  334. package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts.map +1 -0
  335. package/lib/components/error/error.component.d.ts +19 -0
  336. package/lib/components/error/error.component.d.ts.map +1 -0
  337. package/lib/components/farm-usage/farm-usage.component.d.ts +33 -0
  338. package/lib/components/farm-usage/farm-usage.component.d.ts.map +1 -0
  339. package/lib/components/fav-menu/fav-menu.component.d.ts +22 -0
  340. package/lib/components/fav-menu/fav-menu.component.d.ts.map +1 -0
  341. package/lib/components/file-download/file-download.component.d.ts +23 -0
  342. package/lib/components/file-download/file-download.component.d.ts.map +1 -0
  343. package/lib/components/file-uploader/file-uploader.component.d.ts +52 -0
  344. package/lib/components/file-uploader/file-uploader.component.d.ts.map +1 -0
  345. package/lib/components/footer/footer.component.d.ts +37 -0
  346. package/lib/components/footer/footer.component.d.ts.map +1 -0
  347. package/lib/components/gross-earnings/gross-earnings.component.d.ts +42 -0
  348. package/lib/components/gross-earnings/gross-earnings.component.d.ts.map +1 -0
  349. package/lib/components/header/header.component.d.ts +76 -0
  350. package/lib/components/header/header.component.d.ts.map +1 -0
  351. package/lib/components/help/help.component.d.ts +11 -0
  352. package/lib/components/help/help.component.d.ts.map +1 -0
  353. package/lib/components/history-page/history-page.component.d.ts +80 -0
  354. package/lib/components/history-page/history-page.component.d.ts.map +1 -0
  355. package/lib/components/idle-detector/idle-detector.component.d.ts +16 -0
  356. package/lib/components/idle-detector/idle-detector.component.d.ts.map +1 -0
  357. package/lib/components/idme/idme.component.d.ts +19 -0
  358. package/lib/components/idme/idme.component.d.ts.map +1 -0
  359. package/lib/components/info/info.component.d.ts +23 -0
  360. package/lib/components/info/info.component.d.ts.map +1 -0
  361. package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +22 -0
  362. package/lib/components/job-search-result-page/job-search-result-page.component.d.ts.map +1 -0
  363. package/lib/components/job-title/job-title.component.d.ts +37 -0
  364. package/lib/components/job-title/job-title.component.d.ts.map +1 -0
  365. package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +38 -0
  366. package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -0
  367. package/lib/components/link/link.component.d.ts +35 -0
  368. package/lib/components/link/link.component.d.ts.map +1 -0
  369. package/lib/components/maintenance-detector/maintenance-detector.component.d.ts +16 -0
  370. package/lib/components/maintenance-detector/maintenance-detector.component.d.ts.map +1 -0
  371. package/lib/components/mask/mask.component.d.ts +12 -0
  372. package/lib/components/mask/mask.component.d.ts.map +1 -0
  373. package/lib/components/menu/menu.component.d.ts +45 -0
  374. package/lib/components/menu/menu.component.d.ts.map +1 -0
  375. package/lib/components/mfa/mfa.component.d.ts +60 -0
  376. package/lib/components/mfa/mfa.component.d.ts.map +1 -0
  377. package/lib/components/mfa-popup/mfa-popup.component.d.ts +17 -0
  378. package/lib/components/mfa-popup/mfa-popup.component.d.ts.map +1 -0
  379. package/lib/components/money-expect/money-expect.component.d.ts +30 -0
  380. package/lib/components/money-expect/money-expect.component.d.ts.map +1 -0
  381. package/lib/components/msg/msg.component.d.ts +11 -0
  382. package/lib/components/msg/msg.component.d.ts.map +1 -0
  383. package/lib/components/news/news.component.d.ts +15 -0
  384. package/lib/components/news/news.component.d.ts.map +1 -0
  385. package/lib/components/offline-add-employer/offline-add-employer.component.d.ts +311 -0
  386. package/lib/components/offline-add-employer/offline-add-employer.component.d.ts.map +1 -0
  387. package/lib/components/offline-bank-details/offline-bank-details.component.d.ts +33 -0
  388. package/lib/components/offline-bank-details/offline-bank-details.component.d.ts.map +1 -0
  389. package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts +97 -0
  390. package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts.map +1 -0
  391. package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts +33 -0
  392. package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts.map +1 -0
  393. package/lib/components/overlay-info/overlay-info.component.d.ts +35 -0
  394. package/lib/components/overlay-info/overlay-info.component.d.ts.map +1 -0
  395. package/lib/components/page/page.component.d.ts +24 -0
  396. package/lib/components/page/page.component.d.ts.map +1 -0
  397. package/lib/components/profile/profile.component.d.ts +107 -0
  398. package/lib/components/profile/profile.component.d.ts.map +1 -0
  399. package/lib/components/profile-redirect/profile-redirect.component.d.ts +21 -0
  400. package/lib/components/profile-redirect/profile-redirect.component.d.ts.map +1 -0
  401. package/lib/components/proof-of-anything/proof-of-anything.component.d.ts +54 -0
  402. package/lib/components/proof-of-anything/proof-of-anything.component.d.ts.map +1 -0
  403. package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts +74 -0
  404. package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts.map +1 -0
  405. package/lib/components/questionnaire/AppValidators.d.ts +17 -0
  406. package/lib/components/questionnaire/AppValidators.d.ts.map +1 -0
  407. package/lib/components/questionnaire/FbConstants.d.ts +8 -0
  408. package/lib/components/questionnaire/FbConstants.d.ts.map +1 -0
  409. package/lib/components/questionnaire/SelectItem.d.ts +5 -0
  410. package/lib/components/questionnaire/SelectItem.d.ts.map +1 -0
  411. package/lib/components/questionnaire/account-success/account-success.page.d.ts +64 -0
  412. package/lib/components/questionnaire/account-success/account-success.page.d.ts.map +1 -0
  413. package/lib/components/questionnaire/common-success/common-success.page.d.ts +83 -0
  414. package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -0
  415. package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +49 -0
  416. package/lib/components/questionnaire/dynamic-form-panel.component.d.ts.map +1 -0
  417. package/lib/components/questionnaire/dynamic-form-question.component.d.ts +126 -0
  418. package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -0
  419. package/lib/components/questionnaire/dynamic-form.component.d.ts +137 -0
  420. package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -0
  421. package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +67 -0
  422. package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -0
  423. package/lib/components/questionnaire/input-focus.directive.d.ts +12 -0
  424. package/lib/components/questionnaire/input-focus.directive.d.ts.map +1 -0
  425. package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +45 -0
  426. package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -0
  427. package/lib/components/questionnaire/question-base.d.ts +17 -0
  428. package/lib/components/questionnaire/question-base.d.ts.map +1 -0
  429. package/lib/components/questionnaire/question-control.service.d.ts +21 -0
  430. package/lib/components/questionnaire/question-control.service.d.ts.map +1 -0
  431. package/lib/components/questionnaire/question.service.d.ts +18 -0
  432. package/lib/components/questionnaire/question.service.d.ts.map +1 -0
  433. package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +77 -0
  434. package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -0
  435. package/lib/components/read-more/read-more.component.d.ts +15 -0
  436. package/lib/components/read-more/read-more.component.d.ts.map +1 -0
  437. package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +76 -0
  438. package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts.map +1 -0
  439. package/lib/components/scrollable-text/scrollable-text.component.d.ts +11 -0
  440. package/lib/components/scrollable-text/scrollable-text.component.d.ts.map +1 -0
  441. package/lib/components/search-employer/search-employer.component.d.ts +41 -0
  442. package/lib/components/search-employer/search-employer.component.d.ts.map +1 -0
  443. package/lib/components/select/select.component.d.ts +56 -0
  444. package/lib/components/select/select.component.d.ts.map +1 -0
  445. package/lib/components/sign-ssn/sign-ssn.component.d.ts +34 -0
  446. package/lib/components/sign-ssn/sign-ssn.component.d.ts.map +1 -0
  447. package/lib/components/sms/sms.component.d.ts +63 -0
  448. package/lib/components/sms/sms.component.d.ts.map +1 -0
  449. package/lib/components/ssn/ssn.component.d.ts +12 -0
  450. package/lib/components/ssn/ssn.component.d.ts.map +1 -0
  451. package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +23 -0
  452. package/lib/components/ssn-reverify/ssn-reverify.component.d.ts.map +1 -0
  453. package/lib/components/test/test.component.d.ts +9 -0
  454. package/lib/components/test/test.component.d.ts.map +1 -0
  455. package/lib/components/user-login/user-login.component.d.ts +49 -0
  456. package/lib/components/user-login/user-login.component.d.ts.map +1 -0
  457. package/lib/components/wage-calculator/wage-calculator.component.d.ts +44 -0
  458. package/lib/components/wage-calculator/wage-calculator.component.d.ts.map +1 -0
  459. package/lib/components/wage-grid/wage-grid.component.d.ts +43 -0
  460. package/lib/components/wage-grid/wage-grid.component.d.ts.map +1 -0
  461. package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts +28 -0
  462. package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts.map +1 -0
  463. package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts +28 -0
  464. package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts.map +1 -0
  465. package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +84 -0
  466. package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts.map +1 -0
  467. package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +53 -0
  468. package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map +1 -0
  469. package/lib/components/weekly-certification/weekly-certification.component.d.ts +101 -0
  470. package/lib/components/weekly-certification/weekly-certification.component.d.ts.map +1 -0
  471. package/lib/components/weekly-confirmation/confirmation.component.d.ts +21 -0
  472. package/lib/components/weekly-confirmation/confirmation.component.d.ts.map +1 -0
  473. package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts +34 -0
  474. package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts.map +1 -0
  475. package/lib/components/weekly-summary-v2/summary.component-v2.d.ts +17 -0
  476. package/lib/components/weekly-summary-v2/summary.component-v2.d.ts.map +1 -0
  477. package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts +10 -0
  478. package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts.map +1 -0
  479. package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts +17 -0
  480. package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts.map +1 -0
  481. package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts +105 -0
  482. package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts.map +1 -0
  483. package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts +71 -0
  484. package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts.map +1 -0
  485. package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts +59 -0
  486. package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts.map +1 -0
  487. package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts +47 -0
  488. package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts.map +1 -0
  489. package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts +78 -0
  490. package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts.map +1 -0
  491. package/lib/directives/auto-focus/auto-focus.directive.d.ts +13 -0
  492. package/lib/directives/auto-focus/auto-focus.directive.d.ts.map +1 -0
  493. package/lib/directives/caps-lock.directive.d.ts +12 -0
  494. package/lib/directives/caps-lock.directive.d.ts.map +1 -0
  495. package/lib/directives/required-roles/required-roles.directive.d.ts +15 -0
  496. package/lib/directives/required-roles/required-roles.directive.d.ts.map +1 -0
  497. package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts +8 -0
  498. package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts.map +1 -0
  499. package/lib/enums/AddressValidationResponseEnum.d.ts +8 -0
  500. package/lib/enums/AddressValidationResponseEnum.d.ts.map +1 -0
  501. package/lib/enums/AddressValidationSourceFunctionEnum.d.ts +4 -0
  502. package/lib/enums/AddressValidationSourceFunctionEnum.d.ts.map +1 -0
  503. package/lib/enums/EmailStatusEnum.d.ts +8 -0
  504. package/lib/enums/EmailStatusEnum.d.ts.map +1 -0
  505. package/lib/guards/auth.guard.d.ts +29 -0
  506. package/lib/guards/auth.guard.d.ts.map +1 -0
  507. package/lib/guards/no-login/no-login.guard.d.ts +12 -0
  508. package/lib/guards/no-login/no-login.guard.d.ts.map +1 -0
  509. package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts +23 -0
  510. package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts.map +1 -0
  511. package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts +22 -0
  512. package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts.map +1 -0
  513. package/lib/models/ActiveClaimModel.d.ts +8 -0
  514. package/lib/models/ActiveClaimModel.d.ts.map +1 -0
  515. package/lib/models/AddressComponentModel.d.ts +14 -0
  516. package/lib/models/AddressComponentModel.d.ts.map +1 -0
  517. package/lib/models/BankDetailsComponentModel.d.ts +12 -0
  518. package/lib/models/BankDetailsComponentModel.d.ts.map +1 -0
  519. package/lib/models/BankDetailsModel.d.ts +5 -0
  520. package/lib/models/BankDetailsModel.d.ts.map +1 -0
  521. package/lib/models/CinRequalificationCriteriaModel.d.ts +11 -0
  522. package/lib/models/CinRequalificationCriteriaModel.d.ts.map +1 -0
  523. package/lib/models/CountyModel.d.ts +8 -0
  524. package/lib/models/CountyModel.d.ts.map +1 -0
  525. package/lib/models/DuaAppDataModel.d.ts +5 -0
  526. package/lib/models/DuaAppDataModel.d.ts.map +1 -0
  527. package/lib/models/DuaRequestModel.d.ts +10 -0
  528. package/lib/models/DuaRequestModel.d.ts.map +1 -0
  529. package/lib/models/DuaRetroWeeksComponentModel.d.ts +5 -0
  530. package/lib/models/DuaRetroWeeksComponentModel.d.ts.map +1 -0
  531. package/lib/models/EmployerDetailSearchResult.d.ts +54 -0
  532. package/lib/models/EmployerDetailSearchResult.d.ts.map +1 -0
  533. package/lib/models/EmployerInfoComponentModel.d.ts +9 -0
  534. package/lib/models/EmployerInfoComponentModel.d.ts.map +1 -0
  535. package/lib/models/EmployerPayInfoModel.d.ts +20 -0
  536. package/lib/models/EmployerPayInfoModel.d.ts.map +1 -0
  537. package/lib/models/ErrorModel.d.ts +7 -0
  538. package/lib/models/ErrorModel.d.ts.map +1 -0
  539. package/lib/models/FarmUsageComponentModel.d.ts +10 -0
  540. package/lib/models/FarmUsageComponentModel.d.ts.map +1 -0
  541. package/lib/models/FileModel.d.ts +5 -0
  542. package/lib/models/FileModel.d.ts.map +1 -0
  543. package/lib/models/GrossEarningsModel.d.ts +6 -0
  544. package/lib/models/GrossEarningsModel.d.ts.map +1 -0
  545. package/lib/models/HelpConstants.d.ts +5 -0
  546. package/lib/models/HelpConstants.d.ts.map +1 -0
  547. package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts +7 -0
  548. package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts.map +1 -0
  549. package/lib/models/LibConstants.d.ts +162 -0
  550. package/lib/models/LibConstants.d.ts.map +1 -0
  551. package/lib/models/NewsAndAnnouncementModel.d.ts +6 -0
  552. package/lib/models/NewsAndAnnouncementModel.d.ts.map +1 -0
  553. package/lib/models/NotificationModel.d.ts +11 -0
  554. package/lib/models/NotificationModel.d.ts.map +1 -0
  555. package/lib/models/OtpAuthModel.d.ts +7 -0
  556. package/lib/models/OtpAuthModel.d.ts.map +1 -0
  557. package/lib/models/PaymentComponentModel.d.ts +8 -0
  558. package/lib/models/PaymentComponentModel.d.ts.map +1 -0
  559. package/lib/models/ReasonSeparationRequestModel.d.ts +7 -0
  560. package/lib/models/ReasonSeparationRequestModel.d.ts.map +1 -0
  561. package/lib/models/RequalifyLiftPageModel.d.ts +12 -0
  562. package/lib/models/RequalifyLiftPageModel.d.ts.map +1 -0
  563. package/lib/models/RetroWeeksModel.d.ts +11 -0
  564. package/lib/models/RetroWeeksModel.d.ts.map +1 -0
  565. package/lib/models/SecurityQuestionAnswerModel.d.ts +7 -0
  566. package/lib/models/SecurityQuestionAnswerModel.d.ts.map +1 -0
  567. package/lib/models/SendOtpRequestModel.d.ts +12 -0
  568. package/lib/models/SendOtpRequestModel.d.ts.map +1 -0
  569. package/lib/models/SsaVerificationModel.d.ts +9 -0
  570. package/lib/models/SsaVerificationModel.d.ts.map +1 -0
  571. package/lib/models/TrendModel.d.ts +14 -0
  572. package/lib/models/TrendModel.d.ts.map +1 -0
  573. package/lib/models/UserDetailsModel.d.ts +10 -0
  574. package/lib/models/UserDetailsModel.d.ts.map +1 -0
  575. package/lib/models/UserModel.d.ts +47 -0
  576. package/lib/models/UserModel.d.ts.map +1 -0
  577. package/lib/models/VerifyOtpRequestModel.d.ts +8 -0
  578. package/lib/models/VerifyOtpRequestModel.d.ts.map +1 -0
  579. package/lib/models/WageCalculatorModel.d.ts +15 -0
  580. package/lib/models/WageCalculatorModel.d.ts.map +1 -0
  581. package/lib/models/WageInfoModel.d.ts +9 -0
  582. package/lib/models/WageInfoModel.d.ts.map +1 -0
  583. package/lib/models/addressValidation/AddressRecommendationModel.d.ts +12 -0
  584. package/lib/models/addressValidation/AddressRecommendationModel.d.ts.map +1 -0
  585. package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts +11 -0
  586. package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts.map +1 -0
  587. package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts +6 -0
  588. package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts.map +1 -0
  589. package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts +16 -0
  590. package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts.map +1 -0
  591. package/lib/models/case/CaseAttachmentModel.d.ts +6 -0
  592. package/lib/models/case/CaseAttachmentModel.d.ts.map +1 -0
  593. package/lib/models/claimant/ClaimantModel.d.ts +23 -0
  594. package/lib/models/claimant/ClaimantModel.d.ts.map +1 -0
  595. package/lib/models/claimant/JobResultsData.d.ts +8 -0
  596. package/lib/models/claimant/JobResultsData.d.ts.map +1 -0
  597. package/lib/models/claimant/MatchingJobs.d.ts +13 -0
  598. package/lib/models/claimant/MatchingJobs.d.ts.map +1 -0
  599. package/lib/models/claimant/ResetPasswordModel.d.ts +9 -0
  600. package/lib/models/claimant/ResetPasswordModel.d.ts.map +1 -0
  601. package/lib/models/cmp/CaseCoreModel.d.ts +21 -0
  602. package/lib/models/cmp/CaseCoreModel.d.ts.map +1 -0
  603. package/lib/models/cmp/ComplaintCategoryModel.d.ts +9 -0
  604. package/lib/models/cmp/ComplaintCategoryModel.d.ts.map +1 -0
  605. package/lib/models/cmp/ComplaintCategoryOutputModel.d.ts +6 -0
  606. package/lib/models/cmp/ComplaintCategoryOutputModel.d.ts.map +1 -0
  607. package/lib/models/cmp/ContactUsModel.d.ts +23 -0
  608. package/lib/models/cmp/ContactUsModel.d.ts.map +1 -0
  609. package/lib/models/cmp/EmailTemplateModel.d.ts +7 -0
  610. package/lib/models/cmp/EmailTemplateModel.d.ts.map +1 -0
  611. package/lib/models/cmp/contactUsInqueryModel.d.ts +47 -0
  612. package/lib/models/cmp/contactUsInqueryModel.d.ts.map +1 -0
  613. package/lib/models/cmp/messageRourceModel.d.ts +6 -0
  614. package/lib/models/cmp/messageRourceModel.d.ts.map +1 -0
  615. package/lib/models/combo-model.d.ts +42 -0
  616. package/lib/models/combo-model.d.ts.map +1 -0
  617. package/lib/models/dashboard-model.d.ts +66 -0
  618. package/lib/models/dashboard-model.d.ts.map +1 -0
  619. package/lib/models/dependent.model.d.ts +20 -0
  620. package/lib/models/dependent.model.d.ts.map +1 -0
  621. package/lib/models/fileupload/DocUploadModel.d.ts +22 -0
  622. package/lib/models/fileupload/DocUploadModel.d.ts.map +1 -0
  623. package/lib/models/fileupload/EmployerDataModel.d.ts +6 -0
  624. package/lib/models/fileupload/EmployerDataModel.d.ts.map +1 -0
  625. package/lib/models/fileupload/FileObject.d.ts +8 -0
  626. package/lib/models/fileupload/FileObject.d.ts.map +1 -0
  627. package/lib/models/fileupload/FileObjectArray.d.ts +8 -0
  628. package/lib/models/fileupload/FileObjectArray.d.ts.map +1 -0
  629. package/lib/models/questionnaire/AppealParticipantModel.d.ts +17 -0
  630. package/lib/models/questionnaire/AppealParticipantModel.d.ts.map +1 -0
  631. package/lib/models/questionnaire/AutocoderModel.d.ts +9 -0
  632. package/lib/models/questionnaire/AutocoderModel.d.ts.map +1 -0
  633. package/lib/models/questionnaire/ClaimAppEmpRequestModel.d.ts +9 -0
  634. package/lib/models/questionnaire/ClaimAppEmpRequestModel.d.ts.map +1 -0
  635. package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +21 -0
  636. package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts.map +1 -0
  637. package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +167 -0
  638. package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -0
  639. package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +21 -0
  640. package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts.map +1 -0
  641. package/lib/models/questionnaire/ComboModel.d.ts +110 -0
  642. package/lib/models/questionnaire/ComboModel.d.ts.map +1 -0
  643. package/lib/models/questionnaire/ElementsModel.d.ts +70 -0
  644. package/lib/models/questionnaire/ElementsModel.d.ts.map +1 -0
  645. package/lib/models/questionnaire/EmployerDetailSearchResult.d.ts +18 -0
  646. package/lib/models/questionnaire/EmployerDetailSearchResult.d.ts.map +1 -0
  647. package/lib/models/questionnaire/EmployerWagesModel.d.ts +5 -0
  648. package/lib/models/questionnaire/EmployerWagesModel.d.ts.map +1 -0
  649. package/lib/models/questionnaire/FBConfigModel.d.ts +12 -0
  650. package/lib/models/questionnaire/FBConfigModel.d.ts.map +1 -0
  651. package/lib/models/questionnaire/KeyValueModel.d.ts +11 -0
  652. package/lib/models/questionnaire/KeyValueModel.d.ts.map +1 -0
  653. package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +13 -0
  654. package/lib/models/questionnaire/LegalDiscaimarModel.d.ts.map +1 -0
  655. package/lib/models/questionnaire/LoaderModel.d.ts +5 -0
  656. package/lib/models/questionnaire/LoaderModel.d.ts.map +1 -0
  657. package/lib/models/questionnaire/PollingStatusModel.d.ts +7 -0
  658. package/lib/models/questionnaire/PollingStatusModel.d.ts.map +1 -0
  659. package/lib/models/questionnaire/QtrYearEmployerWageModel.d.ts +9 -0
  660. package/lib/models/questionnaire/QtrYearEmployerWageModel.d.ts.map +1 -0
  661. package/lib/models/questionnaire/QuestionnaireQueryModel.d.ts +24 -0
  662. package/lib/models/questionnaire/QuestionnaireQueryModel.d.ts.map +1 -0
  663. package/lib/models/questionnaire/QuestionnaireReturnModel.d.ts +21 -0
  664. package/lib/models/questionnaire/QuestionnaireReturnModel.d.ts.map +1 -0
  665. package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +25 -0
  666. package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts.map +1 -0
  667. package/lib/models/questionnaire/RequalifyLiftIssuesModel.d.ts +14 -0
  668. package/lib/models/questionnaire/RequalifyLiftIssuesModel.d.ts.map +1 -0
  669. package/lib/models/questionnaire/ScrollableTextModel.d.ts +4 -0
  670. package/lib/models/questionnaire/ScrollableTextModel.d.ts.map +1 -0
  671. package/lib/models/questionnaire/ServiceActionResponseModel.d.ts +7 -0
  672. package/lib/models/questionnaire/ServiceActionResponseModel.d.ts.map +1 -0
  673. package/lib/models/questionnaire/StatusModel.d.ts +17 -0
  674. package/lib/models/questionnaire/StatusModel.d.ts.map +1 -0
  675. package/lib/models/questionnaire/SuccessPageElement.d.ts +9 -0
  676. package/lib/models/questionnaire/SuccessPageElement.d.ts.map +1 -0
  677. package/lib/models/questionnaire/UI512AResponseModel.d.ts +13 -0
  678. package/lib/models/questionnaire/UI512AResponseModel.d.ts.map +1 -0
  679. package/lib/models/questionnaire/ValidationModel.d.ts +18 -0
  680. package/lib/models/questionnaire/ValidationModel.d.ts.map +1 -0
  681. package/lib/models/questionnaire/WbaHelperTextModel.d.ts +4 -0
  682. package/lib/models/questionnaire/WbaHelperTextModel.d.ts.map +1 -0
  683. package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts +9 -0
  684. package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts.map +1 -0
  685. package/lib/models/weekly-cert/address-detail-model.d.ts +14 -0
  686. package/lib/models/weekly-cert/address-detail-model.d.ts.map +1 -0
  687. package/lib/models/weekly-cert/admin-leave-details-model.d.ts +15 -0
  688. package/lib/models/weekly-cert/admin-leave-details-model.d.ts.map +1 -0
  689. package/lib/models/weekly-cert/employer-info-v2-model.d.ts +27 -0
  690. package/lib/models/weekly-cert/employer-info-v2-model.d.ts.map +1 -0
  691. package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts +57 -0
  692. package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts.map +1 -0
  693. package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts +59 -0
  694. package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts.map +1 -0
  695. package/lib/models/weekly-cert/work-search-record-v2-model.d.ts +66 -0
  696. package/lib/models/weekly-cert/work-search-record-v2-model.d.ts.map +1 -0
  697. package/lib/models/weekly-cert/work-search-v2-model.d.ts +18 -0
  698. package/lib/models/weekly-cert/work-search-v2-model.d.ts.map +1 -0
  699. package/lib/ngx-reusa-app-lib.component.d.ts +9 -0
  700. package/lib/ngx-reusa-app-lib.component.d.ts.map +1 -0
  701. package/lib/ngx-reusa-app-lib.module.d.ts +193 -0
  702. package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -0
  703. package/lib/ngx-reusa-app-lib.service.d.ts +7 -0
  704. package/lib/ngx-reusa-app-lib.service.d.ts.map +1 -0
  705. package/lib/pages/BasePage.d.ts +29 -0
  706. package/lib/pages/BasePage.d.ts.map +1 -0
  707. package/lib/pages/common/accessibility-policy/accessibility-policy.page.d.ts +12 -0
  708. package/lib/pages/common/accessibility-policy/accessibility-policy.page.d.ts.map +1 -0
  709. package/lib/pages/common/change-password/change-password.page.d.ts +44 -0
  710. package/lib/pages/common/change-password/change-password.page.d.ts.map +1 -0
  711. package/lib/pages/common/landing/landing.component.d.ts +25 -0
  712. package/lib/pages/common/landing/landing.component.d.ts.map +1 -0
  713. package/lib/pages/common/landing2/landing2.component.d.ts +31 -0
  714. package/lib/pages/common/landing2/landing2.component.d.ts.map +1 -0
  715. package/lib/pages/common/login/login.component.d.ts +65 -0
  716. package/lib/pages/common/login/login.component.d.ts.map +1 -0
  717. package/lib/pages/common/not-found/not-found.page.d.ts +9 -0
  718. package/lib/pages/common/not-found/not-found.page.d.ts.map +1 -0
  719. package/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.d.ts +12 -0
  720. package/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.d.ts.map +1 -0
  721. package/lib/pages/common/security-policy/security-policy.page.d.ts +12 -0
  722. package/lib/pages/common/security-policy/security-policy.page.d.ts.map +1 -0
  723. package/lib/pages/common/unauthorized/unauthorized.page.d.ts +9 -0
  724. package/lib/pages/common/unauthorized/unauthorized.page.d.ts.map +1 -0
  725. package/lib/pages/popovers/language/language.page.d.ts +17 -0
  726. package/lib/pages/popovers/language/language.page.d.ts.map +1 -0
  727. package/lib/pages/popovers/my-notifications/my-notifications.page.d.ts +22 -0
  728. package/lib/pages/popovers/my-notifications/my-notifications.page.d.ts.map +1 -0
  729. package/lib/pages/popovers/my-profile/my-profile.page.d.ts +21 -0
  730. package/lib/pages/popovers/my-profile/my-profile.page.d.ts.map +1 -0
  731. package/lib/pages/popovers/user-search/user-search.component.d.ts +32 -0
  732. package/lib/pages/popovers/user-search/user-search.component.d.ts.map +1 -0
  733. package/lib/pipes/filter.pipe.d.ts +8 -0
  734. package/lib/pipes/filter.pipe.d.ts.map +1 -0
  735. package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts +14 -0
  736. package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts.map +1 -0
  737. package/lib/pipes/mask/mask.email.pipe.d.ts +11 -0
  738. package/lib/pipes/mask/mask.email.pipe.d.ts.map +1 -0
  739. package/lib/pipes/proper-case/proper-case.pipe.d.ts +9 -0
  740. package/lib/pipes/proper-case/proper-case.pipe.d.ts.map +1 -0
  741. package/lib/pipes/translate/dynamic-translate.pipe.d.ts +11 -0
  742. package/lib/pipes/translate/dynamic-translate.pipe.d.ts.map +1 -0
  743. package/lib/pipes/trust-html/trust-html.pipe.d.ts +11 -0
  744. package/lib/pipes/trust-html/trust-html.pipe.d.ts.map +1 -0
  745. package/lib/services/address-validation-service/address-validation.service.d.ts +44 -0
  746. package/lib/services/address-validation-service/address-validation.service.d.ts.map +1 -0
  747. package/lib/services/appeal/appeal.service.d.ts +16 -0
  748. package/lib/services/appeal/appeal.service.d.ts.map +1 -0
  749. package/lib/services/base-service.d.ts +105 -0
  750. package/lib/services/base-service.d.ts.map +1 -0
  751. package/lib/services/birt-service/birt.service.d.ts +17 -0
  752. package/lib/services/birt-service/birt.service.d.ts.map +1 -0
  753. package/lib/services/captcha/captcha.service.d.ts +16 -0
  754. package/lib/services/captcha/captcha.service.d.ts.map +1 -0
  755. package/lib/services/case-service/case.service.d.ts +20 -0
  756. package/lib/services/case-service/case.service.d.ts.map +1 -0
  757. package/lib/services/chatbot/chatbot.service.d.ts +61 -0
  758. package/lib/services/chatbot/chatbot.service.d.ts.map +1 -0
  759. package/lib/services/chatbot/script.const.d.ts +16 -0
  760. package/lib/services/chatbot/script.const.d.ts.map +1 -0
  761. package/lib/services/claimant/claimant.service.d.ts +18 -0
  762. package/lib/services/claimant/claimant.service.d.ts.map +1 -0
  763. package/lib/services/claimant-context/claimant-context.service.d.ts +19 -0
  764. package/lib/services/claimant-context/claimant-context.service.d.ts.map +1 -0
  765. package/lib/services/claimant-service/claimant.service.d.ts +25 -0
  766. package/lib/services/claimant-service/claimant.service.d.ts.map +1 -0
  767. package/lib/services/claims/claims.service.d.ts +76 -0
  768. package/lib/services/claims/claims.service.d.ts.map +1 -0
  769. package/lib/services/cmp-service/cmp.service.d.ts +34 -0
  770. package/lib/services/cmp-service/cmp.service.d.ts.map +1 -0
  771. package/lib/services/dms-service/dms.service.d.ts +24 -0
  772. package/lib/services/dms-service/dms.service.d.ts.map +1 -0
  773. package/lib/services/employer/employer-service.d.ts +16 -0
  774. package/lib/services/employer/employer-service.d.ts.map +1 -0
  775. package/lib/services/event-service/event-service.d.ts +20 -0
  776. package/lib/services/event-service/event-service.d.ts.map +1 -0
  777. package/lib/services/fpjs/fingerprint.service.d.ts +19 -0
  778. package/lib/services/fpjs/fingerprint.service.d.ts.map +1 -0
  779. package/lib/services/google-analytics/google-analytics.service.d.ts +9 -0
  780. package/lib/services/google-analytics/google-analytics.service.d.ts.map +1 -0
  781. package/lib/services/help/help.service.d.ts +26 -0
  782. package/lib/services/help/help.service.d.ts.map +1 -0
  783. package/lib/services/idle/idle.service.d.ts +44 -0
  784. package/lib/services/idle/idle.service.d.ts.map +1 -0
  785. package/lib/services/logger/logger.service.d.ts +32 -0
  786. package/lib/services/logger/logger.service.d.ts.map +1 -0
  787. package/lib/services/login/login.service.d.ts +81 -0
  788. package/lib/services/login/login.service.d.ts.map +1 -0
  789. package/lib/services/maintenance/maintenance.service.d.ts +16 -0
  790. package/lib/services/maintenance/maintenance.service.d.ts.map +1 -0
  791. package/lib/services/notification/notification.service.d.ts +39 -0
  792. package/lib/services/notification/notification.service.d.ts.map +1 -0
  793. package/lib/services/offline-claims/offline-claims.service.d.ts +64 -0
  794. package/lib/services/offline-claims/offline-claims.service.d.ts.map +1 -0
  795. package/lib/services/questionnaire/questionnaire.service.d.ts +37 -0
  796. package/lib/services/questionnaire/questionnaire.service.d.ts.map +1 -0
  797. package/lib/services/questionnaire/validation.service.d.ts +85 -0
  798. package/lib/services/questionnaire/validation.service.d.ts.map +1 -0
  799. package/lib/services/security-service/security.service.d.ts +26 -0
  800. package/lib/services/security-service/security.service.d.ts.map +1 -0
  801. package/lib/services/tour/tour.service.d.ts +25 -0
  802. package/lib/services/tour/tour.service.d.ts.map +1 -0
  803. package/lib/services/util/util.service.d.ts +200 -0
  804. package/lib/services/util/util.service.d.ts.map +1 -0
  805. package/lib/services/weekly-cert/review.service.d.ts +23 -0
  806. package/lib/services/weekly-cert/review.service.d.ts.map +1 -0
  807. package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts +59 -0
  808. package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -0
  809. package/lib/services/weekly-cert/weekly-cert.service.d.ts +17 -0
  810. package/lib/services/weekly-cert/weekly-cert.service.d.ts.map +1 -0
  811. package/lib/services/weekly-cert/work-search.service.d.ts +26 -0
  812. package/lib/services/weekly-cert/work-search.service.d.ts.map +1 -0
  813. package/lib/validations/AppRegex.d.ts +48 -0
  814. package/lib/validations/AppRegex.d.ts.map +1 -0
  815. package/lib/validations/AppValidators.d.ts +78 -0
  816. package/lib/validations/AppValidators.d.ts.map +1 -0
  817. package/package.json +25 -0
  818. package/public-api.d.ts +170 -0
  819. package/public-api.d.ts.map +1 -0
  820. package/uiapplib-ngx-ui-web-lib.d.ts.map +1 -0
@@ -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, "h4", 9);
12
+ i0.ɵɵtext(1);
13
+ i0.ɵɵpipe(2, "translate");
14
+ i0.ɵɵelementEnd();
15
+ } if (rf & 2) {
16
+ i0.ɵɵadvance(1);
17
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 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", "appendTo", "body", "position", "top", 3, "visible"], ["pTemplate", "header"], [1, "ion-padding-top", "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, "heading", "ion-padding-left", 2, "padding-left", "18px"]], 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, 3, 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.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\"\r\n showHeader=\"false\" closable=\"false\" styleClass=\"app-box\" appendTo=\"body\" position=\"top\">\r\n \r\n <ng-template pTemplate=\"header\">\r\n <h4 class=\"heading ion-padding-left\" style=\"padding-left: 18px;\">{{'Idle Session Warning!' | translate}}</h4>\r\n </ng-template>\r\n \r\n <div class=\"ion-padding-top full-height\">\r\n <div class=\"ion-text-justify\">\r\n No Recent Activity.\r\n <br /> <br />\r\n Select CONTINUE to remain active in the application or you will be logged out in {{is.counter.getValue()}} seconds.\r\n </div>\r\n </div>\r\n <p-footer>\r\n <ion-row>\r\n <ion-col class=\"ion-text-center\">\r\n <ion-button shape=\"round\" type=\"submit\" (click)=\"is.stay()\" color=\"success\" class=\"ion-paddight-right\">\r\n <ion-icon slot=\"start\" name=\"log-in-outline\"></ion-icon>\r\n CONTINUE\r\n </ion-button>\r\n &nbsp;\r\n <ion-button shape=\"round\" type=\"reset\" (click)=\"logout()\" color=\"medium\"\r\n class=\"ion-paddight-left\">\r\n <ion-icon slot=\"start\" name=\"log-out-outline\"></ion-icon>\r\n Logout\r\n </ion-button>\r\n </ion-col>\r\n </ion-row>\r\n </p-footer>\r\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", filePath: "lib\\components\\idle-detector\\idle-detector.component.ts", lineNumber: 11 }); })();
65
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWRsZS1kZXRlY3Rvci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvaWRsZS1kZXRlY3Rvci9pZGxlLWRldGVjdG9yLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9pZGxlLWRldGVjdG9yL2lkbGUtZGV0ZWN0b3IuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQzs7Ozs7Ozs7OztJQ0k5Qyw2QkFBaUU7SUFBQSxZQUF1Qzs7SUFBQSxpQkFBSzs7SUFBNUMsZUFBdUM7SUFBdkMsbUVBQXVDOztBRE01RyxNQUFNLE9BQU8scUJBQXFCO0lBRWhDLFlBQW1CLEVBQWdCLEVBQVUsRUFBZ0IsRUFBVSxDQUFTO1FBQTdELE9BQUUsR0FBRixFQUFFLENBQWM7UUFBVSxPQUFFLEdBQUYsRUFBRSxDQUFjO1FBQVUsTUFBQyxHQUFELENBQUMsQ0FBUTtJQUFJLENBQUM7SUFFckYsUUFBUTtRQUNOLElBQUksQ0FBQyxFQUFFLENBQUMsZ0JBQWdCLEVBQUUsQ0FBQztRQUMzQixJQUFJLENBQUMsRUFBRSxDQUFDLDJCQUEyQixFQUFFLENBQUM7SUFDeEMsQ0FBQztJQUVELE1BQU07UUFDSixJQUFJLENBQUMsRUFBRSxDQUFDLE1BQU0sRUFBRSxDQUFDO1FBQ2pCLElBQUksQ0FBQyxDQUFDLENBQUMsYUFBYSxDQUFDLE9BQU8sQ0FBQyxDQUFDO1FBQzlCLElBQUksQ0FBQyxFQUFFLENBQUMsS0FBSyxFQUFFLENBQUM7SUFDbEIsQ0FBQztzRkFiVSxxQkFBcUI7b0VBQXJCLHFCQUFxQjtZQ1ZsQyxtQ0FDMEY7WUFFeEYsc0ZBRWM7WUFFZCw4QkFBeUMsYUFBQTtZQUVyQyxxQ0FDQTtZQUFBLHFCQUFNLFNBQUE7WUFDTixZQUNGO1lBQUEsaUJBQU0sRUFBQTtZQUVSLGdDQUFVLGNBQUEsa0JBQUEscUJBQUE7WUFHb0MsdUdBQVMsYUFBUyxJQUFDO1lBQ3pELCtCQUF3RDtZQUN4RCwyQkFDRjtZQUFBLGlCQUFhO1lBQ2IseUJBQ0E7WUFBQSxzQ0FDNEI7WUFEVyx1R0FBUyxZQUFRLElBQUM7WUFFdkQsK0JBQXlEO1lBQ3pELHlCQUNGO1lBQUEsaUJBQWEsRUFBQSxFQUFBLEVBQUEsRUFBQTs7WUExQlgscUVBQW1EO1lBV3ZELGVBQ0Y7WUFERSxvSkFDRjs7O2lGREZTLHFCQUFxQjtjQUxqQyxTQUFTOzJCQUNFLG1CQUFtQjs7a0ZBSWxCLHFCQUFxQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBSb3V0ZXIgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuaW1wb3J0IHsgSWRsZVNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9pZGxlL2lkbGUuc2VydmljZSc7XG5pbXBvcnQgeyBMb2dpblNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9sb2dpbi9sb2dpbi5zZXJ2aWNlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLWlkbGUtZGV0ZWN0b3InLFxuICB0ZW1wbGF0ZVVybDogJy4vaWRsZS1kZXRlY3Rvci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2lkbGUtZGV0ZWN0b3IuY29tcG9uZW50LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgSWRsZURldGVjdG9yQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcblxuICBjb25zdHJ1Y3RvcihwdWJsaWMgaXMgOiBJZGxlU2VydmljZSwgcHJpdmF0ZSBsczogTG9naW5TZXJ2aWNlLCBwcml2YXRlIHI6IFJvdXRlcikgeyB9XG5cbiAgbmdPbkluaXQoKSB7XG4gICAgdGhpcy5pcy5zZXR1cElkYWxUaW1lb3V0KCk7XG4gICAgdGhpcy5pcy5zZXR1cFNlc3Npb25UaW1lb3V0T2JzZXJ2ZXIoKTtcbiAgfVxuXG4gIGxvZ291dCgpIHtcbiAgICB0aGlzLmxzLmxvZ291dCgpO1xuICAgIHRoaXMuci5uYXZpZ2F0ZUJ5VXJsKCdsb2dpbicpO1xuICAgIHRoaXMuaXMucmVzZXQoKTtcbiAgfVxuXG59XG4iLCI8cC1kaWFsb2cgW3Zpc2libGVdPVwiaXMuc2hvd1Nlc3Npb25UaW1lb3V0V2FybmluZy5nZXRWYWx1ZSgpXCIgbW9kYWw9XCJ0cnVlXCJcclxuICBzaG93SGVhZGVyPVwiZmFsc2VcIiBjbG9zYWJsZT1cImZhbHNlXCIgc3R5bGVDbGFzcz1cImFwcC1ib3hcIiBhcHBlbmRUbz1cImJvZHlcIiBwb3NpdGlvbj1cInRvcFwiPlxyXG4gIFxyXG4gIDxuZy10ZW1wbGF0ZSBwVGVtcGxhdGU9XCJoZWFkZXJcIj5cclxuICAgIDxoNCBjbGFzcz1cImhlYWRpbmcgaW9uLXBhZGRpbmctbGVmdFwiIHN0eWxlPVwicGFkZGluZy1sZWZ0OiAxOHB4O1wiPnt7J0lkbGUgU2Vzc2lvbiBXYXJuaW5nIScgfCB0cmFuc2xhdGV9fTwvaDQ+XHJcbiAgPC9uZy10ZW1wbGF0ZT5cclxuICBcclxuICA8ZGl2IGNsYXNzPVwiaW9uLXBhZGRpbmctdG9wIGZ1bGwtaGVpZ2h0XCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiaW9uLXRleHQtanVzdGlmeVwiPlxyXG4gICAgICBObyBSZWNlbnQgQWN0aXZpdHkuXHJcbiAgICAgIDxiciAvPiA8YnIgLz5cclxuICAgICAgU2VsZWN0IENPTlRJTlVFIHRvIHJlbWFpbiBhY3RpdmUgaW4gdGhlIGFwcGxpY2F0aW9uIG9yIHlvdSB3aWxsIGJlIGxvZ2dlZCBvdXQgaW4ge3tpcy5jb3VudGVyLmdldFZhbHVlKCl9fSBzZWNvbmRzLlxyXG4gICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcbiAgPHAtZm9vdGVyPlxyXG4gICAgPGlvbi1yb3c+XHJcbiAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtY2VudGVyXCI+XHJcbiAgICAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIHR5cGU9XCJzdWJtaXRcIiAoY2xpY2spPVwiaXMuc3RheSgpXCIgY29sb3I9XCJzdWNjZXNzXCIgY2xhc3M9XCJpb24tcGFkZGlnaHQtcmlnaHRcIj5cclxuICAgICAgICAgIDxpb24taWNvbiBzbG90PVwic3RhcnRcIiBuYW1lPVwibG9nLWluLW91dGxpbmVcIj48L2lvbi1pY29uPlxyXG4gICAgICAgICAgQ09OVElOVUVcclxuICAgICAgICA8L2lvbi1idXR0b24+XHJcbiAgICAgICAgJm5ic3A7XHJcbiAgICAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIHR5cGU9XCJyZXNldFwiIChjbGljayk9XCJsb2dvdXQoKVwiIGNvbG9yPVwibWVkaXVtXCJcclxuICAgICAgICAgIGNsYXNzPVwiaW9uLXBhZGRpZ2h0LWxlZnRcIj5cclxuICAgICAgICAgIDxpb24taWNvbiBzbG90PVwic3RhcnRcIiBuYW1lPVwibG9nLW91dC1vdXRsaW5lXCI+PC9pb24taWNvbj5cclxuICAgICAgICAgIExvZ291dFxyXG4gICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgPC9pb24tY29sPlxyXG4gICAgPC9pb24tcm93PlxyXG4gIDwvcC1mb290ZXI+XHJcbjwvcC1kaWFsb2c+Il19
@@ -0,0 +1,84 @@
1
+ import { Component, EventEmitter, Output } from '@angular/core';
2
+ import { LibConstants } from '../../models/LibConstants';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "../../services/idle/idle.service";
5
+ import * as i2 from "../../services/login/login.service";
6
+ import * as i3 from "@angular/router";
7
+ import * as i4 from "@ionic/angular";
8
+ import * as i5 from "primeng/dialog";
9
+ const _c0 = () => ({ width: "37.5vw" });
10
+ const _c1 = () => ({ "1200px": "660px", "992px": "660px", "768px": "660px", "576px": "100vw" });
11
+ export class IdmeComponent {
12
+ constructor(is, ls, r) {
13
+ this.is = is;
14
+ this.ls = ls;
15
+ this.r = r;
16
+ this.success = new EventEmitter();
17
+ this.error = new EventEmitter();
18
+ this.onClose = new EventEmitter();
19
+ }
20
+ close() {
21
+ this.onClose.emit();
22
+ }
23
+ logout() {
24
+ this.ls.logout();
25
+ window.open(`${LibConstants.idmeBaseUrl.trim() + "oauth/authorize?client_id=" + LibConstants.idmeClientId + "&redirect_uri=" + LibConstants.idmeRedirectUrl + "&response_type=code&scope=" + LibConstants.idmeScope}`, '_self');
26
+ this.is.reset();
27
+ }
28
+ static { this.ɵfac = function IdmeComponent_Factory(t) { return new (t || IdmeComponent)(i0.ɵɵdirectiveInject(i1.IdleService), i0.ɵɵdirectiveInject(i2.LoginService), i0.ɵɵdirectiveInject(i3.Router)); }; }
29
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: IdmeComponent, selectors: [["app-idme"]], outputs: { success: "success", error: "error", onClose: "onClose" }, decls: 31, vars: 6, consts: [["visible", "true", "modal", "true", "appendTo", "body", "position", "top", 3, "showHeader", "breakpoints"], [2, "font-weight", "500"], [2, "text-align", "left"], [2, "color", "var(--ion-color-dark-grey)", "padding-left", "20px"], [1, "full-image-button", 2, "width", "200px", "padding-left", "10px", 3, "click"], ["src", "assets/icon/IDMEverify.svg", "alt", "IDME Verification"], [2, "padding-left", "20px"], ["href", "https://mdes.ms.gov/win-job-centers/", "target", "_blank", "rel", "noopener noreferrer"], [1, "ion-padding"], [1, "ion-text-right"], ["shape", "round", "fill", "solid", "type", "reset", 3, "click"]], template: function IdmeComponent_Template(rf, ctx) { if (rf & 1) {
30
+ i0.ɵɵelementStart(0, "p-dialog", 0)(1, "h4", 1);
31
+ i0.ɵɵtext(2, "Verify identity");
32
+ i0.ɵɵelementEnd();
33
+ i0.ɵɵelementStart(3, "div", 2)(4, "ion-row")(5, "h6", 3)(6, "b");
34
+ i0.ɵɵtext(7, "Online");
35
+ i0.ɵɵelementEnd();
36
+ i0.ɵɵtext(8, ": Tap");
37
+ i0.ɵɵelementEnd();
38
+ i0.ɵɵelementStart(9, "ion-button", 4);
39
+ i0.ɵɵlistener("click", function IdmeComponent_Template_ion_button_click_9_listener() { return ctx.logout(); });
40
+ i0.ɵɵelement(10, "img", 5);
41
+ i0.ɵɵelementEnd()();
42
+ i0.ɵɵelementStart(11, "h5", 6);
43
+ i0.ɵɵtext(12, "Or");
44
+ i0.ɵɵelementEnd()();
45
+ i0.ɵɵelementStart(13, "h6", 3)(14, "b");
46
+ i0.ɵɵtext(15, "In Person");
47
+ i0.ɵɵelementEnd();
48
+ i0.ɵɵtext(16, ": Visit a ");
49
+ i0.ɵɵelementStart(17, "a", 7);
50
+ i0.ɵɵtext(18, "WIN Job Center");
51
+ i0.ɵɵelementEnd()();
52
+ i0.ɵɵelementStart(19, "h6", 3);
53
+ i0.ɵɵtext(20, "Be sure to bring:");
54
+ i0.ɵɵelementEnd();
55
+ i0.ɵɵelementStart(21, "h6", 3);
56
+ i0.ɵɵtext(22, "- your drivers license, state ID or passport");
57
+ i0.ɵɵelementEnd();
58
+ i0.ɵɵelementStart(23, "h6", 3);
59
+ i0.ɵɵtext(24, "- a recent check stub");
60
+ i0.ɵɵelementEnd();
61
+ i0.ɵɵelementStart(25, "h6", 3);
62
+ i0.ɵɵtext(26, "- a utility bill addressed to you (cellphone, electric, etc.)");
63
+ i0.ɵɵelementEnd();
64
+ i0.ɵɵelementStart(27, "ion-row", 8)(28, "ion-col", 9)(29, "ion-button", 10);
65
+ i0.ɵɵlistener("click", function IdmeComponent_Template_ion_button_click_29_listener() { return ctx.close(); });
66
+ i0.ɵɵtext(30, "Close");
67
+ i0.ɵɵelementEnd()()()();
68
+ } if (rf & 2) {
69
+ i0.ɵɵstyleMap(i0.ɵɵpureFunction0(4, _c0));
70
+ i0.ɵɵproperty("showHeader", false)("breakpoints", i0.ɵɵpureFunction0(5, _c1));
71
+ } }, dependencies: [i4.IonButton, i4.IonCol, i4.IonRow, i5.Dialog], styles: [".full-image-button[_ngcontent-%COMP%]{--padding-top: 0px;--padding-bottom: 0px;--padding-start: 0px;--padding-end: 0px}"] }); }
72
+ }
73
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(IdmeComponent, [{
74
+ type: Component,
75
+ args: [{ selector: 'app-idme', template: "<p-dialog visible=\"true\" modal=\"true\" appendTo=\"body\" position=\"top\" [showHeader]=\"false\"\r\n [breakpoints]=\"{'1200px': '660px', '992px': '660px', '768px': '660px', '576px': '100vw'}\" [style]=\"{width: '37.5vw'}\">\r\n <h4 style=\"font-weight: 500;\">Verify identity</h4>\r\n <div style=\"text-align: left;\">\r\n <ion-row>\r\n <h6 style=\"color: var(--ion-color-dark-grey); padding-left: 20px;\"><b>Online</b>: Tap</h6>\r\n <ion-button style=\"width: 200px; padding-left: 10px;\" class=\"full-image-button\" (click)=\"logout()\">\r\n <img src=\"assets/icon/IDMEverify.svg\" alt=\"IDME Verification\">\r\n </ion-button>\r\n </ion-row>\r\n <h5 style=\"padding-left: 20px;\">Or</h5>\r\n </div>\r\n <h6 style=\"color: var(--ion-color-dark-grey); padding-left: 20px;\"><b>In Person</b>: Visit a <a href=\"https://mdes.ms.gov/win-job-centers/\" target=\"_blank\" rel=\"noopener noreferrer\">WIN Job Center</a></h6>\r\n <h6 style=\"color: var(--ion-color-dark-grey); padding-left: 20px;\">Be sure to bring:</h6>\r\n <h6 style=\"color: var(--ion-color-dark-grey); padding-left: 20px;\">- your drivers license, state ID or passport</h6>\r\n <h6 style=\"color: var(--ion-color-dark-grey); padding-left: 20px;\">- a recent check stub</h6>\r\n <h6 style=\"color: var(--ion-color-dark-grey); padding-left: 20px;\">- a utility bill addressed to you (cellphone, electric, etc.)</h6>\r\n <ion-row class=\"ion-padding\">\r\n <ion-col class=\"ion-text-right\">\r\n <ion-button shape=\"round\" fill=\"solid\" type=\"reset\" (click)=\"close()\">Close</ion-button>\r\n </ion-col>\r\n </ion-row>\r\n</p-dialog>", styles: [".full-image-button{--padding-top: 0px;--padding-bottom: 0px;--padding-start: 0px;--padding-end: 0px}\n"] }]
76
+ }], () => [{ type: i1.IdleService }, { type: i2.LoginService }, { type: i3.Router }], { success: [{
77
+ type: Output
78
+ }], error: [{
79
+ type: Output
80
+ }], onClose: [{
81
+ type: Output
82
+ }] }); })();
83
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(IdmeComponent, { className: "IdmeComponent", filePath: "lib\\components\\idme\\idme.component.ts", lineNumber: 12 }); })();
84
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWRtZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvaWRtZS9pZG1lLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9pZG1lL2lkbWUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBSWhFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7Ozs7Ozs7O0FBT3pELE1BQU0sT0FBTyxhQUFhO0lBVXhCLFlBQW1CLEVBQWdCLEVBQVUsRUFBZ0IsRUFBVSxDQUFTO1FBQTdELE9BQUUsR0FBRixFQUFFLENBQWM7UUFBVSxPQUFFLEdBQUYsRUFBRSxDQUFjO1FBQVUsTUFBQyxHQUFELENBQUMsQ0FBUTtRQVJoRixZQUFPLEdBQXNCLElBQUksWUFBWSxFQUFFLENBQUM7UUFHaEQsVUFBSyxHQUFzQixJQUFJLFlBQVksRUFBRSxDQUFDO1FBRzlDLFlBQU8sR0FBc0IsSUFBSSxZQUFZLEVBQUUsQ0FBQztJQUdoRCxDQUFDO0lBRUQsS0FBSztRQUNILElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDdEIsQ0FBQztJQUVELE1BQU07UUFDSixJQUFJLENBQUMsRUFBRSxDQUFDLE1BQU0sRUFBRSxDQUFDO1FBQ2pCLE1BQU0sQ0FBQyxJQUFJLENBQUMsR0FBRyxZQUFZLENBQUMsV0FBVyxDQUFDLElBQUksRUFBRSxHQUFDLDRCQUE0QixHQUFDLFlBQVksQ0FBQyxZQUFZLEdBQUMsZ0JBQWdCLEdBQUMsWUFBWSxDQUFDLGVBQWUsR0FBQyw0QkFBNEIsR0FBQyxZQUFZLENBQUMsU0FBUyxFQUFFLEVBQUUsT0FBTyxDQUFDLENBQUM7UUFDcE4sSUFBSSxDQUFDLEVBQUUsQ0FBQyxLQUFLLEVBQUUsQ0FBQztJQUNsQixDQUFDOzhFQXJCVSxhQUFhO29FQUFiLGFBQWE7WUNYMUIsbUNBQzBILFlBQUE7WUFDeEYsK0JBQWU7WUFBQSxpQkFBSztZQUNsRCw4QkFBK0IsY0FBQSxZQUFBLFFBQUE7WUFFK0Msc0JBQU07WUFBQSxpQkFBSTtZQUFBLHFCQUFLO1lBQUEsaUJBQUs7WUFDOUYscUNBQW1HO1lBQW5CLDhGQUFTLFlBQVEsSUFBQztZQUM5RiwwQkFBOEQ7WUFDbEUsaUJBQWEsRUFBQTtZQUViLDhCQUFnQztZQUFBLG1CQUFFO1lBQUEsaUJBQUssRUFBQTtZQUV2Qyw4QkFBbUUsU0FBQTtZQUFHLDBCQUFTO1lBQUEsaUJBQUk7WUFBQSwyQkFBVTtZQUFBLDZCQUF5RjtZQUFBLCtCQUFjO1lBQUEsaUJBQUksRUFBQTtZQUN4TSw4QkFBbUU7WUFBQSxrQ0FBaUI7WUFBQSxpQkFBSztZQUN6Riw4QkFBbUU7WUFBQSw2REFBNEM7WUFBQSxpQkFBSztZQUNwSCw4QkFBbUU7WUFBQSxzQ0FBcUI7WUFBQSxpQkFBSztZQUM3Riw4QkFBbUU7WUFBQSw4RUFBNkQ7WUFBQSxpQkFBSztZQUN6SSxtQ0FBNkIsa0JBQUEsc0JBQUE7WUFFK0IsK0ZBQVMsV0FBTyxJQUFDO1lBQUMsc0JBQUs7WUFBQSxpQkFBYSxFQUFBLEVBQUEsRUFBQTs7WUFsQk4seUNBQTJCO1lBRHBELGtDQUFvQiwyQ0FBQTs7O2lGRFc1RSxhQUFhO2NBTHpCLFNBQVM7MkJBQ0UsVUFBVTs0RkFNcEIsT0FBTztrQkFETixNQUFNO1lBSVAsS0FBSztrQkFESixNQUFNO1lBSVAsT0FBTztrQkFETixNQUFNOztrRkFQSSxhQUFhIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBSb3V0ZXIgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xyXG5pbXBvcnQgeyBJZGxlU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL2lkbGUvaWRsZS5zZXJ2aWNlJztcclxuaW1wb3J0IHsgTG9naW5TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvbG9naW4vbG9naW4uc2VydmljZSc7XHJcbmltcG9ydCB7IExpYkNvbnN0YW50cyB9IGZyb20gJy4uLy4uL21vZGVscy9MaWJDb25zdGFudHMnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhcHAtaWRtZScsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2lkbWUuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9pZG1lLmNvbXBvbmVudC5jc3MnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBJZG1lQ29tcG9uZW50IHtcclxuICBAT3V0cHV0KCkgXHJcbiAgc3VjY2VzczogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG4gIEBPdXRwdXQoKSBcclxuICBlcnJvcjogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG4gIEBPdXRwdXQoKSBcclxuICBvbkNsb3NlOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuXHJcbiAgY29uc3RydWN0b3IocHVibGljIGlzIDogSWRsZVNlcnZpY2UsIHByaXZhdGUgbHM6IExvZ2luU2VydmljZSwgcHJpdmF0ZSByOiBSb3V0ZXIpe1xyXG4gIH1cclxuXHJcbiAgY2xvc2UoKXtcclxuICAgIHRoaXMub25DbG9zZS5lbWl0KCk7XHJcbiAgfVxyXG5cclxuICBsb2dvdXQoKSB7XHJcbiAgICB0aGlzLmxzLmxvZ291dCgpO1xyXG4gICAgd2luZG93Lm9wZW4oYCR7TGliQ29uc3RhbnRzLmlkbWVCYXNlVXJsLnRyaW0oKStcIm9hdXRoL2F1dGhvcml6ZT9jbGllbnRfaWQ9XCIrTGliQ29uc3RhbnRzLmlkbWVDbGllbnRJZCtcIiZyZWRpcmVjdF91cmk9XCIrTGliQ29uc3RhbnRzLmlkbWVSZWRpcmVjdFVybCtcIiZyZXNwb25zZV90eXBlPWNvZGUmc2NvcGU9XCIrTGliQ29uc3RhbnRzLmlkbWVTY29wZX1gLCAnX3NlbGYnKTtcclxuICAgIHRoaXMuaXMucmVzZXQoKTtcclxuICB9XHJcbn1cclxuIiwiPHAtZGlhbG9nIHZpc2libGU9XCJ0cnVlXCIgbW9kYWw9XCJ0cnVlXCIgYXBwZW5kVG89XCJib2R5XCIgcG9zaXRpb249XCJ0b3BcIiBbc2hvd0hlYWRlcl09XCJmYWxzZVwiXHJcbiAgICBbYnJlYWtwb2ludHNdPVwieycxMjAwcHgnOiAnNjYwcHgnLCAnOTkycHgnOiAnNjYwcHgnLCAnNzY4cHgnOiAnNjYwcHgnLCAnNTc2cHgnOiAnMTAwdncnfVwiIFtzdHlsZV09XCJ7d2lkdGg6ICczNy41dncnfVwiPlxyXG4gICAgPGg0IHN0eWxlPVwiZm9udC13ZWlnaHQ6IDUwMDtcIj5WZXJpZnkgaWRlbnRpdHk8L2g0PlxyXG4gICAgPGRpdiBzdHlsZT1cInRleHQtYWxpZ246IGxlZnQ7XCI+XHJcbiAgICAgICAgPGlvbi1yb3c+XHJcbiAgICAgICAgICAgIDxoNiBzdHlsZT1cImNvbG9yOiB2YXIoLS1pb24tY29sb3ItZGFyay1ncmV5KTsgcGFkZGluZy1sZWZ0OiAyMHB4O1wiPjxiPk9ubGluZTwvYj46IFRhcDwvaDY+XHJcbiAgICAgICAgPGlvbi1idXR0b24gc3R5bGU9XCJ3aWR0aDogMjAwcHg7IHBhZGRpbmctbGVmdDogMTBweDtcIiBjbGFzcz1cImZ1bGwtaW1hZ2UtYnV0dG9uXCIgKGNsaWNrKT1cImxvZ291dCgpXCI+XHJcbiAgICAgICAgICAgIDxpbWcgc3JjPVwiYXNzZXRzL2ljb24vSURNRXZlcmlmeS5zdmdcIiBhbHQ9XCJJRE1FIFZlcmlmaWNhdGlvblwiPlxyXG4gICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgICA8L2lvbi1yb3c+XHJcbiAgICAgICAgPGg1IHN0eWxlPVwicGFkZGluZy1sZWZ0OiAyMHB4O1wiPk9yPC9oNT5cclxuICAgIDwvZGl2PlxyXG4gICAgICAgIDxoNiBzdHlsZT1cImNvbG9yOiB2YXIoLS1pb24tY29sb3ItZGFyay1ncmV5KTsgcGFkZGluZy1sZWZ0OiAyMHB4O1wiPjxiPkluIFBlcnNvbjwvYj46IFZpc2l0IGEgPGEgaHJlZj1cImh0dHBzOi8vbWRlcy5tcy5nb3Yvd2luLWpvYi1jZW50ZXJzL1wiIHRhcmdldD1cIl9ibGFua1wiIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIj5XSU4gSm9iIENlbnRlcjwvYT48L2g2PlxyXG4gICAgICAgIDxoNiBzdHlsZT1cImNvbG9yOiB2YXIoLS1pb24tY29sb3ItZGFyay1ncmV5KTsgcGFkZGluZy1sZWZ0OiAyMHB4O1wiPkJlIHN1cmUgdG8gYnJpbmc6PC9oNj5cclxuICAgICAgICA8aDYgc3R5bGU9XCJjb2xvcjogdmFyKC0taW9uLWNvbG9yLWRhcmstZ3JleSk7IHBhZGRpbmctbGVmdDogMjBweDtcIj4tIHlvdXIgZHJpdmVycyBsaWNlbnNlLCBzdGF0ZSBJRCBvciBwYXNzcG9ydDwvaDY+XHJcbiAgICAgICAgPGg2IHN0eWxlPVwiY29sb3I6IHZhcigtLWlvbi1jb2xvci1kYXJrLWdyZXkpOyBwYWRkaW5nLWxlZnQ6IDIwcHg7XCI+LSBhIHJlY2VudCBjaGVjayBzdHViPC9oNj5cclxuICAgICAgICA8aDYgc3R5bGU9XCJjb2xvcjogdmFyKC0taW9uLWNvbG9yLWRhcmstZ3JleSk7IHBhZGRpbmctbGVmdDogMjBweDtcIj4tIGEgdXRpbGl0eSBiaWxsIGFkZHJlc3NlZCB0byB5b3UgKGNlbGxwaG9uZSwgZWxlY3RyaWMsIGV0Yy4pPC9oNj5cclxuICAgIDxpb24tcm93IGNsYXNzPVwiaW9uLXBhZGRpbmdcIj5cclxuICAgICAgICA8aW9uLWNvbCBjbGFzcz1cImlvbi10ZXh0LXJpZ2h0XCI+XHJcbiAgICAgICAgICAgIDxpb24tYnV0dG9uIHNoYXBlPVwicm91bmRcIiBmaWxsPVwic29saWRcIiB0eXBlPVwicmVzZXRcIiAoY2xpY2spPVwiY2xvc2UoKVwiPkNsb3NlPC9pb24tYnV0dG9uPlxyXG4gICAgICAgIDwvaW9uLWNvbD5cclxuICAgIDwvaW9uLXJvdz5cclxuPC9wLWRpYWxvZz4iXX0=
@@ -0,0 +1,179 @@
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.ɵɵelement(0, "div", 3);
12
+ } }
13
+ function InfoComponent_div_1_ion_col_6_ion_button_11_Template(rf, ctx) { if (rf & 1) {
14
+ const _r10 = i0.ɵɵgetCurrentView();
15
+ i0.ɵɵelementStart(0, "ion-button", 17);
16
+ 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)); });
17
+ i0.ɵɵtext(1);
18
+ i0.ɵɵelementEnd();
19
+ } if (rf & 2) {
20
+ const link_r8 = ctx.$implicit;
21
+ i0.ɵɵadvance(1);
22
+ i0.ɵɵtextInterpolate1("", link_r8.linkDesc, " ");
23
+ } }
24
+ function InfoComponent_div_1_ion_col_6_p_divider_12_Template(rf, ctx) { if (rf & 1) {
25
+ i0.ɵɵelement(0, "p-divider", 18);
26
+ } }
27
+ const _c0 = a1 => ["far", a1];
28
+ function InfoComponent_div_1_ion_col_6_Template(rf, ctx) { if (rf & 1) {
29
+ i0.ɵɵelementStart(0, "ion-col", 7)(1, "div", 8)(2, "div")(3, "p", 9);
30
+ i0.ɵɵtext(4);
31
+ i0.ɵɵelementEnd();
32
+ i0.ɵɵelementStart(5, "ion-label");
33
+ i0.ɵɵelement(6, "span", 10);
34
+ i0.ɵɵelementEnd();
35
+ i0.ɵɵelementStart(7, "div", 11)(8, "div", 12);
36
+ i0.ɵɵelement(9, "fa-icon", 13);
37
+ i0.ɵɵelementEnd();
38
+ i0.ɵɵelementStart(10, "div", 14);
39
+ i0.ɵɵtemplate(11, InfoComponent_div_1_ion_col_6_ion_button_11_Template, 2, 1, "ion-button", 15);
40
+ i0.ɵɵelementEnd()()();
41
+ i0.ɵɵtemplate(12, InfoComponent_div_1_ion_col_6_p_divider_12_Template, 1, 0, "p-divider", 16);
42
+ i0.ɵɵelementEnd()();
43
+ } if (rf & 2) {
44
+ const trend_r4 = ctx.$implicit;
45
+ const isLast_r5 = ctx.last;
46
+ i0.ɵɵadvance(4);
47
+ i0.ɵɵtextInterpolate(trend_r4.header);
48
+ i0.ɵɵadvance(2);
49
+ i0.ɵɵproperty("innerHTML", trend_r4.subHeader, i0.ɵɵsanitizeHtml);
50
+ i0.ɵɵadvance(3);
51
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0, trend_r4.image));
52
+ i0.ɵɵadvance(2);
53
+ i0.ɵɵproperty("ngForOf", trend_r4.links);
54
+ i0.ɵɵadvance(1);
55
+ i0.ɵɵproperty("ngIf", !isLast_r5);
56
+ } }
57
+ function InfoComponent_div_1_Template(rf, ctx) { if (rf & 1) {
58
+ i0.ɵɵelementStart(0, "div", 4)(1, "ion-grid")(2, "ion-row")(3, "ion-col", 5)(4, "ion-grid")(5, "ion-row");
59
+ i0.ɵɵtemplate(6, InfoComponent_div_1_ion_col_6_Template, 13, 7, "ion-col", 6);
60
+ i0.ɵɵelementEnd()()()()();
61
+ i0.ɵɵelement(7, "br");
62
+ i0.ɵɵelementEnd();
63
+ } if (rf & 2) {
64
+ const ctx_r1 = i0.ɵɵnextContext();
65
+ i0.ɵɵadvance(6);
66
+ i0.ɵɵproperty("ngForOf", ctx_r1.trendingLinks);
67
+ } }
68
+ function InfoComponent_p_carousel_2_ng_template_1_a_4_Template(rf, ctx) { if (rf & 1) {
69
+ const _r16 = i0.ɵɵgetCurrentView();
70
+ i0.ɵɵelementStart(0, "a", 22);
71
+ 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)); });
72
+ i0.ɵɵtext(1);
73
+ i0.ɵɵelementEnd();
74
+ } if (rf & 2) {
75
+ const link_r14 = ctx.$implicit;
76
+ i0.ɵɵattribute("aria-label", link_r14.linkDesc);
77
+ i0.ɵɵadvance(1);
78
+ i0.ɵɵtextInterpolate(link_r14.linkDesc);
79
+ } }
80
+ function InfoComponent_p_carousel_2_ng_template_1_Template(rf, ctx) { if (rf & 1) {
81
+ i0.ɵɵelementStart(0, "h3");
82
+ i0.ɵɵtext(1);
83
+ i0.ɵɵelementEnd();
84
+ i0.ɵɵelementStart(2, "p");
85
+ i0.ɵɵtext(3);
86
+ i0.ɵɵelementEnd();
87
+ i0.ɵɵtemplate(4, InfoComponent_p_carousel_2_ng_template_1_a_4_Template, 2, 2, "a", 21);
88
+ } if (rf & 2) {
89
+ const trend_r12 = ctx.$implicit;
90
+ i0.ɵɵadvance(1);
91
+ i0.ɵɵtextInterpolate(trend_r12.header);
92
+ i0.ɵɵadvance(2);
93
+ i0.ɵɵtextInterpolate(trend_r12.subHeader);
94
+ i0.ɵɵadvance(1);
95
+ i0.ɵɵproperty("ngForOf", trend_r12.links);
96
+ } }
97
+ function InfoComponent_p_carousel_2_Template(rf, ctx) { if (rf & 1) {
98
+ i0.ɵɵelementStart(0, "p-carousel", 19);
99
+ i0.ɵɵtemplate(1, InfoComponent_p_carousel_2_ng_template_1_Template, 5, 3, "ng-template", 20);
100
+ i0.ɵɵelementEnd();
101
+ } if (rf & 2) {
102
+ const ctx_r2 = i0.ɵɵnextContext();
103
+ i0.ɵɵproperty("value", ctx_r2.trendingLinks)("numScroll", 1)("responsiveOptions", ctx_r2.responsiveOptions)("autoplayInterval", 10000)("circular", true);
104
+ } }
105
+ export class InfoComponent {
106
+ constructor(ns) {
107
+ this.ns = ns;
108
+ this.display = "tile";
109
+ this.type = "MRKT";
110
+ this.onLinkClick = new EventEmitter();
111
+ this.trendingLinks = [];
112
+ this.responsiveOptions = [
113
+ {
114
+ breakpoint: '1024px',
115
+ numVisible: 1,
116
+ numScroll: 1
117
+ },
118
+ {
119
+ breakpoint: '768px',
120
+ numVisible: 1,
121
+ numScroll: 1
122
+ },
123
+ {
124
+ breakpoint: '560px',
125
+ numVisible: 1,
126
+ numScroll: 1
127
+ }
128
+ ];
129
+ }
130
+ ngOnInit() {
131
+ this.trendingLinks = [];
132
+ this.ns
133
+ .fetchTrends()
134
+ .subscribe(res => {
135
+ this.trendingLinks = res.filter(trend => {
136
+ if (this.userType) {
137
+ return trend.userType == this.userType;
138
+ }
139
+ else {
140
+ return trend.type == this.type;
141
+ }
142
+ });
143
+ });
144
+ }
145
+ open(link) {
146
+ if (link.linkType == 'LINK') {
147
+ window.open(link.linkUrl, 'blank');
148
+ }
149
+ else {
150
+ this.onLinkClick.emit(link);
151
+ }
152
+ }
153
+ static { this.ɵfac = function InfoComponent_Factory(t) { return new (t || InfoComponent)(i0.ɵɵdirectiveInject(i1.NotificationService)); }; }
154
+ static { this.ɵ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) {
155
+ i0.ɵɵtemplate(0, InfoComponent_div_0_Template, 1, 0, "div", 0)(1, InfoComponent_div_1_Template, 8, 1, "div", 1)(2, InfoComponent_p_carousel_2_Template, 2, 5, "p-carousel", 2);
156
+ } if (rf & 2) {
157
+ i0.ɵɵproperty("ngIf", ctx.trendingLinks && ctx.trendingLinks.length > 0 && ctx.display == "tile" && ctx.heading);
158
+ i0.ɵɵadvance(1);
159
+ i0.ɵɵproperty("ngIf", ctx.display == "tile");
160
+ i0.ɵɵadvance(1);
161
+ i0.ɵɵproperty("ngIf", ctx.display == "slider" && ctx.trendingLinks && ctx.trendingLinks.length > 0);
162
+ } }, 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}"] }); }
163
+ }
164
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(InfoComponent, [{
165
+ type: Component,
166
+ 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"] }]
167
+ }], () => [{ type: i1.NotificationService }], { heading: [{
168
+ type: Input
169
+ }], display: [{
170
+ type: Input
171
+ }], type: [{
172
+ type: Input
173
+ }], userType: [{
174
+ type: Input
175
+ }], onLinkClick: [{
176
+ type: Output
177
+ }] }); })();
178
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(InfoComponent, { className: "InfoComponent", filePath: "lib\\components\\info\\info.component.ts", lineNumber: 9 }); })();
179
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5mby5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvaW5mby9pbmZvLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9pbmZvL2luZm8uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFVLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7Ozs7Ozs7OztJQ0EvRSx5QkFJTTs7OztJQW1CZ0Isc0NBQ3dFO0lBRC9CLG1QQUFTLGVBQUEsb0JBQVUsQ0FBQSxJQUFDO0lBQ1csWUFDeEU7SUFBQSxpQkFBYTs7O0lBRDJELGVBQ3hFO0lBRHdFLGdEQUN4RTs7O0lBSU4sZ0NBQW1HOzs7O0lBbEJ2RyxrQ0FDZ0YsYUFBQSxVQUFBLFdBQUE7SUFHdkQsWUFBZ0I7SUFBQSxpQkFBSTtJQUN2QyxpQ0FBVztJQUFBLDJCQUF3RjtJQUNuRyxpQkFBWTtJQUNaLCtCQUFrQixjQUFBO0lBRWQsOEJBQXNFO0lBQ3hFLGlCQUFNO0lBQ04sZ0NBQW1CO0lBQ2pCLCtGQUVhO0lBQ2YsaUJBQU0sRUFBQSxFQUFBO0lBR1YsNkZBQW1HO0lBQ3JHLGlCQUFNLEVBQUE7Ozs7SUFmaUIsZUFBZ0I7SUFBaEIscUNBQWdCO0lBQ2xCLGVBQTZCO0lBQTdCLGlFQUE2QjtJQUlqQyxlQUE2QjtJQUE3QixpRUFBNkI7SUFJbkIsZUFBYztJQUFkLHdDQUFjO0lBS1QsZUFBYTtJQUFiLGlDQUFhOzs7SUF4QjNELDhCQUFzRixlQUFBLGNBQUEsaUJBQUEsZUFBQSxjQUFBO0lBTTFFLDZFQW9CVTtJQUNaLGlCQUFVLEVBQUEsRUFBQSxFQUFBLEVBQUE7SUFNbEIscUJBQU07SUFDUixpQkFBTTs7O0lBNUJpQyxlQUFrQjtJQUFsQiw4Q0FBa0I7Ozs7SUFtQ3JELDZCQUN1QjtJQUFyQiw2T0FBUyxlQUFBLHNCQUFVLENBQUEsSUFBQztJQUFDLFlBQWlCO0lBQUEsaUJBQUk7OztJQURxQiwrQ0FBaUM7SUFDM0UsZUFBaUI7SUFBakIsdUNBQWlCOzs7SUFIeEMsMEJBQUk7SUFBQSxZQUFnQjtJQUFBLGlCQUFLO0lBQ3pCLHlCQUFHO0lBQUEsWUFBbUI7SUFBQSxpQkFBSTtJQUMxQixzRkFDNEM7OztJQUh4QyxlQUFnQjtJQUFoQixzQ0FBZ0I7SUFDakIsZUFBbUI7SUFBbkIseUNBQW1CO0lBQzJCLGVBQWM7SUFBZCx5Q0FBYzs7O0lBTG5FLHNDQUMyRjtJQUN6Riw0RkFLYztJQUNoQixpQkFBYTs7O0lBUkQsNENBQXVCLGdCQUFBLCtDQUFBLDJCQUFBLGtCQUFBOztBRGpDbkMsTUFBTSxPQUFPLGFBQWE7SUFxQ3hCLFlBQW1CLEVBQXVCO1FBQXZCLE9BQUUsR0FBRixFQUFFLENBQXFCO1FBL0JuQyxZQUFPLEdBQVksTUFBTSxDQUFDO1FBRzFCLFNBQUksR0FBWSxNQUFNLENBQUM7UUFNdkIsZ0JBQVcsR0FBdUIsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUVyRCxrQkFBYSxHQUFHLEVBQUUsQ0FBQztRQUVuQixzQkFBaUIsR0FBRztZQUN6QjtnQkFDSSxVQUFVLEVBQUUsUUFBUTtnQkFDcEIsVUFBVSxFQUFFLENBQUM7Z0JBQ2IsU0FBUyxFQUFFLENBQUM7YUFDZjtZQUNEO2dCQUNJLFVBQVUsRUFBRSxPQUFPO2dCQUNuQixVQUFVLEVBQUUsQ0FBQztnQkFDYixTQUFTLEVBQUUsQ0FBQzthQUNmO1lBQ0Q7Z0JBQ0ksVUFBVSxFQUFFLE9BQU87Z0JBQ25CLFVBQVUsRUFBRSxDQUFDO2dCQUNiLFNBQVMsRUFBRSxDQUFDO2FBQ2Y7U0FDSixDQUFDO0lBRThDLENBQUM7SUFFL0MsUUFBUTtRQUNOLElBQUksQ0FBQyxhQUFhLEdBQUcsRUFBRSxDQUFDO1FBQ3hCLElBQUksQ0FBQyxFQUFFO2FBQ0YsV0FBVyxFQUFFO2FBQ2IsU0FBUyxDQUFDLEdBQUcsQ0FBQyxFQUFFO1lBQ2hCLElBQUksQ0FBQyxhQUFhLEdBQUcsR0FBRyxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsRUFBRTtnQkFDdkMsSUFBRyxJQUFJLENBQUMsUUFBUSxFQUFDO29CQUNmLE9BQU8sS0FBSyxDQUFDLFFBQVEsSUFBSSxJQUFJLENBQUMsUUFBUSxDQUFDO2lCQUN4QztxQkFBSTtvQkFDSCxPQUFPLEtBQUssQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLElBQUksQ0FBQztpQkFDaEM7WUFDRixDQUFDLENBQUMsQ0FBQztRQUNKLENBQUMsQ0FBQyxDQUFDO0lBQ1QsQ0FBQztJQUlELElBQUksQ0FBQyxJQUFVO1FBQ2IsSUFBRyxJQUFJLENBQUMsUUFBUSxJQUFJLE1BQU0sRUFBQztZQUN6QixNQUFNLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxPQUFPLEVBQUUsT0FBTyxDQUFDLENBQUM7U0FDcEM7YUFBSTtZQUNILElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO1NBQzdCO0lBQ0gsQ0FBQzs4RUE5RFUsYUFBYTtvRUFBYixhQUFhO1lDUjFCLDhEQUlNLGlEQUFBLCtEQUFBOztZQUhILGdIQUE2RTtZQUlqQixlQUFxQjtZQUFyQiw0Q0FBcUI7WUFxQy9ELGVBQW9FO1lBQXBFLG1HQUFvRTs7O2lGRGxDNUUsYUFBYTtjQUx6QixTQUFTOzJCQUNFLFVBQVU7b0RBT2IsT0FBTztrQkFEYixLQUFLO1lBSUMsT0FBTztrQkFEYixLQUFLO1lBSUMsSUFBSTtrQkFEVixLQUFLO1lBSUMsUUFBUTtrQkFEZCxLQUFLO1lBSUMsV0FBVztrQkFEakIsTUFBTTs7a0ZBZEksYUFBYSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT25Jbml0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE5vdGlmaWNhdGlvblNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9ub3RpZmljYXRpb24vbm90aWZpY2F0aW9uLnNlcnZpY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtaW5mbycsXG4gIHRlbXBsYXRlVXJsOiAnLi9pbmZvLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vaW5mby5jb21wb25lbnQuY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgSW5mb0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgQElucHV0KClcbiAgcHVibGljIGhlYWRpbmcgOiBzdHJpbmcgO1xuXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBkaXNwbGF5IDogc3RyaW5nID0gXCJ0aWxlXCI7XG5cbiAgQElucHV0KClcbiAgcHVibGljIHR5cGUgOiBzdHJpbmcgPSBcIk1SS1RcIjtcblxuICBASW5wdXQoKVxuICBwdWJsaWMgdXNlclR5cGUgOiBzdHJpbmc7XG5cbiAgQE91dHB1dCgpXG4gIHB1YmxpYyBvbkxpbmtDbGljayA6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gIHB1YmxpYyB0cmVuZGluZ0xpbmtzID0gW107XG5cbiAgcHVibGljIHJlc3BvbnNpdmVPcHRpb25zID0gW1xuICAgIHtcbiAgICAgICAgYnJlYWtwb2ludDogJzEwMjRweCcsXG4gICAgICAgIG51bVZpc2libGU6IDEsXG4gICAgICAgIG51bVNjcm9sbDogMVxuICAgIH0sXG4gICAge1xuICAgICAgICBicmVha3BvaW50OiAnNzY4cHgnLFxuICAgICAgICBudW1WaXNpYmxlOiAxLFxuICAgICAgICBudW1TY3JvbGw6IDFcbiAgICB9LFxuICAgIHtcbiAgICAgICAgYnJlYWtwb2ludDogJzU2MHB4JyxcbiAgICAgICAgbnVtVmlzaWJsZTogMSxcbiAgICAgICAgbnVtU2Nyb2xsOiAxXG4gICAgfVxuXTtcblxuICBjb25zdHJ1Y3RvcihwdWJsaWMgbnM6IE5vdGlmaWNhdGlvblNlcnZpY2UpIHsgfVxuXG4gIG5nT25Jbml0KCkge1xuICAgIHRoaXMudHJlbmRpbmdMaW5rcyA9IFtdO1xuICAgIHRoaXMubnNcbiAgICAgICAgLmZldGNoVHJlbmRzKClcbiAgICAgICAgLnN1YnNjcmliZShyZXMgPT4ge1xuICAgICAgICAgdGhpcy50cmVuZGluZ0xpbmtzID0gcmVzLmZpbHRlcih0cmVuZCA9PiB7XG4gICAgICAgICAgaWYodGhpcy51c2VyVHlwZSl7XG4gICAgICAgICAgICByZXR1cm4gdHJlbmQudXNlclR5cGUgPT0gdGhpcy51c2VyVHlwZTtcbiAgICAgICAgICB9ZWxzZXtcbiAgICAgICAgICAgIHJldHVybiB0cmVuZC50eXBlID09IHRoaXMudHlwZTtcbiAgICAgICAgICB9XG4gICAgICAgICB9KTsgXG4gICAgICAgIH0pO1xuICB9XG5cblxuXG4gIG9wZW4obGluayA6IGFueSl7XG4gICAgaWYobGluay5saW5rVHlwZSA9PSAnTElOSycpe1xuICAgICAgd2luZG93Lm9wZW4obGluay5saW5rVXJsLCAnYmxhbmsnKTtcbiAgICB9ZWxzZXtcbiAgICAgIHRoaXMub25MaW5rQ2xpY2suZW1pdChsaW5rKTtcbiAgICB9XG4gIH1cblxufVxuIiwiPGRpdiBjbGFzcz1cImlvbi1wYWRkaW5nLXN0YXJ0IGlvbi1wYWRkaW5nLWVuZFwiXHJcbiAgKm5nSWY9XCJ0cmVuZGluZ0xpbmtzICYmIHRyZW5kaW5nTGlua3MubGVuZ3RoID4gMCAmJiBkaXNwbGF5PT0ndGlsZScgJiYgaGVhZGluZ1wiPlxyXG4gIDwhLS08aDE+e3toZWFkaW5nfX08L2gxPiAtLT5cclxuICA8IS0tPHAtZGl2aWRlcj48L3AtZGl2aWRlcj4gLS0+XHJcbjwvZGl2PlxyXG48ZGl2IGNsYXNzPVwiZ3JpZCBwLWpjLWxlZnQgaW9uLXBhZGRpbmctc3RhcnQgaW9uLXBhZGRpbmctZW5kXCIgKm5nSWY9XCJkaXNwbGF5PT0ndGlsZSdcIj5cclxuICA8aW9uLWdyaWQ+XHJcbiAgICA8aW9uLXJvdz5cclxuICAgICAgPGlvbi1jb2wgc2l6ZT1cIjEyXCIgc2l6ZVNtPVwiMTJcIiBzaXplWHM9XCIxMlwiIHNpemVNZD1cIjEyXCIgc2l6ZUxnPVwiMTJcIiBzaXplWGw9XCIxMFwiIG9mZnNldFhsPVwiMVwiPlxyXG4gICAgICAgIDxpb24tZ3JpZD5cclxuICAgICAgICAgIDxpb24tcm93PlxyXG4gICAgICAgICAgICA8aW9uLWNvbCAqbmdGb3I9XCJsZXQgdHJlbmQgb2YgdHJlbmRpbmdMaW5rczsgbGV0IGlzTGFzdCA9IGxhc3RcIiBjbGFzcz1cImZ1bGwtaGVpZ2h0XCIgc2l6ZT1cIjEyXCIgc2l6ZVNtPVwiMTJcIlxyXG4gICAgICAgICAgICAgIHNpemVYcz1cIjEyXCIgc2l6ZU1kPVwiNlwiIHNpemVMZz1cIjNcIiBzaXplWGw9XCIzXCIgc3R5bGU9XCJ3aWR0aDogMzIwcHggIWltcG9ydGFudDtcIj5cclxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmxleFwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdj5cclxuICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJoZWFkaW5nXCI+e3t0cmVuZC5oZWFkZXJ9fTwvcD5cclxuICAgICAgICAgICAgICAgICAgPGlvbi1sYWJlbD48c3BhbiBbaW5uZXJIVE1MXT1cInRyZW5kLnN1YkhlYWRlclwiIHN0eWxlPVwiY29sb3I6IHZhcigtLWlvbi1jb2xvci1tZWRpdW0tZ3JheSk7XCI+PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICA8L2lvbi1sYWJlbD5cclxuICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImdyaWRcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTNcIj5cclxuICAgICAgICAgICAgICAgICAgICAgIDxmYS1pY29uIFtpY29uXT1cIlsnZmFyJywgdHJlbmQuaW1hZ2VdXCIgY2xhc3M9XCJhcHAtdGlsZS1pbWdcIj48L2ZhLWljb24+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC05XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgZmlsbD1cIm91dGxpbmVcIiAoY2xpY2spPVwib3BlbihsaW5rKVwiIHRhcmdldD1cImJsYW5rXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgKm5nRm9yPVwibGV0IGxpbmsgb2YgdHJlbmQubGlua3NcIiBzaXplPVwic21hbGxcIiBjbGFzcz1cImFwcC10aWxlLWJ1dHRvblwiPnt7bGluay5saW5rRGVzY319XHJcbiAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1idXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8cC1kaXZpZGVyIGxheW91dD1cInZlcnRpY2FsXCIgKm5nSWY9XCIhaXNMYXN0XCIgY2xhc3M9XCJpb24taGlkZS1zbS1kb3duIGlvbi1oaWRlLW1kLWRvd25cIj48L3AtZGl2aWRlcj5cclxuICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgICAgPC9pb24tcm93PlxyXG4gICAgICAgIDwvaW9uLWdyaWQ+XHJcbiAgICAgIDwvaW9uLWNvbD5cclxuICAgIDwvaW9uLXJvdz5cclxuICA8L2lvbi1ncmlkPlxyXG5cclxuICA8YnIgLz5cclxuPC9kaXY+XHJcblxyXG48cC1jYXJvdXNlbCBbdmFsdWVdPVwidHJlbmRpbmdMaW5rc1wiIFtudW1TY3JvbGxdPVwiMVwiIFtyZXNwb25zaXZlT3B0aW9uc109XCJyZXNwb25zaXZlT3B0aW9uc1wiIFthdXRvcGxheUludGVydmFsXT1cIjEwMDAwXCJcclxuICBbY2lyY3VsYXJdPVwidHJ1ZVwiICpuZ0lmPVwiZGlzcGxheT09J3NsaWRlcicgJiYgdHJlbmRpbmdMaW5rcyAmJiB0cmVuZGluZ0xpbmtzLmxlbmd0aCA+IDBcIj5cclxuICA8bmctdGVtcGxhdGUgbGV0LXRyZW5kIHBUZW1wbGF0ZT1cIml0ZW1cIj5cclxuICAgIDxoMz57e3RyZW5kLmhlYWRlcn19PC9oMz5cclxuICAgIDxwPnt7dHJlbmQuc3ViSGVhZGVyfX08L3A+XHJcbiAgICA8YSBjbGFzcz1cImxpbmtcIiB0YXJnZXQ9XCJfYmxhbmtcIiAqbmdGb3I9XCJsZXQgbGluayBvZiB0cmVuZC5saW5rc1wiIFthdHRyLmFyaWEtbGFiZWxdPVwibGluay5saW5rRGVzY1wiIHJlbD1cIm5vb3BlbmVyXCJcclxuICAgICAgKGNsaWNrKT1cIm9wZW4obGluaylcIj57e2xpbmsubGlua0Rlc2N9fTwvYT5cclxuICA8L25nLXRlbXBsYXRlPlxyXG48L3AtY2Fyb3VzZWw+Il19
@@ -0,0 +1,206 @@
1
+ import { Component, EventEmitter, Output } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "../../services/claimant-service/claimant.service";
4
+ import * as i2 from "../../services/logger/logger.service";
5
+ import * as i3 from "@ionic/angular";
6
+ import * as i4 from "@angular/common";
7
+ import * as i5 from "primeng/api";
8
+ import * as i6 from "primeng/dialog";
9
+ import * as i7 from "primeng/table";
10
+ import * as i8 from "@fortawesome/angular-fontawesome";
11
+ import * as i9 from "@ngx-translate/core";
12
+ function JobSearchResultPageComponent_ng_template_1_Template(rf, ctx) { if (rf & 1) {
13
+ i0.ɵɵelementStart(0, "ion-grid");
14
+ i0.ɵɵelement(1, "ion-row");
15
+ i0.ɵɵelementStart(2, "ion-row");
16
+ i0.ɵɵelement(3, "ion-col");
17
+ i0.ɵɵelementEnd()();
18
+ } }
19
+ function JobSearchResultPageComponent_h3_5_Template(rf, ctx) { if (rf & 1) {
20
+ i0.ɵɵelementStart(0, "h3");
21
+ i0.ɵɵtext(1);
22
+ i0.ɵɵpipe(2, "translate");
23
+ i0.ɵɵelementEnd();
24
+ } if (rf & 2) {
25
+ i0.ɵɵadvance(1);
26
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "job.search.results.popup.messages.noJobs"));
27
+ } }
28
+ function JobSearchResultPageComponent_h3_6_Template(rf, ctx) { if (rf & 1) {
29
+ i0.ɵɵelementStart(0, "h3");
30
+ i0.ɵɵtext(1);
31
+ i0.ɵɵpipe(2, "translate");
32
+ i0.ɵɵelementEnd();
33
+ } if (rf & 2) {
34
+ i0.ɵɵadvance(1);
35
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "job.search.results.popup.messages.title"));
36
+ } }
37
+ function JobSearchResultPageComponent_p_7_Template(rf, ctx) { if (rf & 1) {
38
+ i0.ɵɵelementStart(0, "p");
39
+ i0.ɵɵtext(1);
40
+ i0.ɵɵpipe(2, "translate");
41
+ i0.ɵɵelementStart(3, "b");
42
+ i0.ɵɵtext(4);
43
+ i0.ɵɵelementEnd();
44
+ i0.ɵɵtext(5);
45
+ i0.ɵɵpipe(6, "translate");
46
+ i0.ɵɵelementStart(7, "b");
47
+ i0.ɵɵtext(8);
48
+ i0.ɵɵelementEnd();
49
+ i0.ɵɵtext(9);
50
+ i0.ɵɵpipe(10, "translate");
51
+ i0.ɵɵelementStart(11, "b");
52
+ i0.ɵɵtext(12);
53
+ i0.ɵɵelementEnd()();
54
+ } if (rf & 2) {
55
+ const ctx_r3 = i0.ɵɵnextContext();
56
+ i0.ɵɵadvance(1);
57
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 6, "job.search.results.popup.messages.search.criteria"));
58
+ i0.ɵɵadvance(3);
59
+ i0.ɵɵtextInterpolate(ctx_r3.jobResultsData == null ? null : ctx_r3.jobResultsData.zipCode);
60
+ i0.ɵɵadvance(1);
61
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(6, 8, "job.search.results.popup.messages.radius"), " ");
62
+ i0.ɵɵadvance(3);
63
+ i0.ɵɵtextInterpolate1("", ctx_r3.jobResultsData == null ? null : ctx_r3.jobResultsData.geographicalRange, " ");
64
+ i0.ɵɵadvance(1);
65
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(10, 10, "job.search.results.popup.messages.keywords"));
66
+ i0.ɵɵadvance(3);
67
+ i0.ɵɵtextInterpolate(ctx_r3.jobResultsData == null ? null : ctx_r3.jobResultsData.keyWord);
68
+ } }
69
+ function JobSearchResultPageComponent_p_table_8_ng_template_1_Template(rf, ctx) { if (rf & 1) {
70
+ i0.ɵɵelementStart(0, "tr")(1, "th", 7);
71
+ i0.ɵɵtext(2);
72
+ i0.ɵɵpipe(3, "translate");
73
+ i0.ɵɵelementEnd();
74
+ i0.ɵɵelementStart(4, "th", 7);
75
+ i0.ɵɵtext(5);
76
+ i0.ɵɵpipe(6, "translate");
77
+ i0.ɵɵelementEnd();
78
+ i0.ɵɵelementStart(7, "th", 7);
79
+ i0.ɵɵtext(8);
80
+ i0.ɵɵpipe(9, "translate");
81
+ i0.ɵɵelementEnd();
82
+ i0.ɵɵelementStart(10, "th", 7);
83
+ i0.ɵɵtext(11);
84
+ i0.ɵɵpipe(12, "translate");
85
+ i0.ɵɵelementEnd();
86
+ i0.ɵɵelementStart(13, "th", 7);
87
+ i0.ɵɵtext(14);
88
+ i0.ɵɵpipe(15, "translate");
89
+ i0.ɵɵelementEnd()();
90
+ } if (rf & 2) {
91
+ i0.ɵɵadvance(2);
92
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 5, "job.search.results.table.header.Posted"));
93
+ i0.ɵɵadvance(3);
94
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 7, "job.search.results.table.header.Position"));
95
+ i0.ɵɵadvance(3);
96
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(9, 9, "job.search.results.table.header.Employer"));
97
+ i0.ɵɵadvance(3);
98
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(12, 11, "job.search.results.table.header.ZipCode"));
99
+ i0.ɵɵadvance(3);
100
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(15, 13, "job.search.results.table.header.View"));
101
+ } }
102
+ const _c0 = () => ["far", "angle-right"];
103
+ function JobSearchResultPageComponent_p_table_8_ng_template_2_Template(rf, ctx) { if (rf & 1) {
104
+ i0.ɵɵelementStart(0, "tr", 8)(1, "td", 7);
105
+ i0.ɵɵtext(2);
106
+ i0.ɵɵelementEnd();
107
+ i0.ɵɵelementStart(3, "td", 7);
108
+ i0.ɵɵtext(4);
109
+ i0.ɵɵelementEnd();
110
+ i0.ɵɵelementStart(5, "td", 7);
111
+ i0.ɵɵtext(6);
112
+ i0.ɵɵelementEnd();
113
+ i0.ɵɵelementStart(7, "td", 7);
114
+ i0.ɵɵtext(8);
115
+ i0.ɵɵelementEnd();
116
+ i0.ɵɵelementStart(9, "td", 7)(10, "ion-button", 9);
117
+ i0.ɵɵelement(11, "fa-icon", 10);
118
+ i0.ɵɵelementEnd()()();
119
+ } if (rf & 2) {
120
+ const matchingJobs_r9 = ctx.$implicit;
121
+ i0.ɵɵadvance(2);
122
+ i0.ɵɵtextInterpolate1(" ", matchingJobs_r9.jobOrderCreateDate ? matchingJobs_r9.jobOrderCreateDate : "N/A", " ");
123
+ i0.ɵɵadvance(2);
124
+ i0.ɵɵtextInterpolate1(" ", matchingJobs_r9.jobTitle ? matchingJobs_r9.jobTitle : "N/A", " ");
125
+ i0.ɵɵadvance(2);
126
+ i0.ɵɵtextInterpolate1(" ", matchingJobs_r9.employerName ? matchingJobs_r9.employerName : "N/A", " ");
127
+ i0.ɵɵadvance(2);
128
+ i0.ɵɵtextInterpolate1(" ", matchingJobs_r9.zipCode ? matchingJobs_r9.zipCode : "N/A", " ");
129
+ i0.ɵɵadvance(2);
130
+ i0.ɵɵpropertyInterpolate("href", matchingJobs_r9.jobOrderURL ? matchingJobs_r9.jobOrderURL : "N/A");
131
+ i0.ɵɵadvance(1);
132
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c0));
133
+ } }
134
+ function JobSearchResultPageComponent_p_table_8_Template(rf, ctx) { if (rf & 1) {
135
+ i0.ɵɵelementStart(0, "p-table", 5);
136
+ i0.ɵɵtemplate(1, JobSearchResultPageComponent_p_table_8_ng_template_1_Template, 16, 15, "ng-template", 1)(2, JobSearchResultPageComponent_p_table_8_ng_template_2_Template, 12, 7, "ng-template", 6);
137
+ i0.ɵɵelementEnd();
138
+ } if (rf & 2) {
139
+ const ctx_r4 = i0.ɵɵnextContext();
140
+ i0.ɵɵproperty("value", ctx_r4.matchingJobs)("rowHover", true);
141
+ } }
142
+ function JobSearchResultPageComponent_ng_template_9_Template(rf, ctx) { if (rf & 1) {
143
+ const _r11 = i0.ɵɵgetCurrentView();
144
+ i0.ɵɵelementStart(0, "ion-grid")(1, "ion-row");
145
+ i0.ɵɵelement(2, "ion-col", 11);
146
+ i0.ɵɵelementStart(3, "ion-col", 12)(4, "ion-button", 13);
147
+ i0.ɵɵlistener("click", function JobSearchResultPageComponent_ng_template_9_Template_ion_button_click_4_listener() { i0.ɵɵrestoreView(_r11); const ctx_r10 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r10.cancel()); });
148
+ i0.ɵɵtext(5, "Close");
149
+ i0.ɵɵelementEnd()()()();
150
+ } }
151
+ const _c1 = () => ({ width: "60vw" });
152
+ const _c2 = () => ({ "1024px": "75vw", "768px": "85vw", "640px": "100vw" });
153
+ export class JobSearchResultPageComponent {
154
+ constructor(cs, loggerService) {
155
+ this.cs = cs;
156
+ this.loggerService = loggerService;
157
+ this.areJobsFetched = true;
158
+ this.onCancel = new EventEmitter();
159
+ }
160
+ ngOnInit() {
161
+ this.getClaimantJobResults();
162
+ }
163
+ getClaimantJobResults() {
164
+ this.cs.getJobResults()
165
+ .subscribe(res => {
166
+ this.jobResultsData = res;
167
+ this.loggerService.info(res);
168
+ this.matchingJobs = res.availableJobModel;
169
+ }, err => {
170
+ this.areJobsFetched = false;
171
+ this.loggerService.info('error while calling job result', err);
172
+ });
173
+ }
174
+ cancel() {
175
+ this.onCancel.emit();
176
+ }
177
+ static { this.ɵfac = function JobSearchResultPageComponent_Factory(t) { return new (t || JobSearchResultPageComponent)(i0.ɵɵdirectiveInject(i1.ClaimantService), i0.ɵɵdirectiveInject(i2.LoggerService)); }; }
178
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: JobSearchResultPageComponent, selectors: [["app-job-search-result-page"]], outputs: { onCancel: "onCancel" }, decls: 10, vars: 9, consts: [["visible", "true", "modal", "true", "appendTo", "body", "position", "top", 3, "breakpoints"], ["pTemplate", "header"], [4, "ngIf"], ["styleClass", "p-datatable-striped p-datatable-worksearch ion-padding-top", 3, "value", "rowHover", 4, "ngIf"], ["pTemplate", "footer"], ["styleClass", "p-datatable-striped p-datatable-worksearch ion-padding-top", 3, "value", "rowHover"], ["pTemplate", "body"], ["colspan", "2"], [1, "ui-selectable-row"], ["fill", "outline", "shape", "round", "size", "small", "target", "blank", 1, "small-button", 2, "--border-color", "#4478AA", "--border-width", "2px", "--color", "#4478AA", 3, "href"], [1, "button-icon", 3, "icon"], [1, "ion-text-left"], [1, "ion-text-right"], ["shape", "round", "fill", "outline", "type", "reset", 3, "click"]], template: function JobSearchResultPageComponent_Template(rf, ctx) { if (rf & 1) {
179
+ i0.ɵɵelementStart(0, "p-dialog", 0);
180
+ i0.ɵɵtemplate(1, JobSearchResultPageComponent_ng_template_1_Template, 4, 0, "ng-template", 1);
181
+ i0.ɵɵelementStart(2, "ion-grid")(3, "ion-row")(4, "ion-col");
182
+ i0.ɵɵtemplate(5, JobSearchResultPageComponent_h3_5_Template, 3, 3, "h3", 2)(6, JobSearchResultPageComponent_h3_6_Template, 3, 3, "h3", 2)(7, JobSearchResultPageComponent_p_7_Template, 13, 12, "p", 2)(8, JobSearchResultPageComponent_p_table_8_Template, 3, 2, "p-table", 3);
183
+ i0.ɵɵelementEnd()()();
184
+ i0.ɵɵtemplate(9, JobSearchResultPageComponent_ng_template_9_Template, 6, 0, "ng-template", 4);
185
+ i0.ɵɵelementEnd();
186
+ } if (rf & 2) {
187
+ i0.ɵɵstyleMap(i0.ɵɵpureFunction0(7, _c1));
188
+ i0.ɵɵproperty("breakpoints", i0.ɵɵpureFunction0(8, _c2));
189
+ i0.ɵɵadvance(5);
190
+ i0.ɵɵproperty("ngIf", ctx.matchingJobs == null && ctx.areJobsFetched == false);
191
+ i0.ɵɵadvance(1);
192
+ i0.ɵɵproperty("ngIf", ctx.matchingJobs != null);
193
+ i0.ɵɵadvance(1);
194
+ i0.ɵɵproperty("ngIf", ctx.matchingJobs != null);
195
+ i0.ɵɵadvance(1);
196
+ i0.ɵɵproperty("ngIf", ctx.matchingJobs != null);
197
+ } }, dependencies: [i3.IonButton, i3.IonCol, i3.IonGrid, i3.IonRow, i4.NgIf, i5.PrimeTemplate, i6.Dialog, i7.Table, i8.FaIconComponent, i9.TranslatePipe], styles: ["ion-col[_ngcontent-%COMP%]{margin-left:0!important}.button-icon[_ngcontent-%COMP%]{font-size:18px;color:var(--ion-color-primary)}"] }); }
198
+ }
199
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(JobSearchResultPageComponent, [{
200
+ type: Component,
201
+ args: [{ selector: 'app-job-search-result-page', template: "<p-dialog visible=\"true\" modal=\"true\" appendTo=\"body\"\r\n [breakpoints]=\"{'1024px': '75vw', '768px': '85vw', '640px': '100vw'}\" [style]=\"{width: '60vw'}\" position=\"top\">\r\n <ng-template pTemplate=\"header\">\r\n <ion-grid>\r\n <ion-row>\r\n\r\n </ion-row>\r\n <ion-row>\r\n <ion-col>\r\n\r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n </ng-template>\r\n <ion-grid>\r\n <ion-row>\r\n <ion-col>\r\n <h3 *ngIf=\"matchingJobs == null && areJobsFetched== false\">{{'job.search.results.popup.messages.noJobs' | translate}}</h3>\r\n <h3 *ngIf=\"matchingJobs != null\">{{'job.search.results.popup.messages.title' | translate}}</h3>\r\n <p *ngIf=\"matchingJobs != null\">{{'job.search.results.popup.messages.search.criteria' | translate}}<b>{{jobResultsData?.zipCode}}</b>{{'job.search.results.popup.messages.radius' | translate}} <b>{{jobResultsData?.geographicalRange}} </b>{{'job.search.results.popup.messages.keywords' | translate}}<b>{{jobResultsData?.keyWord}}</b></p>\r\n \r\n <p-table [value]=\"matchingJobs\" [rowHover]=\"true\" *ngIf=\"matchingJobs != null\"\r\n styleClass=\"p-datatable-striped p-datatable-worksearch ion-padding-top\">\r\n <ng-template pTemplate=\"header\" let-columns>\r\n <tr>\r\n <th colspan=\"2\">{{'job.search.results.table.header.Posted' | translate}}</th>\r\n <th colspan=\"2\">{{'job.search.results.table.header.Position' | translate}}</th>\r\n <th colspan=\"2\">{{'job.search.results.table.header.Employer' | translate}}</th>\r\n <th colspan=\"2\">{{'job.search.results.table.header.ZipCode' | translate}}</th>\r\n <th colspan=\"2\">{{'job.search.results.table.header.View' | translate}}</th>\r\n </tr>\r\n </ng-template>\r\n \r\n <ng-template pTemplate=\"body\" let-matchingJobs >\r\n <tr class=\"ui-selectable-row\">\r\n <td colspan=\"2\">\r\n {{matchingJobs.jobOrderCreateDate?matchingJobs.jobOrderCreateDate:'N/A' }}\r\n </td>\r\n <td colspan=\"2\">\r\n {{matchingJobs.jobTitle?matchingJobs.jobTitle:'N/A'}}\r\n </td>\r\n <td colspan=\"2\">\r\n {{matchingJobs.employerName?matchingJobs.employerName:'N/A'}}\r\n </td>\r\n <td colspan=\"2\">\r\n {{matchingJobs.zipCode?matchingJobs.zipCode:'N/A'}}\r\n </td>\r\n <td colspan=\"2\">\r\n <ion-button href=\"{{matchingJobs.jobOrderURL?matchingJobs.jobOrderURL:'N/A'}}\" fill=\"outline\" shape=\"round\" \r\n class=\"small-button\" size=\"small\" target=\"blank\"\r\n style=\"--border-color:#4478AA; --border-width:2px; --color:#4478AA;\">\r\n \r\n <fa-icon [icon]=\"['far', 'angle-right']\" class=\"button-icon\"></fa-icon>\r\n </ion-button>\r\n </td>\r\n </tr>\r\n </ng-template>\r\n </p-table>\r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n\r\n\r\n\r\n <ng-template pTemplate=\"footer\">\r\n <ion-grid>\r\n <ion-row>\r\n <ion-col class=\"ion-text-left\">\r\n\r\n </ion-col>\r\n <ion-col class=\"ion-text-right\">\r\n <ion-button shape=\"round\" fill=\"outline\" type=\"reset\" (click)=\"cancel()\">Close</ion-button>\r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n </ng-template>\r\n</p-dialog>", styles: ["ion-col{margin-left:0!important}.button-icon{font-size:18px;color:var(--ion-color-primary)}\n"] }]
202
+ }], () => [{ type: i1.ClaimantService }, { type: i2.LoggerService }], { onCancel: [{
203
+ type: Output
204
+ }] }); })();
205
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(JobSearchResultPageComponent, { className: "JobSearchResultPageComponent", filePath: "lib\\components\\job-search-result-page\\job-search-result-page.component.ts", lineNumber: 12 }); })();
206
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiam9iLXNlYXJjaC1yZXN1bHQtcGFnZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvam9iLXNlYXJjaC1yZXN1bHQtcGFnZS9qb2Itc2VhcmNoLXJlc3VsdC1wYWdlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9qb2Itc2VhcmNoLXJlc3VsdC1wYWdlL2pvYi1zZWFyY2gtcmVzdWx0LXBhZ2UuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxZQUFZLEVBQUUsTUFBTSxFQUFnQyxNQUFNLGVBQWUsQ0FBQzs7Ozs7Ozs7Ozs7O0lDRzlGLGdDQUFVO0lBQ04sMEJBRVU7SUFDViwrQkFBUztJQUNMLDBCQUVVO0lBQ2QsaUJBQVUsRUFBQTs7O0lBTU4sMEJBQTJEO0lBQUEsWUFBMEQ7O0lBQUEsaUJBQUs7O0lBQS9ELGVBQTBEO0lBQTFELHNGQUEwRDs7O0lBQ3JILDBCQUFpQztJQUFBLFlBQXlEOztJQUFBLGlCQUFLOztJQUE5RCxlQUF5RDtJQUF6RCxxRkFBeUQ7OztJQUMxRix5QkFBZ0M7SUFBQSxZQUFtRTs7SUFBQSx5QkFBRztJQUFBLFlBQTJCO0lBQUEsaUJBQUk7SUFBQSxZQUEyRDs7SUFBQSx5QkFBRztJQUFBLFlBQXNDO0lBQUEsaUJBQUk7SUFBQSxZQUE0RDs7SUFBQSwwQkFBRztJQUFBLGFBQTJCO0lBQUEsaUJBQUksRUFBQTs7O0lBQTNTLGVBQW1FO0lBQW5FLCtGQUFtRTtJQUFHLGVBQTJCO0lBQTNCLDBGQUEyQjtJQUFJLGVBQTJEO0lBQTNELGdHQUEyRDtJQUFHLGVBQXNDO0lBQXRDLDhHQUFzQztJQUFJLGVBQTREO0lBQTVELDBGQUE0RDtJQUFHLGVBQTJCO0lBQTNCLDBGQUEyQjs7O0lBSy9ULDBCQUFJLFlBQUE7SUFDZ0IsWUFBd0Q7O0lBQUEsaUJBQUs7SUFDN0UsNkJBQWdCO0lBQUEsWUFBMEQ7O0lBQUEsaUJBQUs7SUFDL0UsNkJBQWdCO0lBQUEsWUFBMEQ7O0lBQUEsaUJBQUs7SUFDL0UsOEJBQWdCO0lBQUEsYUFBeUQ7O0lBQUEsaUJBQUs7SUFDOUUsOEJBQWdCO0lBQUEsYUFBc0Q7O0lBQUEsaUJBQUssRUFBQTs7SUFKM0QsZUFBd0Q7SUFBeEQsb0ZBQXdEO0lBQ3hELGVBQTBEO0lBQTFELHNGQUEwRDtJQUMxRCxlQUEwRDtJQUExRCxzRkFBMEQ7SUFDMUQsZUFBeUQ7SUFBekQsdUZBQXlEO0lBQ3pELGVBQXNEO0lBQXRELG9GQUFzRDs7OztJQUsxRSw2QkFBOEIsWUFBQTtJQUV0QixZQUNKO0lBQUEsaUJBQUs7SUFDTCw2QkFBZ0I7SUFDWixZQUNKO0lBQUEsaUJBQUs7SUFDTCw2QkFBZ0I7SUFDWixZQUNKO0lBQUEsaUJBQUs7SUFDTCw2QkFBZ0I7SUFDWixZQUNKO0lBQUEsaUJBQUs7SUFDTCw2QkFBZ0IscUJBQUE7SUFLUiwrQkFBdUU7SUFDM0UsaUJBQWEsRUFBQSxFQUFBOzs7SUFqQmIsZUFDSjtJQURJLGdIQUNKO0lBRUksZUFDSjtJQURJLDRGQUNKO0lBRUksZUFDSjtJQURJLG9HQUNKO0lBRUksZUFDSjtJQURJLDBGQUNKO0lBRWdCLGVBQWtFO0lBQWxFLG1HQUFrRTtJQUlqRSxlQUErQjtJQUEvQixpREFBK0I7OztJQS9CNUQsa0NBQzRFO0lBQ3hFLHlHQVFjLDJGQUFBO0lBMEJsQixpQkFBVTs7O0lBcENELDJDQUFzQixrQkFBQTs7OztJQTRDdkMsZ0NBQVUsY0FBQTtJQUVGLDhCQUVVO0lBQ1YsbUNBQWdDLHFCQUFBO0lBQzBCLHVMQUFTLGVBQUEsZ0JBQVEsQ0FBQSxJQUFDO0lBQUMscUJBQUs7SUFBQSxpQkFBYSxFQUFBLEVBQUEsRUFBQTs7OztBRDVEL0csTUFBTSxPQUFPLDRCQUE0QjtJQU12QyxZQUFtQixFQUFtQixFQUFTLGFBQTZCO1FBQXpELE9BQUUsR0FBRixFQUFFLENBQWlCO1FBQVMsa0JBQWEsR0FBYixhQUFhLENBQWdCO1FBRjVFLG1CQUFjLEdBQVksSUFBSSxDQUFDO1FBMEIvQixhQUFRLEdBQXNCLElBQUksWUFBWSxFQUFFLENBQUM7SUF0QmpELENBQUM7SUFFRCxRQUFRO1FBQ04sSUFBSSxDQUFDLHFCQUFxQixFQUFFLENBQUM7SUFDL0IsQ0FBQztJQUVELHFCQUFxQjtRQUVuQixJQUFJLENBQUMsRUFBRSxDQUFDLGFBQWEsRUFBRTthQUNwQixTQUFTLENBQ1IsR0FBRyxDQUFDLEVBQUU7WUFDSixJQUFJLENBQUMsY0FBYyxHQUFHLEdBQUcsQ0FBQztZQUMxQixJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQztZQUM3QixJQUFJLENBQUMsWUFBWSxHQUFHLEdBQUcsQ0FBQyxpQkFBaUIsQ0FBQztRQUM1QyxDQUFDLEVBQUUsR0FBRyxDQUFDLEVBQUU7WUFDUCxJQUFJLENBQUMsY0FBYyxHQUFHLEtBQUssQ0FBQztZQUM1QixJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxnQ0FBZ0MsRUFBRSxHQUFHLENBQUMsQ0FBQztRQUNqRSxDQUFDLENBQ0YsQ0FBQztJQUNOLENBQUM7SUFPRCxNQUFNO1FBQ0osSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUN2QixDQUFDOzZGQXBDVSw0QkFBNEI7b0VBQTVCLDRCQUE0QjtZQ1h6QyxtQ0FDbUg7WUFDL0csNkZBV2M7WUFDZCxnQ0FBVSxjQUFBLGNBQUE7WUFHRSwyRUFBMEgsOERBQUEsOERBQUEsd0VBQUE7WUF5QzlILGlCQUFVLEVBQUEsRUFBQTtZQU1sQiw2RkFXYztZQUNsQixpQkFBVzs7WUEzRStELHlDQUF5QjtZQUEvRix3REFBcUU7WUFnQnBELGVBQW9EO1lBQXBELDhFQUFvRDtZQUNwRCxlQUEwQjtZQUExQiwrQ0FBMEI7WUFDM0IsZUFBMEI7WUFBMUIsK0NBQTBCO1lBRXFCLGVBQTBCO1lBQTFCLCtDQUEwQjs7O2lGRFZoRiw0QkFBNEI7Y0FMeEMsU0FBUzsyQkFDRSw0QkFBNEI7NEVBa0N0QyxRQUFRO2tCQURQLE1BQU07O2tGQTdCSSw0QkFBNEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCwgRXZlbnRFbWl0dGVyLCBPdXRwdXQsIFZpZXdDaGlsZCwgSW5qZWN0YWJsZSwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IExvZ2dlclNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9sb2dnZXIvbG9nZ2VyLnNlcnZpY2UnO1xuaW1wb3J0IHsgSm9iUmVzdWx0c0RhdGEgfSBmcm9tICcuLi8uLi9tb2RlbHMvY2xhaW1hbnQvSm9iUmVzdWx0c0RhdGEnO1xuaW1wb3J0IHsgTWF0Y2hpbmdKb2JzIH0gZnJvbSAnLi4vLi4vbW9kZWxzL2NsYWltYW50L01hdGNoaW5nSm9icyc7XG5pbXBvcnQgeyBDbGFpbWFudFNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9jbGFpbWFudC1zZXJ2aWNlL2NsYWltYW50LnNlcnZpY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtam9iLXNlYXJjaC1yZXN1bHQtcGFnZScsXG4gIHRlbXBsYXRlVXJsOiAnLi9qb2Itc2VhcmNoLXJlc3VsdC1wYWdlLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vam9iLXNlYXJjaC1yZXN1bHQtcGFnZS5jb21wb25lbnQuY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgSm9iU2VhcmNoUmVzdWx0UGFnZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgam9iUmVzdWx0c0RhdGEgOkpvYlJlc3VsdHNEYXRhO1xuICBtYXRjaGluZ0pvYnMgOk1hdGNoaW5nSm9ic1tdO1xuICBhcmVKb2JzRmV0Y2hlZCA6Qm9vbGVhbiA9IHRydWU7XG5cbiAgY29uc3RydWN0b3IocHVibGljIGNzOiBDbGFpbWFudFNlcnZpY2UsIHB1YmxpYyBsb2dnZXJTZXJ2aWNlIDogTG9nZ2VyU2VydmljZSkge1xuXG4gIH1cblxuICBuZ09uSW5pdCgpOiB2b2lkIHsgICBcbiAgICB0aGlzLmdldENsYWltYW50Sm9iUmVzdWx0cygpO1xuICB9XG4gIFxuICBnZXRDbGFpbWFudEpvYlJlc3VsdHMoKSB7XG4gICAgXG4gICAgdGhpcy5jcy5nZXRKb2JSZXN1bHRzKClcbiAgICAgIC5zdWJzY3JpYmUoXG4gICAgICAgIHJlcyA9PiB7XG4gICAgICAgICAgdGhpcy5qb2JSZXN1bHRzRGF0YSA9IHJlcztcbiAgICAgICAgICB0aGlzLmxvZ2dlclNlcnZpY2UuaW5mbyhyZXMpO1xuICAgICAgICAgIHRoaXMubWF0Y2hpbmdKb2JzID0gcmVzLmF2YWlsYWJsZUpvYk1vZGVsOyAgICAgICAgXG4gICAgICAgIH0sIGVyciA9PiB7XG4gICAgICAgICAgdGhpcy5hcmVKb2JzRmV0Y2hlZCA9IGZhbHNlO1xuICAgICAgICAgIHRoaXMubG9nZ2VyU2VydmljZS5pbmZvKCdlcnJvciB3aGlsZSBjYWxsaW5nIGpvYiByZXN1bHQnLCBlcnIpO1xuICAgICAgICB9XG4gICAgICApOyAgICAgXG4gIH1cblxuICBAT3V0cHV0KClcbiAgb25DYW5jZWw6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuICBwdWJsaWMgc2hvd2pvYlNlYXJjaFJlc3VsdFBvcHVwOiBib29sZWFuO1xuXG5cbiAgY2FuY2VsKCkge1xuICAgIHRoaXMub25DYW5jZWwuZW1pdCgpO1xuICB9XG5cbn1cbiIsIjxwLWRpYWxvZyB2aXNpYmxlPVwidHJ1ZVwiIG1vZGFsPVwidHJ1ZVwiIGFwcGVuZFRvPVwiYm9keVwiXHJcbiAgICBbYnJlYWtwb2ludHNdPVwieycxMDI0cHgnOiAnNzV2dycsICc3NjhweCc6ICc4NXZ3JywgJzY0MHB4JzogJzEwMHZ3J31cIiBbc3R5bGVdPVwie3dpZHRoOiAnNjB2dyd9XCIgcG9zaXRpb249XCJ0b3BcIj5cclxuICAgIDxuZy10ZW1wbGF0ZSBwVGVtcGxhdGU9XCJoZWFkZXJcIj5cclxuICAgICAgICA8aW9uLWdyaWQ+XHJcbiAgICAgICAgICAgIDxpb24tcm93PlxyXG5cclxuICAgICAgICAgICAgPC9pb24tcm93PlxyXG4gICAgICAgICAgICA8aW9uLXJvdz5cclxuICAgICAgICAgICAgICAgIDxpb24tY29sPlxyXG5cclxuICAgICAgICAgICAgICAgIDwvaW9uLWNvbD5cclxuICAgICAgICAgICAgPC9pb24tcm93PlxyXG4gICAgICAgIDwvaW9uLWdyaWQ+XHJcbiAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgPGlvbi1ncmlkPlxyXG4gICAgICAgIDxpb24tcm93PlxyXG4gICAgICAgICAgICA8aW9uLWNvbD5cclxuICAgICAgICAgICAgICAgIDxoMyAqbmdJZj1cIm1hdGNoaW5nSm9icyA9PSBudWxsICYmIGFyZUpvYnNGZXRjaGVkPT0gZmFsc2VcIj57eydqb2Iuc2VhcmNoLnJlc3VsdHMucG9wdXAubWVzc2FnZXMubm9Kb2JzJyB8IHRyYW5zbGF0ZX19PC9oMz5cclxuICAgICAgICAgICAgICAgIDxoMyAqbmdJZj1cIm1hdGNoaW5nSm9icyAhPSBudWxsXCI+e3snam9iLnNlYXJjaC5yZXN1bHRzLnBvcHVwLm1lc3NhZ2VzLnRpdGxlJyB8IHRyYW5zbGF0ZX19PC9oMz5cclxuICAgICAgICAgICAgICAgIDxwICpuZ0lmPVwibWF0Y2hpbmdKb2JzICE9IG51bGxcIj57eydqb2Iuc2VhcmNoLnJlc3VsdHMucG9wdXAubWVzc2FnZXMuc2VhcmNoLmNyaXRlcmlhJyB8IHRyYW5zbGF0ZX19PGI+e3tqb2JSZXN1bHRzRGF0YT8uemlwQ29kZX19PC9iPnt7J2pvYi5zZWFyY2gucmVzdWx0cy5wb3B1cC5tZXNzYWdlcy5yYWRpdXMnIHwgdHJhbnNsYXRlfX0gPGI+e3tqb2JSZXN1bHRzRGF0YT8uZ2VvZ3JhcGhpY2FsUmFuZ2V9fSA8L2I+e3snam9iLnNlYXJjaC5yZXN1bHRzLnBvcHVwLm1lc3NhZ2VzLmtleXdvcmRzJyB8IHRyYW5zbGF0ZX19PGI+e3tqb2JSZXN1bHRzRGF0YT8ua2V5V29yZH19PC9iPjwvcD5cclxuICAgICAgICAgICAgICAgIFxyXG4gICAgICAgICAgICAgICAgPHAtdGFibGUgW3ZhbHVlXT1cIm1hdGNoaW5nSm9ic1wiIFtyb3dIb3Zlcl09XCJ0cnVlXCIgKm5nSWY9XCJtYXRjaGluZ0pvYnMgIT0gbnVsbFwiXHJcbiAgICAgICAgICAgICAgICAgICAgc3R5bGVDbGFzcz1cInAtZGF0YXRhYmxlLXN0cmlwZWQgcC1kYXRhdGFibGUtd29ya3NlYXJjaCBpb24tcGFkZGluZy10b3BcIj5cclxuICAgICAgICAgICAgICAgICAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiaGVhZGVyXCIgbGV0LWNvbHVtbnM+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDx0cj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0aCBjb2xzcGFuPVwiMlwiPnt7J2pvYi5zZWFyY2gucmVzdWx0cy50YWJsZS5oZWFkZXIuUG9zdGVkJyB8IHRyYW5zbGF0ZX19PC90aD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0aCBjb2xzcGFuPVwiMlwiPnt7J2pvYi5zZWFyY2gucmVzdWx0cy50YWJsZS5oZWFkZXIuUG9zaXRpb24nIHwgdHJhbnNsYXRlfX08L3RoPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRoIGNvbHNwYW49XCIyXCI+e3snam9iLnNlYXJjaC5yZXN1bHRzLnRhYmxlLmhlYWRlci5FbXBsb3llcicgfCB0cmFuc2xhdGV9fTwvdGg+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dGggY29sc3Bhbj1cIjJcIj57eydqb2Iuc2VhcmNoLnJlc3VsdHMudGFibGUuaGVhZGVyLlppcENvZGUnIHwgdHJhbnNsYXRlfX08L3RoPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRoIGNvbHNwYW49XCIyXCI+e3snam9iLnNlYXJjaC5yZXN1bHRzLnRhYmxlLmhlYWRlci5WaWV3JyB8IHRyYW5zbGF0ZX19PC90aD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC90cj5cclxuICAgICAgICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgICAgICAgICAgICAgICAgIFxyXG4gICAgICAgICAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSBwVGVtcGxhdGU9XCJib2R5XCIgbGV0LW1hdGNoaW5nSm9icyAgPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8dHIgY2xhc3M9XCJ1aS1zZWxlY3RhYmxlLXJvd1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRkIGNvbHNwYW49XCIyXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAge3ttYXRjaGluZ0pvYnMuam9iT3JkZXJDcmVhdGVEYXRlP21hdGNoaW5nSm9icy5qb2JPcmRlckNyZWF0ZURhdGU6J04vQScgfX1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dGQgY29sc3Bhbj1cIjJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7e21hdGNoaW5nSm9icy5qb2JUaXRsZT9tYXRjaGluZ0pvYnMuam9iVGl0bGU6J04vQSd9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC90ZD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0ZCBjb2xzcGFuPVwiMlwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7bWF0Y2hpbmdKb2JzLmVtcGxveWVyTmFtZT9tYXRjaGluZ0pvYnMuZW1wbG95ZXJOYW1lOidOL0EnfX1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dGQgY29sc3Bhbj1cIjJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7e21hdGNoaW5nSm9icy56aXBDb2RlP21hdGNoaW5nSm9icy56aXBDb2RlOidOL0EnfX1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dGQgY29sc3Bhbj1cIjJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW9uLWJ1dHRvbiBocmVmPVwie3ttYXRjaGluZ0pvYnMuam9iT3JkZXJVUkw/bWF0Y2hpbmdKb2JzLmpvYk9yZGVyVVJMOidOL0EnfX1cIiAgZmlsbD1cIm91dGxpbmVcIiAgc2hhcGU9XCJyb3VuZFwiIFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwic21hbGwtYnV0dG9uXCIgc2l6ZT1cInNtYWxsXCIgdGFyZ2V0PVwiYmxhbmtcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0eWxlPVwiLS1ib3JkZXItY29sb3I6IzQ0NzhBQTsgLS1ib3JkZXItd2lkdGg6MnB4OyAtLWNvbG9yOiM0NDc4QUE7XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZmEtaWNvbiBbaWNvbl09XCJbJ2ZhcicsICdhbmdsZS1yaWdodCddXCIgY2xhc3M9XCJidXR0b24taWNvblwiPjwvZmEtaWNvbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1idXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L3RyPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgICAgICAgICAgICAgICA8L3AtdGFibGU+XHJcbiAgICAgICAgICAgIDwvaW9uLWNvbD5cclxuICAgICAgICA8L2lvbi1yb3c+XHJcbiAgICA8L2lvbi1ncmlkPlxyXG5cclxuXHJcblxyXG4gICAgPG5nLXRlbXBsYXRlIHBUZW1wbGF0ZT1cImZvb3RlclwiPlxyXG4gICAgICAgIDxpb24tZ3JpZD5cclxuICAgICAgICAgICAgPGlvbi1yb3c+XHJcbiAgICAgICAgICAgICAgICA8aW9uLWNvbCBjbGFzcz1cImlvbi10ZXh0LWxlZnRcIj5cclxuXHJcbiAgICAgICAgICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgICAgICAgICAgICA8aW9uLWNvbCBjbGFzcz1cImlvbi10ZXh0LXJpZ2h0XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIGZpbGw9XCJvdXRsaW5lXCIgdHlwZT1cInJlc2V0XCIgKGNsaWNrKT1cImNhbmNlbCgpXCI+Q2xvc2U8L2lvbi1idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgICAgICAgIDwvaW9uLXJvdz5cclxuICAgICAgICA8L2lvbi1ncmlkPlxyXG4gICAgPC9uZy10ZW1wbGF0ZT5cclxuPC9wLWRpYWxvZz4iXX0=