@sunbird-cb/toc 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (495) hide show
  1. package/esm2022/lib/_collection/_common/attendance-card/attendance-card.component.mjs +55 -0
  2. package/esm2022/lib/_collection/_common/attendance-card/attendance-card.module.mjs +126 -0
  3. package/esm2022/lib/_collection/_common/attendance-helper/attendance-helper.component.mjs +32 -0
  4. package/esm2022/lib/_collection/_common/attendance-helper/attendance-helper.module.mjs +85 -0
  5. package/esm2022/lib/_collection/_common/avatar-photo/avatar-photo.component.mjs +100 -0
  6. package/esm2022/lib/_collection/_common/avatar-photo/avatar-photo.module.mjs +48 -0
  7. package/esm2022/lib/_collection/_common/certificate-dialog/certificate-dialog.component.mjs +120 -0
  8. package/esm2022/lib/_collection/_common/certificate-dialog/certificate-dialog.module.mjs +92 -0
  9. package/esm2022/lib/_collection/_common/certificate-dialog/svg-to-pdf.component.mjs +48 -0
  10. package/esm2022/lib/_collection/_common/confirm-dialog/confirm-dialog.component.mjs +25 -0
  11. package/esm2022/lib/_collection/_common/confirm-dialog/confirm-dialog.module.mjs +41 -0
  12. package/esm2022/lib/_collection/_common/connection-hover-card/connection-hover-card.component.mjs +89 -0
  13. package/esm2022/lib/_collection/_common/connection-hover-card/connection-hover.module.mjs +42 -0
  14. package/esm2022/lib/_collection/_common/connection-hover-card/connection-hover.servive.mjs +41 -0
  15. package/esm2022/lib/_collection/_common/connection-name/connection-name.component.mjs +78 -0
  16. package/esm2022/lib/_collection/_common/connection-name/connection-name.module.mjs +45 -0
  17. package/esm2022/lib/_collection/_common/connection-name/profile-v2.model.mjs +2 -0
  18. package/esm2022/lib/_collection/_common/content-progress/content-progress.component.mjs +70 -0
  19. package/esm2022/lib/_collection/_common/content-progress/content-progress.module.mjs +28 -0
  20. package/esm2022/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.component.mjs +187 -0
  21. package/esm2022/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.module.mjs +86 -0
  22. package/esm2022/lib/_collection/_common/content-toc/ai-tutor-confirm-popup/ai-tutor-confirm-popup.component.mjs +31 -0
  23. package/esm2022/lib/_collection/_common/content-toc/app-toc-about/app-toc-about.component.mjs +941 -0
  24. package/esm2022/lib/_collection/_common/content-toc/app-toc-assignment-viewer/app-toc-assignment-viewer.component.mjs +183 -0
  25. package/esm2022/lib/_collection/_common/content-toc/app-toc-assignment-viewerV2/app-toc-assignment-viewerV2.component.mjs +327 -0
  26. package/esm2022/lib/_collection/_common/content-toc/app-toc-batch-assignments/app-toc-batch-assignments.component.mjs +297 -0
  27. package/esm2022/lib/_collection/_common/content-toc/app-toc-content/app-toc-content.component.mjs +223 -0
  28. package/esm2022/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.mjs +591 -0
  29. package/esm2022/lib/_collection/_common/content-toc/app-toc-content-card-v2-skeleton/app-toc-content-card-v2-skeleton.component.mjs +16 -0
  30. package/esm2022/lib/_collection/_common/content-toc/app-toc-reference-notes/app-toc-reference-notes.component.mjs +43 -0
  31. package/esm2022/lib/_collection/_common/content-toc/app-toc-session-card-new/app-toc-session-card-new.component.mjs +133 -0
  32. package/esm2022/lib/_collection/_common/content-toc/app-toc-sessions-new/app-toc-sessions-new.component.mjs +66 -0
  33. package/esm2022/lib/_collection/_common/content-toc/app-toc-teachers-notes/app-toc-teachers-notes.component.mjs +278 -0
  34. package/esm2022/lib/_collection/_common/content-toc/content-services/handle-claim.service.mjs +21 -0
  35. package/esm2022/lib/_collection/_common/content-toc/content-services/review-component-data.service.mjs +21 -0
  36. package/esm2022/lib/_collection/_common/content-toc/content-toc.component.mjs +847 -0
  37. package/esm2022/lib/_collection/_common/content-toc/content-toc.module.mjs +219 -0
  38. package/esm2022/lib/_collection/_common/content-toc/karma-points/karma-points.component.mjs +209 -0
  39. package/esm2022/lib/_collection/_common/content-toc/karma-points/karma-points.module.mjs +26 -0
  40. package/esm2022/lib/_collection/_common/content-toc/pipes/replace-nbsp.pipe.mjs +19 -0
  41. package/esm2022/lib/_collection/_common/content-toc/pipes/truncate.pipe.mjs +23 -0
  42. package/esm2022/lib/_collection/_common/content-toc/reviews-content/reviews-content.component.mjs +113 -0
  43. package/esm2022/lib/_collection/_common/content-toc/samuhik-charcha-content/samuhik-charcha-content/samuhik-charcha-content.component.mjs +110 -0
  44. package/esm2022/lib/_collection/_common/display-content-type/display-content-type.component.mjs +26 -0
  45. package/esm2022/lib/_collection/_common/display-content-type/display-content-type.module.mjs +19 -0
  46. package/esm2022/lib/_collection/_common/display-content-type-icon/display-content-type-icon.component.mjs +67 -0
  47. package/esm2022/lib/_collection/_common/display-content-type-icon/display-content-type-icon.module.mjs +28 -0
  48. package/esm2022/lib/_collection/_common/mark-as-complete/mark-as-complete.component.mjs +77 -0
  49. package/esm2022/lib/_collection/_common/mark-as-complete/mark-as-complete.model.mjs +2 -0
  50. package/esm2022/lib/_collection/_common/mark-as-complete/mark-as-complete.module.mjs +61 -0
  51. package/esm2022/lib/_collection/_common/pipe-content-route/pipe-content-route.module.mjs +20 -0
  52. package/esm2022/lib/_collection/_common/pipe-content-route/pipe-content-route.pipe.mjs +73 -0
  53. package/esm2022/lib/_collection/_common/player-brief/player-brief.component.mjs +139 -0
  54. package/esm2022/lib/_collection/_common/player-brief/player-brief.module.mjs +71 -0
  55. package/esm2022/lib/_collection/_common/rating-summary/rating-summary.component.mjs +34 -0
  56. package/esm2022/lib/_collection/_common/rating-summary/rating-summary.module.mjs +56 -0
  57. package/esm2022/lib/_collection/_common/skeleton-loader/skeleton-loader.component.mjs +25 -0
  58. package/esm2022/lib/_collection/_common/skeleton-loader/skeleton-loader.module.mjs +37 -0
  59. package/esm2022/lib/_collection/_common/tips-for-learner/tips-for-learner-card/tips-for-learner-card.component.mjs +32 -0
  60. package/esm2022/lib/_collection/_common/tips-for-learner/tips-for-learner.module.mjs +30 -0
  61. package/esm2022/lib/_collection/_common/toc-kpi-values/toc-kpi-values.component.mjs +38 -0
  62. package/esm2022/lib/_collection/_common/toc-kpi-values/toc-kpi-values.module.mjs +51 -0
  63. package/esm2022/lib/_collection/_common/user-autocomplete/user-autocomplete.component.mjs +115 -0
  64. package/esm2022/lib/_collection/_common/user-autocomplete/user-autocomplete.model.mjs +12 -0
  65. package/esm2022/lib/_collection/_common/user-autocomplete/user-autocomplete.module.mjs +51 -0
  66. package/esm2022/lib/_collection/_common/user-autocomplete/user-autocomplete.service.mjs +61 -0
  67. package/esm2022/lib/_collection/_common/user-content-rating/user-content-rating.component.mjs +87 -0
  68. package/esm2022/lib/_collection/_common/user-content-rating/user-content-rating.module.mjs +36 -0
  69. package/esm2022/lib/_collection/_common/user-image/user-image.component.mjs +62 -0
  70. package/esm2022/lib/_collection/_common/user-image/user-image.module.mjs +24 -0
  71. package/esm2022/lib/_collection/btn-page-back/btn-page-back.component.mjs +192 -0
  72. package/esm2022/lib/_collection/btn-page-back/btn-page-back.module.mjs +44 -0
  73. package/esm2022/lib/_collection/btn-page-back/btn-page-back.service.mjs +99 -0
  74. package/esm2022/lib/_collection/card-rating-comment/card-rating-comment.component.mjs +58 -0
  75. package/esm2022/lib/_collection/card-rating-comment/card-rating-comment.module.mjs +67 -0
  76. package/esm2022/lib/_collection/sliders-dynamic/sliders-dynamic.component.mjs +112 -0
  77. package/esm2022/lib/_collection/sliders-dynamic/sliders-dynamic.model.mjs +2 -0
  78. package/esm2022/lib/_collection/sliders-dynamic/sliders-dynamic.module.mjs +69 -0
  79. package/esm2022/lib/_collection-api.mjs +57 -0
  80. package/esm2022/lib/_constants/widget-content.constants.mjs +19 -0
  81. package/esm2022/lib/_directives/tooltip.directive.mjs +68 -0
  82. package/esm2022/lib/_models/common.model.mjs +2 -0
  83. package/esm2022/lib/_models/error.model.mjs +2 -0
  84. package/esm2022/lib/_pipes/highlight.pipe.mjs +24 -0
  85. package/esm2022/lib/_services/rating.service.mjs +89 -0
  86. package/esm2022/lib/_services/samuhik-charcha.service.mjs +29 -0
  87. package/esm2022/lib/_services/viewer-route-util.mjs +103 -0
  88. package/esm2022/lib/_services/widget-content.model.mjs +246 -0
  89. package/esm2022/lib/_services/widget-content.service.mjs +589 -0
  90. package/esm2022/lib/_shared/translate-loader.factory.mjs +9 -0
  91. package/esm2022/lib/app-toc-lib.module.mjs +499 -0
  92. package/esm2022/lib/collection.config.mjs +161 -0
  93. package/esm2022/lib/components/app-toc-analytics-tiles/app-toc-analytics-tiles.component.mjs +37 -0
  94. package/esm2022/lib/components/app-toc-banner/app-toc-banner.component.mjs +1436 -0
  95. package/esm2022/lib/components/app-toc-cios-home/app-toc-cios-home.component.mjs +475 -0
  96. package/esm2022/lib/components/app-toc-cios-home/consent-dialog.component.mjs +119 -0
  97. package/esm2022/lib/components/app-toc-cohorts/app-toc-cohorts.component.mjs +80 -0
  98. package/esm2022/lib/components/app-toc-content-card/app-toc-content-card.component.mjs +249 -0
  99. package/esm2022/lib/components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component.mjs +39 -0
  100. package/esm2022/lib/components/app-toc-discussion/app-toc-discussion.component.mjs +58 -0
  101. package/esm2022/lib/components/app-toc-home/app-toc-home.component.mjs +2229 -0
  102. package/esm2022/lib/components/app-toc-home-v2/app-toc-home-v2.component.mjs +2796 -0
  103. package/esm2022/lib/components/app-toc-overview/app-toc-overview.component.mjs +157 -0
  104. package/esm2022/lib/components/app-toc-session-card/app-toc-session-card.component.mjs +48 -0
  105. package/esm2022/lib/components/app-toc-sessions/app-toc-sessions.component.mjs +47 -0
  106. package/esm2022/lib/components/app-toc-single-page/app-toc-single-page.component.mjs +766 -0
  107. package/esm2022/lib/components/completion-survey-form/completion-survey-form.component.mjs +243 -0
  108. package/esm2022/lib/components/create-batch-dialog/create-batch-dialog.component.mjs +116 -0
  109. package/esm2022/lib/components/enroll-language-dialogue/enroll-language-dialogue.component.mjs +44 -0
  110. package/esm2022/lib/components/enroll-profile-form/enroll-profile-form.component.mjs +1838 -0
  111. package/esm2022/lib/components/enroll-questionnaire/enroll-questionnaire.component.mjs +236 -0
  112. package/esm2022/lib/components/knowledge-artifact-details/knowledge-artifact-details.component.mjs +213 -0
  113. package/esm2022/lib/components/non-relevent-feedback-dialog/non-relevent-feedback-dialog.component.mjs +36 -0
  114. package/esm2022/lib/components/public-survey-form/public-survey-form.component.mjs +256 -0
  115. package/esm2022/lib/components/survey-form-question/survey-form-question.component.mjs +133 -0
  116. package/esm2022/lib/components/survey-form-section/survey-form-section.component.mjs +36 -0
  117. package/esm2022/lib/models/app-toc-analytics.model.mjs +2 -0
  118. package/esm2022/lib/models/app-toc.model.mjs +38 -0
  119. package/esm2022/lib/models/auto-complete.model.mjs +2 -0
  120. package/esm2022/lib/models/card-content.model.mjs +13 -0
  121. package/esm2022/lib/models/content-strip-with-tabs.model.mjs +2 -0
  122. package/esm2022/lib/models/discussion-forum.model.mjs +14 -0
  123. package/esm2022/lib/models/goal.model.mjs +2 -0
  124. package/esm2022/lib/models/meta-tag.model.mjs +8 -0
  125. package/esm2022/lib/models/playlist.model.mjs +2 -0
  126. package/esm2022/lib/models/profile-revamp.model.mjs +2 -0
  127. package/esm2022/lib/models/rating.model.mjs +2 -0
  128. package/esm2022/lib/models/user-profile.model.mjs +21 -0
  129. package/esm2022/lib/resolvers/app-toc-cios-resolver.service.mjs +24 -0
  130. package/esm2022/lib/resolvers/app-toc-cios-user-enroll-resolver.service.mjs +24 -0
  131. package/esm2022/lib/resolvers/app-toc-content-read-resolver.service.mjs +60 -0
  132. package/esm2022/lib/resolvers/app-toc-ext-public-resolver.service.mjs +25 -0
  133. package/esm2022/lib/resolvers/app-toc-resolver.service.mjs +106 -0
  134. package/esm2022/lib/resolvers/config-resolver.service.mjs +25 -0
  135. package/esm2022/lib/resolvers/profile-resolver.service.mjs +25 -0
  136. package/esm2022/lib/resolvers/restricted-features-resolver.service.mjs +25 -0
  137. package/esm2022/lib/routes/app-toc-home/app-toc-home.component.mjs +51 -0
  138. package/esm2022/lib/routes/app-toc-home/app-toc-home.directive.mjs +16 -0
  139. package/esm2022/lib/routes/app-toc-home/app-toc-home.service.mjs +18 -0
  140. package/esm2022/lib/services/access-control.service.mjs +56 -0
  141. package/esm2022/lib/services/action.service.mjs +23 -0
  142. package/esm2022/lib/services/app-toc-v2.service.mjs +47 -0
  143. package/esm2022/lib/services/app-toc.service.mjs +1001 -0
  144. package/esm2022/lib/services/certificate.service.mjs +69 -0
  145. package/esm2022/lib/services/discuss-utils.service.mjs +58 -0
  146. package/esm2022/lib/services/editor.service.mjs +34 -0
  147. package/esm2022/lib/services/load-check.service.mjs +21 -0
  148. package/esm2022/lib/services/loader.service.mjs +33 -0
  149. package/esm2022/lib/services/mobile-apps.service.mjs +67 -0
  150. package/esm2022/lib/services/netcore.service.mjs +56 -0
  151. package/esm2022/lib/services/nps-grid.service.mjs +31 -0
  152. package/esm2022/lib/services/otp.service.mjs +43 -0
  153. package/esm2022/lib/services/profile-v2.service.mjs +43 -0
  154. package/esm2022/lib/services/reset-ratings.service.mjs +19 -0
  155. package/esm2022/lib/services/resource-download-helper.service.mjs +64 -0
  156. package/esm2022/lib/services/timer.service.mjs +23 -0
  157. package/esm2022/lib/services/title-tag.service.mjs +71 -0
  158. package/esm2022/lib/services/user-profile.service.mjs +55 -0
  159. package/esm2022/lib/services/viewer-data.service.mjs +64 -0
  160. package/esm2022/lib/services/viewer-util.service.mjs +500 -0
  161. package/esm2022/lib/share-toc/share-toc/share-toc.component.mjs +291 -0
  162. package/esm2022/lib/share-toc/share-toc.module.mjs +119 -0
  163. package/esm2022/public-api.mjs +56 -0
  164. package/esm2022/sunbird-cb-toc.mjs +5 -0
  165. package/fesm2022/sunbird-cb-toc.mjs +23517 -0
  166. package/fesm2022/sunbird-cb-toc.mjs.map +1 -0
  167. package/index.d.ts +6 -0
  168. package/lib/_collection/_common/attendance-card/attendance-card.component.d.ts +17 -0
  169. package/lib/_collection/_common/attendance-card/attendance-card.component.d.ts.map +1 -0
  170. package/lib/_collection/_common/attendance-card/attendance-card.module.d.ts +32 -0
  171. package/lib/_collection/_common/attendance-card/attendance-card.module.d.ts.map +1 -0
  172. package/lib/_collection/_common/attendance-helper/attendance-helper.component.d.ts +16 -0
  173. package/lib/_collection/_common/attendance-helper/attendance-helper.component.d.ts.map +1 -0
  174. package/lib/_collection/_common/attendance-helper/attendance-helper.module.d.ts +21 -0
  175. package/lib/_collection/_common/attendance-helper/attendance-helper.module.d.ts.map +1 -0
  176. package/lib/_collection/_common/avatar-photo/avatar-photo.component.d.ts +23 -0
  177. package/lib/_collection/_common/avatar-photo/avatar-photo.component.d.ts.map +1 -0
  178. package/lib/_collection/_common/avatar-photo/avatar-photo.module.d.ts +16 -0
  179. package/lib/_collection/_common/avatar-photo/avatar-photo.module.d.ts.map +1 -0
  180. package/lib/_collection/_common/certificate-dialog/certificate-dialog.component.d.ts +23 -0
  181. package/lib/_collection/_common/certificate-dialog/certificate-dialog.component.d.ts.map +1 -0
  182. package/lib/_collection/_common/certificate-dialog/certificate-dialog.module.d.ts +23 -0
  183. package/lib/_collection/_common/certificate-dialog/certificate-dialog.module.d.ts.map +1 -0
  184. package/lib/_collection/_common/certificate-dialog/svg-to-pdf.component.d.ts +10 -0
  185. package/lib/_collection/_common/certificate-dialog/svg-to-pdf.component.d.ts.map +1 -0
  186. package/lib/_collection/_common/confirm-dialog/confirm-dialog.component.d.ts +12 -0
  187. package/lib/_collection/_common/confirm-dialog/confirm-dialog.component.d.ts.map +1 -0
  188. package/lib/_collection/_common/confirm-dialog/confirm-dialog.module.d.ts +13 -0
  189. package/lib/_collection/_common/confirm-dialog/confirm-dialog.module.d.ts.map +1 -0
  190. package/lib/_collection/_common/connection-hover-card/connection-hover-card.component.d.ts +19 -0
  191. package/lib/_collection/_common/connection-hover-card/connection-hover-card.component.d.ts.map +1 -0
  192. package/lib/_collection/_common/connection-hover-card/connection-hover.module.d.ts +15 -0
  193. package/lib/_collection/_common/connection-hover-card/connection-hover.module.d.ts.map +1 -0
  194. package/lib/_collection/_common/connection-hover-card/connection-hover.servive.d.ts +12 -0
  195. package/lib/_collection/_common/connection-hover-card/connection-hover.servive.d.ts.map +1 -0
  196. package/lib/_collection/_common/connection-name/connection-name.component.d.ts +18 -0
  197. package/lib/_collection/_common/connection-name/connection-name.component.d.ts.map +1 -0
  198. package/lib/_collection/_common/connection-name/connection-name.module.d.ts +15 -0
  199. package/lib/_collection/_common/connection-name/connection-name.module.d.ts.map +1 -0
  200. package/lib/_collection/_common/connection-name/profile-v2.model.d.ts +200 -0
  201. package/lib/_collection/_common/connection-name/profile-v2.model.d.ts.map +1 -0
  202. package/lib/_collection/_common/content-progress/content-progress.component.d.ts +17 -0
  203. package/lib/_collection/_common/content-progress/content-progress.component.d.ts.map +1 -0
  204. package/lib/_collection/_common/content-progress/content-progress.module.d.ts +11 -0
  205. package/lib/_collection/_common/content-progress/content-progress.module.d.ts.map +1 -0
  206. package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.component.d.ts +39 -0
  207. package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.component.d.ts.map +1 -0
  208. package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.module.d.ts +20 -0
  209. package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.module.d.ts.map +1 -0
  210. package/lib/_collection/_common/content-toc/ai-tutor-confirm-popup/ai-tutor-confirm-popup.component.d.ts +12 -0
  211. package/lib/_collection/_common/content-toc/ai-tutor-confirm-popup/ai-tutor-confirm-popup.component.d.ts.map +1 -0
  212. package/lib/_collection/_common/content-toc/app-toc-about/app-toc-about.component.d.ts +184 -0
  213. package/lib/_collection/_common/content-toc/app-toc-about/app-toc-about.component.d.ts.map +1 -0
  214. package/lib/_collection/_common/content-toc/app-toc-assignment-viewer/app-toc-assignment-viewer.component.d.ts +42 -0
  215. package/lib/_collection/_common/content-toc/app-toc-assignment-viewer/app-toc-assignment-viewer.component.d.ts.map +1 -0
  216. package/lib/_collection/_common/content-toc/app-toc-assignment-viewerV2/app-toc-assignment-viewerV2.component.d.ts +55 -0
  217. package/lib/_collection/_common/content-toc/app-toc-assignment-viewerV2/app-toc-assignment-viewerV2.component.d.ts.map +1 -0
  218. package/lib/_collection/_common/content-toc/app-toc-batch-assignments/app-toc-batch-assignments.component.d.ts +48 -0
  219. package/lib/_collection/_common/content-toc/app-toc-batch-assignments/app-toc-batch-assignments.component.d.ts.map +1 -0
  220. package/lib/_collection/_common/content-toc/app-toc-content/app-toc-content.component.d.ts +49 -0
  221. package/lib/_collection/_common/content-toc/app-toc-content/app-toc-content.component.d.ts.map +1 -0
  222. package/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.d.ts +92 -0
  223. package/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.d.ts.map +1 -0
  224. package/lib/_collection/_common/content-toc/app-toc-content-card-v2-skeleton/app-toc-content-card-v2-skeleton.component.d.ts +9 -0
  225. package/lib/_collection/_common/content-toc/app-toc-content-card-v2-skeleton/app-toc-content-card-v2-skeleton.component.d.ts.map +1 -0
  226. package/lib/_collection/_common/content-toc/app-toc-reference-notes/app-toc-reference-notes.component.d.ts +17 -0
  227. package/lib/_collection/_common/content-toc/app-toc-reference-notes/app-toc-reference-notes.component.d.ts.map +1 -0
  228. package/lib/_collection/_common/content-toc/app-toc-session-card-new/app-toc-session-card-new.component.d.ts +41 -0
  229. package/lib/_collection/_common/content-toc/app-toc-session-card-new/app-toc-session-card-new.component.d.ts.map +1 -0
  230. package/lib/_collection/_common/content-toc/app-toc-sessions-new/app-toc-sessions-new.component.d.ts +22 -0
  231. package/lib/_collection/_common/content-toc/app-toc-sessions-new/app-toc-sessions-new.component.d.ts.map +1 -0
  232. package/lib/_collection/_common/content-toc/app-toc-teachers-notes/app-toc-teachers-notes.component.d.ts +46 -0
  233. package/lib/_collection/_common/content-toc/app-toc-teachers-notes/app-toc-teachers-notes.component.d.ts.map +1 -0
  234. package/lib/_collection/_common/content-toc/content-services/handle-claim.service.d.ts +11 -0
  235. package/lib/_collection/_common/content-toc/content-services/handle-claim.service.d.ts.map +1 -0
  236. package/lib/_collection/_common/content-toc/content-services/review-component-data.service.d.ts +11 -0
  237. package/lib/_collection/_common/content-toc/content-services/review-component-data.service.d.ts.map +1 -0
  238. package/lib/_collection/_common/content-toc/content-toc.component.d.ts +129 -0
  239. package/lib/_collection/_common/content-toc/content-toc.component.d.ts.map +1 -0
  240. package/lib/_collection/_common/content-toc/content-toc.module.d.ts +52 -0
  241. package/lib/_collection/_common/content-toc/content-toc.module.d.ts.map +1 -0
  242. package/lib/_collection/_common/content-toc/karma-points/karma-points.component.d.ts +30 -0
  243. package/lib/_collection/_common/content-toc/karma-points/karma-points.component.d.ts.map +1 -0
  244. package/lib/_collection/_common/content-toc/karma-points/karma-points.module.d.ts +10 -0
  245. package/lib/_collection/_common/content-toc/karma-points/karma-points.module.d.ts.map +1 -0
  246. package/lib/_collection/_common/content-toc/pipes/replace-nbsp.pipe.d.ts +8 -0
  247. package/lib/_collection/_common/content-toc/pipes/replace-nbsp.pipe.d.ts.map +1 -0
  248. package/lib/_collection/_common/content-toc/pipes/truncate.pipe.d.ts +8 -0
  249. package/lib/_collection/_common/content-toc/pipes/truncate.pipe.d.ts.map +1 -0
  250. package/lib/_collection/_common/content-toc/reviews-content/reviews-content.component.d.ts +29 -0
  251. package/lib/_collection/_common/content-toc/reviews-content/reviews-content.component.d.ts.map +1 -0
  252. package/lib/_collection/_common/content-toc/samuhik-charcha-content/samuhik-charcha-content/samuhik-charcha-content.component.d.ts +25 -0
  253. package/lib/_collection/_common/content-toc/samuhik-charcha-content/samuhik-charcha-content/samuhik-charcha-content.component.d.ts.map +1 -0
  254. package/lib/_collection/_common/display-content-type/display-content-type.component.d.ts +15 -0
  255. package/lib/_collection/_common/display-content-type/display-content-type.component.d.ts.map +1 -0
  256. package/lib/_collection/_common/display-content-type/display-content-type.module.d.ts +10 -0
  257. package/lib/_collection/_common/display-content-type/display-content-type.module.d.ts.map +1 -0
  258. package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.component.d.ts +13 -0
  259. package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.component.d.ts.map +1 -0
  260. package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.module.d.ts +11 -0
  261. package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.module.d.ts.map +1 -0
  262. package/lib/_collection/_common/mark-as-complete/mark-as-complete.component.d.ts +23 -0
  263. package/lib/_collection/_common/mark-as-complete/mark-as-complete.component.d.ts.map +1 -0
  264. package/lib/_collection/_common/mark-as-complete/mark-as-complete.model.d.ts +9 -0
  265. package/lib/_collection/_common/mark-as-complete/mark-as-complete.model.d.ts.map +1 -0
  266. package/lib/_collection/_common/mark-as-complete/mark-as-complete.module.d.ts +19 -0
  267. package/lib/_collection/_common/mark-as-complete/mark-as-complete.module.d.ts.map +1 -0
  268. package/lib/_collection/_common/pipe-content-route/pipe-content-route.module.d.ts +9 -0
  269. package/lib/_collection/_common/pipe-content-route/pipe-content-route.module.d.ts.map +1 -0
  270. package/lib/_collection/_common/pipe-content-route/pipe-content-route.pipe.d.ts +17 -0
  271. package/lib/_collection/_common/pipe-content-route/pipe-content-route.pipe.d.ts.map +1 -0
  272. package/lib/_collection/_common/player-brief/player-brief.component.d.ts +36 -0
  273. package/lib/_collection/_common/player-brief/player-brief.component.d.ts.map +1 -0
  274. package/lib/_collection/_common/player-brief/player-brief.module.d.ts +20 -0
  275. package/lib/_collection/_common/player-brief/player-brief.module.d.ts.map +1 -0
  276. package/lib/_collection/_common/rating-summary/rating-summary.component.d.ts +15 -0
  277. package/lib/_collection/_common/rating-summary/rating-summary.component.d.ts.map +1 -0
  278. package/lib/_collection/_common/rating-summary/rating-summary.module.d.ts +14 -0
  279. package/lib/_collection/_common/rating-summary/rating-summary.module.d.ts.map +1 -0
  280. package/lib/_collection/_common/skeleton-loader/skeleton-loader.component.d.ts +12 -0
  281. package/lib/_collection/_common/skeleton-loader/skeleton-loader.component.d.ts.map +1 -0
  282. package/lib/_collection/_common/skeleton-loader/skeleton-loader.module.d.ts +12 -0
  283. package/lib/_collection/_common/skeleton-loader/skeleton-loader.module.d.ts.map +1 -0
  284. package/lib/_collection/_common/tips-for-learner/tips-for-learner-card/tips-for-learner-card.component.d.ts +16 -0
  285. package/lib/_collection/_common/tips-for-learner/tips-for-learner-card/tips-for-learner-card.component.d.ts.map +1 -0
  286. package/lib/_collection/_common/tips-for-learner/tips-for-learner.module.d.ts +11 -0
  287. package/lib/_collection/_common/tips-for-learner/tips-for-learner.module.d.ts.map +1 -0
  288. package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.component.d.ts +17 -0
  289. package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.component.d.ts.map +1 -0
  290. package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.module.d.ts +12 -0
  291. package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.module.d.ts.map +1 -0
  292. package/lib/_collection/_common/user-autocomplete/user-autocomplete.component.d.ts +35 -0
  293. package/lib/_collection/_common/user-autocomplete/user-autocomplete.component.d.ts.map +1 -0
  294. package/lib/_collection/_common/user-autocomplete/user-autocomplete.model.d.ts +18 -0
  295. package/lib/_collection/_common/user-autocomplete/user-autocomplete.model.d.ts.map +1 -0
  296. package/lib/_collection/_common/user-autocomplete/user-autocomplete.module.d.ts +16 -0
  297. package/lib/_collection/_common/user-autocomplete/user-autocomplete.module.d.ts.map +1 -0
  298. package/lib/_collection/_common/user-autocomplete/user-autocomplete.service.d.ts +16 -0
  299. package/lib/_collection/_common/user-autocomplete/user-autocomplete.service.d.ts.map +1 -0
  300. package/lib/_collection/_common/user-content-rating/user-content-rating.component.d.ts +22 -0
  301. package/lib/_collection/_common/user-content-rating/user-content-rating.component.d.ts.map +1 -0
  302. package/lib/_collection/_common/user-content-rating/user-content-rating.module.d.ts +13 -0
  303. package/lib/_collection/_common/user-content-rating/user-content-rating.module.d.ts.map +1 -0
  304. package/lib/_collection/_common/user-image/user-image.component.d.ts +22 -0
  305. package/lib/_collection/_common/user-image/user-image.component.d.ts.map +1 -0
  306. package/lib/_collection/_common/user-image/user-image.module.d.ts +10 -0
  307. package/lib/_collection/_common/user-image/user-image.module.d.ts.map +1 -0
  308. package/lib/_collection/btn-page-back/btn-page-back.component.d.ts +48 -0
  309. package/lib/_collection/btn-page-back/btn-page-back.component.d.ts.map +1 -0
  310. package/lib/_collection/btn-page-back/btn-page-back.module.d.ts +15 -0
  311. package/lib/_collection/btn-page-back/btn-page-back.module.d.ts.map +1 -0
  312. package/lib/_collection/btn-page-back/btn-page-back.service.d.ts +23 -0
  313. package/lib/_collection/btn-page-back/btn-page-back.service.d.ts.map +1 -0
  314. package/lib/_collection/card-rating-comment/card-rating-comment.component.d.ts +20 -0
  315. package/lib/_collection/card-rating-comment/card-rating-comment.component.d.ts.map +1 -0
  316. package/lib/_collection/card-rating-comment/card-rating-comment.module.d.ts +16 -0
  317. package/lib/_collection/card-rating-comment/card-rating-comment.module.d.ts.map +1 -0
  318. package/lib/_collection/sliders-dynamic/sliders-dynamic.component.d.ts +26 -0
  319. package/lib/_collection/sliders-dynamic/sliders-dynamic.component.d.ts.map +1 -0
  320. package/lib/_collection/sliders-dynamic/sliders-dynamic.model.d.ts +22 -0
  321. package/lib/_collection/sliders-dynamic/sliders-dynamic.model.d.ts.map +1 -0
  322. package/lib/_collection/sliders-dynamic/sliders-dynamic.module.d.ts +19 -0
  323. package/lib/_collection/sliders-dynamic/sliders-dynamic.module.d.ts.map +1 -0
  324. package/lib/_collection-api.d.ts +35 -0
  325. package/lib/_collection-api.d.ts.map +1 -0
  326. package/lib/_constants/widget-content.constants.d.ts +8 -0
  327. package/lib/_constants/widget-content.constants.d.ts.map +1 -0
  328. package/lib/_directives/tooltip.directive.d.ts +18 -0
  329. package/lib/_directives/tooltip.directive.d.ts.map +1 -0
  330. package/lib/_models/common.model.d.ts +4 -0
  331. package/lib/_models/common.model.d.ts.map +1 -0
  332. package/lib/_models/error.model.d.ts +6 -0
  333. package/lib/_models/error.model.d.ts.map +1 -0
  334. package/lib/_pipes/highlight.pipe.d.ts +11 -0
  335. package/lib/_pipes/highlight.pipe.d.ts.map +1 -0
  336. package/lib/_services/rating.service.d.ts +19 -0
  337. package/lib/_services/rating.service.d.ts.map +1 -0
  338. package/lib/_services/samuhik-charcha.service.d.ts +14 -0
  339. package/lib/_services/samuhik-charcha.service.d.ts.map +1 -0
  340. package/lib/_services/viewer-route-util.d.ts +9 -0
  341. package/lib/_services/viewer-route-util.d.ts.map +1 -0
  342. package/lib/_services/widget-content.model.d.ts +515 -0
  343. package/lib/_services/widget-content.model.d.ts.map +1 -0
  344. package/lib/_services/widget-content.service.d.ts +101 -0
  345. package/lib/_services/widget-content.service.d.ts.map +1 -0
  346. package/lib/_shared/translate-loader.factory.d.ts +8 -0
  347. package/lib/_shared/translate-loader.factory.d.ts.map +1 -0
  348. package/lib/app-toc-lib.module.d.ts +89 -0
  349. package/lib/app-toc-lib.module.d.ts.map +1 -0
  350. package/lib/collection.config.d.ts +160 -0
  351. package/lib/collection.config.d.ts.map +1 -0
  352. package/lib/components/app-toc-analytics-tiles/app-toc-analytics-tiles.component.d.ts +18 -0
  353. package/lib/components/app-toc-analytics-tiles/app-toc-analytics-tiles.component.d.ts.map +1 -0
  354. package/lib/components/app-toc-banner/app-toc-banner.component.d.ts +226 -0
  355. package/lib/components/app-toc-banner/app-toc-banner.component.d.ts.map +1 -0
  356. package/lib/components/app-toc-cios-home/app-toc-cios-home.component.d.ts +79 -0
  357. package/lib/components/app-toc-cios-home/app-toc-cios-home.component.d.ts.map +1 -0
  358. package/lib/components/app-toc-cios-home/consent-dialog.component.d.ts +23 -0
  359. package/lib/components/app-toc-cios-home/consent-dialog.component.d.ts.map +1 -0
  360. package/lib/components/app-toc-cohorts/app-toc-cohorts.component.d.ts +32 -0
  361. package/lib/components/app-toc-cohorts/app-toc-cohorts.component.d.ts.map +1 -0
  362. package/lib/components/app-toc-content-card/app-toc-content-card.component.d.ts +48 -0
  363. package/lib/components/app-toc-content-card/app-toc-content-card.component.d.ts.map +1 -0
  364. package/lib/components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component.d.ts +15 -0
  365. package/lib/components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component.d.ts.map +1 -0
  366. package/lib/components/app-toc-discussion/app-toc-discussion.component.d.ts +22 -0
  367. package/lib/components/app-toc-discussion/app-toc-discussion.component.d.ts.map +1 -0
  368. package/lib/components/app-toc-home/app-toc-home.component.d.ts +315 -0
  369. package/lib/components/app-toc-home/app-toc-home.component.d.ts.map +1 -0
  370. package/lib/components/app-toc-home-v2/app-toc-home-v2.component.d.ts +386 -0
  371. package/lib/components/app-toc-home-v2/app-toc-home-v2.component.d.ts.map +1 -0
  372. package/lib/components/app-toc-overview/app-toc-overview.component.d.ts +48 -0
  373. package/lib/components/app-toc-overview/app-toc-overview.component.d.ts.map +1 -0
  374. package/lib/components/app-toc-session-card/app-toc-session-card.component.d.ts +23 -0
  375. package/lib/components/app-toc-session-card/app-toc-session-card.component.d.ts.map +1 -0
  376. package/lib/components/app-toc-sessions/app-toc-sessions.component.d.ts +15 -0
  377. package/lib/components/app-toc-sessions/app-toc-sessions.component.d.ts.map +1 -0
  378. package/lib/components/app-toc-single-page/app-toc-single-page.component.d.ts +150 -0
  379. package/lib/components/app-toc-single-page/app-toc-single-page.component.d.ts.map +1 -0
  380. package/lib/components/completion-survey-form/completion-survey-form.component.d.ts +43 -0
  381. package/lib/components/completion-survey-form/completion-survey-form.component.d.ts.map +1 -0
  382. package/lib/components/create-batch-dialog/create-batch-dialog.component.d.ts +28 -0
  383. package/lib/components/create-batch-dialog/create-batch-dialog.component.d.ts.map +1 -0
  384. package/lib/components/enroll-language-dialogue/enroll-language-dialogue.component.d.ts +16 -0
  385. package/lib/components/enroll-language-dialogue/enroll-language-dialogue.component.d.ts.map +1 -0
  386. package/lib/components/enroll-profile-form/enroll-profile-form.component.d.ts +196 -0
  387. package/lib/components/enroll-profile-form/enroll-profile-form.component.d.ts.map +1 -0
  388. package/lib/components/enroll-questionnaire/enroll-questionnaire.component.d.ts +45 -0
  389. package/lib/components/enroll-questionnaire/enroll-questionnaire.component.d.ts.map +1 -0
  390. package/lib/components/knowledge-artifact-details/knowledge-artifact-details.component.d.ts +55 -0
  391. package/lib/components/knowledge-artifact-details/knowledge-artifact-details.component.d.ts.map +1 -0
  392. package/lib/components/non-relevent-feedback-dialog/non-relevent-feedback-dialog.component.d.ts +19 -0
  393. package/lib/components/non-relevent-feedback-dialog/non-relevent-feedback-dialog.component.d.ts.map +1 -0
  394. package/lib/components/public-survey-form/public-survey-form.component.d.ts +44 -0
  395. package/lib/components/public-survey-form/public-survey-form.component.d.ts.map +1 -0
  396. package/lib/components/survey-form-question/survey-form-question.component.d.ts +21 -0
  397. package/lib/components/survey-form-question/survey-form-question.component.d.ts.map +1 -0
  398. package/lib/components/survey-form-section/survey-form-section.component.d.ts +14 -0
  399. package/lib/components/survey-form-section/survey-form-section.component.d.ts.map +1 -0
  400. package/lib/models/app-toc-analytics.model.d.ts +153 -0
  401. package/lib/models/app-toc-analytics.model.d.ts.map +1 -0
  402. package/lib/models/app-toc.model.d.ts +85 -0
  403. package/lib/models/app-toc.model.d.ts.map +1 -0
  404. package/lib/models/auto-complete.model.d.ts +28 -0
  405. package/lib/models/auto-complete.model.d.ts.map +1 -0
  406. package/lib/models/card-content.model.d.ts +20 -0
  407. package/lib/models/card-content.model.d.ts.map +1 -0
  408. package/lib/models/content-strip-with-tabs.model.d.ts +45 -0
  409. package/lib/models/content-strip-with-tabs.model.d.ts.map +1 -0
  410. package/lib/models/discussion-forum.model.d.ts +41 -0
  411. package/lib/models/discussion-forum.model.d.ts.map +1 -0
  412. package/lib/models/goal.model.d.ts +23 -0
  413. package/lib/models/goal.model.d.ts.map +1 -0
  414. package/lib/models/meta-tag.model.d.ts +7 -0
  415. package/lib/models/meta-tag.model.d.ts.map +1 -0
  416. package/lib/models/playlist.model.d.ts +24 -0
  417. package/lib/models/playlist.model.d.ts.map +1 -0
  418. package/lib/models/profile-revamp.model.d.ts +15 -0
  419. package/lib/models/profile-revamp.model.d.ts.map +1 -0
  420. package/lib/models/rating.model.d.ts +18 -0
  421. package/lib/models/rating.model.d.ts.map +1 -0
  422. package/lib/models/user-profile.model.d.ts +38 -0
  423. package/lib/models/user-profile.model.d.ts.map +1 -0
  424. package/lib/resolvers/app-toc-cios-resolver.service.d.ts +13 -0
  425. package/lib/resolvers/app-toc-cios-resolver.service.d.ts.map +1 -0
  426. package/lib/resolvers/app-toc-cios-user-enroll-resolver.service.d.ts +13 -0
  427. package/lib/resolvers/app-toc-cios-user-enroll-resolver.service.d.ts.map +1 -0
  428. package/lib/resolvers/app-toc-content-read-resolver.service.d.ts +17 -0
  429. package/lib/resolvers/app-toc-content-read-resolver.service.d.ts.map +1 -0
  430. package/lib/resolvers/app-toc-ext-public-resolver.service.d.ts +13 -0
  431. package/lib/resolvers/app-toc-ext-public-resolver.service.d.ts.map +1 -0
  432. package/lib/resolvers/app-toc-resolver.service.d.ts +17 -0
  433. package/lib/resolvers/app-toc-resolver.service.d.ts.map +1 -0
  434. package/lib/resolvers/config-resolver.service.d.ts +12 -0
  435. package/lib/resolvers/config-resolver.service.d.ts.map +1 -0
  436. package/lib/resolvers/profile-resolver.service.d.ts +12 -0
  437. package/lib/resolvers/profile-resolver.service.d.ts.map +1 -0
  438. package/lib/resolvers/restricted-features-resolver.service.d.ts +12 -0
  439. package/lib/resolvers/restricted-features-resolver.service.d.ts.map +1 -0
  440. package/lib/routes/app-toc-home/app-toc-home.component.d.ts +20 -0
  441. package/lib/routes/app-toc-home/app-toc-home.component.d.ts.map +1 -0
  442. package/lib/routes/app-toc-home/app-toc-home.directive.d.ts +9 -0
  443. package/lib/routes/app-toc-home/app-toc-home.directive.d.ts.map +1 -0
  444. package/lib/routes/app-toc-home/app-toc-home.service.d.ts +9 -0
  445. package/lib/routes/app-toc-home/app-toc-home.service.d.ts.map +1 -0
  446. package/lib/services/access-control.service.d.ts +30 -0
  447. package/lib/services/access-control.service.d.ts.map +1 -0
  448. package/lib/services/action.service.d.ts +10 -0
  449. package/lib/services/action.service.d.ts.map +1 -0
  450. package/lib/services/app-toc-v2.service.d.ts +8 -0
  451. package/lib/services/app-toc-v2.service.d.ts.map +1 -0
  452. package/lib/services/app-toc.service.d.ts +131 -0
  453. package/lib/services/app-toc.service.d.ts.map +1 -0
  454. package/lib/services/certificate.service.d.ts +43 -0
  455. package/lib/services/certificate.service.d.ts.map +1 -0
  456. package/lib/services/discuss-utils.service.d.ts +34 -0
  457. package/lib/services/discuss-utils.service.d.ts.map +1 -0
  458. package/lib/services/editor.service.d.ts +18 -0
  459. package/lib/services/editor.service.d.ts.map +1 -0
  460. package/lib/services/load-check.service.d.ts +9 -0
  461. package/lib/services/load-check.service.d.ts.map +1 -0
  462. package/lib/services/loader.service.d.ts +17 -0
  463. package/lib/services/loader.service.d.ts.map +1 -0
  464. package/lib/services/mobile-apps.service.d.ts +39 -0
  465. package/lib/services/mobile-apps.service.d.ts.map +1 -0
  466. package/lib/services/netcore.service.d.ts +34 -0
  467. package/lib/services/netcore.service.d.ts.map +1 -0
  468. package/lib/services/nps-grid.service.d.ts +16 -0
  469. package/lib/services/nps-grid.service.d.ts.map +1 -0
  470. package/lib/services/otp.service.d.ts +21 -0
  471. package/lib/services/otp.service.d.ts.map +1 -0
  472. package/lib/services/profile-v2.service.d.ts +21 -0
  473. package/lib/services/profile-v2.service.d.ts.map +1 -0
  474. package/lib/services/reset-ratings.service.d.ts +9 -0
  475. package/lib/services/reset-ratings.service.d.ts.map +1 -0
  476. package/lib/services/resource-download-helper.service.d.ts +30 -0
  477. package/lib/services/resource-download-helper.service.d.ts.map +1 -0
  478. package/lib/services/timer.service.d.ts +10 -0
  479. package/lib/services/timer.service.d.ts.map +1 -0
  480. package/lib/services/title-tag.service.d.ts +22 -0
  481. package/lib/services/title-tag.service.d.ts.map +1 -0
  482. package/lib/services/user-profile.service.d.ts +25 -0
  483. package/lib/services/user-profile.service.d.ts.map +1 -0
  484. package/lib/services/viewer-data.service.d.ts +59 -0
  485. package/lib/services/viewer-data.service.d.ts.map +1 -0
  486. package/lib/services/viewer-util.service.d.ts +63 -0
  487. package/lib/services/viewer-util.service.d.ts.map +1 -0
  488. package/lib/share-toc/share-toc/share-toc.component.d.ts +57 -0
  489. package/lib/share-toc/share-toc/share-toc.component.d.ts.map +1 -0
  490. package/lib/share-toc/share-toc.module.d.ts +33 -0
  491. package/lib/share-toc/share-toc.module.d.ts.map +1 -0
  492. package/package.json +36 -0
  493. package/public-api.d.ts +44 -0
  494. package/public-api.d.ts.map +1 -0
  495. package/sunbird-cb-toc.d.ts.map +1 -0
