@esfaenza/core 17.3.17 → 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/base/embedding.component.d.ts +1 -1
- package/fesm2022/esfaenza-core-components.mjs +123 -111
- package/fesm2022/esfaenza-core-components.mjs.map +1 -1
- package/fesm2022/esfaenza-core-directives.mjs +22 -22
- package/fesm2022/esfaenza-core-modules.mjs +16 -22
- package/fesm2022/esfaenza-core-modules.mjs.map +1 -1
- package/fesm2022/esfaenza-core-pipes.mjs +19 -19
- package/fesm2022/esfaenza-core-services.mjs +50 -44
- package/fesm2022/esfaenza-core-services.mjs.map +1 -1
- package/fesm2022/esfaenza-core.mjs +15 -39
- package/fesm2022/esfaenza-core.mjs.map +1 -1
- package/lib/core.module.d.ts +22 -23
- package/modules/classes/_shared.module.d.ts +3 -4
- package/modules/classes/t_c.module.d.ts +4 -5
- package/package.json +84 -104
- package/theme/initial.scss +16 -15
- 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
|
@@ -42,10 +42,10 @@ class Draggable {
|
|
|
42
42
|
});
|
|
43
43
|
});
|
|
44
44
|
}
|
|
45
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
46
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
45
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: Draggable, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i1.AppEmbeddingExtensions }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
46
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.14", type: Draggable, isStandalone: true, selector: "[emaDraggable]", inputs: { handlerSelector: ["emaDraggable", "handlerSelector"] }, ngImport: i0 }); }
|
|
47
47
|
}
|
|
48
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
48
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: Draggable, decorators: [{
|
|
49
49
|
type: Directive,
|
|
50
50
|
args: [{
|
|
51
51
|
selector: "[emaDraggable]",
|
|
@@ -80,10 +80,10 @@ class SlimScroll {
|
|
|
80
80
|
jQuery(this._elementRef.nativeElement).slimScroll({ destroy: true });
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
84
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
83
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SlimScroll, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
84
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.14", type: SlimScroll, isStandalone: true, selector: "[slim-scroll]", inputs: { slimScrollOptions: "slimScrollOptions" }, usesOnChanges: true, ngImport: i0 }); }
|
|
85
85
|
}
|
|
86
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
86
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SlimScroll, decorators: [{
|
|
87
87
|
type: Directive,
|
|
88
88
|
args: [{
|
|
89
89
|
selector: "[slim-scroll]",
|
|
@@ -122,10 +122,10 @@ class esRouterLinkWithHref extends RouterLinkWithHref {
|
|
|
122
122
|
else
|
|
123
123
|
return super.onClick(button, ctrlKey, shiftKey, altKey, metaKey);
|
|
124
124
|
}
|
|
125
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
126
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
125
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: esRouterLinkWithHref, deps: [{ token: i1.AppEmbeddingExtensions }, { token: i2.Router }, { token: i2.ActivatedRoute }, { token: 'tabindex', attribute: true }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i3.LocationStrategy }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
126
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.14", type: esRouterLinkWithHref, isStandalone: true, selector: "a[esRouterLink],area[esRouterLink]", inputs: { esRouterLink: "esRouterLink" }, host: { listeners: { "click": "onClick($event.button,$event.ctrlKey,$event.shiftKey,$event.altKey,$event.metaKey)" } }, usesInheritance: true, ngImport: i0 }); }
|
|
127
127
|
}
|
|
128
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
128
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: esRouterLinkWithHref, decorators: [{
|
|
129
129
|
type: Directive,
|
|
130
130
|
args: [{
|
|
131
131
|
selector: 'a[esRouterLink],area[esRouterLink]',
|
|
@@ -165,10 +165,10 @@ class Widget {
|
|
|
165
165
|
ngOnInit() {
|
|
166
166
|
this.$el.widgster();
|
|
167
167
|
}
|
|
168
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
169
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
168
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: Widget, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
169
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.14", type: Widget, isStandalone: true, selector: "[widget]", ngImport: i0 }); }
|
|
170
170
|
}
|
|
171
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
171
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: Widget, decorators: [{
|
|
172
172
|
type: Directive,
|
|
173
173
|
args: [{
|
|
174
174
|
selector: "[widget]",
|
|
@@ -188,10 +188,10 @@ class ComponentHostDirective {
|
|
|
188
188
|
for (const key in this.Inputs)
|
|
189
189
|
this.CreatedComponent.instance[key] = this.Inputs[key];
|
|
190
190
|
}
|
|
191
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
192
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
191
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: ComponentHostDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
192
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.14", type: ComponentHostDirective, isStandalone: true, selector: "[componentHost]", inputs: { componentHost: "componentHost", Inputs: "Inputs" }, ngImport: i0 }); }
|
|
193
193
|
}
|
|
194
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
194
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: ComponentHostDirective, decorators: [{
|
|
195
195
|
type: Directive,
|
|
196
196
|
args: [{
|
|
197
197
|
selector: '[componentHost]',
|
|
@@ -259,10 +259,10 @@ class EsModalDirective extends ModalDirective {
|
|
|
259
259
|
doHide() {
|
|
260
260
|
this.emb.MainWindow.postMessage({ type: "modal-close" }, "*");
|
|
261
261
|
}
|
|
262
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
263
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
262
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EsModalDirective, deps: [{ token: i1.AppEmbeddingExtensions }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }, { token: i2$1.ComponentLoaderFactory }, { token: MODAL_CONFIG_DEFAULT_OVERRIDE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
263
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.14", type: EsModalDirective, isStandalone: true, selector: "[esModal]", exportAs: ["es-modal"], usesInheritance: true, ngImport: i0 }); }
|
|
264
264
|
}
|
|
265
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
265
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EsModalDirective, decorators: [{
|
|
266
266
|
type: Directive,
|
|
267
267
|
args: [{
|
|
268
268
|
selector: '[esModal]',
|
|
@@ -279,11 +279,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
279
279
|
// Angular
|
|
280
280
|
const DIRECTIVES = [Draggable, SlimScroll, Widget, esRouterLinkWithHref, ComponentHostDirective, EsModalDirective];
|
|
281
281
|
class DirectivesModule {
|
|
282
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
283
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
284
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
282
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: DirectivesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
283
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.14", ngImport: i0, type: DirectivesModule, imports: [Draggable, SlimScroll, Widget, esRouterLinkWithHref, ComponentHostDirective, EsModalDirective], exports: [Draggable, SlimScroll, Widget, esRouterLinkWithHref, ComponentHostDirective, EsModalDirective] }); }
|
|
284
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: DirectivesModule }); }
|
|
285
285
|
}
|
|
286
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
286
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: DirectivesModule, decorators: [{
|
|
287
287
|
type: NgModule,
|
|
288
288
|
args: [{ imports: [...DIRECTIVES], exports: [...DIRECTIVES] }]
|
|
289
289
|
}] });
|
|
@@ -9,7 +9,6 @@ import { CommonModule } from '@angular/common';
|
|
|
9
9
|
import { FormsModule } from '@angular/forms';
|
|
10
10
|
import { ModalModule } from 'ngx-bootstrap/modal';
|
|
11
11
|
import { MatDatepickerModule } from '@angular/material/datepicker';
|
|
12
|
-
import { MatDayjsDateModule } from '@esfaenza/material-dayjs-adapter';
|
|
13
12
|
import { MatInputModule } from '@angular/material/input';
|
|
14
13
|
import { MatButtonModule } from '@angular/material/button';
|
|
15
14
|
import { MatIconModule } from '@angular/material/icon';
|
|
@@ -27,7 +26,6 @@ import { UtilityComponentsModule } from '@esfaenza/utility-components';
|
|
|
27
26
|
import { EsGertrudeModule } from '@esfaenza/gertrude';
|
|
28
27
|
import { EsMatrixValuesModule } from '@esfaenza/matrix-values';
|
|
29
28
|
import { ContextMenuModule } from '@esfaenza/ngx-contextmenu';
|
|
30
|
-
import { CurrencyMaskModule } from '@esfaenza/ngx-currency-mask';
|
|
31
29
|
import { DragulaModule } from '@esfaenza/ngx-dragula';
|
|
32
30
|
import { EsParametersModule } from '@esfaenza/parameters';
|
|
33
31
|
import { EsQueryBuilderModule } from '@esfaenza/query-builder';
|
|
@@ -78,14 +76,13 @@ const MODULES_TO_EXPORT$1 = [
|
|
|
78
76
|
MatInputModule,
|
|
79
77
|
MatButtonModule,
|
|
80
78
|
MatDatepickerModule,
|
|
81
|
-
MatDayjsDateModule,
|
|
82
79
|
MatIconModule,
|
|
83
80
|
MatSlideToggleModule,
|
|
84
81
|
DragDropModule
|
|
85
82
|
];
|
|
86
83
|
class TemplateCommon {
|
|
87
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
88
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
84
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: TemplateCommon, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
85
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.14", ngImport: i0, type: TemplateCommon, imports: [CommonModule,
|
|
89
86
|
FormsModule,
|
|
90
87
|
RouterModule,
|
|
91
88
|
DirectivesModule,
|
|
@@ -95,7 +92,6 @@ class TemplateCommon {
|
|
|
95
92
|
MatInputModule,
|
|
96
93
|
MatButtonModule,
|
|
97
94
|
MatDatepickerModule,
|
|
98
|
-
MatDayjsDateModule,
|
|
99
95
|
MatIconModule,
|
|
100
96
|
MatSlideToggleModule,
|
|
101
97
|
DragDropModule], exports: [CommonModule,
|
|
@@ -108,11 +104,10 @@ class TemplateCommon {
|
|
|
108
104
|
MatInputModule,
|
|
109
105
|
MatButtonModule,
|
|
110
106
|
MatDatepickerModule,
|
|
111
|
-
MatDayjsDateModule,
|
|
112
107
|
MatIconModule,
|
|
113
108
|
MatSlideToggleModule,
|
|
114
109
|
DragDropModule] }); }
|
|
115
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
110
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: TemplateCommon, imports: [MODULES_TO_EXPORT$1, CommonModule,
|
|
116
111
|
FormsModule,
|
|
117
112
|
RouterModule,
|
|
118
113
|
DirectivesModule,
|
|
@@ -122,12 +117,11 @@ class TemplateCommon {
|
|
|
122
117
|
MatInputModule,
|
|
123
118
|
MatButtonModule,
|
|
124
119
|
MatDatepickerModule,
|
|
125
|
-
MatDayjsDateModule,
|
|
126
120
|
MatIconModule,
|
|
127
121
|
MatSlideToggleModule,
|
|
128
122
|
DragDropModule] }); }
|
|
129
123
|
}
|
|
130
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
124
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: TemplateCommon, decorators: [{
|
|
131
125
|
type: NgModule,
|
|
132
126
|
args: [{ imports: [...MODULES_TO_EXPORT$1], exports: [...MODULES_TO_EXPORT$1] }]
|
|
133
127
|
}] });
|
|
@@ -136,20 +130,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
136
130
|
const MODULES_TO_EXPORT = [
|
|
137
131
|
ContextMenuModule, TabberModule, ComponentsModule,
|
|
138
132
|
TimepickerModule, BsDropdownModule, TooltipModule, ProgressbarModule, DragulaModule, LocalizationModule, ExtensionsModule, AccessControlModule, EsChartsModule, UtilityComponentsModule,
|
|
139
|
-
EsWizardModule, EsCronModule, EsGertrudeModule, EsMatrixValuesModule, EsTagChooserModule, EsQueryBuilderModule, EsParametersModule,
|
|
133
|
+
EsWizardModule, EsCronModule, EsGertrudeModule, EsMatrixValuesModule, EsTagChooserModule, EsQueryBuilderModule, EsParametersModule, FormsAndValidationsModule, EsTableModule
|
|
140
134
|
];
|
|
141
135
|
class SharedCommon {
|
|
142
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
143
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
136
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SharedCommon, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
137
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.14", ngImport: i0, type: SharedCommon, imports: [ContextMenuModule, TabberModule, ComponentsModule,
|
|
144
138
|
TimepickerModule, BsDropdownModule, TooltipModule, ProgressbarModule, DragulaModule, LocalizationModule, ExtensionsModule, AccessControlModule, EsChartsModule, UtilityComponentsModule,
|
|
145
|
-
EsWizardModule, EsCronModule, EsGertrudeModule, EsMatrixValuesModule, EsTagChooserModule, EsQueryBuilderModule, EsParametersModule,
|
|
139
|
+
EsWizardModule, EsCronModule, EsGertrudeModule, EsMatrixValuesModule, EsTagChooserModule, EsQueryBuilderModule, EsParametersModule, FormsAndValidationsModule, EsTableModule], exports: [ContextMenuModule, TabberModule, ComponentsModule,
|
|
146
140
|
TimepickerModule, BsDropdownModule, TooltipModule, ProgressbarModule, DragulaModule, LocalizationModule, ExtensionsModule, AccessControlModule, EsChartsModule, UtilityComponentsModule,
|
|
147
|
-
EsWizardModule, EsCronModule, EsGertrudeModule, EsMatrixValuesModule, EsTagChooserModule, EsQueryBuilderModule, EsParametersModule,
|
|
148
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
141
|
+
EsWizardModule, EsCronModule, EsGertrudeModule, EsMatrixValuesModule, EsTagChooserModule, EsQueryBuilderModule, EsParametersModule, FormsAndValidationsModule, EsTableModule] }); }
|
|
142
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SharedCommon, imports: [MODULES_TO_EXPORT, ContextMenuModule, TabberModule, ComponentsModule,
|
|
149
143
|
TimepickerModule, BsDropdownModule, TooltipModule, ProgressbarModule, DragulaModule, LocalizationModule, ExtensionsModule, AccessControlModule, EsChartsModule, UtilityComponentsModule,
|
|
150
|
-
EsWizardModule, EsCronModule, EsGertrudeModule, EsMatrixValuesModule, EsTagChooserModule, EsQueryBuilderModule, EsParametersModule,
|
|
144
|
+
EsWizardModule, EsCronModule, EsGertrudeModule, EsMatrixValuesModule, EsTagChooserModule, EsQueryBuilderModule, EsParametersModule, FormsAndValidationsModule, EsTableModule] }); }
|
|
151
145
|
}
|
|
152
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
146
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SharedCommon, decorators: [{
|
|
153
147
|
type: NgModule,
|
|
154
148
|
args: [{ imports: [...MODULES_TO_EXPORT], exports: [...MODULES_TO_EXPORT] }]
|
|
155
149
|
}] });
|
|
@@ -165,11 +159,11 @@ const routes = [
|
|
|
165
159
|
];
|
|
166
160
|
class EmbeddingModule extends BaseLazyModule {
|
|
167
161
|
constructor(injector) { super(injector); }
|
|
168
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
169
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
170
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
162
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EmbeddingModule, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
163
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.14", ngImport: i0, type: EmbeddingModule, imports: [TemplateCommon, i1.RouterModule] }); }
|
|
164
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EmbeddingModule, imports: [TemplateCommon, RouterModule.forChild(routes)] }); }
|
|
171
165
|
}
|
|
172
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
166
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EmbeddingModule, decorators: [{
|
|
173
167
|
type: NgModule,
|
|
174
168
|
args: [{ imports: [TemplateCommon, RouterModule.forChild(routes)] }]
|
|
175
169
|
}], ctorParameters: () => [{ type: i0.Injector }] });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"esfaenza-core-modules.mjs","sources":["../../../projects/core/modules/src/classes/_base.module.ts","../../../projects/core/modules/src/classes/t_c.module.ts","../../../projects/core/modules/src/classes/_shared.module.ts","../../../projects/core/modules/src/classes/_embedding.module.ts","../../../projects/core/modules/src/esfaenza-core-modules.ts"],"sourcesContent":["// Angular\r\nimport { Injector } from \"@angular/core\";\r\nimport { Router, RoutesRecognized } from \"@angular/router\";\r\nimport { LocalizationService } from \"@esfaenza/localizations\";\r\n\r\n// RxJs\r\nimport { filter, take } from \"rxjs/operators\";\r\n\r\n// Application\r\nimport { AppState } from \"@esfaenza/core/services\";\r\n\r\nexport class BaseLazyModule {\r\n constructor(injector: Injector) {\r\n let _state = injector.get(AppState);\r\n let router = injector.get(Router);\r\n let moduleLoc = injector.get(LocalizationService, null, { optional: true });\r\n\r\n if (!moduleLoc)\r\n return;\r\n\r\n router.events.pipe(filter(event => event instanceof RoutesRecognized), take(1))\r\n .subscribe((route: RoutesRecognized) => {\r\n /*\r\n * Router State\r\n * V\r\n * Root (\"#\")\r\n * firstChild (url: [{path: \"pages\" | \"pages_ext\"}])\r\n * firstChild (url: [{path: \"{modulo}\"}])\r\n * \r\n * Attenzione: Se la prima navigazione avviene verso una pagina non applicativa (pagina di errore ecc) devo ignorare il caricamento della localizzazione\r\n * Sinceramente non pensavo che in quel caso sarebbe stato caricato un modulo lazy, ma tant'è\r\n */\r\n let modulePath = route.state.root.firstChild?.firstChild?.url?.[0]?.path;\r\n if (modulePath)\r\n _state.ModulesLocalizations[modulePath] = moduleLoc;\r\n })\r\n }\r\n}","// Angular\r\nimport { NgModule } from \"@angular/core\";\r\nimport { CommonModule } from \"@angular/common\";\r\nimport { FormsModule } from \"@angular/forms\";\r\nimport { RouterModule } from \"@angular/router\";\r\n\r\n// Moduli\r\nimport { ModalModule } from \"ngx-bootstrap/modal\";\r\n\r\n// Material\r\nimport { MatDatepickerModule } from '@angular/material/datepicker';\r\nimport { MatDayjsDateModule } from '@esfaenza/material-dayjs-adapter';\r\nimport { MatInputModule } from \"@angular/material/input\";\r\nimport { MatButtonModule } from \"@angular/material/button\";\r\nimport { MatIconModule } from '@angular/material/icon';\r\nimport { DragDropModule } from '@angular/cdk/drag-drop';\r\nimport { MatSlideToggleModule } from '@angular/material/slide-toggle';\r\n\r\n// Direttive\r\nimport { DirectivesModule } from \"@esfaenza/core/directives\";\r\n\r\n// Pipe\r\nimport { PipesModule } from \"@esfaenza/core/pipes\";\r\n\r\nconst MODULES_TO_EXPORT = [\r\n CommonModule,\r\n FormsModule,\r\n RouterModule,\r\n\r\n DirectivesModule,\r\n PipesModule,\r\n\r\n ModalModule,\r\n //Material\r\n MatInputModule,\r\n MatButtonModule,\r\n MatDatepickerModule,\r\n MatDayjsDateModule,\r\n MatIconModule,\r\n MatSlideToggleModule,\r\n DragDropModule\r\n];\r\n\r\n@NgModule({ imports: [...MODULES_TO_EXPORT], exports: [...MODULES_TO_EXPORT] })\r\nexport class TemplateCommon { }","// Angular\r\nimport { NgModule } from \"@angular/core\";\r\nimport { AccessControlModule } from \"@esfaenza/access-control\";\r\nimport { EsCronModule } from \"@esfaenza/cron\";\r\nimport { EsChartsModule } from \"@esfaenza/es-charts\";\r\nimport { EsTableModule } from \"@esfaenza/es-table\";\r\nimport { ExtensionsModule } from \"@esfaenza/extensions\";\r\nimport { FormsAndValidationsModule } from \"@esfaenza/forms-and-validations\";\r\nimport { UtilityComponentsModule } from \"@esfaenza/utility-components\";\r\nimport { EsGertrudeModule } from \"@esfaenza/gertrude\";\r\nimport { LocalizationModule } from \"@esfaenza/localizations\";\r\nimport { EsMatrixValuesModule } from \"@esfaenza/matrix-values\";\r\nimport { ContextMenuModule } from \"@esfaenza/ngx-contextmenu\";\r\nimport { CurrencyMaskModule } from \"@esfaenza/ngx-currency-mask\";\r\nimport { DragulaModule } from \"@esfaenza/ngx-dragula\";\r\nimport { EsParametersModule } from \"@esfaenza/parameters\";\r\nimport { EsQueryBuilderModule } from \"@esfaenza/query-builder\";\r\nimport { EsTagChooserModule } from \"@esfaenza/tag-chooser\";\r\nimport { EsWizardModule } from \"@esfaenza/wizard\";\r\nimport { BsDropdownModule } from \"ngx-bootstrap/dropdown\";\r\nimport { ProgressbarModule } from \"ngx-bootstrap/progressbar\";\r\nimport { TimepickerModule } from \"ngx-bootstrap/timepicker\";\r\nimport { TooltipModule } from \"ngx-bootstrap/tooltip\";\r\nimport { TabberModule } from \"@esfaenza/tabber\";\r\nimport { ComponentsModule } from \"@esfaenza/core/components\";\r\n\r\nconst MODULES_TO_EXPORT = [\r\n ContextMenuModule, TabberModule, ComponentsModule,\r\n TimepickerModule, BsDropdownModule, TooltipModule, ProgressbarModule, DragulaModule, LocalizationModule, ExtensionsModule, AccessControlModule, EsChartsModule, UtilityComponentsModule,\r\n EsWizardModule, EsCronModule, EsGertrudeModule, EsMatrixValuesModule, EsTagChooserModule, EsQueryBuilderModule, EsParametersModule, CurrencyMaskModule, FormsAndValidationsModule, EsTableModule\r\n];\r\n\r\n@NgModule({ imports: [...MODULES_TO_EXPORT], exports: [...MODULES_TO_EXPORT] })\r\nexport class SharedCommon { }","//Angular\r\nimport { Injector, NgModule } from \"@angular/core\";\r\nimport { RouterModule } from \"@angular/router\";\r\n\r\n\r\nimport { BaseLazyModule } from \"./_base.module\";\r\nimport { TemplateCommon } from \"./t_c.module\";\r\nimport { EmbeddingComponent } from \"@esfaenza/core/components\";\r\n\r\nconst routes = [\r\n {\r\n path: \"\",\r\n children: [\r\n { path: \"**\", component: EmbeddingComponent, data: null },\r\n ]\r\n }\r\n]\r\n\r\n@NgModule({ imports: [TemplateCommon, RouterModule.forChild(routes)] })\r\nexport class EmbeddingModule extends BaseLazyModule { constructor(injector: Injector) { super(injector); } }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["MODULES_TO_EXPORT"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"esfaenza-core-modules.mjs","sources":["../../../projects/core/modules/src/classes/_base.module.ts","../../../projects/core/modules/src/classes/t_c.module.ts","../../../projects/core/modules/src/classes/_shared.module.ts","../../../projects/core/modules/src/classes/_embedding.module.ts","../../../projects/core/modules/src/esfaenza-core-modules.ts"],"sourcesContent":["// Angular\r\nimport { Injector } from \"@angular/core\";\r\nimport { Router, RoutesRecognized } from \"@angular/router\";\r\nimport { LocalizationService } from \"@esfaenza/localizations\";\r\n\r\n// RxJs\r\nimport { filter, take } from \"rxjs/operators\";\r\n\r\n// Application\r\nimport { AppState } from \"@esfaenza/core/services\";\r\n\r\nexport class BaseLazyModule {\r\n constructor(injector: Injector) {\r\n let _state = injector.get(AppState);\r\n let router = injector.get(Router);\r\n let moduleLoc = injector.get(LocalizationService, null, { optional: true });\r\n\r\n if (!moduleLoc)\r\n return;\r\n\r\n router.events.pipe(filter(event => event instanceof RoutesRecognized), take(1))\r\n .subscribe((route: RoutesRecognized) => {\r\n /*\r\n * Router State\r\n * V\r\n * Root (\"#\")\r\n * firstChild (url: [{path: \"pages\" | \"pages_ext\"}])\r\n * firstChild (url: [{path: \"{modulo}\"}])\r\n * \r\n * Attenzione: Se la prima navigazione avviene verso una pagina non applicativa (pagina di errore ecc) devo ignorare il caricamento della localizzazione\r\n * Sinceramente non pensavo che in quel caso sarebbe stato caricato un modulo lazy, ma tant'è\r\n */\r\n let modulePath = route.state.root.firstChild?.firstChild?.url?.[0]?.path;\r\n if (modulePath)\r\n _state.ModulesLocalizations[modulePath] = moduleLoc;\r\n })\r\n }\r\n}","// Angular\r\nimport { NgModule } from \"@angular/core\";\r\nimport { CommonModule } from \"@angular/common\";\r\nimport { FormsModule } from \"@angular/forms\";\r\nimport { RouterModule } from \"@angular/router\";\r\n\r\n// Moduli\r\nimport { ModalModule } from \"ngx-bootstrap/modal\";\r\n\r\n// Material\r\nimport { MatDatepickerModule } from '@angular/material/datepicker';\r\nimport { MatInputModule } from \"@angular/material/input\";\r\nimport { MatButtonModule } from \"@angular/material/button\";\r\nimport { MatIconModule } from '@angular/material/icon';\r\nimport { DragDropModule } from '@angular/cdk/drag-drop';\r\nimport { MatSlideToggleModule } from '@angular/material/slide-toggle';\r\n\r\n// Direttive\r\nimport { DirectivesModule } from \"@esfaenza/core/directives\";\r\n\r\n// Pipe\r\nimport { PipesModule } from \"@esfaenza/core/pipes\";\r\n\r\nconst MODULES_TO_EXPORT = [\r\n CommonModule,\r\n FormsModule,\r\n RouterModule,\r\n\r\n DirectivesModule,\r\n PipesModule,\r\n\r\n ModalModule,\r\n //Material\r\n MatInputModule,\r\n MatButtonModule,\r\n MatDatepickerModule,\r\n MatIconModule,\r\n MatSlideToggleModule,\r\n DragDropModule\r\n];\r\n\r\n@NgModule({ imports: [...MODULES_TO_EXPORT], exports: [...MODULES_TO_EXPORT] })\r\nexport class TemplateCommon { }","// Angular\r\nimport { NgModule } from \"@angular/core\";\r\nimport { AccessControlModule } from \"@esfaenza/access-control\";\r\nimport { EsCronModule } from \"@esfaenza/cron\";\r\nimport { EsChartsModule } from \"@esfaenza/es-charts\";\r\nimport { EsTableModule } from \"@esfaenza/es-table\";\r\nimport { ExtensionsModule } from \"@esfaenza/extensions\";\r\nimport { FormsAndValidationsModule } from \"@esfaenza/forms-and-validations\";\r\nimport { UtilityComponentsModule } from \"@esfaenza/utility-components\";\r\nimport { EsGertrudeModule } from \"@esfaenza/gertrude\";\r\nimport { LocalizationModule } from \"@esfaenza/localizations\";\r\nimport { EsMatrixValuesModule } from \"@esfaenza/matrix-values\";\r\nimport { ContextMenuModule } from \"@esfaenza/ngx-contextmenu\";\r\nimport { DragulaModule } from \"@esfaenza/ngx-dragula\";\r\nimport { EsParametersModule } from \"@esfaenza/parameters\";\r\nimport { EsQueryBuilderModule } from \"@esfaenza/query-builder\";\r\nimport { EsTagChooserModule } from \"@esfaenza/tag-chooser\";\r\nimport { EsWizardModule } from \"@esfaenza/wizard\";\r\nimport { BsDropdownModule } from \"ngx-bootstrap/dropdown\";\r\nimport { ProgressbarModule } from \"ngx-bootstrap/progressbar\";\r\nimport { TimepickerModule } from \"ngx-bootstrap/timepicker\";\r\nimport { TooltipModule } from \"ngx-bootstrap/tooltip\";\r\nimport { TabberModule } from \"@esfaenza/tabber\";\r\nimport { ComponentsModule } from \"@esfaenza/core/components\";\r\n\r\nconst MODULES_TO_EXPORT = [\r\n ContextMenuModule, TabberModule, ComponentsModule,\r\n TimepickerModule, BsDropdownModule, TooltipModule, ProgressbarModule, DragulaModule, LocalizationModule, ExtensionsModule, AccessControlModule, EsChartsModule, UtilityComponentsModule,\r\n EsWizardModule, EsCronModule, EsGertrudeModule, EsMatrixValuesModule, EsTagChooserModule, EsQueryBuilderModule, EsParametersModule, FormsAndValidationsModule, EsTableModule\r\n];\r\n\r\n@NgModule({ imports: [...MODULES_TO_EXPORT], exports: [...MODULES_TO_EXPORT] })\r\nexport class SharedCommon { }","//Angular\r\nimport { Injector, NgModule } from \"@angular/core\";\r\nimport { RouterModule } from \"@angular/router\";\r\n\r\n\r\nimport { BaseLazyModule } from \"./_base.module\";\r\nimport { TemplateCommon } from \"./t_c.module\";\r\nimport { EmbeddingComponent } from \"@esfaenza/core/components\";\r\n\r\nconst routes = [\r\n {\r\n path: \"\",\r\n children: [\r\n { path: \"**\", component: EmbeddingComponent, data: null },\r\n ]\r\n }\r\n]\r\n\r\n@NgModule({ imports: [TemplateCommon, RouterModule.forChild(routes)] })\r\nexport class EmbeddingModule extends BaseLazyModule { constructor(injector: Injector) { super(injector); } }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["MODULES_TO_EXPORT"],"mappings":"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"}
|
|
@@ -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: "
|
|
13
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
12
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: IncludedInPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
13
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.14", ngImport: i0, type: IncludedInPipe, isStandalone: true, name: "included_in" }); }
|
|
14
14
|
}
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", 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: "
|
|
31
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
30
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SafeHtmlPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
31
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.14", ngImport: i0, type: SafeHtmlPipe, isStandalone: true, name: "safe_html" }); }
|
|
32
32
|
}
|
|
33
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", 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: "
|
|
49
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
48
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SafeScriptPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
49
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.14", ngImport: i0, type: SafeScriptPipe, isStandalone: true, name: "safe_script" }); }
|
|
50
50
|
}
|
|
51
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
51
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", 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: "
|
|
67
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
66
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SafeStylePipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
67
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.14", ngImport: i0, type: SafeStylePipe, isStandalone: true, name: "safe_style" }); }
|
|
68
68
|
}
|
|
69
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
69
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", 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: "
|
|
85
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
84
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SafeUrlPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
85
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.14", ngImport: i0, type: SafeUrlPipe, isStandalone: true, name: "safe_url" }); }
|
|
86
86
|
}
|
|
87
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
87
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", 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: "17.3.12", 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: "
|
|
99
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
100
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
98
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: PipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
99
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.14", 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: "19.2.14", ngImport: i0, type: PipesModule }); }
|
|
101
101
|
}
|
|
102
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: PipesModule, decorators: [{
|
|
103
103
|
type: NgModule,
|
|
104
104
|
args: [{ imports: [...PIPES], exports: [...PIPES] }]
|
|
105
105
|
}] });
|
|
@@ -1046,10 +1046,10 @@ class TokenService {
|
|
|
1046
1046
|
};
|
|
1047
1047
|
return accountScope;
|
|
1048
1048
|
}
|
|
1049
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1050
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1049
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", 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: "19.2.14", ngImport: i0, type: TokenService, providedIn: "root" }); }
|
|
1051
1051
|
}
|
|
1052
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1052
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: TokenService, decorators: [{
|
|
1053
1053
|
type: Injectable,
|
|
1054
1054
|
args: [{ providedIn: "root" }]
|
|
1055
1055
|
}], ctorParameters: () => [{ type: i1.CookieService }, { type: undefined, decorators: [{
|
|
@@ -1087,10 +1087,10 @@ class GlobalSearchService {
|
|
|
1087
1087
|
generateColumnLink(column) {
|
|
1088
1088
|
return null;
|
|
1089
1089
|
}
|
|
1090
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1091
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1090
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: GlobalSearchService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1091
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: GlobalSearchService }); }
|
|
1092
1092
|
}
|
|
1093
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1093
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: GlobalSearchService, decorators: [{
|
|
1094
1094
|
type: Injectable
|
|
1095
1095
|
}] });
|
|
1096
1096
|
|
|
@@ -1124,10 +1124,10 @@ class APPErrorHandler {
|
|
|
1124
1124
|
// can be fed into btoa.
|
|
1125
1125
|
return btoa(encodeURIComponent(str).replace(/%([0-9A-F]{2})/g, (match, p1) => String.fromCharCode(("0x" + p1))));
|
|
1126
1126
|
}
|
|
1127
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1128
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1127
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: APPErrorHandler, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1128
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: APPErrorHandler }); }
|
|
1129
1129
|
}
|
|
1130
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1130
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: APPErrorHandler, decorators: [{
|
|
1131
1131
|
type: Injectable
|
|
1132
1132
|
}], ctorParameters: () => [{ type: i0.Injector }] });
|
|
1133
1133
|
|
|
@@ -1148,10 +1148,10 @@ class OutZoneEventPlugin {
|
|
|
1148
1148
|
element.addEventListener(eventOriginalName, standardHandler);
|
|
1149
1149
|
return () => element.removeEventListener(eventOriginalName, standardHandler);
|
|
1150
1150
|
}
|
|
1151
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1152
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1151
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: OutZoneEventPlugin, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1152
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: OutZoneEventPlugin, providedIn: 'root' }); }
|
|
1153
1153
|
}
|
|
1154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: OutZoneEventPlugin, decorators: [{
|
|
1155
1155
|
type: Injectable,
|
|
1156
1156
|
args: [{ providedIn: 'root' }]
|
|
1157
1157
|
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
@@ -1161,10 +1161,10 @@ class HTTPServiceExtensionsLoc extends LocalizationService {
|
|
|
1161
1161
|
super(injector);
|
|
1162
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"]);
|
|
1163
1163
|
}
|
|
1164
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1165
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1164
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: HTTPServiceExtensionsLoc, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1165
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: HTTPServiceExtensionsLoc }); }
|
|
1166
1166
|
}
|
|
1167
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1167
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: HTTPServiceExtensionsLoc, decorators: [{
|
|
1168
1168
|
type: Injectable
|
|
1169
1169
|
}], ctorParameters: () => [{ type: i0.Injector }] });
|
|
1170
1170
|
|
|
@@ -1367,10 +1367,10 @@ class AppState {
|
|
|
1367
1367
|
setHeaderHeight(height) {
|
|
1368
1368
|
this.headerHeight = height;
|
|
1369
1369
|
}
|
|
1370
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1371
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1370
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", 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: "19.2.14", ngImport: i0, type: AppState, providedIn: "root" }); }
|
|
1372
1372
|
}
|
|
1373
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1373
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: AppState, decorators: [{
|
|
1374
1374
|
type: Injectable,
|
|
1375
1375
|
args: [{ providedIn: "root" }]
|
|
1376
1376
|
}], ctorParameters: () => [{ 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: [{
|
|
@@ -1432,8 +1432,14 @@ class HTTPServiceExtensions {
|
|
|
1432
1432
|
}
|
|
1433
1433
|
// 400, 403, 404, 444
|
|
1434
1434
|
handleBlockingException(status, text) {
|
|
1435
|
-
|
|
1436
|
-
|
|
1435
|
+
if (status == 403) {
|
|
1436
|
+
this.msgs.simpleError("Non si dispone dei permessi necessari ad effettuare questa operazione.");
|
|
1437
|
+
this.as.handlingError = false;
|
|
1438
|
+
}
|
|
1439
|
+
else {
|
|
1440
|
+
this.msgs.simpleError(status + ": " + text);
|
|
1441
|
+
this.as.handlingError = false;
|
|
1442
|
+
}
|
|
1437
1443
|
}
|
|
1438
1444
|
// Tutto quello che non è gestito da handleBlockingException
|
|
1439
1445
|
handleException(status, text) {
|
|
@@ -1451,10 +1457,10 @@ class HTTPServiceExtensions {
|
|
|
1451
1457
|
this.router.navigate(["iserr", pars]);
|
|
1452
1458
|
}
|
|
1453
1459
|
}
|
|
1454
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1455
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1460
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", 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 }); }
|
|
1461
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: HTTPServiceExtensions }); }
|
|
1456
1462
|
}
|
|
1457
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1463
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: HTTPServiceExtensions, decorators: [{
|
|
1458
1464
|
type: Injectable
|
|
1459
1465
|
}], ctorParameters: () => [{ type: i1$2.LocalizationService }, { type: TokenService }, { type: AppState }, { type: i1$1.Router }, { type: i5$1.AccessControlService }, { type: i5.MessageService }] });
|
|
1460
1466
|
|
|
@@ -1469,10 +1475,10 @@ class MenuFilteringService {
|
|
|
1469
1475
|
filter(rawMenus) {
|
|
1470
1476
|
return of(rawMenus);
|
|
1471
1477
|
}
|
|
1472
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1473
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1478
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MenuFilteringService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1479
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MenuFilteringService }); }
|
|
1474
1480
|
}
|
|
1475
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1481
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MenuFilteringService, decorators: [{
|
|
1476
1482
|
type: Injectable
|
|
1477
1483
|
}] });
|
|
1478
1484
|
|
|
@@ -1485,10 +1491,10 @@ class CompletedJobRedirectionService {
|
|
|
1485
1491
|
*/
|
|
1486
1492
|
redirect(completedJob) {
|
|
1487
1493
|
}
|
|
1488
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1489
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1494
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CompletedJobRedirectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1495
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CompletedJobRedirectionService }); }
|
|
1490
1496
|
}
|
|
1491
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1497
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CompletedJobRedirectionService, decorators: [{
|
|
1492
1498
|
type: Injectable
|
|
1493
1499
|
}] });
|
|
1494
1500
|
|
|
@@ -1515,10 +1521,10 @@ class SessionRetriever {
|
|
|
1515
1521
|
this.SessionIdentity = "" + id.Idtenant + "§" + id.IdAccount + "§" + id.IdUser + "§" + myconfig?.AppData?.ModuleId;
|
|
1516
1522
|
return this.SessionIdentity;
|
|
1517
1523
|
}
|
|
1518
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1519
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1524
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SessionRetriever, deps: [{ token: TokenService }, { token: i1$1.Router }, { token: ANONYMOUS_MODE }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1525
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SessionRetriever, providedIn: "root" }); }
|
|
1520
1526
|
}
|
|
1521
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1527
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SessionRetriever, decorators: [{
|
|
1522
1528
|
type: Injectable,
|
|
1523
1529
|
args: [{ providedIn: "root" }]
|
|
1524
1530
|
}], ctorParameters: () => [{ type: TokenService }, { type: i1$1.Router }, { type: undefined, decorators: [{
|
|
@@ -1601,10 +1607,10 @@ class ApplicationCachePersistor extends CachePersistor {
|
|
|
1601
1607
|
getItemUrl(sessionKey, itemKey) {
|
|
1602
1608
|
return `${this.getItemsUrl(sessionKey)}/${itemKey}`;
|
|
1603
1609
|
}
|
|
1604
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1605
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1610
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: ApplicationCachePersistor, deps: [{ token: i1$2.LocalizationService }, { token: i2.HttpClient }, { token: TokenService }, { token: i4$1.BaseSessionRetriever }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1611
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: ApplicationCachePersistor }); }
|
|
1606
1612
|
}
|
|
1607
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: ApplicationCachePersistor, decorators: [{
|
|
1608
1614
|
type: Injectable
|
|
1609
1615
|
}], ctorParameters: () => [{ type: i1$2.LocalizationService }, { type: i2.HttpClient }, { type: TokenService }, { type: i4$1.BaseSessionRetriever }] });
|
|
1610
1616
|
|
|
@@ -1683,10 +1689,10 @@ class ApplicationPreferencesPersistor extends PreferencesPersistor {
|
|
|
1683
1689
|
getItemUrl(sessionKey, itemKey) {
|
|
1684
1690
|
return `${this.getItemsUrl(sessionKey)}/${itemKey}`;
|
|
1685
1691
|
}
|
|
1686
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1687
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1692
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: ApplicationPreferencesPersistor, deps: [{ token: i1$2.LocalizationService }, { token: i2.HttpClient }, { token: TokenService }, { token: i4$1.BaseSessionRetriever }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1693
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: ApplicationPreferencesPersistor }); }
|
|
1688
1694
|
}
|
|
1689
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1695
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: ApplicationPreferencesPersistor, decorators: [{
|
|
1690
1696
|
type: Injectable
|
|
1691
1697
|
}], ctorParameters: () => [{ type: i1$2.LocalizationService }, { type: i2.HttpClient }, { type: TokenService }, { type: i4$1.BaseSessionRetriever }] });
|
|
1692
1698
|
|
|
@@ -1773,10 +1779,10 @@ class UserPreferencesService {
|
|
|
1773
1779
|
this.ProfilePicture = null;
|
|
1774
1780
|
return cr;
|
|
1775
1781
|
}
|
|
1776
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1777
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1782
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: UserPreferencesService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1783
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: UserPreferencesService }); }
|
|
1778
1784
|
}
|
|
1779
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1785
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: UserPreferencesService, decorators: [{
|
|
1780
1786
|
type: Injectable
|
|
1781
1787
|
}], ctorParameters: () => [{ type: i0.Injector }] });
|
|
1782
1788
|
|
|
@@ -1788,10 +1794,10 @@ class BaseRouterGuard extends AccessControlRouteGuard {
|
|
|
1788
1794
|
if (!acc.Initialized)
|
|
1789
1795
|
acc.initializeIdentity(identity);
|
|
1790
1796
|
}
|
|
1791
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1792
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1797
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: BaseRouterGuard, deps: [{ token: i5.MessageService }, { token: i5$1.AccessControlService }, { token: i1$1.Router }, { token: TokenService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1798
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: BaseRouterGuard }); }
|
|
1793
1799
|
}
|
|
1794
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1800
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: BaseRouterGuard, decorators: [{
|
|
1795
1801
|
type: Injectable
|
|
1796
1802
|
}], ctorParameters: () => [{ type: i5.MessageService }, { type: i5$1.AccessControlService }, { type: i1$1.Router }, { type: TokenService }] });
|
|
1797
1803
|
|