@sunbird-cb/utils-v2 0.0.0-watch
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -0
- package/esm2022/lib/components/image-crop/image-crop.component.mjs +172 -0
- package/esm2022/lib/components/image-crop/image-crop.module.mjs +55 -0
- package/esm2022/lib/constants/features.enum.mjs +555 -0
- package/esm2022/lib/constants/instances.enum.mjs +5 -0
- package/esm2022/lib/constants/misc.constants.mjs +2 -0
- package/esm2022/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.mjs +87 -0
- package/esm2022/lib/directives/class-change-on-scroll/class-change-on-scroll.module.mjs +20 -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/in-view-port/in-view-port.directive.mjs +62 -0
- package/esm2022/lib/directives/in-view-port/in-view-port.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/permission/permission.directive.mjs +14 -0
- package/esm2022/lib/directives/permission/permission.module.mjs +20 -0
- package/esm2022/lib/helpers/functions/getStringifiedQueryParams.mjs +9 -0
- package/esm2022/lib/helpers/horizontal-scroller/horizontal-scroller.component.mjs +96 -0
- package/esm2022/lib/helpers/horizontal-scroller/horizontal-scroller.module.mjs +32 -0
- package/esm2022/lib/helpers/horizontal-scroller-v2/horizontal-scroller-v2.component.mjs +186 -0
- package/esm2022/lib/helpers/horizontal-scroller-v2/horizontal-scroller-v2.module.mjs +32 -0
- package/esm2022/lib/helpers/logout/logout.component.mjs +78 -0
- package/esm2022/lib/helpers/logout/logout.module.mjs +31 -0
- package/esm2022/lib/models/profile-v3.models.mjs +2 -0
- package/esm2022/lib/pipes/pipe-certificate-image-URL/pipe-certimage-URL.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-certificate-image-URL/pipe-certimage-URL.pipe.mjs +117 -0
- package/esm2022/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.mjs +18 -0
- package/esm2022/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.mjs +57 -0
- package/esm2022/lib/pipes/pipe-count-transform/pipe-count-transform.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.mjs +37 -0
- package/esm2022/lib/pipes/pipe-coursename/PipeCourseNameModule.mjs +20 -0
- package/esm2022/lib/pipes/pipe-coursename/pipe-coursename.pipe.mjs +17 -0
- package/esm2022/lib/pipes/pipe-date-concat/pipe-date-concat.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.mjs +36 -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 +86 -0
- package/esm2022/lib/pipes/pipe-email/pipe-email.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-email/pipe-email.pipe.mjs +16 -0
- package/esm2022/lib/pipes/pipe-filter/pipe-filter.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-filter/pipe-filter.pipe.mjs +20 -0
- package/esm2022/lib/pipes/pipe-filter-search/pipe-filter-search.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.mjs +42 -0
- package/esm2022/lib/pipes/pipe-filter-v2/pipe-filter-v2.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-filter-v2/pipe-filter-v2.pipe.mjs +25 -0
- package/esm2022/lib/pipes/pipe-filter-v3/pipe-filter-v3.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-filter-v3/pipe-filter-v3.pipe.mjs +27 -0
- package/esm2022/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.mjs +16 -0
- package/esm2022/lib/pipes/pipe-limit-to/pipe-limit-to.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.mjs +29 -0
- package/esm2022/lib/pipes/pipe-list-filter/pipe-list-filter.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.mjs +21 -0
- package/esm2022/lib/pipes/pipe-name-transform/pipe-name-transform.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.mjs +26 -0
- package/esm2022/lib/pipes/pipe-nic-relative/pipe-nic-relative.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-nic-relative/pipe-nic-relative.pipe.mjs +40 -0
- package/esm2022/lib/pipes/pipe-order-by/pipe-order-by.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-order-by/pipe-order-by.pipe.mjs +17 -0
- package/esm2022/lib/pipes/pipe-ordinal/pipe-ordinal.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-ordinal/pipe-ordinal.pipe.mjs +21 -0
- package/esm2022/lib/pipes/pipe-partial-content/pipe-partial-content.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.mjs +22 -0
- package/esm2022/lib/pipes/pipe-public-URL/pipe-public-URL.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-public-URL/pipe-public-URL.pipe.mjs +27 -0
- package/esm2022/lib/pipes/pipe-relative-time/pipe-relative-time.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.mjs +20 -0
- package/esm2022/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.mjs +20 -0
- package/esm2022/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.mjs +33 -0
- package/esm2022/lib/resolvers/explore-detail.resolver.mjs +76 -0
- package/esm2022/lib/resolvers/marketing-offering.resolve.mjs +35 -0
- package/esm2022/lib/resolvers/module-name.resolver.mjs +36 -0
- package/esm2022/lib/resolvers/page-name.resolver.mjs +33 -0
- package/esm2022/lib/resolvers/page.constant.mjs +4 -0
- package/esm2022/lib/resolvers/page.model.mjs +2 -0
- package/esm2022/lib/resolvers/page.resolver.mjs +82 -0
- package/esm2022/lib/resolvers/resolver.model.mjs +2 -0
- package/esm2022/lib/services/auth-keycloak.service.mjs +124 -0
- package/esm2022/lib/services/auth-microsoft.service.mjs +173 -0
- package/esm2022/lib/services/card-content.model.mjs +11 -0
- package/esm2022/lib/services/configurations.model.mjs +2 -0
- package/esm2022/lib/services/configurations.service.mjs +83 -0
- package/esm2022/lib/services/content-strip-multiple.model.mjs +2 -0
- package/esm2022/lib/services/event.model.mjs +145 -0
- package/esm2022/lib/services/event.service.mjs +294 -0
- package/esm2022/lib/services/logger.service.mjs +45 -0
- package/esm2022/lib/services/ms-office.model.mjs +2 -0
- package/esm2022/lib/services/multilingual-translations.service.mjs +121 -0
- package/esm2022/lib/services/nps-grid.service.mjs +38 -0
- package/esm2022/lib/services/subapplication-respond.service.mjs +206 -0
- package/esm2022/lib/services/telemetry.service.mjs +695 -0
- package/esm2022/lib/services/user-preference.model.mjs +2 -0
- package/esm2022/lib/services/user-preference.service.mjs +92 -0
- package/esm2022/lib/services/utility.service.mjs +122 -0
- package/esm2022/lib/services/value.service.mjs +25 -0
- package/esm2022/lib/services/widget-content.model.mjs +144 -0
- package/esm2022/lib/services/widget-content.service.mjs +198 -0
- package/esm2022/lib/services/widget-resolver.model.mjs +2 -0
- package/esm2022/lib/services/widget-search.model.mjs +2 -0
- package/esm2022/lib/services-new/data-transfer.service.mjs +23 -0
- package/esm2022/lib/services-new/widget-enroll.service.mjs +55 -0
- package/esm2022/public-api.mjs +98 -0
- package/esm2022/sunbird-cb-utils-v2.mjs +2 -0
- package/fesm2022/sunbird-cb-utils-v2.mjs +5424 -0
- package/fesm2022/sunbird-cb-utils-v2.mjs.map +1 -0
- package/index.d.ts +2 -0
- package/lib/components/image-crop/image-crop.component.d.ts +59 -0
- package/lib/components/image-crop/image-crop.module.d.ts +16 -0
- package/lib/constants/features.enum.d.ts +553 -0
- package/lib/constants/instances.enum.d.ts +3 -0
- package/lib/constants/misc.constants.d.ts +2 -0
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.directive.d.ts +21 -0
- package/lib/directives/class-change-on-scroll/class-change-on-scroll.module.d.ts +8 -0
- package/lib/directives/default-thumbnail/default-thumbnail.directive.d.ts +12 -0
- package/lib/directives/default-thumbnail/default-thumbnail.module.d.ts +8 -0
- package/lib/directives/image-responsive/image-responsive.directive.d.ts +20 -0
- package/lib/directives/image-responsive/image-responsive.module.d.ts +8 -0
- package/lib/directives/in-view-port/in-view-port.directive.d.ts +14 -0
- package/lib/directives/in-view-port/in-view-port.module.d.ts +8 -0
- package/lib/directives/navigation/navigation.directive.d.ts +12 -0
- package/lib/directives/navigation/navigation.module.d.ts +8 -0
- package/lib/directives/permission/permission.directive.d.ts +6 -0
- package/lib/directives/permission/permission.module.d.ts +8 -0
- package/lib/helpers/functions/getStringifiedQueryParams.d.ts +3 -0
- package/lib/helpers/horizontal-scroller/horizontal-scroller.component.d.ts +21 -0
- package/lib/helpers/horizontal-scroller/horizontal-scroller.module.d.ts +11 -0
- package/lib/helpers/horizontal-scroller-v2/horizontal-scroller-v2.component.d.ts +39 -0
- package/lib/helpers/horizontal-scroller-v2/horizontal-scroller-v2.module.d.ts +11 -0
- package/lib/helpers/logout/logout.component.d.ts +23 -0
- package/lib/helpers/logout/logout.module.d.ts +11 -0
- package/lib/models/profile-v3.models.d.ts +91 -0
- package/lib/pipes/pipe-certificate-image-URL/pipe-certimage-URL.module.d.ts +8 -0
- package/lib/pipes/pipe-certificate-image-URL/pipe-certimage-URL.pipe.d.ts +9 -0
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.module.d.ts +8 -0
- package/lib/pipes/pipe-concise-date-range/pipe-concise-date-range.pipe.d.ts +13 -0
- package/lib/pipes/pipe-count-transform/pipe-count-transform.module.d.ts +8 -0
- package/lib/pipes/pipe-count-transform/pipe-count-transform.pipe.d.ts +7 -0
- package/lib/pipes/pipe-coursename/PipeCourseNameModule.d.ts +8 -0
- package/lib/pipes/pipe-coursename/pipe-coursename.pipe.d.ts +7 -0
- package/lib/pipes/pipe-date-concat/pipe-date-concat.module.d.ts +8 -0
- package/lib/pipes/pipe-date-concat/pipe-date-concat.pipe.d.ts +16 -0
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.module.d.ts +8 -0
- package/lib/pipes/pipe-duration-transform/pipe-duration-transform.pipe.d.ts +9 -0
- package/lib/pipes/pipe-email/pipe-email.module.d.ts +8 -0
- package/lib/pipes/pipe-email/pipe-email.pipe.d.ts +7 -0
- package/lib/pipes/pipe-filter/pipe-filter.module.d.ts +8 -0
- package/lib/pipes/pipe-filter/pipe-filter.pipe.d.ts +7 -0
- package/lib/pipes/pipe-filter-search/pipe-filter-search.module.d.ts +8 -0
- package/lib/pipes/pipe-filter-search/pipe-filter-search.pipe.d.ts +7 -0
- package/lib/pipes/pipe-filter-v2/pipe-filter-v2.module.d.ts +8 -0
- package/lib/pipes/pipe-filter-v2/pipe-filter-v2.pipe.d.ts +7 -0
- package/lib/pipes/pipe-filter-v3/pipe-filter-v3.module.d.ts +8 -0
- package/lib/pipes/pipe-filter-v3/pipe-filter-v3.pipe.d.ts +7 -0
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.module.d.ts +8 -0
- package/lib/pipes/pipe-html-tag-removal/pipe-html-tag-removal.pipe.d.ts +7 -0
- package/lib/pipes/pipe-limit-to/pipe-limit-to.module.d.ts +8 -0
- package/lib/pipes/pipe-limit-to/pipe-limit-to.pipe.d.ts +7 -0
- package/lib/pipes/pipe-list-filter/pipe-list-filter.module.d.ts +8 -0
- package/lib/pipes/pipe-list-filter/pipe-list-filter.pipe.d.ts +7 -0
- package/lib/pipes/pipe-name-transform/pipe-name-transform.module.d.ts +8 -0
- package/lib/pipes/pipe-name-transform/pipe-name-transform.pipe.d.ts +12 -0
- package/lib/pipes/pipe-nic-relative/pipe-nic-relative.module.d.ts +8 -0
- package/lib/pipes/pipe-nic-relative/pipe-nic-relative.pipe.d.ts +10 -0
- package/lib/pipes/pipe-order-by/pipe-order-by.module.d.ts +8 -0
- package/lib/pipes/pipe-order-by/pipe-order-by.pipe.d.ts +12 -0
- package/lib/pipes/pipe-ordinal/pipe-ordinal.module.d.ts +8 -0
- package/lib/pipes/pipe-ordinal/pipe-ordinal.pipe.d.ts +7 -0
- package/lib/pipes/pipe-partial-content/pipe-partial-content.module.d.ts +8 -0
- package/lib/pipes/pipe-partial-content/pipe-partial-content.pipe.d.ts +7 -0
- package/lib/pipes/pipe-public-URL/pipe-public-URL.module.d.ts +8 -0
- package/lib/pipes/pipe-public-URL/pipe-public-URL.pipe.d.ts +9 -0
- package/lib/pipes/pipe-relative-time/pipe-relative-time.module.d.ts +8 -0
- package/lib/pipes/pipe-relative-time/pipe-relative-time.pipe.d.ts +7 -0
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.module.d.ts +8 -0
- package/lib/pipes/pipe-safe-sanitizer/pipe-safe-sanitizer.pipe.d.ts +10 -0
- package/lib/resolvers/explore-detail.resolver.d.ts +19 -0
- package/lib/resolvers/marketing-offering.resolve.d.ts +13 -0
- package/lib/resolvers/module-name.resolver.d.ts +9 -0
- package/lib/resolvers/page-name.resolver.d.ts +8 -0
- package/lib/resolvers/page.constant.d.ts +1 -0
- package/lib/resolvers/page.model.d.ts +41 -0
- package/lib/resolvers/page.resolver.d.ts +20 -0
- package/lib/resolvers/resolver.model.d.ts +4 -0
- package/lib/services/auth-keycloak.service.d.ts +23 -0
- package/lib/services/auth-microsoft.service.d.ts +33 -0
- package/lib/services/card-content.model.d.ts +29 -0
- package/lib/services/configurations.model.d.ts +526 -0
- package/lib/services/configurations.service.d.ts +79 -0
- package/lib/services/content-strip-multiple.model.d.ts +80 -0
- package/lib/services/event.model.d.ts +222 -0
- package/lib/services/event.service.d.ts +39 -0
- package/lib/services/logger.service.d.ts +18 -0
- package/lib/services/ms-office.model.d.ts +6 -0
- package/lib/services/multilingual-translations.service.d.ts +23 -0
- package/lib/services/nps-grid.service.d.ts +15 -0
- package/lib/services/subapplication-respond.service.d.ts +26 -0
- package/lib/services/telemetry.service.d.ts +59 -0
- package/lib/services/user-preference.model.d.ts +34 -0
- package/lib/services/user-preference.service.d.ts +14 -0
- package/lib/services/utility.service.d.ts +34 -0
- package/lib/services/value.service.d.ts +11 -0
- package/lib/services/widget-content.model.d.ts +356 -0
- package/lib/services/widget-content.service.d.ts +54 -0
- package/lib/services/widget-resolver.model.d.ts +48 -0
- package/lib/services/widget-search.model.d.ts +114 -0
- package/lib/services-new/data-transfer.service.d.ts +10 -0
- package/lib/services-new/widget-enroll.service.d.ts +17 -0
- package/package.json +38 -0
- package/public-api.d.ts +97 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { OnInit, OnDestroy, AfterViewInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ClassChangeOnScrollDirective implements OnInit, OnDestroy, AfterViewInit {
|
|
4
|
+
wsClassOnScrollDirChange: number;
|
|
5
|
+
get isScrollingDown(): boolean;
|
|
6
|
+
get isScrollingUp(): boolean;
|
|
7
|
+
get isNotScrolling(): boolean;
|
|
8
|
+
hasScrolledDown: boolean;
|
|
9
|
+
private windowScrollSubscription;
|
|
10
|
+
private timeoutTimer;
|
|
11
|
+
private lastScreenTop;
|
|
12
|
+
private currState;
|
|
13
|
+
constructor();
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
ngAfterViewInit(): void;
|
|
16
|
+
ngOnDestroy(): void;
|
|
17
|
+
private setScrollState;
|
|
18
|
+
private resetScrollingState;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClassChangeOnScrollDirective, never>;
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ClassChangeOnScrollDirective, "[wsUtilsClassChangeOnScroll]", never, { "wsClassOnScrollDirChange": { "alias": "wsClassOnScrollDirChange"; "required": false; }; }, {}, never, never, false, never>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./class-change-on-scroll.directive";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class ClassChangeOnScrollModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClassChangeOnScrollModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ClassChangeOnScrollModule, [typeof i1.ClassChangeOnScrollDirective], [typeof i2.CommonModule], [typeof i1.ClassChangeOnScrollDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ClassChangeOnScrollModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnChanges } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DefaultThumbnailDirective implements OnChanges {
|
|
4
|
+
wsUtilsDefaultThumbnail: string;
|
|
5
|
+
src: string;
|
|
6
|
+
isSrcUpdateAttemptedForDefault: boolean;
|
|
7
|
+
srcUrl: string;
|
|
8
|
+
updateSrc(): void;
|
|
9
|
+
ngOnChanges(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultThumbnailDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DefaultThumbnailDirective, "[wsUtilsDefaultThumbnail]", never, { "wsUtilsDefaultThumbnail": { "alias": "wsUtilsDefaultThumbnail"; "required": false; }; "src": { "alias": "src"; "required": false; }; }, {}, never, never, false, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./default-thumbnail.directive";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class DefaultThumbnailModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultThumbnailModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DefaultThumbnailModule, [typeof i1.DefaultThumbnailDirective], [typeof i2.CommonModule], [typeof i1.DefaultThumbnailDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DefaultThumbnailModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
2
|
+
import { OnChanges, OnDestroy } from '@angular/core';
|
|
3
|
+
import { Subscription } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export interface IImageResponsiveUnit {
|
|
6
|
+
[key: string]: string;
|
|
7
|
+
}
|
|
8
|
+
export declare class ImageResponsiveDirective implements OnChanges, OnDestroy {
|
|
9
|
+
private breakpointObserver;
|
|
10
|
+
src: IImageResponsiveUnit | null;
|
|
11
|
+
srcBindUrl: string;
|
|
12
|
+
currentSize: string;
|
|
13
|
+
breakpointSubscription: Subscription | null;
|
|
14
|
+
constructor(breakpointObserver: BreakpointObserver);
|
|
15
|
+
ngOnChanges(): void;
|
|
16
|
+
ngOnDestroy(): void;
|
|
17
|
+
private setSrc;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ImageResponsiveDirective, never>;
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ImageResponsiveDirective, "[wsUtilsImageResponsive]", never, { "src": { "alias": "src"; "required": false; }; }, {}, never, never, false, never>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./image-responsive.directive";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class ImageResponsiveModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ImageResponsiveModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ImageResponsiveModule, [typeof i1.ImageResponsiveDirective], [typeof i2.CommonModule], [typeof i1.ImageResponsiveDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ImageResponsiveModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OnInit, EventEmitter, ElementRef, OnDestroy } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class InViewPortDirective implements OnInit, OnDestroy {
|
|
4
|
+
private _el;
|
|
5
|
+
private scroll;
|
|
6
|
+
private resize;
|
|
7
|
+
inViewport: EventEmitter<boolean>;
|
|
8
|
+
constructor(_el: ElementRef);
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
ngOnDestroy(): void;
|
|
11
|
+
check(partial?: boolean, direction?: string): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InViewPortDirective, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<InViewPortDirective, "[wsUtilsInViewPort]", never, {}, { "inViewport": "inViewport"; }, never, never, false, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./in-view-port.directive";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class InViewPortModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InViewPortModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<InViewPortModule, [typeof i1.InViewPortDirective], [typeof i2.CommonModule], [typeof i1.InViewPortDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<InViewPortModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnChanges } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class NavigationDirective implements OnChanges {
|
|
4
|
+
wsUtilsNavigation: string;
|
|
5
|
+
openInNewTab: boolean;
|
|
6
|
+
routeUrl: string;
|
|
7
|
+
onMouseEnter($event: Event): void;
|
|
8
|
+
constructor();
|
|
9
|
+
ngOnChanges(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NavigationDirective, "[wsUtilsNavigation]", never, { "wsUtilsNavigation": { "alias": "wsUtilsNavigation"; "required": false; }; "openInNewTab": { "alias": "openInNewTab"; "required": false; }; "routeUrl": { "alias": "routeUrl"; "required": false; }; }, {}, never, never, false, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./navigation.directive";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class NavigationModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NavigationModule, [typeof i1.NavigationDirective], [typeof i2.CommonModule], [typeof i1.NavigationDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NavigationModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class PermissionDirective {
|
|
3
|
+
constructor();
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PermissionDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PermissionDirective, "[wsUtilsPermission]", never, {}, {}, never, never, false, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./permission.directive";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class PermissionModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PermissionModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PermissionModule, [typeof i1.PermissionDirective], [typeof i2.CommonModule], [typeof i1.PermissionDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PermissionModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { OnInit, OnChanges, OnDestroy, EventEmitter, ElementRef } from '@angular/core';
|
|
2
|
+
import { TFetchStatus } from '../../constants/misc.constants';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class HorizontalScrollerComponent implements OnInit, OnChanges, OnDestroy {
|
|
5
|
+
loadStatus: TFetchStatus;
|
|
6
|
+
onHover: boolean;
|
|
7
|
+
loadNext: EventEmitter<any>;
|
|
8
|
+
horizontalScrollElem: ElementRef | null;
|
|
9
|
+
enablePrev: boolean;
|
|
10
|
+
enableNext: boolean;
|
|
11
|
+
private scrollObserver;
|
|
12
|
+
constructor();
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
ngOnChanges(): void;
|
|
15
|
+
ngOnDestroy(): void;
|
|
16
|
+
showPrev(): void;
|
|
17
|
+
showNext(): void;
|
|
18
|
+
private updateNavigationBtnStatus;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HorizontalScrollerComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HorizontalScrollerComponent, "ws-utils-horizontal-scroller", never, { "loadStatus": { "alias": "loadStatus"; "required": false; }; "onHover": { "alias": "onHover"; "required": false; }; }, { "loadNext": "loadNext"; }, never, ["*"], false, never>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./horizontal-scroller.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/legacy-button";
|
|
5
|
+
import * as i4 from "@angular/material/icon";
|
|
6
|
+
import * as i5 from "@angular/material/legacy-progress-spinner";
|
|
7
|
+
export declare class HorizontalScrollerModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HorizontalScrollerModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HorizontalScrollerModule, [typeof i1.HorizontalScrollerComponent], [typeof i2.CommonModule, typeof i3.MatLegacyButtonModule, typeof i4.MatIconModule, typeof i5.MatLegacyProgressSpinnerModule], [typeof i1.HorizontalScrollerComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<HorizontalScrollerModule>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { OnInit, OnChanges, OnDestroy, EventEmitter, ElementRef } from '@angular/core';
|
|
2
|
+
import { TFetchStatus } from '../../constants/misc.constants';
|
|
3
|
+
import { EventService } from '../../services/event.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class HorizontalScrollerV2Component implements OnInit, OnChanges, OnDestroy {
|
|
6
|
+
private eventService;
|
|
7
|
+
loadStatus: TFetchStatus;
|
|
8
|
+
onHover: boolean;
|
|
9
|
+
sliderConfig: {
|
|
10
|
+
showNavs: boolean;
|
|
11
|
+
showDots: boolean;
|
|
12
|
+
cerificateCardMargin: boolean;
|
|
13
|
+
};
|
|
14
|
+
loadNext: EventEmitter<any>;
|
|
15
|
+
widgetsLength: any;
|
|
16
|
+
defaultMaxWidgets: any;
|
|
17
|
+
stripConfig: any;
|
|
18
|
+
stripsResultDataMap: any;
|
|
19
|
+
subtype: string;
|
|
20
|
+
horizontalScrollElem: ElementRef | null;
|
|
21
|
+
enablePrev: boolean;
|
|
22
|
+
enableNext: boolean;
|
|
23
|
+
activeNav: number;
|
|
24
|
+
cardSubType: string;
|
|
25
|
+
bottomDotsArray: any;
|
|
26
|
+
private scrollObserver;
|
|
27
|
+
constructor(eventService: EventService);
|
|
28
|
+
ngOnInit(): void;
|
|
29
|
+
ngOnChanges(): void;
|
|
30
|
+
ngOnDestroy(): void;
|
|
31
|
+
showPrev(): void;
|
|
32
|
+
showNext(): void;
|
|
33
|
+
private raiseNavigationTelemetry;
|
|
34
|
+
private updateNavigationBtnStatus;
|
|
35
|
+
slideTo(ele: any): void;
|
|
36
|
+
getBottomDotsArray(): void;
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HorizontalScrollerV2Component, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HorizontalScrollerV2Component, "ws-utils-horizontal-scroller-v2", never, { "loadStatus": { "alias": "loadStatus"; "required": false; }; "onHover": { "alias": "onHover"; "required": false; }; "sliderConfig": { "alias": "sliderConfig"; "required": false; }; "widgetsLength": { "alias": "widgetsLength"; "required": false; }; "defaultMaxWidgets": { "alias": "defaultMaxWidgets"; "required": false; }; "stripConfig": { "alias": "stripConfig"; "required": false; }; "stripsResultDataMap": { "alias": "stripsResultDataMap"; "required": false; }; "subtype": { "alias": "subtype"; "required": false; }; }, { "loadNext": "loadNext"; }, never, ["*"], false, never>;
|
|
39
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./horizontal-scroller-v2.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/legacy-button";
|
|
5
|
+
import * as i4 from "@angular/material/icon";
|
|
6
|
+
import * as i5 from "@angular/material/legacy-progress-spinner";
|
|
7
|
+
export declare class HorizontalScrollerV2Module {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HorizontalScrollerV2Module, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HorizontalScrollerV2Module, [typeof i1.HorizontalScrollerV2Component], [typeof i2.CommonModule, typeof i3.MatLegacyButtonModule, typeof i4.MatIconModule, typeof i5.MatLegacyProgressSpinnerModule], [typeof i1.HorizontalScrollerV2Component]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<HorizontalScrollerV2Module>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { MatLegacyDialogRef as MatDialogRef } from '@angular/material/legacy-dialog';
|
|
3
|
+
import { AuthKeycloakService } from '../../services/auth-keycloak.service';
|
|
4
|
+
import { ConfigurationsService } from '../../services/configurations.service';
|
|
5
|
+
import { UtilityService } from '../../services/utility.service';
|
|
6
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class LogoutComponent implements OnInit {
|
|
9
|
+
dialogRef: MatDialogRef<LogoutComponent>;
|
|
10
|
+
private authSvc;
|
|
11
|
+
private configSvc;
|
|
12
|
+
private utilitySvc;
|
|
13
|
+
private translate;
|
|
14
|
+
disabled: boolean;
|
|
15
|
+
isDownloadableIos: boolean;
|
|
16
|
+
isDownloadableAndroid: boolean;
|
|
17
|
+
constructor(dialogRef: MatDialogRef<LogoutComponent>, authSvc: AuthKeycloakService, configSvc: ConfigurationsService, utilitySvc: UtilityService, translate: TranslateService);
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
confirmed(): void;
|
|
20
|
+
get isDownloadable(): boolean;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LogoutComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LogoutComponent, "ws-utils-logout", never, {}, {}, never, never, false, never>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./logout.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/legacy-button";
|
|
5
|
+
import * as i4 from "@angular/material/legacy-dialog";
|
|
6
|
+
import * as i5 from "@ngx-translate/core";
|
|
7
|
+
export declare class LogoutModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LogoutModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LogoutModule, [typeof i1.LogoutComponent], [typeof i2.CommonModule, typeof i3.MatLegacyButtonModule, typeof i4.MatLegacyDialogModule, typeof i5.TranslateModule], never>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<LogoutModule>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
export declare namespace NSProfileDataV3 {
|
|
2
|
+
interface IProfileJsonData {
|
|
3
|
+
tabs: IProfileTab[];
|
|
4
|
+
}
|
|
5
|
+
interface IProfileTab {
|
|
6
|
+
name: string;
|
|
7
|
+
key: string;
|
|
8
|
+
badges: {
|
|
9
|
+
enabled: boolean;
|
|
10
|
+
uri?: string;
|
|
11
|
+
};
|
|
12
|
+
enabled: boolean;
|
|
13
|
+
check: boolean;
|
|
14
|
+
routerLink: string;
|
|
15
|
+
step: number;
|
|
16
|
+
description: string;
|
|
17
|
+
largeDesc?: any;
|
|
18
|
+
allowSkip?: any;
|
|
19
|
+
}
|
|
20
|
+
interface ICompetencie {
|
|
21
|
+
type: string;
|
|
22
|
+
status: string;
|
|
23
|
+
source: string;
|
|
24
|
+
competencySelfAttestedLevel?: string;
|
|
25
|
+
competencySelfAttestedLevelValue?: string;
|
|
26
|
+
competencySelfAttestedLevelName?: string;
|
|
27
|
+
osid?: string;
|
|
28
|
+
competencyType?: string;
|
|
29
|
+
description: string;
|
|
30
|
+
id: string;
|
|
31
|
+
name: string;
|
|
32
|
+
competencyLevel?: ICompetencyLevel[];
|
|
33
|
+
children?: any[];
|
|
34
|
+
competencyCBPCompletionLevel?: string;
|
|
35
|
+
competencyCBPCompletionLevelName?: string;
|
|
36
|
+
competencyCBPCompletionLevelValue?: string;
|
|
37
|
+
}
|
|
38
|
+
interface ICompetencyLevel {
|
|
39
|
+
name: string;
|
|
40
|
+
}
|
|
41
|
+
interface ITopic {
|
|
42
|
+
children: any[];
|
|
43
|
+
code: string;
|
|
44
|
+
description: string;
|
|
45
|
+
identifier: string;
|
|
46
|
+
index: number;
|
|
47
|
+
name: string;
|
|
48
|
+
noOfHoursConsumed: number;
|
|
49
|
+
status: string;
|
|
50
|
+
}
|
|
51
|
+
interface ISearch {
|
|
52
|
+
type: string;
|
|
53
|
+
field: string;
|
|
54
|
+
keyword: string;
|
|
55
|
+
}
|
|
56
|
+
interface IDesiredTopic {
|
|
57
|
+
request: {
|
|
58
|
+
userId: string;
|
|
59
|
+
profileDetails: {
|
|
60
|
+
desiredTopics: string[];
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
interface ISystemTopic {
|
|
65
|
+
request: {
|
|
66
|
+
userId: string;
|
|
67
|
+
profileDetails: {
|
|
68
|
+
systemTopics: ISystemTopicChield[];
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
interface ISystemTopicChield {
|
|
73
|
+
identifier: string;
|
|
74
|
+
name: string;
|
|
75
|
+
children: [];
|
|
76
|
+
}
|
|
77
|
+
interface IRolesAndActivities {
|
|
78
|
+
id: string;
|
|
79
|
+
name: string;
|
|
80
|
+
description: string;
|
|
81
|
+
activities: IRolesActivity[];
|
|
82
|
+
}
|
|
83
|
+
interface IRolesActivity {
|
|
84
|
+
description: string;
|
|
85
|
+
id: string;
|
|
86
|
+
name: string;
|
|
87
|
+
}
|
|
88
|
+
interface IChipItems {
|
|
89
|
+
name: string;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pipe-certimage-URL.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class PipeCertificateImageURLModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeCertificateImageURLModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PipeCertificateImageURLModule, [typeof i1.PipeCertificateImageURL], [typeof i2.CommonModule], [typeof i1.PipeCertificateImageURL]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PipeCertificateImageURLModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class PipeCertificateImageURL implements PipeTransform {
|
|
4
|
+
environment: any;
|
|
5
|
+
constructor(environment: any);
|
|
6
|
+
transform(value: string): any;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeCertificateImageURL, never>;
|
|
8
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PipeCertificateImageURL, "pipeCertImageURL", false>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pipe-concise-date-range.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class PipeConciseDateRangeModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeConciseDateRangeModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PipeConciseDateRangeModule, [typeof i1.PipeConciseDateRangePipe], [typeof i2.CommonModule], [typeof i1.PipeConciseDateRangePipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PipeConciseDateRangeModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
interface IDateRange {
|
|
4
|
+
fromDate: Date;
|
|
5
|
+
toDate: Date;
|
|
6
|
+
timeZone?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare class PipeConciseDateRangePipe implements PipeTransform {
|
|
9
|
+
transform(dateRange: IDateRange): string;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeConciseDateRangePipe, never>;
|
|
11
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PipeConciseDateRangePipe, "pipeConciseDateRange", false>;
|
|
12
|
+
}
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pipe-count-transform.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class PipeCountTransformModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeCountTransformModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PipeCountTransformModule, [typeof i1.PipeCountTransformPipe], [typeof i2.CommonModule], [typeof i1.PipeCountTransformPipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PipeCountTransformModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class PipeCountTransformPipe implements PipeTransform {
|
|
4
|
+
transform(value: number): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeCountTransformPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PipeCountTransformPipe, "pipeCountTransform", false>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pipe-coursename.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class PipeCourseNameModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeCourseNameModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PipeCourseNameModule, [typeof i1.PipeCourseNamePipe], [typeof i2.CommonModule], [typeof i1.PipeCourseNamePipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PipeCourseNameModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class PipeCourseNamePipe implements PipeTransform {
|
|
4
|
+
transform(value: any): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeCourseNamePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PipeCourseNamePipe, "pipeCourseName", false>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pipe-date-concat.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class PipeDateConcatModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeDateConcatModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PipeDateConcatModule, [typeof i1.PipeDateConcatPipe], [typeof i2.CommonModule], [typeof i1.PipeDateConcatPipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PipeDateConcatModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
interface ICertificationDate {
|
|
4
|
+
day: number;
|
|
5
|
+
month: number;
|
|
6
|
+
year: number;
|
|
7
|
+
timeZone?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare class PipeDateConcatPipe implements PipeTransform {
|
|
10
|
+
private readonly months;
|
|
11
|
+
constructor();
|
|
12
|
+
transform(value: ICertificationDate): string;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeDateConcatPipe, never>;
|
|
14
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PipeDateConcatPipe, "pipeDateConcat", false>;
|
|
15
|
+
}
|
|
16
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pipe-duration-transform.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class PipeDurationTransformModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeDurationTransformModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PipeDurationTransformModule, [typeof i1.PipeDurationTransformPipe], [typeof i2.CommonModule], [typeof i1.PipeDurationTransformPipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PipeDurationTransformModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class PipeDurationTransformPipe implements PipeTransform {
|
|
4
|
+
transform(data: number, type?: 'time24' | 'hms' | 'hour' | 'hms2H' | 'hms2M' | 'day' | 'DAYS'): any;
|
|
5
|
+
defaultDuration(h: number, m: number, s: number): string;
|
|
6
|
+
hmsCalculation(h: number, m: number, s: number, dur: string, type: string): string;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeDurationTransformPipe, never>;
|
|
8
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PipeDurationTransformPipe, "pipeDurationTransform", false>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pipe-email.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class PipeEmailModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeEmailModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PipeEmailModule, [typeof i1.PipeEmailPipe], [typeof i2.CommonModule], [typeof i1.PipeEmailPipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PipeEmailModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class PipeEmailPipe implements PipeTransform {
|
|
4
|
+
transform(value: string): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeEmailPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PipeEmailPipe, "pipeEmail", false>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pipe-filter.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class PipeFilterModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeFilterModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PipeFilterModule, [typeof i1.PipeFilterPipe], [typeof i2.CommonModule], [typeof i1.PipeFilterPipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PipeFilterModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class PipeFilterPipe implements PipeTransform {
|
|
4
|
+
transform(value: any, keys: string, term: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeFilterPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PipeFilterPipe, "pipeFilter", false>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pipe-filter-search.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class PipeFilterSearchModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeFilterSearchModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PipeFilterSearchModule, [typeof i1.PipeFilterSearchPipe], [typeof i2.CommonModule], [typeof i1.PipeFilterSearchPipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PipeFilterSearchModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class PipeFilterSearchPipe implements PipeTransform {
|
|
4
|
+
transform(items: any[], searchText: string, ...keys: any): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeFilterSearchPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PipeFilterSearchPipe, "pipeFilterSearch", false>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pipe-filter-v2.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class PipeFilterV2Module {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeFilterV2Module, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PipeFilterV2Module, [typeof i1.PipeFilterV2Pipe], [typeof i2.CommonModule], [typeof i1.PipeFilterV2Pipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PipeFilterV2Module>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class PipeFilterV2Pipe implements PipeTransform {
|
|
4
|
+
transform(items: [], key: string, searchText: string): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeFilterV2Pipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PipeFilterV2Pipe, "pipeFilterV2", false>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pipe-filter-v3.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class PipeFilterV3Module {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeFilterV3Module, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PipeFilterV3Module, [typeof i1.PipeFilterV3Pipe], [typeof i2.CommonModule], [typeof i1.PipeFilterV3Pipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PipeFilterV3Module>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class PipeFilterV3Pipe implements PipeTransform {
|
|
4
|
+
transform(items: any, filter: any, isAnd: boolean): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeFilterV3Pipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PipeFilterV3Pipe, "pipeFilterV3", false>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pipe-html-tag-removal.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class PipeHtmlTagRemovalModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeHtmlTagRemovalModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PipeHtmlTagRemovalModule, [typeof i1.PipeHtmlTagRemovalPipe], [typeof i2.CommonModule], [typeof i1.PipeHtmlTagRemovalPipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PipeHtmlTagRemovalModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class PipeHtmlTagRemovalPipe implements PipeTransform {
|
|
4
|
+
transform(htmlString: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeHtmlTagRemovalPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PipeHtmlTagRemovalPipe, "pipeHtmlTagRemoval", false>;
|
|
7
|
+
}
|