adb-shared 6.0.2 → 6.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/adb-shared.mjs +4 -4
- package/esm2022/lib/components/adb-artportalen-nav/adb-artportalen-footer.component.mjs +48 -48
- package/esm2022/lib/components/adb-artportalen-nav/adb-artportalen-nav.component.mjs +112 -112
- package/esm2022/lib/components/adb-artportalen-nav/adb-artportalen-nav.module.mjs +58 -66
- package/esm2022/lib/components/adb-artportalen-nav/environment.service.mjs +16 -16
- package/esm2022/lib/components/adb-artportalen-nav/navigation.model.mjs +1 -1
- package/esm2022/lib/components/adb-buttons/adb-buttons.module.mjs +19 -19
- package/esm2022/lib/components/adb-buttons/help-button.component.mjs +35 -35
- package/esm2022/lib/components/adb-confirm-modal/adb-confirm-modal.mjs +29 -29
- package/esm2022/lib/components/adb-confirm-modal/adb-modal.module.mjs +23 -23
- package/esm2022/lib/components/adb-confirm-modal/adb-modal.service.mjs +46 -46
- package/esm2022/lib/components/adb-dropdown/adb-dropdown.directive.mjs +100 -100
- package/esm2022/lib/components/adb-dropdown/adb-dropdown.module.mjs +24 -24
- package/esm2022/lib/components/adb-dropdown/adb-dropdown.service.mjs +10 -10
- package/esm2022/lib/components/adb-dropdown/adb-dropdown2.directive.mjs +119 -119
- package/esm2022/lib/components/adb-header/adb-header.module.mjs +49 -57
- package/esm2022/lib/components/adb-header/adb-nav.component.mjs +115 -115
- package/esm2022/lib/components/adb-header/environment.service.mjs +16 -16
- package/esm2022/lib/components/adb-header/navigation.model.mjs +1 -1
- package/esm2022/lib/components/adb-rich-editor/adb-rich-editor.component.mjs +84 -65
- package/esm2022/lib/components/adb-rich-editor/adb-rich-editor.module.mjs +19 -19
- package/esm2022/lib/components/adb-toast/adb-toast.mjs +25 -25
- package/esm2022/lib/components/adb-toast/adb-toast.module.mjs +23 -23
- package/esm2022/lib/components/adb-toast/adb-toast.service.mjs +55 -55
- package/esm2022/lib/components/date-picker/adb-date-picker.component.mjs +177 -177
- package/esm2022/lib/components/date-picker/adb-date-picker.directive.mjs +220 -220
- package/esm2022/lib/components/date-picker/adb-date-picker.module.mjs +25 -25
- package/esm2022/lib/components/date-picker/adb-date-picker.service.mjs +10 -10
- package/esm2022/lib/components/pagers/infinite-scroll.component.mjs +47 -47
- package/esm2022/lib/components/pagers/pager-base.directive.mjs +57 -57
- package/esm2022/lib/components/pagers/pager-inline.mjs +49 -49
- package/esm2022/lib/components/pagers/pager.mjs +53 -53
- package/esm2022/lib/components/pagers/pagers.module.mjs +26 -26
- package/esm2022/lib/directives/click-outside.directive.mjs +28 -28
- package/esm2022/lib/directives/directives.module.mjs +21 -21
- package/esm2022/lib/directives/file-upload.directive.mjs +36 -36
- package/esm2022/lib/directives/focus.directive.mjs +34 -34
- package/esm2022/lib/directives/redlist-badge-class.directive.mjs +44 -44
- package/esm2022/lib/directives/risk-class.directive.mjs +37 -37
- package/esm2022/lib/pipes/date.pipe.mjs +22 -22
- package/esm2022/lib/pipes/emptyValue.pipe.mjs +22 -22
- package/esm2022/lib/pipes/highlight-html.pipe.mjs +46 -46
- package/esm2022/lib/pipes/highlight.pipe.mjs +46 -46
- package/esm2022/lib/pipes/number-spacing.pipe.mjs +21 -21
- package/esm2022/lib/pipes/pipes.module.mjs +22 -22
- package/esm2022/lib/pipes/rich.pipe.mjs +36 -36
- package/esm2022/public-api.mjs +41 -41
- package/fesm2022/adb-shared.mjs +1817 -1815
- package/fesm2022/adb-shared.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/lib/components/adb-artportalen-nav/adb-artportalen-footer.component.d.ts +23 -23
- package/lib/components/adb-artportalen-nav/adb-artportalen-nav.component.d.ts +41 -41
- package/lib/components/adb-artportalen-nav/adb-artportalen-nav.module.d.ts +16 -17
- package/lib/components/adb-artportalen-nav/environment.service.d.ts +7 -7
- package/lib/components/adb-artportalen-nav/navigation.model.d.ts +18 -18
- package/lib/components/adb-buttons/adb-buttons.module.d.ts +9 -9
- package/lib/components/adb-buttons/help-button.component.d.ts +13 -13
- package/lib/components/adb-confirm-modal/adb-confirm-modal.d.ts +20 -20
- package/lib/components/adb-confirm-modal/adb-modal.module.d.ts +10 -10
- package/lib/components/adb-confirm-modal/adb-modal.service.d.ts +18 -18
- package/lib/components/adb-dropdown/adb-dropdown.directive.d.ts +21 -21
- package/lib/components/adb-dropdown/adb-dropdown.module.d.ts +11 -11
- package/lib/components/adb-dropdown/adb-dropdown.service.d.ts +7 -7
- package/lib/components/adb-dropdown/adb-dropdown2.directive.d.ts +23 -23
- package/lib/components/adb-header/adb-header.module.d.ts +15 -16
- package/lib/components/adb-header/adb-nav.component.d.ts +41 -41
- package/lib/components/adb-header/environment.service.d.ts +7 -7
- package/lib/components/adb-header/navigation.model.d.ts +29 -29
- package/lib/components/adb-rich-editor/adb-rich-editor.component.d.ts +24 -22
- package/lib/components/adb-rich-editor/adb-rich-editor.module.d.ts +9 -9
- package/lib/components/adb-toast/adb-toast.d.ts +11 -11
- package/lib/components/adb-toast/adb-toast.module.d.ts +10 -10
- package/lib/components/adb-toast/adb-toast.service.d.ts +36 -36
- package/lib/components/date-picker/adb-date-picker.component.d.ts +64 -64
- package/lib/components/date-picker/adb-date-picker.directive.d.ts +47 -47
- package/lib/components/date-picker/adb-date-picker.module.d.ts +12 -12
- package/lib/components/date-picker/adb-date-picker.service.d.ts +8 -8
- package/lib/components/pagers/infinite-scroll.component.d.ts +15 -15
- package/lib/components/pagers/pager-base.directive.d.ts +16 -16
- package/lib/components/pagers/pager-inline.d.ts +16 -16
- package/lib/components/pagers/pager.d.ts +22 -22
- package/lib/components/pagers/pagers.module.d.ts +11 -11
- package/lib/directives/click-outside.directive.d.ts +10 -10
- package/lib/directives/directives.module.d.ts +11 -11
- package/lib/directives/file-upload.directive.d.ts +12 -12
- package/lib/directives/focus.directive.d.ts +11 -11
- package/lib/directives/redlist-badge-class.directive.d.ts +7 -7
- package/lib/directives/risk-class.directive.d.ts +7 -7
- package/lib/pipes/date.pipe.d.ts +10 -10
- package/lib/pipes/emptyValue.pipe.d.ts +7 -7
- package/lib/pipes/highlight-html.pipe.d.ts +10 -10
- package/lib/pipes/highlight.pipe.d.ts +9 -9
- package/lib/pipes/number-spacing.pipe.d.ts +7 -7
- package/lib/pipes/pipes.module.d.ts +12 -12
- package/lib/pipes/rich.pipe.d.ts +11 -11
- package/package.json +5 -5
- package/public-api.d.ts +38 -38
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="adb-shared" />
|
|
5
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="adb-shared" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from "@angular/core";
|
|
2
|
-
import { EnvironmentService } from "./environment.service";
|
|
3
|
-
import { TranslateService } from "@ngx-translate/core";
|
|
4
|
-
import { HttpClient } from '@angular/common/http';
|
|
5
|
-
import { Navigation } from "./navigation.model";
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class ArtportalenFooterComponent implements OnInit, OnDestroy {
|
|
8
|
-
private httpClient;
|
|
9
|
-
private envService;
|
|
10
|
-
trans: TranslateService;
|
|
11
|
-
private subscription;
|
|
12
|
-
translationFinished: boolean;
|
|
13
|
-
url: string;
|
|
14
|
-
navigation: Navigation;
|
|
15
|
-
baseUrl: any;
|
|
16
|
-
constructor(httpClient: HttpClient, envService: EnvironmentService, trans: TranslateService);
|
|
17
|
-
ngOnInit(): void;
|
|
18
|
-
private initTranslations;
|
|
19
|
-
private loadTranslation;
|
|
20
|
-
ngOnDestroy(): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ArtportalenFooterComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ArtportalenFooterComponent, "adb-artportalen-footer", never, {}, {}, never, never, false, never>;
|
|
23
|
-
}
|
|
1
|
+
import { OnDestroy, OnInit } from "@angular/core";
|
|
2
|
+
import { EnvironmentService } from "./environment.service";
|
|
3
|
+
import { TranslateService } from "@ngx-translate/core";
|
|
4
|
+
import { HttpClient } from '@angular/common/http';
|
|
5
|
+
import { Navigation } from "./navigation.model";
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class ArtportalenFooterComponent implements OnInit, OnDestroy {
|
|
8
|
+
private httpClient;
|
|
9
|
+
private envService;
|
|
10
|
+
trans: TranslateService;
|
|
11
|
+
private subscription;
|
|
12
|
+
translationFinished: boolean;
|
|
13
|
+
url: string;
|
|
14
|
+
navigation: Navigation;
|
|
15
|
+
baseUrl: any;
|
|
16
|
+
constructor(httpClient: HttpClient, envService: EnvironmentService, trans: TranslateService);
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
private initTranslations;
|
|
19
|
+
private loadTranslation;
|
|
20
|
+
ngOnDestroy(): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArtportalenFooterComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArtportalenFooterComponent, "adb-artportalen-footer", never, {}, {}, never, never, false, never>;
|
|
23
|
+
}
|
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy, OnInit } from "@angular/core";
|
|
2
|
-
import { TranslateService } from "@ngx-translate/core";
|
|
3
|
-
import { HttpClient } from "@angular/common/http";
|
|
4
|
-
import { Router } from "@angular/router";
|
|
5
|
-
import { Navigation } from "./navigation.model";
|
|
6
|
-
import { EnvironmentService } from "./environment.service";
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ArtportalenNavComponent implements OnInit, OnDestroy {
|
|
9
|
-
private httpClient;
|
|
10
|
-
private router;
|
|
11
|
-
trans: TranslateService;
|
|
12
|
-
private envService;
|
|
13
|
-
private subscription;
|
|
14
|
-
loginClicked: EventEmitter<any>;
|
|
15
|
-
logoutClicked: EventEmitter<any>;
|
|
16
|
-
dropMenuChange: EventEmitter<boolean>;
|
|
17
|
-
showPattern: boolean;
|
|
18
|
-
fullName: string;
|
|
19
|
-
translationFinished: boolean;
|
|
20
|
-
lastPosition: number;
|
|
21
|
-
set userName(fullName: string);
|
|
22
|
-
navigation: Navigation;
|
|
23
|
-
url: string;
|
|
24
|
-
showNavMenu: boolean;
|
|
25
|
-
showUserMenu: boolean;
|
|
26
|
-
showReport: boolean;
|
|
27
|
-
showObservations: boolean;
|
|
28
|
-
showSubs: boolean;
|
|
29
|
-
constructor(httpClient: HttpClient, router: Router, trans: TranslateService, envService: EnvironmentService);
|
|
30
|
-
ngOnInit(): void;
|
|
31
|
-
showMenuDropdown(show: boolean): void;
|
|
32
|
-
setLanguage(lang: any): void;
|
|
33
|
-
onUserClick(): void;
|
|
34
|
-
login(): void;
|
|
35
|
-
logout(): void;
|
|
36
|
-
private initTranslations;
|
|
37
|
-
private loadTranslation;
|
|
38
|
-
ngOnDestroy(): void;
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ArtportalenNavComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ArtportalenNavComponent, "adb-artportalen-nav", never, { "showPattern": { "alias": "showPattern"; "required": false; }; "userName": { "alias": "userName"; "required": false; }; }, { "loginClicked": "loginClicked"; "logoutClicked": "logoutClicked"; "dropMenuChange": "dropMenuChange"; }, never, ["*"], false, never>;
|
|
41
|
-
}
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from "@angular/core";
|
|
2
|
+
import { TranslateService } from "@ngx-translate/core";
|
|
3
|
+
import { HttpClient } from "@angular/common/http";
|
|
4
|
+
import { Router } from "@angular/router";
|
|
5
|
+
import { Navigation } from "./navigation.model";
|
|
6
|
+
import { EnvironmentService } from "./environment.service";
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class ArtportalenNavComponent implements OnInit, OnDestroy {
|
|
9
|
+
private httpClient;
|
|
10
|
+
private router;
|
|
11
|
+
trans: TranslateService;
|
|
12
|
+
private envService;
|
|
13
|
+
private subscription;
|
|
14
|
+
loginClicked: EventEmitter<any>;
|
|
15
|
+
logoutClicked: EventEmitter<any>;
|
|
16
|
+
dropMenuChange: EventEmitter<boolean>;
|
|
17
|
+
showPattern: boolean;
|
|
18
|
+
fullName: string;
|
|
19
|
+
translationFinished: boolean;
|
|
20
|
+
lastPosition: number;
|
|
21
|
+
set userName(fullName: string);
|
|
22
|
+
navigation: Navigation;
|
|
23
|
+
url: string;
|
|
24
|
+
showNavMenu: boolean;
|
|
25
|
+
showUserMenu: boolean;
|
|
26
|
+
showReport: boolean;
|
|
27
|
+
showObservations: boolean;
|
|
28
|
+
showSubs: boolean;
|
|
29
|
+
constructor(httpClient: HttpClient, router: Router, trans: TranslateService, envService: EnvironmentService);
|
|
30
|
+
ngOnInit(): void;
|
|
31
|
+
showMenuDropdown(show: boolean): void;
|
|
32
|
+
setLanguage(lang: any): void;
|
|
33
|
+
onUserClick(): void;
|
|
34
|
+
login(): void;
|
|
35
|
+
logout(): void;
|
|
36
|
+
private initTranslations;
|
|
37
|
+
private loadTranslation;
|
|
38
|
+
ngOnDestroy(): void;
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArtportalenNavComponent, never>;
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArtportalenNavComponent, "adb-artportalen-nav", never, { "showPattern": { "alias": "showPattern"; "required": false; }; "userName": { "alias": "userName"; "required": false; }; }, { "loginClicked": "loginClicked"; "logoutClicked": "logoutClicked"; "dropMenuChange": "dropMenuChange"; }, never, ["*"], false, never>;
|
|
41
|
+
}
|
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./adb-artportalen-nav.component";
|
|
4
|
-
import * as i2 from "./adb-artportalen-footer.component";
|
|
5
|
-
import * as i3 from "@angular/common";
|
|
6
|
-
import * as i4 from "@angular/
|
|
7
|
-
import * as i5 from "@
|
|
8
|
-
import * as i6 from "
|
|
9
|
-
import * as i7 from "
|
|
10
|
-
import * as i8 from "../
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
static
|
|
14
|
-
static
|
|
15
|
-
static
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./adb-artportalen-nav.component";
|
|
4
|
+
import * as i2 from "./adb-artportalen-footer.component";
|
|
5
|
+
import * as i3 from "@angular/common";
|
|
6
|
+
import * as i4 from "@angular/router";
|
|
7
|
+
import * as i5 from "@ngx-translate/core";
|
|
8
|
+
import * as i6 from "../../directives/directives.module";
|
|
9
|
+
import * as i7 from "../adb-dropdown/adb-dropdown.module";
|
|
10
|
+
import * as i8 from "../pagers/pagers.module";
|
|
11
|
+
export declare class ArtportalenNavModule {
|
|
12
|
+
static forRoot(environment: any): ModuleWithProviders<ArtportalenNavModule>;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArtportalenNavModule, never>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ArtportalenNavModule, [typeof i1.ArtportalenNavComponent, typeof i2.ArtportalenFooterComponent], [typeof i3.CommonModule, typeof i4.RouterModule, typeof i5.TranslateModule, typeof i6.AdbDirectivesModule, typeof i7.AdbDropdownModule, typeof i8.AdbPagersModule], [typeof i1.ArtportalenNavComponent, typeof i2.ArtportalenFooterComponent]>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ArtportalenNavModule>;
|
|
16
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class EnvironmentService {
|
|
3
|
-
environment: any;
|
|
4
|
-
constructor(environment: any);
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EnvironmentService, never>;
|
|
6
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<EnvironmentService>;
|
|
7
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class EnvironmentService {
|
|
3
|
+
environment: any;
|
|
4
|
+
constructor(environment: any);
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EnvironmentService, never>;
|
|
6
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<EnvironmentService>;
|
|
7
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export interface Navigation {
|
|
2
|
-
home: Link2;
|
|
3
|
-
report: Link2;
|
|
4
|
-
wanted: Link2;
|
|
5
|
-
checklist: Link2;
|
|
6
|
-
createAccountLink: Link2;
|
|
7
|
-
observations: Link2;
|
|
8
|
-
fieldDiary: Link2;
|
|
9
|
-
subcriptions: Link2;
|
|
10
|
-
events: Link2;
|
|
11
|
-
fyndregler: Link2;
|
|
12
|
-
artportalenUrl: string;
|
|
13
|
-
artfaktaUrl: string;
|
|
14
|
-
}
|
|
15
|
-
export interface Link2 {
|
|
16
|
-
transId: string;
|
|
17
|
-
url: string;
|
|
18
|
-
}
|
|
1
|
+
export interface Navigation {
|
|
2
|
+
home: Link2;
|
|
3
|
+
report: Link2;
|
|
4
|
+
wanted: Link2;
|
|
5
|
+
checklist: Link2;
|
|
6
|
+
createAccountLink: Link2;
|
|
7
|
+
observations: Link2;
|
|
8
|
+
fieldDiary: Link2;
|
|
9
|
+
subcriptions: Link2;
|
|
10
|
+
events: Link2;
|
|
11
|
+
fyndregler: Link2;
|
|
12
|
+
artportalenUrl: string;
|
|
13
|
+
artfaktaUrl: string;
|
|
14
|
+
}
|
|
15
|
+
export interface Link2 {
|
|
16
|
+
transId: string;
|
|
17
|
+
url: string;
|
|
18
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./help-button.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../../directives/directives.module";
|
|
5
|
-
export declare class AdbButtonsModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdbButtonsModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdbButtonsModule, [typeof i1.AdbHelpButtonComponent], [typeof i2.CommonModule, typeof i3.AdbDirectivesModule], [typeof i1.AdbHelpButtonComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdbButtonsModule>;
|
|
9
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./help-button.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../directives/directives.module";
|
|
5
|
+
export declare class AdbButtonsModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdbButtonsModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdbButtonsModule, [typeof i1.AdbHelpButtonComponent], [typeof i2.CommonModule, typeof i3.AdbDirectivesModule], [typeof i1.AdbHelpButtonComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdbButtonsModule>;
|
|
9
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { ElementRef, OnInit } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AdbHelpButtonComponent implements OnInit {
|
|
4
|
-
private elementRef;
|
|
5
|
-
showHelp: boolean;
|
|
6
|
-
label: string;
|
|
7
|
-
id: number;
|
|
8
|
-
constructor(elementRef: ElementRef);
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
onClick(): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdbHelpButtonComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdbHelpButtonComponent, "adb-help-button", never, { "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
13
|
-
}
|
|
1
|
+
import { ElementRef, OnInit } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AdbHelpButtonComponent implements OnInit {
|
|
4
|
+
private elementRef;
|
|
5
|
+
showHelp: boolean;
|
|
6
|
+
label: string;
|
|
7
|
+
id: number;
|
|
8
|
+
constructor(elementRef: ElementRef);
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
onClick(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdbHelpButtonComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdbHelpButtonComponent, "adb-help-button", never, { "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
13
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
2
|
-
import { AdbModalService } from './adb-modal.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AdbConfirmModal implements AfterViewInit {
|
|
5
|
-
modalRef: AdbModalService;
|
|
6
|
-
private elementRef;
|
|
7
|
-
model: DialogModel;
|
|
8
|
-
constructor(modalRef: AdbModalService, elementRef: ElementRef);
|
|
9
|
-
ngAfterViewInit(): void;
|
|
10
|
-
onClose(confirm: boolean): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdbConfirmModal, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdbConfirmModal, "ng-component", never, { "model": { "alias": "model"; "required": false; }; }, {}, never, never, false, never>;
|
|
13
|
-
}
|
|
14
|
-
export interface DialogModel {
|
|
15
|
-
header: string;
|
|
16
|
-
text: string;
|
|
17
|
-
confirm?: string;
|
|
18
|
-
decline?: string;
|
|
19
|
-
value?: any;
|
|
20
|
-
}
|
|
1
|
+
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
2
|
+
import { AdbModalService } from './adb-modal.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AdbConfirmModal implements AfterViewInit {
|
|
5
|
+
modalRef: AdbModalService;
|
|
6
|
+
private elementRef;
|
|
7
|
+
model: DialogModel;
|
|
8
|
+
constructor(modalRef: AdbModalService, elementRef: ElementRef);
|
|
9
|
+
ngAfterViewInit(): void;
|
|
10
|
+
onClose(confirm: boolean): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdbConfirmModal, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdbConfirmModal, "ng-component", never, { "model": { "alias": "model"; "required": false; }; }, {}, never, never, false, never>;
|
|
13
|
+
}
|
|
14
|
+
export interface DialogModel {
|
|
15
|
+
header: string;
|
|
16
|
+
text: string;
|
|
17
|
+
confirm?: string;
|
|
18
|
+
decline?: string;
|
|
19
|
+
value?: any;
|
|
20
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./adb-confirm-modal";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@ngx-translate/core";
|
|
5
|
-
import * as i4 from "../../directives/directives.module";
|
|
6
|
-
export declare class AdbModalModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdbModalModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdbModalModule, [typeof i1.AdbConfirmModal], [typeof i2.CommonModule, typeof i3.TranslateModule, typeof i4.AdbDirectivesModule], [typeof i1.AdbConfirmModal]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdbModalModule>;
|
|
10
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./adb-confirm-modal";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@ngx-translate/core";
|
|
5
|
+
import * as i4 from "../../directives/directives.module";
|
|
6
|
+
export declare class AdbModalModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdbModalModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdbModalModule, [typeof i1.AdbConfirmModal], [typeof i2.CommonModule, typeof i3.TranslateModule, typeof i4.AdbDirectivesModule], [typeof i1.AdbConfirmModal]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdbModalModule>;
|
|
10
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { ApplicationRef, ComponentFactoryResolver, Injector, Renderer2, RendererFactory2 } from "@angular/core";
|
|
2
|
-
import { DialogModel } from "./adb-confirm-modal";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AdbModalService {
|
|
5
|
-
private componentFactoryResolver;
|
|
6
|
-
private appRef;
|
|
7
|
-
private injector;
|
|
8
|
-
private closeSubject;
|
|
9
|
-
close$: import("rxjs").Observable<boolean>;
|
|
10
|
-
renderer: Renderer2;
|
|
11
|
-
domElem: HTMLElement;
|
|
12
|
-
backdrop: any;
|
|
13
|
-
constructor(componentFactoryResolver: ComponentFactoryResolver, rendererFactory: RendererFactory2, appRef: ApplicationRef, injector: Injector);
|
|
14
|
-
hide(confirm: boolean): void;
|
|
15
|
-
showConfirm(model: DialogModel): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdbModalService, never>;
|
|
17
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AdbModalService>;
|
|
18
|
-
}
|
|
1
|
+
import { ApplicationRef, ComponentFactoryResolver, Injector, Renderer2, RendererFactory2 } from "@angular/core";
|
|
2
|
+
import { DialogModel } from "./adb-confirm-modal";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AdbModalService {
|
|
5
|
+
private componentFactoryResolver;
|
|
6
|
+
private appRef;
|
|
7
|
+
private injector;
|
|
8
|
+
private closeSubject;
|
|
9
|
+
close$: import("rxjs").Observable<boolean>;
|
|
10
|
+
renderer: Renderer2;
|
|
11
|
+
domElem: HTMLElement;
|
|
12
|
+
backdrop: any;
|
|
13
|
+
constructor(componentFactoryResolver: ComponentFactoryResolver, rendererFactory: RendererFactory2, appRef: ApplicationRef, injector: Injector);
|
|
14
|
+
hide(confirm: boolean): void;
|
|
15
|
+
showConfirm(model: DialogModel): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdbModalService, never>;
|
|
17
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AdbModalService>;
|
|
18
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter } from "@angular/core";
|
|
2
|
-
import { AdbDropdownService } from "./adb-dropdown.service";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AdbDropdownDirective {
|
|
5
|
-
private elementRef;
|
|
6
|
-
private adbDropdownService;
|
|
7
|
-
constructor(elementRef: ElementRef, adbDropdownService: AdbDropdownService);
|
|
8
|
-
adbDropdown: EventEmitter<any>;
|
|
9
|
-
insideClick: boolean;
|
|
10
|
-
id: string;
|
|
11
|
-
dataToggle: string;
|
|
12
|
-
haspPopup: boolean;
|
|
13
|
-
expanded: boolean;
|
|
14
|
-
dropId: string;
|
|
15
|
-
onClick(): void;
|
|
16
|
-
onCheckOutSideClick(target: any): void;
|
|
17
|
-
close(): void;
|
|
18
|
-
private getId;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdbDropdownDirective, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AdbDropdownDirective, "[adbDropdown]", ["adbDropdown"], { "insideClick": { "alias": "insideClick"; "required": false; }; }, { "adbDropdown": "adbDropdown"; }, never, never, false, never>;
|
|
21
|
-
}
|
|
1
|
+
import { ElementRef, EventEmitter } from "@angular/core";
|
|
2
|
+
import { AdbDropdownService } from "./adb-dropdown.service";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AdbDropdownDirective {
|
|
5
|
+
private elementRef;
|
|
6
|
+
private adbDropdownService;
|
|
7
|
+
constructor(elementRef: ElementRef, adbDropdownService: AdbDropdownService);
|
|
8
|
+
adbDropdown: EventEmitter<any>;
|
|
9
|
+
insideClick: boolean;
|
|
10
|
+
id: string;
|
|
11
|
+
dataToggle: string;
|
|
12
|
+
haspPopup: boolean;
|
|
13
|
+
expanded: boolean;
|
|
14
|
+
dropId: string;
|
|
15
|
+
onClick(): void;
|
|
16
|
+
onCheckOutSideClick(target: any): void;
|
|
17
|
+
close(): void;
|
|
18
|
+
private getId;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdbDropdownDirective, never>;
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AdbDropdownDirective, "[adbDropdown]", ["adbDropdown"], { "insideClick": { "alias": "insideClick"; "required": false; }; }, { "adbDropdown": "adbDropdown"; }, never, never, false, never>;
|
|
21
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./adb-dropdown.directive";
|
|
3
|
-
import * as i2 from "./adb-dropdown2.directive";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "@ngx-translate/core";
|
|
6
|
-
import * as i5 from "../../directives/directives.module";
|
|
7
|
-
export declare class AdbDropdownModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdbDropdownModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdbDropdownModule, [typeof i1.AdbDropdownDirective, typeof i2.AdbDropdown2Directive], [typeof i3.CommonModule, typeof i4.TranslateModule, typeof i5.AdbDirectivesModule], [typeof i1.AdbDropdownDirective, typeof i2.AdbDropdown2Directive]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdbDropdownModule>;
|
|
11
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./adb-dropdown.directive";
|
|
3
|
+
import * as i2 from "./adb-dropdown2.directive";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@ngx-translate/core";
|
|
6
|
+
import * as i5 from "../../directives/directives.module";
|
|
7
|
+
export declare class AdbDropdownModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdbDropdownModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdbDropdownModule, [typeof i1.AdbDropdownDirective, typeof i2.AdbDropdown2Directive], [typeof i3.CommonModule, typeof i4.TranslateModule, typeof i5.AdbDirectivesModule], [typeof i1.AdbDropdownDirective, typeof i2.AdbDropdown2Directive]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdbDropdownModule>;
|
|
11
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AdbDropdownService {
|
|
3
|
-
currentMenu: any;
|
|
4
|
-
currentMenuId: string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdbDropdownService, never>;
|
|
6
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AdbDropdownService>;
|
|
7
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class AdbDropdownService {
|
|
3
|
+
currentMenu: any;
|
|
4
|
+
currentMenuId: string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdbDropdownService, never>;
|
|
6
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AdbDropdownService>;
|
|
7
|
+
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter } from "@angular/core";
|
|
2
|
-
import { AdbDropdownService } from "./adb-dropdown.service";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AdbDropdown2Directive {
|
|
5
|
-
private elementRef;
|
|
6
|
-
private adbDropdownService;
|
|
7
|
-
constructor(elementRef: ElementRef, adbDropdownService: AdbDropdownService);
|
|
8
|
-
adbDropdown: EventEmitter<any>;
|
|
9
|
-
insideClick: boolean;
|
|
10
|
-
id: string;
|
|
11
|
-
dataToggle: string;
|
|
12
|
-
haspPopup: boolean;
|
|
13
|
-
expanded: boolean;
|
|
14
|
-
dropId: string;
|
|
15
|
-
onClick(): void;
|
|
16
|
-
onCheckOutSideClick(target: any): void;
|
|
17
|
-
onWindowScroll(): void;
|
|
18
|
-
private setMenuPosition;
|
|
19
|
-
close(): void;
|
|
20
|
-
private getId;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdbDropdown2Directive, never>;
|
|
22
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AdbDropdown2Directive, "[adbDropdown2]", ["adbDropdown"], { "insideClick": { "alias": "insideClick"; "required": false; }; }, { "adbDropdown": "adbDropdown"; }, never, never, false, never>;
|
|
23
|
-
}
|
|
1
|
+
import { ElementRef, EventEmitter } from "@angular/core";
|
|
2
|
+
import { AdbDropdownService } from "./adb-dropdown.service";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AdbDropdown2Directive {
|
|
5
|
+
private elementRef;
|
|
6
|
+
private adbDropdownService;
|
|
7
|
+
constructor(elementRef: ElementRef, adbDropdownService: AdbDropdownService);
|
|
8
|
+
adbDropdown: EventEmitter<any>;
|
|
9
|
+
insideClick: boolean;
|
|
10
|
+
id: string;
|
|
11
|
+
dataToggle: string;
|
|
12
|
+
haspPopup: boolean;
|
|
13
|
+
expanded: boolean;
|
|
14
|
+
dropId: string;
|
|
15
|
+
onClick(): void;
|
|
16
|
+
onCheckOutSideClick(target: any): void;
|
|
17
|
+
onWindowScroll(): void;
|
|
18
|
+
private setMenuPosition;
|
|
19
|
+
close(): void;
|
|
20
|
+
private getId;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdbDropdown2Directive, never>;
|
|
22
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AdbDropdown2Directive, "[adbDropdown2]", ["adbDropdown"], { "insideClick": { "alias": "insideClick"; "required": false; }; }, { "adbDropdown": "adbDropdown"; }, never, never, false, never>;
|
|
23
|
+
}
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./adb-nav.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
import * as i3 from "@angular/
|
|
6
|
-
import * as i4 from "@
|
|
7
|
-
import * as i5 from "
|
|
8
|
-
import * as i6 from "
|
|
9
|
-
import * as i7 from "../
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
static
|
|
13
|
-
static
|
|
14
|
-
static
|
|
15
|
-
|
|
16
|
-
}
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./adb-nav.component";
|
|
4
|
+
import * as i2 from "@angular/common";
|
|
5
|
+
import * as i3 from "@angular/router";
|
|
6
|
+
import * as i4 from "@ngx-translate/core";
|
|
7
|
+
import * as i5 from "../../directives/directives.module";
|
|
8
|
+
import * as i6 from "../adb-dropdown/adb-dropdown.module";
|
|
9
|
+
import * as i7 from "../pagers/pagers.module";
|
|
10
|
+
export declare class ADBHeaderModule {
|
|
11
|
+
static forRoot(environment: any): ModuleWithProviders<ADBHeaderModule>;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ADBHeaderModule, never>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ADBHeaderModule, [typeof i1.ADBNavComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.TranslateModule, typeof i5.AdbDirectivesModule, typeof i6.AdbDropdownModule, typeof i7.AdbPagersModule], [typeof i1.ADBNavComponent]>;
|
|
14
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ADBHeaderModule>;
|
|
15
|
+
}
|
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
3
|
-
import { Router } from '@angular/router';
|
|
4
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
5
|
-
import { EnvironmentService } from './environment.service';
|
|
6
|
-
import { Navigation } from './navigation.model';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ADBNavComponent implements OnInit, OnDestroy {
|
|
9
|
-
private httpClient;
|
|
10
|
-
private router;
|
|
11
|
-
private envService;
|
|
12
|
-
trans: TranslateService;
|
|
13
|
-
private subscription;
|
|
14
|
-
loginClicked: EventEmitter<any>;
|
|
15
|
-
logoutClicked: EventEmitter<any>;
|
|
16
|
-
dropMenuChange: EventEmitter<boolean>;
|
|
17
|
-
showPattern: boolean;
|
|
18
|
-
fullName: string;
|
|
19
|
-
translationFinished: boolean;
|
|
20
|
-
lastPosition: number;
|
|
21
|
-
set userName(fullName: string);
|
|
22
|
-
artfakta: boolean;
|
|
23
|
-
initials: string;
|
|
24
|
-
showNavMenu: boolean;
|
|
25
|
-
showUserMenu: boolean;
|
|
26
|
-
showArtfakta: boolean;
|
|
27
|
-
showNOS: boolean;
|
|
28
|
-
navigation: Navigation;
|
|
29
|
-
url: string;
|
|
30
|
-
constructor(httpClient: HttpClient, router: Router, envService: EnvironmentService, trans: TranslateService);
|
|
31
|
-
ngOnInit(): void;
|
|
32
|
-
private initTranslations;
|
|
33
|
-
private loadTranslation;
|
|
34
|
-
showMenuDropdown(show: boolean): void;
|
|
35
|
-
setLanguage(lang: any): void;
|
|
36
|
-
login(): void;
|
|
37
|
-
logout(): void;
|
|
38
|
-
ngOnDestroy(): void;
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ADBNavComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ADBNavComponent, "adb-nav", never, { "showPattern": { "alias": "showPattern"; "required": false; }; "userName": { "alias": "userName"; "required": false; }; "artfakta": { "alias": "artfakta"; "required": false; }; }, { "loginClicked": "loginClicked"; "logoutClicked": "logoutClicked"; "dropMenuChange": "dropMenuChange"; }, never, ["*"], false, never>;
|
|
41
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
3
|
+
import { Router } from '@angular/router';
|
|
4
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
5
|
+
import { EnvironmentService } from './environment.service';
|
|
6
|
+
import { Navigation } from './navigation.model';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class ADBNavComponent implements OnInit, OnDestroy {
|
|
9
|
+
private httpClient;
|
|
10
|
+
private router;
|
|
11
|
+
private envService;
|
|
12
|
+
trans: TranslateService;
|
|
13
|
+
private subscription;
|
|
14
|
+
loginClicked: EventEmitter<any>;
|
|
15
|
+
logoutClicked: EventEmitter<any>;
|
|
16
|
+
dropMenuChange: EventEmitter<boolean>;
|
|
17
|
+
showPattern: boolean;
|
|
18
|
+
fullName: string;
|
|
19
|
+
translationFinished: boolean;
|
|
20
|
+
lastPosition: number;
|
|
21
|
+
set userName(fullName: string);
|
|
22
|
+
artfakta: boolean;
|
|
23
|
+
initials: string;
|
|
24
|
+
showNavMenu: boolean;
|
|
25
|
+
showUserMenu: boolean;
|
|
26
|
+
showArtfakta: boolean;
|
|
27
|
+
showNOS: boolean;
|
|
28
|
+
navigation: Navigation;
|
|
29
|
+
url: string;
|
|
30
|
+
constructor(httpClient: HttpClient, router: Router, envService: EnvironmentService, trans: TranslateService);
|
|
31
|
+
ngOnInit(): void;
|
|
32
|
+
private initTranslations;
|
|
33
|
+
private loadTranslation;
|
|
34
|
+
showMenuDropdown(show: boolean): void;
|
|
35
|
+
setLanguage(lang: any): void;
|
|
36
|
+
login(): void;
|
|
37
|
+
logout(): void;
|
|
38
|
+
ngOnDestroy(): void;
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ADBNavComponent, never>;
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ADBNavComponent, "adb-nav", never, { "showPattern": { "alias": "showPattern"; "required": false; }; "userName": { "alias": "userName"; "required": false; }; "artfakta": { "alias": "artfakta"; "required": false; }; }, { "loginClicked": "loginClicked"; "logoutClicked": "logoutClicked"; "dropMenuChange": "dropMenuChange"; }, never, ["*"], false, never>;
|
|
41
|
+
}
|