@sunbird-cb/toc 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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/certificate-dialog/certificate-dialog.component.mjs +120 -0
- package/esm2022/lib/_collection/_common/certificate-dialog/certificate-dialog.module.mjs +92 -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 +941 -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 +223 -0
- package/esm2022/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.mjs +591 -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 +847 -0
- package/esm2022/lib/_collection/_common/content-toc/content-toc.module.mjs +219 -0
- package/esm2022/lib/_collection/_common/content-toc/karma-points/karma-points.component.mjs +209 -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 +73 -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 +246 -0
- package/esm2022/lib/_services/widget-content.service.mjs +589 -0
- package/esm2022/lib/_shared/translate-loader.factory.mjs +9 -0
- package/esm2022/lib/app-toc-lib.module.mjs +499 -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 +475 -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 +2229 -0
- package/esm2022/lib/components/app-toc-home-v2/app-toc-home-v2.component.mjs +2796 -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 +256 -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/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 +47 -0
- package/esm2022/lib/services/app-toc.service.mjs +1001 -0
- package/esm2022/lib/services/certificate.service.mjs +69 -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/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 +500 -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 +56 -0
- package/esm2022/sunbird-cb-toc.mjs +5 -0
- package/fesm2022/sunbird-cb-toc.mjs +23517 -0
- package/fesm2022/sunbird-cb-toc.mjs.map +1 -0
- package/index.d.ts +6 -0
- package/lib/_collection/_common/attendance-card/attendance-card.component.d.ts +17 -0
- package/lib/_collection/_common/attendance-card/attendance-card.component.d.ts.map +1 -0
- package/lib/_collection/_common/attendance-card/attendance-card.module.d.ts +32 -0
- package/lib/_collection/_common/attendance-card/attendance-card.module.d.ts.map +1 -0
- package/lib/_collection/_common/attendance-helper/attendance-helper.component.d.ts +16 -0
- package/lib/_collection/_common/attendance-helper/attendance-helper.component.d.ts.map +1 -0
- package/lib/_collection/_common/attendance-helper/attendance-helper.module.d.ts +21 -0
- package/lib/_collection/_common/attendance-helper/attendance-helper.module.d.ts.map +1 -0
- package/lib/_collection/_common/avatar-photo/avatar-photo.component.d.ts +23 -0
- package/lib/_collection/_common/avatar-photo/avatar-photo.component.d.ts.map +1 -0
- package/lib/_collection/_common/avatar-photo/avatar-photo.module.d.ts +16 -0
- package/lib/_collection/_common/avatar-photo/avatar-photo.module.d.ts.map +1 -0
- package/lib/_collection/_common/certificate-dialog/certificate-dialog.component.d.ts +23 -0
- package/lib/_collection/_common/certificate-dialog/certificate-dialog.component.d.ts.map +1 -0
- package/lib/_collection/_common/certificate-dialog/certificate-dialog.module.d.ts +23 -0
- package/lib/_collection/_common/certificate-dialog/certificate-dialog.module.d.ts.map +1 -0
- package/lib/_collection/_common/certificate-dialog/svg-to-pdf.component.d.ts +10 -0
- package/lib/_collection/_common/certificate-dialog/svg-to-pdf.component.d.ts.map +1 -0
- package/lib/_collection/_common/confirm-dialog/confirm-dialog.component.d.ts +12 -0
- package/lib/_collection/_common/confirm-dialog/confirm-dialog.component.d.ts.map +1 -0
- package/lib/_collection/_common/confirm-dialog/confirm-dialog.module.d.ts +13 -0
- package/lib/_collection/_common/confirm-dialog/confirm-dialog.module.d.ts.map +1 -0
- package/lib/_collection/_common/connection-hover-card/connection-hover-card.component.d.ts +19 -0
- package/lib/_collection/_common/connection-hover-card/connection-hover-card.component.d.ts.map +1 -0
- package/lib/_collection/_common/connection-hover-card/connection-hover.module.d.ts +15 -0
- package/lib/_collection/_common/connection-hover-card/connection-hover.module.d.ts.map +1 -0
- package/lib/_collection/_common/connection-hover-card/connection-hover.servive.d.ts +12 -0
- package/lib/_collection/_common/connection-hover-card/connection-hover.servive.d.ts.map +1 -0
- package/lib/_collection/_common/connection-name/connection-name.component.d.ts +18 -0
- package/lib/_collection/_common/connection-name/connection-name.component.d.ts.map +1 -0
- package/lib/_collection/_common/connection-name/connection-name.module.d.ts +15 -0
- package/lib/_collection/_common/connection-name/connection-name.module.d.ts.map +1 -0
- package/lib/_collection/_common/connection-name/profile-v2.model.d.ts +200 -0
- package/lib/_collection/_common/connection-name/profile-v2.model.d.ts.map +1 -0
- package/lib/_collection/_common/content-progress/content-progress.component.d.ts +17 -0
- package/lib/_collection/_common/content-progress/content-progress.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-progress/content-progress.module.d.ts +11 -0
- package/lib/_collection/_common/content-progress/content-progress.module.d.ts.map +1 -0
- package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.component.d.ts +39 -0
- package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.module.d.ts +20 -0
- package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.module.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/ai-tutor-confirm-popup/ai-tutor-confirm-popup.component.d.ts +12 -0
- package/lib/_collection/_common/content-toc/ai-tutor-confirm-popup/ai-tutor-confirm-popup.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/app-toc-about/app-toc-about.component.d.ts +184 -0
- package/lib/_collection/_common/content-toc/app-toc-about/app-toc-about.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/app-toc-assignment-viewer/app-toc-assignment-viewer.component.d.ts +42 -0
- package/lib/_collection/_common/content-toc/app-toc-assignment-viewer/app-toc-assignment-viewer.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/app-toc-assignment-viewerV2/app-toc-assignment-viewerV2.component.d.ts +55 -0
- package/lib/_collection/_common/content-toc/app-toc-assignment-viewerV2/app-toc-assignment-viewerV2.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/app-toc-batch-assignments/app-toc-batch-assignments.component.d.ts +48 -0
- package/lib/_collection/_common/content-toc/app-toc-batch-assignments/app-toc-batch-assignments.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/app-toc-content/app-toc-content.component.d.ts +49 -0
- package/lib/_collection/_common/content-toc/app-toc-content/app-toc-content.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.d.ts +92 -0
- package/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/app-toc-content-card-v2-skeleton/app-toc-content-card-v2-skeleton.component.d.ts +9 -0
- package/lib/_collection/_common/content-toc/app-toc-content-card-v2-skeleton/app-toc-content-card-v2-skeleton.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/app-toc-reference-notes/app-toc-reference-notes.component.d.ts +17 -0
- package/lib/_collection/_common/content-toc/app-toc-reference-notes/app-toc-reference-notes.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/app-toc-session-card-new/app-toc-session-card-new.component.d.ts +41 -0
- package/lib/_collection/_common/content-toc/app-toc-session-card-new/app-toc-session-card-new.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/app-toc-sessions-new/app-toc-sessions-new.component.d.ts +22 -0
- package/lib/_collection/_common/content-toc/app-toc-sessions-new/app-toc-sessions-new.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/app-toc-teachers-notes/app-toc-teachers-notes.component.d.ts +46 -0
- package/lib/_collection/_common/content-toc/app-toc-teachers-notes/app-toc-teachers-notes.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/content-services/handle-claim.service.d.ts +11 -0
- package/lib/_collection/_common/content-toc/content-services/handle-claim.service.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/content-services/review-component-data.service.d.ts +11 -0
- package/lib/_collection/_common/content-toc/content-services/review-component-data.service.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/content-toc.component.d.ts +129 -0
- package/lib/_collection/_common/content-toc/content-toc.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/content-toc.module.d.ts +52 -0
- package/lib/_collection/_common/content-toc/content-toc.module.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/karma-points/karma-points.component.d.ts +30 -0
- package/lib/_collection/_common/content-toc/karma-points/karma-points.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/karma-points/karma-points.module.d.ts +10 -0
- package/lib/_collection/_common/content-toc/karma-points/karma-points.module.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/pipes/replace-nbsp.pipe.d.ts +8 -0
- package/lib/_collection/_common/content-toc/pipes/replace-nbsp.pipe.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/pipes/truncate.pipe.d.ts +8 -0
- package/lib/_collection/_common/content-toc/pipes/truncate.pipe.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/reviews-content/reviews-content.component.d.ts +29 -0
- package/lib/_collection/_common/content-toc/reviews-content/reviews-content.component.d.ts.map +1 -0
- package/lib/_collection/_common/content-toc/samuhik-charcha-content/samuhik-charcha-content/samuhik-charcha-content.component.d.ts +25 -0
- package/lib/_collection/_common/content-toc/samuhik-charcha-content/samuhik-charcha-content/samuhik-charcha-content.component.d.ts.map +1 -0
- package/lib/_collection/_common/display-content-type/display-content-type.component.d.ts +15 -0
- package/lib/_collection/_common/display-content-type/display-content-type.component.d.ts.map +1 -0
- package/lib/_collection/_common/display-content-type/display-content-type.module.d.ts +10 -0
- package/lib/_collection/_common/display-content-type/display-content-type.module.d.ts.map +1 -0
- package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.component.d.ts +13 -0
- package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.component.d.ts.map +1 -0
- package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.module.d.ts +11 -0
- package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.module.d.ts.map +1 -0
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.component.d.ts +23 -0
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.component.d.ts.map +1 -0
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.model.d.ts +9 -0
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.model.d.ts.map +1 -0
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.module.d.ts +19 -0
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.module.d.ts.map +1 -0
- package/lib/_collection/_common/pipe-content-route/pipe-content-route.module.d.ts +9 -0
- package/lib/_collection/_common/pipe-content-route/pipe-content-route.module.d.ts.map +1 -0
- package/lib/_collection/_common/pipe-content-route/pipe-content-route.pipe.d.ts +17 -0
- package/lib/_collection/_common/pipe-content-route/pipe-content-route.pipe.d.ts.map +1 -0
- package/lib/_collection/_common/player-brief/player-brief.component.d.ts +36 -0
- package/lib/_collection/_common/player-brief/player-brief.component.d.ts.map +1 -0
- package/lib/_collection/_common/player-brief/player-brief.module.d.ts +20 -0
- package/lib/_collection/_common/player-brief/player-brief.module.d.ts.map +1 -0
- package/lib/_collection/_common/rating-summary/rating-summary.component.d.ts +15 -0
- package/lib/_collection/_common/rating-summary/rating-summary.component.d.ts.map +1 -0
- package/lib/_collection/_common/rating-summary/rating-summary.module.d.ts +14 -0
- package/lib/_collection/_common/rating-summary/rating-summary.module.d.ts.map +1 -0
- package/lib/_collection/_common/skeleton-loader/skeleton-loader.component.d.ts +12 -0
- package/lib/_collection/_common/skeleton-loader/skeleton-loader.component.d.ts.map +1 -0
- package/lib/_collection/_common/skeleton-loader/skeleton-loader.module.d.ts +12 -0
- package/lib/_collection/_common/skeleton-loader/skeleton-loader.module.d.ts.map +1 -0
- package/lib/_collection/_common/tips-for-learner/tips-for-learner-card/tips-for-learner-card.component.d.ts +16 -0
- package/lib/_collection/_common/tips-for-learner/tips-for-learner-card/tips-for-learner-card.component.d.ts.map +1 -0
- package/lib/_collection/_common/tips-for-learner/tips-for-learner.module.d.ts +11 -0
- package/lib/_collection/_common/tips-for-learner/tips-for-learner.module.d.ts.map +1 -0
- package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.component.d.ts +17 -0
- package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.component.d.ts.map +1 -0
- package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.module.d.ts +12 -0
- package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.module.d.ts.map +1 -0
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.component.d.ts +35 -0
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.component.d.ts.map +1 -0
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.model.d.ts +18 -0
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.model.d.ts.map +1 -0
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.module.d.ts +16 -0
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.module.d.ts.map +1 -0
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.service.d.ts +16 -0
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.service.d.ts.map +1 -0
- package/lib/_collection/_common/user-content-rating/user-content-rating.component.d.ts +22 -0
- package/lib/_collection/_common/user-content-rating/user-content-rating.component.d.ts.map +1 -0
- package/lib/_collection/_common/user-content-rating/user-content-rating.module.d.ts +13 -0
- package/lib/_collection/_common/user-content-rating/user-content-rating.module.d.ts.map +1 -0
- package/lib/_collection/_common/user-image/user-image.component.d.ts +22 -0
- package/lib/_collection/_common/user-image/user-image.component.d.ts.map +1 -0
- package/lib/_collection/_common/user-image/user-image.module.d.ts +10 -0
- package/lib/_collection/_common/user-image/user-image.module.d.ts.map +1 -0
- package/lib/_collection/btn-page-back/btn-page-back.component.d.ts +48 -0
- package/lib/_collection/btn-page-back/btn-page-back.component.d.ts.map +1 -0
- package/lib/_collection/btn-page-back/btn-page-back.module.d.ts +15 -0
- package/lib/_collection/btn-page-back/btn-page-back.module.d.ts.map +1 -0
- package/lib/_collection/btn-page-back/btn-page-back.service.d.ts +23 -0
- package/lib/_collection/btn-page-back/btn-page-back.service.d.ts.map +1 -0
- package/lib/_collection/card-rating-comment/card-rating-comment.component.d.ts +20 -0
- package/lib/_collection/card-rating-comment/card-rating-comment.component.d.ts.map +1 -0
- package/lib/_collection/card-rating-comment/card-rating-comment.module.d.ts +16 -0
- package/lib/_collection/card-rating-comment/card-rating-comment.module.d.ts.map +1 -0
- package/lib/_collection/sliders-dynamic/sliders-dynamic.component.d.ts +26 -0
- package/lib/_collection/sliders-dynamic/sliders-dynamic.component.d.ts.map +1 -0
- package/lib/_collection/sliders-dynamic/sliders-dynamic.model.d.ts +22 -0
- package/lib/_collection/sliders-dynamic/sliders-dynamic.model.d.ts.map +1 -0
- package/lib/_collection/sliders-dynamic/sliders-dynamic.module.d.ts +19 -0
- package/lib/_collection/sliders-dynamic/sliders-dynamic.module.d.ts.map +1 -0
- package/lib/_collection-api.d.ts +35 -0
- package/lib/_collection-api.d.ts.map +1 -0
- package/lib/_constants/widget-content.constants.d.ts +8 -0
- package/lib/_constants/widget-content.constants.d.ts.map +1 -0
- package/lib/_directives/tooltip.directive.d.ts +18 -0
- package/lib/_directives/tooltip.directive.d.ts.map +1 -0
- package/lib/_models/common.model.d.ts +4 -0
- package/lib/_models/common.model.d.ts.map +1 -0
- package/lib/_models/error.model.d.ts +6 -0
- package/lib/_models/error.model.d.ts.map +1 -0
- package/lib/_pipes/highlight.pipe.d.ts +11 -0
- package/lib/_pipes/highlight.pipe.d.ts.map +1 -0
- package/lib/_services/rating.service.d.ts +19 -0
- package/lib/_services/rating.service.d.ts.map +1 -0
- package/lib/_services/samuhik-charcha.service.d.ts +14 -0
- package/lib/_services/samuhik-charcha.service.d.ts.map +1 -0
- package/lib/_services/viewer-route-util.d.ts +9 -0
- package/lib/_services/viewer-route-util.d.ts.map +1 -0
- package/lib/_services/widget-content.model.d.ts +515 -0
- package/lib/_services/widget-content.model.d.ts.map +1 -0
- package/lib/_services/widget-content.service.d.ts +101 -0
- package/lib/_services/widget-content.service.d.ts.map +1 -0
- package/lib/_shared/translate-loader.factory.d.ts +8 -0
- package/lib/_shared/translate-loader.factory.d.ts.map +1 -0
- package/lib/app-toc-lib.module.d.ts +89 -0
- package/lib/app-toc-lib.module.d.ts.map +1 -0
- package/lib/collection.config.d.ts +160 -0
- package/lib/collection.config.d.ts.map +1 -0
- package/lib/components/app-toc-analytics-tiles/app-toc-analytics-tiles.component.d.ts +18 -0
- package/lib/components/app-toc-analytics-tiles/app-toc-analytics-tiles.component.d.ts.map +1 -0
- package/lib/components/app-toc-banner/app-toc-banner.component.d.ts +226 -0
- package/lib/components/app-toc-banner/app-toc-banner.component.d.ts.map +1 -0
- package/lib/components/app-toc-cios-home/app-toc-cios-home.component.d.ts +79 -0
- package/lib/components/app-toc-cios-home/app-toc-cios-home.component.d.ts.map +1 -0
- package/lib/components/app-toc-cios-home/consent-dialog.component.d.ts +23 -0
- package/lib/components/app-toc-cios-home/consent-dialog.component.d.ts.map +1 -0
- package/lib/components/app-toc-cohorts/app-toc-cohorts.component.d.ts +32 -0
- package/lib/components/app-toc-cohorts/app-toc-cohorts.component.d.ts.map +1 -0
- package/lib/components/app-toc-content-card/app-toc-content-card.component.d.ts +48 -0
- package/lib/components/app-toc-content-card/app-toc-content-card.component.d.ts.map +1 -0
- package/lib/components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component.d.ts +15 -0
- package/lib/components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component.d.ts.map +1 -0
- package/lib/components/app-toc-discussion/app-toc-discussion.component.d.ts +22 -0
- package/lib/components/app-toc-discussion/app-toc-discussion.component.d.ts.map +1 -0
- package/lib/components/app-toc-home/app-toc-home.component.d.ts +315 -0
- package/lib/components/app-toc-home/app-toc-home.component.d.ts.map +1 -0
- package/lib/components/app-toc-home-v2/app-toc-home-v2.component.d.ts +386 -0
- package/lib/components/app-toc-home-v2/app-toc-home-v2.component.d.ts.map +1 -0
- package/lib/components/app-toc-overview/app-toc-overview.component.d.ts +48 -0
- package/lib/components/app-toc-overview/app-toc-overview.component.d.ts.map +1 -0
- package/lib/components/app-toc-session-card/app-toc-session-card.component.d.ts +23 -0
- package/lib/components/app-toc-session-card/app-toc-session-card.component.d.ts.map +1 -0
- package/lib/components/app-toc-sessions/app-toc-sessions.component.d.ts +15 -0
- package/lib/components/app-toc-sessions/app-toc-sessions.component.d.ts.map +1 -0
- package/lib/components/app-toc-single-page/app-toc-single-page.component.d.ts +150 -0
- package/lib/components/app-toc-single-page/app-toc-single-page.component.d.ts.map +1 -0
- package/lib/components/completion-survey-form/completion-survey-form.component.d.ts +43 -0
- package/lib/components/completion-survey-form/completion-survey-form.component.d.ts.map +1 -0
- package/lib/components/create-batch-dialog/create-batch-dialog.component.d.ts +28 -0
- package/lib/components/create-batch-dialog/create-batch-dialog.component.d.ts.map +1 -0
- package/lib/components/enroll-language-dialogue/enroll-language-dialogue.component.d.ts +16 -0
- package/lib/components/enroll-language-dialogue/enroll-language-dialogue.component.d.ts.map +1 -0
- package/lib/components/enroll-profile-form/enroll-profile-form.component.d.ts +196 -0
- package/lib/components/enroll-profile-form/enroll-profile-form.component.d.ts.map +1 -0
- package/lib/components/enroll-questionnaire/enroll-questionnaire.component.d.ts +45 -0
- package/lib/components/enroll-questionnaire/enroll-questionnaire.component.d.ts.map +1 -0
- package/lib/components/knowledge-artifact-details/knowledge-artifact-details.component.d.ts +55 -0
- package/lib/components/knowledge-artifact-details/knowledge-artifact-details.component.d.ts.map +1 -0
- package/lib/components/non-relevent-feedback-dialog/non-relevent-feedback-dialog.component.d.ts +19 -0
- package/lib/components/non-relevent-feedback-dialog/non-relevent-feedback-dialog.component.d.ts.map +1 -0
- package/lib/components/public-survey-form/public-survey-form.component.d.ts +44 -0
- package/lib/components/public-survey-form/public-survey-form.component.d.ts.map +1 -0
- package/lib/components/survey-form-question/survey-form-question.component.d.ts +21 -0
- package/lib/components/survey-form-question/survey-form-question.component.d.ts.map +1 -0
- package/lib/components/survey-form-section/survey-form-section.component.d.ts +14 -0
- package/lib/components/survey-form-section/survey-form-section.component.d.ts.map +1 -0
- package/lib/models/app-toc-analytics.model.d.ts +153 -0
- package/lib/models/app-toc-analytics.model.d.ts.map +1 -0
- package/lib/models/app-toc.model.d.ts +85 -0
- package/lib/models/app-toc.model.d.ts.map +1 -0
- package/lib/models/auto-complete.model.d.ts +28 -0
- package/lib/models/auto-complete.model.d.ts.map +1 -0
- package/lib/models/card-content.model.d.ts +20 -0
- package/lib/models/card-content.model.d.ts.map +1 -0
- package/lib/models/content-strip-with-tabs.model.d.ts +45 -0
- package/lib/models/content-strip-with-tabs.model.d.ts.map +1 -0
- package/lib/models/discussion-forum.model.d.ts +41 -0
- package/lib/models/discussion-forum.model.d.ts.map +1 -0
- package/lib/models/goal.model.d.ts +23 -0
- package/lib/models/goal.model.d.ts.map +1 -0
- package/lib/models/meta-tag.model.d.ts +7 -0
- package/lib/models/meta-tag.model.d.ts.map +1 -0
- package/lib/models/playlist.model.d.ts +24 -0
- package/lib/models/playlist.model.d.ts.map +1 -0
- package/lib/models/profile-revamp.model.d.ts +15 -0
- package/lib/models/profile-revamp.model.d.ts.map +1 -0
- package/lib/models/rating.model.d.ts +18 -0
- package/lib/models/rating.model.d.ts.map +1 -0
- package/lib/models/user-profile.model.d.ts +38 -0
- package/lib/models/user-profile.model.d.ts.map +1 -0
- package/lib/resolvers/app-toc-cios-resolver.service.d.ts +13 -0
- package/lib/resolvers/app-toc-cios-resolver.service.d.ts.map +1 -0
- package/lib/resolvers/app-toc-cios-user-enroll-resolver.service.d.ts +13 -0
- package/lib/resolvers/app-toc-cios-user-enroll-resolver.service.d.ts.map +1 -0
- package/lib/resolvers/app-toc-content-read-resolver.service.d.ts +17 -0
- package/lib/resolvers/app-toc-content-read-resolver.service.d.ts.map +1 -0
- package/lib/resolvers/app-toc-ext-public-resolver.service.d.ts +13 -0
- package/lib/resolvers/app-toc-ext-public-resolver.service.d.ts.map +1 -0
- package/lib/resolvers/app-toc-resolver.service.d.ts +17 -0
- package/lib/resolvers/app-toc-resolver.service.d.ts.map +1 -0
- package/lib/resolvers/config-resolver.service.d.ts +12 -0
- package/lib/resolvers/config-resolver.service.d.ts.map +1 -0
- package/lib/resolvers/profile-resolver.service.d.ts +12 -0
- package/lib/resolvers/profile-resolver.service.d.ts.map +1 -0
- package/lib/resolvers/restricted-features-resolver.service.d.ts +12 -0
- package/lib/resolvers/restricted-features-resolver.service.d.ts.map +1 -0
- package/lib/routes/app-toc-home/app-toc-home.component.d.ts +20 -0
- package/lib/routes/app-toc-home/app-toc-home.component.d.ts.map +1 -0
- package/lib/routes/app-toc-home/app-toc-home.directive.d.ts +9 -0
- package/lib/routes/app-toc-home/app-toc-home.directive.d.ts.map +1 -0
- package/lib/routes/app-toc-home/app-toc-home.service.d.ts +9 -0
- package/lib/routes/app-toc-home/app-toc-home.service.d.ts.map +1 -0
- package/lib/services/access-control.service.d.ts +30 -0
- package/lib/services/access-control.service.d.ts.map +1 -0
- package/lib/services/action.service.d.ts +10 -0
- package/lib/services/action.service.d.ts.map +1 -0
- package/lib/services/app-toc-v2.service.d.ts +8 -0
- package/lib/services/app-toc-v2.service.d.ts.map +1 -0
- package/lib/services/app-toc.service.d.ts +131 -0
- package/lib/services/app-toc.service.d.ts.map +1 -0
- package/lib/services/certificate.service.d.ts +43 -0
- package/lib/services/certificate.service.d.ts.map +1 -0
- package/lib/services/discuss-utils.service.d.ts +34 -0
- package/lib/services/discuss-utils.service.d.ts.map +1 -0
- package/lib/services/editor.service.d.ts +18 -0
- package/lib/services/editor.service.d.ts.map +1 -0
- package/lib/services/load-check.service.d.ts +9 -0
- package/lib/services/load-check.service.d.ts.map +1 -0
- package/lib/services/loader.service.d.ts +17 -0
- package/lib/services/loader.service.d.ts.map +1 -0
- package/lib/services/mobile-apps.service.d.ts +39 -0
- package/lib/services/mobile-apps.service.d.ts.map +1 -0
- package/lib/services/netcore.service.d.ts +34 -0
- package/lib/services/netcore.service.d.ts.map +1 -0
- package/lib/services/nps-grid.service.d.ts +16 -0
- package/lib/services/nps-grid.service.d.ts.map +1 -0
- package/lib/services/otp.service.d.ts +21 -0
- package/lib/services/otp.service.d.ts.map +1 -0
- package/lib/services/profile-v2.service.d.ts +21 -0
- package/lib/services/profile-v2.service.d.ts.map +1 -0
- package/lib/services/reset-ratings.service.d.ts +9 -0
- package/lib/services/reset-ratings.service.d.ts.map +1 -0
- package/lib/services/resource-download-helper.service.d.ts +30 -0
- package/lib/services/resource-download-helper.service.d.ts.map +1 -0
- package/lib/services/timer.service.d.ts +10 -0
- package/lib/services/timer.service.d.ts.map +1 -0
- package/lib/services/title-tag.service.d.ts +22 -0
- package/lib/services/title-tag.service.d.ts.map +1 -0
- package/lib/services/user-profile.service.d.ts +25 -0
- package/lib/services/user-profile.service.d.ts.map +1 -0
- package/lib/services/viewer-data.service.d.ts +59 -0
- package/lib/services/viewer-data.service.d.ts.map +1 -0
- package/lib/services/viewer-util.service.d.ts +63 -0
- package/lib/services/viewer-util.service.d.ts.map +1 -0
- package/lib/share-toc/share-toc/share-toc.component.d.ts +57 -0
- package/lib/share-toc/share-toc/share-toc.component.d.ts.map +1 -0
- package/lib/share-toc/share-toc.module.d.ts +33 -0
- package/lib/share-toc/share-toc.module.d.ts.map +1 -0
- package/package.json +36 -0
- package/public-api.d.ts +44 -0
- package/public-api.d.ts.map +1 -0
- package/sunbird-cb-toc.d.ts.map +1 -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
|
+
export declare class AppTocLibModule {
|
|
85
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocLibModule, never>;
|
|
86
|
+
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 i6.AppTocDiscussionComponent, typeof i12.AppTocSinglePageComponent, typeof i3.AppTocBannerComponent, typeof i9.AppTocHomeComponent, typeof i1.AppTocHomeV2Component, typeof i76.ShareTocModule, typeof i18.AppTocCiosHomeComponent]>;
|
|
87
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AppTocLibModule>;
|
|
88
|
+
}
|
|
89
|
+
//# sourceMappingURL=app-toc-lib.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-toc-lib.module.d.ts","sourceRoot":"","sources":["../../../../library/sunbird-cb/toc/src/lib/app-toc-lib.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsJA,qBAqJa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAI"}
|
|
@@ -0,0 +1,160 @@
|
|
|
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
|
+
};
|
|
160
|
+
//# sourceMappingURL=collection.config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"collection.config.d.ts","sourceRoot":"","sources":["../../../../library/sunbird-cb/toc/src/lib/collection.config.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+J9B,CAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
}
|
|
18
|
+
//# sourceMappingURL=app-toc-analytics-tiles.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-toc-analytics-tiles.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/toc/src/lib/components/app-toc-analytics-tiles/app-toc-analytics-tiles.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAiB,YAAY,EAAE,MAAM,eAAe,CAAA;;AAE9E,qBAKa,6BAA8B,YAAW,MAAM;IACjD,WAAW,EAAG,MAAM,CAAA;IACpB,WAAW,EAAG,MAAM,CAAA;IACpB,KAAK,EAAG,MAAM,CAAA;IACd,SAAS,EAAG,MAAM,CAAA;IAClB,SAAS,EAAG,MAAM,CAAA;IAClB,SAAS,EAAG,MAAM,CAAA;IAClB,mBAAmB,EAAE,GAAG,CAAA;IACvB,UAAU,uBAA6B;;IAIjD,QAAQ;IAER,OAAO,CAAC,IAAI,EAAE,MAAM;yCAdT,6BAA6B;2CAA7B,6BAA6B;CAiBzC"}
|
|
@@ -0,0 +1,226 @@
|
|
|
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
|
+
}
|
|
226
|
+
//# sourceMappingURL=app-toc-banner.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-toc-banner.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/toc/src/lib/components/app-toc-banner/app-toc-banner.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,79 @@
|
|
|
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
|
+
handleScroll(): void;
|
|
52
|
+
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);
|
|
53
|
+
ngOnInit(): void;
|
|
54
|
+
initializeDiscussData(): void;
|
|
55
|
+
handleCapitalize(str: string, type?: string): string;
|
|
56
|
+
translateLabels(label: string, type: any): any;
|
|
57
|
+
ngAfterViewInit(): void;
|
|
58
|
+
redirectToContent(contentData: any): string;
|
|
59
|
+
replaceText(str: any, replaceTxt: any): any;
|
|
60
|
+
formatcourseProviders(providers: any[]): string;
|
|
61
|
+
enRollToExtCourse(content: any): Promise<void>;
|
|
62
|
+
callConsentApi(content: any): void;
|
|
63
|
+
private proceedWithEnrollment;
|
|
64
|
+
getUserContentEnroll(contentId: any): Promise<void>;
|
|
65
|
+
captureRedirectTelemetry(content: any): void;
|
|
66
|
+
raiseTelemtryStartEvent(): void;
|
|
67
|
+
telemetryToCaptureInteract(contentId: any, subType: any, id: any): void;
|
|
68
|
+
raiseTelemtryEndEvent(): void;
|
|
69
|
+
downloadCert(): Promise<void>;
|
|
70
|
+
onClickOfShare(): void;
|
|
71
|
+
resetEnableShare(_eventData: any): void;
|
|
72
|
+
contentViewEventForNetCore(eventType: any): void;
|
|
73
|
+
secondsToTime(d: any): string;
|
|
74
|
+
clearCommentIdFromUrl(): void;
|
|
75
|
+
private validateEnrollmentEligibility;
|
|
76
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocCiosHomeComponent, [null, null, null, null, null, null, null, null, null, null, null, null, { optional: true; }]>;
|
|
77
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppTocCiosHomeComponent, "ws-app-app-toc-cios-home", never, {}, {}, never, never, false, never>;
|
|
78
|
+
}
|
|
79
|
+
//# sourceMappingURL=app-toc-cios-home.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-toc-cios-home.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/toc/src/lib/components/app-toc-cios-home/app-toc-cios-home.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
}
|
|
23
|
+
//# sourceMappingURL=consent-dialog.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"consent-dialog.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/toc/src/lib/components/app-toc-cios-home/consent-dialog.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,MAAM,EAAE,MAAM,eAAe,CAAA;AACzD,OAAO,EAAE,YAAY,EAAmB,MAAM,0BAA0B,CAAA;AACxE,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAA;AAClE,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;;AAEjD,qBAsFa,sBAAuB,YAAW,MAAM;IAMjD,OAAO,CAAC,SAAS;IACe,IAAI,EAAE,GAAG;IACzC,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,IAAI;IARd,WAAW,EAAE,QAAQ,CAAe;IACpC,OAAO,UAAO;IACd,KAAK,UAAQ;gBAGH,SAAS,EAAE,YAAY,CAAC,sBAAsB,CAAC,EACvB,IAAI,EAAE,GAAG,EACjC,SAAS,EAAE,YAAY,EACvB,IAAI,EAAE,UAAU;IAG1B,QAAQ,IAAI,IAAI;IAQhB,OAAO,CAAC,WAAW;IA4BnB,OAAO,IAAI,IAAI;IAIf,QAAQ,IAAI,IAAI;IAIhB,OAAO,CAAC,uBAAuB;yCAxDpB,sBAAsB;2CAAtB,sBAAsB;CAmFlC"}
|