@reusa/ngx-reusa-app-lib 0.0.1373 → 0.0.1374

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 (545) hide show
  1. package/esm2022/lib/components/add-employer/add-employer.component.mjs +1324 -2394
  2. package/esm2022/lib/components/add-participant/add-participant.component.mjs +105 -159
  3. package/esm2022/lib/components/add-payment/add-payment.component.mjs +53 -59
  4. package/esm2022/lib/components/address/address.component.mjs +152 -287
  5. package/esm2022/lib/components/bank-details/bank-details.component.mjs +219 -79
  6. package/esm2022/lib/components/contact-us/contact-us.component.mjs +43 -17
  7. package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +9 -3
  8. package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +4 -32
  9. package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +15 -30
  10. package/esm2022/lib/components/disclosure/disclosure.component.mjs +1 -1
  11. package/esm2022/lib/components/dropdown/dropdown.component.mjs +4 -4
  12. package/esm2022/lib/components/dropdown/dropdown.interface.mjs +1 -1
  13. package/esm2022/lib/components/email-update/email-update.component.mjs +140 -63
  14. package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +574 -422
  15. package/esm2022/lib/components/error/error.component.mjs +5 -22
  16. package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +1 -1
  17. package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +49 -178
  18. package/esm2022/lib/components/footer/footer.component.mjs +101 -112
  19. package/esm2022/lib/components/header/header.component.mjs +174 -440
  20. package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +36 -25
  21. package/esm2022/lib/components/info/info.component.mjs +12 -4
  22. package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +22 -16
  23. package/esm2022/lib/components/job-title/job-title.component.mjs +97 -92
  24. package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +513 -143
  25. package/esm2022/lib/components/lexis-nexis/lexis-nexis.component.mjs +402 -0
  26. package/esm2022/lib/components/link/link.component.mjs +1 -1
  27. package/esm2022/lib/components/menu/menu.component.mjs +100 -68
  28. package/esm2022/lib/components/mfa/mfa.component.mjs +288 -158
  29. package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +18 -11
  30. package/esm2022/lib/components/mfa2/mfa2.component.mjs +285 -0
  31. package/esm2022/lib/components/money-expect/money-expect.component.mjs +54 -158
  32. package/esm2022/lib/components/profile/profile.component.mjs +353 -749
  33. package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +38 -108
  34. package/esm2022/lib/components/questionnaire/AppValidators.mjs +47 -296
  35. package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +65 -110
  36. package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +173 -377
  37. package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +95 -76
  38. package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +1153 -877
  39. package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +699 -208
  40. package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +22 -28
  41. package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +41 -128
  42. package/esm2022/lib/components/questionnaire/question-control.service.mjs +1 -2
  43. package/esm2022/lib/components/questionnaire/question.service.mjs +7 -5
  44. package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +29 -15
  45. package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +237 -497
  46. package/esm2022/lib/components/search-employer/search-employer.component.mjs +30 -155
  47. package/esm2022/lib/components/security-question/security-question.component.mjs +199 -0
  48. package/esm2022/lib/components/select/select.component.mjs +10 -5
  49. package/esm2022/lib/components/sign-ssn/sign-ssn.component.mjs +3 -3
  50. package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +72 -52
  51. package/esm2022/lib/components/user-login/user-login.component.mjs +360 -139
  52. package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +387 -655
  53. package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +61 -125
  54. package/esm2022/lib/guards/auth.guard.mjs +2 -50
  55. package/esm2022/lib/guards/no-login/no-login.guard.mjs +1 -1
  56. package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +3 -51
  57. package/esm2022/lib/interceptors/header-interceptor/http-header.interceptor.mjs +1 -1
  58. package/esm2022/lib/models/EmployerDetailSearchResult.mjs +1 -1
  59. package/esm2022/lib/models/LexisNexisAccountCreationModel.mjs +2 -0
  60. package/esm2022/lib/models/LexisNexisAuthSelectionRequestModel.mjs +2 -0
  61. package/esm2022/lib/models/LexisNexisAuthSelectionResponseModel.mjs +2 -0
  62. package/esm2022/lib/models/LexisNexisEnabledResponseModel.mjs +2 -0
  63. package/esm2022/lib/models/LexisNexisResponseModel.mjs +3 -0
  64. package/esm2022/lib/models/LibConstants.mjs +6 -45
  65. package/esm2022/lib/models/OtpAuthModel.mjs +1 -1
  66. package/esm2022/lib/models/PartialEmploymentModel.mjs +3 -0
  67. package/esm2022/lib/models/PaymentComponentModel.mjs +1 -1
  68. package/esm2022/lib/models/SecurityQuestionModel.mjs +3 -0
  69. package/esm2022/lib/models/UserModel.mjs +1 -1
  70. package/esm2022/lib/models/dashboard-model.mjs +1 -1
  71. package/esm2022/lib/models/dependent.model.mjs +1 -1
  72. package/esm2022/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +1 -1
  73. package/esm2022/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +1 -2
  74. package/esm2022/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +1 -1
  75. package/esm2022/lib/models/questionnaire/ComboModel.mjs +653 -96
  76. package/esm2022/lib/models/questionnaire/ElementsModel.mjs +1 -1
  77. package/esm2022/lib/models/questionnaire/LegalDiscaimarModel.mjs +1 -1
  78. package/esm2022/lib/models/questionnaire/QuestionnaireSaveModel.mjs +1 -1
  79. package/esm2022/lib/models/questionnaire/StatusModel.mjs +1 -1
  80. package/esm2022/lib/ngx-reusa-app-lib.module.mjs +23 -135
  81. package/esm2022/lib/pages/BasePage.mjs +23 -4
  82. package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +18 -22
  83. package/esm2022/lib/pages/common/change-password/change-password.page.mjs +124 -142
  84. package/esm2022/lib/pages/common/landing/landing.component.mjs +8 -7
  85. package/esm2022/lib/pages/common/landing2/landing2.component.mjs +4 -4
  86. package/esm2022/lib/pages/common/login/login.component.mjs +13 -7
  87. package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +14 -14
  88. package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +5 -5
  89. package/esm2022/lib/pages/popovers/language/language.page.mjs +2 -1
  90. package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +4 -4
  91. package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +2 -7
  92. package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +2 -2
  93. package/esm2022/lib/services/base-service.mjs +1 -4
  94. package/esm2022/lib/services/chatbot/chatbot.service.mjs +2 -1
  95. package/esm2022/lib/services/claimant-service/claimant-usps-redirect.service.mjs +36 -0
  96. package/esm2022/lib/services/claimant-service/claimant.service.mjs +13 -7
  97. package/esm2022/lib/services/claims/claims.service.mjs +14 -105
  98. package/esm2022/lib/services/help/help.service.mjs +1 -1
  99. package/esm2022/lib/services/lexis-nexis/lexis.nexis.service.mjs +60 -0
  100. package/esm2022/lib/services/logger/logger.service.mjs +1 -1
  101. package/esm2022/lib/services/login/login.service.mjs +14 -29
  102. package/esm2022/lib/services/ovp/ovp.service.mjs +43 -0
  103. package/esm2022/lib/services/questionnaire/questionnaire.service.mjs +1 -4
  104. package/esm2022/lib/services/questionnaire/validation.service.mjs +1 -4
  105. package/esm2022/lib/services/security-service/security.service.mjs +6 -23
  106. package/esm2022/lib/services/util/util.service.mjs +5 -61
  107. package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +14 -186
  108. package/esm2022/lib/validations/AppRegex.mjs +3 -1
  109. package/esm2022/lib/validations/AppValidators.mjs +62 -78
  110. package/esm2022/public-api.mjs +5 -47
  111. package/fesm2022/reusa-ngx-reusa-app-lib.mjs +26939 -44815
  112. package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
  113. package/lib/components/add-employer/add-employer.component.d.ts +53 -137
  114. package/lib/components/add-employer/add-employer.component.d.ts.map +1 -1
  115. package/lib/components/add-participant/add-participant.component.d.ts +5 -11
  116. package/lib/components/add-participant/add-participant.component.d.ts.map +1 -1
  117. package/lib/components/add-payment/add-payment.component.d.ts +3 -9
  118. package/lib/components/add-payment/add-payment.component.d.ts.map +1 -1
  119. package/lib/components/address/address.component.d.ts +15 -42
  120. package/lib/components/address/address.component.d.ts.map +1 -1
  121. package/lib/components/bank-details/bank-details.component.d.ts +23 -1
  122. package/lib/components/bank-details/bank-details.component.d.ts.map +1 -1
  123. package/lib/components/contact-us/contact-us.component.d.ts +4 -1
  124. package/lib/components/contact-us/contact-us.component.d.ts.map +1 -1
  125. package/lib/components/correspondence-download/correspondence-download.component.d.ts.map +1 -1
  126. package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -1
  127. package/lib/components/email-update/email-update.component.d.ts +12 -1
  128. package/lib/components/email-update/email-update.component.d.ts.map +1 -1
  129. package/lib/components/employer-grid/employer-grid.component.d.ts +15 -25
  130. package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -1
  131. package/lib/components/error/error.component.d.ts +2 -3
  132. package/lib/components/error/error.component.d.ts.map +1 -1
  133. package/lib/components/file-uploader/file-uploader.component.d.ts +1 -5
  134. package/lib/components/file-uploader/file-uploader.component.d.ts.map +1 -1
  135. package/lib/components/footer/footer.component.d.ts.map +1 -1
  136. package/lib/components/header/header.component.d.ts +5 -17
  137. package/lib/components/header/header.component.d.ts.map +1 -1
  138. package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +3 -1
  139. package/lib/components/job-search-result-page/job-search-result-page.component.d.ts.map +1 -1
  140. package/lib/components/job-title/job-title.component.d.ts +23 -22
  141. package/lib/components/job-title/job-title.component.d.ts.map +1 -1
  142. package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +6 -5
  143. package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -1
  144. package/lib/components/lexis-nexis/lexis-nexis.component.d.ts +59 -0
  145. package/lib/components/lexis-nexis/lexis-nexis.component.d.ts.map +1 -0
  146. package/lib/components/menu/menu.component.d.ts +12 -3
  147. package/lib/components/menu/menu.component.d.ts.map +1 -1
  148. package/lib/components/mfa/mfa.component.d.ts +19 -7
  149. package/lib/components/mfa/mfa.component.d.ts.map +1 -1
  150. package/lib/components/mfa-popup/mfa-popup.component.d.ts +8 -6
  151. package/lib/components/mfa-popup/mfa-popup.component.d.ts.map +1 -1
  152. package/lib/components/mfa2/mfa2.component.d.ts +48 -0
  153. package/lib/components/mfa2/mfa2.component.d.ts.map +1 -0
  154. package/lib/components/money-expect/money-expect.component.d.ts +4 -15
  155. package/lib/components/money-expect/money-expect.component.d.ts.map +1 -1
  156. package/lib/components/profile/profile.component.d.ts +49 -82
  157. package/lib/components/profile/profile.component.d.ts.map +1 -1
  158. package/lib/components/profile-redirect/profile-redirect.component.d.ts +2 -9
  159. package/lib/components/profile-redirect/profile-redirect.component.d.ts.map +1 -1
  160. package/lib/components/questionnaire/AppValidators.d.ts +0 -1
  161. package/lib/components/questionnaire/AppValidators.d.ts.map +1 -1
  162. package/lib/components/questionnaire/account-success/account-success.page.d.ts +10 -13
  163. package/lib/components/questionnaire/account-success/account-success.page.d.ts.map +1 -1
  164. package/lib/components/questionnaire/common-success/common-success.page.d.ts +1 -7
  165. package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -1
  166. package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +1 -3
  167. package/lib/components/questionnaire/dynamic-form-panel.component.d.ts.map +1 -1
  168. package/lib/components/questionnaire/dynamic-form-question.component.d.ts +35 -33
  169. package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
  170. package/lib/components/questionnaire/dynamic-form.component.d.ts +34 -10
  171. package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
  172. package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +7 -0
  173. package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -1
  174. package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +1 -7
  175. package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -1
  176. package/lib/components/questionnaire/question-control.service.d.ts.map +1 -1
  177. package/lib/components/questionnaire/question.service.d.ts +1 -0
  178. package/lib/components/questionnaire/question.service.d.ts.map +1 -1
  179. package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +7 -1
  180. package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -1
  181. package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +3 -11
  182. package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts.map +1 -1
  183. package/lib/components/search-employer/search-employer.component.d.ts +4 -5
  184. package/lib/components/search-employer/search-employer.component.d.ts.map +1 -1
  185. package/lib/components/security-question/security-question.component.d.ts +37 -0
  186. package/lib/components/security-question/security-question.component.d.ts.map +1 -0
  187. package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +5 -1
  188. package/lib/components/ssn-reverify/ssn-reverify.component.d.ts.map +1 -1
  189. package/lib/components/user-login/user-login.component.d.ts +38 -5
  190. package/lib/components/user-login/user-login.component.d.ts.map +1 -1
  191. package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +10 -27
  192. package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts.map +1 -1
  193. package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +3 -9
  194. package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map +1 -1
  195. package/lib/guards/auth.guard.d.ts.map +1 -1
  196. package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts.map +1 -1
  197. package/lib/models/EmployerDetailSearchResult.d.ts +1 -4
  198. package/lib/models/EmployerDetailSearchResult.d.ts.map +1 -1
  199. package/lib/models/LexisNexisAccountCreationModel.d.ts +15 -0
  200. package/lib/models/LexisNexisAccountCreationModel.d.ts.map +1 -0
  201. package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts +16 -0
  202. package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts.map +1 -0
  203. package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts +39 -0
  204. package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts.map +1 -0
  205. package/lib/models/LexisNexisEnabledResponseModel.d.ts +5 -0
  206. package/lib/models/LexisNexisEnabledResponseModel.d.ts.map +1 -0
  207. package/lib/models/LexisNexisResponseModel.d.ts +7 -0
  208. package/lib/models/LexisNexisResponseModel.d.ts.map +1 -0
  209. package/lib/models/LibConstants.d.ts +1 -40
  210. package/lib/models/LibConstants.d.ts.map +1 -1
  211. package/lib/models/OtpAuthModel.d.ts +1 -0
  212. package/lib/models/OtpAuthModel.d.ts.map +1 -1
  213. package/lib/models/PartialEmploymentModel.d.ts +6 -0
  214. package/lib/models/PartialEmploymentModel.d.ts.map +1 -0
  215. package/lib/models/PaymentComponentModel.d.ts +1 -1
  216. package/lib/models/PaymentComponentModel.d.ts.map +1 -1
  217. package/lib/models/SecurityQuestionModel.d.ts +7 -0
  218. package/lib/models/SecurityQuestionModel.d.ts.map +1 -0
  219. package/lib/models/UserModel.d.ts +1 -0
  220. package/lib/models/UserModel.d.ts.map +1 -1
  221. package/lib/models/dashboard-model.d.ts +0 -22
  222. package/lib/models/dashboard-model.d.ts.map +1 -1
  223. package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +0 -3
  224. package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts.map +1 -1
  225. package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +4 -15
  226. package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -1
  227. package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +1 -4
  228. package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts.map +1 -1
  229. package/lib/models/questionnaire/ComboModel.d.ts +82 -14
  230. package/lib/models/questionnaire/ComboModel.d.ts.map +1 -1
  231. package/lib/models/questionnaire/ElementsModel.d.ts +1 -0
  232. package/lib/models/questionnaire/ElementsModel.d.ts.map +1 -1
  233. package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +0 -2
  234. package/lib/models/questionnaire/LegalDiscaimarModel.d.ts.map +1 -1
  235. package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +1 -0
  236. package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts.map +1 -1
  237. package/lib/models/questionnaire/StatusModel.d.ts +0 -1
  238. package/lib/models/questionnaire/StatusModel.d.ts.map +1 -1
  239. package/lib/ngx-reusa-app-lib.module.d.ts +86 -124
  240. package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -1
  241. package/lib/pages/BasePage.d.ts +6 -3
  242. package/lib/pages/BasePage.d.ts.map +1 -1
  243. package/lib/pages/common/change-password/change-password.page.d.ts +0 -3
  244. package/lib/pages/common/change-password/change-password.page.d.ts.map +1 -1
  245. package/lib/pages/common/login/login.component.d.ts.map +1 -1
  246. package/lib/pages/popovers/language/language.page.d.ts.map +1 -1
  247. package/lib/pages/popovers/my-profile/my-profile.page.d.ts.map +1 -1
  248. package/lib/services/base-service.d.ts +0 -12
  249. package/lib/services/base-service.d.ts.map +1 -1
  250. package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts +16 -0
  251. package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts.map +1 -0
  252. package/lib/services/claimant-service/claimant.service.d.ts +6 -5
  253. package/lib/services/claimant-service/claimant.service.d.ts.map +1 -1
  254. package/lib/services/claims/claims.service.d.ts +5 -39
  255. package/lib/services/claims/claims.service.d.ts.map +1 -1
  256. package/lib/services/lexis-nexis/lexis.nexis.service.d.ts +26 -0
  257. package/lib/services/lexis-nexis/lexis.nexis.service.d.ts.map +1 -0
  258. package/lib/services/login/login.service.d.ts +3 -5
  259. package/lib/services/login/login.service.d.ts.map +1 -1
  260. package/lib/services/ovp/ovp.service.d.ts +17 -0
  261. package/lib/services/ovp/ovp.service.d.ts.map +1 -0
  262. package/lib/services/questionnaire/questionnaire.service.d.ts +0 -1
  263. package/lib/services/questionnaire/questionnaire.service.d.ts.map +1 -1
  264. package/lib/services/questionnaire/validation.service.d.ts +0 -3
  265. package/lib/services/questionnaire/validation.service.d.ts.map +1 -1
  266. package/lib/services/security-service/security.service.d.ts +4 -12
  267. package/lib/services/security-service/security.service.d.ts.map +1 -1
  268. package/lib/services/util/util.service.d.ts +0 -6
  269. package/lib/services/util/util.service.d.ts.map +1 -1
  270. package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts +5 -47
  271. package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -1
  272. package/lib/validations/AppRegex.d.ts +2 -0
  273. package/lib/validations/AppRegex.d.ts.map +1 -1
  274. package/lib/validations/AppValidators.d.ts +24 -20
  275. package/lib/validations/AppValidators.d.ts.map +1 -1
  276. package/package.json +2 -2
  277. package/public-api.d.ts +4 -46
  278. package/public-api.d.ts.map +1 -1
  279. package/esm2022/lib/components/add-wage/add-wage.component.mjs +0 -161
  280. package/esm2022/lib/components/address-popup/address-popup.component.mjs +0 -97
  281. package/esm2022/lib/components/address-suggestion/address-suggestion.component.mjs +0 -289
  282. package/esm2022/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.mjs +0 -245
  283. package/esm2022/lib/components/associate-ssn/associate-ssn.component.mjs +0 -203
  284. package/esm2022/lib/components/claim-info/claim-info.component.mjs +0 -408
  285. package/esm2022/lib/components/dua-request-page/dua-request-page.component.mjs +0 -596
  286. package/esm2022/lib/components/dua-request-popup/dua-request-popup.component.mjs +0 -356
  287. package/esm2022/lib/components/employer-info/employer-info.component.mjs +0 -319
  288. package/esm2022/lib/components/employer-pay/employer-pay.component.mjs +0 -238
  289. package/esm2022/lib/components/employer-pay-grid/employer-pay-grid.component.mjs +0 -302
  290. package/esm2022/lib/components/farm-usage/farm-usage.component.mjs +0 -172
  291. package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +0 -201
  292. package/esm2022/lib/components/history-page/history-page.component.mjs +0 -571
  293. package/esm2022/lib/components/idme/idme.component.mjs +0 -84
  294. package/esm2022/lib/components/offline-add-employer/offline-add-employer.component.mjs +0 -3661
  295. package/esm2022/lib/components/offline-bank-details/offline-bank-details.component.mjs +0 -258
  296. package/esm2022/lib/components/offline-employer-grid/offline-employer-grid.component.mjs +0 -853
  297. package/esm2022/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.mjs +0 -251
  298. package/esm2022/lib/components/proof-of-anything/proof-of-anything.component.mjs +0 -261
  299. package/esm2022/lib/components/proof-of-document-upload/proof-of-document-upload.component.mjs +0 -560
  300. package/esm2022/lib/components/scrollable-text/scrollable-text.component.mjs +0 -25
  301. package/esm2022/lib/components/sms/sms.component.mjs +0 -336
  302. package/esm2022/lib/components/wage-calculator/wage-calculator.component.mjs +0 -527
  303. package/esm2022/lib/components/wage-grid/wage-grid.component.mjs +0 -274
  304. package/esm2022/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.mjs +0 -147
  305. package/esm2022/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.mjs +0 -167
  306. package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +0 -828
  307. package/esm2022/lib/components/weekly-confirmation/confirmation.component.mjs +0 -129
  308. package/esm2022/lib/components/weekly-interim-confirmation/interim-confirmation.component.mjs +0 -136
  309. package/esm2022/lib/components/weekly-summary-v2/summary.component-v2.mjs +0 -72
  310. package/esm2022/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.mjs +0 -50
  311. package/esm2022/lib/components/weekly-work-search-counter/work-search-counter.component.mjs +0 -92
  312. package/esm2022/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.mjs +0 -1190
  313. package/esm2022/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.mjs +0 -690
  314. package/esm2022/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.mjs +0 -524
  315. package/esm2022/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.mjs +0 -394
  316. package/esm2022/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.mjs +0 -640
  317. package/esm2022/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.mjs +0 -33
  318. package/esm2022/lib/enums/AddressValidationResponseEnum.mjs +0 -9
  319. package/esm2022/lib/enums/AddressValidationSourceFunctionEnum.mjs +0 -5
  320. package/esm2022/lib/models/ActiveClaimModel.mjs +0 -3
  321. package/esm2022/lib/models/CountyModel.mjs +0 -3
  322. package/esm2022/lib/models/DuaAppDataModel.mjs +0 -3
  323. package/esm2022/lib/models/DuaRequestModel.mjs +0 -3
  324. package/esm2022/lib/models/DuaRetroWeeksComponentModel.mjs +0 -6
  325. package/esm2022/lib/models/EmployerInfoComponentModel.mjs +0 -4
  326. package/esm2022/lib/models/EmployerPayInfoModel.mjs +0 -6
  327. package/esm2022/lib/models/FarmUsageComponentModel.mjs +0 -2
  328. package/esm2022/lib/models/GrossEarningsModel.mjs +0 -3
  329. package/esm2022/lib/models/HelpConstants.mjs +0 -5
  330. package/esm2022/lib/models/LexisNexisOtpDetailsResponseModel.mjs +0 -3
  331. package/esm2022/lib/models/ReasonSeparationRequestModel.mjs +0 -3
  332. package/esm2022/lib/models/RetroWeeksModel.mjs +0 -3
  333. package/esm2022/lib/models/SecurityQuestionAnswerModel.mjs +0 -3
  334. package/esm2022/lib/models/SendOtpRequestModel.mjs +0 -3
  335. package/esm2022/lib/models/VerifyOtpRequestModel.mjs +0 -3
  336. package/esm2022/lib/models/WageCalculatorModel.mjs +0 -3
  337. package/esm2022/lib/models/WageInfoModel.mjs +0 -4
  338. package/esm2022/lib/models/addressValidation/AddressRecommendationModel.mjs +0 -3
  339. package/esm2022/lib/models/addressValidation/AddressValidationRequestComponentModel.mjs +0 -3
  340. package/esm2022/lib/models/addressValidation/AddressValidationResponseComponentModel.mjs +0 -3
  341. package/esm2022/lib/models/addressValidation/AddressValidationReturnComponentModel.mjs +0 -3
  342. package/esm2022/lib/models/combo-model.mjs +0 -343
  343. package/esm2022/lib/models/fileupload/DocUploadModel.mjs +0 -7
  344. package/esm2022/lib/models/fileupload/EmployerDataModel.mjs +0 -3
  345. package/esm2022/lib/models/fileupload/FileObject.mjs +0 -3
  346. package/esm2022/lib/models/fileupload/FileObjectArray.mjs +0 -7
  347. package/esm2022/lib/models/questionnaire/AppealParticipantModel.mjs +0 -8
  348. package/esm2022/lib/models/questionnaire/ScrollableTextModel.mjs +0 -3
  349. package/esm2022/lib/models/questionnaire/WbaHelperTextModel.mjs +0 -3
  350. package/esm2022/lib/models/weekly-cert/WorkSearchWaiverModel.mjs +0 -3
  351. package/esm2022/lib/models/weekly-cert/address-detail-model.mjs +0 -2
  352. package/esm2022/lib/models/weekly-cert/admin-leave-details-model.mjs +0 -7
  353. package/esm2022/lib/models/weekly-cert/employer-info-v2-model.mjs +0 -7
  354. package/esm2022/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.mjs +0 -6
  355. package/esm2022/lib/models/weekly-cert/weekly-certification-v2-model.mjs +0 -34
  356. package/esm2022/lib/models/weekly-cert/work-search-record-v2-model.mjs +0 -15
  357. package/esm2022/lib/models/weekly-cert/work-search-v2-model.mjs +0 -11
  358. package/esm2022/lib/pipes/format-worksearch/format-worksearch.pipe.mjs +0 -101
  359. package/esm2022/lib/services/address-validation-service/address-validation.service.mjs +0 -151
  360. package/esm2022/lib/services/appeal/appeal.service.mjs +0 -37
  361. package/esm2022/lib/services/birt-service/birt.service.mjs +0 -57
  362. package/esm2022/lib/services/employer/employer-service.mjs +0 -35
  363. package/esm2022/lib/services/event-service/event-service.mjs +0 -44
  364. package/esm2022/lib/services/offline-claims/offline-claims.service.mjs +0 -327
  365. package/esm2022/lib/services/weekly-cert/review.service.mjs +0 -101
  366. package/esm2022/lib/services/weekly-cert/weekly-cert.service.mjs +0 -37
  367. package/esm2022/lib/services/weekly-cert/work-search.service.mjs +0 -58
  368. package/lib/components/add-wage/add-wage.component.d.ts +0 -30
  369. package/lib/components/add-wage/add-wage.component.d.ts.map +0 -1
  370. package/lib/components/address-popup/address-popup.component.d.ts +0 -16
  371. package/lib/components/address-popup/address-popup.component.d.ts.map +0 -1
  372. package/lib/components/address-suggestion/address-suggestion.component.d.ts +0 -43
  373. package/lib/components/address-suggestion/address-suggestion.component.d.ts.map +0 -1
  374. package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts +0 -37
  375. package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts.map +0 -1
  376. package/lib/components/associate-ssn/associate-ssn.component.d.ts +0 -33
  377. package/lib/components/associate-ssn/associate-ssn.component.d.ts.map +0 -1
  378. package/lib/components/claim-info/claim-info.component.d.ts +0 -49
  379. package/lib/components/claim-info/claim-info.component.d.ts.map +0 -1
  380. package/lib/components/dua-request-page/dua-request-page.component.d.ts +0 -74
  381. package/lib/components/dua-request-page/dua-request-page.component.d.ts.map +0 -1
  382. package/lib/components/dua-request-popup/dua-request-popup.component.d.ts +0 -61
  383. package/lib/components/dua-request-popup/dua-request-popup.component.d.ts.map +0 -1
  384. package/lib/components/employer-info/employer-info.component.d.ts +0 -50
  385. package/lib/components/employer-info/employer-info.component.d.ts.map +0 -1
  386. package/lib/components/employer-pay/employer-pay.component.d.ts +0 -51
  387. package/lib/components/employer-pay/employer-pay.component.d.ts.map +0 -1
  388. package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts +0 -43
  389. package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts.map +0 -1
  390. package/lib/components/farm-usage/farm-usage.component.d.ts +0 -33
  391. package/lib/components/farm-usage/farm-usage.component.d.ts.map +0 -1
  392. package/lib/components/gross-earnings/gross-earnings.component.d.ts +0 -42
  393. package/lib/components/gross-earnings/gross-earnings.component.d.ts.map +0 -1
  394. package/lib/components/history-page/history-page.component.d.ts +0 -80
  395. package/lib/components/history-page/history-page.component.d.ts.map +0 -1
  396. package/lib/components/idme/idme.component.d.ts +0 -19
  397. package/lib/components/idme/idme.component.d.ts.map +0 -1
  398. package/lib/components/offline-add-employer/offline-add-employer.component.d.ts +0 -311
  399. package/lib/components/offline-add-employer/offline-add-employer.component.d.ts.map +0 -1
  400. package/lib/components/offline-bank-details/offline-bank-details.component.d.ts +0 -33
  401. package/lib/components/offline-bank-details/offline-bank-details.component.d.ts.map +0 -1
  402. package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts +0 -97
  403. package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts.map +0 -1
  404. package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts +0 -33
  405. package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts.map +0 -1
  406. package/lib/components/proof-of-anything/proof-of-anything.component.d.ts +0 -54
  407. package/lib/components/proof-of-anything/proof-of-anything.component.d.ts.map +0 -1
  408. package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts +0 -74
  409. package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts.map +0 -1
  410. package/lib/components/scrollable-text/scrollable-text.component.d.ts +0 -11
  411. package/lib/components/scrollable-text/scrollable-text.component.d.ts.map +0 -1
  412. package/lib/components/sms/sms.component.d.ts +0 -63
  413. package/lib/components/sms/sms.component.d.ts.map +0 -1
  414. package/lib/components/wage-calculator/wage-calculator.component.d.ts +0 -44
  415. package/lib/components/wage-calculator/wage-calculator.component.d.ts.map +0 -1
  416. package/lib/components/wage-grid/wage-grid.component.d.ts +0 -43
  417. package/lib/components/wage-grid/wage-grid.component.d.ts.map +0 -1
  418. package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts +0 -28
  419. package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts.map +0 -1
  420. package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts +0 -28
  421. package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts.map +0 -1
  422. package/lib/components/weekly-certification/weekly-certification.component.d.ts +0 -101
  423. package/lib/components/weekly-certification/weekly-certification.component.d.ts.map +0 -1
  424. package/lib/components/weekly-confirmation/confirmation.component.d.ts +0 -21
  425. package/lib/components/weekly-confirmation/confirmation.component.d.ts.map +0 -1
  426. package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts +0 -34
  427. package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts.map +0 -1
  428. package/lib/components/weekly-summary-v2/summary.component-v2.d.ts +0 -17
  429. package/lib/components/weekly-summary-v2/summary.component-v2.d.ts.map +0 -1
  430. package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts +0 -10
  431. package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts.map +0 -1
  432. package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts +0 -17
  433. package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts.map +0 -1
  434. package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts +0 -105
  435. package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts.map +0 -1
  436. package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts +0 -71
  437. package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts.map +0 -1
  438. package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts +0 -59
  439. package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts.map +0 -1
  440. package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts +0 -47
  441. package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts.map +0 -1
  442. package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts +0 -78
  443. package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts.map +0 -1
  444. package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts +0 -8
  445. package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts.map +0 -1
  446. package/lib/enums/AddressValidationResponseEnum.d.ts +0 -8
  447. package/lib/enums/AddressValidationResponseEnum.d.ts.map +0 -1
  448. package/lib/enums/AddressValidationSourceFunctionEnum.d.ts +0 -4
  449. package/lib/enums/AddressValidationSourceFunctionEnum.d.ts.map +0 -1
  450. package/lib/models/ActiveClaimModel.d.ts +0 -8
  451. package/lib/models/ActiveClaimModel.d.ts.map +0 -1
  452. package/lib/models/CountyModel.d.ts +0 -8
  453. package/lib/models/CountyModel.d.ts.map +0 -1
  454. package/lib/models/DuaAppDataModel.d.ts +0 -5
  455. package/lib/models/DuaAppDataModel.d.ts.map +0 -1
  456. package/lib/models/DuaRequestModel.d.ts +0 -10
  457. package/lib/models/DuaRequestModel.d.ts.map +0 -1
  458. package/lib/models/DuaRetroWeeksComponentModel.d.ts +0 -5
  459. package/lib/models/DuaRetroWeeksComponentModel.d.ts.map +0 -1
  460. package/lib/models/EmployerInfoComponentModel.d.ts +0 -9
  461. package/lib/models/EmployerInfoComponentModel.d.ts.map +0 -1
  462. package/lib/models/EmployerPayInfoModel.d.ts +0 -20
  463. package/lib/models/EmployerPayInfoModel.d.ts.map +0 -1
  464. package/lib/models/FarmUsageComponentModel.d.ts +0 -10
  465. package/lib/models/FarmUsageComponentModel.d.ts.map +0 -1
  466. package/lib/models/GrossEarningsModel.d.ts +0 -6
  467. package/lib/models/GrossEarningsModel.d.ts.map +0 -1
  468. package/lib/models/HelpConstants.d.ts +0 -5
  469. package/lib/models/HelpConstants.d.ts.map +0 -1
  470. package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts +0 -7
  471. package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts.map +0 -1
  472. package/lib/models/ReasonSeparationRequestModel.d.ts +0 -7
  473. package/lib/models/ReasonSeparationRequestModel.d.ts.map +0 -1
  474. package/lib/models/RetroWeeksModel.d.ts +0 -11
  475. package/lib/models/RetroWeeksModel.d.ts.map +0 -1
  476. package/lib/models/SecurityQuestionAnswerModel.d.ts +0 -7
  477. package/lib/models/SecurityQuestionAnswerModel.d.ts.map +0 -1
  478. package/lib/models/SendOtpRequestModel.d.ts +0 -12
  479. package/lib/models/SendOtpRequestModel.d.ts.map +0 -1
  480. package/lib/models/VerifyOtpRequestModel.d.ts +0 -8
  481. package/lib/models/VerifyOtpRequestModel.d.ts.map +0 -1
  482. package/lib/models/WageCalculatorModel.d.ts +0 -15
  483. package/lib/models/WageCalculatorModel.d.ts.map +0 -1
  484. package/lib/models/WageInfoModel.d.ts +0 -9
  485. package/lib/models/WageInfoModel.d.ts.map +0 -1
  486. package/lib/models/addressValidation/AddressRecommendationModel.d.ts +0 -12
  487. package/lib/models/addressValidation/AddressRecommendationModel.d.ts.map +0 -1
  488. package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts +0 -11
  489. package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts.map +0 -1
  490. package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts +0 -6
  491. package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts.map +0 -1
  492. package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts +0 -16
  493. package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts.map +0 -1
  494. package/lib/models/combo-model.d.ts +0 -42
  495. package/lib/models/combo-model.d.ts.map +0 -1
  496. package/lib/models/fileupload/DocUploadModel.d.ts +0 -22
  497. package/lib/models/fileupload/DocUploadModel.d.ts.map +0 -1
  498. package/lib/models/fileupload/EmployerDataModel.d.ts +0 -6
  499. package/lib/models/fileupload/EmployerDataModel.d.ts.map +0 -1
  500. package/lib/models/fileupload/FileObject.d.ts +0 -8
  501. package/lib/models/fileupload/FileObject.d.ts.map +0 -1
  502. package/lib/models/fileupload/FileObjectArray.d.ts +0 -8
  503. package/lib/models/fileupload/FileObjectArray.d.ts.map +0 -1
  504. package/lib/models/questionnaire/AppealParticipantModel.d.ts +0 -17
  505. package/lib/models/questionnaire/AppealParticipantModel.d.ts.map +0 -1
  506. package/lib/models/questionnaire/ScrollableTextModel.d.ts +0 -4
  507. package/lib/models/questionnaire/ScrollableTextModel.d.ts.map +0 -1
  508. package/lib/models/questionnaire/WbaHelperTextModel.d.ts +0 -4
  509. package/lib/models/questionnaire/WbaHelperTextModel.d.ts.map +0 -1
  510. package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts +0 -9
  511. package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts.map +0 -1
  512. package/lib/models/weekly-cert/address-detail-model.d.ts +0 -14
  513. package/lib/models/weekly-cert/address-detail-model.d.ts.map +0 -1
  514. package/lib/models/weekly-cert/admin-leave-details-model.d.ts +0 -15
  515. package/lib/models/weekly-cert/admin-leave-details-model.d.ts.map +0 -1
  516. package/lib/models/weekly-cert/employer-info-v2-model.d.ts +0 -27
  517. package/lib/models/weekly-cert/employer-info-v2-model.d.ts.map +0 -1
  518. package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts +0 -57
  519. package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts.map +0 -1
  520. package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts +0 -59
  521. package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts.map +0 -1
  522. package/lib/models/weekly-cert/work-search-record-v2-model.d.ts +0 -66
  523. package/lib/models/weekly-cert/work-search-record-v2-model.d.ts.map +0 -1
  524. package/lib/models/weekly-cert/work-search-v2-model.d.ts +0 -18
  525. package/lib/models/weekly-cert/work-search-v2-model.d.ts.map +0 -1
  526. package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts +0 -14
  527. package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts.map +0 -1
  528. package/lib/services/address-validation-service/address-validation.service.d.ts +0 -44
  529. package/lib/services/address-validation-service/address-validation.service.d.ts.map +0 -1
  530. package/lib/services/appeal/appeal.service.d.ts +0 -16
  531. package/lib/services/appeal/appeal.service.d.ts.map +0 -1
  532. package/lib/services/birt-service/birt.service.d.ts +0 -17
  533. package/lib/services/birt-service/birt.service.d.ts.map +0 -1
  534. package/lib/services/employer/employer-service.d.ts +0 -16
  535. package/lib/services/employer/employer-service.d.ts.map +0 -1
  536. package/lib/services/event-service/event-service.d.ts +0 -20
  537. package/lib/services/event-service/event-service.d.ts.map +0 -1
  538. package/lib/services/offline-claims/offline-claims.service.d.ts +0 -64
  539. package/lib/services/offline-claims/offline-claims.service.d.ts.map +0 -1
  540. package/lib/services/weekly-cert/review.service.d.ts +0 -23
  541. package/lib/services/weekly-cert/review.service.d.ts.map +0 -1
  542. package/lib/services/weekly-cert/weekly-cert.service.d.ts +0 -17
  543. package/lib/services/weekly-cert/weekly-cert.service.d.ts.map +0 -1
  544. package/lib/services/weekly-cert/work-search.service.d.ts +0 -26
  545. package/lib/services/weekly-cert/work-search.service.d.ts.map +0 -1
