@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,13 @@
|
|
|
1
|
+
import { OnChanges } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DefaultThumbnailDirective implements OnChanges {
|
|
4
|
+
wsUtilsDefaultThumbnail: string;
|
|
5
|
+
src: string;
|
|
6
|
+
isSrcUpdateAttemptedForDefault: boolean;
|
|
7
|
+
srcUrl: string;
|
|
8
|
+
updateSrc(): void;
|
|
9
|
+
ngOnChanges(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultThumbnailDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DefaultThumbnailDirective, "[wsUtilsDefaultThumbnail]", never, { "wsUtilsDefaultThumbnail": "wsUtilsDefaultThumbnail"; "src": "src"; }, {}, never>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=default-thumbnail.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"default-thumbnail.directive.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_directives/default-thumbnail/default-thumbnail.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+C,SAAS,EAAE,MAAM,eAAe,CAAA;;AAEtF,qBAGa,yBAA0B,YAAW,SAAS;IAEhD,uBAAuB,SAAK;IAC5B,GAAG,SAAK;IACjB,8BAA8B,UAAQ;IAElB,MAAM,SAAK;IACR,SAAS;IAOhC,WAAW;yCAdA,yBAAyB;2CAAzB,yBAAyB;CAoBrC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./default-thumbnail.directive";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class DefaultThumbnailModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultThumbnailModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DefaultThumbnailModule, [typeof i1.DefaultThumbnailDirective], [typeof i2.CommonModule], [typeof i1.DefaultThumbnailDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DefaultThumbnailModule>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=default-thumbnail.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"default-thumbnail.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_directives/default-thumbnail/default-thumbnail.module.ts"],"names":[],"mappings":";;;AAIA,qBAOa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAI"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
2
|
+
import { OnChanges, OnDestroy } from '@angular/core';
|
|
3
|
+
import { Subscription } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export interface IImageResponsiveUnit {
|
|
6
|
+
[key: string]: string;
|
|
7
|
+
}
|
|
8
|
+
export declare class ImageResponsiveDirective implements OnChanges, OnDestroy {
|
|
9
|
+
private breakpointObserver;
|
|
10
|
+
src: IImageResponsiveUnit | null;
|
|
11
|
+
srcBindUrl: string;
|
|
12
|
+
currentSize: string;
|
|
13
|
+
breakpointSubscription: Subscription | null;
|
|
14
|
+
constructor(breakpointObserver: BreakpointObserver);
|
|
15
|
+
ngOnChanges(): void;
|
|
16
|
+
ngOnDestroy(): void;
|
|
17
|
+
private setSrc;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ImageResponsiveDirective, never>;
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ImageResponsiveDirective, "[wsUtilsImageResponsive]", never, { "src": "src"; }, {}, never>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=image-responsive.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image-responsive.directive.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_directives/image-responsive/image-responsive.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAA;AACxD,OAAO,EAAiC,SAAS,EAAE,SAAS,EAAE,MAAM,eAAe,CAAA;AACnF,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAA;;AAGnC,MAAM,WAAW,oBAAoB;IACnC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CACtB;AAWD,qBAGa,wBAAyB,YAAW,SAAS,EAAE,SAAS;IAQjE,OAAO,CAAC,kBAAkB;IANnB,GAAG,EAAE,oBAAoB,GAAG,IAAI,CAAO;IAC5B,UAAU,SAAK;IAEnC,WAAW,SAAK;IAChB,sBAAsB,EAAE,YAAY,GAAG,IAAI,CAAO;gBAExC,kBAAkB,EAAE,kBAAkB;IAiChD,WAAW;IAMX,WAAW;IAMX,OAAO,CAAC,MAAM;yCArDH,wBAAwB;2CAAxB,wBAAwB;CA+DpC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./image-responsive.directive";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class ImageResponsiveModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ImageResponsiveModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ImageResponsiveModule, [typeof i1.ImageResponsiveDirective], [typeof i2.CommonModule], [typeof i1.ImageResponsiveDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ImageResponsiveModule>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=image-responsive.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image-responsive.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_directives/image-responsive/image-responsive.module.ts"],"names":[],"mappings":";;;AAIA,qBAOa,qBAAqB;yCAArB,qBAAqB;0CAArB,qBAAqB;0CAArB,qBAAqB;CAAI"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { OnChanges } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class NavigationDirective implements OnChanges {
|
|
4
|
+
wsUtilsNavigation: string;
|
|
5
|
+
openInNewTab: boolean;
|
|
6
|
+
routeUrl: string;
|
|
7
|
+
onMouseEnter($event: Event): void;
|
|
8
|
+
constructor();
|
|
9
|
+
ngOnChanges(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NavigationDirective, "[wsUtilsNavigation]", never, { "wsUtilsNavigation": "wsUtilsNavigation"; "openInNewTab": "openInNewTab"; "routeUrl": "routeUrl"; }, {}, never>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=navigation.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"navigation.directive.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_directives/navigation/navigation.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAoC,MAAM,eAAe,CAAA;;AAEtF,qBAGa,mBAAoB,YAAW,SAAS;IAC1C,iBAAiB,SAAK;IACtB,YAAY,UAAQ;IAEG,QAAQ,SAAK;IACN,YAAY,CAAC,MAAM,EAAE,KAAK;;IAUjE,WAAW;yCAfA,mBAAmB;2CAAnB,mBAAmB;CAqB/B"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./navigation.directive";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class NavigationModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NavigationModule, [typeof i1.NavigationDirective], [typeof i2.CommonModule], [typeof i1.NavigationDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NavigationModule>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=navigation.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"navigation.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_directives/navigation/navigation.module.ts"],"names":[],"mappings":";;;AAIA,qBAOa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAI"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ScrollableItemDirective {
|
|
4
|
+
private el;
|
|
5
|
+
key: string;
|
|
6
|
+
constructor(el: ElementRef<HTMLElement>);
|
|
7
|
+
scrollIntoView(blockValue: any): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollableItemDirective, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollableItemDirective, "[sbUicScrollableItem]", never, { "key": "sbUicScrollableItem"; }, {}, never>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=scrollable-item.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scrollable-item.directive.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_directives/scrollable-item/scrollable-item.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,UAAU,EAAE,MAAM,eAAe,CAAC;;AAE7D,qBAGa,uBAAuB;IAGtB,OAAO,CAAC,EAAE;IADe,GAAG,EAAE,MAAM,CAAA;gBAC5B,EAAE,EAAE,UAAU,CAAC,WAAW,CAAC;IAExC,cAAc,CAAC,UAAU,EAAE,GAAG;yCAL1B,uBAAuB;2CAAvB,uBAAuB;CAUnC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./scrollable-item.directive";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class ScrollableItemModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollableItemModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ScrollableItemModule, [typeof i1.ScrollableItemDirective], [typeof i2.CommonModule], [typeof i1.ScrollableItemDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ScrollableItemModule>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=scrollable-item.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scrollable-item.module.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/consumption/src/lib/_directives/scrollable-item/scrollable-item.module.ts"],"names":[],"mappings":";;;AAIA,qBAOa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAI"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { NsContent } from './widget-content.model';
|
|
2
|
+
export declare namespace NsCardContent {
|
|
3
|
+
interface ICard {
|
|
4
|
+
content: NsContent.IContent;
|
|
5
|
+
cardSubType: TCardSubType;
|
|
6
|
+
context: {
|
|
7
|
+
pageSection: string;
|
|
8
|
+
position?: number;
|
|
9
|
+
};
|
|
10
|
+
intranetMode?: 'greyOut' | 'hide';
|
|
11
|
+
deletedMode?: 'greyOut' | 'hide';
|
|
12
|
+
likes?: number;
|
|
13
|
+
contentTags?: IContentTags;
|
|
14
|
+
stateData: any;
|
|
15
|
+
}
|
|
16
|
+
interface IContentTags {
|
|
17
|
+
daysSpan?: number;
|
|
18
|
+
excludeContentType?: NsContent.EContentTypes[];
|
|
19
|
+
excludeMimeType?: string[];
|
|
20
|
+
tag: string;
|
|
21
|
+
criteriaField?: string;
|
|
22
|
+
}
|
|
23
|
+
interface ICompetency extends ICard {
|
|
24
|
+
competencyArea: '';
|
|
25
|
+
competencyObject: {};
|
|
26
|
+
}
|
|
27
|
+
type TCardSubType = 'standard' | 'minimal' | 'space-saving' | 'card-user-details' | 'basic-info' | 'basic-details' | 'card-description-back' | 'network-card';
|
|
28
|
+
enum EContentStatus {
|
|
29
|
+
LIVE = "Live",
|
|
30
|
+
EXPIRED = "Expired",
|
|
31
|
+
DELETED = "Deleted",
|
|
32
|
+
MARK_FOR_DELETION = "MarkedForDeletion"
|
|
33
|
+
}
|
|
34
|
+
enum ACBPConst {
|
|
35
|
+
UPCOMING = "upcoming",
|
|
36
|
+
ALL = "All",
|
|
37
|
+
OVERDUE = "overdue",
|
|
38
|
+
SUCCESS = "success"
|
|
39
|
+
}
|
|
40
|
+
enum IGOTConst {
|
|
41
|
+
COMPETENCIES = "competencies_v5",
|
|
42
|
+
RETIRED = "Retired"
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
//# sourceMappingURL=card-content-v2.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card-content-v2.model.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/consumption/src/lib/_models/card-content-v2.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,yBAAiB,aAAa,CAAC;IAC7B,UAAiB,KAAK;QACpB,OAAO,EAAE,SAAS,CAAC,QAAQ,CAAC;QAC5B,WAAW,EAAE,YAAY,CAAC;QAC1B,OAAO,EAAE;YAAE,WAAW,EAAE,MAAM,CAAC;YAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;QACpD,YAAY,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;QAClC,WAAW,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;QACjC,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,WAAW,CAAC,EAAE,YAAY,CAAC;QAC3B,SAAS,EAAE,GAAG,CAAC;KAChB;IAED,UAAiB,YAAY;QAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,kBAAkB,CAAC,EAAE,SAAS,CAAC,aAAa,EAAE,CAAC;QAC/C,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;QAC3B,GAAG,EAAE,MAAM,CAAC;QACZ,aAAa,CAAC,EAAE,MAAM,CAAC;KACxB;IAED,UAAiB,WAAY,SAAQ,KAAK;QACxC,cAAc,EAAE,EAAE,CAAC;QACnB,gBAAgB,EAAE,EAAE,CAAC;KACtB;IAED,KAAY,YAAY,GACpB,UAAU,GACV,SAAS,GACT,cAAc,GACd,mBAAmB,GACnB,YAAY,GACZ,eAAe,GACf,uBAAuB,GACvB,cAAc,CAAC;IAEnB,KAAY,cAAc;QACxB,IAAI,SAAS;QACb,OAAO,YAAY;QACnB,OAAO,YAAY;QACnB,iBAAiB,sBAAsB;KACxC;IAED,KAAY,SAAS;QACnB,QAAQ,aAAa;QACrB,GAAG,QAAQ;QACX,OAAO,YAAY;QACnB,OAAO,YAAY;KACpB;IAED,KAAY,SAAS;QACnB,YAAY,oBAAoB;QAChC,OAAO,YAAY;KACpB;CAEF"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { NsContent } from './widget-content.model';
|
|
2
|
+
export declare namespace NsCardContent {
|
|
3
|
+
interface ICard {
|
|
4
|
+
content: NsContent.IContent;
|
|
5
|
+
cardSubType: TCardSubType;
|
|
6
|
+
context: {
|
|
7
|
+
pageSection: string;
|
|
8
|
+
position?: number;
|
|
9
|
+
};
|
|
10
|
+
intranetMode?: 'greyOut' | 'hide';
|
|
11
|
+
deletedMode?: 'greyOut' | 'hide';
|
|
12
|
+
likes?: number;
|
|
13
|
+
contentTags?: IContentTags;
|
|
14
|
+
stateData: any;
|
|
15
|
+
cardCustomeClass?: any;
|
|
16
|
+
}
|
|
17
|
+
interface IContentTags {
|
|
18
|
+
daysSpan?: number;
|
|
19
|
+
excludeContentType?: NsContent.EContentTypes[];
|
|
20
|
+
excludeMimeType?: string[];
|
|
21
|
+
tag: string;
|
|
22
|
+
criteriaField?: string;
|
|
23
|
+
}
|
|
24
|
+
type TCardSubType = 'standard' | 'minimal' | 'space-saving' | 'card-user-details' | 'basic-info' | 'basic-details' | 'card-description-back' | 'network-card' | 'user-card';
|
|
25
|
+
enum EContentStatus {
|
|
26
|
+
LIVE = "Live",
|
|
27
|
+
EXPIRED = "Expired",
|
|
28
|
+
DELETED = "Deleted",
|
|
29
|
+
MARK_FOR_DELETION = "MarkedForDeletion"
|
|
30
|
+
}
|
|
31
|
+
enum ACBPConst {
|
|
32
|
+
UPCOMING = "upcoming",
|
|
33
|
+
ALL = "All",
|
|
34
|
+
OVERDUE = "overdue",
|
|
35
|
+
SUCCESS = "success"
|
|
36
|
+
}
|
|
37
|
+
enum IGOTConst {
|
|
38
|
+
COMPETENCIES = "competencies_v5",
|
|
39
|
+
RETIRED = "Retired"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
//# sourceMappingURL=card-content.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card-content.model.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/consumption/src/lib/_models/card-content.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,yBAAiB,aAAa,CAAC;IAC7B,UAAiB,KAAK;QACpB,OAAO,EAAE,SAAS,CAAC,QAAQ,CAAC;QAC5B,WAAW,EAAE,YAAY,CAAC;QAC1B,OAAO,EAAE;YAAE,WAAW,EAAE,MAAM,CAAC;YAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;QACpD,YAAY,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;QAClC,WAAW,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;QACjC,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,WAAW,CAAC,EAAE,YAAY,CAAC;QAC3B,SAAS,EAAE,GAAG,CAAC;QACf,gBAAgB,CAAC,EAAE,GAAG,CAAC;KACxB;IAED,UAAiB,YAAY;QAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,kBAAkB,CAAC,EAAE,SAAS,CAAC,aAAa,EAAE,CAAC;QAC/C,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;QAC3B,GAAG,EAAE,MAAM,CAAC;QACZ,aAAa,CAAC,EAAE,MAAM,CAAC;KACxB;IAED,KAAY,YAAY,GACpB,UAAU,GACV,SAAS,GACT,cAAc,GACd,mBAAmB,GACnB,YAAY,GACZ,eAAe,GACf,uBAAuB,GACvB,cAAc,GACd,WAAW,CAAC;IAEhB,KAAY,cAAc;QACxB,IAAI,SAAS;QACb,OAAO,YAAY;QACnB,OAAO,YAAY;QACnB,iBAAiB,sBAAsB;KACxC;IACD,KAAY,SAAS;QACnB,QAAQ,aAAa;QACrB,GAAG,QAAQ;QACX,OAAO,YAAY;QACnB,OAAO,YAAY;KACpB;IAED,KAAY,SAAS;QACnB,YAAY,oBAAoB;QAChC,OAAO,YAAY;KACpB;CACF"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { NsCardContent } from './card-content.model';
|
|
2
|
+
export declare namespace NsCardUser {
|
|
3
|
+
interface ICard {
|
|
4
|
+
content: user | IUserProfile;
|
|
5
|
+
cardSubType: NsCardContent.TCardSubType;
|
|
6
|
+
context: {
|
|
7
|
+
pageSection: string;
|
|
8
|
+
position?: number;
|
|
9
|
+
};
|
|
10
|
+
likes?: number;
|
|
11
|
+
stateData: any;
|
|
12
|
+
}
|
|
13
|
+
interface IUserProfile {
|
|
14
|
+
userId: string;
|
|
15
|
+
email?: string;
|
|
16
|
+
departmentName?: string;
|
|
17
|
+
userName?: string;
|
|
18
|
+
name?: string;
|
|
19
|
+
firstName?: string;
|
|
20
|
+
surName?: string;
|
|
21
|
+
middleName?: string;
|
|
22
|
+
lastName?: string;
|
|
23
|
+
rootOrgId?: string;
|
|
24
|
+
rootOrgName?: string;
|
|
25
|
+
image?: string;
|
|
26
|
+
givenName?: string;
|
|
27
|
+
country?: null | string;
|
|
28
|
+
unit?: string | null;
|
|
29
|
+
source_profile_picture?: null | string;
|
|
30
|
+
dealerCode?: null | string;
|
|
31
|
+
isManager?: boolean;
|
|
32
|
+
competencies?: any;
|
|
33
|
+
systemTopics?: any;
|
|
34
|
+
desiredTopics?: any;
|
|
35
|
+
desiredCompetencies?: any;
|
|
36
|
+
userRoles?: any;
|
|
37
|
+
profileUpdateCompletion?: number;
|
|
38
|
+
profileImageUrl?: string;
|
|
39
|
+
professionalDetails?: any;
|
|
40
|
+
webPortalLang?: any;
|
|
41
|
+
description?: string;
|
|
42
|
+
}
|
|
43
|
+
interface user {
|
|
44
|
+
userId: string;
|
|
45
|
+
name?: string;
|
|
46
|
+
description?: string;
|
|
47
|
+
image?: string;
|
|
48
|
+
}
|
|
49
|
+
type TCardSubType = 'standard' | 'minimal' | 'space-saving' | 'basic-info' | 'basic-details' | 'card-description-back' | 'network-card' | 'user-card';
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=card-users.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card-users.model.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/consumption/src/lib/_models/card-users.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAEpD,yBAAiB,UAAU,CAAC;IAC1B,UAAiB,KAAK;QACpB,OAAO,EAAE,IAAI,GAAG,YAAY,CAAC;QAC7B,WAAW,EAAE,aAAa,CAAC,YAAY,CAAC;QACxC,OAAO,EAAE;YAAE,WAAW,EAAE,MAAM,CAAC;YAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;QACpD,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,SAAS,EAAE,GAAG,CAAC;KAChB;IAED,UAAiB,YAAY;QAC3B,MAAM,EAAE,MAAM,CAAA;QACd,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,cAAc,CAAC,EAAE,MAAM,CAAA;QACvB,QAAQ,CAAC,EAAE,MAAM,CAAA;QACjB,IAAI,CAAC,EAAC,MAAM,CAAA;QACZ,SAAS,CAAC,EAAE,MAAM,CAAA;QAClB,OAAO,CAAC,EAAE,MAAM,CAAA;QAChB,UAAU,CAAC,EAAE,MAAM,CAAA;QACnB,QAAQ,CAAC,EAAE,MAAM,CAAA;QACjB,SAAS,CAAC,EAAE,MAAM,CAAA;QAClB,WAAW,CAAC,EAAE,MAAM,CAAA;QACpB,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,SAAS,CAAC,EAAE,MAAM,CAAA;QAClB,OAAO,CAAC,EAAE,IAAI,GAAG,MAAM,CAAA;QACvB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;QACpB,sBAAsB,CAAC,EAAE,IAAI,GAAG,MAAM,CAAA;QACtC,UAAU,CAAC,EAAE,IAAI,GAAG,MAAM,CAAA;QAC1B,SAAS,CAAC,EAAE,OAAO,CAAA;QACnB,YAAY,CAAC,EAAE,GAAG,CAAA;QAClB,YAAY,CAAC,EAAE,GAAG,CAAA;QAClB,aAAa,CAAC,EAAE,GAAG,CAAA;QACnB,mBAAmB,CAAC,EAAE,GAAG,CAAA;QACzB,SAAS,CAAC,EAAE,GAAG,CAAA;QACf,uBAAuB,CAAC,EAAE,MAAM,CAAA;QAChC,eAAe,CAAC,EAAE,MAAM,CAAA;QACxB,mBAAmB,CAAC,EAAE,GAAG,CAAA;QACzB,aAAa,CAAC,EAAE,GAAG,CAAA;QACnB,WAAW,CAAC,EAAE,MAAM,CAAA;KACrB;IAED,UAAiB,IAAI;QACnB,MAAM,EAAE,MAAM,CAAC;QACf,IAAI,CAAC,EAAE,MAAM,CAAA;QACb,WAAW,CAAC,EAAE,MAAM,CAAA;QACpB,KAAK,CAAC,EAAE,MAAM,CAAA;KACf;IAGD,KAAY,YAAY,GACpB,UAAU,GACV,SAAS,GACT,cAAc,GACd,YAAY,GACZ,eAAe,GACf,uBAAuB,GACvB,cAAc,GACd,WAAW,CAAC;CACjB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare namespace NsCompentency {
|
|
2
|
+
interface CompentencyKeys {
|
|
3
|
+
vKey: string;
|
|
4
|
+
vCompetencyArea: string;
|
|
5
|
+
vCompetencyAreaDescription: string;
|
|
6
|
+
vCompetencyTheme: string;
|
|
7
|
+
vCompetencySubTheme: string;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=compentencies.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"compentencies.model.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/consumption/src/lib/_models/compentencies.model.ts"],"names":[],"mappings":"AAAA,yBAAiB,aAAa,CAAC;IAC7B,UAAiB,eAAe;QAC9B,IAAI,EAAE,MAAM,CAAC;QACb,eAAe,EAAE,MAAM,CAAC;QACxB,0BAA0B,EAAE,MAAM,CAAC;QACnC,gBAAgB,EAAE,MAAM,CAAC;QACzB,mBAAmB,EAAE,MAAM,CAAC;KAC7B;CACF"}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import { NsWidgetResolver } from '@sunbird-cb/resolver-v2';
|
|
2
|
+
import { NSSearch } from '../_models/widget-search.model';
|
|
3
|
+
import { NsContent } from '../_models/widget-content.model';
|
|
4
|
+
import { NsCardContent } from '../_models/card-content.model';
|
|
5
|
+
export declare namespace NsContentStripMultiple {
|
|
6
|
+
export interface IContentStripMultiple {
|
|
7
|
+
errorWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
|
|
8
|
+
loader?: boolean;
|
|
9
|
+
noDataWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
|
|
10
|
+
strips: IContentStripUnit[];
|
|
11
|
+
isChannelStrip?: boolean;
|
|
12
|
+
}
|
|
13
|
+
export interface IContentStripUnit {
|
|
14
|
+
key: string;
|
|
15
|
+
title: string;
|
|
16
|
+
customeClass?: string;
|
|
17
|
+
name?: string;
|
|
18
|
+
mode?: 'accordion';
|
|
19
|
+
info?: IStripInfo;
|
|
20
|
+
viewMoreUrl?: {
|
|
21
|
+
queryParams?: any;
|
|
22
|
+
path?: string;
|
|
23
|
+
viewMoreText?: string;
|
|
24
|
+
};
|
|
25
|
+
preWidgets?: NsWidgetResolver.IRenderConfigWithAnyData[];
|
|
26
|
+
postWidgets?: NsWidgetResolver.IRenderConfigWithAnyData[];
|
|
27
|
+
stripConfig?: IStripConfig;
|
|
28
|
+
canHideStrip?: boolean;
|
|
29
|
+
filters?: any[];
|
|
30
|
+
selectAll?: boolean | null;
|
|
31
|
+
request?: {
|
|
32
|
+
search?: NSSearch.ISearchRequest;
|
|
33
|
+
searchV6?: NSSearch.ISearchV6Request;
|
|
34
|
+
searchRegionRecommendation?: NSSearch.ISearchOrgRegionRecommendationRequest;
|
|
35
|
+
api?: IStripRequestApi;
|
|
36
|
+
ids?: string[];
|
|
37
|
+
enrollmentList?: any;
|
|
38
|
+
comprelatedCbp?: any;
|
|
39
|
+
recommendedCourses?: any;
|
|
40
|
+
masterCompetency?: any;
|
|
41
|
+
mandatoryCourses?: any;
|
|
42
|
+
basedOnInterest?: any;
|
|
43
|
+
microsoftCourses?: any;
|
|
44
|
+
DAKSHTACourses?: any;
|
|
45
|
+
prarambhCourse?: any;
|
|
46
|
+
curatedCollections?: any;
|
|
47
|
+
moderatedCourses?: any;
|
|
48
|
+
};
|
|
49
|
+
searchV6Type?: 'KB' | 'Collections' | 'searchQuery' | null;
|
|
50
|
+
stripBackground?: string;
|
|
51
|
+
noDataWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
|
|
52
|
+
loader?: boolean;
|
|
53
|
+
errorWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
|
|
54
|
+
refreshEvent?: Record<'eventType' | 'from', string>;
|
|
55
|
+
fetchLikes?: boolean;
|
|
56
|
+
}
|
|
57
|
+
export interface IContentStripUnitV2 {
|
|
58
|
+
key: string;
|
|
59
|
+
title: string;
|
|
60
|
+
name?: string;
|
|
61
|
+
mode?: 'accordion';
|
|
62
|
+
info?: IStripInfo;
|
|
63
|
+
viewMoreUrl?: {
|
|
64
|
+
queryParams?: any;
|
|
65
|
+
path?: string;
|
|
66
|
+
};
|
|
67
|
+
preWidgets?: NsWidgetResolver.IRenderConfigWithAnyData[];
|
|
68
|
+
postWidgets?: NsWidgetResolver.IRenderConfigWithAnyData[];
|
|
69
|
+
stripConfig?: IStripConfig;
|
|
70
|
+
canHideStrip?: boolean;
|
|
71
|
+
filters?: any[];
|
|
72
|
+
selectAll?: boolean | null;
|
|
73
|
+
request?: {
|
|
74
|
+
search?: NSSearch.ISearchRequest;
|
|
75
|
+
searchV6?: NSSearch.ISearchV6RequestV2;
|
|
76
|
+
searchRegionRecommendation?: NSSearch.ISearchOrgRegionRecommendationRequest;
|
|
77
|
+
api?: IStripRequestApi;
|
|
78
|
+
ids?: string[];
|
|
79
|
+
enrollmentList?: any;
|
|
80
|
+
};
|
|
81
|
+
searchV6Type?: 'KB' | 'Collections' | 'searchQuery' | null;
|
|
82
|
+
stripBackground?: string;
|
|
83
|
+
noDataWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
|
|
84
|
+
loader?: boolean;
|
|
85
|
+
errorWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
|
|
86
|
+
refreshEvent?: Record<'eventType' | 'from', string>;
|
|
87
|
+
fetchLikes?: boolean;
|
|
88
|
+
}
|
|
89
|
+
export interface IStripRequestApi {
|
|
90
|
+
path: string;
|
|
91
|
+
queryParams?: {
|
|
92
|
+
pageNo?: number;
|
|
93
|
+
pageSize?: number;
|
|
94
|
+
pageState?: string;
|
|
95
|
+
sourceFields?: string;
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
export interface IStripInfo {
|
|
99
|
+
mode: 'below' | 'popup' | 'modal';
|
|
100
|
+
visibilityMode?: 'hidden' | 'visible';
|
|
101
|
+
icon: {
|
|
102
|
+
icon: string;
|
|
103
|
+
scale: number;
|
|
104
|
+
style?: any;
|
|
105
|
+
};
|
|
106
|
+
widget: NsWidgetResolver.IRenderConfigWithAnyData;
|
|
107
|
+
}
|
|
108
|
+
interface IStripConfig {
|
|
109
|
+
cardSubType: NsCardContent.TCardSubType;
|
|
110
|
+
postCardForSearch?: boolean;
|
|
111
|
+
intranetMode?: 'greyOut' | 'hide';
|
|
112
|
+
deletedMode?: 'greyOut' | 'hide';
|
|
113
|
+
contentTags?: IContentTags;
|
|
114
|
+
}
|
|
115
|
+
export interface IContentTags {
|
|
116
|
+
daysSpan?: number;
|
|
117
|
+
excludeContentType?: NsContent.EContentTypes[];
|
|
118
|
+
excludeMimeType?: string[];
|
|
119
|
+
tag: string;
|
|
120
|
+
criteriaField: string;
|
|
121
|
+
}
|
|
122
|
+
export interface IContentStripResponseApi {
|
|
123
|
+
contents: NsContent.IContent[];
|
|
124
|
+
hasMore?: boolean;
|
|
125
|
+
pageState?: string;
|
|
126
|
+
totalHits?: number;
|
|
127
|
+
}
|
|
128
|
+
export {};
|
|
129
|
+
}
|
|
130
|
+
//# sourceMappingURL=content-strip-multiple.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content-strip-multiple.model.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/consumption/src/lib/_models/content-strip-multiple.model.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export interface ITodayEvents {
|
|
2
|
+
eventName: string;
|
|
3
|
+
eventStartTime?: string;
|
|
4
|
+
eventEndTime?: string;
|
|
5
|
+
eventStartDate?: string;
|
|
6
|
+
eventCreatedOn?: string;
|
|
7
|
+
eventDuration?: string;
|
|
8
|
+
eventjoined?: string;
|
|
9
|
+
eventThumbnail?: string;
|
|
10
|
+
pastevent?: boolean;
|
|
11
|
+
event?: IEventsDetails;
|
|
12
|
+
}
|
|
13
|
+
export interface IEventsDetails {
|
|
14
|
+
contentType?: string;
|
|
15
|
+
identifier?: string;
|
|
16
|
+
description?: string;
|
|
17
|
+
resourceType?: string;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=event.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/consumption/src/lib/_models/event.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,cAAc,CAAC;CACxB;AAED,MAAM,WAAW,cAAc;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
export declare namespace NSProfileDataV3 {
|
|
2
|
+
interface IProfileJsonData {
|
|
3
|
+
tabs: IProfileTab[];
|
|
4
|
+
}
|
|
5
|
+
interface IProfileTab {
|
|
6
|
+
name: string;
|
|
7
|
+
key: string;
|
|
8
|
+
badges: {
|
|
9
|
+
enabled: boolean;
|
|
10
|
+
uri?: string;
|
|
11
|
+
};
|
|
12
|
+
enabled: boolean;
|
|
13
|
+
check: boolean;
|
|
14
|
+
routerLink: string;
|
|
15
|
+
step: number;
|
|
16
|
+
description: string;
|
|
17
|
+
largeDesc?: any;
|
|
18
|
+
allowSkip?: any;
|
|
19
|
+
}
|
|
20
|
+
interface ICompetencie {
|
|
21
|
+
type: string;
|
|
22
|
+
status: string;
|
|
23
|
+
source: string;
|
|
24
|
+
competencySelfAttestedLevel?: string;
|
|
25
|
+
competencySelfAttestedLevelValue?: string;
|
|
26
|
+
competencySelfAttestedLevelName?: string;
|
|
27
|
+
osid?: string;
|
|
28
|
+
competencyType?: string;
|
|
29
|
+
description: string;
|
|
30
|
+
id: string;
|
|
31
|
+
name: string;
|
|
32
|
+
competencyLevel?: ICompetencyLevel[];
|
|
33
|
+
children?: any[];
|
|
34
|
+
competencyCBPCompletionLevel?: string;
|
|
35
|
+
competencyCBPCompletionLevelName?: string;
|
|
36
|
+
competencyCBPCompletionLevelValue?: string;
|
|
37
|
+
}
|
|
38
|
+
interface ICompetencyLevel {
|
|
39
|
+
name: string;
|
|
40
|
+
}
|
|
41
|
+
interface ITopic {
|
|
42
|
+
children: any[];
|
|
43
|
+
code: string;
|
|
44
|
+
description: string;
|
|
45
|
+
identifier: string;
|
|
46
|
+
index: number;
|
|
47
|
+
name: string;
|
|
48
|
+
noOfHoursConsumed: number;
|
|
49
|
+
status: string;
|
|
50
|
+
}
|
|
51
|
+
interface ISearch {
|
|
52
|
+
type: string;
|
|
53
|
+
field: string;
|
|
54
|
+
keyword: string;
|
|
55
|
+
}
|
|
56
|
+
interface IDesiredTopic {
|
|
57
|
+
request: {
|
|
58
|
+
userId: string;
|
|
59
|
+
profileDetails: {
|
|
60
|
+
desiredTopics: string[];
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
interface ISystemTopic {
|
|
65
|
+
request: {
|
|
66
|
+
userId: string;
|
|
67
|
+
profileDetails: {
|
|
68
|
+
systemTopics: ISystemTopicChield[];
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
interface ISystemTopicChield {
|
|
73
|
+
identifier: string;
|
|
74
|
+
name: string;
|
|
75
|
+
children: [];
|
|
76
|
+
}
|
|
77
|
+
interface IRolesAndActivities {
|
|
78
|
+
id: string;
|
|
79
|
+
name: string;
|
|
80
|
+
description: string;
|
|
81
|
+
activities: IRolesActivity[];
|
|
82
|
+
}
|
|
83
|
+
interface IRolesActivity {
|
|
84
|
+
description: string;
|
|
85
|
+
id: string;
|
|
86
|
+
name: string;
|
|
87
|
+
}
|
|
88
|
+
interface IChipItems {
|
|
89
|
+
name: string;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
//# sourceMappingURL=profile-v3.models.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"profile-v3.models.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/consumption/src/lib/_models/profile-v3.models.ts"],"names":[],"mappings":"AAAA,yBAAiB,eAAe,CAAC;IAC7B,UAAiB,gBAAgB;QAC7B,IAAI,EAAE,WAAW,EAAE,CAAC;KACvB;IAED,UAAiB,WAAW;QACxB,IAAI,EAAE,MAAM,CAAC;QACb,GAAG,EAAE,MAAM,CAAC;QACZ,MAAM,EAAE;YACJ,OAAO,EAAE,OAAO,CAAA;YAChB,GAAG,CAAC,EAAE,MAAM,CAAA;SACf,CAAC;QACF,OAAO,EAAE,OAAO,CAAC;QACjB,KAAK,EAAE,OAAO,CAAC;QACf,UAAU,EAAE,MAAM,CAAC;QACnB,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;QACpB,SAAS,CAAC,EAAE,GAAG,CAAC;QAChB,SAAS,CAAC,EAAE,GAAG,CAAC;KACnB;IAED,UAAiB,YAAY;QACzB,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,EAAE,MAAM,CAAC;QACf,2BAA2B,CAAC,EAAE,MAAM,CAAC;QACrC,gCAAgC,CAAC,EAAE,MAAM,CAAC;QAC1C,+BAA+B,CAAC,EAAE,MAAM,CAAC;QACzC,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,WAAW,EAAE,MAAM,CAAC;QACpB,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,eAAe,CAAC,EAAE,gBAAgB,EAAE,CAAC;QACrC,QAAQ,CAAC,EAAE,GAAG,EAAE,CAAC;QACjB,4BAA4B,CAAC,EAAE,MAAM,CAAC;QACtC,gCAAgC,CAAC,EAAE,MAAM,CAAC;QAC1C,iCAAiC,CAAC,EAAE,MAAM,CAAC;KAC9C;IAED,UAAiB,gBAAgB;QAC7B,IAAI,EAAE,MAAM,CAAC;KAChB;IACD,UAAiB,MAAM;QACnB,QAAQ,EAAE,GAAG,EAAE,CAAC;QAChB,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;QACpB,UAAU,EAAE,MAAM,CAAC;QACnB,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,iBAAiB,EAAE,MAAM,CAAC;QAC1B,MAAM,EAAE,MAAM,CAAC;KAClB;IAED,UAAiB,OAAO;QACpB,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;KACnB;IACD,UAAiB,aAAa;QAC1B,OAAO,EAAE;YACL,MAAM,EAAE,MAAM,CAAA;YACd,cAAc,EAAE;gBACZ,aAAa,EAAE,MAAM,EAAE,CAAA;aAC1B,CAAA;SAEJ,CAAC;KACL;IACD,UAAiB,YAAY;QACzB,OAAO,EAAE;YACL,MAAM,EAAE,MAAM,CAAA;YACd,cAAc,EAAE;gBACZ,YAAY,EAAE,kBAAkB,EAAE,CAAA;aACrC,CAAA;SACJ,CAAC;KACL;IACD,UAAiB,kBAAkB;QAC/B,UAAU,EAAE,MAAM,CAAC;QACnB,IAAI,EAAE,MAAM,CAAC;QACb,QAAQ,EAAE,EAAE,CAAC;KAChB;IACD,UAAiB,mBAAmB;QAChC,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;QACpB,UAAU,EAAE,cAAc,EAAE,CAAC;KAIhC;IACD,UAAiB,cAAc;QAC3B,WAAW,EAAE,MAAM,CAAC;QACpB,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;KAKhB;IACD,UAAiB,UAAU;QACvB,IAAI,EAAE,MAAM,CAAC;KAChB;CACJ"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare namespace NsAppRating {
|
|
2
|
+
interface IRating {
|
|
3
|
+
activityId: string;
|
|
4
|
+
userId: string;
|
|
5
|
+
activityType: string;
|
|
6
|
+
rating: number;
|
|
7
|
+
review: string;
|
|
8
|
+
recommended: any;
|
|
9
|
+
}
|
|
10
|
+
interface ILookupRequest {
|
|
11
|
+
activityId: string;
|
|
12
|
+
activityType: string;
|
|
13
|
+
rating?: number;
|
|
14
|
+
limit: number;
|
|
15
|
+
updateOn?: string;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=rating.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rating.model.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/consumption/src/lib/_models/rating.model.ts"],"names":[],"mappings":"AAAA,yBAAiB,WAAW,CAAC;IACzB,UAAiB,OAAO;QACpB,UAAU,EAAE,MAAM,CAAC;QACnB,MAAM,EAAE,MAAM,CAAC;QACf,YAAY,EAAE,MAAM,CAAC;QACrB,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,EAAE,MAAM,CAAC;QACf,WAAW,EAAE,GAAG,CAAA;KACnB;IAED,UAAiB,cAAc;QAC3B,UAAU,EAAE,MAAM,CAAC;QACnB,YAAY,EAAE,MAAM,CAAC;QACrB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,MAAM,CAAC;KACrB;CACJ"}
|