@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.
Files changed (371) hide show
  1. package/esm2022/lib/_collection/_common/ai-tutor/ai-tutor.component.mjs +1169 -0
  2. package/esm2022/lib/_collection/_common/ai-tutor/socket.service.mjs +121 -0
  3. package/esm2022/lib/_collection/_common/card-competency/card-competency.component.mjs +58 -0
  4. package/esm2022/lib/_collection/_common/card-competency/card-competency.module.mjs +22 -0
  5. package/esm2022/lib/_collection/_common/card-content-v2/card-content-v2.model.mjs +23 -0
  6. package/esm2022/lib/_collection/_common/certificate-dialog/certificate-dialog.component.mjs +108 -7
  7. package/esm2022/lib/_collection/_common/certificate-dialog/certificate-dialog.module.mjs +5 -1
  8. package/esm2022/lib/_collection/_common/content-toc/ai-tutor-confirm-popup/ai-tutor-confirm-popup.component.mjs +3 -3
  9. package/esm2022/lib/_collection/_common/content-toc/app-toc-about/app-toc-about.component.mjs +18 -8
  10. package/esm2022/lib/_collection/_common/content-toc/app-toc-content/app-toc-content.component.mjs +88 -7
  11. package/esm2022/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.mjs +393 -51
  12. package/esm2022/lib/_collection/_common/content-toc/content-toc.component.mjs +16 -34
  13. package/esm2022/lib/_collection/_common/content-toc/content-toc.module.mjs +7 -2
  14. package/esm2022/lib/_collection/_common/content-toc/karma-points/karma-points.component.mjs +5 -2
  15. package/esm2022/lib/_collection/_common/pipe-content-route/pipe-content-route.pipe.mjs +2 -8
  16. package/esm2022/lib/_collection/_common/toc-kpi-values/toc-kpi-values.component.mjs +3 -3
  17. package/esm2022/lib/_services/widget-content.model.mjs +8 -1
  18. package/esm2022/lib/_services/widget-content.service.mjs +3 -3
  19. package/esm2022/lib/app-toc-lib.module.mjs +7 -3
  20. package/esm2022/lib/components/app-toc-cios-home/app-toc-cios-home.component.mjs +37 -8
  21. package/esm2022/lib/components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component.mjs +3 -3
  22. package/esm2022/lib/components/app-toc-discussion/app-toc-discussion.component.mjs +3 -3
  23. package/esm2022/lib/components/app-toc-home-v2/app-toc-home-v2.component.mjs +224 -67
  24. package/esm2022/lib/registration-toc-lib.config.mjs +14 -0
  25. package/esm2022/lib/routes/app-toc-home/app-toc-home.component.mjs +1 -1
  26. package/esm2022/lib/services/app-toc-v2.service.mjs +192 -54
  27. package/esm2022/lib/services/app-toc.service.mjs +381 -104
  28. package/esm2022/lib/services/certificate.service.mjs +54 -9
  29. package/esm2022/lib/services/root.service.mjs +106 -0
  30. package/esm2022/lib/services/viewer-data.service.mjs +1 -1
  31. package/esm2022/lib/services/viewer-util.service.mjs +150 -23
  32. package/esm2022/public-api.mjs +11 -1
  33. package/fesm2022/sunbird-cb-toc.mjs +9093 -6348
  34. package/fesm2022/sunbird-cb-toc.mjs.map +1 -1
  35. package/index.d.ts +0 -1
  36. package/lib/_collection/_common/ai-tutor/ai-tutor.component.d.ts +139 -0
  37. package/lib/_collection/_common/ai-tutor/socket.service.d.ts +19 -0
  38. package/lib/_collection/_common/attendance-card/attendance-card.component.d.ts +0 -1
  39. package/lib/_collection/_common/attendance-card/attendance-card.module.d.ts +0 -1
  40. package/lib/_collection/_common/attendance-helper/attendance-helper.component.d.ts +0 -1
  41. package/lib/_collection/_common/attendance-helper/attendance-helper.module.d.ts +0 -1
  42. package/lib/_collection/_common/avatar-photo/avatar-photo.component.d.ts +0 -1
  43. package/lib/_collection/_common/avatar-photo/avatar-photo.module.d.ts +0 -1
  44. package/lib/_collection/_common/card-competency/card-competency.component.d.ts +14 -0
  45. package/lib/_collection/_common/card-competency/card-competency.module.d.ts +8 -0
  46. package/lib/_collection/_common/card-content-v2/card-content-v2.model.d.ts +44 -0
  47. package/lib/_collection/_common/certificate-dialog/certificate-dialog.component.d.ts +8 -1
  48. package/lib/_collection/_common/certificate-dialog/certificate-dialog.module.d.ts +12 -12
  49. package/lib/_collection/_common/certificate-dialog/svg-to-pdf.component.d.ts +0 -1
  50. package/lib/_collection/_common/confirm-dialog/confirm-dialog.component.d.ts +0 -1
  51. package/lib/_collection/_common/confirm-dialog/confirm-dialog.module.d.ts +0 -1
  52. package/lib/_collection/_common/connection-hover-card/connection-hover-card.component.d.ts +0 -1
  53. package/lib/_collection/_common/connection-hover-card/connection-hover.module.d.ts +0 -1
  54. package/lib/_collection/_common/connection-hover-card/connection-hover.servive.d.ts +0 -1
  55. package/lib/_collection/_common/connection-name/connection-name.component.d.ts +0 -1
  56. package/lib/_collection/_common/connection-name/connection-name.module.d.ts +0 -1
  57. package/lib/_collection/_common/connection-name/profile-v2.model.d.ts +0 -1
  58. package/lib/_collection/_common/content-progress/content-progress.component.d.ts +0 -1
  59. package/lib/_collection/_common/content-progress/content-progress.module.d.ts +0 -1
  60. package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.component.d.ts +0 -1
  61. package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.module.d.ts +0 -1
  62. package/lib/_collection/_common/content-toc/ai-tutor-confirm-popup/ai-tutor-confirm-popup.component.d.ts +1 -2
  63. package/lib/_collection/_common/content-toc/app-toc-about/app-toc-about.component.d.ts +2 -1
  64. package/lib/_collection/_common/content-toc/app-toc-assignment-viewer/app-toc-assignment-viewer.component.d.ts +0 -1
  65. package/lib/_collection/_common/content-toc/app-toc-assignment-viewerV2/app-toc-assignment-viewerV2.component.d.ts +0 -1
  66. package/lib/_collection/_common/content-toc/app-toc-batch-assignments/app-toc-batch-assignments.component.d.ts +0 -1
  67. package/lib/_collection/_common/content-toc/app-toc-content/app-toc-content.component.d.ts +8 -1
  68. package/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.d.ts +64 -5
  69. package/lib/_collection/_common/content-toc/app-toc-content-card-v2-skeleton/app-toc-content-card-v2-skeleton.component.d.ts +0 -1
  70. package/lib/_collection/_common/content-toc/app-toc-reference-notes/app-toc-reference-notes.component.d.ts +0 -1
  71. package/lib/_collection/_common/content-toc/app-toc-session-card-new/app-toc-session-card-new.component.d.ts +0 -1
  72. package/lib/_collection/_common/content-toc/app-toc-sessions-new/app-toc-sessions-new.component.d.ts +0 -1
  73. package/lib/_collection/_common/content-toc/app-toc-teachers-notes/app-toc-teachers-notes.component.d.ts +0 -1
  74. package/lib/_collection/_common/content-toc/content-services/handle-claim.service.d.ts +0 -1
  75. package/lib/_collection/_common/content-toc/content-services/review-component-data.service.d.ts +0 -1
  76. package/lib/_collection/_common/content-toc/content-toc.component.d.ts +2 -2
  77. package/lib/_collection/_common/content-toc/content-toc.module.d.ts +29 -29
  78. package/lib/_collection/_common/content-toc/karma-points/karma-points.component.d.ts +0 -1
  79. package/lib/_collection/_common/content-toc/karma-points/karma-points.module.d.ts +0 -1
  80. package/lib/_collection/_common/content-toc/pipes/replace-nbsp.pipe.d.ts +0 -1
  81. package/lib/_collection/_common/content-toc/pipes/truncate.pipe.d.ts +0 -1
  82. package/lib/_collection/_common/content-toc/reviews-content/reviews-content.component.d.ts +0 -1
  83. package/lib/_collection/_common/content-toc/samuhik-charcha-content/samuhik-charcha-content/samuhik-charcha-content.component.d.ts +0 -1
  84. package/lib/_collection/_common/display-content-type/display-content-type.component.d.ts +0 -1
  85. package/lib/_collection/_common/display-content-type/display-content-type.module.d.ts +0 -1
  86. package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.component.d.ts +0 -1
  87. package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.module.d.ts +0 -1
  88. package/lib/_collection/_common/mark-as-complete/mark-as-complete.component.d.ts +0 -1
  89. package/lib/_collection/_common/mark-as-complete/mark-as-complete.model.d.ts +0 -1
  90. package/lib/_collection/_common/mark-as-complete/mark-as-complete.module.d.ts +0 -1
  91. package/lib/_collection/_common/pipe-content-route/pipe-content-route.module.d.ts +0 -1
  92. package/lib/_collection/_common/pipe-content-route/pipe-content-route.pipe.d.ts +0 -2
  93. package/lib/_collection/_common/player-brief/player-brief.component.d.ts +0 -1
  94. package/lib/_collection/_common/player-brief/player-brief.module.d.ts +0 -1
  95. package/lib/_collection/_common/rating-summary/rating-summary.component.d.ts +0 -1
  96. package/lib/_collection/_common/rating-summary/rating-summary.module.d.ts +0 -1
  97. package/lib/_collection/_common/skeleton-loader/skeleton-loader.component.d.ts +0 -1
  98. package/lib/_collection/_common/skeleton-loader/skeleton-loader.module.d.ts +0 -1
  99. package/lib/_collection/_common/tips-for-learner/tips-for-learner-card/tips-for-learner-card.component.d.ts +0 -1
  100. package/lib/_collection/_common/tips-for-learner/tips-for-learner.module.d.ts +0 -1
  101. package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.component.d.ts +0 -1
  102. package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.module.d.ts +0 -1
  103. package/lib/_collection/_common/user-autocomplete/user-autocomplete.component.d.ts +0 -1
  104. package/lib/_collection/_common/user-autocomplete/user-autocomplete.model.d.ts +0 -1
  105. package/lib/_collection/_common/user-autocomplete/user-autocomplete.module.d.ts +0 -1
  106. package/lib/_collection/_common/user-autocomplete/user-autocomplete.service.d.ts +0 -1
  107. package/lib/_collection/_common/user-content-rating/user-content-rating.component.d.ts +0 -1
  108. package/lib/_collection/_common/user-content-rating/user-content-rating.module.d.ts +0 -1
  109. package/lib/_collection/_common/user-image/user-image.component.d.ts +0 -1
  110. package/lib/_collection/_common/user-image/user-image.module.d.ts +0 -1
  111. package/lib/_collection/btn-page-back/btn-page-back.component.d.ts +0 -1
  112. package/lib/_collection/btn-page-back/btn-page-back.module.d.ts +0 -1
  113. package/lib/_collection/btn-page-back/btn-page-back.service.d.ts +0 -1
  114. package/lib/_collection/card-rating-comment/card-rating-comment.component.d.ts +0 -1
  115. package/lib/_collection/card-rating-comment/card-rating-comment.module.d.ts +0 -1
  116. package/lib/_collection/sliders-dynamic/sliders-dynamic.component.d.ts +0 -1
  117. package/lib/_collection/sliders-dynamic/sliders-dynamic.model.d.ts +0 -1
  118. package/lib/_collection/sliders-dynamic/sliders-dynamic.module.d.ts +0 -1
  119. package/lib/_collection-api.d.ts +0 -1
  120. package/lib/_constants/widget-content.constants.d.ts +0 -1
  121. package/lib/_directives/tooltip.directive.d.ts +0 -1
  122. package/lib/_models/common.model.d.ts +0 -1
  123. package/lib/_models/error.model.d.ts +0 -1
  124. package/lib/_pipes/highlight.pipe.d.ts +0 -1
  125. package/lib/_services/rating.service.d.ts +0 -1
  126. package/lib/_services/samuhik-charcha.service.d.ts +0 -1
  127. package/lib/_services/viewer-route-util.d.ts +0 -1
  128. package/lib/_services/widget-content.model.d.ts +6 -1
  129. package/lib/_services/widget-content.service.d.ts +0 -1
  130. package/lib/_shared/translate-loader.factory.d.ts +0 -1
  131. package/lib/app-toc-lib.module.d.ts +2 -2
  132. package/lib/collection.config.d.ts +0 -1
  133. package/lib/components/app-toc-analytics-tiles/app-toc-analytics-tiles.component.d.ts +0 -1
  134. package/lib/components/app-toc-banner/app-toc-banner.component.d.ts +0 -1
  135. package/lib/components/app-toc-cios-home/app-toc-cios-home.component.d.ts +3 -1
  136. package/lib/components/app-toc-cios-home/consent-dialog.component.d.ts +0 -1
  137. package/lib/components/app-toc-cohorts/app-toc-cohorts.component.d.ts +0 -1
  138. package/lib/components/app-toc-content-card/app-toc-content-card.component.d.ts +0 -1
  139. package/lib/components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component.d.ts +0 -1
  140. package/lib/components/app-toc-discussion/app-toc-discussion.component.d.ts +0 -1
  141. package/lib/components/app-toc-home/app-toc-home.component.d.ts +0 -1
  142. package/lib/components/app-toc-home-v2/app-toc-home-v2.component.d.ts +28 -4
  143. package/lib/components/app-toc-overview/app-toc-overview.component.d.ts +0 -1
  144. package/lib/components/app-toc-session-card/app-toc-session-card.component.d.ts +0 -1
  145. package/lib/components/app-toc-sessions/app-toc-sessions.component.d.ts +0 -1
  146. package/lib/components/app-toc-single-page/app-toc-single-page.component.d.ts +0 -1
  147. package/lib/components/completion-survey-form/completion-survey-form.component.d.ts +0 -1
  148. package/lib/components/create-batch-dialog/create-batch-dialog.component.d.ts +0 -1
  149. package/lib/components/enroll-language-dialogue/enroll-language-dialogue.component.d.ts +0 -1
  150. package/lib/components/enroll-profile-form/enroll-profile-form.component.d.ts +0 -1
  151. package/lib/components/enroll-questionnaire/enroll-questionnaire.component.d.ts +0 -1
  152. package/lib/components/knowledge-artifact-details/knowledge-artifact-details.component.d.ts +0 -1
  153. package/lib/components/non-relevent-feedback-dialog/non-relevent-feedback-dialog.component.d.ts +0 -1
  154. package/lib/components/public-survey-form/public-survey-form.component.d.ts +0 -1
  155. package/lib/components/survey-form-question/survey-form-question.component.d.ts +0 -1
  156. package/lib/components/survey-form-section/survey-form-section.component.d.ts +0 -1
  157. package/lib/models/app-toc-analytics.model.d.ts +0 -1
  158. package/lib/models/app-toc.model.d.ts +0 -1
  159. package/lib/models/auto-complete.model.d.ts +0 -1
  160. package/lib/models/card-content.model.d.ts +0 -1
  161. package/lib/models/content-strip-with-tabs.model.d.ts +0 -1
  162. package/lib/models/discussion-forum.model.d.ts +0 -1
  163. package/lib/models/goal.model.d.ts +0 -1
  164. package/lib/models/meta-tag.model.d.ts +0 -1
  165. package/lib/models/playlist.model.d.ts +0 -1
  166. package/lib/models/profile-revamp.model.d.ts +0 -1
  167. package/lib/models/rating.model.d.ts +0 -1
  168. package/lib/models/user-profile.model.d.ts +0 -1
  169. package/lib/registration-toc-lib.config.d.ts +4 -0
  170. package/lib/resolvers/app-toc-cios-resolver.service.d.ts +0 -1
  171. package/lib/resolvers/app-toc-cios-user-enroll-resolver.service.d.ts +0 -1
  172. package/lib/resolvers/app-toc-content-read-resolver.service.d.ts +0 -1
  173. package/lib/resolvers/app-toc-ext-public-resolver.service.d.ts +0 -1
  174. package/lib/resolvers/app-toc-resolver.service.d.ts +0 -1
  175. package/lib/resolvers/config-resolver.service.d.ts +0 -1
  176. package/lib/resolvers/profile-resolver.service.d.ts +0 -1
  177. package/lib/resolvers/restricted-features-resolver.service.d.ts +0 -1
  178. package/lib/routes/app-toc-home/app-toc-home.component.d.ts +0 -1
  179. package/lib/routes/app-toc-home/app-toc-home.directive.d.ts +0 -1
  180. package/lib/routes/app-toc-home/app-toc-home.service.d.ts +0 -1
  181. package/lib/services/access-control.service.d.ts +0 -1
  182. package/lib/services/action.service.d.ts +0 -1
  183. package/lib/services/app-toc-v2.service.d.ts +3 -1
  184. package/lib/services/app-toc.service.d.ts +41 -13
  185. package/lib/services/certificate.service.d.ts +5 -7
  186. package/lib/services/discuss-utils.service.d.ts +0 -1
  187. package/lib/services/editor.service.d.ts +0 -1
  188. package/lib/services/load-check.service.d.ts +0 -1
  189. package/lib/services/loader.service.d.ts +0 -1
  190. package/lib/services/mobile-apps.service.d.ts +0 -1
  191. package/lib/services/netcore.service.d.ts +0 -1
  192. package/lib/services/nps-grid.service.d.ts +0 -1
  193. package/lib/services/otp.service.d.ts +0 -1
  194. package/lib/services/profile-v2.service.d.ts +0 -1
  195. package/lib/services/reset-ratings.service.d.ts +0 -1
  196. package/lib/services/resource-download-helper.service.d.ts +0 -1
  197. package/lib/services/root.service.d.ts +26 -0
  198. package/lib/services/timer.service.d.ts +0 -1
  199. package/lib/services/title-tag.service.d.ts +0 -1
  200. package/lib/services/user-profile.service.d.ts +0 -1
  201. package/lib/services/viewer-data.service.d.ts +9 -6
  202. package/lib/services/viewer-util.service.d.ts +14 -1
  203. package/lib/share-toc/share-toc/share-toc.component.d.ts +0 -1
  204. package/lib/share-toc/share-toc.module.d.ts +0 -1
  205. package/package.json +3 -5
  206. package/public-api.d.ts +9 -1
  207. package/sunbird-cb-toc-0.0.32.1.tgz +0 -0
  208. package/lib/_collection/_common/attendance-card/attendance-card.component.d.ts.map +0 -1
  209. package/lib/_collection/_common/attendance-card/attendance-card.module.d.ts.map +0 -1
  210. package/lib/_collection/_common/attendance-helper/attendance-helper.component.d.ts.map +0 -1
  211. package/lib/_collection/_common/attendance-helper/attendance-helper.module.d.ts.map +0 -1
  212. package/lib/_collection/_common/avatar-photo/avatar-photo.component.d.ts.map +0 -1
  213. package/lib/_collection/_common/avatar-photo/avatar-photo.module.d.ts.map +0 -1
  214. package/lib/_collection/_common/certificate-dialog/certificate-dialog.component.d.ts.map +0 -1
  215. package/lib/_collection/_common/certificate-dialog/certificate-dialog.module.d.ts.map +0 -1
  216. package/lib/_collection/_common/certificate-dialog/svg-to-pdf.component.d.ts.map +0 -1
  217. package/lib/_collection/_common/confirm-dialog/confirm-dialog.component.d.ts.map +0 -1
  218. package/lib/_collection/_common/confirm-dialog/confirm-dialog.module.d.ts.map +0 -1
  219. package/lib/_collection/_common/connection-hover-card/connection-hover-card.component.d.ts.map +0 -1
  220. package/lib/_collection/_common/connection-hover-card/connection-hover.module.d.ts.map +0 -1
  221. package/lib/_collection/_common/connection-hover-card/connection-hover.servive.d.ts.map +0 -1
  222. package/lib/_collection/_common/connection-name/connection-name.component.d.ts.map +0 -1
  223. package/lib/_collection/_common/connection-name/connection-name.module.d.ts.map +0 -1
  224. package/lib/_collection/_common/connection-name/profile-v2.model.d.ts.map +0 -1
  225. package/lib/_collection/_common/content-progress/content-progress.component.d.ts.map +0 -1
  226. package/lib/_collection/_common/content-progress/content-progress.module.d.ts.map +0 -1
  227. package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.component.d.ts.map +0 -1
  228. package/lib/_collection/_common/content-rating-v2-dialog/content-rating-v2-dialog.module.d.ts.map +0 -1
  229. package/lib/_collection/_common/content-toc/ai-tutor-confirm-popup/ai-tutor-confirm-popup.component.d.ts.map +0 -1
  230. package/lib/_collection/_common/content-toc/app-toc-about/app-toc-about.component.d.ts.map +0 -1
  231. package/lib/_collection/_common/content-toc/app-toc-assignment-viewer/app-toc-assignment-viewer.component.d.ts.map +0 -1
  232. package/lib/_collection/_common/content-toc/app-toc-assignment-viewerV2/app-toc-assignment-viewerV2.component.d.ts.map +0 -1
  233. package/lib/_collection/_common/content-toc/app-toc-batch-assignments/app-toc-batch-assignments.component.d.ts.map +0 -1
  234. package/lib/_collection/_common/content-toc/app-toc-content/app-toc-content.component.d.ts.map +0 -1
  235. package/lib/_collection/_common/content-toc/app-toc-content-card-v2/app-toc-content-card-v2.component.d.ts.map +0 -1
  236. package/lib/_collection/_common/content-toc/app-toc-content-card-v2-skeleton/app-toc-content-card-v2-skeleton.component.d.ts.map +0 -1
  237. package/lib/_collection/_common/content-toc/app-toc-reference-notes/app-toc-reference-notes.component.d.ts.map +0 -1
  238. package/lib/_collection/_common/content-toc/app-toc-session-card-new/app-toc-session-card-new.component.d.ts.map +0 -1
  239. package/lib/_collection/_common/content-toc/app-toc-sessions-new/app-toc-sessions-new.component.d.ts.map +0 -1
  240. package/lib/_collection/_common/content-toc/app-toc-teachers-notes/app-toc-teachers-notes.component.d.ts.map +0 -1
  241. package/lib/_collection/_common/content-toc/content-services/handle-claim.service.d.ts.map +0 -1
  242. package/lib/_collection/_common/content-toc/content-services/review-component-data.service.d.ts.map +0 -1
  243. package/lib/_collection/_common/content-toc/content-toc.component.d.ts.map +0 -1
  244. package/lib/_collection/_common/content-toc/content-toc.module.d.ts.map +0 -1
  245. package/lib/_collection/_common/content-toc/karma-points/karma-points.component.d.ts.map +0 -1
  246. package/lib/_collection/_common/content-toc/karma-points/karma-points.module.d.ts.map +0 -1
  247. package/lib/_collection/_common/content-toc/pipes/replace-nbsp.pipe.d.ts.map +0 -1
  248. package/lib/_collection/_common/content-toc/pipes/truncate.pipe.d.ts.map +0 -1
  249. package/lib/_collection/_common/content-toc/reviews-content/reviews-content.component.d.ts.map +0 -1
  250. package/lib/_collection/_common/content-toc/samuhik-charcha-content/samuhik-charcha-content/samuhik-charcha-content.component.d.ts.map +0 -1
  251. package/lib/_collection/_common/display-content-type/display-content-type.component.d.ts.map +0 -1
  252. package/lib/_collection/_common/display-content-type/display-content-type.module.d.ts.map +0 -1
  253. package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.component.d.ts.map +0 -1
  254. package/lib/_collection/_common/display-content-type-icon/display-content-type-icon.module.d.ts.map +0 -1
  255. package/lib/_collection/_common/mark-as-complete/mark-as-complete.component.d.ts.map +0 -1
  256. package/lib/_collection/_common/mark-as-complete/mark-as-complete.model.d.ts.map +0 -1
  257. package/lib/_collection/_common/mark-as-complete/mark-as-complete.module.d.ts.map +0 -1
  258. package/lib/_collection/_common/pipe-content-route/pipe-content-route.module.d.ts.map +0 -1
  259. package/lib/_collection/_common/pipe-content-route/pipe-content-route.pipe.d.ts.map +0 -1
  260. package/lib/_collection/_common/player-brief/player-brief.component.d.ts.map +0 -1
  261. package/lib/_collection/_common/player-brief/player-brief.module.d.ts.map +0 -1
  262. package/lib/_collection/_common/rating-summary/rating-summary.component.d.ts.map +0 -1
  263. package/lib/_collection/_common/rating-summary/rating-summary.module.d.ts.map +0 -1
  264. package/lib/_collection/_common/skeleton-loader/skeleton-loader.component.d.ts.map +0 -1
  265. package/lib/_collection/_common/skeleton-loader/skeleton-loader.module.d.ts.map +0 -1
  266. package/lib/_collection/_common/tips-for-learner/tips-for-learner-card/tips-for-learner-card.component.d.ts.map +0 -1
  267. package/lib/_collection/_common/tips-for-learner/tips-for-learner.module.d.ts.map +0 -1
  268. package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.component.d.ts.map +0 -1
  269. package/lib/_collection/_common/toc-kpi-values/toc-kpi-values.module.d.ts.map +0 -1
  270. package/lib/_collection/_common/user-autocomplete/user-autocomplete.component.d.ts.map +0 -1
  271. package/lib/_collection/_common/user-autocomplete/user-autocomplete.model.d.ts.map +0 -1
  272. package/lib/_collection/_common/user-autocomplete/user-autocomplete.module.d.ts.map +0 -1
  273. package/lib/_collection/_common/user-autocomplete/user-autocomplete.service.d.ts.map +0 -1
  274. package/lib/_collection/_common/user-content-rating/user-content-rating.component.d.ts.map +0 -1
  275. package/lib/_collection/_common/user-content-rating/user-content-rating.module.d.ts.map +0 -1
  276. package/lib/_collection/_common/user-image/user-image.component.d.ts.map +0 -1
  277. package/lib/_collection/_common/user-image/user-image.module.d.ts.map +0 -1
  278. package/lib/_collection/btn-page-back/btn-page-back.component.d.ts.map +0 -1
  279. package/lib/_collection/btn-page-back/btn-page-back.module.d.ts.map +0 -1
  280. package/lib/_collection/btn-page-back/btn-page-back.service.d.ts.map +0 -1
  281. package/lib/_collection/card-rating-comment/card-rating-comment.component.d.ts.map +0 -1
  282. package/lib/_collection/card-rating-comment/card-rating-comment.module.d.ts.map +0 -1
  283. package/lib/_collection/sliders-dynamic/sliders-dynamic.component.d.ts.map +0 -1
  284. package/lib/_collection/sliders-dynamic/sliders-dynamic.model.d.ts.map +0 -1
  285. package/lib/_collection/sliders-dynamic/sliders-dynamic.module.d.ts.map +0 -1
  286. package/lib/_collection-api.d.ts.map +0 -1
  287. package/lib/_constants/widget-content.constants.d.ts.map +0 -1
  288. package/lib/_directives/tooltip.directive.d.ts.map +0 -1
  289. package/lib/_models/common.model.d.ts.map +0 -1
  290. package/lib/_models/error.model.d.ts.map +0 -1
  291. package/lib/_pipes/highlight.pipe.d.ts.map +0 -1
  292. package/lib/_services/rating.service.d.ts.map +0 -1
  293. package/lib/_services/samuhik-charcha.service.d.ts.map +0 -1
  294. package/lib/_services/viewer-route-util.d.ts.map +0 -1
  295. package/lib/_services/widget-content.model.d.ts.map +0 -1
  296. package/lib/_services/widget-content.service.d.ts.map +0 -1
  297. package/lib/_shared/translate-loader.factory.d.ts.map +0 -1
  298. package/lib/app-toc-lib.module.d.ts.map +0 -1
  299. package/lib/collection.config.d.ts.map +0 -1
  300. package/lib/components/app-toc-analytics-tiles/app-toc-analytics-tiles.component.d.ts.map +0 -1
  301. package/lib/components/app-toc-banner/app-toc-banner.component.d.ts.map +0 -1
  302. package/lib/components/app-toc-cios-home/app-toc-cios-home.component.d.ts.map +0 -1
  303. package/lib/components/app-toc-cios-home/consent-dialog.component.d.ts.map +0 -1
  304. package/lib/components/app-toc-cohorts/app-toc-cohorts.component.d.ts.map +0 -1
  305. package/lib/components/app-toc-content-card/app-toc-content-card.component.d.ts.map +0 -1
  306. package/lib/components/app-toc-dialog-intro-video/app-toc-dialog-intro-video.component.d.ts.map +0 -1
  307. package/lib/components/app-toc-discussion/app-toc-discussion.component.d.ts.map +0 -1
  308. package/lib/components/app-toc-home/app-toc-home.component.d.ts.map +0 -1
  309. package/lib/components/app-toc-home-v2/app-toc-home-v2.component.d.ts.map +0 -1
  310. package/lib/components/app-toc-overview/app-toc-overview.component.d.ts.map +0 -1
  311. package/lib/components/app-toc-session-card/app-toc-session-card.component.d.ts.map +0 -1
  312. package/lib/components/app-toc-sessions/app-toc-sessions.component.d.ts.map +0 -1
  313. package/lib/components/app-toc-single-page/app-toc-single-page.component.d.ts.map +0 -1
  314. package/lib/components/completion-survey-form/completion-survey-form.component.d.ts.map +0 -1
  315. package/lib/components/create-batch-dialog/create-batch-dialog.component.d.ts.map +0 -1
  316. package/lib/components/enroll-language-dialogue/enroll-language-dialogue.component.d.ts.map +0 -1
  317. package/lib/components/enroll-profile-form/enroll-profile-form.component.d.ts.map +0 -1
  318. package/lib/components/enroll-questionnaire/enroll-questionnaire.component.d.ts.map +0 -1
  319. package/lib/components/knowledge-artifact-details/knowledge-artifact-details.component.d.ts.map +0 -1
  320. package/lib/components/non-relevent-feedback-dialog/non-relevent-feedback-dialog.component.d.ts.map +0 -1
  321. package/lib/components/public-survey-form/public-survey-form.component.d.ts.map +0 -1
  322. package/lib/components/survey-form-question/survey-form-question.component.d.ts.map +0 -1
  323. package/lib/components/survey-form-section/survey-form-section.component.d.ts.map +0 -1
  324. package/lib/models/app-toc-analytics.model.d.ts.map +0 -1
  325. package/lib/models/app-toc.model.d.ts.map +0 -1
  326. package/lib/models/auto-complete.model.d.ts.map +0 -1
  327. package/lib/models/card-content.model.d.ts.map +0 -1
  328. package/lib/models/content-strip-with-tabs.model.d.ts.map +0 -1
  329. package/lib/models/discussion-forum.model.d.ts.map +0 -1
  330. package/lib/models/goal.model.d.ts.map +0 -1
  331. package/lib/models/meta-tag.model.d.ts.map +0 -1
  332. package/lib/models/playlist.model.d.ts.map +0 -1
  333. package/lib/models/profile-revamp.model.d.ts.map +0 -1
  334. package/lib/models/rating.model.d.ts.map +0 -1
  335. package/lib/models/user-profile.model.d.ts.map +0 -1
  336. package/lib/resolvers/app-toc-cios-resolver.service.d.ts.map +0 -1
  337. package/lib/resolvers/app-toc-cios-user-enroll-resolver.service.d.ts.map +0 -1
  338. package/lib/resolvers/app-toc-content-read-resolver.service.d.ts.map +0 -1
  339. package/lib/resolvers/app-toc-ext-public-resolver.service.d.ts.map +0 -1
  340. package/lib/resolvers/app-toc-resolver.service.d.ts.map +0 -1
  341. package/lib/resolvers/config-resolver.service.d.ts.map +0 -1
  342. package/lib/resolvers/profile-resolver.service.d.ts.map +0 -1
  343. package/lib/resolvers/restricted-features-resolver.service.d.ts.map +0 -1
  344. package/lib/routes/app-toc-home/app-toc-home.component.d.ts.map +0 -1
  345. package/lib/routes/app-toc-home/app-toc-home.directive.d.ts.map +0 -1
  346. package/lib/routes/app-toc-home/app-toc-home.service.d.ts.map +0 -1
  347. package/lib/services/access-control.service.d.ts.map +0 -1
  348. package/lib/services/action.service.d.ts.map +0 -1
  349. package/lib/services/app-toc-v2.service.d.ts.map +0 -1
  350. package/lib/services/app-toc.service.d.ts.map +0 -1
  351. package/lib/services/certificate.service.d.ts.map +0 -1
  352. package/lib/services/discuss-utils.service.d.ts.map +0 -1
  353. package/lib/services/editor.service.d.ts.map +0 -1
  354. package/lib/services/load-check.service.d.ts.map +0 -1
  355. package/lib/services/loader.service.d.ts.map +0 -1
  356. package/lib/services/mobile-apps.service.d.ts.map +0 -1
  357. package/lib/services/netcore.service.d.ts.map +0 -1
  358. package/lib/services/nps-grid.service.d.ts.map +0 -1
  359. package/lib/services/otp.service.d.ts.map +0 -1
  360. package/lib/services/profile-v2.service.d.ts.map +0 -1
  361. package/lib/services/reset-ratings.service.d.ts.map +0 -1
  362. package/lib/services/resource-download-helper.service.d.ts.map +0 -1
  363. package/lib/services/timer.service.d.ts.map +0 -1
  364. package/lib/services/title-tag.service.d.ts.map +0 -1
  365. package/lib/services/user-profile.service.d.ts.map +0 -1
  366. package/lib/services/viewer-data.service.d.ts.map +0 -1
  367. package/lib/services/viewer-util.service.d.ts.map +0 -1
  368. package/lib/share-toc/share-toc/share-toc.component.d.ts.map +0 -1
  369. package/lib/share-toc/share-toc.module.d.ts.map +0 -1
  370. package/public-api.d.ts.map +0 -1
  371. package/sunbird-cb-toc.d.ts.map +0 -1