@@ -1,274 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, EventEmitter, Output } from '@angular/core';
2
- import { NG_VALUE_ACCESSOR } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "../../services/util/util.service";
5
- import * as i2 from "../../services/questionnaire/validation.service";
6
- import * as i3 from "@angular/forms";
7
- import * as i4 from "@ionic/angular";
8
- import * as i5 from "@angular/common";
9
- import * as i6 from "primeng/api";
10
- import * as i7 from "primeng/table";
11
- import * as i8 from "@fortawesome/angular-fontawesome";
12
- import * as i9 from "../add-wage/add-wage.component";
13
- import * as i10 from "@ngx-translate/core";
14
- function WageGridComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
15
- i0.ɵɵelementStart(0, "tr", 7)(1, "th", 8);
16
- i0.ɵɵtext(2, " Employment ");
17
- i0.ɵɵelementEnd();
18
- i0.ɵɵelementStart(3, "th", 9);
19
- i0.ɵɵtext(4);
20
- i0.ɵɵpipe(5, "translate");
21
- i0.ɵɵelementEnd();
22
- i0.ɵɵelementStart(6, "th", 10);
23
- i0.ɵɵtext(7);
24
- i0.ɵɵpipe(8, "translate");
25
- i0.ɵɵelementEnd();
26
- i0.ɵɵelementStart(9, "th", 11);
27
- i0.ɵɵtext(10);
28
- i0.ɵɵpipe(11, "translate");
29
- i0.ɵɵelementEnd();
30
- i0.ɵɵelementStart(12, "th", 12);
31
- i0.ɵɵtext(13);
32
- i0.ɵɵpipe(14, "translate");
33
- i0.ɵɵelementEnd();
34
- i0.ɵɵelement(15, "th");
35
- i0.ɵɵelementEnd();
36
- } if (rf & 2) {
37
- const ctx_r1 = i0.ɵɵnextContext();
38
- i0.ɵɵadvance(4);
39
- i0.ɵɵtextInterpolate2(" ", i0.ɵɵpipeBind1(5, 8, "wage.firstQuarter"), " ", ctx_r1.previousYear, " ");
40
- i0.ɵɵadvance(3);
41
- i0.ɵɵtextInterpolate2(" ", i0.ɵɵpipeBind1(8, 10, "wage.secondQuarter"), " ", ctx_r1.previousYear, " ");
42
- i0.ɵɵadvance(3);
43
- i0.ɵɵtextInterpolate2(" ", i0.ɵɵpipeBind1(11, 12, "wage.thirdQuarter"), " ", ctx_r1.previousYear, " ");
44
- i0.ɵɵadvance(3);
45
- i0.ɵɵtextInterpolate2(" ", i0.ɵɵpipeBind1(14, 14, "wage.fourthQuarter"), " ", ctx_r1.previousYear, " ");
46
- } }
47
- const _c0 = () => ["fal", "edit"];
48
- const _c1 = () => ["fal", "trash-alt"];
49
- function WageGridComponent_ng_template_4_Template(rf, ctx) { if (rf & 1) {
50
- const _r9 = i0.ɵɵgetCurrentView();
51
- i0.ɵɵelementStart(0, "tr", 7)(1, "td", 13)(2, "span", 14);
52
- i0.ɵɵtext(3, "Employer");
53
- i0.ɵɵelementEnd();
54
- i0.ɵɵelementStart(4, "span");
55
- i0.ɵɵtext(5);
56
- i0.ɵɵelementEnd()();
57
- i0.ɵɵelementStart(6, "td", 13)(7, "span", 14);
58
- i0.ɵɵtext(8);
59
- i0.ɵɵpipe(9, "translate");
60
- i0.ɵɵelementEnd();
61
- i0.ɵɵelementStart(10, "span");
62
- i0.ɵɵtext(11);
63
- i0.ɵɵpipe(12, "currency");
64
- i0.ɵɵelementEnd()();
65
- i0.ɵɵelementStart(13, "td", 13)(14, "span", 14);
66
- i0.ɵɵtext(15);
67
- i0.ɵɵpipe(16, "translate");
68
- i0.ɵɵelementEnd();
69
- i0.ɵɵelementStart(17, "span");
70
- i0.ɵɵtext(18);
71
- i0.ɵɵpipe(19, "currency");
72
- i0.ɵɵelementEnd()();
73
- i0.ɵɵelementStart(20, "td", 13)(21, "span", 14);
74
- i0.ɵɵtext(22);
75
- i0.ɵɵpipe(23, "translate");
76
- i0.ɵɵelementEnd();
77
- i0.ɵɵelementStart(24, "span");
78
- i0.ɵɵtext(25);
79
- i0.ɵɵpipe(26, "currency");
80
- i0.ɵɵelementEnd()();
81
- i0.ɵɵelementStart(27, "td", 13)(28, "span", 14);
82
- i0.ɵɵtext(29);
83
- i0.ɵɵpipe(30, "translate");
84
- i0.ɵɵelementEnd();
85
- i0.ɵɵelementStart(31, "span");
86
- i0.ɵɵtext(32);
87
- i0.ɵɵpipe(33, "currency");
88
- i0.ɵɵelementEnd()()();
89
- i0.ɵɵelementStart(34, "td", 15)(35, "ion-button", 16);
90
- i0.ɵɵlistener("click", function WageGridComponent_ng_template_4_Template_ion_button_click_35_listener() { const restoredCtx = i0.ɵɵrestoreView(_r9); const employerWage_r6 = restoredCtx.$implicit; const ctx_r8 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r8.editWageDetail(employerWage_r6)); });
91
- i0.ɵɵelement(36, "fa-icon", 17);
92
- i0.ɵɵelementEnd();
93
- i0.ɵɵelementStart(37, "ion-button", 18);
94
- i0.ɵɵlistener("click", function WageGridComponent_ng_template_4_Template_ion_button_click_37_listener() { const restoredCtx = i0.ɵɵrestoreView(_r9); const rowIndex_r7 = restoredCtx.rowIndex; const ctx_r10 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r10.deleteWageDetail(rowIndex_r7)); });
95
- i0.ɵɵelement(38, "fa-icon", 17);
96
- i0.ɵɵelementEnd()();
97
- } if (rf & 2) {
98
- const employerWage_r6 = ctx.$implicit;
99
- const rowIndex_r7 = ctx.rowIndex;
100
- const ctx_r2 = i0.ɵɵnextContext();
101
- i0.ɵɵadvance(5);
102
- i0.ɵɵtextInterpolate1(" ", employerWage_r6.wageEmpNameAndAddress, "");
103
- i0.ɵɵadvance(3);
104
- i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(9, 17, "wage.firstQuarter"), " ", ctx_r2.currentYear, "");
105
- i0.ɵɵadvance(3);
106
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(12, 19, employerWage_r6.wageAmountQuarter1), "");
107
- i0.ɵɵadvance(4);
108
- i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(16, 21, "wage.secondQuarter"), " ", ctx_r2.currentYear, "");
109
- i0.ɵɵadvance(3);
110
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(19, 23, employerWage_r6.wageAmountQuarter2), "");
111
- i0.ɵɵadvance(4);
112
- i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(23, 25, "wage.thirdQuarter"), " ", ctx_r2.currentYear, "");
113
- i0.ɵɵadvance(3);
114
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(26, 27, employerWage_r6.wageAmountQuarter3), "");
115
- i0.ɵɵadvance(4);
116
- i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(30, 29, "wage.fourthQuarter"), " ", ctx_r2.currentYear, "");
117
- i0.ɵɵadvance(3);
118
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(33, 31, employerWage_r6.wageAmountQuarter4), "");
119
- i0.ɵɵadvance(3);
120
- i0.ɵɵproperty("id", "btnEditWageDetail-" + rowIndex_r7);
121
- i0.ɵɵadvance(1);
122
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(33, _c0));
123
- i0.ɵɵadvance(1);
124
- i0.ɵɵproperty("id", "btnDeleteWageDetail-" + rowIndex_r7);
125
- i0.ɵɵadvance(1);
126
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(34, _c1));
127
- } }
128
- const _c2 = () => ["fal", "plus"];
129
- function WageGridComponent_ng_template_5_table_0_Template(rf, ctx) { if (rf & 1) {
130
- const _r14 = i0.ɵɵgetCurrentView();
131
- i0.ɵɵelementStart(0, "table")(1, "tr")(2, "td", 20)(3, "div")(4, "b");
132
- i0.ɵɵtext(5, "+ Add");
133
- i0.ɵɵelementEnd();
134
- i0.ɵɵtext(6, " an Employment");
135
- i0.ɵɵelementEnd()();
136
- i0.ɵɵelementStart(7, "td", 21)(8, "ion-button", 22);
137
- i0.ɵɵlistener("click", function WageGridComponent_ng_template_5_table_0_Template_ion_button_click_8_listener() { i0.ɵɵrestoreView(_r14); const ctx_r13 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r13.addWageDetails()); });
138
- i0.ɵɵelement(9, "fa-icon", 17);
139
- i0.ɵɵelementEnd()()()();
140
- } if (rf & 2) {
141
- i0.ɵɵadvance(2);
142
- i0.ɵɵattribute("colspan", 4);
143
- i0.ɵɵadvance(7);
144
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(2, _c2));
145
- } }
146
- function WageGridComponent_ng_template_5_Template(rf, ctx) { if (rf & 1) {
147
- i0.ɵɵtemplate(0, WageGridComponent_ng_template_5_table_0_Template, 10, 3, "table", 19);
148
- } if (rf & 2) {
149
- const ctx_r3 = i0.ɵɵnextContext();
150
- i0.ɵɵproperty("ngIf", !ctx_r3.selected);
151
- } }
152
- function WageGridComponent_app_add_wage_6_Template(rf, ctx) { if (rf & 1) {
153
- const _r16 = i0.ɵɵgetCurrentView();
154
- i0.ɵɵelementStart(0, "app-add-wage", 23);
155
- i0.ɵɵlistener("success", function WageGridComponent_app_add_wage_6_Template_app_add_wage_success_0_listener($event) { i0.ɵɵrestoreView(_r16); const ctx_r15 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r15.addEmployerWageDetail($event)); })("onClose", function WageGridComponent_app_add_wage_6_Template_app_add_wage_onClose_0_listener() { i0.ɵɵrestoreView(_r16); const ctx_r17 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r17.close()); });
156
- i0.ɵɵelementEnd();
157
- } if (rf & 2) {
158
- const ctx_r4 = i0.ɵɵnextContext();
159
- i0.ɵɵproperty("wageToEdit", ctx_r4.selectedEmployerWage);
160
- } }
161
- export class WageGridComponent {
162
- constructor(util, vs, formBuilder) {
163
- this.util = util;
164
- this.vs = vs;
165
- this.formBuilder = formBuilder;
166
- this.selected = false;
167
- this.indexToEdit = null;
168
- this.activeIndex = null;
169
- this.showDuplicatePopup = false;
170
- this.wages = [];
171
- this.onChange = (value) => { };
172
- this.onTouch = () => { };
173
- this.onChangeSubs = [];
174
- this.isDisabled = false;
175
- this.modelDisplay = new EventEmitter();
176
- this.currentYear = new Date().getFullYear();
177
- this.previousYear = new Date().getFullYear() - 1;
178
- }
179
- ngOnInit() {
180
- //This is used for DUA FORM - Wage Table, adding employment information for prior year
181
- this.wages = this.vs.employerWageDetails.getValue() || [];
182
- }
183
- writeValue(value) {
184
- if (value) {
185
- this.wages = value;
186
- this.publishEmployerWage();
187
- }
188
- }
189
- registerOnChange(fn) {
190
- let sub = this.vs.employerWageDetails.subscribe(fn);
191
- this.onChangeSubs.push(sub);
192
- }
193
- registerOnTouched(onTouch) {
194
- this.onTouch = onTouch;
195
- }
196
- setDisabledState(isDisabled) {
197
- this.isDisabled = isDisabled;
198
- }
199
- ngOnDestroy() {
200
- for (let sub of this.onChangeSubs) {
201
- sub.unsubscribe();
202
- }
203
- }
204
- deleteWageDetail(employerWage) {
205
- let index = this.wages.indexOf(employerWage);
206
- this.wages.splice(index, 1);
207
- this.publishEmployerWage();
208
- }
209
- editWageDetail(employerWage) {
210
- this.selectedEmployerWage = employerWage;
211
- this.indexToEdit = this.wages.indexOf(employerWage);
212
- this.display = true;
213
- this.selected = true;
214
- this.activeIndex = 0;
215
- }
216
- close() {
217
- this.display = false;
218
- this.indexToEdit = null;
219
- this.selectedEmployerWage = null;
220
- this.showDuplicatePopup = false;
221
- this.selected = false;
222
- this.activeIndex = -1;
223
- }
224
- async addWageDetails() {
225
- this.selected = true;
226
- this.modelDisplay.emit(true);
227
- }
228
- addEmployerWageDetail(employerWage) {
229
- if (this.indexToEdit != null) {
230
- this.wages[this.indexToEdit] = employerWage;
231
- }
232
- else {
233
- this.wages.push(employerWage);
234
- }
235
- this.display = false;
236
- this.selectedEmployerWage = null;
237
- this.indexToEdit = null;
238
- this.publishEmployerWage();
239
- this.selected = false;
240
- this.activeIndex = -1;
241
- }
242
- publishEmployerWage() {
243
- this.vs.employerWageDetails.next(this.wages.length > 0 ? this.wages : null);
244
- }
245
- static { this.ɵfac = function WageGridComponent_Factory(t) { return new (t || WageGridComponent)(i0.ɵɵdirectiveInject(i1.UtilService), i0.ɵɵdirectiveInject(i2.ValidationService), i0.ɵɵdirectiveInject(i3.UntypedFormBuilder)); }; }
246
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WageGridComponent, selectors: [["app-wage-grid"]], outputs: { modelDisplay: "modelDisplay" }, features: [i0.ɵɵProvidersFeature([{
247
- provide: NG_VALUE_ACCESSOR,
248
- useExisting: WageGridComponent,
249
- multi: true
250
- }])], decls: 7, vars: 3, consts: [[2, "margin-left", "-5px"], [3, "rowHover", "value"], ["dt", ""], ["pTemplate", "header"], ["pTemplate", "body"], ["pTemplate", "summary"], [3, "wageToEdit", "success", "onClose", 4, "ngIf"], [1, "ion-padding-top", "ion-padding-bottom"], [1, "titleHeader"], [1, "firstQuarter", 2, "font-weight", "bold"], [1, "secondQuarter", 2, "font-weight", "bold"], [1, "thirdQuarter", 2, "font-weight", "bold"], [1, "fourthQuarter", 2, "font-weight", "bold"], [2, "padding-left", "15px"], [1, "p-column-title"], [2, "text-align", "center"], ["size", "small", "color", "success", "fill", "outline", "aria-label", "Edit wage details", 1, "action-button", 3, "id", "click"], [1, "action-icon", 3, "icon"], ["size", "small", "color", "success", "fill", "outline", "aria-label", "Remove wage details", 1, "action-button", 3, "id", "click"], [4, "ngIf"], [1, "ion-padding-top", 2, "width", "55%", "width", "max-content !important", "white-space", "nowrap"], [1, "ion-padding-top"], ["id", "addWageDetails", "aria-label", "Add Wage Details", "fill", "outline", "size", "small", 1, "action-button", 3, "click"], [3, "wageToEdit", "success", "onClose"]], template: function WageGridComponent_Template(rf, ctx) { if (rf & 1) {
251
- i0.ɵɵelementStart(0, "div", 0)(1, "p-table", 1, 2);
252
- i0.ɵɵtemplate(3, WageGridComponent_ng_template_3_Template, 16, 16, "ng-template", 3)(4, WageGridComponent_ng_template_4_Template, 39, 35, "ng-template", 4)(5, WageGridComponent_ng_template_5_Template, 1, 1, "ng-template", 5);
253
- i0.ɵɵelementEnd();
254
- i0.ɵɵtemplate(6, WageGridComponent_app_add_wage_6_Template, 1, 1, "app-add-wage", 6);
255
- i0.ɵɵelementEnd();
256
- } if (rf & 2) {
257
- i0.ɵɵadvance(1);
258
- i0.ɵɵproperty("rowHover", true)("value", ctx.wages);
259
- i0.ɵɵadvance(5);
260
- i0.ɵɵproperty("ngIf", ctx.selected);
261
- } }, dependencies: [i4.IonButton, i5.NgIf, i6.PrimeTemplate, i7.Table, i8.FaIconComponent, i9.AddWageComponent, i5.CurrencyPipe, i10.TranslatePipe], styles: [".titleHeader[_ngcontent-%COMP%]{padding-left:15px;font-weight:700}@media screen and (max-width: 40rem){.header[_ngcontent-%COMP%]{padding-right:5px}.titleHeader[_ngcontent-%COMP%]{font-weight:700}.firstQuarter[_ngcontent-%COMP%], .secondQuarter[_ngcontent-%COMP%], .thirdQuarter[_ngcontent-%COMP%], .fourthQuarter[_ngcontent-%COMP%]{width:max-content!important;white-space:nowrap;padding:revert-layer}}@media (min-width: 1200px) and (max-width: 1350px){.titleHeader[_ngcontent-%COMP%]{padding-left:15px;font-weight:700;width:30%}.firstQuarter[_ngcontent-%COMP%], .secondQuarter[_ngcontent-%COMP%], .thirdQuarter[_ngcontent-%COMP%], .fourthQuarter[_ngcontent-%COMP%]{width:max-content!important;white-space:nowrap;padding:revert-layer}}"] }); }
262
- }
263
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WageGridComponent, [{
264
- type: Component,
265
- args: [{ selector: 'app-wage-grid', providers: [{
266
- provide: NG_VALUE_ACCESSOR,
267
- useExisting: WageGridComponent,
268
- multi: true
269
- }], changeDetection: ChangeDetectionStrategy.Default, template: "<div style=\"margin-left: -5px;\">\r\n <p-table #dt [rowHover]=\"true\" [value]=\"wages\">\r\n <ng-template pTemplate=\"header\" let-columns>\r\n <tr class=\"ion-padding-top ion-padding-bottom\">\r\n <th class=\"titleHeader\">\r\n Employment\r\n </th>\r\n <th class=\"firstQuarter\" style=\"font-weight:bold\">\r\n {{ \"wage.firstQuarter\" | translate }} {{ previousYear }}\r\n </th>\r\n <th class=\"secondQuarter\" style=\"font-weight:bold\">\r\n {{ \"wage.secondQuarter\" | translate }} {{ previousYear }}\r\n </th>\r\n <th class=\"thirdQuarter\" style=\"font-weight:bold\">\r\n {{ \"wage.thirdQuarter\" | translate }} {{ previousYear }}\r\n </th>\r\n <th class=\"fourthQuarter\" style=\"font-weight:bold\">\r\n {{ \"wage.fourthQuarter\" | translate }} {{ previousYear }}\r\n </th>\r\n <th></th>\r\n </tr>\r\n </ng-template>\r\n\r\n <ng-template pTemplate=\"body\" let-employerWage let-rowIndex=\"rowIndex\">\r\n <tr class=\"ion-padding-top ion-padding-bottom\">\r\n <td style=\"padding-left: 15px\"><span class=\"p-column-title\">Employer</span><span>\r\n {{employerWage.wageEmpNameAndAddress}}</span>\r\n </td>\r\n <td style=\"padding-left: 15px\"><span class=\"p-column-title\">{{ \"wage.firstQuarter\" | translate }} {{ currentYear }}</span><span>\r\n {{employerWage.wageAmountQuarter1 | currency}}</span>\r\n </td>\r\n <td style=\"padding-left: 15px\"><span class=\"p-column-title\">{{ \"wage.secondQuarter\" | translate }} {{ currentYear }}</span><span>\r\n {{employerWage.wageAmountQuarter2 | currency}}</span>\r\n </td>\r\n <td style=\"padding-left: 15px\"><span class=\"p-column-title\">{{ \"wage.thirdQuarter\" | translate }} {{ currentYear }}</span><span>\r\n {{employerWage.wageAmountQuarter3 | currency}}</span>\r\n </td>\r\n <td style=\"padding-left: 15px\"><span class=\"p-column-title\">{{ \"wage.fourthQuarter\" | translate }} {{ currentYear }}</span><span>\r\n {{employerWage.wageAmountQuarter4 | currency}}</span>\r\n </td>\r\n\r\n </tr>\r\n\r\n <td style=\"text-align: center;\">\r\n <ion-button [id]=\"'btnEditWageDetail-' + rowIndex\" size=\"small\" color=\"success\" fill=\"outline\"\r\n (click)=\"editWageDetail(employerWage);\" class=\"action-button\" aria-label=\"Edit wage details\">\r\n <fa-icon [icon]=\"['fal', 'edit']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n\r\n <ion-button [id]=\"'btnDeleteWageDetail-' + rowIndex\" size=\"small\" color=\"success\" fill=\"outline\"\r\n (click)=\"deleteWageDetail(rowIndex);\" class=\"action-button\" aria-label=\"Remove wage details\">\r\n <fa-icon [icon]=\"['fal', 'trash-alt']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n </td>\r\n \r\n </ng-template>\r\n\r\n <ng-template pTemplate=\"summary\" let-columns>\r\n <table *ngIf=\"!selected\">\r\n <tr>\r\n <td [attr.colspan]=\"4\" style=\"width: 55%; width: max-content !important; white-space: nowrap;\" class=\"ion-padding-top\">\r\n <div><b>+ Add</b> an Employment</div>\r\n </td>\r\n <td class=\"ion-padding-top\">\r\n <ion-button id=\"addWageDetails\" aria-label=\"Add Wage Details\" (click)=\"addWageDetails()\"\r\n fill=\"outline\" size=\"small\" 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 </table>\r\n </ng-template>\r\n </p-table>\r\n <app-add-wage (success)=\"addEmployerWageDetail($event)\" (onClose)=\"close()\" [wageToEdit]=\"selectedEmployerWage\"\r\n *ngIf=\"selected\">\r\n </app-add-wage>\r\n</div>", styles: [".titleHeader{padding-left:15px;font-weight:700}@media screen and (max-width: 40rem){.header{padding-right:5px}.titleHeader{font-weight:700}.firstQuarter,.secondQuarter,.thirdQuarter,.fourthQuarter{width:max-content!important;white-space:nowrap;padding:revert-layer}}@media (min-width: 1200px) and (max-width: 1350px){.titleHeader{padding-left:15px;font-weight:700;width:30%}.firstQuarter,.secondQuarter,.thirdQuarter,.fourthQuarter{width:max-content!important;white-space:nowrap;padding:revert-layer}}\n"] }]
270
- }], () => [{ type: i1.UtilService }, { type: i2.ValidationService }, { type: i3.UntypedFormBuilder }], { modelDisplay: [{
271
- type: Output
272
- }] }); })();
273
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(WageGridComponent, { className: "WageGridComponent", filePath: "lib\\components\\wage-grid\\wage-grid.component.ts", lineNumber: 22 }); })();
274
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2FnZS1ncmlkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy93YWdlLWdyaWQvd2FnZS1ncmlkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy93YWdlLWdyaWQvd2FnZS1ncmlkLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFVLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUVqRyxPQUFPLEVBQXdCLGlCQUFpQixFQUFzQixNQUFNLGdCQUFnQixDQUFDOzs7Ozs7Ozs7Ozs7O0lDQ2pGLDZCQUErQyxZQUFBO0lBRXZDLDRCQUNKO0lBQUEsaUJBQUs7SUFDTCw2QkFBa0Q7SUFDOUMsWUFDSjs7SUFBQSxpQkFBSztJQUNMLDhCQUFtRDtJQUMvQyxZQUNKOztJQUFBLGlCQUFLO0lBQ0wsOEJBQWtEO0lBQzlDLGFBQ0o7O0lBQUEsaUJBQUs7SUFDTCwrQkFBbUQ7SUFDL0MsYUFDSjs7SUFBQSxpQkFBSztJQUNMLHNCQUFTO0lBQ2IsaUJBQUs7OztJQVpHLGVBQ0o7SUFESSxvR0FDSjtJQUVJLGVBQ0o7SUFESSxzR0FDSjtJQUVJLGVBQ0o7SUFESSxzR0FDSjtJQUVJLGVBQ0o7SUFESSx1R0FDSjs7Ozs7O0lBTUosNkJBQStDLGFBQUEsZUFBQTtJQUNpQix3QkFBUTtJQUFBLGlCQUFPO0lBQUEsNEJBQU07SUFDekUsWUFBc0M7SUFBQSxpQkFBTyxFQUFBO0lBRXJELDhCQUErQixlQUFBO0lBQTZCLFlBQXVEOztJQUFBLGlCQUFPO0lBQUEsNkJBQU07SUFDeEgsYUFBOEM7O0lBQUEsaUJBQU8sRUFBQTtJQUU3RCwrQkFBK0Is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QyxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxNQUFNLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUM5RSxDQUFDO2tGQWpHVSxpQkFBaUI7b0VBQWpCLGlCQUFpQiw4R0FUakIsQ0FBQztvQkFDVixPQUFPLEVBQUUsaUJBQWlCO29CQUUxQixXQUFXLEVBQUUsaUJBQWlCO29CQUU5QixLQUFLLEVBQUUsSUFBSTtpQkFDWixDQUFDO1lDbEJKLDhCQUFnQyxvQkFBQTtZQUV4QixvRkFtQmMsdUVBQUEscUVBQUE7WUFtRGxCLGlCQUFVO1lBQ1Ysb0ZBRWU7WUFDbkIsaUJBQU07O1lBM0VXLGVBQWlCO1lBQWpCLCtCQUFpQixvQkFBQTtZQXlFekIsZUFBYztZQUFkLG1DQUFjOzs7aUZEckRWLGlCQUFpQjtjQWI3QixTQUFTOzJCQUNFLGVBQWUsYUFHZCxDQUFDO3dCQUNWLE9BQU8sRUFBRSxpQkFBaUI7d0JBRTFCLFdBQVcsbUJBQW1CO3dCQUU5QixLQUFLLEVBQUUsSUFBSTtxQkFDWixDQUFDLG1CQUNlLHVCQUF1QixDQUFDLE9BQU87NkdBaUJ0QyxZQUFZO2tCQUFyQixNQUFNOztrRkFmSSxpQkFBaUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIE9uSW5pdCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEFkZFdhZ2VDb21wb25lbnQgfSBmcm9tICcuLi9hZGQtd2FnZS9hZGQtd2FnZS5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBDb250cm9sVmFsdWVBY2Nlc3NvciwgTkdfVkFMVUVfQUNDRVNTT1IsIFVudHlwZWRGb3JtQnVpbGRlciB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuaW1wb3J0IHsgU3Vic2NyaXB0aW9uIH0gZnJvbSAncnhqcyc7XHJcbmltcG9ydCB7IFV0aWxTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvdXRpbC91dGlsLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBWYWxpZGF0aW9uU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3F1ZXN0aW9ubmFpcmUvdmFsaWRhdGlvbi5zZXJ2aWNlJztcclxuaW1wb3J0IHsgV2FnZUluZm9Nb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9XYWdlSW5mb01vZGVsJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLXdhZ2UtZ3JpZCcsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3dhZ2UtZ3JpZC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL3dhZ2UtZ3JpZC5jb21wb25lbnQuY3NzJyxcclxuICBwcm92aWRlcnM6IFt7XHJcbiAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcclxuXHJcbiAgICB1c2VFeGlzdGluZzogV2FnZUdyaWRDb21wb25lbnQsXHJcblxyXG4gICAgbXVsdGk6IHRydWVcclxuICB9XSxcclxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LkRlZmF1bHRcclxufSlcclxuZXhwb3J0IGNsYXNzIFdhZ2VHcmlkQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBDb250cm9sVmFsdWVBY2Nlc3NvciB7XHJcbiAgY3VycmVudFllYXI6IG51bWJlcjtcclxuICBwcmV2aW91c1llYXI6IG51bWJlcjtcclxuICBwdWJsaWMgc2VsZWN0ZWQgOmJvb2xlYW4gPSBmYWxzZTtcclxuICBpbmRleFRvRWRpdCA9IG51bGw7XHJcbiAgZGlzcGxheTogYm9vbGVhbjtcclxuICBwdWJsaWMgYWN0aXZlSW5kZXggOiBudW1iZXIgPSBudWxsO1xyXG4gIHNob3dEdXBsaWNhdGVQb3B1cCA6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBlbXBsb3llcldhZ2U6IFdhZ2VJbmZvTW9kZWw7XHJcbiAgc2VsZWN0ZWRFbXBsb3llcldhZ2U6IFdhZ2VJbmZvTW9kZWw7XHJcbiAgd2FnZXMgOiBXYWdlSW5mb01vZGVsW10gPSBbXTtcclxuICBwcml2YXRlIG9uQ2hhbmdlOiBGdW5jdGlvbiA9ICh2YWx1ZTogU3RyaW5nKSA9PiB7fTtcclxuICBwcml2YXRlIG9uVG91Y2g6IEZ1bmN0aW9uID0gKCkgPT4ge307XHJcbiAgb25DaGFuZ2VTdWJzOiBTdWJzY3JpcHRpb25bXSA9IFtdO1xyXG4gIGlzRGlzYWJsZWQgPSBmYWxzZTtcclxuICBAT3V0cHV0KCkgbW9kZWxEaXNwbGF5ID0gbmV3IEV2ZW50RW1pdHRlcjxib29sZWFuPigpO1xyXG5cclxuICBjb25zdHJ1Y3RvcihwdWJsaWMgdXRpbCA6IFV0aWxTZXJ2aWNlLCBwdWJsaWMgdnM6IFZhbGlkYXRpb25TZXJ2aWNlLCBwdWJsaWMgZm9ybUJ1aWxkZXIgOiBVbnR5cGVkRm9ybUJ1aWxkZXIpIHsgXHJcbiAgICB0aGlzLmN1cnJlbnRZZWFyID0gbmV3IERhdGUoKS5nZXRGdWxsWWVhcigpO1xyXG4gICAgdGhpcy5wcmV2aW91c1llYXIgPSBuZXcgRGF0ZSgpLmdldEZ1bGxZZWFyKCkgLSAxO1xyXG4gIH1cclxuXHJcbiAgbmdPbkluaXQoKXtcclxuICAgIC8vVGhpcyBpcyB1c2VkIGZvciBEVUEgRk9STSAtIFdhZ2UgVGFibGUsIGFkZGluZyBlbXBsb3ltZW50IGluZm9ybWF0aW9uIGZvciBwcmlvciB5ZWFyXHJcbiAgICB0aGlzLndhZ2VzID0gdGhpcy52cy5lbXBsb3llcldhZ2VEZXRhaWxzLmdldFZhbHVlKCkgfHwgW107XHJcbiAgfVxyXG5cclxuICB3cml0ZVZhbHVlKHZhbHVlOiBhbnkpIHtcclxuICAgIGlmKHZhbHVlKXtcclxuICAgICAgdGhpcy53YWdlcyA9IHZhbHVlO1xyXG4gICAgICB0aGlzLnB1Ymxpc2hFbXBsb3llcldhZ2UoKTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIHJlZ2lzdGVyT25DaGFuZ2UoZm46IGFueSkge1xyXG4gICAgbGV0IHN1YiA9IHRoaXMudnMuZW1wbG95ZXJXYWdlRGV0YWlscy5zdWJzY3JpYmUoZm4pO1xyXG4gICAgdGhpcy5vbkNoYW5nZVN1YnMucHVzaChzdWIpO1xyXG4gIH1cclxuXHJcbiAgcmVnaXN0ZXJPblRvdWNoZWQob25Ub3VjaDogRnVuY3Rpb24pIHtcclxuICAgIHRoaXMub25Ub3VjaCA9IG9uVG91Y2g7XHJcbiAgfVxyXG5cclxuICBzZXREaXNhYmxlZFN0YXRlPyhpc0Rpc2FibGVkOiBib29sZWFuKTogdm9pZCB7XHJcbiAgICB0aGlzLmlzRGlzYWJsZWQgPSBpc0Rpc2FibGVkO1xyXG4gIH1cclxuXHJcbiAgbmdPbkRlc3Ryb3koKSB7XHJcbiAgICBmb3IgKGxldCBzdWIgb2YgdGhpcy5vbkNoYW5nZVN1YnMpIHtcclxuICAgICAgc3ViLnVuc3Vic2NyaWJlKCk7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICBkZWxldGVXYWdlRGV0YWlsKGVtcGxveWVyV2FnZSkge1xyXG4gICAgbGV0IGluZGV4ID0gdGhpcy53YWdlcy5pbmRleE9mKGVtcGxveWVyV2FnZSk7XHJcbiAgICB0aGlzLndhZ2VzLnNwbGljZShpbmRleCwgMSk7XHJcbiAgICB0aGlzLnB1Ymxpc2hFbXBsb3llcldhZ2UoKTtcclxuICB9XHJcblxyXG4gIGVkaXRXYWdlRGV0YWlsKGVtcGxveWVyV2FnZSl7XHJcbiAgICB0aGlzLnNlbGVjdGVkRW1wbG95ZXJXYWdlID0gZW1wbG95ZXJXYWdlO1xyXG4gICAgdGhpcy5pbmRleFRvRWRpdCA9IHRoaXMud2FnZXMuaW5kZXhPZihlbXBsb3llcldhZ2UpO1xyXG4gICAgdGhpcy5kaXNwbGF5ID0gdHJ1ZTtcclxuICAgIHRoaXMuc2VsZWN0ZWQgPSB0cnVlO1xyXG4gICAgdGhpcy5hY3RpdmVJbmRleD0wO1xyXG4gIH1cclxuXHJcbiAgY2xvc2UoKSB7XHJcbiAgICB0aGlzLmRpc3BsYXkgPSBmYWxzZTtcclxuICAgIHRoaXMuaW5kZXhUb0VkaXQgPSBudWxsO1xyXG4gICAgdGhpcy5zZWxlY3RlZEVtcGxveWVyV2FnZSA9IG51bGw7XHJcbiAgICB0aGlzLnNob3dEdXBsaWNhdGVQb3B1cCA9IGZhbHNlO1xyXG4gICAgdGhpcy5zZWxlY3RlZCA9IGZhbHNlO1xyXG4gICAgdGhpcy5hY3RpdmVJbmRleD0tMTtcclxuICB9XHJcblxyXG4gIGFzeW5jIGFkZFdhZ2VEZXRhaWxzKCkge1xyXG4gICAgdGhpcy5zZWxlY3RlZCA9IHRydWU7XHJcbiAgICB0aGlzLm1vZGVsRGlzcGxheS5lbWl0KHRydWUpO1xyXG4gIH1cclxuXHJcbiAgYWRkRW1wbG95ZXJXYWdlRGV0YWlsKGVtcGxveWVyV2FnZSl7XHJcbiAgICBpZih0aGlzLmluZGV4VG9FZGl0ICE9IG51bGwpe1xyXG4gICAgICB0aGlzLndhZ2VzW3RoaXMuaW5kZXhUb0VkaXRdID0gZW1wbG95ZXJXYWdlO1xyXG4gICAgfWVsc2V7XHJcbiAgICAgIHRoaXMud2FnZXMucHVzaChlbXBsb3llcldhZ2UpO1xyXG4gICAgfVxyXG4gICAgdGhpcy5kaXNwbGF5ID0gZmFsc2U7XHJcbiAgICB0aGlzLnNlbGVjdGVkRW1wbG95ZXJXYWdlID0gbnVsbDtcclxuICAgIHRoaXMuaW5kZXhUb0VkaXQgPSBudWxsO1xyXG4gICAgdGhpcy5wdWJsaXNoRW1wbG95ZXJXYWdlKCk7XHJcbiAgICB0aGlzLnNlbGVjdGVkID0gZmFsc2U7XHJcbiAgICB0aGlzLmFjdGl2ZUluZGV4PS0xO1xyXG4gIH1cclxuXHJcbiAgcHVibGlzaEVtcGxveWVyV2FnZSgpIHtcclxuICAgIHRoaXMudnMuZW1wbG95ZXJXYWdlRGV0YWlscy5uZXh0KHRoaXMud2FnZXMubGVuZ3RoID4gMCA/IHRoaXMud2FnZXMgOiBudWxsKTtcclxuICB9XHJcbn1cclxuIiwiPGRpdiBzdHlsZT1cIm1hcmdpbi1sZWZ0OiAtNXB4O1wiPlxyXG4gICAgPHAtdGFibGUgI2R0IFtyb3dIb3Zlcl09XCJ0cnVlXCIgIFt2YWx1ZV09XCJ3YWdlc1wiPlxyXG4gICAgICAgIDxuZy10ZW1wbGF0ZSBwVGVtcGxhdGU9XCJoZWFkZXJcIiBsZXQtY29sdW1ucz5cclxuICAgICAgICAgICAgPHRyIGNsYXNzPVwiaW9uLXBhZGRpbmctdG9wIGlvbi1wYWRkaW5nLWJvdHRvbVwiPlxyXG4gICAgICAgICAgICAgICAgPHRoIGNsYXNzPVwidGl0bGVIZWFkZXJcIj5cclxuICAgICAgICAgICAgICAgICAgICBFbXBsb3ltZW50XHJcbiAgICAgICAgICAgICAgICA8L3RoPlxyXG4gICAgICAgICAgICAgICAgPHRoIGNsYXNzPVwiZmlyc3RRdWFydGVyXCIgc3R5bGU9XCJmb250LXdlaWdodDpib2xkXCI+XHJcbiAgICAgICAgICAgICAgICAgICAge3sgXCJ3YWdlLmZpcnN0UXVhcnRlclwiIHwgdHJhbnNsYXRlIH19IHt7IHByZXZpb3VzWWVhciB9fVxyXG4gICAgICAgICAgICAgICAgPC90aD5cclxuICAgICAgICAgICAgICAgIDx0aCBjbGFzcz1cInNlY29uZFF1YXJ0ZXJcIiBzdHlsZT1cImZvbnQtd2VpZ2h0OmJvbGRcIj5cclxuICAgICAgICAgICAgICAgICAgICB7eyBcIndhZ2Uuc2Vjb25kUXVhcnRlclwiIHwgdHJhbnNsYXRlIH19IHt7IHByZXZpb3VzWWVhciB9fVxyXG4gICAgICAgICAgICAgICAgPC90aD5cclxuICAgICAgICAgICAgICAgIDx0aCBjbGFzcz1cInRoaXJkUXVhcnRlclwiIHN0eWxlPVwiZm9udC13ZWlnaHQ6Ym9sZFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIHt7IFwid2FnZS50aGlyZFF1YXJ0ZXJcIiB8IHRyYW5zbGF0ZSB9fSB7eyBwcmV2aW91c1llYXIgfX1cclxuICAgICAgICAgICAgICAgIDwvdGg+XHJcbiAgICAgICAgICAgICAgICA8dGggY2xhc3M9XCJmb3VydGhRdWFydGVyXCIgc3R5bGU9XCJmb250LXdlaWdodDpib2xkXCI+XHJcbiAgICAgICAgICAgICAgICAgICAge3sgXCJ3YWdlLmZvdXJ0aFF1YXJ0ZXJcIiB8IHRyYW5zbGF0ZSB9fSB7eyBwcmV2aW91c1llYXIgfX1cclxuICAgICAgICAgICAgICAgIDwvdGg+XHJcbiAgICAgICAgICAgICAgICA8dGg+PC90aD5cclxuICAgICAgICAgICAgPC90cj5cclxuICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG5cclxuICAgICAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiYm9keVwiIGxldC1lbXBsb3llcldhZ2UgbGV0LXJvd0luZGV4PVwicm93SW5kZXhcIj5cclxuICAgICAgICAgICAgPHRyIGNsYXNzPVwiaW9uLXBhZGRpbmctdG9wIGlvbi1wYWRkaW5nLWJvdHRvbVwiPlxyXG4gICAgICAgICAgICAgICAgPHRkIHN0eWxlPVwicGFkZGluZy1sZWZ0OiAxNXB4XCI+PHNwYW4gY2xhc3M9XCJwLWNvbHVtbi10aXRsZVwiPkVtcGxveWVyPC9zcGFuPjxzcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICB7e2VtcGxveWVyV2FnZS53YWdlRW1wTmFtZUFuZEFkZHJlc3N9fTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgICAgICA8dGQgc3R5bGU9XCJwYWRkaW5nLWxlZnQ6IDE1cHhcIj48c3BhbiBjbGFzcz1cInAtY29sdW1uLXRpdGxlXCI+e3sgXCJ3YWdlLmZpcnN0UXVhcnRlclwiIHwgdHJhbnNsYXRlIH19IHt7IGN1cnJlbnRZZWFyIH19PC9zcGFuPjxzcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICB7e2VtcGxveWVyV2FnZS53YWdlQW1vdW50UXVhcnRlcjEgfCBjdXJyZW5jeX19PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgPC90ZD5cclxuICAgICAgICAgICAgICAgIDx0ZCBzdHlsZT1cInBhZGRpbmctbGVmdDogMTVweFwiPjxzcGFuIGNsYXNzPVwicC1jb2x1bW4tdGl0bGVcIj57eyBcIndhZ2Uuc2Vjb25kUXVhcnRlclwiIHwgdHJhbnNsYXRlIH19IHt7IGN1cnJlbnRZZWFyIH19PC9zcGFuPjxzcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICB7e2VtcGxveWVyV2FnZS53YWdlQW1vdW50UXVhcnRlcjIgfCBjdXJyZW5jeX19PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgPC90ZD5cclxuICAgICAgICAgICAgICAgIDx0ZCBzdHlsZT1cInBhZGRpbmctbGVmdDogMTVweFwiPjxzcGFuIGNsYXNzPVwicC1jb2x1bW4tdGl0bGVcIj57eyBcIndhZ2UudGhpcmRRdWFydGVyXCIgfCB0cmFuc2xhdGUgfX0ge3sgY3VycmVudFllYXIgfX08L3NwYW4+PHNwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHt7ZW1wbG95ZXJXYWdlLndhZ2VBbW91bnRRdWFydGVyMyB8IGN1cnJlbmN5fX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgICAgICAgPHRkIHN0eWxlPVwicGFkZGluZy1sZWZ0OiAxNXB4XCI+PHNwYW4gY2xhc3M9XCJwLWNvbHVtbi10aXRsZVwiPnt7IFwid2FnZS5mb3VydGhRdWFydGVyXCIgfCB0cmFuc2xhdGUgfX0ge3sgY3VycmVudFllYXIgfX08L3NwYW4+PHNwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHt7ZW1wbG95ZXJXYWdlLndhZ2VBbW91bnRRdWFydGVyNCB8IGN1cnJlbmN5fX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L3RkPlxyXG5cclxuICAgICAgICAgICAgPC90cj5cclxuXHJcbiAgICAgICAgICAgICAgICA8dGQgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGlvbi1idXR0b24gW2lkXT1cIididG5FZGl0V2FnZURldGFpbC0nICsgcm93SW5kZXhcIiBzaXplPVwic21hbGxcIiBjb2xvcj1cInN1Y2Nlc3NcIiBmaWxsPVwib3V0bGluZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJlZGl0V2FnZURldGFpbChlbXBsb3llcldhZ2UpO1wiIGNsYXNzPVwiYWN0aW9uLWJ1dHRvblwiIGFyaWEtbGFiZWw9XCJFZGl0IHdhZ2UgZGV0YWlsc1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZmEtaWNvbiBbaWNvbl09XCJbJ2ZhbCcsICdlZGl0J11cIiBjbGFzcz1cImFjdGlvbi1pY29uXCI+PC9mYS1pY29uPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuXHJcbiAgICAgICAgICAgICAgICAgICAgPGlvbi1idXR0b24gW2lkXT1cIididG5EZWxldGVXYWdlRGV0YWlsLScgKyByb3dJbmRleFwiIHNpemU9XCJzbWFsbFwiIGNvbG9yPVwic3VjY2Vzc1wiIGZpbGw9XCJvdXRsaW5lXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cImRlbGV0ZVdhZ2VEZXRhaWwocm93SW5kZXgpO1wiIGNsYXNzPVwiYWN0aW9uLWJ1dHRvblwiIGFyaWEtbGFiZWw9XCJSZW1vdmUgd2FnZSBkZXRhaWxzXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxmYS1pY29uIFtpY29uXT1cIlsnZmFsJywgJ3RyYXNoLWFsdCddXCIgY2xhc3M9XCJhY3Rpb24taWNvblwiPjwvZmEtaWNvbj5cclxuICAgICAgICAgICAgICAgICAgICA8L2lvbi1idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgICBcclxuICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG5cclxuICAgICAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwic3VtbWFyeVwiIGxldC1jb2x1bW5zPlxyXG4gICAgICAgICAgICA8dGFibGUgKm5nSWY9XCIhc2VsZWN0ZWRcIj5cclxuICAgICAgICAgICAgICAgIDx0cj5cclxuICAgICAgICAgICAgICAgICAgICA8dGQgW2F0dHIuY29sc3Bhbl09XCI0XCIgc3R5bGU9XCJ3aWR0aDogNTUlOyB3aWR0aDogbWF4LWNvbnRlbnQgIWltcG9ydGFudDsgd2hpdGUtc3BhY2U6IG5vd3JhcDtcIiBjbGFzcz1cImlvbi1wYWRkaW5nLXRvcFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2PjxiPisgQWRkPC9iPiBhbiBFbXBsb3ltZW50PC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPC90ZD5cclxuICAgICAgICAgICAgICAgICAgICA8dGQgY2xhc3M9XCJpb24tcGFkZGluZy10b3BcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1idXR0b24gaWQ9XCJhZGRXYWdlRGV0YWlsc1wiIGFyaWEtbGFiZWw9XCJBZGQgV2FnZSBEZXRhaWxzXCIgKGNsaWNrKT1cImFkZFdhZ2VEZXRhaWxzKClcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZmlsbD1cIm91dGxpbmVcIiBzaXplPVwic21hbGxcIiBjbGFzcz1cImFjdGlvbi1idXR0b25cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxmYS1pY29uIFtpY29uXT1cIlsnZmFsJywgJ3BsdXMnXVwiIGNsYXNzPVwiYWN0aW9uLWljb25cIj48L2ZhLWljb24+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgICAgICAgPC90cj5cclxuICAgICAgICAgICAgPC90YWJsZT5cclxuICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgPC9wLXRhYmxlPlxyXG4gICAgPGFwcC1hZGQtd2FnZSAoc3VjY2Vzcyk9XCJhZGRFbXBsb3llcldhZ2VEZXRhaWwoJGV2ZW50KVwiIChvbkNsb3NlKT1cImNsb3NlKClcIiBbd2FnZVRvRWRpdF09XCJzZWxlY3RlZEVtcGxveWVyV2FnZVwiXHJcbiAgICAgICAgKm5nSWY9XCJzZWxlY3RlZFwiPlxyXG4gICAgPC9hcHAtYWRkLXdhZ2U+XHJcbjwvZGl2PiJdfQ==
@@ -1,147 +0,0 @@
1
- import { Component, EventEmitter, Output, ViewChild } from '@angular/core';
2
- import { Validators } from '@angular/forms';
3
- import { AppValidators } from '../../validations/AppValidators';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "../../services/weekly-cert/weekly-cert-v2.service";
6
- import * as i2 from "@angular/forms";
7
- import * as i3 from "../../services/login/login.service";
8
- import * as i4 from "../../services/claimant-context/claimant-context.service";
9
- import * as i5 from "@ionic/angular";
10
- import * as i6 from "@angular/common";
11
- import * as i7 from "primeng/inputtext";
12
- import * as i8 from "../error/error.component";
13
- import * as i9 from "@ngx-translate/core";
14
- import * as i10 from "../../pipes/trust-html/trust-html.pipe";
15
- const _c0 = ["qeFormDirective"];
16
- function AcknowledgementMsComponent_ion_col_4_Template(rf, ctx) { if (rf & 1) {
17
- i0.ɵɵelement(0, "ion-col", 10);
18
- i0.ɵɵpipe(1, "trustHtml");
19
- i0.ɵɵpipe(2, "translate");
20
- } if (rf & 2) {
21
- i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind1(1, 1, i0.ɵɵpipeBind1(2, 3, "weeklies.acknowledgement.one")), i0.ɵɵsanitizeHtml);
22
- } }
23
- function AcknowledgementMsComponent_ion_col_5_Template(rf, ctx) { if (rf & 1) {
24
- i0.ɵɵelement(0, "ion-col", 10);
25
- i0.ɵɵpipe(1, "trustHtml");
26
- i0.ɵɵpipe(2, "translate");
27
- } if (rf & 2) {
28
- i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind1(1, 1, i0.ɵɵpipeBind1(2, 3, "weeklies.acknowledgement.oneWaived")), i0.ɵɵsanitizeHtml);
29
- } }
30
- function AcknowledgementMsComponent_ion_col_23_Template(rf, ctx) { if (rf & 1) {
31
- i0.ɵɵelementStart(0, "ion-col", 11);
32
- i0.ɵɵelement(1, "ion-spinner", 12);
33
- i0.ɵɵelementEnd();
34
- } }
35
- const _c1 = "Last 4 number of entered SSN doesn't match with your SSN's last 4 number.";
36
- const _c2 = () => ({ required: "Required.", notEqual: _c1 });
37
- export class AcknowledgementMsComponent {
38
- constructor(wcs, formBuilder, ls, contextService) {
39
- this.wcs = wcs;
40
- this.formBuilder = formBuilder;
41
- this.ls = ls;
42
- this.contextService = contextService;
43
- this.success = new EventEmitter();
44
- this.error = new EventEmitter();
45
- this.onClose = new EventEmitter();
46
- this.blocked = false;
47
- this.getSsnForUserTypes();
48
- this.qeForm = this.formBuilder.group({
49
- ssnLast4: [null, Validators.compose([Validators.required, AppValidators.isEqual(this.ssnConfirmation)])]
50
- });
51
- }
52
- getSsnForUserTypes() {
53
- if (this.ls.isCsr()) {
54
- this.ssnConfirmation = this.contextService.getUnEncodedSsn().substring(5, 9);
55
- }
56
- else if (this.ls.isClaimant()) {
57
- this.ssnConfirmation = this.ls.getUser().ssn.substring(5, 9);
58
- }
59
- }
60
- get ssnLast4() {
61
- return this.qeForm.controls['ssnLast4'];
62
- }
63
- ngOnInit() { }
64
- close() {
65
- this.onClose.emit();
66
- }
67
- submit() {
68
- if (!this.qeForm.valid) {
69
- this.qeForm.markAllAsTouched();
70
- return;
71
- }
72
- if (this.qeForm.valid) {
73
- this.blocked = true;
74
- this.wcs.submitWeeklyCertification(this.ssnLast4.value)
75
- .subscribe(res => {
76
- this.success.emit(res);
77
- }, err => {
78
- this.success.emit({
79
- has_error: true,
80
- message: err.msg[0]
81
- });
82
- });
83
- }
84
- }
85
- static { this.ɵfac = function AcknowledgementMsComponent_Factory(t) { return new (t || AcknowledgementMsComponent)(i0.ɵɵdirectiveInject(i1.WeeklyCertServiceV2), i0.ɵɵdirectiveInject(i2.UntypedFormBuilder), i0.ɵɵdirectiveInject(i3.LoginService), i0.ɵɵdirectiveInject(i4.ClaimantContextService)); }; }
86
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AcknowledgementMsComponent, selectors: [["app-acknowledgement-ms"]], viewQuery: function AcknowledgementMsComponent_Query(rf, ctx) { if (rf & 1) {
87
- i0.ɵɵviewQuery(_c0, 5);
88
- } if (rf & 2) {
89
- let _t;
90
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.qeFormDirective = _t.first);
91
- } }, outputs: { success: "success", error: "error", onClose: "onClose" }, decls: 24, vars: 17, consts: [[3, "formGroup", "ngSubmit"], ["qeFormDirective", "ngForm"], [2, "min-height", "500px"], [3, "innerHtml", 4, "ngIf"], [1, "field"], ["for", "ssn"], ["id", "ssn", "type", "input", "pInputText", "", "size", "4", "required", "", "maxlength", "4", "minlength", "4", 3, "formControl"], [3, "field", "form", "errDef"], [1, "ion-text-left", 2, "font-family", "var(--app-font-light)"], ["class", "ion-text-center", 4, "ngIf"], [3, "innerHtml"], [1, "ion-text-center"], ["name", "dots"]], template: function AcknowledgementMsComponent_Template(rf, ctx) { if (rf & 1) {
92
- i0.ɵɵelementStart(0, "form", 0, 1);
93
- i0.ɵɵlistener("ngSubmit", function AcknowledgementMsComponent_Template_form_ngSubmit_0_listener() { return ctx.submit(); });
94
- i0.ɵɵelementStart(2, "ion-grid", 2)(3, "ion-row");
95
- i0.ɵɵtemplate(4, AcknowledgementMsComponent_ion_col_4_Template, 3, 5, "ion-col", 3)(5, AcknowledgementMsComponent_ion_col_5_Template, 3, 5, "ion-col", 3);
96
- i0.ɵɵelementEnd();
97
- i0.ɵɵelementStart(6, "ion-row");
98
- i0.ɵɵelement(7, "ion-col");
99
- i0.ɵɵelementEnd();
100
- i0.ɵɵelementStart(8, "ion-row")(9, "ion-col")(10, "div", 4)(11, "label", 5);
101
- i0.ɵɵtext(12);
102
- i0.ɵɵpipe(13, "translate");
103
- i0.ɵɵelementEnd();
104
- i0.ɵɵelement(14, "br")(15, "input", 6)(16, "br")(17, "app-error", 7);
105
- i0.ɵɵelementEnd()()();
106
- i0.ɵɵelementStart(18, "ion-row")(19, "ion-col", 8);
107
- i0.ɵɵtext(20);
108
- i0.ɵɵpipe(21, "translate");
109
- i0.ɵɵelementEnd()();
110
- i0.ɵɵelementStart(22, "ion-row");
111
- i0.ɵɵtemplate(23, AcknowledgementMsComponent_ion_col_23_Template, 2, 0, "ion-col", 9);
112
- i0.ɵɵelementEnd()()();
113
- } if (rf & 2) {
114
- const _r0 = i0.ɵɵreference(1);
115
- i0.ɵɵproperty("formGroup", ctx.qeForm);
116
- i0.ɵɵadvance(4);
117
- i0.ɵɵproperty("ngIf", !ctx.wcs.getWorkSearchWaived() && ctx.wcs.getWaitingWeekServed());
118
- i0.ɵɵadvance(1);
119
- i0.ɵɵproperty("ngIf", ctx.wcs.getWorkSearchWaived() || !ctx.wcs.getWaitingWeekServed());
120
- i0.ɵɵadvance(7);
121
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(13, 12, "weeklies.acknowledgement.two"));
122
- i0.ɵɵadvance(3);
123
- i0.ɵɵproperty("formControl", ctx.ssnLast4);
124
- i0.ɵɵadvance(2);
125
- i0.ɵɵclassMap("app-grid");
126
- i0.ɵɵproperty("field", ctx.ssnLast4)("form", _r0)("errDef", i0.ɵɵpureFunction0(16, _c2));
127
- i0.ɵɵadvance(3);
128
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(21, 14, "weeklies.acknowledgement.three"));
129
- i0.ɵɵadvance(3);
130
- i0.ɵɵproperty("ngIf", ctx.blocked);
131
- } }, dependencies: [i5.IonCol, i5.IonGrid, i5.IonRow, i5.IonSpinner, i6.NgIf, i2.ɵNgNoValidate, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.RequiredValidator, i2.MinLengthValidator, i2.MaxLengthValidator, i2.FormControlDirective, i2.FormGroupDirective, i7.InputText, i8.ErrorComponent, i9.TranslatePipe, i10.TrustHtmlPipe] }); }
132
- }
133
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AcknowledgementMsComponent, [{
134
- type: Component,
135
- args: [{ selector: 'app-acknowledgement-ms', template: "<form [formGroup]=\"qeForm\" #qeFormDirective=\"ngForm\" (ngSubmit)=\"submit()\">\r\n <ion-grid style=\"min-height: 500px\">\r\n <ion-row>\r\n <ion-col *ngIf=\"!wcs.getWorkSearchWaived() && wcs.getWaitingWeekServed()\"\r\n [innerHtml]=\"'weeklies.acknowledgement.one' | translate | trustHtml\"></ion-col>\r\n <ion-col *ngIf=\"wcs.getWorkSearchWaived() || !wcs.getWaitingWeekServed()\"\r\n [innerHtml]=\"'weeklies.acknowledgement.oneWaived' | translate | trustHtml\"></ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col></ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col>\r\n\r\n <div class=\"field\">\r\n <label for=\"ssn\">{{'weeklies.acknowledgement.two' | translate}}</label><br />\r\n <input id=\"ssn\" type=\"input\" pInputText size=\"4\" required [formControl]=\"ssnLast4\" maxlength=\"4\"\r\n minlength=\"4\" />\r\n <br />\r\n <app-error [class]=\"'app-grid'\" [field]='ssnLast4' [form]=\"qeFormDirective\" [errDef]=\"{\r\n required: 'Required.',\r\n notEqual: 'Last 4 number of entered SSN doesn\\'t match with your SSN\\'s last 4 number.'\r\n }\"></app-error>\r\n </div>\r\n </ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col class=\"ion-text-left\" style=\"font-family: var(--app-font-light)\">{{'weeklies.acknowledgement.three' |\r\n translate}}</ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col *ngIf=\"blocked\" class=\"ion-text-center\">\r\n <ion-spinner name=\"dots\"></ion-spinner>\r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n</form>" }]
136
- }], () => [{ type: i1.WeeklyCertServiceV2 }, { type: i2.UntypedFormBuilder }, { type: i3.LoginService }, { type: i4.ClaimantContextService }], { qeFormDirective: [{
137
- type: ViewChild,
138
- args: ['qeFormDirective', { static: false }]
139
- }], success: [{
140
- type: Output
141
- }], error: [{
142
- type: Output
143
- }], onClose: [{
144
- type: Output
145
- }] }); })();
146
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AcknowledgementMsComponent, { className: "AcknowledgementMsComponent", filePath: "lib\\components\\weekly-acknowledgement-ms\\acknowledgement-ms.component.ts", lineNumber: 13 }); })();
147
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNrbm93bGVkZ2VtZW50LW1zLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy93ZWVrbHktYWNrbm93bGVkZ2VtZW50LW1zL2Fja25vd2xlZGdlbWVudC1tcy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvd2Vla2x5LWFja25vd2xlZGdlbWVudC1tcy9hY2tub3dsZWRnZW1lbnQtbXMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQVUsTUFBTSxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRixPQUFPLEVBQWdELFVBQVUsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBSTFGLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQzs7Ozs7Ozs7Ozs7Ozs7SUNGMUQsOEJBQ2lGOzs7O0lBQS9FLHlIQUFvRTs7O0lBQ3RFLDhCQUN1Rjs7OztJQUFyRiwrSEFBMEU7OztJQXlCNUUsbUNBQWlEO0lBQy9DLGtDQUF1QztJQUN6QyxpQkFBVTs7OztBRHJCaEIsTUFBTSxPQUFPLDBCQUEwQjtJQW9CckMsWUFBbUIsR0FBd0IsRUFBUyxXQUErQixFQUFVLEVBQWdCLEVBQVUsY0FBc0M7UUFBMUksUUFBRyxHQUFILEdBQUcsQ0FBcUI7UUFBUyxnQkFBVyxHQUFYLFdBQVcsQ0FBb0I7UUFBVSxPQUFFLEdBQUYsRUFBRSxDQUFjO1FBQVUsbUJBQWMsR0FBZCxjQUFjLENBQXdCO1FBZDdKLFlBQU8sR0FBc0IsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUdoRCxVQUFLLEdBQXNCLElBQUksWUFBWSxFQUFFLENBQUM7UUFHOUMsWUFBTyxHQUFz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QixhQUFBLHVDQUFBO1lBUW9CLGVBQzdEO1lBRDZELDhFQUM3RDtZQUdILGVBQWE7WUFBYixrQ0FBYTs7O2lGRG5CaEIsMEJBQTBCO2NBTHRDLFNBQVM7MkJBQ0Usd0JBQXdCO3FKQU8zQixlQUFlO2tCQURyQixTQUFTO21CQUFDLGlCQUFpQixFQUFFLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRTtZQUkvQyxPQUFPO2tCQUROLE1BQU07WUFJUCxLQUFLO2tCQURKLE1BQU07WUFJUCxPQUFPO2tCQUROLE1BQU07O2tGQVhJLDBCQUEwQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBPbkluaXQsIE91dHB1dCwgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IE5nRm9ybSwgVW50eXBlZEZvcm1CdWlsZGVyLCBVbnR5cGVkRm9ybUdyb3VwLCBWYWxpZGF0b3JzIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5pbXBvcnQgeyBDbGFpbWFudENvbnRleHRTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvY2xhaW1hbnQtY29udGV4dC9jbGFpbWFudC1jb250ZXh0LnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBMb2dpblNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9sb2dpbi9sb2dpbi5zZXJ2aWNlJztcclxuaW1wb3J0IHsgV2Vla2x5Q2VydFNlcnZpY2VWMiB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3dlZWtseS1jZXJ0L3dlZWtseS1jZXJ0LXYyLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBBcHBWYWxpZGF0b3JzIH0gZnJvbSAnLi4vLi4vdmFsaWRhdGlvbnMvQXBwVmFsaWRhdG9ycyc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1hY2tub3dsZWRnZW1lbnQtbXMnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9hY2tub3dsZWRnZW1lbnQtbXMuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL2Fja25vd2xlZGdlbWVudC1tcy5jb21wb25lbnQuc2NzcyddLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgQWNrbm93bGVkZ2VtZW50TXNDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG5cclxuICBAVmlld0NoaWxkKCdxZUZvcm1EaXJlY3RpdmUnLCB7IHN0YXRpYzogZmFsc2UgfSlcclxuICBwdWJsaWMgcWVGb3JtRGlyZWN0aXZlOiBOZ0Zvcm07XHJcblxyXG4gIEBPdXRwdXQoKVxyXG4gIHN1Y2Nlc3M6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG5cclxuICBAT3V0cHV0KClcclxuICBlcnJvcjogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG4gIEBPdXRwdXQoKVxyXG4gIG9uQ2xvc2U6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG5cclxuICBwdWJsaWMgcWVGb3JtOiBVbnR5cGVkRm9ybUdyb3VwO1xyXG5cclxuICBibG9ja2VkID0gZmFsc2U7XHJcblxyXG4gIHByaXZhdGUgc3NuQ29uZmlybWF0aW9uOiBzdHJpbmc7XHJcblxyXG4gIGNvbnN0cnVjdG9yKHB1YmxpYyB3Y3M6IFdlZWtseUNlcnRTZXJ2aWNlVjIsIHB1YmxpYyBmb3JtQnVpbGRlcjogVW50eXBlZEZvcm1CdWlsZGVyLCBwcml2YXRlIGxzOiBMb2dpblNlcnZpY2UsIHByaXZhdGUgY29udGV4dFNlcnZpY2U6IENsYWltYW50Q29udGV4dFNlcnZpY2UpIHtcclxuXHJcbiAgICB0aGlzLmdldFNzbkZvclVzZXJUeXBlcygpO1xyXG5cclxuICAgIHRoaXMucWVGb3JtID0gdGhpcy5mb3JtQnVpbGRlci5ncm91cCh7XHJcbiAgICAgIHNzbkxhc3Q0OiBbbnVsbCwgVmFsaWRhdG9ycy5jb21wb3NlKFtWYWxpZGF0b3JzLnJlcXVpcmVkLCBBcHBWYWxpZGF0b3JzLmlzRXF1YWwodGhpcy5zc25Db25maXJtYXRpb24pXSldXHJcbiAgICB9KTtcclxuICB9XHJcblxyXG4gIGdldFNzbkZvclVzZXJUeXBlcygpIHtcclxuICAgIGlmICh0aGlzLmxzLmlzQ3NyKCkpIHtcclxuICAgICAgdGhpcy5zc25Db25maXJtYXRpb24gPSB0aGlzLmNvbnRleHRTZXJ2aWNlLmdldFVuRW5jb2RlZFNzbigpLnN1YnN0cmluZyg1LCA5KTtcclxuICAgIH0gZWxzZSBpZiAodGhpcy5scy5pc0NsYWltYW50KCkpIHtcclxuICAgICAgdGhpcy5zc25Db25maXJtYXRpb24gPSB0aGlzLmxzLmdldFVzZXIoKS5zc24uc3Vic3RyaW5nKDUsIDkpO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgZ2V0IHNzbkxhc3Q0KCkge1xyXG4gICAgcmV0dXJuIHRoaXMucWVGb3JtLmNvbnRyb2xzWydzc25MYXN0NCddO1xyXG4gIH1cclxuXHJcbiAgbmdPbkluaXQoKSB7IH1cclxuXHJcbiAgY2xvc2UoKSB7XHJcbiAgICB0aGlzLm9uQ2xvc2UuZW1pdCgpO1xyXG4gIH1cclxuXHJcbiAgc3VibWl0KCkge1xyXG4gICAgaWYoIXRoaXMucWVGb3JtLnZhbGlkKSB7XHJcbiAgICAgIHRoaXMucWVGb3JtLm1hcmtBbGxBc1RvdWNoZWQoKTtcclxuICAgICAgcmV0dXJuO1xyXG4gICAgfVxyXG4gICAgaWYgKHRoaXMucWVGb3JtLnZhbGlkKSB7XHJcbiAgICAgIHRoaXMuYmxvY2tlZCA9IHRydWU7XHJcbiAgICAgIHRoaXMud2NzLnN1Ym1pdFdlZWtseUNlcnRpZmljYXRpb24odGhpcy5zc25MYXN0NC52YWx1ZSlcclxuICAgICAgICAuc3Vic2NyaWJlKFxyXG4gICAgICAgICAgcmVzID0+IHtcclxuICAgICAgICAgICAgdGhpcy5zdWNjZXNzLmVtaXQocmVzKTtcclxuICAgICAgICAgIH0sIGVyciA9PiB7XHJcbiAgICAgICAgICAgIHRoaXMuc3VjY2Vzcy5lbWl0KHtcclxuICAgICAgICAgICAgICBoYXNfZXJyb3I6IHRydWUsXHJcbiAgICAgICAgICAgICAgbWVzc2FnZTogZXJyLm1zZ1swXVxyXG4gICAgICAgICAgICB9KTtcclxuICAgICAgICAgIH1cclxuICAgICAgICApXHJcbiAgICB9ICAgIFxyXG4gIH1cclxuXHJcbn1cclxuIiwiPGZvcm0gW2Zvcm1Hcm91cF09XCJxZUZvcm1cIiAjcWVGb3JtRGlyZWN0aXZlPVwibmdGb3JtXCIgKG5nU3VibWl0KT1cInN1Ym1pdCgpXCI+XHJcbiAgPGlvbi1ncmlkIHN0eWxlPVwibWluLWhlaWdodDogNTAwcHhcIj5cclxuICAgIDxpb24tcm93PlxyXG4gICAgICA8aW9uLWNvbCAqbmdJZj1cIiF3Y3MuZ2V0V29ya1NlYXJjaFdhaXZlZCgpICYmIHdjcy5nZXRXYWl0aW5nV2Vla1NlcnZlZCgpXCJcclxuICAgICAgICBbaW5uZXJIdG1sXT1cIid3ZWVrbGllcy5hY2tub3dsZWRnZW1lbnQub25lJyB8IHRyYW5zbGF0ZSB8IHRydXN0SHRtbFwiPjwvaW9uLWNvbD5cclxuICAgICAgPGlvbi1jb2wgKm5nSWY9XCJ3Y3MuZ2V0V29ya1NlYXJjaFdhaXZlZCgpIHx8ICF3Y3MuZ2V0V2FpdGluZ1dlZWtTZXJ2ZWQoKVwiXHJcbiAgICAgICAgW2lubmVySHRtbF09XCInd2Vla2xpZXMuYWNrbm93bGVkZ2VtZW50Lm9uZVdhaXZlZCcgfCB0cmFuc2xhdGUgfCB0cnVzdEh0bWxcIj48L2lvbi1jb2w+XHJcbiAgICA8L2lvbi1yb3c+XHJcbiAgICA8aW9uLXJvdz5cclxuICAgICAgPGlvbi1jb2w+PC9pb24tY29sPlxyXG4gICAgPC9pb24tcm93PlxyXG4gICAgPGlvbi1yb3c+XHJcbiAgICAgIDxpb24tY29sPlxyXG5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZmllbGRcIj5cclxuICAgICAgICAgIDxsYWJlbCBmb3I9XCJzc25cIj57eyd3ZWVrbGllcy5hY2tub3dsZWRnZW1lbnQudHdvJyB8IHRyYW5zbGF0ZX19PC9sYWJlbD48YnIgLz5cclxuICAgICAgICAgIDxpbnB1dCBpZD1cInNzblwiIHR5cGU9XCJpbnB1dFwiIHBJbnB1dFRleHQgc2l6ZT1cIjRcIiByZXF1aXJlZCBbZm9ybUNvbnRyb2xdPVwic3NuTGFzdDRcIiBtYXhsZW5ndGg9XCI0XCJcclxuICAgICAgICAgICAgbWlubGVuZ3RoPVwiNFwiIC8+XHJcbiAgICAgICAgICA8YnIgLz5cclxuICAgICAgICAgIDxhcHAtZXJyb3IgW2NsYXNzXT1cIidhcHAtZ3JpZCdcIiBbZmllbGRdPSdzc25MYXN0NCcgW2Zvcm1dPVwicWVGb3JtRGlyZWN0aXZlXCIgW2VyckRlZl09XCJ7XHJcbiAgICAgICAgICAgICAgcmVxdWlyZWQ6ICdSZXF1aXJlZC4nLFxyXG4gICAgICAgICAgICAgIG5vdEVxdWFsOiAnTGFzdCA0IG51bWJlciBvZiBlbnRlcmVkIFNTTiBkb2VzblxcJ3QgbWF0Y2ggd2l0aCB5b3VyIFNTTlxcJ3MgbGFzdCA0IG51bWJlci4nXHJcbiAgICAgICAgICAgIH1cIj48L2FwcC1lcnJvcj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9pb24tY29sPlxyXG4gICAgPC9pb24tcm93PlxyXG4gICAgPGlvbi1yb3c+XHJcbiAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtbGVmdFwiIHN0eWxlPVwiZm9udC1mYW1pbHk6IHZhcigtLWFwcC1mb250LWxpZ2h0KVwiPnt7J3dlZWtsaWVzLmFja25vd2xlZGdlbWVudC50aHJlZScgfFxyXG4gICAgICAgIHRyYW5zbGF0ZX19PC9pb24tY29sPlxyXG4gICAgPC9pb24tcm93PlxyXG4gICAgPGlvbi1yb3c+XHJcbiAgICAgIDxpb24tY29sICpuZ0lmPVwiYmxvY2tlZFwiIGNsYXNzPVwiaW9uLXRleHQtY2VudGVyXCI+XHJcbiAgICAgICAgPGlvbi1zcGlubmVyIG5hbWU9XCJkb3RzXCI+PC9pb24tc3Bpbm5lcj5cclxuICAgICAgPC9pb24tY29sPlxyXG4gICAgPC9pb24tcm93PlxyXG4gIDwvaW9uLWdyaWQ+XHJcbjwvZm9ybT4iXX0=