@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
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class PillsComponent implements OnInit {
|
|
4
|
+
pillsData: any;
|
|
5
|
+
selectedValue: any;
|
|
6
|
+
isLoading: boolean;
|
|
7
|
+
pillClick: EventEmitter<any>;
|
|
8
|
+
dynamicClass: any;
|
|
9
|
+
dynamicColor: any;
|
|
10
|
+
requiredTitlecase: boolean;
|
|
11
|
+
constructor();
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
selectedPill(pillData: any): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PillsComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PillsComponent, "sb-uic-pills", never, { "pillsData": "pillsData"; "selectedValue": "selectedValue"; "isLoading": "isLoading"; "dynamicClass": "dynamicClass"; "dynamicColor": "dynamicColor"; "requiredTitlecase": "requiredTitlecase"; }, { "pillClick": "pillClick"; }, never, never>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=pills.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pills.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/pills/pills.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;;AAE/E,qBAKa,cAAe,YAAW,MAAM;IAElC,SAAS,EAAE,GAAG,CAAA;IACd,aAAa,EAAE,GAAG,CAAA;IAClB,SAAS,EAAE,OAAO,CAAQ;IACzB,SAAS,oBAA0B;IACpC,YAAY,EAAE,GAAG,CAAK;IACtB,YAAY,EAAE,GAAG,CAAK;IACtB,iBAAiB,EAAE,OAAO,CAAO;;IAI1C,QAAQ;IAER,YAAY,CAAC,QAAQ,EAAE,GAAG;yCAdf,cAAc;2CAAd,cAAc;CAmB1B"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pills.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
|
+
export declare class PillsModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PillsModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PillsModule, [typeof i1.PillsComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.MatChipsModule, typeof i5.SkeletonLoaderLibModule], [typeof i1.PillsComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PillsModule>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=pills.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pills.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/pills/pills.module.ts"],"names":[],"mappings":";;;;;;AASA,qBAUa,WAAW;yCAAX,WAAW;0CAAX,WAAW;0CAAX,WAAW;CAAI"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SkeletonLoaderLibComponent implements OnInit {
|
|
4
|
+
bindingClass: string;
|
|
5
|
+
height: string;
|
|
6
|
+
width: string;
|
|
7
|
+
constructor();
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonLoaderLibComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonLoaderLibComponent, "sb-uic-skeleton-loader", never, { "bindingClass": "bindingClass"; "height": "height"; "width": "width"; }, {}, never, never>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=skeleton-loader-lib.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skeleton-loader-lib.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/skeleton-loader-lib/skeleton-loader-lib.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAA;;AAExD,qBAKa,0BAA2B,YAAW,MAAM;IAE9C,YAAY,SAAK;IACjB,MAAM,SAAK;IACX,KAAK,SAAK;;IAGnB,QAAQ;yCAPG,0BAA0B;2CAA1B,0BAA0B;CAStC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./skeleton-loader-lib.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "@angular/material/dialog";
|
|
6
|
+
import * as i5 from "@angular/material/icon";
|
|
7
|
+
export declare class SkeletonLoaderLibModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonLoaderLibModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SkeletonLoaderLibModule, [typeof i1.SkeletonLoaderLibComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatDialogModule, typeof i5.MatIconModule], [typeof i1.SkeletonLoaderLibComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SkeletonLoaderLibModule>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=skeleton-loader-lib.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skeleton-loader-lib.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/skeleton-loader-lib/skeleton-loader-lib.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAca,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAI"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { NsWidgetResolver, WidgetBaseComponent } from '@sunbird-cb/resolver-v2';
|
|
3
|
+
import { ICarousel, ICarouselStyle } from './sliders.model';
|
|
4
|
+
import { Subscription } from 'rxjs';
|
|
5
|
+
import { EventService, ValueService } from '@sunbird-cb/utils-v2';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class SlidersLibComponent extends WidgetBaseComponent implements OnInit, OnDestroy, NsWidgetResolver.IWidgetData<ICarousel[]> {
|
|
8
|
+
private events;
|
|
9
|
+
private valueSvc;
|
|
10
|
+
widgetData: ICarousel[];
|
|
11
|
+
styleData: ICarouselStyle;
|
|
12
|
+
title: any;
|
|
13
|
+
type: any;
|
|
14
|
+
id: string;
|
|
15
|
+
private defaultMenuSubscribe;
|
|
16
|
+
isLtMedium$: import("rxjs").Observable<boolean>;
|
|
17
|
+
currentIndex: number;
|
|
18
|
+
slideInterval: Subscription | null;
|
|
19
|
+
isMobile: boolean;
|
|
20
|
+
constructor(events: EventService, valueSvc: ValueService);
|
|
21
|
+
ngOnInit(): void;
|
|
22
|
+
reInitiateSlideInterval(): void;
|
|
23
|
+
slideTo(index: number): void;
|
|
24
|
+
get isOpenInNewTab(): boolean;
|
|
25
|
+
openInNewTab(): void;
|
|
26
|
+
raiseTelemetry(bannerUrl: string | undefined): void;
|
|
27
|
+
ngOnDestroy(): void;
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlidersLibComponent, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SlidersLibComponent, "sb-uic-sliders", never, { "widgetData": "widgetData"; "styleData": "styleData"; "title": "title"; "type": "type"; }, {}, never, never>;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=sliders.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sliders.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/sliders/sliders.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiC,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAA;AAChF,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAA;AAC/E,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAC3D,OAAO,EAAE,YAAY,EAAY,MAAM,MAAM,CAAA;AAC7C,OAAO,EAAE,YAAY,EAAY,YAAY,EAAE,MAAM,sBAAsB,CAAA;;AAE3E,qBAKa,mBAAoB,SAAQ,mBACvC,YAAW,MAAM,EAAE,SAAS,EAAE,gBAAgB,CAAC,WAAW,CAAC,SAAS,EAAE,CAAC;IAcrE,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,QAAQ;IAdT,UAAU,EAAG,SAAS,EAAE,CAAA;IACxB,SAAS,EAAG,cAAc,CAAA;IAC1B,KAAK,EAAE,GAAG,CAAK;IACf,IAAI,EAAE,GAAG,CAAA;IAEX,EAAE,SAA4B;IACrC,OAAO,CAAC,oBAAoB,CAA4B;IACxD,WAAW,qCAA4B;IACvC,YAAY,SAAI;IAChB,aAAa,EAAE,YAAY,GAAG,IAAI,CAAO;IACzC,QAAQ,UAAQ;gBAGN,MAAM,EAAE,YAAY,EACpB,QAAQ,EAAE,YAAY;IAKhC,QAAQ;IAMR,uBAAuB;IAkBvB,OAAO,CAAC,KAAK,EAAE,MAAM;IAWrB,IAAI,cAAc,YAKjB;IAED,YAAY;IAMZ,cAAc,CAAC,SAAS,EAAE,MAAM,GAAG,SAAS;IAoB5C,WAAW;yCAzFA,mBAAmB;2CAAnB,mBAAmB;CA8F/B"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export interface ICarousel {
|
|
2
|
+
title?: string;
|
|
3
|
+
redirectUrl?: string;
|
|
4
|
+
openInNewTab?: string;
|
|
5
|
+
banners: IBannerUnit;
|
|
6
|
+
mailTo?: string;
|
|
7
|
+
queryParams?: any;
|
|
8
|
+
}
|
|
9
|
+
export interface ICarouselStyle {
|
|
10
|
+
bannerMetaClass?: "inline-meta";
|
|
11
|
+
bannerMetaAlign?: "right" | "left";
|
|
12
|
+
navigationArrows?: "hidden" | "visible";
|
|
13
|
+
dots?: "hidden" | "visible";
|
|
14
|
+
borderRadius?: string;
|
|
15
|
+
customHeight?: string;
|
|
16
|
+
arrowsPlacement?: "bottom-right" | "bottom-center" | "bottom-left" | "middle-inline";
|
|
17
|
+
imageBorderWidth: number;
|
|
18
|
+
imageBorderColor: string;
|
|
19
|
+
imageBorderStyle: string;
|
|
20
|
+
responsive: {
|
|
21
|
+
bannerMetaClass?: "inline-meta";
|
|
22
|
+
bannerMetaAlign?: "right" | "left";
|
|
23
|
+
navigationArrows?: "hidden" | "visible";
|
|
24
|
+
dots?: "hidden" | "visible";
|
|
25
|
+
borderRadius?: string;
|
|
26
|
+
customHeight?: string;
|
|
27
|
+
arrowsPlacement?: "bottom-right" | "bottom-center" | "bottom-left" | "middle-inline";
|
|
28
|
+
imageBorderWidth: number;
|
|
29
|
+
imageBorderColor: string;
|
|
30
|
+
imageBorderStyle: string;
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
interface IBannerUnit {
|
|
34
|
+
xs: string;
|
|
35
|
+
s: string;
|
|
36
|
+
m: string;
|
|
37
|
+
l: string;
|
|
38
|
+
xl: string;
|
|
39
|
+
}
|
|
40
|
+
export {};
|
|
41
|
+
//# sourceMappingURL=sliders.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sliders.model.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/sliders/sliders.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,WAAW,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,GAAG,CAAC;CACnB;AAGD,MAAM,WAAW,cAAc;IAC7B,eAAe,CAAC,EAAE,aAAa,CAAC;IAChC,eAAe,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACnC,gBAAgB,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IACxC,IAAI,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,cAAc,GAAG,eAAe,GAAG,aAAa,GAAG,eAAe,CAAC;IACrF,gBAAgB,EAAE,MAAM,CAAA;IACxB,gBAAgB,EAAE,MAAM,CAAA;IACxB,gBAAgB,EAAE,MAAM,CAAA;IACxB,UAAU,EAAE;QACV,eAAe,CAAC,EAAE,aAAa,CAAC;QAChC,eAAe,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;QACnC,gBAAgB,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;QACxC,IAAI,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;QAC5B,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,eAAe,CAAC,EAAE,cAAc,GAAG,eAAe,GAAG,aAAa,GAAG,eAAe,CAAC;QACrF,gBAAgB,EAAE,MAAM,CAAA;QACxB,gBAAgB,EAAE,MAAM,CAAA;QACxB,gBAAgB,EAAE,MAAM,CAAA;KACzB,CAAA;CACF;AAED,UAAU,WAAW;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,EAAE,EAAE,MAAM,CAAA;CACX"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./sliders.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/router";
|
|
5
|
+
import * as i4 from "../../_directives/navigation/navigation.module";
|
|
6
|
+
import * as i5 from "../../_directives/image-responsive/image-responsive.module";
|
|
7
|
+
export declare class SlidersLibModule {
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SlidersLibModule>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlidersLibModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SlidersLibModule, [typeof i1.SlidersLibComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.NavigationModule, typeof i5.ImageResponsiveModule], [typeof i1.SlidersLibComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SlidersLibModule>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=sliders.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sliders.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/sliders/sliders.module.ts"],"names":[],"mappings":";;;;;;AAUA,qBA4Ba,gBAAgB;6CAAhB,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAI"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { NsWidgetResolver, WidgetBaseComponent } from '@sunbird-cb/resolver-v2';
|
|
3
|
+
import { ICarousel, ICarouselStyle } from './sliders-ng-content.model';
|
|
4
|
+
import { Subscription } from 'rxjs';
|
|
5
|
+
import { EventService, ValueService } from '@sunbird-cb/utils-v2';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class SlidersNgContentLibComponent extends WidgetBaseComponent implements OnInit, OnDestroy, NsWidgetResolver.IWidgetData<ICarousel[]> {
|
|
8
|
+
private events;
|
|
9
|
+
private valueSvc;
|
|
10
|
+
widgetData: ICarousel[];
|
|
11
|
+
styleData: ICarouselStyle;
|
|
12
|
+
title: any;
|
|
13
|
+
loadNgContentData: boolean;
|
|
14
|
+
autoScroll: boolean;
|
|
15
|
+
customBanner: boolean;
|
|
16
|
+
currentIndexValue: EventEmitter<any>;
|
|
17
|
+
id: string;
|
|
18
|
+
private defaultMenuSubscribe;
|
|
19
|
+
isLtMedium$: import("rxjs").Observable<boolean>;
|
|
20
|
+
currentIndex: number;
|
|
21
|
+
slideInterval: Subscription | null;
|
|
22
|
+
isMobile: boolean;
|
|
23
|
+
constructor(events: EventService, valueSvc: ValueService);
|
|
24
|
+
ngOnInit(): void;
|
|
25
|
+
reInitiateSlideInterval(): void;
|
|
26
|
+
slideTo(index: number): void;
|
|
27
|
+
get isOpenInNewTab(): boolean;
|
|
28
|
+
openInNewTab(): void;
|
|
29
|
+
raiseTelemetry(bannerUrl: string | undefined): void;
|
|
30
|
+
ngOnDestroy(): void;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlidersNgContentLibComponent, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SlidersNgContentLibComponent, "sb-uic-sliders-ng-content", never, { "widgetData": "widgetData"; "styleData": "styleData"; "title": "title"; "loadNgContentData": "loadNgContentData"; "autoScroll": "autoScroll"; "customBanner": "customBanner"; "currentIndex": "currentIndex"; }, { "currentIndexValue": "currentIndexValue"; }, never, ["[sliderbody]", "[sliderMeta]"]>;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=sliders-ng-content.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sliders-ng-content.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/sliders-ng-content/sliders-ng-content.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAsB,SAAS,EAAE,MAAM,EAAU,MAAM,eAAe,CAAA;AACtG,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAA;AAC/E,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAA;AACtE,OAAO,EAAE,YAAY,EAAY,MAAM,MAAM,CAAA;AAC7C,OAAO,EAAE,YAAY,EAAY,YAAY,EAAE,MAAM,sBAAsB,CAAA;;AAE3E,qBAKa,4BAA6B,SAAQ,mBAChD,YAAW,MAAM,EAAE,SAAS,EAAE,gBAAgB,CAAC,WAAW,CAAC,SAAS,EAAE,CAAC;IAkBrE,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,QAAQ;IAlBT,UAAU,EAAG,SAAS,EAAE,CAAA;IACxB,SAAS,EAAG,cAAc,CAAA;IAC1B,KAAK,EAAE,GAAG,CAAK;IACf,iBAAiB,EAAE,OAAO,CAAQ;IAClC,UAAU,EAAE,OAAO,CAAQ;IAC3B,YAAY,EAAE,OAAO,CAAQ;IAC5B,iBAAiB,oBAA0B;IAG9C,EAAE,SAA4B;IACrC,OAAO,CAAC,oBAAoB,CAA4B;IACxD,WAAW,qCAA4B;IAC7B,YAAY,SAAI;IAC1B,aAAa,EAAE,YAAY,GAAG,IAAI,CAAO;IACzC,QAAQ,UAAQ;gBAGN,MAAM,EAAE,YAAY,EACpB,QAAQ,EAAE,YAAY;IAKhC,QAAQ;IAQR,uBAAuB;IAoBvB,OAAO,CAAC,KAAK,EAAE,MAAM;IAgBrB,IAAI,cAAc,YAKjB;IAED,YAAY;IAMZ,cAAc,CAAC,SAAS,EAAE,MAAM,GAAG,SAAS;IAoB5C,WAAW;yCAtGA,4BAA4B;2CAA5B,4BAA4B;CA2GxC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export interface ICarousel {
|
|
2
|
+
title?: string;
|
|
3
|
+
redirectUrl?: string;
|
|
4
|
+
openInNewTab?: string;
|
|
5
|
+
banners: IBannerUnit;
|
|
6
|
+
mailTo?: string;
|
|
7
|
+
queryParams?: any;
|
|
8
|
+
}
|
|
9
|
+
export interface ICarouselStyle {
|
|
10
|
+
bannerMetaClass?: "inline-meta";
|
|
11
|
+
bannerMetaAlign?: "right" | "left";
|
|
12
|
+
navigationArrows?: "hidden" | "visible";
|
|
13
|
+
dots?: "hidden" | "visible";
|
|
14
|
+
borderRadius?: string;
|
|
15
|
+
customHeight?: string;
|
|
16
|
+
arrowsPlacement?: "bottom-right" | "bottom-center" | "bottom-left" | "middle-inline";
|
|
17
|
+
responsive: {
|
|
18
|
+
bannerMetaClass?: "inline-meta";
|
|
19
|
+
bannerMetaAlign?: "right" | "left";
|
|
20
|
+
navigationArrows?: "hidden" | "visible";
|
|
21
|
+
dots?: "hidden" | "visible";
|
|
22
|
+
borderRadius?: string;
|
|
23
|
+
customHeight?: string;
|
|
24
|
+
arrowsPlacement?: "bottom-right" | "bottom-center" | "bottom-left" | "middle-inline";
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
interface IBannerUnit {
|
|
28
|
+
xs: string;
|
|
29
|
+
s: string;
|
|
30
|
+
m: string;
|
|
31
|
+
l: string;
|
|
32
|
+
xl: string;
|
|
33
|
+
}
|
|
34
|
+
export {};
|
|
35
|
+
//# sourceMappingURL=sliders-ng-content.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sliders-ng-content.model.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/sliders-ng-content/sliders-ng-content.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,WAAW,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,GAAG,CAAC;CACnB;AAGD,MAAM,WAAW,cAAc;IAC7B,eAAe,CAAC,EAAE,aAAa,CAAC;IAChC,eAAe,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACnC,gBAAgB,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IACxC,IAAI,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,cAAc,GAAG,eAAe,GAAG,aAAa,GAAG,eAAe,CAAC;IACrF,UAAU,EAAE;QACV,eAAe,CAAC,EAAE,aAAa,CAAC;QAChC,eAAe,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;QACnC,gBAAgB,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;QACxC,IAAI,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;QAC5B,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,eAAe,CAAC,EAAE,cAAc,GAAG,eAAe,GAAG,aAAa,GAAG,eAAe,CAAC;KACtF,CAAA;CACF;AAED,UAAU,WAAW;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,EAAE,EAAE,MAAM,CAAA;CACX"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./sliders-ng-content.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/router";
|
|
5
|
+
import * as i4 from "../../_directives/navigation/navigation.module";
|
|
6
|
+
import * as i5 from "../../_directives/image-responsive/image-responsive.module";
|
|
7
|
+
export declare class SlidersNgContentLibModule {
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SlidersNgContentLibModule>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlidersNgContentLibModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SlidersNgContentLibModule, [typeof i1.SlidersNgContentLibComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.NavigationModule, typeof i5.ImageResponsiveModule], [typeof i1.SlidersNgContentLibComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SlidersNgContentLibModule>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=sliders-ng-content.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sliders-ng-content.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/sliders-ng-content/sliders-ng-content.module.ts"],"names":[],"mappings":";;;;;;AAUA,qBA4Ba,yBAAyB;6CAAzB,yBAAyB;yCAAzB,yBAAyB;0CAAzB,yBAAyB;0CAAzB,yBAAyB;CAAI"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { OnInit, QueryList } from '@angular/core';
|
|
2
|
+
import { ScrollableItemDirective } from '../../_directives/scrollable-item/scrollable-item.directive';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SpeakersComponent implements OnInit {
|
|
5
|
+
objectData: any;
|
|
6
|
+
currentIndex: number;
|
|
7
|
+
contentdata: any;
|
|
8
|
+
styleData: any;
|
|
9
|
+
expand: boolean;
|
|
10
|
+
scrollableItems: QueryList<ScrollableItemDirective>;
|
|
11
|
+
constructor();
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
createInititals(name: string): string;
|
|
14
|
+
getCurrentIndex(indexValue: any): void;
|
|
15
|
+
toggleWeekHightlits(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpeakersComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpeakersComponent, "sb-uic-speakers", never, { "objectData": "objectData"; }, {}, never, never>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=speakers.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"speakers.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/speakers/speakers.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,SAAS,EAAgB,MAAM,eAAe,CAAC;AAClF,OAAO,EAAE,uBAAuB,EAAE,MAAM,6DAA6D,CAAC;;AAEtG,qBAKa,iBAAkB,YAAW,MAAM;IACrC,UAAU,EAAE,GAAG,CAAA;IACxB,YAAY,SAAI;IAChB,WAAW,EAAE,GAAG,CAAK;IACrB,SAAS,EAAE,GAAG,CAAK;IACnB,MAAM,EAAE,OAAO,CAAO;IAEiB,eAAe,EAAE,SAAS,CAAC,uBAAuB,CAAC,CAAA;;IAI1F,QAAQ;IAeR,eAAe,CAAC,IAAI,EAAE,MAAM;IAuB5B,eAAe,CAAC,UAAU,EAAE,GAAG;IAI/B,mBAAmB;yCArDR,iBAAiB;2CAAjB,iBAAiB;CAyD7B"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./speakers.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../_directives/scrollable-item/scrollable-item.module";
|
|
5
|
+
import * as i4 from "../sliders-ng-content/sliders-ng-content.module";
|
|
6
|
+
import * as i5 from "@angular/material/tooltip";
|
|
7
|
+
import * as i6 from "@angular/material/icon";
|
|
8
|
+
export declare class SpeakersModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpeakersModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SpeakersModule, [typeof i1.SpeakersComponent], [typeof i2.CommonModule, typeof i3.ScrollableItemModule, typeof i4.SlidersNgContentLibModule, typeof i5.MatTooltipModule, typeof i6.MatIconModule], [typeof i1.SpeakersComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SpeakersModule>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=speakers.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"speakers.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/speakers/speakers.module.ts"],"names":[],"mappings":";;;;;;;AAUA,qBAaa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAI"}
|
package/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.component.d.ts
ADDED
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import { OnInit, OnDestroy, EventEmitter } from '@angular/core';
|
|
2
|
+
import { NsWidgetResolver, WidgetBaseComponent } from '@sunbird-cb/resolver-v2';
|
|
3
|
+
import { NsContentStripWithFacets } from './content-strip-facet-filter.model';
|
|
4
|
+
import { WidgetContentService } from '../../../_services/widget-content.service';
|
|
5
|
+
import { MultilingualTranslationsService } from '../../../_services/multilingual-translations.service';
|
|
6
|
+
import { LoggerService, EventService, ConfigurationsService, UtilityService } from '@sunbird-cb/utils-v2';
|
|
7
|
+
import { Subscription } from 'rxjs';
|
|
8
|
+
import { WidgetUserService } from '../../../_services/widget-user.service';
|
|
9
|
+
import { MatTabChangeEvent } from '@angular/material/tabs';
|
|
10
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
11
|
+
import { Router } from '@angular/router';
|
|
12
|
+
import { FormBuilder } from '@angular/forms';
|
|
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
|
+
hideViewMoreUrl?: boolean;
|
|
23
|
+
stripTitleLink?: {
|
|
24
|
+
link: {
|
|
25
|
+
queryParams: string;
|
|
26
|
+
};
|
|
27
|
+
icon: string;
|
|
28
|
+
queryParams: string;
|
|
29
|
+
};
|
|
30
|
+
sliderConfig?: {
|
|
31
|
+
showNavs: boolean;
|
|
32
|
+
showDots: boolean;
|
|
33
|
+
maxWidgets?: number;
|
|
34
|
+
cerificateCardMargin?: boolean;
|
|
35
|
+
};
|
|
36
|
+
stripConfig: any;
|
|
37
|
+
tabs?: NsContentStripWithFacets.IContentStripTab[] | undefined;
|
|
38
|
+
stripName?: string;
|
|
39
|
+
stripLogo?: string;
|
|
40
|
+
description?: string;
|
|
41
|
+
stripInfo?: NsContentStripWithFacets.IStripInfo;
|
|
42
|
+
noDataWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
|
|
43
|
+
errorWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
|
|
44
|
+
showOnNoData: boolean;
|
|
45
|
+
showOnLoader: boolean;
|
|
46
|
+
showOnError: boolean;
|
|
47
|
+
loaderWidgets?: any;
|
|
48
|
+
stripBackground?: string;
|
|
49
|
+
secondaryHeading?: any;
|
|
50
|
+
viewMoreUrl: any;
|
|
51
|
+
request?: any;
|
|
52
|
+
}
|
|
53
|
+
export declare class ContentStripFacetFilterComponent extends WidgetBaseComponent implements OnInit, OnDestroy, NsWidgetResolver.IWidgetData<NsContentStripWithFacets.IContentStripMultiple> {
|
|
54
|
+
private contentSvc;
|
|
55
|
+
private loggerSvc;
|
|
56
|
+
private eventSvc;
|
|
57
|
+
private configSvc;
|
|
58
|
+
utilitySvc: UtilityService;
|
|
59
|
+
router: Router;
|
|
60
|
+
private userSvc;
|
|
61
|
+
private translate;
|
|
62
|
+
private langtranslations;
|
|
63
|
+
private _fb;
|
|
64
|
+
widgetData: NsContentStripWithFacets.IContentStripMultiple;
|
|
65
|
+
emptyResponse: EventEmitter<any>;
|
|
66
|
+
viewAllResponse: EventEmitter<any>;
|
|
67
|
+
telemtryResponse: EventEmitter<any>;
|
|
68
|
+
providerId: any;
|
|
69
|
+
emitViewAll: boolean;
|
|
70
|
+
channnelName: any;
|
|
71
|
+
id: string;
|
|
72
|
+
stripsResultDataMap: {
|
|
73
|
+
[key: string]: IStripUnitContentData;
|
|
74
|
+
};
|
|
75
|
+
stripsKeyOrder: string[];
|
|
76
|
+
showAccordionData: boolean;
|
|
77
|
+
showParentLoader: boolean;
|
|
78
|
+
showParentError: boolean;
|
|
79
|
+
showParentNoData: boolean;
|
|
80
|
+
errorDataCount: number;
|
|
81
|
+
noDataCount: number;
|
|
82
|
+
successDataCount: number;
|
|
83
|
+
contentAvailable: boolean;
|
|
84
|
+
baseUrl: string;
|
|
85
|
+
veifiedKarmayogi: boolean;
|
|
86
|
+
environment: any;
|
|
87
|
+
changeEventSubscription: Subscription | null;
|
|
88
|
+
defaultMaxWidgets: number;
|
|
89
|
+
enrollInterval: any;
|
|
90
|
+
todaysEvents: any;
|
|
91
|
+
enrollmentMapData: any;
|
|
92
|
+
facetForm: any;
|
|
93
|
+
constructor(environment: any, contentSvc: WidgetContentService, loggerSvc: LoggerService, eventSvc: EventService, configSvc: ConfigurationsService, utilitySvc: UtilityService, router: Router, userSvc: WidgetUserService, translate: TranslateService, langtranslations: MultilingualTranslationsService, _fb: FormBuilder);
|
|
94
|
+
ngOnDestroy(): void;
|
|
95
|
+
ngOnInit(): void;
|
|
96
|
+
private initData;
|
|
97
|
+
private fetchStripFromKey;
|
|
98
|
+
private fetchStripFromRequestData;
|
|
99
|
+
private transformSkeletonToWidgets;
|
|
100
|
+
private processStrip;
|
|
101
|
+
private checkParentStatus;
|
|
102
|
+
checkForEmptyWidget(strip: NsContentStripWithFacets.IContentStripUnit): boolean;
|
|
103
|
+
toggleInfo(data: IStripUnitContentData): void;
|
|
104
|
+
raiseTelemetry(stripData: any): void;
|
|
105
|
+
setHiddenForStrip(key: string): void;
|
|
106
|
+
getSelectedPillIndex(tabdata: any, tabIndex: any): any;
|
|
107
|
+
getdata(data: IStripUnitContentData): {};
|
|
108
|
+
tabClicked(tabEvent: MatTabChangeEvent, pillIndex: any, stripMap: IStripUnitContentData, stripKey: string): void;
|
|
109
|
+
pillClicked(event: any, stripMap: IStripUnitContentData, stripKey: any, pillIndex: any, tabIndex: any): void;
|
|
110
|
+
resetSelectedPill(pillData: any): void;
|
|
111
|
+
getTabDataByfilter(strip: NsContentStripWithFacets.IContentStripUnit, currentTab: NsContentStripWithFacets.IContentStripTab, calculateParentStatus: boolean): void;
|
|
112
|
+
private getIfStripHidden;
|
|
113
|
+
translateLabels(label: string, type: any): any;
|
|
114
|
+
redirectViewAll(stripData: any, path: string, queryParamsData: any): void;
|
|
115
|
+
identify(index: number, item: any): any;
|
|
116
|
+
tracker(index: number, item: any): any;
|
|
117
|
+
getContineuLearningLenth(data: IStripUnitContentData): number;
|
|
118
|
+
showAccordion(key: string): boolean;
|
|
119
|
+
checkCondition(wData: NsContentStripWithFacets.IContentStripMultiple, data: IStripUnitContentData): boolean;
|
|
120
|
+
checkVisible(data: IStripUnitContentData): boolean;
|
|
121
|
+
getSelectedIndex(stripsResultDataMap: any, key: any): number;
|
|
122
|
+
getLength(data: IStripUnitContentData): any;
|
|
123
|
+
isStripShowing(data: any): any;
|
|
124
|
+
get isMobile(): boolean;
|
|
125
|
+
postRequestMethod(strip: NsContentStripWithFacets.IContentStripUnit, request: NsContentStripWithFacets.IContentStripUnit['request'], apiUrl: string, calculateParentStatus: boolean): Promise<any>;
|
|
126
|
+
fetchFromSearch(strip: NsContentStripWithFacets.IContentStripUnit, calculateParentStatus?: boolean): Promise<void>;
|
|
127
|
+
mapAllDataWithFacets(strip: any, content: any, facets: any, calculateParentStatus: any): void;
|
|
128
|
+
private transformContentsToWidgets;
|
|
129
|
+
getorgData(eventData: any, stripMap: any, tabIndex: any): void;
|
|
130
|
+
resetFilter(stripMap: any, tabIndex: any, pillIndex: any): void;
|
|
131
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContentStripFacetFilterComponent, never>;
|
|
132
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentStripFacetFilterComponent, "sb-uic-content-strip-facet-filter", never, { "widgetData": "widgetData"; "providerId": "providerId"; "emitViewAll": "emitViewAll"; "channnelName": "channnelName"; }, { "emptyResponse": "emptyResponse"; "viewAllResponse": "viewAllResponse"; "telemtryResponse": "telemtryResponse"; }, never, never>;
|
|
133
|
+
}
|
|
134
|
+
export {};
|
|
135
|
+
//# sourceMappingURL=content-strip-facet-filter.component.d.ts.map
|
package/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content-strip-facet-filter.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/consumption/src/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,159 @@
|
|
|
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 NsContentStripWithFacets {
|
|
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
|
+
stripRequestFor?: string;
|
|
15
|
+
onTabClickRequest?: boolean;
|
|
16
|
+
hideViewMoreUrl?: boolean;
|
|
17
|
+
type: string;
|
|
18
|
+
disableTranslate?: any;
|
|
19
|
+
key: string;
|
|
20
|
+
title: string;
|
|
21
|
+
customeClass?: string;
|
|
22
|
+
nodataMsg?: string;
|
|
23
|
+
stripTitleLink?: {
|
|
24
|
+
link: {
|
|
25
|
+
queryParams: string;
|
|
26
|
+
};
|
|
27
|
+
icon: string;
|
|
28
|
+
queryParams: string;
|
|
29
|
+
};
|
|
30
|
+
sliderConfig?: {
|
|
31
|
+
showNavs: boolean;
|
|
32
|
+
showDots: boolean;
|
|
33
|
+
maxWidgets?: number;
|
|
34
|
+
cerificateCardMargin?: boolean;
|
|
35
|
+
dotsAlign?: "right" | "left";
|
|
36
|
+
arrowsPlacement?: "bottom-right" | "bottom-center" | "bottom-left" | "middle-inline";
|
|
37
|
+
responsive?: {
|
|
38
|
+
showNavs: boolean;
|
|
39
|
+
showDots: boolean;
|
|
40
|
+
dotsAlign?: "right" | "left";
|
|
41
|
+
arrowsPlacement?: "bottom-right" | "bottom-center" | "bottom-left" | "middle-inline";
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
tabs?: NsContentStripWithFacets.IContentStripTab[] | undefined;
|
|
45
|
+
titleDescription?: string;
|
|
46
|
+
name?: string;
|
|
47
|
+
mode?: string | 'accordion';
|
|
48
|
+
info?: IStripInfo;
|
|
49
|
+
logo?: string;
|
|
50
|
+
preWidgets?: NsWidgetResolver.IRenderConfigWithAnyData[];
|
|
51
|
+
postWidgets?: NsWidgetResolver.IRenderConfigWithAnyData[];
|
|
52
|
+
stripConfig?: IStripConfig;
|
|
53
|
+
canHideStrip?: boolean;
|
|
54
|
+
showStrip: boolean;
|
|
55
|
+
filters?: any[];
|
|
56
|
+
selectAll?: boolean | null;
|
|
57
|
+
request?: {
|
|
58
|
+
requestBody: any;
|
|
59
|
+
playlistRead: any;
|
|
60
|
+
playlistSearch?: any;
|
|
61
|
+
ciosContent?: any;
|
|
62
|
+
search?: NSSearch.ISearchRequest;
|
|
63
|
+
searchV6?: NSSearch.ISearchV6Request;
|
|
64
|
+
topContent?: any;
|
|
65
|
+
featureContent?: any;
|
|
66
|
+
bookmarkRead?: any;
|
|
67
|
+
enrollmentList?: any;
|
|
68
|
+
cbpList?: any;
|
|
69
|
+
apiUrl: string;
|
|
70
|
+
searchRegionRecommendation?: NSSearch.ISearchOrgRegionRecommendationRequest;
|
|
71
|
+
api?: IStripRequestApi;
|
|
72
|
+
networkApi?: INetworkRequestApi;
|
|
73
|
+
ids?: string[];
|
|
74
|
+
recommendedCourses?: any;
|
|
75
|
+
masterCompetency?: any;
|
|
76
|
+
trendingSearch?: any;
|
|
77
|
+
};
|
|
78
|
+
searchV6Type?: 'KB' | 'Collections' | 'searchQuery' | null;
|
|
79
|
+
stripBackground?: string;
|
|
80
|
+
noDataWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
|
|
81
|
+
loader?: boolean;
|
|
82
|
+
loaderWidgets?: any;
|
|
83
|
+
errorWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
|
|
84
|
+
refreshEvent?: Record<'eventType' | 'from', string>;
|
|
85
|
+
fetchLikes?: boolean;
|
|
86
|
+
secondaryHeading?: any;
|
|
87
|
+
viewMoreUrl?: {
|
|
88
|
+
queryParams?: any;
|
|
89
|
+
viewMoreText: string;
|
|
90
|
+
path: string;
|
|
91
|
+
};
|
|
92
|
+
data?: [];
|
|
93
|
+
}
|
|
94
|
+
export interface IStripRequestApi {
|
|
95
|
+
path: string;
|
|
96
|
+
queryParams?: {
|
|
97
|
+
pageNo?: number;
|
|
98
|
+
pageSize?: number;
|
|
99
|
+
pageState?: string;
|
|
100
|
+
sourceFields?: string;
|
|
101
|
+
};
|
|
102
|
+
}
|
|
103
|
+
export interface INetworkRequestApi {
|
|
104
|
+
path: string;
|
|
105
|
+
data?: any;
|
|
106
|
+
}
|
|
107
|
+
export interface IStripInfo {
|
|
108
|
+
mode: 'below' | 'popup' | 'modal';
|
|
109
|
+
visibilityMode?: 'hidden' | 'visible';
|
|
110
|
+
icon: {
|
|
111
|
+
icon: string;
|
|
112
|
+
scale: number;
|
|
113
|
+
style?: any;
|
|
114
|
+
};
|
|
115
|
+
widget: NsWidgetResolver.IRenderConfigWithAnyData;
|
|
116
|
+
}
|
|
117
|
+
interface IStripConfig {
|
|
118
|
+
cardSubType: NsCardContent.TCardSubType;
|
|
119
|
+
postCardForSearch?: boolean;
|
|
120
|
+
intranetMode?: 'greyOut' | 'hide';
|
|
121
|
+
deletedMode?: 'greyOut' | 'hide';
|
|
122
|
+
contentTags?: IContentTags;
|
|
123
|
+
hideShowAll?: boolean;
|
|
124
|
+
}
|
|
125
|
+
export interface IContentTags {
|
|
126
|
+
daysSpan?: number;
|
|
127
|
+
excludeContentType?: NsContent.EContentTypes[];
|
|
128
|
+
excludeMimeType?: string[];
|
|
129
|
+
tag: string;
|
|
130
|
+
criteriaField: string;
|
|
131
|
+
}
|
|
132
|
+
export interface IContentStripResponseApi {
|
|
133
|
+
contents: NsContent.IContent[];
|
|
134
|
+
hasMore?: boolean;
|
|
135
|
+
pageState?: string;
|
|
136
|
+
totalHits?: number;
|
|
137
|
+
}
|
|
138
|
+
export interface IContentStripTab {
|
|
139
|
+
pillsData?: any;
|
|
140
|
+
label: string;
|
|
141
|
+
value: string;
|
|
142
|
+
showTabDataCount: boolean;
|
|
143
|
+
requestRequired?: boolean;
|
|
144
|
+
computeDataOnClick?: boolean;
|
|
145
|
+
computeDataOnClickKey?: string;
|
|
146
|
+
request?: any;
|
|
147
|
+
widgets?: NsWidgetResolver.IRenderConfigWithAnyData[];
|
|
148
|
+
maxWidgets?: number;
|
|
149
|
+
fetchTabStatus?: string;
|
|
150
|
+
nodataMsg?: string;
|
|
151
|
+
tabLoading?: boolean;
|
|
152
|
+
facets?: any;
|
|
153
|
+
}
|
|
154
|
+
export {};
|
|
155
|
+
}
|
|
156
|
+
export declare enum ApiRequestFor {
|
|
157
|
+
SEARCH = "search"
|
|
158
|
+
}
|
|
159
|
+
//# sourceMappingURL=content-strip-facet-filter.model.d.ts.map
|