@sunbird-cb/toc 0.0.2 → 0.0.3-2.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/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/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 +108 -7
- package/esm2022/lib/_collection/_common/certificate-dialog/certificate-dialog.module.mjs +5 -1
- package/esm2022/lib/_collection/_common/content-toc/ai-tutor-confirm-popup/ai-tutor-confirm-popup.component.mjs +3 -3
- package/esm2022/lib/_collection/_common/content-toc/app-toc-about/app-toc-about.component.mjs +18 -8
- package/esm2022/lib/_collection/_common/content-toc/app-toc-content/app-toc-content.component.mjs +88 -7
- package/esm2022/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.mjs +393 -51
- package/esm2022/lib/_collection/_common/content-toc/content-toc.component.mjs +16 -34
- package/esm2022/lib/_collection/_common/content-toc/content-toc.module.mjs +7 -2
- package/esm2022/lib/_collection/_common/content-toc/karma-points/karma-points.component.mjs +5 -2
- package/esm2022/lib/_collection/_common/pipe-content-route/pipe-content-route.pipe.mjs +2 -8
- package/esm2022/lib/_collection/_common/toc-kpi-values/toc-kpi-values.component.mjs +3 -3
- package/esm2022/lib/_services/widget-content.model.mjs +8 -1
- package/esm2022/lib/_services/widget-content.service.mjs +3 -3
- package/esm2022/lib/app-toc-lib.module.mjs +7 -3
- package/esm2022/lib/components/app-toc-cios-home/app-toc-cios-home.component.mjs +37 -8
- package/esm2022/lib/components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component.mjs +3 -3
- package/esm2022/lib/components/app-toc-discussion/app-toc-discussion.component.mjs +3 -3
- package/esm2022/lib/components/app-toc-home-v2/app-toc-home-v2.component.mjs +224 -67
- package/esm2022/lib/registration-toc-lib.config.mjs +14 -0
- package/esm2022/lib/routes/app-toc-home/app-toc-home.component.mjs +1 -1
- package/esm2022/lib/services/app-toc-v2.service.mjs +192 -54
- package/esm2022/lib/services/app-toc.service.mjs +381 -104
- package/esm2022/lib/services/certificate.service.mjs +54 -9
- package/esm2022/lib/services/root.service.mjs +106 -0
- package/esm2022/lib/services/viewer-data.service.mjs +1 -1
- package/esm2022/lib/services/viewer-util.service.mjs +150 -23
- package/esm2022/public-api.mjs +11 -1
- package/fesm2022/sunbird-cb-toc.mjs +9093 -6348
- package/fesm2022/sunbird-cb-toc.mjs.map +1 -1
- package/index.d.ts +0 -1
- 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 +0 -1
- package/lib/_collection/_common/attendance-card/attendance-card.module.d.ts +0 -1
- package/lib/_collection/_common/attendance-helper/attendance-helper.component.d.ts +0 -1
- package/lib/_collection/_common/attendance-helper/attendance-helper.module.d.ts +0 -1
- package/lib/_collection/_common/avatar-photo/avatar-photo.component.d.ts +0 -1
- package/lib/_collection/_common/avatar-photo/avatar-photo.module.d.ts +0 -1
- 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 +8 -1
- package/lib/_collection/_common/certificate-dialog/certificate-dialog.module.d.ts +12 -12
- package/lib/_collection/_common/certificate-dialog/svg-to-pdf.component.d.ts +0 -1
- package/lib/_collection/_common/confirm-dialog/confirm-dialog.component.d.ts +0 -1
- package/lib/_collection/_common/confirm-dialog/confirm-dialog.module.d.ts +0 -1
- package/lib/_collection/_common/connection-hover-card/connection-hover-card.component.d.ts +0 -1
- package/lib/_collection/_common/connection-hover-card/connection-hover.module.d.ts +0 -1
- package/lib/_collection/_common/connection-hover-card/connection-hover.servive.d.ts +0 -1
- package/lib/_collection/_common/connection-name/connection-name.component.d.ts +0 -1
- package/lib/_collection/_common/connection-name/connection-name.module.d.ts +0 -1
- package/lib/_collection/_common/connection-name/profile-v2.model.d.ts +0 -1
- package/lib/_collection/_common/content-progress/content-progress.component.d.ts +0 -1
- package/lib/_collection/_common/content-progress/content-progress.module.d.ts +0 -1
- package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.component.d.ts +0 -1
- package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.module.d.ts +0 -1
- package/lib/_collection/_common/content-toc/ai-tutor-confirm-popup/ai-tutor-confirm-popup.component.d.ts +1 -2
- package/lib/_collection/_common/content-toc/app-toc-about/app-toc-about.component.d.ts +2 -1
- package/lib/_collection/_common/content-toc/app-toc-assignment-viewer/app-toc-assignment-viewer.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/app-toc-assignment-viewerV2/app-toc-assignment-viewerV2.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/app-toc-batch-assignments/app-toc-batch-assignments.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/app-toc-content/app-toc-content.component.d.ts +8 -1
- package/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.d.ts +64 -5
- package/lib/_collection/_common/content-toc/app-toc-content-card-v2-skeleton/app-toc-content-card-v2-skeleton.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/app-toc-reference-notes/app-toc-reference-notes.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/app-toc-session-card-new/app-toc-session-card-new.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/app-toc-sessions-new/app-toc-sessions-new.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/app-toc-teachers-notes/app-toc-teachers-notes.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/content-services/handle-claim.service.d.ts +0 -1
- package/lib/_collection/_common/content-toc/content-services/review-component-data.service.d.ts +0 -1
- package/lib/_collection/_common/content-toc/content-toc.component.d.ts +2 -2
- package/lib/_collection/_common/content-toc/content-toc.module.d.ts +29 -29
- package/lib/_collection/_common/content-toc/karma-points/karma-points.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/karma-points/karma-points.module.d.ts +0 -1
- package/lib/_collection/_common/content-toc/pipes/replace-nbsp.pipe.d.ts +0 -1
- package/lib/_collection/_common/content-toc/pipes/truncate.pipe.d.ts +0 -1
- package/lib/_collection/_common/content-toc/reviews-content/reviews-content.component.d.ts +0 -1
- package/lib/_collection/_common/content-toc/samuhik-charcha-content/samuhik-charcha-content/samuhik-charcha-content.component.d.ts +0 -1
- package/lib/_collection/_common/display-content-type/display-content-type.component.d.ts +0 -1
- package/lib/_collection/_common/display-content-type/display-content-type.module.d.ts +0 -1
- package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.component.d.ts +0 -1
- package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.module.d.ts +0 -1
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.component.d.ts +0 -1
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.model.d.ts +0 -1
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.module.d.ts +0 -1
- package/lib/_collection/_common/pipe-content-route/pipe-content-route.module.d.ts +0 -1
- package/lib/_collection/_common/pipe-content-route/pipe-content-route.pipe.d.ts +0 -2
- package/lib/_collection/_common/player-brief/player-brief.component.d.ts +0 -1
- package/lib/_collection/_common/player-brief/player-brief.module.d.ts +0 -1
- package/lib/_collection/_common/rating-summary/rating-summary.component.d.ts +0 -1
- package/lib/_collection/_common/rating-summary/rating-summary.module.d.ts +0 -1
- package/lib/_collection/_common/skeleton-loader/skeleton-loader.component.d.ts +0 -1
- package/lib/_collection/_common/skeleton-loader/skeleton-loader.module.d.ts +0 -1
- package/lib/_collection/_common/tips-for-learner/tips-for-learner-card/tips-for-learner-card.component.d.ts +0 -1
- package/lib/_collection/_common/tips-for-learner/tips-for-learner.module.d.ts +0 -1
- package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.component.d.ts +0 -1
- package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.module.d.ts +0 -1
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.component.d.ts +0 -1
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.model.d.ts +0 -1
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.module.d.ts +0 -1
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.service.d.ts +0 -1
- package/lib/_collection/_common/user-content-rating/user-content-rating.component.d.ts +0 -1
- package/lib/_collection/_common/user-content-rating/user-content-rating.module.d.ts +0 -1
- package/lib/_collection/_common/user-image/user-image.component.d.ts +0 -1
- package/lib/_collection/_common/user-image/user-image.module.d.ts +0 -1
- package/lib/_collection/btn-page-back/btn-page-back.component.d.ts +0 -1
- package/lib/_collection/btn-page-back/btn-page-back.module.d.ts +0 -1
- package/lib/_collection/btn-page-back/btn-page-back.service.d.ts +0 -1
- package/lib/_collection/card-rating-comment/card-rating-comment.component.d.ts +0 -1
- package/lib/_collection/card-rating-comment/card-rating-comment.module.d.ts +0 -1
- package/lib/_collection/sliders-dynamic/sliders-dynamic.component.d.ts +0 -1
- package/lib/_collection/sliders-dynamic/sliders-dynamic.model.d.ts +0 -1
- package/lib/_collection/sliders-dynamic/sliders-dynamic.module.d.ts +0 -1
- package/lib/_collection-api.d.ts +0 -1
- package/lib/_constants/widget-content.constants.d.ts +0 -1
- package/lib/_directives/tooltip.directive.d.ts +0 -1
- package/lib/_models/common.model.d.ts +0 -1
- package/lib/_models/error.model.d.ts +0 -1
- package/lib/_pipes/highlight.pipe.d.ts +0 -1
- package/lib/_services/rating.service.d.ts +0 -1
- package/lib/_services/samuhik-charcha.service.d.ts +0 -1
- package/lib/_services/viewer-route-util.d.ts +0 -1
- package/lib/_services/widget-content.model.d.ts +6 -1
- package/lib/_services/widget-content.service.d.ts +0 -1
- package/lib/_shared/translate-loader.factory.d.ts +0 -1
- package/lib/app-toc-lib.module.d.ts +2 -2
- package/lib/collection.config.d.ts +0 -1
- package/lib/components/app-toc-analytics-tiles/app-toc-analytics-tiles.component.d.ts +0 -1
- package/lib/components/app-toc-banner/app-toc-banner.component.d.ts +0 -1
- package/lib/components/app-toc-cios-home/app-toc-cios-home.component.d.ts +3 -1
- package/lib/components/app-toc-cios-home/consent-dialog.component.d.ts +0 -1
- package/lib/components/app-toc-cohorts/app-toc-cohorts.component.d.ts +0 -1
- package/lib/components/app-toc-content-card/app-toc-content-card.component.d.ts +0 -1
- package/lib/components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component.d.ts +0 -1
- package/lib/components/app-toc-discussion/app-toc-discussion.component.d.ts +0 -1
- package/lib/components/app-toc-home/app-toc-home.component.d.ts +0 -1
- package/lib/components/app-toc-home-v2/app-toc-home-v2.component.d.ts +28 -4
- package/lib/components/app-toc-overview/app-toc-overview.component.d.ts +0 -1
- package/lib/components/app-toc-session-card/app-toc-session-card.component.d.ts +0 -1
- package/lib/components/app-toc-sessions/app-toc-sessions.component.d.ts +0 -1
- package/lib/components/app-toc-single-page/app-toc-single-page.component.d.ts +0 -1
- package/lib/components/completion-survey-form/completion-survey-form.component.d.ts +0 -1
- package/lib/components/create-batch-dialog/create-batch-dialog.component.d.ts +0 -1
- package/lib/components/enroll-language-dialogue/enroll-language-dialogue.component.d.ts +0 -1
- package/lib/components/enroll-profile-form/enroll-profile-form.component.d.ts +0 -1
- package/lib/components/enroll-questionnaire/enroll-questionnaire.component.d.ts +0 -1
- package/lib/components/knowledge-artifact-details/knowledge-artifact-details.component.d.ts +0 -1
- package/lib/components/non-relevent-feedback-dialog/non-relevent-feedback-dialog.component.d.ts +0 -1
- package/lib/components/public-survey-form/public-survey-form.component.d.ts +0 -1
- package/lib/components/survey-form-question/survey-form-question.component.d.ts +0 -1
- package/lib/components/survey-form-section/survey-form-section.component.d.ts +0 -1
- package/lib/models/app-toc-analytics.model.d.ts +0 -1
- package/lib/models/app-toc.model.d.ts +0 -1
- package/lib/models/auto-complete.model.d.ts +0 -1
- package/lib/models/card-content.model.d.ts +0 -1
- package/lib/models/content-strip-with-tabs.model.d.ts +0 -1
- package/lib/models/discussion-forum.model.d.ts +0 -1
- package/lib/models/goal.model.d.ts +0 -1
- package/lib/models/meta-tag.model.d.ts +0 -1
- package/lib/models/playlist.model.d.ts +0 -1
- package/lib/models/profile-revamp.model.d.ts +0 -1
- package/lib/models/rating.model.d.ts +0 -1
- package/lib/models/user-profile.model.d.ts +0 -1
- package/lib/registration-toc-lib.config.d.ts +4 -0
- package/lib/resolvers/app-toc-cios-resolver.service.d.ts +0 -1
- package/lib/resolvers/app-toc-cios-user-enroll-resolver.service.d.ts +0 -1
- package/lib/resolvers/app-toc-content-read-resolver.service.d.ts +0 -1
- package/lib/resolvers/app-toc-ext-public-resolver.service.d.ts +0 -1
- package/lib/resolvers/app-toc-resolver.service.d.ts +0 -1
- package/lib/resolvers/config-resolver.service.d.ts +0 -1
- package/lib/resolvers/profile-resolver.service.d.ts +0 -1
- package/lib/resolvers/restricted-features-resolver.service.d.ts +0 -1
- package/lib/routes/app-toc-home/app-toc-home.component.d.ts +0 -1
- package/lib/routes/app-toc-home/app-toc-home.directive.d.ts +0 -1
- package/lib/routes/app-toc-home/app-toc-home.service.d.ts +0 -1
- package/lib/services/access-control.service.d.ts +0 -1
- package/lib/services/action.service.d.ts +0 -1
- package/lib/services/app-toc-v2.service.d.ts +3 -1
- package/lib/services/app-toc.service.d.ts +41 -13
- package/lib/services/certificate.service.d.ts +5 -7
- package/lib/services/discuss-utils.service.d.ts +0 -1
- package/lib/services/editor.service.d.ts +0 -1
- package/lib/services/load-check.service.d.ts +0 -1
- package/lib/services/loader.service.d.ts +0 -1
- package/lib/services/mobile-apps.service.d.ts +0 -1
- package/lib/services/netcore.service.d.ts +0 -1
- package/lib/services/nps-grid.service.d.ts +0 -1
- package/lib/services/otp.service.d.ts +0 -1
- package/lib/services/profile-v2.service.d.ts +0 -1
- package/lib/services/reset-ratings.service.d.ts +0 -1
- package/lib/services/resource-download-helper.service.d.ts +0 -1
- package/lib/services/root.service.d.ts +26 -0
- package/lib/services/timer.service.d.ts +0 -1
- package/lib/services/title-tag.service.d.ts +0 -1
- package/lib/services/user-profile.service.d.ts +0 -1
- package/lib/services/viewer-data.service.d.ts +9 -6
- package/lib/services/viewer-util.service.d.ts +14 -1
- package/lib/share-toc/share-toc/share-toc.component.d.ts +0 -1
- package/lib/share-toc/share-toc.module.d.ts +0 -1
- package/package.json +3 -5
- package/public-api.d.ts +9 -1
- package/sunbird-cb-toc-0.0.32.1.tgz +0 -0
- package/lib/_collection/_common/attendance-card/attendance-card.component.d.ts.map +0 -1
- package/lib/_collection/_common/attendance-card/attendance-card.module.d.ts.map +0 -1
- package/lib/_collection/_common/attendance-helper/attendance-helper.component.d.ts.map +0 -1
- package/lib/_collection/_common/attendance-helper/attendance-helper.module.d.ts.map +0 -1
- package/lib/_collection/_common/avatar-photo/avatar-photo.component.d.ts.map +0 -1
- package/lib/_collection/_common/avatar-photo/avatar-photo.module.d.ts.map +0 -1
- package/lib/_collection/_common/certificate-dialog/certificate-dialog.component.d.ts.map +0 -1
- package/lib/_collection/_common/certificate-dialog/certificate-dialog.module.d.ts.map +0 -1
- package/lib/_collection/_common/certificate-dialog/svg-to-pdf.component.d.ts.map +0 -1
- package/lib/_collection/_common/confirm-dialog/confirm-dialog.component.d.ts.map +0 -1
- package/lib/_collection/_common/confirm-dialog/confirm-dialog.module.d.ts.map +0 -1
- package/lib/_collection/_common/connection-hover-card/connection-hover-card.component.d.ts.map +0 -1
- package/lib/_collection/_common/connection-hover-card/connection-hover.module.d.ts.map +0 -1
- package/lib/_collection/_common/connection-hover-card/connection-hover.servive.d.ts.map +0 -1
- package/lib/_collection/_common/connection-name/connection-name.component.d.ts.map +0 -1
- package/lib/_collection/_common/connection-name/connection-name.module.d.ts.map +0 -1
- package/lib/_collection/_common/connection-name/profile-v2.model.d.ts.map +0 -1
- package/lib/_collection/_common/content-progress/content-progress.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-progress/content-progress.module.d.ts.map +0 -1
- package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.module.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/ai-tutor-confirm-popup/ai-tutor-confirm-popup.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-about/app-toc-about.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-assignment-viewer/app-toc-assignment-viewer.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-assignment-viewerV2/app-toc-assignment-viewerV2.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-batch-assignments/app-toc-batch-assignments.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-content/app-toc-content.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-content-card-v2-skeleton/app-toc-content-card-v2-skeleton.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-reference-notes/app-toc-reference-notes.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-session-card-new/app-toc-session-card-new.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-sessions-new/app-toc-sessions-new.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/app-toc-teachers-notes/app-toc-teachers-notes.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/content-services/handle-claim.service.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/content-services/review-component-data.service.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/content-toc.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/content-toc.module.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/karma-points/karma-points.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/karma-points/karma-points.module.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/pipes/replace-nbsp.pipe.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/pipes/truncate.pipe.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/reviews-content/reviews-content.component.d.ts.map +0 -1
- package/lib/_collection/_common/content-toc/samuhik-charcha-content/samuhik-charcha-content/samuhik-charcha-content.component.d.ts.map +0 -1
- package/lib/_collection/_common/display-content-type/display-content-type.component.d.ts.map +0 -1
- package/lib/_collection/_common/display-content-type/display-content-type.module.d.ts.map +0 -1
- package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.component.d.ts.map +0 -1
- package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.module.d.ts.map +0 -1
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.component.d.ts.map +0 -1
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.model.d.ts.map +0 -1
- package/lib/_collection/_common/mark-as-complete/mark-as-complete.module.d.ts.map +0 -1
- package/lib/_collection/_common/pipe-content-route/pipe-content-route.module.d.ts.map +0 -1
- package/lib/_collection/_common/pipe-content-route/pipe-content-route.pipe.d.ts.map +0 -1
- package/lib/_collection/_common/player-brief/player-brief.component.d.ts.map +0 -1
- package/lib/_collection/_common/player-brief/player-brief.module.d.ts.map +0 -1
- package/lib/_collection/_common/rating-summary/rating-summary.component.d.ts.map +0 -1
- package/lib/_collection/_common/rating-summary/rating-summary.module.d.ts.map +0 -1
- package/lib/_collection/_common/skeleton-loader/skeleton-loader.component.d.ts.map +0 -1
- package/lib/_collection/_common/skeleton-loader/skeleton-loader.module.d.ts.map +0 -1
- package/lib/_collection/_common/tips-for-learner/tips-for-learner-card/tips-for-learner-card.component.d.ts.map +0 -1
- package/lib/_collection/_common/tips-for-learner/tips-for-learner.module.d.ts.map +0 -1
- package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.component.d.ts.map +0 -1
- package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.module.d.ts.map +0 -1
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.component.d.ts.map +0 -1
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.model.d.ts.map +0 -1
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.module.d.ts.map +0 -1
- package/lib/_collection/_common/user-autocomplete/user-autocomplete.service.d.ts.map +0 -1
- package/lib/_collection/_common/user-content-rating/user-content-rating.component.d.ts.map +0 -1
- package/lib/_collection/_common/user-content-rating/user-content-rating.module.d.ts.map +0 -1
- package/lib/_collection/_common/user-image/user-image.component.d.ts.map +0 -1
- package/lib/_collection/_common/user-image/user-image.module.d.ts.map +0 -1
- package/lib/_collection/btn-page-back/btn-page-back.component.d.ts.map +0 -1
- package/lib/_collection/btn-page-back/btn-page-back.module.d.ts.map +0 -1
- package/lib/_collection/btn-page-back/btn-page-back.service.d.ts.map +0 -1
- package/lib/_collection/card-rating-comment/card-rating-comment.component.d.ts.map +0 -1
- package/lib/_collection/card-rating-comment/card-rating-comment.module.d.ts.map +0 -1
- package/lib/_collection/sliders-dynamic/sliders-dynamic.component.d.ts.map +0 -1
- package/lib/_collection/sliders-dynamic/sliders-dynamic.model.d.ts.map +0 -1
- package/lib/_collection/sliders-dynamic/sliders-dynamic.module.d.ts.map +0 -1
- package/lib/_collection-api.d.ts.map +0 -1
- package/lib/_constants/widget-content.constants.d.ts.map +0 -1
- package/lib/_directives/tooltip.directive.d.ts.map +0 -1
- package/lib/_models/common.model.d.ts.map +0 -1
- package/lib/_models/error.model.d.ts.map +0 -1
- package/lib/_pipes/highlight.pipe.d.ts.map +0 -1
- package/lib/_services/rating.service.d.ts.map +0 -1
- package/lib/_services/samuhik-charcha.service.d.ts.map +0 -1
- package/lib/_services/viewer-route-util.d.ts.map +0 -1
- package/lib/_services/widget-content.model.d.ts.map +0 -1
- package/lib/_services/widget-content.service.d.ts.map +0 -1
- package/lib/_shared/translate-loader.factory.d.ts.map +0 -1
- package/lib/app-toc-lib.module.d.ts.map +0 -1
- package/lib/collection.config.d.ts.map +0 -1
- package/lib/components/app-toc-analytics-tiles/app-toc-analytics-tiles.component.d.ts.map +0 -1
- package/lib/components/app-toc-banner/app-toc-banner.component.d.ts.map +0 -1
- package/lib/components/app-toc-cios-home/app-toc-cios-home.component.d.ts.map +0 -1
- package/lib/components/app-toc-cios-home/consent-dialog.component.d.ts.map +0 -1
- package/lib/components/app-toc-cohorts/app-toc-cohorts.component.d.ts.map +0 -1
- package/lib/components/app-toc-content-card/app-toc-content-card.component.d.ts.map +0 -1
- package/lib/components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component.d.ts.map +0 -1
- package/lib/components/app-toc-discussion/app-toc-discussion.component.d.ts.map +0 -1
- package/lib/components/app-toc-home/app-toc-home.component.d.ts.map +0 -1
- package/lib/components/app-toc-home-v2/app-toc-home-v2.component.d.ts.map +0 -1
- package/lib/components/app-toc-overview/app-toc-overview.component.d.ts.map +0 -1
- package/lib/components/app-toc-session-card/app-toc-session-card.component.d.ts.map +0 -1
- package/lib/components/app-toc-sessions/app-toc-sessions.component.d.ts.map +0 -1
- package/lib/components/app-toc-single-page/app-toc-single-page.component.d.ts.map +0 -1
- package/lib/components/completion-survey-form/completion-survey-form.component.d.ts.map +0 -1
- package/lib/components/create-batch-dialog/create-batch-dialog.component.d.ts.map +0 -1
- package/lib/components/enroll-language-dialogue/enroll-language-dialogue.component.d.ts.map +0 -1
- package/lib/components/enroll-profile-form/enroll-profile-form.component.d.ts.map +0 -1
- package/lib/components/enroll-questionnaire/enroll-questionnaire.component.d.ts.map +0 -1
- package/lib/components/knowledge-artifact-details/knowledge-artifact-details.component.d.ts.map +0 -1
- package/lib/components/non-relevent-feedback-dialog/non-relevent-feedback-dialog.component.d.ts.map +0 -1
- package/lib/components/public-survey-form/public-survey-form.component.d.ts.map +0 -1
- package/lib/components/survey-form-question/survey-form-question.component.d.ts.map +0 -1
- package/lib/components/survey-form-section/survey-form-section.component.d.ts.map +0 -1
- package/lib/models/app-toc-analytics.model.d.ts.map +0 -1
- package/lib/models/app-toc.model.d.ts.map +0 -1
- package/lib/models/auto-complete.model.d.ts.map +0 -1
- package/lib/models/card-content.model.d.ts.map +0 -1
- package/lib/models/content-strip-with-tabs.model.d.ts.map +0 -1
- package/lib/models/discussion-forum.model.d.ts.map +0 -1
- package/lib/models/goal.model.d.ts.map +0 -1
- package/lib/models/meta-tag.model.d.ts.map +0 -1
- package/lib/models/playlist.model.d.ts.map +0 -1
- package/lib/models/profile-revamp.model.d.ts.map +0 -1
- package/lib/models/rating.model.d.ts.map +0 -1
- package/lib/models/user-profile.model.d.ts.map +0 -1
- package/lib/resolvers/app-toc-cios-resolver.service.d.ts.map +0 -1
- package/lib/resolvers/app-toc-cios-user-enroll-resolver.service.d.ts.map +0 -1
- package/lib/resolvers/app-toc-content-read-resolver.service.d.ts.map +0 -1
- package/lib/resolvers/app-toc-ext-public-resolver.service.d.ts.map +0 -1
- package/lib/resolvers/app-toc-resolver.service.d.ts.map +0 -1
- package/lib/resolvers/config-resolver.service.d.ts.map +0 -1
- package/lib/resolvers/profile-resolver.service.d.ts.map +0 -1
- package/lib/resolvers/restricted-features-resolver.service.d.ts.map +0 -1
- package/lib/routes/app-toc-home/app-toc-home.component.d.ts.map +0 -1
- package/lib/routes/app-toc-home/app-toc-home.directive.d.ts.map +0 -1
- package/lib/routes/app-toc-home/app-toc-home.service.d.ts.map +0 -1
- package/lib/services/access-control.service.d.ts.map +0 -1
- package/lib/services/action.service.d.ts.map +0 -1
- package/lib/services/app-toc-v2.service.d.ts.map +0 -1
- package/lib/services/app-toc.service.d.ts.map +0 -1
- package/lib/services/certificate.service.d.ts.map +0 -1
- package/lib/services/discuss-utils.service.d.ts.map +0 -1
- package/lib/services/editor.service.d.ts.map +0 -1
- package/lib/services/load-check.service.d.ts.map +0 -1
- package/lib/services/loader.service.d.ts.map +0 -1
- package/lib/services/mobile-apps.service.d.ts.map +0 -1
- package/lib/services/netcore.service.d.ts.map +0 -1
- package/lib/services/nps-grid.service.d.ts.map +0 -1
- package/lib/services/otp.service.d.ts.map +0 -1
- package/lib/services/profile-v2.service.d.ts.map +0 -1
- package/lib/services/reset-ratings.service.d.ts.map +0 -1
- package/lib/services/resource-download-helper.service.d.ts.map +0 -1
- package/lib/services/timer.service.d.ts.map +0 -1
- package/lib/services/title-tag.service.d.ts.map +0 -1
- package/lib/services/user-profile.service.d.ts.map +0 -1
- package/lib/services/viewer-data.service.d.ts.map +0 -1
- package/lib/services/viewer-util.service.d.ts.map +0 -1
- package/lib/share-toc/share-toc/share-toc.component.d.ts.map +0 -1
- package/lib/share-toc/share-toc.module.d.ts.map +0 -1
- package/public-api.d.ts.map +0 -1
- package/sunbird-cb-toc.d.ts.map +0 -1
package/index.d.ts
CHANGED
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import { AfterViewChecked, AfterViewInit, ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
|
+
import { ConfigurationsService, EventService, UtilityService } from '@sunbird-cb/utils-v2';
|
|
4
|
+
import { RootService } from './../../../services/root.service';
|
|
5
|
+
import { WebSocketService } from './socket.service';
|
|
6
|
+
import { MatLegacyDialog as MatDialog } from '@angular/material/legacy-dialog';
|
|
7
|
+
import { MatSnackBar as MatSnackbarNew } from '@angular/material/snack-bar';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class AiTutorComponent implements OnInit, AfterViewInit, AfterViewChecked, OnDestroy {
|
|
10
|
+
private route;
|
|
11
|
+
private configSvc;
|
|
12
|
+
private eventSvc;
|
|
13
|
+
private renderer;
|
|
14
|
+
private chatbotService;
|
|
15
|
+
private websocketService;
|
|
16
|
+
private dialog;
|
|
17
|
+
private matSnackBarNew;
|
|
18
|
+
private utilitySvc;
|
|
19
|
+
private router;
|
|
20
|
+
from: string;
|
|
21
|
+
content: any;
|
|
22
|
+
userJourney: any[];
|
|
23
|
+
showIcon: boolean;
|
|
24
|
+
categories: any[];
|
|
25
|
+
language: any[];
|
|
26
|
+
currentFilter: string;
|
|
27
|
+
selectedLaguage: string;
|
|
28
|
+
responseData: any;
|
|
29
|
+
userInfo: any;
|
|
30
|
+
recomendedQns: any;
|
|
31
|
+
questionsAndAns: any;
|
|
32
|
+
userIcon: string;
|
|
33
|
+
more: boolean;
|
|
34
|
+
chatInformation: any;
|
|
35
|
+
chatIssues: any;
|
|
36
|
+
displayLoader: boolean;
|
|
37
|
+
expanded: boolean;
|
|
38
|
+
callText: string;
|
|
39
|
+
emailText: string;
|
|
40
|
+
searchQueryAItutor: any;
|
|
41
|
+
initials: any;
|
|
42
|
+
copiedIndex: number;
|
|
43
|
+
circleColor: string;
|
|
44
|
+
random: string;
|
|
45
|
+
iGOTAITutorResultArr: any;
|
|
46
|
+
maximize: boolean;
|
|
47
|
+
localization: any;
|
|
48
|
+
private colors;
|
|
49
|
+
private randomcolors;
|
|
50
|
+
aiTutorResult: any;
|
|
51
|
+
private messageSubscription;
|
|
52
|
+
messages: string[];
|
|
53
|
+
inputMessage: string;
|
|
54
|
+
aiTutorResultArr: any;
|
|
55
|
+
cloneSearchQuery: string;
|
|
56
|
+
jwtToken: string;
|
|
57
|
+
isHubEnable: boolean;
|
|
58
|
+
learningStyle: {
|
|
59
|
+
title: string;
|
|
60
|
+
subtitle: string;
|
|
61
|
+
}[];
|
|
62
|
+
selectedLearningStyle: any;
|
|
63
|
+
resultFetch: boolean;
|
|
64
|
+
authTokenHost: string;
|
|
65
|
+
NoneSocketHost: string;
|
|
66
|
+
SocraticeStyleHost: string;
|
|
67
|
+
StorytellingHost: string;
|
|
68
|
+
textArea: ElementRef<HTMLTextAreaElement>;
|
|
69
|
+
closeAIPopup: EventEmitter<any>;
|
|
70
|
+
containerHeight: number;
|
|
71
|
+
isMobile: boolean;
|
|
72
|
+
showAITutorPopup: boolean;
|
|
73
|
+
chatId: string;
|
|
74
|
+
environment: any;
|
|
75
|
+
constructor(route: ActivatedRoute, configSvc: ConfigurationsService, eventSvc: EventService, renderer: Renderer2, chatbotService: RootService, websocketService: WebSocketService, dialog: MatDialog, matSnackBarNew: MatSnackbarNew, utilitySvc: UtilityService, environment: any, router: Router);
|
|
76
|
+
ngOnInit(): void;
|
|
77
|
+
ngAfterViewInit(): void;
|
|
78
|
+
greetings(): any;
|
|
79
|
+
getInfoText(label: string): any;
|
|
80
|
+
showMore(): any;
|
|
81
|
+
getData(): void;
|
|
82
|
+
setDataToLocalStorage(data: any): void;
|
|
83
|
+
initData(_getData: any): void;
|
|
84
|
+
getQns(): void;
|
|
85
|
+
selectLaguage(event: any): void;
|
|
86
|
+
readFromLocalStorage(): void;
|
|
87
|
+
goToBottom(): void;
|
|
88
|
+
iconClick(type: string): void;
|
|
89
|
+
toggleFilter(tab: string): void;
|
|
90
|
+
selectedQuestion(question: any, data: any): void;
|
|
91
|
+
pushData(msg: any): void;
|
|
92
|
+
getuserjourney(tab: string): any[];
|
|
93
|
+
getPriorityQuestion(priority: any): any[];
|
|
94
|
+
showMoreQuestion(): void;
|
|
95
|
+
showCategory(catItem: any): void;
|
|
96
|
+
raiseCategotyTelemetry(catItem: string): void;
|
|
97
|
+
raiseChatStartTelemetry(): void;
|
|
98
|
+
raiseChatEndTelemetry(): void;
|
|
99
|
+
raiseTemeletyInterat(idn: string): void;
|
|
100
|
+
checkForAIQuestionResponse(): void;
|
|
101
|
+
checkForApiCalls(): void;
|
|
102
|
+
getCategories(): void;
|
|
103
|
+
sortCategory(): any;
|
|
104
|
+
getLanguages(): void;
|
|
105
|
+
ngAfterViewChecked(): void;
|
|
106
|
+
scrollToBottom(): void;
|
|
107
|
+
clickOutside(): void;
|
|
108
|
+
private disableScroll;
|
|
109
|
+
private enableScroll;
|
|
110
|
+
submitSearchQuery(textArea: HTMLTextAreaElement, event: any): boolean;
|
|
111
|
+
sendAITutorMessage(): void;
|
|
112
|
+
getAiTutorMessage(): void;
|
|
113
|
+
aiTutorResultMessage(): void;
|
|
114
|
+
redirectToResource(item: any): void;
|
|
115
|
+
copyPath(item: any, cindex: any): void;
|
|
116
|
+
redirectToToc(chat: any): void;
|
|
117
|
+
splitParagraphByWords(paragraph: any, wordsPerChunk?: number): string;
|
|
118
|
+
toggleShow(index: any, showType: any): void;
|
|
119
|
+
get userInitials(): any;
|
|
120
|
+
private createInititals;
|
|
121
|
+
getLearningStyle(): void;
|
|
122
|
+
raiseTelemetryForResource(item: any): void;
|
|
123
|
+
sharePositiveContentRating(item: any, index: any, cindex: any): void;
|
|
124
|
+
openAIFeedbackPopup(item: any, index: any, cindex: any): void;
|
|
125
|
+
shareAIFeedback(item: any, result: any, index: any, cindex: any): void;
|
|
126
|
+
sharePositiveContentRatingForAnswer(item: any, index: any): void;
|
|
127
|
+
openAIFeedbackPopupForAnswer(item: any, index: any): void;
|
|
128
|
+
shareAIForAnswerFeedback(item: any, result: any, index: any): void;
|
|
129
|
+
callFromInternet(item: any, index: any): void;
|
|
130
|
+
rejectFromInternet(index: any): void;
|
|
131
|
+
ngOnDestroy(): void;
|
|
132
|
+
resizeTextarea(textArea: HTMLTextAreaElement, _fromInput: any): void;
|
|
133
|
+
resetTextAreaHeight(_textArea: HTMLTextAreaElement): void;
|
|
134
|
+
closeAITutorPopup(): void;
|
|
135
|
+
minimizeAITutor(): void;
|
|
136
|
+
maximizeAITutor(): void;
|
|
137
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AiTutorComponent, never>;
|
|
138
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AiTutorComponent, "ws-widget-ai-tutor", never, { "from": { "alias": "from"; "required": false; }; "content": { "alias": "content"; "required": false; }; "userJourney": { "alias": "userJourney"; "required": false; }; }, { "closeAIPopup": "closeAIPopup"; }, never, never, false, never>;
|
|
139
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { HttpClient } from '@angular/common/http';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class WebSocketService {
|
|
5
|
+
http: HttpClient;
|
|
6
|
+
private socket;
|
|
7
|
+
private messageSubject;
|
|
8
|
+
pingIntervalId: any;
|
|
9
|
+
clientId: any;
|
|
10
|
+
constructor(http: HttpClient);
|
|
11
|
+
connect(url: string): void;
|
|
12
|
+
sendMessage(message: any): void;
|
|
13
|
+
getMessages(): Observable<any>;
|
|
14
|
+
startClientPing(): void;
|
|
15
|
+
closeConnection(): void;
|
|
16
|
+
getJWTToken(): Observable<any>;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WebSocketService, never>;
|
|
18
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<WebSocketService>;
|
|
19
|
+
}
|
|
@@ -14,4 +14,3 @@ export declare class AttendanceCardComponent implements OnInit {
|
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<AttendanceCardComponent, never>;
|
|
15
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<AttendanceCardComponent, "ws-widget-attendance-card", never, { "session": { "alias": "session"; "required": false; }; "status": { "alias": "status"; "required": false; }; "config": { "alias": "config"; "required": false; }; "showInfo": { "alias": "showInfo"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
17
|
-
//# sourceMappingURL=attendance-card.component.d.ts.map
|
|
@@ -29,4 +29,3 @@ export declare class AttendanceCardModule {
|
|
|
29
29
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AttendanceCardModule, [typeof i1.AttendanceCardComponent], [typeof i2.CommonModule, typeof i3.MatToolbarModule, typeof i4.MatIconModule, typeof i5.MatLegacyButtonModule, typeof i6.MatLegacyMenuModule, typeof i7.MatLegacyCardModule, typeof i8.MatLegacyTooltipModule, typeof i9.MatLegacyTabsModule, typeof i10.MatLegacyChipsModule, typeof i11.MatDividerModule, typeof i12.MatLegacyProgressBarModule, typeof i13.MatLegacyListModule, typeof i14.MatLegacyDialogModule, typeof i15.MatLegacyRadioModule, typeof i16.MatExpansionModule, typeof i17.MatLegacyProgressSpinnerModule, typeof i18.MatLegacyCheckboxModule, typeof i19.MatLegacyInputModule, typeof i20.MatLegacyFormFieldModule, typeof i21.MatLegacySelectModule, typeof i22.MatLegacySnackBarModule, typeof i23.MatDatepickerModule, typeof i24.MatNativeDateModule, typeof i25.TranslateModule], [typeof i1.AttendanceCardComponent]>;
|
|
30
30
|
static ɵinj: i0.ɵɵInjectorDeclaration<AttendanceCardModule>;
|
|
31
31
|
}
|
|
32
|
-
//# sourceMappingURL=attendance-card.module.d.ts.map
|
|
@@ -13,4 +13,3 @@ export declare class AttendanceHelperComponent implements OnInit {
|
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<AttendanceHelperComponent, never>;
|
|
14
14
|
static ɵcmp: i0.ɵɵComponentDeclaration<AttendanceHelperComponent, "ws-widget-attendance-helper", never, {}, {}, never, never, false, never>;
|
|
15
15
|
}
|
|
16
|
-
//# sourceMappingURL=attendance-helper.component.d.ts.map
|
|
@@ -18,4 +18,3 @@ export declare class AttendanceHelperModule {
|
|
|
18
18
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AttendanceHelperModule, [typeof i1.AttendanceHelperComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatLegacyButtonModule, typeof i5.MatLegacyCardModule, typeof i6.MatIconModule, typeof i7.MatLegacyTooltipModule, typeof i8.MatLegacyDialogModule, typeof i9.MatLegacyProgressSpinnerModule, typeof i10.MatLegacyFormFieldModule, typeof i11.MatLegacyInputModule, typeof i12.MatLegacySnackBarModule, typeof i13.MatLegacyMenuModule, typeof i14.TranslateModule], [typeof i1.AttendanceHelperComponent]>;
|
|
19
19
|
static ɵinj: i0.ɵɵInjectorDeclaration<AttendanceHelperModule>;
|
|
20
20
|
}
|
|
21
|
-
//# sourceMappingURL=attendance-helper.module.d.ts.map
|
|
@@ -20,4 +20,3 @@ export declare class AvatarPhotoComponent implements OnInit, OnChanges {
|
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarPhotoComponent, never>;
|
|
21
21
|
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarPhotoComponent, "ws-widget-avatar-photo", never, { "datalen": { "alias": "datalen"; "required": false; }; "photoUrl": { "alias": "photoUrl"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "randomColor": { "alias": "randomColor"; "required": false; }; "initials": { "alias": "initials"; "required": false; }; "showBadge": { "alias": "showBadge"; "required": false; }; }, {}, never, never, false, never>;
|
|
22
22
|
}
|
|
23
|
-
//# sourceMappingURL=avatar-photo.component.d.ts.map
|
|
@@ -13,4 +13,3 @@ export declare class AvatarPhotoModule {
|
|
|
13
13
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarPhotoModule, [typeof i1.AvatarPhotoComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.MatLegacyButtonModule, typeof i5.MatIconModule, typeof i6.MatLegacyMenuModule, typeof i7.MatRippleModule, typeof i8.SbUiResolverModule, typeof i9.PipeCertificateImageURLModule], [typeof i1.AvatarPhotoComponent]>;
|
|
14
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<AvatarPhotoModule>;
|
|
15
15
|
}
|
|
16
|
-
//# sourceMappingURL=avatar-photo.module.d.ts.map
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { NsCardContent } from './../card-content-v2/card-content-v2.model';
|
|
3
|
+
import { NsWidgetResolver, WidgetBaseComponent } from '@sunbird-cb/resolver-v2';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CardCompetencyComponent extends WidgetBaseComponent implements OnInit, NsWidgetResolver.IWidgetData<NsCardContent.ICard> {
|
|
6
|
+
widgetData: NsCardContent.ICompetency;
|
|
7
|
+
competencyArea: string;
|
|
8
|
+
isExpanded: boolean;
|
|
9
|
+
constructor();
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
handleToggleSize(_viewMore: any): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardCompetencyComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardCompetencyComponent, "ws-widget-card-competency", never, { "widgetData": { "alias": "widgetData"; "required": false; }; "competencyArea": { "alias": "competencyArea"; "required": false; }; }, {}, never, never, false, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./card-competency.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class CardCompetencyModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardCompetencyModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CardCompetencyModule, [typeof i1.CardCompetencyComponent], [typeof i2.CommonModule], [typeof i1.CardCompetencyComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CardCompetencyModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { NsContent } from "@sunbird-cb/utils-v2";
|
|
2
|
+
export declare namespace NsCardContent {
|
|
3
|
+
interface ICard {
|
|
4
|
+
content: NsContent.IContent;
|
|
5
|
+
cardSubType: TCardSubType;
|
|
6
|
+
context: {
|
|
7
|
+
pageSection: string;
|
|
8
|
+
position?: number;
|
|
9
|
+
};
|
|
10
|
+
intranetMode?: 'greyOut' | 'hide';
|
|
11
|
+
deletedMode?: 'greyOut' | 'hide';
|
|
12
|
+
likes?: number;
|
|
13
|
+
contentTags?: IContentTags;
|
|
14
|
+
stateData: any;
|
|
15
|
+
}
|
|
16
|
+
interface IContentTags {
|
|
17
|
+
daysSpan?: number;
|
|
18
|
+
excludeContentType?: NsContent.EContentTypes[];
|
|
19
|
+
excludeMimeType?: string[];
|
|
20
|
+
tag: string;
|
|
21
|
+
criteriaField?: string;
|
|
22
|
+
}
|
|
23
|
+
interface ICompetency extends ICard {
|
|
24
|
+
competencyArea: '';
|
|
25
|
+
competencyObject: {};
|
|
26
|
+
}
|
|
27
|
+
type TCardSubType = 'standard' | 'minimal' | 'space-saving' | 'card-user-details' | 'basic-info' | 'basic-details' | 'card-description-back' | 'network-card';
|
|
28
|
+
enum EContentStatus {
|
|
29
|
+
LIVE = "Live",
|
|
30
|
+
EXPIRED = "Expired",
|
|
31
|
+
DELETED = "Deleted",
|
|
32
|
+
MARK_FOR_DELETION = "MarkedForDeletion"
|
|
33
|
+
}
|
|
34
|
+
enum ACBPConst {
|
|
35
|
+
UPCOMING = "upcoming",
|
|
36
|
+
ALL = "All",
|
|
37
|
+
OVERDUE = "overdue",
|
|
38
|
+
SUCCESS = "success"
|
|
39
|
+
}
|
|
40
|
+
enum IGOTConst {
|
|
41
|
+
COMPETENCIES = "competencies_v6",
|
|
42
|
+
RETIRED = "Retired"
|
|
43
|
+
}
|
|
44
|
+
}
|
|
@@ -14,10 +14,17 @@ export declare class CertificateDialogComponent implements OnInit {
|
|
|
14
14
|
downloadCert(): void;
|
|
15
15
|
downloadCertPng(): void;
|
|
16
16
|
downloadCertPdf(): Promise<void>;
|
|
17
|
+
getCertificateUrl(): string;
|
|
17
18
|
shareCert(): Window;
|
|
19
|
+
shareOnLinkedIn(): void;
|
|
20
|
+
shareOnFacebook(): void;
|
|
21
|
+
shareOnTwitter(): void;
|
|
22
|
+
shareOnWhatsApp(): void;
|
|
23
|
+
shareViaEmail(): void;
|
|
24
|
+
copyCertificateLink(): void;
|
|
25
|
+
private fallbackCopyTextToClipboard;
|
|
18
26
|
raiseShareIntreactTelemetry(type?: string, action?: string): void;
|
|
19
27
|
raiseIntreactTelemetry(action?: string): void;
|
|
20
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<CertificateDialogComponent, never>;
|
|
21
29
|
static ɵcmp: i0.ɵɵComponentDeclaration<CertificateDialogComponent, "ws-widget-certificate-dialog", never, {}, {}, never, never, false, never>;
|
|
22
30
|
}
|
|
23
|
-
//# sourceMappingURL=certificate-dialog.component.d.ts.map
|
|
@@ -5,19 +5,19 @@ import * as i3 from "@angular/common";
|
|
|
5
5
|
import * as i4 from "@angular/forms";
|
|
6
6
|
import * as i5 from "@angular/material/legacy-button";
|
|
7
7
|
import * as i6 from "@angular/material/legacy-card";
|
|
8
|
-
import * as i7 from "@angular/material/
|
|
9
|
-
import * as i8 from "@angular/material/
|
|
10
|
-
import * as i9 from "@angular/material/legacy-
|
|
11
|
-
import * as i10 from "@angular/material/legacy-
|
|
12
|
-
import * as i11 from "@angular/material/legacy-
|
|
13
|
-
import * as i12 from "@angular/material/legacy-
|
|
14
|
-
import * as i13 from "@angular/material/legacy-
|
|
15
|
-
import * as i14 from "@angular/material/legacy-
|
|
16
|
-
import * as i15 from "@
|
|
17
|
-
import * as i16 from "@
|
|
8
|
+
import * as i7 from "@angular/material/divider";
|
|
9
|
+
import * as i8 from "@angular/material/icon";
|
|
10
|
+
import * as i9 from "@angular/material/legacy-tooltip";
|
|
11
|
+
import * as i10 from "@angular/material/legacy-dialog";
|
|
12
|
+
import * as i11 from "@angular/material/legacy-progress-spinner";
|
|
13
|
+
import * as i12 from "@angular/material/legacy-form-field";
|
|
14
|
+
import * as i13 from "@angular/material/legacy-input";
|
|
15
|
+
import * as i14 from "@angular/material/legacy-snack-bar";
|
|
16
|
+
import * as i15 from "@angular/material/legacy-menu";
|
|
17
|
+
import * as i16 from "@sunbird-cb/utils-v2";
|
|
18
|
+
import * as i17 from "@ngx-translate/core";
|
|
18
19
|
export declare class CertificateDialogModule {
|
|
19
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<CertificateDialogModule, never>;
|
|
20
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CertificateDialogModule, [typeof i1.CertificateDialogComponent, typeof i2.SvgToPdfComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.MatLegacyButtonModule, typeof i6.MatLegacyCardModule, typeof i7.
|
|
21
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CertificateDialogModule, [typeof i1.CertificateDialogComponent, typeof i2.SvgToPdfComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.MatLegacyButtonModule, typeof i6.MatLegacyCardModule, typeof i7.MatDividerModule, typeof i8.MatIconModule, typeof i9.MatLegacyTooltipModule, typeof i10.MatLegacyDialogModule, typeof i11.MatLegacyProgressSpinnerModule, typeof i12.MatLegacyFormFieldModule, typeof i13.MatLegacyInputModule, typeof i14.MatLegacySnackBarModule, typeof i15.MatLegacyMenuModule, typeof i16.PipeSafeSanitizerModule, typeof i17.TranslateModule], [typeof i1.CertificateDialogComponent]>;
|
|
21
22
|
static ɵinj: i0.ɵɵInjectorDeclaration<CertificateDialogModule>;
|
|
22
23
|
}
|
|
23
|
-
//# sourceMappingURL=certificate-dialog.module.d.ts.map
|
|
@@ -7,4 +7,3 @@ export declare class SvgToPdfComponent implements AfterViewInit {
|
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<SvgToPdfComponent, never>;
|
|
8
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<SvgToPdfComponent, "ws-widget-svg-to-pdf", never, {}, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
10
|
-
//# sourceMappingURL=svg-to-pdf.component.d.ts.map
|
|
@@ -9,4 +9,3 @@ export declare class ConfirmDialogComponent implements OnInit {
|
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogComponent, never>;
|
|
10
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDialogComponent, "ws-widget-confirm-dialog", never, {}, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
12
|
-
//# sourceMappingURL=confirm-dialog.component.d.ts.map
|
|
@@ -10,4 +10,3 @@ export declare class ConfirmDialogModule {
|
|
|
10
10
|
static ɵmod: i0.ɵɵNgModuleDeclaration<ConfirmDialogModule, [typeof i1.ConfirmDialogComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatLegacyDialogModule, typeof i5.MatIconModule, typeof i6.TranslateModule], [typeof i1.ConfirmDialogComponent]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<ConfirmDialogModule>;
|
|
12
12
|
}
|
|
13
|
-
//# sourceMappingURL=confirm-dialog.module.d.ts.map
|
|
@@ -16,4 +16,3 @@ export declare class ConnectionHoverCardComponent implements OnInit, AfterViewIn
|
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectionHoverCardComponent, never>;
|
|
17
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<ConnectionHoverCardComponent, "ws-widget-connection-hover-card", never, { "hoverUser": { "alias": "hoverUser"; "required": false; }; }, {}, never, never, false, never>;
|
|
18
18
|
}
|
|
19
|
-
//# sourceMappingURL=connection-hover-card.component.d.ts.map
|
|
@@ -12,4 +12,3 @@ export declare class ConnectionHoverModule {
|
|
|
12
12
|
static ɵmod: i0.ɵɵNgModuleDeclaration<ConnectionHoverModule, [typeof i1.ConnectionHoverCardComponent, typeof i2.TooltipDirective], [typeof i3.CommonModule, typeof i4.PipeNameTransformModule, typeof i5.FormsModule, typeof i6.AvatarPhotoModule, typeof i7.MatIconModule, typeof i8.MatLegacyCardModule], [typeof i1.ConnectionHoverCardComponent, typeof i2.TooltipDirective]>;
|
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<ConnectionHoverModule>;
|
|
14
14
|
}
|
|
15
|
-
//# sourceMappingURL=connection-hover.module.d.ts.map
|
|
@@ -15,4 +15,3 @@ export declare class ConnectionNameComponent implements OnInit, AfterViewInit {
|
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectionNameComponent, never>;
|
|
16
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<ConnectionNameComponent, "ws-widget-connection-name", never, { "hoverUser": { "alias": "hoverUser"; "required": false; }; "showBadge": { "alias": "showBadge"; "required": false; }; }, {}, never, never, false, never>;
|
|
17
17
|
}
|
|
18
|
-
//# sourceMappingURL=connection-name.component.d.ts.map
|
|
@@ -12,4 +12,3 @@ export declare class ConnectionNameModule {
|
|
|
12
12
|
static ɵmod: i0.ɵɵNgModuleDeclaration<ConnectionNameModule, [typeof i1.ConnectionNameComponent], [typeof i2.CommonModule, typeof i3.PipeNameTransformModule, typeof i4.FormsModule, typeof i5.AvatarPhotoModule, typeof i6.MatIconModule, typeof i7.MatLegacyCardModule, typeof i8.ConnectionHoverModule], [typeof i1.ConnectionNameComponent]>;
|
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<ConnectionNameModule>;
|
|
14
14
|
}
|
|
15
|
-
//# sourceMappingURL=connection-name.module.d.ts.map
|
|
@@ -14,4 +14,3 @@ export declare class ContentProgressComponent implements OnChanges {
|
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContentProgressComponent, never>;
|
|
15
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<ContentProgressComponent, "ws-widget-content-progress", never, { "contentId": { "alias": "contentId"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "progressType": { "alias": "progressType"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; "className": { "alias": "className"; "required": false; }; "customClassName": { "alias": "customClassName"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
17
|
-
//# sourceMappingURL=content-progress.component.d.ts.map
|
|
@@ -8,4 +8,3 @@ export declare class ContentProgressModule {
|
|
|
8
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<ContentProgressModule, [typeof i1.ContentProgressComponent], [typeof i2.CommonModule, typeof i3.MatLegacyProgressBarModule, typeof i4.MatLegacyTooltipModule], [typeof i1.ContentProgressComponent]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<ContentProgressModule>;
|
|
10
10
|
}
|
|
11
|
-
//# sourceMappingURL=content-progress.module.d.ts.map
|
package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.component.d.ts
CHANGED
|
@@ -36,4 +36,3 @@ export declare class ContentRatingV2DialogComponent implements OnInit {
|
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContentRatingV2DialogComponent, never>;
|
|
37
37
|
static ɵcmp: i0.ɵɵComponentDeclaration<ContentRatingV2DialogComponent, "ws-widget-content-rating-v2-dialog", never, { "ccuserRating": { "alias": "ccuserRating"; "required": false; }; "navigatetoTOC": { "alias": "navigatetoTOC"; "required": false; }; "rateFromCompletionDialog": { "alias": "rateFromCompletionDialog"; "required": false; }; "isEditMode": { "alias": "isEditMode"; "required": false; }; "collectionId": { "alias": "collectionId"; "required": false; }; }, {}, never, never, false, never>;
|
|
38
38
|
}
|
|
39
|
-
//# sourceMappingURL=content-rating-v2-dialog.component.d.ts.map
|
package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.module.d.ts
CHANGED
|
@@ -17,4 +17,3 @@ export declare class ContentRatingV2DialogModule {
|
|
|
17
17
|
static ɵmod: i0.ɵɵNgModuleDeclaration<ContentRatingV2DialogModule, [typeof i1.ContentRatingV2DialogComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatLegacyButtonModule, typeof i5.MatIconModule, typeof i6.MatLegacyTooltipModule, typeof i7.MatLegacyDialogModule, typeof i8.MatLegacyProgressSpinnerModule, typeof i9.MatLegacyFormFieldModule, typeof i10.MatLegacyInputModule, typeof i11.MatLegacySnackBarModule, typeof i12.MatLegacyCheckboxModule, typeof i13.TranslateModule], [typeof i1.ContentRatingV2DialogComponent]>;
|
|
18
18
|
static ɵinj: i0.ɵɵInjectorDeclaration<ContentRatingV2DialogModule>;
|
|
19
19
|
}
|
|
20
|
-
//# sourceMappingURL=content-rating-v2-dialog.module.d.ts.map
|
|
@@ -5,8 +5,7 @@ export declare class AiTutorConfirmPopupComponent {
|
|
|
5
5
|
data: any;
|
|
6
6
|
constructor(dialogRef: MatDialogRef<AiTutorConfirmPopupComponent>, data: any);
|
|
7
7
|
close(): void;
|
|
8
|
-
enrollNow(
|
|
8
|
+
enrollNow(_enroll?: boolean): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<AiTutorConfirmPopupComponent, never>;
|
|
10
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<AiTutorConfirmPopupComponent, "ws-widget-ai-tutor-confirm-popup", never, {}, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
12
|
-
//# sourceMappingURL=ai-tutor-confirm-popup.component.d.ts.map
|
|
@@ -91,6 +91,7 @@ export declare class AppTocAboutComponent implements OnInit, OnChanges, AfterVie
|
|
|
91
91
|
tagsElem: ElementRef;
|
|
92
92
|
searchTagElem: ElementRef;
|
|
93
93
|
disableCertificate: boolean;
|
|
94
|
+
isExternalContent: boolean;
|
|
94
95
|
primaryCategory: typeof NsContent.EPrimaryCategory;
|
|
95
96
|
stripsResultDataMap: {
|
|
96
97
|
[key: string]: IStripUnitContentData;
|
|
@@ -176,9 +177,9 @@ export declare class AppTocAboutComponent implements OnInit, OnChanges, AfterVie
|
|
|
176
177
|
openSurveyFormPopup(): void;
|
|
177
178
|
checkValidJSON(str: any): boolean;
|
|
178
179
|
handleSubsector(item: any): void;
|
|
180
|
+
navigateToNewVersion(): void;
|
|
179
181
|
ngOnDestroy(): void;
|
|
180
182
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocAboutComponent, never>;
|
|
181
183
|
static ɵcmp: i0.ɵɵComponentDeclaration<AppTocAboutComponent, "ws-widget-app-toc-about", never, { "condition": { "alias": "condition"; "required": false; }; "kparray": { "alias": "kparray"; "required": false; }; "content": { "alias": "content"; "required": false; }; "contentReadData": { "alias": "contentReadData"; "required": false; }; "baseContentReadData": { "alias": "baseContentReadData"; "required": false; }; "skeletonLoader": { "alias": "skeletonLoader"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; }; "tocStructure": { "alias": "tocStructure"; "required": false; }; "pathSet": { "alias": "pathSet"; "required": false; }; "config": { "alias": "config"; "required": false; }; "resumeData": { "alias": "resumeData"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; "showReviews": { "alias": "showReviews"; "required": false; }; "batchData": { "alias": "batchData"; "required": false; }; "fromViewer": { "alias": "fromViewer"; "required": false; }; "selectedBatchData": { "alias": "selectedBatchData"; "required": false; }; "selectedTabValue": { "alias": "selectedTabValue"; "required": false; }; "fromMarketPlace": { "alias": "fromMarketPlace"; "required": false; }; "showMarketPlaceCertificate": { "alias": "showMarketPlaceCertificate"; "required": false; }; "languageList": { "alias": "languageList"; "required": false; }; "lockCertificate": { "alias": "lockCertificate"; "required": false; }; }, { "trigerCompletionSurveyForm": "trigerCompletionSurveyForm"; }, never, never, false, never>;
|
|
182
184
|
}
|
|
183
185
|
export {};
|
|
184
|
-
//# sourceMappingURL=app-toc-about.component.d.ts.map
|
|
@@ -39,4 +39,3 @@ export declare class AssignmentViewerComponent implements OnInit {
|
|
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<AssignmentViewerComponent, never>;
|
|
40
40
|
static ɵcmp: i0.ɵɵComponentDeclaration<AssignmentViewerComponent, "ws-widget-app-assignment-viewer", never, {}, {}, never, never, false, never>;
|
|
41
41
|
}
|
|
42
|
-
//# sourceMappingURL=app-toc-assignment-viewer.component.d.ts.map
|
|
@@ -52,4 +52,3 @@ export declare class AssignmentViewerV2Component implements OnInit, OnDestroy {
|
|
|
52
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<AssignmentViewerV2Component, never>;
|
|
53
53
|
static ɵcmp: i0.ɵɵComponentDeclaration<AssignmentViewerV2Component, "ws-widget-app-assignment-viewerV2", never, {}, {}, never, never, false, never>;
|
|
54
54
|
}
|
|
55
|
-
//# sourceMappingURL=app-toc-assignment-viewerV2.component.d.ts.map
|
|
@@ -45,4 +45,3 @@ export declare class AppTocBatchAssignmentsComponent implements OnInit {
|
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocBatchAssignmentsComponent, never>;
|
|
46
46
|
static ɵcmp: i0.ɵɵComponentDeclaration<AppTocBatchAssignmentsComponent, "ws-widget-app-batch-assignments", never, { "content": { "alias": "content"; "required": false; }; }, {}, never, never, false, never>;
|
|
47
47
|
}
|
|
48
|
-
//# sourceMappingURL=app-toc-batch-assignments.component.d.ts.map
|
|
@@ -27,6 +27,7 @@ export declare class AppTocContentComponent implements OnInit, OnDestroy, OnChan
|
|
|
27
27
|
defaultThumbnail: string;
|
|
28
28
|
private routeSubscription;
|
|
29
29
|
private routeQuerySubscription;
|
|
30
|
+
private hashmapUpdatedSubscription;
|
|
30
31
|
contentParents: NsContent.IContentMinimal[];
|
|
31
32
|
expandAll: boolean;
|
|
32
33
|
expandPartOf: boolean;
|
|
@@ -43,7 +44,13 @@ export declare class AppTocContentComponent implements OnInit, OnDestroy, OnChan
|
|
|
43
44
|
ngOnChanges(changes: SimpleChanges): void;
|
|
44
45
|
get isEnrolled(): boolean;
|
|
45
46
|
ngOnDestroy(): void;
|
|
47
|
+
getMilestoneCompletedOrNot(identifier: string): boolean;
|
|
48
|
+
/**
|
|
49
|
+
* Check if multi-line text is truncated (has ellipsis)
|
|
50
|
+
* @param element The HTMLElement to check
|
|
51
|
+
* @returns true if text is truncated, false otherwise
|
|
52
|
+
*/
|
|
53
|
+
isMultiLineTruncated(element: HTMLElement): boolean;
|
|
46
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTocContentComponent, never>;
|
|
47
55
|
static ɵcmp: i0.ɵɵComponentDeclaration<AppTocContentComponent, "ws-widget-app-toc-content", never, { "batchId": { "alias": "batchId"; "required": false; }; "content": { "alias": "content"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; "resumeData": { "alias": "resumeData"; "required": false; }; "batchData": { "alias": "batchData"; "required": false; }; "skeletonLoader": { "alias": "skeletonLoader"; "required": false; }; "tocStructure": { "alias": "tocStructure"; "required": false; }; "config": { "alias": "config"; "required": false; }; "hierarchyMapData": { "alias": "hierarchyMapData"; "required": false; }; "pathSet": { "alias": "pathSet"; "required": false; }; "componentName": { "alias": "componentName"; "required": false; }; "isPreAssessment": { "alias": "isPreAssessment"; "required": false; }; "baseContentReadData": { "alias": "baseContentReadData"; "required": false; }; "contentReadData": { "alias": "contentReadData"; "required": false; }; }, {}, never, never, false, never>;
|
|
48
56
|
}
|
|
49
|
-
//# sourceMappingURL=app-toc-content.component.d.ts.map
|