@@ -3,4 +3,3 @@ export interface IErrorConfig {
3
3
  errorImageDark: string;
4
4
  errorImageLite: string;
5
5
  }
6
- //# sourceMappingURL=error.model.d.ts.map
@@ -8,4 +8,3 @@ export declare class HighlightPipe implements PipeTransform {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<HighlightPipe, never>;
9
9
  static ɵpipe: i0.ɵɵPipeDeclaration<HighlightPipe, "highlight", false>;
10
10
  }
11
- //# sourceMappingURL=highlight.pipe.d.ts.map
@@ -16,4 +16,3 @@ export declare class RatingService {
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<RatingService, never>;
17
17
  static ɵprov: i0.ɵɵInjectableDeclaration<RatingService>;
18
18
  }
19
- //# sourceMappingURL=rating.service.d.ts.map
@@ -11,4 +11,3 @@ export declare class SamuhikCharchaService {
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<SamuhikCharchaService, never>;
12
12
  static ɵprov: i0.ɵɵInjectableDeclaration<SamuhikCharchaService>;
13
13
  }
14
- //# sourceMappingURL=samuhik-charcha.service.d.ts.map
@@ -6,4 +6,3 @@ export declare function viewerRouteGenerator(id: string, mimeType: NsContent.EMi
6
6
  [key: string]: any;
7
7
  };
