@reusa/ngx-reusa-app-lib 0.0.732 → 0.1.731

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (472) hide show
  1. package/{esm2020 → esm2022}/lib/annimations/app-animations.mjs +36 -36
  2. package/esm2022/lib/components/add-employer/add-employer.component.mjs +3027 -0
  3. package/esm2022/lib/components/add-participant/add-participant.component.mjs +394 -0
  4. package/esm2022/lib/components/add-payment/add-payment.component.mjs +187 -0
  5. package/esm2022/lib/components/address/address.component.mjs +487 -0
  6. package/esm2022/lib/components/bank-details/bank-details.component.mjs +276 -0
  7. package/esm2022/lib/components/captcha/captcha.component.mjs +181 -0
  8. package/esm2022/lib/components/card/card.component.mjs +55 -0
  9. package/esm2022/lib/components/contact-us/contact-us.component.mjs +970 -0
  10. package/esm2022/lib/components/content/content.component.mjs +61 -0
  11. package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +83 -0
  12. package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +223 -0
  13. package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +292 -0
  14. package/esm2022/lib/components/disclosure/disclosure.component.mjs +60 -0
  15. package/esm2022/lib/components/dropdown/dropdown.component.mjs +1974 -0
  16. package/esm2022/lib/components/dropdown/dropdown.interface.mjs +2 -0
  17. package/esm2022/lib/components/email-update/email-update.component.mjs +283 -0
  18. package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +794 -0
  19. package/esm2022/lib/components/error/error.component.mjs +86 -0
  20. package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +163 -0
  21. package/{esm2020 → esm2022}/lib/components/file-download/file-download.component.mjs +104 -104
  22. package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +315 -0
  23. package/esm2022/lib/components/footer/footer.component.mjs +332 -0
  24. package/esm2022/lib/components/header/header.component.mjs +558 -0
  25. package/esm2022/lib/components/help/help.component.mjs +49 -0
  26. package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +65 -0
  27. package/{esm2020 → esm2022}/lib/components/info/info.component.mjs +187 -188
  28. package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +206 -0
  29. package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +193 -0
  30. package/esm2022/lib/components/maintenance-detector/maintenance-detector.component.mjs +43 -0
  31. package/esm2022/lib/components/mask/mask.component.mjs +48 -0
  32. package/esm2022/lib/components/menu/menu.component.mjs +423 -0
  33. package/esm2022/lib/components/mfa/mfa.component.mjs +444 -0
  34. package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +50 -0
  35. package/esm2022/lib/components/money-expect/money-expect.component.mjs +90 -0
  36. package/esm2022/lib/components/msg/msg.component.mjs +48 -0
  37. package/esm2022/lib/components/news/news.component.mjs +90 -0
  38. package/esm2022/lib/components/overlay-info/overlay-info.component.mjs +213 -0
  39. package/esm2022/lib/components/page/page.component.mjs +136 -0
  40. package/esm2022/lib/components/profile/profile.component.mjs +177 -0
  41. package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +63 -0
  42. package/esm2022/lib/components/questionnaire/AppValidators.mjs +487 -0
  43. package/{esm2020 → esm2022}/lib/components/questionnaire/FbConstants.mjs +7 -7
  44. package/{esm2020 → esm2022}/lib/components/questionnaire/SelectItem.mjs +1 -1
  45. package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +256 -0
  46. package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +475 -0
  47. package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +1094 -0
  48. package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +1882 -0
  49. package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +1263 -0
  50. package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +244 -0
  51. package/{esm2020 → esm2022}/lib/components/questionnaire/input-focus.directive.mjs +44 -44
  52. package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +256 -0
  53. package/{esm2020 → esm2022}/lib/components/questionnaire/question-base.mjs +2 -2
  54. package/{esm2020 → esm2022}/lib/components/questionnaire/question-control.service.mjs +420 -419
  55. package/{esm2020 → esm2022}/lib/components/questionnaire/question.service.mjs +33 -33
  56. package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +262 -0
  57. package/{esm2020 → esm2022}/lib/components/read-more/read-more.component.mjs +67 -67
  58. package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +690 -0
  59. package/esm2022/lib/components/search-employer/search-employer.component.mjs +142 -0
  60. package/esm2022/lib/components/select/select.component.mjs +154 -0
  61. package/esm2022/lib/components/ssn/ssn.component.mjs +44 -0
  62. package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +151 -0
  63. package/esm2022/lib/components/test/test.component.mjs +19 -0
  64. package/esm2022/lib/components/user-login/user-login.component.mjs +398 -0
  65. package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +442 -0
  66. package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +307 -0
  67. package/{esm2020 → esm2022}/lib/directives/auto-focus/auto-focus.directive.mjs +31 -31
  68. package/{esm2020 → esm2022}/lib/directives/caps-lock.directive.mjs +38 -38
  69. package/{esm2020 → esm2022}/lib/directives/required-roles/required-roles.directive.mjs +30 -30
  70. package/{esm2020 → esm2022}/lib/enums/EmailStatusEnum.mjs +8 -8
  71. package/{esm2020 → esm2022}/lib/guards/auth.guard.mjs +138 -138
  72. package/esm2022/lib/guards/no-login/no-login.guard.mjs +21 -0
  73. package/{esm2020 → esm2022}/lib/interceptors/error-interceptor/http-error-interceptor.mjs +107 -107
  74. package/{esm2020 → esm2022}/lib/interceptors/header-interceptor/http-header.interceptor.mjs +99 -99
  75. package/{esm2020 → esm2022}/lib/models/AddressComponentModel.mjs +2 -2
  76. package/{esm2020 → esm2022}/lib/models/BankDetailsComponentModel.mjs +2 -2
  77. package/{esm2020 → esm2022}/lib/models/BankDetailsModel.mjs +3 -3
  78. package/{esm2020 → esm2022}/lib/models/CinRequalificationCriteriaModel.mjs +3 -3
  79. package/{esm2020 → esm2022}/lib/models/EmployerDetailSearchResult.mjs +5 -5
  80. package/{esm2020 → esm2022}/lib/models/ErrorModel.mjs +5 -5
  81. package/{esm2020 → esm2022}/lib/models/FileModel.mjs +1 -1
  82. package/{esm2020 → esm2022}/lib/models/LibConstants.mjs +119 -119
  83. package/{esm2020 → esm2022}/lib/models/NewsAndAnnouncementModel.mjs +2 -2
  84. package/{esm2020 → esm2022}/lib/models/NotificationModel.mjs +5 -5
  85. package/{esm2020 → esm2022}/lib/models/OtpAuthModel.mjs +2 -2
  86. package/{esm2020 → esm2022}/lib/models/PaymentComponentModel.mjs +2 -2
  87. package/esm2022/lib/models/RequalifyLiftPageModel.mjs +11 -0
  88. package/{esm2020 → esm2022}/lib/models/SsaVerificationModel.mjs +3 -3
  89. package/{esm2020 → esm2022}/lib/models/TrendModel.mjs +2 -2
  90. package/{esm2020 → esm2022}/lib/models/UserDetailsModel.mjs +2 -2
  91. package/{esm2020 → esm2022}/lib/models/UserModel.mjs +5 -5
  92. package/{esm2020 → esm2022}/lib/models/case/CaseAttachmentModel.mjs +3 -3
  93. package/{esm2020 → esm2022}/lib/models/claimant/ClaimantModel.mjs +2 -2
  94. package/{esm2020 → esm2022}/lib/models/claimant/JobResultsData.mjs +2 -2
  95. package/{esm2020 → esm2022}/lib/models/claimant/MatchingJobs.mjs +2 -2
  96. package/{esm2020 → esm2022}/lib/models/claimant/ResetPasswordModel.mjs +2 -2
  97. package/esm2022/lib/models/cmp/CaseCoreModel.mjs +3 -0
  98. package/{esm2020 → esm2022}/lib/models/cmp/ComplaintCategoryModel.mjs +3 -3
  99. package/{esm2020 → esm2022}/lib/models/cmp/ComplaintCategoryOutputModel.mjs +5 -5
  100. package/esm2022/lib/models/cmp/ContactUsModel.mjs +3 -0
  101. package/{esm2020 → esm2022}/lib/models/cmp/EmailTemplateModel.mjs +3 -3
  102. package/esm2022/lib/models/cmp/contactUsInqueryModel.mjs +7 -0
  103. package/{esm2020 → esm2022}/lib/models/cmp/messageRourceModel.mjs +3 -3
  104. package/esm2022/lib/models/dashboard-model.mjs +3 -0
  105. package/esm2022/lib/models/dependent.model.mjs +8 -0
  106. package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmpRequestModel.mjs +2 -2
  107. package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +7 -7
  108. package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +5 -5
  109. package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +2 -2
  110. package/esm2022/lib/models/questionnaire/ComboModel.mjs +337 -0
  111. package/{esm2020 → esm2022}/lib/models/questionnaire/ElementsModel.mjs +7 -7
  112. package/{esm2020 → esm2022}/lib/models/questionnaire/EmployerDetailSearchResult.mjs +2 -2
  113. package/{esm2020 → esm2022}/lib/models/questionnaire/EmployerWagesModel.mjs +3 -3
  114. package/{esm2020 → esm2022}/lib/models/questionnaire/FBConfigModel.mjs +5 -5
  115. package/{esm2020 → esm2022}/lib/models/questionnaire/KeyValueModel.mjs +2 -2
  116. package/{esm2020 → esm2022}/lib/models/questionnaire/LegalDiscaimarModel.mjs +2 -2
  117. package/{esm2020 → esm2022}/lib/models/questionnaire/LoaderModel.mjs +2 -2
  118. package/{esm2020 → esm2022}/lib/models/questionnaire/PollingStatusModel.mjs +3 -3
  119. package/{esm2020 → esm2022}/lib/models/questionnaire/QtrYearEmployerWageModel.mjs +2 -2
  120. package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireQueryModel.mjs +7 -7
  121. package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireReturnModel.mjs +10 -10
  122. package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireSaveModel.mjs +2 -2
  123. package/esm2022/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +3 -0
  124. package/{esm2020 → esm2022}/lib/models/questionnaire/ServiceActionResponseModel.mjs +3 -3
  125. package/esm2022/lib/models/questionnaire/StatusModel.mjs +6 -0
  126. package/{esm2020 → esm2022}/lib/models/questionnaire/SuccessPageElement.mjs +2 -2
  127. package/esm2022/lib/models/questionnaire/UI512AResponseModel.mjs +3 -0
  128. package/{esm2020 → esm2022}/lib/models/questionnaire/ValidationModel.mjs +2 -2
  129. package/esm2022/lib/ngx-reusa-app-lib.component.mjs +23 -0
  130. package/esm2022/lib/ngx-reusa-app-lib.module.mjs +402 -0
  131. package/{esm2020 → esm2022}/lib/ngx-reusa-app-lib.service.mjs +14 -14
  132. package/{esm2020 → esm2022}/lib/pages/BasePage.mjs +76 -76
  133. package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +81 -0
  134. package/esm2022/lib/pages/common/change-password/change-password.page.mjs +463 -0
  135. package/esm2022/lib/pages/common/landing/landing.component.mjs +208 -0
  136. package/esm2022/lib/pages/common/landing2/landing2.component.mjs +244 -0
  137. package/esm2022/lib/pages/common/login/login.component.mjs +526 -0
  138. package/esm2022/lib/pages/common/not-found/not-found.page.mjs +24 -0
  139. package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +306 -0
  140. package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +61 -0
  141. package/esm2022/lib/pages/common/unauthorized/unauthorized.page.mjs +24 -0
  142. package/esm2022/lib/pages/popovers/language/language.page.mjs +61 -0
  143. package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +204 -0
  144. package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +129 -0
  145. package/esm2022/lib/pages/popovers/user-search/user-search.component.mjs +251 -0
  146. package/{esm2020 → esm2022}/lib/pipes/filter.pipe.mjs +30 -30
  147. package/{esm2020 → esm2022}/lib/pipes/mask/mask.email.pipe.mjs +23 -23
  148. package/{esm2020 → esm2022}/lib/pipes/proper-case/proper-case.pipe.mjs +27 -27
  149. package/{esm2020 → esm2022}/lib/pipes/translate/dynamic-translate.pipe.mjs +44 -44
  150. package/{esm2020 → esm2022}/lib/pipes/trust-html/trust-html.pipe.mjs +20 -20
  151. package/{esm2020 → esm2022}/lib/services/base-service.mjs +49 -49
  152. package/{esm2020 → esm2022}/lib/services/captcha/captcha.service.mjs +46 -46
  153. package/{esm2020 → esm2022}/lib/services/case-service/case.service.mjs +47 -47
  154. package/{esm2020 → esm2022}/lib/services/chatbot/chatbot.service.mjs +257 -257
  155. package/esm2022/lib/services/chatbot/script.const.mjs +42 -0
  156. package/{esm2020 → esm2022}/lib/services/claimant/claimant.service.mjs +31 -31
  157. package/esm2022/lib/services/claimant-context/claimant-context.service.mjs +48 -0
  158. package/{esm2020 → esm2022}/lib/services/claimant-service/claimant.service.mjs +47 -47
  159. package/{esm2020 → esm2022}/lib/services/claims/claims.service.mjs +99 -99
  160. package/{esm2020 → esm2022}/lib/services/cmp-service/cmp.service.mjs +84 -84
  161. package/{esm2020 → esm2022}/lib/services/dms-service/dms.service.mjs +60 -60
  162. package/{esm2020 → esm2022}/lib/services/fpjs/fingerprint.service.mjs +70 -70
  163. package/{esm2020 → esm2022}/lib/services/google-analytics/google-analytics.service.mjs +29 -29
  164. package/{esm2020 → esm2022}/lib/services/help/help.service.mjs +63 -63
  165. package/{esm2020 → esm2022}/lib/services/idle/idle.service.mjs +159 -159
  166. package/{esm2020 → esm2022}/lib/services/logger/logger.service.mjs +67 -67
  167. package/esm2022/lib/services/login/login.service.mjs +330 -0
  168. package/{esm2020 → esm2022}/lib/services/maintenance/maintenance.service.mjs +21 -21
  169. package/{esm2020 → esm2022}/lib/services/notification/notification.service.mjs +113 -113
  170. package/{esm2020 → esm2022}/lib/services/questionnaire/questionnaire.service.mjs +69 -69
  171. package/{esm2020 → esm2022}/lib/services/questionnaire/validation.service.mjs +59 -59
  172. package/{esm2020 → esm2022}/lib/services/security-service/security.service.mjs +35 -35
  173. package/{esm2020 → esm2022}/lib/services/tour/tour.service.mjs +60 -60
  174. package/{esm2020 → esm2022}/lib/services/util/util.service.mjs +424 -424
  175. package/esm2022/lib/validations/AppRegex.mjs +45 -0
  176. package/{esm2020 → esm2022}/lib/validations/AppValidators.mjs +165 -165
  177. package/{esm2020 → esm2022}/public-api.mjs +131 -131
  178. package/{esm2020 → esm2022}/reusa-ngx-reusa-app-lib.mjs +4 -4
  179. package/{fesm2020 → fesm2022}/reusa-ngx-reusa-app-lib.mjs +27966 -27877
  180. package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -0
  181. package/index.d.ts +5 -5
  182. package/lib/annimations/app-animations.d.ts +3 -3
  183. package/lib/components/add-employer/add-employer.component.d.ts +276 -276
  184. package/lib/components/add-participant/add-participant.component.d.ts +45 -45
  185. package/lib/components/add-payment/add-payment.component.d.ts +33 -33
  186. package/lib/components/address/address.component.d.ts +68 -68
  187. package/lib/components/address/address.component.d.ts.map +1 -1
  188. package/lib/components/bank-details/bank-details.component.d.ts +39 -39
  189. package/lib/components/captcha/captcha.component.d.ts +44 -44
  190. package/lib/components/card/card.component.d.ts +11 -11
  191. package/lib/components/contact-us/contact-us.component.d.ts +105 -107
  192. package/lib/components/contact-us/contact-us.component.d.ts.map +1 -1
  193. package/lib/components/content/content.component.d.ts +13 -13
  194. package/lib/components/correspondence-download/correspondence-download.component.d.ts +21 -21
  195. package/lib/components/dashboard-card/dashboard-card.component.d.ts +25 -25
  196. package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -1
  197. package/lib/components/dependent-grid/dependent-grid.component.d.ts +35 -35
  198. package/lib/components/disclosure/disclosure.component.d.ts +12 -12
  199. package/lib/components/dropdown/dropdown.component.d.ts +581 -207
  200. package/lib/components/dropdown/dropdown.component.d.ts.map +1 -1
  201. package/lib/components/dropdown/dropdown.interface.d.ts +155 -0
  202. package/lib/components/dropdown/dropdown.interface.d.ts.map +1 -0
  203. package/lib/components/email-update/email-update.component.d.ts +31 -31
  204. package/lib/components/employer-grid/employer-grid.component.d.ts +95 -94
  205. package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -1
  206. package/lib/components/error/error.component.d.ts +17 -17
  207. package/lib/components/fav-menu/fav-menu.component.d.ts +21 -21
  208. package/lib/components/file-download/file-download.component.d.ts +22 -22
  209. package/lib/components/file-uploader/file-uploader.component.d.ts +47 -47
  210. package/lib/components/footer/footer.component.d.ts +36 -36
  211. package/lib/components/header/header.component.d.ts +59 -58
  212. package/lib/components/header/header.component.d.ts.map +1 -1
  213. package/lib/components/help/help.component.d.ts +10 -10
  214. package/lib/components/idle-detector/idle-detector.component.d.ts +15 -15
  215. package/lib/components/info/info.component.d.ts +22 -22
  216. package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +21 -21
  217. package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +33 -33
  218. package/lib/components/maintenance-detector/maintenance-detector.component.d.ts +15 -15
  219. package/lib/components/mask/mask.component.d.ts +11 -11
  220. package/lib/components/menu/menu.component.d.ts +43 -43
  221. package/lib/components/mfa/mfa.component.d.ts +59 -59
  222. package/lib/components/mfa-popup/mfa-popup.component.d.ts +16 -16
  223. package/lib/components/money-expect/money-expect.component.d.ts +18 -18
  224. package/lib/components/msg/msg.component.d.ts +10 -10
  225. package/lib/components/news/news.component.d.ts +14 -14
  226. package/lib/components/overlay-info/overlay-info.component.d.ts +34 -34
  227. package/lib/components/page/page.component.d.ts +23 -23
  228. package/lib/components/profile/profile.component.d.ts +28 -28
  229. package/lib/components/profile-redirect/profile-redirect.component.d.ts +13 -13
  230. package/lib/components/questionnaire/AppValidators.d.ts +14 -14
  231. package/lib/components/questionnaire/AppValidators.d.ts.map +1 -1
  232. package/lib/components/questionnaire/FbConstants.d.ts +7 -7
  233. package/lib/components/questionnaire/SelectItem.d.ts +4 -4
  234. package/lib/components/questionnaire/account-success/account-success.page.d.ts +53 -53
  235. package/lib/components/questionnaire/common-success/common-success.page.d.ts +75 -75
  236. package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -1
  237. package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +46 -46
  238. package/lib/components/questionnaire/dynamic-form-question.component.d.ts +82 -82
  239. package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
  240. package/lib/components/questionnaire/dynamic-form.component.d.ts +130 -130
  241. package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
  242. package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +66 -64
  243. package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -1
  244. package/lib/components/questionnaire/input-focus.directive.d.ts +11 -11
  245. package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +38 -38
  246. package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -1
  247. package/lib/components/questionnaire/question-base.d.ts +16 -16
  248. package/lib/components/questionnaire/question-control.service.d.ts +19 -19
  249. package/lib/components/questionnaire/question-control.service.d.ts.map +1 -1
  250. package/lib/components/questionnaire/question.service.d.ts +18 -18
  251. package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +75 -74
  252. package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -1
  253. package/lib/components/read-more/read-more.component.d.ts +14 -14
  254. package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +67 -67
  255. package/lib/components/search-employer/search-employer.component.d.ts +37 -36
  256. package/lib/components/search-employer/search-employer.component.d.ts.map +1 -1
  257. package/lib/components/select/select.component.d.ts +55 -55
  258. package/lib/components/ssn/ssn.component.d.ts +11 -11
  259. package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +22 -22
  260. package/lib/components/test/test.component.d.ts +8 -8
  261. package/lib/components/user-login/user-login.component.d.ts +48 -48
  262. package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +59 -59
  263. package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +45 -45
  264. package/lib/directives/auto-focus/auto-focus.directive.d.ts +12 -12
  265. package/lib/directives/caps-lock.directive.d.ts +11 -11
  266. package/lib/directives/required-roles/required-roles.directive.d.ts +14 -14
  267. package/lib/enums/EmailStatusEnum.d.ts +7 -7
  268. package/lib/guards/auth.guard.d.ts +28 -28
  269. package/lib/guards/auth.guard.d.ts.map +1 -1
  270. package/lib/guards/no-login/no-login.guard.d.ts +11 -11
  271. package/lib/guards/no-login/no-login.guard.d.ts.map +1 -1
  272. package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts +22 -22
  273. package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts +21 -21
  274. package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts.map +1 -1
  275. package/lib/models/AddressComponentModel.d.ts +12 -12
  276. package/lib/models/BankDetailsComponentModel.d.ts +11 -11
  277. package/lib/models/BankDetailsModel.d.ts +4 -4
  278. package/lib/models/CinRequalificationCriteriaModel.d.ts +10 -10
  279. package/lib/models/EmployerDetailSearchResult.d.ts +47 -47
  280. package/lib/models/ErrorModel.d.ts +6 -6
  281. package/lib/models/FileModel.d.ts +4 -4
  282. package/lib/models/LibConstants.d.ts +112 -112
  283. package/lib/models/NewsAndAnnouncementModel.d.ts +5 -5
  284. package/lib/models/NotificationModel.d.ts +10 -10
  285. package/lib/models/OtpAuthModel.d.ts +6 -6
  286. package/lib/models/PaymentComponentModel.d.ts +7 -7
  287. package/lib/models/RequalifyLiftPageModel.d.ts +11 -11
  288. package/lib/models/SsaVerificationModel.d.ts +8 -8
  289. package/lib/models/TrendModel.d.ts +13 -13
  290. package/lib/models/UserDetailsModel.d.ts +9 -9
  291. package/lib/models/UserModel.d.ts +46 -46
  292. package/lib/models/case/CaseAttachmentModel.d.ts +5 -5
  293. package/lib/models/claimant/ClaimantModel.d.ts +22 -22
  294. package/lib/models/claimant/JobResultsData.d.ts +7 -7
  295. package/lib/models/claimant/MatchingJobs.d.ts +12 -12
  296. package/lib/models/claimant/ResetPasswordModel.d.ts +8 -8
  297. package/lib/models/cmp/CaseCoreModel.d.ts +20 -20
  298. package/lib/models/cmp/ComplaintCategoryModel.d.ts +8 -8
  299. package/lib/models/cmp/ComplaintCategoryOutputModel.d.ts +5 -5
  300. package/lib/models/cmp/ContactUsModel.d.ts +22 -22
  301. package/lib/models/cmp/EmailTemplateModel.d.ts +6 -6
  302. package/lib/models/cmp/contactUsInqueryModel.d.ts +46 -46
  303. package/lib/models/cmp/messageRourceModel.d.ts +5 -5
  304. package/lib/models/dashboard-model.d.ts +43 -43
  305. package/lib/models/dependent.model.d.ts +11 -18
  306. package/lib/models/dependent.model.d.ts.map +1 -1
  307. package/lib/models/questionnaire/ClaimAppEmpRequestModel.d.ts +8 -8
  308. package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +16 -16
  309. package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +151 -151
  310. package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +16 -16
  311. package/lib/models/questionnaire/ComboModel.d.ts +85 -85
  312. package/lib/models/questionnaire/ElementsModel.d.ts +68 -68
  313. package/lib/models/questionnaire/EmployerDetailSearchResult.d.ts +17 -17
  314. package/lib/models/questionnaire/EmployerWagesModel.d.ts +4 -4
  315. package/lib/models/questionnaire/FBConfigModel.d.ts +11 -11
  316. package/lib/models/questionnaire/KeyValueModel.d.ts +10 -10
  317. package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +10 -10
  318. package/lib/models/questionnaire/LoaderModel.d.ts +4 -4
  319. package/lib/models/questionnaire/PollingStatusModel.d.ts +6 -6
  320. package/lib/models/questionnaire/QtrYearEmployerWageModel.d.ts +8 -8
  321. package/lib/models/questionnaire/QuestionnaireQueryModel.d.ts +23 -23
  322. package/lib/models/questionnaire/QuestionnaireReturnModel.d.ts +20 -20
  323. package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +24 -24
  324. package/lib/models/questionnaire/RequalifyLiftIssuesModel.d.ts +13 -13
  325. package/lib/models/questionnaire/ServiceActionResponseModel.d.ts +6 -6
  326. package/lib/models/questionnaire/StatusModel.d.ts +15 -15
  327. package/lib/models/questionnaire/SuccessPageElement.d.ts +8 -8
  328. package/lib/models/questionnaire/UI512AResponseModel.d.ts +12 -12
  329. package/lib/models/questionnaire/ValidationModel.d.ts +17 -17
  330. package/lib/ngx-reusa-app-lib.component.d.ts +8 -8
  331. package/lib/ngx-reusa-app-lib.module.d.ts +148 -145
  332. package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -1
  333. package/lib/ngx-reusa-app-lib.service.d.ts +6 -6
  334. package/lib/pages/BasePage.d.ts +26 -26
  335. package/lib/pages/common/accessibility-policy/accessibility-policy.page.d.ts +11 -11
  336. package/lib/pages/common/change-password/change-password.page.d.ts +40 -40
  337. package/lib/pages/common/landing/landing.component.d.ts +24 -24
  338. package/lib/pages/common/landing2/landing2.component.d.ts +30 -30
  339. package/lib/pages/common/login/login.component.d.ts +64 -64
  340. package/lib/pages/common/not-found/not-found.page.d.ts +8 -8
  341. package/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.d.ts +11 -11
  342. package/lib/pages/common/security-policy/security-policy.page.d.ts +11 -11
  343. package/lib/pages/common/unauthorized/unauthorized.page.d.ts +8 -8
  344. package/lib/pages/popovers/language/language.page.d.ts +16 -16
  345. package/lib/pages/popovers/my-notifications/my-notifications.page.d.ts +21 -21
  346. package/lib/pages/popovers/my-profile/my-profile.page.d.ts +20 -20
  347. package/lib/pages/popovers/user-search/user-search.component.d.ts +31 -31
  348. package/lib/pipes/filter.pipe.d.ts +7 -7
  349. package/lib/pipes/mask/mask.email.pipe.d.ts +10 -10
  350. package/lib/pipes/proper-case/proper-case.pipe.d.ts +8 -8
  351. package/lib/pipes/translate/dynamic-translate.pipe.d.ts +10 -10
  352. package/lib/pipes/trust-html/trust-html.pipe.d.ts +10 -10
  353. package/lib/services/base-service.d.ts +92 -92
  354. package/lib/services/captcha/captcha.service.d.ts +15 -15
  355. package/lib/services/case-service/case.service.d.ts +19 -19
  356. package/lib/services/chatbot/chatbot.service.d.ts +60 -60
  357. package/lib/services/chatbot/script.const.d.ts +15 -15
  358. package/lib/services/claimant/claimant.service.d.ts +17 -17
  359. package/lib/services/claimant-context/claimant-context.service.d.ts +18 -18
  360. package/lib/services/claimant-context/claimant-context.service.d.ts.map +1 -1
  361. package/lib/services/claimant-service/claimant.service.d.ts +19 -19
  362. package/lib/services/claims/claims.service.d.ts +39 -39
  363. package/lib/services/cmp-service/cmp.service.d.ts +33 -33
  364. package/lib/services/dms-service/dms.service.d.ts +23 -23
  365. package/lib/services/fpjs/fingerprint.service.d.ts +18 -18
  366. package/lib/services/google-analytics/google-analytics.service.d.ts +8 -8
  367. package/lib/services/help/help.service.d.ts +25 -25
  368. package/lib/services/help/help.service.d.ts.map +1 -1
  369. package/lib/services/idle/idle.service.d.ts +43 -43
  370. package/lib/services/logger/logger.service.d.ts +31 -31
  371. package/lib/services/logger/logger.service.d.ts.map +1 -1
  372. package/lib/services/login/login.service.d.ts +75 -75
  373. package/lib/services/login/login.service.d.ts.map +1 -1
  374. package/lib/services/maintenance/maintenance.service.d.ts +15 -15
  375. package/lib/services/notification/notification.service.d.ts +38 -38
  376. package/lib/services/questionnaire/questionnaire.service.d.ts +35 -35
  377. package/lib/services/questionnaire/validation.service.d.ts +81 -81
  378. package/lib/services/security-service/security.service.d.ts +14 -14
  379. package/lib/services/tour/tour.service.d.ts +24 -24
  380. package/lib/services/util/util.service.d.ts +190 -190
  381. package/lib/validations/AppRegex.d.ts +43 -43
  382. package/lib/validations/AppValidators.d.ts +53 -53
  383. package/package.json +6 -11
  384. package/public-api.d.ts +121 -121
  385. package/esm2020/lib/components/add-employer/add-employer.component.mjs +0 -3099
  386. package/esm2020/lib/components/add-participant/add-participant.component.mjs +0 -396
  387. package/esm2020/lib/components/add-payment/add-payment.component.mjs +0 -186
  388. package/esm2020/lib/components/address/address.component.mjs +0 -480
  389. package/esm2020/lib/components/bank-details/bank-details.component.mjs +0 -275
  390. package/esm2020/lib/components/captcha/captcha.component.mjs +0 -180
  391. package/esm2020/lib/components/card/card.component.mjs +0 -54
  392. package/esm2020/lib/components/contact-us/contact-us.component.mjs +0 -1004
  393. package/esm2020/lib/components/content/content.component.mjs +0 -60
  394. package/esm2020/lib/components/correspondence-download/correspondence-download.component.mjs +0 -82
  395. package/esm2020/lib/components/dashboard-card/dashboard-card.component.mjs +0 -219
  396. package/esm2020/lib/components/dependent-grid/dependent-grid.component.mjs +0 -297
  397. package/esm2020/lib/components/disclosure/disclosure.component.mjs +0 -59
  398. package/esm2020/lib/components/dropdown/dropdown.component.mjs +0 -1552
  399. package/esm2020/lib/components/email-update/email-update.component.mjs +0 -287
  400. package/esm2020/lib/components/employer-grid/employer-grid.component.mjs +0 -800
  401. package/esm2020/lib/components/error/error.component.mjs +0 -85
  402. package/esm2020/lib/components/fav-menu/fav-menu.component.mjs +0 -163
  403. package/esm2020/lib/components/file-uploader/file-uploader.component.mjs +0 -317
  404. package/esm2020/lib/components/footer/footer.component.mjs +0 -337
  405. package/esm2020/lib/components/header/header.component.mjs +0 -566
  406. package/esm2020/lib/components/help/help.component.mjs +0 -48
  407. package/esm2020/lib/components/idle-detector/idle-detector.component.mjs +0 -64
  408. package/esm2020/lib/components/job-search-result-page/job-search-result-page.component.mjs +0 -209
  409. package/esm2020/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +0 -192
  410. package/esm2020/lib/components/maintenance-detector/maintenance-detector.component.mjs +0 -42
  411. package/esm2020/lib/components/mask/mask.component.mjs +0 -48
  412. package/esm2020/lib/components/menu/menu.component.mjs +0 -430
  413. package/esm2020/lib/components/mfa/mfa.component.mjs +0 -451
  414. package/esm2020/lib/components/mfa-popup/mfa-popup.component.mjs +0 -49
  415. package/esm2020/lib/components/money-expect/money-expect.component.mjs +0 -89
  416. package/esm2020/lib/components/msg/msg.component.mjs +0 -48
  417. package/esm2020/lib/components/news/news.component.mjs +0 -89
  418. package/esm2020/lib/components/overlay-info/overlay-info.component.mjs +0 -235
  419. package/esm2020/lib/components/page/page.component.mjs +0 -138
  420. package/esm2020/lib/components/profile/profile.component.mjs +0 -182
  421. package/esm2020/lib/components/profile-redirect/profile-redirect.component.mjs +0 -62
  422. package/esm2020/lib/components/questionnaire/AppValidators.mjs +0 -523
  423. package/esm2020/lib/components/questionnaire/account-success/account-success.page.mjs +0 -259
  424. package/esm2020/lib/components/questionnaire/common-success/common-success.page.mjs +0 -483
  425. package/esm2020/lib/components/questionnaire/dynamic-form-panel.component.mjs +0 -1137
  426. package/esm2020/lib/components/questionnaire/dynamic-form-question.component.mjs +0 -1948
  427. package/esm2020/lib/components/questionnaire/dynamic-form.component.mjs +0 -1257
  428. package/esm2020/lib/components/questionnaire/form-builder/form-builder.page.mjs +0 -240
  429. package/esm2020/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +0 -259
  430. package/esm2020/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +0 -260
  431. package/esm2020/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +0 -703
  432. package/esm2020/lib/components/search-employer/search-employer.component.mjs +0 -142
  433. package/esm2020/lib/components/select/select.component.mjs +0 -153
  434. package/esm2020/lib/components/ssn/ssn.component.mjs +0 -43
  435. package/esm2020/lib/components/ssn-reverify/ssn-reverify.component.mjs +0 -150
  436. package/esm2020/lib/components/test/test.component.mjs +0 -18
  437. package/esm2020/lib/components/user-login/user-login.component.mjs +0 -401
  438. package/esm2020/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +0 -445
  439. package/esm2020/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +0 -308
  440. package/esm2020/lib/guards/no-login/no-login.guard.mjs +0 -21
  441. package/esm2020/lib/models/RequalifyLiftPageModel.mjs +0 -11
  442. package/esm2020/lib/models/cmp/CaseCoreModel.mjs +0 -3
  443. package/esm2020/lib/models/cmp/ContactUsModel.mjs +0 -3
  444. package/esm2020/lib/models/cmp/contactUsInqueryModel.mjs +0 -7
  445. package/esm2020/lib/models/dashboard-model.mjs +0 -3
  446. package/esm2020/lib/models/dependent.model.mjs +0 -8
  447. package/esm2020/lib/models/questionnaire/ComboModel.mjs +0 -337
  448. package/esm2020/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +0 -3
  449. package/esm2020/lib/models/questionnaire/StatusModel.mjs +0 -6
  450. package/esm2020/lib/models/questionnaire/UI512AResponseModel.mjs +0 -3
  451. package/esm2020/lib/ngx-reusa-app-lib.component.mjs +0 -22
  452. package/esm2020/lib/ngx-reusa-app-lib.module.mjs +0 -390
  453. package/esm2020/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +0 -80
  454. package/esm2020/lib/pages/common/change-password/change-password.page.mjs +0 -477
  455. package/esm2020/lib/pages/common/landing/landing.component.mjs +0 -207
  456. package/esm2020/lib/pages/common/landing2/landing2.component.mjs +0 -244
  457. package/esm2020/lib/pages/common/login/login.component.mjs +0 -542
  458. package/esm2020/lib/pages/common/not-found/not-found.page.mjs +0 -23
  459. package/esm2020/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +0 -305
  460. package/esm2020/lib/pages/common/security-policy/security-policy.page.mjs +0 -60
  461. package/esm2020/lib/pages/common/unauthorized/unauthorized.page.mjs +0 -23
  462. package/esm2020/lib/pages/popovers/language/language.page.mjs +0 -60
  463. package/esm2020/lib/pages/popovers/my-notifications/my-notifications.page.mjs +0 -205
  464. package/esm2020/lib/pages/popovers/my-profile/my-profile.page.mjs +0 -129
  465. package/esm2020/lib/pages/popovers/user-search/user-search.component.mjs +0 -253
  466. package/esm2020/lib/services/chatbot/script.const.mjs +0 -42
  467. package/esm2020/lib/services/claimant-context/claimant-context.service.mjs +0 -47
  468. package/esm2020/lib/services/login/login.service.mjs +0 -330
  469. package/esm2020/lib/validations/AppRegex.mjs +0 -45
  470. package/fesm2015/reusa-ngx-reusa-app-lib.mjs +0 -30728
  471. package/fesm2015/reusa-ngx-reusa-app-lib.mjs.map +0 -1
  472. package/fesm2020/reusa-ngx-reusa-app-lib.mjs.map +0 -1
