@reusa/ngx-reusa-app-lib 0.0.1361 → 0.0.1363

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 (536) hide show
  1. package/esm2022/lib/components/add-employer/add-employer.component.mjs +1324 -2388
  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 +150 -285
  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 +287 -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 +1142 -878
  39. package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +667 -207
  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 +357 -139
  52. package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +272 -622
  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/PartialEmploymentModel.mjs +3 -0
  66. package/esm2022/lib/models/PaymentComponentModel.mjs +1 -1
  67. package/esm2022/lib/models/SecurityQuestionModel.mjs +3 -0
  68. package/esm2022/lib/models/dashboard-model.mjs +1 -1
  69. package/esm2022/lib/models/dependent.model.mjs +1 -1
  70. package/esm2022/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +1 -1
  71. package/esm2022/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +1 -2
  72. package/esm2022/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +1 -1
  73. package/esm2022/lib/models/questionnaire/ComboModel.mjs +653 -96
  74. package/esm2022/lib/models/questionnaire/ElementsModel.mjs +1 -1
  75. package/esm2022/lib/models/questionnaire/LegalDiscaimarModel.mjs +1 -1
  76. package/esm2022/lib/models/questionnaire/StatusModel.mjs +1 -1
  77. package/esm2022/lib/ngx-reusa-app-lib.module.mjs +23 -135
  78. package/esm2022/lib/pages/BasePage.mjs +23 -4
  79. package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +18 -22
  80. package/esm2022/lib/pages/common/change-password/change-password.page.mjs +124 -142
  81. package/esm2022/lib/pages/common/landing/landing.component.mjs +8 -7
  82. package/esm2022/lib/pages/common/landing2/landing2.component.mjs +4 -4
  83. package/esm2022/lib/pages/common/login/login.component.mjs +11 -7
  84. package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +14 -14
  85. package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +5 -5
  86. package/esm2022/lib/pages/popovers/language/language.page.mjs +2 -1
  87. package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +4 -4
  88. package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +2 -7
  89. package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +2 -2
  90. package/esm2022/lib/services/base-service.mjs +1 -4
  91. package/esm2022/lib/services/chatbot/chatbot.service.mjs +2 -1
  92. package/esm2022/lib/services/claimant-service/claimant-usps-redirect.service.mjs +36 -0
  93. package/esm2022/lib/services/claimant-service/claimant.service.mjs +13 -7
  94. package/esm2022/lib/services/claims/claims.service.mjs +14 -105
  95. package/esm2022/lib/services/help/help.service.mjs +1 -1
  96. package/esm2022/lib/services/lexis-nexis/lexis.nexis.service.mjs +60 -0
  97. package/esm2022/lib/services/logger/logger.service.mjs +1 -1
  98. package/esm2022/lib/services/login/login.service.mjs +11 -29
  99. package/esm2022/lib/services/ovp/ovp.service.mjs +43 -0
  100. package/esm2022/lib/services/questionnaire/questionnaire.service.mjs +1 -4
  101. package/esm2022/lib/services/questionnaire/validation.service.mjs +1 -4
  102. package/esm2022/lib/services/security-service/security.service.mjs +6 -23
  103. package/esm2022/lib/services/util/util.service.mjs +5 -61
  104. package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +14 -186
  105. package/esm2022/lib/validations/AppRegex.mjs +3 -1
  106. package/esm2022/lib/validations/AppValidators.mjs +62 -78
  107. package/esm2022/public-api.mjs +5 -47
  108. package/fesm2022/reusa-ngx-reusa-app-lib.mjs +26883 -44887
  109. package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
  110. package/lib/components/add-employer/add-employer.component.d.ts +53 -137
  111. package/lib/components/add-employer/add-employer.component.d.ts.map +1 -1
  112. package/lib/components/add-participant/add-participant.component.d.ts +5 -11
  113. package/lib/components/add-participant/add-participant.component.d.ts.map +1 -1
  114. package/lib/components/add-payment/add-payment.component.d.ts +3 -9
  115. package/lib/components/add-payment/add-payment.component.d.ts.map +1 -1
  116. package/lib/components/address/address.component.d.ts +15 -42
  117. package/lib/components/address/address.component.d.ts.map +1 -1
  118. package/lib/components/bank-details/bank-details.component.d.ts +23 -1
  119. package/lib/components/bank-details/bank-details.component.d.ts.map +1 -1
  120. package/lib/components/contact-us/contact-us.component.d.ts +4 -1
  121. package/lib/components/contact-us/contact-us.component.d.ts.map +1 -1
  122. package/lib/components/correspondence-download/correspondence-download.component.d.ts.map +1 -1
  123. package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -1
  124. package/lib/components/email-update/email-update.component.d.ts +12 -1
  125. package/lib/components/email-update/email-update.component.d.ts.map +1 -1
  126. package/lib/components/employer-grid/employer-grid.component.d.ts +15 -25
  127. package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -1
  128. package/lib/components/error/error.component.d.ts +2 -3
  129. package/lib/components/error/error.component.d.ts.map +1 -1
  130. package/lib/components/file-uploader/file-uploader.component.d.ts +1 -5
  131. package/lib/components/file-uploader/file-uploader.component.d.ts.map +1 -1
  132. package/lib/components/footer/footer.component.d.ts.map +1 -1
  133. package/lib/components/header/header.component.d.ts +5 -17
  134. package/lib/components/header/header.component.d.ts.map +1 -1
  135. package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +3 -1
  136. package/lib/components/job-search-result-page/job-search-result-page.component.d.ts.map +1 -1
  137. package/lib/components/job-title/job-title.component.d.ts +23 -22
  138. package/lib/components/job-title/job-title.component.d.ts.map +1 -1
  139. package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +6 -5
  140. package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -1
  141. package/lib/components/lexis-nexis/lexis-nexis.component.d.ts +59 -0
  142. package/lib/components/lexis-nexis/lexis-nexis.component.d.ts.map +1 -0
  143. package/lib/components/menu/menu.component.d.ts +12 -3
  144. package/lib/components/menu/menu.component.d.ts.map +1 -1
  145. package/lib/components/mfa/mfa.component.d.ts +19 -7
  146. package/lib/components/mfa/mfa.component.d.ts.map +1 -1
  147. package/lib/components/mfa-popup/mfa-popup.component.d.ts +8 -6
  148. package/lib/components/mfa-popup/mfa-popup.component.d.ts.map +1 -1
  149. package/lib/components/mfa2/mfa2.component.d.ts +48 -0
  150. package/lib/components/mfa2/mfa2.component.d.ts.map +1 -0
  151. package/lib/components/money-expect/money-expect.component.d.ts +4 -15
  152. package/lib/components/money-expect/money-expect.component.d.ts.map +1 -1
  153. package/lib/components/profile/profile.component.d.ts +49 -82
  154. package/lib/components/profile/profile.component.d.ts.map +1 -1
  155. package/lib/components/profile-redirect/profile-redirect.component.d.ts +2 -9
  156. package/lib/components/profile-redirect/profile-redirect.component.d.ts.map +1 -1
  157. package/lib/components/questionnaire/AppValidators.d.ts +0 -1
  158. package/lib/components/questionnaire/AppValidators.d.ts.map +1 -1
  159. package/lib/components/questionnaire/account-success/account-success.page.d.ts +10 -13
  160. package/lib/components/questionnaire/account-success/account-success.page.d.ts.map +1 -1
  161. package/lib/components/questionnaire/common-success/common-success.page.d.ts +1 -7
  162. package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -1
  163. package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +1 -3
  164. package/lib/components/questionnaire/dynamic-form-panel.component.d.ts.map +1 -1
  165. package/lib/components/questionnaire/dynamic-form-question.component.d.ts +34 -33
  166. package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
  167. package/lib/components/questionnaire/dynamic-form.component.d.ts +34 -10
  168. package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
  169. package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +7 -0
  170. package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -1
  171. package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +1 -7
  172. package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -1
  173. package/lib/components/questionnaire/question-control.service.d.ts.map +1 -1
  174. package/lib/components/questionnaire/question.service.d.ts +1 -0
  175. package/lib/components/questionnaire/question.service.d.ts.map +1 -1
  176. package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +7 -1
  177. package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -1
  178. package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +3 -11
  179. package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts.map +1 -1
  180. package/lib/components/search-employer/search-employer.component.d.ts +4 -5
  181. package/lib/components/search-employer/search-employer.component.d.ts.map +1 -1
  182. package/lib/components/security-question/security-question.component.d.ts +37 -0
  183. package/lib/components/security-question/security-question.component.d.ts.map +1 -0
  184. package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +5 -1
  185. package/lib/components/ssn-reverify/ssn-reverify.component.d.ts.map +1 -1
  186. package/lib/components/user-login/user-login.component.d.ts +38 -5
  187. package/lib/components/user-login/user-login.component.d.ts.map +1 -1
  188. package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +10 -27
  189. package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts.map +1 -1
  190. package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +3 -9
  191. package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map +1 -1
  192. package/lib/guards/auth.guard.d.ts.map +1 -1
  193. package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts.map +1 -1
  194. package/lib/models/EmployerDetailSearchResult.d.ts +1 -4
  195. package/lib/models/EmployerDetailSearchResult.d.ts.map +1 -1
  196. package/lib/models/LexisNexisAccountCreationModel.d.ts +15 -0
  197. package/lib/models/LexisNexisAccountCreationModel.d.ts.map +1 -0
  198. package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts +16 -0
  199. package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts.map +1 -0
  200. package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts +39 -0
  201. package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts.map +1 -0
  202. package/lib/models/LexisNexisEnabledResponseModel.d.ts +5 -0
  203. package/lib/models/LexisNexisEnabledResponseModel.d.ts.map +1 -0
  204. package/lib/models/LexisNexisResponseModel.d.ts +7 -0
  205. package/lib/models/LexisNexisResponseModel.d.ts.map +1 -0
  206. package/lib/models/LibConstants.d.ts +1 -40
  207. package/lib/models/LibConstants.d.ts.map +1 -1
  208. package/lib/models/PartialEmploymentModel.d.ts +6 -0
  209. package/lib/models/PartialEmploymentModel.d.ts.map +1 -0
  210. package/lib/models/PaymentComponentModel.d.ts +1 -1
  211. package/lib/models/PaymentComponentModel.d.ts.map +1 -1
  212. package/lib/models/SecurityQuestionModel.d.ts +7 -0
  213. package/lib/models/SecurityQuestionModel.d.ts.map +1 -0
  214. package/lib/models/dashboard-model.d.ts +0 -22
  215. package/lib/models/dashboard-model.d.ts.map +1 -1
  216. package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +0 -3
  217. package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts.map +1 -1
  218. package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +4 -15
  219. package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -1
  220. package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +1 -4
  221. package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts.map +1 -1
  222. package/lib/models/questionnaire/ComboModel.d.ts +82 -14
  223. package/lib/models/questionnaire/ComboModel.d.ts.map +1 -1
  224. package/lib/models/questionnaire/ElementsModel.d.ts +1 -0
  225. package/lib/models/questionnaire/ElementsModel.d.ts.map +1 -1
  226. package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +0 -2
  227. package/lib/models/questionnaire/LegalDiscaimarModel.d.ts.map +1 -1
  228. package/lib/models/questionnaire/StatusModel.d.ts +0 -1
  229. package/lib/models/questionnaire/StatusModel.d.ts.map +1 -1
  230. package/lib/ngx-reusa-app-lib.module.d.ts +86 -124
  231. package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -1
  232. package/lib/pages/BasePage.d.ts +6 -3
  233. package/lib/pages/BasePage.d.ts.map +1 -1
  234. package/lib/pages/common/change-password/change-password.page.d.ts +0 -3
  235. package/lib/pages/common/change-password/change-password.page.d.ts.map +1 -1
  236. package/lib/pages/common/login/login.component.d.ts.map +1 -1
  237. package/lib/pages/popovers/language/language.page.d.ts.map +1 -1
  238. package/lib/pages/popovers/my-profile/my-profile.page.d.ts.map +1 -1
  239. package/lib/services/base-service.d.ts +0 -12
  240. package/lib/services/base-service.d.ts.map +1 -1
  241. package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts +16 -0
  242. package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts.map +1 -0
  243. package/lib/services/claimant-service/claimant.service.d.ts +6 -5
  244. package/lib/services/claimant-service/claimant.service.d.ts.map +1 -1
  245. package/lib/services/claims/claims.service.d.ts +5 -39
  246. package/lib/services/claims/claims.service.d.ts.map +1 -1
  247. package/lib/services/lexis-nexis/lexis.nexis.service.d.ts +26 -0
  248. package/lib/services/lexis-nexis/lexis.nexis.service.d.ts.map +1 -0
  249. package/lib/services/login/login.service.d.ts +3 -5
  250. package/lib/services/login/login.service.d.ts.map +1 -1
  251. package/lib/services/ovp/ovp.service.d.ts +17 -0
  252. package/lib/services/ovp/ovp.service.d.ts.map +1 -0
  253. package/lib/services/questionnaire/questionnaire.service.d.ts +0 -1
  254. package/lib/services/questionnaire/questionnaire.service.d.ts.map +1 -1
  255. package/lib/services/questionnaire/validation.service.d.ts +0 -3
  256. package/lib/services/questionnaire/validation.service.d.ts.map +1 -1
  257. package/lib/services/security-service/security.service.d.ts +4 -12
  258. package/lib/services/security-service/security.service.d.ts.map +1 -1
  259. package/lib/services/util/util.service.d.ts +0 -6
  260. package/lib/services/util/util.service.d.ts.map +1 -1
  261. package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts +5 -47
  262. package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -1
  263. package/lib/validations/AppRegex.d.ts +2 -0
  264. package/lib/validations/AppRegex.d.ts.map +1 -1
  265. package/lib/validations/AppValidators.d.ts +24 -20
  266. package/lib/validations/AppValidators.d.ts.map +1 -1
  267. package/package.json +2 -2
  268. package/public-api.d.ts +4 -46
  269. package/public-api.d.ts.map +1 -1
  270. package/esm2022/lib/components/add-wage/add-wage.component.mjs +0 -161
  271. package/esm2022/lib/components/address-popup/address-popup.component.mjs +0 -97
  272. package/esm2022/lib/components/address-suggestion/address-suggestion.component.mjs +0 -289
  273. package/esm2022/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.mjs +0 -245
  274. package/esm2022/lib/components/associate-ssn/associate-ssn.component.mjs +0 -203
  275. package/esm2022/lib/components/claim-info/claim-info.component.mjs +0 -408
  276. package/esm2022/lib/components/dua-request-page/dua-request-page.component.mjs +0 -596
  277. package/esm2022/lib/components/dua-request-popup/dua-request-popup.component.mjs +0 -356
  278. package/esm2022/lib/components/employer-info/employer-info.component.mjs +0 -319
  279. package/esm2022/lib/components/employer-pay/employer-pay.component.mjs +0 -238
  280. package/esm2022/lib/components/employer-pay-grid/employer-pay-grid.component.mjs +0 -302
  281. package/esm2022/lib/components/farm-usage/farm-usage.component.mjs +0 -172
  282. package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +0 -201
  283. package/esm2022/lib/components/history-page/history-page.component.mjs +0 -571
  284. package/esm2022/lib/components/idme/idme.component.mjs +0 -84
  285. package/esm2022/lib/components/offline-add-employer/offline-add-employer.component.mjs +0 -3661
  286. package/esm2022/lib/components/offline-bank-details/offline-bank-details.component.mjs +0 -258
  287. package/esm2022/lib/components/offline-employer-grid/offline-employer-grid.component.mjs +0 -853
  288. package/esm2022/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.mjs +0 -251
  289. package/esm2022/lib/components/proof-of-anything/proof-of-anything.component.mjs +0 -261
  290. package/esm2022/lib/components/proof-of-document-upload/proof-of-document-upload.component.mjs +0 -560
  291. package/esm2022/lib/components/scrollable-text/scrollable-text.component.mjs +0 -25
  292. package/esm2022/lib/components/sms/sms.component.mjs +0 -336
  293. package/esm2022/lib/components/wage-calculator/wage-calculator.component.mjs +0 -527
  294. package/esm2022/lib/components/wage-grid/wage-grid.component.mjs +0 -274
  295. package/esm2022/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.mjs +0 -147
  296. package/esm2022/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.mjs +0 -167
  297. package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +0 -828
  298. package/esm2022/lib/components/weekly-confirmation/confirmation.component.mjs +0 -129
  299. package/esm2022/lib/components/weekly-interim-confirmation/interim-confirmation.component.mjs +0 -136
  300. package/esm2022/lib/components/weekly-summary-v2/summary.component-v2.mjs +0 -72
  301. package/esm2022/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.mjs +0 -50
  302. package/esm2022/lib/components/weekly-work-search-counter/work-search-counter.component.mjs +0 -92
  303. package/esm2022/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.mjs +0 -1190
  304. package/esm2022/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.mjs +0 -690
  305. package/esm2022/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.mjs +0 -524
  306. package/esm2022/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.mjs +0 -394
  307. package/esm2022/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.mjs +0 -640
  308. package/esm2022/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.mjs +0 -33
  309. package/esm2022/lib/enums/AddressValidationResponseEnum.mjs +0 -9
  310. package/esm2022/lib/enums/AddressValidationSourceFunctionEnum.mjs +0 -5
  311. package/esm2022/lib/models/ActiveClaimModel.mjs +0 -3
  312. package/esm2022/lib/models/CountyModel.mjs +0 -3
  313. package/esm2022/lib/models/DuaAppDataModel.mjs +0 -3
  314. package/esm2022/lib/models/DuaRequestModel.mjs +0 -3
  315. package/esm2022/lib/models/DuaRetroWeeksComponentModel.mjs +0 -6
  316. package/esm2022/lib/models/EmployerInfoComponentModel.mjs +0 -4
  317. package/esm2022/lib/models/EmployerPayInfoModel.mjs +0 -6
  318. package/esm2022/lib/models/FarmUsageComponentModel.mjs +0 -2
  319. package/esm2022/lib/models/GrossEarningsModel.mjs +0 -3
  320. package/esm2022/lib/models/HelpConstants.mjs +0 -5
  321. package/esm2022/lib/models/LexisNexisOtpDetailsResponseModel.mjs +0 -3
  322. package/esm2022/lib/models/ReasonSeparationRequestModel.mjs +0 -3
  323. package/esm2022/lib/models/RetroWeeksModel.mjs +0 -3
  324. package/esm2022/lib/models/SecurityQuestionAnswerModel.mjs +0 -3
  325. package/esm2022/lib/models/SendOtpRequestModel.mjs +0 -3
  326. package/esm2022/lib/models/VerifyOtpRequestModel.mjs +0 -3
  327. package/esm2022/lib/models/WageCalculatorModel.mjs +0 -3
  328. package/esm2022/lib/models/WageInfoModel.mjs +0 -4
  329. package/esm2022/lib/models/addressValidation/AddressRecommendationModel.mjs +0 -3
  330. package/esm2022/lib/models/addressValidation/AddressValidationRequestComponentModel.mjs +0 -3
  331. package/esm2022/lib/models/addressValidation/AddressValidationResponseComponentModel.mjs +0 -3
  332. package/esm2022/lib/models/addressValidation/AddressValidationReturnComponentModel.mjs +0 -3
  333. package/esm2022/lib/models/combo-model.mjs +0 -343
  334. package/esm2022/lib/models/fileupload/DocUploadModel.mjs +0 -7
  335. package/esm2022/lib/models/fileupload/EmployerDataModel.mjs +0 -3
  336. package/esm2022/lib/models/fileupload/FileObject.mjs +0 -3
  337. package/esm2022/lib/models/fileupload/FileObjectArray.mjs +0 -7
  338. package/esm2022/lib/models/questionnaire/AppealParticipantModel.mjs +0 -8
  339. package/esm2022/lib/models/questionnaire/ScrollableTextModel.mjs +0 -3
  340. package/esm2022/lib/models/questionnaire/WbaHelperTextModel.mjs +0 -3
  341. package/esm2022/lib/models/weekly-cert/WorkSearchWaiverModel.mjs +0 -3
  342. package/esm2022/lib/models/weekly-cert/address-detail-model.mjs +0 -2
  343. package/esm2022/lib/models/weekly-cert/admin-leave-details-model.mjs +0 -7
  344. package/esm2022/lib/models/weekly-cert/employer-info-v2-model.mjs +0 -7
  345. package/esm2022/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.mjs +0 -6
  346. package/esm2022/lib/models/weekly-cert/weekly-certification-v2-model.mjs +0 -34
  347. package/esm2022/lib/models/weekly-cert/work-search-record-v2-model.mjs +0 -15
  348. package/esm2022/lib/models/weekly-cert/work-search-v2-model.mjs +0 -11
  349. package/esm2022/lib/pipes/format-worksearch/format-worksearch.pipe.mjs +0 -101
  350. package/esm2022/lib/services/address-validation-service/address-validation.service.mjs +0 -151
  351. package/esm2022/lib/services/appeal/appeal.service.mjs +0 -37
  352. package/esm2022/lib/services/birt-service/birt.service.mjs +0 -57
  353. package/esm2022/lib/services/employer/employer-service.mjs +0 -35
  354. package/esm2022/lib/services/event-service/event-service.mjs +0 -44
  355. package/esm2022/lib/services/offline-claims/offline-claims.service.mjs +0 -327
  356. package/esm2022/lib/services/weekly-cert/review.service.mjs +0 -101
  357. package/esm2022/lib/services/weekly-cert/weekly-cert.service.mjs +0 -37
  358. package/esm2022/lib/services/weekly-cert/work-search.service.mjs +0 -58
  359. package/lib/components/add-wage/add-wage.component.d.ts +0 -30
  360. package/lib/components/add-wage/add-wage.component.d.ts.map +0 -1
  361. package/lib/components/address-popup/address-popup.component.d.ts +0 -16
  362. package/lib/components/address-popup/address-popup.component.d.ts.map +0 -1
  363. package/lib/components/address-suggestion/address-suggestion.component.d.ts +0 -43
  364. package/lib/components/address-suggestion/address-suggestion.component.d.ts.map +0 -1
  365. package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts +0 -37
  366. package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts.map +0 -1
  367. package/lib/components/associate-ssn/associate-ssn.component.d.ts +0 -33
  368. package/lib/components/associate-ssn/associate-ssn.component.d.ts.map +0 -1
  369. package/lib/components/claim-info/claim-info.component.d.ts +0 -49
  370. package/lib/components/claim-info/claim-info.component.d.ts.map +0 -1
  371. package/lib/components/dua-request-page/dua-request-page.component.d.ts +0 -74
  372. package/lib/components/dua-request-page/dua-request-page.component.d.ts.map +0 -1
  373. package/lib/components/dua-request-popup/dua-request-popup.component.d.ts +0 -61
  374. package/lib/components/dua-request-popup/dua-request-popup.component.d.ts.map +0 -1
  375. package/lib/components/employer-info/employer-info.component.d.ts +0 -50
  376. package/lib/components/employer-info/employer-info.component.d.ts.map +0 -1
  377. package/lib/components/employer-pay/employer-pay.component.d.ts +0 -51
  378. package/lib/components/employer-pay/employer-pay.component.d.ts.map +0 -1
  379. package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts +0 -43
  380. package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts.map +0 -1
  381. package/lib/components/farm-usage/farm-usage.component.d.ts +0 -33
  382. package/lib/components/farm-usage/farm-usage.component.d.ts.map +0 -1
  383. package/lib/components/gross-earnings/gross-earnings.component.d.ts +0 -42
  384. package/lib/components/gross-earnings/gross-earnings.component.d.ts.map +0 -1
  385. package/lib/components/history-page/history-page.component.d.ts +0 -80
  386. package/lib/components/history-page/history-page.component.d.ts.map +0 -1
  387. package/lib/components/idme/idme.component.d.ts +0 -19
  388. package/lib/components/idme/idme.component.d.ts.map +0 -1
  389. package/lib/components/offline-add-employer/offline-add-employer.component.d.ts +0 -311
  390. package/lib/components/offline-add-employer/offline-add-employer.component.d.ts.map +0 -1
  391. package/lib/components/offline-bank-details/offline-bank-details.component.d.ts +0 -33
  392. package/lib/components/offline-bank-details/offline-bank-details.component.d.ts.map +0 -1
  393. package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts +0 -97
  394. package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts.map +0 -1
  395. package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts +0 -33
  396. package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts.map +0 -1
  397. package/lib/components/proof-of-anything/proof-of-anything.component.d.ts +0 -54
  398. package/lib/components/proof-of-anything/proof-of-anything.component.d.ts.map +0 -1
  399. package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts +0 -74
  400. package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts.map +0 -1
  401. package/lib/components/scrollable-text/scrollable-text.component.d.ts +0 -11
  402. package/lib/components/scrollable-text/scrollable-text.component.d.ts.map +0 -1
  403. package/lib/components/sms/sms.component.d.ts +0 -63
  404. package/lib/components/sms/sms.component.d.ts.map +0 -1
  405. package/lib/components/wage-calculator/wage-calculator.component.d.ts +0 -44
  406. package/lib/components/wage-calculator/wage-calculator.component.d.ts.map +0 -1
  407. package/lib/components/wage-grid/wage-grid.component.d.ts +0 -43
  408. package/lib/components/wage-grid/wage-grid.component.d.ts.map +0 -1
  409. package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts +0 -28
  410. package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts.map +0 -1
  411. package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts +0 -28
  412. package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts.map +0 -1
  413. package/lib/components/weekly-certification/weekly-certification.component.d.ts +0 -101
  414. package/lib/components/weekly-certification/weekly-certification.component.d.ts.map +0 -1
  415. package/lib/components/weekly-confirmation/confirmation.component.d.ts +0 -21
  416. package/lib/components/weekly-confirmation/confirmation.component.d.ts.map +0 -1
  417. package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts +0 -34
  418. package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts.map +0 -1
  419. package/lib/components/weekly-summary-v2/summary.component-v2.d.ts +0 -17
  420. package/lib/components/weekly-summary-v2/summary.component-v2.d.ts.map +0 -1
  421. package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts +0 -10
  422. package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts.map +0 -1
  423. package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts +0 -17
  424. package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts.map +0 -1
  425. package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts +0 -105
  426. package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts.map +0 -1
  427. package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts +0 -71
  428. package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts.map +0 -1
  429. package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts +0 -59
  430. package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts.map +0 -1
  431. package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts +0 -47
  432. package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts.map +0 -1
  433. package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts +0 -78
  434. package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts.map +0 -1
  435. package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts +0 -8
  436. package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts.map +0 -1
  437. package/lib/enums/AddressValidationResponseEnum.d.ts +0 -8
  438. package/lib/enums/AddressValidationResponseEnum.d.ts.map +0 -1
  439. package/lib/enums/AddressValidationSourceFunctionEnum.d.ts +0 -4
  440. package/lib/enums/AddressValidationSourceFunctionEnum.d.ts.map +0 -1
  441. package/lib/models/ActiveClaimModel.d.ts +0 -8
  442. package/lib/models/ActiveClaimModel.d.ts.map +0 -1
  443. package/lib/models/CountyModel.d.ts +0 -8
  444. package/lib/models/CountyModel.d.ts.map +0 -1
  445. package/lib/models/DuaAppDataModel.d.ts +0 -5
  446. package/lib/models/DuaAppDataModel.d.ts.map +0 -1
  447. package/lib/models/DuaRequestModel.d.ts +0 -10
  448. package/lib/models/DuaRequestModel.d.ts.map +0 -1
  449. package/lib/models/DuaRetroWeeksComponentModel.d.ts +0 -5
  450. package/lib/models/DuaRetroWeeksComponentModel.d.ts.map +0 -1
  451. package/lib/models/EmployerInfoComponentModel.d.ts +0 -9
  452. package/lib/models/EmployerInfoComponentModel.d.ts.map +0 -1
  453. package/lib/models/EmployerPayInfoModel.d.ts +0 -20
  454. package/lib/models/EmployerPayInfoModel.d.ts.map +0 -1
  455. package/lib/models/FarmUsageComponentModel.d.ts +0 -10
  456. package/lib/models/FarmUsageComponentModel.d.ts.map +0 -1
  457. package/lib/models/GrossEarningsModel.d.ts +0 -6
  458. package/lib/models/GrossEarningsModel.d.ts.map +0 -1
  459. package/lib/models/HelpConstants.d.ts +0 -5
  460. package/lib/models/HelpConstants.d.ts.map +0 -1
  461. package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts +0 -7
  462. package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts.map +0 -1
  463. package/lib/models/ReasonSeparationRequestModel.d.ts +0 -7
  464. package/lib/models/ReasonSeparationRequestModel.d.ts.map +0 -1
  465. package/lib/models/RetroWeeksModel.d.ts +0 -11
  466. package/lib/models/RetroWeeksModel.d.ts.map +0 -1
  467. package/lib/models/SecurityQuestionAnswerModel.d.ts +0 -7
  468. package/lib/models/SecurityQuestionAnswerModel.d.ts.map +0 -1
  469. package/lib/models/SendOtpRequestModel.d.ts +0 -12
  470. package/lib/models/SendOtpRequestModel.d.ts.map +0 -1
  471. package/lib/models/VerifyOtpRequestModel.d.ts +0 -8
  472. package/lib/models/VerifyOtpRequestModel.d.ts.map +0 -1
  473. package/lib/models/WageCalculatorModel.d.ts +0 -15
  474. package/lib/models/WageCalculatorModel.d.ts.map +0 -1
  475. package/lib/models/WageInfoModel.d.ts +0 -9
  476. package/lib/models/WageInfoModel.d.ts.map +0 -1
  477. package/lib/models/addressValidation/AddressRecommendationModel.d.ts +0 -12
  478. package/lib/models/addressValidation/AddressRecommendationModel.d.ts.map +0 -1
  479. package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts +0 -11
  480. package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts.map +0 -1
  481. package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts +0 -6
  482. package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts.map +0 -1
  483. package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts +0 -16
  484. package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts.map +0 -1
  485. package/lib/models/combo-model.d.ts +0 -42
  486. package/lib/models/combo-model.d.ts.map +0 -1
  487. package/lib/models/fileupload/DocUploadModel.d.ts +0 -22
  488. package/lib/models/fileupload/DocUploadModel.d.ts.map +0 -1
  489. package/lib/models/fileupload/EmployerDataModel.d.ts +0 -6
  490. package/lib/models/fileupload/EmployerDataModel.d.ts.map +0 -1
  491. package/lib/models/fileupload/FileObject.d.ts +0 -8
  492. package/lib/models/fileupload/FileObject.d.ts.map +0 -1
  493. package/lib/models/fileupload/FileObjectArray.d.ts +0 -8
  494. package/lib/models/fileupload/FileObjectArray.d.ts.map +0 -1
  495. package/lib/models/questionnaire/AppealParticipantModel.d.ts +0 -17
  496. package/lib/models/questionnaire/AppealParticipantModel.d.ts.map +0 -1
  497. package/lib/models/questionnaire/ScrollableTextModel.d.ts +0 -4
  498. package/lib/models/questionnaire/ScrollableTextModel.d.ts.map +0 -1
  499. package/lib/models/questionnaire/WbaHelperTextModel.d.ts +0 -4
  500. package/lib/models/questionnaire/WbaHelperTextModel.d.ts.map +0 -1
  501. package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts +0 -9
  502. package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts.map +0 -1
  503. package/lib/models/weekly-cert/address-detail-model.d.ts +0 -14
  504. package/lib/models/weekly-cert/address-detail-model.d.ts.map +0 -1
  505. package/lib/models/weekly-cert/admin-leave-details-model.d.ts +0 -15
  506. package/lib/models/weekly-cert/admin-leave-details-model.d.ts.map +0 -1
  507. package/lib/models/weekly-cert/employer-info-v2-model.d.ts +0 -27
  508. package/lib/models/weekly-cert/employer-info-v2-model.d.ts.map +0 -1
  509. package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts +0 -57
  510. package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts.map +0 -1
  511. package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts +0 -59
  512. package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts.map +0 -1
  513. package/lib/models/weekly-cert/work-search-record-v2-model.d.ts +0 -66
  514. package/lib/models/weekly-cert/work-search-record-v2-model.d.ts.map +0 -1
  515. package/lib/models/weekly-cert/work-search-v2-model.d.ts +0 -18
  516. package/lib/models/weekly-cert/work-search-v2-model.d.ts.map +0 -1
  517. package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts +0 -14
  518. package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts.map +0 -1
  519. package/lib/services/address-validation-service/address-validation.service.d.ts +0 -44
  520. package/lib/services/address-validation-service/address-validation.service.d.ts.map +0 -1
  521. package/lib/services/appeal/appeal.service.d.ts +0 -16
  522. package/lib/services/appeal/appeal.service.d.ts.map +0 -1
  523. package/lib/services/birt-service/birt.service.d.ts +0 -17
  524. package/lib/services/birt-service/birt.service.d.ts.map +0 -1
  525. package/lib/services/employer/employer-service.d.ts +0 -16
  526. package/lib/services/employer/employer-service.d.ts.map +0 -1
  527. package/lib/services/event-service/event-service.d.ts +0 -20
  528. package/lib/services/event-service/event-service.d.ts.map +0 -1
  529. package/lib/services/offline-claims/offline-claims.service.d.ts +0 -64
  530. package/lib/services/offline-claims/offline-claims.service.d.ts.map +0 -1
  531. package/lib/services/weekly-cert/review.service.d.ts +0 -23
  532. package/lib/services/weekly-cert/review.service.d.ts.map +0 -1
  533. package/lib/services/weekly-cert/weekly-cert.service.d.ts +0 -17
  534. package/lib/services/weekly-cert/weekly-cert.service.d.ts.map +0 -1
  535. package/lib/services/weekly-cert/work-search.service.d.ts +0 -26
  536. package/lib/services/weekly-cert/work-search.service.d.ts.map +0 -1