8
8
  };
9
- //# sourceMappingURL=viewer-route-util.d.ts.map
@@ -511,6 +511,11 @@ export declare namespace NsContent {
511
511
  export enum EContextLockingType {
512
512
  COURSE_ASSESSMENT_ONLY = "Course Assessment Only"
513
513
  }
514
+ export enum EAssessmentContextCategory {
515
+ PRELIMINARY_ASSESSMENT = "Preliminary Assessment",
516
+ FINAL_MILESTONE_ASSESSMENT = "Final Milestone Assessment",
517
+ FINAL_PROGRAM_ASSESSMENT = "Final Program Assessment",
518
+ PRE_ENROLMENT_ASSESSMENT = "Pre Enrolment Assessment"
519
+ }
514
520
  export {};
515
521
  }
516
- //# sourceMappingURL=widget-content.model.d.ts.map
@@ -99,4 +99,3 @@ export declare class WidgetContentService {
99
99
  static ɵfac: i0.ɵɵFactoryDeclaration<WidgetContentService, never>;
100
100
  static ɵprov: i0.ɵɵInjectableDeclaration<WidgetContentService>;
101
101
  }
102
- //# sourceMappingURL=widget-content.service.d.ts.map
@@ -5,4 +5,3 @@ import { TranslateHttpLoader } from '@ngx-translate/http-loader';
5
5
  * Creates a TranslateHttpLoader to load translation files
