@sunbird-cb/consumption 0.0.0-watch

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 (394) hide show
  1. package/README.md +24 -0
  2. package/esm2015/lib/_common/announcements/announcements.component.js +98 -0
  3. package/esm2015/lib/_common/announcements/announcements.module.js +30 -0
  4. package/esm2015/lib/_common/avatar-photo-lib/avatar-photo-lib.component.js +113 -0
  5. package/esm2015/lib/_common/avatar-photo-lib/avatar-photo-lib.module.js +47 -0
  6. package/esm2015/lib/_common/calender/calender-day/calender-day.component.js +51 -0
  7. package/esm2015/lib/_common/calender/calender.component.js +191 -0
  8. package/esm2015/lib/_common/calender/calender.module.js +45 -0
  9. package/esm2015/lib/_common/cards/card-assessment/card-assessment/card-assessment.component.js +89 -0
  10. package/esm2015/lib/_common/cards/card-karma-programs/card-karma-programs.component.js +96 -0
  11. package/esm2015/lib/_common/cards/card-karma-programs-v2/card-karma-programs-v2.component.js +90 -0
  12. package/esm2015/lib/_common/cards/card-landscape/card-landscape.component.js +109 -0
  13. package/esm2015/lib/_common/cards/card-mdo-channel/card-mdo-channel.component.js +77 -0
  14. package/esm2015/lib/_common/cards/card-mdo-channel-v1/card-mdo-channel-v1.component.js +77 -0
  15. package/esm2015/lib/_common/cards/card-portrait/card-portrait.component.js +95 -0
  16. package/esm2015/lib/_common/cards/card-portrait-ext/card-portrait-ext.component.js +97 -0
  17. package/esm2015/lib/_common/cards/card-progress-portrait-lib/card-progress-portrait-lib.component.js +150 -0
  18. package/esm2015/lib/_common/cards/card-resource/card-resource.component.js +23 -0
  19. package/esm2015/lib/_common/cards/card-user/card-user.component.js +74 -0
  20. package/esm2015/lib/_common/cards/card-wide/card-wide.component.js +92 -0
  21. package/esm2015/lib/_common/cards/card-wide-v2/card-wide-v2.component.js +91 -0
  22. package/esm2015/lib/_common/cards/cards.component.js +104 -0
  23. package/esm2015/lib/_common/cards/cards.module.js +168 -0
  24. package/esm2015/lib/_common/cards/provider-card/provider-card.component.js +52 -0
  25. package/esm2015/lib/_common/cbp-plan/cbp-plan.component.js +95 -0
  26. package/esm2015/lib/_common/cbp-plan/cbp-plan.module.js +38 -0
  27. package/esm2015/lib/_common/common-strip/common-strip.component.js +323 -0
  28. package/esm2015/lib/_common/common-strip/common-strip.model.js +2 -0
  29. package/esm2015/lib/_common/common-strip/common-strip.module.js +147 -0
  30. package/esm2015/lib/_common/competency-passbook/competency-passbook.component.js +366 -0
  31. package/esm2015/lib/_common/competency-passbook/competency-passbook.module.js +36 -0
  32. package/esm2015/lib/_common/competency-passbook/competency-passbook.service.js +30 -0
  33. package/esm2015/lib/_common/competency-passbook-mdo/competency-passbook-mdo.component.js +190 -0
  34. package/esm2015/lib/_common/competency-passbook-mdo/competency-passbook-mdo.module.js +36 -0
  35. package/esm2015/lib/_common/competency-passbook-mdo/competency-passbook-mdo.service.js +30 -0
  36. package/esm2015/lib/_common/content-progress/content-progress.component.js +76 -0
  37. package/esm2015/lib/_common/content-progress/content-progress.module.js +30 -0
  38. package/esm2015/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.js +1661 -0
  39. package/esm2015/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model.js +2 -0
  40. package/esm2015/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.module.js +152 -0
  41. package/esm2015/lib/_common/data-points/data-points.component.js +119 -0
  42. package/esm2015/lib/_common/data-points/data-points.module.js +28 -0
  43. package/esm2015/lib/_common/dialog-components/certificate-dialog/certificate-dialog.component.js +138 -0
  44. package/esm2015/lib/_common/dialog-components/dialog-components.module.js +65 -0
  45. package/esm2015/lib/_common/display-content-type-lib/display-content-type-lib.component.js +33 -0
  46. package/esm2015/lib/_common/display-content-type-lib/display-content-type-lib.module.js +19 -0
  47. package/esm2015/lib/_common/events/event-card/event-card.component.js +46 -0
  48. package/esm2015/lib/_common/events/events.component.js +111 -0
  49. package/esm2015/lib/_common/events/events.module.js +35 -0
  50. package/esm2015/lib/_common/highlights-of-week/highlights-of-week.component.js +50 -0
  51. package/esm2015/lib/_common/highlights-of-week/highlights-of-week.module.js +40 -0
  52. package/esm2015/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.component.js +258 -0
  53. package/esm2015/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.module.js +34 -0
  54. package/esm2015/lib/_common/key-highlights/key-highlights.component.js +45 -0
  55. package/esm2015/lib/_common/key-highlights/key-highlights.module.js +37 -0
  56. package/esm2015/lib/_common/mdo-leaderboard/mdo-leaderboard.component.js +103 -0
  57. package/esm2015/lib/_common/mdo-leaderboard/mdo-leaderboard.module.js +42 -0
  58. package/esm2015/lib/_common/microsites/mdo-channels/mdo-channel-v1/mdo-channel-v1.component.js +18 -0
  59. package/esm2015/lib/_common/microsites/mdo-channels/mdo-channel-v2/mdo-channel-v2.component.js +158 -0
  60. package/esm2015/lib/_common/microsites/mdo-channels/mdo-channel.module.js +93 -0
  61. package/esm2015/lib/_common/microsites/national-learning-week/national-learning/national-learning.component.js +85 -0
  62. package/esm2015/lib/_common/microsites/national-learning-week/national-learning.module.js +87 -0
  63. package/esm2015/lib/_common/microsites/providers/providers-v2/providers-v2.component.js +156 -0
  64. package/esm2015/lib/_common/microsites/providers/providers.module.js +90 -0
  65. package/esm2015/lib/_common/pills/pills.component.js +44 -0
  66. package/esm2015/lib/_common/pills/pills.module.js +34 -0
  67. package/esm2015/lib/_common/skeleton-loader-lib/skeleton-loader-lib.component.js +29 -0
  68. package/esm2015/lib/_common/skeleton-loader-lib/skeleton-loader-lib.module.js +40 -0
  69. package/esm2015/lib/_common/sliders/sliders.component.js +117 -0
  70. package/esm2015/lib/_common/sliders/sliders.model.js +2 -0
  71. package/esm2015/lib/_common/sliders/sliders.module.js +53 -0
  72. package/esm2015/lib/_common/sliders-ng-content/sliders-ng-content.component.js +138 -0
  73. package/esm2015/lib/_common/sliders-ng-content/sliders-ng-content.model.js +2 -0
  74. package/esm2015/lib/_common/sliders-ng-content/sliders-ng-content.module.js +53 -0
  75. package/esm2015/lib/_common/speakers/speakers.component.js +73 -0
  76. package/esm2015/lib/_common/speakers/speakers.module.js +40 -0
  77. package/esm2015/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.component.js +684 -0
  78. package/esm2015/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.model.js +5 -0
  79. package/esm2015/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.module.js +152 -0
  80. package/esm2015/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.component.js +957 -0
  81. package/esm2015/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.model.js +2 -0
  82. package/esm2015/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.module.js +152 -0
  83. package/esm2015/lib/_common/top-learners/top-learners.component.js +104 -0
  84. package/esm2015/lib/_common/top-learners/top-learners.module.js +30 -0
  85. package/esm2015/lib/_common/user-content-rating/user-content-rating-lib.component.js +83 -0
  86. package/esm2015/lib/_common/user-content-rating/user-content-rating-lib.module.js +58 -0
  87. package/esm2015/lib/_common/user-content-rating/user-content-rating-lib.service.js +23 -0
  88. package/esm2015/lib/_common/user-progress/user-progress.component.js +111 -0
  89. package/esm2015/lib/_common/user-progress/user-progress.module.js +40 -0
  90. package/esm2015/lib/_constants/misc.constants.js +2 -0
  91. package/esm2015/lib/_directives/default-thumbnail/default-thumbnail.directive.js +40 -0
  92. package/esm2015/lib/_directives/default-thumbnail/default-thumbnail.module.js +22 -0
  93. package/esm2015/lib/_directives/image-responsive/image-responsive.directive.js +87 -0
  94. package/esm2015/lib/_directives/image-responsive/image-responsive.module.js +22 -0
  95. package/esm2015/lib/_directives/navigation/navigation.directive.js +43 -0
  96. package/esm2015/lib/_directives/navigation/navigation.module.js +22 -0
  97. package/esm2015/lib/_directives/scrollable-item/scrollable-item.directive.js +22 -0
  98. package/esm2015/lib/_directives/scrollable-item/scrollable-item.module.js +22 -0
  99. package/esm2015/lib/_models/card-content-v2.model.js +23 -0
  100. package/esm2015/lib/_models/card-content.model.js +23 -0
  101. package/esm2015/lib/_models/card-users.model.js +2 -0
  102. package/esm2015/lib/_models/compentencies.model.js +2 -0
  103. package/esm2015/lib/_models/content-strip-multiple.model.js +2 -0
  104. package/esm2015/lib/_models/event.js +2 -0
  105. package/esm2015/lib/_models/profile-v3.models.js +2 -0
  106. package/esm2015/lib/_models/rating.model.js +2 -0
  107. package/esm2015/lib/_models/widget-content.model.js +241 -0
  108. package/esm2015/lib/_models/widget-search.model.js +2 -0
  109. package/esm2015/lib/_models/widget-user.model.js +2 -0
  110. package/esm2015/lib/_pipes/object-to-array/object-to-array.pipe.js +24 -0
  111. package/esm2015/lib/_pipes/object-to-array/object-to-array.pipe.module.js +22 -0
  112. package/esm2015/lib/_pipes/pipe-duration-transform/pipe-duration-transform.module.js +22 -0
  113. package/esm2015/lib/_pipes/pipe-duration-transform/pipe-duration-transform.pipe.js +84 -0
  114. package/esm2015/lib/_pipes/pipe-public-URL/pipe-public-URL.module.js +22 -0
  115. package/esm2015/lib/_pipes/pipe-public-URL/pipe-public-URL.pipe.js +24 -0
  116. package/esm2015/lib/_services/certificate.service.js +27 -0
  117. package/esm2015/lib/_services/common-methods.service.js +52 -0
  118. package/esm2015/lib/_services/configurations.service.js +106 -0
  119. package/esm2015/lib/_services/insite-data.service.js +56 -0
  120. package/esm2015/lib/_services/multilingual-translations.service.js +134 -0
  121. package/esm2015/lib/_services/rating.service.js +90 -0
  122. package/esm2015/lib/_services/viewer-route-util.js +100 -0
  123. package/esm2015/lib/_services/widget-content.service.js +477 -0
  124. package/esm2015/lib/_services/widget-user.service.js +300 -0
  125. package/esm2015/lib/consumption.component.js +26 -0
  126. package/esm2015/lib/consumption.config.js +7 -0
  127. package/esm2015/lib/consumption.module.js +56 -0
  128. package/esm2015/lib/consumption.service.js +14 -0
  129. package/esm2015/lib/registration-lib.config.js +15 -0
  130. package/esm2015/public-api.js +73 -0
  131. package/esm2015/sunbird-cb-consumption.js +5 -0
  132. package/fesm2015/sunbird-cb-consumption.js +11436 -0
  133. package/fesm2015/sunbird-cb-consumption.js.map +1 -0
  134. package/lib/_common/announcements/announcements.component.d.ts +25 -0
  135. package/lib/_common/announcements/announcements.component.d.ts.map +1 -0
  136. package/lib/_common/announcements/announcements.module.d.ts +11 -0
  137. package/lib/_common/announcements/announcements.module.d.ts.map +1 -0
  138. package/lib/_common/avatar-photo-lib/avatar-photo-lib.component.d.ts +24 -0
  139. package/lib/_common/avatar-photo-lib/avatar-photo-lib.component.d.ts.map +1 -0
  140. package/lib/_common/avatar-photo-lib/avatar-photo-lib.module.d.ts +15 -0
  141. package/lib/_common/avatar-photo-lib/avatar-photo-lib.module.d.ts.map +1 -0
  142. package/lib/_common/calender/calender-day/calender-day.component.d.ts +22 -0
  143. package/lib/_common/calender/calender-day/calender-day.component.d.ts.map +1 -0
  144. package/lib/_common/calender/calender.component.d.ts +38 -0
  145. package/lib/_common/calender/calender.component.d.ts.map +1 -0
  146. package/lib/_common/calender/calender.module.d.ts +14 -0
  147. package/lib/_common/calender/calender.module.d.ts.map +1 -0
  148. package/lib/_common/cards/card-assessment/card-assessment/card-assessment.component.d.ts +35 -0
  149. package/lib/_common/cards/card-assessment/card-assessment/card-assessment.component.d.ts.map +1 -0
  150. package/lib/_common/cards/card-karma-programs/card-karma-programs.component.d.ts +32 -0
  151. package/lib/_common/cards/card-karma-programs/card-karma-programs.component.d.ts.map +1 -0
  152. package/lib/_common/cards/card-karma-programs-v2/card-karma-programs-v2.component.d.ts +30 -0
  153. package/lib/_common/cards/card-karma-programs-v2/card-karma-programs-v2.component.d.ts.map +1 -0
  154. package/lib/_common/cards/card-landscape/card-landscape.component.d.ts +40 -0
  155. package/lib/_common/cards/card-landscape/card-landscape.component.d.ts.map +1 -0
  156. package/lib/_common/cards/card-mdo-channel/card-mdo-channel.component.d.ts +31 -0
  157. package/lib/_common/cards/card-mdo-channel/card-mdo-channel.component.d.ts.map +1 -0
  158. package/lib/_common/cards/card-mdo-channel-v1/card-mdo-channel-v1.component.d.ts +31 -0
  159. package/lib/_common/cards/card-mdo-channel-v1/card-mdo-channel-v1.component.d.ts.map +1 -0
  160. package/lib/_common/cards/card-portrait/card-portrait.component.d.ts +37 -0
  161. package/lib/_common/cards/card-portrait/card-portrait.component.d.ts.map +1 -0
  162. package/lib/_common/cards/card-portrait-ext/card-portrait-ext.component.d.ts +37 -0
  163. package/lib/_common/cards/card-portrait-ext/card-portrait-ext.component.d.ts.map +1 -0
  164. package/lib/_common/cards/card-progress-portrait-lib/card-progress-portrait-lib.component.d.ts +46 -0
  165. package/lib/_common/cards/card-progress-portrait-lib/card-progress-portrait-lib.component.d.ts.map +1 -0
  166. package/lib/_common/cards/card-resource/card-resource.component.d.ts +12 -0
  167. package/lib/_common/cards/card-resource/card-resource.component.d.ts.map +1 -0
  168. package/lib/_common/cards/card-user/card-user.component.d.ts +28 -0
  169. package/lib/_common/cards/card-user/card-user.component.d.ts.map +1 -0
  170. package/lib/_common/cards/card-wide/card-wide.component.d.ts +34 -0
  171. package/lib/_common/cards/card-wide/card-wide.component.d.ts.map +1 -0
  172. package/lib/_common/cards/card-wide-v2/card-wide-v2.component.d.ts +38 -0
  173. package/lib/_common/cards/card-wide-v2/card-wide-v2.component.d.ts.map +1 -0
  174. package/lib/_common/cards/cards.component.d.ts +30 -0
  175. package/lib/_common/cards/cards.component.d.ts.map +1 -0
  176. package/lib/_common/cards/cards.module.d.ts +39 -0
  177. package/lib/_common/cards/cards.module.d.ts.map +1 -0
  178. package/lib/_common/cards/provider-card/provider-card.component.d.ts +18 -0
  179. package/lib/_common/cards/provider-card/provider-card.component.d.ts.map +1 -0
  180. package/lib/_common/cbp-plan/cbp-plan.component.d.ts +29 -0
  181. package/lib/_common/cbp-plan/cbp-plan.component.d.ts.map +1 -0
  182. package/lib/_common/cbp-plan/cbp-plan.module.d.ts +13 -0
  183. package/lib/_common/cbp-plan/cbp-plan.module.d.ts.map +1 -0
  184. package/lib/_common/common-strip/common-strip.component.d.ts +108 -0
  185. package/lib/_common/common-strip/common-strip.component.d.ts.map +1 -0
  186. package/lib/_common/common-strip/common-strip.model.d.ts +143 -0
  187. package/lib/_common/common-strip/common-strip.model.d.ts.map +1 -0
  188. package/lib/_common/common-strip/common-strip.module.d.ts +36 -0
  189. package/lib/_common/common-strip/common-strip.module.d.ts.map +1 -0
  190. package/lib/_common/competency-passbook/competency-passbook.component.d.ts +52 -0
  191. package/lib/_common/competency-passbook/competency-passbook.component.d.ts.map +1 -0
  192. package/lib/_common/competency-passbook/competency-passbook.module.d.ts +12 -0
  193. package/lib/_common/competency-passbook/competency-passbook.module.d.ts.map +1 -0
  194. package/lib/_common/competency-passbook/competency-passbook.service.d.ts +13 -0
  195. package/lib/_common/competency-passbook/competency-passbook.service.d.ts.map +1 -0
  196. package/lib/_common/competency-passbook-mdo/competency-passbook-mdo.component.d.ts +50 -0
  197. package/lib/_common/competency-passbook-mdo/competency-passbook-mdo.component.d.ts.map +1 -0
  198. package/lib/_common/competency-passbook-mdo/competency-passbook-mdo.module.d.ts +12 -0
  199. package/lib/_common/competency-passbook-mdo/competency-passbook-mdo.module.d.ts.map +1 -0
  200. package/lib/_common/competency-passbook-mdo/competency-passbook-mdo.service.d.ts +13 -0
  201. package/lib/_common/competency-passbook-mdo/competency-passbook-mdo.service.d.ts.map +1 -0
  202. package/lib/_common/content-progress/content-progress.component.d.ts +17 -0
  203. package/lib/_common/content-progress/content-progress.component.d.ts.map +1 -0
  204. package/lib/_common/content-progress/content-progress.module.d.ts +11 -0
  205. package/lib/_common/content-progress/content-progress.module.d.ts.map +1 -0
  206. package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.d.ts +207 -0
  207. package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.d.ts.map +1 -0
  208. package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model.d.ts +151 -0
  209. package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model.d.ts.map +1 -0
  210. package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.module.d.ts +39 -0
  211. package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.module.d.ts.map +1 -0
  212. package/lib/_common/data-points/data-points.component.d.ts +24 -0
  213. package/lib/_common/data-points/data-points.component.d.ts.map +1 -0
  214. package/lib/_common/data-points/data-points.module.d.ts +10 -0
  215. package/lib/_common/data-points/data-points.module.d.ts.map +1 -0
  216. package/lib/_common/dialog-components/certificate-dialog/certificate-dialog.component.d.ts +26 -0
  217. package/lib/_common/dialog-components/certificate-dialog/certificate-dialog.component.d.ts.map +1 -0
  218. package/lib/_common/dialog-components/dialog-components.module.d.ts +15 -0
  219. package/lib/_common/dialog-components/dialog-components.module.d.ts.map +1 -0
  220. package/lib/_common/display-content-type-lib/display-content-type-lib.component.d.ts +16 -0
  221. package/lib/_common/display-content-type-lib/display-content-type-lib.component.d.ts.map +1 -0
  222. package/lib/_common/display-content-type-lib/display-content-type-lib.module.d.ts +10 -0
  223. package/lib/_common/display-content-type-lib/display-content-type-lib.module.d.ts.map +1 -0
  224. package/lib/_common/events/event-card/event-card.component.d.ts +17 -0
  225. package/lib/_common/events/event-card/event-card.component.d.ts.map +1 -0
  226. package/lib/_common/events/events.component.d.ts +21 -0
  227. package/lib/_common/events/events.component.d.ts.map +1 -0
  228. package/lib/_common/events/events.module.d.ts +13 -0
  229. package/lib/_common/events/events.module.d.ts.map +1 -0
  230. package/lib/_common/highlights-of-week/highlights-of-week.component.d.ts +18 -0
  231. package/lib/_common/highlights-of-week/highlights-of-week.component.d.ts.map +1 -0
  232. package/lib/_common/highlights-of-week/highlights-of-week.module.d.ts +13 -0
  233. package/lib/_common/highlights-of-week/highlights-of-week.module.d.ts.map +1 -0
  234. package/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.component.d.ts +37 -0
  235. package/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.component.d.ts.map +1 -0
  236. package/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.module.d.ts +12 -0
  237. package/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.module.d.ts.map +1 -0
  238. package/lib/_common/key-highlights/key-highlights.component.d.ts +20 -0
  239. package/lib/_common/key-highlights/key-highlights.component.d.ts.map +1 -0
  240. package/lib/_common/key-highlights/key-highlights.module.d.ts +12 -0
  241. package/lib/_common/key-highlights/key-highlights.module.d.ts.map +1 -0
  242. package/lib/_common/mdo-leaderboard/mdo-leaderboard.component.d.ts +24 -0
  243. package/lib/_common/mdo-leaderboard/mdo-leaderboard.component.d.ts.map +1 -0
  244. package/lib/_common/mdo-leaderboard/mdo-leaderboard.module.d.ts +13 -0
  245. package/lib/_common/mdo-leaderboard/mdo-leaderboard.module.d.ts.map +1 -0
  246. package/lib/_common/microsites/mdo-channels/mdo-channel-v1/mdo-channel-v1.component.d.ts +9 -0
  247. package/lib/_common/microsites/mdo-channels/mdo-channel-v1/mdo-channel-v1.component.d.ts.map +1 -0
  248. package/lib/_common/microsites/mdo-channels/mdo-channel-v2/mdo-channel-v2.component.d.ts +46 -0
  249. package/lib/_common/microsites/mdo-channels/mdo-channel-v2/mdo-channel-v2.component.d.ts.map +1 -0
  250. package/lib/_common/microsites/mdo-channels/mdo-channel.module.d.ts +25 -0
  251. package/lib/_common/microsites/mdo-channels/mdo-channel.module.d.ts.map +1 -0
  252. package/lib/_common/microsites/national-learning-week/national-learning/national-learning.component.d.ts +24 -0
  253. package/lib/_common/microsites/national-learning-week/national-learning/national-learning.component.d.ts.map +1 -0
  254. package/lib/_common/microsites/national-learning-week/national-learning.module.d.ts +23 -0
  255. package/lib/_common/microsites/national-learning-week/national-learning.module.d.ts.map +1 -0
  256. package/lib/_common/microsites/providers/providers-v2/providers-v2.component.d.ts +40 -0
  257. package/lib/_common/microsites/providers/providers-v2/providers-v2.component.d.ts.map +1 -0
  258. package/lib/_common/microsites/providers/providers.module.d.ts +23 -0
  259. package/lib/_common/microsites/providers/providers.module.d.ts.map +1 -0
  260. package/lib/_common/pills/pills.component.d.ts +17 -0
  261. package/lib/_common/pills/pills.component.d.ts.map +1 -0
  262. package/lib/_common/pills/pills.module.d.ts +12 -0
  263. package/lib/_common/pills/pills.module.d.ts.map +1 -0
  264. package/lib/_common/skeleton-loader-lib/skeleton-loader-lib.component.d.ts +12 -0
  265. package/lib/_common/skeleton-loader-lib/skeleton-loader-lib.component.d.ts.map +1 -0
  266. package/lib/_common/skeleton-loader-lib/skeleton-loader-lib.module.d.ts +12 -0
  267. package/lib/_common/skeleton-loader-lib/skeleton-loader-lib.module.d.ts.map +1 -0
  268. package/lib/_common/sliders/sliders.component.d.ts +31 -0
  269. package/lib/_common/sliders/sliders.component.d.ts.map +1 -0
  270. package/lib/_common/sliders/sliders.model.d.ts +41 -0
  271. package/lib/_common/sliders/sliders.model.d.ts.map +1 -0
  272. package/lib/_common/sliders/sliders.module.d.ts +13 -0
  273. package/lib/_common/sliders/sliders.module.d.ts.map +1 -0
  274. package/lib/_common/sliders-ng-content/sliders-ng-content.component.d.ts +34 -0
  275. package/lib/_common/sliders-ng-content/sliders-ng-content.component.d.ts.map +1 -0
  276. package/lib/_common/sliders-ng-content/sliders-ng-content.model.d.ts +35 -0
  277. package/lib/_common/sliders-ng-content/sliders-ng-content.model.d.ts.map +1 -0
  278. package/lib/_common/sliders-ng-content/sliders-ng-content.module.d.ts +13 -0
  279. package/lib/_common/sliders-ng-content/sliders-ng-content.module.d.ts.map +1 -0
  280. package/lib/_common/speakers/speakers.component.d.ts +19 -0
  281. package/lib/_common/speakers/speakers.component.d.ts.map +1 -0
  282. package/lib/_common/speakers/speakers.module.d.ts +13 -0
  283. package/lib/_common/speakers/speakers.module.d.ts.map +1 -0
  284. package/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.component.d.ts +135 -0
  285. package/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.component.d.ts.map +1 -0
  286. package/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.model.d.ts +159 -0
  287. package/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.model.d.ts.map +1 -0
  288. package/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.module.d.ts +37 -0
  289. package/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.module.d.ts.map +1 -0
  290. package/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.component.d.ts +165 -0
  291. package/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.component.d.ts.map +1 -0
  292. package/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.model.d.ts +151 -0
  293. package/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.model.d.ts.map +1 -0
  294. package/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.module.d.ts +39 -0
  295. package/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.module.d.ts.map +1 -0
  296. package/lib/_common/top-learners/top-learners.component.d.ts +22 -0
  297. package/lib/_common/top-learners/top-learners.component.d.ts.map +1 -0
  298. package/lib/_common/top-learners/top-learners.module.d.ts +11 -0
  299. package/lib/_common/top-learners/top-learners.module.d.ts.map +1 -0
  300. package/lib/_common/user-content-rating/user-content-rating-lib.component.d.ts +26 -0
  301. package/lib/_common/user-content-rating/user-content-rating-lib.component.d.ts.map +1 -0
  302. package/lib/_common/user-content-rating/user-content-rating-lib.module.d.ts +17 -0
  303. package/lib/_common/user-content-rating/user-content-rating-lib.module.d.ts.map +1 -0
  304. package/lib/_common/user-content-rating/user-content-rating-lib.service.d.ts +11 -0
  305. package/lib/_common/user-content-rating/user-content-rating-lib.service.d.ts.map +1 -0
  306. package/lib/_common/user-progress/user-progress.component.d.ts +28 -0
  307. package/lib/_common/user-progress/user-progress.component.d.ts.map +1 -0
  308. package/lib/_common/user-progress/user-progress.module.d.ts +13 -0
  309. package/lib/_common/user-progress/user-progress.module.d.ts.map +1 -0
  310. package/lib/_constants/misc.constants.d.ts +3 -0
  311. package/lib/_constants/misc.constants.d.ts.map +1 -0
  312. package/lib/_directives/default-thumbnail/default-thumbnail.directive.d.ts +13 -0
  313. package/lib/_directives/default-thumbnail/default-thumbnail.directive.d.ts.map +1 -0
  314. package/lib/_directives/default-thumbnail/default-thumbnail.module.d.ts +9 -0
  315. package/lib/_directives/default-thumbnail/default-thumbnail.module.d.ts.map +1 -0
  316. package/lib/_directives/image-responsive/image-responsive.directive.d.ts +21 -0
  317. package/lib/_directives/image-responsive/image-responsive.directive.d.ts.map +1 -0
  318. package/lib/_directives/image-responsive/image-responsive.module.d.ts +9 -0
  319. package/lib/_directives/image-responsive/image-responsive.module.d.ts.map +1 -0
  320. package/lib/_directives/navigation/navigation.directive.d.ts +13 -0
  321. package/lib/_directives/navigation/navigation.directive.d.ts.map +1 -0
  322. package/lib/_directives/navigation/navigation.module.d.ts +9 -0
  323. package/lib/_directives/navigation/navigation.module.d.ts.map +1 -0
  324. package/lib/_directives/scrollable-item/scrollable-item.directive.d.ts +11 -0
  325. package/lib/_directives/scrollable-item/scrollable-item.directive.d.ts.map +1 -0
  326. package/lib/_directives/scrollable-item/scrollable-item.module.d.ts +9 -0
  327. package/lib/_directives/scrollable-item/scrollable-item.module.d.ts.map +1 -0
  328. package/lib/_models/card-content-v2.model.d.ts +45 -0
  329. package/lib/_models/card-content-v2.model.d.ts.map +1 -0
  330. package/lib/_models/card-content.model.d.ts +42 -0
  331. package/lib/_models/card-content.model.d.ts.map +1 -0
  332. package/lib/_models/card-users.model.d.ts +51 -0
  333. package/lib/_models/card-users.model.d.ts.map +1 -0
  334. package/lib/_models/compentencies.model.d.ts +10 -0
  335. package/lib/_models/compentencies.model.d.ts.map +1 -0
  336. package/lib/_models/content-strip-multiple.model.d.ts +130 -0
  337. package/lib/_models/content-strip-multiple.model.d.ts.map +1 -0
  338. package/lib/_models/event.d.ts +19 -0
  339. package/lib/_models/event.d.ts.map +1 -0
  340. package/lib/_models/profile-v3.models.d.ts +92 -0
  341. package/lib/_models/profile-v3.models.d.ts.map +1 -0
  342. package/lib/_models/rating.model.d.ts +18 -0
  343. package/lib/_models/rating.model.d.ts.map +1 -0
  344. package/lib/_models/widget-content.model.d.ts +499 -0
  345. package/lib/_models/widget-content.model.d.ts.map +1 -0
  346. package/lib/_models/widget-search.model.d.ts +253 -0
  347. package/lib/_models/widget-search.model.d.ts.map +1 -0
  348. package/lib/_models/widget-user.model.d.ts +6 -0
  349. package/lib/_models/widget-user.model.d.ts.map +1 -0
  350. package/lib/_pipes/object-to-array/object-to-array.pipe.d.ts +8 -0
  351. package/lib/_pipes/object-to-array/object-to-array.pipe.d.ts.map +1 -0
  352. package/lib/_pipes/object-to-array/object-to-array.pipe.module.d.ts +9 -0
  353. package/lib/_pipes/object-to-array/object-to-array.pipe.module.d.ts.map +1 -0
  354. package/lib/_pipes/pipe-duration-transform/pipe-duration-transform.module.d.ts +9 -0
  355. package/lib/_pipes/pipe-duration-transform/pipe-duration-transform.module.d.ts.map +1 -0
  356. package/lib/_pipes/pipe-duration-transform/pipe-duration-transform.pipe.d.ts +10 -0
  357. package/lib/_pipes/pipe-duration-transform/pipe-duration-transform.pipe.d.ts.map +1 -0
  358. package/lib/_pipes/pipe-public-URL/pipe-public-URL.module.d.ts +9 -0
  359. package/lib/_pipes/pipe-public-URL/pipe-public-URL.module.d.ts.map +1 -0
  360. package/lib/_pipes/pipe-public-URL/pipe-public-URL.pipe.d.ts +10 -0
  361. package/lib/_pipes/pipe-public-URL/pipe-public-URL.pipe.d.ts.map +1 -0
  362. package/lib/_services/certificate.service.d.ts +12 -0
  363. package/lib/_services/certificate.service.d.ts.map +1 -0
  364. package/lib/_services/common-methods.service.d.ts +43 -0
  365. package/lib/_services/common-methods.service.d.ts.map +1 -0
  366. package/lib/_services/configurations.service.d.ts +75 -0
  367. package/lib/_services/configurations.service.d.ts.map +1 -0
  368. package/lib/_services/insite-data.service.d.ts +19 -0
  369. package/lib/_services/insite-data.service.d.ts.map +1 -0
  370. package/lib/_services/multilingual-translations.service.d.ts +24 -0
  371. package/lib/_services/multilingual-translations.service.d.ts.map +1 -0
  372. package/lib/_services/rating.service.d.ts +19 -0
  373. package/lib/_services/rating.service.d.ts.map +1 -0
  374. package/lib/_services/viewer-route-util.d.ts +9 -0
  375. package/lib/_services/viewer-route-util.d.ts.map +1 -0
  376. package/lib/_services/widget-content.service.d.ts +91 -0
  377. package/lib/_services/widget-content.service.d.ts.map +1 -0
  378. package/lib/_services/widget-user.service.d.ts +37 -0
  379. package/lib/_services/widget-user.service.d.ts.map +1 -0
  380. package/lib/consumption.component.d.ts +9 -0
  381. package/lib/consumption.component.d.ts.map +1 -0
  382. package/lib/consumption.config.d.ts +7 -0
  383. package/lib/consumption.config.d.ts.map +1 -0
  384. package/lib/consumption.module.d.ts +16 -0
  385. package/lib/consumption.module.d.ts.map +1 -0
  386. package/lib/consumption.service.d.ts +7 -0
  387. package/lib/consumption.service.d.ts.map +1 -0
  388. package/lib/registration-lib.config.d.ts +5 -0
  389. package/lib/registration-lib.config.d.ts.map +1 -0
  390. package/package.json +21 -0
  391. package/public-api.d.ts +70 -0
  392. package/public-api.d.ts.map +1 -0
  393. package/sunbird-cb-consumption.d.ts +6 -0
  394. package/sunbird-cb-consumption.d.ts.map +1 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"card-user.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/consumption/src/lib/_common/cards/card-user/card-user.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAE3E,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,+BAA+B,EAAE,MAAM,sDAAsD,CAAC;;AAEvG,qBAKa,iBAAkB,YAAW,MAAM;IAS5C,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,SAAS;IAZV,UAAU,EAAG,UAAU,CAAC,KAAK,CAAC;IAC7B,QAAQ,oBAA0B;IAC5C,gBAAgB,EAAE,GAAG,CAAA;IACrB,WAAW,EAAE,GAAG,CAAA;IAChB,YAAY,EAAE,GAAG,CAAA;IACjB,UAAU,EAAE,GAAG,CAAO;IACtB,aAAa,EAAE,GAAG,CAAO;gBAEf,QAAQ,EAAE,WAAW,EACrB,MAAM,EAAE,YAAY,EACpB,SAAS,EAAE,gBAAgB,EAC3B,gBAAgB,EAAE,+BAA+B,EACjD,SAAS,EAAE,qBAAqB;IAU1C,QAAQ;IASR,kBAAkB,CAAC,QAAQ,EAAE,GAAG;IAGhC,cAAc;yCAnCH,iBAAiB;2CAAjB,iBAAiB;CA0D7B"}
