@reusa/ngx-reusa-app-lib 0.0.731 → 0.1.731
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/{esm2020 → esm2022}/lib/annimations/app-animations.mjs +36 -36
- package/esm2022/lib/components/add-employer/add-employer.component.mjs +3027 -0
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +394 -0
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +187 -0
- package/esm2022/lib/components/address/address.component.mjs +487 -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/contact-us/contact-us.component.mjs +970 -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 +223 -0
- package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +292 -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/email-update/email-update.component.mjs +283 -0
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +794 -0
- package/esm2022/lib/components/error/error.component.mjs +86 -0
- package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +163 -0
- package/{esm2020 → esm2022}/lib/components/file-download/file-download.component.mjs +104 -104
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +315 -0
- package/esm2022/lib/components/footer/footer.component.mjs +332 -0
- package/esm2022/lib/components/header/header.component.mjs +558 -0
- package/esm2022/lib/components/help/help.component.mjs +49 -0
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +65 -0
- package/{esm2020 → esm2022}/lib/components/info/info.component.mjs +187 -188
- package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +206 -0
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +193 -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 +423 -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 +90 -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/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 +177 -0
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +63 -0
- package/esm2022/lib/components/questionnaire/AppValidators.mjs +487 -0
- package/{esm2020 → esm2022}/lib/components/questionnaire/FbConstants.mjs +7 -7
- package/{esm2020 → esm2022}/lib/components/questionnaire/SelectItem.mjs +1 -1
- package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +256 -0
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +475 -0
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +1094 -0
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +1882 -0
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +1263 -0
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +244 -0
- package/{esm2020 → esm2022}/lib/components/questionnaire/input-focus.directive.mjs +44 -44
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +256 -0
- package/{esm2020 → esm2022}/lib/components/questionnaire/question-base.mjs +2 -2
- package/{esm2020 → esm2022}/lib/components/questionnaire/question-control.service.mjs +420 -419
- package/{esm2020 → esm2022}/lib/components/questionnaire/question.service.mjs +33 -33
- package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +262 -0
- package/{esm2020 → esm2022}/lib/components/read-more/read-more.component.mjs +67 -67
- package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +690 -0
- package/esm2022/lib/components/search-employer/search-employer.component.mjs +142 -0
- package/esm2022/lib/components/select/select.component.mjs +154 -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/weekly-cert-employer/weekly-cert-employer.component.mjs +442 -0
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +307 -0
- package/{esm2020 → esm2022}/lib/directives/auto-focus/auto-focus.directive.mjs +31 -31
- package/{esm2020 → esm2022}/lib/directives/caps-lock.directive.mjs +38 -38
- package/{esm2020 → esm2022}/lib/directives/required-roles/required-roles.directive.mjs +30 -30
- package/{esm2020 → esm2022}/lib/enums/EmailStatusEnum.mjs +8 -8
- package/{esm2020 → esm2022}/lib/guards/auth.guard.mjs +138 -138
- package/esm2022/lib/guards/no-login/no-login.guard.mjs +21 -0
- package/{esm2020 → esm2022}/lib/interceptors/error-interceptor/http-error-interceptor.mjs +107 -107
- package/{esm2020 → esm2022}/lib/interceptors/header-interceptor/http-header.interceptor.mjs +99 -99
- package/{esm2020 → esm2022}/lib/models/AddressComponentModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/BankDetailsComponentModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/BankDetailsModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/CinRequalificationCriteriaModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/EmployerDetailSearchResult.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/ErrorModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/FileModel.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/LibConstants.mjs +119 -119
- package/{esm2020 → esm2022}/lib/models/NewsAndAnnouncementModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/NotificationModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/OtpAuthModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/PaymentComponentModel.mjs +2 -2
- package/esm2022/lib/models/RequalifyLiftPageModel.mjs +11 -0
- package/{esm2020 → esm2022}/lib/models/SsaVerificationModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/TrendModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/UserDetailsModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/UserModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/case/CaseAttachmentModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/claimant/ClaimantModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/claimant/JobResultsData.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/claimant/MatchingJobs.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/claimant/ResetPasswordModel.mjs +2 -2
- package/esm2022/lib/models/cmp/CaseCoreModel.mjs +3 -0
- package/{esm2020 → esm2022}/lib/models/cmp/ComplaintCategoryModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/cmp/ComplaintCategoryOutputModel.mjs +5 -5
- package/esm2022/lib/models/cmp/ContactUsModel.mjs +3 -0
- package/{esm2020 → esm2022}/lib/models/cmp/EmailTemplateModel.mjs +3 -3
- package/esm2022/lib/models/cmp/contactUsInqueryModel.mjs +7 -0
- package/{esm2020 → esm2022}/lib/models/cmp/messageRourceModel.mjs +3 -3
- package/esm2022/lib/models/dashboard-model.mjs +3 -0
- package/esm2022/lib/models/dependent.model.mjs +8 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmpRequestModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +7 -7
- package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +2 -2
- package/esm2022/lib/models/questionnaire/ComboModel.mjs +337 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/ElementsModel.mjs +7 -7
- package/{esm2020 → esm2022}/lib/models/questionnaire/EmployerDetailSearchResult.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/EmployerWagesModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/questionnaire/FBConfigModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/questionnaire/KeyValueModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/LegalDiscaimarModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/LoaderModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/PollingStatusModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/questionnaire/QtrYearEmployerWageModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireQueryModel.mjs +7 -7
- package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireReturnModel.mjs +10 -10
- package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireSaveModel.mjs +2 -2
- package/esm2022/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +3 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/ServiceActionResponseModel.mjs +3 -3
- package/esm2022/lib/models/questionnaire/StatusModel.mjs +6 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/SuccessPageElement.mjs +2 -2
- package/esm2022/lib/models/questionnaire/UI512AResponseModel.mjs +3 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/ValidationModel.mjs +2 -2
- package/esm2022/lib/ngx-reusa-app-lib.component.mjs +23 -0
- package/esm2022/lib/ngx-reusa-app-lib.module.mjs +402 -0
- package/{esm2020 → esm2022}/lib/ngx-reusa-app-lib.service.mjs +14 -14
- package/{esm2020 → esm2022}/lib/pages/BasePage.mjs +76 -76
- package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +81 -0
- package/esm2022/lib/pages/common/change-password/change-password.page.mjs +463 -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 +526 -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 +129 -0
- package/esm2022/lib/pages/popovers/user-search/user-search.component.mjs +251 -0
- package/{esm2020 → esm2022}/lib/pipes/filter.pipe.mjs +30 -30
- package/{esm2020 → esm2022}/lib/pipes/mask/mask.email.pipe.mjs +23 -23
- package/{esm2020 → esm2022}/lib/pipes/proper-case/proper-case.pipe.mjs +27 -27
- package/{esm2020 → esm2022}/lib/pipes/translate/dynamic-translate.pipe.mjs +44 -44
- package/{esm2020 → esm2022}/lib/pipes/trust-html/trust-html.pipe.mjs +20 -20
- package/{esm2020 → esm2022}/lib/services/base-service.mjs +49 -49
- package/{esm2020 → esm2022}/lib/services/captcha/captcha.service.mjs +46 -46
- package/{esm2020 → esm2022}/lib/services/case-service/case.service.mjs +47 -47
- package/{esm2020 → esm2022}/lib/services/chatbot/chatbot.service.mjs +257 -257
- package/esm2022/lib/services/chatbot/script.const.mjs +42 -0
- package/{esm2020 → esm2022}/lib/services/claimant/claimant.service.mjs +31 -31
- package/esm2022/lib/services/claimant-context/claimant-context.service.mjs +48 -0
- package/{esm2020 → esm2022}/lib/services/claimant-service/claimant.service.mjs +47 -47
- package/{esm2020 → esm2022}/lib/services/claims/claims.service.mjs +99 -99
- package/{esm2020 → esm2022}/lib/services/cmp-service/cmp.service.mjs +84 -84
- package/{esm2020 → esm2022}/lib/services/dms-service/dms.service.mjs +60 -60
- package/{esm2020 → esm2022}/lib/services/fpjs/fingerprint.service.mjs +70 -70
- package/{esm2020 → esm2022}/lib/services/google-analytics/google-analytics.service.mjs +29 -29
- package/{esm2020 → esm2022}/lib/services/help/help.service.mjs +63 -63
- package/{esm2020 → esm2022}/lib/services/idle/idle.service.mjs +159 -159
- package/{esm2020 → esm2022}/lib/services/logger/logger.service.mjs +67 -67
- package/esm2022/lib/services/login/login.service.mjs +330 -0
- package/{esm2020 → esm2022}/lib/services/maintenance/maintenance.service.mjs +21 -21
- package/{esm2020 → esm2022}/lib/services/notification/notification.service.mjs +113 -113
- package/{esm2020 → esm2022}/lib/services/questionnaire/questionnaire.service.mjs +69 -69
- package/{esm2020 → esm2022}/lib/services/questionnaire/validation.service.mjs +59 -59
- package/{esm2020 → esm2022}/lib/services/security-service/security.service.mjs +35 -35
- package/{esm2020 → esm2022}/lib/services/tour/tour.service.mjs +60 -60
- package/{esm2020 → esm2022}/lib/services/util/util.service.mjs +424 -424
- package/esm2022/lib/validations/AppRegex.mjs +45 -0
- package/{esm2020 → esm2022}/lib/validations/AppValidators.mjs +165 -165
- package/{esm2020 → esm2022}/public-api.mjs +131 -131
- package/{esm2020 → esm2022}/reusa-ngx-reusa-app-lib.mjs +4 -4
- package/{fesm2020 → fesm2022}/reusa-ngx-reusa-app-lib.mjs +27966 -27877
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -0
- package/index.d.ts +5 -5
- package/lib/annimations/app-animations.d.ts +3 -3
- package/lib/components/add-employer/add-employer.component.d.ts +276 -276
- package/lib/components/add-participant/add-participant.component.d.ts +45 -45
- package/lib/components/add-payment/add-payment.component.d.ts +33 -33
- package/lib/components/address/address.component.d.ts +68 -68
- package/lib/components/address/address.component.d.ts.map +1 -1
- package/lib/components/bank-details/bank-details.component.d.ts +39 -39
- package/lib/components/captcha/captcha.component.d.ts +44 -44
- package/lib/components/card/card.component.d.ts +11 -11
- package/lib/components/contact-us/contact-us.component.d.ts +105 -107
- package/lib/components/contact-us/contact-us.component.d.ts.map +1 -1
- package/lib/components/content/content.component.d.ts +13 -13
- package/lib/components/correspondence-download/correspondence-download.component.d.ts +21 -21
- package/lib/components/dashboard-card/dashboard-card.component.d.ts +25 -25
- package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -1
- package/lib/components/dependent-grid/dependent-grid.component.d.ts +35 -35
- package/lib/components/disclosure/disclosure.component.d.ts +12 -12
- package/lib/components/dropdown/dropdown.component.d.ts +581 -207
- package/lib/components/dropdown/dropdown.component.d.ts.map +1 -1
- package/lib/components/dropdown/dropdown.interface.d.ts +155 -0
- package/lib/components/dropdown/dropdown.interface.d.ts.map +1 -0
- package/lib/components/email-update/email-update.component.d.ts +31 -31
- package/lib/components/employer-grid/employer-grid.component.d.ts +95 -94
- package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -1
- package/lib/components/error/error.component.d.ts +17 -17
- package/lib/components/fav-menu/fav-menu.component.d.ts +21 -21
- package/lib/components/file-download/file-download.component.d.ts +22 -22
- package/lib/components/file-uploader/file-uploader.component.d.ts +47 -47
- package/lib/components/footer/footer.component.d.ts +36 -36
- package/lib/components/header/header.component.d.ts +59 -58
- package/lib/components/header/header.component.d.ts.map +1 -1
- package/lib/components/help/help.component.d.ts +10 -10
- package/lib/components/idle-detector/idle-detector.component.d.ts +15 -15
- package/lib/components/info/info.component.d.ts +22 -22
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +21 -21
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +33 -33
- package/lib/components/maintenance-detector/maintenance-detector.component.d.ts +15 -15
- package/lib/components/mask/mask.component.d.ts +11 -11
- package/lib/components/menu/menu.component.d.ts +43 -43
- package/lib/components/mfa/mfa.component.d.ts +59 -59
- package/lib/components/mfa-popup/mfa-popup.component.d.ts +16 -16
- package/lib/components/money-expect/money-expect.component.d.ts +18 -18
- package/lib/components/msg/msg.component.d.ts +10 -10
- package/lib/components/news/news.component.d.ts +14 -14
- package/lib/components/overlay-info/overlay-info.component.d.ts +34 -34
- package/lib/components/page/page.component.d.ts +23 -23
- package/lib/components/profile/profile.component.d.ts +28 -28
- package/lib/components/profile-redirect/profile-redirect.component.d.ts +13 -13
- package/lib/components/questionnaire/AppValidators.d.ts +14 -14
- package/lib/components/questionnaire/AppValidators.d.ts.map +1 -1
- package/lib/components/questionnaire/FbConstants.d.ts +7 -7
- package/lib/components/questionnaire/SelectItem.d.ts +4 -4
- package/lib/components/questionnaire/account-success/account-success.page.d.ts +53 -53
- package/lib/components/questionnaire/common-success/common-success.page.d.ts +75 -75
- package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +46 -46
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts +82 -82
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form.component.d.ts +130 -130
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +66 -64
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -1
- package/lib/components/questionnaire/input-focus.directive.d.ts +11 -11
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +38 -38
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -1
- package/lib/components/questionnaire/question-base.d.ts +16 -16
- package/lib/components/questionnaire/question-control.service.d.ts +19 -19
- package/lib/components/questionnaire/question-control.service.d.ts.map +1 -1
- package/lib/components/questionnaire/question.service.d.ts +18 -18
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +75 -74
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -1
- package/lib/components/read-more/read-more.component.d.ts +14 -14
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +67 -67
- package/lib/components/search-employer/search-employer.component.d.ts +37 -36
- package/lib/components/search-employer/search-employer.component.d.ts.map +1 -1
- package/lib/components/select/select.component.d.ts +55 -55
- package/lib/components/ssn/ssn.component.d.ts +11 -11
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +22 -22
- package/lib/components/test/test.component.d.ts +8 -8
- package/lib/components/user-login/user-login.component.d.ts +48 -48
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +59 -59
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +45 -45
- package/lib/directives/auto-focus/auto-focus.directive.d.ts +12 -12
- package/lib/directives/caps-lock.directive.d.ts +11 -11
- package/lib/directives/required-roles/required-roles.directive.d.ts +14 -14
- package/lib/enums/EmailStatusEnum.d.ts +7 -7
- package/lib/guards/auth.guard.d.ts +28 -28
- package/lib/guards/auth.guard.d.ts.map +1 -1
- package/lib/guards/no-login/no-login.guard.d.ts +11 -11
- package/lib/guards/no-login/no-login.guard.d.ts.map +1 -1
- package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts +22 -22
- package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts +21 -21
- package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts.map +1 -1
- package/lib/models/AddressComponentModel.d.ts +12 -12
- package/lib/models/BankDetailsComponentModel.d.ts +11 -11
- package/lib/models/BankDetailsModel.d.ts +4 -4
- package/lib/models/CinRequalificationCriteriaModel.d.ts +10 -10
- package/lib/models/EmployerDetailSearchResult.d.ts +47 -47
- package/lib/models/ErrorModel.d.ts +6 -6
- package/lib/models/FileModel.d.ts +4 -4
- package/lib/models/LibConstants.d.ts +112 -112
- package/lib/models/NewsAndAnnouncementModel.d.ts +5 -5
- package/lib/models/NotificationModel.d.ts +10 -10
- package/lib/models/OtpAuthModel.d.ts +6 -6
- package/lib/models/PaymentComponentModel.d.ts +7 -7
- package/lib/models/RequalifyLiftPageModel.d.ts +11 -11
- package/lib/models/SsaVerificationModel.d.ts +8 -8
- package/lib/models/TrendModel.d.ts +13 -13
- package/lib/models/UserDetailsModel.d.ts +9 -9
- package/lib/models/UserModel.d.ts +46 -46
- package/lib/models/case/CaseAttachmentModel.d.ts +5 -5
- package/lib/models/claimant/ClaimantModel.d.ts +22 -22
- package/lib/models/claimant/JobResultsData.d.ts +7 -7
- package/lib/models/claimant/MatchingJobs.d.ts +12 -12
- package/lib/models/claimant/ResetPasswordModel.d.ts +8 -8
- package/lib/models/cmp/CaseCoreModel.d.ts +20 -20
- package/lib/models/cmp/ComplaintCategoryModel.d.ts +8 -8
- package/lib/models/cmp/ComplaintCategoryOutputModel.d.ts +5 -5
- package/lib/models/cmp/ContactUsModel.d.ts +22 -22
- package/lib/models/cmp/EmailTemplateModel.d.ts +6 -6
- package/lib/models/cmp/contactUsInqueryModel.d.ts +46 -46
- package/lib/models/cmp/messageRourceModel.d.ts +5 -5
- package/lib/models/dashboard-model.d.ts +43 -43
- package/lib/models/dependent.model.d.ts +11 -18
- package/lib/models/dependent.model.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmpRequestModel.d.ts +8 -8
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +16 -16
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +151 -151
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +16 -16
- package/lib/models/questionnaire/ComboModel.d.ts +85 -85
- package/lib/models/questionnaire/ElementsModel.d.ts +68 -68
- package/lib/models/questionnaire/EmployerDetailSearchResult.d.ts +17 -17
- package/lib/models/questionnaire/EmployerWagesModel.d.ts +4 -4
- package/lib/models/questionnaire/FBConfigModel.d.ts +11 -11
- package/lib/models/questionnaire/KeyValueModel.d.ts +10 -10
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +10 -10
- package/lib/models/questionnaire/LoaderModel.d.ts +4 -4
- package/lib/models/questionnaire/PollingStatusModel.d.ts +6 -6
- package/lib/models/questionnaire/QtrYearEmployerWageModel.d.ts +8 -8
- package/lib/models/questionnaire/QuestionnaireQueryModel.d.ts +23 -23
- package/lib/models/questionnaire/QuestionnaireReturnModel.d.ts +20 -20
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +24 -24
- package/lib/models/questionnaire/RequalifyLiftIssuesModel.d.ts +13 -13
- package/lib/models/questionnaire/ServiceActionResponseModel.d.ts +6 -6
- package/lib/models/questionnaire/StatusModel.d.ts +15 -15
- package/lib/models/questionnaire/SuccessPageElement.d.ts +8 -8
- package/lib/models/questionnaire/UI512AResponseModel.d.ts +12 -12
- package/lib/models/questionnaire/ValidationModel.d.ts +17 -17
- package/lib/ngx-reusa-app-lib.component.d.ts +8 -8
- package/lib/ngx-reusa-app-lib.module.d.ts +148 -145
- package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -1
- package/lib/ngx-reusa-app-lib.service.d.ts +6 -6
- package/lib/pages/BasePage.d.ts +26 -26
- package/lib/pages/common/accessibility-policy/accessibility-policy.page.d.ts +11 -11
- package/lib/pages/common/change-password/change-password.page.d.ts +40 -40
- package/lib/pages/common/landing/landing.component.d.ts +24 -24
- package/lib/pages/common/landing2/landing2.component.d.ts +30 -30
- package/lib/pages/common/login/login.component.d.ts +64 -64
- package/lib/pages/common/not-found/not-found.page.d.ts +8 -8
- package/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.d.ts +11 -11
- package/lib/pages/common/security-policy/security-policy.page.d.ts +11 -11
- package/lib/pages/common/unauthorized/unauthorized.page.d.ts +8 -8
- package/lib/pages/popovers/language/language.page.d.ts +16 -16
- package/lib/pages/popovers/my-notifications/my-notifications.page.d.ts +21 -21
- package/lib/pages/popovers/my-profile/my-profile.page.d.ts +20 -20
- package/lib/pages/popovers/user-search/user-search.component.d.ts +31 -31
- package/lib/pipes/filter.pipe.d.ts +7 -7
- package/lib/pipes/mask/mask.email.pipe.d.ts +10 -10
- package/lib/pipes/proper-case/proper-case.pipe.d.ts +8 -8
- package/lib/pipes/translate/dynamic-translate.pipe.d.ts +10 -10
- package/lib/pipes/trust-html/trust-html.pipe.d.ts +10 -10
- package/lib/services/base-service.d.ts +92 -92
- package/lib/services/captcha/captcha.service.d.ts +15 -15
- package/lib/services/case-service/case.service.d.ts +19 -19
- package/lib/services/chatbot/chatbot.service.d.ts +60 -60
- package/lib/services/chatbot/script.const.d.ts +15 -15
- package/lib/services/claimant/claimant.service.d.ts +17 -17
- package/lib/services/claimant-context/claimant-context.service.d.ts +18 -18
- package/lib/services/claimant-context/claimant-context.service.d.ts.map +1 -1
- package/lib/services/claimant-service/claimant.service.d.ts +19 -19
- package/lib/services/claims/claims.service.d.ts +39 -39
- package/lib/services/cmp-service/cmp.service.d.ts +33 -33
- package/lib/services/dms-service/dms.service.d.ts +23 -23
- package/lib/services/fpjs/fingerprint.service.d.ts +18 -18
- package/lib/services/google-analytics/google-analytics.service.d.ts +8 -8
- package/lib/services/help/help.service.d.ts +25 -25
- package/lib/services/help/help.service.d.ts.map +1 -1
- package/lib/services/idle/idle.service.d.ts +43 -43
- package/lib/services/logger/logger.service.d.ts +31 -31
- package/lib/services/logger/logger.service.d.ts.map +1 -1
- package/lib/services/login/login.service.d.ts +75 -75
- package/lib/services/login/login.service.d.ts.map +1 -1
- package/lib/services/maintenance/maintenance.service.d.ts +15 -15
- package/lib/services/notification/notification.service.d.ts +38 -38
- package/lib/services/questionnaire/questionnaire.service.d.ts +35 -35
- package/lib/services/questionnaire/validation.service.d.ts +81 -81
- package/lib/services/security-service/security.service.d.ts +14 -14
- package/lib/services/tour/tour.service.d.ts +24 -24
- package/lib/services/util/util.service.d.ts +190 -190
- package/lib/validations/AppRegex.d.ts +43 -43
- package/lib/validations/AppValidators.d.ts +53 -53
- package/package.json +6 -11
- package/public-api.d.ts +121 -121
- package/esm2020/lib/components/add-employer/add-employer.component.mjs +0 -3099
- package/esm2020/lib/components/add-participant/add-participant.component.mjs +0 -396
- package/esm2020/lib/components/add-payment/add-payment.component.mjs +0 -186
- package/esm2020/lib/components/address/address.component.mjs +0 -480
- package/esm2020/lib/components/bank-details/bank-details.component.mjs +0 -275
- package/esm2020/lib/components/captcha/captcha.component.mjs +0 -180
- package/esm2020/lib/components/card/card.component.mjs +0 -54
- package/esm2020/lib/components/contact-us/contact-us.component.mjs +0 -1004
- package/esm2020/lib/components/content/content.component.mjs +0 -60
- package/esm2020/lib/components/correspondence-download/correspondence-download.component.mjs +0 -82
- package/esm2020/lib/components/dashboard-card/dashboard-card.component.mjs +0 -219
- package/esm2020/lib/components/dependent-grid/dependent-grid.component.mjs +0 -297
- package/esm2020/lib/components/disclosure/disclosure.component.mjs +0 -59
- package/esm2020/lib/components/dropdown/dropdown.component.mjs +0 -1552
- package/esm2020/lib/components/email-update/email-update.component.mjs +0 -287
- package/esm2020/lib/components/employer-grid/employer-grid.component.mjs +0 -800
- package/esm2020/lib/components/error/error.component.mjs +0 -85
- package/esm2020/lib/components/fav-menu/fav-menu.component.mjs +0 -163
- package/esm2020/lib/components/file-uploader/file-uploader.component.mjs +0 -317
- package/esm2020/lib/components/footer/footer.component.mjs +0 -337
- package/esm2020/lib/components/header/header.component.mjs +0 -566
- package/esm2020/lib/components/help/help.component.mjs +0 -48
- package/esm2020/lib/components/idle-detector/idle-detector.component.mjs +0 -64
- package/esm2020/lib/components/job-search-result-page/job-search-result-page.component.mjs +0 -209
- package/esm2020/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +0 -192
- package/esm2020/lib/components/maintenance-detector/maintenance-detector.component.mjs +0 -42
- package/esm2020/lib/components/mask/mask.component.mjs +0 -48
- package/esm2020/lib/components/menu/menu.component.mjs +0 -430
- package/esm2020/lib/components/mfa/mfa.component.mjs +0 -451
- package/esm2020/lib/components/mfa-popup/mfa-popup.component.mjs +0 -49
- package/esm2020/lib/components/money-expect/money-expect.component.mjs +0 -89
- package/esm2020/lib/components/msg/msg.component.mjs +0 -48
- package/esm2020/lib/components/news/news.component.mjs +0 -89
- package/esm2020/lib/components/overlay-info/overlay-info.component.mjs +0 -235
- package/esm2020/lib/components/page/page.component.mjs +0 -138
- package/esm2020/lib/components/profile/profile.component.mjs +0 -182
- package/esm2020/lib/components/profile-redirect/profile-redirect.component.mjs +0 -62
- package/esm2020/lib/components/questionnaire/AppValidators.mjs +0 -523
- package/esm2020/lib/components/questionnaire/account-success/account-success.page.mjs +0 -259
- package/esm2020/lib/components/questionnaire/common-success/common-success.page.mjs +0 -483
- package/esm2020/lib/components/questionnaire/dynamic-form-panel.component.mjs +0 -1137
- package/esm2020/lib/components/questionnaire/dynamic-form-question.component.mjs +0 -1948
- package/esm2020/lib/components/questionnaire/dynamic-form.component.mjs +0 -1257
- package/esm2020/lib/components/questionnaire/form-builder/form-builder.page.mjs +0 -240
- package/esm2020/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +0 -259
- package/esm2020/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +0 -260
- package/esm2020/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +0 -703
- package/esm2020/lib/components/search-employer/search-employer.component.mjs +0 -142
- package/esm2020/lib/components/select/select.component.mjs +0 -153
- package/esm2020/lib/components/ssn/ssn.component.mjs +0 -43
- package/esm2020/lib/components/ssn-reverify/ssn-reverify.component.mjs +0 -150
- package/esm2020/lib/components/test/test.component.mjs +0 -18
- package/esm2020/lib/components/user-login/user-login.component.mjs +0 -401
- package/esm2020/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +0 -445
- package/esm2020/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +0 -308
- package/esm2020/lib/guards/no-login/no-login.guard.mjs +0 -21
- package/esm2020/lib/models/RequalifyLiftPageModel.mjs +0 -11
- package/esm2020/lib/models/cmp/CaseCoreModel.mjs +0 -3
- package/esm2020/lib/models/cmp/ContactUsModel.mjs +0 -3
- package/esm2020/lib/models/cmp/contactUsInqueryModel.mjs +0 -7
- package/esm2020/lib/models/dashboard-model.mjs +0 -3
- package/esm2020/lib/models/dependent.model.mjs +0 -8
- package/esm2020/lib/models/questionnaire/ComboModel.mjs +0 -337
- package/esm2020/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +0 -3
- package/esm2020/lib/models/questionnaire/StatusModel.mjs +0 -6
- package/esm2020/lib/models/questionnaire/UI512AResponseModel.mjs +0 -3
- package/esm2020/lib/ngx-reusa-app-lib.component.mjs +0 -22
- package/esm2020/lib/ngx-reusa-app-lib.module.mjs +0 -390
- package/esm2020/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +0 -80
- package/esm2020/lib/pages/common/change-password/change-password.page.mjs +0 -477
- package/esm2020/lib/pages/common/landing/landing.component.mjs +0 -207
- package/esm2020/lib/pages/common/landing2/landing2.component.mjs +0 -244
- package/esm2020/lib/pages/common/login/login.component.mjs +0 -542
- package/esm2020/lib/pages/common/not-found/not-found.page.mjs +0 -23
- package/esm2020/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +0 -305
- package/esm2020/lib/pages/common/security-policy/security-policy.page.mjs +0 -60
- package/esm2020/lib/pages/common/unauthorized/unauthorized.page.mjs +0 -23
- package/esm2020/lib/pages/popovers/language/language.page.mjs +0 -60
- package/esm2020/lib/pages/popovers/my-notifications/my-notifications.page.mjs +0 -205
- package/esm2020/lib/pages/popovers/my-profile/my-profile.page.mjs +0 -129
- package/esm2020/lib/pages/popovers/user-search/user-search.component.mjs +0 -253
- package/esm2020/lib/services/chatbot/script.const.mjs +0 -42
- package/esm2020/lib/services/claimant-context/claimant-context.service.mjs +0 -47
- package/esm2020/lib/services/login/login.service.mjs +0 -330
- package/esm2020/lib/validations/AppRegex.mjs +0 -45
- package/fesm2015/reusa-ngx-reusa-app-lib.mjs +0 -30728
- package/fesm2015/reusa-ngx-reusa-app-lib.mjs.map +0 -1
- package/fesm2020/reusa-ngx-reusa-app-lib.mjs.map +0 -1
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import { rowExpansionTrigger } from '../../annimations/app-animations';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@angular/common";
|
|
5
|
-
import * as i2 from "@angular/material/form-field";
|
|
6
|
-
import * as i3 from "@ngx-translate/core";
|
|
7
|
-
function ErrorComponent_div_0_mat_error_1_Template(rf, ctx) { if (rf & 1) {
|
|
8
|
-
i0.ɵɵelementStart(0, "mat-error");
|
|
9
|
-
i0.ɵɵtext(1);
|
|
10
|
-
i0.ɵɵpipe(2, "translate");
|
|
11
|
-
i0.ɵɵelementEnd();
|
|
12
|
-
} if (rf & 2) {
|
|
13
|
-
const msg_r2 = ctx.$implicit;
|
|
14
|
-
i0.ɵɵadvance(1);
|
|
15
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, msg_r2));
|
|
16
|
-
} }
|
|
17
|
-
function ErrorComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
18
|
-
i0.ɵɵelementStart(0, "div", 1);
|
|
19
|
-
i0.ɵɵtemplate(1, ErrorComponent_div_0_mat_error_1_Template, 3, 3, "mat-error", 2);
|
|
20
|
-
i0.ɵɵelementEnd();
|
|
21
|
-
} if (rf & 2) {
|
|
22
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
23
|
-
i0.ɵɵproperty("@rowExpansionTrigger", "active")("ngClass", ctx_r0.class);
|
|
24
|
-
i0.ɵɵadvance(1);
|
|
25
|
-
i0.ɵɵproperty("ngForOf", ctx_r0.errorMessages);
|
|
26
|
-
} }
|
|
27
|
-
export class ErrorComponent {
|
|
28
|
-
constructor() {
|
|
29
|
-
this.errorMessages = [];
|
|
30
|
-
this.errorMessage = '';
|
|
31
|
-
}
|
|
32
|
-
ngOnInit() { }
|
|
33
|
-
isError() {
|
|
34
|
-
this.buildErrors();
|
|
35
|
-
const isSubmitted = this.ngForm && this.ngForm.submitted;
|
|
36
|
-
const hasError = !!(this.formControl && this.formControl.invalid && (this.formControl.dirty || this.formControl.touched || isSubmitted));
|
|
37
|
-
if (hasError) {
|
|
38
|
-
this.formControl.markAsTouched({ onlySelf: true });
|
|
39
|
-
this.formControl.markAsDirty({ onlySelf: true });
|
|
40
|
-
}
|
|
41
|
-
return hasError;
|
|
42
|
-
}
|
|
43
|
-
buildErrors() {
|
|
44
|
-
this.errorMessages = [];
|
|
45
|
-
this.errorMessage = '';
|
|
46
|
-
if (this.errDef && (this.formControl?.errors)) {
|
|
47
|
-
Object.keys(this.errDef).some(key => {
|
|
48
|
-
if (this.formControl.errors && this.formControl.errors[key]) {
|
|
49
|
-
this.errorMessages.push(this.errDef[key]);
|
|
50
|
-
}
|
|
51
|
-
return false;
|
|
52
|
-
});
|
|
53
|
-
}
|
|
54
|
-
for (const m of this.errorMessages) {
|
|
55
|
-
if (this.errorMessage.length > 0) {
|
|
56
|
-
this.errorMessage = this.errorMessage + '. ';
|
|
57
|
-
}
|
|
58
|
-
this.errorMessage = this.errorMessage + m;
|
|
59
|
-
}
|
|
60
|
-
return this.errorMessages.length > 0 && this.formControl.dirty;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
ErrorComponent.ɵfac = function ErrorComponent_Factory(t) { return new (t || ErrorComponent)(); };
|
|
64
|
-
ErrorComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ErrorComponent, selectors: [["app-error"]], inputs: { formControl: ["field", "formControl"], ngForm: ["form", "ngForm"], errDef: "errDef", class: "class" }, decls: 1, vars: 1, consts: [[3, "ngClass", 4, "ngIf"], [3, "ngClass"], [4, "ngFor", "ngForOf"]], template: function ErrorComponent_Template(rf, ctx) { if (rf & 1) {
|
|
65
|
-
i0.ɵɵtemplate(0, ErrorComponent_div_0_Template, 2, 3, "div", 0);
|
|
66
|
-
} if (rf & 2) {
|
|
67
|
-
i0.ɵɵproperty("ngIf", ctx.isError());
|
|
68
|
-
} }, dependencies: [i1.NgClass, i1.NgForOf, i1.NgIf, i2.MatError, i3.TranslatePipe], styles: [".p-messages-error[_ngcontent-%COMP%]{margin:4px 0 0}.mat-error[_ngcontent-%COMP%]{font-size:small!important;color:var(--ion-color-danger)!important}"], data: { animation: [rowExpansionTrigger] } });
|
|
69
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ErrorComponent, [{
|
|
70
|
-
type: Component,
|
|
71
|
-
args: [{ selector: 'app-error', animations: [rowExpansionTrigger], template: "<div *ngIf=\"isError()\" [@rowExpansionTrigger]=\"'active'\" [ngClass]=\"class\">\r\n <mat-error *ngFor=\"let msg of errorMessages\">{{msg | translate}}</mat-error>\r\n</div>\r\n\r\n", styles: [".p-messages-error{margin:4px 0 0}.mat-error{font-size:small!important;color:var(--ion-color-danger)!important}\n"] }]
|
|
72
|
-
}], function () { return []; }, { formControl: [{
|
|
73
|
-
type: Input,
|
|
74
|
-
args: ["field"]
|
|
75
|
-
}], ngForm: [{
|
|
76
|
-
type: Input,
|
|
77
|
-
args: ["form"]
|
|
78
|
-
}], errDef: [{
|
|
79
|
-
type: Input,
|
|
80
|
-
args: ["errDef"]
|
|
81
|
-
}], class: [{
|
|
82
|
-
type: Input,
|
|
83
|
-
args: ["class"]
|
|
84
|
-
}] }); })();
|
|
85
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXJyb3IuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9jb21wb25lbnRzL2Vycm9yL2Vycm9yLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9lcnJvci9lcnJvci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUV6RCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQzs7Ozs7O0lDRHJFLGlDQUE2QztJQUFBLFlBQW1COztJQUFBLGlCQUFZOzs7SUFBL0IsZUFBbUI7SUFBbkIsa0RBQW1COzs7SUFEbEUsOEJBQTJFO0lBQ3pFLGlGQUE0RTtJQUM5RSxpQkFBTTs7O0lBRmlCLCtDQUFpQyx5QkFBQTtJQUMzQixlQUFnQjtJQUFoQiw4Q0FBZ0I7O0FEUzdDLE1BQU0sT0FBTyxjQUFjO0lBY3pCO1FBZ0JBLGtCQUFhLEdBQUcsRUFBRSxDQUFDO1FBQ25CLGlCQUFZLEdBQUcsRUFBRSxDQUFDO0lBakJGLENBQUM7SUFFakIsUUFBUSxLQUFJLENBQUM7SUFFYixPQUFPO1FBQ0wsSUFBSSxDQUFDLFdBQVcsRUFBRSxDQUFDO1FBQ25CLE1BQU0sV0FBVyxHQUFHLElBQUksQ0FBQyxNQUFNLElBQUksSUFBSSxDQUFDLE1BQU0sQ0FBQyxTQUFTLENBQUM7UUFDekQsTUFBTSxRQUFRLEdBQUcsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFdBQVcsSUFBSSxJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sSUFBSSxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSyxJQUFJLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxJQUFJLFdBQVcsQ0FBQyxDQUFDLENBQUM7UUFFekksSUFBRyxRQUFRLEVBQUM7WUFDVixJQUFJLENBQUMsV0FBVyxDQUFDLGFBQWEsQ0FBQyxFQUFDLFFBQVEsRUFBRSxJQUFJLEVBQUMsQ0FBQyxDQUFDO1lBQ2pELElBQUksQ0FBQyxXQUFXLENBQUMsV0FBVyxDQUFDLEVBQUMsUUFBUSxFQUFFLElBQUksRUFBQyxDQUFDLENBQUM7U0FDaEQ7UUFDRCxPQUFPLFFBQVEsQ0FBQztJQUNsQixDQUFDO0lBS0QsV0FBVztRQUNULElBQUksQ0FBQyxhQUFhLEdBQUcsRUFBRSxDQUFDO1FBQ3hCLElBQUksQ0FBQyxZQUFZLEdBQUcsRUFBRSxDQUFDO1FBQ3ZCLElBQUssSUFBSSxDQUFDLE1BQU0sSUFBSSxDQUFFLElBQUksQ0FBQyxXQUFXLEVBQUUsTUFBTSxDQUFFLEVBQUc7WUFDakQsTUFBTSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxFQUFFO2dCQUVsQyxJQUFLLElBQUksQ0FBQyxXQUFXLENBQUMsTUFBTSxJQUFJLElBQUksQ0FBQyxXQUFXLENBQUMsTUFBTSxDQUFDLEdBQUcsQ0FBQyxFQUFFO29CQUM1RCxJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUM7aUJBQzNDO2dCQUNELE9BQU8sS0FBSyxDQUFDO1lBQ2YsQ0FBQyxDQUFDLENBQUM7U0FDSjtRQUVELEtBQU0sTUFBTSxDQUFDLElBQUksSUFBSSxDQUFDLGFBQWEsRUFBRTtZQUNuQyxJQUFLLElBQUksQ0FBQyxZQUFZLENBQUMsTUFBTSxHQUFHLENBQUMsRUFBRztnQkFDbEMsSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUMsWUFBWSxHQUFHLEtBQUssQ0FBQzthQUMvQztZQUNELElBQUksQ0FBQyxZQUFZLEdBQUcsSUFBSSxDQUFDLFlBQVksR0FBRyxDQUFDLENBQUM7U0FDM0M7UUFFRCxPQUFPLElBQUksQ0FBQyxhQUFhLENBQUMsTUFBTSxHQUFHLENBQUMsSUFBSyxJQUFJLENBQUMsV0FBVyxDQUFDLEtBQUssQ0FBQztJQUVsRSxDQUFDOzs0RUF2RFUsY0FBYztpRUFBZCxjQUFjO1FDVjNCLCtEQUVNOztRQUZBLG9DQUFlOzhRRFFQLENBQUMsbUJBQW1CLENBQUM7dUZBRXRCLGNBQWM7Y0FOMUIsU0FBUzsyQkFDRSxXQUFXLGNBR1QsQ0FBQyxtQkFBbUIsQ0FBQztzQ0FLakMsV0FBVztrQkFEVixLQUFLO21CQUFDLE9BQU87WUFJZCxNQUFNO2tCQURMLEtBQUs7bUJBQUMsTUFBTTtZQUliLE1BQU07a0JBREwsS0FBSzttQkFBQyxRQUFRO1lBSWYsS0FBSztrQkFESixLQUFLO21CQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFVudHlwZWRGb3JtQ29udHJvbCwgTmdGb3JtIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgcm93RXhwYW5zaW9uVHJpZ2dlciB9IGZyb20gJy4uLy4uL2FubmltYXRpb25zL2FwcC1hbmltYXRpb25zJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLWVycm9yJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2Vycm9yLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vZXJyb3IuY29tcG9uZW50LmNzcyddLFxuICBhbmltYXRpb25zOiBbcm93RXhwYW5zaW9uVHJpZ2dlcl1cbn0pXG5leHBvcnQgY2xhc3MgRXJyb3JDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIEBJbnB1dChcImZpZWxkXCIpXG4gIGZvcm1Db250cm9sIDogVW50eXBlZEZvcm1Db250cm9sO1xuXG4gIEBJbnB1dChcImZvcm1cIilcbiAgbmdGb3JtIDogTmdGb3JtO1xuXG4gIEBJbnB1dChcImVyckRlZlwiKSBcbiAgZXJyRGVmOiBhbnk7XG5cbiAgQElucHV0KFwiY2xhc3NcIilcbiAgY2xhc3MgOiBzdHJpbmc7XG5cbiAgY29uc3RydWN0b3IoKSB7IH1cblxuICBuZ09uSW5pdCgpIHt9XG5cbiAgaXNFcnJvcigpe1xuICAgIHRoaXMuYnVpbGRFcnJvcnMoKTtcbiAgICBjb25zdCBpc1N1Ym1pdHRlZCA9IHRoaXMubmdGb3JtICYmIHRoaXMubmdGb3JtLnN1Ym1pdHRlZDtcbiAgICBjb25zdCBoYXNFcnJvciA9ICEhKHRoaXMuZm9ybUNvbnRyb2wgJiYgdGhpcy5mb3JtQ29udHJvbC5pbnZhbGlkICYmICh0aGlzLmZvcm1Db250cm9sLmRpcnR5IHx8IHRoaXMuZm9ybUNvbnRyb2wudG91Y2hlZCB8fCBpc1N1Ym1pdHRlZCkpO1xuXG4gICAgaWYoaGFzRXJyb3Ipe1xuICAgICAgdGhpcy5mb3JtQ29udHJvbC5tYXJrQXNUb3VjaGVkKHtvbmx5U2VsZjogdHJ1ZX0pO1xuICAgICAgdGhpcy5mb3JtQ29udHJvbC5tYXJrQXNEaXJ0eSh7b25seVNlbGY6IHRydWV9KTtcbiAgICB9XG4gICAgcmV0dXJuIGhhc0Vycm9yO1xuICB9XG5cbiAgZXJyb3JNZXNzYWdlcyA9IFtdO1xuICBlcnJvck1lc3NhZ2UgPSAnJztcblxuICBidWlsZEVycm9ycygpOiBib29sZWFuIHtcbiAgICB0aGlzLmVycm9yTWVzc2FnZXMgPSBbXTtcbiAgICB0aGlzLmVycm9yTWVzc2FnZSA9ICcnO1xuICAgIGlmICggdGhpcy5lcnJEZWYgJiYgKCB0aGlzLmZvcm1Db250cm9sPy5lcnJvcnMgKSApIHtcbiAgICAgIE9iamVjdC5rZXlzKHRoaXMuZXJyRGVmKS5zb21lKGtleSA9PiB7XG5cbiAgICAgICAgaWYgKCB0aGlzLmZvcm1Db250cm9sLmVycm9ycyAmJiB0aGlzLmZvcm1Db250cm9sLmVycm9yc1trZXldKSB7XG4gICAgICAgICAgdGhpcy5lcnJvck1lc3NhZ2VzLnB1c2godGhpcy5lcnJEZWZba2V5XSk7XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIGZhbHNlO1xuICAgICAgfSk7XG4gICAgfVxuXG4gICAgZm9yICggY29uc3QgbSBvZiB0aGlzLmVycm9yTWVzc2FnZXMgKXtcbiAgICAgIGlmICggdGhpcy5lcnJvck1lc3NhZ2UubGVuZ3RoID4gMCApIHtcbiAgICAgICAgdGhpcy5lcnJvck1lc3NhZ2UgPSB0aGlzLmVycm9yTWVzc2FnZSArICcuICAnO1xuICAgICAgfVxuICAgICAgdGhpcy5lcnJvck1lc3NhZ2UgPSB0aGlzLmVycm9yTWVzc2FnZSArIG07XG4gICAgfVxuXG4gICAgcmV0dXJuIHRoaXMuZXJyb3JNZXNzYWdlcy5sZW5ndGggPiAwICAmJiB0aGlzLmZvcm1Db250cm9sLmRpcnR5O1xuXG4gIH1cblxufVxuIiwiPGRpdiAqbmdJZj1cImlzRXJyb3IoKVwiIFtAcm93RXhwYW5zaW9uVHJpZ2dlcl09XCInYWN0aXZlJ1wiIFtuZ0NsYXNzXT1cImNsYXNzXCI+XHJcbiAgPG1hdC1lcnJvciAqbmdGb3I9XCJsZXQgbXNnIG9mIGVycm9yTWVzc2FnZXNcIj57e21zZyB8IHRyYW5zbGF0ZX19PC9tYXQtZXJyb3I+XHJcbjwvZGl2PlxyXG5cclxuIl19
|
|
@@ -1,163 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "../../services/login/login.service";
|
|
4
|
-
import * as i2 from "../../services/util/util.service";
|
|
5
|
-
import * as i3 from "@angular/router";
|
|
6
|
-
import * as i4 from "@ionic/angular";
|
|
7
|
-
import * as i5 from "@angular/common";
|
|
8
|
-
import * as i6 from "primeng/tooltip";
|
|
9
|
-
import * as i7 from "@angular/material/form-field";
|
|
10
|
-
import * as i8 from "primeng/tabview";
|
|
11
|
-
import * as i9 from "@ngx-translate/core";
|
|
12
|
-
function FavMenuComponent_ion_item_3_Template(rf, ctx) { if (rf & 1) {
|
|
13
|
-
const _r5 = i0.ɵɵgetCurrentView();
|
|
14
|
-
i0.ɵɵelementStart(0, "ion-item", 6);
|
|
15
|
-
i0.ɵɵlistener("click", function FavMenuComponent_ion_item_3_Template_ion_item_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r5); const item_r3 = restoredCtx.$implicit; const ctx_r4 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r4.openPage(item_r3)); });
|
|
16
|
-
i0.ɵɵelementStart(1, "ion-label", 7);
|
|
17
|
-
i0.ɵɵtext(2);
|
|
18
|
-
i0.ɵɵelementEnd();
|
|
19
|
-
i0.ɵɵelementStart(3, "ion-button", 8);
|
|
20
|
-
i0.ɵɵlistener("click", function FavMenuComponent_ion_item_3_Template_ion_button_click_3_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r5); const item_r3 = restoredCtx.$implicit; const ctx_r6 = i0.ɵɵnextContext(); ctx_r6.removeFav(item_r3); return i0.ɵɵresetView($event.stopPropagation()); });
|
|
21
|
-
i0.ɵɵelement(4, "ion-icon", 9);
|
|
22
|
-
i0.ɵɵelementEnd()();
|
|
23
|
-
} if (rf & 2) {
|
|
24
|
-
const item_r3 = ctx.$implicit;
|
|
25
|
-
i0.ɵɵadvance(2);
|
|
26
|
-
i0.ɵɵtextInterpolate(item_r3.label);
|
|
27
|
-
} }
|
|
28
|
-
function FavMenuComponent_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
29
|
-
i0.ɵɵelementStart(0, "div", 10)(1, "mat-hint")(2, "small");
|
|
30
|
-
i0.ɵɵtext(3);
|
|
31
|
-
i0.ɵɵpipe(4, "translate");
|
|
32
|
-
i0.ɵɵelementEnd()();
|
|
33
|
-
i0.ɵɵelement(5, "ion-menu-button", 11);
|
|
34
|
-
i0.ɵɵelementEnd();
|
|
35
|
-
} if (rf & 2) {
|
|
36
|
-
i0.ɵɵadvance(3);
|
|
37
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 1, "No Favourite Menu selected. Click below to select Favourite Menu."));
|
|
38
|
-
} }
|
|
39
|
-
function FavMenuComponent_p_tabPanel_5_ion_item_2_Template(rf, ctx) { if (rf & 1) {
|
|
40
|
-
const _r11 = i0.ɵɵgetCurrentView();
|
|
41
|
-
i0.ɵɵelementStart(0, "ion-item", 15);
|
|
42
|
-
i0.ɵɵlistener("click", function FavMenuComponent_p_tabPanel_5_ion_item_2_Template_ion_item_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r11); const link_r9 = restoredCtx.$implicit; const ctx_r10 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r10.openPage(link_r9)); });
|
|
43
|
-
i0.ɵɵelementStart(1, "ion-button", 16);
|
|
44
|
-
i0.ɵɵelement(2, "ion-icon", 17);
|
|
45
|
-
i0.ɵɵelementEnd();
|
|
46
|
-
i0.ɵɵelementStart(3, "ion-label", 7)(4, "b");
|
|
47
|
-
i0.ɵɵtext(5);
|
|
48
|
-
i0.ɵɵelementEnd()()();
|
|
49
|
-
} if (rf & 2) {
|
|
50
|
-
const link_r9 = ctx.$implicit;
|
|
51
|
-
i0.ɵɵstyleMapInterpolate1("--border-width: 0 0 2px 0; --border-color: ", link_r9.state.color, "; font-size: small; padding: 1px;");
|
|
52
|
-
i0.ɵɵadvance(1);
|
|
53
|
-
i0.ɵɵstyleMapInterpolate1("--background: ", link_r9.state.color, ";");
|
|
54
|
-
i0.ɵɵadvance(2);
|
|
55
|
-
i0.ɵɵstyleMapInterpolate1("--color: ", link_r9.state.color, ";");
|
|
56
|
-
i0.ɵɵadvance(2);
|
|
57
|
-
i0.ɵɵtextInterpolate(link_r9.label);
|
|
58
|
-
} }
|
|
59
|
-
function FavMenuComponent_p_tabPanel_5_div_3_Template(rf, ctx) { if (rf & 1) {
|
|
60
|
-
i0.ɵɵelementStart(0, "div", 10)(1, "mat-hint")(2, "small");
|
|
61
|
-
i0.ɵɵtext(3);
|
|
62
|
-
i0.ɵɵpipe(4, "translate");
|
|
63
|
-
i0.ɵɵelementEnd()()();
|
|
64
|
-
} if (rf & 2) {
|
|
65
|
-
i0.ɵɵadvance(3);
|
|
66
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 1, "No Trending Menu set at this time."));
|
|
67
|
-
} }
|
|
68
|
-
function FavMenuComponent_p_tabPanel_5_Template(rf, ctx) { if (rf & 1) {
|
|
69
|
-
i0.ɵɵelementStart(0, "p-tabPanel", 12)(1, "ion-list", 13);
|
|
70
|
-
i0.ɵɵtemplate(2, FavMenuComponent_p_tabPanel_5_ion_item_2_Template, 6, 10, "ion-item", 14);
|
|
71
|
-
i0.ɵɵelementEnd();
|
|
72
|
-
i0.ɵɵtemplate(3, FavMenuComponent_p_tabPanel_5_div_3_Template, 5, 3, "div", 4);
|
|
73
|
-
i0.ɵɵelementEnd();
|
|
74
|
-
} if (rf & 2) {
|
|
75
|
-
const ctx_r2 = i0.ɵɵnextContext();
|
|
76
|
-
i0.ɵɵadvance(2);
|
|
77
|
-
i0.ɵɵproperty("ngForOf", ctx_r2.trendingLinks);
|
|
78
|
-
i0.ɵɵadvance(1);
|
|
79
|
-
i0.ɵɵproperty("ngIf", !ctx_r2.trendingLinks || ctx_r2.trendingLinks.length < 1);
|
|
80
|
-
} }
|
|
81
|
-
export class FavMenuComponent {
|
|
82
|
-
constructor(ls, util, r) {
|
|
83
|
-
this.ls = ls;
|
|
84
|
-
this.util = util;
|
|
85
|
-
this.r = r;
|
|
86
|
-
this.favs = [];
|
|
87
|
-
this.trendingLinks = [];
|
|
88
|
-
this.activeIndex = 1;
|
|
89
|
-
}
|
|
90
|
-
ngOnInit() {
|
|
91
|
-
this.ls.getMenuBs().subscribe(menus => {
|
|
92
|
-
this.favs = [];
|
|
93
|
-
if (menus) {
|
|
94
|
-
menus.forEach(menu => {
|
|
95
|
-
menu.items.forEach(item => {
|
|
96
|
-
if (item.state.isFav) {
|
|
97
|
-
this.favs.push(item);
|
|
98
|
-
this.activeIndex = 0;
|
|
99
|
-
}
|
|
100
|
-
});
|
|
101
|
-
});
|
|
102
|
-
}
|
|
103
|
-
});
|
|
104
|
-
this.ls.getUserBs().subscribe(user => {
|
|
105
|
-
if (user && !user.is2FARequired) {
|
|
106
|
-
this.ls.getTrendingMenu().subscribe(res => {
|
|
107
|
-
this.trendingLinks = res;
|
|
108
|
-
}, err => {
|
|
109
|
-
this.trendingLinks = [];
|
|
110
|
-
});
|
|
111
|
-
}
|
|
112
|
-
});
|
|
113
|
-
}
|
|
114
|
-
removeFav(item) {
|
|
115
|
-
this.ls
|
|
116
|
-
.removeFav(item.state.id)
|
|
117
|
-
.subscribe(res => {
|
|
118
|
-
this.ls.getMenuBs().next(res);
|
|
119
|
-
this.util.toast("Removed Favourite.");
|
|
120
|
-
});
|
|
121
|
-
}
|
|
122
|
-
openPage(menu) {
|
|
123
|
-
if (menu == '') {
|
|
124
|
-
return;
|
|
125
|
-
}
|
|
126
|
-
let currentContextRoot = this.getContextRoot();
|
|
127
|
-
let menuContextRoot = `/${menu.state.context}`;
|
|
128
|
-
let pageToNavigate = menu.state.routerLink;
|
|
129
|
-
if (currentContextRoot == menuContextRoot) {
|
|
130
|
-
this.r.navigateByUrl(`/${pageToNavigate}`);
|
|
131
|
-
}
|
|
132
|
-
else {
|
|
133
|
-
window.open(location.origin + `${menuContextRoot}/${menu.state.routerLink}`, '_self');
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
getContextRoot() {
|
|
137
|
-
return window.location.pathname.substring(0, window.location.pathname.indexOf("/", 2));
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
FavMenuComponent.ɵfac = function FavMenuComponent_Factory(t) { return new (t || FavMenuComponent)(i0.ɵɵdirectiveInject(i1.LoginService), i0.ɵɵdirectiveInject(i2.UtilService), i0.ɵɵdirectiveInject(i3.Router)); };
|
|
141
|
-
FavMenuComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FavMenuComponent, selectors: [["app-fav-menu"]], decls: 6, vars: 4, consts: [[3, "activeIndex", "activeIndexChange"], ["header", "Fav", "leftIcon", "pi pi-star"], ["lines", "none"], ["button", "true", "style", " font-size: small; padding: 1px", 3, "click", 4, "ngFor", "ngForOf"], ["class", "ion-text-center", 4, "ngIf"], ["header", "Trending", "leftIcon", "pi pi-chart-line", 4, "ngIf"], ["button", "true", 2, "font-size", "small", "padding", "1px", 3, "click"], [1, "ion-text-wrap"], ["slot", "end", "color", "danger", 3, "click"], ["name", "remove-circle-outline"], [1, "ion-text-center"], ["autoHide", "false", "pTooltip", "Menu", "tooltipPosition", "bottom"], ["header", "Trending", "leftIcon", "pi pi-chart-line"], ["lines", "full"], ["button", "true", 3, "style", "click", 4, "ngFor", "ngForOf"], ["button", "true", 3, "click"], ["slot", "start"], ["name", "link-outline"]], template: function FavMenuComponent_Template(rf, ctx) { if (rf & 1) {
|
|
142
|
-
i0.ɵɵelementStart(0, "p-tabView", 0);
|
|
143
|
-
i0.ɵɵlistener("activeIndexChange", function FavMenuComponent_Template_p_tabView_activeIndexChange_0_listener($event) { return ctx.activeIndex = $event; });
|
|
144
|
-
i0.ɵɵelementStart(1, "p-tabPanel", 1)(2, "ion-list", 2);
|
|
145
|
-
i0.ɵɵtemplate(3, FavMenuComponent_ion_item_3_Template, 5, 1, "ion-item", 3);
|
|
146
|
-
i0.ɵɵtemplate(4, FavMenuComponent_div_4_Template, 6, 3, "div", 4);
|
|
147
|
-
i0.ɵɵelementEnd()();
|
|
148
|
-
i0.ɵɵtemplate(5, FavMenuComponent_p_tabPanel_5_Template, 4, 2, "p-tabPanel", 5);
|
|
149
|
-
i0.ɵɵelementEnd();
|
|
150
|
-
} if (rf & 2) {
|
|
151
|
-
i0.ɵɵproperty("activeIndex", ctx.activeIndex);
|
|
152
|
-
i0.ɵɵadvance(3);
|
|
153
|
-
i0.ɵɵproperty("ngForOf", ctx.favs);
|
|
154
|
-
i0.ɵɵadvance(1);
|
|
155
|
-
i0.ɵɵproperty("ngIf", ctx.favs.length < 1);
|
|
156
|
-
i0.ɵɵadvance(1);
|
|
157
|
-
i0.ɵɵproperty("ngIf", ctx.trendingLinks && ctx.trendingLinks.length > 1);
|
|
158
|
-
} }, dependencies: [i4.IonButton, i4.IonIcon, i4.IonItem, i4.IonLabel, i4.IonList, i4.IonMenuButton, i5.NgForOf, i5.NgIf, i6.Tooltip, i7.MatHint, i8.TabView, i8.TabPanel, i9.TranslatePipe] });
|
|
159
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FavMenuComponent, [{
|
|
160
|
-
type: Component,
|
|
161
|
-
args: [{ selector: 'app-fav-menu', template: "<p-tabView [(activeIndex)]=\"activeIndex\">\r\n <p-tabPanel header=\"Fav\" leftIcon=\"pi pi-star\">\r\n <ion-list lines=\"none\">\r\n <ion-item button='true' style=\" font-size: small; padding: 1px\" *ngFor=\"let item of favs\"\r\n (click)=\"openPage(item)\">\r\n <ion-label class=\"ion-text-wrap\">{{item.label}}</ion-label>\r\n <ion-button slot=\"end\" color=\"danger\" (click)=\"removeFav(item); $event.stopPropagation();\">\r\n <ion-icon name=\"remove-circle-outline\"></ion-icon>\r\n </ion-button>\r\n </ion-item>\r\n <div *ngIf=\"favs.length < 1\" class=\"ion-text-center\">\r\n <mat-hint><small>{{'No Favourite Menu selected. Click below to select Favourite Menu.' | translate}}</small></mat-hint>\r\n <ion-menu-button autoHide=\"false\" pTooltip=\"Menu\" tooltipPosition=\"bottom\"></ion-menu-button>\r\n </div>\r\n </ion-list>\r\n </p-tabPanel>\r\n <p-tabPanel header=\"Trending\" leftIcon=\"pi pi-chart-line\" *ngIf=\"trendingLinks && trendingLinks.length > 1\">\r\n <ion-list lines=\"full\">\r\n <ion-item button='true'\r\n style=\"--border-width: 0 0 2px 0; --border-color: {{link.state.color}}; font-size: small; padding: 1px;\"\r\n *ngFor=\"let link of trendingLinks\" (click)=\"openPage(link)\">\r\n <ion-button slot=\"start\" style=\"--background: {{link.state.color}};\">\r\n <ion-icon name=\"link-outline\"></ion-icon>\r\n </ion-button>\r\n <ion-label style=\"--color: {{link.state.color}};\" class=\"ion-text-wrap\"><b>{{link.label}}</b></ion-label>\r\n </ion-item>\r\n </ion-list>\r\n <div *ngIf=\"!trendingLinks || trendingLinks.length < 1\" class=\"ion-text-center\">\r\n <mat-hint><small>{{'No Trending Menu set at this time.' | translate}}</small></mat-hint>\r\n </div>\r\n </p-tabPanel>\r\n</p-tabView>" }]
|
|
162
|
-
}], function () { return [{ type: i1.LoginService }, { type: i2.UtilService }, { type: i3.Router }]; }, null); })();
|
|
163
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmF2LW1lbnUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9jb21wb25lbnRzL2Zhdi1tZW51L2Zhdi1tZW51LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9mYXYtbWVudS9mYXYtbWVudS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDOzs7Ozs7Ozs7Ozs7O0lDR3RDLG1DQUM2QjtJQUF6QiwrTkFBUyxlQUFBLHdCQUFjLENBQUEsSUFBQztJQUN4QixvQ0FBaUM7SUFBQSxZQUFjO0lBQUEsaUJBQVk7SUFDM0QscUNBQTJGO0lBQXJELGdPQUFTLHlCQUFlLFNBQUUsZUFBQSx3QkFBd0IsQ0FBQSxJQUFFO0lBQ3RGLDhCQUFrRDtJQUN0RCxpQkFBYSxFQUFBOzs7SUFIb0IsZUFBYztJQUFkLG1DQUFjOzs7SUFLbkQsK0JBQXFELGVBQUEsWUFBQTtJQUNoQyxZQUFtRjs7SUFBQSxpQkFBUSxFQUFBO0lBQzVHLHNDQUE2RjtJQUNqRyxpQkFBTTs7SUFGZSxlQUFtRjtJQUFuRiwrR0FBbUY7Ozs7SUFPeEcsb0NBRWdFO0lBQXpCLCtPQUFTLGVBQUEseUJBQWMsQ0FBQSxJQUFDO0lBQzNELHNDQUFxRTtJQUNqRSwrQkFBeUM7SUFDN0MsaUJBQWE7SUFDYixvQ0FBd0UsUUFBQTtJQUFHLFlBQWM7SUFBQSxpQkFBSSxFQUFBLEVBQUE7OztJQUw3RixrSUFBd0c7SUFFL0UsZUFBMkM7SUFBM0MscUVBQTJDO0lBR3pELGVBQXNDO0lBQXRDLGdFQUFzQztJQUEwQixlQUFjO0lBQWQsbUNBQWM7OztJQUdqRywrQkFBZ0YsZUFBQSxZQUFBO0lBQzNELFlBQW9EOztJQUFBLGlCQUFRLEVBQUEsRUFBQTs7SUFBNUQsZUFBb0Q7SUFBcEQsZ0ZBQW9EOzs7SUFaN0Usc0NBQTRHLG1CQUFBO0lBRXBHLDBGQU9XO0lBQ2YsaUJBQVc7SUFDWCw4RUFFTTtJQUNWLGlCQUFhOzs7SUFWZ0IsZUFBZ0I7SUFBaEIsOENBQWdCO0lBT25DLGVBQWdEO0lBQWhELCtFQUFnRDs7QURoQjlELE1BQU0sT0FBTyxnQkFBZ0I7SUFNM0IsWUFBbUIsRUFBZ0IsRUFBUyxJQUFpQixFQUFTLENBQVM7UUFBNUQsT0FBRSxHQUFGLEVBQUUsQ0FBYztRQUFTLFNBQUksR0FBSixJQUFJLENBQWE7UUFBUyxNQUFDLEdBQUQsQ0FBQyxDQUFRO1FBSi9FLFNBQUksR0FBZ0IsRUFBRSxDQUFDO1FBQ3ZCLGtCQUFhLEdBQWdCLEVBQUUsQ0FBQztRQUNoQyxnQkFBVyxHQUFHLENBQUMsQ0FBQztJQUVtRSxDQUFDO0lBRXBGLFFBQVE7UUFFTixJQUFJLENBQUMsRUFBRSxDQUFDLFNBQVMsRUFBRSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsRUFBRTtZQUNwQyxJQUFJLENBQUMsSUFBSSxHQUFHLEVBQUUsQ0FBQztZQUNmLElBQUcsS0FBSyxFQUFDO2dCQUNQLEtBQUssQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLEVBQUU7b0JBQ25CLElBQUksQ0FBQyxLQUFLLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxFQUFFO3dCQUN4QixJQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsS0FBSyxFQUFDOzRCQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQzs0QkFDckIsSUFBSSxDQUFDLFdBQVcsR0FBRyxDQUFDLENBQUM7eUJBQ3RCO29CQUNILENBQUMsQ0FBQyxDQUFBO2dCQUNKLENBQUMsQ0FBQyxDQUFBO2FBQ0g7UUFDSCxDQUFDLENBQUMsQ0FBQztRQUdILElBQUksQ0FBQyxFQUFFLENBQUMsU0FBUyxFQUFFLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxFQUFFO1lBQ25DLElBQUcsSUFBSSxJQUFJLENBQUMsSUFBSSxDQUFDLGFBQWEsRUFBQztnQkFDN0IsSUFBSSxDQUFDLEVBQUUsQ0FBQyxlQUFlLEVBQUUsQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLEVBQUU7b0JBQ3hDLElBQUksQ0FBQyxhQUFhLEdBQUcsR0FBRyxDQUFDO2dCQUMzQixDQUFDLEVBQUUsR0FBRyxDQUFDLEVBQUU7b0JBQ1AsSUFBSSxDQUFDLGFBQWEsR0FBRyxFQUFFLENBQUM7Z0JBQzFCLENBQUMsQ0FBQyxDQUFBO2FBQ0g7UUFDSCxDQUFDLENBQUMsQ0FBQTtJQUVKLENBQUM7SUFFRCxTQUFTLENBQUMsSUFBSTtRQUNaLElBQUksQ0FBQyxFQUFFO2FBQ0YsU0FBUyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDO2FBQ3hCLFNBQVMsQ0FBQyxHQUFHLENBQUMsRUFBRTtZQUNmLElBQUksQ0FBQyxFQUFFLENBQUMsU0FBUyxFQUFFLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO1lBQzlCLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLG9CQUFvQixDQUFDLENBQUM7UUFDeEMsQ0FBQyxDQUFDLENBQUM7SUFDVCxDQUFDO0lBRUQsUUFBUSxDQUFDLElBQWM7UUFDckIsSUFBSSxJQUFJLElBQUksRUFBRSxFQUFFO1lBQ2QsT0FBTztTQUNSO1FBRUQsSUFBSSxrQkFBa0IsR0FBRyxJQUFJLENBQUMsY0FBYyxFQUFFLENBQUM7UUFDL0MsSUFBSSxlQUFlLEdBQUcsSUFBSSxJQUFJLENBQUMsS0FBSyxDQUFDLE9BQU8sRUFBRSxDQUFDO1FBQy9DLElBQUksY0FBYyxHQUFZLElBQUksQ0FBQyxLQUFLLENBQUMsVUFBVSxDQUFDO1FBQ3BELElBQUcsa0JBQWtCLElBQUksZUFBZSxFQUFDO1lBQ3ZDLElBQUksQ0FBQyxDQUFDLENBQUMsYUFBYSxDQUFDLElBQUksY0FBYyxFQUFFLENBQUMsQ0FBQztTQUM1QzthQUFLO1lBQ0osTUFBTSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsTUFBTSxHQUFHLEdBQUcsZUFBZSxJQUFJLElBQUksQ0FBQyxLQUFLLENBQUMsVUFBVSxFQUFFLEVBQUcsT0FBTyxDQUFDLENBQUM7U0FDeEY7SUFDSCxDQUFDO0lBRUQsY0FBYztRQUNaLE9BQU8sTUFBTSxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsU0FBUyxDQUFDLENBQUMsRUFBRSxNQUFNLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxPQUFPLENBQUMsR0FBRyxFQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDeEYsQ0FBQzs7Z0ZBL0RVLGdCQUFnQjttRUFBaEIsZ0JBQWdCO1FDWDdCLG9DQUF5QztRQUE5QiwwSkFBNkI7UUFDcEMscUNBQStDLGtCQUFBO1FBRXZDLDJFQU1XO1FBQ1gsaUVBR007UUFDVixpQkFBVyxFQUFBO1FBRWYsK0VBY2E7UUFDakIsaUJBQVk7O1FBL0JELDZDQUE2QjtRQUdxRCxlQUFPO1FBQVAsa0NBQU87UUFPbEYsZUFBcUI7UUFBckIsMENBQXFCO1FBTXdCLGVBQStDO1FBQS9DLHdFQUErQzs7dUZETGpHLGdCQUFnQjtjQUw1QixTQUFTOzJCQUNFLGNBQWMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUm91dGVyIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IE1lbnVJdGVtIH0gZnJvbSAncHJpbWVuZy9hcGknO1xuaW1wb3J0IHsgTG9naW5TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvbG9naW4vbG9naW4uc2VydmljZSc7XG5pbXBvcnQgeyBVdGlsU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3V0aWwvdXRpbC5zZXJ2aWNlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLWZhdi1tZW51JyxcbiAgdGVtcGxhdGVVcmw6ICcuL2Zhdi1tZW51LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vZmF2LW1lbnUuY29tcG9uZW50LmNzcyddXG59KVxuZXhwb3J0IGNsYXNzIEZhdk1lbnVDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIGZhdnMgOiBNZW51SXRlbVtdID0gW107XG4gIHRyZW5kaW5nTGlua3MgOiBNZW51SXRlbVtdID0gW107XG4gIGFjdGl2ZUluZGV4ID0gMTtcblxuICBjb25zdHJ1Y3RvcihwdWJsaWMgbHM6IExvZ2luU2VydmljZSwgcHVibGljIHV0aWw6IFV0aWxTZXJ2aWNlLCBwdWJsaWMgcjogUm91dGVyKSB7IH1cblxuICBuZ09uSW5pdCgpOiB2b2lkIHtcblxuICAgIHRoaXMubHMuZ2V0TWVudUJzKCkuc3Vic2NyaWJlKG1lbnVzID0+IHtcbiAgICAgIHRoaXMuZmF2cyA9IFtdO1xuICAgICAgaWYobWVudXMpe1xuICAgICAgICBtZW51cy5mb3JFYWNoKG1lbnUgPT4ge1xuICAgICAgICAgIG1lbnUuaXRlbXMuZm9yRWFjaChpdGVtID0+IHtcbiAgICAgICAgICAgIGlmKGl0ZW0uc3RhdGUuaXNGYXYpe1xuICAgICAgICAgICAgICB0aGlzLmZhdnMucHVzaChpdGVtKTtcbiAgICAgICAgICAgICAgdGhpcy5hY3RpdmVJbmRleCA9IDA7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgfSlcbiAgICAgICAgfSlcbiAgICAgIH1cbiAgICB9KTtcblxuXG4gICAgdGhpcy5scy5nZXRVc2VyQnMoKS5zdWJzY3JpYmUodXNlciA9PiB7XG4gICAgICBpZih1c2VyICYmICF1c2VyLmlzMkZBUmVxdWlyZWQpe1xuICAgICAgICB0aGlzLmxzLmdldFRyZW5kaW5nTWVudSgpLnN1YnNjcmliZShyZXMgPT4ge1xuICAgICAgICAgIHRoaXMudHJlbmRpbmdMaW5rcyA9IHJlcztcbiAgICAgICAgfSwgZXJyID0+IHtcbiAgICAgICAgICB0aGlzLnRyZW5kaW5nTGlua3MgPSBbXTtcbiAgICAgICAgfSlcbiAgICAgIH1cbiAgICB9KVxuXG4gIH1cblxuICByZW1vdmVGYXYoaXRlbSl7XG4gICAgdGhpcy5sc1xuICAgICAgICAucmVtb3ZlRmF2KGl0ZW0uc3RhdGUuaWQpXG4gICAgICAgIC5zdWJzY3JpYmUocmVzID0+IHtcbiAgICAgICAgICB0aGlzLmxzLmdldE1lbnVCcygpLm5leHQocmVzKTtcbiAgICAgICAgICB0aGlzLnV0aWwudG9hc3QoXCJSZW1vdmVkIEZhdm91cml0ZS5cIik7XG4gICAgICAgIH0pO1xuICB9XG5cbiAgb3BlblBhZ2UobWVudTogTWVudUl0ZW0pIHtcbiAgICBpZiAobWVudSA9PSAnJykge1xuICAgICAgcmV0dXJuO1xuICAgIH1cblxuICAgIGxldCBjdXJyZW50Q29udGV4dFJvb3QgPSB0aGlzLmdldENvbnRleHRSb290KCk7XG4gICAgbGV0IG1lbnVDb250ZXh0Um9vdCA9IGAvJHttZW51LnN0YXRlLmNvbnRleHR9YDtcbiAgICBsZXQgcGFnZVRvTmF2aWdhdGUgOiBzdHJpbmcgPSBtZW51LnN0YXRlLnJvdXRlckxpbms7XG4gICAgaWYoY3VycmVudENvbnRleHRSb290ID09IG1lbnVDb250ZXh0Um9vdCl7XG4gICAgICB0aGlzLnIubmF2aWdhdGVCeVVybChgLyR7cGFnZVRvTmF2aWdhdGV9YCk7XG4gICAgfSBlbHNle1xuICAgICAgd2luZG93Lm9wZW4obG9jYXRpb24ub3JpZ2luICsgYCR7bWVudUNvbnRleHRSb290fS8ke21lbnUuc3RhdGUucm91dGVyTGlua31gICwgJ19zZWxmJyk7XG4gICAgfVxuICB9XG5cbiAgZ2V0Q29udGV4dFJvb3QoKXtcbiAgICByZXR1cm4gd2luZG93LmxvY2F0aW9uLnBhdGhuYW1lLnN1YnN0cmluZygwLCB3aW5kb3cubG9jYXRpb24ucGF0aG5hbWUuaW5kZXhPZihcIi9cIiwyKSk7XG4gIH1cblxufVxuIiwiPHAtdGFiVmlldyBbKGFjdGl2ZUluZGV4KV09XCJhY3RpdmVJbmRleFwiPlxyXG4gICAgPHAtdGFiUGFuZWwgaGVhZGVyPVwiRmF2XCIgbGVmdEljb249XCJwaSBwaS1zdGFyXCI+XHJcbiAgICAgICAgPGlvbi1saXN0IGxpbmVzPVwibm9uZVwiPlxyXG4gICAgICAgICAgICA8aW9uLWl0ZW0gYnV0dG9uPSd0cnVlJyBzdHlsZT1cIiBmb250LXNpemU6IHNtYWxsOyBwYWRkaW5nOiAxcHhcIiAqbmdGb3I9XCJsZXQgaXRlbSBvZiBmYXZzXCJcclxuICAgICAgICAgICAgICAgIChjbGljayk9XCJvcGVuUGFnZShpdGVtKVwiPlxyXG4gICAgICAgICAgICAgICAgPGlvbi1sYWJlbCBjbGFzcz1cImlvbi10ZXh0LXdyYXBcIj57e2l0ZW0ubGFiZWx9fTwvaW9uLWxhYmVsPlxyXG4gICAgICAgICAgICAgICAgPGlvbi1idXR0b24gc2xvdD1cImVuZFwiIGNvbG9yPVwiZGFuZ2VyXCIgKGNsaWNrKT1cInJlbW92ZUZhdihpdGVtKTsgJGV2ZW50LnN0b3BQcm9wYWdhdGlvbigpO1wiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxpb24taWNvbiBuYW1lPVwicmVtb3ZlLWNpcmNsZS1vdXRsaW5lXCI+PC9pb24taWNvbj5cclxuICAgICAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgICAgICAgPC9pb24taXRlbT5cclxuICAgICAgICAgICAgPGRpdiAqbmdJZj1cImZhdnMubGVuZ3RoIDwgMVwiIGNsYXNzPVwiaW9uLXRleHQtY2VudGVyXCI+XHJcbiAgICAgICAgICAgICAgICA8bWF0LWhpbnQ+PHNtYWxsPnt7J05vIEZhdm91cml0ZSBNZW51IHNlbGVjdGVkLiBDbGljayBiZWxvdyB0byBzZWxlY3QgRmF2b3VyaXRlIE1lbnUuJyB8IHRyYW5zbGF0ZX19PC9zbWFsbD48L21hdC1oaW50PlxyXG4gICAgICAgICAgICAgICAgPGlvbi1tZW51LWJ1dHRvbiBhdXRvSGlkZT1cImZhbHNlXCIgcFRvb2x0aXA9XCJNZW51XCIgdG9vbHRpcFBvc2l0aW9uPVwiYm90dG9tXCI+PC9pb24tbWVudS1idXR0b24+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvaW9uLWxpc3Q+XHJcbiAgICA8L3AtdGFiUGFuZWw+XHJcbiAgICA8cC10YWJQYW5lbCBoZWFkZXI9XCJUcmVuZGluZ1wiIGxlZnRJY29uPVwicGkgcGktY2hhcnQtbGluZVwiICpuZ0lmPVwidHJlbmRpbmdMaW5rcyAmJiB0cmVuZGluZ0xpbmtzLmxlbmd0aCA+IDFcIj5cclxuICAgICAgICA8aW9uLWxpc3QgbGluZXM9XCJmdWxsXCI+XHJcbiAgICAgICAgICAgIDxpb24taXRlbSBidXR0b249J3RydWUnXHJcbiAgICAgICAgICAgICAgICBzdHlsZT1cIi0tYm9yZGVyLXdpZHRoOiAwIDAgMnB4IDA7IC0tYm9yZGVyLWNvbG9yOiB7e2xpbmsuc3RhdGUuY29sb3J9fTsgZm9udC1zaXplOiBzbWFsbDsgcGFkZGluZzogMXB4O1wiXHJcbiAgICAgICAgICAgICAgICAqbmdGb3I9XCJsZXQgbGluayBvZiB0cmVuZGluZ0xpbmtzXCIgKGNsaWNrKT1cIm9wZW5QYWdlKGxpbmspXCI+XHJcbiAgICAgICAgICAgICAgICA8aW9uLWJ1dHRvbiBzbG90PVwic3RhcnRcIiBzdHlsZT1cIi0tYmFja2dyb3VuZDoge3tsaW5rLnN0YXRlLmNvbG9yfX07XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGlvbi1pY29uIG5hbWU9XCJsaW5rLW91dGxpbmVcIj48L2lvbi1pY29uPlxyXG4gICAgICAgICAgICAgICAgPC9pb24tYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgPGlvbi1sYWJlbCBzdHlsZT1cIi0tY29sb3I6IHt7bGluay5zdGF0ZS5jb2xvcn19O1wiIGNsYXNzPVwiaW9uLXRleHQtd3JhcFwiPjxiPnt7bGluay5sYWJlbH19PC9iPjwvaW9uLWxhYmVsPlxyXG4gICAgICAgICAgICA8L2lvbi1pdGVtPlxyXG4gICAgICAgIDwvaW9uLWxpc3Q+XHJcbiAgICAgICAgPGRpdiAqbmdJZj1cIiF0cmVuZGluZ0xpbmtzIHx8IHRyZW5kaW5nTGlua3MubGVuZ3RoIDwgMVwiIGNsYXNzPVwiaW9uLXRleHQtY2VudGVyXCI+XHJcbiAgICAgICAgICAgIDxtYXQtaGludD48c21hbGw+e3snTm8gVHJlbmRpbmcgTWVudSBzZXQgYXQgdGhpcyB0aW1lLicgfCB0cmFuc2xhdGV9fTwvc21hbGw+PC9tYXQtaGludD5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvcC10YWJQYW5lbD5cclxuPC9wLXRhYlZpZXc+Il19
|