@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.
Files changed (81) hide show
  1. package/components/error/404/pagenotfound.component.d.ts +3 -3
  2. package/components/error/500/servererror.component.d.ts +3 -1
  3. package/components/error/Angular/angularerror.component.d.ts +4 -3
  4. package/directives/draggable/draggable.directive.d.ts +3 -3
  5. package/directives/es-modal/es-modal.directive.d.ts +3 -3
  6. package/directives/es-routerLink/es-routerLink.directive.d.ts +3 -3
  7. package/esm2020/components/back-top/back-top.component.mjs +4 -4
  8. package/esm2020/components/base/base.component.mjs +7 -5
  9. package/esm2020/components/base/reactive.component.mjs +4 -4
  10. package/esm2020/components/breadcrumb/breadcrumb.component.mjs +4 -4
  11. package/esm2020/components/components.module.mjs +5 -5
  12. package/esm2020/components/error/404/pagenotfound.component.mjs +10 -10
  13. package/esm2020/components/error/500/servererror.component.mjs +11 -9
  14. package/esm2020/components/error/Angular/angularerror.component.mjs +10 -9
  15. package/esm2020/components/es-modal/es-modal-head/es-modal-head.component.mjs +4 -4
  16. package/esm2020/components/es-modal/es-modal.component.mjs +4 -4
  17. package/esm2020/components/external-page/external_pages.component.mjs +4 -4
  18. package/esm2020/components/jace-login/jace-login.component.mjs +4 -4
  19. package/esm2020/components/jace-resource/jace-resource.component.mjs +4 -4
  20. package/esm2020/components/navbar/modules-board/jace-modules-board.component.mjs +4 -4
  21. package/esm2020/components/navbar/navbar.component.loc.mjs +4 -4
  22. package/esm2020/components/navbar/navbar.component.mjs +4 -4
  23. package/esm2020/components/page/pages.component.mjs +4 -4
  24. package/esm2020/components/redirecter/redirecter.component.mjs +4 -4
  25. package/esm2020/components/sidebar/sidebar.component.mjs +4 -4
  26. package/esm2020/directives/componentHost/componentHost.directive.mjs +4 -4
  27. package/esm2020/directives/directives.module.mjs +5 -5
  28. package/esm2020/directives/draggable/draggable.directive.mjs +9 -9
  29. package/esm2020/directives/es-modal/es-modal.directive.mjs +13 -13
  30. package/esm2020/directives/es-routerLink/es-routerLink.directive.mjs +9 -9
  31. package/esm2020/directives/slim-scroll/slim-scroll.directive.mjs +4 -4
  32. package/esm2020/directives/widget/widget.directive.mjs +4 -4
  33. package/esm2020/lib/app.component.mjs +5 -5
  34. package/esm2020/lib/core.module.mjs +5 -5
  35. package/esm2020/modules/classes/_shared.module.mjs +5 -5
  36. package/esm2020/modules/classes/t_c.module.mjs +5 -5
  37. package/esm2020/pipes/classes/included_in.pipe.mjs +4 -4
  38. package/esm2020/pipes/classes/safe_html.pipe.mjs +4 -4
  39. package/esm2020/pipes/classes/safe_script.pipe.mjs +4 -4
  40. package/esm2020/pipes/classes/safe_style.pipe.mjs +4 -4
  41. package/esm2020/pipes/classes/safe_url.pipe.mjs +4 -4
  42. package/esm2020/pipes/pipes.module.mjs +5 -5
  43. package/esm2020/services/classes/app.accesstoken.mjs +4 -4
  44. package/esm2020/services/classes/app.completedjobredirection.mjs +4 -4
  45. package/esm2020/services/classes/app.errorhandler.mjs +4 -4
  46. package/esm2020/services/classes/app.event.mjs +4 -4
  47. package/esm2020/services/classes/app.globalsearch.mjs +4 -4
  48. package/esm2020/services/classes/app.httpextensions.loc.mjs +4 -4
  49. package/esm2020/services/classes/app.httpextensions.mjs +4 -4
  50. package/esm2020/services/classes/app.menufilter.mjs +4 -4
  51. package/esm2020/services/classes/app.routeguard.mjs +4 -4
  52. package/esm2020/services/classes/app.session.mjs +4 -4
  53. package/esm2020/services/classes/app.state.mjs +31 -19
  54. package/esm2020/services/classes/preferences/app.cache.persistor.mjs +4 -4
  55. package/esm2020/services/classes/preferences/app.preference.persistor.mjs +4 -4
  56. package/fesm2015/esfaenza-core-components.mjs +95 -92
  57. package/fesm2015/esfaenza-core-components.mjs.map +1 -1
  58. package/fesm2015/esfaenza-core-directives.mjs +39 -39
  59. package/fesm2015/esfaenza-core-directives.mjs.map +1 -1
  60. package/fesm2015/esfaenza-core-modules.mjs +8 -8
  61. package/fesm2015/esfaenza-core-modules.mjs.map +1 -1
  62. package/fesm2015/esfaenza-core-pipes.mjs +19 -19
  63. package/fesm2015/esfaenza-core-pipes.mjs.map +1 -1
  64. package/fesm2015/esfaenza-core-services.mjs +74 -62
  65. package/fesm2015/esfaenza-core-services.mjs.map +1 -1
  66. package/fesm2015/esfaenza-core.mjs +8 -8
  67. package/fesm2015/esfaenza-core.mjs.map +1 -1
  68. package/fesm2020/esfaenza-core-components.mjs +95 -92
  69. package/fesm2020/esfaenza-core-components.mjs.map +1 -1
  70. package/fesm2020/esfaenza-core-directives.mjs +39 -39
  71. package/fesm2020/esfaenza-core-directives.mjs.map +1 -1
  72. package/fesm2020/esfaenza-core-modules.mjs +8 -8
  73. package/fesm2020/esfaenza-core-modules.mjs.map +1 -1
  74. package/fesm2020/esfaenza-core-pipes.mjs +19 -19
  75. package/fesm2020/esfaenza-core-pipes.mjs.map +1 -1
  76. package/fesm2020/esfaenza-core-services.mjs +66 -54
  77. package/fesm2020/esfaenza-core-services.mjs.map +1 -1
  78. package/fesm2020/esfaenza-core.mjs +8 -8
  79. package/fesm2020/esfaenza-core.mjs.map +1 -1
  80. package/package.json +2 -2
  81. 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.10", 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.10", ngImport: i0, type: TokenService, providedIn: "root" });
