@sunbird-cb/utils 1.0.19-ang-9-12 → 1.0.19
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/bundles/sunbird-cb-utils.umd.js +2971 -2006
- package/bundles/sunbird-cb-utils.umd.js.map +1 -1
- package/bundles/sunbird-cb-utils.umd.min.js +16 -0
- package/bundles/sunbird-cb-utils.umd.min.js.map +1 -0
- package/esm2015/lib/components/image-crop/image-crop.component.js +48 -13
- package/esm2015/lib/components/image-crop/image-crop.module.js +2 -8
- package/esm2015/lib/constants/features.enum.js +555 -555
- package/esm2015/lib/constants/instances.enum.js +5 -5
- package/esm2015/lib/constants/misc.constants.js +1 -2
- package/esm2015/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.js +21 -11
- package/esm2015/lib/directives/class-change-on-scroll/class-change-on-scroll.module.js +1 -1
- package/esm2015/lib/directives/default-thumbnail/default-thumbnail.directive.js +7 -1
- package/esm2015/lib/directives/default-thumbnail/default-thumbnail.module.js +1 -1
- package/esm2015/lib/directives/image-responsive/image-responsive.directive.js +11 -3
- package/esm2015/lib/directives/image-responsive/image-responsive.module.js +1 -1
- package/esm2015/lib/directives/in-view-port/in-view-port.directive.js +11 -5
- package/esm2015/lib/directives/in-view-port/in-view-port.module.js +1 -1
- package/esm2015/lib/directives/navigation/navigation.directive.js +6 -1
- package/esm2015/lib/directives/navigation/navigation.module.js +1 -1
- package/esm2015/lib/directives/permission/permission.directive.js +1 -1
- package/esm2015/lib/directives/permission/permission.module.js +1 -1
- package/esm2015/lib/helpers/functions/getStringifiedQueryParams.js +4 -4
- package/esm2015/lib/helpers/horizontal-scroller/horizontal-scroller.component.js +20 -11
- package/esm2015/lib/helpers/horizontal-scroller/horizontal-scroller.module.js +2 -4
- package/esm2015/lib/helpers/logout/logout.component.js +13 -4
- package/esm2015/lib/helpers/logout/logout.module.js +2 -3
- package/esm2015/lib/models/contentRating.model.js +12 -2
- package/esm2015/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.js +1 -1
- package/esm2015/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.js +7 -1
- package/esm2015/lib/pipes/pipe-count-transform/pipe-count-transform.module.js +1 -1
- package/esm2015/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.js +1 -1
- package/esm2015/lib/pipes/pipe-date-concat/pipe-date-concat.module.js +1 -1
- package/esm2015/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.js +11 -1
- package/esm2015/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.js +1 -1
- package/esm2015/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.js +1 -1
- package/esm2015/lib/pipes/pipe-filter/pipe-filter.module.js +1 -1
- package/esm2015/lib/pipes/pipe-filter/pipe-filter.pipe.js +3 -3
- package/esm2015/lib/pipes/pipe-filter-search/pipe-filter-search.module.js +1 -1
- package/esm2015/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.js +5 -5
- package/esm2015/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.js +1 -1
- package/esm2015/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.js +1 -1
- package/esm2015/lib/pipes/pipe-limit-to/pipe-limit-to.module.js +1 -1
- package/esm2015/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.js +1 -1
- package/esm2015/lib/pipes/pipe-list-filter/pipe-list-filter.module.js +1 -1
- package/esm2015/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.js +4 -4
- package/esm2015/lib/pipes/pipe-name-transform/pipe-name-transform.module.js +1 -1
- package/esm2015/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.js +7 -1
- package/esm2015/lib/pipes/pipe-order-by/pipe-order-by.module.js +1 -1
- package/esm2015/lib/pipes/pipe-order-by/pipe-order-by.pipe.js +4 -1
- package/esm2015/lib/pipes/pipe-partial-content/pipe-partial-content.module.js +1 -1
- package/esm2015/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.js +1 -1
- package/esm2015/lib/pipes/pipe-relative-time/pipe-relative-time.module.js +1 -1
- package/esm2015/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.js +1 -1
- package/esm2015/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.js +1 -1
- package/esm2015/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.js +4 -1
- package/esm2015/lib/resolvers/explore-detail.resolver.js +19 -12
- package/esm2015/lib/resolvers/marketing-offering.resolve.js +10 -7
- package/esm2015/lib/resolvers/page.constant.js +1 -1
- package/esm2015/lib/resolvers/page.model.js +47 -2
- package/esm2015/lib/resolvers/page.resolver.js +18 -12
- package/esm2015/lib/resolvers/resolver.model.js +6 -2
- package/esm2015/lib/services/auth-keycloak.service.js +33 -20
- package/esm2015/lib/services/auth-microsoft.service.js +17 -9
- package/esm2015/lib/services/card-content.model.js +22 -1
- package/esm2015/lib/services/configurations.model.js +508 -2
- package/esm2015/lib/services/configurations.service.js +50 -2
- package/esm2015/lib/services/content-strip-multiple.model.js +75 -2
- package/esm2015/lib/services/event.model.js +109 -1
- package/esm2015/lib/services/event.service.js +17 -4
- package/esm2015/lib/services/logger.service.js +13 -5
- package/esm2015/lib/services/ms-office.model.js +8 -2
- package/esm2015/lib/services/subapplication-respond.service.js +21 -8
- package/esm2015/lib/services/telemetry.service.js +59 -48
- package/esm2015/lib/services/user-preference.model.js +38 -2
- package/esm2015/lib/services/user-preference.service.js +15 -11
- package/esm2015/lib/services/utility.service.js +26 -9
- package/esm2015/lib/services/value.service.js +9 -4
- package/esm2015/lib/services/widget-content.model.js +236 -1
- package/esm2015/lib/services/widget-content.service.js +19 -15
- package/esm2015/lib/services/widget-resolver.model.js +57 -2
- package/esm2015/lib/services/widget-search.model.js +126 -2
- package/esm2015/public-api.js +68 -74
- package/esm2015/sunbird-cb-utils.js +8 -2
- package/esm5/lib/components/image-crop/image-crop.component.js +200 -0
- package/esm5/lib/components/image-crop/image-crop.module.js +31 -0
- package/esm5/lib/constants/features.enum.js +555 -0
- package/esm5/lib/constants/instances.enum.js +5 -0
- package/esm5/lib/constants/misc.constants.js +1 -0
- package/esm5/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.js +105 -0
- package/esm5/lib/directives/class-change-on-scroll/class-change-on-scroll.module.js +19 -0
- package/esm5/lib/directives/default-thumbnail/default-thumbnail.directive.js +40 -0
- package/esm5/lib/directives/default-thumbnail/default-thumbnail.module.js +19 -0
- package/esm5/lib/directives/image-responsive/image-responsive.directive.js +95 -0
- package/esm5/lib/directives/image-responsive/image-responsive.module.js +19 -0
- package/esm5/lib/directives/in-view-port/in-view-port.directive.js +73 -0
- package/esm5/lib/directives/in-view-port/in-view-port.module.js +19 -0
- package/esm5/lib/directives/navigation/navigation.directive.js +41 -0
- package/esm5/lib/directives/navigation/navigation.module.js +19 -0
- package/esm5/lib/directives/permission/permission.directive.js +14 -0
- package/esm5/lib/directives/permission/permission.module.js +19 -0
- package/esm5/lib/helpers/functions/getStringifiedQueryParams.js +9 -0
- package/esm5/lib/helpers/horizontal-scroller/horizontal-scroller.component.js +103 -0
- package/esm5/lib/helpers/horizontal-scroller/horizontal-scroller.module.js +23 -0
- package/esm5/lib/helpers/logout/logout.component.js +63 -0
- package/esm5/lib/helpers/logout/logout.module.js +22 -0
- package/esm5/lib/models/contentRating.model.js +12 -0
- package/esm5/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.js +17 -0
- package/esm5/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.js +63 -0
- package/esm5/lib/pipes/pipe-count-transform/pipe-count-transform.module.js +19 -0
- package/esm5/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.js +37 -0
- package/esm5/lib/pipes/pipe-date-concat/pipe-date-concat.module.js +19 -0
- package/esm5/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.js +45 -0
- package/esm5/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.js +19 -0
- package/esm5/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.js +64 -0
- package/esm5/lib/pipes/pipe-filter/pipe-filter.module.js +19 -0
- package/esm5/lib/pipes/pipe-filter/pipe-filter.pipe.js +20 -0
- package/esm5/lib/pipes/pipe-filter-search/pipe-filter-search.module.js +19 -0
- package/esm5/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.js +38 -0
- package/esm5/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.js +19 -0
- package/esm5/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.js +16 -0
- package/esm5/lib/pipes/pipe-limit-to/pipe-limit-to.module.js +19 -0
- package/esm5/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.js +30 -0
- package/esm5/lib/pipes/pipe-list-filter/pipe-list-filter.module.js +19 -0
- package/esm5/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.js +21 -0
- package/esm5/lib/pipes/pipe-name-transform/pipe-name-transform.module.js +19 -0
- package/esm5/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.js +35 -0
- package/esm5/lib/pipes/pipe-order-by/pipe-order-by.module.js +19 -0
- package/esm5/lib/pipes/pipe-order-by/pipe-order-by.pipe.js +18 -0
- package/esm5/lib/pipes/pipe-partial-content/pipe-partial-content.module.js +19 -0
- package/esm5/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.js +34 -0
- package/esm5/lib/pipes/pipe-relative-time/pipe-relative-time.module.js +19 -0
- package/esm5/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.js +21 -0
- package/esm5/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.js +19 -0
- package/esm5/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.js +38 -0
- package/esm5/lib/resolvers/explore-detail.resolver.js +93 -0
- package/esm5/lib/resolvers/marketing-offering.resolve.js +43 -0
- package/esm5/lib/resolvers/page.constant.js +4 -0
- package/esm5/lib/resolvers/page.model.js +47 -0
- package/esm5/lib/resolvers/page.resolver.js +98 -0
- package/esm5/lib/resolvers/resolver.model.js +6 -0
- package/esm5/lib/services/auth-keycloak.service.js +316 -0
- package/esm5/lib/services/auth-microsoft.service.js +251 -0
- package/esm5/lib/services/card-content.model.js +32 -0
- package/esm5/lib/services/configurations.model.js +508 -0
- package/esm5/lib/services/configurations.service.js +114 -0
- package/esm5/lib/services/content-strip-multiple.model.js +75 -0
- package/esm5/lib/services/event.model.js +229 -0
- package/esm5/lib/services/event.service.js +216 -0
- package/esm5/lib/services/logger.service.js +73 -0
- package/esm5/lib/services/ms-office.model.js +8 -0
- package/esm5/lib/services/subapplication-respond.service.js +230 -0
- package/esm5/lib/services/telemetry.service.js +484 -0
- package/esm5/lib/services/user-preference.model.js +38 -0
- package/esm5/lib/services/user-preference.service.js +109 -0
- package/esm5/lib/services/utility.service.js +178 -0
- package/esm5/lib/services/value.service.js +33 -0
- package/esm5/lib/services/widget-content.model.js +342 -0
- package/esm5/lib/services/widget-content.service.js +214 -0
- package/esm5/lib/services/widget-resolver.model.js +57 -0
- package/esm5/lib/services/widget-search.model.js +126 -0
- package/esm5/public-api.js +68 -0
- package/esm5/sunbird-cb-utils.js +8 -0
- package/fesm2015/sunbird-cb-utils.js +2011 -788
- package/fesm2015/sunbird-cb-utils.js.map +1 -1
- package/fesm5/sunbird-cb-utils.js +5605 -0
- package/fesm5/sunbird-cb-utils.js.map +1 -0
- package/lib/components/image-crop/image-crop.component.d.ts +0 -1
- package/lib/components/image-crop/image-crop.module.d.ts +0 -1
- package/lib/constants/features.enum.d.ts +0 -1
- package/lib/constants/instances.enum.d.ts +0 -1
- package/lib/constants/misc.constants.d.ts +0 -1
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.d.ts +3 -4
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.module.d.ts +0 -1
- package/lib/directives/default-thumbnail/default-thumbnail.directive.d.ts +0 -1
- package/lib/directives/default-thumbnail/default-thumbnail.module.d.ts +0 -1
- package/lib/directives/image-responsive/image-responsive.directive.d.ts +0 -1
- package/lib/directives/image-responsive/image-responsive.module.d.ts +0 -1
- package/lib/directives/in-view-port/in-view-port.directive.d.ts +0 -1
- package/lib/directives/in-view-port/in-view-port.module.d.ts +0 -1
- package/lib/directives/navigation/navigation.directive.d.ts +0 -1
- package/lib/directives/navigation/navigation.module.d.ts +0 -1
- package/lib/directives/permission/permission.directive.d.ts +0 -1
- package/lib/directives/permission/permission.module.d.ts +0 -1
- package/lib/helpers/functions/getStringifiedQueryParams.d.ts +0 -1
- package/lib/helpers/horizontal-scroller/horizontal-scroller.component.d.ts +0 -1
- package/lib/helpers/horizontal-scroller/horizontal-scroller.module.d.ts +0 -1
- package/lib/helpers/logout/logout.component.d.ts +2 -3
- package/lib/helpers/logout/logout.module.d.ts +0 -1
- package/lib/models/contentRating.model.d.ts +0 -1
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.d.ts +0 -1
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.d.ts +0 -1
- package/lib/pipes/pipe-count-transform/pipe-count-transform.module.d.ts +0 -1
- package/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.d.ts +0 -1
- package/lib/pipes/pipe-date-concat/pipe-date-concat.module.d.ts +0 -1
- package/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.d.ts +0 -1
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.d.ts +0 -1
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.d.ts +0 -1
- package/lib/pipes/pipe-filter/pipe-filter.module.d.ts +0 -1
- package/lib/pipes/pipe-filter/pipe-filter.pipe.d.ts +0 -1
- package/lib/pipes/pipe-filter-search/pipe-filter-search.module.d.ts +0 -1
- package/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.d.ts +0 -1
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.d.ts +0 -1
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.d.ts +0 -1
- package/lib/pipes/pipe-limit-to/pipe-limit-to.module.d.ts +0 -1
- package/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.d.ts +0 -1
- package/lib/pipes/pipe-list-filter/pipe-list-filter.module.d.ts +0 -1
- package/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.d.ts +0 -1
- package/lib/pipes/pipe-name-transform/pipe-name-transform.module.d.ts +0 -1
- package/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.d.ts +0 -1
- package/lib/pipes/pipe-order-by/pipe-order-by.module.d.ts +0 -1
- package/lib/pipes/pipe-order-by/pipe-order-by.pipe.d.ts +4 -5
- package/lib/pipes/pipe-partial-content/pipe-partial-content.module.d.ts +0 -1
- package/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.d.ts +0 -1
- package/lib/pipes/pipe-relative-time/pipe-relative-time.module.d.ts +0 -1
- package/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.d.ts +0 -1
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.d.ts +0 -1
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.d.ts +0 -1
- package/lib/resolvers/explore-detail.resolver.d.ts +0 -1
- package/lib/resolvers/marketing-offering.resolve.d.ts +0 -1
- package/lib/resolvers/page.constant.d.ts +0 -1
- package/lib/resolvers/page.model.d.ts +1 -2
- package/lib/resolvers/page.resolver.d.ts +0 -1
- package/lib/resolvers/resolver.model.d.ts +0 -1
- package/lib/services/auth-keycloak.service.d.ts +9 -10
- package/lib/services/auth-microsoft.service.d.ts +2 -3
- package/lib/services/card-content.model.d.ts +0 -1
- package/lib/services/configurations.model.d.ts +24 -27
- package/lib/services/configurations.service.d.ts +0 -1
- package/lib/services/content-strip-multiple.model.d.ts +6 -8
- package/lib/services/event.model.d.ts +1 -2
- package/lib/services/event.service.d.ts +0 -1
- package/lib/services/logger.service.d.ts +4 -5
- package/lib/services/ms-office.model.d.ts +0 -1
- package/lib/services/subapplication-respond.service.d.ts +0 -1
- package/lib/services/telemetry.service.d.ts +2 -3
- package/lib/services/user-preference.model.d.ts +0 -1
- package/lib/services/user-preference.service.d.ts +0 -1
- package/lib/services/utility.service.d.ts +7 -8
- package/lib/services/value.service.d.ts +0 -1
- package/lib/services/widget-content.model.d.ts +19 -21
- package/lib/services/widget-content.service.d.ts +0 -1
- package/lib/services/widget-resolver.model.d.ts +0 -1
- package/lib/services/widget-search.model.d.ts +0 -1
- package/package.json +17 -14
- package/public-api.d.ts +0 -7
- package/sunbird-cb-utils.d.ts +6 -1
- package/sunbird-cb-utils.metadata.json +1 -1
- package/lib/components/image-crop/image-crop.component.d.ts.map +0 -1
- package/lib/components/image-crop/image-crop.component.ngfactory.d.ts.map +0 -1
- package/lib/components/image-crop/image-crop.component.scss.shim.ngstyle.d.ts.map +0 -1
- package/lib/components/image-crop/image-crop.module.d.ts.map +0 -1
- package/lib/components/image-crop/image-crop.module.ngfactory.d.ts.map +0 -1
- package/lib/constants/features.enum.d.ts.map +0 -1
- package/lib/constants/instances.enum.d.ts.map +0 -1
- package/lib/constants/misc.constants.d.ts.map +0 -1
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.d.ts.map +0 -1
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.ngfactory.d.ts.map +0 -1
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.module.d.ts.map +0 -1
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.module.ngfactory.d.ts.map +0 -1
- package/lib/directives/default-thumbnail/default-thumbnail.directive.d.ts.map +0 -1
- package/lib/directives/default-thumbnail/default-thumbnail.directive.ngfactory.d.ts.map +0 -1
- package/lib/directives/default-thumbnail/default-thumbnail.module.d.ts.map +0 -1
- package/lib/directives/default-thumbnail/default-thumbnail.module.ngfactory.d.ts.map +0 -1
- package/lib/directives/image-responsive/image-responsive.directive.d.ts.map +0 -1
- package/lib/directives/image-responsive/image-responsive.directive.ngfactory.d.ts.map +0 -1
- package/lib/directives/image-responsive/image-responsive.module.d.ts.map +0 -1
- package/lib/directives/image-responsive/image-responsive.module.ngfactory.d.ts.map +0 -1
- package/lib/directives/in-view-port/in-view-port.directive.d.ts.map +0 -1
- package/lib/directives/in-view-port/in-view-port.directive.ngfactory.d.ts.map +0 -1
- package/lib/directives/in-view-port/in-view-port.module.d.ts.map +0 -1
- package/lib/directives/in-view-port/in-view-port.module.ngfactory.d.ts.map +0 -1
- package/lib/directives/navigation/navigation.directive.d.ts.map +0 -1
- package/lib/directives/navigation/navigation.directive.ngfactory.d.ts.map +0 -1
- package/lib/directives/navigation/navigation.module.d.ts.map +0 -1
- package/lib/directives/navigation/navigation.module.ngfactory.d.ts.map +0 -1
- package/lib/directives/permission/permission.directive.d.ts.map +0 -1
- package/lib/directives/permission/permission.directive.ngfactory.d.ts.map +0 -1
- package/lib/directives/permission/permission.module.d.ts.map +0 -1
- package/lib/directives/permission/permission.module.ngfactory.d.ts.map +0 -1
- package/lib/helpers/functions/getStringifiedQueryParams.d.ts.map +0 -1
- package/lib/helpers/horizontal-scroller/horizontal-scroller.component.d.ts.map +0 -1
- package/lib/helpers/horizontal-scroller/horizontal-scroller.component.ngfactory.d.ts.map +0 -1
- package/lib/helpers/horizontal-scroller/horizontal-scroller.component.scss.shim.ngstyle.d.ts.map +0 -1
- package/lib/helpers/horizontal-scroller/horizontal-scroller.module.d.ts.map +0 -1
- package/lib/helpers/horizontal-scroller/horizontal-scroller.module.ngfactory.d.ts.map +0 -1
- package/lib/helpers/logout/logout.component.d.ts.map +0 -1
- package/lib/helpers/logout/logout.component.ngfactory.d.ts.map +0 -1
- package/lib/helpers/logout/logout.component.scss.shim.ngstyle.d.ts.map +0 -1
- package/lib/helpers/logout/logout.module.d.ts.map +0 -1
- package/lib/helpers/logout/logout.module.ngfactory.d.ts.map +0 -1
- package/lib/models/contentRating.model.d.ts.map +0 -1
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.d.ts.map +0 -1
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.d.ts.map +0 -1
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-count-transform/pipe-count-transform.module.d.ts.map +0 -1
- package/lib/pipes/pipe-count-transform/pipe-count-transform.module.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.d.ts.map +0 -1
- package/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-date-concat/pipe-date-concat.module.d.ts.map +0 -1
- package/lib/pipes/pipe-date-concat/pipe-date-concat.module.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.d.ts.map +0 -1
- package/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.d.ts.map +0 -1
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.d.ts.map +0 -1
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-filter/pipe-filter.module.d.ts.map +0 -1
- package/lib/pipes/pipe-filter/pipe-filter.module.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-filter/pipe-filter.pipe.d.ts.map +0 -1
- package/lib/pipes/pipe-filter/pipe-filter.pipe.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-filter-search/pipe-filter-search.module.d.ts.map +0 -1
- package/lib/pipes/pipe-filter-search/pipe-filter-search.module.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.d.ts.map +0 -1
- package/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.d.ts.map +0 -1
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.d.ts.map +0 -1
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-limit-to/pipe-limit-to.module.d.ts.map +0 -1
- package/lib/pipes/pipe-limit-to/pipe-limit-to.module.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.d.ts.map +0 -1
- package/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-list-filter/pipe-list-filter.module.d.ts.map +0 -1
- package/lib/pipes/pipe-list-filter/pipe-list-filter.module.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.d.ts.map +0 -1
- package/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-name-transform/pipe-name-transform.module.d.ts.map +0 -1
- package/lib/pipes/pipe-name-transform/pipe-name-transform.module.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.d.ts.map +0 -1
- package/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-order-by/pipe-order-by.module.d.ts.map +0 -1
- package/lib/pipes/pipe-order-by/pipe-order-by.module.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-order-by/pipe-order-by.pipe.d.ts.map +0 -1
- package/lib/pipes/pipe-order-by/pipe-order-by.pipe.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-partial-content/pipe-partial-content.module.d.ts.map +0 -1
- package/lib/pipes/pipe-partial-content/pipe-partial-content.module.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.d.ts.map +0 -1
- package/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-relative-time/pipe-relative-time.module.d.ts.map +0 -1
- package/lib/pipes/pipe-relative-time/pipe-relative-time.module.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.d.ts.map +0 -1
- package/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.d.ts.map +0 -1
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.ngfactory.d.ts.map +0 -1
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.d.ts.map +0 -1
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.ngfactory.d.ts.map +0 -1
- package/lib/resolvers/explore-detail.resolver.d.ts.map +0 -1
- package/lib/resolvers/explore-detail.resolver.ngfactory.d.ts.map +0 -1
- package/lib/resolvers/marketing-offering.resolve.d.ts.map +0 -1
- package/lib/resolvers/marketing-offering.resolve.ngfactory.d.ts.map +0 -1
- package/lib/resolvers/page.constant.d.ts.map +0 -1
- package/lib/resolvers/page.model.d.ts.map +0 -1
- package/lib/resolvers/page.resolver.d.ts.map +0 -1
- package/lib/resolvers/page.resolver.ngfactory.d.ts.map +0 -1
- package/lib/resolvers/resolver.model.d.ts.map +0 -1
- package/lib/services/auth-keycloak.service.d.ts.map +0 -1
- package/lib/services/auth-keycloak.service.ngfactory.d.ts.map +0 -1
- package/lib/services/auth-microsoft.service.d.ts.map +0 -1
- package/lib/services/auth-microsoft.service.ngfactory.d.ts.map +0 -1
- package/lib/services/card-content.model.d.ts.map +0 -1
- package/lib/services/configurations.model.d.ts.map +0 -1
- package/lib/services/configurations.service.d.ts.map +0 -1
- package/lib/services/configurations.service.ngfactory.d.ts.map +0 -1
- package/lib/services/content-strip-multiple.model.d.ts.map +0 -1
- package/lib/services/event.model.d.ts.map +0 -1
- package/lib/services/event.service.d.ts.map +0 -1
- package/lib/services/event.service.ngfactory.d.ts.map +0 -1
- package/lib/services/logger.service.d.ts.map +0 -1
- package/lib/services/logger.service.ngfactory.d.ts.map +0 -1
- package/lib/services/ms-office.model.d.ts.map +0 -1
- package/lib/services/subapplication-respond.service.d.ts.map +0 -1
- package/lib/services/subapplication-respond.service.ngfactory.d.ts.map +0 -1
- package/lib/services/telemetry.service.d.ts.map +0 -1
- package/lib/services/telemetry.service.ngfactory.d.ts.map +0 -1
- package/lib/services/user-preference.model.d.ts.map +0 -1
- package/lib/services/user-preference.service.d.ts.map +0 -1
- package/lib/services/user-preference.service.ngfactory.d.ts.map +0 -1
- package/lib/services/utility.service.d.ts.map +0 -1
- package/lib/services/utility.service.ngfactory.d.ts.map +0 -1
- package/lib/services/value.service.d.ts.map +0 -1
- package/lib/services/value.service.ngfactory.d.ts.map +0 -1
- package/lib/services/widget-content.model.d.ts.map +0 -1
- package/lib/services/widget-content.service.d.ts.map +0 -1
- package/lib/services/widget-content.service.ngfactory.d.ts.map +0 -1
- package/lib/services/widget-resolver.model.d.ts.map +0 -1
- package/lib/services/widget-search.model.d.ts.map +0 -1
- package/public-api.d.ts.map +0 -1
- package/sunbird-cb-utils.d.ts.map +0 -1
|
@@ -3,14 +3,14 @@ import { NsContent } from './widget-content.model';
|
|
|
3
3
|
import { NsCardContent } from './card-content.model';
|
|
4
4
|
import { NsWidgetResolver } from './widget-resolver.model';
|
|
5
5
|
export declare namespace NsContentStripMultiple {
|
|
6
|
-
|
|
6
|
+
interface IContentStripMultiple {
|
|
7
7
|
errorWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
|
|
8
8
|
loader?: boolean;
|
|
9
9
|
noDataWidget?: NsWidgetResolver.IRenderConfigWithAnyData;
|
|
10
10
|
strips: IContentStripUnit[];
|
|
11
11
|
isChannelStrip?: boolean;
|
|
12
12
|
}
|
|
13
|
-
|
|
13
|
+
interface IContentStripUnit {
|
|
14
14
|
key: string;
|
|
15
15
|
title: string;
|
|
16
16
|
name?: string;
|
|
@@ -37,7 +37,7 @@ export declare namespace NsContentStripMultiple {
|
|
|
37
37
|
refreshEvent?: Record<'eventType' | 'from', string>;
|
|
38
38
|
fetchLikes?: boolean;
|
|
39
39
|
}
|
|
40
|
-
|
|
40
|
+
interface IStripRequestApi {
|
|
41
41
|
path: string;
|
|
42
42
|
queryParams?: {
|
|
43
43
|
pageNo?: number;
|
|
@@ -46,7 +46,7 @@ export declare namespace NsContentStripMultiple {
|
|
|
46
46
|
sourceFields?: string;
|
|
47
47
|
};
|
|
48
48
|
}
|
|
49
|
-
|
|
49
|
+
interface IStripInfo {
|
|
50
50
|
mode: 'below' | 'popup' | 'modal';
|
|
51
51
|
visibilityMode?: 'hidden' | 'visible';
|
|
52
52
|
icon: {
|
|
@@ -63,19 +63,17 @@ export declare namespace NsContentStripMultiple {
|
|
|
63
63
|
deletedMode?: 'greyOut' | 'hide';
|
|
64
64
|
contentTags?: IContentTags;
|
|
65
65
|
}
|
|
66
|
-
|
|
66
|
+
interface IContentTags {
|
|
67
67
|
daysSpan?: number;
|
|
68
68
|
excludeContentType?: NsContent.EContentTypes[];
|
|
69
69
|
excludeMimeType?: string[];
|
|
70
70
|
tag: string;
|
|
71
71
|
criteriaField: string;
|
|
72
72
|
}
|
|
73
|
-
|
|
73
|
+
interface IContentStripResponseApi {
|
|
74
74
|
contents: NsContent.IContent[];
|
|
75
75
|
hasMore?: boolean;
|
|
76
76
|
pageState?: string;
|
|
77
77
|
totalHits?: number;
|
|
78
78
|
}
|
|
79
|
-
export {};
|
|
80
79
|
}
|
|
81
|
-
//# sourceMappingURL=content-strip-multiple.model.d.ts.map
|
|
@@ -92,7 +92,7 @@ export declare namespace WsEvents {
|
|
|
92
92
|
currentPage: number;
|
|
93
93
|
totalPage: number;
|
|
94
94
|
activityStartedAt: Date | null;
|
|
95
|
-
object
|
|
95
|
+
object: any;
|
|
96
96
|
}
|
|
97
97
|
type WsEventTelemetryPDF = IWsEvents<IWsEventTelemetryPdfData>;
|
|
98
98
|
interface IWsEventTelemetryInteract extends IWsEventTelemetry {
|
|
@@ -191,4 +191,3 @@ export declare namespace WsEvents {
|
|
|
191
191
|
HOME_PAGE_STRIP_TABS = "home-page-strip-tabs"
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
|
-
//# sourceMappingURL=event.model.d.ts.map
|
|
@@ -7,10 +7,9 @@ export declare class LoggerService {
|
|
|
7
7
|
private consoleLog;
|
|
8
8
|
private consoleWarn;
|
|
9
9
|
private noConsole;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
readonly error: (message?: any, ...optionalParams: any[]) => void;
|
|
11
|
+
readonly info: (message?: any, ...optionalParams: any[]) => void;
|
|
12
|
+
readonly log: (message?: any, ...optionalParams: any[]) => void;
|
|
13
|
+
readonly warn: (message?: any, ...optionalParams: any[]) => void;
|
|
14
14
|
removeConsoleAccess(): void;
|
|
15
15
|
}
|
|
16
|
-
//# sourceMappingURL=logger.service.d.ts.map
|
|
@@ -14,8 +14,8 @@ export declare class TelemetryService {
|
|
|
14
14
|
environment: any;
|
|
15
15
|
externalApps: any;
|
|
16
16
|
constructor(environment: any, configSvc: ConfigurationsService, eventsSvc: EventService, logger: LoggerService);
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
readonly getTelemetrySessionId: string;
|
|
18
|
+
readonly rootOrgId: string;
|
|
19
19
|
start(edata: any, data: any, pageContext?: WsEvents.ITelemetryPageContext): void;
|
|
20
20
|
end(edata: any, data: any, pageContext?: WsEvents.ITelemetryPageContext): void;
|
|
21
21
|
audit(type: string, props: string, data: any): void;
|
|
@@ -40,4 +40,3 @@ export declare class TelemetryService {
|
|
|
40
40
|
};
|
|
41
41
|
extractContentIdFromUrlParts(urlParts: string[]): string | null;
|
|
42
42
|
}
|
|
43
|
-
//# sourceMappingURL=telemetry.service.d.ts.map
|
|
@@ -15,18 +15,17 @@ export declare class UtilityService {
|
|
|
15
15
|
currentRouteData: any[];
|
|
16
16
|
constructor(http: HttpClient, platform: Platform, router: Router, route: ActivatedRoute);
|
|
17
17
|
private getChildRouteData;
|
|
18
|
-
|
|
18
|
+
readonly randomId: number;
|
|
19
19
|
getJson<T>(url: string): Observable<T>;
|
|
20
20
|
getLeafNodes<T extends IRecursiveData>(node: T, nodes: T[]): T[];
|
|
21
21
|
getPath<T extends IRecursiveData>(node: T, id: string): T[];
|
|
22
22
|
private hasPath;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
23
|
+
readonly isMobile: boolean;
|
|
24
|
+
readonly isIos: boolean;
|
|
25
|
+
readonly isAndroid: boolean;
|
|
26
|
+
readonly isAndroidApp: boolean;
|
|
27
|
+
readonly iOsAppRef: any;
|
|
28
28
|
setRouteData(data: any): void;
|
|
29
|
-
|
|
29
|
+
readonly routeData: WsEvents.ITelemetryPageContext;
|
|
30
30
|
}
|
|
31
31
|
export {};
|
|
32
|
-
//# sourceMappingURL=utility.service.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare namespace NsContent {
|
|
2
|
-
|
|
2
|
+
interface IContinueLearningData extends IContent {
|
|
3
3
|
continueData: any;
|
|
4
4
|
}
|
|
5
|
-
|
|
5
|
+
interface IContent {
|
|
6
6
|
platform?: any;
|
|
7
7
|
addedOn: string;
|
|
8
8
|
appIcon: string;
|
|
@@ -125,7 +125,7 @@ export declare namespace NsContent {
|
|
|
125
125
|
resumePage?: number;
|
|
126
126
|
[key: string]: any;
|
|
127
127
|
}
|
|
128
|
-
|
|
128
|
+
interface IContentMinimal {
|
|
129
129
|
appIcon: string;
|
|
130
130
|
artifactUrl: string;
|
|
131
131
|
complexityLevel: string;
|
|
@@ -145,17 +145,17 @@ export declare namespace NsContent {
|
|
|
145
145
|
resourceType?: string;
|
|
146
146
|
totalRating?: number;
|
|
147
147
|
}
|
|
148
|
-
|
|
148
|
+
interface ICollectionHierarchyResponse {
|
|
149
149
|
data: IContent;
|
|
150
150
|
hasMore: boolean;
|
|
151
151
|
totalContents: number;
|
|
152
152
|
}
|
|
153
|
-
|
|
153
|
+
interface IRelatedContentMeta {
|
|
154
154
|
identifier: string;
|
|
155
155
|
name: string;
|
|
156
156
|
}
|
|
157
157
|
type TCertificationStatus = 'ongoing' | 'passed' | 'canAttempt' | 'cannotAttempt';
|
|
158
|
-
|
|
158
|
+
type TLearningMode = 'Self-Paced' | 'Instructor-Led' | 'Open' | 'Closed';
|
|
159
159
|
interface IMarkAsCompleteProgress {
|
|
160
160
|
progressStatus: 'open' | 'started' | 'completed';
|
|
161
161
|
showMarkAsComplete: boolean;
|
|
@@ -208,28 +208,28 @@ export declare namespace NsContent {
|
|
|
208
208
|
skill: string;
|
|
209
209
|
name: string;
|
|
210
210
|
}
|
|
211
|
-
|
|
211
|
+
interface ICreator {
|
|
212
212
|
id: string;
|
|
213
213
|
name: string;
|
|
214
214
|
email: string;
|
|
215
215
|
}
|
|
216
|
-
|
|
216
|
+
interface IContentTopic {
|
|
217
217
|
identifier: string;
|
|
218
218
|
name: string;
|
|
219
219
|
}
|
|
220
|
-
|
|
220
|
+
interface IContact {
|
|
221
221
|
id: string;
|
|
222
222
|
name: string;
|
|
223
223
|
email: string;
|
|
224
224
|
}
|
|
225
|
-
|
|
225
|
+
interface IViewerContinueLearningRequest {
|
|
226
226
|
resourceId: string;
|
|
227
227
|
contextPathId: string;
|
|
228
228
|
data: string;
|
|
229
229
|
dateAccessed: number;
|
|
230
230
|
contextType?: string;
|
|
231
231
|
}
|
|
232
|
-
|
|
232
|
+
enum EContentTypes {
|
|
233
233
|
PROGRAM = "Learning Path",
|
|
234
234
|
CHANNEL = "Channel",
|
|
235
235
|
COURSE = "Course",
|
|
@@ -239,13 +239,13 @@ export declare namespace NsContent {
|
|
|
239
239
|
MODULE = "Collection",
|
|
240
240
|
RESOURCE = "Resource"
|
|
241
241
|
}
|
|
242
|
-
|
|
242
|
+
enum EMiscPlayerSupportedCollectionTypes {
|
|
243
243
|
PLAYLIST = "Playlist"
|
|
244
244
|
}
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
245
|
+
const PLAYER_SUPPORTED_COLLECTION_TYPES: string[];
|
|
246
|
+
const KB_SUPPORTED_CONTENT_TYPES: EContentTypes[];
|
|
247
|
+
const PLAYLIST_SUPPORTED_CONTENT_TYPES: EContentTypes[];
|
|
248
|
+
enum EMimeTypes {
|
|
249
249
|
COLLECTION = "application/vnd.ekstep.content-collection",
|
|
250
250
|
HTML = "application/html",
|
|
251
251
|
ILP_FP = "application/ilpfp",
|
|
@@ -271,7 +271,7 @@ export declare namespace NsContent {
|
|
|
271
271
|
PLAYLIST = "application/playlist",
|
|
272
272
|
UNKNOWN = "application/unknown"
|
|
273
273
|
}
|
|
274
|
-
|
|
274
|
+
enum EDisplayContentTypes {
|
|
275
275
|
ASSESSMENT = "ASSESSMENT",
|
|
276
276
|
AUDIO = "AUDIO",
|
|
277
277
|
CERTIFICATION = "CERTIFICATION",
|
|
@@ -302,15 +302,13 @@ export declare namespace NsContent {
|
|
|
302
302
|
KNOWLEDGE_BOARD = "Knowledge Board",
|
|
303
303
|
LEARNING_JOURNEY = "Learning Journeys"
|
|
304
304
|
}
|
|
305
|
-
|
|
305
|
+
enum EFilterCategory {
|
|
306
306
|
ALL = "ALL",
|
|
307
307
|
LEARN = "LEARN",
|
|
308
308
|
PRACTICE = "PRACTICE",
|
|
309
309
|
ASSESS = "ASSESS"
|
|
310
310
|
}
|
|
311
|
-
|
|
311
|
+
enum ETagType {
|
|
312
312
|
NEWLY_ADDED = "NEWLY ADDED"
|
|
313
313
|
}
|
|
314
|
-
export {};
|
|
315
314
|
}
|
|
316
|
-
//# sourceMappingURL=widget-content.model.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,32 +1,35 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sunbird-cb/utils",
|
|
3
|
-
"version": "1.0.19
|
|
3
|
+
"version": "1.0.19",
|
|
4
4
|
"main": "bundles/sunbird-cb-utils.umd.js",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"tslib": "^
|
|
6
|
+
"tslib": "^1.9.0"
|
|
7
7
|
},
|
|
8
8
|
"peerDependencies": {
|
|
9
|
-
"@angular/animations": "~
|
|
10
|
-
"@angular/cdk": "~
|
|
11
|
-
"@angular/common": "~
|
|
12
|
-
"@angular/compiler": "~
|
|
13
|
-
"@angular/core": "~
|
|
14
|
-
"@angular/forms": "~
|
|
15
|
-
"@angular/material": "^
|
|
16
|
-
"@angular/platform-browser": "~
|
|
17
|
-
"@angular/platform-browser-dynamic": "~
|
|
18
|
-
"@angular/router": "~
|
|
9
|
+
"@angular/animations": "~8.2.1",
|
|
10
|
+
"@angular/cdk": "~8.1.2",
|
|
11
|
+
"@angular/common": "~8.2.1",
|
|
12
|
+
"@angular/compiler": "~8.2.1",
|
|
13
|
+
"@angular/core": "~8.2.1",
|
|
14
|
+
"@angular/forms": "~8.2.1",
|
|
15
|
+
"@angular/material": "^8.1.2",
|
|
16
|
+
"@angular/platform-browser": "~8.2.1",
|
|
17
|
+
"@angular/platform-browser-dynamic": "~8.2.1",
|
|
18
|
+
"@angular/router": "~8.2.1",
|
|
19
19
|
"ngx-image-cropper": "^3.3.4",
|
|
20
20
|
"keycloak-angular": "^6.1.0",
|
|
21
21
|
"@types/lodash": "^4.14.168",
|
|
22
22
|
"moment": "^2.29.1",
|
|
23
23
|
"rxjs": "~6.5.2"
|
|
24
24
|
},
|
|
25
|
-
"
|
|
25
|
+
"devDependencies": {},
|
|
26
|
+
"module": "fesm5/sunbird-cb-utils.js",
|
|
26
27
|
"es2015": "fesm2015/sunbird-cb-utils.js",
|
|
28
|
+
"esm5": "esm5/sunbird-cb-utils.js",
|
|
27
29
|
"esm2015": "esm2015/sunbird-cb-utils.js",
|
|
30
|
+
"fesm5": "fesm5/sunbird-cb-utils.js",
|
|
28
31
|
"fesm2015": "fesm2015/sunbird-cb-utils.js",
|
|
29
32
|
"typings": "sunbird-cb-utils.d.ts",
|
|
30
33
|
"metadata": "sunbird-cb-utils.metadata.json",
|
|
31
34
|
"sideEffects": false
|
|
32
|
-
}
|
|
35
|
+
}
|
package/public-api.d.ts
CHANGED
|
@@ -65,10 +65,3 @@ export * from './lib/services/widget-content.service';
|
|
|
65
65
|
export * from './lib/services/subapplication-respond.service';
|
|
66
66
|
export * from './lib/services/widget-content.model';
|
|
67
67
|
export * from './lib/models/contentRating.model';
|
|
68
|
-
export * from './lib/directives/class-change-on-scroll/class-change-on-scroll.directive';
|
|
69
|
-
export * from './lib/directives/default-thumbnail/default-thumbnail.directive';
|
|
70
|
-
export * from './lib/directives/in-view-port/in-view-port.directive';
|
|
71
|
-
export * from './lib/directives/navigation/navigation.directive';
|
|
72
|
-
export * from './lib/directives/permission/permission.directive';
|
|
73
|
-
export * from './lib/helpers/horizontal-scroller/horizontal-scroller.component';
|
|
74
|
-
//# sourceMappingURL=public-api.d.ts.map
|
package/sunbird-cb-utils.d.ts
CHANGED
|
@@ -1,2 +1,7 @@
|
|
|
1
1
|
export * from './public-api';
|
|
2
|
-
|
|
2
|
+
export { ClassChangeOnScrollDirective as ɵa } from './lib/directives/class-change-on-scroll/class-change-on-scroll.directive';
|
|
3
|
+
export { DefaultThumbnailDirective as ɵb } from './lib/directives/default-thumbnail/default-thumbnail.directive';
|
|
4
|
+
export { InViewPortDirective as ɵc } from './lib/directives/in-view-port/in-view-port.directive';
|
|
5
|
+
export { NavigationDirective as ɵd } from './lib/directives/navigation/navigation.directive';
|
|
6
|
+
export { PermissionDirective as ɵe } from './lib/directives/permission/permission.directive';
|
|
7
|
+
export { HorizontalScrollerComponent as ɵf } from './lib/helpers/horizontal-scroller/horizontal-scroller.component';
|