@esfaenza/core 15.2.284 → 16.2.26
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 +1 -1
- package/components/error/404/pagenotfound.component.d.ts +2 -1
- package/components/error/500/servererror.component.d.ts +2 -1
- package/components/error/Angular/angularerror.component.d.ts +2 -1
- package/components/es-image-cropper/es-image-cropper.component.d.ts +1 -1
- package/components/es-modal/es-modal.component.d.ts +1 -1
- package/components/jace-resource/jace-resource.component.d.ts +1 -1
- package/components/labeled-span/labeled-span.component.d.ts +1 -1
- package/components/navbar/navbar.component.d.ts +2 -1
- package/directives/componentHost/componentHost.directive.d.ts +1 -1
- package/directives/draggable/draggable.directive.d.ts +1 -1
- package/directives/es-routerLink/es-routerLink.directive.d.ts +1 -1
- package/directives/slim-scroll/slim-scroll.directive.d.ts +1 -1
- package/domain/tokens.d.ts +2 -0
- package/{esm2020 → esm2022}/components/back-top/back-top.component.mjs +4 -4
- package/{esm2020 → esm2022}/components/base/base.component.mjs +6 -5
- package/esm2022/components/base/embedding.component.mjs +64 -0
- package/{esm2020 → esm2022}/components/base/reactive.component.mjs +4 -4
- package/{esm2020 → esm2022}/components/breadcrumb/breadcrumb.component.mjs +4 -4
- package/esm2022/components/components.module.mjs +97 -0
- package/esm2022/components/error/404/pagenotfound.component.mjs +36 -0
- package/esm2022/components/error/500/servererror.component.mjs +47 -0
- package/esm2022/components/error/Angular/angularerror.component.mjs +62 -0
- package/esm2022/components/es-image-cropper/es-image-cropper.component.mjs +82 -0
- package/{esm2020 → esm2022}/components/es-modal/es-modal-head/es-modal-head.component.mjs +4 -4
- package/{esm2020 → esm2022}/components/es-modal/es-modal.component.mjs +4 -4
- package/esm2022/components/external-page/external_pages.component.mjs +48 -0
- package/{esm2020 → esm2022}/components/jace-login/jace-login.component.mjs +4 -4
- package/{esm2020 → esm2022}/components/jace-resource/jace-resource.component.mjs +4 -4
- package/{esm2020 → esm2022}/components/labeled-span/labeled-span.component.mjs +4 -4
- package/{esm2020 → esm2022}/components/navbar/navbar.component.loc.mjs +4 -4
- package/esm2022/components/navbar/navbar.component.mjs +223 -0
- package/{esm2020 → esm2022}/components/page/pages.component.mjs +5 -5
- package/{esm2020 → esm2022}/components/redirecter/redirecter.component.mjs +4 -4
- package/{esm2020 → esm2022}/components/sidebar/sidebar.component.loc.mjs +4 -4
- package/{esm2020 → esm2022}/components/sidebar/sidebar.component.mjs +5 -5
- package/{esm2020 → esm2022}/components/user_infos/user_infos.component.loc.mjs +4 -4
- package/esm2022/components/user_infos/user_infos.component.mjs +148 -0
- package/{esm2020 → esm2022}/directives/componentHost/componentHost.directive.mjs +4 -4
- package/{esm2020 → esm2022}/directives/directives.module.mjs +5 -5
- package/{esm2020 → esm2022}/directives/draggable/draggable.directive.mjs +4 -4
- package/{esm2020 → esm2022}/directives/es-modal/es-modal.directive.mjs +4 -4
- package/{esm2020 → esm2022}/directives/es-routerLink/es-routerLink.directive.mjs +4 -4
- package/{esm2020 → esm2022}/directives/slim-scroll/slim-scroll.directive.mjs +4 -4
- package/{esm2020 → esm2022}/directives/widget/widget.directive.mjs +4 -4
- package/{esm2020 → esm2022}/domain/models/core/ApplicationMenu.mjs +2 -2
- package/esm2022/domain/tokens.mjs +17 -0
- package/esm2022/lib/app.component.mjs +34 -0
- package/esm2022/lib/core.module.mjs +258 -0
- package/{esm2020 → esm2022}/modules/classes/_embedding.module.mjs +5 -5
- package/{esm2020 → esm2022}/modules/classes/_shared.module.mjs +11 -11
- package/{esm2020 → esm2022}/modules/classes/t_c.module.mjs +44 -44
- package/{esm2020 → esm2022}/pipes/classes/included_in.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/pipes/classes/safe_html.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/pipes/classes/safe_script.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/pipes/classes/safe_style.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/pipes/classes/safe_url.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/pipes/pipes.module.mjs +5 -5
- package/esm2022/services/classes/app.accesstoken.mjs +1042 -0
- package/{esm2020 → esm2022}/services/classes/app.completedjobredirection.mjs +4 -4
- package/{esm2020 → esm2022}/services/classes/app.errorhandler.mjs +4 -4
- package/{esm2020 → esm2022}/services/classes/app.event.mjs +4 -4
- package/{esm2020 → esm2022}/services/classes/app.globalsearch.mjs +4 -4
- package/{esm2020 → esm2022}/services/classes/app.httpextensions.loc.mjs +4 -4
- package/{esm2020 → esm2022}/services/classes/app.httpextensions.mjs +6 -12
- package/{esm2020 → esm2022}/services/classes/app.menufilter.mjs +4 -4
- package/esm2022/services/classes/app.routeguard.mjs +23 -0
- package/esm2022/services/classes/app.session.mjs +40 -0
- package/esm2022/services/classes/app.state.mjs +229 -0
- package/{esm2020 → esm2022}/services/classes/preferences/app.cache.persistor.mjs +4 -4
- package/{esm2020 → esm2022}/services/classes/preferences/app.preference.persistor.mjs +4 -4
- package/esm2022/services/classes/preferences/user/app.userpreferences.base.mjs +101 -0
- package/{fesm2020 → fesm2022}/esfaenza-core-components.mjs +169 -149
- package/fesm2022/esfaenza-core-components.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/esfaenza-core-directives.mjs +22 -22
- package/{fesm2015 → fesm2022}/esfaenza-core-directives.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/esfaenza-core-domain.mjs +5 -3
- package/{fesm2020 → fesm2022}/esfaenza-core-domain.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/esfaenza-core-modules.mjs +57 -57
- package/{fesm2020 → fesm2022}/esfaenza-core-modules.mjs.map +1 -1
- package/{fesm2015 → fesm2022}/esfaenza-core-pipes.mjs +19 -19
- package/{fesm2020 → fesm2022}/esfaenza-core-pipes.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/esfaenza-core-services.mjs +83 -61
- package/fesm2022/esfaenza-core-services.mjs.map +1 -0
- package/fesm2022/esfaenza-core.mjs +287 -0
- package/fesm2022/esfaenza-core.mjs.map +1 -0
- package/lib/app.component.d.ts +1 -1
- package/lib/core.module.d.ts +1 -0
- package/package.json +117 -112
- package/services/classes/app.accesstoken.d.ts +3 -2
- package/services/classes/app.session.d.ts +2 -1
- package/services/classes/app.state.d.ts +2 -1
- package/theme/styles/_mat_datepicker_bugfix.scss +933 -0
- package/theme/styles/_material-override.scss +17 -7
- package/esm2020/components/base/embedding.component.mjs +0 -68
- package/esm2020/components/components.module.mjs +0 -94
- package/esm2020/components/error/404/pagenotfound.component.mjs +0 -30
- package/esm2020/components/error/500/servererror.component.mjs +0 -41
- package/esm2020/components/error/Angular/angularerror.component.mjs +0 -56
- package/esm2020/components/es-image-cropper/es-image-cropper.component.mjs +0 -83
- package/esm2020/components/external-page/external_pages.component.mjs +0 -48
- package/esm2020/components/navbar/navbar.component.mjs +0 -219
- package/esm2020/components/user_infos/user_infos.component.mjs +0 -146
- package/esm2020/domain/tokens.mjs +0 -15
- package/esm2020/lib/app.component.mjs +0 -30
- package/esm2020/lib/core.module.mjs +0 -241
- package/esm2020/services/classes/app.accesstoken.mjs +0 -1032
- package/esm2020/services/classes/app.routeguard.mjs +0 -22
- package/esm2020/services/classes/app.session.mjs +0 -32
- package/esm2020/services/classes/app.state.mjs +0 -219
- package/esm2020/services/classes/preferences/user/app.userpreferences.base.mjs +0 -98
- package/fesm2015/esfaenza-core-components.mjs +0 -1549
- package/fesm2015/esfaenza-core-components.mjs.map +0 -1
- package/fesm2015/esfaenza-core-directives.mjs +0 -300
- package/fesm2015/esfaenza-core-domain.mjs +0 -200
- package/fesm2015/esfaenza-core-domain.mjs.map +0 -1
- package/fesm2015/esfaenza-core-helpers.mjs.map +0 -1
- package/fesm2015/esfaenza-core-modules.mjs +0 -183
- package/fesm2015/esfaenza-core-modules.mjs.map +0 -1
- package/fesm2015/esfaenza-core-pipes.mjs.map +0 -1
- package/fesm2015/esfaenza-core-services.mjs +0 -1800
- package/fesm2015/esfaenza-core-services.mjs.map +0 -1
- package/fesm2015/esfaenza-core.mjs +0 -267
- package/fesm2015/esfaenza-core.mjs.map +0 -1
- package/fesm2020/esfaenza-core-components.mjs.map +0 -1
- package/fesm2020/esfaenza-core-directives.mjs.map +0 -1
- package/fesm2020/esfaenza-core-helpers.mjs +0 -44
- package/fesm2020/esfaenza-core-pipes.mjs +0 -112
- package/fesm2020/esfaenza-core-services.mjs.map +0 -1
- package/fesm2020/esfaenza-core.mjs +0 -267
- package/fesm2020/esfaenza-core.mjs.map +0 -1
- /package/{esm2020 → esm2022}/components/esfaenza-core-components.mjs +0 -0
- /package/{esm2020 → esm2022}/components/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directives/esfaenza-core-directives.mjs +0 -0
- /package/{esm2020 → esm2022}/directives/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/domain/esfaenza-core-domain.mjs +0 -0
- /package/{esm2020 → esm2022}/domain/models/core/ApplicationJob.mjs +0 -0
- /package/{esm2020 → esm2022}/domain/models/core/ApplicationRoutes.mjs +0 -0
- /package/{esm2020 → esm2022}/domain/models/core/EnvOptions.mjs +0 -0
- /package/{esm2020 → esm2022}/domain/models/core/GenericItem.mjs +0 -0
- /package/{esm2020 → esm2022}/domain/models/core/KeyValue.mjs +0 -0
- /package/{esm2020 → esm2022}/domain/models/global_search/SaerchResultContainer.mjs +0 -0
- /package/{esm2020 → esm2022}/domain/models/global_search/SearchResult.mjs +0 -0
- /package/{esm2020 → esm2022}/domain/models/jace/AccountScope.mjs +0 -0
- /package/{esm2020 → esm2022}/domain/models/jace/ActiveModuleView.mjs +0 -0
- /package/{esm2020 → esm2022}/domain/models/jace/CategoriesWithModules.mjs +0 -0
- /package/{esm2020 → esm2022}/domain/models/jace/JaceAccount.mjs +0 -0
- /package/{esm2020 → esm2022}/domain/models/jace/JaceIdentity.mjs +0 -0
- /package/{esm2020 → esm2022}/domain/models/jace/JaceModule.mjs +0 -0
- /package/{esm2020 → esm2022}/domain/models/jace/JacePermission.mjs +0 -0
- /package/{esm2020 → esm2022}/domain/models/jace/JaceRole.mjs +0 -0
- /package/{esm2020 → esm2022}/domain/models/jace/JaceUser.mjs +0 -0
- /package/{esm2020 → esm2022}/domain/models/user/UpdateAccountRecoverySettingsDto.mjs +0 -0
- /package/{esm2020 → esm2022}/domain/models/user/UpdatePasswordDto.mjs +0 -0
- /package/{esm2020 → esm2022}/domain/models/user/UpdateProfilePictureDto.mjs +0 -0
- /package/{esm2020 → esm2022}/domain/models/user/UserAccount.mjs +0 -0
- /package/{esm2020 → esm2022}/domain/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/esfaenza-core.mjs +0 -0
- /package/{esm2020 → esm2022}/helpers/classes/ResizeListener.mjs +0 -0
- /package/{esm2020 → esm2022}/helpers/esfaenza-core-helpers.mjs +0 -0
- /package/{esm2020 → esm2022}/helpers/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/modules/classes/_base.module.mjs +0 -0
- /package/{esm2020 → esm2022}/modules/esfaenza-core-modules.mjs +0 -0
- /package/{esm2020 → esm2022}/modules/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/pipes/esfaenza-core-pipes.mjs +0 -0
- /package/{esm2020 → esm2022}/pipes/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/services/esfaenza-core-services.mjs +0 -0
- /package/{esm2020 → esm2022}/services/public-api.mjs +0 -0
- /package/{fesm2015 → fesm2022}/esfaenza-core-helpers.mjs +0 -0
- /package/{fesm2020 → fesm2022}/esfaenza-core-helpers.mjs.map +0 -0
|
@@ -9,10 +9,10 @@ class IncludedInPipe {
|
|
|
9
9
|
return value;
|
|
10
10
|
return list.includes(value);
|
|
11
11
|
}
|
|
12
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IncludedInPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
13
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: IncludedInPipe, isStandalone: true, name: "included_in" }); }
|
|
12
14
|
}
|
|
13
|
-
|
|
14
|
-
IncludedInPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: IncludedInPipe, isStandalone: true, name: "included_in" });
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IncludedInPipe, decorators: [{
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IncludedInPipe, decorators: [{
|
|
16
16
|
type: Pipe,
|
|
17
17
|
args: [{
|
|
18
18
|
name: 'included_in',
|
|
@@ -27,10 +27,10 @@ class SafeHtmlPipe {
|
|
|
27
27
|
transform(value) {
|
|
28
28
|
return this.sanitizer.bypassSecurityTrustHtml(value);
|
|
29
29
|
}
|
|
30
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SafeHtmlPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
31
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: SafeHtmlPipe, isStandalone: true, name: "safe_html" }); }
|
|
30
32
|
}
|
|
31
|
-
|
|
32
|
-
SafeHtmlPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SafeHtmlPipe, isStandalone: true, name: "safe_html" });
|
|
33
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SafeHtmlPipe, decorators: [{
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SafeHtmlPipe, decorators: [{
|
|
34
34
|
type: Pipe,
|
|
35
35
|
args: [{
|
|
36
36
|
name: 'safe_html',
|
|
@@ -45,10 +45,10 @@ class SafeScriptPipe {
|
|
|
45
45
|
transform(value) {
|
|
46
46
|
return this.sanitizer.bypassSecurityTrustScript(value);
|
|
47
47
|
}
|
|
48
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SafeScriptPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
49
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: SafeScriptPipe, isStandalone: true, name: "safe_script" }); }
|
|
48
50
|
}
|
|
49
|
-
|
|
50
|
-
SafeScriptPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SafeScriptPipe, isStandalone: true, name: "safe_script" });
|
|
51
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SafeScriptPipe, decorators: [{
|
|
51
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SafeScriptPipe, decorators: [{
|
|
52
52
|
type: Pipe,
|
|
53
53
|
args: [{
|
|
54
54
|
name: 'safe_script',
|
|
@@ -63,10 +63,10 @@ class SafeStylePipe {
|
|
|
63
63
|
transform(value) {
|
|
64
64
|
return this.sanitizer.bypassSecurityTrustStyle(value);
|
|
65
65
|
}
|
|
66
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SafeStylePipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
67
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: SafeStylePipe, isStandalone: true, name: "safe_style" }); }
|
|
66
68
|
}
|
|
67
|
-
|
|
68
|
-
SafeStylePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SafeStylePipe, isStandalone: true, name: "safe_style" });
|
|
69
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SafeStylePipe, decorators: [{
|
|
69
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SafeStylePipe, decorators: [{
|
|
70
70
|
type: Pipe,
|
|
71
71
|
args: [{
|
|
72
72
|
name: 'safe_style',
|
|
@@ -81,10 +81,10 @@ class SafeUrlPipe {
|
|
|
81
81
|
transform(value) {
|
|
82
82
|
return this.sanitizer.bypassSecurityTrustUrl(value);
|
|
83
83
|
}
|
|
84
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SafeUrlPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
85
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: SafeUrlPipe, isStandalone: true, name: "safe_url" }); }
|
|
84
86
|
}
|
|
85
|
-
|
|
86
|
-
SafeUrlPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SafeUrlPipe, isStandalone: true, name: "safe_url" });
|
|
87
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SafeUrlPipe, decorators: [{
|
|
87
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SafeUrlPipe, decorators: [{
|
|
88
88
|
type: Pipe,
|
|
89
89
|
args: [{
|
|
90
90
|
name: 'safe_url',
|
|
@@ -95,11 +95,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
95
95
|
// Angular
|
|
96
96
|
const PIPES = [SafeStylePipe, SafeHtmlPipe, SafeScriptPipe, SafeUrlPipe, IncludedInPipe];
|
|
97
97
|
class PipesModule {
|
|
98
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
99
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: PipesModule, imports: [SafeStylePipe, SafeHtmlPipe, SafeScriptPipe, SafeUrlPipe, IncludedInPipe], exports: [SafeStylePipe, SafeHtmlPipe, SafeScriptPipe, SafeUrlPipe, IncludedInPipe] }); }
|
|
100
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PipesModule }); }
|
|
98
101
|
}
|
|
99
|
-
|
|
100
|
-
PipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PipesModule, imports: [SafeStylePipe, SafeHtmlPipe, SafeScriptPipe, SafeUrlPipe, IncludedInPipe], exports: [SafeStylePipe, SafeHtmlPipe, SafeScriptPipe, SafeUrlPipe, IncludedInPipe] });
|
|
101
|
-
PipesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PipesModule });
|
|
102
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PipesModule, decorators: [{
|
|
102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PipesModule, decorators: [{
|
|
103
103
|
type: NgModule,
|
|
104
104
|
args: [{ imports: [...PIPES], exports: [...PIPES] }]
|
|
105
105
|
}] });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"esfaenza-core-pipes.mjs","sources":["../../../projects/core/pipes/src/classes/included_in.pipe.ts","../../../projects/core/pipes/src/classes/safe_html.pipe.ts","../../../projects/core/pipes/src/classes/safe_script.pipe.ts","../../../projects/core/pipes/src/classes/safe_style.pipe.ts","../../../projects/core/pipes/src/classes/safe_url.pipe.ts","../../../projects/core/pipes/src/pipes.module.ts","../../../projects/core/pipes/src/esfaenza-core-pipes.ts"],"sourcesContent":["// Angular\r\nimport { Pipe, PipeTransform } from \"@angular/core\";\r\n\r\n@Pipe({\r\n name: 'included_in',\r\n standalone: true\r\n})\r\nexport class IncludedInPipe implements PipeTransform {\r\n\r\n transform<T>(value: T, list: T[])\r\n transform(value: any, list: any[]): any {\r\n if (value == null || list == null || list.length == 0)\r\n return value;\r\n\r\n return list.includes(value);\r\n }\r\n}\r\n","// Angular\r\nimport { DomSanitizer } from \"@angular/platform-browser\";\r\nimport { Pipe, PipeTransform } from \"@angular/core\";\r\n\r\n@Pipe({\r\n name: 'safe_html',\r\n standalone: true\r\n})\r\nexport class SafeHtmlPipe implements PipeTransform {\r\n\r\n constructor(private sanitizer: DomSanitizer) { }\r\n\r\n transform(value) {\r\n return this.sanitizer.bypassSecurityTrustHtml(value);\r\n }\r\n}\r\n","// Angular\r\nimport { DomSanitizer } from \"@angular/platform-browser\";\r\nimport { Pipe, PipeTransform } from \"@angular/core\";\r\n\r\n@Pipe({\r\n name: 'safe_script',\r\n standalone: true\r\n})\r\nexport class SafeScriptPipe implements PipeTransform {\r\n\r\n constructor(private sanitizer: DomSanitizer) { }\r\n\r\n transform(value) {\r\n return this.sanitizer.bypassSecurityTrustScript(value);\r\n }\r\n}\r\n","// Angular\r\nimport { DomSanitizer } from \"@angular/platform-browser\";\r\nimport { Pipe, PipeTransform } from \"@angular/core\";\r\n\r\n@Pipe({\r\n name: 'safe_style',\r\n standalone: true\r\n})\r\nexport class SafeStylePipe implements PipeTransform {\r\n\r\n constructor(private sanitizer: DomSanitizer) { }\r\n\r\n transform(value) {\r\n return this.sanitizer.bypassSecurityTrustStyle(value);\r\n }\r\n}","// Angular\r\nimport { DomSanitizer } from \"@angular/platform-browser\";\r\nimport { Pipe, PipeTransform } from \"@angular/core\";\r\n\r\n@Pipe({\r\n name: 'safe_url',\r\n standalone: true\r\n})\r\nexport class SafeUrlPipe implements PipeTransform {\r\n\r\n constructor(private sanitizer: DomSanitizer) { }\r\n\r\n transform(value) {\r\n return this.sanitizer.bypassSecurityTrustUrl(value);\r\n }\r\n}\r\n","// Angular\r\nimport { NgModule } from \"@angular/core\";\r\n\r\n// Pipe\r\nimport { IncludedInPipe } from \"./classes/included_in.pipe\";\r\nimport { SafeHtmlPipe } from \"./classes/safe_html.pipe\";\r\nimport { SafeScriptPipe } from \"./classes/safe_script.pipe\";\r\nimport { SafeStylePipe } from \"./classes/safe_style.pipe\";\r\nimport { SafeUrlPipe } from \"./classes/safe_url.pipe\";\r\n\r\nconst PIPES = [SafeStylePipe, SafeHtmlPipe, SafeScriptPipe, SafeUrlPipe, IncludedInPipe];\r\n\r\n@NgModule({ imports: [...PIPES], exports: [...PIPES] })\r\nexport class PipesModule { }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;AAAA;MAOa,cAAc,CAAA;IAGvB,SAAS,CAAC,KAAU,EAAE,IAAW,EAAA;AAC7B,QAAA,IAAI,KAAK,IAAI,IAAI,IAAI,IAAI,IAAI,IAAI,IAAI,IAAI,CAAC,MAAM,IAAI,CAAC;AACjD,YAAA,OAAO,KAAK,CAAC;AAEjB,QAAA,OAAO,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;KAC/B
|
|
1
|
+
{"version":3,"file":"esfaenza-core-pipes.mjs","sources":["../../../projects/core/pipes/src/classes/included_in.pipe.ts","../../../projects/core/pipes/src/classes/safe_html.pipe.ts","../../../projects/core/pipes/src/classes/safe_script.pipe.ts","../../../projects/core/pipes/src/classes/safe_style.pipe.ts","../../../projects/core/pipes/src/classes/safe_url.pipe.ts","../../../projects/core/pipes/src/pipes.module.ts","../../../projects/core/pipes/src/esfaenza-core-pipes.ts"],"sourcesContent":["// Angular\r\nimport { Pipe, PipeTransform } from \"@angular/core\";\r\n\r\n@Pipe({\r\n name: 'included_in',\r\n standalone: true\r\n})\r\nexport class IncludedInPipe implements PipeTransform {\r\n\r\n transform<T>(value: T, list: T[])\r\n transform(value: any, list: any[]): any {\r\n if (value == null || list == null || list.length == 0)\r\n return value;\r\n\r\n return list.includes(value);\r\n }\r\n}\r\n","// Angular\r\nimport { DomSanitizer } from \"@angular/platform-browser\";\r\nimport { Pipe, PipeTransform } from \"@angular/core\";\r\n\r\n@Pipe({\r\n name: 'safe_html',\r\n standalone: true\r\n})\r\nexport class SafeHtmlPipe implements PipeTransform {\r\n\r\n constructor(private sanitizer: DomSanitizer) { }\r\n\r\n transform(value) {\r\n return this.sanitizer.bypassSecurityTrustHtml(value);\r\n }\r\n}\r\n","// Angular\r\nimport { DomSanitizer } from \"@angular/platform-browser\";\r\nimport { Pipe, PipeTransform } from \"@angular/core\";\r\n\r\n@Pipe({\r\n name: 'safe_script',\r\n standalone: true\r\n})\r\nexport class SafeScriptPipe implements PipeTransform {\r\n\r\n constructor(private sanitizer: DomSanitizer) { }\r\n\r\n transform(value) {\r\n return this.sanitizer.bypassSecurityTrustScript(value);\r\n }\r\n}\r\n","// Angular\r\nimport { DomSanitizer } from \"@angular/platform-browser\";\r\nimport { Pipe, PipeTransform } from \"@angular/core\";\r\n\r\n@Pipe({\r\n name: 'safe_style',\r\n standalone: true\r\n})\r\nexport class SafeStylePipe implements PipeTransform {\r\n\r\n constructor(private sanitizer: DomSanitizer) { }\r\n\r\n transform(value) {\r\n return this.sanitizer.bypassSecurityTrustStyle(value);\r\n }\r\n}","// Angular\r\nimport { DomSanitizer } from \"@angular/platform-browser\";\r\nimport { Pipe, PipeTransform } from \"@angular/core\";\r\n\r\n@Pipe({\r\n name: 'safe_url',\r\n standalone: true\r\n})\r\nexport class SafeUrlPipe implements PipeTransform {\r\n\r\n constructor(private sanitizer: DomSanitizer) { }\r\n\r\n transform(value) {\r\n return this.sanitizer.bypassSecurityTrustUrl(value);\r\n }\r\n}\r\n","// Angular\r\nimport { NgModule } from \"@angular/core\";\r\n\r\n// Pipe\r\nimport { IncludedInPipe } from \"./classes/included_in.pipe\";\r\nimport { SafeHtmlPipe } from \"./classes/safe_html.pipe\";\r\nimport { SafeScriptPipe } from \"./classes/safe_script.pipe\";\r\nimport { SafeStylePipe } from \"./classes/safe_style.pipe\";\r\nimport { SafeUrlPipe } from \"./classes/safe_url.pipe\";\r\n\r\nconst PIPES = [SafeStylePipe, SafeHtmlPipe, SafeScriptPipe, SafeUrlPipe, IncludedInPipe];\r\n\r\n@NgModule({ imports: [...PIPES], exports: [...PIPES] })\r\nexport class PipesModule { }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Injectable, Optional, Inject } from '@angular/core';
|
|
3
|
-
import { JaceIdentity, USE_FAKE_ACCESS_TOKEN, UpdateProfilePictureDto, UpdateAccountRecoverySettingsDto, UpdatePasswordDto } from '@esfaenza/core/domain';
|
|
3
|
+
import { JaceIdentity, USE_FAKE_ACCESS_TOKEN, ANONYMOUS_MODE, UpdateProfilePictureDto, UpdateAccountRecoverySettingsDto, UpdatePasswordDto } from '@esfaenza/core/domain';
|
|
4
4
|
import * as i1 from 'ngx-cookie-service';
|
|
5
5
|
import { of, Subject, filter, firstValueFrom } from 'rxjs';
|
|
6
6
|
import * as i2 from '@angular/common/http';
|
|
@@ -29,9 +29,10 @@ import { HTTPService } from '@esfaenza/httpservice';
|
|
|
29
29
|
|
|
30
30
|
// Angular
|
|
31
31
|
class TokenService {
|
|
32
|
-
constructor(cs, USE_FAKE_ACCESS_TOKEN) {
|
|
32
|
+
constructor(cs, USE_FAKE_ACCESS_TOKEN, ANONYMOUS_MODE) {
|
|
33
33
|
this.cs = cs;
|
|
34
34
|
this.USE_FAKE_ACCESS_TOKEN = USE_FAKE_ACCESS_TOKEN;
|
|
35
|
+
this.ANONYMOUS_MODE = ANONYMOUS_MODE;
|
|
35
36
|
if (this.USE_FAKE_ACCESS_TOKEN)
|
|
36
37
|
this.accountScope = this.getFakeAccountScope();
|
|
37
38
|
}
|
|
@@ -39,9 +40,13 @@ class TokenService {
|
|
|
39
40
|
this.cs.delete("access_token");
|
|
40
41
|
}
|
|
41
42
|
getAccessToken() {
|
|
43
|
+
if (this.ANONYMOUS_MODE)
|
|
44
|
+
return "";
|
|
42
45
|
return this.USE_FAKE_ACCESS_TOKEN ? this.getFakeToken() : this.cs.get("accessToken");
|
|
43
46
|
}
|
|
44
47
|
getJaceIdentity() {
|
|
48
|
+
if (this.ANONYMOUS_MODE)
|
|
49
|
+
return null;
|
|
45
50
|
let token = this.USE_FAKE_ACCESS_TOKEN ? this.getFakeToken() : this.cs.get("accessToken");
|
|
46
51
|
if (!token)
|
|
47
52
|
return null;
|
|
@@ -1041,10 +1046,10 @@ class TokenService {
|
|
|
1041
1046
|
};
|
|
1042
1047
|
return accountScope;
|
|
1043
1048
|
}
|
|
1049
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TokenService, deps: [{ token: i1.CookieService }, { token: USE_FAKE_ACCESS_TOKEN, optional: true }, { token: ANONYMOUS_MODE, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1050
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TokenService, providedIn: "root" }); }
|
|
1044
1051
|
}
|
|
1045
|
-
|
|
1046
|
-
TokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TokenService, providedIn: "root" });
|
|
1047
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TokenService, decorators: [{
|
|
1052
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TokenService, decorators: [{
|
|
1048
1053
|
type: Injectable,
|
|
1049
1054
|
args: [{ providedIn: "root" }]
|
|
1050
1055
|
}], ctorParameters: function () { return [{ type: i1.CookieService }, { type: undefined, decorators: [{
|
|
@@ -1052,6 +1057,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1052
1057
|
}, {
|
|
1053
1058
|
type: Inject,
|
|
1054
1059
|
args: [USE_FAKE_ACCESS_TOKEN]
|
|
1060
|
+
}] }, { type: undefined, decorators: [{
|
|
1061
|
+
type: Optional
|
|
1062
|
+
}, {
|
|
1063
|
+
type: Inject,
|
|
1064
|
+
args: [ANONYMOUS_MODE]
|
|
1055
1065
|
}] }]; } });
|
|
1056
1066
|
|
|
1057
1067
|
// Angular
|
|
@@ -1077,10 +1087,10 @@ class GlobalSearchService {
|
|
|
1077
1087
|
generateColumnLink(column) {
|
|
1078
1088
|
return null;
|
|
1079
1089
|
}
|
|
1090
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GlobalSearchService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1091
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GlobalSearchService }); }
|
|
1080
1092
|
}
|
|
1081
|
-
|
|
1082
|
-
GlobalSearchService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GlobalSearchService });
|
|
1083
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GlobalSearchService, decorators: [{
|
|
1093
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GlobalSearchService, decorators: [{
|
|
1084
1094
|
type: Injectable
|
|
1085
1095
|
}] });
|
|
1086
1096
|
|
|
@@ -1114,10 +1124,10 @@ class APPErrorHandler {
|
|
|
1114
1124
|
// can be fed into btoa.
|
|
1115
1125
|
return btoa(encodeURIComponent(str).replace(/%([0-9A-F]{2})/g, (match, p1) => String.fromCharCode(("0x" + p1))));
|
|
1116
1126
|
}
|
|
1127
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: APPErrorHandler, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1128
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: APPErrorHandler }); }
|
|
1117
1129
|
}
|
|
1118
|
-
|
|
1119
|
-
APPErrorHandler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: APPErrorHandler });
|
|
1120
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: APPErrorHandler, decorators: [{
|
|
1130
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: APPErrorHandler, decorators: [{
|
|
1121
1131
|
type: Injectable
|
|
1122
1132
|
}], ctorParameters: function () { return [{ type: i0.Injector }]; } });
|
|
1123
1133
|
|
|
@@ -1138,10 +1148,10 @@ class OutZoneEventPlugin {
|
|
|
1138
1148
|
element.addEventListener(eventOriginalName, standardHandler);
|
|
1139
1149
|
return () => element.removeEventListener(eventOriginalName, standardHandler);
|
|
1140
1150
|
}
|
|
1151
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: OutZoneEventPlugin, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1152
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: OutZoneEventPlugin, providedIn: 'root' }); }
|
|
1141
1153
|
}
|
|
1142
|
-
|
|
1143
|
-
OutZoneEventPlugin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: OutZoneEventPlugin, providedIn: 'root' });
|
|
1144
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: OutZoneEventPlugin, decorators: [{
|
|
1154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: OutZoneEventPlugin, decorators: [{
|
|
1145
1155
|
type: Injectable,
|
|
1146
1156
|
args: [{ providedIn: 'root' }]
|
|
1147
1157
|
}], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
|
|
@@ -1151,10 +1161,10 @@ class HTTPServiceExtensionsLoc extends LocalizationService {
|
|
|
1151
1161
|
super(injector);
|
|
1152
1162
|
super.set("it->en", "Il Server sembra essere offline, prova a ricaricare la pagina", ["Server seems to be offline, try to reload this page"]);
|
|
1153
1163
|
}
|
|
1164
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HTTPServiceExtensionsLoc, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1165
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HTTPServiceExtensionsLoc }); }
|
|
1154
1166
|
}
|
|
1155
|
-
|
|
1156
|
-
HTTPServiceExtensionsLoc.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HTTPServiceExtensionsLoc });
|
|
1157
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HTTPServiceExtensionsLoc, decorators: [{
|
|
1167
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HTTPServiceExtensionsLoc, decorators: [{
|
|
1158
1168
|
type: Injectable
|
|
1159
1169
|
}], ctorParameters: function () { return [{ type: i0.Injector }]; } });
|
|
1160
1170
|
|
|
@@ -1164,7 +1174,7 @@ class AppState {
|
|
|
1164
1174
|
this.notifyDataChanged("modules.Retrieved", this._modules);
|
|
1165
1175
|
}
|
|
1166
1176
|
get Modules() { return this._modules; }
|
|
1167
|
-
constructor(router, lc, bts, notifications, MessageDef, intercom, emb) {
|
|
1177
|
+
constructor(router, lc, bts, notifications, MessageDef, intercom, emb, anonymousMode) {
|
|
1168
1178
|
this.router = router;
|
|
1169
1179
|
this.lc = lc;
|
|
1170
1180
|
this.bts = bts;
|
|
@@ -1172,6 +1182,7 @@ class AppState {
|
|
|
1172
1182
|
this.MessageDef = MessageDef;
|
|
1173
1183
|
this.intercom = intercom;
|
|
1174
1184
|
this.emb = emb;
|
|
1185
|
+
this.anonymousMode = anonymousMode;
|
|
1175
1186
|
this.redirectingToLogin = false;
|
|
1176
1187
|
this.handlingError = false;
|
|
1177
1188
|
this.christmasTime = false;
|
|
@@ -1220,7 +1231,8 @@ class AppState {
|
|
|
1220
1231
|
// Se non ho un id mi manca il login, quindi via di qua
|
|
1221
1232
|
var id = this.getJaceIDentity();
|
|
1222
1233
|
if (!id) {
|
|
1223
|
-
|
|
1234
|
+
if (this.anonymousMode)
|
|
1235
|
+
return "";
|
|
1224
1236
|
this.router.navigate(["login"]);
|
|
1225
1237
|
return "";
|
|
1226
1238
|
}
|
|
@@ -1269,7 +1281,10 @@ class AppState {
|
|
|
1269
1281
|
}
|
|
1270
1282
|
setupSignalRJobListening() {
|
|
1271
1283
|
this.notifications.observe(this.MessageDef.IN_JobProgressNotification).subscribe((ev) => {
|
|
1272
|
-
var
|
|
1284
|
+
var identity = this.getJaceIDentity();
|
|
1285
|
+
if (!identity)
|
|
1286
|
+
return;
|
|
1287
|
+
var desc = (ev.description || ev.actionid) + " (" + (ev.user || identity.DsUser) + ")";
|
|
1273
1288
|
let job = {
|
|
1274
1289
|
id: ev.instance,
|
|
1275
1290
|
description: desc,
|
|
@@ -1352,13 +1367,16 @@ class AppState {
|
|
|
1352
1367
|
setHeaderHeight(height) {
|
|
1353
1368
|
this.headerHeight = height;
|
|
1354
1369
|
}
|
|
1370
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AppState, deps: [{ token: i1$1.Router }, { token: i1$2.LocalizationService }, { token: TokenService }, { token: i4.NotificationsService }, { token: i4.BaseMessageService }, { token: i5.InterComService }, { token: i5.AppEmbeddingExtensions }, { token: ANONYMOUS_MODE }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1371
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AppState, providedIn: "root" }); }
|
|
1355
1372
|
}
|
|
1356
|
-
|
|
1357
|
-
AppState.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AppState, providedIn: "root" });
|
|
1358
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AppState, decorators: [{
|
|
1373
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AppState, decorators: [{
|
|
1359
1374
|
type: Injectable,
|
|
1360
1375
|
args: [{ providedIn: "root" }]
|
|
1361
|
-
}], ctorParameters: function () { return [{ type: i1$1.Router }, { type: i1$2.LocalizationService }, { type: TokenService }, { type: i4.NotificationsService }, { type: i4.BaseMessageService }, { type: i5.InterComService }, { type: i5.AppEmbeddingExtensions }
|
|
1376
|
+
}], ctorParameters: function () { return [{ type: i1$1.Router }, { type: i1$2.LocalizationService }, { type: TokenService }, { type: i4.NotificationsService }, { type: i4.BaseMessageService }, { type: i5.InterComService }, { type: i5.AppEmbeddingExtensions }, { type: undefined, decorators: [{
|
|
1377
|
+
type: Inject,
|
|
1378
|
+
args: [ANONYMOUS_MODE]
|
|
1379
|
+
}] }]; } });
|
|
1362
1380
|
|
|
1363
1381
|
// Angular
|
|
1364
1382
|
class HTTPServiceExtensions {
|
|
@@ -1414,14 +1432,8 @@ class HTTPServiceExtensions {
|
|
|
1414
1432
|
}
|
|
1415
1433
|
// 400, 403, 404, 444
|
|
1416
1434
|
handleBlockingException(status, text) {
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
this.as.handlingError = false;
|
|
1420
|
-
}
|
|
1421
|
-
else {
|
|
1422
|
-
this.msgs.simpleError(status + ": " + text);
|
|
1423
|
-
this.as.handlingError = false;
|
|
1424
|
-
}
|
|
1435
|
+
this.msgs.simpleError(status + ": " + text);
|
|
1436
|
+
this.as.handlingError = false;
|
|
1425
1437
|
}
|
|
1426
1438
|
// Tutto quello che non è gestito da handleBlockingException
|
|
1427
1439
|
handleException(status, text) {
|
|
@@ -1439,10 +1451,10 @@ class HTTPServiceExtensions {
|
|
|
1439
1451
|
this.router.navigate(["iserr", pars]);
|
|
1440
1452
|
}
|
|
1441
1453
|
}
|
|
1454
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HTTPServiceExtensions, deps: [{ token: i1$2.LocalizationService }, { token: TokenService }, { token: AppState }, { token: i1$1.Router }, { token: i5$1.AccessControlService }, { token: i5.MessageService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1455
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HTTPServiceExtensions }); }
|
|
1442
1456
|
}
|
|
1443
|
-
|
|
1444
|
-
HTTPServiceExtensions.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HTTPServiceExtensions });
|
|
1445
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HTTPServiceExtensions, decorators: [{
|
|
1457
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HTTPServiceExtensions, decorators: [{
|
|
1446
1458
|
type: Injectable
|
|
1447
1459
|
}], ctorParameters: function () { return [{ type: i1$2.LocalizationService }, { type: TokenService }, { type: AppState }, { type: i1$1.Router }, { type: i5$1.AccessControlService }, { type: i5.MessageService }]; } });
|
|
1448
1460
|
|
|
@@ -1457,10 +1469,10 @@ class MenuFilteringService {
|
|
|
1457
1469
|
filter(rawMenus) {
|
|
1458
1470
|
return of(rawMenus);
|
|
1459
1471
|
}
|
|
1472
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MenuFilteringService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1473
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MenuFilteringService }); }
|
|
1460
1474
|
}
|
|
1461
|
-
|
|
1462
|
-
MenuFilteringService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MenuFilteringService });
|
|
1463
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MenuFilteringService, decorators: [{
|
|
1475
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MenuFilteringService, decorators: [{
|
|
1464
1476
|
type: Injectable
|
|
1465
1477
|
}] });
|
|
1466
1478
|
|
|
@@ -1473,18 +1485,19 @@ class CompletedJobRedirectionService {
|
|
|
1473
1485
|
*/
|
|
1474
1486
|
redirect(completedJob) {
|
|
1475
1487
|
}
|
|
1488
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CompletedJobRedirectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1489
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CompletedJobRedirectionService }); }
|
|
1476
1490
|
}
|
|
1477
|
-
|
|
1478
|
-
CompletedJobRedirectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CompletedJobRedirectionService });
|
|
1479
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CompletedJobRedirectionService, decorators: [{
|
|
1491
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CompletedJobRedirectionService, decorators: [{
|
|
1480
1492
|
type: Injectable
|
|
1481
1493
|
}] });
|
|
1482
1494
|
|
|
1483
1495
|
// Angular
|
|
1484
1496
|
class SessionRetriever {
|
|
1485
|
-
constructor(bts, router) {
|
|
1497
|
+
constructor(bts, router, anonymousMode) {
|
|
1486
1498
|
this.bts = bts;
|
|
1487
1499
|
this.router = router;
|
|
1500
|
+
this.anonymousMode = anonymousMode;
|
|
1488
1501
|
}
|
|
1489
1502
|
/** Tenant§Account§User§ModuleId */
|
|
1490
1503
|
getSessionKey() {
|
|
@@ -1493,6 +1506,8 @@ class SessionRetriever {
|
|
|
1493
1506
|
// Se non ho un id mi manca il login, quindi via di qua
|
|
1494
1507
|
var id = this.bts.getJaceIdentity();
|
|
1495
1508
|
if (!id) {
|
|
1509
|
+
if (this.anonymousMode)
|
|
1510
|
+
return "";
|
|
1496
1511
|
console.log("SessionRetriever - no identity, redirecting to login");
|
|
1497
1512
|
this.router.navigate(["login"]);
|
|
1498
1513
|
return "";
|
|
@@ -1500,13 +1515,16 @@ class SessionRetriever {
|
|
|
1500
1515
|
this.SessionIdentity = "" + id.Idtenant + "§" + id.IdAccount + "§" + id.IdUser + "§" + myconfig?.AppData?.ModuleId;
|
|
1501
1516
|
return this.SessionIdentity;
|
|
1502
1517
|
}
|
|
1518
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SessionRetriever, deps: [{ token: TokenService }, { token: i1$1.Router }, { token: ANONYMOUS_MODE }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1519
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SessionRetriever, providedIn: "root" }); }
|
|
1503
1520
|
}
|
|
1504
|
-
|
|
1505
|
-
SessionRetriever.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SessionRetriever, providedIn: "root" });
|
|
1506
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SessionRetriever, decorators: [{
|
|
1521
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SessionRetriever, decorators: [{
|
|
1507
1522
|
type: Injectable,
|
|
1508
1523
|
args: [{ providedIn: "root" }]
|
|
1509
|
-
}], ctorParameters: function () { return [{ type: TokenService }, { type: i1$1.Router }
|
|
1524
|
+
}], ctorParameters: function () { return [{ type: TokenService }, { type: i1$1.Router }, { type: undefined, decorators: [{
|
|
1525
|
+
type: Inject,
|
|
1526
|
+
args: [ANONYMOUS_MODE]
|
|
1527
|
+
}] }]; } });
|
|
1510
1528
|
|
|
1511
1529
|
// Angular
|
|
1512
1530
|
// Chiamate ai Repository
|
|
@@ -1583,10 +1601,10 @@ class ApplicationCachePersistor extends CachePersistor {
|
|
|
1583
1601
|
getItemUrl(sessionKey, itemKey) {
|
|
1584
1602
|
return `${this.getItemsUrl(sessionKey)}/${itemKey}`;
|
|
1585
1603
|
}
|
|
1604
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ApplicationCachePersistor, deps: [{ token: i1$2.LocalizationService }, { token: i2.HttpClient }, { token: TokenService }, { token: i4$1.BaseSessionRetriever }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1605
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ApplicationCachePersistor }); }
|
|
1586
1606
|
}
|
|
1587
|
-
|
|
1588
|
-
ApplicationCachePersistor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ApplicationCachePersistor });
|
|
1589
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ApplicationCachePersistor, decorators: [{
|
|
1607
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ApplicationCachePersistor, decorators: [{
|
|
1590
1608
|
type: Injectable
|
|
1591
1609
|
}], ctorParameters: function () { return [{ type: i1$2.LocalizationService }, { type: i2.HttpClient }, { type: TokenService }, { type: i4$1.BaseSessionRetriever }]; } });
|
|
1592
1610
|
|
|
@@ -1665,10 +1683,10 @@ class ApplicationPreferencesPersistor extends PreferencesPersistor {
|
|
|
1665
1683
|
getItemUrl(sessionKey, itemKey) {
|
|
1666
1684
|
return `${this.getItemsUrl(sessionKey)}/${itemKey}`;
|
|
1667
1685
|
}
|
|
1686
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ApplicationPreferencesPersistor, deps: [{ token: i1$2.LocalizationService }, { token: i2.HttpClient }, { token: TokenService }, { token: i4$1.BaseSessionRetriever }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1687
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ApplicationPreferencesPersistor }); }
|
|
1668
1688
|
}
|
|
1669
|
-
|
|
1670
|
-
ApplicationPreferencesPersistor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ApplicationPreferencesPersistor });
|
|
1671
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ApplicationPreferencesPersistor, decorators: [{
|
|
1689
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ApplicationPreferencesPersistor, decorators: [{
|
|
1672
1690
|
type: Injectable
|
|
1673
1691
|
}], ctorParameters: function () { return [{ type: i1$2.LocalizationService }, { type: i2.HttpClient }, { type: TokenService }, { type: i4$1.BaseSessionRetriever }]; } });
|
|
1674
1692
|
|
|
@@ -1688,8 +1706,11 @@ class UserPreferencesService {
|
|
|
1688
1706
|
this.http = this.injector.get(HTTPService);
|
|
1689
1707
|
this.msgExts = this.injector.get(MessageService);
|
|
1690
1708
|
this.fakeToken = this.injector.get(USE_FAKE_ACCESS_TOKEN) || false;
|
|
1691
|
-
|
|
1692
|
-
|
|
1709
|
+
var identity = tks.getJaceIdentity();
|
|
1710
|
+
if (identity) {
|
|
1711
|
+
this.AccountId = identity.IdAccount.toString();
|
|
1712
|
+
this.doReloadProfilePicture();
|
|
1713
|
+
}
|
|
1693
1714
|
}
|
|
1694
1715
|
async getAccountProfile() {
|
|
1695
1716
|
let pars = new HttpParams().set("idAccount", this.AccountId);
|
|
@@ -1752,10 +1773,10 @@ class UserPreferencesService {
|
|
|
1752
1773
|
this.ProfilePicture = null;
|
|
1753
1774
|
return cr;
|
|
1754
1775
|
}
|
|
1776
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserPreferencesService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1777
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserPreferencesService }); }
|
|
1755
1778
|
}
|
|
1756
|
-
|
|
1757
|
-
UserPreferencesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: UserPreferencesService });
|
|
1758
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: UserPreferencesService, decorators: [{
|
|
1779
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserPreferencesService, decorators: [{
|
|
1759
1780
|
type: Injectable
|
|
1760
1781
|
}], ctorParameters: function () { return [{ type: i0.Injector }]; } });
|
|
1761
1782
|
|
|
@@ -1763,13 +1784,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1763
1784
|
class BaseRouterGuard extends AccessControlRouteGuard {
|
|
1764
1785
|
constructor(ms, acc, router, ts) {
|
|
1765
1786
|
super(ms, acc, router);
|
|
1787
|
+
let identity = ts.getJaceIdentity();
|
|
1766
1788
|
if (!acc.Initialized)
|
|
1767
|
-
acc.initializeIdentity(
|
|
1789
|
+
acc.initializeIdentity(identity);
|
|
1768
1790
|
}
|
|
1791
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BaseRouterGuard, deps: [{ token: i5.MessageService }, { token: i5$1.AccessControlService }, { token: i1$1.Router }, { token: TokenService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1792
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BaseRouterGuard }); }
|
|
1769
1793
|
}
|
|
1770
|
-
|
|
1771
|
-
BaseRouterGuard.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BaseRouterGuard });
|
|
1772
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BaseRouterGuard, decorators: [{
|
|
1794
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BaseRouterGuard, decorators: [{
|
|
1773
1795
|
type: Injectable
|
|
1774
1796
|
}], ctorParameters: function () { return [{ type: i5.MessageService }, { type: i5$1.AccessControlService }, { type: i1$1.Router }, { type: TokenService }]; } });
|
|
1775
1797
|
|