1044
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TokenService, decorators: [{
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 () {
@@ -1077,9 +1077,9 @@ class GlobalSearchService {
1077
1077
  return null;
1078
1078
  }
1079
1079
  }
1080
- GlobalSearchService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GlobalSearchService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1081
- GlobalSearchService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GlobalSearchService });
1082
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GlobalSearchService, decorators: [{
1080
+ GlobalSearchService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GlobalSearchService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1081
+ GlobalSearchService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GlobalSearchService });
1082
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GlobalSearchService, decorators: [{
1083
1083
  type: Injectable
1084
1084
  }] });
1085
1085
 
@@ -1114,9 +1114,9 @@ class APPErrorHandler {
1114
1114
  return btoa(encodeURIComponent(str).replace(/%([0-9A-F]{2})/g, (match, p1) => String.fromCharCode(("0x" + p1))));
1115
1115
  }
1116
1116
  }
1117
- APPErrorHandler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: APPErrorHandler, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
1118
- APPErrorHandler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: APPErrorHandler });
1119
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: APPErrorHandler, decorators: [{
1117
+ APPErrorHandler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: APPErrorHandler, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
1118
+ APPErrorHandler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: APPErrorHandler });
1119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: APPErrorHandler, decorators: [{
1120
1120
  type: Injectable
1121
1121
  }], ctorParameters: function () { return [{ type: i0.Injector }]; } });
1122
1122
 
@@ -1138,9 +1138,9 @@ class OutZoneEventPlugin {
1138
1138
  return () => element.removeEventListener(eventOriginalName, standardHandler);
1139
1139
  }
1140
1140
  }
1141
- OutZoneEventPlugin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: OutZoneEventPlugin, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
1142
- OutZoneEventPlugin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: OutZoneEventPlugin, providedIn: 'root' });
1143
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: OutZoneEventPlugin, decorators: [{
1141
+ OutZoneEventPlugin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: OutZoneEventPlugin, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
1142
+ OutZoneEventPlugin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: OutZoneEventPlugin, providedIn: 'root' });
1143
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: OutZoneEventPlugin, decorators: [{
1144
1144
  type: Injectable,
1145
1145
  args: [{ providedIn: 'root' }]
1146
1146
  }], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
