@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.
- package/README.md +24 -0
- package/esm2015/lib/_common/announcements/announcements.component.js +98 -0
- package/esm2015/lib/_common/announcements/announcements.module.js +30 -0
- package/esm2015/lib/_common/avatar-photo-lib/avatar-photo-lib.component.js +113 -0
- package/esm2015/lib/_common/avatar-photo-lib/avatar-photo-lib.module.js +47 -0
- package/esm2015/lib/_common/calender/calender-day/calender-day.component.js +51 -0
- package/esm2015/lib/_common/calender/calender.component.js +191 -0
- package/esm2015/lib/_common/calender/calender.module.js +45 -0
- package/esm2015/lib/_common/cards/card-assessment/card-assessment/card-assessment.component.js +89 -0
- package/esm2015/lib/_common/cards/card-karma-programs/card-karma-programs.component.js +96 -0
- package/esm2015/lib/_common/cards/card-karma-programs-v2/card-karma-programs-v2.component.js +90 -0
- package/esm2015/lib/_common/cards/card-landscape/card-landscape.component.js +109 -0
- package/esm2015/lib/_common/cards/card-mdo-channel/card-mdo-channel.component.js +77 -0
- package/esm2015/lib/_common/cards/card-mdo-channel-v1/card-mdo-channel-v1.component.js +77 -0
- package/esm2015/lib/_common/cards/card-portrait/card-portrait.component.js +95 -0
- package/esm2015/lib/_common/cards/card-portrait-ext/card-portrait-ext.component.js +97 -0
- package/esm2015/lib/_common/cards/card-progress-portrait-lib/card-progress-portrait-lib.component.js +150 -0
- package/esm2015/lib/_common/cards/card-resource/card-resource.component.js +23 -0
- package/esm2015/lib/_common/cards/card-user/card-user.component.js +74 -0
- package/esm2015/lib/_common/cards/card-wide/card-wide.component.js +92 -0
- package/esm2015/lib/_common/cards/card-wide-v2/card-wide-v2.component.js +91 -0
- package/esm2015/lib/_common/cards/cards.component.js +104 -0
- package/esm2015/lib/_common/cards/cards.module.js +168 -0
- package/esm2015/lib/_common/cards/provider-card/provider-card.component.js +52 -0
- package/esm2015/lib/_common/cbp-plan/cbp-plan.component.js +95 -0
- package/esm2015/lib/_common/cbp-plan/cbp-plan.module.js +38 -0
- package/esm2015/lib/_common/common-strip/common-strip.component.js +323 -0
- package/esm2015/lib/_common/common-strip/common-strip.model.js +2 -0
- package/esm2015/lib/_common/common-strip/common-strip.module.js +147 -0
- package/esm2015/lib/_common/competency-passbook/competency-passbook.component.js +366 -0
- package/esm2015/lib/_common/competency-passbook/competency-passbook.module.js +36 -0
- package/esm2015/lib/_common/competency-passbook/competency-passbook.service.js +30 -0
- package/esm2015/lib/_common/competency-passbook-mdo/competency-passbook-mdo.component.js +190 -0
- package/esm2015/lib/_common/competency-passbook-mdo/competency-passbook-mdo.module.js +36 -0
- package/esm2015/lib/_common/competency-passbook-mdo/competency-passbook-mdo.service.js +30 -0
- package/esm2015/lib/_common/content-progress/content-progress.component.js +76 -0
- package/esm2015/lib/_common/content-progress/content-progress.module.js +30 -0
- package/esm2015/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.js +1661 -0
- package/esm2015/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model.js +2 -0
- package/esm2015/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.module.js +152 -0
- package/esm2015/lib/_common/data-points/data-points.component.js +119 -0
- package/esm2015/lib/_common/data-points/data-points.module.js +28 -0
- package/esm2015/lib/_common/dialog-components/certificate-dialog/certificate-dialog.component.js +138 -0
- package/esm2015/lib/_common/dialog-components/dialog-components.module.js +65 -0
- package/esm2015/lib/_common/display-content-type-lib/display-content-type-lib.component.js +33 -0
- package/esm2015/lib/_common/display-content-type-lib/display-content-type-lib.module.js +19 -0
- package/esm2015/lib/_common/events/event-card/event-card.component.js +46 -0
- package/esm2015/lib/_common/events/events.component.js +111 -0
- package/esm2015/lib/_common/events/events.module.js +35 -0
- package/esm2015/lib/_common/highlights-of-week/highlights-of-week.component.js +50 -0
- package/esm2015/lib/_common/highlights-of-week/highlights-of-week.module.js +40 -0
- package/esm2015/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.component.js +258 -0
- package/esm2015/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.module.js +34 -0
- package/esm2015/lib/_common/key-highlights/key-highlights.component.js +45 -0
- package/esm2015/lib/_common/key-highlights/key-highlights.module.js +37 -0
- package/esm2015/lib/_common/mdo-leaderboard/mdo-leaderboard.component.js +103 -0
- package/esm2015/lib/_common/mdo-leaderboard/mdo-leaderboard.module.js +42 -0
- package/esm2015/lib/_common/microsites/mdo-channels/mdo-channel-v1/mdo-channel-v1.component.js +18 -0
- package/esm2015/lib/_common/microsites/mdo-channels/mdo-channel-v2/mdo-channel-v2.component.js +158 -0
- package/esm2015/lib/_common/microsites/mdo-channels/mdo-channel.module.js +93 -0
- package/esm2015/lib/_common/microsites/national-learning-week/national-learning/national-learning.component.js +85 -0
- package/esm2015/lib/_common/microsites/national-learning-week/national-learning.module.js +87 -0
- package/esm2015/lib/_common/microsites/providers/providers-v2/providers-v2.component.js +156 -0
- package/esm2015/lib/_common/microsites/providers/providers.module.js +90 -0
- package/esm2015/lib/_common/pills/pills.component.js +44 -0
- package/esm2015/lib/_common/pills/pills.module.js +34 -0
- package/esm2015/lib/_common/skeleton-loader-lib/skeleton-loader-lib.component.js +29 -0
- package/esm2015/lib/_common/skeleton-loader-lib/skeleton-loader-lib.module.js +40 -0
- package/esm2015/lib/_common/sliders/sliders.component.js +117 -0
- package/esm2015/lib/_common/sliders/sliders.model.js +2 -0
- package/esm2015/lib/_common/sliders/sliders.module.js +53 -0
- package/esm2015/lib/_common/sliders-ng-content/sliders-ng-content.component.js +138 -0
- package/esm2015/lib/_common/sliders-ng-content/sliders-ng-content.model.js +2 -0
- package/esm2015/lib/_common/sliders-ng-content/sliders-ng-content.module.js +53 -0
- package/esm2015/lib/_common/speakers/speakers.component.js +73 -0
- package/esm2015/lib/_common/speakers/speakers.module.js +40 -0
- package/esm2015/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.component.js +684 -0
- package/esm2015/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.model.js +5 -0
- package/esm2015/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.module.js +152 -0
- package/esm2015/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.component.js +957 -0
- package/esm2015/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.model.js +2 -0
- package/esm2015/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.module.js +152 -0
- package/esm2015/lib/_common/top-learners/top-learners.component.js +104 -0
- package/esm2015/lib/_common/top-learners/top-learners.module.js +30 -0
- package/esm2015/lib/_common/user-content-rating/user-content-rating-lib.component.js +83 -0
- package/esm2015/lib/_common/user-content-rating/user-content-rating-lib.module.js +58 -0
- package/esm2015/lib/_common/user-content-rating/user-content-rating-lib.service.js +23 -0
- package/esm2015/lib/_common/user-progress/user-progress.component.js +111 -0
- package/esm2015/lib/_common/user-progress/user-progress.module.js +40 -0
- package/esm2015/lib/_constants/misc.constants.js +2 -0
- package/esm2015/lib/_directives/default-thumbnail/default-thumbnail.directive.js +40 -0
- package/esm2015/lib/_directives/default-thumbnail/default-thumbnail.module.js +22 -0
- package/esm2015/lib/_directives/image-responsive/image-responsive.directive.js +87 -0
- package/esm2015/lib/_directives/image-responsive/image-responsive.module.js +22 -0
- package/esm2015/lib/_directives/navigation/navigation.directive.js +43 -0
- package/esm2015/lib/_directives/navigation/navigation.module.js +22 -0
- package/esm2015/lib/_directives/scrollable-item/scrollable-item.directive.js +22 -0
- package/esm2015/lib/_directives/scrollable-item/scrollable-item.module.js +22 -0
- package/esm2015/lib/_models/card-content-v2.model.js +23 -0
- package/esm2015/lib/_models/card-content.model.js +23 -0
- package/esm2015/lib/_models/card-users.model.js +2 -0
- package/esm2015/lib/_models/compentencies.model.js +2 -0
- package/esm2015/lib/_models/content-strip-multiple.model.js +2 -0
- package/esm2015/lib/_models/event.js +2 -0
- package/esm2015/lib/_models/profile-v3.models.js +2 -0
- package/esm2015/lib/_models/rating.model.js +2 -0
- package/esm2015/lib/_models/widget-content.model.js +241 -0
- package/esm2015/lib/_models/widget-search.model.js +2 -0
- package/esm2015/lib/_models/widget-user.model.js +2 -0
- package/esm2015/lib/_pipes/object-to-array/object-to-array.pipe.js +24 -0
- package/esm2015/lib/_pipes/object-to-array/object-to-array.pipe.module.js +22 -0
- package/esm2015/lib/_pipes/pipe-duration-transform/pipe-duration-transform.module.js +22 -0
- package/esm2015/lib/_pipes/pipe-duration-transform/pipe-duration-transform.pipe.js +84 -0
- package/esm2015/lib/_pipes/pipe-public-URL/pipe-public-URL.module.js +22 -0
- package/esm2015/lib/_pipes/pipe-public-URL/pipe-public-URL.pipe.js +24 -0
- package/esm2015/lib/_services/certificate.service.js +27 -0
- package/esm2015/lib/_services/common-methods.service.js +52 -0
- package/esm2015/lib/_services/configurations.service.js +106 -0
- package/esm2015/lib/_services/insite-data.service.js +56 -0
- package/esm2015/lib/_services/multilingual-translations.service.js +134 -0
- package/esm2015/lib/_services/rating.service.js +90 -0
- package/esm2015/lib/_services/viewer-route-util.js +100 -0
- package/esm2015/lib/_services/widget-content.service.js +477 -0
- package/esm2015/lib/_services/widget-user.service.js +300 -0
- package/esm2015/lib/consumption.component.js +26 -0
- package/esm2015/lib/consumption.config.js +7 -0
- package/esm2015/lib/consumption.module.js +56 -0
- package/esm2015/lib/consumption.service.js +14 -0
- package/esm2015/lib/registration-lib.config.js +15 -0
- package/esm2015/public-api.js +73 -0
- package/esm2015/sunbird-cb-consumption.js +5 -0
- package/fesm2015/sunbird-cb-consumption.js +11436 -0
- package/fesm2015/sunbird-cb-consumption.js.map +1 -0
- package/lib/_common/announcements/announcements.component.d.ts +25 -0
- package/lib/_common/announcements/announcements.component.d.ts.map +1 -0
- package/lib/_common/announcements/announcements.module.d.ts +11 -0
- package/lib/_common/announcements/announcements.module.d.ts.map +1 -0
- package/lib/_common/avatar-photo-lib/avatar-photo-lib.component.d.ts +24 -0
- package/lib/_common/avatar-photo-lib/avatar-photo-lib.component.d.ts.map +1 -0
- package/lib/_common/avatar-photo-lib/avatar-photo-lib.module.d.ts +15 -0
- package/lib/_common/avatar-photo-lib/avatar-photo-lib.module.d.ts.map +1 -0
- package/lib/_common/calender/calender-day/calender-day.component.d.ts +22 -0
- package/lib/_common/calender/calender-day/calender-day.component.d.ts.map +1 -0
- package/lib/_common/calender/calender.component.d.ts +38 -0
- package/lib/_common/calender/calender.component.d.ts.map +1 -0
- package/lib/_common/calender/calender.module.d.ts +14 -0
- package/lib/_common/calender/calender.module.d.ts.map +1 -0
- package/lib/_common/cards/card-assessment/card-assessment/card-assessment.component.d.ts +35 -0
- package/lib/_common/cards/card-assessment/card-assessment/card-assessment.component.d.ts.map +1 -0
- package/lib/_common/cards/card-karma-programs/card-karma-programs.component.d.ts +32 -0
- package/lib/_common/cards/card-karma-programs/card-karma-programs.component.d.ts.map +1 -0
- package/lib/_common/cards/card-karma-programs-v2/card-karma-programs-v2.component.d.ts +30 -0
- package/lib/_common/cards/card-karma-programs-v2/card-karma-programs-v2.component.d.ts.map +1 -0
- package/lib/_common/cards/card-landscape/card-landscape.component.d.ts +40 -0
- package/lib/_common/cards/card-landscape/card-landscape.component.d.ts.map +1 -0
- package/lib/_common/cards/card-mdo-channel/card-mdo-channel.component.d.ts +31 -0
- package/lib/_common/cards/card-mdo-channel/card-mdo-channel.component.d.ts.map +1 -0
- package/lib/_common/cards/card-mdo-channel-v1/card-mdo-channel-v1.component.d.ts +31 -0
- package/lib/_common/cards/card-mdo-channel-v1/card-mdo-channel-v1.component.d.ts.map +1 -0
- package/lib/_common/cards/card-portrait/card-portrait.component.d.ts +37 -0
- package/lib/_common/cards/card-portrait/card-portrait.component.d.ts.map +1 -0
- package/lib/_common/cards/card-portrait-ext/card-portrait-ext.component.d.ts +37 -0
- package/lib/_common/cards/card-portrait-ext/card-portrait-ext.component.d.ts.map +1 -0
- package/lib/_common/cards/card-progress-portrait-lib/card-progress-portrait-lib.component.d.ts +46 -0
- package/lib/_common/cards/card-progress-portrait-lib/card-progress-portrait-lib.component.d.ts.map +1 -0
- package/lib/_common/cards/card-resource/card-resource.component.d.ts +12 -0
- package/lib/_common/cards/card-resource/card-resource.component.d.ts.map +1 -0
- package/lib/_common/cards/card-user/card-user.component.d.ts +28 -0
- package/lib/_common/cards/card-user/card-user.component.d.ts.map +1 -0
- package/lib/_common/cards/card-wide/card-wide.component.d.ts +34 -0
- package/lib/_common/cards/card-wide/card-wide.component.d.ts.map +1 -0
- package/lib/_common/cards/card-wide-v2/card-wide-v2.component.d.ts +38 -0
- package/lib/_common/cards/card-wide-v2/card-wide-v2.component.d.ts.map +1 -0
- package/lib/_common/cards/cards.component.d.ts +30 -0
- package/lib/_common/cards/cards.component.d.ts.map +1 -0
- package/lib/_common/cards/cards.module.d.ts +39 -0
- package/lib/_common/cards/cards.module.d.ts.map +1 -0
- package/lib/_common/cards/provider-card/provider-card.component.d.ts +18 -0
- package/lib/_common/cards/provider-card/provider-card.component.d.ts.map +1 -0
- package/lib/_common/cbp-plan/cbp-plan.component.d.ts +29 -0
- package/lib/_common/cbp-plan/cbp-plan.component.d.ts.map +1 -0
- package/lib/_common/cbp-plan/cbp-plan.module.d.ts +13 -0
- package/lib/_common/cbp-plan/cbp-plan.module.d.ts.map +1 -0
- package/lib/_common/common-strip/common-strip.component.d.ts +108 -0
- package/lib/_common/common-strip/common-strip.component.d.ts.map +1 -0
- package/lib/_common/common-strip/common-strip.model.d.ts +143 -0
- package/lib/_common/common-strip/common-strip.model.d.ts.map +1 -0
- package/lib/_common/common-strip/common-strip.module.d.ts +36 -0
- package/lib/_common/common-strip/common-strip.module.d.ts.map +1 -0
- package/lib/_common/competency-passbook/competency-passbook.component.d.ts +52 -0
- package/lib/_common/competency-passbook/competency-passbook.component.d.ts.map +1 -0
- package/lib/_common/competency-passbook/competency-passbook.module.d.ts +12 -0
- package/lib/_common/competency-passbook/competency-passbook.module.d.ts.map +1 -0
- package/lib/_common/competency-passbook/competency-passbook.service.d.ts +13 -0
- package/lib/_common/competency-passbook/competency-passbook.service.d.ts.map +1 -0
- package/lib/_common/competency-passbook-mdo/competency-passbook-mdo.component.d.ts +50 -0
- package/lib/_common/competency-passbook-mdo/competency-passbook-mdo.component.d.ts.map +1 -0
- package/lib/_common/competency-passbook-mdo/competency-passbook-mdo.module.d.ts +12 -0
- package/lib/_common/competency-passbook-mdo/competency-passbook-mdo.module.d.ts.map +1 -0
- package/lib/_common/competency-passbook-mdo/competency-passbook-mdo.service.d.ts +13 -0
- package/lib/_common/competency-passbook-mdo/competency-passbook-mdo.service.d.ts.map +1 -0
- package/lib/_common/content-progress/content-progress.component.d.ts +17 -0
- package/lib/_common/content-progress/content-progress.component.d.ts.map +1 -0
- package/lib/_common/content-progress/content-progress.module.d.ts +11 -0
- package/lib/_common/content-progress/content-progress.module.d.ts.map +1 -0
- package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.d.ts +207 -0
- package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.d.ts.map +1 -0
- package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model.d.ts +151 -0
- package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model.d.ts.map +1 -0
- package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.module.d.ts +39 -0
- package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.module.d.ts.map +1 -0
- package/lib/_common/data-points/data-points.component.d.ts +24 -0
- package/lib/_common/data-points/data-points.component.d.ts.map +1 -0
- package/lib/_common/data-points/data-points.module.d.ts +10 -0
- package/lib/_common/data-points/data-points.module.d.ts.map +1 -0
- package/lib/_common/dialog-components/certificate-dialog/certificate-dialog.component.d.ts +26 -0
- package/lib/_common/dialog-components/certificate-dialog/certificate-dialog.component.d.ts.map +1 -0
- package/lib/_common/dialog-components/dialog-components.module.d.ts +15 -0
- package/lib/_common/dialog-components/dialog-components.module.d.ts.map +1 -0
- package/lib/_common/display-content-type-lib/display-content-type-lib.component.d.ts +16 -0
- package/lib/_common/display-content-type-lib/display-content-type-lib.component.d.ts.map +1 -0
- package/lib/_common/display-content-type-lib/display-content-type-lib.module.d.ts +10 -0
- package/lib/_common/display-content-type-lib/display-content-type-lib.module.d.ts.map +1 -0
- package/lib/_common/events/event-card/event-card.component.d.ts +17 -0
- package/lib/_common/events/event-card/event-card.component.d.ts.map +1 -0
- package/lib/_common/events/events.component.d.ts +21 -0
- package/lib/_common/events/events.component.d.ts.map +1 -0
- package/lib/_common/events/events.module.d.ts +13 -0
- package/lib/_common/events/events.module.d.ts.map +1 -0
- package/lib/_common/highlights-of-week/highlights-of-week.component.d.ts +18 -0
- package/lib/_common/highlights-of-week/highlights-of-week.component.d.ts.map +1 -0
- package/lib/_common/highlights-of-week/highlights-of-week.module.d.ts +13 -0
- package/lib/_common/highlights-of-week/highlights-of-week.module.d.ts.map +1 -0
- package/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.component.d.ts +37 -0
- package/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.component.d.ts.map +1 -0
- package/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.module.d.ts +12 -0
- package/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.module.d.ts.map +1 -0
- package/lib/_common/key-highlights/key-highlights.component.d.ts +20 -0
- package/lib/_common/key-highlights/key-highlights.component.d.ts.map +1 -0
- package/lib/_common/key-highlights/key-highlights.module.d.ts +12 -0
- package/lib/_common/key-highlights/key-highlights.module.d.ts.map +1 -0
- package/lib/_common/mdo-leaderboard/mdo-leaderboard.component.d.ts +24 -0
- package/lib/_common/mdo-leaderboard/mdo-leaderboard.component.d.ts.map +1 -0
- package/lib/_common/mdo-leaderboard/mdo-leaderboard.module.d.ts +13 -0
- package/lib/_common/mdo-leaderboard/mdo-leaderboard.module.d.ts.map +1 -0
- package/lib/_common/microsites/mdo-channels/mdo-channel-v1/mdo-channel-v1.component.d.ts +9 -0
- package/lib/_common/microsites/mdo-channels/mdo-channel-v1/mdo-channel-v1.component.d.ts.map +1 -0
- package/lib/_common/microsites/mdo-channels/mdo-channel-v2/mdo-channel-v2.component.d.ts +46 -0
- package/lib/_common/microsites/mdo-channels/mdo-channel-v2/mdo-channel-v2.component.d.ts.map +1 -0
- package/lib/_common/microsites/mdo-channels/mdo-channel.module.d.ts +25 -0
- package/lib/_common/microsites/mdo-channels/mdo-channel.module.d.ts.map +1 -0
- package/lib/_common/microsites/national-learning-week/national-learning/national-learning.component.d.ts +24 -0
- package/lib/_common/microsites/national-learning-week/national-learning/national-learning.component.d.ts.map +1 -0
- package/lib/_common/microsites/national-learning-week/national-learning.module.d.ts +23 -0
- package/lib/_common/microsites/national-learning-week/national-learning.module.d.ts.map +1 -0
- package/lib/_common/microsites/providers/providers-v2/providers-v2.component.d.ts +40 -0
- package/lib/_common/microsites/providers/providers-v2/providers-v2.component.d.ts.map +1 -0
- package/lib/_common/microsites/providers/providers.module.d.ts +23 -0
- package/lib/_common/microsites/providers/providers.module.d.ts.map +1 -0
- package/lib/_common/pills/pills.component.d.ts +17 -0
- package/lib/_common/pills/pills.component.d.ts.map +1 -0
- package/lib/_common/pills/pills.module.d.ts +12 -0
- package/lib/_common/pills/pills.module.d.ts.map +1 -0
- package/lib/_common/skeleton-loader-lib/skeleton-loader-lib.component.d.ts +12 -0
- package/lib/_common/skeleton-loader-lib/skeleton-loader-lib.component.d.ts.map +1 -0
- package/lib/_common/skeleton-loader-lib/skeleton-loader-lib.module.d.ts +12 -0
- package/lib/_common/skeleton-loader-lib/skeleton-loader-lib.module.d.ts.map +1 -0
- package/lib/_common/sliders/sliders.component.d.ts +31 -0
- package/lib/_common/sliders/sliders.component.d.ts.map +1 -0
- package/lib/_common/sliders/sliders.model.d.ts +41 -0
- package/lib/_common/sliders/sliders.model.d.ts.map +1 -0
- package/lib/_common/sliders/sliders.module.d.ts +13 -0
- package/lib/_common/sliders/sliders.module.d.ts.map +1 -0
- package/lib/_common/sliders-ng-content/sliders-ng-content.component.d.ts +34 -0
- package/lib/_common/sliders-ng-content/sliders-ng-content.component.d.ts.map +1 -0
- package/lib/_common/sliders-ng-content/sliders-ng-content.model.d.ts +35 -0
- package/lib/_common/sliders-ng-content/sliders-ng-content.model.d.ts.map +1 -0
- package/lib/_common/sliders-ng-content/sliders-ng-content.module.d.ts +13 -0
- package/lib/_common/sliders-ng-content/sliders-ng-content.module.d.ts.map +1 -0
- package/lib/_common/speakers/speakers.component.d.ts +19 -0
- package/lib/_common/speakers/speakers.component.d.ts.map +1 -0
- package/lib/_common/speakers/speakers.module.d.ts +13 -0
- package/lib/_common/speakers/speakers.module.d.ts.map +1 -0
- package/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.component.d.ts +135 -0
- package/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.component.d.ts.map +1 -0
- package/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.model.d.ts +159 -0
- package/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.model.d.ts.map +1 -0
- package/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.module.d.ts +37 -0
- package/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.module.d.ts.map +1 -0
- package/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.component.d.ts +165 -0
- package/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.component.d.ts.map +1 -0
- package/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.model.d.ts +151 -0
- package/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.model.d.ts.map +1 -0
- package/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.module.d.ts +39 -0
- package/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.module.d.ts.map +1 -0
- package/lib/_common/top-learners/top-learners.component.d.ts +22 -0
- package/lib/_common/top-learners/top-learners.component.d.ts.map +1 -0
- package/lib/_common/top-learners/top-learners.module.d.ts +11 -0
- package/lib/_common/top-learners/top-learners.module.d.ts.map +1 -0
- package/lib/_common/user-content-rating/user-content-rating-lib.component.d.ts +26 -0
- package/lib/_common/user-content-rating/user-content-rating-lib.component.d.ts.map +1 -0
- package/lib/_common/user-content-rating/user-content-rating-lib.module.d.ts +17 -0
- package/lib/_common/user-content-rating/user-content-rating-lib.module.d.ts.map +1 -0
- package/lib/_common/user-content-rating/user-content-rating-lib.service.d.ts +11 -0
- package/lib/_common/user-content-rating/user-content-rating-lib.service.d.ts.map +1 -0
- package/lib/_common/user-progress/user-progress.component.d.ts +28 -0
- package/lib/_common/user-progress/user-progress.component.d.ts.map +1 -0
- package/lib/_common/user-progress/user-progress.module.d.ts +13 -0
- package/lib/_common/user-progress/user-progress.module.d.ts.map +1 -0
- package/lib/_constants/misc.constants.d.ts +3 -0
- package/lib/_constants/misc.constants.d.ts.map +1 -0
- package/lib/_directives/default-thumbnail/default-thumbnail.directive.d.ts +13 -0
- package/lib/_directives/default-thumbnail/default-thumbnail.directive.d.ts.map +1 -0
- package/lib/_directives/default-thumbnail/default-thumbnail.module.d.ts +9 -0
- package/lib/_directives/default-thumbnail/default-thumbnail.module.d.ts.map +1 -0
- package/lib/_directives/image-responsive/image-responsive.directive.d.ts +21 -0
- package/lib/_directives/image-responsive/image-responsive.directive.d.ts.map +1 -0
- package/lib/_directives/image-responsive/image-responsive.module.d.ts +9 -0
- package/lib/_directives/image-responsive/image-responsive.module.d.ts.map +1 -0
- package/lib/_directives/navigation/navigation.directive.d.ts +13 -0
- package/lib/_directives/navigation/navigation.directive.d.ts.map +1 -0
- package/lib/_directives/navigation/navigation.module.d.ts +9 -0
- package/lib/_directives/navigation/navigation.module.d.ts.map +1 -0
- package/lib/_directives/scrollable-item/scrollable-item.directive.d.ts +11 -0
- package/lib/_directives/scrollable-item/scrollable-item.directive.d.ts.map +1 -0
- package/lib/_directives/scrollable-item/scrollable-item.module.d.ts +9 -0
- package/lib/_directives/scrollable-item/scrollable-item.module.d.ts.map +1 -0
- package/lib/_models/card-content-v2.model.d.ts +45 -0
- package/lib/_models/card-content-v2.model.d.ts.map +1 -0
- package/lib/_models/card-content.model.d.ts +42 -0
- package/lib/_models/card-content.model.d.ts.map +1 -0
- package/lib/_models/card-users.model.d.ts +51 -0
- package/lib/_models/card-users.model.d.ts.map +1 -0
- package/lib/_models/compentencies.model.d.ts +10 -0
- package/lib/_models/compentencies.model.d.ts.map +1 -0
- package/lib/_models/content-strip-multiple.model.d.ts +130 -0
- package/lib/_models/content-strip-multiple.model.d.ts.map +1 -0
- package/lib/_models/event.d.ts +19 -0
- package/lib/_models/event.d.ts.map +1 -0
- package/lib/_models/profile-v3.models.d.ts +92 -0
- package/lib/_models/profile-v3.models.d.ts.map +1 -0
- package/lib/_models/rating.model.d.ts +18 -0
- package/lib/_models/rating.model.d.ts.map +1 -0
- package/lib/_models/widget-content.model.d.ts +499 -0
- package/lib/_models/widget-content.model.d.ts.map +1 -0
- package/lib/_models/widget-search.model.d.ts +253 -0
- package/lib/_models/widget-search.model.d.ts.map +1 -0
- package/lib/_models/widget-user.model.d.ts +6 -0
- package/lib/_models/widget-user.model.d.ts.map +1 -0
- package/lib/_pipes/object-to-array/object-to-array.pipe.d.ts +8 -0
- package/lib/_pipes/object-to-array/object-to-array.pipe.d.ts.map +1 -0
- package/lib/_pipes/object-to-array/object-to-array.pipe.module.d.ts +9 -0
- package/lib/_pipes/object-to-array/object-to-array.pipe.module.d.ts.map +1 -0
- package/lib/_pipes/pipe-duration-transform/pipe-duration-transform.module.d.ts +9 -0
- package/lib/_pipes/pipe-duration-transform/pipe-duration-transform.module.d.ts.map +1 -0
- package/lib/_pipes/pipe-duration-transform/pipe-duration-transform.pipe.d.ts +10 -0
- package/lib/_pipes/pipe-duration-transform/pipe-duration-transform.pipe.d.ts.map +1 -0
- package/lib/_pipes/pipe-public-URL/pipe-public-URL.module.d.ts +9 -0
- package/lib/_pipes/pipe-public-URL/pipe-public-URL.module.d.ts.map +1 -0
- package/lib/_pipes/pipe-public-URL/pipe-public-URL.pipe.d.ts +10 -0
- package/lib/_pipes/pipe-public-URL/pipe-public-URL.pipe.d.ts.map +1 -0
- package/lib/_services/certificate.service.d.ts +12 -0
- package/lib/_services/certificate.service.d.ts.map +1 -0
- package/lib/_services/common-methods.service.d.ts +43 -0
- package/lib/_services/common-methods.service.d.ts.map +1 -0
- package/lib/_services/configurations.service.d.ts +75 -0
- package/lib/_services/configurations.service.d.ts.map +1 -0
- package/lib/_services/insite-data.service.d.ts +19 -0
- package/lib/_services/insite-data.service.d.ts.map +1 -0
- package/lib/_services/multilingual-translations.service.d.ts +24 -0
- package/lib/_services/multilingual-translations.service.d.ts.map +1 -0
- package/lib/_services/rating.service.d.ts +19 -0
- package/lib/_services/rating.service.d.ts.map +1 -0
- package/lib/_services/viewer-route-util.d.ts +9 -0
- package/lib/_services/viewer-route-util.d.ts.map +1 -0
- package/lib/_services/widget-content.service.d.ts +91 -0
- package/lib/_services/widget-content.service.d.ts.map +1 -0
- package/lib/_services/widget-user.service.d.ts +37 -0
- package/lib/_services/widget-user.service.d.ts.map +1 -0
- package/lib/consumption.component.d.ts +9 -0
- package/lib/consumption.component.d.ts.map +1 -0
- package/lib/consumption.config.d.ts +7 -0
- package/lib/consumption.config.d.ts.map +1 -0
- package/lib/consumption.module.d.ts +16 -0
- package/lib/consumption.module.d.ts.map +1 -0
- package/lib/consumption.service.d.ts +7 -0
- package/lib/consumption.service.d.ts.map +1 -0
- package/lib/registration-lib.config.d.ts +5 -0
- package/lib/registration-lib.config.d.ts.map +1 -0
- package/package.json +21 -0
- package/public-api.d.ts +70 -0
- package/public-api.d.ts.map +1 -0
- package/sunbird-cb-consumption.d.ts +6 -0
- package/sunbird-cb-consumption.d.ts.map +1 -0
package/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.model.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content-strip-facet-filter.model.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/consumption/src/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.model.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./content-strip-facet-filter.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/forms";
|
|
30
|
+
import * as i29 from "@angular/material/autocomplete";
|
|
31
|
+
import * as i30 from "@ngx-translate/core";
|
|
32
|
+
export declare class ContentStripFacetFilterModule {
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContentStripFacetFilterModule, never>;
|
|
34
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ContentStripFacetFilterModule, [typeof i1.ContentStripFacetFilterComponent], [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.ReactiveFormsModule, typeof i29.MatAutocompleteModule, typeof i30.TranslateModule], [typeof i1.ContentStripFacetFilterComponent]>;
|
|
35
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ContentStripFacetFilterModule>;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=content-strip-facet-filter.module.d.ts.map
|
package/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.module.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content-strip-facet-filter.module.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/consumption/src/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqCA,qBA2Ca,6BAA6B;yCAA7B,6BAA6B;0CAA7B,6BAA6B;0CAA7B,6BAA6B;CAAI"}
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
import { OnInit, OnDestroy, EventEmitter } from '@angular/core';
|
|
2
|
+
import { NsWidgetResolver, WidgetBaseComponent } from '@sunbird-cb/resolver-v2';
|
|
3
|
+
import { NsContentStripWithTabsAndPills } from './content-strip-with-tabs-pills.model';
|
|
4
|
+
import { WidgetContentService } from '../../../_services/widget-content.service';
|
|
5
|
+
import { NsContent } from '../../../_models/widget-content.model';
|
|
6
|
+
import { MultilingualTranslationsService } from '../../../_services/multilingual-translations.service';
|
|
7
|
+
import { LoggerService, EventService, ConfigurationsService, UtilityService } from '@sunbird-cb/utils-v2';
|
|
8
|
+
import { Subscription } from 'rxjs';
|
|
9
|
+
import { WidgetUserService } from '../../../_services/widget-user.service';
|
|
10
|
+
import { MatTabChangeEvent } from '@angular/material/tabs';
|
|
11
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
12
|
+
import { Router } from '@angular/router';
|
|
13
|
+
import * as i0 from "@angular/core";
|
|
14
|
+
interface IStripUnitContentData {
|
|
15
|
+
key: string;
|
|
16
|
+
canHideStrip: boolean;
|
|
17
|
+
mode?: string;
|
|
18
|
+
showStrip: boolean;
|
|
19
|
+
disableTranslate: boolean;
|
|
20
|
+
widgets?: NsWidgetResolver.IRenderConfigWithAnyData[];
|
|
21
|
+
stripTitle: string;
|
|
22
|
+
stripTitleLink?: {
|
|
23
|
+
link: {
|
|
24
|
+
queryParams: string;
|
|
25
|
+
};
|
|
26
|
+
icon: string;
|
|
27
|
+
queryParams: string;
|
|
28
|
+
};
|
|
29
|
+
sliderConfig?: {
|
|
30
|
+
showNavs: boolean;
|
|
31
|
+
showDots: boolean;
|
|
32
|
+
maxWidgets?: number;
|
|
33
|
+
cerificateCardMargin?: boolean;
|
|
34
|
+
};
|
|
35
|
+
stripConfig: any;
|
|
36
|
+
tabs?: NsContentStripWithTabsAndPills.IContentStripTab[] | undefined;
|
|
37
|
+
stripName?: string;
|
|
38
|
+
stripLogo?: string;
|
|
39
|
+
description?: string;
|
|
40
|
+
stripInfo?: NsContentStripWithTabsAndPills.IStripInfo;
|
|
41
|
+
noDataWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
|
|
42
|
+
errorWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
|
|
43
|
+
showOnNoData: boolean;
|
|
44
|
+
showOnLoader: boolean;
|
|
45
|
+
showOnError: boolean;
|
|
46
|
+
loaderWidgets?: any;
|
|
47
|
+
stripBackground?: string;
|
|
48
|
+
secondaryHeading?: any;
|
|
49
|
+
viewMoreUrl: any;
|
|
50
|
+
request?: any;
|
|
51
|
+
}
|
|
52
|
+
export declare class ContentStripWithTabsPillsComponent extends WidgetBaseComponent implements OnInit, OnDestroy, NsWidgetResolver.IWidgetData<NsContentStripWithTabsAndPills.IContentStripMultiple> {
|
|
53
|
+
private contentSvc;
|
|
54
|
+
private loggerSvc;
|
|
55
|
+
private eventSvc;
|
|
56
|
+
private configSvc;
|
|
57
|
+
utilitySvc: UtilityService;
|
|
58
|
+
router: Router;
|
|
59
|
+
private userSvc;
|
|
60
|
+
private translate;
|
|
61
|
+
private langtranslations;
|
|
62
|
+
widgetData: NsContentStripWithTabsAndPills.IContentStripMultiple;
|
|
63
|
+
emptyResponse: EventEmitter<any>;
|
|
64
|
+
viewAllResponse: EventEmitter<any>;
|
|
65
|
+
telemtryResponse: EventEmitter<any>;
|
|
66
|
+
providerId: any;
|
|
67
|
+
emitViewAll: boolean;
|
|
68
|
+
channnelName: any;
|
|
69
|
+
id: string;
|
|
70
|
+
stripsResultDataMap: {
|
|
71
|
+
[key: string]: IStripUnitContentData;
|
|
72
|
+
};
|
|
73
|
+
stripsKeyOrder: string[];
|
|
74
|
+
showAccordionData: boolean;
|
|
75
|
+
showParentLoader: boolean;
|
|
76
|
+
showParentError: boolean;
|
|
77
|
+
showParentNoData: boolean;
|
|
78
|
+
errorDataCount: number;
|
|
79
|
+
noDataCount: number;
|
|
80
|
+
successDataCount: number;
|
|
81
|
+
contentAvailable: boolean;
|
|
82
|
+
baseUrl: string;
|
|
83
|
+
veifiedKarmayogi: boolean;
|
|
84
|
+
environment: any;
|
|
85
|
+
changeEventSubscription: Subscription | null;
|
|
86
|
+
defaultMaxWidgets: number;
|
|
87
|
+
enrollInterval: any;
|
|
88
|
+
todaysEvents: any;
|
|
89
|
+
enrollmentMapData: any;
|
|
90
|
+
constructor(environment: any, contentSvc: WidgetContentService, loggerSvc: LoggerService, eventSvc: EventService, configSvc: ConfigurationsService, utilitySvc: UtilityService, router: Router, userSvc: WidgetUserService, translate: TranslateService, langtranslations: MultilingualTranslationsService);
|
|
91
|
+
ngOnInit(): void;
|
|
92
|
+
ngOnDestroy(): void;
|
|
93
|
+
showAccordion(key: string): boolean;
|
|
94
|
+
setHiddenForStrip(key: string): void;
|
|
95
|
+
private getIfStripHidden;
|
|
96
|
+
private initData;
|
|
97
|
+
private fetchStripFromKey;
|
|
98
|
+
isStripShowing(data: any): any;
|
|
99
|
+
get isMobile(): boolean;
|
|
100
|
+
getdata(data: IStripUnitContentData): {};
|
|
101
|
+
checkCondition(wData: NsContentStripWithTabsAndPills.IContentStripMultiple, data: IStripUnitContentData): boolean;
|
|
102
|
+
checkVisible(data: IStripUnitContentData): boolean;
|
|
103
|
+
getContineuLearningLenth(data: IStripUnitContentData): number;
|
|
104
|
+
getLength(data: IStripUnitContentData): any;
|
|
105
|
+
private getFiltersFromArray;
|
|
106
|
+
private transformSearchV6FiltersV2;
|
|
107
|
+
checkForDateFilters(filters: any): any;
|
|
108
|
+
private fetchStripFromRequestData;
|
|
109
|
+
toggleInfo(data: IStripUnitContentData): void;
|
|
110
|
+
private transformContentsToWidgets;
|
|
111
|
+
private transformEventsToWidgets;
|
|
112
|
+
private transformSkeletonToWidgets;
|
|
113
|
+
private processStrip;
|
|
114
|
+
private checkParentStatus;
|
|
115
|
+
checkForEmptyWidget(strip: NsContentStripWithTabsAndPills.IContentStripUnit): boolean;
|
|
116
|
+
getTabDataByfilter(strip: NsContentStripWithTabsAndPills.IContentStripUnit, currentTab: NsContentStripWithTabsAndPills.IContentStripTab, calculateParentStatus: boolean): void;
|
|
117
|
+
getSelectedIndex(stripsResultDataMap: any, key: any): number;
|
|
118
|
+
translateLabels(label: string, type: any): any;
|
|
119
|
+
identify(index: number, item: any): any;
|
|
120
|
+
tracker(index: number, item: any): any;
|
|
121
|
+
raiseTelemetry(stripData: any): void;
|
|
122
|
+
redirectViewAll(stripData: any, path: string, queryParamsData: any): void;
|
|
123
|
+
fetchForYouData(strip: NsContentStripWithTabsAndPills.IContentStripUnit, calculateParentStatus?: boolean): void;
|
|
124
|
+
fetchFromSearchV6(strip: NsContentStripWithTabsAndPills.IContentStripUnit, calculateParentStatus?: boolean): Promise<void>;
|
|
125
|
+
getTabDataByNewReqTrending(strip: NsContentStripWithTabsAndPills.IContentStripUnit, tabIndex: number, pillIndex: number, currentTab: NsContentStripWithTabsAndPills.IContentStripTab, calculateParentStatus: boolean): Promise<void>;
|
|
126
|
+
getTabDataByNewReqSearchV6(strip: NsContentStripWithTabsAndPills.IContentStripUnit, tabIndex: number, pillIndex: number, currentTab: NsContentStripWithTabsAndPills.IContentStripTab, calculateParentStatus: boolean): Promise<void>;
|
|
127
|
+
trendingSearchRequest(strip: NsContentStripWithTabsAndPills.IContentStripUnit, request: NsContentStripWithTabsAndPills.IContentStripUnit['request'], calculateParentStatus: boolean): Promise<any>;
|
|
128
|
+
tabClicked(tabEvent: MatTabChangeEvent, pillIndex: any, stripMap: IStripUnitContentData, stripKey: string): void;
|
|
129
|
+
pillClicked(event: any, stripMap: IStripUnitContentData, stripKey: any, pillIndex: any, tabIndex: any): void;
|
|
130
|
+
searchV6Request(strip: NsContentStripWithTabsAndPills.IContentStripUnit, request: NsContentStripWithTabsAndPills.IContentStripUnit['request'], calculateParentStatus: boolean): Promise<any>;
|
|
131
|
+
getSelectedPillIndex(tabdata: any, tabIndex: any): any;
|
|
132
|
+
fetchAllCbpPlans(strip: any, calculateParentStatus?: boolean): Promise<void>;
|
|
133
|
+
splitCbpTabsData(contentNew: NsContent.IContent[], strip: NsContentStripWithTabsAndPills.IContentStripUnit): NsContentStripWithTabsAndPills.IContentStripTab[];
|
|
134
|
+
getTabsList(array: NsContent.IContent[], strip: NsContentStripWithTabsAndPills.IContentStripUnit): {
|
|
135
|
+
value: string;
|
|
136
|
+
widgets: ({
|
|
137
|
+
widgetType: string;
|
|
138
|
+
widgetSubType: string;
|
|
139
|
+
widgetHostClass: string;
|
|
140
|
+
widgetData: {
|
|
141
|
+
cardSubType: "" | import("../../../_models/card-content.model").NsCardContent.TCardSubType;
|
|
142
|
+
cardCustomeClass: string;
|
|
143
|
+
context: {
|
|
144
|
+
pageSection: string;
|
|
145
|
+
position: number;
|
|
146
|
+
};
|
|
147
|
+
intranetMode: "" | "greyOut" | "hide";
|
|
148
|
+
deletedMode: "" | "greyOut" | "hide";
|
|
149
|
+
contentTags: NsContentStripWithTabsAndPills.IContentTags;
|
|
150
|
+
batch: any;
|
|
151
|
+
content: NsContent.IContent;
|
|
152
|
+
};
|
|
153
|
+
} | {
|
|
154
|
+
widgetType: string;
|
|
155
|
+
widgetSubType: string;
|
|
156
|
+
widgetHostClass: string;
|
|
157
|
+
widgetData: {};
|
|
158
|
+
})[];
|
|
159
|
+
}[];
|
|
160
|
+
resetSelectedPill(pillData: any): void;
|
|
161
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContentStripWithTabsPillsComponent, never>;
|
|
162
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentStripWithTabsPillsComponent, "sb-uic-content-strip-with-tabs-pills", never, { "widgetData": "widgetData"; "providerId": "providerId"; "emitViewAll": "emitViewAll"; "channnelName": "channnelName"; }, { "emptyResponse": "emptyResponse"; "viewAllResponse": "viewAllResponse"; "telemtryResponse": "telemtryResponse"; }, never, never>;
|
|
163
|
+
}
|
|
164
|
+
export {};
|
|
165
|
+
//# sourceMappingURL=content-strip-with-tabs-pills.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content-strip-with-tabs-pills.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/consumption/src/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAS,SAAS,EAAuB,YAAY,EAAU,MAAM,eAAe,CAAC;AAC/G,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAChF,OAAO,EAAE,8BAA8B,EAAE,MAAM,uCAAuC,CAAC;AAEvF,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AACjF,OAAO,EAAE,SAAS,EAAE,MAAM,uCAAuC,CAAC;AAClE,OAAO,EAAE,+BAA+B,EAAE,MAAM,sDAAsD,CAAC;AACvG,OAAO,EAEL,aAAa,EACb,YAAY,EACZ,qBAAqB,EACrB,cAAc,EAEf,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAEpC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wCAAwC,CAAC;AAI3E,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAG3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;;AAEzC,UAAU,qBAAqB;IAC7B,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,8BAA8B,CAAC,gBAAgB,EAAE,GAAG,SAAS,CAAC;IACrE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,8BAA8B,CAAC,UAAU,CAAC;IACtD,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;IACjB,OAAO,CAAC,EAAE,GAAG,CAAA;CAEd;AAGD,qBAKa,kCAAmC,SAAQ,mBACxD,YACA,MAAM,EACN,SAAS,EACT,gBAAgB,CAAC,WAAW,CAAC,8BAA8B,CAAC,qBAAqB,CAAC;IAgC9E,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,SAAS;IACV,UAAU,EAAE,cAAc;IAG1B,MAAM,EAAE,MAAM;IACrB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,gBAAgB;IAzCjB,UAAU,EAAG,8BAA8B,CAAC,qBAAqB,CAAC;IACjE,aAAa,oBAA0B;IACvC,eAAe,oBAA0B;IACzC,gBAAgB,oBAA0B;IAC3C,UAAU,EAAG,GAAG,CAAK;IACrB,WAAW,EAAG,OAAO,CAAQ;IAC7B,YAAY,EAAE,GAAG,CAAK;IAExB,EAAE,SAAwC;IACjD,mBAAmB,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,qBAAqB,CAAA;KAAE,CAAM;IACnE,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;IACvB,iBAAiB,EAAE,GAAG,CAAA;gBAIG,WAAW,EAAE,GAAG,EAC/B,UAAU,EAAE,oBAAoB,EAChC,SAAS,EAAE,aAAa,EACxB,QAAQ,EAAE,YAAY,EACtB,SAAS,EAAE,qBAAqB,EACjC,UAAU,EAAE,cAAc,EAG1B,MAAM,EAAE,MAAM,EACb,OAAO,EAAE,iBAAiB,EAC1B,SAAS,EAAE,gBAAgB,EAC3B,gBAAgB,EAAE,+BAA+B;IAY3D,QAAQ;IAUR,WAAW;IAMX,aAAa,CAAC,GAAG,EAAE,MAAM;IAOzB,iBAAiB,CAAC,GAAG,EAAE,MAAM;IAI7B,OAAO,CAAC,gBAAgB;IAKxB,OAAO,CAAC,QAAQ;IAgChB,OAAO,CAAC,iBAAiB;IAOzB,cAAc,CAAC,IAAI,EAAE,GAAG;IAoBxB,IAAI,QAAQ,YAEX;IAED,OAAO,CAAC,IAAI,EAAE,qBAAqB;IAOnC,cAAc,CAAC,KAAK,EAAE,8BAA8B,CAAC,qBAAqB,EAAE,IAAI,EAAE,qBAAqB;IAMvG,YAAY,CAAC,IAAI,EAAE,qBAAqB;IAIxC,wBAAwB,CAAC,IAAI,EAAE,qBAAqB;IAGpD,SAAS,CAAC,IAAI,EAAE,qBAAqB;IAkCrC,OAAO,CAAC,mBAAmB;IAa3B,OAAO,CAAC,0BAA0B;IAalC,mBAAmB,CAAC,OAAO,EAAE,GAAG;IA8BhC,OAAO,CAAC,yBAAyB;IAgBjC,UAAU,CAAC,IAAI,EAAE,qBAAqB;IAgBtC,OAAO,CAAC,0BAA0B;IA4BlC,OAAO,CAAC,wBAAwB;IA0BhC,OAAO,CAAC,0BAA0B;YAcpB,YAAY;IAwE1B,OAAO,CAAC,iBAAiB;IAkBzB,mBAAmB,CAAC,KAAK,EAAE,8BAA8B,CAAC,iBAAiB,GAAG,OAAO;IAiBrF,kBAAkB,CAChB,KAAK,EAAE,8BAA8B,CAAC,iBAAiB,EACvD,UAAU,EAAE,8BAA8B,CAAC,gBAAgB,EAC3D,qBAAqB,EAAE,OAAO;IAYhC,gBAAgB,CAAC,mBAAmB,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,GAAG,MAAM;IAK5D,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;IAKhC,cAAc,CAAC,SAAS,EAAE,GAAG;IAI7B,eAAe,CAAC,SAAS,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,eAAe,EAAE,GAAG;IAUlE,eAAe,CAAC,KAAK,EAAE,8BAA8B,CAAC,iBAAiB,EAAE,qBAAqB,UAAO;IAyB/F,iBAAiB,CAAC,KAAK,EAAE,8BAA8B,CAAC,iBAAiB,EAAE,qBAAqB,UAAO;IAyEvG,0BAA0B,CAC9B,KAAK,EAAE,8BAA8B,CAAC,iBAAiB,EACvD,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,MAAM,EACjB,UAAU,EAAE,8BAA8B,CAAC,gBAAgB,EAC3D,qBAAqB,EAAE,OAAO;IAoE1B,0BAA0B,CAC9B,KAAK,EAAE,8BAA8B,CAAC,iBAAiB,EACvD,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,MAAM,EACjB,UAAU,EAAE,8BAA8B,CAAC,gBAAgB,EAC3D,qBAAqB,EAAE,OAAO;IA6C1B,qBAAqB,CAAC,KAAK,EAAE,8BAA8B,CAAC,iBAAiB,EACjF,OAAO,EAAE,8BAA8B,CAAC,iBAAiB,CAAC,SAAS,CAAC,EACpE,qBAAqB,EAAE,OAAO,GAC3B,OAAO,CAAC,GAAG,CAAC;IAiER,UAAU,CAAC,QAAQ,EAAE,iBAAiB,EAAE,SAAS,EAAE,GAAG,EAAE,QAAQ,EAAE,qBAAqB,EAAE,QAAQ,EAAE,MAAM;IA4DhH,WAAW,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,qBAAqB,EAAE,QAAQ,EAAE,GAAG,EAAE,SAAS,EAAE,GAAG,EAAE,QAAQ,EAAE,GAAG;IAkD/F,eAAe,CAAC,KAAK,EAAE,8BAA8B,CAAC,iBAAiB,EAC3E,OAAO,EAAE,8BAA8B,CAAC,iBAAiB,CAAC,SAAS,CAAC,EACpE,qBAAqB,EAAE,OAAO,GACzB,OAAO,CAAC,GAAG,CAAC;IA0CrB,oBAAoB,CAAC,OAAO,EAAE,GAAG,EAAE,QAAQ,EAAE,GAAG;IAgB1C,gBAAgB,CAAC,KAAK,EAAE,GAAG,EAAE,qBAAqB,UAAO;IA+C/D,gBAAgB,CAAC,UAAU,EAAE,SAAS,CAAC,QAAQ,EAAE,EAAE,KAAK,EAAE,8BAA8B,CAAC,iBAAiB;IA2C1G,WAAW,CAAC,KAAK,EAAE,SAAS,CAAC,QAAQ,EAAE,EAC3B,KAAK,EAAE,8BAA8B,CAAC,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;IAwDnE,iBAAiB,CAAC,QAAQ,EAAE,GAAG;yCApmCpB,kCAAkC;2CAAlC,kCAAkC;CA4mC9C"}
|
package/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.model.d.ts
ADDED
|
@@ -0,0 +1,151 @@
|
|
|
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 NsContentStripWithTabsAndPills {
|
|
6
|
+
export interface IContentStripMultiple {
|
|
7
|
+
errorWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
|
|
8
|
+
loader?: boolean;
|
|
9
|
+
noDataWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
|
|
10
|
+
strips: IContentStripUnit[];
|
|
11
|
+
isChannelStrip?: boolean;
|
|
12
|
+
}
|
|
13
|
+
export interface IContentStripUnit {
|
|
14
|
+
type: string;
|
|
15
|
+
disableTranslate?: any;
|
|
16
|
+
key: string;
|
|
17
|
+
title: string;
|
|
18
|
+
customeClass?: string;
|
|
19
|
+
nodataMsg?: string;
|
|
20
|
+
stripTitleLink?: {
|
|
21
|
+
link: {
|
|
22
|
+
queryParams: string;
|
|
23
|
+
};
|
|
24
|
+
icon: string;
|
|
25
|
+
queryParams: string;
|
|
26
|
+
};
|
|
27
|
+
sliderConfig?: {
|
|
28
|
+
showNavs: boolean;
|
|
29
|
+
showDots: boolean;
|
|
30
|
+
maxWidgets?: number;
|
|
31
|
+
cerificateCardMargin?: boolean;
|
|
32
|
+
dotsAlign?: "right" | "left";
|
|
33
|
+
arrowsPlacement?: "bottom-right" | "bottom-center" | "bottom-left" | "middle-inline";
|
|
34
|
+
responsive?: {
|
|
35
|
+
showNavs: boolean;
|
|
36
|
+
showDots: boolean;
|
|
37
|
+
dotsAlign?: "right" | "left";
|
|
38
|
+
arrowsPlacement?: "bottom-right" | "bottom-center" | "bottom-left" | "middle-inline";
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
tabs?: NsContentStripWithTabsAndPills.IContentStripTab[] | undefined;
|
|
42
|
+
titleDescription?: string;
|
|
43
|
+
name?: string;
|
|
44
|
+
mode?: string | 'accordion';
|
|
45
|
+
info?: IStripInfo;
|
|
46
|
+
logo?: string;
|
|
47
|
+
preWidgets?: NsWidgetResolver.IRenderConfigWithAnyData[];
|
|
48
|
+
postWidgets?: NsWidgetResolver.IRenderConfigWithAnyData[];
|
|
49
|
+
stripConfig?: IStripConfig;
|
|
50
|
+
canHideStrip?: boolean;
|
|
51
|
+
showStrip: boolean;
|
|
52
|
+
filters?: any[];
|
|
53
|
+
selectAll?: boolean | null;
|
|
54
|
+
request?: {
|
|
55
|
+
playlistRead: any;
|
|
56
|
+
playlistSearch?: any;
|
|
57
|
+
ciosContent?: any;
|
|
58
|
+
search?: NSSearch.ISearchRequest;
|
|
59
|
+
searchV6?: NSSearch.ISearchV6Request;
|
|
60
|
+
topContent?: any;
|
|
61
|
+
featureContent?: any;
|
|
62
|
+
bookmarkRead?: any;
|
|
63
|
+
enrollmentList?: any;
|
|
64
|
+
cbpList?: any;
|
|
65
|
+
apiUrl: string;
|
|
66
|
+
searchRegionRecommendation?: NSSearch.ISearchOrgRegionRecommendationRequest;
|
|
67
|
+
api?: IStripRequestApi;
|
|
68
|
+
networkApi?: INetworkRequestApi;
|
|
69
|
+
ids?: string[];
|
|
70
|
+
recommendedCourses?: any;
|
|
71
|
+
masterCompetency?: any;
|
|
72
|
+
trendingSearch?: any;
|
|
73
|
+
};
|
|
74
|
+
searchV6Type?: 'KB' | 'Collections' | 'searchQuery' | null;
|
|
75
|
+
stripBackground?: string;
|
|
76
|
+
noDataWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
|
|
77
|
+
loader?: boolean;
|
|
78
|
+
loaderWidgets?: any;
|
|
79
|
+
errorWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
|
|
80
|
+
refreshEvent?: Record<'eventType' | 'from', string>;
|
|
81
|
+
fetchLikes?: boolean;
|
|
82
|
+
secondaryHeading?: any;
|
|
83
|
+
viewMoreUrl?: {
|
|
84
|
+
queryParams?: any;
|
|
85
|
+
viewMoreText: string;
|
|
86
|
+
path: string;
|
|
87
|
+
};
|
|
88
|
+
data?: [];
|
|
89
|
+
}
|
|
90
|
+
export interface IStripRequestApi {
|
|
91
|
+
path: string;
|
|
92
|
+
queryParams?: {
|
|
93
|
+
pageNo?: number;
|
|
94
|
+
pageSize?: number;
|
|
95
|
+
pageState?: string;
|
|
96
|
+
sourceFields?: string;
|
|
97
|
+
};
|
|
98
|
+
}
|
|
99
|
+
export interface INetworkRequestApi {
|
|
100
|
+
path: string;
|
|
101
|
+
data?: any;
|
|
102
|
+
}
|
|
103
|
+
export interface IStripInfo {
|
|
104
|
+
mode: 'below' | 'popup' | 'modal';
|
|
105
|
+
visibilityMode?: 'hidden' | 'visible';
|
|
106
|
+
icon: {
|
|
107
|
+
icon: string;
|
|
108
|
+
scale: number;
|
|
109
|
+
style?: any;
|
|
110
|
+
};
|
|
111
|
+
widget: NsWidgetResolver.IRenderConfigWithAnyData;
|
|
112
|
+
}
|
|
113
|
+
interface IStripConfig {
|
|
114
|
+
cardSubType: NsCardContent.TCardSubType;
|
|
115
|
+
postCardForSearch?: boolean;
|
|
116
|
+
intranetMode?: 'greyOut' | 'hide';
|
|
117
|
+
deletedMode?: 'greyOut' | 'hide';
|
|
118
|
+
contentTags?: IContentTags;
|
|
119
|
+
hideShowAll?: boolean;
|
|
120
|
+
}
|
|
121
|
+
export interface IContentTags {
|
|
122
|
+
daysSpan?: number;
|
|
123
|
+
excludeContentType?: NsContent.EContentTypes[];
|
|
124
|
+
excludeMimeType?: string[];
|
|
125
|
+
tag: string;
|
|
126
|
+
criteriaField: string;
|
|
127
|
+
}
|
|
128
|
+
export interface IContentStripResponseApi {
|
|
129
|
+
contents: NsContent.IContent[];
|
|
130
|
+
hasMore?: boolean;
|
|
131
|
+
pageState?: string;
|
|
132
|
+
totalHits?: number;
|
|
133
|
+
}
|
|
134
|
+
export interface IContentStripTab {
|
|
135
|
+
pillsData?: any;
|
|
136
|
+
label: string;
|
|
137
|
+
value: string;
|
|
138
|
+
showTabDataCount: boolean;
|
|
139
|
+
requestRequired?: boolean;
|
|
140
|
+
computeDataOnClick?: boolean;
|
|
141
|
+
computeDataOnClickKey?: string;
|
|
142
|
+
request?: any;
|
|
143
|
+
widgets?: NsWidgetResolver.IRenderConfigWithAnyData[];
|
|
144
|
+
maxWidgets?: number;
|
|
145
|
+
fetchTabStatus?: string;
|
|
146
|
+
nodataMsg?: string;
|
|
147
|
+
tabLoading?: boolean;
|
|
148
|
+
}
|
|
149
|
+
export {};
|
|
150
|
+
}
|
|
151
|
+
//# sourceMappingURL=content-strip-with-tabs-pills.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content-strip-with-tabs-pills.model.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/consumption/src/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.model.ts"],"names":[],"mappings":"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"}
|
package/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.module.d.ts
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { TranslateHttpLoader } from '@ngx-translate/http-loader';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "./content-strip-with-tabs-pills.component";
|
|
5
|
+
import * as i2 from "@sunbird-cb/resolver-v2";
|
|
6
|
+
import * as i3 from "@angular/common";
|
|
7
|
+
import * as i4 from "@angular/router";
|
|
8
|
+
import * as i5 from "../../horizontal-scroller-v2/horizontal-scroller-v2.module";
|
|
9
|
+
import * as i6 from "@angular/material/progress-spinner";
|
|
10
|
+
import * as i7 from "@angular/material/toolbar";
|
|
11
|
+
import * as i8 from "@angular/material/icon";
|
|
12
|
+
import * as i9 from "@angular/material/button";
|
|
13
|
+
import * as i10 from "@angular/material/tooltip";
|
|
14
|
+
import * as i11 from "@angular/material/list";
|
|
15
|
+
import * as i12 from "@angular/material/sidenav";
|
|
16
|
+
import * as i13 from "@angular/material/card";
|
|
17
|
+
import * as i14 from "@angular/material/expansion";
|
|
18
|
+
import * as i15 from "@angular/material/radio";
|
|
19
|
+
import * as i16 from "@angular/material/chips";
|
|
20
|
+
import * as i17 from "@angular/material/input";
|
|
21
|
+
import * as i18 from "@angular/material/form-field";
|
|
22
|
+
import * as i19 from "@angular/material/dialog";
|
|
23
|
+
import * as i20 from "@angular/material/snack-bar";
|
|
24
|
+
import * as i21 from "@angular/material/select";
|
|
25
|
+
import * as i22 from "@angular/material/datepicker";
|
|
26
|
+
import * as i23 from "@angular/material/core";
|
|
27
|
+
import * as i24 from "@angular/material/table";
|
|
28
|
+
import * as i25 from "@angular/material/checkbox";
|
|
29
|
+
import * as i26 from "@angular/material/button-toggle";
|
|
30
|
+
import * as i27 from "@angular/material/tabs";
|
|
31
|
+
import * as i28 from "@angular/material/autocomplete";
|
|
32
|
+
import * as i29 from "@ngx-translate/core";
|
|
33
|
+
export declare function HttpLoaderFactory1(http: HttpClient): TranslateHttpLoader;
|
|
34
|
+
export declare class ContentStripWithTabsPillsModule {
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContentStripWithTabsPillsModule, never>;
|
|
36
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ContentStripWithTabsPillsModule, [typeof i1.ContentStripWithTabsPillsComponent], [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.ContentStripWithTabsPillsComponent]>;
|
|
37
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ContentStripWithTabsPillsModule>;
|
|
38
|
+
}
|
|
39
|
+
//# sourceMappingURL=content-strip-with-tabs-pills.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content-strip-with-tabs-pills.module.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/consumption/src/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.module.ts"],"names":[],"mappings":"AA6BA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIjE,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,UAAU,uBAElD;AAED,qBA0Ca,+BAA+B;yCAA/B,+BAA+B;0CAA/B,+BAA+B;0CAA/B,+BAA+B;CAAI"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { InsiteDataService } from '../../_services/insite-data.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class TopLearnersComponent implements OnInit {
|
|
5
|
+
insightSvc: InsiteDataService;
|
|
6
|
+
objectData: any;
|
|
7
|
+
channelId: any;
|
|
8
|
+
channnelName: any;
|
|
9
|
+
loading: boolean;
|
|
10
|
+
month: string;
|
|
11
|
+
results: any;
|
|
12
|
+
colors: any;
|
|
13
|
+
constructor(insightSvc: InsiteDataService);
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
getData(): void;
|
|
16
|
+
getRank(rank: number): string;
|
|
17
|
+
getColor(): string;
|
|
18
|
+
createInititals(name: string): string;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TopLearnersComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TopLearnersComponent, "sb-uic-top-learners", never, { "objectData": "objectData"; "channelId": "channelId"; "channnelName": "channnelName"; }, {}, never, never>;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=top-learners.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"top-learners.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/top-learners/top-learners.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AAEzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;;AAExE,qBAKa,oBAAqB,YAAW,MAAM;IAsB9B,UAAU,EAAE,iBAAiB;IApBvC,UAAU,EAAE,GAAG,CAAA;IACf,SAAS,EAAE,GAAG,CAAA;IACd,YAAY,EAAE,GAAG,CAAA;IAC1B,OAAO,EAAE,OAAO,CAAQ;IACxB,KAAK,EAAE,MAAM,CAAK;IAClB,OAAO,EAAE,GAAG,CAAK;IAEjB,MAAM,EAAE,GAAG,CAWV;gBAEkB,UAAU,EAAE,iBAAiB;IAEhD,QAAQ;IAKR,OAAO;IAcP,OAAO,CAAC,IAAI,EAAE,MAAM;IAcpB,QAAQ;IAOR,eAAe,CAAC,IAAI,EAAE,MAAM;yCAhEjB,oBAAoB;2CAApB,oBAAoB;CAuFhC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./top-learners.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/tooltip";
|
|
6
|
+
export declare class TopLearnersModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TopLearnersModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TopLearnersModule, [typeof i1.TopLearnersComponent], [typeof i2.CommonModule, typeof i3.SkeletonLoaderLibModule, typeof i4.MatTooltipModule], [typeof i1.TopLearnersComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TopLearnersModule>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=top-learners.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"top-learners.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/top-learners/top-learners.module.ts"],"names":[],"mappings":";;;;;AAMA,qBASa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAAI"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { EventEmitter, OnInit, QueryList } from '@angular/core';
|
|
2
|
+
import { RatingService } from '../../_services/rating.service';
|
|
3
|
+
import { ScrollableItemDirective } from './../../_directives/scrollable-item/scrollable-item.directive';
|
|
4
|
+
import { UserContentRatingLibService } from './user-content-rating-lib.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class UserContentRatingLibComponent implements OnInit {
|
|
7
|
+
ratingService: RatingService;
|
|
8
|
+
userRatingSvc: UserContentRatingLibService;
|
|
9
|
+
currentIndex: any;
|
|
10
|
+
providerId: any;
|
|
11
|
+
formData: any;
|
|
12
|
+
emptyResponse: EventEmitter<any>;
|
|
13
|
+
styleData: any;
|
|
14
|
+
contentdata: any;
|
|
15
|
+
scrollableItems: QueryList<ScrollableItemDirective>;
|
|
16
|
+
constructor(ratingService: RatingService, userRatingSvc: UserContentRatingLibService);
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
getTopReviews(): void;
|
|
19
|
+
getRatingIcon(ratingIndex: number, avg: number): 'star' | 'star_border' | 'star_half';
|
|
20
|
+
getRatingIconClass(ratingIndex: number, avg: number): boolean;
|
|
21
|
+
getCurrentIndex(indexValue: any): void;
|
|
22
|
+
handleScrollClick(dataValue: string): void;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserContentRatingLibComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserContentRatingLibComponent, "sb-uic-user-content-rating", never, { "providerId": "providerId"; "formData": "formData"; }, { "emptyResponse": "emptyResponse"; }, never, never>;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=user-content-rating-lib.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-content-rating-lib.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/user-content-rating/user-content-rating-lib.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,SAAS,EAAgB,MAAM,eAAe,CAAC;AACxG,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAC/D,OAAO,EAAE,uBAAuB,EAAE,MAAM,+DAA+D,CAAC;AACxG,OAAO,EAAE,2BAA2B,EAAE,MAAM,mCAAmC,CAAC;;AAEhF,qBAKa,6BAA8B,YAAW,MAAM;IAUvC,aAAa,EAAE,aAAa;IACtC,aAAa,EAAE,2BAA2B;IAVnD,YAAY,EAAE,GAAG,CAAG;IACX,UAAU,EAAG,GAAG,CAAK;IACrB,QAAQ,EAAG,GAAG,CAAK;IAClB,aAAa,oBAA0B;IACjD,SAAS,EAAE,GAAG,CAAK;IACnB,WAAW,EAAE,GAAG,CAAK;IAGkB,eAAe,EAAE,SAAS,CAAC,uBAAuB,CAAC,CAAA;gBACvE,aAAa,EAAE,aAAa,EACtC,aAAa,EAAE,2BAA2B;IAGnD,QAAQ;IAKR,aAAa;IAsBb,aAAa,CAAC,WAAW,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,aAAa,GAAG,WAAW;IAGrF,kBAAkB,CAAC,WAAW,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,OAAO;IAI7D,eAAe,CAAC,UAAU,EAAE,GAAG;IAK/B,iBAAiB,CAAC,SAAS,EAAE,MAAM;yCArDxB,6BAA6B;2CAA7B,6BAA6B;CA0DzC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./user-content-rating-lib.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/icon";
|
|
5
|
+
import * as i4 from "@angular/material/chips";
|
|
6
|
+
import * as i5 from "../skeleton-loader-lib/skeleton-loader-lib.module";
|
|
7
|
+
import * as i6 from "../sliders/sliders.module";
|
|
8
|
+
import * as i7 from "../cards/cards.module";
|
|
9
|
+
import * as i8 from "../avatar-photo-lib/avatar-photo-lib.module";
|
|
10
|
+
import * as i9 from "../sliders-ng-content/sliders-ng-content.module";
|
|
11
|
+
import * as i10 from "../../_directives/scrollable-item/scrollable-item.module";
|
|
12
|
+
export declare class UserContentRatingLibModule {
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserContentRatingLibModule, never>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UserContentRatingLibModule, [typeof i1.UserContentRatingLibComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.MatChipsModule, typeof i5.SkeletonLoaderLibModule, typeof i6.SlidersLibModule, typeof i7.CardsModule, typeof i8.AvatarPhotoLibModule, typeof i9.SlidersNgContentLibModule, typeof i10.ScrollableItemModule], [typeof i1.UserContentRatingLibComponent]>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<UserContentRatingLibModule>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=user-content-rating-lib.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-content-rating-lib.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/user-content-rating/user-content-rating-lib.module.ts"],"names":[],"mappings":";;;;;;;;;;;AAgBA,qBAiBa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class UserContentRatingLibService {
|
|
5
|
+
private http;
|
|
6
|
+
constructor(http: HttpClient);
|
|
7
|
+
fetchTopReviews(doId: any): Observable<any>;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserContentRatingLibService, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UserContentRatingLibService>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=user-content-rating-lib.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-content-rating-lib.service.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/user-content-rating/user-content-rating-lib.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;;AAIlC,qBAGa,2BAA2B;IAE1B,OAAO,CAAC,IAAI;gBAAJ,IAAI,EAAE,UAAU;IACpC,eAAe,CAAC,IAAI,EAAE,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;yCAHhC,2BAA2B;6CAA3B,2BAA2B;CAMvC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { OnInit, QueryList } from '@angular/core';
|
|
2
|
+
import { InsiteDataService } from '../../_services/insite-data.service';
|
|
3
|
+
import { ScrollableItemDirective } from '../../_directives/scrollable-item/scrollable-item.directive';
|
|
4
|
+
import { ConfigurationsService } from '@sunbird-cb/utils-v2';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class UserProgressComponent implements OnInit {
|
|
7
|
+
insightSvc: InsiteDataService;
|
|
8
|
+
private configSvc;
|
|
9
|
+
objectData: any;
|
|
10
|
+
rootOrgId: any;
|
|
11
|
+
insitesData: any[];
|
|
12
|
+
currentIndex: number;
|
|
13
|
+
styleData: any;
|
|
14
|
+
userProgress: any;
|
|
15
|
+
expand: boolean;
|
|
16
|
+
scrollableItems: QueryList<ScrollableItemDirective>;
|
|
17
|
+
constructor(insightSvc: InsiteDataService, configSvc: ConfigurationsService);
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
getUserProgress(): void;
|
|
20
|
+
getInsightsData(): void;
|
|
21
|
+
roundTo(number: any): number;
|
|
22
|
+
getCurrentIndex(indexValue: any): void;
|
|
23
|
+
createInititals(name: string): string;
|
|
24
|
+
toggleWeekHightlits(): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserProgressComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserProgressComponent, "sb-uic-user-progress", never, { "objectData": "objectData"; "rootOrgId": "rootOrgId"; }, {}, never, never>;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=user-progress.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-progress.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/user-progress/user-progress.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,SAAS,EAAgB,MAAM,eAAe,CAAC;AAClF,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AACxE,OAAO,EAAE,uBAAuB,EAAE,MAAM,6DAA6D,CAAC;AACtG,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;;AAE7D,qBAKa,qBAAsB,YAAW,MAAM;IAU/B,UAAU,EAAE,iBAAiB;IAAE,OAAO,CAAC,SAAS;IAR1D,UAAU,EAAE,GAAG,CAAA;IACf,SAAS,EAAE,GAAG,CAAA;IACvB,WAAW,QAAK;IAChB,YAAY,SAAI;IAChB,SAAS,EAAE,GAAG,CAAK;IACnB,YAAY,EAAE,GAAG,CAAK;IACtB,MAAM,EAAE,OAAO,CAAO;IACiB,eAAe,EAAE,SAAS,CAAC,uBAAuB,CAAC,CAAA;gBACvE,UAAU,EAAE,iBAAiB,EAAU,SAAS,EAAE,qBAAqB;IAG1F,QAAQ;IAMR,eAAe;IAef,eAAe;IAuBf,OAAO,CAAC,MAAM,EAAE,GAAG;IAInB,eAAe,CAAC,UAAU,EAAE,GAAG;IAI/B,eAAe,CAAC,IAAI,EAAE,MAAM;IAuB5B,mBAAmB;yCAxFR,qBAAqB;2CAArB,qBAAqB;CA4FjC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./user-progress.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/tooltip";
|
|
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 UserProgressModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserProgressModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UserProgressModule, [typeof i1.UserProgressComponent], [typeof i2.CommonModule, typeof i3.MatTooltipModule, typeof i4.MatIconModule, typeof i5.ScrollableItemModule, typeof i6.SlidersNgContentLibModule], [typeof i1.UserProgressComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<UserProgressModule>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=user-progress.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-progress.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/user-progress/user-progress.module.ts"],"names":[],"mappings":";;;;;;;AAUA,qBAaa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAI"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"misc.constants.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/consumption/src/lib/_constants/misc.constants.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY,GAAG,MAAM,GAAG,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC;AAC9E,oBAAY,WAAW,GAAG,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,CAAC"}
|