6
6
  */
7
7
  export declare function HttpLoaderFactory(http: HttpClient): TranslateHttpLoader;
8
- //# sourceMappingURL=translate-loader.factory.d.ts.map
@@ -81,9 +81,9 @@ import * as i79 from "./_collection/_common/tips-for-learner/tips-for-learner.mo
81
81
  import * as i80 from "@sunbird-cb/discussion-v2";
82
82
  import * as i81 from "./components/survey-form-question/survey-form-question.component";
83
83
  import * as i82 from "./components/survey-form-section/survey-form-section.component";
84
+ import * as i83 from "./_collection/sliders-dynamic/sliders-dynamic.module";
84
85
  export declare class AppTocLibModule {
85
86
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocLibModule, never>;
86
- static ɵmod: i0.ɵɵNgModuleDeclaration<AppTocLibModule, [typeof i1.AppTocHomeV2Component, typeof i2.AppTocOverviewComponent, typeof i3.AppTocBannerComponent, typeof i4.AppTocCohortsComponent, typeof i5.AppTocContentCardComponent, typeof i6.AppTocDiscussionComponent, typeof i7.AppTocDialogIntroVideoComponent, typeof i8.AppTocHomeDirective, typeof i9.AppTocHomeComponent, typeof i10.KnowledgeArtifactDetailsComponent, typeof i11.AppTocAnalyticsTilesComponent, typeof i12.AppTocSinglePageComponent, typeof i13.CreateBatchDialogComponent, typeof i14.AppTocSessionsComponent, typeof i15.AppTocSessionCardComponent, typeof i16.EnrollQuestionnaireComponent, typeof i17.EnrollProfileFormComponent, typeof i18.AppTocCiosHomeComponent, typeof i19.ConsentDialogComponent, typeof i20.EnrollLanguageDialogueComponent, typeof i21.CompletionSurveyFormComponent, typeof i22.PublicSurveyFormComponent, typeof i23.NonReleventFeedbackDialogComponent], [typeof i24.CommonModule, typeof i25.RouterModule, typeof i26.ReactiveFormsModule, typeof i26.FormsModule, typeof i27.MatToolbarModule, typeof i28.MatLegacyCheckboxModule, typeof i29.MatIconModule, typeof i30.MatLegacyButtonModule, typeof i31.MatLegacyFormFieldModule, typeof i32.MatLegacyInputModule, typeof i33.MatLegacyMenuModule, typeof i34.MatLegacyCardModule, typeof i35.MatLegacyChipsModule, typeof i36.MatLegacyTooltipModule, typeof i37.MatLegacyRadioModule, typeof i38.MatLegacyTabsModule, typeof i26.FormsModule, typeof i34.MatLegacyCardModule, typeof i39.MatLegacyListModule, typeof i40.MatDividerModule, typeof i41.MatLegacyProgressBarModule, typeof i42.MatLegacyProgressSpinnerModule, typeof i43.MatLegacyDialogModule, typeof i44.MatLegacySelectModule, typeof i45.MatLegacySnackBarModule, typeof i46.MatExpansionModule, typeof i47.MatDatepickerModule, typeof i35.MatLegacyChipsModule, typeof i48.MatNativeDateModule, typeof i49.DisplayContentTypeModule, typeof i50.DisplayContentTypeIconModule, typeof i51.PipeDurationTransformModule, typeof i51.PipeSafeSanitizerModule, typeof i51.PipeLimitToModule, typeof i51.PipeNameTransformModule, typeof i51.PipeCountTransformModule, typeof i51.PipePartialContentModule, typeof i51.PipeFilterV3Module, typeof i51.PipeRelativeTimeModule, typeof i52.PipeContentRouteModule, typeof i51.PipePublicURLModule, typeof i53.ContentRatingV2DialogModule, typeof i54.RatingSummaryModule, typeof i55.CertificateDialogModule, typeof i56.ConfirmDialogModule, typeof i57.SkeletonLoaderModule, typeof i58.BtnPageBackModule, typeof i51.HorizontalScrollerModule, typeof i59.UserImageModule, typeof i51.DefaultThumbnailModule, typeof i60.ContentProgressModule, typeof i61.UserContentRatingModule, typeof i62.MarkAsCompleteModule, typeof i63.PlayerBriefModule, typeof i42.MatLegacyProgressSpinnerModule, typeof i64.UserAutocompleteModule, typeof i65.AvatarPhotoModule, typeof i66.ConnectionNameModule, typeof i67.CardRatingCommentModule, typeof i68.InfiniteScrollModule, typeof i69.AttendanceHelperModule, typeof i70.AttendanceCardModule, typeof i71.MicroSurveyModule, typeof i35.MatLegacyChipsModule, typeof i72.MatLegacyAutocompleteModule, typeof i73.ContentTocModule, typeof i74.NgCircleProgressModule, typeof i75.TranslateModule, typeof i76.ShareTocModule, typeof i77.TocKpiValuesModule, typeof i78.KarmaPointsModule, typeof i79.TipsForLearnerModule, typeof i26.ReactiveFormsModule, typeof i80.WidgetCommentModule, typeof i81.SurveyFormQuestionComponent, typeof i82.SurveyFormSectionComponent], [typeof i6.AppTocDiscussionComponent, typeof i12.AppTocSinglePageComponent, typeof i3.AppTocBannerComponent, typeof i9.AppTocHomeComponent, typeof i1.AppTocHomeV2Component, typeof i76.ShareTocModule, typeof i18.AppTocCiosHomeComponent]>;
87
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AppTocLibModule, [typeof i1.AppTocHomeV2Component, typeof i2.AppTocOverviewComponent, typeof i3.AppTocBannerComponent, typeof i4.AppTocCohortsComponent, typeof i5.AppTocContentCardComponent, typeof i6.AppTocDiscussionComponent, typeof i7.AppTocDialogIntroVideoComponent, typeof i8.AppTocHomeDirective, typeof i9.AppTocHomeComponent, typeof i10.KnowledgeArtifactDetailsComponent, typeof i11.AppTocAnalyticsTilesComponent, typeof i12.AppTocSinglePageComponent, typeof i13.CreateBatchDialogComponent, typeof i14.AppTocSessionsComponent, typeof i15.AppTocSessionCardComponent, typeof i16.EnrollQuestionnaireComponent, typeof i17.EnrollProfileFormComponent, typeof i18.AppTocCiosHomeComponent, typeof i19.ConsentDialogComponent, typeof i20.EnrollLanguageDialogueComponent, typeof i21.CompletionSurveyFormComponent, typeof i22.PublicSurveyFormComponent, typeof i23.NonReleventFeedbackDialogComponent], [typeof i24.CommonModule, typeof i25.RouterModule, typeof i26.ReactiveFormsModule, typeof i26.FormsModule, typeof i27.MatToolbarModule, typeof i28.MatLegacyCheckboxModule, typeof i29.MatIconModule, typeof i30.MatLegacyButtonModule, typeof i31.MatLegacyFormFieldModule, typeof i32.MatLegacyInputModule, typeof i33.MatLegacyMenuModule, typeof i34.MatLegacyCardModule, typeof i35.MatLegacyChipsModule, typeof i36.MatLegacyTooltipModule, typeof i37.MatLegacyRadioModule, typeof i38.MatLegacyTabsModule, typeof i26.FormsModule, typeof i34.MatLegacyCardModule, typeof i39.MatLegacyListModule, typeof i40.MatDividerModule, typeof i41.MatLegacyProgressBarModule, typeof i42.MatLegacyProgressSpinnerModule, typeof i43.MatLegacyDialogModule, typeof i44.MatLegacySelectModule, typeof i45.MatLegacySnackBarModule, typeof i46.MatExpansionModule, typeof i47.MatDatepickerModule, typeof i35.MatLegacyChipsModule, typeof i48.MatNativeDateModule, typeof i49.DisplayContentTypeModule, typeof i50.DisplayContentTypeIconModule, typeof i51.PipeDurationTransformModule, typeof i51.PipeSafeSanitizerModule, typeof i51.PipeLimitToModule, typeof i51.PipeNameTransformModule, typeof i51.PipeCountTransformModule, typeof i51.PipePartialContentModule, typeof i51.PipeFilterV3Module, typeof i51.PipeRelativeTimeModule, typeof i52.PipeContentRouteModule, typeof i51.PipePublicURLModule, typeof i53.ContentRatingV2DialogModule, typeof i54.RatingSummaryModule, typeof i55.CertificateDialogModule, typeof i56.ConfirmDialogModule, typeof i57.SkeletonLoaderModule, typeof i58.BtnPageBackModule, typeof i51.HorizontalScrollerModule, typeof i59.UserImageModule, typeof i51.DefaultThumbnailModule, typeof i60.ContentProgressModule, typeof i61.UserContentRatingModule, typeof i62.MarkAsCompleteModule, typeof i63.PlayerBriefModule, typeof i42.MatLegacyProgressSpinnerModule, typeof i64.UserAutocompleteModule, typeof i65.AvatarPhotoModule, typeof i66.ConnectionNameModule, typeof i67.CardRatingCommentModule, typeof i68.InfiniteScrollModule, typeof i69.AttendanceHelperModule, typeof i70.AttendanceCardModule, typeof i71.MicroSurveyModule, typeof i35.MatLegacyChipsModule, typeof i72.MatLegacyAutocompleteModule, typeof i73.ContentTocModule, typeof i74.NgCircleProgressModule, typeof i75.TranslateModule, typeof i76.ShareTocModule, typeof i77.TocKpiValuesModule, typeof i78.KarmaPointsModule, typeof i79.TipsForLearnerModule, typeof i26.ReactiveFormsModule, typeof i80.WidgetCommentModule, typeof i81.SurveyFormQuestionComponent, typeof i82.SurveyFormSectionComponent, typeof i83.SlidersDynamicModule], [typeof i6.AppTocDiscussionComponent, typeof i12.AppTocSinglePageComponent, typeof i3.AppTocBannerComponent, typeof i9.AppTocHomeComponent, typeof i1.AppTocHomeV2Component, typeof i76.ShareTocModule, typeof i18.AppTocCiosHomeComponent]>;
87
88
  static ɵinj: i0.ɵɵInjectorDeclaration<AppTocLibModule>;
88
89
  }