@@ -1151,9 +1151,9 @@ class HTTPServiceExtensionsLoc extends LocalizationService {
1151
1151
  super.set("it->en", "Il Server sembra essere offline, prova a ricaricare la pagina", ["Server seems to be offline, try to reload this page"]);
1152
1152
  }
1153
1153
  }
1154
- HTTPServiceExtensionsLoc.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HTTPServiceExtensionsLoc, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
1155
- HTTPServiceExtensionsLoc.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HTTPServiceExtensionsLoc });
1156
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HTTPServiceExtensionsLoc, decorators: [{
1154
+ HTTPServiceExtensionsLoc.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HTTPServiceExtensionsLoc, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
1155
+ HTTPServiceExtensionsLoc.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HTTPServiceExtensionsLoc });
1156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HTTPServiceExtensionsLoc, decorators: [{
1157
1157
  type: Injectable
1158
1158
  }], ctorParameters: function () { return [{ type: i0.Injector }]; } });
1159
1159
 
@@ -1163,13 +1163,15 @@ class AppState {
1163
1163
  this.notifyDataChanged("modules.Retrieved", this._modules);
1164
1164
  }
1165
1165
  get Modules() { return this._modules; }
1166
- constructor(lc, bts, notifications, MessageDef, intercom, router) {
1166
+ constructor(lc, bts, notifications, MessageDef, intercom, router, msgService, emb) {
1167
1167
  this.lc = lc;
1168
1168
  this.bts = bts;
1169
1169
  this.notifications = notifications;
1170
1170
  this.MessageDef = MessageDef;
1171
1171
  this.intercom = intercom;
1172
1172
  this.router = router;
1173
+ this.msgService = msgService;
1174
+ this.emb = emb;
1173
1175
  this.redirectingToLogin = false;
1174
1176
  this.handlingError = false;
1175
1177
  this.christmasTime = false;
@@ -1182,8 +1184,6 @@ class AppState {
1182
1184
  this._dataStream$ = this._data.asObservable();
1183
1185
  this._subscriptions = new Map();
1184
1186
  this.ModulesLocalizations = {};
1185
- this.Embedded = false;
1186
- this.EmbeddingLevel = 0;
1187
1187
  this.setupEmbeddability();
1188
1188
  this.setupDayjs();
1189
1189
  this.setupSignalRJobListening();
@@ -1202,27 +1202,45 @@ class AppState {
1202
1202
  }
1203
1203
  setupEmbeddability() {
1204
1204
  window.onmessage = (event) => {
1205
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
1205
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y;
1206
1206
  // Ignoro i miei messaggi dato che mi interessano solo quelli degli altri iframe
1207
1207
  if (event.source == window && ((_a = event === null || event === void 0 ? void 0 : event.data) === null || _a === void 0 ? void 0 : _a.type) != "modal-open")
1208
1208
  return;
1209
- if (((_b = event === null || event === void 0 ? void 0 : event.data) === null || _b === void 0 ? void 0 : _b.type) == "navigate") {
1210
- console.log(`Window message - navigate -> ${(_c = event === null || event === void 0 ? void 0 : event.data) === null || _c === void 0 ? void 0 : _c.url}`);
1211
- this.router.navigate([(_d = event === null || event === void 0 ? void 0 : event.data) === null || _d === void 0 ? void 0 : _d.url]);
1209
+ if (((_b = event === null || event === void 0 ? void 0 : event.data) === null || _b === void 0 ? void 0 : _b.type) == "alert") {
1210
+ console.log(`Window message - alert -> Level: ${(_c = event === null || event === void 0 ? void 0 : event.data) === null || _c === void 0 ? void 0 : _c.level}, Message: ${(_d = event === null || event === void 0 ? void 0 : event.data) === null || _d === void 0 ? void 0 : _d.msg}`);
1211
+ switch ((_e = event === null || event === void 0 ? void 0 : event.data) === null || _e === void 0 ? void 0 : _e.level) {
1212
+ case "success":
1213
+ this.msgService.simpleSuccess((_f = event === null || event === void 0 ? void 0 : event.data) === null || _f === void 0 ? void 0 : _f.msg);
1214
+ break;
1215
+ case "warning":
1216
+ this.msgService.simpleWarning((_g = event === null || event === void 0 ? void 0 : event.data) === null || _g === void 0 ? void 0 : _g.msg);
1217
+ break;
1218
+ case "error":
1219
+ this.msgService.simpleError((_h = event === null || event === void 0 ? void 0 : event.data) === null || _h === void 0 ? void 0 : _h.msg);
1220
+ break;
1221
+ }
1222
+ }
1223
+ else if (((_j = event === null || event === void 0 ? void 0 : event.data) === null || _j === void 0 ? void 0 : _j.type) == "redirect") {
1224
+ console.log(`Window message - redirect -> ${(_k = event === null || event === void 0 ? void 0 : event.data) === null || _k === void 0 ? void 0 : _k.url}`);
1225
+ window.location.href = (_l = event === null || event === void 0 ? void 0 : event.data) === null || _l === void 0 ? void 0 : _l.url;
1212
1226
  }
1213
- if (((_e = event === null || event === void 0 ? void 0 : event.data) === null || _e === void 0 ? void 0 : _e.type) == "navigation") {
1214
- console.log(`Window message - Navigation -> ${((_f = event === null || event === void 0 ? void 0 : event.data) === null || _f === void 0 ? void 0 : _f.internalNavigation) ? "[internal]" : ""} ${(_g = event === null || event === void 0 ? void 0 : event.data) === null || _g === void 0 ? void 0 : _g.title}`);
1215
- if ((_h = event === null || event === void 0 ? void 0 : event.data) === null || _h === void 0 ? void 0 : _h.internalNavigation)
1216
- this.notifyDataChanged("menu.adjustSubNavigationTo", (_j = event === null || event === void 0 ? void 0 : event.data) === null || _j === void 0 ? void 0 : _j.title);
1227
+ else if (((_m = event === null || event === void 0 ? void 0 : event.data) === null || _m === void 0 ? void 0 : _m.type) == "navigate") {
1228
+ console.log(`Window message - navigate -> ${(_o = event === null || event === void 0 ? void 0 : event.data) === null || _o === void 0 ? void 0 : _o.url}`);
1229
+ this.router.navigate([(_p = event === null || event === void 0 ? void 0 : event.data) === null || _p === void 0 ? void 0 : _p.url]);
1230
+ }
1231
+ else if (((_q = event === null || event === void 0 ? void 0 : event.data) === null || _q === void 0 ? void 0 : _q.type) == "navigation") {
1232
+ console.log(`Window message - Navigation -> ${((_r = event === null || event === void 0 ? void 0 : event.data) === null || _r === void 0 ? void 0 : _r.internalNavigation) ? "[internal]" : ""} ${(_s = event === null || event === void 0 ? void 0 : event.data) === null || _s === void 0 ? void 0 : _s.title}`);
1233
+ if ((_t = event === null || event === void 0 ? void 0 : event.data) === null || _t === void 0 ? void 0 : _t.internalNavigation)
1234
+ this.notifyDataChanged("menu.adjustSubNavigationTo", (_u = event === null || event === void 0 ? void 0 : event.data) === null || _u === void 0 ? void 0 : _u.title);
1217
1235
  else
1218
- this.notifyDataChanged("menu.adjustNavigationTo", (_k = event === null || event === void 0 ? void 0 : event.data) === null || _k === void 0 ? void 0 : _k.title);
1236
+ this.notifyDataChanged("menu.adjustNavigationTo", (_v = event === null || event === void 0 ? void 0 : event.data) === null || _v === void 0 ? void 0 : _v.title);
1219
1237
  }
1220
- if (((_l = event === null || event === void 0 ? void 0 : event.data) === null || _l === void 0 ? void 0 : _l.type) == "modal-open") {
1238
+ else if (((_w = event === null || event === void 0 ? void 0 : event.data) === null || _w === void 0 ? void 0 : _w.type) == "modal-open") {
1221
1239
  const wrapper = document.body.getElementsByClassName("main-wrapper")[0];
1222
1240
  let wrapperStyles = window.getComputedStyle(wrapper);
1223
1241
  const wrapperPaddingLeft = parseInt(wrapperStyles.getPropertyValue("padding-left"));
1224
1242
  const wrapperPaddingRight = parseInt(wrapperStyles.getPropertyValue("padding-right"));
1225
- console.log(`Window message - Modal Open -> Backdrop Height: ${(_m = event === null || event === void 0 ? void 0 : event.data) === null || _m === void 0 ? void 0 : _m.backdropHeight}`);
1243
+ console.log(`Window message - Modal Open -> Backdrop Height: ${(_x = event === null || event === void 0 ? void 0 : event.data) === null || _x === void 0 ? void 0 : _x.backdropHeight}`);
1226
1244
  var topHeight = 116; // valore fisso, distanza fra il top e l'inizio dell'iframe, non sarà mai diverso
1227
1245
  var rightSpace = wrapperPaddingRight; // valore fisso, distanza fra la fine dell'iframe e il lato sinistro dello schermo, non sarà mai diverso
1228
1246
  var leftSpace = this.sidebarWidth + wrapperPaddingLeft;
@@ -1244,7 +1262,7 @@ class AppState {
1244
1262
  document.body.appendChild(left);
1245
1263
  document.body.appendChild(right);
1246
1264
  }
1247
- if (((_o = event === null || event === void 0 ? void 0 : event.data) === null || _o === void 0 ? void 0 : _o.type) == "modal-close") {
1265
+ else if (((_y = event === null || event === void 0 ? void 0 : event.data) === null || _y === void 0 ? void 0 : _y.type) == "modal-close") {
1248
1266
  console.log(`Window message - Modal Close`);
1249
1267
  let wrapper = document.body.getElementsByClassName("main-wrapper")[0];
1250
1268
  wrapper.style.removeProperty("overflow");
@@ -1273,13 +1291,7 @@ class AppState {
1273
1291
  if (left)
1274
1292
  left.style.setProperty("width", leftSpace + "px");
1275
1293
  });
1276
- this.MainWindow = window;
1277
- while (this.MainWindow.parent != this.MainWindow) {
1278
- this.MainWindow = this.MainWindow.parent;
1279
- this.EmbeddingLevel++;
1280
- this.Embedded = true;
1281
- }
1282
- if (this.Embedded)
1294
+ if (this.emb.Embedded)
1283
1295
  document.body.style.setProperty("overflow-y", "auto", "important");
1284
1296
  }
1285
1297
  registerNavigationIfMeaningful(route) {
@@ -1404,12 +1416,12 @@ class AppState {
1404
1416
  this.headerHeight = height;
1405
1417
  }
1406
1418
  }
1407
- AppState.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AppState, deps: [{ token: i1$1.LocalizationService }, { token: TokenService }, { token: i3.NotificationsService }, { token: i3.BaseMessageService }, { token: i4.InterComService }, { token: i5.Router }], target: i0.ɵɵFactoryTarget.Injectable });
1408
- AppState.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AppState, providedIn: "root" });
1409
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AppState, decorators: [{
1419
+ 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 });
1420
+ AppState.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AppState, providedIn: "root" });
1421
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AppState, decorators: [{
1410
1422
  type: Injectable,
1411
1423
  args: [{ providedIn: "root" }]
1412
- }], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: TokenService }, { type: i3.NotificationsService }, { type: i3.BaseMessageService }, { type: i4.InterComService }, { type: i5.Router }]; } });
1424
+ }], 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 }]; } });
1413
1425
 
