@uiapplib/ngx-ui-web-lib 0.0.1

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 (820) hide show
  1. package/README.md +46 -0
  2. package/esm2022/lib/annimations/app-animations.mjs +37 -0
  3. package/esm2022/lib/components/add-employer/add-employer.component.mjs +3725 -0
  4. package/esm2022/lib/components/add-participant/add-participant.component.mjs +453 -0
  5. package/esm2022/lib/components/add-payment/add-payment.component.mjs +207 -0
  6. package/esm2022/lib/components/add-wage/add-wage.component.mjs +161 -0
  7. package/esm2022/lib/components/address/address.component.mjs +700 -0
  8. package/esm2022/lib/components/address-popup/address-popup.component.mjs +97 -0
  9. package/esm2022/lib/components/address-suggestion/address-suggestion.component.mjs +289 -0
  10. package/esm2022/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.mjs +245 -0
  11. package/esm2022/lib/components/associate-ssn/associate-ssn.component.mjs +203 -0
  12. package/esm2022/lib/components/bank-details/bank-details.component.mjs +276 -0
  13. package/esm2022/lib/components/captcha/captcha.component.mjs +181 -0
  14. package/esm2022/lib/components/card/card.component.mjs +55 -0
  15. package/esm2022/lib/components/claim-info/claim-info.component.mjs +408 -0
  16. package/esm2022/lib/components/contact-us/contact-us.component.mjs +958 -0
  17. package/esm2022/lib/components/content/content.component.mjs +61 -0
  18. package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +83 -0
  19. package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +251 -0
  20. package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +316 -0
  21. package/esm2022/lib/components/disclosure/disclosure.component.mjs +60 -0
  22. package/esm2022/lib/components/dropdown/dropdown.component.mjs +1974 -0
  23. package/esm2022/lib/components/dropdown/dropdown.interface.mjs +2 -0
  24. package/esm2022/lib/components/dua-request-page/dua-request-page.component.mjs +596 -0
  25. package/esm2022/lib/components/dua-request-popup/dua-request-popup.component.mjs +356 -0
  26. package/esm2022/lib/components/email-update/email-update.component.mjs +283 -0
  27. package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +950 -0
  28. package/esm2022/lib/components/employer-info/employer-info.component.mjs +319 -0
  29. package/esm2022/lib/components/employer-pay/employer-pay.component.mjs +238 -0
  30. package/esm2022/lib/components/employer-pay-grid/employer-pay-grid.component.mjs +302 -0
  31. package/esm2022/lib/components/error/error.component.mjs +103 -0
  32. package/esm2022/lib/components/farm-usage/farm-usage.component.mjs +172 -0
  33. package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +163 -0
  34. package/esm2022/lib/components/file-download/file-download.component.mjs +104 -0
  35. package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +444 -0
  36. package/esm2022/lib/components/footer/footer.component.mjs +361 -0
  37. package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +201 -0
  38. package/esm2022/lib/components/header/header.component.mjs +801 -0
  39. package/esm2022/lib/components/help/help.component.mjs +49 -0
  40. package/esm2022/lib/components/history-page/history-page.component.mjs +571 -0
  41. package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +65 -0
  42. package/esm2022/lib/components/idme/idme.component.mjs +84 -0
  43. package/esm2022/lib/components/info/info.component.mjs +179 -0
  44. package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +206 -0
  45. package/esm2022/lib/components/job-title/job-title.component.mjs +157 -0
  46. package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +247 -0
  47. package/esm2022/lib/components/link/link.component.mjs +131 -0
  48. package/esm2022/lib/components/maintenance-detector/maintenance-detector.component.mjs +43 -0
  49. package/esm2022/lib/components/mask/mask.component.mjs +48 -0
  50. package/esm2022/lib/components/menu/menu.component.mjs +420 -0
  51. package/esm2022/lib/components/mfa/mfa.component.mjs +444 -0
  52. package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +50 -0
  53. package/esm2022/lib/components/money-expect/money-expect.component.mjs +202 -0
  54. package/esm2022/lib/components/msg/msg.component.mjs +48 -0
  55. package/esm2022/lib/components/news/news.component.mjs +90 -0
  56. package/esm2022/lib/components/offline-add-employer/offline-add-employer.component.mjs +3661 -0
  57. package/esm2022/lib/components/offline-bank-details/offline-bank-details.component.mjs +258 -0
  58. package/esm2022/lib/components/offline-employer-grid/offline-employer-grid.component.mjs +853 -0
  59. package/esm2022/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.mjs +251 -0
  60. package/esm2022/lib/components/overlay-info/overlay-info.component.mjs +213 -0
  61. package/esm2022/lib/components/page/page.component.mjs +136 -0
  62. package/esm2022/lib/components/profile/profile.component.mjs +901 -0
  63. package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +140 -0
  64. package/esm2022/lib/components/proof-of-anything/proof-of-anything.component.mjs +261 -0
  65. package/esm2022/lib/components/proof-of-document-upload/proof-of-document-upload.component.mjs +560 -0
  66. package/esm2022/lib/components/questionnaire/AppValidators.mjs +790 -0
  67. package/esm2022/lib/components/questionnaire/FbConstants.mjs +8 -0
  68. package/esm2022/lib/components/questionnaire/SelectItem.mjs +2 -0
  69. package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +355 -0
  70. package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +732 -0
  71. package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +1096 -0
  72. package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +2246 -0
  73. package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +1297 -0
  74. package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +262 -0
  75. package/esm2022/lib/components/questionnaire/input-focus.directive.mjs +44 -0
  76. package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +342 -0
  77. package/esm2022/lib/components/questionnaire/question-base.mjs +3 -0
  78. package/esm2022/lib/components/questionnaire/question-control.service.mjs +409 -0
  79. package/esm2022/lib/components/questionnaire/question.service.mjs +31 -0
  80. package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +268 -0
  81. package/esm2022/lib/components/read-more/read-more.component.mjs +72 -0
  82. package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +950 -0
  83. package/esm2022/lib/components/scrollable-text/scrollable-text.component.mjs +25 -0
  84. package/esm2022/lib/components/search-employer/search-employer.component.mjs +257 -0
  85. package/esm2022/lib/components/select/select.component.mjs +154 -0
  86. package/esm2022/lib/components/sign-ssn/sign-ssn.component.mjs +141 -0
  87. package/esm2022/lib/components/sms/sms.component.mjs +336 -0
  88. package/esm2022/lib/components/ssn/ssn.component.mjs +44 -0
  89. package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +151 -0
  90. package/esm2022/lib/components/test/test.component.mjs +19 -0
  91. package/esm2022/lib/components/user-login/user-login.component.mjs +398 -0
  92. package/esm2022/lib/components/wage-calculator/wage-calculator.component.mjs +527 -0
  93. package/esm2022/lib/components/wage-grid/wage-grid.component.mjs +274 -0
  94. package/esm2022/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.mjs +147 -0
  95. package/esm2022/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.mjs +167 -0
  96. package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +1040 -0
  97. package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +420 -0
  98. package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +828 -0
  99. package/esm2022/lib/components/weekly-confirmation/confirmation.component.mjs +129 -0
  100. package/esm2022/lib/components/weekly-interim-confirmation/interim-confirmation.component.mjs +136 -0
  101. package/esm2022/lib/components/weekly-summary-v2/summary.component-v2.mjs +72 -0
  102. package/esm2022/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.mjs +50 -0
  103. package/esm2022/lib/components/weekly-work-search-counter/work-search-counter.component.mjs +92 -0
  104. package/esm2022/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.mjs +1190 -0
  105. package/esm2022/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.mjs +690 -0
  106. package/esm2022/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.mjs +524 -0
  107. package/esm2022/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.mjs +394 -0
  108. package/esm2022/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.mjs +640 -0
  109. package/esm2022/lib/directives/auto-focus/auto-focus.directive.mjs +31 -0
  110. package/esm2022/lib/directives/caps-lock.directive.mjs +38 -0
  111. package/esm2022/lib/directives/required-roles/required-roles.directive.mjs +30 -0
  112. package/esm2022/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.mjs +33 -0
  113. package/esm2022/lib/enums/AddressValidationResponseEnum.mjs +9 -0
  114. package/esm2022/lib/enums/AddressValidationSourceFunctionEnum.mjs +5 -0
  115. package/esm2022/lib/enums/EmailStatusEnum.mjs +9 -0
  116. package/esm2022/lib/guards/auth.guard.mjs +186 -0
  117. package/esm2022/lib/guards/no-login/no-login.guard.mjs +21 -0
  118. package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +155 -0
  119. package/esm2022/lib/interceptors/header-interceptor/http-header.interceptor.mjs +98 -0
  120. package/esm2022/lib/models/ActiveClaimModel.mjs +3 -0
  121. package/esm2022/lib/models/AddressComponentModel.mjs +3 -0
  122. package/esm2022/lib/models/BankDetailsComponentModel.mjs +3 -0
  123. package/esm2022/lib/models/BankDetailsModel.mjs +3 -0
  124. package/esm2022/lib/models/CinRequalificationCriteriaModel.mjs +3 -0
  125. package/esm2022/lib/models/CountyModel.mjs +3 -0
  126. package/esm2022/lib/models/DuaAppDataModel.mjs +3 -0
  127. package/esm2022/lib/models/DuaRequestModel.mjs +3 -0
  128. package/esm2022/lib/models/DuaRetroWeeksComponentModel.mjs +6 -0
  129. package/esm2022/lib/models/EmployerDetailSearchResult.mjs +6 -0
  130. package/esm2022/lib/models/EmployerInfoComponentModel.mjs +4 -0
  131. package/esm2022/lib/models/EmployerPayInfoModel.mjs +6 -0
  132. package/esm2022/lib/models/ErrorModel.mjs +6 -0
  133. package/esm2022/lib/models/FarmUsageComponentModel.mjs +2 -0
  134. package/esm2022/lib/models/FileModel.mjs +2 -0
  135. package/esm2022/lib/models/GrossEarningsModel.mjs +3 -0
  136. package/esm2022/lib/models/HelpConstants.mjs +5 -0
  137. package/esm2022/lib/models/LexisNexisOtpDetailsResponseModel.mjs +3 -0
  138. package/esm2022/lib/models/LibConstants.mjs +171 -0
  139. package/esm2022/lib/models/NewsAndAnnouncementModel.mjs +3 -0
  140. package/esm2022/lib/models/NotificationModel.mjs +6 -0
  141. package/esm2022/lib/models/OtpAuthModel.mjs +3 -0
  142. package/esm2022/lib/models/PaymentComponentModel.mjs +2 -0
  143. package/esm2022/lib/models/ReasonSeparationRequestModel.mjs +3 -0
  144. package/esm2022/lib/models/RequalifyLiftPageModel.mjs +11 -0
  145. package/esm2022/lib/models/RetroWeeksModel.mjs +3 -0
  146. package/esm2022/lib/models/SecurityQuestionAnswerModel.mjs +3 -0
  147. package/esm2022/lib/models/SendOtpRequestModel.mjs +3 -0
  148. package/esm2022/lib/models/SsaVerificationModel.mjs +3 -0
  149. package/esm2022/lib/models/TrendModel.mjs +3 -0
  150. package/esm2022/lib/models/UserDetailsModel.mjs +3 -0
  151. package/esm2022/lib/models/UserModel.mjs +6 -0
  152. package/esm2022/lib/models/VerifyOtpRequestModel.mjs +3 -0
  153. package/esm2022/lib/models/WageCalculatorModel.mjs +3 -0
  154. package/esm2022/lib/models/WageInfoModel.mjs +4 -0
  155. package/esm2022/lib/models/addressValidation/AddressRecommendationModel.mjs +3 -0
  156. package/esm2022/lib/models/addressValidation/AddressValidationRequestComponentModel.mjs +3 -0
  157. package/esm2022/lib/models/addressValidation/AddressValidationResponseComponentModel.mjs +3 -0
  158. package/esm2022/lib/models/addressValidation/AddressValidationReturnComponentModel.mjs +3 -0
  159. package/esm2022/lib/models/case/CaseAttachmentModel.mjs +3 -0
  160. package/esm2022/lib/models/claimant/ClaimantModel.mjs +3 -0
  161. package/esm2022/lib/models/claimant/JobResultsData.mjs +3 -0
  162. package/esm2022/lib/models/claimant/MatchingJobs.mjs +3 -0
  163. package/esm2022/lib/models/claimant/ResetPasswordModel.mjs +3 -0
  164. package/esm2022/lib/models/cmp/CaseCoreModel.mjs +3 -0
  165. package/esm2022/lib/models/cmp/ComplaintCategoryModel.mjs +3 -0
  166. package/esm2022/lib/models/cmp/ComplaintCategoryOutputModel.mjs +5 -0
  167. package/esm2022/lib/models/cmp/ContactUsModel.mjs +3 -0
  168. package/esm2022/lib/models/cmp/EmailTemplateModel.mjs +3 -0
  169. package/esm2022/lib/models/cmp/contactUsInqueryModel.mjs +7 -0
  170. package/esm2022/lib/models/cmp/messageRourceModel.mjs +3 -0
  171. package/esm2022/lib/models/combo-model.mjs +343 -0
  172. package/esm2022/lib/models/dashboard-model.mjs +3 -0
  173. package/esm2022/lib/models/dependent.model.mjs +8 -0
  174. package/esm2022/lib/models/fileupload/DocUploadModel.mjs +7 -0
  175. package/esm2022/lib/models/fileupload/EmployerDataModel.mjs +3 -0
  176. package/esm2022/lib/models/fileupload/FileObject.mjs +3 -0
  177. package/esm2022/lib/models/fileupload/FileObjectArray.mjs +7 -0
  178. package/esm2022/lib/models/questionnaire/AppealParticipantModel.mjs +8 -0
  179. package/esm2022/lib/models/questionnaire/AutocoderModel.mjs +3 -0
  180. package/esm2022/lib/models/questionnaire/ClaimAppEmpRequestModel.mjs +3 -0
  181. package/esm2022/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +8 -0
  182. package/esm2022/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +7 -0
  183. package/esm2022/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +3 -0
  184. package/esm2022/lib/models/questionnaire/ComboModel.mjs +453 -0
  185. package/esm2022/lib/models/questionnaire/ElementsModel.mjs +8 -0
  186. package/esm2022/lib/models/questionnaire/EmployerDetailSearchResult.mjs +3 -0
  187. package/esm2022/lib/models/questionnaire/EmployerWagesModel.mjs +3 -0
  188. package/esm2022/lib/models/questionnaire/FBConfigModel.mjs +6 -0
  189. package/esm2022/lib/models/questionnaire/KeyValueModel.mjs +3 -0
  190. package/esm2022/lib/models/questionnaire/LegalDiscaimarModel.mjs +3 -0
  191. package/esm2022/lib/models/questionnaire/LoaderModel.mjs +3 -0
  192. package/esm2022/lib/models/questionnaire/PollingStatusModel.mjs +3 -0
  193. package/esm2022/lib/models/questionnaire/QtrYearEmployerWageModel.mjs +3 -0
  194. package/esm2022/lib/models/questionnaire/QuestionnaireQueryModel.mjs +8 -0
  195. package/esm2022/lib/models/questionnaire/QuestionnaireReturnModel.mjs +11 -0
  196. package/esm2022/lib/models/questionnaire/QuestionnaireSaveModel.mjs +3 -0
  197. package/esm2022/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +3 -0
  198. package/esm2022/lib/models/questionnaire/ScrollableTextModel.mjs +3 -0
  199. package/esm2022/lib/models/questionnaire/ServiceActionResponseModel.mjs +3 -0
  200. package/esm2022/lib/models/questionnaire/StatusModel.mjs +6 -0
  201. package/esm2022/lib/models/questionnaire/SuccessPageElement.mjs +3 -0
  202. package/esm2022/lib/models/questionnaire/UI512AResponseModel.mjs +3 -0
  203. package/esm2022/lib/models/questionnaire/ValidationModel.mjs +3 -0
  204. package/esm2022/lib/models/questionnaire/WbaHelperTextModel.mjs +3 -0
  205. package/esm2022/lib/models/weekly-cert/WorkSearchWaiverModel.mjs +3 -0
  206. package/esm2022/lib/models/weekly-cert/address-detail-model.mjs +2 -0
  207. package/esm2022/lib/models/weekly-cert/admin-leave-details-model.mjs +7 -0
  208. package/esm2022/lib/models/weekly-cert/employer-info-v2-model.mjs +7 -0
  209. package/esm2022/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.mjs +6 -0
  210. package/esm2022/lib/models/weekly-cert/weekly-certification-v2-model.mjs +34 -0
  211. package/esm2022/lib/models/weekly-cert/work-search-record-v2-model.mjs +15 -0
  212. package/esm2022/lib/models/weekly-cert/work-search-v2-model.mjs +11 -0
  213. package/esm2022/lib/ngx-reusa-app-lib.component.mjs +23 -0
  214. package/esm2022/lib/ngx-reusa-app-lib.module.mjs +522 -0
  215. package/esm2022/lib/ngx-reusa-app-lib.service.mjs +14 -0
  216. package/esm2022/lib/pages/BasePage.mjs +79 -0
  217. package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +81 -0
  218. package/esm2022/lib/pages/common/change-password/change-password.page.mjs +489 -0
  219. package/esm2022/lib/pages/common/landing/landing.component.mjs +208 -0
  220. package/esm2022/lib/pages/common/landing2/landing2.component.mjs +244 -0
  221. package/esm2022/lib/pages/common/login/login.component.mjs +527 -0
  222. package/esm2022/lib/pages/common/not-found/not-found.page.mjs +24 -0
  223. package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +306 -0
  224. package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +61 -0
  225. package/esm2022/lib/pages/common/unauthorized/unauthorized.page.mjs +24 -0
  226. package/esm2022/lib/pages/popovers/language/language.page.mjs +61 -0
  227. package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +204 -0
  228. package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +134 -0
  229. package/esm2022/lib/pages/popovers/user-search/user-search.component.mjs +251 -0
  230. package/esm2022/lib/pipes/filter.pipe.mjs +30 -0
  231. package/esm2022/lib/pipes/format-worksearch/format-worksearch.pipe.mjs +101 -0
  232. package/esm2022/lib/pipes/mask/mask.email.pipe.mjs +23 -0
  233. package/esm2022/lib/pipes/proper-case/proper-case.pipe.mjs +27 -0
  234. package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +44 -0
  235. package/esm2022/lib/pipes/trust-html/trust-html.pipe.mjs +20 -0
  236. package/esm2022/lib/services/address-validation-service/address-validation.service.mjs +151 -0
  237. package/esm2022/lib/services/appeal/appeal.service.mjs +37 -0
  238. package/esm2022/lib/services/base-service.mjs +53 -0
  239. package/esm2022/lib/services/birt-service/birt.service.mjs +57 -0
  240. package/esm2022/lib/services/captcha/captcha.service.mjs +46 -0
  241. package/esm2022/lib/services/case-service/case.service.mjs +47 -0
  242. package/esm2022/lib/services/chatbot/chatbot.service.mjs +257 -0
  243. package/esm2022/lib/services/chatbot/script.const.mjs +42 -0
  244. package/esm2022/lib/services/claimant/claimant.service.mjs +31 -0
  245. package/esm2022/lib/services/claimant-context/claimant-context.service.mjs +48 -0
  246. package/esm2022/lib/services/claimant-service/claimant.service.mjs +56 -0
  247. package/esm2022/lib/services/claims/claims.service.mjs +193 -0
  248. package/esm2022/lib/services/cmp-service/cmp.service.mjs +84 -0
  249. package/esm2022/lib/services/dms-service/dms.service.mjs +60 -0
  250. package/esm2022/lib/services/employer/employer-service.mjs +35 -0
  251. package/esm2022/lib/services/event-service/event-service.mjs +44 -0
  252. package/esm2022/lib/services/fpjs/fingerprint.service.mjs +70 -0
  253. package/esm2022/lib/services/google-analytics/google-analytics.service.mjs +29 -0
  254. package/esm2022/lib/services/help/help.service.mjs +63 -0
  255. package/esm2022/lib/services/idle/idle.service.mjs +159 -0
  256. package/esm2022/lib/services/logger/logger.service.mjs +67 -0
  257. package/esm2022/lib/services/login/login.service.mjs +358 -0
  258. package/esm2022/lib/services/maintenance/maintenance.service.mjs +21 -0
  259. package/esm2022/lib/services/notification/notification.service.mjs +113 -0
  260. package/esm2022/lib/services/offline-claims/offline-claims.service.mjs +327 -0
  261. package/esm2022/lib/services/questionnaire/questionnaire.service.mjs +72 -0
  262. package/esm2022/lib/services/questionnaire/validation.service.mjs +62 -0
  263. package/esm2022/lib/services/security-service/security.service.mjs +59 -0
  264. package/esm2022/lib/services/tour/tour.service.mjs +60 -0
  265. package/esm2022/lib/services/util/util.service.mjs +506 -0
  266. package/esm2022/lib/services/weekly-cert/review.service.mjs +101 -0
  267. package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +214 -0
  268. package/esm2022/lib/services/weekly-cert/weekly-cert.service.mjs +37 -0
  269. package/esm2022/lib/services/weekly-cert/work-search.service.mjs +58 -0
  270. package/esm2022/lib/validations/AppRegex.mjs +49 -0
  271. package/esm2022/lib/validations/AppValidators.mjs +269 -0
  272. package/esm2022/public-api.mjs +180 -0
  273. package/esm2022/uiapplib-ngx-ui-web-lib.mjs +5 -0
  274. package/fesm2022/uiapplib-ngx-ui-web-lib.mjs +51647 -0
  275. package/fesm2022/uiapplib-ngx-ui-web-lib.mjs.map +1 -0
  276. package/index.d.ts +6 -0
  277. package/lib/annimations/app-animations.d.ts +4 -0
  278. package/lib/annimations/app-animations.d.ts.map +1 -0
  279. package/lib/components/add-employer/add-employer.component.d.ts +318 -0
  280. package/lib/components/add-employer/add-employer.component.d.ts.map +1 -0
  281. package/lib/components/add-participant/add-participant.component.d.ts +55 -0
  282. package/lib/components/add-participant/add-participant.component.d.ts.map +1 -0
  283. package/lib/components/add-payment/add-payment.component.d.ts +39 -0
  284. package/lib/components/add-payment/add-payment.component.d.ts.map +1 -0
  285. package/lib/components/add-wage/add-wage.component.d.ts +30 -0
  286. package/lib/components/add-wage/add-wage.component.d.ts.map +1 -0
  287. package/lib/components/address/address.component.d.ts +108 -0
  288. package/lib/components/address/address.component.d.ts.map +1 -0
  289. package/lib/components/address-popup/address-popup.component.d.ts +16 -0
  290. package/lib/components/address-popup/address-popup.component.d.ts.map +1 -0
  291. package/lib/components/address-suggestion/address-suggestion.component.d.ts +43 -0
  292. package/lib/components/address-suggestion/address-suggestion.component.d.ts.map +1 -0
  293. package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts +37 -0
  294. package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts.map +1 -0
  295. package/lib/components/associate-ssn/associate-ssn.component.d.ts +33 -0
  296. package/lib/components/associate-ssn/associate-ssn.component.d.ts.map +1 -0
  297. package/lib/components/bank-details/bank-details.component.d.ts +40 -0
  298. package/lib/components/bank-details/bank-details.component.d.ts.map +1 -0
  299. package/lib/components/captcha/captcha.component.d.ts +45 -0
  300. package/lib/components/captcha/captcha.component.d.ts.map +1 -0
  301. package/lib/components/card/card.component.d.ts +12 -0
  302. package/lib/components/card/card.component.d.ts.map +1 -0
  303. package/lib/components/claim-info/claim-info.component.d.ts +49 -0
  304. package/lib/components/claim-info/claim-info.component.d.ts.map +1 -0
  305. package/lib/components/contact-us/contact-us.component.d.ts +106 -0
  306. package/lib/components/contact-us/contact-us.component.d.ts.map +1 -0
  307. package/lib/components/content/content.component.d.ts +14 -0
  308. package/lib/components/content/content.component.d.ts.map +1 -0
  309. package/lib/components/correspondence-download/correspondence-download.component.d.ts +22 -0
  310. package/lib/components/correspondence-download/correspondence-download.component.d.ts.map +1 -0
  311. package/lib/components/dashboard-card/dashboard-card.component.d.ts +26 -0
  312. package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -0
  313. package/lib/components/dependent-grid/dependent-grid.component.d.ts +36 -0
  314. package/lib/components/dependent-grid/dependent-grid.component.d.ts.map +1 -0
  315. package/lib/components/disclosure/disclosure.component.d.ts +13 -0
  316. package/lib/components/disclosure/disclosure.component.d.ts.map +1 -0
  317. package/lib/components/dropdown/dropdown.component.d.ts +582 -0
  318. package/lib/components/dropdown/dropdown.component.d.ts.map +1 -0
  319. package/lib/components/dropdown/dropdown.interface.d.ts +155 -0
  320. package/lib/components/dropdown/dropdown.interface.d.ts.map +1 -0
  321. package/lib/components/dua-request-page/dua-request-page.component.d.ts +74 -0
  322. package/lib/components/dua-request-page/dua-request-page.component.d.ts.map +1 -0
  323. package/lib/components/dua-request-popup/dua-request-popup.component.d.ts +61 -0
  324. package/lib/components/dua-request-popup/dua-request-popup.component.d.ts.map +1 -0
  325. package/lib/components/email-update/email-update.component.d.ts +32 -0
  326. package/lib/components/email-update/email-update.component.d.ts.map +1 -0
  327. package/lib/components/employer-grid/employer-grid.component.d.ts +100 -0
  328. package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -0
  329. package/lib/components/employer-info/employer-info.component.d.ts +50 -0
  330. package/lib/components/employer-info/employer-info.component.d.ts.map +1 -0
  331. package/lib/components/employer-pay/employer-pay.component.d.ts +51 -0
  332. package/lib/components/employer-pay/employer-pay.component.d.ts.map +1 -0
  333. package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts +43 -0
  334. package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts.map +1 -0
  335. package/lib/components/error/error.component.d.ts +19 -0
  336. package/lib/components/error/error.component.d.ts.map +1 -0
  337. package/lib/components/farm-usage/farm-usage.component.d.ts +33 -0
  338. package/lib/components/farm-usage/farm-usage.component.d.ts.map +1 -0
  339. package/lib/components/fav-menu/fav-menu.component.d.ts +22 -0
  340. package/lib/components/fav-menu/fav-menu.component.d.ts.map +1 -0
  341. package/lib/components/file-download/file-download.component.d.ts +23 -0
  342. package/lib/components/file-download/file-download.component.d.ts.map +1 -0
  343. package/lib/components/file-uploader/file-uploader.component.d.ts +52 -0
  344. package/lib/components/file-uploader/file-uploader.component.d.ts.map +1 -0
  345. package/lib/components/footer/footer.component.d.ts +37 -0
  346. package/lib/components/footer/footer.component.d.ts.map +1 -0
  347. package/lib/components/gross-earnings/gross-earnings.component.d.ts +42 -0
  348. package/lib/components/gross-earnings/gross-earnings.component.d.ts.map +1 -0
  349. package/lib/components/header/header.component.d.ts +76 -0
  350. package/lib/components/header/header.component.d.ts.map +1 -0
  351. package/lib/components/help/help.component.d.ts +11 -0
  352. package/lib/components/help/help.component.d.ts.map +1 -0
  353. package/lib/components/history-page/history-page.component.d.ts +80 -0
  354. package/lib/components/history-page/history-page.component.d.ts.map +1 -0
  355. package/lib/components/idle-detector/idle-detector.component.d.ts +16 -0
  356. package/lib/components/idle-detector/idle-detector.component.d.ts.map +1 -0
  357. package/lib/components/idme/idme.component.d.ts +19 -0
  358. package/lib/components/idme/idme.component.d.ts.map +1 -0
  359. package/lib/components/info/info.component.d.ts +23 -0
  360. package/lib/components/info/info.component.d.ts.map +1 -0
  361. package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +22 -0
  362. package/lib/components/job-search-result-page/job-search-result-page.component.d.ts.map +1 -0
  363. package/lib/components/job-title/job-title.component.d.ts +37 -0
  364. package/lib/components/job-title/job-title.component.d.ts.map +1 -0
  365. package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +38 -0
  366. package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -0
  367. package/lib/components/link/link.component.d.ts +35 -0
  368. package/lib/components/link/link.component.d.ts.map +1 -0
  369. package/lib/components/maintenance-detector/maintenance-detector.component.d.ts +16 -0
  370. package/lib/components/maintenance-detector/maintenance-detector.component.d.ts.map +1 -0
  371. package/lib/components/mask/mask.component.d.ts +12 -0
  372. package/lib/components/mask/mask.component.d.ts.map +1 -0
  373. package/lib/components/menu/menu.component.d.ts +45 -0
  374. package/lib/components/menu/menu.component.d.ts.map +1 -0
  375. package/lib/components/mfa/mfa.component.d.ts +60 -0
  376. package/lib/components/mfa/mfa.component.d.ts.map +1 -0
  377. package/lib/components/mfa-popup/mfa-popup.component.d.ts +17 -0
  378. package/lib/components/mfa-popup/mfa-popup.component.d.ts.map +1 -0
  379. package/lib/components/money-expect/money-expect.component.d.ts +30 -0
  380. package/lib/components/money-expect/money-expect.component.d.ts.map +1 -0
  381. package/lib/components/msg/msg.component.d.ts +11 -0
  382. package/lib/components/msg/msg.component.d.ts.map +1 -0
  383. package/lib/components/news/news.component.d.ts +15 -0
  384. package/lib/components/news/news.component.d.ts.map +1 -0
  385. package/lib/components/offline-add-employer/offline-add-employer.component.d.ts +311 -0
  386. package/lib/components/offline-add-employer/offline-add-employer.component.d.ts.map +1 -0
  387. package/lib/components/offline-bank-details/offline-bank-details.component.d.ts +33 -0
  388. package/lib/components/offline-bank-details/offline-bank-details.component.d.ts.map +1 -0
  389. package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts +97 -0
  390. package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts.map +1 -0
  391. package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts +33 -0
  392. package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts.map +1 -0
  393. package/lib/components/overlay-info/overlay-info.component.d.ts +35 -0
  394. package/lib/components/overlay-info/overlay-info.component.d.ts.map +1 -0
  395. package/lib/components/page/page.component.d.ts +24 -0
  396. package/lib/components/page/page.component.d.ts.map +1 -0
  397. package/lib/components/profile/profile.component.d.ts +107 -0
  398. package/lib/components/profile/profile.component.d.ts.map +1 -0
  399. package/lib/components/profile-redirect/profile-redirect.component.d.ts +21 -0
  400. package/lib/components/profile-redirect/profile-redirect.component.d.ts.map +1 -0
  401. package/lib/components/proof-of-anything/proof-of-anything.component.d.ts +54 -0
  402. package/lib/components/proof-of-anything/proof-of-anything.component.d.ts.map +1 -0
  403. package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts +74 -0
  404. package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts.map +1 -0
  405. package/lib/components/questionnaire/AppValidators.d.ts +17 -0
  406. package/lib/components/questionnaire/AppValidators.d.ts.map +1 -0
  407. package/lib/components/questionnaire/FbConstants.d.ts +8 -0
  408. package/lib/components/questionnaire/FbConstants.d.ts.map +1 -0
  409. package/lib/components/questionnaire/SelectItem.d.ts +5 -0
  410. package/lib/components/questionnaire/SelectItem.d.ts.map +1 -0
  411. package/lib/components/questionnaire/account-success/account-success.page.d.ts +64 -0
  412. package/lib/components/questionnaire/account-success/account-success.page.d.ts.map +1 -0
  413. package/lib/components/questionnaire/common-success/common-success.page.d.ts +83 -0
  414. package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -0
  415. package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +49 -0
  416. package/lib/components/questionnaire/dynamic-form-panel.component.d.ts.map +1 -0
  417. package/lib/components/questionnaire/dynamic-form-question.component.d.ts +126 -0
  418. package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -0
  419. package/lib/components/questionnaire/dynamic-form.component.d.ts +137 -0
  420. package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -0
  421. package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +67 -0
  422. package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -0
  423. package/lib/components/questionnaire/input-focus.directive.d.ts +12 -0
  424. package/lib/components/questionnaire/input-focus.directive.d.ts.map +1 -0
  425. package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +45 -0
  426. package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -0
  427. package/lib/components/questionnaire/question-base.d.ts +17 -0
  428. package/lib/components/questionnaire/question-base.d.ts.map +1 -0
  429. package/lib/components/questionnaire/question-control.service.d.ts +21 -0
  430. package/lib/components/questionnaire/question-control.service.d.ts.map +1 -0
  431. package/lib/components/questionnaire/question.service.d.ts +18 -0
  432. package/lib/components/questionnaire/question.service.d.ts.map +1 -0
  433. package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +77 -0
  434. package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -0
  435. package/lib/components/read-more/read-more.component.d.ts +15 -0
  436. package/lib/components/read-more/read-more.component.d.ts.map +1 -0
  437. package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +76 -0
  438. package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts.map +1 -0
  439. package/lib/components/scrollable-text/scrollable-text.component.d.ts +11 -0
  440. package/lib/components/scrollable-text/scrollable-text.component.d.ts.map +1 -0
  441. package/lib/components/search-employer/search-employer.component.d.ts +41 -0
  442. package/lib/components/search-employer/search-employer.component.d.ts.map +1 -0
  443. package/lib/components/select/select.component.d.ts +56 -0
  444. package/lib/components/select/select.component.d.ts.map +1 -0
  445. package/lib/components/sign-ssn/sign-ssn.component.d.ts +34 -0
  446. package/lib/components/sign-ssn/sign-ssn.component.d.ts.map +1 -0
  447. package/lib/components/sms/sms.component.d.ts +63 -0
  448. package/lib/components/sms/sms.component.d.ts.map +1 -0
  449. package/lib/components/ssn/ssn.component.d.ts +12 -0
  450. package/lib/components/ssn/ssn.component.d.ts.map +1 -0
  451. package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +23 -0
  452. package/lib/components/ssn-reverify/ssn-reverify.component.d.ts.map +1 -0
  453. package/lib/components/test/test.component.d.ts +9 -0
  454. package/lib/components/test/test.component.d.ts.map +1 -0
  455. package/lib/components/user-login/user-login.component.d.ts +49 -0
  456. package/lib/components/user-login/user-login.component.d.ts.map +1 -0
  457. package/lib/components/wage-calculator/wage-calculator.component.d.ts +44 -0
  458. package/lib/components/wage-calculator/wage-calculator.component.d.ts.map +1 -0
  459. package/lib/components/wage-grid/wage-grid.component.d.ts +43 -0
  460. package/lib/components/wage-grid/wage-grid.component.d.ts.map +1 -0
  461. package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts +28 -0
  462. package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts.map +1 -0
  463. package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts +28 -0
  464. package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts.map +1 -0
  465. package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +84 -0
  466. package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts.map +1 -0
  467. package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +53 -0
  468. package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map +1 -0
  469. package/lib/components/weekly-certification/weekly-certification.component.d.ts +101 -0
  470. package/lib/components/weekly-certification/weekly-certification.component.d.ts.map +1 -0
  471. package/lib/components/weekly-confirmation/confirmation.component.d.ts +21 -0
  472. package/lib/components/weekly-confirmation/confirmation.component.d.ts.map +1 -0
  473. package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts +34 -0
  474. package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts.map +1 -0
  475. package/lib/components/weekly-summary-v2/summary.component-v2.d.ts +17 -0
  476. package/lib/components/weekly-summary-v2/summary.component-v2.d.ts.map +1 -0
  477. package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts +10 -0
  478. package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts.map +1 -0
  479. package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts +17 -0
  480. package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts.map +1 -0
  481. package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts +105 -0
  482. package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts.map +1 -0
  483. package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts +71 -0
  484. package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts.map +1 -0
  485. package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts +59 -0
  486. package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts.map +1 -0
  487. package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts +47 -0
  488. package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts.map +1 -0
  489. package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts +78 -0
  490. package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts.map +1 -0
  491. package/lib/directives/auto-focus/auto-focus.directive.d.ts +13 -0
  492. package/lib/directives/auto-focus/auto-focus.directive.d.ts.map +1 -0
  493. package/lib/directives/caps-lock.directive.d.ts +12 -0
  494. package/lib/directives/caps-lock.directive.d.ts.map +1 -0
  495. package/lib/directives/required-roles/required-roles.directive.d.ts +15 -0
  496. package/lib/directives/required-roles/required-roles.directive.d.ts.map +1 -0
  497. package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts +8 -0
  498. package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts.map +1 -0
  499. package/lib/enums/AddressValidationResponseEnum.d.ts +8 -0
  500. package/lib/enums/AddressValidationResponseEnum.d.ts.map +1 -0
  501. package/lib/enums/AddressValidationSourceFunctionEnum.d.ts +4 -0
  502. package/lib/enums/AddressValidationSourceFunctionEnum.d.ts.map +1 -0
  503. package/lib/enums/EmailStatusEnum.d.ts +8 -0
  504. package/lib/enums/EmailStatusEnum.d.ts.map +1 -0
  505. package/lib/guards/auth.guard.d.ts +29 -0
  506. package/lib/guards/auth.guard.d.ts.map +1 -0
  507. package/lib/guards/no-login/no-login.guard.d.ts +12 -0
  508. package/lib/guards/no-login/no-login.guard.d.ts.map +1 -0
  509. package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts +23 -0
  510. package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts.map +1 -0
  511. package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts +22 -0
  512. package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts.map +1 -0
  513. package/lib/models/ActiveClaimModel.d.ts +8 -0
  514. package/lib/models/ActiveClaimModel.d.ts.map +1 -0
  515. package/lib/models/AddressComponentModel.d.ts +14 -0
  516. package/lib/models/AddressComponentModel.d.ts.map +1 -0
  517. package/lib/models/BankDetailsComponentModel.d.ts +12 -0
  518. package/lib/models/BankDetailsComponentModel.d.ts.map +1 -0
  519. package/lib/models/BankDetailsModel.d.ts +5 -0
  520. package/lib/models/BankDetailsModel.d.ts.map +1 -0
  521. package/lib/models/CinRequalificationCriteriaModel.d.ts +11 -0
  522. package/lib/models/CinRequalificationCriteriaModel.d.ts.map +1 -0
  523. package/lib/models/CountyModel.d.ts +8 -0
  524. package/lib/models/CountyModel.d.ts.map +1 -0
  525. package/lib/models/DuaAppDataModel.d.ts +5 -0
  526. package/lib/models/DuaAppDataModel.d.ts.map +1 -0
  527. package/lib/models/DuaRequestModel.d.ts +10 -0
  528. package/lib/models/DuaRequestModel.d.ts.map +1 -0
  529. package/lib/models/DuaRetroWeeksComponentModel.d.ts +5 -0
  530. package/lib/models/DuaRetroWeeksComponentModel.d.ts.map +1 -0
  531. package/lib/models/EmployerDetailSearchResult.d.ts +54 -0
  532. package/lib/models/EmployerDetailSearchResult.d.ts.map +1 -0
  533. package/lib/models/EmployerInfoComponentModel.d.ts +9 -0
  534. package/lib/models/EmployerInfoComponentModel.d.ts.map +1 -0
  535. package/lib/models/EmployerPayInfoModel.d.ts +20 -0
  536. package/lib/models/EmployerPayInfoModel.d.ts.map +1 -0
  537. package/lib/models/ErrorModel.d.ts +7 -0
  538. package/lib/models/ErrorModel.d.ts.map +1 -0
  539. package/lib/models/FarmUsageComponentModel.d.ts +10 -0
  540. package/lib/models/FarmUsageComponentModel.d.ts.map +1 -0
  541. package/lib/models/FileModel.d.ts +5 -0
  542. package/lib/models/FileModel.d.ts.map +1 -0
  543. package/lib/models/GrossEarningsModel.d.ts +6 -0
  544. package/lib/models/GrossEarningsModel.d.ts.map +1 -0
  545. package/lib/models/HelpConstants.d.ts +5 -0
  546. package/lib/models/HelpConstants.d.ts.map +1 -0
  547. package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts +7 -0
  548. package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts.map +1 -0
  549. package/lib/models/LibConstants.d.ts +162 -0
  550. package/lib/models/LibConstants.d.ts.map +1 -0
  551. package/lib/models/NewsAndAnnouncementModel.d.ts +6 -0
  552. package/lib/models/NewsAndAnnouncementModel.d.ts.map +1 -0
  553. package/lib/models/NotificationModel.d.ts +11 -0
  554. package/lib/models/NotificationModel.d.ts.map +1 -0
  555. package/lib/models/OtpAuthModel.d.ts +7 -0
  556. package/lib/models/OtpAuthModel.d.ts.map +1 -0
  557. package/lib/models/PaymentComponentModel.d.ts +8 -0
  558. package/lib/models/PaymentComponentModel.d.ts.map +1 -0
  559. package/lib/models/ReasonSeparationRequestModel.d.ts +7 -0
  560. package/lib/models/ReasonSeparationRequestModel.d.ts.map +1 -0
  561. package/lib/models/RequalifyLiftPageModel.d.ts +12 -0
  562. package/lib/models/RequalifyLiftPageModel.d.ts.map +1 -0
  563. package/lib/models/RetroWeeksModel.d.ts +11 -0
  564. package/lib/models/RetroWeeksModel.d.ts.map +1 -0
  565. package/lib/models/SecurityQuestionAnswerModel.d.ts +7 -0
  566. package/lib/models/SecurityQuestionAnswerModel.d.ts.map +1 -0
  567. package/lib/models/SendOtpRequestModel.d.ts +12 -0
  568. package/lib/models/SendOtpRequestModel.d.ts.map +1 -0
  569. package/lib/models/SsaVerificationModel.d.ts +9 -0
  570. package/lib/models/SsaVerificationModel.d.ts.map +1 -0
  571. package/lib/models/TrendModel.d.ts +14 -0
  572. package/lib/models/TrendModel.d.ts.map +1 -0
  573. package/lib/models/UserDetailsModel.d.ts +10 -0
  574. package/lib/models/UserDetailsModel.d.ts.map +1 -0
  575. package/lib/models/UserModel.d.ts +47 -0
  576. package/lib/models/UserModel.d.ts.map +1 -0
  577. package/lib/models/VerifyOtpRequestModel.d.ts +8 -0
  578. package/lib/models/VerifyOtpRequestModel.d.ts.map +1 -0
  579. package/lib/models/WageCalculatorModel.d.ts +15 -0
  580. package/lib/models/WageCalculatorModel.d.ts.map +1 -0
  581. package/lib/models/WageInfoModel.d.ts +9 -0
  582. package/lib/models/WageInfoModel.d.ts.map +1 -0
  583. package/lib/models/addressValidation/AddressRecommendationModel.d.ts +12 -0
  584. package/lib/models/addressValidation/AddressRecommendationModel.d.ts.map +1 -0
  585. package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts +11 -0
  586. package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts.map +1 -0
  587. package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts +6 -0
  588. package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts.map +1 -0
  589. package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts +16 -0
  590. package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts.map +1 -0
  591. package/lib/models/case/CaseAttachmentModel.d.ts +6 -0
  592. package/lib/models/case/CaseAttachmentModel.d.ts.map +1 -0
  593. package/lib/models/claimant/ClaimantModel.d.ts +23 -0
  594. package/lib/models/claimant/ClaimantModel.d.ts.map +1 -0
  595. package/lib/models/claimant/JobResultsData.d.ts +8 -0
  596. package/lib/models/claimant/JobResultsData.d.ts.map +1 -0
  597. package/lib/models/claimant/MatchingJobs.d.ts +13 -0
  598. package/lib/models/claimant/MatchingJobs.d.ts.map +1 -0
  599. package/lib/models/claimant/ResetPasswordModel.d.ts +9 -0
  600. package/lib/models/claimant/ResetPasswordModel.d.ts.map +1 -0
  601. package/lib/models/cmp/CaseCoreModel.d.ts +21 -0
  602. package/lib/models/cmp/CaseCoreModel.d.ts.map +1 -0
  603. package/lib/models/cmp/ComplaintCategoryModel.d.ts +9 -0
  604. package/lib/models/cmp/ComplaintCategoryModel.d.ts.map +1 -0
  605. package/lib/models/cmp/ComplaintCategoryOutputModel.d.ts +6 -0
  606. package/lib/models/cmp/ComplaintCategoryOutputModel.d.ts.map +1 -0
  607. package/lib/models/cmp/ContactUsModel.d.ts +23 -0
  608. package/lib/models/cmp/ContactUsModel.d.ts.map +1 -0
  609. package/lib/models/cmp/EmailTemplateModel.d.ts +7 -0
  610. package/lib/models/cmp/EmailTemplateModel.d.ts.map +1 -0
  611. package/lib/models/cmp/contactUsInqueryModel.d.ts +47 -0
  612. package/lib/models/cmp/contactUsInqueryModel.d.ts.map +1 -0
  613. package/lib/models/cmp/messageRourceModel.d.ts +6 -0
  614. package/lib/models/cmp/messageRourceModel.d.ts.map +1 -0
  615. package/lib/models/combo-model.d.ts +42 -0
  616. package/lib/models/combo-model.d.ts.map +1 -0
  617. package/lib/models/dashboard-model.d.ts +66 -0
  618. package/lib/models/dashboard-model.d.ts.map +1 -0
  619. package/lib/models/dependent.model.d.ts +20 -0
  620. package/lib/models/dependent.model.d.ts.map +1 -0
  621. package/lib/models/fileupload/DocUploadModel.d.ts +22 -0
  622. package/lib/models/fileupload/DocUploadModel.d.ts.map +1 -0
  623. package/lib/models/fileupload/EmployerDataModel.d.ts +6 -0
  624. package/lib/models/fileupload/EmployerDataModel.d.ts.map +1 -0
  625. package/lib/models/fileupload/FileObject.d.ts +8 -0
  626. package/lib/models/fileupload/FileObject.d.ts.map +1 -0
  627. package/lib/models/fileupload/FileObjectArray.d.ts +8 -0
  628. package/lib/models/fileupload/FileObjectArray.d.ts.map +1 -0
  629. package/lib/models/questionnaire/AppealParticipantModel.d.ts +17 -0
  630. package/lib/models/questionnaire/AppealParticipantModel.d.ts.map +1 -0
  631. package/lib/models/questionnaire/AutocoderModel.d.ts +9 -0
  632. package/lib/models/questionnaire/AutocoderModel.d.ts.map +1 -0
  633. package/lib/models/questionnaire/ClaimAppEmpRequestModel.d.ts +9 -0
  634. package/lib/models/questionnaire/ClaimAppEmpRequestModel.d.ts.map +1 -0
  635. package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +21 -0
  636. package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts.map +1 -0
  637. package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +167 -0
  638. package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -0
  639. package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +21 -0
  640. package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts.map +1 -0
  641. package/lib/models/questionnaire/ComboModel.d.ts +110 -0
  642. package/lib/models/questionnaire/ComboModel.d.ts.map +1 -0
  643. package/lib/models/questionnaire/ElementsModel.d.ts +70 -0
  644. package/lib/models/questionnaire/ElementsModel.d.ts.map +1 -0
  645. package/lib/models/questionnaire/EmployerDetailSearchResult.d.ts +18 -0
  646. package/lib/models/questionnaire/EmployerDetailSearchResult.d.ts.map +1 -0
  647. package/lib/models/questionnaire/EmployerWagesModel.d.ts +5 -0
  648. package/lib/models/questionnaire/EmployerWagesModel.d.ts.map +1 -0
  649. package/lib/models/questionnaire/FBConfigModel.d.ts +12 -0
  650. package/lib/models/questionnaire/FBConfigModel.d.ts.map +1 -0
  651. package/lib/models/questionnaire/KeyValueModel.d.ts +11 -0
  652. package/lib/models/questionnaire/KeyValueModel.d.ts.map +1 -0
  653. package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +13 -0
  654. package/lib/models/questionnaire/LegalDiscaimarModel.d.ts.map +1 -0
  655. package/lib/models/questionnaire/LoaderModel.d.ts +5 -0
  656. package/lib/models/questionnaire/LoaderModel.d.ts.map +1 -0
  657. package/lib/models/questionnaire/PollingStatusModel.d.ts +7 -0
  658. package/lib/models/questionnaire/PollingStatusModel.d.ts.map +1 -0
  659. package/lib/models/questionnaire/QtrYearEmployerWageModel.d.ts +9 -0
  660. package/lib/models/questionnaire/QtrYearEmployerWageModel.d.ts.map +1 -0
  661. package/lib/models/questionnaire/QuestionnaireQueryModel.d.ts +24 -0
  662. package/lib/models/questionnaire/QuestionnaireQueryModel.d.ts.map +1 -0
  663. package/lib/models/questionnaire/QuestionnaireReturnModel.d.ts +21 -0
  664. package/lib/models/questionnaire/QuestionnaireReturnModel.d.ts.map +1 -0
  665. package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +25 -0
  666. package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts.map +1 -0
  667. package/lib/models/questionnaire/RequalifyLiftIssuesModel.d.ts +14 -0
  668. package/lib/models/questionnaire/RequalifyLiftIssuesModel.d.ts.map +1 -0
  669. package/lib/models/questionnaire/ScrollableTextModel.d.ts +4 -0
  670. package/lib/models/questionnaire/ScrollableTextModel.d.ts.map +1 -0
  671. package/lib/models/questionnaire/ServiceActionResponseModel.d.ts +7 -0
  672. package/lib/models/questionnaire/ServiceActionResponseModel.d.ts.map +1 -0
  673. package/lib/models/questionnaire/StatusModel.d.ts +17 -0
  674. package/lib/models/questionnaire/StatusModel.d.ts.map +1 -0
  675. package/lib/models/questionnaire/SuccessPageElement.d.ts +9 -0
  676. package/lib/models/questionnaire/SuccessPageElement.d.ts.map +1 -0
  677. package/lib/models/questionnaire/UI512AResponseModel.d.ts +13 -0
  678. package/lib/models/questionnaire/UI512AResponseModel.d.ts.map +1 -0
  679. package/lib/models/questionnaire/ValidationModel.d.ts +18 -0
  680. package/lib/models/questionnaire/ValidationModel.d.ts.map +1 -0
  681. package/lib/models/questionnaire/WbaHelperTextModel.d.ts +4 -0
  682. package/lib/models/questionnaire/WbaHelperTextModel.d.ts.map +1 -0
  683. package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts +9 -0
  684. package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts.map +1 -0
  685. package/lib/models/weekly-cert/address-detail-model.d.ts +14 -0
  686. package/lib/models/weekly-cert/address-detail-model.d.ts.map +1 -0
  687. package/lib/models/weekly-cert/admin-leave-details-model.d.ts +15 -0
  688. package/lib/models/weekly-cert/admin-leave-details-model.d.ts.map +1 -0
  689. package/lib/models/weekly-cert/employer-info-v2-model.d.ts +27 -0
  690. package/lib/models/weekly-cert/employer-info-v2-model.d.ts.map +1 -0
  691. package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts +57 -0
  692. package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts.map +1 -0
  693. package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts +59 -0
  694. package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts.map +1 -0
  695. package/lib/models/weekly-cert/work-search-record-v2-model.d.ts +66 -0
  696. package/lib/models/weekly-cert/work-search-record-v2-model.d.ts.map +1 -0
  697. package/lib/models/weekly-cert/work-search-v2-model.d.ts +18 -0
  698. package/lib/models/weekly-cert/work-search-v2-model.d.ts.map +1 -0
  699. package/lib/ngx-reusa-app-lib.component.d.ts +9 -0
  700. package/lib/ngx-reusa-app-lib.component.d.ts.map +1 -0
  701. package/lib/ngx-reusa-app-lib.module.d.ts +193 -0
  702. package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -0
  703. package/lib/ngx-reusa-app-lib.service.d.ts +7 -0
  704. package/lib/ngx-reusa-app-lib.service.d.ts.map +1 -0
  705. package/lib/pages/BasePage.d.ts +29 -0
  706. package/lib/pages/BasePage.d.ts.map +1 -0
  707. package/lib/pages/common/accessibility-policy/accessibility-policy.page.d.ts +12 -0
  708. package/lib/pages/common/accessibility-policy/accessibility-policy.page.d.ts.map +1 -0
  709. package/lib/pages/common/change-password/change-password.page.d.ts +44 -0
  710. package/lib/pages/common/change-password/change-password.page.d.ts.map +1 -0
  711. package/lib/pages/common/landing/landing.component.d.ts +25 -0
  712. package/lib/pages/common/landing/landing.component.d.ts.map +1 -0
  713. package/lib/pages/common/landing2/landing2.component.d.ts +31 -0
  714. package/lib/pages/common/landing2/landing2.component.d.ts.map +1 -0
  715. package/lib/pages/common/login/login.component.d.ts +65 -0
  716. package/lib/pages/common/login/login.component.d.ts.map +1 -0
  717. package/lib/pages/common/not-found/not-found.page.d.ts +9 -0
  718. package/lib/pages/common/not-found/not-found.page.d.ts.map +1 -0
  719. package/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.d.ts +12 -0
  720. package/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.d.ts.map +1 -0
  721. package/lib/pages/common/security-policy/security-policy.page.d.ts +12 -0
  722. package/lib/pages/common/security-policy/security-policy.page.d.ts.map +1 -0
  723. package/lib/pages/common/unauthorized/unauthorized.page.d.ts +9 -0
  724. package/lib/pages/common/unauthorized/unauthorized.page.d.ts.map +1 -0
  725. package/lib/pages/popovers/language/language.page.d.ts +17 -0
  726. package/lib/pages/popovers/language/language.page.d.ts.map +1 -0
  727. package/lib/pages/popovers/my-notifications/my-notifications.page.d.ts +22 -0
  728. package/lib/pages/popovers/my-notifications/my-notifications.page.d.ts.map +1 -0
  729. package/lib/pages/popovers/my-profile/my-profile.page.d.ts +21 -0
  730. package/lib/pages/popovers/my-profile/my-profile.page.d.ts.map +1 -0
  731. package/lib/pages/popovers/user-search/user-search.component.d.ts +32 -0
  732. package/lib/pages/popovers/user-search/user-search.component.d.ts.map +1 -0
  733. package/lib/pipes/filter.pipe.d.ts +8 -0
  734. package/lib/pipes/filter.pipe.d.ts.map +1 -0
  735. package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts +14 -0
  736. package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts.map +1 -0
  737. package/lib/pipes/mask/mask.email.pipe.d.ts +11 -0
  738. package/lib/pipes/mask/mask.email.pipe.d.ts.map +1 -0
  739. package/lib/pipes/proper-case/proper-case.pipe.d.ts +9 -0
  740. package/lib/pipes/proper-case/proper-case.pipe.d.ts.map +1 -0
  741. package/lib/pipes/translate/dynamic-translate.pipe.d.ts +11 -0
  742. package/lib/pipes/translate/dynamic-translate.pipe.d.ts.map +1 -0
  743. package/lib/pipes/trust-html/trust-html.pipe.d.ts +11 -0
  744. package/lib/pipes/trust-html/trust-html.pipe.d.ts.map +1 -0
  745. package/lib/services/address-validation-service/address-validation.service.d.ts +44 -0
  746. package/lib/services/address-validation-service/address-validation.service.d.ts.map +1 -0
  747. package/lib/services/appeal/appeal.service.d.ts +16 -0
  748. package/lib/services/appeal/appeal.service.d.ts.map +1 -0
  749. package/lib/services/base-service.d.ts +105 -0
  750. package/lib/services/base-service.d.ts.map +1 -0
  751. package/lib/services/birt-service/birt.service.d.ts +17 -0
  752. package/lib/services/birt-service/birt.service.d.ts.map +1 -0
  753. package/lib/services/captcha/captcha.service.d.ts +16 -0
  754. package/lib/services/captcha/captcha.service.d.ts.map +1 -0
  755. package/lib/services/case-service/case.service.d.ts +20 -0
  756. package/lib/services/case-service/case.service.d.ts.map +1 -0
  757. package/lib/services/chatbot/chatbot.service.d.ts +61 -0
  758. package/lib/services/chatbot/chatbot.service.d.ts.map +1 -0
  759. package/lib/services/chatbot/script.const.d.ts +16 -0
  760. package/lib/services/chatbot/script.const.d.ts.map +1 -0
  761. package/lib/services/claimant/claimant.service.d.ts +18 -0
  762. package/lib/services/claimant/claimant.service.d.ts.map +1 -0
  763. package/lib/services/claimant-context/claimant-context.service.d.ts +19 -0
  764. package/lib/services/claimant-context/claimant-context.service.d.ts.map +1 -0
  765. package/lib/services/claimant-service/claimant.service.d.ts +25 -0
  766. package/lib/services/claimant-service/claimant.service.d.ts.map +1 -0
  767. package/lib/services/claims/claims.service.d.ts +76 -0
  768. package/lib/services/claims/claims.service.d.ts.map +1 -0
  769. package/lib/services/cmp-service/cmp.service.d.ts +34 -0
  770. package/lib/services/cmp-service/cmp.service.d.ts.map +1 -0
  771. package/lib/services/dms-service/dms.service.d.ts +24 -0
  772. package/lib/services/dms-service/dms.service.d.ts.map +1 -0
  773. package/lib/services/employer/employer-service.d.ts +16 -0
  774. package/lib/services/employer/employer-service.d.ts.map +1 -0
  775. package/lib/services/event-service/event-service.d.ts +20 -0
  776. package/lib/services/event-service/event-service.d.ts.map +1 -0
  777. package/lib/services/fpjs/fingerprint.service.d.ts +19 -0
  778. package/lib/services/fpjs/fingerprint.service.d.ts.map +1 -0
  779. package/lib/services/google-analytics/google-analytics.service.d.ts +9 -0
  780. package/lib/services/google-analytics/google-analytics.service.d.ts.map +1 -0
  781. package/lib/services/help/help.service.d.ts +26 -0
  782. package/lib/services/help/help.service.d.ts.map +1 -0
  783. package/lib/services/idle/idle.service.d.ts +44 -0
  784. package/lib/services/idle/idle.service.d.ts.map +1 -0
  785. package/lib/services/logger/logger.service.d.ts +32 -0
  786. package/lib/services/logger/logger.service.d.ts.map +1 -0
  787. package/lib/services/login/login.service.d.ts +81 -0
  788. package/lib/services/login/login.service.d.ts.map +1 -0
  789. package/lib/services/maintenance/maintenance.service.d.ts +16 -0
  790. package/lib/services/maintenance/maintenance.service.d.ts.map +1 -0
  791. package/lib/services/notification/notification.service.d.ts +39 -0
  792. package/lib/services/notification/notification.service.d.ts.map +1 -0
  793. package/lib/services/offline-claims/offline-claims.service.d.ts +64 -0
  794. package/lib/services/offline-claims/offline-claims.service.d.ts.map +1 -0
  795. package/lib/services/questionnaire/questionnaire.service.d.ts +37 -0
  796. package/lib/services/questionnaire/questionnaire.service.d.ts.map +1 -0
  797. package/lib/services/questionnaire/validation.service.d.ts +85 -0
  798. package/lib/services/questionnaire/validation.service.d.ts.map +1 -0
  799. package/lib/services/security-service/security.service.d.ts +26 -0
  800. package/lib/services/security-service/security.service.d.ts.map +1 -0
  801. package/lib/services/tour/tour.service.d.ts +25 -0
  802. package/lib/services/tour/tour.service.d.ts.map +1 -0
  803. package/lib/services/util/util.service.d.ts +200 -0
  804. package/lib/services/util/util.service.d.ts.map +1 -0
  805. package/lib/services/weekly-cert/review.service.d.ts +23 -0
  806. package/lib/services/weekly-cert/review.service.d.ts.map +1 -0
  807. package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts +59 -0
  808. package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -0
  809. package/lib/services/weekly-cert/weekly-cert.service.d.ts +17 -0
  810. package/lib/services/weekly-cert/weekly-cert.service.d.ts.map +1 -0
  811. package/lib/services/weekly-cert/work-search.service.d.ts +26 -0
  812. package/lib/services/weekly-cert/work-search.service.d.ts.map +1 -0
  813. package/lib/validations/AppRegex.d.ts +48 -0
  814. package/lib/validations/AppRegex.d.ts.map +1 -0
  815. package/lib/validations/AppValidators.d.ts +78 -0
  816. package/lib/validations/AppValidators.d.ts.map +1 -0
  817. package/package.json +25 -0
  818. package/public-api.d.ts +170 -0
  819. package/public-api.d.ts.map +1 -0
  820. package/uiapplib-ngx-ui-web-lib.d.ts.map +1 -0
