@sunbird-cb/toc 0.0.1-mauritius
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/esm2022/lib/_collection/_common/ai-tutor/ai-tutor.component.mjs +1169 -0
- package/esm2022/lib/_collection/_common/ai-tutor/socket.service.mjs +121 -0
- package/esm2022/lib/_collection/_common/attendance-card/attendance-card.component.mjs +55 -0
- package/esm2022/lib/_collection/_common/attendance-card/attendance-card.module.mjs +126 -0
- package/esm2022/lib/_collection/_common/attendance-helper/attendance-helper.component.mjs +32 -0
- package/esm2022/lib/_collection/_common/attendance-helper/attendance-helper.module.mjs +85 -0
- package/esm2022/lib/_collection/_common/avatar-photo/avatar-photo.component.mjs +100 -0
- package/esm2022/lib/_collection/_common/avatar-photo/avatar-photo.module.mjs +48 -0
- package/esm2022/lib/_collection/_common/card-competency/card-competency.component.mjs +58 -0
- package/esm2022/lib/_collection/_common/card-competency/card-competency.module.mjs +22 -0
- package/esm2022/lib/_collection/_common/card-content-v2/card-content-v2.model.mjs +23 -0
- package/esm2022/lib/_collection/_common/certificate-dialog/certificate-dialog.component.mjs +221 -0
- package/esm2022/lib/_collection/_common/certificate-dialog/certificate-dialog.module.mjs +96 -0
- package/esm2022/lib/_collection/_common/certificate-dialog/svg-to-pdf.component.mjs +48 -0
- package/esm2022/lib/_collection/_common/confirm-dialog/confirm-dialog.component.mjs +25 -0
- package/esm2022/lib/_collection/_common/confirm-dialog/confirm-dialog.module.mjs +41 -0
- package/esm2022/lib/_collection/_common/connection-hover-card/connection-hover-card.component.mjs +89 -0
- package/esm2022/lib/_collection/_common/connection-hover-card/connection-hover.module.mjs +42 -0
- package/esm2022/lib/_collection/_common/connection-hover-card/connection-hover.servive.mjs +41 -0
- package/esm2022/lib/_collection/_common/connection-name/connection-name.component.mjs +78 -0
- package/esm2022/lib/_collection/_common/connection-name/connection-name.module.mjs +45 -0
- package/esm2022/lib/_collection/_common/connection-name/profile-v2.model.mjs +2 -0
- package/esm2022/lib/_collection/_common/content-progress/content-progress.component.mjs +70 -0
- package/esm2022/lib/_collection/_common/content-progress/content-progress.module.mjs +28 -0
- package/esm2022/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.component.mjs +187 -0
- package/esm2022/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.module.mjs +86 -0
- package/esm2022/lib/_collection/_common/content-toc/ai-tutor-confirm-popup/ai-tutor-confirm-popup.component.mjs +31 -0
- package/esm2022/lib/_collection/_common/content-toc/app-toc-about/app-toc-about.component.mjs +961 -0
- package/esm2022/lib/_collection/_common/content-toc/app-toc-assignment-viewer/app-toc-assignment-viewer.component.mjs +183 -0
- package/esm2022/lib/_collection/_common/content-toc/app-toc-assignment-viewerV2/app-toc-assignment-viewerV2.component.mjs +327 -0
- package/esm2022/lib/_collection/_common/content-toc/app-toc-batch-assignments/app-toc-batch-assignments.component.mjs +297 -0
- package/esm2022/lib/_collection/_common/content-toc/app-toc-content/app-toc-content.component.mjs +304 -0
- package/esm2022/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.mjs +1229 -0
- package/esm2022/lib/_collection/_common/content-toc/app-toc-content-card-v2-skeleton/app-toc-content-card-v2-skeleton.component.mjs +16 -0
- package/esm2022/lib/_collection/_common/content-toc/app-toc-reference-notes/app-toc-reference-notes.component.mjs +43 -0
- package/esm2022/lib/_collection/_common/content-toc/app-toc-session-card-new/app-toc-session-card-new.component.mjs +133 -0
- package/esm2022/lib/_collection/_common/content-toc/app-toc-sessions-new/app-toc-sessions-new.component.mjs +66 -0
- package/esm2022/lib/_collection/_common/content-toc/app-toc-teachers-notes/app-toc-teachers-notes.component.mjs +278 -0
- package/esm2022/lib/_collection/_common/content-toc/content-services/handle-claim.service.mjs +21 -0
- package/esm2022/lib/_collection/_common/content-toc/content-services/review-component-data.service.mjs +21 -0
- package/esm2022/lib/_collection/_common/content-toc/content-toc.component.mjs +833 -0
- package/esm2022/lib/_collection/_common/content-toc/content-toc.module.mjs +224 -0
- package/esm2022/lib/_collection/_common/content-toc/karma-points/karma-points.component.mjs +212 -0
- package/esm2022/lib/_collection/_common/content-toc/karma-points/karma-points.module.mjs +26 -0
- package/esm2022/lib/_collection/_common/content-toc/pipes/replace-nbsp.pipe.mjs +19 -0
- package/esm2022/lib/_collection/_common/content-toc/pipes/truncate.pipe.mjs +23 -0
- package/esm2022/lib/_collection/_common/content-toc/reviews-content/reviews-content.component.mjs +113 -0
- package/esm2022/lib/_collection/_common/content-toc/samuhik-charcha-content/samuhik-charcha-content/samuhik-charcha-content.component.mjs +110 -0
- package/esm2022/lib/_collection/_common/display-content-type/display-content-type.component.mjs +26 -0
- package/esm2022/lib/_collection/_common/display-content-type/display-content-type.module.mjs +19 -0
- package/esm2022/lib/_collection/_common/display-content-type-icon/display-content-type-icon.component.mjs +67 -0
- package/esm2022/lib/_collection/_common/display-content-type-icon/display-content-type-icon.module.mjs +28 -0
- package/esm2022/lib/_collection/_common/mark-as-complete/mark-as-complete.component.mjs +77 -0
- package/esm2022/lib/_collection/_common/mark-as-complete/mark-as-complete.model.mjs +2 -0
- package/esm2022/lib/_collection/_common/mark-as-complete/mark-as-complete.module.mjs +61 -0
- package/esm2022/lib/_collection/_common/pipe-content-route/pipe-content-route.module.mjs +20 -0
- package/esm2022/lib/_collection/_common/pipe-content-route/pipe-content-route.pipe.mjs +67 -0
- package/esm2022/lib/_collection/_common/player-brief/player-brief.component.mjs +139 -0
- package/esm2022/lib/_collection/_common/player-brief/player-brief.module.mjs +71 -0
- package/esm2022/lib/_collection/_common/rating-summary/rating-summary.component.mjs +34 -0
- package/esm2022/lib/_collection/_common/rating-summary/rating-summary.module.mjs +56 -0
- package/esm2022/lib/_collection/_common/skeleton-loader/skeleton-loader.component.mjs +25 -0
- package/esm2022/lib/_collection/_common/skeleton-loader/skeleton-loader.module.mjs +37 -0
- package/esm2022/lib/_collection/_common/tips-for-learner/tips-for-learner-card/tips-for-learner-card.component.mjs +32 -0
- package/esm2022/lib/_collection/_common/tips-for-learner/tips-for-learner.module.mjs +30 -0
- package/esm2022/lib/_collection/_common/toc-kpi-values/toc-kpi-values.component.mjs +38 -0
- package/esm2022/lib/_collection/_common/toc-kpi-values/toc-kpi-values.module.mjs +51 -0
- package/esm2022/lib/_collection/_common/user-autocomplete/user-autocomplete.component.mjs +115 -0
- package/esm2022/lib/_collection/_common/user-autocomplete/user-autocomplete.model.mjs +12 -0
- package/esm2022/lib/_collection/_common/user-autocomplete/user-autocomplete.module.mjs +51 -0
- package/esm2022/lib/_collection/_common/user-autocomplete/user-autocomplete.service.mjs +61 -0
- package/esm2022/lib/_collection/_common/user-content-rating/user-content-rating.component.mjs +87 -0
- package/esm2022/lib/_collection/_common/user-content-rating/user-content-rating.module.mjs +36 -0
- package/esm2022/lib/_collection/_common/user-image/user-image.component.mjs +62 -0
- package/esm2022/lib/_collection/_common/user-image/user-image.module.mjs +24 -0
- package/esm2022/lib/_collection/btn-page-back/btn-page-back.component.mjs +192 -0
- package/esm2022/lib/_collection/btn-page-back/btn-page-back.module.mjs +44 -0
- package/esm2022/lib/_collection/btn-page-back/btn-page-back.service.mjs +99 -0
- package/esm2022/lib/_collection/card-rating-comment/card-rating-comment.component.mjs +58 -0
- package/esm2022/lib/_collection/card-rating-comment/card-rating-comment.module.mjs +67 -0
- package/esm2022/lib/_collection/sliders-dynamic/sliders-dynamic.component.mjs +112 -0
- package/esm2022/lib/_collection/sliders-dynamic/sliders-dynamic.model.mjs +2 -0
- package/esm2022/lib/_collection/sliders-dynamic/sliders-dynamic.module.mjs +69 -0
- package/esm2022/lib/_collection-api.mjs +57 -0
- package/esm2022/lib/_constants/widget-content.constants.mjs +19 -0
- package/esm2022/lib/_directives/tooltip.directive.mjs +68 -0
- package/esm2022/lib/_models/common.model.mjs +2 -0
- package/esm2022/lib/_models/error.model.mjs +2 -0
- package/esm2022/lib/_pipes/highlight.pipe.mjs +24 -0
- package/esm2022/lib/_services/rating.service.mjs +89 -0
- package/esm2022/lib/_services/samuhik-charcha.service.mjs +29 -0
- package/esm2022/lib/_services/viewer-route-util.mjs +103 -0
- package/esm2022/lib/_services/widget-content.model.mjs +254 -0
- package/esm2022/lib/_services/widget-content.service.mjs +594 -0
- package/esm2022/lib/_shared/translate-loader.factory.mjs +9 -0
- package/esm2022/lib/app-toc-lib.module.mjs +503 -0
- package/esm2022/lib/collection.config.mjs +161 -0
- package/esm2022/lib/components/app-toc-analytics-tiles/app-toc-analytics-tiles.component.mjs +37 -0
- package/esm2022/lib/components/app-toc-banner/app-toc-banner.component.mjs +1436 -0
- package/esm2022/lib/components/app-toc-cios-home/app-toc-cios-home.component.mjs +505 -0
- package/esm2022/lib/components/app-toc-cios-home/consent-dialog.component.mjs +119 -0
- package/esm2022/lib/components/app-toc-cohorts/app-toc-cohorts.component.mjs +80 -0
- package/esm2022/lib/components/app-toc-content-card/app-toc-content-card.component.mjs +249 -0
- package/esm2022/lib/components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component.mjs +39 -0
- package/esm2022/lib/components/app-toc-discussion/app-toc-discussion.component.mjs +58 -0
- package/esm2022/lib/components/app-toc-home/app-toc-home.component.mjs +2230 -0
- package/esm2022/lib/components/app-toc-home-v2/app-toc-home-v2.component.mjs +3001 -0
- package/esm2022/lib/components/app-toc-overview/app-toc-overview.component.mjs +157 -0
- package/esm2022/lib/components/app-toc-session-card/app-toc-session-card.component.mjs +48 -0
- package/esm2022/lib/components/app-toc-sessions/app-toc-sessions.component.mjs +47 -0
- package/esm2022/lib/components/app-toc-single-page/app-toc-single-page.component.mjs +766 -0
- package/esm2022/lib/components/completion-survey-form/completion-survey-form.component.mjs +243 -0
- package/esm2022/lib/components/create-batch-dialog/create-batch-dialog.component.mjs +116 -0
- package/esm2022/lib/components/enroll-language-dialogue/enroll-language-dialogue.component.mjs +44 -0
- package/esm2022/lib/components/enroll-profile-form/enroll-profile-form.component.mjs +1838 -0
- package/esm2022/lib/components/enroll-questionnaire/enroll-questionnaire.component.mjs +236 -0
- package/esm2022/lib/components/knowledge-artifact-details/knowledge-artifact-details.component.mjs +213 -0
- package/esm2022/lib/components/non-relevent-feedback-dialog/non-relevent-feedback-dialog.component.mjs +36 -0
- package/esm2022/lib/components/public-survey-form/public-survey-form.component.mjs +258 -0
- package/esm2022/lib/components/survey-form-question/survey-form-question.component.mjs +133 -0
- package/esm2022/lib/components/survey-form-section/survey-form-section.component.mjs +36 -0
- package/esm2022/lib/models/app-toc-analytics.model.mjs +2 -0
- package/esm2022/lib/models/app-toc.model.mjs +38 -0
- package/esm2022/lib/models/auto-complete.model.mjs +2 -0
- package/esm2022/lib/models/card-content.model.mjs +13 -0
- package/esm2022/lib/models/content-strip-with-tabs.model.mjs +2 -0
- package/esm2022/lib/models/discussion-forum.model.mjs +14 -0
- package/esm2022/lib/models/goal.model.mjs +2 -0
- package/esm2022/lib/models/meta-tag.model.mjs +8 -0
- package/esm2022/lib/models/playlist.model.mjs +2 -0
- package/esm2022/lib/models/profile-revamp.model.mjs +2 -0
- package/esm2022/lib/models/rating.model.mjs +2 -0
- package/esm2022/lib/models/user-profile.model.mjs +21 -0
- package/esm2022/lib/registration-toc-lib.config.mjs +14 -0
- package/esm2022/lib/resolvers/app-toc-cios-resolver.service.mjs +24 -0
- package/esm2022/lib/resolvers/app-toc-cios-user-enroll-resolver.service.mjs +24 -0
- package/esm2022/lib/resolvers/app-toc-content-read-resolver.service.mjs +60 -0
- package/esm2022/lib/resolvers/app-toc-ext-public-resolver.service.mjs +25 -0
- package/esm2022/lib/resolvers/app-toc-resolver.service.mjs +106 -0
- package/esm2022/lib/resolvers/config-resolver.service.mjs +25 -0
- package/esm2022/lib/resolvers/profile-resolver.service.mjs +25 -0
- package/esm2022/lib/resolvers/restricted-features-resolver.service.mjs +25 -0
- package/esm2022/lib/routes/app-toc-home/app-toc-home.component.mjs +51 -0
- package/esm2022/lib/routes/app-toc-home/app-toc-home.directive.mjs +16 -0
- package/esm2022/lib/routes/app-toc-home/app-toc-home.service.mjs +18 -0
- package/esm2022/lib/services/access-control.service.mjs +56 -0
- package/esm2022/lib/services/action.service.mjs +23 -0
- package/esm2022/lib/services/app-toc-v2.service.mjs +368 -0
- package/esm2022/lib/services/app-toc.service.mjs +1577 -0
- package/esm2022/lib/services/certificate.service.mjs +114 -0
- package/esm2022/lib/services/discuss-utils.service.mjs +58 -0
- package/esm2022/lib/services/editor.service.mjs +34 -0
- package/esm2022/lib/services/load-check.service.mjs +21 -0
- package/esm2022/lib/services/loader.service.mjs +33 -0
- package/esm2022/lib/services/mobile-apps.service.mjs +67 -0
- package/esm2022/lib/services/netcore.service.mjs +56 -0
- package/esm2022/lib/services/nps-grid.service.mjs +31 -0
- package/esm2022/lib/services/otp.service.mjs +43 -0
- package/esm2022/lib/services/profile-v2.service.mjs +43 -0
- package/esm2022/lib/services/reset-ratings.service.mjs +19 -0
- package/esm2022/lib/services/resource-download-helper.service.mjs +64 -0
- package/esm2022/lib/services/root.service.mjs +106 -0
- package/esm2022/lib/services/timer.service.mjs +23 -0
- package/esm2022/lib/services/title-tag.service.mjs +71 -0
- package/esm2022/lib/services/user-profile.service.mjs +55 -0
- package/esm2022/lib/services/viewer-data.service.mjs +64 -0
- package/esm2022/lib/services/viewer-util.service.mjs +627 -0
- package/esm2022/lib/share-toc/share-toc/share-toc.component.mjs +291 -0
- package/esm2022/lib/share-toc/share-toc.module.mjs +119 -0
- package/esm2022/public-api.mjs +80 -0
- package/esm2022/sunbird-cb-toc.mjs +5 -0
- package/fesm2022/sunbird-cb-toc.mjs +27111 -0
- package/fesm2022/sunbird-cb-toc.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/_collection/_common/ai-tutor/ai-tutor.component.d.ts +139 -0
- package/lib/_collection/_common/ai-tutor/socket.service.d.ts +19 -0
- package/lib/_collection/_common/attendance-card/attendance-card.component.d.ts +16 -0
- package/lib/_collection/_common/attendance-card/attendance-card.module.d.ts +31 -0
- package/lib/_collection/_common/attendance-helper/attendance-helper.component.d.ts +15 -0
- package/lib/_collection/_common/attendance-helper/attendance-helper.module.d.ts +20 -0
- package/lib/_collection/_common/avatar-photo/avatar-photo.component.d.ts +22 -0
- package/lib/_collection/_common/avatar-photo/avatar-photo.module.d.ts +15 -0
- package/lib/_collection/_common/card-competency/card-competency.component.d.ts +14 -0
- package/lib/_collection/_common/card-competency/card-competency.module.d.ts +8 -0
- package/lib/_collection/_common/card-content-v2/card-content-v2.model.d.ts +44 -0
- package/lib/_collection/_common/certificate-dialog/certificate-dialog.component.d.ts +30 -0
- package/lib/_collection/_common/certificate-dialog/certificate-dialog.module.d.ts +23 -0
- package/lib/_collection/_common/certificate-dialog/svg-to-pdf.component.d.ts +9 -0
- package/lib/_collection/_common/confirm-dialog/confirm-dialog.component.d.ts +11 -0
- package/lib/_collection/_common/confirm-dialog/confirm-dialog.module.d.ts +12 -0
- package/lib/_collection/_common/connection-hover-card/connection-hover-card.component.d.ts +18 -0
- package/lib/_collection/_common/connection-hover-card/connection-hover.module.d.ts +14 -0
- package/lib/_collection/_common/connection-hover-card/connection-hover.servive.d.ts +11 -0
- package/lib/_collection/_common/connection-name/connection-name.component.d.ts +17 -0
- package/lib/_collection/_common/connection-name/connection-name.module.d.ts +14 -0
- package/lib/_collection/_common/connection-name/profile-v2.model.d.ts +199 -0
- package/lib/_collection/_common/content-progress/content-progress.component.d.ts +16 -0
- package/lib/_collection/_common/content-progress/content-progress.module.d.ts +10 -0
- package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.component.d.ts +38 -0
- package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.module.d.ts +19 -0
- package/lib/_collection/_common/content-toc/ai-tutor-confirm-popup/ai-tutor-confirm-popup.component.d.ts +11 -0
- package/lib/_collection/_common/content-toc/app-toc-about/app-toc-about.component.d.ts +187 -0
- package/lib/_collection/_common/content-toc/app-toc-assignment-viewer/app-toc-assignment-viewer.component.d.ts +41 -0
- package/lib/_collection/_common/content-toc/app-toc-assignment-viewerV2/app-toc-assignment-viewerV2.component.d.ts +54 -0
- package/lib/_collection/_common/content-toc/app-toc-batch-assignments/app-toc-batch-assignments.component.d.ts +47 -0
- package/lib/_collection/_common/content-toc/app-toc-content/app-toc-content.component.d.ts +56 -0
- package/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.d.ts +195 -0
- package/lib/_collection/_common/content-toc/app-toc-content-card-v2-skeleton/app-toc-content-card-v2-skeleton.component.d.ts +8 -0
- package/lib/_collection/_common/content-toc/app-toc-reference-notes/app-toc-reference-notes.component.d.ts +16 -0
- package/lib/_collection/_common/content-toc/app-toc-session-card-new/app-toc-session-card-new.component.d.ts +40 -0
- package/lib/_collection/_common/content-toc/app-toc-sessions-new/app-toc-sessions-new.component.d.ts +21 -0
- package/lib/_collection/_common/content-toc/app-toc-teachers-notes/app-toc-teachers-notes.component.d.ts +45 -0
- package/lib/_collection/_common/content-toc/content-services/handle-claim.service.d.ts +10 -0
- package/lib/_collection/_common/content-toc/content-services/review-component-data.service.d.ts +10 -0
- package/lib/_collection/_common/content-toc/content-toc.component.d.ts +131 -0
- package/lib/_collection/_common/content-toc/content-toc.module.d.ts +52 -0
- package/lib/_collection/_common/content-toc/karma-points/karma-points.component.d.ts +29 -0
- package/lib/_collection/_common/content-toc/karma-points/karma-points.module.d.ts +9 -0
- package/lib/_collection/_common/content-toc/pipes/replace-nbsp.pipe.d.ts +7 -0
- package/lib/_collection/_common/content-toc/pipes/truncate.pipe.d.ts +7 -0
- package/lib/_collection/_common/content-toc/reviews-content/reviews-content.component.d.ts +28 -0
- package/lib/_collection/_common/content-toc/samuhik-charcha-content/samuhik-charcha-content/samuhik-charcha-content.component.d.ts +24 -0
- package/lib/_collection/_common/display-content-type/display-content-type.component.d.ts +14 -0
- package/lib/_collection/_common/display-content-type/display-content-type.module.d.ts +9 -0
- package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.component.d.ts +12 -0
- package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.module.d.ts +10 -0
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.component.d.ts +22 -0
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.model.d.ts +8 -0
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.module.d.ts +18 -0
- package/lib/_collection/_common/pipe-content-route/pipe-content-route.module.d.ts +8 -0
- package/lib/_collection/_common/pipe-content-route/pipe-content-route.pipe.d.ts +15 -0
- package/lib/_collection/_common/player-brief/player-brief.component.d.ts +35 -0
- package/lib/_collection/_common/player-brief/player-brief.module.d.ts +19 -0
- package/lib/_collection/_common/rating-summary/rating-summary.component.d.ts +14 -0
- package/lib/_collection/_common/rating-summary/rating-summary.module.d.ts +13 -0
- package/lib/_collection/_common/skeleton-loader/skeleton-loader.component.d.ts +11 -0
- package/lib/_collection/_common/skeleton-loader/skeleton-loader.module.d.ts +11 -0
- package/lib/_collection/_common/tips-for-learner/tips-for-learner-card/tips-for-learner-card.component.d.ts +15 -0
- package/lib/_collection/_common/tips-for-learner/tips-for-learner.module.d.ts +10 -0
- package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.component.d.ts +16 -0
- package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.module.d.ts +11 -0
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.component.d.ts +34 -0
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.model.d.ts +17 -0
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.module.d.ts +15 -0
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.service.d.ts +15 -0
- package/lib/_collection/_common/user-content-rating/user-content-rating.component.d.ts +21 -0
- package/lib/_collection/_common/user-content-rating/user-content-rating.module.d.ts +12 -0
- package/lib/_collection/_common/user-image/user-image.component.d.ts +21 -0
- package/lib/_collection/_common/user-image/user-image.module.d.ts +9 -0
- package/lib/_collection/btn-page-back/btn-page-back.component.d.ts +47 -0
- package/lib/_collection/btn-page-back/btn-page-back.module.d.ts +14 -0
- package/lib/_collection/btn-page-back/btn-page-back.service.d.ts +22 -0
- package/lib/_collection/card-rating-comment/card-rating-comment.component.d.ts +19 -0
- package/lib/_collection/card-rating-comment/card-rating-comment.module.d.ts +15 -0
- package/lib/_collection/sliders-dynamic/sliders-dynamic.component.d.ts +25 -0
- package/lib/_collection/sliders-dynamic/sliders-dynamic.model.d.ts +21 -0
- package/lib/_collection/sliders-dynamic/sliders-dynamic.module.d.ts +18 -0
- package/lib/_collection-api.d.ts +34 -0
- package/lib/_constants/widget-content.constants.d.ts +7 -0
- package/lib/_directives/tooltip.directive.d.ts +17 -0
- package/lib/_models/common.model.d.ts +3 -0
- package/lib/_models/error.model.d.ts +5 -0
- package/lib/_pipes/highlight.pipe.d.ts +10 -0
- package/lib/_services/rating.service.d.ts +18 -0
- package/lib/_services/samuhik-charcha.service.d.ts +13 -0
- package/lib/_services/viewer-route-util.d.ts +8 -0
- package/lib/_services/widget-content.model.d.ts +521 -0
- package/lib/_services/widget-content.service.d.ts +101 -0
- package/lib/_shared/translate-loader.factory.d.ts +7 -0
- package/lib/app-toc-lib.module.d.ts +89 -0
- package/lib/collection.config.d.ts +159 -0
- package/lib/components/app-toc-analytics-tiles/app-toc-analytics-tiles.component.d.ts +17 -0
- package/lib/components/app-toc-banner/app-toc-banner.component.d.ts +225 -0
- package/lib/components/app-toc-cios-home/app-toc-cios-home.component.d.ts +82 -0
- package/lib/components/app-toc-cios-home/consent-dialog.component.d.ts +22 -0
- package/lib/components/app-toc-cohorts/app-toc-cohorts.component.d.ts +31 -0
- package/lib/components/app-toc-content-card/app-toc-content-card.component.d.ts +47 -0
- package/lib/components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component.d.ts +14 -0
- package/lib/components/app-toc-discussion/app-toc-discussion.component.d.ts +21 -0
- package/lib/components/app-toc-home/app-toc-home.component.d.ts +315 -0
- package/lib/components/app-toc-home-v2/app-toc-home-v2.component.d.ts +417 -0
- package/lib/components/app-toc-overview/app-toc-overview.component.d.ts +47 -0
- package/lib/components/app-toc-session-card/app-toc-session-card.component.d.ts +22 -0
- package/lib/components/app-toc-sessions/app-toc-sessions.component.d.ts +14 -0
- package/lib/components/app-toc-single-page/app-toc-single-page.component.d.ts +149 -0
- package/lib/components/completion-survey-form/completion-survey-form.component.d.ts +42 -0
- package/lib/components/create-batch-dialog/create-batch-dialog.component.d.ts +27 -0
- package/lib/components/enroll-language-dialogue/enroll-language-dialogue.component.d.ts +15 -0
- package/lib/components/enroll-profile-form/enroll-profile-form.component.d.ts +195 -0
- package/lib/components/enroll-questionnaire/enroll-questionnaire.component.d.ts +44 -0
- package/lib/components/knowledge-artifact-details/knowledge-artifact-details.component.d.ts +54 -0
- package/lib/components/non-relevent-feedback-dialog/non-relevent-feedback-dialog.component.d.ts +18 -0
- package/lib/components/public-survey-form/public-survey-form.component.d.ts +44 -0
- package/lib/components/survey-form-question/survey-form-question.component.d.ts +20 -0
- package/lib/components/survey-form-section/survey-form-section.component.d.ts +13 -0
- package/lib/models/app-toc-analytics.model.d.ts +152 -0
- package/lib/models/app-toc.model.d.ts +84 -0
- package/lib/models/auto-complete.model.d.ts +27 -0
- package/lib/models/card-content.model.d.ts +19 -0
- package/lib/models/content-strip-with-tabs.model.d.ts +44 -0
- package/lib/models/discussion-forum.model.d.ts +40 -0
- package/lib/models/goal.model.d.ts +22 -0
- package/lib/models/meta-tag.model.d.ts +6 -0
- package/lib/models/playlist.model.d.ts +23 -0
- package/lib/models/profile-revamp.model.d.ts +14 -0
- package/lib/models/rating.model.d.ts +17 -0
- package/lib/models/user-profile.model.d.ts +37 -0
- package/lib/registration-toc-lib.config.d.ts +4 -0
- package/lib/resolvers/app-toc-cios-resolver.service.d.ts +12 -0
- package/lib/resolvers/app-toc-cios-user-enroll-resolver.service.d.ts +12 -0
- package/lib/resolvers/app-toc-content-read-resolver.service.d.ts +16 -0
- package/lib/resolvers/app-toc-ext-public-resolver.service.d.ts +12 -0
- package/lib/resolvers/app-toc-resolver.service.d.ts +16 -0
- package/lib/resolvers/config-resolver.service.d.ts +11 -0
- package/lib/resolvers/profile-resolver.service.d.ts +11 -0
- package/lib/resolvers/restricted-features-resolver.service.d.ts +11 -0
- package/lib/routes/app-toc-home/app-toc-home.component.d.ts +19 -0
- package/lib/routes/app-toc-home/app-toc-home.directive.d.ts +8 -0
- package/lib/routes/app-toc-home/app-toc-home.service.d.ts +8 -0
- package/lib/services/access-control.service.d.ts +29 -0
- package/lib/services/action.service.d.ts +9 -0
- package/lib/services/app-toc-v2.service.d.ts +17 -0
- package/lib/services/app-toc.service.d.ts +190 -0
- package/lib/services/certificate.service.d.ts +41 -0
- package/lib/services/discuss-utils.service.d.ts +33 -0
- package/lib/services/editor.service.d.ts +17 -0
- package/lib/services/load-check.service.d.ts +8 -0
- package/lib/services/loader.service.d.ts +16 -0
- package/lib/services/mobile-apps.service.d.ts +38 -0
- package/lib/services/netcore.service.d.ts +33 -0
- package/lib/services/nps-grid.service.d.ts +15 -0
- package/lib/services/otp.service.d.ts +20 -0
- package/lib/services/profile-v2.service.d.ts +20 -0
- package/lib/services/reset-ratings.service.d.ts +8 -0
- package/lib/services/resource-download-helper.service.d.ts +29 -0
- package/lib/services/root.service.d.ts +26 -0
- package/lib/services/timer.service.d.ts +9 -0
- package/lib/services/title-tag.service.d.ts +21 -0
- package/lib/services/user-profile.service.d.ts +24 -0
- package/lib/services/viewer-data.service.d.ts +62 -0
- package/lib/services/viewer-util.service.d.ts +76 -0
- package/lib/share-toc/share-toc/share-toc.component.d.ts +56 -0
- package/lib/share-toc/share-toc.module.d.ts +32 -0
- package/package.json +34 -0
- package/public-api.d.ts +64 -0
- package/sunbird-cb-toc-0.0.1-mauritius.tgz +0 -0
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/app-toc-home-v2/app-toc-home-v2.component";
|
|
3
|
+
import * as i2 from "./components/app-toc-overview/app-toc-overview.component";
|
|
4
|
+
import * as i3 from "./components/app-toc-banner/app-toc-banner.component";
|
|
5
|
+
import * as i4 from "./components/app-toc-cohorts/app-toc-cohorts.component";
|
|
6
|
+
import * as i5 from "./components/app-toc-content-card/app-toc-content-card.component";
|
|
7
|
+
import * as i6 from "./components/app-toc-discussion/app-toc-discussion.component";
|
|
8
|
+
import * as i7 from "./components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component";
|
|
9
|
+
import * as i8 from "./routes/app-toc-home/app-toc-home.directive";
|
|
10
|
+
import * as i9 from "./routes/app-toc-home/app-toc-home.component";
|
|
11
|
+
import * as i10 from "./components/knowledge-artifact-details/knowledge-artifact-details.component";
|
|
12
|
+
import * as i11 from "./components/app-toc-analytics-tiles/app-toc-analytics-tiles.component";
|
|
13
|
+
import * as i12 from "./components/app-toc-single-page/app-toc-single-page.component";
|
|
14
|
+
import * as i13 from "./components/create-batch-dialog/create-batch-dialog.component";
|
|
15
|
+
import * as i14 from "./components/app-toc-sessions/app-toc-sessions.component";
|
|
16
|
+
import * as i15 from "./components/app-toc-session-card/app-toc-session-card.component";
|
|
17
|
+
import * as i16 from "./components/enroll-questionnaire/enroll-questionnaire.component";
|
|
18
|
+
import * as i17 from "./components/enroll-profile-form/enroll-profile-form.component";
|
|
19
|
+
import * as i18 from "./components/app-toc-cios-home/app-toc-cios-home.component";
|
|
20
|
+
import * as i19 from "./components/app-toc-cios-home/consent-dialog.component";
|
|
21
|
+
import * as i20 from "./components/enroll-language-dialogue/enroll-language-dialogue.component";
|
|
22
|
+
import * as i21 from "./components/completion-survey-form/completion-survey-form.component";
|
|
23
|
+
import * as i22 from "./components/public-survey-form/public-survey-form.component";
|
|
24
|
+
import * as i23 from "./components/non-relevent-feedback-dialog/non-relevent-feedback-dialog.component";
|
|
25
|
+
import * as i24 from "@angular/common";
|
|
26
|
+
import * as i25 from "@angular/router";
|
|
27
|
+
import * as i26 from "@angular/forms";
|
|
28
|
+
import * as i27 from "@angular/material/toolbar";
|
|
29
|
+
import * as i28 from "@angular/material/legacy-checkbox";
|
|
30
|
+
import * as i29 from "@angular/material/icon";
|
|
31
|
+
import * as i30 from "@angular/material/legacy-button";
|
|
32
|
+
import * as i31 from "@angular/material/legacy-form-field";
|
|
33
|
+
import * as i32 from "@angular/material/legacy-input";
|
|
34
|
+
import * as i33 from "@angular/material/legacy-menu";
|
|
35
|
+
import * as i34 from "@angular/material/legacy-card";
|
|
36
|
+
import * as i35 from "@angular/material/legacy-chips";
|
|
37
|
+
import * as i36 from "@angular/material/legacy-tooltip";
|
|
38
|
+
import * as i37 from "@angular/material/legacy-radio";
|
|
39
|
+
import * as i38 from "@angular/material/legacy-tabs";
|
|
40
|
+
import * as i39 from "@angular/material/legacy-list";
|
|
41
|
+
import * as i40 from "@angular/material/divider";
|
|
42
|
+
import * as i41 from "@angular/material/legacy-progress-bar";
|
|
43
|
+
import * as i42 from "@angular/material/legacy-progress-spinner";
|
|
44
|
+
import * as i43 from "@angular/material/legacy-dialog";
|
|
45
|
+
import * as i44 from "@angular/material/legacy-select";
|
|
46
|
+
import * as i45 from "@angular/material/legacy-snack-bar";
|
|
47
|
+
import * as i46 from "@angular/material/expansion";
|
|
48
|
+
import * as i47 from "@angular/material/datepicker";
|
|
49
|
+
import * as i48 from "@angular/material/core";
|
|
50
|
+
import * as i49 from "./_collection/_common/display-content-type/display-content-type.module";
|
|
51
|
+
import * as i50 from "./_collection/_common/display-content-type-icon/display-content-type-icon.module";
|
|
52
|
+
import * as i51 from "@sunbird-cb/utils-v2";
|
|
53
|
+
import * as i52 from "./_collection/_common/pipe-content-route/pipe-content-route.module";
|
|
54
|
+
import * as i53 from "./_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.module";
|
|
55
|
+
import * as i54 from "./_collection/_common/rating-summary/rating-summary.module";
|
|
56
|
+
import * as i55 from "./_collection/_common/certificate-dialog/certificate-dialog.module";
|
|
57
|
+
import * as i56 from "./_collection/_common/confirm-dialog/confirm-dialog.module";
|
|
58
|
+
import * as i57 from "./_collection/_common/skeleton-loader/skeleton-loader.module";
|
|
59
|
+
import * as i58 from "./_collection/btn-page-back/btn-page-back.module";
|
|
60
|
+
import * as i59 from "./_collection/_common/user-image/user-image.module";
|
|
61
|
+
import * as i60 from "./_collection/_common/content-progress/content-progress.module";
|
|
62
|
+
import * as i61 from "./_collection/_common/user-content-rating/user-content-rating.module";
|
|
63
|
+
import * as i62 from "./_collection/_common/mark-as-complete/mark-as-complete.module";
|
|
64
|
+
import * as i63 from "./_collection/_common/player-brief/player-brief.module";
|
|
65
|
+
import * as i64 from "./_collection/_common/user-autocomplete/user-autocomplete.module";
|
|
66
|
+
import * as i65 from "./_collection/_common/avatar-photo/avatar-photo.module";
|
|
67
|
+
import * as i66 from "./_collection/_common/connection-name/connection-name.module";
|
|
68
|
+
import * as i67 from "./_collection/card-rating-comment/card-rating-comment.module";
|
|
69
|
+
import * as i68 from "ngx-infinite-scroll";
|
|
70
|
+
import * as i69 from "./_collection/_common/attendance-helper/attendance-helper.module";
|
|
71
|
+
import * as i70 from "./_collection/_common/attendance-card/attendance-card.module";
|
|
72
|
+
import * as i71 from "@sunbird-cb/micro-surveys";
|
|
73
|
+
import * as i72 from "@angular/material/legacy-autocomplete";
|
|
74
|
+
import * as i73 from "./_collection/_common/content-toc/content-toc.module";
|
|
75
|
+
import * as i74 from "ng-circle-progress";
|
|
76
|
+
import * as i75 from "@ngx-translate/core";
|
|
77
|
+
import * as i76 from "./share-toc/share-toc.module";
|
|
78
|
+
import * as i77 from "./_collection/_common/toc-kpi-values/toc-kpi-values.module";
|
|
79
|
+
import * as i78 from "./_collection/_common/content-toc/karma-points/karma-points.module";
|
|
80
|
+
import * as i79 from "./_collection/_common/tips-for-learner/tips-for-learner.module";
|
|
81
|
+
import * as i80 from "@sunbird-cb/discussion-v2";
|
|
82
|
+
import * as i81 from "./components/survey-form-question/survey-form-question.component";
|
|
83
|
+
import * as i82 from "./components/survey-form-section/survey-form-section.component";
|
|
84
|
+
import * as i83 from "./_collection/sliders-dynamic/sliders-dynamic.module";
|
|
85
|
+
export declare class AppTocLibModule {
|
|
86
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocLibModule, never>;
|
|
87
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppTocLibModule, [typeof i1.AppTocHomeV2Component, typeof i2.AppTocOverviewComponent, typeof i3.AppTocBannerComponent, typeof i4.AppTocCohortsComponent, typeof i5.AppTocContentCardComponent, typeof i6.AppTocDiscussionComponent, typeof i7.AppTocDialogIntroVideoComponent, typeof i8.AppTocHomeDirective, typeof i9.AppTocHomeComponent, typeof i10.KnowledgeArtifactDetailsComponent, typeof i11.AppTocAnalyticsTilesComponent, typeof i12.AppTocSinglePageComponent, typeof i13.CreateBatchDialogComponent, typeof i14.AppTocSessionsComponent, typeof i15.AppTocSessionCardComponent, typeof i16.EnrollQuestionnaireComponent, typeof i17.EnrollProfileFormComponent, typeof i18.AppTocCiosHomeComponent, typeof i19.ConsentDialogComponent, typeof i20.EnrollLanguageDialogueComponent, typeof i21.CompletionSurveyFormComponent, typeof i22.PublicSurveyFormComponent, typeof i23.NonReleventFeedbackDialogComponent], [typeof i24.CommonModule, typeof i25.RouterModule, typeof i26.ReactiveFormsModule, typeof i26.FormsModule, typeof i27.MatToolbarModule, typeof i28.MatLegacyCheckboxModule, typeof i29.MatIconModule, typeof i30.MatLegacyButtonModule, typeof i31.MatLegacyFormFieldModule, typeof i32.MatLegacyInputModule, typeof i33.MatLegacyMenuModule, typeof i34.MatLegacyCardModule, typeof i35.MatLegacyChipsModule, typeof i36.MatLegacyTooltipModule, typeof i37.MatLegacyRadioModule, typeof i38.MatLegacyTabsModule, typeof i26.FormsModule, typeof i34.MatLegacyCardModule, typeof i39.MatLegacyListModule, typeof i40.MatDividerModule, typeof i41.MatLegacyProgressBarModule, typeof i42.MatLegacyProgressSpinnerModule, typeof i43.MatLegacyDialogModule, typeof i44.MatLegacySelectModule, typeof i45.MatLegacySnackBarModule, typeof i46.MatExpansionModule, typeof i47.MatDatepickerModule, typeof i35.MatLegacyChipsModule, typeof i48.MatNativeDateModule, typeof i49.DisplayContentTypeModule, typeof i50.DisplayContentTypeIconModule, typeof i51.PipeDurationTransformModule, typeof i51.PipeSafeSanitizerModule, typeof i51.PipeLimitToModule, typeof i51.PipeNameTransformModule, typeof i51.PipeCountTransformModule, typeof i51.PipePartialContentModule, typeof i51.PipeFilterV3Module, typeof i51.PipeRelativeTimeModule, typeof i52.PipeContentRouteModule, typeof i51.PipePublicURLModule, typeof i53.ContentRatingV2DialogModule, typeof i54.RatingSummaryModule, typeof i55.CertificateDialogModule, typeof i56.ConfirmDialogModule, typeof i57.SkeletonLoaderModule, typeof i58.BtnPageBackModule, typeof i51.HorizontalScrollerModule, typeof i59.UserImageModule, typeof i51.DefaultThumbnailModule, typeof i60.ContentProgressModule, typeof i61.UserContentRatingModule, typeof i62.MarkAsCompleteModule, typeof i63.PlayerBriefModule, typeof i42.MatLegacyProgressSpinnerModule, typeof i64.UserAutocompleteModule, typeof i65.AvatarPhotoModule, typeof i66.ConnectionNameModule, typeof i67.CardRatingCommentModule, typeof i68.InfiniteScrollModule, typeof i69.AttendanceHelperModule, typeof i70.AttendanceCardModule, typeof i71.MicroSurveyModule, typeof i35.MatLegacyChipsModule, typeof i72.MatLegacyAutocompleteModule, typeof i73.ContentTocModule, typeof i74.NgCircleProgressModule, typeof i75.TranslateModule, typeof i76.ShareTocModule, typeof i77.TocKpiValuesModule, typeof i78.KarmaPointsModule, typeof i79.TipsForLearnerModule, typeof i26.ReactiveFormsModule, typeof i80.WidgetCommentModule, typeof i81.SurveyFormQuestionComponent, typeof i82.SurveyFormSectionComponent, typeof i83.SlidersDynamicModule], [typeof i6.AppTocDiscussionComponent, typeof i12.AppTocSinglePageComponent, typeof i3.AppTocBannerComponent, typeof i9.AppTocHomeComponent, typeof i1.AppTocHomeV2Component, typeof i76.ShareTocModule, typeof i18.AppTocCiosHomeComponent]>;
|
|
88
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AppTocLibModule>;
|
|
89
|
+
}
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
export declare const ROOT_WIDGET_CONFIG: {
|
|
2
|
+
actionButton: {
|
|
3
|
+
_type: string;
|
|
4
|
+
apps: string;
|
|
5
|
+
breadcrumb: string;
|
|
6
|
+
call: string;
|
|
7
|
+
catalog: string;
|
|
8
|
+
channelAnalytics: string;
|
|
9
|
+
contentDownload: string;
|
|
10
|
+
contentFeedback: string;
|
|
11
|
+
contentLike: string;
|
|
12
|
+
contentMailMe: string;
|
|
13
|
+
contentShare: string;
|
|
14
|
+
feature: string;
|
|
15
|
+
fullscreen: string;
|
|
16
|
+
goals: string;
|
|
17
|
+
mailUser: string;
|
|
18
|
+
pageBack: string;
|
|
19
|
+
playlist: string;
|
|
20
|
+
preview: string;
|
|
21
|
+
newProfile: string;
|
|
22
|
+
search: string;
|
|
23
|
+
setting: string;
|
|
24
|
+
standard: string;
|
|
25
|
+
};
|
|
26
|
+
card: {
|
|
27
|
+
_type: string;
|
|
28
|
+
breadcrumb: string;
|
|
29
|
+
content: string;
|
|
30
|
+
channel: string;
|
|
31
|
+
welcome: string;
|
|
32
|
+
browse_course: string;
|
|
33
|
+
learning: string;
|
|
34
|
+
network: string;
|
|
35
|
+
home_activity: string;
|
|
36
|
+
home_network: string;
|
|
37
|
+
home_discuss: string;
|
|
38
|
+
home_hubs: string;
|
|
39
|
+
home_course: string;
|
|
40
|
+
home_carrier: string;
|
|
41
|
+
home_notify: string;
|
|
42
|
+
event_hub: string;
|
|
43
|
+
card_competency: string;
|
|
44
|
+
};
|
|
45
|
+
contentStrip: {
|
|
46
|
+
_type: string;
|
|
47
|
+
multiStrip: string;
|
|
48
|
+
singleStrip: string;
|
|
49
|
+
multiStripNew: string;
|
|
50
|
+
verticalStrip: string;
|
|
51
|
+
stripWithTabs: string;
|
|
52
|
+
};
|
|
53
|
+
networkStrip: {
|
|
54
|
+
_type: string;
|
|
55
|
+
multipleStrip: string;
|
|
56
|
+
};
|
|
57
|
+
carrierStrip: {
|
|
58
|
+
_type: string;
|
|
59
|
+
multipleStrip: string;
|
|
60
|
+
};
|
|
61
|
+
activityStrip: {
|
|
62
|
+
_type: string;
|
|
63
|
+
multipleStrip: string;
|
|
64
|
+
};
|
|
65
|
+
discussStrip: {
|
|
66
|
+
_type: string;
|
|
67
|
+
multipleStrip: string;
|
|
68
|
+
};
|
|
69
|
+
channelHub: {
|
|
70
|
+
_type: string;
|
|
71
|
+
channelHub: string;
|
|
72
|
+
};
|
|
73
|
+
discussionForum: {
|
|
74
|
+
_type: string;
|
|
75
|
+
discussionForum: string;
|
|
76
|
+
};
|
|
77
|
+
graph: {
|
|
78
|
+
_type: string;
|
|
79
|
+
graphGeneral: string;
|
|
80
|
+
graphNetwork: string;
|
|
81
|
+
};
|
|
82
|
+
layout: {
|
|
83
|
+
_type: string;
|
|
84
|
+
linear: string;
|
|
85
|
+
tab: string;
|
|
86
|
+
grid: string;
|
|
87
|
+
};
|
|
88
|
+
player: {
|
|
89
|
+
_type: string;
|
|
90
|
+
amp: string;
|
|
91
|
+
audio: string;
|
|
92
|
+
pdf: string;
|
|
93
|
+
survey: string;
|
|
94
|
+
slides: string;
|
|
95
|
+
video: string;
|
|
96
|
+
webPages: string;
|
|
97
|
+
youtube: string;
|
|
98
|
+
offlineSession: string;
|
|
99
|
+
};
|
|
100
|
+
slider: {
|
|
101
|
+
_type: string;
|
|
102
|
+
mob: string;
|
|
103
|
+
carousel: string;
|
|
104
|
+
};
|
|
105
|
+
tree: {
|
|
106
|
+
_type: string;
|
|
107
|
+
tree: string;
|
|
108
|
+
catalog: string;
|
|
109
|
+
};
|
|
110
|
+
page: {
|
|
111
|
+
_type: string;
|
|
112
|
+
standard: string;
|
|
113
|
+
embedded: string;
|
|
114
|
+
};
|
|
115
|
+
profileV2: {
|
|
116
|
+
_type: string;
|
|
117
|
+
academics: string;
|
|
118
|
+
career: string;
|
|
119
|
+
competencies: string;
|
|
120
|
+
certifications: string;
|
|
121
|
+
certificationsV2: string;
|
|
122
|
+
departments: string;
|
|
123
|
+
hobbies: string;
|
|
124
|
+
karmapoints: string;
|
|
125
|
+
};
|
|
126
|
+
element: {
|
|
127
|
+
_type: string;
|
|
128
|
+
html: string;
|
|
129
|
+
};
|
|
130
|
+
selector: {
|
|
131
|
+
_type: string;
|
|
132
|
+
responsive: string;
|
|
133
|
+
intranet: string;
|
|
134
|
+
};
|
|
135
|
+
errorResolver: {
|
|
136
|
+
_type: string;
|
|
137
|
+
errorResolver: string;
|
|
138
|
+
};
|
|
139
|
+
gallery: {
|
|
140
|
+
_type: string;
|
|
141
|
+
galleryView: string;
|
|
142
|
+
};
|
|
143
|
+
imageMap: {
|
|
144
|
+
_type: string;
|
|
145
|
+
imageMapResponsive: string;
|
|
146
|
+
};
|
|
147
|
+
releaseNotes: {
|
|
148
|
+
_type: string;
|
|
149
|
+
user: string;
|
|
150
|
+
};
|
|
151
|
+
wrapper: {
|
|
152
|
+
_type: string;
|
|
153
|
+
videoWrapper: string;
|
|
154
|
+
};
|
|
155
|
+
menus: {
|
|
156
|
+
_type: string;
|
|
157
|
+
leftMenu: string;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AppTocAnalyticsTilesComponent implements OnInit {
|
|
4
|
+
uniqueUsers: number;
|
|
5
|
+
description: string;
|
|
6
|
+
title: string;
|
|
7
|
+
category1: string;
|
|
8
|
+
category2: string;
|
|
9
|
+
category3: string;
|
|
10
|
+
analyticsDataClient: any;
|
|
11
|
+
clickEvent: EventEmitter<string>;
|
|
12
|
+
constructor();
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
onClick(type: string): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocAnalyticsTilesComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppTocAnalyticsTilesComponent, "ws-app-app-toc-analytics-tiles", never, { "uniqueUsers": { "alias": "uniqueUsers"; "required": false; }; "description": { "alias": "description"; "required": false; }; "title": { "alias": "title"; "required": false; }; "category1": { "alias": "category1"; "required": false; }; "category2": { "alias": "category2"; "required": false; }; "category3": { "alias": "category3"; "required": false; }; "analyticsDataClient": { "alias": "analyticsDataClient"; "required": false; }; }, { "clickEvent": "clickEvent"; }, never, never, false, never>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { DomSanitizer, SafeStyle } from '@angular/platform-browser';
|
|
3
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
|
+
import { NsContent } from '../../_services/widget-content.model';
|
|
5
|
+
import { WidgetContentService } from '../../_services/widget-content.service';
|
|
6
|
+
import { TFetchStatus, UtilityService, ConfigurationsService, LoggerService, EventService, MultilingualTranslationsService } from '@sunbird-cb/utils-v2';
|
|
7
|
+
import { Subscription } from 'rxjs';
|
|
8
|
+
import { NsAnalytics } from '../../models/app-toc-analytics.model';
|
|
9
|
+
import { NsAppToc } from '../../models/app-toc.model';
|
|
10
|
+
import { NsPlaylist } from '../../models/playlist.model';
|
|
11
|
+
import { NsGoal } from '../../models/goal.model';
|
|
12
|
+
import { AppTocService } from '../../services/app-toc.service';
|
|
13
|
+
import { UserAutocompleteService } from '../../_collection/_common/user-autocomplete/user-autocomplete.service';
|
|
14
|
+
import { MobileAppsService } from '../../services/mobile-apps.service';
|
|
15
|
+
import { UntypedFormControl, UntypedFormGroup } from '@angular/forms';
|
|
16
|
+
import { TitleTagService } from '../../services/title-tag.service';
|
|
17
|
+
import { ActionService } from '../../services/action.service';
|
|
18
|
+
import { DatePipe } from '@angular/common';
|
|
19
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
20
|
+
import { TimerService } from '../../services/timer.service';
|
|
21
|
+
import { MatLegacyAutocomplete as MatAutocomplete, MatLegacyAutocompleteSelectedEvent as MatAutocompleteSelectedEvent } from '@angular/material/legacy-autocomplete';
|
|
22
|
+
import { MatLegacyChipInputEvent as MatChipInputEvent } from '@angular/material/legacy-chips';
|
|
23
|
+
import { MatLegacyDialog as MatDialog } from '@angular/material/legacy-dialog';
|
|
24
|
+
import { MatLegacySnackBar as MatSnackBar } from '@angular/material/legacy-snack-bar';
|
|
25
|
+
import * as i0 from "@angular/core";
|
|
26
|
+
export declare class AppTocBannerComponent implements OnInit, OnChanges, OnDestroy {
|
|
27
|
+
private sanitizer;
|
|
28
|
+
private router;
|
|
29
|
+
private route;
|
|
30
|
+
private dialog;
|
|
31
|
+
private tocSvc;
|
|
32
|
+
private contentSvc;
|
|
33
|
+
private utilitySvc;
|
|
34
|
+
private mobileAppsSvc;
|
|
35
|
+
private snackBar;
|
|
36
|
+
configSvc: ConfigurationsService;
|
|
37
|
+
private tagSvc;
|
|
38
|
+
private actionSVC;
|
|
39
|
+
private logger;
|
|
40
|
+
private datePipe;
|
|
41
|
+
private translate;
|
|
42
|
+
private userAutoComplete;
|
|
43
|
+
private events;
|
|
44
|
+
private langtranslations;
|
|
45
|
+
private timerService;
|
|
46
|
+
private environment;
|
|
47
|
+
show: boolean;
|
|
48
|
+
banners: NsAppToc.ITocBanner | null;
|
|
49
|
+
content: NsContent.IContent | null;
|
|
50
|
+
resumeData: NsContent.IContinueLearningData | null;
|
|
51
|
+
analytics: NsAnalytics.IAnalytics | null;
|
|
52
|
+
forPreview: boolean;
|
|
53
|
+
batchData: /**NsContent.IBatchListResponse */ any | null;
|
|
54
|
+
userEnrollmentList: NsContent.ICourse[] | null;
|
|
55
|
+
withdrawOrEnroll: EventEmitter<string>;
|
|
56
|
+
contentReadData: NsContent.IContent | null;
|
|
57
|
+
clickToShare: boolean;
|
|
58
|
+
programEnrollCall: EventEmitter<any>;
|
|
59
|
+
timer: any;
|
|
60
|
+
nsContent: typeof NsContent;
|
|
61
|
+
batchControl: UntypedFormControl;
|
|
62
|
+
primaryCategory: typeof NsContent.EPrimaryCategory;
|
|
63
|
+
WFBlendedProgramStatus: typeof NsContent.WFBlendedProgramStatus;
|
|
64
|
+
WFSTATUS_MSG_MAPPING: any;
|
|
65
|
+
contentProgress: number;
|
|
66
|
+
bannerUrl: SafeStyle | null;
|
|
67
|
+
routePath: string;
|
|
68
|
+
validPaths: Set<string>;
|
|
69
|
+
routerParamSubscription: Subscription | null;
|
|
70
|
+
routeSubscription: Subscription | null;
|
|
71
|
+
batchWFDataSubscription: Subscription | null;
|
|
72
|
+
firstResourceLink: {
|
|
73
|
+
url: string;
|
|
74
|
+
queryParams: {
|
|
75
|
+
[key: string]: any;
|
|
76
|
+
};
|
|
77
|
+
} | null;
|
|
78
|
+
resumeDataLink: {
|
|
79
|
+
url: string;
|
|
80
|
+
queryParams: {
|
|
81
|
+
[key: string]: any;
|
|
82
|
+
};
|
|
83
|
+
} | null;
|
|
84
|
+
isAssessVisible: boolean;
|
|
85
|
+
isPracticeVisible: boolean;
|
|
86
|
+
editButton: boolean;
|
|
87
|
+
reviewButton: boolean;
|
|
88
|
+
analyticsDataClient: any;
|
|
89
|
+
btnPlaylistConfig: NsPlaylist.IBtnPlaylist | null;
|
|
90
|
+
btnGoalsConfig: NsGoal.IBtnGoal | null;
|
|
91
|
+
isRegistrationSupported: boolean;
|
|
92
|
+
showRejected: boolean;
|
|
93
|
+
checkRegistrationSources: Set<string>;
|
|
94
|
+
isUserRegistered: boolean;
|
|
95
|
+
actionBtnStatus: string;
|
|
96
|
+
showIntranetMessage: boolean;
|
|
97
|
+
showTakeAssessment: NsAppToc.IPostAssessment | null;
|
|
98
|
+
externalContentFetchStatus: TFetchStatus;
|
|
99
|
+
registerForExternal: boolean;
|
|
100
|
+
isGoalsEnabled: boolean;
|
|
101
|
+
contextId?: string;
|
|
102
|
+
contextPath?: string;
|
|
103
|
+
tocConfig: any;
|
|
104
|
+
defaultSLogo: string;
|
|
105
|
+
disableEnrollBtn: boolean;
|
|
106
|
+
selectedBatch: any;
|
|
107
|
+
helpEmail: string;
|
|
108
|
+
selectedBatchSubscription: any;
|
|
109
|
+
selectedBatchData: any;
|
|
110
|
+
batchControlUnsubscribe: any;
|
|
111
|
+
date: any;
|
|
112
|
+
now: any;
|
|
113
|
+
targetDate: any;
|
|
114
|
+
targetTime: any;
|
|
115
|
+
difference: number;
|
|
116
|
+
days: any;
|
|
117
|
+
hours: any;
|
|
118
|
+
minutes: any;
|
|
119
|
+
seconds: any;
|
|
120
|
+
serverDateSubscription: any;
|
|
121
|
+
serverDate: any;
|
|
122
|
+
canShare: boolean;
|
|
123
|
+
enableShare: boolean;
|
|
124
|
+
rootOrgId: any;
|
|
125
|
+
timerIntervalClear: any;
|
|
126
|
+
shareForm: UntypedFormGroup | undefined;
|
|
127
|
+
selectable: boolean;
|
|
128
|
+
removable: boolean;
|
|
129
|
+
addOnBlur: boolean;
|
|
130
|
+
separatorKeysCodes: number[];
|
|
131
|
+
userCtrl: UntypedFormControl;
|
|
132
|
+
filteredUsers: any[] | undefined;
|
|
133
|
+
users: any[];
|
|
134
|
+
allUsers: any[];
|
|
135
|
+
apiResponse: any;
|
|
136
|
+
courseDetails: any;
|
|
137
|
+
userProfile: any;
|
|
138
|
+
userProfileObject: any;
|
|
139
|
+
doptEligibleServicesList: string[];
|
|
140
|
+
maxEmailsLimit: number;
|
|
141
|
+
showLoader: boolean;
|
|
142
|
+
constructor(sanitizer: DomSanitizer, router: Router, route: ActivatedRoute, dialog: MatDialog, tocSvc: AppTocService, contentSvc: WidgetContentService, utilitySvc: UtilityService, mobileAppsSvc: MobileAppsService, snackBar: MatSnackBar, configSvc: ConfigurationsService, tagSvc: TitleTagService, actionSVC: ActionService, logger: LoggerService, datePipe: DatePipe, translate: TranslateService, userAutoComplete: UserAutocompleteService, events: EventService, langtranslations: MultilingualTranslationsService, timerService: TimerService, environment: any);
|
|
143
|
+
userInput: ElementRef<HTMLInputElement> | undefined;
|
|
144
|
+
matAutocomplete: MatAutocomplete | undefined;
|
|
145
|
+
ngOnInit(): void;
|
|
146
|
+
getUsersToShare(queryStr: string): void;
|
|
147
|
+
get showIntranetMsg(): boolean;
|
|
148
|
+
get getBatchDuration(): number;
|
|
149
|
+
get showStart(): {
|
|
150
|
+
show: boolean;
|
|
151
|
+
msg: string;
|
|
152
|
+
};
|
|
153
|
+
get isPostAssessment(): boolean;
|
|
154
|
+
get isMobile(): boolean;
|
|
155
|
+
get showSubtitleOnBanner(): boolean;
|
|
156
|
+
getDoptEligibleServicesList(): void;
|
|
157
|
+
ngOnChanges(_changes: SimpleChanges): void;
|
|
158
|
+
requestToWithdrawDialog(): void;
|
|
159
|
+
openConformationDialog(message: string): void;
|
|
160
|
+
openRequestToEnroll(batchData: any): void;
|
|
161
|
+
callBPSurevy(batchData: any): void;
|
|
162
|
+
callBPProfileSurevy(batchData: any): void;
|
|
163
|
+
requestToEnrollDialog(): void;
|
|
164
|
+
requestAndWithDrawEnroll(state: string, action: string, wfIdValue?: string): void;
|
|
165
|
+
getMimeType(content: NsContent.IContent, identifier: string): NsContent.EMimeTypes;
|
|
166
|
+
private getBatchId;
|
|
167
|
+
handleEnrollmentEndDate(batch: any): boolean;
|
|
168
|
+
checkRejected(batch: any): boolean;
|
|
169
|
+
checkWithdrawn(batch: any): boolean;
|
|
170
|
+
batchChange(event: any): void;
|
|
171
|
+
checkBatchStartDate(): void;
|
|
172
|
+
setBatchControl(): void;
|
|
173
|
+
clearAndCallTimer(): void;
|
|
174
|
+
setbatchDateToCountDown(batchStartDate: string): void;
|
|
175
|
+
private openSnackbar;
|
|
176
|
+
get disableWithdrawnBtn(): boolean;
|
|
177
|
+
get showInstructorLedMsg(): boolean;
|
|
178
|
+
get getWFMsg(): any;
|
|
179
|
+
get showIcon(): boolean;
|
|
180
|
+
get showMsg(): boolean;
|
|
181
|
+
get WFIcon(): "" | "circle" | "info";
|
|
182
|
+
get iconColor(): "" | " " | "ws-mat-green-text" | "ws-mat-orange-text";
|
|
183
|
+
get isHeaderHidden(): boolean;
|
|
184
|
+
get showActionButtons(): boolean;
|
|
185
|
+
get showButtonContainer(): boolean;
|
|
186
|
+
get isResource(): boolean;
|
|
187
|
+
getBatchUserCount(batchData: any): void;
|
|
188
|
+
private getResumeDataFromList;
|
|
189
|
+
private modifySensibleContentRating;
|
|
190
|
+
private getLearningUrls;
|
|
191
|
+
private assignPathAndUpdateBanner;
|
|
192
|
+
private updateBannerUrl;
|
|
193
|
+
playIntroVideo(): void;
|
|
194
|
+
get sanitizedIntroductoryVideoIcon(): SafeStyle;
|
|
195
|
+
private fetchExternalContentAccess;
|
|
196
|
+
getRatingIcon(ratingIndex: number): 'star' | 'star_border' | 'star_half';
|
|
197
|
+
private checkRegistrationStatus;
|
|
198
|
+
generateQuery(type: 'RESUME' | 'START_OVER' | 'START'): {
|
|
199
|
+
[key: string]: string;
|
|
200
|
+
};
|
|
201
|
+
get isInIFrame(): boolean;
|
|
202
|
+
getBgColor(tagTitle: any): {
|
|
203
|
+
color: string;
|
|
204
|
+
'background-color': string;
|
|
205
|
+
};
|
|
206
|
+
getTargetTime(): number | "";
|
|
207
|
+
callTimer(): void;
|
|
208
|
+
timerFunc(serverDate: any): void;
|
|
209
|
+
get showDisableMsg(): boolean;
|
|
210
|
+
get findMessage(): any;
|
|
211
|
+
onClickOfShare(): void;
|
|
212
|
+
add(event: MatChipInputEvent): void;
|
|
213
|
+
remove(user: string): void;
|
|
214
|
+
selected(event: MatAutocompleteSelectedEvent): void;
|
|
215
|
+
filterSharedUsers(value: string): string[];
|
|
216
|
+
submitSharing(): void;
|
|
217
|
+
onClose(): void;
|
|
218
|
+
copyToClipboard(): void;
|
|
219
|
+
raiseTelemetry(subType: any): void;
|
|
220
|
+
translateLabels(label: string, type: any, subtype: any): any;
|
|
221
|
+
ngOnDestroy(): void;
|
|
222
|
+
translateLabel(label: string, type: any): any;
|
|
223
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocBannerComponent, never>;
|
|
224
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppTocBannerComponent, "ws-app-toc-banner", never, { "banners": { "alias": "banners"; "required": false; }; "content": { "alias": "content"; "required": false; }; "resumeData": { "alias": "resumeData"; "required": false; }; "analytics": { "alias": "analytics"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; "batchData": { "alias": "batchData"; "required": false; }; "userEnrollmentList": { "alias": "userEnrollmentList"; "required": false; }; "contentReadData": { "alias": "contentReadData"; "required": false; }; "clickToShare": { "alias": "clickToShare"; "required": false; }; }, { "withdrawOrEnroll": "withdrawOrEnroll"; "programEnrollCall": "programEnrollCall"; }, never, never, false, never>;
|
|
225
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef, OnInit } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute } from '@angular/router';
|
|
3
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
4
|
+
import { CommonMethodsService } from '@sunbird-cb/consumption';
|
|
5
|
+
import { ConfigurationsService, EventService, MultilingualTranslationsService, WidgetContentService } from '@sunbird-cb/utils-v2';
|
|
6
|
+
import { LoaderService } from '../../services/loader.service';
|
|
7
|
+
import { MatLegacySnackBar as MatSnackBar } from '@angular/material/legacy-snack-bar';
|
|
8
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
9
|
+
import { CertificateService } from '../../services/certificate.service';
|
|
10
|
+
import { NsDiscussionV2 } from '@sunbird-cb/discussion-v2';
|
|
11
|
+
import { NetCoreService } from '../../services/netcore.service';
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
13
|
+
export declare class AppTocCiosHomeComponent implements OnInit, AfterViewInit {
|
|
14
|
+
private route;
|
|
15
|
+
private commonSvc;
|
|
16
|
+
private translate;
|
|
17
|
+
private configSvc;
|
|
18
|
+
private events;
|
|
19
|
+
private langtranslations;
|
|
20
|
+
private contentSvc;
|
|
21
|
+
private certSvc;
|
|
22
|
+
loader: LoaderService;
|
|
23
|
+
private matDialog;
|
|
24
|
+
snackBar: MatSnackBar;
|
|
25
|
+
netCoreService: NetCoreService;
|
|
26
|
+
private environment;
|
|
27
|
+
commentId?: string;
|
|
28
|
+
skeletonLoader: boolean;
|
|
29
|
+
extContentReadData: any;
|
|
30
|
+
userExtCourseEnroll: any;
|
|
31
|
+
downloadCertificateLoading: boolean;
|
|
32
|
+
forPreview: any;
|
|
33
|
+
extContentAvailable: boolean;
|
|
34
|
+
canEnroll: boolean;
|
|
35
|
+
enrollValidationLoading: boolean;
|
|
36
|
+
rcElem: {
|
|
37
|
+
offSetTop: number;
|
|
38
|
+
BottomPos: number;
|
|
39
|
+
};
|
|
40
|
+
contentLink: any;
|
|
41
|
+
rcElement: ElementRef;
|
|
42
|
+
scrollLimit: any;
|
|
43
|
+
scrolled: boolean | undefined;
|
|
44
|
+
isMobile: boolean;
|
|
45
|
+
config: any;
|
|
46
|
+
widgetData: any;
|
|
47
|
+
enableShare: boolean;
|
|
48
|
+
rootOrgId: any;
|
|
49
|
+
currentLang: any;
|
|
50
|
+
discussWidgetData: NsDiscussionV2.ICommentWidgetData;
|
|
51
|
+
showProviderTips: boolean;
|
|
52
|
+
fromMDO: boolean;
|
|
53
|
+
handleScroll(): void;
|
|
54
|
+
constructor(route: ActivatedRoute, commonSvc: CommonMethodsService, translate: TranslateService, configSvc: ConfigurationsService, events: EventService, langtranslations: MultilingualTranslationsService, contentSvc: WidgetContentService, certSvc: CertificateService, loader: LoaderService, matDialog: MatDialog, snackBar: MatSnackBar, netCoreService: NetCoreService, environment: any);
|
|
55
|
+
ngOnInit(): void;
|
|
56
|
+
initializeDiscussData(): void;
|
|
57
|
+
handleCapitalize(str: string, type?: string): string;
|
|
58
|
+
translateLabels(label: string, type: any): any;
|
|
59
|
+
ngAfterViewInit(): void;
|
|
60
|
+
redirectToContent(contentData: any): string;
|
|
61
|
+
replaceText(str: any, replaceTxt: any): any;
|
|
62
|
+
formatcourseProviders(providers: any[]): string;
|
|
63
|
+
enRollToExtCourse(content: any): Promise<void>;
|
|
64
|
+
callConsentApi(content: any): void;
|
|
65
|
+
private proceedWithEnrollment;
|
|
66
|
+
getUserContentEnroll(contentId: any): Promise<void>;
|
|
67
|
+
captureRedirectTelemetry(content: any): void;
|
|
68
|
+
raiseTelemtryStartEvent(): void;
|
|
69
|
+
telemetryToCaptureInteract(contentId: any, subType: any, id: any): void;
|
|
70
|
+
raiseTelemtryEndEvent(): void;
|
|
71
|
+
downloadCert(): Promise<void>;
|
|
72
|
+
onClickOfShare(): void;
|
|
73
|
+
resetEnableShare(_eventData: any): void;
|
|
74
|
+
contentViewEventForNetCore(eventType: any): void;
|
|
75
|
+
secondsToTime(d: any): string;
|
|
76
|
+
clearCommentIdFromUrl(): void;
|
|
77
|
+
private validateEnrollmentEligibility;
|
|
78
|
+
get showEnroll(): boolean;
|
|
79
|
+
get showRedirect(): boolean;
|
|
80
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocCiosHomeComponent, [null, null, null, null, null, null, null, null, null, null, null, null, { optional: true; }]>;
|
|
81
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppTocCiosHomeComponent, "ws-app-app-toc-cios-home", never, {}, {}, never, never, false, never>;
|
|
82
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
+
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
4
|
+
import { HttpClient } from '@angular/common/http';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ConsentDialogComponent implements OnInit {
|
|
7
|
+
private dialogRef;
|
|
8
|
+
data: any;
|
|
9
|
+
private sanitizer;
|
|
10
|
+
private http;
|
|
11
|
+
htmlContent: SafeHtml;
|
|
12
|
+
loading: boolean;
|
|
13
|
+
error: boolean;
|
|
14
|
+
constructor(dialogRef: MatDialogRef<ConsentDialogComponent>, data: any, sanitizer: DomSanitizer, http: HttpClient);
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
private loadConsent;
|
|
17
|
+
onClose(): void;
|
|
18
|
+
onAccept(): void;
|
|
19
|
+
private loadConsentFromFallback;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConsentDialogComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConsentDialogComponent, "ws-app-consent-dialog", never, {}, {}, never, never, false, never>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { NsContent } from '../../_services/widget-content.model';
|
|
3
|
+
import { NsAutoComplete } from '../../_collection/_common/user-autocomplete/user-autocomplete.model';
|
|
4
|
+
import { ConfigurationsService } from '@sunbird-cb/utils-v2';
|
|
5
|
+
import { NsCohorts } from '../../models/app-toc.model';
|
|
6
|
+
import { AppTocService } from '../../services/app-toc.service';
|
|
7
|
+
import { Router } from '@angular/router';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class AppTocCohortsComponent implements OnInit {
|
|
10
|
+
private tocSvc;
|
|
11
|
+
private configSvc;
|
|
12
|
+
private router;
|
|
13
|
+
content: NsContent.IContent;
|
|
14
|
+
cohortResults: {
|
|
15
|
+
[key: string]: {
|
|
16
|
+
hasError: boolean;
|
|
17
|
+
contents: NsCohorts.ICohortsContent[];
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
cohortTypesEnum: typeof NsCohorts.ECohortTypes;
|
|
21
|
+
forPreview: boolean;
|
|
22
|
+
constructor(tocSvc: AppTocService, configSvc: ConfigurationsService, router: Router);
|
|
23
|
+
ngOnInit(): void;
|
|
24
|
+
get enableFeature(): boolean;
|
|
25
|
+
get enablePeopleSearch(): boolean;
|
|
26
|
+
goToUserProfile(user: NsAutoComplete.IUserAutoComplete): void;
|
|
27
|
+
getUserFullName(user: any): string;
|
|
28
|
+
fetchCohorts(cohortType: NsCohorts.ECohortTypes): void;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocCohortsComponent, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppTocCohortsComponent, "ws-app-toc-cohorts", never, { "content": { "alias": "content"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; }, {}, never, never, false, never>;
|
|
31
|
+
}
|