@sunbird-cb/consumption 0.0.32 → 0.0.33-cbrelease-4.8.35
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/esm2022/lib/_common/_animations/fade-animation.mjs +11 -0
- package/esm2022/lib/_common/_animations/relevance-animation.mjs +15 -0
- package/esm2022/lib/_common/announcements/announcements.component.mjs +160 -0
- package/esm2022/lib/_common/announcements/announcements.module.mjs +28 -0
- package/esm2022/lib/_common/assessments/assessment.module.mjs +130 -0
- package/esm2022/lib/_common/assessments/components/assessment-basic-info/assessment-basic-info.component.mjs +760 -0
- package/esm2022/lib/_common/assessments/components/assessment-main/assessment-main.component.mjs +301 -0
- package/esm2022/lib/_common/assessments/components/assessment-question-list/assessment-question-list.component.mjs +658 -0
- package/esm2022/lib/_common/assessments/components/assessment-rich-text/assessment-rich-text.component.mjs +285 -0
- package/esm2022/lib/_common/assessments/components/assessment-sessions/assessment-sessions.component.mjs +778 -0
- package/esm2022/lib/_common/assessments/components/bulk-upload-all-type-question/bulk-upload-all-type-question.component.mjs +678 -0
- package/esm2022/lib/_common/assessments/components/fill-up-the-blanks/fill-up-the-blanks.component.mjs +170 -0
- package/esm2022/lib/_common/assessments/components/match-the-following/match-the-following.component.mjs +84 -0
- package/esm2022/lib/_common/assessments/components/multiple-choice-question/multiple-choice-question.component.mjs +183 -0
- package/esm2022/lib/_common/assessments/components/select-question-modal/select-question-modal.component.mjs +30 -0
- package/esm2022/lib/_common/assessments/service/assessment.model.mjs +27 -0
- package/esm2022/lib/_common/assessments/service/assessment.service.mjs +366 -0
- package/esm2022/lib/_common/avatar-photo-lib/avatar-photo-lib.component.mjs +113 -0
- package/esm2022/lib/_common/avatar-photo-lib/avatar-photo-lib.module.mjs +44 -0
- package/esm2022/lib/_common/calender/calender-day/calender-day.component.mjs +47 -0
- package/esm2022/lib/_common/calender/calender.component.mjs +187 -0
- package/esm2022/lib/_common/calender/calender.module.mjs +43 -0
- package/esm2022/lib/_common/cards/available-languages/available-languages.component.mjs +38 -0
- package/esm2022/lib/_common/cards/badge-modal/badge-modal.component.mjs +129 -0
- package/esm2022/lib/_common/cards/badge-stats/badge-stats.component.mjs +19 -0
- package/esm2022/lib/_common/cards/card-assessment/card-assessment/card-assessment.component.mjs +87 -0
- package/esm2022/lib/_common/cards/card-karma-programs/card-karma-programs.component.mjs +92 -0
- package/esm2022/lib/_common/cards/card-karma-programs-v2/card-karma-programs-v2.component.mjs +86 -0
- package/esm2022/lib/_common/cards/card-landscape/card-landscape.component.mjs +113 -0
- package/esm2022/lib/_common/cards/card-mdo-channel/card-mdo-channel.component.mjs +73 -0
- package/esm2022/lib/_common/cards/card-mdo-channel-v1/card-mdo-channel-v1.component.mjs +73 -0
- package/esm2022/lib/_common/cards/card-portrait/card-portrait.component.mjs +143 -0
- package/esm2022/lib/_common/cards/card-portrait-ext/card-portrait-ext.component.mjs +92 -0
- package/esm2022/lib/_common/cards/card-progress-portrait-lib/card-progress-portrait-lib.component.mjs +290 -0
- package/esm2022/lib/_common/cards/card-resource/card-resource.component.mjs +19 -0
- package/esm2022/lib/_common/cards/card-user/card-user.component.mjs +70 -0
- package/esm2022/lib/_common/cards/card-wide/card-wide.component.mjs +87 -0
- package/esm2022/lib/_common/cards/card-wide-v2/card-wide-v2.component.mjs +86 -0
- package/esm2022/lib/_common/cards/cards.component.mjs +103 -0
- package/esm2022/lib/_common/cards/cards.module.mjs +181 -0
- package/esm2022/lib/_common/cards/provider-card/provider-card.component.mjs +68 -0
- package/esm2022/lib/_common/cbp-plan/cbp-plan.component.mjs +168 -0
- package/esm2022/lib/_common/cbp-plan/cbp-plan.module.mjs +36 -0
- package/esm2022/lib/_common/common-strip/common-strip.component.mjs +325 -0
- package/esm2022/lib/_common/common-strip/common-strip.model.mjs +2 -0
- package/esm2022/lib/_common/common-strip/common-strip.module.mjs +145 -0
- package/esm2022/lib/_common/community-suggestions/community-suggestions.component.mjs +50 -0
- package/esm2022/lib/_common/community-suggestions/community-suggestions.module.mjs +57 -0
- package/esm2022/lib/_common/competencies/competencies.module.mjs +58 -0
- package/esm2022/lib/_common/competencies/competency-list/competency-list.component.mjs +349 -0
- package/esm2022/lib/_common/competency-passbook/competency-passbook.component.mjs +394 -0
- package/esm2022/lib/_common/competency-passbook/competency-passbook.module.mjs +34 -0
- package/esm2022/lib/_common/competency-passbook/competency-passbook.service.mjs +34 -0
- package/esm2022/lib/_common/competency-passbook-mdo/competency-passbook-mdo.component.mjs +220 -0
- package/esm2022/lib/_common/competency-passbook-mdo/competency-passbook-mdo.module.mjs +34 -0
- package/esm2022/lib/_common/competency-passbook-mdo/competency-passbook-mdo.service.mjs +30 -0
- package/esm2022/lib/_common/competency-summary/competency-summary.component.mjs +123 -0
- package/esm2022/lib/_common/competency-summary/competency-summary.module.mjs +28 -0
- package/esm2022/lib/_common/connection-hover-card/connection-hover-card.component.mjs +62 -0
- package/esm2022/lib/_common/connection-hover-card/connection-hover.module.mjs +42 -0
- package/esm2022/lib/_common/connection-name/connection-name.component.mjs +66 -0
- package/esm2022/lib/_common/connection-name/connection-name.module.mjs +24 -0
- package/esm2022/lib/_common/content-progress/content-progress.component.mjs +69 -0
- package/esm2022/lib/_common/content-progress/content-progress.module.mjs +28 -0
- package/esm2022/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.mjs +2293 -0
- package/esm2022/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model.mjs +2 -0
- package/esm2022/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.module.mjs +153 -0
- package/esm2022/lib/_common/create-request/components/create-request-additional-details/create-request-additional-details.component.mjs +578 -0
- package/esm2022/lib/_common/create-request/components/create-request-content-details/create-request-content-details.component.mjs +130 -0
- package/esm2022/lib/_common/create-request/components/create-request-form/create-request-form.component.mjs +245 -0
- package/esm2022/lib/_common/create-request/create-request.module.mjs +102 -0
- package/esm2022/lib/_common/create-request/dialogs/add-authors/add-authors.component.mjs +215 -0
- package/esm2022/lib/_common/create-request/services/create-request.service.mjs +41 -0
- package/esm2022/lib/_common/data-points/data-points.component.mjs +137 -0
- package/esm2022/lib/_common/data-points/data-points.module.mjs +26 -0
- package/esm2022/lib/_common/dialog-components/add-competency-popup/add-competency-popup.component.mjs +185 -0
- package/esm2022/lib/_common/dialog-components/certificate-dialog/certificate-dialog.component.mjs +129 -0
- package/esm2022/lib/_common/dialog-components/confirmation-dialog/confirmation-dialog.component.mjs +28 -0
- package/esm2022/lib/_common/dialog-components/dialog-components.module.mjs +105 -0
- package/esm2022/lib/_common/dialog-components/nlw-certificate-dialog/nlw-certificate-dialog.component.mjs +342 -0
- package/esm2022/lib/_common/dialog-components/snackbar/snackbar.component.mjs +22 -0
- package/esm2022/lib/_common/display-content-type-lib/display-content-type-lib.component.mjs +29 -0
- package/esm2022/lib/_common/display-content-type-lib/display-content-type-lib.module.mjs +19 -0
- package/esm2022/lib/_common/events/event-card/event-card.component.mjs +41 -0
- package/esm2022/lib/_common/events/event-card-v2/event-card-v2.component.mjs +110 -0
- package/esm2022/lib/_common/events/event-card-v2/event-card-v2.model.mjs +26 -0
- package/esm2022/lib/_common/events/event-card-v2/event-card-v2.module.mjs +171 -0
- package/esm2022/lib/_common/events/events.component.mjs +205 -0
- package/esm2022/lib/_common/events/events.module.mjs +33 -0
- package/esm2022/lib/_common/events-calendar/events-calendar.component.mjs +249 -0
- package/esm2022/lib/_common/events-calendar/events-calendar.module.mjs +106 -0
- package/esm2022/lib/_common/filters/filter-by/filter-by.component.mjs +411 -0
- package/esm2022/lib/_common/filters/filters.module.mjs +98 -0
- package/esm2022/lib/_common/filters/search-sort-input/search-sort-input.component.mjs +64 -0
- package/esm2022/lib/_common/highlights-of-week/highlights-of-week.component.mjs +146 -0
- package/esm2022/lib/_common/highlights-of-week/highlights-of-week.module.mjs +38 -0
- package/esm2022/lib/_common/horizontal-dynamic-stepper/horizontal-dynamic-stepper.component.mjs +45 -0
- package/esm2022/lib/_common/horizontal-dynamic-stepper/horizontal-dynamic-stepper.module.mjs +28 -0
- package/esm2022/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.component.mjs +268 -0
- package/esm2022/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.module.mjs +36 -0
- package/esm2022/lib/_common/key-highlights/key-highlights.component.mjs +45 -0
- package/esm2022/lib/_common/key-highlights/key-highlights.module.mjs +35 -0
- package/esm2022/lib/_common/knowledge-level/knowledge-level.component.mjs +14 -0
- package/esm2022/lib/_common/knowledge-level/knowledge-level.module.mjs +24 -0
- package/esm2022/lib/_common/mdo-leaderboard/mdo-leaderboard-v2/mdo-leaderboard-v2.component.mjs +243 -0
- package/esm2022/lib/_common/mdo-leaderboard/mdo-leaderboard.component.mjs +208 -0
- package/esm2022/lib/_common/mdo-leaderboard/mdo-leaderboard.module.mjs +43 -0
- package/esm2022/lib/_common/microsites/mdo-channels/mdo-channel-v1/mdo-channel-v1.component.mjs +14 -0
- package/esm2022/lib/_common/microsites/mdo-channels/mdo-channel-v2/mdo-channel-v2.component.mjs +1211 -0
- package/esm2022/lib/_common/microsites/mdo-channels/mdo-channel-v3/mdo-channel-v3.component.mjs +851 -0
- package/esm2022/lib/_common/microsites/mdo-channels/mdo-channel.module.mjs +149 -0
- package/esm2022/lib/_common/microsites/micro-sites-components/components/action-items/action-items.component.mjs +103 -0
- package/esm2022/lib/_common/microsites/micro-sites-components/components/add-tab-dialog/add-tab-dialog.component.mjs +45 -0
- package/esm2022/lib/_common/microsites/micro-sites-components/components/ai-program/ai-program.component.mjs +312 -0
- package/esm2022/lib/_common/microsites/micro-sites-components/components/column-section-display/column-section-display.component.mjs +56 -0
- package/esm2022/lib/_common/microsites/micro-sites-components/components/competency/competency.component.mjs +50 -0
- package/esm2022/lib/_common/microsites/micro-sites-components/components/confirm-dialog/confirm-dialog.component.mjs +30 -0
- package/esm2022/lib/_common/microsites/micro-sites-components/components/content-strip/content-strip.component.mjs +66 -0
- package/esm2022/lib/_common/microsites/micro-sites-components/components/editor-dialog/editor-dialog.component.mjs +1202 -0
- package/esm2022/lib/_common/microsites/micro-sites-components/components/looker-section/looker-section.component.mjs +62 -0
- package/esm2022/lib/_common/microsites/micro-sites-components/components/main-content/main-content.component.mjs +497 -0
- package/esm2022/lib/_common/microsites/micro-sites-components/components/mobile-sections/mobile-sections.component.mjs +35 -0
- package/esm2022/lib/_common/microsites/micro-sites-components/components/slw-config-dialog/slw-config-dialog.component.mjs +92 -0
- package/esm2022/lib/_common/microsites/micro-sites-components/components/strip-add-content/strip-add-content.component.mjs +288 -0
- package/esm2022/lib/_common/microsites/micro-sites-components/components/strip-section-create/strip-section-create.component.mjs +245 -0
- package/esm2022/lib/_common/microsites/micro-sites-components/components/support-section/support-section.component.mjs +30 -0
- package/esm2022/lib/_common/microsites/micro-sites-components/components/top-learners/top-learners.component.mjs +58 -0
- package/esm2022/lib/_common/microsites/micro-sites-components/components/top-section/top-section.component.mjs +116 -0
- package/esm2022/lib/_common/microsites/micro-sites-components/microsites-components.module.mjs +280 -0
- package/esm2022/lib/_common/microsites/national-learning-week/karmayogi-saptah/karmayogi-saptah.component.mjs +109 -0
- package/esm2022/lib/_common/microsites/national-learning-week/national-learning.module.mjs +96 -0
- package/esm2022/lib/_common/microsites/national-learning-week/sadhana-saptah/sadhana-saptah.component.mjs +112 -0
- package/esm2022/lib/_common/microsites/providers/providers-v2/providers-v2.component.mjs +152 -0
- package/esm2022/lib/_common/microsites/providers/providers.module.mjs +88 -0
- package/esm2022/lib/_common/notification/notification/notification.component.mjs +53 -0
- package/esm2022/lib/_common/notification/notification.module.mjs +53 -0
- package/esm2022/lib/_common/notification/notificationMessage.mjs +142 -0
- package/esm2022/lib/_common/pagination/pagination.component.mjs +166 -0
- package/esm2022/lib/_common/pagination/pagination.model.mjs +2 -0
- package/esm2022/lib/_common/pagination/pagination.module.mjs +21 -0
- package/esm2022/lib/_common/peer-validation/component/pv-config-step/pv-config-step.component.mjs +422 -0
- package/esm2022/lib/_common/peer-validation/component/pv-create/pv-create.component.mjs +678 -0
- package/esm2022/lib/_common/peer-validation/component/pv-dashboard/pv-dashboard.component.mjs +583 -0
- package/esm2022/lib/_common/peer-validation/component/pv-question-step/pv-question-step.component.mjs +253 -0
- package/esm2022/lib/_common/peer-validation/peer-validation-lib.module.mjs +110 -0
- package/esm2022/lib/_common/peer-validation/service/loader-service.token.mjs +3 -0
- package/esm2022/lib/_common/peer-validation/service/peer-validation.service.mjs +80 -0
- package/esm2022/lib/_common/pills/pills.component.mjs +40 -0
- package/esm2022/lib/_common/pills/pills.module.mjs +32 -0
- package/esm2022/lib/_common/skeleton-loader-lib/skeleton-loader-lib.component.mjs +25 -0
- package/esm2022/lib/_common/skeleton-loader-lib/skeleton-loader-lib.module.mjs +37 -0
- package/esm2022/lib/_common/sliders/sliders.component.mjs +114 -0
- package/esm2022/lib/_common/sliders/sliders.model.mjs +2 -0
- package/esm2022/lib/_common/sliders/sliders.module.mjs +45 -0
- package/esm2022/lib/_common/sliders-ng-content/sliders-ng-content.component.mjs +134 -0
- package/esm2022/lib/_common/sliders-ng-content/sliders-ng-content.model.mjs +2 -0
- package/esm2022/lib/_common/sliders-ng-content/sliders-ng-content.module.mjs +45 -0
- package/esm2022/lib/_common/speakers/speakers-v2/speakers-v2.component.mjs +159 -0
- package/esm2022/lib/_common/speakers/speakers.component.mjs +181 -0
- package/esm2022/lib/_common/speakers/speakers.module.mjs +41 -0
- package/esm2022/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.component.mjs +696 -0
- package/esm2022/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.model.mjs +5 -0
- package/esm2022/lib/_common/strips/content-strip-facet-filter/content-strip-facet-filter.module.mjs +149 -0
- package/esm2022/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.component.mjs +1970 -0
- package/esm2022/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.model.mjs +2 -0
- package/esm2022/lib/_common/strips/content-strip-with-tabs-pills/content-strip-with-tabs-pills.module.mjs +149 -0
- package/esm2022/lib/_common/strips/content-strip-with-tabs-pills-new/content-strip-with-tabs-pills-new.component.mjs +608 -0
- package/esm2022/lib/_common/strips/content-strip-with-tabs-pills-new/content-strip-with-tabs-pills-new.module.mjs +149 -0
- package/esm2022/lib/_common/toc-multi-lingual-dialog/toc-multi-lingual-dialog.component.mjs +24 -0
- package/esm2022/lib/_common/toc-multi-lingual-dialog/toc-multi-lingual-dialog.module.mjs +43 -0
- package/esm2022/lib/_common/top-learners/top-learners.component.mjs +166 -0
- package/esm2022/lib/_common/top-learners/top-learners.module.mjs +32 -0
- package/esm2022/lib/_common/user-content-rating/user-content-rating-lib.component.mjs +79 -0
- package/esm2022/lib/_common/user-content-rating/user-content-rating-lib.module.mjs +56 -0
- package/esm2022/lib/_common/user-content-rating/user-content-rating-lib.service.mjs +23 -0
- package/esm2022/lib/_common/user-progress/user-progress.component.mjs +205 -0
- package/esm2022/lib/_common/user-progress/user-progress.module.mjs +38 -0
- package/esm2022/lib/_common/user-update/add-users-form-meta/add-users-form-meta.component.mjs +210 -0
- package/esm2022/lib/_common/user-update/user-update/user-update.component.mjs +928 -0
- package/esm2022/lib/_common/user-update/user-update.module.mjs +104 -0
- package/esm2022/lib/_common/user-update/user.model.mjs +25 -0
- package/esm2022/lib/_common/user-update/user.service.mjs +61 -0
- package/esm2022/lib/_common/video-conference/video-conference.component.mjs +17 -0
- package/esm2022/lib/_common/video-conference/video-conference.module.mjs +24 -0
- package/esm2022/lib/_constants/misc.constants.mjs +2 -0
- package/esm2022/lib/_directives/default-thumbnail/default-thumbnail.directive.mjs +40 -0
- package/esm2022/lib/_directives/default-thumbnail/default-thumbnail.module.mjs +20 -0
- package/esm2022/lib/_directives/image-responsive/image-responsive.directive.mjs +86 -0
- package/esm2022/lib/_directives/image-responsive/image-responsive.module.mjs +20 -0
- package/esm2022/lib/_directives/navigation/navigation.directive.mjs +43 -0
- package/esm2022/lib/_directives/navigation/navigation.module.mjs +20 -0
- package/esm2022/lib/_directives/scrollable-item/scrollable-item.directive.mjs +22 -0
- package/esm2022/lib/_directives/scrollable-item/scrollable-item.module.mjs +20 -0
- package/esm2022/lib/_directives/tooltip/tooltip.directive.mjs +66 -0
- package/esm2022/lib/_directives/tooltip/tooltip.module.mjs +21 -0
- package/esm2022/lib/_models/card-content-v2.model.mjs +23 -0
- package/esm2022/lib/_models/card-content.model.mjs +23 -0
- package/esm2022/lib/_models/card-users.model.mjs +2 -0
- package/esm2022/lib/_models/compentencies.model.mjs +2 -0
- package/esm2022/lib/_models/content-strip-multiple.model.mjs +2 -0
- package/esm2022/lib/_models/event.mjs +2 -0
- package/esm2022/lib/_models/profile-v3.models.mjs +2 -0
- package/esm2022/lib/_models/rating.model.mjs +2 -0
- package/esm2022/lib/_models/widget-content.model.mjs +244 -0
- package/esm2022/lib/_models/widget-search.model.mjs +2 -0
- package/esm2022/lib/_models/widget-user.model.mjs +2 -0
- package/esm2022/lib/_pipes/nbsp/nbsp.module.mjs +22 -0
- package/esm2022/lib/_pipes/nbsp/nbsp.pipe.mjs +19 -0
- package/esm2022/lib/_pipes/number-shortener/number-shortener.module.mjs +20 -0
- package/esm2022/lib/_pipes/number-shortener/number-shortener.pipe.mjs +38 -0
- package/esm2022/lib/_pipes/object-to-array/object-to-array.pipe.mjs +22 -0
- package/esm2022/lib/_pipes/object-to-array/object-to-array.pipe.module.mjs +20 -0
- package/esm2022/lib/_pipes/order-by/order-by.pipe.mjs +29 -0
- package/esm2022/lib/_pipes/order-by/order-by.pipe.module.mjs +20 -0
- package/esm2022/lib/_pipes/pipe-duration-transform/pipe-duration-transform.module.mjs +20 -0
- package/esm2022/lib/_pipes/pipe-duration-transform/pipe-duration-transform.pipe.mjs +84 -0
- package/esm2022/lib/_pipes/plural/plural.module.mjs +24 -0
- package/esm2022/lib/_pipes/plural/plural.pipe.mjs +16 -0
- package/esm2022/lib/_pipes/safe-url/safe-url.module.mjs +20 -0
- package/esm2022/lib/_pipes/safe-url/safe-url.pipe.mjs +20 -0
- package/esm2022/lib/_services/badge.service.mjs +38 -0
- package/esm2022/lib/_services/certificate.service.mjs +27 -0
- package/esm2022/lib/_services/common-methods.service.mjs +80 -0
- package/esm2022/lib/_services/configurations.service.mjs +106 -0
- package/esm2022/lib/_services/content-language.service.mjs +121 -0
- package/esm2022/lib/_services/events.service.mjs +23 -0
- package/esm2022/lib/_services/insite-data.service.mjs +72 -0
- package/esm2022/lib/_services/microsite-v3.service.mjs +141 -0
- package/esm2022/lib/_services/multilingual-translations.service.mjs +134 -0
- package/esm2022/lib/_services/rating.service.mjs +90 -0
- package/esm2022/lib/_services/viewer-route-util.mjs +102 -0
- package/esm2022/lib/_services/widget-content-lib.service.mjs +649 -0
- package/esm2022/lib/_services/widget-user-lib.service.mjs +476 -0
- package/esm2022/lib/consumption.component.mjs +22 -0
- package/esm2022/lib/consumption.config.mjs +12 -0
- package/esm2022/lib/consumption.module.mjs +66 -0
- package/esm2022/lib/consumption.service.mjs +14 -0
- package/esm2022/lib/registration-lib.config.mjs +23 -0
- package/esm2022/public-api.mjs +131 -0
- package/esm2022/sunbird-cb-consumption.mjs +5 -0
- package/fesm2022/sunbird-cb-consumption.mjs +33399 -0
- package/fesm2022/sunbird-cb-consumption.mjs.map +1 -0
- package/index.d.ts +6 -0
- package/lib/_common/_animations/fade-animation.d.ts +2 -0
- package/lib/_common/_animations/fade-animation.d.ts.map +1 -0
- package/lib/_common/_animations/relevance-animation.d.ts +2 -0
- package/lib/_common/_animations/relevance-animation.d.ts.map +1 -0
- package/lib/_common/announcements/announcements.component.d.ts +22 -2
- package/lib/_common/announcements/announcements.component.d.ts.map +1 -0
- package/lib/_common/announcements/announcements.module.d.ts +9 -0
- package/lib/_common/announcements/announcements.module.d.ts.map +1 -0
- package/lib/_common/assessments/assessment.module.d.ts +37 -0
- package/lib/_common/assessments/assessment.module.d.ts.map +1 -0
- package/lib/_common/assessments/components/assessment-basic-info/assessment-basic-info.component.d.ts +95 -0
- package/lib/_common/assessments/components/assessment-basic-info/assessment-basic-info.component.d.ts.map +1 -0
- package/lib/_common/assessments/components/assessment-main/assessment-main.component.d.ts +29 -0
- package/lib/_common/assessments/components/assessment-main/assessment-main.component.d.ts.map +1 -0
- package/lib/_common/assessments/components/assessment-question-list/assessment-question-list.component.d.ts +75 -0
- package/lib/_common/assessments/components/assessment-question-list/assessment-question-list.component.d.ts.map +1 -0
- package/lib/_common/assessments/components/assessment-rich-text/assessment-rich-text.component.d.ts +33 -0
- package/lib/_common/assessments/components/assessment-rich-text/assessment-rich-text.component.d.ts.map +1 -0
- package/lib/_common/assessments/components/assessment-sessions/assessment-sessions.component.d.ts +86 -0
- package/lib/_common/assessments/components/assessment-sessions/assessment-sessions.component.d.ts.map +1 -0
- package/lib/_common/assessments/components/bulk-upload-all-type-question/bulk-upload-all-type-question.component.d.ts +85 -0
- package/lib/_common/assessments/components/bulk-upload-all-type-question/bulk-upload-all-type-question.component.d.ts.map +1 -0
- package/lib/_common/assessments/components/fill-up-the-blanks/fill-up-the-blanks.component.d.ts +37 -0
- package/lib/_common/assessments/components/fill-up-the-blanks/fill-up-the-blanks.component.d.ts.map +1 -0
- package/lib/_common/assessments/components/match-the-following/match-the-following.component.d.ts +23 -0
- package/lib/_common/assessments/components/match-the-following/match-the-following.component.d.ts.map +1 -0
- package/lib/_common/assessments/components/multiple-choice-question/multiple-choice-question.component.d.ts +31 -0
- package/lib/_common/assessments/components/multiple-choice-question/multiple-choice-question.component.d.ts.map +1 -0
- package/lib/_common/assessments/components/select-question-modal/select-question-modal.component.d.ts +18 -0
- package/lib/_common/assessments/components/select-question-modal/select-question-modal.component.d.ts.map +1 -0
- package/lib/_common/assessments/service/assessment.model.d.ts +22 -0
- package/lib/_common/assessments/service/assessment.model.d.ts.map +1 -0
- package/lib/_common/assessments/service/assessment.service.d.ts +41 -0
- package/lib/_common/assessments/service/assessment.service.d.ts.map +1 -0
- package/lib/_common/avatar-photo-lib/avatar-photo-lib.component.d.ts +5 -1
- 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 +13 -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 +4 -0
- package/lib/_common/calender/calender-day/calender-day.component.d.ts.map +1 -0
- package/lib/_common/calender/calender.component.d.ts +4 -0
- package/lib/_common/calender/calender.component.d.ts.map +1 -0
- package/lib/_common/calender/calender.module.d.ts +12 -0
- package/lib/_common/calender/calender.module.d.ts.map +1 -0
- package/lib/_common/cards/available-languages/available-languages.component.d.ts +17 -0
- package/lib/_common/cards/available-languages/available-languages.component.d.ts.map +1 -0
- package/lib/_common/cards/badge-modal/badge-modal.component.d.ts +20 -0
- package/lib/_common/cards/badge-modal/badge-modal.component.d.ts.map +1 -0
- package/lib/_common/cards/badge-stats/badge-stats.component.d.ts +9 -0
- package/lib/_common/cards/badge-stats/badge-stats.component.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 +8 -3
- 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 +5 -1
- 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 +6 -1
- 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 +7 -2
- 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 +20 -3
- 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 +52 -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 +4 -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 +5 -1
- 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 +5 -1
- 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 +5 -1
- package/lib/_common/cards/card-wide-v2/card-wide-v2.component.d.ts.map +1 -0
- package/lib/_common/cards/cards.component.d.ts +9 -6
- package/lib/_common/cards/cards.component.d.ts.map +1 -0
- package/lib/_common/cards/cards.module.d.ts +40 -0
- package/lib/_common/cards/cards.module.d.ts.map +1 -0
- package/lib/_common/cards/provider-card/provider-card.component.d.ts +20 -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 +44 -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 +9 -5
- package/lib/_common/common-strip/common-strip.component.d.ts.map +1 -0
- package/lib/_common/common-strip/common-strip.model.d.ts +10 -8
- package/lib/_common/common-strip/common-strip.model.d.ts.map +1 -0
- package/lib/_common/common-strip/common-strip.module.d.ts +34 -0
- package/lib/_common/common-strip/common-strip.module.d.ts.map +1 -0
- package/lib/_common/community-suggestions/community-suggestions.component.d.ts +15 -0
- package/lib/_common/community-suggestions/community-suggestions.component.d.ts.map +1 -0
- package/lib/_common/community-suggestions/community-suggestions.module.d.ts +14 -0
- package/lib/_common/community-suggestions/community-suggestions.module.d.ts.map +1 -0
- package/lib/_common/competencies/competencies.module.d.ts +16 -0
- package/lib/_common/competencies/competencies.module.d.ts.map +1 -0
- package/lib/_common/competencies/competency-list/competency-list.component.d.ts +122 -0
- package/lib/_common/competencies/competency-list/competency-list.component.d.ts.map +1 -0
- package/lib/_common/competency-passbook/competency-passbook.component.d.ts +14 -3
- package/lib/_common/competency-passbook/competency-passbook.component.d.ts.map +1 -0
- package/lib/_common/competency-passbook/competency-passbook.module.d.ts +10 -0
- package/lib/_common/competency-passbook/competency-passbook.module.d.ts.map +1 -0
- package/lib/_common/competency-passbook/competency-passbook.service.d.ts +6 -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 +52 -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/competency-summary/competency-summary.component.d.ts +27 -0
- package/lib/_common/competency-summary/competency-summary.component.d.ts.map +1 -0
- package/lib/_common/competency-summary/competency-summary.module.d.ts +10 -0
- package/lib/_common/competency-summary/competency-summary.module.d.ts.map +1 -0
- package/lib/_common/connection-hover-card/connection-hover-card.component.d.ts +20 -0
- package/lib/_common/connection-hover-card/connection-hover-card.component.d.ts.map +1 -0
- package/lib/_common/connection-hover-card/connection-hover.module.d.ts +15 -0
- package/lib/_common/connection-hover-card/connection-hover.module.d.ts.map +1 -0
- package/lib/_common/connection-name/connection-name.component.d.ts +19 -0
- package/lib/_common/connection-name/connection-name.component.d.ts.map +1 -0
- package/lib/_common/connection-name/connection-name.module.d.ts +10 -0
- package/lib/_common/connection-name/connection-name.module.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 +68 -15
- 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 +28 -8
- 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 +35 -0
- package/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.module.d.ts.map +1 -0
- package/lib/_common/create-request/components/create-request-additional-details/create-request-additional-details.component.d.ts +105 -0
- package/lib/_common/create-request/components/create-request-additional-details/create-request-additional-details.component.d.ts.map +1 -0
- package/lib/_common/create-request/components/create-request-content-details/create-request-content-details.component.d.ts +33 -0
- package/lib/_common/create-request/components/create-request-content-details/create-request-content-details.component.d.ts.map +1 -0
- package/lib/_common/create-request/components/create-request-form/create-request-form.component.d.ts +74 -0
- package/lib/_common/create-request/components/create-request-form/create-request-form.component.d.ts.map +1 -0
- package/lib/_common/create-request/create-request.module.d.ts +28 -0
- package/lib/_common/create-request/create-request.module.d.ts.map +1 -0
- package/lib/_common/create-request/dialogs/add-authors/add-authors.component.d.ts +47 -0
- package/lib/_common/create-request/dialogs/add-authors/add-authors.component.d.ts.map +1 -0
- package/lib/_common/create-request/services/create-request.service.d.ts +15 -0
- package/lib/_common/create-request/services/create-request.service.d.ts.map +1 -0
- package/lib/_common/data-points/data-points.component.d.ts +10 -0
- package/lib/_common/data-points/data-points.component.d.ts.map +1 -0
- package/lib/_common/data-points/data-points.module.d.ts +8 -0
- package/lib/_common/data-points/data-points.module.d.ts.map +1 -0
- package/lib/_common/dialog-components/add-competency-popup/add-competency-popup.component.d.ts +24 -0
- package/lib/_common/dialog-components/add-competency-popup/add-competency-popup.component.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/confirmation-dialog/confirmation-dialog.component.d.ts +31 -0
- package/lib/_common/dialog-components/confirmation-dialog/confirmation-dialog.component.d.ts.map +1 -0
- package/lib/_common/dialog-components/dialog-components.module.d.ts +25 -0
- package/lib/_common/dialog-components/dialog-components.module.d.ts.map +1 -0
- package/lib/_common/dialog-components/nlw-certificate-dialog/nlw-certificate-dialog.component.d.ts +66 -0
- package/lib/_common/dialog-components/nlw-certificate-dialog/nlw-certificate-dialog.component.d.ts.map +1 -0
- package/lib/_common/dialog-components/snackbar/snackbar.component.d.ts +16 -0
- package/lib/_common/dialog-components/snackbar/snackbar.component.d.ts.map +1 -0
- package/lib/_common/display-content-type-lib/display-content-type-lib.component.d.ts +4 -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 +8 -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/event-card-v2/event-card-v2.component.d.ts +38 -0
- package/lib/_common/events/event-card-v2/event-card-v2.component.d.ts.map +1 -0
- package/lib/_common/events/event-card-v2/event-card-v2.model.d.ts +47 -0
- package/lib/_common/events/event-card-v2/event-card-v2.model.d.ts.map +1 -0
- package/lib/_common/events/event-card-v2/event-card-v2.module.d.ts +23 -0
- package/lib/_common/events/event-card-v2/event-card-v2.module.d.ts.map +1 -0
- package/lib/_common/events/events.component.d.ts +33 -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/events-calendar/events-calendar.component.d.ts +58 -0
- package/lib/_common/events-calendar/events-calendar.component.d.ts.map +1 -0
- package/lib/_common/events-calendar/events-calendar.module.d.ts +20 -0
- package/lib/_common/events-calendar/events-calendar.module.d.ts.map +1 -0
- package/lib/_common/filters/filter-by/filter-by.component.d.ts +111 -0
- package/lib/_common/filters/filter-by/filter-by.component.d.ts.map +1 -0
- package/lib/_common/filters/filters.module.d.ts +23 -0
- package/lib/_common/filters/filters.module.d.ts.map +1 -0
- package/lib/_common/filters/search-sort-input/search-sort-input.component.d.ts +19 -0
- package/lib/_common/filters/search-sort-input/search-sort-input.component.d.ts.map +1 -0
- package/lib/_common/highlights-of-week/highlights-of-week.component.d.ts +24 -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-dynamic-stepper/horizontal-dynamic-stepper.component.d.ts +19 -0
- package/lib/_common/horizontal-dynamic-stepper/horizontal-dynamic-stepper.component.d.ts.map +1 -0
- package/lib/_common/horizontal-dynamic-stepper/horizontal-dynamic-stepper.module.d.ts +10 -0
- package/lib/_common/horizontal-dynamic-stepper/horizontal-dynamic-stepper.module.d.ts.map +1 -0
- package/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.component.d.ts +10 -1
- 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 +11 -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 +21 -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/knowledge-level/knowledge-level.component.d.ts +7 -0
- package/lib/_common/knowledge-level/knowledge-level.component.d.ts.map +1 -0
- package/lib/_common/knowledge-level/knowledge-level.module.d.ts +9 -0
- package/lib/_common/knowledge-level/knowledge-level.module.d.ts.map +1 -0
- package/lib/_common/mdo-leaderboard/mdo-leaderboard-v2/mdo-leaderboard-v2.component.d.ts +49 -0
- package/lib/_common/mdo-leaderboard/mdo-leaderboard-v2/mdo-leaderboard-v2.component.d.ts.map +1 -0
- package/lib/_common/mdo-leaderboard/mdo-leaderboard.component.d.ts +43 -0
- package/lib/_common/mdo-leaderboard/mdo-leaderboard.component.d.ts.map +1 -0
- package/lib/_common/mdo-leaderboard/mdo-leaderboard.module.d.ts +14 -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 +60 -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-v3/mdo-channel-v3.component.d.ts +73 -0
- package/lib/_common/microsites/mdo-channels/mdo-channel-v3/mdo-channel-v3.component.d.ts.map +1 -0
- package/lib/_common/microsites/mdo-channels/mdo-channel.module.d.ts +41 -0
- package/lib/_common/microsites/mdo-channels/mdo-channel.module.d.ts.map +1 -0
- package/lib/_common/microsites/micro-sites-components/components/action-items/action-items.component.d.ts +27 -0
- package/lib/_common/microsites/micro-sites-components/components/action-items/action-items.component.d.ts.map +1 -0
- package/lib/_common/microsites/micro-sites-components/components/add-tab-dialog/add-tab-dialog.component.d.ts +14 -0
- package/lib/_common/microsites/micro-sites-components/components/add-tab-dialog/add-tab-dialog.component.d.ts.map +1 -0
- package/lib/_common/microsites/micro-sites-components/components/ai-program/ai-program.component.d.ts +136 -0
- package/lib/_common/microsites/micro-sites-components/components/ai-program/ai-program.component.d.ts.map +1 -0
- package/lib/_common/microsites/micro-sites-components/components/column-section-display/column-section-display.component.d.ts +21 -0
- package/lib/_common/microsites/micro-sites-components/components/column-section-display/column-section-display.component.d.ts.map +1 -0
- package/lib/_common/microsites/micro-sites-components/components/competency/competency.component.d.ts +16 -0
- package/lib/_common/microsites/micro-sites-components/components/competency/competency.component.d.ts.map +1 -0
- package/lib/_common/microsites/micro-sites-components/components/confirm-dialog/confirm-dialog.component.d.ts +18 -0
- package/lib/_common/microsites/micro-sites-components/components/confirm-dialog/confirm-dialog.component.d.ts.map +1 -0
- package/lib/_common/microsites/micro-sites-components/components/content-strip/content-strip.component.d.ts +18 -0
- package/lib/_common/microsites/micro-sites-components/components/content-strip/content-strip.component.d.ts.map +1 -0
- package/lib/_common/microsites/micro-sites-components/components/editor-dialog/editor-dialog.component.d.ts +116 -0
- package/lib/_common/microsites/micro-sites-components/components/editor-dialog/editor-dialog.component.d.ts.map +1 -0
- package/lib/_common/microsites/micro-sites-components/components/looker-section/looker-section.component.d.ts +19 -0
- package/lib/_common/microsites/micro-sites-components/components/looker-section/looker-section.component.d.ts.map +1 -0
- package/lib/_common/microsites/micro-sites-components/components/main-content/main-content.component.d.ts +55 -0
- package/lib/_common/microsites/micro-sites-components/components/main-content/main-content.component.d.ts.map +1 -0
- package/lib/_common/microsites/micro-sites-components/components/mobile-sections/mobile-sections.component.d.ts +15 -0
- package/lib/_common/microsites/micro-sites-components/components/mobile-sections/mobile-sections.component.d.ts.map +1 -0
- package/lib/_common/microsites/micro-sites-components/components/slw-config-dialog/slw-config-dialog.component.d.ts +34 -0
- package/lib/_common/microsites/micro-sites-components/components/slw-config-dialog/slw-config-dialog.component.d.ts.map +1 -0
- package/lib/_common/microsites/micro-sites-components/components/strip-add-content/strip-add-content.component.d.ts +51 -0
- package/lib/_common/microsites/micro-sites-components/components/strip-add-content/strip-add-content.component.d.ts.map +1 -0
- package/lib/_common/microsites/micro-sites-components/components/strip-section-create/strip-section-create.component.d.ts +37 -0
- package/lib/_common/microsites/micro-sites-components/components/strip-section-create/strip-section-create.component.d.ts.map +1 -0
- package/lib/_common/microsites/micro-sites-components/components/support-section/support-section.component.d.ts +10 -0
- package/lib/_common/microsites/micro-sites-components/components/support-section/support-section.component.d.ts.map +1 -0
- package/lib/_common/microsites/micro-sites-components/components/top-learners/top-learners.component.d.ts +16 -0
- package/lib/_common/microsites/micro-sites-components/components/top-learners/top-learners.component.d.ts.map +1 -0
- package/lib/_common/microsites/micro-sites-components/components/top-section/top-section.component.d.ts +25 -0
- package/lib/_common/microsites/micro-sites-components/components/top-section/top-section.component.d.ts.map +1 -0
- package/lib/_common/microsites/micro-sites-components/microsites-components.module.d.ts +68 -0
- package/lib/_common/microsites/micro-sites-components/microsites-components.module.d.ts.map +1 -0
- package/lib/_common/microsites/national-learning-week/karmayogi-saptah/karmayogi-saptah.component.d.ts +31 -0
- package/lib/_common/microsites/national-learning-week/karmayogi-saptah/karmayogi-saptah.component.d.ts.map +1 -0
- package/lib/_common/microsites/national-learning-week/national-learning.module.d.ts +26 -0
- package/lib/_common/microsites/national-learning-week/national-learning.module.d.ts.map +1 -0
- package/lib/_common/microsites/national-learning-week/sadhana-saptah/sadhana-saptah.component.d.ts +31 -0
- package/lib/_common/microsites/national-learning-week/sadhana-saptah/sadhana-saptah.component.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/notification/notification/notification.component.d.ts +18 -0
- package/lib/_common/notification/notification/notification.component.d.ts.map +1 -0
- package/lib/_common/notification/notification.module.d.ts +17 -0
- package/lib/_common/notification/notification.module.d.ts.map +1 -0
- package/lib/_common/notification/notificationMessage.d.ts +132 -0
- package/lib/_common/notification/notificationMessage.d.ts.map +1 -0
- package/lib/_common/pagination/pagination.component.d.ts +31 -0
- package/lib/_common/pagination/pagination.component.d.ts.map +1 -0
- package/lib/_common/pagination/pagination.model.d.ts +6 -0
- package/lib/_common/pagination/pagination.model.d.ts.map +1 -0
- package/lib/_common/pagination/pagination.module.d.ts +12 -0
- package/lib/_common/pagination/pagination.module.d.ts.map +1 -0
- package/lib/_common/peer-validation/component/pv-config-step/pv-config-step.component.d.ts +70 -0
- package/lib/_common/peer-validation/component/pv-config-step/pv-config-step.component.d.ts.map +1 -0
- package/lib/_common/peer-validation/component/pv-create/pv-create.component.d.ts +51 -0
- package/lib/_common/peer-validation/component/pv-create/pv-create.component.d.ts.map +1 -0
- package/lib/_common/peer-validation/component/pv-dashboard/pv-dashboard.component.d.ts +106 -0
- package/lib/_common/peer-validation/component/pv-dashboard/pv-dashboard.component.d.ts.map +1 -0
- package/lib/_common/peer-validation/component/pv-question-step/pv-question-step.component.d.ts +70 -0
- package/lib/_common/peer-validation/component/pv-question-step/pv-question-step.component.d.ts.map +1 -0
- package/lib/_common/peer-validation/peer-validation-lib.module.d.ts +29 -0
- package/lib/_common/peer-validation/peer-validation-lib.module.d.ts.map +1 -0
- package/lib/_common/peer-validation/service/loader-service.token.d.ts +6 -0
- package/lib/_common/peer-validation/service/loader-service.token.d.ts.map +1 -0
- package/lib/_common/peer-validation/service/peer-validation.service.d.ts +27 -0
- package/lib/_common/peer-validation/service/peer-validation.service.d.ts.map +1 -0
- package/lib/_common/pills/pills.component.d.ts +4 -0
- package/lib/_common/pills/pills.component.d.ts.map +1 -0
- package/lib/_common/pills/pills.module.d.ts +10 -0
- package/lib/_common/pills/pills.module.d.ts.map +1 -0
- package/lib/_common/skeleton-loader-lib/skeleton-loader-lib.component.d.ts +4 -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 +10 -0
- package/lib/_common/skeleton-loader-lib/skeleton-loader-lib.module.d.ts.map +1 -0
- package/lib/_common/sliders/sliders.component.d.ts +6 -1
- package/lib/_common/sliders/sliders.component.d.ts.map +1 -0
- package/lib/_common/sliders/sliders.model.d.ts +1 -0
- package/lib/_common/sliders/sliders.model.d.ts.map +1 -0
- package/lib/_common/sliders/sliders.module.d.ts +11 -4
- package/lib/_common/sliders/sliders.module.d.ts.map +1 -0
- package/lib/_common/sliders-ng-content/sliders-ng-content.component.d.ts +6 -1
- 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 +1 -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 +11 -4
- package/lib/_common/sliders-ng-content/sliders-ng-content.module.d.ts.map +1 -0
- package/lib/_common/speakers/speakers-v2/speakers-v2.component.d.ts +32 -0
- package/lib/_common/speakers/speakers-v2/speakers-v2.component.d.ts.map +1 -0
- package/lib/_common/speakers/speakers.component.d.ts +33 -0
- package/lib/_common/speakers/speakers.component.d.ts.map +1 -0
- package/lib/_common/speakers/speakers.module.d.ts +14 -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 +133 -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 +254 -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 +155 -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/strips/content-strip-with-tabs-pills-new/content-strip-with-tabs-pills-new.component.d.ts +143 -0
- package/lib/_common/strips/content-strip-with-tabs-pills-new/content-strip-with-tabs-pills-new.component.d.ts.map +1 -0
- package/lib/_common/strips/content-strip-with-tabs-pills-new/content-strip-with-tabs-pills-new.module.d.ts +39 -0
- package/lib/_common/strips/content-strip-with-tabs-pills-new/content-strip-with-tabs-pills-new.module.d.ts.map +1 -0
- package/lib/_common/toc-multi-lingual-dialog/toc-multi-lingual-dialog.component.d.ts +12 -0
- package/lib/_common/toc-multi-lingual-dialog/toc-multi-lingual-dialog.component.d.ts.map +1 -0
- package/lib/_common/toc-multi-lingual-dialog/toc-multi-lingual-dialog.module.d.ts +13 -0
- package/lib/_common/toc-multi-lingual-dialog/toc-multi-lingual-dialog.module.d.ts.map +1 -0
- package/lib/_common/top-learners/top-learners.component.d.ts +29 -0
- package/lib/_common/top-learners/top-learners.component.d.ts.map +1 -0
- package/lib/_common/top-learners/top-learners.module.d.ts +12 -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 +4 -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 +15 -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 +4 -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 +39 -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/_common/user-update/add-users-form-meta/add-users-form-meta.component.d.ts +37 -0
- package/lib/_common/user-update/add-users-form-meta/add-users-form-meta.component.d.ts.map +1 -0
- package/lib/_common/user-update/user-update/user-update.component.d.ts +116 -0
- package/lib/_common/user-update/user-update/user-update.component.d.ts.map +1 -0
- package/lib/_common/user-update/user-update.module.d.ts +28 -0
- package/lib/_common/user-update/user-update.module.d.ts.map +1 -0
- package/lib/_common/user-update/user.model.d.ts +24 -0
- package/lib/_common/user-update/user.model.d.ts.map +1 -0
- package/lib/_common/user-update/user.service.d.ts +20 -0
- package/lib/_common/user-update/user.service.d.ts.map +1 -0
- package/lib/_common/video-conference/video-conference.component.d.ts +8 -0
- package/lib/_common/video-conference/video-conference.component.d.ts.map +1 -0
- package/lib/_common/video-conference/video-conference.module.d.ts +9 -0
- package/lib/_common/video-conference/video-conference.module.d.ts.map +1 -0
- package/lib/_constants/misc.constants.d.ts +3 -2
- package/lib/_constants/misc.constants.d.ts.map +1 -0
- package/lib/_directives/default-thumbnail/default-thumbnail.directive.d.ts +4 -0
- package/lib/_directives/default-thumbnail/default-thumbnail.directive.d.ts.map +1 -0
- package/lib/_directives/default-thumbnail/default-thumbnail.module.d.ts +7 -0
- package/lib/_directives/default-thumbnail/default-thumbnail.module.d.ts.map +1 -0
- package/lib/_directives/image-responsive/image-responsive.directive.d.ts +4 -0
- package/lib/_directives/image-responsive/image-responsive.directive.d.ts.map +1 -0
- package/lib/_directives/image-responsive/image-responsive.module.d.ts +7 -0
- package/lib/_directives/image-responsive/image-responsive.module.d.ts.map +1 -0
- package/lib/_directives/navigation/navigation.directive.d.ts +4 -0
- package/lib/_directives/navigation/navigation.directive.d.ts.map +1 -0
- package/lib/_directives/navigation/navigation.module.d.ts +7 -0
- package/lib/_directives/navigation/navigation.module.d.ts.map +1 -0
- package/lib/_directives/scrollable-item/scrollable-item.directive.d.ts +4 -0
- package/lib/_directives/scrollable-item/scrollable-item.directive.d.ts.map +1 -0
- package/lib/_directives/scrollable-item/scrollable-item.module.d.ts +7 -0
- package/lib/_directives/scrollable-item/scrollable-item.module.d.ts.map +1 -0
- package/lib/_directives/tooltip/tooltip.directive.d.ts +18 -0
- package/lib/_directives/tooltip/tooltip.directive.d.ts.map +1 -0
- package/lib/_directives/tooltip/tooltip.module.d.ts +8 -0
- package/lib/_directives/tooltip/tooltip.module.d.ts.map +1 -0
- package/lib/_models/card-content-v2.model.d.ts +1 -0
- package/lib/_models/card-content-v2.model.d.ts.map +1 -0
- package/lib/_models/card-content.model.d.ts +5 -0
- package/lib/_models/card-content.model.d.ts.map +1 -0
- package/lib/_models/card-users.model.d.ts +1 -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 +9 -7
- package/lib/_models/content-strip-multiple.model.d.ts.map +1 -0
- package/lib/_models/event.d.ts +1 -0
- package/lib/_models/event.d.ts.map +1 -0
- package/lib/_models/profile-v3.models.d.ts +1 -0
- package/lib/_models/profile-v3.models.d.ts.map +1 -0
- package/lib/_models/rating.model.d.ts +1 -0
- package/lib/_models/rating.model.d.ts.map +1 -0
- package/lib/_models/widget-content.model.d.ts +41 -34
- package/lib/_models/widget-content.model.d.ts.map +1 -0
- package/lib/_models/widget-search.model.d.ts +5 -0
- package/lib/_models/widget-search.model.d.ts.map +1 -0
- package/lib/_models/widget-user.model.d.ts +1 -0
- package/lib/_models/widget-user.model.d.ts.map +1 -0
- package/lib/_pipes/nbsp/nbsp.module.d.ts +9 -0
- package/lib/_pipes/nbsp/nbsp.module.d.ts.map +1 -0
- package/lib/_pipes/nbsp/nbsp.pipe.d.ts +8 -0
- package/lib/_pipes/nbsp/nbsp.pipe.d.ts.map +1 -0
- package/lib/_pipes/number-shortener/number-shortener.module.d.ts +9 -0
- package/lib/_pipes/number-shortener/number-shortener.module.d.ts.map +1 -0
- package/lib/_pipes/number-shortener/number-shortener.pipe.d.ts +9 -0
- package/lib/_pipes/number-shortener/number-shortener.pipe.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/order-by/order-by.pipe.d.ts +8 -0
- package/lib/_pipes/order-by/order-by.pipe.d.ts.map +1 -0
- package/lib/_pipes/order-by/order-by.pipe.module.d.ts +9 -0
- package/lib/_pipes/order-by/order-by.pipe.module.d.ts.map +1 -0
- package/lib/_pipes/pipe-duration-transform/pipe-duration-transform.module.d.ts +7 -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 +4 -0
- package/lib/_pipes/pipe-duration-transform/pipe-duration-transform.pipe.d.ts.map +1 -0
- package/lib/_pipes/plural/plural.module.d.ts +8 -0
- package/lib/_pipes/plural/plural.module.d.ts.map +1 -0
- package/lib/_pipes/plural/plural.pipe.d.ts +8 -0
- package/lib/_pipes/plural/plural.pipe.d.ts.map +1 -0
- package/lib/_pipes/safe-url/safe-url.module.d.ts +9 -0
- package/lib/_pipes/safe-url/safe-url.module.d.ts.map +1 -0
- package/lib/_pipes/safe-url/safe-url.pipe.d.ts +11 -0
- package/lib/_pipes/safe-url/safe-url.pipe.d.ts.map +1 -0
- package/lib/_services/badge.service.d.ts +12 -0
- package/lib/_services/badge.service.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 +22 -2
- package/lib/_services/common-methods.service.d.ts.map +1 -0
- package/lib/_services/configurations.service.d.ts +4 -0
- package/lib/_services/configurations.service.d.ts.map +1 -0
- package/lib/_services/content-language.service.d.ts +12 -0
- package/lib/_services/content-language.service.d.ts.map +1 -0
- package/lib/_services/events.service.d.ts +10 -0
- package/lib/_services/events.service.d.ts.map +1 -0
- package/lib/_services/insite-data.service.d.ts +14 -0
- package/lib/_services/insite-data.service.d.ts.map +1 -0
- package/lib/_services/microsite-v3.service.d.ts +66 -0
- package/lib/_services/microsite-v3.service.d.ts.map +1 -0
- package/lib/_services/multilingual-translations.service.d.ts +4 -0
- package/lib/_services/multilingual-translations.service.d.ts.map +1 -0
- package/lib/_services/rating.service.d.ts +4 -0
- package/lib/_services/rating.service.d.ts.map +1 -0
- package/lib/_services/viewer-route-util.d.ts +2 -1
- package/lib/_services/viewer-route-util.d.ts.map +1 -0
- package/lib/_services/{widget-content.service.d.ts → widget-content-lib.service.d.ts} +64 -10
- package/lib/_services/widget-content-lib.service.d.ts.map +1 -0
- package/lib/_services/widget-user-lib.service.d.ts +53 -0
- package/lib/_services/widget-user-lib.service.d.ts.map +1 -0
- package/lib/consumption.component.d.ts +4 -0
- package/lib/consumption.component.d.ts.map +1 -0
- package/lib/consumption.config.d.ts +5 -0
- package/lib/consumption.config.d.ts.map +1 -0
- package/lib/consumption.module.d.ts +17 -0
- package/lib/consumption.module.d.ts.map +1 -0
- package/lib/consumption.service.d.ts +4 -0
- package/lib/consumption.service.d.ts.map +1 -0
- package/lib/registration-lib.config.d.ts +1 -0
- package/lib/registration-lib.config.d.ts.map +1 -0
- package/package.json +24 -20
- package/public-api.d.ts +113 -1
- package/public-api.d.ts.map +1 -0
- package/sunbird-cb-consumption.d.ts.map +1 -0
- package/bundles/sunbird-cb-consumption.umd.js +0 -12333
- package/bundles/sunbird-cb-consumption.umd.js.map +0 -1
- package/bundles/sunbird-cb-consumption.umd.min.js +0 -17
- package/bundles/sunbird-cb-consumption.umd.min.js.map +0 -1
- package/esm2015/lib/_common/announcements/announcements.component.js +0 -135
- package/esm2015/lib/_common/announcements/announcements.module.js +0 -23
- package/esm2015/lib/_common/avatar-photo-lib/avatar-photo-lib.component.js +0 -158
- package/esm2015/lib/_common/avatar-photo-lib/avatar-photo-lib.module.js +0 -29
- package/esm2015/lib/_common/calender/calender-day/calender-day.component.js +0 -90
- package/esm2015/lib/_common/calender/calender.component.js +0 -299
- package/esm2015/lib/_common/calender/calender.module.js +0 -31
- package/esm2015/lib/_common/cards/card-karma-programs/card-karma-programs.component.js +0 -174
- package/esm2015/lib/_common/cards/card-karma-programs-v2/card-karma-programs-v2.component.js +0 -166
- package/esm2015/lib/_common/cards/card-landscape/card-landscape.component.js +0 -202
- package/esm2015/lib/_common/cards/card-mdo-channel/card-mdo-channel.component.js +0 -150
- package/esm2015/lib/_common/cards/card-portrait/card-portrait.component.js +0 -167
- package/esm2015/lib/_common/cards/card-resource/card-resource.component.js +0 -34
- package/esm2015/lib/_common/cards/card-user/card-user.component.js +0 -141
- package/esm2015/lib/_common/cards/card-wide/card-wide.component.js +0 -166
- package/esm2015/lib/_common/cards/card-wide-v2/card-wide-v2.component.js +0 -171
- package/esm2015/lib/_common/cards/cards.component.js +0 -151
- package/esm2015/lib/_common/cards/cards.module.js +0 -67
- package/esm2015/lib/_common/common-strip/common-strip.component.js +0 -646
- package/esm2015/lib/_common/common-strip/common-strip.model.js +0 -216
- package/esm2015/lib/_common/common-strip/common-strip.module.js +0 -62
- package/esm2015/lib/_common/competency-passbook/competency-passbook.component.js +0 -384
- package/esm2015/lib/_common/competency-passbook/competency-passbook.module.js +0 -27
- package/esm2015/lib/_common/competency-passbook/competency-passbook.service.js +0 -52
- package/esm2015/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.js +0 -2020
- package/esm2015/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model.js +0 -212
- package/esm2015/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.module.js +0 -69
- package/esm2015/lib/_common/data-points/data-points.component.js +0 -127
- package/esm2015/lib/_common/data-points/data-points.module.js +0 -23
- package/esm2015/lib/_common/display-content-type-lib/display-content-type-lib.component.js +0 -60
- package/esm2015/lib/_common/display-content-type-lib/display-content-type-lib.module.js +0 -18
- package/esm2015/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.component.js +0 -363
- package/esm2015/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.module.js +0 -23
- package/esm2015/lib/_common/pills/pills.component.js +0 -61
- package/esm2015/lib/_common/pills/pills.module.js +0 -24
- package/esm2015/lib/_common/skeleton-loader-lib/skeleton-loader-lib.component.js +0 -40
- package/esm2015/lib/_common/skeleton-loader-lib/skeleton-loader-lib.module.js +0 -28
- package/esm2015/lib/_common/sliders/sliders.component.js +0 -184
- package/esm2015/lib/_common/sliders/sliders.model.js +0 -67
- package/esm2015/lib/_common/sliders/sliders.module.js +0 -50
- package/esm2015/lib/_common/sliders-ng-content/sliders-ng-content.component.js +0 -206
- package/esm2015/lib/_common/sliders-ng-content/sliders-ng-content.model.js +0 -61
- package/esm2015/lib/_common/sliders-ng-content/sliders-ng-content.module.js +0 -50
- package/esm2015/lib/_common/user-content-rating/user-content-rating-lib.component.js +0 -145
- package/esm2015/lib/_common/user-content-rating/user-content-rating-lib.module.js +0 -38
- package/esm2015/lib/_common/user-content-rating/user-content-rating-lib.service.js +0 -45
- package/esm2015/lib/_constants/misc.constants.js +0 -5
- package/esm2015/lib/_directives/default-thumbnail/default-thumbnail.directive.js +0 -52
- package/esm2015/lib/_directives/default-thumbnail/default-thumbnail.module.js +0 -19
- package/esm2015/lib/_directives/image-responsive/image-responsive.directive.js +0 -127
- package/esm2015/lib/_directives/image-responsive/image-responsive.module.js +0 -19
- package/esm2015/lib/_directives/navigation/navigation.directive.js +0 -54
- package/esm2015/lib/_directives/navigation/navigation.module.js +0 -19
- package/esm2015/lib/_directives/scrollable-item/scrollable-item.directive.js +0 -42
- package/esm2015/lib/_directives/scrollable-item/scrollable-item.module.js +0 -19
- package/esm2015/lib/_models/card-content-v2.model.js +0 -78
- package/esm2015/lib/_models/card-content.model.js +0 -69
- package/esm2015/lib/_models/card-users.model.js +0 -103
- package/esm2015/lib/_models/content-strip-multiple.model.js +0 -195
- package/esm2015/lib/_models/event.js +0 -45
- package/esm2015/lib/_models/profile-v3.models.js +0 -196
- package/esm2015/lib/_models/rating.model.js +0 -44
- package/esm2015/lib/_models/widget-content.model.js +0 -876
- package/esm2015/lib/_models/widget-search.model.js +0 -472
- package/esm2015/lib/_models/widget-user.model.js +0 -17
- package/esm2015/lib/_pipes/pipe-duration-transform/pipe-duration-transform.module.js +0 -19
- package/esm2015/lib/_pipes/pipe-duration-transform/pipe-duration-transform.pipe.js +0 -120
- package/esm2015/lib/_pipes/pipe-public-URL/pipe-public-URL.module.js +0 -19
- package/esm2015/lib/_pipes/pipe-public-URL/pipe-public-URL.pipe.js +0 -38
- package/esm2015/lib/_services/common-methods.service.js +0 -60
- package/esm2015/lib/_services/configurations.service.js +0 -243
- package/esm2015/lib/_services/insite-data.service.js +0 -61
- package/esm2015/lib/_services/multilingual-translations.service.js +0 -228
- package/esm2015/lib/_services/rating.service.js +0 -171
- package/esm2015/lib/_services/viewer-route-util.js +0 -125
- package/esm2015/lib/_services/widget-content.service.js +0 -853
- package/esm2015/lib/_services/widget-user.service.js +0 -439
- package/esm2015/lib/consumption.component.js +0 -26
- package/esm2015/lib/consumption.config.js +0 -12
- package/esm2015/lib/consumption.module.js +0 -32
- package/esm2015/lib/consumption.service.js +0 -18
- package/esm2015/lib/registration-lib.config.js +0 -21
- package/esm2015/public-api.js +0 -24
- package/esm2015/sunbird-cb-consumption.js +0 -59
- package/esm5/lib/_common/announcements/announcements.component.js +0 -148
- package/esm5/lib/_common/announcements/announcements.module.js +0 -27
- package/esm5/lib/_common/avatar-photo-lib/avatar-photo-lib.component.js +0 -175
- package/esm5/lib/_common/avatar-photo-lib/avatar-photo-lib.module.js +0 -33
- package/esm5/lib/_common/calender/calender-day/calender-day.component.js +0 -101
- package/esm5/lib/_common/calender/calender.component.js +0 -334
- package/esm5/lib/_common/calender/calender.module.js +0 -35
- package/esm5/lib/_common/cards/card-karma-programs/card-karma-programs.component.js +0 -183
- package/esm5/lib/_common/cards/card-karma-programs-v2/card-karma-programs-v2.component.js +0 -176
- package/esm5/lib/_common/cards/card-landscape/card-landscape.component.js +0 -216
- package/esm5/lib/_common/cards/card-mdo-channel/card-mdo-channel.component.js +0 -160
- package/esm5/lib/_common/cards/card-portrait/card-portrait.component.js +0 -173
- package/esm5/lib/_common/cards/card-resource/card-resource.component.js +0 -41
- package/esm5/lib/_common/cards/card-user/card-user.component.js +0 -147
- package/esm5/lib/_common/cards/card-wide/card-wide.component.js +0 -172
- package/esm5/lib/_common/cards/card-wide-v2/card-wide-v2.component.js +0 -181
- package/esm5/lib/_common/cards/cards.component.js +0 -179
- package/esm5/lib/_common/cards/cards.module.js +0 -71
- package/esm5/lib/_common/common-strip/common-strip.component.js +0 -760
- package/esm5/lib/_common/common-strip/common-strip.model.js +0 -216
- package/esm5/lib/_common/common-strip/common-strip.module.js +0 -66
- package/esm5/lib/_common/competency-passbook/competency-passbook.component.js +0 -454
- package/esm5/lib/_common/competency-passbook/competency-passbook.module.js +0 -31
- package/esm5/lib/_common/competency-passbook/competency-passbook.service.js +0 -59
- package/esm5/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.js +0 -2395
- package/esm5/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.model.js +0 -212
- package/esm5/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.module.js +0 -73
- package/esm5/lib/_common/data-points/data-points.component.js +0 -137
- package/esm5/lib/_common/data-points/data-points.module.js +0 -27
- package/esm5/lib/_common/display-content-type-lib/display-content-type-lib.component.js +0 -67
- package/esm5/lib/_common/display-content-type-lib/display-content-type-lib.module.js +0 -22
- package/esm5/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.component.js +0 -392
- package/esm5/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.module.js +0 -27
- package/esm5/lib/_common/pills/pills.component.js +0 -70
- package/esm5/lib/_common/pills/pills.module.js +0 -28
- package/esm5/lib/_common/skeleton-loader-lib/skeleton-loader-lib.component.js +0 -45
- package/esm5/lib/_common/skeleton-loader-lib/skeleton-loader-lib.module.js +0 -32
- package/esm5/lib/_common/sliders/sliders.component.js +0 -211
- package/esm5/lib/_common/sliders/sliders.model.js +0 -67
- package/esm5/lib/_common/sliders/sliders.module.js +0 -67
- package/esm5/lib/_common/sliders-ng-content/sliders-ng-content.component.js +0 -233
- package/esm5/lib/_common/sliders-ng-content/sliders-ng-content.model.js +0 -61
- package/esm5/lib/_common/sliders-ng-content/sliders-ng-content.module.js +0 -67
- package/esm5/lib/_common/user-content-rating/user-content-rating-lib.component.js +0 -168
- package/esm5/lib/_common/user-content-rating/user-content-rating-lib.module.js +0 -42
- package/esm5/lib/_common/user-content-rating/user-content-rating-lib.service.js +0 -48
- package/esm5/lib/_constants/misc.constants.js +0 -5
- package/esm5/lib/_directives/default-thumbnail/default-thumbnail.directive.js +0 -60
- package/esm5/lib/_directives/default-thumbnail/default-thumbnail.module.js +0 -23
- package/esm5/lib/_directives/image-responsive/image-responsive.directive.js +0 -137
- package/esm5/lib/_directives/image-responsive/image-responsive.module.js +0 -23
- package/esm5/lib/_directives/navigation/navigation.directive.js +0 -63
- package/esm5/lib/_directives/navigation/navigation.module.js +0 -23
- package/esm5/lib/_directives/scrollable-item/scrollable-item.directive.js +0 -45
- package/esm5/lib/_directives/scrollable-item/scrollable-item.module.js +0 -23
- package/esm5/lib/_models/card-content-v2.model.js +0 -78
- package/esm5/lib/_models/card-content.model.js +0 -69
- package/esm5/lib/_models/card-users.model.js +0 -103
- package/esm5/lib/_models/content-strip-multiple.model.js +0 -195
- package/esm5/lib/_models/event.js +0 -45
- package/esm5/lib/_models/profile-v3.models.js +0 -196
- package/esm5/lib/_models/rating.model.js +0 -44
- package/esm5/lib/_models/widget-content.model.js +0 -876
- package/esm5/lib/_models/widget-search.model.js +0 -472
- package/esm5/lib/_models/widget-user.model.js +0 -17
- package/esm5/lib/_pipes/pipe-duration-transform/pipe-duration-transform.module.js +0 -23
- package/esm5/lib/_pipes/pipe-duration-transform/pipe-duration-transform.pipe.js +0 -143
- package/esm5/lib/_pipes/pipe-public-URL/pipe-public-URL.module.js +0 -23
- package/esm5/lib/_pipes/pipe-public-URL/pipe-public-URL.pipe.js +0 -41
- package/esm5/lib/_services/common-methods.service.js +0 -73
- package/esm5/lib/_services/configurations.service.js +0 -257
- package/esm5/lib/_services/insite-data.service.js +0 -72
- package/esm5/lib/_services/multilingual-translations.service.js +0 -256
- package/esm5/lib/_services/rating.service.js +0 -214
- package/esm5/lib/_services/viewer-route-util.js +0 -127
- package/esm5/lib/_services/widget-content.service.js +0 -1110
- package/esm5/lib/_services/widget-user.service.js +0 -501
- package/esm5/lib/consumption.component.js +0 -28
- package/esm5/lib/consumption.config.js +0 -12
- package/esm5/lib/consumption.module.js +0 -36
- package/esm5/lib/consumption.service.js +0 -21
- package/esm5/lib/registration-lib.config.js +0 -21
- package/esm5/public-api.js +0 -24
- package/esm5/sunbird-cb-consumption.js +0 -59
- package/fesm2015/sunbird-cb-consumption.js +0 -10646
- package/fesm2015/sunbird-cb-consumption.js.map +0 -1
- package/fesm5/sunbird-cb-consumption.js +0 -12064
- package/fesm5/sunbird-cb-consumption.js.map +0 -1
- package/lib/_pipes/pipe-public-URL/pipe-public-URL.module.d.ts +0 -2
- package/lib/_pipes/pipe-public-URL/pipe-public-URL.pipe.d.ts +0 -6
- package/lib/_services/widget-user.service.d.ts +0 -31
- package/sunbird-cb-consumption.d.ts +0 -54
- package/sunbird-cb-consumption.metadata.json +0 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { trigger, transition, style, animate } from "@angular/animations";
|
|
2
|
+
export const fadeAnimation = trigger("fadeInOut", [
|
|
3
|
+
transition(":enter", [
|
|
4
|
+
style({ opacity: 0 }),
|
|
5
|
+
animate("0.1s ease-in", style({ opacity: 1 })),
|
|
6
|
+
]),
|
|
7
|
+
transition(":leave", [
|
|
8
|
+
animate("0.1s ease-out", style({ opacity: 0 })),
|
|
9
|
+
]),
|
|
10
|
+
]);
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmFkZS1hbmltYXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJyYXJ5L3N1bmJpcmQtY2IvY29uc3VtcHRpb24vc3JjL2xpYi9fY29tbW9uL19hbmltYXRpb25zL2ZhZGUtYW5pbWF0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxPQUFPLEVBQUUsVUFBVSxFQUFFLEtBQUssRUFBRSxPQUFPLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUUxRSxNQUFNLENBQUMsTUFBTSxhQUFhLEdBQUcsT0FBTyxDQUFDLFdBQVcsRUFBRTtJQUNoRCxVQUFVLENBQUMsUUFBUSxFQUFFO1FBQ25CLEtBQUssQ0FBQyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQztRQUNyQixPQUFPLENBQUMsY0FBYyxFQUFFLEtBQUssQ0FBQyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDO0tBQy9DLENBQUM7SUFDRixVQUFVLENBQUMsUUFBUSxFQUFFO1FBQ25CLE9BQU8sQ0FBQyxlQUFlLEVBQUUsS0FBSyxDQUFDLEVBQUUsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUM7S0FDaEQsQ0FBQztDQUNILENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IHRyaWdnZXIsIHRyYW5zaXRpb24sIHN0eWxlLCBhbmltYXRlIH0gZnJvbSBcIkBhbmd1bGFyL2FuaW1hdGlvbnNcIjtcblxuZXhwb3J0IGNvbnN0IGZhZGVBbmltYXRpb24gPSB0cmlnZ2VyKFwiZmFkZUluT3V0XCIsIFtcbiAgdHJhbnNpdGlvbihcIjplbnRlclwiLCBbXG4gICAgc3R5bGUoeyBvcGFjaXR5OiAwIH0pLFxuICAgIGFuaW1hdGUoXCIwLjFzIGVhc2UtaW5cIiwgc3R5bGUoeyBvcGFjaXR5OiAxIH0pKSxcbiAgXSksXG4gIHRyYW5zaXRpb24oXCI6bGVhdmVcIiwgW1xuICAgIGFuaW1hdGUoXCIwLjFzIGVhc2Utb3V0XCIsIHN0eWxlKHsgb3BhY2l0eTogMCB9KSksXG4gIF0pLFxuXSk7XG4iXX0=
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { trigger, state, style, transition, animate } from '@angular/animations';
|
|
2
|
+
export const relevanceAnimation = trigger('toggleRelevance', [
|
|
3
|
+
state('normal', style({
|
|
4
|
+
transform: 'translateX(0)',
|
|
5
|
+
width: '*'
|
|
6
|
+
})),
|
|
7
|
+
state('center', style({
|
|
8
|
+
transform: 'translateX(50px)',
|
|
9
|
+
width: 'auto'
|
|
10
|
+
})),
|
|
11
|
+
transition('normal <=> center', [
|
|
12
|
+
animate('0.5s ease-in-out')
|
|
13
|
+
])
|
|
14
|
+
]);
|
|
15
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVsZXZhbmNlLWFuaW1hdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnJhcnkvc3VuYmlyZC1jYi9jb25zdW1wdGlvbi9zcmMvbGliL19jb21tb24vX2FuaW1hdGlvbnMvcmVsZXZhbmNlLWFuaW1hdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxLQUFLLEVBQUUsVUFBVSxFQUFFLE9BQU8sRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBRWpGLE1BQU0sQ0FBQyxNQUFNLGtCQUFrQixHQUFHLE9BQU8sQ0FBQyxpQkFBaUIsRUFBRTtJQUMzRCxLQUFLLENBQUMsUUFBUSxFQUFFLEtBQUssQ0FBQztRQUNwQixTQUFTLEVBQUUsZUFBZTtRQUMxQixLQUFLLEVBQUUsR0FBRztLQUNYLENBQUMsQ0FBQztJQUNILEtBQUssQ0FBQyxRQUFRLEVBQUUsS0FBSyxDQUFDO1FBQ3BCLFNBQVMsRUFBRSxrQkFBa0I7UUFDN0IsS0FBSyxFQUFFLE1BQU07S0FDZCxDQUFDLENBQUM7SUFDSCxVQUFVLENBQUMsbUJBQW1CLEVBQUU7UUFDOUIsT0FBTyxDQUFDLGtCQUFrQixDQUFDO0tBQzVCLENBQUM7Q0FDSCxDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyB0cmlnZ2VyLCBzdGF0ZSwgc3R5bGUsIHRyYW5zaXRpb24sIGFuaW1hdGUgfSBmcm9tICdAYW5ndWxhci9hbmltYXRpb25zJztcblxuZXhwb3J0IGNvbnN0IHJlbGV2YW5jZUFuaW1hdGlvbiA9IHRyaWdnZXIoJ3RvZ2dsZVJlbGV2YW5jZScsIFtcbiAgc3RhdGUoJ25vcm1hbCcsIHN0eWxlKHtcbiAgICB0cmFuc2Zvcm06ICd0cmFuc2xhdGVYKDApJyxcbiAgICB3aWR0aDogJyonXG4gIH0pKSxcbiAgc3RhdGUoJ2NlbnRlcicsIHN0eWxlKHtcbiAgICB0cmFuc2Zvcm06ICd0cmFuc2xhdGVYKDUwcHgpJyxcbiAgICB3aWR0aDogJ2F1dG8nXG4gIH0pKSxcbiAgdHJhbnNpdGlvbignbm9ybWFsIDw9PiBjZW50ZXInLCBbXG4gICAgYW5pbWF0ZSgnMC41cyBlYXNlLWluLW91dCcpXG4gIF0pXG5dKTtcbiJdfQ==
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "../../_services/insite-data.service";
|
|
4
|
+
import * as i2 from "../../_services/multilingual-translations.service";
|
|
5
|
+
import * as i3 from "@angular/common";
|
|
6
|
+
import * as i4 from "@angular/material/icon";
|
|
7
|
+
import * as i5 from "../skeleton-loader-lib/skeleton-loader-lib.component";
|
|
8
|
+
export class AnnouncementsComponent {
|
|
9
|
+
constructor(insightSvc, langtranslations, injector) {
|
|
10
|
+
this.insightSvc = insightSvc;
|
|
11
|
+
this.langtranslations = langtranslations;
|
|
12
|
+
this.injector = injector;
|
|
13
|
+
this.mobileHeight = false;
|
|
14
|
+
this.fetchDataFromApi = false;
|
|
15
|
+
this.isEdit = false;
|
|
16
|
+
this.isEditable = false;
|
|
17
|
+
this.openDialog = new EventEmitter();
|
|
18
|
+
this.editClicked = new EventEmitter();
|
|
19
|
+
this.isLoading = false;
|
|
20
|
+
this.announcements = [];
|
|
21
|
+
this.expand = false;
|
|
22
|
+
this.expanded = false;
|
|
23
|
+
try {
|
|
24
|
+
// Get values from injector
|
|
25
|
+
const isEditInput = this.injector.get('isEdit', false);
|
|
26
|
+
const isEditableInput = this.injector.get('isEditable', false);
|
|
27
|
+
const eventCallbackInput = this.injector.get('eventCallback', null);
|
|
28
|
+
// Set edit flags from injector
|
|
29
|
+
if (typeof isEditInput === 'boolean') {
|
|
30
|
+
this.isEdit = isEditInput;
|
|
31
|
+
}
|
|
32
|
+
if (typeof isEditableInput === 'boolean') {
|
|
33
|
+
this.isEditable = isEditableInput;
|
|
34
|
+
}
|
|
35
|
+
// Store the event callback function
|
|
36
|
+
if (eventCallbackInput && typeof eventCallbackInput === 'function') {
|
|
37
|
+
this.eventCallback = eventCallbackInput;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
catch (e) {
|
|
41
|
+
console.error('Error getting values from injector', e);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
ngOnInit() {
|
|
45
|
+
if (!this.objectData)
|
|
46
|
+
this.objectData = {};
|
|
47
|
+
if (this.fetchDataFromApi) {
|
|
48
|
+
this.isLoading = true;
|
|
49
|
+
this.fetchData();
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
fetchData() {
|
|
53
|
+
let request = {
|
|
54
|
+
filterCriteriaMap: {
|
|
55
|
+
channel: [this.channelId],
|
|
56
|
+
status: 'Active'
|
|
57
|
+
//channel: ["01381906916850892825"],
|
|
58
|
+
},
|
|
59
|
+
requestedFields: [
|
|
60
|
+
"name",
|
|
61
|
+
"description",
|
|
62
|
+
"createdOn",
|
|
63
|
+
"updatedOn",
|
|
64
|
+
"category",
|
|
65
|
+
"announcementId"
|
|
66
|
+
],
|
|
67
|
+
orderBy: "createdOn",
|
|
68
|
+
orderDirection: "ASC",
|
|
69
|
+
facets: [
|
|
70
|
+
"channel"
|
|
71
|
+
],
|
|
72
|
+
pageSize: this.objectData?.pageSize || 15
|
|
73
|
+
};
|
|
74
|
+
this.insightSvc.fetchAnnouncementsData(request).subscribe((res) => {
|
|
75
|
+
if (res && res.result && res.result.data) {
|
|
76
|
+
res.result.data.forEach((resp) => {
|
|
77
|
+
this.announcements.push({
|
|
78
|
+
description: resp.description,
|
|
79
|
+
expanded: false,
|
|
80
|
+
announcementId: resp.announcementId,
|
|
81
|
+
name: resp.name,
|
|
82
|
+
category: resp.category,
|
|
83
|
+
});
|
|
84
|
+
});
|
|
85
|
+
}
|
|
86
|
+
if (this.announcements.length > 3) {
|
|
87
|
+
this.expand = true;
|
|
88
|
+
}
|
|
89
|
+
this.objectData.list = this.announcements;
|
|
90
|
+
this.isLoading = false;
|
|
91
|
+
}, _error => {
|
|
92
|
+
this.objectData.list = [];
|
|
93
|
+
this.isLoading = false;
|
|
94
|
+
});
|
|
95
|
+
}
|
|
96
|
+
viewMoreOrLess(item) {
|
|
97
|
+
if (item.value.length > 152) {
|
|
98
|
+
item.expanded = !item.expanded;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
openAnnouncements() {
|
|
102
|
+
this.openDialog.emit(true);
|
|
103
|
+
}
|
|
104
|
+
showMoreOrLess() {
|
|
105
|
+
this.expanded = !this.expanded;
|
|
106
|
+
}
|
|
107
|
+
translateLabels(label, type) {
|
|
108
|
+
return this.langtranslations.translateLabel(label, type, '');
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* Handle edit button click
|
|
112
|
+
* Emits an event to be handled by parent component (mdo-channel-v3)
|
|
113
|
+
*/
|
|
114
|
+
onEdit() {
|
|
115
|
+
const eventData = {
|
|
116
|
+
source: 'announcements',
|
|
117
|
+
action: 'edit',
|
|
118
|
+
data: {
|
|
119
|
+
fieldName: 'announcementsConfig',
|
|
120
|
+
displayName: 'Announcements Configuration',
|
|
121
|
+
value: this.objectData,
|
|
122
|
+
fieldType: 'announcementsConfig'
|
|
123
|
+
}
|
|
124
|
+
};
|
|
125
|
+
// Use only the callback from injector which is the most reliable method
|
|
126
|
+
if (this.eventCallback && typeof this.eventCallback === 'function') {
|
|
127
|
+
this.eventCallback(eventData);
|
|
128
|
+
return;
|
|
129
|
+
}
|
|
130
|
+
// Fallback to global injector if direct callback isn't available
|
|
131
|
+
if (window.__INJECTOR_DATA?.eventCallback) {
|
|
132
|
+
window.__INJECTOR_DATA.eventCallback(eventData);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AnnouncementsComponent, deps: [{ token: i1.InsiteDataService }, { token: i2.MultilingualTranslationsService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
136
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: AnnouncementsComponent, selector: "sb-uic-announcements", inputs: { objectData: "objectData", layoutType: "layoutType", mobileHeight: "mobileHeight", fetchDataFromApi: "fetchDataFromApi", channelId: "channelId", isEdit: "isEdit", isEditable: "isEditable" }, outputs: { openDialog: "openDialog", editClicked: "editClicked" }, ngImport: i0, template: "<div class=\"w-full\" *ngIf=\"layoutType === 'web' && !isLoading\">\n <div class=\"flex item-center key-logo\">\n <img class=\"\" [src]=\"objectData?.logoUrl\">\n </div>\n <div class=\"flex item-center key-logo\">\n <div class=\"key-heading\" [style.backgroundColor]=\"objectData?.header?.background\"\n [style.color]=\"objectData?.header?.color\">\n {{objectData?.title}}\n </div>\n <button *ngIf=\"isEdit\" mat-icon-button class=\"edit-icon\" (click)=\"onEdit()\">\n <mat-icon>edit</mat-icon>\n </button>\n </div>\n <div class=\"key-list-container\" [style.borderColor]=\"objectData?.panelborder\"\n [style.backgroundColor]=\"objectData?.panelBackground\">\n <div class=\"{{mobileHeight ? 'mob-key-list' : expand && expanded ? 'exp-key-list' : 'key-list'}}\"\n *ngIf=\"objectData?.list?.length\">\n <div *ngFor=\"let item of objectData?.list; let i = index\">\n <div class=\"key-list-item mb-{{ objectData?.list?.length === (i+1) ? '' : '4'}}\"\n [style.borderColor]=\"objectData?.listItem?.border\"\n [style.backgroundColor]=\"objectData?.listItem?.background\">\n <div class=\"key-list-item-content {{item?.description?.length > 152 && !item?.expanded ? 'expand' : 'un-expand'}}\"\n [innerHTML]=\"item?.description\"></div>\n <div class=\"more-or-less\" *ngIf=\"item?.description?.length > 152\"\n [style.color]=\"objectData?.panelborder\">\n <div class=\"cursor-pointer\" (click)=\"viewMoreOrLess(item)\" *ngIf=\"!item?.expanded\">View more\n </div>\n <div class=\"cursor-pointer\" (click)=\"viewMoreOrLess(item)\" *ngIf=\"item?.expanded\">View less\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"{{mobileHeight ? 'mob-key-list' : 'key-list'}}\" *ngIf=\"!objectData?.list?.length\">\n <div class=\"text-center\">No announcements yet!</div>\n </div>\n </div>\n</div>\n\n<ng-container *ngIf=\"!mobileHeight && expand\">\n <div (click)=\"showMoreOrLess()\" class=\"announcements-expand\" *ngIf=\"!expanded\">\n <mat-icon>expand_more</mat-icon>\n </div>\n <div (click)=\"showMoreOrLess()\" class=\"announcements-expand\" *ngIf=\"expanded\">\n <mat-icon>expand_less</mat-icon>\n </div>\n</ng-container>\n\n<div class=\"w-full\" *ngIf=\"layoutType === 'mobile'\">\n <div class=\"flex item-center key-logo \">\n <div class=\"mob-key-heading\" (click)=\"openAnnouncements()\"\n [style.backgroundColor]=\"objectData?.header?.background\" [style.color]=\"objectData?.header?.color\">\n <div class=\"flex key-button gap-3\">\n <div>\n <img [src]=\"objectData?.mobileIcon\">\n </div>\n <div>{{objectData?.title}}</div>\n <div><mat-icon class=\"key-mob-icon\">arrow_forward_ios</mat-icon></div>\n </div>\n </div>\n </div>\n</div>\n\n<div class=\"w-full\" *ngIf=\"layoutType === 'web' && isLoading\">\n <div class=\"flex item-center key-logo\">\n <img class=\"\" [src]=\"objectData?.logoUrl\">\n </div>\n <div class=\"flex item-center key-logo pt-1\">\n <div class=\"key-heading\" [style.backgroundColor]=\"objectData?.header?.background\"\n [style.color]=\"objectData?.header?.color\">\n {{objectData?.title}}\n </div>\n </div>\n <div class=\"key-list-container\" [style.borderColor]=\"objectData?.panelborder\"\n [style.backgroundColor]=\"objectData?.panelBackground\">\n <div class=\"{{mobileHeight ? 'mob-key-list' : 'key-list'}}\">\n <div class=\"key-list-item mb-4\" *ngFor=\"let item of[0,1,2,3,4]; let i = index\"\n [style.borderColor]=\"objectData?.listItem?.border\"\n [style.backgroundColor]=\"objectData?.listItem?.background\">\n <div class=\"key-list-item-content un-expand\">\n <div class=\"py-1\">\n <sb-uic-skeleton-loader [bindingClass]=\"'flex rounded objIcon '\" [width]=\"'350px'\"\n [height]=\"'24px'\">\n </sb-uic-skeleton-loader>\n </div>\n <div class=\"py-1\">\n <sb-uic-skeleton-loader [bindingClass]=\"'flex rounded objIcon '\" [width]=\"'350px'\"\n [height]=\"'24px'\">\n </sb-uic-skeleton-loader>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>", styles: [".key-logo{align-items:center;justify-content:center;position:relative}.edit-icon{display:inline-flex;align-items:center;justify-content:center;min-width:24px;width:24px;height:24px;line-height:24px;border-radius:50%;background-color:#757575b3!important;color:#fff!important;border:none;cursor:pointer;margin-left:8px;transition:all .2s ease;position:relative;z-index:10;box-shadow:0 1px 3px #00000026;padding:0}.edit-icon:hover{background-color:#616161cc!important;transform:scale(1.05);box-shadow:0 2px 4px #0003}.edit-icon mat-icon{font-size:14px;height:14px;width:14px;line-height:14px}.key-list-container{border:1px solid #ccc;padding:45px 15px 15px;border-radius:12px;margin-top:-20px}.key-list{height:380px;overflow:auto}.exp-key-list{height:100%;overflow:auto}.mob-key-list{height:calc(100vh - 252px);overflow:auto}.key-list::-webkit-scrollbar{display:none}.key-list-item{padding:16px;border:1px solid #ccc;border-radius:12px;min-height:56px}::ng-deep .key-list-item-content a{color:#1b4ca1!important}.key-list-item-content{font-family:Lato;font-size:14px;font-weight:400;line-height:20px;text-align:left;white-space:initial;position:relative;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.expand{-webkit-line-clamp:3}.un-expand{-webkit-line-clamp:0}.more-or-less{font-family:Lato;font-size:14px;font-weight:400;line-height:20px;font-weight:600}.mob-key-heading{font-family:Montserrat;font-size:16px;font-weight:600;line-height:19.5px;text-align:center;padding:7px 25px;border-radius:20px;cursor:pointer}.key-mob-icon{font-size:12px;width:12px;height:12px}.key-button{align-items:center;justify-content:center}.key-heading{font-family:Montserrat;font-size:16px;font-weight:600;line-height:19.5px;text-align:center;padding:10px 50px;border-radius:20px;margin-top:-3px}.announcements-expand{width:32px;height:32px;position:relative;background:#000;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;left:50%;right:50%;top:-16px;cursor:pointer}@keyframes mobPaddingAnimation{0%{padding:7px 25px}25%{padding:7px 30px}50%{padding:7px 35px}75%{padding:7px 30px}to{padding:7px 25px}}@keyframes paddingAnimation{0%{padding:10px 50px}25%{padding:10px 55px}50%{padding:10px 60px}75%{padding:10px 55px}to{padding:10px 50px}}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i5.SkeletonLoaderLibComponent, selector: "sb-uic-skeleton-loader", inputs: ["bindingClass", "height", "width"] }] }); }
|
|
137
|
+
}
|
|
138
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AnnouncementsComponent, decorators: [{
|
|
139
|
+
type: Component,
|
|
140
|
+
args: [{ selector: 'sb-uic-announcements', template: "<div class=\"w-full\" *ngIf=\"layoutType === 'web' && !isLoading\">\n <div class=\"flex item-center key-logo\">\n <img class=\"\" [src]=\"objectData?.logoUrl\">\n </div>\n <div class=\"flex item-center key-logo\">\n <div class=\"key-heading\" [style.backgroundColor]=\"objectData?.header?.background\"\n [style.color]=\"objectData?.header?.color\">\n {{objectData?.title}}\n </div>\n <button *ngIf=\"isEdit\" mat-icon-button class=\"edit-icon\" (click)=\"onEdit()\">\n <mat-icon>edit</mat-icon>\n </button>\n </div>\n <div class=\"key-list-container\" [style.borderColor]=\"objectData?.panelborder\"\n [style.backgroundColor]=\"objectData?.panelBackground\">\n <div class=\"{{mobileHeight ? 'mob-key-list' : expand && expanded ? 'exp-key-list' : 'key-list'}}\"\n *ngIf=\"objectData?.list?.length\">\n <div *ngFor=\"let item of objectData?.list; let i = index\">\n <div class=\"key-list-item mb-{{ objectData?.list?.length === (i+1) ? '' : '4'}}\"\n [style.borderColor]=\"objectData?.listItem?.border\"\n [style.backgroundColor]=\"objectData?.listItem?.background\">\n <div class=\"key-list-item-content {{item?.description?.length > 152 && !item?.expanded ? 'expand' : 'un-expand'}}\"\n [innerHTML]=\"item?.description\"></div>\n <div class=\"more-or-less\" *ngIf=\"item?.description?.length > 152\"\n [style.color]=\"objectData?.panelborder\">\n <div class=\"cursor-pointer\" (click)=\"viewMoreOrLess(item)\" *ngIf=\"!item?.expanded\">View more\n </div>\n <div class=\"cursor-pointer\" (click)=\"viewMoreOrLess(item)\" *ngIf=\"item?.expanded\">View less\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"{{mobileHeight ? 'mob-key-list' : 'key-list'}}\" *ngIf=\"!objectData?.list?.length\">\n <div class=\"text-center\">No announcements yet!</div>\n </div>\n </div>\n</div>\n\n<ng-container *ngIf=\"!mobileHeight && expand\">\n <div (click)=\"showMoreOrLess()\" class=\"announcements-expand\" *ngIf=\"!expanded\">\n <mat-icon>expand_more</mat-icon>\n </div>\n <div (click)=\"showMoreOrLess()\" class=\"announcements-expand\" *ngIf=\"expanded\">\n <mat-icon>expand_less</mat-icon>\n </div>\n</ng-container>\n\n<div class=\"w-full\" *ngIf=\"layoutType === 'mobile'\">\n <div class=\"flex item-center key-logo \">\n <div class=\"mob-key-heading\" (click)=\"openAnnouncements()\"\n [style.backgroundColor]=\"objectData?.header?.background\" [style.color]=\"objectData?.header?.color\">\n <div class=\"flex key-button gap-3\">\n <div>\n <img [src]=\"objectData?.mobileIcon\">\n </div>\n <div>{{objectData?.title}}</div>\n <div><mat-icon class=\"key-mob-icon\">arrow_forward_ios</mat-icon></div>\n </div>\n </div>\n </div>\n</div>\n\n<div class=\"w-full\" *ngIf=\"layoutType === 'web' && isLoading\">\n <div class=\"flex item-center key-logo\">\n <img class=\"\" [src]=\"objectData?.logoUrl\">\n </div>\n <div class=\"flex item-center key-logo pt-1\">\n <div class=\"key-heading\" [style.backgroundColor]=\"objectData?.header?.background\"\n [style.color]=\"objectData?.header?.color\">\n {{objectData?.title}}\n </div>\n </div>\n <div class=\"key-list-container\" [style.borderColor]=\"objectData?.panelborder\"\n [style.backgroundColor]=\"objectData?.panelBackground\">\n <div class=\"{{mobileHeight ? 'mob-key-list' : 'key-list'}}\">\n <div class=\"key-list-item mb-4\" *ngFor=\"let item of[0,1,2,3,4]; let i = index\"\n [style.borderColor]=\"objectData?.listItem?.border\"\n [style.backgroundColor]=\"objectData?.listItem?.background\">\n <div class=\"key-list-item-content un-expand\">\n <div class=\"py-1\">\n <sb-uic-skeleton-loader [bindingClass]=\"'flex rounded objIcon '\" [width]=\"'350px'\"\n [height]=\"'24px'\">\n </sb-uic-skeleton-loader>\n </div>\n <div class=\"py-1\">\n <sb-uic-skeleton-loader [bindingClass]=\"'flex rounded objIcon '\" [width]=\"'350px'\"\n [height]=\"'24px'\">\n </sb-uic-skeleton-loader>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>", styles: [".key-logo{align-items:center;justify-content:center;position:relative}.edit-icon{display:inline-flex;align-items:center;justify-content:center;min-width:24px;width:24px;height:24px;line-height:24px;border-radius:50%;background-color:#757575b3!important;color:#fff!important;border:none;cursor:pointer;margin-left:8px;transition:all .2s ease;position:relative;z-index:10;box-shadow:0 1px 3px #00000026;padding:0}.edit-icon:hover{background-color:#616161cc!important;transform:scale(1.05);box-shadow:0 2px 4px #0003}.edit-icon mat-icon{font-size:14px;height:14px;width:14px;line-height:14px}.key-list-container{border:1px solid #ccc;padding:45px 15px 15px;border-radius:12px;margin-top:-20px}.key-list{height:380px;overflow:auto}.exp-key-list{height:100%;overflow:auto}.mob-key-list{height:calc(100vh - 252px);overflow:auto}.key-list::-webkit-scrollbar{display:none}.key-list-item{padding:16px;border:1px solid #ccc;border-radius:12px;min-height:56px}::ng-deep .key-list-item-content a{color:#1b4ca1!important}.key-list-item-content{font-family:Lato;font-size:14px;font-weight:400;line-height:20px;text-align:left;white-space:initial;position:relative;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.expand{-webkit-line-clamp:3}.un-expand{-webkit-line-clamp:0}.more-or-less{font-family:Lato;font-size:14px;font-weight:400;line-height:20px;font-weight:600}.mob-key-heading{font-family:Montserrat;font-size:16px;font-weight:600;line-height:19.5px;text-align:center;padding:7px 25px;border-radius:20px;cursor:pointer}.key-mob-icon{font-size:12px;width:12px;height:12px}.key-button{align-items:center;justify-content:center}.key-heading{font-family:Montserrat;font-size:16px;font-weight:600;line-height:19.5px;text-align:center;padding:10px 50px;border-radius:20px;margin-top:-3px}.announcements-expand{width:32px;height:32px;position:relative;background:#000;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;left:50%;right:50%;top:-16px;cursor:pointer}@keyframes mobPaddingAnimation{0%{padding:7px 25px}25%{padding:7px 30px}50%{padding:7px 35px}75%{padding:7px 30px}to{padding:7px 25px}}@keyframes paddingAnimation{0%{padding:10px 50px}25%{padding:10px 55px}50%{padding:10px 60px}75%{padding:10px 55px}to{padding:10px 50px}}\n"] }]
|
|
141
|
+
}], ctorParameters: function () { return [{ type: i1.InsiteDataService }, { type: i2.MultilingualTranslationsService }, { type: i0.Injector }]; }, propDecorators: { objectData: [{
|
|
142
|
+
type: Input
|
|
143
|
+
}], layoutType: [{
|
|
144
|
+
type: Input
|
|
145
|
+
}], mobileHeight: [{
|
|
146
|
+
type: Input
|
|
147
|
+
}], fetchDataFromApi: [{
|
|
148
|
+
type: Input
|
|
149
|
+
}], channelId: [{
|
|
150
|
+
type: Input
|
|
151
|
+
}], isEdit: [{
|
|
152
|
+
type: Input
|
|
153
|
+
}], isEditable: [{
|
|
154
|
+
type: Input
|
|
155
|
+
}], openDialog: [{
|
|
156
|
+
type: Output
|
|
157
|
+
}], editClicked: [{
|
|
158
|
+
type: Output
|
|
159
|
+
}] } });
|
|
160
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW5ub3VuY2VtZW50cy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJyYXJ5L3N1bmJpcmQtY2IvY29uc3VtcHRpb24vc3JjL2xpYi9fY29tbW9uL2Fubm91bmNlbWVudHMvYW5ub3VuY2VtZW50cy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJyYXJ5L3N1bmJpcmQtY2IvY29uc3VtcHRpb24vc3JjL2xpYi9fY29tbW9uL2Fubm91bmNlbWVudHMvYW5ub3VuY2VtZW50cy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQVUsTUFBTSxFQUFZLE1BQU0sZUFBZSxDQUFBOzs7Ozs7O0FBU3hGLE1BQU0sT0FBTyxzQkFBc0I7SUFtQmpDLFlBQ1MsVUFBNkIsRUFDNUIsZ0JBQWlELEVBQ2pELFFBQWtCO1FBRm5CLGVBQVUsR0FBVixVQUFVLENBQW1CO1FBQzVCLHFCQUFnQixHQUFoQixnQkFBZ0IsQ0FBaUM7UUFDakQsYUFBUSxHQUFSLFFBQVEsQ0FBVTtRQWxCbkIsaUJBQVksR0FBWSxLQUFLLENBQUE7UUFDN0IscUJBQWdCLEdBQVksS0FBSyxDQUFBO1FBRWpDLFdBQU0sR0FBWSxLQUFLLENBQUM7UUFDeEIsZUFBVSxHQUFZLEtBQUssQ0FBQztRQUMzQixlQUFVLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQTtRQUNwQyxnQkFBVyxHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDaEQsY0FBUyxHQUFZLEtBQUssQ0FBQTtRQUMxQixrQkFBYSxHQUFRLEVBQUUsQ0FBQTtRQUN2QixXQUFNLEdBQUcsS0FBSyxDQUFBO1FBQ2QsYUFBUSxHQUFZLEtBQUssQ0FBQTtRQVV2QixJQUFJO1lBQ0YsMkJBQTJCO1lBQzNCLE1BQU0sV0FBVyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMs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QyxlQUFlLENBQUMsYUFBYSxDQUFDLFNBQVMsQ0FBQyxDQUFBO1NBQ3pEO0lBQ0gsQ0FBQzsrR0EvSVUsc0JBQXNCO21HQUF0QixzQkFBc0IsdVVDVG5DLHd2SkE4Rk07OzRGRHJGTyxzQkFBc0I7a0JBTGxDLFNBQVM7K0JBQ0Usc0JBQXNCOzZLQU12QixVQUFVO3NCQUFsQixLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBQ0csWUFBWTtzQkFBcEIsS0FBSztnQkFDRyxnQkFBZ0I7c0JBQXhCLEtBQUs7Z0JBQ0csU0FBUztzQkFBakIsS0FBSztnQkFDRyxNQUFNO3NCQUFkLEtBQUs7Z0JBQ0csVUFBVTtzQkFBbEIsS0FBSztnQkFDSSxVQUFVO3NCQUFuQixNQUFNO2dCQUNHLFdBQVc7c0JBQXBCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE9uSW5pdCwgT3V0cHV0LCBJbmplY3RvciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBJbnNpdGVEYXRhU2VydmljZSB9IGZyb20gJy4uLy4uL19zZXJ2aWNlcy9pbnNpdGUtZGF0YS5zZXJ2aWNlJ1xuaW1wb3J0IHsgTXVsdGlsaW5ndWFsVHJhbnNsYXRpb25zU2VydmljZSB9IGZyb20gJy4uLy4uL19zZXJ2aWNlcy9tdWx0aWxpbmd1YWwtdHJhbnNsYXRpb25zLnNlcnZpY2UnXG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3NiLXVpYy1hbm5vdW5jZW1lbnRzJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2Fubm91bmNlbWVudHMuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9hbm5vdW5jZW1lbnRzLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgQW5ub3VuY2VtZW50c0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgQElucHV0KCkgb2JqZWN0RGF0YTogYW55XG4gIEBJbnB1dCgpIGxheW91dFR5cGU6IGFueVxuICBASW5wdXQoKSBtb2JpbGVIZWlnaHQ6IGJvb2xlYW4gPSBmYWxzZVxuICBASW5wdXQoKSBmZXRjaERhdGFGcm9tQXBpOiBib29sZWFuID0gZmFsc2VcbiAgQElucHV0KCkgY2hhbm5lbElkOiBhbnlcbiAgQElucHV0KCkgaXNFZGl0OiBib29sZWFuID0gZmFsc2U7XG4gIEBJbnB1dCgpIGlzRWRpdGFibGU6IGJvb2xlYW4gPSBmYWxzZTtcbiAgQE91dHB1dCgpIG9wZW5EaWFsb2cgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKVxuICBAT3V0cHV0KCkgZWRpdENsaWNrZWQgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgaXNMb2FkaW5nOiBib29sZWFuID0gZmFsc2VcbiAgYW5ub3VuY2VtZW50czogYW55ID0gW11cbiAgZXhwYW5kID0gZmFsc2VcbiAgZXhwYW5kZWQ6IGJvb2xlYW4gPSBmYWxzZVxuXG4gIC8vIFdpbGwgc3RvcmUgdGhlIGV2ZW50IGNhbGxiYWNrIGZ1bmN0aW9uIGZyb20gdGhlIHBhcmVudFxuICBwcml2YXRlIGV2ZW50Q2FsbGJhY2s6IEZ1bmN0aW9uIHwgdW5kZWZpbmVkXG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHVibGljIGluc2lnaHRTdmM6IEluc2l0ZURhdGFTZXJ2aWNlLFxuICAgIHByaXZhdGUgbGFuZ3RyYW5zbGF0aW9uczogTXVsdGlsaW5ndWFsVHJhbnNsYXRpb25zU2VydmljZSxcbiAgICBwcml2YXRlIGluamVjdG9yOiBJbmplY3RvclxuICApIHtcbiAgICB0cnkge1xuICAgICAgLy8gR2V0IHZhbHVlcyBmcm9tIGluamVjdG9yXG4gICAgICBjb25zdCBpc0VkaXRJbnB1dCA9IHRoaXMuaW5qZWN0b3IuZ2V0KCdpc0VkaXQnLCBmYWxzZSlcbiAgICAgIGNvbnN0IGlzRWRpdGFibGVJbnB1dCA9IHRoaXMuaW5qZWN0b3IuZ2V0KCdpc0VkaXRhYmxlJywgZmFsc2UpXG4gICAgICBjb25zdCBldmVudENhbGxiYWNrSW5wdXQgPSB0aGlzLmluamVjdG9yLmdldCgnZXZlbnRDYWxsYmFjaycsIG51bGwpXG5cbiAgICAgIC8vIFNldCBlZGl0IGZsYWdzIGZyb20gaW5qZWN0b3JcbiAgICAgIGlmICh0eXBlb2YgaXNFZGl0SW5wdXQgPT09ICdib29sZWFuJykge1xuICAgICAgICB0aGlzLmlzRWRpdCA9IGlzRWRpdElucHV0XG4gICAgICB9XG4gICAgICBpZiAodHlwZW9mIGlzRWRpdGFibGVJbnB1dCA9PT0gJ2Jvb2xlYW4nKSB7XG4gICAgICAgIHRoaXMuaXNFZGl0YWJsZSA9IGlzRWRpdGFibGVJbnB1dFxuICAgICAgfVxuXG4gICAgICAvLyBTdG9yZSB0aGUgZXZlbnQgY2FsbGJhY2sgZnVuY3Rpb25cbiAgICAgIGlmIChldmVudENhbGxiYWNrSW5wdXQgJiYgdHlwZW9mIGV2ZW50Q2FsbGJhY2tJbnB1dCA9PT0gJ2Z1bmN0aW9uJykge1xuICAgICAgICB0aGlzLmV2ZW50Q2FsbGJhY2sgPSBldmVudENhbGxiYWNrSW5wdXRcbiAgICAgIH1cbiAgICB9IGNhdGNoIChlKSB7XG4gICAgICBjb25zb2xlLmVycm9yKCdFcnJvciBnZXR0aW5nIHZhbHVlcyBmcm9tIGluamVjdG9yJywgZSlcbiAgICB9XG4gIH1cblxuICBuZ09uSW5pdCgpIHtcbiAgICBpZighdGhpcy5vYmplY3REYXRhKSB0aGlzLm9iamVjdERhdGEgPSB7fVxuICAgIGlmICh0aGlzLmZldGNoRGF0YUZyb21BcGkpIHtcbiAgICAgIHRoaXMuaXNMb2FkaW5nID0gdHJ1ZVxuICAgICAgdGhpcy5mZXRjaERhdGEoKVxuICAgIH1cbiAgfVxuXG4gIGZldGNoRGF0YSgpIHtcbiAgICBsZXQgcmVxdWVzdCA9IHtcbiAgICAgIGZpbHRlckNyaXRlcmlhTWFwOiB7XG4gICAgICAgIGNoYW5uZWw6IFt0aGlzLmNoYW5uZWxJZF0sXG4gICAgICAgIHN0YXR1czogJ0FjdGl2ZSdcbiAgICAgICAgLy9jaGFubmVsOiBbXCIwMTM4MTkwNjkxNjg1MDg5MjgyNVwiXSxcbiAgICAgIH0sXG4gICAgICByZXF1ZXN0ZWRGaWVsZHM6IFtcbiAgICAgICAgXCJuYW1lXCIsXG4gICAgICAgIFwiZGVzY3JpcHRpb25cIixcbiAgICAgICAgXCJjcmVhdGVkT25cIixcbiAgICAgICAgXCJ1cGRhdGVkT25cIixcbiAgICAgICAgXCJjYXRlZ29yeVwiLFxuICAgICAgICBcImFubm91bmNlbWVudElkXCJcbiAgICAgIF0sXG4gICAgICBvcmRlckJ5OiBcImNyZWF0ZWRPblwiLFxuICAgICAgb3JkZXJEaXJlY3Rpb246IFwiQVNDXCIsXG4gICAgICBmYWNldHM6IFtcbiAgICAgICAgXCJjaGFubmVsXCJcbiAgICAgIF0sXG4gICAgICBwYWdlU2l6ZTogdGhpcy5vYmplY3REYXRhPy5wYWdlU2l6ZSB8fCAxNVxuICAgIH1cbiAgICB0aGlzLmluc2lnaHRTdmMuZmV0Y2hBbm5vdW5jZW1lbnRzRGF0YShyZXF1ZXN0KS5zdWJzY3JpYmUoKHJlczogYW55KSA9PiB7XG4gICAgICBpZiAocmVzICYmIHJlcy5yZXN1bHQgJiYgcmVzLnJlc3VsdC5kYXRhKSB7XG4gICAgICAgIHJlcy5yZXN1bHQuZGF0YS5mb3JFYWNoKChyZXNwOiBhbnkpID0+IHtcbiAgICAgICAgICB0aGlzLmFubm91bmNlbWVudHMucHVzaCh7XG4gICAgICAgICAgICBkZXNjcmlwdGlvbjogcmVzcC5kZXNjcmlwdGlvbixcbiAgICAgICAgICAgIGV4cGFuZGVkOiBmYWxzZSxcbiAgICAgICAgICAgIGFubm91bmNlbWVudElkOiByZXNwLmFubm91bmNlbWVudElkLFxuICAgICAgICAgICAgbmFtZTogcmVzcC5uYW1lLFxuICAgICAgICAgICAgY2F0ZWdvcnk6IHJlc3AuY2F0ZWdvcnksXG4gICAgICAgICAgfSlcbiAgICAgICAgfSlcbiAgICAgIH1cbiAgICAgIGlmICh0aGlzLmFubm91bmNlbWVudHMubGVuZ3RoID4gMykge1xuICAgICAgICB0aGlzLmV4cGFuZCA9IHRydWVcbiAgICAgIH1cbiAgICAgIHRoaXMub2JqZWN0RGF0YS5saXN0ID0gdGhpcy5hbm5vdW5jZW1lbnRzXG4gICAgICB0aGlzLmlzTG9hZGluZyA9IGZhbHNlXG4gICAgfSwgX2Vycm9yID0+IHtcbiAgICAgIHRoaXMub2JqZWN0RGF0YS5saXN0ID0gW11cbiAgICAgIHRoaXMuaXNMb2FkaW5nID0gZmFsc2VcbiAgICB9KVxuICB9XG5cbiAgdmlld01vcmVPckxlc3MoaXRlbTogYW55KSB7XG4gICAgaWYgKGl0ZW0udmFsdWUubGVuZ3RoID4gMTUyKSB7XG4gICAgICBpdGVtLmV4cGFuZGVkID0gIWl0ZW0uZXhwYW5kZWRcbiAgICB9XG4gIH1cblxuICBvcGVuQW5ub3VuY2VtZW50cygpIHtcbiAgICB0aGlzLm9wZW5EaWFsb2cuZW1pdCh0cnVlKVxuICB9XG5cbiAgc2hvd01vcmVPckxlc3MoKSB7XG4gICAgdGhpcy5leHBhbmRlZCA9ICF0aGlzLmV4cGFuZGVkXG4gIH1cblxuICB0cmFuc2xhdGVMYWJlbHMobGFiZWw6IHN0cmluZywgdHlwZTogYW55KSB7XG4gICAgcmV0dXJuIHRoaXMubGFuZ3RyYW5zbGF0aW9ucy50cmFuc2xhdGVMYWJlbChsYWJlbCwgdHlwZSwgJycpXG4gIH1cblxuICAvKipcbiAgICogSGFuZGxlIGVkaXQgYnV0dG9uIGNsaWNrXG4gICAqIEVtaXRzIGFuIGV2ZW50IHRvIGJlIGhhbmRsZWQgYnkgcGFyZW50IGNvbXBvbmVudCAobWRvLWNoYW5uZWwtdjMpXG4gICAqL1xuICBvbkVkaXQoKSB7XG4gICAgY29uc3QgZXZlbnREYXRhID0ge1xuICAgICAgc291cmNlOiAnYW5ub3VuY2VtZW50cycsXG4gICAgICBhY3Rpb246ICdlZGl0JyxcbiAgICAgIGRhdGE6IHtcbiAgICAgICAgZmllbGROYW1lOiAnYW5ub3VuY2VtZW50c0NvbmZpZycsXG4gICAgICAgIGRpc3BsYXlOYW1lOiAnQW5ub3VuY2VtZW50cyBDb25maWd1cmF0aW9uJyxcbiAgICAgICAgdmFsdWU6IHRoaXMub2JqZWN0RGF0YSxcbiAgICAgICAgZmllbGRUeXBlOiAnYW5ub3VuY2VtZW50c0NvbmZpZydcbiAgICAgIH1cbiAgICB9XG4gICAgLy8gVXNlIG9ubHkgdGhlIGNhbGxiYWNrIGZyb20gaW5qZWN0b3Igd2hpY2ggaXMgdGhlIG1vc3QgcmVsaWFibGUgbWV0aG9kXG4gICAgaWYgKHRoaXMuZXZlbnRDYWxsYmFjayAmJiB0eXBlb2YgdGhpcy5ldmVudENhbGxiYWNrID09PSAnZnVuY3Rpb24nKSB7XG4gICAgICB0aGlzLmV2ZW50Q2FsbGJhY2soZXZlbnREYXRhKVxuICAgICAgcmV0dXJuXG4gICAgfVxuXG4gICAgLy8gRmFsbGJhY2sgdG8gZ2xvYmFsIGluamVjdG9yIGlmIGRpcmVjdCBjYWxsYmFjayBpc24ndCBhdmFpbGFibGVcbiAgICBpZiAoKHdpbmRvdyBhcyBhbnkpLl9fSU5KRUNUT1JfREFUQT8uZXZlbnRDYWxsYmFjaykge1xuICAgICAgKHdpbmRvdyBhcyBhbnkpLl9fSU5KRUNUT1JfREFUQS5ldmVudENhbGxiYWNrKGV2ZW50RGF0YSlcbiAgICB9XG4gIH1cblxufVxuIiwiPGRpdiBjbGFzcz1cInctZnVsbFwiICpuZ0lmPVwibGF5b3V0VHlwZSA9PT0gJ3dlYicgJiYgIWlzTG9hZGluZ1wiPlxuICAgIDxkaXYgY2xhc3M9XCJmbGV4IGl0ZW0tY2VudGVyIGtleS1sb2dvXCI+XG4gICAgICAgIDxpbWcgY2xhc3M9XCJcIiBbc3JjXT1cIm9iamVjdERhdGE/LmxvZ29VcmxcIj5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwiZmxleCBpdGVtLWNlbnRlciBrZXktbG9nb1wiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwia2V5LWhlYWRpbmdcIiBbc3R5bGUuYmFja2dyb3VuZENvbG9yXT1cIm9iamVjdERhdGE/LmhlYWRlcj8uYmFja2dyb3VuZFwiXG4gICAgICAgICAgICBbc3R5bGUuY29sb3JdPVwib2JqZWN0RGF0YT8uaGVhZGVyPy5jb2xvclwiPlxuICAgICAgICAgICAge3tvYmplY3REYXRhPy50aXRsZX19XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8YnV0dG9uICpuZ0lmPVwiaXNFZGl0XCIgbWF0LWljb24tYnV0dG9uIGNsYXNzPVwiZWRpdC1pY29uXCIgKGNsaWNrKT1cIm9uRWRpdCgpXCI+XG4gICAgICAgICAgICA8bWF0LWljb24+ZWRpdDwvbWF0LWljb24+XG4gICAgICAgIDwvYnV0dG9uPlxuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJrZXktbGlzdC1jb250YWluZXJcIiBbc3R5bGUuYm9yZGVyQ29sb3JdPVwib2JqZWN0RGF0YT8ucGFuZWxib3JkZXJcIlxuICAgICAgICBbc3R5bGUuYmFja2dyb3VuZENvbG9yXT1cIm9iamVjdERhdGE/LnBhbmVsQmFja2dyb3VuZFwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwie3ttb2JpbGVIZWlnaHQgPyAnbW9iLWtleS1saXN0JyA6IGV4cGFuZCAmJiBleHBhbmRlZCA/ICdleHAta2V5LWxpc3QnIDogJ2tleS1saXN0J319XCJcbiAgICAgICAgICAgICpuZ0lmPVwib2JqZWN0RGF0YT8ubGlzdD8ubGVuZ3RoXCI+XG4gICAgICAgICAgICA8ZGl2ICpuZ0Zvcj1cImxldCBpdGVtIG9mIG9iamVjdERhdGE/Lmxpc3Q7IGxldCBpID0gaW5kZXhcIj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwia2V5LWxpc3QtaXRlbSBtYi17eyBvYmplY3REYXRhPy5saXN0Py5sZW5ndGggPT09IChpKzEpID8gJycgOiAnNCd9fVwiXG4gICAgICAgICAgICAgICAgICAgIFtzdHlsZS5ib3JkZXJDb2xvcl09XCJvYmplY3REYXRhPy5saXN0SXRlbT8uYm9yZGVyXCJcbiAgICAgICAgICAgICAgICAgICAgW3N0eWxlLmJhY2tncm91bmRDb2xvcl09XCJvYmplY3REYXRhPy5saXN0SXRlbT8uYmFja2dyb3VuZFwiPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwia2V5LWxpc3QtaXRlbS1jb250ZW50IHt7aXRlbT8uZGVzY3JpcHRpb24/Lmxlbmd0aCA+IDE1MiAmJiAhaXRlbT8uZXhwYW5kZWQgPyAnZXhwYW5kJyA6ICd1bi1leHBhbmQnfX1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgW2lubmVySFRNTF09XCJpdGVtPy5kZXNjcmlwdGlvblwiPjwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibW9yZS1vci1sZXNzXCIgKm5nSWY9XCJpdGVtPy5kZXNjcmlwdGlvbj8ubGVuZ3RoID4gMTUyXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtzdHlsZS5jb2xvcl09XCJvYmplY3REYXRhPy5wYW5lbGJvcmRlclwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImN1cnNvci1wb2ludGVyXCIgKGNsaWNrKT1cInZpZXdNb3JlT3JMZXNzKGl0ZW0pXCIgKm5nSWY9XCIhaXRlbT8uZXhwYW5kZWRcIj5WaWV3IG1vcmVcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImN1cnNvci1wb2ludGVyXCIgKGNsaWNrKT1cInZpZXdNb3JlT3JMZXNzKGl0ZW0pXCIgKm5nSWY9XCJpdGVtPy5leHBhbmRlZFwiPlZpZXcgbGVzc1xuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwie3ttb2JpbGVIZWlnaHQgPyAnbW9iLWtleS1saXN0JyA6ICdrZXktbGlzdCd9fVwiICpuZ0lmPVwiIW9iamVjdERhdGE/Lmxpc3Q/Lmxlbmd0aFwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRleHQtY2VudGVyXCI+Tm8gYW5ub3VuY2VtZW50cyB5ZXQhPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuPC9kaXY+XG5cbjxuZy1jb250YWluZXIgKm5nSWY9XCIhbW9iaWxlSGVpZ2h0ICYmIGV4cGFuZFwiPlxuICAgIDxkaXYgKGNsaWNrKT1cInNob3dNb3JlT3JMZXNzKClcIiBjbGFzcz1cImFubm91bmNlbWVudHMtZXhwYW5kXCIgKm5nSWY9XCIhZXhwYW5kZWRcIj5cbiAgICAgICAgPG1hdC1pY29uPmV4cGFuZF9tb3JlPC9tYXQtaWNvbj5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IChjbGljayk9XCJzaG93TW9yZU9yTGVzcygpXCIgY2xhc3M9XCJhbm5vdW5jZW1lbnRzLWV4cGFuZFwiICpuZ0lmPVwiZXhwYW5kZWRcIj5cbiAgICAgICAgPG1hdC1pY29uPmV4cGFuZF9sZXNzPC9tYXQtaWNvbj5cbiAgICA8L2Rpdj5cbjwvbmctY29udGFpbmVyPlxuXG48ZGl2IGNsYXNzPVwidy1mdWxsXCIgKm5nSWY9XCJsYXlvdXRUeXBlID09PSAnbW9iaWxlJ1wiPlxuICAgIDxkaXYgY2xhc3M9XCJmbGV4IGl0ZW0tY2VudGVyIGtleS1sb2dvIFwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwibW9iLWtleS1oZWFkaW5nXCIgKGNsaWNrKT1cIm9wZW5Bbm5vdW5jZW1lbnRzKClcIlxuICAgICAgICAgICAgW3N0eWxlLmJhY2tncm91bmRDb2xvcl09XCJvYmplY3REYXRhPy5oZWFkZXI/LmJhY2tncm91bmRcIiBbc3R5bGUuY29sb3JdPVwib2JqZWN0RGF0YT8uaGVhZGVyPy5jb2xvclwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZsZXgga2V5LWJ1dHRvbiBnYXAtM1wiPlxuICAgICAgICAgICAgICAgIDxkaXY+XG4gICAgICAgICAgICAgICAgICAgIDxpbWcgW3NyY109XCJvYmplY3REYXRhPy5tb2JpbGVJY29uXCI+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPGRpdj57e29iamVjdERhdGE/LnRpdGxlfX08L2Rpdj5cbiAgICAgICAgICAgICAgICA8ZGl2PjxtYXQtaWNvbiBjbGFzcz1cImtleS1tb2ItaWNvblwiPmFycm93X2ZvcndhcmRfaW9zPC9tYXQtaWNvbj48L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbjwvZGl2PlxuXG48ZGl2IGNsYXNzPVwidy1mdWxsXCIgKm5nSWY9XCJsYXlvdXRUeXBlID09PSAnd2ViJyAmJiBpc0xvYWRpbmdcIj5cbiAgICA8ZGl2IGNsYXNzPVwiZmxleCBpdGVtLWNlbnRlciBrZXktbG9nb1wiPlxuICAgICAgICA8aW1nIGNsYXNzPVwiXCIgW3NyY109XCJvYmplY3REYXRhPy5sb2dvVXJsXCI+XG4gICAgPC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cImZsZXggaXRlbS1jZW50ZXIga2V5LWxvZ28gcHQtMVwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwia2V5LWhlYWRpbmdcIiBbc3R5bGUuYmFja2dyb3VuZENvbG9yXT1cIm9iamVjdERhdGE/LmhlYWRlcj8uYmFja2dyb3VuZFwiXG4gICAgICAgICAgICBbc3R5bGUuY29sb3JdPVwib2JqZWN0RGF0YT8uaGVhZGVyPy5jb2xvclwiPlxuICAgICAgICAgICAge3tvYmplY3REYXRhPy50aXRsZX19XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJrZXktbGlzdC1jb250YWluZXJcIiBbc3R5bGUuYm9yZGVyQ29sb3JdPVwib2JqZWN0RGF0YT8ucGFuZWxib3JkZXJcIlxuICAgICAgICBbc3R5bGUuYmFja2dyb3VuZENvbG9yXT1cIm9iamVjdERhdGE/LnBhbmVsQmFja2dyb3VuZFwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwie3ttb2JpbGVIZWlnaHQgPyAnbW9iLWtleS1saXN0JyA6ICdrZXktbGlzdCd9fVwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImtleS1saXN0LWl0ZW0gbWItNFwiICpuZ0Zvcj1cImxldCBpdGVtIG9mWzAsMSwyLDMsNF07IGxldCBpID0gaW5kZXhcIlxuICAgICAgICAgICAgICAgIFtzdHlsZS5ib3JkZXJDb2xvcl09XCJvYmplY3REYXRhPy5saXN0SXRlbT8uYm9yZGVyXCJcbiAgICAgICAgICAgICAgICBbc3R5bGUuYmFja2dyb3VuZENvbG9yXT1cIm9iamVjdERhdGE/Lmxpc3RJdGVtPy5iYWNrZ3JvdW5kXCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImtleS1saXN0LWl0ZW0tY29udGVudCB1bi1leHBhbmRcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInB5LTFcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzYi11aWMtc2tlbGV0b24tbG9hZGVyIFtiaW5kaW5nQ2xhc3NdPVwiJ2ZsZXggcm91bmRlZCBvYmpJY29uICdcIiBbd2lkdGhdPVwiJzM1MHB4J1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hlaWdodF09XCInMjRweCdcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvc2ItdWljLXNrZWxldG9uLWxvYWRlcj5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJweS0xXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8c2ItdWljLXNrZWxldG9uLWxvYWRlciBbYmluZGluZ0NsYXNzXT1cIidmbGV4IHJvdW5kZWQgb2JqSWNvbiAnXCIgW3dpZHRoXT1cIiczNTBweCdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtoZWlnaHRdPVwiJzI0cHgnXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L3NiLXVpYy1za2VsZXRvbi1sb2FkZXI+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuPC9kaXY+Il19
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { SkeletonLoaderLibModule } from '../skeleton-loader-lib/skeleton-loader-lib.module';
|
|
4
|
+
import { AnnouncementsComponent } from './announcements.component';
|
|
5
|
+
import { MatIconModule } from '@angular/material/icon';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export class AnnouncementsModule {
|
|
8
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AnnouncementsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: AnnouncementsModule, declarations: [AnnouncementsComponent], imports: [CommonModule,
|
|
10
|
+
MatIconModule,
|
|
11
|
+
SkeletonLoaderLibModule], exports: [AnnouncementsComponent] }); }
|
|
12
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AnnouncementsModule, imports: [CommonModule,
|
|
13
|
+
MatIconModule,
|
|
14
|
+
SkeletonLoaderLibModule] }); }
|
|
15
|
+
}
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AnnouncementsModule, decorators: [{
|
|
17
|
+
type: NgModule,
|
|
18
|
+
args: [{
|
|
19
|
+
declarations: [AnnouncementsComponent],
|
|
20
|
+
imports: [
|
|
21
|
+
CommonModule,
|
|
22
|
+
MatIconModule,
|
|
23
|
+
SkeletonLoaderLibModule
|
|
24
|
+
],
|
|
25
|
+
exports: [AnnouncementsComponent],
|
|
26
|
+
}]
|
|
27
|
+
}] });
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW5ub3VuY2VtZW50cy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJyYXJ5L3N1bmJpcmQtY2IvY29uc3VtcHRpb24vc3JjL2xpYi9fY29tbW9uL2Fubm91bmNlbWVudHMvYW5ub3VuY2VtZW50cy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sbURBQW1ELENBQUM7QUFDNUYsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDbkUsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFDOztBQWF2RCxNQUFNLE9BQU8sbUJBQW1COytHQUFuQixtQkFBbUI7Z0hBQW5CLG1CQUFtQixpQkFSZixzQkFBc0IsYUFFbkMsWUFBWTtZQUNaLGFBQWE7WUFDYix1QkFBdUIsYUFFZixzQkFBc0I7Z0hBRXJCLG1CQUFtQixZQU41QixZQUFZO1lBQ1osYUFBYTtZQUNiLHVCQUF1Qjs7NEZBSWQsbUJBQW1CO2tCQVQvQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLHNCQUFzQixDQUFDO29CQUN0QyxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixhQUFhO3dCQUNiLHVCQUF1QjtxQkFDeEI7b0JBQ0QsT0FBTyxFQUFFLENBQUMsc0JBQXNCLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBTa2VsZXRvbkxvYWRlckxpYk1vZHVsZSB9IGZyb20gJy4uL3NrZWxldG9uLWxvYWRlci1saWIvc2tlbGV0b24tbG9hZGVyLWxpYi5tb2R1bGUnO1xuaW1wb3J0IHsgQW5ub3VuY2VtZW50c0NvbXBvbmVudCB9IGZyb20gJy4vYW5ub3VuY2VtZW50cy5jb21wb25lbnQnO1xuaW1wb3J0IHsgTWF0SWNvbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2ljb24nO1xuXG5cblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbQW5ub3VuY2VtZW50c0NvbXBvbmVudF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgTWF0SWNvbk1vZHVsZSxcbiAgICBTa2VsZXRvbkxvYWRlckxpYk1vZHVsZVxuICBdLFxuICBleHBvcnRzOiBbQW5ub3VuY2VtZW50c0NvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIEFubm91bmNlbWVudHNNb2R1bGUgeyB9Il19
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { ReactiveFormsModule, FormsModule } from '@angular/forms';
|
|
4
|
+
import { MatLegacyButtonModule as MatButtonModule } from '@angular/material/legacy-button';
|
|
5
|
+
import { MatIconModule } from '@angular/material/icon';
|
|
6
|
+
import { MatLegacyRadioModule as MatRadioModule } from '@angular/material/legacy-radio';
|
|
7
|
+
import { MatLegacyInputModule as MatInputModule } from '@angular/material/legacy-input';
|
|
8
|
+
import { MatLegacyFormFieldModule as MatFormFieldModule } from '@angular/material/legacy-form-field';
|
|
9
|
+
import { MatLegacySelectModule as MatSelectModule } from '@angular/material/legacy-select';
|
|
10
|
+
import { MatLegacyTooltipModule as MatTooltipModule } from '@angular/material/legacy-tooltip';
|
|
11
|
+
import { MatLegacyCheckboxModule as MatCheckboxModule } from '@angular/material/legacy-checkbox';
|
|
12
|
+
import { MatLegacySlideToggleModule as MatSlideToggleModule } from '@angular/material/legacy-slide-toggle';
|
|
13
|
+
import { MatStepperModule } from '@angular/material/stepper';
|
|
14
|
+
import { MatLegacyDialogModule as MatDialogModule } from '@angular/material/legacy-dialog';
|
|
15
|
+
import { MatExpansionModule } from '@angular/material/expansion';
|
|
16
|
+
import { MatLegacyProgressSpinnerModule as MatProgressSpinnerModule } from '@angular/material/legacy-progress-spinner';
|
|
17
|
+
import { MatLegacyChipsModule as MatChipsModule } from '@angular/material/legacy-chips';
|
|
18
|
+
import { MatLegacyCardModule as MatCardModule } from '@angular/material/legacy-card';
|
|
19
|
+
import { AssessmentMainComponent } from './components/assessment-main/assessment-main.component';
|
|
20
|
+
import { AssessmentBasicInfoComponent } from './components/assessment-basic-info/assessment-basic-info.component';
|
|
21
|
+
import { MatLegacySnackBarModule as MatSnackBarModule } from '@angular/material/legacy-snack-bar';
|
|
22
|
+
import { AssessmentSessionsComponent } from './components/assessment-sessions/assessment-sessions.component';
|
|
23
|
+
import { SelectQuestionModalComponent } from './components/select-question-modal/select-question-modal.component';
|
|
24
|
+
import { AssessmentQuestionListComponent } from './components/assessment-question-list/assessment-question-list.component';
|
|
25
|
+
import { AssessmentRichTextComponent } from './components/assessment-rich-text/assessment-rich-text.component';
|
|
26
|
+
import { CKEditorModule } from 'ng2-ckeditor';
|
|
27
|
+
import { MultipleChoiceQuestionComponent } from './components/multiple-choice-question/multiple-choice-question.component';
|
|
28
|
+
import { MatchTheFollowingComponent } from './components/match-the-following/match-the-following.component';
|
|
29
|
+
import { FillUpTheBlanksComponent } from './components/fill-up-the-blanks/fill-up-the-blanks.component';
|
|
30
|
+
import { DialogComponentsModule } from '../dialog-components/dialog-components.module';
|
|
31
|
+
import { BulkUploadAllTypeQuestionComponent } from './components/bulk-upload-all-type-question/bulk-upload-all-type-question.component';
|
|
32
|
+
import * as i0 from "@angular/core";
|
|
33
|
+
export class AssessmentModule {
|
|
34
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AssessmentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
35
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: AssessmentModule, declarations: [AssessmentMainComponent,
|
|
36
|
+
AssessmentBasicInfoComponent,
|
|
37
|
+
AssessmentSessionsComponent,
|
|
38
|
+
SelectQuestionModalComponent,
|
|
39
|
+
AssessmentQuestionListComponent,
|
|
40
|
+
AssessmentRichTextComponent,
|
|
41
|
+
MultipleChoiceQuestionComponent,
|
|
42
|
+
MatchTheFollowingComponent,
|
|
43
|
+
FillUpTheBlanksComponent,
|
|
44
|
+
BulkUploadAllTypeQuestionComponent], imports: [CommonModule,
|
|
45
|
+
ReactiveFormsModule,
|
|
46
|
+
FormsModule,
|
|
47
|
+
MatStepperModule,
|
|
48
|
+
MatButtonModule,
|
|
49
|
+
MatIconModule,
|
|
50
|
+
MatRadioModule,
|
|
51
|
+
MatInputModule,
|
|
52
|
+
MatFormFieldModule,
|
|
53
|
+
MatSelectModule,
|
|
54
|
+
MatTooltipModule,
|
|
55
|
+
MatCheckboxModule,
|
|
56
|
+
MatSlideToggleModule,
|
|
57
|
+
MatSnackBarModule,
|
|
58
|
+
MatDialogModule,
|
|
59
|
+
MatExpansionModule,
|
|
60
|
+
MatProgressSpinnerModule,
|
|
61
|
+
MatChipsModule,
|
|
62
|
+
MatCardModule,
|
|
63
|
+
CKEditorModule,
|
|
64
|
+
DialogComponentsModule], exports: [AssessmentMainComponent] }); }
|
|
65
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AssessmentModule, imports: [CommonModule,
|
|
66
|
+
ReactiveFormsModule,
|
|
67
|
+
FormsModule,
|
|
68
|
+
MatStepperModule,
|
|
69
|
+
MatButtonModule,
|
|
70
|
+
MatIconModule,
|
|
71
|
+
MatRadioModule,
|
|
72
|
+
MatInputModule,
|
|
73
|
+
MatFormFieldModule,
|
|
74
|
+
MatSelectModule,
|
|
75
|
+
MatTooltipModule,
|
|
76
|
+
MatCheckboxModule,
|
|
77
|
+
MatSlideToggleModule,
|
|
78
|
+
MatSnackBarModule,
|
|
79
|
+
MatDialogModule,
|
|
80
|
+
MatExpansionModule,
|
|
81
|
+
MatProgressSpinnerModule,
|
|
82
|
+
MatChipsModule,
|
|
83
|
+
MatCardModule,
|
|
84
|
+
CKEditorModule,
|
|
85
|
+
DialogComponentsModule] }); }
|
|
86
|
+
}
|
|
87
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AssessmentModule, decorators: [{
|
|
88
|
+
type: NgModule,
|
|
89
|
+
args: [{
|
|
90
|
+
declarations: [
|
|
91
|
+
AssessmentMainComponent,
|
|
92
|
+
AssessmentBasicInfoComponent,
|
|
93
|
+
AssessmentSessionsComponent,
|
|
94
|
+
SelectQuestionModalComponent,
|
|
95
|
+
AssessmentQuestionListComponent,
|
|
96
|
+
AssessmentRichTextComponent,
|
|
97
|
+
MultipleChoiceQuestionComponent,
|
|
98
|
+
MatchTheFollowingComponent,
|
|
99
|
+
FillUpTheBlanksComponent,
|
|
100
|
+
BulkUploadAllTypeQuestionComponent
|
|
101
|
+
],
|
|
102
|
+
imports: [
|
|
103
|
+
CommonModule,
|
|
104
|
+
ReactiveFormsModule,
|
|
105
|
+
FormsModule,
|
|
106
|
+
MatStepperModule,
|
|
107
|
+
MatButtonModule,
|
|
108
|
+
MatIconModule,
|
|
109
|
+
MatRadioModule,
|
|
110
|
+
MatInputModule,
|
|
111
|
+
MatFormFieldModule,
|
|
112
|
+
MatSelectModule,
|
|
113
|
+
MatTooltipModule,
|
|
114
|
+
MatCheckboxModule,
|
|
115
|
+
MatSlideToggleModule,
|
|
116
|
+
MatSnackBarModule,
|
|
117
|
+
MatDialogModule,
|
|
118
|
+
MatExpansionModule,
|
|
119
|
+
MatProgressSpinnerModule,
|
|
120
|
+
MatChipsModule,
|
|
121
|
+
MatCardModule,
|
|
122
|
+
CKEditorModule,
|
|
123
|
+
DialogComponentsModule
|
|
124
|
+
],
|
|
125
|
+
exports: [
|
|
126
|
+
AssessmentMainComponent
|
|
127
|
+
]
|
|
128
|
+
}]
|
|
129
|
+
}] });
|
|
130
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNzZXNzbWVudC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJyYXJ5L3N1bmJpcmQtY2IvY29uc3VtcHRpb24vc3JjL2xpYi9fY29tbW9uL2Fzc2Vzc21lbnRzL2Fzc2Vzc21lbnQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUE7QUFDeEMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFBO0FBQzlDLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQTtBQUNqRSxPQUFPLEVBQUUscUJBQXFCLElBQUksZUFBZSxFQUFFLE1BQU0saUNBQWlDLENBQUE7QUFDMUYsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFBO0FBQ3RELE9BQU8sRUFBRSxvQkFBb0IsSUFBSSxjQUFjLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQTtBQUN2RixPQUFPLEVBQUUsb0JBQW9CLElBQUksY0FBYyxFQUFFLE1BQU0sZ0NBQWdDLENBQUE7QUFDdkYsT0FBTyxFQUFFLHdCQUF3QixJQUFJLGtCQUFrQixFQUFFLE1BQU0scUNBQXFDLENBQUE7QUFDcEcsT0FBTyxFQUFFLHFCQUFxQixJQUFJLGVBQWUsRUFBRSxNQUFNLGlDQUFpQyxDQUFBO0FBQzFGLE9BQU8sRUFBRSxzQkFBc0IsSUFBSSxnQkFBZ0IsRUFBRSxNQUFNLGtDQUFrQyxDQUFBO0FBQzdGLE9BQU8sRUFBRSx1QkFBdUIsSUFBSSxpQkFBaUIsRUFBRSxNQUFNLG1DQUFtQyxDQUFBO0FBQ2hHLE9BQU8sRUFBRSwwQkFBMEIsSUFBSSxvQkFBb0IsRUFBRSxNQUFNLHVDQUF1QyxDQUFBO0FBQzFHLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDJCQUEyQixDQUFBO0FBQzVELE9BQU8sRUFBRSxxQkFBcUIsSUFBSSxlQUFlLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQTtBQUMxRixPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQTtBQUNoRSxPQUFPLEVBQUUsOEJBQThCLElBQUksd0JBQXdCLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQTtBQUN0SCxPQUFPLEVBQUUsb0JBQW9CLElBQUksY0FBYyxFQUFFLE1BQU0sZ0NBQWdDLENBQUE7QUFDdkYsT0FBTyxFQUFFLG1CQUFtQixJQUFJLGFBQWEsRUFBRSxNQUFNLCtCQUErQixDQUFBO0FBQ3BGLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLHdEQUF3RCxDQUFBO0FBQ2hHLE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLG9FQUFvRSxDQUFBO0FBQ2pILE9BQU8sRUFBRSx1QkFBdUIsSUFBSSxpQkFBaUIsRUFBRSxNQUFNLG9DQUFvQyxDQUFBO0FBQ2pHLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLGdFQUFnRSxDQUFBO0FBQzVHLE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLG9FQUFvRSxDQUFBO0FBQ2pILE9BQU8sRUFBRSwrQkFBK0IsRUFBRSxNQUFNLDBFQUEwRSxDQUFBO0FBQzFILE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLGtFQUFrRSxDQUFBO0FBQzlHLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxjQUFjLENBQUE7QUFDN0MsT0FBTyxFQUFFLCtCQUErQixFQUFFLE1BQU0sMEVBQTBFLENBQUE7QUFDMUgsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sZ0VBQWdFLENBQUE7QUFDM0csT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sOERBQThELENBQUE7QUFDdkcsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sK0NBQStDLENBQUE7QUFDdEYsT0FBTyxFQUFFLGtDQUFrQyxFQUFFLE1BQU0sb0ZBQW9GLENBQUE7O0FBNEN2SSxNQUFNLE9BQU8sZ0JBQWdCOytHQUFoQixnQkFBZ0I7Z0hBQWhCLGdCQUFnQixpQkF0Q3pCLHVCQUF1QjtZQUN2Qiw0QkFBNEI7WUFDNUIsMkJBQTJCO1lBQzNCLDRCQUE0QjtZQUM1QiwrQkFBK0I7WUFDL0IsMkJBQTJCO1lBQzNCLCtCQUErQjtZQUMvQiwwQkFBMEI7WUFDMUIsd0JBQXdCO1lBQ3hCLGtDQUFrQyxhQUdsQyxZQUFZO1lBQ1osbUJBQW1CO1lBQ25CLFdBQVc7WUFDWCxnQkFBZ0I7WUFDaEIsZUFBZTtZQUNmLGFBQWE7WUFDYixjQUFjO1lBQ2QsY0FBYztZQUNkLGtCQUFrQjtZQUNsQixlQUFlO1lBQ2YsZ0JBQWdCO1lBQ2hCLGlCQUFpQjtZQUNqQixvQkFBb0I7WUFDcEIsaUJBQWlCO1lBQ2pCLGVBQWU7WUFDZixrQkFBa0I7WUFDbEIsd0JBQXdCO1lBQ3hCLGNBQWM7WUFDZCxhQUFhO1lBQ2IsY0FBYztZQUNkLHNCQUFzQixhQUd0Qix1QkFBdUI7Z0hBR2QsZ0JBQWdCLFlBMUJ6QixZQUFZO1lBQ1osbUJBQW1CO1lBQ25CLFdBQVc7WUFDWCxnQkFBZ0I7WUFDaEIsZUFBZTtZQUNmLGFBQWE7WUFDYixjQUFjO1lBQ2QsY0FBYztZQUNkLGtCQUFrQjtZQUNsQixlQUFlO1lBQ2YsZ0JBQWdCO1lBQ2hCLGlCQUFpQjtZQUNqQixvQkFBb0I7WUFDcEIsaUJBQWlCO1lBQ2pCLGVBQWU7WUFDZixrQkFBa0I7WUFDbEIsd0JBQXdCO1lBQ3hCLGNBQWM7WUFDZCxhQUFhO1lBQ2IsY0FBYztZQUNkLHNCQUFzQjs7NEZBTWIsZ0JBQWdCO2tCQXhDNUIsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osdUJBQXVCO3dCQUN2Qiw0QkFBNEI7d0JBQzVCLDJCQUEyQjt3QkFDM0IsNEJBQTRCO3dCQUM1QiwrQkFBK0I7d0JBQy9CLDJCQUEyQjt3QkFDM0IsK0JBQStCO3dCQUMvQiwwQkFBMEI7d0JBQzFCLHdCQUF3Qjt3QkFDeEIsa0NBQWtDO3FCQUNuQztvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixtQkFBbUI7d0JBQ25CLFdBQVc7d0JBQ1gsZ0JBQWdCO3dCQUNoQixlQUFlO3dCQUNmLGFBQWE7d0JBQ2IsY0FBYzt3QkFDZCxjQUFjO3dCQUNkLGtCQUFrQjt3QkFDbEIsZUFBZTt3QkFDZixnQkFBZ0I7d0JBQ2hCLGlCQUFpQjt3QkFDakIsb0JBQW9CO3dCQUNwQixpQkFBaUI7d0JBQ2pCLGVBQWU7d0JBQ2Ysa0JBQWtCO3dCQUNsQix3QkFBd0I7d0JBQ3hCLGNBQWM7d0JBQ2QsYUFBYTt3QkFDYixjQUFjO3dCQUNkLHNCQUFzQjtxQkFDdkI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLHVCQUF1QjtxQkFDeEI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nXG5pbXBvcnQgeyBSZWFjdGl2ZUZvcm1zTW9kdWxlLCBGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJ1xuaW1wb3J0IHsgTWF0TGVnYWN5QnV0dG9uTW9kdWxlIGFzIE1hdEJ1dHRvbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2xlZ2FjeS1idXR0b24nXG5pbXBvcnQgeyBNYXRJY29uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvaWNvbidcbmltcG9ydCB7IE1hdExlZ2FjeVJhZGlvTW9kdWxlIGFzIE1hdFJhZGlvTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvbGVnYWN5LXJhZGlvJ1xuaW1wb3J0IHsgTWF0TGVnYWN5SW5wdXRNb2R1bGUgYXMgTWF0SW5wdXRNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9sZWdhY3ktaW5wdXQnXG5pbXBvcnQgeyBNYXRMZWdhY3lGb3JtRmllbGRNb2R1bGUgYXMgTWF0Rm9ybUZpZWxkTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvbGVnYWN5LWZvcm0tZmllbGQnXG5pbXBvcnQgeyBNYXRMZWdhY3lTZWxlY3RNb2R1bGUgYXMgTWF0U2VsZWN0TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvbGVnYWN5LXNlbGVjdCdcbmltcG9ydCB7IE1hdExlZ2FjeVRvb2x0aXBNb2R1bGUgYXMgTWF0VG9vbHRpcE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2xlZ2FjeS10b29sdGlwJ1xuaW1wb3J0IHsgTWF0TGVnYWN5Q2hlY2tib3hNb2R1bGUgYXMgTWF0Q2hlY2tib3hNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9sZWdhY3ktY2hlY2tib3gnXG5pbXBvcnQgeyBNYXRMZWdhY3lTbGlkZVRvZ2dsZU1vZHVsZSBhcyBNYXRTbGlkZVRvZ2dsZU1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2xlZ2FjeS1zbGlkZS10b2dnbGUnXG5pbXBvcnQgeyBNYXRTdGVwcGVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvc3RlcHBlcidcbmltcG9ydCB7IE1hdExlZ2FjeURpYWxvZ01vZHVsZSBhcyBNYXREaWFsb2dNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9sZWdhY3ktZGlhbG9nJ1xuaW1wb3J0IHsgTWF0RXhwYW5zaW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZXhwYW5zaW9uJ1xuaW1wb3J0IHsgTWF0TGVnYWN5UHJvZ3Jlc3NTcGlubmVyTW9kdWxlIGFzIE1hdFByb2dyZXNzU3Bpbm5lck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2xlZ2FjeS1wcm9ncmVzcy1zcGlubmVyJ1xuaW1wb3J0IHsgTWF0TGVnYWN5Q2hpcHNNb2R1bGUgYXMgTWF0Q2hpcHNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9sZWdhY3ktY2hpcHMnXG5pbXBvcnQgeyBNYXRMZWdhY3lDYXJkTW9kdWxlIGFzIE1hdENhcmRNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9sZWdhY3ktY2FyZCdcbmltcG9ydCB7IEFzc2Vzc21lbnRNYWluQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2Fzc2Vzc21lbnQtbWFpbi9hc3Nlc3NtZW50LW1haW4uY29tcG9uZW50J1xuaW1wb3J0IHsgQXNzZXNzbWVudEJhc2ljSW5mb0NvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9hc3Nlc3NtZW50LWJhc2ljLWluZm8vYXNzZXNzbWVudC1iYXNpYy1pbmZvLmNvbXBvbmVudCdcbmltcG9ydCB7IE1hdExlZ2FjeVNuYWNrQmFyTW9kdWxlIGFzIE1hdFNuYWNrQmFyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvbGVnYWN5LXNuYWNrLWJhcidcbmltcG9ydCB7IEFzc2Vzc21lbnRTZXNzaW9uc0NvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9hc3Nlc3NtZW50LXNlc3Npb25zL2Fzc2Vzc21lbnQtc2Vzc2lvbnMuY29tcG9uZW50J1xuaW1wb3J0IHsgU2VsZWN0UXVlc3Rpb25Nb2RhbENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9zZWxlY3QtcXVlc3Rpb24tbW9kYWwvc2VsZWN0LXF1ZXN0aW9uLW1vZGFsLmNvbXBvbmVudCdcbmltcG9ydCB7IEFzc2Vzc21lbnRRdWVzdGlvbkxpc3RDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvYXNzZXNzbWVudC1xdWVzdGlvbi1saXN0L2Fzc2Vzc21lbnQtcXVlc3Rpb24tbGlzdC5jb21wb25lbnQnXG5pbXBvcnQgeyBBc3Nlc3NtZW50UmljaFRleHRDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvYXNzZXNzbWVudC1yaWNoLXRleHQvYXNzZXNzbWVudC1yaWNoLXRleHQuY29tcG9uZW50J1xuaW1wb3J0IHsgQ0tFZGl0b3JNb2R1bGUgfSBmcm9tICduZzItY2tlZGl0b3InXG5pbXBvcnQgeyBNdWx0aXBsZUNob2ljZVF1ZXN0aW9uQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL211bHRpcGxlLWNob2ljZS1xdWVzdGlvbi9tdWx0aXBsZS1jaG9pY2UtcXVlc3Rpb24uY29tcG9uZW50J1xuaW1wb3J0IHsgTWF0Y2hUaGVGb2xsb3dpbmdDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvbWF0Y2gtdGhlLWZvbGxvd2luZy9tYXRjaC10aGUtZm9sbG93aW5nLmNvbXBvbmVudCdcbmltcG9ydCB7IEZpbGxVcFRoZUJsYW5rc0NvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9maWxsLXVwLXRoZS1ibGFua3MvZmlsbC11cC10aGUtYmxhbmtzLmNvbXBvbmVudCdcbmltcG9ydCB7IERpYWxvZ0NvbXBvbmVudHNNb2R1bGUgfSBmcm9tICcuLi9kaWFsb2ctY29tcG9uZW50cy9kaWFsb2ctY29tcG9uZW50cy5tb2R1bGUnXG5pbXBvcnQgeyBCdWxrVXBsb2FkQWxsVHlwZVF1ZXN0aW9uQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2J1bGstdXBsb2FkLWFsbC10eXBlLXF1ZXN0aW9uL2J1bGstdXBsb2FkLWFsbC10eXBlLXF1ZXN0aW9uLmNvbXBvbmVudCdcblxuXG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIEFzc2Vzc21lbnRNYWluQ29tcG9uZW50LFxuICAgIEFzc2Vzc21lbnRCYXNpY0luZm9Db21wb25lbnQsXG4gICAgQXNzZXNzbWVudFNlc3Npb25zQ29tcG9uZW50LFxuICAgIFNlbGVjdFF1ZXN0aW9uTW9kYWxDb21wb25lbnQsXG4gICAgQXNzZXNzbWVudFF1ZXN0aW9uTGlzdENvbXBvbmVudCxcbiAgICBBc3Nlc3NtZW50UmljaFRleHRDb21wb25lbnQsXG4gICAgTXVsdGlwbGVDaG9pY2VRdWVzdGlvbkNvbXBvbmVudCxcbiAgICBNYXRjaFRoZUZvbGxvd2luZ0NvbXBvbmVudCxcbiAgICBGaWxsVXBUaGVCbGFua3NDb21wb25lbnQsXG4gICAgQnVsa1VwbG9hZEFsbFR5cGVRdWVzdGlvbkNvbXBvbmVudFxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG4gICAgRm9ybXNNb2R1bGUsXG4gICAgTWF0U3RlcHBlck1vZHVsZSxcbiAgICBNYXRCdXR0b25Nb2R1bGUsXG4gICAgTWF0SWNvbk1vZHVsZSxcbiAgICBNYXRSYWRpb01vZHVsZSxcbiAgICBNYXRJbnB1dE1vZHVsZSxcbiAgICBNYXRGb3JtRmllbGRNb2R1bGUsXG4gICAgTWF0U2VsZWN0TW9kdWxlLFxuICAgIE1hdFRvb2x0aXBNb2R1bGUsXG4gICAgTWF0Q2hlY2tib3hNb2R1bGUsXG4gICAgTWF0U2xpZGVUb2dnbGVNb2R1bGUsXG4gICAgTWF0U25hY2tCYXJNb2R1bGUsXG4gICAgTWF0RGlhbG9nTW9kdWxlLFxuICAgIE1hdEV4cGFuc2lvbk1vZHVsZSxcbiAgICBNYXRQcm9ncmVzc1NwaW5uZXJNb2R1bGUsXG4gICAgTWF0Q2hpcHNNb2R1bGUsXG4gICAgTWF0Q2FyZE1vZHVsZSxcbiAgICBDS0VkaXRvck1vZHVsZSxcbiAgICBEaWFsb2dDb21wb25lbnRzTW9kdWxlXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBBc3Nlc3NtZW50TWFpbkNvbXBvbmVudFxuICBdXG59KVxuZXhwb3J0IGNsYXNzIEFzc2Vzc21lbnRNb2R1bGUgeyB9XG4iXX0=
|