@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,453 @@
1
+ import { Component, ViewChild, Input } from '@angular/core';
2
+ import { FormGroup, Validators, FormControl, NG_VALUE_ACCESSOR, } from '@angular/forms';
3
+ import { LibConstants } from '../../models/LibConstants';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "@angular/forms";
6
+ import * as i2 from "../../services/util/util.service";
7
+ import * as i3 from "../../services/questionnaire/validation.service";
8
+ import * as i4 from "../../services/appeal/appeal.service";
9
+ const _c0 = ["participantAddress"];
10
+ const _c1 = ["participantForm"];
11
+ function AddParticipantComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
12
+ i0.ɵɵelementStart(0, "tr")(1, "th");
13
+ i0.ɵɵtext(2);
14
+ i0.ɵɵpipe(3, "translate");
15
+ i0.ɵɵelementEnd();
16
+ i0.ɵɵelementStart(4, "th");
17
+ i0.ɵɵtext(5);
18
+ i0.ɵɵpipe(6, "translate");
19
+ i0.ɵɵelementEnd();
20
+ i0.ɵɵelementStart(7, "th");
21
+ i0.ɵɵtext(8);
22
+ i0.ɵɵpipe(9, "translate");
23
+ i0.ɵɵelementEnd();
24
+ i0.ɵɵelement(10, "th");
25
+ i0.ɵɵelementEnd();
26
+ } if (rf & 2) {
27
+ i0.ɵɵadvance(2);
28
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 3, "add.participant.header.participantRole"), "");
29
+ i0.ɵɵadvance(3);
30
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 5, "add.participant.header.name"));
31
+ i0.ɵɵadvance(3);
32
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(9, 7, "add.participant.header.phone"), "");
33
+ } }
34
+ const _c2 = () => ["fal", "edit"];
35
+ const _c3 = () => ["fal", "trash-alt"];
36
+ function AddParticipantComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
37
+ const _r9 = i0.ɵɵgetCurrentView();
38
+ i0.ɵɵelementStart(0, "tr")(1, "td")(2, "span");
39
+ i0.ɵɵtext(3);
40
+ i0.ɵɵelementEnd()();
41
+ i0.ɵɵelementStart(4, "td")(5, "span");
42
+ i0.ɵɵtext(6);
43
+ i0.ɵɵelementEnd()();
44
+ i0.ɵɵelementStart(7, "td")(8, "span");
45
+ i0.ɵɵtext(9);
46
+ i0.ɵɵelementEnd()();
47
+ i0.ɵɵelementStart(10, "td")(11, "ion-button", 7);
48
+ i0.ɵɵlistener("click", function AddParticipantComponent_ng_template_3_Template_ion_button_click_11_listener() { const restoredCtx = i0.ɵɵrestoreView(_r9); const participant_r6 = restoredCtx.$implicit; const ctx_r8 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r8.editItem(participant_r6)); });
49
+ i0.ɵɵelement(12, "fa-icon", 8);
50
+ i0.ɵɵelementEnd();
51
+ i0.ɵɵelementStart(13, "ion-button", 7);
52
+ i0.ɵɵlistener("click", function AddParticipantComponent_ng_template_3_Template_ion_button_click_13_listener() { const restoredCtx = i0.ɵɵrestoreView(_r9); const participant_r6 = restoredCtx.$implicit; const ctx_r10 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r10.removeItem(participant_r6)); });
53
+ i0.ɵɵelement(14, "fa-icon", 8);
54
+ i0.ɵɵelementEnd()()();
55
+ } if (rf & 2) {
56
+ const participant_r6 = ctx.$implicit;
57
+ i0.ɵɵadvance(3);
58
+ i0.ɵɵtextInterpolate(participant_r6.role.name);
59
+ i0.ɵɵadvance(3);
60
+ i0.ɵɵtextInterpolate(participant_r6.name);
61
+ i0.ɵɵadvance(3);
62
+ i0.ɵɵtextInterpolate(participant_r6.phone);
63
+ i0.ɵɵadvance(3);
64
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(5, _c2));
65
+ i0.ɵɵadvance(2);
66
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c3));
67
+ } }
68
+ const _c4 = () => ["fal", "plus"];
69
+ function AddParticipantComponent_ng_template_4_Template(rf, ctx) { if (rf & 1) {
70
+ const _r13 = i0.ɵɵgetCurrentView();
71
+ i0.ɵɵelementStart(0, "tr")(1, "td");
72
+ i0.ɵɵelement(2, "span", 9);
73
+ i0.ɵɵpipe(3, "translate");
74
+ i0.ɵɵelementEnd();
75
+ i0.ɵɵelement(4, "td")(5, "td");
76
+ i0.ɵɵelementStart(6, "td", 10)(7, "ion-button", 11);
77
+ i0.ɵɵlistener("click", function AddParticipantComponent_ng_template_4_Template_ion_button_click_7_listener() { i0.ɵɵrestoreView(_r13); const ctx_r12 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r12.addRole()); });
78
+ i0.ɵɵelement(8, "fa-icon", 8);
79
+ i0.ɵɵelementEnd()()();
80
+ } if (rf & 2) {
81
+ i0.ɵɵadvance(2);
82
+ i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind1(3, 2, "add.participant.footer.addElement"), i0.ɵɵsanitizeHtml);
83
+ i0.ɵɵadvance(6);
84
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(4, _c4));
85
+ } }
86
+ function AddParticipantComponent_form_6_span_15_Template(rf, ctx) { if (rf & 1) {
87
+ i0.ɵɵelementStart(0, "span", 21);
88
+ i0.ɵɵtext(1);
89
+ i0.ɵɵpipe(2, "translate");
90
+ i0.ɵɵelementEnd();
91
+ } if (rf & 2) {
92
+ i0.ɵɵadvance(1);
93
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "induction.required"));
94
+ } }
95
+ function AddParticipantComponent_form_6_div_16_div_17_Template(rf, ctx) { if (rf & 1) {
96
+ i0.ɵɵelementStart(0, "div", 30)(1, "label", 36);
97
+ i0.ɵɵtext(2);
98
+ i0.ɵɵpipe(3, "translate");
99
+ i0.ɵɵelementEnd()();
100
+ } if (rf & 2) {
101
+ i0.ɵɵadvance(2);
102
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 1, "add.participant.footer.declaration"));
103
+ } }
104
+ const _c5 = () => ({ required: "Required." });
105
+ function AddParticipantComponent_form_6_div_16_Template(rf, ctx) { if (rf & 1) {
106
+ const _r21 = i0.ɵɵgetCurrentView();
107
+ i0.ɵɵelementStart(0, "div", 22)(1, "div", 23)(2, "label", 24);
108
+ i0.ɵɵtext(3);
109
+ i0.ɵɵpipe(4, "translate");
110
+ i0.ɵɵelementEnd();
111
+ i0.ɵɵelement(5, "input", 25)(6, "app-error", 26);
112
+ i0.ɵɵelementEnd();
113
+ i0.ɵɵelementStart(7, "div", 27)(8, "span", 28);
114
+ i0.ɵɵtext(9);
115
+ i0.ɵɵpipe(10, "translate");
116
+ i0.ɵɵelementEnd();
117
+ i0.ɵɵelement(11, "p-inputMask", 29)(12, "app-error", 26);
118
+ i0.ɵɵelementEnd();
119
+ i0.ɵɵelement(13, "br");
120
+ i0.ɵɵelementStart(14, "div", 30);
121
+ i0.ɵɵelement(15, "app-address", 31, 32);
122
+ i0.ɵɵtemplate(17, AddParticipantComponent_form_6_div_16_div_17_Template, 4, 3, "div", 33);
123
+ i0.ɵɵelementEnd();
124
+ i0.ɵɵelementStart(18, "div", 27)(19, "ion-button", 34);
125
+ i0.ɵɵlistener("click", function AddParticipantComponent_form_6_div_16_Template_ion_button_click_19_listener() { i0.ɵɵrestoreView(_r21); const ctx_r20 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r20.close()); });
126
+ i0.ɵɵtext(20, "Clear");
127
+ i0.ɵɵelementEnd();
128
+ i0.ɵɵelementStart(21, "ion-button", 35);
129
+ i0.ɵɵlistener("click", function AddParticipantComponent_form_6_div_16_Template_ion_button_click_21_listener() { i0.ɵɵrestoreView(_r21); const ctx_r22 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r22.onSubmit()); });
130
+ i0.ɵɵtext(22, "Save");
131
+ i0.ɵɵelementEnd()()();
132
+ } if (rf & 2) {
133
+ const ctx_r16 = i0.ɵɵnextContext(2);
134
+ i0.ɵɵadvance(3);
135
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 19, "add.participant.lawyer.name"));
136
+ i0.ɵɵadvance(2);
137
+ i0.ɵɵpropertyInterpolate("placeholder", (ctx_r16.role.value == null ? null : ctx_r16.role.value.value) == "ATNY" ? "Attorney Name" : "Representatative Name");
138
+ i0.ɵɵadvance(1);
139
+ i0.ɵɵclassMap("app-grid");
140
+ i0.ɵɵproperty("field", ctx_r16.name)("form", ctx_r16.userForm)("errDef", i0.ɵɵpureFunction0(23, _c5));
141
+ i0.ɵɵadvance(3);
142
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(10, 21, "add.participant.lawyer.phone"));
143
+ i0.ɵɵadvance(3);
144
+ i0.ɵɵclassMap("app-grid block mb-2");
145
+ i0.ɵɵproperty("field", ctx_r16.phone)("form", ctx_r16.userForm)("errDef", i0.ɵɵpureFunction0(24, _c5));
146
+ i0.ɵɵadvance(3);
147
+ i0.ɵɵproperty("enableAddressValidation", ctx_r16.isAddressValidationEnabled)("inputId", "address")("standaloneAddressForm", true)("parentFormComponent", "add-participant")("questionaireForm", ctx_r16.userForm);
148
+ i0.ɵɵadvance(2);
149
+ i0.ɵɵproperty("ngIf", !ctx_r16.util.isState("ME"));
150
+ } }
151
+ function AddParticipantComponent_form_6_div_17_Template(rf, ctx) { if (rf & 1) {
152
+ const _r24 = i0.ɵɵgetCurrentView();
153
+ i0.ɵɵelementStart(0, "div", 37)(1, "div", 23)(2, "label", 38);
154
+ i0.ɵɵtext(3);
155
+ i0.ɵɵpipe(4, "translate");
156
+ i0.ɵɵelementEnd();
157
+ i0.ɵɵelement(5, "input", 39)(6, "app-error", 26);
158
+ i0.ɵɵelementEnd();
159
+ i0.ɵɵelementStart(7, "div", 40)(8, "span", 28);
160
+ i0.ɵɵtext(9);
161
+ i0.ɵɵpipe(10, "translate");
162
+ i0.ɵɵelementEnd();
163
+ i0.ɵɵelement(11, "p-inputMask", 29)(12, "app-error", 26);
164
+ i0.ɵɵelementEnd();
165
+ i0.ɵɵelementStart(13, "div", 41)(14, "ion-button", 34);
166
+ i0.ɵɵlistener("click", function AddParticipantComponent_form_6_div_17_Template_ion_button_click_14_listener() { i0.ɵɵrestoreView(_r24); const ctx_r23 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r23.close()); });
167
+ i0.ɵɵtext(15, "Clear");
168
+ i0.ɵɵelementEnd();
169
+ i0.ɵɵelementStart(16, "ion-button", 42);
170
+ i0.ɵɵlistener("click", function AddParticipantComponent_form_6_div_17_Template_ion_button_click_16_listener() { i0.ɵɵrestoreView(_r24); const ctx_r25 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r25.onSubmit()); });
171
+ i0.ɵɵtext(17, "Save");
172
+ i0.ɵɵelementEnd()()();
173
+ } if (rf & 2) {
174
+ const ctx_r17 = i0.ɵɵnextContext(2);
175
+ i0.ɵɵadvance(3);
176
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 12, "add.participant.observer.name"));
177
+ i0.ɵɵadvance(3);
178
+ i0.ɵɵclassMap("app-grid");
179
+ i0.ɵɵproperty("field", ctx_r17.name)("form", ctx_r17.userForm)("errDef", i0.ɵɵpureFunction0(16, _c5));
180
+ i0.ɵɵadvance(3);
181
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(10, 14, "add.participant.observer.phone"));
182
+ i0.ɵɵadvance(3);
183
+ i0.ɵɵclassMap("app-grid block mb-2");
184
+ i0.ɵɵproperty("field", ctx_r17.phone)("form", ctx_r17.userForm)("errDef", i0.ɵɵpureFunction0(17, _c5));
185
+ } }
186
+ function AddParticipantComponent_form_6_Template(rf, ctx) { if (rf & 1) {
187
+ const _r27 = i0.ɵɵgetCurrentView();
188
+ i0.ɵɵelementStart(0, "form", 12, 13);
189
+ i0.ɵɵlistener("ngSubmit", function AddParticipantComponent_form_6_Template_form_ngSubmit_0_listener() { i0.ɵɵrestoreView(_r27); const ctx_r26 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r26.onSubmit()); });
190
+ i0.ɵɵelementStart(2, "div", 14);
191
+ i0.ɵɵelement(3, "br");
192
+ i0.ɵɵelementStart(4, "h1", 15);
193
+ i0.ɵɵtext(5);
194
+ i0.ɵɵpipe(6, "translate");
195
+ i0.ɵɵelementEnd();
196
+ i0.ɵɵelement(7, "br");
197
+ i0.ɵɵelementEnd();
198
+ i0.ɵɵelementStart(8, "div", 14)(9, "label");
199
+ i0.ɵɵtext(10);
200
+ i0.ɵɵpipe(11, "translate");
201
+ i0.ɵɵpipe(12, "translate");
202
+ i0.ɵɵelementEnd()();
203
+ i0.ɵɵelementStart(13, "div", 16);
204
+ i0.ɵɵelement(14, "p-selectButton", 17);
205
+ i0.ɵɵtemplate(15, AddParticipantComponent_form_6_span_15_Template, 3, 3, "span", 18);
206
+ i0.ɵɵelementEnd();
207
+ i0.ɵɵtemplate(16, AddParticipantComponent_form_6_div_16_Template, 23, 25, "div", 19)(17, AddParticipantComponent_form_6_div_17_Template, 18, 18, "div", 20);
208
+ i0.ɵɵelementEnd();
209
+ } if (rf & 2) {
210
+ const ctx_r4 = i0.ɵɵnextContext();
211
+ i0.ɵɵproperty("formGroup", ctx_r4.userForm);
212
+ i0.ɵɵadvance(5);
213
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 9, "add.participant.header.heading"));
214
+ i0.ɵɵadvance(5);
215
+ i0.ɵɵtextInterpolate1(" ", ctx_r4.isAppealLevelSecond == "N" ? i0.ɵɵpipeBind1(11, 11, "add.participant.header.question") : i0.ɵɵpipeBind1(12, 13, "add.participant.header.appealLevel2Question"), "");
216
+ i0.ɵɵadvance(4);
217
+ i0.ɵɵclassProp("has-error", ctx_r4.role.dirty && ctx_r4.role.invalid);
218
+ i0.ɵɵproperty("options", ctx_r4.roles);
219
+ i0.ɵɵadvance(1);
220
+ i0.ɵɵproperty("ngIf", ctx_r4.role.dirty && ctx_r4.role.invalid);
221
+ i0.ɵɵadvance(1);
222
+ i0.ɵɵproperty("ngIf", (ctx_r4.role.value == null ? null : ctx_r4.role.value.value) == "ATNY" || (ctx_r4.role.value == null ? null : ctx_r4.role.value.value) == "RPRT");
223
+ i0.ɵɵadvance(1);
224
+ i0.ɵɵproperty("ngIf", (ctx_r4.role.value == null ? null : ctx_r4.role.value.value) == "WITN");
225
+ } }
226
+ export class AddParticipantComponent {
227
+ constructor(fb, util, vs, appealService) {
228
+ this.fb = fb;
229
+ this.util = util;
230
+ this.vs = vs;
231
+ this.appealService = appealService;
232
+ this.formControlName = '';
233
+ this.onTouched = () => { };
234
+ this.onChangeSubs = [];
235
+ this.visible = false;
236
+ this.indexToEdit = null;
237
+ this.roles = [];
238
+ this.isAddressValidationEnabled = LibConstants.isAddressValidationEnabled == 'true';
239
+ this.participantList = [];
240
+ this.userForm = this.fb.group({
241
+ name: new FormControl(null, Validators.required),
242
+ phone: new FormControl(null, Validators.required),
243
+ role: new FormControl(null, Validators.required),
244
+ address: new FormControl(null),
245
+ hidIsAddressValidated: new FormControl(null)
246
+ });
247
+ this.selectButtonValidation();
248
+ }
249
+ ngOnDestroy() {
250
+ for (let sub of this.onChangeSubs)
251
+ sub.unsubscribe();
252
+ }
253
+ writeValue(value) {
254
+ if (value) {
255
+ this.userForm.setValue(value);
256
+ }
257
+ }
258
+ registerOnChange(fn) {
259
+ let sub = this.vs.participants.subscribe(fn);
260
+ this.onChangeSubs.push(sub);
261
+ }
262
+ registerOnTouched(onTouched) {
263
+ this.onTouched = onTouched;
264
+ }
265
+ setvalue() {
266
+ this.onChange();
267
+ this.onTouched();
268
+ }
269
+ addItem() {
270
+ if (this.userForm.valid) {
271
+ this.participantList.push(this.userForm.value);
272
+ }
273
+ else {
274
+ this.userForm.invalid;
275
+ }
276
+ }
277
+ selectButtonValidation() {
278
+ this.role.valueChanges.subscribe(val => {
279
+ if (val) {
280
+ if (val.value == 'ATNY') {
281
+ this.util.setRequiredValidator(this.address);
282
+ }
283
+ if (val.value == 'RPRT') {
284
+ this.util.setRequiredValidator(this.address);
285
+ }
286
+ if (val.value == 'WITN') {
287
+ this.util.clearValidation(this.address);
288
+ }
289
+ }
290
+ });
291
+ }
292
+ editItem(participant) {
293
+ this.visible = !this.visible;
294
+ let index = this.participantList.indexOf(participant);
295
+ this.indexToEdit = index;
296
+ this.participantList[index] = this.userForm.patchValue(participant);
297
+ }
298
+ reset() {
299
+ this.userForm.reset();
300
+ }
301
+ removeItem(participant) {
302
+ let index = this.participantList.indexOf(participant);
303
+ this.participantList.splice(index, 1);
304
+ this.publishParticipant();
305
+ var removedObject = participant;
306
+ if (removedObject.role.value == 'ATNY') {
307
+ this.roles[0].disabledRole = false;
308
+ }
309
+ else if (removedObject.role.value == 'RPRT') {
310
+ this.roles[1].disabledRole = false;
311
+ }
312
+ }
313
+ addRole() {
314
+ this.visible = !this.visible;
315
+ }
316
+ onSubmit() {
317
+ if (this.participantAddress) {
318
+ this.participantAddress.submit();
319
+ }
320
+ if (!this.userForm.valid) {
321
+ this.userForm.markAsDirty();
322
+ this.validateAllFormFields(this.userForm);
323
+ }
324
+ else {
325
+ if (this.indexToEdit != null) {
326
+ this.participantList[this.indexToEdit] = this.userForm.value;
327
+ }
328
+ else {
329
+ this.userForm.valid;
330
+ this.participantList.push(this.userForm.value);
331
+ // based on requirement, only one attorney & reprentative should be participant list and
332
+ // any number of witness can have in participant list
333
+ let savedRole = this.userForm.value['role'];
334
+ for (var role of this.roles) {
335
+ if (role.value == savedRole.value && savedRole.value != 'WITN') {
336
+ role.disabledRole = true;
337
+ }
338
+ }
339
+ }
340
+ this.publishParticipant();
341
+ this.userForm.reset();
342
+ this.visible = !this.visible;
343
+ }
344
+ }
345
+ publishParticipant() {
346
+ this.vs.participants.next(this.participantList.length > 0 ? this.participantList : null);
347
+ }
348
+ validateAllFormFields(formGroup) {
349
+ Object.keys(formGroup.controls).forEach(field => {
350
+ const control = formGroup.get(field);
351
+ if (control instanceof FormControl) {
352
+ control.markAsDirty({ onlySelf: true });
353
+ }
354
+ else if (control instanceof FormGroup) {
355
+ this.validateAllFormFields(control);
356
+ }
357
+ });
358
+ }
359
+ get role() {
360
+ return this.userForm.controls['role'];
361
+ }
362
+ get name() {
363
+ return this.userForm.controls['name'];
364
+ }
365
+ get address() {
366
+ return this.userForm.controls['address'];
367
+ }
368
+ get phone() {
369
+ return this.userForm.controls['phone'];
370
+ }
371
+ close() {
372
+ this.userForm.reset();
373
+ this.close;
374
+ }
375
+ ngOnInit() {
376
+ this.isAppealLevelSecond = this.dynamicParam['hidAppealDecision'];
377
+ let parentAppealId = this.dynamicParam['parentAppealId'];
378
+ // Loaderservice is not getting called for appeal pop up
379
+ //becasue of this issue, We need to use this approach
380
+ if (parentAppealId) {
381
+ this.appealService.fetchAppealParticipantDetails(parentAppealId, this.isAppealLevelSecond).subscribe(res => {
382
+ let temp = res;
383
+ let size = 0;
384
+ if (temp) {
385
+ this.initParticipantList(size, temp);
386
+ }
387
+ }, err => {
388
+ this.logger.debug(err);
389
+ });
390
+ }
391
+ if (this.isAppealLevelSecond == 'Y' || this.util.isState('ME')) {
392
+ this.roles = [
393
+ { name: 'Attorney', value: 'ATNY', disabledRole: false },
394
+ { name: 'Representative', value: 'RPRT', disabledRole: false },
395
+ ];
396
+ }
397
+ else {
398
+ this.roles = [
399
+ { name: 'Attorney', value: 'ATNY', disabledRole: false },
400
+ { name: 'Representative', value: 'RPRT', disabledRole: false },
401
+ { name: 'Witness', value: 'WITN', disabledRole: false },
402
+ ];
403
+ }
404
+ }
405
+ initParticipantList(len, temp) {
406
+ temp.addParticipantComp.filter(part => (part.role.value == 'RPRT' || part.role.value == 'ATNY')).map(part => {
407
+ part.role.disabledRole = false;
408
+ this.participantList.push(part);
409
+ });
410
+ }
411
+ static { this.ɵfac = function AddParticipantComponent_Factory(t) { return new (t || AddParticipantComponent)(i0.ɵɵdirectiveInject(i1.FormBuilder), i0.ɵɵdirectiveInject(i2.UtilService), i0.ɵɵdirectiveInject(i3.ValidationService), i0.ɵɵdirectiveInject(i4.AppealService)); }; }
412
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AddParticipantComponent, selectors: [["app-add-participant"]], viewQuery: function AddParticipantComponent_Query(rf, ctx) { if (rf & 1) {
413
+ i0.ɵɵviewQuery(_c0, 5);
414
+ i0.ɵɵviewQuery(_c1, 5);
415
+ } if (rf & 2) {
416
+ let _t;
417
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.participantAddress = _t.first);
418
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.participantForm = _t.first);
419
+ } }, inputs: { dynamicParam: "dynamicParam" }, features: [i0.ɵɵProvidersFeature([{
420
+ provide: NG_VALUE_ACCESSOR,
421
+ useExisting: AddParticipantComponent,
422
+ multi: true
423
+ }])], decls: 7, vars: 3, consts: [[3, "rowHover", "value"], ["dt", ""], ["pTemplate", "header"], ["pTemplate", "body"], ["pTemplate", "footer"], [1, "align"], ["style", "margin-left:16px", 3, "formGroup", "ngSubmit", 4, "ngIf"], ["fill", "outline", "size", "small", 1, "action-button", 3, "click"], [1, "action-icon", 3, "icon"], [3, "innerHtml"], [1, "col-offset-4", "action-button"], ["fill", "outline", "size", "small", "shape", "square", 1, "action-button", 3, "click"], [2, "margin-left", "16px", 3, "formGroup", "ngSubmit"], ["participantForm", "ngForm"], [1, "field-grid"], [1, "heading"], [2, "padding-left", "0px"], ["optionLabel", "name", "formControlName", "role", "required", "", "optionDisabled", "disabledRole", 3, "options"], ["class", "help-block", 4, "ngIf"], ["class", "formgrid grid", "style", "margin-top:10px", 4, "ngIf"], ["class", "formgrid grid", 4, "ngIf"], [1, "help-block"], [1, "formgrid", "grid", 2, "margin-top", "10px"], [1, "field", "col-4", "md:col-2"], [2, "margin", "4px"], ["type", "text", "pInputText", "", "formControlName", "name", 1, "text-base", "text-color", "surface-overlay", "p-2", "border-1", "border-solid", "surface-border", "border-round", "appearance-none", "outline-none", "focus:border-primary", "w-full", 3, "placeholder"], [3, "field", "form", "errDef"], [1, "field", "col-4", "md:col-9"], [1, "block", "mb-2"], ["mask", "999-999-9999", "placeholder", "999-999-9999", "formControlName", "phone", "unmask", "true"], [1, "field", "col-4", "md:col-9", "field-grid"], ["formControlName", "address", 3, "enableAddressValidation", "inputId", "standaloneAddressForm", "parentFormComponent", "questionaireForm"], ["participantAddress", ""], ["class", "field col-4 md:col-9 field-grid", 4, "ngIf"], ["fill", "outline", "shape", "round", 1, "col-offset-3", 3, "click"], ["fill", "outline", "shape", "round", "type", "submit", 1, "col-offset-1", 3, "click"], [2, "padding", "10px 0 0 2px"], [1, "formgrid", "grid"], [2, "margin", "10px 0px"], ["type", "text", "pInputText", "", "formControlName", "name", "placeholder", "Witness Name", 1, "text-base", "text-color", "surface-overlay", "p-2", "border-1", "border-solid", "surface-border", "border-round", "appearance-none", "outline-none", "focus:border-primary", "w-full"], [1, "field", "col-4", "md:col-9", 2, "padding-top", "12px"], [1, "field", "col-12", "md:col-9", 2, "margin-top", "20px"], ["type", "submit", "fill", "outline", "shape", "round", 1, "col-offset-1", 3, "click"]], template: function AddParticipantComponent_Template(rf, ctx) { if (rf & 1) {
424
+ i0.ɵɵelementStart(0, "p-table", 0, 1);
425
+ i0.ɵɵtemplate(2, AddParticipantComponent_ng_template_2_Template, 11, 9, "ng-template", 2)(3, AddParticipantComponent_ng_template_3_Template, 15, 7, "ng-template", 3)(4, AddParticipantComponent_ng_template_4_Template, 9, 5, "ng-template", 4);
426
+ i0.ɵɵelementEnd();
427
+ i0.ɵɵelementStart(5, "div", 5);
428
+ i0.ɵɵtemplate(6, AddParticipantComponent_form_6_Template, 18, 15, "form", 6);
429
+ i0.ɵɵelementEnd();
430
+ } if (rf & 2) {
431
+ i0.ɵɵproperty("rowHover", true)("value", ctx.participantList);
432
+ i0.ɵɵadvance(6);
433
+ i0.ɵɵproperty("ngIf", ctx.visible);
434
+ } }, styles: [".help-block[_ngcontent-%COMP%]{color:red}p-table[_ngcontent-%COMP%]{margin:0 -16px}.align[_ngcontent-%COMP%]{margin:0 -16px}[_nghost-%COMP%] p-selectbutton.ng-dirty.ng-invalid>.p-selectbutton>.p-button{border:1px solid red!important;color:red!important}[_nghost-%COMP%] .p-selectbutton .p-button{margin-top:15px!important}[_nghost-%COMP%] .p-datatable.app-datatable .p-datatable-thead>tr>th, [_nghost-%COMP%] .p-datatable.app-datatable .p-datatable-tfoot>tr>td{padding-left:17px!important}[_nghost-%COMP%] th{width:300px;font-weight:700!important}"] }); }
435
+ }
436
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AddParticipantComponent, [{
437
+ type: Component,
438
+ args: [{ selector: 'app-add-participant', providers: [{
439
+ provide: NG_VALUE_ACCESSOR,
440
+ useExisting: AddParticipantComponent,
441
+ multi: true
442
+ }], template: "<p-table #dt [rowHover]=\"true\" [value]=\"participantList\" >\r\n <ng-template pTemplate=\"header\" let-columns >\r\n <tr >\r\n <th> {{\"add.participant.header.participantRole\"|translate}}</th>\r\n <th>{{\"add.participant.header.name\"|translate}}</th>\r\n <th> {{\"add.participant.header.phone\"|translate}}</th>\r\n <th></th>\r\n </tr>\r\n </ng-template>\r\n <ng-template pTemplate=\"body\" let-participant let-rowIndex=\"rowIndex\">\r\n <tr >\r\n\r\n <td ><span>{{participant.role.name}}</span></td>\r\n <td><span>{{participant.name}}</span></td>\r\n <td><span>{{participant.phone}}</span></td>\r\n <td>\r\n <ion-button fill=\"outline\" (click)=\"editItem(participant)\" size=\"small\" class=\"action-button\">\r\n <fa-icon [icon]=\"['fal', 'edit']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n <ion-button (click)=\"removeItem(participant)\" fill=\"outline\" size=\"small\" class=\"action-button\">\r\n <fa-icon [icon]=\"['fal', 'trash-alt']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n </td>\r\n </tr>\r\n </ng-template>\r\n <ng-template pTemplate=\"footer\" let-columns>\r\n <tr>\r\n <td><span [innerHtml]=\"'add.participant.footer.addElement'|translate\"></span></td>\r\n <td></td>\r\n <td></td>\r\n <td class=\"col-offset-4 action-button\">\r\n <ion-button (click)=\"addRole()\" fill=\"outline\" size=\"small\" shape=\"square\" class=\"action-button\">\r\n <fa-icon [icon]=\"['fal', 'plus']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n </td>\r\n </tr>\r\n </ng-template>\r\n</p-table>\r\n<div class=\"align\">\r\n<form [formGroup]=\"userForm\" *ngIf=\"visible\" (ngSubmit)=\"onSubmit()\" #participantForm=\"ngForm\" style=\"margin-left:16px\">\r\n <div class=\"field-grid\">\r\n <br>\r\n <h1 class=\"heading\">{{\"add.participant.header.heading\"|translate}}</h1>\r\n <br>\r\n </div>\r\n <div class=\"field-grid\"><label> {{isAppealLevelSecond =='N' ? (\"add.participant.header.question\"|translate) : (\"add.participant.header.appealLevel2Question\"|translate)}}</label></div>\r\n \r\n <div style=\"padding-left: 0px;\">\r\n <p-selectButton [options]=\"roles\" optionLabel=\"name\" formControlName=\"role\" required optionDisabled=\"disabledRole\"\r\n [class.has-error]=\"role.dirty && role.invalid\">\r\n </p-selectButton>\r\n <span class=\"help-block\" *ngIf=\"role.dirty && role.invalid\">{{\"induction.required\"| translate}}</span>\r\n </div>\r\n <div class=\"formgrid grid\" *ngIf=\"role.value?.value =='ATNY' || role.value?.value=='RPRT'\" style=\"margin-top:10px\">\r\n <div class=\"field col-4 md:col-2\"><label style=\"margin:4px\">{{\"add.participant.lawyer.name\"|translate}}</label>\r\n <input type=\"text\" pInputText formControlName=\"name\" placeholder=\"{{role.value?.value =='ATNY' ? 'Attorney Name' : 'Representatative Name'}}\"\r\n class=\"text-base text-color surface-overlay p-2 border-1 border-solid surface-border border-round appearance-none outline-none focus:border-primary w-full\"/>\r\n <app-error [class]=\"'app-grid'\" [field]='name' [form]=\"userForm\" [errDef]=\"{ \r\n required: 'Required.'}\">\r\n </app-error>\r\n </div>\r\n\r\n <div class=\"field col-4 md:col-9\"><span\r\n class=\"block mb-2\">{{\"add.participant.lawyer.phone\"|translate}}</span>\r\n <p-inputMask mask=\"999-999-9999\" placeholder=\"999-999-9999\" formControlName=\"phone\" unmask=\"true\"></p-inputMask>\r\n <app-error [class]=\"'app-grid block mb-2'\" [field]='phone' [form]=\"userForm\" [errDef]=\"{ \r\n required: 'Required.'}\">\r\n </app-error>\r\n </div>\r\n <br />\r\n\r\n <div class=\"field col-4 md:col-9 field-grid\">\r\n <app-address #participantAddress [enableAddressValidation]=\"isAddressValidationEnabled\" [inputId]=\"'address'\" [standaloneAddressForm]=\"true\" formControlName=\"address\" [parentFormComponent]=\"'add-participant'\" [questionaireForm]=\"userForm\"></app-address>\r\n <div *ngIf=\"!util.isState('ME')\" class=\"field col-4 md:col-9 field-grid\"><label style=\"padding: 10px 0 0 2px\">{{\"add.participant.footer.declaration\"|translate}}</label></div>\r\n </div>\r\n <div class=\"field col-4 md:col-9\">\r\n <ion-button (click)=\"close()\" fill=\"outline\" shape=\"round\" class=\"col-offset-3\">Clear</ion-button>\r\n <ion-button (click)=\"onSubmit()\" fill=\"outline\" shape=\"round\" type=\"submit\" class=\"col-offset-1\">Save</ion-button>\r\n </div>\r\n </div>\r\n\r\n <div class=\"formgrid grid\" *ngIf=\"role.value?.value =='WITN'\">\r\n <div class=\"field col-4 md:col-2\"><label style=\"margin:10px 0px\">{{\"add.participant.observer.name\"|translate}}</label>\r\n <input type=\"text\" pInputText formControlName=\"name\" placeholder=\"Witness Name\"\r\n class=\"text-base text-color surface-overlay p-2 border-1 border-solid surface-border border-round appearance-none outline-none focus:border-primary w-full\">\r\n <app-error [class]=\"'app-grid'\" [field]='name' [form]=\"userForm\" [errDef]=\"{ \r\n required: 'Required.'}\">\r\n </app-error>\r\n </div>\r\n\r\n <div class=\"field col-4 md:col-9\" style=\"padding-top:12px\">\r\n <span class=\"block mb-2\">{{\"add.participant.observer.phone\"|translate}}</span>\r\n <p-inputMask mask=\"999-999-9999\" placeholder=\"999-999-9999\" formControlName=\"phone\" unmask=\"true\"></p-inputMask>\r\n <app-error [class]=\"'app-grid block mb-2'\" [field]='phone' [form]=\"userForm\" [errDef]=\"{ \r\n required: 'Required.'}\">\r\n </app-error>\r\n </div>\r\n <div class=\"field col-12 md:col-9\" style=\"margin-top: 20px;\">\r\n <ion-button (click)=\"close()\" fill=\"outline\" shape=\"round\" class=\"col-offset-3\">Clear</ion-button>\r\n\r\n <ion-button (click)=\"onSubmit()\" type=\"submit\" fill=\"outline\" shape=\"round\" class=\"col-offset-1\">Save</ion-button>\r\n </div>\r\n </div>\r\n</form>\r\n</div>", styles: [".help-block{color:red}p-table{margin:0 -16px}.align{margin:0 -16px}:host ::ng-deep p-selectbutton.ng-dirty.ng-invalid>.p-selectbutton>.p-button{border:1px solid red!important;color:red!important}:host ::ng-deep .p-selectbutton .p-button{margin-top:15px!important}:host ::ng-deep .p-datatable.app-datatable .p-datatable-thead>tr>th,:host ::ng-deep .p-datatable.app-datatable .p-datatable-tfoot>tr>td{padding-left:17px!important}:host ::ng-deep th{width:300px;font-weight:700!important}\n"] }]
443
+ }], () => [{ type: i1.FormBuilder }, { type: i2.UtilService }, { type: i3.ValidationService }, { type: i4.AppealService }], { participantAddress: [{
444
+ type: ViewChild,
445
+ args: ['participantAddress', { static: false }]
446
+ }], participantForm: [{
447
+ type: ViewChild,
448
+ args: ['participantForm', { static: false }]
449
+ }], dynamicParam: [{
450
+ type: Input
451
+ }] }); })();
452
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AddParticipantComponent, { className: "AddParticipantComponent", filePath: "lib\\components\\add-participant\\add-participant.component.ts", lineNumber: 22 }); })();
453
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkLXBhcnRpY2lwYW50LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9hZGQtcGFydGljaXBhbnQvYWRkLXBhcnRpY2lwYW50LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9hZGQtcGFydGljaXBhbnQvYWRkLXBhcnRpY2lwYW50LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQXFCLFNBQVMsRUFBQyxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDOUUsT0FBTyxFQUFlLFNBQVMsRUFBRSxVQUFVLEVBQUUsV0FBVyxFQUFnQyxpQkFBaUIsR0FBRyxNQUFNLGdCQUFnQixDQUFDO0FBT25JLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7Ozs7Ozs7O0lDTnJELDBCQUFLLFNBQUE7SUFDRSxZQUFzRDs7SUFBQSxpQkFBSztJQUNoRSwwQkFBSTtJQUFBLFlBQTJDOztJQUFBLGlCQUFLO0lBQ3BELDBCQUFJO0lBQUMsWUFBNEM7O0lBQUEsaUJBQUs7SUFDdEQsc0JBQVM7SUFDWCxpQkFBSzs7SUFKRSxlQUFzRDtJQUF0RCw4RkFBc0Q7SUFDdkQsZUFBMkM7SUFBM0MseUVBQTJDO0lBQzFDLGVBQTRDO0lBQTVDLG9GQUE0Qzs7Ozs7O0lBS25ELDBCQUFLLFNBQUEsV0FBQTtJQUVRLFlBQXlCO0lBQUEsaUJBQU8sRUFBQTtJQUMzQywwQkFBSSxXQUFBO0lBQU0sWUFBb0I7SUFBQSxpQkFBTyxFQUFBO0lBQ3JDLDBCQUFJLFdBQUE7SUFBTSxZQUFxQjtJQUFBLGlCQUFPLEVBQUE7SUFDdEMsMkJBQUkscUJBQUE7SUFDeUIsbVBBQVMsZUFBQSwr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QUFLLENBQUM7WUFDL0IsSUFBSSxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUE7UUFDakMsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO3dGQWhPVSx1QkFBdUI7b0VBQXZCLHVCQUF1Qjs7Ozs7Ozt3RkFQdEIsQ0FBQztvQkFDVCxPQUFPLEVBQUUsaUJBQWlCO29CQUMxQixXQUFXLEVBQUUsdUJBQXVCO29CQUNwQyxLQUFLLEVBQUUsSUFBSTtpQkFDWixDQUFDO1lDbEJOLHFDQUEwRDtZQUN4RCx5RkFPYyw0RUFBQSwyRUFBQTtZQTZCaEIsaUJBQVU7WUFDViw4QkFBbUI7WUFDbkIsNEVBZ0VPO1lBQ1AsaUJBQU07O1lBeEdPLCtCQUFpQiw4QkFBQTtZQXVDQSxlQUFhO1lBQWIsa0NBQWE7OztpRkRsQjlCLHVCQUF1QjtjQVhuQyxTQUFTOzJCQUNFLHFCQUFxQixhQUduQixDQUFDO3dCQUNULE9BQU8sRUFBRSxpQkFBaUI7d0JBQzFCLFdBQVcseUJBQXlCO3dCQUNwQyxLQUFLLEVBQUUsSUFBSTtxQkFDWixDQUFDO2tJQWFHLGtCQUFrQjtrQkFEeEIsU0FBUzttQkFBQyxvQkFBb0IsRUFBRSxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUU7WUFJM0MsZUFBZTtrQkFEckIsU0FBUzttQkFBQyxpQkFBaUIsRUFBRSxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUU7WUFVeEMsWUFBWTtrQkFEbEIsS0FBSzs7a0ZBckJLLHVCQUF1QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25EZXN0cm95LCBPbkluaXQsIFZpZXdDaGlsZCxJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRm9ybUJ1aWxkZXIsIEZvcm1Hcm91cCwgVmFsaWRhdG9ycywgRm9ybUNvbnRyb2wsIE5nRm9ybSwgQ29udHJvbFZhbHVlQWNjZXNzb3IsIE5HX1ZBTFVFX0FDQ0VTU09SLCB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IFN1YnNjcmlwdGlvbiB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgIFV0aWxTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvdXRpbC91dGlsLnNlcnZpY2UnO1xuaW1wb3J0IHsgQWRkcmVzc0NvbXBvbmVudCB9IGZyb20gJy4uL2FkZHJlc3MvYWRkcmVzcy5jb21wb25lbnQnO1xuaW1wb3J0IHsgVmFsaWRhdGlvblNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9xdWVzdGlvbm5haXJlL3ZhbGlkYXRpb24uc2VydmljZSdcbmltcG9ydCB7IEFwcGVhbFNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9hcHBlYWwvYXBwZWFsLnNlcnZpY2UnO1xuaW1wb3J0IHsgQXBwZWFsUGFydGljaXBhbnRNb2RlbCwgQXBwZWFsUGFydGljaXBhbnRNb2RlbExpc3QsIFJvbGUgfSBmcm9tICcuLi8uLi9tb2RlbHMvcXVlc3Rpb25uYWlyZS9BcHBlYWxQYXJ0aWNpcGFudE1vZGVsJztcbmltcG9ydCB7IExpYkNvbnN0YW50cyB9IGZyb20gJy4uLy4uL21vZGVscy9MaWJDb25zdGFudHMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtYWRkLXBhcnRpY2lwYW50JyxcbiAgdGVtcGxhdGVVcmw6ICcuL2FkZC1wYXJ0aWNpcGFudC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2FkZC1wYXJ0aWNpcGFudC5jb21wb25lbnQuc2NzcyddLFxuICAgIHByb3ZpZGVyczpbe1xuICAgICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXG4gICAgICB1c2VFeGlzdGluZzogQWRkUGFydGljaXBhbnRDb21wb25lbnQsXG4gICAgICBtdWx0aTogdHJ1ZVxuICAgIH1dXG59KVxuXG5leHBvcnQgY2xhc3MgQWRkUGFydGljaXBhbnRDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBPbkRlc3Ryb3kge1xuICBmb3JtQ29udHJvbE5hbWUgPSAnJztcblxuICBvbkNoYW5nZTogRnVuY3Rpb247XG5cbiAgb25Ub3VjaGVkID0gKCkgPT57fVxuXG4gIG9uQ2hhbmdlU3ViczogU3Vic2NyaXB0aW9uW10gPSBbXTtcblxuICBAVmlld0NoaWxkKCdwYXJ0aWNpcGFudEFkZHJlc3MnLCB7IHN0YXRpYzogZmFsc2UgfSlcbiAgcHVibGljIHBhcnRpY2lwYW50QWRkcmVzczogQWRkcmVzc0NvbXBvbmVudDtcblxuICBAVmlld0NoaWxkKCdwYXJ0aWNpcGFudEZvcm0nLCB7IHN0YXRpYzogZmFsc2UgfSlcbiAgcHVibGljIHBhcnRpY2lwYW50Rm9ybTogTmdGb3JtO1xuXG4gIHZpc2libGU6IGJvb2xlYW4gPSBmYWxzZTtcbiAgaXNBcHBlYWxMZXZlbFNlY29uZDogc3RyaW5nO1xuICBwdWJsaWMgaW5kZXhUb0VkaXQ9IG51bGxcblxuICByb2xlczogYW55W109IFtdO1xuXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBkeW5hbWljUGFyYW06IGFueTtcblxuICB1c2VyRm9ybTogRm9ybUdyb3VwO1xuICBwYXJ0aWNpcGFudExpc3Q6IGFueVtdO1xuICBsb2dnZXI6IGFueTtcbiAgcHVibGljIGlzQWRkcmVzc1ZhbGlkYXRpb25FbmFibGVkID0gTGliQ29uc3RhbnRzLmlzQWRkcmVzc1ZhbGlkYXRpb25FbmFibGVkID09ICd0cnVlJztcblxuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgZmI6IEZvcm1CdWlsZGVyLCBwdWJsaWMgdXRpbDogVXRpbFNlcnZpY2UsIHB1YmxpYyB2czogVmFsaWRhdGlvblNlcnZpY2UsIHB1YmxpYyBhcHBlYWxTZXJ2aWNlOiBBcHBlYWxTZXJ2aWNlKSB7XG5cbiAgICBcblxuICAgIHRoaXMucGFydGljaXBhbnRMaXN0ID0gW107XG5cbiAgICB0aGlzLnVzZXJGb3JtID0gdGhpcy5mYi5ncm91cCh7XG4gICAgICBuYW1lOiBuZXcgRm9ybUNvbnRyb2wobnVsbCwgVmFsaWRhdG9ycy5yZXF1aXJlZCksXG4gICAgICBwaG9uZTogbmV3IEZvcm1Db250cm9sKG51bGwsIFZhbGlkYXRvcnMucmVxdWlyZWQpLFxuICAgICAgcm9sZTogbmV3IEZvcm1Db250cm9sKG51bGwsIFZhbGlkYXRvcnMucmVxdWlyZWQpLFxuICAgICAgYWRkcmVzczogbmV3IEZvcm1Db250cm9sKG51bGwpLFxuICAgICAgaGlkSXNBZGRyZXNzVmFsaWRhdGVkOiBuZXcgRm9ybUNvbnRyb2wobnVsbClcbiAgICB9KTtcbiAgICB0aGlzLnNlbGVjdEJ1dHRvblZhbGlkYXRpb24oKTtcbiAgfVxuICBuZ09uRGVzdHJveSgpe1xuICAgIGZvcihsZXQgc3ViIG9mIHRoaXMub25DaGFuZ2VTdWJzKVxuICAgIHN1Yi51bnN1YnNjcmliZSgpO1xuICB9XG5cbiAgd3JpdGVWYWx1ZSh2YWx1ZTogYW55KXtcbiAgIGlmICh2YWx1ZSl7XG4gICAgdGhpcy51c2VyRm9ybS5zZXRWYWx1ZSh2YWx1ZSk7XG4gICB9XG4gIH1cbiAgcmVnaXN0ZXJPbkNoYW5nZShmbjogYW55KXtcbiAgIGxldCBzdWIgPSB0aGlzLnZzLnBhcnRpY2lwYW50cy5zdWJzY3JpYmUoZm4pXG4gICB0aGlzLm9uQ2hhbmdlU3Vicy5wdXNoKHN1YilcbiAgfVxuICByZWdpc3Rlck9uVG91Y2hlZChvblRvdWNoZWQ6IGFueSl7XG4gICAgdGhpcy5vblRvdWNoZWQgPSBvblRvdWNoZWQ7XG4gIH1cbiAgc2V0dmFsdWUoKXtcbiAgICB0aGlzLm9uQ2hhbmdlKClcbiAgICB0aGlzLm9uVG91Y2hlZCgpO1xuICB9XG4gIFxuXG4gIHB1YmxpYyBhZGRJdGVtKCk6IHZvaWQge1xuICAgIGlmICh0aGlzLnVzZXJGb3JtLnZhbGlkKSB7XG4gICAgICB0aGlzLnBhcnRpY2lwYW50TGlzdC5wdXNoKHRoaXMudXNlckZvcm0udmFsdWUpO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLnVzZXJGb3JtLmludmFsaWRcbiAgICB9XG5cbiAgfVxuICBzZWxlY3RCdXR0b25WYWxpZGF0aW9uKCl7XG4gIHRoaXMucm9sZS52YWx1ZUNoYW5nZXMuc3Vic2NyaWJlKHZhbD0+e1xuICAgIGlmKHZhbCl7XG4gICAgICBpZih2YWwudmFsdWUgPT0gJ0FUTlknKXtcbiAgICAgICAgdGhpcy51dGlsLnNldFJlcXVpcmVkVmFsaWRhdG9yKHRoaXMuYWRkcmVzcyk7XG4gICAgICB9XG4gICAgICBpZih2YWwudmFsdWUgPT0gJ1JQUlQnKXtcbiAgICAgICAgdGhpcy51dGlsLnNldFJlcXVpcmVkVmFsaWRhdG9yKHRoaXMuYWRkcmVzcyk7XG4gICAgICB9XG4gICAgICBpZih2YWwudmFsdWUgPT0gJ1dJVE4nKXtcbiAgICAgICAgdGhpcy51dGlsLmNsZWFyVmFsaWRhdGlvbih0aGlzLmFkZHJlc3MpO1xuICAgICAgfVxuICAgIH1cbiAgfSlcbn1cbiAgZWRpdEl0ZW0ocGFydGljaXBhbnQpIHtcbiAgICB0aGlzLnZpc2libGUgPSAhdGhpcy52aXNpYmxlO1xuICAgIGxldCBpbmRleCA9IHRoaXMucGFydGljaXBhbnRMaXN0LmluZGV4T2YocGFydGljaXBhbnQpO1xuICAgIHRoaXMuaW5kZXhUb0VkaXQgPWluZGV4O1xuICAgIHRoaXMucGFydGljaXBhbnRMaXN0W2luZGV4XSA9IHRoaXMudXNlckZvcm0ucGF0Y2hWYWx1ZShwYXJ0aWNpcGFudCk7XG4gIH1cbiAgcmVzZXQoKSB7XG4gICAgdGhpcy51c2VyRm9ybS5yZXNldCgpO1xuXG4gIH1cbiAgcmVtb3ZlSXRlbShwYXJ0aWNpcGFudCkge1xuICAgIGxldCBpbmRleCA9IHRoaXMucGFydGljaXBhbnRMaXN0LmluZGV4T2YocGFydGljaXBhbnQpO1xuICAgIHRoaXMucGFydGljaXBhbnRMaXN0LnNwbGljZShpbmRleCwgMSk7XG4gICAgdGhpcy5wdWJsaXNoUGFydGljaXBhbnQoKTtcbiAgICB2YXIgcmVtb3ZlZE9iamVjdCA6IHsgbmFtZT86IHN0cmluZzsgcm9sZT86IFJvbGU7IGFkZHJlc3M/OiBhbnkgfSA9IHBhcnRpY2lwYW50O1xuICAgIGlmKHJlbW92ZWRPYmplY3Qucm9sZS52YWx1ZT09ICdBVE5ZJykge1xuICAgICAgdGhpcy5yb2xlc1swXS5kaXNhYmxlZFJvbGUgPSBmYWxzZTtcbiAgICB9IGVsc2UgaWYocmVtb3ZlZE9iamVjdC5yb2xlLnZhbHVlPT0gJ1JQUlQnKSB7XG4gICAgICB0aGlzLnJvbGVzWzFdLmRpc2FibGVkUm9sZSA9IGZhbHNlO1xuICAgIH1cbiAgfVxuICBhZGRSb2xlKCkge1xuICAgIHRoaXMudmlzaWJsZSA9ICF0aGlzLnZpc2libGU7XG4gIH1cblxuICBvblN1Ym1pdCgpIHtcbiAgICBpZih0aGlzLnBhcnRpY2lwYW50QWRkcmVzcyl7XG4gICAgICB0aGlzLnBhcnRpY2lwYW50QWRkcmVzcy5zdWJtaXQoKTtcbiAgICB9XG4gICAgaWYgKCF0aGlzLnVzZXJGb3JtLnZhbGlkKSB7XG4gICAgICB0aGlzLnVzZXJGb3JtLm1hcmtBc0RpcnR5KClcbiAgICAgIHRoaXMudmFsaWRhdGVBbGxGb3JtRmllbGRzKHRoaXMudXNlckZvcm0pXG5cbiAgICB9IGVsc2Uge1xuICAgICAgaWYodGhpcy5pbmRleFRvRWRpdCE9IG51bGwpIHtcbiAgICAgICAgdGhpcy5wYXJ0aWNpcGFudExpc3RbdGhpcy5pbmRleFRvRWRpdF09IHRoaXMudXNlckZvcm0udmFsdWU7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICB0aGlzLnVzZXJGb3JtLnZhbGlkXG4gICAgICAgIHRoaXMucGFydGljaXBhbnRMaXN0LnB1c2godGhpcy51c2VyRm9ybS52YWx1ZSk7XG4gICAgICAgIC8vIGJhc2VkIG9uIHJlcXVpcmVtZW50LCBvbmx5IG9uZSBhdHRvcm5leSAmIHJlcHJlbnRhdGl2ZSBzaG91bGQgYmUgcGFydGljaXBhbnQgbGlzdCBhbmQgXG4gICAgICAgIC8vIGFueSBudW1iZXIgb2Ygd2l0bmVzcyBjYW4gaGF2ZSBpbiBwYXJ0aWNpcGFudCBsaXN0XG4gICAgICAgIGxldCBzYXZlZFJvbGU6IFJvbGUgPSB0aGlzLnVzZXJGb3JtLnZhbHVlWydyb2xlJ11cbiAgICAgICAgZm9yICh2YXIgcm9sZSBvZiB0aGlzLnJvbGVzKSB7XG4gICAgICAgICAgaWYgKHJvbGUudmFsdWUgPT0gc2F2ZWRSb2xlLnZhbHVlICYmIHNhdmVkUm9sZS52YWx1ZSAhPSAnV0lUTicpIHtcbiAgICAgICAgICAgIHJvbGUuZGlzYWJsZWRSb2xlID0gdHJ1ZTtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgIHRoaXMucHVibGlzaFBhcnRpY2lwYW50KClcbiAgICAgIHRoaXMudXNlckZvcm0ucmVzZXQoKTtcbiAgICAgIHRoaXMudmlzaWJsZSA9ICF0aGlzLnZpc2libGU7XG4gICAgfVxuICB9XG5cbiAgcHVibGlzaFBhcnRpY2lwYW50KCl7XG4gICAgdGhpcy52cy5wYXJ0aWNpcGFudHMubmV4dCh0aGlzLnBhcnRpY2lwYW50TGlzdC5sZW5ndGggPiAwID8gdGhpcy5wYXJ0aWNpcGFudExpc3QgOiBudWxsKTtcbiAgfVxuXG4gIHZhbGlkYXRlQWxsRm9ybUZpZWxkcyhmb3JtR3JvdXA6IEZvcm1Hcm91cCkge1xuICAgIE9iamVjdC5rZXlzKGZvcm1Hcm91cC5jb250cm9scykuZm9yRWFjaChmaWVsZCA9PiB7XG4gICAgICBjb25zdCBjb250cm9sID0gZm9ybUdyb3VwLmdldChmaWVsZCk7XG4gICAgICBpZiAoY29udHJvbCBpbnN0YW5jZW9mIEZvcm1Db250cm9sKSB7XG4gICAgICAgIGNvbnRyb2wubWFya0FzRGlydHkoeyBvbmx5U2VsZjogdHJ1ZSB9KTtcbiAgICAgIH0gZWxzZSBpZiAoY29udHJvbCBpbnN0YW5jZW9mIEZvcm1Hcm91cCkge1xuICAgICAgICB0aGlzLnZhbGlkYXRlQWxsRm9ybUZpZWxkcyhjb250cm9sKTtcbiAgICAgIH1cbiAgICB9KVxuICB9XG5cbiAgZ2V0IHJvbGUoKSB7XG4gICAgcmV0dXJuIHRoaXMudXNlckZvcm0uY29udHJvbHNbJ3JvbGUnXTtcbiAgfVxuXG4gIGdldCBuYW1lKCkge1xuICAgIHJldHVybiB0aGlzLnVzZXJGb3JtLmNvbnRyb2xzWyduYW1lJ107XG4gIH1cbiAgZ2V0IGFkZHJlc3MoKSB7XG4gICAgcmV0dXJuIHRoaXMudXNlckZvcm0uY29udHJvbHNbJ2FkZHJlc3MnXTtcbiAgfVxuXG4gIGdldCBwaG9uZSgpIHtcbiAgICByZXR1cm4gdGhpcy51c2VyRm9ybS5jb250cm9sc1sncGhvbmUnXTtcbiAgfVxuXG5cblxuICBjbG9zZSgpIHtcbiAgICB0aGlzLnVzZXJGb3JtLnJlc2V0KCk7XG4gICAgdGhpcy5jbG9zZVxuICB9XG5cbiAgbmdPbkluaXQoKSB7XG4gICBcbiAgIHRoaXMuaXNBcHBlYWxMZXZlbFNlY29uZCA9IHRoaXMuZHluYW1pY1BhcmFtWydoaWRBcHBlYWxEZWNpc2lvbiddO1xuICAgbGV0IHBhcmVudEFwcGVhbElkID0gdGhpcy5keW5hbWljUGFyYW1bJ3BhcmVudEFwcGVhbElkJ107XG4gICAvLyBMb2FkZXJzZXJ2aWNlIGlzIG5vdCBnZXR0aW5nIGNhbGxlZCBmb3IgYXBwZWFsIHBvcCB1cFxuICAvL2JlY2FzdWUgb2YgdGhpcyBpc3N1ZSwgV2UgbmVlZCB0byB1c2UgdGhpcyBhcHByb2FjaFxuICAgIGlmIChwYXJlbnRBcHBlYWxJZCkge1xuICAgICAgdGhpcy5hcHBlYWxTZXJ2aWNlLmZldGNoQXBwZWFsUGFydGljaXBhbnREZXRhaWxzKHBhcmVudEFwcGVhbElkLCB0aGlzLmlzQXBwZWFsTGV2ZWxTZWNvbmQpLnN1YnNjcmliZShcbiAgICAgICAgcmVzID0+IHtcbiAgICAgICAgICBsZXQgdGVtcDogQXBwZWFsUGFydGljaXBhbnRNb2RlbExpc3QgPSByZXM7XG4gICAgICAgICAgbGV0IHNpemU6IG51bWJlciA9IDA7XG4gICAgICAgICAgaWYgKHRlbXApIHtcbiAgICAgICAgICAgIHRoaXMuaW5pdFBhcnRpY2lwYW50TGlzdChzaXplLCB0ZW1wKTtcbiAgICAgICAgICB9XG4gICAgICAgIH0sXG4gICAgICAgIGVyciA9PiB7XG4gICAgICAgICAgdGhpcy5sb2dnZXIuZGVidWcoZXJyKTtcbiAgICAgICAgfVxuICAgICAgKTtcbiAgICB9XG4gIFxuXHRcdFxuXG4gICAgaWYodGhpcy5pc0FwcGVhbExldmVsU2Vjb25kPT0nWScgfHwgdGhpcy51dGlsLmlzU3RhdGUoJ01FJykpIHtcbiAgICAgIHRoaXMucm9sZXMgPSBbXG4gICAgICAgIHsgbmFtZTogJ0F0dG9ybmV5JywgdmFsdWU6ICdBVE5ZJywgZGlzYWJsZWRSb2xlOiBmYWxzZSB9LFxuICAgICAgICB7IG5hbWU6ICdSZXByZXNlbnRhdGl2ZScsIHZhbHVlOiAnUlBSVCcsIGRpc2FibGVkUm9sZTogZmFsc2UgfSxcbiAgICAgIF1cbiAgICB9IGVsc2Uge1xuICAgICAgdGhpcy5yb2xlcyA9IFtcbiAgICAgICAgeyBuYW1lOiAnQXR0b3JuZXknLCB2YWx1ZTogJ0FUTlknLCBkaXNhYmxlZFJvbGU6IGZhbHNlIH0sXG4gICAgICAgIHsgbmFtZTogJ1JlcHJlc2VudGF0aXZlJywgdmFsdWU6ICdSUFJUJywgZGlzYWJsZWRSb2xlOiBmYWxzZSB9LFxuICAgICAgICB7IG5hbWU6ICdXaXRuZXNzJywgdmFsdWU6ICdXSVROJywgZGlzYWJsZWRSb2xlOiBmYWxzZSB9LFxuICAgICAgXVxuICAgIH1cbiAgfVxuXG4gIGluaXRQYXJ0aWNpcGFudExpc3QobGVuOiBudW1iZXIsIHRlbXA6IEFwcGVhbFBhcnRpY2lwYW50TW9kZWxMaXN0KSB7XG4gICAgdGVtcC5hZGRQYXJ0aWNpcGFudENvbXAuZmlsdGVyKHBhcnQgPT4gKHBhcnQucm9sZS52YWx1ZSA9PSAnUlBSVCcgfHwgcGFydC5yb2xlLnZhbHVlID09ICdBVE5ZJykpLm1hcChwYXJ0ID0+IHtcbiAgICAgIHBhcnQucm9sZS5kaXNhYmxlZFJvbGUgPSBmYWxzZTtcbiAgICAgIHRoaXMucGFydGljaXBhbnRMaXN0LnB1c2gocGFydClcbiAgICB9KTtcbiAgfVxufVxuIiwiPHAtdGFibGUgI2R0IFtyb3dIb3Zlcl09XCJ0cnVlXCIgW3ZhbHVlXT1cInBhcnRpY2lwYW50TGlzdFwiID5cclxuICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiaGVhZGVyXCIgbGV0LWNvbHVtbnMgPlxyXG4gICAgPHRyID5cclxuICAgICAgPHRoPiB7e1wiYWRkLnBhcnRpY2lwYW50LmhlYWRlci5wYXJ0aWNpcGFudFJvbGVcInx0cmFuc2xhdGV9fTwvdGg+XHJcbiAgICAgIDx0aD57e1wiYWRkLnBhcnRpY2lwYW50LmhlYWRlci5uYW1lXCJ8dHJhbnNsYXRlfX08L3RoPlxyXG4gICAgICA8dGg+IHt7XCJhZGQucGFydGljaXBhbnQuaGVhZGVyLnBob25lXCJ8dHJhbnNsYXRlfX08L3RoPlxyXG4gICAgICA8dGg+PC90aD5cclxuICAgIDwvdHI+XHJcbiAgPC9uZy10ZW1wbGF0ZT5cclxuICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiYm9keVwiIGxldC1wYXJ0aWNpcGFudCBsZXQtcm93SW5kZXg9XCJyb3dJbmRleFwiPlxyXG4gICAgPHRyID5cclxuXHJcbiAgICAgIDx0ZCA+PHNwYW4+e3twYXJ0aWNpcGFudC5yb2xlLm5hbWV9fTwvc3Bhbj48L3RkPlxyXG4gICAgICA8dGQ+PHNwYW4+e3twYXJ0aWNpcGFudC5uYW1lfX08L3NwYW4+PC90ZD5cclxuICAgICAgPHRkPjxzcGFuPnt7cGFydGljaXBhbnQucGhvbmV9fTwvc3Bhbj48L3RkPlxyXG4gICAgICA8dGQ+XHJcbiAgICAgICAgPGlvbi1idXR0b24gZmlsbD1cIm91dGxpbmVcIiAoY2xpY2spPVwiZWRpdEl0ZW0ocGFydGljaXBhbnQpXCIgIHNpemU9XCJzbWFsbFwiIGNsYXNzPVwiYWN0aW9uLWJ1dHRvblwiPlxyXG4gICAgICAgICAgPGZhLWljb24gW2ljb25dPVwiWydmYWwnLCAnZWRpdCddXCIgY2xhc3M9XCJhY3Rpb24taWNvblwiPjwvZmEtaWNvbj5cclxuICAgICAgICA8L2lvbi1idXR0b24+XHJcbiAgICAgICAgPGlvbi1idXR0b24gKGNsaWNrKT1cInJlbW92ZUl0ZW0ocGFydGljaXBhbnQpXCIgZmlsbD1cIm91dGxpbmVcIiAgc2l6ZT1cInNtYWxsXCIgY2xhc3M9XCJhY3Rpb24tYnV0dG9uXCI+XHJcbiAgICAgICAgICA8ZmEtaWNvbiBbaWNvbl09XCJbJ2ZhbCcsICd0cmFzaC1hbHQnXVwiIGNsYXNzPVwiYWN0aW9uLWljb25cIj48L2ZhLWljb24+XHJcbiAgICAgICAgPC9pb24tYnV0dG9uPlxyXG4gICAgICA8L3RkPlxyXG4gICAgPC90cj5cclxuICA8L25nLXRlbXBsYXRlPlxyXG4gIDxuZy10ZW1wbGF0ZSBwVGVtcGxhdGU9XCJmb290ZXJcIiBsZXQtY29sdW1ucz5cclxuICAgIDx0cj5cclxuICAgICAgPHRkPjxzcGFuIFtpbm5lckh0bWxdPVwiJ2FkZC5wYXJ0aWNpcGFudC5mb290ZXIuYWRkRWxlbWVudCd8dHJhbnNsYXRlXCI+PC9zcGFuPjwvdGQ+XHJcbiAgICAgIDx0ZD48L3RkPlxyXG4gICAgICA8dGQ+PC90ZD5cclxuICAgICAgPHRkIGNsYXNzPVwiY29sLW9mZnNldC00IGFjdGlvbi1idXR0b25cIj5cclxuICAgICAgICA8aW9uLWJ1dHRvbiAoY2xpY2spPVwiYWRkUm9sZSgpXCIgZmlsbD1cIm91dGxpbmVcIiBzaXplPVwic21hbGxcIiBzaGFwZT1cInNxdWFyZVwiIGNsYXNzPVwiYWN0aW9uLWJ1dHRvblwiPlxyXG4gICAgICAgICAgPGZhLWljb24gW2ljb25dPVwiWydmYWwnLCAncGx1cyddXCIgY2xhc3M9XCJhY3Rpb24taWNvblwiPjwvZmEtaWNvbj5cclxuICAgICAgICA8L2lvbi1idXR0b24+XHJcbiAgICAgIDwvdGQ+XHJcbiAgICA8L3RyPlxyXG4gIDwvbmctdGVtcGxhdGU+XHJcbjwvcC10YWJsZT5cclxuPGRpdiBjbGFzcz1cImFsaWduXCI+XHJcbjxmb3JtIFtmb3JtR3JvdXBdPVwidXNlckZvcm1cIiAqbmdJZj1cInZpc2libGVcIiAobmdTdWJtaXQpPVwib25TdWJtaXQoKVwiICNwYXJ0aWNpcGFudEZvcm09XCJuZ0Zvcm1cIiBzdHlsZT1cIm1hcmdpbi1sZWZ0OjE2cHhcIj5cclxuICA8ZGl2IGNsYXNzPVwiZmllbGQtZ3JpZFwiPlxyXG4gICAgPGJyPlxyXG4gICAgPGgxIGNsYXNzPVwiaGVhZGluZ1wiPnt7XCJhZGQucGFydGljaXBhbnQuaGVhZGVyLmhlYWRpbmdcInx0cmFuc2xhdGV9fTwvaDE+XHJcbiAgICA8YnI+XHJcbiAgPC9kaXY+XHJcbiAgPGRpdiBjbGFzcz1cImZpZWxkLWdyaWRcIj48bGFiZWw+IHt7aXNBcHBlYWxMZXZlbFNlY29uZCA9PSdOJyA/IChcImFkZC5wYXJ0aWNpcGFudC5oZWFkZXIucXVlc3Rpb25cInx0cmFuc2xhdGUpIDogKFwiYWRkLnBhcnRpY2lwYW50LmhlYWRlci5hcHBlYWxMZXZlbDJRdWVzdGlvblwifHRyYW5zbGF0ZSl9fTwvbGFiZWw+PC9kaXY+XHJcbiAgXHJcbiAgPGRpdiBzdHlsZT1cInBhZGRpbmctbGVmdDogMHB4O1wiPlxyXG4gICAgPHAtc2VsZWN0QnV0dG9uIFtvcHRpb25zXT1cInJvbGVzXCIgb3B0aW9uTGFiZWw9XCJuYW1lXCIgZm9ybUNvbnRyb2xOYW1lPVwicm9sZVwiIHJlcXVpcmVkIG9wdGlvbkRpc2FibGVkPVwiZGlzYWJsZWRSb2xlXCJcclxuICAgICAgW2NsYXNzLmhhcy1lcnJvcl09XCJyb2xlLmRpcnR5ICYmIHJvbGUuaW52YWxpZFwiPlxyXG4gICAgPC9wLXNlbGVjdEJ1dHRvbj5cclxuICAgIDxzcGFuIGNsYXNzPVwiaGVscC1ibG9ja1wiICpuZ0lmPVwicm9sZS5kaXJ0eSAmJiByb2xlLmludmFsaWRcIj57e1wiaW5kdWN0aW9uLnJlcXVpcmVkXCJ8IHRyYW5zbGF0ZX19PC9zcGFuPlxyXG4gIDwvZGl2PlxyXG4gIDxkaXYgY2xhc3M9XCJmb3JtZ3JpZCBncmlkXCIgKm5nSWY9XCJyb2xlLnZhbHVlPy52YWx1ZSA9PSdBVE5ZJyB8fCByb2xlLnZhbHVlPy52YWx1ZT09J1JQUlQnXCIgc3R5bGU9XCJtYXJnaW4tdG9wOjEwcHhcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJmaWVsZCBjb2wtNCBtZDpjb2wtMlwiPjxsYWJlbCBzdHlsZT1cIm1hcmdpbjo0cHhcIj57e1wiYWRkLnBhcnRpY2lwYW50Lmxhd3llci5uYW1lXCJ8dHJhbnNsYXRlfX08L2xhYmVsPlxyXG4gICAgICA8aW5wdXQgdHlwZT1cInRleHRcIiBwSW5wdXRUZXh0IGZvcm1Db250cm9sTmFtZT1cIm5hbWVcIiBwbGFjZWhvbGRlcj1cInt7cm9sZS52YWx1ZT8udmFsdWUgPT0nQVROWScgPyAnQXR0b3JuZXkgTmFtZScgOiAnUmVwcmVzZW50YXRhdGl2ZSBOYW1lJ319XCJcclxuICAgICAgICBjbGFzcz1cInRleHQtYmFzZSB0ZXh0LWNvbG9yIHN1cmZhY2Utb3ZlcmxheSBwLTIgYm9yZGVyLTEgYm9yZGVyLXNvbGlkIHN1cmZhY2UtYm9yZGVyIGJvcmRlci1yb3VuZCBhcHBlYXJhbmNlLW5vbmUgb3V0bGluZS1ub25lIGZvY3VzOmJvcmRlci1wcmltYXJ5IHctZnVsbFwiLz5cclxuICAgICAgPGFwcC1lcnJvciBbY2xhc3NdPVwiJ2FwcC1ncmlkJ1wiIFtmaWVsZF09J25hbWUnIFtmb3JtXT1cInVzZXJGb3JtXCIgW2VyckRlZl09XCJ7IFxyXG4gICAgICAgICAgcmVxdWlyZWQ6ICdSZXF1aXJlZC4nfVwiPlxyXG4gICAgICA8L2FwcC1lcnJvcj5cclxuICAgIDwvZGl2PlxyXG5cclxuICAgIDxkaXYgY2xhc3M9XCJmaWVsZCBjb2wtNCBtZDpjb2wtOVwiPjxzcGFuXHJcbiAgICAgICAgY2xhc3M9XCJibG9jayBtYi0yXCI+e3tcImFkZC5wYXJ0aWNpcGFudC5sYXd5ZXIucGhvbmVcInx0cmFuc2xhdGV9fTwvc3Bhbj5cclxuICAgICAgPHAtaW5wdXRNYXNrIG1hc2s9XCI5OTktOTk5LTk5OTlcIiBwbGFjZWhvbGRlcj1cIjk5OS05OTktOTk5OVwiIGZvcm1Db250cm9sTmFtZT1cInBob25lXCIgdW5tYXNrPVwidHJ1ZVwiPjwvcC1pbnB1dE1hc2s+XHJcbiAgICAgIDxhcHAtZXJyb3IgW2NsYXNzXT1cIidhcHAtZ3JpZCBibG9jayBtYi0yJ1wiIFtmaWVsZF09J3Bob25lJyBbZm9ybV09XCJ1c2VyRm9ybVwiIFtlcnJEZWZdPVwieyBcclxuICAgICAgICByZXF1aXJlZDogJ1JlcXVpcmVkLid9XCI+XHJcbiAgICAgIDwvYXBwLWVycm9yPlxyXG4gICAgPC9kaXY+XHJcbiAgICA8YnIgLz5cclxuXHJcbiAgICA8ZGl2IGNsYXNzPVwiZmllbGQgY29sLTQgbWQ6Y29sLTkgZmllbGQtZ3JpZFwiPlxyXG4gICAgICA8YXBwLWFkZHJlc3MgI3BhcnRpY2lwYW50QWRkcmVzcyBbZW5hYmxlQWRkcmVzc1ZhbGlkYXRpb25dPVwiaXNBZGRyZXNzVmFsaWRhdGlvbkVuYWJsZWRcIiBbaW5wdXRJZF09XCInYWRkcmVzcydcIiBbc3RhbmRhbG9uZUFkZHJlc3NGb3JtXT1cInRydWVcIiBmb3JtQ29udHJvbE5hbWU9XCJhZGRyZXNzXCIgW3BhcmVudEZvcm1Db21wb25lbnRdPVwiJ2FkZC1wYXJ0aWNpcGFudCdcIiBbcXVlc3Rpb25haXJlRm9ybV09XCJ1c2VyRm9ybVwiPjwvYXBwLWFkZHJlc3M+XHJcbiAgICAgIDxkaXYgKm5nSWY9XCIhdXRpbC5pc1N0YXRlKCdNRScpXCIgY2xhc3M9XCJmaWVsZCBjb2wtNCBtZDpjb2wtOSBmaWVsZC1ncmlkXCI+PGxhYmVsIHN0eWxlPVwicGFkZGluZzogMTBweCAwIDAgMnB4XCI+e3tcImFkZC5wYXJ0aWNpcGFudC5mb290ZXIuZGVjbGFyYXRpb25cInx0cmFuc2xhdGV9fTwvbGFiZWw+PC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJmaWVsZCBjb2wtNCBtZDpjb2wtOVwiPlxyXG4gICAgICA8aW9uLWJ1dHRvbiAoY2xpY2spPVwiY2xvc2UoKVwiIGZpbGw9XCJvdXRsaW5lXCIgc2hhcGU9XCJyb3VuZFwiIGNsYXNzPVwiY29sLW9mZnNldC0zXCI+Q2xlYXI8L2lvbi1idXR0b24+XHJcbiAgICAgIDxpb24tYnV0dG9uIChjbGljayk9XCJvblN1Ym1pdCgpXCIgZmlsbD1cIm91dGxpbmVcIiBzaGFwZT1cInJvdW5kXCIgdHlwZT1cInN1Ym1pdFwiIGNsYXNzPVwiY29sLW9mZnNldC0xXCI+U2F2ZTwvaW9uLWJ1dHRvbj5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG5cclxuICA8ZGl2IGNsYXNzPVwiZm9ybWdyaWQgZ3JpZFwiICpuZ0lmPVwicm9sZS52YWx1ZT8udmFsdWUgPT0nV0lUTidcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJmaWVsZCBjb2wtNCBtZDpjb2wtMlwiPjxsYWJlbCBzdHlsZT1cIm1hcmdpbjoxMHB4IDBweFwiPnt7XCJhZGQucGFydGljaXBhbnQub2JzZXJ2ZXIubmFtZVwifHRyYW5zbGF0ZX19PC9sYWJlbD5cclxuICAgICAgPGlucHV0IHR5cGU9XCJ0ZXh0XCIgcElucHV0VGV4dCBmb3JtQ29udHJvbE5hbWU9XCJuYW1lXCIgcGxhY2Vob2xkZXI9XCJXaXRuZXNzIE5hbWVcIlxyXG4gICAgICAgIGNsYXNzPVwidGV4dC1iYXNlIHRleHQtY29sb3Igc3VyZmFjZS1vdmVybGF5IHAtMiBib3JkZXItMSBib3JkZXItc29saWQgc3VyZmFjZS1ib3JkZXIgYm9yZGVyLXJvdW5kIGFwcGVhcmFuY2Utbm9uZSBvdXRsaW5lLW5vbmUgZm9jdXM6Ym9yZGVyLXByaW1hcnkgdy1mdWxsXCI+XHJcbiAgICAgIDxhcHAtZXJyb3IgW2NsYXNzXT1cIidhcHAtZ3JpZCdcIiBbZmllbGRdPSduYW1lJyBbZm9ybV09XCJ1c2VyRm9ybVwiIFtlcnJEZWZdPVwieyBcclxuICAgICAgICAgIHJlcXVpcmVkOiAnUmVxdWlyZWQuJ31cIj5cclxuICAgICAgPC9hcHAtZXJyb3I+XHJcbiAgICA8L2Rpdj5cclxuXHJcbiAgICA8ZGl2IGNsYXNzPVwiZmllbGQgY29sLTQgbWQ6Y29sLTlcIiBzdHlsZT1cInBhZGRpbmctdG9wOjEycHhcIj5cclxuICAgICAgPHNwYW4gY2xhc3M9XCJibG9jayBtYi0yXCI+e3tcImFkZC5wYXJ0aWNpcGFudC5vYnNlcnZlci5waG9uZVwifHRyYW5zbGF0ZX19PC9zcGFuPlxyXG4gICAgICA8cC1pbnB1dE1hc2sgbWFzaz1cIjk5OS05OTktOTk5OVwiIHBsYWNlaG9sZGVyPVwiOTk5LTk5OS05OTk5XCIgZm9ybUNvbnRyb2xOYW1lPVwicGhvbmVcIiB1bm1hc2s9XCJ0cnVlXCI+PC9wLWlucHV0TWFzaz5cclxuICAgICAgPGFwcC1lcnJvciBbY2xhc3NdPVwiJ2FwcC1ncmlkIGJsb2NrIG1iLTInXCIgW2ZpZWxkXT0ncGhvbmUnIFtmb3JtXT1cInVzZXJGb3JtXCIgW2VyckRlZl09XCJ7IFxyXG4gICAgICAgIHJlcXVpcmVkOiAnUmVxdWlyZWQuJ31cIj5cclxuICAgICAgPC9hcHAtZXJyb3I+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJmaWVsZCBjb2wtMTIgbWQ6Y29sLTlcIiBzdHlsZT1cIm1hcmdpbi10b3A6IDIwcHg7XCI+XHJcbiAgICAgIDxpb24tYnV0dG9uIChjbGljayk9XCJjbG9zZSgpXCIgZmlsbD1cIm91dGxpbmVcIiBzaGFwZT1cInJvdW5kXCIgY2xhc3M9XCJjb2wtb2Zmc2V0LTNcIj5DbGVhcjwvaW9uLWJ1dHRvbj5cclxuXHJcbiAgICAgIDxpb24tYnV0dG9uIChjbGljayk9XCJvblN1Ym1pdCgpXCIgdHlwZT1cInN1Ym1pdFwiIGZpbGw9XCJvdXRsaW5lXCIgc2hhcGU9XCJyb3VuZFwiIGNsYXNzPVwiY29sLW9mZnNldC0xXCI+U2F2ZTwvaW9uLWJ1dHRvbj5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG48L2Zvcm0+XHJcbjwvZGl2PiJdfQ==