89
- //# sourceMappingURL=app-toc-lib.module.d.ts.map
@@ -157,4 +157,3 @@ export declare const ROOT_WIDGET_CONFIG: {
157
157
  leftMenu: string;
158
158
  };
159
159
  };
160
- //# sourceMappingURL=collection.config.d.ts.map
@@ -15,4 +15,3 @@ export declare class AppTocAnalyticsTilesComponent implements OnInit {
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocAnalyticsTilesComponent, never>;
16
16
  static ɵcmp: i0.ɵɵComponentDeclaration<AppTocAnalyticsTilesComponent, "ws-app-app-toc-analytics-tiles", never, { "uniqueUsers": { "alias": "uniqueUsers"; "required": false; }; "description": { "alias": "description"; "required": false; }; "title": { "alias": "title"; "required": false; }; "category1": { "alias": "category1"; "required": false; }; "category2": { "alias": "category2"; "required": false; }; "category3": { "alias": "category3"; "required": false; }; "analyticsDataClient": { "alias": "analyticsDataClient"; "required": false; }; }, { "clickEvent": "clickEvent"; }, never, never, false, never>;
17
17
  }
18
- //# sourceMappingURL=app-toc-analytics-tiles.component.d.ts.map
@@ -223,4 +223,3 @@ export declare class AppTocBannerComponent implements OnInit, OnChanges, OnDestr
223
223
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocBannerComponent, never>;
224
224
  static ɵcmp: i0.ɵɵComponentDeclaration<AppTocBannerComponent, "ws-app-toc-banner", never, { "banners": { "alias": "banners"; "required": false; }; "content": { "alias": "content"; "required": false; }; "resumeData": { "alias": "resumeData"; "required": false; }; "analytics": { "alias": "analytics"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; "batchData": { "alias": "batchData"; "required": false; }; "userEnrollmentList": { "alias": "userEnrollmentList"; "required": false; }; "contentReadData": { "alias": "contentReadData"; "required": false; }; "clickToShare": { "alias": "clickToShare"; "required": false; }; }, { "withdrawOrEnroll": "withdrawOrEnroll"; "programEnrollCall": "programEnrollCall"; }, never, never, false, never>;
225
225
  }
