@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,251 @@
1
+ import { Component, Input, Output, EventEmitter, ViewChild } from '@angular/core';
2
+ import { UntypedFormControl, Validators } from '@angular/forms';
3
+ // import { LoginService } from '../../services/login/login.service';
4
+ import { AppValidators } from '../questionnaire/AppValidators';
5
+ import * as i0 from "@angular/core";
6
+ import * as i1 from "../../services/logger/logger.service";
7
+ import * as i2 from "@angular/router";
8
+ import * as i3 from "../../services/util/util.service";
9
+ import * as i4 from "@ionic/angular";
10
+ import * as i5 from "@angular/common";
11
+ import * as i6 from "primeng/api";
12
+ import * as i7 from "@angular/forms";
13
+ import * as i8 from "primeng/dialog";
14
+ import * as i9 from "primeng/inputtext";
15
+ import * as i10 from "../error/error.component";
16
+ const _c0 = ["qeFormDirective"];
17
+ function OfflineLegalDisclaimarComponent_div_2_ng_template_8_div_0_Template(rf, ctx) { if (rf & 1) {
18
+ i0.ɵɵelementStart(0, "div", 19)(1, "ion-row");
19
+ i0.ɵɵelement(2, "ion-col", 20);
20
+ i0.ɵɵelementEnd();
21
+ i0.ɵɵelementStart(3, "ion-row");
22
+ i0.ɵɵelement(4, "ion-col", 21);
23
+ i0.ɵɵelementEnd();
24
+ i0.ɵɵelementStart(5, "ion-row")(6, "ion-col", 22);
25
+ i0.ɵɵtext(7, "I have read and understand the above statements. Sign with the last four digits of your social security number.");
26
+ i0.ɵɵelement(8, "br");
27
+ i0.ɵɵelementEnd()()();
28
+ } if (rf & 2) {
29
+ const ctx_r3 = i0.ɵɵnextContext(3);
30
+ i0.ɵɵadvance(2);
31
+ i0.ɵɵproperty("innerHTML", ctx_r3.legalDisclaimar.notifyEmployer, i0.ɵɵsanitizeHtml);
32
+ i0.ɵɵadvance(2);
33
+ i0.ɵɵproperty("innerHTML", ctx_r3.legalDisclaimar.claimantGuide, i0.ɵɵsanitizeHtml);
34
+ } }
35
+ function OfflineLegalDisclaimarComponent_div_2_ng_template_8_div_1_Template(rf, ctx) { if (rf & 1) {
36
+ i0.ɵɵelementStart(0, "div")(1, "ion-row")(2, "ion-col", 22);
37
+ i0.ɵɵtext(3, "I have read and understand the above statements. Sign with the last four digits of your social security number.");
38
+ i0.ɵɵelement(4, "br");
39
+ i0.ɵɵelementEnd()()();
40
+ } }
41
+ const _c1 = "Last 4 number of entered SSN doesn't match with your SSN's last 4 number.";
42
+ const _c2 = () => ({ required: "Required.", notEqual: _c1 });
43
+ function OfflineLegalDisclaimarComponent_div_2_ng_template_8_app_error_6_Template(rf, ctx) { if (rf & 1) {
44
+ i0.ɵɵelement(0, "app-error", 8);
45
+ } if (rf & 2) {
46
+ const ctx_r5 = i0.ɵɵnextContext(3);
47
+ const _r0 = i0.ɵɵreference(1);
48
+ i0.ɵɵclassMap("app-grid");
49
+ i0.ɵɵproperty("field", ctx_r5.lastfourssn)("form", _r0)("errDef", i0.ɵɵpureFunction0(5, _c2));
50
+ } }
51
+ function OfflineLegalDisclaimarComponent_div_2_ng_template_8_Template(rf, ctx) { if (rf & 1) {
52
+ const _r7 = i0.ɵɵgetCurrentView();
53
+ i0.ɵɵtemplate(0, OfflineLegalDisclaimarComponent_div_2_ng_template_8_div_0_Template, 9, 2, "div", 12)(1, OfflineLegalDisclaimarComponent_div_2_ng_template_8_div_1_Template, 5, 0, "div", 2);
54
+ i0.ɵɵelementStart(2, "ion-row")(3, "ion-col", 13);
55
+ i0.ɵɵelement(4, "input", 14)(5, "br");
56
+ i0.ɵɵtemplate(6, OfflineLegalDisclaimarComponent_div_2_ng_template_8_app_error_6_Template, 1, 6, "app-error", 15);
57
+ i0.ɵɵelementEnd();
58
+ i0.ɵɵelementStart(7, "ion-col", 16)(8, "ion-button", 17);
59
+ i0.ɵɵlistener("click", function OfflineLegalDisclaimarComponent_div_2_ng_template_8_Template_ion_button_click_8_listener() { i0.ɵɵrestoreView(_r7); const ctx_r6 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r6.cancelDisclaimar()); });
60
+ i0.ɵɵtext(9);
61
+ i0.ɵɵelementEnd();
62
+ i0.ɵɵelementStart(10, "ion-button", 18);
63
+ i0.ɵɵlistener("click", function OfflineLegalDisclaimarComponent_div_2_ng_template_8_Template_ion_button_click_10_listener() { i0.ɵɵrestoreView(_r7); const ctx_r8 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r8.acceptDisclaimar()); });
64
+ i0.ɵɵtext(11);
65
+ i0.ɵɵelementEnd()()();
66
+ } if (rf & 2) {
67
+ const ctx_r2 = i0.ɵɵnextContext(2);
68
+ const _r0 = i0.ɵɵreference(1);
69
+ i0.ɵɵproperty("ngIf", ctx_r2.util.isState("CT"));
70
+ i0.ɵɵadvance(1);
71
+ i0.ɵɵproperty("ngIf", !ctx_r2.util.isState("CT"));
72
+ i0.ɵɵadvance(3);
73
+ i0.ɵɵproperty("formControl", ctx_r2.lastfourssn);
74
+ i0.ɵɵadvance(2);
75
+ i0.ɵɵproperty("ngIf", _r0.touched || ctx_r2.isSubmitted);
76
+ i0.ɵɵadvance(3);
77
+ i0.ɵɵtextInterpolate1(" ", ctx_r2.legalDisclaimar.cancelButton, " ");
78
+ i0.ɵɵadvance(2);
79
+ i0.ɵɵtextInterpolate1(" ", ctx_r2.legalDisclaimar.acceptButton, " ");
80
+ } }
81
+ const _c3 = () => ({ width: "60vw" });
82
+ const _c4 = () => ({ "960px": "80vw", "640px": "100vw" });
83
+ function OfflineLegalDisclaimarComponent_div_2_Template(rf, ctx) { if (rf & 1) {
84
+ const _r10 = i0.ɵɵgetCurrentView();
85
+ i0.ɵɵelementStart(0, "div")(1, "p-dialog", 9);
86
+ i0.ɵɵlistener("visibleChange", function OfflineLegalDisclaimarComponent_div_2_Template_p_dialog_visibleChange_1_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r9 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r9.displayPosition = $event); });
87
+ i0.ɵɵelementStart(2, "h1");
88
+ i0.ɵɵtext(3);
89
+ i0.ɵɵelementEnd();
90
+ i0.ɵɵelement(4, "div", 10);
91
+ i0.ɵɵelementStart(5, "h1");
92
+ i0.ɵɵtext(6);
93
+ i0.ɵɵelementEnd();
94
+ i0.ɵɵelement(7, "div", 10);
95
+ i0.ɵɵtemplate(8, OfflineLegalDisclaimarComponent_div_2_ng_template_8_Template, 12, 6, "ng-template", 11);
96
+ i0.ɵɵelementEnd()();
97
+ } if (rf & 2) {
98
+ const ctx_r1 = i0.ɵɵnextContext();
99
+ i0.ɵɵadvance(1);
100
+ i0.ɵɵstyleMap(i0.ɵɵpureFunction0(10, _c3));
101
+ i0.ɵɵproperty("visible", ctx_r1.displayPosition)("position", ctx_r1.position)("showHeader", false)("breakpoints", i0.ɵɵpureFunction0(11, _c4));
102
+ i0.ɵɵadvance(2);
103
+ i0.ɵɵtextInterpolate(ctx_r1.legalDisclaimar.privacyStatementTitle);
104
+ i0.ɵɵadvance(1);
105
+ i0.ɵɵproperty("innerHTML", ctx_r1.legalDisclaimar.privacyStatement, i0.ɵɵsanitizeHtml);
106
+ i0.ɵɵadvance(2);
107
+ i0.ɵɵtextInterpolate(ctx_r1.legalDisclaimar.benefitRightsTitle);
108
+ i0.ɵɵadvance(1);
109
+ i0.ɵɵproperty("innerHTML", ctx_r1.legalDisclaimar.benefitRights, i0.ɵɵsanitizeHtml);
110
+ } }
111
+ const _c5 = () => ({ required: "required." });
112
+ export class OfflineLegalDisclaimarComponent {
113
+ constructor(logger, activatedRoute, util) {
114
+ this.logger = logger;
115
+ this.activatedRoute = activatedRoute;
116
+ this.util = util;
117
+ this.displayCheckBox = false;
118
+ this.accepted = new EventEmitter();
119
+ this.isSubmitted = false;
120
+ }
121
+ showPositionDialog(position) {
122
+ this.position = position;
123
+ this.displayPosition = true;
124
+ }
125
+ acceptDisclaimar() {
126
+ this.isSubmitted = true;
127
+ if (this.lastfourssn.valid) {
128
+ this.displayCheckBox = true;
129
+ this.accepted.emit(true);
130
+ this.displayPosition = false;
131
+ this.legalHidden.setValue(true);
132
+ }
133
+ }
134
+ cancelDisclaimar() {
135
+ this.isSubmitted = false;
136
+ this.displayCheckBox = false;
137
+ this.accepted.emit(false);
138
+ this.legalHidden.setValue(null);
139
+ this.displayPosition = false;
140
+ }
141
+ get legalHidden() {
142
+ return this.form.get('legalHidden');
143
+ }
144
+ get lastfourssn() {
145
+ return this.form.get('lastfourssn');
146
+ }
147
+ // ngOnInit() {
148
+ // const storedData = localStorage.getItem('clmtaboutyourselfdata');
149
+ // let ssnLastFourFromDb: string = '0000';
150
+ // if (storedData) {
151
+ // const parsed = JSON.parse(storedData);
152
+ // if (parsed.ssn) {
153
+ // ssnLastFourFromDb = parsed.ssn.slice(-4);
154
+ // }
155
+ // }
156
+ // this.form.addControl('legalHidden', new UntypedFormControl(null, [Validators.requiredTrue]));
157
+ // this.form.addControl('lastfourssn', new UntypedFormControl(null, [
158
+ // Validators.required,
159
+ // AppValidators.isEqual(ssnLastFourFromDb)
160
+ // ]));
161
+ // this.question.name = 'legalHidden';
162
+ // const obj = JSON.parse(this.componentData);
163
+ // this.legalDisclaimar = obj;
164
+ // }
165
+ ngOnInit() {
166
+ const storedData = localStorage.getItem('clmtabtyourselfdata');
167
+ let ssnLastFourFromDb = '0000'; // fallback default
168
+ if (storedData) {
169
+ try {
170
+ const parsed = JSON.parse(storedData);
171
+ const rawSSN = parsed?.ssnConfirm || parsed?.ssn;
172
+ if (rawSSN) {
173
+ const digitsOnly = rawSSN.replace(/\D/g, ''); // remove dashes
174
+ ssnLastFourFromDb = digitsOnly.slice(-4);
175
+ console.log('Extracted SSN Last 4:', ssnLastFourFromDb);
176
+ }
177
+ else {
178
+ console.warn('No valid SSN or ssnConfirm found.');
179
+ }
180
+ }
181
+ catch (err) {
182
+ console.error('Failed to parse SSN JSON:', err);
183
+ }
184
+ }
185
+ else {
186
+ console.warn('clmtaboutyourselfdata not found in localStorage');
187
+ }
188
+ // Use the extracted value in validator
189
+ this.form.addControl('legalHidden', new UntypedFormControl(null, [Validators.requiredTrue]));
190
+ this.form.addControl('lastfourssn', new UntypedFormControl(null, [
191
+ Validators.required,
192
+ AppValidators.isEqual(ssnLastFourFromDb)
193
+ ]));
194
+ this.question.name = 'legalHidden';
195
+ try {
196
+ const obj = JSON.parse(this.componentData);
197
+ this.legalDisclaimar = obj;
198
+ }
199
+ catch (err) {
200
+ console.error('Failed to parse componentData', err);
201
+ }
202
+ }
203
+ static { this.ɵfac = function OfflineLegalDisclaimarComponent_Factory(t) { return new (t || OfflineLegalDisclaimarComponent)(i0.ɵɵdirectiveInject(i1.LoggerService), i0.ɵɵdirectiveInject(i2.ActivatedRoute), i0.ɵɵdirectiveInject(i3.UtilService)); }; }
204
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: OfflineLegalDisclaimarComponent, selectors: [["app-offline-legal-disclaimar"]], viewQuery: function OfflineLegalDisclaimarComponent_Query(rf, ctx) { if (rf & 1) {
205
+ i0.ɵɵviewQuery(_c0, 5);
206
+ } if (rf & 2) {
207
+ let _t;
208
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.qeFormDirective = _t.first);
209
+ } }, inputs: { form: "form", question: "question", componentData: "componentData" }, outputs: { accepted: "accepted" }, decls: 11, vars: 8, consts: [[3, "formGroup"], ["qeFormDirective", "ngForm"], [4, "ngIf"], [1, "form-label"], [1, "grid", "p-nogutter"], [1, "col-12"], ["shape", "round", "type", "submit", "fill", "outline", 3, "click"], ["slot", "start", 2, "font-size", "25px", "font-weight", "bold", 3, "name"], [3, "field", "form", "errDef"], ["modal", "true", "appendTo", "body", 3, "visible", "position", "showHeader", "breakpoints", "visibleChange"], [3, "innerHTML"], ["pTemplate", "footer"], ["class", "scroll", 4, "ngIf"], [1, "ion-text-left"], ["id", "ssn", "type", "input", "pInputText", "", "size", "5", "maxlength", "4", "minlength", "4", 3, "formControl"], [3, "class", "field", "form", "errDef", 4, "ngIf"], [1, "ion-text-right"], ["shape", "round", "type", "reset", "fill", "outline", 3, "click"], ["shape", "round", "type", "submit", "fill", "solid", 3, "click"], [1, "scroll"], [1, "ion-text-left", 3, "innerHTML"], [1, "ion-text-left", "ion-padding-top", 3, "innerHTML"], [1, "ion-text-left", "ion-padding-top"]], template: function OfflineLegalDisclaimarComponent_Template(rf, ctx) { if (rf & 1) {
210
+ i0.ɵɵelementStart(0, "form", 0, 1);
211
+ i0.ɵɵtemplate(2, OfflineLegalDisclaimarComponent_div_2_Template, 9, 12, "div", 2);
212
+ i0.ɵɵelementStart(3, "p", 3);
213
+ i0.ɵɵtext(4);
214
+ i0.ɵɵelementEnd();
215
+ i0.ɵɵelementStart(5, "div", 4)(6, "div", 5)(7, "ion-button", 6);
216
+ i0.ɵɵlistener("click", function OfflineLegalDisclaimarComponent_Template_ion_button_click_7_listener() { return ctx.showPositionDialog("top"); });
217
+ i0.ɵɵelement(8, "ion-icon", 7);
218
+ i0.ɵɵtext(9, " Disclaimers ");
219
+ i0.ɵɵelementEnd();
220
+ i0.ɵɵelement(10, "app-error", 8);
221
+ i0.ɵɵelementEnd()()();
222
+ } if (rf & 2) {
223
+ const _r0 = i0.ɵɵreference(1);
224
+ i0.ɵɵproperty("formGroup", ctx.form);
225
+ i0.ɵɵadvance(2);
226
+ i0.ɵɵproperty("ngIf", ctx.legalDisclaimar);
227
+ i0.ɵɵadvance(2);
228
+ i0.ɵɵtextInterpolate1(" ", ctx.legalDisclaimar.plsRead, "");
229
+ i0.ɵɵadvance(4);
230
+ i0.ɵɵproperty("name", ctx.displayCheckBox ? "checkmark-circle-outline" : "ellipse-outline");
231
+ i0.ɵɵadvance(2);
232
+ i0.ɵɵproperty("field", ctx.legalHidden)("form", _r0)("errDef", i0.ɵɵpureFunction0(7, _c5));
233
+ } }, dependencies: [i4.IonButton, i4.IonCol, i4.IonIcon, i4.IonRow, i5.NgIf, i6.PrimeTemplate, i7.ɵNgNoValidate, i7.DefaultValueAccessor, i7.NgControlStatus, i7.NgControlStatusGroup, i7.MinLengthValidator, i7.MaxLengthValidator, i7.FormControlDirective, i7.FormGroupDirective, i8.Dialog, i9.InputText, i10.ErrorComponent], styles: [".form-label[_ngcontent-%COMP%]{display:inline-block;margin-bottom:6px;margin-top:20px}div.scroll[_ngcontent-%COMP%]{width:58.5vw;height:110px;overflow-x:hidden;overflow-y:scroll}"] }); }
234
+ }
235
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(OfflineLegalDisclaimarComponent, [{
236
+ type: Component,
237
+ args: [{ selector: 'app-offline-legal-disclaimar', template: "<form [formGroup]=\"form\" #qeFormDirective=\"ngForm\">\r\n <div *ngIf=\"legalDisclaimar\">\r\n\r\n <p-dialog [(visible)]=\"displayPosition\" [position]=\"position\" modal=\"true\" [showHeader]=\"false\" appendTo=\"body\"\r\n [breakpoints]=\"{'960px': '80vw', '640px': '100vw'}\" [style]=\"{width: '60vw'}\">\r\n\r\n <h1>{{legalDisclaimar.privacyStatementTitle}}</h1>\r\n <div [innerHTML]=\"legalDisclaimar.privacyStatement\"></div>\r\n <h1>{{legalDisclaimar.benefitRightsTitle}}</h1>\r\n <div [innerHTML]=\"legalDisclaimar.benefitRights\"></div>\r\n\r\n <ng-template pTemplate=\"footer\">\r\n\r\n <div class=\"scroll\" *ngIf=\"util.isState('CT')\">\r\n <ion-row>\r\n <ion-col class=\"ion-text-left\" [innerHTML]=\"legalDisclaimar.notifyEmployer\"></ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col class=\"ion-text-left ion-padding-top\" [innerHTML]=\"legalDisclaimar.claimantGuide\"></ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col class=\"ion-text-left ion-padding-top\">I have read and understand the above statements. Sign with\r\n the last four digits of your social security number.<br />\r\n </ion-col>\r\n </ion-row>\r\n </div>\r\n\r\n <div *ngIf=\"!util.isState('CT')\">\r\n <ion-row>\r\n <ion-col class=\"ion-text-left ion-padding-top\">I have read and understand the above statements. Sign with\r\n the last four digits of your social security number.<br />\r\n </ion-col>\r\n </ion-row>\r\n </div>\r\n <ion-row>\r\n\r\n <ion-col class=\"ion-text-left\">\r\n <input id=\"ssn\" type=\"input\" pInputText size=\"5\" [formControl]=\"lastfourssn\" maxlength=\"4\" minlength=\"4\" />\r\n <br />\r\n <app-error [class]=\"'app-grid'\" [field]='lastfourssn' [form]=\"qeFormDirective\" [errDef]=\"{\r\n required: 'Required.',\r\n notEqual: 'Last 4 number of entered SSN doesn\\'t match with your SSN\\'s last 4 number.'\r\n }\" *ngIf=\"this.qeFormDirective.touched || isSubmitted\"></app-error>\r\n </ion-col>\r\n <ion-col class=\"ion-text-right\">\r\n <ion-button shape=\"round\" (click)=\"cancelDisclaimar()\" type=\"reset\" fill=\"outline\">\r\n {{legalDisclaimar.cancelButton}}\r\n </ion-button>\r\n <ion-button shape=\"round\" type=\"submit\" (click)=\"acceptDisclaimar()\" fill=\"solid\">\r\n {{legalDisclaimar.acceptButton}}\r\n </ion-button>\r\n </ion-col>\r\n </ion-row>\r\n </ng-template>\r\n </p-dialog>\r\n </div>\r\n <p class=\"form-label\"> {{legalDisclaimar.plsRead}}</p>\r\n <div class=\"grid p-nogutter\">\r\n <div class=\"col-12\">\r\n <!-- <input type=\"text\" id=\"legalHidden\" pInputText formControlName=\"legalHidden\" hidden /> -->\r\n <ion-button shape=\"round\" (click)=\"showPositionDialog('top')\" type=\"submit\" fill=\"outline\">\r\n <ion-icon slot=\"start\" [name]=\"displayCheckBox ? 'checkmark-circle-outline' : 'ellipse-outline'\"\r\n style=\"font-size: 25px; font-weight: bold;\"></ion-icon>\r\n Disclaimers\r\n </ion-button>\r\n <app-error [field]='legalHidden' [form]=\"qeFormDirective\" [errDef]=\"{\r\n required: 'required.'\r\n }\"></app-error>\r\n </div>\r\n </div>\r\n\r\n</form>", styles: [".form-label{display:inline-block;margin-bottom:6px;margin-top:20px}div.scroll{width:58.5vw;height:110px;overflow-x:hidden;overflow-y:scroll}\n"] }]
238
+ }], () => [{ type: i1.LoggerService }, { type: i2.ActivatedRoute }, { type: i3.UtilService }], { qeFormDirective: [{
239
+ type: ViewChild,
240
+ args: ['qeFormDirective', { static: false }]
241
+ }], accepted: [{
242
+ type: Output
243
+ }], form: [{
244
+ type: Input
245
+ }], question: [{
246
+ type: Input
247
+ }], componentData: [{
248
+ type: Input
249
+ }] }); })();
250
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OfflineLegalDisclaimarComponent, { className: "OfflineLegalDisclaimarComponent", filePath: "lib\\components\\offline-legal-disclaimar\\offline-legal-disclaimar.component.ts", lineNumber: 19 }); })();
251
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib2ZmbGluZS1sZWdhbC1kaXNjbGFpbWFyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9vZmZsaW5lLWxlZ2FsLWRpc2NsYWltYXIvb2ZmbGluZS1sZWdhbC1kaXNjbGFpbWFyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9vZmZsaW5lLWxlZ2FsLWRpc2NsYWltYXIvb2ZmbGluZS1sZWdhbC1kaXNjbGFpbWFyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBWSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxZQUFZLEVBQUUsU0FBUyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQzNGLE9BQU8sRUFBc0Isa0JBQWtCLEVBQTRCLFVBQVUsRUFBcUIsTUFBTSxnQkFBZ0IsQ0FBQztBQUtqSSxxRUFBcUU7QUFDckUsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLGdDQUFnQyxDQUFDOzs7Ozs7Ozs7Ozs7OztJQ012RCwrQkFBK0MsY0FBQTtJQUUzQyw4QkFBc0Y7SUFDeEYsaUJBQVU7SUFDViwrQkFBUztJQUNQLDhCQUFxRztJQUN2RyxpQkFBVTtJQUNWLCtCQUFTLGtCQUFBO0lBQ3dDLCtIQUNPO0lBQUEscUJBQU07SUFDNUQsaUJBQVUsRUFBQSxFQUFBOzs7SUFScUIsZUFBNEM7SUFBNUMsb0ZBQTRDO0lBRzVCLGVBQTJDO0lBQTNDLG1GQUEyQzs7O0lBUzlGLDJCQUFpQyxjQUFBLGtCQUFBO0lBRWtCLCtIQUNPO0lBQUEscUJBQU07SUFDNUQsaUJBQVUsRUFBQSxFQUFBOzs7OztJQVFWLCtCQUdtRTs7OztJQUh4RCx5QkFBb0I7SUFBQywwQ0FBcUIsYUFBQSxzQ0FBQTs7OztJ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UTtrQkFBakIsTUFBTTtZQUNFLElBQUk7a0JBQVosS0FBSztZQUNHLFFBQVE7a0JBQWhCLEtBQUs7WUFDRSxhQUFhO2tCQUFwQixLQUFLOztrRkFYRywrQkFBK0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSwgQ29tcG9uZW50LCBJbnB1dCwgT3V0cHV0LCBFdmVudEVtaXR0ZXIsIFZpZXdDaGlsZH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IFVudHlwZWRGb3JtQnVpbGRlciwgVW50eXBlZEZvcm1Db250cm9sLCBVbnR5cGVkRm9ybUdyb3VwLCBOZ0Zvcm0sIFZhbGlkYXRvcnMsIE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5pbXBvcnQgeyBBY3RpdmF0ZWRSb3V0ZSB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XHJcbmltcG9ydCB7IEVsZW1lbnRzTW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvcXVlc3Rpb25uYWlyZS9FbGVtZW50c01vZGVsJztcclxuaW1wb3J0IHsgTGVnYWxEaXNjbGFpbWFyTW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvcXVlc3Rpb25uYWlyZS9MZWdhbERpc2NhaW1hck1vZGVsJztcclxuaW1wb3J0IHsgTG9nZ2VyU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL2xvZ2dlci9sb2dnZXIuc2VydmljZSc7XHJcbi8vIGltcG9ydCB7IExvZ2luU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL2xvZ2luL2xvZ2luLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBBcHBWYWxpZGF0b3JzIH0gZnJvbSAnLi4vcXVlc3Rpb25uYWlyZS9BcHBWYWxpZGF0b3JzJztcclxuLy8gaW1wb3J0IHsgQ2xhaW1hbnRDb250ZXh0U2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL2NsYWltYW50LWNvbnRleHQvY2xhaW1hbnQtY29udGV4dC5zZXJ2aWNlJztcclxuaW1wb3J0IHsgVXRpbFNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy91dGlsL3V0aWwuc2VydmljZSc7XHJcblxyXG5cclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLW9mZmxpbmUtbGVnYWwtZGlzY2xhaW1hcicsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL29mZmxpbmUtbGVnYWwtZGlzY2xhaW1hci5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vb2ZmbGluZS1sZWdhbC1kaXNjbGFpbWFyLmNvbXBvbmVudC5zY3NzJ10sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBPZmZsaW5lTGVnYWxEaXNjbGFpbWFyQ29tcG9uZW50IHtcclxuXHJcbiAgICBkaXNwbGF5UG9zaXRpb246IGJvb2xlYW47XHJcbiAgICBwb3NpdGlvbjogc3RyaW5nO1xyXG4gICAgZGlzcGxheUNoZWNrQm94OmJvb2xlYW49ZmFsc2U7XHJcbiAgICBwdWJsaWMgbGVnYWxEaXNjbGFpbWFyIDogTGVnYWxEaXNjbGFpbWFyTW9kZWw7XHJcbiAgICBAVmlld0NoaWxkKCdxZUZvcm1EaXJlY3RpdmUnLCB7c3RhdGljIDogZmFsc2V9KSBcclxuICAgIHB1YmxpYyBxZUZvcm1EaXJlY3RpdmU6IE5nRm9ybTtcclxuICAgIEBPdXRwdXQoKSBhY2NlcHRlZCA9IG5ldyBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4oKTtcclxuICAgIEBJbnB1dCgpIGZvcm06IFVudHlwZWRGb3JtR3JvdXA7XHJcbiAgICBASW5wdXQoKSBxdWVzdGlvbjogRWxlbWVudHNNb2RlbDtcclxuICAgIEBJbnB1dCgpY29tcG9uZW50RGF0YTpzdHJpbmc7XHJcbiAgICBpc1N1Ym1pdHRlZCA6IGJvb2xlYW4gPSBmYWxzZTtcclxuICAgIGNvbnN0cnVjdG9yKHB1YmxpYyBsb2dnZXI6TG9nZ2VyU2VydmljZSwgcHVibGljIGFjdGl2YXRlZFJvdXRlOiBBY3RpdmF0ZWRSb3V0ZSwgcHVibGljIHV0aWw6IFV0aWxTZXJ2aWNlKSBcclxuICAgIHsgfVxyXG5cclxuICAgIHNob3dQb3NpdGlvbkRpYWxvZyhwb3NpdGlvbjogc3RyaW5nKSB7XHJcbiAgICAgIHRoaXMucG9zaXRpb24gPSBwb3NpdGlvbjtcclxuICAgICAgdGhpcy5kaXNwbGF5UG9zaXRpb24gPSB0cnVlO1xyXG4gIH1cclxuXHJcbiAgYWNjZXB0RGlzY2xhaW1hcigpe1xyXG4gICAgdGhpcy5pc1N1Ym1pdHRlZCA9IHRydWU7XHJcbiAgICBpZih0aGlzLmxhc3Rmb3Vyc3NuLnZhbGlkKXtcclxuICAgICAgdGhpcy5kaXNwbGF5Q2hlY2tCb3g9dHJ1ZTtcclxuICAgICAgdGhpcy5hY2NlcHRlZC5lbWl0KHRydWUpO1xyXG4gICAgICB0aGlzLmRpc3BsYXlQb3NpdGlvbj1mYWxzZTtcclxuICAgICAgdGhpcy5sZWdhbEhpZGRlbi5zZXRWYWx1ZSh0cnVlKTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIGNhbmNlbERpc2NsYWltYXIoKXtcclxuICAgIHRoaXMuaXNTdWJtaXR0ZWQgPSBmYWxzZTtcclxuICAgIHRoaXMuZGlzcGxheUNoZWNrQm94PWZhbHNlO1xyXG4gICAgdGhpcy5hY2NlcHRlZC5lbWl0KGZhbHNlKTtcclxuICAgIHRoaXMubGVnYWxIaWRkZW4uc2V0VmFsdWUobnVsbCk7XHJcbiAgICB0aGlzLmRpc3BsYXlQb3NpdGlvbj1mYWxzZTtcclxuICB9XHJcblxyXG4gIGdldCBsZWdhbEhpZGRlbigpIHtcclxuICAgIHJldHVybiB0aGlzLmZvcm0uZ2V0KCdsZWdhbEhpZGRlbicpXHJcbiAgfVxyXG5cclxuICBnZXQgbGFzdGZvdXJzc24oKSB7XHJcbiAgICByZXR1cm4gdGhpcy5mb3JtLmdldCgnbGFzdGZvdXJzc24nKVxyXG4gIH1cclxuXHJcbi8vICAgbmdPbkluaXQoKSB7XHJcbi8vICAgICBjb25zdCBzdG9yZWREYXRhID0gbG9jYWxTdG9yYWdlLmdldEl0ZW0oJ2NsbXRhYm91dHlvdXJzZWxmZGF0YScpO1xyXG4vLyAgICAgbGV0IHNzbkxhc3RGb3VyRnJvbURiOiBzdHJpbmcgPSAnMDAwMCc7XHJcblxyXG4vLyAgICAgaWYgKHN0b3JlZERhdGEpIHtcclxuLy8gICAgICAgY29uc3QgcGFyc2VkID0gSlNPTi5wYXJzZShzdG9yZWREYXRhKTtcclxuLy8gICAgICAgaWYgKHBhcnNlZC5zc24pIHtcclxuLy8gICAgICAgICBzc25MYXN0Rm91ckZyb21EYiA9IHBhcnNlZC5zc24uc2xpY2UoLTQpO1xyXG4vLyAgICAgICB9XHJcbi8vICAgICB9XHJcblxyXG4vLyAgICAgdGhpcy5mb3JtLmFkZENvbnRyb2woJ2xlZ2FsSGlkZGVuJywgbmV3IFVudHlwZWRGb3JtQ29udHJvbChudWxsLCBbVmFsaWRhdG9ycy5yZXF1aXJlZFRydWVdKSk7XHJcbi8vICAgICB0aGlzLmZvcm0uYWRkQ29udHJvbCgnbGFzdGZvdXJzc24nLCBuZXcgVW50eXBlZEZvcm1Db250cm9sKG51bGwsIFtcclxuLy8gICAgICAgVmFsaWRhdG9ycy5yZXF1aXJlZCxcclxuLy8gICAgICAgQXBwVmFsaWRhdG9ycy5pc0VxdWFsKHNzbkxhc3RGb3VyRnJvbURiKVxyXG4vLyAgICAgXSkpO1xyXG5cclxuLy8gICAgIHRoaXMucXVlc3Rpb24ubmFtZSA9ICdsZWdhbEhpZGRlbic7XHJcblxyXG4vLyAgICAgY29uc3Qgb2JqID0gSlNPTi5wYXJzZSh0aGlzLmNvbXBvbmVudERhdGEpO1xyXG4vLyAgICAgdGhpcy5sZWdhbERpc2NsYWltYXIgPSBvYmo7XHJcbi8vICAgfVxyXG5cclxubmdPbkluaXQoKSB7XHJcbiAgY29uc3Qgc3RvcmVkRGF0YSA9IGxvY2FsU3RvcmFnZS5nZXRJdGVtKCdjbG10YWJ0eW91cnNlbGZkYXRhJyk7XHJcbiAgbGV0IHNzbkxhc3RGb3VyRnJvbURiOiBzdHJpbmcgPSAnMDAwMCc7IC8vIGZhbGxiYWNrIGRlZmF1bHRcclxuXHJcbiAgaWYgKHN0b3JlZERhdGEpIHtcclxuICAgIHRyeSB7XHJcbiAgICAgIGNvbnN0IHBhcnNlZCA9IEpTT04ucGFyc2Uoc3RvcmVkRGF0YSk7XHJcbiAgICAgIGNvbnN0IHJhd1NTTiA9IHBhcnNlZD8uc3NuQ29uZmlybSB8fCBwYXJzZWQ/LnNzbjtcclxuXHJcbiAgICAgIGlmIChyYXdTU04pIHtcclxuICAgICAgICBjb25zdCBkaWdpdHNPbmx5ID0gcmF3U1NOLnJlcGxhY2UoL1xcRC9nLCAnJyk7IC8vIHJlbW92ZSBkYXNoZXNcclxuICAgICAgICBzc25MYXN0Rm91ckZyb21EYiA9IGRpZ2l0c09ubHkuc2xpY2UoLTQpO1xyXG4gICAgICAgIGNvbnNvbGUubG9nKCdFeHRyYWN0ZWQgU1NOIExhc3QgNDonLCBzc25MYXN0Rm91ckZyb21EYik7XHJcbiAgICAgIH0gZWxzZSB7XHJcbiAgICAgICAgY29uc29sZS53YXJuKCdObyB2YWxpZCBTU04gb3Igc3NuQ29uZmlybSBmb3VuZC4nKTtcclxuICAgICAgfVxyXG4gICAgfSBjYXRjaCAoZXJyKSB7XHJcbiAgICAgIGNvbnNvbGUuZXJyb3IoJ0ZhaWxlZCB0byBwYXJzZSBTU04gSlNPTjonLCBlcnIpO1xyXG4gICAgfVxyXG4gIH0gZWxzZSB7XHJcbiAgICBjb25zb2xlLndhcm4oJ2NsbXRhYm91dHlvdXJzZWxmZGF0YSBub3QgZm91bmQgaW4gbG9jYWxTdG9yYWdlJyk7XHJcbiAgfVxyXG5cclxuICAvLyBVc2UgdGhlIGV4dHJhY3RlZCB2YWx1ZSBpbiB2YWxpZGF0b3JcclxuICB0aGlzLmZvcm0uYWRkQ29udHJvbCgnbGVnYWxIaWRkZW4nLCBuZXcgVW50eXBlZEZvcm1Db250cm9sKG51bGwsIFtWYWxpZGF0b3JzLnJlcXVpcmVkVHJ1ZV0pKTtcclxuICB0aGlzLmZvcm0uYWRkQ29udHJvbCgnbGFzdGZvdXJzc24nLCBuZXcgVW50eXBlZEZvcm1Db250cm9sKG51bGwsIFtcclxuICAgIFZhbGlkYXRvcnMucmVxdWlyZWQsXHJcbiAgICBBcHBWYWxpZGF0b3JzLmlzRXF1YWwoc3NuTGFzdEZvdXJGcm9tRGIpXHJcbiAgXSkpO1xyXG5cclxuICB0aGlzLnF1ZXN0aW9uLm5hbWUgPSAnbGVnYWxIaWRkZW4nO1xyXG5cclxuICB0cnkge1xyXG4gICAgY29uc3Qgb2JqID0gSlNPTi5wYXJzZSh0aGlzLmNvbXBvbmVudERhdGEpO1xyXG4gICAgdGhpcy5sZWdhbERpc2NsYWltYXIgPSBvYmo7XHJcbiAgfSBjYXRjaCAoZXJyKSB7XHJcbiAgICBjb25zb2xlLmVycm9yKCdGYWlsZWQgdG8gcGFyc2UgY29tcG9uZW50RGF0YScsIGVycik7XHJcbiAgfVxyXG59XHJcblxyXG5cclxuXHJcblxyXG59XHJcblxyXG5cclxuXHJcblxyXG5cclxuIiwiPGZvcm0gW2Zvcm1Hcm91cF09XCJmb3JtXCIgI3FlRm9ybURpcmVjdGl2ZT1cIm5nRm9ybVwiPlxyXG4gIDxkaXYgKm5nSWY9XCJsZWdhbERpc2NsYWltYXJcIj5cclxuXHJcbiAgICA8cC1kaWFsb2cgWyh2aXNpYmxlKV09XCJkaXNwbGF5UG9zaXRpb25cIiBbcG9zaXRpb25dPVwicG9zaXRpb25cIiBtb2RhbD1cInRydWVcIiBbc2hvd0hlYWRlcl09XCJmYWxzZVwiIGFwcGVuZFRvPVwiYm9keVwiXHJcbiAgICAgIFticmVha3BvaW50c109XCJ7Jzk2MHB4JzogJzgwdncnLCAnNjQwcHgnOiAnMTAwdncnfVwiIFtzdHlsZV09XCJ7d2lkdGg6ICc2MHZ3J31cIj5cclxuXHJcbiAgICAgIDxoMT57e2xlZ2FsRGlzY2xhaW1hci5wcml2YWN5U3RhdGVtZW50VGl0bGV9fTwvaDE+XHJcbiAgICAgIDxkaXYgW2lubmVySFRNTF09XCJsZWdhbERpc2NsYWltYXIucHJpdmFjeVN0YXRlbWVudFwiPjwvZGl2PlxyXG4gICAgICA8aDE+e3tsZWdhbERpc2NsYWltYXIuYmVuZWZpdFJpZ2h0c1RpdGxlfX08L2gxPlxyXG4gICAgICA8ZGl2IFtpbm5lckhUTUxdPVwibGVnYWxEaXNjbGFpbWFyLmJlbmVmaXRSaWdodHNcIj48L2Rpdj5cclxuXHJcbiAgICAgIDxuZy10ZW1wbGF0ZSBwVGVtcGxhdGU9XCJmb290ZXJcIj5cclxuXHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInNjcm9sbFwiICpuZ0lmPVwidXRpbC5pc1N0YXRlKCdDVCcpXCI+XHJcbiAgICAgICAgICA8aW9uLXJvdz5cclxuICAgICAgICAgICAgPGlvbi1jb2wgY2xhc3M9XCJpb24tdGV4dC1sZWZ0XCIgW2lubmVySFRNTF09XCJsZWdhbERpc2NsYWltYXIubm90aWZ5RW1wbG95ZXJcIj48L2lvbi1jb2w+XHJcbiAgICAgICAgICA8L2lvbi1yb3c+XHJcbiAgICAgICAgICA8aW9uLXJvdz5cclxuICAgICAgICAgICAgPGlvbi1jb2wgY2xhc3M9XCJpb24tdGV4dC1sZWZ0IGlvbi1wYWRkaW5nLXRvcFwiIFtpbm5lckhUTUxdPVwibGVnYWxEaXNjbGFpbWFyLmNsYWltYW50R3VpZGVcIj48L2lvbi1jb2w+XHJcbiAgICAgICAgICA8L2lvbi1yb3c+XHJcbiAgICAgICAgICA8aW9uLXJvdz5cclxuICAgICAgICAgICAgPGlvbi1jb2wgY2xhc3M9XCJpb24tdGV4dC1sZWZ0IGlvbi1wYWRkaW5nLXRvcFwiPkkgaGF2ZSByZWFkIGFuZCB1bmRlcnN0YW5kIHRoZSBhYm92ZSBzdGF0ZW1lbnRzLiBTaWduIHdpdGhcclxuICAgICAgICAgICAgICB0aGUgbGFzdCBmb3VyIGRpZ2l0cyBvZiB5b3VyIHNvY2lhbCBzZWN1cml0eSBudW1iZXIuPGJyIC8+XHJcbiAgICAgICAgICAgIDwvaW9uLWNvbD5cclxuICAgICAgICAgIDwvaW9uLXJvdz5cclxuICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgPGRpdiAqbmdJZj1cIiF1dGlsLmlzU3RhdGUoJ0NUJylcIj5cclxuICAgICAgICAgIDxpb24tcm93PlxyXG4gICAgICAgICAgICA8aW9uLWNvbCBjbGFzcz1cImlvbi10ZXh0LWxlZnQgaW9uLXBhZGRpbmctdG9wXCI+SSBoYXZlIHJlYWQgYW5kIHVuZGVyc3RhbmQgdGhlIGFib3ZlIHN0YXRlbWVudHMuIFNpZ24gd2l0aFxyXG4gICAgICAgICAgICAgIHRoZSBsYXN0IGZvdXIgZGlnaXRzIG9mIHlvdXIgc29jaWFsIHNlY3VyaXR5IG51bWJlci48YnIgLz5cclxuICAgICAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgICAgPC9pb24tcm93PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxpb24tcm93PlxyXG5cclxuICAgICAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtbGVmdFwiPlxyXG4gICAgICAgICAgICA8aW5wdXQgaWQ9XCJzc25cIiB0eXBlPVwiaW5wdXRcIiBwSW5wdXRUZXh0IHNpemU9XCI1XCIgW2Zvcm1Db250cm9sXT1cImxhc3Rmb3Vyc3NuXCIgbWF4bGVuZ3RoPVwiNFwiIG1pbmxlbmd0aD1cIjRcIiAvPlxyXG4gICAgICAgICAgICA8YnIgLz5cclxuICAgICAgICAgICAgPGFwcC1lcnJvciBbY2xhc3NdPVwiJ2FwcC1ncmlkJ1wiIFtmaWVsZF09J2xhc3Rmb3Vyc3NuJyBbZm9ybV09XCJxZUZvcm1EaXJlY3RpdmVcIiBbZXJyRGVmXT1cIntcclxuICAgICAgICAgICAgICByZXF1aXJlZDogJ1JlcXVpcmVkLicsXHJcbiAgICAgICAgICAgICAgbm90RXF1YWw6ICdMYXN0IDQgbnVtYmVyIG9mIGVudGVyZWQgU1NOIGRvZXNuXFwndCBtYXRjaCB3aXRoIHlvdXIgU1NOXFwncyBsYXN0IDQgbnVtYmVyLidcclxuICAgICAgICAgICAgfVwiICpuZ0lmPVwidGhpcy5xZUZvcm1EaXJlY3RpdmUudG91Y2hlZCB8fCBpc1N1Ym1pdHRlZFwiPjwvYXBwLWVycm9yPlxyXG4gICAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgICAgPGlvbi1jb2wgY2xhc3M9XCJpb24tdGV4dC1yaWdodFwiPlxyXG4gICAgICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgKGNsaWNrKT1cImNhbmNlbERpc2NsYWltYXIoKVwiIHR5cGU9XCJyZXNldFwiIGZpbGw9XCJvdXRsaW5lXCI+XHJcbiAgICAgICAgICAgICAge3tsZWdhbERpc2NsYWltYXIuY2FuY2VsQnV0dG9ufX1cclxuICAgICAgICAgICAgPC9pb24tYnV0dG9uPlxyXG4gICAgICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgdHlwZT1cInN1Ym1pdFwiIChjbGljayk9XCJhY2NlcHREaXNjbGFpbWFyKClcIiBmaWxsPVwic29saWRcIj5cclxuICAgICAgICAgICAgICB7e2xlZ2FsRGlzY2xhaW1hci5hY2NlcHRCdXR0b259fVxyXG4gICAgICAgICAgICA8L2lvbi1idXR0b24+XHJcbiAgICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgICAgPC9pb24tcm93PlxyXG4gICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgPC9wLWRpYWxvZz5cclxuICA8L2Rpdj5cclxuICA8cCBjbGFzcz1cImZvcm0tbGFiZWxcIj4ge3tsZWdhbERpc2NsYWltYXIucGxzUmVhZH19PC9wPlxyXG4gIDxkaXYgY2xhc3M9XCJncmlkIHAtbm9ndXR0ZXJcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJjb2wtMTJcIj5cclxuICAgICAgPCEtLSA8aW5wdXQgdHlwZT1cInRleHRcIiBpZD1cImxlZ2FsSGlkZGVuXCIgcElucHV0VGV4dCBmb3JtQ29udHJvbE5hbWU9XCJsZWdhbEhpZGRlblwiIGhpZGRlbiAvPiAtLT5cclxuICAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIChjbGljayk9XCJzaG93UG9zaXRpb25EaWFsb2coJ3RvcCcpXCIgdHlwZT1cInN1Ym1pdFwiIGZpbGw9XCJvdXRsaW5lXCI+XHJcbiAgICAgICAgPGlvbi1pY29uIHNsb3Q9XCJzdGFydFwiIFtuYW1lXT1cImRpc3BsYXlDaGVja0JveCA/ICdjaGVja21hcmstY2lyY2xlLW91dGxpbmUnIDogJ2VsbGlwc2Utb3V0bGluZSdcIlxyXG4gICAgICAgICAgc3R5bGU9XCJmb250LXNpemU6IDI1cHg7IGZvbnQtd2VpZ2h0OiBib2xkO1wiPjwvaW9uLWljb24+XHJcbiAgICAgICAgRGlzY2xhaW1lcnNcclxuICAgICAgPC9pb24tYnV0dG9uPlxyXG4gICAgICA8YXBwLWVycm9yIFtmaWVsZF09J2xlZ2FsSGlkZGVuJyBbZm9ybV09XCJxZUZvcm1EaXJlY3RpdmVcIiBbZXJyRGVmXT1cIntcclxuICAgICAgICAgIHJlcXVpcmVkOiAncmVxdWlyZWQuJ1xyXG4gICAgICAgIH1cIj48L2FwcC1lcnJvcj5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG5cclxuPC9mb3JtPiJdfQ==
@@ -0,0 +1,213 @@
1
+ import { Component, Input, ViewChild } from '@angular/core';
2
+ import { NG_VALIDATORS, NG_VALUE_ACCESSOR } from '@angular/forms';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "@angular/forms";
5
+ import * as i2 from "@ionic/angular";
6
+ import * as i3 from "@angular/common";
7
+ import * as i4 from "primeng/api";
8
+ import * as i5 from "primeng/dialog";
9
+ import * as i6 from "primeng/overlaypanel";
10
+ import * as i7 from "../../pipes/translate/dynamic-translate.pipe";
11
+ import * as i8 from "../../pipes/trust-html/trust-html.pipe";
12
+ const _c0 = ["op1"];
13
+ const _c1 = ["popup"];
14
+ function OverlayInfoComponent_ng_template_2_div_0_Template(rf, ctx) { if (rf & 1) {
15
+ i0.ɵɵelement(0, "div", 8);
16
+ i0.ɵɵpipe(1, "dynamicTranslate");
17
+ } if (rf & 2) {
18
+ const ctx_r7 = i0.ɵɵnextContext(2);
19
+ i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(1, 1, ctx_r7.overlayText, ctx_r7.param), i0.ɵɵsanitizeHtml);
20
+ } }
21
+ function OverlayInfoComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
22
+ i0.ɵɵtemplate(0, OverlayInfoComponent_ng_template_2_div_0_Template, 2, 4, "div", 7);
23
+ i0.ɵɵprojection(1, 1);
24
+ } if (rf & 2) {
25
+ const ctx_r1 = i0.ɵɵnextContext();
26
+ i0.ɵɵproperty("ngIf", ctx_r1.overlayText);
27
+ } }
28
+ function OverlayInfoComponent_ion_button_3_Template(rf, ctx) { if (rf & 1) {
29
+ const _r9 = i0.ɵɵgetCurrentView();
30
+ i0.ɵɵelementStart(0, "ion-button", 9);
31
+ i0.ɵɵlistener("click", function OverlayInfoComponent_ion_button_3_Template_ion_button_click_0_listener($event) { i0.ɵɵrestoreView(_r9); i0.ɵɵnextContext(); const _r0 = i0.ɵɵreference(1); return i0.ɵɵresetView(_r0.toggle($event)); });
32
+ i0.ɵɵelement(1, "ion-icon", 10);
33
+ i0.ɵɵelementEnd();
34
+ } }
35
+ function OverlayInfoComponent_div_4_Template(rf, ctx) { if (rf & 1) {
36
+ i0.ɵɵelement(0, "div", 11);
37
+ i0.ɵɵpipe(1, "trustHtml");
38
+ i0.ɵɵpipe(2, "dynamicTranslate");
39
+ } if (rf & 2) {
40
+ const ctx_r3 = i0.ɵɵnextContext();
41
+ i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind1(1, 1, i0.ɵɵpipeBind2(2, 3, ctx_r3.displayText, ctx_r3.param)), i0.ɵɵsanitizeHtml);
42
+ } }
43
+ function OverlayInfoComponent_div_5_Template(rf, ctx) { if (rf & 1) {
44
+ i0.ɵɵelement(0, "div", 11);
45
+ i0.ɵɵpipe(1, "trustHtml");
46
+ i0.ɵɵpipe(2, "dynamicTranslate");
47
+ } if (rf & 2) {
48
+ const ctx_r4 = i0.ɵɵnextContext();
49
+ i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind1(1, 1, i0.ɵɵpipeBind2(2, 3, ctx_r4.displayText, ctx_r4.param)), i0.ɵɵsanitizeHtml);
50
+ } }
51
+ function OverlayInfoComponent_div_6_Template(rf, ctx) { if (rf & 1) {
52
+ i0.ɵɵelement(0, "div", 11);
53
+ i0.ɵɵpipe(1, "trustHtml");
54
+ i0.ɵɵpipe(2, "dynamicTranslate");
55
+ } if (rf & 2) {
56
+ const ctx_r5 = i0.ɵɵnextContext();
57
+ i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind1(1, 1, i0.ɵɵpipeBind2(2, 3, ctx_r5.displayText, ctx_r5.param)), i0.ɵɵsanitizeHtml);
58
+ } }
59
+ function OverlayInfoComponent_div_8_Template(rf, ctx) { if (rf & 1) {
60
+ i0.ɵɵelement(0, "div", 11);
61
+ i0.ɵɵpipe(1, "trustHtml");
62
+ i0.ɵɵpipe(2, "dynamicTranslate");
63
+ } if (rf & 2) {
64
+ const ctx_r6 = i0.ɵɵnextContext();
65
+ i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind1(1, 1, i0.ɵɵpipeBind2(2, 3, ctx_r6.overlayText, ctx_r6.param)), i0.ɵɵsanitizeHtml);
66
+ } }
67
+ const _c2 = ["*", "*"];
68
+ const _c3 = () => ({ "width": "279px" });
69
+ const _c4 = () => ({ width: "50vw" });
70
+ const _c5 = () => ({ "960px": "40vw", "640px": "100vw" });
71
+ export class OverlayInfoComponent {
72
+ constructor(elementRef, formBuilder) {
73
+ this.elementRef = elementRef;
74
+ this.formBuilder = formBuilder;
75
+ this.displayAsLabel = false;
76
+ this.labelWithLink = false;
77
+ this.labelWithPopup = false;
78
+ this.showPopup = false;
79
+ this.onChange = (value) => {
80
+ };
81
+ this.onTouch = () => {
82
+ };
83
+ }
84
+ ngOnChanges(changes) {
85
+ }
86
+ writeValue(obj) {
87
+ }
88
+ registerOnChange(fn) {
89
+ this.onChange = fn;
90
+ }
91
+ registerOnTouched(fn) {
92
+ this.onTouch = fn;
93
+ }
94
+ setDisabledState(isDisabled) {
95
+ }
96
+ ngOnInit() {
97
+ this.concentForm = this.formBuilder.group({
98
+ 'concent': [false]
99
+ });
100
+ this.concent.valueChanges.subscribe(val => {
101
+ this.onChange(val);
102
+ });
103
+ }
104
+ get concent() {
105
+ return this.concentForm.controls['concent'];
106
+ }
107
+ ngAfterViewInit() {
108
+ if (this.displayAsLabel) {
109
+ if (this.elementRef.nativeElement.querySelector('a')) {
110
+ this.elementRef.nativeElement
111
+ .querySelector('a')
112
+ .addEventListener('click', this.openOverlay.bind(this));
113
+ }
114
+ }
115
+ if (this.labelWithPopup) {
116
+ if (this.elementRef.nativeElement.querySelector('a')) {
117
+ this.elementRef.nativeElement
118
+ .querySelector('a')
119
+ .addEventListener('click', this.openPopup.bind(this));
120
+ }
121
+ }
122
+ }
123
+ openOverlay(event) {
124
+ if (this.op1) {
125
+ this.op1.show(event);
126
+ }
127
+ }
128
+ openPopup(event) {
129
+ this.showPopup = true;
130
+ }
131
+ static { this.ɵfac = function OverlayInfoComponent_Factory(t) { return new (t || OverlayInfoComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i1.UntypedFormBuilder)); }; }
132
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: OverlayInfoComponent, selectors: [["app-overlay-info"]], viewQuery: function OverlayInfoComponent_Query(rf, ctx) { if (rf & 1) {
133
+ i0.ɵɵviewQuery(_c0, 5);
134
+ i0.ɵɵviewQuery(_c1, 5);
135
+ } if (rf & 2) {
136
+ let _t;
137
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.op1 = _t.first);
138
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.popup = _t.first);
139
+ } }, inputs: { displayText: "displayText", overlayText: "overlayText", param: "param", displayAsLabel: "displayAsLabel", labelWithLink: "labelWithLink", labelWithPopup: "labelWithPopup" }, features: [i0.ɵɵProvidersFeature([{
140
+ provide: NG_VALUE_ACCESSOR,
141
+ useExisting: OverlayInfoComponent,
142
+ multi: true
143
+ },
144
+ {
145
+ provide: NG_VALIDATORS,
146
+ multi: true,
147
+ useExisting: OverlayInfoComponent
148
+ }
149
+ ]), i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c2, decls: 13, vars: 16, consts: [[3, "appendTo"], ["op1", ""], ["pTemplate", ""], ["fill", "outline", "size", "small", "shape", "round", "class", "small-button", "aria-label", "info button", 3, "click", 4, "ngIf"], [3, "innerHTML", 4, "ngIf"], ["appendTo", "body", "position", "top", 3, "visible", "modal", "breakpoints"], ["shape", "round", "type", "reset", "color", "success", "fill", "outline", 3, "click"], ["class", "overlay-desc", 3, "innerHTML", 4, "ngIf"], [1, "overlay-desc", 3, "innerHTML"], ["fill", "outline", "size", "small", "shape", "round", "aria-label", "info button", 1, "small-button", 3, "click"], ["slot", "icon-only", "name", "information-outline", "aria-hidden", "true", 1, "button-icon"], [3, "innerHTML"]], template: function OverlayInfoComponent_Template(rf, ctx) { if (rf & 1) {
150
+ i0.ɵɵprojectionDef(_c2);
151
+ i0.ɵɵelementStart(0, "p-overlayPanel", 0, 1);
152
+ i0.ɵɵtemplate(2, OverlayInfoComponent_ng_template_2_Template, 2, 1, "ng-template", 2);
153
+ i0.ɵɵelementEnd();
154
+ i0.ɵɵtemplate(3, OverlayInfoComponent_ion_button_3_Template, 2, 0, "ion-button", 3)(4, OverlayInfoComponent_div_4_Template, 3, 6, "div", 4)(5, OverlayInfoComponent_div_5_Template, 3, 6, "div", 4)(6, OverlayInfoComponent_div_6_Template, 3, 6, "div", 4);
155
+ i0.ɵɵelementStart(7, "p-dialog", 5);
156
+ i0.ɵɵtemplate(8, OverlayInfoComponent_div_8_Template, 3, 6, "div", 4);
157
+ i0.ɵɵprojection(9);
158
+ i0.ɵɵelementStart(10, "p-footer")(11, "ion-button", 6);
159
+ i0.ɵɵlistener("click", function OverlayInfoComponent_Template_ion_button_click_11_listener() { return ctx.showPopup = false; });
160
+ i0.ɵɵtext(12, " Close ");
161
+ i0.ɵɵelementEnd()()();
162
+ } if (rf & 2) {
163
+ i0.ɵɵstyleMap(i0.ɵɵpureFunction0(13, _c3));
164
+ i0.ɵɵproperty("appendTo", "body");
165
+ i0.ɵɵadvance(3);
166
+ i0.ɵɵproperty("ngIf", !ctx.displayAsLabel && !ctx.labelWithLink && !ctx.labelWithPopup);
167
+ i0.ɵɵadvance(1);
168
+ i0.ɵɵproperty("ngIf", ctx.displayAsLabel);
169
+ i0.ɵɵadvance(1);
170
+ i0.ɵɵproperty("ngIf", ctx.labelWithLink);
171
+ i0.ɵɵadvance(1);
172
+ i0.ɵɵproperty("ngIf", ctx.labelWithPopup);
173
+ i0.ɵɵadvance(1);
174
+ i0.ɵɵstyleMap(i0.ɵɵpureFunction0(14, _c4));
175
+ i0.ɵɵproperty("visible", ctx.showPopup)("modal", true)("breakpoints", i0.ɵɵpureFunction0(15, _c5));
176
+ i0.ɵɵadvance(1);
177
+ i0.ɵɵproperty("ngIf", ctx.overlayText);
178
+ } }, dependencies: [i2.IonButton, i2.IonIcon, i3.NgIf, i4.Footer, i4.PrimeTemplate, i5.Dialog, i6.OverlayPanel, i7.DynamicTranslatePipe, i8.TrustHtmlPipe], styles: ["[_nghost-%COMP%] .p-overlaypanel{width:279px!important}[_nghost-%COMP%] .p-button.p-button-icon-only{background-color:transparent!important}[_nghost-%COMP%] .p-button.p-button-icon-only.p-button-rounded{border-radius:50%;height:-moz-fit-content!important;height:fit-content!important}[_nghost-%COMP%] .p-overlaypanel .p-overlaypanel-content{padding:24px 24px 12px}[_nghost-%COMP%] a{cursor:pointer;color:var(--ion-color-primary)!important;text-decoration:none}[_nghost-%COMP%] a:hover{text-decoration:underline;text-underline-offset:3px}[_nghost-%COMP%] ol, [_nghost-%COMP%] ul{list-style:none!important}[_nghost-%COMP%] ul{list-style-type:square!important}[_nghost-%COMP%] li{font-family:var(--app-font-light)!important}.small-button[_ngcontent-%COMP%]{--padding-start: 0px;--padding-end: 0px;--background: white;--border: none !important;margin-top:1px;--color: var(--ion-color-primary);--border-color: var(--ion-color-primary);--border-width: 2px }ion-button.small-button[_ngcontent-%COMP%]::part(native){padding:3px}.button-icon[_ngcontent-%COMP%]{font-size:18px;color:var(--ion-color-primary)}"] }); }
179
+ }
180
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(OverlayInfoComponent, [{
181
+ type: Component,
182
+ args: [{ selector: 'app-overlay-info', providers: [{
183
+ provide: NG_VALUE_ACCESSOR,
184
+ useExisting: OverlayInfoComponent,
185
+ multi: true
186
+ },
187
+ {
188
+ provide: NG_VALIDATORS,
189
+ multi: true,
190
+ useExisting: OverlayInfoComponent
191
+ }
192
+ ], template: "\r\n<p-overlayPanel #op1 [appendTo]=\"'body'\" [style]=\"{'width': '279px'}\">\r\n <ng-template pTemplate>\r\n <div [innerHTML]=\"overlayText | dynamicTranslate:param\" class=\"overlay-desc\" *ngIf=\"overlayText\"></div>\r\n <ng-content></ng-content>\r\n </ng-template>\r\n</p-overlayPanel>\r\n\r\n<ion-button fill=\"outline\" size=\"small\" shape=\"round\" class=\"small-button\" *ngIf=\"!displayAsLabel && !labelWithLink && !labelWithPopup\" aria-label=\"info button\" (click)=\"op1.toggle($event)\">\r\n <ion-icon slot=\"icon-only\" name=\"information-outline\" class=\"button-icon\" aria-hidden=\"true\"></ion-icon>\r\n</ion-button>\r\n<div *ngIf=\"displayAsLabel\" [innerHTML]=\"displayText | dynamicTranslate:param | trustHtml\"></div>\r\n<div *ngIf=\"labelWithLink\" [innerHTML]=\"displayText | dynamicTranslate:param | trustHtml\"></div>\r\n<div *ngIf=\"labelWithPopup\" [innerHTML]=\"displayText | dynamicTranslate:param | trustHtml\"></div>\r\n\r\n<p-dialog [visible]=\"showPopup\" [modal]=\"true\" appendTo=\"body\" [breakpoints]=\"{'960px': '40vw', '640px': '100vw'}\" [style]=\"{width: '50vw'}\" position=\"top\">\r\n <div [innerHTML]=\"overlayText | dynamicTranslate:param | trustHtml\" *ngIf=\"overlayText\"></div>\r\n <ng-content></ng-content>\r\n <p-footer>\r\n <ion-button shape=\"round\" type=\"reset\" (click)=\"showPopup = false\" color=\"success\" fill=\"outline\">\r\n Close\r\n </ion-button>\r\n </p-footer>\r\n</p-dialog>", styles: [":host ::ng-deep .p-overlaypanel{width:279px!important}:host ::ng-deep .p-button.p-button-icon-only{background-color:transparent!important}:host ::ng-deep .p-button.p-button-icon-only.p-button-rounded{border-radius:50%;height:-moz-fit-content!important;height:fit-content!important}:host ::ng-deep .p-overlaypanel .p-overlaypanel-content{padding:24px 24px 12px}:host ::ng-deep a{cursor:pointer;color:var(--ion-color-primary)!important;text-decoration:none}:host ::ng-deep a:hover{text-decoration:underline;text-underline-offset:3px}:host ::ng-deep ol,:host ::ng-deep ul{list-style:none!important}:host ::ng-deep ul{list-style-type:square!important}:host ::ng-deep li{font-family:var(--app-font-light)!important}.small-button{--padding-start: 0px;--padding-end: 0px;--background: white;--border: none !important;margin-top:1px;--color: var(--ion-color-primary);--border-color: var(--ion-color-primary);--border-width: 2px }ion-button.small-button::part(native){padding:3px}.button-icon{font-size:18px;color:var(--ion-color-primary)}\n"] }]
193
+ }], () => [{ type: i0.ElementRef }, { type: i1.UntypedFormBuilder }], { op1: [{
194
+ type: ViewChild,
195
+ args: ['op1', { static: false }]
196
+ }], popup: [{
197
+ type: ViewChild,
198
+ args: ['popup', { static: false }]
199
+ }], displayText: [{
200
+ type: Input
201
+ }], overlayText: [{
202
+ type: Input
203
+ }], param: [{
204
+ type: Input
205
+ }], displayAsLabel: [{
206
+ type: Input
207
+ }], labelWithLink: [{
208
+ type: Input
209
+ }], labelWithPopup: [{
210
+ type: Input
211
+ }] }); })();
212
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OverlayInfoComponent, { className: "OverlayInfoComponent", filePath: "lib\\components\\overlay-info\\overlay-info.component.ts", lineNumber: 23 }); })();
213
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3ZlcmxheS1pbmZvLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9vdmVybGF5LWluZm8vb3ZlcmxheS1pbmZvLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9vdmVybGF5LWluZm8vb3ZlcmxheS1pbmZvLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxTQUFTLEVBQWMsS0FBSyxFQUFvQyxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUcsT0FBTyxFQUFnQyxhQUFhLEVBQUUsaUJBQWlCLEVBQW9ELE1BQU0sZ0JBQWdCLENBQUM7Ozs7Ozs7Ozs7Ozs7SUNDOUkseUJBQXVHOzs7O0lBQWxHLHFHQUFrRDs7O0lBQXZELG1GQUF1RztJQUN2RyxxQkFBeUI7OztJQURxRCx5Q0FBaUI7Ozs7SUFLbkcscUNBQThMO0lBQTdCLGtNQUFTLGVBQUEsa0JBQWtCLENBQUEsSUFBQztJQUMzTCwrQkFBd0c7SUFDMUcsaUJBQWE7OztJQUNiLDBCQUFpRzs7Ozs7SUFBckUsMkhBQThEOzs7SUFDMUYsMEJBQWdHOzs7OztJQUFyRSwySEFBOEQ7OztJQUN6RiwwQkFBaUc7Ozs7O0lBQXJFLDJIQUE4RDs7O0lBR3hGLDBCQUE4Rjs7Ozs7SUFBekYsMkhBQThEOzs7Ozs7QURNckUsTUFBTSxPQUFPLG9CQUFvQjtJQXFDL0IsWUFBb0IsVUFBc0IsRUFBUyxXQUErQjtRQUE5RCxlQUFVLEdBQVYsVUFBVSxDQUFZO1FBQVMsZ0JBQVcsR0FBWCxXQUFXLENBQW9CO1FBakJsRixtQkFBYyxHQUFhLEtBQUssQ0FBQztRQUdqQyxrQkFBYSxHQUFhLEtBQUssQ0FBQztRQUdoQyxtQkFBYyxHQUFhLEtB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QUFtQjtZQU9vQyxlQUEwRDtZQUExRCx1RkFBMEQ7WUFHaEksZUFBb0I7WUFBcEIseUNBQW9CO1lBQ3BCLGVBQW1CO1lBQW5CLHdDQUFtQjtZQUNuQixlQUFvQjtZQUFwQix5Q0FBb0I7WUFFeUYsZUFBeUI7WUFBekIsMENBQXlCO1lBQWxJLHVDQUFxQixlQUFBLDRDQUFBO1lBQ3dDLGVBQWlCO1lBQWpCLHNDQUFpQjs7O2lGRE0zRSxvQkFBb0I7Y0FoQmhDLFNBQVM7MkJBQ0Usa0JBQWtCLGFBR2pCLENBQUM7d0JBQ1YsT0FBTyxFQUFFLGlCQUFpQjt3QkFDMUIsV0FBVyxzQkFBc0I7d0JBQ2pDLEtBQUssRUFBRSxJQUFJO3FCQUNaO29CQUNEO3dCQUNFLE9BQU8sRUFBRSxhQUFhO3dCQUN0QixLQUFLLEVBQUUsSUFBSTt3QkFDWCxXQUFXLHNCQUFzQjtxQkFDbEM7aUJBQ0E7NEVBT0QsR0FBRztrQkFERixTQUFTO21CQUFDLEtBQUssRUFBRSxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUU7WUFJbkMsS0FBSztrQkFESixTQUFTO21CQUFDLE9BQU8sRUFBRSxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUU7WUFJckMsV0FBVztrQkFEVixLQUFLO1lBSU4sV0FBVztrQkFEVixLQUFLO1lBSU4sS0FBSztrQkFESixLQUFLO1lBSU4sY0FBYztrQkFEYixLQUFLO1lBSU4sYUFBYTtrQkFEWixLQUFLO1lBSU4sY0FBYztrQkFEYixLQUFLOztrRkF6Qkssb0JBQW9CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29tcGlsZXInO1xuaW1wb3J0IHsgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBJbnB1dCwgT25DaGFuZ2VzLCBPbkluaXQsIFNpbXBsZUNoYW5nZXMsIFZpZXdDaGlsZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29udHJvbFZhbHVlQWNjZXNzb3IsIE5nRm9ybSwgTkdfVkFMSURBVE9SUywgTkdfVkFMVUVfQUNDRVNTT1IsIFVudHlwZWRGb3JtQnVpbGRlciwgVW50eXBlZEZvcm1Hcm91cCwgVmFsaWRhdG9ycyB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IERpYWxvZyB9IGZyb20gJ3ByaW1lbmcvZGlhbG9nJztcbmltcG9ydCB7IE92ZXJsYXlQYW5lbCB9IGZyb20gJ3ByaW1lbmcvb3ZlcmxheXBhbmVsJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLW92ZXJsYXktaW5mbycsXG4gIHRlbXBsYXRlVXJsOiAnLi9vdmVybGF5LWluZm8uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9vdmVybGF5LWluZm8uY29tcG9uZW50LnNjc3MnXSxcbiAgcHJvdmlkZXJzOiBbe1xuICAgIHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxuICAgIHVzZUV4aXN0aW5nOiBPdmVybGF5SW5mb0NvbXBvbmVudCxcbiAgICBtdWx0aTogdHJ1ZVxuICB9LFxuICB7XG4gICAgcHJvdmlkZTogTkdfVkFMSURBVE9SUyxcbiAgICBtdWx0aTogdHJ1ZSxcbiAgICB1c2VFeGlzdGluZzogT3ZlcmxheUluZm9Db21wb25lbnRcbiAgfVxuICBdXG59KVxuZXhwb3J0IGNsYXNzIE92ZXJsYXlJbmZvQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBDb250cm9sVmFsdWVBY2Nlc3NvciwgT25DaGFuZ2VzIHtcblxuICBwdWJsaWMgY29uY2VudEZvcm06IFVudHlwZWRGb3JtR3JvdXA7XG5cbiAgQFZpZXdDaGlsZCgnb3AxJywgeyBzdGF0aWM6IGZhbHNlIH0pXG4gIG9wMSA6IE92ZXJsYXlQYW5lbDtcblxuICBAVmlld0NoaWxkKCdwb3B1cCcsIHsgc3RhdGljOiBmYWxzZSB9KVxuICBwb3B1cCA6IERpYWxvZztcblxuICBASW5wdXQoKVxuICBkaXNwbGF5VGV4dCA6IHN0cmluZztcblxuICBASW5wdXQoKVxuICBvdmVybGF5VGV4dCA6IHN0cmluZztcblxuICBASW5wdXQoKVxuICBwYXJhbSA6IGFueTtcblxuICBASW5wdXQoKVxuICBkaXNwbGF5QXNMYWJlbCA6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBASW5wdXQoKVxuICBsYWJlbFdpdGhMaW5rIDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIEBJbnB1dCgpXG4gIGxhYmVsV2l0aFBvcHVwIDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIHB1YmxpYyBzaG93UG9wdXAgPSBmYWxzZTtcblxuICBwcml2YXRlIG9uQ2hhbmdlOiBGdW5jdGlvbiA9ICh2YWx1ZSA6IFN0cmluZykgPT4ge1xuICBcbiAgfTtcbiAgcHJpdmF0ZSBvblRvdWNoOiBGdW5jdGlvbiA9ICgpID0+IHtcblxuICB9O1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgZWxlbWVudFJlZjogRWxlbWVudFJlZiwgcHVibGljIGZvcm1CdWlsZGVyOiBVbnR5cGVkRm9ybUJ1aWxkZXIpIHsgfVxuICBuZ09uQ2hhbmdlcyhjaGFuZ2VzOiBTaW1wbGVDaGFuZ2VzKTogdm9pZCB7XG4gIH1cblxuICB3cml0ZVZhbHVlKG9iajogYW55KTogdm9pZCB7XG4gIH1cblxuICByZWdpc3Rlck9uQ2hhbmdlKGZuOiBhbnkpOiB2b2lkIHtcbiAgICB0aGlzLm9uQ2hhbmdlID0gZm47XG4gIH1cbiAgcmVnaXN0ZXJPblRvdWNoZWQoZm46IGFueSk6IHZvaWQge1xuICAgIHRoaXMub25Ub3VjaCA9IGZuOyAgXG4gIH1cbiAgc2V0RGlzYWJsZWRTdGF0ZT8oaXNEaXNhYmxlZDogYm9vbGVhbik6IHZvaWQge1xuICB9XG5cbiAgbmdPbkluaXQoKXtcbiAgICB0aGlzLmNvbmNlbnRGb3JtID0gdGhpcy5mb3JtQnVpbGRlci5ncm91cCh7XG4gICAgICAnY29uY2VudCc6IFtmYWxzZV1cbiAgICB9KTtcblxuICAgIHRoaXMuY29uY2VudC52YWx1ZUNoYW5nZXMuc3Vic2NyaWJlKHZhbCA9PiB7XG4gICAgICAgIHRoaXMub25DaGFuZ2UodmFsKVxuICAgIH0pXG4gIH1cblxuICBnZXQgY29uY2VudCgpIHtcbiAgICByZXR1cm4gdGhpcy5jb25jZW50Rm9ybS5jb250cm9sc1snY29uY2VudCddO1xuICB9XG5cbiAgbmdBZnRlclZpZXdJbml0KCkge1xuICAgIGlmKHRoaXMuZGlzcGxheUFzTGFiZWwpe1xuICAgICAgaWYgKHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LnF1ZXJ5U2VsZWN0b3IoJ2EnKSkge1xuICAgICAgICB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudFxuICAgICAgICAgIC5xdWVyeVNlbGVjdG9yKCdhJylcbiAgICAgICAgICAuYWRkRXZlbnRMaXN0ZW5lcihcbiAgICAgICAgICAgICdjbGljaycsXG4gICAgICAgICAgICB0aGlzLm9wZW5PdmVybGF5LmJpbmQodGhpcylcbiAgICAgICAgICApO1xuICAgICAgfVxuICAgIH1cbiAgICBpZih0aGlzLmxhYmVsV2l0aFBvcHVwKXtcbiAgICAgIGlmICh0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5xdWVyeVNlbGVjdG9yKCdhJykpIHtcbiAgICAgICAgdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnRcbiAgICAgICAgICAucXVlcnlTZWxlY3RvcignYScpXG4gICAgICAgICAgLmFkZEV2ZW50TGlzdGVuZXIoXG4gICAgICAgICAgICAnY2xpY2snLFxuICAgICAgICAgICAgdGhpcy5vcGVuUG9wdXAuYmluZCh0aGlzKVxuICAgICAgICAgICk7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgb3Blbk92ZXJsYXkoZXZlbnQpe1xuICAgIGlmKHRoaXMub3AxKXtcbiAgICAgIHRoaXMub3AxLnNob3coZXZlbnQpO1xuICAgIH1cbiAgfVxuXG4gIG9wZW5Qb3B1cChldmVudCl7XG4gICAgdGhpcy5zaG93UG9wdXAgPSB0cnVlO1xuICB9XG5cbn1cbiIsIlxyXG48cC1vdmVybGF5UGFuZWwgI29wMSBbYXBwZW5kVG9dPVwiJ2JvZHknXCIgW3N0eWxlXT1cInsnd2lkdGgnOiAnMjc5cHgnfVwiPlxyXG4gIDxuZy10ZW1wbGF0ZSBwVGVtcGxhdGU+XHJcbiAgICA8ZGl2IFtpbm5lckhUTUxdPVwib3ZlcmxheVRleHQgfCBkeW5hbWljVHJhbnNsYXRlOnBhcmFtXCIgY2xhc3M9XCJvdmVybGF5LWRlc2NcIiAqbmdJZj1cIm92ZXJsYXlUZXh0XCI+PC9kaXY+XHJcbiAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbiAgPC9uZy10ZW1wbGF0ZT5cclxuPC9wLW92ZXJsYXlQYW5lbD5cclxuXHJcbjxpb24tYnV0dG9uIGZpbGw9XCJvdXRsaW5lXCIgc2l6ZT1cInNtYWxsXCIgc2hhcGU9XCJyb3VuZFwiIGNsYXNzPVwic21hbGwtYnV0dG9uXCIgKm5nSWY9XCIhZGlzcGxheUFzTGFiZWwgJiYgIWxhYmVsV2l0aExpbmsgJiYgIWxhYmVsV2l0aFBvcHVwXCIgYXJpYS1sYWJlbD1cImluZm8gYnV0dG9uXCIgKGNsaWNrKT1cIm9wMS50b2dnbGUoJGV2ZW50KVwiPlxyXG4gIDxpb24taWNvbiBzbG90PVwiaWNvbi1vbmx5XCIgbmFtZT1cImluZm9ybWF0aW9uLW91dGxpbmVcIiBjbGFzcz1cImJ1dHRvbi1pY29uXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+PC9pb24taWNvbj5cclxuPC9pb24tYnV0dG9uPlxyXG48ZGl2ICpuZ0lmPVwiZGlzcGxheUFzTGFiZWxcIiBbaW5uZXJIVE1MXT1cImRpc3BsYXlUZXh0IHwgZHluYW1pY1RyYW5zbGF0ZTpwYXJhbSB8IHRydXN0SHRtbFwiPjwvZGl2PlxyXG48ZGl2ICpuZ0lmPVwibGFiZWxXaXRoTGlua1wiIFtpbm5lckhUTUxdPVwiZGlzcGxheVRleHQgfCBkeW5hbWljVHJhbnNsYXRlOnBhcmFtIHwgdHJ1c3RIdG1sXCI+PC9kaXY+XHJcbjxkaXYgKm5nSWY9XCJsYWJlbFdpdGhQb3B1cFwiIFtpbm5lckhUTUxdPVwiZGlzcGxheVRleHQgfCBkeW5hbWljVHJhbnNsYXRlOnBhcmFtIHwgdHJ1c3RIdG1sXCI+PC9kaXY+XHJcblxyXG48cC1kaWFsb2cgW3Zpc2libGVdPVwic2hvd1BvcHVwXCIgW21vZGFsXT1cInRydWVcIiBhcHBlbmRUbz1cImJvZHlcIiBbYnJlYWtwb2ludHNdPVwieyc5NjBweCc6ICc0MHZ3JywgJzY0MHB4JzogJzEwMHZ3J31cIiBbc3R5bGVdPVwie3dpZHRoOiAnNTB2dyd9XCIgcG9zaXRpb249XCJ0b3BcIj5cclxuICA8ZGl2IFtpbm5lckhUTUxdPVwib3ZlcmxheVRleHQgfCBkeW5hbWljVHJhbnNsYXRlOnBhcmFtIHwgdHJ1c3RIdG1sXCIgKm5nSWY9XCJvdmVybGF5VGV4dFwiPjwvZGl2PlxyXG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cclxuICA8cC1mb290ZXI+XHJcbiAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgdHlwZT1cInJlc2V0XCIgKGNsaWNrKT1cInNob3dQb3B1cCA9IGZhbHNlXCIgY29sb3I9XCJzdWNjZXNzXCIgZmlsbD1cIm91dGxpbmVcIj5cclxuICAgICAgQ2xvc2VcclxuICAgIDwvaW9uLWJ1dHRvbj5cclxuICA8L3AtZm9vdGVyPlxyXG48L3AtZGlhbG9nPiJdfQ==