@@ -1,319 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, EventEmitter, Output, ViewChild } from '@angular/core';
2
- import { NG_VALUE_ACCESSOR, Validators } from '@angular/forms';
3
- import { EmployerInfoComponentModel } from '../../models/EmployerInfoComponentModel';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "@angular/forms";
6
- import * as i2 from "../../services/questionnaire/validation.service";
7
- const _c0 = ["empPayFormDirective"];
8
- function EmployerInfoComponent_ng_template_5_Template(rf, ctx) { if (rf & 1) {
9
- i0.ɵɵelementStart(0, "tr", 8)(1, "th", 9);
10
- i0.ɵɵtext(2);
11
- i0.ɵɵpipe(3, "translate");
12
- i0.ɵɵelementEnd();
13
- i0.ɵɵelement(4, "th");
14
- i0.ɵɵelementStart(5, "th");
15
- i0.ɵɵtext(6);
16
- i0.ɵɵpipe(7, "translate");
17
- i0.ɵɵelementEnd();
18
- i0.ɵɵelementStart(8, "th");
19
- i0.ɵɵtext(9);
20
- i0.ɵɵpipe(10, "translate");
21
- i0.ɵɵelementEnd()();
22
- } if (rf & 2) {
23
- i0.ɵɵadvance(2);
24
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 3, "add.employer.info.header.employer"), " ");
25
- i0.ɵɵadvance(4);
26
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(7, 5, "add.employer.info.header.from"), " ");
27
- i0.ɵɵadvance(3);
28
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(10, 7, "add.employer.info.header.to"), " ");
29
- } }
30
- const _c1 = () => ["fal", "edit"];
31
- const _c2 = () => ["fal", "trash-alt"];
32
- function EmployerInfoComponent_ng_template_6_Template(rf, ctx) { if (rf & 1) {
33
- const _r9 = i0.ɵɵgetCurrentView();
34
- i0.ɵɵelementStart(0, "tr", 8)(1, "td", 9);
35
- i0.ɵɵtext(2);
36
- i0.ɵɵelementEnd();
37
- i0.ɵɵelementStart(3, "td")(4, "ion-button", 10);
38
- i0.ɵɵlistener("click", function EmployerInfoComponent_ng_template_6_Template_ion_button_click_4_listener() { const restoredCtx = i0.ɵɵrestoreView(_r9); const emp_r6 = restoredCtx.$implicit; const ctx_r8 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r8.editEmployerPayment(emp_r6)); });
39
- i0.ɵɵelement(5, "fa-icon", 11);
40
- i0.ɵɵelementEnd();
41
- i0.ɵɵelementStart(6, "ion-button", 12);
42
- i0.ɵɵlistener("click", function EmployerInfoComponent_ng_template_6_Template_ion_button_click_6_listener() { const restoredCtx = i0.ɵɵrestoreView(_r9); const rowIndex_r7 = restoredCtx.$implicit; const ctx_r10 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r10.deleteEmployerPayment(rowIndex_r7)); });
43
- i0.ɵɵelement(7, "fa-icon", 11);
44
- i0.ɵɵelementEnd()();
45
- i0.ɵɵelementStart(8, "td");
46
- i0.ɵɵtext(9);
47
- i0.ɵɵelementEnd();
48
- i0.ɵɵelementStart(10, "td");
49
- i0.ɵɵtext(11);
50
- i0.ɵɵelementEnd()();
51
- } if (rf & 2) {
52
- const emp_r6 = ctx.$implicit;
53
- const rowIndex_r7 = ctx.$implicit;
54
- i0.ɵɵadvance(2);
55
- i0.ɵɵtextInterpolate(emp_r6.employerName);
56
- i0.ɵɵadvance(2);
57
- i0.ɵɵproperty("id", "btnEditEmployerPayment-" + rowIndex_r7);
58
- i0.ɵɵadvance(1);
59
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(7, _c1));
60
- i0.ɵɵadvance(1);
61
- i0.ɵɵproperty("id", "btnDeleteEmployerPayment-" + rowIndex_r7);
62
- i0.ɵɵadvance(1);
63
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(8, _c2));
64
- i0.ɵɵadvance(2);
65
- i0.ɵɵtextInterpolate(emp_r6.fromDate);
66
- i0.ɵɵadvance(2);
67
- i0.ɵɵtextInterpolate(emp_r6.toDate);
68
- } }
69
- const _c3 = () => ["fal", "plus"];
70
- function EmployerInfoComponent_ng_template_7_table_0_Template(rf, ctx) { if (rf & 1) {
71
- const _r14 = i0.ɵɵgetCurrentView();
72
- i0.ɵɵelementStart(0, "table")(1, "tr")(2, "td", 14)(3, "div")(4, "b");
73
- i0.ɵɵtext(5, "Add an employer");
74
- i0.ɵɵelementEnd()()();
75
- i0.ɵɵelementStart(6, "td", 15)(7, "ion-button", 16);
76
- i0.ɵɵlistener("click", function EmployerInfoComponent_ng_template_7_table_0_Template_ion_button_click_7_listener() { i0.ɵɵrestoreView(_r14); const ctx_r13 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r13.addEmployer()); });
77
- i0.ɵɵelement(8, "fa-icon", 11);
78
- i0.ɵɵelementEnd()()()();
79
- } if (rf & 2) {
80
- i0.ɵɵadvance(2);
81
- i0.ɵɵattribute("colspan", 4);
82
- i0.ɵɵadvance(6);
83
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(2, _c3));
84
- } }
85
- function EmployerInfoComponent_ng_template_7_Template(rf, ctx) { if (rf & 1) {
86
- i0.ɵɵtemplate(0, EmployerInfoComponent_ng_template_7_table_0_Template, 9, 3, "table", 13);
87
- } if (rf & 2) {
88
- const ctx_r3 = i0.ɵɵnextContext();
89
- i0.ɵɵproperty("ngIf", !ctx_r3.selected);
90
- } }
91
- const _c4 = () => ({ required: "Required." });
92
- const _c5 = () => ({ addressValidationFlag: "Please provide a valid address", required: "Required." });
93
- function EmployerInfoComponent_form_8_Template(rf, ctx) { if (rf & 1) {
94
- const _r17 = i0.ɵɵgetCurrentView();
95
- i0.ɵɵelementStart(0, "form", 17, 18);
96
- i0.ɵɵlistener("ngSubmit", function EmployerInfoComponent_form_8_Template_form_ngSubmit_0_listener() { i0.ɵɵrestoreView(_r17); const ctx_r16 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r16.save()); });
97
- i0.ɵɵelementStart(2, "ion-grid")(3, "ion-row")(4, "ion-col", 19)(5, "div", 20)(6, "div", 21)(7, "label", 22);
98
- i0.ɵɵtext(8, "Employer Name");
99
- i0.ɵɵelementEnd();
100
- i0.ɵɵelement(9, "br")(10, "input", 23)(11, "app-error", 24);
101
- i0.ɵɵelementEnd();
102
- i0.ɵɵelementStart(12, "ion-row")(13, "ion-col", 25);
103
- i0.ɵɵelement(14, "app-address", 26)(15, "app-error", 24);
104
- i0.ɵɵelementEnd()()()()();
105
- i0.ɵɵelementStart(16, "ion-row")(17, "ion-col", 27)(18, "div", 28)(19, "div", 21)(20, "label", 29);
106
- i0.ɵɵtext(21);
107
- i0.ɵɵpipe(22, "translate");
108
- i0.ɵɵelementEnd();
109
- i0.ɵɵelement(23, "br")(24, "p-calendar", 30);
110
- i0.ɵɵelementEnd()()();
111
- i0.ɵɵelementStart(25, "ion-col", 27)(26, "div", 28)(27, "div", 21)(28, "label", 31);
112
- i0.ɵɵtext(29);
113
- i0.ɵɵpipe(30, "translate");
114
- i0.ɵɵelementEnd();
115
- i0.ɵɵelement(31, "br")(32, "p-calendar", 32);
116
- i0.ɵɵelementEnd()()()();
117
- i0.ɵɵelementStart(33, "ion-row")(34, "ion-col", 33)(35, "ion-button", 34);
118
- i0.ɵɵlistener("click", function EmployerInfoComponent_form_8_Template_ion_button_click_35_listener() { i0.ɵɵrestoreView(_r17); const ctx_r18 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r18.cancel()); });
119
- i0.ɵɵtext(36, "Clear");
120
- i0.ɵɵelementEnd();
121
- i0.ɵɵelementStart(37, "ion-button", 35);
122
- i0.ɵɵtext(38, "Save");
123
- i0.ɵɵelementEnd()()()()();
124
- } if (rf & 2) {
125
- const ctx_r4 = i0.ɵɵnextContext();
126
- i0.ɵɵproperty("formGroup", ctx_r4.empForm);
127
- i0.ɵɵadvance(10);
128
- i0.ɵɵproperty("formControl", ctx_r4.wcEmpPayName);
129
- i0.ɵɵadvance(1);
130
- i0.ɵɵproperty("errDef", i0.ɵɵpureFunction0(22, _c4));
131
- i0.ɵɵadvance(3);
132
- i0.ɵɵproperty("formControl", ctx_r4.address)("countyRequired", false)("fromPopup", true);
133
- i0.ɵɵadvance(1);
134
- i0.ɵɵproperty("errDef", i0.ɵɵpureFunction0(23, _c5));
135
- i0.ɵɵadvance(6);
136
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(22, 18, "add.employer.info.header.from"));
137
- i0.ɵɵadvance(3);
138
- i0.ɵɵproperty("showIcon", true)("maxDate", ctx_r4.maxDate)("minDate", ctx_r4.minDate)("formControl", ctx_r4.fromDate);
139
- i0.ɵɵadvance(5);
140
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(30, 20, "add.employer.info.header.to"));
141
- i0.ɵɵadvance(3);
142
- i0.ɵɵproperty("showIcon", true)("maxDate", ctx_r4.maxDate)("minDate", ctx_r4.minDate)("formControl", ctx_r4.toDate);
143
- i0.ɵɵadvance(5);
144
- i0.ɵɵproperty("disabled", ctx_r4.empForm.invalid);
145
- } }
146
- export class EmployerInfoComponent {
147
- constructor(formBuilder, vs) {
148
- this.formBuilder = formBuilder;
149
- this.vs = vs;
150
- this.selected = false;
151
- this.indexToEdit = null;
152
- this.empToEdit = new EmployerInfoComponentModel();
153
- this.model = null;
154
- this.empDetail = [];
155
- this.success = new EventEmitter();
156
- this.onChangeSubs = [];
157
- this.onChange = (value) => { };
158
- this.onTouch = () => { };
159
- this.modelDisplay = new EventEmitter();
160
- }
161
- ngOnChanges(changes) {
162
- if (changes.empToEdit && changes.empToEdit.currentValue) {
163
- // console.log(changes.empToEdit.currentValue);
164
- this.empDetail = this.vs.employerDetails.getValue();
165
- this.initializeEmployerPayInfoForm();
166
- }
167
- }
168
- ngOnDestroy() {
169
- for (let sub of this.onChangeSubs) {
170
- sub.unsubscribe();
171
- }
172
- }
173
- writeValue(value) {
174
- if (value) {
175
- this.empDetail = value;
176
- this.publishEmployerInfo();
177
- }
178
- }
179
- registerOnTouched(onTouch) {
180
- this.onTouch = onTouch;
181
- }
182
- ngOnInit() {
183
- this.empDetail = this.vs.employerDetails.getValue() || [];
184
- this.initializeEmployerPayInfoForm();
185
- }
186
- registerOnChange(fn) {
187
- let sub = this.vs.employerDetails.subscribe(fn);
188
- this.onChangeSubs.push(sub);
189
- }
190
- save() {
191
- this.saveToArray();
192
- this.selected = false;
193
- this.empForm.reset();
194
- this.empToEdit = null;
195
- this.indexToEdit = null;
196
- this.publishEmployerInfo();
197
- }
198
- saveToArray() {
199
- this.model = new EmployerInfoComponentModel();
200
- this.model.employerName = this.wcEmpPayName.value;
201
- this.model.address = this.address.value;
202
- this.model.fromDate = this.modifyDate(this.fromDate.value);
203
- this.model.toDate = this.modifyDate(this.toDate.value);
204
- if (this.indexToEdit != null) {
205
- this.empDetail[this.indexToEdit] = this.model;
206
- this.empToEdit = null;
207
- }
208
- else {
209
- this.empDetail.push(this.model);
210
- }
211
- //console.log(this.empDetail[0].fromDate);
212
- this.success.emit(this.empDetail);
213
- }
214
- modifyDate(date) {
215
- let d = new Date(Date.parse(date));
216
- return `${d.getMonth() + 1}/${d.getDate()}/${d.getFullYear()}`;
217
- }
218
- cancel() {
219
- this.empForm.reset();
220
- this.selected = false;
221
- }
222
- addEmployer() {
223
- this.selected = true;
224
- this.modelDisplay.emit(true);
225
- }
226
- editEmployerPayment(emp) {
227
- this.empToEdit = emp;
228
- this.model = emp;
229
- this.indexToEdit = this.empDetail.indexOf(emp);
230
- this.initializeEmployerPayInfoForm();
231
- this.selected = true;
232
- }
233
- deleteEmployerPayment(rowIndex) {
234
- this.empDetail.splice(rowIndex, 1);
235
- }
236
- initializeEmployerPayInfoForm() {
237
- const today = new Date();
238
- this.minDate = new Date(today.getFullYear() - 3, today.getMonth(), today.getDate());
239
- this.maxDate = today;
240
- let empPayInfo = this.empToEdit ? this.empToEdit : new EmployerInfoComponentModel();
241
- this.empForm = this.formBuilder.group({
242
- 'employerName': [empPayInfo.employerName, Validators.required],
243
- 'address': [empPayInfo.address != null ? empPayInfo.address : null, Validators.required],
244
- 'fromDate': [empPayInfo.fromDate, Validators.required],
245
- 'toDate': [empPayInfo.toDate, Validators.required]
246
- });
247
- if (empPayInfo != null) {
248
- this.fromDate.patchValue(this.empToEdit.fromDate);
249
- this.toDate.patchValue(this.empToEdit.toDate);
250
- }
251
- }
252
- setEmployer(employer) {
253
- this.wcEmpPayName.setValue(employer.employerName);
254
- this.employerId.setValue(employer.employerId);
255
- this.address.setValue({ country: employer.country, city: employer.city,
256
- zip: employer.zip, streetAddress: employer.addressDisplayVal, state: employer.state,
257
- optionalAddress: null, county: null, town: null
258
- });
259
- }
260
- publishEmployerInfo() {
261
- this.vs.employerDetails.next(this.empDetail.length > 0 ? this.empDetail : null);
262
- }
263
- get wcEmpPayName() {
264
- return this.empForm.controls['employerName'];
265
- }
266
- get employerId() {
267
- return this.empForm.controls['employerId'];
268
- }
269
- get address() {
270
- return this.empForm.controls['address'];
271
- }
272
- get fromDate() {
273
- return this.empForm.controls['fromDate'];
274
- }
275
- get toDate() {
276
- return this.empForm.controls['toDate'];
277
- }
278
- static { this.ɵfac = function EmployerInfoComponent_Factory(t) { return new (t || EmployerInfoComponent)(i0.ɵɵdirectiveInject(i1.UntypedFormBuilder), i0.ɵɵdirectiveInject(i2.ValidationService)); }; }
279
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EmployerInfoComponent, selectors: [["app-employer-info"]], viewQuery: function EmployerInfoComponent_Query(rf, ctx) { if (rf & 1) {
280
- i0.ɵɵviewQuery(_c0, 5);
281
- } if (rf & 2) {
282
- let _t;
283
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.empPayFormDirective = _t.first);
284
- } }, outputs: { success: "success", modelDisplay: "modelDisplay" }, features: [i0.ɵɵProvidersFeature([{
285
- provide: NG_VALUE_ACCESSOR,
286
- useExisting: EmployerInfoComponent,
287
- multi: true
288
- }]), i0.ɵɵNgOnChangesFeature], decls: 9, vars: 3, 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, "formGroup", "ngSubmit", 4, "ngIf"], [1, "ion-padding-top", "ion-padding-bottom"], [2, "padding-left", "15px"], ["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"], [1, "ion-padding-top", 2, "width", "90%"], [1, "ion-padding-top"], ["id", "addEmployerDetails", "aria-label", "Add Employer Details", "fill", "outline", "size", "small", 1, "action-button", 3, "click"], [3, "formGroup", "ngSubmit"], ["empPayFormDirective", "ngForm"], ["size", "12", "sizeSm", "12", "sizeMd", "6", "sizeLg", "6", "sizeXl", "6", 1, "ion-padding"], [1, "p-fluid", "formgrid"], [1, "field"], ["for", "wcEmpName"], ["type", "text", "pInputText", "", 3, "formControl"], [1, "'app-grid'", 3, "errDef"], [2, "padding-left", "0", "padding-right", "0"], [3, "formControl", "countyRequired", "fromPopup"], ["size", "6", "sizeSm", "6", "sizeMd", "3", "sizeLg", "3", "sizeXl", "3", 1, "ion-padding"], [1, "p-formgrid"], ["for", "fromDate"], ["iconAriaLabel", "fromDate", "dateFormat", "mm/dd/yy", "placeholder", "mm/dd/yyyy", "appendTo", "body", 3, "showIcon", "maxDate", "minDate", "formControl"], ["for", "toDate"], ["iconAriaLabel", "toDate", "dateFormat", "mm/dd/yy", "placeholder", "mm/dd/yyyy", "appendTo", "body", 3, "showIcon", "maxDate", "minDate", "formControl"], [1, "ion-text-center"], ["shape", "round", "fill", "outline", "type", "reset", 2, "width", "80px", "margin-right", "30px", 3, "click"], ["shape", "round", "type", "submit", 2, "width", "80px", "margin-left", "30px", 3, "disabled"]], template: function EmployerInfoComponent_Template(rf, ctx) { if (rf & 1) {
289
- i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
290
- i0.ɵɵtext(2, "Employment Details");
291
- i0.ɵɵelementEnd();
292
- i0.ɵɵelementStart(3, "p-table", 2, 3);
293
- i0.ɵɵtemplate(5, EmployerInfoComponent_ng_template_5_Template, 11, 9, "ng-template", 4)(6, EmployerInfoComponent_ng_template_6_Template, 12, 9, "ng-template", 5)(7, EmployerInfoComponent_ng_template_7_Template, 1, 1, "ng-template", 6);
294
- i0.ɵɵelementEnd()();
295
- i0.ɵɵtemplate(8, EmployerInfoComponent_form_8_Template, 39, 24, "form", 7);
296
- } if (rf & 2) {
297
- i0.ɵɵadvance(3);
298
- i0.ɵɵproperty("rowHover", true)("value", ctx.empDetail);
299
- i0.ɵɵadvance(5);
300
- i0.ɵɵproperty("ngIf", ctx.selected);
301
- } } }); }
302
- }
303
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EmployerInfoComponent, [{
304
- type: Component,
305
- args: [{ selector: 'app-employer-info', providers: [{
306
- provide: NG_VALUE_ACCESSOR,
307
- useExisting: EmployerInfoComponent,
308
- multi: true
309
- }], changeDetection: ChangeDetectionStrategy.Default, template: "<div style=\"margin-left: -5px;\">\r\n <div style=\"margin-left: 8px;\">Employment Details</div>\r\n <p-table #dt [rowHover]=\"true\" styleClass=\"p-datatable-striped app-datatable ion-padding-top\" [value]=\"empDetail\">\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 {{\"add.employer.info.header.employer\"|translate}}\r\n </th><th></th>\r\n <th>\r\n {{\"add.employer.info.header.from\"|translate}}\r\n </th>\r\n <th>\r\n {{\"add.employer.info.header.to\"|translate}}\r\n </th>\r\n </tr>\r\n </ng-template> \r\n <ng-template pTemplate=\"body\" let-emp let-rowIndex>\r\n <tr class=\"ion-padding-top ion-padding-bottom\">\r\n <td style=\"padding-left: 15px;\">{{emp.employerName}}</td>\r\n <td>\r\n <ion-button [id]=\"'btnEditEmployerPayment-' + rowIndex\" size=\"small\" color=\"success\" fill=\"outline\"\r\n (click)=\"editEmployerPayment(emp);\" 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 <td>{{emp.fromDate}}</td>\r\n <td>{{emp.toDate}}</td>\r\n </tr>\r\n </ng-template> \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 an employer</b></div>\r\n </td>\r\n <td class=\"ion-padding-top\">\r\n <ion-button id=\"addEmployerDetails\" aria-label=\"Add Employer Details\"\r\n (click)=\"addEmployer()\" 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\r\n </table>\r\n </ng-template>\r\n </p-table>\r\n</div>\r\n<form *ngIf=\"selected\" [formGroup]=\"empForm\" #empPayFormDirective=\"ngForm\" (ngSubmit)=\"save()\">\r\n <ion-grid>\r\n <ion-row>\r\n <ion-col class=\"ion-padding\" size=\"12\" sizeSm=\"12\" sizeMd=\"6\" sizeLg=\"6\" sizeXl=\"6\">\r\n <div class=\"p-fluid formgrid\">\r\n <div class=\"field\">\r\n <label for=\"wcEmpName\">Employer Name</label><br>\r\n <input type=\"text\" pInputText [formControl]=\"wcEmpPayName\"/>\r\n <app-error class=\"'app-grid'\" [errDef]=\"{\r\n required: 'Required.'\r\n }\"></app-error>\r\n </div>\r\n <ion-row>\r\n <ion-col style=\"padding-left: 0; padding-right: 0;\">\r\n <app-address [formControl]=\"address\" [countyRequired]=\"false\" [fromPopup]=\"true\"></app-address>\r\n <app-error class=\"'app-grid'\" [errDef]=\"{\r\n addressValidationFlag: 'Please provide a valid address',\r\n required: 'Required.'\r\n }\"></app-error>\r\n </ion-col>\r\n </ion-row>\r\n </div>\r\n </ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col class=\"ion-padding\" size=\"6\" sizeSm=\"6\" sizeMd=\"3\" sizeLg=\"3\" sizeXl=\"3\">\r\n <div class=\"p-formgrid\">\r\n <div class=\"field\">\r\n <label for=\"fromDate\">{{\"add.employer.info.header.from\"|translate}}</label><br>\r\n <p-calendar iconAriaLabel=\"fromDate\" [showIcon]=\"true\" [maxDate]=\"maxDate\" [minDate]=\"minDate\" dateFormat=\"mm/dd/yy\" placeholder=\"mm/dd/yyyy\"\r\n appendTo=\"body\" [formControl]=\"fromDate\"></p-calendar>\r\n </div>\r\n </div>\r\n </ion-col>\r\n <ion-col class=\"ion-padding\" size=\"6\" sizeSm=\"6\" sizeMd=\"3\" sizeLg=\"3\" sizeXl=\"3\">\r\n <div class=\"p-formgrid\">\r\n <div class=\"field\">\r\n <label for=\"toDate\">{{\"add.employer.info.header.to\"|translate}}</label><br>\r\n <p-calendar iconAriaLabel=\"toDate\" [showIcon]=\"true\" [maxDate]=\"maxDate\" [minDate]=\"minDate\" dateFormat=\"mm/dd/yy\" placeholder=\"mm/dd/yyyy\"\r\n appendTo=\"body\" [formControl]=\"toDate\"></p-calendar>\r\n </div>\r\n </div>\r\n </ion-col>\r\n </ion-row>\r\n <ion-row>\r\n <ion-col class=\"ion-text-center\">\r\n <ion-button shape=\"round\" style=\"width: 80px; margin-right: 30px;\" fill=\"outline\"\r\n type=\"reset\" (click)=\"cancel()\">Clear</ion-button>\r\n <ion-button shape=\"round\" style=\"width: 80px; margin-left: 30px;\" type=\"submit\" [disabled]=\"empForm.invalid\">Save</ion-button>\r\n </ion-col>\r\n </ion-row>\r\n </ion-grid>\r\n</form>\r\n" }]
310
- }], () => [{ type: i1.UntypedFormBuilder }, { type: i2.ValidationService }], { success: [{
311
- type: Output
312
- }], modelDisplay: [{
313
- type: Output
314
- }], empPayFormDirective: [{
315
- type: ViewChild,
316
- args: ['empPayFormDirective', { static: false }]
317
- }] }); })();
318
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EmployerInfoComponent, { className: "EmployerInfoComponent", filePath: "lib\\components\\employer-info\\employer-info.component.ts", lineNumber: 21 }); })();
319
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW1wbG95ZXItaW5mby5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvZW1wbG95ZXItaW5mby9lbXBsb3llci1pbmZvLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9lbXBsb3llci1pbmZvL2VtcGxveWVyLWluZm8uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQVUsTUFBTSxFQUFpQixTQUFTLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDMUgsT0FBTyxFQUFFLGlCQUFpQixFQUFnRCxVQUFVLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUc3RyxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQzs7Ozs7O0lDQXpFLDZCQUErQyxZQUFBO0lBRXZDLFlBQ0o7O0lBQUEsaUJBQUs7SUFBQSxxQkFBUztJQUNkLDBCQUFJO0lBQ0EsWUFDSjs7SUFBQSxpQkFBSztJQUNMLDBCQUFJO0lBQ0EsWUFDSjs7SUFBQSxpQkFBSyxFQUFBOztJQVBELGVBQ0o7SUFESSwwRkFDSjtJQUVJLGVBQ0o7SUFESSxzRkFDSjtJQUVJLGVBQ0o7SUFESSxxRkFDSjs7Ozs7O0lBSUosNkJBQStDLFlBQUE7SUFDWCxZQUFvQjtJQUFBLGlCQUFLO0lBQ3pELDBCQUFJLHFCQUFBO0lBRUksd09BQVMsZUFBQSxrQ0FBd0IsQ0FBQSxJQUFFO0lBRW5DLDhCQUFnRTtJQUNwRSxpQkFBYTtJQUViLHNDQUV5QztJQUR0Qiw4T0FBUyxlQUFBLDBDQUErQixDQUFBLElBQUU7SUFFekQsOEJBQXFFO0lBQ3pFLGlCQUFhLEVBQUE7SUFFakIsMEJBQUk7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LDBFQUFBLHlFQUFBO1lBcUNsQixpQkFBVSxFQUFBO1lBRWQsMEVBb0RPOztZQXhHVSxlQUFpQjtZQUFqQiwrQkFBaUIsd0JBQUE7WUFvRDNCLGVBQWM7WUFBZCxtQ0FBYzs7O2lGRGxDUixxQkFBcUI7Y0FiakMsU0FBUzsyQkFDRSxtQkFBbUIsYUFHbEIsQ0FBQzt3QkFDVixPQUFPLEVBQUUsaUJBQWlCO3dCQUUxQixXQUFXLHVCQUF1Qjt3QkFFbEMsS0FBSyxFQUFFLElBQUk7cUJBQ1osQ0FBQyxtQkFDZSx1QkFBdUIsQ0FBQyxPQUFPO21GQWVoRCxPQUFPO2tCQUROLE1BQU07WUFLRyxZQUFZO2tCQUFyQixNQUFNO1lBR0EsbUJBQW1CO2tCQUR6QixTQUFTO21CQUFDLHFCQUFxQixFQUFFLEVBQUMsTUFBTSxFQUFFLEtBQUssRUFBQzs7a0ZBbkJ0QyxxQkFBcUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIE9uSW5pdCwgT3V0cHV0LCBTaW1wbGVDaGFuZ2VzLCBWaWV3Q2hpbGR9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBOR19WQUxVRV9BQ0NFU1NPUiwgTmdGb3JtLCBVbnR5cGVkRm9ybUJ1aWxkZXIsIFVudHlwZWRGb3JtR3JvdXAsIFZhbGlkYXRvcnMgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XHJcbmltcG9ydCB7IEVtcGxveWVyU2VhcmNoUmVzdWx0IH0gZnJvbSAnLi4vLi4vbW9kZWxzL0VtcGxveWVyRGV0YWlsU2VhcmNoUmVzdWx0JztcclxuaW1wb3J0IHsgVmFsaWRhdGlvblNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9xdWVzdGlvbm5haXJlL3ZhbGlkYXRpb24uc2VydmljZSc7XHJcbmltcG9ydCB7IEVtcGxveWVySW5mb0NvbXBvbmVudE1vZGVsIH0gZnJvbSAnLi4vLi4vbW9kZWxzL0VtcGxveWVySW5mb0NvbXBvbmVudE1vZGVsJztcclxuaW1wb3J0IHsgU3Vic2NyaXB0aW9uIH0gZnJvbSAncnhqcyc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1lbXBsb3llci1pbmZvJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vZW1wbG95ZXItaW5mby5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL2VtcGxveWVyLWluZm8uY29tcG9uZW50LmNzcycsXHJcbiAgcHJvdmlkZXJzOiBbe1xyXG4gICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXHJcblxyXG4gICAgdXNlRXhpc3Rpbmc6IEVtcGxveWVySW5mb0NvbXBvbmVudCxcclxuXHJcbiAgICBtdWx0aTogdHJ1ZVxyXG4gIH1dLFxyXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuRGVmYXVsdFxyXG59KVxyXG5leHBvcnQgY2xhc3MgRW1wbG95ZXJJbmZvQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0e1xyXG4gIFxyXG4gIHB1YmxpYyBzZWxlY3RlZCA6Ym9vbGVhbiA9IGZhbHNlO1xyXG4gIGluZGV4VG9FZGl0ID0gbnVsbDtcclxuICBcclxuICBwdWJsaWMgZW1wVG9FZGl0ID0gbmV3IEVtcGxveWVySW5mb0NvbXBvbmVudE1vZGVsKCk7XHJcbiAgcHVibGljIG1vZGVsOiBFbXBsb3llckluZm9Db21wb25lbnRNb2RlbCA9IG51bGw7XHJcbiAgcHVibGljIG1pbkRhdGU6RGF0ZTtcclxuICBwdWJsaWMgbWF4RGF0ZTpEYXRlO1xyXG5cclxuICBwdWJsaWMgZW1wRGV0YWlsIDogRW1wbG95ZXJJbmZvQ29tcG9uZW50TW9kZWxbXSA9IFtdO1xyXG5cclxuICBAT3V0cHV0KCkgXHJcbiAgc3VjY2VzczogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcbiAgb25DaGFuZ2VTdWJzOiBTdWJzY3JpcHRpb25bXSA9IFtdO1xyXG4gIHByaXZhdGUgb25DaGFuZ2U6IEZ1bmN0aW9uID0gKHZhbHVlOiBTdHJpbmcpID0+IHt9O1xyXG4gIHByaXZhdGUgb25Ub3VjaDogRnVuY3Rpb24gPSAoKSA9PiB7fTtcclxuICBAT3V0cHV0KCkgbW9kZWxEaXNwbGF5ID0gbmV3IEV2ZW50RW1pdHRlcjxib29sZWFuPigpO1xyXG5cclxuICBAVmlld0NoaWxkKCdlbXBQYXlGb3JtRGlyZWN0aXZlJywge3N0YXRpYzogZmFsc2V9KVxyXG4gIHB1YmxpYyBlbXBQYXlGb3JtRGlyZWN0aXZlOiBOZ0Zvcm07XHJcbiAgcHVibGljIGVtcEZvcm0gOiBVbnR5cGVkRm9ybUdyb3VwO1xyXG4gIGNvbnN0cnVjdG9yKHB1YmxpYyBmb3JtQnVpbGRlciA6IFVudHlwZWRGb3JtQnVpbGRlciwgcHVibGljIHZzIDogVmFsaWRhdGlvblNlcnZpY2UpIHsgfVxyXG5cclxuICBuZ09uQ2hhbmdlcyhjaGFuZ2VzOiBTaW1wbGVDaGFuZ2VzKTogdm9pZCB7XHJcbiAgICBpZihjaGFuZ2VzLmVtcFRvRWRpdCAmJiBjaGFuZ2VzLmVtcFRvRWRpdC5jdXJyZW50VmFsdWUpe1xyXG4gICAgICAvLyBjb25zb2xlLmxvZyhjaGFuZ2VzLmVtcFRvRWRpdC5jdXJyZW50VmFsdWUpO1xyXG4gICAgICB0aGlzLmVtcERldGFpbCA9IHRoaXMudnMuZW1wbG95ZXJEZXRhaWxzLmdldFZhbHVlKCk7XHJcbiAgICAgIHRoaXMuaW5pdGlhbGl6ZUVtcGxveWVyUGF5SW5mb0Zvcm0oKTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIG5nT25EZXN0cm95KCkge1xyXG4gICAgZm9yIChsZXQgc3ViIG9mIHRoaXMub25DaGFuZ2VTdWJzKSB7XHJcbiAgICAgIHN1Yi51bnN1YnNjcmliZSgpO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgd3JpdGVWYWx1ZSh2YWx1ZTogYW55KSB7XHJcbiAgICBpZih2YWx1ZSl7XHJcbiAgICAgIHRoaXMuZW1wRGV0YWlsID0gdmFsdWU7XHJcbiAgICAgIHRoaXMucHVibGlzaEVtcGxveWVySW5mbygpO1xyXG4gICAgfVxyXG4gIH1cclxuICByZWdpc3Rlck9uVG91Y2hlZChvblRvdWNoOiBGdW5jdGlvbikge1xyXG4gICAgdGhpcy5vblRvdWNoID0gb25Ub3VjaDtcclxuICB9XHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICB0aGlzLmVtcERldGFpbCA9IHRoaXMudnMuZW1wbG95ZXJEZXRhaWxzLmdldFZhbHVlKCkgfHwgW107XHJcbiAgICB0aGlzLmluaXRpYWxpemVFbXBsb3llclBheUluZm9Gb3JtKCk7XHJcbiAgfVxyXG4gIHJlZ2lzdGVyT25DaGFuZ2UoZm46IGFueSkge1xyXG4gICAgbGV0IHN1YiA9IHRoaXMudnMuZW1wbG95ZXJEZXRhaWxzLnN1YnNjcmliZShmbik7XHJcbiAgICB0aGlzLm9uQ2hhbmdlU3Vicy5wdXNoKHN1Yik7XHJcbiAgfVxyXG4gIHNhdmUoKXtcclxuICAgIHRoaXMuc2F2ZVRvQXJyYXkoKTtcclxuICAgIHRoaXMuc2VsZWN0ZWQ9ZmFsc2U7XHJcbiAgICB0aGlzLmVtcEZvcm0ucmVzZXQoKTtcclxuICAgIHRoaXMuZW1wVG9FZGl0PW51bGw7XHJcbiAgICB0aGlzLmluZGV4VG9FZGl0PW51bGw7XHJcbiAgICB0aGlzLnB1Ymxpc2hFbXBsb3llckluZm8oKTtcclxuICAgIFxyXG4gIH1cclxuICBzYXZlVG9BcnJheSgpe1xyXG4gICAgdGhpcy5tb2RlbCA9IG5ldyBFbXBsb3llckluZm9Db21wb25lbnRNb2RlbCgpO1xyXG4gICAgdGhpcy5tb2RlbC5lbXBsb3llck5hbWUgPSB0aGlzLndjRW1wUGF5TmFtZS52YWx1ZTtcclxuICAgIHRoaXMubW9kZWwuYWRkcmVzcyA9IHRoaXMuYWRkcmVzcy52YWx1ZTtcclxuICAgIHRoaXMubW9kZWwuZnJvbURhdGUgPSB0aGlzLm1vZGlmeURhdGUodGhpcy5mcm9tRGF0ZS52YWx1ZSk7XHJcbiAgICB0aGlzLm1vZGVsLnRvRGF0ZSA9IHRoaXMubW9kaWZ5RGF0ZSh0aGlzLnRvRGF0ZS52YWx1ZSk7XHJcbiAgICBpZih0aGlzLmluZGV4VG9FZGl0IT1udWxsKXtcclxuICAgICAgdGhpcy5lbXBEZXRhaWxbdGhpcy5pbmRleFRvRWRpdF0gPSB0aGlzLm1vZGVsO1xyXG4gICAgICB0aGlzLmVtcFRvRWRpdCA9IG51bGw7XHJcbiAgICB9ZWxzZSB7XHJcbiAgICAgIHRoaXMuZW1wRGV0YWlsLnB1c2godGhpcy5tb2RlbClcclxuICAgIH1cclxuICAgIC8vY29uc29sZS5sb2codGhpcy5lbXBEZXRhaWxbMF0uZnJvbURhdGUpO1xyXG4gICAgdGhpcy5zdWNjZXNzLmVtaXQodGhpcy5lbXBEZXRhaWwpO1xyXG4gIH1cclxuICBtb2RpZnlEYXRlKGRhdGU6c3RyaW5nKSA6IHN0cmluZ3tcclxuICAgIGxldCBkID0gbmV3IERhdGUoRGF0ZS5wYXJzZShkYXRlKSk7XHJcbiAgICByZXR1cm4gYCR7ZC5nZXRNb250aCgpKzF9LyR7ZC5nZXREYXRlKCl9LyR7ZC5nZXRGdWxsWWVhcigpfWA7XHJcblxyXG4gIH1cclxuICBjYW5jZWwoKXtcclxuICAgIHRoaXMuZW1wRm9ybS5yZXNldCgpO1xyXG4gICAgdGhpcy5zZWxlY3RlZD1mYWxzZTtcclxuICB9XHJcbiAgYWRkRW1wbG95ZXIoKXtcclxuICAgIHRoaXMuc2VsZWN0ZWQgPSB0cnVlO1xyXG4gICAgdGhpcy5tb2RlbERpc3BsYXkuZW1pdCh0cnVlKTtcclxuICB9XHJcbiAgZWRpdEVtcGxveWVyUGF5bWVudChlbXA6RW1wbG95ZXJJbmZvQ29tcG9uZW50TW9kZWwpe1xyXG4gICB0aGlzLmVtcFRvRWRpdCA9IGVtcDtcclxuICAgdGhpcy5tb2RlbCA9IGVtcDtcclxuICAgdGhpcy5pbmRleFRvRWRpdCA9IHRoaXMuZW1wRGV0YWlsLmluZGV4T2YoZW1wKTtcclxuICAgdGhpcy5pbml0aWFsaXplRW1wbG95ZXJQYXlJbmZvRm9ybSgpO1xyXG4gICB0aGlzLnNlbGVjdGVkPXRydWU7XHJcbiAgfVxyXG4gIGRlbGV0ZUVtcGxveWVyUGF5bWVudChyb3dJbmRleDphbnkpe1xyXG4gICAgdGhpcy5lbXBEZXRhaWwuc3BsaWNlKHJvd0luZGV4LDEpO1xyXG4gIH1cclxuICBpbml0aWFsaXplRW1wbG95ZXJQYXlJbmZvRm9ybSgpIHtcclxuICAgIGNvbnN0IHRvZGF5PW5ldyBEYXRlKCk7XHJcbiAgICB0aGlzLm1pbkRhdGU9bmV3IERhdGUodG9kYXkuZ2V0RnVsbFllYXIoKS0zLHRvZGF5LmdldE1vbnRoKCksdG9kYXkuZ2V0RGF0ZSgpKTtcclxuICAgIHRoaXMubWF4RGF0ZT10b2RheTtcclxuICAgIFxyXG4gICAgbGV0IGVtcFBheUluZm8gPSB0aGlzLmVtcFRvRWRpdCA/IHRoaXMuZW1wVG9FZGl0IDogbmV3IEVtcGxveWVySW5mb0NvbXBvbmVudE1vZGVsKCk7XHJcbiAgICB0aGlzLmVtcEZvcm0gPSB0aGlzLmZvcm1CdWlsZGVyLmdyb3VwKHtcclxuICAgICAgJ2VtcGxveWVyTmFtZScgOiBbZW1wUGF5SW5mby5lbXBsb3llck5hbWUsIFZhbGlkYXRvcnMucmVxdWlyZWRdLFxyXG4gICAgICAnYWRkcmVzcyc6W2VtcFBheUluZm8uYWRkcmVzcyAhPSBudWxsID8gZW1wUGF5SW5mby5hZGRyZXNzIDogbnVsbCwgVmFsaWRhdG9ycy5yZXF1aXJlZF0sXHJcbiAgICAgICdmcm9tRGF0ZScgOiBbZW1wUGF5SW5mby5mcm9tRGF0ZSwgVmFsaWRhdG9ycy5yZXF1aXJlZF0sXHJcbiAgICAgICd0b0RhdGUnIDogW2VtcFBheUluZm8udG9EYXRlLFZhbGlkYXRvcnMucmVxdWlyZWRdXHJcbiAgICB9KTtcclxuICAgIGlmKGVtcFBheUluZm8gIT0gbnVsbCl7XHJcbiAgICAgIHRoaXMuZnJvbURhdGUucGF0Y2hWYWx1ZSh0aGlzLmVtcFRvRWRpdC5mcm9tRGF0ZSk7XHJcbiAgICAgIHRoaXMudG9EYXRlLnBhdGNoVmFsdWUodGhpcy5lbXBUb0VkaXQudG9EYXRlKTtcclxuICAgIH1cclxuICBcclxuICB9XHJcblxyXG4gIHNldEVtcGxveWVyKGVtcGxveWVyIDogRW1wbG95ZXJTZWFyY2hSZXN1bHQpe1xyXG4gICAgdGhpcy53Y0VtcFBheU5hbWUuc2V0VmFsdWUoZW1wbG95ZXIuZW1wbG95ZXJOYW1lKTtcclxuICAgIHRoaXMuZW1wbG95ZXJJZC5zZXRWYWx1ZShlbXBsb3llci5lbXBsb3llcklkKTtcclxuICAgIHRoaXMuYWRkcmVzcy5zZXRWYWx1ZSh7Y291bnRyeTplbXBsb3llci5jb3VudHJ5LCBjaXR5OmVtcGxveWVyLmNpdHlcclxuICAgICAgLCB6aXA6ZW1wbG95ZXIuemlwLHN0cmVldEFkZHJlc3M6ZW1wbG95ZXIuYWRkcmVzc0Rpc3BsYXlWYWwsc3RhdGU6ZW1wbG95ZXIuc3RhdGUsXHJcbiAgICAgIG9wdGlvbmFsQWRkcmVzczpudWxsLGNvdW50eTpudWxsLHRvd246bnVsbFxyXG4gICAgICB9KTtcclxuICB9XHJcblxyXG4gIHB1Ymxpc2hFbXBsb3llckluZm8oKXtcclxuICAgIHRoaXMudnMuZW1wbG95ZXJEZXRhaWxzLm5leHQodGhpcy5lbXBEZXRhaWwubGVuZ3RoID4gMCA/IHRoaXMuZW1wRGV0YWlsIDogbnVsbCk7XHJcbiAgfVxyXG5cclxuICBnZXQgd2NFbXBQYXlOYW1lKCl7XHJcbiAgICByZXR1cm4gdGhpcy5lbXBGb3JtLmNvbnRyb2xzWydlbXBsb3llck5hbWUnXTtcclxuICB9XHJcbiAgXHJcbiAgZ2V0IGVtcGxveWVySWQoKSB7XHJcbiAgICByZXR1cm4gdGhpcy5lbXBGb3JtLmNvbnRyb2xzWydlbXBsb3llcklkJ107XHJcbiAgfVxyXG4gIFxyXG4gIGdldCBhZGRyZXNzKCl7XHJcbiAgICByZXR1cm4gdGhpcy5lbXBGb3JtLmNvbnRyb2xzWydhZGRyZXNzJ107XHJcbiAgfVxyXG5cclxuICBnZXQgZnJvbURhdGUoKXtcclxuICAgIHJldHVybiB0aGlzLmVtcEZvcm0uY29udHJvbHNbJ2Zyb21EYXRlJ107XHJcbiAgfVxyXG5cclxuICBnZXQgdG9EYXRlKCl7XHJcbiAgICByZXR1cm4gdGhpcy5lbXBGb3JtLmNvbnRyb2xzWyd0b0RhdGUnXTtcclxuICB9XHJcblxyXG59XHJcblxyXG5cclxuIiwiPGRpdiBzdHlsZT1cIm1hcmdpbi1sZWZ0OiAtNXB4O1wiPlxyXG4gICAgPGRpdiBzdHlsZT1cIm1hcmdpbi1sZWZ0OiA4cHg7XCI+RW1wbG95bWVudCBEZXRhaWxzPC9kaXY+XHJcbiAgICA8cC10YWJsZSAjZHQgW3Jvd0hvdmVyXT1cInRydWVcIiBzdHlsZUNsYXNzPVwicC1kYXRhdGFibGUtc3RyaXBlZCBhcHAtZGF0YXRhYmxlIGlvbi1wYWRkaW5nLXRvcFwiIFt2YWx1ZV09XCJlbXBEZXRhaWxcIj5cclxuICAgICAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiaGVhZGVyXCIgbGV0LWNvbHVtbnM+XHJcbiAgICAgICAgICAgIDx0ciBjbGFzcz1cImlvbi1wYWRkaW5nLXRvcCBpb24tcGFkZGluZy1ib3R0b21cIj5cclxuICAgICAgICAgICAgICAgIDx0aCBzdHlsZT1cInBhZGRpbmctbGVmdDogMTVweDtcIj5cclxuICAgICAgICAgICAgICAgICAgICB7e1wiYWRkLmVtcGxveWVyLmluZm8uaGVhZGVyLmVtcGxveWVyXCJ8dHJhbnNsYXRlfX1cclxuICAgICAgICAgICAgICAgIDwvdGg+PHRoPjwvdGg+XHJcbiAgICAgICAgICAgICAgICA8dGg+XHJcbiAgICAgICAgICAgICAgICAgICAge3tcImFkZC5lbXBsb3llci5pbmZvLmhlYWRlci5mcm9tXCJ8dHJhbnNsYXRlfX1cclxuICAgICAgICAgICAgICAgIDwvdGg+XHJcbiAgICAgICAgICAgICAgICA8dGg+XHJcbiAgICAgICAgICAgICAgICAgICAge3tcImFkZC5lbXBsb3llci5pbmZvLmhlYWRlci50b1wifHRyYW5zbGF0ZX19XHJcbiAgICAgICAgICAgICAgICA8L3RoPlxyXG4gICAgICAgICAgICA8L3RyPlxyXG4gICAgICAgIDwvbmctdGVtcGxhdGU+ICBcclxuICAgICAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiYm9keVwiIGxldC1lbXAgbGV0LXJvd0luZGV4PlxyXG4gICAgICAgICAgICA8dHIgY2xhc3M9XCJpb24tcGFkZGluZy10b3AgaW9uLXBhZGRpbmctYm90dG9tXCI+XHJcbiAgICAgICAgICAgICAgICA8dGQgc3R5bGU9XCJwYWRkaW5nLWxlZnQ6IDE1cHg7XCI+e3tlbXAuZW1wbG95ZXJOYW1lfX08L3RkPlxyXG4gICAgICAgICAgICAgICAgPHRkPlxyXG4gICAgICAgICAgICAgICAgICAgIDxpb24tYnV0dG9uIFtpZF09XCInYnRuRWRpdEVtcGxveWVyUGF5bWVudC0nICsgcm93SW5kZXhcIiBzaXplPVwic21hbGxcIiBjb2xvcj1cInN1Y2Nlc3NcIiBmaWxsPVwib3V0bGluZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJlZGl0RW1wbG95ZXJQYXltZW50KGVtcCk7XCIgY2xhc3M9XCJhY3Rpb24tYnV0dG9uXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgYXJpYS1sYWJlbD1cIkVkaXQgZW1wbG95ZXIgcGF5bWVudFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZmEtaWNvbiBbaWNvbl09XCJbJ2ZhbCcsICdlZGl0J11cIiBjbGFzcz1cImFjdGlvbi1pY29uXCI+PC9mYS1pY29uPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuXHJcbiAgICAgICAgICAgICAgICAgICAgPGlvbi1idXR0b24gW2lkXT1cIididG5EZWxldGVFbXBsb3llclBheW1lbnQtJyArIHJvd0luZGV4XCIgc2l6ZT1cInNtYWxsXCIgY29sb3I9XCJzdWNjZXNzXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgZmlsbD1cIm91dGxpbmVcIiAoY2xpY2spPVwiZGVsZXRlRW1wbG95ZXJQYXltZW50KHJvd0luZGV4KTtcIiBjbGFzcz1cImFjdGlvbi1idXR0b25cIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBhcmlhLWxhYmVsPVwiUmVtb3ZlIGVtcGxveWVyIHBheW1lbnRcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGZhLWljb24gW2ljb25dPVwiWydmYWwnLCAndHJhc2gtYWx0J11cIiBjbGFzcz1cImFjdGlvbi1pY29uXCI+PC9mYS1pY29uPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgICAgICA8dGQ+e3tlbXAuZnJvbURhdGV9fTwvdGQ+XHJcbiAgICAgICAgICAgICAgICA8dGQ+e3tlbXAudG9EYXRlfX08L3RkPlxyXG4gICAgICAgICAgICA8L3RyPlxyXG4gICAgICAgIDwvbmctdGVtcGxhdGU+ICBcclxuICAgICAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwic3VtbWFyeVwiIGxldC1jb2x1bW5zPlxyXG4gICAgICAgICAgICA8dGFibGUgKm5nSWY9XCIhc2VsZWN0ZWRcIj5cclxuICAgICAgICAgICAgICAgIDx0cj5cclxuICAgICAgICAgICAgICAgICAgICA8dGQgW2F0dHIuY29sc3Bhbl09XCI0XCIgc3R5bGU9XCJ3aWR0aDogOTAlO1wiIGNsYXNzPVwiaW9uLXBhZGRpbmctdG9wXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXY+PGI+QWRkIGFuIGVtcGxveWVyPC9iPjwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgICAgICAgICAgPHRkIGNsYXNzPVwiaW9uLXBhZGRpbmctdG9wXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxpb24tYnV0dG9uIGlkPVwiYWRkRW1wbG95ZXJEZXRhaWxzXCIgYXJpYS1sYWJlbD1cIkFkZCBFbXBsb3llciBEZXRhaWxzXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cImFkZEVtcGxveWVyKClcIiBmaWxsPVwib3V0bGluZVwiIHNpemU9XCJzbWFsbFwiIGNsYXNzPVwiYWN0aW9uLWJ1dHRvblwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZmEtaWNvbiBbaWNvbl09XCJbJ2ZhbCcsJ3BsdXMnXVwiIGNsYXNzPVwiYWN0aW9uLWljb25cIj48L2ZhLWljb24+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgICAgICAgPC90cj5cclxuXHJcbiAgICAgICAgICAgIDwvdGFibGU+XHJcbiAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgIDwvcC10YWJsZT5cclxuPC9kaXY+XHJcbjxmb3JtICpuZ0lmPVwic2VsZWN0ZWRcIiBbZm9ybUdyb3VwXT1cImVtcEZvcm1cIiAgI2VtcFBheUZvcm1EaXJlY3RpdmU9XCJuZ0Zvcm1cIiAobmdTdWJtaXQpPVwic2F2ZSgpXCI+XHJcbiAgICA8aW9uLWdyaWQ+XHJcbiAgICAgICAgPGlvbi1yb3c+XHJcbiAgICAgICAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXBhZGRpbmdcIiBzaXplPVwiMTJcIiBzaXplU209XCIxMlwiIHNpemVNZD1cIjZcIiBzaXplTGc9XCI2XCIgc2l6ZVhsPVwiNlwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInAtZmx1aWQgZm9ybWdyaWRcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmllbGRcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGxhYmVsIGZvcj1cIndjRW1wTmFtZVwiPkVtcGxveWVyIE5hbWU8L2xhYmVsPjxicj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9XCJ0ZXh0XCIgcElucHV0VGV4dCBbZm9ybUNvbnRyb2xdPVwid2NFbXBQYXlOYW1lXCIvPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8YXBwLWVycm9yIGNsYXNzPVwiJ2FwcC1ncmlkJ1wiIFtlcnJEZWZdPVwie1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgcmVxdWlyZWQ6ICdSZXF1aXJlZC4nXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIH1cIj48L2FwcC1lcnJvcj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8aW9uLXJvdz5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1jb2wgc3R5bGU9XCJwYWRkaW5nLWxlZnQ6IDA7IHBhZGRpbmctcmlnaHQ6IDA7XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YXBwLWFkZHJlc3MgW2Zvcm1Db250cm9sXT1cImFkZHJlc3NcIiBbY291bnR5UmVxdWlyZWRdPVwiZmFsc2VcIiBbZnJvbVBvcHVwXT1cInRydWVcIj48L2FwcC1hZGRyZXNzPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8YXBwLWVycm9yIGNsYXNzPVwiJ2FwcC1ncmlkJ1wiIFtlcnJEZWZdPVwie1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgYWRkcmVzc1ZhbGlkYXRpb25GbGFnOiAnUGxlYXNlIHByb3ZpZGUgYSB2YWxpZCBhZGRyZXNzJyxcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJlcXVpcmVkOiAnUmVxdWlyZWQuJ1xyXG4gICAgICAgICAgICAgICAgICAgICAgICB9XCI+PC9hcHAtZXJyb3I+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvaW9uLWNvbD5cclxuICAgICAgICAgICAgICAgICAgICA8L2lvbi1yb3c+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgIDwvaW9uLXJvdz5cclxuICAgICAgICA8aW9uLXJvdz5cclxuICAgICAgICAgICAgPGlvbi1jb2wgY2xhc3M9XCJpb24tcGFkZGluZ1wiIHNpemU9XCI2XCIgc2l6ZVNtPVwiNlwiIHNpemVNZD1cIjNcIiBzaXplTGc9XCIzXCIgc2l6ZVhsPVwiM1wiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInAtZm9ybWdyaWRcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmllbGRcIj5cclxuICAgICAgICAgICAgICAgICAgICAgIDxsYWJlbCBmb3I9XCJmcm9tRGF0ZVwiPnt7XCJhZGQuZW1wbG95ZXIuaW5mby5oZWFkZXIuZnJvbVwifHRyYW5zbGF0ZX19PC9sYWJlbD48YnI+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8cC1jYWxlbmRhciBpY29uQXJpYUxhYmVsPVwiZnJvbURhdGVcIiBbc2hvd0ljb25dPVwidHJ1ZVwiIFttYXhEYXRlXT1cIm1heERhdGVcIiBbbWluRGF0ZV09XCJtaW5EYXRlXCIgZGF0ZUZvcm1hdD1cIm1tL2RkL3l5XCIgcGxhY2Vob2xkZXI9XCJtbS9kZC95eXl5XCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgYXBwZW5kVG89XCJib2R5XCIgW2Zvcm1Db250cm9sXT1cImZyb21EYXRlXCI+PC9wLWNhbGVuZGFyPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgICAgICA8aW9uLWNvbCBjbGFzcz1cImlvbi1wYWRkaW5nXCIgc2l6ZT1cIjZcIiBzaXplU209XCI2XCIgc2l6ZU1kPVwiM1wiIHNpemVMZz1cIjNcIiBzaXplWGw9XCIzXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicC1mb3JtZ3JpZFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmaWVsZFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgPGxhYmVsIGZvcj1cInRvRGF0ZVwiPnt7XCJhZGQuZW1wbG95ZXIuaW5mby5oZWFkZXIudG9cInx0cmFuc2xhdGV9fTwvbGFiZWw+PGJyPlxyXG4gICAgICAgICAgICAgICAgICAgICAgPHAtY2FsZW5kYXIgaWNvbkFyaWFMYWJlbD1cInRvRGF0ZVwiIFtzaG93SWNvbl09XCJ0cnVlXCIgIFttYXhEYXRlXT1cIm1heERhdGVcIiBbbWluRGF0ZV09XCJtaW5EYXRlXCIgZGF0ZUZvcm1hdD1cIm1tL2RkL3l5XCIgcGxhY2Vob2xkZXI9XCJtbS9kZC95eXl5XCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgYXBwZW5kVG89XCJib2R5XCIgW2Zvcm1Db250cm9sXT1cInRvRGF0ZVwiPjwvcC1jYWxlbmRhcj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvaW9uLWNvbD5cclxuICAgICAgICA8L2lvbi1yb3c+XHJcbiAgICAgICAgPGlvbi1yb3c+XHJcbiAgICAgICAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtY2VudGVyXCI+XHJcbiAgICAgICAgICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgc3R5bGU9XCJ3aWR0aDogODBweDsgbWFyZ2luLXJpZ2h0OiAzMHB4O1wiIGZpbGw9XCJvdXRsaW5lXCJcclxuICAgICAgICAgICAgICAgICAgICB0eXBlPVwicmVzZXRcIiAoY2xpY2spPVwiY2FuY2VsKClcIj5DbGVhcjwvaW9uLWJ1dHRvbj5cclxuICAgICAgICAgICAgICAgIDxpb24tYnV0dG9uIHNoYXBlPVwicm91bmRcIiBzdHlsZT1cIndpZHRoOiA4MHB4OyBtYXJnaW4tbGVmdDogMzBweDtcIiB0eXBlPVwic3VibWl0XCIgW2Rpc2FibGVkXT1cImVtcEZvcm0uaW52YWxpZFwiPlNhdmU8L2lvbi1idXR0b24+XHJcbiAgICAgICAgICAgIDwvaW9uLWNvbD5cclxuICAgICAgICA8L2lvbi1yb3c+XHJcbiAgICA8L2lvbi1ncmlkPlxyXG48L2Zvcm0+XHJcbiJdfQ==