@@ -1,297 +0,0 @@
1
- import { ChangeDetectionStrategy, Component } from '@angular/core';
2
- import { NG_VALUE_ACCESSOR } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "../../services/questionnaire/validation.service";
5
- function DependentGridComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
6
- const _r8 = i0.ɵɵgetCurrentView();
7
- i0.ɵɵelementStart(0, "tr")(1, "th");
8
- i0.ɵɵtext(2);
9
- i0.ɵɵpipe(3, "translate");
10
- i0.ɵɵelementEnd();
11
- i0.ɵɵelementStart(4, "th");
12
- i0.ɵɵtext(5);
13
- i0.ɵɵpipe(6, "translate");
14
- i0.ɵɵelementEnd();
15
- i0.ɵɵelementStart(7, "th");
16
- i0.ɵɵtext(8);
17
- i0.ɵɵpipe(9, "translate");
18
- i0.ɵɵelementEnd();
19
- i0.ɵɵelementStart(10, "th");
20
- i0.ɵɵtext(11);
21
- i0.ɵɵpipe(12, "translate");
22
- i0.ɵɵelementEnd();
23
- i0.ɵɵelementStart(13, "th")(14, "ion-button", 12);
24
- i0.ɵɵlistener("click", function DependentGridComponent_ng_template_3_Template_ion_button_click_14_listener() { i0.ɵɵrestoreView(_r8); const ctx_r7 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r7.showAddDependentPopup = !ctx_r7.showAddDependentPopup); });
25
- i0.ɵɵtext(15);
26
- i0.ɵɵpipe(16, "translate");
27
- i0.ɵɵelementEnd()()();
28
- } if (rf & 2) {
29
- i0.ɵɵadvance(2);
30
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 5, "dependent.grid.header.dependent"), " ");
31
- i0.ɵɵadvance(3);
32
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(6, 7, "dependent.grid.header.dob"), " ");
33
- i0.ɵɵadvance(3);
34
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(9, 9, "dependent.grid.header.ssn"), " ");
35
- i0.ɵɵadvance(3);
36
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(12, 11, "dependent.grid.header.relationship"), " ");
37
- i0.ɵɵadvance(4);
38
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(16, 13, "dependent.grid.header.add"), " ");
39
- } }
40
- function DependentGridComponent_ng_template_4_app_ssn_16_Template(rf, ctx) { if (rf & 1) {
41
- i0.ɵɵelement(0, "app-ssn", 19);
42
- } if (rf & 2) {
43
- const dependent_r9 = i0.ɵɵnextContext().$implicit;
44
- i0.ɵɵproperty("ssn", dependent_r9.dependentSSN);
45
- } }
46
- function DependentGridComponent_ng_template_4_span_17_Template(rf, ctx) { if (rf & 1) {
47
- i0.ɵɵelementStart(0, "span");
48
- i0.ɵɵtext(1, "--");
49
- i0.ɵɵelementEnd();
50
- } }
51
- const _c0 = function () { return ["fal", "edit"]; };
52
- const _c1 = function () { return ["fal", "trash-alt"]; };
53
- function DependentGridComponent_ng_template_4_Template(rf, ctx) { if (rf & 1) {
54
- const _r15 = i0.ɵɵgetCurrentView();
55
- i0.ɵɵelementStart(0, "tr", 13)(1, "td")(2, "span", 14);
56
- i0.ɵɵtext(3);
57
- i0.ɵɵpipe(4, "translate");
58
- i0.ɵɵelementEnd();
59
- i0.ɵɵtext(5);
60
- i0.ɵɵelementEnd();
61
- i0.ɵɵelementStart(6, "td")(7, "span", 14);
62
- i0.ɵɵtext(8);
63
- i0.ɵɵpipe(9, "translate");
64
- i0.ɵɵelementEnd();
65
- i0.ɵɵtext(10);
66
- i0.ɵɵpipe(11, "date");
67
- i0.ɵɵelementEnd();
68
- i0.ɵɵelementStart(12, "td")(13, "span", 14);
69
- i0.ɵɵtext(14);
70
- i0.ɵɵpipe(15, "translate");
71
- i0.ɵɵelementEnd();
72
- i0.ɵɵtemplate(16, DependentGridComponent_ng_template_4_app_ssn_16_Template, 1, 1, "app-ssn", 15);
73
- i0.ɵɵtemplate(17, DependentGridComponent_ng_template_4_span_17_Template, 2, 0, "span", 16);
74
- i0.ɵɵelementEnd();
75
- i0.ɵɵelementStart(18, "td")(19, "span", 14);
76
- i0.ɵɵtext(20);
77
- i0.ɵɵpipe(21, "translate");
78
- i0.ɵɵelementEnd();
79
- i0.ɵɵtext(22);
80
- i0.ɵɵelementEnd();
81
- i0.ɵɵelementStart(23, "td")(24, "ion-button", 17);
82
- i0.ɵɵlistener("click", function DependentGridComponent_ng_template_4_Template_ion_button_click_24_listener() { const restoredCtx = i0.ɵɵrestoreView(_r15); const dependent_r9 = restoredCtx.$implicit; const ctx_r14 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r14.editDependent(dependent_r9)); });
83
- i0.ɵɵelement(25, "fa-icon", 18);
84
- i0.ɵɵelementEnd();
85
- i0.ɵɵelementStart(26, "ion-button", 17);
86
- i0.ɵɵlistener("click", function DependentGridComponent_ng_template_4_Template_ion_button_click_26_listener() { const restoredCtx = i0.ɵɵrestoreView(_r15); const dependent_r9 = restoredCtx.$implicit; const ctx_r16 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r16.deleteDependent(dependent_r9)); });
87
- i0.ɵɵelement(27, "fa-icon", 18);
88
- i0.ɵɵelementEnd()()();
89
- } if (rf & 2) {
90
- const dependent_r9 = ctx.$implicit;
91
- i0.ɵɵadvance(3);
92
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 12, "dependent.grid.header.dependent"));
93
- i0.ɵɵadvance(2);
94
- i0.ɵɵtextInterpolate2(" ", dependent_r9.dependentFirstName, " ", dependent_r9.dependentLastName, " ");
95
- i0.ɵɵadvance(3);
96
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(9, 14, "dependent.grid.header.dob"));
97
- i0.ɵɵadvance(2);
98
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(11, 16, dependent_r9.dependentDateOfBirth, "MMMM d, y"), " ");
99
- i0.ɵɵadvance(4);
100
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(15, 19, "dependent.grid.header.ssn"));
101
- i0.ɵɵadvance(2);
102
- i0.ɵɵproperty("ngIf", dependent_r9.dependentSSN);
103
- i0.ɵɵadvance(1);
104
- i0.ɵɵproperty("ngIf", !dependent_r9.dependentSSN);
105
- i0.ɵɵadvance(3);
106
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(21, 21, "dependent.grid.header.relationship"));
107
- i0.ɵɵadvance(2);
108
- i0.ɵɵtextInterpolate1(" ", dependent_r9.relationship.text, " ");
109
- i0.ɵɵadvance(3);
110
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(23, _c0));
111
- i0.ɵɵadvance(2);
112
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(24, _c1));
113
- } }
114
- function DependentGridComponent_ng_template_5_Template(rf, ctx) { if (rf & 1) {
115
- i0.ɵɵelementStart(0, "tr")(1, "td", 20)(2, "p", 21);
116
- i0.ɵɵtext(3);
117
- i0.ɵɵpipe(4, "translate");
118
- i0.ɵɵelementEnd()()();
119
- } if (rf & 2) {
120
- i0.ɵɵadvance(3);
121
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 1, "dependent.grid.no.dependents"));
122
- } }
123
- function DependentGridComponent_app_multi_questionnaire_10_Template(rf, ctx) { if (rf & 1) {
124
- const _r18 = i0.ɵɵgetCurrentView();
125
- i0.ɵɵelementStart(0, "app-multi-questionnaire", 22);
126
- i0.ɵɵlistener("onComplete", function DependentGridComponent_app_multi_questionnaire_10_Template_app_multi_questionnaire_onComplete_0_listener($event) { i0.ɵɵrestoreView(_r18); const ctx_r17 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r17.addDependent($event)); })("modelCancel", function DependentGridComponent_app_multi_questionnaire_10_Template_app_multi_questionnaire_modelCancel_0_listener() { i0.ɵɵrestoreView(_r18); const ctx_r19 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r19.close()); });
127
- i0.ɵɵelementEnd();
128
- } if (rf & 2) {
129
- const ctx_r4 = i0.ɵɵnextContext();
130
- i0.ɵɵproperty("qeQueryModels", ctx_r4.qeQueryModels)("autoSave", false)("formData", ctx_r4.selectedDependent);
131
- } }
132
- function DependentGridComponent_ng_template_16_Template(rf, ctx) { if (rf & 1) {
133
- const _r21 = i0.ɵɵgetCurrentView();
134
- i0.ɵɵelementStart(0, "ion-button", 23);
135
- i0.ɵɵlistener("click", function DependentGridComponent_ng_template_16_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r21); const ctx_r20 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r20.close()); });
136
- i0.ɵɵtext(1, " Close ");
137
- i0.ɵɵelementEnd();
138
- i0.ɵɵelementStart(2, "ion-button", 24);
139
- i0.ɵɵlistener("click", function DependentGridComponent_ng_template_16_Template_ion_button_click_2_listener() { i0.ɵɵrestoreView(_r21); const ctx_r22 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r22.editDuplicateDependent()); });
140
- i0.ɵɵtext(3, " Edit ");
141
- i0.ɵɵelementEnd();
142
- } }
143
- const _c2 = function () { return { width: "45vw" }; };
144
- const _c3 = function () { return { "1200px": "660px", "992px": "660px", "768px": "660px", "576px": "100vw" }; };
145
- export class DependentGridComponent {
146
- constructor(vs) {
147
- this.vs = vs;
148
- this.indexToEdit = null;
149
- this.dependents = [];
150
- this.showAddDependentPopup = false;
151
- this.showDuplicatePopup = false;
152
- this.qeQueryModels = [
153
- {
154
- flowFactFindingInq: false, flowAbleAndAvailable: false, userType: "CLMT", flowFrom: "CMIN", questionnaireIds: [339],
155
- flowWCAbleAndAvailable: false, flowKey: "add-dependents", isMfaRequired: false, isScreenQuestionnaire: true
156
- }
157
- ];
158
- this.onChange = (value) => {
159
- };
160
- this.onTouch = () => {
161
- };
162
- this.onChangeSubs = [];
163
- }
164
- ngOnDestroy() {
165
- for (let sub of this.onChangeSubs) {
166
- sub.unsubscribe();
167
- }
168
- }
169
- writeValue(deps) {
170
- if (deps && deps.dependents) {
171
- this.dependents = deps.dependents;
172
- this.publishDependents();
173
- }
174
- }
175
- registerOnChange(fn) {
176
- let sub = this.vs.dependents.subscribe(fn);
177
- this.onChangeSubs.push(sub);
178
- }
179
- registerOnTouched(fn) {
180
- this.onTouch = fn;
181
- }
182
- setDisabledState(isDisabled) {
183
- }
184
- ngOnInit() {
185
- let deps = this.vs.dependents.getValue() || [];
186
- if (deps && deps.dependents) {
187
- this.dependents = deps.dependents;
188
- }
189
- }
190
- addDependent(event) {
191
- let dependent = event.get(this.qeQueryModels[0].questionnaireIds[0]);
192
- if (this.checkForDuplicate(dependent)) {
193
- this.selectedDependent = dependent;
194
- this.showAddDependentPopup = false;
195
- this.showDuplicatePopup = true;
196
- return;
197
- }
198
- if (this.indexToEdit != null) {
199
- this.dependents[this.indexToEdit] = dependent;
200
- }
201
- else {
202
- this.dependents.push(dependent);
203
- }
204
- this.showAddDependentPopup = false;
205
- this.selectedDependent = null;
206
- this.indexToEdit = null;
207
- this.publishDependents();
208
- }
209
- publishDependents() {
210
- let dependents = { dependents: this.dependents };
211
- this.vs.dependents.next(this.dependents.length > 0 ? dependents : null);
212
- }
213
- editDependent(dependent) {
214
- this.selectedDependent = dependent;
215
- this.indexToEdit = this.dependents.indexOf(dependent);
216
- this.showAddDependentPopup = true;
217
- }
218
- editDuplicateDependent() {
219
- this.showDuplicatePopup = false;
220
- this.showAddDependentPopup = true;
221
- }
222
- deleteDependent(dependent) {
223
- let index = this.dependents.indexOf(dependent);
224
- this.dependents.splice(index, 1);
225
- this.publishDependents();
226
- }
227
- close() {
228
- this.showAddDependentPopup = false;
229
- this.indexToEdit = null;
230
- this.selectedDependent = null;
231
- this.showDuplicatePopup = false;
232
- }
233
- checkForDuplicate(dependent) {
234
- if (this.dependents) {
235
- let dependents = this.dependents.filter(d => {
236
- if (this.indexToEdit == this.dependents.indexOf(d)) {
237
- return false;
238
- }
239
- let result = (dependent.dependentSSN && d.dependentSSN && dependent.dependentSSN == d.dependentSSN)
240
- ||
241
- (dependent.dependentDateOfBirth === d.dependentDateOfBirth &&
242
- dependent.dependentFirstName === d.dependentFirstName &&
243
- dependent.dependentLastName === d.dependentLastName);
244
- return result;
245
- });
246
- return dependents.length > 0;
247
- }
248
- else {
249
- return false;
250
- }
251
- }
252
- }
253
- DependentGridComponent.ɵfac = function DependentGridComponent_Factory(t) { return new (t || DependentGridComponent)(i0.ɵɵdirectiveInject(i1.ValidationService)); };
254
- DependentGridComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DependentGridComponent, selectors: [["app-dependent-grid"]], features: [i0.ɵɵProvidersFeature([{
255
- provide: NG_VALUE_ACCESSOR,
256
- useExisting: DependentGridComponent,
257
- multi: true
258
- }])], decls: 17, vars: 16, consts: [[2, "margin-left", "-5px"], ["styleClass", "p-datatable-striped app-datatable ion-padding-top", 3, "rowHover", "value"], ["dt", ""], ["pTemplate", "header"], ["pTemplate", "body"], ["pTemplate", "emptymessage"], [1, "ion-text-center", "ion-hide-xl-up", "ion-hide-lg-up", "ion-hide-md-up"], ["shape", "round", "color", "success", "fill", "outline", 3, "click"], [3, "qeQueryModels", "autoSave", "formData", "onComplete", "modelCancel", 4, "ngIf"], ["appendTo", "body", "position", "top", "appendTo", "body", "closeOnEscape", "false", 3, "visible", "modal", "breakpoints", "baseZIndex", "draggable", "resizable"], [1, "heading"], ["pTemplate", "footer"], ["size", "small", "shape", "round", "color", "success", "fill", "outline", 3, "click"], [1, "ion-padding-top", "ion-padding-bottom"], [1, "p-column-title"], [3, "ssn", 4, "ngIf"], [4, "ngIf"], ["fill", "outline", "size", "small", 1, "action-button", 3, "click"], [1, "action-icon", 3, "icon"], [3, "ssn"], ["colspan", "5", 1, "heading", 2, "padding", "0px !important"], [2, "padding-left", "5px"], [3, "qeQueryModels", "autoSave", "formData", "onComplete", "modelCancel"], ["shape", "round", "size", "small", "type", "submit", "fill", "outline", 3, "click"], ["shape", "round", "size", "small", "type", "submit", "fill", "solid", 3, "click"]], template: function DependentGridComponent_Template(rf, ctx) { if (rf & 1) {
259
- i0.ɵɵelementStart(0, "div", 0)(1, "p-table", 1, 2);
260
- i0.ɵɵtemplate(3, DependentGridComponent_ng_template_3_Template, 17, 15, "ng-template", 3);
261
- i0.ɵɵtemplate(4, DependentGridComponent_ng_template_4_Template, 28, 25, "ng-template", 4);
262
- i0.ɵɵtemplate(5, DependentGridComponent_ng_template_5_Template, 5, 3, "ng-template", 5);
263
- i0.ɵɵelementEnd();
264
- i0.ɵɵelementStart(6, "div", 6)(7, "ion-button", 7);
265
- i0.ɵɵlistener("click", function DependentGridComponent_Template_ion_button_click_7_listener() { return ctx.showAddDependentPopup = !ctx.showAddDependentPopup; });
266
- i0.ɵɵtext(8);
267
- i0.ɵɵpipe(9, "translate");
268
- i0.ɵɵelementEnd()();
269
- i0.ɵɵtemplate(10, DependentGridComponent_app_multi_questionnaire_10_Template, 1, 3, "app-multi-questionnaire", 8);
270
- i0.ɵɵelementStart(11, "p-dialog", 9)(12, "h4", 10);
271
- i0.ɵɵtext(13, "Duplicate dependent not allowed");
272
- i0.ɵɵelementEnd();
273
- i0.ɵɵelementStart(14, "ion-label");
274
- i0.ɵɵtext(15, "It seems like you have added a dependent that has been added already. Please check details and try adding dependent again.");
275
- i0.ɵɵelementEnd();
276
- i0.ɵɵtemplate(16, DependentGridComponent_ng_template_16_Template, 4, 0, "ng-template", 11);
277
- i0.ɵɵelementEnd()();
278
- } if (rf & 2) {
279
- i0.ɵɵadvance(1);
280
- i0.ɵɵproperty("rowHover", true)("value", ctx.dependents);
281
- i0.ɵɵadvance(7);
282
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(9, 12, "dependent.grid.header.add"), " ");
283
- i0.ɵɵadvance(2);
284
- i0.ɵɵproperty("ngIf", ctx.showAddDependentPopup);
285
- i0.ɵɵadvance(1);
286
- i0.ɵɵstyleMap(i0.ɵɵpureFunction0(14, _c2));
287
- i0.ɵɵproperty("visible", ctx.showDuplicatePopup)("modal", true)("breakpoints", i0.ɵɵpureFunction0(15, _c3))("baseZIndex", 5000)("draggable", false)("resizable", false);
288
- } } });
289
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DependentGridComponent, [{
290
- type: Component,
291
- args: [{ selector: 'app-dependent-grid', providers: [{
292
- provide: NG_VALUE_ACCESSOR,
293
- useExisting: DependentGridComponent,
294
- multi: true
295
- }], changeDetection: ChangeDetectionStrategy.Default, template: "<div style=\"margin-left: -5px;\">\r\n <p-table #dt [rowHover]=\"true\" styleClass=\"p-datatable-striped app-datatable ion-padding-top\" [value]=\"dependents\">\r\n <ng-template pTemplate=\"header\" let-columns>\r\n <tr>\r\n <th>\r\n {{\"dependent.grid.header.dependent\"|translate}}\r\n </th>\r\n <th>\r\n {{\"dependent.grid.header.dob\"|translate}}\r\n </th>\r\n <th>\r\n {{\"dependent.grid.header.ssn\"|translate}}\r\n </th>\r\n <th>\r\n {{\"dependent.grid.header.relationship\"|translate}}\r\n </th>\r\n <th>\r\n <ion-button size=\"small\" shape=\"round\" color=\"success\" fill=\"outline\"\r\n (click)=\"showAddDependentPopup = !showAddDependentPopup\">\r\n {{\"dependent.grid.header.add\"|translate}}\r\n </ion-button>\r\n </th>\r\n </tr>\r\n </ng-template>\r\n\r\n <ng-template pTemplate=\"body\" let-dependent let-rowIndex=\"rowIndex\">\r\n <tr class=\"ion-padding-top ion-padding-bottom\">\r\n <td>\r\n <span class=\"p-column-title\">{{\"dependent.grid.header.dependent\"|translate}}</span>\r\n {{dependent.dependentFirstName}} {{dependent.dependentLastName}}\r\n </td>\r\n <td>\r\n <span class=\"p-column-title\">{{\"dependent.grid.header.dob\"|translate}}</span>\r\n {{dependent.dependentDateOfBirth | date:'MMMM d, y'}}\r\n </td>\r\n <td>\r\n <span class=\"p-column-title\">{{\"dependent.grid.header.ssn\"|translate}}</span>\r\n <app-ssn [ssn]=\"dependent.dependentSSN\" *ngIf=\"dependent.dependentSSN\"></app-ssn>\r\n <span *ngIf=\"!dependent.dependentSSN\">--</span>\r\n </td>\r\n <td>\r\n <span class=\"p-column-title\">{{\"dependent.grid.header.relationship\"|translate}}</span>\r\n {{dependent.relationship.text}}\r\n </td>\r\n <td>\r\n <ion-button fill=\"outline\" size=\"small\" class=\"action-button\" (click)=\"editDependent(dependent)\">\r\n <fa-icon [icon]=\"['fal', 'edit']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n <ion-button fill=\"outline\" size=\"small\" class=\"action-button\" (click)=\"deleteDependent(dependent)\">\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\r\n <ng-template pTemplate=\"emptymessage\">\r\n <tr>\r\n <td colspan=\"5\" class=\"heading\" style=\"padding: 0px !important;\">\r\n <p style=\"padding-left: 5px;\">{{\"dependent.grid.no.dependents\"|translate}}</p>\r\n </td>\r\n </tr>\r\n </ng-template>\r\n\r\n </p-table>\r\n\r\n <div class=\"ion-text-center ion-hide-xl-up ion-hide-lg-up ion-hide-md-up\">\r\n <ion-button shape=\"round\" color=\"success\" fill=\"outline\"\r\n (click)=\"showAddDependentPopup = !showAddDependentPopup\">\r\n {{\"dependent.grid.header.add\"|translate}}\r\n </ion-button>\r\n </div>\r\n\r\n <app-multi-questionnaire [qeQueryModels]=\"qeQueryModels\" [autoSave]=\"false\" *ngIf=\"showAddDependentPopup\"\r\n (onComplete)=\"addDependent($event)\" (modelCancel)=\"close()\" [formData]=\"selectedDependent\">\r\n </app-multi-questionnaire>\r\n\r\n <p-dialog [visible]=\"showDuplicatePopup\" [modal]=\"true\" appendTo=\"body\" position=\"top\" [breakpoints]=\"{'1200px': '660px', '992px': '660px', '768px': '660px', '576px': '100vw'}\" [style]=\"{width: '45vw'}\"\r\n [baseZIndex]=\"5000\" [draggable]=\"false\" [resizable]=\"false\" appendTo=\"body\" closeOnEscape=\"false\">\r\n <h4 class=\"heading\">Duplicate dependent not allowed</h4>\r\n <ion-label>It seems like you have added a dependent that has been added already. Please check details and try adding dependent again.</ion-label>\r\n <ng-template pTemplate=\"footer\">\r\n <ion-button shape=\"round\" size=\"small\" type=\"submit\" fill=\"outline\" (click)=\"close()\">\r\n Close\r\n </ion-button>\r\n <ion-button shape=\"round\" size=\"small\" type=\"submit\" fill=\"solid\" (click)=\"editDuplicateDependent()\">\r\n Edit\r\n </ion-button>\r\n </ng-template>\r\n </p-dialog>\r\n</div>" }]
296
- }], function () { return [{ type: i1.ValidationService }]; }, null); })();
297
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVwZW5kZW50LWdyaWQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9jb21wb25lbnRzL2RlcGVuZGVudC1ncmlkL2RlcGVuZGVudC1ncmlkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9kZXBlbmRlbnQtZ3JpZC9kZXBlbmRlbnQtZ3JpZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQzNFLE9BQU8sRUFBd0IsaUJBQWlCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQzs7Ozs7SUNFN0QsMEJBQUksU0FBQTtJQUVJLFlBQ0o7O0lBQUEsaUJBQUs7SUFDTCwwQkFBSTtJQUNBLFlBQ0o7O0lBQUEsaUJBQUs7SUFDTCwwQkFBSTtJQUNBLFlBQ0o7O0lBQUEsaUJBQUs7SUFDTCwyQkFBSTtJQUNBLGFBQ0o7O0lBQUEsaUJBQUs7SUFDTCwyQkFBSSxzQkFBQTtJQUVJLGdRQUF3RDtJQUN4RCxhQUNKOztJQUFBLGlCQUFhLEVBQUEsRUFBQTs7SUFmYixlQUNKO0lBREksd0ZBQ0o7SUFFSSxlQUNKO0lBREksa0ZBQ0o7SUFFSSxlQUNKO0lBREksa0ZBQ0o7SUFFSSxlQUNKO0lBREksNkZBQ0o7SUFJUSxlQUNKO0lBREksb0ZBQ0o7OztJQWlCQSw4QkFBaUY7OztJQUF4RSwrQ0FBOEI7OztJQUN2Qyw0QkFBc0M7SUFBQSxrQkFBRTtJQUFBLGlCQUFPOzs7Ozs7SUFadkQsOEJBQStDLFNBQUEsZUFBQTtJQUVWLFlBQStDOztJQUFBLGlCQUFPO0lBQ25GLFlBQ0o7SUFBQSxpQkFBSztJQUNMLDBCQUFJLGVBQUE7SUFDNkIsWUFBeUM7O0lB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QTBFLG9CQUFBO1FBRWxFLGlLQUF3RDtRQUN4RCxZQUNKOztRQUFBLGlCQUFhLEVBQUE7UUFHakIsaUhBRTBCO1FBRTFCLG9DQUNrRyxjQUFBO1FBQzFFLGdEQUErQjtRQUFBLGlCQUFLO1FBQ3hELGtDQUFXO1FBQUEsMklBQTBIO1FBQUEsaUJBQVk7UUFDakosMEZBT2M7UUFDbEIsaUJBQVcsRUFBQTs7UUF2RkUsZUFBaUI7UUFBakIsK0JBQWlCLHlCQUFBO1FBbUV0QixlQUNKO1FBREksbUZBQ0o7UUFHeUUsZUFBMkI7UUFBM0IsZ0RBQTJCO1FBSXlFLGVBQXlCO1FBQXpCLDBDQUF5QjtRQUFoTSxnREFBOEIsZUFBQSw0Q0FBQSxvQkFBQSxvQkFBQSxvQkFBQTs7dUZEdkQvQixzQkFBc0I7Y0FibEMsU0FBUzsyQkFDRSxvQkFBb0IsYUFHbkIsQ0FBQzt3QkFDVixPQUFPLEVBQUUsaUJBQWlCO3dCQUUxQixXQUFXLHdCQUF3Qjt3QkFFbkMsS0FBSyxFQUFFLElBQUk7cUJBQ1osQ0FBQyxtQkFDZSx1QkFBdUIsQ0FBQyxPQUFPIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb250cm9sVmFsdWVBY2Nlc3NvciwgTkdfVkFMVUVfQUNDRVNTT1IgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBTdWJzY3JpcHRpb24gfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IENob2ljZXNNb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9BZGRyZXNzQ29tcG9uZW50TW9kZWwnO1xuaW1wb3J0IHsgRGVwZW5kZW50TW9kZWwsIERlcGVuZGVudE1vZGVscyB9IGZyb20gJy4uLy4uL21vZGVscy9kZXBlbmRlbnQubW9kZWwnO1xuaW1wb3J0IHsgUXVlc3Rpb25uYWlyZVF1ZXJ5TW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvcXVlc3Rpb25uYWlyZS9RdWVzdGlvbm5haXJlUXVlcnlNb2RlbCc7XG5pbXBvcnQgeyBWYWxpZGF0aW9uU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3F1ZXN0aW9ubmFpcmUvdmFsaWRhdGlvbi5zZXJ2aWNlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLWRlcGVuZGVudC1ncmlkJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2RlcGVuZGVudC1ncmlkLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vZGVwZW5kZW50LWdyaWQuY29tcG9uZW50LmNzcyddLFxuICBwcm92aWRlcnM6IFt7XG4gICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXG5cbiAgICB1c2VFeGlzdGluZzogRGVwZW5kZW50R3JpZENvbXBvbmVudCxcblxuICAgIG11bHRpOiB0cnVlXG4gIH1dLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LkRlZmF1bHRcbn0pXG5leHBvcnQgY2xhc3MgRGVwZW5kZW50R3JpZENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCwgQ29udHJvbFZhbHVlQWNjZXNzb3Ige1xuXG4gIHNlbGVjdGVkRGVwZW5kZW50IDogRGVwZW5kZW50TW9kZWw7XG5cbiAgaW5kZXhUb0VkaXQgPSBudWxsO1xuXG4gIGRlcGVuZGVudHMgOiBEZXBlbmRlbnRNb2RlbFtdID0gW107XG5cbiAgc2hvd0FkZERlcGVuZGVudFBvcHVwIDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIHNob3dEdXBsaWNhdGVQb3B1cCA6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBxZVF1ZXJ5TW9kZWxzOiBRdWVzdGlvbm5haXJlUXVlcnlNb2RlbFtdID0gW1xuICAgIHtcbiAgICAgIGZsb3dGYWN0RmluZGluZ0lucTogZmFsc2UsIGZsb3dBYmxlQW5kQXZhaWxhYmxlOiBmYWxzZSwgdXNlclR5cGU6IFwiQ0xNVFwiLCBmbG93RnJvbTogXCJDTUlOXCIsIHF1ZXN0aW9ubmFpcmVJZHM6IFszMzldLFxuICAgICAgZmxvd1dDQWJsZUFuZEF2YWlsYWJsZTogZmFsc2UsIGZsb3dLZXk6IFwiYWRkLWRlcGVuZGVudHNcIiwgaXNNZmFSZXF1aXJlZDogZmFsc2UsIGlzU2NyZWVuUXVlc3Rpb25uYWlyZTogdHJ1ZVxuICAgIH1cbiAgXVxuXG4gIGNvbnN0cnVjdG9yKHB1YmxpYyB2czogVmFsaWRhdGlvblNlcnZpY2UpIHsgXG4gIH1cblxuICBwcml2YXRlIG9uQ2hhbmdlOiBGdW5jdGlvbiA9ICh2YWx1ZTogU3RyaW5nKSA9PiB7XG4gIH07XG5cbiAgcHJpdmF0ZSBvblRvdWNoOiBGdW5jdGlvbiA9ICgpID0+IHtcbiAgfTtcblxuICBvbkNoYW5nZVN1YnM6IFN1YnNjcmlwdGlvbltdID0gW107XG5cbiAgbmdPbkRlc3Ryb3koKSB7XG4gICAgZm9yIChsZXQgc3ViIG9mIHRoaXMub25DaGFuZ2VTdWJzKSB7XG4gICAgICBzdWIudW5zdWJzY3JpYmUoKTtcbiAgICB9XG4gIH1cblxuICB3cml0ZVZhbHVlKGRlcHM6IGFueSkge1xuICAgIGlmKGRlcHMgJiYgZGVwcy5kZXBlbmRlbnRzKXtcbiAgICAgIHRoaXMuZGVwZW5kZW50cyA9IGRlcHMuZGVwZW5kZW50cztcbiAgICAgIHRoaXMucHVibGlzaERlcGVuZGVudHMoKTtcbiAgICB9IFxuICB9XG5cbiAgcmVnaXN0ZXJPbkNoYW5nZShmbjogYW55KSB7XG4gICAgbGV0IHN1YiA9IHRoaXMudnMuZGVwZW5kZW50cy5zdWJzY3JpYmUoZm4pO1xuICAgIHRoaXMub25DaGFuZ2VTdWJzLnB1c2goc3ViKTtcbiAgfVxuXG4gIHJlZ2lzdGVyT25Ub3VjaGVkKGZuOiBhbnkpIHtcbiAgICB0aGlzLm9uVG91Y2ggPSBmblxuICB9XG5cbiAgc2V0RGlzYWJsZWRTdGF0ZT8oaXNEaXNhYmxlZDogYm9vbGVhbik6IHZvaWQge1xuICB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgbGV0IGRlcHMgPSB0aGlzLnZzLmRlcGVuZGVudHMuZ2V0VmFsdWUoKSB8fCBbXTtcbiAgICBpZihkZXBzICYmIGRlcHMuZGVwZW5kZW50cyl7XG4gICAgICB0aGlzLmRlcGVuZGVudHMgPSBkZXBzLmRlcGVuZGVudHM7XG4gICAgfVxuICB9XG5cbiAgYWRkRGVwZW5kZW50KGV2ZW50IDogTWFwPG51bWJlciwgYW55Pil7XG4gICAgbGV0IGRlcGVuZGVudCA6IERlcGVuZGVudE1vZGVsID0gZXZlbnQuZ2V0KHRoaXMucWVRdWVyeU1vZGVsc1swXS5xdWVzdGlvbm5haXJlSWRzWzBdKTtcbiAgICBpZih0aGlzLmNoZWNrRm9yRHVwbGljYXRlKGRlcGVuZGVudCkpe1xuICAgICAgdGhpcy5zZWxlY3RlZERlcGVuZGVudCA9IGRlcGVuZGVudDtcbiAgICAgIHRoaXMuc2hvd0FkZERlcGVuZGVudFBvcHVwID0gZmFsc2U7XG4gICAgICB0aGlzLnNob3dEdXBsaWNhdGVQb3B1cCA9IHRydWU7XG4gICAgICByZXR1cm47XG4gICAgfVxuICAgIGlmKHRoaXMuaW5kZXhUb0VkaXQgIT0gbnVsbCl7XG4gICAgICB0aGlzLmRlcGVuZGVudHNbdGhpcy5pbmRleFRvRWRpdF0gPSBkZXBlbmRlbnQ7XG4gICAgfWVsc2V7XG4gICAgICB0aGlzLmRlcGVuZGVudHMucHVzaChkZXBlbmRlbnQpO1xuICAgIH1cbiAgICB0aGlzLnNob3dBZGREZXBlbmRlbnRQb3B1cCA9IGZhbHNlO1xuICAgIHRoaXMuc2VsZWN0ZWREZXBlbmRlbnQgPSBudWxsO1xuICAgIHRoaXMuaW5kZXhUb0VkaXQgPSBudWxsO1xuICAgIHRoaXMucHVibGlzaERlcGVuZGVudHMoKTtcbiAgfVxuXG4gIHB1Ymxpc2hEZXBlbmRlbnRzKCkge1xuICAgIGxldCBkZXBlbmRlbnRzID0geyBkZXBlbmRlbnRzIDogdGhpcy5kZXBlbmRlbnRzIH07XG4gICAgdGhpcy52cy5kZXBlbmRlbnRzLm5leHQodGhpcy5kZXBlbmRlbnRzLmxlbmd0aCA+IDAgPyBkZXBlbmRlbnRzIDogbnVsbCk7XG4gIH1cblxuICBlZGl0RGVwZW5kZW50KGRlcGVuZGVudCA6IERlcGVuZGVudE1vZGVsKXtcbiAgICB0aGlzLnNlbGVjdGVkRGVwZW5kZW50ID0gZGVwZW5kZW50O1xuICAgIHRoaXMuaW5kZXhUb0VkaXQgPSB0aGlzLmRlcGVuZGVudHMuaW5kZXhPZihkZXBlbmRlbnQpO1xuICAgIHRoaXMuc2hvd0FkZERlcGVuZGVudFBvcHVwID0gdHJ1ZTtcbiAgfVxuXG4gIGVkaXREdXBsaWNhdGVEZXBlbmRlbnQoKXtcbiAgICB0aGlzLnNob3dEdXBsaWNhdGVQb3B1cCA9IGZhbHNlO1xuICAgIHRoaXMuc2hvd0FkZERlcGVuZGVudFBvcHVwID0gdHJ1ZTtcbiAgfVxuXG4gIGRlbGV0ZURlcGVuZGVudChkZXBlbmRlbnQpe1xuICAgIGxldCBpbmRleCA9IHRoaXMuZGVwZW5kZW50cy5pbmRleE9mKGRlcGVuZGVudCk7XG4gICAgdGhpcy5kZXBlbmRlbnRzLnNwbGljZShpbmRleCwgMSk7XG4gICAgdGhpcy5wdWJsaXNoRGVwZW5kZW50cygpO1xuICB9XG5cbiAgY2xvc2UoKXtcbiAgICB0aGlzLnNob3dBZGREZXBlbmRlbnRQb3B1cCA9IGZhbHNlO1xuICAgIHRoaXMuaW5kZXhUb0VkaXQgPSBudWxsO1xuICAgIHRoaXMuc2VsZWN0ZWREZXBlbmRlbnQgPSBudWxsO1xuICAgIHRoaXMuc2hvd0R1cGxpY2F0ZVBvcHVwID0gZmFsc2U7XG4gIH1cblxuICBjaGVja0ZvckR1cGxpY2F0ZShkZXBlbmRlbnQgOiBEZXBlbmRlbnRNb2RlbCkge1xuICAgIGlmKHRoaXMuZGVwZW5kZW50cyl7XG4gICAgICBsZXQgZGVwZW5kZW50cyA9IHRoaXMuZGVwZW5kZW50cy5maWx0ZXIoZCA9PiB7XG4gICAgICAgIGlmKHRoaXMuaW5kZXhUb0VkaXQgPT0gdGhpcy5kZXBlbmRlbnRzLmluZGV4T2YoZCkpe1xuICAgICAgICAgIHJldHVybiBmYWxzZTtcbiAgICAgICAgfVxuICAgICAgICBsZXQgcmVzdWx0ID0gKGRlcGVuZGVudC5kZXBlbmRlbnRTU04gJiYgZC5kZXBlbmRlbnRTU04gJiYgZGVwZW5kZW50LmRlcGVuZGVudFNTTiA9PSBkLmRlcGVuZGVudFNTTikgXG4gICAgICAgIHx8IFxuICAgICAgICAoXG4gICAgICAgICAgZGVwZW5kZW50LmRlcGVuZGVudERhdGVPZkJpcnRoID09PSBkLmRlcGVuZGVudERhdGVPZkJpcnRoICYmIFxuICAgICAgICAgIGRlcGVuZGVudC5kZXBlbmRlbnRGaXJzdE5hbWUgPT09IGQuZGVwZW5kZW50Rmlyc3ROYW1lICYmIFxuICAgICAgICAgIGRlcGVuZGVudC5kZXBlbmRlbnRMYXN0TmFtZSA9PT0gZC5kZXBlbmRlbnRMYXN0TmFtZVxuICAgICAgICApXG4gICAgICAgIHJldHVybiByZXN1bHQ7XG4gICAgICB9KTtcbiAgICAgIHJldHVybiBkZXBlbmRlbnRzLmxlbmd0aCA+IDA7XG4gICAgfSBlbHNle1xuICAgICAgcmV0dXJuIGZhbHNlO1xuICAgIH1cbiAgfVxuXG59XG5cblxuXG4iLCI8ZGl2IHN0eWxlPVwibWFyZ2luLWxlZnQ6IC01cHg7XCI+XHJcbiAgICA8cC10YWJsZSAjZHQgW3Jvd0hvdmVyXT1cInRydWVcIiBzdHlsZUNsYXNzPVwicC1kYXRhdGFibGUtc3RyaXBlZCBhcHAtZGF0YXRhYmxlIGlvbi1wYWRkaW5nLXRvcFwiIFt2YWx1ZV09XCJkZXBlbmRlbnRzXCI+XHJcbiAgICAgICAgPG5nLXRlbXBsYXRlIHBUZW1wbGF0ZT1cImhlYWRlclwiIGxldC1jb2x1bW5zPlxyXG4gICAgICAgICAgICA8dHI+XHJcbiAgICAgICAgICAgICAgICA8dGg+XHJcbiAgICAgICAgICAgICAgICAgICAge3tcImRlcGVuZGVudC5ncmlkLmhlYWRlci5kZXBlbmRlbnRcInx0cmFuc2xhdGV9fVxyXG4gICAgICAgICAgICAgICAgPC90aD5cclxuICAgICAgICAgICAgICAgIDx0aD5cclxuICAgICAgICAgICAgICAgICAgICB7e1wiZGVwZW5kZW50LmdyaWQuaGVhZGVyLmRvYlwifHRyYW5zbGF0ZX19XHJcbiAgICAgICAgICAgICAgICA8L3RoPlxyXG4gICAgICAgICAgICAgICAgPHRoPlxyXG4gICAgICAgICAgICAgICAgICAgIHt7XCJkZXBlbmRlbnQuZ3JpZC5oZWFkZXIuc3NuXCJ8dHJhbnNsYXRlfX1cclxuICAgICAgICAgICAgICAgIDwvdGg+XHJcbiAgICAgICAgICAgICAgICA8dGg+XHJcbiAgICAgICAgICAgICAgICAgICAge3tcImRlcGVuZGVudC5ncmlkLmhlYWRlci5yZWxhdGlvbnNoaXBcInx0cmFuc2xhdGV9fVxyXG4gICAgICAgICAgICAgICAgPC90aD5cclxuICAgICAgICAgICAgICAgIDx0aD5cclxuICAgICAgICAgICAgICAgICAgICA8aW9uLWJ1dHRvbiBzaXplPVwic21hbGxcIiBzaGFwZT1cInJvdW5kXCIgY29sb3I9XCJzdWNjZXNzXCIgZmlsbD1cIm91dGxpbmVcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwic2hvd0FkZERlcGVuZGVudFBvcHVwID0gIXNob3dBZGREZXBlbmRlbnRQb3B1cFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICB7e1wiZGVwZW5kZW50LmdyaWQuaGVhZGVyLmFkZFwifHRyYW5zbGF0ZX19XHJcbiAgICAgICAgICAgICAgICAgICAgPC9pb24tYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgPC90aD5cclxuICAgICAgICAgICAgPC90cj5cclxuICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG5cclxuICAgICAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiYm9keVwiIGxldC1kZXBlbmRlbnQgbGV0LXJvd0luZGV4PVwicm93SW5kZXhcIj5cclxuICAgICAgICAgICAgPHRyIGNsYXNzPVwiaW9uLXBhZGRpbmctdG9wIGlvbi1wYWRkaW5nLWJvdHRvbVwiPlxyXG4gICAgICAgICAgICAgICAgPHRkPlxyXG4gICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwicC1jb2x1bW4tdGl0bGVcIj57e1wiZGVwZW5kZW50LmdyaWQuaGVhZGVyLmRlcGVuZGVudFwifHRyYW5zbGF0ZX19PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgIHt7ZGVwZW5kZW50LmRlcGVuZGVudEZpcnN0TmFtZX19IHt7ZGVwZW5kZW50LmRlcGVuZGVudExhc3ROYW1lfX1cclxuICAgICAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgICAgICA8dGQ+XHJcbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJwLWNvbHVtbi10aXRsZVwiPnt7XCJkZXBlbmRlbnQuZ3JpZC5oZWFkZXIuZG9iXCJ8dHJhbnNsYXRlfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAge3tkZXBlbmRlbnQuZGVwZW5kZW50RGF0ZU9mQmlydGggfCBkYXRlOidNTU1NIGQsIHknfX1cclxuICAgICAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgICAgICA8dGQ+XHJcbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJwLWNvbHVtbi10aXRsZVwiPnt7XCJkZXBlbmRlbnQuZ3JpZC5oZWFkZXIuc3NuXCJ8dHJhbnNsYXRlfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgPGFwcC1zc24gW3Nzbl09XCJkZXBlbmRlbnQuZGVwZW5kZW50U1NOXCIgKm5nSWY9XCJkZXBlbmRlbnQuZGVwZW5kZW50U1NOXCI+PC9hcHAtc3NuPlxyXG4gICAgICAgICAgICAgICAgICAgIDxzcGFuICpuZ0lmPVwiIWRlcGVuZGVudC5kZXBlbmRlbnRTU05cIj4tLTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgICAgICA8dGQ+XHJcbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJwLWNvbHVtbi10aXRsZVwiPnt7XCJkZXBlbmRlbnQuZ3JpZC5oZWFkZXIucmVsYXRpb25zaGlwXCJ8dHJhbnNsYXRlfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAge3tkZXBlbmRlbnQucmVsYXRpb25zaGlwLnRleHR9fVxyXG4gICAgICAgICAgICAgICAgPC90ZD5cclxuICAgICAgICAgICAgICAgIDx0ZD5cclxuICAgICAgICAgICAgICAgICAgICA8aW9uLWJ1dHRvbiBmaWxsPVwib3V0bGluZVwiIHNpemU9XCJzbWFsbFwiIGNsYXNzPVwiYWN0aW9uLWJ1dHRvblwiIChjbGljayk9XCJlZGl0RGVwZW5kZW50KGRlcGVuZGVudClcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGZhLWljb24gW2ljb25dPVwiWydmYWwnLCAnZWRpdCddXCIgY2xhc3M9XCJhY3Rpb24taWNvblwiPjwvZmEtaWNvbj5cclxuICAgICAgICAgICAgICAgICAgICA8L2lvbi1idXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgPGlvbi1idXR0b24gZmlsbD1cIm91dGxpbmVcIiBzaXplPVwic21hbGxcIiBjbGFzcz1cImFjdGlvbi1idXR0b25cIiAoY2xpY2spPVwiZGVsZXRlRGVwZW5kZW50KGRlcGVuZGVudClcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGZhLWljb24gW2ljb25dPVwiWydmYWwnLCAndHJhc2gtYWx0J11cIiBjbGFzcz1cImFjdGlvbi1pY29uXCI+PC9mYS1pY29uPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgIDwvdHI+XHJcbiAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuXHJcbiAgICAgICAgPG5nLXRlbXBsYXRlIHBUZW1wbGF0ZT1cImVtcHR5bWVzc2FnZVwiPlxyXG4gICAgICAgICAgICA8dHI+XHJcbiAgICAgICAgICAgICAgICA8dGQgY29sc3Bhbj1cIjVcIiBjbGFzcz1cImhlYWRpbmdcIiBzdHlsZT1cInBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1wiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxwIHN0eWxlPVwicGFkZGluZy1sZWZ0OiA1cHg7XCI+e3tcImRlcGVuZGVudC5ncmlkLm5vLmRlcGVuZGVudHNcInx0cmFuc2xhdGV9fTwvcD5cclxuICAgICAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgIDwvdHI+XHJcbiAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuXHJcbiAgICA8L3AtdGFibGU+XHJcblxyXG4gICAgPGRpdiBjbGFzcz1cImlvbi10ZXh0LWNlbnRlciBpb24taGlkZS14bC11cCBpb24taGlkZS1sZy11cCBpb24taGlkZS1tZC11cFwiPlxyXG4gICAgICAgIDxpb24tYnV0dG9uIHNoYXBlPVwicm91bmRcIiBjb2xvcj1cInN1Y2Nlc3NcIiBmaWxsPVwib3V0bGluZVwiXHJcbiAgICAgICAgICAgIChjbGljayk9XCJzaG93QWRkRGVwZW5kZW50UG9wdXAgPSAhc2hvd0FkZERlcGVuZGVudFBvcHVwXCI+XHJcbiAgICAgICAgICAgIHt7XCJkZXBlbmRlbnQuZ3JpZC5oZWFkZXIuYWRkXCJ8dHJhbnNsYXRlfX1cclxuICAgICAgICA8L2lvbi1idXR0b24+XHJcbiAgICA8L2Rpdj5cclxuXHJcbiAgICA8YXBwLW11bHRpLXF1ZXN0aW9ubmFpcmUgW3FlUXVlcnlNb2RlbHNdPVwicWVRdWVyeU1vZGVsc1wiIFthdXRvU2F2ZV09XCJmYWxzZVwiICpuZ0lmPVwic2hvd0FkZERlcGVuZGVudFBvcHVwXCJcclxuICAgICAgICAob25Db21wbGV0ZSk9XCJhZGREZXBlbmRlbnQoJGV2ZW50KVwiIChtb2RlbENhbmNlbCk9XCJjbG9zZSgpXCIgW2Zvcm1EYXRhXT1cInNlbGVjdGVkRGVwZW5kZW50XCI+XHJcbiAgICA8L2FwcC1tdWx0aS1xdWVzdGlvbm5haXJlPlxyXG5cclxuICAgIDxwLWRpYWxvZyBbdmlzaWJsZV09XCJzaG93RHVwbGljYXRlUG9wdXBcIiBbbW9kYWxdPVwidHJ1ZVwiIGFwcGVuZFRvPVwiYm9keVwiIHBvc2l0aW9uPVwidG9wXCIgW2JyZWFrcG9pbnRzXT1cInsnMTIwMHB4JzogJzY2MHB4JywgJzk5MnB4JzogJzY2MHB4JywgJzc2OHB4JzogJzY2MHB4JywgJzU3NnB4JzogJzEwMHZ3J31cIiBbc3R5bGVdPVwie3dpZHRoOiAnNDV2dyd9XCJcclxuICAgIFtiYXNlWkluZGV4XT1cIjUwMDBcIiBbZHJhZ2dhYmxlXT1cImZhbHNlXCIgW3Jlc2l6YWJsZV09XCJmYWxzZVwiIGFwcGVuZFRvPVwiYm9keVwiIGNsb3NlT25Fc2NhcGU9XCJmYWxzZVwiPlxyXG4gICAgICAgIDxoNCBjbGFzcz1cImhlYWRpbmdcIj5EdXBsaWNhdGUgZGVwZW5kZW50IG5vdCBhbGxvd2VkPC9oND5cclxuICAgICAgICA8aW9uLWxhYmVsPkl0IHNlZW1zIGxpa2UgeW91IGhhdmUgYWRkZWQgYSBkZXBlbmRlbnQgdGhhdCBoYXMgYmVlbiBhZGRlZCBhbHJlYWR5LiBQbGVhc2UgY2hlY2sgZGV0YWlscyBhbmQgdHJ5IGFkZGluZyBkZXBlbmRlbnQgYWdhaW4uPC9pb24tbGFiZWw+XHJcbiAgICAgICAgPG5nLXRlbXBsYXRlIHBUZW1wbGF0ZT1cImZvb3RlclwiPlxyXG4gICAgICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgc2l6ZT1cInNtYWxsXCIgdHlwZT1cInN1Ym1pdFwiIGZpbGw9XCJvdXRsaW5lXCIgKGNsaWNrKT1cImNsb3NlKClcIj5cclxuICAgICAgICAgICAgICAgIENsb3NlXHJcbiAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgICAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIHNpemU9XCJzbWFsbFwiIHR5cGU9XCJzdWJtaXRcIiBmaWxsPVwic29saWRcIiAoY2xpY2spPVwiZWRpdER1cGxpY2F0ZURlcGVuZGVudCgpXCI+XHJcbiAgICAgICAgICAgICAgICBFZGl0XHJcbiAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgPC9wLWRpYWxvZz5cclxuPC9kaXY+Il19
@@ -1,59 +0,0 @@
1
- import { Component } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@ionic/storage";
4
- import * as i2 from "@ionic/angular";
5
- import * as i3 from "primeng/api";
6
- import * as i4 from "primeng/dialog";
7
- import * as i5 from "@ngx-translate/core";
8
- const _c0 = function () { return { width: "45vw" }; };
9
- const _c1 = function () { return { "1200px": "660px", "992px": "660px", "768px": "660px", "576px": "100vw" }; };
10
- export class DisclosureComponent {
11
- constructor(storage) {
12
- this.storage = storage;
13
- this.showDisclosure = false;
14
- }
15
- async ngOnInit() {
16
- this.showDisclosure = await this.storage.get('show_disclosure') == 'true';
17
- }
18
- updateDisclosureStatus() {
19
- this.showDisclosure = false;
20
- this.storage.set('show_disclosure', 'false');
21
- }
22
- }
23
- DisclosureComponent.ɵfac = function DisclosureComponent_Factory(t) { return new (t || DisclosureComponent)(i0.ɵɵdirectiveInject(i1.Storage)); };
24
- DisclosureComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DisclosureComponent, selectors: [["app-disclosure"]], decls: 17, vars: 19, consts: [["appendTo", "body", "position", "top", "appendTo", "body", "closeOnEscape", "false", 3, "visible", "modal", "breakpoints", "baseZIndex", "draggable", "resizable", "visibleChange"], [1, "heading"], [1, "ion-padding-top", "full-height"], [1, "ion-text-center"], [1, "ion-text-justify"], ["shape", "round", "type", "submit", "color", "success", 3, "click"], ["slot", "start", "name", "checkmark-sharp"]], template: function DisclosureComponent_Template(rf, ctx) { if (rf & 1) {
25
- i0.ɵɵelementStart(0, "p-dialog", 0);
26
- i0.ɵɵlistener("visibleChange", function DisclosureComponent_Template_p_dialog_visibleChange_0_listener($event) { return ctx.showDisclosure = $event; });
27
- i0.ɵɵelementStart(1, "h4", 1);
28
- i0.ɵɵtext(2);
29
- i0.ɵɵpipe(3, "translate");
30
- i0.ɵɵelementEnd();
31
- i0.ɵɵelementStart(4, "div", 2)(5, "div", 3);
32
- i0.ɵɵtext(6);
33
- i0.ɵɵpipe(7, "translate");
34
- i0.ɵɵelementEnd();
35
- i0.ɵɵelement(8, "br");
36
- i0.ɵɵelementStart(9, "div", 4);
37
- i0.ɵɵtext(10);
38
- i0.ɵɵpipe(11, "translate");
39
- i0.ɵɵelementEnd()();
40
- i0.ɵɵelementStart(12, "p-footer")(13, "div", 3)(14, "ion-button", 5);
41
- i0.ɵɵlistener("click", function DisclosureComponent_Template_ion_button_click_14_listener() { return ctx.updateDisclosureStatus(); });
42
- i0.ɵɵelement(15, "ion-icon", 6);
43
- i0.ɵɵtext(16, " Ok ");
44
- i0.ɵɵelementEnd()()()();
45
- } if (rf & 2) {
46
- i0.ɵɵstyleMap(i0.ɵɵpureFunction0(17, _c0));
47
- i0.ɵɵproperty("visible", ctx.showDisclosure)("modal", true)("breakpoints", i0.ɵɵpureFunction0(18, _c1))("baseZIndex", 5000)("draggable", false)("resizable", false);
48
- i0.ɵɵadvance(2);
49
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 11, "DISCLOSURE"));
50
- i0.ɵɵadvance(4);
51
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(7, 13, "disclosure.heading"), " ");
52
- i0.ɵɵadvance(4);
53
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(11, 15, "disclosure.content"), " ");
54
- } }, dependencies: [i2.IonButton, i2.IonIcon, i3.Footer, i4.Dialog, i5.TranslatePipe] });
55
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DisclosureComponent, [{
56
- type: Component,
57
- args: [{ selector: 'app-disclosure', template: "<p-dialog [(visible)]=\"showDisclosure\" [modal]=\"true\" appendTo=\"body\" position=\"top\" [breakpoints]=\"{'1200px': '660px', '992px': '660px', '768px': '660px', '576px': '100vw'}\" [style]=\"{width: '45vw'}\"\r\n[baseZIndex]=\"5000\" [draggable]=\"false\" [resizable]=\"false\" appendTo=\"body\" closeOnEscape=\"false\">\r\n <h4 class=\"heading\">{{'DISCLOSURE' | translate}}</h4>\r\n <div class=\"ion-padding-top full-height\">\r\n <div class=\"ion-text-center\">\r\n {{'disclosure.heading' | translate}}\r\n </div>\r\n <br/>\r\n <div class=\"ion-text-justify\">\r\n {{'disclosure.content' | translate}}\r\n </div>\r\n </div>\r\n <p-footer>\r\n <div class=\"ion-text-center\">\r\n <ion-button shape=\"round\" type=\"submit\" (click)=\"updateDisclosureStatus()\" color=\"success\">\r\n <ion-icon slot=\"start\" name=\"checkmark-sharp\"></ion-icon>\r\n Ok\r\n </ion-button>\r\n </div>\r\n </p-footer>\r\n </p-dialog>\r\n " }]
58
- }], function () { return [{ type: i1.Storage }]; }, null); })();
59
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlzY2xvc3VyZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvZGlzY2xvc3VyZS9kaXNjbG9zdXJlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9kaXNjbG9zdXJlL2Rpc2Nsb3N1cmUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQzs7Ozs7Ozs7O0FBUWxELE1BQU0sT0FBTyxtQkFBbUI7SUFJOUIsWUFBb0IsT0FBZ0I7UUFBaEIsWUFBTyxHQUFQLE9BQU8sQ0FBUztRQUY3QixtQkFBYyxHQUFHLEtBQUssQ0FBQztJQUVVLENBQUM7SUFFekMsS0FBSyxDQUFDLFFBQVE7UUFDWixJQUFJLENBQUMsY0FBYyxHQUFHLE1BQU0sSUFBSSxDQUFDLE9BQU8sQ0FBQyxHQUFHLENBQUMsaUJBQWlCLENBQUMsSUFBSSxNQUFNLENBQUM7SUFDNUUsQ0FBQztJQUVELHNCQUFzQjtRQUNwQixJQUFJLENBQUMsY0FBYyxHQUFHLEtBQUssQ0FBQztRQUM1QixJQUFJLENBQUMsT0FBTyxDQUFDLEdBQUcsQ0FBQyxpQkFBaUIsRUFBRSxPQUFPLENBQUMsQ0FBQztJQUMvQyxDQUFDOztzRkFiVSxtQkFBbUI7c0VBQW5CLG1CQUFtQjtRQ1JoQyxtQ0FDa0c7UUFEeEYsdUpBQTRCO1FBRWxDLDZCQUFvQjtRQUFBLFlBQTRCOztRQUFBLGlCQUFLO1FBQ3JELDhCQUF5QyxhQUFBO1FBRXJDLFlBQ0Y7O1FBQUEsaUJBQU07UUFDTixxQkFBSztRQUNMLDhCQUE4QjtRQUM1QixhQUNGOztRQUFBLGlCQUFNLEVBQUE7UUFFUixpQ0FBVSxjQUFBLHFCQUFBO1FBRWtDLHFHQUFTLDRCQUF3QixJQUFDO1FBQ3hFLCtCQUF5RDtRQUN6RCxxQkFDRjtRQUFBLGlCQUFhLEVBQUEsRUFBQSxFQUFBOztRQWpCMEosMENBQXlCO1FBQTlMLDRDQUE0QixlQUFBLDRDQUFBLG9CQUFBLG9CQUFBLG9CQUFBO1FBRWQsZUFBNEI7UUFBNUIseURBQTRCO1FBRzVDLGVBQ0Y7UUFERSw0RUFDRjtRQUdFLGVBQ0Y7UUFERSw2RUFDRjs7dUZERk8sbUJBQW1CO2NBTC9CLFNBQVM7MkJBQ0UsZ0JBQWdCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFN0b3JhZ2UgfSBmcm9tICdAaW9uaWMvc3RvcmFnZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FwcC1kaXNjbG9zdXJlJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2Rpc2Nsb3N1cmUuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9kaXNjbG9zdXJlLmNvbXBvbmVudC5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIERpc2Nsb3N1cmVDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIHB1YmxpYyBzaG93RGlzY2xvc3VyZSA9IGZhbHNlO1xuICBcbiAgY29uc3RydWN0b3IocHJpdmF0ZSBzdG9yYWdlOiBTdG9yYWdlKSB7IH1cblxuICBhc3luYyBuZ09uSW5pdCgpIHtcbiAgICB0aGlzLnNob3dEaXNjbG9zdXJlID0gYXdhaXQgdGhpcy5zdG9yYWdlLmdldCgnc2hvd19kaXNjbG9zdXJlJykgPT0gJ3RydWUnO1xuICB9XG5cbiAgdXBkYXRlRGlzY2xvc3VyZVN0YXR1cygpe1xuICAgIHRoaXMuc2hvd0Rpc2Nsb3N1cmUgPSBmYWxzZTtcbiAgICB0aGlzLnN0b3JhZ2Uuc2V0KCdzaG93X2Rpc2Nsb3N1cmUnLCAnZmFsc2UnKTtcbiAgfVxufVxuIiwiPHAtZGlhbG9nIFsodmlzaWJsZSldPVwic2hvd0Rpc2Nsb3N1cmVcIiBbbW9kYWxdPVwidHJ1ZVwiIGFwcGVuZFRvPVwiYm9keVwiIHBvc2l0aW9uPVwidG9wXCIgW2JyZWFrcG9pbnRzXT1cInsnMTIwMHB4JzogJzY2MHB4JywgJzk5MnB4JzogJzY2MHB4JywgJzc2OHB4JzogJzY2MHB4JywgJzU3NnB4JzogJzEwMHZ3J31cIiBbc3R5bGVdPVwie3dpZHRoOiAnNDV2dyd9XCJcclxuW2Jhc2VaSW5kZXhdPVwiNTAwMFwiIFtkcmFnZ2FibGVdPVwiZmFsc2VcIiBbcmVzaXphYmxlXT1cImZhbHNlXCIgYXBwZW5kVG89XCJib2R5XCIgY2xvc2VPbkVzY2FwZT1cImZhbHNlXCI+XHJcbiAgICA8aDQgY2xhc3M9XCJoZWFkaW5nXCI+e3snRElTQ0xPU1VSRScgfCB0cmFuc2xhdGV9fTwvaDQ+XHJcbiAgICA8ZGl2IGNsYXNzPVwiaW9uLXBhZGRpbmctdG9wIGZ1bGwtaGVpZ2h0XCI+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXJcIj5cclxuICAgICAgICB7eydkaXNjbG9zdXJlLmhlYWRpbmcnIHwgdHJhbnNsYXRlfX1cclxuICAgICAgPC9kaXY+XHJcbiAgICAgIDxici8+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJpb24tdGV4dC1qdXN0aWZ5XCI+XHJcbiAgICAgICAge3snZGlzY2xvc3VyZS5jb250ZW50JyB8IHRyYW5zbGF0ZX19XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgICA8cC1mb290ZXI+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXJcIj5cclxuICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgdHlwZT1cInN1Ym1pdFwiIChjbGljayk9XCJ1cGRhdGVEaXNjbG9zdXJlU3RhdHVzKClcIiBjb2xvcj1cInN1Y2Nlc3NcIj5cclxuICAgICAgICAgIDxpb24taWNvbiBzbG90PVwic3RhcnRcIiBuYW1lPVwiY2hlY2ttYXJrLXNoYXJwXCI+PC9pb24taWNvbj5cclxuICAgICAgICAgIE9rXHJcbiAgICAgICAgPC9pb24tYnV0dG9uPlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvcC1mb290ZXI+XHJcbiAgPC9wLWRpYWxvZz5cclxuICAiXX0=