@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,25 @@
|
|
|
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 AnnouncementsComponent implements OnInit {
|
|
5
|
+
insightSvc: InsiteDataService;
|
|
6
|
+
objectData: any;
|
|
7
|
+
layoutType: any;
|
|
8
|
+
mobileHeight: boolean;
|
|
9
|
+
fetchDataFromApi: boolean;
|
|
10
|
+
channelId: any;
|
|
11
|
+
openDialog: EventEmitter<any>;
|
|
12
|
+
isLoading: boolean;
|
|
13
|
+
announcements: any;
|
|
14
|
+
expand: boolean;
|
|
15
|
+
expanded: boolean;
|
|
16
|
+
constructor(insightSvc: InsiteDataService);
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
fetchData(): void;
|
|
19
|
+
viewMoreOrLess(item: any): void;
|
|
20
|
+
openAnnouncements(): void;
|
|
21
|
+
showMoreOrLess(): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AnnouncementsComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnouncementsComponent, "sb-uic-announcements", never, { "objectData": "objectData"; "layoutType": "layoutType"; "mobileHeight": "mobileHeight"; "fetchDataFromApi": "fetchDataFromApi"; "channelId": "channelId"; }, { "openDialog": "openDialog"; }, never, never>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=announcements.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"announcements.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/announcements/announcements.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,sBAAuB,YAAW,MAAM;IAahC,UAAU,EAAE,iBAAiB;IAXvC,UAAU,EAAE,GAAG,CAAA;IACf,UAAU,EAAG,GAAG,CAAA;IAChB,YAAY,EAAE,OAAO,CAAQ;IAC7B,gBAAgB,EAAE,OAAO,CAAQ;IACjC,SAAS,EAAE,GAAG,CAAA;IACb,UAAU,oBAA0B;IAC9C,SAAS,EAAE,OAAO,CAAQ;IAC1B,aAAa,EAAE,GAAG,CAAK;IACvB,MAAM,UAAQ;IACd,QAAQ,EAAE,OAAO,CAAQ;gBAEN,UAAU,EAAE,iBAAiB;IAGhD,QAAQ;IAOR,SAAS;IAyCT,cAAc,CAAC,IAAI,EAAE,GAAG;IAMxB,iBAAiB;IAIjB,cAAc;yCA1EH,sBAAsB;2CAAtB,sBAAsB;CA8ElC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./announcements.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
|
+
export declare class AnnouncementsModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AnnouncementsModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AnnouncementsModule, [typeof i1.AnnouncementsComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.SkeletonLoaderLibModule], [typeof i1.AnnouncementsComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AnnouncementsModule>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=announcements.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"announcements.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/announcements/announcements.module.ts"],"names":[],"mappings":";;;;;AAQA,qBASa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAI"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AvatarPhotoLibComponent implements OnInit, OnChanges {
|
|
4
|
+
datalen: any;
|
|
5
|
+
photoUrl: string;
|
|
6
|
+
name: string;
|
|
7
|
+
size: string;
|
|
8
|
+
defaulfColor: string;
|
|
9
|
+
randomColor: boolean;
|
|
10
|
+
initials?: string;
|
|
11
|
+
showBadge: boolean;
|
|
12
|
+
showInitials: boolean;
|
|
13
|
+
circleColor: string;
|
|
14
|
+
random: string;
|
|
15
|
+
private colors;
|
|
16
|
+
private randomcolors;
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
ngOnChanges(change: SimpleChanges): void;
|
|
19
|
+
get userInitials(): string;
|
|
20
|
+
private createInititals;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarPhotoLibComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarPhotoLibComponent, "sb-uic-avatar-photo", never, { "datalen": "datalen"; "photoUrl": "photoUrl"; "name": "name"; "size": "size"; "defaulfColor": "defaulfColor"; "randomColor": "randomColor"; "initials": "initials"; "showBadge": "showBadge"; }, {}, never, never>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=avatar-photo-lib.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"avatar-photo-lib.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/avatar-photo-lib/avatar-photo-lib.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAS,SAAS,EAAE,aAAa,EAAE,MAAM,eAAe,CAAA;;AAElF,qBAKa,uBAAwB,YAAW,MAAM,EAAE,SAAS;IACtD,OAAO,EAAE,GAAG,CAAA;IAGd,QAAQ,EAAG,MAAM,CAAA;IAGjB,IAAI,EAAG,MAAM,CAAA;IACJ,IAAI,SAAK;IACT,YAAY,SAAK;IACxB,WAAW,UAAQ;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,UAAQ;IACnB,YAAY,UAAQ;IACpB,WAAW,EAAG,MAAM,CAAA;IAC3B,MAAM,SAAsC;IAI5C,OAAO,CAAC,MAAM,CAOb;IAED,OAAO,CAAC,YAAY,CAOnB;IAED,QAAQ;IA0BR,WAAW,CAAC,MAAM,EAAE,aAAa;IAKjC,IAAI,YAAY,WAEf;IACD,OAAO,CAAC,eAAe;yCAvEZ,uBAAuB;2CAAvB,uBAAuB;CA8FnC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./avatar-photo-lib.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/router";
|
|
5
|
+
import * as i4 from "@angular/material/button";
|
|
6
|
+
import * as i5 from "@angular/material/icon";
|
|
7
|
+
import * as i6 from "@angular/material/menu";
|
|
8
|
+
import * as i7 from "@angular/material/core";
|
|
9
|
+
import * as i8 from "@sunbird-cb/resolver-v2";
|
|
10
|
+
export declare class AvatarPhotoLibModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarPhotoLibModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarPhotoLibModule, [typeof i1.AvatarPhotoLibComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.MatButtonModule, typeof i5.MatIconModule, typeof i6.MatMenuModule, typeof i7.MatRippleModule, typeof i8.SbUiResolverModule], [typeof i1.AvatarPhotoLibComponent]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AvatarPhotoLibModule>;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=avatar-photo-lib.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"avatar-photo-lib.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/avatar-photo-lib/avatar-photo-lib.module.ts"],"names":[],"mappings":";;;;;;;;;AAUA,qBAca,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAI"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { DatePipe } from '@angular/common';
|
|
2
|
+
import { OnInit } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CalenderDayComponent implements OnInit {
|
|
5
|
+
private datePipe;
|
|
6
|
+
objectData: any;
|
|
7
|
+
layoutType: any;
|
|
8
|
+
day: any;
|
|
9
|
+
dataLoading: boolean;
|
|
10
|
+
rowId: any;
|
|
11
|
+
eventDate: any;
|
|
12
|
+
webDisplayDate: string;
|
|
13
|
+
mobileDisplayDate: string;
|
|
14
|
+
currentDate: any;
|
|
15
|
+
constructor(datePipe: DatePipe);
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
openLink(link: string): void;
|
|
18
|
+
formatDate(date: any, type: string): string;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CalenderDayComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CalenderDayComponent, "sb-uic-calender-day", never, { "objectData": "objectData"; "layoutType": "layoutType"; "day": "day"; "dataLoading": "dataLoading"; "rowId": "rowId"; "eventDate": "eventDate"; }, {}, never, never>;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=calender-day.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calender-day.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/consumption/src/lib/_common/calender/calender-day/calender-day.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;;AAEzD,qBAKa,oBAAqB,YAAW,MAAM;IAYrC,OAAO,CAAC,QAAQ;IAVnB,UAAU,EAAE,GAAG,CAAA;IACf,UAAU,EAAE,GAAG,CAAA;IACf,GAAG,EAAE,GAAG,CAAA;IACR,WAAW,EAAE,OAAO,CAAA;IACpB,KAAK,EAAE,GAAG,CAAA;IACV,SAAS,EAAE,GAAG,CAAA;IACvB,cAAc,EAAE,MAAM,CAAK;IAC3B,iBAAiB,EAAE,MAAM,CAAK;IAC9B,WAAW,EAAE,GAAG,CAAa;gBAET,QAAQ,EAAE,QAAQ;IAEtC,QAAQ;IAIR,QAAQ,CAAC,IAAI,EAAE,MAAM;IAIrB,UAAU,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM;yCAtBvB,oBAAoB;2CAApB,oBAAoB;CA+BhC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { DatePipe } from '@angular/common';
|
|
2
|
+
import { OnInit } from '@angular/core';
|
|
3
|
+
import { InsiteDataService } from '../../_services/insite-data.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CalenderComponent implements OnInit {
|
|
6
|
+
private datePipe;
|
|
7
|
+
insightSvc: InsiteDataService;
|
|
8
|
+
objectData: any;
|
|
9
|
+
layoutType: any;
|
|
10
|
+
fetchDataFromApi: boolean;
|
|
11
|
+
showHeader: boolean;
|
|
12
|
+
defaultDays: number;
|
|
13
|
+
providerId: any;
|
|
14
|
+
fullCalendor: boolean;
|
|
15
|
+
days: any[];
|
|
16
|
+
trainings: any;
|
|
17
|
+
currentMonthAndYear: any;
|
|
18
|
+
isDataLoading: boolean;
|
|
19
|
+
currentDate: any;
|
|
20
|
+
endDate: any;
|
|
21
|
+
startDate: any;
|
|
22
|
+
allMonths: string[];
|
|
23
|
+
monthsDropdown: any;
|
|
24
|
+
selectedMonth: any;
|
|
25
|
+
constructor(datePipe: DatePipe, insightSvc: InsiteDataService);
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
getInsiteData(): void;
|
|
28
|
+
getKeys(obj: any): string[];
|
|
29
|
+
formatDate(date: any): string;
|
|
30
|
+
convertTo12HourFormat(timeString: string): string;
|
|
31
|
+
getDays(cDate: any, counter: number): any;
|
|
32
|
+
getDaysInMonth(year: number, month: number): Date[];
|
|
33
|
+
getMonthsDropdownData(): void;
|
|
34
|
+
selectMonth(event: any): void;
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CalenderComponent, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CalenderComponent, "sb-uic-calender", never, { "objectData": "objectData"; "layoutType": "layoutType"; "fetchDataFromApi": "fetchDataFromApi"; "showHeader": "showHeader"; "defaultDays": "defaultDays"; "providerId": "providerId"; "fullCalendor": "fullCalendor"; }, {}, never, never>;
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=calender.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calender.component.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/calender/calender.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAGL,MAAM,EAEP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;;AAExE,qBAKa,iBAAkB,YAAW,MAAM;IAuBlC,OAAO,CAAC,QAAQ;IAAmB,UAAU,EAAE,iBAAiB;IArBnE,UAAU,EAAE,GAAG,CAAA;IACf,UAAU,EAAE,GAAG,CAAA;IACf,gBAAgB,EAAE,OAAO,CAAQ;IACjC,UAAU,EAAE,OAAO,CAAQ;IAC3B,WAAW,EAAE,MAAM,CAAI;IACvB,UAAU,EAAE,GAAG,CAAA;IACf,YAAY,EAAE,OAAO,CAAQ;IACtC,IAAI,QAAK;IACT,SAAS,EAAE,GAAG,CAAK;IACnB,mBAAmB,EAAE,GAAG,CAAA;IACxB,aAAa,EAAE,OAAO,CAAQ;IAC9B,WAAW,EAAE,GAAG,CAAa;IAC7B,OAAO,EAAE,GAAG,CAAA;IACZ,SAAS,EAAE,GAAG,CAAA;IACd,SAAS,WAIR;IACD,cAAc,EAAE,GAAG,CAAK;IACxB,aAAa,EAAE,GAAG,CAAA;gBACE,QAAQ,EAAE,QAAQ,EAAS,UAAU,EAAE,iBAAiB;IAE5E,QAAQ;IAiBR,aAAa;IA0Db,OAAO,CAAC,GAAG,EAAE,GAAG,GAAG,MAAM,EAAE;IAI3B,UAAU,CAAC,IAAI,EAAE,GAAG;IAKpB,qBAAqB,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM;IAYjD,OAAO,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,EAAE,MAAM;IAkBnC,cAAc,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,EAAE;IAcnD,qBAAqB;IAMrB,WAAW,CAAC,KAAK,EAAE,GAAG;yCA/JX,iBAAiB;2CAAjB,iBAAiB;CAyK7B"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./calender.component";
|
|
3
|
+
import * as i2 from "./calender-day/calender-day.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@angular/material/icon";
|
|
6
|
+
import * as i5 from "@angular/forms";
|
|
7
|
+
import * as i6 from "@angular/material/select";
|
|
8
|
+
import * as i7 from "../skeleton-loader-lib/skeleton-loader-lib.module";
|
|
9
|
+
export declare class CalenderModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CalenderModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CalenderModule, [typeof i1.CalenderComponent, typeof i2.CalenderDayComponent], [typeof i3.CommonModule, typeof i4.MatIconModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.MatSelectModule, typeof i7.SkeletonLoaderLibModule], [typeof i1.CalenderComponent]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CalenderModule>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=calender.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calender.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_common/calender/calender.module.ts"],"names":[],"mappings":";;;;;;;;AAUA,qBAca,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { ConfigurationsService, NsContent } from '@sunbird-cb/utils-v2';
|
|
3
|
+
import { WidgetContentService } from '../../../../_services/widget-content.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CardAssessmentComponent implements OnInit {
|
|
6
|
+
private configSvc;
|
|
7
|
+
private contSvc;
|
|
8
|
+
widgetData: NsContent.IContent;
|
|
9
|
+
enrollmentMapData: any;
|
|
10
|
+
contentData: EventEmitter<any>;
|
|
11
|
+
isCardLoading: boolean;
|
|
12
|
+
stripData: any;
|
|
13
|
+
enrollList: any;
|
|
14
|
+
activeResource: any;
|
|
15
|
+
defaultThumbnail: any;
|
|
16
|
+
defaultSLogo: any;
|
|
17
|
+
daysRemaining: number;
|
|
18
|
+
startDate: any;
|
|
19
|
+
endDate: any;
|
|
20
|
+
daysPending: boolean;
|
|
21
|
+
daysFinish: boolean;
|
|
22
|
+
private intervalId;
|
|
23
|
+
days: number;
|
|
24
|
+
hours: number;
|
|
25
|
+
minutes: number;
|
|
26
|
+
constructor(configSvc: ConfigurationsService, contSvc: WidgetContentService);
|
|
27
|
+
ngOnInit(): void;
|
|
28
|
+
startCountdown(data: any): void;
|
|
29
|
+
updateCountdown(startDate: any): void;
|
|
30
|
+
ngOnDestroy(): void;
|
|
31
|
+
getRedirectUrlData(contentData: any): void;
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardAssessmentComponent, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardAssessmentComponent, "sb-uic-card-assessment", never, { "widgetData": "widgetData"; "enrollmentMapData": "enrollmentMapData"; "isCardLoading": "isCardLoading"; }, { "contentData": "contentData"; }, never, never>;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=card-assessment.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card-assessment.component.d.ts","sourceRoot":"","sources":["../../../../../../../../library/sunbird-cb/consumption/src/lib/_common/cards/card-assessment/card-assessment/card-assessment.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAE/E,OAAO,EAAE,qBAAqB,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACxE,OAAO,EAAE,oBAAoB,EAAE,MAAM,8CAA8C,CAAC;;AAEpF,qBASa,uBAAwB,YAAW,MAAM;IAmBxC,OAAO,CAAC,SAAS;IAAyB,OAAO,CAAC,OAAO;IAlB5D,UAAU,EAAG,SAAS,CAAC,QAAQ,CAAC;IAChC,iBAAiB,EAAE,GAAG,CAAA;IACrB,WAAW,oBAA0B;IACtC,aAAa,EAAE,OAAO,CAAQ;IACvC,SAAS,EAAE,GAAG,CAAK;IACnB,UAAU,EAAE,GAAG,CAAK;IACpB,cAAc,EAAE,GAAG,CAAK;IACxB,gBAAgB,EAAE,GAAG,CAAA;IACrB,YAAY,EAAE,GAAG,CAAA;IACjB,aAAa,EAAE,MAAM,CAAK;IAC1B,SAAS,EAAE,GAAG,CAAA;IACd,OAAO,EAAE,GAAG,CAAA;IACZ,WAAW,EAAE,OAAO,CAAQ;IAC5B,UAAU,EAAE,OAAO,CAAQ;IAC3B,OAAO,CAAC,UAAU,CAAM;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;gBACI,SAAS,EAAE,qBAAqB,EAAU,OAAO,EAAE,oBAAoB;IAE3F,QAAQ,IAAI,IAAI;IAQhB,cAAc,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI;IAS/B,eAAe,CAAC,SAAS,EAAE,GAAG,GAAG,IAAI;IAmBrC,WAAW,IAAI,IAAI;IAGnB,kBAAkB,CAAC,WAAW,EAAE,GAAG;yCA5DxB,uBAAuB;2CAAvB,uBAAuB;CAsEnC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import { ConfigurationsService, EventService, MultilingualTranslationsService, NsContent } from '@sunbird-cb/utils-v2';
|
|
4
|
+
import { Router } from '@angular/router';
|
|
5
|
+
import { WidgetContentService } from '../../../_services/widget-content.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class CardKarmaProgramsComponent implements OnInit {
|
|
8
|
+
private events;
|
|
9
|
+
private translate;
|
|
10
|
+
private langtranslations;
|
|
11
|
+
private configSvc;
|
|
12
|
+
private contSvc;
|
|
13
|
+
private router;
|
|
14
|
+
widgetData: NsContent.IContent;
|
|
15
|
+
randomColorApply: boolean;
|
|
16
|
+
userData: EventEmitter<any>;
|
|
17
|
+
isCardLoading: boolean;
|
|
18
|
+
defaultThumbnail: any;
|
|
19
|
+
sourceLogos: any;
|
|
20
|
+
defaultSLogo: any;
|
|
21
|
+
widgetType: any;
|
|
22
|
+
widgetSubType: any;
|
|
23
|
+
randomColors: any;
|
|
24
|
+
constructor(events: EventService, translate: TranslateService, langtranslations: MultilingualTranslationsService, configSvc: ConfigurationsService, contSvc: WidgetContentService, router: Router);
|
|
25
|
+
ngOnInit(): void;
|
|
26
|
+
setRandomColor(): void;
|
|
27
|
+
get getRandomColors(): any;
|
|
28
|
+
redirectTo(data: any): void;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardKarmaProgramsComponent, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardKarmaProgramsComponent, "sb-uic-card-karma-programs", never, { "widgetData": "widgetData"; "randomColorApply": "randomColorApply"; "isCardLoading": "isCardLoading"; }, { "userData": "userData"; }, never, never>;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=card-karma-programs.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card-karma-programs.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/consumption/src/lib/_common/cards/card-karma-programs/card-karma-programs.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAE/E,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,qBAAqB,EAAE,YAAY,EAAE,+BAA+B,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACvH,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;;AAEjF,qBAKa,0BAA2B,YAAW,MAAM;IAsBrD,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,MAAM;IAzBP,UAAU,EAAG,SAAS,CAAC,QAAQ,CAAC;IAChC,gBAAgB,EAAE,OAAO,CAAQ;IAChC,QAAQ,oBAA0B;IACnC,aAAa,EAAE,OAAO,CAAQ;IACvC,gBAAgB,EAAE,GAAG,CAAA;IACrB,WAAW,EAAE,GAAG,CAAA;IAChB,YAAY,EAAE,GAAG,CAAA;IACjB,UAAU,EAAE,GAAG,CAAK;IACpB,aAAa,EAAE,GAAG,CAAI;IACtB,YAAY,EAAE,GAAG,CAQhB;gBAGS,MAAM,EAAE,YAAY,EACpB,SAAS,EAAE,gBAAgB,EAC3B,gBAAgB,EAAE,+BAA+B,EACjD,SAAS,EAAE,qBAAqB,EAChC,OAAO,EAAE,oBAAoB,EAC7B,MAAM,EAAE,MAAM;IAUxB,QAAQ;IAaR,cAAc;IAad,IAAI,eAAe,QAGlB;IAED,UAAU,CAAC,IAAI,EAAE,GAAG;yCApET,0BAA0B;2CAA1B,0BAA0B;CA6EtC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import { ConfigurationsService, EventService, MultilingualTranslationsService, NsContent } from '@sunbird-cb/utils-v2';
|
|
4
|
+
import { Router } from '@angular/router';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class CardKarmaProgramsV2Component implements OnInit {
|
|
7
|
+
private events;
|
|
8
|
+
private translate;
|
|
9
|
+
private langtranslations;
|
|
10
|
+
private configSvc;
|
|
11
|
+
private router;
|
|
12
|
+
widgetData: NsContent.IContent;
|
|
13
|
+
randomColorApply: boolean;
|
|
14
|
+
userData: EventEmitter<any>;
|
|
15
|
+
raiseTemeletry: EventEmitter<any>;
|
|
16
|
+
defaultThumbnail: any;
|
|
17
|
+
sourceLogos: any;
|
|
18
|
+
defaultSLogo: any;
|
|
19
|
+
widgetType: any;
|
|
20
|
+
widgetSubType: any;
|
|
21
|
+
randomColors: any;
|
|
22
|
+
constructor(events: EventService, translate: TranslateService, langtranslations: MultilingualTranslationsService, configSvc: ConfigurationsService, router: Router);
|
|
23
|
+
ngOnInit(): void;
|
|
24
|
+
setRandomColor(): void;
|
|
25
|
+
redirectTo(content: any): void;
|
|
26
|
+
get getRandomColors(): any;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardKarmaProgramsV2Component, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardKarmaProgramsV2Component, "sb-uic-card-karma-programs-v2", never, { "widgetData": "widgetData"; "randomColorApply": "randomColorApply"; }, { "userData": "userData"; "raiseTemeletry": "raiseTemeletry"; }, never, never>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=card-karma-programs-v2.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card-karma-programs-v2.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/consumption/src/lib/_common/cards/card-karma-programs-v2/card-karma-programs-v2.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAE/E,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,qBAAqB,EAAE,YAAY,EAAE,+BAA+B,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACvH,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;;AAEzC,qBAKa,4BAA6B,YAAW,MAAM;IAsBvD,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,MAAM;IAxBP,UAAU,EAAG,SAAS,CAAC,QAAQ,CAAC;IAChC,gBAAgB,EAAE,OAAO,CAAQ;IAChC,QAAQ,oBAA0B;IAClC,cAAc,oBAA0B;IAClD,gBAAgB,EAAE,GAAG,CAAA;IACrB,WAAW,EAAE,GAAG,CAAA;IAChB,YAAY,EAAE,GAAG,CAAA;IACjB,UAAU,EAAE,GAAG,CAAK;IACpB,aAAa,EAAE,GAAG,CAAI;IACtB,YAAY,EAAE,GAAG,CAQhB;gBAGS,MAAM,EAAE,YAAY,EACpB,SAAS,EAAE,gBAAgB,EAC3B,gBAAgB,EAAE,+BAA+B,EACjD,SAAS,EAAE,qBAAqB,EAChC,MAAM,EAAG,MAAM;IAUzB,QAAQ;IAaR,cAAc;IAWd,UAAU,CAAC,OAAO,EAAE,GAAG;IAOvB,IAAI,eAAe,QAGlB;yCAtEU,4BAA4B;2CAA5B,4BAA4B;CAuExC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { NsCardContent } from '../../../_models/card-content.model';
|
|
3
|
+
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
4
|
+
import { ConfigurationsService, EventService } from '@sunbird-cb/utils-v2';
|
|
5
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
6
|
+
import { MultilingualTranslationsService } from '../../../_services/multilingual-translations.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class CardLandscapeComponent implements OnInit {
|
|
9
|
+
private snackBar;
|
|
10
|
+
private events;
|
|
11
|
+
private translate;
|
|
12
|
+
private langtranslations;
|
|
13
|
+
private configSvc;
|
|
14
|
+
widgetData: NsCardContent.ICard;
|
|
15
|
+
isLiveOrMarkForDeletion: any;
|
|
16
|
+
showIntranetContent: any;
|
|
17
|
+
isIntranetAllowedSettings: any;
|
|
18
|
+
isCardLoading: boolean;
|
|
19
|
+
contentData: EventEmitter<any>;
|
|
20
|
+
triggerTelemetry: EventEmitter<any>;
|
|
21
|
+
cbPlanMapData: any;
|
|
22
|
+
isCardFlipped: boolean;
|
|
23
|
+
defaultThumbnail: any;
|
|
24
|
+
acbpConstants: typeof NsCardContent.ACBPConst;
|
|
25
|
+
sourceLogos: any;
|
|
26
|
+
defaultSLogo: any;
|
|
27
|
+
showFlip: boolean;
|
|
28
|
+
widgetType: any;
|
|
29
|
+
widgetSubType: any;
|
|
30
|
+
cbPlanInterval: any;
|
|
31
|
+
constructor(snackBar: MatSnackBar, events: EventService, translate: TranslateService, langtranslations: MultilingualTranslationsService, configSvc: ConfigurationsService);
|
|
32
|
+
ngOnInit(): void;
|
|
33
|
+
showSnackbar(): void;
|
|
34
|
+
getRedirectUrlData(contentData: any): void;
|
|
35
|
+
raiseTelemetry(content: any): void;
|
|
36
|
+
getCbPlanData(): void;
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardLandscapeComponent, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardLandscapeComponent, "sb-uic-card-landscape", never, { "widgetData": "widgetData"; "isLiveOrMarkForDeletion": "isLiveOrMarkForDeletion"; "showIntranetContent": "showIntranetContent"; "isIntranetAllowedSettings": "isIntranetAllowedSettings"; "isCardLoading": "isCardLoading"; "cbPlanMapData": "cbPlanMapData"; }, { "contentData": "contentData"; "triggerTelemetry": "triggerTelemetry"; }, never, never>;
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=card-landscape.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card-landscape.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/consumption/src/lib/_common/cards/card-landscape/card-landscape.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAE3E,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,+BAA+B,EAAE,MAAM,sDAAsD,CAAC;;AAEvG,qBAKa,sBAAuB,YAAW,MAAM;IAqBjD,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,SAAS;IAvBV,UAAU,EAAG,aAAa,CAAC,KAAK,CAAC;IACjC,uBAAuB,EAAE,GAAG,CAAA;IAC5B,mBAAmB,EAAE,GAAG,CAAA;IACxB,yBAAyB,EAAE,GAAG,CAAA;IAC9B,aAAa,EAAE,OAAO,CAAQ;IAC7B,WAAW,oBAA0B;IACrC,gBAAgB,oBAA0B;IAC1C,aAAa,EAAE,GAAG,CAAA;IAC5B,aAAa,EAAC,OAAO,CAAQ;IAC7B,gBAAgB,EAAE,GAAG,CAAA;IACrB,aAAa,iCAA0B;IACvC,WAAW,EAAE,GAAG,CAAA;IAChB,YAAY,EAAE,GAAG,CAAA;IACjB,QAAQ,UAAQ;IAChB,UAAU,EAAE,GAAG,CAAO;IACtB,aAAa,EAAE,GAAG,CAAO;IACzB,cAAc,EAAE,GAAG,CAAA;gBAGT,QAAQ,EAAE,WAAW,EACrB,MAAM,EAAE,YAAY,EACpB,SAAS,EAAE,gBAAgB,EAC3B,gBAAgB,EAAE,+BAA+B,EACjD,SAAS,EAAE,qBAAqB;IAU1C,QAAQ;IAeR,YAAY;IAOZ,kBAAkB,CAAC,WAAW,EAAE,GAAG;IAGnC,cAAc,CAAC,OAAO,EAAE,GAAG;IAK3B,aAAa;yCAjEF,sBAAsB;2CAAtB,sBAAsB;CAiFlC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import { ConfigurationsService, EventService, MultilingualTranslationsService, NsContent } from '@sunbird-cb/utils-v2';
|
|
4
|
+
import { WidgetContentService } from '../../../_services/widget-content.service';
|
|
5
|
+
import { Router } from '@angular/router';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class CardMDOChannelComponent implements OnInit {
|
|
8
|
+
private events;
|
|
9
|
+
private translate;
|
|
10
|
+
private langtranslations;
|
|
11
|
+
private configSvc;
|
|
12
|
+
private contSvc;
|
|
13
|
+
router: Router;
|
|
14
|
+
widgetData: NsContent.IContent;
|
|
15
|
+
channelData: EventEmitter<any>;
|
|
16
|
+
emitTelemetry: EventEmitter<any>;
|
|
17
|
+
isCardLoading: boolean;
|
|
18
|
+
defaultThumbnail: any;
|
|
19
|
+
sourceLogos: any;
|
|
20
|
+
defaultSLogo: any;
|
|
21
|
+
widgetType: any;
|
|
22
|
+
widgetSubType: any;
|
|
23
|
+
constructor(events: EventService, translate: TranslateService, langtranslations: MultilingualTranslationsService, configSvc: ConfigurationsService, contSvc: WidgetContentService, router: Router);
|
|
24
|
+
ngOnInit(): void;
|
|
25
|
+
raiseTelemetry(contentData: any): void;
|
|
26
|
+
channelClick(channeldata: any): void;
|
|
27
|
+
redirectTo(content: any): void;
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardMDOChannelComponent, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardMDOChannelComponent, "sb-uic-card-mdo-channel", never, { "widgetData": "widgetData"; "isCardLoading": "isCardLoading"; }, { "channelData": "channelData"; "emitTelemetry": "emitTelemetry"; }, never, never>;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=card-mdo-channel.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card-mdo-channel.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/consumption/src/lib/_common/cards/card-mdo-channel/card-mdo-channel.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAE/E,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,qBAAqB,EAAE,YAAY,EAAE,+BAA+B,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACvH,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AACjF,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;;AAEzC,qBAKa,uBAAwB,YAAW,MAAM;IAYlD,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,OAAO;IACR,MAAM,EAAE,MAAM;IAhBd,UAAU,EAAG,SAAS,CAAC,QAAQ,CAAC;IAC/B,WAAW,oBAA0B;IACrC,aAAa,oBAA0B;IACxC,aAAa,EAAE,OAAO,CAAQ;IACvC,gBAAgB,EAAE,GAAG,CAAA;IACrB,WAAW,EAAE,GAAG,CAAA;IAChB,YAAY,EAAE,GAAG,CAAA;IACjB,UAAU,EAAE,GAAG,CAAK;IACpB,aAAa,EAAE,GAAG,CAAI;gBAGZ,MAAM,EAAE,YAAY,EACpB,SAAS,EAAE,gBAAgB,EAC3B,gBAAgB,EAAE,+BAA+B,EACjD,SAAS,EAAE,qBAAqB,EAChC,OAAO,EAAE,oBAAoB,EAC9B,MAAM,EAAE,MAAM;IAUvB,QAAQ;IAYR,cAAc,CAAC,WAAW,EAAE,GAAG;IAO/B,YAAY,CAAC,WAAW,EAAC,GAAG;IAI5B,UAAU,CAAC,OAAO,EAAE,GAAG;yCAlDZ,uBAAuB;2CAAvB,uBAAuB;CAsDnC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import { ConfigurationsService, EventService, MultilingualTranslationsService, NsContent } from '@sunbird-cb/utils-v2';
|
|
4
|
+
import { WidgetContentService } from '../../../_services/widget-content.service';
|
|
5
|
+
import { Router } from '@angular/router';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class CardMdoChannelV1Component implements OnInit {
|
|
8
|
+
private events;
|
|
9
|
+
private translate;
|
|
10
|
+
private langtranslations;
|
|
11
|
+
private configSvc;
|
|
12
|
+
private contSvc;
|
|
13
|
+
router: Router;
|
|
14
|
+
widgetData: NsContent.IContent;
|
|
15
|
+
channelData: EventEmitter<any>;
|
|
16
|
+
emitTelemetry: EventEmitter<any>;
|
|
17
|
+
isCardLoading: boolean;
|
|
18
|
+
defaultThumbnail: any;
|
|
19
|
+
sourceLogos: any;
|
|
20
|
+
defaultSLogo: any;
|
|
21
|
+
widgetType: any;
|
|
22
|
+
widgetSubType: any;
|
|
23
|
+
constructor(events: EventService, translate: TranslateService, langtranslations: MultilingualTranslationsService, configSvc: ConfigurationsService, contSvc: WidgetContentService, router: Router);
|
|
24
|
+
ngOnInit(): void;
|
|
25
|
+
raiseTelemetry(contentData: any): void;
|
|
26
|
+
channelClick(channeldata: any): void;
|
|
27
|
+
redirectTo(content: any): void;
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardMdoChannelV1Component, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardMdoChannelV1Component, "sb-uic-card-mdo-channel-v1", never, { "widgetData": "widgetData"; "isCardLoading": "isCardLoading"; }, { "channelData": "channelData"; "emitTelemetry": "emitTelemetry"; }, never, never>;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=card-mdo-channel-v1.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card-mdo-channel-v1.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/consumption/src/lib/_common/cards/card-mdo-channel-v1/card-mdo-channel-v1.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAE/E,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,qBAAqB,EAAE,YAAY,EAAE,+BAA+B,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACvH,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AACjF,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;;AAGzC,qBAKa,yBAA0B,YAAW,MAAM;IAYpD,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,OAAO;IACR,MAAM,EAAE,MAAM;IAhBd,UAAU,EAAG,SAAS,CAAC,QAAQ,CAAC;IAC/B,WAAW,oBAA0B;IACrC,aAAa,oBAA0B;IACxC,aAAa,EAAE,OAAO,CAAQ;IACvC,gBAAgB,EAAE,GAAG,CAAA;IACrB,WAAW,EAAE,GAAG,CAAA;IAChB,YAAY,EAAE,GAAG,CAAA;IACjB,UAAU,EAAE,GAAG,CAAK;IACpB,aAAa,EAAE,GAAG,CAAI;gBAGZ,MAAM,EAAE,YAAY,EACpB,SAAS,EAAE,gBAAgB,EAC3B,gBAAgB,EAAE,+BAA+B,EACjD,SAAS,EAAE,qBAAqB,EAChC,OAAO,EAAE,oBAAoB,EAC9B,MAAM,EAAE,MAAM;IAUvB,QAAQ;IAYR,cAAc,CAAC,WAAW,EAAE,GAAG;IAO/B,YAAY,CAAC,WAAW,EAAC,GAAG;IAI5B,UAAU,CAAC,OAAO,EAAE,GAAG;yCAlDZ,yBAAyB;2CAAzB,yBAAyB;CAsDrC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { NsCardContent } from '../../../_models/card-content.model';
|
|
3
|
+
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
4
|
+
import { ConfigurationsService } from '@sunbird-cb/utils-v2';
|
|
5
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
6
|
+
import { MultilingualTranslationsService } from '../../../_services/multilingual-translations.service';
|
|
7
|
+
import { WidgetContentService } from '../../../_services/widget-content.service';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class CardPortraitComponent implements OnInit {
|
|
10
|
+
private snackBar;
|
|
11
|
+
private translate;
|
|
12
|
+
private langtranslations;
|
|
13
|
+
private configSvc;
|
|
14
|
+
private contSvc;
|
|
15
|
+
widgetData: NsCardContent.ICard;
|
|
16
|
+
isLiveOrMarkForDeletion: any;
|
|
17
|
+
showIntranetContent: any;
|
|
18
|
+
isIntranetAllowedSettings: any;
|
|
19
|
+
isCardLoading: boolean;
|
|
20
|
+
contentData: EventEmitter<any>;
|
|
21
|
+
cbPlanMapData: any;
|
|
22
|
+
isCardFlipped: boolean;
|
|
23
|
+
acbpConstants: typeof NsCardContent.ACBPConst;
|
|
24
|
+
defaultThumbnail: any;
|
|
25
|
+
sourceLogos: any;
|
|
26
|
+
defaultSLogo: any;
|
|
27
|
+
showFlip: boolean;
|
|
28
|
+
widgetType: any;
|
|
29
|
+
widgetSubType: any;
|
|
30
|
+
constructor(snackBar: MatSnackBar, translate: TranslateService, langtranslations: MultilingualTranslationsService, configSvc: ConfigurationsService, contSvc: WidgetContentService);
|
|
31
|
+
ngOnInit(): void;
|
|
32
|
+
showSnackbar(): void;
|
|
33
|
+
getRedirectUrlData(contentData: any): void;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardPortraitComponent, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardPortraitComponent, "sb-uic-card-portrait", never, { "widgetData": "widgetData"; "isLiveOrMarkForDeletion": "isLiveOrMarkForDeletion"; "showIntranetContent": "showIntranetContent"; "isIntranetAllowedSettings": "isIntranetAllowedSettings"; "isCardLoading": "isCardLoading"; "cbPlanMapData": "cbPlanMapData"; }, { "contentData": "contentData"; }, never, never>;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=card-portrait.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card-portrait.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/consumption/src/lib/_common/cards/card-portrait/card-portrait.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAgB,MAAM,sBAAsB,CAAC;AAE3E,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,+BAA+B,EAAE,MAAM,sDAAsD,CAAC;AACvG,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;;AAEjF,qBAKa,qBAAsB,YAAW,MAAM;IAiBhD,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,OAAO;IApBR,UAAU,EAAG,aAAa,CAAC,KAAK,CAAC;IACjC,uBAAuB,EAAE,GAAG,CAAA;IAC5B,mBAAmB,EAAE,GAAG,CAAA;IACxB,yBAAyB,EAAE,GAAG,CAAA;IAC9B,aAAa,EAAE,OAAO,CAAQ;IAC7B,WAAW,oBAA0B;IACrC,aAAa,EAAE,GAAG,CAAA;IAC5B,aAAa,EAAC,OAAO,CAAQ;IAC7B,aAAa,iCAA0B;IACvC,gBAAgB,EAAE,GAAG,CAAA;IACrB,WAAW,EAAE,GAAG,CAAA;IAChB,YAAY,EAAE,GAAG,CAAA;IACjB,QAAQ,UAAQ;IAChB,UAAU,EAAE,GAAG,CAAO;IACtB,aAAa,EAAE,GAAG,CAAO;gBAEf,QAAQ,EAAE,WAAW,EACrB,SAAS,EAAE,gBAAgB,EAC3B,gBAAgB,EAAE,+BAA+B,EACjD,SAAS,EAAE,qBAAqB,EAChC,OAAO,EAAE,oBAAoB;IAUvC,QAAQ;IAYR,YAAY;IAOZ,kBAAkB,CAAC,WAAW,EAAE,GAAG;yCAlDxB,qBAAqB;2CAArB,qBAAqB;CA2DjC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { NsCardContent } from '../../../_models/card-content.model';
|
|
3
|
+
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
4
|
+
import { ConfigurationsService } from '@sunbird-cb/utils-v2';
|
|
5
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
6
|
+
import { MultilingualTranslationsService } from '../../../_services/multilingual-translations.service';
|
|
7
|
+
import { WidgetContentService } from '../../../_services/widget-content.service';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class CardPortraitExtComponent implements OnInit {
|
|
10
|
+
private snackBar;
|
|
11
|
+
private translate;
|
|
12
|
+
private langtranslations;
|
|
13
|
+
private configSvc;
|
|
14
|
+
private contSvc;
|
|
15
|
+
widgetData: NsCardContent.ICard;
|
|
16
|
+
isLiveOrMarkForDeletion: any;
|
|
17
|
+
showIntranetContent: any;
|
|
18
|
+
isIntranetAllowedSettings: any;
|
|
19
|
+
isCardLoading: boolean;
|
|
20
|
+
contentData: EventEmitter<any>;
|
|
21
|
+
cbPlanMapData: any;
|
|
22
|
+
isCardFlipped: boolean;
|
|
23
|
+
acbpConstants: typeof NsCardContent.ACBPConst;
|
|
24
|
+
defaultThumbnail: any;
|
|
25
|
+
sourceLogos: any;
|
|
26
|
+
defaultSLogo: any;
|
|
27
|
+
showFlip: boolean;
|
|
28
|
+
widgetType: any;
|
|
29
|
+
widgetSubType: any;
|
|
30
|
+
constructor(snackBar: MatSnackBar, translate: TranslateService, langtranslations: MultilingualTranslationsService, configSvc: ConfigurationsService, contSvc: WidgetContentService);
|
|
31
|
+
ngOnInit(): void;
|
|
32
|
+
showSnackbar(): void;
|
|
33
|
+
getRedirectUrlData(contentData: any): void;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardPortraitExtComponent, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardPortraitExtComponent, "sb-uic-card-portrait-ext", never, { "widgetData": "widgetData"; "isLiveOrMarkForDeletion": "isLiveOrMarkForDeletion"; "showIntranetContent": "showIntranetContent"; "isIntranetAllowedSettings": "isIntranetAllowedSettings"; "isCardLoading": "isCardLoading"; "cbPlanMapData": "cbPlanMapData"; }, { "contentData": "contentData"; }, never, never>;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=card-portrait-ext.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card-portrait-ext.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/consumption/src/lib/_common/cards/card-portrait-ext/card-portrait-ext.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAgB,MAAM,sBAAsB,CAAC;AAE3E,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,+BAA+B,EAAE,MAAM,sDAAsD,CAAC;AACvG,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;;AAEjF,qBAKa,wBAAyB,YAAW,MAAM;IAiBnD,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,OAAO;IApBR,UAAU,EAAG,aAAa,CAAC,KAAK,CAAC;IACjC,uBAAuB,EAAE,GAAG,CAAA;IAC5B,mBAAmB,EAAE,GAAG,CAAA;IACxB,yBAAyB,EAAE,GAAG,CAAA;IAC9B,aAAa,EAAE,OAAO,CAAQ;IAC7B,WAAW,oBAA0B;IACrC,aAAa,EAAE,GAAG,CAAA;IAC5B,aAAa,EAAC,OAAO,CAAQ;IAC7B,aAAa,iCAA0B;IACvC,gBAAgB,EAAE,GAAG,CAAA;IACrB,WAAW,EAAE,GAAG,CAAA;IAChB,YAAY,EAAE,GAAG,CAAA;IACjB,QAAQ,UAAQ;IAChB,UAAU,EAAE,GAAG,CAAO;IACtB,aAAa,EAAE,GAAG,CAAO;gBAEf,QAAQ,EAAE,WAAW,EACrB,SAAS,EAAE,gBAAgB,EAC3B,gBAAgB,EAAE,+BAA+B,EACjD,SAAS,EAAE,qBAAqB,EAChC,OAAO,EAAE,oBAAoB;IAUvC,QAAQ;IAeR,YAAY;IAOZ,kBAAkB,CAAC,WAAW,EAAE,GAAG;yCArDxB,wBAAwB;2CAAxB,wBAAwB;CA8DpC"}
|
package/lib/_common/cards/card-progress-portrait-lib/card-progress-portrait-lib.component.d.ts
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { NsCardContent } from '../../../_models/card-content.model';
|
|
3
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
4
|
+
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
5
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
6
|
+
import { MultilingualTranslationsService } from '../../../_services/multilingual-translations.service';
|
|
7
|
+
import { WidgetContentService } from '../../../_services/widget-content.service';
|
|
8
|
+
import { ConfigurationsService, EventService } from '@sunbird-cb/utils-v2';
|
|
9
|
+
import { CertificateService } from '../../../_services/certificate.service';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
export declare class CardProgressPortraitLibComponent implements OnInit {
|
|
12
|
+
private snackBar;
|
|
13
|
+
private translate;
|
|
14
|
+
private events;
|
|
15
|
+
private langtranslations;
|
|
16
|
+
private configSvc;
|
|
17
|
+
private contSvc;
|
|
18
|
+
private certificateService;
|
|
19
|
+
private dialog;
|
|
20
|
+
widgetData: NsCardContent.ICard;
|
|
21
|
+
isLiveOrMarkForDeletion: any;
|
|
22
|
+
showIntranetContent: any;
|
|
23
|
+
isIntranetAllowedSettings: any;
|
|
24
|
+
isCardLoading: boolean;
|
|
25
|
+
contentData: EventEmitter<any>;
|
|
26
|
+
cbPlanMapData: any;
|
|
27
|
+
isCardFlipped: boolean;
|
|
28
|
+
acbpConstants: typeof NsCardContent.ACBPConst;
|
|
29
|
+
defaultThumbnail: any;
|
|
30
|
+
sourceLogos: any;
|
|
31
|
+
defaultSLogo: any;
|
|
32
|
+
showFlip: boolean;
|
|
33
|
+
widgetType: any;
|
|
34
|
+
widgetSubType: any;
|
|
35
|
+
downloadCertificateLoading: boolean;
|
|
36
|
+
constructor(snackBar: MatSnackBar, translate: TranslateService, events: EventService, langtranslations: MultilingualTranslationsService, configSvc: ConfigurationsService, contSvc: WidgetContentService, certificateService: CertificateService, dialog: MatDialog);
|
|
37
|
+
ngOnInit(): void;
|
|
38
|
+
showSnackbar(): void;
|
|
39
|
+
getRedirectUrlData(contentData: any): void;
|
|
40
|
+
translateLabels(label: string, type: any, subtype?: any): any;
|
|
41
|
+
raiseTelemetry(): void;
|
|
42
|
+
downloadCertificate(certificateData: any): void;
|
|
43
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardProgressPortraitLibComponent, never>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardProgressPortraitLibComponent, "sb-uic-card-progress-portrait-lib", never, { "widgetData": "widgetData"; "isLiveOrMarkForDeletion": "isLiveOrMarkForDeletion"; "showIntranetContent": "showIntranetContent"; "isIntranetAllowedSettings": "isIntranetAllowedSettings"; "isCardLoading": "isCardLoading"; "cbPlanMapData": "cbPlanMapData"; }, { "contentData": "contentData"; }, never, never>;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=card-progress-portrait-lib.component.d.ts.map
|
package/lib/_common/cards/card-progress-portrait-lib/card-progress-portrait-lib.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card-progress-portrait-lib.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/consumption/src/lib/_common/cards/card-progress-portrait-lib/card-progress-portrait-lib.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,+BAA+B,EAAE,MAAM,sDAAsD,CAAC;AACvG,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AACjF,OAAO,EAAE,qBAAqB,EAAE,YAAY,EAAY,MAAM,sBAAsB,CAAC;AAErF,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;;AAG5E,qBAKa,gCAAiC,YAAW,MAAM;IAoB3D,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,kBAAkB;IAC1B,OAAO,CAAC,MAAM;IAzBP,UAAU,EAAG,aAAa,CAAC,KAAK,CAAC;IACjC,uBAAuB,EAAE,GAAG,CAAA;IAC5B,mBAAmB,EAAE,GAAG,CAAA;IACxB,yBAAyB,EAAE,GAAG,CAAA;IAC9B,aAAa,EAAE,OAAO,CAAQ;IAC7B,WAAW,oBAA0B;IACrC,aAAa,EAAE,GAAG,CAAA;IAC5B,aAAa,EAAC,OAAO,CAAQ;IAC7B,aAAa,iCAA0B;IACvC,gBAAgB,EAAE,GAAG,CAAA;IACrB,WAAW,EAAE,GAAG,CAAA;IAChB,YAAY,EAAE,GAAG,CAAA;IACjB,QAAQ,UAAQ;IAChB,UAAU,EAAE,GAAG,CAAO;IACtB,aAAa,EAAE,GAAG,CAAO;IACzB,0BAA0B,EAAE,OAAO,CAAQ;gBAGjC,QAAQ,EAAE,WAAW,EACrB,SAAS,EAAE,gBAAgB,EAC3B,MAAM,EAAE,YAAY,EACpB,gBAAgB,EAAE,+BAA+B,EACjD,SAAS,EAAE,qBAAqB,EAChC,OAAO,EAAE,oBAAoB,EAC7B,kBAAkB,EAAE,kBAAkB,EACtC,MAAM,EAAE,SAAS;IAW3B,QAAQ;IAYR,YAAY;IAOZ,kBAAkB,CAAC,WAAW,EAAE,GAAG;IAUnC,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,GAAG;IAGvD,cAAc;IAoBd,mBAAmB,CAAC,eAAe,EAAE,GAAG;yCA1F7B,gCAAgC;2CAAhC,gCAAgC;CAqH5C"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { NsWidgetResolver, WidgetBaseComponent } from '@sunbird-cb/resolver-v2';
|
|
3
|
+
import { NsCardContent } from '../../../_models/card-content.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CardResourceComponent extends WidgetBaseComponent implements OnInit, NsWidgetResolver.IWidgetData<NsCardContent.ICard> {
|
|
6
|
+
widgetData: NsCardContent.ICard;
|
|
7
|
+
constructor();
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardResourceComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardResourceComponent, "ws-cb-widget-card-resource", never, { "widgetData": "widgetData"; }, {}, never, never>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=card-resource.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card-resource.component.d.ts","sourceRoot":"","sources":["../../../../../../../library/sunbird-cb/consumption/src/lib/_common/cards/card-resource/card-resource.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAChF,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;;AAEpE,qBAKa,qBAAsB,SAAQ,mBAC3C,YAAW,MAAM,EAAE,gBAAgB,CAAC,WAAW,CAAC,aAAa,CAAC,KAAK,CAAC;IAEzD,UAAU,EAAG,aAAa,CAAC,KAAK,CAAC;;IAM1C,QAAQ;yCATG,qBAAqB;2CAArB,qBAAqB;CAYjC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { NsCardUser } from '../../../_models/card-users.model';
|
|
3
|
+
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
4
|
+
import { ConfigurationsService, EventService } from '@sunbird-cb/utils-v2';
|
|
5
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
6
|
+
import { MultilingualTranslationsService } from '../../../_services/multilingual-translations.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class CardUserComponent implements OnInit {
|
|
9
|
+
private snackBar;
|
|
10
|
+
private events;
|
|
11
|
+
private translate;
|
|
12
|
+
private langtranslations;
|
|
13
|
+
private configSvc;
|
|
14
|
+
widgetData: NsCardUser.ICard;
|
|
15
|
+
userData: EventEmitter<any>;
|
|
16
|
+
defaultThumbnail: any;
|
|
17
|
+
sourceLogos: any;
|
|
18
|
+
defaultSLogo: any;
|
|
19
|
+
widgetType: any;
|
|
20
|
+
widgetSubType: any;
|
|
21
|
+
constructor(snackBar: MatSnackBar, events: EventService, translate: TranslateService, langtranslations: MultilingualTranslationsService, configSvc: ConfigurationsService);
|
|
22
|
+
ngOnInit(): void;
|
|
23
|
+
getRedirectUrlData(userData: any): void;
|
|
24
|
+
raiseTelemetry(): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardUserComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardUserComponent, "sb-uic-card-user", never, { "widgetData": "widgetData"; }, { "userData": "userData"; }, never, never>;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=card-user.component.d.ts.map
|