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

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 +2392 -1322
  2. package/esm2022/lib/components/add-participant/add-participant.component.mjs +159 -105
  3. package/esm2022/lib/components/add-payment/add-payment.component.mjs +59 -53
  4. package/esm2022/lib/components/add-wage/add-wage.component.mjs +161 -0
  5. package/esm2022/lib/components/address/address.component.mjs +287 -152
  6. package/esm2022/lib/components/address-popup/address-popup.component.mjs +97 -0
  7. package/esm2022/lib/components/address-suggestion/address-suggestion.component.mjs +289 -0
  8. package/esm2022/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.mjs +245 -0
  9. package/esm2022/lib/components/associate-ssn/associate-ssn.component.mjs +203 -0
  10. package/esm2022/lib/components/bank-details/bank-details.component.mjs +79 -219
  11. package/esm2022/lib/components/claim-info/claim-info.component.mjs +408 -0
  12. package/esm2022/lib/components/contact-us/contact-us.component.mjs +17 -43
  13. package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +3 -9
  14. package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +32 -4
  15. package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +30 -15
  16. package/esm2022/lib/components/disclosure/disclosure.component.mjs +1 -1
  17. package/esm2022/lib/components/dropdown/dropdown.component.mjs +4 -4
  18. package/esm2022/lib/components/dropdown/dropdown.interface.mjs +1 -1
  19. package/esm2022/lib/components/dua-request-page/dua-request-page.component.mjs +596 -0
  20. package/esm2022/lib/components/dua-request-popup/dua-request-popup.component.mjs +356 -0
  21. package/esm2022/lib/components/email-update/email-update.component.mjs +63 -140
  22. package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +422 -574
  23. package/esm2022/lib/components/employer-info/employer-info.component.mjs +319 -0
  24. package/esm2022/lib/components/employer-pay/employer-pay.component.mjs +238 -0
  25. package/esm2022/lib/components/employer-pay-grid/employer-pay-grid.component.mjs +302 -0
  26. package/esm2022/lib/components/error/error.component.mjs +22 -5
  27. package/esm2022/lib/components/farm-usage/farm-usage.component.mjs +172 -0
  28. package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +1 -1
  29. package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +178 -49
  30. package/esm2022/lib/components/footer/footer.component.mjs +112 -101
  31. package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +201 -0
  32. package/esm2022/lib/components/header/header.component.mjs +440 -174
  33. package/esm2022/lib/components/history-page/history-page.component.mjs +571 -0
  34. package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +25 -36
  35. package/esm2022/lib/components/idme/idme.component.mjs +84 -0
  36. package/esm2022/lib/components/info/info.component.mjs +4 -12
  37. package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +16 -22
  38. package/esm2022/lib/components/job-title/job-title.component.mjs +92 -97
  39. package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +143 -513
  40. package/esm2022/lib/components/link/link.component.mjs +1 -1
  41. package/esm2022/lib/components/menu/menu.component.mjs +68 -100
  42. package/esm2022/lib/components/mfa/mfa.component.mjs +158 -288
  43. package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +11 -18
  44. package/esm2022/lib/components/money-expect/money-expect.component.mjs +158 -54
  45. package/esm2022/lib/components/offline-add-employer/offline-add-employer.component.mjs +3661 -0
  46. package/esm2022/lib/components/offline-bank-details/offline-bank-details.component.mjs +258 -0
  47. package/esm2022/lib/components/offline-employer-grid/offline-employer-grid.component.mjs +853 -0
  48. package/esm2022/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.mjs +251 -0
  49. package/esm2022/lib/components/profile/profile.component.mjs +749 -353
  50. package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +108 -38
  51. package/esm2022/lib/components/proof-of-anything/proof-of-anything.component.mjs +261 -0
  52. package/esm2022/lib/components/proof-of-document-upload/proof-of-document-upload.component.mjs +560 -0
  53. package/esm2022/lib/components/questionnaire/AppValidators.mjs +296 -47
  54. package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +110 -65
  55. package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +377 -173
  56. package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +76 -95
  57. package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +877 -1153
  58. package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +208 -699
  59. package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +28 -22
  60. package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +128 -41
  61. package/esm2022/lib/components/questionnaire/question-control.service.mjs +2 -1
  62. package/esm2022/lib/components/questionnaire/question.service.mjs +5 -7
  63. package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +15 -29
  64. package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +497 -237
  65. package/esm2022/lib/components/scrollable-text/scrollable-text.component.mjs +25 -0
  66. package/esm2022/lib/components/search-employer/search-employer.component.mjs +155 -30
  67. package/esm2022/lib/components/select/select.component.mjs +5 -10
  68. package/esm2022/lib/components/sign-ssn/sign-ssn.component.mjs +3 -3
  69. package/esm2022/lib/components/sms/sms.component.mjs +336 -0
  70. package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +52 -72
  71. package/esm2022/lib/components/user-login/user-login.component.mjs +139 -360
  72. package/esm2022/lib/components/wage-calculator/wage-calculator.component.mjs +527 -0
  73. package/esm2022/lib/components/wage-grid/wage-grid.component.mjs +274 -0
  74. package/esm2022/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.mjs +147 -0
  75. package/esm2022/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.mjs +167 -0
  76. package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +655 -387
  77. package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +125 -61
  78. package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +828 -0
  79. package/esm2022/lib/components/weekly-confirmation/confirmation.component.mjs +129 -0
  80. package/esm2022/lib/components/weekly-interim-confirmation/interim-confirmation.component.mjs +136 -0
  81. package/esm2022/lib/components/weekly-summary-v2/summary.component-v2.mjs +72 -0
  82. package/esm2022/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.mjs +50 -0
  83. package/esm2022/lib/components/weekly-work-search-counter/work-search-counter.component.mjs +92 -0
  84. package/esm2022/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.mjs +1190 -0
  85. package/esm2022/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.mjs +690 -0
  86. package/esm2022/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.mjs +524 -0
  87. package/esm2022/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.mjs +394 -0
  88. package/esm2022/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.mjs +640 -0
  89. package/esm2022/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.mjs +33 -0
  90. package/esm2022/lib/enums/AddressValidationResponseEnum.mjs +9 -0
  91. package/esm2022/lib/enums/AddressValidationSourceFunctionEnum.mjs +5 -0
  92. package/esm2022/lib/guards/auth.guard.mjs +50 -2
  93. package/esm2022/lib/guards/no-login/no-login.guard.mjs +1 -1
  94. package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +51 -3
  95. package/esm2022/lib/interceptors/header-interceptor/http-header.interceptor.mjs +1 -1
  96. package/esm2022/lib/models/ActiveClaimModel.mjs +3 -0
  97. package/esm2022/lib/models/CountyModel.mjs +3 -0
  98. package/esm2022/lib/models/DuaAppDataModel.mjs +3 -0
  99. package/esm2022/lib/models/DuaRequestModel.mjs +3 -0
  100. package/esm2022/lib/models/DuaRetroWeeksComponentModel.mjs +6 -0
  101. package/esm2022/lib/models/EmployerDetailSearchResult.mjs +1 -1
  102. package/esm2022/lib/models/EmployerInfoComponentModel.mjs +4 -0
  103. package/esm2022/lib/models/EmployerPayInfoModel.mjs +6 -0
  104. package/esm2022/lib/models/FarmUsageComponentModel.mjs +2 -0
  105. package/esm2022/lib/models/GrossEarningsModel.mjs +3 -0
  106. package/esm2022/lib/models/HelpConstants.mjs +5 -0
  107. package/esm2022/lib/models/LexisNexisOtpDetailsResponseModel.mjs +3 -0
  108. package/esm2022/lib/models/LibConstants.mjs +45 -6
  109. package/esm2022/lib/models/OtpAuthModel.mjs +1 -1
  110. package/esm2022/lib/models/PaymentComponentModel.mjs +1 -1
  111. package/esm2022/lib/models/ReasonSeparationRequestModel.mjs +3 -0
  112. package/esm2022/lib/models/RetroWeeksModel.mjs +3 -0
  113. package/esm2022/lib/models/SecurityQuestionAnswerModel.mjs +3 -0
  114. package/esm2022/lib/models/SendOtpRequestModel.mjs +3 -0
  115. package/esm2022/lib/models/UserModel.mjs +1 -1
  116. package/esm2022/lib/models/VerifyOtpRequestModel.mjs +3 -0
  117. package/esm2022/lib/models/WageCalculatorModel.mjs +3 -0
  118. package/esm2022/lib/models/WageInfoModel.mjs +4 -0
  119. package/esm2022/lib/models/addressValidation/AddressRecommendationModel.mjs +3 -0
  120. package/esm2022/lib/models/addressValidation/AddressValidationRequestComponentModel.mjs +3 -0
  121. package/esm2022/lib/models/addressValidation/AddressValidationResponseComponentModel.mjs +3 -0
  122. package/esm2022/lib/models/addressValidation/AddressValidationReturnComponentModel.mjs +3 -0
  123. package/esm2022/lib/models/combo-model.mjs +343 -0
  124. package/esm2022/lib/models/dashboard-model.mjs +1 -1
  125. package/esm2022/lib/models/dependent.model.mjs +1 -1
  126. package/esm2022/lib/models/fileupload/DocUploadModel.mjs +7 -0
  127. package/esm2022/lib/models/fileupload/EmployerDataModel.mjs +3 -0
  128. package/esm2022/lib/models/fileupload/FileObject.mjs +3 -0
  129. package/esm2022/lib/models/fileupload/FileObjectArray.mjs +7 -0
  130. package/esm2022/lib/models/questionnaire/AppealParticipantModel.mjs +8 -0
  131. package/esm2022/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +1 -1
  132. package/esm2022/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +2 -1
  133. package/esm2022/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +1 -1
  134. package/esm2022/lib/models/questionnaire/ComboModel.mjs +96 -653
  135. package/esm2022/lib/models/questionnaire/ElementsModel.mjs +1 -1
  136. package/esm2022/lib/models/questionnaire/LegalDiscaimarModel.mjs +1 -1
  137. package/esm2022/lib/models/questionnaire/QuestionnaireSaveModel.mjs +1 -1
  138. package/esm2022/lib/models/questionnaire/ScrollableTextModel.mjs +3 -0
  139. package/esm2022/lib/models/questionnaire/StatusModel.mjs +1 -1
  140. package/esm2022/lib/models/questionnaire/WbaHelperTextModel.mjs +3 -0
  141. package/esm2022/lib/models/weekly-cert/WorkSearchWaiverModel.mjs +3 -0
  142. package/esm2022/lib/models/weekly-cert/address-detail-model.mjs +2 -0
  143. package/esm2022/lib/models/weekly-cert/admin-leave-details-model.mjs +7 -0
  144. package/esm2022/lib/models/weekly-cert/employer-info-v2-model.mjs +7 -0
  145. package/esm2022/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.mjs +6 -0
  146. package/esm2022/lib/models/weekly-cert/weekly-certification-v2-model.mjs +34 -0
  147. package/esm2022/lib/models/weekly-cert/work-search-record-v2-model.mjs +15 -0
  148. package/esm2022/lib/models/weekly-cert/work-search-v2-model.mjs +11 -0
  149. package/esm2022/lib/ngx-reusa-app-lib.module.mjs +135 -23
  150. package/esm2022/lib/pages/BasePage.mjs +4 -23
  151. package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +22 -18
  152. package/esm2022/lib/pages/common/change-password/change-password.page.mjs +142 -124
  153. package/esm2022/lib/pages/common/landing/landing.component.mjs +7 -8
  154. package/esm2022/lib/pages/common/landing2/landing2.component.mjs +4 -4
  155. package/esm2022/lib/pages/common/login/login.component.mjs +7 -13
  156. package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +14 -14
  157. package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +5 -5
  158. package/esm2022/lib/pages/popovers/language/language.page.mjs +1 -2
  159. package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +4 -4
  160. package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +7 -2
  161. package/esm2022/lib/pipes/format-worksearch/format-worksearch.pipe.mjs +101 -0
  162. package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +2 -2
  163. package/esm2022/lib/services/address-validation-service/address-validation.service.mjs +151 -0
  164. package/esm2022/lib/services/appeal/appeal.service.mjs +37 -0
  165. package/esm2022/lib/services/base-service.mjs +4 -1
  166. package/esm2022/lib/services/birt-service/birt.service.mjs +57 -0
  167. package/esm2022/lib/services/chatbot/chatbot.service.mjs +1 -2
  168. package/esm2022/lib/services/claimant-service/claimant.service.mjs +7 -13
  169. package/esm2022/lib/services/claims/claims.service.mjs +105 -14
  170. package/esm2022/lib/services/employer/employer-service.mjs +35 -0
  171. package/esm2022/lib/services/event-service/event-service.mjs +44 -0
  172. package/esm2022/lib/services/help/help.service.mjs +1 -1
  173. package/esm2022/lib/services/logger/logger.service.mjs +1 -1
  174. package/esm2022/lib/services/login/login.service.mjs +29 -14
  175. package/esm2022/lib/services/offline-claims/offline-claims.service.mjs +327 -0
  176. package/esm2022/lib/services/questionnaire/questionnaire.service.mjs +4 -1
  177. package/esm2022/lib/services/questionnaire/validation.service.mjs +4 -1
  178. package/esm2022/lib/services/security-service/security.service.mjs +23 -6
  179. package/esm2022/lib/services/util/util.service.mjs +61 -5
  180. package/esm2022/lib/services/weekly-cert/review.service.mjs +101 -0
  181. package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +186 -14
  182. package/esm2022/lib/services/weekly-cert/weekly-cert.service.mjs +37 -0
  183. package/esm2022/lib/services/weekly-cert/work-search.service.mjs +58 -0
  184. package/esm2022/lib/validations/AppRegex.mjs +1 -3
  185. package/esm2022/lib/validations/AppValidators.mjs +78 -62
  186. package/esm2022/public-api.mjs +47 -5
  187. package/fesm2022/reusa-ngx-reusa-app-lib.mjs +41277 -23401
  188. package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
  189. package/lib/components/add-employer/add-employer.component.d.ts +137 -53
  190. package/lib/components/add-employer/add-employer.component.d.ts.map +1 -1
  191. package/lib/components/add-participant/add-participant.component.d.ts +11 -5
  192. package/lib/components/add-participant/add-participant.component.d.ts.map +1 -1
  193. package/lib/components/add-payment/add-payment.component.d.ts +9 -3
  194. package/lib/components/add-payment/add-payment.component.d.ts.map +1 -1
  195. package/lib/components/add-wage/add-wage.component.d.ts +30 -0
  196. package/lib/components/add-wage/add-wage.component.d.ts.map +1 -0
  197. package/lib/components/address/address.component.d.ts +42 -15
  198. package/lib/components/address/address.component.d.ts.map +1 -1
  199. package/lib/components/address-popup/address-popup.component.d.ts +16 -0
  200. package/lib/components/address-popup/address-popup.component.d.ts.map +1 -0
  201. package/lib/components/address-suggestion/address-suggestion.component.d.ts +43 -0
  202. package/lib/components/address-suggestion/address-suggestion.component.d.ts.map +1 -0
  203. package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts +37 -0
  204. package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts.map +1 -0
  205. package/lib/components/associate-ssn/associate-ssn.component.d.ts +33 -0
  206. package/lib/components/associate-ssn/associate-ssn.component.d.ts.map +1 -0
  207. package/lib/components/bank-details/bank-details.component.d.ts +1 -23
  208. package/lib/components/bank-details/bank-details.component.d.ts.map +1 -1
  209. package/lib/components/claim-info/claim-info.component.d.ts +49 -0
  210. package/lib/components/claim-info/claim-info.component.d.ts.map +1 -0
  211. package/lib/components/contact-us/contact-us.component.d.ts +1 -4
  212. package/lib/components/contact-us/contact-us.component.d.ts.map +1 -1
  213. package/lib/components/correspondence-download/correspondence-download.component.d.ts.map +1 -1
  214. package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -1
  215. package/lib/components/dua-request-page/dua-request-page.component.d.ts +74 -0
  216. package/lib/components/dua-request-page/dua-request-page.component.d.ts.map +1 -0
  217. package/lib/components/dua-request-popup/dua-request-popup.component.d.ts +61 -0
  218. package/lib/components/dua-request-popup/dua-request-popup.component.d.ts.map +1 -0
  219. package/lib/components/email-update/email-update.component.d.ts +1 -12
  220. package/lib/components/email-update/email-update.component.d.ts.map +1 -1
  221. package/lib/components/employer-grid/employer-grid.component.d.ts +25 -15
  222. package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -1
  223. package/lib/components/employer-info/employer-info.component.d.ts +50 -0
  224. package/lib/components/employer-info/employer-info.component.d.ts.map +1 -0
  225. package/lib/components/employer-pay/employer-pay.component.d.ts +51 -0
  226. package/lib/components/employer-pay/employer-pay.component.d.ts.map +1 -0
  227. package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts +43 -0
  228. package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts.map +1 -0
  229. package/lib/components/error/error.component.d.ts +3 -2
  230. package/lib/components/error/error.component.d.ts.map +1 -1
  231. package/lib/components/farm-usage/farm-usage.component.d.ts +33 -0
  232. package/lib/components/farm-usage/farm-usage.component.d.ts.map +1 -0
  233. package/lib/components/file-uploader/file-uploader.component.d.ts +5 -1
  234. package/lib/components/file-uploader/file-uploader.component.d.ts.map +1 -1
  235. package/lib/components/footer/footer.component.d.ts.map +1 -1
  236. package/lib/components/gross-earnings/gross-earnings.component.d.ts +42 -0
  237. package/lib/components/gross-earnings/gross-earnings.component.d.ts.map +1 -0
  238. package/lib/components/header/header.component.d.ts +17 -5
  239. package/lib/components/header/header.component.d.ts.map +1 -1
  240. package/lib/components/history-page/history-page.component.d.ts +80 -0
  241. package/lib/components/history-page/history-page.component.d.ts.map +1 -0
  242. package/lib/components/idme/idme.component.d.ts +19 -0
  243. package/lib/components/idme/idme.component.d.ts.map +1 -0
  244. package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +1 -3
  245. package/lib/components/job-search-result-page/job-search-result-page.component.d.ts.map +1 -1
  246. package/lib/components/job-title/job-title.component.d.ts +22 -23
  247. package/lib/components/job-title/job-title.component.d.ts.map +1 -1
  248. package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +5 -6
  249. package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -1
  250. package/lib/components/menu/menu.component.d.ts +3 -12
  251. package/lib/components/menu/menu.component.d.ts.map +1 -1
  252. package/lib/components/mfa/mfa.component.d.ts +7 -19
  253. package/lib/components/mfa/mfa.component.d.ts.map +1 -1
  254. package/lib/components/mfa-popup/mfa-popup.component.d.ts +6 -8
  255. package/lib/components/mfa-popup/mfa-popup.component.d.ts.map +1 -1
  256. package/lib/components/money-expect/money-expect.component.d.ts +15 -4
  257. package/lib/components/money-expect/money-expect.component.d.ts.map +1 -1
  258. package/lib/components/offline-add-employer/offline-add-employer.component.d.ts +311 -0
  259. package/lib/components/offline-add-employer/offline-add-employer.component.d.ts.map +1 -0
  260. package/lib/components/offline-bank-details/offline-bank-details.component.d.ts +33 -0
  261. package/lib/components/offline-bank-details/offline-bank-details.component.d.ts.map +1 -0
  262. package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts +97 -0
  263. package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts.map +1 -0
  264. package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts +33 -0
  265. package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts.map +1 -0
  266. package/lib/components/profile/profile.component.d.ts +82 -49
  267. package/lib/components/profile/profile.component.d.ts.map +1 -1
  268. package/lib/components/profile-redirect/profile-redirect.component.d.ts +9 -2
  269. package/lib/components/profile-redirect/profile-redirect.component.d.ts.map +1 -1
  270. package/lib/components/proof-of-anything/proof-of-anything.component.d.ts +54 -0
  271. package/lib/components/proof-of-anything/proof-of-anything.component.d.ts.map +1 -0
  272. package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts +74 -0
  273. package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts.map +1 -0
  274. package/lib/components/questionnaire/AppValidators.d.ts +1 -0
  275. package/lib/components/questionnaire/AppValidators.d.ts.map +1 -1
  276. package/lib/components/questionnaire/account-success/account-success.page.d.ts +13 -10
  277. package/lib/components/questionnaire/account-success/account-success.page.d.ts.map +1 -1
  278. package/lib/components/questionnaire/common-success/common-success.page.d.ts +7 -1
  279. package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -1
  280. package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +3 -1
  281. package/lib/components/questionnaire/dynamic-form-panel.component.d.ts.map +1 -1
  282. package/lib/components/questionnaire/dynamic-form-question.component.d.ts +33 -35
  283. package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
  284. package/lib/components/questionnaire/dynamic-form.component.d.ts +10 -34
  285. package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
  286. package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +0 -7
  287. package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -1
  288. package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +7 -1
  289. package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -1
  290. package/lib/components/questionnaire/question-control.service.d.ts.map +1 -1
  291. package/lib/components/questionnaire/question.service.d.ts +0 -1
  292. package/lib/components/questionnaire/question.service.d.ts.map +1 -1
  293. package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +1 -7
  294. package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -1
  295. package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +11 -3
  296. package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts.map +1 -1
  297. package/lib/components/scrollable-text/scrollable-text.component.d.ts +11 -0
  298. package/lib/components/scrollable-text/scrollable-text.component.d.ts.map +1 -0
  299. package/lib/components/search-employer/search-employer.component.d.ts +5 -4
  300. package/lib/components/search-employer/search-employer.component.d.ts.map +1 -1
  301. package/lib/components/sms/sms.component.d.ts +63 -0
  302. package/lib/components/sms/sms.component.d.ts.map +1 -0
  303. package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +1 -5
  304. package/lib/components/ssn-reverify/ssn-reverify.component.d.ts.map +1 -1
  305. package/lib/components/user-login/user-login.component.d.ts +5 -38
  306. package/lib/components/user-login/user-login.component.d.ts.map +1 -1
  307. package/lib/components/wage-calculator/wage-calculator.component.d.ts +44 -0
  308. package/lib/components/wage-calculator/wage-calculator.component.d.ts.map +1 -0
  309. package/lib/components/wage-grid/wage-grid.component.d.ts +43 -0
  310. package/lib/components/wage-grid/wage-grid.component.d.ts.map +1 -0
  311. package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts +28 -0
  312. package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts.map +1 -0
  313. package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts +28 -0
  314. package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts.map +1 -0
  315. package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +27 -10
  316. package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts.map +1 -1
  317. package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +9 -3
  318. package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map +1 -1
  319. package/lib/components/weekly-certification/weekly-certification.component.d.ts +101 -0
  320. package/lib/components/weekly-certification/weekly-certification.component.d.ts.map +1 -0
  321. package/lib/components/weekly-confirmation/confirmation.component.d.ts +21 -0
  322. package/lib/components/weekly-confirmation/confirmation.component.d.ts.map +1 -0
  323. package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts +34 -0
  324. package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts.map +1 -0
  325. package/lib/components/weekly-summary-v2/summary.component-v2.d.ts +17 -0
  326. package/lib/components/weekly-summary-v2/summary.component-v2.d.ts.map +1 -0
  327. package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts +10 -0
  328. package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts.map +1 -0
  329. package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts +17 -0
  330. package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts.map +1 -0
  331. package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts +105 -0
  332. package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts.map +1 -0
  333. package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts +71 -0
  334. package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts.map +1 -0
  335. package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts +59 -0
  336. package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts.map +1 -0
  337. package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts +47 -0
  338. package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts.map +1 -0
  339. package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts +78 -0
  340. package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts.map +1 -0
  341. package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts +8 -0
  342. package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts.map +1 -0
  343. package/lib/enums/AddressValidationResponseEnum.d.ts +8 -0
  344. package/lib/enums/AddressValidationResponseEnum.d.ts.map +1 -0
  345. package/lib/enums/AddressValidationSourceFunctionEnum.d.ts +4 -0
  346. package/lib/enums/AddressValidationSourceFunctionEnum.d.ts.map +1 -0
  347. package/lib/guards/auth.guard.d.ts.map +1 -1
  348. package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts.map +1 -1
  349. package/lib/models/ActiveClaimModel.d.ts +8 -0
  350. package/lib/models/ActiveClaimModel.d.ts.map +1 -0
  351. package/lib/models/CountyModel.d.ts +8 -0
  352. package/lib/models/CountyModel.d.ts.map +1 -0
  353. package/lib/models/DuaAppDataModel.d.ts +5 -0
  354. package/lib/models/DuaAppDataModel.d.ts.map +1 -0
  355. package/lib/models/DuaRequestModel.d.ts +10 -0
  356. package/lib/models/DuaRequestModel.d.ts.map +1 -0
  357. package/lib/models/DuaRetroWeeksComponentModel.d.ts +5 -0
  358. package/lib/models/DuaRetroWeeksComponentModel.d.ts.map +1 -0
  359. package/lib/models/EmployerDetailSearchResult.d.ts +4 -1
  360. package/lib/models/EmployerDetailSearchResult.d.ts.map +1 -1
  361. package/lib/models/EmployerInfoComponentModel.d.ts +9 -0
  362. package/lib/models/EmployerInfoComponentModel.d.ts.map +1 -0
  363. package/lib/models/EmployerPayInfoModel.d.ts +20 -0
  364. package/lib/models/EmployerPayInfoModel.d.ts.map +1 -0
  365. package/lib/models/FarmUsageComponentModel.d.ts +10 -0
  366. package/lib/models/FarmUsageComponentModel.d.ts.map +1 -0
  367. package/lib/models/GrossEarningsModel.d.ts +6 -0
  368. package/lib/models/GrossEarningsModel.d.ts.map +1 -0
  369. package/lib/models/HelpConstants.d.ts +5 -0
  370. package/lib/models/HelpConstants.d.ts.map +1 -0
  371. package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts +7 -0
  372. package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts.map +1 -0
  373. package/lib/models/LibConstants.d.ts +40 -1
  374. package/lib/models/LibConstants.d.ts.map +1 -1
  375. package/lib/models/OtpAuthModel.d.ts +0 -1
  376. package/lib/models/OtpAuthModel.d.ts.map +1 -1
  377. package/lib/models/PaymentComponentModel.d.ts +1 -1
  378. package/lib/models/PaymentComponentModel.d.ts.map +1 -1
  379. package/lib/models/ReasonSeparationRequestModel.d.ts +7 -0
  380. package/lib/models/ReasonSeparationRequestModel.d.ts.map +1 -0
  381. package/lib/models/RetroWeeksModel.d.ts +11 -0
  382. package/lib/models/RetroWeeksModel.d.ts.map +1 -0
  383. package/lib/models/SecurityQuestionAnswerModel.d.ts +7 -0
  384. package/lib/models/SecurityQuestionAnswerModel.d.ts.map +1 -0
  385. package/lib/models/SendOtpRequestModel.d.ts +12 -0
  386. package/lib/models/SendOtpRequestModel.d.ts.map +1 -0
  387. package/lib/models/UserModel.d.ts +0 -1
  388. package/lib/models/UserModel.d.ts.map +1 -1
  389. package/lib/models/VerifyOtpRequestModel.d.ts +8 -0
  390. package/lib/models/VerifyOtpRequestModel.d.ts.map +1 -0
  391. package/lib/models/WageCalculatorModel.d.ts +15 -0
  392. package/lib/models/WageCalculatorModel.d.ts.map +1 -0
  393. package/lib/models/WageInfoModel.d.ts +9 -0
  394. package/lib/models/WageInfoModel.d.ts.map +1 -0
  395. package/lib/models/addressValidation/AddressRecommendationModel.d.ts +12 -0
  396. package/lib/models/addressValidation/AddressRecommendationModel.d.ts.map +1 -0
  397. package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts +11 -0
  398. package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts.map +1 -0
  399. package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts +6 -0
  400. package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts.map +1 -0
  401. package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts +16 -0
  402. package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts.map +1 -0
  403. package/lib/models/combo-model.d.ts +42 -0
  404. package/lib/models/combo-model.d.ts.map +1 -0
  405. package/lib/models/dashboard-model.d.ts +22 -0
  406. package/lib/models/dashboard-model.d.ts.map +1 -1
  407. package/lib/models/fileupload/DocUploadModel.d.ts +22 -0
  408. package/lib/models/fileupload/DocUploadModel.d.ts.map +1 -0
  409. package/lib/models/fileupload/EmployerDataModel.d.ts +6 -0
  410. package/lib/models/fileupload/EmployerDataModel.d.ts.map +1 -0
  411. package/lib/models/fileupload/FileObject.d.ts +8 -0
  412. package/lib/models/fileupload/FileObject.d.ts.map +1 -0
  413. package/lib/models/fileupload/FileObjectArray.d.ts +8 -0
  414. package/lib/models/fileupload/FileObjectArray.d.ts.map +1 -0
  415. package/lib/models/questionnaire/AppealParticipantModel.d.ts +17 -0
  416. package/lib/models/questionnaire/AppealParticipantModel.d.ts.map +1 -0
  417. package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +3 -0
  418. package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts.map +1 -1
  419. package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +15 -4
  420. package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -1
  421. package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +4 -1
  422. package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts.map +1 -1
  423. package/lib/models/questionnaire/ComboModel.d.ts +14 -82
  424. package/lib/models/questionnaire/ComboModel.d.ts.map +1 -1
  425. package/lib/models/questionnaire/ElementsModel.d.ts +0 -1
  426. package/lib/models/questionnaire/ElementsModel.d.ts.map +1 -1
  427. package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +2 -0
  428. package/lib/models/questionnaire/LegalDiscaimarModel.d.ts.map +1 -1
  429. package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +0 -1
  430. package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts.map +1 -1
  431. package/lib/models/questionnaire/ScrollableTextModel.d.ts +4 -0
  432. package/lib/models/questionnaire/ScrollableTextModel.d.ts.map +1 -0
  433. package/lib/models/questionnaire/StatusModel.d.ts +1 -0
  434. package/lib/models/questionnaire/StatusModel.d.ts.map +1 -1
  435. package/lib/models/questionnaire/WbaHelperTextModel.d.ts +4 -0
  436. package/lib/models/questionnaire/WbaHelperTextModel.d.ts.map +1 -0
  437. package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts +9 -0
  438. package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts.map +1 -0
  439. package/lib/models/weekly-cert/address-detail-model.d.ts +14 -0
  440. package/lib/models/weekly-cert/address-detail-model.d.ts.map +1 -0
  441. package/lib/models/weekly-cert/admin-leave-details-model.d.ts +15 -0
  442. package/lib/models/weekly-cert/admin-leave-details-model.d.ts.map +1 -0
  443. package/lib/models/weekly-cert/employer-info-v2-model.d.ts +27 -0
  444. package/lib/models/weekly-cert/employer-info-v2-model.d.ts.map +1 -0
  445. package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts +57 -0
  446. package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts.map +1 -0
  447. package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts +59 -0
  448. package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts.map +1 -0
  449. package/lib/models/weekly-cert/work-search-record-v2-model.d.ts +66 -0
  450. package/lib/models/weekly-cert/work-search-record-v2-model.d.ts.map +1 -0
  451. package/lib/models/weekly-cert/work-search-v2-model.d.ts +18 -0
  452. package/lib/models/weekly-cert/work-search-v2-model.d.ts.map +1 -0
  453. package/lib/ngx-reusa-app-lib.module.d.ts +124 -86
  454. package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -1
  455. package/lib/pages/BasePage.d.ts +3 -6
  456. package/lib/pages/BasePage.d.ts.map +1 -1
  457. package/lib/pages/common/change-password/change-password.page.d.ts +3 -0
  458. package/lib/pages/common/change-password/change-password.page.d.ts.map +1 -1
  459. package/lib/pages/common/login/login.component.d.ts.map +1 -1
  460. package/lib/pages/popovers/language/language.page.d.ts.map +1 -1
  461. package/lib/pages/popovers/my-profile/my-profile.page.d.ts.map +1 -1
  462. package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts +14 -0
  463. package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts.map +1 -0
  464. package/lib/services/address-validation-service/address-validation.service.d.ts +44 -0
  465. package/lib/services/address-validation-service/address-validation.service.d.ts.map +1 -0
  466. package/lib/services/appeal/appeal.service.d.ts +16 -0
  467. package/lib/services/appeal/appeal.service.d.ts.map +1 -0
  468. package/lib/services/base-service.d.ts +12 -0
  469. package/lib/services/base-service.d.ts.map +1 -1
  470. package/lib/services/birt-service/birt.service.d.ts +17 -0
  471. package/lib/services/birt-service/birt.service.d.ts.map +1 -0
  472. package/lib/services/claimant-service/claimant.service.d.ts +5 -6
  473. package/lib/services/claimant-service/claimant.service.d.ts.map +1 -1
  474. package/lib/services/claims/claims.service.d.ts +39 -5
  475. package/lib/services/claims/claims.service.d.ts.map +1 -1
  476. package/lib/services/employer/employer-service.d.ts +16 -0
  477. package/lib/services/employer/employer-service.d.ts.map +1 -0
  478. package/lib/services/event-service/event-service.d.ts +20 -0
  479. package/lib/services/event-service/event-service.d.ts.map +1 -0
  480. package/lib/services/login/login.service.d.ts +5 -3
  481. package/lib/services/login/login.service.d.ts.map +1 -1
  482. package/lib/services/offline-claims/offline-claims.service.d.ts +64 -0
  483. package/lib/services/offline-claims/offline-claims.service.d.ts.map +1 -0
  484. package/lib/services/questionnaire/questionnaire.service.d.ts +1 -0
  485. package/lib/services/questionnaire/questionnaire.service.d.ts.map +1 -1
  486. package/lib/services/questionnaire/validation.service.d.ts +3 -0
  487. package/lib/services/questionnaire/validation.service.d.ts.map +1 -1
  488. package/lib/services/security-service/security.service.d.ts +12 -4
  489. package/lib/services/security-service/security.service.d.ts.map +1 -1
  490. package/lib/services/util/util.service.d.ts +6 -0
  491. package/lib/services/util/util.service.d.ts.map +1 -1
  492. package/lib/services/weekly-cert/review.service.d.ts +23 -0
  493. package/lib/services/weekly-cert/review.service.d.ts.map +1 -0
  494. package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts +47 -5
  495. package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -1
  496. package/lib/services/weekly-cert/weekly-cert.service.d.ts +17 -0
  497. package/lib/services/weekly-cert/weekly-cert.service.d.ts.map +1 -0
  498. package/lib/services/weekly-cert/work-search.service.d.ts +26 -0
  499. package/lib/services/weekly-cert/work-search.service.d.ts.map +1 -0
  500. package/lib/validations/AppRegex.d.ts +0 -2
  501. package/lib/validations/AppRegex.d.ts.map +1 -1
  502. package/lib/validations/AppValidators.d.ts +20 -24
  503. package/lib/validations/AppValidators.d.ts.map +1 -1
  504. package/package.json +2 -2
  505. package/public-api.d.ts +46 -4
  506. package/public-api.d.ts.map +1 -1
  507. package/esm2022/lib/components/lexis-nexis/lexis-nexis.component.mjs +0 -402
  508. package/esm2022/lib/components/mfa2/mfa2.component.mjs +0 -285
  509. package/esm2022/lib/components/security-question/security-question.component.mjs +0 -199
  510. package/esm2022/lib/models/LexisNexisAccountCreationModel.mjs +0 -2
  511. package/esm2022/lib/models/LexisNexisAuthSelectionRequestModel.mjs +0 -2
  512. package/esm2022/lib/models/LexisNexisAuthSelectionResponseModel.mjs +0 -2
  513. package/esm2022/lib/models/LexisNexisEnabledResponseModel.mjs +0 -2
  514. package/esm2022/lib/models/LexisNexisResponseModel.mjs +0 -3
  515. package/esm2022/lib/models/PartialEmploymentModel.mjs +0 -3
  516. package/esm2022/lib/models/SecurityQuestionModel.mjs +0 -3
  517. package/esm2022/lib/services/claimant-service/claimant-usps-redirect.service.mjs +0 -36
  518. package/esm2022/lib/services/lexis-nexis/lexis.nexis.service.mjs +0 -60
  519. package/esm2022/lib/services/ovp/ovp.service.mjs +0 -43
  520. package/lib/components/lexis-nexis/lexis-nexis.component.d.ts +0 -59
  521. package/lib/components/lexis-nexis/lexis-nexis.component.d.ts.map +0 -1
  522. package/lib/components/mfa2/mfa2.component.d.ts +0 -48
  523. package/lib/components/mfa2/mfa2.component.d.ts.map +0 -1
  524. package/lib/components/security-question/security-question.component.d.ts +0 -37
  525. package/lib/components/security-question/security-question.component.d.ts.map +0 -1
  526. package/lib/models/LexisNexisAccountCreationModel.d.ts +0 -15
  527. package/lib/models/LexisNexisAccountCreationModel.d.ts.map +0 -1
  528. package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts +0 -16
  529. package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts.map +0 -1
  530. package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts +0 -39
  531. package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts.map +0 -1
  532. package/lib/models/LexisNexisEnabledResponseModel.d.ts +0 -5
  533. package/lib/models/LexisNexisEnabledResponseModel.d.ts.map +0 -1
  534. package/lib/models/LexisNexisResponseModel.d.ts +0 -7
  535. package/lib/models/LexisNexisResponseModel.d.ts.map +0 -1
  536. package/lib/models/PartialEmploymentModel.d.ts +0 -6
  537. package/lib/models/PartialEmploymentModel.d.ts.map +0 -1
  538. package/lib/models/SecurityQuestionModel.d.ts +0 -7
  539. package/lib/models/SecurityQuestionModel.d.ts.map +0 -1
  540. package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts +0 -16
  541. package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts.map +0 -1
  542. package/lib/services/lexis-nexis/lexis.nexis.service.d.ts +0 -26
  543. package/lib/services/lexis-nexis/lexis.nexis.service.d.ts.map +0 -1
  544. package/lib/services/ovp/ovp.service.d.ts +0 -17
  545. package/lib/services/ovp/ovp.service.d.ts.map +0 -1
@@ -0,0 +1,319 @@
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==