@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,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./data-points.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../skeleton-loader-lib/skeleton-loader-lib.module";
|
|
5
|
+
export declare class DataPointsModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DataPointsModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DataPointsModule, [typeof i1.DataPointsComponent], [typeof i2.CommonModule, typeof i3.SkeletonLoaderLibModule], [typeof i1.DataPointsComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DataPointsModule>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=data-points.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-points.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/data-points/data-points.module.ts"],"names":[],"mappings":";;;;AAQA,qBASa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAI"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
4
|
+
import { EventService, MultilingualTranslationsService } from '@sunbird-cb/utils-v2';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class CertificateDialogComponent implements OnInit {
|
|
7
|
+
private events;
|
|
8
|
+
private translate;
|
|
9
|
+
private langtranslations;
|
|
10
|
+
dialogRef: MatDialogRef<CertificateDialogComponent>;
|
|
11
|
+
data: any;
|
|
12
|
+
url: string;
|
|
13
|
+
navUrl: string;
|
|
14
|
+
environment: any;
|
|
15
|
+
constructor(environment: any, events: EventService, translate: TranslateService, langtranslations: MultilingualTranslationsService, dialogRef: MatDialogRef<CertificateDialogComponent>, data: any);
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
downloadCert(): void;
|
|
18
|
+
downloadCertPng(): void;
|
|
19
|
+
downloadCertPdf(): Promise<void>;
|
|
20
|
+
shareCert(): Window;
|
|
21
|
+
raiseShareIntreactTelemetry(type?: string, action?: string): void;
|
|
22
|
+
raiseIntreactTelemetry(action?: string): void;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CertificateDialogComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CertificateDialogComponent, "sb-uic-certificate-dialog", never, {}, {}, never, never>;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=certificate-dialog.component.d.ts.map
|
package/lib/_common/dialog-components/certificate-dialog/certificate-dialog.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"certificate-dialog.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/consumption/src/lib/_common/dialog-components/certificate-dialog/certificate-dialog.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,MAAM,EAAE,MAAM,eAAe,CAAA;AACzD,OAAO,EAAE,YAAY,EAAmB,MAAM,0BAA0B,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AACtD,OAAO,EAAE,YAAY,EAAE,+BAA+B,EAAY,MAAM,sBAAsB,CAAA;;AAG9F,qBAQa,0BAA2B,YAAW,MAAM;IAMrD,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,gBAAgB;IACjB,SAAS,EAAE,YAAY,CAAC,0BAA0B,CAAC;IAC1B,IAAI,EAAE,GAAG;IAT3C,GAAG,EAAG,MAAM,CAAA;IACZ,MAAM,SAAK;IACX,WAAW,EAAE,GAAG,CAAA;gBAES,WAAW,EAAE,GAAG,EAC/B,MAAM,EAAE,YAAY,EACpB,SAAS,EAAE,gBAAgB,EAC3B,gBAAgB,EAAE,+BAA+B,EAClD,SAAS,EAAE,YAAY,CAAC,0BAA0B,CAAC,EAC1B,IAAI,EAAE,GAAG;IAY3C,QAAQ;IAMR,YAAY;IAWZ,eAAe;IAwBT,eAAe;IA0BrB,SAAS;IAKT,2BAA2B,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM;IAc1D,sBAAsB,CAAC,MAAM,CAAC,EAAE,MAAM;yCA5G3B,0BAA0B;2CAA1B,0BAA0B;CA0HtC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./certificate-dialog/certificate-dialog.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/menu";
|
|
5
|
+
import * as i4 from "@angular/material/card";
|
|
6
|
+
import * as i5 from "@angular/material/icon";
|
|
7
|
+
import * as i6 from "@angular/material/dialog";
|
|
8
|
+
import * as i7 from "@sunbird-cb/utils-v2";
|
|
9
|
+
import * as i8 from "@ngx-translate/core";
|
|
10
|
+
export declare class DialogComponentsModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogComponentsModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogComponentsModule, [typeof i1.CertificateDialogComponent], [typeof i2.CommonModule, typeof i3.MatMenuModule, typeof i4.MatCardModule, typeof i5.MatIconModule, typeof i6.MatDialogModule, typeof i7.PipeSafeSanitizerModule, typeof i8.TranslateModule], [typeof i1.CertificateDialogComponent]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DialogComponentsModule>;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=dialog-components.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dialog-components.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/dialog-components/dialog-components.module.ts"],"names":[],"mappings":";;;;;;;;;AAcA,qBAwBa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAI"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { NsContent } from '../../_models/widget-content.model';
|
|
3
|
+
import { MultilingualTranslationsService } from '../../_services/multilingual-translations.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DisplayContentTypeLibComponent implements OnInit {
|
|
6
|
+
private langtranslations;
|
|
7
|
+
useTranslation: boolean;
|
|
8
|
+
displayContentType: NsContent.EDisplayContentTypes;
|
|
9
|
+
displayContentTypeEnum: typeof NsContent.EDisplayContentTypes;
|
|
10
|
+
constructor(langtranslations: MultilingualTranslationsService);
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
translateLabels(label: string, type: any): any;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DisplayContentTypeLibComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DisplayContentTypeLibComponent, "sb-uic-display-content-type", never, { "useTranslation": "useTranslation"; "displayContentType": "displayContentType"; }, {}, never, never>;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=display-content-type-lib.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"display-content-type-lib.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/display-content-type-lib/display-content-type-lib.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAS,MAAM,eAAe,CAAA;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,oCAAoC,CAAA;AAC9D,OAAO,EAAE,+BAA+B,EAAE,MAAM,mDAAmD,CAAA;;AAEnG,qBAKa,8BAA+B,YAAW,MAAM;IAI/C,OAAO,CAAC,gBAAgB;IAH3B,cAAc,EAAE,OAAO,CAAO;IAC9B,kBAAkB,EAAE,SAAS,CAAC,oBAAoB,CAAyC;IACpG,sBAAsB,wCAAiC;gBACnC,gBAAgB,EAAE,+BAA+B;IAErE,QAAQ;IAGR,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG;yCAT7B,8BAA8B;2CAA9B,8BAA8B;CAY1C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./display-content-type-lib.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
export declare class DisplayContentTypeLibModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DisplayContentTypeLibModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DisplayContentTypeLibModule, [typeof i1.DisplayContentTypeLibComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i3.FormsModule], [typeof i1.DisplayContentTypeLibComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DisplayContentTypeLibModule>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=display-content-type-lib.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"display-content-type-lib.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/display-content-type-lib/display-content-type-lib.module.ts"],"names":[],"mappings":";;;;AAKA,qBAKa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAG"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Router } from '@angular/router';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class EventCardComponent {
|
|
4
|
+
private router;
|
|
5
|
+
objectData: any;
|
|
6
|
+
eventDetails: any;
|
|
7
|
+
environment: any;
|
|
8
|
+
loader: any;
|
|
9
|
+
descriptionMaxLength: number;
|
|
10
|
+
constructor(environment: any, router: Router);
|
|
11
|
+
getEventDate(event: any): string;
|
|
12
|
+
getPublicUrl(url: string): string;
|
|
13
|
+
redirectTo(event: any): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EventCardComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EventCardComponent, "sb-uic-event-card", never, { "objectData": "objectData"; "eventDetails": "eventDetails"; "loader": "loader"; }, {}, never, never>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=event-card.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-card.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/consumption/src/lib/_common/events/event-card/event-card.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAA;;AAIxC,qBAKa,kBAAkB;IAOwB,OAAO,CAAC,MAAM;IAL1D,UAAU,EAAE,GAAG,CAAA;IACf,YAAY,EAAE,GAAG,CAAA;IAC1B,WAAW,EAAG,GAAG,CAAA;IACR,MAAM,EAAE,GAAG,CAAA;IACpB,oBAAoB,EAAE,MAAM,CAAK;gBACE,WAAW,EAAE,GAAG,EAAU,MAAM,EAAE,MAAM;IAI3E,YAAY,CAAC,KAAK,EAAE,GAAG;IAMvB,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IAKjC,UAAU,CAAC,KAAK,EAAE,GAAG;yCAtBV,kBAAkB;2CAAlB,kBAAkB;CA0B9B"}
|
|
@@ -0,0 +1,21 @@
|
|
|
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 EventsComponent implements OnInit {
|
|
5
|
+
insightSvc: InsiteDataService;
|
|
6
|
+
object: any;
|
|
7
|
+
nwlEventsConfig: any;
|
|
8
|
+
daysBetween: any;
|
|
9
|
+
events: any;
|
|
10
|
+
requestBody: any;
|
|
11
|
+
currentDay: any;
|
|
12
|
+
loader: boolean;
|
|
13
|
+
constructor(insightSvc: InsiteDataService);
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
getDaysBetweenDates(): void;
|
|
16
|
+
getEvents(slectedDate: any): void;
|
|
17
|
+
getEventsList(): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EventsComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EventsComponent, "sb-uic-events", never, { "object": "object"; "nwlEventsConfig": "nwlEventsConfig"; }, {}, never, never>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=events.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"events.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/events/events.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAA;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAA;;AAIvE,qBAKa,eAAgB,YAAW,MAAM;IASzB,UAAU,EAAE,iBAAiB;IAPvC,MAAM,EAAE,GAAG,CAAA;IACX,eAAe,EAAE,GAAG,CAAA;IAC7B,WAAW,EAAE,GAAG,CAAK;IACrB,MAAM,EAAE,GAAG,CAAK;IAChB,WAAW,EAAE,GAAG,CAAA;IAChB,UAAU,EAAE,GAAG,CAAA;IACf,MAAM,EAAE,OAAO,CAAQ;gBACJ,UAAU,EAAE,iBAAiB;IAEhD,QAAQ;IAwBR,mBAAmB;IAgBnB,SAAS,CAAC,WAAW,EAAE,GAAG;IAoB1B,aAAa;yCAvEF,eAAe;2CAAf,eAAe;CA2F3B"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./events.component";
|
|
3
|
+
import * as i2 from "./event-card/event-card.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@angular/router";
|
|
6
|
+
import * as i5 from "../skeleton-loader-lib/skeleton-loader-lib.module";
|
|
7
|
+
import * as i6 from "@angular/material/icon";
|
|
8
|
+
export declare class EventsModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EventsModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EventsModule, [typeof i1.EventsComponent, typeof i2.EventCardComponent], [typeof i3.CommonModule, typeof i4.RouterModule, typeof i5.SkeletonLoaderLibModule, typeof i6.MatIconModule], [typeof i1.EventsComponent, typeof i2.EventCardComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EventsModule>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=events.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"events.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/events/events.module.ts"],"names":[],"mappings":";;;;;;;AAUA,qBAUa,YAAY;yCAAZ,YAAY;0CAAZ,YAAY;0CAAZ,YAAY;CAAI"}
|
|
@@ -0,0 +1,18 @@
|
|
|
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 HighlightsOfWeekComponent 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
|
+
toggleWeekHightlits(): void;
|
|
14
|
+
getCurrentIndex(indexValue: any): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HighlightsOfWeekComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HighlightsOfWeekComponent, "sb-uic-highlights-of-week", never, { "objectData": "objectData"; }, {}, never, never>;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=highlights-of-week.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"highlights-of-week.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/highlights-of-week/highlights-of-week.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,SAAS,EAAgB,MAAM,eAAe,CAAC;AAClF,OAAO,EAAE,uBAAuB,EAAE,MAAM,6DAA6D,CAAC;;AAEtG,qBAKa,yBAA0B,YAAW,MAAM;IAE7C,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;;IAG1F,QAAQ;IAcR,mBAAmB;IAInB,eAAe,CAAC,UAAU,EAAE,GAAG;yCA7BpB,yBAAyB;2CAAzB,yBAAyB;CAkCrC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./highlights-of-week.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/icon";
|
|
5
|
+
import * as i4 from "@angular/material/tooltip";
|
|
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 HighlightsOfWeekModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HighlightsOfWeekModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HighlightsOfWeekModule, [typeof i1.HighlightsOfWeekComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.MatTooltipModule, typeof i5.ScrollableItemModule, typeof i6.SlidersNgContentLibModule], [typeof i1.HighlightsOfWeekComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<HighlightsOfWeekModule>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=highlights-of-week.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"highlights-of-week.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/highlights-of-week/highlights-of-week.module.ts"],"names":[],"mappings":";;;;;;;AAUA,qBAaa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAI"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { OnInit, OnChanges, OnDestroy, EventEmitter, ElementRef } from '@angular/core';
|
|
2
|
+
import { TFetchStatus } from '../../_constants/misc.constants';
|
|
3
|
+
import { ValueService } from '@sunbird-cb/utils-v2';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class HorizontalScrollerV2Component implements OnInit, OnChanges, OnDestroy {
|
|
6
|
+
private valueSvc;
|
|
7
|
+
loadStatus: TFetchStatus;
|
|
8
|
+
id: string;
|
|
9
|
+
onHover: boolean;
|
|
10
|
+
sliderConfig: any;
|
|
11
|
+
loadNext: EventEmitter<any>;
|
|
12
|
+
widgetsLength: any;
|
|
13
|
+
defaultMaxWidgets: any;
|
|
14
|
+
stripConfig: any;
|
|
15
|
+
horizontalScrollElem: ElementRef | null;
|
|
16
|
+
enablePrev: boolean;
|
|
17
|
+
enableNext: boolean;
|
|
18
|
+
activeNav: number;
|
|
19
|
+
cardSubType: string;
|
|
20
|
+
bottomDotsArray: any;
|
|
21
|
+
private scrollObserver;
|
|
22
|
+
isMobile: boolean;
|
|
23
|
+
private defaultMenuSubscribe;
|
|
24
|
+
isLtMedium$: import("rxjs").Observable<boolean>;
|
|
25
|
+
constructor(valueSvc: ValueService);
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
ngOnChanges(): void;
|
|
28
|
+
ngOnDestroy(): void;
|
|
29
|
+
showPrev(): void;
|
|
30
|
+
showNext(): void;
|
|
31
|
+
private updateNavigationBtnStatus;
|
|
32
|
+
slideTo(ele: any): void;
|
|
33
|
+
getBottomDotsArray(): void;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HorizontalScrollerV2Component, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HorizontalScrollerV2Component, "sb-uic-horizontal-scroller-v2", never, { "loadStatus": "loadStatus"; "id": "id"; "onHover": "onHover"; "sliderConfig": "sliderConfig"; "widgetsLength": "widgetsLength"; "defaultMaxWidgets": "defaultMaxWidgets"; "stripConfig": "stripConfig"; }, { "loadNext": "loadNext"; }, never, ["*"]>;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=horizontal-scroller-v2.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"horizontal-scroller-v2.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,SAAS,EAAE,SAAS,EAA4B,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAO5H,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;;AAIpD,qBAMa,6BAA8B,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IA2BpE,OAAO,CAAC,QAAQ;IAzBnB,UAAU,EAAE,YAAY,CAAc;IACtC,EAAE,EAAE,MAAM,CAAM;IAChB,OAAO,UAAS;IAChB,YAAY,EAAE,GAAG,CAIxB;IACQ,QAAQ,oBAAsB;IAC/B,aAAa,EAAE,GAAG,CAAC;IACnB,iBAAiB,EAAE,GAAG,CAAC;IACvB,WAAW,EAAE,GAAG,CAAC;IAE1B,oBAAoB,EAAE,UAAU,GAAG,IAAI,CAAQ;IAE/C,UAAU,UAAS;IACnB,UAAU,UAAS;IACnB,SAAS,SAAK;IACd,WAAW,SAAc;IACzB,eAAe,EAAE,GAAG,CAAM;IAC1B,OAAO,CAAC,cAAc,CAA6B;IACnD,QAAQ,UAAQ;IAChB,OAAO,CAAC,oBAAoB,CAA4B;IACxD,WAAW,qCAA4B;gBAEnB,QAAQ,EAAE,YAAY;IAE1C,QAAQ;IAsBR,WAAW;IAYX,WAAW;IASX,QAAQ;IA4BR,QAAQ;IA2BR,OAAO,CAAC,yBAAyB;IA0CjC,OAAO,CAAC,GAAG,EAAE,GAAG;IA+BhB,kBAAkB;yCAxMP,6BAA6B;2CAA7B,6BAA6B;CA0OzC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./horizontal-scroller-v2.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/button";
|
|
5
|
+
import * as i4 from "@angular/material/icon";
|
|
6
|
+
import * as i5 from "@angular/material/progress-spinner";
|
|
7
|
+
export declare class HorizontalScrollerV2Module {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HorizontalScrollerV2Module, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HorizontalScrollerV2Module, [typeof i1.HorizontalScrollerV2Component], [typeof i2.CommonModule, typeof i3.MatButtonModule, typeof i4.MatIconModule, typeof i5.MatProgressSpinnerModule], [typeof i1.HorizontalScrollerV2Component]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<HorizontalScrollerV2Module>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=horizontal-scroller-v2.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"horizontal-scroller-v2.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAUa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { EventEmitter, 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 KeyHighlightsComponent implements OnInit {
|
|
5
|
+
currentIndex: any;
|
|
6
|
+
providerId: any;
|
|
7
|
+
formData: any;
|
|
8
|
+
mode: any;
|
|
9
|
+
emptyResponse: EventEmitter<any>;
|
|
10
|
+
titleMaxLength: number;
|
|
11
|
+
styleData: any;
|
|
12
|
+
contentdata: any;
|
|
13
|
+
scrollableItems: QueryList<ScrollableItemDirective>;
|
|
14
|
+
constructor();
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
getCurrentIndex(indexValue: any): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KeyHighlightsComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KeyHighlightsComponent, "sb-uic-key-highlights", never, { "providerId": "providerId"; "formData": "formData"; "mode": "mode"; }, { "emptyResponse": "emptyResponse"; }, never, never>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=key-highlights.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"key-highlights.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/key-highlights/key-highlights.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,SAAS,EAAgB,MAAM,eAAe,CAAC;AACxG,OAAO,EAAE,uBAAuB,EAAE,MAAM,6DAA6D,CAAC;;AAEtG,qBAKa,sBAAuB,YAAW,MAAM;IACnD,YAAY,EAAE,GAAG,CAAI;IACZ,UAAU,EAAG,GAAG,CAAK;IACrB,QAAQ,EAAG,GAAG,CAAK;IACnB,IAAI,EAAE,GAAG,CAAA;IACR,aAAa,oBAA0B;IACjD,cAAc,SAAM;IAEpB,SAAS,EAAE,GAAG,CAAK;IACnB,WAAW,EAAE,GAAG,CAAK;IACkB,eAAe,EAAE,SAAS,CAAC,uBAAuB,CAAC,CAAA;;IAG1F,QAAQ;IAKR,eAAe,CAAC,UAAU,EAAE,GAAG;yCAlBpB,sBAAsB;2CAAtB,sBAAsB;CAqBlC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./key-highlights.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/icon";
|
|
5
|
+
import * as i4 from "../sliders-ng-content/sliders-ng-content.module";
|
|
6
|
+
import * as i5 from "../../_directives/scrollable-item/scrollable-item.module";
|
|
7
|
+
export declare class KeyHighlightsModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KeyHighlightsModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KeyHighlightsModule, [typeof i1.KeyHighlightsComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.SlidersNgContentLibModule, typeof i5.ScrollableItemModule], [typeof i1.KeyHighlightsComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<KeyHighlightsModule>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=key-highlights.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"key-highlights.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/key-highlights/key-highlights.module.ts"],"names":[],"mappings":";;;;;;AASA,qBAaa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAI"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { InsiteDataService } from '../../_services/insite-data.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class MdoLeaderboardComponent implements OnInit {
|
|
5
|
+
private insiteDataService;
|
|
6
|
+
currentTab: any;
|
|
7
|
+
result: any;
|
|
8
|
+
filteredData: any;
|
|
9
|
+
searchTerm: string;
|
|
10
|
+
expand: boolean;
|
|
11
|
+
object: any;
|
|
12
|
+
tabClicked: EventEmitter<any>;
|
|
13
|
+
constructor(insiteDataService: InsiteDataService);
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
getData(): void;
|
|
16
|
+
getTabData(name: any): void;
|
|
17
|
+
getRank(rank: number): string;
|
|
18
|
+
getMedal(rank: number): "assets/images/national-learning/Medal1.svg" | "assets/images/national-learning/Medal2.svg" | "assets/images/national-learning/Medal3.svg";
|
|
19
|
+
handleSearchQuery(e: any): void;
|
|
20
|
+
toggleWeekHightlits(): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MdoLeaderboardComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MdoLeaderboardComponent, "sb-uic-mdo-leaderboard", never, { "object": "object"; }, { "tabClicked": "tabClicked"; }, never, never>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=mdo-leaderboard.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mdo-leaderboard.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/mdo-leaderboard/mdo-leaderboard.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;;AAExE,qBAKa,uBAAwB,YAAW,MAAM;IAUxC,OAAO,CAAC,iBAAiB;IARrC,UAAU,EAAE,GAAG,CAAO;IACtB,MAAM,EAAE,GAAG,CAAK;IAChB,YAAY,EAAE,GAAG,CAAA;IACjB,UAAU,EAAE,MAAM,CAAK;IACvB,MAAM,EAAE,OAAO,CAAO;IAEb,MAAM,EAAE,GAAG,CAAA;IACV,UAAU,oBAA0B;gBAC1B,iBAAiB,EAAE,iBAAiB;IAExD,QAAQ;IAIR,OAAO;IAcP,UAAU,CAAC,IAAI,EAAE,GAAG;IA2BpB,OAAO,CAAC,IAAI,EAAE,MAAM;IAIpB,QAAQ,CAAC,IAAI,EAAE,MAAM;IAUrB,iBAAiB,CAAC,CAAC,EAAE,GAAG;IAaxB,mBAAmB;yCApFR,uBAAuB;2CAAvB,uBAAuB;CAwFnC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./mdo-leaderboard.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/icon";
|
|
5
|
+
import * as i4 from "../skeleton-loader-lib/skeleton-loader-lib.module";
|
|
6
|
+
import * as i5 from "@angular/forms";
|
|
7
|
+
import * as i6 from "@angular/material/tooltip";
|
|
8
|
+
export declare class MdoLeaderboardModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MdoLeaderboardModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MdoLeaderboardModule, [typeof i1.MdoLeaderboardComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.SkeletonLoaderLibModule, typeof i5.FormsModule, typeof i6.MatTooltipModule], [typeof i1.MdoLeaderboardComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MdoLeaderboardModule>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=mdo-leaderboard.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mdo-leaderboard.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/mdo-leaderboard/mdo-leaderboard.module.ts"],"names":[],"mappings":";;;;;;;AAWA,qBAca,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAI"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MdoChannelV1Component implements OnInit {
|
|
4
|
+
constructor();
|
|
5
|
+
ngOnInit(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MdoChannelV1Component, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MdoChannelV1Component, "sb-uic-mdo-channel-v1", never, {}, {}, never, never>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=mdo-channel-v1.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mdo-channel-v1.component.d.ts","sourceRoot":"","sources":["../../../../../../../../library/sunbird-cb/consumption/src/lib/_common/microsites/mdo-channels/mdo-channel-v1/mdo-channel-v1.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;;AAElD,qBAKa,qBAAsB,YAAW,MAAM;;IAIlD,QAAQ;yCAJG,qBAAqB;2CAArB,qBAAqB;CAOjC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { MatTabChangeEvent } from '@angular/material/tabs';
|
|
3
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
|
+
import { EventService } from '@sunbird-cb/utils-v2';
|
|
5
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
6
|
+
import { MultilingualTranslationsService } from '@sunbird-cb/utils-v2';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class MdoChannelV2Component implements OnInit {
|
|
9
|
+
private route;
|
|
10
|
+
private router;
|
|
11
|
+
private eventSvc;
|
|
12
|
+
private translate;
|
|
13
|
+
private langtranslations;
|
|
14
|
+
sectionList: any;
|
|
15
|
+
channnelName: string;
|
|
16
|
+
orgId: string;
|
|
17
|
+
selectedIndex: number;
|
|
18
|
+
hideCompetencyBlock: boolean;
|
|
19
|
+
contentTabEmptyResponseCount: number;
|
|
20
|
+
titles: {
|
|
21
|
+
title: string;
|
|
22
|
+
url: string;
|
|
23
|
+
icon: string;
|
|
24
|
+
disableTranslate: boolean;
|
|
25
|
+
}[];
|
|
26
|
+
showModal: boolean;
|
|
27
|
+
descriptionMaxLength: number;
|
|
28
|
+
isTelemetryRaised: boolean;
|
|
29
|
+
stripWidth: any;
|
|
30
|
+
constructor(route: ActivatedRoute, router: Router, eventSvc: EventService, translate: TranslateService, langtranslations: MultilingualTranslationsService);
|
|
31
|
+
onResize(): void;
|
|
32
|
+
setWidth(): void;
|
|
33
|
+
ngOnInit(): void;
|
|
34
|
+
tabClicked(tabEvent: MatTabChangeEvent): void;
|
|
35
|
+
hideContentStrip(event: any, colData: any): void;
|
|
36
|
+
triggerOpenDialog(event: boolean): void;
|
|
37
|
+
onClose(): void;
|
|
38
|
+
raiseTelemetryInteratEvent(event: any): void;
|
|
39
|
+
raiseCompetencyTelemetry(name: string): void;
|
|
40
|
+
raiseTelemetry(name: string): void;
|
|
41
|
+
hideCompetency(event: any): void;
|
|
42
|
+
showAllContent(_stripData: any, columnData: any): void;
|
|
43
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MdoChannelV2Component, never>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MdoChannelV2Component, "sb-uic-mdo-channel-v2", never, { "sectionList": "sectionList"; }, {}, never, never>;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=mdo-channel-v2.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mdo-channel-v2.component.d.ts","sourceRoot":"","sources":["../../../../../../../../library/sunbird-cb/consumption/src/lib/_common/microsites/mdo-channels/mdo-channel-v2/mdo-channel-v2.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkC,MAAM,EAAE,MAAM,eAAe,CAAA;AACtE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAA;AACxD,OAAO,EAAE,YAAY,EAAY,MAAM,sBAAsB,CAAA;AAG7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AACtD,OAAO,EAAE,+BAA+B,EAAE,MAAM,sBAAsB,CAAA;;AAEtE,qBAKa,qBAAuB,YAAW,MAAM;IAqBjD,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,gBAAgB;IAxBjB,WAAW,EAAC,GAAG,CAAK;IAC7B,YAAY,SAAK;IACjB,KAAK,SAAK;IACV,aAAa,SAAI;IACjB,mBAAmB,EAAE,OAAO,CAAQ;IACpC,4BAA4B,EAAE,MAAM,CAAI;IACxC,MAAM;;;;;QAOL;IACD,SAAS,EAAE,OAAO,CAAQ;IAC1B,oBAAoB,SAAM;IAC1B,iBAAiB,EAAE,OAAO,CAAQ;IAClC,UAAU,EAAE,GAAG,CAAA;gBAGL,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,YAAY,EACtB,SAAS,EAAE,gBAAgB,EAC3B,gBAAgB,EAAE,+BAA+B;IAqB3D,QAAQ;IAIR,QAAQ;IAKR,QAAQ;IAWD,UAAU,CAAC,QAAQ,EAAE,iBAAiB;IAG7C,gBAAgB,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,EAAE,GAAG;IAUzC,iBAAiB,CAAC,KAAK,EAAE,OAAO;IAQhC,OAAO;IAMP,0BAA0B,CAAC,KAAK,EAAE,GAAG;IAwBrC,wBAAwB,CAAC,IAAI,EAAE,MAAM;IAIrC,cAAc,CAAC,IAAI,EAAE,MAAM;IAc3B,cAAc,CAAC,KAAK,EAAE,GAAG;IAMzB,cAAc,CAAC,UAAU,EAAE,GAAG,EAAE,UAAU,EAAE,GAAG;yCA7IpC,qBAAqB;2CAArB,qBAAqB;CAuJjC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./mdo-channel-v1/mdo-channel-v1.component";
|
|
3
|
+
import * as i2 from "./mdo-channel-v2/mdo-channel-v2.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@angular/material/icon";
|
|
6
|
+
import * as i5 from "@angular/material/chips";
|
|
7
|
+
import * as i6 from "../../skeleton-loader-lib/skeleton-loader-lib.module";
|
|
8
|
+
import * as i7 from "../../announcements/announcements.module";
|
|
9
|
+
import * as i8 from "../../top-learners/top-learners.module";
|
|
10
|
+
import * as i9 from "../../cbp-plan/cbp-plan.module";
|
|
11
|
+
import * as i10 from "../../cards/cards.module";
|
|
12
|
+
import * as i11 from "../../common-strip/common-strip.module";
|
|
13
|
+
import * as i12 from "../../competency-passbook/competency-passbook.module";
|
|
14
|
+
import * as i13 from "../../competency-passbook-mdo/competency-passbook-mdo.module";
|
|
15
|
+
import * as i14 from "../../content-strip-with-tabs-lib/content-strip-with-tabs-lib.module";
|
|
16
|
+
import * as i15 from "../../data-points/data-points.module";
|
|
17
|
+
import * as i16 from "../../sliders/sliders.module";
|
|
18
|
+
import * as i17 from "@angular/material/tabs";
|
|
19
|
+
import * as i18 from "@ngx-translate/core";
|
|
20
|
+
export declare class MDOChannelModule {
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MDOChannelModule, never>;
|
|
22
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MDOChannelModule, [typeof i1.MdoChannelV1Component, typeof i2.MdoChannelV2Component], [typeof i3.CommonModule, typeof i4.MatIconModule, typeof i5.MatChipsModule, typeof i6.SkeletonLoaderLibModule, typeof i7.AnnouncementsModule, typeof i8.TopLearnersModule, typeof i9.CbpPlanModule, typeof i10.CardsModule, typeof i11.CommonStripModule, typeof i12.CompetencyPassbookModule, typeof i13.CompetencyPassbookMdoModule, typeof i14.ContentStripWithTabsLibModule, typeof i15.DataPointsModule, typeof i16.SlidersLibModule, typeof i17.MatTabsModule, typeof i18.TranslateModule], [typeof i1.MdoChannelV1Component, typeof i2.MdoChannelV2Component]>;
|
|
23
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MDOChannelModule>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=mdo-channel.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mdo-channel.module.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/consumption/src/lib/_common/microsites/mdo-channels/mdo-channel.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AA2BA,qBA+Ba,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAI"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { Router } from '@angular/router';
|
|
3
|
+
import { EventService } from '@sunbird-cb/utils-v2';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class NationalLearningComponent implements OnInit {
|
|
6
|
+
router: Router;
|
|
7
|
+
private events;
|
|
8
|
+
sectionList: any;
|
|
9
|
+
configDetails: any;
|
|
10
|
+
nwlConfiguration: any;
|
|
11
|
+
providerId: string;
|
|
12
|
+
providerName: '';
|
|
13
|
+
descriptionMaxLength: number;
|
|
14
|
+
constructor(router: Router, events: EventService);
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
hideKeyHightlight(event: any, learnerReview: any): void;
|
|
17
|
+
showAllContent(_stripData: any, columnData: any): void;
|
|
18
|
+
hideContentStrip(event: any, contentStripData: any): void;
|
|
19
|
+
raiseTabClick(event: any): void;
|
|
20
|
+
raiseTelemetryInteratEvent(event: any): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NationalLearningComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NationalLearningComponent, "sb-uic-national-learning", never, { "sectionList": "sectionList"; "configDetails": "configDetails"; "nwlConfiguration": "nwlConfiguration"; }, {}, never, never>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=national-learning.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"national-learning.component.d.ts","sourceRoot":"","sources":["../../../../../../../../library/sunbird-cb/consumption/src/lib/_common/microsites/national-learning-week/national-learning/national-learning.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,YAAY,EAAY,MAAM,sBAAsB,CAAC;;AAG9D,qBAKa,yBAA0B,YAAW,MAAM;IAOnC,MAAM,EAAE,MAAM;IAAE,OAAO,CAAC,MAAM;IANxC,WAAW,EAAC,GAAG,CAAK;IACpB,aAAa,EAAE,GAAG,CAAA;IAClB,gBAAgB,EAAE,GAAG,CAAA;IAC9B,UAAU,EAAE,MAAM,CAAc;IAChC,YAAY,EAAE,EAAE,CAAA;IAChB,oBAAoB,SAAM;gBACP,MAAM,EAAE,MAAM,EAAU,MAAM,EAAE,YAAY;IAG9D,QAAQ,IAAI,IAAI;IAIjB,iBAAiB,CAAC,KAAK,EAAE,GAAG,EAAE,aAAa,EAAE,GAAG;IAMhD,cAAc,CAAC,UAAU,EAAE,GAAG,EAAE,UAAU,EAAE,GAAG;IAe/C,gBAAgB,CAAC,KAAK,EAAE,GAAG,EAAE,gBAAgB,EAAE,GAAG;IAMlD,aAAa,CAAC,KAAK,KAAA;IAenB,0BAA0B,CAAC,KAAK,EAAE,GAAG;yCAxD1B,yBAAyB;2CAAzB,yBAAyB;CA0ErC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./national-learning/national-learning.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 "@angular/material/tabs";
|
|
9
|
+
import * as i8 from "../../key-highlights/key-highlights.module";
|
|
10
|
+
import * as i9 from "../../content-strip-with-tabs-lib/content-strip-with-tabs-lib.module";
|
|
11
|
+
import * as i10 from "../../data-points/data-points.module";
|
|
12
|
+
import * as i11 from "../../events/events.module";
|
|
13
|
+
import * as i12 from "../../mdo-leaderboard/mdo-leaderboard.module";
|
|
14
|
+
import * as i13 from "../../highlights-of-week/highlights-of-week.module";
|
|
15
|
+
import * as i14 from "../../speakers/speakers.module";
|
|
16
|
+
import * as i15 from "../../user-progress/user-progress.module";
|
|
17
|
+
import * as i16 from "../../strips/content-strip-facet-filter/content-strip-facet-filter.module";
|
|
18
|
+
export declare class NationalLearningModule {
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NationalLearningModule, never>;
|
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NationalLearningModule, [typeof i1.NationalLearningComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.MatChipsModule, typeof i5.SkeletonLoaderLibModule, typeof i6.SlidersLibModule, typeof i7.MatTabsModule, typeof i8.KeyHighlightsModule, typeof i9.ContentStripWithTabsLibModule, typeof i10.DataPointsModule, typeof i11.EventsModule, typeof i12.MdoLeaderboardModule, typeof i13.HighlightsOfWeekModule, typeof i14.SpeakersModule, typeof i15.UserProgressModule, typeof i16.ContentStripFacetFilterModule], [typeof i1.NationalLearningComponent]>;
|
|
21
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NationalLearningModule>;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=national-learning.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"national-learning.module.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/consumption/src/lib/_common/microsites/national-learning-week/national-learning.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAqBA,qBA2Ba,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAI"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { DatePipe } from '@angular/common';
|
|
2
|
+
import { OnInit } from '@angular/core';
|
|
3
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
|
+
import { EventService } from '@sunbird-cb/utils-v2';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ProvidersV2Component implements OnInit {
|
|
7
|
+
private route;
|
|
8
|
+
router: Router;
|
|
9
|
+
private datePipe;
|
|
10
|
+
private events;
|
|
11
|
+
sectionList: any;
|
|
12
|
+
providerName: string;
|
|
13
|
+
providerId: string;
|
|
14
|
+
navList: any;
|
|
15
|
+
hideCompetencyBlock: boolean;
|
|
16
|
+
currentMonthAndYear: any;
|
|
17
|
+
titles: {
|
|
18
|
+
title: string;
|
|
19
|
+
url: string;
|
|
20
|
+
icon: string;
|
|
21
|
+
disableTranslate: boolean;
|
|
22
|
+
}[];
|
|
23
|
+
descriptionMaxLength: number;
|
|
24
|
+
isTelemetryRaised: boolean;
|
|
25
|
+
constructor(route: ActivatedRoute, router: Router, datePipe: DatePipe, events: EventService);
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
getNavitems(): void;
|
|
28
|
+
scrollToSection(name: string): void;
|
|
29
|
+
hideCompetency(event: any, columnData: any): void;
|
|
30
|
+
hideContentStrip(event: any, contentStripData: any): void;
|
|
31
|
+
hideLearnerReview(event: any, learnerReview: any): void;
|
|
32
|
+
showAllContent(_stripData: any, columnData: any): void;
|
|
33
|
+
raiseTelemetryInteratEvent(event: any): void;
|
|
34
|
+
raiseCompetencyTelemetry(name: string): void;
|
|
35
|
+
raiseTelemetry(name: string): void;
|
|
36
|
+
raiseNavTelemetry(name: string): void;
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProvidersV2Component, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProvidersV2Component, "sb-uic-providers-v2", never, { "sectionList": "sectionList"; }, {}, never, never>;
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=providers-v2.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"providers-v2.component.d.ts","sourceRoot":"","sources":["../../../../../../../../library/sunbird-cb/consumption/src/lib/_common/microsites/providers/providers-v2/providers-v2.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAC1C,OAAO,EAAqB,MAAM,EAAE,MAAM,eAAe,CAAA;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAA;AACxD,OAAO,EAAE,YAAY,EAAY,MAAM,sBAAsB,CAAA;;AAG7D,qBAKa,oBAAqB,YAAW,MAAM;IAoBrC,OAAO,CAAC,KAAK;IACN,MAAM,EAAE,MAAM;IAAE,OAAO,CAAC,QAAQ;IAAY,OAAO,CAAC,MAAM;IAnBpE,WAAW,EAAC,GAAG,CAAK;IAC7B,YAAY,SAAK;IACjB,UAAU,SAAK;IACf,OAAO,EAAE,GAAG,CAAA;IACZ,mBAAmB,UAAQ;IAE3B,mBAAmB,EAAE,GAAG,CAAA;IACxB,MAAM;;;;;QAML;IAED,oBAAoB,SAAM;IAC1B,iBAAiB,UAAQ;gBAEL,KAAK,EAAE,cAAc,EACtB,MAAM,EAAE,MAAM,EAAU,QAAQ,EAAE,QAAQ,EAAU,MAAM,EAAE,YAAY;IAI3F,QAAQ;IAqBR,WAAW;IAMX,eAAe,CAAC,IAAI,EAAG,MAAM;IAW7B,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,UAAU,EAAE,GAAG;IAc1C,gBAAgB,CAAC,KAAK,EAAE,GAAG,EAAE,gBAAgB,EAAE,GAAG;IAKlD,iBAAiB,CAAC,KAAK,EAAE,GAAG,EAAE,aAAa,EAAE,GAAG;IAMhD,cAAc,CAAC,UAAU,EAAE,GAAG,EAAE,UAAU,EAAE,GAAG;IAe/C,0BAA0B,CAAC,KAAK,EAAE,GAAG;IAwBrC,wBAAwB,CAAC,IAAI,EAAE,MAAM;IAIrC,cAAc,CAAC,IAAI,EAAE,MAAM;IAc3B,iBAAiB,CAAC,IAAI,EAAE,MAAM;yCAjJnB,oBAAoB;2CAApB,oBAAoB;CA8JhC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./providers-v2/providers-v2.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/icon";
|
|
5
|
+
import * as i4 from "@angular/router";
|
|
6
|
+
import * as i5 from "@angular/material/chips";
|
|
7
|
+
import * as i6 from "../../skeleton-loader-lib/skeleton-loader-lib.module";
|
|
8
|
+
import * as i7 from "../../calender/calender.module";
|
|
9
|
+
import * as i8 from "../../cards/cards.module";
|
|
10
|
+
import * as i9 from "../../common-strip/common-strip.module";
|
|
11
|
+
import * as i10 from "../../competency-passbook/competency-passbook.module";
|
|
12
|
+
import * as i11 from "../../user-content-rating/user-content-rating-lib.module";
|
|
13
|
+
import * as i12 from "../../content-strip-with-tabs-lib/content-strip-with-tabs-lib.module";
|
|
14
|
+
import * as i13 from "../../data-points/data-points.module";
|
|
15
|
+
import * as i14 from "../../sliders/sliders.module";
|
|
16
|
+
import * as i15 from "@angular/material/tabs";
|
|
17
|
+
import * as i16 from "@ngx-translate/core";
|
|
18
|
+
export declare class ProvidersModule {
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProvidersModule, never>;
|
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ProvidersModule, [typeof i1.ProvidersV2Component], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.RouterModule, typeof i5.MatChipsModule, typeof i6.SkeletonLoaderLibModule, typeof i7.CalenderModule, typeof i8.CardsModule, typeof i9.CommonStripModule, typeof i10.CompetencyPassbookModule, typeof i11.UserContentRatingLibModule, typeof i12.ContentStripWithTabsLibModule, typeof i13.DataPointsModule, typeof i14.SlidersLibModule, typeof i15.MatTabsModule, typeof i16.TranslateModule], [typeof i1.ProvidersV2Component]>;
|
|
21
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ProvidersModule>;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=providers.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"providers.module.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/consumption/src/lib/_common/microsites/providers/providers.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAwBA,qBA8Ba,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAI"}
|