@sunbird-cb/utils 1.0.19-ang-9-12 → 1.0.19-ang-13-16
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 +1291 -1419
- package/bundles/sunbird-cb-utils.umd.js.map +1 -1
- package/esm2015/lib/components/image-crop/image-crop.component.js +28 -22
- package/esm2015/lib/components/image-crop/image-crop.module.js +45 -20
- package/esm2015/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.js +24 -14
- package/esm2015/lib/directives/class-change-on-scroll/class-change-on-scroll.module.js +17 -10
- package/esm2015/lib/directives/default-thumbnail/default-thumbnail.directive.js +20 -12
- package/esm2015/lib/directives/default-thumbnail/default-thumbnail.module.js +17 -10
- package/esm2015/lib/directives/image-responsive/image-responsive.directive.js +16 -14
- package/esm2015/lib/directives/image-responsive/image-responsive.module.js +17 -10
- package/esm2015/lib/directives/in-view-port/in-view-port.directive.js +13 -13
- package/esm2015/lib/directives/in-view-port/in-view-port.module.js +17 -10
- package/esm2015/lib/directives/navigation/navigation.directive.js +22 -13
- package/esm2015/lib/directives/navigation/navigation.module.js +17 -10
- package/esm2015/lib/directives/permission/permission.directive.js +10 -7
- package/esm2015/lib/directives/permission/permission.module.js +17 -10
- package/esm2015/lib/helpers/horizontal-scroller/horizontal-scroller.component.js +25 -15
- package/esm2015/lib/helpers/horizontal-scroller/horizontal-scroller.module.js +26 -13
- package/esm2015/lib/helpers/logout/logout.component.js +18 -18
- package/esm2015/lib/helpers/logout/logout.module.js +23 -12
- package/esm2015/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.js +13 -8
- package/esm2015/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.js +10 -6
- package/esm2015/lib/pipes/pipe-count-transform/pipe-count-transform.module.js +17 -10
- package/esm2015/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.js +10 -6
- package/esm2015/lib/pipes/pipe-date-concat/pipe-date-concat.module.js +17 -10
- package/esm2015/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.js +10 -7
- package/esm2015/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.js +17 -10
- package/esm2015/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.js +10 -6
- package/esm2015/lib/pipes/pipe-filter/pipe-filter.module.js +17 -10
- package/esm2015/lib/pipes/pipe-filter/pipe-filter.pipe.js +10 -6
- package/esm2015/lib/pipes/pipe-filter-search/pipe-filter-search.module.js +17 -10
- package/esm2015/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.js +10 -6
- package/esm2015/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.js +17 -10
- package/esm2015/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.js +10 -6
- package/esm2015/lib/pipes/pipe-limit-to/pipe-limit-to.module.js +17 -10
- package/esm2015/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.js +10 -6
- package/esm2015/lib/pipes/pipe-list-filter/pipe-list-filter.module.js +17 -10
- package/esm2015/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.js +10 -6
- package/esm2015/lib/pipes/pipe-name-transform/pipe-name-transform.module.js +17 -10
- package/esm2015/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.js +10 -6
- package/esm2015/lib/pipes/pipe-order-by/pipe-order-by.module.js +17 -10
- package/esm2015/lib/pipes/pipe-order-by/pipe-order-by.pipe.js +10 -6
- package/esm2015/lib/pipes/pipe-partial-content/pipe-partial-content.module.js +17 -10
- package/esm2015/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.js +10 -6
- package/esm2015/lib/pipes/pipe-relative-time/pipe-relative-time.module.js +17 -10
- package/esm2015/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.js +10 -6
- package/esm2015/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.js +17 -10
- package/esm2015/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.js +11 -10
- package/esm2015/lib/resolvers/explore-detail.resolver.js +9 -15
- package/esm2015/lib/resolvers/marketing-offering.resolve.js +9 -11
- package/esm2015/lib/resolvers/page.resolver.js +12 -14
- package/esm2015/lib/services/auth-keycloak.service.js +11 -186
- package/esm2015/lib/services/auth-microsoft.service.js +9 -13
- package/esm2015/lib/services/configurations.service.js +9 -8
- package/esm2015/lib/services/event.service.js +12 -12
- package/esm2015/lib/services/logger.service.js +9 -11
- package/esm2015/lib/services/subapplication-respond.service.js +13 -155
- package/esm2015/lib/services/telemetry.service.js +12 -16
- package/esm2015/lib/services/user-preference.service.js +9 -13
- package/esm2015/lib/services/utility.service.js +10 -16
- package/esm2015/lib/services/value.service.js +10 -11
- package/esm2015/lib/services/widget-content.service.js +11 -17
- package/fesm2015/sunbird-cb-utils.js +988 -1073
- package/fesm2015/sunbird-cb-utils.js.map +1 -1
- package/lib/components/image-crop/image-crop.component.d.ts +3 -0
- package/lib/components/image-crop/image-crop.component.d.ts.map +1 -1
- package/lib/components/image-crop/image-crop.module.d.ts +14 -0
- package/lib/components/image-crop/image-crop.module.d.ts.map +1 -1
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.d.ts +3 -0
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.d.ts.map +1 -1
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.module.d.ts +6 -0
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.module.d.ts.map +1 -1
- package/lib/directives/default-thumbnail/default-thumbnail.directive.d.ts +3 -0
- package/lib/directives/default-thumbnail/default-thumbnail.directive.d.ts.map +1 -1
- package/lib/directives/default-thumbnail/default-thumbnail.module.d.ts +6 -0
- package/lib/directives/default-thumbnail/default-thumbnail.module.d.ts.map +1 -1
- package/lib/directives/image-responsive/image-responsive.directive.d.ts +3 -0
- package/lib/directives/image-responsive/image-responsive.directive.d.ts.map +1 -1
- package/lib/directives/image-responsive/image-responsive.module.d.ts +6 -0
- package/lib/directives/image-responsive/image-responsive.module.d.ts.map +1 -1
- package/lib/directives/in-view-port/in-view-port.directive.d.ts +3 -0
- package/lib/directives/in-view-port/in-view-port.directive.d.ts.map +1 -1
- package/lib/directives/in-view-port/in-view-port.module.d.ts +6 -0
- package/lib/directives/in-view-port/in-view-port.module.d.ts.map +1 -1
- package/lib/directives/navigation/navigation.directive.d.ts +3 -0
- package/lib/directives/navigation/navigation.directive.d.ts.map +1 -1
- package/lib/directives/navigation/navigation.module.d.ts +6 -0
- package/lib/directives/navigation/navigation.module.d.ts.map +1 -1
- package/lib/directives/permission/permission.directive.d.ts +3 -0
- package/lib/directives/permission/permission.directive.d.ts.map +1 -1
- package/lib/directives/permission/permission.module.d.ts +6 -0
- package/lib/directives/permission/permission.module.d.ts.map +1 -1
- package/lib/helpers/horizontal-scroller/horizontal-scroller.component.d.ts +3 -0
- package/lib/helpers/horizontal-scroller/horizontal-scroller.component.d.ts.map +1 -1
- package/lib/helpers/horizontal-scroller/horizontal-scroller.module.d.ts +9 -0
- package/lib/helpers/horizontal-scroller/horizontal-scroller.module.d.ts.map +1 -1
- package/lib/helpers/logout/logout.component.d.ts +3 -0
- package/lib/helpers/logout/logout.component.d.ts.map +1 -1
- package/lib/helpers/logout/logout.module.d.ts +8 -0
- package/lib/helpers/logout/logout.module.d.ts.map +1 -1
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.d.ts +6 -0
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.d.ts.map +1 -1
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.d.ts +3 -0
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.d.ts.map +1 -1
- package/lib/pipes/pipe-count-transform/pipe-count-transform.module.d.ts +6 -0
- package/lib/pipes/pipe-count-transform/pipe-count-transform.module.d.ts.map +1 -1
- package/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.d.ts +3 -0
- package/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.d.ts.map +1 -1
- package/lib/pipes/pipe-date-concat/pipe-date-concat.module.d.ts +6 -0
- package/lib/pipes/pipe-date-concat/pipe-date-concat.module.d.ts.map +1 -1
- package/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.d.ts +3 -0
- package/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.d.ts.map +1 -1
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.d.ts +6 -0
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.d.ts.map +1 -1
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.d.ts +3 -0
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.d.ts.map +1 -1
- package/lib/pipes/pipe-filter/pipe-filter.module.d.ts +6 -0
- package/lib/pipes/pipe-filter/pipe-filter.module.d.ts.map +1 -1
- package/lib/pipes/pipe-filter/pipe-filter.pipe.d.ts +3 -0
- package/lib/pipes/pipe-filter/pipe-filter.pipe.d.ts.map +1 -1
- package/lib/pipes/pipe-filter-search/pipe-filter-search.module.d.ts +6 -0
- package/lib/pipes/pipe-filter-search/pipe-filter-search.module.d.ts.map +1 -1
- package/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.d.ts +3 -0
- package/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.d.ts.map +1 -1
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.d.ts +6 -0
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.d.ts.map +1 -1
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.d.ts +3 -0
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.d.ts.map +1 -1
- package/lib/pipes/pipe-limit-to/pipe-limit-to.module.d.ts +6 -0
- package/lib/pipes/pipe-limit-to/pipe-limit-to.module.d.ts.map +1 -1
- package/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.d.ts +3 -0
- package/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.d.ts.map +1 -1
- package/lib/pipes/pipe-list-filter/pipe-list-filter.module.d.ts +6 -0
- package/lib/pipes/pipe-list-filter/pipe-list-filter.module.d.ts.map +1 -1
- package/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.d.ts +3 -0
- package/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.d.ts.map +1 -1
- package/lib/pipes/pipe-name-transform/pipe-name-transform.module.d.ts +6 -0
- package/lib/pipes/pipe-name-transform/pipe-name-transform.module.d.ts.map +1 -1
- package/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.d.ts +3 -0
- package/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.d.ts.map +1 -1
- package/lib/pipes/pipe-order-by/pipe-order-by.module.d.ts +6 -0
- package/lib/pipes/pipe-order-by/pipe-order-by.module.d.ts.map +1 -1
- package/lib/pipes/pipe-order-by/pipe-order-by.pipe.d.ts +3 -0
- package/lib/pipes/pipe-order-by/pipe-order-by.pipe.d.ts.map +1 -1
- package/lib/pipes/pipe-partial-content/pipe-partial-content.module.d.ts +6 -0
- package/lib/pipes/pipe-partial-content/pipe-partial-content.module.d.ts.map +1 -1
- package/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.d.ts +3 -0
- package/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.d.ts.map +1 -1
- package/lib/pipes/pipe-relative-time/pipe-relative-time.module.d.ts +6 -0
- package/lib/pipes/pipe-relative-time/pipe-relative-time.module.d.ts.map +1 -1
- package/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.d.ts +3 -0
- package/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.d.ts.map +1 -1
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.d.ts +6 -0
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.d.ts.map +1 -1
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.d.ts +3 -0
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.d.ts.map +1 -1
- package/lib/resolvers/explore-detail.resolver.d.ts +3 -0
- package/lib/resolvers/explore-detail.resolver.d.ts.map +1 -1
- package/lib/resolvers/marketing-offering.resolve.d.ts +3 -0
- package/lib/resolvers/marketing-offering.resolve.d.ts.map +1 -1
- package/lib/resolvers/page.resolver.d.ts +3 -0
- package/lib/resolvers/page.resolver.d.ts.map +1 -1
- package/lib/services/auth-keycloak.service.d.ts +4 -21
- package/lib/services/auth-keycloak.service.d.ts.map +1 -1
- package/lib/services/auth-microsoft.service.d.ts +3 -0
- package/lib/services/auth-microsoft.service.d.ts.map +1 -1
- package/lib/services/configurations.service.d.ts +3 -0
- package/lib/services/configurations.service.d.ts.map +1 -1
- package/lib/services/event.service.d.ts +3 -0
- package/lib/services/event.service.d.ts.map +1 -1
- package/lib/services/logger.service.d.ts +3 -0
- package/lib/services/logger.service.d.ts.map +1 -1
- package/lib/services/subapplication-respond.service.d.ts +4 -10
- package/lib/services/subapplication-respond.service.d.ts.map +1 -1
- package/lib/services/telemetry.service.d.ts +3 -0
- package/lib/services/telemetry.service.d.ts.map +1 -1
- package/lib/services/user-preference.service.d.ts +3 -0
- package/lib/services/user-preference.service.d.ts.map +1 -1
- package/lib/services/utility.service.d.ts +3 -0
- package/lib/services/utility.service.d.ts.map +1 -1
- package/lib/services/value.service.d.ts +3 -0
- package/lib/services/value.service.d.ts.map +1 -1
- package/lib/services/widget-content.service.d.ts +3 -0
- package/lib/services/widget-content.service.d.ts.map +1 -1
- package/package.json +1 -3
- package/sunbird-cb-utils-1.0.19-ang-13-16.tgz +0 -0
- package/sunbird-cb-utils.d.ts +1 -0
- package/sunbird-cb-utils.d.ts.map +1 -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.ngfactory.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.ngfactory.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.ngfactory.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.ngfactory.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.ngfactory.d.ts.map +0 -1
- package/lib/directives/navigation/navigation.directive.ngfactory.d.ts.map +0 -1
- package/lib/directives/navigation/navigation.module.ngfactory.d.ts.map +0 -1
- package/lib/directives/permission/permission.directive.ngfactory.d.ts.map +0 -1
- package/lib/directives/permission/permission.module.ngfactory.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.ngfactory.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.ngfactory.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.ngfactory.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.ngfactory.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.ngfactory.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.ngfactory.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.ngfactory.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.ngfactory.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.ngfactory.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.ngfactory.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.ngfactory.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.ngfactory.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.ngfactory.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.ngfactory.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.ngfactory.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.ngfactory.d.ts.map +0 -1
- package/lib/resolvers/explore-detail.resolver.ngfactory.d.ts.map +0 -1
- package/lib/resolvers/marketing-offering.resolve.ngfactory.d.ts.map +0 -1
- package/lib/resolvers/page.resolver.ngfactory.d.ts.map +0 -1
- package/lib/services/auth-keycloak.service.ngfactory.d.ts.map +0 -1
- package/lib/services/auth-microsoft.service.ngfactory.d.ts.map +0 -1
- package/lib/services/configurations.service.ngfactory.d.ts.map +0 -1
- package/lib/services/event.service.ngfactory.d.ts.map +0 -1
- package/lib/services/logger.service.ngfactory.d.ts.map +0 -1
- package/lib/services/subapplication-respond.service.ngfactory.d.ts.map +0 -1
- package/lib/services/telemetry.service.ngfactory.d.ts.map +0 -1
- package/lib/services/user-preference.service.ngfactory.d.ts.map +0 -1
- package/lib/services/utility.service.ngfactory.d.ts.map +0 -1
- package/lib/services/value.service.ngfactory.d.ts.map +0 -1
- package/lib/services/widget-content.service.ngfactory.d.ts.map +0 -1
- package/sunbird-cb-utils.metadata.json +0 -1
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class ValueService {
|
|
4
5
|
private breakpointObserver;
|
|
5
6
|
constructor(breakpointObserver: BreakpointObserver);
|
|
6
7
|
isXSmall$: Observable<boolean>;
|
|
7
8
|
isLtMedium$: Observable<boolean>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ValueService, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ValueService>;
|
|
8
11
|
}
|
|
9
12
|
//# sourceMappingURL=value.service.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"value.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/value.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAA;AACjC,OAAO,EAAE,kBAAkB,EAAgC,MAAM,qBAAqB,CAAA
|
|
1
|
+
{"version":3,"file":"value.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/value.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAA;AACjC,OAAO,EAAE,kBAAkB,EAAgC,MAAM,qBAAqB,CAAA;;AAGtF,qBAGa,YAAY;IAGrB,OAAO,CAAC,kBAAkB;gBAAlB,kBAAkB,EAAE,kBAAkB;IAGzC,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAEc;IAC5C,WAAW,EAAE,UAAU,CAAC,OAAO,CAAC,CAEY;yCAXxC,YAAY;6CAAZ,YAAY;CAaxB"}
|
|
@@ -5,6 +5,7 @@ import { ConfigurationsService } from './configurations.service';
|
|
|
5
5
|
import { NsContentStripMultiple } from './content-strip-multiple.model';
|
|
6
6
|
import { NsContent } from './widget-content.model';
|
|
7
7
|
import { NSSearch } from './widget-search.model';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
8
9
|
export declare class WidgetContentService {
|
|
9
10
|
private http;
|
|
10
11
|
private configSvc;
|
|
@@ -46,5 +47,7 @@ export declare class WidgetContentService {
|
|
|
46
47
|
registrationUrl?: string;
|
|
47
48
|
}>;
|
|
48
49
|
fetchConfig(url: string): Observable<any>;
|
|
50
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetContentService, never>;
|
|
51
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<WidgetContentService>;
|
|
49
52
|
}
|
|
50
53
|
//# sourceMappingURL=widget-content.service.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"widget-content.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/widget-content.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAEjD,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAA;AAErC,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAC9D,OAAO,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAA;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAA;AACvE,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA
|
|
1
|
+
{"version":3,"file":"widget-content.service.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/widget-content.service.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sunbird-cb/utils",
|
|
3
|
-
"version": "1.0.19-ang-
|
|
3
|
+
"version": "1.0.19-ang-13-16",
|
|
4
4
|
"main": "bundles/sunbird-cb-utils.umd.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"tslib": "^2.0.0"
|
|
@@ -17,7 +17,6 @@
|
|
|
17
17
|
"@angular/platform-browser-dynamic": "~12.2.17",
|
|
18
18
|
"@angular/router": "~12.2.17",
|
|
19
19
|
"ngx-image-cropper": "^3.3.4",
|
|
20
|
-
"keycloak-angular": "^6.1.0",
|
|
21
20
|
"@types/lodash": "^4.14.168",
|
|
22
21
|
"moment": "^2.29.1",
|
|
23
22
|
"rxjs": "~6.5.2"
|
|
@@ -27,6 +26,5 @@
|
|
|
27
26
|
"esm2015": "esm2015/sunbird-cb-utils.js",
|
|
28
27
|
"fesm2015": "fesm2015/sunbird-cb-utils.js",
|
|
29
28
|
"typings": "sunbird-cb-utils.d.ts",
|
|
30
|
-
"metadata": "sunbird-cb-utils.metadata.json",
|
|
31
29
|
"sideEffects": false
|
|
32
30
|
}
|
|
Binary file
|
package/sunbird-cb-utils.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sunbird-cb-utils.d.ts","sourceRoot":"","sources":["../../../library/sunbird-cb/utils/src/sunbird-cb-utils.ts"],"names":[],"mappings":"AAIA,cAAc,cAAc,CAAC"}
|
|
1
|
+
{"version":3,"file":"sunbird-cb-utils.d.ts","sourceRoot":"","sources":["../../../library/sunbird-cb/utils/src/sunbird-cb-utils.ts"],"names":[],"mappings":";AAIA,cAAc,cAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"image-crop.component.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/components/image-crop/image-crop.component.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"image-crop.component.scss.shim.ngstyle.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/components/image-crop/image-crop.component.scss.shim.ngstyle.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"image-crop.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/components/image-crop/image-crop.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAa1C,eAAO,MAAM,wBAAwB,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,eAAe,CAAiB,CAAC"}
|
package/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.ngfactory.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"class-change-on-scroll.directive.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.ngfactory.ts"],"names":[],"mappings":""}
|
package/lib/directives/class-change-on-scroll/class-change-on-scroll.module.ngfactory.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"class-change-on-scroll.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/class-change-on-scroll/class-change-on-scroll.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,iCAAiC,CAAC;AAGtD,eAAO,MAAM,kCAAkC,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,yBAAyB,CAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"default-thumbnail.directive.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/default-thumbnail/default-thumbnail.directive.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"default-thumbnail.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/default-thumbnail/default-thumbnail.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,4BAA4B,CAAC;AAGjD,eAAO,MAAM,+BAA+B,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,sBAAsB,CAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"image-responsive.directive.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/image-responsive/image-responsive.directive.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"image-responsive.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/image-responsive/image-responsive.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAGhD,eAAO,MAAM,8BAA8B,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,qBAAqB,CAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"in-view-port.directive.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/in-view-port/in-view-port.directive.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"in-view-port.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/in-view-port/in-view-port.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAG5C,eAAO,MAAM,yBAAyB,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,gBAAgB,CAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"navigation.directive.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/navigation/navigation.directive.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"navigation.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/navigation/navigation.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAG1C,eAAO,MAAM,yBAAyB,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,gBAAgB,CAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"permission.directive.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/permission/permission.directive.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"permission.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/directives/permission/permission.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAG1C,eAAO,MAAM,yBAAyB,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,gBAAgB,CAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"horizontal-scroller.component.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/helpers/horizontal-scroller/horizontal-scroller.component.ngfactory.ts"],"names":[],"mappings":""}
|
package/lib/helpers/horizontal-scroller/horizontal-scroller.component.scss.shim.ngstyle.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"horizontal-scroller.component.scss.shim.ngstyle.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/helpers/horizontal-scroller/horizontal-scroller.component.scss.shim.ngstyle.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"horizontal-scroller.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/helpers/horizontal-scroller/horizontal-scroller.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,8BAA8B,CAAC;AAOnD,eAAO,MAAM,iCAAiC,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,wBAAwB,CAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"logout.component.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/helpers/logout/logout.component.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"logout.component.scss.shim.ngstyle.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/helpers/logout/logout.component.scss.shim.ngstyle.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"logout.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/helpers/logout/logout.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAMtC,eAAO,MAAM,qBAAqB,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,YAAY,CAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-concise-date-range.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAGvD,eAAO,MAAM,mCAAmC,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,0BAA0B,CAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-concise-date-range.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-count-transform.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-count-transform/pipe-count-transform.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,+BAA+B,CAAC;AAGpD,eAAO,MAAM,iCAAiC,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,wBAAwB,CAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-count-transform.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-date-concat.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-date-concat/pipe-date-concat.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAGhD,eAAO,MAAM,6BAA6B,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,oBAAoB,CAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-date-concat.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-duration-transform.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAGvD,eAAO,MAAM,oCAAoC,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,2BAA2B,CAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-duration-transform.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-filter.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-filter/pipe-filter.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAG3C,eAAO,MAAM,yBAAyB,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,gBAAgB,CAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-filter.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-filter/pipe-filter.pipe.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-filter-search.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-filter-search/pipe-filter-search.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAGlD,eAAO,MAAM,+BAA+B,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,sBAAsB,CAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-filter-search.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-html-tag-removal.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,gCAAgC,CAAC;AAGrD,eAAO,MAAM,iCAAiC,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,wBAAwB,CAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-html-tag-removal.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-limit-to.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-limit-to/pipe-limit-to.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,wBAAwB,CAAC;AAG7C,eAAO,MAAM,0BAA0B,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,iBAAiB,CAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-limit-to.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-list-filter.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-list-filter/pipe-list-filter.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAGhD,eAAO,MAAM,6BAA6B,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,oBAAoB,CAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-list-filter.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-name-transform.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-name-transform/pipe-name-transform.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,8BAA8B,CAAC;AAGnD,eAAO,MAAM,gCAAgC,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,uBAAuB,CAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-name-transform.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-order-by.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-order-by/pipe-order-by.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,wBAAwB,CAAC;AAG7C,eAAO,MAAM,0BAA0B,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,iBAAiB,CAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-order-by.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-order-by/pipe-order-by.pipe.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-partial-content.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-partial-content/pipe-partial-content.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,+BAA+B,CAAC;AAGpD,eAAO,MAAM,iCAAiC,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,wBAAwB,CAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-partial-content.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-relative-time.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-relative-time/pipe-relative-time.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAGlD,eAAO,MAAM,+BAA+B,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,sBAAsB,CAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-relative-time.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-safe-sanitizer.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,8BAA8B,CAAC;AAGnD,eAAO,MAAM,gCAAgC,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,uBAAuB,CAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe-safe-sanitizer.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../library/sunbird-cb/utils/src/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"explore-detail.resolver.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/resolvers/explore-detail.resolver.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"marketing-offering.resolve.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/resolvers/marketing-offering.resolve.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"page.resolver.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/resolvers/page.resolver.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"auth-keycloak.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/auth-keycloak.service.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"auth-microsoft.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/auth-microsoft.service.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"configurations.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/configurations.service.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"event.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/event.service.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"logger.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/logger.service.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"subapplication-respond.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/subapplication-respond.service.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"telemetry.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/telemetry.service.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"user-preference.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/user-preference.service.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utility.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/utility.service.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"value.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/value.service.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"widget-content.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../library/sunbird-cb/utils/src/lib/services/widget-content.service.ngfactory.ts"],"names":[],"mappings":""}
|