@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,302 +0,0 @@
1
- import { Component, EventEmitter, Output, Input, ChangeDetectionStrategy } from '@angular/core';
2
- import { NG_VALUE_ACCESSOR } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "../../services/logger/logger.service";
5
- import * as i2 from "../../services/questionnaire/validation.service";
6
- import * as i3 from "@ionic/angular";
7
- import * as i4 from "@angular/common";
8
- import * as i5 from "primeng/api";
9
- import * as i6 from "primeng/dialog";
10
- import * as i7 from "primeng/table";
11
- import * as i8 from "@fortawesome/angular-fontawesome";
12
- import * as i9 from "../employer-pay/employer-pay.component";
13
- import * as i10 from "@ngx-translate/core";
14
- function EmployerPayGridComponent_ng_template_7_Template(rf, ctx) { if (rf & 1) {
15
- i0.ɵɵelementStart(0, "tr", 11)(1, "th", 12);
16
- i0.ɵɵtext(2);
17
- i0.ɵɵpipe(3, "translate");
18
- i0.ɵɵelementEnd();
19
- i0.ɵɵelementStart(4, "th");
20
- i0.ɵɵtext(5);
21
- i0.ɵɵpipe(6, "translate");
22
- i0.ɵɵelementEnd();
23
- i0.ɵɵelement(7, "th");
24
- i0.ɵɵelementEnd();
25
- } if (rf & 2) {
26
- i0.ɵɵadvance(2);
27
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 2, "employer.pay.grid.header.employer"), " ");
28
- i0.ɵɵadvance(3);
29
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(6, 4, "employer.pay.grid.header.payType"), " ");
30
- } }
31
- function EmployerPayGridComponent_ng_template_8_ng_container_9_span_1_br_8_Template(rf, ctx) { if (rf & 1) {
32
- i0.ɵɵelement(0, "br");
33
- } }
34
- function EmployerPayGridComponent_ng_template_8_ng_container_9_span_1_Template(rf, ctx) { if (rf & 1) {
35
- i0.ɵɵelementStart(0, "span")(1, "tr")(2, "td", 20);
36
- i0.ɵɵtext(3);
37
- i0.ɵɵelementEnd();
38
- i0.ɵɵelementStart(4, "td")(5, "b");
39
- i0.ɵɵtext(6);
40
- i0.ɵɵpipe(7, "currency");
41
- i0.ɵɵelementEnd()()();
42
- i0.ɵɵtemplate(8, EmployerPayGridComponent_ng_template_8_ng_container_9_span_1_br_8_Template, 1, 0, "br", 19);
43
- i0.ɵɵelementEnd();
44
- } if (rf & 2) {
45
- const ctx_r14 = i0.ɵɵnextContext();
46
- const payType_r10 = ctx_r14.$implicit;
47
- const last_r11 = ctx_r14.last;
48
- i0.ɵɵadvance(3);
49
- i0.ɵɵtextInterpolate1(" ", payType_r10.payType.text, " ");
50
- i0.ɵɵadvance(3);
51
- i0.ɵɵtextInterpolate1(": ", i0.ɵɵpipeBind1(7, 3, payType_r10.amount), "");
52
- i0.ɵɵadvance(2);
53
- i0.ɵɵproperty("ngIf", !last_r11);
54
- } }
55
- function EmployerPayGridComponent_ng_template_8_ng_container_9_Template(rf, ctx) { if (rf & 1) {
56
- i0.ɵɵelementContainerStart(0);
57
- i0.ɵɵtemplate(1, EmployerPayGridComponent_ng_template_8_ng_container_9_span_1_Template, 9, 5, "span", 19);
58
- i0.ɵɵelementContainerEnd();
59
- } if (rf & 2) {
60
- const payType_r10 = ctx.$implicit;
61
- i0.ɵɵadvance(1);
62
- i0.ɵɵproperty("ngIf", payType_r10.isChecked);
63
- } }
64
- const _c0 = () => ["fal", "edit"];
65
- const _c1 = () => ["fal", "trash-alt"];
66
- function EmployerPayGridComponent_ng_template_8_Template(rf, ctx) { if (rf & 1) {
67
- const _r16 = i0.ɵɵgetCurrentView();
68
- i0.ɵɵelementStart(0, "tr", 11)(1, "td", 12)(2, "span", 13);
69
- i0.ɵɵtext(3, "Employer");
70
- i0.ɵɵelementEnd();
71
- i0.ɵɵelementStart(4, "span");
72
- i0.ɵɵtext(5);
73
- i0.ɵɵelementEnd()();
74
- i0.ɵɵelementStart(6, "td")(7, "span", 13);
75
- i0.ɵɵtext(8, "Pay Type");
76
- i0.ɵɵelementEnd();
77
- i0.ɵɵtemplate(9, EmployerPayGridComponent_ng_template_8_ng_container_9_Template, 2, 1, "ng-container", 14);
78
- i0.ɵɵelementEnd();
79
- i0.ɵɵelementStart(10, "td", 15)(11, "ion-button", 16);
80
- i0.ɵɵlistener("click", function EmployerPayGridComponent_ng_template_8_Template_ion_button_click_11_listener() { const restoredCtx = i0.ɵɵrestoreView(_r16); const employer_r7 = restoredCtx.$implicit; const ctx_r15 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r15.editEmployerPayment(employer_r7)); });
81
- i0.ɵɵelement(12, "fa-icon", 17);
82
- i0.ɵɵelementEnd();
83
- i0.ɵɵelementStart(13, "ion-button", 18);
84
- i0.ɵɵlistener("click", function EmployerPayGridComponent_ng_template_8_Template_ion_button_click_13_listener() { const restoredCtx = i0.ɵɵrestoreView(_r16); const rowIndex_r8 = restoredCtx.rowIndex; const ctx_r17 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r17.deleteEmployerPayment(rowIndex_r8)); });
85
- i0.ɵɵelement(14, "fa-icon", 17);
86
- i0.ɵɵelementEnd()()();
87
- } if (rf & 2) {
88
- const employer_r7 = ctx.$implicit;
89
- const rowIndex_r8 = ctx.rowIndex;
90
- i0.ɵɵadvance(5);
91
- i0.ɵɵtextInterpolate1(" ", employer_r7.employerName, "");
92
- i0.ɵɵadvance(4);
93
- i0.ɵɵproperty("ngForOf", employer_r7.payTypes);
94
- i0.ɵɵadvance(2);
95
- i0.ɵɵproperty("id", "btnEditEmployerPayment-" + rowIndex_r8);
96
- i0.ɵɵadvance(1);
97
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c0));
98
- i0.ɵɵadvance(1);
99
- i0.ɵɵproperty("id", "btnDeleteEmployerPayment-" + rowIndex_r8);
100
- i0.ɵɵadvance(1);
101
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(7, _c1));
102
- } }
103
- const _c2 = () => ["fal", "plus"];
104
- function EmployerPayGridComponent_ng_template_9_table_0_Template(rf, ctx) { if (rf & 1) {
105
- const _r21 = i0.ɵɵgetCurrentView();
106
- i0.ɵɵelementStart(0, "table")(1, "tr")(2, "td", 21)(3, "div")(4, "b");
107
- i0.ɵɵtext(5, "+ Add");
108
- i0.ɵɵelementEnd();
109
- i0.ɵɵtext(6, " Payment");
110
- i0.ɵɵelementEnd()();
111
- i0.ɵɵelementStart(7, "td", 22)(8, "ion-button", 23);
112
- i0.ɵɵlistener("click", function EmployerPayGridComponent_ng_template_9_table_0_Template_ion_button_click_8_listener() { i0.ɵɵrestoreView(_r21); const ctx_r20 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r20.addEmployerPay()); });
113
- i0.ɵɵelement(9, "fa-icon", 17);
114
- i0.ɵɵelementEnd()()()();
115
- } if (rf & 2) {
116
- i0.ɵɵadvance(2);
117
- i0.ɵɵattribute("colspan", 4);
118
- i0.ɵɵadvance(7);
119
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(2, _c2));
120
- } }
121
- function EmployerPayGridComponent_ng_template_9_Template(rf, ctx) { if (rf & 1) {
122
- i0.ɵɵtemplate(0, EmployerPayGridComponent_ng_template_9_table_0_Template, 10, 3, "table", 19);
123
- } if (rf & 2) {
124
- const ctx_r3 = i0.ɵɵnextContext();
125
- i0.ɵɵproperty("ngIf", !ctx_r3.selected);
126
- } }
127
- function EmployerPayGridComponent_app_employer_pay_10_Template(rf, ctx) { if (rf & 1) {
128
- const _r23 = i0.ɵɵgetCurrentView();
129
- i0.ɵɵelementStart(0, "app-employer-pay", 24);
130
- i0.ɵɵlistener("success", function EmployerPayGridComponent_app_employer_pay_10_Template_app_employer_pay_success_0_listener($event) { i0.ɵɵrestoreView(_r23); const ctx_r22 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r22.addEmployerPayment($event)); })("onClose", function EmployerPayGridComponent_app_employer_pay_10_Template_app_employer_pay_onClose_0_listener() { i0.ɵɵrestoreView(_r23); const ctx_r24 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r24.close()); });
131
- i0.ɵɵelementEnd();
132
- } if (rf & 2) {
133
- const ctx_r4 = i0.ɵɵnextContext();
134
- i0.ɵɵproperty("empToEdit", ctx_r4.selectedEmployer);
135
- } }
136
- function EmployerPayGridComponent_ng_template_16_Template(rf, ctx) { if (rf & 1) {
137
- const _r26 = i0.ɵɵgetCurrentView();
138
- i0.ɵɵelementStart(0, "ion-button", 25);
139
- i0.ɵɵlistener("click", function EmployerPayGridComponent_ng_template_16_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r26); const ctx_r25 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r25.close()); });
140
- i0.ɵɵtext(1, " Close ");
141
- i0.ɵɵelementEnd();
142
- i0.ɵɵelementStart(2, "ion-button", 26);
143
- i0.ɵɵlistener("click", function EmployerPayGridComponent_ng_template_16_Template_ion_button_click_2_listener() { i0.ɵɵrestoreView(_r26); const ctx_r27 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r27.editDuplicateEmployer()); });
144
- i0.ɵɵtext(3, " Edit ");
145
- i0.ɵɵelementEnd();
146
- } }
147
- const _c3 = () => ({ width: "45vw" });
148
- const _c4 = () => ({ "1200px": "660px", "992px": "660px", "768px": "660px", "576px": "100vw" });
149
- export class EmployerPayGridComponent {
150
- constructor(logger, vs) {
151
- this.logger = logger;
152
- this.vs = vs;
153
- this.selected = false;
154
- this.indexToEdit = null;
155
- this.activeIndex = null;
156
- this.showDuplicatePopup = false;
157
- this.employerPay = [];
158
- this.modelDisplay = new EventEmitter();
159
- this.onChange = (value) => { };
160
- this.onTouch = () => { };
161
- this.onChangeSubs = [];
162
- this.isDisabled = false;
163
- }
164
- ngOnInit() {
165
- this.employerPay = this.vs.employerPayDetails.getValue() || [];
166
- }
167
- ngOnDestroy() {
168
- for (let sub of this.onChangeSubs) {
169
- sub.unsubscribe();
170
- }
171
- }
172
- writeValue(value) {
173
- if (value) {
174
- this.employerPay = value;
175
- this.publishEmployer();
176
- }
177
- }
178
- registerOnChange(fn) {
179
- let sub = this.vs.employerPayDetails.subscribe(fn);
180
- this.onChangeSubs.push(sub);
181
- }
182
- registerOnTouched(onTouch) {
183
- this.onTouch = onTouch;
184
- }
185
- setDisabledState(isDisabled) {
186
- this.isDisabled = isDisabled;
187
- }
188
- deleteEmployerPayment(employer) {
189
- let index = this.employerPay.indexOf(employer);
190
- this.employerPay.splice(index, 1);
191
- this.publishEmployer();
192
- }
193
- editDuplicateEmployer() {
194
- this.showDuplicatePopup = false;
195
- this.display = true;
196
- this.selected = true;
197
- this.activeIndex = 0;
198
- }
199
- editEmployerPayment(employer) {
200
- this.selectedEmployer = employer;
201
- this.indexToEdit = this.employerPay.indexOf(employer);
202
- this.display = true;
203
- this.selected = true;
204
- this.activeIndex = 0;
205
- }
206
- async addEmployerPay() {
207
- this.selected = true;
208
- this.modelDisplay.emit(true);
209
- }
210
- close() {
211
- this.display = false;
212
- this.indexToEdit = null;
213
- this.selectedEmployer = null;
214
- this.showDuplicatePopup = false;
215
- this.selected = false;
216
- this.activeIndex = -1;
217
- }
218
- checkForDuplicate(employer) {
219
- if (this.employerPay) {
220
- let employerPay = this.employerPay.filter(e => {
221
- if (this.indexToEdit == this.employerPay.indexOf(e)) {
222
- return false;
223
- }
224
- let result = (employer.employerName == e.employerName && employer.address.state.text == e.address.state.text && employer.address.city == e.address.city);
225
- return result;
226
- });
227
- return employerPay.length > 0;
228
- }
229
- else {
230
- return false;
231
- }
232
- }
233
- addEmployerPayment(employer) {
234
- if (this.checkForDuplicate(employer)) {
235
- this.selectedEmployer = employer;
236
- this.display = false;
237
- this.showDuplicatePopup = true;
238
- return;
239
- }
240
- if (this.indexToEdit != null) {
241
- this.employerPay[this.indexToEdit] = employer;
242
- }
243
- else {
244
- this.employerPay.push(employer);
245
- }
246
- this.display = false;
247
- this.selectedEmployer = null;
248
- this.indexToEdit = null;
249
- this.publishEmployer();
250
- this.selected = false;
251
- this.activeIndex = -1;
252
- }
253
- publishEmployer() {
254
- this.vs.employerPayDetails.next(this.employerPay.length > 0 ? this.employerPay : null);
255
- }
256
- static { this.ɵfac = function EmployerPayGridComponent_Factory(t) { return new (t || EmployerPayGridComponent)(i0.ɵɵdirectiveInject(i1.LoggerService), i0.ɵɵdirectiveInject(i2.ValidationService)); }; }
257
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EmployerPayGridComponent, selectors: [["app-employer-pay-grid"]], inputs: { dynamicParam: "dynamicParam" }, outputs: { modelDisplay: "modelDisplay" }, features: [i0.ɵɵProvidersFeature([{
258
- provide: NG_VALUE_ACCESSOR,
259
- useExisting: EmployerPayGridComponent,
260
- multi: true
261
- }])], decls: 17, vars: 13, consts: [[2, "margin-left", "-5px"], [2, "margin-left", "8px"], ["styleClass", "p-datatable-striped app-datatable ion-padding-top", 3, "rowHover", "value"], ["dt", ""], ["pTemplate", "header"], ["pTemplate", "body"], ["pTemplate", "summary"], [3, "empToEdit", "success", "onClose", 4, "ngIf"], ["appendTo", "body", "position", "top", "appendTo", "body", "closeOnEscape", "false", 3, "visible", "modal", "breakpoints", "baseZIndex", "draggable", "resizable"], [1, "heading"], ["pTemplate", "footer"], [1, "ion-padding-top", "ion-padding-bottom"], [2, "padding-left", "15px"], [1, "p-column-title"], [4, "ngFor", "ngForOf"], [2, "text-align", "center"], ["size", "small", "color", "success", "fill", "outline", "aria-label", "Edit employer payment", 1, "action-button", 3, "id", "click"], [1, "action-icon", 3, "icon"], ["size", "small", "color", "success", "fill", "outline", "aria-label", "Remove employer payment", 1, "action-button", 3, "id", "click"], [4, "ngIf"], [2, "width", "275px", "white-space", "wrap"], [1, "ion-padding-top", 2, "width", "90%"], [1, "ion-padding-top"], ["id", "addEmployerPaymentDetails", "aria-label", "Add Payment Details", "fill", "outline", "size", "small", 1, "action-button", 3, "click"], [3, "empToEdit", "success", "onClose"], ["shape", "round", "size", "small", "type", "submit", "fill", "outline", 3, "click"], ["shape", "round", "size", "small", "type", "submit", "fill", "solid", 3, "click"]], template: function EmployerPayGridComponent_Template(rf, ctx) { if (rf & 1) {
262
- i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "b");
263
- i0.ɵɵtext(3, "+ Add");
264
- i0.ɵɵelementEnd();
265
- i0.ɵɵtext(4, " payments from your former employers");
266
- i0.ɵɵelementEnd();
267
- i0.ɵɵelementStart(5, "p-table", 2, 3);
268
- i0.ɵɵtemplate(7, EmployerPayGridComponent_ng_template_7_Template, 8, 6, "ng-template", 4)(8, EmployerPayGridComponent_ng_template_8_Template, 15, 8, "ng-template", 5)(9, EmployerPayGridComponent_ng_template_9_Template, 1, 1, "ng-template", 6);
269
- i0.ɵɵelementEnd();
270
- i0.ɵɵtemplate(10, EmployerPayGridComponent_app_employer_pay_10_Template, 1, 1, "app-employer-pay", 7);
271
- i0.ɵɵelementStart(11, "p-dialog", 8)(12, "h4", 9);
272
- i0.ɵɵtext(13, "Duplicate employer not allowed");
273
- i0.ɵɵelementEnd();
274
- i0.ɵɵelementStart(14, "ion-label");
275
- i0.ɵɵtext(15, "It seems like you have added a employer that has been added already. Please check details and try adding employer again.");
276
- i0.ɵɵelementEnd();
277
- i0.ɵɵtemplate(16, EmployerPayGridComponent_ng_template_16_Template, 4, 0, "ng-template", 10);
278
- i0.ɵɵelementEnd()();
279
- } if (rf & 2) {
280
- i0.ɵɵadvance(5);
281
- i0.ɵɵproperty("rowHover", true)("value", ctx.employerPay);
282
- i0.ɵɵadvance(5);
283
- i0.ɵɵproperty("ngIf", ctx.selected);
284
- i0.ɵɵadvance(1);
285
- i0.ɵɵstyleMap(i0.ɵɵpureFunction0(11, _c3));
286
- i0.ɵɵproperty("visible", ctx.showDuplicatePopup)("modal", true)("breakpoints", i0.ɵɵpureFunction0(12, _c4))("baseZIndex", 5000)("draggable", false)("resizable", false);
287
- } }, dependencies: [i3.IonButton, i3.IonLabel, i4.NgForOf, i4.NgIf, i5.PrimeTemplate, i6.Dialog, i7.Table, i8.FaIconComponent, i9.EmployerPayComponent, i4.CurrencyPipe, i10.TranslatePipe] }); }
288
- }
289
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EmployerPayGridComponent, [{
290
- type: Component,
291
- args: [{ selector: 'app-employer-pay-grid', providers: [{
292
- provide: NG_VALUE_ACCESSOR,
293
- useExisting: EmployerPayGridComponent,
294
- multi: true
295
- }], changeDetection: ChangeDetectionStrategy.Default, template: "<div style=\"margin-left: -5px;\">\r\n <div style=\"margin-left: 8px\"><b>+ Add</b> payments from your former employers</div>\r\n <p-table #dt [rowHover]=\"true\" styleClass=\"p-datatable-striped app-datatable ion-padding-top\" [value]=\"employerPay\">\r\n <ng-template pTemplate=\"header\" let-columns>\r\n <tr class=\"ion-padding-top ion-padding-bottom\">\r\n <th style=\"padding-left: 15px\">\r\n {{\"employer.pay.grid.header.employer\"|translate}}\r\n </th>\r\n <th>\r\n {{\"employer.pay.grid.header.payType\"|translate}}\r\n </th>\r\n <th></th>\r\n </tr>\r\n </ng-template>\r\n\r\n <ng-template pTemplate=\"body\" let-employer 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 {{employer.employerName}}</span>\r\n </td>\r\n <td>\r\n <span class=\"p-column-title\">Pay Type</span>\r\n <ng-container *ngFor=\"let payType of employer.payTypes; let last=last\">\r\n <span *ngIf = \"payType.isChecked\">\r\n <tr>\r\n <td style=\"width: 275px; white-space: wrap;\">\r\n {{payType.payType.text}}\r\n </td>\r\n <td>\r\n <b>: {{payType.amount | currency}}</b>\r\n </td>\r\n </tr>\r\n <br *ngIf=\"!last\">\r\n </span>\r\n </ng-container>\r\n </td>\r\n <td style=\"text-align: center;\">\r\n <ion-button [id]=\"'btnEditEmployerPayment-' + rowIndex\" size=\"small\" color=\"success\" fill=\"outline\"\r\n (click)=\"editEmployerPayment(employer);\" class=\"action-button\"\r\n aria-label=\"Edit employer payment\">\r\n <fa-icon [icon]=\"['fal', 'edit']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n\r\n <ion-button [id]=\"'btnDeleteEmployerPayment-' + rowIndex\" size=\"small\" color=\"success\"\r\n fill=\"outline\" (click)=\"deleteEmployerPayment(rowIndex);\" class=\"action-button\"\r\n aria-label=\"Remove employer payment\">\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=\"summary\" let-columns>\r\n <table *ngIf=\"!selected\">\r\n <tr>\r\n <td [attr.colspan]=\"4\" style=\"width: 90%;\" class=\"ion-padding-top\">\r\n <div><b>+ Add</b> Payment</div>\r\n </td>\r\n <td class=\"ion-padding-top\">\r\n <ion-button id=\"addEmployerPaymentDetails\" aria-label=\"Add Payment Details\"\r\n (click)=\"addEmployerPay()\" 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-employer-pay (success)=\"addEmployerPayment($event)\" (onClose)=\"close()\" [empToEdit]=\"selectedEmployer\"\r\n *ngIf=\"selected\">\r\n </app-employer-pay>\r\n\r\n <p-dialog [visible]=\"showDuplicatePopup\" [modal]=\"true\" appendTo=\"body\" position=\"top\"\r\n [breakpoints]=\"{'1200px': '660px', '992px': '660px', '768px': '660px', '576px': '100vw'}\"\r\n [style]=\"{width: '45vw'}\" [baseZIndex]=\"5000\" [draggable]=\"false\" [resizable]=\"false\" appendTo=\"body\"\r\n closeOnEscape=\"false\">\r\n <h4 class=\"heading\">Duplicate employer not allowed</h4>\r\n <ion-label>It seems like you have added a employer that has been added already. Please check details and try\r\n adding employer 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)=\"editDuplicateEmployer()\">\r\n Edit\r\n </ion-button>\r\n </ng-template>\r\n </p-dialog>\r\n\r\n</div>" }]
296
- }], () => [{ type: i1.LoggerService }, { type: i2.ValidationService }], { dynamicParam: [{
297
- type: Input
298
- }], modelDisplay: [{
299
- type: Output
300
- }] }); })();
301
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EmployerPayGridComponent, { className: "EmployerPayGridComponent", filePath: "lib\\components\\employer-pay-grid\\employer-pay-grid.component.ts", lineNumber: 21 }); })();
302
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW1wbG95ZXItcGF5LWdyaWQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9jb21wb25lbnRzL2VtcGxveWVyLXBheS1ncmlkL2VtcGxveWVyLXBheS1ncmlkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9lbXBsb3llci1wYXktZ3JpZC9lbXBsb3llci1wYXktZ3JpZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLFlBQVksRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFLHVCQUF1QixFQUE0QixNQUFNLGVBQWUsQ0FBQztBQUtsSSxPQUFPLEVBQXdCLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7Ozs7Ozs7Ozs7Ozs7SUNEN0QsOEJBQStDLGFBQUE7SUFFdkMsWUFDSjs7SUFBQSxpQkFBSztJQUNMLDBCQUFJO0lBQ0EsWUFDSjs7SUFBQSxpQkFBSztJQUNMLHFCQUFTO0lBQ2IsaUJBQUs7O0lBTkcsZUFDSjtJQURJLDBGQUNKO0lBRUksZUFDSjtJQURJLHlGQUNKOzs7SUFzQlkscUJBQWtCOzs7SUFUdEIsNEJBQWtDLFNBQUEsYUFBQTtJQUd0QixZQUNKO0lBQUEsaUJBQUs7SUFDTCwwQkFBSSxRQUFBO0lBQ0csWUFBK0I7O0lBQUEsaUJBQUksRUFBQSxFQUFBO0lBRzlDLDRHQUFrQjtJQUN0QixpQkFBTzs7Ozs7SUFQSyxlQUNKO0lBREkseURBQ0o7SUFFTyxlQUErQjtJQUEvQix5RUFBK0I7SUFHckMsZUFBVztJQUFYLGdDQUFXOzs7SUFWeEIsNkJBQXVFO0lBQ25FLHlHQVVPO0lBQ1gsMEJBQWU7OztJQVhKLGVBQXlCO0lBQXpCLDRDQUF5Qjs7Ozs7O0lBUDVDLDhC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O1lBQ3BGLHFDQUFvSDtZQUNoSCx5RkFVYyw2RUFBQSw0RUFBQTtZQXNEbEIsaUJBQVU7WUFDVixxR0FFbUI7WUFFbkIsb0NBRzBCLGFBQUE7WUFDRiwrQ0FBOEI7WUFBQSxpQkFBSztZQUN2RCxrQ0FBVztZQUFBLHlJQUNlO1lBQUEsaUJBQVk7WUFDdEMsNEZBT2M7WUFDbEIsaUJBQVcsRUFBQTs7WUFyRkUsZUFBaUI7WUFBakIsK0JBQWlCLDBCQUFBO1lBbUV6QixlQUFjO1lBQWQsbUNBQWM7WUFLZixlQUF5QjtZQUF6QiwwQ0FBeUI7WUFGbkIsZ0RBQThCLGVBQUEsNENBQUEsb0JBQUEsb0JBQUEsb0JBQUE7OztpRkRwRC9CLHdCQUF3QjtjQWJwQyxTQUFTOzJCQUNFLHVCQUF1QixhQUd0QixDQUFDO3dCQUNWLE9BQU8sRUFBRSxpQkFBaUI7d0JBRTFCLFdBQVcsMEJBQTBCO3dCQUVyQyxLQUFLLEVBQUUsSUFBSTtxQkFDWixDQUFDLG1CQUNlLHVCQUF1QixDQUFDLE9BQU87OEVBWXpDLFlBQVk7a0JBRGxCLEtBQUs7WUFFSSxZQUFZO2tCQUFyQixNQUFNOztrRkFYSSx3QkFBd0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCwgRXZlbnRFbWl0dGVyLCBPdXRwdXQsIElucHV0LCBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgU2ltcGxlQ2hhbmdlcywgT25DaGFuZ2VzIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IExvZ2dlclNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9sb2dnZXIvbG9nZ2VyLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBFbXBsb3llclBheUluZm9Nb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9FbXBsb3llclBheUluZm9Nb2RlbCc7XHJcbmltcG9ydCB7IFZhbGlkYXRpb25TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvcXVlc3Rpb25uYWlyZS92YWxpZGF0aW9uLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBTdWJzY3JpcHRpb24gfSBmcm9tICdyeGpzJztcclxuaW1wb3J0IHsgQ29udHJvbFZhbHVlQWNjZXNzb3IsIE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhcHAtZW1wbG95ZXItcGF5LWdyaWQnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9lbXBsb3llci1wYXktZ3JpZC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL2VtcGxveWVyLXBheS1ncmlkLmNvbXBvbmVudC5jc3MnLFxyXG4gIHByb3ZpZGVyczogW3tcclxuICAgIHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxyXG5cclxuICAgIHVzZUV4aXN0aW5nOiBFbXBsb3llclBheUdyaWRDb21wb25lbnQsXHJcblxyXG4gICAgbXVsdGk6IHRydWVcclxuICB9XSxcclxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LkRlZmF1bHRcclxufSlcclxuZXhwb3J0IGNsYXNzIEVtcGxveWVyUGF5R3JpZENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCwgQ29udHJvbFZhbHVlQWNjZXNzb3J7XHJcbiAgcHVibGljIHNlbGVjdGVkIDpib29sZWFuID0gZmFsc2U7XHJcbiAgaW5kZXhUb0VkaXQgPSBudWxsO1xyXG4gIGRpc3BsYXk6IGJvb2xlYW47XHJcbiAgcHVibGljIGFjdGl2ZUluZGV4IDogbnVtYmVyID0gbnVsbDtcclxuICBzaG93RHVwbGljYXRlUG9wdXAgOiBib29sZWFuID0gZmFsc2U7XHJcbiAgZW1wbG95ZXI6IEVtcGxveWVyUGF5SW5mb01vZGVsO1xyXG4gIHNlbGVjdGVkRW1wbG95ZXI6IEVtcGxveWVyUGF5SW5mb01vZGVsO1xyXG4gIGVtcGxveWVyUGF5IDogRW1wbG95ZXJQYXlJbmZvTW9kZWxbXSA9IFtdO1xyXG4gIEBJbnB1dCgpXHJcbiAgcHVibGljIGR5bmFtaWNQYXJhbTogYW55O1xyXG4gIEBPdXRwdXQoKSBtb2RlbERpc3BsYXkgPSBuZXcgRXZlbnRFbWl0dGVyPGJvb2xlYW4+KCk7XHJcbiAgcHJpdmF0ZSBvbkNoYW5nZTogRnVuY3Rpb24gPSAodmFsdWU6IFN0cmluZykgPT4ge307XHJcbiAgcHJpdmF0ZSBvblRvdWNoOiBGdW5jdGlvbiA9ICgpID0+IHt9O1xyXG4gIG9uQ2hhbmdlU3ViczogU3Vic2NyaXB0aW9uW10gPSBbXTtcclxuICBpc0Rpc2FibGVkID0gZmFsc2U7XHJcblxyXG4gIGNvbnN0cnVjdG9yKHB1YmxpYyBsb2dnZXI6IExvZ2dlclNlcnZpY2UsIHB1YmxpYyB2czogVmFsaWRhdGlvblNlcnZpY2Upe1xyXG4gIH1cclxuXHJcbiAgbmdPbkluaXQoKXtcclxuICAgIHRoaXMuZW1wbG95ZXJQYXkgPSB0aGlzLnZzLmVtcGxveWVyUGF5RGV0YWlscy5nZXRWYWx1ZSgpIHx8IFtdO1xyXG4gIH1cclxuXHJcbiAgbmdPbkRlc3Ryb3koKSB7XHJcbiAgICBmb3IgKGxldCBzdWIgb2YgdGhpcy5vbkNoYW5nZVN1YnMpIHtcclxuICAgICAgc3ViLnVuc3Vic2NyaWJlKCk7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICB3cml0ZVZhbHVlKHZhbHVlOiBhbnkpIHtcclxuICAgIGlmKHZhbHVlKXtcclxuICAgICAgdGhpcy5lbXBsb3llclBheSA9IHZhbHVlO1xyXG4gICAgICB0aGlzLnB1Ymxpc2hFbXBsb3llcigpO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgcmVnaXN0ZXJPbkNoYW5nZShmbjogYW55KSB7XHJcbiAgICBsZXQgc3ViID0gdGhpcy52cy5lbXBsb3llclBheURldGFpbHMuc3Vic2NyaWJlKGZuKTtcclxuICAgIHRoaXMub25DaGFuZ2VTdWJzLnB1c2goc3ViKTtcclxuICB9XHJcblxyXG4gIHJlZ2lzdGVyT25Ub3VjaGVkKG9uVG91Y2g6IEZ1bmN0aW9uKSB7XHJcbiAgICB0aGlzLm9uVG91Y2ggPSBvblRvdWNoO1xyXG4gIH1cclxuXHJcbiAgc2V0RGlzYWJsZWRTdGF0ZT8oaXNEaXNhYmxlZDogYm9vbGVhbik6IHZvaWQge1xyXG4gICAgdGhpcy5pc0Rpc2FibGVkID0gaXNEaXNhYmxlZDtcclxuICB9XHJcblxyXG4gIGRlbGV0ZUVtcGxveWVyUGF5bWVudChlbXBsb3llcikge1xyXG4gICAgbGV0IGluZGV4ID0gdGhpcy5lbXBsb3llclBheS5pbmRleE9mKGVtcGxveWVyKTtcclxuICAgIHRoaXMuZW1wbG95ZXJQYXkuc3BsaWNlKGluZGV4LCAxKTtcclxuICAgIHRoaXMucHVibGlzaEVtcGxveWVyKCk7XHJcbiAgfVxyXG5cclxuICBlZGl0RHVwbGljYXRlRW1wbG95ZXIoKXtcclxuICAgIHRoaXMuc2hvd0R1cGxpY2F0ZVBvcHVwID0gZmFsc2U7XHJcbiAgICB0aGlzLmRpc3BsYXkgPSB0cnVlO1xyXG4gICAgdGhpcy5zZWxlY3RlZCA9IHRydWU7XHJcbiAgICB0aGlzLmFjdGl2ZUluZGV4PTA7XHJcbiAgfVxyXG5cclxuICBlZGl0RW1wbG95ZXJQYXltZW50KGVtcGxveWVyKXtcclxuICAgIHRoaXMuc2VsZWN0ZWRFbXBsb3llciA9IGVtcGxveWVyO1xyXG4gICAgdGhpcy5pbmRleFRvRWRpdCA9IHRoaXMuZW1wbG95ZXJQYXkuaW5kZXhPZihlbXBsb3llcik7XHJcbiAgICB0aGlzLmRpc3BsYXkgPSB0cnVlO1xyXG4gICAgdGhpcy5zZWxlY3RlZCA9IHRydWU7XHJcbiAgICB0aGlzLmFjdGl2ZUluZGV4PTA7XHJcbiAgfVxyXG5cclxuICBhc3luYyBhZGRFbXBsb3llclBheSgpIHtcclxuICAgIHRoaXMuc2VsZWN0ZWQgPSB0cnVlO1xyXG4gICAgdGhpcy5tb2RlbERpc3BsYXkuZW1pdCh0cnVlKTtcclxuICB9XHJcblxyXG4gIGNsb3NlKCkge1xyXG4gICAgdGhpcy5kaXNwbGF5ID0gZmFsc2U7XHJcbiAgICB0aGlzLmluZGV4VG9FZGl0ID0gbnVsbDtcclxuICAgIHRoaXMuc2VsZWN0ZWRFbXBsb3llciA9IG51bGw7XHJcbiAgICB0aGlzLnNob3dEdXBsaWNhdGVQb3B1cCA9IGZhbHNlO1xyXG4gICAgdGhpcy5zZWxlY3RlZCA9IGZhbHNlO1xyXG4gICAgdGhpcy5hY3RpdmVJbmRleD0tMTtcclxuICB9XHJcblxyXG4gIGNoZWNrRm9yRHVwbGljYXRlKGVtcGxveWVyKSB7XHJcbiAgICBpZih0aGlzLmVtcGxveWVyUGF5KXtcclxuICAgICAgbGV0IGVtcGxveWVyUGF5ID0gdGhpcy5lbXBsb3llclBheS5maWx0ZXIoZSA9PiB7XHJcbiAgICAgICAgaWYodGhpcy5pbmRleFRvRWRpdCA9PSB0aGlzLmVtcGxveWVyUGF5LmluZGV4T2YoZSkpe1xyXG4gICAgICAgICAgcmV0dXJuIGZhbHNlO1xyXG4gICAgICAgIH1cclxuICAgICAgICBsZXQgcmVzdWx0ID0gKGVtcGxveWVyLmVtcGxveWVyTmFtZSA9PSBlLmVtcGxveWVyTmFtZSAmJiBlbXBsb3llci5hZGRyZXNzLnN0YXRlLnRleHQgPT0gZS5hZGRyZXNzLnN0YXRlLnRleHQgJiYgZW1wbG95ZXIuYWRkcmVzcy5jaXR5ID09IGUuYWRkcmVzcy5jaXR5KVxyXG4gICAgICAgIHJldHVybiByZXN1bHQ7XHJcbiAgICAgIH0pO1xyXG4gICAgICByZXR1cm4gZW1wbG95ZXJQYXkubGVuZ3RoID4gMDtcclxuICAgIH0gZWxzZXtcclxuICAgICAgcmV0dXJuIGZhbHNlO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgYWRkRW1wbG95ZXJQYXltZW50KGVtcGxveWVyKXtcclxuICAgIGlmKHRoaXMuY2hlY2tGb3JEdXBsaWNhdGUoZW1wbG95ZXIpKXtcclxuICAgICAgdGhpcy5zZWxlY3RlZEVtcGxveWVyID0gZW1wbG95ZXI7XHJcbiAgICAgIHRoaXMuZGlzcGxheSA9IGZhbHNlO1xyXG4gICAgICB0aGlzLnNob3dEdXBsaWNhdGVQb3B1cCA9IHRydWU7XHJcbiAgICAgIHJldHVybjtcclxuICAgIH1cclxuICAgIGlmKHRoaXMuaW5kZXhUb0VkaXQgIT0gbnVsbCl7XHJcbiAgICAgIHRoaXMuZW1wbG95ZXJQYXlbdGhpcy5pbmRleFRvRWRpdF0gPSBlbXBsb3llcjtcclxuICAgIH1lbHNle1xyXG4gICAgICB0aGlzLmVtcGxveWVyUGF5LnB1c2goZW1wbG95ZXIpO1xyXG4gICAgfVxyXG4gICAgdGhpcy5kaXNwbGF5ID0gZmFsc2U7XHJcbiAgICB0aGlzLnNlbGVjdGVkRW1wbG95ZXIgPSBudWxsO1xyXG4gICAgdGhpcy5pbmRleFRvRWRpdCA9IG51bGw7XHJcbiAgICB0aGlzLnB1Ymxpc2hFbXBsb3llcigpO1xyXG4gICAgdGhpcy5zZWxlY3RlZCA9IGZhbHNlO1xyXG4gICAgdGhpcy5hY3RpdmVJbmRleD0tMTtcclxuICB9XHJcblxyXG4gIHB1Ymxpc2hFbXBsb3llcigpIHtcclxuICAgIHRoaXMudnMuZW1wbG95ZXJQYXlEZXRhaWxzLm5leHQodGhpcy5lbXBsb3llclBheS5sZW5ndGggPiAwID8gdGhpcy5lbXBsb3llclBheSA6IG51bGwpO1xyXG4gIH1cclxufVxyXG4iLCI8ZGl2IHN0eWxlPVwibWFyZ2luLWxlZnQ6IC01cHg7XCI+XHJcbiAgICA8ZGl2IHN0eWxlPVwibWFyZ2luLWxlZnQ6IDhweFwiPjxiPisgQWRkPC9iPiBwYXltZW50cyBmcm9tIHlvdXIgZm9ybWVyIGVtcGxveWVyczwvZGl2PlxyXG4gICAgPHAtdGFibGUgI2R0IFtyb3dIb3Zlcl09XCJ0cnVlXCIgc3R5bGVDbGFzcz1cInAtZGF0YXRhYmxlLXN0cmlwZWQgYXBwLWRhdGF0YWJsZSBpb24tcGFkZGluZy10b3BcIiBbdmFsdWVdPVwiZW1wbG95ZXJQYXlcIj5cclxuICAgICAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiaGVhZGVyXCIgbGV0LWNvbHVtbnM+XHJcbiAgICAgICAgICAgIDx0ciBjbGFzcz1cImlvbi1wYWRkaW5nLXRvcCBpb24tcGFkZGluZy1ib3R0b21cIj5cclxuICAgICAgICAgICAgICAgIDx0aCBzdHlsZT1cInBhZGRpbmctbGVmdDogMTVweFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIHt7XCJlbXBsb3llci5wYXkuZ3JpZC5oZWFkZXIuZW1wbG95ZXJcInx0cmFuc2xhdGV9fVxyXG4gICAgICAgICAgICAgICAgPC90aD5cclxuICAgICAgICAgICAgICAgIDx0aD5cclxuICAgICAgICAgICAgICAgICAgICB7e1wiZW1wbG95ZXIucGF5LmdyaWQuaGVhZGVyLnBheVR5cGVcInx0cmFuc2xhdGV9fVxyXG4gICAgICAgICAgICAgICAgPC90aD5cclxuICAgICAgICAgICAgICAgIDx0aD48L3RoPlxyXG4gICAgICAgICAgICA8L3RyPlxyXG4gICAgICAgIDwvbmctdGVtcGxhdGU+XHJcblxyXG4gICAgICAgIDxuZy10ZW1wbGF0ZSBwVGVtcGxhdGU9XCJib2R5XCIgbGV0LWVtcGxveWVyIGxldC1yb3dJbmRleD1cInJvd0luZGV4XCI+XHJcbiAgICAgICAgICAgIDx0ciBjbGFzcz1cImlvbi1wYWRkaW5nLXRvcCBpb24tcGFkZGluZy1ib3R0b21cIj5cclxuICAgICAgICAgICAgICAgIDx0ZCBzdHlsZT1cInBhZGRpbmctbGVmdDogMTVweFwiPjxzcGFuIGNsYXNzPVwicC1jb2x1bW4tdGl0bGVcIj5FbXBsb3llcjwvc3Bhbj48c3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAge3tlbXBsb3llci5lbXBsb3llck5hbWV9fTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgICAgICA8dGQ+XHJcbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJwLWNvbHVtbi10aXRsZVwiPlBheSBUeXBlPC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IHBheVR5cGUgb2YgZW1wbG95ZXIucGF5VHlwZXM7IGxldCBsYXN0PWxhc3RcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gKm5nSWYgPSBcInBheVR5cGUuaXNDaGVja2VkXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dHI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRkIHN0eWxlPVwid2lkdGg6IDI3NXB4OyB3aGl0ZS1zcGFjZTogd3JhcDtcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAge3twYXlUeXBlLnBheVR5cGUudGV4dH19XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC90ZD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dGQ+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxiPjoge3twYXlUeXBlLmFtb3VudCB8IGN1cnJlbmN5fX08L2I+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC90ZD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdHI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YnIgKm5nSWY9XCIhbGFzdFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XHJcbiAgICAgICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgICAgICAgPHRkIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxpb24tYnV0dG9uIFtpZF09XCInYnRuRWRpdEVtcGxveWVyUGF5bWVudC0nICsgcm93SW5kZXhcIiBzaXplPVwic21hbGxcIiBjb2xvcj1cInN1Y2Nlc3NcIiBmaWxsPVwib3V0bGluZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJlZGl0RW1wbG95ZXJQYXltZW50KGVtcGxveWVyKTtcIiBjbGFzcz1cImFjdGlvbi1idXR0b25cIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBhcmlhLWxhYmVsPVwiRWRpdCBlbXBsb3llciBwYXltZW50XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxmYS1pY29uIFtpY29uXT1cIlsnZmFsJywgJ2VkaXQnXVwiIGNsYXNzPVwiYWN0aW9uLWljb25cIj48L2ZhLWljb24+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9pb24tYnV0dG9uPlxyXG5cclxuICAgICAgICAgICAgICAgICAgICA8aW9uLWJ1dHRvbiBbaWRdPVwiJ2J0bkRlbGV0ZUVtcGxveWVyUGF5bWVudC0nICsgcm93SW5kZXhcIiBzaXplPVwic21hbGxcIiBjb2xvcj1cInN1Y2Nlc3NcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBmaWxsPVwib3V0bGluZVwiIChjbGljayk9XCJkZWxldGVFbXBsb3llclBheW1lbnQocm93SW5kZXgpO1wiIGNsYXNzPVwiYWN0aW9uLWJ1dHRvblwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGFyaWEtbGFiZWw9XCJSZW1vdmUgZW1wbG95ZXIgcGF5bWVudFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZmEtaWNvbiBbaWNvbl09XCJbJ2ZhbCcsICd0cmFzaC1hbHQnXVwiIGNsYXNzPVwiYWN0aW9uLWljb25cIj48L2ZhLWljb24+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9pb24tYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgPC90ZD5cclxuICAgICAgICAgICAgPC90cj5cclxuICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG5cclxuICAgICAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwic3VtbWFyeVwiIGxldC1jb2x1bW5zPlxyXG4gICAgICAgICAgICA8dGFibGUgKm5nSWY9XCIhc2VsZWN0ZWRcIj5cclxuICAgICAgICAgICAgICAgIDx0cj5cclxuICAgICAgICAgICAgICAgICAgICA8dGQgW2F0dHIuY29sc3Bhbl09XCI0XCIgc3R5bGU9XCJ3aWR0aDogOTAlO1wiIGNsYXNzPVwiaW9uLXBhZGRpbmctdG9wXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXY+PGI+KyBBZGQ8L2I+IFBheW1lbnQ8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgICAgICAgICAgIDx0ZCBjbGFzcz1cImlvbi1wYWRkaW5nLXRvcFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8aW9uLWJ1dHRvbiBpZD1cImFkZEVtcGxveWVyUGF5bWVudERldGFpbHNcIiBhcmlhLWxhYmVsPVwiQWRkIFBheW1lbnQgRGV0YWlsc1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwiYWRkRW1wbG95ZXJQYXkoKVwiIGZpbGw9XCJvdXRsaW5lXCIgc2l6ZT1cInNtYWxsXCIgY2xhc3M9XCJhY3Rpb24tYnV0dG9uXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZmEtaWNvbiBbaWNvbl09XCJbJ2ZhbCcsICdwbHVzJ11cIiBjbGFzcz1cImFjdGlvbi1pY29uXCI+PC9mYS1pY29uPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1idXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgPC90ZD5cclxuICAgICAgICAgICAgICAgIDwvdHI+XHJcbiAgICAgICAgICAgIDwvdGFibGU+XHJcbiAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgIDwvcC10YWJsZT5cclxuICAgIDxhcHAtZW1wbG95ZXItcGF5IChzdWNjZXNzKT1cImFkZEVtcGxveWVyUGF5bWVudCgkZXZlbnQpXCIgKG9uQ2xvc2UpPVwiY2xvc2UoKVwiIFtlbXBUb0VkaXRdPVwic2VsZWN0ZWRFbXBsb3llclwiXHJcbiAgICAgICAgKm5nSWY9XCJzZWxlY3RlZFwiPlxyXG4gICAgPC9hcHAtZW1wbG95ZXItcGF5PlxyXG5cclxuICAgIDxwLWRpYWxvZyBbdmlzaWJsZV09XCJzaG93RHVwbGljYXRlUG9wdXBcIiBbbW9kYWxdPVwidHJ1ZVwiIGFwcGVuZFRvPVwiYm9keVwiIHBvc2l0aW9uPVwidG9wXCJcclxuICAgICAgICBbYnJlYWtwb2ludHNdPVwieycxMjAwcHgnOiAnNjYwcHgnLCAnOTkycHgnOiAnNjYwcHgnLCAnNzY4cHgnOiAnNjYwcHgnLCAnNTc2cHgnOiAnMTAwdncnfVwiXHJcbiAgICAgICAgW3N0eWxlXT1cInt3aWR0aDogJzQ1dncnfVwiIFtiYXNlWkluZGV4XT1cIjUwMDBcIiBbZHJhZ2dhYmxlXT1cImZhbHNlXCIgW3Jlc2l6YWJsZV09XCJmYWxzZVwiIGFwcGVuZFRvPVwiYm9keVwiXHJcbiAgICAgICAgY2xvc2VPbkVzY2FwZT1cImZhbHNlXCI+XHJcbiAgICAgICAgPGg0IGNsYXNzPVwiaGVhZGluZ1wiPkR1cGxpY2F0ZSBlbXBsb3llciBub3QgYWxsb3dlZDwvaDQ+XHJcbiAgICAgICAgPGlvbi1sYWJlbD5JdCBzZWVtcyBsaWtlIHlvdSBoYXZlIGFkZGVkIGEgZW1wbG95ZXIgdGhhdCBoYXMgYmVlbiBhZGRlZCBhbHJlYWR5LiBQbGVhc2UgY2hlY2sgZGV0YWlscyBhbmQgdHJ5XHJcbiAgICAgICAgICAgIGFkZGluZyBlbXBsb3llciBhZ2Fpbi48L2lvbi1sYWJlbD5cclxuICAgICAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiZm9vdGVyXCI+XHJcbiAgICAgICAgICAgIDxpb24tYnV0dG9uIHNoYXBlPVwicm91bmRcIiBzaXplPVwic21hbGxcIiB0eXBlPVwic3VibWl0XCIgZmlsbD1cIm91dGxpbmVcIiAoY2xpY2spPVwiY2xvc2UoKVwiPlxyXG4gICAgICAgICAgICAgICAgQ2xvc2VcclxuICAgICAgICAgICAgPC9pb24tYnV0dG9uPlxyXG4gICAgICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgc2l6ZT1cInNtYWxsXCIgdHlwZT1cInN1Ym1pdFwiIGZpbGw9XCJzb2xpZFwiIChjbGljayk9XCJlZGl0RHVwbGljYXRlRW1wbG95ZXIoKVwiPlxyXG4gICAgICAgICAgICAgICAgRWRpdFxyXG4gICAgICAgICAgICA8L2lvbi1idXR0b24+XHJcbiAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgIDwvcC1kaWFsb2c+XHJcblxyXG48L2Rpdj4iXX0=
@@ -1,172 +0,0 @@
1
- import { Component, ViewChild } from '@angular/core';
2
- import { ComboOption } from '../../models/questionnaire/ComboModel';
3
- import { NG_VALUE_ACCESSOR, NG_VALIDATORS } from '@angular/forms';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "@angular/forms";
6
- import * as i2 from "@ionic/angular";
7
- import * as i3 from "@angular/common";
8
- import * as i4 from "primeng/inputtext";
9
- import * as i5 from "primeng/inputnumber";
10
- import * as i6 from "../dropdown/dropdown.component";
11
- import * as i7 from "@ngx-translate/core";
12
- const _c0 = ["farmUsageFormDirective"];
13
- function FarmUsageComponent_ion_row_23_Template(rf, ctx) { if (rf & 1) {
14
- i0.ɵɵelementStart(0, "ion-row", 13)(1, "ion-col", 14)(2, "div", 5)(3, "div", 6);
15
- i0.ɵɵelement(4, "app-dropdown", 15)(5, "br");
16
- i0.ɵɵelementEnd()()();
17
- i0.ɵɵelementStart(6, "ion-col", 16)(7, "div", 5)(8, "div", 6);
18
- i0.ɵɵelement(9, "input", 17)(10, "br");
19
- i0.ɵɵelementEnd()()();
20
- i0.ɵɵelementStart(11, "ion-col", 18)(12, "div", 5)(13, "div", 6);
21
- i0.ɵɵelement(14, "p-inputNumber", 19)(15, "br");
22
- i0.ɵɵelementEnd()()()();
23
- } if (rf & 2) {
24
- const i_r3 = ctx.index;
25
- const ctx_r1 = i0.ɵɵnextContext();
26
- i0.ɵɵproperty("formGroupName", i_r3);
27
- i0.ɵɵadvance(4);
28
- i0.ɵɵproperty("inputId", "usageType" + i_r3)("options", ctx_r1.usageTypes);
29
- i0.ɵɵadvance(5);
30
- i0.ɵɵproperty("id", "farmKind" + i_r3);
31
- i0.ɵɵadvance(5);
32
- i0.ɵɵproperty("inputId", "acresHead" + i_r3);
33
- } }
34
- export class FarmUsageComponent {
35
- constructor(fb) {
36
- this.fb = fb;
37
- this.usageTypes = ComboOption.FARM_TYPES;
38
- this.onTouched = () => { };
39
- this.onChangeSubs = [];
40
- }
41
- ngOnChanges(changes) {
42
- }
43
- ngOnInit() {
44
- this.farmUsageForm = this.fb.group({
45
- farmFormArray: this.fb.array([])
46
- });
47
- this.initFarmUsageForm();
48
- }
49
- initFarmUsageForm() {
50
- for (let i = 0; i < 4; i++) {
51
- this.addFarm();
52
- }
53
- }
54
- addFarm() {
55
- const farmFormGroup = this.fb.group({
56
- 'usageType': [null],
57
- 'farmKind': [null],
58
- 'acresHead': [null],
59
- });
60
- this.farmFormArray.push(farmFormGroup);
61
- }
62
- registerOnChange(onChange) {
63
- const sub = this.farmUsageForm.valueChanges.subscribe(onChange);
64
- this.onChangeSubs.push(sub);
65
- }
66
- registerOnTouched(onTouched) {
67
- this.onTouched = onTouched;
68
- }
69
- setDisabledState(disabled) {
70
- if (disabled) {
71
- this.farmUsageForm.disable();
72
- }
73
- else {
74
- this.farmUsageForm.enable();
75
- }
76
- }
77
- ngOnDestroy() {
78
- for (let sub of this.onChangeSubs) {
79
- sub.unsubscribe();
80
- }
81
- }
82
- writeValue(formValue) {
83
- if (formValue) {
84
- this.farmUsageForm.patchValue(formValue);
85
- }
86
- }
87
- validate(control) {
88
- if (this.farmUsageForm.valid) {
89
- return null;
90
- }
91
- }
92
- get farmFormArray() {
93
- return this.farmUsageForm.controls["farmFormArray"];
94
- }
95
- get usageType() {
96
- return this.farmUsageForm.controls['usageType'];
97
- }
98
- get farmKind() {
99
- return this.farmUsageForm.controls['farmKind'];
100
- }
101
- get acresHead() {
102
- return this.farmUsageForm.controls['acresHead'];
103
- }
104
- submit() {
105
- this.farmUsageFormDirective.onSubmit(undefined);
106
- }
107
- static { this.ɵfac = function FarmUsageComponent_Factory(t) { return new (t || FarmUsageComponent)(i0.ɵɵdirectiveInject(i1.FormBuilder)); }; }
108
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FarmUsageComponent, selectors: [["app-farm-usage"]], viewQuery: function FarmUsageComponent_Query(rf, ctx) { if (rf & 1) {
109
- i0.ɵɵviewQuery(_c0, 5);
110
- } if (rf & 2) {
111
- let _t;
112
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.farmUsageFormDirective = _t.first);
113
- } }, features: [i0.ɵɵProvidersFeature([{
114
- provide: NG_VALUE_ACCESSOR,
115
- multi: true,
116
- useExisting: FarmUsageComponent
117
- },
118
- {
119
- provide: NG_VALIDATORS,
120
- multi: true,
121
- useExisting: FarmUsageComponent
122
- }
123
- ]), i0.ɵɵNgOnChangesFeature], decls: 24, vars: 11, consts: [[3, "formGroup"], ["farmUsageFormDirective", "ngForm"], ["size", "auto", 1, "divider"], ["size", "auto", 1, "divider", "ion-padding-top"], ["size", "4", "sizeSm", "4", "sizeXs", "3", "sizeMd", "4", "sizeLg", "4", "sizeXl", "4", 2, "text-align", "center"], [1, "p-fluid", "p-formgrid"], [1, "field"], ["for", "usage", 2, "font-weight", "bold"], ["size", "4", "sizeSm", "4", "sizeXs", "6", "sizeMd", "4", "sizeLg", "4", "sizeXl", "4", 2, "text-align", "center"], ["for", "kind", 2, "font-weight", "bold"], ["for", "acresHead", 2, "font-weight", "bold"], ["formArrayName", "farmFormArray"], ["class", "divider ion-padding-top", "size", "auto", 3, "formGroupName", 4, "ngFor", "ngForOf"], ["size", "auto", 1, "divider", "ion-padding-top", 3, "formGroupName"], ["size", "12", "sizeSm", "4", "sizeXs", "5", "sizeMd", "4", "sizeLg", "4", "sizeXl", "4"], ["optionLabel", "text", "formControlName", "usageType", "appendTo", "body", 1, "usageType", 3, "inputId", "options"], ["size", "12", "sizeSm", "4", "sizeXs", "4", "sizeMd", "4", "sizeLg", "4", "sizeXl", "4"], ["type", "text", "pInputText", "", "formControlName", "farmKind", 3, "id"], ["size", "12", "sizeSm", "4", "sizeXs", "3", "sizeMd", "4", "sizeLg", "4", "sizeXl", "4"], ["mode", "decimal", "formControlName", "acresHead", "maxlength", "10", "min", "0", 3, "inputId"]], template: function FarmUsageComponent_Template(rf, ctx) { if (rf & 1) {
124
- i0.ɵɵelementStart(0, "form", 0, 1);
125
- i0.ɵɵelement(2, "ion-row", 2);
126
- i0.ɵɵelementStart(3, "ion-row", 3)(4, "ion-col", 4)(5, "div", 5)(6, "div", 6)(7, "label", 7);
127
- i0.ɵɵtext(8);
128
- i0.ɵɵpipe(9, "translate");
129
- i0.ɵɵelementEnd()()()();
130
- i0.ɵɵelementStart(10, "ion-col", 8)(11, "div", 5)(12, "div", 6)(13, "label", 9);
131
- i0.ɵɵtext(14);
132
- i0.ɵɵpipe(15, "translate");
133
- i0.ɵɵelementEnd()()()();
134
- i0.ɵɵelementStart(16, "ion-col", 4)(17, "div", 5)(18, "div", 6)(19, "label", 10);
135
- i0.ɵɵtext(20);
136
- i0.ɵɵpipe(21, "translate");
137
- i0.ɵɵelementEnd()()()()();
138
- i0.ɵɵelementContainerStart(22, 11);
139
- i0.ɵɵtemplate(23, FarmUsageComponent_ion_row_23_Template, 16, 5, "ion-row", 12);
140
- i0.ɵɵelementContainerEnd();
141
- i0.ɵɵelementEnd();
142
- } if (rf & 2) {
143
- i0.ɵɵproperty("formGroup", ctx.farmUsageForm);
144
- i0.ɵɵadvance(8);
145
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(9, 5, "add.farm.header.usage"));
146
- i0.ɵɵadvance(6);
147
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(15, 7, "add.farm.header.kind"));
148
- i0.ɵɵadvance(6);
149
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(21, 9, "add.farm.header.acresHead"));
150
- i0.ɵɵadvance(3);
151
- i0.ɵɵproperty("ngForOf", ctx.farmFormArray.controls);
152
- } }, dependencies: [i2.IonCol, i2.IonRow, i3.NgForOf, i1.ɵNgNoValidate, i1.DefaultValueAccessor, i1.NgControlStatus, i1.NgControlStatusGroup, i1.MaxLengthValidator, i1.FormGroupDirective, i1.FormControlName, i1.FormGroupName, i1.FormArrayName, i4.InputText, i5.InputNumber, i6.Dropdown, i7.TranslatePipe], styles: ["@media (min-width: 320px) and (max-width: 376px){.usageType[_ngcontent-%COMP%]{margin-left:-25px}}"] }); }
153
- }
154
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FarmUsageComponent, [{
155
- type: Component,
156
- args: [{ selector: 'app-farm-usage', providers: [{
157
- provide: NG_VALUE_ACCESSOR,
158
- multi: true,
159
- useExisting: FarmUsageComponent
160
- },
161
- {
162
- provide: NG_VALIDATORS,
163
- multi: true,
164
- useExisting: FarmUsageComponent
165
- }
166
- ], template: "<form [formGroup]=\"farmUsageForm\" #farmUsageFormDirective=\"ngForm\">\r\n <ion-row class=\"divider\" size=\"auto\"></ion-row>\r\n\r\n <ion-row class=\"divider ion-padding-top\" size=\"auto\">\r\n\r\n <ion-col size=\"4\" sizeSm=\"4\" sizeXs=\"3\" sizeMd=\"4\" sizeLg=\"4\" sizeXl=\"4\" style=\"text-align: center;\">\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"field\">\r\n <label style=\"font-weight: bold;\" for=\"usage\">{{\"add.farm.header.usage\"|translate}}</label>\r\n </div>\r\n </div>\r\n </ion-col>\r\n\r\n <ion-col size=\"4\" sizeSm=\"4\" sizeXs=\"6\" sizeMd=\"4\" sizeLg=\"4\" sizeXl=\"4\" style=\"text-align: center;\">\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"field\">\r\n <label style=\"font-weight: bold;\" for=\"kind\">{{\"add.farm.header.kind\"|translate}}</label>\r\n </div>\r\n </div>\r\n </ion-col>\r\n\r\n <ion-col size=\"4\" sizeSm=\"4\" sizeXs=\"3\" sizeMd=\"4\" sizeLg=\"4\" sizeXl=\"4\" style=\"text-align: center;\">\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"field\">\r\n <label style=\"font-weight: bold;\" for=\"acresHead\">{{\"add.farm.header.acresHead\"|translate}}</label>\r\n </div>\r\n </div>\r\n </ion-col>\r\n </ion-row>\r\n\r\n\r\n <ng-container formArrayName=\"farmFormArray\">\r\n <ion-row class=\"divider ion-padding-top\" size=\"auto\" *ngFor=\"let farmInfo of farmFormArray.controls; let i = index\"\r\n [formGroupName]=\"i\">\r\n <ion-col size=\"12\" sizeSm=\"4\" sizeXs=\"5\" sizeMd=\"4\" sizeLg=\"4\" sizeXl=\"4\" >\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"field\">\r\n <app-dropdown class=\"usageType\" [inputId]=\"'usageType' + i\" [options]=\"usageTypes\" optionLabel=\"text\"\r\n formControlName=\"usageType\" appendTo=\"body\"></app-dropdown><br />\r\n </div>\r\n </div>\r\n </ion-col>\r\n\r\n <ion-col size=\"12\" sizeSm=\"4\" sizeXs=\"4\" sizeMd=\"4\" sizeLg=\"4\" sizeXl=\"4\" >\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"field\">\r\n <input [id]=\"'farmKind' + i\" type=\"text\" pInputText formControlName=\"farmKind\" /><br />\r\n </div>\r\n </div>\r\n </ion-col>\r\n\r\n <ion-col size=\"12\" sizeSm=\"4\" sizeXs=\"3\" sizeMd=\"4\" sizeLg=\"4\" sizeXl=\"4\" >\r\n <div class=\"p-fluid p-formgrid\">\r\n <div class=\"field\">\r\n <p-inputNumber [inputId]=\"'acresHead' + i\" mode=\"decimal\" formControlName=\"acresHead\" maxlength=\"10\"\r\n min=\"0\"></p-inputNumber><br />\r\n </div>\r\n </div>\r\n </ion-col>\r\n </ion-row>\r\n </ng-container>\r\n</form>", styles: ["@media (min-width: 320px) and (max-width: 376px){.usageType{margin-left:-25px}}\n"] }]
167
- }], () => [{ type: i1.FormBuilder }], { farmUsageFormDirective: [{
168
- type: ViewChild,
169
- args: ['farmUsageFormDirective', { static: false }]
170
- }] }); })();
171
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FarmUsageComponent, { className: "FarmUsageComponent", filePath: "lib\\components\\farm-usage\\farm-usage.component.ts", lineNumber: 26 }); })();
172
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmFybS11c2FnZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvZmFybS11c2FnZS9mYXJtLXVzYWdlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9mYXJtLXVzYWdlL2Zhcm0tdXNhZ2UuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBb0MsU0FBUyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXRGLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUNwRSxPQUFPLEVBQWdDLGlCQUFpQixFQUE4QyxhQUFhLEVBQW9CLE1BQU0sZ0JBQWdCLENBQUM7Ozs7Ozs7Ozs7O0lDNkIxSixtQ0FDc0Isa0JBQUEsYUFBQSxhQUFBO0lBSWQsbUNBQzZELFNBQUE7SUFDL0QsaUJBQU0sRUFBQSxFQUFBO0lBSVYsbUNBQTJFLGFBQUEsYUFBQTtJQUdyRSw0QkFBaUYsVUFBQTtJQUNuRixpQkFBTSxFQUFBLEVBQUE7SUFJVixvQ0FBMkUsY0FBQSxjQUFBO0lBR3JFLHFDQUMwQixVQUFBO0lBQzVCLGlCQUFNLEVBQUEsRUFBQSxFQUFBOzs7O0lBdkJWLG9DQUFtQjtJQUltQixlQUEyQjtJQUEzQiw0Q0FBMkIsOEJBQUE7SUFTcEQsZUFBcUI7SUFBckIsc0NBQXFCO0lBUWIsZUFBMkI7SUFBM0IsNENBQTJCOztBRDdCdEQsTUFBTSxPQUFPLGtCQUFrQjtJQVc3QixZQUFvQixFQUFlO1FBQWYsT0FBRSxHQUFGLEVBQUUsQ0FBYTtRQUpuQyxlQUFVLEdBQW1CLFdBQVcsQ0FBQyxVQUFVLENBQUM7UUFDcEQsY0FBUyxHQUFhLEdBQUcsRUFBRSxHQUFHLENBQUMsQ0FB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QUUsa0JBQWtCO2lCQUNoQztnQkFDRDtvQkFDRSxPQUFPLEVBQUUsYUFBYTtvQkFDdEIsS0FBSyxFQUFFLElBQUk7b0JBQ1gsV0FBVyxFQUFFLGtCQUFrQjtpQkFDaEM7YUFDQTtZQ3ZCSCxrQ0FBbUU7WUFDakUsNkJBQStDO1lBRS9DLGtDQUFxRCxpQkFBQSxhQUFBLGFBQUEsZUFBQTtZQUtDLFlBQXFDOztZQUFBLGlCQUFRLEVBQUEsRUFBQSxFQUFBO1lBS2pHLG1DQUFxRyxjQUFBLGNBQUEsZ0JBQUE7WUFHbEQsYUFBb0M7O1lBQUEsaUJBQVEsRUFBQSxFQUFBLEVBQUE7WUFLL0YsbUNBQXFHLGNBQUEsY0FBQSxpQkFBQTtZQUc3QyxhQUF5Qzs7WUFBQSxpQkFBUSxFQUFBLEVBQUEsRUFBQSxFQUFBO1lBTzNHLGtDQUE0QztZQUMxQywrRUEyQlU7WUFDWiwwQkFBZTtZQUNqQixpQkFBTzs7WUE3REQsNkNBQTJCO1lBUXVCLGVBQXFDO1lBQXJDLG1FQUFxQztZQVF0QyxlQUFvQztZQUFwQyxtRUFBb0M7WUFRL0IsZUFBeUM7WUFBekMsd0VBQXlDO1lBUXZCLGVBQTJCO1lBQTNCLG9EQUEyQjs7O2lGRFA1RixrQkFBa0I7Y0FoQjlCLFNBQVM7MkJBQ0UsZ0JBQWdCLGFBR2YsQ0FBQzt3QkFDVixPQUFPLEVBQUUsaUJBQWlCO3dCQUMxQixLQUFLLEVBQUUsSUFBSTt3QkFDWCxXQUFXLG9CQUFvQjtxQkFDaEM7b0JBQ0Q7d0JBQ0UsT0FBTyxFQUFFLGFBQWE7d0JBQ3RCLEtBQUssRUFBRSxJQUFJO3dCQUNYLFdBQVcsb0JBQW9CO3FCQUNoQztpQkFDQTs0Q0FNTSxzQkFBc0I7a0JBRDVCLFNBQVM7bUJBQUMsd0JBQXdCLEVBQUUsRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFOztrRkFIM0Msa0JBQWtCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkNoYW5nZXMsIE9uSW5pdCwgU2ltcGxlQ2hhbmdlcywgVmlld0NoaWxkfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQ2hvaWNlc01vZGVsIH0gZnJvbSAnLi4vLi4vbW9kZWxzL0FkZHJlc3NDb21wb25lbnRNb2RlbCc7XHJcbmltcG9ydCB7IENvbWJvT3B0aW9uIH0gZnJvbSAnLi4vLi4vbW9kZWxzL3F1ZXN0aW9ubmFpcmUvQ29tYm9Nb2RlbCc7XHJcbmltcG9ydCB7IEFic3RyYWN0Q29udHJvbCwgRm9ybUJ1aWxkZXIsIE5HX1ZBTFVFX0FDQ0VTU09SLCBGb3JtR3JvdXAsIENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBWYWxpZGF0b3IsIE5HX1ZBTElEQVRPUlMsIE5nRm9ybSwgRm9ybUFycmF5fSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XHJcbmltcG9ydCB7IFN1YnNjcmlwdGlvbiB9IGZyb20gJ3J4anMnO1xyXG5pbXBvcnQgeyBGYXJtVXNhZ2VDb21wb25lbnRNb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9GYXJtVXNhZ2VDb21wb25lbnRNb2RlbCc7XHJcblxyXG5cclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLWZhcm0tdXNhZ2UnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9mYXJtLXVzYWdlLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vZmFybS11c2FnZS5jb21wb25lbnQuY3NzJyxcclxuICBwcm92aWRlcnM6IFt7XHJcbiAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcclxuICAgIG11bHRpOiB0cnVlLFxyXG4gICAgdXNlRXhpc3Rpbmc6IEZhcm1Vc2FnZUNvbXBvbmVudFxyXG4gIH0sXHJcbiAge1xyXG4gICAgcHJvdmlkZTogTkdfVkFMSURBVE9SUyxcclxuICAgIG11bHRpOiB0cnVlLFxyXG4gICAgdXNlRXhpc3Rpbmc6IEZhcm1Vc2FnZUNvbXBvbmVudFxyXG4gIH1cclxuICBdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgRmFybVVzYWdlQ29tcG9uZW50IGltcGxlbWVudHMgQ29udHJvbFZhbHVlQWNjZXNzb3IsIE9uSW5pdCwgVmFsaWRhdG9yLCBPbkNoYW5nZXMge1xyXG5cclxuXHJcbiAgQFZpZXdDaGlsZCgnZmFybVVzYWdlRm9ybURpcmVjdGl2ZScsIHsgc3RhdGljOiBmYWxzZSB9KVxyXG4gIHB1YmxpYyBmYXJtVXNhZ2VGb3JtRGlyZWN0aXZlOiBOZ0Zvcm07XHJcbiAgZmFybVVzYWdlRm9ybTogRm9ybUdyb3VwO1xyXG4gIFxyXG4gIHVzYWdlVHlwZXM6IENob2ljZXNNb2RlbFtdID0gQ29tYm9PcHRpb24uRkFSTV9UWVBFUztcclxuICBvblRvdWNoZWQ6IEZ1bmN0aW9uID0gKCkgPT4geyB9O1xyXG4gIG9uQ2hhbmdlU3ViczogU3Vic2NyaXB0aW9uW10gPSBbXTtcclxuICBcclxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGZiOiBGb3JtQnVpbGRlcikge1xyXG4gICAgXHJcbiAgfVxyXG5cclxuICBuZ09uQ2hhbmdlcyhjaGFuZ2VzOiBTaW1wbGVDaGFuZ2VzKTogdm9pZCB7XHJcblxyXG4gIH1cclxuXHJcbiAgbmdPbkluaXQoKXtcclxuICAgIHRoaXMuZmFybVVzYWdlRm9ybSA9IHRoaXMuZmIuZ3JvdXAoe1xyXG4gICAgICBmYXJtRm9ybUFycmF5OiB0aGlzLmZiLmFycmF5KFtdKVxyXG4gICAgfSlcclxuICAgIHRoaXMuaW5pdEZhcm1Vc2FnZUZvcm0oKTtcclxuICB9XHJcblxyXG5cclxuICBpbml0RmFybVVzYWdlRm9ybSgpIHsgIFxyXG4gICAgZm9yIChsZXQgaSA9MDsgaTw0OyBpKyspXHJcbiAgICB7XHJcbiAgICAgIHRoaXMuYWRkRmFybSgpO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgYWRkRmFybSgpXHJcbiAge1xyXG4gICAgY29uc3QgZmFybUZvcm1Hcm91cCA9IHRoaXMuZmIuZ3JvdXAoe1xyXG4gICAgICAndXNhZ2VUeXBlJzpbbnVsbF0sXHJcbiAgICAgICdmYXJtS2luZCc6W251bGxdLFxyXG4gICAgICAnYWNyZXNIZWFkJzpbbnVsbF0sXHJcbiAgICAgIH0pO1xyXG4gICAgICB0aGlzLmZhcm1Gb3JtQXJyYXkucHVzaChmYXJtRm9ybUdyb3VwKTtcclxuICB9XHJcblxyXG4gIHJlZ2lzdGVyT25DaGFuZ2Uob25DaGFuZ2U6IGFueSkge1xyXG4gICAgY29uc3Qgc3ViID0gdGhpcy5mYXJtVXNhZ2VGb3JtLnZhbHVlQ2hhbmdlcy5zdWJzY3JpYmUob25DaGFuZ2UpO1xyXG4gICAgdGhpcy5vbkNoYW5nZVN1YnMucHVzaChzdWIpO1xyXG4gIH1cclxuXHJcbiAgcmVnaXN0ZXJPblRvdWNoZWQob25Ub3VjaGVkOiBGdW5jdGlvbikge1xyXG4gICAgdGhpcy5vblRvdWNoZWQgPSBvblRvdWNoZWQ7XHJcbiAgfVxyXG5cclxuICBzZXREaXNhYmxlZFN0YXRlKGRpc2FibGVkOiBib29sZWFuKSB7XHJcbiAgICBpZiAoZGlzYWJsZWQpIHtcclxuICAgICAgdGhpcy5mYXJtVXNhZ2VGb3JtLmRpc2FibGUoKTtcclxuICAgIH1cclxuICAgIGVsc2Uge1xyXG4gICAgICB0aGlzLmZhcm1Vc2FnZUZvcm0uZW5hYmxlKCk7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICBuZ09uRGVzdHJveSgpIHtcclxuICAgIGZvciAobGV0IHN1YiBvZiB0aGlzLm9uQ2hhbmdlU3Vicykge1xyXG4gICAgICBzdWIudW5zdWJzY3JpYmUoKTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIHdyaXRlVmFsdWUoZm9ybVZhbHVlOiBGYXJtVXNhZ2VDb21wb25lbnRNb2RlbCkge1xyXG4gICAgaWYgKGZvcm1WYWx1ZSkge1xyXG4gICAgICB0aGlzLmZhcm1Vc2FnZUZvcm0ucGF0Y2hWYWx1ZShmb3JtVmFsdWUpO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgdmFsaWRhdGUoY29udHJvbDogQWJzdHJhY3RDb250cm9sKSB7XHJcbiAgICBpZiAodGhpcy5mYXJtVXNhZ2VGb3JtLnZhbGlkKSB7XHJcbiAgICAgIHJldHVybiBudWxsO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgZ2V0IGZhcm1Gb3JtQXJyYXkoKSB7XHJcbiAgICByZXR1cm4gdGhpcy5mYXJtVXNhZ2VGb3JtLmNvbnRyb2xzW1wiZmFybUZvcm1BcnJheVwiXSBhcyBGb3JtQXJyYXk7XHJcbiAgfVxyXG5cclxuICBnZXQgdXNhZ2VUeXBlKClcclxuICB7XHJcbiAgICByZXR1cm4gdGhpcy5mYXJtVXNhZ2VGb3JtLmNvbnRyb2xzWyd1c2FnZVR5cGUnXTtcclxuICB9XHJcblxyXG4gIGdldCBmYXJtS2luZCgpXHJcbiAge1xyXG4gICAgcmV0dXJuIHRoaXMuZmFybVVzYWdlRm9ybS5jb250cm9sc1snZmFybUtpbmQnXTtcclxuICB9XHJcblxyXG4gIGdldCBhY3Jlc0hlYWQoKVxyXG4gIHtcclxuICAgIHJldHVybiB0aGlzLmZhcm1Vc2FnZUZvcm0uY29udHJvbHNbJ2FjcmVzSGVhZCddO1xyXG4gIH1cclxuICBcclxuICBzdWJtaXQoKVxyXG4gIHtcclxuICAgIHRoaXMuZmFybVVzYWdlRm9ybURpcmVjdGl2ZS5vblN1Ym1pdCh1bmRlZmluZWQpO1xyXG4gIH1cclxuXHJcbn1cclxuIiwiPGZvcm0gW2Zvcm1Hcm91cF09XCJmYXJtVXNhZ2VGb3JtXCIgI2Zhcm1Vc2FnZUZvcm1EaXJlY3RpdmU9XCJuZ0Zvcm1cIj5cclxuICA8aW9uLXJvdyBjbGFzcz1cImRpdmlkZXJcIiBzaXplPVwiYXV0b1wiPjwvaW9uLXJvdz5cclxuXHJcbiAgPGlvbi1yb3cgY2xhc3M9XCJkaXZpZGVyIGlvbi1wYWRkaW5nLXRvcFwiIHNpemU9XCJhdXRvXCI+XHJcblxyXG4gICAgPGlvbi1jb2wgc2l6ZT1cIjRcIiBzaXplU209XCI0XCIgc2l6ZVhzPVwiM1wiIHNpemVNZD1cIjRcIiBzaXplTGc9XCI0XCIgc2l6ZVhsPVwiNFwiIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwicC1mbHVpZCBwLWZvcm1ncmlkXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImZpZWxkXCI+XHJcbiAgICAgICAgICA8bGFiZWwgc3R5bGU9XCJmb250LXdlaWdodDogYm9sZDtcIiBmb3I9XCJ1c2FnZVwiPnt7XCJhZGQuZmFybS5oZWFkZXIudXNhZ2VcInx0cmFuc2xhdGV9fTwvbGFiZWw+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgPC9pb24tY29sPlxyXG5cclxuICAgIDxpb24tY29sIHNpemU9XCI0XCIgc2l6ZVNtPVwiNFwiIHNpemVYcz1cIjZcIiBzaXplTWQ9XCI0XCIgc2l6ZUxnPVwiNFwiIHNpemVYbD1cIjRcIiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5cclxuICAgICAgPGRpdiBjbGFzcz1cInAtZmx1aWQgcC1mb3JtZ3JpZFwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJmaWVsZFwiPlxyXG4gICAgICAgICAgPGxhYmVsIHN0eWxlPVwiZm9udC13ZWlnaHQ6IGJvbGQ7XCIgZm9yPVwia2luZFwiPnt7XCJhZGQuZmFybS5oZWFkZXIua2luZFwifHRyYW5zbGF0ZX19PC9sYWJlbD5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L2lvbi1jb2w+XHJcblxyXG4gICAgPGlvbi1jb2wgc2l6ZT1cIjRcIiBzaXplU209XCI0XCIgc2l6ZVhzPVwiM1wiIHNpemVNZD1cIjRcIiBzaXplTGc9XCI0XCIgc2l6ZVhsPVwiNFwiIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwicC1mbHVpZCBwLWZvcm1ncmlkXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImZpZWxkXCI+XHJcbiAgICAgICAgICA8bGFiZWwgc3R5bGU9XCJmb250LXdlaWdodDogYm9sZDtcIiBmb3I9XCJhY3Jlc0hlYWRcIj57e1wiYWRkLmZhcm0uaGVhZGVyLmFjcmVzSGVhZFwifHRyYW5zbGF0ZX19PC9sYWJlbD5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L2lvbi1jb2w+XHJcbiAgPC9pb24tcm93PlxyXG5cclxuXHJcbiAgPG5nLWNvbnRhaW5lciBmb3JtQXJyYXlOYW1lPVwiZmFybUZvcm1BcnJheVwiPlxyXG4gICAgPGlvbi1yb3cgY2xhc3M9XCJkaXZpZGVyIGlvbi1wYWRkaW5nLXRvcFwiIHNpemU9XCJhdXRvXCIgKm5nRm9yPVwibGV0IGZhcm1JbmZvIG9mIGZhcm1Gb3JtQXJyYXkuY29udHJvbHM7IGxldCBpID0gaW5kZXhcIlxyXG4gICAgICBbZm9ybUdyb3VwTmFtZV09XCJpXCI+XHJcbiAgICAgIDxpb24tY29sIHNpemU9XCIxMlwiIHNpemVTbT1cIjRcIiBzaXplWHM9XCI1XCIgc2l6ZU1kPVwiNFwiIHNpemVMZz1cIjRcIiBzaXplWGw9XCI0XCIgPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJwLWZsdWlkIHAtZm9ybWdyaWRcIj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJmaWVsZFwiPlxyXG4gICAgICAgICAgICA8YXBwLWRyb3Bkb3duIGNsYXNzPVwidXNhZ2VUeXBlXCIgW2lucHV0SWRdPVwiJ3VzYWdlVHlwZScgKyBpXCIgW29wdGlvbnNdPVwidXNhZ2VUeXBlc1wiIG9wdGlvbkxhYmVsPVwidGV4dFwiXHJcbiAgICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwidXNhZ2VUeXBlXCIgYXBwZW5kVG89XCJib2R5XCI+PC9hcHAtZHJvcGRvd24+PGJyIC8+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9pb24tY29sPlxyXG5cclxuICAgICAgPGlvbi1jb2wgc2l6ZT1cIjEyXCIgc2l6ZVNtPVwiNFwiIHNpemVYcz1cIjRcIiBzaXplTWQ9XCI0XCIgc2l6ZUxnPVwiNFwiIHNpemVYbD1cIjRcIiA+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInAtZmx1aWQgcC1mb3JtZ3JpZFwiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImZpZWxkXCI+XHJcbiAgICAgICAgICAgIDxpbnB1dCBbaWRdPVwiJ2Zhcm1LaW5kJyArIGlcIiB0eXBlPVwidGV4dFwiIHBJbnB1dFRleHQgZm9ybUNvbnRyb2xOYW1lPVwiZmFybUtpbmRcIiAvPjxiciAvPlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgIDwvaW9uLWNvbD5cclxuXHJcbiAgICAgIDxpb24tY29sIHNpemU9XCIxMlwiIHNpemVTbT1cIjRcIiBzaXplWHM9XCIzXCIgc2l6ZU1kPVwiNFwiIHNpemVMZz1cIjRcIiBzaXplWGw9XCI0XCIgPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJwLWZsdWlkIHAtZm9ybWdyaWRcIj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJmaWVsZFwiPlxyXG4gICAgICAgICAgICA8cC1pbnB1dE51bWJlciBbaW5wdXRJZF09XCInYWNyZXNIZWFkJyArIGlcIiBtb2RlPVwiZGVjaW1hbFwiIGZvcm1Db250cm9sTmFtZT1cImFjcmVzSGVhZFwiIG1heGxlbmd0aD1cIjEwXCJcclxuICAgICAgICAgICAgICBtaW49XCIwXCI+PC9wLWlucHV0TnVtYmVyPjxiciAvPlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgIDwvaW9uLWNvbD5cclxuICAgIDwvaW9uLXJvdz5cclxuICA8L25nLWNvbnRhaW5lcj5cclxuPC9mb3JtPiJdfQ==