1414
1426
  // Angular
1415
1427
  class HTTPServiceExtensions {
@@ -1485,9 +1497,9 @@ class HTTPServiceExtensions {
1485
1497
  }
1486
1498
  }
1487
1499
  }
1488
- HTTPServiceExtensions.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", 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 });
1489
- HTTPServiceExtensions.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HTTPServiceExtensions });
1490
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HTTPServiceExtensions, decorators: [{
1500
+ 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 });
1501
+ HTTPServiceExtensions.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HTTPServiceExtensions });
1502
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HTTPServiceExtensions, decorators: [{
1491
1503
  type: Injectable
1492
1504
  }], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: TokenService }, { type: AppState }, { type: i5.Router }, { type: i5$1.AccessControlService }, { type: i4.MessageService }]; } });
1493
1505
 
@@ -1503,9 +1515,9 @@ class MenuFilteringService {
1503
1515
  return of(rawMenus);
1504
1516
  }
1505
1517
  }
1506
- MenuFilteringService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MenuFilteringService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1507
- MenuFilteringService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MenuFilteringService });
1508
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MenuFilteringService, decorators: [{
1518
+ MenuFilteringService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MenuFilteringService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1519
+ MenuFilteringService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MenuFilteringService });
1520
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MenuFilteringService, decorators: [{
1509
1521
  type: Injectable
1510
1522
  }] });
