@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,42 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { MatLegacySnackBar } from '@angular/material/legacy-snack-bar';
|
|
3
|
+
import { MatLegacyDialogRef } from '@angular/material/legacy-dialog';
|
|
4
|
+
import { FormArray, FormBuilder, FormGroup } from '@angular/forms';
|
|
5
|
+
import { AppTocService } from '../../services/app-toc.service';
|
|
6
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class CompletionSurveyFormComponent implements OnInit {
|
|
9
|
+
private snackBar;
|
|
10
|
+
dialogRef: MatLegacyDialogRef<CompletionSurveyFormComponent>;
|
|
11
|
+
data: any;
|
|
12
|
+
private fb;
|
|
13
|
+
private appTocSvc;
|
|
14
|
+
private translate;
|
|
15
|
+
rating: number;
|
|
16
|
+
stars: any[];
|
|
17
|
+
otherFieldType: any;
|
|
18
|
+
selectedOption: boolean;
|
|
19
|
+
formDetails: any;
|
|
20
|
+
surveyId: string;
|
|
21
|
+
surveyForm: FormGroup;
|
|
22
|
+
parentalFields: any[];
|
|
23
|
+
childFields: any[];
|
|
24
|
+
surveyFormIsValid: boolean;
|
|
25
|
+
addLoader: number;
|
|
26
|
+
constructor(snackBar: MatLegacySnackBar, dialogRef: MatLegacyDialogRef<CompletionSurveyFormComponent>, data: any, fb: FormBuilder, appTocSvc: AppTocService, translate: TranslateService);
|
|
27
|
+
ngOnInit(): void;
|
|
28
|
+
getSurveyFormData(): void;
|
|
29
|
+
buildForm(): void;
|
|
30
|
+
get questionsArray(): FormArray;
|
|
31
|
+
getChildQuestionsFormArray(sectionId: string): FormArray;
|
|
32
|
+
getChildFields(sectionId: string): any;
|
|
33
|
+
getQuestionControl(index: number): import("@angular/forms").AbstractControl<any, any>;
|
|
34
|
+
submitForm(): void;
|
|
35
|
+
get dataObject(): any;
|
|
36
|
+
doItLater(): void;
|
|
37
|
+
updateQuestionValues(event: any): void;
|
|
38
|
+
updateSurveyFormValidity(): void;
|
|
39
|
+
private openSnackbar;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CompletionSurveyFormComponent, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CompletionSurveyFormComponent, "ws-app-completion-survey-form", never, {}, {}, never, never, false, never>;
|
|
42
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { OnInit, ElementRef } from '@angular/core';
|
|
2
|
+
import { MatLegacyDialogRef as MatDialogRef } from '@angular/material/legacy-dialog';
|
|
3
|
+
import { UntypedFormGroup } from '@angular/forms';
|
|
4
|
+
import { ConfigurationsService } from '@sunbird-cb/utils-v2';
|
|
5
|
+
import { AppTocService } from '../../services/app-toc.service';
|
|
6
|
+
import { MatLegacySnackBar as MatSnackBar } from '@angular/material/legacy-snack-bar';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class CreateBatchDialogComponent implements OnInit {
|
|
9
|
+
dialogRef: MatDialogRef<CreateBatchDialogComponent>;
|
|
10
|
+
data: any;
|
|
11
|
+
private appTocService;
|
|
12
|
+
private snackBar;
|
|
13
|
+
private configSvc;
|
|
14
|
+
createBatchForm: UntypedFormGroup;
|
|
15
|
+
enrollmentTypes: string[];
|
|
16
|
+
namePatern: string;
|
|
17
|
+
today: Date;
|
|
18
|
+
uploadSaveData: boolean;
|
|
19
|
+
toastSuccess: ElementRef<any>;
|
|
20
|
+
toastError: ElementRef<any>;
|
|
21
|
+
constructor(dialogRef: MatDialogRef<CreateBatchDialogComponent>, data: any, appTocService: AppTocService, snackBar: MatSnackBar, configSvc: ConfigurationsService);
|
|
22
|
+
ngOnInit(): void;
|
|
23
|
+
createBatchSubmit(form: any): void;
|
|
24
|
+
private openSnackbar;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CreateBatchDialogComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateBatchDialogComponent, "ws-app-create-batch-dialog", never, {}, {}, never, never, false, never>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { MatLegacyDialogRef as MatDialogRef } from '@angular/material/legacy-dialog';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class EnrollLanguageDialogueComponent implements OnInit {
|
|
5
|
+
dialogRef: MatDialogRef<EnrollLanguageDialogueComponent>;
|
|
6
|
+
data: any;
|
|
7
|
+
selectedLanguage: any;
|
|
8
|
+
languageList: any;
|
|
9
|
+
constructor(dialogRef: MatDialogRef<EnrollLanguageDialogueComponent>, data: any);
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
onLanguageChange($event: any): void;
|
|
12
|
+
onSubmit(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EnrollLanguageDialogueComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EnrollLanguageDialogueComponent, "ws-app-enroll-language-dialogue", never, {}, {}, never, never, false, never>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
import { DatePipe } from '@angular/common';
|
|
2
|
+
import { OnInit, ElementRef } from '@angular/core';
|
|
3
|
+
import { FormGroup } from '@angular/forms';
|
|
4
|
+
import { UserProfileService } from '../../services/user-profile.service';
|
|
5
|
+
import { ConfigurationsService } from '@sunbird-cb/utils-v2';
|
|
6
|
+
import { ProfileV2Service } from '../../services/profile-v2.service';
|
|
7
|
+
import { OtpService } from '../../services/otp.service';
|
|
8
|
+
import { NPSGridService } from '../../services/nps-grid.service';
|
|
9
|
+
import { MatLegacyDialogRef as MatDialogRef } from '@angular/material/legacy-dialog';
|
|
10
|
+
import { MatLegacySnackBar as MatSnackBar } from '@angular/material/legacy-snack-bar';
|
|
11
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
13
|
+
export declare class EnrollProfileFormComponent implements OnInit {
|
|
14
|
+
private snackBar;
|
|
15
|
+
dialogRef: MatDialogRef<EnrollProfileFormComponent>;
|
|
16
|
+
private userProfileService;
|
|
17
|
+
private configSrc;
|
|
18
|
+
private profileV2Svc;
|
|
19
|
+
private otpService;
|
|
20
|
+
private npsSvc;
|
|
21
|
+
private translateService;
|
|
22
|
+
private datePipe;
|
|
23
|
+
data: any;
|
|
24
|
+
afterSubmitAction: any;
|
|
25
|
+
isReadOnly: boolean;
|
|
26
|
+
batchDetails: any;
|
|
27
|
+
customForm: boolean;
|
|
28
|
+
userDetailsForm: FormGroup;
|
|
29
|
+
groupData: any | undefined;
|
|
30
|
+
private destroySubject$;
|
|
31
|
+
designationsMeta: any;
|
|
32
|
+
eUserGender: string[];
|
|
33
|
+
masterLanguages: any;
|
|
34
|
+
masterLanguageBackup: any;
|
|
35
|
+
eCategory: string[];
|
|
36
|
+
userProfileObject: any;
|
|
37
|
+
eligible: boolean;
|
|
38
|
+
isCadreStatus: boolean;
|
|
39
|
+
showBatchForNoCadre: boolean;
|
|
40
|
+
civilServiceData: any;
|
|
41
|
+
civilServiceTypes: any;
|
|
42
|
+
serviceName: any;
|
|
43
|
+
serviceType: any;
|
|
44
|
+
serviceListData: any;
|
|
45
|
+
serviceId: any;
|
|
46
|
+
errorMessage: any;
|
|
47
|
+
selectedServiceName: any;
|
|
48
|
+
selectedService: any;
|
|
49
|
+
civilServiceName: any;
|
|
50
|
+
civilServiceId: any;
|
|
51
|
+
cadreId: any;
|
|
52
|
+
cadre: any;
|
|
53
|
+
cadreControllingAuthority: any;
|
|
54
|
+
startBatch: any;
|
|
55
|
+
endBatch: any;
|
|
56
|
+
yearArray: any;
|
|
57
|
+
exclusionYear: any;
|
|
58
|
+
selectedCadreName: any;
|
|
59
|
+
selectedCadre: any;
|
|
60
|
+
verifyMobile: boolean;
|
|
61
|
+
otpSent: boolean;
|
|
62
|
+
emailOtpSent: boolean;
|
|
63
|
+
otpEntered: string;
|
|
64
|
+
mVerified: boolean;
|
|
65
|
+
eVerified: boolean;
|
|
66
|
+
timerDiv: any;
|
|
67
|
+
emailTimerDiv: any;
|
|
68
|
+
timeLeft: number;
|
|
69
|
+
emailTimeLeft: number;
|
|
70
|
+
interval: any;
|
|
71
|
+
emailInterval: any;
|
|
72
|
+
showResendOTP: boolean;
|
|
73
|
+
showEmailResendOTP: boolean;
|
|
74
|
+
otpForm: FormGroup;
|
|
75
|
+
emailOtpForm: FormGroup;
|
|
76
|
+
showname: boolean;
|
|
77
|
+
showDesignation: boolean;
|
|
78
|
+
showGroup: boolean;
|
|
79
|
+
showEmployeeCode: boolean;
|
|
80
|
+
showMobile: boolean;
|
|
81
|
+
showGender: boolean;
|
|
82
|
+
showDob: boolean;
|
|
83
|
+
showCategory: boolean;
|
|
84
|
+
showDecimalMedium: boolean;
|
|
85
|
+
showPinCode: boolean;
|
|
86
|
+
showCadreDetails: boolean;
|
|
87
|
+
updateProfile: boolean;
|
|
88
|
+
pendingFileds: any;
|
|
89
|
+
pGroup: any;
|
|
90
|
+
pDesignation: any;
|
|
91
|
+
isLoading: boolean;
|
|
92
|
+
canShowEmployeeCode: boolean;
|
|
93
|
+
canshowMobile: boolean;
|
|
94
|
+
canShowGender: boolean;
|
|
95
|
+
canShowDob: boolean;
|
|
96
|
+
canShowDomicileMedium: boolean;
|
|
97
|
+
canShowCategory: boolean;
|
|
98
|
+
canShowpinCode: boolean;
|
|
99
|
+
canShowshowCadreDetails: boolean;
|
|
100
|
+
canShowGroup: boolean;
|
|
101
|
+
canShowDesignation: boolean;
|
|
102
|
+
selectedDate: any;
|
|
103
|
+
showCounter: number;
|
|
104
|
+
disableCounter: number;
|
|
105
|
+
canShowEmail: boolean;
|
|
106
|
+
showEmail: boolean;
|
|
107
|
+
canShowName: boolean;
|
|
108
|
+
canShowOrg: boolean;
|
|
109
|
+
showOrg: boolean;
|
|
110
|
+
surveyId: any;
|
|
111
|
+
showDoptChanges: boolean;
|
|
112
|
+
profileFormType: any;
|
|
113
|
+
verifyEmail: boolean;
|
|
114
|
+
approvedDomainList: any;
|
|
115
|
+
contextToken: any;
|
|
116
|
+
currentDate: Date;
|
|
117
|
+
openDesignationDropdown: boolean;
|
|
118
|
+
openLanguageDropdown: boolean;
|
|
119
|
+
canShowOtherDesignation: boolean;
|
|
120
|
+
designationListLoadCount: number;
|
|
121
|
+
addLoader: number;
|
|
122
|
+
isLoadingMoreDesignations: boolean;
|
|
123
|
+
designationDefaultLoadCount: number;
|
|
124
|
+
desigantionFilterEnable: boolean;
|
|
125
|
+
organisationId: string;
|
|
126
|
+
selectedOrgHasDesignations: boolean;
|
|
127
|
+
designationsOffset: number;
|
|
128
|
+
designationSearchText: string;
|
|
129
|
+
designationsTotalCount: number;
|
|
130
|
+
formId: string;
|
|
131
|
+
formsDetils: any;
|
|
132
|
+
textBox: ElementRef;
|
|
133
|
+
dropdown: ElementRef;
|
|
134
|
+
languageTextBox: ElementRef;
|
|
135
|
+
languageDropdown: ElementRef;
|
|
136
|
+
constructor(snackBar: MatSnackBar, dialogRef: MatDialogRef<EnrollProfileFormComponent>, userProfileService: UserProfileService, configSrc: ConfigurationsService, profileV2Svc: ProfileV2Service, otpService: OtpService, npsSvc: NPSGridService, translateService: TranslateService, datePipe: DatePipe, data: any);
|
|
137
|
+
scrollToActive(type: any): void;
|
|
138
|
+
handleClickOutside(event: MouseEvent): void;
|
|
139
|
+
onDesignationsFocus(): void;
|
|
140
|
+
onLanguageFocus(): void;
|
|
141
|
+
filterLanguage(value: any): void;
|
|
142
|
+
preventBlur(event: MouseEvent): void;
|
|
143
|
+
preventLanguageBlur(event: MouseEvent): void;
|
|
144
|
+
selectDesignation(designation: any): void;
|
|
145
|
+
selectLanguage(language: any): void;
|
|
146
|
+
isEmailAllowed(email: string): boolean;
|
|
147
|
+
handleGenerateEmailOTP(verifyType?: any): void;
|
|
148
|
+
handleGenerateOTP(verifyType?: string): void;
|
|
149
|
+
handleResendOTP(): void;
|
|
150
|
+
handleResendEmailOTP(): void;
|
|
151
|
+
verifyEmailOTP(): void;
|
|
152
|
+
verifyMobileOTP(): void;
|
|
153
|
+
startTimer(): void;
|
|
154
|
+
startEmailTimer(): void;
|
|
155
|
+
checkAfterSubmit(_e: any): void;
|
|
156
|
+
closePopup(): void;
|
|
157
|
+
private openSnackbar;
|
|
158
|
+
ngOnInit(): void;
|
|
159
|
+
getFormDetails(): void;
|
|
160
|
+
setValueChangeFunctions(): void;
|
|
161
|
+
fetchCadreData(): void;
|
|
162
|
+
getIsCadreStatus(value: boolean): void;
|
|
163
|
+
getAllErrors(): string[];
|
|
164
|
+
addValidators(): void;
|
|
165
|
+
removeValidators(): void;
|
|
166
|
+
getService(event: any): void;
|
|
167
|
+
onServiceSelect(event: any): void;
|
|
168
|
+
onCadreSelect(event: any): void;
|
|
169
|
+
getPendingDetails(): void;
|
|
170
|
+
defineFormAttributes(): void;
|
|
171
|
+
findAttr(customAttr: any, fName: any): any;
|
|
172
|
+
findInProfile(attr: string): any;
|
|
173
|
+
getGroupData(): void;
|
|
174
|
+
handleTranslateTo(menuName: string): string;
|
|
175
|
+
checkSelectedOrgHasDesignations(): void;
|
|
176
|
+
getdesignationsMeta(): void;
|
|
177
|
+
private getIgotDesignations;
|
|
178
|
+
private getDefaultDesignations;
|
|
179
|
+
getMasterLanguage(): void;
|
|
180
|
+
handleEmpty(type: string): void;
|
|
181
|
+
onSubmitForm(form: any): void;
|
|
182
|
+
submitProfile(payload: any): void;
|
|
183
|
+
submitSurevy(status: any): void;
|
|
184
|
+
generateProfilePayload(): any;
|
|
185
|
+
formatDate(_dob: string | Date): string;
|
|
186
|
+
getQuestionId(fieldName: string): string;
|
|
187
|
+
genereateSurveyPayload(status: any): any;
|
|
188
|
+
updateEmail(email: string): void;
|
|
189
|
+
setupScrollListener(opened: boolean): void;
|
|
190
|
+
onDesignationSelectScroll(event: any): void;
|
|
191
|
+
checkCurrentDesignationPresent(): void;
|
|
192
|
+
onDesignationDropdownClosed(): void;
|
|
193
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EnrollProfileFormComponent, never>;
|
|
194
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EnrollProfileFormComponent, "ws-app-enroll-profile-form", never, {}, {}, never, never, false, never>;
|
|
195
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { MatLegacyDialogRef as MatDialogRef } from '@angular/material/legacy-dialog';
|
|
3
|
+
import { MatLegacySnackBar as MatSnackBar } from '@angular/material/legacy-snack-bar';
|
|
4
|
+
import { AppTocService } from '../../services/app-toc.service';
|
|
5
|
+
import { FormArray, FormBuilder, FormGroup } from '@angular/forms';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class EnrollQuestionnaireComponent implements OnInit {
|
|
8
|
+
private snackBar;
|
|
9
|
+
dialogRef: MatDialogRef<EnrollQuestionnaireComponent>;
|
|
10
|
+
data: any;
|
|
11
|
+
private appTocSvc;
|
|
12
|
+
private fb;
|
|
13
|
+
afterSubmitAction: any;
|
|
14
|
+
isReadOnly: boolean;
|
|
15
|
+
rating: number;
|
|
16
|
+
stars: any[];
|
|
17
|
+
otherFieldType: any;
|
|
18
|
+
selectedOption: boolean;
|
|
19
|
+
formDetails: any;
|
|
20
|
+
surveyId: string;
|
|
21
|
+
surveyForm: FormGroup;
|
|
22
|
+
parentalFields: any[];
|
|
23
|
+
childFields: any[];
|
|
24
|
+
surveyFormIsValid: boolean;
|
|
25
|
+
addLoader: number;
|
|
26
|
+
wfClientVersion: string;
|
|
27
|
+
constructor(snackBar: MatSnackBar, dialogRef: MatDialogRef<EnrollQuestionnaireComponent>, data: any, appTocSvc: AppTocService, fb: FormBuilder);
|
|
28
|
+
checkAfterSubmit(_e: any): void;
|
|
29
|
+
private openSnackbar;
|
|
30
|
+
ngOnInit(): void;
|
|
31
|
+
getFormDetails(): void;
|
|
32
|
+
buildForm(): void;
|
|
33
|
+
get questionsArray(): FormArray;
|
|
34
|
+
getChildQuestionsFormArray(sectionId: string): FormArray;
|
|
35
|
+
getChildFields(sectionId: string): any;
|
|
36
|
+
getQuestionControl(index: number): import("@angular/forms").AbstractControl<any, any>;
|
|
37
|
+
closeForm(): void;
|
|
38
|
+
submitForm(): void;
|
|
39
|
+
get dataObject(): any;
|
|
40
|
+
updateQuestionValues(event: any): void;
|
|
41
|
+
updateSurveyFormValidity(): void;
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EnrollQuestionnaireComponent, never>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EnrollQuestionnaireComponent, "ws-app-enroll-questionnaire", never, {}, {}, never, never, false, never>;
|
|
44
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { DomSanitizer, SafeHtml } 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 { ConfigurationsService, NsPage } from '@sunbird-cb/utils-v2';
|
|
7
|
+
import { Observable, Subscription } from 'rxjs';
|
|
8
|
+
import { EditorService } from '../../services/editor.service';
|
|
9
|
+
import { NsAppToc } from '../../models/app-toc.model';
|
|
10
|
+
import { AppTocService } from '../../services/app-toc.service';
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
12
|
+
export declare class KnowledgeArtifactDetailsComponent implements OnInit, OnDestroy {
|
|
13
|
+
private route;
|
|
14
|
+
private tocSharedSvc;
|
|
15
|
+
private configSvc;
|
|
16
|
+
private domSanitizer;
|
|
17
|
+
private contentSvc;
|
|
18
|
+
private editorSvc;
|
|
19
|
+
private router;
|
|
20
|
+
content: NsContent.IContent | null;
|
|
21
|
+
routeSubscription: Subscription | null;
|
|
22
|
+
viewMoreRelatedTopics: boolean;
|
|
23
|
+
hasTocStructure: boolean;
|
|
24
|
+
tocStructure: NsAppToc.ITocStructure | null;
|
|
25
|
+
askAuthorEnabled: boolean;
|
|
26
|
+
trainingLHubEnabled: boolean;
|
|
27
|
+
trainingLHubCount$?: Observable<number>;
|
|
28
|
+
body: SafeHtml | null;
|
|
29
|
+
pageNavbar: Partial<NsPage.INavBackground>;
|
|
30
|
+
isDownloadableDesktop: boolean;
|
|
31
|
+
isDownloadableMobile: boolean;
|
|
32
|
+
relatedResource: NsContent.IContentMinimal[] | null;
|
|
33
|
+
fetchingRelatedResources: boolean;
|
|
34
|
+
isAuthor: boolean;
|
|
35
|
+
deletingContent: boolean;
|
|
36
|
+
forPreview: boolean;
|
|
37
|
+
constructor(route: ActivatedRoute, tocSharedSvc: AppTocService, configSvc: ConfigurationsService, domSanitizer: DomSanitizer, contentSvc: WidgetContentService, editorSvc: EditorService, router: Router);
|
|
38
|
+
ngOnInit(): void;
|
|
39
|
+
private checkIfEditEnabled;
|
|
40
|
+
deleteContent(): void;
|
|
41
|
+
ngOnDestroy(): void;
|
|
42
|
+
get showSubtitleOnBanner(): boolean;
|
|
43
|
+
get showDescription(): boolean;
|
|
44
|
+
private initData;
|
|
45
|
+
resetAndFetchTocStructure(): void;
|
|
46
|
+
private getTrainingCount;
|
|
47
|
+
get isGreyedImage(): boolean;
|
|
48
|
+
get isLiveOrMarkForDeletion(): boolean;
|
|
49
|
+
get isDownloadable(): boolean;
|
|
50
|
+
download(): void;
|
|
51
|
+
private setS3Cookie;
|
|
52
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KnowledgeArtifactDetailsComponent, never>;
|
|
53
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KnowledgeArtifactDetailsComponent, "ws-app-knowledge-artifact-details", never, {}, {}, never, never, false, never>;
|
|
54
|
+
}
|
package/lib/components/non-relevent-feedback-dialog/non-relevent-feedback-dialog.component.d.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { MatLegacyDialogRef as MatDialogRef } from '@angular/material/legacy-dialog';
|
|
3
|
+
import { UntypedFormGroup } from '@angular/forms';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* NonReleventFeedbackDialogComponent - Stub component
|
|
7
|
+
* Displays a dialog for collecting feedback when content is marked as not relevant
|
|
8
|
+
*/
|
|
9
|
+
export declare class NonReleventFeedbackDialogComponent implements OnInit {
|
|
10
|
+
dialogRef: MatDialogRef<NonReleventFeedbackDialogComponent>;
|
|
11
|
+
feedbackForm: UntypedFormGroup;
|
|
12
|
+
constructor(dialogRef: MatDialogRef<NonReleventFeedbackDialogComponent>);
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
onSubmit(): void;
|
|
15
|
+
onCancel(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NonReleventFeedbackDialogComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NonReleventFeedbackDialogComponent, "ws-non-relevent-feedback-dialog", never, {}, {}, never, never, false, never>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { MatLegacySnackBar } from '@angular/material/legacy-snack-bar';
|
|
3
|
+
import { MatLegacyDialogRef } from '@angular/material/legacy-dialog';
|
|
4
|
+
import { FormArray, FormBuilder, FormGroup } from '@angular/forms';
|
|
5
|
+
import { AppTocService } from '../../services/app-toc.service';
|
|
6
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class PublicSurveyFormComponent implements OnInit {
|
|
9
|
+
private snackBar;
|
|
10
|
+
dialogRef: MatLegacyDialogRef<PublicSurveyFormComponent>;
|
|
11
|
+
data: any;
|
|
12
|
+
private fb;
|
|
13
|
+
private appTocSvc;
|
|
14
|
+
private translate;
|
|
15
|
+
rating: number;
|
|
16
|
+
stars: any[];
|
|
17
|
+
otherFieldType: any;
|
|
18
|
+
selectedOption: boolean;
|
|
19
|
+
formDetails: any;
|
|
20
|
+
surveyId: string;
|
|
21
|
+
surveyForm: FormGroup;
|
|
22
|
+
parentalFields: any[];
|
|
23
|
+
childFields: any[];
|
|
24
|
+
surveyFormIsValid: boolean;
|
|
25
|
+
addLoader: number;
|
|
26
|
+
forPreview: boolean;
|
|
27
|
+
constructor(snackBar: MatLegacySnackBar, dialogRef: MatLegacyDialogRef<PublicSurveyFormComponent>, data: any, fb: FormBuilder, appTocSvc: AppTocService, translate: TranslateService);
|
|
28
|
+
ngOnInit(): void;
|
|
29
|
+
getSurveyFormData(): void;
|
|
30
|
+
buildForm(): void;
|
|
31
|
+
get questionsArray(): FormArray;
|
|
32
|
+
getChildQuestionsFormArray(sectionId: string): FormArray;
|
|
33
|
+
getChildFields(sectionId: string): any;
|
|
34
|
+
getQuestionControl(index: number): import("@angular/forms").AbstractControl<any, any>;
|
|
35
|
+
getEmailFromsurvey(): any;
|
|
36
|
+
submitForm(): void;
|
|
37
|
+
get dataObject(): any;
|
|
38
|
+
closeDialog(): void;
|
|
39
|
+
updateQuestionValues(event: any): void;
|
|
40
|
+
updateSurveyFormValidity(): void;
|
|
41
|
+
private openSnackbar;
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PublicSurveyFormComponent, never>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PublicSurveyFormComponent, "ws-app-public-survey-form", never, {}, {}, never, never, false, never>;
|
|
44
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { FormGroup } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SurveyFormQuestionComponent implements OnInit {
|
|
5
|
+
questionForm: FormGroup;
|
|
6
|
+
fieldDetails: any;
|
|
7
|
+
questionValues: EventEmitter<any>;
|
|
8
|
+
otherFieldType: string[];
|
|
9
|
+
stars: any[];
|
|
10
|
+
previesAnswer: string;
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
get answerControl(): import("@angular/forms").AbstractControl<any, any>;
|
|
13
|
+
sectionChange(): void;
|
|
14
|
+
resetCheckboxes(): void;
|
|
15
|
+
setRating(rating: number): void;
|
|
16
|
+
checkboxClicked(event: any, index: number): void;
|
|
17
|
+
emitAnswer(): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SurveyFormQuestionComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SurveyFormQuestionComponent, "ws-app-survey-form-question", never, { "questionForm": { "alias": "questionForm"; "required": false; }; "fieldDetails": { "alias": "fieldDetails"; "required": false; }; }, { "questionValues": "questionValues"; }, never, never, true, never>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { FormArray } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SurveyFormSectionComponent {
|
|
5
|
+
childQuestionsFormArray: FormArray;
|
|
6
|
+
childFields: any;
|
|
7
|
+
sectionField: any;
|
|
8
|
+
questionValues: EventEmitter<any>;
|
|
9
|
+
getField(questionIndex: number): {};
|
|
10
|
+
updateQuestionValues(event: any): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SurveyFormSectionComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SurveyFormSectionComponent, "ws-app-survey-form-section", never, { "childQuestionsFormArray": { "alias": "childQuestionsFormArray"; "required": false; }; "childFields": { "alias": "childFields"; "required": false; }; "sectionField": { "alias": "sectionField"; "required": false; }; }, { "questionValues": "questionValues"; }, never, never, true, never>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
export declare namespace NsAnalytics {
|
|
2
|
+
interface IAnalyticsResponse {
|
|
3
|
+
total: number;
|
|
4
|
+
indexedOn: string;
|
|
5
|
+
updatedOn: string;
|
|
6
|
+
devices: IObjPair[];
|
|
7
|
+
trainingHours: number;
|
|
8
|
+
uniqueParticipants: IActivityObj[];
|
|
9
|
+
lex_course: ICourseObj;
|
|
10
|
+
lex_collection: ICourseObj;
|
|
11
|
+
lex_program: ICourseObj;
|
|
12
|
+
lex_resource: ICourseObj;
|
|
13
|
+
searchResult: ISearchObj;
|
|
14
|
+
uniqueParticipantsStaging: IActivityObj[];
|
|
15
|
+
activityType: IActivityObj[];
|
|
16
|
+
participants: IParticipantResponse;
|
|
17
|
+
refiners: [
|
|
18
|
+
{
|
|
19
|
+
serviceLine: IObjPair[];
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
modulesCompleted: IObjPair[];
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
stacks: IObjPair[];
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
topics: IObjPair[];
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
offeringMode: IObjPair[];
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
interface: IObjPair[];
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
newServiceLine: IObjPair[];
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
abcd: IObjPair[];
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
stacksCompleted: IObjPair[];
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
skillName: IObjPair[];
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
horizon: IObjPair[];
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
track: IObjPair[];
|
|
53
|
+
}
|
|
54
|
+
];
|
|
55
|
+
}
|
|
56
|
+
interface IObjPair {
|
|
57
|
+
key: string;
|
|
58
|
+
value: number;
|
|
59
|
+
}
|
|
60
|
+
interface IObjCount {
|
|
61
|
+
key: string;
|
|
62
|
+
count: number;
|
|
63
|
+
}
|
|
64
|
+
interface IParticipantObj {
|
|
65
|
+
key: string;
|
|
66
|
+
value: IObjPair[];
|
|
67
|
+
count: number;
|
|
68
|
+
}
|
|
69
|
+
interface IActivityObj {
|
|
70
|
+
key: string;
|
|
71
|
+
uniqueCount: number;
|
|
72
|
+
otherCounts: IObjCount[];
|
|
73
|
+
}
|
|
74
|
+
interface ISearchObj {
|
|
75
|
+
result: ISearchResultObj[];
|
|
76
|
+
}
|
|
77
|
+
interface IResultObj {
|
|
78
|
+
title: string;
|
|
79
|
+
participants: number;
|
|
80
|
+
}
|
|
81
|
+
interface ISearchResultObj {
|
|
82
|
+
source: string[];
|
|
83
|
+
title: string;
|
|
84
|
+
courseCode: string;
|
|
85
|
+
status: string;
|
|
86
|
+
offeringMode: string[];
|
|
87
|
+
lex_collection: string;
|
|
88
|
+
lex_course: string;
|
|
89
|
+
lex_program: string;
|
|
90
|
+
lex_resource: string;
|
|
91
|
+
offerings: number;
|
|
92
|
+
participants: number;
|
|
93
|
+
instructors: IInstructorObj[];
|
|
94
|
+
}
|
|
95
|
+
interface ICourseObj {
|
|
96
|
+
result: IResultObj[];
|
|
97
|
+
}
|
|
98
|
+
interface IOnsiteOffshoreObj {
|
|
99
|
+
key: string;
|
|
100
|
+
trainingHours: number;
|
|
101
|
+
value: IObjPair[];
|
|
102
|
+
count: number;
|
|
103
|
+
}
|
|
104
|
+
interface IInstructorObj {
|
|
105
|
+
key: string;
|
|
106
|
+
doc_count: number;
|
|
107
|
+
}
|
|
108
|
+
interface IParticipantResponse {
|
|
109
|
+
country: IParticipantObj[];
|
|
110
|
+
du: IParticipantObj[];
|
|
111
|
+
cu: IParticipantObj[];
|
|
112
|
+
jl: IParticipantObj[];
|
|
113
|
+
overallParticipants: IObjPair[];
|
|
114
|
+
cuType: IParticipantObj[];
|
|
115
|
+
pu: IParticipantObj[];
|
|
116
|
+
onsiteOffshoreIndicator: IOnsiteOffshoreObj[];
|
|
117
|
+
location: IParticipantObj[];
|
|
118
|
+
puSALS: IParticipantObj[];
|
|
119
|
+
ibu: IParticipantObj[];
|
|
120
|
+
account: IParticipantObj[];
|
|
121
|
+
[key: string]: any;
|
|
122
|
+
}
|
|
123
|
+
interface IAnalytics {
|
|
124
|
+
enabled: boolean;
|
|
125
|
+
available: boolean;
|
|
126
|
+
courseAnalyticsClient: boolean;
|
|
127
|
+
courseAnalytics: boolean;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
export declare namespace NsCourseAnalytics {
|
|
131
|
+
interface ICourseAnalyticsData {
|
|
132
|
+
day_wise_users: IBarChartData[];
|
|
133
|
+
avg_time_spent: number;
|
|
134
|
+
hits: number;
|
|
135
|
+
userCount: number;
|
|
136
|
+
city: IChartData[];
|
|
137
|
+
department: IChartData[];
|
|
138
|
+
device: IChartData[];
|
|
139
|
+
[key: string]: any;
|
|
140
|
+
}
|
|
141
|
+
interface IChartData {
|
|
142
|
+
key: string;
|
|
143
|
+
doc_count: number;
|
|
144
|
+
total_hits: number;
|
|
145
|
+
}
|
|
146
|
+
interface IBarChartData {
|
|
147
|
+
key_as_string: string;
|
|
148
|
+
key: number;
|
|
149
|
+
doc_count: number;
|
|
150
|
+
hits_count: number;
|
|
151
|
+
}
|
|
152
|
+
}
|