@@ -0,0 +1,386 @@
1
+ import { OnDestroy, OnInit, AfterViewInit, AfterViewChecked, ElementRef } from '@angular/core';
2
+ import { SafeHtml, DomSanitizer, SafeStyle } from '@angular/platform-browser';
3
+ import { ActivatedRoute, Router } from '@angular/router';
4
+ import { UntypedFormControl } from '@angular/forms';
5
+ import { TranslateService } from '@ngx-translate/core';
6
+ import { Subscription, Observable } from 'rxjs';
7
+ import { NsContent } from '../../_services/widget-content.model';
8
+ import { WidgetContentService } from '../../_services/widget-content.service';
9
+ import { NsWidgetResolver } from '@sunbird-cb/resolver-v2';
10
+ import { ConfigurationsService, DataTransferService, EventService, LoggerService, MultilingualTranslationsService, NsPage, TFetchStatus, TelemetryService, UtilityService, WidgetEnrollService } from '@sunbird-cb/utils-v2';
11
+ import { ContentLanguageService, WidgetContentLibService, WidgetUserServiceLib } from '@sunbird-cb/consumption';
12
+ import { NsAppToc } from '../../models/app-toc.model';
13
+ import { AppTocService } from '../../services/app-toc.service';
14
+ import { MobileAppsService } from '../../services/mobile-apps.service';
15
+ import { HandleClaimService } from '../../_collection/_common/content-toc/content-services/handle-claim.service';
16
+ import { ActionService } from '../../services/action.service';
17
+ import { RatingService } from '../../_services/rating.service';
18
+ import { ViewerUtilService } from '../../services/viewer-util.service';
19
+ import { LoadCheckService } from '../../services/load-check.service';
20
+ import { ResetRatingsService } from '../../services/reset-ratings.service';
21
+ import { TimerService } from '../../services/timer.service';
22
+ import { MatLegacyDialog as MatDialog } from '@angular/material/legacy-dialog';
23
+ import { MatLegacySnackBar as MatSnackBar } from '@angular/material/legacy-snack-bar';
24
+ import { MatSnackBar as MatSnackbarNew } from '@angular/material/snack-bar';
25
+ import { NetCoreService } from '../../services/netcore.service';
26
+ import { AppTocV2Service } from '../../services/app-toc-v2.service';
27
+ import * as i0 from "@angular/core";
28
+ export declare enum ErrorType {
29
+ internalServer = "internalServer",
30
+ serviceUnavailable = "serviceUnavailable",
31
+ somethingWrong = "somethingWrong"
32
+ }
33
+ export declare class AppTocHomeV2Component implements OnInit, OnDestroy, AfterViewChecked, AfterViewInit {
34
+ private route;
35
+ private router;
36
+ private contentSvc;
37
+ tocSvc: AppTocService;
38
+ private loggerSvc;
39
+ private configSvc;
40
+ private domSanitizer;
41
+ private snackBar;
42
+ private dialog;
43
+ private mobileAppsSvc;
44
+ private utilitySvc;
45
+ private contentLangSvc;
46
+ private actionSVC;
47
+ private viewerSvc;
48
+ private ratingSvc;
49
+ private telemetryService;
50
+ private translate;
51
+ private langtranslations;
52
+ private events;
53
+ private loadCheckService;
54
+ private handleClaimService;
55
+ private resetRatingsService;
56
+ private timerService;
57
+ enrollSvc: WidgetEnrollService;
58
+ contentLibSvc: WidgetContentLibService;
59
+ dataTransferSvc: DataTransferService;
60
+ private matSnackbarNew;
61
+ private userServiceLib;
62
+ netCoreService: NetCoreService;
63
+ appTocV2Svc: AppTocV2Service;
64
+ environment: any;
65
+ queryParamsData: {
66
+ [key: string]: string;
67
+ };
68
+ show: boolean;
69
+ changeTab: boolean;
70
+ skeletonLoader: boolean;
71
+ banners: NsAppToc.ITocBanner | null;
72
+ showMoreGlance: boolean;
73
+ content: NsContent.IContent | null;
74
+ contentReadData: NsContent.IContent | null;
75
+ baseContentReadData: NsContent.IContent | null;
76
+ errorCode: NsAppToc.EWsTocErrorCode | null;
77
+ resumeData: any;
78
+ nsCardContentData: any;
79
+ batchData: NsContent.IBatchListResponse | null;
80
+ currentCourseBatchId: string | null;
81
+ userEnrollmentList: NsContent.ICourse[];
82
+ routeSubscription: Subscription | null;
83
+ pageNavbar: Partial<NsPage.INavBackground>;
84
+ isCohortsRestricted: boolean;
85
+ sticky: boolean;
86
+ isInIframe: boolean;
87
+ cbPlanEndDate: any;
88
+ cbPlanDuration: any;
89
+ enrolledCourseData: any;
90
+ forPreview: any;
91
+ analytics: any;
92
+ errorWidgetData: NsWidgetResolver.IRenderConfigWithTypedData<any>;
93
+ isAuthor: boolean;
94
+ authorBtnWidget: NsPage.INavLink;
95
+ tocConfig: any;
96
+ primaryCategory: typeof NsContent.EPrimaryCategory;
97
+ courseCategory: typeof NsContent.ECourseCategory;
98
+ WFBlendedProgramStatus: typeof NsContent.WFBlendedProgramStatus;
99
+ askAuthorEnabled: boolean;
100
+ trainingLHubEnabled: boolean;
101
+ trainingLHubCount$?: Observable<number>;
102
+ body: SafeHtml | null;
103
+ viewMoreRelatedTopics: boolean;
104
+ hasTocStructure: boolean;
105
+ tocStructure: NsAppToc.ITocStructure | null;
106
+ contentParents: {
107
+ [key: string]: NsAppToc.IContentParentResponse[];
108
+ };
109
+ objKeys: {
110
+ (o: object): string[];
111
+ (o: {}): string[];
112
+ };
113
+ fragment: string;
114
+ activeFragment: Observable<string>;
115
+ currentFragment: string;
116
+ showScroll: boolean;
117
+ showScrollHeight: number;
118
+ hideScrollHeight: number;
119
+ elementPosition: any;
120
+ batchSubscription: Subscription | null;
121
+ batchDataSubscription: Subscription | null;
122
+ resumeDataSubscription: Subscription | null;
123
+ translationSubscription: Subscription | null;
124
+ menuElement: ElementRef;
125
+ batchControl: UntypedFormControl;
126
+ contentProgress: number;
127
+ bannerUrl: SafeStyle | null;
128
+ routePath: string;
129
+ validPaths: Set<string>;
130
+ routerParamSubscription: Subscription | null;
131
+ initialrouteData: any;
132
+ actionBtnStatus: string;
133
+ isRegistrationSupported: boolean;
134
+ showIntranetMessage: boolean;
135
+ firstResourceLink: {
136
+ url: string;
137
+ queryParams: {
138
+ [key: string]: any;
139
+ };
140
+ } | null;
141
+ resumeDataLink: {
142
+ url: string;
143
+ queryParams: {
144
+ [key: string]: any;
145
+ };
146
+ } | null;
147
+ certData: any;
148
+ showTakeAssessment: NsAppToc.IPostAssessment | null;
149
+ checkRegistrationSources: Set<string>;
150
+ externalContentFetchStatus: TFetchStatus;
151
+ registerForExternal: boolean;
152
+ isGoalsEnabled: boolean;
153
+ contextId?: string;
154
+ contextPath?: string;
155
+ defaultSLogo: string;
156
+ disableEnrollBtn: boolean;
157
+ isAssessVisible: boolean;
158
+ isPracticeVisible: boolean;
159
+ certificateOpen: boolean;
160
+ breadcrumbs: any;
161
+ historyData: any;
162
+ courseCompleteState: number;
163
+ userId: any;
164
+ userRating: any;
165
+ dakshtaName: any;
166
+ cscmsUrl: any;
167
+ showBtn: boolean;
168
+ channelId: any;
169
+ selectedBatchData: any;
170
+ selectedBatchSubscription: any;
171
+ serverDateSubscription: any;
172
+ serverDate: any;
173
+ kparray: any;
174
+ enrollBtnLoading: boolean;
175
+ isAcbpCourse: boolean;
176
+ isAcbpClaim: boolean;
177
+ courseID: any;
178
+ isClaimed: boolean;
179
+ monthlyCapExceed: boolean;
180
+ isCompletedThisMonth: boolean;
181
+ startDate: any;
182
+ endDate: any;
183
+ startDateDifference: any;
184
+ endDateDifference: any;
185
+ rcElement: ElementRef;
186
+ bannerElem: ElementRef;
187
+ contentSource: ElementRef;
188
+ sourceEllipsis: boolean;
189
+ scrollLimit: number;
190
+ rcElem: {
191
+ offSetTop: number;
192
+ BottomPos: number;
193
+ };
194
+ scrolled: boolean;
195
+ pathSet: Set<unknown>;
196
+ canShare: boolean;
197
+ enableShare: boolean;
198
+ rootOrgId: any;
199
+ certId: any;
200
+ mobile1200: any;
201
+ assessmentStrip: any;
202
+ learnAdvisoryData: any;
203
+ contentCreatorData: any;
204
+ private destroySubject$;
205
+ timerUnsubscribe: any;
206
+ timer: any;
207
+ isReleventBtnHovered: boolean;
208
+ SAKSHAMAI_ICON_NORMAL: string;
209
+ SAKSHAMAI_ICON_LOADER: string;
210
+ recommendedCoursesId: string;
211
+ feedbackGiven: any;
212
+ preAssessmentCompletionStatus: boolean;
213
+ fromAITutor: boolean;
214
+ languageList: any;
215
+ selectedLanguage: any;
216
+ languageMapProgress: any;
217
+ preAssessmentRequiredFlag: any;
218
+ lockCertificate: boolean;
219
+ handleScroll(): void;
220
+ constructor(route: ActivatedRoute, router: Router, contentSvc: WidgetContentService, tocSvc: AppTocService, loggerSvc: LoggerService, configSvc: ConfigurationsService, domSanitizer: DomSanitizer, snackBar: MatSnackBar, dialog: MatDialog, mobileAppsSvc: MobileAppsService, utilitySvc: UtilityService, contentLangSvc: ContentLanguageService, actionSVC: ActionService, viewerSvc: ViewerUtilService, ratingSvc: RatingService, telemetryService: TelemetryService, translate: TranslateService, langtranslations: MultilingualTranslationsService, events: EventService, loadCheckService: LoadCheckService, handleClaimService: HandleClaimService, resetRatingsService: ResetRatingsService, timerService: TimerService, enrollSvc: WidgetEnrollService, contentLibSvc: WidgetContentLibService, dataTransferSvc: DataTransferService, matSnackbarNew: MatSnackbarNew, userServiceLib: WidgetUserServiceLib, netCoreService: NetCoreService, appTocV2Svc: AppTocV2Service, environment: any);
221
+ getKarmapointsLimit(): void;
222
+ isCourseCompletedOnThisMonth(): void;
223
+ filteredAcbpList(res: any): any;
224
+ findACPB(): void;
225
+ raiseTelemeteryForProvider(providerName: string, prividerId: string): void;
226
+ raiseTelemetry(): void;
227
+ onClickOfClaim(event: any): void;
228
+ ngAfterViewInit(): void;
229
+ handleBreadcrumbs(): void;
230
+ ngAfterViewChecked(): void;
231
+ get enableAnalytics(): boolean;
232
+ get isResource(): boolean;
233
+ get getStartDate(): string;
234
+ get isBatchInProgress(): boolean;
235
+ getUserRating(fireUpdate: boolean): void;
236
+ fetchUserWFForBlended(): void;
237
+ checkIfBatchExists(latest: any): false | NsContent.IBatch;
238
+ getBatchId(): string;
239
+ handleAutoBatchAssign(): void;
240
+ autoEnrollCuratedProgram(programType: any, batchData: any): void;
241
+ autoAssignEnroll(): void;
242
+ navigateToPlayerPage(batchId: string): Promise<void>;
243
+ fetchBatchDetails(): void;
244
+ scrollToTop(): void;
245
+ getCompetencies(competencies: any): any[];
246
+ get showIntranetMsg(): boolean;
247
+ get showStart(): {
248
+ show: boolean;
249
+ msg: string;
250
+ };
251
+ get isPostAssessment(): boolean;
252
+ get isMobile(): boolean;
253
+ get showSubtitleOnBanner(): boolean;
254
+ handleEnrollmentEndDate(batch: any): boolean;
255
+ private openSnackbar;
256
+ get showInstructorLedMsg(): boolean;
257
+ get isHeaderHidden(): boolean;
258
+ get showActionButtons(): boolean;
259
+ get showButtonContainer(): boolean;
260
+ private getResumeDataFromList;
261
+ private modifySensibleContentRating;
262
+ private getLearningUrls;
263
+ private assignPathAndUpdateBanner;
264
+ private updateBannerUrl;
265
+ playIntroVideo(): void;
266
+ get sanitizedIntroductoryVideoIcon(): SafeStyle;
267
+ private fetchExternalContentAccess;
268
+ getRatingIcon(ratingIndex: number): 'star' | 'star_border' | 'star_half';
269
+ private checkRegistrationStatus;
270
+ generateQuery(type: 'RESUME' | 'START_OVER' | 'START'): {
271
+ [key: string]: string;
272
+ };
273
+ get isInIFrame(): boolean;
274
+ openFeedbackDialog(content: any): void;
275
+ updateProgress(status: number, resourceId: any): void;
276
+ getProgramDuration(batchData: any): number | "";
277
+ withdrawOrEnroll(data: string): void;
278
+ handleCapitalize(str: string, type?: string): string;
279
+ handleParseJsonData(s: any): any;
280
+ handleNavigateToReviews(): void;
281
+ raiseCertIntreactTelemetry(): void;
282
+ translateLabels(label: string, type: any): any;
283
+ getLastPlayedResource(): void;
284
+ expandThePath(resourceId: string): void;
285
+ raiseEnrollTelemetry(): void;
286
+ raiseEnrollTelementryForSakshamAIGenerated(): void;
287
+ onClickOfShare(): void;
288
+ raiseTelemetryForShare(subType: any): void;
289
+ resetEnableShare(): void;
290
+ translateLabel(label: string, type: any): any;
291
+ ngOnDestroy(): void;
292
+ programEnrollCall(batchData: any): void;
293
+ raiseTelemetryForPublic($event: any): boolean;
294
+ shouldShowSurveyPopup(): boolean;
295
+ checkIfUserEnrolled(): Promise<void>;
296
+ bindCompletionPercentage(): void;
297
+ handleAcceptRelevent(): void;
298
+ handleDeclineRelevent(): void;
299
+ contentViewEventForNetCore(eventType: any): void;
300
+ secondsToTime(d: any): string;
301
+ saveFeedback(comment: string, rating?: number): Promise<void>;
302
+ playResumeForAI(): void;
303
+ enrollUserToAI(): void;
304
+ openSurveyFormPopup(event: boolean): void;
305
+ generatePreAssessmentQuery(type: 'RESUME' | 'START_OVER' | 'START'): {
306
+ [key: string]: string;
307
+ };
308
+ routeToPreAssessent(): void;
309
+ getPreAssessmentRequired(): void;
310
+ getPreAssessmentCompletionStatus(): void;
311
+ ngOnInit(): void;
312
+ private initData;
313
+ private setErrorCode;
314
+ private initializeTocStructure;
315
+ private setupBatchControlSubscription;
316
+ private handleBatchEnrollment;
317
+ private handleSuccessfulEnrollment;
318
+ private handleEnrollmentFailure;
319
+ private loadLearnerAdvisoryData;
320
+ private setupSelectedBatchSubscription;
321
+ private setChannelId;
322
+ private checkIframeContext;
323
+ private setupRouteSubscriptions;
324
+ private processRouteData;
325
+ openCompletionSurveyFormPopup(): void;
326
+ openConfirmationDialog(): void;
327
+ private loadLanguageData;
328
+ private handleContentPreviewOrEnrollment;
329
+ private loadContentForPreview;
330
+ private loadBannerAndTocConfig;
331
+ private fetchPostAssessmentStatusIfNeeded;
332
+ private setupFragmentSubscription;
333
+ private setupBatchSubscriptions;
334
+ private handleBatchUpdate;
335
+ private handleBlendedProgramUpdate;
336
+ private configureDefaultLogo;
337
+ private configureFeatureFlags;
338
+ private setupRouterEventSubscription;
339
+ fetchUserEnrollmentDataV2(): void;
340
+ private handleOneStepResume;
341
+ private fetchContentHierarchy;
342
+ getTocStructure(): void;
343
+ onLanguageSelect(lang: any): void;
344
+ showLangSwitchPopup(lang: any, data?: any): void;
345
+ showOneStepResumeConfirm(urlData: any): void;
346
+ processLanguageSelection(lang: any): void;
347
+ /**
348
+ * Fetches content data for a given identifier and updates the contentReadData property
349
+ * @param identifier The content identifier to fetch
350
+ * @returns Promise that resolves to true if content was fetched successfully, false otherwise
351
+ */
352
+ private fetchContentRead;
353
+ routerChangeHandler(appendBatchId: boolean): void;
354
+ private getContinueLearningData;
355
+ generateResumeDataLinkNew(): void;
356
+ isSelectedInMoreDropdown(): boolean;
357
+ getQueryParams(): Promise<any>;
358
+ getOrgIdForShare(): void;
359
+ /**
360
+ * Fetches and processes content creator data from the current content
361
+ * - Sets contentCreatorData from parsed creator contacts
362
+ * - Determines if "show button" flag should be enabled based on content name
363
+ * - Includes proper error handling for null values and parsing
364
+ */
365
+ getContentCreatorData(): void;
366
+ getI18NTranslations(): void;
367
+ getServerDateTime(): void;
368
+ get getBaseContentIdentifier(): string;
369
+ get isMultilingual(): boolean;
370
+ handleEnrollment(event: any): void;
371
+ openLangDialog(_event: any): void;
372
+ getResumeUrl(resourceData: any, batchId?: any, primaryCategory?: any): {
373
+ url: string;
374
+ queryParams: {
375
+ [key: string]: any;
376
+ };
377
+ };
378
+ get contentCompletionPercent(): any;
379
+ checkForCompletionSurveyTrigger(): void;
380
+ clearExistingPublicSurveyData(surveyId: string, courseId: string): void;
381
+ openPublicSurveyPopup(navigationUrl?: string, queryParams?: any): void;
382
+ resumeContentData(): void;
383
+ static ɵfac: i0.ɵɵFactoryDeclaration<AppTocHomeV2Component, never>;
384
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppTocHomeV2Component, "ws-app-app-toc-home-v2", never, { "forPreview": { "alias": "forPreview"; "required": false; }; }, {}, never, never, false, never>;
385
+ }
386
+ //# sourceMappingURL=app-toc-home-v2.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app-toc-home-v2.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/toc/src/lib/components/app-toc-home-v2/app-toc-home-v2.component.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,48 @@
1
+ import { AccessControlService } from '../../services/access-control.service';
2
+ import { OnDestroy, OnInit } from '@angular/core';
3
+ import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
4
+ import { ActivatedRoute } from '@angular/router';
5
+ import { ConfigurationsService } from '@sunbird-cb/utils-v2';
6
+ import { NsContent } from '../../_services/widget-content.model';
7
+ import { Observable, Subscription } from 'rxjs';
8
+ import { NsAppToc } from '../../models/app-toc.model';
9
+ import { AppTocService } from '../../services/app-toc.service';
10
+ import * as i0 from "@angular/core";
11
+ export declare class AppTocOverviewComponent implements OnInit, OnDestroy {
12
+ private route;
13
+ private tocSharedSvc;
14
+ private configSvc;
15
+ private domSanitizer;
16
+ private authAccessControlSvc;
17
+ content: NsContent.IContent | null;
18
+ routeSubscription: Subscription | null;
19
+ viewMoreRelatedTopics: boolean;
20
+ hasTocStructure: boolean;
21
+ tocStructure: NsAppToc.ITocStructure | null;
22
+ askAuthorEnabled: boolean;
23
+ trainingLHubEnabled: boolean;
24
+ trainingLHubCount$?: Observable<number>;
25
+ body: SafeHtml | null;
26
+ forPreview: boolean;
27
+ tocConfig: any;
28
+ contentParents: {
29
+ [key: string]: NsAppToc.IContentParentResponse[];
30
+ };
31
+ objKeys: {
32
+ (o: object): string[];
33
+ (o: {}): string[];
34
+ };
35
+ constructor(route: ActivatedRoute, tocSharedSvc: AppTocService, configSvc: ConfigurationsService, domSanitizer: DomSanitizer, authAccessControlSvc: AccessControlService);
36
+ ngOnInit(): void;
37
+ ngOnDestroy(): void;
38
+ get showSubtitleOnBanner(): boolean;
39
+ get showDescription(): boolean;
40
+ private initData;
41
+ getContentParent(): void;
42
+ parseContentParent(content: NsAppToc.IContentParentResponse): void;
43
+ resetAndFetchTocStructure(): void;
44
+ private getTrainingCount;
45
+ static ɵfac: i0.ɵɵFactoryDeclaration<AppTocOverviewComponent, never>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppTocOverviewComponent, "ws-app-app-toc-overview", never, { "forPreview": { "alias": "forPreview"; "required": false; }; }, {}, never, never, false, never>;
47
+ }
48
+ //# sourceMappingURL=app-toc-overview.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app-toc-overview.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/toc/src/lib/components/app-toc-overview/app-toc-overview.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,uCAAuC,CAAA;AAC5E,OAAO,EAAoB,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAA;AACnE,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAA;AAClE,OAAO,EAAE,cAAc,EAAQ,MAAM,iBAAiB,CAAA;AACtD,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAA;AAC5D,OAAO,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAA;AAChE,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,MAAM,CAAA;AAC/C,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAA;;AAE9D,qBAKa,uBAAwB,YAAW,MAAM,EAAE,SAAS;IAgB7D,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,oBAAoB;IAnB9B,OAAO,EAAE,SAAS,CAAC,QAAQ,GAAG,IAAI,CAAO;IACzC,iBAAiB,EAAE,YAAY,GAAG,IAAI,CAAO;IAC7C,qBAAqB,UAAQ;IAC7B,eAAe,UAAQ;IACvB,YAAY,EAAE,QAAQ,CAAC,aAAa,GAAG,IAAI,CAAO;IAClD,gBAAgB,UAAO;IACvB,mBAAmB,UAAQ;IAC3B,kBAAkB,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,CAAA;IACvC,IAAI,EAAE,QAAQ,GAAG,IAAI,CAAO;IACnB,UAAU,UAAQ;IAC3B,SAAS,EAAE,GAAG,CAAO;IACrB,cAAc,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,QAAQ,CAAC,sBAAsB,EAAE,CAAA;KAAE,CAAK;IACzE,OAAO;;;MAAc;gBAGX,KAAK,EAAE,cAAc,EACrB,YAAY,EAAE,aAAa,EAC3B,SAAS,EAAE,qBAAqB,EAChC,YAAY,EAAE,YAAY,EAC1B,oBAAoB,EAAE,oBAAoB;IAQpD,QAAQ;IAYR,WAAW;IAMX,IAAI,oBAAoB,YAEvB;IACD,IAAI,eAAe,YAKlB;IAED,OAAO,CAAC,QAAQ;IAgBhB,gBAAgB;IAkBhB,kBAAkB,CAAC,OAAO,EAAE,QAAQ,CAAC,sBAAsB;IAU3D,yBAAyB;IAoCzB,OAAO,CAAC,gBAAgB;yCAxIb,uBAAuB;2CAAvB,uBAAuB;CAoJnC"}
@@ -0,0 +1,23 @@
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AppTocSessionCardComponent implements OnInit {
4
+ session: any;
5
+ expandAll: boolean;
6
+ rootId: string;
7
+ rootContentType: string;
8
+ forPreview: boolean;
9
+ batchData: any;
10
+ config: string;
11
+ isEnabled: boolean;
12
+ isAllowed: boolean;
13
+ viewChildren: boolean;
14
+ resourceLink: any;
15
+ constructor();
16
+ ngOnInit(): void;
17
+ raiseTelemetry(): void;
18
+ progressColor(): string;
19
+ progressColor2(): string;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<AppTocSessionCardComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppTocSessionCardComponent, "ws-app-toc-session-card", never, { "session": { "alias": "session"; "required": false; }; "expandAll": { "alias": "expandAll"; "required": false; }; "rootId": { "alias": "rootId"; "required": false; }; "rootContentType": { "alias": "rootContentType"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; "batchData": { "alias": "batchData"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
22
+ }
23
+ //# sourceMappingURL=app-toc-session-card.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app-toc-session-card.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/toc/src/lib/components/app-toc-session-card/app-toc-session-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAA;;AAExD,qBAKa,0BAA2B,YAAW,MAAM;IAC9C,OAAO,EAAE,GAAG,CAAO;IACnB,SAAS,UAAQ;IACjB,MAAM,EAAG,MAAM,CAAA;IACf,eAAe,EAAG,MAAM,CAAA;IACxB,UAAU,UAAQ;IAClB,SAAS,EAAG,GAAG,CAAA;IACf,MAAM,EAAG,MAAM,CAAA;IACxB,SAAS,UAAO;IAChB,SAAS,UAAO;IAChB,YAAY,UAAO;IACnB,YAAY,EAAE,GAAG,CAAA;;IAIjB,QAAQ;IAER,cAAc;IACP,aAAa,IAAI,MAAM;IAGvB,cAAc,IAAI,MAAM;yCArBpB,0BAA0B;2CAA1B,0BAA0B;CAwBtC"}
@@ -0,0 +1,15 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { NsContent } from '../../_services/widget-content.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class AppTocSessionsComponent implements OnInit {
5
+ batchData: any;
6
+ content: NsContent.IContent | null;
7
+ forPreview: boolean;
8
+ config: any;
9
+ sessionList: any;
10
+ constructor();
11
+ ngOnInit(): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<AppTocSessionsComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppTocSessionsComponent, "ws-app-app-toc-sessions", never, { "batchData": { "alias": "batchData"; "required": false; }; "content": { "alias": "content"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
14
+ }
15
+ //# sourceMappingURL=app-toc-sessions.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app-toc-sessions.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/toc/src/lib/components/app-toc-sessions/app-toc-sessions.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAA;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAA;;AAGhE,qBAKa,uBAAwB,YAAW,MAAM;IAC3C,SAAS,EAAE,GAAG,CAAA;IACd,OAAO,EAAE,SAAS,CAAC,QAAQ,GAAG,IAAI,CAAO;IACzC,UAAU,UAAQ;IAClB,MAAM,MAAO;IACtB,WAAW,EAAE,GAAG,CAAK;;IAIrB,QAAQ;yCATG,uBAAuB;2CAAvB,uBAAuB;CA4BnC"}
@@ -0,0 +1,150 @@
1
+ import { AccessControlService } from '../../services/access-control.service';
2
+ import { OnDestroy, OnInit, OnChanges } from '@angular/core';
3
+ import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
4
+ import { ActivatedRoute, Router } from '@angular/router';
5
+ import { ConfigurationsService, LoggerService, EventService, MultilingualTranslationsService } from '@sunbird-cb/utils-v2';
6
+ import { NsContent } from '../../_services/widget-content.model';
7
+ import { Observable, Subscription } from 'rxjs';
8
+ import { NsAppToc, NsCohorts } from '../../models/app-toc.model';
9
+ import { AppTocService } from '../../services/app-toc.service';
10
+ import { TitleTagService } from '../../services/title-tag.service';
11
+ import { MobileAppsService } from '../../services/mobile-apps.service';
12
+ import { ConnectionHoverService } from '../../_collection/_common/connection-hover-card/connection-hover.servive';
13
+ import { UntypedFormGroup } from '@angular/forms';
14
+ import { RatingService } from '../../_services/rating.service';
15
+ import { TranslateService } from '@ngx-translate/core';
16
+ import { MatLegacyDialog as MatDialog } from '@angular/material/legacy-dialog';
17
+ import { MatLegacyTabChangeEvent as MatTabChangeEvent } from '@angular/material/legacy-tabs';
18
+ import { NsAutoComplete } from '../../models/auto-complete.model';
19
+ import * as i0 from "@angular/core";
20
+ export declare class AppTocSinglePageComponent implements OnInit, OnChanges, OnDestroy {
21
+ private router;
22
+ private route;
23
+ private tocSharedSvc;
24
+ private domSanitizer;
25
+ private authAccessControlSvc;
26
+ private logger;
27
+ private titleTagService;
28
+ createBatchDialog: MatDialog;
29
+ private mobileAppsSvc;
30
+ configSvc: ConfigurationsService;
31
+ private connectionHoverService;
32
+ private eventSvc;
33
+ private ratingSvc;
34
+ private translate;
35
+ private langtranslations;
36
+ private environment;
37
+ contentTypes: typeof NsContent.EContentTypes;
38
+ primaryCategory: typeof NsContent.EPrimaryCategory;
39
+ showMoreGlance: boolean;
40
+ askAuthorEnabled: boolean;
41
+ trainingLHubEnabled: boolean;
42
+ trainingLHubCount$?: Observable<number>;
43
+ body: SafeHtml | null;
44
+ viewMoreRelatedTopics: boolean;
45
+ hasTocStructure: boolean;
46
+ tocStructure: NsAppToc.ITocStructure | null;
47
+ contentParents: {
48
+ [key: string]: NsAppToc.IContentParentResponse[];
49
+ };
50
+ objKeys: {
51
+ (o: object): string[];
52
+ (o: {}): string[];
53
+ };
54
+ fragment: string;
55
+ activeFragment: Observable<string>;
56
+ content: NsContent.IContent | null;
57
+ initialrouteData: any;
58
+ routeSubscription: Subscription | null;
59
+ forPreview: boolean;
60
+ resumeData: NsContent.IContinueLearningData | null;
61
+ batchData: /**NsContent.IBatchListResponse */ any | null;
62
+ tocConfig: any;
63
+ loggedInUserId: any;
64
+ private routeQuerySubscription;
65
+ batchId: string;
66
+ isNotEditor: boolean;
67
+ cohortResults: {
68
+ [key: string]: {
69
+ hasError: boolean;
70
+ contents: NsCohorts.ICohortsContent[];
71
+ };
72
+ };
73
+ cohortTypesEnum: typeof NsCohorts.ECohortTypes;
74
+ discussionConfig: any;
75
+ batchDataLoaded: boolean;
76
+ showDiscussionForum: any;
77
+ competencies: any;
78
+ howerUser: any;
79
+ searchForm: UntypedFormGroup | undefined;
80
+ private unsubscribe;
81
+ progress: number;
82
+ ratingSummary: any;
83
+ ratingLookup: any;
84
+ ratingSummaryProcessed: any;
85
+ ratingReviews: any[];
86
+ ratingViewCount: number;
87
+ ratingViewCountDefault: number;
88
+ lookupLimit: number;
89
+ sortReviewValues: string[];
90
+ previousFilter: string;
91
+ lastLookUp: any;
92
+ reviewPage: number;
93
+ reviewDefaultLimit: number;
94
+ disableLoadMore: boolean;
95
+ displayLoader: boolean;
96
+ tabSelectedIndex: number;
97
+ updateReviewsSubscription: Subscription | null;
98
+ authReplies: any;
99
+ lookupLoading: Boolean;
100
+ selectedBatchData: any;
101
+ batchSubscription: any;
102
+ compentencyKey: string;
103
+ constructor(router: Router, route: ActivatedRoute, tocSharedSvc: AppTocService, domSanitizer: DomSanitizer, authAccessControlSvc: AccessControlService, logger: LoggerService, titleTagService: TitleTagService, createBatchDialog: MatDialog, mobileAppsSvc: MobileAppsService, configSvc: ConfigurationsService, connectionHoverService: ConnectionHoverService, eventSvc: EventService, ratingSvc: RatingService, translate: TranslateService, langtranslations: MultilingualTranslationsService, environment: any);
104
+ ngOnInit(): void;
105
+ ngOnChanges(): void;
106
+ detailUrl(data: any): string;
107
+ ngOnDestroy(): void;
108
+ get showSubtitleOnBanner(): boolean;
109
+ get showDescription(): boolean;
110
+ get isResource(): boolean;
111
+ setSocialMediaMetaTags(data: any): void;
112
+ private initData;
113
+ sanitize(data: any): SafeHtml;
114
+ getContentParent(): void;
115
+ getCompetencies(competencies: any): any[];
116
+ parseContentParent(content: NsAppToc.IContentParentResponse): void;
117
+ resetAndFetchTocStructure(): void;
118
+ openDialog(content: any): void;
119
+ parseJsonData(s: string): any;
120
+ get enablePeopleSearch(): boolean;
121
+ goToUserProfile(user: NsAutoComplete.IUserAutoComplete): void;
122
+ getUserFullName(user: any): string;
123
+ getHoverUser(user: any): void;
124
+ fetchCohorts(cohortType: NsCohorts.ECohortTypes, contentID: any): void;
125
+ fetchRatingSummary(): void;
126
+ getAuthorReply(identifier: string, primaryCategory: NsContent.EPrimaryCategory, userIds: any[]): Subscription;
127
+ get checkForFacilitators(): any[];
128
+ fetchRatingLookup(): void;
129
+ showALLReviews(length: number): void;
130
+ processRatingSummary(): {
131
+ breakDown: any[];
132
+ latest50Reviews: any[];
133
+ ratingsNumber: any[];
134
+ total_number_of_ratings: any;
135
+ avgRating: number;
136
+ };
137
+ processRatingLookup(response: any): void;
138
+ countStarsPercentage(value: any, key: any, total: any): string | 0;
139
+ getRatingIcon(ratingIndex: number, avg: number): 'star' | 'star_border' | 'star_half';
140
+ getRatingIconClass(ratingIndex: number, avg: number): boolean;
141
+ sortReviews(sort: string): void;
142
+ updateReviews(): void;
143
+ get usr(): any;
144
+ tabClicked(tabEvent: MatTabChangeEvent): void;
145
+ loadMore(): void;
146
+ translateLabels(label: string, type: any): any;
147
+ static ɵfac: i0.ɵɵFactoryDeclaration<AppTocSinglePageComponent, [null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, { optional: true; }]>;
148
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppTocSinglePageComponent, "ws-app-app-toc-single-page", never, { "content": { "alias": "content"; "required": false; }; "initialrouteData": { "alias": "initialrouteData"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; "resumeData": { "alias": "resumeData"; "required": false; }; "batchData": { "alias": "batchData"; "required": false; }; }, {}, never, never, false, never>;
149
+ }
150
+ //# sourceMappingURL=app-toc-single-page.component.d.ts.map