@esfaenza/core 15.2.49 → 15.2.50
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/error/404/pagenotfound.component.d.ts +3 -3
- package/components/error/500/servererror.component.d.ts +3 -1
- package/components/error/Angular/angularerror.component.d.ts +4 -3
- package/directives/draggable/draggable.directive.d.ts +3 -3
- package/directives/es-modal/es-modal.directive.d.ts +3 -3
- package/directives/es-routerLink/es-routerLink.directive.d.ts +3 -3
- package/esm2020/components/back-top/back-top.component.mjs +4 -4
- package/esm2020/components/base/base.component.mjs +7 -5
- package/esm2020/components/base/reactive.component.mjs +4 -4
- package/esm2020/components/breadcrumb/breadcrumb.component.mjs +4 -4
- package/esm2020/components/components.module.mjs +5 -5
- package/esm2020/components/error/404/pagenotfound.component.mjs +10 -10
- package/esm2020/components/error/500/servererror.component.mjs +11 -9
- package/esm2020/components/error/Angular/angularerror.component.mjs +10 -9
- package/esm2020/components/es-modal/es-modal-head/es-modal-head.component.mjs +4 -4
- package/esm2020/components/es-modal/es-modal.component.mjs +4 -4
- package/esm2020/components/external-page/external_pages.component.mjs +4 -4
- package/esm2020/components/jace-login/jace-login.component.mjs +4 -4
- package/esm2020/components/jace-resource/jace-resource.component.mjs +4 -4
- package/esm2020/components/navbar/modules-board/jace-modules-board.component.mjs +4 -4
- package/esm2020/components/navbar/navbar.component.loc.mjs +4 -4
- package/esm2020/components/navbar/navbar.component.mjs +4 -4
- package/esm2020/components/page/pages.component.mjs +4 -4
- package/esm2020/components/redirecter/redirecter.component.mjs +4 -4
- package/esm2020/components/sidebar/sidebar.component.mjs +4 -4
- package/esm2020/directives/componentHost/componentHost.directive.mjs +4 -4
- package/esm2020/directives/directives.module.mjs +5 -5
- package/esm2020/directives/draggable/draggable.directive.mjs +9 -9
- package/esm2020/directives/es-modal/es-modal.directive.mjs +13 -13
- package/esm2020/directives/es-routerLink/es-routerLink.directive.mjs +9 -9
- package/esm2020/directives/slim-scroll/slim-scroll.directive.mjs +4 -4
- package/esm2020/directives/widget/widget.directive.mjs +4 -4
- package/esm2020/lib/app.component.mjs +5 -5
- package/esm2020/lib/core.module.mjs +5 -5
- package/esm2020/modules/classes/_shared.module.mjs +5 -5
- package/esm2020/modules/classes/t_c.module.mjs +5 -5
- package/esm2020/pipes/classes/included_in.pipe.mjs +4 -4
- package/esm2020/pipes/classes/safe_html.pipe.mjs +4 -4
- package/esm2020/pipes/classes/safe_script.pipe.mjs +4 -4
- package/esm2020/pipes/classes/safe_style.pipe.mjs +4 -4
- package/esm2020/pipes/classes/safe_url.pipe.mjs +4 -4
- package/esm2020/pipes/pipes.module.mjs +5 -5
- package/esm2020/services/classes/app.accesstoken.mjs +4 -4
- package/esm2020/services/classes/app.completedjobredirection.mjs +4 -4
- package/esm2020/services/classes/app.errorhandler.mjs +4 -4
- package/esm2020/services/classes/app.event.mjs +4 -4
- package/esm2020/services/classes/app.globalsearch.mjs +4 -4
- package/esm2020/services/classes/app.httpextensions.loc.mjs +4 -4
- package/esm2020/services/classes/app.httpextensions.mjs +4 -4
- package/esm2020/services/classes/app.menufilter.mjs +4 -4
- package/esm2020/services/classes/app.routeguard.mjs +4 -4
- package/esm2020/services/classes/app.session.mjs +4 -4
- package/esm2020/services/classes/app.state.mjs +31 -19
- package/esm2020/services/classes/preferences/app.cache.persistor.mjs +4 -4
- package/esm2020/services/classes/preferences/app.preference.persistor.mjs +4 -4
- package/fesm2015/esfaenza-core-components.mjs +95 -92
- package/fesm2015/esfaenza-core-components.mjs.map +1 -1
- package/fesm2015/esfaenza-core-directives.mjs +39 -39
- package/fesm2015/esfaenza-core-directives.mjs.map +1 -1
- package/fesm2015/esfaenza-core-modules.mjs +8 -8
- package/fesm2015/esfaenza-core-modules.mjs.map +1 -1
- package/fesm2015/esfaenza-core-pipes.mjs +19 -19
- package/fesm2015/esfaenza-core-pipes.mjs.map +1 -1
- package/fesm2015/esfaenza-core-services.mjs +74 -62
- package/fesm2015/esfaenza-core-services.mjs.map +1 -1
- package/fesm2015/esfaenza-core.mjs +8 -8
- package/fesm2015/esfaenza-core.mjs.map +1 -1
- package/fesm2020/esfaenza-core-components.mjs +95 -92
- package/fesm2020/esfaenza-core-components.mjs.map +1 -1
- package/fesm2020/esfaenza-core-directives.mjs +39 -39
- package/fesm2020/esfaenza-core-directives.mjs.map +1 -1
- package/fesm2020/esfaenza-core-modules.mjs +8 -8
- package/fesm2020/esfaenza-core-modules.mjs.map +1 -1
- package/fesm2020/esfaenza-core-pipes.mjs +19 -19
- package/fesm2020/esfaenza-core-pipes.mjs.map +1 -1
- package/fesm2020/esfaenza-core-services.mjs +66 -54
- package/fesm2020/esfaenza-core-services.mjs.map +1 -1
- package/fesm2020/esfaenza-core.mjs +8 -8
- package/fesm2020/esfaenza-core.mjs.map +1 -1
- package/package.json +2 -2
- package/services/classes/app.state.d.ts +5 -5
|
@@ -1039,9 +1039,9 @@ class TokenService {
|
|
|
1039
1039
|
return accountScope;
|
|
1040
1040
|
}
|
|
1041
1041
|
}
|
|
1042
|
-
TokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1043
|
-
TokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
1044
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1042
|
+
TokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TokenService, deps: [{ token: i1.CookieService }, { token: USE_FAKE_ACCESS_TOKEN, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1043
|
+
TokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TokenService, providedIn: "root" });
|
|
1044
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TokenService, decorators: [{
|
|
1045
1045
|
type: Injectable,
|
|
1046
1046
|
args: [{ providedIn: "root" }]
|
|
1047
1047
|
}], ctorParameters: function () { return [{ type: i1.CookieService }, { type: undefined, decorators: [{
|
|
@@ -1075,9 +1075,9 @@ class GlobalSearchService {
|
|
|
1075
1075
|
return null;
|
|
1076
1076
|
}
|
|
1077
1077
|
}
|
|
1078
|
-
GlobalSearchService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1079
|
-
GlobalSearchService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
1080
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1078
|
+
GlobalSearchService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GlobalSearchService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1079
|
+
GlobalSearchService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GlobalSearchService });
|
|
1080
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GlobalSearchService, decorators: [{
|
|
1081
1081
|
type: Injectable
|
|
1082
1082
|
}] });
|
|
1083
1083
|
|
|
@@ -1112,9 +1112,9 @@ class APPErrorHandler {
|
|
|
1112
1112
|
return btoa(encodeURIComponent(str).replace(/%([0-9A-F]{2})/g, (match, p1) => String.fromCharCode(("0x" + p1))));
|
|
1113
1113
|
}
|
|
1114
1114
|
}
|
|
1115
|
-
APPErrorHandler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1116
|
-
APPErrorHandler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
1117
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1115
|
+
APPErrorHandler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: APPErrorHandler, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1116
|
+
APPErrorHandler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: APPErrorHandler });
|
|
1117
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: APPErrorHandler, decorators: [{
|
|
1118
1118
|
type: Injectable
|
|
1119
1119
|
}], ctorParameters: function () { return [{ type: i0.Injector }]; } });
|
|
1120
1120
|
|
|
@@ -1136,9 +1136,9 @@ class OutZoneEventPlugin {
|
|
|
1136
1136
|
return () => element.removeEventListener(eventOriginalName, standardHandler);
|
|
1137
1137
|
}
|
|
1138
1138
|
}
|
|
1139
|
-
OutZoneEventPlugin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1140
|
-
OutZoneEventPlugin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
1141
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1139
|
+
OutZoneEventPlugin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: OutZoneEventPlugin, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1140
|
+
OutZoneEventPlugin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: OutZoneEventPlugin, providedIn: 'root' });
|
|
1141
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: OutZoneEventPlugin, decorators: [{
|
|
1142
1142
|
type: Injectable,
|
|
1143
1143
|
args: [{ providedIn: 'root' }]
|
|
1144
1144
|
}], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
|
|
@@ -1149,9 +1149,9 @@ class HTTPServiceExtensionsLoc extends LocalizationService {
|
|
|
1149
1149
|
super.set("it->en", "Il Server sembra essere offline, prova a ricaricare la pagina", ["Server seems to be offline, try to reload this page"]);
|
|
1150
1150
|
}
|
|
1151
1151
|
}
|
|
1152
|
-
HTTPServiceExtensionsLoc.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1153
|
-
HTTPServiceExtensionsLoc.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
1154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1152
|
+
HTTPServiceExtensionsLoc.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HTTPServiceExtensionsLoc, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1153
|
+
HTTPServiceExtensionsLoc.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HTTPServiceExtensionsLoc });
|
|
1154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HTTPServiceExtensionsLoc, decorators: [{
|
|
1155
1155
|
type: Injectable
|
|
1156
1156
|
}], ctorParameters: function () { return [{ type: i0.Injector }]; } });
|
|
1157
1157
|
|
|
@@ -1161,13 +1161,15 @@ class AppState {
|
|
|
1161
1161
|
this.notifyDataChanged("modules.Retrieved", this._modules);
|
|
1162
1162
|
}
|
|
1163
1163
|
get Modules() { return this._modules; }
|
|
1164
|
-
constructor(lc, bts, notifications, MessageDef, intercom, router) {
|
|
1164
|
+
constructor(lc, bts, notifications, MessageDef, intercom, router, msgService, emb) {
|
|
1165
1165
|
this.lc = lc;
|
|
1166
1166
|
this.bts = bts;
|
|
1167
1167
|
this.notifications = notifications;
|
|
1168
1168
|
this.MessageDef = MessageDef;
|
|
1169
1169
|
this.intercom = intercom;
|
|
1170
1170
|
this.router = router;
|
|
1171
|
+
this.msgService = msgService;
|
|
1172
|
+
this.emb = emb;
|
|
1171
1173
|
this.redirectingToLogin = false;
|
|
1172
1174
|
this.handlingError = false;
|
|
1173
1175
|
this.christmasTime = false;
|
|
@@ -1180,8 +1182,6 @@ class AppState {
|
|
|
1180
1182
|
this._dataStream$ = this._data.asObservable();
|
|
1181
1183
|
this._subscriptions = new Map();
|
|
1182
1184
|
this.ModulesLocalizations = {};
|
|
1183
|
-
this.Embedded = false;
|
|
1184
|
-
this.EmbeddingLevel = 0;
|
|
1185
1185
|
this.setupEmbeddability();
|
|
1186
1186
|
this.setupDayjs();
|
|
1187
1187
|
this.setupSignalRJobListening();
|
|
@@ -1203,18 +1203,36 @@ class AppState {
|
|
|
1203
1203
|
// Ignoro i miei messaggi dato che mi interessano solo quelli degli altri iframe
|
|
1204
1204
|
if (event.source == window && event?.data?.type != "modal-open")
|
|
1205
1205
|
return;
|
|
1206
|
-
if (event?.data?.type == "
|
|
1206
|
+
if (event?.data?.type == "alert") {
|
|
1207
|
+
console.log(`Window message - alert -> Level: ${event?.data?.level}, Message: ${event?.data?.msg}`);
|
|
1208
|
+
switch (event?.data?.level) {
|
|
1209
|
+
case "success":
|
|
1210
|
+
this.msgService.simpleSuccess(event?.data?.msg);
|
|
1211
|
+
break;
|
|
1212
|
+
case "warning":
|
|
1213
|
+
this.msgService.simpleWarning(event?.data?.msg);
|
|
1214
|
+
break;
|
|
1215
|
+
case "error":
|
|
1216
|
+
this.msgService.simpleError(event?.data?.msg);
|
|
1217
|
+
break;
|
|
1218
|
+
}
|
|
1219
|
+
}
|
|
1220
|
+
else if (event?.data?.type == "redirect") {
|
|
1221
|
+
console.log(`Window message - redirect -> ${event?.data?.url}`);
|
|
1222
|
+
window.location.href = event?.data?.url;
|
|
1223
|
+
}
|
|
1224
|
+
else if (event?.data?.type == "navigate") {
|
|
1207
1225
|
console.log(`Window message - navigate -> ${event?.data?.url}`);
|
|
1208
1226
|
this.router.navigate([event?.data?.url]);
|
|
1209
1227
|
}
|
|
1210
|
-
if (event?.data?.type == "navigation") {
|
|
1228
|
+
else if (event?.data?.type == "navigation") {
|
|
1211
1229
|
console.log(`Window message - Navigation -> ${event?.data?.internalNavigation ? "[internal]" : ""} ${event?.data?.title}`);
|
|
1212
1230
|
if (event?.data?.internalNavigation)
|
|
1213
1231
|
this.notifyDataChanged("menu.adjustSubNavigationTo", event?.data?.title);
|
|
1214
1232
|
else
|
|
1215
1233
|
this.notifyDataChanged("menu.adjustNavigationTo", event?.data?.title);
|
|
1216
1234
|
}
|
|
1217
|
-
if (event?.data?.type == "modal-open") {
|
|
1235
|
+
else if (event?.data?.type == "modal-open") {
|
|
1218
1236
|
const wrapper = document.body.getElementsByClassName("main-wrapper")[0];
|
|
1219
1237
|
let wrapperStyles = window.getComputedStyle(wrapper);
|
|
1220
1238
|
const wrapperPaddingLeft = parseInt(wrapperStyles.getPropertyValue("padding-left"));
|
|
@@ -1241,7 +1259,7 @@ class AppState {
|
|
|
1241
1259
|
document.body.appendChild(left);
|
|
1242
1260
|
document.body.appendChild(right);
|
|
1243
1261
|
}
|
|
1244
|
-
if (event?.data?.type == "modal-close") {
|
|
1262
|
+
else if (event?.data?.type == "modal-close") {
|
|
1245
1263
|
console.log(`Window message - Modal Close`);
|
|
1246
1264
|
let wrapper = document.body.getElementsByClassName("main-wrapper")[0];
|
|
1247
1265
|
wrapper.style.removeProperty("overflow");
|
|
@@ -1270,13 +1288,7 @@ class AppState {
|
|
|
1270
1288
|
if (left)
|
|
1271
1289
|
left.style.setProperty("width", leftSpace + "px");
|
|
1272
1290
|
});
|
|
1273
|
-
this.
|
|
1274
|
-
while (this.MainWindow.parent != this.MainWindow) {
|
|
1275
|
-
this.MainWindow = this.MainWindow.parent;
|
|
1276
|
-
this.EmbeddingLevel++;
|
|
1277
|
-
this.Embedded = true;
|
|
1278
|
-
}
|
|
1279
|
-
if (this.Embedded)
|
|
1291
|
+
if (this.emb.Embedded)
|
|
1280
1292
|
document.body.style.setProperty("overflow-y", "auto", "important");
|
|
1281
1293
|
}
|
|
1282
1294
|
registerNavigationIfMeaningful(route) {
|
|
@@ -1400,12 +1412,12 @@ class AppState {
|
|
|
1400
1412
|
this.headerHeight = height;
|
|
1401
1413
|
}
|
|
1402
1414
|
}
|
|
1403
|
-
AppState.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1404
|
-
AppState.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
1405
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1415
|
+
AppState.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AppState, deps: [{ token: i1$1.LocalizationService }, { token: TokenService }, { token: i3.NotificationsService }, { token: i3.BaseMessageService }, { token: i4.InterComService }, { token: i5.Router }, { token: i4.MessageService }, { token: i4.AppEmbeddingExtensions }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1416
|
+
AppState.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AppState, providedIn: "root" });
|
|
1417
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AppState, decorators: [{
|
|
1406
1418
|
type: Injectable,
|
|
1407
1419
|
args: [{ providedIn: "root" }]
|
|
1408
|
-
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: TokenService }, { type: i3.NotificationsService }, { type: i3.BaseMessageService }, { type: i4.InterComService }, { type: i5.Router }]; } });
|
|
1420
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: TokenService }, { type: i3.NotificationsService }, { type: i3.BaseMessageService }, { type: i4.InterComService }, { type: i5.Router }, { type: i4.MessageService }, { type: i4.AppEmbeddingExtensions }]; } });
|
|
1409
1421
|
|
|
1410
1422
|
// Angular
|
|
1411
1423
|
class HTTPServiceExtensions {
|
|
@@ -1481,9 +1493,9 @@ class HTTPServiceExtensions {
|
|
|
1481
1493
|
}
|
|
1482
1494
|
}
|
|
1483
1495
|
}
|
|
1484
|
-
HTTPServiceExtensions.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1485
|
-
HTTPServiceExtensions.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
1486
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1496
|
+
HTTPServiceExtensions.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HTTPServiceExtensions, deps: [{ token: i1$1.LocalizationService }, { token: TokenService }, { token: AppState }, { token: i5.Router }, { token: i5$1.AccessControlService }, { token: i4.MessageService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1497
|
+
HTTPServiceExtensions.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HTTPServiceExtensions });
|
|
1498
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HTTPServiceExtensions, decorators: [{
|
|
1487
1499
|
type: Injectable
|
|
1488
1500
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: TokenService }, { type: AppState }, { type: i5.Router }, { type: i5$1.AccessControlService }, { type: i4.MessageService }]; } });
|
|
1489
1501
|
|
|
@@ -1499,9 +1511,9 @@ class MenuFilteringService {
|
|
|
1499
1511
|
return of(rawMenus);
|
|
1500
1512
|
}
|
|
1501
1513
|
}
|
|
1502
|
-
MenuFilteringService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1503
|
-
MenuFilteringService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
1504
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1514
|
+
MenuFilteringService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MenuFilteringService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1515
|
+
MenuFilteringService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MenuFilteringService });
|
|
1516
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MenuFilteringService, decorators: [{
|
|
1505
1517
|
type: Injectable
|
|
1506
1518
|
}] });
|
|
1507
1519
|
|
|
@@ -1515,9 +1527,9 @@ class CompletedJobRedirectionService {
|
|
|
1515
1527
|
redirect(completedJob) {
|
|
1516
1528
|
}
|
|
1517
1529
|
}
|
|
1518
|
-
CompletedJobRedirectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1519
|
-
CompletedJobRedirectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
1520
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1530
|
+
CompletedJobRedirectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CompletedJobRedirectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1531
|
+
CompletedJobRedirectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CompletedJobRedirectionService });
|
|
1532
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CompletedJobRedirectionService, decorators: [{
|
|
1521
1533
|
type: Injectable
|
|
1522
1534
|
}] });
|
|
1523
1535
|
|
|
@@ -1542,9 +1554,9 @@ class SessionRetriever {
|
|
|
1542
1554
|
return this.SessionIdentity;
|
|
1543
1555
|
}
|
|
1544
1556
|
}
|
|
1545
|
-
SessionRetriever.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1546
|
-
SessionRetriever.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
1547
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1557
|
+
SessionRetriever.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SessionRetriever, deps: [{ token: TokenService }, { token: i5.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1558
|
+
SessionRetriever.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SessionRetriever, providedIn: "root" });
|
|
1559
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SessionRetriever, decorators: [{
|
|
1548
1560
|
type: Injectable,
|
|
1549
1561
|
args: [{ providedIn: "root" }]
|
|
1550
1562
|
}], ctorParameters: function () { return [{ type: TokenService }, { type: i5.Router }]; } });
|
|
@@ -1625,9 +1637,9 @@ class ApplicationCachePersistor extends CachePersistor {
|
|
|
1625
1637
|
return `${this.getItemsUrl(sessionKey)}/${itemKey}`;
|
|
1626
1638
|
}
|
|
1627
1639
|
}
|
|
1628
|
-
ApplicationCachePersistor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1629
|
-
ApplicationCachePersistor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
1630
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1640
|
+
ApplicationCachePersistor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ApplicationCachePersistor, deps: [{ token: i1$1.LocalizationService }, { token: i2.HttpClient }, { token: TokenService }, { token: i4$1.BaseSessionRetriever }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1641
|
+
ApplicationCachePersistor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ApplicationCachePersistor });
|
|
1642
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ApplicationCachePersistor, decorators: [{
|
|
1631
1643
|
type: Injectable
|
|
1632
1644
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: i2.HttpClient }, { type: TokenService }, { type: i4$1.BaseSessionRetriever }]; } });
|
|
1633
1645
|
|
|
@@ -1707,9 +1719,9 @@ class ApplicationPreferencesPersistor extends PreferencesPersistor {
|
|
|
1707
1719
|
return `${this.getItemsUrl(sessionKey)}/${itemKey}`;
|
|
1708
1720
|
}
|
|
1709
1721
|
}
|
|
1710
|
-
ApplicationPreferencesPersistor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1711
|
-
ApplicationPreferencesPersistor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
1712
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1722
|
+
ApplicationPreferencesPersistor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ApplicationPreferencesPersistor, deps: [{ token: i1$1.LocalizationService }, { token: i2.HttpClient }, { token: TokenService }, { token: i4$1.BaseSessionRetriever }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1723
|
+
ApplicationPreferencesPersistor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ApplicationPreferencesPersistor });
|
|
1724
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ApplicationPreferencesPersistor, decorators: [{
|
|
1713
1725
|
type: Injectable
|
|
1714
1726
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: i2.HttpClient }, { type: TokenService }, { type: i4$1.BaseSessionRetriever }]; } });
|
|
1715
1727
|
|
|
@@ -1721,9 +1733,9 @@ class BaseRouterGuard extends AccessControlRouteGuard {
|
|
|
1721
1733
|
acc.initializeIdentity(ts.getJaceIdentity());
|
|
1722
1734
|
}
|
|
1723
1735
|
}
|
|
1724
|
-
BaseRouterGuard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1725
|
-
BaseRouterGuard.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
1726
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1736
|
+
BaseRouterGuard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BaseRouterGuard, deps: [{ token: i4.MessageService }, { token: i5$1.AccessControlService }, { token: i5.Router }, { token: TokenService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1737
|
+
BaseRouterGuard.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BaseRouterGuard });
|
|
1738
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BaseRouterGuard, decorators: [{
|
|
1727
1739
|
type: Injectable
|
|
1728
1740
|
}], ctorParameters: function () { return [{ type: i4.MessageService }, { type: i5$1.AccessControlService }, { type: i5.Router }, { type: TokenService }]; } });
|
|
1729
1741
|
|