226
- //# sourceMappingURL=app-toc-banner.component.d.ts.map
@@ -48,6 +48,7 @@ export declare class AppTocCiosHomeComponent implements OnInit, AfterViewInit {
48
48
  rootOrgId: any;
49
49
  currentLang: any;
50
50
  discussWidgetData: NsDiscussionV2.ICommentWidgetData;
51
+ showProviderTips: boolean;
51
52
  handleScroll(): void;
52
53
  constructor(route: ActivatedRoute, commonSvc: CommonMethodsService, translate: TranslateService, configSvc: ConfigurationsService, events: EventService, langtranslations: MultilingualTranslationsService, contentSvc: WidgetContentService, certSvc: CertificateService, loader: LoaderService, matDialog: MatDialog, snackBar: MatSnackBar, netCoreService: NetCoreService, environment: any);
53
54
  ngOnInit(): void;
@@ -73,7 +74,8 @@ export declare class AppTocCiosHomeComponent implements OnInit, AfterViewInit {
73
74
  secondsToTime(d: any): string;
74
75
  clearCommentIdFromUrl(): void;
75
76
  private validateEnrollmentEligibility;
77
+ get showEnroll(): boolean;
78
+ get showRedirect(): boolean;
76
79
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocCiosHomeComponent, [null, null, null, null, null, null, null, null, null, null, null, null, { optional: true; }]>;
77
80
  static ɵcmp: i0.ɵɵComponentDeclaration<AppTocCiosHomeComponent, "ws-app-app-toc-cios-home", never, {}, {}, never, never, false, never>;
78
81
  }
79
- //# sourceMappingURL=app-toc-cios-home.component.d.ts.map
@@ -20,4 +20,3 @@ export declare class ConsentDialogComponent implements OnInit {
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<ConsentDialogComponent, never>;
21
21
  static ɵcmp: i0.ɵɵComponentDeclaration<ConsentDialogComponent, "ws-app-consent-dialog", never, {}, {}, never, never, false, never>;
22
22
  }
23
- //# sourceMappingURL=consent-dialog.component.d.ts.map
@@ -29,4 +29,3 @@ export declare class AppTocCohortsComponent implements OnInit {
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocCohortsComponent, never>;
30
30
  static ɵcmp: i0.ɵɵComponentDeclaration<AppTocCohortsComponent, "ws-app-toc-cohorts", never, { "content": { "alias": "content"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; }, {}, never, never, false, never>;
31
31
  }
32
- //# sourceMappingURL=app-toc-cohorts.component.d.ts.map
@@ -45,4 +45,3 @@ export declare class AppTocContentCardComponent implements OnInit, OnChanges {
45
45
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocContentCardComponent, never>;
46
46
  static ɵcmp: i0.ɵɵComponentDeclaration<AppTocContentCardComponent, "ws-app-toc-content-card", never, { "content": { "alias": "content"; "required": false; }; "expandAll": { "alias": "expandAll"; "required": false; }; "rootId": { "alias": "rootId"; "required": false; }; "rootContentType": { "alias": "rootContentType"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; "batchId": { "alias": "batchId"; "required": false; }; }, {}, never, never, false, never>;
47
47
  }
48
- //# sourceMappingURL=app-toc-content-card.component.d.ts.map
@@ -12,4 +12,3 @@ export declare class AppTocDialogIntroVideoComponent implements OnInit {
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocDialogIntroVideoComponent, never>;
13
13
  static ɵcmp: i0.ɵɵComponentDeclaration<AppTocDialogIntroVideoComponent, "ws-app-app-toc-dialog-intro-video", never, {}, {}, never, never, false, never>;
14
14
  }
15
- //# sourceMappingURL=app-toc-dialog-intro-video.component.d.ts.map
@@ -19,4 +19,3 @@ export declare class AppTocDiscussionComponent implements OnChanges, OnInit {
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocDiscussionComponent, never>;
20
20
  static ɵcmp: i0.ɵɵComponentDeclaration<AppTocDiscussionComponent, "ws-app-toc-discussion", never, { "content": { "alias": "content"; "required": false; }; "forPreview": { "alias": "forPreview"; "required": false; }; }, {}, never, never, false, never>;
21
21
  }
22
- //# sourceMappingURL=app-toc-discussion.component.d.ts.map
@@ -312,4 +312,3 @@ export declare class AppTocHomeComponent implements OnInit, OnDestroy, AfterView
312
312
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocHomeComponent, never>;
313
313
  static ɵcmp: i0.ɵɵComponentDeclaration<AppTocHomeComponent, "ws-app-app-toc-home", never, { "forPreview": { "alias": "forPreview"; "required": false; }; }, {}, never, never, false, never>;
314
314
  }
315
- //# sourceMappingURL=app-toc-home.component.d.ts.map
@@ -1,4 +1,5 @@
1
1
  import { OnDestroy, OnInit, AfterViewInit, AfterViewChecked, ElementRef } from '@angular/core';
2
+ import { Location } from '@angular/common';
2
3
  import { SafeHtml, DomSanitizer, SafeStyle } from '@angular/platform-browser';
3
4
  import { ActivatedRoute, Router } from '@angular/router';
4
5
  import { UntypedFormControl } from '@angular/forms';
@@ -61,6 +62,7 @@ export declare class AppTocHomeV2Component implements OnInit, OnDestroy, AfterVi
61
62
  private userServiceLib;
62
63
  netCoreService: NetCoreService;
63
64
  appTocV2Svc: AppTocV2Service;
65
+ private location;
64
66
  environment: any;
65
67
  queryParamsData: {
66
68
  [key: string]: string;
@@ -88,6 +90,8 @@ export declare class AppTocHomeV2Component implements OnInit, OnDestroy, AfterVi
88
90
  cbPlanDuration: any;
89
91
  enrolledCourseData: any;
90
92
  forPreview: any;
93
+ inputContent: any;
94
+ displayViewBtn: any;
91
95
  analytics: any;
92
96
  errorWidgetData: NsWidgetResolver.IRenderConfigWithTypedData<any>;
93
97
  isAuthor: boolean;
@@ -121,6 +125,7 @@ export declare class AppTocHomeV2Component implements OnInit, OnDestroy, AfterVi
121
125
  batchDataSubscription: Subscription | null;
122
126
  resumeDataSubscription: Subscription | null;
123
127
  translationSubscription: Subscription | null;
128
+ hashmapUpdatedSubscription: Subscription | null;
124
129
  menuElement: ElementRef;
125
130
  batchControl: UntypedFormControl;
126
131
  contentProgress: number;
@@ -216,8 +221,10 @@ export declare class AppTocHomeV2Component implements OnInit, OnDestroy, AfterVi
216
221
  languageMapProgress: any;
217
222
  preAssessmentRequiredFlag: any;
218
223
  lockCertificate: boolean;
224
+ private lastProgressRefreshTime;
225
+ private isRefreshingProgress;
219
226
  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);
227
+ 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, location: Location, environment: any);
221
228
  getKarmapointsLimit(): void;
222
229
  isCourseCompletedOnThisMonth(): void;
223
230
  filteredAcbpList(res: any): any;
@@ -237,7 +244,7 @@ export declare class AppTocHomeV2Component implements OnInit, OnDestroy, AfterVi
237
244
  checkIfBatchExists(latest: any): false | NsContent.IBatch;
238
245
  getBatchId(): string;
239
246
  handleAutoBatchAssign(): void;
240
- autoEnrollLearningPathway(): void;
247
+ autoEnrollLearningPathway(batchData: any): void;
241
248
  autoEnrollCuratedProgram(programType: any, batchData: any): void;
242
249
  autoAssignEnroll(): void;
243
250
  navigateToPlayerPage(batchId: string): Promise<void>;
@@ -337,6 +344,11 @@ export declare class AppTocHomeV2Component implements OnInit, OnDestroy, AfterVi
337
344
  private configureDefaultLogo;
338
345
  private configureFeatureFlags;
339
346
  private setupRouterEventSubscription;
347
+ /**
348
+ * Subscribe to hashmap updates to recompute milestone lock status in real-time
349
+ * This ensures that when progress changes, milestone locks update immediately without page refresh
350
+ */
351
+ private setupHashmapUpdateSubscription;
340
352
  fetchUserEnrollmentDataV2(): void;
341
353
  private handleOneStepResume;
342
354
  private fetchContentHierarchy;
@@ -346,6 +358,12 @@ export declare class AppTocHomeV2Component implements OnInit, OnDestroy, AfterVi
346
358
  * This ensures the content tree reflects the actual lock status
347
359
  */
348
360
  syncMilestoneLockStatus(): void;
361
+ /**
362
+ * Refresh milestone locking status from the already-updated hashmap
363
+ * This method should be called after progress updates to sync UI with computed lock status
364
+ * Note: Does NOT fetch enrollment data - uses existing hashmap which is already updated
365
+ */
366
+ private refreshEnrollmentAndProgress;
349
367
  onLanguageSelect(lang: any): void;
350
368
  showLangSwitchPopup(lang: any, data?: any): void;
351
369
  showOneStepResumeConfirm(urlData: any): void;
@@ -386,7 +404,13 @@ export declare class AppTocHomeV2Component implements OnInit, OnDestroy, AfterVi
386
404
  clearExistingPublicSurveyData(surveyId: string, courseId: string): void;
387
405
  openPublicSurveyPopup(navigationUrl?: string, queryParams?: any): void;
388
406
  resumeContentData(): void;
407
+ /**
408
+ * Check if user can enroll in the course
409
+ * Returns true when enrollment is allowed
410
+ */
411
+ navigateToNewVersion(): void;
412
+ canEnroll(): boolean;
413
+ goBack(): void;
389
414
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocHomeV2Component, never>;
390
- static ɵcmp: i0.ɵɵComponentDeclaration<AppTocHomeV2Component, "ws-app-app-toc-home-v2", never, { "forPreview": { "alias": "forPreview"; "required": false; }; }, {}, never, never, false, never>;
415
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppTocHomeV2Component, "ws-app-app-toc-home-v2", never, { "forPreview": { "alias": "forPreview"; "required": false; }; "inputContent": { "alias": "inputContent"; "required": false; }; "displayViewBtn": { "alias": "displayViewBtn"; "required": false; }; }, {}, never, never, false, never>;
391
416
  }