@@ -0,0 +1,34 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { NsCardContent } from '../../../_models/card-content.model';
3
+ import { MatSnackBar } from '@angular/material/snack-bar';
4
+ import { ConfigurationsService, EventService } from '@sunbird-cb/utils-v2';
5
+ import { TranslateService } from '@ngx-translate/core';
6
+ import { MultilingualTranslationsService } from '../../../_services/multilingual-translations.service';
7
+ import * as i0 from "@angular/core";
8
+ export declare class CardWideComponent implements OnInit {
9
+ private snackBar;
10
+ private events;
11
+ private translate;
12
+ private langtranslations;
13
+ private configSvc;
14
+ widgetData: NsCardContent.ICard;
15
+ isLiveOrMarkForDeletion: any;
16
+ showIntranetContent: any;
17
+ isIntranetAllowedSettings: any;
18
+ isCardLoading: boolean;
19
+ contentData: EventEmitter<any>;
20
+ isCardFlipped: boolean;
21
+ defaultThumbnail: any;
22
+ sourceLogos: any;
23
+ defaultSLogo: any;
24
+ showFlip: boolean;
25
+ widgetType: any;
26
+ widgetSubType: any;
27
+ constructor(snackBar: MatSnackBar, events: EventService, translate: TranslateService, langtranslations: MultilingualTranslationsService, configSvc: ConfigurationsService);
28
+ ngOnInit(): void;
29
+ getRedirectUrlData(contentData: any): void;
30
+ raiseTelemetry(): void;
31
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardWideComponent, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardWideComponent, "sb-uic-card-wide", never, { "widgetData": "widgetData"; "isLiveOrMarkForDeletion": "isLiveOrMarkForDeletion"; "showIntranetContent": "showIntranetContent"; "isIntranetAllowedSettings": "isIntranetAllowedSettings"; "isCardLoading": "isCardLoading"; }, { "contentData": "contentData"; }, never, never>;
33
+ }
34
+ //# sourceMappingURL=card-wide.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"card-wide.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/consumption/src/lib/_common/cards/card-wide/card-wide.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAE3E,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,+BAA+B,EAAE,MAAM,sDAAsD,CAAC;;AAEvG,qBAKa,iBAAkB,YAAW,MAAM;IAe5C,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,SAAS;IAlBV,UAAU,EAAG,aAAa,CAAC,KAAK,CAAC;IACjC,uBAAuB,EAAE,GAAG,CAAA;IAC5B,mBAAmB,EAAE,GAAG,CAAA;IACxB,yBAAyB,EAAE,GAAG,CAAA;IAC9B,aAAa,EAAE,OAAO,CAAQ;IAC7B,WAAW,oBAA0B;IAC/C,aAAa,EAAC,OAAO,CAAQ;IAC7B,gBAAgB,EAAE,GAAG,CAAA;IACrB,WAAW,EAAE,GAAG,CAAA;IAChB,YAAY,EAAE,GAAG,CAAA;IACjB,QAAQ,UAAQ;IAChB,UAAU,EAAE,GAAG,CAAO;IACtB,aAAa,EAAE,GAAG,CAAO;gBAEf,QAAQ,EAAE,WAAW,EACrB,MAAM,EAAE,YAAY,EACpB,SAAS,EAAE,gBAAgB,EAC3B,gBAAgB,EAAE,+BAA+B,EACjD,SAAS,EAAE,qBAAqB;IAU1C,QAAQ;IAYR,kBAAkB,CAAC,WAAW,EAAE,GAAG;IAGnC,cAAc;yCA5CH,iBAAiB;2CAAjB,iBAAiB;CAmE7B"}
@@ -0,0 +1,38 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { NsCardContent } from '../../../_models/card-content.model';
3
+ import { MatSnackBar } from '@angular/material/snack-bar';
4
+ import { ConfigurationsService, EventService } from '@sunbird-cb/utils-v2';
5
+ import { TranslateService } from '@ngx-translate/core';
6
+ import { MultilingualTranslationsService } from '../../../_services/multilingual-translations.service';
7
+ import * as i0 from "@angular/core";
8
+ export declare class CardWideV2Component implements OnInit {
9
+ private snackBar;
10
+ private events;
11
+ private translate;
12
+ private langtranslations;
13
+ private configSvc;
14
+ widgetData: NsCardContent.ICard;
15
+ isLiveOrMarkForDeletion: any;
16
+ showIntranetContent: any;
17
+ isIntranetAllowedSettings: any;
18
+ cbPlanMapData: any;
19
+ isCardLoading: boolean;
20
+ contentData: EventEmitter<any>;
21
+ triggerTelemetry: EventEmitter<any>;
22
+ isCardFlipped: boolean;
23
+ acbpConstants: typeof NsCardContent.ACBPConst;
24
+ defaultThumbnail: any;
25
+ sourceLogos: any;
26
+ defaultSLogo: any;
27
+ showFlip: boolean;
28
+ widgetType: any;
29
+ widgetSubType: any;
30
+ constructor(snackBar: MatSnackBar, events: EventService, translate: TranslateService, langtranslations: MultilingualTranslationsService, configSvc: ConfigurationsService);
31
+ ngOnInit(): void;
32
+ showSnackbar(): void;
33
+ getRedirectUrlData(contentData: any): void;
34
+ raiseTelemetry(contentData: any): void;
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardWideV2Component, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardWideV2Component, "sb-uic-card-wide-v2", never, { "widgetData": "widgetData"; "isLiveOrMarkForDeletion": "isLiveOrMarkForDeletion"; "showIntranetContent": "showIntranetContent"; "isIntranetAllowedSettings": "isIntranetAllowedSettings"; "cbPlanMapData": "cbPlanMapData"; "isCardLoading": "isCardLoading"; }, { "contentData": "contentData"; "triggerTelemetry": "triggerTelemetry"; }, never, never>;
37
+ }
38
+ //# sourceMappingURL=card-wide-v2.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"card-wide-v2.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/consumption/src/lib/_common/cards/card-wide-v2/card-wide-v2.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAE3E,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,+BAA+B,EAAE,MAAM,sDAAsD,CAAC;;AAEvG,qBAKa,mBAAoB,YAAW,MAAM;IAmB9C,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,SAAS;IArBV,UAAU,EAAG,aAAa,CAAC,KAAK,CAAC;IACjC,uBAAuB,EAAE,GAAG,CAAA;IAC5B,mBAAmB,EAAE,GAAG,CAAA;IACxB,yBAAyB,EAAE,GAAG,CAAA;IAC9B,aAAa,EAAE,GAAG,CAAA;IAClB,aAAa,EAAE,OAAO,CAAQ;IAC7B,WAAW,oBAA0B;IACrC,gBAAgB,oBAA0B;IACpD,aAAa,EAAC,OAAO,CAAQ;IAC7B,aAAa,iCAA0B;IACvC,gBAAgB,EAAE,GAAG,CAAA;IACrB,WAAW,EAAE,GAAG,CAAA;IAChB,YAAY,EAAE,GAAG,CAAA;IACjB,QAAQ,UAAQ;IAChB,UAAU,EAAE,GAAG,CAAO;IACtB,aAAa,EAAE,GAAG,CAAO;gBAEf,QAAQ,EAAE,WAAW,EACrB,MAAM,EAAE,YAAY,EACpB,SAAS,EAAE,gBAAgB,EAC3B,gBAAgB,EAAE,+BAA+B,EACjD,SAAS,EAAE,qBAAqB;IAU1C,QAAQ;IAYR,YAAY;IAOZ,kBAAkB,CAAC,WAAW,EAAE,GAAG;IAGnC,cAAc,CAAC,WAAW,EAAE,GAAG;yCAvDpB,mBAAmB;2CAAnB,mBAAmB;CA2D/B"}
@@ -0,0 +1,30 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { WidgetBaseComponent, NsWidgetResolver } from '@sunbird-cb/resolver-v2';
3
+ import { NsCardContent } from '../../_models/card-content.model';
4
+ import { UtilityService } from '@sunbird-cb/utils-v2';
5
+ import { WidgetContentService } from '../../_services/widget-content.service';
6
+ import { Router } from '@angular/router';
7
+ import * as i0 from "@angular/core";
8
+ export declare class CardsComponent extends WidgetBaseComponent implements OnInit, NsWidgetResolver.IWidgetData<NsCardContent.ICard> {
9
+ private utilitySvc;
10
+ private contSvc;
11
+ router: Router;
12
+ widgetData: NsCardContent.ICard;
13
+ triggerTelemetry: EventEmitter<any>;
14
+ isIntranetAllowedSettings: boolean;
15
+ cbPlanMapData: any;
16
+ cbPlanInterval: any;
17
+ enrollInterval: any;
18
+ enrollmentMapData: any;
19
+ constructor(utilitySvc: UtilityService, contSvc: WidgetContentService, router: Router);
20
+ ngOnInit(): void;
21
+ get isLiveOrMarkForDeletion(): boolean;
22
+ get showIntranetContent(): boolean;
23
+ getRedirectUrlData(content: any): Promise<void>;
24
+ getCbPlanData(): void;
25
+ getEnrollmentData(): void;
26
+ raiseCardClick(data: any): void;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardsComponent, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardsComponent, "sb-uic-cards", never, { "widgetData": "widgetData"; }, { "triggerTelemetry": "triggerTelemetry"; }, never, never>;
29
+ }
30
+ //# sourceMappingURL=cards.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cards.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/cards/cards.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAChF,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAC9E,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;;AAEzC,qBAKa,cAAgB,SAAQ,mBACrC,YAAW,MAAM,EAAE,gBAAgB,CAAC,WAAW,CAAC,aAAa,CAAC,KAAK,CAAC;IAStD,OAAO,CAAC,UAAU;IAC5B,OAAO,CAAC,OAAO;IACR,MAAM,EAAE,MAAM;IATd,UAAU,EAAG,aAAa,CAAC,KAAK,CAAC;IAChC,gBAAgB,oBAA0B;IACpD,yBAAyB,UAAQ;IACjC,aAAa,EAAE,GAAG,CAAA;IAClB,cAAc,EAAE,GAAG,CAAA;IACnB,cAAc,EAAE,GAAG,CAAA;IACnB,iBAAiB,EAAE,GAAG,CAAA;gBACF,UAAU,EAAE,cAAc,EACpC,OAAO,EAAE,oBAAoB,EAC9B,MAAM,EAAE,MAAM;IAKvB,QAAQ;IAWR,IAAI,uBAAuB,YAS1B;IAED,IAAI,mBAAmB,YAKtB;IACK,kBAAkB,CAAC,OAAO,EAAE,GAAG;IAcrC,aAAa;IAeb,iBAAiB;IAOjB,cAAc,CAAC,IAAI,EAAE,GAAG;yCAjFb,cAAc;2CAAd,cAAc;CAoF1B"}
@@ -0,0 +1,39 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./card-resource/card-resource.component";
3
+ import * as i2 from "./cards.component";
4
+ import * as i3 from "./card-portrait/card-portrait.component";
5
+ import * as i4 from "./card-user/card-user.component";
6
+ import * as i5 from "./card-landscape/card-landscape.component";
7
+ import * as i6 from "./card-wide/card-wide.component";
8
+ import * as i7 from "./card-mdo-channel/card-mdo-channel.component";
9
+ import * as i8 from "./card-wide-v2/card-wide-v2.component";
10
+ import * as i9 from "./card-karma-programs/card-karma-programs.component";
11
+ import * as i10 from "./card-karma-programs-v2/card-karma-programs-v2.component";
12
+ import * as i11 from "./provider-card/provider-card.component";
13
+ import * as i12 from "./card-portrait-ext/card-portrait-ext.component";
14
+ import * as i13 from "./card-assessment/card-assessment/card-assessment.component";
15
+ import * as i14 from "./card-progress-portrait-lib/card-progress-portrait-lib.component";
16
+ import * as i15 from "./card-mdo-channel-v1/card-mdo-channel-v1.component";
17
+ import * as i16 from "@angular/common";
18
+ import * as i17 from "@angular/material/card";
19
+ import * as i18 from "@angular/material/button";
20
+ import * as i19 from "@angular/material/tooltip";
21
+ import * as i20 from "@angular/material/icon";
22
+ import * as i21 from "@angular/router";
23
+ import * as i22 from "../../_pipes/pipe-public-URL/pipe-public-URL.module";
24
+ import * as i23 from "../../_pipes/object-to-array/object-to-array.pipe.module";
25
+ import * as i24 from "../display-content-type-lib/display-content-type-lib.module";
26
+ import * as i25 from "../../_directives/default-thumbnail/default-thumbnail.module";
27
+ import * as i26 from "../../_pipes/pipe-duration-transform/pipe-duration-transform.module";
28
+ import * as i27 from "../skeleton-loader-lib/skeleton-loader-lib.module";
29
+ import * as i28 from "@angular/material/progress-spinner";
30
+ import * as i29 from "../content-progress/content-progress.module";
31
+ import * as i30 from "../dialog-components/dialog-components.module";
32
+ import * as i31 from "@ngx-translate/core";
33
+ import * as i32 from "../avatar-photo-lib/avatar-photo-lib.module";
34
+ export declare class CardsModule {
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardsModule, never>;
36
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CardsModule, [typeof i1.CardResourceComponent, typeof i2.CardsComponent, typeof i3.CardPortraitComponent, typeof i4.CardUserComponent, typeof i5.CardLandscapeComponent, typeof i6.CardWideComponent, typeof i7.CardMDOChannelComponent, typeof i8.CardWideV2Component, typeof i9.CardKarmaProgramsComponent, typeof i10.CardKarmaProgramsV2Component, typeof i11.ProviderCardComponent, typeof i12.CardPortraitExtComponent, typeof i13.CardAssessmentComponent, typeof i14.CardProgressPortraitLibComponent, typeof i15.CardMdoChannelV1Component], [typeof i16.CommonModule, typeof i17.MatCardModule, typeof i18.MatButtonModule, typeof i19.MatTooltipModule, typeof i20.MatIconModule, typeof i19.MatTooltipModule, typeof i21.RouterModule, typeof i22.PipePublicURLModule, typeof i23.ObjectToArrayPipeModule, typeof i24.DisplayContentTypeLibModule, typeof i25.DefaultThumbnailModule, typeof i26.PipeDurationTransformModule, typeof i27.SkeletonLoaderLibModule, typeof i28.MatProgressSpinnerModule, typeof i29.ContentProgressModule, typeof i30.DialogComponentsModule, typeof i31.TranslateModule, typeof i32.AvatarPhotoLibModule], [typeof i2.CardsComponent, typeof i1.CardResourceComponent, typeof i3.CardPortraitComponent, typeof i5.CardLandscapeComponent, typeof i4.CardUserComponent, typeof i6.CardWideComponent, typeof i7.CardMDOChannelComponent, typeof i8.CardWideV2Component, typeof i9.CardKarmaProgramsComponent, typeof i10.CardKarmaProgramsV2Component, typeof i12.CardPortraitExtComponent]>;
37
+ static ɵinj: i0.ɵɵInjectorDeclaration<CardsModule>;
38
+ }
39
+ //# sourceMappingURL=cards.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cards.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/cards/cards.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsCA,qBA0Da,WAAW;yCAAX,WAAW;0CAAX,WAAW;0CAAX,WAAW;CAAI"}
@@ -0,0 +1,18 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { NsCardContent } from '../../../_models/card-content.model';
3
+ import { Router } from '@angular/router';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ProviderCardComponent implements OnInit {
6
+ private router;
7
+ widgetData: NsCardContent.ICard;
8
+ randomColorApply: boolean;
9
+ isCardLoading: boolean;
10
+ colors: string[];
11
+ constructor(router: Router);
12
+ ngOnInit(): void;
13
+ setRandomColor(): void;
14
+ redirectTo(content: any): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<ProviderCardComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProviderCardComponent, "sb-uic-provider-card", never, { "widgetData": "widgetData"; "randomColorApply": "randomColorApply"; "isCardLoading": "isCardLoading"; }, {}, never, never>;
17
+ }
18
+ //# sourceMappingURL=provider-card.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"provider-card.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/consumption/src/lib/_common/cards/provider-card/provider-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;;AAEzC,qBAKa,qBAAsB,YAAW,MAAM;IAUtC,OAAO,CAAC,MAAM;IATjB,UAAU,EAAG,aAAa,CAAC,KAAK,CAAC;IACjC,gBAAgB,EAAE,OAAO,CAAO;IAChC,aAAa,EAAE,OAAO,CAAQ;IAEvC,MAAM,WAGJ;gBAEkB,MAAM,EAAE,MAAM;IAElC,QAAQ;IAIR,cAAc;IAYd,UAAU,CAAC,OAAO,EAAE,GAAG;yCA5BZ,qBAAqB;2CAArB,qBAAqB;CAiCjC"}
@@ -0,0 +1,29 @@
1
+ import { EventEmitter, OnInit, QueryList } from '@angular/core';
2
+ import { ScrollableItemDirective } from '../../_directives/scrollable-item/scrollable-item.directive';
3
+ import { TranslateService } from '@ngx-translate/core';
4
+ import { MultilingualTranslationsService } from '../../_services/multilingual-translations.service';
5
+ import * as i0 from "@angular/core";
6
+ export declare class CbpPlanComponent implements OnInit {
7
+ private translate;
8
+ private langtranslations;
9
+ objectData: any;
10
+ layoutType: any;
11
+ mobileHeight: boolean;
12
+ fetchDataFromApi: boolean;
13
+ channelId: any;
14
+ openDialog: EventEmitter<any>;
15
+ isLoading: boolean;
16
+ currentIndex: number;
17
+ styleData: any;
18
+ contentdata: any;
19
+ scrollableItems: QueryList<ScrollableItemDirective>;
20
+ constructor(translate: TranslateService, langtranslations: MultilingualTranslationsService);
21
+ ngOnInit(): void;
22
+ getCurrentIndex(indexValue: any): void;
23
+ getFileName(item: any): any;
24
+ translateLabels(label: string, type: any): any;
25
+ downloadCBPPlan(item: any): void;
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<CbpPlanComponent, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<CbpPlanComponent, "sb-uic-cbp-plan", never, { "objectData": "objectData"; "layoutType": "layoutType"; "mobileHeight": "mobileHeight"; "fetchDataFromApi": "fetchDataFromApi"; "channelId": "channelId"; }, { "openDialog": "openDialog"; }, never, never>;
28
+ }
29
+ //# sourceMappingURL=cbp-plan.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cbp-plan.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/cbp-plan/cbp-plan.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,SAAS,EAAgB,MAAM,eAAe,CAAC;AACxG,OAAO,EAAE,uBAAuB,EAAE,MAAM,6DAA6D,CAAC;AACtG,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,+BAA+B,EAAE,MAAM,mDAAmD,CAAC;;AAEpG,qBAKa,gBAAiB,YAAW,MAAM;IAcjC,OAAO,CAAC,SAAS;IAC3B,OAAO,CAAC,gBAAgB;IAbjB,UAAU,EAAE,GAAG,CAAA;IACf,UAAU,EAAG,GAAG,CAAA;IAChB,YAAY,EAAE,OAAO,CAAQ;IAC7B,gBAAgB,EAAE,OAAO,CAAQ;IACjC,SAAS,EAAE,GAAG,CAAA;IACb,UAAU,oBAA0B;IAC9C,SAAS,EAAE,OAAO,CAAQ;IAC1B,YAAY,SAAI;IAChB,SAAS,EAAE,GAAG,CAAK;IACnB,WAAW,EAAE,GAAG,CAAK;IAEkB,eAAe,EAAE,SAAS,CAAC,uBAAuB,CAAC,CAAA;gBACtE,SAAS,EAAE,gBAAgB,EACrC,gBAAgB,EAAE,+BAA+B;IAE3D,QAAQ;IAcR,eAAe,CAAC,UAAU,EAAE,GAAG;IAI/B,WAAW,CAAC,IAAI,EAAE,GAAG;IAKrB,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG;IAIxC,eAAe,CAAC,IAAI,EAAE,GAAG;yCA5Cd,gBAAgB;2CAAhB,gBAAgB;CAsE5B"}
@@ -0,0 +1,13 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./cbp-plan.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../skeleton-loader-lib/skeleton-loader-lib.module";
5
+ import * as i4 from "@angular/material/icon";
6
+ import * as i5 from "../../_directives/scrollable-item/scrollable-item.module";
7
+ import * as i6 from "../sliders-ng-content/sliders-ng-content.module";
8
+ export declare class CbpPlanModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<CbpPlanModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CbpPlanModule, [typeof i1.CbpPlanComponent], [typeof i2.CommonModule, typeof i3.SkeletonLoaderLibModule, typeof i4.MatIconModule, typeof i5.ScrollableItemModule, typeof i6.SlidersNgContentLibModule], [typeof i1.CbpPlanComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<CbpPlanModule>;
12
+ }
13
+ //# sourceMappingURL=cbp-plan.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cbp-plan.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/cbp-plan/cbp-plan.module.ts"],"names":[],"mappings":";;;;;;;AAUA,qBAWa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CAAI"}
@@ -0,0 +1,108 @@
1
+ import { OnInit, OnDestroy } from '@angular/core';
2
+ import { NsWidgetResolver, WidgetBaseComponent } from '@sunbird-cb/resolver-v2';
3
+ import { NsCommonStrip } from './common-strip.model';
4
+ import { WidgetContentService } from '../../_services/widget-content.service';
5
+ import { MultilingualTranslationsService } from '../../_services/multilingual-translations.service';
6
+ import { LoggerService, EventService, ConfigurationsService, UtilityService } from '@sunbird-cb/utils-v2';
7
+ import { Subscription } from 'rxjs';
8
+ import { WidgetUserService } from '../../_services/widget-user.service';
9
+ import { MatTabChangeEvent } from '@angular/material/tabs';
10
+ import { TranslateService } from '@ngx-translate/core';
11
+ import { CommonMethodsService } from '../../_services/common-methods.service';
12
+ import * as i0 from "@angular/core";
13
+ interface IStripUnitCommonData {
14
+ key: string;
15
+ canHideStrip: boolean;
16
+ mode?: string;
17
+ showStrip: boolean;
18
+ disableTranslate: boolean;
19
+ widgets?: NsWidgetResolver.IRenderConfigWithAnyData[];
20
+ stripTitle: string;
21
+ stripTitleLink?: {
22
+ link: {
23
+ queryParams: string;
24
+ };
25
+ icon: string;
26
+ queryParams: string;
27
+ };
28
+ sliderConfig?: {
29
+ showNavs: boolean;
30
+ showDots: boolean;
31
+ maxWidgets?: number;
32
+ cerificateCardMargin?: boolean;
33
+ };
34
+ stripConfig: any;
35
+ tabs?: NsCommonStrip.ICommonStripTab[] | undefined;
36
+ stripName?: string;
37
+ stripLogo?: string;
38
+ description?: string;
39
+ stripInfo?: NsCommonStrip.IStripInfo;
40
+ noDataWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
41
+ errorWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
42
+ showOnNoData: boolean;
43
+ showOnLoader: boolean;
44
+ showOnError: boolean;
45
+ loaderWidgets?: any;
46
+ stripBackground?: string;
47
+ secondaryHeading?: any;
48
+ viewMoreUrl: any;
49
+ }
50
+ export declare class CommonStripComponent extends WidgetBaseComponent implements OnInit, OnDestroy, NsWidgetResolver.IWidgetData<NsCommonStrip.ICommonStrip> {
51
+ private contentSvc;
52
+ private loggerSvc;
53
+ private eventSvc;
54
+ private configSvc;
55
+ utilitySvc: UtilityService;
56
+ private userSvc;
57
+ private translate;
58
+ private langtranslations;
59
+ private commonMethodsSvc;
60
+ widgetData: NsCommonStrip.ICommonStrip;
61
+ id: string;
62
+ stripsResultDataMap: {
63
+ [key: string]: IStripUnitCommonData;
64
+ };
65
+ stripsKeyOrder: string[];
66
+ showAccordionData: boolean;
67
+ showParentLoader: boolean;
68
+ showParentError: boolean;
69
+ showParentNoData: boolean;
70
+ errorDataCount: number;
71
+ noDataCount: number;
72
+ successDataCount: number;
73
+ contentAvailable: boolean;
74
+ baseUrl: string;
75
+ veifiedKarmayogi: boolean;
76
+ environment: any;
77
+ changeEventSubscription: Subscription | null;
78
+ defaultMaxWidgets: number;
79
+ enrollInterval: any;
80
+ todaysEvents: any;
81
+ constructor(environment: any, contentSvc: WidgetContentService, loggerSvc: LoggerService, eventSvc: EventService, configSvc: ConfigurationsService, utilitySvc: UtilityService, userSvc: WidgetUserService, translate: TranslateService, langtranslations: MultilingualTranslationsService, commonMethodsSvc: CommonMethodsService);
82
+ ngOnInit(): void;
83
+ ngOnDestroy(): void;
84
+ showAccordion(key: string): boolean;
85
+ setHiddenForStrip(key: string): void;
86
+ private getIfStripHidden;
87
+ private initData;
88
+ private fetchStripFromKey;
89
+ isStripShowing(data: any): any;
90
+ get isMobile(): boolean;
91
+ getdata(data: IStripUnitCommonData): {};
92
+ checkCondition(wData: NsCommonStrip.ICommonStrip, data: IStripUnitCommonData): boolean;
93
+ checkVisible(data: IStripUnitCommonData): boolean;
94
+ getContineuLearningLenth(data: IStripUnitCommonData): number;
95
+ getLength(data: IStripUnitCommonData): number;
96
+ private processStrip;
97
+ getSelectedIndex(stripsResultDataMap: any, key: any): number;
98
+ private checkParentStatus;
99
+ checkForEmptyWidget(strip: NsCommonStrip.ICommonStripUnit): boolean;
100
+ tabClicked(tabEvent: MatTabChangeEvent, stripMap: IStripUnitCommonData, stripKey: string): void;
101
+ translateLabels(label: string, type: any): any;
102
+ identify(index: number, item: any): any;
103
+ tracker(index: number, item: any): any;
104
+ static ɵfac: i0.ɵɵFactoryDeclaration<CommonStripComponent, never>;
105
+ static ɵcmp: i0.ɵɵComponentDeclaration<CommonStripComponent, "sb-uic-common-strip", never, { "widgetData": "widgetData"; }, {}, never, never>;
106
+ }
107
+ export {};
108
+ //# sourceMappingURL=common-strip.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common-strip.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/common-strip/common-strip.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAS,SAAS,EAAuB,MAAM,eAAe,CAAC;AACzF,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAChF,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAErD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAE9E,OAAO,EAAE,+BAA+B,EAAE,MAAM,mDAAmD,CAAC;AACpG,OAAO,EAEL,aAAa,EACb,YAAY,EACZ,qBAAqB,EACrB,cAAc,EACf,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAEpC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAIxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;;AAG9E,UAAU,oBAAoB;IAC5B,GAAG,EAAE,MAAM,CAAC;IACZ,YAAY,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,OAAO,CAAC;IACnB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,OAAO,CAAC,EAAE,gBAAgB,CAAC,wBAAwB,EAAE,CAAC;IACtD,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE;QACf,IAAI,EAAG;YACL,WAAW,EAAE,MAAM,CAAA;SACpB,CAAC;QACF,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAA;KACpB,CAAC;IACF,YAAY,CAAC,EAAE;QACb,QAAQ,EAAE,OAAO,CAAC;QAClB,QAAQ,EAAE,OAAO,CAAC;QAClB,UAAU,CAAC,EAAE,MAAM,CAAA;QACnB,oBAAoB,CAAC,EAAE,OAAO,CAAA;KAC/B,CAAC;IACF,WAAW,EAAE,GAAG,CAAC;IACjB,IAAI,CAAC,EAAE,aAAa,CAAC,eAAe,EAAE,GAAG,SAAS,CAAC;IACnD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,aAAa,CAAC,UAAU,CAAC;IACrC,YAAY,CAAC,EAAE,gBAAgB,CAAC,wBAAwB,CAAC;IACzD,WAAW,CAAC,EAAE,gBAAgB,CAAC,wBAAwB,CAAC;IACxD,YAAY,EAAE,OAAO,CAAC;IACtB,YAAY,EAAE,OAAO,CAAC;IACtB,WAAW,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,GAAG,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gBAAgB,CAAC,EAAE,GAAG,CAAC;IACvB,WAAW,EAAE,GAAG,CAAC;CAClB;AAED,qBAKa,oBAAqB,SAAQ,mBAC1C,YACA,MAAM,EACN,SAAS,EACT,gBAAgB,CAAC,WAAW,CAAC,aAAa,CAAC,YAAY,CAAC;IAwBpD,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,SAAS;IACV,UAAU,EAAE,cAAc;IAGjC,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,gBAAgB;IAjCjB,UAAU,EAAG,aAAa,CAAC,YAAY,CAAC;IAE1C,EAAE,SAAwC;IACjD,mBAAmB,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,oBAAoB,CAAA;KAAE,CAAM;IAClE,cAAc,EAAE,MAAM,EAAE,CAAM;IAC9B,iBAAiB,UAAQ;IACzB,gBAAgB,UAAS;IACzB,eAAe,UAAS;IACxB,gBAAgB,UAAS;IACzB,cAAc,SAAK;IACnB,WAAW,SAAK;IAChB,gBAAgB,SAAK;IACrB,gBAAgB,UAAQ;IACxB,OAAO,SAAiC;IACxC,gBAAgB,UAAS;IACzB,WAAW,EAAG,GAAG,CAAC;IAClB,uBAAuB,EAAE,YAAY,GAAG,IAAI,CAAQ;IACpD,iBAAiB,SAAM;IACvB,cAAc,EAAE,GAAG,CAAC;IACpB,YAAY,EAAE,GAAG,CAAM;gBAGE,WAAW,EAAE,GAAG,EAC/B,UAAU,EAAE,oBAAoB,EAChC,SAAS,EAAE,aAAa,EACxB,QAAQ,EAAE,YAAY,EACtB,SAAS,EAAE,qBAAqB,EACjC,UAAU,EAAE,cAAc,EAGzB,OAAO,EAAE,iBAAiB,EAC1B,SAAS,EAAE,gBAAgB,EAC3B,gBAAgB,EAAE,+BAA+B,EACjD,gBAAgB,EAAE,oBAAoB;IAMhD,QAAQ;IAKR,WAAW;IAMX,aAAa,CAAC,GAAG,EAAE,MAAM;IAOzB,iBAAiB,CAAC,GAAG,EAAE,MAAM;IAI7B,OAAO,CAAC,gBAAgB;IAKxB,OAAO,CAAC,QAAQ;IA8ChB,OAAO,CAAC,iBAAiB;IAOzB,cAAc,CAAC,IAAI,EAAE,GAAG;IAkBxB,IAAI,QAAQ,YAEX;IAED,OAAO,CAAC,IAAI,EAAE,oBAAoB;IAOlC,cAAc,CAAC,KAAK,EAAE,aAAa,CAAC,YAAY,EAAE,IAAI,EAAE,oBAAoB;IAM5E,YAAY,CAAC,IAAI,EAAE,oBAAoB;IAIvC,wBAAwB,CAAC,IAAI,EAAE,oBAAoB;IAGnD,SAAS,CAAC,IAAI,EAAE,oBAAoB;YA4BtB,YAAY;IA2E1B,gBAAgB,CAAC,mBAAmB,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,GAAG,MAAM;IAW5D,OAAO,CAAC,iBAAiB;IAkBzB,mBAAmB,CAAC,KAAK,EAAE,aAAa,CAAC,gBAAgB,GAAG,OAAO;IAkB5D,UAAU,CAAC,QAAQ,EAAE,iBAAiB,EAAE,QAAQ,EAAE,oBAAoB,EAAE,QAAQ,EAAE,MAAM;IAI/F,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG;IAIxC,QAAQ,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG;IAIjC,OAAO,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG;yCAxUrB,oBAAoB;2CAApB,oBAAoB;CA6UhC"}
@@ -0,0 +1,143 @@
1
+ import { NsWidgetResolver } from '@sunbird-cb/resolver-v2';
2
+ import { NSSearch } from '../../_models/widget-search.model';
3
+ import { NsContent } from '../../_models/widget-content.model';
4
+ import { NsCardContent } from '../../_models/card-content.model';
5
+ export declare namespace NsCommonStrip {
6
+ export interface ICommonStrip {
7
+ errorWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
8
+ loader?: boolean;
9
+ noDataWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
10
+ strips: ICommonStripUnit[];
11
+ isChannelStrip?: boolean;
12
+ }
13
+ export interface ICommonStripUnit {
14
+ disableTranslate?: any;
15
+ key: string;
16
+ title: string;
17
+ dataType?: "in-hand" | "";
18
+ dataKey?: string;
19
+ customeClass?: string;
20
+ nodataMsg?: string;
21
+ stripTitleLink?: {
22
+ link: {
23
+ queryParams: string;
24
+ };
25
+ icon: string;
26
+ queryParams: string;
27
+ };
28
+ sliderConfig?: {
29
+ showNavs: boolean;
30
+ showDots: boolean;
31
+ maxWidgets?: number;
32
+ cerificateCardMargin?: boolean;
33
+ dotsAlign?: "right" | "left";
34
+ arrowsPlacement?: "bottom-right" | "bottom-center" | "bottom-left" | "middle-inline";
35
+ responsive?: {
36
+ showNavs: boolean;
37
+ showDots: boolean;
38
+ dotsAlign?: "right" | "left";
39
+ arrowsPlacement?: "bottom-right" | "bottom-center" | "bottom-left" | "middle-inline";
40
+ };
41
+ };
42
+ tabs?: NsCommonStrip.ICommonStripTab[] | undefined;
43
+ titleDescription?: string;
44
+ name?: string;
45
+ mode?: 'accordion';
46
+ info?: IStripInfo;
47
+ logo?: string;
48
+ preWidgets?: NsWidgetResolver.IRenderConfigWithAnyData[];
49
+ postWidgets?: NsWidgetResolver.IRenderConfigWithAnyData[];
50
+ stripConfig?: IStripConfig;
51
+ canHideStrip?: boolean;
52
+ filters?: any[];
53
+ selectAll?: boolean | null;
54
+ request?: {
55
+ search?: NSSearch.ISearchRequest;
56
+ searchV6?: NSSearch.ISearchV6Request;
57
+ enrollmentList?: any;
58
+ cbpList?: any;
59
+ searchRegionRecommendation?: NSSearch.ISearchOrgRegionRecommendationRequest;
60
+ api?: IStripRequestApi;
61
+ networkApi?: INetworkRequestApi;
62
+ ids?: string[];
63
+ recommendedCourses?: any;
64
+ masterCompetency?: any;
65
+ trendingSearch?: any;
66
+ };
67
+ searchV6Type?: 'KB' | 'Collections' | 'searchQuery' | null;
68
+ stripBackground?: string;
69
+ noDataWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
70
+ loader?: boolean;
71
+ loaderWidgets?: any;
72
+ errorWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
73
+ refreshEvent?: Record<'eventType' | 'from', string>;
74
+ fetchLikes?: boolean;
75
+ secondaryHeading?: any;
76
+ viewMoreUrl?: {
77
+ queryParams?: any;
78
+ viewMoreText: string;
79
+ path: string;
80
+ };
81
+ data?: [];
82
+ }
83
+ export interface IStripRequestApi {
84
+ path: string;
85
+ queryParams?: {
86
+ pageNo?: number;
87
+ pageSize?: number;
88
+ pageState?: string;
89
+ sourceFields?: string;
90
+ };
91
+ }
92
+ export interface INetworkRequestApi {
93
+ path: string;
94
+ data?: any;
95
+ }
96
+ export interface IStripInfo {
97
+ mode: 'below' | 'popup' | 'modal';
98
+ visibilityMode?: 'hidden' | 'visible';
99
+ icon: {
100
+ icon: string;
101
+ scale: number;
102
+ style?: any;
103
+ };
104
+ widget: NsWidgetResolver.IRenderConfigWithAnyData;
105
+ }
106
+ interface IStripConfig {
107
+ cardSubType: NsCardContent.TCardSubType;
108
+ postCardForSearch?: boolean;
109
+ intranetMode?: 'greyOut' | 'hide';
110
+ deletedMode?: 'greyOut' | 'hide';
111
+ contentTags?: IContentTags;
112
+ hideShowAll?: boolean;
113
+ }
114
+ export interface IContentTags {
115
+ daysSpan?: number;
116
+ excludeContentType?: NsContent.EContentTypes[];
117
+ excludeMimeType?: string[];
118
+ tag: string;
119
+ criteriaField: string;
120
+ }
121
+ export interface IContentStripResponseApi {
122
+ contents: NsContent.IContent[];
123
+ hasMore?: boolean;
124
+ pageState?: string;
125
+ totalHits?: number;
126
+ }
127
+ export interface ICommonStripTab {
128
+ label: string;
129
+ value: string;
130
+ showTabDataCount: boolean;
131
+ requestRequired?: boolean;
132
+ computeDataOnClick?: boolean;
133
+ computeDataOnClickKey?: string;
134
+ request?: any;
135
+ widgets?: NsWidgetResolver.IRenderConfigWithAnyData[];
136
+ maxWidgets?: number;
137
+ fetchTabStatus?: string;
138
+ nodataMsg?: string;
139
+ tabLoading?: boolean;
140
+ }
141
+ export {};
142
+ }
143
+ //# sourceMappingURL=common-strip.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common-strip.model.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/common-strip/common-strip.model.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,36 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./common-strip.component";
3
+ import * as i2 from "@sunbird-cb/resolver-v2";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@angular/router";
6
+ import * as i5 from "../horizontal-scroller-v2/horizontal-scroller-v2.module";
7
+ import * as i6 from "@angular/material/progress-spinner";
8
+ import * as i7 from "@angular/material/toolbar";
9
+ import * as i8 from "@angular/material/icon";
10
+ import * as i9 from "@angular/material/button";
11
+ import * as i10 from "@angular/material/tooltip";
12
+ import * as i11 from "@angular/material/list";
13
+ import * as i12 from "@angular/material/sidenav";
14
+ import * as i13 from "@angular/material/card";
15
+ import * as i14 from "@angular/material/expansion";
16
+ import * as i15 from "@angular/material/radio";
17
+ import * as i16 from "@angular/material/chips";
18
+ import * as i17 from "@angular/material/input";
19
+ import * as i18 from "@angular/material/form-field";
20
+ import * as i19 from "@angular/material/dialog";
21
+ import * as i20 from "@angular/material/snack-bar";
22
+ import * as i21 from "@angular/material/select";
23
+ import * as i22 from "@angular/material/datepicker";
24
+ import * as i23 from "@angular/material/core";
25
+ import * as i24 from "@angular/material/table";
26
+ import * as i25 from "@angular/material/checkbox";
27
+ import * as i26 from "@angular/material/button-toggle";
28
+ import * as i27 from "@angular/material/tabs";
29
+ import * as i28 from "@angular/material/autocomplete";
30
+ import * as i29 from "@ngx-translate/core";
31
+ export declare class CommonStripModule {
32
+ static ɵfac: i0.ɵɵFactoryDeclaration<CommonStripModule, never>;
33
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CommonStripModule, [typeof i1.CommonStripComponent], [typeof i2.SbUiResolverModule, typeof i3.CommonModule, typeof i4.RouterModule, typeof i5.HorizontalScrollerV2Module, typeof i6.MatProgressSpinnerModule, typeof i7.MatToolbarModule, typeof i8.MatIconModule, typeof i9.MatButtonModule, typeof i10.MatTooltipModule, typeof i11.MatListModule, typeof i12.MatSidenavModule, typeof i13.MatCardModule, typeof i14.MatExpansionModule, typeof i15.MatRadioModule, typeof i16.MatChipsModule, typeof i17.MatInputModule, typeof i18.MatFormFieldModule, typeof i19.MatDialogModule, typeof i20.MatSnackBarModule, typeof i21.MatSelectModule, typeof i22.MatDatepickerModule, typeof i23.MatNativeDateModule, typeof i24.MatTableModule, typeof i25.MatCheckboxModule, typeof i6.MatProgressSpinnerModule, typeof i26.MatButtonToggleModule, typeof i27.MatTabsModule, typeof i28.MatAutocompleteModule, typeof i29.TranslateModule], [typeof i1.CommonStripComponent]>;
34
+ static ɵinj: i0.ɵɵInjectorDeclaration<CommonStripModule>;
35
+ }
36
+ //# sourceMappingURL=common-strip.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common-strip.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/common-strip/common-strip.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkCA,qBAyCa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAAI"}
@@ -0,0 +1,52 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { ConfigurationsService } from '@sunbird-cb/utils-v2';
3
+ import { WidgetContentService } from '../../_services/widget-content.service';
4
+ import { CompetencyPassbookService } from './competency-passbook.service';
5
+ import { Router } from '@angular/router';
6
+ import { NsCompentency } from '../../_models/compentencies.model';
7
+ import * as i0 from "@angular/core";
8
+ export declare class CompetencyPassbookComponent implements OnInit {
9
+ configSvc: ConfigurationsService;
10
+ contentSvc: WidgetContentService;
11
+ competencySvc: CompetencyPassbookService;
12
+ router: Router;
13
+ objectData: any;
14
+ providerId: any;
15
+ cardDisplayCount: any;
16
+ dynamicClass: any;
17
+ dynamicColor: any;
18
+ dynamicAlignPills: any;
19
+ emptyResponse: EventEmitter<any>;
20
+ temeletryResponse: EventEmitter<any>;
21
+ loadCometency: boolean;
22
+ loadCompetencyArea: boolean;
23
+ originalCompetencyArray: any;
24
+ competencyArea: any[];
25
+ selectedValue: any;
26
+ competencyVersion: string;
27
+ competencyTheme: any;
28
+ allcompetencyTheme: any;
29
+ competencyStrength: any;
30
+ competencyThemeLength: any;
31
+ showAllTheme: any;
32
+ environment: any;
33
+ comeptencyKeys: NsCompentency.CompentencyKeys;
34
+ constructor(configSvc: ConfigurationsService, contentSvc: WidgetContentService, competencySvc: CompetencyPassbookService, router: Router, environment: any);
35
+ ngOnInit(): void;
36
+ showMore(): void;
37
+ getCompetencyArea(): Promise<void>;
38
+ callCompetencySearch(request: any): Promise<any>;
39
+ competencyChange(e: any): void;
40
+ getAllCompetencies(): void;
41
+ getcompetencyTheme(value: any, addFilter?: any): Promise<void>;
42
+ getThemeDataByArea(areaData: any): void;
43
+ getcompetencyThemeCount(area: any, addFilter?: any): Promise<any>;
44
+ resetViewMore(): void;
45
+ viewMoreChildren(data: any): void;
46
+ displayAllTheme(event: any): void;
47
+ navigateToCompetency(compData: any): void;
48
+ getcompetencySubTheme(compArea: any, addFilter?: any): Promise<void>;
49
+ static ɵfac: i0.ɵɵFactoryDeclaration<CompetencyPassbookComponent, never>;
50
+ static ɵcmp: i0.ɵɵComponentDeclaration<CompetencyPassbookComponent, "sb-uic-competency-passbook", never, { "objectData": "objectData"; "providerId": "providerId"; "cardDisplayCount": "cardDisplayCount"; "dynamicClass": "dynamicClass"; "dynamicColor": "dynamicColor"; "dynamicAlignPills": "dynamicAlignPills"; }, { "emptyResponse": "emptyResponse"; "temeletryResponse": "temeletryResponse"; }, never, never>;
51
+ }
52
+ //# sourceMappingURL=competency-passbook.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"competency-passbook.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/competency-passbook/competency-passbook.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,YAAY,EAAiB,MAAM,EAAU,MAAM,eAAe,CAAC;AACvF,OAAO,EAAE,qBAAqB,EAAgB,MAAM,sBAAsB,CAAC;AAC3E,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAC9E,OAAO,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AAC1E,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAA;;AAEjE,qBAKa,2BAA4B,YAAW,MAAM;IA2BrC,SAAS,EAAE,qBAAqB;IAC1C,UAAU,EAAC,oBAAoB;IAC/B,aAAa,EAAE,yBAAyB;IACxC,MAAM,EAAG,MAAM;IA5Bf,UAAU,EAAE,GAAG,CAAA;IACf,UAAU,EAAE,GAAG,CAAA;IACf,gBAAgB,EAAE,GAAG,CAAI;IACzB,YAAY,EAAE,GAAG,CAAA;IACjB,YAAY,EAAE,GAAG,CAAA;IACjB,iBAAiB,EAAE,GAAG,CAAW;IAChC,aAAa,oBAA0B;IACvC,iBAAiB,oBAA0B;IACrD,aAAa,EAAE,OAAO,CAAQ;IAC9B,kBAAkB,EAAE,OAAO,CAAQ;IACnC,uBAAuB,EAAE,GAAG,CAAA;IAC5B,cAAc,EAAE,GAAG,EAAG,CAAA;IACtB,aAAa,EAAE,GAAG,CAAC;IACnB,iBAAiB,EAAC,MAAM,CAAK;IAC7B,eAAe,EAAE,GAAG,CAAK;IACzB,kBAAkB,EAAE,GAAG,CAAI;IAC3B,kBAAkB,EAAE,GAAG,CAAI;IAC3B,qBAAqB,EAAE,GAAG,CAAI;IAC9B,YAAY,EAAG,GAAG,CAAsC;IACxD,WAAW,EAAG,GAAG,CAAC;IAClB,cAAc,EAAE,aAAa,CAAC,eAAe,CAAC;gBAK3B,SAAS,EAAE,qBAAqB,EAC1C,UAAU,EAAC,oBAAoB,EAC/B,aAAa,EAAE,yBAAyB,EACxC,MAAM,EAAG,MAAM,EACC,WAAW,EAAE,GAAG;IAMzC,QAAQ;IAWR,QAAQ;IAKF,iBAAiB;IAwEjB,oBAAoB,CAAC,OAAO,KAAA;IAclC,gBAAgB,CAAC,CAAC,KAAA;IAelB,kBAAkB;IAmBZ,kBAAkB,CAAC,KAAK,EAAE,GAAG,EAAC,SAAS,CAAC,EAAE,GAAG;IAkDnD,kBAAkB,CAAC,QAAQ,EAAE,GAAG;IAsB1B,uBAAuB,CAAC,IAAI,EAAE,GAAG,EAAC,SAAS,CAAC,EAAE,GAAG;IAmDvD,aAAa;IAKb,gBAAgB,CAAC,IAAI,EAAE,GAAG;IAI1B,eAAe,CAAC,KAAK,EAAE,GAAG;IAO1B,oBAAoB,CAAC,QAAQ,EAAE,GAAG;IAK5B,qBAAqB,CAAC,QAAQ,EAAE,GAAG,EAAC,SAAS,CAAC,EAAE,GAAG;yCA7T9C,2BAA2B;2CAA3B,2BAA2B;CAsXvC"}