@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,253 @@
1
+ import { NsContent } from './widget-content.model';
2
+ export declare namespace NSSearch {
3
+ interface IFeatureSearchConfig {
4
+ tabs: IConfigContentStrip[];
5
+ }
6
+ interface IFilterSearchRequest {
7
+ contentType?: NsContent.EContentTypes[];
8
+ creatorContacts?: string[];
9
+ labels?: string[];
10
+ resourceCategory?: string[];
11
+ catalogPaths?: string[];
12
+ }
13
+ interface ISearchRequest {
14
+ filters?: IFilterSearchRequest;
15
+ query?: string;
16
+ isStandAlone?: boolean;
17
+ instanceCatalog?: boolean;
18
+ locale?: string[];
19
+ pageNo?: number;
20
+ pageSize?: number;
21
+ uuid?: string;
22
+ rootOrg?: string;
23
+ sort?: {
24
+ [key: string]: string;
25
+ }[];
26
+ }
27
+ interface ISearchOrgRegionRecommendationRequest extends ISearchRequest {
28
+ defaultLabel?: string;
29
+ preLabelValue?: string;
30
+ }
31
+ interface ISearchV6Request {
32
+ visibleFilters?: ISearchV6VisibleFilters;
33
+ excludeSourceFields?: string[];
34
+ includeSourceFields?: string[];
35
+ sort?: ISearchSort[];
36
+ query: string;
37
+ sourceFields?: string[];
38
+ locale?: string[];
39
+ pageNo?: number;
40
+ pageSize?: number;
41
+ filters?: ISearchV6Filters[];
42
+ isStandAlone?: boolean;
43
+ didYouMean?: boolean;
44
+ request?: ISearchV6Request;
45
+ }
46
+ interface ISearchV6RequestV2 {
47
+ request: {
48
+ filters: {
49
+ primaryCategory: any;
50
+ };
51
+ query: string;
52
+ sort_by: {
53
+ lastUpdatedOn: string;
54
+ };
55
+ fields: string[];
56
+ facets: string[];
57
+ fuzzy?: false;
58
+ };
59
+ }
60
+ interface ISearchV6RequestV3 {
61
+ request: {
62
+ secureSettings?: boolean;
63
+ filters: {
64
+ primaryCategory?: string[];
65
+ courseCategory?: string[];
66
+ contentType?: string[];
67
+ status: string[];
68
+ organisation?: any;
69
+ 'secureSettings.isVerifiedKarmayogi'?: string;
70
+ 'secureSettings.organisation'?: string;
71
+ };
72
+ query: string;
73
+ sort_by: {
74
+ lastUpdatedOn: string;
75
+ };
76
+ facets: string[];
77
+ limit: number;
78
+ };
79
+ }
80
+ interface ISearchSort {
81
+ [key: string]: 'asc' | 'desc';
82
+ }
83
+ interface ISearchV6VisibleFilters {
84
+ [key: string]: {
85
+ displayName: string;
86
+ order?: {
87
+ [key: string]: 'asc' | 'desc';
88
+ }[];
89
+ };
90
+ }
91
+ interface ISearchV6Filters {
92
+ andFilters?: {
93
+ [key: string]: string[];
94
+ }[];
95
+ notFilters?: {
96
+ [key: string]: string[];
97
+ }[];
98
+ }
99
+ interface ISearchRedirection {
100
+ f?: {
101
+ [index: string]: string[];
102
+ };
103
+ q?: string;
104
+ tab?: string;
105
+ }
106
+ interface IConfigContentStrip {
107
+ titleKey?: string;
108
+ title?: string;
109
+ reqRoles?: string[];
110
+ reqFeatures?: string[];
111
+ searchRedirection?: ISearchRedirection;
112
+ searchQuery?: ISearchRequest;
113
+ contentIds?: string[];
114
+ }
115
+ interface ISearchApiResult {
116
+ totalHits: number;
117
+ result: NsContent.IContent[];
118
+ filters: IFilterUnitResponse[];
119
+ notToBeShownFilters?: IFilterUnitResponse[];
120
+ filtersUsed: string[];
121
+ }
122
+ interface ISearchV6ApiResult {
123
+ totalHits: number;
124
+ result: NsContent.IContent[];
125
+ filtersUsed: string[];
126
+ notVisibleFilters: string[];
127
+ filters: IFilterUnitResponse[];
128
+ queryUsed?: string;
129
+ doYouMean?: string;
130
+ }
131
+ interface IFilterUnitResponse {
132
+ id?: string;
133
+ type: string;
134
+ displayName: string;
135
+ content: IFilterUnitContent[];
136
+ }
137
+ interface IFilterUnitContent {
138
+ type?: string;
139
+ id?: string;
140
+ displayName: string;
141
+ count: number;
142
+ children?: IFilterUnitContent[];
143
+ }
144
+ interface ITypeUnitResponse {
145
+ displayName: string;
146
+ type: string;
147
+ count: string;
148
+ }
149
+ interface ISearchV6ApiResultV2 {
150
+ totalHits: number;
151
+ id: string;
152
+ ver: string;
153
+ ts: string;
154
+ params: IParamsContent;
155
+ responseCode: string;
156
+ result: ISearchData;
157
+ filters: IFilterUnitResponse[];
158
+ api: string;
159
+ }
160
+ interface IFacet {
161
+ displayName: string;
162
+ type: string;
163
+ content: IContentFilter[];
164
+ }
165
+ interface IContentFilter {
166
+ displayName: string;
167
+ type: string;
168
+ count: number;
169
+ id: string;
170
+ }
171
+ interface ISearchData {
172
+ count: number;
173
+ content: NsContent.IContent[];
174
+ facets: IFacetsData[];
175
+ }
176
+ interface IFacetsData {
177
+ values: IFacetsValues[];
178
+ name: string;
179
+ }
180
+ interface IFacetsValues {
181
+ name: string;
182
+ count: number;
183
+ }
184
+ interface ISearchContentData {
185
+ ownershipType: string[];
186
+ parent: string;
187
+ code: string;
188
+ credentials: {
189
+ enabled: string;
190
+ };
191
+ channel: string;
192
+ downloadUrl: string;
193
+ language: string[];
194
+ mimeType: string;
195
+ variants: IVariantsData;
196
+ idealScreenSize: string;
197
+ leafNodes: string[];
198
+ createdOn: string;
199
+ objectType: string;
200
+ primaryCategory: string;
201
+ children: string[];
202
+ contentDisposition: string;
203
+ lastUpdatedOn: string;
204
+ contentEncoding: string;
205
+ contentType: string;
206
+ dialcodeRequired: string;
207
+ trackable: {
208
+ enabled: string;
209
+ autoBatch: string;
210
+ };
211
+ identifier: string;
212
+ lastStatusChangedOn: string;
213
+ audience: string[];
214
+ os: string[];
215
+ visibility: string;
216
+ index: number;
217
+ mediaType: string;
218
+ osId: string;
219
+ languageCode: string[];
220
+ graph_id: string;
221
+ nodeType: string;
222
+ version: number;
223
+ pkgVersion: number;
224
+ versionKey: string;
225
+ license: string;
226
+ idealScreenDensity: string;
227
+ depth: number;
228
+ lastPublishedOn: string;
229
+ compatibilityLevel: number;
230
+ leafNodesCount: number;
231
+ name: string;
232
+ status: string;
233
+ node_id: number;
234
+ }
235
+ interface IVariantsData {
236
+ online: {
237
+ ecarUrl: string;
238
+ size: number;
239
+ };
240
+ spine: {
241
+ ecarUrl: string;
242
+ size: number;
243
+ };
244
+ }
245
+ interface IParamsContent {
246
+ resmsgid: string;
247
+ msgid: string;
248
+ status: string;
249
+ err: string;
250
+ errmsg: string;
251
+ }
252
+ }
253
+ //# sourceMappingURL=widget-search.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"widget-search.model.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/consumption/src/lib/_models/widget-search.model.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,6 @@
1
+ export interface IUserGroupDetails {
2
+ group_id: number;
3
+ friendly_name: string;
4
+ description: string;
5
+ }
6
+ //# sourceMappingURL=widget-user.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"widget-user.model.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/consumption/src/lib/_models/widget-user.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;CACrB"}
@@ -0,0 +1,8 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ObjectToArrayPipe implements PipeTransform {
4
+ transform(...args: any[]): any[];
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ObjectToArrayPipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<ObjectToArrayPipe, "objectToArray">;
7
+ }
8
+ //# sourceMappingURL=object-to-array.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"object-to-array.pipe.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_pipes/object-to-array/object-to-array.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;;AAEpD,qBAGa,iBAAkB,YAAW,aAAa;IASrD,SAAS,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,GAAG,EAAE;yCATrB,iBAAiB;uCAAjB,iBAAiB;CAY7B"}
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./object-to-array.pipe";
3
+ import * as i2 from "@angular/common";
4
+ export declare class ObjectToArrayPipeModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ObjectToArrayPipeModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ObjectToArrayPipeModule, [typeof i1.ObjectToArrayPipe], [typeof i2.CommonModule], [typeof i1.ObjectToArrayPipe]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<ObjectToArrayPipeModule>;
8
+ }
9
+ //# sourceMappingURL=object-to-array.pipe.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"object-to-array.pipe.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_pipes/object-to-array/object-to-array.pipe.module.ts"],"names":[],"mappings":";;;AAIA,qBAOa,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAI"}
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./pipe-duration-transform.pipe";
3
+ import * as i2 from "@angular/common";
4
+ export declare class PipeDurationTransformModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<PipeDurationTransformModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PipeDurationTransformModule, [typeof i1.PipeDurationTransformPipe], [typeof i2.CommonModule], [typeof i1.PipeDurationTransformPipe]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<PipeDurationTransformModule>;
8
+ }
9
+ //# sourceMappingURL=pipe-duration-transform.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipe-duration-transform.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_pipes/pipe-duration-transform/pipe-duration-transform.module.ts"],"names":[],"mappings":";;;AAIA,qBAOa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI"}
@@ -0,0 +1,10 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class PipeDurationTransformPipe implements PipeTransform {
4
+ transform(data: number, type: 'time24' | 'hms' | 'hour' | 'hms2H' | 'hms2M' | 'day'): any;
5
+ defaultDuration(h: number, m: number, s: number): string;
6
+ hmsCalculation(h: number, m: number, s: number, dur: string, type: string): string;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<PipeDurationTransformPipe, never>;
8
+ static ɵpipe: i0.ɵɵPipeDeclaration<PipeDurationTransformPipe, "pipeDurationTransform">;
9
+ }
10
+ //# sourceMappingURL=pipe-duration-transform.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipe-duration-transform.pipe.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_pipes/pipe-duration-transform/pipe-duration-transform.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAA;;AAGnD,qBAGa,yBAA0B,YAAW,aAAa;IAE7D,SAAS,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,GAAG,KAAK,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,GAAE,KAAK,GAAG,GAAG;IA8CxF,eAAe,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM;IAO/C,cAAc,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM;yCAvD9D,yBAAyB;uCAAzB,yBAAyB;CA4ErC"}
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./pipe-public-URL.pipe";
3
+ import * as i2 from "@angular/common";
4
+ export declare class PipePublicURLModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<PipePublicURLModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PipePublicURLModule, [typeof i1.PipePublicURL], [typeof i2.CommonModule], [typeof i1.PipePublicURL]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<PipePublicURLModule>;
8
+ }
9
+ //# sourceMappingURL=pipe-public-URL.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipe-public-URL.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_pipes/pipe-public-URL/pipe-public-URL.module.ts"],"names":[],"mappings":";;;AAIA,qBAOa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAI"}
@@ -0,0 +1,10 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class PipePublicURL implements PipeTransform {
4
+ environment: any;
5
+ constructor(environment: any);
6
+ transform(value: string): any;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<PipePublicURL, never>;
8
+ static ɵpipe: i0.ɵɵPipeDeclaration<PipePublicURL, "pipePublicURL">;
9
+ }
10
+ //# sourceMappingURL=pipe-public-URL.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipe-public-URL.pipe.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_pipes/pipe-public-URL/pipe-public-URL.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgB,aAAa,EAAE,MAAM,eAAe,CAAA;;AAE3D,qBAGa,aAAc,YAAW,aAAa;IACjD,WAAW,EAAE,GAAG,CAAA;gBAES,WAAW,EAAE,GAAG;IAIzC,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,GAAG;yCAPlB,aAAa;uCAAb,aAAa;CAazB"}
@@ -0,0 +1,12 @@
1
+ import { Observable } from 'rxjs';
2
+ import { HttpClient } from '@angular/common/http';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CertificateService {
5
+ private http;
6
+ constructor(http: HttpClient);
7
+ downloadCertificate(id: string): Observable<any>;
8
+ downloadCertificate_v2(id: string): Observable<any>;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<CertificateService, never>;
10
+ static ɵprov: i0.ɵɵInjectableDeclaration<CertificateService>;
11
+ }
12
+ //# sourceMappingURL=certificate.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"certificate.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/consumption/src/lib/_services/certificate.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAA;AACjC,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;;AAOjD,qBAKa,kBAAkB;IAEjB,OAAO,CAAC,IAAI;gBAAJ,IAAI,EAAE,UAAU;IACpC,mBAAmB,CAAC,EAAE,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAIhD,sBAAsB,CAAC,EAAE,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;yCAPxC,kBAAkB;6CAAlB,kBAAkB;CAU9B"}
@@ -0,0 +1,43 @@
1
+ import { NsContent } from '../_models/widget-content.model';
2
+ import { NsContentStripWithTabs } from '../_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model';
3
+ import { NsCommonStrip } from '../_common/common-strip/common-strip.model';
4
+ import * as i0 from "@angular/core";
5
+ export declare class CommonMethodsService {
6
+ constructor();
7
+ transformContentsToWidgets(contents: NsContent.IContent[], strip: NsContentStripWithTabs.IContentStripUnit | NsCommonStrip.ICommonStripUnit): ({
8
+ widgetType: string;
9
+ widgetSubType: string;
10
+ widgetHostClass: string;
11
+ widgetData: {
12
+ cardSubType: "" | import("../_models/card-content.model").NsCardContent.TCardSubType;
13
+ cardCustomeClass: string;
14
+ context: {
15
+ pageSection: string;
16
+ position: number;
17
+ };
18
+ intranetMode: "" | "greyOut" | "hide";
19
+ deletedMode: "" | "greyOut" | "hide";
20
+ contentTags: NsCommonStrip.IContentTags | NsContentStripWithTabs.IContentTags;
21
+ batch: any;
22
+ content: NsContent.IContent;
23
+ };
24
+ } | {
25
+ widgetType: string;
26
+ widgetSubType: string;
27
+ widgetHostClass: string;
28
+ widgetData: {};
29
+ })[];
30
+ transformSkeletonToWidgets(strip: any): {
31
+ widgetType: string;
32
+ widgetSubType: string;
33
+ widgetHostClass: string;
34
+ widgetData: {
35
+ cardSubType: any;
36
+ cardCustomeClass: any;
37
+ };
38
+ }[];
39
+ handleCapitalize(str: string, type?: string): string;
40
+ static ɵfac: i0.ɵɵFactoryDeclaration<CommonMethodsService, never>;
41
+ static ɵprov: i0.ɵɵInjectableDeclaration<CommonMethodsService>;
42
+ }
43
+ //# sourceMappingURL=common-methods.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common-methods.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/consumption/src/lib/_services/common-methods.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,0EAA0E,CAAC;AAClH,OAAO,EAAE,aAAa,EAAE,MAAM,4CAA4C,CAAA;;AAE1E,qBAGa,oBAAoB;;IAI/B,0BAA0B,CACxB,QAAQ,EAAE,SAAS,CAAC,QAAQ,EAAE,EAC9B,KAAK,EAAE,sBAAsB,CAAC,iBAAiB,GAAG,aAAa,CAAC,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;IAyBlF,0BAA0B,CACxB,KAAK,EAAE,GAAG;;;;;;;;;IAaZ,gBAAgB,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM;yCA7CzC,oBAAoB;6CAApB,oBAAoB;CA2DhC"}
@@ -0,0 +1,75 @@
1
+ import { BehaviorSubject, ReplaySubject, Subject } from 'rxjs';
2
+ import { IPortalUrls, IUserPreference, NsAppsConfig, NsInstanceConfig, NsPage, NsUser } from '@sunbird-cb/utils-v2';
3
+ import { NSProfileDataV3 } from '../_models/profile-v3.models';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ConfigurationsService {
6
+ constructor();
7
+ appSetup: boolean;
8
+ userUrl: string;
9
+ baseUrl: string;
10
+ sitePath: string;
11
+ hostPath: string;
12
+ userRoles: Set<string> | null;
13
+ userGroups: Set<string> | null;
14
+ restrictedFeatures: Set<string> | null;
15
+ restrictedWidgets: Set<string> | null;
16
+ instanceConfig: NsInstanceConfig.IConfig | null;
17
+ appsConfig: NsAppsConfig.IAppsConfig | null;
18
+ rootOrg: string | null;
19
+ courseContentPath?: string;
20
+ org: string[] | null;
21
+ activeOrg: string | null;
22
+ isProduction: boolean;
23
+ hasAcceptedTnc: boolean;
24
+ profileDetailsStatus: boolean;
25
+ isActive: boolean;
26
+ userPreference: IUserPreference | null;
27
+ userProfile: NsUser.IUserProfile | null;
28
+ userProfileV2: NsUser.IUserProfile | null;
29
+ nodebbUserProfile: NsUser.INodebbUserProfile | null;
30
+ unMappedUser: any;
31
+ isAuthenticated: boolean;
32
+ isNewUser: boolean;
33
+ portalUrls: IPortalUrls | undefined;
34
+ positions: any;
35
+ overrideThemeChanges: any;
36
+ profileTimelyNudges: any;
37
+ pinnedApps: BehaviorSubject<Set<string>>;
38
+ prefChangeNotifier: ReplaySubject<Partial<IUserPreference>>;
39
+ tourGuideNotifier: ReplaySubject<boolean>;
40
+ authChangeNotifier: ReplaySubject<boolean>;
41
+ private updateProfile;
42
+ updateProfileObservable: import("rxjs").Observable<boolean>;
43
+ updateTourGuide: BehaviorSubject<boolean>;
44
+ updateTourGuideObservable: import("rxjs").Observable<boolean>;
45
+ updatePlatformRating: BehaviorSubject<{
46
+ bottom: string;
47
+ }>;
48
+ updatePlatformRatingObservable$: import("rxjs").Observable<{
49
+ bottom: string;
50
+ }>;
51
+ languageTranslationFlag: Subject<unknown>;
52
+ activeThemeObject: NsInstanceConfig.ITheme | null;
53
+ activeFontObject: NsInstanceConfig.IFontSize | null;
54
+ isDarkMode: boolean;
55
+ isIntranetAllowed: boolean;
56
+ isRTL: boolean;
57
+ activeLocale: NsInstanceConfig.ILocalsConfig | null;
58
+ activeLocaleGroup: string;
59
+ completedActivity: string[] | null;
60
+ completedTour: boolean;
61
+ profileSettings: string[];
62
+ primaryNavBar: Partial<NsPage.INavBackground>;
63
+ pageNavBar: Partial<NsPage.INavBackground>;
64
+ primaryNavBarConfig: NsInstanceConfig.IPrimaryNavbarConfig | null;
65
+ welcomeTabs: NSProfileDataV3.IProfileTab | null;
66
+ cstoken: string;
67
+ changeNavBarFullView: Subject<unknown>;
68
+ openExploreMenuForMWeb: Subject<unknown>;
69
+ updateGlobalProfile(state: boolean): void;
70
+ updateTourGuideMethod(state: boolean): void;
71
+ updatePlatformRatingMethod(state: any): void;
72
+ static ɵfac: i0.ɵɵFactoryDeclaration<ConfigurationsService, never>;
73
+ static ɵprov: i0.ɵɵInjectableDeclaration<ConfigurationsService>;
74
+ }
75
+ //# sourceMappingURL=configurations.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"configurations.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/consumption/src/lib/_services/configurations.service.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,19 @@
1
+ import { HttpClient } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import * as i0 from "@angular/core";
4
+ export declare class InsiteDataService {
5
+ private http;
6
+ constructor(http: HttpClient);
7
+ fetchSearchData(request: any): Observable<any>;
8
+ fetchAnnouncementsData(request: any): Observable<any>;
9
+ fetchTrainingDetails(request: any): Observable<any>;
10
+ fetchLearner(channelId: any): Observable<any>;
11
+ fetchLeaderboard(): Observable<Object>;
12
+ fetchMdoUsers(orgId: any): Observable<any>;
13
+ fetchNwlStats(): Observable<Object>;
14
+ fetchInsightsData(payload: any): Observable<Object>;
15
+ fetchUserProgress(): Observable<Object>;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<InsiteDataService, never>;
17
+ static ɵprov: i0.ɵɵInjectableDeclaration<InsiteDataService>;
18
+ }
19
+ //# sourceMappingURL=insite-data.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"insite-data.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/consumption/src/lib/_services/insite-data.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;;AAclC,qBAGa,iBAAiB;IAG1B,OAAO,CAAC,IAAI;gBAAJ,IAAI,EAAE,UAAU;IAE1B,eAAe,CAAC,OAAO,EAAE,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;IAI9C,sBAAsB,CAAC,OAAO,EAAE,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;IAKrD,oBAAoB,CAAC,OAAO,EAAE,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;IAInD,YAAY,CAAC,SAAS,EAAE,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;IAI7C,gBAAgB;IAIhB,aAAa,CAAC,KAAK,EAAE,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;IAI1C,aAAa;IAIb,iBAAiB,CAAC,OAAO,EAAE,GAAG;IAK9B,iBAAiB;yCAvCN,iBAAiB;6CAAjB,iBAAiB;CA2C7B"}
@@ -0,0 +1,24 @@
1
+ import { HttpClient } from '@angular/common/http';
2
+ import { TranslateService } from '@ngx-translate/core';
3
+ import { BehaviorSubject } from 'rxjs';
4
+ import { ConfigurationsService } from './configurations.service';
5
+ import * as i0 from "@angular/core";
6
+ export declare class MultilingualTranslationsService {
7
+ private translate;
8
+ private http;
9
+ private configSvc;
10
+ selectedLang: string;
11
+ languageSelected: BehaviorSubject<boolean>;
12
+ languageSelectedObservable: import("rxjs").Observable<boolean>;
13
+ editProfileDetails: string;
14
+ constructor(translate: TranslateService, http: HttpClient, configSvc: ConfigurationsService);
15
+ getLanguage(): void;
16
+ translateLabelWithoutspace(label: string, type: any, subtype: any): any;
17
+ translateLabel(label: string, type: any, subtype: any): any;
18
+ translateActualLabel(label: string, type: any, subtype: any): any;
19
+ editProfileDetailsAPI(data: any): import("rxjs").Observable<any>;
20
+ updatelanguageSelected(state: any, lang: any, userid: any): void;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<MultilingualTranslationsService, never>;
22
+ static ɵprov: i0.ɵɵInjectableDeclaration<MultilingualTranslationsService>;
23
+ }
24
+ //# sourceMappingURL=multilingual-translations.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"multilingual-translations.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/consumption/src/lib/_services/multilingual-translations.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,eAAe,EAAE,MAAM,MAAM,CAAC;AACvC,OAAO,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;;AAEjE,qBAIa,+BAA+B;IAO5B,OAAO,CAAC,SAAS;IAAoB,OAAO,CAAC,IAAI;IAAc,OAAO,CAAC,SAAS;IAN5F,YAAY,SAAM;IAElB,gBAAgB,2BAA6B;IAC7C,0BAA0B,qCAAwC;IAClE,kBAAkB,SAAuC;gBAErC,SAAS,EAAE,gBAAgB,EAAU,IAAI,EAAE,UAAU,EAAU,SAAS,EAAE,qBAAqB;IAInH,WAAW;IA6BX,0BAA0B,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,OAAO,EAAE,GAAG;IAajE,cAAc,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,OAAO,EAAE,GAAG;IA0BrD,oBAAoB,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,OAAO,EAAE,GAAG;IAoB3D,qBAAqB,CAAC,IAAI,EAAE,GAAG;IAI/B,sBAAsB,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG;yCAvGhD,+BAA+B;6CAA/B,+BAA+B;CA0H3C"}
@@ -0,0 +1,19 @@
1
+ import { Observable } from 'rxjs';
2
+ import { HttpClient } from '@angular/common/http';
3
+ import { NsAppRating } from '../_models/rating.model';
4
+ import * as i0 from "@angular/core";
5
+ export declare class RatingService {
6
+ http: HttpClient;
7
+ constructor(http: HttpClient);
8
+ getRating(contentId: string, contentType: string, userId: string): Observable<any>;
9
+ addOrUpdateRating(req: NsAppRating.IRating): Observable<any>;
10
+ getRatingSummary(contentId: string, contentType: string): Observable<any>;
11
+ getRatingLookup(req: NsAppRating.ILookupRequest): Observable<any>;
12
+ getRatingReply(req: any): Observable<any>;
13
+ getRatingIcon(ratingIndex: number, avg: number): 'star' | 'star_border' | 'star_half';
14
+ getRatingIconClass(ratingIndex: number, avg: number): boolean;
15
+ getAuthorReply(contentId: string, userID: string): Observable<any>;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<RatingService, never>;
17
+ static ɵprov: i0.ɵɵInjectableDeclaration<RatingService>;
18
+ }
19
+ //# sourceMappingURL=rating.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rating.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/consumption/src/lib/_services/rating.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAA;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;;AAerD,qBAIa,aAAa;IAEL,IAAI,EAAE,UAAU;gBAAhB,IAAI,EAAE,UAAU;IAEnC,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAUlF,iBAAiB,CAAC,GAAG,EAAE,WAAW,CAAC,OAAO,GAAG,UAAU,CAAC,GAAG,CAAC;IAM5D,gBAAgB,CAAC,SAAS,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAUzE,eAAe,CAAC,GAAG,EAAE,WAAW,CAAC,cAAc,GAAG,UAAU,CAAC,GAAG,CAAC;IAMjE,cAAc,CAAC,GAAG,EAAE,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;IAUzC,aAAa,CAAC,WAAW,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,aAAa,GAAG,WAAW;IAerF,kBAAkB,CAAC,WAAW,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,OAAO;IAoB7D,cAAc,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;yCAjFvD,aAAa;6CAAb,aAAa;CAsFzB"}
@@ -0,0 +1,9 @@
1
+ import { NsContent } from '../_models/widget-content.model';
2
+ export declare const VIEWER_ROUTE_FROM_MIME: (mimeType: NsContent.EMimeTypes) => "audio" | "audio-native" | "html" | "certification" | "mobile/html" | "youtube" | "survey" | "iap" | "ilp-fp" | "pdf" | "video" | "web-module" | "class-diagram" | "hands-on" | "rdbms-hands-on" | "html-picker" | "quiz" | "practice" | "resource-collection" | "offline-session";
3
+ export declare function viewerRouteGenerator(id: string, mimeType: NsContent.EMimeTypes, collectionId?: string, collectionType?: string, forPreview?: boolean, primaryCategory?: string, batchId?: string, courseName?: string): {
4
+ url: string;
5
+ queryParams: {
6
+ [key: string]: any;
7
+ };
8
+ };
9
+ //# sourceMappingURL=viewer-route-util.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"viewer-route-util.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/consumption/src/lib/_services/viewer-route-util.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAE5D,eAAO,MAAM,sBAAsB,aAAc,UAAU,UAAU,uRA4DpE,CAAC;AAEF,wBAAgB,oBAAoB,CAClC,EAAE,EAAE,MAAM,EACV,QAAQ,EAAE,SAAS,CAAC,UAAU,EAC9B,YAAY,CAAC,EAAE,MAAM,EACrB,cAAc,CAAC,EAAE,MAAM,EACvB,UAAU,UAAQ,EAClB,eAAe,CAAC,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,MAAM,EAChB,UAAU,CAAC,EAAE,MAAM,GAClB;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAA;CAAE,CAoCtD"}