392
- //# sourceMappingURL=app-toc-home-v2.component.d.ts.map
@@ -45,4 +45,3 @@ export declare class AppTocOverviewComponent implements OnInit, OnDestroy {
45
45
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocOverviewComponent, never>;
46
46
  static ɵcmp: i0.ɵɵComponentDeclaration<AppTocOverviewComponent, "ws-app-app-toc-overview", never, { "forPreview": { "alias": "forPreview"; "required": false; }; }, {}, never, never, false, never>;
47
47
  }
48
- //# sourceMappingURL=app-toc-overview.component.d.ts.map
@@ -20,4 +20,3 @@ export declare class AppTocSessionCardComponent implements OnInit {
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocSessionCardComponent, never>;
21
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
22
  }
23
- //# sourceMappingURL=app-toc-session-card.component.d.ts.map
@@ -12,4 +12,3 @@ export declare class AppTocSessionsComponent implements OnInit {
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocSessionsComponent, never>;
13
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
14
  }
15
- //# sourceMappingURL=app-toc-sessions.component.d.ts.map
@@ -147,4 +147,3 @@ export declare class AppTocSinglePageComponent implements OnInit, OnChanges, OnD
147
147
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocSinglePageComponent, [null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, { optional: true; }]>;
148
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
149
  }
150
- //# sourceMappingURL=app-toc-single-page.component.d.ts.map
@@ -40,4 +40,3 @@ export declare class CompletionSurveyFormComponent implements OnInit {
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<CompletionSurveyFormComponent, never>;
41
41
  static ɵcmp: i0.ɵɵComponentDeclaration<CompletionSurveyFormComponent, "ws-app-completion-survey-form", never, {}, {}, never, never, false, never>;
42
42
  }
43
- //# sourceMappingURL=completion-survey-form.component.d.ts.map
@@ -25,4 +25,3 @@ export declare class CreateBatchDialogComponent implements OnInit {
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<CreateBatchDialogComponent, never>;
26
26
  static ɵcmp: i0.ɵɵComponentDeclaration<CreateBatchDialogComponent, "ws-app-create-batch-dialog", never, {}, {}, never, never, false, never>;
27
27
  }
28
- //# sourceMappingURL=create-batch-dialog.component.d.ts.map
@@ -13,4 +13,3 @@ export declare class EnrollLanguageDialogueComponent implements OnInit {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<EnrollLanguageDialogueComponent, never>;
14
14
  static ɵcmp: i0.ɵɵComponentDeclaration<EnrollLanguageDialogueComponent, "ws-app-enroll-language-dialogue", never, {}, {}, never, never, false, never>;
15
15
  }
16
- //# sourceMappingURL=enroll-language-dialogue.component.d.ts.map
@@ -193,4 +193,3 @@ export declare class EnrollProfileFormComponent implements OnInit {
193
193
  static ɵfac: i0.ɵɵFactoryDeclaration<EnrollProfileFormComponent, never>;
194
194
  static ɵcmp: i0.ɵɵComponentDeclaration<EnrollProfileFormComponent, "ws-app-enroll-profile-form", never, {}, {}, never, never, false, never>;
195
195
  }
196
- //# sourceMappingURL=enroll-profile-form.component.d.ts.map
@@ -42,4 +42,3 @@ export declare class EnrollQuestionnaireComponent implements OnInit {
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<EnrollQuestionnaireComponent, never>;
43
43
  static ɵcmp: i0.ɵɵComponentDeclaration<EnrollQuestionnaireComponent, "ws-app-enroll-questionnaire", never, {}, {}, never, never, false, never>;
44
44
  }
45
- //# sourceMappingURL=enroll-questionnaire.component.d.ts.map
@@ -52,4 +52,3 @@ export declare class KnowledgeArtifactDetailsComponent implements OnInit, OnDest
52
52
  static ɵfac: i0.ɵɵFactoryDeclaration<KnowledgeArtifactDetailsComponent, never>;
53
53
  static ɵcmp: i0.ɵɵComponentDeclaration<KnowledgeArtifactDetailsComponent, "ws-app-knowledge-artifact-details", never, {}, {}, never, never, false, never>;
54
54
  }
55
- //# sourceMappingURL=knowledge-artifact-details.component.d.ts.map
@@ -16,4 +16,3 @@ export declare class NonReleventFeedbackDialogComponent implements OnInit {
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<NonReleventFeedbackDialogComponent, never>;
17
17
  static ɵcmp: i0.ɵɵComponentDeclaration<NonReleventFeedbackDialogComponent, "ws-non-relevent-feedback-dialog", never, {}, {}, never, never, false, never>;
18
18
  }
19
- //# sourceMappingURL=non-relevent-feedback-dialog.component.d.ts.map
@@ -41,4 +41,3 @@ export declare class PublicSurveyFormComponent implements OnInit {
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<PublicSurveyFormComponent, never>;
42
42
  static ɵcmp: i0.ɵɵComponentDeclaration<PublicSurveyFormComponent, "ws-app-public-survey-form", never, {}, {}, never, never, false, never>;
43
43
  }
44
- //# sourceMappingURL=public-survey-form.component.d.ts.map
@@ -18,4 +18,3 @@ export declare class SurveyFormQuestionComponent implements OnInit {
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<SurveyFormQuestionComponent, never>;
19
19
  static ɵcmp: i0.ɵɵComponentDeclaration<SurveyFormQuestionComponent, "ws-app-survey-form-question", never, { "questionForm": { "alias": "questionForm"; "required": false; }; "fieldDetails": { "alias": "fieldDetails"; "required": false; }; }, { "questionValues": "questionValues"; }, never, never, true, never>;
20
20
  }