@@ -0,0 +1,316 @@
1
+ import { ChangeDetectionStrategy, Component } from '@angular/core';
2
+ import { NG_VALUE_ACCESSOR } from '@angular/forms';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "../../services/questionnaire/validation.service";
5
+ import * as i2 from "@ionic/angular";
6
+ import * as i3 from "@angular/common";
7
+ import * as i4 from "primeng/api";
8
+ import * as i5 from "primeng/dialog";
9
+ import * as i6 from "primeng/table";
10
+ import * as i7 from "@fortawesome/angular-fontawesome";
11
+ import * as i8 from "../ssn/ssn.component";
12
+ import * as i9 from "../questionnaire/multi-questionnaire/multi-questionnaire.component";
13
+ import * as i10 from "@ngx-translate/core";
14
+ import * as i11 from "../../pipes/trust-html/trust-html.pipe";
15
+ function DependentGridComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
16
+ i0.ɵɵelementStart(0, "tr")(1, "th");
17
+ i0.ɵɵtext(2);
18
+ i0.ɵɵpipe(3, "translate");
19
+ i0.ɵɵelementEnd();
20
+ i0.ɵɵelementStart(4, "th");
21
+ i0.ɵɵtext(5);
22
+ i0.ɵɵpipe(6, "translate");
23
+ i0.ɵɵelementEnd();
24
+ i0.ɵɵelementStart(7, "th");
25
+ i0.ɵɵtext(8);
26
+ i0.ɵɵpipe(9, "translate");
27
+ i0.ɵɵelementEnd();
28
+ i0.ɵɵelement(10, "th");
29
+ i0.ɵɵelementEnd();
30
+ } if (rf & 2) {
31
+ i0.ɵɵadvance(2);
32
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 3, "dependent.grid.header.dependent"), " ");
33
+ i0.ɵɵadvance(3);
34
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(6, 5, "dependent.grid.header.ssn"), " ");
35
+ i0.ɵɵadvance(3);
36
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(9, 7, "dependent.grid.header.relationship"), " ");
37
+ } }
38
+ function DependentGridComponent_ng_template_4_app_ssn_14_Template(rf, ctx) { if (rf & 1) {
39
+ i0.ɵɵelement(0, "app-ssn", 19);
40
+ } if (rf & 2) {
41
+ const dependent_r7 = i0.ɵɵnextContext().$implicit;
42
+ i0.ɵɵproperty("ssn", dependent_r7.dependentSSN);
43
+ } }
44
+ function DependentGridComponent_ng_template_4_span_15_Template(rf, ctx) { if (rf & 1) {
45
+ i0.ɵɵelementStart(0, "span");
46
+ i0.ɵɵtext(1, "--");
47
+ i0.ɵɵelementEnd();
48
+ } }
49
+ const _c0 = () => ["fal", "edit"];
50
+ const _c1 = () => ["fal", "trash-alt"];
51
+ function DependentGridComponent_ng_template_4_Template(rf, ctx) { if (rf & 1) {
52
+ const _r13 = i0.ɵɵgetCurrentView();
53
+ i0.ɵɵelementStart(0, "tr", 12)(1, "td")(2, "span", 13);
54
+ i0.ɵɵtext(3);
55
+ i0.ɵɵpipe(4, "translate");
56
+ i0.ɵɵelementEnd();
57
+ i0.ɵɵtext(5);
58
+ i0.ɵɵelement(6, "br");
59
+ i0.ɵɵelementStart(7, "span", 14);
60
+ i0.ɵɵtext(8);
61
+ i0.ɵɵpipe(9, "date");
62
+ i0.ɵɵelementEnd()();
63
+ i0.ɵɵelementStart(10, "td")(11, "span", 13);
64
+ i0.ɵɵtext(12);
65
+ i0.ɵɵpipe(13, "translate");
66
+ i0.ɵɵelementEnd();
67
+ i0.ɵɵtemplate(14, DependentGridComponent_ng_template_4_app_ssn_14_Template, 1, 1, "app-ssn", 15)(15, DependentGridComponent_ng_template_4_span_15_Template, 2, 0, "span", 16);
68
+ i0.ɵɵelementEnd();
69
+ i0.ɵɵelementStart(16, "td")(17, "span", 13);
70
+ i0.ɵɵtext(18);
71
+ i0.ɵɵpipe(19, "translate");
72
+ i0.ɵɵelementEnd();
73
+ i0.ɵɵtext(20);
74
+ i0.ɵɵelementEnd();
75
+ i0.ɵɵelementStart(21, "td")(22, "ion-button", 17);
76
+ i0.ɵɵlistener("click", function DependentGridComponent_ng_template_4_Template_ion_button_click_22_listener() { const restoredCtx = i0.ɵɵrestoreView(_r13); const dependent_r7 = restoredCtx.$implicit; const ctx_r12 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r12.editDependent(dependent_r7)); });
77
+ i0.ɵɵelement(23, "fa-icon", 18);
78
+ i0.ɵɵelementEnd();
79
+ i0.ɵɵelementStart(24, "ion-button", 17);
80
+ i0.ɵɵlistener("click", function DependentGridComponent_ng_template_4_Template_ion_button_click_24_listener() { const restoredCtx = i0.ɵɵrestoreView(_r13); const dependent_r7 = restoredCtx.$implicit; const ctx_r14 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r14.deleteDependent(dependent_r7)); });
81
+ i0.ɵɵelement(25, "fa-icon", 18);
82
+ i0.ɵɵelementEnd()()();
83
+ } if (rf & 2) {
84
+ const dependent_r7 = ctx.$implicit;
85
+ const rowIndex_r8 = ctx.rowIndex;
86
+ i0.ɵɵproperty("ngClass", dependent_r7.markForDeletion ? "strikethrough" : null);
87
+ i0.ɵɵadvance(3);
88
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 14, "dependent.grid.header.dependent"));
89
+ i0.ɵɵadvance(2);
90
+ i0.ɵɵtextInterpolate2(" ", dependent_r7.dependentFirstName, " ", dependent_r7.dependentLastName, " ");
91
+ i0.ɵɵadvance(3);
92
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(9, 16, dependent_r7.dependentDateOfBirth, "MMMM d, y"));
93
+ i0.ɵɵadvance(4);
94
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(13, 19, "dependent.grid.header.ssn"));
95
+ i0.ɵɵadvance(2);
96
+ i0.ɵɵproperty("ngIf", dependent_r7.dependentSSN && dependent_r7.isSsnAvailable == "Y");
97
+ i0.ɵɵadvance(1);
98
+ i0.ɵɵproperty("ngIf", !dependent_r7.dependentSSN && dependent_r7.isSsnAvailable == "N");
99
+ i0.ɵɵadvance(3);
100
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(19, 21, "dependent.grid.header.relationship"));
101
+ i0.ɵɵadvance(2);
102
+ i0.ɵɵtextInterpolate1(" ", dependent_r7.relationship == null ? null : dependent_r7.relationship.text, " ");
103
+ i0.ɵɵadvance(2);
104
+ i0.ɵɵproperty("id", "btnDependentEdit-" + rowIndex_r8);
105
+ i0.ɵɵadvance(1);
106
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(23, _c0));
107
+ i0.ɵɵadvance(1);
108
+ i0.ɵɵproperty("id", "btnDependentDelete-" + rowIndex_r8);
109
+ i0.ɵɵadvance(1);
110
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(24, _c1));
111
+ } }
112
+ const _c2 = () => ["fal", "plus"];
113
+ function DependentGridComponent_ng_template_5_Template(rf, ctx) { if (rf & 1) {
114
+ const _r17 = i0.ɵɵgetCurrentView();
115
+ i0.ɵɵelementStart(0, "table")(1, "tr")(2, "td", 20);
116
+ i0.ɵɵelement(3, "div", 21);
117
+ i0.ɵɵpipe(4, "trustHtml");
118
+ i0.ɵɵpipe(5, "translate");
119
+ i0.ɵɵelementEnd();
120
+ i0.ɵɵelementStart(6, "td", 22)(7, "ion-button", 23);
121
+ i0.ɵɵlistener("click", function DependentGridComponent_ng_template_5_Template_ion_button_click_7_listener() { i0.ɵɵrestoreView(_r17); const ctx_r16 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r16.showAddDependentPopup = !ctx_r16.showAddDependentPopup); });
122
+ i0.ɵɵelement(8, "fa-icon", 18);
123
+ i0.ɵɵelementEnd()();
124
+ i0.ɵɵelementStart(9, "td", 24);
125
+ i0.ɵɵtext(10, "\u00A0");
126
+ i0.ɵɵelementEnd()()();
127
+ } if (rf & 2) {
128
+ i0.ɵɵadvance(2);
129
+ i0.ɵɵattribute("colspan", 2);
130
+ i0.ɵɵadvance(1);
131
+ i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind1(4, 4, i0.ɵɵpipeBind1(5, 6, "dependent.grid.footer.label")), i0.ɵɵsanitizeHtml);
132
+ i0.ɵɵadvance(4);
133
+ i0.ɵɵproperty("id", "btnAddDependent");
134
+ i0.ɵɵadvance(1);
135
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(8, _c2));
136
+ } }
137
+ function DependentGridComponent_app_multi_questionnaire_10_Template(rf, ctx) { if (rf & 1) {
138
+ const _r19 = i0.ɵɵgetCurrentView();
139
+ i0.ɵɵelementStart(0, "app-multi-questionnaire", 25);
140
+ i0.ɵɵlistener("onComplete", function DependentGridComponent_app_multi_questionnaire_10_Template_app_multi_questionnaire_onComplete_0_listener($event) { i0.ɵɵrestoreView(_r19); const ctx_r18 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r18.addDependent($event)); })("modelCancel", function DependentGridComponent_app_multi_questionnaire_10_Template_app_multi_questionnaire_modelCancel_0_listener() { i0.ɵɵrestoreView(_r19); const ctx_r20 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r20.close()); });
141
+ i0.ɵɵelementEnd();
142
+ } if (rf & 2) {
143
+ const ctx_r4 = i0.ɵɵnextContext();
144
+ i0.ɵɵproperty("qeQueryModels", ctx_r4.qeQueryModels)("autoSave", false)("formData", ctx_r4.selectedDependent);
145
+ } }
146
+ function DependentGridComponent_ng_template_16_Template(rf, ctx) { if (rf & 1) {
147
+ const _r22 = i0.ɵɵgetCurrentView();
148
+ i0.ɵɵelementStart(0, "ion-button", 26);
149
+ i0.ɵɵlistener("click", function DependentGridComponent_ng_template_16_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r22); const ctx_r21 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r21.close()); });
150
+ i0.ɵɵtext(1, " Close ");
151
+ i0.ɵɵelementEnd();
152
+ i0.ɵɵelementStart(2, "ion-button", 27);
153
+ i0.ɵɵlistener("click", function DependentGridComponent_ng_template_16_Template_ion_button_click_2_listener() { i0.ɵɵrestoreView(_r22); const ctx_r23 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r23.editDuplicateDependent()); });
154
+ i0.ɵɵtext(3, " Edit ");
155
+ i0.ɵɵelementEnd();
156
+ } }
157
+ const _c3 = () => ({ width: "45vw" });
158
+ const _c4 = () => ({ "1200px": "660px", "992px": "660px", "768px": "660px", "576px": "100vw" });
159
+ export class DependentGridComponent {
160
+ constructor(vs) {
161
+ this.vs = vs;
162
+ this.indexToEdit = null;
163
+ this.dependents = [];
164
+ this.showAddDependentPopup = false;
165
+ this.showDuplicatePopup = false;
166
+ this.qeQueryModels = [
167
+ {
168
+ flowFactFindingInq: false, flowAbleAndAvailable: false, userType: "CLMT", flowFrom: "CMIN", questionnaireIds: [339],
169
+ flowWCAbleAndAvailable: false, flowKey: "add-dependents", isMfaRequired: false, isScreenQuestionnaire: true
170
+ }
171
+ ];
172
+ this.onChange = (value) => {
173
+ };
174
+ this.onTouch = () => {
175
+ };
176
+ this.onChangeSubs = [];
177
+ }
178
+ ngOnDestroy() {
179
+ for (let sub of this.onChangeSubs) {
180
+ sub.unsubscribe();
181
+ }
182
+ }
183
+ writeValue(deps) {
184
+ if (deps && deps.dependents) {
185
+ this.dependents = deps.dependents;
186
+ this.publishDependents();
187
+ }
188
+ }
189
+ registerOnChange(fn) {
190
+ let sub = this.vs.dependents.subscribe(fn);
191
+ this.onChangeSubs.push(sub);
192
+ }
193
+ registerOnTouched(fn) {
194
+ this.onTouch = fn;
195
+ }
196
+ setDisabledState(isDisabled) {
197
+ }
198
+ ngOnInit() {
199
+ let deps = this.vs.dependents.getValue() || [];
200
+ if (deps && deps.dependents) {
201
+ this.dependents = deps.dependents;
202
+ }
203
+ }
204
+ addDependent(event) {
205
+ let dependent = event.get(this.qeQueryModels[0].questionnaireIds[0]);
206
+ if (this.checkForDuplicate(dependent)) {
207
+ this.selectedDependent = dependent;
208
+ this.showAddDependentPopup = false;
209
+ this.showDuplicatePopup = true;
210
+ return;
211
+ }
212
+ if (this.indexToEdit != null) {
213
+ this.dependents[this.indexToEdit] = dependent;
214
+ }
215
+ else {
216
+ this.dependents.push(dependent);
217
+ }
218
+ this.showAddDependentPopup = false;
219
+ this.selectedDependent = null;
220
+ this.indexToEdit = null;
221
+ this.publishDependents();
222
+ }
223
+ publishDependents() {
224
+ let dependents = { dependents: this.dependents };
225
+ this.vs.dependents.next(this.dependents.length > 0 ? dependents : null);
226
+ }
227
+ editDependent(dependent) {
228
+ this.selectedDependent = dependent;
229
+ this.indexToEdit = this.dependents.indexOf(dependent);
230
+ this.showAddDependentPopup = true;
231
+ }
232
+ editDuplicateDependent() {
233
+ this.showDuplicatePopup = false;
234
+ this.showAddDependentPopup = true;
235
+ }
236
+ deleteDependent(dependent) {
237
+ let index = this.dependents.indexOf(dependent);
238
+ if (dependent.dependentId) {
239
+ dependent.markForDeletion = true;
240
+ this.dependents[index] = dependent;
241
+ }
242
+ else {
243
+ this.dependents.splice(index, 1);
244
+ }
245
+ this.publishDependents();
246
+ }
247
+ close() {
248
+ this.showAddDependentPopup = false;
249
+ this.indexToEdit = null;
250
+ this.selectedDependent = null;
251
+ this.showDuplicatePopup = false;
252
+ }
253
+ checkForDuplicate(dependent) {
254
+ if (this.dependents) {
255
+ let dependents = this.dependents.filter(d => {
256
+ if (this.indexToEdit == this.dependents.indexOf(d)) {
257
+ return false;
258
+ }
259
+ let result = (dependent.dependentSSN && d.dependentSSN && dependent.dependentSSN.replace(/-/g, '') === d.dependentSSN)
260
+ ||
261
+ (dependent.dependentDateOfBirth === d.dependentDateOfBirth &&
262
+ dependent.dependentFirstName === d.dependentFirstName &&
263
+ dependent.dependentLastName === d.dependentLastName);
264
+ return result;
265
+ });
266
+ return dependents.length > 0;
267
+ }
268
+ else {
269
+ return false;
270
+ }
271
+ }
272
+ static { this.ɵfac = function DependentGridComponent_Factory(t) { return new (t || DependentGridComponent)(i0.ɵɵdirectiveInject(i1.ValidationService)); }; }
273
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DependentGridComponent, selectors: [["app-dependent-grid"]], features: [i0.ɵɵProvidersFeature([{
274
+ provide: NG_VALUE_ACCESSOR,
275
+ useExisting: DependentGridComponent,
276
+ multi: true
277
+ }])], decls: 17, vars: 16, consts: [[2, "margin-left", "-5px"], ["styleClass", "p-datatable-striped app-datatable ion-padding-top", 3, "rowHover", "value"], ["dt", ""], ["pTemplate", "header"], ["pTemplate", "body"], ["pTemplate", "summary"], [1, "ion-text-center", "ion-hide-xl-up", "ion-hide-lg-up", "ion-hide-md-up"], ["shape", "round", "color", "success", "fill", "outline", 3, "click"], [3, "qeQueryModels", "autoSave", "formData", "onComplete", "modelCancel", 4, "ngIf"], ["appendTo", "body", "position", "top", "appendTo", "body", "closeOnEscape", "false", 3, "visible", "modal", "breakpoints", "baseZIndex", "draggable", "resizable"], [1, "heading"], ["pTemplate", "footer"], [1, "ion-padding-top", "ion-padding-bottom", 3, "ngClass"], [1, "p-column-title"], [2, "font-size", "12px"], [3, "ssn", 4, "ngIf"], [4, "ngIf"], ["fill", "outline", "size", "small", 1, "action-button", 3, "id", "click"], [1, "action-icon", 3, "icon"], [3, "ssn"], [2, "width", "40%"], [3, "innerHtml"], [2, "width", "9.75%", "text-align", "right"], ["fill", "outline", "size", "small", "aria-label", "Add employer", 1, "action-button", 3, "id", "click"], ["colspan", "4"], [3, "qeQueryModels", "autoSave", "formData", "onComplete", "modelCancel"], ["shape", "round", "size", "small", "type", "submit", "fill", "outline", 3, "click"], ["shape", "round", "size", "small", "type", "submit", "fill", "solid", 3, "click"]], template: function DependentGridComponent_Template(rf, ctx) { if (rf & 1) {
278
+ i0.ɵɵelementStart(0, "div", 0)(1, "p-table", 1, 2);
279
+ i0.ɵɵtemplate(3, DependentGridComponent_ng_template_3_Template, 11, 9, "ng-template", 3)(4, DependentGridComponent_ng_template_4_Template, 26, 25, "ng-template", 4)(5, DependentGridComponent_ng_template_5_Template, 11, 9, "ng-template", 5);
280
+ i0.ɵɵelementEnd();
281
+ i0.ɵɵelementStart(6, "div", 6)(7, "ion-button", 7);
282
+ i0.ɵɵlistener("click", function DependentGridComponent_Template_ion_button_click_7_listener() { return ctx.showAddDependentPopup = !ctx.showAddDependentPopup; });
283
+ i0.ɵɵtext(8);
284
+ i0.ɵɵpipe(9, "translate");
285
+ i0.ɵɵelementEnd()();
286
+ i0.ɵɵtemplate(10, DependentGridComponent_app_multi_questionnaire_10_Template, 1, 3, "app-multi-questionnaire", 8);
287
+ i0.ɵɵelementStart(11, "p-dialog", 9)(12, "h4", 10);
288
+ i0.ɵɵtext(13, "Duplicate dependent not allowed");
289
+ i0.ɵɵelementEnd();
290
+ i0.ɵɵelementStart(14, "ion-label");
291
+ i0.ɵɵtext(15, "It seems like you have added a dependent that has been added already. Please check details and try adding dependent again.");
292
+ i0.ɵɵelementEnd();
293
+ i0.ɵɵtemplate(16, DependentGridComponent_ng_template_16_Template, 4, 0, "ng-template", 11);
294
+ i0.ɵɵelementEnd()();
295
+ } if (rf & 2) {
296
+ i0.ɵɵadvance(1);
297
+ i0.ɵɵproperty("rowHover", true)("value", ctx.dependents);
298
+ i0.ɵɵadvance(7);
299
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(9, 12, "dependent.grid.header.add"), " ");
300
+ i0.ɵɵadvance(2);
301
+ i0.ɵɵproperty("ngIf", ctx.showAddDependentPopup);
302
+ i0.ɵɵadvance(1);
303
+ i0.ɵɵstyleMap(i0.ɵɵpureFunction0(14, _c3));
304
+ i0.ɵɵproperty("visible", ctx.showDuplicatePopup)("modal", true)("breakpoints", i0.ɵɵpureFunction0(15, _c4))("baseZIndex", 5000)("draggable", false)("resizable", false);
305
+ } }, dependencies: [i2.IonButton, i2.IonLabel, i3.NgClass, i3.NgIf, i4.PrimeTemplate, i5.Dialog, i6.Table, i7.FaIconComponent, i8.SsnComponent, i9.MultiQuestionnaireComponent, i3.DatePipe, i10.TranslatePipe, i11.TrustHtmlPipe], styles: [".strikethrough[_ngcontent-%COMP%]{text-decoration:line-through}"] }); }
306
+ }
307
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DependentGridComponent, [{
308
+ type: Component,
309
+ args: [{ selector: 'app-dependent-grid', providers: [{
310
+ provide: NG_VALUE_ACCESSOR,
311
+ useExisting: DependentGridComponent,
312
+ multi: true
313
+ }], changeDetection: ChangeDetectionStrategy.Default, template: "<div style=\"margin-left: -5px;\">\r\n <p-table #dt [rowHover]=\"true\" styleClass=\"p-datatable-striped app-datatable ion-padding-top\" [value]=\"dependents\">\r\n <ng-template pTemplate=\"header\" let-columns>\r\n <tr>\r\n <th>\r\n {{\"dependent.grid.header.dependent\"|translate}}\r\n </th>\r\n <th>\r\n {{\"dependent.grid.header.ssn\"|translate}}\r\n </th>\r\n <th>\r\n {{\"dependent.grid.header.relationship\"|translate}}\r\n </th>\r\n <th>\r\n \r\n </th>\r\n </tr>\r\n </ng-template>\r\n\r\n <ng-template pTemplate=\"body\" let-dependent let-rowIndex=\"rowIndex\">\r\n <tr class=\"ion-padding-top ion-padding-bottom\" [ngClass]=\"dependent.markForDeletion ? 'strikethrough' : null\">\r\n <td>\r\n <span class=\"p-column-title\">{{\"dependent.grid.header.dependent\"|translate}}</span>\r\n {{dependent.dependentFirstName}} {{dependent.dependentLastName}} <br/>\r\n <span style=\"font-size: 12px;\">{{dependent.dependentDateOfBirth | date:'MMMM d, y'}}</span>\r\n </td>\r\n <td>\r\n <span class=\"p-column-title\">{{\"dependent.grid.header.ssn\"|translate}}</span>\r\n <app-ssn [ssn]=\"dependent.dependentSSN\" *ngIf=\"dependent.dependentSSN && dependent.isSsnAvailable == 'Y'\"></app-ssn>\r\n <span *ngIf=\"!dependent.dependentSSN && dependent.isSsnAvailable == 'N'\">--</span>\r\n </td>\r\n <td>\r\n <span class=\"p-column-title\">{{\"dependent.grid.header.relationship\"|translate}}</span>\r\n {{dependent.relationship?.text}}\r\n </td>\r\n <td>\r\n <ion-button [id]=\"'btnDependentEdit-' + rowIndex\" fill=\"outline\" size=\"small\" class=\"action-button\" (click)=\"editDependent(dependent)\">\r\n <fa-icon [icon]=\"['fal', 'edit']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n <ion-button [id]=\"'btnDependentDelete-' + rowIndex\" fill=\"outline\" size=\"small\" class=\"action-button\" (click)=\"deleteDependent(dependent)\">\r\n <fa-icon [icon]=\"['fal', 'trash-alt']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n </td>\r\n </tr>\r\n </ng-template>\r\n\r\n <ng-template pTemplate=\"summary\" let-columns>\r\n <table>\r\n <tr>\r\n <td [attr.colspan]=\"2\" style=\"width: 40%;\">\r\n <div [innerHtml]=\"'dependent.grid.footer.label' | translate | trustHtml\"></div>\r\n </td>\r\n <td style=\"width: 9.75%; text-align: right;\">\r\n <ion-button fill=\"outline\" size=\"small\" class=\"action-button\" (click)=\"showAddDependentPopup = !showAddDependentPopup\" class=\"action-button\" aria-label=\"Add employer\" [id]=\"'btnAddDependent'\">\r\n <fa-icon [icon]=\"['fal', 'plus']\" class=\"action-icon\"></fa-icon>\r\n </ion-button>\r\n </td>\r\n <td colspan=\"4\">&nbsp;</td>\r\n </tr>\r\n </table>\r\n </ng-template>\r\n\r\n </p-table>\r\n\r\n <div class=\"ion-text-center ion-hide-xl-up ion-hide-lg-up ion-hide-md-up\">\r\n <ion-button shape=\"round\" color=\"success\" fill=\"outline\"\r\n (click)=\"showAddDependentPopup = !showAddDependentPopup\">\r\n {{\"dependent.grid.header.add\"|translate}}\r\n </ion-button>\r\n </div>\r\n\r\n <app-multi-questionnaire [qeQueryModels]=\"qeQueryModels\" [autoSave]=\"false\" *ngIf=\"showAddDependentPopup\"\r\n (onComplete)=\"addDependent($event)\" (modelCancel)=\"close()\" [formData]=\"selectedDependent\">\r\n </app-multi-questionnaire>\r\n\r\n <p-dialog [visible]=\"showDuplicatePopup\" [modal]=\"true\" appendTo=\"body\" position=\"top\" [breakpoints]=\"{'1200px': '660px', '992px': '660px', '768px': '660px', '576px': '100vw'}\" [style]=\"{width: '45vw'}\"\r\n [baseZIndex]=\"5000\" [draggable]=\"false\" [resizable]=\"false\" appendTo=\"body\" closeOnEscape=\"false\">\r\n <h4 class=\"heading\">Duplicate dependent not allowed</h4>\r\n <ion-label>It seems like you have added a dependent that has been added already. Please check details and try adding dependent again.</ion-label>\r\n <ng-template pTemplate=\"footer\">\r\n <ion-button shape=\"round\" size=\"small\" type=\"submit\" fill=\"outline\" (click)=\"close()\">\r\n Close\r\n </ion-button>\r\n <ion-button shape=\"round\" size=\"small\" type=\"submit\" fill=\"solid\" (click)=\"editDuplicateDependent()\">\r\n Edit\r\n </ion-button>\r\n </ng-template>\r\n </p-dialog>\r\n</div>", styles: [".strikethrough{text-decoration:line-through}\n"] }]
314
+ }], () => [{ type: i1.ValidationService }], null); })();
315
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DependentGridComponent, { className: "DependentGridComponent", filePath: "lib\\components\\dependent-grid\\dependent-grid.component.ts", lineNumber: 22 }); })();
316
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVwZW5kZW50LWdyaWQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9jb21wb25lbnRzL2RlcGVuZGVudC1ncmlkL2RlcGVuZGVudC1ncmlkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9kZXBlbmRlbnQtZ3JpZC9kZXBlbmRlbnQtZ3JpZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQzNFLE9BQU8sRUFBd0IsaUJBQWlCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQzs7Ozs7Ozs7Ozs7Ozs7SUNFN0QsMEJBQUksU0FBQTtJQUVJLFlBQ0o7O0lBQUEsaUJBQUs7SUFDTCwwQkFBSTtJQUNBLFlBQ0o7O0lBQUEsaUJBQUs7SUFDTCwwQkFBSTtJQUNBLFlBQ0o7O0lBQUEsaUJBQUs7SUFDTCxzQkFFSztJQUNULGlCQUFLOztJQVhHLGVBQ0o7SUFESSx3RkFDSjtJQUVJLGVBQ0o7SUFESSxrRkFDSjtJQUVJLGVBQ0o7SUFESSwyRkFDSjs7O0lBZ0JJLDhCQUFvSDs7O0lBQTNHLCtDQUE4Qjs7O0lBQ3ZDLDRCQUF5RTtJQUFBLGtCQUFFO0lBQUEsaUJBQU87Ozs7OztJQVQxRiw4QkFBOEcsU0FBQSxlQUFBO0lBRXpFLFlBQStDOztJQUFBLGlCQUFPO0lBQ25GLFlBQWlFO0lBQUEscUJBQUs7SUFDdEUsZ0NBQStCO0lBQUEsWUFBcUQ7O0lBQUEsaUJBQU8sRUFBQTtJQUUvRiwyQkFBSSxnQkFBQTtJQUM2QixhQUF5Qzs7SUFBQSxpQkFBTztJQUM3RSxnR0FBb0gsNkVBQUE7SUFFeEgsaUJBQUs7SUFDTCwyQkFBSSxnQkFBQTtJQUM2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LEdBQUcsQ0FBQyxDQUFDO1NBQzlCO2FBQUs7WUFDSixPQUFPLEtBQUssQ0FBQztTQUNkO0lBQ0gsQ0FBQzt1RkF0SVUsc0JBQXNCO29FQUF0QixzQkFBc0Isd0VBVHRCLENBQUM7b0JBQ1YsT0FBTyxFQUFFLGlCQUFpQjtvQkFFMUIsV0FBVyxFQUFFLHNCQUFzQjtvQkFFbkMsS0FBSyxFQUFFLElBQUk7aUJBQ1osQ0FBQztZQ2xCSiw4QkFBZ0Msb0JBQUE7WUFFeEIsd0ZBZWMsNEVBQUEsMkVBQUE7WUE2Q2xCLGlCQUFVO1lBRVYsOEJBQTBFLG9CQUFBO1lBRWxFLGlLQUF3RDtZQUN4RCxZQUNKOztZQUFBLGlCQUFhLEVBQUE7WUFHakIsaUhBRTBCO1lBRTFCLG9DQUNrRyxjQUFBO1lBQzFFLGdEQUErQjtZQUFBLGlCQUFLO1lBQ3hELGtDQUFXO1lBQUEsMklBQTBIO1lBQUEsaUJBQVk7WUFDakosMEZBT2M7WUFDbEIsaUJBQVcsRUFBQTs7WUF0RkUsZUFBaUI7WUFBakIsK0JBQWlCLHlCQUFBO1lBa0V0QixlQUNKO1lBREksbUZBQ0o7WUFHeUUsZUFBMkI7WUFBM0IsZ0RBQTJCO1lBSXlFLGVBQXlCO1lBQXpCLDBDQUF5QjtZQUFoTSxnREFBOEIsZUFBQSw0Q0FBQSxvQkFBQSxvQkFBQSxvQkFBQTs7O2lGRHREL0Isc0JBQXNCO2NBYmxDLFNBQVM7MkJBQ0Usb0JBQW9CLGFBR25CLENBQUM7d0JBQ1YsT0FBTyxFQUFFLGlCQUFpQjt3QkFFMUIsV0FBVyx3QkFBd0I7d0JBRW5DLEtBQUssRUFBRSxJQUFJO3FCQUNaLENBQUMsbUJBQ2UsdUJBQXVCLENBQUMsT0FBTzs7a0ZBRXJDLHNCQUFzQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29udHJvbFZhbHVlQWNjZXNzb3IsIE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgU3Vic2NyaXB0aW9uIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBDaG9pY2VzTW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvQWRkcmVzc0NvbXBvbmVudE1vZGVsJztcbmltcG9ydCB7IERlcGVuZGVudE1vZGVsLCBEZXBlbmRlbnRNb2RlbHMgfSBmcm9tICcuLi8uLi9tb2RlbHMvZGVwZW5kZW50Lm1vZGVsJztcbmltcG9ydCB7IFF1ZXN0aW9ubmFpcmVRdWVyeU1vZGVsIH0gZnJvbSAnLi4vLi4vbW9kZWxzL3F1ZXN0aW9ubmFpcmUvUXVlc3Rpb25uYWlyZVF1ZXJ5TW9kZWwnO1xuaW1wb3J0IHsgVmFsaWRhdGlvblNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9xdWVzdGlvbm5haXJlL3ZhbGlkYXRpb24uc2VydmljZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FwcC1kZXBlbmRlbnQtZ3JpZCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9kZXBlbmRlbnQtZ3JpZC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2RlcGVuZGVudC1ncmlkLmNvbXBvbmVudC5jc3MnXSxcbiAgcHJvdmlkZXJzOiBbe1xuICAgIHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxuXG4gICAgdXNlRXhpc3Rpbmc6IERlcGVuZGVudEdyaWRDb21wb25lbnQsXG5cbiAgICBtdWx0aTogdHJ1ZVxuICB9XSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5EZWZhdWx0XG59KVxuZXhwb3J0IGNsYXNzIERlcGVuZGVudEdyaWRDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIENvbnRyb2xWYWx1ZUFjY2Vzc29yIHtcblxuICBzZWxlY3RlZERlcGVuZGVudCA6IERlcGVuZGVudE1vZGVsO1xuXG4gIGluZGV4VG9FZGl0ID0gbnVsbDtcblxuICBkZXBlbmRlbnRzIDogRGVwZW5kZW50TW9kZWxbXSA9IFtdO1xuXG4gIHNob3dBZGREZXBlbmRlbnRQb3B1cCA6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBzaG93RHVwbGljYXRlUG9wdXAgOiBib29sZWFuID0gZmFsc2U7XG5cbiAgcWVRdWVyeU1vZGVsczogUXVlc3Rpb25uYWlyZVF1ZXJ5TW9kZWxbXSA9IFtcbiAgICB7XG4gICAgICBmbG93RmFjdEZpbmRpbmdJbnE6IGZhbHNlLCBmbG93QWJsZUFuZEF2YWlsYWJsZTogZmFsc2UsIHVzZXJUeXBlOiBcIkNMTVRcIiwgZmxvd0Zyb206IFwiQ01JTlwiLCBxdWVzdGlvbm5haXJlSWRzOiBbMzM5XSxcbiAgICAgIGZsb3dXQ0FibGVBbmRBdmFpbGFibGU6IGZhbHNlLCBmbG93S2V5OiBcImFkZC1kZXBlbmRlbnRzXCIsIGlzTWZhUmVxdWlyZWQ6IGZhbHNlLCBpc1NjcmVlblF1ZXN0aW9ubmFpcmU6IHRydWVcbiAgICB9XG4gIF1cblxuICBjb25zdHJ1Y3RvcihwdWJsaWMgdnM6IFZhbGlkYXRpb25TZXJ2aWNlKSB7IFxuICB9XG5cbiAgcHJpdmF0ZSBvbkNoYW5nZTogRnVuY3Rpb24gPSAodmFsdWU6IFN0cmluZykgPT4ge1xuICB9O1xuXG4gIHByaXZhdGUgb25Ub3VjaDogRnVuY3Rpb24gPSAoKSA9PiB7XG4gIH07XG5cbiAgb25DaGFuZ2VTdWJzOiBTdWJzY3JpcHRpb25bXSA9IFtdO1xuXG4gIG5nT25EZXN0cm95KCkge1xuICAgIGZvciAobGV0IHN1YiBvZiB0aGlzLm9uQ2hhbmdlU3Vicykge1xuICAgICAgc3ViLnVuc3Vic2NyaWJlKCk7XG4gICAgfVxuICB9XG5cbiAgd3JpdGVWYWx1ZShkZXBzOiBhbnkpIHtcbiAgICBpZihkZXBzICYmIGRlcHMuZGVwZW5kZW50cyl7XG4gICAgICB0aGlzLmRlcGVuZGVudHMgPSBkZXBzLmRlcGVuZGVudHM7XG4gICAgICB0aGlzLnB1Ymxpc2hEZXBlbmRlbnRzKCk7XG4gICAgfSBcbiAgfVxuXG4gIHJlZ2lzdGVyT25DaGFuZ2UoZm46IGFueSkge1xuICAgIGxldCBzdWIgPSB0aGlzLnZzLmRlcGVuZGVudHMuc3Vic2NyaWJlKGZuKTtcbiAgICB0aGlzLm9uQ2hhbmdlU3Vicy5wdXNoKHN1Yik7XG4gIH1cblxuICByZWdpc3Rlck9uVG91Y2hlZChmbjogYW55KSB7XG4gICAgdGhpcy5vblRvdWNoID0gZm5cbiAgfVxuXG4gIHNldERpc2FibGVkU3RhdGU/KGlzRGlzYWJsZWQ6IGJvb2xlYW4pOiB2b2lkIHtcbiAgfVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIGxldCBkZXBzID0gdGhpcy52cy5kZXBlbmRlbnRzLmdldFZhbHVlKCkgfHwgW107XG4gICAgaWYoZGVwcyAmJiBkZXBzLmRlcGVuZGVudHMpe1xuICAgICAgdGhpcy5kZXBlbmRlbnRzID0gZGVwcy5kZXBlbmRlbnRzO1xuICAgIH1cbiAgfVxuXG4gIGFkZERlcGVuZGVudChldmVudCA6IE1hcDxudW1iZXIsIGFueT4pe1xuICAgIGxldCBkZXBlbmRlbnQgOiBEZXBlbmRlbnRNb2RlbCA9IGV2ZW50LmdldCh0aGlzLnFlUXVlcnlNb2RlbHNbMF0ucXVlc3Rpb25uYWlyZUlkc1swXSk7XG4gICAgaWYodGhpcy5jaGVja0ZvckR1cGxpY2F0ZShkZXBlbmRlbnQpKXtcbiAgICAgIHRoaXMuc2VsZWN0ZWREZXBlbmRlbnQgPSBkZXBlbmRlbnQ7XG4gICAgICB0aGlzLnNob3dBZGREZXBlbmRlbnRQb3B1cCA9IGZhbHNlO1xuICAgICAgdGhpcy5zaG93RHVwbGljYXRlUG9wdXAgPSB0cnVlO1xuICAgICAgcmV0dXJuO1xuICAgIH1cbiAgICBpZih0aGlzLmluZGV4VG9FZGl0ICE9IG51bGwpe1xuICAgICAgdGhpcy5kZXBlbmRlbnRzW3RoaXMuaW5kZXhUb0VkaXRdID0gZGVwZW5kZW50O1xuICAgIH1lbHNle1xuICAgICAgdGhpcy5kZXBlbmRlbnRzLnB1c2goZGVwZW5kZW50KTtcbiAgICB9XG4gICAgdGhpcy5zaG93QWRkRGVwZW5kZW50UG9wdXAgPSBmYWxzZTtcbiAgICB0aGlzLnNlbGVjdGVkRGVwZW5kZW50ID0gbnVsbDtcbiAgICB0aGlzLmluZGV4VG9FZGl0ID0gbnVsbDtcbiAgICB0aGlzLnB1Ymxpc2hEZXBlbmRlbnRzKCk7XG4gIH1cblxuICBwdWJsaXNoRGVwZW5kZW50cygpIHtcbiAgICBsZXQgZGVwZW5kZW50cyA9IHsgZGVwZW5kZW50cyA6IHRoaXMuZGVwZW5kZW50cyB9O1xuICAgIHRoaXMudnMuZGVwZW5kZW50cy5uZXh0KHRoaXMuZGVwZW5kZW50cy5sZW5ndGggPiAwID8gZGVwZW5kZW50cyA6IG51bGwpO1xuICB9XG5cbiAgZWRpdERlcGVuZGVudChkZXBlbmRlbnQgOiBEZXBlbmRlbnRNb2RlbCl7XG4gICAgdGhpcy5zZWxlY3RlZERlcGVuZGVudCA9IGRlcGVuZGVudDtcbiAgICB0aGlzLmluZGV4VG9FZGl0ID0gdGhpcy5kZXBlbmRlbnRzLmluZGV4T2YoZGVwZW5kZW50KTtcbiAgICB0aGlzLnNob3dBZGREZXBlbmRlbnRQb3B1cCA9IHRydWU7XG4gIH1cblxuICBlZGl0RHVwbGljYXRlRGVwZW5kZW50KCl7XG4gICAgdGhpcy5zaG93RHVwbGljYXRlUG9wdXAgPSBmYWxzZTtcbiAgICB0aGlzLnNob3dBZGREZXBlbmRlbnRQb3B1cCA9IHRydWU7XG4gIH1cblxuICBkZWxldGVEZXBlbmRlbnQoZGVwZW5kZW50IDogRGVwZW5kZW50TW9kZWwpe1xuICAgIGxldCBpbmRleCA9IHRoaXMuZGVwZW5kZW50cy5pbmRleE9mKGRlcGVuZGVudCk7XG4gICAgaWYoZGVwZW5kZW50LmRlcGVuZGVudElkKXtcbiAgICAgIGRlcGVuZGVudC5tYXJrRm9yRGVsZXRpb24gPSB0cnVlO1xuICAgICAgdGhpcy5kZXBlbmRlbnRzW2luZGV4XSA9IGRlcGVuZGVudDtcbiAgICB9ZWxzZSB7XG4gICAgICB0aGlzLmRlcGVuZGVudHMuc3BsaWNlKGluZGV4LCAxKTtcbiAgICB9XG4gICAgdGhpcy5wdWJsaXNoRGVwZW5kZW50cygpO1xuICB9XG5cbiAgY2xvc2UoKXtcbiAgICB0aGlzLnNob3dBZGREZXBlbmRlbnRQb3B1cCA9IGZhbHNlO1xuICAgIHRoaXMuaW5kZXhUb0VkaXQgPSBudWxsO1xuICAgIHRoaXMuc2VsZWN0ZWREZXBlbmRlbnQgPSBudWxsO1xuICAgIHRoaXMuc2hvd0R1cGxpY2F0ZVBvcHVwID0gZmFsc2U7XG4gIH1cblxuICBjaGVja0ZvckR1cGxpY2F0ZShkZXBlbmRlbnQgOiBEZXBlbmRlbnRNb2RlbCkge1xuICAgIGlmKHRoaXMuZGVwZW5kZW50cyl7XG4gICAgICBsZXQgZGVwZW5kZW50cyA9IHRoaXMuZGVwZW5kZW50cy5maWx0ZXIoZCA9PiB7XG4gICAgICAgIGlmKHRoaXMuaW5kZXhUb0VkaXQgPT0gdGhpcy5kZXBlbmRlbnRzLmluZGV4T2YoZCkpe1xuICAgICAgICAgIHJldHVybiBmYWxzZTtcbiAgICAgICAgfVxuICAgICAgICBsZXQgcmVzdWx0ID0gKGRlcGVuZGVudC5kZXBlbmRlbnRTU04gJiYgZC5kZXBlbmRlbnRTU04gJiYgZGVwZW5kZW50LmRlcGVuZGVudFNTTi5yZXBsYWNlKC8tL2csICcnKSA9PT0gZC5kZXBlbmRlbnRTU04pIFxuICAgICAgICB8fCBcbiAgICAgICAgKFxuICAgICAgICAgIGRlcGVuZGVudC5kZXBlbmRlbnREYXRlT2ZCaXJ0aCA9PT0gZC5kZXBlbmRlbnREYXRlT2ZCaXJ0aCAmJiBcbiAgICAgICAgICBkZXBlbmRlbnQuZGVwZW5kZW50Rmlyc3ROYW1lID09PSBkLmRlcGVuZGVudEZpcnN0TmFtZSAmJiBcbiAgICAgICAgICBkZXBlbmRlbnQuZGVwZW5kZW50TGFzdE5hbWUgPT09IGQuZGVwZW5kZW50TGFzdE5hbWVcbiAgICAgICAgKVxuICAgICAgICByZXR1cm4gcmVzdWx0O1xuICAgICAgfSk7XG4gICAgICByZXR1cm4gZGVwZW5kZW50cy5sZW5ndGggPiAwO1xuICAgIH0gZWxzZXtcbiAgICAgIHJldHVybiBmYWxzZTtcbiAgICB9XG4gIH1cblxufVxuXG5cblxuIiwiPGRpdiBzdHlsZT1cIm1hcmdpbi1sZWZ0OiAtNXB4O1wiPlxyXG4gICAgPHAtdGFibGUgI2R0IFtyb3dIb3Zlcl09XCJ0cnVlXCIgc3R5bGVDbGFzcz1cInAtZGF0YXRhYmxlLXN0cmlwZWQgYXBwLWRhdGF0YWJsZSBpb24tcGFkZGluZy10b3BcIiBbdmFsdWVdPVwiZGVwZW5kZW50c1wiPlxyXG4gICAgICAgIDxuZy10ZW1wbGF0ZSBwVGVtcGxhdGU9XCJoZWFkZXJcIiBsZXQtY29sdW1ucz5cclxuICAgICAgICAgICAgPHRyPlxyXG4gICAgICAgICAgICAgICAgPHRoPlxyXG4gICAgICAgICAgICAgICAgICAgIHt7XCJkZXBlbmRlbnQuZ3JpZC5oZWFkZXIuZGVwZW5kZW50XCJ8dHJhbnNsYXRlfX1cclxuICAgICAgICAgICAgICAgIDwvdGg+XHJcbiAgICAgICAgICAgICAgICA8dGg+XHJcbiAgICAgICAgICAgICAgICAgICAge3tcImRlcGVuZGVudC5ncmlkLmhlYWRlci5zc25cInx0cmFuc2xhdGV9fVxyXG4gICAgICAgICAgICAgICAgPC90aD5cclxuICAgICAgICAgICAgICAgIDx0aD5cclxuICAgICAgICAgICAgICAgICAgICB7e1wiZGVwZW5kZW50LmdyaWQuaGVhZGVyLnJlbGF0aW9uc2hpcFwifHRyYW5zbGF0ZX19XHJcbiAgICAgICAgICAgICAgICA8L3RoPlxyXG4gICAgICAgICAgICAgICAgPHRoPlxyXG4gICAgICAgICAgICAgICAgICAgIFxyXG4gICAgICAgICAgICAgICAgPC90aD5cclxuICAgICAgICAgICAgPC90cj5cclxuICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG5cclxuICAgICAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiYm9keVwiIGxldC1kZXBlbmRlbnQgbGV0LXJvd0luZGV4PVwicm93SW5kZXhcIj5cclxuICAgICAgICAgICAgPHRyIGNsYXNzPVwiaW9uLXBhZGRpbmctdG9wIGlvbi1wYWRkaW5nLWJvdHRvbVwiIFtuZ0NsYXNzXT1cImRlcGVuZGVudC5tYXJrRm9yRGVsZXRpb24gPyAnc3RyaWtldGhyb3VnaCcgOiBudWxsXCI+XHJcbiAgICAgICAgICAgICAgICA8dGQ+XHJcbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJwLWNvbHVtbi10aXRsZVwiPnt7XCJkZXBlbmRlbnQuZ3JpZC5oZWFkZXIuZGVwZW5kZW50XCJ8dHJhbnNsYXRlfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAge3tkZXBlbmRlbnQuZGVwZW5kZW50Rmlyc3ROYW1lfX0ge3tkZXBlbmRlbnQuZGVwZW5kZW50TGFzdE5hbWV9fSA8YnIvPlxyXG4gICAgICAgICAgICAgICAgICAgIDxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiAxMnB4O1wiPnt7ZGVwZW5kZW50LmRlcGVuZGVudERhdGVPZkJpcnRoIHwgZGF0ZTonTU1NTSBkLCB5J319PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgPC90ZD5cclxuICAgICAgICAgICAgICAgIDx0ZD5cclxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInAtY29sdW1uLXRpdGxlXCI+e3tcImRlcGVuZGVudC5ncmlkLmhlYWRlci5zc25cInx0cmFuc2xhdGV9fTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICA8YXBwLXNzbiBbc3NuXT1cImRlcGVuZGVudC5kZXBlbmRlbnRTU05cIiAqbmdJZj1cImRlcGVuZGVudC5kZXBlbmRlbnRTU04gJiYgZGVwZW5kZW50LmlzU3NuQXZhaWxhYmxlID09ICdZJ1wiPjwvYXBwLXNzbj5cclxuICAgICAgICAgICAgICAgICAgICA8c3BhbiAqbmdJZj1cIiFkZXBlbmRlbnQuZGVwZW5kZW50U1NOICYmIGRlcGVuZGVudC5pc1NzbkF2YWlsYWJsZSA9PSAnTidcIj4tLTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgICAgICA8dGQ+XHJcbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJwLWNvbHVtbi10aXRsZVwiPnt7XCJkZXBlbmRlbnQuZ3JpZC5oZWFkZXIucmVsYXRpb25zaGlwXCJ8dHJhbnNsYXRlfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAge3tkZXBlbmRlbnQucmVsYXRpb25zaGlwPy50ZXh0fX1cclxuICAgICAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgICAgICA8dGQ+XHJcbiAgICAgICAgICAgICAgICAgICAgPGlvbi1idXR0b24gW2lkXT1cIididG5EZXBlbmRlbnRFZGl0LScgKyByb3dJbmRleFwiIGZpbGw9XCJvdXRsaW5lXCIgc2l6ZT1cInNtYWxsXCIgY2xhc3M9XCJhY3Rpb24tYnV0dG9uXCIgKGNsaWNrKT1cImVkaXREZXBlbmRlbnQoZGVwZW5kZW50KVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZmEtaWNvbiBbaWNvbl09XCJbJ2ZhbCcsICdlZGl0J11cIiBjbGFzcz1cImFjdGlvbi1pY29uXCI+PC9mYS1pY29uPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICA8aW9uLWJ1dHRvbiBbaWRdPVwiJ2J0bkRlcGVuZGVudERlbGV0ZS0nICsgcm93SW5kZXhcIiBmaWxsPVwib3V0bGluZVwiIHNpemU9XCJzbWFsbFwiIGNsYXNzPVwiYWN0aW9uLWJ1dHRvblwiIChjbGljayk9XCJkZWxldGVEZXBlbmRlbnQoZGVwZW5kZW50KVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZmEtaWNvbiBbaWNvbl09XCJbJ2ZhbCcsICd0cmFzaC1hbHQnXVwiIGNsYXNzPVwiYWN0aW9uLWljb25cIj48L2ZhLWljb24+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9pb24tYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgPC90ZD5cclxuICAgICAgICAgICAgPC90cj5cclxuICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG5cclxuICAgICAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwic3VtbWFyeVwiIGxldC1jb2x1bW5zPlxyXG4gICAgICAgICAgICA8dGFibGU+XHJcbiAgICAgICAgICAgICAgPHRyPlxyXG4gICAgICAgICAgICAgICAgPHRkIFthdHRyLmNvbHNwYW5dPVwiMlwiIHN0eWxlPVwid2lkdGg6IDQwJTtcIj5cclxuICAgICAgICAgICAgICAgICAgPGRpdiBbaW5uZXJIdG1sXT1cIidkZXBlbmRlbnQuZ3JpZC5mb290ZXIubGFiZWwnIHwgdHJhbnNsYXRlIHwgdHJ1c3RIdG1sXCI+PC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgICAgICAgPHRkIHN0eWxlPVwid2lkdGg6IDkuNzUlOyB0ZXh0LWFsaWduOiByaWdodDtcIj5cclxuICAgICAgICAgICAgICAgICAgPGlvbi1idXR0b24gZmlsbD1cIm91dGxpbmVcIiBzaXplPVwic21hbGxcIiBjbGFzcz1cImFjdGlvbi1idXR0b25cIiAoY2xpY2spPVwic2hvd0FkZERlcGVuZGVudFBvcHVwID0gIXNob3dBZGREZXBlbmRlbnRQb3B1cFwiIGNsYXNzPVwiYWN0aW9uLWJ1dHRvblwiIGFyaWEtbGFiZWw9XCJBZGQgZW1wbG95ZXJcIiBbaWRdPVwiJ2J0bkFkZERlcGVuZGVudCdcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZmEtaWNvbiBbaWNvbl09XCJbJ2ZhbCcsICdwbHVzJ11cIiBjbGFzcz1cImFjdGlvbi1pY29uXCI+PC9mYS1pY29uPlxyXG4gICAgICAgICAgICAgICAgICA8L2lvbi1idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgICAgICAgPHRkIGNvbHNwYW49XCI0XCI+Jm5ic3A7PC90ZD5cclxuICAgICAgICAgICAgICA8L3RyPlxyXG4gICAgICAgICAgICA8L3RhYmxlPlxyXG4gICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuXHJcbiAgICA8L3AtdGFibGU+XHJcblxyXG4gICAgPGRpdiBjbGFzcz1cImlvbi10ZXh0LWNlbnRlciBpb24taGlkZS14bC11cCBpb24taGlkZS1sZy11cCBpb24taGlkZS1tZC11cFwiPlxyXG4gICAgICAgIDxpb24tYnV0dG9uIHNoYXBlPVwicm91bmRcIiBjb2xvcj1cInN1Y2Nlc3NcIiBmaWxsPVwib3V0bGluZVwiXHJcbiAgICAgICAgICAgIChjbGljayk9XCJzaG93QWRkRGVwZW5kZW50UG9wdXAgPSAhc2hvd0FkZERlcGVuZGVudFBvcHVwXCI+XHJcbiAgICAgICAgICAgIHt7XCJkZXBlbmRlbnQuZ3JpZC5oZWFkZXIuYWRkXCJ8dHJhbnNsYXRlfX1cclxuICAgICAgICA8L2lvbi1idXR0b24+XHJcbiAgICA8L2Rpdj5cclxuXHJcbiAgICA8YXBwLW11bHRpLXF1ZXN0aW9ubmFpcmUgW3FlUXVlcnlNb2RlbHNdPVwicWVRdWVyeU1vZGVsc1wiIFthdXRvU2F2ZV09XCJmYWxzZVwiICpuZ0lmPVwic2hvd0FkZERlcGVuZGVudFBvcHVwXCJcclxuICAgICAgICAob25Db21wbGV0ZSk9XCJhZGREZXBlbmRlbnQoJGV2ZW50KVwiIChtb2RlbENhbmNlbCk9XCJjbG9zZSgpXCIgW2Zvcm1EYXRhXT1cInNlbGVjdGVkRGVwZW5kZW50XCI+XHJcbiAgICA8L2FwcC1tdWx0aS1xdWVzdGlvbm5haXJlPlxyXG5cclxuICAgIDxwLWRpYWxvZyBbdmlzaWJsZV09XCJzaG93RHVwbGljYXRlUG9wdXBcIiBbbW9kYWxdPVwidHJ1ZVwiIGFwcGVuZFRvPVwiYm9keVwiIHBvc2l0aW9uPVwidG9wXCIgW2JyZWFrcG9pbnRzXT1cInsnMTIwMHB4JzogJzY2MHB4JywgJzk5MnB4JzogJzY2MHB4JywgJzc2OHB4JzogJzY2MHB4JywgJzU3NnB4JzogJzEwMHZ3J31cIiBbc3R5bGVdPVwie3dpZHRoOiAnNDV2dyd9XCJcclxuICAgIFtiYXNlWkluZGV4XT1cIjUwMDBcIiBbZHJhZ2dhYmxlXT1cImZhbHNlXCIgW3Jlc2l6YWJsZV09XCJmYWxzZVwiIGFwcGVuZFRvPVwiYm9keVwiIGNsb3NlT25Fc2NhcGU9XCJmYWxzZVwiPlxyXG4gICAgICAgIDxoNCBjbGFzcz1cImhlYWRpbmdcIj5EdXBsaWNhdGUgZGVwZW5kZW50IG5vdCBhbGxvd2VkPC9oND5cclxuICAgICAgICA8aW9uLWxhYmVsPkl0IHNlZW1zIGxpa2UgeW91IGhhdmUgYWRkZWQgYSBkZXBlbmRlbnQgdGhhdCBoYXMgYmVlbiBhZGRlZCBhbHJlYWR5LiBQbGVhc2UgY2hlY2sgZGV0YWlscyBhbmQgdHJ5IGFkZGluZyBkZXBlbmRlbnQgYWdhaW4uPC9pb24tbGFiZWw+XHJcbiAgICAgICAgPG5nLXRlbXBsYXRlIHBUZW1wbGF0ZT1cImZvb3RlclwiPlxyXG4gICAgICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgc2l6ZT1cInNtYWxsXCIgdHlwZT1cInN1Ym1pdFwiIGZpbGw9XCJvdXRsaW5lXCIgKGNsaWNrKT1cImNsb3NlKClcIj5cclxuICAgICAgICAgICAgICAgIENsb3NlXHJcbiAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgICAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIHNpemU9XCJzbWFsbFwiIHR5cGU9XCJzdWJtaXRcIiBmaWxsPVwic29saWRcIiAoY2xpY2spPVwiZWRpdER1cGxpY2F0ZURlcGVuZGVudCgpXCI+XHJcbiAgICAgICAgICAgICAgICBFZGl0XHJcbiAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgPC9wLWRpYWxvZz5cclxuPC9kaXY+Il19
@@ -0,0 +1,60 @@
1
+ import { Component } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@ionic/storage-angular";
4
+ import * as i2 from "@ionic/angular";
5
+ import * as i3 from "primeng/api";
6
+ import * as i4 from "primeng/dialog";
7
+ import * as i5 from "@ngx-translate/core";
8
+ const _c0 = () => ({ width: "45vw" });
9
+ const _c1 = () => ({ "1200px": "660px", "992px": "660px", "768px": "660px", "576px": "100vw" });
10
+ export class DisclosureComponent {
11
+ constructor(storage) {
12
+ this.storage = storage;
13
+ this.showDisclosure = false;
14
+ }
15
+ async ngOnInit() {
16
+ this.showDisclosure = await this.storage.get('show_disclosure') == 'true';
17
+ }
18
+ updateDisclosureStatus() {
19
+ this.showDisclosure = false;
20
+ this.storage.set('show_disclosure', 'false');
21
+ }
22
+ static { this.ɵfac = function DisclosureComponent_Factory(t) { return new (t || DisclosureComponent)(i0.ɵɵdirectiveInject(i1.Storage)); }; }
23
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DisclosureComponent, selectors: [["app-disclosure"]], decls: 17, vars: 19, consts: [["appendTo", "body", "position", "top", "appendTo", "body", "closeOnEscape", "false", 3, "visible", "modal", "breakpoints", "baseZIndex", "draggable", "resizable", "visibleChange"], [1, "heading"], [1, "ion-padding-top", "full-height"], [1, "ion-text-center"], [1, "ion-text-justify"], ["shape", "round", "type", "submit", "color", "success", 3, "click"], ["slot", "start", "name", "checkmark-sharp"]], template: function DisclosureComponent_Template(rf, ctx) { if (rf & 1) {
24
+ i0.ɵɵelementStart(0, "p-dialog", 0);
25
+ i0.ɵɵlistener("visibleChange", function DisclosureComponent_Template_p_dialog_visibleChange_0_listener($event) { return ctx.showDisclosure = $event; });
26
+ i0.ɵɵelementStart(1, "h4", 1);
27
+ i0.ɵɵtext(2);
28
+ i0.ɵɵpipe(3, "translate");
29
+ i0.ɵɵelementEnd();
30
+ i0.ɵɵelementStart(4, "div", 2)(5, "div", 3);
31
+ i0.ɵɵtext(6);
32
+ i0.ɵɵpipe(7, "translate");
33
+ i0.ɵɵelementEnd();
34
+ i0.ɵɵelement(8, "br");
35
+ i0.ɵɵelementStart(9, "div", 4);
36
+ i0.ɵɵtext(10);
37
+ i0.ɵɵpipe(11, "translate");
38
+ i0.ɵɵelementEnd()();
39
+ i0.ɵɵelementStart(12, "p-footer")(13, "div", 3)(14, "ion-button", 5);
40
+ i0.ɵɵlistener("click", function DisclosureComponent_Template_ion_button_click_14_listener() { return ctx.updateDisclosureStatus(); });
41
+ i0.ɵɵelement(15, "ion-icon", 6);
42
+ i0.ɵɵtext(16, " Ok ");
43
+ i0.ɵɵelementEnd()()()();
44
+ } if (rf & 2) {
45
+ i0.ɵɵstyleMap(i0.ɵɵpureFunction0(17, _c0));
46
+ i0.ɵɵproperty("visible", ctx.showDisclosure)("modal", true)("breakpoints", i0.ɵɵpureFunction0(18, _c1))("baseZIndex", 5000)("draggable", false)("resizable", false);
47
+ i0.ɵɵadvance(2);
48
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 11, "DISCLOSURE"));
49
+ i0.ɵɵadvance(4);
50
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(7, 13, "disclosure.heading"), " ");
51
+ i0.ɵɵadvance(4);
52
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(11, 15, "disclosure.content"), " ");
53
+ } }, dependencies: [i2.IonButton, i2.IonIcon, i3.Footer, i4.Dialog, i5.TranslatePipe] }); }
54
+ }
55
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DisclosureComponent, [{
56
+ type: Component,
57
+ args: [{ selector: 'app-disclosure', template: "<p-dialog [(visible)]=\"showDisclosure\" [modal]=\"true\" appendTo=\"body\" position=\"top\" [breakpoints]=\"{'1200px': '660px', '992px': '660px', '768px': '660px', '576px': '100vw'}\" [style]=\"{width: '45vw'}\"\r\n[baseZIndex]=\"5000\" [draggable]=\"false\" [resizable]=\"false\" appendTo=\"body\" closeOnEscape=\"false\">\r\n <h4 class=\"heading\">{{'DISCLOSURE' | translate}}</h4>\r\n <div class=\"ion-padding-top full-height\">\r\n <div class=\"ion-text-center\">\r\n {{'disclosure.heading' | translate}}\r\n </div>\r\n <br/>\r\n <div class=\"ion-text-justify\">\r\n {{'disclosure.content' | translate}}\r\n </div>\r\n </div>\r\n <p-footer>\r\n <div class=\"ion-text-center\">\r\n <ion-button shape=\"round\" type=\"submit\" (click)=\"updateDisclosureStatus()\" color=\"success\">\r\n <ion-icon slot=\"start\" name=\"checkmark-sharp\"></ion-icon>\r\n Ok\r\n </ion-button>\r\n </div>\r\n </p-footer>\r\n </p-dialog>\r\n " }]
58
+ }], () => [{ type: i1.Storage }], null); })();
59
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DisclosureComponent, { className: "DisclosureComponent", filePath: "lib\\components\\disclosure\\disclosure.component.ts", lineNumber: 9 }); })();
60
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlzY2xvc3VyZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvZGlzY2xvc3VyZS9kaXNjbG9zdXJlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9kaXNjbG9zdXJlL2Rpc2Nsb3N1cmUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQzs7Ozs7Ozs7O0FBUWxELE1BQU0sT0FBTyxtQkFBbUI7SUFJOUIsWUFBb0IsT0FBZ0I7UUFBaEIsWUFBTyxHQUFQLE9BQU8sQ0FBUztRQUY3QixtQkFBYyxHQUFHLEtBQUssQ0FBQztJQUVVLENBQUM7SUFFekMsS0FBSyxDQUFDLFFBQVE7UUFDWixJQUFJLENBQUMsY0FBYyxHQUFHLE1BQU0sSUFBSSxDQUFDLE9BQU8sQ0FBQyxHQUFHLENBQUMsaUJBQWlCLENBQUMsSUFBSSxNQUFNLENBQUM7SUFDNUUsQ0FBQztJQUVELHNCQUFzQjtRQUNwQixJQUFJLENBQUMsY0FBYyxHQUFHLEtBQUssQ0FBQztRQUM1QixJQUFJLENBQUMsT0FBTyxDQUFDLEdBQUcsQ0FBQyxpQkFBaUIsRUFBRSxPQUFPLENBQUMsQ0FBQztJQUMvQyxDQUFDO29GQWJVLG1CQUFtQjtvRUFBbkIsbUJBQW1CO1lDUmhDLG1DQUNrRztZQUR4Rix1SkFBNEI7WUFFbEMsNkJBQW9CO1lBQUEsWUFBNEI7O1lBQUEsaUJBQUs7WUFDckQsOEJBQXlDLGFBQUE7WUFFckMsWUFDRjs7WUFBQSxpQkFBTTtZQUNOLHFCQUFLO1lBQ0wsOEJBQThCO1lBQzVCLGFBQ0Y7O1lBQUEsaUJBQU0sRUFBQTtZQUVSLGlDQUFVLGNBQUEscUJBQUE7WUFFa0MscUdBQVMsNEJBQXdCLElBQUM7WUFDeEUsK0JBQXlEO1lBQ3pELHFCQUNGO1lBQUEsaUJBQWEsRUFBQSxFQUFBLEVBQUE7O1lBakIwSiwwQ0FBeUI7WUFBOUwsNENBQTRCLGVBQUEsNENBQUEsb0JBQUEsb0JBQUEsb0JBQUE7WUFFZCxlQUE0QjtZQUE1Qix5REFBNEI7WUFHNUMsZUFDRjtZQURFLDRFQUNGO1lBR0UsZUFDRjtZQURFLDZFQUNGOzs7aUZERk8sbUJBQW1CO2NBTC9CLFNBQVM7MkJBQ0UsZ0JBQWdCOztrRkFJZixtQkFBbUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgU3RvcmFnZSB9IGZyb20gJ0Bpb25pYy9zdG9yYWdlLWFuZ3VsYXInO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtZGlzY2xvc3VyZScsXG4gIHRlbXBsYXRlVXJsOiAnLi9kaXNjbG9zdXJlLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vZGlzY2xvc3VyZS5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBEaXNjbG9zdXJlQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcblxuICBwdWJsaWMgc2hvd0Rpc2Nsb3N1cmUgPSBmYWxzZTtcbiAgXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgc3RvcmFnZTogU3RvcmFnZSkgeyB9XG5cbiAgYXN5bmMgbmdPbkluaXQoKSB7XG4gICAgdGhpcy5zaG93RGlzY2xvc3VyZSA9IGF3YWl0IHRoaXMuc3RvcmFnZS5nZXQoJ3Nob3dfZGlzY2xvc3VyZScpID09ICd0cnVlJztcbiAgfVxuXG4gIHVwZGF0ZURpc2Nsb3N1cmVTdGF0dXMoKXtcbiAgICB0aGlzLnNob3dEaXNjbG9zdXJlID0gZmFsc2U7XG4gICAgdGhpcy5zdG9yYWdlLnNldCgnc2hvd19kaXNjbG9zdXJlJywgJ2ZhbHNlJyk7XG4gIH1cbn1cbiIsIjxwLWRpYWxvZyBbKHZpc2libGUpXT1cInNob3dEaXNjbG9zdXJlXCIgW21vZGFsXT1cInRydWVcIiBhcHBlbmRUbz1cImJvZHlcIiBwb3NpdGlvbj1cInRvcFwiIFticmVha3BvaW50c109XCJ7JzEyMDBweCc6ICc2NjBweCcsICc5OTJweCc6ICc2NjBweCcsICc3NjhweCc6ICc2NjBweCcsICc1NzZweCc6ICcxMDB2dyd9XCIgW3N0eWxlXT1cInt3aWR0aDogJzQ1dncnfVwiXHJcbltiYXNlWkluZGV4XT1cIjUwMDBcIiBbZHJhZ2dhYmxlXT1cImZhbHNlXCIgW3Jlc2l6YWJsZV09XCJmYWxzZVwiIGFwcGVuZFRvPVwiYm9keVwiIGNsb3NlT25Fc2NhcGU9XCJmYWxzZVwiPlxyXG4gICAgPGg0IGNsYXNzPVwiaGVhZGluZ1wiPnt7J0RJU0NMT1NVUkUnIHwgdHJhbnNsYXRlfX08L2g0PlxyXG4gICAgPGRpdiBjbGFzcz1cImlvbi1wYWRkaW5nLXRvcCBmdWxsLWhlaWdodFwiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiaW9uLXRleHQtY2VudGVyXCI+XHJcbiAgICAgICAge3snZGlzY2xvc3VyZS5oZWFkaW5nJyB8IHRyYW5zbGF0ZX19XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgICA8YnIvPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiaW9uLXRleHQtanVzdGlmeVwiPlxyXG4gICAgICAgIHt7J2Rpc2Nsb3N1cmUuY29udGVudCcgfCB0cmFuc2xhdGV9fVxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gICAgPHAtZm9vdGVyPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiaW9uLXRleHQtY2VudGVyXCI+XHJcbiAgICAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIHR5cGU9XCJzdWJtaXRcIiAoY2xpY2spPVwidXBkYXRlRGlzY2xvc3VyZVN0YXR1cygpXCIgY29sb3I9XCJzdWNjZXNzXCI+XHJcbiAgICAgICAgICA8aW9uLWljb24gc2xvdD1cInN0YXJ0XCIgbmFtZT1cImNoZWNrbWFyay1zaGFycFwiPjwvaW9uLWljb24+XHJcbiAgICAgICAgICBPa1xyXG4gICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L3AtZm9vdGVyPlxyXG4gIDwvcC1kaWFsb2c+XHJcbiAgIl19