@esfaenza/core 16.2.28 → 19.2.2
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/components/back-top/back-top.component.d.ts +12 -12
- package/components/base/base.component.d.ts +26 -26
- package/components/base/embedding.component.d.ts +22 -22
- package/components/base/reactive.component.d.ts +9 -9
- package/components/breadcrumb/breadcrumb.component.d.ts +26 -26
- package/components/components.module.d.ts +32 -32
- package/components/error/404/pagenotfound.component.d.ts +15 -15
- package/components/error/500/servererror.component.d.ts +20 -20
- package/components/error/Angular/angularerror.component.d.ts +25 -25
- package/components/es-image-cropper/es-image-cropper.component.d.ts +25 -25
- package/components/es-modal/es-modal-head/es-modal-head.component.d.ts +11 -11
- package/components/es-modal/es-modal.component.d.ts +18 -18
- package/components/external-page/external_pages.component.d.ts +21 -21
- package/components/index.d.ts +5 -5
- package/components/jace-login/jace-login.component.d.ts +8 -8
- package/components/jace-resource/jace-resource.component.d.ts +25 -25
- package/components/labeled-span/labeled-span.component.d.ts +11 -11
- package/components/navbar/navbar.component.d.ts +58 -58
- package/components/navbar/navbar.component.loc.d.ts +8 -8
- package/components/page/pages.component.d.ts +23 -23
- package/components/public-api.d.ts +21 -21
- package/components/redirecter/redirecter.component.d.ts +23 -23
- package/components/sidebar/sidebar.component.d.ts +64 -64
- package/components/sidebar/sidebar.component.loc.d.ts +8 -8
- package/components/user_infos/user_infos.component.d.ts +50 -50
- package/components/user_infos/user_infos.component.loc.d.ts +8 -8
- package/directives/componentHost/componentHost.directive.d.ts +12 -12
- package/directives/directives.module.d.ts +12 -12
- package/directives/draggable/draggable.directive.d.ts +13 -13
- package/directives/es-modal/es-modal.directive.d.ts +20 -20
- package/directives/es-routerLink/es-routerLink.directive.d.ts +13 -13
- package/directives/index.d.ts +5 -5
- package/directives/public-api.d.ts +7 -7
- package/directives/slim-scroll/slim-scroll.directive.d.ts +15 -15
- package/directives/widget/widget.directive.d.ts +9 -9
- package/domain/index.d.ts +5 -5
- package/domain/models/core/ApplicationJob.d.ts +12 -12
- package/domain/models/core/ApplicationMenu.d.ts +16 -16
- package/domain/models/core/ApplicationRoutes.d.ts +2 -2
- package/domain/models/core/EnvOptions.d.ts +15 -15
- package/domain/models/core/GenericItem.d.ts +10 -10
- package/domain/models/core/KeyValue.d.ts +5 -5
- package/domain/models/global_search/SaerchResultContainer.d.ts +5 -5
- package/domain/models/global_search/SearchResult.d.ts +10 -10
- package/domain/models/jace/AccountScope.d.ts +9 -9
- package/domain/models/jace/ActiveModuleView.d.ts +11 -11
- package/domain/models/jace/CategoriesWithModules.d.ts +6 -6
- package/domain/models/jace/JaceAccount.d.ts +17 -17
- package/domain/models/jace/JaceIdentity.d.ts +17 -17
- package/domain/models/jace/JaceModule.d.ts +8 -8
- package/domain/models/jace/JacePermission.d.ts +10 -10
- package/domain/models/jace/JaceRole.d.ts +13 -13
- package/domain/models/jace/JaceUser.d.ts +9 -9
- package/domain/models/user/UpdateAccountRecoverySettingsDto.d.ts +5 -5
- package/domain/models/user/UpdatePasswordDto.d.ts +9 -9
- package/domain/models/user/UpdateProfilePictureDto.d.ts +4 -4
- package/domain/models/user/UserAccount.d.ts +23 -23
- package/domain/public-api.d.ts +22 -22
- package/domain/tokens.d.ts +22 -22
- package/fesm2022/esfaenza-core-components.mjs +1492 -1480
- package/fesm2022/esfaenza-core-components.mjs.map +1 -1
- package/fesm2022/esfaenza-core-directives.mjs +269 -269
- package/fesm2022/esfaenza-core-directives.mjs.map +1 -1
- package/fesm2022/esfaenza-core-domain.mjs +153 -153
- package/fesm2022/esfaenza-core-domain.mjs.map +1 -1
- package/fesm2022/esfaenza-core-helpers.mjs +38 -38
- package/fesm2022/esfaenza-core-helpers.mjs.map +1 -1
- package/fesm2022/esfaenza-core-modules.mjs +128 -134
- package/fesm2022/esfaenza-core-modules.mjs.map +1 -1
- package/fesm2022/esfaenza-core-pipes.mjs +96 -96
- package/fesm2022/esfaenza-core-pipes.mjs.map +1 -1
- package/fesm2022/esfaenza-core-services.mjs +1760 -1754
- package/fesm2022/esfaenza-core-services.mjs.map +1 -1
- package/fesm2022/esfaenza-core.mjs +206 -230
- package/fesm2022/esfaenza-core.mjs.map +1 -1
- package/helpers/classes/ResizeListener.d.ts +12 -12
- package/helpers/index.d.ts +5 -5
- package/helpers/public-api.d.ts +1 -1
- package/index.d.ts +5 -5
- package/lib/app.component.d.ts +13 -13
- package/lib/core.module.d.ts +85 -86
- package/modules/classes/_base.module.d.ts +4 -4
- package/modules/classes/_embedding.module.d.ts +11 -11
- package/modules/classes/_shared.module.d.ts +28 -29
- package/modules/classes/t_c.module.d.ts +18 -19
- package/modules/index.d.ts +5 -5
- package/modules/public-api.d.ts +4 -4
- package/package.json +84 -104
- package/pipes/classes/included_in.pipe.d.ts +7 -7
- package/pipes/classes/safe_html.pipe.d.ts +10 -10
- package/pipes/classes/safe_script.pipe.d.ts +10 -10
- package/pipes/classes/safe_style.pipe.d.ts +10 -10
- package/pipes/classes/safe_url.pipe.d.ts +10 -10
- package/pipes/index.d.ts +5 -5
- package/pipes/pipes.module.d.ts +11 -11
- package/pipes/public-api.d.ts +6 -6
- package/public-api.d.ts +2 -2
- package/services/classes/app.accesstoken.d.ts +17 -17
- package/services/classes/app.completedjobredirection.d.ts +12 -12
- package/services/classes/app.errorhandler.d.ts +11 -11
- package/services/classes/app.event.d.ts +10 -10
- package/services/classes/app.globalsearch.d.ts +25 -25
- package/services/classes/app.httpextensions.d.ts +34 -34
- package/services/classes/app.httpextensions.loc.d.ts +8 -8
- package/services/classes/app.menufilter.d.ts +14 -14
- package/services/classes/app.routeguard.d.ts +10 -10
- package/services/classes/app.session.d.ts +15 -15
- package/services/classes/app.state.d.ts +55 -55
- package/services/classes/preferences/app.cache.persistor.d.ts +25 -25
- package/services/classes/preferences/app.preference.persistor.d.ts +25 -25
- package/services/classes/preferences/user/app.userpreferences.base.d.ts +25 -25
- package/services/index.d.ts +5 -5
- package/services/public-api.d.ts +13 -13
- package/theme/initial.scss +17 -7
- package/esm2022/components/back-top/back-top.component.mjs +0 -43
- package/esm2022/components/base/base.component.mjs +0 -67
- package/esm2022/components/base/embedding.component.mjs +0 -64
- package/esm2022/components/base/reactive.component.mjs +0 -28
- package/esm2022/components/breadcrumb/breadcrumb.component.mjs +0 -80
- package/esm2022/components/components.module.mjs +0 -97
- package/esm2022/components/error/404/pagenotfound.component.mjs +0 -36
- package/esm2022/components/error/500/servererror.component.mjs +0 -47
- package/esm2022/components/error/Angular/angularerror.component.mjs +0 -62
- package/esm2022/components/es-image-cropper/es-image-cropper.component.mjs +0 -82
- package/esm2022/components/es-modal/es-modal-head/es-modal-head.component.mjs +0 -22
- package/esm2022/components/es-modal/es-modal.component.mjs +0 -40
- package/esm2022/components/esfaenza-core-components.mjs +0 -5
- package/esm2022/components/external-page/external_pages.component.mjs +0 -48
- package/esm2022/components/jace-login/jace-login.component.mjs +0 -31
- package/esm2022/components/jace-resource/jace-resource.component.mjs +0 -68
- package/esm2022/components/labeled-span/labeled-span.component.mjs +0 -25
- package/esm2022/components/navbar/navbar.component.loc.mjs +0 -41
- package/esm2022/components/navbar/navbar.component.mjs +0 -223
- package/esm2022/components/page/pages.component.mjs +0 -60
- package/esm2022/components/public-api.mjs +0 -22
- package/esm2022/components/redirecter/redirecter.component.mjs +0 -65
- package/esm2022/components/sidebar/sidebar.component.loc.mjs +0 -39
- package/esm2022/components/sidebar/sidebar.component.mjs +0 -286
- package/esm2022/components/user_infos/user_infos.component.loc.mjs +0 -43
- package/esm2022/components/user_infos/user_infos.component.mjs +0 -148
- package/esm2022/directives/componentHost/componentHost.directive.mjs +0 -29
- package/esm2022/directives/directives.module.mjs +0 -21
- package/esm2022/directives/draggable/draggable.directive.mjs +0 -49
- package/esm2022/directives/es-modal/es-modal.directive.mjs +0 -79
- package/esm2022/directives/es-routerLink/es-routerLink.directive.mjs +0 -55
- package/esm2022/directives/esfaenza-core-directives.mjs +0 -5
- package/esm2022/directives/public-api.mjs +0 -8
- package/esm2022/directives/slim-scroll/slim-scroll.directive.mjs +0 -41
- package/esm2022/directives/widget/widget.directive.mjs +0 -37
- package/esm2022/domain/esfaenza-core-domain.mjs +0 -5
- package/esm2022/domain/models/core/ApplicationJob.mjs +0 -3
- package/esm2022/domain/models/core/ApplicationMenu.mjs +0 -26
- package/esm2022/domain/models/core/ApplicationRoutes.mjs +0 -3
- package/esm2022/domain/models/core/EnvOptions.mjs +0 -13
- package/esm2022/domain/models/core/GenericItem.mjs +0 -12
- package/esm2022/domain/models/core/KeyValue.mjs +0 -15
- package/esm2022/domain/models/global_search/SaerchResultContainer.mjs +0 -6
- package/esm2022/domain/models/global_search/SearchResult.mjs +0 -8
- package/esm2022/domain/models/jace/AccountScope.mjs +0 -8
- package/esm2022/domain/models/jace/ActiveModuleView.mjs +0 -6
- package/esm2022/domain/models/jace/CategoriesWithModules.mjs +0 -7
- package/esm2022/domain/models/jace/JaceAccount.mjs +0 -3
- package/esm2022/domain/models/jace/JaceIdentity.mjs +0 -15
- package/esm2022/domain/models/jace/JaceModule.mjs +0 -10
- package/esm2022/domain/models/jace/JacePermission.mjs +0 -3
- package/esm2022/domain/models/jace/JaceRole.mjs +0 -9
- package/esm2022/domain/models/jace/JaceUser.mjs +0 -3
- package/esm2022/domain/models/user/UpdateAccountRecoverySettingsDto.mjs +0 -7
- package/esm2022/domain/models/user/UpdatePasswordDto.mjs +0 -11
- package/esm2022/domain/models/user/UpdateProfilePictureDto.mjs +0 -6
- package/esm2022/domain/models/user/UserAccount.mjs +0 -3
- package/esm2022/domain/public-api.mjs +0 -23
- package/esm2022/domain/tokens.mjs +0 -17
- package/esm2022/esfaenza-core.mjs +0 -5
- package/esm2022/helpers/classes/ResizeListener.mjs +0 -38
- package/esm2022/helpers/esfaenza-core-helpers.mjs +0 -5
- package/esm2022/helpers/public-api.mjs +0 -2
- package/esm2022/lib/app.component.mjs +0 -34
- package/esm2022/lib/core.module.mjs +0 -258
- package/esm2022/modules/classes/_base.module.mjs +0 -32
- package/esm2022/modules/classes/_embedding.module.mjs +0 -27
- package/esm2022/modules/classes/_shared.module.mjs +0 -47
- package/esm2022/modules/classes/t_c.module.mjs +0 -85
- package/esm2022/modules/esfaenza-core-modules.mjs +0 -5
- package/esm2022/modules/public-api.mjs +0 -5
- package/esm2022/pipes/classes/included_in.pipe.mjs +0 -20
- package/esm2022/pipes/classes/safe_html.pipe.mjs +0 -21
- package/esm2022/pipes/classes/safe_script.pipe.mjs +0 -21
- package/esm2022/pipes/classes/safe_style.pipe.mjs +0 -21
- package/esm2022/pipes/classes/safe_url.pipe.mjs +0 -21
- package/esm2022/pipes/esfaenza-core-pipes.mjs +0 -5
- package/esm2022/pipes/pipes.module.mjs +0 -20
- package/esm2022/pipes/public-api.mjs +0 -7
- package/esm2022/public-api.mjs +0 -3
- package/esm2022/services/classes/app.accesstoken.mjs +0 -1042
- package/esm2022/services/classes/app.completedjobredirection.mjs +0 -18
- package/esm2022/services/classes/app.errorhandler.mjs +0 -41
- package/esm2022/services/classes/app.event.mjs +0 -27
- package/esm2022/services/classes/app.globalsearch.mjs +0 -34
- package/esm2022/services/classes/app.httpextensions.loc.mjs +0 -15
- package/esm2022/services/classes/app.httpextensions.mjs +0 -90
- package/esm2022/services/classes/app.menufilter.mjs +0 -21
- package/esm2022/services/classes/app.routeguard.mjs +0 -23
- package/esm2022/services/classes/app.session.mjs +0 -40
- package/esm2022/services/classes/app.state.mjs +0 -229
- package/esm2022/services/classes/preferences/app.cache.persistor.mjs +0 -94
- package/esm2022/services/classes/preferences/app.preference.persistor.mjs +0 -94
- package/esm2022/services/classes/preferences/user/app.userpreferences.base.mjs +0 -101
- package/esm2022/services/esfaenza-core-services.mjs +0 -5
- package/esm2022/services/public-api.mjs +0 -14
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class LabeledSpanComponent {
|
|
3
|
-
H_MODE: string;
|
|
4
|
-
V_MODE: string;
|
|
5
|
-
First: boolean;
|
|
6
|
-
Label: string;
|
|
7
|
-
Display: "Horizontal" | "Vertical";
|
|
8
|
-
constructor();
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LabeledSpanComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LabeledSpanComponent, "labeled-span", never, { "First": { "alias": "First"; "required": false; }; "Label": { "alias": "Label"; "required": false; }; "Display": { "alias": "Display"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
11
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class LabeledSpanComponent {
|
|
3
|
+
H_MODE: string;
|
|
4
|
+
V_MODE: string;
|
|
5
|
+
First: boolean;
|
|
6
|
+
Label: string;
|
|
7
|
+
Display: "Horizontal" | "Vertical";
|
|
8
|
+
constructor();
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LabeledSpanComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LabeledSpanComponent, "labeled-span", never, { "First": { "alias": "First"; "required": false; }; "Label": { "alias": "Label"; "required": false; }; "Display": { "alias": "Display"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
11
|
+
}
|
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, Type } from "@angular/core";
|
|
2
|
-
import { Router } from "@angular/router";
|
|
3
|
-
import { BaseMessageService, NotificationsService } from "@esfaenza/signalr-notifications";
|
|
4
|
-
import { CacheService, PreferencesService } from "@esfaenza/preferences";
|
|
5
|
-
import { LocalizationService } from "@esfaenza/localizations";
|
|
6
|
-
import { MessageService } from "@esfaenza/extensions";
|
|
7
|
-
import { HTTPService } from "@esfaenza/httpservice";
|
|
8
|
-
import { JaceIdentity, ActiveModuleView, ApplicationJob } from "@esfaenza/core/domain";
|
|
9
|
-
import { AppState, CompletedJobRedirectionService, TokenService } from "@esfaenza/core/services";
|
|
10
|
-
import { ReactiveComponent } from "../base/reactive.component";
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
export declare class Navbar extends ReactiveComponent {
|
|
13
|
-
private prefsService;
|
|
14
|
-
private cacheService;
|
|
15
|
-
private MessageDef;
|
|
16
|
-
private notifications;
|
|
17
|
-
private msgExts;
|
|
18
|
-
lc: LocalizationService;
|
|
19
|
-
private http;
|
|
20
|
-
cdr: ChangeDetectorRef;
|
|
21
|
-
_state: AppState;
|
|
22
|
-
sr: TokenService;
|
|
23
|
-
private router;
|
|
24
|
-
private cjrService;
|
|
25
|
-
extensionComponents: Type<any>[];
|
|
26
|
-
loginUrlLegacy: boolean;
|
|
27
|
-
private fakeToken;
|
|
28
|
-
ANONYMOUS_MODE: boolean;
|
|
29
|
-
applicationVersion: string;
|
|
30
|
-
applicationEnvironment: string;
|
|
31
|
-
isMenuCollapsed: boolean;
|
|
32
|
-
anomaliesProcessing: boolean;
|
|
33
|
-
CurrentIdentity: JaceIdentity;
|
|
34
|
-
private newVersionWarned;
|
|
35
|
-
navbar: ElementRef;
|
|
36
|
-
Modules: ActiveModuleView[];
|
|
37
|
-
constructor(prefsService: PreferencesService, cacheService: CacheService, MessageDef: BaseMessageService, notifications: NotificationsService, msgExts: MessageService, lc: LocalizationService, http: HTTPService, cdr: ChangeDetectorRef, _state: AppState, sr: TokenService, router: Router, cjrService: CompletedJobRedirectionService, extensionComponents: Type<any>[], loginUrlLegacy: boolean, fakeToken: boolean, ANONYMOUS_MODE: boolean);
|
|
38
|
-
ngOnDestroy(): void;
|
|
39
|
-
private handleBaseNotifications;
|
|
40
|
-
private checkIdentity;
|
|
41
|
-
getActiveJaceModules(): void;
|
|
42
|
-
private checkSessionTimeout;
|
|
43
|
-
ngAfterViewInit(): void;
|
|
44
|
-
goToDashboard(): void;
|
|
45
|
-
toggleMenu(): void;
|
|
46
|
-
logout(): void;
|
|
47
|
-
changeModule(): void;
|
|
48
|
-
changeTenant(): void;
|
|
49
|
-
clearUserPreferences(warn?: boolean): void;
|
|
50
|
-
clearCacheClient(warn?: boolean): void;
|
|
51
|
-
clearCacheServer(): void;
|
|
52
|
-
clearAll(): void;
|
|
53
|
-
forceClearConnectedClientAssets(muo: 'cache' | 'preferences'): void;
|
|
54
|
-
clearMessages(): void;
|
|
55
|
-
completedJobClicked(job: ApplicationJob): void;
|
|
56
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Navbar, never>;
|
|
57
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<Navbar, "navbar", never, {}, {}, never, ["*"], true, never>;
|
|
58
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, Type } from "@angular/core";
|
|
2
|
+
import { Router } from "@angular/router";
|
|
3
|
+
import { BaseMessageService, NotificationsService } from "@esfaenza/signalr-notifications";
|
|
4
|
+
import { CacheService, PreferencesService } from "@esfaenza/preferences";
|
|
5
|
+
import { LocalizationService } from "@esfaenza/localizations";
|
|
6
|
+
import { MessageService } from "@esfaenza/extensions";
|
|
7
|
+
import { HTTPService } from "@esfaenza/httpservice";
|
|
8
|
+
import { JaceIdentity, ActiveModuleView, ApplicationJob } from "@esfaenza/core/domain";
|
|
9
|
+
import { AppState, CompletedJobRedirectionService, TokenService } from "@esfaenza/core/services";
|
|
10
|
+
import { ReactiveComponent } from "../base/reactive.component";
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
12
|
+
export declare class Navbar extends ReactiveComponent {
|
|
13
|
+
private prefsService;
|
|
14
|
+
private cacheService;
|
|
15
|
+
private MessageDef;
|
|
16
|
+
private notifications;
|
|
17
|
+
private msgExts;
|
|
18
|
+
lc: LocalizationService;
|
|
19
|
+
private http;
|
|
20
|
+
cdr: ChangeDetectorRef;
|
|
21
|
+
_state: AppState;
|
|
22
|
+
sr: TokenService;
|
|
23
|
+
private router;
|
|
24
|
+
private cjrService;
|
|
25
|
+
extensionComponents: Type<any>[];
|
|
26
|
+
loginUrlLegacy: boolean;
|
|
27
|
+
private fakeToken;
|
|
28
|
+
ANONYMOUS_MODE: boolean;
|
|
29
|
+
applicationVersion: string;
|
|
30
|
+
applicationEnvironment: string;
|
|
31
|
+
isMenuCollapsed: boolean;
|
|
32
|
+
anomaliesProcessing: boolean;
|
|
33
|
+
CurrentIdentity: JaceIdentity;
|
|
34
|
+
private newVersionWarned;
|
|
35
|
+
navbar: ElementRef;
|
|
36
|
+
Modules: ActiveModuleView[];
|
|
37
|
+
constructor(prefsService: PreferencesService, cacheService: CacheService, MessageDef: BaseMessageService, notifications: NotificationsService, msgExts: MessageService, lc: LocalizationService, http: HTTPService, cdr: ChangeDetectorRef, _state: AppState, sr: TokenService, router: Router, cjrService: CompletedJobRedirectionService, extensionComponents: Type<any>[], loginUrlLegacy: boolean, fakeToken: boolean, ANONYMOUS_MODE: boolean);
|
|
38
|
+
ngOnDestroy(): void;
|
|
39
|
+
private handleBaseNotifications;
|
|
40
|
+
private checkIdentity;
|
|
41
|
+
getActiveJaceModules(): void;
|
|
42
|
+
private checkSessionTimeout;
|
|
43
|
+
ngAfterViewInit(): void;
|
|
44
|
+
goToDashboard(): void;
|
|
45
|
+
toggleMenu(): void;
|
|
46
|
+
logout(): void;
|
|
47
|
+
changeModule(): void;
|
|
48
|
+
changeTenant(): void;
|
|
49
|
+
clearUserPreferences(warn?: boolean): void;
|
|
50
|
+
clearCacheClient(warn?: boolean): void;
|
|
51
|
+
clearCacheServer(): void;
|
|
52
|
+
clearAll(): void;
|
|
53
|
+
forceClearConnectedClientAssets(muo: 'cache' | 'preferences'): void;
|
|
54
|
+
clearMessages(): void;
|
|
55
|
+
completedJobClicked(job: ApplicationJob): void;
|
|
56
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Navbar, never>;
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Navbar, "navbar", never, {}, {}, never, ["*"], true, never>;
|
|
58
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Injector } from "@angular/core";
|
|
2
|
-
import { LocalizationService } from "@esfaenza/localizations";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class NavBarLoc extends LocalizationService {
|
|
5
|
-
constructor(injector: Injector);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavBarLoc, never>;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<NavBarLoc>;
|
|
8
|
-
}
|
|
1
|
+
import { Injector } from "@angular/core";
|
|
2
|
+
import { LocalizationService } from "@esfaenza/localizations";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class NavBarLoc extends LocalizationService {
|
|
5
|
+
constructor(injector: Injector);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavBarLoc, never>;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NavBarLoc>;
|
|
8
|
+
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { DomSanitizer, SafeResourceUrl } from "@angular/platform-browser";
|
|
2
|
-
import { Location } from "@angular/common";
|
|
3
|
-
import { Router } from "@angular/router";
|
|
4
|
-
import { AppState } from "@esfaenza/core/services";
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class PagesComponent {
|
|
7
|
-
sanitizer: DomSanitizer;
|
|
8
|
-
_state: AppState;
|
|
9
|
-
private _location;
|
|
10
|
-
router: Router;
|
|
11
|
-
isMenuCollapsed: boolean;
|
|
12
|
-
maxHeight: number;
|
|
13
|
-
dynamicCSSUrl: SafeResourceUrl;
|
|
14
|
-
loadedModuleCss: string;
|
|
15
|
-
constructor(sanitizer: DomSanitizer, _state: AppState, _location: Location, router: Router);
|
|
16
|
-
ngOnInit(): void;
|
|
17
|
-
getCurrentPageName(): void;
|
|
18
|
-
hideMenu(): void;
|
|
19
|
-
getHeight(): void;
|
|
20
|
-
onResize(event: any): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PagesComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PagesComponent, "pages", never, {}, {}, never, never, true, never>;
|
|
23
|
-
}
|
|
1
|
+
import { DomSanitizer, SafeResourceUrl } from "@angular/platform-browser";
|
|
2
|
+
import { Location } from "@angular/common";
|
|
3
|
+
import { Router } from "@angular/router";
|
|
4
|
+
import { AppState } from "@esfaenza/core/services";
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class PagesComponent {
|
|
7
|
+
sanitizer: DomSanitizer;
|
|
8
|
+
_state: AppState;
|
|
9
|
+
private _location;
|
|
10
|
+
router: Router;
|
|
11
|
+
isMenuCollapsed: boolean;
|
|
12
|
+
maxHeight: number;
|
|
13
|
+
dynamicCSSUrl: SafeResourceUrl;
|
|
14
|
+
loadedModuleCss: string;
|
|
15
|
+
constructor(sanitizer: DomSanitizer, _state: AppState, _location: Location, router: Router);
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
getCurrentPageName(): void;
|
|
18
|
+
hideMenu(): void;
|
|
19
|
+
getHeight(): void;
|
|
20
|
+
onResize(event: any): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PagesComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PagesComponent, "pages", never, {}, {}, never, never, true, never>;
|
|
23
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
export * from './back-top/back-top.component';
|
|
2
|
-
export * from './breadcrumb/breadcrumb.component';
|
|
3
|
-
export * from './error/404/pagenotfound.component';
|
|
4
|
-
export * from './error/500/servererror.component';
|
|
5
|
-
export * from './error/Angular/angularerror.component';
|
|
6
|
-
export * from './page/pages.component';
|
|
7
|
-
export * from './external-page/external_pages.component';
|
|
8
|
-
export * from './jace-login/jace-login.component';
|
|
9
|
-
export * from './navbar/navbar.component';
|
|
10
|
-
export * from './redirecter/redirecter.component';
|
|
11
|
-
export * from './sidebar/sidebar.component';
|
|
12
|
-
export * from './base/base.component';
|
|
13
|
-
export * from './base/reactive.component';
|
|
14
|
-
export * from './jace-resource/jace-resource.component';
|
|
15
|
-
export * from './components.module';
|
|
16
|
-
export * from './base/embedding.component';
|
|
17
|
-
export * from "./es-modal/es-modal.component";
|
|
18
|
-
export * from "./es-modal/es-modal-head/es-modal-head.component";
|
|
19
|
-
export * from "./user_infos/user_infos.component";
|
|
20
|
-
export * from "./labeled-span/labeled-span.component";
|
|
21
|
-
export * from "./es-image-cropper/es-image-cropper.component";
|
|
1
|
+
export * from './back-top/back-top.component';
|
|
2
|
+
export * from './breadcrumb/breadcrumb.component';
|
|
3
|
+
export * from './error/404/pagenotfound.component';
|
|
4
|
+
export * from './error/500/servererror.component';
|
|
5
|
+
export * from './error/Angular/angularerror.component';
|
|
6
|
+
export * from './page/pages.component';
|
|
7
|
+
export * from './external-page/external_pages.component';
|
|
8
|
+
export * from './jace-login/jace-login.component';
|
|
9
|
+
export * from './navbar/navbar.component';
|
|
10
|
+
export * from './redirecter/redirecter.component';
|
|
11
|
+
export * from './sidebar/sidebar.component';
|
|
12
|
+
export * from './base/base.component';
|
|
13
|
+
export * from './base/reactive.component';
|
|
14
|
+
export * from './jace-resource/jace-resource.component';
|
|
15
|
+
export * from './components.module';
|
|
16
|
+
export * from './base/embedding.component';
|
|
17
|
+
export * from "./es-modal/es-modal.component";
|
|
18
|
+
export * from "./es-modal/es-modal-head/es-modal-head.component";
|
|
19
|
+
export * from "./user_infos/user_infos.component";
|
|
20
|
+
export * from "./labeled-span/labeled-span.component";
|
|
21
|
+
export * from "./es-image-cropper/es-image-cropper.component";
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { ActivatedRoute, Router } from "@angular/router";
|
|
2
|
-
import { AppState } from "@esfaenza/core/services";
|
|
3
|
-
import { AppEmbeddingExtensions } from "@esfaenza/extensions";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class RedirecterComponent {
|
|
6
|
-
_state: AppState;
|
|
7
|
-
private route;
|
|
8
|
-
router: Router;
|
|
9
|
-
private redirectMap;
|
|
10
|
-
private emb;
|
|
11
|
-
Error: string;
|
|
12
|
-
tenant: string;
|
|
13
|
-
private wrongTenant;
|
|
14
|
-
constructor(_state: AppState, route: ActivatedRoute, router: Router, redirectMap: {
|
|
15
|
-
[index: string]: {
|
|
16
|
-
url: string;
|
|
17
|
-
params: string[];
|
|
18
|
-
};
|
|
19
|
-
}, emb: AppEmbeddingExtensions);
|
|
20
|
-
ngOnInit(): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RedirecterComponent, [null, null, null, { optional: true; }, null]>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RedirecterComponent, "redirecter", never, {}, {}, never, never, true, never>;
|
|
23
|
-
}
|
|
1
|
+
import { ActivatedRoute, Router } from "@angular/router";
|
|
2
|
+
import { AppState } from "@esfaenza/core/services";
|
|
3
|
+
import { AppEmbeddingExtensions } from "@esfaenza/extensions";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class RedirecterComponent {
|
|
6
|
+
_state: AppState;
|
|
7
|
+
private route;
|
|
8
|
+
router: Router;
|
|
9
|
+
private redirectMap;
|
|
10
|
+
private emb;
|
|
11
|
+
Error: string;
|
|
12
|
+
tenant: string;
|
|
13
|
+
private wrongTenant;
|
|
14
|
+
constructor(_state: AppState, route: ActivatedRoute, router: Router, redirectMap: {
|
|
15
|
+
[index: string]: {
|
|
16
|
+
url: string;
|
|
17
|
+
params: string[];
|
|
18
|
+
};
|
|
19
|
+
}, emb: AppEmbeddingExtensions);
|
|
20
|
+
ngOnInit(): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RedirecterComponent, [null, null, null, { optional: true; }, null]>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RedirecterComponent, "redirecter", never, {}, {}, never, never, true, never>;
|
|
23
|
+
}
|
|
@@ -1,64 +1,64 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, NgZone, Type } from "@angular/core";
|
|
2
|
-
import { Router } from "@angular/router";
|
|
3
|
-
import { LocalizationService } from "@esfaenza/localizations";
|
|
4
|
-
import { ApplicationMenu, SearchResult, SearchResultContainer } from "@esfaenza/core/domain";
|
|
5
|
-
import { AppState, GlobalSearchService, MenuFilteringService, TokenService, UserPreferencesService } from "@esfaenza/core/services";
|
|
6
|
-
import { MessageService, UtilityService } from "@esfaenza/extensions";
|
|
7
|
-
import { AccessControlService } from "@esfaenza/access-control";
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class Sidebar {
|
|
10
|
-
lc: LocalizationService;
|
|
11
|
-
private cdr;
|
|
12
|
-
private _elementRef;
|
|
13
|
-
private _router;
|
|
14
|
-
_state: AppState;
|
|
15
|
-
private zone;
|
|
16
|
-
private utiExts;
|
|
17
|
-
private aac;
|
|
18
|
-
private menuItemsRaw;
|
|
19
|
-
private menuFilteringService;
|
|
20
|
-
sr: TokenService;
|
|
21
|
-
globalSearchService: GlobalSearchService;
|
|
22
|
-
profile: UserPreferencesService;
|
|
23
|
-
private msgExts;
|
|
24
|
-
menuItems: Array<any>;
|
|
25
|
-
menuHeight: number;
|
|
26
|
-
isMenuCollapsed: boolean;
|
|
27
|
-
isMenuShouldCollapsed: boolean;
|
|
28
|
-
showHoverElem: boolean;
|
|
29
|
-
hoverElemHeight: number;
|
|
30
|
-
hoverElemTop: number;
|
|
31
|
-
applicationVersion: string;
|
|
32
|
-
applicationName: string;
|
|
33
|
-
user: string;
|
|
34
|
-
tenant: string;
|
|
35
|
-
sidebar: ElementRef;
|
|
36
|
-
constructor(lc: LocalizationService, lcMenu: Type<LocalizationService>, cdr: ChangeDetectorRef, _elementRef: ElementRef, _router: Router, _state: AppState, zone: NgZone, utiExts: UtilityService, aac: AccessControlService, menuItemsRaw: ApplicationMenu[], menuFilteringService: MenuFilteringService, sr: TokenService, globalSearchService: GlobalSearchService, profile: UserPreferencesService, msgExts: MessageService);
|
|
37
|
-
ngOnInit(): Promise<void>;
|
|
38
|
-
private getMenuItems;
|
|
39
|
-
private checkSubMenuOverClaims;
|
|
40
|
-
onWindowResize(): void;
|
|
41
|
-
private _shouldMenuCollapse;
|
|
42
|
-
menuCollapse(): void;
|
|
43
|
-
menuCollapseStateChange(isCollapsed: boolean): void;
|
|
44
|
-
menuExpand(): void;
|
|
45
|
-
hoverItem(jQueryevent: any): void;
|
|
46
|
-
sendAwayHoverElement(): void;
|
|
47
|
-
updateSidebarHeight(): void;
|
|
48
|
-
collapseMenu(jQueryevent: any, item: any): boolean;
|
|
49
|
-
private outsideAngularClickHandler;
|
|
50
|
-
onChangeTenant(): void;
|
|
51
|
-
onLogout(): void;
|
|
52
|
-
private getUserProfileData;
|
|
53
|
-
SelectedResult: SearchResult;
|
|
54
|
-
ShowSingleTable: boolean;
|
|
55
|
-
searchTerm: string;
|
|
56
|
-
searchingTerm: boolean;
|
|
57
|
-
searchResult: SearchResultContainer;
|
|
58
|
-
onSearchRequest(): void;
|
|
59
|
-
onSearchModelChanged(): void;
|
|
60
|
-
closeSearch(): void;
|
|
61
|
-
FilterSearchResults(item?: SearchResult): void;
|
|
62
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Sidebar, [null, { optional: true; }, null, null, null, null, null, null, null, null, null, null, null, null, null]>;
|
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<Sidebar, "sidebar", never, {}, {}, never, never, true, never>;
|
|
64
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone, Type } from "@angular/core";
|
|
2
|
+
import { Router } from "@angular/router";
|
|
3
|
+
import { LocalizationService } from "@esfaenza/localizations";
|
|
4
|
+
import { ApplicationMenu, SearchResult, SearchResultContainer } from "@esfaenza/core/domain";
|
|
5
|
+
import { AppState, GlobalSearchService, MenuFilteringService, TokenService, UserPreferencesService } from "@esfaenza/core/services";
|
|
6
|
+
import { MessageService, UtilityService } from "@esfaenza/extensions";
|
|
7
|
+
import { AccessControlService } from "@esfaenza/access-control";
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class Sidebar {
|
|
10
|
+
lc: LocalizationService;
|
|
11
|
+
private cdr;
|
|
12
|
+
private _elementRef;
|
|
13
|
+
private _router;
|
|
14
|
+
_state: AppState;
|
|
15
|
+
private zone;
|
|
16
|
+
private utiExts;
|
|
17
|
+
private aac;
|
|
18
|
+
private menuItemsRaw;
|
|
19
|
+
private menuFilteringService;
|
|
20
|
+
sr: TokenService;
|
|
21
|
+
globalSearchService: GlobalSearchService;
|
|
22
|
+
profile: UserPreferencesService;
|
|
23
|
+
private msgExts;
|
|
24
|
+
menuItems: Array<any>;
|
|
25
|
+
menuHeight: number;
|
|
26
|
+
isMenuCollapsed: boolean;
|
|
27
|
+
isMenuShouldCollapsed: boolean;
|
|
28
|
+
showHoverElem: boolean;
|
|
29
|
+
hoverElemHeight: number;
|
|
30
|
+
hoverElemTop: number;
|
|
31
|
+
applicationVersion: string;
|
|
32
|
+
applicationName: string;
|
|
33
|
+
user: string;
|
|
34
|
+
tenant: string;
|
|
35
|
+
sidebar: ElementRef;
|
|
36
|
+
constructor(lc: LocalizationService, lcMenu: Type<LocalizationService>, cdr: ChangeDetectorRef, _elementRef: ElementRef, _router: Router, _state: AppState, zone: NgZone, utiExts: UtilityService, aac: AccessControlService, menuItemsRaw: ApplicationMenu[], menuFilteringService: MenuFilteringService, sr: TokenService, globalSearchService: GlobalSearchService, profile: UserPreferencesService, msgExts: MessageService);
|
|
37
|
+
ngOnInit(): Promise<void>;
|
|
38
|
+
private getMenuItems;
|
|
39
|
+
private checkSubMenuOverClaims;
|
|
40
|
+
onWindowResize(): void;
|
|
41
|
+
private _shouldMenuCollapse;
|
|
42
|
+
menuCollapse(): void;
|
|
43
|
+
menuCollapseStateChange(isCollapsed: boolean): void;
|
|
44
|
+
menuExpand(): void;
|
|
45
|
+
hoverItem(jQueryevent: any): void;
|
|
46
|
+
sendAwayHoverElement(): void;
|
|
47
|
+
updateSidebarHeight(): void;
|
|
48
|
+
collapseMenu(jQueryevent: any, item: any): boolean;
|
|
49
|
+
private outsideAngularClickHandler;
|
|
50
|
+
onChangeTenant(): void;
|
|
51
|
+
onLogout(): void;
|
|
52
|
+
private getUserProfileData;
|
|
53
|
+
SelectedResult: SearchResult;
|
|
54
|
+
ShowSingleTable: boolean;
|
|
55
|
+
searchTerm: string;
|
|
56
|
+
searchingTerm: boolean;
|
|
57
|
+
searchResult: SearchResultContainer;
|
|
58
|
+
onSearchRequest(): void;
|
|
59
|
+
onSearchModelChanged(): void;
|
|
60
|
+
closeSearch(): void;
|
|
61
|
+
FilterSearchResults(item?: SearchResult): void;
|
|
62
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Sidebar, [null, { optional: true; }, null, null, null, null, null, null, null, null, null, null, null, null, null]>;
|
|
63
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Sidebar, "sidebar", never, {}, {}, never, never, true, never>;
|
|
64
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Injector } from "@angular/core";
|
|
2
|
-
import { LocalizationService } from "@esfaenza/localizations";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SideBarLoc extends LocalizationService {
|
|
5
|
-
constructor(injector: Injector);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SideBarLoc, never>;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SideBarLoc>;
|
|
8
|
-
}
|
|
1
|
+
import { Injector } from "@angular/core";
|
|
2
|
+
import { LocalizationService } from "@esfaenza/localizations";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SideBarLoc extends LocalizationService {
|
|
5
|
+
constructor(injector: Injector);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SideBarLoc, never>;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SideBarLoc>;
|
|
8
|
+
}
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
import { Injector } from "@angular/core";
|
|
2
|
-
import { ExportService, MessageService, UtilityService } from "@esfaenza/extensions";
|
|
3
|
-
import { LocalizationService } from "@esfaenza/localizations";
|
|
4
|
-
import { UpdatePasswordDto, UserAccount } from "@esfaenza/core/domain";
|
|
5
|
-
import { AppFile } from "@esfaenza/forms-and-validations";
|
|
6
|
-
import { BaseComponent } from "../base/base.component";
|
|
7
|
-
import { AppState, TokenService, UserPreferencesService } from "@esfaenza/core/services";
|
|
8
|
-
import { EsModalComponent } from "../es-modal/es-modal.component";
|
|
9
|
-
import { EsImageCropperComponent } from "../public-api";
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class UserInfosComponent extends BaseComponent {
|
|
12
|
-
private inj;
|
|
13
|
-
private tks;
|
|
14
|
-
msgExts: MessageService;
|
|
15
|
-
expExts: ExportService;
|
|
16
|
-
utiExts: UtilityService;
|
|
17
|
-
lc: LocalizationService;
|
|
18
|
-
_state: AppState;
|
|
19
|
-
profile: UserPreferencesService;
|
|
20
|
-
AccountDetails: UserAccount;
|
|
21
|
-
AccountRoles: string[];
|
|
22
|
-
AccountPermissions: string[];
|
|
23
|
-
constructor(inj: Injector, tks: TokenService, msgExts: MessageService, expExts: ExportService, utiExts: UtilityService, lc: LocalizationService, _state: AppState, profile: UserPreferencesService);
|
|
24
|
-
ngOnInit(): void;
|
|
25
|
-
getAccountDetails(): Promise<void>;
|
|
26
|
-
dlgShowAccountRoles: EsModalComponent;
|
|
27
|
-
onShowAccountRoles(): void;
|
|
28
|
-
dlgUpdateProfilePicture: EsModalComponent;
|
|
29
|
-
imageCropper: EsImageCropperComponent;
|
|
30
|
-
UpdateProfilePictureDTO: {
|
|
31
|
-
image: AppFile;
|
|
32
|
-
};
|
|
33
|
-
onUpdateProfilePicture(): void;
|
|
34
|
-
doUpdateProfilePicture(): Promise<void>;
|
|
35
|
-
onDeleteProfilePicture(): void;
|
|
36
|
-
doDeleteProfilePicture(): Promise<void>;
|
|
37
|
-
dlgUpdateRecoverySettings: EsModalComponent;
|
|
38
|
-
UpdateRecoverySettingsDTO: {
|
|
39
|
-
email: string;
|
|
40
|
-
};
|
|
41
|
-
onUpdateRecoverySettings(): void;
|
|
42
|
-
doUpdateRecoverySettings(): Promise<void>;
|
|
43
|
-
dlgUpdatePassword: EsModalComponent;
|
|
44
|
-
UpdatePasswordDTO: UpdatePasswordDto;
|
|
45
|
-
CustomError: string;
|
|
46
|
-
onUpdatePassword(): void;
|
|
47
|
-
doUpdatePassword(): Promise<void>;
|
|
48
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UserInfosComponent, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UserInfosComponent, "user-infos", never, {}, {}, never, never, true, never>;
|
|
50
|
-
}
|
|
1
|
+
import { Injector } from "@angular/core";
|
|
2
|
+
import { ExportService, MessageService, UtilityService } from "@esfaenza/extensions";
|
|
3
|
+
import { LocalizationService } from "@esfaenza/localizations";
|
|
4
|
+
import { UpdatePasswordDto, UserAccount } from "@esfaenza/core/domain";
|
|
5
|
+
import { AppFile } from "@esfaenza/forms-and-validations";
|
|
6
|
+
import { BaseComponent } from "../base/base.component";
|
|
7
|
+
import { AppState, TokenService, UserPreferencesService } from "@esfaenza/core/services";
|
|
8
|
+
import { EsModalComponent } from "../es-modal/es-modal.component";
|
|
9
|
+
import { EsImageCropperComponent } from "../public-api";
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
export declare class UserInfosComponent extends BaseComponent {
|
|
12
|
+
private inj;
|
|
13
|
+
private tks;
|
|
14
|
+
msgExts: MessageService;
|
|
15
|
+
expExts: ExportService;
|
|
16
|
+
utiExts: UtilityService;
|
|
17
|
+
lc: LocalizationService;
|
|
18
|
+
_state: AppState;
|
|
19
|
+
profile: UserPreferencesService;
|
|
20
|
+
AccountDetails: UserAccount;
|
|
21
|
+
AccountRoles: string[];
|
|
22
|
+
AccountPermissions: string[];
|
|
23
|
+
constructor(inj: Injector, tks: TokenService, msgExts: MessageService, expExts: ExportService, utiExts: UtilityService, lc: LocalizationService, _state: AppState, profile: UserPreferencesService);
|
|
24
|
+
ngOnInit(): void;
|
|
25
|
+
getAccountDetails(): Promise<void>;
|
|
26
|
+
dlgShowAccountRoles: EsModalComponent;
|
|
27
|
+
onShowAccountRoles(): void;
|
|
28
|
+
dlgUpdateProfilePicture: EsModalComponent;
|
|
29
|
+
imageCropper: EsImageCropperComponent;
|
|
30
|
+
UpdateProfilePictureDTO: {
|
|
31
|
+
image: AppFile;
|
|
32
|
+
};
|
|
33
|
+
onUpdateProfilePicture(): void;
|
|
34
|
+
doUpdateProfilePicture(): Promise<void>;
|
|
35
|
+
onDeleteProfilePicture(): void;
|
|
36
|
+
doDeleteProfilePicture(): Promise<void>;
|
|
37
|
+
dlgUpdateRecoverySettings: EsModalComponent;
|
|
38
|
+
UpdateRecoverySettingsDTO: {
|
|
39
|
+
email: string;
|
|
40
|
+
};
|
|
41
|
+
onUpdateRecoverySettings(): void;
|
|
42
|
+
doUpdateRecoverySettings(): Promise<void>;
|
|
43
|
+
dlgUpdatePassword: EsModalComponent;
|
|
44
|
+
UpdatePasswordDTO: UpdatePasswordDto;
|
|
45
|
+
CustomError: string;
|
|
46
|
+
onUpdatePassword(): void;
|
|
47
|
+
doUpdatePassword(): Promise<void>;
|
|
48
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserInfosComponent, never>;
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserInfosComponent, "user-infos", never, {}, {}, never, never, true, never>;
|
|
50
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Injector } from "@angular/core";
|
|
2
|
-
import { LocalizationService } from "@esfaenza/localizations";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class UserInfoComponentLoc extends LocalizationService {
|
|
5
|
-
constructor(injector: Injector);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UserInfoComponentLoc, never>;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<UserInfoComponentLoc>;
|
|
8
|
-
}
|
|
1
|
+
import { Injector } from "@angular/core";
|
|
2
|
+
import { LocalizationService } from "@esfaenza/localizations";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class UserInfoComponentLoc extends LocalizationService {
|
|
5
|
+
constructor(injector: Injector);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserInfoComponentLoc, never>;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UserInfoComponentLoc>;
|
|
8
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Type, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ComponentHostDirective {
|
|
4
|
-
viewContainerRef: ViewContainerRef;
|
|
5
|
-
componentHost: Type<any>;
|
|
6
|
-
Inputs: Record<string, any>;
|
|
7
|
-
CreatedComponent: any;
|
|
8
|
-
constructor(viewContainerRef: ViewContainerRef);
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ComponentHostDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ComponentHostDirective, "[componentHost]", never, { "componentHost": { "alias": "componentHost"; "required": false; }; "Inputs": { "alias": "Inputs"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
|
-
}
|
|
1
|
+
import { Type, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ComponentHostDirective {
|
|
4
|
+
viewContainerRef: ViewContainerRef;
|
|
5
|
+
componentHost: Type<any>;
|
|
6
|
+
Inputs: Record<string, any>;
|
|
7
|
+
CreatedComponent: any;
|
|
8
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ComponentHostDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ComponentHostDirective, "[componentHost]", never, { "componentHost": { "alias": "componentHost"; "required": false; }; "Inputs": { "alias": "Inputs"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./draggable/draggable.directive";
|
|
3
|
-
import * as i2 from "./slim-scroll/slim-scroll.directive";
|
|
4
|
-
import * as i3 from "./widget/widget.directive";
|
|
5
|
-
import * as i4 from "./es-routerLink/es-routerLink.directive";
|
|
6
|
-
import * as i5 from "./componentHost/componentHost.directive";
|
|
7
|
-
import * as i6 from "./es-modal/es-modal.directive";
|
|
8
|
-
export declare class DirectivesModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DirectivesModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DirectivesModule, never, [typeof i1.Draggable, typeof i2.SlimScroll, typeof i3.Widget, typeof i4.esRouterLinkWithHref, typeof i5.ComponentHostDirective, typeof i6.EsModalDirective], [typeof i1.Draggable, typeof i2.SlimScroll, typeof i3.Widget, typeof i4.esRouterLinkWithHref, typeof i5.ComponentHostDirective, typeof i6.EsModalDirective]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DirectivesModule>;
|
|
12
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./draggable/draggable.directive";
|
|
3
|
+
import * as i2 from "./slim-scroll/slim-scroll.directive";
|
|
4
|
+
import * as i3 from "./widget/widget.directive";
|
|
5
|
+
import * as i4 from "./es-routerLink/es-routerLink.directive";
|
|
6
|
+
import * as i5 from "./componentHost/componentHost.directive";
|
|
7
|
+
import * as i6 from "./es-modal/es-modal.directive";
|
|
8
|
+
export declare class DirectivesModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DirectivesModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DirectivesModule, never, [typeof i1.Draggable, typeof i2.SlimScroll, typeof i3.Widget, typeof i4.esRouterLinkWithHref, typeof i5.ComponentHostDirective, typeof i6.EsModalDirective], [typeof i1.Draggable, typeof i2.SlimScroll, typeof i3.Widget, typeof i4.esRouterLinkWithHref, typeof i5.ComponentHostDirective, typeof i6.EsModalDirective]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DirectivesModule>;
|
|
12
|
+
}
|