21
- //# sourceMappingURL=survey-form-question.component.d.ts.map
@@ -11,4 +11,3 @@ export declare class SurveyFormSectionComponent {
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<SurveyFormSectionComponent, never>;
12
12
  static ɵcmp: i0.ɵɵComponentDeclaration<SurveyFormSectionComponent, "ws-app-survey-form-section", never, { "childQuestionsFormArray": { "alias": "childQuestionsFormArray"; "required": false; }; "childFields": { "alias": "childFields"; "required": false; }; "sectionField": { "alias": "sectionField"; "required": false; }; }, { "questionValues": "questionValues"; }, never, never, true, never>;
13
13
  }
14
- //# sourceMappingURL=survey-form-section.component.d.ts.map
@@ -150,4 +150,3 @@ export declare namespace NsCourseAnalytics {
150
150
  hits_count: number;
151
151
  }
152
152
  }
153
- //# sourceMappingURL=app-toc-analytics.model.d.ts.map
@@ -82,4 +82,3 @@ export declare namespace NsCohorts {
82
82
  name: string;
83
83
  }
84
84
  }
85
- //# sourceMappingURL=app-toc.model.d.ts.map
@@ -25,4 +25,3 @@ export declare namespace NsAutoComplete {
25
25
  total: number;
26
26
  }
27
27
  }
28
- //# sourceMappingURL=auto-complete.model.d.ts.map
@@ -17,4 +17,3 @@ export declare namespace NsCardContent {
17
17
  status?: string;
18
18
  }
19
19
  }
20
- //# sourceMappingURL=card-content.model.d.ts.map
@@ -42,4 +42,3 @@ export declare namespace NsContentStripWithTabs {
42
42
  configs?: any;
43
43
  }
44
44
  }
45
- //# sourceMappingURL=content-strip-with-tabs.model.d.ts.map
@@ -38,4 +38,3 @@ export declare namespace NsDiscussionForum {
38
38
  createdAt?: string;
39
39
  }
40
40
  }
41
- //# sourceMappingURL=discussion-forum.model.d.ts.map
@@ -20,4 +20,3 @@ export declare namespace NsGoal {
20
20
  primaryCategory?: any;
21
21
  }
22
22
  }
23
- //# sourceMappingURL=goal.model.d.ts.map
@@ -4,4 +4,3 @@ export declare class MetaTag {
4
4
  isFacebook: boolean;
5
5
  constructor(name: string, value: string, isFacebook: boolean);
6
6
  }
7
- //# sourceMappingURL=meta-tag.model.d.ts.map
@@ -21,4 +21,3 @@ export declare namespace NsPlaylist {
21
21
  mode?: string;
22
22
  }
23
23
  }
24
- //# sourceMappingURL=playlist.model.d.ts.map
@@ -12,4 +12,3 @@ export interface IProfileRevamp {
12
12
  organization?: string;
13
13
  location?: string;
14
14
  }
15
- //# sourceMappingURL=profile-revamp.model.d.ts.map
@@ -15,4 +15,3 @@ export declare namespace NsAppRating {
15
15
  updateOn?: string;
16
16
  }
17
17
  }
18
- //# sourceMappingURL=rating.model.d.ts.map
@@ -35,4 +35,3 @@ export declare namespace NsUserProfileDetails {
35
35
  OTHER = "Other"
36
36
  }
37
37
  }
38
- //# sourceMappingURL=user-profile.model.d.ts.map
@@ -0,0 +1,4 @@
1
+ import { NsWidgetResolver } from '@sunbird-cb/resolver-v2';
2
+ import { CardCompetencyModule } from './_collection/_common/card-competency/card-competency.module';
3
+ export declare const WIDGET_REGISTERED_LIB_MODULES: (typeof CardCompetencyModule)[];
4
+ export declare const WIDGET_REGISTRATION_TOC_LIB_CONFIG: NsWidgetResolver.IRegistrationConfig[];
@@ -10,4 +10,3 @@ export declare class AppTocCiosResolverService {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocCiosResolverService, never>;
11
11
  static ɵprov: i0.ɵɵInjectableDeclaration<AppTocCiosResolverService>;
12
12
  }
13
- //# sourceMappingURL=app-toc-cios-resolver.service.d.ts.map
@@ -10,4 +10,3 @@ export declare class AppTocCiosUserEnrollResolverService {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocCiosUserEnrollResolverService, never>;
11
11
  static ɵprov: i0.ɵɵInjectableDeclaration<AppTocCiosUserEnrollResolverService>;
12
12
  }
13
- //# sourceMappingURL=app-toc-cios-user-enroll-resolver.service.d.ts.map
@@ -14,4 +14,3 @@ export declare class AppTocContentReadResolverService {
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocContentReadResolverService, never>;
15
15
  static ɵprov: i0.ɵɵInjectableDeclaration<AppTocContentReadResolverService>;
16
16
  }
17
- //# sourceMappingURL=app-toc-content-read-resolver.service.d.ts.map
@@ -10,4 +10,3 @@ export declare class AppTocExtPublicResolverService implements Resolve<Observabl
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocExtPublicResolverService, never>;
11
11
  static ɵprov: i0.ɵɵInjectableDeclaration<AppTocExtPublicResolverService>;
12
12
  }
13
- //# sourceMappingURL=app-toc-ext-public-resolver.service.d.ts.map
@@ -14,4 +14,3 @@ export declare class AppTocResolverService {
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocResolverService, never>;
15
15
  static ɵprov: i0.ɵɵInjectableDeclaration<AppTocResolverService>;
16
16
  }
17
- //# sourceMappingURL=app-toc-resolver.service.d.ts.map
@@ -9,4 +9,3 @@ export declare class ConfigResolverService {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ConfigResolverService, never>;
10
10
  static ɵprov: i0.ɵɵInjectableDeclaration<ConfigResolverService>;
11
11
  }
12
- //# sourceMappingURL=config-resolver.service.d.ts.map
@@ -9,4 +9,3 @@ export declare class ProfileResolverService {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ProfileResolverService, never>;
10
10
  static ɵprov: i0.ɵɵInjectableDeclaration<ProfileResolverService>;
11
11
  }
12
- //# sourceMappingURL=profile-resolver.service.d.ts.map
@@ -9,4 +9,3 @@ export declare class RestrictedFeaturesResolverService {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<RestrictedFeaturesResolverService, never>;
10
10
  static ɵprov: i0.ɵɵInjectableDeclaration<RestrictedFeaturesResolverService>;
11
11
  }
12
- //# sourceMappingURL=restricted-features-resolver.service.d.ts.map
@@ -17,4 +17,3 @@ export declare class AppTocHomeComponent implements OnInit {
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocHomeComponent, never>;
18
18
  static ɵcmp: i0.ɵɵComponentDeclaration<AppTocHomeComponent, "ws-app-app-toc-home-root", never, { "forPreview": { "alias": "forPreview"; "required": false; }; }, {}, never, never, false, never>;
19
19
  }
20
- //# sourceMappingURL=app-toc-home.component.d.ts.map
@@ -6,4 +6,3 @@ export declare class AppTocHomeDirective {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocHomeDirective, never>;
7
7
  static ɵdir: i0.ɵɵDirectiveDeclaration<AppTocHomeDirective, "[wsAppAppTocHome]", never, {}, {}, never, never, false, never>;
8
8
  }
9
- //# sourceMappingURL=app-toc-home.directive.d.ts.map
@@ -6,4 +6,3 @@ export declare class AppTocHomeService {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocHomeService, never>;
7
7
  static ɵprov: i0.ɵɵInjectableDeclaration<AppTocHomeService>;
8
8
  }
9
- //# sourceMappingURL=app-toc-home.service.d.ts.map
@@ -27,4 +27,3 @@ export declare class AccessControlService {
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<AccessControlService, never>;
28
28
  static ɵprov: i0.ɵɵInjectableDeclaration<AccessControlService>;
29
29
  }
30
- //# sourceMappingURL=access-control.service.d.ts.map
@@ -7,4 +7,3 @@ export declare class ActionService {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionService, never>;
8
8
  static ɵprov: i0.ɵɵInjectableDeclaration<ActionService>;
9
9
  }
10
- //# sourceMappingURL=action.service.d.ts.map
@@ -1,15 +1,17 @@
1
1
  import { AppTocService } from './app-toc.service';
2
+ import { NsContent } from '@sunbird-cb/utils-v2';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class AppTocV2Service {
4
5
  private tocSvc;
5
6
  constructor(tocSvc: AppTocService);
6
7
  constructHeirarchyData(contentReadData: any): any;
8
+ mapModuleCount(content: NsContent.IContent): void;
7
9
  mapContentHierarchyProgressUpdate(contentHeirarchyData: any, enrollmentListData: any): any;
8
10
  private updateMilestoneProgress;
9
11
  private updateNodeProgress;
10
12
  private updateCourseProgress;
13
+ private getCompletedLeafNodesCount;
11
14
  private findEnrollment;
12
15
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTocV2Service, never>;
13
16
  static ɵprov: i0.ɵɵInjectableDeclaration<AppTocV2Service>;
14
17
  }
15
- //# sourceMappingURL=app-toc-v2.service.d.ts.map