1511
1523
 
@@ -1519,9 +1531,9 @@ class CompletedJobRedirectionService {
1519
1531
  redirect(completedJob) {
1520
1532
  }
1521
1533
  }
1522
- CompletedJobRedirectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CompletedJobRedirectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1523
- CompletedJobRedirectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CompletedJobRedirectionService });
1524
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CompletedJobRedirectionService, decorators: [{
1534
+ CompletedJobRedirectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CompletedJobRedirectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1535
+ CompletedJobRedirectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CompletedJobRedirectionService });
1536
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CompletedJobRedirectionService, decorators: [{
1525
1537
  type: Injectable
1526
1538
  }] });
1527
1539
 
@@ -1547,9 +1559,9 @@ class SessionRetriever {
1547
1559
  return this.SessionIdentity;
1548
1560
  }
1549
1561
  }
1550
- SessionRetriever.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SessionRetriever, deps: [{ token: TokenService }, { token: i5.Router }], target: i0.ɵɵFactoryTarget.Injectable });
1551
- SessionRetriever.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SessionRetriever, providedIn: "root" });
1552
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SessionRetriever, decorators: [{
1562
+ 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 });
1563
+ SessionRetriever.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SessionRetriever, providedIn: "root" });
1564
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SessionRetriever, decorators: [{
1553
1565
  type: Injectable,
1554
1566
  args: [{ providedIn: "root" }]
1555
1567
  }], ctorParameters: function () { return [{ type: TokenService }, { type: i5.Router }]; } });
