@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,44 +1,44 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
|
-
import { MenuController, NavController, PopoverController } from '@ionic/angular';
|
|
4
|
-
import { MenuItem } from 'primeng/api';
|
|
5
|
-
import { UserModel } from '../../models/UserModel';
|
|
6
|
-
import { LoginService } from '../../services/login/login.service';
|
|
7
|
-
import { NotificationService } from '../../services/notification/notification.service';
|
|
8
|
-
import { UtilService } from '../../services/util/util.service';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class MenuComponent implements OnInit {
|
|
11
|
-
private nav;
|
|
12
|
-
popup: PopoverController;
|
|
13
|
-
ls: LoginService;
|
|
14
|
-
ns: NotificationService;
|
|
15
|
-
r: Router;
|
|
16
|
-
menu: MenuController;
|
|
17
|
-
util: UtilService;
|
|
18
|
-
ar: ActivatedRoute;
|
|
19
|
-
menus: MenuItem[];
|
|
20
|
-
appVersion: any;
|
|
21
|
-
showFavButton: boolean;
|
|
22
|
-
reRenderMenu: boolean;
|
|
23
|
-
legacyMenu: any;
|
|
24
|
-
showProfilePopup: boolean;
|
|
25
|
-
constructor(nav: NavController, popup: PopoverController, ls: LoginService, ns: NotificationService, r: Router, menu: MenuController, util: UtilService, ar: ActivatedRoute);
|
|
26
|
-
ngOnInit(): void;
|
|
27
|
-
setMenu(user: UserModel): void;
|
|
28
|
-
setClaimantMenu(): void;
|
|
29
|
-
loadMenu(): void;
|
|
30
|
-
fetchNotifications(): void;
|
|
31
|
-
private setupUserMenu;
|
|
32
|
-
openPage(menu: MenuItem): void;
|
|
33
|
-
markFavourite(item: any): void;
|
|
34
|
-
openHome(): void;
|
|
35
|
-
menuOpened(): void;
|
|
36
|
-
showIcon(item: any): boolean;
|
|
37
|
-
navigate(contextRoot: any, uri: any): void;
|
|
38
|
-
presentMyNotificationPopover(event: any): Promise<void>;
|
|
39
|
-
presentMyProfilePopover(event: any): Promise<void>;
|
|
40
|
-
logout(): void;
|
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MenuComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "app-menu", never, {}, {}, never, never, false>;
|
|
43
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
|
+
import { MenuController, NavController, PopoverController } from '@ionic/angular';
|
|
4
|
+
import { MenuItem } from 'primeng/api';
|
|
5
|
+
import { UserModel } from '../../models/UserModel';
|
|
6
|
+
import { LoginService } from '../../services/login/login.service';
|
|
7
|
+
import { NotificationService } from '../../services/notification/notification.service';
|
|
8
|
+
import { UtilService } from '../../services/util/util.service';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class MenuComponent implements OnInit {
|
|
11
|
+
private nav;
|
|
12
|
+
popup: PopoverController;
|
|
13
|
+
ls: LoginService;
|
|
14
|
+
ns: NotificationService;
|
|
15
|
+
r: Router;
|
|
16
|
+
menu: MenuController;
|
|
17
|
+
util: UtilService;
|
|
18
|
+
ar: ActivatedRoute;
|
|
19
|
+
menus: MenuItem[];
|
|
20
|
+
appVersion: any;
|
|
21
|
+
showFavButton: boolean;
|
|
22
|
+
reRenderMenu: boolean;
|
|
23
|
+
legacyMenu: any;
|
|
24
|
+
showProfilePopup: boolean;
|
|
25
|
+
constructor(nav: NavController, popup: PopoverController, ls: LoginService, ns: NotificationService, r: Router, menu: MenuController, util: UtilService, ar: ActivatedRoute);
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
setMenu(user: UserModel): void;
|
|
28
|
+
setClaimantMenu(): void;
|
|
29
|
+
loadMenu(): void;
|
|
30
|
+
fetchNotifications(): void;
|
|
31
|
+
private setupUserMenu;
|
|
32
|
+
openPage(menu: MenuItem): void;
|
|
33
|
+
markFavourite(item: any): void;
|
|
34
|
+
openHome(): void;
|
|
35
|
+
menuOpened(): void;
|
|
36
|
+
showIcon(item: any): boolean;
|
|
37
|
+
navigate(contextRoot: any, uri: any): void;
|
|
38
|
+
presentMyNotificationPopover(event: any): Promise<void>;
|
|
39
|
+
presentMyProfilePopover(event: any): Promise<void>;
|
|
40
|
+
logout(): void;
|
|
41
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MenuComponent, never>;
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "app-menu", never, {}, {}, never, never, false, never>;
|
|
43
|
+
}
|
|
44
44
|
//# sourceMappingURL=menu.component.d.ts.map
|
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { UntypedFormBuilder, UntypedFormGroup, NgForm } from '@angular/forms';
|
|
3
|
-
import { NavController } from '@ionic/angular';
|
|
4
|
-
import { BehaviorSubject, Subscription } from 'rxjs';
|
|
5
|
-
import { ErrorModel } from '../../models/ErrorModel';
|
|
6
|
-
import { ComboOption } from '../../models/questionnaire/ComboModel';
|
|
7
|
-
import { UserModel } from '../../models/UserModel';
|
|
8
|
-
import { CaptchaService } from '../../services/captcha/captcha.service';
|
|
9
|
-
import { LoginService } from '../../services/login/login.service';
|
|
10
|
-
import { UtilService } from '../../services/util/util.service';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
export declare class MfaComponent implements OnInit, OnDestroy, OnChanges {
|
|
13
|
-
ls: LoginService;
|
|
14
|
-
fb: UntypedFormBuilder;
|
|
15
|
-
private util;
|
|
16
|
-
nav: NavController;
|
|
17
|
-
private cs;
|
|
18
|
-
private RESEND_CODE_ACTION_NAME;
|
|
19
|
-
successDtls: any;
|
|
20
|
-
blocked: boolean;
|
|
21
|
-
isChecked: boolean;
|
|
22
|
-
showHelp: boolean;
|
|
23
|
-
user: UserModel;
|
|
24
|
-
heading: string;
|
|
25
|
-
requestCode: boolean;
|
|
26
|
-
data: any;
|
|
27
|
-
mfaError: ErrorModel;
|
|
28
|
-
hideButtons: boolean;
|
|
29
|
-
clear: EventEmitter<any>;
|
|
30
|
-
success: EventEmitter<any>;
|
|
31
|
-
error: EventEmitter<any>;
|
|
32
|
-
otpFormDirective: NgForm;
|
|
33
|
-
otpForm: UntypedFormGroup;
|
|
34
|
-
errorDtls: any;
|
|
35
|
-
time: number;
|
|
36
|
-
timerInterval: import("rxjs").Observable<number>;
|
|
37
|
-
timer: import("rxjs").Observable<0>;
|
|
38
|
-
countDown: import("rxjs").Observable<number>;
|
|
39
|
-
counter: BehaviorSubject<number>;
|
|
40
|
-
counterSubscription: Subscription;
|
|
41
|
-
options: ComboOption[];
|
|
42
|
-
constructor(ls: LoginService, fb: UntypedFormBuilder, util: UtilService, nav: NavController, cs: CaptchaService);
|
|
43
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
44
|
-
ngOnDestroy(): void;
|
|
45
|
-
ngOnInit(): void;
|
|
46
|
-
requestNewAuthCode(otpType: string): void;
|
|
47
|
-
setCountdown(): void;
|
|
48
|
-
initilizeForm(): void;
|
|
49
|
-
get otp(): import("@angular/forms").AbstractControl<any, any>;
|
|
50
|
-
get option(): import("@angular/forms").AbstractControl<any, any>;
|
|
51
|
-
get checked(): import("@angular/forms").AbstractControl<any, any>;
|
|
52
|
-
close(): void;
|
|
53
|
-
submit(): void;
|
|
54
|
-
signIn(): Promise<void>;
|
|
55
|
-
sendOtp(event: any): void;
|
|
56
|
-
resendAuthCode(otpType: string): void;
|
|
57
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MfaComponent, never>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MfaComponent, "app-mfa", never, { "user": "user"; "heading": "heading"; "requestCode": "requestCode"; "data": "data"; "mfaError": "mfaError"; "hideButtons": "hideButtons"; }, { "clear": "clear"; "success": "success"; "error": "error"; }, never, never, false>;
|
|
59
|
-
}
|
|
1
|
+
import { EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup, NgForm } from '@angular/forms';
|
|
3
|
+
import { NavController } from '@ionic/angular';
|
|
4
|
+
import { BehaviorSubject, Subscription } from 'rxjs';
|
|
5
|
+
import { ErrorModel } from '../../models/ErrorModel';
|
|
6
|
+
import { ComboOption } from '../../models/questionnaire/ComboModel';
|
|
7
|
+
import { UserModel } from '../../models/UserModel';
|
|
8
|
+
import { CaptchaService } from '../../services/captcha/captcha.service';
|
|
9
|
+
import { LoginService } from '../../services/login/login.service';
|
|
10
|
+
import { UtilService } from '../../services/util/util.service';
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
12
|
+
export declare class MfaComponent implements OnInit, OnDestroy, OnChanges {
|
|
13
|
+
ls: LoginService;
|
|
14
|
+
fb: UntypedFormBuilder;
|
|
15
|
+
private util;
|
|
16
|
+
nav: NavController;
|
|
17
|
+
private cs;
|
|
18
|
+
private RESEND_CODE_ACTION_NAME;
|
|
19
|
+
successDtls: any;
|
|
20
|
+
blocked: boolean;
|
|
21
|
+
isChecked: boolean;
|
|
22
|
+
showHelp: boolean;
|
|
23
|
+
user: UserModel;
|
|
24
|
+
heading: string;
|
|
25
|
+
requestCode: boolean;
|
|
26
|
+
data: any;
|
|
27
|
+
mfaError: ErrorModel;
|
|
28
|
+
hideButtons: boolean;
|
|
29
|
+
clear: EventEmitter<any>;
|
|
30
|
+
success: EventEmitter<any>;
|
|
31
|
+
error: EventEmitter<any>;
|
|
32
|
+
otpFormDirective: NgForm;
|
|
33
|
+
otpForm: UntypedFormGroup;
|
|
34
|
+
errorDtls: any;
|
|
35
|
+
time: number;
|
|
36
|
+
timerInterval: import("rxjs").Observable<number>;
|
|
37
|
+
timer: import("rxjs").Observable<0>;
|
|
38
|
+
countDown: import("rxjs").Observable<number>;
|
|
39
|
+
counter: BehaviorSubject<number>;
|
|
40
|
+
counterSubscription: Subscription;
|
|
41
|
+
options: ComboOption[];
|
|
42
|
+
constructor(ls: LoginService, fb: UntypedFormBuilder, util: UtilService, nav: NavController, cs: CaptchaService);
|
|
43
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
44
|
+
ngOnDestroy(): void;
|
|
45
|
+
ngOnInit(): void;
|
|
46
|
+
requestNewAuthCode(otpType: string): void;
|
|
47
|
+
setCountdown(): void;
|
|
48
|
+
initilizeForm(): void;
|
|
49
|
+
get otp(): import("@angular/forms").AbstractControl<any, any>;
|
|
50
|
+
get option(): import("@angular/forms").AbstractControl<any, any>;
|
|
51
|
+
get checked(): import("@angular/forms").AbstractControl<any, any>;
|
|
52
|
+
close(): void;
|
|
53
|
+
submit(): void;
|
|
54
|
+
signIn(): Promise<void>;
|
|
55
|
+
sendOtp(event: any): void;
|
|
56
|
+
resendAuthCode(otpType: string): void;
|
|
57
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MfaComponent, never>;
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MfaComponent, "app-mfa", never, { "user": { "alias": "user"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "requestCode": { "alias": "requestCode"; "required": false; }; "data": { "alias": "data"; "required": false; }; "mfaError": { "alias": "mfaError"; "required": false; }; "hideButtons": { "alias": "hideButtons"; "required": false; }; }, { "clear": "clear"; "success": "success"; "error": "error"; }, never, never, false, never>;
|
|
59
|
+
}
|
|
60
60
|
//# sourceMappingURL=mfa.component.d.ts.map
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { UserModel } from '../../models/UserModel';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class MfaPopupComponent implements OnInit {
|
|
5
|
-
user: UserModel;
|
|
6
|
-
clear: EventEmitter<any>;
|
|
7
|
-
success: EventEmitter<any>;
|
|
8
|
-
error: EventEmitter<any>;
|
|
9
|
-
constructor();
|
|
10
|
-
ngOnInit(): void;
|
|
11
|
-
close(event: any): void;
|
|
12
|
-
loginSuccess(event: any): void;
|
|
13
|
-
reset(event: any): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MfaPopupComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MfaPopupComponent, "app-mfa-popup", never, { "user": "user"; }, { "clear": "clear"; "success": "success"; "error": "error"; }, never, never, false>;
|
|
16
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { UserModel } from '../../models/UserModel';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class MfaPopupComponent implements OnInit {
|
|
5
|
+
user: UserModel;
|
|
6
|
+
clear: EventEmitter<any>;
|
|
7
|
+
success: EventEmitter<any>;
|
|
8
|
+
error: EventEmitter<any>;
|
|
9
|
+
constructor();
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
close(event: any): void;
|
|
12
|
+
loginSuccess(event: any): void;
|
|
13
|
+
reset(event: any): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MfaPopupComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MfaPopupComponent, "app-mfa-popup", never, { "user": { "alias": "user"; "required": false; }; }, { "clear": "clear"; "success": "success"; "error": "error"; }, never, never, false, never>;
|
|
16
|
+
}
|
|
17
17
|
//# sourceMappingURL=mfa-popup.component.d.ts.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { ActivatedRoute } from '@angular/router';
|
|
2
|
-
import { ClaimAppEmpResponseModel } from '../../models/questionnaire/ClaimAppEmpResponseModel';
|
|
3
|
-
import { LoggerService } from '../../services/logger/logger.service';
|
|
4
|
-
import { LoginService } from '../../services/login/login.service';
|
|
5
|
-
import { ValidationService } from '../../services/questionnaire/validation.service';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class MoneyExpectComponent {
|
|
8
|
-
logger: LoggerService;
|
|
9
|
-
validationService: ValidationService;
|
|
10
|
-
ls: LoginService;
|
|
11
|
-
activatedRoute: ActivatedRoute;
|
|
12
|
-
moneyResponse: ClaimAppEmpResponseModel;
|
|
13
|
-
ssnForCSR: string;
|
|
14
|
-
constructor(logger: LoggerService, validationService: ValidationService, ls: LoginService, activatedRoute: ActivatedRoute);
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MoneyExpectComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MoneyExpectComponent, "money-expect", never, {}, {}, never, never, false>;
|
|
18
|
-
}
|
|
1
|
+
import { ActivatedRoute } from '@angular/router';
|
|
2
|
+
import { ClaimAppEmpResponseModel } from '../../models/questionnaire/ClaimAppEmpResponseModel';
|
|
3
|
+
import { LoggerService } from '../../services/logger/logger.service';
|
|
4
|
+
import { LoginService } from '../../services/login/login.service';
|
|
5
|
+
import { ValidationService } from '../../services/questionnaire/validation.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class MoneyExpectComponent {
|
|
8
|
+
logger: LoggerService;
|
|
9
|
+
validationService: ValidationService;
|
|
10
|
+
ls: LoginService;
|
|
11
|
+
activatedRoute: ActivatedRoute;
|
|
12
|
+
moneyResponse: ClaimAppEmpResponseModel;
|
|
13
|
+
ssnForCSR: string;
|
|
14
|
+
constructor(logger: LoggerService, validationService: ValidationService, ls: LoginService, activatedRoute: ActivatedRoute);
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MoneyExpectComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MoneyExpectComponent, "money-expect", never, {}, {}, never, never, false, never>;
|
|
18
|
+
}
|
|
19
19
|
//# sourceMappingURL=money-expect.component.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MsgComponent implements OnInit {
|
|
4
|
-
key: string;
|
|
5
|
-
value: string;
|
|
6
|
-
constructor();
|
|
7
|
-
ngOnInit(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MsgComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MsgComponent, "app-msg", never, { "key": "key"; "value": "value"; }, {}, never, never, false>;
|
|
10
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MsgComponent implements OnInit {
|
|
4
|
+
key: string;
|
|
5
|
+
value: string;
|
|
6
|
+
constructor();
|
|
7
|
+
ngOnInit(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MsgComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MsgComponent, "app-msg", never, { "key": { "alias": "key"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never>;
|
|
10
|
+
}
|
|
11
11
|
//# sourceMappingURL=msg.component.d.ts.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { NewsAndAnnouncementModel } from '../../models/NewsAndAnnouncementModel';
|
|
3
|
-
import { BasePage } from '../../pages/BasePage';
|
|
4
|
-
import { NotificationService } from '../../services/notification/notification.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class NewsComponent extends BasePage implements OnInit {
|
|
7
|
-
ns: NotificationService;
|
|
8
|
-
news: NewsAndAnnouncementModel[];
|
|
9
|
-
constructor(ns: NotificationService);
|
|
10
|
-
ngOnInit(): void;
|
|
11
|
-
fetchNewsAndAnnouncementInfo(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NewsComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NewsComponent, "app-news", never, {}, {}, never, never, false>;
|
|
14
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { NewsAndAnnouncementModel } from '../../models/NewsAndAnnouncementModel';
|
|
3
|
+
import { BasePage } from '../../pages/BasePage';
|
|
4
|
+
import { NotificationService } from '../../services/notification/notification.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class NewsComponent extends BasePage implements OnInit {
|
|
7
|
+
ns: NotificationService;
|
|
8
|
+
news: NewsAndAnnouncementModel[];
|
|
9
|
+
constructor(ns: NotificationService);
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
fetchNewsAndAnnouncementInfo(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NewsComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NewsComponent, "app-news", never, {}, {}, never, never, false, never>;
|
|
14
|
+
}
|
|
15
15
|
//# sourceMappingURL=news.component.d.ts.map
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { ElementRef, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
-
import { Dialog } from 'primeng/dialog';
|
|
4
|
-
import { OverlayPanel } from 'primeng/overlaypanel';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class OverlayInfoComponent implements OnInit, ControlValueAccessor, OnChanges {
|
|
7
|
-
private elementRef;
|
|
8
|
-
formBuilder: UntypedFormBuilder;
|
|
9
|
-
concentForm: UntypedFormGroup;
|
|
10
|
-
op1: OverlayPanel;
|
|
11
|
-
popup: Dialog;
|
|
12
|
-
displayText: string;
|
|
13
|
-
overlayText: string;
|
|
14
|
-
param: any;
|
|
15
|
-
displayAsLabel: boolean;
|
|
16
|
-
labelWithLink: boolean;
|
|
17
|
-
labelWithPopup: boolean;
|
|
18
|
-
showPopup: boolean;
|
|
19
|
-
private onChange;
|
|
20
|
-
private onTouch;
|
|
21
|
-
constructor(elementRef: ElementRef, formBuilder: UntypedFormBuilder);
|
|
22
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
23
|
-
writeValue(obj: any): void;
|
|
24
|
-
registerOnChange(fn: any): void;
|
|
25
|
-
registerOnTouched(fn: any): void;
|
|
26
|
-
setDisabledState?(isDisabled: boolean): void;
|
|
27
|
-
ngOnInit(): void;
|
|
28
|
-
get concent(): import("@angular/forms").AbstractControl<any, any>;
|
|
29
|
-
ngAfterViewInit(): void;
|
|
30
|
-
openOverlay(event: any): void;
|
|
31
|
-
openPopup(event: any): void;
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayInfoComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OverlayInfoComponent, "app-overlay-info", never, { "displayText": "displayText"; "overlayText": "overlayText"; "param": "param"; "displayAsLabel": "displayAsLabel"; "labelWithLink": "labelWithLink"; "labelWithPopup": "labelWithPopup"; }, {}, never, ["*", "*",
|
|
34
|
-
}
|
|
1
|
+
import { ElementRef, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { Dialog } from 'primeng/dialog';
|
|
4
|
+
import { OverlayPanel } from 'primeng/overlaypanel';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class OverlayInfoComponent implements OnInit, ControlValueAccessor, OnChanges {
|
|
7
|
+
private elementRef;
|
|
8
|
+
formBuilder: UntypedFormBuilder;
|
|
9
|
+
concentForm: UntypedFormGroup;
|
|
10
|
+
op1: OverlayPanel;
|
|
11
|
+
popup: Dialog;
|
|
12
|
+
displayText: string;
|
|
13
|
+
overlayText: string;
|
|
14
|
+
param: any;
|
|
15
|
+
displayAsLabel: boolean;
|
|
16
|
+
labelWithLink: boolean;
|
|
17
|
+
labelWithPopup: boolean;
|
|
18
|
+
showPopup: boolean;
|
|
19
|
+
private onChange;
|
|
20
|
+
private onTouch;
|
|
21
|
+
constructor(elementRef: ElementRef, formBuilder: UntypedFormBuilder);
|
|
22
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
23
|
+
writeValue(obj: any): void;
|
|
24
|
+
registerOnChange(fn: any): void;
|
|
25
|
+
registerOnTouched(fn: any): void;
|
|
26
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
27
|
+
ngOnInit(): void;
|
|
28
|
+
get concent(): import("@angular/forms").AbstractControl<any, any>;
|
|
29
|
+
ngAfterViewInit(): void;
|
|
30
|
+
openOverlay(event: any): void;
|
|
31
|
+
openPopup(event: any): void;
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayInfoComponent, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OverlayInfoComponent, "app-overlay-info", never, { "displayText": { "alias": "displayText"; "required": false; }; "overlayText": { "alias": "overlayText"; "required": false; }; "param": { "alias": "param"; "required": false; }; "displayAsLabel": { "alias": "displayAsLabel"; "required": false; }; "labelWithLink": { "alias": "labelWithLink"; "required": false; }; "labelWithPopup": { "alias": "labelWithPopup"; "required": false; }; }, {}, never, ["*", "*"], false, never>;
|
|
34
|
+
}
|
|
35
35
|
//# sourceMappingURL=overlay-info.component.d.ts.map
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { NavController } from '@ionic/angular';
|
|
3
|
-
import { LoginService } from '../../services/login/login.service';
|
|
4
|
-
import { UtilService } from '../../services/util/util.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class PageComponent implements OnInit {
|
|
7
|
-
private nav;
|
|
8
|
-
private ls;
|
|
9
|
-
util: UtilService;
|
|
10
|
-
src: string;
|
|
11
|
-
style: string;
|
|
12
|
-
alt: string;
|
|
13
|
-
icon: string;
|
|
14
|
-
headingText: string;
|
|
15
|
-
detailText: string;
|
|
16
|
-
homeButton: boolean;
|
|
17
|
-
hideCard: boolean;
|
|
18
|
-
constructor(nav: NavController, ls: LoginService, util: UtilService);
|
|
19
|
-
ngOnInit(): void;
|
|
20
|
-
openHome(): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PageComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PageComponent, "app-page", never, { "src": "src"; "style": "style"; "alt": "alt"; "icon": "icon"; "headingText": "headingText"; "detailText": "detailText"; "homeButton": "homeButton"; "hideCard": "hideCard"; }, {}, never, ["*"], false>;
|
|
23
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { NavController } from '@ionic/angular';
|
|
3
|
+
import { LoginService } from '../../services/login/login.service';
|
|
4
|
+
import { UtilService } from '../../services/util/util.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class PageComponent implements OnInit {
|
|
7
|
+
private nav;
|
|
8
|
+
private ls;
|
|
9
|
+
util: UtilService;
|
|
10
|
+
src: string;
|
|
11
|
+
style: string;
|
|
12
|
+
alt: string;
|
|
13
|
+
icon: string;
|
|
14
|
+
headingText: string;
|
|
15
|
+
detailText: string;
|
|
16
|
+
homeButton: boolean;
|
|
17
|
+
hideCard: boolean;
|
|
18
|
+
constructor(nav: NavController, ls: LoginService, util: UtilService);
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
openHome(): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PageComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PageComponent, "app-page", never, { "src": { "alias": "src"; "required": false; }; "style": { "alias": "style"; "required": false; }; "alt": { "alias": "alt"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "headingText": { "alias": "headingText"; "required": false; }; "detailText": { "alias": "detailText"; "required": false; }; "homeButton": { "alias": "homeButton"; "required": false; }; "hideCard": { "alias": "hideCard"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
23
|
+
}
|
|
24
24
|
//# sourceMappingURL=page.component.d.ts.map
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { LoginService } from '../../services/login/login.service';
|
|
3
|
-
import { FormBuilderPage } from '../questionnaire/form-builder/form-builder.page';
|
|
4
|
-
import { NavController } from '@ionic/angular';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ProfileComponent implements OnInit {
|
|
7
|
-
ls: LoginService;
|
|
8
|
-
nav: NavController;
|
|
9
|
-
showSuccess: boolean;
|
|
10
|
-
showError: boolean;
|
|
11
|
-
fb: FormBuilderPage;
|
|
12
|
-
onCancel: EventEmitter<any>;
|
|
13
|
-
profileOpts: {
|
|
14
|
-
value: string;
|
|
15
|
-
text: string;
|
|
16
|
-
}[];
|
|
17
|
-
selected: string;
|
|
18
|
-
constructor(ls: LoginService, nav: NavController);
|
|
19
|
-
ngOnInit(): void;
|
|
20
|
-
onValueChange(event: any): void;
|
|
21
|
-
cancel(): void;
|
|
22
|
-
save(): void;
|
|
23
|
-
handleError(error: any): void;
|
|
24
|
-
success(msg: any): void;
|
|
25
|
-
logout(): void;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProfileComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileComponent, "app-profile", never, {}, { "onCancel": "onCancel"; }, never, never, false>;
|
|
28
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { LoginService } from '../../services/login/login.service';
|
|
3
|
+
import { FormBuilderPage } from '../questionnaire/form-builder/form-builder.page';
|
|
4
|
+
import { NavController } from '@ionic/angular';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ProfileComponent implements OnInit {
|
|
7
|
+
ls: LoginService;
|
|
8
|
+
nav: NavController;
|
|
9
|
+
showSuccess: boolean;
|
|
10
|
+
showError: boolean;
|
|
11
|
+
fb: FormBuilderPage;
|
|
12
|
+
onCancel: EventEmitter<any>;
|
|
13
|
+
profileOpts: {
|
|
14
|
+
value: string;
|
|
15
|
+
text: string;
|
|
16
|
+
}[];
|
|
17
|
+
selected: string;
|
|
18
|
+
constructor(ls: LoginService, nav: NavController);
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
onValueChange(event: any): void;
|
|
21
|
+
cancel(): void;
|
|
22
|
+
save(): void;
|
|
23
|
+
handleError(error: any): void;
|
|
24
|
+
success(msg: any): void;
|
|
25
|
+
logout(): void;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProfileComponent, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileComponent, "app-profile", never, {}, { "onCancel": "onCancel"; }, never, never, false, never>;
|
|
28
|
+
}
|
|
29
29
|
//# sourceMappingURL=profile.component.d.ts.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ProfileRedirectComponent implements OnInit {
|
|
4
|
-
onSuccess: EventEmitter<any>;
|
|
5
|
-
onClose: EventEmitter<any>;
|
|
6
|
-
email: string;
|
|
7
|
-
constructor();
|
|
8
|
-
ngOnInit(): void;
|
|
9
|
-
redirectToLink(): void;
|
|
10
|
-
close(): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProfileRedirectComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileRedirectComponent, "app-profile-redirect", never, { "email": "email"; }, { "onSuccess": "onSuccess"; "onClose": "onClose"; }, never, never, false>;
|
|
13
|
-
}
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ProfileRedirectComponent implements OnInit {
|
|
4
|
+
onSuccess: EventEmitter<any>;
|
|
5
|
+
onClose: EventEmitter<any>;
|
|
6
|
+
email: string;
|
|
7
|
+
constructor();
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
redirectToLink(): void;
|
|
10
|
+
close(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProfileRedirectComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileRedirectComponent, "app-profile-redirect", never, { "email": { "alias": "email"; "required": false; }; }, { "onSuccess": "onSuccess"; "onClose": "onClose"; }, never, never, false, never>;
|
|
13
|
+
}
|
|
14
14
|
//# sourceMappingURL=profile-redirect.component.d.ts.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { AsyncValidatorFn, UntypedFormGroup, ValidatorFn } from '@angular/forms';
|
|
2
|
-
import { ElementsModel, ValidationModel } from '../../models/questionnaire/ElementsModel';
|
|
3
|
-
import { ValidationService } from '../../services/questionnaire/validation.service';
|
|
4
|
-
export declare class AppValidators {
|
|
5
|
-
static customValidation(element: any, validation: ValidationModel, stateName: string): ValidatorFn;
|
|
6
|
-
static createValidator(validationService: ValidationService, element: any): AsyncValidatorFn;
|
|
7
|
-
static setRequiredIfValidation(element: ElementsModel, sharedData: any): ValidatorFn;
|
|
8
|
-
static calculateOperandValueForRequiredIf(expression: string, formGroup: UntypedFormGroup, element: ElementsModel, sharedData: any): boolean;
|
|
9
|
-
static setEqualsValidation(element: any, sharedData: any): ValidatorFn;
|
|
10
|
-
static setPasswordValidation(element: any, sharedData: any): ValidatorFn;
|
|
11
|
-
static setDateValidation(element: any, sharedData: any): ValidatorFn;
|
|
12
|
-
static isEqual(value: any): ValidatorFn;
|
|
13
|
-
static calculateOperandValue(strExp: string, formGroup: UntypedFormGroup): boolean;
|
|
14
|
-
}
|
|
1
|
+
import { AsyncValidatorFn, UntypedFormGroup, ValidatorFn } from '@angular/forms';
|
|
2
|
+
import { ElementsModel, ValidationModel } from '../../models/questionnaire/ElementsModel';
|
|
3
|
+
import { ValidationService } from '../../services/questionnaire/validation.service';
|
|
4
|
+
export declare class AppValidators {
|
|
5
|
+
static customValidation(element: any, validation: ValidationModel, stateName: string): ValidatorFn;
|
|
6
|
+
static createValidator(validationService: ValidationService, element: any): AsyncValidatorFn;
|
|
7
|
+
static setRequiredIfValidation(element: ElementsModel, sharedData: any): ValidatorFn;
|
|
8
|
+
static calculateOperandValueForRequiredIf(expression: string, formGroup: UntypedFormGroup, element: ElementsModel, sharedData: any): boolean;
|
|
9
|
+
static setEqualsValidation(element: any, sharedData: any): ValidatorFn;
|
|
10
|
+
static setPasswordValidation(element: any, sharedData: any): ValidatorFn;
|
|
11
|
+
static setDateValidation(element: any, sharedData: any): ValidatorFn;
|
|
12
|
+
static isEqual(value: any): ValidatorFn;
|
|
13
|
+
static calculateOperandValue(strExp: string, formGroup: UntypedFormGroup): boolean;
|
|
14
|
+
}
|
|
15
15
|
//# sourceMappingURL=AppValidators.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppValidators.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/questionnaire/AppValidators.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,gBAAgB,EAAe,gBAAgB,EAAoB,WAAW,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"AppValidators.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/questionnaire/AppValidators.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,gBAAgB,EAAe,gBAAgB,EAAoB,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAMjI,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,0CAA0C,CAAC;AAC1F,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;AACpF,qBAAa,aAAa;IAKtB,MAAM,CAAC,gBAAgB,CAAC,OAAO,EAAE,GAAG,EAAE,UAAU,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,GAAI,WAAW;IA6JnG,MAAM,CAAC,eAAe,CAAC,iBAAiB,EAAE,iBAAiB,EAAE,OAAO,EAAE,GAAG,GAAG,gBAAgB;IA0C5F,MAAM,CAAC,uBAAuB,CAAC,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,GAAG,GAAG,WAAW;IAqCpF,MAAM,CAAC,kCAAkC,CAAC,UAAU,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,GAAG,GAAI,OAAO;IAqF7I,MAAM,CAAC,mBAAmB,CAAC,OAAO,EAAE,GAAG,EAAE,UAAU,EAAE,GAAG,GAAG,WAAW;IAWtE,MAAM,CAAC,qBAAqB,CAAC,OAAO,EAAE,GAAG,EAAE,UAAU,EAAE,GAAG,GAAG,WAAW;IAgDxE,MAAM,CAAC,iBAAiB,CAAC,OAAO,EAAE,GAAG,EAAE,UAAU,EAAE,GAAG,GAAG,WAAW;IA0FpE,MAAM,CAAC,OAAO,CAAC,KAAK,KAAA,GAAG,WAAW;IAUlC,MAAM,CAAC,qBAAqB,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB;CA8D3E"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export declare const FbConstants: {
|
|
2
|
-
successPageElement: string;
|
|
3
|
-
waitForProcessing: string;
|
|
4
|
-
waitCheckServiceUri: string;
|
|
5
|
-
pageToOpen: string;
|
|
6
|
-
uuid: string;
|
|
7
|
-
};
|
|
1
|
+
export declare const FbConstants: {
|
|
2
|
+
successPageElement: string;
|
|
3
|
+
waitForProcessing: string;
|
|
4
|
+
waitCheckServiceUri: string;
|
|
5
|
+
pageToOpen: string;
|
|
6
|
+
uuid: string;
|
|
7
|
+
};
|
|
8
8
|
//# sourceMappingURL=FbConstants.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export interface SelectItem {
|
|
2
|
-
text: string;
|
|
3
|
-
value: string;
|
|
4
|
-
}
|
|
1
|
+
export interface SelectItem {
|
|
2
|
+
text: string;
|
|
3
|
+
value: string;
|
|
4
|
+
}
|
|
5
5
|
//# sourceMappingURL=SelectItem.d.ts.map
|