@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.
- package/README.md +46 -0
- package/esm2022/lib/annimations/app-animations.mjs +37 -0
- package/esm2022/lib/components/add-employer/add-employer.component.mjs +3725 -0
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +453 -0
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +207 -0
- package/esm2022/lib/components/add-wage/add-wage.component.mjs +161 -0
- package/esm2022/lib/components/address/address.component.mjs +700 -0
- package/esm2022/lib/components/address-popup/address-popup.component.mjs +97 -0
- package/esm2022/lib/components/address-suggestion/address-suggestion.component.mjs +289 -0
- package/esm2022/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.mjs +245 -0
- package/esm2022/lib/components/associate-ssn/associate-ssn.component.mjs +203 -0
- package/esm2022/lib/components/bank-details/bank-details.component.mjs +276 -0
- package/esm2022/lib/components/captcha/captcha.component.mjs +181 -0
- package/esm2022/lib/components/card/card.component.mjs +55 -0
- package/esm2022/lib/components/claim-info/claim-info.component.mjs +408 -0
- package/esm2022/lib/components/contact-us/contact-us.component.mjs +958 -0
- package/esm2022/lib/components/content/content.component.mjs +61 -0
- package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +83 -0
- package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +251 -0
- package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +316 -0
- package/esm2022/lib/components/disclosure/disclosure.component.mjs +60 -0
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +1974 -0
- package/esm2022/lib/components/dropdown/dropdown.interface.mjs +2 -0
- package/esm2022/lib/components/dua-request-page/dua-request-page.component.mjs +596 -0
- package/esm2022/lib/components/dua-request-popup/dua-request-popup.component.mjs +356 -0
- package/esm2022/lib/components/email-update/email-update.component.mjs +283 -0
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +950 -0
- package/esm2022/lib/components/employer-info/employer-info.component.mjs +319 -0
- package/esm2022/lib/components/employer-pay/employer-pay.component.mjs +238 -0
- package/esm2022/lib/components/employer-pay-grid/employer-pay-grid.component.mjs +302 -0
- package/esm2022/lib/components/error/error.component.mjs +103 -0
- package/esm2022/lib/components/farm-usage/farm-usage.component.mjs +172 -0
- package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +163 -0
- package/esm2022/lib/components/file-download/file-download.component.mjs +104 -0
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +444 -0
- package/esm2022/lib/components/footer/footer.component.mjs +361 -0
- package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +201 -0
- package/esm2022/lib/components/header/header.component.mjs +801 -0
- package/esm2022/lib/components/help/help.component.mjs +49 -0
- package/esm2022/lib/components/history-page/history-page.component.mjs +571 -0
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +65 -0
- package/esm2022/lib/components/idme/idme.component.mjs +84 -0
- package/esm2022/lib/components/info/info.component.mjs +179 -0
- package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +206 -0
- package/esm2022/lib/components/job-title/job-title.component.mjs +157 -0
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +247 -0
- package/esm2022/lib/components/link/link.component.mjs +131 -0
- package/esm2022/lib/components/maintenance-detector/maintenance-detector.component.mjs +43 -0
- package/esm2022/lib/components/mask/mask.component.mjs +48 -0
- package/esm2022/lib/components/menu/menu.component.mjs +420 -0
- package/esm2022/lib/components/mfa/mfa.component.mjs +444 -0
- package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +50 -0
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +202 -0
- package/esm2022/lib/components/msg/msg.component.mjs +48 -0
- package/esm2022/lib/components/news/news.component.mjs +90 -0
- package/esm2022/lib/components/offline-add-employer/offline-add-employer.component.mjs +3661 -0
- package/esm2022/lib/components/offline-bank-details/offline-bank-details.component.mjs +258 -0
- package/esm2022/lib/components/offline-employer-grid/offline-employer-grid.component.mjs +853 -0
- package/esm2022/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.mjs +251 -0
- package/esm2022/lib/components/overlay-info/overlay-info.component.mjs +213 -0
- package/esm2022/lib/components/page/page.component.mjs +136 -0
- package/esm2022/lib/components/profile/profile.component.mjs +901 -0
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +140 -0
- package/esm2022/lib/components/proof-of-anything/proof-of-anything.component.mjs +261 -0
- package/esm2022/lib/components/proof-of-document-upload/proof-of-document-upload.component.mjs +560 -0
- package/esm2022/lib/components/questionnaire/AppValidators.mjs +790 -0
- package/esm2022/lib/components/questionnaire/FbConstants.mjs +8 -0
- package/esm2022/lib/components/questionnaire/SelectItem.mjs +2 -0
- package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +355 -0
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +732 -0
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +1096 -0
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +2246 -0
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +1297 -0
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +262 -0
- package/esm2022/lib/components/questionnaire/input-focus.directive.mjs +44 -0
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +342 -0
- package/esm2022/lib/components/questionnaire/question-base.mjs +3 -0
- package/esm2022/lib/components/questionnaire/question-control.service.mjs +409 -0
- package/esm2022/lib/components/questionnaire/question.service.mjs +31 -0
- package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +268 -0
- package/esm2022/lib/components/read-more/read-more.component.mjs +72 -0
- package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +950 -0
- package/esm2022/lib/components/scrollable-text/scrollable-text.component.mjs +25 -0
- package/esm2022/lib/components/search-employer/search-employer.component.mjs +257 -0
- package/esm2022/lib/components/select/select.component.mjs +154 -0
- package/esm2022/lib/components/sign-ssn/sign-ssn.component.mjs +141 -0
- package/esm2022/lib/components/sms/sms.component.mjs +336 -0
- package/esm2022/lib/components/ssn/ssn.component.mjs +44 -0
- package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +151 -0
- package/esm2022/lib/components/test/test.component.mjs +19 -0
- package/esm2022/lib/components/user-login/user-login.component.mjs +398 -0
- package/esm2022/lib/components/wage-calculator/wage-calculator.component.mjs +527 -0
- package/esm2022/lib/components/wage-grid/wage-grid.component.mjs +274 -0
- package/esm2022/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.mjs +147 -0
- package/esm2022/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.mjs +167 -0
- package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +1040 -0
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +420 -0
- package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +828 -0
- package/esm2022/lib/components/weekly-confirmation/confirmation.component.mjs +129 -0
- package/esm2022/lib/components/weekly-interim-confirmation/interim-confirmation.component.mjs +136 -0
- package/esm2022/lib/components/weekly-summary-v2/summary.component-v2.mjs +72 -0
- package/esm2022/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.mjs +50 -0
- package/esm2022/lib/components/weekly-work-search-counter/work-search-counter.component.mjs +92 -0
- package/esm2022/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.mjs +1190 -0
- package/esm2022/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.mjs +690 -0
- package/esm2022/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.mjs +524 -0
- package/esm2022/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.mjs +394 -0
- package/esm2022/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.mjs +640 -0
- package/esm2022/lib/directives/auto-focus/auto-focus.directive.mjs +31 -0
- package/esm2022/lib/directives/caps-lock.directive.mjs +38 -0
- package/esm2022/lib/directives/required-roles/required-roles.directive.mjs +30 -0
- package/esm2022/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.mjs +33 -0
- package/esm2022/lib/enums/AddressValidationResponseEnum.mjs +9 -0
- package/esm2022/lib/enums/AddressValidationSourceFunctionEnum.mjs +5 -0
- package/esm2022/lib/enums/EmailStatusEnum.mjs +9 -0
- package/esm2022/lib/guards/auth.guard.mjs +186 -0
- package/esm2022/lib/guards/no-login/no-login.guard.mjs +21 -0
- package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +155 -0
- package/esm2022/lib/interceptors/header-interceptor/http-header.interceptor.mjs +98 -0
- package/esm2022/lib/models/ActiveClaimModel.mjs +3 -0
- package/esm2022/lib/models/AddressComponentModel.mjs +3 -0
- package/esm2022/lib/models/BankDetailsComponentModel.mjs +3 -0
- package/esm2022/lib/models/BankDetailsModel.mjs +3 -0
- package/esm2022/lib/models/CinRequalificationCriteriaModel.mjs +3 -0
- package/esm2022/lib/models/CountyModel.mjs +3 -0
- package/esm2022/lib/models/DuaAppDataModel.mjs +3 -0
- package/esm2022/lib/models/DuaRequestModel.mjs +3 -0
- package/esm2022/lib/models/DuaRetroWeeksComponentModel.mjs +6 -0
- package/esm2022/lib/models/EmployerDetailSearchResult.mjs +6 -0
- package/esm2022/lib/models/EmployerInfoComponentModel.mjs +4 -0
- package/esm2022/lib/models/EmployerPayInfoModel.mjs +6 -0
- package/esm2022/lib/models/ErrorModel.mjs +6 -0
- package/esm2022/lib/models/FarmUsageComponentModel.mjs +2 -0
- package/esm2022/lib/models/FileModel.mjs +2 -0
- package/esm2022/lib/models/GrossEarningsModel.mjs +3 -0
- package/esm2022/lib/models/HelpConstants.mjs +5 -0
- package/esm2022/lib/models/LexisNexisOtpDetailsResponseModel.mjs +3 -0
- package/esm2022/lib/models/LibConstants.mjs +171 -0
- package/esm2022/lib/models/NewsAndAnnouncementModel.mjs +3 -0
- package/esm2022/lib/models/NotificationModel.mjs +6 -0
- package/esm2022/lib/models/OtpAuthModel.mjs +3 -0
- package/esm2022/lib/models/PaymentComponentModel.mjs +2 -0
- package/esm2022/lib/models/ReasonSeparationRequestModel.mjs +3 -0
- package/esm2022/lib/models/RequalifyLiftPageModel.mjs +11 -0
- package/esm2022/lib/models/RetroWeeksModel.mjs +3 -0
- package/esm2022/lib/models/SecurityQuestionAnswerModel.mjs +3 -0
- package/esm2022/lib/models/SendOtpRequestModel.mjs +3 -0
- package/esm2022/lib/models/SsaVerificationModel.mjs +3 -0
- package/esm2022/lib/models/TrendModel.mjs +3 -0
- package/esm2022/lib/models/UserDetailsModel.mjs +3 -0
- package/esm2022/lib/models/UserModel.mjs +6 -0
- package/esm2022/lib/models/VerifyOtpRequestModel.mjs +3 -0
- package/esm2022/lib/models/WageCalculatorModel.mjs +3 -0
- package/esm2022/lib/models/WageInfoModel.mjs +4 -0
- package/esm2022/lib/models/addressValidation/AddressRecommendationModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationRequestComponentModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationResponseComponentModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationReturnComponentModel.mjs +3 -0
- package/esm2022/lib/models/case/CaseAttachmentModel.mjs +3 -0
- package/esm2022/lib/models/claimant/ClaimantModel.mjs +3 -0
- package/esm2022/lib/models/claimant/JobResultsData.mjs +3 -0
- package/esm2022/lib/models/claimant/MatchingJobs.mjs +3 -0
- package/esm2022/lib/models/claimant/ResetPasswordModel.mjs +3 -0
- package/esm2022/lib/models/cmp/CaseCoreModel.mjs +3 -0
- package/esm2022/lib/models/cmp/ComplaintCategoryModel.mjs +3 -0
- package/esm2022/lib/models/cmp/ComplaintCategoryOutputModel.mjs +5 -0
- package/esm2022/lib/models/cmp/ContactUsModel.mjs +3 -0
- package/esm2022/lib/models/cmp/EmailTemplateModel.mjs +3 -0
- package/esm2022/lib/models/cmp/contactUsInqueryModel.mjs +7 -0
- package/esm2022/lib/models/cmp/messageRourceModel.mjs +3 -0
- package/esm2022/lib/models/combo-model.mjs +343 -0
- package/esm2022/lib/models/dashboard-model.mjs +3 -0
- package/esm2022/lib/models/dependent.model.mjs +8 -0
- package/esm2022/lib/models/fileupload/DocUploadModel.mjs +7 -0
- package/esm2022/lib/models/fileupload/EmployerDataModel.mjs +3 -0
- package/esm2022/lib/models/fileupload/FileObject.mjs +3 -0
- package/esm2022/lib/models/fileupload/FileObjectArray.mjs +7 -0
- package/esm2022/lib/models/questionnaire/AppealParticipantModel.mjs +8 -0
- package/esm2022/lib/models/questionnaire/AutocoderModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ClaimAppEmpRequestModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +8 -0
- package/esm2022/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +7 -0
- package/esm2022/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ComboModel.mjs +453 -0
- package/esm2022/lib/models/questionnaire/ElementsModel.mjs +8 -0
- package/esm2022/lib/models/questionnaire/EmployerDetailSearchResult.mjs +3 -0
- package/esm2022/lib/models/questionnaire/EmployerWagesModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/FBConfigModel.mjs +6 -0
- package/esm2022/lib/models/questionnaire/KeyValueModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/LegalDiscaimarModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/LoaderModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/PollingStatusModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/QtrYearEmployerWageModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/QuestionnaireQueryModel.mjs +8 -0
- package/esm2022/lib/models/questionnaire/QuestionnaireReturnModel.mjs +11 -0
- package/esm2022/lib/models/questionnaire/QuestionnaireSaveModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ScrollableTextModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ServiceActionResponseModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/StatusModel.mjs +6 -0
- package/esm2022/lib/models/questionnaire/SuccessPageElement.mjs +3 -0
- package/esm2022/lib/models/questionnaire/UI512AResponseModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ValidationModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/WbaHelperTextModel.mjs +3 -0
- package/esm2022/lib/models/weekly-cert/WorkSearchWaiverModel.mjs +3 -0
- package/esm2022/lib/models/weekly-cert/address-detail-model.mjs +2 -0
- package/esm2022/lib/models/weekly-cert/admin-leave-details-model.mjs +7 -0
- package/esm2022/lib/models/weekly-cert/employer-info-v2-model.mjs +7 -0
- package/esm2022/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.mjs +6 -0
- package/esm2022/lib/models/weekly-cert/weekly-certification-v2-model.mjs +34 -0
- package/esm2022/lib/models/weekly-cert/work-search-record-v2-model.mjs +15 -0
- package/esm2022/lib/models/weekly-cert/work-search-v2-model.mjs +11 -0
- package/esm2022/lib/ngx-reusa-app-lib.component.mjs +23 -0
- package/esm2022/lib/ngx-reusa-app-lib.module.mjs +522 -0
- package/esm2022/lib/ngx-reusa-app-lib.service.mjs +14 -0
- package/esm2022/lib/pages/BasePage.mjs +79 -0
- package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +81 -0
- package/esm2022/lib/pages/common/change-password/change-password.page.mjs +489 -0
- package/esm2022/lib/pages/common/landing/landing.component.mjs +208 -0
- package/esm2022/lib/pages/common/landing2/landing2.component.mjs +244 -0
- package/esm2022/lib/pages/common/login/login.component.mjs +527 -0
- package/esm2022/lib/pages/common/not-found/not-found.page.mjs +24 -0
- package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +306 -0
- package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +61 -0
- package/esm2022/lib/pages/common/unauthorized/unauthorized.page.mjs +24 -0
- package/esm2022/lib/pages/popovers/language/language.page.mjs +61 -0
- package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +204 -0
- package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +134 -0
- package/esm2022/lib/pages/popovers/user-search/user-search.component.mjs +251 -0
- package/esm2022/lib/pipes/filter.pipe.mjs +30 -0
- package/esm2022/lib/pipes/format-worksearch/format-worksearch.pipe.mjs +101 -0
- package/esm2022/lib/pipes/mask/mask.email.pipe.mjs +23 -0
- package/esm2022/lib/pipes/proper-case/proper-case.pipe.mjs +27 -0
- package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +44 -0
- package/esm2022/lib/pipes/trust-html/trust-html.pipe.mjs +20 -0
- package/esm2022/lib/services/address-validation-service/address-validation.service.mjs +151 -0
- package/esm2022/lib/services/appeal/appeal.service.mjs +37 -0
- package/esm2022/lib/services/base-service.mjs +53 -0
- package/esm2022/lib/services/birt-service/birt.service.mjs +57 -0
- package/esm2022/lib/services/captcha/captcha.service.mjs +46 -0
- package/esm2022/lib/services/case-service/case.service.mjs +47 -0
- package/esm2022/lib/services/chatbot/chatbot.service.mjs +257 -0
- package/esm2022/lib/services/chatbot/script.const.mjs +42 -0
- package/esm2022/lib/services/claimant/claimant.service.mjs +31 -0
- package/esm2022/lib/services/claimant-context/claimant-context.service.mjs +48 -0
- package/esm2022/lib/services/claimant-service/claimant.service.mjs +56 -0
- package/esm2022/lib/services/claims/claims.service.mjs +193 -0
- package/esm2022/lib/services/cmp-service/cmp.service.mjs +84 -0
- package/esm2022/lib/services/dms-service/dms.service.mjs +60 -0
- package/esm2022/lib/services/employer/employer-service.mjs +35 -0
- package/esm2022/lib/services/event-service/event-service.mjs +44 -0
- package/esm2022/lib/services/fpjs/fingerprint.service.mjs +70 -0
- package/esm2022/lib/services/google-analytics/google-analytics.service.mjs +29 -0
- package/esm2022/lib/services/help/help.service.mjs +63 -0
- package/esm2022/lib/services/idle/idle.service.mjs +159 -0
- package/esm2022/lib/services/logger/logger.service.mjs +67 -0
- package/esm2022/lib/services/login/login.service.mjs +358 -0
- package/esm2022/lib/services/maintenance/maintenance.service.mjs +21 -0
- package/esm2022/lib/services/notification/notification.service.mjs +113 -0
- package/esm2022/lib/services/offline-claims/offline-claims.service.mjs +327 -0
- package/esm2022/lib/services/questionnaire/questionnaire.service.mjs +72 -0
- package/esm2022/lib/services/questionnaire/validation.service.mjs +62 -0
- package/esm2022/lib/services/security-service/security.service.mjs +59 -0
- package/esm2022/lib/services/tour/tour.service.mjs +60 -0
- package/esm2022/lib/services/util/util.service.mjs +506 -0
- package/esm2022/lib/services/weekly-cert/review.service.mjs +101 -0
- package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +214 -0
- package/esm2022/lib/services/weekly-cert/weekly-cert.service.mjs +37 -0
- package/esm2022/lib/services/weekly-cert/work-search.service.mjs +58 -0
- package/esm2022/lib/validations/AppRegex.mjs +49 -0
- package/esm2022/lib/validations/AppValidators.mjs +269 -0
- package/esm2022/public-api.mjs +180 -0
- package/esm2022/uiapplib-ngx-ui-web-lib.mjs +5 -0
- package/fesm2022/uiapplib-ngx-ui-web-lib.mjs +51647 -0
- package/fesm2022/uiapplib-ngx-ui-web-lib.mjs.map +1 -0
- package/index.d.ts +6 -0
- package/lib/annimations/app-animations.d.ts +4 -0
- package/lib/annimations/app-animations.d.ts.map +1 -0
- package/lib/components/add-employer/add-employer.component.d.ts +318 -0
- package/lib/components/add-employer/add-employer.component.d.ts.map +1 -0
- package/lib/components/add-participant/add-participant.component.d.ts +55 -0
- package/lib/components/add-participant/add-participant.component.d.ts.map +1 -0
- package/lib/components/add-payment/add-payment.component.d.ts +39 -0
- package/lib/components/add-payment/add-payment.component.d.ts.map +1 -0
- package/lib/components/add-wage/add-wage.component.d.ts +30 -0
- package/lib/components/add-wage/add-wage.component.d.ts.map +1 -0
- package/lib/components/address/address.component.d.ts +108 -0
- package/lib/components/address/address.component.d.ts.map +1 -0
- package/lib/components/address-popup/address-popup.component.d.ts +16 -0
- package/lib/components/address-popup/address-popup.component.d.ts.map +1 -0
- package/lib/components/address-suggestion/address-suggestion.component.d.ts +43 -0
- package/lib/components/address-suggestion/address-suggestion.component.d.ts.map +1 -0
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts +37 -0
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts.map +1 -0
- package/lib/components/associate-ssn/associate-ssn.component.d.ts +33 -0
- package/lib/components/associate-ssn/associate-ssn.component.d.ts.map +1 -0
- package/lib/components/bank-details/bank-details.component.d.ts +40 -0
- package/lib/components/bank-details/bank-details.component.d.ts.map +1 -0
- package/lib/components/captcha/captcha.component.d.ts +45 -0
- package/lib/components/captcha/captcha.component.d.ts.map +1 -0
- package/lib/components/card/card.component.d.ts +12 -0
- package/lib/components/card/card.component.d.ts.map +1 -0
- package/lib/components/claim-info/claim-info.component.d.ts +49 -0
- package/lib/components/claim-info/claim-info.component.d.ts.map +1 -0
- package/lib/components/contact-us/contact-us.component.d.ts +106 -0
- package/lib/components/contact-us/contact-us.component.d.ts.map +1 -0
- package/lib/components/content/content.component.d.ts +14 -0
- package/lib/components/content/content.component.d.ts.map +1 -0
- package/lib/components/correspondence-download/correspondence-download.component.d.ts +22 -0
- package/lib/components/correspondence-download/correspondence-download.component.d.ts.map +1 -0
- package/lib/components/dashboard-card/dashboard-card.component.d.ts +26 -0
- package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -0
- package/lib/components/dependent-grid/dependent-grid.component.d.ts +36 -0
- package/lib/components/dependent-grid/dependent-grid.component.d.ts.map +1 -0
- package/lib/components/disclosure/disclosure.component.d.ts +13 -0
- package/lib/components/disclosure/disclosure.component.d.ts.map +1 -0
- package/lib/components/dropdown/dropdown.component.d.ts +582 -0
- package/lib/components/dropdown/dropdown.component.d.ts.map +1 -0
- package/lib/components/dropdown/dropdown.interface.d.ts +155 -0
- package/lib/components/dropdown/dropdown.interface.d.ts.map +1 -0
- package/lib/components/dua-request-page/dua-request-page.component.d.ts +74 -0
- package/lib/components/dua-request-page/dua-request-page.component.d.ts.map +1 -0
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts +61 -0
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts.map +1 -0
- package/lib/components/email-update/email-update.component.d.ts +32 -0
- package/lib/components/email-update/email-update.component.d.ts.map +1 -0
- package/lib/components/employer-grid/employer-grid.component.d.ts +100 -0
- package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -0
- package/lib/components/employer-info/employer-info.component.d.ts +50 -0
- package/lib/components/employer-info/employer-info.component.d.ts.map +1 -0
- package/lib/components/employer-pay/employer-pay.component.d.ts +51 -0
- package/lib/components/employer-pay/employer-pay.component.d.ts.map +1 -0
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts +43 -0
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts.map +1 -0
- package/lib/components/error/error.component.d.ts +19 -0
- package/lib/components/error/error.component.d.ts.map +1 -0
- package/lib/components/farm-usage/farm-usage.component.d.ts +33 -0
- package/lib/components/farm-usage/farm-usage.component.d.ts.map +1 -0
- package/lib/components/fav-menu/fav-menu.component.d.ts +22 -0
- package/lib/components/fav-menu/fav-menu.component.d.ts.map +1 -0
- package/lib/components/file-download/file-download.component.d.ts +23 -0
- package/lib/components/file-download/file-download.component.d.ts.map +1 -0
- package/lib/components/file-uploader/file-uploader.component.d.ts +52 -0
- package/lib/components/file-uploader/file-uploader.component.d.ts.map +1 -0
- package/lib/components/footer/footer.component.d.ts +37 -0
- package/lib/components/footer/footer.component.d.ts.map +1 -0
- package/lib/components/gross-earnings/gross-earnings.component.d.ts +42 -0
- package/lib/components/gross-earnings/gross-earnings.component.d.ts.map +1 -0
- package/lib/components/header/header.component.d.ts +76 -0
- package/lib/components/header/header.component.d.ts.map +1 -0
- package/lib/components/help/help.component.d.ts +11 -0
- package/lib/components/help/help.component.d.ts.map +1 -0
- package/lib/components/history-page/history-page.component.d.ts +80 -0
- package/lib/components/history-page/history-page.component.d.ts.map +1 -0
- package/lib/components/idle-detector/idle-detector.component.d.ts +16 -0
- package/lib/components/idle-detector/idle-detector.component.d.ts.map +1 -0
- package/lib/components/idme/idme.component.d.ts +19 -0
- package/lib/components/idme/idme.component.d.ts.map +1 -0
- package/lib/components/info/info.component.d.ts +23 -0
- package/lib/components/info/info.component.d.ts.map +1 -0
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +22 -0
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts.map +1 -0
- package/lib/components/job-title/job-title.component.d.ts +37 -0
- package/lib/components/job-title/job-title.component.d.ts.map +1 -0
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +38 -0
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -0
- package/lib/components/link/link.component.d.ts +35 -0
- package/lib/components/link/link.component.d.ts.map +1 -0
- package/lib/components/maintenance-detector/maintenance-detector.component.d.ts +16 -0
- package/lib/components/maintenance-detector/maintenance-detector.component.d.ts.map +1 -0
- package/lib/components/mask/mask.component.d.ts +12 -0
- package/lib/components/mask/mask.component.d.ts.map +1 -0
- package/lib/components/menu/menu.component.d.ts +45 -0
- package/lib/components/menu/menu.component.d.ts.map +1 -0
- package/lib/components/mfa/mfa.component.d.ts +60 -0
- package/lib/components/mfa/mfa.component.d.ts.map +1 -0
- package/lib/components/mfa-popup/mfa-popup.component.d.ts +17 -0
- package/lib/components/mfa-popup/mfa-popup.component.d.ts.map +1 -0
- package/lib/components/money-expect/money-expect.component.d.ts +30 -0
- package/lib/components/money-expect/money-expect.component.d.ts.map +1 -0
- package/lib/components/msg/msg.component.d.ts +11 -0
- package/lib/components/msg/msg.component.d.ts.map +1 -0
- package/lib/components/news/news.component.d.ts +15 -0
- package/lib/components/news/news.component.d.ts.map +1 -0
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts +311 -0
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts.map +1 -0
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts +33 -0
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts.map +1 -0
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts +97 -0
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts.map +1 -0
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts +33 -0
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts.map +1 -0
- package/lib/components/overlay-info/overlay-info.component.d.ts +35 -0
- package/lib/components/overlay-info/overlay-info.component.d.ts.map +1 -0
- package/lib/components/page/page.component.d.ts +24 -0
- package/lib/components/page/page.component.d.ts.map +1 -0
- package/lib/components/profile/profile.component.d.ts +107 -0
- package/lib/components/profile/profile.component.d.ts.map +1 -0
- package/lib/components/profile-redirect/profile-redirect.component.d.ts +21 -0
- package/lib/components/profile-redirect/profile-redirect.component.d.ts.map +1 -0
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts +54 -0
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts.map +1 -0
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts +74 -0
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts.map +1 -0
- package/lib/components/questionnaire/AppValidators.d.ts +17 -0
- package/lib/components/questionnaire/AppValidators.d.ts.map +1 -0
- package/lib/components/questionnaire/FbConstants.d.ts +8 -0
- package/lib/components/questionnaire/FbConstants.d.ts.map +1 -0
- package/lib/components/questionnaire/SelectItem.d.ts +5 -0
- package/lib/components/questionnaire/SelectItem.d.ts.map +1 -0
- package/lib/components/questionnaire/account-success/account-success.page.d.ts +64 -0
- package/lib/components/questionnaire/account-success/account-success.page.d.ts.map +1 -0
- package/lib/components/questionnaire/common-success/common-success.page.d.ts +83 -0
- package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -0
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +49 -0
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts.map +1 -0
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts +126 -0
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -0
- package/lib/components/questionnaire/dynamic-form.component.d.ts +137 -0
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -0
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +67 -0
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -0
- package/lib/components/questionnaire/input-focus.directive.d.ts +12 -0
- package/lib/components/questionnaire/input-focus.directive.d.ts.map +1 -0
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +45 -0
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -0
- package/lib/components/questionnaire/question-base.d.ts +17 -0
- package/lib/components/questionnaire/question-base.d.ts.map +1 -0
- package/lib/components/questionnaire/question-control.service.d.ts +21 -0
- package/lib/components/questionnaire/question-control.service.d.ts.map +1 -0
- package/lib/components/questionnaire/question.service.d.ts +18 -0
- package/lib/components/questionnaire/question.service.d.ts.map +1 -0
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +77 -0
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -0
- package/lib/components/read-more/read-more.component.d.ts +15 -0
- package/lib/components/read-more/read-more.component.d.ts.map +1 -0
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +76 -0
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts.map +1 -0
- package/lib/components/scrollable-text/scrollable-text.component.d.ts +11 -0
- package/lib/components/scrollable-text/scrollable-text.component.d.ts.map +1 -0
- package/lib/components/search-employer/search-employer.component.d.ts +41 -0
- package/lib/components/search-employer/search-employer.component.d.ts.map +1 -0
- package/lib/components/select/select.component.d.ts +56 -0
- package/lib/components/select/select.component.d.ts.map +1 -0
- package/lib/components/sign-ssn/sign-ssn.component.d.ts +34 -0
- package/lib/components/sign-ssn/sign-ssn.component.d.ts.map +1 -0
- package/lib/components/sms/sms.component.d.ts +63 -0
- package/lib/components/sms/sms.component.d.ts.map +1 -0
- package/lib/components/ssn/ssn.component.d.ts +12 -0
- package/lib/components/ssn/ssn.component.d.ts.map +1 -0
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +23 -0
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts.map +1 -0
- package/lib/components/test/test.component.d.ts +9 -0
- package/lib/components/test/test.component.d.ts.map +1 -0
- package/lib/components/user-login/user-login.component.d.ts +49 -0
- package/lib/components/user-login/user-login.component.d.ts.map +1 -0
- package/lib/components/wage-calculator/wage-calculator.component.d.ts +44 -0
- package/lib/components/wage-calculator/wage-calculator.component.d.ts.map +1 -0
- package/lib/components/wage-grid/wage-grid.component.d.ts +43 -0
- package/lib/components/wage-grid/wage-grid.component.d.ts.map +1 -0
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts +28 -0
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts.map +1 -0
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts +28 -0
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +84 -0
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts.map +1 -0
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +53 -0
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map +1 -0
- package/lib/components/weekly-certification/weekly-certification.component.d.ts +101 -0
- package/lib/components/weekly-certification/weekly-certification.component.d.ts.map +1 -0
- package/lib/components/weekly-confirmation/confirmation.component.d.ts +21 -0
- package/lib/components/weekly-confirmation/confirmation.component.d.ts.map +1 -0
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts +34 -0
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts.map +1 -0
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts +17 -0
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts +10 -0
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts +17 -0
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts +105 -0
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts +71 -0
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts +59 -0
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts +47 -0
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts +78 -0
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts.map +1 -0
- package/lib/directives/auto-focus/auto-focus.directive.d.ts +13 -0
- package/lib/directives/auto-focus/auto-focus.directive.d.ts.map +1 -0
- package/lib/directives/caps-lock.directive.d.ts +12 -0
- package/lib/directives/caps-lock.directive.d.ts.map +1 -0
- package/lib/directives/required-roles/required-roles.directive.d.ts +15 -0
- package/lib/directives/required-roles/required-roles.directive.d.ts.map +1 -0
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts +8 -0
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts.map +1 -0
- package/lib/enums/AddressValidationResponseEnum.d.ts +8 -0
- package/lib/enums/AddressValidationResponseEnum.d.ts.map +1 -0
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts +4 -0
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts.map +1 -0
- package/lib/enums/EmailStatusEnum.d.ts +8 -0
- package/lib/enums/EmailStatusEnum.d.ts.map +1 -0
- package/lib/guards/auth.guard.d.ts +29 -0
- package/lib/guards/auth.guard.d.ts.map +1 -0
- package/lib/guards/no-login/no-login.guard.d.ts +12 -0
- package/lib/guards/no-login/no-login.guard.d.ts.map +1 -0
- package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts +23 -0
- package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts.map +1 -0
- package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts +22 -0
- package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts.map +1 -0
- package/lib/models/ActiveClaimModel.d.ts +8 -0
- package/lib/models/ActiveClaimModel.d.ts.map +1 -0
- package/lib/models/AddressComponentModel.d.ts +14 -0
- package/lib/models/AddressComponentModel.d.ts.map +1 -0
- package/lib/models/BankDetailsComponentModel.d.ts +12 -0
- package/lib/models/BankDetailsComponentModel.d.ts.map +1 -0
- package/lib/models/BankDetailsModel.d.ts +5 -0
- package/lib/models/BankDetailsModel.d.ts.map +1 -0
- package/lib/models/CinRequalificationCriteriaModel.d.ts +11 -0
- package/lib/models/CinRequalificationCriteriaModel.d.ts.map +1 -0
- package/lib/models/CountyModel.d.ts +8 -0
- package/lib/models/CountyModel.d.ts.map +1 -0
- package/lib/models/DuaAppDataModel.d.ts +5 -0
- package/lib/models/DuaAppDataModel.d.ts.map +1 -0
- package/lib/models/DuaRequestModel.d.ts +10 -0
- package/lib/models/DuaRequestModel.d.ts.map +1 -0
- package/lib/models/DuaRetroWeeksComponentModel.d.ts +5 -0
- package/lib/models/DuaRetroWeeksComponentModel.d.ts.map +1 -0
- package/lib/models/EmployerDetailSearchResult.d.ts +54 -0
- package/lib/models/EmployerDetailSearchResult.d.ts.map +1 -0
- package/lib/models/EmployerInfoComponentModel.d.ts +9 -0
- package/lib/models/EmployerInfoComponentModel.d.ts.map +1 -0
- package/lib/models/EmployerPayInfoModel.d.ts +20 -0
- package/lib/models/EmployerPayInfoModel.d.ts.map +1 -0
- package/lib/models/ErrorModel.d.ts +7 -0
- package/lib/models/ErrorModel.d.ts.map +1 -0
- package/lib/models/FarmUsageComponentModel.d.ts +10 -0
- package/lib/models/FarmUsageComponentModel.d.ts.map +1 -0
- package/lib/models/FileModel.d.ts +5 -0
- package/lib/models/FileModel.d.ts.map +1 -0
- package/lib/models/GrossEarningsModel.d.ts +6 -0
- package/lib/models/GrossEarningsModel.d.ts.map +1 -0
- package/lib/models/HelpConstants.d.ts +5 -0
- package/lib/models/HelpConstants.d.ts.map +1 -0
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts +7 -0
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts.map +1 -0
- package/lib/models/LibConstants.d.ts +162 -0
- package/lib/models/LibConstants.d.ts.map +1 -0
- package/lib/models/NewsAndAnnouncementModel.d.ts +6 -0
- package/lib/models/NewsAndAnnouncementModel.d.ts.map +1 -0
- package/lib/models/NotificationModel.d.ts +11 -0
- package/lib/models/NotificationModel.d.ts.map +1 -0
- package/lib/models/OtpAuthModel.d.ts +7 -0
- package/lib/models/OtpAuthModel.d.ts.map +1 -0
- package/lib/models/PaymentComponentModel.d.ts +8 -0
- package/lib/models/PaymentComponentModel.d.ts.map +1 -0
- package/lib/models/ReasonSeparationRequestModel.d.ts +7 -0
- package/lib/models/ReasonSeparationRequestModel.d.ts.map +1 -0
- package/lib/models/RequalifyLiftPageModel.d.ts +12 -0
- package/lib/models/RequalifyLiftPageModel.d.ts.map +1 -0
- package/lib/models/RetroWeeksModel.d.ts +11 -0
- package/lib/models/RetroWeeksModel.d.ts.map +1 -0
- package/lib/models/SecurityQuestionAnswerModel.d.ts +7 -0
- package/lib/models/SecurityQuestionAnswerModel.d.ts.map +1 -0
- package/lib/models/SendOtpRequestModel.d.ts +12 -0
- package/lib/models/SendOtpRequestModel.d.ts.map +1 -0
- package/lib/models/SsaVerificationModel.d.ts +9 -0
- package/lib/models/SsaVerificationModel.d.ts.map +1 -0
- package/lib/models/TrendModel.d.ts +14 -0
- package/lib/models/TrendModel.d.ts.map +1 -0
- package/lib/models/UserDetailsModel.d.ts +10 -0
- package/lib/models/UserDetailsModel.d.ts.map +1 -0
- package/lib/models/UserModel.d.ts +47 -0
- package/lib/models/UserModel.d.ts.map +1 -0
- package/lib/models/VerifyOtpRequestModel.d.ts +8 -0
- package/lib/models/VerifyOtpRequestModel.d.ts.map +1 -0
- package/lib/models/WageCalculatorModel.d.ts +15 -0
- package/lib/models/WageCalculatorModel.d.ts.map +1 -0
- package/lib/models/WageInfoModel.d.ts +9 -0
- package/lib/models/WageInfoModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts +12 -0
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts +11 -0
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts +6 -0
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts +16 -0
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts.map +1 -0
- package/lib/models/case/CaseAttachmentModel.d.ts +6 -0
- package/lib/models/case/CaseAttachmentModel.d.ts.map +1 -0
- package/lib/models/claimant/ClaimantModel.d.ts +23 -0
- package/lib/models/claimant/ClaimantModel.d.ts.map +1 -0
- package/lib/models/claimant/JobResultsData.d.ts +8 -0
- package/lib/models/claimant/JobResultsData.d.ts.map +1 -0
- package/lib/models/claimant/MatchingJobs.d.ts +13 -0
- package/lib/models/claimant/MatchingJobs.d.ts.map +1 -0
- package/lib/models/claimant/ResetPasswordModel.d.ts +9 -0
- package/lib/models/claimant/ResetPasswordModel.d.ts.map +1 -0
- package/lib/models/cmp/CaseCoreModel.d.ts +21 -0
- package/lib/models/cmp/CaseCoreModel.d.ts.map +1 -0
- package/lib/models/cmp/ComplaintCategoryModel.d.ts +9 -0
- package/lib/models/cmp/ComplaintCategoryModel.d.ts.map +1 -0
- package/lib/models/cmp/ComplaintCategoryOutputModel.d.ts +6 -0
- package/lib/models/cmp/ComplaintCategoryOutputModel.d.ts.map +1 -0
- package/lib/models/cmp/ContactUsModel.d.ts +23 -0
- package/lib/models/cmp/ContactUsModel.d.ts.map +1 -0
- package/lib/models/cmp/EmailTemplateModel.d.ts +7 -0
- package/lib/models/cmp/EmailTemplateModel.d.ts.map +1 -0
- package/lib/models/cmp/contactUsInqueryModel.d.ts +47 -0
- package/lib/models/cmp/contactUsInqueryModel.d.ts.map +1 -0
- package/lib/models/cmp/messageRourceModel.d.ts +6 -0
- package/lib/models/cmp/messageRourceModel.d.ts.map +1 -0
- package/lib/models/combo-model.d.ts +42 -0
- package/lib/models/combo-model.d.ts.map +1 -0
- package/lib/models/dashboard-model.d.ts +66 -0
- package/lib/models/dashboard-model.d.ts.map +1 -0
- package/lib/models/dependent.model.d.ts +20 -0
- package/lib/models/dependent.model.d.ts.map +1 -0
- package/lib/models/fileupload/DocUploadModel.d.ts +22 -0
- package/lib/models/fileupload/DocUploadModel.d.ts.map +1 -0
- package/lib/models/fileupload/EmployerDataModel.d.ts +6 -0
- package/lib/models/fileupload/EmployerDataModel.d.ts.map +1 -0
- package/lib/models/fileupload/FileObject.d.ts +8 -0
- package/lib/models/fileupload/FileObject.d.ts.map +1 -0
- package/lib/models/fileupload/FileObjectArray.d.ts +8 -0
- package/lib/models/fileupload/FileObjectArray.d.ts.map +1 -0
- package/lib/models/questionnaire/AppealParticipantModel.d.ts +17 -0
- package/lib/models/questionnaire/AppealParticipantModel.d.ts.map +1 -0
- package/lib/models/questionnaire/AutocoderModel.d.ts +9 -0
- package/lib/models/questionnaire/AutocoderModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ClaimAppEmpRequestModel.d.ts +9 -0
- package/lib/models/questionnaire/ClaimAppEmpRequestModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +21 -0
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +167 -0
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +21 -0
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ComboModel.d.ts +110 -0
- package/lib/models/questionnaire/ComboModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ElementsModel.d.ts +70 -0
- package/lib/models/questionnaire/ElementsModel.d.ts.map +1 -0
- package/lib/models/questionnaire/EmployerDetailSearchResult.d.ts +18 -0
- package/lib/models/questionnaire/EmployerDetailSearchResult.d.ts.map +1 -0
- package/lib/models/questionnaire/EmployerWagesModel.d.ts +5 -0
- package/lib/models/questionnaire/EmployerWagesModel.d.ts.map +1 -0
- package/lib/models/questionnaire/FBConfigModel.d.ts +12 -0
- package/lib/models/questionnaire/FBConfigModel.d.ts.map +1 -0
- package/lib/models/questionnaire/KeyValueModel.d.ts +11 -0
- package/lib/models/questionnaire/KeyValueModel.d.ts.map +1 -0
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +13 -0
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts.map +1 -0
- package/lib/models/questionnaire/LoaderModel.d.ts +5 -0
- package/lib/models/questionnaire/LoaderModel.d.ts.map +1 -0
- package/lib/models/questionnaire/PollingStatusModel.d.ts +7 -0
- package/lib/models/questionnaire/PollingStatusModel.d.ts.map +1 -0
- package/lib/models/questionnaire/QtrYearEmployerWageModel.d.ts +9 -0
- package/lib/models/questionnaire/QtrYearEmployerWageModel.d.ts.map +1 -0
- package/lib/models/questionnaire/QuestionnaireQueryModel.d.ts +24 -0
- package/lib/models/questionnaire/QuestionnaireQueryModel.d.ts.map +1 -0
- package/lib/models/questionnaire/QuestionnaireReturnModel.d.ts +21 -0
- package/lib/models/questionnaire/QuestionnaireReturnModel.d.ts.map +1 -0
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +25 -0
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts.map +1 -0
- package/lib/models/questionnaire/RequalifyLiftIssuesModel.d.ts +14 -0
- package/lib/models/questionnaire/RequalifyLiftIssuesModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ScrollableTextModel.d.ts +4 -0
- package/lib/models/questionnaire/ScrollableTextModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ServiceActionResponseModel.d.ts +7 -0
- package/lib/models/questionnaire/ServiceActionResponseModel.d.ts.map +1 -0
- package/lib/models/questionnaire/StatusModel.d.ts +17 -0
- package/lib/models/questionnaire/StatusModel.d.ts.map +1 -0
- package/lib/models/questionnaire/SuccessPageElement.d.ts +9 -0
- package/lib/models/questionnaire/SuccessPageElement.d.ts.map +1 -0
- package/lib/models/questionnaire/UI512AResponseModel.d.ts +13 -0
- package/lib/models/questionnaire/UI512AResponseModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ValidationModel.d.ts +18 -0
- package/lib/models/questionnaire/ValidationModel.d.ts.map +1 -0
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts +4 -0
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts.map +1 -0
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts +9 -0
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts.map +1 -0
- package/lib/models/weekly-cert/address-detail-model.d.ts +14 -0
- package/lib/models/weekly-cert/address-detail-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts +15 -0
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts +27 -0
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts +57 -0
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts +59 -0
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts +66 -0
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/work-search-v2-model.d.ts +18 -0
- package/lib/models/weekly-cert/work-search-v2-model.d.ts.map +1 -0
- package/lib/ngx-reusa-app-lib.component.d.ts +9 -0
- package/lib/ngx-reusa-app-lib.component.d.ts.map +1 -0
- package/lib/ngx-reusa-app-lib.module.d.ts +193 -0
- package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -0
- package/lib/ngx-reusa-app-lib.service.d.ts +7 -0
- package/lib/ngx-reusa-app-lib.service.d.ts.map +1 -0
- package/lib/pages/BasePage.d.ts +29 -0
- package/lib/pages/BasePage.d.ts.map +1 -0
- package/lib/pages/common/accessibility-policy/accessibility-policy.page.d.ts +12 -0
- package/lib/pages/common/accessibility-policy/accessibility-policy.page.d.ts.map +1 -0
- package/lib/pages/common/change-password/change-password.page.d.ts +44 -0
- package/lib/pages/common/change-password/change-password.page.d.ts.map +1 -0
- package/lib/pages/common/landing/landing.component.d.ts +25 -0
- package/lib/pages/common/landing/landing.component.d.ts.map +1 -0
- package/lib/pages/common/landing2/landing2.component.d.ts +31 -0
- package/lib/pages/common/landing2/landing2.component.d.ts.map +1 -0
- package/lib/pages/common/login/login.component.d.ts +65 -0
- package/lib/pages/common/login/login.component.d.ts.map +1 -0
- package/lib/pages/common/not-found/not-found.page.d.ts +9 -0
- package/lib/pages/common/not-found/not-found.page.d.ts.map +1 -0
- package/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.d.ts +12 -0
- package/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.d.ts.map +1 -0
- package/lib/pages/common/security-policy/security-policy.page.d.ts +12 -0
- package/lib/pages/common/security-policy/security-policy.page.d.ts.map +1 -0
- package/lib/pages/common/unauthorized/unauthorized.page.d.ts +9 -0
- package/lib/pages/common/unauthorized/unauthorized.page.d.ts.map +1 -0
- package/lib/pages/popovers/language/language.page.d.ts +17 -0
- package/lib/pages/popovers/language/language.page.d.ts.map +1 -0
- package/lib/pages/popovers/my-notifications/my-notifications.page.d.ts +22 -0
- package/lib/pages/popovers/my-notifications/my-notifications.page.d.ts.map +1 -0
- package/lib/pages/popovers/my-profile/my-profile.page.d.ts +21 -0
- package/lib/pages/popovers/my-profile/my-profile.page.d.ts.map +1 -0
- package/lib/pages/popovers/user-search/user-search.component.d.ts +32 -0
- package/lib/pages/popovers/user-search/user-search.component.d.ts.map +1 -0
- package/lib/pipes/filter.pipe.d.ts +8 -0
- package/lib/pipes/filter.pipe.d.ts.map +1 -0
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts +14 -0
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts.map +1 -0
- package/lib/pipes/mask/mask.email.pipe.d.ts +11 -0
- package/lib/pipes/mask/mask.email.pipe.d.ts.map +1 -0
- package/lib/pipes/proper-case/proper-case.pipe.d.ts +9 -0
- package/lib/pipes/proper-case/proper-case.pipe.d.ts.map +1 -0
- package/lib/pipes/translate/dynamic-translate.pipe.d.ts +11 -0
- package/lib/pipes/translate/dynamic-translate.pipe.d.ts.map +1 -0
- package/lib/pipes/trust-html/trust-html.pipe.d.ts +11 -0
- package/lib/pipes/trust-html/trust-html.pipe.d.ts.map +1 -0
- package/lib/services/address-validation-service/address-validation.service.d.ts +44 -0
- package/lib/services/address-validation-service/address-validation.service.d.ts.map +1 -0
- package/lib/services/appeal/appeal.service.d.ts +16 -0
- package/lib/services/appeal/appeal.service.d.ts.map +1 -0
- package/lib/services/base-service.d.ts +105 -0
- package/lib/services/base-service.d.ts.map +1 -0
- package/lib/services/birt-service/birt.service.d.ts +17 -0
- package/lib/services/birt-service/birt.service.d.ts.map +1 -0
- package/lib/services/captcha/captcha.service.d.ts +16 -0
- package/lib/services/captcha/captcha.service.d.ts.map +1 -0
- package/lib/services/case-service/case.service.d.ts +20 -0
- package/lib/services/case-service/case.service.d.ts.map +1 -0
- package/lib/services/chatbot/chatbot.service.d.ts +61 -0
- package/lib/services/chatbot/chatbot.service.d.ts.map +1 -0
- package/lib/services/chatbot/script.const.d.ts +16 -0
- package/lib/services/chatbot/script.const.d.ts.map +1 -0
- package/lib/services/claimant/claimant.service.d.ts +18 -0
- package/lib/services/claimant/claimant.service.d.ts.map +1 -0
- package/lib/services/claimant-context/claimant-context.service.d.ts +19 -0
- package/lib/services/claimant-context/claimant-context.service.d.ts.map +1 -0
- package/lib/services/claimant-service/claimant.service.d.ts +25 -0
- package/lib/services/claimant-service/claimant.service.d.ts.map +1 -0
- package/lib/services/claims/claims.service.d.ts +76 -0
- package/lib/services/claims/claims.service.d.ts.map +1 -0
- package/lib/services/cmp-service/cmp.service.d.ts +34 -0
- package/lib/services/cmp-service/cmp.service.d.ts.map +1 -0
- package/lib/services/dms-service/dms.service.d.ts +24 -0
- package/lib/services/dms-service/dms.service.d.ts.map +1 -0
- package/lib/services/employer/employer-service.d.ts +16 -0
- package/lib/services/employer/employer-service.d.ts.map +1 -0
- package/lib/services/event-service/event-service.d.ts +20 -0
- package/lib/services/event-service/event-service.d.ts.map +1 -0
- package/lib/services/fpjs/fingerprint.service.d.ts +19 -0
- package/lib/services/fpjs/fingerprint.service.d.ts.map +1 -0
- package/lib/services/google-analytics/google-analytics.service.d.ts +9 -0
- package/lib/services/google-analytics/google-analytics.service.d.ts.map +1 -0
- package/lib/services/help/help.service.d.ts +26 -0
- package/lib/services/help/help.service.d.ts.map +1 -0
- package/lib/services/idle/idle.service.d.ts +44 -0
- package/lib/services/idle/idle.service.d.ts.map +1 -0
- package/lib/services/logger/logger.service.d.ts +32 -0
- package/lib/services/logger/logger.service.d.ts.map +1 -0
- package/lib/services/login/login.service.d.ts +81 -0
- package/lib/services/login/login.service.d.ts.map +1 -0
- package/lib/services/maintenance/maintenance.service.d.ts +16 -0
- package/lib/services/maintenance/maintenance.service.d.ts.map +1 -0
- package/lib/services/notification/notification.service.d.ts +39 -0
- package/lib/services/notification/notification.service.d.ts.map +1 -0
- package/lib/services/offline-claims/offline-claims.service.d.ts +64 -0
- package/lib/services/offline-claims/offline-claims.service.d.ts.map +1 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts +37 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts.map +1 -0
- package/lib/services/questionnaire/validation.service.d.ts +85 -0
- package/lib/services/questionnaire/validation.service.d.ts.map +1 -0
- package/lib/services/security-service/security.service.d.ts +26 -0
- package/lib/services/security-service/security.service.d.ts.map +1 -0
- package/lib/services/tour/tour.service.d.ts +25 -0
- package/lib/services/tour/tour.service.d.ts.map +1 -0
- package/lib/services/util/util.service.d.ts +200 -0
- package/lib/services/util/util.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/review.service.d.ts +23 -0
- package/lib/services/weekly-cert/review.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts +59 -0
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/weekly-cert.service.d.ts +17 -0
- package/lib/services/weekly-cert/weekly-cert.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/work-search.service.d.ts +26 -0
- package/lib/services/weekly-cert/work-search.service.d.ts.map +1 -0
- package/lib/validations/AppRegex.d.ts +48 -0
- package/lib/validations/AppRegex.d.ts.map +1 -0
- package/lib/validations/AppValidators.d.ts +78 -0
- package/lib/validations/AppValidators.d.ts.map +1 -0
- package/package.json +25 -0
- package/public-api.d.ts +170 -0
- package/public-api.d.ts.map +1 -0
- package/uiapplib-ngx-ui-web-lib.d.ts.map +1 -0
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "../../services/util/util.service";
|
|
4
|
+
import * as i2 from "@angular/common";
|
|
5
|
+
import * as i3 from "primeng/messages";
|
|
6
|
+
import * as i4 from "../footer/footer.component";
|
|
7
|
+
function ContentComponent_p_messages_1_Template(rf, ctx) { if (rf & 1) {
|
|
8
|
+
const _r3 = i0.ɵɵgetCurrentView();
|
|
9
|
+
i0.ɵɵelementStart(0, "p-messages", 3);
|
|
10
|
+
i0.ɵɵlistener("valueChange", function ContentComponent_p_messages_1_Template_p_messages_valueChange_0_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.util.msgs = $event); });
|
|
11
|
+
i0.ɵɵelementEnd();
|
|
12
|
+
} if (rf & 2) {
|
|
13
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
14
|
+
i0.ɵɵproperty("value", ctx_r0.util.msgs);
|
|
15
|
+
} }
|
|
16
|
+
function ContentComponent_app_footer_3_Template(rf, ctx) { if (rf & 1) {
|
|
17
|
+
i0.ɵɵelement(0, "app-footer", 4);
|
|
18
|
+
} if (rf & 2) {
|
|
19
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
20
|
+
i0.ɵɵproperty("showHelp", ctx_r1.showHelp);
|
|
21
|
+
} }
|
|
22
|
+
const _c0 = ["*"];
|
|
23
|
+
export class ContentComponent {
|
|
24
|
+
constructor(util) {
|
|
25
|
+
this.util = util;
|
|
26
|
+
this.showError = true;
|
|
27
|
+
this.hideFooter = false;
|
|
28
|
+
this.showHelp = false;
|
|
29
|
+
}
|
|
30
|
+
ngOnInit() {
|
|
31
|
+
}
|
|
32
|
+
static { this.ɵfac = function ContentComponent_Factory(t) { return new (t || ContentComponent)(i0.ɵɵdirectiveInject(i1.UtilService)); }; }
|
|
33
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContentComponent, selectors: [["app-content"]], inputs: { showError: "showError", hideFooter: "hideFooter", showHelp: "showHelp" }, ngContentSelectors: _c0, decls: 4, vars: 2, consts: [["ion-fixed", ""], [3, "value", "valueChange", 4, "ngIf"], [3, "showHelp", 4, "ngIf"], [3, "value", "valueChange"], [3, "showHelp"]], template: function ContentComponent_Template(rf, ctx) { if (rf & 1) {
|
|
34
|
+
i0.ɵɵprojectionDef();
|
|
35
|
+
i0.ɵɵelementStart(0, "div", 0);
|
|
36
|
+
i0.ɵɵtemplate(1, ContentComponent_p_messages_1_Template, 1, 1, "p-messages", 1);
|
|
37
|
+
i0.ɵɵprojection(2);
|
|
38
|
+
i0.ɵɵelementEnd();
|
|
39
|
+
i0.ɵɵtemplate(3, ContentComponent_app_footer_3_Template, 1, 1, "app-footer", 2);
|
|
40
|
+
} if (rf & 2) {
|
|
41
|
+
i0.ɵɵadvance(1);
|
|
42
|
+
i0.ɵɵproperty("ngIf", false);
|
|
43
|
+
i0.ɵɵadvance(2);
|
|
44
|
+
i0.ɵɵproperty("ngIf", !ctx.hideFooter);
|
|
45
|
+
} }, dependencies: [i2.NgIf, i3.Messages, i4.FooterComponent], styles: ["[ion-fixed][_ngcontent-%COMP%]{min-height:calc(100% - 159px)}.kore-chat-window[_ngcontent-%COMP%]{padding-bottom:100px}"] }); }
|
|
46
|
+
}
|
|
47
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContentComponent, [{
|
|
48
|
+
type: Component,
|
|
49
|
+
args: [{ selector: 'app-content', template: "<div ion-fixed>\r\n <p-messages [(value)]=\"util.msgs\" *ngIf=\"false\"></p-messages>\r\n <ng-content ></ng-content>\r\n</div>\r\n<app-footer *ngIf=\"!hideFooter\" [showHelp]=\"showHelp\"></app-footer>\r\n ", styles: ["[ion-fixed]{min-height:calc(100% - 159px)}.kore-chat-window{padding-bottom:100px}\n"] }]
|
|
50
|
+
}], () => [{ type: i1.UtilService }], { showError: [{
|
|
51
|
+
type: Input,
|
|
52
|
+
args: ['showError']
|
|
53
|
+
}], hideFooter: [{
|
|
54
|
+
type: Input,
|
|
55
|
+
args: ['hideFooter']
|
|
56
|
+
}], showHelp: [{
|
|
57
|
+
type: Input,
|
|
58
|
+
args: ['showHelp']
|
|
59
|
+
}] }); })();
|
|
60
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ContentComponent, { className: "ContentComponent", filePath: "lib\\components\\content\\content.component.ts", lineNumber: 9 }); })();
|
|
61
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGVudC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvY29udGVudC9jb250ZW50LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9jb250ZW50L2NvbnRlbnQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7Ozs7O0lDQ3JELHFDQUFnRDtJQUFwQywwTEFBVyx5Q0FBaUIsSUFBUDtJQUFlLGlCQUFhOzs7SUFBakQsd0NBQXFCOzs7SUFHckMsZ0NBQW1FOzs7SUFBbkMsMENBQXFCOzs7QURJckQsTUFBTSxPQUFPLGdCQUFnQjtJQVEzQixZQUFtQixJQUFpQjtRQUFqQixTQUFJLEdBQUosSUFBSSxDQUFhO1FBTmhCLGNBQVMsR0FBWSxJQUFJLENBQUM7UUFFekIsZUFBVSxHQUFZLEtBQUssQ0FBQztRQUU5QixhQUFRLEdBQWEsS0FBSyxDQUFDO0lBRzlDLENBQUM7SUFFRCxRQUFRO0lBQ1IsQ0FBQztpRkFaVSxnQkFBZ0I7b0VBQWhCLGdCQUFnQjs7WUNSN0IsOEJBQWU7WUFDWCwrRUFBNkQ7WUFDN0Qsa0JBQTBCO1lBQzlCLGlCQUFNO1lBQ04sK0VBQW1FOztZQUg1QixlQUFXO1lBQVgsNEJBQVc7WUFHckMsZUFBaUI7WUFBakIsc0NBQWlCOzs7aUZESWpCLGdCQUFnQjtjQUw1QixTQUFTOzJCQUNFLGFBQWE7NENBTUgsU0FBUztrQkFBNUIsS0FBSzttQkFBQyxXQUFXO1lBRUcsVUFBVTtrQkFBOUIsS0FBSzttQkFBQyxZQUFZO1lBRUEsUUFBUTtrQkFBMUIsS0FBSzttQkFBQyxVQUFVOztrRkFOTixnQkFBZ0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFV0aWxTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvdXRpbC91dGlsLnNlcnZpY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtY29udGVudCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9jb250ZW50LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vY29udGVudC5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBDb250ZW50Q29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcblxuICBASW5wdXQoJ3Nob3dFcnJvcicpIHNob3dFcnJvcjogYm9vbGVhbiA9IHRydWU7XG5cbiAgQElucHV0KCdoaWRlRm9vdGVyJykgaGlkZUZvb3RlcjogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIEBJbnB1dCgnc2hvd0hlbHAnKSBzaG93SGVscCA6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBjb25zdHJ1Y3RvcihwdWJsaWMgdXRpbDogVXRpbFNlcnZpY2UpIHtcbiAgfVxuXG4gIG5nT25Jbml0KCkge1xuICB9XG59XG4iLCI8ZGl2IGlvbi1maXhlZD5cclxuICAgIDxwLW1lc3NhZ2VzIFsodmFsdWUpXT1cInV0aWwubXNnc1wiICpuZ0lmPVwiZmFsc2VcIj48L3AtbWVzc2FnZXM+XHJcbiAgICA8bmctY29udGVudCA+PC9uZy1jb250ZW50PlxyXG48L2Rpdj5cclxuPGFwcC1mb290ZXIgKm5nSWY9XCIhaGlkZUZvb3RlclwiIFtzaG93SGVscF09XCJzaG93SGVscFwiPjwvYXBwLWZvb3Rlcj5cclxuICAiXX0=
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { Component, Input, SecurityContext } from '@angular/core';
|
|
2
|
+
import { Filesystem, Directory } from '@capacitor/filesystem';
|
|
3
|
+
import { FileOpener } from '@capacitor-community/file-opener';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "../../services/dms-service/dms.service";
|
|
6
|
+
import * as i2 from "@angular/platform-browser";
|
|
7
|
+
import * as i3 from "../../services/logger/logger.service";
|
|
8
|
+
import * as i4 from "../../services/util/util.service";
|
|
9
|
+
import * as i5 from "@ionic/angular";
|
|
10
|
+
export class CorrespondenceDownloadComponent {
|
|
11
|
+
constructor(dms, sanitizer, log, util, platform) {
|
|
12
|
+
this.dms = dms;
|
|
13
|
+
this.sanitizer = sanitizer;
|
|
14
|
+
this.log = log;
|
|
15
|
+
this.util = util;
|
|
16
|
+
this.platform = platform;
|
|
17
|
+
}
|
|
18
|
+
ngOnInit() {
|
|
19
|
+
}
|
|
20
|
+
downloadFile(fileId) {
|
|
21
|
+
this.util
|
|
22
|
+
.showLoader()
|
|
23
|
+
.then(() => {
|
|
24
|
+
this.dms
|
|
25
|
+
.downloadFile(fileId)
|
|
26
|
+
.subscribe(async (res) => {
|
|
27
|
+
const base64 = `${res['data']}`;
|
|
28
|
+
const mimeType = `${res['mimeType']}`;
|
|
29
|
+
const fileName = res['fileName'];
|
|
30
|
+
const isCapacitor = this.platform.is('capacitor');
|
|
31
|
+
if (isCapacitor) {
|
|
32
|
+
let savedFile = await Filesystem.writeFile({
|
|
33
|
+
path: fileName,
|
|
34
|
+
data: base64,
|
|
35
|
+
directory: this.platform.is("ios") ? Directory.Documents : Directory.Data
|
|
36
|
+
});
|
|
37
|
+
let fileOptions = { filePath: savedFile.uri };
|
|
38
|
+
FileOpener.open(fileOptions)
|
|
39
|
+
.then(res => {
|
|
40
|
+
console.error("opening file", res);
|
|
41
|
+
this.util.hideLoader();
|
|
42
|
+
}).catch(err => {
|
|
43
|
+
console.error("Error opening file", err);
|
|
44
|
+
this.util.hideLoader();
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
const linkSource = `data:${mimeType};base64,${base64}`;
|
|
49
|
+
const downloadLink = document.createElement("a");
|
|
50
|
+
downloadLink.href = linkSource;
|
|
51
|
+
downloadLink.download = this.sanitizer.sanitize(SecurityContext.NONE, fileName);
|
|
52
|
+
downloadLink.click();
|
|
53
|
+
this.util.hideLoader();
|
|
54
|
+
}
|
|
55
|
+
}, err => {
|
|
56
|
+
this.log.log('error', err);
|
|
57
|
+
this.util.hideLoader();
|
|
58
|
+
});
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
static { this.ɵfac = function CorrespondenceDownloadComponent_Factory(t) { return new (t || CorrespondenceDownloadComponent)(i0.ɵɵdirectiveInject(i1.DmsService), i0.ɵɵdirectiveInject(i2.DomSanitizer), i0.ɵɵdirectiveInject(i3.LoggerService), i0.ɵɵdirectiveInject(i4.UtilService), i0.ɵɵdirectiveInject(i5.Platform)); }; }
|
|
62
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CorrespondenceDownloadComponent, selectors: [["app-correspondence-download"]], inputs: { fileId: "fileId", value: "value" }, decls: 2, vars: 1, consts: [["shape", "round", "fill", "outline", "size", "small", "color", "primary", 3, "click"]], template: function CorrespondenceDownloadComponent_Template(rf, ctx) { if (rf & 1) {
|
|
63
|
+
i0.ɵɵelementStart(0, "ion-button", 0);
|
|
64
|
+
i0.ɵɵlistener("click", function CorrespondenceDownloadComponent_Template_ion_button_click_0_listener() { return ctx.downloadFile(ctx.fileId); });
|
|
65
|
+
i0.ɵɵtext(1);
|
|
66
|
+
i0.ɵɵelementEnd();
|
|
67
|
+
} if (rf & 2) {
|
|
68
|
+
i0.ɵɵadvance(1);
|
|
69
|
+
i0.ɵɵtextInterpolate(ctx.value ? ctx.value : "Download");
|
|
70
|
+
} }, dependencies: [i5.IonButton] }); }
|
|
71
|
+
}
|
|
72
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CorrespondenceDownloadComponent, [{
|
|
73
|
+
type: Component,
|
|
74
|
+
args: [{ selector: 'app-correspondence-download', template: "<ion-button shape=\"round\" fill=\"outline\" size=\"small\" (click)=\"downloadFile(fileId)\" color=\"primary\">{{value ? value : 'Download'}}</ion-button>" }]
|
|
75
|
+
}], () => [{ type: i1.DmsService }, { type: i2.DomSanitizer }, { type: i3.LoggerService }, { type: i4.UtilService }, { type: i5.Platform }], { fileId: [{
|
|
76
|
+
type: Input,
|
|
77
|
+
args: ['fileId']
|
|
78
|
+
}], value: [{
|
|
79
|
+
type: Input,
|
|
80
|
+
args: ['value']
|
|
81
|
+
}] }); })();
|
|
82
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CorrespondenceDownloadComponent, { className: "CorrespondenceDownloadComponent", filePath: "lib\\components\\correspondence-download\\correspondence-download.component.ts", lineNumber: 15 }); })();
|
|
83
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29ycmVzcG9uZGVuY2UtZG93bmxvYWQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9jb21wb25lbnRzL2NvcnJlc3BvbmRlbmNlLWRvd25sb2FkL2NvcnJlc3BvbmRlbmNlLWRvd25sb2FkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9jb3JyZXNwb25kZW5jZS1kb3dubG9hZC9jb3JyZXNwb25kZW5jZS1kb3dubG9hZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBVSxlQUFlLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFNMUUsT0FBTyxFQUFFLFVBQVUsRUFBRSxTQUFTLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUM5RCxPQUFPLEVBQUUsVUFBVSxFQUFxQixNQUFNLGtDQUFrQyxDQUFDOzs7Ozs7O0FBT2pGLE1BQU0sT0FBTywrQkFBK0I7SUFRMUMsWUFBbUIsR0FBZSxFQUFVLFNBQXVCLEVBQVUsR0FBa0IsRUFBVSxJQUFrQixFQUN2RyxRQUFrQjtRQURuQixRQUFHLEdBQUgsR0FBRyxDQUFZO1FBQVUsY0FBUyxHQUFULFNBQVMsQ0FBYztRQUFVLFFBQUcsR0FBSCxHQUFHLENBQWU7UUFBVSxTQUFJLEdBQUosSUFBSSxDQUFjO1FBQ3ZHLGFBQVEsR0FBUixRQUFRLENBQVU7SUFDdEMsQ0FBQztJQUVELFFBQVE7SUFFUixDQUFDO0lBRUQsWUFBWSxDQUFDLE1BQU07UUFDakIsSUFBSSxDQUFDLElBQUk7YUFDSixVQUFVLEVBQUU7YUFDWixJQUFJLENBQUMsR0FBRyxFQUFFO1lBQ1QsSUFBSSxDQUFDLEdBQUc7aUJBQ0gsWUFBWSxDQUFDLE1BQU0sQ0FBQztpQkFDcEIsU0FBUyxDQUNSLEtBQUssRUFBQyxHQUFHLEVBQUMsRUFBRTtnQkFDVixNQUFNLE1BQU0sR0FBRyxHQUFHLEdBQUcsQ0FBQyxNQUFNLENBQUMsRUFBRSxDQUFDO2dCQUNoQyxNQUFNLFFBQVEsR0FBRyxHQUFHLEdBQUcsQ0FBQyxVQUFVLENBQUMsRUFBRSxDQUFDO2dCQUN0QyxNQUFNLFFBQVEsR0FBRyxHQUFHLENBQUMsVUFBVSxDQUFDLENBQUM7Z0JBQ2pDLE1BQU0sV0FBVyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsRUFBRSxDQUFDLFdBQVcsQ0FBQyxDQUFDO2dCQUNsRCxJQUFHLFdBQVcsRUFBQztvQkFDYixJQUFJLFNBQVMsR0FBRyxNQUFNLFVBQVUsQ0FBQyxTQUFTLENBQUM7d0JBQ3pDLElBQUksRUFBRSxRQUFRO3dCQUNkLElBQUksRUFBRSxNQUFNO3dCQUNaLFNBQVMsRUFBRSxJQUFJLENBQUMsUUFBUSxDQUFDLEVBQUUsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDLElBQUk7cUJBQzFFLENBQUMsQ0FBQztvQkFDSCxJQUFJLFdBQVcsR0FBc0IsRUFBQyxRQUFRLEVBQUUsU0FBUyxDQUFDLEdBQUcsRUFBQyxDQUFDO29CQUMvRCxVQUFVLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQzt5QkFDakIsSUFBSSxDQUFDLEdBQUcsQ0FBQyxFQUFFO3dCQUNWLE9BQU8sQ0FBQyxLQUFLLENBQUMsY0FBYyxFQUFFLEdBQUcsQ0FBQyxDQUFDO3dCQUNuQyxJQUFJLENBQUMsSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFBO29CQUN4QixDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUMsR0FBRyxDQUFDLEVBQUU7d0JBQ2IsT0FBTyxDQUFDLEtBQUssQ0FBQyxvQkFBb0IsRUFBRSxHQUFHLENBQUMsQ0FBQzt3QkFDekMsSUFBSSxDQUFDLElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBRTtvQkFDMUIsQ0FBQyxDQUFDLENBQUM7aUJBQ2Q7cUJBQUk7b0JBQ0gsTUFBTSxVQUFVLEdBQUcsUUFBUSxRQUFRLFdBQVcsTUFBTSxFQUFFLENBQUM7b0JBQ3ZELE1BQU0sWUFBWSxHQUFHLFFBQVEsQ0FBQyxhQUFhLENBQUMsR0FBRyxDQUFDLENBQUM7b0JBQ2pELFlBQVksQ0FBQyxJQUFJLEdBQUcsVUFBVSxDQUFDO29CQUMvQixZQUFZLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsUUFBUSxDQUFDLGVBQWUsQ0FBQyxJQUFJLEVBQUUsUUFBUSxDQUFDLENBQUU7b0JBQ2pGLFlBQVksQ0FBQyxLQUFLLEVBQUUsQ0FBQztvQkFDckIsSUFBSSxDQUFDLElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBQztpQkFDeEI7WUFDSCxDQUFDLEVBQ0QsR0FBRyxDQUFDLEVBQUU7Z0JBQ0osSUFBSSxDQUFDLEdBQUcsQ0FBQyxHQUFHLENBQUMsT0FBTyxFQUFFLEdBQUcsQ0FBQyxDQUFDO2dCQUMzQixJQUFJLENBQUMsSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFDO1lBQ3pCLENBQUMsQ0FDRixDQUFDO1FBQ1IsQ0FBQyxDQUFDLENBQUM7SUFDVCxDQUFDO2dHQTFEVSwrQkFBK0I7b0VBQS9CLCtCQUErQjtZQ2Q1QyxxQ0FBcUc7WUFBL0MsZ0hBQVMsNEJBQW9CLElBQUM7WUFBaUIsWUFBOEI7WUFBQSxpQkFBYTs7WUFBM0MsZUFBOEI7WUFBOUIsd0RBQThCOzs7aUZEY3RILCtCQUErQjtjQUwzQyxTQUFTOzJCQUNFLDZCQUE2QjttSkFPdkMsTUFBTTtrQkFETCxLQUFLO21CQUFDLFFBQVE7WUFJZixLQUFLO2tCQURKLEtBQUs7bUJBQUMsT0FBTzs7a0ZBTEgsK0JBQStCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgT25Jbml0LCBTZWN1cml0eUNvbnRleHQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IERvbVNhbml0aXplciB9IGZyb20gJ0Bhbmd1bGFyL3BsYXRmb3JtLWJyb3dzZXInO1xuaW1wb3J0IHsgUGxhdGZvcm0gfSBmcm9tICdAaW9uaWMvYW5ndWxhcic7XG5pbXBvcnQgeyBEbXNTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvZG1zLXNlcnZpY2UvZG1zLnNlcnZpY2UnO1xuaW1wb3J0IHsgTG9nZ2VyU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL2xvZ2dlci9sb2dnZXIuc2VydmljZSc7XG5pbXBvcnQgeyBVdGlsU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3V0aWwvdXRpbC5zZXJ2aWNlJztcbmltcG9ydCB7IEZpbGVzeXN0ZW0sIERpcmVjdG9yeSB9IGZyb20gJ0BjYXBhY2l0b3IvZmlsZXN5c3RlbSc7XG5pbXBvcnQgeyBGaWxlT3BlbmVyLCBGaWxlT3BlbmVyT3B0aW9ucyB9IGZyb20gJ0BjYXBhY2l0b3ItY29tbXVuaXR5L2ZpbGUtb3BlbmVyJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLWNvcnJlc3BvbmRlbmNlLWRvd25sb2FkJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2NvcnJlc3BvbmRlbmNlLWRvd25sb2FkLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vY29ycmVzcG9uZGVuY2UtZG93bmxvYWQuY29tcG9uZW50LmNzcyddXG59KVxuZXhwb3J0IGNsYXNzIENvcnJlc3BvbmRlbmNlRG93bmxvYWRDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIEBJbnB1dCgnZmlsZUlkJykgXG4gIGZpbGVJZDogc3RyaW5nO1xuXG4gIEBJbnB1dCgndmFsdWUnKSBcbiAgdmFsdWU6IHN0cmluZztcblxuICBjb25zdHJ1Y3RvcihwdWJsaWMgZG1zOiBEbXNTZXJ2aWNlLCBwcml2YXRlIHNhbml0aXplcjogRG9tU2FuaXRpemVyLCBwcml2YXRlIGxvZzogTG9nZ2VyU2VydmljZSwgcHJpdmF0ZSB1dGlsIDogVXRpbFNlcnZpY2UsXG4gICAgICAgICAgICAgIHByaXZhdGUgcGxhdGZvcm06IFBsYXRmb3JtKSB7IFxuICB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG5cbiAgfVxuXG4gIGRvd25sb2FkRmlsZShmaWxlSWQpe1xuICAgIHRoaXMudXRpbFxuICAgICAgICAuc2hvd0xvYWRlcigpXG4gICAgICAgIC50aGVuKCgpID0+IHtcbiAgICAgICAgICB0aGlzLmRtc1xuICAgICAgICAgICAgICAuZG93bmxvYWRGaWxlKGZpbGVJZClcbiAgICAgICAgICAgICAgLnN1YnNjcmliZShcbiAgICAgICAgICAgICAgICBhc3luYyByZXMgPT4ge1xuICAgICAgICAgICAgICAgICAgY29uc3QgYmFzZTY0ID0gYCR7cmVzWydkYXRhJ119YDtcbiAgICAgICAgICAgICAgICAgIGNvbnN0IG1pbWVUeXBlID0gYCR7cmVzWydtaW1lVHlwZSddfWA7XG4gICAgICAgICAgICAgICAgICBjb25zdCBmaWxlTmFtZSA9IHJlc1snZmlsZU5hbWUnXTtcbiAgICAgICAgICAgICAgICAgIGNvbnN0IGlzQ2FwYWNpdG9yID0gdGhpcy5wbGF0Zm9ybS5pcygnY2FwYWNpdG9yJyk7XG4gICAgICAgICAgICAgICAgICBpZihpc0NhcGFjaXRvcil7XG4gICAgICAgICAgICAgICAgICAgIGxldCBzYXZlZEZpbGUgPSBhd2FpdCBGaWxlc3lzdGVtLndyaXRlRmlsZSh7XG4gICAgICAgICAgICAgICAgICAgICAgcGF0aDogZmlsZU5hbWUsXG4gICAgICAgICAgICAgICAgICAgICAgZGF0YTogYmFzZTY0LFxuICAgICAgICAgICAgICAgICAgICAgIGRpcmVjdG9yeTogdGhpcy5wbGF0Zm9ybS5pcyhcImlvc1wiKSA/IERpcmVjdG9yeS5Eb2N1bWVudHMgOiBEaXJlY3RvcnkuRGF0YVxuICAgICAgICAgICAgICAgICAgICB9KTtcbiAgICAgICAgICAgICAgICAgICAgbGV0IGZpbGVPcHRpb25zOiBGaWxlT3BlbmVyT3B0aW9ucyA9IHtmaWxlUGF0aDogc2F2ZWRGaWxlLnVyaX07XG4gICAgICAgICAgICAgICAgICAgIEZpbGVPcGVuZXIub3BlbihmaWxlT3B0aW9ucylcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC50aGVuKHJlcyA9PiB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNvbnNvbGUuZXJyb3IoXCJvcGVuaW5nIGZpbGVcIiwgcmVzKTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy51dGlsLmhpZGVMb2FkZXIoKVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfSkuY2F0Y2goZXJyID0+IHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY29uc29sZS5lcnJvcihcIkVycm9yIG9wZW5pbmcgZmlsZVwiLCBlcnIpO1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLnV0aWwuaGlkZUxvYWRlcigpIDtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0pO1xuICAgICAgICAgICAgICAgICAgfWVsc2V7XG4gICAgICAgICAgICAgICAgICAgIGNvbnN0IGxpbmtTb3VyY2UgPSBgZGF0YToke21pbWVUeXBlfTtiYXNlNjQsJHtiYXNlNjR9YDtcbiAgICAgICAgICAgICAgICAgICAgY29uc3QgZG93bmxvYWRMaW5rID0gZG9jdW1lbnQuY3JlYXRlRWxlbWVudChcImFcIik7XG4gICAgICAgICAgICAgICAgICAgIGRvd25sb2FkTGluay5ocmVmID0gbGlua1NvdXJjZTtcbiAgICAgICAgICAgICAgICAgICAgZG93bmxvYWRMaW5rLmRvd25sb2FkID0gdGhpcy5zYW5pdGl6ZXIuc2FuaXRpemUoU2VjdXJpdHlDb250ZXh0Lk5PTkUsIGZpbGVOYW1lKSA7XG4gICAgICAgICAgICAgICAgICAgIGRvd25sb2FkTGluay5jbGljaygpO1xuICAgICAgICAgICAgICAgICAgICB0aGlzLnV0aWwuaGlkZUxvYWRlcigpO1xuICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIH0sXG4gICAgICAgICAgICAgICAgZXJyID0+IHtcbiAgICAgICAgICAgICAgICAgIHRoaXMubG9nLmxvZygnZXJyb3InLCBlcnIpO1xuICAgICAgICAgICAgICAgICAgdGhpcy51dGlsLmhpZGVMb2FkZXIoKTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICk7XG4gICAgICAgIH0pO1xuICB9XG5cbn1cbiIsIjxpb24tYnV0dG9uIHNoYXBlPVwicm91bmRcIiBmaWxsPVwib3V0bGluZVwiIHNpemU9XCJzbWFsbFwiIChjbGljayk9XCJkb3dubG9hZEZpbGUoZmlsZUlkKVwiIGNvbG9yPVwicHJpbWFyeVwiPnt7dmFsdWUgPyB2YWx1ZSA6ICdEb3dubG9hZCd9fTwvaW9uLWJ1dHRvbj4iXX0=
|
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
import { rowExpansionTrigger } from '../../annimations/app-animations';
|
|
3
|
+
import { LibConstants } from '../../models/LibConstants';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "../../services/login/login.service";
|
|
6
|
+
import * as i2 from "../../services/util/util.service";
|
|
7
|
+
import * as i3 from "@ionic/angular";
|
|
8
|
+
import * as i4 from "@angular/platform-browser";
|
|
9
|
+
import * as i5 from "@angular/common";
|
|
10
|
+
import * as i6 from "@fortawesome/angular-fontawesome";
|
|
11
|
+
const _c0 = a1 => ["far", a1];
|
|
12
|
+
function DashboardCardComponent_ion_card_content_4_p_scrollPanel_1_ion_row_1_fa_icon_2_Template(rf, ctx) { if (rf & 1) {
|
|
13
|
+
i0.ɵɵelement(0, "fa-icon", 14);
|
|
14
|
+
} if (rf & 2) {
|
|
15
|
+
const c_r5 = i0.ɵɵnextContext().$implicit;
|
|
16
|
+
const ctx_r6 = i0.ɵɵnextContext(3);
|
|
17
|
+
i0.ɵɵclassMapInterpolate1("icon-", ctx_r6.type, "");
|
|
18
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0, c_r5.icon));
|
|
19
|
+
} }
|
|
20
|
+
const _c1 = () => ["far", "info-circle"];
|
|
21
|
+
function DashboardCardComponent_ion_card_content_4_p_scrollPanel_1_ion_row_1_fa_icon_3_Template(rf, ctx) { if (rf & 1) {
|
|
22
|
+
i0.ɵɵelement(0, "fa-icon", 14);
|
|
23
|
+
} if (rf & 2) {
|
|
24
|
+
const ctx_r7 = i0.ɵɵnextContext(4);
|
|
25
|
+
i0.ɵɵclassMapInterpolate1("icon-", ctx_r7.type, "");
|
|
26
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(4, _c1));
|
|
27
|
+
} }
|
|
28
|
+
function DashboardCardComponent_ion_card_content_4_p_scrollPanel_1_ion_row_1_div_8_Template(rf, ctx) { if (rf & 1) {
|
|
29
|
+
i0.ɵɵelementStart(0, "div");
|
|
30
|
+
i0.ɵɵelement(1, "div", 15);
|
|
31
|
+
i0.ɵɵelementEnd();
|
|
32
|
+
} if (rf & 2) {
|
|
33
|
+
const c_r5 = i0.ɵɵnextContext().$implicit;
|
|
34
|
+
const ctx_r8 = i0.ɵɵnextContext(3);
|
|
35
|
+
i0.ɵɵadvance(1);
|
|
36
|
+
i0.ɵɵproperty("innerHTML", ctx_r8.sanitizer.bypassSecurityTrustHtml(c_r5 == null ? null : c_r5.subHeading), i0.ɵɵsanitizeHtml);
|
|
37
|
+
} }
|
|
38
|
+
function DashboardCardComponent_ion_card_content_4_p_scrollPanel_1_ion_row_1_p_11_Template(rf, ctx) { if (rf & 1) {
|
|
39
|
+
i0.ɵɵelementStart(0, "p", 8);
|
|
40
|
+
i0.ɵɵtext(1);
|
|
41
|
+
i0.ɵɵelementEnd();
|
|
42
|
+
} if (rf & 2) {
|
|
43
|
+
const c_r5 = i0.ɵɵnextContext().$implicit;
|
|
44
|
+
i0.ɵɵadvance(1);
|
|
45
|
+
i0.ɵɵtextInterpolate(c_r5.date);
|
|
46
|
+
} }
|
|
47
|
+
const _c2 = (a0, a1) => [a0, a1];
|
|
48
|
+
function DashboardCardComponent_ion_card_content_4_p_scrollPanel_1_ion_row_1_ion_button_13_fa_icon_1_Template(rf, ctx) { if (rf & 1) {
|
|
49
|
+
i0.ɵɵelement(0, "fa-icon", 18);
|
|
50
|
+
} if (rf & 2) {
|
|
51
|
+
const c_r5 = i0.ɵɵnextContext(2).$implicit;
|
|
52
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(1, _c2, c_r5.button.iconType ? c_r5.button.iconType : "far", c_r5.button.buttonIcon));
|
|
53
|
+
} }
|
|
54
|
+
const _c3 = () => ["far", "play"];
|
|
55
|
+
function DashboardCardComponent_ion_card_content_4_p_scrollPanel_1_ion_row_1_ion_button_13_fa_icon_2_Template(rf, ctx) { if (rf & 1) {
|
|
56
|
+
i0.ɵɵelement(0, "fa-icon", 18);
|
|
57
|
+
} if (rf & 2) {
|
|
58
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(1, _c3));
|
|
59
|
+
} }
|
|
60
|
+
function DashboardCardComponent_ion_card_content_4_p_scrollPanel_1_ion_row_1_ion_button_13_Template(rf, ctx) { if (rf & 1) {
|
|
61
|
+
const _r19 = i0.ɵɵgetCurrentView();
|
|
62
|
+
i0.ɵɵelementStart(0, "ion-button", 16);
|
|
63
|
+
i0.ɵɵlistener("click", function DashboardCardComponent_ion_card_content_4_p_scrollPanel_1_ion_row_1_ion_button_13_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r19); const c_r5 = i0.ɵɵnextContext().$implicit; const ctx_r17 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r17.open(c_r5)); });
|
|
64
|
+
i0.ɵɵtemplate(1, DashboardCardComponent_ion_card_content_4_p_scrollPanel_1_ion_row_1_ion_button_13_fa_icon_1_Template, 1, 4, "fa-icon", 17)(2, DashboardCardComponent_ion_card_content_4_p_scrollPanel_1_ion_row_1_ion_button_13_fa_icon_2_Template, 1, 2, "fa-icon", 17);
|
|
65
|
+
i0.ɵɵelementEnd();
|
|
66
|
+
} if (rf & 2) {
|
|
67
|
+
const c_r5 = i0.ɵɵnextContext().$implicit;
|
|
68
|
+
const ctx_r10 = i0.ɵɵnextContext(3);
|
|
69
|
+
i0.ɵɵstyleMapInterpolate2("--color: ", c_r5.button.color, "; --border-color: ", c_r5.button.color, "; --border-width: 2px");
|
|
70
|
+
i0.ɵɵproperty("disabled", ctx_r10.disableButtons);
|
|
71
|
+
i0.ɵɵattribute("aria-label", "go to" + c_r5.heading);
|
|
72
|
+
i0.ɵɵadvance(1);
|
|
73
|
+
i0.ɵɵproperty("ngIf", c_r5.button.buttonIcon && c_r5.button.buttonIcon != "");
|
|
74
|
+
i0.ɵɵadvance(1);
|
|
75
|
+
i0.ɵɵproperty("ngIf", c_r5.button.buttonIcon && c_r5.button.buttonIcon == "");
|
|
76
|
+
} }
|
|
77
|
+
function DashboardCardComponent_ion_card_content_4_p_scrollPanel_1_ion_row_1_Template(rf, ctx) { if (rf & 1) {
|
|
78
|
+
i0.ɵɵelementStart(0, "ion-row", 3)(1, "ion-col", 4);
|
|
79
|
+
i0.ɵɵtemplate(2, DashboardCardComponent_ion_card_content_4_p_scrollPanel_1_ion_row_1_fa_icon_2_Template, 1, 6, "fa-icon", 5)(3, DashboardCardComponent_ion_card_content_4_p_scrollPanel_1_ion_row_1_fa_icon_3_Template, 1, 5, "fa-icon", 5);
|
|
80
|
+
i0.ɵɵelementEnd();
|
|
81
|
+
i0.ɵɵelementStart(4, "ion-col", 6)(5, "ion-label", 7)(6, "p", 8);
|
|
82
|
+
i0.ɵɵtext(7);
|
|
83
|
+
i0.ɵɵelementEnd();
|
|
84
|
+
i0.ɵɵtemplate(8, DashboardCardComponent_ion_card_content_4_p_scrollPanel_1_ion_row_1_div_8_Template, 2, 1, "div", 0);
|
|
85
|
+
i0.ɵɵelementEnd()();
|
|
86
|
+
i0.ɵɵelementStart(9, "ion-col", 9)(10, "ion-label", 10);
|
|
87
|
+
i0.ɵɵtemplate(11, DashboardCardComponent_ion_card_content_4_p_scrollPanel_1_ion_row_1_p_11_Template, 2, 1, "p", 11);
|
|
88
|
+
i0.ɵɵelementEnd()();
|
|
89
|
+
i0.ɵɵelementStart(12, "ion-col", 12);
|
|
90
|
+
i0.ɵɵtemplate(13, DashboardCardComponent_ion_card_content_4_p_scrollPanel_1_ion_row_1_ion_button_13_Template, 3, 8, "ion-button", 13);
|
|
91
|
+
i0.ɵɵelementEnd()();
|
|
92
|
+
} if (rf & 2) {
|
|
93
|
+
const c_r5 = ctx.$implicit;
|
|
94
|
+
i0.ɵɵproperty("@rowExpansionTrigger", "active");
|
|
95
|
+
i0.ɵɵadvance(2);
|
|
96
|
+
i0.ɵɵproperty("ngIf", c_r5.icon && c_r5.icon != "");
|
|
97
|
+
i0.ɵɵadvance(1);
|
|
98
|
+
i0.ɵɵproperty("ngIf", c_r5.icon && c_r5.icon == "");
|
|
99
|
+
i0.ɵɵadvance(4);
|
|
100
|
+
i0.ɵɵtextInterpolate(c_r5.heading);
|
|
101
|
+
i0.ɵɵadvance(1);
|
|
102
|
+
i0.ɵɵproperty("ngIf", c_r5.subHeading);
|
|
103
|
+
i0.ɵɵadvance(3);
|
|
104
|
+
i0.ɵɵproperty("ngIf", c_r5.date);
|
|
105
|
+
i0.ɵɵadvance(2);
|
|
106
|
+
i0.ɵɵproperty("ngIf", c_r5.button.buttonIcon);
|
|
107
|
+
} }
|
|
108
|
+
function DashboardCardComponent_ion_card_content_4_p_scrollPanel_1_ion_row_2_Template(rf, ctx) { if (rf & 1) {
|
|
109
|
+
i0.ɵɵelementStart(0, "ion-row")(1, "ion-col", 19);
|
|
110
|
+
i0.ɵɵtext(2, "\u00A0");
|
|
111
|
+
i0.ɵɵelementEnd();
|
|
112
|
+
i0.ɵɵelementStart(3, "ion-col")(4, "ion-label", 7)(5, "p", 8);
|
|
113
|
+
i0.ɵɵtext(6);
|
|
114
|
+
i0.ɵɵelementEnd()()()();
|
|
115
|
+
} if (rf & 2) {
|
|
116
|
+
const ctx_r4 = i0.ɵɵnextContext(3);
|
|
117
|
+
i0.ɵɵproperty("@rowExpansionTrigger", "active");
|
|
118
|
+
i0.ɵɵadvance(6);
|
|
119
|
+
i0.ɵɵtextInterpolate(ctx_r4.emptyMsg);
|
|
120
|
+
} }
|
|
121
|
+
const _c4 = () => ({ width: "100%", height: "252px" });
|
|
122
|
+
function DashboardCardComponent_ion_card_content_4_p_scrollPanel_1_Template(rf, ctx) { if (rf & 1) {
|
|
123
|
+
i0.ɵɵelementStart(0, "p-scrollPanel");
|
|
124
|
+
i0.ɵɵtemplate(1, DashboardCardComponent_ion_card_content_4_p_scrollPanel_1_ion_row_1_Template, 14, 7, "ion-row", 2)(2, DashboardCardComponent_ion_card_content_4_p_scrollPanel_1_ion_row_2_Template, 7, 2, "ion-row", 0);
|
|
125
|
+
i0.ɵɵelementEnd();
|
|
126
|
+
} if (rf & 2) {
|
|
127
|
+
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
128
|
+
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(4, _c4));
|
|
129
|
+
i0.ɵɵadvance(1);
|
|
130
|
+
i0.ɵɵproperty("ngForOf", ctx_r2.data);
|
|
131
|
+
i0.ɵɵadvance(1);
|
|
132
|
+
i0.ɵɵproperty("ngIf", ctx_r2.data != null && ctx_r2.data.length < 1);
|
|
133
|
+
} }
|
|
134
|
+
function DashboardCardComponent_ion_card_content_4_Template(rf, ctx) { if (rf & 1) {
|
|
135
|
+
i0.ɵɵelementStart(0, "ion-card-content");
|
|
136
|
+
i0.ɵɵtemplate(1, DashboardCardComponent_ion_card_content_4_p_scrollPanel_1_Template, 3, 5, "p-scrollPanel", 1);
|
|
137
|
+
i0.ɵɵprojection(2);
|
|
138
|
+
i0.ɵɵelementEnd();
|
|
139
|
+
} if (rf & 2) {
|
|
140
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
141
|
+
i0.ɵɵadvance(1);
|
|
142
|
+
i0.ɵɵproperty("ngIf", ctx_r0.data);
|
|
143
|
+
} }
|
|
144
|
+
function DashboardCardComponent_ion_card_content_5_Template(rf, ctx) { if (rf & 1) {
|
|
145
|
+
i0.ɵɵelementStart(0, "ion-card-content")(1, "div", 20);
|
|
146
|
+
i0.ɵɵelement(2, "ion-spinner", 21);
|
|
147
|
+
i0.ɵɵelementEnd()();
|
|
148
|
+
} }
|
|
149
|
+
const _c5 = ["*"];
|
|
150
|
+
export class DashboardCardComponent {
|
|
151
|
+
constructor(ls, util, nav, sanitizer) {
|
|
152
|
+
this.ls = ls;
|
|
153
|
+
this.util = util;
|
|
154
|
+
this.nav = nav;
|
|
155
|
+
this.sanitizer = sanitizer;
|
|
156
|
+
this.loading = false;
|
|
157
|
+
this.disableButtons = false;
|
|
158
|
+
this.onClick = new EventEmitter();
|
|
159
|
+
}
|
|
160
|
+
ngOnInit() { }
|
|
161
|
+
open(model) {
|
|
162
|
+
if (this.ls.isCsr()) {
|
|
163
|
+
model.button.context = this.util.getSecurityAppContextRoot();
|
|
164
|
+
}
|
|
165
|
+
if (model.button.uri.includes("Popup")) {
|
|
166
|
+
this.onClick.emit(model);
|
|
167
|
+
}
|
|
168
|
+
else if (model.button.uri != '' && model.button.uri.includes("Page")) {
|
|
169
|
+
if (model.button.url.includes("history") && model.button.buttonIcon.includes("info")) {
|
|
170
|
+
//passing transaction id as query param to display history against the selected hint
|
|
171
|
+
// console.log(model);
|
|
172
|
+
if (model.data) {
|
|
173
|
+
this.util.openPageByContextRootWithDataAndTxnId(model.button.context, model.button.url, model.data, model.transactionId, this.nav);
|
|
174
|
+
}
|
|
175
|
+
else {
|
|
176
|
+
this.util.openPageByContextRootWithDataAndTxnId(model.button.context, model.button.url, null, model.transactionId, this.nav);
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
else if (model.data && model.data.qeData && model.button.fnBased === '1') {
|
|
180
|
+
//new block for role based handling
|
|
181
|
+
let jsonData = JSON.parse(model.data.qeData);
|
|
182
|
+
let functions = [model.button.functions];
|
|
183
|
+
if (this.ls.checkFunctions(functions)) {
|
|
184
|
+
this.util.openPageByContextRootWithData(model.button.context, model.button.fnBasedUrl, jsonData[0].dynamicParam, this.nav);
|
|
185
|
+
}
|
|
186
|
+
else {
|
|
187
|
+
this.util.openPageByContextRootWithData(model.button.context, model.button.url, jsonData[0].dynamicParam, this.nav);
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
else if (model.data && model.data.qeData) {
|
|
191
|
+
let jsonData = JSON.parse(model.data.qeData);
|
|
192
|
+
this.util.openPageByContextRootWithData(model.button.context, model.button.url, jsonData[0].dynamicParam, this.nav);
|
|
193
|
+
}
|
|
194
|
+
else if (model.data) {
|
|
195
|
+
this.util.openPageByContextRootWithData(model.button.context, model.button.url, model.data, this.nav);
|
|
196
|
+
}
|
|
197
|
+
else {
|
|
198
|
+
this.util.openPageByContextRoot(model.button.context, model.button.url, this.nav);
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
else if (model.button.uri != '' && model.button.uri.includes("uploadPopup")) {
|
|
202
|
+
let userModel = this.ls.getUser();
|
|
203
|
+
window.open(`${LibConstants.benefitsUrlExternal}/faces/virtual/contextswitch.xhtml?a=${userModel.access_token}&r=${userModel.refresh_token}&v=2299&CLAIMANT_PORTAL=true&view=.uploaddocumententerssn`, '_self');
|
|
204
|
+
}
|
|
205
|
+
else {
|
|
206
|
+
let userModel = this.ls.getUser();
|
|
207
|
+
this.util.showLoader().then(() => {
|
|
208
|
+
window.open(`${LibConstants.benefitsUrlExternal}/faces/virtual/contextswitch.xhtml?a=${userModel.access_token}&r=${userModel.refresh_token}&v=2299`, '_self');
|
|
209
|
+
});
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
static { this.ɵfac = function DashboardCardComponent_Factory(t) { return new (t || DashboardCardComponent)(i0.ɵɵdirectiveInject(i1.LoginService), i0.ɵɵdirectiveInject(i2.UtilService), i0.ɵɵdirectiveInject(i3.NavController), i0.ɵɵdirectiveInject(i4.DomSanitizer)); }; }
|
|
213
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DashboardCardComponent, selectors: [["app-dashboard-card"]], inputs: { heading: "heading", data: "data", type: "type", loading: "loading", emptyMsg: "emptyMsg", disableButtons: "disableButtons" }, outputs: { onClick: "onClick" }, ngContentSelectors: _c5, decls: 6, vars: 9, consts: [[4, "ngIf"], [3, "style", 4, "ngIf"], ["style", "padding-top: 6px;", 4, "ngFor", "ngForOf"], [2, "padding-top", "6px"], ["size", "1", 1, "ion-text-center", 2, "padding-top", "0px"], [3, "icon", "class", 4, "ngIf"], ["size", "7"], [1, "ion-text-wrap", "full-height"], [1, "app-heading"], ["size", "2"], [1, "ion-text-right", "full-height"], ["class", "app-heading", 4, "ngIf"], ["size", "2", 1, "ion-text-center"], ["fill", "outline", "shape", "round", "class", "small-button", 3, "style", "disabled", "click", 4, "ngIf"], [3, "icon"], [1, "subheading", 3, "innerHTML"], ["fill", "outline", "shape", "round", 1, "small-button", 3, "disabled", "click"], ["class", "button-icon", 3, "icon", 4, "ngIf"], [1, "button-icon", 3, "icon"], ["size", "1"], [1, "ion-text-center"], ["name", "dots"]], template: function DashboardCardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
214
|
+
i0.ɵɵprojectionDef();
|
|
215
|
+
i0.ɵɵelementStart(0, "ion-card")(1, "ion-card-header")(2, "ion-card-title");
|
|
216
|
+
i0.ɵɵtext(3);
|
|
217
|
+
i0.ɵɵelementEnd()();
|
|
218
|
+
i0.ɵɵtemplate(4, DashboardCardComponent_ion_card_content_4_Template, 3, 1, "ion-card-content", 0)(5, DashboardCardComponent_ion_card_content_5_Template, 3, 0, "ion-card-content", 0);
|
|
219
|
+
i0.ɵɵelementEnd();
|
|
220
|
+
} if (rf & 2) {
|
|
221
|
+
i0.ɵɵclassMapInterpolate1("dashboard ", ctx.type, "");
|
|
222
|
+
i0.ɵɵadvance(2);
|
|
223
|
+
i0.ɵɵclassMapInterpolate1("dashboard ", ctx.type, "");
|
|
224
|
+
i0.ɵɵadvance(1);
|
|
225
|
+
i0.ɵɵtextInterpolate(ctx.heading);
|
|
226
|
+
i0.ɵɵadvance(1);
|
|
227
|
+
i0.ɵɵproperty("ngIf", !ctx.loading);
|
|
228
|
+
i0.ɵɵadvance(1);
|
|
229
|
+
i0.ɵɵproperty("ngIf", ctx.loading);
|
|
230
|
+
} }, dependencies: [i3.IonButton, i3.IonCard, i3.IonCardContent, i3.IonCardHeader, i3.IonCardTitle, i3.IonCol, i3.IonLabel, i3.IonRow, i3.IonSpinner, i5.NgForOf, i5.NgIf, i6.FaIconComponent], styles: [".dashboard[_ngcontent-%COMP%]{border-bottom-right-radius:24px}.dashboard.current[_ngcontent-%COMP%]{font-family:var(--app-font-semibold);--background: var(--ion-color-light-blue)}.dashboard.current[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{color:var(--ion-color-black);font-family:var(--app-font-regular)}.dashboard.current[_ngcontent-%COMP%] .icon-current[_ngcontent-%COMP%]{color:var(--ion-color-black);font-size:26px;margin:-10px}.dashboard.coming-up[_ngcontent-%COMP%]{--background: var(--ion-color-lighter-blue)}.dashboard.coming-up[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{color:var(--ion-color-black);font-family:var(--app-font-regular)}.dashboard.coming-up[_ngcontent-%COMP%] .icon-coming-up[_ngcontent-%COMP%]{color:var(--ion-color-black);font-size:26px;margin:-10px}.dashboard.pending[_ngcontent-%COMP%]{--background: var(--ion-color-light-grey)}.dashboard.pending[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{color:var(--ion-color-black);font-family:var(--app-font-regular)}.dashboard.pending[_ngcontent-%COMP%] .icon-pending[_ngcontent-%COMP%]{color:var(--ion-color-black);font-size:26px;margin:-10px}.app-heading[_ngcontent-%COMP%]{font-size:18px;color:var(--ion-color-black);font-family:var(--app-font-light)}.subheading[_ngcontent-%COMP%]{font-family:var(--app-font-regular);font-size:14px;color:var(--ion-color-black)}.small-button[_ngcontent-%COMP%]{--padding-start: 0px;--padding-end: 0px;--background: white;--border: none !important;margin-top:1px}ion-button.small-button[_ngcontent-%COMP%]::part(native){padding:6px 12px}.button-icon[_ngcontent-%COMP%]{font-size:18px;color:var(--ion-color-primary)}a[_ngcontent-%COMP%]{color:#fff}ion-button.button-disabled[_ngcontent-%COMP%]{opacity:1!important}ion-card-content[_ngcontent-%COMP%]{height:252px}.dashboard[_ngcontent-%COMP%] ion-card-content[_ngcontent-%COMP%]{overflow-y:auto}"], data: { animation: [rowExpansionTrigger] } }); }
|
|
231
|
+
}
|
|
232
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DashboardCardComponent, [{
|
|
233
|
+
type: Component,
|
|
234
|
+
args: [{ selector: 'app-dashboard-card', animations: [rowExpansionTrigger], template: "<ion-card class=\"dashboard {{type}}\">\r\n <ion-card-header>\r\n <ion-card-title class=\"dashboard {{type}}\">{{heading}}</ion-card-title>\r\n </ion-card-header>\r\n <ion-card-content *ngIf=\"!loading\">\r\n <p-scrollPanel [style]=\"{width: '100%', height: '252px'}\" *ngIf=\"data\">\r\n <ion-row style=\"padding-top: 6px;\" *ngFor=\"let c of data\" [@rowExpansionTrigger]=\"'active'\">\r\n <ion-col size=\"1\" class=\"ion-text-center\" style=\"padding-top: 0px;\">\r\n <fa-icon [icon]=\"['far', c.icon]\" class=\"icon-{{type}}\" *ngIf=\"c.icon && c.icon != ''\"></fa-icon>\r\n <fa-icon [icon]=\"['far', 'info-circle']\" class=\"icon-{{type}}\" *ngIf=\"c.icon && c.icon == ''\"></fa-icon>\r\n </ion-col>\r\n <ion-col size=\"7\">\r\n <ion-label class=\"ion-text-wrap full-height\">\r\n <p class=\"app-heading\">{{c.heading}}</p> \r\n <div *ngIf=\"c.subHeading\">\r\n <div [innerHTML]=\"sanitizer.bypassSecurityTrustHtml(c?.subHeading)\" class=\"subheading\"></div>\r\n </div>\r\n </ion-label>\r\n </ion-col>\r\n <ion-col size=\"2\">\r\n <ion-label class=\"ion-text-right full-height\">\r\n <p class=\"app-heading\" *ngIf=\"c.date\">{{c.date}}</p>\r\n </ion-label>\r\n </ion-col>\r\n <ion-col size=\"2\" class=\"ion-text-center\">\r\n <ion-button [attr.aria-label]=\"'go to' + c.heading\" fill=\"outline\" style=\"--color: {{c.button.color}}; --border-color: {{c.button.color}}; --border-width: 2px\"\r\n shape=\"round\" class=\"small-button\" *ngIf=\"c.button.buttonIcon\" (click)=\"open(c)\" [disabled]=\"disableButtons\">\r\n <fa-icon [icon]=\"[c.button.iconType ? c.button.iconType : 'far', c.button.buttonIcon]\" class=\"button-icon\" *ngIf=\"c.button.buttonIcon && c.button.buttonIcon != ''\"></fa-icon>\r\n <fa-icon [icon]=\"['far', 'play']\" class=\"button-icon\" *ngIf=\"c.button.buttonIcon && c.button.buttonIcon == ''\"></fa-icon>\r\n </ion-button>\r\n </ion-col>\r\n </ion-row>\r\n \r\n <ion-row *ngIf=\"data != null && data.length < 1\" [@rowExpansionTrigger]=\"'active'\">\r\n <ion-col size=\"1\"> </ion-col>\r\n <ion-col>\r\n <ion-label class=\"ion-text-wrap full-height\">\r\n <p class=\"app-heading\">{{emptyMsg}}</p>\r\n </ion-label>\r\n </ion-col>\r\n </ion-row>\r\n </p-scrollPanel>\r\n <ng-content></ng-content>\r\n </ion-card-content>\r\n <ion-card-content *ngIf=\"loading\">\r\n <div class=\"ion-text-center\">\r\n <ion-spinner name=\"dots\"></ion-spinner>\r\n </div>\r\n </ion-card-content>\r\n</ion-card>", styles: [".dashboard{border-bottom-right-radius:24px}.dashboard.current{font-family:var(--app-font-semibold);--background: var(--ion-color-light-blue)}.dashboard.current p{color:var(--ion-color-black);font-family:var(--app-font-regular)}.dashboard.current .icon-current{color:var(--ion-color-black);font-size:26px;margin:-10px}.dashboard.coming-up{--background: var(--ion-color-lighter-blue)}.dashboard.coming-up p{color:var(--ion-color-black);font-family:var(--app-font-regular)}.dashboard.coming-up .icon-coming-up{color:var(--ion-color-black);font-size:26px;margin:-10px}.dashboard.pending{--background: var(--ion-color-light-grey)}.dashboard.pending p{color:var(--ion-color-black);font-family:var(--app-font-regular)}.dashboard.pending .icon-pending{color:var(--ion-color-black);font-size:26px;margin:-10px}.app-heading{font-size:18px;color:var(--ion-color-black);font-family:var(--app-font-light)}.subheading{font-family:var(--app-font-regular);font-size:14px;color:var(--ion-color-black)}.small-button{--padding-start: 0px;--padding-end: 0px;--background: white;--border: none !important;margin-top:1px}ion-button.small-button::part(native){padding:6px 12px}.button-icon{font-size:18px;color:var(--ion-color-primary)}a{color:#fff}ion-button.button-disabled{opacity:1!important}ion-card-content{height:252px}.dashboard ion-card-content{overflow-y:auto}\n"] }]
|
|
235
|
+
}], () => [{ type: i1.LoginService }, { type: i2.UtilService }, { type: i3.NavController }, { type: i4.DomSanitizer }], { heading: [{
|
|
236
|
+
type: Input
|
|
237
|
+
}], data: [{
|
|
238
|
+
type: Input
|
|
239
|
+
}], type: [{
|
|
240
|
+
type: Input
|
|
241
|
+
}], loading: [{
|
|
242
|
+
type: Input
|
|
243
|
+
}], emptyMsg: [{
|
|
244
|
+
type: Input
|
|
245
|
+
}], disableButtons: [{
|
|
246
|
+
type: Input
|
|
247
|
+
}], onClick: [{
|
|
248
|
+
type: Output
|
|
249
|
+
}] }); })();
|
|
250
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DashboardCardComponent, { className: "DashboardCardComponent", filePath: "lib\\components\\dashboard-card\\dashboard-card.component.ts", lineNumber: 16 }); })();
|
|
251
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGFzaGJvYXJkLWNhcmQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9jb21wb25lbnRzL2Rhc2hib2FyZC1jYXJkL2Rhc2hib2FyZC1jYXJkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9kYXNoYm9hcmQtY2FyZC9kYXNoYm9hcmQtY2FyZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQVUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBTS9FLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQ3ZFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7Ozs7Ozs7OztJQ0MvQyw4QkFBaUc7Ozs7SUFBL0QsbURBQXFCO0lBQTlDLDREQUF3Qjs7OztJQUNqQyw4QkFBd0c7OztJQUEvRCxtREFBcUI7SUFBckQsaURBQStCOzs7SUFLdEMsMkJBQTBCO0lBQ3hCLDBCQUE2RjtJQUMvRixpQkFBTTs7OztJQURDLGVBQThEO0lBQTlELDhIQUE4RDs7O0lBTXJFLDRCQUFzQztJQUFBLFlBQVU7SUFBQSxpQkFBSTs7O0lBQWQsZUFBVTtJQUFWLCtCQUFVOzs7O0lBTWhELDhCQUE4Szs7O0lBQXJLLDhIQUE2RTs7OztJQUN0Riw4QkFBeUg7O0lBQWhILGlEQUF3Qjs7OztJQUhuQyxzQ0FDK0c7SUFBOUMsMFFBQVMsZUFBQSxrQkFBTyxDQUFBLElBQUM7SUFDaEYsMklBQThLLDhIQUFBO0lBRWhMLGlCQUFhOzs7O0lBSnNELDJIQUE0RjtJQUM1RSxpREFBMkI7SUFEbEcsb0RBQXVDO0lBRTJELGVBQXNEO0lBQXRE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WUFDbEMsSUFBSSxDQUFDLElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUMvQixNQUFNLENBQUMsSUFBSSxDQUFDLEdBQUcsWUFBWSxDQUFDLG1CQUFtQix3Q0FBd0MsU0FBUyxDQUFDLFlBQVksTUFBTSxTQUFTLENBQUMsYUFBYSxTQUFTLEVBQUUsT0FBTyxDQUFDLENBQUM7WUFDaEssQ0FBQyxDQUFDLENBQUM7U0FDSjtJQUVILENBQUM7dUZBekVVLHNCQUFzQjtvRUFBdEIsc0JBQXNCOztZQ2ZuQyxnQ0FBcUMsc0JBQUEscUJBQUE7WUFFVSxZQUFXO1lBQUEsaUJBQWlCLEVBQUE7WUFFekUsaUdBdUNtQixvRkFBQTtZQU1yQixpQkFBVzs7WUFqREQscURBQTBCO1lBRWhCLGVBQTBCO1lBQTFCLHFEQUEwQjtZQUFDLGVBQVc7WUFBWCxpQ0FBVztZQUVyQyxlQUFjO1lBQWQsbUNBQWM7WUF3Q2QsZUFBYTtZQUFiLGtDQUFhO3dpRUQvQnBCLENBQUMsbUJBQW1CLENBQUM7O2lGQUV0QixzQkFBc0I7Y0FObEMsU0FBUzsyQkFDRSxvQkFBb0IsY0FHbEIsQ0FBQyxtQkFBbUIsQ0FBQzs4SEFLMUIsT0FBTztrQkFEYixLQUFLO1lBSUMsSUFBSTtrQkFEVixLQUFLO1lBSUMsSUFBSTtrQkFEVixLQUFLO1lBSUMsT0FBTztrQkFEYixLQUFLO1lBSUMsUUFBUTtrQkFEZCxLQUFLO1lBSUMsY0FBYztrQkFEcEIsS0FBSztZQUlDLE9BQU87a0JBRGIsTUFBTTs7a0ZBcEJJLHNCQUFzQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT25Jbml0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgRG9tU2FuaXRpemVyIH0gZnJvbSAnQGFuZ3VsYXIvcGxhdGZvcm0tYnJvd3Nlcic7XHJcbmltcG9ydCB7IE5hdkNvbnRyb2xsZXIgfSBmcm9tICdAaW9uaWMvYW5ndWxhcic7XHJcbmltcG9ydCB7IExvZ2luU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL2xvZ2luL2xvZ2luLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBVdGlsU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3V0aWwvdXRpbC5zZXJ2aWNlJztcclxuaW1wb3J0IHsgRGFzaGJvYXJkTW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvZGFzaGJvYXJkLW1vZGVsJztcclxuaW1wb3J0IHsgcm93RXhwYW5zaW9uVHJpZ2dlciB9IGZyb20gJy4uLy4uL2FubmltYXRpb25zL2FwcC1hbmltYXRpb25zJztcclxuaW1wb3J0IHsgTGliQ29uc3RhbnRzIH0gZnJvbSAnLi4vLi4vbW9kZWxzL0xpYkNvbnN0YW50cyc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1kYXNoYm9hcmQtY2FyZCcsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2Rhc2hib2FyZC1jYXJkLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9kYXNoYm9hcmQtY2FyZC5jb21wb25lbnQuc2NzcyddLFxyXG4gIGFuaW1hdGlvbnM6IFtyb3dFeHBhbnNpb25UcmlnZ2VyXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgRGFzaGJvYXJkQ2FyZENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgcHVibGljIGhlYWRpbmc6IHN0cmluZztcclxuXHJcbiAgQElucHV0KClcclxuICBwdWJsaWMgZGF0YTogRGFzaGJvYXJkTW9kZWxbXTtcclxuXHJcbiAgQElucHV0KClcclxuICBwdWJsaWMgdHlwZTogc3RyaW5nO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyBsb2FkaW5nOiBib29sZWFuID0gZmFsc2U7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgcHVibGljIGVtcHR5TXNnOiBzdHJpbmc7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgcHVibGljIGRpc2FibGVCdXR0b25zOiBib29sZWFuID0gZmFsc2U7XHJcblxyXG4gIEBPdXRwdXQoKVxyXG4gIHB1YmxpYyBvbkNsaWNrID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG5cclxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGxzOiBMb2dpblNlcnZpY2UsIHByaXZhdGUgdXRpbDogVXRpbFNlcnZpY2UsIHByaXZhdGUgbmF2OiBOYXZDb250cm9sbGVyLFxyXG4gICAgcHVibGljIHNhbml0aXplciA6IERvbVNhbml0aXplcikgeyB9XHJcblxyXG4gIG5nT25Jbml0KCkge31cclxuXHJcbiAgb3Blbihtb2RlbDogRGFzaGJvYXJkTW9kZWwpIHtcclxuICAgIGlmICh0aGlzLmxzLmlzQ3NyKCkpIHtcclxuICAgICAgbW9kZWwuYnV0dG9uLmNvbnRleHQgPSB0aGlzLnV0aWwuZ2V0U2VjdXJpdHlBcHBDb250ZXh0Um9vdCgpO1xyXG4gICAgfVxyXG4gICAgaWYgKG1vZGVsLmJ1dHRvbi51cmkuaW5jbHVkZXMoXCJQb3B1cFwiKSkge1xyXG4gICAgICB0aGlzLm9uQ2xpY2suZW1pdChtb2RlbCk7XHJcbiAgICB9IGVsc2UgaWYgKG1vZGVsLmJ1dHRvbi51cmkgIT0gJycgJiYgbW9kZWwuYnV0dG9uLnVyaS5pbmNsdWRlcyhcIlBhZ2VcIikpIHtcclxuICAgICAgaWYgKG1vZGVsLmJ1dHRvbi51cmwuaW5jbHVkZXMoXCJoaXN0b3J5XCIpICYmIG1vZGVsLmJ1dHRvbi5idXR0b25JY29uLmluY2x1ZGVzKFwiaW5mb1wiKSkge1xyXG4gICAgICAgIC8vcGFzc2luZyB0cmFuc2FjdGlvbiBpZCBhcyBxdWVyeSBwYXJhbSB0byBkaXNwbGF5IGhpc3RvcnkgYWdhaW5zdCB0aGUgc2VsZWN0ZWQgaGludFxyXG4gICAgICAgIC8vIGNvbnNvbGUubG9nKG1vZGVsKTtcclxuICAgICAgICBpZiAobW9kZWwuZGF0YSkge1xyXG4gICAgICAgICAgdGhpcy51dGlsLm9wZW5QYWdlQnlDb250ZXh0Um9vdFdpdGhEYXRhQW5kVHhuSWQobW9kZWwuYnV0dG9uLmNvbnRleHQsIG1vZGVsLmJ1dHRvbi51cmwsIG1vZGVsLmRhdGEsIG1vZGVsLnRyYW5zYWN0aW9uSWQsIHRoaXMubmF2KVxyXG4gICAgICAgIH0gZWxzZSB7XHJcbiAgICAgICAgICB0aGlzLnV0aWwub3BlblBhZ2VCeUNvbnRleHRSb290V2l0aERhdGFBbmRUeG5JZChtb2RlbC5idXR0b24uY29udGV4dCwgbW9kZWwuYnV0dG9uLnVybCwgbnVsbCwgbW9kZWwudHJhbnNhY3Rpb25JZCwgdGhpcy5uYXYpO1xyXG4gICAgICAgIH1cclxuICAgICAgfSBcclxuICAgICAgZWxzZSBpZiAobW9kZWwuZGF0YSAmJiBtb2RlbC5kYXRhLnFlRGF0YSAmJiBtb2RlbC5idXR0b24uZm5CYXNlZCA9PT0nMScpIHtcclxuICAgICAgICAvL25ldyBibG9jayBmb3Igcm9sZSBiYXNlZCBoYW5kbGluZ1xyXG4gICAgICAgIGxldCBqc29uRGF0YSA9IEpTT04ucGFyc2UobW9kZWwuZGF0YS5xZURhdGEpO1xyXG4gICAgICAgIGxldCBmdW5jdGlvbnM6IHN0cmluZ1tdID0gW21vZGVsLmJ1dHRvbi5mdW5jdGlvbnNdO1xyXG4gICAgICAgIGlmKHRoaXMubHMuY2hlY2tGdW5jdGlvbnMoZnVuY3Rpb25zKSl7XHJcbiAgICAgICAgICB0aGlzLnV0aWwub3BlblBhZ2VCeUNvbnRleHRSb290V2l0aERhdGEobW9kZWwuYnV0dG9uLmNvbnRleHQsIG1vZGVsLmJ1dHRvbi5mbkJhc2VkVXJsLCBqc29uRGF0YVswXS5keW5hbWljUGFyYW0sIHRoaXMubmF2KTtcclxuICAgICAgICB9IGVsc2Uge1xyXG4gICAgICAgICAgdGhpcy51dGlsLm9wZW5QYWdlQnlDb250ZXh0Um9vdFdpdGhEYXRhKG1vZGVsLmJ1dHRvbi5jb250ZXh0LCBtb2RlbC5idXR0b24udXJsLCBqc29uRGF0YVswXS5keW5hbWljUGFyYW0sIHRoaXMubmF2KTtcclxuICAgICAgICB9XHJcbiAgICAgIH1cclxuICAgICAgZWxzZSBpZiAobW9kZWwuZGF0YSAmJiBtb2RlbC5kYXRhLnFlRGF0YSkge1xyXG4gICAgICAgIGxldCBqc29uRGF0YSA9IEpTT04ucGFyc2UobW9kZWwuZGF0YS5xZURhdGEpO1xyXG4gICAgICAgdGhpcy51dGlsLm9wZW5QYWdlQnlDb250ZXh0Um9vdFdpdGhEYXRhKG1vZGVsLmJ1dHRvbi5jb250ZXh0LCBtb2RlbC5idXR0b24udXJsLCBqc29uRGF0YVswXS5keW5hbWljUGFyYW0sIHRoaXMubmF2KTtcclxuICAgICAgfSBlbHNlIGlmIChtb2RlbC5kYXRhKSB7XHJcbiAgICAgICAgdGhpcy51dGlsLm9wZW5QYWdlQnlDb250ZXh0Um9vdFdpdGhEYXRhKG1vZGVsLmJ1dHRvbi5jb250ZXh0LCBtb2RlbC5idXR0b24udXJsLCBtb2RlbC5kYXRhLCB0aGlzLm5hdilcclxuICAgICAgfSBlbHNlIHtcclxuICAgICAgICB0aGlzLnV0aWwub3BlblBhZ2VCeUNvbnRleHRSb290KG1vZGVsLmJ1dHRvbi5jb250ZXh0LCBtb2RlbC5idXR0b24udXJsLCB0aGlzLm5hdik7XHJcbiAgICAgIH1cclxuICAgIH0gZWxzZSBpZiAobW9kZWwuYnV0dG9uLnVyaSAhPSAnJyAmJiBtb2RlbC5idXR0b24udXJpLmluY2x1ZGVzKFwidXBsb2FkUG9wdXBcIikpIHtcclxuICAgICAgbGV0IHVzZXJNb2RlbCA9IHRoaXMubHMuZ2V0VXNlcigpO1xyXG4gICAgICB3aW5kb3cub3BlbihgJHtMaWJDb25zdGFudHMuYmVuZWZpdHNVcmxFeHRlcm5hbH0vZmFjZXMvdmlydHVhbC9jb250ZXh0c3dpdGNoLnhodG1sP2E9JHt1c2VyTW9kZWwuYWNjZXNzX3Rva2VufSZyPSR7dXNlck1vZGVsLnJlZnJlc2hfdG9rZW59JnY9MjI5OSZDTEFJTUFOVF9QT1JUQUw9dHJ1ZSZ2aWV3PS51cGxvYWRkb2N1bWVudGVudGVyc3NuYCwgJ19zZWxmJyk7XHJcbiAgICB9XHJcbiAgICBlbHNlIHtcclxuICAgICAgbGV0IHVzZXJNb2RlbCA9IHRoaXMubHMuZ2V0VXNlcigpO1xyXG4gICAgICB0aGlzLnV0aWwuc2hvd0xvYWRlcigpLnRoZW4oKCkgPT4ge1xyXG4gICAgICAgIHdpbmRvdy5vcGVuKGAke0xpYkNvbnN0YW50cy5iZW5lZml0c1VybEV4dGVybmFsfS9mYWNlcy92aXJ0dWFsL2NvbnRleHRzd2l0Y2gueGh0bWw/YT0ke3VzZXJNb2RlbC5hY2Nlc3NfdG9rZW59JnI9JHt1c2VyTW9kZWwucmVmcmVzaF90b2tlbn0mdj0yMjk5YCwgJ19zZWxmJyk7XHJcbiAgICAgIH0pO1xyXG4gICAgfVxyXG4gICAgXHJcbiAgfVxyXG5cclxufVxyXG4iLCI8aW9uLWNhcmQgY2xhc3M9XCJkYXNoYm9hcmQge3t0eXBlfX1cIj5cclxuICA8aW9uLWNhcmQtaGVhZGVyPlxyXG4gICAgPGlvbi1jYXJkLXRpdGxlIGNsYXNzPVwiZGFzaGJvYXJkIHt7dHlwZX19XCI+e3toZWFkaW5nfX08L2lvbi1jYXJkLXRpdGxlPlxyXG4gIDwvaW9uLWNhcmQtaGVhZGVyPlxyXG4gIDxpb24tY2FyZC1jb250ZW50ICpuZ0lmPVwiIWxvYWRpbmdcIj5cclxuICAgIDxwLXNjcm9sbFBhbmVsIFtzdHlsZV09XCJ7d2lkdGg6ICcxMDAlJywgaGVpZ2h0OiAnMjUycHgnfVwiICpuZ0lmPVwiZGF0YVwiPlxyXG4gICAgICA8aW9uLXJvdyAgc3R5bGU9XCJwYWRkaW5nLXRvcDogNnB4O1wiICpuZ0Zvcj1cImxldCBjIG9mIGRhdGFcIiBbQHJvd0V4cGFuc2lvblRyaWdnZXJdPVwiJ2FjdGl2ZSdcIj5cclxuICAgICAgICA8aW9uLWNvbCBzaXplPVwiMVwiIGNsYXNzPVwiaW9uLXRleHQtY2VudGVyXCIgc3R5bGU9XCJwYWRkaW5nLXRvcDogMHB4O1wiPlxyXG4gICAgICAgICAgPGZhLWljb24gW2ljb25dPVwiWydmYXInLCBjLmljb25dXCIgY2xhc3M9XCJpY29uLXt7dHlwZX19XCIgKm5nSWY9XCJjLmljb24gJiYgYy5pY29uICE9ICcnXCI+PC9mYS1pY29uPlxyXG4gICAgICAgICAgPGZhLWljb24gW2ljb25dPVwiWydmYXInLCAnaW5mby1jaXJjbGUnXVwiIGNsYXNzPVwiaWNvbi17e3R5cGV9fVwiICpuZ0lmPVwiYy5pY29uICYmIGMuaWNvbiA9PSAnJ1wiPjwvZmEtaWNvbj5cclxuICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgICAgPGlvbi1jb2wgc2l6ZT1cIjdcIj5cclxuICAgICAgICAgIDxpb24tbGFiZWwgY2xhc3M9XCJpb24tdGV4dC13cmFwIGZ1bGwtaGVpZ2h0XCI+XHJcbiAgICAgICAgICAgIDxwIGNsYXNzPVwiYXBwLWhlYWRpbmdcIj57e2MuaGVhZGluZ319PC9wPiAgICAgICAgIFxyXG4gICAgICAgICAgICA8ZGl2ICpuZ0lmPVwiYy5zdWJIZWFkaW5nXCI+XHJcbiAgICAgICAgICAgICAgPGRpdiBbaW5uZXJIVE1MXT1cInNhbml0aXplci5ieXBhc3NTZWN1cml0eVRydXN0SHRtbChjPy5zdWJIZWFkaW5nKVwiIGNsYXNzPVwic3ViaGVhZGluZ1wiPjwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvaW9uLWxhYmVsPlxyXG4gICAgICAgIDwvaW9uLWNvbD5cclxuICAgICAgICA8aW9uLWNvbCBzaXplPVwiMlwiPlxyXG4gICAgICAgICAgPGlvbi1sYWJlbCBjbGFzcz1cImlvbi10ZXh0LXJpZ2h0IGZ1bGwtaGVpZ2h0XCI+XHJcbiAgICAgICAgICAgIDxwIGNsYXNzPVwiYXBwLWhlYWRpbmdcIiAqbmdJZj1cImMuZGF0ZVwiPnt7Yy5kYXRlfX08L3A+XHJcbiAgICAgICAgICA8L2lvbi1sYWJlbD5cclxuICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgICAgPGlvbi1jb2wgc2l6ZT1cIjJcIiBjbGFzcz1cImlvbi10ZXh0LWNlbnRlclwiPlxyXG4gICAgICAgICAgPGlvbi1idXR0b24gW2F0dHIuYXJpYS1sYWJlbF09XCInZ28gdG8nICsgYy5oZWFkaW5nXCIgZmlsbD1cIm91dGxpbmVcIiBzdHlsZT1cIi0tY29sb3I6IHt7Yy5idXR0b24uY29sb3J9fTsgLS1ib3JkZXItY29sb3I6IHt7Yy5idXR0b24uY29sb3J9fTsgLS1ib3JkZXItd2lkdGg6IDJweFwiXHJcbiAgICAgICAgICAgIHNoYXBlPVwicm91bmRcIiBjbGFzcz1cInNtYWxsLWJ1dHRvblwiICpuZ0lmPVwiYy5idXR0b24uYnV0dG9uSWNvblwiIChjbGljayk9XCJvcGVuKGMpXCIgW2Rpc2FibGVkXT1cImRpc2FibGVCdXR0b25zXCI+XHJcbiAgICAgICAgICAgIDxmYS1pY29uIFtpY29uXT1cIltjLmJ1dHRvbi5pY29uVHlwZSA/IGMuYnV0dG9uLmljb25UeXBlIDogJ2ZhcicsIGMuYnV0dG9uLmJ1dHRvbkljb25dXCIgY2xhc3M9XCJidXR0b24taWNvblwiICpuZ0lmPVwiYy5idXR0b24uYnV0dG9uSWNvbiAmJiBjLmJ1dHRvbi5idXR0b25JY29uICE9ICcnXCI+PC9mYS1pY29uPlxyXG4gICAgICAgICAgICA8ZmEtaWNvbiBbaWNvbl09XCJbJ2ZhcicsICdwbGF5J11cIiBjbGFzcz1cImJ1dHRvbi1pY29uXCIgKm5nSWY9XCJjLmJ1dHRvbi5idXR0b25JY29uICYmIGMuYnV0dG9uLmJ1dHRvbkljb24gPT0gJydcIj48L2ZhLWljb24+XHJcbiAgICAgICAgICA8L2lvbi1idXR0b24+XHJcbiAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICA8L2lvbi1yb3c+XHJcbiAgXHJcbiAgICAgIDxpb24tcm93ICpuZ0lmPVwiZGF0YSAhPSBudWxsICYmIGRhdGEubGVuZ3RoIDwgMVwiIFtAcm93RXhwYW5zaW9uVHJpZ2dlcl09XCInYWN0aXZlJ1wiPlxyXG4gICAgICAgIDxpb24tY29sIHNpemU9XCIxXCI+Jm5ic3A7PC9pb24tY29sPlxyXG4gICAgICAgIDxpb24tY29sPlxyXG4gICAgICAgICAgPGlvbi1sYWJlbCBjbGFzcz1cImlvbi10ZXh0LXdyYXAgZnVsbC1oZWlnaHRcIj5cclxuICAgICAgICAgICAgPHAgY2xhc3M9XCJhcHAtaGVhZGluZ1wiPnt7ZW1wdHlNc2d9fTwvcD5cclxuICAgICAgICAgIDwvaW9uLWxhYmVsPlxyXG4gICAgICAgIDwvaW9uLWNvbD5cclxuICAgICAgPC9pb24tcm93PlxyXG4gICAgPC9wLXNjcm9sbFBhbmVsPlxyXG4gICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxyXG4gIDwvaW9uLWNhcmQtY29udGVudD5cclxuICA8aW9uLWNhcmQtY29udGVudCAqbmdJZj1cImxvYWRpbmdcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXJcIj5cclxuICAgICAgPGlvbi1zcGlubmVyIG5hbWU9XCJkb3RzXCI+PC9pb24tc3Bpbm5lcj5cclxuICAgIDwvZGl2PlxyXG4gIDwvaW9uLWNhcmQtY29udGVudD5cclxuPC9pb24tY2FyZD4iXX0=
|