@@ -1630,9 +1642,9 @@ class ApplicationCachePersistor extends CachePersistor {
1630
1642
  return `${this.getItemsUrl(sessionKey)}/${itemKey}`;
1631
1643
  }
1632
1644
  }
1633
- ApplicationCachePersistor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ApplicationCachePersistor, deps: [{ token: i1$1.LocalizationService }, { token: i2.HttpClient }, { token: TokenService }, { token: i4$1.BaseSessionRetriever }], target: i0.ɵɵFactoryTarget.Injectable });
1634
- ApplicationCachePersistor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ApplicationCachePersistor });
1635
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ApplicationCachePersistor, decorators: [{
1645
+ 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 });
1646
+ ApplicationCachePersistor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ApplicationCachePersistor });
1647
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ApplicationCachePersistor, decorators: [{
1636
1648
  type: Injectable
1637
1649
  }], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: i2.HttpClient }, { type: TokenService }, { type: i4$1.BaseSessionRetriever }]; } });
1638
1650
 
@@ -1712,9 +1724,9 @@ class ApplicationPreferencesPersistor extends PreferencesPersistor {
1712
1724
  return `${this.getItemsUrl(sessionKey)}/${itemKey}`;
1713
1725
  }
1714
1726
  }
1715
- ApplicationPreferencesPersistor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ApplicationPreferencesPersistor, deps: [{ token: i1$1.LocalizationService }, { token: i2.HttpClient }, { token: TokenService }, { token: i4$1.BaseSessionRetriever }], target: i0.ɵɵFactoryTarget.Injectable });
1716
- ApplicationPreferencesPersistor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ApplicationPreferencesPersistor });
1717
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ApplicationPreferencesPersistor, decorators: [{
1727
+ 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 });
1728
+ ApplicationPreferencesPersistor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ApplicationPreferencesPersistor });
1729
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ApplicationPreferencesPersistor, decorators: [{
1718
1730
  type: Injectable
1719
1731
  }], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: i2.HttpClient }, { type: TokenService }, { type: i4$1.BaseSessionRetriever }]; } });
1720
1732
 
@@ -1726,9 +1738,9 @@ class BaseRouterGuard extends AccessControlRouteGuard {
1726
1738
  acc.initializeIdentity(ts.getJaceIdentity());
1727
1739
  }
1728
1740
  }
1729
- BaseRouterGuard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BaseRouterGuard, deps: [{ token: i4.MessageService }, { token: i5$1.AccessControlService }, { token: i5.Router }, { token: TokenService }], target: i0.ɵɵFactoryTarget.Injectable });
1730
- BaseRouterGuard.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BaseRouterGuard });
1731
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BaseRouterGuard, decorators: [{
1741
+ 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 });
1742
+ BaseRouterGuard.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BaseRouterGuard });
1743
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BaseRouterGuard, decorators: [{
1732
1744
  type: Injectable
1733
1745
  }], ctorParameters: function () { return [{ type: i4.MessageService }, { type: i5$1.AccessControlService }, { type: i5.Router }, { type: TokenService }]; } });
1734
1746